body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute!important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47,0,.74,.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22,.61,.36,1)
}

.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease,visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s,visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform,opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5,0,.14,1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform,opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30,30,30,.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,.fancybox-button:link,.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0,0,.25,1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5,1.5,1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5,.5,.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0,0,0) translate3d(-100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0,0,0) translate3d(100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%,0,0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%,0,0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left:6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left:max(12px,env(safe-area-inset-left));
            padding-right: max(12px,env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0,0,0,.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25,.46,.45,.94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width:110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.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 {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

input[type="checkbox"],input[type="radio"] {
    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;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,th {
    padding: 0
}

.mobile-menu .mobile-menu-holder .menu-background {
    position: fixed;
    z-index: 1201;
    top: 0;
    left: 0;
    background: #777776;
    opacity: 0.64;
    width: 100%;
    height: 100%;
    -webkit-transition: 250ms ease-in-out;
    -moz-transition: 250ms ease-in-out;
    -o-transition: 250ms ease-in-out;
    transition: 250ms ease-in-out
}

.mobile-menu .mobile-menu-holder .menu-background.animated {
    opacity: 0;
    -webkit-transition: 250ms ease-in-out;
    -moz-transition: 250ms ease-in-out;
    -o-transition: 250ms ease-in-out;
    transition: 250ms ease-in-out
}

.mobile-menu .mobile-menu-holder .menu-background.closed {
    display: none
}

.mobile-menu .mobile-menu-holder .menu-body {
    position: fixed;
    z-index: 1202;
    top: 0;
    left: 0;
    display: inline-block;
    float: left;
    width: 471px;
    height: 100%;
    box-sizing: border-box;
    padding: 0;
    background: white;
    opacity: 1;
    transform: translateX(0);
    overflow-y: auto;
    -webkit-transition: 350ms ease-in-out;
    -moz-transition: 350ms ease-in-out;
    -o-transition: 350ms ease-in-out;
    transition: 350ms ease-in-out
}

.mobile-menu .mobile-menu-holder .menu-body.animated {
    transform: translateX(-471px);
    -webkit-transition: 350ms ease-in-out;
    -moz-transition: 350ms ease-in-out;
    -o-transition: 350ms ease-in-out;
    transition: 350ms ease-in-out
}

.mobile-menu .mobile-menu-holder .menu-body.closed {
    display: none
}

.mobile-menu .mobile-menu-holder .menu-body>.heading {
    background: white;
    display: inline-block;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    box-sizing: border-box;
    background: #F2F2F2
}

.mobile-menu .mobile-menu-holder .menu-body>.heading a.close {
    display: inline-block;
    float: left;
    color: #1AAE81;
    width: 43px;
    height: 43px;
    border: 2px solid #1AAE81;
    border-radius: 4px;
    line-height: 40px;
    text-align: center
}

.mobile-menu .mobile-menu-holder .menu-body>.heading a.close svg {
    width: 21px;
    height: 17px;
    vertical-align: middle;
    fill: currentColor;
    transform: translate(-1px, -1px);
    -webkit-transition: 350ms ease-in-out;
    -moz-transition: 350ms ease-in-out;
    -o-transition: 350ms ease-in-out;
    transition: 350ms ease-in-out
}

.mobile-menu .mobile-menu-holder .menu-body>.heading a.close:hover,.mobile-menu .mobile-menu-holder .menu-body>.heading a.close:focus {
    background: #1AAE81;
    color: white
}

.mobile-menu .mobile-menu-holder .menu-body>.heading a.close:hover svg,.mobile-menu .mobile-menu-holder .menu-body>.heading a.close:focus svg {
    -webkit-transition: 350ms ease-in-out;
    -moz-transition: 350ms ease-in-out;
    -o-transition: 350ms ease-in-out;
    transition: 350ms ease-in-out;
    transform: rotate(180deg);
    fill: currentColor
}

.mobile-menu .mobile-menu-holder .menu-body .main-body {
    display: block;
    overflow-y: hidden;
    overflow-x: hidden;
    padding-top: 0;
    height: auto
}

@media (max-width: 767px) {
    .mobile-menu .mobile-menu-holder .menu-body {
        width:236px
    }

    .mobile-menu .mobile-menu-holder .menu-body.animated {
        transform: translateX(-236px)
    }
}

.checkcontainer {
    width: 100%;
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-style: normal;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkcontainer.radio .checkmark {
    border-radius: 50%
}

.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkcontainer input:checked ~ .checkmark {
    background-color: white
}

.checkcontainer input:checked ~ .checkmark::after {
    opacity: 1;
    transition: all 300ms ease
}

.checkcontainer:hover input ~ .checkmark {
    background-color: #F2F2F2
}

.checkcontainer .checkmark {
    display: inline-block;
    float: left;
    left: 0px;
    top: 0px;
    height: 17px;
    width: 17px;
    box-sizing: border-box;
    background-color: transparent;
    border: none;
    border-radius: 5px;
    border: 1px solid gray;
    position: relative
}

.checkcontainer .checkmark::after {
    content: "";
    position: absolute;
    display: inline-block;
    opacity: 0;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 6px;
    border: solid #1AAE81;
    border-width: 0 2px 2px 0;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all 300ms ease
}

.checkcontainer .name {
    display: inline-block;
    float: left;
    width: calc(100% - 17px - 5px);
    margin-left: 5px
}

.slick-prev,.slick-next {
    display: none
}

.slick-prev.slick-arrow,.slick-next.slick-arrow {
    display: flex
}

.slick-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% - 15px));
    z-index: 1001;
    font-size: 0;
    width: 12px;
    height: 20px;
    line-height: 35px;
    cursor: pointer;
    color: #777776;
    transition: all 300ms ease;
    box-sizing: border-box
}

.slick-arrow.slick-hidden {
    opacity: 0;
    z-index: -1
}

.slick-arrow.slick-disabled {
    color: #B4B4B4;
    cursor: default
}

.slick-arrow.slick-disabled svg {
    opacity: 0.3
}

.slick-arrow.slick-disabled:hover {
    color: #3D3D3D
}

.slick-arrow.slick-prev,.slick-arrow.prev {
    left: -19px
}

.slick-arrow.slick-next,.slick-arrow.next {
    right: -19px
}

.slick-arrow.slick-next svg,.slick-arrow.next svg {
    transform: rotate(180deg)
}

.slick-arrow:focus {
    outline: none
}

.slick-arrow:hover {
    color: #1AAE81;
    transition: all 300ms ease
}

.slick-arrow svg {
    width: 12px;
    height: 20px;
    vertical-align: middle
}

ul.slick-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    padding: 0;
    margin: 0
}

ul.slick-dots li {
    display: inline-block;
    float: left;
    margin: 0 8px
}

ul.slick-dots li.slick-active button {
    cursor: default;
    background-color: #1AAE81
}

ul.slick-dots li.slick-active button:before {
    opacity: 1;
    transition: all 300ms ease
}

ul.slick-dots li.slick-active button:hover {
    opacity: 1
}

ul.slick-dots li button {
    font-size: 0;
    position: relative;
    width: 16px;
    height: 16px;
    background-color: white;
    border: 1px solid #1AAE81;
    box-sizing: border-box;
    border-radius: 50%;
    transition: all 300ms ease;
    cursor: pointer;
    padding: 0
}

ul.slick-dots li button:focus {
    outline: none
}

ul.slick-dots li button:hover {
    background-color: #1AAE81;
    opacity: 0.64;
    transition: all 300ms ease
}

.slick-slider {
    width: calc(100% + 30px);
    margin-left: -15px;
    position: relative
}

.slick-slider .slick-list {
    height: 100%;
    overflow: hidden
}

.slick-slider .slick-list:after {
    clear: both;
    content: "";
    display: block
}

.slick-slider .slick-list .slick-track {
    height: 100%
}

.slick-slider .slick-list .slick-track .slick-slide {
    display: inline-block;
    float: left;
    height: 100%;
    box-sizing: border-box;
    padding: 0 15px
}

.slick-slider .slick-list .slick-track .slick-slide>div {
    height: 100%
}

.slick-slider.full {
    width: 100%;
    margin: 0
}

.slick-slider.full .slick-list .slick-track .slick-slide {
    padding: 0
}

.slick-slider.auto-height .slick-list {
    height: auto
}

.slick-slider.auto-height .slick-list .slick-track {
    height: auto
}

.slick-slider.auto-height .slick-list .slick-track .slick-slide {
    height: auto
}

.slick-slider.auto-height .slick-list .slick-track .slick-slide>div {
    height: auto
}

.slick-slider.disabled-slider .slick-list .slick-track {
    width: auto !important;
    transform: translate3d(0, 0px, 0px) !important
}

.common-slider {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 0
}

.common-slider .prev,.common-slider .next {
    display: none
}

.common-slider .prev .slick-arrow,.common-slider .next .slick-arrow {
    display: flex
}

form .action.full .agree-col {
    width: 100%;
    padding: 0;
    margin: -3px 0 35px
}

form .action.full .submit {
    width: 100%
}

form .action.full .submit .btn {
    width: 272px
}

form .action .agree-col {
    padding-top: 15px;
    width: calc(100% - 272px);
    float: left;
    margin-bottom: 20px
}

form .action .agree-col .checkcontainer .checkmark {
    width: 24px;
    height: 24px;
    margin: 7px 0 0 0
}

form .action .agree-col .checkcontainer .checkmark:after {
    width: 4px;
    height: 9px;
    border: solid #777776;
    border-width: 0 2px 2px 0
}

form .action .agree-col .checkcontainer .name {
    width: calc(100% - 24px);
    box-sizing: border-box;
    padding-left: 15px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    color: #828282;
    margin: 0
}

form .action .agree-col .checkcontainer .name a {
    color: #1AAE81;
    text-decoration: none;
    transition: all 300ms
}

form .action .agree-col .checkcontainer .name a:hover {
    cursor: #106b50;
    transition: all 300ms
}

form .action .submit {
    width: 272px;
    float: right
}

form .error-note {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    padding-top: 10px
}

form .error-note:before {
    content: "";
    display: inline-block;
    width: 88px;
    height: 0;
    border-top: 2px solid #EB5757;
    position: absolute;
    left: 0;
    top: 0
}

form .error-note .note {
    margin-bottom: 10px
}

form .error-note .note.error {
    color: red
}

form .error-note .note.warning {
    color: #FFD300
}

form .form-group {
    display: inline-block;
    width: calc(100% + 20px);
    margin-left: -10px
}

form .form-group .form-col {
    display: inline-block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px
}

form .form-group .form-col.col-50 {
    width: 50%
}

form .form-group .form-col.col-33 {
    width: calc(100%/3)
}

form .form-field {
    display: flex;
    width: 100%;
    margin-bottom: 21px
}

form .form-field label.select,form .form-field label.input {
    display: inline-block;
    width: 100%;
    position: relative
}

form .form-field label.select .name,form .form-field label.input .name {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 24px;
    color: #777776
}

form .form-field label.select .name mark,form .form-field label.input .name mark {
    color: #EA0000;
    background: none;
    font-weight: 400
}

form .form-field label.select .note,form .form-field label.input .note {
    display: inline-block;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 130%;
    color: #C2C6CF;
    position: absolute;
    top: calc(100% + 5px);
    left: 0
}

form .form-field label.select .selectric-selectric-select .selectric {
    background: #FFFFFF;
    border: 1px solid #CED2D5;
    box-sizing: border-box;
    border-radius: 1px;
    height: 40px
}

form .form-field label.select .selectric-selectric-select .selectric .label {
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 130%;
    color: #5d5d5d;
    display: block;
    margin: 13px 40px 0 13px;
    height: 100%;
    width: calc(100% - 60px)
}

form .form-field label.select .selectric-selectric-select .selectric .button {
    height: 40px;
    width: 40px;
    border-left: 1px solid #CED2D5;
    box-sizing: border-box;
    transition: all 300ms
}

form .form-field label.select .selectric-selectric-select .selectric .button:hover {
    background-color: #F2F2F2;
    transition: all 300ms
}

form .form-field label.select .selectric-selectric-select .selectric .button:after {
    border: none;
    background-image: url(../img/select-shevron.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    background-clip: border-box;
    width: 100%;
    height: 100%
}

form .form-field label.select .selectric-selectric-select .selectric-items {
    background: #FFFFFF;
    border: 1px solid #CED2D5
}

form .form-field label.select .selectric-selectric-select .selectric-items .selectric-scroll ul {
    position: relative;
    width: 100%;
    max-height: 282px;
    overflow: hidden
}

form .form-field label.select .selectric-selectric-select .selectric-items .selectric-scroll ul li {
    display: flex;
    align-items: center;
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    min-height: 40px;
    padding: 10px 10px 10px 15px;
    box-sizing: border-box
}

form .form-field label.select .selectric-selectric-select .selectric-items .selectric-scroll ul li:hover {
    background: #F2F2F2
}

form .form-field label.select .selectric-selectric-select .selectric-items .selectric-scroll ul li.selected {
    background: #1AAE81;
    color: white
}

form .form-field label.input.addon input {
    padding: 11px 40px 0 23px
}

form .form-field label.input.error input,form .form-field label.input.error textarea {
    border-color: red;
    color: red
}

form .form-field label.input.error input::-webkit-input-placeholder,form .form-field label.input.error textarea::-webkit-input-placeholder {
    color: red
}

form .form-field label.input.error input:-moz-placeholder,form .form-field label.input.error textarea:-moz-placeholder {
    color: red
}

form .form-field label.input.error input::-moz-placeholder,form .form-field label.input.error textarea::-moz-placeholder {
    color: red
}

form .form-field label.input.error input:-ms-input-placeholder,form .form-field label.input.error textarea:-ms-input-placeholder {
    color: red
}

form .form-field label.input.error input:focus,form .form-field label.input.error textarea:focus {
    border-color: red
}

form .form-field label.input.success input,form .form-field label.input.success textarea {
    border-color: green
}

form .form-field label.input.success input:focus,form .form-field label.input.success textarea:focus {
    border-color: green
}

form .form-field label.input.warning input,form .form-field label.input.warning textarea {
    border-color: #FFD300
}

form .form-field label.input.warning input:focus,form .form-field label.input.warning textarea:focus {
    border-color: yellow
}

form .form-field label.input input,form .form-field label.input textarea {
    display: inline-flex;
    float: left;
    width: 100%;
    height: 56px;
    align-items: center;
    padding: 11px 23px 0 23px;
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    background: white;
    border: 1px solid #777776;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 300ms;
    color: #777776
}

form .form-field label.input input:focus,form .form-field label.input textarea:focus {
    outline: none;
    border-color: #1AAE81;
    transition: all 300ms
}

form .form-field label.input input:disabled,form .form-field label.input textarea:disabled {
    background: #F6F7FA;
    color: #C2C6CF
}

form .form-field label.input input:disabled:focus,form .form-field label.input textarea:disabled:focus {
    background: #F6F7FA;
    color: #C2C6CF;
    border-color: #CED2D5
}

form .form-field label.input input::-webkit-input-placeholder,form .form-field label.input textarea::-webkit-input-placeholder {
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #C2C6CF
}

form .form-field label.input input:-moz-placeholder,form .form-field label.input textarea:-moz-placeholder {
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #C2C6CF
}

form .form-field label.input input::-moz-placeholder,form .form-field label.input textarea::-moz-placeholder {
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #C2C6CF
}

form .form-field label.input input:-ms-input-placeholder,form .form-field label.input textarea:-ms-input-placeholder {
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #C2C6CF
}

form .form-field label.input textarea {
    padding: 22px 23px 0 23px;
    height: 263px
}

form .form-field label.input .addon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px
}

form .form-field label.input .addon button {
    padding: 0;
    margin: 0;
    background: none;
    outline: none;
    border: none;
    color: #777776;
    transition: all 300ms
}

form .form-field label.input .addon button:hover {
    color: #1AAE81;
    transition: all 300ms
}

form .form-field label.input .addon a {
    display: inline-block;
    color: #777776;
    text-decoration: none;
    transition: all 300ms
}

form .form-field label.input .addon a:hover {
    color: #1AAE81;
    transition: all 300ms
}

.ps.custom-scroll {
    position: relative
}

.ps.custom-scroll .ps__rail-y {
    position: absolute;
    opacity: 1;
    width: 16px;
    background: #F2F2F2;
    border-radius: 10px;
    margin-right: 0
}

.ps.custom-scroll .ps__rail-y .ps__thumb-y {
    border-radius: 10px;
    width: 16px;
    right: 0px;
    background: #777776
}

.ps.custom-scroll .ps__rail-y .ps__thumb-y:hover {
    cursor: pointer
}

.ps.custom-scroll .ps__rail-y .ps__thumb-y:focus {
    outline: none
}

.ps.custom-scroll .ps__rail-y.ps--clicking {
    background-color: #106b50
}

.ps.custom-scroll .ps__rail-y.ps--clicking .ps__thumb-y {
    width: 16px;
    right: 0px;
    background: #1AAE81
}

.ps.custom-scroll .ps__rail-y.ps--clicking .ps__thumb-y:hover {
    cursor: pointer
}

.ps.custom-scroll .ps__rail-y:hover .ps__thumb-y {
    width: 16px;
    background: #1AAE81
}

.ps.custom-scroll:hover .ps__rail-y {
    opacity: 1;
    width: 16px;
    background-color: #F2F2F2;
    border-radius: 10px
}

.custom-tabs .tab-selector>* {
    display: inline-block;
    float: left;
    margin: 0 20px
}

.custom-tabs .tab-selector>*.current {
    color: red
}

.custom-tabs .tabs {
    display: inline-block;
    width: 100%;
    position: relative;
    min-height: 200px;
    overflow: hidden
}

.custom-tabs .tabs .tab {
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: all 300ms
}

.custom-tabs .tabs .tab.animated {
    position: relative;
    z-index: 1;
    transition: all 300ms
}

.custom-tabs .tabs .tab.current {
    opacity: 1;
    position: relative;
    transition: all 300ms;
    z-index: 2
}

.pagination {
    display: inline-block
}

.pagination ul {
    display: inline-block
}

.pagination ul>li {
    display: inline-block;
    float: left
}

.pagination ul>li a {
    display: inline-block
}

.pagination ul>li.next,.pagination ul>li.prev {
    margin: 0 15px 0 0
}

.pagination ul>li.next.disabled a,.pagination ul>li.prev.disabled a {
    color: #E0E0E0;
    cursor: default;
    background: transparent
}

.pagination ul>li.next.disabled a:hover,.pagination ul>li.prev.disabled a:hover {
    color: #E0E0E0;
    background: transparent
}

.pagination ul>li.next a,.pagination ul>li.prev a {
    color: #EA0000;
    text-decoration: none;
    transition: all 300ms
}

.pagination ul>li.next a svg,.pagination ul>li.prev a svg {
    width: 9px;
    height: 16px
}

.pagination ul>li.next a:hover,.pagination ul>li.prev a:hover {
    color: black;
    transition: all 300ms
}

.pagination ul>li.next {
    margin: 0 0 0 15px
}

.pagination ul>li.next a svg {
    transform: rotate(180deg)
}

.pagination ul>li.page.current a {
    color: white;
    background: #1AAE81;
    transition: all 300ms
}

.pagination ul>li.page a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #777776;
    text-decoration: none;
    border-radius: 4px;
    transition: all 300ms;
    background: transparent
}

