html {
    overflow-x: hidden;
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #404040;
    padding: 164px 24px 24px;
    background-color: #ffffff;
    overflow-x: hidden;
}
body.error-404 {
    padding-top: 24px;
}
body.ham-active,
body.search-active {
    overflow-y: hidden;
}

h1 {
    font-size: 48px;
    line-height: 56px;
    color: #453E38;
    font-weight: 700;
}
h2 {
    font-size: 36px;
    line-height: 44px;
    color: #453E38;
    font-weight: 700;
}
h3 {
    font-size: 24px;
    line-height: 32px;
    color: #453E38;
    font-weight: 700;
}
h4 {
    font-size: 20px;
    line-height: 26px;
    color: #453E38;
    font-weight: 700;
}
h5 {
    font-size: 18px;
    line-height: 26px;
    color: #453E38;
    font-weight: normal;
}
h6 {
    font-size: 14px;
    line-height: 20px;
    color: #E3001B;
    font-weight: normal;
}
a {
    color: #E3001B;
    text-decoration: none;
}

p, li {
    font-size: 16px;
    line-height: 24px;
    color: #404040;
    font-weight: 400;
}

.red-text h1 {
    color: #E3001B;
}
.red-text h2 {
    color: #E3001B;
}
.red-text h3 {
    color: #E3001B;
}
.red-text h4 {
    color: #E3001B;
}
.red-text h5 {
    color: #E3001B;
}
.red-text a {
    color: #E3001B;
}

.red-text p, .red-text li {
    color: #E3001B;
}

.white-text h1 {
    color: #ffffff;
}
.white-text h2 {
    color: #ffffff;
}
.white-text h3 {
    color: #ffffff;
}
.white-text h4 {
    color: #ffffff;
}
.white-text h5 {
    color: #ffffff;
}
.white-text a {
    color: #ffffff;
}
.white-text p, .white-text li {
    color: #ffffff;
}

li {
    margin-bottom: 10px;
}
li:last-child {
    margin-bottom: 0;
}
ul {
    list-style: none;
}

div.text h1,
div.text h2,
div.text h3,
div.text h4,
div.text h5,
div.text h6,
div.text p {
    margin-bottom: 20px;
}
div.text h1:last-child,
div.text h2:last-child,
div.text h3:last-child,
div.text h4:last-child,
div.text h5:last-child,
div.text h6:last-child,
div.text p:last-child {
    margin-bottom: 0;
}

.text ul li {
    position: relative;
    padding-left: 20px;
}
.text ul li::before {
    content: "";
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #E3001B;
    display: block;
    position: absolute;
}
.text small {
    font-size: 14px;
    line-height: 18px;
}


ol {
    list-style: none;
    counter-reset: ol-counter;
}
ol li {
    counter-increment: ol-counter;
    position: relative;
    padding-left: 20px;
}
ol li::before {
    content: counter(ol-counter) ". ";
    color: #E3001B;
    right: calc(100% - 10px);
    top: 0;
    display: block;
    position: absolute;
}


header {
    padding: 24px 24px 30px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #fff;
}
header div.header-wrapper {
    position: relative;
}
header nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
header nav ul.submenu {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 10px 5px;
    background-color: #ffffff;
    z-index: -1;
    opacity: 0;
    transition: .3s;
    width: max-content;
    transform: scaleY(0);
}
header nav li:hover ul.submenu {
    z-index: 9;
    opacity: 1;
    transition: .3s;
    transform: scaleY(1);
}

header nav ul li {
    position: relative;
    margin: 0 15px;
}
header nav ul.submenu li {
    margin-bottom: 10px;
}
header nav ul li a {
    color: #687682;
    font-size: 14px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 4px solid transparent;
    transition: .3s;
}
header nav ul li a:hover {
    color: #453E38;
    transition: .3s;
}
header nav ul li.active > a {
    border-color: #E3001B;
}
header nav ul.submenu li a {
    font-weight: normal;
}
header nav.top ul {
    justify-content: flex-end;
    padding-bottom: 35px;
}
header nav.top ul ul {
    padding-bottom: 10px;
}
header nav.top ul li {
    line-height: 19px;
}
header nav.top ul li.h {
    display: none;
}
header nav.top ul li.h a {
    display: block;
    position: relative;
    width: 24px;
    height: 24px;
    line-height: 1;
    border-bottom: none;
}
header nav.top ul li.h a span {
    display: block;
    width: 100%;
    height: 2px;
    background: #687682;
    position: absolute;
    left: 0;
}
header nav.top ul li.h a span:nth-child(1) {
    top: 3px;
}
header nav.top ul li.h a span:nth-child(2) {
    top: 11px;
}
header nav.top ul li.h a span:nth-child(3) {
    top: 19px;
}
header nav.top ul li a {
    font-size: 12px;
    line-height: 19px;
    text-transform: none;
    font-weight: normal;
}
header nav.top ul li a i {
    font-size: 24px;
}
header div.bottom {
    position: relative;
}
header div.bottom a.become-member {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #E3001B;
    border-radius: 26px;
    padding: 6px 16px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
}

