html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote::before, blockquote::after,
q::before, q::after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:focus {
	outline:none;
}

/* General
------------------------------------ */
div.page-wrap {
	width: 100%;
	overflow: hidden!important;
}
html, body {
	background: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 1.5;
	color: #0d0d0d;
	margin: 0;
	padding: 0;
	height: 100%;
}
a {
	color: #cf152d;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	cursor: pointer;
}
input{
	vertical-align: middle;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.vc_row-flex > .alignright,
.vc_row-flex > .alignleft {
    float: none;
}
.vc_row-flex > .alignright {
    order: 10;
}
.vc_row-flex > .alignleft {
    order: 5;
}
.aligncenter {
	margin: 0 auto;
	text-align: center;
}
img.aligncenter {
	display: block;
}
.clearfix::after,
.container::after,
.widget::after {
	content: '';
	display: block;
	clear: both;
}
.container::before,
.row::before {
	content: '';
	display: table;
}
.clear {
	clear: both;
}
.container {
	width: 1440px;
	margin: 0 auto;
}
b,
strong {
	font-weight: bold;
}
i,
em {
	font-style: italic;
}
p {
	margin: 0 0 1.5em;
}
img.alignright {
	margin: 10px 0 10px 15px;
}
img.alignleft {
	margin: 10px 15px 10px 0;
}
img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: .5em 0 .5em;
	line-height: 1.2em;
	font-weight: normal;
}
h1 {
	font-size: 50px;
	color: #cf152d;
	font-family: 'Aleo', sans-serif;
    font-weight: 400;
    margin-bottom: 0.5em;
}
h2,
h3 {
	font-size: 45px;
	color: #cf152d;
    font-weight: 400;
	font-family: 'Aleo', sans-serif;
    margin-bottom: 0.5em;
}
h3 {
    color: #cf152d;
    font-size: 40px;
}
h4 {
	font-size: 32px;
	color: #484848;
    font-weight: 500;
	font-family: 'Montserrat', sans-serif;
    margin-bottom: 1.3em;
}
h5 {
	font-weight: normal;
	color: #484848;
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
h6 {
	color: #484848;
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
h1 em {
	font-weight: bold;
}
h2 + h4,
h3 + h4 {
    margin-top: 0;
}


.content-area h1:first-child,
.content-area h2:first-child,
.content-area h3:first-child,
.content-area h4:first-child {
	margin-bottom: 0;
	margin-top: 0;
	text-transform: uppercase;
}
.content-area h1:first-child+p,
.content-area h2:first-child+p,
.content-area h3:first-child+p,
.content-area h4:first-child+p {
	margin-top: 7px;
}
.content-area h1+h2,
.content-area h1+h3,
.content-area h1+h4 {
	margin-top: 0;
}


select,
input[type="password"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea {
	padding: 7px 10px!important;
	border: 1px solid #979797!important;
	border-radius: 0!important;
	background: none!important;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: none!important;
	height: 43px!important;
	font-size: 16px!important;
	line-height: 1.2em;
	font-family: 'Open Sans', sans-serif;
}
#wpadminbar input[type="text"] {
	height: 24px!important;
}
textarea {
	height: 200px!important;
	overflow: auto;
    resize: none;
}
option {
	color: #6e6e6e;
	font-size: 12px!important;
	font-weight: 600;
	padding-top: .5em;
	padding-bottom: .5em;
}
::-webkit-input-placeholder {
	color: #6e6e6e;
}
::-moz-placeholder {
	color: #6e6e6e;
}
:-ms-input-placeholder {
	color: #6e6e6e;
}
:-moz-placeholder {
	color: #6e6e6e;
}
input[type="password"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
	outline: 0;
	outline: thin dotted \9;
	border-color: rgba(82, 168, 236, 0.8)!important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="password"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea,
select.vfb-select {
	margin: 0 0 5px 0;
	height: auto;
	font-size: 100%;
	line-height: normal;
}
select.vfb-select{
	padding: 1px 0 0;
	width: auto;
}
input[type="password"].vfb-small,
input[type="text"].vfb-small,
input[type="tel"].vfb-small,
input[type="email"].vfb-small,
input[type="url"].vfb-small,
select.vfb-small{
	width: 25%;
}
input[type="password"].vfb-medium,
input[type="text"].vfb-medium,
input[type="tel"].vfb-medium,
input[type="email"].vfb-medium,
input[type="url"].vfb-medium,
select.vfb-medium{
	width: 50%;
}
input[type="password"].vfb-large,
input[type="text"].vfb-large,
input[type="tel"].vfb-large,
input[type="email"].vfb-large,
input[type="url"].vfb-large,
select.vfb-large,
textarea{
	width: 100%;
}
input[type="file"].vfb-small,
input[type="file"].vfb-medium,
input[type="file"].vfb-large {
	height: auto;
	line-height: normal;
}
.visual-form-builder fieldset {
	border-radius: 0!important;
}
input[type="submit"]:hover {
	opacity: .8;
}
.visual-form-builder fieldset {
	border: none;
	background: none;
	padding: 0;
}
.visual-form-builder ul {
	margin: 0!important;
}
.visual-form-builder ul li {
	padding-left: 0!important;
	padding-right: 0!important;
}
a:hover img {
	opacity: .8;
}
.widget_archive ul,
.content-area .wpb_text_column ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
}
.content-area .wpb_text_column ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 20px;
}
.vc_separator.vc_sep_color_grey .vc_sep_line {
	border-top: 1px solid #b8b5b6!important;
}
.wpb_text_column a:not([class]) {
	text-decoration: underline;
	color: #cf152d;
}
.wpb_text_column a:not([class]):hover {
	text-decoration: none;
}

.wpb_text_column h1:first-child,
.wpb_text_column h2:first-child,
.wpb_text_column h3:first-child,
.wpb_text_column h4:first-child {
	margin-top: 0;
}
.wpb_text_column h1+h2,
.wpb_text_column h1+h3,
.wpb_text_column h1+h4 {
	margin-top: 0;
}
.home .wpb_text_column h2:first-child:first-line,
.wpb_text_column h2 span {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 0.777778em;
    color: #484848;
}
.home .wpb_text_column h2 + p {
    color: #7d7d7d;
    font-weight: 600;
    font-size: 1.4em;
}

.wpb_text_column h1+h2 {
    position: relative;
    padding-bottom: 16px;
}
.wpb_text_column h1+h2::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 44px;
    height: 7px;
    background: #a4a4a4
}