.pagination ul>li.page a:hover {
    color: white;
    background: #1AAE81
}

.pagination ul>li.middle {
    margin: 0 0.5px;
    padding-top: 0
}

.pagination ul>li.middle a {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
    color: #777776;
    text-decoration: none;
    transition: all 300ms
}

.pagination ul>li.middle a:hover {
    color: #1AAE81;
    transition: all 300ms
}

.fancybox-container.custom-fancybox .fancybox-content {
    padding: 0;
    overflow: initial
}

.fancybox-container.custom-fancybox button.fancybox-button.fancybox-close-small {
    display: none
}

.popup {
    position: relative
}

.popup .custom-close {
    position: absolute;
    right: 20px;
    top: 20px
}

.popup .custom-close a {
    display: inline-block;
    text-decoration: none
}

.popup .custom-close a svg {
    width: 18px;
    height: 18px;
    color: #BBB;
    transition: all 300ms
}

.popup .custom-close a:hover svg {
    color: #C2C6CF;
    transition: all 300ms
}

.selectric-wrapper {
    position: relative;
    cursor: pointer
}

.selectric-responsive {
    width: 100%
}

.selectric {
    border: 1px solid #DDD;
    background: #F8F8F8;
    position: relative
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial
}

.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #BBB;
    border-bottom: none
}

