.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: 0;
    color: inherit;
    border: 0;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.highslide-container div {
    font-family: Verdana, Helvetica;
    font-size: 10pt
}

.highslide-container table {
    background: 0;
    table-layout: auto
}

.highslide {
    outline: 0;
    text-decoration: none
}

.highslide img {
    border: 2px solid silver
}

.highslide:hover img {
    border-color: gray
}

.highslide-active-anchor img {
    visibility: hidden
}

.highslide-gallery .highslide-active-anchor img {
    border-color: black;
    visibility: visible;
    cursor: default
}

.highslide-image {
    border-width: 2px;
    border-style: solid;
    border-color: white
}

.highslide-wrapper,
.highslide-outline {
    background: white
}

.glossy-dark {
    background: #111
}

.highslide-number {
    font-weight: bold;
    color: gray;
    font-size: .9em
}

.highslide-caption {
    display: none;
    font-size: 1em;
    padding: 5px
}

.highslide-heading {
    display: none;
    font-weight: bold;
    margin: .4em
}

.highslide-dimming {
    background: black
}

a.highslide-full-expand {
    background: url(../images/highslide/fullexpand.gif) no-repeat;
    display: block;
    margin: 0 10px 10px 0;
    width: 34px;
    height: 34px
}

.highslide-loading {
    display: block;
    color: black;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px;
    border: 1px solid white;
    background-color: white;
    padding-left: 22px;
    background-image: url(../images/highslide/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
    font-size: 10px
}

a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray
}

.highslide-move,
.highslide-move * {
    cursor: move
}

.highslide-viewport {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: 0;
    left: 0;
    top: 0
}

.highslide-overlay {
    display: none
}

.hidden-container {
    display: none
}

.closebutton {
    position: relative;
    top: -15px;
    left: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../images/highslide/close.png)
}

.highslide-gallery ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.highslide-gallery ul li {
    display: block;
    position: relative;
    float: left;
    width: 106px;
    height: 106px;
    border: 1px solid silver;
    background: #ededed;
    margin: 2px;
    padding: 0;
    line-height: 0;
    overflow: hidden
}

.highslide-gallery ul a {
    position: absolute;
    top: 50%;
    left: 50%
}

.highslide-gallery ul img {
    position: relative;
    top: -50%;
    left: -50%
}

html>body .highslide-gallery ul li {
    display: table;
    text-align: center
}

html>body .highslide-gallery ul li {
    text-align: center
}

html>body .highslide-gallery ul a {
    position: static;
    display: table-cell;
    vertical-align: middle
}

html>body .highslide-gallery ul img {
    position: static
}

.highslide-controls {
    width: 195px;
    height: 40px;
    background: url(../images/highslide/controlbar-white.gif) 0 -90px no-repeat;
    margin: 20px 15px 10px 0
}

.highslide-controls ul {
    position: relative;
    left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(../images/highslide/controlbar-white.gif) right -90px no-repeat
}

.highslide-controls li {
    float: left;
    padding: 5px 0;
    margin: 0;
    list-style: none
}

.highslide-controls a {
    background-image: url(../images/highslide/controlbar-white.gif);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    outline: 0
}

.highslide-controls a.disabled {
    cursor: default
}

.highslide-controls a.disabled span {
    cursor: default
}

.highslide-controls a span {
    display: none;
    cursor: pointer
}

.highslide-controls .highslide-previous a {
    background-position: 0 0
}

.highslide-controls .highslide-previous a:hover {
    background-position: 0 -30px
}

.highslide-controls .highslide-previous a.disabled {
    background-position: 0 -60px !important
}

.highslide-controls .highslide-play a {
    background-position: -30px 0
}

.highslide-controls .highslide-play a:hover {
    background-position: -30px -30px
}

.highslide-controls .highslide-play a.disabled {
    background-position: -30px -60px !important
}

.highslide-controls .highslide-pause a {
    background-position: -60px 0
}

.highslide-controls .highslide-pause a:hover {
    background-position: -60px -30px
}

.highslide-controls .highslide-next a {
    background-position: -90px 0
}

.highslide-controls .highslide-next a:hover {
    background-position: -90px -30px
}

.highslide-controls .highslide-next a.disabled {
    background-position: -90px -60px !important
}

.highslide-controls .highslide-move a {
    background-position: -120px 0
}

.highslide-controls .highslide-move a:hover {
    background-position: -120px -30px
}

.highslide-controls .highslide-full-expand a {
    background-position: -150px 0
}

.highslide-controls .highslide-full-expand a:hover {
    background-position: -150px -30px
}

.highslide-controls .highslide-full-expand a.disabled {
    background-position: -150px -60px !important
}

.highslide-controls .highslide-close a {
    background-position: -180px 0
}

.highslide-controls .highslide-close a:hover {
    background-position: -180px -30px
}

.highslide-maincontent {
    display: none
}

.highslide-html {
    background-color: white
}

.mobile .highslide-html {
    border: 1px solid silver
}

.highslide-html-content {
    display: none;
    width: 400px;
    padding: 0 5px 5px 5px
}

.highslide-header {
    padding-bottom: 5px
}

.highslide-header ul {
    margin: 0;
    padding: 0;
    text-align: right
}

.highslide-header ul li {
    display: inline;
    padding-left: 1em
}

.highslide-header ul li.highslide-previous,
.highslide-header ul li.highslide-next {
    display: none
}

.highslide-header a {
    font-weight: bold;
    color: gray;
    text-transform: uppercase;
    text-decoration: none
}

.highslide-header a:hover {
    color: black
}

.highslide-header .highslide-move a {
    cursor: move
}

.highslide-footer {
    height: 16px
}

.highslide-footer .highslide-resize {
    display: block;
    float: right;
    margin-top: 5px;
    height: 11px;
    width: 11px;
    background: url(../images/highslide/resize.gif) no-repeat
}

.highslide-footer .highslide-resize span {
    display: none
}

.highslide-resize {
    cursor: nw-resize
}

.draggable-header .highslide-header {
    height: 18px;
    border-bottom: 1px solid #ddd
}

.draggable-header .highslide-heading {
    position: absolute;
    margin: 2px .4em
}

.draggable-header .highslide-header .highslide-move {
    cursor: move;
    display: block;
    height: 16px;
    position: absolute;
    right: 24px;
    top: 0;
    width: 100%;
    z-index: 1
}

.draggable-header .highslide-header .highslide-move * {
    display: none
}

.draggable-header .highslide-header .highslide-close {
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 5;
    padding: 0
}

.draggable-header .highslide-header .highslide-close a {
    display: block;
    height: 16px;
    width: 16px;
    background-image: url(../images/highslide/closeX.png)
}

.draggable-header .highslide-header .highslide-close a:hover {
    background-position: 0 16px
}

.draggable-header .highslide-header .highslide-close span {
    display: none
}

.draggable-header .highslide-maincontent {
    padding-top: 1em
}

.titlebar .highslide-header {
    height: 18px;
    border-bottom: 1px solid #ddd
}

.titlebar .highslide-heading {
    position: absolute;
    width: 90%;
    margin: 1px 0 1px 5px;
    color: #666
}

.titlebar .highslide-header .highslide-move {
    cursor: move;
    display: block;
    height: 16px;
    position: absolute;
    right: 24px;
    top: 0;
    width: 100%;
    z-index: 1
}

.titlebar .highslide-header .highslide-move * {
    display: none
}

.titlebar .highslide-header li {
    position: relative;
    top: 3px;
    z-index: 2;
    padding: 0 0 0 1em
}

.titlebar .highslide-maincontent {
    padding-top: 1em
}

.no-footer .highslide-footer {
    display: none
}

.wide-border {
    background: white
}

.wide-border .highslide-image {
    border-width: 10px
}

.wide-border .highslide-caption {
    padding: 0 10px 10px 10px
}

.borderless .highslide-image {
    border: 0
}

.borderless .highslide-caption {
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    background: silver
}

.outer-glow {
    background: #444
}

.outer-glow .highslide-image {
    border: 5px solid #444
}

.outer-glow .highslide-caption {
    border: 5px solid #444;
    border-top: 0;
    padding: 5px;
    background-color: gray
}

.colored-border {
    background: white
}

.colored-border .highslide-image {
    border: 2px solid green
}

.colored-border .highslide-caption {
    border: 2px solid green;
    border-top: 0
}

.dark {
    background: #111
}

.dark .highslide-image {
    border-color: black black #202020 black;
    background: gray
}

.dark .highslide-caption {
    color: white;
    background: #111
}

.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
    background-image: url(../images/highslide/controlbar-black-border.gif)
}

.floating-caption .highslide-caption {
    position: absolute;
    padding: 1em 0 0 0;
    background: 0;
    color: white;
    border: 0;
    font-weight: bold
}

.controls-in-heading .highslide-heading {
    color: gray;
    font-weight: bold;
    height: 20px;
    overflow: hidden;
    cursor: default;
    padding: 0 0 0 22px;
    margin: 0;
    background: url(../images/highslide/icon.gif) no-repeat 0 1px
}

.controls-in-heading .highslide-controls {
    width: 105px;
    height: 20px;
    position: relative;
    margin: 0;
    top: -23px;
    left: 7px;
    background: 0
}

.controls-in-heading .highslide-controls ul {
    position: static;
    height: 20px;
    background: 0
}

.controls-in-heading .highslide-controls li {
    padding: 0
}

.controls-in-heading .highslide-controls a {
    background-image: url(../images/highslide/controlbar-white-small.gif);
    height: 20px;
    width: 20px
}

.controls-in-heading .highslide-controls .highslide-move {
    display: none
}

.controls-in-heading .highslide-controls .highslide-previous a {
    background-position: 0 0
}

.controls-in-heading .highslide-controls .highslide-previous a:hover {
    background-position: 0 -20px
}

.controls-in-heading .highslide-controls .highslide-previous a.disabled {
    background-position: 0 -40px !important
}

.controls-in-heading .highslide-controls .highslide-play a {
    background-position: -20px 0
}

.controls-in-heading .highslide-controls .highslide-play a:hover {
    background-position: -20px -20px
}

.controls-in-heading .highslide-controls .highslide-play a.disabled {
    background-position: -20px -40px !important
}

.controls-in-heading .highslide-controls .highslide-pause a {
    background-position: -40px 0
}

.controls-in-heading .highslide-controls .highslide-pause a:hover {
    background-position: -40px -20px
}

.controls-in-heading .highslide-controls .highslide-next a {
    background-position: -60px 0
}

.controls-in-heading .highslide-controls .highslide-next a:hover {
    background-position: -60px -20px
}

.controls-in-heading .highslide-controls .highslide-next a.disabled {
    background-position: -60px -40px !important
}

.controls-in-heading .highslide-controls .highslide-full-expand a {
    background-position: -100px 0
}

.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
    background-position: -100px -20px
}

.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
    background-position: -100px -40px !important
}

.controls-in-heading .highslide-controls .highslide-close a {
    background-position: -120px 0
}

.controls-in-heading .highslide-controls .highslide-close a:hover {
    background-position: -120px -20px
}

.text-controls .highslide-controls {
    width: auto;
    height: auto;
    margin: 0;
    text-align: center;
    background: 0
}

.text-controls ul {
    position: static;
    background: 0;
    height: auto;
    left: 0
}

.text-controls .highslide-move {
    display: none
}

.text-controls li {
    background-image: url(../images/highslide/controlbar-text-buttons.png);
    background-position: right top !important;
    padding: 0;
    margin-left: 15px;
    display: block;
    width: auto
}

.text-controls a {
    background: url(../images/highslide/controlbar-text-buttons.png) no-repeat;
    background-position: left top !important;
    position: relative;
    left: -10px;
    display: block;
    width: auto;
    height: auto;
    text-decoration: none !important
}

.text-controls a span {
    background: url(../images/highslide/controlbar-text-buttons.png) no-repeat;
    margin: 1px 2px 1px 10px;
    display: block;
    min-width: 4em;
    height: 18px;
    line-height: 18px;
    padding: 1px 0 1px 18px;
    color: #333;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap
}

.text-controls .highslide-next {
    margin-right: 1em
}

.text-controls .highslide-full-expand a span {
    min-width: 0;
    margin: 1px 0;
    padding: 1px 0 1px 10px
}

.text-controls .highslide-close a span {
    min-width: 0
}

.text-controls a:hover span {
    color: black
}

.text-controls a.disabled span {
    color: #999
}

.text-controls .highslide-previous span {
    background-position: 0 -40px
}

.text-controls .highslide-previous a.disabled {
    background-position: left top !important
}

.text-controls .highslide-previous a.disabled span {
    background-position: 0 -140px
}

.text-controls .highslide-play span {
    background-position: 0 -60px
}

.text-controls .highslide-play a.disabled {
    background-position: left top !important
}

.text-controls .highslide-play a.disabled span {
    background-position: 0 -160px
}

.text-controls .highslide-pause span {
    background-position: 0 -80px
}

.text-controls .highslide-next span {
    background-position: 0 -100px
}

.text-controls .highslide-next a.disabled {
    background-position: left top !important
}

.text-controls .highslide-next a.disabled span {
    background-position: 0 -200px
}

.text-controls .highslide-full-expand span {
    background: 0
}

.text-controls .highslide-full-expand a.disabled {
    background-position: left top !important
}

.text-controls .highslide-close span {
    background-position: 0 -120px
}

.highslide-thumbstrip {
    height: 100%;
    direction: ltr
}

.highslide-thumbstrip div {
    overflow: hidden
}

.highslide-thumbstrip table {
    position: relative;
    padding: 0;
    border-collapse: collapse
}

.highslide-thumbstrip td {
    padding: 1px
}

.highslide-thumbstrip a {
    outline: 0
}

.highslide-thumbstrip img {
    display: block;
    border: 1px solid gray;
    margin: 0 auto
}

.highslide-thumbstrip .highslide-active-anchor img {
    visibility: visible
}

.highslide-thumbstrip .highslide-marker {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent
}

.highslide-thumbstrip-horizontal div {
    width: auto
}

.highslide-thumbstrip-horizontal .highslide-scroll-up {
    display: none;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 25px;
    height: 42px
}

.highslide-thumbstrip-horizontal .highslide-scroll-up div {
    margin-bottom: 10px;
    cursor: pointer;
    background: url(../images/highslide/scrollarrows.png) left center no-repeat;
    height: 42px
}

.highslide-thumbstrip-horizontal .highslide-scroll-down {
    display: none;
    position: absolute;
    top: 3px;
    right: 3px;
    width: 25px;
    height: 42px
}

.highslide-thumbstrip-horizontal .highslide-scroll-down div {
    margin-bottom: 10px;
    cursor: pointer;
    background: url(../images/highslide/scrollarrows.png) center right no-repeat;
    height: 42px
}

.highslide-thumbstrip-horizontal table {
    margin: 2px 0 10px 0
}

.highslide-viewport .highslide-thumbstrip-horizontal table {
    margin-left: 10px
}

.highslide-thumbstrip-horizontal img {
    width: auto;
    height: 40px
}

.highslide-thumbstrip-horizontal .highslide-marker {
    top: 47px;
    border-left-width: 6px;
    border-right-width: 6px;
    border-bottom: 6px solid gray
}

.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
    margin-left: 10px
}

.dark .highslide-thumbstrip-horizontal .highslide-marker,
.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
    border-bottom-color: white !important
}

.highslide-thumbstrip-vertical-overlay {
    overflow: hidden !important
}

.highslide-thumbstrip-vertical div {
    height: 100%
}

.highslide-thumbstrip-vertical a {
    display: block
}

.highslide-thumbstrip-vertical .highslide-scroll-up {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25px
}

.highslide-thumbstrip-vertical .highslide-scroll-up div {
    margin-left: 10px;
    cursor: pointer;
    background: url(../images/highslide/scrollarrows.png) top center no-repeat;
    height: 25px
}

.highslide-thumbstrip-vertical .highslide-scroll-down {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px
}

.highslide-thumbstrip-vertical .highslide-scroll-down div {
    margin-left: 10px;
    cursor: pointer;
    background: url(../images/highslide/scrollarrows.png) bottom center no-repeat;
    height: 25px
}

.highslide-thumbstrip-vertical table {
    margin: 10px 0 0 10px
}

.highslide-thumbstrip-vertical img {
    width: 60px
}

.highslide-thumbstrip-vertical .highslide-marker {
    left: 0;
    margin-top: 8px;
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left: 6px solid gray
}

.dark .highslide-thumbstrip-vertical .highslide-marker,
.highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
    border-left-color: white
}

.highslide-viewport .highslide-thumbstrip-float {
    overflow: auto
}

