@font-face
{
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.eot");
    src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.svg") format("svg"), url("../fonts/fontawesome-webfont.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* reset */ /* main variables */ .hide_fancybox
{
    display: none;
}

a
{
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover
{
    text-decoration: none;
}

.handling_btn
{
    text-align: center;
}

.handling_btn a
{
    letter-spacing: 0.8px;
    line-height: 1;
    font-size: 12px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    background: #55489d;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.handling_btn a:hover
{
    background: #9182bd;
}

.handling_btn a svg
{
    display: inline-block;
    margin-right: 7px;
}

.handling_btn a span
{
    max-width: 65px;
    display: inline-block;
    text-align: left;
}

.footer__top .handling_btn a span, .location__section--content .handling_btn a span, .location_map--header .handling_btn a span
{
    max-width: 125px !important;
}

.page_pagination
{
    text-align: center;
}

.page_pagination.location_page_pagination
{
    margin-top: 117px;
}

@media (max-width:1199px)
{
.page_pagination.location_page_pagination
{
    margin-top: 52px;
}

}
@media (max-width:640px)
{
.page_pagination.location_page_pagination
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 38px;
}

}
.page_pagination a
{
    display: inline-block;
    margin: 0 17px;
    max-width: 250px;
    width: 100%;
    position: relative;
    line-height: 17px;
}

@media (max-width:640px)
{
.page_pagination a
{
    display: block;
    margin: 13px auto;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

}
.page_pagination a:before
{
    position: absolute;
    content: "";
    background: url("../templateimages/pg_pag_arrow.png");
    width: 100%;
    height: 13px;
    background-size: contain;
    background-position: 100% 0;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page_pagination a:after
{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #55489d;
}

.page_pagination a span
{
    display: inline-block;
    background: #fff;
    font-family: "proxima-nova", sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: #55489d;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    padding: 0 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.page_pagination a.prev
{
    text-align: right;
}

@media (max-width:640px)
{
.page_pagination a.prev
{
    right: 20px;
}

}
.page_pagination a.prev:before
{
    -webkit-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
}

.page_pagination a.next
{
    text-align: left;
}

@media (max-width:640px)
{
.page_pagination a.next
{
    left: 20px;
}

}
.page_pagination a:hover span
{
    position: relative;
    text-decoration: underline;
}

.page_pagination a:hover.prev span
{
    -webkit-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    transform: translateX(-25px);
}

.page_pagination a:hover.next span
{
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px);
}

.small_banner
{
    height: 315px;
    background-size: cover;
    background-position: 50%;
    position: relative;
    background-repeat: no-repeat;
}

.small_banner__span
{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.small, small {font-size: 80%;}


@media (min-width:1200px)
{
.small_banner__span:after
{
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.2);
    bottom: 22px;
    top: 0;
    right: 50px;
    width: 1px;
}

}
@media (min-width:1600px)
{
.small_banner__span:after
{
    bottom: 23px;
}

}
@media (min-width:1800px)
{
.small_banner__span:after
{
    bottom: 25px;
}

}
.small_banner.location
{
    height: 385px;
    position: relative;
    background-position: bottom;
}

.small_banner.location .small_banner__span
{
    height: 385px!important;
    background-size: 2600px 385px;
}

@media (min-width:1200px)
{
.small_banner.locations
{
    width: calc(100% - 50px);
}

}
@media (max-width:575px)
{
.small_banner.locations
{
    height: 330px;
}

}
@media (min-width:576px)
{
.small_banner.locations:before
{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: url("../templateimages/banner_overlay.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}

}
.small_banner.team
{
    height: 310px;
    position: relative;
    background-position: bottom;
}

@media (min-width:1200px)
{
.small_banner.team
{
    width: calc(100% - 50px);
}

}
@media (max-width:575px)
{
.small_banner.team
{
    height: 282px;
}

}
@media (min-width:576px)
{
.small_banner.team:before, .small_banner.location:before
{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: url("../templateimages/banner_overlay.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}

}
.small_banner.team .small_banner--caption
{
    top: 58%;
}

@media (max-width:575px)
{
.small_banner.team .small_banner--caption
{
    top: 42%;
}

.small_banner.team .small_banner--caption h1
{
    font-size: 70px;
    padding-top: 45px;
    padding-bottom: 55px;
}

}
.small_banner.form
{
    height: 310px;
    position: relative;
    background-position: bottom;
}

@media (min-width:1200px)
{
.small_banner.form
{
    width: calc(100% - 50px);
}

}
@media (max-width:575px)
{
.small_banner.form
{
    height: 282px;
}

}
@media (min-width:576px)
{
.small_banner.form:before
{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: url("../templateimages/banner_overlay.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}

}
.small_banner.form .small_banner--caption
{
    top: 58%;
}

@media (max-width:575px)
{
.small_banner.form .small_banner--caption
{
    top: 42%;
}

.small_banner.form .small_banner--caption h1
{
    font-size: 70px;
    padding-top: 10px;
    padding-bottom: 25px;
    line-height: .8;
}

}
.small_banner--caption
{
    position: absolute;
    left: 0;
    right: 0;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

@media (max-width:575px)
{
.small_banner--caption
{
    top: 35%;
}

}
.small_banner--caption h1
{
    color: #FFF;
    font-size: 70px;
    font-family: "tenez";
    font-weight: 300;
    letter-spacing: -1.2px;
    position: relative;
    padding-bottom: 34px;
    margin-bottom: 0;
}

@media (max-width:767px)
{
.small_banner--caption h1
{
    font-size: 56px;
}

}
@media (max-width:575px)
{
.small_banner--caption h1
{
    font-size: 42px;
}

}
.small_banner--caption h1:before
{
    position: absolute;
    content: "";
    max-width: 174px;
    width: 100%;
    height: 1px;
    background: #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 100%;
}

.small_banner--caption h1:after
{
    position: absolute;
    content: "";
    max-width: 174px;
    width: 100%;
    height: 5px;
    background: transparent;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: calc(100% - 2px);
    border: 1px solid #fff;
    border-width: 0 1px;
}

.banner_breadcumbs
{
    margin-bottom: 8px;
}

.banner_breadcumbs ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.banner_breadcumbs ul li
{
    display: inline-block;
    margin: 0 1px;
}

.banner_breadcumbs ul li a, .banner_breadcumbs ul li span
{
    color: #FFF;
    font-size: 20px;
    text-decoration: none;
    font-family: "tenez";
    font-weight: 300;
    position: relative;
}

.banner_breadcumbs ul li a:before, .banner_breadcumbs ul li span:before
{
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    right: 0;
    height: 1px;
    background: #FFF;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}

.banner_breadcumbs ul li a:hover:before, .banner_breadcumbs ul li span:hover:before
{
    opacity: 0;
}

/* checkbox */ /* radio */ /* select */ .jq-checkbox
{
    top: -1px;
    width: 13px;
    height: 13px;
    border: 1px solid #C3C3C3;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #F6F6F6;
    box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.05);
    vertical-align: middle;
    cursor: pointer;
}

.jq-checkbox.checked .jq-checkbox__div
{
    width: 9px;
    height: 9px;
    margin: 2px 0 0 2px;
    background: #666;
    box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.05);
}

.jq-checkbox.disabled
{
    opacity: 0.5;
}

.jq-radio
{
    width: 12px;
    height: 12px;
    border: 1px solid #C3C3C3;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #F6F6F6;
    box-shadow: 0 0 0 0px transparent;
    -moz-box-shadow: 0 0 0 0px transparent;
    -webkit-box-shadow: 0 0 0 0px transparent;
    vertical-align: middle;
    cursor: pointer;
}

.jq-radio.checked .jq-radio__div
{
    width: 6px;
    height: 6px;
    margin: 3px 0 0 3px;
    background: #666;
}

.jq-radio.disabled
{
    opacity: 0.5;
}

.jq-file
{
    width: 270px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.jq-file input
{
    cursor: pointer;
    height: auto;
    line-height: 1em;
}

.jq-file__name
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 32px;
    padding: 0 80px 0 10px;
    color: #333;
    font: 14px/30px Arial, sans-serif;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px #F1F1F1;
    box-shadow: inset 1px 1px #F1F1F1;
    background: #FFF;
}

.focused .jq-file__name
{
    border: 1px solid #5794BF;
}

.jq-file__browse
{
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0 10px;
    border-left: 1px solid #CCC;
    border-radius: 0 4px 4px 0;
    background: #F1F1F1 url(data: image/png;
    base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
    -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #333;
    text-shadow: 1px 1px #FFF;
    font: 14px/30px Arial, sans-serif;
}

.jq-file:hover .jq-file__browse
{
    background-color: #E6E6E6;
    background-position: 0 -10px;
}

.jq-file:active .jq-file__browse
{
    background: #F5F5F5;
    -webkit-box-shadow: inset 1px 1px 3px #DDD;
    box-shadow: inset 1px 1px 3px #DDD;
}

.jq-file.disabled .jq-file__name
{
    color: #888;
}

.jq-file.disabled, .jq-file.disabled .jq-file__browse
{
    border-color: #CCC;
    background: #F5F5F5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888;
}

.jq-selectbox
{
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
}

.jq-selectbox__select
{
    height: 40px;
    padding: 10px 40px 0 15px;
    border: 1px solid #C3C3C3;
    border-radius: 3px;
    background: #F5F5F5;
    -webkit-box-shadow: 0 0 2px 0px transparent;
    box-shadow: 0 0 2px 0px transparent;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-family: Arial, sans-serif;
}

.jq-selectbox__select:hover
{
    background: #F5F5F5;
}

.jq-selectbox__select:active
{
    background: #F5F5F5;
}

.jq-selectbox.focused .jq-selectbox__select
{
    background: #F5F5F5;
}

.jq-selectbox.disabled .jq-selectbox__select
{
    border-color: #CCC;
    background: #F5F5F5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888;
}

.jq-selectbox__select-text
{
    display: block;
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jq-selectbox__trigger
{
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
}

.jq-selectbox__trigger-arrow
{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
    width: 10px;
    height: 9px;
    overflow: hidden;
    background: url("../templateimages/select_arrow.svg");
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.jq-selectbox__dropdown
{
    top: 40px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 1px solid #9182bd;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1);
    top: 34px !important;
}

.jq-selectbox__search
{
    margin: 5px;
}

.jq-selectbox__search input
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    outline: none;
    border: 1px solid #CCC;
    border-radius: 3px;
    background: url(data: image/png;
    base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
    -webkit-box-shadow: inset 1px 1px #F1F1F1;
    box-shadow: inset 1px 1px #F1F1F1;
    color: #333;
    -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button, .jq-selectbox__search input::-webkit-search-decoration
{
    -webkit-appearance: none;
}

.jq-selectbox__not-found
{
    margin: 5px;
    padding: 5px 8px 6px;
    background: #F0F0F0;
    font-size: 13px;
}

.jq-selectbox ul
{
    margin: 0;
    padding: 0;
}

.jq-selectbox li
{
    min-height: 18px;
    padding: 5px 10px 5px 10px;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    font-family: Arial, sans-serif;
}

.jq-selectbox li.selected
{
    background-color: #55489d;
    color: #FFF;
}

.jq-selectbox li:hover
{
    background-color: #55489d;
    color: #FFF;
}

.jq-selectbox li.disabled
{
    color: #ccc;
    background: none;
}

.jq-selectbox li.disabled:hover
{
    background: none;
}

.jq-selectbox li.optgroup
{
    font-weight: bold;
}

.jq-selectbox li.optgroup:hover
{
    background: none;
    color: #231F20;
    cursor: default;
}

.jq-selectbox li.option
{
    padding-left: 25px;
}

.jq-select-multiple
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    background: #FFF;
    color: #333;
    font: 14px/18px Arial, sans-serif;
    cursor: default;
}

.jq-select-multiple.focused
{
    border: 1px solid #5794BF;
}

.jq-select-multiple.disabled
{
    border-color: #CCC;
    background: #F5F5F5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888;
}

.jq-select-multiple ul
{
    margin: 0;
    padding: 0;
}

.jq-select-multiple li
{
    padding: 3px 9px 4px;
    list-style: none;
}

.jq-select-multiple li:first-child
{
    border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child
{
    border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected
{
    background: #08C;
    color: #FFF;
}

.jq-select-multiple li.disabled
{
    color: #AAA;
}

.jq-select-multiple.disabled li.selected, .jq-select-multiple li.selected.disabled
{
    background: #CCC;
    color: #FFF;
}

.jq-select-multiple li.optgroup
{
    font-weight: bold;
}

.jq-select-multiple li.option
{
    padding-left: 25px;
}

body.fancybox-active
{
    overflow: hidden;
}

body.fancybox-iosfix
{
    position: fixed;
    left: 0;
    right: 0;
}

.fancybox-is-hidden
{
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}

.fancybox-container
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.fancybox-outer
{
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.fancybox-bg
{
    background: #55489d;
    background: -webkit-gradient(linear, right top, left top, from(#9182bd), to(#55489d));
    background: -webkit-linear-gradient(right, #9182bd, #55489d);
    background: -o-linear-gradient(right, #9182bd, #55489d);
    background: linear-gradient(to left, #9182bd, #55489d);
    opacity: 0;
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg
{
    opacity: 0.9;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption-wrap
{
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s, visibility 0s linear .25s;
    -o-transition: opacity .25s, visibility 0s linear .25s;
    transition: opacity .25s, visibility 0s linear .25s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption-wrap
{
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .25s, visibility 0s;
    -o-transition: opacity .25s, visibility 0s;
    transition: opacity .25s, visibility 0s;
}

.fancybox-infobar
{
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion;
}

.fancybox-toolbar
{
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
}

.fancybox-stage
{
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-is-closing .fancybox-stage
{
    overflow: visible;
}

.fancybox-slide
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}

.fancybox-slide::before
{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next
{
    display: block;
}

.fancybox-slide--image
{
    overflow: visible;
}

.fancybox-slide--image::before
{
    display: none;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe
{
    background: #000;
}

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe
{
    background: #E5E3DF;
}

.fancybox-slide--next
{
    z-index: 99995;
}

.fancybox-slide > *
{
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0 44px;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
}

.fancybox-slide > title, .fancybox-slide > style, .fancybox-slide > meta, .fancybox-slide > link, .fancybox-slide > script, .fancybox-slide > base
{
    display: none;
}

.fancybox-slide .fancybox-image-wrap
{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap
{
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap
{
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap
{
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap
{
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-image, .fancybox-spaceball
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-spaceball
{
    z-index: 1;
}

.fancybox-slide--iframe .fancybox-content
{
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff;
}

.fancybox-iframe
{
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.fancybox-error
{
    margin: 0;
    padding: 40px;
    width: 100%;
    max-width: 380px;
    background: #fff;
    cursor: default;
}

.fancybox-error p
{
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 16px;
    line-height: 20px;
}

/* Buttons */ .fancybox-button
{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, 0.6);
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    cursor: pointer;
    outline: none;
}

.fancybox-button, .fancybox-button:visited, .fancybox-button:link
{
    color: #ccc;
}

.fancybox-button:focus, .fancybox-button:hover
{
    color: #fff;
}

.fancybox-button[disabled]
{
    color: #ccc;
    cursor: default;
    opacity: 0.6;
}

.fancybox-button svg
{
    display: block;
    position: relative;
    overflow: visible;
    shape-rendering: geometricPrecision;
}

.fancybox-button svg path
{
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}

.fancybox-button--share svg path
{
    stroke-width: 1;
}

.fancybox-button--play svg path:nth-child(2)
{
    display: none;
}

.fancybox-button--pause svg path:nth-child(1)
{
    display: none;
}

.fancybox-button--zoom svg path
{
    fill: transparent;
}

/* Navigation arrows */ .fancybox-navigation
{
    display: none;
}

.fancybox-show-nav .fancybox-navigation
{
    display: block;
}

.fancybox-navigation button
{
    position: absolute;
    top: 50%;
    margin: -50px 0 0 0;
    z-index: 99997;
    background: transparent;
    width: 60px;
    height: 100px;
    padding: 17px;
}

.fancybox-navigation button:before
{
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(30, 30, 30, 0.6);
}

.fancybox-navigation .fancybox-button--arrow_left
{
    left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right
{
    right: 0;
}

/* Close button on the top right corner of html content */ .fancybox-close-small
{
    position: absolute;
    top: 102px;
    right: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 8040;
    background: transparent;
    padding: 0;
    border: none;
}

@media (max-width:767px)
{
.fancybox-close-small
{
    top: 0;
}

}
.fancybox-close-small svg
{
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.fancybox-close-small:focus
{
    outline: none;
}

.fancybox-close-small:focus:after
{
    outline: 1px dotted #888;
}

.fancybox-close-small:hover:after
{
    color: #555;
    background: #eee;
}

.fancybox-slide--image .fancybox-close-small, .fancybox-slide--iframe .fancybox-close-small
{
    top: 0;
    right: -40px;
}

.fancybox-slide--image .fancybox-close-small:after, .fancybox-slide--iframe .fancybox-close-small:after
{
    font-size: 35px;
    color: #aaa;
}

.fancybox-slide--image .fancybox-close-small:hover:after, .fancybox-slide--iframe .fancybox-close-small:hover:after
{
    color: #fff;
    background: transparent;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small
{
    display: none;
}

/* Caption */ .fancybox-caption-wrap
{
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 2vw 0 2vw;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
    pointer-events: none;
}

.fancybox-caption
{
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none;
}

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select
{
    pointer-events: all;
    position: relative;
    /* Fix IE11 */;
}

.fancybox-caption a
{
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */ .fancybox-slide > .fancybox-loading
{
    border: 6px solid rgba(100, 100, 100, 0.4);
    border-top: 6px solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: fancybox-rotate .8s infinite linear;
    animation: fancybox-rotate .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate
{
from
{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

to
{
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
}

}
@keyframes fancybox-rotate
{
from
{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

to
{
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
}

}
/* Transition effects */ .fancybox-animated
{
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect:slide */ .fancybox-fx-slide.fancybox-slide--previous
{
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next
{
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current
{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

/* transitionEffect:fade */ .fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next
{
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current
{
    opacity: 1;
}

/* transitionEffect:zoom-in-out */ .fancybox-fx-zoom-in-out.fancybox-slide--previous
{
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next
{
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current
{
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

/* transitionEffect:rotate */ .fancybox-fx-rotate.fancybox-slide--previous
{
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next
{
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current
{
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}

/* transitionEffect:circular */ .fancybox-fx-circular.fancybox-slide--previous
{
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next
{
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current
{
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

/* transitionEffect:tube */ .fancybox-fx-tube.fancybox-slide--previous
{
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next
{
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current
{
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

/* Share */ .fancybox-share
{
    padding: 30px;
    border-radius: 3px;
    background: #f4f4f4;
    max-width: 90%;
    text-align: center;
}

.fancybox-share h1
{
    color: #222;
    margin: 0 0 20px 0;
    font-size: 35px;
    font-weight: 700;
}

.fancybox-share p
{
    margin: 0;
    padding: 0;
}

p.fancybox-share__links
{
    margin-right: -10px;
}

.fancybox-share__button
{
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 0 15px;
    min-width: 130px;
    border: 0;
    border-radius: 3px;
    background: #fff;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.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
{
    position: relative;
    top: -1px;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    vertical-align: middle;
}

.fancybox-share__button svg path
{
    fill: #fff;
}

.fancybox-share__input
{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 10px 15px;
    background: transparent;
    color: #5d5b5b;
    font-size: 14px;
    outline: none;
    border: 0;
    border-bottom: 2px solid #d7d7d7;
}

/* Thumbs */ .fancybox-thumbs
{
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px 2px;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99995;
}

.fancybox-thumbs-x
{
    overflow-y: hidden;
    overflow-x: auto;
}

.fancybox-show-thumbs .fancybox-thumbs
{
    display: block;
}

.fancybox-show-thumbs .fancybox-inner
{
    right: 212px;
}

.fancybox-thumbs > ul
{
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    white-space: nowrap;
}

.fancybox-thumbs-x > ul
{
    overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar
{
    width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track
{
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb
{
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs > ul > li
{
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

li.fancybox-thumbs-loading
{
    background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img
{
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-thumbs > ul > li:before
{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before
{
    opacity: 1;
}

/* Styling for Small-Screen Devices */ @media all and (max-width:800px)
{
.fancybox-thumbs
{
    width: 110px;
}

.fancybox-show-thumbs .fancybox-inner
{
    right: 110px;
}

.fancybox-thumbs > ul > li
{
    max-width: calc(100% - 10px);
}

}
.fancybox_member_title
{
    font-size: 70px;
    font-weight: bold;
    padding: 0 117px;
    max-width: 100%;
    font-family: "tenez";
    line-height: .9;
    color: #FFF;
    position: relative;
    z-index: 2;
    max-width: 540px;
    padding-right: 30px;
}

@media (max-width:767px)
{
.fancybox_member_title
{
    font-size: 65px;
    line-height: 1;
}

}
@media (max-width:575px)
{
.fancybox_member_title
{
    font-size: 35px;
    line-height: 1;
    margin-bottom: 5px;
    max-width: 350px;
    padding-right: 0px;
    letter-spacing: -1.5px;
}

}
@media (max-width:359px)
{
.fancybox_member_title
{
    padding: 0;
    left: 23%;
    right: 0;
    max-width: 200px;
    font-size: 30px;
    margin-bottom: 0;
}

}
.fancybox_member_img
{
    width: 170px;
    height: 170px;
    position: absolute;
    left: 3px;
    top: 66px;
    z-index: 1;
    overflow: hidden;
}

@media (max-width:575px)
{
.fancybox_member_img
{
    width: 156px;
    height: 156px;
    left: 23px;
    top: 17px;
}

}
@media (max-width:359px)
{
.fancybox_member_img
{
    width: 100px;
    height: 100px;
    top: 45px;
}

}
.fancybox_member_img img
{
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media (min-width:992px)
{
.fancy_nav_block
{
    position: absolute;
    right: -103px;
    top: 38px;
}

.fancy_nav_block.show_for_mobiles
{
    display: none;
}

}
@media (max-width:991px)
{
.fancy_nav_block
{
    padding: 30px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fancy_nav_block.hide_for_mobiles
{
    display: none;
}

}
@media (max-width:575px)
{
.fancy_nav_block
{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

}
.fancy_nav_block > div + div
{
    margin-top: 32px;
}

.fancy_nav_block .prev, .fancy_nav_block .next
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width:575px)
{
.fancy_nav_block .prev, .fancy_nav_block .next
{
    max-width: 200px;
    display: block;
    margin: 0 auto;
}

}
.fancy_nav_block .prev span, .fancy_nav_block .next span
{
    font-size: 10px;
    font-weight: bold;
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    padding: 0 8px;
    color: #FFF;
}

@media (min-width:768px)
{
.fancy_nav_block .next
{
    -webkit-transform: translateX(-7px);
    -ms-transform: translateX(-7px);
    transform: translateX(-7px);
}

}
@media (max-width:575px)
{
.fancy_nav_block .next
{
    margin-bottom: 32px;
}

}
@media (min-width:992px)
{
.fancy_nav_block .next span
{
    color: #55489d;
}

}
.inner_fancybox_content
{
    background: #FFF;
    padding: 15px;
    padding: 20px 41px 39px;
    position: relative;
}

@media (max-width:575px)
{
.inner_fancybox_content
{
    padding-left: 20px;
    padding-right: 20px;
}

}
.inner_fancybox_content .job_pos_block
{
    border: 1px solid #55489d;
    max-width: 473px;
    height: 76px;
    margin-bottom: 32px;
    position: relative;
}

@media (max-width:991px)
{
.inner_fancybox_content .job_pos_block
{
    max-width: 100%;
}

}
.inner_fancybox_content .job_pos_block .job_position
{
    display: block;
    text-transform: uppercase;
    color: #000023;
    font-size: 16px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    position: absolute;
    left: 118px;
    right: 15px;
    bottom: 15px;
}

@media (max-width:1024px) and (min-width:768px)
{
.inner_fancybox_content .job_pos_block .job_position
{
    padding-left: 0;
}

}
@media (max-width:575px)
{
.inner_fancybox_content .job_pos_block .job_position
{
    left: 140px;
}

}
@media (max-width:359px)
{
.inner_fancybox_content .job_pos_block .job_position
{
    left: 90px;
}

}
.inner_fancybox_content .job_pos_block .write_me, .inner_fancybox_content .job_pos_block .vcf_file
{
    position: absolute;
    right: 0;
    bottom: -11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.inner_fancybox_content .job_pos_block .vcf_file
{
    right: 82px;
}

.inner_fancybox_content .job_pos_block .write_me a, .inner_fancybox_content .job_pos_block .vcf_file a
{
    display: inline-block;
    background: #FFF;
    font-size: 12px;
    font-weight: bold;
    color: #55489d;
    font-family: "proxima-nova", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    padding: 1px 8px;
    letter-spacing: .5px;
    text-decoration: none;
}

.inner_fancybox_content .job_pos_block .write_me a svg
{
    margin-right: 6px;
}

.inner_fancybox_content .job_pos_block .vcf_file a svg
{
    margin-right: 3px;
}

.inner_fancybox_content .job_pos_block .write_me a svg path, .inner_fancybox_content .job_pos_block .vcf_file a svg path
{
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.inner_fancybox_content .job_pos_block .write_me a:hover, .inner_fancybox_content .job_pos_block .vcf_file a:hover
{
    background: #9182bd;
    color: #fff;
}

.inner_fancybox_content .job_pos_block .write_me a:hover svg path,.inner_fancybox_content .job_pos_block .vcf_file a:hover svg path
{
    fill: #fff !important;
}

.inner_fancybox_content p
{
    line-height: 1.4;
    font-size: 16px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    letter-spacing: .33px;
    margin-bottom: 22px;
    text-align: justify;
}

.inner_fancybox_content h3
{
    font-family: "tenez";
    color: #55489d;
    font-size: 25px;
    padding: 0;
    margin-bottom: 0;
}

.inner_fancybox_content ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.inner_fancybox_content ul li
{
    font-size: 16px;
    display: block;
    line-height: 1.65;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    letter-spacing: .33px;
}

/* ================================================================================ | HEADER | ================================================================================ */ .header
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    padding: 0;
    padding-right: 80px;
}

@media (max-width:576px)
{
.header
{
    position: static;
    background: #EDECE8;
    padding-right: 0;
}

}
.header__navigation--top
{
    background: #9182bd;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    width: 200px;
    right: 0;
    position: absolute;
    top: 0px;
    z-index: 100;
}

.header__navigation--top:hover
{
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.header__navigation--top a
{
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    color: #FFF;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
}

.header__navigation--top a.chat
{
    display: block;
}

.header__navigation--top a.chat img
{
    max-width: 34px;
}

.header__navigation--top a.phone
{
    text-decoration: underline;
    font-weight: bold;
}

.header__navigation--bottom
{
    background: #55489d;
    padding: 5px;
    height: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    width: 200px;
    position: relative;
    right: 0;
    position: absolute;
    top: 54px;
    z-index: 100;
}


.header__navigation--bottom2
{
	  top: 104px;
	  background: #9182bd;
}
.header__navigation--bottom2 .handling_btn a
{background: #9182bd;}

.header__navigation--bottom3
{
	  top: 154px;
	  background: #55489d;
}



.header__navigation--bottom:hover
{
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.header__navigation--bottom .handling_btn
{
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.header__navigation--bottom .handling_btn a
{
    font-size: 10px;
}

.header__navigation--bottom .handling_btn a svg, .header__navigation--bottom .handling_btn a img
{
    margin-right: 5px;
}

.header__navigation--bottom .handling_btn a:hover
{
    background: inherit;
}

.header__navigation--bottom a
{
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    color: #FFF;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
}

.header__navigation--bottom a.form
{
    text-decoration: underline;
    font-weight: bold;
}

.header .row
{
    max-width: 100%;
}

.header .row .col-md-12
{
    font-size: 0;
}

.header__logo
{
    max-width: 225px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 25px 7px 0;
}

@media (max-width:1400px)
{
.header__logo
{
    max-width: 240px;
}

}
@media (min-width:1200px)
{
.header__logo
{
    text-align: center;
}

}
@media (max-width:1199px)
{
.header__logo
{
    max-width: 200px;
}

}
@media (max-width:575px)
{
.header__logo
{
    padding: 25px 0 18px;
}

}
.header__logo a
{
    display: block;
}

.header__logo a img
{
    max-width: 190px;
}

.header__nav
{
    width: calc(100% - 225px);
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    vertical-align: top;
}

@media (max-width:1400px)
{
.header__nav
{
    width: calc(100% - 240px);
}

}
@media (max-width:1199px)
{
.header__nav
{
    width: calc(100% - 200px);
}

}
@media (min-width:1200px)
{
.header__nav
{
    display: inline-block !important;
}

}
.header__nav.opnd
{
    display: block !important;
}

@media (min-width:576px) and (max-width:1024px)
{
.header__nav
{
    display: none;
    position: absolute;
    right: 20px;
    top: 53px;
    width: 133px;
    background: #9182bd;
    padding-bottom: 27px;
    border-bottom: 10px solid #000;
}

.header__nav:before
{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #000 transparent;
}

}
@media (max-width:575px)
{
.header__nav
{
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 151px;
    z-index: 999;
    background: #9182bd;
    display: none;
    padding-bottom: 27px;
    border-bottom: 10px solid #000;
}

.header__nav:before
{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #000 transparent;
}

}
.header__nav--button
{
    display: none;
}

@media (max-width:1199px) and (min-width:1025px)
{
.header__nav--button span.menu, .header__nav--button span.menu_medium
{
    display: none;
}

}
@media (max-width:1024px)
{
.header__nav--button span.menu_medium
{
    display: inline-block;
}

.header__nav--button span.more, .header__nav--button span.menu
{
    display: none;
}

}
@media (min-width:576px) and (max-width:1199px)
{
.header__nav--button
{
    padding: 0 30px;
    color: #FFF;
    position: absolute;
    top: 0;
    right: 20px;
    display: inline-block;
}

.header__nav--button.icon_opnd
{
    background: #9182bd;
    background: -webkit-gradient(linear, left bottom, left top, from(#9182bd), to(#605c8e));
    background: -webkit-linear-gradient(bottom, #9182bd, #605c8e);
    background: -o-linear-gradient(bottom, #9182bd, #605c8e);
    background: linear-gradient(to top, #9182bd, #605c8e);
}

.header__nav--button.icon_opnd:before
{
    opacity: .5;
}

.header__nav--button span
{
    position: relative;
    padding: 15px 0 8px 21px;
    font-size: 21px;
    color: #fff;
    font-family: "tenez";
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
}

.header__nav--button span:before
{
    position: absolute;
    content: "";
    top: 24px;
    left: 0;
    height: 1px;
    width: 15px;
    background: #fff;
    opacity: .5;
    -webkit-box-shadow: 0 3px 0 #fff, 0 6px 0 #fff, 0 9px 0 #fff;
    box-shadow: 0 3px 0 #fff, 0 6px 0 #fff, 0 9px 0 #fff;
}

.header__nav--button .icon_opnd
{
    background: #9182bd;
}

}
@media (max-width:576px)
{
.header__nav--button
{
    text-align: center;
    background: #DEDCDD;
    padding: 12px 0 7px;
    position: relative;
    display: block;
}

.header__nav--button:before, .header__nav--button:after
{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    width: 100%;
    background: #DEDCDD;
}

.header__nav--button:before
{
    left: 100%;
}

.header__nav--button:after
{
    right: 100%;
}

.header__nav--button span
{
    position: relative;
    padding: 0 0 0 20px;
    font-size: 21px;
    color: #55489d;
    font-family: "tenez";
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
}

.header__nav--button span:before
{
    position: absolute;
    content: "";
    top: calc(50% - 6px);
    left: 0;
    height: 1px;
    width: 15px;
    background: #55489d;
    opacity: .5;
    -webkit-box-shadow: 0 3px 0 #55489d, 0 6px 0 #55489d, 0 9px 0 #55489d;
    box-shadow: 0 3px 0 #55489d, 0 6px 0 #55489d, 0 9px 0 #55489d;
}

}
@media (min-width:576px) and (max-width:1024px)
{
.header__nav nav
{
    display: block;
}

}
@media (min-width:1025px)
{
.header__nav nav
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

}
.header__menu
{
    font-size: 0;
    margin: 0;
    padding: 0 0 0 1px;
}

@media (min-width:576px) and (max-width:1024px)
{
.header__menu
{
    display: block;
}

}
.header__menu li
{
    display: inline-block;
    padding: 0 20px;
}

@media (max-width:1590px)
{
.header__menu li
{
    padding: 0 10px;
	font-size: 21px;
}

}

@media (max-width:575px)
{
.header__menu li
{
    display: block;
    text-align: center;
}

}
@media (min-width:576px) and (max-width:1024px)
{
.header__menu li
{
    display: block;
    text-align: center;
    padding: 0;
}

}
.header__menu li:first-child
{
    padding-left: 0;
}

.header__menu li:last-child
{
    padding-right: 0;
}

.header__menu li a
{
    font-size: 20px;
    font-family: "tenez";
    font-weight: 700;
    color: #FFF;
    position: relative;
    display: block;
    padding: 20px 0 3px;
}

@media (min-width:1025px) and (max-width:1440px)
{
	.header__menu li a
{
    letter-spacing:-1px;
}}
@media (min-width:576px) and (max-width:1024px)
{
.header__menu li a
{
    padding: 7px 0 7px;
	line-height: 22px;
}




.header__menu li a:hover
{
    background: #55489d;
}

}
@media (min-width:1025px)
{
.header__menu li a:after
{
    position: absolute;
    content: "";
    top: calc(100% + 1px);
    height: 10px;
    left: 0;
    right: 0;
    background: #9182bd;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

}
@media (max-width:575px)
{
.header__menu li a
{
    padding: 7px 0 3px;
}

}
.header__menu li.active a:after
{
    visibility: visible;
    opacity: 1;
}

@media (min-width:1025px)
{
.header__menu.left_menu li a:before
{
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    right: 0;
    height: 1px;
    background: #FFF;
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header__menu.left_menu li a:hover:before
{
    opacity: 1;
}

}
@media (min-width:1200px)
{
.header__menu.right_menu
{
    display: block !important;
}

}
@media (min-width:1025px) and (max-width:1199px)
{
.header__menu.right_menu
{
    display: none;
    position: absolute;
    right: 20px;
    top: 53px;
    width: 129px;
    background: #9182bd;
    padding-bottom: 27px;
    border-bottom: 10px solid #000;
}

.header__menu.right_menu:before
{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #000 transparent;
}

}
@media (max-width:1024px)
{
.header__menu.right_menu
{
    display: block !important;
}

}
.header__menu.right_menu li
{
    padding: 0 20px;
    position: relative;
}

@media (max-width:1400px)
{
.header__menu.right_menu li
{
    padding: 0 15px;
}

}
@media (min-width:1025px) and (max-width:1199px)
{
.header__menu.right_menu li
{
    text-align: center;
    display: block;
}

}
@media (min-width:576px) and (max-width:1024px)
{
.header__menu.right_menu li
{
    padding: 0;
}

}
.header__menu.right_menu li:before
{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.2);
    width: 1px;
}

@media (min-width:1025px) and (max-width:1199px)
{
.header__menu.right_menu li:before
{
    display: none;
}

}
@media (max-width:1024px)
{
.header__menu.right_menu li:before
{
    display: none;
}

}
.header__menu.right_menu li a
{
    padding: 18px 0 11px;
    font-size: 17px;
}

@media (min-width:1025px) and (max-width:1199px)
{
.header__menu.right_menu li a
{
    padding: 7px 0 3px;
    font-size: 21px;
}

}
@media (max-width:1024px)
{
.header__menu.right_menu li a
{
    padding: 7px 0 3px;
    font-size: 21px;
}

}
.header__menu.right_menu li a:before
{
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    right: 0;
    height: 1px;
    background: #FFF;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (min-width:1200px)
{
.header__menu.right_menu li a:hover:before
{
    opacity: 1;
}

}
/* ================================================================================ | FOOTER | ================================================================================ */ .footer
{
    padding: 30px 0;
    /*position: absolute;*/
    bottom: 0;
    right: 0;
    left: 0;
}

@media (max-width:1199px)
{
.footer .row
{
    max-width: 730px;
}

}
@media (max-width:767px)
{
.footer
{
    padding: 30px 15px;
}

}
.footer__top .row
{
    overflow: hidden;
}

@media (max-width:575px)
{
.footer__top .row
{
    overflow: hidden;
}

}
.footer__top .handling_btn
{
    max-width: 200px;
    margin: 0 auto 26px;
    position: relative;
}

@media (max-width:1199px)
{
.footer__top .handling_btn
{
    margin-bottom: 16px;
}

}
.footer__top .handling_btn a
{
    max-width: 200px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}

.footer__top .handling_btn a:before, .footer__top .handling_btn a:after
{
    position: absolute;
    content: "";
    width: 1000%;
    height: 1px;
    background: #55489d;
    left: calc(100% + 10px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

.footer__top .handling_btn a:after
{
    left: auto;
    right: calc(100% + 10px);
}

.footer__top .flex
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width:575px)
{
.footer__top .flex
{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

}
.footer__top .flex > div
{
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
}

@media (max-width:1199px)
{
.footer__top .flex > div
{
    -ms-flex-preferred-size: 41%;
    flex-basis: 41%;
}

}
@media (max-width:575px)
{
.footer__top .flex > div
{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

}
.footer__top .footer_cat_block
{
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width:1199px)
{
.footer__top .footer_cat_block
{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

}
.footer__top .footer_cat_block li
{
    display: inline-block;
    text-align: left;
}

@media (max-width:1199px)
{
.footer__top .footer_cat_block li
{
    text-align: right;
    margin-bottom: 15px;
}

}
@media (max-width:575px)
{
.footer__top .footer_cat_block li
{
    text-align: center;
    margin-bottom: 12px;
}

}
.footer__top .footer_cat_block li a
{
    font-size: 12px;
    font-weight: 700;
    color: #55489d;
    font-family: "proxima-nova", sans-serif;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .6px;
}

.footer__top .footer_cat_block li span
{
    background: #fff;
    font-weight: 700;
    padding: 3px 10px;
    transition: all 0.3s;
}

.footer__top .footer_cat_block li span:hover
{
    background: #55489d;
    font-weight: 700;
    color: #fff;
}

.footer__top .footer_cat_block li a h4
{
    font-family: "tenez";
    font-weight: 700;
    font-size: 30px;
    color: #9182bd;
    margin-bottom: 3px;
    text-transform: initial;
    background: none;
}

.footer__top .footer_cat_block li a h4:hover
{
    background: none;
}

.footer__top--col2 .footer_cat_block li
{
    text-align: right;
}

@media (max-width:1199px)
{
.footer__top--col2 .footer_cat_block li
{
    text-align: left;
}

}
@media (max-width:575px)
{
.footer__top--col2 .footer_cat_block li
{
    text-align: center;
}

}
.footer__bottom
{
    padding: 30px 0 0;
}

@media (max-width:1199px)
{
.footer__bottom
{
    padding-top: 15px;
}

}
.footer__bottom .flex
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width:575px)
{
.footer__bottom .flex
{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

}
.footer__bottom--col1, .footer__bottom--col2
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__bottom--col1
{
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
}

@media screen and (max-width:1199px)
{
.footer__bottom--col1
{
    -ms-flex-preferred-size: 40%;
    flex-basis: 48%;
}

}
@media (max-width:575px)
{
.footer__bottom--col1
{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}



}
.footer__bottom--col2
{
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
}

@media screen and (max-width:1199px)
{
.footer__bottom--col2
{
    -ms-flex-preferred-size: 42%;
    flex-basis: 42%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

}
@media (max-width:575px)
{
.footer__bottom--col2
{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
}

}
.footer__bottom .row
{
    overflow: hidden;
}

.footer__socials
{
    margin: 0 auto;
    margin-bottom: 25px;
}

@media (max-width:575px)
{
.footer__bottom .row
{
    overflow: hidden;
}

}
.footer__logo
{
    text-align: center;
    margin-bottom: 13px;
}

@media (max-width:575px)
{
.footer__logo
{
    margin-bottom: 35px;
}

}
.footer__logo a
{
    position: relative;
}

.footer__logo a:before, .footer__logo a:after
{
    position: absolute;
    content: "";
    width: 10000%;
    height: 1px;
    background: #55489d;
    left: calc(100% + 10px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

.footer__logo a:after
{
    left: auto;
    right: calc(100% + 10px);
}

.footer__logo a img
{
    max-width: 38px;
}

.footer__address
{
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
}

.footer__partners
{
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;    text-align: center;
}

.footer__copyright img,
.footer__address img
{
    max-width: 120px;
    
}

.footer__partners img
{
    max-width: 150px;
    
}

@media screen and (max-width:1199px)
{
.footer__address, .footer__partners
{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: right;
}

.footer__socials
{
    margin-left: 0;
}

}
@media (max-width:575px)
{
	

	
.footer__address
{
    text-align: center;
    margin-bottom: 20px;
}

.footer__socials
{
    margin-left: auto;
}

}
.footer__address p, .footer__partners p
{
    font-family: "proxima-nova", sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
}

.footer__address p span
{
    display: inline-block;
}

.footer__address p a
{
    color: #55489d;
    text-decoration: underline;
}

.footer__copyright
{
    /*padding-left: 15px;*/
    padding-top: 16px;
	display: flex;
    gap: 20px;
	    align-items: baseline;
		    flex-wrap: wrap;
}

.footer__copyright a, .footer__copyright div
{
	flex-basis:47%
}

@media screen and (max-width:1199px)
{
.footer__copyright
{
    -ms-flex-preferred-size: 100%;
    flex-basis: 48%;
    text-align: left;
    padding-left: 0;
    padding-top: 0;
}

}
@media (max-width:575px)
{
.footer__copyright {
flex-basis: 100%;
        justify-content: center;
    text-align: center;
}

.footer__copyright div, .footer__copyright img {max-width: 160px;}
 



}
@media screen and (min-width:1200px)
{
.footer__copyright .text
{
    display: inline-block;
}

}
.footer__copyright p
{
    font-size: 12px;
    color: #9182bd;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    display: block;
    text-align: left;
    margin-bottom: 0;
}

@media screen and (max-width:1199px)
{
.footer__copyright p
{
    display: inline;
}

}
.footer__copyright p span
{
    display: inline-block;
    margin: 0 5px;
}

.footer__copyright p a
{
    color: inherit;
    text-decoration: underline;
}

.footer__copyright p a:hover
{
    color: #000;
    text-decoration: none;
}

.footer__socials span
{
    font-size: 12px;
    color: #000023;
    opacity: 0.5;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
}

@media screen and (max-width:1199px)
{
.footer__socials span
{
    margin-right: 3px;
}

}
@media screen and (max-width:1199px)
{
.footer .created_by
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 32px;
}

}
.footer .created_by span
{
    font-size: 12px;
    color: #000023;
    opacity: 0.5;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    text-align: right;
}

@media screen and (min-width:1200px)
{
.footer .created_by span
{
    margin-bottom: 8px;
    display: block;
	text-align:center;
}

}
@media screen and (max-width:1199px)
{
.footer .created_by span
{
    margin-right: 8px;
}

}
@media screen and (min-width:1200px)
{
.show_for_medium
{
    display: none;
}

}
@media screen and (max-width:1199px)
{
.footer__bottom .hide_for_medium
{
    display: none;
}

}
html
{
    overflow-x: hidden;
}

body
{
    overflow-x: hidden;
    position: relative;
    background: #EEE;
    min-height: 100vh;
/*margin-top:90px;*/
}

body > video
{
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    -webkit-transition: 1s opacity;
    -o-transition: 1s opacity;
    transition: 1s opacity;
}

@media (max-width:767px)
{
body > video
{
    display: none;
}

}
h1, h2, h3, h4, h5, h6
{
    font-weight: 700;
    margin-top: 0;
    line-height: 1.3;
}

h1
{
    font-size: 30px;
}

h2
{
    font-size: 26px;
}

h3
{
    font-size: 24px;
}

h4
{
    font-size: 22px;
}

h5
{
    font-size: 20px;
}

h6
{
    font-size: 18px;
}

.row
{
    max-width: 1170px;
    margin: 0 auto;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9
{
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width:576px)
{
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9
{
    padding-left: 15px;
    padding-right: 15px;
}

}
/* titles */ p
{
    color: #000023;
    font-size: 16px;
    font-weight: 300;
    font-family: "proxima-nova", sans-serif;
}

h1
{
    font-size: 42px;
    line-height: 47px;
    color: #000;
    padding: 15px 0 15px 0;
    font-weight: 400;
}

h2
{
    font-size: 32px;
    line-height: 37px;
    color: #000;
    font-family: "tenez";
    padding: 15px 0 0 0;
    font-weight: 600;
}

h3
{
    font-size: 28px;
    line-height: 32px;
    color: #000;
    padding: 15px 0 15px 0;
    font-weight: 400;
}

/* text position */ .text-left
{
    text-align: left !important;
}

.text-center
{
    text-align: center !important;
}

.text-right
{
    text-align: right !important;
}

.nowrap
{
    white-space: nowrap !important;
}

/* loader */ .loaded .main-wrapper
{
    visibility: hidden;
}

.icon-load
{
    background: url(../img/loader.gif) no-repeat left top;
    width: 40px;
    height: 40px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-left: -20px;
    display: none;
}

.loaded .icon-load
{
    display: block;
}

/* form */ input[type='text'], input[type='search'], input[type='number'], input[type='email'], textarea
{
    width: 100%;
    border: 1px solid #b9b8bd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 40px;
    padding: 8px 28px 8px 8px;
    font-size: 14px;
}

@media (max-width:1024px)
{
input[type='text'], input[type='search'], input[type='number'], input[type='email'], textarea
{
    font-size: 10px;
    height: 31px;
    height: 4px 20px 4px 8px;
}

}
textarea
{
    height: 150px;
    padding: 8px;
}

/* general styles*/ @media (max-width:1024px)
{
.hide-for-tablet
{
    display: none;
}

}
@media (min-width:1025px)
{
.show-for-tablet
{
    display: none;
}

}
@media (min-width:768px)
{
.show-for-mobile
{
    display: none;
}

}
@media (max-width:767px)
{
.hide-for-mobile
{
    display: none;
}

}
/* ================================================================================ | CONTENT | ================================================================================ */ @media screen and (-ms-high-contrast:active), (-ms-high-contrast:none)
{
body
{
    min-height: 100hv;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

}
.location__section
{
    padding: 35px 0 142px;
}

@media (max-width:1024px)
{
.location__section
{
    padding-bottom: 76px;
}

}
.location__section p
{
    color: #000023;
    font-size: 16px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
}

.location__section .flex
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width:1024px)
{
.location__section .flex
{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

}
.location__section--content
{
    float: left;
    max-width: 430px;
    width: 100%;
    padding-right: 20px;
}

@media (min-width:1200px)
{
.location__section--content
{
    -ms-flex-preferred-size: 365px;
    flex-basis: 430px;
}

}
@media (max-width:1024px)
{
.location__section--content
{
    max-width: 682px;
    width: 100%;
    margin: 25px auto 0;
}

}
@media (max-width:1024px)
{
.location__section--content .cont_block
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

}
@media (max-width:768px)
{
.location__section--content .cont_block
{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

}
.location__section--content .cont_block .info
{
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (max-width:1024px)
{
.location__section--content .cont_block .info
{
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

}
@media (max-width:768px)
{
.location__section--content .cont_block .info
{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 10px;
}

}
.location__section--content .cont_block .info li
{
    font-family: "proxima-nova", sans-serif;
    color: #55489d;
    font-weight: 100;
    font-size: 32px;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    */ line-height: 1.2;
    margin-bottom: 14px;
}

.cont_block .info li a
{
    font-weight: 100;
}

@media (max-width:575px)
{
.location__section--content .cont_block .info li
{
    font-size: 26px;
}

}
@media (max-width:330px)
{
.location__section--content .cont_block .info li
{
    font-size: 24px;
}

}
.location__section--content .cont_block .info li span
{
    margin-right: 8px;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #FFF;
    float: left;
}

.location__section--content .cont_block .info li a
{
    color: #55489d;
    position: relative;
}

.location__section--content .cont_block .info li a:before
{
    position: absolute;
    content: "";
    top: 98%;
    left: 0;
    right: 0;
    height: 1px;
    background: #55489d;
    opacity: 0;
}

.location__section--content .cont_block .info li a:hover
{
    color: #26173f;
}

.location__section--content .cont_block .info li a:hover:before
{
    opacity: 1;
}

.location__section--content .cont_block .info li .openhours
{
    font-size: 16px;
    color: #000023;
    padding: 10px 0 10px 42px;
    display: none;
}

.location__section--content .cont_block .text_block
{
    padding: 15px 0 15px 42px;
}

@media (max-width:1024px)
{
.location__section--content .cont_block .text_block
{
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-top: 0;
    padding-left: 60px;
}

}
@media (max-width:767px)
{
.location__section--content .cont_block .text_block
{
    padding-left: 30px;
}

}
@media (max-width:768px)
{
.location__section--content .cont_block .text_block
{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 6px;
    padding-right: 6px;
}

}
.location__section--content .cont_block p
{
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
}

@media (max-width:1024px)
{
.location__section--content .cont_block p
{
    letter-spacing: -.15px;
}

}
.location__section--content .cont_block .handling_btn
{
    max-width: 200px;
    margin: 20px 0;
}

@media (max-width:1024px)
{
.location__section--content .cont_block .handling_btn
{
    margin-top: 35px;
}

}
@media (max-width:768px)
{
.location__section--content .cont_block .handling_btn
{
    margin-top: 22px;
}

}
@media (max-width:575px)
{
.location__section--content .cont_block .handling_btn
{
    margin: 22px auto 20px;
}

}
.location__section--content .cont_block .handling_btn span
{
    max-width: 65px;
    display: inline-block;
    text-align: left;
}

.location__section .location_map
{
    float: left;
    max-width: 665px;
    width: 100%;
    -webkit-box-shadow: -20px 40px 70px 20px rgba(0, 0, 0, 0.3);
    box-shadow: -20px 40px 70px 20px rgba(0, 0, 0, 0.3);
    margin-top: -77px;
}

@media (min-width:1200px)
{
.location__section .location_map
{
    -ms-flex-preferred-size: 709px;
    flex-basis: 665px;
}

}
@media (max-width:1024px)
{
.location__section .location_map
{
    float: none;
    margin: -77px auto 34px;
}

}
.location__section .location_map--title
{
    position: absolute;
    content: "";
    bottom: calc(100% - 19px);
    left: 13px;
    font-size: 110px;
    font-family: "tenez";
    font-weight: 300;
    letter-spacing: -1.2px;
    color: #FFF;
    margin: 0;
    padding: 15px 0;
}

@media (max-width:1024px)
{
.location__section .location_map--title
{
    left: 0;
    right: 0;
    text-align: center;
}

}
.location__section .location_map--header
{
    background: #55489d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
}

@media (max-width:575px)
{
.location__section .location_map--header
{
    display: block;
    padding-top: 25px;
}

}
.location__section .location_map--header .coordinates
{
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    padding: 15px;
}

.coordinates span
{
    font-weight: 700;
}

@media (max-width:575px)
{
.location__section .location_map--header .coordinates
{
    text-align: center;
}

}
.location__section .location_map--header .coordinates span
{
    display: inline-block;
    margin-right: 10px;
    margin-left: 12px;
}

.location__section .location_map--header .coordinates span:first-child
{
    margin-left: 0;
}

.location__section .location_map--header .handling_btn
{
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width:575px)
{
.location__section .location_map--header .handling_btn
{
    margin: 0 auto;
    display: block;
}

}
.location__section .location_map--header .handling_btn a
{
    padding: 25px 34px 25px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width:768px)
{
.location__section .location_map--header .handling_btn a
{
    padding: 31px 20px 19px 19px;
}

}
@media (max-width:575px)
{
.location__section .location_map--header .handling_btn a
{
    padding-top: 25px;
    display: inline-block;
    border-top: 1px solid #9182bd;
}

}
.location__section .location_map .map_overlay
{
    min-height: 421px;
    width: 100%;
    height: calc(100% - 76px);
}

@media (max-width:575px)
{
.location__section .location_map .map_overlay
{
    height: auto;
}

}
.team__section
{
    padding: 25px 0 100px;
}

.team__container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width:768px)
{
.team__container
{
    margin-left: -15px;
    margin-right: -15px;
}

}
.member__block
{
    padding: 0 15px;
    margin-bottom: -20px;
}

@media (min-width:768px)
{
.member__block
{
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
}

.member__block:nth-child(even)
{
    margin-top: 154px;
}

}
@media (max-width:767px)
{
.member__block
{
    -webkit-transform: translateX(65px);
    -ms-transform: translateX(65px);
    transform: translateX(65px);
    margin-bottom: 87px;
}

}
@media (max-width:575px)
{
.member__block
{
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    margin-bottom: 33px;
}

}
@media (max-width:440px)
{
.member__block
{
    padding: 0;
}

}
.member__block .inner_block
{
    max-width: 362px;
    width: 100%;
    float: right;
    position: relative;
}

@media (max-width:1024px) and (min-width:768px)
{
.member__block .inner_block
{
    max-width: 340px;
}

}
@media (max-width:440px)
{
.member__block .inner_block
{
    max-width: 330px;
    margin: 0 auto;
}

}
.member__block .img_block
{
    width: 170px;
    height: 170px;
    position: absolute;
    left: -130px;
    top: 12px;
    z-index: 1;
    overflow: hidden;
}

@media (max-width:1100px) and (min-width:1025px)
{
.member__block .img_block
{
    width: 140px;
    height: 140px;
    left: -105px;
}

}
@media (max-width:1024px) and (min-width:851px)
{
.member__block .img_block
{
    width: 100px;
    height: 100px;
    left: -50px;
}

}
@media (max-width:850px) and (min-width:768px)
{
.member__block .img_block
{
    width: 80px;
    height: 80px;
    left: -20px;
}

}
@media (max-width:575px)
{
.member__block .img_block
{
    width: 140px;
    height: 140px;
    left: 32px;
}

}
@media (max-width:440px)
{
.member__block .img_block
{
    left: 0;
}

}
@media (max-width:360px)
{
.member__block .img_block
{
    width: 100px;
    height: 100px;
}

}
@media (max-width:340px)
{
.member__block .img_block
{
    width: 85px;
    height: 85px;
}

}
.member__block .img_block img
{
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.member__block .title_block
{
    background: #55489d;
    height: 124px;
    max-width: 362px;
    position: relative;
    float: right;
    width: 100%;
    margin-bottom: 50px;
}

@media (max-width:1024px) and (min-width:768px)
{
.member__block .title_block
{
    max-width: 340px;
}

}
@media (max-width:575px)
{
.member__block .title_block
{
    max-width: 225px;
}

}
@media (max-width:360px)
{
.member__block .title_block
{
    max-width: 245px;
}

}
@media (max-width:340px)
{
.member__block .title_block
{
    max-width: 255px;
}

}
.member__block .title_block--inner
{
    position: absolute;
    top: 0px;
    left: 19px;
    right: 19px;
    bottom: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    border: 1px solid #9182bd;
    padding: 13px 8px;
    z-index: 2;
}

@media (max-width:1024px) and (min-width:851px)
{
.member__block .title_block--inner
{
    left: 35px;
}

}
@media (max-width:850px) and (min-width:768px)
{
.member__block .title_block--inner
{
    left: 50px;
}

}
@media (max-width:575px)
{
.member__block .title_block--inner
{
    bottom: 2px;
    bottom: -30px;
}

}
@media (max-width:340px)
{
.member__block .title_block--inner
{
    left: 25px;
}

}
.member__block .title_block--inner h2
{
    color: #FFF;
    font-family: "tenez";
    font-size: 30px;
    font-weight: bold;
    max-width: 210px;
    padding: 0;
    line-height: 1;
    margin: 0;
}

@media (max-width:575px)
{
.member__block .title_block--inner h2
{
    font-size: 26px;
    line-height: 1.2;
    padding-right: 10px;
}

}
.member__block .title_block--inner .write_me, .member__block .title_block--inner .vcf_file
{
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: -20px;
    margin-right: -8px;
}

.member__block .title_block--inner .vcf_file
{
    margin-right: 0;
}

.member__block .title_block--inner .write_me a,.member__block .title_block--inner .vcf_file a
{
    display: inline-block;
    background: #FFF;
    font-size: 12px;
    font-weight: bold;
    color: #55489d;
    font-family: "proxima-nova", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    padding: 1px 8px;
    letter-spacing: .5px;
    text-decoration: none;
}

.member__block .title_block--inner .write_me a:active, .member__block .title_block--inner .write_me a:focus, .member__block .title_block--inner .vcf_file a:active, .member__block .title_block--inner .vcf_file a:focus
{
    text-decoration: none;
}

.member__block .title_block--inner .write_me a svg
{
    margin-right: 0;
}

.member__block .title_block--inner .write_me a svg path,.member__block .title_block--inner .vcf_file a svg path
{
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.member__block .title_block--inner .write_me a:hover, .member__block .title_block--inner .vcf_file a:hover
{
    background: #9182bd;
    color: #fff;
}

.member__block .title_block--inner .write_me a:hover svg path, .member__block .title_block--inner .vcf_file a:hover svg path
{
    fill: #fff !important;
}

.member__block .title_block--inner .job_position
{
    display: block;
    text-transform: uppercase;
    color: #000023;
    font-size: 15px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    padding: 25px 22px 0;
    text-align: left;
}

@media (max-width:1024px) and (min-width:768px)
{
.member__block .title_block--inner .job_position
{
    padding-left: 0;
}

}
.member__block .inner_text
{
    padding-left: 50px;
    padding-right: 19px;
    float: right;
}

.member__block .inner_text p
{
    text-align: left;
}

@media (max-width:1024px) and (min-width:768px)
{
.member__block .inner_text
{
    padding-left: 52px;
}

}
@media (max-width:575px)
{
.member__block .inner_text
{
    padding-left: 36px;
}

}
@media (max-width:440px)
{
.member__block .inner_text
{
    padding: 0;
    margin-top: 25px;
}

}
.member__block p
{
    color: #000023;
    font-size: 16px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    text-align: justify;
    line-height: 1.4;
}

.member__block .member_more
{
    background: #FFF;
    display: inline-block;
    font-size: 12px;
    font-family: "proxima-nova", sans-serif;
    font-weight: bold;
    color: #55489d;
    text-transform: uppercase;
    padding: 3px 8px;
    letter-spacing: .5px;
}

.member__block .member_more:focus, .member__block .member_more:active
{
    outline: none;
    text-decoration: none;
}

.member__block .member_more:hover
{
    background: #55489d;
    color: #fff;
}

.form_content
{
    text-align: center;
    max-width: 710px;
    width: 100%;
    margin: 0 auto 40px;
}

.form_content p
{
    letter-spacing: -.05px;
}

.form_section
{
    padding: 50px 0;
}

.form_navigation
{
    max-width: 135px;
    position: absolute;
    left: 0;
}

@media (max-width:1024px)
{
.form_navigation
{
    display: none;
}

}
.form_navigation.fixed
{
    position: fixed;
    left: 0;
}

.form_navigation ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    top: 0;
    max-width: 135px;
    width: 100%;
}

.form_navigation ul li
{
    display: block;
    position: relative;
}

.form_navigation ul li:before
{
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    right: 0;
    width: 1px;
    margin: 0 auto;
    background: #FFF;
    height: 10px;
}

.form_navigation ul li:last-child:before
{
    display: none;
}

.form_navigation ul li a
{
    padding: 17px 5px;
    background: #FFF;
    color: #9182bd;
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.form_navigation ul li a:before
{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 12px;
    border-color: transparent transparent transparent #9182bd;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.form_navigation ul li a:focus, .form_navigation ul li a:active
{
    text-decoration: none;
}

.form_navigation ul li a:hover
{
    background: #9182bd;
    color: #FFF;
}

.form_navigation ul li a.active
{
    background: #9182bd;
    color: #FFF;
}

.form_navigation ul li a.active:before
{
    visibility: visible;
    opacity: 1;
}

.contact_form
{
    max-width: 710px;
    width: 100%;
    margin: 0 auto;
}

.calc_form
{
    max-width: initial;
}

.contact_form input[type="radio"], .contact_form input[type="checkbox"]
{
    display: inline;
    height: 1px;
    width: 1px;
    float: left;
}

.contact_form input[type="radio"] + span
{
    font-size: 16px;
    color: #000023;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    display: block;
    padding-left: 27px;
    position: relative;
    cursor: pointer;
}

.contact_form input[type="radio"] + span:before
{
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #9182bd;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0px 0px 0px 1px #FFF;
    box-shadow: 0px 0px 0px 1px #FFF;
}

.contact_form input[type="radio"] + span:after
{
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    left: 3px;
    top: 3px;
    background: #55489d;
    opacity: 0;
}

.contact_form input[type="radio"]:checked + span:after
{
    opacity: 1;
}

.contact_form input[type="checkbox"] + span
{
    font-size: 16px;
    color: #000023;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    display: block;
    padding-left: 31px;
    position: relative;
    cursor: pointer;
}

.contact_form input[type="checkbox"] + span:before
{
    position: absolute;
    content: "";
    width: 21px;
    height: 21px;
    background: #9182bd;
    top: 0;
    left: 0;
    border: 1px solid #fff;
}

.contact_form input[type="checkbox"] + span:after
{
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    top: 5px;
    left: 4px;
    background: url("../templateimages/checkbox.svg") no-repeat 50%;
    background-size: contain;
    opacity: 0;
}

.contact_form input[type="checkbox"]:checked + span:after
{
    opacity: 1;
}

.contact_form .form_group
{
    padding: 14px 23px;
    margin-bottom: 30px;
    background: #FFF;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.contact_form .form_group .next_block
{
    position: absolute;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    right: 24px;
    bottom: -29px;
}

.contact_form .form_group .next_block:active, .contact_form .form_group .next_block:focus
{
    text-decoration: none;
}

.contact_form .form_group .next_block span
{
    display: block;
    color: #FFF;
    font-size: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    font-family: "proxima-nova", sans-serif;
}

.contact_form .form_group.active
{
    background: #9182bd;
    -webkit-box-shadow: -20px 30px 50px 10px rgba(0, 0, 0, 0.3);
    box-shadow: -20px 30px 50px 10px rgba(0, 0, 0, 0.3);
    padding-bottom: 37px;
}

.contact_form .form_group.active:last-of-type
{
    padding-bottom: 14px !important;
}

.contact_form .form_group.active .next_block
{
    visibility: visible;
    opacity: 1;
}

.contact_form .form_group.active .form_group--title
{
    color: #FFF;
}

.contact_form .form_group .input_grid label > span
{
    text-align: left;
    display: inline-block;
}

.contact_form .form_group.active .input_grid label > span, .contact_form .form_group.active .input_grid label.cflabel > span
{
    color: #FFF;
}

.contact_form .form_group.active .input_grid label .jq-selectbox__select, .contact_form .form_group.active .input_grid label select, .contact_form .form_group.active .input_grid label input[type="email"], .contact_form .form_group.active .input_grid label input[type="text"]
{
    border-color: #9182bd;
}

.contact_form .form_group.active textarea
{
    border-color: #FFF;
}

.contact_form .form_group.active .input_grid .jq-selectbox__dropdown
{
    border-color: #9182bd;
}

.contact_form .form_group.active .flex_list li label span
{
    color: #FFF;
}

.contact_form .form_group.active input[type="radio"] + span:before
{
    background: #FFF;
    border-color: #9182bd;
    -webkit-box-shadow: 0px 0px 0px 1px #9182bd;
    box-shadow: 0px 0px 0px 1px #9182bd;
}

.contact_form .form_group.active input[type="checkbox"] + span:before
{
    background: #FFF;
}

.contact_form .form_group.active input[type="checkbox"] + span:after
{
    background: url("../templateimages/checkbox_purple.svg");
}

.contact_form .form_group.active .input_grid .jq-selectbox__select:focus, .contact_form .form_group.active .input_grid select:focus, .contact_form .form_group.active .input_grid input[type="email"]:focus, .contact_form .form_group.active .input_grid input[type="number"]:focus, .contact_form .form_group.active .input_grid input[type="tel"]:focus, .contact_form .form_group.active .input_grid input[type="password"]:focus, .contact_form .form_group.active .input_grid input[type="text"]:focus
{
    -webkit-box-shadow: 0 0 7px -1px #fff;
    box-shadow: 0 0 7px -1px #fff;
}

.contact_form .form_group--title
{
    font-size: 30px;
    color: #000;
    font-weight: bold;
    font-family: "tenez";
    padding: 0;
    margin-bottom: 13px;
}

@media (max-width:359px)
{
.contact_form .form_group--title
{
    font-size: 26px;
}

}
.contact_form .form_group .flex_list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}

.contact_form .form_group .flex_list.nospace
{
    justify-content: initial;
}

.contact_form .form_group .flex_list li
{
    padding-right: 15px;
}

@media (max-width:767px)
{
.contact_form .form_group .flex_list
{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

}
@media (max-width:767px)
{
.contact_form .form_group .flex_list li
{
    padding-right: 25px;
    margin-bottom: 15px;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
}

.contact_form .form_group .flex_list li:last-child
{
    margin-right: 0;
}

}
@media (max-width:640px)
{
.contact_form .form_group .flex_list li
{
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

}
@media (max-width:480px)
{
.contact_form .form_group .flex_list li
{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

}
.contact_form .form_group .flex_list li label
{
    cursor: pointer;
    margin-bottom: 0;
}

.contact_form .form_group .flex_list li label span
{
    font-size: 16px;
    color: #000023;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    display: block;
    padding-left: 27px;
    position: relative;
}

.contact_form .form_group .flex_list.checkbox_list
{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact_form .form_group .flex_list.checkbox_list li
{
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    padding-right: 10px;
}

@media (max-width:480px)
{
.contact_form .form_group .flex_list.checkbox_list li
{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

}
.contact_form .form_group .input_grid
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.contact_form .form_group .input_grid.textarea_field
{
    margin: 0;
}

.contact_form .form_group .input_grid .col-1-3
{
    -ms-flex-preferred-size: calc(100% / 3);
    flex-basis: calc(100% / 3);
    padding: 0 10px;
}

@media (min-width:768px)
{
.contact_form .form_group .input_grid .col-1-3
{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 180px;
    flex: 1 1 180px;
}

}
@media (max-width:640px)
{
.contact_form .form_group .input_grid .col-1-3
{
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

}
@media (max-width:480px)
{
.contact_form .form_group .input_grid .col-1-3
{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

}
.contact_form .form_group .input_grid .col-1-4
{
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    padding: 0 10px;
}

@media (min-width:768px)
{
.contact_form .form_group .input_grid .col-1-4
{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 150px;
    flex: 1 1 150px;
}

}
@media (max-width:767px)
{
.contact_form .form_group .input_grid .col-1-4
{
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

}
@media (max-width:480px)
{
.contact_form .form_group .input_grid .col-1-4
{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

}
.contact_form .form_group .input_grid label.cflabel
{
    display: block;
    margin-bottom: 20px;
    width: 100%;
}

.contact_form .form_group .input_grid label.cflabel > span
{
    display: block;
    font-family: "proxima-nova", sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 4px;
}

.contact_form .form_group .input_grid .jq-selectbox__dropdown
{
    top: 33px !important;
    border-radius: 0;
    border: 1px solid #55489d;
}

.contact_form .form_group .input_grid .jq-selectbox__dropdown ul
{
    background: #FFF;
}

.contact_form .form_group .input_grid .jq-selectbox__select, .contact_form .form_group .input_grid select, .contact_form .form_group .input_grid input[type="email"], .contact_form .form_group .input_grid input[type="number"], .contact_form .form_group .input_grid input[type="tel"], .contact_form .form_group .input_grid input[type="password"], .contact_form .form_group .input_grid input[type="text"], .contact_form .bo_type input[type="text"]
{
    width: 100%;
    height: 34px;
    outline: none;
    line-height: 33px;
    padding: 0 10px;
    background: #FFF;
    border-radius: 0;
    border-color: #55489d;
}

.contact_form .form_group .input_grid .jq-selectbox__select:focus, .contact_form .form_group .input_grid select:focus, .contact_form .form_group .input_grid input[type="email"]:focus, .contact_form .form_group .input_grid input[type="number"]:focus, .contact_form .form_group .input_grid input[type="tel"]:focus, .contact_form .form_group .input_grid input[type="password"]:focus, .contact_form .form_group .input_grid input[type="text"]:focus
{
    -webkit-box-shadow: 0 0 7px -1px #55489d;
    box-shadow: 0 0 7px -1px #55489d;
}

.contact_form .form_group .input_grid textarea
{
    resize: none;
    outline: none;
    width: 100%;
    border-color: #55489d;
    border-radius: 0;
    height: auto;
    padding-bottom: 6px;
}

.contact_form .form_group .input_grid textarea.medium_textarea
{
    min-height: 95px;
}

.contact_form .bo_type > li
{
    width: 25%;
}

.contact_form .footer_form_block
{
    margin-top: 43px;
}

.contact_form .footer_form_block .terms
{
    margin: 0 auto 28px;
    width: 304px;
}

.contact_form .footer_form_block .terms label span:before
{
    border: none;
}

.contact_form .footer_form_block .terms label a
{
    color: #9182bd;
}

.contact_form .footer_form_block .terms label a:hover
{
    color: #55489d;
}

.contact_form .footer_form_block button
{
    background: #55489d;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 24px 10px;
    font-size: 12px;
    font-weight: bold;
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.contact_form .footer_form_block button:hover
{
    background: #9182bd;
}

.contact_form .footer_form_block button span
{
    color: #FFF;
}

.contact_form .footer_form_block button span + img
{
    margin-left: 15px;
}

.home_banner
{
    position: relative;
}

.home_banner--inner
{
    height: 825px;
    background-size: cover;
    background-position: center bottom;
    position: relative;
    background-repeat: no-repeat;
}

@media (min-width:1025px)
{
.home_banner--inner
{
    width: calc(100% - 50px);
}

}
@media (max-width:767px)
{
.home_banner--inner
{
    margin-bottom: 150px;
    background-position: 40% 50%;
    -webkit-box-shadow: inset 0px -490px 520px -140px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0px -490px 520px -140px rgba(0, 0, 0, 0.8);
}

.contact_form .bo_type > li
{
    width: 100%;
}

}
@media (max-width:640px)
{
.home_banner--inner
{
    background-position: 35% 50%;
}

.home_banner--inner
{
    margin-bottom: 0px;
    height: 675px;
}

}
@media (max-width:575px)
{
.home_banner--inner
{
    margin-bottom: 0;
    height: 470px;
    -webkit-box-shadow: inset 0px -290px 420px -150px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0px -290px 420px -150px rgba(0, 0, 0, 0.8);
}

}
.home_banner_additional
{
    position: absolute;
    left: 50%;
    bottom: 20px;
    z-index: 3;
}

@media (min-width:1200px)
{
.home_banner_additional
{
    bottom: 20px;
}

}
@media (min-width:1600px)
{
.home_banner_additional
{
    bottom: 20px;
}

}
@media (min-width:1800px)
{
.home_banner_additional
{
    bottom: 20px;
}

}
@media (max-width:1199px)
{
.home_banner_additional
{
    left: 40%;
}

}
@media (max-width:1024px)
{
.home_banner_additional
{
    left: 35%;
}

}
@media (max-width:767px)
{
.home_banner_additional
{
    bottom: -10%;
    left: 20%;
}

}
@media (max-width:640px)
{
.home_banner_additional
{
    position: relative;
    right: 0;
    left: 0;
    max-width: calc(100% + 50px);
    width: calc(100% + 50px);
    height: auto;
    max-height: 100%;
    margin-top: -50%;
    right: -50px;
}

}
@media (max-width:500px)
{
.home_banner_additional
{
    margin-top: -53%;
}

}
@media (max-width:400px)
{
.home_banner_additional
{
    margin-top: -55%;
}

}
.home_banner_additional_img
{
    /* height: 100%;
    */;
}

@media (max-width:991px)
{
.home_banner_additional_img
{
    max-height: 600px;
}

}
@media (max-width:767px)
{
.home_banner_additional_img
{
    max-height: 570px;
}

}
@media (max-width:520px)
{
.home_banner_additional_img
{
    max-height: 530px;
}

}
@media (max-width:455px)
{
.home_banner_additional_img
{
    max-height: 500px;
}

}
@media (max-width:430px)
{
.home_banner_additional_img
{
    max-height: 450px;
}

}
@media (max-width:375px)
{
.home_banner_additional_img
{
    max-height: 385px;
}

}
.home_banner_additional .j_img
{
    position: absolute;
    right: 50px;
    bottom: 13px;
}

@media (max-width:1199px)
{
.home_banner_additional .j_img
{
    right: 0;
}

}
@media (max-width:767px)
{
.home_banner_additional .j_img
{
    right: -142px;
}

}
@media (max-width:575px)
{
.home_banner_additional .j_img
{
    max-width: 85%;
    right: 0;
}

}
.home_banner__span
{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
}

@media (min-width:1200px)
{
.home_banner__span:after
{
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.2);
    bottom: 22px;
    top: 0;
    right: 50px;
    width: 1px;
}

}
@media (min-width:1600px)
{
.home_banner__span:after
{
    bottom: 23px;
}

}
@media (min-width:1800px)
{
.home_banner__span:after
{
    bottom: 25px;
}

}
.home_banner--caption
{
    position: absolute;
    top: 33.5%;
    -webkit-transform: translateY(-50%) translateX(233px);
    -ms-transform: translateY(-50%) translateX(233px);
    transform: translateY(-50%) translateX(233px);
    padding: 0 20px;
    z-index: 4;
    width: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width:1199px)
{
.home_banner--caption
{
    top: 32.5%;
    left: 46%;
}

}
@media (max-width:1024px)
{
.home_banner--caption
{
    left: 40%;
}

}
@media (max-width:767px)
{
.home_banner--caption
{
    padding: 0;
    top: 55%;
    left: 20%;
}

}
@media (max-width:640px)
{
.home_banner--caption
{
    padding: 0 15px;
    left: 0;
    width: 100%;
    top: 65%;
}

}
@media (max-width:575px)
{
.home_banner--caption
{
    margin: 0;
    -webkit-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    top: auto;
    bottom: 25px;
    left: 0;
    width: 100%;
}

}
.home_banner--caption .inner_caption
{
    max-width: 450px;
}

@media (max-width:575px)
{
.home_banner--caption .inner_caption
{
    max-width: 370px;
}

}
.home_banner--caption h1
{
    color: #FFF;
    font-size: 110px;
    font-family: "tenez";
    font-weight: 300;
    letter-spacing: -1.2px;
    position: relative;
    padding-bottom: 12px;
    line-height: 0.73;
    text-indent: -60px;
    margin-bottom: 13px;
}

@media (max-width:900px)
{
.home_banner--caption .inner_caption
{
    max-width: 350px;
}

.home_banner--caption h1
{
    font-size: 100px;
}

}
@media (min-width:768px)
{
.home_banner--caption h1
{
    margin-left: -17px;
}

}
@media (max-width:767px)
{
.home_banner--caption h1
{
    text-indent: 0;
    line-height: 0.75;
    font-size: 90px;
    margin: 0;
    margin-bottom: 10px;
}

}
@media (max-width:575px)
{
.home_banner--caption h1
{
    font-size: 85px;
}

}
.home_banner--caption h1:before
{
    position: absolute;
    content: "";
    max-width: 127px;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 22px;
    top: 100%;
}

.home_banner--caption h1:after
{
    position: absolute;
    content: "";
    max-width: 127px;
    width: 100%;
    height: 5px;
    background: transparent;
    left: 22px;
    top: calc(100% - 2px);
    border: 1px solid #fff;
    border-width: 0 1px;
}

@media (max-width:767px)
{
.home_banner--caption h1:before, .home_banner--caption h1:after
{
    margin: 0 auto;
    left: 0;
}

}
@media (max-width:575px)
{
.home_banner--caption h1:before, .home_banner--caption h1:after
{
    display: none;
}

}
.home_banner--caption p
{
    color: #FFF;
}

@media (min-width:768px)
{
.home_banner--caption p
{
    padding: 0 6px;
}

}
@media (max-width:767px)
{
.home_banner--caption p
{
    max-width: 400px;
}

}
@media (max-width:575px)
{
.home_banner--caption p
{
    max-width: 100%;
}

}
.home_banner--caption p a
{
    color: #55489d;
    background: #FFF;
    display: inline-block;
    padding: 2px 7px;
    font-size: 12px;
    font-weight: bold;
    font-family: "proxima-nova", sans-serif;
    letter-spacing: 0.8px;
}

.home_banner--caption p a:hover
{
    background: #55489d;
    color: #FFF;
}

.services_and_locations
{
    padding: 45px 0;
}

@media (max-width:1199px) and (min-width:768px)
{
.services_and_locations
{
    margin-bottom: 79px;
}

}
@media (max-width:575px)
{
.services_and_locations
{
    padding-top: 85px;
}

}
@media (max-width:360px)
{
.services_and_locations
{
    padding-top: 28%;
}

}
.services_and_locations .flex
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media (max-width:840px)
{
.services_and_locations .flex
{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

}
@media (max-width:840px) and (min-width:576px)
{
.services_and_locations .flex
{
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
}

}
.services_and_locations .flex .flex_row
{
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -ms-flex-item-align: center;
    align-self: center;
}

@media (max-width:840px)
{
.services_and_locations .flex .flex_row
{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

}
@media (min-width:841px)
{
.services_and_locations .flex .flex_row + .flex_row
{
    border-left: 1px solid #55489d;
}

.services_and_locations .flex .flex_row + .flex_row:before
{
    position: absolute;
    content: "";
    left: -3px;
    width: 5px;
    top: 0;
    bottom: 0;
    border-top: 1px solid #55489d;
    border-bottom: 1px solid #55489d;
}

}
.locations__sect, .services__sect
{
    position: relative;
    padding: 87px 0 59px;
    margin: 0 auto;
    max-width: 340px;
    width: 100%;
}

.services__sect
{
    padding-top: 70px;
}

@media (max-width:575px)
{
.locations__sect, .services__sect
{
    text-align: center;
}

}
.locations__sect_img, .services__sect_img
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    -webkit-transform: translateX(106px) translateY(-20px);
    -ms-transform: translateX(106px) translateY(-20px);
    transform: translateX(106px) translateY(-20px);
}

@media (max-width:575px)
{
.locations__sect_img, .services__sect_img
{
    max-width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
}

}
.locations__sect--title, .locations__sect--subtitle, .services__sect--title, .services__sect--subtitle
{
    color: #55489d;
    font-family: "tenez";
    font-weight: 300;
    padding: 0;
    line-height: 0.8;
}

@media (max-width:575px)
{
.locations__sect--title, .locations__sect--subtitle, .services__sect--title, .services__sect--subtitle
{
    position: relative;
}

}
.locations__sect--title, .services__sect--title
{
    font-size: 90px;
    padding-bottom: 20px;
    margin-bottom: 12px;
    letter-spacing: -.7px;
    position: relative;
    line-height: 0.65;
}

@media (max-width:575px)
{
.locations__sect--title, .services__sect--title
{
    font-size: 80px;
}

}
.locations__sect--title:before, .services__sect--title:before
{
    position: absolute;
    content: "";
    max-width: 174px;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    top: 100%;
}

@media (max-width:575px)
{
.locations__sect--title:before, .services__sect--title:before
{
    margin: 0 auto;
    right: 0;
    left: 0;
}

}
.locations__sect--title:after, .services__sect--title:after
{
    position: absolute;
    content: "";
    max-width: 174px;
    width: 100%;
    height: 5px;
    background: transparent;
    left: 0;
    top: calc(100% - 2px);
    border: 1px solid #fff;
    border-width: 0 1px;
}

@media (max-width:575px)
{
.locations__sect--title:after, .services__sect--title:after
{
    margin: 0 auto;
    right: 0;
    left: 0;
}

}
.locations__sect--subtitle, .services__sect--subtitle
{
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 0px;
    letter-spacing: .7px;
    line-height: 1;
}

.locations__sect--content, .services__sect--content
{
    max-width: 290px;
    padding-left: 4px;
    position: relative;
    z-index: 2;
}

@media (max-width:575px)
{
.locations__sect--content, .services__sect--content
{
    margin: 0 auto;
}

}
.locations__sect a, .services__sect a
{
    color: #55489d;
    background: #FFF;
    display: inline-block;
    padding: 2px 11px;
    font-size: 12px;
    font-weight: bold;
    font-family: "proxima-nova", sans-serif;
    letter-spacing: 0.6px;
}

.locations__sect a:hover, .services__sect a:hover
{
    background: #55489d;
    color: #FFF;
}

@media (max-width:840px) and (min-width:576px)
{
.services__sect
{
    margin: 0;
    padding: 113px 0 59px;
}

}
@media (max-width:575px)
{
.services__sect
{
    margin-top: 105px;
}

.services__sect_img
{
    top: 0%;
}

}
.locations__sect
{
    text-align: right;
    padding: 0 0 35px;
    margin: 0;
}

@media (max-width:575px)
{
.locations__sect
{
    text-align: center;
}

}
.locations__sect_img
{
    -webkit-transform: translateX(-114px) translateY(-20px);
    -ms-transform: translateX(-114px) translateY(-20px);
    transform: translateX(-114px) translateY(-20px);
    margin: 0;
    right: auto;
}

@media (max-width:575px)
{
.locations__sect_img
{
    -webkit-transform: translateX(0px) translateY(-200px);
    -ms-transform: translateX(0px) translateY(-200px);
    transform: translateX(0px) translateY(-200px);
}

}
.locations__sect--inner
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 21px;
}

@media (max-width:1100px)
{
.locations__sect--inner
{
    padding-left: 0;
}

}
@media (max-width:840px)
{
.locations__sect--inner
{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

}
@media (max-width:840px) and (min-width:576px)
{
.locations__sect--inner
{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

}
.locations__sect--inner .locations__list
{
    list-style: none;
    margin: 0;
    padding: 0 0 5px 37px;
    position: relative;
    z-index: 3;
    -webkit-mask-image: linear-gradient(transparent, black, transparent);
    mask-image: linear-gradient(transparent, black, transparent);
}

@media (max-width:575px)
{
.locations__sect--inner .locations__list
{
    display: none;
}

}
.locations__sect--inner .locations__list li
{
    position: relative;
    padding: 3px 0;
}

.locations__sect--inner .locations__list li a
{
    font-size: 14px;
    font-weight: bold;
    color: #55489d;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
    position: relative;
    display: inline-block;
    padding: 3.5px 3px;
    line-height: 1;
}

.locations__sect--inner .locations__list li a:before
{
    position: absolute;
    content: "";
    top: calc(100% - 3.5px);
    left: 0;
    right: 0;
    height: 1px;
    background: #CBC2D9;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.locations__sect--inner .locations__list li a:hover
{
    background: #55489d;
    color: #FFF;
}

.locations__sect--inner .locations__list li a:hover:before
{
    opacity: 0;
}

.locations__sect--inner .locations__list li.opc1 a
{
    o-pacity: 0.1;
}

.locations__sect--inner .locations__list li.opc2 a
{
    o-pacity: 0.2;
}

.locations__sect--inner .locations__list li.opc3 a
{
    o-pacity: 0.5;
}

.locations__sect--inner .locations__list li.active:before
{
    position: absolute;
    content: "";
    left: -19px;
    top: 6px;
    width: 10px;
    height: 13px;
    background: url("../templateimages/pg_pag_arrow.png") no-repeat 50%;
    background-size: contain;
}

.locations__sect--title
{
    letter-spacing: -1.8px;
}

.locations__sect--title:before, .locations__sect--title:after
{
    left: auto;
    right: 0;
}

@media (max-width:575px)
{
.locations__sect--title:before, .locations__sect--title:after
{
    left: 0;
}

}
.locations__sect--subtitle + a
{
    margin-top: 12px;
}

.services__sect--subtitle + a
{
    margin-top: 12px;
}

.locations__sect--content
{
    float: right;
}

@media (max-width:575px)
{
.locations__sect--content
{
    float: none;
}

}
.why_us_sect
{
    padding: 150px 0 100px;
}

@media (max-width:1199px)
{
.why_us_sect
{
    padding-bottom: 68px;
}

}
@media (max-width:840px) and (min-width:576px)
{
.why_us_sect
{
    padding-top: 120px;
}

}
@media (max-width:575px)
{
.why_us_sect
{
    padding-top: 122px;
}

}
.why_us_block
{
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
    position: relative;
}

@media (max-width:810px)
{
.why_us_block
{
    padding: 0 20px 20px;
}

}
.why_us_block:before, .why_us_block:after
{
    position: absolute;
    content: "";
}

.why_us_block:before
{
    right: 0;
    top: 0px;
    width: 1px;
    background: #FFF;
    height: calc(52% - 20px);
}

.why_us_block:after
{
    left: 0;
    bottom: 0;
    width: 100px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: calc(48% - 20px);
}

.why_us_block .why_us_img
{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: -164px;
    margin: 0 auto;
    z-index: 2;
    max-width: 100%;
}

@media (max-width:480px)
{
.why_us_block .why_us_img
{
    top: auto;
    bottom: 83%;
}

}
.why_us_block--inner
{
    background: #FFF;
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 60px 10px 1px 10px;
}

.why_us_block--inner:before, .why_us_block--inner:after
{
    position: absolute;
    content: "";
    width: 20px;
    background: #FFF;
}

.why_us_block--inner:before
{
    right: 100%;
    top: 0;
    height: 57%;
}

.why_us_block--inner:after
{
    height: 43%;
    bottom: 0;
    left: 100%;
}

.why_us_block--title, .why_us_block--title a
{
    text-align: center;
    color: #55489d;
    font-size: 90px;
    font-family: "tenez";
    font-weight: 300;
    padding: 0;
    line-height: 0.8;
    margin-bottom: 22px;
    position: relative;
    z-index: 10000;
}

@media (max-width:575px)
{
.why_us_block--title
{
    font-size: 80px;
    margin-bottom: 77px;
}

}
.why_us_block--content
{
    padding-left: 80px;
    position: relative;
}

@media (max-width:575px)
{
.why_us_block--content
{
    padding-left: 0;
    padding-top: 0px!important;
    min-height: initial;
}

}
.why_us_block--content .number
{
    font-size: 150px;
    color: #E7E6E2;
    font-family: "tenez";
    font-weight: 300;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: .7;
}

.why_us--item
{
;
}

.number
{
    font-size: 150px;
    color: #55489d;
    font-family: "tenez";
    font-weight: 300;
    bottom: 0;
    left: 0;
    line-height: .7;
}

.why_us_block--content p
{
    color: #000023;
    margin-bottom: 0;
    position: relative;
}

/*# sourceMappingURL=style.css.map */ .enlarge img
{
    width: 100%;
    max-width: 602px;
}

.enlarge
{
    clear: both;
    display: flex;
}

        .espa-holder {
			/*display:none;*/
    position: fixed;
    z-index: 1000;
    width: 100%;
    background-color: white;
	    right: 0;
    top: 0px;
}
.espa-holder img{width:100%; max-width:550px}
.news_date_rec {font-weight:bold; font-size:14px; margin-bottom:25px;}
.blog-photo {margin-bottom:25px;}
.news_holder h3 a {font-weight:bold; text-align:left;}
.news_date {font-weight:bold; font-size:14px; margin-bottom:25px;}
.news-shorttext {    line-height: 17px;}
.news_photo_holder{ margin-bottom:25px;}

	/* Branding on the banner */
a#CybotCookiebotDialogPoweredbyCybot,div#CybotCookiebotDialogPoweredByText {  display: none!important;}

/* Branding on the widget */
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {    display: none!important;}

dialog {border: none;padding: 0; position: relative;border-radius:70px;box-shadow:0px 0px 30px 5px rgba(0,0,0,.35);padding:3%;text-align:center;overflow:visible}
dialog button { border:none;background:#ffffff;color:#55479c;position:absolute;top: -7px;right:-7px;border-radius:10px;height:20px;width:20px;line-height:16px;cursor:pointer;font-size:13px;font-weight:700;outline:none}
dialog img {max-width: 320px;width: 100%;outline:none;}
dialog p {text-align:center;font-weight:700;font-size:26px}
::backdrop {background-color:#55479cb0}