.selectric-focus .selectric {
    border-color: #aaaaaa
}

.selectric-hover .selectric {
    border-color: #c4c4c4
}

.selectric-hover .selectric .button {
    color: #a2a2a2
}

.selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2
}

.selectric-open {
    z-index: 9999
}

.selectric-open .selectric {
    border-color: #c4c4c4
}

.selectric-open .selectric-items {
    display: block
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0
}

.selectric-hide-select select {
    position: absolute;
    left: -100%
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    opacity: 0
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important
}

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #F8F8F8;
    border: 1px solid #c4c4c4;
    z-index: -1;
    box-shadow: 0 0 10px -6px
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%
}

.selectric-items ul,.selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px
}

.selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer
}

.selectric-items li.selected {
    background: #E0E0E0;
    color: #444
}

.selectric-items li.highlighted {
    background: #D0D0D0;
    color: #444
}

.selectric-items li:hover {
    background: #D5D5D5;
    color: #444
}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1
}

.selectric-items .selectric-group li {
    padding-left: 25px
}

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,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,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
}

body {
    line-height: 1
}

blockquote,q {
    quotes: none
}

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

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

html {
    height: 100%;
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #777776
}

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

body {
    height: 100%
}

.wrapper {
    min-width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    min-height: 100%;
    height: auto
}