.highslide-thumbstrip-float ul {
    margin: 2px 0;
    padding: 0
}

.highslide-thumbstrip-float li {
    display: block;
    height: 60px;
    margin: 0 2px;
    list-style: none;
    float: left
}

.highslide-thumbstrip-float img {
    display: inline;
    border-color: silver;
    max-height: 56px
}

.highslide-thumbstrip-float .highslide-active-anchor img {
    border-color: black
}

.highslide-thumbstrip-float .highslide-scroll-up div,
.highslide-thumbstrip-float .highslide-scroll-down div {
    display: none
}

.highslide-thumbstrip-float .highslide-marker {
    display: none
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: 0;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: 0;
    opacity: .9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(../images/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px
}

@media(-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:105dpi),
(min-resolution:1.1dppx) {
    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(../images/default-skin.png)
    }
    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: 0
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: 0;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 30px;
    width: 32px;
    position: absolute
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #FFF;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #FFF
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3e5c9a
}

a.pswp__share--twitter:hover {
    background: #55acee;
    color: #FFF
}

a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #ce272d
}

a.pswp__share--download:hover {
    background: #DDD
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #FFF;
    opacity: .75;
    padding: 0 10px
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption small {
    font-size: 11px;
    color: #BBB
}

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #CCC
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    will-change: opacity;
    direction: ltr
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(../images/preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: 0;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: 0;
    margin: 0
}

@media screen and (max-width:1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__top-bar,
.pswp__caption {
    background-color: rgba(0, 0, 0, 0.5)
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, 0.3)
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0
}

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
    opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: 0
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: 0
}

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

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: transparent
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC
}