iframe {
	display: block;
	width: 100%;
}
aside {
	padding: 0 0 0 0;
}
.page-main-content--left {
	width: 59%;
	float: left;
}
.right-sidebar {
	padding: 32px 0 32px 3%;
	float: right;
	width: 32%;
}
.left-sidebar {
    padding: 32px 3% 32px 0;
    float: left;
    width: 32%;
}
.page-main-content p > a:not([class]) {
	color: #cf152d;
	text-decoration: none;
}
.page-main-content p > a:not([class]):hover {
	text-decoration: underline;
}
.posts-carousel-container.no-owl-carousel {
	display: flex;
	justify-content: center;
}

.header-top-bar {
    background: #000000;
    color: #d0d0d0;
    padding: 19px 0;
}
.header-contacts {
    display: flex;
    flex-grow: 1;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 1.222222;
}
.header-contacts a:hover {
    color: #fff;
}
.header-contacts p,
.header-contacts figure {
    margin: 0;
}
.header-contacts .widget_text {
    margin-left: 40px;
    padding-left: 20px;
    border-left: 1px solid #d0d0d0;
}
.header-contacts .widget_media_image {
    margin-left: auto;
}
.top-bar-container {
    display: flex;
    margin: 0 auto;
    padding: 0 25px;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
}

.shortcode-social__item,
.header-social__item,
.footer-social__item {
    width: 45px;
    height: 45px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 6px;
    vertical-align: middle;
}
.footer-social__item {
    width: 58px;
    height: 58px;
}
.shortcode-social__item:hover {
    opacity: .75;
}
.footer-social__items-wrap {
    margin-right: 50px;
}
.header-social {    
    margin: 0;
}
.website-logo {
    width: 401px;
    height: 177px;
    display: block;
    background: url(../img/logo.png) no-repeat center center;
    text-indent: -9999px;
    display: block;
    margin: 0 85px 0 80px;
}
.website-footer__logo {
    width: 413px;
    height: 121px;
    background: url(../img/logo-footer.png) no-repeat center center;
    margin: 0 7px;
}
.website-header {
    padding-bottom: 13px;
}
.website-header-container {
    display: flex;
}

.main-menu-button {
    display: none;
}

.header-social .container {
    width: 1000px;
}
.website-header .container {
    max-width: 1900px;
    padding: 0 40px;
    width: auto;
    position: relative;
}

.website-header-nav {
    flex-grow: 1;
}
.website-header-tagline {
    text-align: right;
    font-family: Aleo, sans-serif;
    font-size: 28px;
    font-style: italic;
    color: #cf152d;
    padding: 14px 25px 11px 0;
}
.main-nav__container {
    background: #d0d0d0;
    padding: 0 14px;
    color: #272727;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    box-sizing: border-box;
    font-weight: 500;
    line-height: 1em;
}
.main-nav__menu > .menu-item {
    display: inline-block;
    position: relative;
    margin: 0 5px;
    padding: 31px 0;
}
.main-nav__menu li[class*=current] > a,
.main-nav__menu a:hover {
    color: #cf152d;
}
.main-nav__menu li[class*=current] + li + li[class*=current] > a {
	color: inherit;
}
.main-nav__menu > li[class*=current]::after {
    content: '';
    display: block;
    position: absolute;
    left: 7px;
    right: 7px;
    bottom: 0;
    width: auto;
    height: 8px;
    background: #cf152d;
}
.main-nav__menu li[class*=current] + li + li[class*=current]::after {
	content: none;
	display: none;
}
.main-nav__menu > .menu-item + .menu-item::before {
    content: '';
    display: block;
    width: 2px;
    height: 18px;
    position: absolute;
    left: -9px;
    top: 50%;
    margin-top: -9px;
    background: #272727;
}
.main-nav__menu > .menu-item a {
    display: block;
    padding: 0 6px;
}
.home .main-nav__menu .sub-menu {
	z-index: 1000000;
}
.main-nav__menu .sub-menu {
    position: absolute;
    display: none;
    left: -75px;
    right: -75px;
    width: auto;
    top: 100%;
    text-align: center;
    box-sizing: border-box;
    background: #d0d0d0;
    border: 2px solid #fff;
    padding: 5px 25px;
    animation: fadeInDown .35s;
    z-index: 100;
    box-shadow: 3px 3px 3px #666;
}
.main-nav__menu .sub-menu li + li::before {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #272727;
    margin: 0 auto;
}
.main-nav__menu .menu-item:hover > .sub-menu {
    display: block;
}
.main-nav__menu .sub-menu a {
    position: relative;
    display: block;
    padding: 15px 0;
}
.main-nav__menu .sub-menu .current-menu-parent > a,
.main-nav__menu .sub-menu .menu-item.current-menu-item > a {
    color: #cf152d;
}
.main-nav__menu .sub-menu li {
    position: relative;
    padding-right: 27px;
    margin-right: -26px
}
.main-nav__menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    width: 100%;
    animation: fadeInLeft .35s;
}


.page-slider {
    flex: 0 0 75%;
	max-width: 1350px;
	margin: 0 auto;
}
.no-js-loaded .page-slider {
	height: 36.205698vw;
	max-height: 489px;
	overflow: hidden;
}
.home .page-hero {
	background: #000;
}
.page-hero-side {
    flex: 0 0 25%;
    background: #cf152d url(../img/texture-vertical.png) repeat-y 0 0;
    position: relative;
}
.page-hero-side__image {
	display: none;
    position: absolute;
    right: -15px;
    top: -45px;
    max-width: 100%;
    max-height: ;
    height: auto;
}