.wrapper-inside {
    width: 1200px;
    margin: 0 auto
}

img,svg {
    vertical-align: top
}

.clearfix {
    clear: both !important
}

.hidden {
    display: none !important
}

.invisible {
    visibility: hidden !important
}

a {
    color: #1AAE81;
    text-decoration: none;
    transition: all 300ms
}

a:hover {
    color: #EA0000;
    transition: all 300ms
}

.btn {
    text-decoration: none;
    font-weight: normal;
    font-size: 16px;
    font-family: inherit;
    background: #1AAE81;
    color: white;
    border: 1px solid #1AAE81;
    padding: 10px 10px;
    min-width: 204px;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: 0;
    border-radius: 5px;
    outline: none;
    transition: all 300ms;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 150%
}

.btn:hover {
    cursor: pointer;
    background: #EA0000;
    border: 1px solid #EA0000;
    color: white;
    transition: all 300ms
}

.btn .icon {
    display: inline-block;
    float: left;
    margin-right: 5px
}

.btn .text {
    display: inline-block;
    float: left
}

.btn-primary {
    background: white;
    border: 1px solid #1AAE81;
    color: #1AAE81
}

.btn-primary:hover {
    background: white;
    border: 1px solid #EA0000;
    color: #EA0000
}

.btn-primary.btn-outline {
    background: transparent;
    color: white;
    border: 1px solid white
}

.btn-primary.btn-outline:hover {
    background: white;
    color: #1AAE81;
    border: 1px solid #1AAE81
}

.btn-secondary {
    background: white;
    border: 1px solid #EA0000;
    color: #EA0000
}

