:root {
    --theme-content-width: 960px;
    --theme-font-family: "Ubuntu", sans-serif;
    --theme-main-color: #232323;
    --theme-main-color-alt: #3f3f3f;
    --theme-addit-color: #5a5a74;

    --theme-color-white: #fff;
    --theme-color-black: #000;
    --theme-color-gray: #555;
    --theme-filter-gray: invert(32%) sepia(7%) saturate(0%) hue-rotate(213deg) brightness(100%) contrast(95%);
    --theme-color-blue: #0e71a2;
    --theme-filter-blue: invert(30%) sepia(87%) saturate(758%) hue-rotate(164deg) brightness(100%) contrast(93%);
}
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{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}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}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.alignright {text-align: right; margin: 0; display: block; float: right;}
.alignleft {text-align: left; margin: 0; display: block; float: left;}
.aligncenter {text-align: center; margin: 0 auto; display: block; float: none;}
.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}
html {font-size: 100%;}


body {background: var(--theme-color-white); margin: 0; padding: 0; font-family: var(--theme-font-family); font-optical-sizing: auto; font-weight: 400; font-style: normal;}


.hidden {visibility: hidden; display: none;}
a {text-decoration: none; outline: none; color: var(--theme-color-black);}
a:hover {color: var(--theme-color-black)}
a:focus {outline: none;}
p {color: var(--theme-color-black); font-weight: 300; font-size: 18px; line-height: 25px; margin-bottom: 20px;}
strong, b {font-weight: 700;}
ul,
ol {margin: 0; padding: 0; list-style: none;}

h1,
h2,
h3,
h4,
h5,
h6 {font-family: var(--theme-font-family); font-weight: 300; color: var(--theme-color-black);}

h1 {font-size: 70px; line-height: 74px;}
h2 {font-size: 60px; line-height: 64px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 14px;}

em {font-style: italic;}

img {max-width: 100%; height: auto; -o-object-fit: cover; object-fit: cover;}
img.alignright {float: right; margin-left: 30px;}
img.alignleft {float: left; margin-right: 30px;}
img.aligncenter {float: none; margin: 0 auto; display: block;}

input:focus,
textarea:focus,
button:focus {outline: none;}

::-webkit-input-placeholder {color: var(--theme-color-black); font-weight: 400; font-size: 14px;}
::-moz-placeholder {color: var(--theme-color-black); font-weight: 400; font-size: 14px;}
:-ms-input-placeholder {color: var(--theme-color-black); font-weight: 400; font-size: 14px;}
:-moz-placeholder {color: var(--theme-color-black); font-weight: 400; font-size: 14px;}