.ls-layer.larr::before {
    content: '';
    display: block;
    position: absolute;
    border: 27px solid transparent;
    border-right-color: rgba(0, 0, 0, .7);
    left: -54px;
    top: 50%;
    margin-top: -27px;
}
.ls-layer.rarr::before {
    content: '';
    display: block;
    position: absolute;
    border: 27px solid transparent;
    border-left-color: rgba(0, 0, 0, .7);
    right: -54px;
    top: 50%;
    margin-top: -27px;
}
div .ls-v6 .ls-nav-prev, 
div .ls-v6 .ls-nav-next {
    width: 63px;
    height: 133px;
    top: 50%;
    margin-top: -66px;
    border-radius: 0;
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 0;
}
div .ls-v6 .ls-nav-prev {
    background-image: url(../img/slider-left.svg);
    filter: invert(100%);
}
div .ls-v6 .ls-nav-next {
    background-image: url(../img/slider-right.svg);
    filter: invert(100%);
}
div .ls-v6 .ls-nav-prev::after,
div .ls-v6 .ls-nav-next::after {
    display: none;
}
div .ls-v6 .ls-bottom-slidebuttons a:hover,
div .ls-v6 .ls-bottom-slidebuttons a {
    display: block;
    border-radius: 0;
    width: 14px!important;
    height: 14px;
    background: #000;
    border: 1px solid #000!important;
    padding: 0;
}
div .ls-v6 .ls-bottom-slidebuttons a.ls-nav-active:hover,
div .ls-v6 .ls-bottom-slidebuttons a.ls-nav-active {
    background: #cf152d!important;
    border-color: #cf152d!important;
    position: relative;
}
div .ls-v6 .ls-bottom-slidebuttons a.ls-nav-active::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    border: 1px solid #d0d0d0;
}
div .ls-v6 .ls-bottom-slidebuttons {
    background: #fff;
    top: -40px;
    padding: 11px 16px;
}
.ls-bg-wrap::before,
.ls-bg-wrap::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10;
}
.owl-carousel {
    margin: 0 auto;
}
div .vfbp-form .btn-primary,
.z-theme-button,
.button {
    border: 1px solid #fff;
    display: inline-block;
    text-align: center;
    background-color: #cf152d;
    background-image: url(../img/arrows-button.png);
    background-repeat: no-repeat;
    background-position: 100% center;
    color: #ffffff;
    padding: 9px 70px 9px 20px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    position: relative;
}
.button-alt {
    background-color: #323232;
}
div .vfbp-form .btn-primary:hover,
.z-theme-button:hover,
.button:hover {
    background-color: #000;
}
div .vfbp-form .btn-primary:hover::before,
.z-theme-button:hover::before,
.button:hover::before {
    border-color: #cf152d;
}
.z-theme-button-container {
    text-align: center;
}
div .vfbp-form .vfb-help-block {
    margin-top: -8px;
}

.z-theme-button-img{
    position:relative;
    display:block;
    width:auto;
    height:92px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}
.z-theme-button-container {
	border: 1px solid #fff;
	padding: 2px;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
 .z-theme-button-img:hover img{
    opacity:.75;
}
 .z-theme-button-img .ovly{
    display:block;
    position:absolute;
    background:rgba(33, 33, 33, 1);
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:2;
}
 .z-theme-button-img img{
    position:relative;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:5;
    opacity:.5;
	object-fit: cover;
}
.widget_z_theme_button_widget {
    min-height: 102px;
}
 .z-theme-button-img-container{
    padding:3px;
    border:2px solid #656f75;
    max-width:281px;
    box-sizing:content-box;
    margin: 0 auto;
}
 .z-theme-button-img .l1,
 .z-theme-button-img .l2{
    position:absolute;
    z-index:10;
    display:block;
    left:10px;
    right:10px;
    width:auto;
    color:#ffffff;
}
 .z-theme-button-img .l1{
    bottom:41%;
    font:400 36px/36px Aleo, serif;
    border-bottom:1px solid #ffffff;
    padding-bottom:3px;
}
 .z-theme-button-img .l2{
    top:58%;
    font:400 16px/36px Montserrat, sans-serif;
    text-transform:uppercase;
    font-weight:500;
}
.widget_z_theme_button_widget:first-child .z-theme-button-img .ovly {
    background: #cf152d;
}
 @media only screen and (max-width: 767px){
     .z-theme-button-img-container{
        margin-left:auto;
        margin-right:auto;
    }
}

.vc_col-sm-4 .wp-block-image .size-full {
    display: block;
}
.vc_col-sm-4 .wp-block-image .size-full img {
    display: block;
    width: 100%;
    height: auto;
}
.vc_col-sm-3 .z-theme-button.theme-support,
.vc_col-sm-4 .z-theme-button.theme-support {
    display: block;
}
.z-theme-button.theme-support::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    right: auto;
    top: 25px;
    bottom: auto;
    border: none;
    margin-left: -25px;
    width: 50px;
    height: 43px;
    background: url(../img/heart.png) no-repeat 50% 50%;
}