.btn-secondary:hover {
    background: white;
    border: 1px solid #1AAE81;
    color: #1AAE81
}

.btn-secondary.btn-outline {
    background: transparent;
    color: white;
    border: 1px solid white
}

.btn-secondary.btn-outline:hover {
    background: white;
    color: #EA0000;
    border: 1px solid #EA0000
}

.background-secondary {
    background: #F2F2F2
}

.background-secondary.reversed {
    background: #EA0000
}

.background-primary {
    background: #fff
}

.background-primary.reversed {
    background: #1AAE81
}

.header {
    height: 225px
}

.header .header-holder {
    display: inline-block;
    width: 100%
}

.header .header-holder .header-top {
    display: inline-block;
    width: 100%;
    height: 70px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.2)
}

.header .header-holder .header-top .header-top-holder {
    display: inline-block;
    width: 100%
}

.header .header-holder .header-top .header-top-holder .address {
    display: inline-block;
    float: left;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 150%;
    color: #777776;
    padding: 23px 0 0
}

.header .header-holder .header-top .header-top-holder .address .icon {
    display: inline-block;
    float: left;
    margin-right: 8px
}

.header .header-holder .header-top .header-top-holder .address .text {
    display: inline-block;
    float: left;
    padding: 2px 0 0
}

.header .header-holder .header-top .header-top-holder .order-call-back {
    display: inline-block;
    float: left;
    margin-left: 11.5%;
    padding: 25px 0 0
}

.header .header-holder .header-top .header-top-holder .order-call-back a {
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 150%
}

.header .header-holder .header-top .header-top-holder .order-call-back a:hover:after {
    opacity: 0;
    transition: all 300ms
}

.header .header-holder .header-top .header-top-holder .order-call-back a:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    border-top: 1px dashed currentColor;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 300ms
}

.header .header-holder .header-top .header-top-holder .socials {
    display: inline-block;
    float: right;
    margin-right: 7%;
    padding: 23px 0 0
}

.header .header-holder .header-top .header-top-holder .socials ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.header .header-holder .header-top .header-top-holder .socials ul li {
    display: inline-block;
    float: left;
    margin: 0 16px
}

.header .header-holder .header-top .header-top-holder .special {
    display: inline-block;
    float: right;
    padding: 15px 0 0
}

.header .header-holder .header-top .header-top-holder .special .btn {
    background: #F2F2F2;
    border: 1px solid #F2F2F2;
    color: #1AAE81;
    min-width: auto;
    padding: 10px 9px 10px 16px
}

.header .header-holder .header-top .header-top-holder .special .btn:hover {
    background: #EA0000;
    border: 1px solid #EA0000;
    color: white
}

.header .header-holder .header-top .header-top-holder .special .btn .icon {
    margin-right: 8px
}

.header .header-holder .header-main {
    display: inline-block;
    width: 100%;
    height: 155px
}

.header .header-holder .header-main .header-main-holder {
    display: inline-block;
    width: 100%
}

.header .header-holder .header-main .header-main-holder .logo {
    display: inline-block;
    float: left;
    width: 250px;
    padding: 17px 0 0
}

.header .header-holder .header-main .header-main-holder .right-part {
    display: inline-block;
    float: right;
    width: calc(100% - 250px);
    box-sizing: border-box;
    padding: 0 0 0 58px
}

.header .header-holder .header-main .header-main-holder .right-part .top {
    display: inline-block;
    width: 100%
}

.header .header-holder .header-main .header-main-holder .right-part .top .infoes {
    display: inline-block;
    float: left;
    width: calc(100% - 204px);
    padding: 27px 0 0
}

.header .header-holder .header-main .header-main-holder .right-part .top .infoes .info {
    display: inline-block;
    float: left;
    margin-right: 10.5%
}

.header .header-holder .header-main .header-main-holder .right-part .top .infoes .info:last-of-type {
    margin: 0
}

.header .header-holder .header-main .header-main-holder .right-part .top .infoes .info .info-holder .icon {
    display: inline-block;
    float: left;
    margin-right: 8px
}

.header .header-holder .header-main .header-main-holder .right-part .top .infoes .info .info-holder .text {
    display: inline-block;
    float: left
}

.header .header-holder .header-main .header-main-holder .right-part .top .infoes .info .info-holder .text .desc {
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 150%;
    color: #777776;
    margin: 0 0 5px
}

.header .header-holder .header-main .header-main-holder .right-part .top .infoes .info .info-holder .text .desc a {
    color: #777776
}

.header .header-holder .header-main .header-main-holder .right-part .top .infoes .info .info-holder .text .desc a:hover {
    color: #1AAE81
}

.header .header-holder .header-main .header-main-holder .right-part .top .infoes .info .info-holder .text .note {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px
}

.header .header-holder .header-main .header-main-holder .right-part .top .register {
    display: inline-block;
    float: right;
    width: 204px;
    padding: 26px 0 0
}

.header .header-holder .header-main .header-main-holder .right-part .top .register .btn {
    padding: 9px 11px
}

.header .header-holder .header-main .header-main-holder .right-part .menu {
    display: inline-block;
    width: 100%
}

.header .header-holder .header-main .header-main-holder .right-part .menu nav {
    display: inline-block;
    float: left
}

.header .header-holder .header-main .header-main-holder .right-part .menu nav ul {
    list-style: none;
    padding: 15px 0 0;
    margin-left: -36px
}

.header .header-holder .header-main .header-main-holder .right-part .menu nav ul li.have-sub-menu {
    padding: 0 50px 24px 35px
}

.header .header-holder .header-main .header-main-holder .right-part .menu nav ul li.have-sub-menu a {
    position: relative
}

.header .header-holder .header-main .header-main-holder .right-part .menu nav ul li.have-sub-menu a .arrow {
    position: absolute;
    right: -17px;
    top: 9px
}

.header .header-holder .header-main .header-main-holder .right-part .menu nav ul li {
    display: inline-block;
    float: left;
    padding: 0 35px 12px;
    position: relative;
    margin: 0
}

