@font-face {
    font-family: "PH300-Cond-Caps";
    src: url("../fonts/ph_300_cond_caps.woff2") format("woff2"), url("../fonts/ph_300_cond_caps.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
html {
    font-size: 62.5%;
    box-sizing: border-box;
    margin-top: 0 !important;
}
body {
    min-width: 300px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    color: #464e59;
    background: #fff;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
h1 {
    font-family: "Montserrat", serif;
    font-weight: 300;
}
h1 em {
    color: #db0562;
}
h2,
.h2 {
    margin-bottom: 0.75em;
    font-family: "Montserrat", serif;
    font-weight: 300;
    font-size: 6.2rem;
    font-weight: 700;
    line-height: 1.05em;
    text-transform: uppercase;
}
@media (max-width: 1750px) {
    h2,
    .h2 {
        font-size: 7.2rem;
    }
}
@media (max-width: 1450px) {
    h2,
    .h2 {
        font-size: 6.4rem;
    }
}
@media (max-width: 1200px) {
    h2,
    .h2 {
        font-size: 6rem;
    }
}
@media (max-width: 992px) {
    h2,
    .h2 {
        font-size: 5.6rem;
    }
}
@media (max-width: 768px) {
    h2,
    .h2 {
        font-size: 5rem;
    }
}
@media (max-width: 600px) {
    h2,
    .h2 {
        font-size: 3.8rem;
    }
}
@media (max-width: 460px) {
    h2,
    .h2 {
        font-size: 2.4rem;
    }
}
h2.bright,
.h2.bright {
    color: #fff;
}
h2 em,
.h2 em {
    color: #95cb3e;
}
h2.bold,
.h2.bold {
    font-weight: 700;
}
h2.smaller,
.h2.smaller {
    font-size: 4.2rem;
}
@media (max-width: 1600px) {
    h2.smaller,
    .h2.smaller {
        font-size: 3.8rem;
    }
}
@media (max-width: 1450px) {
    h2.smaller,
    .h2.smaller {
        font-size: 3.2rem;
    }
}
@media (max-width: 1200px) {
    h2.smaller,
    .h2.smaller {
        font-size: 2.86rem;
    }
}
@media (max-width: 992px) {
    h2.smaller,
    .h2.smaller {
        font-size: 2.4rem;
    }
}
@media (max-width: 768px) {
    h2.smaller,
    .h2.smaller {
        font-size: 2.2rem;
    }
}
@media (max-width: 499px) {
    h2.smaller,
    .h2.smaller {
        font-size: 2rem;
    }
}
h2.has-subtitle,
.h2.has-subtitle {
    margin-bottom: 0.05em;
}
@media (max-width: 499px) {
    h2.has-subtitle,
    .h2.has-subtitle {
        margin-bottom: 0.15em;
    }
}
.subtitle {
    margin-bottom: 0.65em;
    font-family: "Montserrat", serif;
    font-weight: 300;
    font-size: 3vw;
    line-height: 1.05em;
    text-align: center;
}
@media (max-width: 1750px) {
    .subtitle {
        font-size: 5.2rem;
    }
}
@media (max-width: 1450px) {
    .subtitle {
        font-size: 4.4rem;
    }
}
@media (max-width: 1200px) {
    .subtitle {
        font-size: 4rem;
    }
}
@media (max-width: 992px) {
    .subtitle {
        font-size: 3.6rem;
    }
}
@media (max-width: 768px) {
    .subtitle {
        font-size: 3.4rem;
    }
}
@media (max-width: 600px) {
    .subtitle {
        font-size: 3.2rem;
    }
}
@media (max-width: 460px) {
    .subtitle {
        font-size: 3rem;
    }
}
h3,
.h3 {
    margin-bottom: 1.2em;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    text-transform: uppercase;
    color: #0366c6;
}
.generic-text {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 1.15vw;
    line-height: 1.35em;
}
@media (max-width: 1950px) {
    .generic-text {
        font-size: 2.2rem;
    }
}
@media (max-width: 1600px) {
    .generic-text {
        font-size: 2rem;
    }
}
@media (max-width: 1199px) {
    .generic-text {
        font-size: 1.8rem;
    }
}
@media (max-width: 767px) {
    .generic-text {
        font-size: 1.6rem;
    }
    .generic-text br {
        display: none;
    }
}
a.inv {
    position: absolute;
    top: -100px;
    left: 0;
}
@media (max-width: 1500px) {
    a.inv {
        top: -80px;
    }
}
section {
    position: relative;
}
hr {
    border-top-color: #d2d2d7;
}
.btn {
    padding: 0.85em 3em;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;
    text-transform: uppercase;
    color: #ffffff;
    background: #85b735;
    border-radius: 3rem;
    transition: all 0.15s ease-out;
}
.btn:hover,
.btn:focus {
    background: #7eb12c;
    color: #ffffff;
}
.btn:active {
    background: #41c522;
}
.btn.red {
    background: #da271e;
    color: #fff;
}
.btn.red:hover,
.btn.red:focus {
    background: #e54d46;
}
.btn.red:active {
    background: #ec7872;
}
.btn.dark {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #fff;
    background: #0366c6;
}
.btn.dark:hover,
.btn.dark:focus {
    background: #0480f8;
}
.btn.dark:active {
    background: #3399fc;
}
.btn.btn-reverse {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}
.btn.btn-reverse:hover,
.btn.btn-reverse:focus {
    color: #ffffff;
    background: #85b735;
    border-color: #85b735;
}
.btn.btn-reverse:active {
    color: #000;
    background: #ffdd5f;
    border-color: #ffdd5f;
}
.btn.small {
    padding: 0.65em 1.5em;
    font-size: 2.6rem;
    text-transform: uppercase;
}
@media (max-width: 3200px) {
    .btn.small {
        font-size: 2.2rem;
    }
}
@media (max-width: 2700px) {
    .btn.small {
        font-size: 2rem;
    }
}
@media (max-width: 1950px) {
    .btn.small {
        font-size: 1.8rem;
    }
}
@media (max-width: 1800px) {
    .btn.small {
        font-size: 1.4rem;
    }
}
.btn.large {
    padding: 0.65em 1.5em;
    font-size: 3.6rem;
}
@media (max-width: 3200px) {
    .btn.large {
        font-size: 3rem;
    }
}
@media (max-width: 2700px) {
    .btn.large {
        font-size: 2.6rem;
    }
}
@media (max-width: 1950px) {
    .btn.large {
        font-size: 2.2rem;
    }
}
@media (max-width: 1800px) {
    .btn.large {
        font-size: 1.8rem;
    }
}
.btn.rounded {
    padding: 0.5em 2.3em;
    border-radius: 10px !important;
}
@media (max-width: 1000px) {
    .btn.rounded {
        font-size: 1.4rem;
    }
}
@media (max-width: 550px) {
    .btn.rounded {
        font-size: 1.2rem;
    }
}
.btn.border {
    border: 1px solid #333 !important;
}
.btn.btn-transp {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 4.6rem;
    color: #fff;
    background: none;
    border: 2px solid #fff;
}
@media (max-width: 3200px) {
    .btn.btn-transp {
        font-size: 3.8rem;
    }
}
@media (max-width: 2700px) {
    .btn.btn-transp {
        font-size: 3rem;
    }
}
@media (max-width: 2300px) {
    .btn.btn-transp {
        font-size: 2.6rem;
    }
}
@media (max-width: 1950px) {
    .btn.btn-transp {
        font-size: 2rem;
    }
}
@media (max-width: 1650px) {
    .btn.btn-transp {
        font-size: 1.8rem;
    }
}
@media (max-width: 1199px) {
    .btn.btn-transp {
        font-size: 1.6rem;
    }
}
.btn.btn-transp:hover,
.btn.btn-transp:focus {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.25);
}
@media (max-width: 500px) {
    .form-horiz .btn {
        padding-left: 0.25em;
        padding-right: 0.25em;
    }
}
video.full-element {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 1s opacity;
    z-index: 1;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 767px) and (min-aspect-ratio: 16 / 9) {
    video.full-element {
        transform: translateX(-50%) translateY(-50%) scale(0.5);
    }
}
@media (max-width: 767px) and (max-aspect-ratio: 16 / 9) {
    video.full-element {
        transform: translateX(-50%) translateY(-50%) scale(0.75);
    }
}
.video-shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}
.bg-video-inner,
.bg-video-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}
.bg-video-inner {
    height: 300%;
    top: -100%;
    background: #333;
}
@media (min-aspect-ratio: 16 / 9) {
    .bg-video-inner {
        height: 300%;
        top: -100%;
    }
}
@media (max-aspect-ratio: 16 / 9) {
    .bg-video-inner {
        width: 400%;
        left: -150%;
    }
}
#wpadminbar.mobile {
    position: fixed;
}
.modal {
    text-align: center;
    padding: 0 !important;
}
.modal:before {
    content: "";
    display: inline-block;
    margin-right: -4px;
    height: 100%;
    vertical-align: middle;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal-dialog {
    width: 100%;
    margin: 0 auto;
}
.modal-dialog.modal-cb {
    max-width: 500px;
}
.modal-dialog {
    border: 2px solid #95cb3e;
    border-radius: 5px;
}
.modal-body {
    padding: 20px 30px 15px;
    background-color: #000;
}
@media (max-width: 480px) {
    .modal-body {
        padding: 30px 10px 15px;
    }
}
.modal-body .bg {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.35;
    z-index: 1;
}
.modal-body .close-container {
    text-align: center;
}
.modal-body .close-container a.close {
    float: none;
    text-shadow: none;
}
.popup-form .modal-body {
    padding: 30px;
}
@media (max-width: 480px) {
    .popup-form .modal-body {
        padding: 36px 10px 15px;
    }
}
.modal-dialog {
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.05);
}
@media (min-width: 2000px) {
    .modal-dialog {
        max-width: 600px;
    }
}
@media (max-width: 575px) {
    .modal-dialog {
        padding: 0 16px;
    }
}
.modal.has-bg button.close {
    color: #aaa;
    z-index: 5;
}
.modal.has-bg form {
    position: relative;
    z-index: 5;
}
.modal.has-bg .close-container {
    position: relative;
    z-index: 5;
}
button.close,
a.close {
    color: #fff;
    opacity: 0.75;
    outline: none;
    transition: all 0.2s ease-out;
}
button.close:hover,
button.close:focus,
button.close:active,
a.close:hover,
a.close:focus,
a.close:active {
    color: #fff;
    opacity: 1 !important;
}
input[type="text"],
input[type="email"],
input[type="search"],
textarea {
    width: 100%;
    padding: 6px 8px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 1.8em;
    text-align: center;
    text-transform: uppercase;
    color: #333;
    border: 1px solid #777;
    border-radius: 4px;
    outline: none;
    transition: all 0.2s ease-out;
}
@media (max-width: 1950px) {
    input[type="text"],
    input[type="email"],
    input[type="search"],
    textarea {
        font-size: 2rem;
        line-height: 36px;
    }
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
    box-shadow: 0 0 6px #95cb3e;
}
textarea {
    min-width: 100%;
    max-width: 100%;
    height: 96px;
    min-height: 96px;
    line-height: 20px;
}
.form-title {
    margin-bottom: 0.5em;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.3em;
    text-align: center;
}
@media (max-width: 1950px) {
    .form-title {
        font-size: 2.3rem;
    }
}
@media (max-width: 1450px) {
    .form-title {
        font-size: 2.2rem;
    }
}
@media (max-width: 940px) {
    .form-title {
        font-size: 2.1rem;
    }
}
@media (max-width: 900px) {
    .form-title {
        font-size: 2rem;
    }
}
@media (max-width: 768px) {
    .form-title {
        font-size: 1.9rem;
    }
}
.modal-dialog .form-title {
    font-size: 2.2rem;
    color: #95cb3e;
}
@media (max-width: 1950px) {
    .modal-dialog .form-title {
        font-size: 2.1rem;
    }
}
.form-subtitle {
    margin-bottom: 1.2em;
    font-size: 1.8rem;
    text-align: center;
}
.modal-dialog .form-subtitle {
    font-size: 1.7rem;
    color: #fff;
}
.form label {
    display: inline-block;
    margin: 0 0 0.35em;
    width: 100%;
    font-size: 2rem;
    line-height: 1.25em;
    text-align: center;
    color: #555;
}
.form .form-row {
    display: block;
    margin-left: 0;
    margin-right: 0;
}
.form .form-row.button-row {
    margin-bottom: 8px;
}
.form.form-vert {
    max-width: 500px;
    margin: 0 auto;
    overflow: hidden;
}
.form.form-vert .form-row {
    width: 100%;
    margin-bottom: 22px;
}
.form.form-horiz .form-title {
    margin-bottom: 0.25em;
}
.form.form-horiz .form-block {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .form.form-horiz .form-block {
        flex-direction: column;
        margin: 0 auto;
        max-width: 500px;
    }
}
.form.form-horiz .form-block .form-row {
    width: 31%;
}
@media (max-width: 991px) {
    .form.form-horiz .form-block .form-row {
        width: 100%;
        margin-bottom: 16px;
    }
}
.modal-cb .form {
    max-width: 420px;
}
.form input[type="submit"] {
    width: 100%;
    font-size: 2.4rem;
    text-transform: uppercase;
    padding-top: 0.47em;
    padding-bottom: 0.47em;
    cursor: pointer;
    border-radius: 4px;
}
@media (max-width: 1950px) {
    .form input[type="submit"] {
        padding-top: 0.38em;
        padding-bottom: 0.38em;
        font-size: 2rem;
        line-height: 32px;
    }
}
.form .form-row.conf-policy {
    clear: both;
    margin: 0 0 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2em;
    text-align: center;
}
div.wpcf7-response-output {
    clear: both;
    margin: 1em 0 0;
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
}
div.wpcf7 .ajax-loader {
    display: none;
}
#wpcf7-form-control-wrap {
    display: block;
}
.wpcf7-not-valid {
    border: 1px solid red !important;
}
span.wpcf7-not-valid-tip {
    font-size: 1.4rem;
    margin-top: 0.1em;
    margin-bottom: -0.6em;
}
.modal-body > button.close {
    position: absolute;
    top: -10px;
    right: -5px;
    width: 64px;
    font-size: 6.4rem;
    font-weight: 300;
    line-height: 1em;
    text-align: center;
    color: #fff;
    text-shadow: none;
}
.centered {
    position: relative;
    margin: 0 auto;
    padding-left: 2%;
    padding-right: 2%;
    max-width: 3000px;
}
@media (max-width: 3000px) {
    .centered {
        max-width: 2000px;
    }
}
@media (max-width: 2500px) {
    .centered {
        max-width: 1800px;
    }
}
@media (max-width: 1950px) {
    .centered {
        max-width: 1600px;
    }
}
@media (max-width: 1800px) {
    .centered {
        max-width: 1400px;
    }
}
@media (max-width: 1600px) {
    .centered {
        max-width: 1350px;
    }
}
@media (max-width: 1450px) {
    .centered {
        max-width: 1200px;
    }
}
@media (max-width: 1300px) {
    .centered {
        max-width: 1000px;
    }
}
@media (max-width: 640px) {
    .centered {
        padding-left: 15px;
        padding-right: 15px;
    }
}
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background: rgba(0, 0, 0, 0.8);
    border-bottom: 5px solid #95cb3e;
    z-index: 50;
    transition: all 0.2s ease-out;
}
@media (max-width: 500px) {
    #header .navbar-brand {
        display: none;
    }
}
#header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 3000px;
    padding: 0 5px;
}
@media (max-width: 3200px) {
    #header .container {
        max-width: 2500px;
    }
}
@media (max-width: 2700px) {
    #header .container {
        max-width: 2100px;
    }
}
@media (max-width: 2200px) {
    #header .container {
        max-width: 1800px;
    }
}
@media (max-width: 1950px) {
    #header .container {
        max-width: 1550px;
    }
}
.admin-bar #header {
    top: 32px;
}
@media (max-width: 782px) {
    .admin-bar #header {
        top: 46px;
    }
}
#header .navbar {
    width: 100%;
    padding: 1em 0 1em 0.5em;
}
@media (max-width: 1750px) {
    #header .navbar {
        padding: 0.75em 0 0.75em 0.5em;
    }
}
#header .navbar-brand {
    margin: -20px 0;
    width: 340px;
}
@media (max-width: 3200px) {
    #header .navbar-brand {
        width: 320px;
    }
}
@media (max-width: 2700px) {
    #header .navbar-brand {
        width: 300px;
    }
}
@media (max-width: 1950px) {
    #header .navbar-brand {
        margin: -15px 0;
        width: 280px;
    }
}
@media (max-width: 1750px) {
    #header .navbar-brand {
        width: 250px;
    }
}
@media (max-width: 1450px) {
    #header .navbar-brand {
        width: 220px;
    }
}
@media (max-width: 640px) {
    #header .navbar-brand {
        width: 180px;
    }
}
#header .navbar-brand .logo {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 1600px) {
    #header .navbar-brand {
        margin-left: 1em;
    }
}
#header #menu {
    display: block;
    width: 100%;
}
#header #menu ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0;
}
@media (min-width: 1200px) {
    #header #menu ul {
        flex-direction: row;
        justify-content: center;
    }
}
@media (max-width: 1199px) {
    #header #menu ul {
        padding-top: 0.75em;
    }
}
#header #menu ul li {
    margin: 0 0.25em;
    white-space: nowrap;
}
@media (max-width: 1199px) {
    #header #menu ul li {
        margin: 0 0.1em;
    }
}
#header #menu a {
    display: block;
    padding: 0.45em 1.2em;
    font-weight: 400;
    font-size: 4rem;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.2s ease-out;
}
@media (max-width: 3200px) {
    #header #menu a {
        font-size: 3.6rem;
    }
}
@media (max-width: 2700px) {
    #header #menu a {
        font-size: 2.8rem;
    }
}
@media (max-width: 1950px) {
    #header #menu a {
        font-size: 2rem;
    }
}
@media (max-width: 1750px) {
    #header #menu a {
        font-size: 1.8rem;
    }
}
@media (max-width: 1480px) {
    #header #menu a {
        padding: 0.45em 0.75em;
    }
}
@media (max-width: 1250px) {
    #header #menu a {
        font-size: 1.5rem;
    }
}
@media (max-width: 1199px) {
    #header #menu a {
        display: block;
        padding: 0.5em 0.5em;
    }
}
#header #menu a:hover,
#header #menu a:focus,
#header #menu a.mPS2id-highlight {
    color: #95cb3e;
}
#header #navbarToggler {
    padding-left: 1em;
}
@media (min-width: 1200px) {
    #header #navbarToggler {
        padding-left: 3em;
    }
}
@media (max-width: 1199px) {
    #header #navbarToggler {
        width: 100%;
        -ms-flex-order: 10;
        order: 10;
    }
}
#header .phone-cell {
    padding: 0 1em;
    text-align: right;
}
@media (max-width: 1199px) {
    #header .phone-cell {
        flex: 1;
    }
}
@media (max-width: 500px) {
    #header .phone-cell {
        padding: 0;
    }
}
#header .phone-cell .phone {
    margin: -6px 0;
    padding: 6px 0 6px 1.8em;
    white-space: nowrap;
    background: url("../images/icon-header-callback.png") 0 35% / contain no-repeat;
    font-size: 4.8rem;
    color: #95cb3e;
}
@media (max-width: 3200px) {
    #header .phone-cell .phone {
        font-size: 3.6rem;
    }
}
@media (max-width: 1950px) {
    #header .phone-cell .phone {
        font-size: 2.6rem;
        background-position: 0 40%;
    }
}
@media (max-width: 767px) {
    #header .phone-cell .phone {
        font-size: 2rem;
        padding-left: 2em;
        background-size: auto 90%;
    }
}
@media (max-width: 500px) {
    #header .phone-cell .phone {
        display: block;
        padding-left: 64px;
        font-size: 2rem;
        text-align: center;
        background-position: 15px 35%;
    }
}
@media (max-width: 500px) {
    #header .callback-block {
        display: none;
    }
}
#header .callback {
    font-size: 3.6rem;
    color: #fff;
}
@media (max-width: 3200px) {
    #header .callback {
        font-size: 2.8rem;
    }
}
@media (max-width: 2700px) {
    #header .callback {
        font-size: 2rem;
    }
}
@media (max-width: 1950px) {
    #header .callback {
        font-size: 1.6rem;
    }
}
@media (max-width: 767px) {
    #header .callback {
        font-size: 1.23rem;
    }
}
#header .navbar-toggler-icon {
    width: 2.4rem;
    height: 2.4rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.callback-block {
    margin-top: -10px;
}
.callback {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 1.6rem;
    text-decoration: underline;
    color: #95cb3e;
}
.callback:hover,
.callback:focus {
    text-decoration: none;
    color: #95cb3e;
}
#menu-button {
    position: relative;
    overflow: hidden;
    width: 64px;
    height: 64px;
    padding: 0;
    font-size: 0;
    text-indent: -9999px;
    border: 0;
    cursor: pointer;
    z-index: 25;
}
#menu-button:hover,
#menu-button:focus,
#menu-button:active {
    background: none;
}
#menu-button:focus {
    outline: none;
}
#menu-button span {
    display: block;
    position: absolute;
    top: 30px;
    left: 14px;
    right: 14px;
    height: 5px;
    background: #fff;
}
#menu-button span:before,
#menu-button span:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #fff;
    content: "";
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}
#menu-button span:before {
    top: -14px;
    transition-property: top, transform;
}
#menu-button span:after {
    bottom: -14px;
    transition-property: bottom, transform;
}
#menu-button.active span {
    background: none;
}
#menu-button.active span:before,
#menu-button.active span:after {
    transition-delay: 0s, 0.3s;
}
#menu-button.active span:before {
    top: 0;
    transform: rotate(45deg);
}
#menu-button.active span:after {
    bottom: 0;
    transform: rotate(-45deg);
}
#footer {
    padding: 0 0 30px;
    color: #fff;
    background: #000;
}
#footer .container {
    max-width: 3000px;
}
@media (max-width: 3200px) {
    #footer .container {
        max-width: 2500px;
    }
}
@media (max-width: 2700px) {
    #footer .container {
        max-width: 2100px;
    }
}
@media (max-width: 2200px) {
    #footer .container {
        max-width: 1800px;
    }
}
@media (max-width: 1950px) {
    #footer .container {
        max-width: 1550px;
    }
}
#footer .menu-footer {
    display: flex;
    padding: 1.75em 0;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}