.page-holder .tss-carousel-main .swiper-arrow, 
.page-holder .tss-carousel .swiper-arrow {
    background: none;
}
.page-holder .rttss-left-open:before,
.page-holder .rttss-right-open:before {
    content: '';
    display: block;
    width: 29px;
    height: 50px;
    background: url(../img/slider-arrow.png);
}
.page-holder .rttss-left-open {
    transform: scaleX(-1);
}
.tss-wrapper {
    padding-bottom: 50px;
}
.page-holder .tss-wrapper .tss-layout3 .item-content-wrapper, 
.page-holder .tss-wrapper .tss-isotope1 .item-content-wrapper, 
.page-holder .tss-wrapper .tss-video1 .item-content-wrapper, 
.page-holder .tss-wrapper .tss-carousel3 .item-content-wrapper {
    background: none;
}
.page-holder .tss-wrapper .tss-layout3 .item-content, 
.page-holder .tss-wrapper .tss-isotope1 .item-content, 
.page-holder .tss-wrapper .tss-carousel3 .item-content {
    font-style: italic;
    font-size: 1em;
}
.page-holder .tss-wrapper .single-item-wrapper .author-name {
    font-style: italic;
    font-size: 1em;
    color: #cf152d;
    font-weight: 700;
    text-align: left!important;
    margin-top: .75em;
}
.page-holder .tss-wrapper .single-item-wrapper .author-bio {
    font-style: italic;
    font-size: 1em;
    font-weight: 700;
    color: #cf152d;
    text-align: left!important;
}
.vc_row-has-fill h3 {
    font-size: 40px;
    font-weight: 600;
    margin: 17px 0 0!important;
}
.vc_row-has-fill h3::after {
    content: '';
    display: block;
    width: 100px;
    height: 5px;
    background: #9f9f9f;
    margin: 16px auto 0;
}
.page-holder .vc_row-has-fill {
    background-repeat: repeat-x!important;
    background-position: 50% 0!important;
}
.page-holder .tss-carousel.swiper {
    margin: 0 100px;
}
.page-holder .tss-wrapper .tss-carousel3 .item-content-wrapper {
    padding-left: 80px;
}
.page-holder .tss-wrapper .tss-layout3 .item-content-wrapper:before, 
.page-holder .tss-wrapper .tss-isotope1 .item-content-wrapper:before, 
.page-holder .tss-wrapper .tss-video1 .item-content-wrapper:before, 
.page-holder .tss-wrapper .tss-carousel3 .item-content-wrapper:before {
    content: '';
    font-size: 72px;
    font-family: Aleo, sans-serif;
    color: #fff;
    line-height: 64px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #cf152d url(../img/quote.png) no-repeat 50% 50%;
    text-align: center;
    left: 0;
    top: 0;
}
.page-holder .tss-carousel-main .swiper-pagination-bullet, 
.page-holder .tss-carousel .swiper-pagination-bullet {
    background: #757575;
}
.page-holder .tss-carousel-main .swiper-pagination-bullet:hover, 
.page-holder .tss-carousel-main .swiper-pagination-bullet-active, 
.page-holder .tss-carousel .swiper-pagination-bullet:hover, 
.page-holder .tss-carousel .swiper-pagination-bullet-active {
    background: #cf152d;
}
.page-holder .tss-carousel-main.swiper .swiper-pagination, 
.page-holder .tss-carousel.swiper .swiper-pagination {
    bottom: 30px;
}
.vc_col-sm-3 h4:first-child {
    color: #cf152d;
    margin-bottom: 0;
}
.vc_col-sm-3 h4:first-child + h6 {
    color: #cf152d;
    font-weight: 600;
    margin-top: 0;
    font-size: 1.2em;
}
.vc_col-sm-3 h4:first-child + h6::after {
    content: '';
    display: block;
    width: 100px;
    height: 5px;
    background: #9f9f9f;
    margin-top: 26px;
}

.page-bottom-text {
    background: #e9e9e9 url(../img/top-shadow.png) repeat-x 50% 0;
    padding: 15px 0 10px;
    border-top: 15px solid #fff;
	margin-top: 100px;
	position: relative;
	overflow: visible!important;
}
.page-bottom-text::before {
	content: '';
	height: 16px;
	width: 100%;
	position: absolute;
	left: 0;
	top: -31px;
	background: #484848;
}
.page-bottom-text .container {
    padding-top: 30px;
}
.mission-block {
    background: #484848;
    padding: 0 50px 15px;
    color: #e9e9e9;
    line-height: 1.33333;
    margin: 10px auto;
}
.mission-block + .mission-block {
    background: #323232;
}
.page-bottom .wp-block-column + .wp-block-column {
    padding-left: 30px;
}
.page-bottom h2 {
    font-family: Aleo, sans-serif;
    font-size: 48px;
    text-transform: uppercase;
    padding-left: 20px;
}
.mission-block h4 {
    color: inherit;
    margin: 0 -50px;
    background: url(../img/envelope.png) no-repeat 50% 100%;
    font-size: 36px;
    line-height: 1.5;
    padding: 30px 50px;
    font-family: Aleo, sans-serif;
    font-weight: normal;
    margin-bottom: 5px;
}
.mission-block + .mission-block h4 {
    background: url(../img/envelope-2.png) no-repeat 50% 100%;
}
.wp-block-media-text__content ul {
    list-style-type: disc;
    font-size: 22px;
}
.wp-block-media-text__content li {
    margin: 1em 0;
}

.vc_col-sm-3 .vc_btn3-container.vc_btn3-inline {
	  display: block;
}
.vc_col-sm-3 .vc_btn3-container.vc_btn3-inline .vc_btn3.vc_btn3-size-lg {
	  width: 100%;
}

.footer-contact {
    background: #cf152d;
    padding: 50px 0 63px;
    color: #fff;
    border-top: 15px solid #fff;
    border-bottom: 15px solid #fff;
    text-align: center;
}
.footer-contact h4 {
    color: #fff;
    font-size: 48px;
    font-weight: normal;
}
.footer-contact h4::before {
    content: '';
    display: block;
    height: 5px;
    width: 100px;
    background: #9f9f9f;
    margin: 0 auto 26px;
}
.footer-contact p {
    margin-bottom: .75em;
}
.footer-contact .wp-block-column:last-child {
    font-size: .9em;
    font-family: Aleo, sans-serif;
}
.website-footer {
    background: #111111;
    color: #ffffff;
    padding: 30px 0 40px;
    text-align: center;
}
.website-footer a {
    color: inherit;
}
.website-footer .z-theme-button,
.website-footer .button {
    color: #979797;
}
.website-footer .z-theme-button:hover,
.website-footer .button:hover {
    color: #ffffff;
}
.dev-mosaicvisuals-link {
    display: inline-block;
    width: 152px;
    height: 18px;
    text-indent: -9999px;
    background: url(../img/mvlogo.svg) no-repeat center center;
    vertical-align: bottom;
    margin-left: 5px;
}
.website-footer__nav {
    line-height: 1;
    font-size: 20px;
}
.website-footer__nav ul ul {
    display: none;
}
.website-footer__nav li {
    display: inline-block;
    padding: 0 13px 0 15px;
}
.website-footer__nav li + li {
    border-left: 1px solid #fff;
}
.website-footer__nav a:hover {
    opacity: .5;
}