.header .header-holder .header-main .header-main-holder .right-part .menu nav ul li:last-of-type:after {
    display: none
}

.header .header-holder .header-main .header-main-holder .right-part .menu nav ul li:after {
    content: "";
    display: inline-block;
    border-left: 1px solid #F2F2F2;
    height: 24px;
    width: 0;
    position: absolute;
    right: 0;
    bottom: 0
}

.header .header-holder .header-main .header-main-holder .right-part .menu nav ul li a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #777776
}

.header .header-holder .header-main .header-main-holder .right-part .menu nav ul li a:hover {
    color: #1AAE81
}

.header .header-holder .header-main .header-main-holder .right-part .menu .search-bar-block {
    display: inline-block;
    float: right;
    padding: 17px 0 0
}

.header .header-holder .header-main .header-main-holder .right-part .menu .search-bar-block a {
    color: #777776
}

.header .header-holder .header-main .header-main-holder .right-part .menu .search-bar-block a:hover {
    color: #1AAE81
}

.content {
    padding: 0 0 424px;
    background: #fff
}

.footer {
    margin: -424px auto 0;
    height: 424px
}

.footer .footer-holder {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #1AAE81;
    color: white
}

.footer .footer-holder .footer-top {
    display: inline-block;
    width: 100%
}

.footer .footer-holder .footer-top .footer-top-holder {
    display: inline-block;
    width: 100%;
    padding: 58px 0 21px;
    border-bottom: 1px solid white
}

.footer .footer-holder .footer-top .footer-top-holder .footer-menu {
    display: inline-block;
    float: left;
    width: calc(100% - 200px)
}

.footer .footer-holder .footer-top .footer-top-holder .footer-menu>.col.col-one {
    width: 160px;
    box-sizing: border-box;
    padding: 7px 0 0
}

.footer .footer-holder .footer-top .footer-top-holder .footer-menu>.col.col-two {
    width: 554px;
    box-sizing: border-box;
    padding: 7px 0 0 60px;
    position: relative
}

.footer .footer-holder .footer-top .footer-top-holder .footer-menu>.col.col-two:after,.footer .footer-holder .footer-top .footer-top-holder .footer-menu>.col.col-two:before {
    content: "";
    display: inline-block;
    width: 9;
    height: 184px;
    border-left: 1px solid white;
    position: absolute;
    left: 0;
    top: 13px
}

.footer .footer-holder .footer-top .footer-top-holder .footer-menu>.col.col-two:before {
    left: auto;
    right: 0
}

.footer .footer-holder .footer-top .footer-top-holder .footer-menu>.col.col-two .col-holder .heading {
    box-sizing: border-box;
    padding: 0 55px 0 0
}

.footer .footer-holder .footer-top .footer-top-holder .footer-menu>.col.col-three {
    width: 160px;
    box-sizing: border-box;
    padding: 0 0 0 61px
}

.footer .footer-holder .footer-top .footer-top-holder .footer-menu>.col {
    display: inline-block;
    float: left;
    box-sizing: border-box
}

.footer .footer-holder .footer-top .footer-top-holder .footer-menu>.col .col-holder {
    display: inline-block;
    width: 100%
}

.footer .footer-holder .footer-top .footer-top-holder .footer-menu>.col .col-holder .heading {
    display: inline-block;
    width: 100%;
    margin: 0 0 23px
}

.footer .footer-holder .footer-top .footer-top-holder .footer-menu>.col .col-holder .heading.center {
    text-align: center
}

.footer .footer-holder .footer-top .footer-top-holder .footer-menu>.col .col-holder .heading>* {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px
}

.footer .footer-holder .footer-top .footer-top-holder .footer-menu>.col .col-holder .heading a {
    color: white
}

.footer .footer-holder .footer-top .footer-top-holder .footer-menu>.col .col-holder .heading a:hover {
    color: #EA0000
}

.footer .footer-holder .footer-top .footer-top-holder .footer-menu>.col .col-holder .big-menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer .footer-holder .footer-top .footer-top-holder .footer-menu>.col .col-holder .big-menu ul li {
    margin: 0 0 25px
}

.footer .footer-holder .footer-top .footer-top-holder .footer-menu>.col .col-holder .big-menu ul li:last-of-type {
    margin: 0
}

.footer .footer-holder .footer-top .footer-top-holder .footer-menu>.col .col-holder .big-menu ul li a {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 33px;
    color: white
}

.footer .footer-holder .footer-top .footer-top-holder .footer-menu>.col .col-holder .big-menu ul li a:hover {
    color: #EA0000
}

.footer .footer-holder .footer-top .footer-top-holder .footer-menu>.col .col-holder .sub-menu.columned {
    width: calc(100% + 50px);
    margin-left: -25px
}

.footer .footer-holder .footer-top .footer-top-holder .footer-menu>.col .col-holder .sub-menu.columned .menu-col {
    display: inline-block;
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 25px
}

.footer .footer-holder .footer-top .footer-top-holder .footer-menu>.col .col-holder .sub-menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer .footer-holder .footer-top .footer-top-holder .footer-menu>.col .col-holder .sub-menu ul li {
    margin: 0 0 0
}

.footer .footer-holder .footer-top .footer-top-holder .footer-menu>.col .col-holder .sub-menu ul li a {
    color: white;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px
}

.footer .footer-holder .footer-top .footer-top-holder .footer-menu>.col .col-holder .sub-menu ul li a:hover {
    color: #EA0000
}

.footer .footer-holder .footer-top .footer-top-holder .add {
    display: inline-block;
    float: right;
    width: 200px
}

.footer .footer-holder .footer-top .footer-top-holder .add .add-holder {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 13px 0 0
}

.footer .footer-holder .footer-top .footer-top-holder .add .add-holder .socials {
    display: inline-block;
    width: 100%;
    margin: 0 0 18px
}

.footer .footer-holder .footer-top .footer-top-holder .add .add-holder .socials ul {
    padding: 0;
    margin: 0 -8.5px;
    list-style: none
}