input,
textarea {font-size: 14px; font-weight: 400; color: #363636;}

input,
textarea,
button {font-family: var(--theme-font-family);}

a, button, .btn, input, textarea, img, svg, svg g, svg path, .swiper-button, label, ::before, ::after { transition: all .2s ease;}

.page-wrapper {width: 100%; max-width: 100%; padding: 0; margin: 0;}
.inner-wrapper {width: 100%; max-width: var(--theme-content-width); padding: 0; margin: 0 auto;}

.flex-row {display: flex; flex-wrap: wrap;}
.flex-row .flex-col10 {width: 10%;}
.flex-row .flex-col15 {width: 15%;}
.flex-row .flex-col20 {width: 20%;}
.flex-row .flex-col25 {width: 25%;}
.flex-row .flex-col30 {width: 30%;}
.flex-row .flex-col33 {width: 33.3%;}
.flex-row .flex-col35 {width: 35%;}
.flex-row .flex-col40 {width: 40%;}
.flex-row .flex-col45 {width: 45%;}
.flex-row .flex-col48 {width: 48%;}
.flex-row .flex-col49 {width: 49%;}
.flex-row .flex-col50 {width: 50%;}
.flex-row .flex-col55 {width: 55%;}
.flex-row .flex-col60 {width: 60%;}
.flex-row .flex-col65 {width: 65%;}
.flex-row .flex-col70 {width: 70%;}
.flex-row .flex-col75 {width: 75%;}
.flex-row .flex-col80 {width: 80%;}
.flex-row .flex-col85 {width: 85%;}
.flex-row .flex-col90 {width: 90%;}
.flex-row .flex-col95 {width: 95%;}
.flex-row .flex-col100 {width: 100%;}

.transition-all { transition: all .2s ease-in-out;}

.cnt-top-bar {border-bottom: 1px solid #e1e1e1;}
.cnt-top-bar p,
.cnt-top-bar a,
.cnt-top-bar span {font-size: 13px; line-height: 15px; color: var(--theme-color-gray);}
.cnt-top-bar .inner-wrapper {display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;}
.cnt-top-bar .inner-wrapper .cnt-tb-left,
.cnt-top-bar .inner-wrapper .cnt-tb-right {display: flex; align-items: center;}
.cnt-top-bar .inner-wrapper .cnt-tb-left {border-left: 1px solid #e1e1e1; justify-content: flex-start;}
.cnt-top-bar .inner-wrapper .cnt-tb-left .tbl-box {border-right: 1px solid #e1e1e1; min-height: 45px; display: flex; align-items: center; padding: 0 12px;}
.cnt-top-bar .inner-wrapper .cnt-tb-left .tbl-box a {display: flex; align-items: center;}
.cnt-top-bar .inner-wrapper .cnt-tb-left .tbl-box a:hover {color: var(--theme-color-blue);}
.cnt-top-bar .inner-wrapper .cnt-tb-left .tbl-box a img {margin-right: 10px; -webkit-filter: var(--theme-filter-gray); filter: var(--theme-filter-gray);}
.cnt-top-bar .inner-wrapper .cnt-tb-left .tbl-box a:hover img {-webkit-filter: var(--theme-filter-blue);filter: var(--theme-filter-blue);}
.cnt-top-bar .inner-wrapper .cnt-tb-right {border-right: 1px solid #e1e1e1;}
.cnt-top-bar .inner-wrapper .cnt-tb-right {justify-content: flex-end;}
.cnt-top-bar .inner-wrapper .cnt-tb-right ul.social-links {display: flex; align-items: center; border-left: 1px solid #e1e1e1; min-height: 45px; padding: 0 12px;}
.cnt-top-bar .inner-wrapper .cnt-tb-right ul.social-links li {margin-right: 13px;}
.cnt-top-bar .inner-wrapper .cnt-tb-right ul.social-links li:last-child {margin-right: 0;}
.cnt-top-bar .inner-wrapper .cnt-tb-right ul.social-links li a img {-webkit-filter: var(--theme-filter-gray);filter: var(--theme-filter-gray);}
.cnt-top-bar .inner-wrapper .cnt-tb-right ul.social-links li a:hover img {-webkit-filter: var(--theme-filter-blue);filter: var(--theme-filter-blue);}

@media all and (max-width: 450px) {
    .cnt-top-bar .inner-wrapper .cnt-tb-left .tbl-box {width: 50%;}
}

/* HEADER */
.main-header {border-bottom: 1px solid #e1e1e1; background: var(--theme-color-white);}
.main-header .main-header-inner {position: relative; display: flex; justify-content: space-between; flex-wrap: wrap; height: auto; background: var(--theme-color-white); width: 100%; position: relative; z-index: 9999;}
.main-header .main-header-inner .logo-link {display: flex; align-items: center; justify-content: flex-start;}
.main-header .main-header-inner .logo-link img.logo {max-width: 240px; max-height: 36px;}

.main-header.stuck {position: fixed; top: 0; left: 0; right: 0; border-bottom: 1px solid var(--theme-color-blue);}



/* MAIN MENU */

#rwd-nav,
#rwd-nav ul,
#rwd-nav ul li,
#rwd-nav ul li a,
#rwd-nav #menu-button {margin: 0; padding: 0; border: 0; list-style: none; line-height: 1; display: block; position: relative; box-sizing: border-box;}
#rwd-nav #menu-button {display: none;}

#rwd-nav {background: transparent; display: flex; align-items: center; margin-top: 30px;}
#rwd-nav > ul > li {float: left; display: flex; align-items: center; margin: 0 2px 0 0;}
#rwd-nav > ul > li:last-child {margin: 0;}
#rwd-nav > ul > li > a {padding: 7px 10px 33px 10px; border-bottom: 2px solid transparent; font-size: 14px; line-height: 20px; text-decoration: none; color: #888888; font-weight: 700; text-transform: uppercase;}
#rwd-nav > ul > li.current-menu-parent > a,
#rwd-nav > ul > li.current-menu-item > a,
#rwd-nav > ul > li:hover > a {border-bottom: 2px solid var(--theme-color-blue); color: var(--theme-color-blue);}
#rwd-nav > ul > li.has-sub > a {padding-right: 30px; display: flex;}
#rwd-nav ul ul {position: absolute; left: -9999px; z-index: 9;}
#rwd-nav ul ul li {height: 0; transition: all .2s ease;}
#rwd-nav li:hover > ul {left: auto; border: 1px solid #e1e1e1;}
#rwd-nav li:hover > ul > li {height: auto;}
#rwd-nav > ul > li:hover > ul {top: 62px;}
#rwd-nav ul ul ul {margin-left: 100%; top: -4px;}
#rwd-nav ul ul li a {border-bottom: 0; padding: 7px 20px; width: 290px; font-size: 14px; line-height: 25px; text-decoration: none; color: #888888; font-weight: 600; background: var(--theme-color-white);}
#rwd-nav ul ul li:first-child > a {padding: 10px 20px 2px;}
#rwd-nav ul ul li:last-child > a {padding: 2px 20px 16px;}
#rwd-nav ul ul li:last-child > a,
#rwd-nav ul ul li.last-item > a {border-bottom: 0;}
#rwd-nav ul ul li.current-menu-item > a,
#rwd-nav ul ul li:hover > a,
#rwd-nav ul ul li a:hover {color: var(--theme-color-blue);}


#rwd-nav ul li.has-sub > a:after {position: absolute; top: 12px; right: 12px; width: 10px; height: 10px; display: block; background: url('../svg/ico-down.svg') no-repeat center; content: ''; background-size: 10px;}


.main-header,
.main-header .main-header-inner {background: var(--theme-color-blue);}

@media all and (min-width: 960px) {

#rwd-nav > ul > li > a {color: var(--theme-color-white);}
#rwd-nav > ul > li.current-menu-parent > a,
#rwd-nav > ul > li.current-menu-item > a,
#rwd-nav > ul > li:hover > a{color: #d1d1d1;}

#rwd-nav > ul > li.has-sub > a:after {background: url('../svg/ico-down-white.svg') no-repeat center; background-size: 10px;}
#rwd-nav > ul ul > li.has-sub > a:after {transform: rotate(-90deg);}
}


/* mobile menu button */
#rwd-nav.mobile-view #menu-button {display: block; padding: 0; width: 25px; height: 25px; color: var(--theme-color-white); cursor: pointer; font-size: 12px; font-weight: 700;}
#rwd-nav.mobile-view #menu-button .menu-button-text {display: none;}

#rwd-nav.mobile-view #menu-button:before,
#rwd-nav.mobile-view #menu-button:after { transition: all .25s ease;position: absolute; display: block;}
#rwd-nav.mobile-view #menu-button:before {top: 2px; right: 0; height: 3px; width: 25px; background: var(--theme-color-white); content: '';}
#rwd-nav.mobile-view #menu-button:after {top: 11px; right: 0; height: 6px; width: 25px; border-top: 3px solid var(--theme-color-white); border-bottom: 3px solid var(--theme-color-white); content: '';}

#rwd-nav.mobile-view #menu-button.menu-opened:before {top: 11px; background: var(--theme-color-white); width: 25px; transform: rotate(-45deg);}
#rwd-nav.mobile-view #menu-button.menu-opened:after {top: 11px; border: 0; height: 3px; width: 25px; background: var(--theme-color-white); transform: rotate(45deg);}

/* mobile sub menu button */
#rwd-nav.mobile-view .submenu-button {position: absolute; z-index: 99; right: 0; top: 0; display: block; border-left: 1px solid rgba(120, 120, 120, 0.2); height: 45px; width: 35px; cursor: pointer;}
#rwd-nav.mobile-view .submenu-button:before {position: absolute; top: 15px;right: 17px; display: block; width: 2px; height: 12px; background: var(--theme-color-blue); content: '';}
#rwd-nav.mobile-view .submenu-button:after {position: absolute; top: 20px; right: 12px; width: 12px; height: 2px; display: block; background: var(--theme-color-blue); content: '';}

#rwd-nav.mobile-view ul ul .submenu-button {height: 42px; width: 34px;}
#rwd-nav.mobile-view ul ul .submenu-button:before {top: 15px; right: 16px;}
#rwd-nav.mobile-view ul ul .submenu-button:after {top: 20px; right: 11px;}

#rwd-nav.mobile-view .submenu-button.submenu-opened {background: var(--theme-color-blue);}
#rwd-nav.mobile-view .submenu-button.submenu-opened:after {background: var(--theme-color-white);}
#rwd-nav.mobile-view .submenu-button.submenu-opened:before {display: none;}


/* rwd menu */
#rwd-nav.mobile-view {width: auto; margin: 0;}
#rwd-nav.mobile-view ul {width: 300px; display: none; position: fixed; top: 0; bottom: 0; left: 0; background: var(--theme-color-white); z-index: 3; border-right: 1px solid rgba(120, 120, 120, 0.2);}
#rwd-nav.mobile-view ul li {width: 100%; border-top: 1px solid rgba(120, 120, 120, 0.2);}
#rwd-nav.mobile-view li:hover > ul {border: 0;}
#rwd-nav.mobile-view ul ul li,
#rwd-nav.mobile-view li:hover > ul > li {height: auto;}
#rwd-nav.mobile-view > ul > li:hover > ul {top: 0; border: 0;}
#rwd-nav.mobile-view ul li a,
#rwd-nav.mobile-view ul ul li a {width: 100%; border-bottom: 0;}
#rwd-nav.mobile-view ul li a {padding: 12px 10px;}
#rwd-nav.mobile-view ul ul li a {padding: 8px 10px;}
#rwd-nav.mobile-view > ul {overflow: hidden;}
#rwd-nav.mobile-view > ul > li {float: none; flex-wrap: wrap;}
#rwd-nav.mobile-view > ul > li:after {display: none;}
#rwd-nav.mobile-view > ul > li:first-child {border-top: 1px solid rgba(120, 120, 120, 0.2); margin-top: 50px;}
#rwd-nav.mobile-view > ul > li:last-child {border-bottom: 1px solid rgba(120, 120, 120, 0.2);}
#rwd-nav.mobile-view ul ul {position: relative; top: 0;}
#rwd-nav.mobile-view ul ul li a {padding-left: 20px; font-size: 14px;}
#rwd-nav.mobile-view ul ul ul {margin-left: 0;}
#rwd-nav.mobile-view ul ul ul li a {padding-left: 35px;}
#rwd-nav.mobile-view ul ul li a {color: #888888; background: none;}
#rwd-nav.mobile-view ul ul,
#rwd-nav.mobile-view ul ul ul,
#rwd-nav.mobile-view > ul > li.has-sub > a:after,
#rwd-nav.mobile-view > ul > li.has-sub > a:before,
#rwd-nav.mobile-view ul ul > li.has-sub > a:after,
#rwd-nav.mobile-view ul ul > li.has-sub > a:before {display: none;}


/* HOME */
.home-banner {max-height: 425px; overflow: hidden; margin: 0 0 40px;}

.home-page h1 {text-align: center; margin: 0 0 60px;}
.home-page h2 {text-align: center; margin: 0 0 30px;}

.offer-list {margin: 0 0 100px;}
.offer-list .flex-row .flex-col .flex-col-inner {text-align: center;}
.offer-list .flex-row .flex-col .flex-col-inner .icon-cont {margin-bottom: 30px;}
.offer-list .flex-row .flex-col .flex-col-inner .spacer-cont {font-size: 18px; line-height: 18px; font-weight: 700; margin-bottom: 15px;}
.offer-list .flex-row .flex-col .flex-col-inner .text-cont p {font-size: 14px; line-height: 16px;}

.home-carousel-list {margin: 0 0 60px;}
.home-carousel-list .swiper-wrapper {align-items: center;}
.home-carousel-list .hcl-single,
.home-carousel-list .hcl-single .hcl-single-inner {display: flex; justify-content: center; align-items: center;}
.home-carousel-list .hcl-single .hcl-single-inner a {display: block; width: 100%; height: 100%; text-align: center;}
.home-carousel-list .hcl-single .hcl-single-inner img {width: auto; max-width: 200px; height: auto; max-height: 50px;}

/* SUB PAGE */
.page-content.subpage {padding: 0; margin-bottom: 60px;}
.page-content.subpage h1 {text-align: center; padding: 25px 0; border-bottom: 1px solid #e1e1e1; font-size: 60px; line-height: 64px;}
.page-content.subpage ol,
.page-content.subpage ul {margin: 0 0 30px;}
.page-content.subpage p,
.page-content.subpage p a,
.page-content.subpage li {color: var(--theme-color-gray); font-size: 14px; line-height: 1.8; font-weight: 400;}
.page-content.subpage .inner-wrapper.no-columns {padding-top: 45px;}
.page-content.subpage .flex-row .flex-col .flex-col-inner {padding-top: 45px;}
.page-content.subpage .flex-row .flex-col70.fc-left {width: calc(100% - 250px);}
.page-content.subpage .flex-row .flex-col70.fc-left .flex-col-inner {margin-right: 40px;}
.page-content.subpage .flex-row .flex-col100.fc-left {width: 100%;}
.page-content.subpage .flex-row .flex-col30.fc-right {border-left: 1px solid #e1e1e1; width: 249px;}
.page-content.subpage .flex-row .flex-col30.fc-right .flex-col-inner {margin-left: 40px;}

.logos-list {margin: 80px 0 60px; display: flex; justify-content: flex-start; flex-wrap: wrap;}
.logos-list .ll-single {width: calc(25% - 40px); margin: 0 20px 20px; position: relative;}
.logos-list .ll-single,
.logos-list .ll-single .ll-single-inner,
.logos-list .ll-single .ll-single-inner a {display: flex; justify-content: center; align-items: center;}
.logos-list .ll-single .ll-single-inner img {width: auto; height: auto; transform: translateY(0px); transition: transform 0.4s, opacity 0.1s 0.3s; max-width: 200px; max-height: 50px;}
.logos-list .ll-single .ll-single-inner span {transition: all .2s ease; position: absolute; top: 0; left: 0; padding: 10px 20px 10px 20px; color: #fff; font-size: 16px; font-weight: 700; line-height: 1.5; width: 100%; top: auto; bottom: 0; opacity: 0; transform: translateY(100%); transition: transform 0.4s, opacity 0.1s 0.3s; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; box-sizing: border-box; -moz-box-sizing: border-box; text-align: center; background: var(--theme-color-blue); text-transform: uppercase;}
.logos-list .ll-single:hover .ll-single-inner img {transform: translateY(-40px); transition: transform 0.4s;}
.logos-list .ll-single:hover .ll-single-inner span {opacity: 1; transform: translateY(0px); transition: transform 0.4s, opacity 0.1s;}


@media all and (max-width: 860px) {
    .logos-list .ll-single {width: calc(33.3% - 40px);}
}
@media all and (max-width: 860px) {
    .logos-list .ll-single {width: calc(50% - 40px);}
}

@media all and (max-width: 450px) {
    .logos-list .ll-single {width: 100%; margin: 0 0 30px;}
    .logos-list .ll-single:last-of-type {margin: 0;}
}

.wpcf7 form.wpcf7-form p label {color: var(--theme-color-black); text-transform: uppercase; font-size: 13px; font-weight: 700; line-height: 15px;}
.wpcf7 form.wpcf7-form p label span.wpcf7-form-control-wrap {width: 100%; display: block;}
.wpcf7 form.wpcf7-form p label span.wpcf7-form-control-wrap .wpcf7-not-valid-tip {text-transform: none; font-weight: 700;}
.wpcf7 form.wpcf7-form p label span.wpcf7-form-control-wrap input,
.wpcf7 form.wpcf7-form p label span.wpcf7-form-control-wrap textarea {padding: 8px 10px 7px 10px; width: calc(100% - 22px); font-size: 14px; margin: 0; border: 1px solid #e1e1e1; background: #fff;}

.wpcf7 form.wpcf7-form p label span.wpcf7-form-control-wrap input:focus {background: #f9f9f9;}
.wpcf7 form.wpcf7-form p label span.wpcf7-form-control-wrap textarea:focus {background: #f9f9f9;}
.wpcf7 form.wpcf7-form p .wpcf7-submit {padding: .4em 1.5em .4em 1.5em !important; color: #fff; background: var(--theme-color-blue); border: 2px solid var(--theme-color-blue); text-transform: uppercase; font-size: 13px; line-height: 20px; font-weight: 600; cursor: pointer;}
.wpcf7 form.wpcf7-form .wpcf7-response-output {font-size: 14px; margin: 2em 0 1em; padding: 0.7em 1em;}

.page-content.subpage .widget-content {margin-bottom: 40px;}
.page-content.subpage .widget-content:last-of-type {margin-bottom: 0;}
.page-content.subpage .widget-content .widget-title {color: var(--theme-color-black); font-size: 22px; line-height: 24px; font-weight: 400; margin: 0 0 24px; display: inline-block;}


.contact-page .page-content.subpage .inner-wrapper.no-columns {text-align: center;}


/* FOOTER */
.main-footer {background: #191919; margin: 0; padding: 0;}
.main-footer .footer-top {display: flex; flex-wrap: wrap; justify-content: flex-start; padding: 40px 0 20px;}
.main-footer .footer-top .footer-block {width: 25;}
.main-footer .footer-top .footer-block .footer-block-title {position: relative; line-height: 18px; font-size: 18px; font-weight: 700; margin: 0;}
.main-footer .footer-top .footer-block ul li {margin: 0 0 12px 0;}
.main-footer .footer-top .footer-block ul li a {color: var(--theme-color-white); font-size: 14px; font-weight: 400; line-height: 14px;}
.main-footer .footer-top .footer-block ul li a:hover {color: var(--theme-color-blue);}
.main-footer .footer-top .footer-block p {font-size: 14px; font-weight: 400; line-height: 14px; text-transform: none; color: var(--theme-color-black); margin: 0 0 12px 0;}

.main-footer .footer-bottom {display: flex; justify-content: space-between; flex-wrap: wrap; padding: 20px 0;}
.main-footer .footer-bottom p {font-size: 12px; color: #999; margin: 0;}

.menu-footer {margin: 0;}
.menu-footer ul {display: flex; justify-content: flex-end;}
.menu-footer ul li {margin-left: 15px;}
.menu-footer ul li:first-child {margin-left: 0;}
.menu-footer ul li a {color: var(--theme-color-white); font-size: 13px; line-height: 25px; font-weight: 600; display: inline-block;}
.menu-footer ul li a:hover {color: var(--theme-color-blue);}

/* RWD CONTENT */

@media all and (max-width: 990px) {
    h1, h2, .page-content.subpage h1, .page-content.subpage h2 {font-size: 54px; line-height: 58px;}
    .page-wrapper {width: auto; padding: 0;}
    .main-header .main-header-inner {width: auto; padding: 20px 15px;}
    .inner-wrapper {width: auto; padding: 0 15px;}
    .main-footer .footer-top {padding: 20px 15px 0;}
    .main-footer .footer-bottom {padding: 20px 15px;}
    .offer-list .flex-row {justify-content: center;}
    .offer-list .flex-row .flex-col {width: 50%; margin-bottom: 30px;}
}
@media all and (max-width: 670px) {
    h1, h2, .page-content.subpage h1, .page-content.subpage h2 {font-size: 44px; line-height: 48px;}
    .page-content.subpage .flex-row .fc-left,
    .page-content.subpage .flex-row .flex-col70.fc-left,
    .page-content.subpage .flex-row .fc-right,
    .page-content.subpage .flex-row .flex-col30.fc-right {width: 100%; border: 0;}
    .page-content.subpage .flex-row .fc-left .flex-col-inner,
    .page-content.subpage .flex-row .flex-col70.fc-left .flex-col-inner,
    .page-content.subpage .flex-row .fc-right .flex-col-inner,
    .page-content.subpage .flex-row .flex-col30.fc-right .flex-col-inner {margin-left: 0; margin-right: 0;}
}
@media all and (max-width: 500px) {
    h1, h2, .page-content.subpage h1, .page-content.subpage h2 {font-size: 34px; line-height: 38px;}
    .offer-list .flex-row .flex-col {width: 100%;}
    .menu-footer ul {justify-content: flex-start; flex-wrap: wrap;}
    .menu-footer ul li:first-child,
    .menu-footer ul li {margin-left: 0; margin-right: 15px;}
    .menu-footer ul li:last-child {margin-right: 0;}
}
@media all and (max-width: 450px) {
    .cnt-top-bar .inner-wrapper {justify-content: center;}
    .cnt-top-bar .inner-wrapper .cnt-tb-right {display: none;}
}