.widget_recent_entries li {
    padding: 16px 0 17px;
    position: relative;
    font-size: 14px;
    line-height: 16px;
    border-bottom: 1px solid #cf152d;
    margin-bottom: 16px;
}
.widget_recent_entries li .post-date {
    position: absolute;
    left: 0;
    top: 0;
    color: #cf152d;
}
.widget.widget_recent_entries {
    margin-bottom: 39px;
}
.website-footer__dev-mosaicvisuals {
    margin-top: 45px;
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 7px;
}
.website-footer__dev-mosaicvisuals p {
    margin: 0;
}
.website-footer .ngg-widget {
    margin-bottom: 12px;
}
.website-footer .ngg-widget.entry-content {
    line-height: 0;
    font-size: 0;
    margin-right: -9px;
}
.website-footer .ngg-widget.entry-content a {
    width: 75px;
    height: 75px;
    overflow: hidden;
    border: 1px solid #cf152d;
    display: inline-block;
    margin: 0 9px 9px 0;
    position: relative;
}
.website-footer .ngg-widget.entry-content img {
    border: none; 
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.website-footer__copyright {
    font-size: 14px;
}


.theme-posts-carousel {
    position: relative;
    z-index: 100;
    max-width: 1440px;
    margin: -72px auto 82px;
}
.theme-posts-carousel__wrap {
    background: url(../img/bubbles-gray.png) repeat-x 0 32px;
    box-shadow: inset -50vw 0 50vw #fff;
}
.theme-posts-carousel__item {
    width: 480px;
    min-height: 350px;
    overflow: hidden;
    float: left;
    position: relative;
    margin: 0;
    box-sizing: border-box;
    padding: 20px 30px 20px;
    background: #cf152d url(../img/bubbles-bg.png) repeat-x 50% 100%;
}
.owl-item:nth-child(3n+1) .theme-posts-carousel__item,
.theme-posts-carousel__item:nth-child(3n+1) {
    background: #000000 url(../img/bubbles-top-black.png) repeat-x 50% 0;
}
.owl-item:nth-child(3n+2) .theme-posts-carousel__item,
.theme-posts-carousel__item:nth-child(3n+2) {
    background: #cf152d url(../img/bubbles-bottom-red.png) repeat-x 50% 100%;
}
.owl-item:nth-child(3n+3) .theme-posts-carousel__item,
.theme-posts-carousel__item:nth-child(3n+3) {
    background: #484848 url(../img/bubbles-top-gray.png) repeat-x 50% 0;
}
.theme-posts-carousel__item::before {
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    width: auto;
    height: auto;
    border: 1px solid #fff;
}
.owl-carousel .owl-nav .owl-prev, 
.owl-carousel .owl-nav .owl-next {
    width: 15px;
    height: 38px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}
.owl-carousel .owl-nav .owl-prev {
    left: -28px;
}
.owl-carousel .owl-nav .owl-next {
    right: -28px;
}
.owl-carousel .owl-nav .owl-prev.disabled, 
.owl-carousel .owl-nav .owl-next.disabled {
    opacity: .3;
}
.owl-carousel .owl-nav .owl-prev svg, 
.owl-carousel .owl-nav .owl-next svg {
    width: 100%;
    height: 100%;
}
.theme-posts-carousel__item-content {
    color: #ffffff;
    text-align: center;
    transition: all .5s;
    position: relative;
	padding-bottom: 75px;
	height: calc(100% - 20px);
	box-sizing: border-box;
}
.theme-posts-carousel__thumbnail-link {
	position: absolute;
	bottom: 0;
	left: 50%;
	white-space: nowrap;
	transform: translateX(-50%);
}
.theme-posts-carousel__item-title {
    position: relative;
}
.theme-posts-carousel__thumbnail {
    height: 50%;
    overflow: hidden;
    border-bottom: 6px solid #fff;
}
.theme-posts-carousel__item-content p {
    line-height: 1.33333;
}
.theme-posts-carousel__item-content img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.theme-posts-carousel__title {
    margin: 0 0 20px;
    color: #ffffff;
    font-weight: normal;
    padding: 0;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    font-size: 46px;
    line-height: 1;
}
.theme-posts-carousel__title:first-line {
    font-family: Aleo, sans-serif;
    font-weight: 400;
}

.page-header {
    flex: 0 0 100%;
    height: 260px;
    position: relative;
    background-size: cover;
    background: #cf152d url(../img/bubbles-top-red.png) repeat-x 0 0;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
}

.wpb_text_column ul,
.page-main-content .hentry ul,
.wpb_text_column ol,
.page-main-content .hentry ol {
    margin: .5em 0 1.5em 20px;
    list-style-type: decimal;
    list-style-position: outside;
}
.wpb_text_column ul,
.page-main-content .hentry ul {
    list-style-type: disc;
}
.wpb_text_column li,
.page-main-content .hentry li {
    margin: 0 0 5px;
}

.page-hero {
    position: relative;
    border-top: 8px solid #000;
    border-bottom: 8px solid #000;
    margin-bottom: 100px;
}
.home .page-hero {
    margin-bottom: 40px;
}

.page-header__title {
    color: #ffffff;
    font-size: 45px;
	    text-transform: uppercase;
    font-weight: bold;
    font-family: Roboto, sans-serif;
    margin: 0;
}
.page-header__breadcrumbs {
    text-transform: uppercase;
    font-size: 24px;
    color: #201e1f;
    font-family: Aleo, sans-serif;
    font-weight: 600;
    margin-top: .75em;
}
.page-header__breadcrumbs a:hover {
    text-decoration: underline;
}

.footer-social-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-contact-row {
    display: flex;
    justify-content: space-between;
    text-align: left;
    line-height: 1.2222222;
    margin: 45px 0 0;
}
.footer-contact-row .widget {
    padding: 0 0 0 15px;
    border-left: 1px solid #fff;
}
.footer-contact-row .widget p {
    margin: 0;
}
.footer-contact-row .widget p a:hover {
    opacity: .75;
}

.wpb_wrapper ul.menu li,
.wpb_wrapper ul.menu {
    list-style-type: none;
}
.wpb_wrapper ul.menu li a:hover {
    color: #cf152d;
}
.wpb_wrapper ul.menu li {
    padding-left: 10px;
}
.wpb_wrapper ul.menu {
    color: #cf152d;
    text-transform: uppercase;
    line-height: 30px;
}
.wpb_wrapper ul.menu li {
    border-bottom: 1px solid #979797;
}
.wpb_wrapper ul.menu > li:last-child {
    border-bottom: none;
}
.wpb_wrapper ul.menu li.current-menu-item {
    background: #cf152d;
    color: #ffffff;
    border-bottom-color: #cf152d;
}
.wpb_wrapper ul.menu li.current-menu-item > a {
    color: #ffffff;   
}
.sidebar-widget-title {
    color: #cf152d;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.sidebar-widget {
    margin-bottom: 30px;
}
.widget_z_theme_button_widget {
    margin-bottom: 10px;
}
.sidebar-widget.widget_media_image {
    margin-top: 60px;
    text-align: center;
}

.wpb_text_column .ngg-gallery-thumbnail a {
    margin: 0;
}
.wpb_text_column .ngg-gallery-thumbnail {
    border-color: #979797;
}
.wpb_text_column .ngg-galleryoverview {
    margin-top: 30px;
}

.widget_search .searchform__text {
    width: 100%;
    padding-right: 40px;
}
.searchform {
    position: relative;
}
.searchform__submit {
    position: absolute;
    right: 1px;
    top: 1px;
    height: 41px;
    width: 41px;
    background: #fff url(../img/search.png) no-repeat 50% 50%;
    cursor: pointer;
    border: none;
    padding: 0;
}
.widget_recent_entries.sidebar-widget li {
    border-bottom-color: #979797;
}
.vfbp-form {
    margin-left: -15px;
    margin-right: -15px;
    font-family: 'Open Sans', sans-serif;
}
.vfbp-form label {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

.learn-more-link {
    font-weight: 500;
    color: #cf152d;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}
.learn-more-link::after {
    content: '\2192';
    margin-left: 5px;
}
.learn-more-link:hover {
    color: #464646;
}
.single-post__date,
.post-meta {
    text-transform: uppercase;
    color: #cf152d;
    font-family: Aleo, sans-serif;
}
.posts-list-title {
    margin-top: 0;
    margin-bottom: .25em;
}
.posts-list-item {
    padding-bottom: 20px;
    border-bottom: 1px solid #979797;
}
.posts-list-item + .posts-list-item {
    padding-top: 20px;
}
.post-title {
    color: inherit;
    margin-top: 0;
    margin-bottom: .5em;
}
.page-title {
    margin-bottom: .5em;   
}
.posts-list-thumbnail {
    width: 210px;
    float: left;
}
.posts-list-thumbnail + .posts-list-data {
    margin-left: 250px;
}
.pagination {
    margin: 10px 0 20px;
    text-align: center;
}
.pagination span,
.pagination a {
    font-size: 18px;
    display: inline-block;
    width: 20px;
    line-height: 20px;
}
.pagination .current {
    background: #cf152d;
    color: #ffffff;
}

div .mvfbpi-gallery li img {
    width: 100%!important;
    object-fit: cover;
    margin: 0 auto!important;
}
.page-main-content .hentry .mvfbpi-gallery li,
div .mvfbpi-gallery li {
    margin: 0;
    border: 1px solid #ffffff;
    text-align: center;
}
#bbblink {
    margin: 0 auto!important;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border-radius: 0;
    background: #656f75;
    border: none;
    color: #ffffff;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel {
    margin: 0 0 6px;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
    color: #ffffff;
    line-height: 1;
	font-weight: 500;
    font-family: 'Montserrat', sans-serif;
	font-size: 25px;
}
body.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
    padding-left: 60px;
    color: #ffffff;
    padding-top: 21px;
    padding-bottom: 20px;
    background: #656f75;
    border: 1px solid #ffffff;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus, 
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
    background: #cf152d;
    color: #ffffff;
    border-color: #cf152d;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    color: #ffffff;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #eeeeee;
    background: #cf152d;
    border-color: #cf152d;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background: none;
    border-radius: 0;
    padding: 21px 32px;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, 
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after, 
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before {
    border: none;
}
body.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon::before,
body.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon::after {
    display: none;
}
body.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    width: 18px;
    height: 18px;
    background: url(../img/toggle-arrow.png) no-repeat center center;
	background-size: contain;
}
body.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    background-image: url(../img/toggle-arrow.png);
	transform: rotate(90deg) translateX(-50%);
	transform-origin: 50% 50%;
}