.footer .footer-holder .footer-top .footer-top-holder .add .add-holder .socials ul li {
    display: inline-block;
    float: left;
    margin: 0 9.5px
}

.footer .footer-holder .footer-top .footer-top-holder .add .add-holder .socials ul li a {
    color: white
}

.footer .footer-holder .footer-top .footer-top-holder .add .add-holder .socials ul li a:hover {
    color: #EA0000
}

.footer .footer-holder .footer-top .footer-top-holder .add .add-holder .link {
    display: inline-block;
    width: 100%;
    margin-left: 2px;
    margin-bottom: 14px
}

.footer .footer-holder .footer-top .footer-top-holder .add .add-holder .link a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: white;
    position: relative
}

.footer .footer-holder .footer-top .footer-top-holder .add .add-holder .link a:hover {
    color: #EA0000
}

.footer .footer-holder .footer-top .footer-top-holder .add .add-holder .link a:hover:after {
    opacity: 0;
    transition: all 300ms
}

.footer .footer-holder .footer-top .footer-top-holder .add .add-holder .link a:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    border-top: 1px dashed white;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 300ms
}

.footer .footer-holder .footer-top .footer-top-holder .add .add-holder .special {
    display: inline-block;
    width: 100%;
    margin: 18px 0 0
}

.footer .footer-holder .footer-top .footer-top-holder .add .add-holder .special a {
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 150%;
    color: white
}

.footer .footer-holder .footer-top .footer-top-holder .add .add-holder .special a:hover {
    color: #EA0000
}

.footer .footer-holder .footer-top .footer-top-holder .add .add-holder .special a .icon {
    display: inline-block;
    float: left;
    margin-right: 16px
}

.footer .footer-holder .footer-top .footer-top-holder .add .add-holder .special a .text {
    display: inline-block;
    float: left
}

.footer .footer-holder .footer-bottom {
    display: inline-block;
    width: 100%;
    padding: 10px 0 0
}

.footer .footer-holder .footer-bottom .footer-bottom-holder {
    display: inline-block;
    width: 100%
}

.footer .footer-holder .footer-bottom .footer-bottom-holder .logo {
    display: inline-block;
    width: 141px;
    float: left
}

.footer .footer-holder .footer-bottom .footer-bottom-holder .logo a {
    color: white
}

.footer .footer-holder .footer-bottom .footer-bottom-holder .contacts {
    display: inline-block;
    width: calc(100% - 141px - 178px);
    float: left;
    box-sizing: border-box;
    padding: 6px 0 0 64px
}

.footer .footer-holder .footer-bottom .footer-bottom-holder .contacts .address {
    display: inline-block;
    float: left;
    width: 232px
}

.footer .footer-holder .footer-bottom .footer-bottom-holder .contacts .address .icon {
    display: inline-block;
    float: left;
    height: 77px;
    padding: 3px 0 0;
    margin-right: 8px
}

.footer .footer-holder .footer-bottom .footer-bottom-holder .contacts .address .text {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 150%
}

.footer .footer-holder .footer-bottom .footer-bottom-holder .contacts .info {
    display: inline-block;
    float: left;
    margin-right: 32px
}

.footer .footer-holder .footer-bottom .footer-bottom-holder .contacts .info .icon {
    display: inline-block;
    float: left;
    padding: 4px 0 0;
    margin: 0 10px 0 0
}

.footer .footer-holder .footer-bottom .footer-bottom-holder .contacts .info .text {
    display: inline-block;
    float: left;
    padding: 5px 0 0
}

.footer .footer-holder .footer-bottom .footer-bottom-holder .contacts .info .text .main {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 150%
}

.footer .footer-holder .footer-bottom .footer-bottom-holder .contacts .info .text .main a {
    color: white;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.03em;
    text-transform: uppercase
}

.footer .footer-holder .footer-bottom .footer-bottom-holder .contacts .info .text .main a:hover {
    color: #EA0000
}

.footer .footer-holder .footer-bottom .footer-bottom-holder .contacts .info .text .add {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%
}

.footer .footer-holder .footer-bottom .footer-bottom-holder .studio {
    display: inline-block;
    width: 185px;
    float: right;
    margin: 0 -11px 0 0;
    padding: 4px 0 0
}

.footer .footer-holder .footer-bottom .footer-bottom-holder .studio a {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: white
}

.footer .footer-holder .footer-bottom .footer-bottom-holder .studio a:hover {
    color: #EA0000
}

.footer .footer-holder .footer-bottom .footer-bottom-holder .studio a .text {
    display: inline-block;
    float: left;
    padding: 14px 0 0
}

.footer .footer-holder .footer-bottom .footer-bottom-holder .studio a .icon {
    display: inline-block;
    float: left;
    margin-left: 8px
}

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

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible-print {
    display: none !important
}

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

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

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

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

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

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

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

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

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

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

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

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: inherit;
    font-weight: 600;
    line-height: 130%;
    color: #B4B4B4
}

h1 small,h1 .small,h2 small,h2 .small,h3 small,h3 .small,h4 small,h4 .small,h5 small,h5 .small,h6 small,h6 .small,.h1 small,.h1 .small,.h2 small,.h2 .small,.h3 small,.h3 .small,.h4 small,.h4 .small,.h5 small,.h5 .small,.h6 small,.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #B4B4B4
}

h1,.h1,h2,.h2,h3,.h3 {
    margin-top: 10px;
    margin-bottom: 30px
}

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,.h4,h5,.h5,h6,.h6 {
    margin-top: 0;
    margin-bottom: 10px
}

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%
}

h1,.h1 {
    font-size: 56px;
    letter-spacing: 0.02em
}

h2,.h2 {
    font-size: 36px;
    font-weight: 300;
    line-height: 127%
}

h3,.h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.05em
}

h4,.h4 {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 145%
}

h5,.h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 125%
}

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

p {
    margin: 0 0 11px
}

p small,p .small {
    font-size: 85%
}

p mark,p .mark,p ins {
    font-size: 92%;
    font-weight: 700;
    background: none;
    padding: 0;
    color: inherit
}