header div.logo a.logo {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    transition: .5s;
}
header div.logo a.logo img {
    height: 100%;
}

/* Scroll (only on desktop) */

@media only screen and (min-width: 769px) {
    header div.top {
        height: 60px;
        transition: .5s;
        opacity: 1;
    }
    body.scrolled header div.top {
        height: 0;
        overflow: hidden;
        transition: .5s;
        opacity: 0;
    }
    body.scrolled header div.logo a.logo {
        height: 45px;
        transition: .5s;
    }
}

/* Burger */

header div.burger {
    display: block;
    transform: translateY(-100%);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #687682;
    z-index: 999;
    padding: 60px 10px 120px;
    transition: .3s;
}
body.ham-active header div.burger {
    transform: translateY(0);
    transition: .3s;
}

header div.burger a.close {
    position: absolute;
    right: 20px;
    top: 30px;
    color: #ffffff;
    font-size: 18px;
    z-index: 99;
}

header div.burger nav.ham-main {
    position: absolute;
    left: 10px;
    top: 40px;
    right: 10px;
    bottom: 120px;
    overflow-y: auto;
}
header div.burger nav ul {
    display: block;
}
header div.burger nav ul li {
    text-align: center;
}
header div.burger nav ul li a {
    color: #ffffff;
}

header div.burger nav.ham-main ul li a {
    font-size: 24px;
    line-height: 48px;
}
header div.burger nav.ham-main li.has-children > a::after {
    content: "+";
    margin-left: 5px;
}
header div.burger nav.ham-main li.has-children.active > a::after {
    content: "-";
}
header div.burger nav.ham-main ul.submenu {
    display: block;
    position: static;
    padding: 0;
    width: 100%;
    opacity: 1;
    z-index: 1;
    background: none;
    box-sizing: border-box;
    overflow: hidden;
    transform: scaleY(0);
}
header div.burger nav.ham-main ul.submenu:hover {
    transform: scaleY(0);
}
header div.burger nav.ham-main li.active ul.submenu {
    transform: scaleY(1);
}
header div.burger nav.ham-main ul.submenu li:first-child {
    margin-top: 15px;
}
header div.burger nav.ham-main ul.submenu li:last-child {
    margin-bottom: 15px;
}
header div.burger nav.ham-main ul.submenu li a {
    font-size: 18px;
    line-height: 32px;
    text-transform: none;
}
header div.burger div.become-member {
    margin: 40px 0;
    text-align: center;
}
header div.burger a.become-member {
    background: #E3001B;
    border-radius: 26px;
    padding: 6px 16px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
}

header div.burger nav.ham-top {
    position: absolute;
    bottom: 40px;
    left: 10px;
    right: 10px;
}
header div.burger nav.ham-top ul {
    display: flex;
    flex-wrap: wrap;
}
header div.burger nav.ham-top ul li a {
    text-transform: none;
    font-weight: normal;
}
header div.burger nav.ham-top ul.submenu {
    display: none;
}

header div.profile-modal {
    width: 100%;
    min-width: max-content;
    display: block;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #ffffff;
    z-index: -1;
    opacity: 0;
    transition: .3s;
    transform: scaleY(0);
}
header div.profile-modal div.profile-modal-w {
    padding: 10px 0;
}
header li:hover div.profile-modal {
    z-index: 9;
    opacity: 1;
    transition: .3s;
    transform: scaleY(1);
}
header div.profile-modal a {
    display: block;
}

    /* Search */
div.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(69, 62, 56, .96);
    z-index: -1;
    opacity: 0;
    transition: .3s;
}
.search-active div.search-popup {
    transition: .3s;
    z-index: 99;
    opacity: 1;
}
div.search-popup a.close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 56px;
    height: 56px;
    background-color: #ffffff;
    box-shadow: 0 0 8px #00000029;
    color: #808080;
    border-radius: 100%;
    font-size: 16px;
}
div.search-popup a.close i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}
div.search-popup h2 {
    color: #ffffff;
    margin-bottom: 30px;
}
div.search-popup div.search-wrapper {
    width: 800px;
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}
div.search-popup div.search {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div.search-popup div.input {
    width: calc(100% - 68px);
}
div.search-popup div.input input {
    font-size: 18px;
    line-height: 24px;
    padding: 12px 14px;
    background: #FFFFFF;
    border-radius: 2px;
    width: 100%;
    border: none;
    box-sizing: border-box;
}
div.search-popup div.submit button {
    position: relative;
    background: #E3001B;
    color: #ffffff;
    width: 52px;
    height: 52px;
    border-radius: 100%;
    border: none;
}
div.search-popup div.submit button i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
}