body .vc_toggle {
    margin-bottom: 14px;
}
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_content {

}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title a,
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
    padding-left: 60px;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 19px;
    background: #656f75;
    border: none;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title a::after,
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_title::after {
    content: '';
    display: block;
    position: absolute;
    left: -4px;
    right: -4px;
    top: -4px;
    bottom: -4px;
    border: 2px solid #656f75;
}
body.wpb-js-composer .vc_tta.vc_general .vc_active .vc_tta-panel-title a::after,
body .vc_toggle_size_md.vc_toggle_default.vc_toggle_active .vc_toggle_title:after {
    border-color: #cf152d;
}
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_title:hover {
    opacity: .85;
}
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_title::before {
    content: '';
    display: block;
    position: absolute;
    left: 30px;
    top: 50%;
    width: 10px;
    height: 17px;
    background: url(../img/toggle-arrow.png) no-repeat center center;
    margin-top: -8px;
}
body .vc_toggle_size_md.vc_toggle_default.vc_toggle_active .vc_toggle_title {
    background: #cf152d;
}
body .vc_toggle_size_md.vc_toggle_default.vc_toggle_active .vc_toggle_title::before {
    transform: rotate(90deg);
}
body .vc_toggle_title>h4 {
    color: #ffffff;
    text-transform: none;
    font-size: 25px;
    line-height: 1;
}
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_content .vc_toggle_icon, 
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon, 
body .vc_toggle_size_md.vc_toggle_round .vc_toggle_content .vc_toggle_icon, 
body .vc_toggle_size_md.vc_toggle_round .vc_toggle_title .vc_toggle_icon, 
body .vc_toggle_size_md.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon, 
body .vc_toggle_size_md.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon, 
body .vc_toggle_size_md.vc_toggle_simple .vc_toggle_content .vc_toggle_icon, 
body .vc_toggle_size_md.vc_toggle_simple .vc_toggle_title .vc_toggle_icon, 
body .vc_toggle_size_md.vc_toggle_square .vc_toggle_content .vc_toggle_icon, 
body .vc_toggle_size_md.vc_toggle_square .vc_toggle_title .vc_toggle_icon {
    display: none;
}
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon,
body .vc_toggle_default .vc_toggle_icon::after,
body .vc_toggle_default .vc_toggle_icon::before {
    border: none;
    background: #ffffff;
}
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before {
    height: 15px;
}
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::after {
    width: 15px;
}
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
    width: 15px;    
}