.lead {
    margin-bottom: 22px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 767px) {
    .lead {
        font-size:21px
    }
}

small,.small {
    font-size: 85%
}

mark,.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase,.initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #B4B4B4
}

.text-primary {
    color: #1AAE81
}

a.text-primary:hover,a.text-primary:focus {
    color: #138260
}

.text-success {
    color: #3c763d
}

a.text-success:hover,a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover,a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover,a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover,a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #1AAE81
}

a.bg-primary:hover,a.bg-primary:focus {
    background-color: #138260
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover,a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover,a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover,a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover,a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #F2F2F2
}

ul,ol {
    margin-top: 0;
    margin-bottom: 11px;
    box-sizing: border-box;
    padding-left: 17px
}

ul ul,ul ol,ol ul,ol ol {
    margin-bottom: 0;
    box-sizing: border-box;
    padding-left: 10px
}

ul li,ol li {
    margin: 0 0 11px;
    font-size: 14px;
    line-height: 22px;
    font-style: normal;
    font-weight: normal
}

ul li small,ul li .small,ol li small,ol li .small {
    font-size: 85%
}

ul li mark,ul li .mark,ul li ins,ol li mark,ol li .mark,ol li ins {
    font-size: 92%;
    font-weight: 700;
    background: none;
    padding: 0;
    color: inherit
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 22px
}

dt,dd {
    font-size: 14px;
    line-height: 22px;
    font-style: normal;
    font-weight: normal
}

dt small,dt .small,dd small,dd .small {
    font-size: 85%
}

dt mark,dt .mark,dt ins,dd mark,dd .mark,dd ins {
    font-size: 92%;
    font-weight: 700;
    background: none;
    padding: 0;
    color: inherit
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before,.dl-horizontal dd:after {
    display: table;
    content: " "
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width: 767px) {
    .dl-horizontal dt {
        float:left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],abbr[data-original-title] {
    cursor: help
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 17.5px;
    border-left: 5px solid #F2F2F2
}

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

blockquote footer,blockquote small,blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.3;
    color: #B4B4B4
}

blockquote footer:before,blockquote small:before,blockquote .small:before {
    content: "\2014   \A0"
}

.blockquote-reverse,blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #F2F2F2;
    border-left: 0
}

.blockquote-reverse footer:before,.blockquote-reverse small:before,.blockquote-reverse .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before,blockquote.pull-right .small:before {
    content: ""
}

.blockquote-reverse footer:after,.blockquote-reverse small:after,.blockquote-reverse .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after,blockquote.pull-right .small:after {
    content: "\A0   \2014"
}

address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.3
}

h1.first,.h1.first,h2.first,.h2.first,h3.first,.h3.first,h4.first,.h4.first,h5.first,.h5.first,h6.first,.h6.first {
    margin-top: 0
}

p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 11px
}

p.accent {
    font-size: 18px;
    line-height: 23px
}

p.small {
    font-size: 12px;
    line-height: 15px
}

b,strong {
    font-weight: bold
}

i,em {
    font-style: italic
}

small,.small {
    font-size: 12px
}

mark,.mark,ins {
    font-weight: 600;
    line-height: 150%;
    color: #1AAE81;
    background: #F2F2F2
}

s,del {
    text-decoration: line-through
}

.page-heading {
    display: inline-block;
    width: 100%;
    margin: 0 0 46px
}

.page-heading .page-heading-holder {
    display: inline-block;
    width: 100%;
    text-align: center
}

.page-heading .page-heading-holder h1,.page-heading .page-heading-holder .h1,.page-heading .page-heading-holder>* {
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #1AAE81;
    margin: 0
}

.page-heading .page-heading-holder h3,.page-heading .page-heading-holder .h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #777776
}

.page-heading .page-heading-holder h4,.page-heading .page-heading-holder .h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #777776
}

.page-heading.small .page-heading-holder h1,.page-heading.small .page-heading-holder .h1,.page-heading.small .page-heading-holder>* {
    font-size: 52px;
    line-height: 63px;
    letter-spacing: 0
}

ul.dashes {
    list-style: none;
    padding-left: 18px
}

ul.dashes li {
    position: relative
}

ul.dashes li:before {
    content: "";
    width: 8px;
    height: 4px;
    background: #1AAE81;
    position: absolute;
    left: -18px;
    top: 9px
}

ol.num {
    counter-reset: section;
    list-style: none;
    padding-left: 23px;
    margin-bottom: 26px
}

ol.num li {
    position: relative
}

ol.num li::before {
    counter-increment: section;
    content: counter(section) ".";
    position: absolute;
    left: -32px;
    top: 0px;
    width: 29px;
    height: 29px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #777776;
    text-align: center
}

@media (max-width: 1279px) {
    .desktop-only {
        display:none !important
    }

    .mobile-only {
        display: initial !important
    }

    .wrapper {
        min-width: 590px;
        max-width: 100%
    }

    .wrapper-inside {
        width: 90.625%
    }
}

@media (max-width: 767px) {
    .wrapper {
        min-width:100%;
        max-width: 100%
    }

    .wrapper-inside {
        width: 90.625%
    }

    .footer {
        min-width: 100%
    }
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto
}

.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    height: 15px;
    bottom: 0px;
    position: absolute
}

.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    width: 15px;
    right: 0;
    position: absolute
}

.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y {
    display: block;
    background-color: transparent
}

.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y,.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y {
    opacity: 0.6
}

.ps .ps__rail-x:hover,.ps .ps__rail-y:hover,.ps .ps__rail-x:focus,.ps .ps__rail-y:focus,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-y.ps--clicking {
    background-color: #eee;
    opacity: 0.9
}

.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    bottom: 2px;
    position: absolute
}

.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    right: 2px;
    position: absolute
}

.ps__rail-x:hover>.ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #999;
    height: 11px
}

.ps__rail-y:hover>.ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #999;
    width: 11px
}

@supports (-ms-overflow-style: none) {
    .ps {
        overflow:auto !important
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important
    }
}