div#back-to-top {
    position: fixed;
    z-index: 98;
    right: 48px;
    bottom: 36px;
    opacity: 1;
    transition: .3s;
}
div#back-to-top.hidden {
    z-index: -1;
    opacity: 0;
    transition: .3s;
}
div#back-to-top a {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 100px;
    background-color: #E3001B;
    color: #fff;
    transition: .3s;
}
div#back-to-top a:hover {
    height: 72px;
    transition: .3s;
}
div#back-to-top a span {
    transform: rotateZ(-90deg) translate(50%, -50%);
    position: absolute;
    left: 18px;
    top: 18px;
}

body.popup-active {
    overflow: hidden;
}

/*** Error 404 ***/

body.error-404 {
    box-sizing: border-box;
    width: 100vw;
    height: 100vh;
}
body.error-404 > div.page {
    width: 100%;
    height: 100%;
    position: relative;
}
body.error-404 > div.page div.error-404-page {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
body.error-404 > div.page div.error-404-header {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 80px;
}
body.error-404 > div.page div.error-404-content {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
body.error-404 > div.page div.error-404-page a.kmu-button {
    color: #ffffff;
}

/*** Cookie ***/
div.cookie-policy {
    background: #FFFFFF;
    box-shadow: 0px 0px 8px #00000029;
    box-sizing: border-box;
    width: 400px;
    max-width: calc(100% - 48px);
    right: 24px;
}
div.cookie-policy div.wrapper {
    display: block;
    background: #FFFFFF;
}
div.cookie-policy div.wrapper div.right,
div.cookie-policy div.wrapper div.left {
    display: block;
    width: 100%;
    text-align: left;
}
div.cookie-policy div.wrapper div.left {
    margin-bottom: 15px;
}
div.cookie-policy div.wrapper div.left p {
    font-size: 14px;
    line-height: 22px;
}
div.cookie-policy div.wrapper div.right a.kmu-button {
    padding: 4px 16px 4px 42px;
    background: none;
    color: #4d565b;
    min-width: 1px;
}
div.cookie-policy div.wrapper div.right a.kmu-button:hover {
    color: #ffffff;
}
div.cookie-policy div.wrapper div.right a.kmu-button::before {
    left: 16px;
}
div.cookie-policy div.wrapper div.right a.kmu-button i {
    width: 32px;
    height: 32px;
    font-size: 12px;
}

/*** Home header row ***/
div.row.home-header-row {
    height: 66vh;
    position: relative;
}
div.row.home-header-row > div.row-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*** BG Row ***/
div.row.kmu-background {
    position: relative;
}
div.row.kmu-background img {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 50%;
    object-fit: cover;
}

/*** KMU Buttons ***/
a.kmu-button {
    position: relative;
    padding: 14px 16px 14px 60px;
    line-height: 24px;
    color: #453E38;
    text-transform: uppercase;
    font-weight: bold;
    transition: .3s;
    display: inline-block;
}
a.kmu-button:hover {
    color: #ffffff;
    transition: .3s;
}
a.kmu-button::before {
    content: "";
    position: absolute;
    left: 27px;
    top: 0;
    bottom: 0;
    right: 100%;
    border-radius: 0 26px 26px 0;
    background-color: #E3001B;
    transition: .3s;
}
a.kmu-button:hover::before {
    right: 0;
    transition: .3s;
}
a.kmu-button i {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #E3001B;
    color: #ffffff;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
a.kmu-button i::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
a.kmu-button span {
    position: relative;
    z-index: 1;
}

.zindex2 {
    position: relative;
    z-index: 2;
}

.radial-gradient-hover {
    background: radial-gradient(circle at bottom right, #E3001B 0%, #E3001B 50%, #687682 50%, #687682 100%) 0% -100%;
    transition: 1.2s;
    background-size: 200% 400%;
}
.radial-gradient-hover:hover {
    background-position: 100% -50%;
    transition: 1.2s;
}
.radial-gradient-hover-light {
    background: radial-gradient(circle at bottom right, #E3001B 0%, #E3001B 50%, rgba(104, 118, 130, .08) 50%, rgba(104, 118, 130, .08) 100%) 0% -100%;
    transition: 1.2s;
    background-size: 200% 400%;
}
.radial-gradient-hover-light:hover {
    background-position: 100% -50%;
    transition: 1.2s;
}


.has-icon {
    position: relative;
    padding-left: 25px;
}
.has-icon > i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.text .has-icon > i {
    color: rgba(104, 118, 130, .5);
    transition: .3s;
}
.text a.has-icon:hover > i {
    color: rgba(104, 118, 130, 1);
    transition: .3s;
}


/*** Form ***/
button, textarea, input, select {
    font-family: 'Montserrat', sans-serif;
    outline: none;

}
textarea {
    resize: vertical;
}

div.form form li,
div.contact form li {
    position: relative;
}
div.form form li.error strong,
div.contact form li.error strong {
    position: absolute;
    right: 0;
    color: #E3001B;
    font-size: 11px;
}
div.form form label,
div.contact form label {
    color: #808080;
    font-size: 12px;
    line-height: 30px;
    display: block;
    text-transform: uppercase;
}
div.form form input[type="email"],
div.form form input[type="text"],
div.form form input[type="password"],
div.form form textarea,
div.contact form input[type="email"],
div.contact form input[type="text"],
div.contact form textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #E8E8E8;
    border-radius: 2px;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
    transition: border-color .3s;
}
div.form form input[type="email"]:hover,
div.form form input[type="text"]:hover,
div.form form input[type="password"]:hover,
div.form form textarea:hover,
div.contact form input[type="email"]:hover,
div.contact form input[type="text"]:hover,
div.contact form textarea:hover {
    border-color: #C0C0C0;
    transition: border-color .3s;
}
div.form form .active input[type="email"],
div.form form .active input[type="text"],
div.form form .active input[type="password"],
div.form form .active textarea,
div.contact form .active input[type="email"],
div.contact form .active input[type="text"],
div.contact form .active textarea {
    border-color: #808080;
    transition: border-color .3s;
}
div.form form .error input[type="email"],
div.form form .error input[type="text"],
div.form form .error input[type="password"],
div.form form .error textarea,
div.contact form .error input[type="email"],
div.contact form .error input[type="text"],
div.contact form .error textarea {
    border-color: #E3001B;
    transition: border-color .3s;
}

div.form form li.submit,
div.contact form li.submit {
    padding-top: 80px;
}

/*** MoveCaptcha ***/
form div.move-captcha div.destination {
    background-image: url(/page/custom/site/dsg/captcha/placeHolder.png);
}
form div.move-captcha div.help::before {
    background-image: url(/page/custom/site/dsg/captcha/bulletLine.png);
}
form div.move-captcha div.help::after {
    background-image: url(/page/custom/site/dsg/captcha/arrowLine.png);
}
form div.move-captcha div.handle {
    background-image: url(/page/custom/site/dsg/captcha/logo.png);
    background-position: 9px 15px;
}
form div.move-captcha div.wrapper {
    background-image: url(/page/custom/site/dsg/captcha/mouse.png);
}

/* Success */
div.form div.success,
div.contact div.success {
    padding: 16px 24px;
    border-top: 8px solid #84C318;
    box-shadow: 0px 0px 8px #00000029;
}

/* Form sizes and alignments */
div.form form li,
div.contact form li {
    clear: both;
    box-sizing: border-box;
}
div.form form li.left,
div.contact form li.left {
    display: inline-block;
    float: left;
    clear: none;
}
div.form form li.right,
div.contact form li.right {
    display: inline-block;
    float: right;
    clear: none;
}
div.form form li.left > div,
div.contact form li.left > div {
    padding-right: 10px;
}
div.form form li.right > div,
div.contact form li.right > div {
    padding-left: 10px;
}

div.form form li > div,
div.contact form li > div {
    position: relative;
}
div.form form li > div::before,
div.contact form li > div::before {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    height: 3px;
    background-color: #E3001B;
    opacity: 0;
    transition: .3s;
}
div.form form li > div.active::before,
div.contact form li > div.active::before {
    right: 0;
    opacity: 1;
    transition: .3s;
}
div.form form li.left > div::before,
div.contact form li.left > div::before {
    right: calc(100% - 10px);
}
div.form form li.left > div.active::before,
div.contact form li.left > div.active::before {
    right: 10px;
}
div.form form li.right > div::before,
div.contact form li.right > div::before {
    left: 10px;
}
div.form form li.right > div.active::before,
div.contact form li.right > div.active::before {
    right: 0;
}

/*Sizes*/

div.form form li.half,
div.contact form li.half {
    width: 50%;
}
div.form form li.one-third,
div.contact form li.one-third {
    width: 33.33%;
}
div.form form li.two-thirds,
div.contact form li.two-thirds {
    width: 66.66%;
}


footer {
    background: transparent linear-gradient(250deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.66) 100%);
}
footer div.row.footer-last {
    border-top: 1px solid rgba(255,255,255,.25);
}
footer div.row.footer-last p,
footer div.row.footer-last a,
footer div.row.footer-last li {
    font-size: 12px;
    line-height: 19px;
    color: #ffffff;
}
footer div.row.footer-last div.text li {
    display: inline-block;
    margin-right: 10px;
}
footer div.row.footer-last div.text li:before {
    content: none;
}
footer div.col.contacts a {
    color: #ffffff;
    text-decoration: underline;
}
footer div.col.contacts .has-icon > i {
    color: rgba(255, 255, 255, .5);
}

/* Pagination */
div.pager {
    width: 600px;
    margin: 50px auto 0;
    max-width: 100%;
}
div.pager ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
div.pager ul li {
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
}
div.pager ul li.last,
div.pager ul li.first {
    padding-top: 4px;
}
div.pager ul li.active {
    font-weight: bold;
}
div.pager ul li.active a {
    color: #453E38;
    text-decoration: underline;
}
div.pager ul li:last-child {
    margin-right: 0;
}

div.load-more-wrapper {
    text-align: center;
    margin-bottom: 25px;
}
div.load-more-wrapper a {
    background: #E3001B;
    border-radius: 26px;
    padding: 6px 16px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
}
/* Pagination end */


@media only screen and (max-width: 768px) {

    body {
        padding: 10px;
    }

    h1 {
        font-size: 36px;
        line-height: 42px;
    }
    h2 {
        font-size: 24px;
        line-height: 32px;
    }
    h3 {
        font-size: 20px;
        line-height: 26px;
    }
    h4 {
        font-size: 18px;
        line-height: 26px;
    }
    h5 {
        font-size: 16px;
        line-height: 24px;
    }
    h6 {
        font-size: 12px;
        line-height: 18px;
    }

    p, li {
        font-size: 14px;
        line-height: 20px;
    }

    header {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    header div.header-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    header div.logo a.logo {
        position: static;
        transform: none;
    }
    header nav.top ul li:not(.m) {
        display: none;
    }
    header nav.top ul li.h {
        display: block;
    }
    header div.bottom {
        display: none;
    }
    header nav.top ul {
        padding-bottom: 0;
    }

    div#back-to-top {
        right: 14px;
        bottom: 24px;
    }

    div.row.home-header-row {
        height: calc(100vh - 90px);
    }
    div.row.home-header-row > div.row-wrapper {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    div.row.kmu-background img {
        position: absolute;
        left: 0;
        top: 0;
        height: 230px;
        width: 100%;
    }

    div.form form li.half,
    div.contact form li.half {
        width: 100%;
    }
    div.form form li.right > div,
    div.contact form li.right > div {
        padding-left: 0;
    }
    div.form form li.left > div,
    div.contact form li.left > div {
        padding-right: 0;
    }
    div.form form li.submit,
    div.contact form li.submit {
        padding-top: 50px;
    }
    div.form form li.one-third,
    div.contact form li.one-third {
        width: 100%;
    }
    div.form form li.two-thirds,
    div.contact form li.two-thirds {
        width: 100%;
    }
    div.form form li.left > div::before,
    div.contact form li.left > div::before {
        right: 100%;
    }
    div.form form li.left > div.active::before,
    div.contact form li.left > div.active::before {
        right: 0;
    }
    div.form form li.right > div::before,
    div.contact form li.right > div::before {
        left: 0;
    }

    footer img {
        object-fit: contain;
    }
    footer div.row div.col.mobile-1-3 {
        float: left;
        width: 33.33% !important;
        margin-bottom: 45px;
    }
    footer div.row div.col.mobile-2-3 {
        float: left;
        width: 66.66% !important;
        margin-bottom: 45px;
    }
    footer div.row div.col.mobile-1-2 {
        float: left;
        width: 50% !important;
    }
    footer div.column-menu-list ul li {
        text-align: center;
    }

    footer div.row.footer-last div.text {
        text-align: center;
    }
    footer div.row.footer-last div.text p {
        text-align: center !important;
    }
    div.pager {
        width: 100%;
        max-width: 400px;
    }
    div.pager ul li {
        margin-right: 10px;
    }
}