.rpwe-li {
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
}
.rpwe-li .rpwe-time {
    order: 1;
    font-family: Aleo, sans-serif;
    color: #fff;
    line-height: 1.111111;
    border: 1px solid #fff;
    background: #cf152d;
    padding: 6px 10px;
}
.rpwe-li .rpwe-title {
    order: 2;
    font-size: 18px;
    text-transform: uppercase;
    color: inherit;
    font-family: Montserrat, sans-serif;
    line-height: 1.111111;
    font-weight: 500;
    border-top: 1px solid #fff;
    padding-top: 6px;
    margin-top: 11px;
    margin-bottom: 1em;
    width: 100%;
}
.theme-posts-carousel__item .rpwe-block p {
    margin: 0;
}
.theme-posts-carousel__item .rpwe-block + p br {
    display: none;
}
.theme-posts-carousel__item .rpwe-block + p {
    text-align: left;
    margin-top: .5em;
}
.theme-posts-carousel__item .rpwe-block + p a {
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    color: #fff;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@media screen and (min-width: 1921px) {
    .ls-bg-wrap::after,
    .page-header::after {
        background-size: 100% auto;
        background-repeat: no-repeat;
        top: 400px;
        background-position: 50% 0;
    }
    .page-header::after {
        top: 100px;
    }
}


@media screen and (max-width: 1800px) {
    .website-logo {
        margin: 0 25px;
        width: 300px;
        height: 88px;
        background-size: contain;
    }
    .website-header-container {
        align-items: center;
    }
    .main-nav__container {
        font-size: 18px;
    }
}

@media screen and (max-width: 1450px) {
    .main-nav__container {
        font-size: 17px;
    }
    .container {
        width: auto;
        margin: 0 20px;
    }
    .theme-posts-carousel__item {
        width: 440px;
    }
}