.pswp__error-msg a {
    color: #CCC;
    text-decoration: underline
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
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
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

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

body {
    margin: 0
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: inherit;
    font-size: inherit
}

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

button[disabled],
html input[disabled] {
    cursor: not-allowed
}

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

input {
    line-height: normal
}

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

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

input[type="search"] {
    -webkit-appearance: textfield
}

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

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,
th {
    padding: 0
}

.c-icon {
    display: inline-block;
    line-height: 0;
    font-size: 0;
    padding: 0
}

.c-icon-svg {
    fill: none;
    stroke: #000;
    width: 1em;
    height: 1em;
    font-size: 1em
}

.c-icon-svg-facebook {
    font-size: 1em;
    width: 1em
}

.c-icon-svg-flikr {
    font-size: 1em;
    width: 1em
}

.c-icon-svg-gear {
    font-size: 1em;
    width: 1em
}

.c-icon-svg-google {
    font-size: 1em;
    width: 1em
}

.c-icon-svg-instagram {
    font-size: 1em;
    width: 1em
}

.c-icon-svg-linkedin {
    font-size: 1em;
    width: 1em
}

.c-icon-svg-mailru {
    font-size: 1em;
    width: 1em
}

.c-icon-svg-odnoklasniki {
    font-size: 1em;
    width: 1em
}

.c-icon-svg-pinterest {
    font-size: 1em;
    width: 1em
}

.c-icon-svg-skype {
    font-size: 1em;
    width: 1em
}

.c-icon-svg-telegram {
    font-size: 1em;
    width: 1em
}

.c-icon-svg-tumblr {
    font-size: 1em;
    width: .625em
}

.c-icon-svg-twitter {
    font-size: 1em;
    width: 1em
}

.c-icon-svg-viber {
    font-size: 1em;
    width: 1em
}

.c-icon-svg-vkontakte {
    font-size: 1em;
    width: 1em
}

.c-icon-svg-whatsapp {
    font-size: 1em;
    width: 1em
}

.c-icon-svg-youtube {
    font-size: 1em;
    width: 1em
}

.c-icon-svg-youtube2 {
    font-size: 1em;
    width: 1em
}

.c-icon-arrow-l-white {
    background-image: url(../images/icons.png);
    background-position: -122px -108px;
    width: 20px;
    height: 11px
}

.c-icon-arrow-r-white {
    background-image: url(../images/icons.png);
    background-position: -122px -95px;
    width: 20px;
    height: 11px
}

.c-icon-arrow-up {
    background-image: url(../images/icons.png);
    background-position: 0 -122px;
    width: 11px;
    height: 20px
}

.c-icon-clock-gray {
    background-image: url(../images/icons.png);
    background-position: -100px 0;
    width: 20px;
    height: 20px
}

.c-icon-darvin {
    background-image: url(../images/icons.png);
    background-position: -72px -62px;
    width: 25px;
    height: 30px
}

.c-icon-loc-grey {
    background-image: url(../images/icons.png);
    background-position: -122px -39px;
    width: 14px;
    height: 20px
}

.c-icon-loc {
    background-image: url(../images/icons.png);
    background-position: -122px -17px;
    width: 14px;
    height: 20px
}

.c-icon-mail-grey-2 {
    background-image: url(../images/icons.png);
    background-position: -65px -100px;
    width: 20px;
    height: 15px
}

.c-icon-mail-grey {
    background-image: url(../images/icons.png);
    background-position: -122px 0;
    width: 20px;
    height: 15px
}

.c-icon-mail {
    background-image: url(../images/icons.png);
    background-position: -87px -100px;
    width: 20px;
    height: 15px
}

.c-icon-msg-grey {
    background-image: url(../images/icons.png);
    background-position: 0 -100px;
    width: 20px;
    height: 20px
}

.c-icon-msg-white {
    background-image: url(../images/icons.png);
    background-position: -62px 0;
    width: 36px;
    height: 36px
}

.c-icon-msg {
    background-image: url(../images/icons.png);
    background-position: -22px -100px;
    width: 20px;
    height: 20px
}

.c-icon-phone-grey {
    background-image: url(../images/icons.png);
    background-position: -122px -78px;
    width: 15px;
    height: 15px
}

.c-icon-phone-white-2 {
    background-image: url(../images/icons.png);
    background-position: 0 -62px;
    width: 36px;
    height: 36px
}

.c-icon-phone-white {
    background-image: url(../images/icons.png);
    background-position: -38px -62px;
    width: 32px;
    height: 32px
}

.c-icon-phone {
    background-image: url(../images/icons.png);
    background-position: -122px -61px;
    width: 15px;
    height: 15px
}

.c-icon-print {
    background-image: url(../images/icons.png);
    background-position: -100px -22px;
    width: 20px;
    height: 20px
}

.c-icon-quote-white {
    background-image: url(../images/icons.png);
    background-position: -62px -38px;
    width: 31px;
    height: 21px
}

.c-icon-success {
    background-image: url(../images/icons.png);
    background-position: 0 0;
    width: 60px;
    height: 60px
}

.c-icon-tag {
    background-image: url(../images/icons.png);
    background-position: -44px -100px;
    width: 19px;
    height: 19px
}

.c-icon-user-grey {
    background-image: url(../images/icons.png);
    background-position: -100px -66px;
    width: 20px;
    height: 20px
}

.c-icon-user {
    background-image: url(../images/icons.png);
    background-position: -100px -44px;
    width: 20px;
    height: 20px
}

html,
body {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 1.4;
    background: #fff
}

@media only screen and (max-width:549px) {
    html,
    body {
        font-size: 13px
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Montserrat", sans-serif;
    line-height: 1.2;
    color: #000;
    font-weight: 500
}

h1,
.h1 {
    font-size: 40px;
    margin: 0 0 35px 0
}

@media only screen and (max-width:549px) {
    h1,
    .h1 {
        font-size: 24px;
        margin: 0 0 15px 0;
        font-weight: 600
    }
}

h2,
.h2 {
    font-size: 34px;
    margin: 30px 0 20px 0
}

@media only screen and (max-width:549px) {
    h2,
    .h2 {
        font-size: 24px;
        margin: 15px 0
    }
}

h3,
.h3 {
    font-size: 30px;
    margin: 30px 0 20px 0
}

@media only screen and (max-width:549px) {
    h3,
    .h3 {
        font-size: 22px;
        margin: 15px 0
    }
}

h4,
.h4 {
    font-size: 25px
}

@media only screen and (max-width:549px) {
    h4,
    .h4 {
        font-size: 20px
    }
}

h5,
.h5 {
    font-size: 22px
}

@media only screen and (max-width:549px) {
    h5,
    .h5 {
        font-size: 18px
    }
}

h6,
.h6 {
    font-size: 20px
}

@media only screen and (max-width:549px) {
    h6,
    .h6 {
        font-size: 16px
    }
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    margin: 20px 0 15px 0
}

@media only screen and (max-width:549px) {
    h4,
    h5,
    h6,
    .h4,
    .h5,
    .h6 {
        margin: 15px 0
    }
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%
}

small,
.small {
    color: inherit;
    font-size: 75%
}

* {
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

img {
    border: 0;
    max-width: 100%
}

a {
    color: #561629;
    text-decoration: underline;
    -webkit-transition: all linear .2s 0s;
    -moz-transition: all linear .2s 0s;
    -o-transition: all linear .2s 0s;
    transition: all linear .2s 0s
}

a:hover {
    text-decoration: none
}

p {
    margin: 0 0 10px 0
}

ul,
ol {
    margin: 15px 0
}

ul {
    padding-left: 20px
}

ol {
    padding-left: 20px
}

table {
    border: 1px solid;
    padding: 0;
    margin: 15px 0;
    border-collapse: collapse
}

table td,
table th {
    border: 1px solid
}

table th {
    text-align: center
}

@-webkit-keyframes spinLeft {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes spinLeft {
    from {
        -moz-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes spinLeft {
    from {
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinLeft {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spinRight {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@-moz-keyframes spinRight {
    from {
        -moz-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -moz-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@-o-keyframes spinRight {
    from {
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes spinRight {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.spinLeft {
    -webkit-animation-name: spinLeft;
    -moz-animation-name: spinLeft;
    -o-animation-name: spinLeft;
    animation-name: spinLeft;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear
}

.spinRight {
    -webkit-animation-name: spinRight;
    -moz-animation-name: spinRight;
    -o-animation-name: spinRight;
    animation-name: spinRight;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear
}

.l-container,
.c-notification__container {
    width: 100%;
    max-width: 1210px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px
}

.l-container:after,
.c-notification__container:after {
    content: '';
    display: block;
    clear: both
}

.l-main-wrapper {
    overflow: hidden;
    min-width: 320px;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.l-main-header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.l-main-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.l-main-footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: auto
}

.l-main-body {
    position: relative
}

.l-page-print {
    float: right
}

@media only screen and (max-width:1023px) {
    .l-page-print {
        display: none
    }
}

.l-page-header {
    padding: 30px 0
}

.l-page-header h1,
.l-page-header .h1 {
    margin: 0
}

.l-page-content {
    position: relative;
    padding-bottom: 150px
}

.l-page-content:after {
    content: '';
    display: block;
    clear: both
}

@media only screen and (max-width:1023px) {
    .l-page-content {
        padding-bottom: 0
    }
}

.l-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.l-col {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.l-col-xs-auto,
.l-col-sm-auto,
.l-col-md-auto,
.l-col-lg-auto,
.l-col-container-auto,
.l-col-auto {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.l-col-xs-1,
.l-col-sm-1,
.l-col-md-1,
.l-col-lg-1,
.l-col-container-1,
.l-col-1,
.l-col-xs-2,
.l-col-sm-2,
.l-col-md-2,
.l-col-lg-2,
.l-col-container-2,
.l-col-2,
.l-col-xs-3,
.l-col-sm-3,
.l-col-md-3,
.l-col-lg-3,
.l-col-container-3,
.l-col-3,
.l-col-xs-4,
.l-col-sm-4,
.l-col-md-4,
.l-col-lg-4,
.l-col-container-4,
.l-col-4,
.l-col-xs-5,
.l-col-sm-5,
.l-col-md-5,
.l-col-lg-5,
.l-col-container-5,
.l-col-5,
.l-col-xs-6,
.l-col-sm-6,
.l-col-md-6,
.l-col-lg-6,
.l-col-container-6,
.l-col-6,
.l-col-xs-7,
.l-col-sm-7,
.l-col-md-7,
.l-col-lg-7,
.l-col-container-7,
.l-col-7,
.l-col-xs-8,
.l-col-sm-8,
.l-col-md-8,
.l-col-lg-8,
.l-col-container-8,
.l-col-8,
.l-col-xs-9,
.l-col-sm-9,
.l-col-md-9,
.l-col-lg-9,
.l-col-container-9,
.l-col-9,
.l-col-xs-10,
.l-col-sm-10,
.l-col-md-10,
.l-col-lg-10,
.l-col-container-10,
.l-col-10,
.l-col-xs-11,
.l-col-sm-11,
.l-col-md-11,
.l-col-lg-11,
.l-col-container-11,
.l-col-11,
.l-col-xs-12,
.l-col-sm-12,
.l-col-md-12,
.l-col-lg-12,
.l-col-container-12,
.l-col-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%
}

.l-col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.l-col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.l-col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.l-col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.l-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.l-col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.l-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.l-col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.l-col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.l-col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.l-col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.l-col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

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

.l-col-pull-1 {
    right: 8.33333%
}

.l-col-pull-2 {
    right: 16.66667%
}

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

.l-col-pull-4 {
    right: 33.33333%
}

.l-col-pull-5 {
    right: 41.66667%
}

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

.l-col-pull-7 {
    right: 58.33333%
}

.l-col-pull-8 {
    right: 66.66667%
}

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

.l-col-pull-10 {
    right: 83.33333%
}

.l-col-pull-11 {
    right: 91.66667%
}

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

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

.l-col-push-1 {
    left: 8.33333%
}

.l-col-push-2 {
    left: 16.66667%
}

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

.l-col-push-4 {
    left: 33.33333%
}

.l-col-push-5 {
    left: 41.66667%
}

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

.l-col-push-7 {
    left: 58.33333%
}

.l-col-push-8 {
    left: 66.66667%
}

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

.l-col-push-10 {
    left: 83.33333%
}

.l-col-push-11 {
    left: 91.66667%
}

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

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

.l-col-offset-1 {
    margin-left: 8.33333%
}

.l-col-offset-2 {
    margin-left: 16.66667%
}

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

.l-col-offset-4 {
    margin-left: 33.33333%
}

.l-col-offset-5 {
    margin-left: 41.66667%
}

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

.l-col-offset-7 {
    margin-left: 58.33333%
}

.l-col-offset-8 {
    margin-left: 66.66667%
}

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

.l-col-offset-10 {
    margin-left: 83.33333%
}

.l-col-offset-11 {
    margin-left: 91.66667%
}

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

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

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

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

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

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

.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    margin-left: -12px;
    margin-right: -12px
}

.grid [class*="col-"] {
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 20px
}

.grid .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 100%
}

.col-1-1 {
    width: -webkit-calc(100% - 24px);
    width: -moz-calc(100% - 24px);
    width: calc(100% - 24px)
}

.col-1-2 {
    width: -webkit-calc(50% - 24px);
    width: -moz-calc(50% - 24px);
    width: calc(50% - 24px)
}

.col-1-3 {
    width: -webkit-calc(33.33333% - 24px);
    width: -moz-calc(33.33333% - 24px);
    width: calc(33.33333% - 24px)
}

.col-2-3 {
    width: -webkit-calc(66.66667% - 24px);
    width: -moz-calc(66.66667% - 24px);
    width: calc(66.66667% - 24px)
}

.col-1-4 {
    width: -webkit-calc(25% - 24px);
    width: -moz-calc(25% - 24px);
    width: calc(25% - 24px)
}

.col-3-4 {
    width: -webkit-calc(75% - 24px);
    width: -moz-calc(75% - 24px);
    width: calc(75% - 24px)
}

.col-1-5 {
    width: -webkit-calc(20% - 24px);
    width: -moz-calc(20% - 24px);
    width: calc(20% - 24px)
}

.col-2-5 {
    width: -webkit-calc(40% - 24px);
    width: -moz-calc(40% - 24px);
    width: calc(40% - 24px)
}

.col-3-5 {
    width: -webkit-calc(60% - 24px);
    width: -moz-calc(60% - 24px);
    width: calc(60% - 24px)
}

.col-4-5 {
    width: -webkit-calc(80% - 24px);
    width: -moz-calc(80% - 24px);
    width: calc(80% - 24px)
}

.col-1-6 {
    width: -webkit-calc(16.66667% - 24px);
    width: -moz-calc(16.66667% - 24px);
    width: calc(16.66667% - 24px)
}

.col-5-6 {
    width: -webkit-calc(83.33333% - 24px);
    width: -moz-calc(83.33333% - 24px);
    width: calc(83.33333% - 24px)
}

.col-1-7 {
    width: -webkit-calc(14.28571% - 24px);
    width: -moz-calc(14.28571% - 24px);
    width: calc(14.28571% - 24px)
}

.col-2-7 {
    width: -webkit-calc(28.57143% - 24px);
    width: -moz-calc(28.57143% - 24px);
    width: calc(28.57143% - 24px)
}

.col-3-7 {
    width: -webkit-calc(42.85714% - 24px);
    width: -moz-calc(42.85714% - 24px);
    width: calc(42.85714% - 24px)
}

.col-4-7 {
    width: -webkit-calc(57.14286% - 24px);
    width: -moz-calc(57.14286% - 24px);
    width: calc(57.14286% - 24px)
}

.col-5-7 {
    width: -webkit-calc(71.42857% - 24px);
    width: -moz-calc(71.42857% - 24px);
    width: calc(71.42857% - 24px)
}

.col-6-7 {
    width: -webkit-calc(85.71429% - 24px);
    width: -moz-calc(85.71429% - 24px);
    width: calc(85.71429% - 24px)
}

.col-1-8 {
    width: -webkit-calc(12.5% - 24px);
    width: -moz-calc(12.5% - 24px);
    width: calc(12.5% - 24px)
}

.col-3-8 {
    width: -webkit-calc(37.5% - 24px);
    width: -moz-calc(37.5% - 24px);
    width: calc(37.5% - 24px)
}

.col-5-8 {
    width: -webkit-calc(62.5% - 24px);
    width: -moz-calc(62.5% - 24px);
    width: calc(62.5% - 24px)
}

.col-7-8 {
    width: -webkit-calc(87.5% - 24px);
    width: -moz-calc(87.5% - 24px);
    width: calc(87.5% - 24px)
}

.col-1-9 {
    width: -webkit-calc(11.11111% - 24px);
    width: -moz-calc(11.11111% - 24px);
    width: calc(11.11111% - 24px)
}

.col-2-9 {
    width: -webkit-calc(22.22222% - 24px);
    width: -moz-calc(22.22222% - 24px);
    width: calc(22.22222% - 24px)
}

.col-4-9 {
    width: -webkit-calc(44.44444% - 24px);
    width: -moz-calc(44.44444% - 24px);
    width: calc(44.44444% - 24px)
}

.col-5-9 {
    width: -webkit-calc(55.55556% - 24px);
    width: -moz-calc(55.55556% - 24px);
    width: calc(55.55556% - 24px)
}

.col-7-9 {
    width: -webkit-calc(77.77778% - 24px);
    width: -moz-calc(77.77778% - 24px);
    width: calc(77.77778% - 24px)
}

.col-8-9 {
    width: -webkit-calc(88.88889% - 24px);
    width: -moz-calc(88.88889% - 24px);
    width: calc(88.88889% - 24px)
}

.col-1-10 {
    width: -webkit-calc(10% - 24px);
    width: -moz-calc(10% - 24px);
    width: calc(10% - 24px)
}

.col-3-10 {
    width: -webkit-calc(30% - 24px);
    width: -moz-calc(30% - 24px);
    width: calc(30% - 24px)
}

.col-7-10 {
    width: -webkit-calc(70% - 24px);
    width: -moz-calc(70% - 24px);
    width: calc(70% - 24px)
}

.col-9-10 {
    width: -webkit-calc(90% - 24px);
    width: -moz-calc(90% - 24px);
    width: calc(90% - 24px)
}

@media(max-width:1280px) {
    .col-xl-1-1 {
        width: -webkit-calc(100% - 24px);
        width: -moz-calc(100% - 24px);
        width: calc(100% - 24px)
    }
    .col-xl-1-2 {
        width: -webkit-calc(50% - 24px);
        width: -moz-calc(50% - 24px);
        width: calc(50% - 24px)
    }
    .col-xl-1-3 {
        width: -webkit-calc(33.33333% - 24px);
        width: -moz-calc(33.33333% - 24px);
        width: calc(33.33333% - 24px)
    }
    .col-xl-2-3 {
        width: -webkit-calc(66.66667% - 24px);
        width: -moz-calc(66.66667% - 24px);
        width: calc(66.66667% - 24px)
    }
    .col-xl-1-4 {
        width: -webkit-calc(25% - 24px);
        width: -moz-calc(25% - 24px);
        width: calc(25% - 24px)
    }
    .col-xl-3-4 {
        width: -webkit-calc(75% - 24px);
        width: -moz-calc(75% - 24px);
        width: calc(75% - 24px)
    }
    .col-xl-1-5 {
        width: -webkit-calc(20% - 24px);
        width: -moz-calc(20% - 24px);
        width: calc(20% - 24px)
    }
    .col-xl-2-5 {
        width: -webkit-calc(40% - 24px);
        width: -moz-calc(40% - 24px);
        width: calc(40% - 24px)
    }
    .col-xl-3-5 {
        width: -webkit-calc(60% - 24px);
        width: -moz-calc(60% - 24px);
        width: calc(60% - 24px)
    }
    .col-xl-4-5 {
        width: -webkit-calc(80% - 24px);
        width: -moz-calc(80% - 24px);
        width: calc(80% - 24px)
    }
    .col-xl-1-6 {
        width: -webkit-calc(16.66667% - 24px);
        width: -moz-calc(16.66667% - 24px);
        width: calc(16.66667% - 24px)
    }
    .col-xl-5-6 {
        width: -webkit-calc(83.33333% - 24px);
        width: -moz-calc(83.33333% - 24px);
        width: calc(83.33333% - 24px)
    }
    .col-xl-1-7 {
        width: -webkit-calc(14.28571% - 24px);
        width: -moz-calc(14.28571% - 24px);
        width: calc(14.28571% - 24px)
    }
    .col-xl-2-7 {
        width: -webkit-calc(28.57143% - 24px);
        width: -moz-calc(28.57143% - 24px);
        width: calc(28.57143% - 24px)
    }
    .col-xl-3-7 {
        width: -webkit-calc(42.85714% - 24px);
        width: -moz-calc(42.85714% - 24px);
        width: calc(42.85714% - 24px)
    }
    .col-xl-4-7 {
        width: -webkit-calc(57.14286% - 24px);
        width: -moz-calc(57.14286% - 24px);
        width: calc(57.14286% - 24px)
    }
    .col-xl-5-7 {
        width: -webkit-calc(71.42857% - 24px);
        width: -moz-calc(71.42857% - 24px);
        width: calc(71.42857% - 24px)
    }
    .col-xl-6-7 {
        width: -webkit-calc(85.71429% - 24px);
        width: -moz-calc(85.71429% - 24px);
        width: calc(85.71429% - 24px)
    }
    .col-xl-1-8 {
        width: -webkit-calc(12.5% - 24px);
        width: -moz-calc(12.5% - 24px);
        width: calc(12.5% - 24px)
    }
    .col-xl-3-8 {
        width: -webkit-calc(37.5% - 24px);
        width: -moz-calc(37.5% - 24px);
        width: calc(37.5% - 24px)
    }
    .col-xl-5-8 {
        width: -webkit-calc(62.5% - 24px);
        width: -moz-calc(62.5% - 24px);
        width: calc(62.5% - 24px)
    }
    .col-xl-7-8 {
        width: -webkit-calc(87.5% - 24px);
        width: -moz-calc(87.5% - 24px);
        width: calc(87.5% - 24px)
    }
    .col-xl-1-9 {
        width: -webkit-calc(11.11111% - 24px);
        width: -moz-calc(11.11111% - 24px);
        width: calc(11.11111% - 24px)
    }
    .col-xl-2-9 {
        width: -webkit-calc(22.22222% - 24px);
        width: -moz-calc(22.22222% - 24px);
        width: calc(22.22222% - 24px)
    }
    .col-xl-4-9 {
        width: -webkit-calc(44.44444% - 24px);
        width: -moz-calc(44.44444% - 24px);
        width: calc(44.44444% - 24px)
    }
    .col-xl-5-9 {
        width: -webkit-calc(55.55556% - 24px);
        width: -moz-calc(55.55556% - 24px);
        width: calc(55.55556% - 24px)
    }
    .col-xl-7-9 {
        width: -webkit-calc(77.77778% - 24px);
        width: -moz-calc(77.77778% - 24px);
        width: calc(77.77778% - 24px)
    }
    .col-xl-8-9 {
        width: -webkit-calc(88.88889% - 24px);
        width: -moz-calc(88.88889% - 24px);
        width: calc(88.88889% - 24px)
    }
    .col-xl-1-10 {
        width: -webkit-calc(10% - 24px);
        width: -moz-calc(10% - 24px);
        width: calc(10% - 24px)
    }
    .col-xl-3-10 {
        width: -webkit-calc(30% - 24px);
        width: -moz-calc(30% - 24px);
        width: calc(30% - 24px)
    }
    .col-xl-7-10 {
        width: -webkit-calc(70% - 24px);
        width: -moz-calc(70% - 24px);
        width: calc(70% - 24px)
    }
    .col-xl-9-10 {
        width: -webkit-calc(90% - 24px);
        width: -moz-calc(90% - 24px);
        width: calc(90% - 24px)
    }
}

@media(max-width:1024px) {
    .col-lg-1-1 {
        width: -webkit-calc(100% - 24px);
        width: -moz-calc(100% - 24px);
        width: calc(100% - 24px)
    }
    .col-lg-1-2 {
        width: -webkit-calc(50% - 24px);
        width: -moz-calc(50% - 24px);
        width: calc(50% - 24px)
    }
    .col-lg-1-3 {
        width: -webkit-calc(33.33333% - 24px);
        width: -moz-calc(33.33333% - 24px);
        width: calc(33.33333% - 24px)
    }
    .col-lg-2-3 {
        width: -webkit-calc(66.66667% - 24px);
        width: -moz-calc(66.66667% - 24px);
        width: calc(66.66667% - 24px)
    }
    .col-lg-1-4 {
        width: -webkit-calc(25% - 24px);
        width: -moz-calc(25% - 24px);
        width: calc(25% - 24px)
    }
    .col-lg-3-4 {
        width: -webkit-calc(75% - 24px);
        width: -moz-calc(75% - 24px);
        width: calc(75% - 24px)
    }
    .col-lg-1-5 {
        width: -webkit-calc(20% - 24px);
        width: -moz-calc(20% - 24px);
        width: calc(20% - 24px)
    }
    .col-lg-2-5 {
        width: -webkit-calc(40% - 24px);
        width: -moz-calc(40% - 24px);
        width: calc(40% - 24px)
    }
    .col-lg-3-5 {
        width: -webkit-calc(60% - 24px);
        width: -moz-calc(60% - 24px);
        width: calc(60% - 24px)
    }
    .col-lg-4-5 {
        width: -webkit-calc(80% - 24px);
        width: -moz-calc(80% - 24px);
        width: calc(80% - 24px)
    }
    .col-lg-1-6 {
        width: -webkit-calc(16.66667% - 24px);
        width: -moz-calc(16.66667% - 24px);
        width: calc(16.66667% - 24px)
    }
    .col-lg-5-6 {
        width: -webkit-calc(83.33333% - 24px);
        width: -moz-calc(83.33333% - 24px);
        width: calc(83.33333% - 24px)
    }
    .col-lg-1-7 {
        width: -webkit-calc(14.28571% - 24px);
        width: -moz-calc(14.28571% - 24px);
        width: calc(14.28571% - 24px)
    }
    .col-lg-2-7 {
        width: -webkit-calc(28.57143% - 24px);
        width: -moz-calc(28.57143% - 24px);
        width: calc(28.57143% - 24px)
    }
    .col-lg-3-7 {
        width: -webkit-calc(42.85714% - 24px);
        width: -moz-calc(42.85714% - 24px);
        width: calc(42.85714% - 24px)
    }
    .col-lg-4-7 {
        width: -webkit-calc(57.14286% - 24px);
        width: -moz-calc(57.14286% - 24px);
        width: calc(57.14286% - 24px)
    }
    .col-lg-5-7 {
        width: -webkit-calc(71.42857% - 24px);
        width: -moz-calc(71.42857% - 24px);
        width: calc(71.42857% - 24px)
    }
    .col-lg-6-7 {
        width: -webkit-calc(85.71429% - 24px);
        width: -moz-calc(85.71429% - 24px);
        width: calc(85.71429% - 24px)
    }
    .col-lg-1-8 {
        width: -webkit-calc(12.5% - 24px);
        width: -moz-calc(12.5% - 24px);
        width: calc(12.5% - 24px)
    }
    .col-lg-3-8 {
        width: -webkit-calc(37.5% - 24px);
        width: -moz-calc(37.5% - 24px);
        width: calc(37.5% - 24px)
    }
    .col-lg-5-8 {
        width: -webkit-calc(62.5% - 24px);
        width: -moz-calc(62.5% - 24px);
        width: calc(62.5% - 24px)
    }
    .col-lg-7-8 {
        width: -webkit-calc(87.5% - 24px);
        width: -moz-calc(87.5% - 24px);
        width: calc(87.5% - 24px)
    }
    .col-lg-1-9 {
        width: -webkit-calc(11.11111% - 24px);
        width: -moz-calc(11.11111% - 24px);
        width: calc(11.11111% - 24px)
    }
    .col-lg-2-9 {
        width: -webkit-calc(22.22222% - 24px);
        width: -moz-calc(22.22222% - 24px);
        width: calc(22.22222% - 24px)
    }
    .col-lg-4-9 {
        width: -webkit-calc(44.44444% - 24px);
        width: -moz-calc(44.44444% - 24px);
        width: calc(44.44444% - 24px)
    }
    .col-lg-5-9 {
        width: -webkit-calc(55.55556% - 24px);
        width: -moz-calc(55.55556% - 24px);
        width: calc(55.55556% - 24px)
    }
    .col-lg-7-9 {
        width: -webkit-calc(77.77778% - 24px);
        width: -moz-calc(77.77778% - 24px);
        width: calc(77.77778% - 24px)
    }
    .col-lg-8-9 {
        width: -webkit-calc(88.88889% - 24px);
        width: -moz-calc(88.88889% - 24px);
        width: calc(88.88889% - 24px)
    }
    .col-lg-1-10 {
        width: -webkit-calc(10% - 24px);
        width: -moz-calc(10% - 24px);
        width: calc(10% - 24px)
    }
    .col-lg-3-10 {
        width: -webkit-calc(30% - 24px);
        width: -moz-calc(30% - 24px);
        width: calc(30% - 24px)
    }
    .col-lg-7-10 {
        width: -webkit-calc(70% - 24px);
        width: -moz-calc(70% - 24px);
        width: calc(70% - 24px)
    }
    .col-lg-9-10 {
        width: -webkit-calc(90% - 24px);
        width: -moz-calc(90% - 24px);
        width: calc(90% - 24px)
    }
}

@media(max-width:768px) {
    .col-md-1-1 {
        width: -webkit-calc(100% - 24px);
        width: -moz-calc(100% - 24px);
        width: calc(100% - 24px)
    }
    .col-md-1-2 {
        width: -webkit-calc(50% - 24px);
        width: -moz-calc(50% - 24px);
        width: calc(50% - 24px)
    }
    .col-md-1-3 {
        width: -webkit-calc(33.33333% - 24px);
        width: -moz-calc(33.33333% - 24px);
        width: calc(33.33333% - 24px)
    }
    .col-md-2-3 {
        width: -webkit-calc(66.66667% - 24px);
        width: -moz-calc(66.66667% - 24px);
        width: calc(66.66667% - 24px)
    }
    .col-md-1-4 {
        width: -webkit-calc(25% - 24px);
        width: -moz-calc(25% - 24px);
        width: calc(25% - 24px)
    }
    .col-md-3-4 {
        width: -webkit-calc(75% - 24px);
        width: -moz-calc(75% - 24px);
        width: calc(75% - 24px)
    }
    .col-md-1-5 {
        width: -webkit-calc(20% - 24px);
        width: -moz-calc(20% - 24px);
        width: calc(20% - 24px)
    }
    .col-md-2-5 {
        width: -webkit-calc(40% - 24px);
        width: -moz-calc(40% - 24px);
        width: calc(40% - 24px)
    }
    .col-md-3-5 {
        width: -webkit-calc(60% - 24px);
        width: -moz-calc(60% - 24px);
        width: calc(60% - 24px)
    }
    .col-md-4-5 {
        width: -webkit-calc(80% - 24px);
        width: -moz-calc(80% - 24px);
        width: calc(80% - 24px)
    }
    .col-md-1-6 {
        width: -webkit-calc(16.66667% - 24px);
        width: -moz-calc(16.66667% - 24px);
        width: calc(16.66667% - 24px)
    }
    .col-md-5-6 {
        width: -webkit-calc(83.33333% - 24px);
        width: -moz-calc(83.33333% - 24px);
        width: calc(83.33333% - 24px)
    }
    .col-md-1-7 {
        width: -webkit-calc(14.28571% - 24px);
        width: -moz-calc(14.28571% - 24px);
        width: calc(14.28571% - 24px)
    }
    .col-md-2-7 {
        width: -webkit-calc(28.57143% - 24px);
        width: -moz-calc(28.57143% - 24px);
        width: calc(28.57143% - 24px)
    }
    .col-md-3-7 {
        width: -webkit-calc(42.85714% - 24px);
        width: -moz-calc(42.85714% - 24px);
        width: calc(42.85714% - 24px)
    }
    .col-md-4-7 {
        width: -webkit-calc(57.14286% - 24px);
        width: -moz-calc(57.14286% - 24px);
        width: calc(57.14286% - 24px)
    }
    .col-md-5-7 {
        width: -webkit-calc(71.42857% - 24px);
        width: -moz-calc(71.42857% - 24px);
        width: calc(71.42857% - 24px)
    }
    .col-md-6-7 {
        width: -webkit-calc(85.71429% - 24px);
        width: -moz-calc(85.71429% - 24px);
        width: calc(85.71429% - 24px)
    }
    .col-md-1-8 {
        width: -webkit-calc(12.5% - 24px);
        width: -moz-calc(12.5% - 24px);
        width: calc(12.5% - 24px)
    }
    .col-md-3-8 {
        width: -webkit-calc(37.5% - 24px);
        width: -moz-calc(37.5% - 24px);
        width: calc(37.5% - 24px)
    }
    .col-md-5-8 {
        width: -webkit-calc(62.5% - 24px);
        width: -moz-calc(62.5% - 24px);
        width: calc(62.5% - 24px)
    }
    .col-md-7-8 {
        width: -webkit-calc(87.5% - 24px);
        width: -moz-calc(87.5% - 24px);
        width: calc(87.5% - 24px)
    }
    .col-md-1-9 {
        width: -webkit-calc(11.11111% - 24px);
        width: -moz-calc(11.11111% - 24px);
        width: calc(11.11111% - 24px)
    }
    .col-md-2-9 {
        width: -webkit-calc(22.22222% - 24px);
        width: -moz-calc(22.22222% - 24px);
        width: calc(22.22222% - 24px)
    }
    .col-md-4-9 {
        width: -webkit-calc(44.44444% - 24px);
        width: -moz-calc(44.44444% - 24px);
        width: calc(44.44444% - 24px)
    }
    .col-md-5-9 {
        width: -webkit-calc(55.55556% - 24px);
        width: -moz-calc(55.55556% - 24px);
        width: calc(55.55556% - 24px)
    }
    .col-md-7-9 {
        width: -webkit-calc(77.77778% - 24px);
        width: -moz-calc(77.77778% - 24px);
        width: calc(77.77778% - 24px)
    }
    .col-md-8-9 {
        width: -webkit-calc(88.88889% - 24px);
        width: -moz-calc(88.88889% - 24px);
        width: calc(88.88889% - 24px)
    }
    .col-md-1-10 {
        width: -webkit-calc(10% - 24px);
        width: -moz-calc(10% - 24px);
        width: calc(10% - 24px)
    }
    .col-md-3-10 {
        width: -webkit-calc(30% - 24px);
        width: -moz-calc(30% - 24px);
        width: calc(30% - 24px)
    }
    .col-md-7-10 {
        width: -webkit-calc(70% - 24px);
        width: -moz-calc(70% - 24px);
        width: calc(70% - 24px)
    }
    .col-md-9-10 {
        width: -webkit-calc(90% - 24px);
        width: -moz-calc(90% - 24px);
        width: calc(90% - 24px)
    }
}

@media(max-width:420px) {
    .col-sm-1-1 {
        width: -webkit-calc(100% - 24px);
        width: -moz-calc(100% - 24px);
        width: calc(100% - 24px)
    }
    .col-sm-1-2 {
        width: -webkit-calc(50% - 24px);
        width: -moz-calc(50% - 24px);
        width: calc(50% - 24px)
    }
    .col-sm-1-3 {
        width: -webkit-calc(33.33333% - 24px);
        width: -moz-calc(33.33333% - 24px);
        width: calc(33.33333% - 24px)
    }
    .col-sm-2-3 {
        width: -webkit-calc(66.66667% - 24px);
        width: -moz-calc(66.66667% - 24px);
        width: calc(66.66667% - 24px)
    }
    .col-sm-1-4 {
        width: -webkit-calc(25% - 24px);
        width: -moz-calc(25% - 24px);
        width: calc(25% - 24px)
    }
    .col-sm-3-4 {
        width: -webkit-calc(75% - 24px);
        width: -moz-calc(75% - 24px);
        width: calc(75% - 24px)
    }
    .col-sm-1-5 {
        width: -webkit-calc(20% - 24px);
        width: -moz-calc(20% - 24px);
        width: calc(20% - 24px)
    }
    .col-sm-2-5 {
        width: -webkit-calc(40% - 24px);
        width: -moz-calc(40% - 24px);
        width: calc(40% - 24px)
    }
    .col-sm-3-5 {
        width: -webkit-calc(60% - 24px);
        width: -moz-calc(60% - 24px);
        width: calc(60% - 24px)
    }
    .col-sm-4-5 {
        width: -webkit-calc(80% - 24px);
        width: -moz-calc(80% - 24px);
        width: calc(80% - 24px)
    }
    .col-sm-1-6 {
        width: -webkit-calc(16.66667% - 24px);
        width: -moz-calc(16.66667% - 24px);
        width: calc(16.66667% - 24px)
    }
    .col-sm-5-6 {
        width: -webkit-calc(83.33333% - 24px);
        width: -moz-calc(83.33333% - 24px);
        width: calc(83.33333% - 24px)
    }
    .col-sm-1-7 {
        width: -webkit-calc(14.28571% - 24px);
        width: -moz-calc(14.28571% - 24px);
        width: calc(14.28571% - 24px)
    }
    .col-sm-2-7 {
        width: -webkit-calc(28.57143% - 24px);
        width: -moz-calc(28.57143% - 24px);
        width: calc(28.57143% - 24px)
    }
    .col-sm-3-7 {
        width: -webkit-calc(42.85714% - 24px);
        width: -moz-calc(42.85714% - 24px);
        width: calc(42.85714% - 24px)
    }
    .col-sm-4-7 {
        width: -webkit-calc(57.14286% - 24px);
        width: -moz-calc(57.14286% - 24px);
        width: calc(57.14286% - 24px)
    }
    .col-sm-5-7 {
        width: -webkit-calc(71.42857% - 24px);
        width: -moz-calc(71.42857% - 24px);
        width: calc(71.42857% - 24px)
    }
    .col-sm-6-7 {
        width: -webkit-calc(85.71429% - 24px);
        width: -moz-calc(85.71429% - 24px);
        width: calc(85.71429% - 24px)
    }
    .col-sm-1-8 {
        width: -webkit-calc(12.5% - 24px);
        width: -moz-calc(12.5% - 24px);
        width: calc(12.5% - 24px)
    }
    .col-sm-3-8 {
        width: -webkit-calc(37.5% - 24px);
        width: -moz-calc(37.5% - 24px);
        width: calc(37.5% - 24px)
    }
    .col-sm-5-8 {
        width: -webkit-calc(62.5% - 24px);
        width: -moz-calc(62.5% - 24px);
        width: calc(62.5% - 24px)
    }
    .col-sm-7-8 {
        width: -webkit-calc(87.5% - 24px);
        width: -moz-calc(87.5% - 24px);
        width: calc(87.5% - 24px)
    }
    .col-sm-1-9 {
        width: -webkit-calc(11.11111% - 24px);
        width: -moz-calc(11.11111% - 24px);
        width: calc(11.11111% - 24px)
    }
    .col-sm-2-9 {
        width: -webkit-calc(22.22222% - 24px);
        width: -moz-calc(22.22222% - 24px);
        width: calc(22.22222% - 24px)
    }
    .col-sm-4-9 {
        width: -webkit-calc(44.44444% - 24px);
        width: -moz-calc(44.44444% - 24px);
        width: calc(44.44444% - 24px)
    }
    .col-sm-5-9 {
        width: -webkit-calc(55.55556% - 24px);
        width: -moz-calc(55.55556% - 24px);
        width: calc(55.55556% - 24px)
    }
    .col-sm-7-9 {
        width: -webkit-calc(77.77778% - 24px);
        width: -moz-calc(77.77778% - 24px);
        width: calc(77.77778% - 24px)
    }
    .col-sm-8-9 {
        width: -webkit-calc(88.88889% - 24px);
        width: -moz-calc(88.88889% - 24px);
        width: calc(88.88889% - 24px)
    }
    .col-sm-1-10 {
        width: -webkit-calc(10% - 24px);
        width: -moz-calc(10% - 24px);
        width: calc(10% - 24px)
    }
    .col-sm-3-10 {
        width: -webkit-calc(30% - 24px);
        width: -moz-calc(30% - 24px);
        width: calc(30% - 24px)
    }
    .col-sm-7-10 {
        width: -webkit-calc(70% - 24px);
        width: -moz-calc(70% - 24px);
        width: calc(70% - 24px)
    }
    .col-sm-9-10 {
        width: -webkit-calc(90% - 24px);
        width: -moz-calc(90% - 24px);
        width: calc(90% - 24px)
    }
}

@media(max-width:320px) {
    .col-xs-1-1 {
        width: -webkit-calc(100% - 24px);
        width: -moz-calc(100% - 24px);
        width: calc(100% - 24px)
    }
    .col-xs-1-2 {
        width: -webkit-calc(50% - 24px);
        width: -moz-calc(50% - 24px);
        width: calc(50% - 24px)
    }
    .col-xs-1-3 {
        width: -webkit-calc(33.33333% - 24px);
        width: -moz-calc(33.33333% - 24px);
        width: calc(33.33333% - 24px)
    }
    .col-xs-2-3 {
        width: -webkit-calc(66.66667% - 24px);
        width: -moz-calc(66.66667% - 24px);
        width: calc(66.66667% - 24px)
    }
    .col-xs-1-4 {
        width: -webkit-calc(25% - 24px);
        width: -moz-calc(25% - 24px);
        width: calc(25% - 24px)
    }
    .col-xs-3-4 {
        width: -webkit-calc(75% - 24px);
        width: -moz-calc(75% - 24px);
        width: calc(75% - 24px)
    }
    .col-xs-1-5 {
        width: -webkit-calc(20% - 24px);
        width: -moz-calc(20% - 24px);
        width: calc(20% - 24px)
    }
    .col-xs-2-5 {
        width: -webkit-calc(40% - 24px);
        width: -moz-calc(40% - 24px);
        width: calc(40% - 24px)
    }
    .col-xs-3-5 {
        width: -webkit-calc(60% - 24px);
        width: -moz-calc(60% - 24px);
        width: calc(60% - 24px)
    }
    .col-xs-4-5 {
        width: -webkit-calc(80% - 24px);
        width: -moz-calc(80% - 24px);
        width: calc(80% - 24px)
    }
    .col-xs-1-6 {
        width: -webkit-calc(16.66667% - 24px);
        width: -moz-calc(16.66667% - 24px);
        width: calc(16.66667% - 24px)
    }
    .col-xs-5-6 {
        width: -webkit-calc(83.33333% - 24px);
        width: -moz-calc(83.33333% - 24px);
        width: calc(83.33333% - 24px)
    }
    .col-xs-1-7 {
        width: -webkit-calc(14.28571% - 24px);
        width: -moz-calc(14.28571% - 24px);
        width: calc(14.28571% - 24px)
    }
    .col-xs-2-7 {
        width: -webkit-calc(28.57143% - 24px);
        width: -moz-calc(28.57143% - 24px);
        width: calc(28.57143% - 24px)
    }
    .col-xs-3-7 {
        width: -webkit-calc(42.85714% - 24px);
        width: -moz-calc(42.85714% - 24px);
        width: calc(42.85714% - 24px)
    }
    .col-xs-4-7 {
        width: -webkit-calc(57.14286% - 24px);
        width: -moz-calc(57.14286% - 24px);
        width: calc(57.14286% - 24px)
    }
    .col-xs-5-7 {
        width: -webkit-calc(71.42857% - 24px);
        width: -moz-calc(71.42857% - 24px);
        width: calc(71.42857% - 24px)
    }
    .col-xs-6-7 {
        width: -webkit-calc(85.71429% - 24px);
        width: -moz-calc(85.71429% - 24px);
        width: calc(85.71429% - 24px)
    }
    .col-xs-1-8 {
        width: -webkit-calc(12.5% - 24px);
        width: -moz-calc(12.5% - 24px);
        width: calc(12.5% - 24px)
    }
    .col-xs-3-8 {
        width: -webkit-calc(37.5% - 24px);
        width: -moz-calc(37.5% - 24px);
        width: calc(37.5% - 24px)
    }
    .col-xs-5-8 {
        width: -webkit-calc(62.5% - 24px);
        width: -moz-calc(62.5% - 24px);
        width: calc(62.5% - 24px)
    }
    .col-xs-7-8 {
        width: -webkit-calc(87.5% - 24px);
        width: -moz-calc(87.5% - 24px);
        width: calc(87.5% - 24px)
    }
    .col-xs-1-9 {
        width: -webkit-calc(11.11111% - 24px);
        width: -moz-calc(11.11111% - 24px);
        width: calc(11.11111% - 24px)
    }
    .col-xs-2-9 {
        width: -webkit-calc(22.22222% - 24px);
        width: -moz-calc(22.22222% - 24px);
        width: calc(22.22222% - 24px)
    }
    .col-xs-4-9 {
        width: -webkit-calc(44.44444% - 24px);
        width: -moz-calc(44.44444% - 24px);
        width: calc(44.44444% - 24px)
    }
    .col-xs-5-9 {
        width: -webkit-calc(55.55556% - 24px);
        width: -moz-calc(55.55556% - 24px);
        width: calc(55.55556% - 24px)
    }
    .col-xs-7-9 {
        width: -webkit-calc(77.77778% - 24px);
        width: -moz-calc(77.77778% - 24px);
        width: calc(77.77778% - 24px)
    }
    .col-xs-8-9 {
        width: -webkit-calc(88.88889% - 24px);
        width: -moz-calc(88.88889% - 24px);
        width: calc(88.88889% - 24px)
    }
    .col-xs-1-10 {
        width: -webkit-calc(10% - 24px);
        width: -moz-calc(10% - 24px);
        width: calc(10% - 24px)
    }
    .col-xs-3-10 {
        width: -webkit-calc(30% - 24px);
        width: -moz-calc(30% - 24px);
        width: calc(30% - 24px)
    }
    .col-xs-7-10 {
        width: -webkit-calc(70% - 24px);
        width: -moz-calc(70% - 24px);
        width: calc(70% - 24px)
    }
    .col-xs-9-10 {
        width: -webkit-calc(90% - 24px);
        width: -moz-calc(90% - 24px);
        width: calc(90% - 24px)
    }
}

.title,
.title_pole,
.title_field {
    display: none !important
}

table td,
table th {
    border: 1px solid
}

table th {
    text-align: center
}

table.cellpadding_5 td,
table.cellpadding_5 th {
    padding: 5px
}

table.cellpadding_7 td,
table.cellpadding_7 th {
    padding: 7px
}

table.cellpadding_10 td,
table.cellpadding_10 th {
    padding: 10px
}

table.cellpadding_15 td,
table.cellpadding_15 th {
    padding: 15px
}

table.cellpadding_20 td,
table.cellpadding_20 th {
    padding: 10px
}

table.noborder {
    border: 0
}

table.noborder td,
table.noborder th {
    border: 0
}

table.justify {
    width: 100%
}

.c-menu-hamburger {
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    background: #536EA0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.c-menu-hamburger span {
    position: absolute;
    height: 3px;
    width: 26px;
    left: 50%;
    margin-left: -13px;
    background: #fff;
    display: block;
    -webkit-transition: all linear .2s 0s;
    -moz-transition: all linear .2s 0s;
    -o-transition: all linear .2s 0s;
    transition: all linear .2s 0s
}

.c-menu-hamburger span:nth-child(1) {
    top: 16px
}

.c-menu-hamburger span:nth-child(2) {
    top: 24px
}

.c-menu-hamburger span:nth-child(3) {
    top: 24px
}

.c-menu-hamburger span:nth-child(4) {
    top: 32px
}

.c-menu-hamburger.is-active span:nth-child(1) {
    top: 24px;
    opacity: 0
}

.c-menu-hamburger.is-active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.c-menu-hamburger.is-active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.c-menu-hamburger.is-active span:nth-child(4) {
    top: 24px;
    opacity: 0
}

.c-menu {
    line-height: 1;
    text-align: left
}

.c-menu .c-menu__item .c-menu__item__link {
    color: inherit;
    line-height: inherit;
    font-size: inherit;
    text-decoration: none
}

.c-menu .c-menu__dropdown-toggle {
    font-size: 0
}

.c-menu ul {
    padding: 0;
    margin: 0;
    display: block
}

.c-menu ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block
}

.c-menu ul li a {
    text-decoration: none
}

@media only screen and (min-width:768px) {
    .c-menu-main .c-menu__dropdown {
        white-space: normal
    }
    .c-menu-main>ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .c-menu-main>ul>li {
        display: inline-block;
        vertical-align: top;
        padding: 0 20px;
        position: relative;
        white-space: nowrap
    }
    .c-menu-main>ul>li ul {
        white-space: normal
    }
    .c-menu-main>ul>li:before {
        content: '';
        display: block;
        position: absolute;
        height: 4px;
        width: 4px;
        background: #f8dea4;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        top: 50%;
        margin-top: -2px;
        right: -2px
    }
    .c-menu-main>ul>li:last-child:before,
    .c-menu-main>ul>li.is-last:before {
        display: none
    }
    .c-menu-main .c-menu__item {
        font-size: 16px;
        line-height: 20px;
        color: #561629;
        font-weight: 500;
        padding: 45px 0;
        position: relative
    }
    .c-menu-main .c-menu__item.is-active {
        color: #d09516
    }
    .c-menu-main .c-menu__item .c-menu__item__link:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 0;
        background: #aa8a94;
        left: 0;
        top: 0;
        -webkit-transform: translate(0, -3px);
        -moz-transform: translate(0, -3px);
        -ms-transform: translate(0, -3px);
        -o-transform: translate(0, -3px);
        transform: translate(0, -3px);
        -webkit-transition: all linear .2s 0s;
        -moz-transition: all linear .2s 0s;
        -o-transition: all linear .2s 0s;
        transition: all linear .2s 0s
    }
    .c-menu-main .c-menu__item .c-menu__item__link:hover {
        color: #d09516
    }
    .c-menu-main .c-menu__item .c-menu__item__link:hover:before {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        height: 3px
    }
}

@media only screen and (max-width:767px) {
    .c-menu-main ul {
        display: block
    }
    .c-menu-main ul li {
        display: block;
        border-bottom: 1px solid #e1e5e638
    }
    .c-menu-main ul li:last-child {
        border-bottom: 0
    }
    .c-menu-main .c-menu__item {
        font-size: 16px;
        line-height: 20px;
        color: #fff;
        font-weight: 500;
        position: relative
    }
    .c-menu-main .c-menu__item.is-active {
        color: #d09516
    }
    .c-menu-main .c-menu__item .c-menu__item__link {
        display: block;
        padding: 10px 20px
    }
}

.c-menu-footer>ul>li {
    padding: 0;
    margin: 0 0 10px 0;
    display: block
}

.c-menu-footer .c-menu__item {
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    line-height: 18px
}

.c-menu-footer .c-menu__item .c-menu__item__link:hover {
    color: #f1bd4a
}

.c-menu-footer .c-menu__item.is-active {
    color: #f1bd4a
}

.c-menu-footer--2cols>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px
}

.c-menu-footer--2cols>ul>li {
    padding: 0 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.c-menu-app-overlay {
    position: fixed;
    left: 0;
    display: none;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    background: rgba(86, 22, 41, 0.2)
}

.c-menu-app {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    -o-transition: opacity .2s, -o-transform .2s;
    -moz-transition: transform .2s, opacity .2s, -moz-transform .2s;
    transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s, -webkit-transform .2s, -moz-transform .2s, -o-transform .2s;
    overflow: hidden;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    opacity: 0;
    z-index: 500;
    max-width: 450px;
    background: #561629
}

.c-menu-app.is-active {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
}

.c-menu-app .c-menu-app__head {
    white-space: nowrap;
    padding: 20px 60px 20px 20px;
    height: 60px;
    position: relative;
    z-index: 500;
    border-bottom: 1px solid #e1e5e6
}

.c-menu-app .c-menu-app__body {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 70px;
    padding-bottom: 40px;
    overflow: auto;
    z-index: 300
}

.c-menu-app .c-menu-app__close {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    cursor: pointer;
    z-index: 500
}

.c-menu-app .c-menu-app__close-btn {
    font-size: 0;
    height: 16px;
    width: 22px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -11px;
    margin-top: -8px
}

.c-menu-app .c-menu-app__close-btn:before,
.c-menu-app .c-menu-app__close-btn:after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    top: 7px;
    background: #fff
}

.c-menu-app .c-menu-app__close-btn:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.c-menu-app .c-menu-app__close-btn:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.c-menu-app .c-menu-app__back {
    display: none
}

.c-menu-app .c-menu-app__back-btn {
    display: none
}

.c-menu-app .c-menu-app__title {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase
}

.c-menu-app .c-menu .c-menu__dropdown {
    display: none
}

.c-menu-app .c-menu .c-menu__dropdown.is-active {
    display: block
}

.c-menu-app .c-menu .dropdown-active>li {
    display: none
}

.c-menu-app .c-menu .dropdown-active>li.dropdown-opened {
    display: block
}

.c-menu-app .c-menu .dropdown-active>li.dropdown-opened>.c-menu__item>.c-menu__item__link {
    display: none
}

.c-menu-app .c-menu .dropdown-active>li.dropdown-opened>.c-menu__item>.c-menu__dropdown-toggle {
    display: none
}

.c-menu-fat {
    position: relative
}

.c-menu-fat .c-menu>ul {
    margin: 0;
    display: block;
    white-space: nowrap
}

.c-menu-fat .c-menu>ul ul {
    white-space: normal
}

.c-menu-fat .c-menu>ul>li {
    display: inline-block
}

.c-menu-fat.is-active {
    padding-right: 60px
}

.c-menu-fat.is-active .c-menu-fat__helper {
    display: block
}

.c-menu-fat .c-menu-fat__helper {
    width: 60px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: none
}

.c-menu-fat .c-menu-fat__toggle {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -25px
}

.c-menu-fat .c-menu-fat__hamburger {
    cursor: pointer;
    display: block;
    width: 50px;
    height: 50px;
    background: #561629;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.c-menu-fat .c-menu-fat__hamburger span {
    position: absolute;
    height: 3px;
    width: 26px;
    left: 50%;
    margin-left: -13px;
    background: #fff;
    display: block;
    -webkit-transition: all linear .2s 0s;
    -moz-transition: all linear .2s 0s;
    -o-transition: all linear .2s 0s;
    transition: all linear .2s 0s
}

.c-menu-fat .c-menu-fat__hamburger span:nth-child(1) {
    top: 16px
}

.c-menu-fat .c-menu-fat__hamburger span:nth-child(2) {
    top: 24px
}

.c-menu-fat .c-menu-fat__hamburger span:nth-child(3) {
    top: 24px
}

.c-menu-fat .c-menu-fat__hamburger span:nth-child(4) {
    top: 32px
}

.c-menu-fat .c-menu-fat__hamburger.is-active span:nth-child(1) {
    top: 24px;
    opacity: 0
}

.c-menu-fat .c-menu-fat__hamburger.is-active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.c-menu-fat .c-menu-fat__hamburger.is-active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.c-menu-fat .c-menu-fat__hamburger.is-active span:nth-child(4) {
    top: 24px;
    opacity: 0
}

.c-menu-fat .c-menu-fat__nav {
    position: absolute;
    right: 0;
    top: 100%;
    text-align: left;
    display: none;
    width: 200px
}

.c-menu-fat .c-menu-fat__nav.is-active {
    display: block
}

.c-menu-fat .c-menu-fat__nav ul {
    padding: 0;
    margin: 0;
    display: block
}

.c-menu-fat .c-menu-fat__nav ul li {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid transparent
}

.c-menu-fat .c-menu-fat__nav .has-dropdown:hover>.c-menu__dropdown {
    display: block
}

.c-menu-fat .c-menu-fat__nav .c-menu__dropdown-toggle {
    font-size: 0;
    display: none
}

.c-menu-fat .c-menu-fat__nav .c-menu__item {
    color: #fff;
    background: #561629;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500
}

.c-menu-fat .c-menu-fat__nav .c-menu__item .c-menu__item__link {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 10px 20px
}

.c-menu-fat .c-menu-fat__nav .c-menu__item .c-menu__item__link:hover {
    color: #d09516
}

.c-menu-fat .c-menu-fat__nav .c-menu__item:hover,
.c-menu-fat .c-menu-fat__nav .c-menu__item.is-active {
    color: #d09516
}

.c-btn {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    border: 0;
    width: auto;
    height: auto;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: 0;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    outline: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    padding: 12px 20px;
    background: #17b150;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all linear .2s 0s;
    -moz-transition: all linear .2s 0s;
    -o-transition: all linear .2s 0s;
    transition: all linear .2s 0s
}

.c-btn::-ms-clear {
    display: none
}

@media only screen and (min-width:768px) {
    .c-btn:hover {
        background: #149a46
    }
}

.c-btn--whatsapp {
    display: inline-block;
    height: 40px;
    border: 0;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding-left: 48px;
    padding-right: 15px;
    background: #17b150 url("/assets/images/whatsapp.png") left 7px center no-repeat;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 150px;
    white-space: nowrap
}

.c-btn--whatsapp:hover {
    background-color: #149a46
}

.c-btn.c-btn--block {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.c-btn.c-btn--phone {
    padding-left: 60px;
    min-height: 44px
}

.c-btn.c-btn--phone:before {
    content: '';
    display: block;
    position: absolute;
    left: 6px;
    top: 4px;
    background-image: url(../images/icons.png);
    background-position: 0 -62px;
    width: 36px;
    height: 36px
}

.c-btn.c-btn--msg {
    padding-left: 60px;
    min-height: 44px
}

.c-btn.c-btn--msg:before {
    content: '';
    display: block;
    position: absolute;
    left: 6px;
    top: 4px;
    background-image: url(../images/icons.png);
    background-position: -62px 0;
    width: 36px;
    height: 36px
}

.c-btn.c-btn--red {
    background: #501526
}

@media only screen and (min-width:768px) {
    .c-btn.c-btn--red:hover {
        background: #3c101c
    }
}

.c-btn.is-loading {
    font-size: 0;
    cursor: not-allowed;
    pointer-events: none;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none
}

.c-btn.is-loading img,
.c-btn.is-loading svg {
    max-height: 20px;
    display: inline-block;
    vertical-align: middle
}

.c-btn-print {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #282828;
    text-decoration: none;
    padding: 0 0 0 30px;
    line-height: 20px;
    border: 0;
    background: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.c-btn-print span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    border-bottom: 1px dotted #d09516
}

.c-btn-print:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/icons.png);
    background-position: -100px -22px;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0
}

.c-btn-print:hover span {
    border-color: transparent
}

.c-btn-to-top {
    position: fixed;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #561629;
    z-index: 200;
    right: 100px;
    bottom: 100px;
    -webkit-transition: all linear .2s 0s;
    -moz-transition: all linear .2s 0s;
    -o-transition: all linear .2s 0s;
    transition: all linear .2s 0s
}

@media only screen and (max-width:1209px) {
    .c-btn-to-top {
        right: 15px;
        bottom: 15px
    }
}

.c-btn-to-top:hover {
    background: #f1bd4a
}

.c-btn-to-top:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/icons.png);
    background-position: 0 -122px;
    width: 11px;
    height: 20px;
    margin-left: -5.5px;
    margin-top: -10px
}

.c-btn-to-top.is-active {
    opacity: 1
}

.whatsapp {
    height: 40px;
    max-width: 100%;
    border: 0;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding-left: 48px;
    padding-right: 15px;
    background: #17b150 url("/assets/images/whatsapp.png") left 7px center no-repeat;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    bottom: 170px;
    right: 0;
    top: auto;
    left: auto;
    display: block;
    position: fixed;
    z-index: 500;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    border-radius: 20px 0 0 20px;
    width: 150px
}

.whatsapp:hover {
    background-color: #149a46
}

@media only screen and (max-width:1209px) {
    .whatsapp {
        font-size: 0;
        width: 40px;
        padding: 0;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        right: 15px;
        bottom: 90px
    }
}

.c-social-links ul {
    padding: 0;
    margin: 0 -5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.c-social-links ul li {
    padding: 0 5px;
    display: inline-block;
    vertical-align: top
}

.c-social-links ul li a {
    font-size: 15px;
    text-align: center;
    display: block;
    padding: 5px;
    line-height: 0
}

.c-social-links .c-icon {
    vertical-align: middle;
    fill: #9aa0ab;
    stroke: none;
    -webkit-transition: fill .2s;
    -o-transition: fill .2s;
    -moz-transition: fill .2s;
    transition: fill .2s
}

[disabled],
.is-disabled {
    cursor: not-allowed
}

textarea {
    border: 0;
    display: block;
    width: 100%;
    resize: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: 36px;
    font-size: 15px;
    color: #4f1525;
    font-weight: 500;
    padding: 0;
    min-height: 108px;
    max-height: 252px;
    background: url("../images/bg-textarea.png") 0 0 repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all linear .2s 0s;
    -moz-transition: all linear .2s 0s;
    -o-transition: all linear .2s 0s;
    transition: all linear .2s 0s
}

textarea::-ms-clear {
    display: none
}

textarea::-webkit-input-placeholder {
    -webkit-transition: all linear .2s 0s;
    -moz-transition: all linear .2s 0s;
    -o-transition: all linear .2s 0s;
    transition: all linear .2s 0s
}

textarea::-moz-placeholder {
    -webkit-transition: all linear .2s 0s;
    -moz-transition: all linear .2s 0s;
    -o-transition: all linear .2s 0s;
    transition: all linear .2s 0s
}

textarea:-moz-placeholder {
    -webkit-transition: all linear .2s 0s;
    -moz-transition: all linear .2s 0s;
    -o-transition: all linear .2s 0s;
    transition: all linear .2s 0s
}

textarea:-ms-input-placeholder {
    -webkit-transition: all linear .2s 0s;
    -moz-transition: all linear .2s 0s;
    -o-transition: all linear .2s 0s;
    transition: all linear .2s 0s
}

textarea:focus::-webkit-input-placeholder {
    opacity: 0
}

textarea:focus::-moz-placeholder {
    opacity: 0
}

textarea:focus:-moz-placeholder {
    opacity: 0
}

textarea:focus:-ms-input-placeholder {
    opacity: 0
}

input[type="text"],
input[type="email"],
input[type="datetime"],
input[type="password"],
input[type="tel"],
input[type="phone"],
input[type="number"],
input[type="search"] {
    display: block;
    text-align: left;
    width: 100%;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 36px;
    border-bottom: 1px solid #dadfe1;
    font-size: 15px;
    line-height: 20px;
    color: #4f1525;
    font-weight: 500;
    padding: 10px 0 6px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all linear .2s 0s;
    -moz-transition: all linear .2s 0s;
    -o-transition: all linear .2s 0s;
    transition: all linear .2s 0s
}

input[type="text"]::-ms-clear,
input[type="email"]::-ms-clear,
input[type="datetime"]::-ms-clear,
input[type="password"]::-ms-clear,
input[type="tel"]::-ms-clear,
input[type="phone"]::-ms-clear,
input[type="number"]::-ms-clear,
input[type="search"]::-ms-clear {
    display: none
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="phone"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder {
    font-size: 15px;
    font-weight: 500;
    color: #404040;
    -webkit-transition: all linear .2s 0s;
    -moz-transition: all linear .2s 0s;
    -o-transition: all linear .2s 0s;
    transition: all linear .2s 0s
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="phone"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="search"]::-moz-placeholder {
    font-size: 15px;
    font-weight: 500;
    color: #404040;
    -webkit-transition: all linear .2s 0s;
    -moz-transition: all linear .2s 0s;
    -o-transition: all linear .2s 0s;
    transition: all linear .2s 0s
}

input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="phone"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="search"]:-moz-placeholder {
    font-size: 15px;
    font-weight: 500;
    color: #404040;
    -webkit-transition: all linear .2s 0s;
    -moz-transition: all linear .2s 0s;
    -o-transition: all linear .2s 0s;
    transition: all linear .2s 0s
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="phone"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder {
    font-size: 15px;
    font-weight: 500;
    color: #404040;
    -webkit-transition: all linear .2s 0s;
    -moz-transition: all linear .2s 0s;
    -o-transition: all linear .2s 0s;
    transition: all linear .2s 0s
}

input[type="text"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="datetime"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="phone"]:focus::-webkit-input-placeholder,
input[type="number"]:focus::-webkit-input-placeholder,
input[type="search"]:focus::-webkit-input-placeholder {
    opacity: 0
}

input[type="text"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="datetime"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
input[type="phone"]:focus::-moz-placeholder,
input[type="number"]:focus::-moz-placeholder,
input[type="search"]:focus::-moz-placeholder {
    opacity: 0
}

input[type="text"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="datetime"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
input[type="phone"]:focus:-moz-placeholder,
input[type="number"]:focus:-moz-placeholder,
input[type="search"]:focus:-moz-placeholder {
    opacity: 0
}

input[type="text"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="datetime"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="phone"]:focus:-ms-input-placeholder,
input[type="number"]:focus:-ms-input-placeholder,
input[type="search"]:focus:-ms-input-placeholder {
    opacity: 0
}

input[type="text"]:hover,
input[type="text"]:focus,
input[type="text"].is-changed,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="email"].is-changed,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime"].is-changed,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="password"].is-changed,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="tel"].is-changed,
input[type="phone"]:hover,
input[type="phone"]:focus,
input[type="phone"].is-changed,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="number"].is-changed,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="search"].is-changed {
    border-color: #d09516
}

.c-textarea-container .c-textarea-helper {
    background: url("../images/bg-textarea-2.png") 0 0 repeat
}

.ui-select-container {
    display: block;
    position: relative
}

.ui-selectmenu-button {
    display: block;
    position: relative;
    cursor: pointer
}

.ui-selectmenu-button .ui-selectmenu-icon {
    position: absolute;
    font-size: 0
}

.ui-selectmenu-button .ui-selectmenu-text {
    overflow: hidden;
    display: block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: inherit
}

.ui-selectmenu-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    display: none;
    z-index: 100;
    text-align: left
}

.ui-selectmenu-menu .ui-menu {
    padding: 0;
    margin: 0;
    overflow: auto;
    max-height: 240px;
    max-width: 100%;
    width: 100%
}

.ui-selectmenu-menu .ui-menu-item {
    display: block;
    padding: 0;
    margin: 0
}

.ui-selectmenu-menu .ui-menu-item a {
    color: inherit
}

.ui-selectmenu-menu .ui-menu-item-wrapper {
    display: block;
    text-decoration: none;
    cursor: pointer
}

.ui-selectmenu-menu.ui-selectmenu-open {
    display: block
}

.input-placeholder {
    position: relative
}

.input-placeholder .input-placeholder__title {
    position: absolute;
    display: block;
    left: 0;
    top: 10px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #404040;
    -webkit-transition: all linear .2s 0s;
    -moz-transition: all linear .2s 0s;
    -o-transition: all linear .2s 0s;
    transition: all linear .2s 0s
}

.input-placeholder[data-tag="textarea"] .input-placeholder__title {
    top: 0;
    line-height: 36px
}

.input-placeholder.is-focused .input-placeholder__title {
    font-size: 11px;
    line-height: 1;
    top: 0
}

.c-input-checkbox {
    display: inline-block;
    position: relative;
    cursor: pointer
}

.c-input-checkbox input {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0
}

.c-input-radio {
    display: inline-block;
    position: relative;
    cursor: pointer
}

.c-input-radio input {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0
}

.c-field-addon {
    position: relative;
    padding-left: 30px
}

.c-field-addon:hover .c-field-addon__icon [class^="c-icon"]:last-child:not(:first-child),
.c-field-addon:hover .c-field-addon__icon [class^="icon"]:last-child:not(:first-child),
.c-field-addon:hover .c-field-addon__icon img:last-child:not(:first-child),
.c-field-addon.is-focused .c-field-addon__icon [class^="c-icon"]:last-child:not(:first-child),
.c-field-addon.is-focused .c-field-addon__icon [class^="icon"]:last-child:not(:first-child),
.c-field-addon.is-focused .c-field-addon__icon img:last-child:not(:first-child) {
    display: inline-block
}

.c-field-addon:hover .c-field-addon__icon [class^="c-icon"]:first-child:not(:last-child),
.c-field-addon:hover .c-field-addon__icon [class^="icon"]:first-child:not(:last-child),
.c-field-addon:hover .c-field-addon__icon img:first-child:not(:last-child),
.c-field-addon.is-focused .c-field-addon__icon [class^="c-icon"]:first-child:not(:last-child),
.c-field-addon.is-focused .c-field-addon__icon [class^="icon"]:first-child:not(:last-child),
.c-field-addon.is-focused .c-field-addon__icon img:first-child:not(:last-child) {
    display: none
}

.c-field-addon .c-field-addon__icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    text-align: left;
    font-size: 0;
    line-height: 36px;
    height: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    pointer-events: none
}

.c-field-addon .c-field-addon__icon [class^="c-icon"],
.c-field-addon .c-field-addon__icon [class^="icon"],
.c-field-addon .c-field-addon__icon img {
    display: inline-block;
    vertical-align: middle
}

.c-field-addon .c-field-addon__icon [class^="c-icon"]:last-child:not(:first-child),
.c-field-addon .c-field-addon__icon [class^="icon"]:last-child:not(:first-child),
.c-field-addon .c-field-addon__icon img:last-child:not(:first-child) {
    display: none
}

.c-form {
    position: relative;
    text-align: left;
    display: block
}

.c-form .c-form__title {
    font-size: 34px;
    color: #000;
    font-weight: 500;
    margin: 0 0 20px 0
}

@media only screen and (max-width:767px) {
    .c-form .c-form__title {
        font-size: 20px
    }
}

.c-form .c-form__head {
    text-align: center;
    margin-bottom: 20px
}

.c-form .c-form__field {
    position: relative;
    margin-bottom: 30px
}

.c-form .c-form__error {
    display: block;
    font-size: 13px;
    line-height: 1.1;
    font-weight: 600;
    color: #561629;
    margin: 5px 0
}

.c-form .c-form__error ul,
.c-form .c-form__error li,
.c-form .c-form__error p {
    padding: 0;
    margin: 0;
    display: block;
    color: currentColor
}

.c-form-success {
    text-align: center;
    display: block;
    margin: 30px 0
}

.c-form-success p {
    margin: 0
}

.c-form-success__icon {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    line-height: 0;
    font-size: 0
}

.c-form-success__title {
    font-size: 34px;
    color: #000;
    font-weight: 500;
    margin: 0 0 15px 0
}

@media only screen and (max-width:767px) {
    .c-form-success__title {
        font-size: 20px
    }
}

.c-form-success__text {
    font-size: 15px
}

.c-form-feedback .c-form__footer {
    text-align: center
}

.c-form-feedback .c-form__submit {
    display: block;
    width: 100%;
    max-width: 180px;
    margin: 0 auto
}

.c-popup-overlay {
    background: rgba(28, 27, 43, 0.6);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000
}

.c-popup-loading {
    background: url("../images/loader.svg") no-repeat scroll center center transparent;
    -moz-background-size: 30px 30px;
    -o-background-size: 30px 30px;
    background-size: 30px 30px;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1120
}

.c-popup {
    position: fixed;
    display: none;
    overflow: auto;
    z-index: 1000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.c-popup .c-popup__container {
    display: table;
    height: 100%;
    width: 100%;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.c-popup .c-popup__inner {
    display: table-cell;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px
}

.c-popup .c-popup__body {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 480px;
    background: #fff
}

@media only screen and (max-width:509px) {
    .c-popup .c-popup__body {
        width: 100%
    }
}

.c-popup .c-popup__close {
    position: absolute;
    display: block;
    cursor: pointer;
    bottom: 100%;
    margin-bottom: 20px;
    right: 0;
    font-size: 0;
    line-height: 0
}

.c-popup .c-popup__head {
    margin-bottom: 30px
}

.c-popup .c-popup__title {
    margin: 0 0 20px 0
}

.c-header {
    position: relative;
    border-bottom: 2px solid #f1dfb9
}

.c-header .c-header__top {
    background: #fff;
    position: relative
}

.c-header .c-header__top .c-header__top__inner {
    position: relative;
    padding-left: 150px;
    padding-right: 220px
}

@media only screen and (max-width:767px) {
    .c-header .c-header__top .c-header__top__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0
    }
}

@media only screen and (max-width:418px) {
    .c-header .c-header__top .c-header__top__inner {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.c-header .c-header__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 150px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    width: 150px;
    padding: 5px 40px 5px 0;
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: auto
}

@media only screen and (max-width:767px) {
    .c-header .c-header__logo {
        display: block;
        position: relative
    }
}

@media only screen and (max-width:549px) {
    .c-header .c-header__logo {
        padding-right: 0;
        max-width: 100px
    }
}

.c-header .c-header__phones {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 220px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto
}

@media only screen and (max-width:767px) {
    .c-header .c-header__phones {
        display: block;
        position: relative
    }
}

@media only screen and (max-width:549px) {
    .c-header .c-header__phones {
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin-left: 20px
    }
}

@media only screen and (max-width:418px) {
    .c-header .c-header__phones {
        max-width: 107px
    }
}

.c-header__time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    text-align: center;
    margin-top: -10px;
    white-space: nowrap
}

.c-header__time>div {
    width: 50%;
    text-align: left;
    color: #868896
}

.c-header__time>div:first-child {
    margin-right: 20px
}

.c-header__time>div b {
    display: block;
    white-space: nowrap;
    color: #561629;
    font-weight: bold
}

@media only screen and (max-width:767px) {
    .c-header__time {
        margin-top: 10px
    }
}

@media only screen and (max-width:549px) {
    .c-header__time {
        margin-top: 0;
        font-size: 12px
    }
}

@media only screen and (max-width:418px) {
    .c-header__time {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .c-header__time>div {
        width: 100%
    }
    .c-header__time>div:first-child {
        margin-right: 0;
        margin-bottom: 5px
    }
}

.c-header .c-header__nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 20px;
    z-index: 100;
    position: relative
}

@media only screen and (max-width:767px) {
    .c-header .c-header__nav {
        padding-right: 0;
        position: fixed
    }
    .c-header .c-header__nav>.c-menu {
        display: none
    }
}

.c-header .c-header__nav-toggle {
    display: none;
    margin-left: 30px
}

@media only screen and (max-width:767px) {
    .c-header .c-header__nav-toggle {
        display: block;
        position: relative
    }
}

.c-header .c-header__phone-btn {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    padding: 10px 30px 10px 60px;
    background: #17b150;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    white-space: nowrap
}

.c-header .c-header__phone-btn:before {
    content: '';
    display: block;
    position: absolute;
    left: 6px;
    top: 4px;
    background-image: url(../images/icons.png);
    background-position: -38px -62px;
    width: 32px;
    height: 32px
}

@media only screen and (min-width:768px) {
    .c-header .c-header__phone-btn:hover {
        background: #149a46
    }
}

@media only screen and (max-width:549px) {
    .c-header .c-header__phone {
        display: none
    }
}

.c-header.c-header--home {
    border-bottom: 0
}

.c-footer {
    position: relative;
    z-index: 50;
    background: #903d71;
    color: #fff;
    padding: 40px 0
}

@media only screen and (min-width:1024px) {
    .c-footer {
        padding: 70px 0
    }
    .c-footer:before,
    .c-footer:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        width: 50%;
        height: 100%;
        z-index: -1;
        background: inherit
    }
    .c-footer:before {
        -webkit-transform: skewY(5deg);
        -moz-transform: skewY(5deg);
        -ms-transform: skewY(5deg);
        -o-transform: skewY(5deg);
        transform: skewY(5deg);
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        right: 50%
    }
    .c-footer:after {
        -webkit-transform: skewY(-5deg);
        -moz-transform: skewY(-5deg);
        -ms-transform: skewY(-5deg);
        -o-transform: skewY(-5deg);
        transform: skewY(-5deg);
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        left: 50%
    }
}

.c-footer .c-footer__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media only screen and (max-width:1023px) {
    .c-footer .c-footer__inner {
        display: block
    }
}

.c-footer .c-footer__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 140px
}

.c-footer .c-footer__nav-title {
    font-size: 24px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1;
    margin: 0 0 20px 0
}

@media only screen and (max-width:1023px) {
    .c-footer .c-footer__nav {
        display: none
    }
}

.c-footer .c-footer__links {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 300px;
    margin-right: 40px
}

.c-footer .c-footer__menu {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 370px
}

.c-footer .c-footer__info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 395px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 395px;
    flex: 0 0 395px;
    max-width: 395px;
    margin-left: auto;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media only screen and (max-width:1023px) {
    .c-footer .c-footer__info {
        display: block;
        margin: 0;
        max-width: none;
        font-size: 13px
    }
}

@media only screen and (max-width:549px) {
    .c-footer .c-footer__info {
        line-height: 20px
    }
}

.c-footer .c-footer__info p {
    margin: 0
}

.c-footer .c-footer__info a {
    text-decoration: none;
    color: inherit
}

.c-footer .c-footer__info a:hover {
    color: #f1bd4a
}

.c-footer .c-footer__info [href^="tel"] {
    font-size: 20px
}

.c-footer .c-footer__info-title {
    font-size: 24px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1;
    margin: 0 0 20px 0
}

.c-footer .c-footer__info-item {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px
}

.c-footer .c-footer__info-item [class^="c-icon"],
.c-footer .c-footer__info-item [class^="icon"] {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

@media only screen and (max-width:549px) {
    .c-footer .c-footer__info-item [class^="c-icon"],
    .c-footer .c-footer__info-item [class^="icon"] {
        top: 10px
    }
}

.c-footer .c-footer__info-item.-social {
    padding-top: 10px;
    padding-left: 0
}

.c-footer .c-footer__info-item.-social .c-social-links ul li a [class*="c-icon"] {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.c-footer .c-footer__info-item.-social .c-social-links ul li a:hover {
    color: #d09516
}

.c-footer .c-footer__info-copyright {
    margin-top: auto;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5)
}

@media only screen and (max-width:1023px) {
    .c-footer .c-footer__info-copyright {
        margin: 25px 0 0 0;
        display: block;
        text-align: center
    }
}

.c-slider-main {
    position: relative;
    max-height: 610px;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .c-slider-main {
        max-height: 230px
    }
}

@media only screen and (max-width:549px) {
    .c-slider-main {
        display: none
    }
}

.c-slider-main .owl-carousel .owl-nav {
    position: absolute;
    bottom: 70px;
    right: 50%;
    margin-right: -605px;
    padding: 0 10px
}

.c-slider-main .owl-carousel .owl-nav button.owl-prev,
.c-slider-main .owl-carousel .owl-nav button.owl-next {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    margin: 0;
    display: inline-block;
    vertical-align: top
}

.c-slider-main .owl-carousel .owl-nav button.owl-prev {
    margin-right: 20px
}

@media only screen and (max-width:1209px) {
    .c-slider-main .owl-carousel .owl-nav {
        margin-right: 0;
        right: 0
    }
}

@media only screen and (max-width:767px) {
    .c-slider-main .owl-carousel .owl-nav {
        display: none
    }
}

.c-slider-main .c-slider-main__item {
    display: block;
    position: relative;
    z-index: 20;
    height: 610px;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .c-slider-main .c-slider-main__item {
        height: 230px
    }
}

.c-slider-main .c-slider-main__item .c-slider-main__item__img {
    display: block;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center
}

.c-slider-main .c-slider-main__item .c-slider-main__item__img:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 50
}

.c-slider-main .c-slider-main__item .c-slider-main__item__img img {
    display: block;
    width: auto;
    height: 100%;
    position: absolute;
    max-width: none;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.c-slider-main .c-slider-main__item .c-slider-main__item__content {
    position: absolute;
    left: 50%;
    bottom: 130px;
    width: 605px;
    padding: 0 10px 50px 10px;
    max-width: 600px
}

@media only screen and (max-width:1209px) {
    .c-slider-main .c-slider-main__item .c-slider-main__item__content {
        padding-right: 0;
        right: 0;
        left: auto
    }
}

@media only screen and (max-width:767px) {
    .c-slider-main .c-slider-main__item .c-slider-main__item__content {
        display: none
    }
}

.c-slider-main .c-slider-main__item .c-slider-main__item__text {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    padding: 30px;
    background: rgba(141, 27, 61, 0.7);
    position: relative;
    z-index: 20
}

.c-slider-main .c-slider-main__item .c-slider-main__item__text:before {
    content: '';
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    top: 100%;
    background: url("../images/bg-slider-txt.png") 0 0 no-repeat;
    z-index: -1;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto
}

.c-slider-main .c-slider-main__item .c-slider-main__item__text:after {
    content: url("../images/bg-slider-txt-logo.png");
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 0;
    z-index: -1
}

.c-slider-main .c-slider-main__item .c-slider-main__item__text p {
    margin: 0
}

.c-slider-main .c-slider-main__item .c-slider-main__item__title {
    font-size: 40px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    margin: 0 0 10px 0
}

.c-table-wrapper.is-active {
    overflow: auto;
    width: 100%
}

.c-map-container {
    height: 500px;
    position: relative;
    width: 100%;
    line-height: 0
}

.c-map-container .c-map-container__map {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0
}

.c-logo {
    font-size: 0;
    line-height: 0
}

.c-logo a {
    text-decoration: none
}

.c-logo img {
    max-width: 100%
}

.c-breadcrumbs {
    text-align: left;
    margin-bottom: 30px;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500
}

.c-breadcrumbs a {
    color: #561629;
    text-decoration: none
}

.c-breadcrumbs span,
.c-breadcrumbs a {
    display: inline;
    vertical-align: middle
}

.c-breadcrumbs .c-breadcrumbs__sep {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    width: 4px;
    height: 4px;
    background: #f8dea4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 10px
}

.c-panel-product {
    display: block;
    position: relative;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: -o-transform .2s;
    -moz-transition: transform .2s, -moz-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s, -moz-transform .2s, -o-transform .2s;
    min-height: 510px;
    background: #fff;
    margin-bottom: 20px;
    z-index: 10;
    border: 1px solid #e1e5e6
}

.c-panel-product:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 10px 10px 0 rgba(86, 22, 41, 0.15);
    -moz-box-shadow: 0 10px 10px 0 rgba(86, 22, 41, 0.15);
    box-shadow: 0 10px 10px 0 rgba(86, 22, 41, 0.15);
    opacity: 0;
    z-index: -1;
    -webkit-transform: translate(0, 5px);
    -moz-transform: translate(0, 5px);
    -ms-transform: translate(0, 5px);
    -o-transform: translate(0, 5px);
    transform: translate(0, 5px);
    -webkit-transition: all linear .2s 0s;
    -moz-transition: all linear .2s 0s;
    -o-transition: all linear .2s 0s;
    transition: all linear .2s 0s
}

@media only screen and (min-width:768px) {
    .c-panel-product:hover {
        -webkit-transform: translate(0, -5px);
        -moz-transform: translate(0, -5px);
        -ms-transform: translate(0, -5px);
        -o-transform: translate(0, -5px);
        transform: translate(0, -5px)
    }
    .c-panel-product:hover:before {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.c-panel-product .c-panel-product__img {
    display: block;
    line-height: 0;
    font-size: 0;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 280px;
    overflow: hidden
}

@media(max-width:414px) {
    .c-panel-product .c-panel-product__img {
        height: 340px
    }
}

.c-panel-product .c-panel-product__img img {
    display: block;
    height: inherit;
    max-width: none
}

.c-panel-product .c-panel-product__head {
    min-height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 20px
}

.c-panel-product .c-panel-product__body {
    border-top: 1px solid #bba2a9;
    padding: 20px;
    text-align: center
}

.c-panel-product .c-panel-product__price {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 55px;
    min-height: 45px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.c-panel-product .c-panel-product__price p {
    margin: 0
}

.c-panel-product .c-panel-product__price .c-panel-product__price__text {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 500
}

.c-panel-product .c-panel-product__price .c-panel-product__price__icon {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid #f9e5b7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 41px;
    width: 45px;
    height: 45px
}

.c-panel-product .c-panel-product__price .c-panel-product__price__icon [class^="c-icon"],
.c-panel-product .c-panel-product__price .c-panel-product__price__icon [class^="icon"],
.c-panel-product .c-panel-product__price .c-panel-product__price__icon img {
    vertical-align: middle
}

.c-panel-product .c-panel-product__price .c-panel-product__price__icon img {
    max-height: 40px
}

.c-panel-product .c-panel-product__title {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color: #561629;
    margin: 0;
    text-align: center
}

.c-panel-product .c-panel-product__title a {
    text-decoration: none;
    color: inherit
}

.c-panel-product .c-panel-product__footer {
    text-align: center;
    padding: 0 20px 30px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-panel-product .c-panel-product__submit {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    padding: 10px 15px 10px 49px;
    background: #11a531;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    width: 150px;
    white-space: nowrap
}

.c-panel-product .c-panel-product__submit:before {
    content: '';
    display: block;
    position: absolute;
    left: 6px;
    top: 4px;
    background-image: url(../images/icons.png);
    background-position: -38px -62px;
    width: 32px;
    height: 32px
}

@media only screen and (min-width:768px) {
    .c-panel-product .c-panel-product__submit:hover {
        background: #8e0f33
    }
}

.c-panel-product .c-btn--whatsapp {
    margin-top: 10px
}

.c-panel-product.c-panel-product--noborder {
    border: 0
}

.c-list-products .c-list-products__head {
    margin-bottom: 20px
}

.c-list-products .c-list-products__title {
    margin: 0 0 20px 0
}

.c-product-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 40px
}

@media only screen and (max-width:767px) {
    .c-product-card {
        display: block;
        margin-bottom: 30px
    }
}

.c-product-card .c-product-card__img {
    margin-right: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 380px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 380px;
    flex: 0 0 380px;
    max-width: 380px;
    overflow: hidden
}

@media only screen and (max-width:1023px) {
    .c-product-card .c-product-card__img {
        margin-right: 30px;
        max-width: 350px
    }
}

@media only screen and (max-width:767px) {
    .c-product-card .c-product-card__img {
        max-width: none;
        margin-right: 0;
        margin-bottom: 20px
    }
}

.c-product-card .c-product-card__desc {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 16px;
    font-weight: 300;
    color: #000
}

.c-product-card .c-product-card__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #f4f6f7;
    padding: 15px 25px;
    margin-bottom: 25px
}

@media only screen and (max-width:1179px) {
    .c-product-card .c-product-card__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.c-product-card .c-product-card__submit {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media only screen and (max-width:1179px) {
    .c-product-card .c-product-card__submit {
        margin-top: 10px
    }
}

@media only screen and (max-width:549px) {
    .c-product-card .c-product-card__submit {
        width: 100%
    }
}

.c-product-card .c-product-card__submit .c-btn--phone {
    background: #a5113b
}

.c-product-card .c-product-card__submit .c-btn--phone:hover {
    background: #8e0f33
}

@media only screen and (max-width:549px) {
    .c-product-card .c-product-card__submit {
        text-align: center
    }
    .c-product-card .c-product-card__submit [class^="c-btn"] {
        display: block;
        width: 100%
    }
}

.c-product-card .c-product-card__whatsapp {
    height: 44px;
    margin-left: 20px
}

@media only screen and (max-width:1179px) {
    .c-product-card .c-product-card__whatsapp {
        margin-left: 0 !important;
        margin-top: 10px
    }
}

@media only screen and (max-width:549px) {
    .c-product-card .c-product-card__whatsapp {
        width: 100%
    }
}

.c-product-card .c-product-card__whatsapp .c-btn--whatsapp {
    height: 44px;
    line-height: 44px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px
}

@media only screen and (max-width:1179px) {
    .c-product-card .c-product-card__whatsapp .c-btn--whatsapp {
        display: block;
        width: 165px
    }
}

@media only screen and (max-width:549px) {
    .c-product-card .c-product-card__whatsapp .c-btn--whatsapp {
        width: 100%
    }
}

.c-product-card .c-product-card__price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 50px
}

@media only screen and (max-width:1023px) {
    .c-product-card .c-product-card__price {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.c-product-card .c-product-card__price .c-product-card__price__icon {
    margin-right: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 41px;
    border: 2px solid #f3dfb2
}

.c-product-card .c-product-card__price .c-product-card__price__icon [class^="c-icon"],
.c-product-card .c-product-card__price .c-product-card__price__icon [class^="icon"],
.c-product-card .c-product-card__price .c-product-card__price__icon img {
    display: inline-block;
    vertical-align: middle
}

.c-product-card .c-product-card__price .c-product-card__price__icon img {
    max-height: 40px
}

.c-product-card .c-product-card__price .c-product-card__price__text {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #000
}

.c-product-card .c-product-card__price .c-product-card__price__text p {
    margin: 0
}

@media only screen and (max-width:767px) {
    .c-product-card .c-product-card__price .c-product-card__price__text {
        font-size: 16px;
        line-height: 20px
    }
}

.c-product-card__same {
    margin-top: 80px
}

@media only screen and (max-width:767px) {
    .c-product-card__same {
        margin-top: 40px
    }
}

.c-panel-review {
    padding-top: 40px;
    display: block;
    position: relative;
    margin-bottom: 20px
}

@media only screen and (max-width:549px) {
    .c-panel-review {
        margin-bottom: 25px
    }
}

.c-panel-review .c-panel-review__icon {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -40px;
    display: block;
    text-align: center;
    background: #561629;
    height: 80px;
    width: 80px;
    line-height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.c-panel-review .c-panel-review__icon [class^="c-icon"],
.c-panel-review .c-panel-review__icon [class^="icon"],
.c-panel-review .c-panel-review__icon img {
    display: inline-block;
    vertical-align: middle
}

.c-panel-review .c-panel-review__icon img {
    max-height: 70px
}

.c-panel-review .c-panel-review__body {
    background: #fff;
    text-align: center;
    min-height: 230px;
    padding: 75px 75px 35px 75px;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 300
}

.c-panel-review .c-panel-review__body p {
    margin: 0
}

@media only screen and (max-width:549px) {
    .c-panel-review .c-panel-review__body {
        min-height: auto;
        font-size: 13px;
        color: #282828;
        font-weight: 500;
        padding: 55px 10px 30px 10px
    }
}

.c-gallery .c-gallery__item {
    display: block;
    position: relative;
    font-size: 0;
    line-height: 0;
    height: 500px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px
}

@media only screen and (max-width:767px) {
    .c-gallery .c-gallery__item {
        height: 300px
    }
}

.c-gallery .c-gallery__item__img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden
}

.c-gallery .c-gallery__item__img img {
    display: block;
    width: auto;
    max-width: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.c-highslide {
    display: inline-block;
    position: relative;
    line-height: 0
}

.c-highslide img {
    display: block
}

.c-table,
table.nice_table {
    text-align: left
}

.c-table th,
table.nice_table th,
.c-table td,
table.nice_table td {
    text-align: left
}

.c-table th,
table.nice_table th {
    vertical-align: middle
}

.c-pager {
    display: block;
    clear: both;
    margin: 20px 0;
    text-align: right
}

.c-pager a:hover {
    background: #561629;
    color: #fff
}

.c-pager a,
.c-pager span {
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    line-height: 18px;
    font-size: 14px;
    color: #000;
    padding: 10px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    margin-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #561629;
    min-width: 40px
}

.c-pager a.is-active,
.c-pager span.is-active {
    background: #561629;
    color: #fff
}

.c-pager .c-pager__all {
    padding-left: 30px;
    padding-right: 30px
}

.c-contacts-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media only screen and (max-width:1023px) {
    .c-contacts-area {
        display: block
    }
}

.c-contacts-area .c-contacts-area__form {
    margin-right: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 380px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 380px;
    flex: 0 0 380px;
    max-width: 380px;
    border: 1px solid #dcd0d4;
    min-height: 470px;
    padding: 50px 30px 30px 30px
}

@media only screen and (max-width:1023px) {
    .c-contacts-area .c-contacts-area__form {
        display: block;
        margin-right: 0;
        margin-bottom: 30px;
        min-height: auto;
        max-width: none
    }
}

@media only screen and (max-width:549px) {
    .c-contacts-area .c-contacts-area__form {
        padding: 30px 15px;
        margin: 0 -15px;
        border-left: 0;
        border-right: 0
    }
}

.c-contacts-area .c-contacts-area__map {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
    background: url("../images/map-holder.jpg") center center no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 470px;
    position: relative
}

.c-contacts-area .c-contacts-area__map .c-contacts-area__map__map {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0
}

@media only screen and (max-width:1023px) {
    .c-contacts-area .c-contacts-area__map {
        display: block;
        height: 400px;
        min-height: auto;
        margin: 0 -15px
    }
}

.c-read-more .c-read-more__footer {
    text-align: center;
    margin-top: 10px
}

.c-read-more .c-read-more__btn {
    display: inline-block;
    vertical-align: top;
    background: 0;
    text-align: center;
    cursor: pointer;
    min-width: 150px;
    border: 1px solid #561629;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    line-height: 18px;
    padding: 10px 20px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 600;
    color: #561629
}

.c-section {
    position: relative;
    display: block
}

.c-section .c-section__title {
    font-weight: 500;
    color: #000;
    font-size: 40px;
    margin: 0 0 20px 0
}

@media only screen and (max-width:549px) {
    .c-section .c-section__title {
        font-size: 24px;
        color: #000
    }
}

.c-section .c-section__head {
    text-align: center;
    margin-bottom: 40px
}

@media only screen and (max-width:549px) {
    .c-section .c-section__head {
        margin-bottom: 20px
    }
}

.c-section-service {
    background: #f4f6f7;
    padding: 80px 0;
    z-index: 20
}

@media only screen and (min-width:768px) {
    .c-section-service:before,
    .c-section-service:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        width: 50%;
        height: 100%;
        z-index: -1;
        background: inherit
    }
    .c-section-service:before {
        -webkit-transform: skewY(5deg);
        -moz-transform: skewY(5deg);
        -ms-transform: skewY(5deg);
        -o-transform: skewY(5deg);
        transform: skewY(5deg);
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        right: 50%
    }
    .c-section-service:after {
        -webkit-transform: skewY(-5deg);
        -moz-transform: skewY(-5deg);
        -ms-transform: skewY(-5deg);
        -o-transform: skewY(-5deg);
        transform: skewY(-5deg);
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        left: 50%
    }
}

@media only screen and (max-width:549px) {
    .c-section-service {
        padding: 40px 0;
        background: #e6eaeb
    }
}

.c-section-about {
    padding: 80px 0;
    z-index: 20;
    background: #fff
}

@media only screen and (min-width:550px) {
    .c-section-about:before,
    .c-section-about:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        width: 50%;
        height: 100%;
        z-index: -1;
        background: inherit
    }
    .c-section-about:before {
        -webkit-transform: skewY(5deg);
        -moz-transform: skewY(5deg);
        -ms-transform: skewY(5deg);
        -o-transform: skewY(5deg);
        transform: skewY(5deg);
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        right: 50%
    }
    .c-section-about:after {
        -webkit-transform: skewY(-5deg);
        -moz-transform: skewY(-5deg);
        -ms-transform: skewY(-5deg);
        -o-transform: skewY(-5deg);
        transform: skewY(-5deg);
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        left: 50%
    }
}

@media only screen and (max-width:549px) {
    .c-section-about {
        padding: 40px 0 20px 0
    }
}

@media only screen and (max-width:549px) {
    .c-section-about .c-section-about__text h1,
    .c-section-about .c-section-about__text .h1,
    .c-section-about .c-section-about__text h2,
    .c-section-about .c-section-about__text .h2,
    .c-section-about .c-section-about__text h3,
    .c-section-about .c-section-about__text .h3 {
        text-align: center
    }
}

.c-section-about .c-section-about__img {
    line-height: 0;
    font-size: 0
}

@media only screen and (max-width:549px) {
    .c-section-about .c-section-about__img {
        margin: 25px -15px
    }
}

.c-section-about .c-section-about__gal {
    line-height: 0;
    margin-bottom: 80px
}

@media only screen and (max-width:549px) {
    .c-section-about .c-section-about__gal {
        margin-bottom: 30px;
        margin-left: -15px;
        margin-right: -15px
    }
}

.c-section-about .c-section-about__gal .owl-carousel .owl-nav button.owl-prev,
.c-section-about .c-section-about__gal .owl-carousel .owl-nav button.owl-next {
    top: auto;
    margin-top: 0;
    bottom: 15px
}

.c-section-map {
    z-index: 25
}

.c-section-map .c-section-map__map {
    line-height: 0;
    position: relative;
    display: block;
    height: 450px
}

@media only screen and (max-width:549px) {
    .c-section-map .c-section-map__map {
        margin-left: -15px;
        margin-right: -15px
    }
}

.c-section-map .c-section-map__map iframe {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.c-section-reviews {
    background: #f4f6f7;
    z-index: 20;
    padding: 40px 0
}

@media only screen and (min-width:550px) {
    .c-section-reviews {
        margin-top: -100px;
        padding-top: 185px;
        padding-bottom: 150px
    }
    .c-section-reviews:before,
    .c-section-reviews:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        width: 50%;
        height: 100%;
        z-index: -1;
        background: inherit
    }
    .c-section-reviews:before {
        -webkit-transform: skewY(5deg);
        -moz-transform: skewY(5deg);
        -ms-transform: skewY(5deg);
        -o-transform: skewY(5deg);
        transform: skewY(5deg);
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        right: 50%
    }
    .c-section-reviews:after {
        -webkit-transform: skewY(-5deg);
        -moz-transform: skewY(-5deg);
        -ms-transform: skewY(-5deg);
        -o-transform: skewY(-5deg);
        transform: skewY(-5deg);
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        left: 50%
    }
}

.c-section-welcome {
    background: #fff;
    margin-bottom: 35px
}

@media only screen and (min-width:550px) {
    .c-section-welcome {
        display: none
    }
}

.c-section-welcome .c-section__head {
    margin-bottom: 15px;
    text-align: center
}

.c-section-welcome .c-section__title {
    font-size: 24px;
    font-weight: 600;
    color: #282828;
    margin: 0 0 10px 0
}

.c-section-welcome .c-section-welcome__loc {
    position: relative;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.c-section-welcome .c-section-welcome__loc-icon {
    display: inline-block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
    border: 2px solid #f9e5b7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 41px;
    margin-right: 10px
}

.c-section-welcome .c-section-welcome__loc-icon [class^="c-icon"],
.c-section-welcome .c-section-welcome__loc-icon [class^="icon"],
.c-section-welcome .c-section-welcome__loc-icon img {
    display: inline-block;
    vertical-align: middle
}

.c-section-welcome .c-section-welcome__loc-icon img {
    max-height: 40px
}

.c-section-welcome .c-section-welcome__loc-text {
    font-size: 13px;
    color: #282828;
    line-height: 20px;
    font-weight: 500
}

.c-section-welcome .c-section-welcome__loc-text p {
    margin: 0
}

.c-section-welcome .c-section-welcome__img {
    margin-bottom: 20px;
    line-height: 0;
    font-size: 0;
    max-height: 230px;
    overflow: hidden
}

.c-section-welcome .c-section-welcome__img img {
    width: 100%;
    display: block
}

.c-section-welcome .c-section-welcome__phones {
    text-align: center;
    margin-bottom: 20px
}

.c-section-welcome .c-section-welcome__phone {
    display: block;
    margin-bottom: 10px
}

.c-section-welcome .c-section-welcome__phone [class^="c-btn"] {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    font-size: 20px;
    padding-left: 50px
}

.c-social-links ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none
}

.c-social-links ul li {
    display: block;
    margin-right: 20px;
    padding: 0
}

.c-social-links ul li a {
    font-size: 16px;
    display: block;
    position: relative;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 0;
    padding-top: 10px;
    border: 2px solid;
    color: #fff;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    fill: #fff
}

.c-social-links ul li a [class*="c-icon"] {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 1em;
    height: 1em;
    stroke: none;
    fill: inherit;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none
}

.c-social-links ul li a:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    color: #d09516;
    fill: #d09516
}

.c-icon-time-grey {
    background-image: url("../images/icons.png");
    background-position: -100px 0;
    width: 20px;
    height: 20px
}

.c-notification {
    background: #e30b00;
    padding: 17px 0
}

@media(min-width:768px) {
    .c-notification {
        padding: 5px 0
    }
}

.c-notification__container {
    text-align: center
}

.c-notification__content {
    display: inline-block;
    margin: 0 auto;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    text-align: center
}

@media(min-width:768px) {
    .c-notification__content {
        background: url("../images/calendar.png") left center no-repeat;
        padding-left: 60px;
        font-size: 35px
    }
}

.c-notification__content p {
    display: inline-block;
    margin: 0
}

.owl-carousel.l-row {
    margin: 0;
    display: block
}

.owl-carousel [class^=l-col] {
    width: auto;
    max-width: none;
    padding: 0;
    float: none;
    display: block
}

.owl-carousel .owl-item {
    position: relative;
    z-index: 20
}

.owl-carousel .owl-nav {
    font-size: 0
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    cursor: pointer;
    vertical-align: top;
    font-size: 0;
    background: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    background: #561629;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    overflow: hidden;
    position: absolute;
    display: block;
    top: 50%;
    margin: -20px 0 0 0;
    -webkit-transition: all linear .2s 0s;
    -moz-transition: all linear .2s 0s;
    -o-transition: all linear .2s 0s;
    transition: all linear .2s 0s
}

.owl-carousel .owl-nav button.owl-prev:after,
.owl-carousel .owl-nav button.owl-next:after {
    content: '';
    display: block;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 50%;
    left: 50%
}

.owl-carousel .owl-nav button.owl-prev.disabled,
.owl-carousel .owl-nav button.owl-next.disabled {
    opacity: .2;
    cursor: not-allowed
}

@media only screen and (min-width:768px) {
    .owl-carousel .owl-nav button.owl-prev:hover,
    .owl-carousel .owl-nav button.owl-next:hover {
        color: #fff;
        background: #f1bd4a
    }
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0
}

.owl-carousel .owl-nav button.owl-prev:after {
    background-image: url(../images/icons.png);
    background-position: -122px -108px;
    width: 20px;
    height: 11px;
    margin-left: -10px;
    margin-top: -5.5px
}

.owl-carousel .owl-nav button.owl-next {
    right: 0
}

.owl-carousel .owl-nav button.owl-next:after {
    background-image: url(../images/icons.png);
    background-position: -122px -95px;
    width: 20px;
    height: 11px;
    margin-left: -10px;
    margin-top: -5.5px
}

.owl-carousel .owl-dots {
    text-align: center;
    line-height: 0;
    font-size: 0;
    height: 0;
    max-height: 0
}

.owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 0;
    -webkit-transition: all linear .2s 0s;
    -moz-transition: all linear .2s 0s;
    -o-transition: all linear .2s 0s;
    transition: all linear .2s 0s
}

.owl-carousel .owl-dots button.owl-dot:first-child {
    margin-left: 0
}

.owl-carousel .owl-dots button.owl-dot:last-child {
    margin-right: 0
}

.pswp__bg {
    background: rgba(0, 0, 0, 0.7)
}

.pswp__caption__center {
    text-align: center;
    max-width: none;
    line-height: 20px;
    padding: 10px;
    font-size: 16px
}

.pswp__caption {
    min-height: 40px
}

.b-page-error-image {
    margin-bottom: 20px
}

.b-page-error-image .c-icon-svg {
    stroke: #ccc;
    stroke-width: .3px;
    fill: #ccc
}

.b-page-error-image .spinLeft {
    font-size: 100px;
    -webkit-animation-duration: 6000ms;
    -moz-animation-duration: 6000ms;
    -o-animation-duration: 6000ms;
    animation-duration: 6000ms
}

.b-page-error-image .spinRight {
    font-size: 50px;
    margin-bottom: 50px;
    -webkit-animation-duration: 4000ms;
    -moz-animation-duration: 4000ms;
    -o-animation-duration: 4000ms;
    animation-duration: 4000ms
}

.b-contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 35px
}

@media only screen and (max-width:1023px) {
    .b-contacts {
        display: block
    }
}

.b-contacts .b-contacts__item {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    color: #282828;
    font-weight: 500;
    padding-left: 25px;
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media only screen and (max-width:1023px) {
    .b-contacts .b-contacts__item {
        display: block;
        margin-bottom: 10px
    }
}

.b-contacts .b-contacts__item:last-child {
    margin-right: 0
}

.b-contacts .b-contacts__item .b-contacts__item__icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    line-height: 0;
    font-size: 0
}

.b-contacts .b-contacts__item a {
    color: inherit;
    text-decoration: none
}

.b-contacts .b-contacts__item p {
    margin: 0
}

.b-contacts .b-contacts__mail,
.b-contacts .b-contacts__phone {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 60px
}

@media only screen and (min-width:1024px) {
    .b-contacts .b-contacts__mail,
    .b-contacts .b-contacts__phone {
        display: block
    }
}

.video {
    display: block;
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 56%;
    margin-top: 60px
}

.video iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.h-clear:after {
    content: '';
    display: block;
    clear: both
}

.h-pull-right {
    float: right
}

.h-pull-left {
    float: left
}

.h-no-margin {
    margin: 0 !important
}

.h-rounded {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.h-no-border {
    border: none !important
}

.h-justify {
    width: 100%
}

.h-text-center {
    text-align: center
}

.h-text-muted {
    color: #ccc
}

.h-font-inherit {
    font-size: inherit;
    text-align: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    color: inherit;
    font-family: inherit;
    text-indent: inherit;
    word-break: inherit;
    white-space: inherit
}

.h-font-light {
    font-weight: 300
}

.h-font-regular {
    font-weight: 400
}

.h-font-medium,
.h-font-semibold {
    font-weight: 600
}

.h-font-bold {
    font-weight: 700
}

.h-vertical-middle {
    vertical-align: middle !important
}

.h-vertical-top {
    vertical-align: top !important
}

.h-vertical-bottom {
    vertical-align: top !important
}

@media only screen and (min-width:550px) {
    .h-hidden-xs-up {
        display: none !important
    }
}

@media only screen and (max-width:549px) {
    .h-hidden-xs-down {
        display: none !important
    }
}

@media only screen and (min-width:768px) {
    .h-hidden-sm-up {
        display: none !important
    }
}

@media only screen and (max-width:767px) {
    .h-hidden-sm-down {
        display: none !important
    }
}

@media only screen and (min-width:1024px) {
    .h-hidden-md-up {
        display: none !important
    }
}

@media only screen and (max-width:1023px) {
    .h-hidden-md-down {
        display: none !important
    }
}

@media only screen and (min-width:1366px) {
    .h-hidden-lg-up {
        display: none !important
    }
}

@media only screen and (max-width:1365px) {
    .h-hidden-lg-down {
        display: none !important
    }
}

@media only screen and (min-width:1210px) {
    .h-hidden-container-up {
        display: none !important
    }
}

@media only screen and (max-width:1209px) {
    .h-hidden-container-down {
        display: none !important
    }
}

.h-flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.h-flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.h-flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.h-flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.h-justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.h-justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.h-justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.h-justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.h-justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.h-align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.h-align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.h-align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.h-align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.h-align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.h-align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.h-align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.h-align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.h-align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.h-align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.h-align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.h-align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

.h-align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.h-align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.h-align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.h-align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.h-align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

@media(min-width:550px) {
    .h-flex-xs-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .h-flex-xs-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .h-flex-xs-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .h-flex-xs-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .h-justify-content-xs-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .h-justify-content-xs-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .h-justify-content-xs-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .h-justify-content-xs-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .h-justify-content-xs-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .h-align-items-xs-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -moz-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .h-align-items-xs-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -moz-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .h-align-items-xs-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -moz-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .h-align-items-xs-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -moz-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .h-align-items-xs-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .h-align-content-xs-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .h-align-content-xs-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .h-align-content-xs-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .h-align-content-xs-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .h-align-content-xs-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .h-align-content-xs-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .h-align-self-xs-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .h-align-self-xs-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .h-align-self-xs-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .h-align-self-xs-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .h-align-self-xs-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .h-align-self-xs-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width:768px) {
    .h-flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .h-flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .h-flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .h-flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .h-justify-content-sm-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .h-justify-content-sm-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .h-justify-content-sm-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .h-justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .h-justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .h-align-items-sm-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -moz-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .h-align-items-sm-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -moz-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .h-align-items-sm-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -moz-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .h-align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -moz-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .h-align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .h-align-content-sm-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .h-align-content-sm-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .h-align-content-sm-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .h-align-content-sm-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .h-align-content-sm-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .h-align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .h-align-self-sm-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .h-align-self-sm-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .h-align-self-sm-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .h-align-self-sm-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .h-align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .h-align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width:1024px) {
    .h-flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .h-flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .h-flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .h-flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .h-justify-content-md-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .h-justify-content-md-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .h-justify-content-md-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .h-justify-content-md-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .h-justify-content-md-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .h-align-items-md-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -moz-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .h-align-items-md-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -moz-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .h-align-items-md-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -moz-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .h-align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -moz-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .h-align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .h-align-content-md-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .h-align-content-md-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .h-align-content-md-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .h-align-content-md-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .h-align-content-md-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .h-align-content-md-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .h-align-self-md-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .h-align-self-md-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .h-align-self-md-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .h-align-self-md-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .h-align-self-md-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .h-align-self-md-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width:1366px) {
    .h-flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .h-flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .h-flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .h-flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .h-justify-content-lg-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .h-justify-content-lg-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .h-justify-content-lg-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .h-justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .h-justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .h-align-items-lg-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -moz-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .h-align-items-lg-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -moz-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .h-align-items-lg-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -moz-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .h-align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -moz-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .h-align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .h-align-content-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .h-align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .h-align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .h-align-content-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .h-align-content-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .h-align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .h-align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .h-align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .h-align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .h-align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .h-align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .h-align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width:1210px) {
    .h-flex-container-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .h-flex-container-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .h-flex-container-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .h-flex-container-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .h-justify-content-container-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .h-justify-content-container-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .h-justify-content-container-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .h-justify-content-container-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .h-justify-content-container-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .h-align-items-container-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -moz-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .h-align-items-container-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -moz-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .h-align-items-container-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -moz-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .h-align-items-container-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -moz-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .h-align-items-container-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .h-align-content-container-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .h-align-content-container-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .h-align-content-container-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .h-align-content-container-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .h-align-content-container-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .h-align-content-container-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .h-align-self-container-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .h-align-self-container-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .h-align-self-container-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .h-align-self-container-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .h-align-self-container-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .h-align-self-container-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

body:before {
    content: 'xs';
    display: none
}

@media only screen and (min-width:550px) {
    body:before {
        content: 'sm'
    }
}

@media only screen and (min-width:768px) {
    body:before {
        content: 'md'
    }
}

@media only screen and (min-width:1024px) {
    body:before {
        content: 'lg'
    }
}

[href^="tel"],
[href^="mailto"] {
    direction: ltr;
    display: inline-block
}

.owl-carousel {
    direction: ltr
}

[dir="ltr"] {
    direction: ltr
}

[lang="ar"],
[dir="rtl"],
[direction="rtl"] {
    direction: rtl;
    text-align: right
}

[lang="ar"] textarea,
[lang="ar"] input[type="text"],
[lang="ar"] input[type="email"],
[lang="ar"] input[type="password"],
[lang="ar"] input[type="tel"],
[lang="ar"] input[type="phone"],
[lang="ar"] input[type="number"],
[lang="ar"] input[type="search"],
[dir="rtl"] textarea,
[dir="rtl"] input[type="text"],
[dir="rtl"] input[type="email"],
[dir="rtl"] input[type="password"],
[dir="rtl"] input[type="tel"],
[dir="rtl"] input[type="phone"],
[dir="rtl"] input[type="number"],
[dir="rtl"] input[type="search"],
[direction="rtl"] textarea,
[direction="rtl"] input[type="text"],
[direction="rtl"] input[type="email"],
[direction="rtl"] input[type="password"],
[direction="rtl"] input[type="tel"],
[direction="rtl"] input[type="phone"],
[direction="rtl"] input[type="number"],
[direction="rtl"] input[type="search"] {
    text-align: right
}

@media print {
    #header,
    #footer,
    .l-page-header,
    .l-page-sidebar {
        display: none
    }
}


/* for desktop */
.whatsapp_float {
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.whatsapp-icon {
	margin-top:16px;
}
/* for mobile */
@media screen and (max-width: 767px){
     .whatsapp-icon {
	 margin-top:10px;
     }
    .whatsapp_float {
        width: 60px;
        height: 60px;
        bottom: 20px;
        left: 10px;
        font-size: 40px;
    }
}


/* for desktop */
.phone {
	position:fixed;
	width:60px;
	height:60px;
	bottom:110px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
        font-size:30px;
	box-shadow: 2px 2px 3px #999;
        z-index:100;
}

.phone-icon {
	margin-top:16px;
}
/* for mobile */
@media screen and (max-width: 767px){
     .phone-icon {
	 margin-top:10px;
     }
    .phone {
        width: 60px;
        height: 60px;
        bottom: 90px;
        left: 10px;
        font-size: 40px;
    }
}