@media (max-width: 1375px) {
    #footer .menu-footer {
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media (max-width: 767px) {
    #footer .menu-footer {
        flex-direction: column;
        padding: 1.5em 0;
    }
}
#footer .menu-footer li {
    flex: 0 1 auto;
    margin: 0 2em;
    text-align: center;
}
@media (max-width: 1620px) {
    #footer .menu-footer li {
        margin: 0 1em;
    }
}
@media (max-width: 1375px) {
    #footer .menu-footer li {
        flex: 0 0 25%;
        margin: 0 0.5em;
    }
}
@media (max-width: 1200px) {
    #footer .menu-footer li {
        margin: 0 1.25em;
        white-space: nowrap;
    }
}
@media (max-width: 1130px) {
    #footer .menu-footer li {
        margin: 0 0.75em;
    }
}
@media (max-width: 1000px) {
    #footer .menu-footer li {
        margin: 0;
        flex-basis: 30%;
        text-align: center;
    }
}
@media (max-width: 767px) {
    #footer .menu-footer li {
        margin: 0 auto;
        white-space: normal;
    }
    #footer .menu-footer li br {
        display: none;
    }
}
#footer .menu-footer li a {
    display: block;
    padding: 0.5em;
    font-size: 3.6rem;
    font-weight: 300;
    line-height: 1.35em;
    color: #acafb4;
    text-decoration: none;
    transition: all 0.15s ease-out;
}
@media (max-width: 3200px) {
    #footer .menu-footer li a {
        font-size: 2.6rem;
    }
}
@media (max-width: 2700px) {
    #footer .menu-footer li a {
        font-size: 2.2rem;
    }
}
@media (max-width: 2200px) {
    #footer .menu-footer li a {
        font-size: 2.1rem;
    }
}
@media (max-width: 1950px) {
    #footer .menu-footer li a {
        font-size: 2rem;
    }
}
@media (max-width: 1375px) {
    #footer .menu-footer li a {
        line-height: 1em;
    }
}
@media (max-width: 1130px) {
    #footer .menu-footer li a {
        padding: 0.5em 0.25em;
    }
}
@media (max-width: 439px) {
    #footer .menu-footer li a {
        font-size: 1.6rem;
    }
}
@media (max-width: 360px) {
    #footer .menu-footer li a {
        font-size: 1.5rem;
    }
}
@media (max-width: 345px) {
    #footer .menu-footer li a {
        font-size: 1.4rem;
    }
}
#footer .menu-footer li a:hover,
#footer .menu-footer li a:focus {
    color: #00c64a;
}
#footer .mid {
    border-top: 1px solid #606060;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2em 0;
}
@media (max-width: 768px) {
    #footer .mid {
        flex-direction: column;
        padding: 1.5em 0 1em;
    }
}
#footer .mid > div {
    flex: 1 1 0;
}
@media (max-width: 768px) {
    #footer .mid > div {
        margin-bottom: 0.75em;
    }
}
#footer .mid .footer-logo {
    display: inline-block;
    width: 380px;
}
@media (max-width: 3200px) {
    #footer .mid .footer-logo {
        width: 300px;
    }
}
@media (max-width: 2700px) {
    #footer .mid .footer-logo {
        width: 250px;
    }
}
@media (max-width: 1950px) {
    #footer .mid .footer-logo {
        width: 200px;
    }
}
@media (max-width: 1250px) {
    #footer .mid .footer-logo {
        width: 150px;
    }
}
@media (max-width: 767px) {
    #footer .mid .footer-logo {
        text-align: center;
    }
}
#footer .mid .footer-logo img {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 1950px) {
    #footer .mid .footer-logo img {
        width: auto;
    }
}
@media (min-width: 3201px) {
    #footer .mid .mid-left {
        flex: 1 1 20%;
    }
}
#footer .mid .mid-center {
    text-align: center;
}
@media (min-width: 3201px) {
    #footer .mid .mid-center {
        flex: 1 1 40%;
    }
}
#footer .mid .mid-center .mid-text,
#footer .mid .mid-center h1 {
    font-size: 4rem;
    text-transform: uppercase;
}
@media (min-width: 3201px) {
    #footer .mid .mid-center .mid-text br,
    #footer .mid .mid-center h1 br {
        display: none;
    }
}
@media (max-width: 3200px) {
    #footer .mid .mid-center .mid-text,
    #footer .mid .mid-center h1 {
        font-size: 2.4rem;
    }
}
@media (max-width: 2700px) {
    #footer .mid .mid-center .mid-text,
    #footer .mid .mid-center h1 {
        font-size: 2rem;
    }
}
@media (max-width: 1950px) {
    #footer .mid .mid-center .mid-text,
    #footer .mid .mid-center h1 {
        font-size: 1.6rem;
    }
}
#footer .mid .mid-right {
    text-align: right;
}
@media (min-width: 3201px) {
    #footer .mid .mid-right {
        flex: 1 1 20%;
    }
}
@media (max-width: 768px) {
    #footer .mid .mid-right {
        text-align: center;
    }
}
#footer .mid .phone {
    margin-bottom: 7px;
    font-size: 4.2rem;
    color: #fff;
}
@media (max-width: 3200px) {
    #footer .mid .phone {
        font-size: 3rem;
    }
}
@media (max-width: 1950px) {
    #footer .mid .phone {
        font-size: 2.2rem;
    }
}
@media (max-width: 500px) {
    #footer .mid .phone {
        font-size: 2rem;
    }
}
#footer .mid .callback-block {
    margin-bottom: 5px;
}
#footer .mid .callback {
    font-size: 3rem;
}
@media (max-width: 3200px) {
    #footer .mid .callback {
        font-size: 2rem;
    }
}
@media (max-width: 2700px) {
    #footer .mid .callback {
        font-size: 1.8rem;
    }
}
@media (max-width: 1950px) {
    #footer .mid .callback {
        font-size: 1.6rem;
    }
}
#footer .mid .email {
    font-size: 3.3rem;
    color: #fff;
}
@media (max-width: 3200px) {
    #footer .mid .email {
        font-size: 2rem;
    }
}
@media (max-width: 820px) {
    #footer .mid .email {
        font-size: 1.8rem;
    }
}
#footer .bottom {
    text-align: center;
}
#footer .bottom .copyright {
    font-size: 1.8rem;
    line-height: 1.25em;
    color: #acafb4;
}
@media (max-width: 2700px) {
    #footer .bottom .copyright {
        font-size: 1.4rem;
    }
}
@media (max-width: 1950px) {
    #footer .bottom .copyright {
        font-size: 1.2rem;
    }
}
#social-menu ul {
    display: flex;
    margin: 0;
}
#social-menu ul li {
    max-width: 42px;
}
#social-menu ul li a {
    display: block;
    padding: 0.25em;
}
#social-menu ul li a img {
    max-width: 100%;
    height: auto;
    filter: grayscale(1);
    transition: all 0.15s ease-out;
}
#social-menu ul li a:hover img,
#social-menu ul li a:focus img {
    filter: grayscale(0);
}
.promo {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100vh;
    min-height: 2080px;
    padding: 16% 0;
    background-color: #333;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    z-index: 3;
}
@media (max-width: 3600px) {
    .promo {
        min-height: 2000px;
    }
}
@media (max-width: 3400px) {
    .promo {
        min-height: 1900px;
    }
}
@media (max-width: 3200px) {
    .promo {
        min-height: 1700px;
    }
}
@media (max-width: 2700px) {
    .promo {
        min-height: 1350px;
    }
}
@media (max-width: 2300px) {
    .promo {
        min-height: 1150px;
    }
}
@media (max-width: 1950px) {
    .promo {
        min-height: 1040px;
    }
}
@media (max-width: 1750px) {
    .promo {
        min-height: 1050px;
        padding: 21em 0;
    }
}
@media (max-width: 1550px) {
    .promo {
        min-height: 900px;
    }
}
@media (max-width: 900px) {
    .promo {
        height: auto;
        min-height: 600px;
        padding: 15.5em 0;
        background: linear-gradient(180deg, #fff 0%, #d5d5d5 100%) !important;
    }
}
@media (max-width: 767px) {
    .promo {
        min-height: 500px;
        padding: 12em 0;
    }
}
@media (max-width: 640px) {
    .promo {
        padding: 13em 0;
    }
}
@media (max-width: 499px) {
    .promo {
        min-height: 400px;
        padding: 11em 0;
    }
}
.promo .bg {
    position: absolute;
    left: 10%;
    right: 10%;
    top: 18%;
    bottom: 2%;
    width: 80%;
    height: 80%;
    display: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}
@media (max-width: 900px) {
    .promo .bg {
        display: block;
    }
}
.promo .titleblock {
    position: relative;
    margin: 0 auto;
    padding: 0 1em;
    text-align: center;
    z-index: 4;
}
.promo .titleblock .promo-logo {
    margin: -4vw auto 2vw;
    width: 12vw;
}
@media (max-width: 1950px) {
    .promo .titleblock .promo-logo {
        margin: -4em auto 2em;
        width: 220px;
    }
}
@media (max-width: 767px) {
    .promo .titleblock .promo-logo {
        margin: -3em auto 1.5em;
        width: 190px;
    }
}
.promo .titleblock .promo-logo img {
    width: 100%;
    max-width: 100%;
}
.promo .titleblock .title {
    margin-bottom: 0;
    font-family: "PH300-Cond-Caps", "Roboto", sans-serif;
    font-weight: 300;
    font-size: 11rem;
    line-height: 1.15em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
}
@media (max-width: 3500px) {
    .promo .titleblock .title {
        font-size: 9.2rem;
    }
}
@media (max-width: 3200px) {
    .promo .titleblock .title {
        font-size: 8.4rem;
    }
}
@media (max-width: 2400px) {
    .promo .titleblock .title {
        font-size: 7.2rem;
    }
}
@media (max-width: 2100px) {
    .promo .titleblock .title {
        font-size: 6.4rem;
    }
}
@media (max-width: 1800px) {
    .promo .titleblock .title {
        font-size: 5.4rem;
    }
}
@media (max-width: 1650px) {
    .promo .titleblock .title {
        font-size: 4.8rem;
    }
}
@media (max-width: 1450px) {
    .promo .titleblock .title {
        font-size: 4.2rem;
    }
}
@media (max-width: 1300px) {
    .promo .titleblock .title {
        font-size: 3.8rem;
    }
}
@media (max-width: 1100px) {
    .promo .titleblock .title {
        font-size: 3.2rem;
    }
}
@media (max-width: 900px) {
    .promo .titleblock .title {
        font-size: 3.2rem;
        color: #464e59;
        text-shadow: none;
    }
    .promo .titleblock .title br {
        display: none;
    }
}
@media (max-width: 767px) {
    .promo .titleblock .title {
        font-size: 3rem;
    }
}
@media (max-width: 700px) {
    .promo .titleblock .title {
        font-size: 2.6rem;
    }
}
@media (max-width: 600px) {
    .promo .titleblock .title {
        font-size: 2.2rem;
    }
}
@media (max-width: 499px) {
    .promo .titleblock .title {
        font-size: 2rem;
    }
}
.promo .titleblock .title em {
    color: #95cb3e;
}
.promo .pic {
    position: absolute;
    top: 15%;
    left: 5%;
    right: 5%;
    bottom: 5%;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/bg-promo-front.png);
    z-index: 3;
}
@media (max-width: 900px) {
    .promo .pic {
        left: 5%;
        bottom: 5%;
        width: 30%;
        padding-bottom: 25%;
        background-image: url(../images/machine-misc.png);
    }
}
@media (max-width: 767px) {
    .promo .pic {
        width: 36%;
    }
}
@media (max-width: 499px) {
    .promo .pic {
        width: 44%;
    }
}
.promo-main {
    position: relative;
    padding: 0;
    background-color: #333;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    z-index: 3;
}
@media (max-width: 4800px) {
    .promo-main {
        min-height: 2600px;
    }
}
@media (max-width: 4000px) {
    .promo-main {
        min-height: 2200px;
    }
}
@media (max-width: 3700px) {
    .promo-main {
        min-height: 2050px;
    }
}
@media (max-width: 3500px) {
    .promo-main {
        min-height: 1950px;
    }
}
@media (max-width: 3200px) {
    .promo-main {
        min-height: 1800px;
    }
}
@media (max-width: 3100px) {
    .promo-main {
        min-height: 1720px;
    }
}
@media (max-width: 2900px) {
    .promo-main {
        min-height: 1600px;
    }
}
@media (max-width: 2700px) {
    .promo-main {
        min-height: 100vh;
    }
}
@media (max-width: 2500px) {
    .promo-main {
        min-height: 1375px;
    }
}
@media (max-width: 2300px) {
    .promo-main {
        min-height: 1250px;
    }
}
@media (max-width: 2200px) {
    .promo-main {
        min-height: 1190px;
    }
}
@media (max-width: 2100px) {
    .promo-main {
        min-height: 1100px;
    }
}
@media (max-width: 1950px) {
    .promo-main {
        min-height: 1040px;
    }
}
@media (max-width: 1750px) {
    .promo-main {
        min-height: 990px;
    }
}
@media (max-width: 1650px) {
    .promo-main {
        min-height: 870px;
    }
}
@media (max-width: 1550px) {
    .promo-main {
        min-height: 820px;
    }
}
@media (max-width: 1450px) {
    .promo-main {
        min-height: 770px;
    }
}
@media (max-width: 1350px) {
    .promo-main {
        min-height: 700px;
    }
}
@media (max-width: 1350px) {
    .promo-main {
        height: auto;
        overflow: visible;
    }
}
@media (max-width: 991px) {
    .promo-main {
        min-height: 500px;
    }
}
.promo-main .owl-container {
    position: relative;
}
.promo-main .owl-carousel-promo {
    position: relative;
}
.promo-main .owl-carousel-promo .item {
    padding-bottom: 61.5%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 767px) {
    .promo-main .owl-carousel-promo .item {
        padding-bottom: 80%;
    }
}
@media (max-width: 639px) {
    .promo-main .owl-carousel-promo .item {
        padding-bottom: 110%;
    }
}
@media (max-width: 559px) {
    .promo-main .owl-carousel-promo .item {
        padding-bottom: 120%;
    }
}
@media (max-width: 479px) {
    .promo-main .owl-carousel-promo .item {
        padding-bottom: 130%;
    }
}
@media (max-width: 399px) {
    .promo-main .owl-carousel-promo .item {
        padding-bottom: 140%;
    }
}
@media (min-width: 767px) and (max-aspect-ratio: 3 / 2) {
    .promo-main .owl-carousel-promo .item {
        padding-bottom: 80%;
    }
}
.promo-main .owl-carousel-promo .owl-nav {
    margin: 0;
}
.promo-main .owl-carousel-promo .owl-nav button {
    position: absolute;
    top: 40%;
    margin-top: -65px;
    width: 130px;
    height: 130px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 50%;
    z-index: 6;
    outline: none;
    transition: all 0.15s ease-out;
}
@media (max-width: 3200px) {
    .promo-main .owl-carousel-promo .owl-nav button {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 1600px) {
    .promo-main .owl-carousel-promo .owl-nav button {
        width: 75px;
        height: 75px;
    }
}
@media (max-width: 1350px) {
    .promo-main .owl-carousel-promo .owl-nav button {
        top: 50%;
        background: none;
    }
}
@media (max-width: 500px) {
    .promo-main .owl-carousel-promo .owl-nav button {
        top: 60%;
    }
}
.promo-main .owl-carousel-promo .owl-nav button:hover {
    background: #43b02a;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.9);
}
.promo-main .owl-carousel-promo .owl-nav button:before,
.promo-main .owl-carousel-promo .owl-nav button:after {
    content: "";
    position: absolute;
    left: 30%;
    top: 50%;
    margin-top: -1px;
    width: 36%;
    height: 3px;
    background: #fff;
}
.promo-main .owl-carousel-promo .owl-nav button.owl-prev {
    left: 5%;
}
@media (max-width: 1350px) {
    .promo-main .owl-carousel-promo .owl-nav button.owl-prev {
        left: 2%;
    }
}
.promo-main .owl-carousel-promo .owl-nav button.owl-prev:before {
    transform-origin: bottom left;
    transform: rotate(-30deg);
}
.promo-main .owl-carousel-promo .owl-nav button.owl-prev:after {
    transform-origin: top left;
    transform: rotate(30deg);
}
.promo-main .owl-carousel-promo .owl-nav button.owl-next {
    right: 5%;
}
@media (max-width: 1350px) {
    .promo-main .owl-carousel-promo .owl-nav button.owl-next {
        right: 2%;
    }
}
.promo-main .owl-carousel-promo .owl-nav button.owl-next:before {
    transform-origin: bottom right;
    transform: rotate(30deg);
}
.promo-main .owl-carousel-promo .owl-nav button.owl-next:after {
    transform-origin: top right;
    transform: rotate(-30deg);
}
.promo-main .owl-carousel-promo .owl-nav button span {
    font-size: 3.2rem;
    color: #fff;
}
.promo-main .owl-carousel-promo .owl-nav button .top,
.promo-main .owl-carousel-promo .owl-nav button .bottom {
    content: "";
    position: absolute;
    width: 35%;
    height: 20.5%;
}
.promo-main .owl-carousel-promo .owl-nav button .top {
    top: 30%;
}
.promo-main .owl-carousel-promo .owl-nav button .bottom {
    bottom: 30%;
}
.promo-main .owl-carousel-promo .owl-dots {
    position: absolute;
    left: -2.4%;
    bottom: 25%;
    margin: 0;
    width: 40%;
    height: 366px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 3200px) {
    .promo-main .owl-carousel-promo .owl-dots {
        height: 287px;
    }
}
@media (max-width: 2850px) {
    .promo-main .owl-carousel-promo .owl-dots {
        height: 263px;
    }
}
@media (max-width: 2700px) {
    .promo-main .owl-carousel-promo .owl-dots {
        bottom: 27%;
    }
}
@media (max-width: 2400px) {
    .promo-main .owl-carousel-promo .owl-dots {
        height: 213px;
    }
}
@media (max-width: 2200px) {
    .promo-main .owl-carousel-promo .owl-dots {
        height: 196px;
    }
}
@media (max-width: 1350px) {
    .promo-main .owl-carousel-promo .owl-dots {
        bottom: 0;
        width: 100%;
        height: 80px;
    }
}
.promo-main .owl-carousel-promo .owl-dots .owl-dot {
    border: 0;
    background: none;
    outline: none;
    backface-visibility: hidden;
}
.promo-main .owl-carousel-promo .owl-dots .owl-dot span {
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    background: none;
    transition: all 0.15s ease-out;
    backface-visibility: hidden;
}
@media (max-width: 1950px) {
    .promo-main .owl-carousel-promo .owl-dots .owl-dot span {
        width: 20px;
        height: 20px;
        border-width: 1px;
    }
}
@media (max-width: 991px) {
    .promo-main .owl-carousel-promo .owl-dots .owl-dot span {
        width: 15px;
        height: 15px;
    }
}
.promo-main .owl-carousel-promo .owl-dots .owl-dot.active span,
.promo-main .owl-carousel-promo .owl-dots .owl-dot:hover span {
    background: #fff;
    transform: scale(1.25);
}
.promo-main .titleblock {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 1em;
    max-width: 80%;
    text-align: left;
    z-index: 4;
}
@media (max-width: 1350px) {
    .promo-main .titleblock {
        top: 23%;
        max-width: none;
        text-align: center;
    }
}
.promo-main .titleblock strong {
    color: #95cb3e;
}
.promo-main .titleblock .title {
    margin-bottom: 0;
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 4.7vw;
    line-height: 1.15em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
}
@media (max-width: 1750px) {
    .promo-main .titleblock .title {
        font-size: 8.2rem;
    }
}
@media (max-width: 1450px) {
    .promo-main .titleblock .title {
        font-size: 7.6rem;
    }
}
@media (max-width: 1300px) {
    .promo-main .titleblock .title {
        font-size: 7.2rem;
    }
}
@media (max-width: 1350px) {
    .promo-main .titleblock .title {
        font-size: 6.4rem;
    }
}
@media (max-width: 1100px) {
    .promo-main .titleblock .title {
        font-size: 5.8rem;
    }
}
@media (max-width: 767px) {
    .promo-main .titleblock .title {
        font-size: 5.2rem;
    }
}
@media (max-width: 500px) {
    .promo-main .titleblock .title {
        font-size: 3.1rem;
    }
}
.promo-main .demo {
    position: absolute;
    right: 0;
    bottom: 25%;
    width: 45%;
    background: rgba(99, 144, 189, 0.45);
    z-index: 5;
}
@media (max-width: 1550px) {
    .promo-main .demo {
        bottom: 28%;
    }
}
@media (max-width: 1350px) {
    .promo-main .demo {
        bottom: 80px;
        width: 100%;
        background: none;
    }
}
.promo-main .demo .imageblock {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
}
@media (max-width: 1350px) {
    .promo-main .demo .imageblock {
        display: none;
    }
}
.promo-main .demo .imageblock img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: auto;
}
.promo-main .demo .textblock {
    padding: 1em 2em;
    color: #fff;
}
@media (max-width: 1350px) {
    .promo-main .demo .textblock {
        padding: 0;
    }
}
.promo-main .demo .textblock .text {
    margin-bottom: 0.75em;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 1vw;
    line-height: 1.25em;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1800px) {
    .promo-main .demo .textblock .text {
        font-size: 1.8rem;
    }
    .promo-main .demo .textblock .text br {
        display: none;
    }
}
@media (max-width: 1650px) {
    .promo-main .demo .textblock .text {
        font-size: 1.7rem;
    }
}
@media (max-width: 1500px) {
    .promo-main .demo .textblock .text {
        font-size: 1.6rem;
    }
}
@media (max-width: 1350px) {
    .promo-main .demo .textblock .text {
        margin: 0 auto 0.75em;
        max-width: 80%;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .promo-main .demo .textblock .text {
        font-size: 1.6rem;
    }
}
@media (max-width: 499px) {
    .promo-main .demo .textblock .text {
        display: none;
    }
}
@media (max-width: 1350px) {
    .promo-main .demo .button-container {
        text-align: center;
    }
}
.promo-main .features-list {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5% 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 5;
}
@media (max-width: 1950px) {
    .promo-main .features-list {
        padding: 1.2% 0;
    }
}
@media (max-width: 1350px) {
    .promo-main .features-list {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        padding: 2em 0;
        background: #000;
    }
}
@media (max-width: 991px) {
    .promo-main .features-list {
        padding: 1em 0 0;
    }
}
.promo-main .features-list .container {
    max-width: 3000px;
}
@media (max-width: 3200px) {
    .promo-main .features-list .container {
        max-width: 2500px;
    }
}
@media (max-width: 2700px) {
    .promo-main .features-list .container {
        max-width: 2100px;
    }
}
@media (max-width: 1950px) {
    .promo-main .features-list .container {
        max-width: 1550px;
    }
}
.promo-main .features-list .items {
    display: flex;
    justify-content: center;
}
@media (max-width: 991px) {
    .promo-main .features-list .items {
        flex-wrap: wrap;
    }
}
.promo-main .features-list .items .item {
    flex: 0 0 16.666%;
    margin-bottom: 0;
    padding: 0 1em;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 0.85vw;
    line-height: 1.2em;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.promo-main .features-list .items .item:hover {
    text-decoration: none !important;
}
.promo-main .features-list .items .item:hover .text {
    text-decoration: none !important;
    color: #95cb3e !important;
}
@media (max-width: 1250px) {
    .promo-main .features-list .items .item {
        font-size: 1.6rem;
    }
}
@media (max-width: 1050px) {
    .promo-main .features-list .items .item {
        font-size: 1.4rem;
    }
}
@media (max-width: 1050px) {
    .promo-main .features-list .items .item {
        margin-bottom: 1.5em;
        padding: 0 0.25em;
    }
}
@media (max-width: 767px) {
    .promo-main .features-list .items .item {
        flex-basis: 33.333%;
    }
}
@media (max-width: 480px) {
    .promo-main .features-list .items .item {
        flex-basis: 50%;
    }
}
.promo-main .features-list .items .item .imageblock {
    height: 5.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.75em;
}
@media (max-width: 1350px) {
    .promo-main .features-list .items .item .imageblock {
        margin-bottom: 0.5em;
        height: 75px;
    }
}
.promo-main .features-list .items .item .imageblock img {
    width: 7em;
    max-height: 100%;
}
@media (max-width: 1350px) {
    .promo-main .features-list .items .item .imageblock img {
        width: 50px;
    }
}
.list-block {
    text-align: center;
    color: #fff;
    background: #b2b1b1;
}
.list-block .container {
    max-width: none;
}
.list-block h2 {
    margin-bottom: 0.35em;
    padding-top: 1.05em;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 10rem;
    line-height: 1em;
}
@media (max-width: 3200px) {
    .list-block h2 {
        font-size: 8.4rem;
    }
}
@media (max-width: 2700px) {
    .list-block h2 {
        font-size: 7rem;
    }
}
@media (max-width: 2300px) {
    .list-block h2 {
        font-size: 6.6rem;
    }
}
@media (max-width: 1950px) {
    .list-block h2 {
        font-size: 5rem;
    }
}
@media (max-width: 1600px) {
    .list-block h2 {
        font-size: 4rem;
    }
}
@media (max-width: 1350px) {
    .list-block h2 {
        font-size: 3.2rem;
    }
}
@media (max-width: 1100px) {
    .list-block h2 {
        font-size: 2.8rem;
    }
}
@media (max-width: 1000px) {
    .list-block h2 {
        font-size: 2.4rem;
    }
}
@media (max-width: 900px) {
    .list-block h2 {
        padding-top: 1em;
    }
}
@media (max-width: 767px) {
    .list-block h2 {
        font-weight: 300;
    }
}
@media (max-width: 599px) {
    .list-block h2 {
        font-size: 2.2rem;
    }
}
.list-block h2 em {
    white-space: nowrap;
}
.list-block .subtitle {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 5.8rem;
    line-height: 1.25em;
}
@media (max-width: 3200px) {
    .list-block .subtitle {
        font-size: 4.4rem;
    }
}
@media (max-width: 2700px) {
    .list-block .subtitle {
        font-size: 3.8rem;
    }
}
@media (max-width: 2300px) {
    .list-block .subtitle {
        font-size: 3.6rem;
    }
}
@media (max-width: 1950px) {
    .list-block .subtitle {
        font-size: 3rem;
    }
}
@media (max-width: 1600px) {
    .list-block .subtitle {
        font-size: 2.8rem;
    }
}
@media (max-width: 1450px) {
    .list-block .subtitle {
        font-size: 2.6rem;
    }
}
@media (max-width: 1350px) {
    .list-block .subtitle {
        margin-left: auto;
        margin-right: auto;
        max-width: 90%;
        font-size: 2.2rem;
    }
    .list-block .subtitle br {
        display: none;
    }
}
@media (max-width: 1100px) {
    .list-block .subtitle {
        font-size: 1.8rem;
    }
}
@media (max-width: 1000px) {
    .list-block .subtitle {
        margin-bottom: 0.65em;
    }
}
@media (max-width: 599px) {
    .list-block .subtitle {
        font-size: 1.6rem;
        max-width: none;
    }
}
.food-list {
    display: flex;
    justify-content: space-around;
    padding: 0 0.25%;
    background: #000;
}
@media (max-width: 900px) {
    .food-list {
        flex-wrap: wrap;
        padding: 1.5% 0.75%;
    }
}
.food-list .imageblock {
    flex: 0 0 16.1666%;
    margin: 0.5em 0;
}
@media (max-width: 900px) {
    .food-list .imageblock {
        flex: 0 0 30.333%;
    }
}
.food-list .imageblock img {
    max-width: 100%;
    width: 100%;
}
.food-list.dirt-list {
    padding: 2% 0 0.2%;
    background: #b2b1b1;
}
@media (max-width: 1000px) {
    .food-list.dirt-list {
        padding-top: 0 !important;
    }
}
.food-list.dirt-list .imageblock {
    position: relative;
    overflow: hidden;
}
.food-list.dirt-list .imageblock .bg {
    padding-bottom: 60%;
    border: 2px solid #fff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
    transition: all 0.2s ease-out;
}
.food-list.dirt-list .imageblock .text {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 50%;
    font-size: 1.1vw;
    transform: translate(0, -50%);
    transition: all 0.2s ease-out;
}
@media (max-width: 900px) {
    .food-list.dirt-list .imageblock .text {
        font-size: 1.6rem;
    }
}
.food-list.dirt-list .imageblock:hover .bg {
    opacity: 1;
}
.food-list.dirt-list .imageblock:hover .text {
    opacity: 0;
    transform: scale(1.15) translate(0, -50%);
}
.machine-block .machine {
    position: relative;
    margin-bottom: -1px;
    padding: 1px 0;
    background: #fff;
    background: linear-gradient(180deg, #fff 0%, #cacaca 100%);
}
@media (max-width: 900px) {
    .machine-block .machine {
        background: #e8e8e8;
    }
}
.machine-block .machine .container {
    max-width: none;
}
@media (min-width: 600px) {
    .machine-block .machine .container {
        max-width: 90%;
    }
}
@media (min-width: 768px) {
    .machine-block .machine .container {
        max-width: none;
    }
}
.machine-block .machine .titleblock {
    margin: 12em 0;
    text-align: center;
}
@media (max-width: 3200px) {
    .machine-block .machine .titleblock {
        margin: 10em 0;
    }
}
@media (max-width: 2700px) {
    .machine-block .machine .titleblock {
        margin: 8em 0;
    }
}
@media (max-width: 2300px) {
    .machine-block .machine .titleblock {
        margin: 6em 0;
    }
}
@media (max-width: 1950px) {
    .machine-block .machine .titleblock {
        margin: 5em 0;
    }
}
@media (max-width: 1199px) {
    .machine-block .machine .titleblock {
        margin: 4em 0;
    }
}
@media (max-width: 900px) {
    .machine-block .machine .titleblock {
        margin: 2em 0;
    }
}
.machine-block .machine .titleblock h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 10rem;
    line-height: 1em;
}
@media (max-width: 3200px) {
    .machine-block .machine .titleblock h2 {
        font-size: 8.8rem;
    }
}
@media (max-width: 2700px) {
    .machine-block .machine .titleblock h2 {
        font-size: 7rem;
    }
}
@media (max-width: 2300px) {
    .machine-block .machine .titleblock h2 {
        font-size: 6.4rem;
    }
}
@media (max-width: 1950px) {
    .machine-block .machine .titleblock h2 {
        font-size: 5rem;
    }
}
@media (max-width: 1600px) {
    .machine-block .machine .titleblock h2 {
        font-size: 4rem;
    }
}
@media (max-width: 1350px) {
    .machine-block .machine .titleblock h2 {
        font-size: 3.2rem;
    }
}
@media (max-width: 1100px) {
    .machine-block .machine .titleblock h2 {
        font-size: 2.8rem;
    }
}
@media (max-width: 767px) {
    .machine-block .machine .titleblock h2 {
        font-size: 2.4rem;
        margin-bottom: 0.5em;
        font-weight: 300;
    }
}
@media (max-width: 510px) {
    .machine-block .machine .titleblock h2 {
        margin-left: auto;
        margin-right: auto;
        max-width: 300px;
    }
}
@media (max-width: 499px) {
    .machine-block .machine .titleblock h2 {
        font-size: 2.2rem;
    }
}
.machine-block .machine .titleblock h2 em {
    white-space: nowrap;
}
.machine-block .machine .titleblock .subtitle {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 5.8rem;
    line-height: 1.25em;
    color: #888;
}
@media (max-width: 3200px) {
    .machine-block .machine .titleblock .subtitle {
        font-size: 4.4rem;
    }
}
@media (max-width: 2700px) {
    .machine-block .machine .titleblock .subtitle {
        font-size: 3.8rem;
    }
}
@media (max-width: 2300px) {
    .machine-block .machine .titleblock .subtitle {
        font-size: 3.6rem;
    }
}
@media (max-width: 1950px) {
    .machine-block .machine .titleblock .subtitle {
        font-size: 3rem;
    }
}
@media (max-width: 1600px) {
    .machine-block .machine .titleblock .subtitle {
        font-size: 2.8rem;
    }
}
@media (max-width: 1450px) {
    .machine-block .machine .titleblock .subtitle {
        font-size: 2.6rem;
    }
}
@media (max-width: 1350px) {
    .machine-block .machine .titleblock .subtitle {
        font-size: 2.2rem;
    }
}
@media (max-width: 1100px) {
    .machine-block .machine .titleblock .subtitle {
        font-size: 1.8rem;
    }
}
@media (max-width: 1000px) {
    .machine-block .machine .titleblock .subtitle br {
        display: none;
    }
}
@media (max-width: 599px) {
    .machine-block .machine .titleblock .subtitle {
        font-size: 1.6rem;
    }
}
.machine-block .machine .machine-misc {
    position: absolute;
    right: 5%;
    bottom: 5%;
    width: 25%;
    padding-bottom: 20%;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/machine-misc.png);
    z-index: 1;
}
@media (max-width: 900px) {
    .machine-block .machine .machine-misc {
        display: none;
    }
}
.machine-block .machine .grid {
    position: relative;
    margin: 8% 0 16%;
    padding: 0 2em;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 5;
    backface-visibility: hidden;
}
@media (max-width: 1950px) {
    .machine-block .machine .grid {
        margin-top: 0;
    }
}
@media (max-width: 1750px) {
    .machine-block .machine .grid {
        margin: 5% 0 20%;
    }
}
@media (max-width: 900px) {
    .machine-block .machine .grid {
        margin: 0;
        padding-bottom: 3em;
    }
}
@media (max-width: 767px) {
    .machine-block .machine .grid {
        padding: 0 0.75em 2em;
    }
}
@media (max-width: 499px) {
    .machine-block .machine .grid {
        padding: 0 0.35em 2em;
    }
}
.machine-block .machine .grid > img {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 900px;
    max-width: 100%;
}
@media (max-width: 3000px) {
    .machine-block .machine .grid > img {
        width: auto;
    }
}
@media (max-width: 1950px) {
    .machine-block .machine .grid > img {
        width: 30%;
    }
}
@media (max-width: 900px) {
    .machine-block .machine .grid > img {
        display: none;
    }
}
.machine-block .machine .grid .item {
    position: relative;
    text-decoration: none;
    color: #333;
    outline: none;
    backface-visibility: hidden;
    cursor: default;
}
@media (min-width: 901px) {
    .machine-block .machine .grid .item {
        position: absolute;
        right: 50%;
        opacity: 0.75;
        transition: all 0.15s ease-out;
    }
}
@media (max-width: 900px) {
    .machine-block .machine .grid .item {
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: auto;
        max-width: 800px;
        height: auto;
        margin: 0 auto 0 auto !important;
        padding: 0.75em 1.25em 0.75em;
        background: rgba(255, 255, 255, 0.75);
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
        cursor: pointer;
    }
    .machine-block .machine .grid .item:nth-child(2) {
        border-radius: 15px 15px 0 0;
    }
    .machine-block .machine .grid .item:nth-child(6) {
        border-radius: 0 0 15px 15px;
    }
    .machine-block .machine .grid .item .title:after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -15px;
        display: block;
        width: 30px;
        height: 30px;
        transition: all 0.2s ease-out;
        transform: rotate(0deg);
        background: url(../images/arrow-grey.png) 50% 50% / contain no-repeat;
    }
    .machine-block .machine .grid .item.active .title:after {
        transform: rotate(90deg);
    }
}
@media (max-width: 699px) {
    .machine-block .machine .grid .item .title:after {
        margin-top: -11px;
        width: 22px;
        height: 22px;
    }
}
@media (max-width: 620px) {
    .machine-block .machine .grid .item {
        max-width: none;
        margin: 0 0.5em;
    }
}
.machine-block .machine .grid .item .trigger {
    position: relative;
    text-align: center;
    transition: all 0.15s ease-out;
    overflow: hidden;
}
@media (min-width: 901px) {
    .machine-block .machine .grid .item .trigger {
        width: 130px;
        height: 130px;
        padding: 5px;
        line-height: 120px;
        border: 1px solid #333;
        border-radius: 50%;
        backface-visibility: hidden;
        z-index: 5;
    }
}
@media (min-width: 901px) and (max-width: 3000px) {
    .machine-block .machine .grid .item .trigger {
        width: 98px;
        height: 98px;
        line-height: 88px;
    }
}
@media (min-width: 901px) and (max-width: 1950px) {
    .machine-block .machine .grid .item .trigger {
        width: 74px;
        height: 74px;
        line-height: 64px;
    }
}
@media (min-width: 901px) and (max-width: 1750px) {
    .machine-block .machine .grid .item .trigger {
        width: 50px;
        height: 50px;
        line-height: 40px;
    }
}
@media (max-width: 900px) {
    .machine-block .machine .grid .item .trigger {
        display: none;
        overflow: visible;
    }
}
.machine-block .machine .grid .item .trigger .info {
    transition: all 0.2s ease-out;
    display: table;
}
.machine-block .machine .grid .item .trigger .info .icon {
    display: table-cell;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    color: #db0562;
    transition: all 0.2s ease-out;
}
@media (min-width: 901px) {
    .machine-block .machine .grid .item .trigger .info {
        position: absolute;
        width: 90%;
        height: 90%;
        top: 5%;
        left: 5%;
        right: 5%;
        bottom: 5%;
        background: rgba(255, 255, 255, 0.65);
        border-radius: 50%;
    }
    .machine-block .machine .grid .item .trigger .info .icon {
        font-size: 6.4rem;
    }
}
@media (min-width: 901px) and (max-width: 2300px) {
    .machine-block .machine .grid .item .trigger .info .icon {
        font-size: 4.8rem;
    }
}
@media (min-width: 901px) and (max-width: 1450px) {
    .machine-block .machine .grid .item .trigger .info .icon {
        font-size: 3.2rem;
    }
}
@media (min-width: 1451px) {
    .machine-block .machine .grid .item .trigger .info .icon {
        width: 48px;
        height: 48px;
        line-height: 48px;
    }
}
@media (max-width: 900px) {
    .machine-block .machine .grid .item .trigger .info .icon {
        margin: -1.88em auto 0.5em;
        width: 36px;
        height: 36px;
        opacity: 0.75;
    }
}
.machine-block .machine .grid .item .frame {
    position: absolute;
    width: 1px;
    height: 200%;
    border: 1px solid #333;
    border-width: 0 0 0 1px;
    z-index: 1;
}
@media (max-width: 900px) {
    .machine-block .machine .grid .item .frame {
        display: none;
    }
}
.machine-block .machine .grid .item .text {
    width: 750px;
    padding: 0.3em;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 4.2rem;
    text-align: center;
    opacity: 0.6;
    transition: all 0.2s ease-out;
    backface-visibility: hidden;
}
@media (min-width: 901px) {
    .machine-block .machine .grid .item .text {
        position: absolute;
        top: 30%;
    }
}
@media (max-width: 3200px) {
    .machine-block .machine .grid .item .text {
        font-size: 3.8rem;
    }
}
@media (max-width: 2700px) {
    .machine-block .machine .grid .item .text {
        font-size: 3.4rem;
    }
}
@media (max-width: 2600px) {
    .machine-block .machine .grid .item .text {
        width: 400px;
        font-size: 3rem;
    }
}
@media (max-width: 1950px) {
    .machine-block .machine .grid .item .text {
        font-size: 2.6rem;
    }
}
@media (max-width: 1750px) {
    .machine-block .machine .grid .item .text {
        width: 240px;
        font-size: 2.2rem;
    }
}
@media (max-width: 1600px) {
    .machine-block .machine .grid .item .text {
        font-size: 1.8rem;
    }
}
@media (max-width: 1450px) {
    .machine-block .machine .grid .item .text {
        font-size: 1.6rem;
    }
}
@media (max-width: 1100px) {
    .machine-block .machine .grid .item .text {
        font-size: 1.4rem;
    }
}
@media (max-width: 900px) {
    .machine-block .machine .grid .item .text {
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0;
        padding: 0 !important;
        font-size: 1.6rem;
        text-align: left;
        white-space: normal !important;
        background: none !important;
        opacity: 1;
    }
    .machine-block .machine .grid .item .text br {
        display: none;
    }
}
.machine-block .machine .grid .item .text > .imageblock {
    display: none;
}
@media (min-width: 901px) {
    .machine-block .machine .grid .item .text > .imageblock {
        display: block;
    }
}
.machine-block .machine .grid .item .text > .imageblock img {
    display: block;
    margin: 0 auto 0.5em;
    width: 300px;
    max-width: 100%;
    padding: 0.25em;
    border-radius: 50%;
    border: 1px solid #333;
}
@media (max-width: 3000px) {
    .machine-block .machine .grid .item .text > .imageblock img {
        width: 250px;
    }
}
@media (max-width: 2600px) {
    .machine-block .machine .grid .item .text > .imageblock img {
        width: 200px;
    }
}
@media (max-width: 2300px) {
    .machine-block .machine .grid .item .text > .imageblock img {
        width: auto;
    }
}
@media (max-width: 1750px) {
    .machine-block .machine .grid .item .text > .imageblock img {
        width: 150px;
    }
}
@media (max-width: 1300px) {
    .machine-block .machine .grid .item .text > .imageblock img {
        width: 120px;
    }
}
@media (max-width: 1100px) {
    .machine-block .machine .grid .item .text > .imageblock img {
        width: 100px;
    }
}
.machine-block .machine .grid .item .text .title {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 4rem;
    line-height: 1.2em;
    backface-visibility: hidden;
}
@media (max-width: 3200px) {
    .machine-block .machine .grid .item .text .title {
        font-size: 3.8rem;
    }
}
@media (max-width: 2900px) {
    .machine-block .machine .grid .item .text .title {
        font-size: 3.6rem;
    }
}
@media (max-width: 2600px) {
    .machine-block .machine .grid .item .text .title {
        font-size: 3.2rem;
    }
}
@media (max-width: 2300px) {
    .machine-block .machine .grid .item .text .title {
        font-size: 2.4rem;
    }
}
@media (max-width: 1850px) {
    .machine-block .machine .grid .item .text .title {
        font-size: 2.8rem;
    }
}
@media (max-width: 1750px) {
    .machine-block .machine .grid .item .text .title {
        font-size: 2.2rem;
    }
}
@media (max-width: 1600px) {
    .machine-block .machine .grid .item .text .title {
        font-size: 2rem;
    }
}
@media (max-width: 1300px) {
    .machine-block .machine .grid .item .text .title {
        font-size: 1.6rem;
    }
}
@media (max-width: 1100px) {
    .machine-block .machine .grid .item .text .title {
        font-size: 1.5rem;
    }
}
@media (max-width: 900px) {
    .machine-block .machine .grid .item .text .title {
        width: auto;
        padding-right: 40px;
        font-size: 1.6rem;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 30px;
    }
}
@media (max-width: 699px) {
    .machine-block .machine .grid .item .text .title {
        font-size: 1.4rem;
        line-height: 1.4em;
    }
}
.machine-block .machine .grid .item .text .extra {
    display: none;
    margin-top: 0.5em;
}
@media (min-width: 901px) {
    .machine-block .machine .grid .item .text .extra {
        display: block !important;
        margin-top: 0.05em;
    }
}
@media (max-width: 699px) {
    .machine-block .machine .grid .item .text .extra {
        line-height: 1.1em;
    }
}
.machine-block .machine .grid .item .text .extra .imageblock {
    display: none;
    margin-bottom: 0.75em;
}
@media (max-width: 900px) {
    .machine-block .machine .grid .item .text .extra .imageblock {
        display: block;
    }
}
.machine-block .machine .grid .item .text .extra .imageblock img {
    max-width: 100%;
}
.machine-block .machine .grid .item .text .extra .rest {
    backface-visibility: hidden;
}
@media (max-width: 900px) {
    .machine-block .machine .grid .item .text .extra .rest {
        display: inline;
    }
}
@media (min-width: 901px) {
    .machine-block .machine .grid .item .text .extra .rest {
        line-height: 1.2em;
    }
}
.machine-block .machine .grid .item .text .extra .tip {
    font-size: 3.2rem;
    backface-visibility: hidden;
}
@media (max-width: 3200px) {
    .machine-block .machine .grid .item .text .extra .tip {
        font-size: 2.8rem;
    }
}
@media (max-width: 2700px) {
    .machine-block .machine .grid .item .text .extra .tip {
        font-size: 2.4rem;
    }
}
@media (max-width: 2300px) {
    .machine-block .machine .grid .item .text .extra .tip {
        font-size: 2rem;
    }
}
@media (max-width: 1950px) {
    .machine-block .machine .grid .item .text .extra .tip {
        max-width: 450px;
        font-size: 1.8rem;
    }
}
@media (max-width: 1750px) {
    .machine-block .machine .grid .item .text .extra .tip {
        margin: 0 -100px;
        font-size: 1.7rem;
    }
}
@media (max-width: 1300px) {
    .machine-block .machine .grid .item .text .extra .tip {
        margin: 0;
        font-size: 1.3rem;
    }
}
@media (max-width: 1150px) {
    .machine-block .machine .grid .item .text .extra .tip {
        font-size: 1.2rem;
    }
}
@media (max-width: 900px) {
    .machine-block .machine .grid .item .text .extra .tip {
        display: inline;
        font-size: 1.8rem;
    }
}
@media (max-width: 699px) {
    .machine-block .machine .grid .item .text .extra .tip {
        font-size: 1.6rem;
    }
}
@media (min-width: 901px) {
    .machine-block .machine .grid .item .text .extra .tip {
        position: absolute;
        bottom: 100%;
        left: 0;
        padding: 1em;
        color: #000;
        background: #fff;
        border: 1px solid #555;
        border-radius: 1em;
        transition: all 0.15s ease-out;
        z-index: 10;
        opacity: 0;
    }
}
.machine-block .machine .grid .item .text .extra:before {
    content: "";
    display: block;
    margin: 0 auto 1em;
    width: 100%;
    border-top: 1px solid #ccc;
}
@media (min-width: 901px) {
    .machine-block .machine .grid .item .text .extra:before {
        display: none;
    }
}
@media (min-width: 901px) {
    .machine-block .machine .grid .item:hover {
        opacity: 1 !important;
    }
    .machine-block .machine .grid .item:hover .trigger {
        background: #fff;
        border-color: #db0562;
        transform: scale(1.2);
    }
    .machine-block .machine .grid .item:hover .frame {
        border-color: #db0562;
    }
    .machine-block .machine .grid .item:hover .text {
        opacity: 1;
    }
}
@media (min-width: 901px) and (max-width: 1450px) {
    .machine-block .machine .grid .item:hover .text {
        opacity: 1;
    }
}
@media (min-width: 901px) {
    .machine-block .machine .grid .item:hover .text .extra .tip {
        opacity: 1;
    }
    .machine-block .machine .grid .item:hover .text > .imageblock img {
        background: #95cb3e;
    }
}
@media (max-width: 1450px) {
    .machine-block .machine .grid .item:hover .text {
        opacity: 1;
    }
}
.machine-block .machine .grid .item:nth-child(2) {
    top: 27%;
    margin-right: 300px;
}
.machine-block .machine .grid .item:nth-child(2) .frame {
    height: 120%;
    bottom: 77%;
    right: 209%;
    transform: skewX(60deg);
}
.machine-block .machine .grid .item:nth-child(2) .text {
    top: -265%;
    right: 175px;
}
@media (max-width: 3000px) {
    .machine-block .machine .grid .item:nth-child(2) {
        top: 30%;
        margin-right: 260px;
    }
    .machine-block .machine .grid .item:nth-child(2) .frame {
        height: 110%;
        bottom: 67%;
        right: 211%;
        transform: skewX(65deg);
    }
    .machine-block .machine .grid .item:nth-child(2) .text {
        right: 64px;
    }
}
@media (max-width: 2600px) {
    .machine-block .machine .grid .item:nth-child(2) .text {
        top: -242%;
        right: 210px;
    }
}
@media (max-width: 2300px) {
    .machine-block .machine .grid .item:nth-child(2) .text {
        top: -220%;
        right: 207px;
    }
}
@media (max-width: 1950px) {
    .machine-block .machine .grid .item:nth-child(2) {
        margin-right: 190px;
    }
    .machine-block .machine .grid .item:nth-child(2) .text {
        top: -260%;
        right: 129px;
    }
}
@media (max-width: 1750px) {
    .machine-block .machine .grid .item:nth-child(2) {
        margin-right: 9.75%;
    }
    .machine-block .machine .grid .item:nth-child(2) .text {
        top: -280%;
        right: 118px;
    }
}
@media (max-width: 1300px) {
    .machine-block .machine .grid .item:nth-child(2) .text {
        top: -260%;
        right: 99px;
    }
}
@media (max-width: 1100px) {
    .machine-block .machine .grid .item:nth-child(2) .text {
        top: -220%;
        right: 92px;
    }
}
.machine-block .machine .grid .item:nth-child(3) {
    top: 41%;
    margin-right: -40px;
}
.machine-block .machine .grid .item:nth-child(3) .frame {
    height: 261%;
    bottom: 73%;
    left: 303%;
    transform: skewX(-58deg);
}
.machine-block .machine .grid .item:nth-child(3) .text {
    top: -430%;
    right: -1030px;
}
@media (max-width: 3000px) {
    .machine-block .machine .grid .item:nth-child(3) .frame {
        height: 225%;
        bottom: 82%;
        left: 266%;
    }
    .machine-block .machine .grid .item:nth-child(3) .text {
        right: -810px;
    }
}
@media (max-width: 2600px) {
    .machine-block .machine .grid .item:nth-child(3) .text {
        top: -380%;
        right: -619px;
    }
}
@media (max-width: 2300px) {
    .machine-block .machine .grid .item:nth-child(3) .text {
        top: -370%;
        right: -610px;
    }
}
@media (max-width: 1950px) {
    .machine-block .machine .grid .item:nth-child(3) .frame {
        height: 217%;
        bottom: 77%;
        left: 266%;
    }
    .machine-block .machine .grid .item:nth-child(3) .text {
        top: -400%;
        right: -524px;
    }
}
@media (max-width: 1750px) {
    .machine-block .machine .grid .item:nth-child(3) {
        margin-right: -1.75%;
    }
    .machine-block .machine .grid .item:nth-child(3) .text {
        top: -442%;
        right: -352px;
    }
}
@media (max-width: 1300px) {
    .machine-block .machine .grid .item:nth-child(3) .text {
        top: -395%;
        right: -338px;
    }
}
@media (max-width: 1100px) {
    .machine-block .machine .grid .item:nth-child(3) .text {
        top: -365%;
        right: -329px;
    }
}
.machine-block .machine .grid .item:nth-child(4) {
    top: 53%;
    margin-right: 160px;
}
.machine-block .machine .grid .item:nth-child(4) .frame {
    height: 1px;
    width: 505%;
    bottom: 25%;
    right: 98%;
    transform: rotate(-4deg);
    border-width: 0 0 1px 0;
}
.machine-block .machine .grid .item:nth-child(4) .text {
    top: -40%;
    right: 560px;
}
@media (max-width: 3000px) {
    .machine-block .machine .grid .item:nth-child(4) .frame {
        width: 345%;
        transform: rotate(-6deg);
    }
    .machine-block .machine .grid .item:nth-child(4) .text {
        right: 185px;
    }
}
@media (max-width: 2600px) {
    .machine-block .machine .grid .item:nth-child(4) .text {
        top: -10%;
        right: 333px;
    }
}
@media (max-width: 2300px) {
    .machine-block .machine .grid .item:nth-child(4) .text {
        top: -4%;
        right: 326px;
    }
}
@media (max-width: 1950px) {
    .machine-block .machine .grid .item:nth-child(4) .text {
        top: -38%;
        right: 218px;
    }
}
@media (max-width: 1750px) {
    .machine-block .machine .grid .item:nth-child(4) {
        margin-right: 5.75%;
    }
    .machine-block .machine .grid .item:nth-child(4) .text {
        right: 173px;
    }
}
@media (max-width: 1300px) {
    .machine-block .machine .grid .item:nth-child(4) .text {
        right: 161px;
    }
}
@media (max-width: 1100px) {
    .machine-block .machine .grid .item:nth-child(4) .text {
        top: -8%;
        right: 151px;
    }
}
.machine-block .machine .grid .item:nth-child(5) {
    top: 64%;
    margin-right: -365px;
}
.machine-block .machine .grid .item:nth-child(5) .frame {
    height: 1px;
    width: 457%;
    bottom: 102%;
    right: -453%;
    transform: rotate(-11deg);
    border-width: 0 0 1px 0;
}
.machine-block .machine .grid .item:nth-child(5) .text {
    top: -205%;
    right: -1100px;
}
@media (max-width: 3000px) {
    .machine-block .machine .grid .item:nth-child(5) .frame {
        width: 403%;
        right: -398%;
    }
    .machine-block .machine .grid .item:nth-child(5) .text {
        top: -200%;
        right: -885px;
    }
}
@media (max-width: 2600px) {
    .machine-block .machine .grid .item:nth-child(5) .text {
        top: -170%;
        right: -685px;
    }
}
@media (max-width: 2300px) {
    .machine-block .machine .grid .item:nth-child(5) .frame {
        width: 270%;
        bottom: 102%;
        right: -258px;
        transform: rotate(-14deg);
    }
    .machine-block .machine .grid .item:nth-child(5) .text {
        right: -541px;
    }
}
@media (max-width: 1950px) {
    .machine-block .machine .grid .item:nth-child(5) {
        margin-right: -265px;
    }
    .machine-block .machine .grid .item:nth-child(5) .frame {
        right: -194px;
    }
    .machine-block .machine .grid .item:nth-child(5) .text {
        top: -210%;
        right: -477px;
    }
}
@media (max-width: 1750px) {
    .machine-block .machine .grid .item:nth-child(5) {
        margin-right: -13.5%;
    }
    .machine-block .machine .grid .item:nth-child(5) .frame {
        right: -131px;
    }
    .machine-block .machine .grid .item:nth-child(5) .text {
        right: -322px;
    }
}
@media (max-width: 1300px) {
    .machine-block .machine .grid .item:nth-child(5) .text {
        top: -200%;
        right: -306px;
    }
}
@media (max-width: 1100px) {
    .machine-block .machine .grid .item:nth-child(5) .text {
        top: -180%;
        right: -295px;
    }
}
.machine-block .machine .grid .item:nth-child(6) {
    top: 79%;
    margin-right: -15px;
}
.machine-block .machine .grid .item:nth-child(6) .frame {
    height: 1px;
    width: 218%;
    bottom: 10%;
    right: 95%;
    transform: rotate(-13deg);
    border-width: 0 0 1px 0;
}
.machine-block .machine .grid .item:nth-child(6) .text {
    top: 30%;
    right: 170px;
}
@media (max-width: 3000px) {
    .machine-block .machine .grid .item:nth-child(6) {
        margin-right: -15px;
    }
    .machine-block .machine .grid .item:nth-child(6) .frame {
        width: 148%;
        bottom: 10%;
        right: 91%;
        transform: rotate(-19deg);
    }
    .machine-block .machine .grid .item:nth-child(6) .text {
        right: -30px;
    }
}
@media (max-width: 2600px) {
    .machine-block .machine .grid .item:nth-child(6) .text {
        right: 126px;
    }
}
@media (max-width: 2300px) {
    .machine-block .machine .grid .item:nth-child(6) .text {
        top: 35%;
        right: 120px;
    }
}
@media (max-width: 1950px) {
    .machine-block .machine .grid .item:nth-child(6) .frame {
        right: 95%;
    }
    .machine-block .machine .grid .item:nth-child(6) .text {
        top: 12%;
        right: 64px;
    }
}
@media (max-width: 1750px) {
    .machine-block .machine .grid .item:nth-child(6) .text {
        right: 67px;
    }
}
@media (max-width: 1300px) {
    .machine-block .machine .grid .item:nth-child(6) .text {
        right: 55px;
    }
}
@media (max-width: 1100px) {
    .machine-block .machine .grid .item:nth-child(6) .text {
        top: 42%;
        right: 45px;
    }
}
.machine-block .machine .desc {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}
@media (max-width: 900px) {
    .machine-block .machine .desc {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }
}
.machine-block .machine .desc .textblock {
    flex: 0 0 50%;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 5rem;
}
@media (max-width: 3200px) {
    .machine-block .machine .desc .textblock {
        font-size: 4rem;
    }
}
@media (max-width: 2700px) {
    .machine-block .machine .desc .textblock {
        font-size: 3.6rem;
    }
}
@media (max-width: 2300px) {
    .machine-block .machine .desc .textblock {
        font-size: 3.2rem;
    }
}
@media (max-width: 1950px) {
    .machine-block .machine .desc .textblock {
        font-size: 2.4rem;
    }
}
@media (max-width: 1550px) {
    .machine-block .machine .desc .textblock {
        font-size: 2rem;
    }
}
@media (max-width: 1450px) {
    .machine-block .machine .desc .textblock {
        font-size: 1.8rem;
    }
}
@media (max-width: 1199px) {
    .machine-block .machine .desc .textblock {
        font-size: 1.7rem;
    }
}
@media (max-width: 1100px) {
    .machine-block .machine .desc .textblock {
        font-size: 1.6rem;
    }
}
@media (max-width: 1000px) {
    .machine-block .machine .desc .textblock {
        font-size: 1.5rem;
    }
}
@media (max-width: 900px) {
    .machine-block .machine .desc .textblock {
        display: none;
    }
}
.machine-block .machine .desc .textblock .contents {
    padding: 0 2%;
}
.machine-block .machine .desc .textblock .title {
    margin-bottom: 0.35em;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 5.8rem;
    line-height: 1.1em;
}
@media (max-width: 3200px) {
    .machine-block .machine .desc .textblock .title {
        font-size: 4.8rem;
    }
}
@media (max-width: 2700px) {
    .machine-block .machine .desc .textblock .title {
        font-size: 4.4rem;
    }
}
@media (max-width: 2300px) {
    .machine-block .machine .desc .textblock .title {
        font-size: 4rem;
    }
}
@media (max-width: 1950px) {
    .machine-block .machine .desc .textblock .title {
        font-size: 3.6rem;
    }
}
@media (max-width: 1550px) {
    .machine-block .machine .desc .textblock .title {
        font-size: 3.2rem;
    }
}
@media (max-width: 1450px) {
    .machine-block .machine .desc .textblock .title {
        font-size: 2.6rem;
    }
}
@media (max-width: 1199px) {
    .machine-block .machine .desc .textblock .title {
        font-size: 2.2rem;
    }
}
@media (max-width: 1100px) {
    .machine-block .machine .desc .textblock .title {
        font-size: 2rem;
    }
}
@media (max-width: 1100px) {
    .machine-block .machine .desc .textblock .title {
        font-size: 1.8rem;
    }
}
.machine-block .machine .desc .textblock .text {
    margin-bottom: 1em;
    line-height: 1.25em;
}
.machine-block .machine .desc .textblock .btn {
    font-size: 3rem;
}
@media (max-width: 3200px) {
    .machine-block .machine .desc .textblock .btn {
        font-size: 2.6rem;
    }
}
@media (max-width: 2700px) {
    .machine-block .machine .desc .textblock .btn {
        font-size: 2.4rem;
    }
}
@media (max-width: 1950px) {
    .machine-block .machine .desc .textblock .btn {
        font-size: 2.2rem;
    }
}
@media (max-width: 1550px) {
    .machine-block .machine .desc .textblock .btn {
        font-size: 2rem;
    }
}
@media (max-width: 1450px) {
    .machine-block .machine .desc .textblock .btn {
        font-size: 1.6rem;
    }
}
@media (max-width: 1199px) {
    .machine-block .machine .desc .textblock .btn {
        font-size: 1.4rem;
    }
}
@media (max-width: 1100px) {
    .machine-block .machine .desc .textblock .btn {
        font-size: 1.3rem;
    }
}
@media (max-width: 1000px) {
    .machine-block .machine .desc .textblock .btn {
        font-size: 1.2rem;
    }
}
.machine-block .machine .desc .imageblock {
    flex: 0 0 50%;
}
@media (max-width: 900px) {
    .machine-block .machine .desc .imageblock {
        flex: 0 0 100%;
    }
}
.machine-block .machine .desc .imageblock img {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 1450px) {
    .machine-block .machine .desc .imageblock img {
        max-width: 90%;
    }
}
@media (max-width: 1199px) {
    .machine-block .machine .desc .imageblock img {
        max-width: 85%;
    }
}
@media (max-width: 900px) {
    .machine-block .machine .desc .imageblock img {
        margin: 0;
        width: auto;
        opacity: 0.5;
    }
}
.tooltip {
    z-index: 25;
}
@media only screen and (max-device-width: 900px) {
    .tooltip {
        display: none !important;
    }
}
@media (min-width: 3001px) {
    .tooltip {
        margin: 0 3em 6em;
    }
}
.tooltip .tooltip-inner {
    position: relative;
    max-width: 1000px;
    padding: 1em;
    font-size: 4.2rem;
    color: #000;
    background: #fff;
    border: 1px solid #555;
    border-radius: 1em;
}
@media (max-width: 3200px) {
    .tooltip .tooltip-inner {
        font-size: 3.2rem;
        max-width: 600px;
    }
}
@media (max-width: 2700px) {
    .tooltip .tooltip-inner {
        font-size: 2.4rem;
    }
}
@media (max-width: 2300px) {
    .tooltip .tooltip-inner {
        font-size: 2rem;
    }
}
@media (max-width: 1950px) {
    .tooltip .tooltip-inner {
        max-width: 450px;
        font-size: 1.8rem;
    }
}
@media (max-width: 1450px) {
    .tooltip .tooltip-inner {
        font-size: 1.6rem;
    }
}
@media (max-width: 1150px) {
    .tooltip .tooltip-inner {
        font-size: 1.3rem;
    }
}
@-webkit-keyframes IconAnim {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@-moz-keyframes IconAnim {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@keyframes IconAnim {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.steps {
    padding-bottom: 1px;
    background: #fff;
    background: linear-gradient(180deg, #fff 0%, #d5d5d5 100%);
}
@media (max-width: 900px) {
    .steps {
        padding: 3em 0 0;
        background: linear-gradient(0deg, #fff 0%, #d5d5d5 100%);
    }
}
.steps h2 {
    position: absolute;
    right: 5%;
    top: 9%;
    width: 13em;
    font-size: 3.25vw;
    font-weight: 700;
    text-align: right;
    z-index: 2;
}
.steps h2 em {
    font-size: 160%;
}
.steps h2 span {
    letter-spacing: 0.005em;
}
@media (max-width: 1800px) {
    .steps h2 {
        top: 8%;
    }
}
@media (max-width: 900px) {
    .steps h2 {
        position: relative;
        right: inherit;
        top: inherit;
        margin-bottom: 2em;
        width: auto;
        text-align: center;
    }
}
@media (max-width: 640px) {
    .steps h2 {
        font-size: 2rem;
    }
}
@media (max-width: 399px) {
    .steps h2 {
        font-size: 1.8rem;
    }
}
@media (max-width: 349px) {
    .steps h2 {
        font-size: 1.6rem;
    }
}
.steps .grid {
    position: relative;
    padding: 20% 0 10%;
    z-index: 1;
}
@media (max-width: 900px) {
    .steps .grid {
        margin-bottom: 0;
        padding: 1px 0 3em;
        background: transparent;
    }
}
.steps .grid > img {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 900px) {
    .steps .grid > img {
        display: none;
    }
}
.steps .grid .misc-image {
    position: absolute;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
@media (max-width: 900px) {
    .steps .grid .misc-image {
        display: none;
    }
}
.steps .grid .misc-image.misc1 {
    top: 3%;
    left: 18%;
    width: 7%;
    padding-bottom: 9%;
    background-image: url(../images/steps-misc1.png);
}
.steps .grid .misc-image.misc2 {
    top: 14.5%;
    left: 2%;
    width: 10%;
    padding-bottom: 10%;
    background-image: url(../images/steps-misc2.png);
}
.steps .grid .misc-image.misc3 {
    top: 61.5%;
    left: 72%;
    width: 25%;
    padding-bottom: 15%;
    background-image: url(../images/steps-misc3.png);
}
.steps .grid .misc-text {
    position: absolute;
    bottom: 8%;
    left: 6%;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 6.4rem;
    line-height: 1.35em;
}
@media (max-width: 3200px) {
    .steps .grid .misc-text {
        font-size: 4.8rem;
    }
}
@media (max-width: 2700px) {
    .steps .grid .misc-text {
        font-size: 4.2rem;
    }
}
@media (max-width: 2300px) {
    .steps .grid .misc-text {
        font-size: 3.6rem;
    }
}
@media (max-width: 1950px) {
    .steps .grid .misc-text {
        font-size: 3.2rem;
    }
}
@media (max-width: 1650px) {
    .steps .grid .misc-text {
        font-size: 2.6rem;
    }
}
@media (max-width: 1450px) {
    .steps .grid .misc-text {
        bottom: 4%;
        left: 3%;
        font-size: 2.2rem;
    }
}
@media (max-width: 1150px) {
    .steps .grid .misc-text {
        font-size: 2rem;
    }
}
@media (max-width: 900px) {
    .steps .grid .misc-text {
        display: none;
    }
}
.steps .grid .misc-text em {
    font-weight: 400;
    color: #db0562;
}
.steps .grid .item {
    outline: none;
}
.steps .grid .item .imageblock {
    text-align: center;
}
.steps .grid .item .imageblock img {
    max-width: 100%;
}
@media (max-width: 900px) {
    .steps .grid .item .all-text {
        margin: 1em auto 2em;
        max-width: 600px;
        padding: 1.25em 1em 1em;
        background: #fff;
        border: 1px solid #555;
        border-radius: 1em;
    }
}
@media (max-width: 900px) and (max-width: 640px) {
    .steps .grid .item .all-text {
        width: auto;
        max-width: none;
        margin: 1em 1em 2em;
    }
}
.steps .grid .item .titleblock {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1em;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    color: #000;
}
@media (max-width: 3200px) {
    .steps .grid .item .titleblock {
        font-size: 2.8rem;
    }
}
@media (max-width: 2700px) {
    .steps .grid .item .titleblock {
        font-size: 2.6rem;
    }
}
@media (max-width: 2300px) {
    .steps .grid .item .titleblock {
        font-size: 2.3rem;
    }
}
@media (max-width: 1950px) {
    .steps .grid .item .titleblock {
        font-size: 2.1rem;
    }
}
@media (max-width: 1750px) {
    .steps .grid .item .titleblock {
        font-size: 1.8rem;
    }
}
@media (max-width: 1500px) {
    .steps .grid .item .titleblock {
        font-size: 1.6rem;
    }
}
@media (max-width: 1300px) {
    .steps .grid .item .titleblock {
        font-size: 1.4rem;
    }
}
@media (max-width: 900px) {
    .steps .grid .item .titleblock {
        margin: 0 0 0.5em;
        font-size: 2.6rem;
    }
}
@media (max-width: 399px) {
    .steps .grid .item .titleblock {
        font-size: 2.2rem;
    }
}
.steps .grid .item .titleblock .icon {
    display: inline-block;
    margin-left: 0.25em;
    width: 1.7em;
    height: 1.7em;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.7em;
    text-align: center;
    text-transform: none;
    vertical-align: middle;
    color: #fff;
    background: #db0562;
    background: linear-gradient(90deg, #dca9bf 0%, #db0562 30%);
    border: 1px solid #816d7f;
    transition: all 0.15s ease-out;
    background: linear-gradient(90deg, #db0562, #e4b4c9, #db0562);
    background-size: 600% 600%;
    -webkit-animation: IconAnim 6s ease infinite;
    -moz-animation: IconAnim 6s ease infinite;
    animation: IconAnim 6s ease infinite;
}
@media (max-width: 900px) {
    .steps .grid .item .titleblock .icon {
        display: none;
    }
}
.steps .grid .item .titleblock:after {
    content: ">";
    display: inline-block;
    font-weight: 400;
    text-transform: none;
    vertical-align: middle;
    color: #bb5da7;
}
@media (max-width: 900px) {
    .steps .grid .item .titleblock:after {
        display: none;
    }
}
.steps .grid .item .textblock {
    display: none;
    text-align: center;
}
@media (max-width: 900px) {
    .steps .grid .item .textblock {
        display: block;
    }
}
@media (min-width: 901px) {
    .steps .grid .item {
        position: absolute;
    }
    .steps .grid .item .imageblock img {
        width: 100%;
        max-width: 100%;
    }
    .steps .grid .item .titleblock {
        position: absolute;
        top: 0%;
        left: 0%;
    }
    .steps .grid .item .titleblock .icon {
        margin-top: -0.1em;
    }
    .steps .grid .item:nth-child(2) {
        left: 20%;
        top: 18.5%;
        width: 16.5%;
        padding-right: 7%;
    }
    .steps .grid .item:nth-child(2) .titleblock {
        left: 24%;
    }
    .steps .grid .item:nth-child(3) {
        left: 10%;
        top: 36%;
        width: 18.5%;
        padding-right: 10.5%;
    }
    .steps .grid .item:nth-child(3) .titleblock {
        top: 18%;
        left: 17%;
    }
    .steps .grid .item:nth-child(4) {
        left: 44%;
        top: 35%;
        width: 19.5%;
        padding-right: 9.5%;
    }
    .steps .grid .item:nth-child(4) .titleblock {
        top: 5%;
        left: 21%;
    }
    .steps .grid .item:nth-child(5) {
        left: 19.5%;
        top: 47%;
        width: 11%;
    }
    .steps .grid .item:nth-child(5) .titleblock {
        top: 21%;
        left: auto;
        right: 27%;
    }
    .steps .grid .item:nth-child(6) {
        left: 51%;
        top: 60%;
        width: 19.5%;
        padding-right: 7.5%;
    }
    .steps .grid .item:nth-child(6) .titleblock {
        top: 18%;
        left: 26%;
    }
}
.main-textblock {
    background-color: #333;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 1000px) {
    .main-textblock .overlay {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.65);
        z-index: 1;
    }
}
.main-textblock .textblock {
    position: relative;
    margin: 0 auto;
    padding: 5% 12% 5% 55%;
    font-size: 4.2rem;
    font-style: italic;
    z-index: 5;
}
@media (max-width: 3200px) {
    .main-textblock .textblock {
        font-size: 3.6rem;
    }
}
@media (max-width: 2700px) {
    .main-textblock .textblock {
        font-size: 3rem;
    }
}
@media (max-width: 2300px) {
    .main-textblock .textblock {
        font-size: 2.7rem;
    }
}
@media (max-width: 1950px) {
    .main-textblock .textblock {
        font-size: 2.4rem;
    }
}
@media (max-width: 1550px) {
    .main-textblock .textblock {
        font-size: 2.2rem;
    }
}
@media (max-width: 1300px) {
    .main-textblock .textblock {
        font-size: 2rem;
    }
}
@media (max-width: 1000px) {
    .main-textblock .textblock {
        max-width: 600px;
        padding: 5% 5%;
        font-style: normal;
    }
    .main-textblock .textblock br {
        display: none;
    }
}
@media (max-width: 699px) {
    .main-textblock .textblock {
        padding: 5% 8%;
    }
}
@media (max-width: 599px) {
    .main-textblock .textblock {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
}
.main-textblock .textblock h2 {
    position: relative;
    font-size: 7.2rem;
    font-style: normal;
}
@media (max-width: 3200px) {
    .main-textblock .textblock h2 {
        font-size: 6.6rem;
    }
}
@media (max-width: 2700px) {
    .main-textblock .textblock h2 {
        font-size: 5.8rem;
    }
}
@media (max-width: 2300px) {
    .main-textblock .textblock h2 {
        font-size: 5rem;
    }
}
@media (max-width: 1950px) {
    .main-textblock .textblock h2 {
        font-size: 4.2rem;
    }
}
@media (max-width: 1550px) {
    .main-textblock .textblock h2 {
        font-size: 3.6rem;
    }
}
@media (max-width: 1300px) {
    .main-textblock .textblock h2 {
        font-size: 3rem;
    }
}
@media (max-width: 1100px) {
    .main-textblock .textblock h2 {
        font-size: 2.6rem;
    }
}
@media (max-width: 767px) {
    .main-textblock .textblock h2 {
        font-size: 2.4rem;
    }
}
@media (max-width: 399px) {
    .main-textblock .textblock h2 {
        font-size: 2.2rem;
    }
}
.main-textblock .textblock h2 em {
    font-size: 147.62%;
}
@media (max-width: 1000px) {
    .main-textblock .textblock h2 em {
        display: block;
    }
}
.main-textblock .textblock h2:after {
    content: "*";
    position: absolute;
    top: 90%;
    right: 102%;
    font-size: 200%;
    font-weight: 700;
}
@media (max-width: 599px) {
    .main-textblock .textblock h2:after {
        display: none;
    }
}
.main-textblock .textblock .text {
    margin-bottom: 1em;
}
@media (max-width: 599px) {
    .main-textblock .textblock .button-container {
        order: 4;
    }
}
.main-textblock .textblock .button-container .btn {
    font-style: normal;
}
.main-textblock .textblock img.mobile {
    display: none;
}
@media (max-width: 1000px) {
    .main-textblock .textblock img.mobile {
        display: block;
        width: 100%;
        max-width: 100%;
    }
}
.main-textblock .textblock .textblock-pic {
    position: absolute;
    width: 15%;
    padding-bottom: 15%;
    right: 5%;
    bottom: 8%;
    background: url(../images/textblock-pic.png) 50% 50% / contain no-repeat;
}
@media (max-width: 1600px) {
    .main-textblock .textblock .textblock-pic {
        right: 3%;
        width: 13%;
        padding-bottom: 13%;
    }
}
@media (max-width: 1000px) {
    .main-textblock .textblock .textblock-pic {
        right: 19%;
        bottom: 5%;
        width: 16%;
        padding-bottom: 16%;
    }
}
@media (max-width: 599px) {
    .main-textblock .textblock .textblock-pic {
        position: relative;
        right: inherit;
        bottom: inherit;
        margin: 0 auto 1em;
        width: 50%;
        padding-bottom: 25%;
        order: 3;
    }
}
.main-textblock .textblock .textblock-small-bg {
    display: none;
    padding-bottom: 70%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 1000px) {
    .main-textblock .textblock .textblock-small-bg {
        display: block;
    }
}
.manager {
    padding-top: 6em;
    background: #fff;
    background: linear-gradient(180deg, #fff 0%, #cacaca 100%);
    border-bottom: 1px solid #464e59;
}
@media (max-width: 991px) {
    .manager {
        padding-top: 3em;
    }
}
.manager .owl-carousel-contacts {
    position: relative;
}
.manager .owl-carousel-contacts .owl-nav {
    margin: 0;
}
@media (max-width: 600px) {
    .manager .owl-carousel-contacts .owl-nav {
        display: none;
    }
}
.manager .owl-carousel-contacts .owl-nav button {
    position: absolute;
    top: 37%;
    margin-top: -65px;
    width: 130px;
    height: 130px;
    background: rgba(0, 0, 0, 0.25);
    border: 0;
    border-radius: 50%;
    z-index: 6;
    outline: none;
    transition: all 0.15s ease-out;
}
@media (max-width: 3200px) {
    .manager .owl-carousel-contacts .owl-nav button {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 1600px) {
    .manager .owl-carousel-contacts .owl-nav button {
        width: 75px;
        height: 75px;
    }
}
.manager .owl-carousel-contacts .owl-nav button:hover {
    background: rgba(0, 0, 0, 0.5);
}
.manager .owl-carousel-contacts .owl-nav button:before,
.manager .owl-carousel-contacts .owl-nav button:after {
    content: "";
    position: absolute;
    left: 30%;
    top: 50%;
    margin-top: -1px;
    width: 36%;
    height: 3px;
    background: #fff;
}
.manager .owl-carousel-contacts .owl-nav button.owl-prev {
    left: 1%;
}
.manager .owl-carousel-contacts .owl-nav button.owl-prev:before {
    transform-origin: bottom left;
    transform: rotate(-30deg);
}
.manager .owl-carousel-contacts .owl-nav button.owl-prev:after {
    transform-origin: top left;
    transform: rotate(30deg);
}
.manager .owl-carousel-contacts .owl-nav button.owl-next {
    right: 1%;
}
.manager .owl-carousel-contacts .owl-nav button.owl-next:before {
    transform-origin: bottom right;
    transform: rotate(30deg);
}
.manager .owl-carousel-contacts .owl-nav button.owl-next:after {
    transform-origin: top right;
    transform: rotate(-30deg);
}
.manager .owl-carousel-contacts .owl-nav button span {
    font-size: 3.2rem;
    color: #fff;
}
.manager .owl-carousel-contacts .owl-nav button .top,
.manager .owl-carousel-contacts .owl-nav button .bottom {
    content: "";
    position: absolute;
    width: 35%;
    height: 20.5%;
}
.manager .owl-carousel-contacts .owl-nav button .top {
    top: 30%;
}
.manager .owl-carousel-contacts .owl-nav button .bottom {
    bottom: 30%;
}
.manager .owl-carousel-contacts .owl-dots {
    position: absolute;
    left: 0;
    bottom: 5%;
    margin: 0;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 2700px) {
    .manager .owl-carousel-contacts .owl-dots {
        bottom: 0;
    }
}
@media (max-width: 600px) {
    .manager .owl-carousel-contacts .owl-dots {
        height: 36px;
    }
}
.manager .owl-carousel-contacts .owl-dots .owl-dot {
    border: 0;
    background: none;
    outline: none;
    backface-visibility: hidden;
}
.manager .owl-carousel-contacts .owl-dots .owl-dot span {
    width: 30px;
    height: 30px;
    border: 2px solid #aaa;
    background: none;
    transition: all 0.15s ease-out;
    backface-visibility: hidden;
}
@media (max-width: 1950px) {
    .manager .owl-carousel-contacts .owl-dots .owl-dot span {
        width: 20px;
        height: 20px;
        border-width: 1px;
    }
}
@media (max-width: 991px) {
    .manager .owl-carousel-contacts .owl-dots .owl-dot span {
        width: 15px;
        height: 15px;
    }
}
.manager .owl-carousel-contacts .owl-dots .owl-dot.active span,
.manager .owl-carousel-contacts .owl-dots .owl-dot:hover span {
    background: #fff;
    transform: scale(1.25);
}
@media (max-width: 1350px) {
    .manager .desktop {
        display: none;
    }
}
@media (min-width: 1351px) {
    .manager .mobile {
        display: none;
    }
}
.manager .imageblock {
    max-width: 1250px;
    margin-left: 10%;
    overflow: hidden;
}
@media (max-width: 3200px) {
    .manager .imageblock {
        max-width: 1100px;
    }
}
@media (max-width: 2700px) {
    .manager .imageblock {
        max-width: 1000px;
    }
}
@media (max-width: 2500px) {
    .manager .imageblock {
        max-width: 880px;
    }
}
@media (max-width: 2300px) {
    .manager .imageblock {
        max-width: 850px;
    }
}
@media (max-width: 1950px) {
    .manager .imageblock {
        max-width: 770px;
    }
}
@media (max-width: 1550px) {
    .manager .imageblock {
        max-width: 700px;
    }
}
@media (max-width: 1350px) {
    .manager .imageblock {
        margin: 0 auto;
        max-width: 650px;
    }
}
@media (max-width: 399px) {
    .manager .imageblock {
        position: relative;
        overflow: hidden;
        padding-top: 5%;
    }
}
.manager .imageblock img {
    display: block;
    width: 100%;
    max-width: 100%;
}
@media (max-width: 450px) {
    .manager .imageblock img {
        width: 130%;
        max-width: 130%;
    }
}
.manager .cols {
    position: relative;
    display: flex;
    flex-direction: row;
}
@media (max-width: 1350px) {
    .manager .cols {
        flex-direction: column;
    }
}
.manager .cols .col {
    padding: 0;
}
.manager .cols .col1 {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
@media (max-width: 1350px) {
    .manager .cols .col1 {
        flex-basis: auto;
        position: static;
    }
}
.manager .cols .col1 .titleblock {
    margin: 5em 0 5em;
    max-width: 1550px;
    text-align: left;
}
@media (max-width: 3200px) {
    .manager .cols .col1 .titleblock {
        max-width: 1200px;
    }
}
@media (max-width: 1950px) {
    .manager .cols .col1 .titleblock {
        max-width: 700px;
    }
}
@media (max-width: 1550px) {
    .manager .cols .col1 .titleblock {
        padding: 0 1em;
    }
}
@media (max-width: 1350px) {
    .manager .cols .col1 .titleblock {
        padding: 0 1.5em;
        margin: 0 auto 2em;
        max-width: 900px;
        text-align: center;
    }
}
@media (max-width: 399px) {
    .manager .cols .col1 .titleblock {
        width: 100%;
        margin-bottom: 0.5em;
        padding: 0 0.5em;
    }
}
.manager .cols .col1 .titleblock h2 {
    font-size: 7rem;
    line-height: 1.35em;
}
@media (max-width: 3200px) {
    .manager .cols .col1 .titleblock h2 {
        font-size: 5.6rem;
    }
}
@media (max-width: 2500px) {
    .manager .cols .col1 .titleblock h2 {
        font-size: 4.2rem;
    }
}
@media (max-width: 1950px) {
    .manager .cols .col1 .titleblock h2 {
        font-size: 3.6rem;
    }
}
@media (max-width: 1550px) {
    .manager .cols .col1 .titleblock h2 {
        font-size: 3rem;
    }
}
@media (max-width: 1199px) {
    .manager .cols .col1 .titleblock h2 {
        font-size: 2.9rem;
    }
}
@media (max-width: 1350px) {
    .manager .cols .col1 .titleblock h2 br {
        display: none;
    }
}
@media (max-width: 991px) {
    .manager .cols .col1 .titleblock h2 {
        font-size: 2.8rem;
    }
}
@media (max-width: 870px) {
    .manager .cols .col1 .titleblock h2 {
        font-size: 2.4rem;
    }
}
@media (max-width: 760px) {
    .manager .cols .col1 .titleblock h2 {
        font-size: 2rem;
    }
}
@media (max-width: 420px) {
    .manager .cols .col1 .titleblock h2 {
        font-size: 1.8rem;
    }
}
@media (max-width: 399px) {
    .manager .cols .col1 .titleblock h2 {
        font-size: 1.6rem;
    }
}
@media (max-width: 360px) {
    .manager .cols .col1 .titleblock h2 {
        font-size: 1.5rem;
    }
}
.manager .cols .col1 .titleblock h2.line:after {
    content: "";
    display: block;
    margin: 0.55em auto 0.75em;
    height: 2px;
    background: #333;
}
@media (max-width: 767px) {
    .manager .cols .col1 .titleblock h2.line:after {
        height: 1px;
    }
}
.manager .cols .col1 .titleblock h2 em {
    color: #777;
}
@media (max-width: 1550px) {
    .manager .cols .col1 .titleblock h2 em {
        display: block;
    }
}
.manager .cols .col1 .titleblock h2 span {
    display: inline-block;
    white-space: nowrap;
}
@media (max-width: 599px) {
    .manager .cols .col1 .titleblock h2 span {
        display: block;
    }
}
.manager .cols .col1 .titleblock img {
    display: inline-block;
    vertical-align: baseline;
    margin-bottom: -0.1em;
    width: 100px;
    height: auto;
}
@media (max-width: 3200px) {
    .manager .cols .col1 .titleblock img {
        width: 55px;
        height: auto;
    }
}
@media (max-width: 1350px) {
    .manager .cols .col1 .titleblock img {
        width: 35px;
    }
}
.manager .cols .col1 .titleblock .subtitle {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 4.8rem;
    line-height: 1.3em;
}
@media (max-width: 3200px) {
    .manager .cols .col1 .titleblock .subtitle {
        font-size: 3.6rem;
    }
}
@media (max-width: 2500px) {
    .manager .cols .col1 .titleblock .subtitle {
        font-size: 3rem;
    }
}
@media (max-width: 1950px) {
    .manager .cols .col1 .titleblock .subtitle {
        font-size: 2.6rem;
    }
}
@media (max-width: 1550px) {
    .manager .cols .col1 .titleblock .subtitle {
        font-size: 2.2rem;
    }
}
@media (max-width: 1350px) {
    .manager .cols .col1 .titleblock .subtitle {
        font-size: 2.4rem;
    }
    .manager .cols .col1 .titleblock .subtitle br {
        display: none;
    }
}
@media (max-width: 767px) {
    .manager .cols .col1 .titleblock .subtitle {
        font-size: 2rem;
    }
}
@media (max-width: 450px) {
    .manager .cols .col1 .titleblock .subtitle {
        font-size: 1.7rem;
    }
}
@media (max-width: 399px) {
    .manager .cols .col1 .titleblock .subtitle {
        font-size: 1.5rem;
    }
}
@media (max-width: 360px) {
    .manager .cols .col1 .titleblock .subtitle {
        font-size: 1.4rem;
    }
}
.manager .cols .col1 .titleblock a {
    text-decoration: underline;
    color: #67a5d9;
}
.manager .cols .col1 .titleblock a:hover,
.manager .cols .col1 .titleblock a:focus {
    text-decoration: none;
}
.manager .cols .col1 .lineblock {
    width: 100%;
    border-radius: 0 8px 8px 0;
    background: #48505b;
    background: linear-gradient(90deg, #d0d1d2 0%, #48505b 100%);
}
@media (max-width: 1350px) {
    .manager .cols .col1 .lineblock {
        position: absolute;
        bottom: 10%;
        left: 0;
        width: 100%;
        background: none;
        border-radius: 0;
    }
}
@media (max-width: 599px) {
    .manager .cols .col1 .lineblock {
        bottom: 36px;
    }
}
.manager .cols .col1 .lineblock .info {
    float: right;
    max-width: 1500px;
    padding: 0.5em 1em;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 4.2rem;
    line-height: 1.5em;
    text-align: right;
    color: #fff;
    border-radius: 5px;
}
@media (max-width: 3000px) {
    .manager .cols .col1 .lineblock .info {
        max-width: 1200px;
        font-size: 3.6rem;
    }
}
@media (max-width: 2300px) {
    .manager .cols .col1 .lineblock .info {
        max-width: 1000px;
        font-size: 3rem;
    }
}
@media (max-width: 1950px) {
    .manager .cols .col1 .lineblock .info {
        max-width: 9000px;
        font-size: 2.8rem;
    }
}
@media (max-width: 1550px) {
    .manager .cols .col1 .lineblock .info {
        font-size: 2.6rem;
    }
}
@media (max-width: 1350px) {
    .manager .cols .col1 .lineblock .info {
        float: none;
        margin: 0 auto;
        max-width: 480px;
        text-align: center;
        background: rgba(51, 51, 51, 0.5);
        border-radius: 0.75em;
    }
}
@media (max-width: 1199px) {
    .manager .cols .col1 .lineblock .info {
        font-size: 2.4rem;
    }
}
@media (max-width: 768px) {
    .manager .cols .col1 .lineblock .info {
        font-size: 2.2rem;
    }
}
@media (max-width: 599px) {
    .manager .cols .col1 .lineblock .info {
        margin: 0 auto;
    }
}
@media (max-width: 520px) {
    .manager .cols .col1 .lineblock .info {
        margin: 0 0.5em;
    }
}
.manager .cols .col1 .lineblock .info .desc {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 3.4rem;
    line-height: 1.2em;
}
@media (max-width: 3000px) {
    .manager .cols .col1 .lineblock .info .desc {
        font-size: 3rem;
    }
}
@media (max-width: 2300px) {
    .manager .cols .col1 .lineblock .info .desc {
        font-size: 2.4rem;
    }
}
@media (max-width: 1950px) {
    .manager .cols .col1 .lineblock .info .desc {
        font-size: 1.8rem;
    }
}
@media (max-width: 768px) {
    .manager .cols .col1 .lineblock .info .desc {
        font-size: 1.7rem;
    }
}
.manager .cols .col1 .lineblock .info .name {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}
.manager .cols .col1 .lineblock .info .contact {
    color: #fff;
}
.manager .cols .col1 .lineblock .info .contact .link-container {
    display: inline-block;
}
.manager .cols .col1 .lineblock .info .contact a.link {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    vertical-align: middle;
    text-decoration: underline;
    color: #95cb3e;
}
@media (max-width: 3200px) {
    .manager .cols .col1 .lineblock .info .contact a.link {
        font-size: 3.6rem;
    }
}
@media (max-width: 2500px) {
    .manager .cols .col1 .lineblock .info .contact a.link {
        font-size: 3rem;
    }
}
@media (max-width: 1950px) {
    .manager .cols .col1 .lineblock .info .contact a.link {
        font-size: 2.6rem;
    }
}
@media (max-width: 1550px) {
    .manager .cols .col1 .lineblock .info .contact a.link {
        font-size: 2.2rem;
    }
}
@media (max-width: 1199px) {
    .manager .cols .col1 .lineblock .info .contact a.link {
        font-size: 2rem;
    }
}
@media (max-width: 991px) {
    .manager .cols .col1 .lineblock .info .contact a.link {
        font-size: 1.8rem;
    }
}
@media (max-width: 767px) {
    .manager .cols .col1 .lineblock .info .contact a.link {
        font-size: 1.7rem;
    }
}
@media (max-width: 499px) {
    .manager .cols .col1 .lineblock .info .contact a.link {
        font-size: 1.6rem;
    }
}
@media (max-width: 399px) {
    .manager .cols .col1 .lineblock .info .contact a.link {
        font-size: 1.4rem;
    }
}
@media (max-width: 360px) {
    .manager .cols .col1 .lineblock .info .contact a.link {
        font-size: 1.3rem;
    }
}
.manager .cols .col1 .lineblock .info .contact a.link:hover,
.manager .cols .col1 .lineblock .info .contact a.link:focus {
    text-decoration: none;
}
.manager .cols .col1 .lineblock .info .contact a.icon {
    display: inline-block;
    height: 48px;
    width: 48px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transform: scale(1);
    transition: all 0.2s ease-out;
    vertical-align: middle;
}
@media (max-width: 3000px) {
    .manager .cols .col1 .lineblock .info .contact a.icon {
        height: 40px;
        width: 40px;
    }
}
@media (max-width: 2300px) {
    .manager .cols .col1 .lineblock .info .contact a.icon {
        height: 30px;
        width: 30px;
    }
}
.manager .cols .col1 .lineblock .info .contact a.icon:hover,
.manager .cols .col1 .lineblock .info .contact a.icon:focus {
    transform: scale(1.1);
}
.manager .cols .col1 .lineblock .info .contact a.icon.whatsapp {
    background-image: url(../images/team-whatsapp.png);
}
.manager .cols .col1 .lineblock .info .contact a.icon.email {
    background-image: url(../images/team-email.png);
}
.manager .cols .col1 .lineblock .info .contact a.phone {
    display: none;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 3.4rem;
    text-decoration: underline;
    color: #95cb3e;
}
.manager .cols .col1 .lineblock .info .contact a.phone:hover,
.manager .cols .col1 .lineblock .info .contact a.phone:focus {
    text-decoration: none;
}
@media (max-width: 3000px) {
    .manager .cols .col1 .lineblock .info .contact a.phone {
        font-size: 2.8rem;
    }
}
@media (max-width: 2300px) {
    .manager .cols .col1 .lineblock .info .contact a.phone {
        font-size: 2.4rem;
    }
}
@media (max-width: 1950px) {
    .manager .cols .col1 .lineblock .info .contact a.phone {
        font-size: 2rem;
    }
}
@media (max-width: 399px) {
    .manager .cols .col1 .lineblock .info .contact a.phone {
        font-size: 1.8rem;
    }
}
@media (max-width: 1350px) {
    .manager .cols .col1 .lineblock .info .contact a.phone {
        color: #fff;
    }
}
.manager .cols .col2 {
    flex: 0 0 50%;
}
.features-list {
    padding: 9em 0 6em;
    color: #fff;
    background: #000;
    z-index: 5;
}
@media (max-width: 3200px) {
    .features-list {
        padding: 7em 0 5em;
    }
}
@media (max-width: 2700px) {
    .features-list {
        padding: 4em 0 2em;
    }
}
@media (max-width: 1950px) {
    .features-list {
        padding: 2em 0 0em;
    }
}
@media (max-width: 1350px) {
    .features-list {
        position: relative;
    }
}
.features-list .container {
    max-width: 3000px;
}
@media (max-width: 3200px) {
    .features-list .container {
        max-width: 2500px;
    }
}
@media (max-width: 2700px) {
    .features-list .container {
        max-width: 2100px;
    }
}
@media (max-width: 1950px) {
    .features-list .container {
        max-width: 1550px;
    }
}
.features-list h2 {
    margin-bottom: 2em;
    font-weight: 400;
    text-align: center;
    color: #95cb3e;
}
.features-list .items {
    display: flex;
    justify-content: center;
}
@media (max-width: 991px) {
    .features-list .items {
        flex-wrap: wrap;
    }
}
.features-list .items .item {
    flex: 0 0 20%;
    margin-bottom: 2em;
    padding: 0 1em;
    text-align: center;
}
@media (max-width: 1050px) {
    .features-list .items .item {
        padding: 0 0.25em;
    }
}
@media (max-width: 600px) {
    .features-list .items .item {
        flex-basis: 33.333%;
    }
}
@media (max-width: 480px) {
    .features-list .items .item {
        flex-basis: 50%;
    }
}
.features-list .items .item .imageblock {
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
}
@media (min-width: 3201px) {
    .features-list .items .item .imageblock {
        height: 130px;
    }
}
@media (max-width: 1250px) {
    .features-list .items .item .imageblock {
        margin-bottom: 0.5em;
        height: 50px;
    }
}
.features-list .items .item .imageblock img {
    width: 120px;
}
@media (max-width: 3200px) {
    .features-list .items .item .imageblock img {
        width: auto;
    }
}
@media (max-width: 1250px) {
    .features-list .items .item .imageblock img {
        width: 50px;
    }
}
.features-list .items .item .text {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 4.6rem;
    line-height: 1.2em;
    color: #fff;
}
@media (max-width: 3200px) {
    .features-list .items .item .text {
        font-size: 3.6rem;
    }
}
@media (max-width: 2700px) {
    .features-list .items .item .text {
        font-size: 2.4rem;
    }
}
@media (max-width: 1950px) {
    .features-list .items .item .text {
        font-size: 1.8rem;
    }
}
@media (max-width: 1250px) {
    .features-list .items .item .text {
        font-size: 1.6rem;
    }
}
@media (max-width: 1050px) {
    .features-list .items .item .text {
        font-size: 1.4rem;
    }
}
.empty .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    min-height: 500px;
}
.empty .textblock {
    font-size: 3.2rem;
    text-align: center;
}
@media (max-width: 3000px) {
    .empty .textblock {
        font-size: 2.8rem;
    }
}
@media (max-width: 2500px) {
    .empty .textblock {
        font-size: 2.4rem;
    }
}
@media (max-width: 1950px) {
    .empty .textblock {
        font-size: 2rem;
    }
}
@media (max-width: 767px) {
    .empty .textblock {
        font-size: 1.8rem;
    }
}
.empty .textblock h1 {
    font-size: 150%;
}
.link-grid {
    padding: 5% 0;
    background: #fff;
    background: linear-gradient(to bottom, #fff, #e6e6e6);
}
@media (max-width: 767px) {
    .link-grid {
        padding: 3em 0;
    }
}
@media (max-width: 499px) {
    .link-grid {
        padding: 2em 0;
    }
}
@media (max-width: 1800px) {
    .link-grid .centered {
        max-width: 1600px;
    }
}
.link-grid h2 {
    text-align: center;
    color: #4b505a;
}
.link-grid .items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
@media (max-width: 599px) {
    .link-grid .items {
        display: block;
    }
}
.link-grid .items .item {
    position: relative;
    display: block;
    flex: 1 0 50%;
    padding-bottom: 22%;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 4.8rem;
    color: #dee2e6;
}
@media (max-width: 3200px) {
    .link-grid .items .item {
        font-size: 4.8rem;
    }
}
@media (max-width: 3000px) {
    .link-grid .items .item {
        font-size: 3rem;
    }
}
@media (max-width: 2500px) {
    .link-grid .items .item {
        font-size: 2.8rem;
    }
}
@media (max-width: 1950px) {
    .link-grid .items .item {
        font-size: 2.6rem;
    }
}
@media (max-width: 1800px) {
    .link-grid .items .item {
        font-size: 2.6rem;
    }
}
@media (max-width: 1600px) {
    .link-grid .items .item {
        font-size: 2.4rem;
    }
}
@media (max-width: 1450px) {
    .link-grid .items .item {
        font-size: 2rem;
    }
}
@media (max-width: 1300px) {
    .link-grid .items .item {
        font-size: 1.8rem;
    }
}
@media (max-width: 1100px) {
    .link-grid .items .item {
        flex-basis: 50%;
        padding-bottom: 30%;
        font-size: 2.1rem;
    }
}
@media (max-width: 840px) {
    .link-grid .items .item {
        font-size: 1.6rem;
    }
}
@media (max-width: 767px) {
    .link-grid .items .item {
        font-size: 1.6rem;
    }
}
@media (max-width: 700px) {
    .link-grid .items .item {
        font-size: 1.5rem;
    }
}
@media (max-width: 599px) {
    .link-grid .items .item {
        padding-bottom: 40%;
        margin-bottom: 1em;
        font-size: 1.8rem;
    }
}
@media (max-width: 499px) {
    .link-grid .items .item {
        padding-bottom: 48%;
    }
}
@media (max-width: 399px) {
    .link-grid .items .item {
        font-size: 1.6rem;
        padding-bottom: 55%;
    }
}
@media (max-width: 340px) {
    .link-grid .items .item {
        font-size: 1.4rem;
    }
}
.link-grid .items .item .bg,
.link-grid .items .item .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.link-grid .items .item .bg {
    margin: 1% 1.5%;
    width: 98%;
    height: 97%;
    background-color: #222;
    opacity: 1;
    transition: opacity 0.5s;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    backface-visibility: hidden;
}
@media (max-width: 1100px) {
    .link-grid .items .item .bg {
        margin: 2.5% 2%;
        width: 96%;
        height: 95%;
    }
}
@media (max-width: 599px) {
    .link-grid .items .item .bg {
        margin: 0;
        width: 100%;
        height: 100%;
    }
}
.link-grid .items .item .content {
    display: table;
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-out;
    backface-visibility: hidden;
    overflow: hidden;
}
.link-grid .items .item .content:before,
.link-grid .items .item .content:after {
    content: "";
    position: absolute;
    top: 1em;
    right: 1em;
    bottom: 1em;
    left: 1em;
    opacity: 0;
    transition: opacity 0.5s, transform 0.5s;
    pointer-events: none;
    border: 2px solid #fff;
}
.link-grid .items .item .content:before {
    border-width: 2px 0;
    transform: scale(0, 1);
}
.link-grid .items .item .content:after {
    border-width: 0 2px;
    transform: scale(1, 0);
}
.link-grid .items .item .content .text {
    display: table-cell;
    padding: 2em 0;
    text-align: center;
    vertical-align: middle;
    text-shadow: 1px 1px 10px #000;
    transition: transform 0.5s ease 0s;
    transform: scale(1);
    backface-visibility: hidden;
}
@media (max-width: 399px) {
    .link-grid .items .item .content .text {
        padding: 1.35em 0;
    }
}
.link-grid .items .item .content .text > div {
    padding: 0 120px;
}
@media (max-width: 3200px) {
    .link-grid .items .item .content .text > div {
        padding: 0 110px;
    }
}
@media (max-width: 2500px) {
    .link-grid .items .item .content .text > div {
        padding: 0 70px;
    }
}
@media (max-width: 1950px) {
    .link-grid .items .item .content .text > div {
        padding: 0 55px;
    }
}
@media (max-width: 1199px) {
    .link-grid .items .item .content .text > div {
        padding: 0 50px;
    }
}
@media (max-width: 900px) {
    .link-grid .items .item .content .text > div {
        padding: 0 40px;
    }
}
@media (max-width: 599px) {
    .link-grid .items .item .content .text > div {
        padding: 0 45px;
    }
}
@media (max-width: 399px) {
    .link-grid .items .item .content .text > div {
        padding: 0 35px;
    }
}
.link-grid .items .item .content .text .title {
    font-family: "PH300-Cond-Caps", "Roboto", sans-serif;
    font-weight: 300;
    font-size: 1.6em;
    line-height: 1em;
}
.link-grid .items .item .content .text .desc {
    margin-top: 0.25em;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 60%;
    transform: scale(0);
    line-height: 1.35;
    transition: transform 0.5s;
    backface-visibility: hidden;
}
@media (min-width: 600px) {
    .link-grid .items .item:hover .content {
        background: rgba(0, 0, 0, 0.5);
    }
    .link-grid .items .item:hover .content:before,
    .link-grid .items .item:hover .content:after {
        opacity: 1;
        transform: scale(1);
    }
    .link-grid .items .item:hover .content .text {
        transform: scale(1.1);
        opacity: 1;
    }
    .link-grid .items .item:hover .content .text .desc {
        transform: scale(1);
    }
}
@media (max-width: 599px) {
    .link-grid .items .item.active .content {
        background: rgba(0, 0, 0, 0.5);
    }
    .link-grid .items .item.active .content:before,
    .link-grid .items .item.active .content:after {
        opacity: 1;
        transform: scale(1);
    }
    .link-grid .items .item.active .content .text {
        transform: scale(1.1);
        opacity: 1;
    }
    .link-grid .items .item.active .content .text .desc {
        transform: scale(1);
    }
}
.link-grid .text {
    margin: 3em;
    text-align: center;
}
@media (max-width: 1199px) {
    .link-grid .text br {
        display: none;
    }
}
.link-grid .button-container {
    text-align: center;
}
.quality {
    padding: 5% 0;
    text-align: center;
    color: #fff;
    background: #3d3d3d;
}
@media (max-width: 767px) {
    .quality {
        padding: 3em 0;
    }
}
@media (max-width: 499px) {
    .quality {
        display: none;
    }
}
.quality h2 {
    margin-top: 0;
    font-family: "Lato Regular", sans-serif;
    font-weight: normal;
    font-size: 6.4rem;
    text-transform: uppercase;
    color: #fff;
}
@media (max-width: 3000px) {
    .quality h2 {
        font-size: 4.8rem;
    }
}
@media (max-width: 2700px) {
    .quality h2 {
        font-size: 4rem;
    }
}
@media (max-width: 2300px) {
    .quality h2 {
        font-size: 3.6rem;
    }
}
@media (max-width: 1950px) {
    .quality h2 {
        font-size: 2.8rem;
    }
}
@media (max-width: 1550px) {
    .quality h2 {
        font-size: 2.6rem;
    }
}
@media (max-width: 1300px) {
    .quality h2 {
        font-size: 2rem;
    }
}
@media (max-width: 991px) {
    .quality h2 {
        font-size: 1.8rem;
    }
}
@media (max-width: 767px) {
    .quality h2 {
        margin-left: auto;
        margin-right: auto;
        max-width: 450px;
        font-size: 2.2rem;
    }
}
@media (max-width: 499px) {
    .quality h2 {
        font-size: 2rem;
    }
}
.quality .quality-list {
    display: flex;
}
@media (max-width: 1000px) {
    .quality .quality-list {
        flex-wrap: wrap;
    }
}
@media (max-width: 1300px) {
    .quality .quality-list .centered {
        max-width: 1100px;
    }
}
.quality .quality-list .item {
    position: relative;
    flex: 1 1 20%;
    margin: 65px 0 25px;
    padding: 0 8px;
    text-align: center;
    border-right: 1px solid #777;
}
@media (max-width: 1000px) {
    .quality .quality-list .item {
        flex: 1 1 33.3%;
    }
}
@media (max-width: 1000px) and (min-width: 601px) {
    .quality .quality-list .item:nth-child(3) {
        border-right-color: #3d3d3d;
    }
}
@media (max-width: 600px) {
    .quality .quality-list .item {
        flex: 1 1 50%;
    }
}
@media (max-width: 600px) and (min-width: 401px) {
    .quality .quality-list .item:nth-child(2n) {
        border-right-color: #3d3d3d;
    }
}
@media (max-width: 400px) {
    .quality .quality-list .item {
        flex: 1 1 100%;
        border-right-color: #3d3d3d;
    }
}
.quality .quality-list .item img {
    margin-top: -45px;
    width: 200px;
    height: auto;
}
@media (max-width: 3200px) {
    .quality .quality-list .item img {
        width: 160px;
    }
}
@media (max-width: 2700px) {
    .quality .quality-list .item img {
        width: 120px;
    }
}
@media (max-width: 1950px) {
    .quality .quality-list .item img {
        width: auto;
    }
}
@media (max-width: 1300px) {
    .quality .quality-list .item img {
        width: 80px;
    }
}
.quality .quality-list .item .title {
    margin-bottom: 0.5em;
    font-size: 3.6rem;
    text-transform: uppercase;
    color: #eee;
}
@media (max-width: 3200px) {
    .quality .quality-list .item .title {
        font-size: 3.2rem;
    }
}
@media (max-width: 2700px) {
    .quality .quality-list .item .title {
        font-size: 2.4rem;
    }
}
@media (max-width: 2300px) {
    .quality .quality-list .item .title {
        font-size: 2.2rem;
    }
}
@media (max-width: 1950px) {
    .quality .quality-list .item .title {
        font-size: 2rem;
    }
}
@media (max-width: 1300px) {
    .quality .quality-list .item .title {
        font-size: 1.4rem;
    }
}
@media (max-width: 1150px) {
    .quality .quality-list .item .title {
        font-size: 1.4rem;
    }
}
.quality .quality-list .item .text {
    margin-bottom: -25px;
    font-size: 2.6rem;
    color: #ddd;
}
@media (max-width: 3200px) {
    .quality .quality-list .item .text {
        font-size: 2.4rem;
    }
}
@media (max-width: 2700px) {
    .quality .quality-list .item .text {
        font-size: 1.8rem;
    }
}
@media (max-width: 2300px) {
    .quality .quality-list .item .text {
        font-size: 1.7rem;
    }
}
@media (max-width: 1950px) {
    .quality .quality-list .item .text {
        font-size: 1.6rem;
    }
}
@media (max-width: 1450px) {
    .quality .quality-list .item .text {
        font-size: 1.4rem;
    }
}
@media (max-width: 1300px) {
    .quality .quality-list .item .text {
        font-size: 1.2rem;
    }
}
@media (max-width: 1000px) {
    .quality .quality-list .item .text {
        font-size: 1.3rem;
    }
}
.quality .quality-list .item:last-child {
    border-right-color: #3d3d3d;
}
.manager-item {
    color: #333 !important;
    text-decoration: none !important;
}
.manager-item .content {
    position: relative;
    margin: 0.5em;
    min-height: 1px;
    padding-bottom: 75%;
    font-size: 1.45vw;
    border: 1px solid #777;
    background: rgba(255, 255, 255, 0.75);
}
@media (max-width: 1650px) {
    .manager-item .content {
        font-size: 2rem;
    }
}
@media (max-width: 900px) {
    .manager-item .content {
        font-size: 2.4rem;
    }
}
@media (max-width: 700px) {
    .manager-item .content {
        margin: 0.5em 0;
        font-size: 2.2rem;
    }
}
@media (max-width: 499px) {
    .manager-item .content {
        font-size: 2rem;
    }
}
@media (max-width: 399px) {
    .manager-item .content {
        font-size: 1.8rem;
    }
}
.manager-item .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #95cb3e;
    opacity: 0;
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
}
.manager-item .imageblock {
    position: absolute;
    right: 0;
    top: 5%;
    bottom: 0;
    width: 100%;
    backface-visibility: hidden;
}
.manager-item .imageblock img {
    float: right;
    width: auto;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    z-index: 1;
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
}
.manager-item .textblock {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0.85em;
    text-align: left;
}
@media (max-width: 499px) {
    .manager-item .textblock {
        padding: 0.5em;
    }
}
.manager-item .textblock .name {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 0.9em;
    line-height: 1.2;
    text-transform: uppercase;
}
.manager-item .textblock .job {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 0.8em;
    line-height: 1.4;
    color: #989898;
}
.manager-item .button-container {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0.85em;
    cursor: default;
}
@media (max-width: 499px) {
    .manager-item .button-container {
        padding: 0.5em;
    }
}
.manager-item .button-container .wpulike {
    display: inline-block;
    padding: 0;
    vertical-align: middle;
}
.manager-item .button-container .wpulike .count-box {
    display: none;
}
.manager-item .button-container .wpulike .wp_ulike_general_class {
    display: inline-block;
}
@media (max-width: 1950px) {
    .manager-item .button-container .wpulike .wp_ulike_btn {
        transform: scale(0.9);
    }
}
@media (max-width: 1650px) {
    .manager-item .button-container .wpulike .wp_ulike_btn {
        transform: scale(0.75);
    }
}
.manager-item .button-container .whatsapp {
    display: inline-block;
    margin: 0 0 -0.2em 0;
    width: 30px;
    padding-bottom: 30px;
    vertical-align: middle;
    background: url(../images/icon-contact.png) 50% 50% / contain no-repeat;
    opacity: 0.8;
    transition: all 0.2s ease-out;
}
@media (max-width: 2700px) {
    .manager-item .button-container .whatsapp {
        margin-bottom: -0.16em;
    }
}
@media (max-width: 1950px) {
    .manager-item .button-container .whatsapp {
        transform: scale(0.9);
    }
}
@media (max-width: 1650px) {
    .manager-item .button-container .whatsapp {
        transform: scale(0.75);
    }
}
.manager-item .button-container .whatsapp:hover {
    opacity: 1;
}
.manager-item:hover .bg,
.manager-item:active .bg {
    opacity: 1;
}
@media (max-width: 599px) {
    .manager-item .textblock {
        justify-content: center;
        flex-wrap: wrap;
    }
    .manager-item .textblock .title {
        width: 100%;
    }
    .manager-item .textblock .social {
        width: 80%;
        border-top: 1px solid #fff;
    }
}
.team-photo {
    position: relative;
    margin-bottom: -1px;
    padding: 3% 0 3%;
    text-align: center;
    color: #fff;
    background-color: #333;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 5;
}
@media (max-width: 767px) {
    .team-photo {
        padding: 3em 0 2em;
    }
}
@media (max-width: 499px) {
    .team-photo {
        padding: 2em 0 1.5em;
    }
}
.team-photo h2 {
    margin-bottom: 0.3em;
}
.team-photo .subtitle {
    margin-bottom: 1em;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 5rem;
}
@media (max-width: 3200px) {
    .team-photo .subtitle {
        font-size: 4.6rem;
    }
}
@media (max-width: 2700px) {
    .team-photo .subtitle {
        font-size: 3.8rem;
    }
}
@media (max-width: 2300px) {
    .team-photo .subtitle {
        font-size: 3.2rem;
    }
}
@media (max-width: 1950px) {
    .team-photo .subtitle {
        font-size: 2.4rem;
    }
}
@media (max-width: 1400px) {
    .team-photo .subtitle {
        font-size: 2.2rem;
    }
}
@media (max-width: 1024px) {
    .team-photo .subtitle {
        font-size: 2rem;
    }
}
@media (max-width: 640px) {
    .team-photo .subtitle {
        font-size: 1.8rem;
    }
}
@media (max-width: 599px) {
    .team-photo .subtitle {
        font-size: 1.6rem;
    }
    .team-photo .subtitle br {
        display: none;
    }
}
.team-photo img {
    display: block;
    margin: 0 auto;
    width: 1260px;
    max-width: 100%;
}
@media (max-width: 3200px) {
    .team-photo img {
        width: 1100px;
    }
}
@media (max-width: 2700px) {
    .team-photo img {
        width: 950px;
    }
}
@media (max-width: 2300px) {
    .team-photo img {
        width: 850px;
    }
}
@media (max-width: 1950px) {
    .team-photo img {
        width: auto;
    }
}
.team-photo .generic-text {
    margin-bottom: 2.3em;
}
@media (max-width: 767px) {
    .team-photo .generic-text br {
        display: none;
    }
}
.team-photo .team-list .items {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 3%;
    padding: 0 10%;
    z-index: 5;
}
@media (max-width: 991px) {
    .team-photo .team-list .items {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .team-photo .team-list .items {
        margin-bottom: 1.6em;
    }
}
@media (max-width: 499px) {
    .team-photo .team-list .items {
        padding-bottom: 1em;
    }
}
.team-photo .team-list .items .manager-item {
    flex: 0 0 33.333%;
}
@media (max-width: 991px) {
    .team-photo .team-list .items .manager-item {
        flex: 0 0 50%;
    }
}
@media (max-width: 700px) {
    .team-photo .team-list .items .manager-item {
        flex: 1 1 60%;
        max-width: 400px;
    }
}
.team-photo .team-list .logo {
    margin: 2% auto 3%;
    max-width: 365px;
}
@media (max-width: 1800px) {
    .team-photo .team-list .logo {
        max-width: 290px;
    }
}
@media (max-width: 1199px) {
    .team-photo .team-list .logo {
        max-width: 220px;
        margin: 1.6em auto 2em;
    }
}
.team-photo .team-equipment {
    margin: 2em auto 0;
}
.team-photo .team-equipment .title {
    margin-bottom: 1.15em;
    text-transform: uppercase;
}
.team-photo .team-equipment .title strong {
    font-weight: 700;
}
.team-photo .team-equipment .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 70%;
}
@media (max-width: 1650px) {
    .team-photo .team-equipment .items {
        max-width: 80%;
    }
}
@media (max-width: 1199px) {
    .team-photo .team-equipment .items {
        max-width: 90%;
    }
}
@media (max-width: 767px) {
    .team-photo .team-equipment .items {
        max-width: 450px;
    }
}
.team-photo .team-equipment .items .item {
    flex: 0 0 20%;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 0.95vw;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}
@media (max-width: 1199px) {
    .team-photo .team-equipment .items .item {
        max-width: 120px;
        font-size: 1.2rem;
    }
}
@media (max-width: 767px) {
    .team-photo .team-equipment .items .item {
        flex: 0 0 33.333%;
    }
}
.team-photo .team-equipment .items .item .content {
    margin: 1.15em;
}
.team-photo .team-equipment .items .item .imageblock {
    position: relative;
    padding-bottom: 100%;
}
.team-photo .team-equipment .items .item .imageblock > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.2s ease-out;
    backface-visibility: hidden;
}
.team-photo .team-equipment .items .item .imageblock .inactive {
    opacity: 1;
}
.team-photo .team-equipment .items .item .imageblock .active {
    opacity: 0;
}
.team-photo .team-equipment .items .item .text {
    margin: 0.9em 0 0;
    line-height: 1.3em;
}
.team-photo .team-equipment .items .item:hover .imageblock .inactive {
    opacity: 0;
}
.team-photo .team-equipment .items .item:hover .imageblock .active {
    opacity: 1;
}
.numbers {
    position: relative;
    padding: 0;
    background: #d3d5da;
    z-index: 10;
}
@media (max-width: 1000px) {
    .numbers .centered {
        padding: 0;
    }
}
.numbers .numbers-list {
    display: flex;
}
@media (max-width: 1000px) {
    .numbers .numbers-list {
        flex-wrap: wrap;
    }
}
.numbers .numbers-list .item {
    flex: 1 1 auto;
    padding: 30px 8px;
    text-align: center;
    color: #000;
}
@media (max-width: 1000px) {
    .numbers .numbers-list .item {
        flex: 1 1 33.3%;
    }
}
@media (max-width: 520px) {
    .numbers .numbers-list .item {
        flex: 1 1 50%;
    }
}
.numbers .numbers-list .item .number {
    position: relative;
    margin-bottom: 0.2em;
    font-family: "Lato Bold", sans-serif;
    font-size: 7rem;
    font-weight: bold;
    line-height: 1.1;
}
@media (max-width: 3200px) {
    .numbers .numbers-list .item .number {
        font-size: 6.2rem;
    }
}
@media (max-width: 2700px) {
    .numbers .numbers-list .item .number {
        font-size: 5.6rem;
    }
}
@media (max-width: 2300px) {
    .numbers .numbers-list .item .number {
        font-size: 4.4rem;
    }
}
@media (max-width: 1950px) {
    .numbers .numbers-list .item .number {
        font-size: 3.2rem;
    }
}
@media (max-width: 1400px) {
    .numbers .numbers-list .item .number {
        font-size: 2.2rem;
    }
}
@media (max-width: 1024px) {
    .numbers .numbers-list .item .number {
        font-size: 2rem;
    }
}
@media (max-width: 640px) {
    .numbers .numbers-list .item .number {
        font-size: 1.8rem;
    }
}
.numbers .numbers-list .item .number:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    height: 1px;
    background: #666;
    z-index: 14;
}
.numbers .numbers-list .item .number span {
    position: relative;
    padding: 0 8px;
    background: #d3d5da;
    z-index: 15;
}
.numbers .numbers-list .item:nth-child(even) {
    background: #ecebec;
}
.numbers .numbers-list .item:nth-child(even) .number span {
    background: #ecebec;
}
.numbers .numbers-list .item .desc {
    margin: 0 auto;
    max-width: 12em;
    font-size: 2.8rem;
    line-height: 1.2;
    text-transform: uppercase;
}
@media (max-width: 3200px) {
    .numbers .numbers-list .item .desc {
        font-size: 2.4rem;
    }
}
@media (max-width: 2700px) {
    .numbers .numbers-list .item .desc {
        font-size: 2rem;
    }
}
@media (max-width: 2300px) {
    .numbers .numbers-list .item .desc {
        font-size: 1.6rem;
    }
}
@media (max-width: 1950px) {
    .numbers .numbers-list .item .desc {
        max-width: 180px;
        font-size: 1.4rem;
    }
}
.contact-block {
    padding: 2% 0;
    color: #fff;
    background: #3d3d3d;
}
.contact-block .centered {
    max-width: 1150px;
}

.btn-pdf {
	display: flex;
	align-items: center;
	max-width: 400px;
	justify-content: center;
	background: #95cb3e;!;
	border-radius: 3rem;
	border: 2px solid #95cb3e;!;
	position: absolute;
	bottom: 40%;
	left: 11%;
	z-index: 2;
}
.btn-pdf img {
	margin-right: 0.5rem;
	width: 40px !important;
	height: 40px !important;
}

@media (max-width: 950px) {
	.owl-container {
		background: #000;
	}
	.btn-pdf {
		position: relative;
		left: inherit;
		bottom: inherit;
		margin: 1rem auto;
		
	}
}

/*.. */

.rss-feed {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1900px;
    padding: 0px;
    background-color: #ffffff;
    border-radius: 8px;
    margin: 50px auto 100px;
    box-sizing: border-box;
}

.news-item {
    background-color: #f5f5f5;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    margin: 10px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    border-radius: 3rem;
}

.news-item:first-child {
/*    flex: 1 1 100%; /* Первая новость занимает всю ширину */*/
}

.news-item h3 {
    font-size: 1.5rem; /* Увеличенный заголовок для первой новости */
    margin: 0;
    padding: 15px 15px 0;
    background-color: #f5f5f5;
    color: #2a2a2a;
    text-transform: none;
}

.news-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 3rem;
}

.news-item p {
    flex: 1;
    padding: 15px;
    font-size: 2rem;
    color: #555555;
    line-height: 1.6;
}

.news-item a {
    color: inherit;
    text-decoration: none;
}

.news-item:hover {
    transform: translateY(-5px); /* Эффект подъема при наведении */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

@media (min-width: 769px) {
    .news-item {
        flex: 1 1 calc(19% - 20px); /* Остальные новости по 3 в строке */
    }

    .news-item h3 {
        font-size: 2.25rem; /* Немного меньше для остальных новостей */
    }
}

@media (max-width: 768px) {
    .news-item {
        flex: 1 1 100%;
    }

    .news-item h3 {
        font-size: 1rem;
    }

    .news-item p {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .news-item {
        margin-bottom: 20px;
    }
}


.page-rss {
	padding-top: 100px;
}
.page-rss .container {
	max-width: 1900px;
}
.page-rss h2 {
	text-align: center;
}
.rss-feed {
	margin-bottom: 50px;
}
.rss-link {
	padding-bottom: 50px;
	display: block;
	font-size: 3rem;
}
.rss-link a {
	text-decoration: underline;
	color: #95cb3e;
}