@media screen and (max-width: 1400px) {
    html, body {
        font-size: 16px;
    }
    .website-header {
        padding-bottom: 0;
    }
    .website-header-container {
        display: block;
    }
    .website-header__logo {
        float: left;
        margin: 10px 20px;
    }
    .website-header-tagline {
        float: right;
        font-size: 22px;
    }
    .main-nav__container {
        clear: both;
    }
    .main-nav__container {
        font-size: 16px;
    }
    .home .page-hero {
        display: block;
    }
    .page-hero-side {
        display: none;
    }
    .header-social__item {
        width: 36px;
        height: 36px;
    }
    .header-contacts {
        font-size: 16px;
    }
    .header-contacts .widget_text {
        margin-left: 20px;
    }
    .footer-contact {
        font-size: 14px;
    }
    .website-footer__nav {
        font-size: 16px;
    }
    .footer-social__item {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 1000px) {
    .website-footer .z-theme-button-container {
        text-align: left;
    }
    .theme-posts-carousel__wrap {
        box-shadow: none;
    }
    .main-nav__menu {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background: #d0d0d0;
        z-index: 900000;
        padding: 0 15px 0;
        margin-top: 0;
        display: none;
        box-sizing: border-box;
        float: none;
        border-top: 8px solid #000;
        border-bottom: 8px solid #000;
    }
    .main-nav__menu > .menu-item + .menu-item::before {
        display: none;
    }
    .main-nav__menu > .menu-item + .menu-item {
        padding-left: 0;
    }
    .menu-open .main-nav__menu {
        display: block;
    }
    .main-nav__menu > .current-menu-parent::after, 
    .main-nav__menu > .menu-item.current-menu-item::after {
        display: none;
    }
    .main-nav__menu .sub-menu li,
    .main-nav__menu .menu-item {
        float: none;
        text-align: center;
        margin: 0;
        padding: 0;
        display: block;
    }
    .main-nav__menu .menu-item::before {
        content: '';
        display: none;
    }
    .main-nav__menu > .menu-item a,
    .main-nav__menu .sub-menu a {
        padding: 15px 0;
    }
    .main-nav__menu .sub-menu {
        box-shadow: none;
        background: #fff;
    }
    .main-nav__menu > .menu-item .submenu-open > a::after {
        background: #dd2926;
    }
    .main-nav__menu .sub-menu .current-menu-parent > a,
    .main-nav__menu .sub-menu .menu-item.current-menu-item > a,
    .main-nav__menu a:hover {
        color: inherit;
    }
    .main-nav__menu > .menu-item > a::after {
        left: 50%;
        margin-left: -11px;
        display: none;
    }
    .main-nav__menu .menu-item + .menu-item > a {
        border-left: none;
    }
    .main-nav__menu .menu-item:hover > .sub-menu {
        display: none;
    }
    .main-nav__menu a {
        padding: 0 10px;
    }
    .main-nav__menu .sub-menu .sub-menu,
    .main-nav__menu .sub-menu {
        position: static;
        margin: 0;
        width: auto;
        min-width: 0;
        display: none;
        border: none;
        background: #fff;
        padding: 0;
    }
    .main-nav__menu > li[class*=current]::after {
        display: none;
    }
    .main-nav__menu .sub-menu::before {
        display: none;
    }
    .main-nav__menu .sub-menu li + li > a {
        border: none;
    }
    .main-nav__menu .submenu-open > a {
        background: #fff;   
    }
    .main-nav__menu .menu-item.submenu-open:hover > .sub-menu,
    .main-nav__menu .submenu-open > .sub-menu {
        display: block;
    }
    .main-menu-button {
        display: block;
        position: relative;
        text-align: center;
        font-family: 'Aleo', sans-serif;
        color: #cf152d;
        font-size: 28px;
        line-height: 52px;
        float: right;
        margin: 28px 20px;
    }
    .main-menu-button-icon {
        width: 36px;
        display: inline-block;
        vertical-align: -12%;
        margin-right: 12px;
    }
    .main-menu-button-line {
        display: block;
        height: 4px;
        background: #cf152d;
        margin: 5px 0;
    }
    .menu-open .main-menu-button-line {
        background: #cf152d;
    }
    .menu-open .main-menu-button {
        color: #cf152d;
    }
    .website-footer__nav {
        display: none;
    }
    .website-footer__dev-mosaicvisuals {
        margin-top: 0;
    }
    .theme-posts-carousel__item {
        width: 480px;
    }
    .page-main-content .container div[class*="vc_col-sm-"],
    .page-main-content .container .vc_col-sm-9,
    .page-main-content .container .vc_col-sm-3 {
        float: none;
        width: auto;
        margin-bottom: 20px;
		margin-left: auto;
        margin-right: auto;
    }
	.page-main-content .hentry .vc_row-flex .vc_col-sm-4 + .vc_col-sm-8,
	.page-main-content .hentry .vc_row-flex .vc_col-sm-3 + .vc_col-sm-9 {
		order: -1;
	}
    .footer-contact-row {
        flex-wrap: wrap;
    }
    .footer-contact-row .widget {
        flex: 0 0 50%;
        box-sizing: border-box;
        font-size: 18px;
        margin-bottom: 20px;
    }
    .website-header-container {
        position: relative;
    }
    .website-header-tagline {
        display: none;
    }
    .vc_row-flex > .alignright,
    .vc_row-flex > .alignleft {
        order: 0;
    }
    .header-contacts .widget_text {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .website-header-container {
        padding: 0 10px;
        width: auto;
    }
    .page-bottom-text .wp-block-media-text__media {
        display: none;
    }
    .theme-posts-carousel__item {
        width: calc(100vw - 80px);
    }
	.theme-posts-carousel__item-content {
		height: auto;
	}
    .home .page-hero {
        margin-bottom: 0;
    }
    .theme-posts-carousel {
        margin-left: 40px;
        margin-right: 40px;
        width: auto;
        margin-top: 0;
    }
    .theme-posts-carousel__wrap {
        background-position: 0 0;
        padding-top: 40px;
    }
    .theme-posts-carousel__item {
        display: flex;
        align-items: center;
        padding-top: 20px;
    }
    div .ls-v6 .ls-nav-prev, 
    div .ls-v6 .ls-nav-next {
        width: 30px;
        height: 66px;
        margin-top:-33px;
        background-size: auto 50%;
    }


    .website-header-nav {
        margin-bottom: 0;
    }
    .main-nav__menu {
        margin-top: -1px;
    }
    .website-header .website-logo {
        margin: 21px 10px;
        width: 200px;
        height: 66px;
    }
    .main-menu-button {
        margin-left: 10px;
        margin-right: 10px;;
    }
    .website-header {
        padding: 0;
    }
    .header-right {
        width: 50%;
        position: static;
        float: right;
    }
    .header-contacts {
        padding: 10px;
    }
    .header-contacts a {
        padding-top: 0;
        padding-left: 50px;
        background-position: 0 50%;
        background-size: 40px auto;
        font-size: 16px;
        min-height: 36px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    .page-header__title {
        font-size: 24px;
        margin-top: 0;
    }
    .posts-list-thumbnail {
        width: 200px;
    }
    .posts-list-thumbnail + .posts-list-data {
        margin-left: 210px;
    }
    .footer-contact-row {
        display: block;
    }
    .footer-social__items-wrap {
        margin-right: 0;
    }
    .website-footer__logo {
        margin: 0 auto;
    }
    .footer-social-row {
        display: block;
    }
    .footer-social {
        margin-top: 20px;
        text-align: center;
    }
    .theme-posts-carousel__title {
        font-size: 36px;
    }
    .page-bottom h2 {
        padding-left: 0;
        font-size: 30px;
    }
    .wp-block-media-text__content ul {
        font-size: 18px;
    }
    .page-header {
        height: 200px;
    }
    .header-contacts a {
        padding-left: 0;
    }
    .header-social {
        text-align: left;
        white-space: nowrap;
    }
}


@media screen and (max-width: 424px) {
    h1 {
        font-size: 30px;
    }
    h2, h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 24px;
    }
    .home .page-main-content .wpb_text_column {
        margin-left: 0;
        margin-right: 0;
    }
    .posts-list-thumbnail {
        width: auto;
        float: none;
    }
    .posts-list-thumbnail + .posts-list-data {
        margin: 0;
    }
    .theme-posts-carousel {
        margin-left: 0;
        margin-right: 0;
    }
    div .vfbp-form .btn-primary, .z-theme-button, .button {
        font-size: 18px;
    }
    .theme-posts-carousel__title {
        font-size: 30px;
    }
    .theme-posts-carousel__item {
        padding: 20px 20px;
    }
    .main-menu-button .tlabel {
        display: none;
    }
    .page-header {
        height: 140px;
    }
    .header-social__item {
        width: 30px;
        height: 30px;
    }
    .header-contacts {
        padding: 0;
    }
    .top-bar-container {
        padding: 0 5px;
    }
    .footer-contact-row .widget {
        font-size: 16px;
    }
    .page-hero {
        margin-bottom: 50px;
    }
    body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title,
    body .vc_toggle_title>h4 {
        font-size: 20px;
    }
}

@media screen and (max-width: 374px) {
    .header-contacts .container {
        margin: 0;
    }
    .header-contacts__text p {
        font-size: 18px;
    }
    .main-menu-button {
        font-size: 25px;
    }
    .footer-contact-row .widget {
        font-size: 14px;
    }
    .container {
        margin: 0 10px;
    }
    div .vfbp-form .btn-primary, .z-theme-button, .button {
        font-size: 14px;
    }
    .theme-posts-carousel__title {
        font-size: 25px;
    }
}