@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import '../css/bootstrap-grid.css';
@import '../css/hamburgers.css';
@import '../css/slick.css';
@import '../css/jquery.fancybox.css';
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* colors */
/* font colors */
/*Classes*/
.clearfix {
  overflow: visible;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
* {
  scroll-behavior: smooth;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  font-family: "Exo", sans-serif;
  line-height: 16px;
  overflow-x: hidden;
  font-size: 16px;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 32px;
}

h1 {
  font-size: 2.25rem;
  line-height: 3rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 2.8125rem;
    line-height: 3.25rem;
  }
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 3.125rem;
    line-height: 3.875rem;
  }
}
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 3.75rem;
    line-height: 4.5rem;
  }
}
@media only screen and (min-width: 1600px) {
  h1 {
    font-size: 4.5rem;
    line-height: 6rem;
  }
}

h2 {
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 2.6875rem;
    line-height: 3.5625rem;
  }
}

h3 {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}

h4 {
  font-size: 1.25rem;
  line-height: 1.875rem;
}
@media only screen and (min-width: 768px) {
  h4 {
    font-size: 1.375rem;
    line-height: 2.125rem;
  }
}

h5 {
  font-size: 1.125rem;
  line-height: 1.125rem;
}

h6 {
  font-size: 1rem;
  line-height: 1rem;
}

a,
a:link,
a:focus,
a:visited {
  color: #e10713;
  text-decoration: none;
}
a:hover,
a:link:hover,
a:focus:hover,
a:visited:hover {
  text-decoration: underline;
}

p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 30px;
}

strong {
  font-weight: 700;
}

.container {
  margin: 0 auto;
  max-width: 1400px;
}
@media only screen and (min-width: 768px) {
  .container {
    width: 90%;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    width: 80%;
  }
}

.nav-container {
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .nav-container {
    width: 90%;
  }
}
@media only screen and (min-width: 992px) {
  .nav-container {
    width: 80%;
  }
}

.container-narrow {
  max-width: 1200px;
}

.container-blog {
  width: 90%;
  max-width: 1000px;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.big {
  font-size: 1.875rem;
  line-height: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .big {
    font-size: 2.5rem;
    line-height: 3.4375rem;
  }
}
@media only screen and (min-width: 992px) {
  .big {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .big {
    font-size: 2.6875rem;
    line-height: 3.5625rem;
  }
}

.bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.red {
  color: #e10713;
}

.white {
  color: #fff;
}

ul,
ol {
  margin-bottom: 32px;
  padding-left: 28px;
}
@media only screen and (min-width: 1600px) {
  ul,
  ol {
    padding-left: 50px;
  }
}
ul li,
ol li {
  margin-bottom: 8px;
  font-size: 1rem;
  line-height: 1.375rem;
}
@media only screen and (min-width: 768px) {
  ul li,
  ol li {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
ul li ul,
ul li ol,
ol li ul,
ol li ol {
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 20px;
  margin-bottom: 0;
}
ul li ul li:last-of-type,
ul li ol li:last-of-type,
ol li ul li:last-of-type,
ol li ol li:last-of-type {
  margin-bottom: 0;
}

ol {
  list-style: decimal;
  padding-left: 38px;
}
ol li {
  position: relative;
}
ol li::marker {
  color: #d00606;
  position: absolute;
  left: 25px;
}
ol li:last-of-type {
  margin-bottom: 0;
}
ol li p {
  margin: 0 0 0 12px;
}

ul li {
  position: relative;
}
ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: -25px;
  top: 8px;
  background-color: #d00606;
  border-radius: 100%;
}
@media only screen and (min-width: 768px) {
  ul li::before {
    top: 9px;
  }
}
ul li strong {
  font-weight: 700;
}

.margin-bottom {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .margin-bottom {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .margin-bottom {
    margin-bottom: 120px;
  }
}

.radial-gray-bcg {
  overflow: hidden;
  background: transparent radial-gradient(closest-side at 80% 10%, #2d2d2d 0%, #000000 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .radial-gray-bcg.decor::after {
    position: absolute;
    content: "";
    background-image: url(../images/tło-szare.png);
    width: 100%;
    height: 100%;
    top: 0;
  }
}

.radial-gray-bcg-top {
  background: transparent radial-gradient(closest-side at 80% 10%, #2d2d2d 0%, #000000 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}
.radial-gray-bcg-top.decor::after {
  position: absolute;
  content: "";
  background-image: url(../images/tło-szare.png);
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
}

.branches-bcg {
  background: transparent linear-gradient(72deg, rgba(219, 219, 219, 0.33) 0%, rgba(217, 217, 217, 0.33) 0%, rgba(110, 110, 110, 0.33) 100%) 0% 0% no-repeat padding-box;
}

.gray-bcg {
  background-color: #f8f8f8;
}

.list-with-gray-bcg {
  padding: 30px 0;
  margin: 0 0 50px;
}
.list-with-gray-bcg ul {
  padding: 0 80px;
  margin: 0;
}

.video-wrap {
  margin: 0 0 30px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .video-wrap {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .video-wrap {
    margin: 0 0 150px;
  }
}
.video-wrap iframe {
  aspect-ratio: 3/5;
  height: 100%;
  width: 100%;
}

.block-button-wrapper {
  margin: 0 0 60px;
}
@media only screen and (min-width: 768px) {
  .block-button-wrapper {
    margin: 0 0 114px;
  }
}

.header {
  font-size: 1.375rem;
  line-height: 2.125rem;
}
.header.fp-columns {
  margin-bottom: 75px;
}
@media only screen and (min-width: 768px) {
  .header.fp-columns {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .header.fp-columns {
    margin-bottom: 75px;
  }
}

.gray-borders {
  border: 1px solid #e0e0e0;
  padding: 30px 25px 18px;
  margin: 0 0 45px;
}
@media only screen and (min-width: 768px) {
  .gray-borders {
    padding: 30px 25px 18px;
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 992px) {
  .gray-borders {
    padding: 40px 35px 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .gray-borders {
    padding: 50px 50px 18px;
    margin: 0 0 88px;
  }
}
.gray-borders .big {
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .gray-borders .big {
    font-size: 1.875rem;
    line-height: 2.5rem;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .gray-borders .big {
    font-size: 1.875rem;
    line-height: 2.5rem;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .gray-borders .big {
    font-size: 2.6875rem;
    line-height: 3.5625rem;
  }
}

.breadcrumbs-wrap {
  padding: 50px;
}
.breadcrumbs-wrap .breadcrumbs-class {
  display: inline-block;
}
.breadcrumbs-wrap a,
.breadcrumbs-wrap p,
.breadcrumbs-wrap span {
  color: #898989;
  font-size: 0.75rem;
  line-height: 1rem;
}
.breadcrumbs-wrap .separator {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-image: url(../images/breadcrumb-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.breadcrumbs-wrap .back-to-archive-button {
  float: right;
}
.breadcrumbs-wrap .back-to-archive-button:hover, .breadcrumbs-wrap .back-to-archive-button:link:hover, .breadcrumbs-wrap .back-to-archive-button:focus:hover, .breadcrumbs-wrap .back-to-archive-button:visited:hover {
  text-decoration: none;
}
.breadcrumbs-wrap .back-to-archive-button:hover span, .breadcrumbs-wrap .back-to-archive-button:link:hover span, .breadcrumbs-wrap .back-to-archive-button:focus:hover span, .breadcrumbs-wrap .back-to-archive-button:visited:hover span {
  color: #e10713;
}
.breadcrumbs-wrap .back-to-archive-button:hover svg path, .breadcrumbs-wrap .back-to-archive-button:link:hover svg path, .breadcrumbs-wrap .back-to-archive-button:focus:hover svg path, .breadcrumbs-wrap .back-to-archive-button:visited:hover svg path {
  fill: #e10713;
}
.breadcrumbs-wrap .back-to-archive-button span {
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.breadcrumbs-wrap .back-to-archive-button svg {
  vertical-align: middle;
  margin-left: 10px;
}
.breadcrumbs-wrap .back-to-archive-button svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section.gray-bcg {
  padding: 50px 0 20px 0;
  margin: 0 0 60px;
}
@media only screen and (min-width: 768px) {
  section.gray-bcg {
    padding: 60px 0;
    margin: 0 0 80px;
  }
}
@media only screen and (min-width: 1200px) {
  section.gray-bcg {
    padding: 80px 0;
    margin: 0 0 115px;
  }
}

.button-with-header-block {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .button-with-header-block {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .button-with-header-block {
    margin-bottom: 80px;
  }
}

.loading {
  filter: blur(10px);
  -webkit-filter: blur(10px);
}

.job-offer-bottom-separator {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .job-offer-bottom-separator {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .job-offer-bottom-separator {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1600px) {
  .job-offer-bottom-separator {
    margin-bottom: 160px;
  }
}

.animate {
  animation-fill-mode: both;
  opacity: 1;
}
@media only screen and (min-width: 1200px) {
  .animate {
    opacity: 0;
  }
}

:root {
  --animate-delay: 0.5s;
}

/* @include font-face('Corbel', '../fonts/Corbel Bold Italic.ttf', 700, 'italic');
@include font-face('Corbel', '../fonts/Corbel Bold.ttf', 700);
@include font-face('Corbel', '../fonts/Corbel Italic.ttf', 400, 'italic');
@include font-face('Corbel', '../fonts/CORBEL.TTF', 400); */
.btn,
.btn:link,
.btn:focus,
.btn:visited {
  position: relative;
  display: inline-block;
  background-color: #000;
  color: #fff;
  border-radius: 3px;
  padding: 10px 21px;
  font-size: 1rem;
  line-height: 1.3125rem;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-decoration: none;
  border-radius: 3px;
}
@media only screen and (min-width: 768px) {
  .btn,
  .btn:link,
  .btn:focus,
  .btn:visited {
    letter-spacing: 1.6px;
  }
}
.btn:hover,
.btn:link:hover,
.btn:focus:hover,
.btn:visited:hover {
  color: #fff;
  background-color: #d00606;
  text-decoration: none;
}
.btn[target=_blank],
.btn:link[target=_blank],
.btn:focus[target=_blank],
.btn:visited[target=_blank] {
  position: relative;
  padding-right: 45px;
}
.btn[target=_blank]:hover::after,
.btn:link[target=_blank]:hover::after,
.btn:focus[target=_blank]:hover::after,
.btn:visited[target=_blank]:hover::after {
  background-image: url(../images/external_link_white.svg);
}
.btn[target=_blank]::after,
.btn:link[target=_blank]::after,
.btn:focus[target=_blank]::after,
.btn:visited[target=_blank]::after {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../images/external_link_red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn.black-bcg,
.btn:link.black-bcg,
.btn:focus.black-bcg,
.btn:visited.black-bcg {
  border: 1px solid #fff;
}
.btn.red-bcg,
.btn:link.red-bcg,
.btn:focus.red-bcg,
.btn:visited.red-bcg {
  border: 1px solid #000;
}
.btn.red-bcg:hover,
.btn:link.red-bcg:hover,
.btn:focus.red-bcg:hover,
.btn:visited.red-bcg:hover {
  border: 1px solid #fff;
}
.btn span,
.btn:link span,
.btn:focus span,
.btn:visited span {
  vertical-align: middle;
}
.btn svg,
.btn:link svg,
.btn:focus svg,
.btn:visited svg {
  margin-left: 10px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

nav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99;
  padding: 12px 0 0;
  background-color: #000;
  border-bottom: 6px solid #e10713;
  background-repeat: no-repeat;
  background-position: 33%;
}
@media only screen and (min-width: 768px) {
  nav {
    position: relative;
  }
}
@media only screen and (min-width: 992px) {
  nav {
    background-image: url(../images/chain-navbar.png);
    z-index: 2;
    position: relative;
  }
}
nav .row {
  margin-left: -5px;
  margin-right: -5px;
}
nav .row .col {
  padding-left: 5px;
  padding-right: 5px;
}
nav .row .row {
  margin-left: 0;
  margin-right: 0;
}
nav .row .row .col {
  padding-left: 0;
  padding-right: 0;
}
nav .logo-box {
  position: relative;
}
nav .logo-box .logo-wrap {
  display: block;
  padding: 0 0 5px;
}
@media only screen and (min-width: 768px) {
  nav .logo-box .logo-wrap {
    padding: 0 0 8px;
  }
}
@media only screen and (min-width: 1200px) {
  nav .logo-box .logo-wrap {
    padding: 20px 0 0;
  }
}
nav .logo-box .logo-wrap img {
  height: 48px;
}
@media only screen and (min-width: 768px) {
  nav .logo-box .logo-wrap img {
    height: 45px;
  }
}
@media only screen and (min-width: 1200px) {
  nav .logo-box .logo-wrap img {
    height: 78px;
  }
}
nav .top-icons-wrap {
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  nav .top-icons-wrap {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 992px) {
  nav .top-icons-wrap {
    float: right;
    display: block;
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  nav .top-icons-wrap {
    padding-top: 20px;
  }
}
nav .top-icons-wrap .icon-single {
  display: inline-block;
  text-decoration: none;
  background-color: #2e2e2e;
  border-radius: 20px;
  padding: 10px 16px;
  border: 1px solid transparent;
  font-size: 0.6875rem;
  line-height: 0.875rem;
  margin-bottom: 0;
  color: #fff;
  letter-spacing: 0.75px;
}
@media only screen and (min-width: 768px) {
  nav .top-icons-wrap .icon-single {
    font-size: 0.875rem;
    line-height: 0.875rem;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 768px) {
  nav .top-icons-wrap .icon-single strong {
    letter-spacing: 2.8px;
  }
}
@media only screen and (min-width: 768px) {
  nav .top-icons-wrap .icon-single {
    margin-left: 8px;
    border-radius: 16px;
  }
}
nav .top-icons-wrap .icon-single p {
  font-size: 0.6875rem;
  line-height: 0.875rem;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  letter-spacing: 0.75px;
}
nav .top-icons-wrap .icon-single p strong {
  letter-spacing: 2.8px;
}
@media only screen and (min-width: 768px) {
  nav .top-icons-wrap .icon-single p {
    font-size: 0.875rem;
    line-height: 0.875rem;
  }
}
nav .top-icons-wrap .icon-single.lang {
  width: 34px;
  height: 34px;
  border-radius: 69%;
  padding: 11px 0px;
  text-transform: lowercase;
}
nav .top-icons-wrap .lang-menu-top {
  padding-left: 0;
  padding: 0;
  margin-bottom: 0;
  margin-left: 12px;
}
nav .top-icons-wrap .lang-menu-top li {
  margin-bottom: 0;
}
nav .top-icons-wrap .lang-menu-top li::before {
  display: none;
}
nav .top-icons-wrap .lang-menu-top li > a {
  text-transform: lowercase;
  padding: 2px;
  color: #fff;
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1rem;
  text-decoration: none;
}
nav .menu-search-wrap {
  float: right;
  position: relative;
}
@media only screen and (min-width: 768px) {
  nav .menu-search-wrap {
    float: none;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  nav .menu-search-wrap {
    float: right;
    padding-top: 0;
  }
}
nav .menu-search-wrap .search-wrap {
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.0901960784);
  display: none;
  z-index: 2;
}
nav .menu-search-wrap .search-wrap form {
  position: relative;
}
nav .menu-search-wrap .search-wrap form input[type=text] {
  padding: 8px 100px 8px 16px;
  min-width: 540px;
  border: none;
  font-size: 1rem;
  line-height: 1.5rem;
}
nav .menu-search-wrap .search-wrap form input[type=submit] {
  position: absolute;
  right: 8px;
  top: 8px;
  padding: 8px 10px;
  background-color: #f3f3f3;
  border-radius: 1px;
  font-size: 0.875rem;
  line-height: 0.5625rem;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
nav .menu-search-wrap .search-wrap form input[type=submit]:hover {
  background-color: #e8e8e8;
}
nav .menu:not(.mobile-menu) {
  list-style: none;
  float: left;
  margin-bottom: 0;
  padding-left: 0;
}
nav .menu:not(.mobile-menu) li {
  float: left;
  margin-bottom: 0;
}
nav .menu:not(.mobile-menu) li::before {
  display: none;
}
nav .menu:not(.mobile-menu) li a {
  border-radius: 16px;
  padding: 2px 16px;
  text-decoration: none;
  margin-bottom: 20px;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  display: block;
  height: 100%;
  width: 100%;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  nav .menu:not(.mobile-menu) li a {
    padding: 2px 27px 2px 0;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) {
  nav .menu:not(.mobile-menu) li a {
    padding: 2px 16px;
    margin-bottom: 20px;
  }
}
nav .menu:not(.mobile-menu) li a:hover {
  background-color: #2e2e2e;
}
nav .menu:not(.mobile-menu) li.menu-item-has-children {
  position: relative;
}
nav .menu:not(.mobile-menu) li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
nav .menu:not(.mobile-menu) .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  top: 44px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2509803922);
  padding: 20px 40px;
  min-width: 300px;
  z-index: 999;
}
nav .menu:not(.mobile-menu) .sub-menu.categories-sub-menu {
  width: auto;
  height: auto;
  padding: 43px 57px 52px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2509803922);
  width: 1370px;
  left: -758px;
}
nav .menu:not(.mobile-menu) .sub-menu.categories-sub-menu .row {
  margin-left: -35px;
  margin-right: -35px;
}
nav .menu:not(.mobile-menu) .sub-menu.categories-sub-menu .row .col {
  padding-left: 35px;
  padding-right: 35px;
}
nav .menu:not(.mobile-menu) .sub-menu.categories-sub-menu li {
  font-size: 0.875rem;
  line-height: 1.25rem;
  min-width: 270px;
}
nav .menu:not(.mobile-menu) .sub-menu.categories-sub-menu li:first-of-type {
  padding-bottom: 0;
  margin-bottom: 20px;
  border-bottom: none;
}
nav .menu:not(.mobile-menu) .sub-menu.categories-sub-menu li:last-of-type {
  margin-bottom: 0;
}
nav .menu:not(.mobile-menu) .sub-menu.categories-sub-menu li::before {
  display: none;
}
nav .menu:not(.mobile-menu) .sub-menu.categories-sub-menu li strong > a {
  color: #000;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 700;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  margin-bottom: 0;
  text-transform: none;
}
nav .menu:not(.mobile-menu) .sub-menu.categories-sub-menu li strong > a:hover {
  color: #000;
  background-color: transparent;
}
nav .menu:not(.mobile-menu) .sub-menu.categories-sub-menu li > a {
  color: #d00606;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0;
  margin: 0 0 12px;
  text-transform: none;
}
nav .menu:not(.mobile-menu) .sub-menu.categories-sub-menu li > a:hover {
  text-decoration: underline;
  background-color: transparent;
}
nav .menu:not(.mobile-menu) .sub-menu li {
  display: block;
  padding: 0;
  width: 100%;
}
nav .menu:not(.mobile-menu) .sub-menu li:last-of-type {
  margin-bottom: 0;
}
nav .menu:not(.mobile-menu) .sub-menu li a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
nav .menu:not(.mobile-menu) .sub-menu li a::after {
  display: none;
}
nav .youtube-icon {
  display: inline-block;
  margin: 0 20px 0;
}
nav .youtube-icon img {
  width: 28px;
  height: 20px;
}
nav .search-button-desktop {
  float: right;
  margin-top: 0;
  width: 20px;
  height: 20px;
  color: #fff;
}
nav .search-button-desktop svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
nav .hamburger {
  padding: 6px 0;
  float: right;
  top: -50px;
  right: 5px;
}
nav .hamburger .hamburger-box {
  width: 28px;
}
nav .hamburger.is-active .hamburger-inner,
nav .hamburger.is-active .hamburger-inner::before,
nav .hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}
nav .hamburger-inner,
nav .hamburger-inner::after,
nav .hamburger-inner::before {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  width: 28px;
  height: 3px;
}
nav .hamburger-inner::before {
  top: -8px;
}
nav .hamburger-inner::after {
  bottom: -8px;
}

.hamburger {
  position: absolute;
}
.hamburger .hamburger-inner,
.hamburger .hamburger-inner::after,
.hamburger .hamburger-inner::before {
  background-color: #fff;
}

.sidenav {
  position: fixed;
  background-color: #fff;
  height: 100vh;
  width: 100%;
  top: 0;
  left: -100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 98;
  margin: 132px 0 0;
}
.sidenav.open {
  left: 0px;
}
.sidenav .search-wrap-mobile form {
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
}
.sidenav .search-wrap-mobile form::after {
  display: none;
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 20px;
  height: 20px;
  background-image: url(../images/search-black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sidenav .search-wrap-mobile form input[type=text] {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  margin: 0;
}
.sidenav .search-wrap-mobile form button[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 42px;
  border: none;
  background-color: transparent;
}
.sidenav .top-wrap {
  overflow: hidden;
  border-bottom: 1px solid #303030;
}
.sidenav .top-wrap a.logo-wrap {
  display: block;
  float: left;
  height: 45px;
  width: 100px;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 40px;
}
.sidenav .top-wrap a.logo-wrap img,
.sidenav .top-wrap a.logo-wrap svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: #fff;
}
.sidenav .menu-bg-wrap {
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  height: calc(100% - 67px);
  overflow: scroll;
  padding: 20px 20px 0 20px;
}
.sidenav .menu-bg-wrap.background-sub-menu {
  background-color: #000;
}
.sidenav .menu-bg-wrap.background-sub-menu .extra-menu-items {
  display: none;
}
.sidenav .menu-bg-wrap .mobile-menu {
  float: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  list-style: none;
  padding-left: 0;
  padding-right: 20px;
}
.sidenav .menu-bg-wrap .mobile-menu li {
  float: none;
  display: block;
  margin-bottom: 16px;
}
.sidenav .menu-bg-wrap .mobile-menu li::before {
  display: none;
}
.sidenav .menu-bg-wrap .mobile-menu li.menu-item-has-children {
  position: relative;
}
.sidenav .menu-bg-wrap .mobile-menu li.menu-item-has-children.active > a .arrow {
  transform: rotate(180deg);
}
.sidenav .menu-bg-wrap .mobile-menu li.menu-item-has-children > a {
  position: relative;
}
.sidenav .menu-bg-wrap .mobile-menu li.menu-item-has-children > a .arrow {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  right: -20px;
  background-image: url(../images/chevron-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidenav .menu-bg-wrap .mobile-menu li a {
  display: block;
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  font-weight: 600;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu {
  display: none;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 1px;
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu li a {
  font-size: 0.9375rem;
  line-height: 1.125rem;
  font-weight: 600;
  text-transform: none;
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu li .sub-menu li > a {
  font-weight: 400;
}

.categories-sub-menu-mobile {
  display: none;
}
.categories-sub-menu-mobile li:has(strong) {
  border-bottom: none;
  padding: 12px 15px;
}
.categories-sub-menu-mobile li {
  font-size: 0.9375rem;
}
.categories-sub-menu-mobile li strong {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 700;
  text-transform: uppercase;
}

.search-wrap {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: 100%;
  box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.0901960784);
  background-color: #fff;
  display: none;
  z-index: 4;
  padding: 77px 223px 64px;
}
.search-wrap form {
  position: relative;
}
.search-wrap form input[type=text] {
  width: 90%;
  padding: 8px 100px 8px 16px;
  min-width: 540px;
  border: none;
  border-bottom: 1px solid #898989;
  font-size: 1rem;
  line-height: 1.625rem;
  margin-right: 5px;
}
.search-wrap form input[type=text]:focus {
  outline: none;
}
.search-wrap form input[type=submit] {
  position: absolute;
  padding: 8px 20px;
  background-color: #fff;
  border: 1px solid #898989;
  color: #000;
  border-radius: 1px;
  font-size: 1rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.search-wrap form input[type=submit]:hover {
  color: #000;
  background-color: #f8f8f8;
}

footer {
  padding: 66px 0 20px 0;
  background-color: #000;
}
footer p,
footer li {
  color: #fff;
}
footer a,
footer a:link,
footer a:focus,
footer a:visited {
  color: #fff;
}
footer p {
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  footer p {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}
footer ul {
  padding-left: 0;
}
footer ul li {
  display: block;
  margin: 0 20px 0 0;
}
footer ul li::before {
  display: none;
}
footer ul li.link {
  width: 100%;
}
footer ul li a {
  font-size: 0.9375rem;
  line-height: 1.375rem;
}
@media only screen and (min-width: 768px) {
  footer ul li a {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}
footer .logo-wrap {
  max-width: 80%;
}
@media only screen and (min-width: 768px) {
  footer .logo-wrap {
    max-width: 100%;
  }
}
footer .footer-top {
  margin-bottom: 34px;
}
@media only screen and (min-width: 768px) {
  footer .footer-top {
    margin-bottom: 55px;
  }
}
footer .footer-top p {
  padding-top: 15px;
}
footer .col-wrap {
  padding-top: 18px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  footer .col-wrap {
    margin-bottom: 0;
  }
}
footer .col-wrap p {
  margin-bottom: 30px;
}
footer .col-wrap p:last-of-type {
  margin-bottom: 0;
}
footer .yt-icon img {
  width: 38px;
  height: auto;
  margin-bottom: 18px;
}
footer .yt-icon p {
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  footer .img-wrap {
    text-align: right;
  }
}
footer .img-wrap img {
  width: 115px;
  height: auto;
}

.bottom-icons-wrap {
  padding-top: 12px;
}
@media only screen and (min-width: 1200px) {
  .bottom-icons-wrap {
    padding-top: 20px;
  }
}
.bottom-icons-wrap .icon-single {
  display: inline-block;
  margin: 0 0 30px;
  text-decoration: none;
  background-color: #2e2e2e;
  border-radius: 24px;
  padding: 10px 16px;
  border: 1px solid transparent;
  letter-spacing: 1.6px;
}
.bottom-icons-wrap .icon-single p {
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
}
.bottom-icons-wrap .icon-single.lang {
  width: 34px;
  height: 34px;
  border-radius: 69%;
  padding: 11px 0px;
  text-transform: lowercase;
}
.bottom-icons-wrap .icon-single:hover {
  border: 1px solid #fff;
  text-decoration: none;
}
.bottom-icons-wrap .lang-menu-top {
  padding-left: 0;
  float: left;
  display: block;
  padding: 0;
  margin-bottom: 0;
  margin-left: 12px;
}
.bottom-icons-wrap .lang-menu-top li {
  margin-bottom: 0;
}
.bottom-icons-wrap .lang-menu-top li::before {
  display: none;
}
.bottom-icons-wrap .lang-menu-top li > a {
  padding: 2px;
  background-color: #fff;
  color: #fff;
  display: block;
  height: 24px;
  width: 24px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1rem;
  text-decoration: none;
}

.social-media ul li {
  display: inline-block;
  margin: 0 20px 0 0;
}
.social-media ul li::before {
  display: none;
}

.under {
  position: relative;
  padding: 15px 0 0;
  margin: 35px 0 0;
}
@media only screen and (min-width: 768px) {
  .under {
    margin: 0;
    margin-top: 40px;
  }
}
.under::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  top: 0;
  background-color: #898989;
}
.under p {
  color: #898989;
  font-size: 0.875rem;
  line-height: 1.1875rem;
}
@media only screen and (min-width: 768px) {
  .under p {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

.accordion {
  margin: 0 0 60px;
}
@media only screen and (min-width: 992px) {
  .accordion {
    margin: 0 0 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .accordion {
    margin: 0 0 140px;
  }
}
@media only screen and (min-width: 1600px) {
  .accordion.full-width .accordion-wrap {
    max-width: 100%;
  }
}
.accordion .accordions-wrap {
  margin-bottom: 32px;
}
.accordion .accordion-wrap {
  border-top: 1px solid #b0b0b0;
}
@media only screen and (min-width: 1600px) {
  .accordion .accordion-wrap {
    max-width: 1120px;
  }
}
.accordion .accordion-wrap.active .accordion-header {
  color: #e10713;
}
.accordion .accordion-wrap.active .accordion-header::before {
  transform: rotate(270deg);
}
.accordion .accordion-wrap:last-of-type {
  border-bottom: 1px solid #b0b0b0;
}
.accordion .accordion-wrap .accordion-header {
  cursor: pointer;
  display: block;
  padding: 26px 16px 26px 50px;
  position: relative;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #000;
  text-decoration: none;
}
.accordion .accordion-wrap .accordion-header::before {
  transform: rotate(90deg);
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  position: absolute;
  left: 10px;
  top: 24px;
  width: 30px;
  height: 30px;
  background-image: url(../images/chevron-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.accordion .accordion-wrap .accordion-header:hover {
  color: #e10713;
}
.accordion .accordion-wrap .accordion-content {
  display: none;
  padding: 16px 16px 0 16px;
}
@media only screen and (min-width: 1200px) {
  .accordion .accordion-wrap .accordion-content {
    padding: 16px 70px 0 16px;
  }
}

.background-photo {
  padding: 40px 0 100px;
  margin: 0 0 65px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 768px) {
  .background-photo {
    margin: 0 0 100px;
    padding: 75px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .background-photo {
    padding: 140px 0;
  }
}
.background-photo .logo {
  margin-bottom: 50px;
}
.background-photo p {
  color: #fff;
  text-transform: lowercase;
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .background-photo p {
    font-size: 2.6875rem;
    line-height: 3.5625rem;
  }
}

.blog-list {
  margin: 0 0 210px;
}
.blog-list .row .col {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
  .blog-list .row .col {
    margin-bottom: 60px;
  }
}
.blog-list .realization-wrap {
  display: block;
  background-color: #f8f8f8;
  height: 100%;
}
.blog-list .realization-wrap:hover {
  text-decoration: none;
  /*.text-wrap {
    color: $red;
  }*/
}
.blog-list .realization-wrap:hover .img-wrap img {
  transform: scale(1.15);
}
.blog-list .realization-wrap .img-wrap {
  position: relative;
  overflow: hidden;
  height: 245px;
  text-align: center;
}
.blog-list .realization-wrap .img-wrap .overlay {
  position: absolute;
  background-color: #1b1b1b;
  overflow: hidden;
  padding: 6px 14px;
  top: 0;
  left: 0;
  z-index: 2;
}
.blog-list .realization-wrap .img-wrap .overlay p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  letter-spacing: 0.7px;
}
.blog-list .realization-wrap .img-wrap img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blog-list .realization-wrap .text-wrap {
  padding-top: 21px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #f8f8f8;
  text-decoration: none;
  color: #000;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-list .realization-wrap .text-wrap .data {
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 14px;
}
.blog-list .realization-wrap .text-wrap img {
  margin: 0 8px 0 0;
}

.data-category-wrap {
  text-transform: uppercase;
  align-items: center;
}
.data-category-wrap .data {
  font-size: 0.75rem;
  line-height: 1rem;
}

.popular-articles .pop-article-wrap {
  margin: 0 0 25px;
  display: block;
  text-decoration: none;
  color: #000;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.popular-articles .pop-article-wrap:hover {
  text-decoration: none;
}
.popular-articles .pop-article-wrap:hover .img-wrap img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: scale(1.15);
}
.popular-articles .pop-article-wrap:hover .text-wrap {
  color: #e10713;
}
.popular-articles .pop-article-wrap .img-wrap {
  max-height: 155px;
  overflow: hidden;
}
.popular-articles .pop-article-wrap .text-wrap {
  padding: 13px 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.attachement-post-thumbnail {
  width: 100%;
  object-fit: cover;
}

.pagination-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1200px) {
  .pagination-wrap {
    padding-top: 30px;
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 1600px) {
  .pagination-wrap {
    margin-bottom: 128px;
  }
}
.pagination-wrap a,
.pagination-wrap span {
  color: #000;
  width: 23px;
  height: 34px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .pagination-wrap a,
  .pagination-wrap span {
    width: 34px;
    height: 34px;
  }
}
.pagination-wrap a.current,
.pagination-wrap span.current {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 3px;
}
.pagination-wrap a:hover,
.pagination-wrap span:hover {
  text-decoration: none;
}

.prev-next-post-wrap {
  margin-top: 60px;
  margin-bottom: 100px;
  border-top: 1px solid #e0e0e0;
  padding-top: 17px;
}
.prev-next-post-wrap .share-wrap {
  display: flex;
}
.prev-next-post-wrap .share-wrap ul {
  padding-left: 15px;
}
.prev-next-post-wrap .share-wrap ul li {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #000;
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
}
.prev-next-post-wrap .share-wrap ul li::before {
  display: none;
}
.prev-next-post-wrap .share-wrap ul li svg {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}
.prev-next-post-wrap .share-wrap ul li img {
  max-width: 15px;
  max-height: 15px;
}
.prev-next-post-wrap .prev:hover,
.prev-next-post-wrap .next:hover {
  text-decoration: none;
}
.prev-next-post-wrap .prev:hover span,
.prev-next-post-wrap .next:hover span {
  text-decoration: none;
}
.prev-next-post-wrap .prev:hover .adjacent-title,
.prev-next-post-wrap .next:hover .adjacent-title {
  text-decoration: underline;
}
.prev-next-post-wrap .prev svg,
.prev-next-post-wrap .next svg {
  vertical-align: middle;
}
.prev-next-post-wrap .prev span,
.prev-next-post-wrap .next span {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  font-weight: 700;
  color: #000;
  vertical-align: middle;
}
.prev-next-post-wrap svg {
  height: 10px;
  width: 10px;
}
.prev-next-post-wrap .prev svg {
  margin-right: 2px;
}
.prev-next-post-wrap .next {
  text-align: right;
  float: right;
}
.prev-next-post-wrap .next svg {
  margin-left: 2px;
}
.prev-next-post-wrap .adjacent-title {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #d00606;
  padding-top: 8px;
}

.cat-date-wrap {
  margin-bottom: 16px;
}
.cat-date-wrap svg {
  margin-right: 8px;
  vertical-align: middle;
}
.cat-date-wrap .date {
  font-size: 0.75rem;
  line-height: 1rem;
  vertical-align: middle;
  margin-right: 8px;
}
.cat-date-wrap .cat {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  vertical-align: middle;
}

.post-thumbnail-wrap {
  margin-bottom: 30px;
}
.post-thumbnail-wrap img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 1200px) {
  .wp-block-gallery.has-nested-images {
    padding: 40px;
  }
}
.wp-block-gallery.has-nested-images a {
  display: block;
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
  position: relative; /* If you want text inside of it */
}
.wp-block-gallery.has-nested-images a > img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 1600px) {
  .single-with-sidebar-row {
    margin-left: -65px;
    margin-right: -65px;
  }
}
@media only screen and (min-width: 1600px) {
  .single-with-sidebar-row .col {
    padding-left: 65px;
    padding-right: 65px;
  }
}

.post-single-sidebar-header {
  font-size: 1.375rem;
  line-height: 2.125rem;
  font-weight: 700;
  margin-right: 24px;
}

.single-post-sidebar-wrap {
  margin-bottom: 24px;
  background-color: #f8f8f8;
  display: block;
}
.single-post-sidebar-wrap:hover, .single-post-sidebar-wrap:link:hover, .single-post-sidebar-wrap:focus:hover, .single-post-sidebar-wrap:visited:hover {
  text-decoration: none;
}
.single-post-sidebar-wrap:hover .img-wrap img, .single-post-sidebar-wrap:link:hover .img-wrap img, .single-post-sidebar-wrap:focus:hover .img-wrap img, .single-post-sidebar-wrap:visited:hover .img-wrap img {
  transform: scale(1.1);
}
.single-post-sidebar-wrap .img-wrap {
  width: 100%;
  padding-top: 56.25%; /* Aspect Ratio */
  position: relative; /* If you want text inside of it */
  overflow: hidden;
}
.single-post-sidebar-wrap .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-post-sidebar-wrap .title {
  padding: 13px 10px 45px 10px;
  color: #000;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 700;
}

.excerpt-on-single p {
  font-size: 1.375rem;
  line-height: 2.125rem;
  font-weight: 500;
  margin-bottom: 40px;
}

.branches {
  position: relative;
  padding: 70px 0 140px;
  overflow: hidden;
  margin: 0 0 90px;
}
@media only screen and (min-width: 768px) {
  .branches {
    padding: 70px 0 220px;
    margin: 0 0 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .branches {
    padding: 70px 0 250px;
    margin: 0 0 120px;
  }
}
@media only screen and (min-width: 768px) {
  .branches .section-header {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .branches .section-header {
    margin: 0 0 85px;
  }
}
.branches .branches-list {
  margin: 0 33px;
  margin-left: -3px;
  margin-right: -3px;
}
@media only screen and (min-width: 768px) {
  .branches .branches-list {
    margin: 0 0 50px;
    margin-left: -8px;
    margin-right: -8px;
  }
}
.branches .branches-list .col {
  padding: 0 3px;
}
.branches .branches-list .col.col-custom {
  padding-left: 3px;
  padding-right: 3px;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
  /*@include devices(extraLarge) {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }*/
}
@media only screen and (min-width: 768px) {
  .branches .branches-list .col.col-custom {
    padding-left: 8px;
    padding-right: 8px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 1600px) {
  .branches .branches-list .col.col-custom {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media only screen and (min-width: 768px) {
  .branches .branches-list .col {
    padding: 0 15px;
  }
}
.branches .branches-list .branch-wrapper {
  width: 100%;
  display: block;
  border-radius: 25px;
  margin: 0 0 14px;
  border: 1px solid #707070;
  text-align: center;
  padding: 5px 5px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  height: 94px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*&:hover {
    border: 1px solid $buttonRed;
    background-color: $buttonRed;
    color: $white;
    img {
      filter: brightness(0) invert(1);
    }
  }*/
}
@media only screen and (min-width: 768px) {
  .branches .branches-list .branch-wrapper {
    margin: 0 0 25px;
    padding: 15px 0 10px;
    height: 120px;
  }
}
.branches .branches-list .branch-wrapper p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .branches .branches-list .branch-wrapper p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.branches .btn-wrapper .btn {
  display: block;
  max-width: fit-content;
  margin: 0 auto;
  text-transform: uppercase;
  z-index: 5;
  border-radius: 3px;
}

.career-offers {
  margin: 0 0 90px;
}
.career-offers .job-wrap {
  display: block;
  position: relative;
  padding: 20px 26px;
  color: #000;
  margin: 0 0 35px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.career-offers .job-wrap:hover {
  text-decoration: none;
  background-color: #ebebeb;
}
.career-offers .job-wrap::before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 5px;
  height: 100%;
  left: 0;
  top: 0;
}
.career-offers .job-wrap::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 48px;
  background-image: url(../images/black-arrow-right.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}
.career-offers .job-wrap .position {
  margin-bottom: 23px;
}
.career-offers .job-wrap .job-form {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  margin: 0;
}
.career-offers .job-wrap .job-form strong {
  text-transform: uppercase;
}

.single-job-offer {
  margin: 0 0 120px;
}

.weapon-of-choice {
  margin: 50px 0;
}
@media only screen and (min-width: 768px) {
  .weapon-of-choice {
    margin: 120px 0;
  }
}
.weapon-of-choice .col-with-img {
  order: 6;
}
@media only screen and (min-width: 1200px) {
  .weapon-of-choice .col-with-img {
    order: 0;
  }
}
.weapon-of-choice ul {
  padding: 0;
}
.weapon-of-choice ul li {
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .weapon-of-choice ul li {
    margin: 0 0 80px;
  }
}
.weapon-of-choice ul li::before {
  display: none;
}
.weapon-of-choice ul li .header {
  font-size: 1.375rem;
  line-height: 2.125rem;
}
.weapon-of-choice .img-wrap {
  position: relative;
  text-align: center;
  margin: 40px 0 50px;
}
@media only screen and (min-width: 768px) {
  .weapon-of-choice .img-wrap {
    margin: 0;
    top: 15%;
  }
}
.weapon-of-choice .img-wrap img {
  max-width: 227px;
  height: 227px;
  object-fit: cover;
  width: 100%;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .weapon-of-choice .img-wrap img {
    max-width: 442px;
    height: 442px;
  }
}

.central-button-gray-bcg {
  margin: 0 0 60px;
}
@media only screen and (min-width: 992px) {
  .central-button-gray-bcg {
    margin: 0 0 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .central-button-gray-bcg {
    margin: 0 0 140px;
  }
}
.central-button-gray-bcg .wrapper-with-button {
  padding: 36px 0 50px;
}
.central-button-gray-bcg .bold {
  margin-bottom: 36px;
}

.contact .data-wrap p {
  line-height: 2rem;
}
.contact .img-wrap {
  max-width: 300px;
  object-fit: cover;
  margin: 0 0 60px;
}
.contact .contact-wrap {
  margin: 0 0 50px;
  padding: 34px 0;
  background-color: #f8f8f8;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .contact .contact-wrap {
    padding: 40px;
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 992px) {
  .contact .contact-wrap {
    margin: 0 0 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact .contact-wrap {
    margin: 0 0 150px;
  }
}
.contact .contact-wrap::before {
  content: "";
  position: absolute;
  background-color: #f8f8f8;
  height: 100%;
  z-index: -1;
  top: 0;
  left: -25%;
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .contact .contact-wrap::before {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/contact_middle_boxes.svg);
    left: -203px;
    width: 270px;
    height: 337px;
  }
}
.contact .contact-wrap::after {
  content: "";
  position: absolute;
  background-color: #f8f8f8;
  height: 100%;
  z-index: -1;
  top: 0;
  right: -25%;
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .contact .contact-wrap::after {
    display: none;
  }
}
.contact .contact-wrap .form-header {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 700;
  margin-bottom: 28px;
}
@media only screen and (min-width: 768px) {
  .contact .contact-wrap .form-header {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
.contact .wpcf7 label.checkbox-wrap p {
  font-weight: 400;
}
.contact .wpcf7 label p {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 700;
  margin-bottom: 2px;
}
.contact .wpcf7 input[type=text],
.contact .wpcf7 input[type=email],
.contact .wpcf7 textarea {
  font-size: 0.875rem;
  line-height: 1.375rem;
  padding: 8px 15px;
  border: 1px solid #898989;
  margin-bottom: 15px;
  width: 100%;
}
.contact .wpcf7 input[type=text].wpcf7-not-valid,
.contact .wpcf7 input[type=email].wpcf7-not-valid,
.contact .wpcf7 textarea.wpcf7-not-valid {
  border: 2px solid #e10713;
}
.contact .wpcf7 textarea {
  max-height: 151px;
}
.contact .wpcf7 .checkbox-wrap {
  padding-left: 38px;
  display: block;
  margin-bottom: 40px;
  position: relative;
  /*&::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #707070;
  }
  &::after {
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    left: 1px;
    top: 1px;
    width: 18px;
    height: 18px;
    background-image: url(../images/check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  &.active {
    &::after {
      opacity: 1;
    }
  }*/
}
.contact .wpcf7 .checkbox-wrap input[type=checkbox] {
  display: block;
}
.contact .wpcf7 .checkbox-wrap p {
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.contact .wpcf7 .checkbox-wrap .wpcf7-form-control-wrap {
  position: absolute;
  left: 0;
  top: 0;
}
.contact .wpcf7 .checkbox-wrap .wpcf7-list-item {
  margin: 0;
}
.contact .wpcf7 .button-wrap {
  text-align: center;
}
.contact .wpcf7 .button-wrap .btn {
  border: none;
  border-radius: 3px;
}

.deps-row {
  margin-bottom: 0;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 70px;
}
@media only screen and (min-width: 1200px) {
  .deps-row {
    margin-bottom: 100px;
  }
}
.deps-row .col {
  margin-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
}

.deps-wrap {
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  border: 1px solid #e0e0e0;
  height: 100%;
}
@media only screen and (min-width: 1200px) {
  .deps-wrap {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .deps-wrap {
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
  }
}
.deps-wrap .dep-name {
  font-size: 1.75rem;
  line-height: 2.125rem;
  margin: 0 0 30px;
}

.centered-div {
  max-width: 900px;
  margin: 0 auto 140px auto;
}
.centered-div .quest-wrap {
  display: block;
  position: relative;
  padding: 23px 26px;
  color: #000;
  margin: 0 0 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.centered-div .quest-wrap:hover {
  text-decoration: none;
  background-color: #ebebeb;
}
.centered-div .quest-wrap::before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 5px;
  height: 100%;
  left: 0;
  top: 0;
}
.centered-div .quest-wrap::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 36px;
  background-image: url(../images/black-arrow-right.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.centered-div .quest-wrap .quest-name {
  margin: 0;
}

.wpcf7-not-valid-tip {
  margin-top: -10px;
  margin-bottom: 10px;
}

.wpcf7-list-item {
  display: block;
  margin: 0 0 14px 0;
}

.selectize-input {
  border: 1px solid #898989;
  height: 40px;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 8px 15px;
}

.selectize-control {
  margin-bottom: 15px;
}

.selectize-control.single .selectize-input::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/form-arrow-down.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.selectize-control.single .selectize-input.dropdown-active::after {
  margin-top: 0;
  border: none;
  margin-top: auto;
  transform: rotate(180deg);
}

.selectize-dropdown [data-selectable].option {
  font-size: 1rem;
  line-height: 1.5rem;
}
.selectize-dropdown [data-selectable].option.active {
  text-decoration: underline;
}

.helmet::before {
  position: absolute;
  content: "";
  background-image: url(../images/helmet.png);
  background-repeat: no-repeat;
  background-size: cover;
  right: -10%;
  top: -13%;
  width: 250px;
  height: 300px;
  transform: scale(0.55);
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .helmet::before {
    right: 0;
    top: -10%;
    transform: scale(0.7);
  }
}
@media only screen and (min-width: 992px) {
  .helmet::before {
    width: 275px;
    height: 310px;
    right: 0;
    top: -11%;
  }
}
@media only screen and (min-width: 1200px) {
  .helmet::before {
    width: 369px;
    height: 390px;
    right: 10%;
    top: -20%;
  }
}

.screws::after {
  position: absolute;
  content: "";
  background-image: url(../images/screws.png);
  width: 583px;
  height: 388px;
  right: -113px;
  bottom: -97px;
  transform: scale(0.6);
}
@media only screen and (min-width: 768px) {
  .screws::after {
    right: 0;
    bottom: 0;
    transform: scale(1);
  }
}

.fabric::after {
  position: absolute;
  content: "";
  background-image: url(../images/fabric.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  bottom: 30px;
  z-index: 3;
  width: 100%;
  max-height: 125px;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .fabric::after {
    left: 0;
    max-height: 257px;
    right: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .fabric::after {
    left: 13%;
    max-height: 357px;
    right: 0;
    bottom: 6%;
  }
}

.halfcircle {
  display: inline-block;
  position: relative;
}
.halfcircle::before {
  position: absolute;
  content: "";
  background-image: url(../images/half-circle.svg);
  background-repeat: no-repeat;
  left: -50px;
  top: -39px;
  width: 105px;
  height: 135px;
  transform: scale(0.7);
  /*@include devices(medium) {
    left: -15%;
    top: -34px;
  }
  @include devices(extraLarge) {
    left: -8%;
    top: -34px;
  }
  @include devices(biggest) {
    left: 14%;
    top: -34px;
  }*/
}

.halfcircle-gray::after {
  position: absolute;
  content: "";
  background-image: url(../images/offer-half-ring.svg);
  background-repeat: no-repeat;
  width: 105px;
  height: 135px;
  left: 5%;
  top: 10px;
  filter: brightness(0) invert(1);
}

.redhalf::before {
  position: absolute;
  content: "";
  background-image: url(../images/red-half.svg);
  background-repeat: no-repeat;
  width: 140px;
  height: 135px;
  top: 20px;
  left: 40px;
}
@media only screen and (min-width: 768px) {
  .redhalf::before {
    left: 20px;
    top: 20px;
  }
}

.grayhalf::after {
  position: absolute;
  content: "";
  background-image: url(../images/ring_grey.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 140px;
  height: 135px;
  left: 0;
  top: 0;
}

.big-half::before {
  position: absolute;
  background-image: url(../images/big-half.svg);
  content: "";
  width: 509px;
  height: 567px;
  left: -33%;
  top: -82%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .big-half::before {
    transform: scale(1);
    left: 1%;
    top: -23%;
  }
}
@media only screen and (min-width: 1200px) {
  .big-half::before {
    transform: scale(1);
    left: -22%;
    top: -23%;
    z-index: -1;
  }
}
@media only screen and (min-width: 1600px) {
  .big-half::before {
    transform: scale(1);
    left: 1%;
    top: -23%;
  }
}

.stars {
  margin: 0 0 40px;
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  .stars {
    margin: 0;
  }
}
.stars li {
  display: inline-block;
  margin: 0 25px 0 0;
}
.stars li::before {
  display: none;
}

.front-page-top {
  padding: 150px 0 0;
  margin: 0 0 42px;
  background: transparent linear-gradient(180deg, #ffffff 0%, #ffffff 56%, #c4c4c4 100%) 0% 0% no-repeat padding-box;
}
@media only screen and (min-width: 768px) {
  .front-page-top {
    padding: 20px 0;
    margin: 0 0 80px;
  }
}
@media only screen and (min-width: 992px) {
  .front-page-top {
    padding: 35px 0 80px 0;
    margin: 0 0 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .front-page-top .text-wrap {
    padding-top: 100px;
  }
}
.front-page-top .text-wrap h1 {
  text-transform: uppercase;
  font-size: 2.6875rem;
  line-height: 3.25rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .front-page-top .text-wrap h1 {
    font-size: 3.75rem;
    line-height: 4.625rem;
  }
}
.front-page-top .text-wrap h1 strong {
  color: #e10713;
}
.front-page-top .text-wrap h1,
.front-page-top .text-wrap h3 {
  margin: 0 0 18px;
}
.front-page-top .text-wrap h3 {
  font-size: 1.25rem;
  line-height: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .front-page-top .text-wrap h3 {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
.front-page-top .text-wrap ul {
  padding: 0;
}
.front-page-top .text-wrap ul li {
  margin: 0 20px 0 0;
}
.front-page-top .text-wrap ul li::before {
  display: none;
}
.front-page-top .text-wrap ul li p {
  margin: 0;
  color: #000;
  font-size: 1rem;
  line-height: 1.3125rem;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .front-page-top .text-wrap ul li p {
    font-size: 1.375rem;
    line-height: 2.125rem;
  }
}
.front-page-top .slick-current .slide-wrap .img-wrap::before {
  animation: rotate 2s;
}
.front-page-top .img-wrap {
  position: relative;
  text-align: center;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 300px;
  height: 300px;
  /*@include devices(medium) {
    padding: 0 0 90px;
  }
  @include devices(large) {
    height: 600px;
    padding: 30px;
    right: 0;
  }*/
}
@media only screen and (min-width: 768px) {
  .front-page-top .img-wrap {
    width: 435px;
    height: 435px;
  }
}
@media only screen and (min-width: 1600px) {
  .front-page-top .img-wrap {
    width: 730px;
    height: 730px;
  }
}
.front-page-top .img-wrap::before {
  content: "";
  background-image: url(../images/top-subtraction.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition-duration: 1s;
  /*@include devices(medium) {
    width: 435px;
    height: 482px;
  }
  @include devices(large) {
    background-size: auto;
    width: 730px;
    height: 730px;
    left: 6%;
    top: -13%;
  }*/
}
.front-page-top .img-wrap .img-wrap-inside {
  width: 100%;
  height: 100%;
  padding: 45px;
}
@media only screen and (min-width: 768px) {
  .front-page-top .img-wrap .img-wrap-inside {
    padding: 70px;
  }
}
@media only screen and (min-width: 1600px) {
  .front-page-top .img-wrap .img-wrap-inside {
    padding: 110px;
  }
}
.front-page-top .img-wrap .img-wrap-inside .shadow-wrap {
  width: 100%;
  height: 100%;
  box-shadow: 10px 10px 41px -21px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 10px 10px 41px -21px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 41px -21px rgba(0, 0, 0, 0.75);
  border-radius: 100%;
}
.front-page-top .img-wrap img {
  /*height: 242px;
  width: 242px;*/
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*@include devices(medium) {
    text-align: center;
    width: 378px;
    height: 379px;
  }*/
  /*@include devices(large) {
    position: absolute;
    right: 0;
    text-align: inherit;
    height: 515px;
    width: 515px;
  }*/
}
.front-page-top .img-wrap img.active {
  display: none;
}

.colored-logo {
  margin: 0 0 38px;
}

.under-colored-logo {
  font-size: 1.375rem;
  line-height: 2.5rem;
}

.gallery {
  margin: 0 0 60px;
}
@media only screen and (min-width: 768px) {
  .gallery {
    margin: 0 0 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .gallery {
    margin: 0 0 100px;
  }
}
.gallery .gallery-wrap {
  padding: 40px 30px 20px;
}
@media only screen and (min-width: 768px) {
  .gallery .gallery-wrap {
    padding: 40px 80px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .gallery .gallery-wrap {
    padding: 40px 115px 20px;
  }
}
.gallery .gallery-wrap .gallery-row {
  margin-left: -8px;
  margin-right: -8px;
  justify-content: center;
}
.gallery .gallery-wrap .gallery-row .col {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}
.gallery .gallery-wrap .gallery-row .col.col-custom {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (min-width: 768px) {
  .gallery .gallery-wrap .gallery-row .col.col-custom {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media only screen and (min-width: 1200px) {
  .gallery .gallery-wrap .gallery-row .col.col-custom {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 1600px) {
  .gallery .gallery-wrap .gallery-row .col.col-custom {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.gallery .gallery-wrap .img-wrap {
  display: block;
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
  position: relative; /* If you want text inside of it */
}
.gallery .gallery-wrap .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-with-red-before {
  margin: 0 0 86px;
}
.header-with-red-before .text-wrap {
  padding: 0 0 0 20px;
  position: relative;
}
.header-with-red-before .text-wrap .main.bold.header {
  margin-bottom: 8px;
}
.header-with-red-before .text-wrap .main {
  text-transform: uppercase;
}
.header-with-red-before .text-wrap::before {
  position: absolute;
  content: "";
  background-color: #d00606;
  width: 9px;
  height: 100%;
  left: 0;
  top: 0;
}

.medals {
  margin: 0 0 75px;
}
.medals .container {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .medals .container {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .medals .container {
    width: 90%;
  }
}
.medals .header {
  margin: 0 0 60px;
  font-size: 1.75rem;
  line-height: 2.375rem;
}
@media only screen and (min-width: 1200px) {
  .medals .header {
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
}
@media only screen and (min-width: 1600px) {
  .medals .header {
    font-size: 2.6875rem;
    line-height: 3.5625rem;
  }
}
.medals .medals-wrap {
  position: relative;
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .medals .medals-wrap {
    padding: 60px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .medals .medals-wrap {
    padding: 60px 115px;
  }
}
.medals .medals-wrap .inside-wrap {
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .medals .medals-wrap .inside-wrap {
    justify-content: space-between;
    flex-direction: row;
  }
}
.medals .medals-wrap .medal-wrap {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .medals .medals-wrap .medal-wrap {
    display: block;
    max-width: 207px;
  }
}
.medals .medals-wrap .medal-wrap img {
  margin: 0 0 30px;
}
.medals .two-columns-owner {
  background: #f8f8f8 0% 0% no-repeat padding-box;
}
.medals .two-columns-owner .img-wrap {
  position: relative;
  width: 90%;
  margin: 0 auto;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .medals .two-columns-owner .img-wrap {
    width: 100%;
  }
}
.medals .two-columns-owner .img-wrap img {
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .medals .two-columns-owner .img-wrap img {
    position: absolute;
    left: 60px;
    bottom: 0;
  }
}
.medals .two-columns-owner .text-wrap {
  padding: 15px 22px;
}
@media only screen and (min-width: 768px) {
  .medals .two-columns-owner .text-wrap {
    padding: 30px 28px 36px 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .medals .two-columns-owner .text-wrap {
    padding: 40px 250px 36px 90px;
  }
}
.medals .two-columns-owner .text-wrap p {
  margin: 0 0 45px;
}
@media only screen and (min-width: 768px) {
  .medals .two-columns-owner .text-wrap p {
    margin: 0 0 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .medals .two-columns-owner .text-wrap p {
    margin: 0 0 45px;
  }
}

.movie {
  margin: 0 0 100px;
}
@media only screen and (min-width: 1600px) {
  .movie {
    margin: 0 0 180px;
  }
}
.movie .movie-wrap {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  padding-top: 45%; /* Aspect Ratio */
  position: relative; /* If you want text inside of it */
}
@media only screen and (min-width: 1600px) {
  .movie .movie-wrap {
    max-width: 1134px;
    margin: 0 auto;
  }
}
.movie .movie-wrap iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.fp-videos .text-wrap {
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) {
  .fp-videos .text-wrap {
    text-align: left;
    margin-bottom: 0;
  }
}
.fp-videos .slick-dots {
  text-align: center;
  padding-left: 0;
}
.fp-videos .slick-dots li {
  display: inline-block;
  margin: 0 8px;
  width: 12px;
  cursor: pointer;
  height: 12px;
  width: 12px;
  border: 2px solid #e10713;
  border-radius: 50%;
  background-color: transparent;
}
.fp-videos .slick-dots li::before {
  display: none;
}
.fp-videos .slick-dots li.slick-active {
  background-color: #e10713;
}
.fp-videos .slick-dots li button {
  display: none;
}

.nothing {
  padding: 232px 0;
}
.nothing .text-wrap .return {
  color: #000;
}
.nothing .img-wrap {
  margin-top: 100px;
  position: relative;
}
.nothing .img-wrap::before {
  position: absolute;
  width: 75%;
  background-color: #000;
  content: "";
  height: 10px;
  left: 0px;
  bottom: 100px;
}
.nothing .img-wrap::after {
  position: absolute;
  width: 75%;
  background-color: #000;
  content: "";
  height: 10px;
  left: 0px;
  bottom: 0px;
}

.ofert-list {
  margin: 0 0 55px;
}
@media only screen and (min-width: 1200px) {
  .ofert-list {
    margin: 0 0 140px;
  }
}
.ofert-list .offer-row {
  margin-left: -8px;
  margin-right: -8px;
}
.ofert-list .offer-row .col {
  margin-bottom: 20px;
  padding-left: 8px;
  padding-right: 8px;
}
.ofert-list .ofert-wrap {
  height: 100%;
}
.ofert-list .ofert-wrap .column-header {
  position: relative;
  background-color: #000;
  border-top: 6px solid #d00606;
  height: 140px;
  padding-top: 30px;
  padding-right: 60px;
  padding-left: 60px;
}
.ofert-list .ofert-wrap .column-header p {
  font-size: 1.75rem;
  line-height: 2.5rem;
}
.ofert-list .ofert-wrap .list {
  padding: 28px 30px 28px 36px;
  height: calc(100% - 140px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.1607843137);
}
.ofert-list .ofert-wrap .list ul {
  padding: 0;
}
.ofert-list .ofert-wrap .list ul li {
  margin: 0 0 15px;
}
.ofert-list .ofert-wrap .list ul li::before {
  display: none;
}
.ofert-list .ofert-wrap .list ul li::before a {
  font-size: 1rem;
  line-height: 1.25rem;
}
.ofert-list .ofert-wrap .list .todo {
  font-weight: 600;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ofert-list .ofert-wrap .list .todo:hover {
  color: #e10713;
}
.ofert-list .ofert-wrap .list .todo:hover svg {
  margin-left: 5px;
}
.ofert-list .ofert-wrap .list .todo svg {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.options {
  margin: 0 0 50px;
}
@media only screen and (min-width: 768px) {
  .options {
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 992px) {
  .options {
    margin: 0 0 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .options {
    margin: 0 0 120px;
  }
}
.options .row {
  margin: 0;
}
.options .row .col {
  padding: 0;
}
.options .options-wrap {
  height: 100%;
  background-color: #e0e0e0;
}
.options .options-wrap .options-nav {
  height: 100%;
  padding: 0;
  margin: 0;
}
.options .options-wrap .options-nav li {
  padding: 8px 100px 8px 17px;
  background-color: #e0e0e0;
  font-size: 1rem;
  line-height: 1.4375rem;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 0;
  border-bottom: 2px solid #f8f8f8;
  /*&:last-of-type {
    //margin: 0;
    border-bottom: none;
  }*/
}
@media only screen and (min-width: 1600px) {
  .options .options-wrap .options-nav li {
    min-height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.options .options-wrap .options-nav li::before {
  display: none;
}
.options .options-wrap .options-nav li.active {
  background-color: #bcbcbc;
}
.options .options-wrap .options-nav li.active::after {
  position: absolute;
  content: "";
  background-color: #d00606;
  width: 5px;
  height: 70%;
  right: 6px;
  top: 15%;
}
.options .tabs .tab {
  padding: 18px 0 18px 18px;
}
.options .tabs .tab.active {
  display: flex;
}
.options .tabs .tab .tab-wrap {
  flex-direction: column;
}
@media only screen and (min-width: 1200px) {
  .options .tabs .tab .tab-wrap {
    flex-direction: row;
  }
}
.options .tabs .tab .tab-text {
  width: 100%;
  padding-right: 42px;
}
@media only screen and (min-width: 1200px) {
  .options .tabs .tab .tab-text {
    width: 70%;
  }
}
@media only screen and (min-width: 1600px) {
  .options .tabs .tab .tab-text {
    width: 50%;
  }
}
@media only screen and (min-width: 1600px) {
  .options .tabs .tab .img-wrap {
    width: 50%;
  }
}
.options .tabs .tab .img-wrap img {
  width: 100%;
  object-fit: cover;
}

.page-title {
  padding: 42px 0 10px;
  margin: 0 0 50px;
  background-color: #f8f8f8;
}
@media only screen and (min-width: 768px) {
  .page-title {
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 992px) {
  .page-title {
    margin: 0 0 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-title {
    margin: 0 0 120px;
  }
}
.page-title.single-realisation-title {
  margin: 0 0 40px;
}
@media only screen and (min-width: 768px) {
  .page-title.single-realisation-title {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 992px) {
  .page-title.single-realisation-title {
    margin: 0 0 45px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-title.single-realisation-title {
    margin: 0 0 54px;
  }
}
.page-title h1 {
  font-size: 2.25rem;
  line-height: 3rem;
}
@media only screen and (min-width: 1200px) {
  .page-title h1 {
    font-size: 3.25rem;
    line-height: 4.3125rem;
  }
}

.plan {
  margin: 0 0 80px;
}
.plan .container {
  position: relative;
}
.plan .container::before {
  position: absolute;
  content: "";
  top: 120px;
  left: 0;
  width: 100%;
  background-color: #d00606;
  height: 3px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .plan .container::before {
    display: block;
  }
}
.plan .row .col:last-of-type .plan-wrap::after {
  display: none;
}
.plan .plan-wrap {
  margin-bottom: 60px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .plan .plan-wrap {
    margin-bottom: 0;
  }
}
.plan .plan-wrap::after {
  content: "";
  display: block;
  width: 5px;
  height: 40px;
  background-color: #d00606;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -55px;
}
@media only screen and (min-width: 768px) {
  .plan .plan-wrap::after {
    display: none;
  }
}
.plan .plan-wrap .img-wrap {
  margin: 20px auto 25px;
  max-width: 90px;
  max-height: 50px;
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .plan .plan-wrap .img-wrap {
    margin: 40px auto 54px;
  }
}
.plan .plan-wrap .header {
  text-transform: uppercase;
  margin-bottom: 11px;
}
.plan .plan-wrap p {
  max-width: 332px;
  margin: 0 auto;
}

.posts-list {
  margin: 0 0 50px;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .posts-list {
    margin: 0 0 35px;
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .posts-list {
    margin: 0 0 110px;
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .posts-list .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media only screen and (min-width: 1600px) {
  .posts-list .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.posts-list .row .col {
  margin-bottom: 18px;
}
@media only screen and (min-width: 1200px) {
  .posts-list .row .col {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (min-width: 1600px) {
  .posts-list .row .col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.posts-list .posts-title-wrap {
  position: relative;
  padding: 75px 54px 89px 100px;
  background-color: #000;
  margin: 0 0 20px;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .posts-list .posts-title-wrap {
    margin: 0;
    padding: 83px 90px;
  }
}
@media only screen and (min-width: 1200px) {
  .posts-list .posts-title-wrap {
    padding: 83px 67px;
  }
}
@media only screen and (min-width: 1600px) {
  .posts-list .posts-title-wrap {
    padding: 83px 90px;
  }
}
.posts-list .posts-title-wrap p {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.375rem;
  line-height: 2.125rem;
  font-weight: 600;
}
.posts-list .posts-title-wrap .btn {
  position: absolute;
  border: 1px solid #fff;
  text-transform: uppercase;
  bottom: 20px;
  left: 38px;
}
@media only screen and (min-width: 1200px) {
  .posts-list .posts-title-wrap .btn {
    left: 5px;
    font-size: 0.9375rem;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .posts-list .posts-title-wrap .btn {
    left: 38px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.posts-list .posts-title-wrap .btn:hover {
  border: 1px solid #e10713;
  background-color: #e10713;
  color: #fff;
}
.posts-list .post-wrap {
  background-color: #f8f8f8;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .posts-list .post-wrap {
    margin: 0;
    padding: 0;
    height: 100%;
  }
}
.posts-list .post-wrap:hover {
  /*a {
    color: $red;
    text-decoration: underline;
  }*/
}
.posts-list .post-wrap:hover img {
  transform: scale(1.1);
}
.posts-list .post-wrap .img-wrap {
  display: block;
  overflow: hidden;
}
.posts-list .post-wrap img {
  display: block;
  overflow: hidden;
  max-height: 177px;
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.posts-list .post-wrap .text-wrap a {
  display: block;
  padding: 18px;
  font-size: 1rem;
  line-height: 1.625rem;
  text-decoration: none;
  color: #000;
  font-weight: 800;
}
@media only screen and (min-width: 768px) {
  .posts-list .post-wrap .text-wrap a {
    font-weight: 600;
  }
}

.products {
  margin: 50px 0 135px;
}
@media only screen and (min-width: 768px) {
  .products {
    margin: 50px 0 213px;
  }
}
.products .product-wrap {
  display: block;
  position: relative;
  margin: 0 0 50px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .products .product-wrap {
    margin: 0 0 100px;
  }
}
.products .product-wrap:hover {
  text-decoration: none;
}
.products .product-wrap:hover::before {
  transform: rotate(180deg);
  left: -6%;
  top: -9%;
}
.products .product-wrap:hover .img-wrap img {
  transform: scale(1.1);
}
.products .product-wrap .img-wrap {
  width: 120px;
  height: 120px;
  margin: 0 0 10px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .products .product-wrap .img-wrap {
    width: 250px;
    height: 250px;
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 992px) {
  .products .product-wrap .img-wrap {
    width: 190px;
    height: 190px;
  }
}
@media only screen and (min-width: 1200px) {
  .products .product-wrap .img-wrap {
    width: 250px;
    height: 250px;
  }
}
.products .product-wrap .img-wrap:hover::before {
  transform: rotate(-90deg);
}
.products .product-wrap .img-wrap::before {
  content: "";
  background-image: url(../images/top-subtraction.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  /*left: 4%;
  top: -12%;*/
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*@include devices(medium) {
    left: 11%;
    top: -11%;
  }*/
}
.products .product-wrap .img-wrap .inside-wrap {
  padding: 20px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .products .product-wrap .img-wrap .inside-wrap {
    padding: 40px;
  }
}
.products .product-wrap .img-wrap .inside-wrap .scale-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 100%;
  box-shadow: 10px 10px 41px -21px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 10px 10px 41px -21px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 41px -21px rgba(0, 0, 0, 0.75);
}
.products .product-wrap .img-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.products .product-wrap p {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
@media only screen and (min-width: 768px) {
  .products .product-wrap p {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}
.products .all-prod-wrap {
  padding: 39px 26px;
  border: 1px solid #e0e0e0;
  width: 94%;
}
@media only screen and (min-width: 768px) {
  .products .all-prod-wrap {
    padding: 40px 42px 46px 50px;
  }
}
@media only screen and (min-width: 992px) {
  .products .all-prod-wrap {
    padding: 30px 40px;
  }
}
.products .all-prod-wrap img {
  max-width: 80%;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .products .all-prod-wrap img {
    max-width: 60%;
  }
}
.products .all-prod-wrap p {
  margin: 0 0 20px;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .products .all-prod-wrap p {
    text-align: left;
    padding: 30px 40px 30px 0;
  }
}
@media only screen and (min-width: 992px) {
  .products .all-prod-wrap p {
    padding: 10px 40px 30px 0;
  }
}

.products-list {
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .products-list {
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 992px) {
  .products-list {
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .products-list {
    margin: 0 0 160px;
  }
}
@media only screen and (min-width: 1200px) {
  .products-list .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media only screen and (min-width: 1600px) {
  .products-list .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 1200px) {
  .products-list .row .col {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (min-width: 1600px) {
  .products-list .row .col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.products-list .product-wrap {
  margin: 0 0 50px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.products-list .product-wrap:hover {
  text-decoration: none;
}
.products-list .product-wrap:hover .name-wrap p {
  text-decoration: none;
}
.products-list .product-wrap:hover .img-wrap img {
  transform: scale(1.15);
}
.products-list .product-wrap .name-wrap {
  border-top: 6px solid #d00606;
  background-color: #000;
  display: flex;
  align-items: center;
  padding-left: 18px;
  height: 88px;
}
.products-list .product-wrap .name-wrap p {
  font-size: 1.375rem;
  line-height: 2.125rem;
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  .products-list .product-wrap .name-wrap p {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}
@media only screen and (min-width: 1600px) {
  .products-list .product-wrap .name-wrap p {
    font-size: 1.375rem;
    line-height: 2.125rem;
  }
}
.products-list .product-wrap .img-wrap {
  overflow: hidden;
  height: 200px;
  width: 100%;
}
.products-list .product-wrap .img-wrap img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.red-box {
  margin: 0 0 60px;
}
@media only screen and (min-width: 768px) {
  .red-box {
    margin: 0 0 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .red-box {
    margin: 0 0 140px;
  }
}
.red-box .red-bcg {
  background-color: #e10713;
  padding: 38px 35px;
}
@media only screen and (min-width: 768px) {
  .red-box .red-bcg {
    padding: 45px 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .red-box .red-bcg {
    padding: 92px 230px;
  }
}
.red-box .red-bcg p {
  font-size: 1.25rem;
  line-height: 2rem;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .red-box .red-bcg p {
    font-size: 1.75rem;
    line-height: 3.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .red-box .red-bcg p {
    font-size: 1.75rem;
    line-height: 3.75rem;
  }
}

.red-buckle-slider {
  margin: 0 0 83px;
}
@media only screen and (min-width: 768px) {
  .red-buckle-slider {
    margin: 0 0 120px;
  }
}
@media only screen and (min-width: 1200px) {
  .red-buckle-slider {
    margin: 0 0 141px;
  }
}
@media only screen and (min-width: 1200px) {
  .red-buckle-slider {
    margin: 0 0 190px;
  }
}
.red-buckle-slider .red-bcg {
  background-color: #e10713;
  padding: 50px 60px 25px;
  margin: 0 auto;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .red-buckle-slider .red-bcg {
    padding: 40px 0 30px;
  }
}
.red-buckle-slider .red-bcg.top {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.red-buckle-slider .red-bcg.bottom {
  padding: 39px 33px;
  color: transparent;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
@media only screen and (min-width: 768px) {
  .red-buckle-slider .red-bcg.bottom {
    padding: 40px 0 30px;
  }
}
.red-buckle-slider .red-bcg p {
  margin-bottom: 0;
}
.red-buckle-slider .gray-belt {
  background-color: #222222;
  color: #fff;
  padding: 69px 22px 35px;
}
@media only screen and (min-width: 768px) {
  .red-buckle-slider .gray-belt {
    padding: 70px 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .red-buckle-slider .gray-belt {
    padding: 115px 0 100px;
  }
}
.red-buckle-slider .gray-belt .left-side {
  position: relative;
  margin: 0 0 100px;
}
@media only screen and (min-width: 1200px) {
  .red-buckle-slider .gray-belt .left-side {
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .red-buckle-slider .gray-belt .left-side p {
    max-width: 300px;
  }
}
.red-buckle-slider .gray-belt .left-side p:last-of-type {
  margin-bottom: 0;
}
.red-buckle-slider .gray-belt .left-side::after {
  position: absolute;
  content: "";
  background-color: #d00606;
  width: 60%;
  height: 2px;
  left: 0;
  bottom: -20%;
}
@media only screen and (min-width: 1200px) {
  .red-buckle-slider .gray-belt .left-side::after {
    width: 2px;
    height: 94%;
    right: 0;
    top: 3%;
    left: 100%;
  }
}
.red-buckle-slider .gray-belt .right-side {
  position: relative;
  padding-left: 47px;
}
@media only screen and (min-width: 1200px) {
  .red-buckle-slider .gray-belt .right-side {
    padding-left: 0;
  }
}
.red-buckle-slider .gray-belt .right-side::before {
  position: absolute;
  content: "";
  background-image: url(../images/cytat.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 1200px) {
  .red-buckle-slider .gray-belt .right-side::before {
    left: -6%;
  }
}
.red-buckle-slider .gray-belt .right-side p {
  font-style: italic;
  line-height: 1.875rem;
  margin: 0 0 25px;
}
@media only screen and (min-width: 768px) {
  .red-buckle-slider .gray-belt .right-side p {
    line-height: 1.5rem;
  }
}
.red-buckle-slider .gray-belt .right-side .person {
  line-height: 1.125rem;
  margin: 0 0 4px;
}
.red-buckle-slider .slick-dots {
  position: relative;
  padding: 0;
  bottom: -110px;
  text-align: center;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .red-buckle-slider .slick-dots {
    bottom: -105px;
  }
}
@media only screen and (min-width: 1200px) {
  .red-buckle-slider .slick-dots {
    bottom: -175px;
  }
}
.red-buckle-slider .slick-dots li {
  display: inline-block;
  margin: 0 8px;
  height: 12px;
  width: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent;
}
.red-buckle-slider .slick-dots li::before {
  display: none;
}
.red-buckle-slider .slick-dots li.slick-active {
  background-color: #fff;
}
.red-buckle-slider .slick-dots li button {
  display: none;
}

.realizations {
  margin: 0 0 210px;
}
@media only screen and (min-width: 1200px) {
  .realizations .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media only screen and (min-width: 1600px) {
  .realizations .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.realizations .row .col {
  margin-bottom: 60px;
}
@media only screen and (min-width: 1200px) {
  .realizations .row .col {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .realizations .row .col {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 60px;
  }
}
.realizations .realization-wrap {
  height: 100%;
  background-color: #f8f8f8;
  display: block;
}
.realizations .realization-wrap:hover {
  text-decoration: none;
  /*.text-wrap {
    color: $red;
  }*/
}
.realizations .realization-wrap:hover .img-wrap img {
  transform: scale(1.15);
}
.realizations .realization-wrap .img-wrap {
  position: relative;
  overflow: hidden;
  height: 245px;
  text-align: center;
}
.realizations .realization-wrap .img-wrap .overlay {
  position: absolute;
  background-color: #1b1b1b;
  overflow: hidden;
  padding: 6px 14px;
  top: 0;
  left: 0;
  z-index: 1;
}
.realizations .realization-wrap .img-wrap .overlay p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  letter-spacing: 0.7px;
}
.realizations .realization-wrap .img-wrap img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.realizations .realization-wrap .text-wrap {
  padding-top: 21px;
  padding-left: 55px;
  padding-right: 20px;
  position: relative;
  height: auto;
  text-decoration: none;
  color: #000;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.realizations .realization-wrap .text-wrap .header {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .realizations .realization-wrap .text-wrap .header {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media only screen and (min-width: 1600px) {
  .realizations .realization-wrap .text-wrap .header {
    font-size: 1.375rem;
    line-height: 2.125rem;
  }
}
.realizations .realization-wrap .text-wrap::before {
  position: absolute;
  content: "";
  background-image: url(../images/gear.svg);
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  left: 0;
  top: 15px;
}

.services {
  margin: 60px 0 36px;
}
@media only screen and (min-width: 768px) {
  .services {
    margin: 100px 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .services {
    margin: 159px 0 159px;
  }
}
.services .row {
  margin-left: -8px;
  margin-right: -8px;
}
@media only screen and (min-width: 768px) {
  .services .row {
    margin-left: -4px;
    margin-right: -4px;
  }
}
@media only screen and (min-width: 992px) {
  .services .row {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.services .row .col {
  padding-left: 8px;
  padding-right: 8px;
  margin: 0 0 16px;
}
@media only screen and (min-width: 768px) {
  .services .row .col {
    padding-left: 4px;
    padding-right: 4px;
    margin: 0 0 8px;
  }
}
@media only screen and (min-width: 992px) {
  .services .row .col {
    padding-left: 8px;
    padding-right: 8px;
    margin: 0 0 16px;
  }
}
.services .service-wrapper {
  display: block;
  height: 257px;
  background-repeat: no-repeat;
  margin: 0 0 8px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1600px) {
  .services .service-wrapper {
    height: 490px;
  }
}
.services .service-wrapper:hover {
  text-decoration: none;
}
.services .service-wrapper:hover .text {
  text-decoration: none;
}
.services .service-wrapper:hover .text p {
  text-decoration: none;
}
.services .service-wrapper:hover img {
  transform: scale(1.1);
}
.services .service-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.services .service-wrapper .text {
  padding: 20px;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .services .service-wrapper .text {
    padding: 39px 0;
  }
}
.services .service-wrapper .text p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 3;
  position: relative;
  margin-bottom: 0;
}
@media only screen and (min-width: 1600px) {
  .services .service-wrapper .text p {
    font-size: 1.75rem;
    line-height: 2.8125rem;
    font-weight: 700;
  }
}
.services .service-wrapper .text .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.76;
}

.small-margin {
  margin: 0 0 10px;
}

.search-post-wrap {
  padding-top: 90px;
}
@media only screen and (min-width: 768px) {
  .search-post-wrap {
    padding-top: 0;
  }
}
.search-post-wrap .container.outer {
  padding-bottom: 50px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2509803922);
}
.search-post-wrap .search {
  width: 100%;
  background-color: #fff;
  padding: 80px 0 90px 0;
}
@media only screen and (min-width: 768px) {
  .search-post-wrap .search {
    padding: 70px 0 90px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .search-post-wrap .search {
    padding: 70px 0;
  }
}
.search-post-wrap .search form {
  position: relative;
}
.search-post-wrap .search form input[type=text] {
  padding: 8px 16px 8px 16px;
  margin-right: 110px;
  border: none;
  border-bottom: 1px solid #898989;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 0;
  width: calc(100% - 110px);
}
@media only screen and (min-width: 768px) {
  .search-post-wrap .search form input[type=text] {
    min-width: 540px;
  }
}
.search-post-wrap .search form input[type=submit] {
  position: absolute;
  padding: 6px 20px 7px 20px;
  background-color: #fff;
  color: #000;
  border: none;
  border: 1px solid #898989;
  border-radius: 1px;
  font-size: 1rem;
  line-height: 1.625rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  right: 0;
  top: 0;
}
.search-post-wrap .search form input[type=submit]:hover {
  color: #000;
  background-color: #f8f8f8;
}
.search-post-wrap a:not(.page-numbers) {
  display: block;
  padding: 24px 24px 24px 0;
}
.search-post-wrap a:not(.page-numbers) p {
  font-size: 1.375rem;
  line-height: 2.125rem;
  color: #000;
  font-weight: 600;
}
.search-post-wrap a:not(.page-numbers) p.excerpt-search {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625rem;
  margin: 0;
}
.search-post-wrap a:not(.page-numbers):hover {
  text-decoration: none;
  background-color: #fafafa;
}
.search-post-wrap .no-results-found {
  margin: 0 0 40px;
  font-size: 1.375rem;
  line-height: 2.125rem;
}
@media only screen and (min-width: 768px) {
  .search-post-wrap .no-results-found {
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 992px) {
  .search-post-wrap .no-results-found {
    margin: 0 0 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .search-post-wrap .no-results-found {
    margin: 0 0 200px;
  }
}

.no-results-found-icon-wrap {
  padding: 40px 0 60px 0;
}
.no-results-found-icon-wrap .no-results-found-icon svg,
.no-results-found-icon-wrap .no-results-found-icon span {
  vertical-align: middle;
}
.no-results-found-icon-wrap .no-results-found-icon svg {
  margin-right: 5px;
}
.no-results-found-icon-wrap .no-results-found-icon span {
  color: #e10713;
}

.solutions {
  margin: 0 0 210px;
}
.solutions .solution-wrap {
  padding: 0;
  margin: 0 0 40px;
}
@media only screen and (min-width: 768px) {
  .solutions .solution-wrap {
    padding: 20px 15px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .solutions .solution-wrap {
    padding: 40px 50px 34px;
  }
}
.solutions .solution-wrap .row {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .solutions .solution-wrap .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.solutions .solution-wrap .col {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .solutions .solution-wrap .col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.solutions .solution-wrap .image-name-wrap .overlay {
  background-color: #1b1b1b;
  overflow: hidden;
  padding: 12px 20px;
}
.solutions .solution-wrap .image-name-wrap .overlay p {
  margin: 0;
}
.solutions .solution-wrap .image-name-wrap img {
  max-height: 370px;
  width: 100%;
  object-fit: cover;
}
.solutions .solution-wrap .text-wrap {
  padding: 30px 15px 0 15px;
}
@media only screen and (min-width: 768px) {
  .solutions .solution-wrap .text-wrap {
    padding: 0 0 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .solutions .solution-wrap .text-wrap {
    padding: 0 0 0 60px;
  }
}
.solutions .solution-wrap .text-wrap p {
  font-size: 0.875rem;
  line-height: 1.375rem;
}
@media only screen and (min-width: 768px) {
  .solutions .solution-wrap .text-wrap p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.solutions .solution-wrap .text-wrap ul {
  padding: 0 0 0 30px;
}
.solutions .solution-wrap .text-wrap ul li {
  font-weight: 500;
  margin-bottom: 4px;
}

.solutions-filter {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .solutions-filter {
    margin-bottom: 66px;
  }
}
.solutions-filter .solutions-filter-wrap p {
  margin-bottom: 2px;
}
.solutions-filter .solutions-filter-wrap select {
  min-width: 100%;
  padding: 11px 16px;
  margin: 0 0 16px;
  border-radius: 3px;
  border: 1px solid #898989;
  background-color: #fff;
  font-family: "Exo", sans-serif;
}
@media only screen and (min-width: 768px) {
  .solutions-filter .solutions-filter-wrap select {
    min-width: 443px;
  }
}
@media only screen and (min-width: 768px) {
  .solutions-filter .solutions-filter-wrap .selectize-control {
    min-width: 443px;
    max-width: 443px;
  }
}

.statistics {
  background: transparent linear-gradient(180deg, #f8f8f8 0%, #f8f8f8 56%, #c4c4c4 100%) 0% 0% no-repeat padding-box;
  padding: 40px 0 30px 0;
}
@media only screen and (min-width: 768px) {
  .statistics {
    padding: 70px 0;
  }
}
.statistics .text-wrap {
  margin: 50px 0 0;
  position: relative;
}
.statistics .text-wrap .number {
  font-size: 2.125rem;
  line-height: 3.5rem;
}
@media only screen and (min-width: 1200px) {
  .statistics .text-wrap .number {
    font-size: 3.125rem;
    line-height: 4.125rem;
  }
}

.three-colored-columns {
  margin: 0 0 60px;
}
@media only screen and (min-width: 768px) {
  .three-colored-columns {
    margin: 0 0 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .three-colored-columns {
    margin: 0 0 140px;
  }
}
.three-colored-columns .row .col {
  margin-bottom: 30px;
}
.three-colored-columns .colored-column-wrap {
  color: #fff;
  background-color: #d00606;
  padding: 50px;
  height: 317px;
  overflow: hidden;
}
.three-colored-columns .colored-column-wrap.black {
  background-color: #000;
}

.two-columns {
  position: relative;
}
.two-columns.radial-gray-bcg-top {
  padding: 60px 0 0 0;
}
@media only screen and (min-width: 992px) {
  .two-columns.radial-gray-bcg-top {
    padding: 75px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .two-columns.radial-gray-bcg-top {
    padding: 111px 0;
  }
}
.two-columns.radial-gray-bcg-top .container {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1200px) {
  .two-columns.radial-gray-bcg-top .align-center {
    max-width: 905px;
  }
}
.two-columns .align-center {
  margin: 30px 0;
}
.two-columns .align-center.padding-top {
  padding-top: 50px;
}
@media only screen and (min-width: 768px) {
  .two-columns .align-center.padding-top {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .two-columns .align-center.padding-top {
    padding-top: 80px;
    margin: 0 auto 78px;
  }
}
@media only screen and (min-width: 1600px) {
  .two-columns .align-center.padding-top {
    padding-top: 125px;
  }
}
@media only screen and (min-width: 768px) {
  .two-columns .align-center.padding-top img {
    max-width: 368px;
  }
}
@media only screen and (min-width: 768px) {
  .two-columns .align-center {
    padding: 50px 0 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .two-columns .align-center {
    margin: 50px auto 65px;
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .two-columns .align-center {
    margin: 0 auto 120px;
    padding: 0;
  }
}
.two-columns .list-wraper-flex {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.two-columns .list-wrap {
  margin-top: 30px;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .two-columns .list-wrap {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .two-columns .list-wrap {
    margin-top: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 1600px) {
  .two-columns .list-wrap {
    margin-top: 0;
    margin-left: -22px;
    margin-right: -22px;
  }
}
.two-columns .list-wrap .col {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1200px) {
  .two-columns .list-wrap .col {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .two-columns .list-wrap .col {
    padding-left: 22px;
    padding-right: 22px;
    margin-bottom: 44px;
  }
}
.two-columns .list-wrap .element-wrap {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 3;
  position: relative;
  padding: 16px 60px 16px 60px;
  background-color: #444444;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 600;
  min-height: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .two-columns .list-wrap .element-wrap {
    padding: 31px 60px 31px 60px;
  }
}
@media only screen and (min-width: 992px) {
  .two-columns .list-wrap .element-wrap {
    padding: 20px 15px 20px 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .two-columns .list-wrap .element-wrap {
    padding: 31px 60px 31px 60px;
    min-height: 110px;
  }
}
@media only screen and (min-width: 768px) {
  .two-columns .list-wrap .element-wrap {
    padding: 31px 60px 31px 60px;
    min-height: 110px;
  }
}
@media only screen and (min-width: 992px) {
  .two-columns .list-wrap .element-wrap {
    padding: 20px 15px 20px 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .two-columns .list-wrap .element-wrap {
    padding: 31px 60px 31px 60px;
    min-height: 110px;
  }
}
.two-columns .list-wrap .element-wrap:hover {
  background-color: #898989;
}
.two-columns .list-wrap .element-wrap p {
  margin-bottom: 0;
}
.two-columns .centered-wrap {
  text-align: center;
  margin: 0 auto 120px auto;
}
@media only screen and (min-width: 768px) {
  .two-columns .centered-wrap {
    max-width: 90%;
    margin: 0 auto 85px auto;
  }
}
@media only screen and (min-width: 1200px) {
  .two-columns .centered-wrap {
    max-width: 60%;
  }
}
.two-columns .centered-wrap .red {
  letter-spacing: 4.3px;
}
.two-columns .centered-wrap p {
  font-size: 1rem;
  line-height: 1.875rem;
  letter-spacing: 0.8px;
  margin: 0 0 35px;
}
.two-columns .gray-btn {
  display: block;
  border-radius: 25px;
  padding: 10px 26px;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border: 1px solid #2e2e2e;
  background-color: #2e2e2e;
  width: fit-content;
  margin: 0 auto;
  text-align: left;
  z-index: 2;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .two-columns .gray-btn {
    font-size: 1.375rem;
    line-height: 1.5rem;
    text-align: center;
    letter-spacing: 2.2px;
  }
}
.two-columns .gray-btn:hover {
  border: 1px solid #fff;
  text-decoration: none;
}
.two-columns .two-columns-logo {
  max-width: 230px;
}
@media only screen and (min-width: 768px) {
  .two-columns .two-columns-logo {
    max-width: 100%;
  }
}
.two-columns .text-wrap {
  margin: 0 0 0 5px;
}
@media only screen and (min-width: 768px) {
  .two-columns .text-wrap {
    margin: 0;
  }
}

.arrows li::before {
  content: "";
  background-image: url(../images/red-arrow.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  border-radius: 0;
}
.arrows li p {
  margin-bottom: 0;
}

.two-columns-black-red {
  margin: 0 0 50px;
}
@media only screen and (min-width: 768px) {
  .two-columns-black-red {
    margin: 0 0 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .two-columns-black-red {
    margin: 0 0 144px;
  }
}
.two-columns-black-red .row .col {
  padding: 0 10px;
  margin-bottom: 20px;
}
.two-columns-black-red .column-wrap {
  color: #fff;
  background-color: #000;
  padding: 50px;
}
.two-columns-black-red .column-wrap.red {
  background-color: #d00606;
}
.two-columns-black-red .column-wrap .header {
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .two-columns-black-red .column-wrap .header {
    font-size: 1.375rem;
    line-height: 2.125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .two-columns-black-red .column-wrap .header {
    font-size: 1.375rem;
    line-height: 2.125rem;
    margin-bottom: 30px;
  }
}

.two-columns-buttoned-header-img {
  margin: 0 0 50px;
}
.two-columns-buttoned-header-img .box-wrap {
  padding: 55px 45px;
}
.two-columns-buttoned-header-img .box-wrap .text-wrap {
  /*p{
    letter-spacing: 2.2px;
  }*/
}
@media only screen and (min-width: 1200px) {
  .two-columns-buttoned-header-img .box-wrap .text-wrap {
    padding-right: 70px;
  }
}
.two-columns-buttoned-header-img .box-wrap .text-wrap .btn {
  min-width: 272px;
  margin: 0 0 36px;
  cursor: default;
}
.two-columns-buttoned-header-img .box-wrap .text-wrap .btn:hover {
  background-color: #000;
  border-color: #000;
}
.two-columns-buttoned-header-img .box-wrap .img-wrap {
  max-height: 380px;
  overflow: hidden;
}
.two-columns-buttoned-header-img .box-wrap .img-wrap img {
  object-fit: cover;
}

.two-columns-photo-slogan {
  margin: 0 0 60px;
}
@media only screen and (min-width: 768px) {
  .two-columns-photo-slogan {
    margin: 0 0 80px;
  }
}
@media only screen and (min-width: 992px) {
  .two-columns-photo-slogan {
    margin: 0 0 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .two-columns-photo-slogan {
    margin: 0 0 140px;
  }
}
.two-columns-photo-slogan .row {
  margin: 0;
}
.two-columns-photo-slogan .row .col {
  padding: 0;
}
.two-columns-photo-slogan img {
  aspect-ratio: 4/2;
  object-fit: cover;
  height: 100%;
}
.two-columns-photo-slogan .text-wrap {
  padding: 30px 30px 10px 30px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .two-columns-photo-slogan .text-wrap {
    padding: 30px 30px;
  }
}
@media only screen and (min-width: 992px) {
  .two-columns-photo-slogan .text-wrap {
    padding: 40px 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .two-columns-photo-slogan .text-wrap {
    max-width: 90%;
    padding: 90px 120px;
  }
}
.two-columns-photo-slogan .text-wrap.red-before-wrap::before {
  position: absolute;
  content: "";
  background-color: #d00606;
  width: 3px;
  height: 130%;
  left: 0;
  top: -10%;
}
.two-columns-photo-slogan .text-wrap p {
  font-size: 1.375rem;
  line-height: 2.25rem;
}
@media only screen and (min-width: 768px) {
  .two-columns-photo-slogan .text-wrap p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .two-columns-photo-slogan .text-wrap p {
    font-size: 1.625rem;
    line-height: 2.375rem;
  }
}
@media only screen and (min-width: 1200px) {
  .two-columns-photo-slogan .text-wrap p {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
.two-columns-photo-slogan .text-wrap em {
  color: #e10713 !important;
}

.two-columns-buttons-slogan {
  margin: 0 0 60px;
}
@media only screen and (min-width: 768px) {
  .two-columns-buttons-slogan {
    margin: 0 0 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .two-columns-buttons-slogan {
    margin: 0 0 140px;
  }
}
.two-columns-buttons-slogan .gray-bcg {
  padding: 34px 20px;
}
@media only screen and (min-width: 768px) {
  .two-columns-buttons-slogan .gray-bcg {
    padding: 34px 20px;
  }
}
@media only screen and (min-width: 992px) {
  .two-columns-buttons-slogan .gray-bcg {
    padding: 34px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .two-columns-buttons-slogan .gray-bcg {
    padding: 45px 115px;
  }
}
.two-columns-buttons-slogan .buttons-wrap .btn {
  display: block;
  width: fit-content;
  margin: 0 0 24px;
  text-transform: uppercase;
  border-radius: 3px;
}
.two-columns-buttons-slogan .text-wrap {
  max-width: 90%;
  padding-left: 35px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .two-columns-buttons-slogan .text-wrap {
    padding-left: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .two-columns-buttons-slogan .text-wrap {
    padding-left: 45px;
  }
}
@media only screen and (min-width: 1200px) {
  .two-columns-buttons-slogan .text-wrap {
    padding-left: 55px;
  }
}
.two-columns-buttons-slogan .text-wrap.red-before-wrap {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .two-columns-buttons-slogan .text-wrap.red-before-wrap {
    margin-top: 0;
  }
}
.two-columns-buttons-slogan .text-wrap.red-before-wrap p {
  font-weight: 700;
}
.two-columns-buttons-slogan .text-wrap.red-before-wrap p strong {
  color: #e10713;
}
.two-columns-buttons-slogan .text-wrap.red-before-wrap::before {
  position: absolute;
  content: "";
  background-color: #d00606;
  width: 3px;
  height: 130%;
  left: 0;
  top: -10%;
}
.two-columns-buttons-slogan .text-wrap p {
  font-size: 1.25rem;
  line-height: 1.875rem;
}
@media only screen and (min-width: 1200px) {
  .two-columns-buttons-slogan .text-wrap p {
    font-size: 1.375rem;
    line-height: 2.125rem;
  }
}
.two-columns-buttons-slogan .text-wrap em {
  color: #e10713 !important;
}

.two-columns-photo-text {
  margin: 0 0 55px;
}
@media only screen and (min-width: 768px) {
  .two-columns-photo-text {
    margin: 0 0 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .two-columns-photo-text {
    margin: 0 0 140px;
  }
}
.two-columns-photo-text .row {
  margin: 0;
}
.two-columns-photo-text .row .col {
  padding: 0;
}
.two-columns-photo-text .img-wrap {
  overflow: hidden;
}
.two-columns-photo-text .img-wrap img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.two-columns-photo-text .flex-text-wrap {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.two-columns-photo-text .flex-text-wrap .text-wrap {
  padding: 30px 30px 10px 30px;
}
@media only screen and (min-width: 768px) {
  .two-columns-photo-text .flex-text-wrap .text-wrap {
    padding: 40px 40px 10px 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .two-columns-photo-text .flex-text-wrap .text-wrap {
    padding: 30px 35px 30px 36px;
  }
}
@media only screen and (min-width: 1600px) {
  .two-columns-photo-text .flex-text-wrap .text-wrap {
    padding: 50px 90px 50px 115px;
  }
}
.two-columns-photo-text .flex-text-wrap .text-wrap .header {
  font-size: 1.375rem;
  line-height: 2.125rem;
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .two-columns-photo-text .flex-text-wrap .text-wrap .header {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .two-columns-photo-text .flex-text-wrap .text-wrap .header {
    font-size: 1.375rem;
    line-height: 2.125rem;
  }
}

.two-columns-big-half {
  margin: 40px 0 30px 0;
}
@media only screen and (min-width: 768px) {
  .two-columns-big-half {
    margin: 100px 0 60px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .two-columns-big-half {
    margin: 180px 0;
  }
}
.two-columns-big-half .col-with-img-wrap {
  text-align: center;
}
.two-columns-big-half .img-wrap {
  position: relative;
  text-align: center;
  display: inline-block;
  width: 250px;
  height: 250px;
}
@media only screen and (min-width: 768px) {
  .two-columns-big-half .img-wrap {
    width: 316px;
    height: 316px;
  }
}
@media only screen and (min-width: 1600px) {
  .two-columns-big-half .img-wrap {
    width: 442px;
    height: 442px;
  }
}
.two-columns-big-half .img-wrap::before {
  position: absolute;
  background-image: url(../images/top-subtraction.svg);
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}
.two-columns-big-half .img-wrap img {
  padding: 40px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .two-columns-big-half .img-wrap img {
    padding: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .two-columns-big-half .img-wrap img {
    padding: 70px;
  }
}
.two-columns-big-half .flex-wrap {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.two-columns-big-half .text-wrap .big.bold {
  margin-bottom: 30px;
}
.two-columns-big-half .text-wrap p {
  margin-bottom: 50px;
}
.two-columns-big-half .text-wrap a {
  font-weight: 800;
  color: #e10713;
}
.two-columns-big-half .text-wrap strong a {
  color: #000;
}

.two-columns-gray-container {
  margin: 0 0 114px;
  background-color: #f8f8f8;
  position: relative;
}
.two-columns-gray-container::before {
  content: "";
  background-color: #f8f8f8;
  width: 100%;
  height: 100%;
  left: -50%;
  top: 0;
  position: absolute;
  z-index: -1;
}
.two-columns-gray-container::after {
  content: "";
  background-color: #f8f8f8;
  width: 100%;
  height: 100%;
  right: -50%;
  top: 0;
  position: absolute;
  z-index: -1;
}
.two-columns-gray-container .img-wrap {
  height: 100%;
}
.two-columns-gray-container .img-wrap img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.two-columns-gray-container .flex-text-wrap {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.two-columns-gray-container .flex-text-wrap .text-wrap {
  padding-top: 40px;
  padding-left: 40px;
}

.two-columns-icon-half-text {
  margin: 0 0 150px;
}
.two-columns-icon-half-text .left-side {
  padding: 30px;
}
.two-columns-icon-half-text .left-side .icon-wrap {
  position: relative;
  width: 175px;
  height: 175px;
  border-radius: 50%;
  background-color: #eeeef0;
  text-align: center;
  padding: 30px 0;
}
.two-columns-icon-half-text .left-side .icon-wrap img {
  max-width: 120px;
  max-height: 120px;
  height: 100%;
  width: 100%;
}
.two-columns-icon-half-text .left-side .icon-wrap::before {
  position: absolute;
  content: "";
  background-image: url(../images/gray-half.svg);
  background-repeat: no-repeat;
  width: 250px;
  height: 250px;
  left: -19%;
  top: -19%;
}

.two-columns-movie {
  background-color: #f8f8f8;
  padding: 40px 0;
  margin: 0 0 45px;
}
@media only screen and (min-width: 768px) {
  .two-columns-movie {
    padding: 90px 0 20px 0;
    margin: 0 0 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .two-columns-movie {
    padding: 140px 0;
    margin: 0 0 100px;
  }
}
.two-columns-movie .movie-wrap {
  max-height: 500px;
  overflow: hidden;
}
.two-columns-movie .movie-wrap iframe {
  aspect-ratio: 9/5;
  height: 100%;
  width: 100%;
}
.two-columns-movie .text-wrap {
  padding: 20px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .two-columns-movie .text-wrap {
    padding: 20px 30px 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .two-columns-movie .text-wrap {
    padding: 0 30px;
  }
}
.two-columns-movie .text-wrap .mission-header {
  margin-bottom: 30px;
  color: #e10713;
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .two-columns-movie .text-wrap .mission-header {
    font-size: 2.6875rem;
    line-height: 3.5625rem;
  }
}
@media only screen and (min-width: 1200px) {
  .two-columns-movie .text-wrap .mission-header {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .two-columns-movie .text-wrap .mission-header {
    font-size: 2.6875rem;
    line-height: 3.5625rem;
  }
}
.two-columns-movie .text-wrap .text {
  font-size: 1.375rem;
  line-height: 2.125rem;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) {
  .two-columns-movie .text-wrap .text {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media only screen and (min-width: 1600px) {
  .two-columns-movie .text-wrap .text {
    font-size: 1.375rem;
    line-height: 2.125rem;
  }
}
.two-columns-movie .text-wrap img {
  margin-top: -90px;
}
@media only screen and (min-width: 768px) {
  .two-columns-movie .text-wrap img {
    float: right;
  }
}
@media only screen and (min-width: 1200px) {
  .two-columns-movie .text-wrap img {
    margin-top: auto;
    float: none;
  }
}

.two-columns-text-photo {
  margin: 0 0 60px;
}
@media only screen and (min-width: 768px) {
  .two-columns-text-photo {
    margin: 0 0 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .two-columns-text-photo {
    margin: 0 0 100px;
  }
}
@media only screen and (min-width: 1600px) {
  .two-columns-text-photo {
    margin: 0 0 180px;
  }
}
.two-columns-text-photo.reverse .row {
  flex-direction: row-reverse;
}
.two-columns-text-photo .text-wrap {
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .two-columns-text-photo .text-wrap {
    padding: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .two-columns-text-photo .text-wrap {
    padding: 50px;
  }
}
.two-columns-text-photo .btn {
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 768px) {
  .two-columns-text-photo .btn {
    margin: 20px 0;
  }
}

.values {
  margin: 0 0 70px;
}
@media only screen and (min-width: 768px) {
  .values {
    margin: 0 0 100px;
  }
}
@media only screen and (min-width: 1600px) {
  .values {
    margin: 0 0 150px;
  }
}
.values .row {
  margin: 0;
  margin-left: -8px;
  margin-right: -8px;
}
.values .row .col {
  padding: 0;
  padding-left: 8px;
  padding-right: 8px;
  margin: 0 0 30px;
}
@media only screen and (min-width: 1200px) {
  .values .row .col {
    margin: 0;
  }
}
.values .row-flex {
  display: flex;
  flex-wrap: wrap;
}
.values .value-wrap {
  margin: 0 0 50px;
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .values .value-wrap {
    padding: 40px 150px 0 65px;
    background-size: auto;
  }
}
.values .value-wrap .img-wrap {
  position: relative;
  padding: 55px 30px 40px 52px;
  margin: 0 0 37px;
}

.questionaire-main .centered-div {
  max-width: 100%;
  margin: 0;
}

.quest-files-wrap {
  margin: 30px 0 40px;
}
@media only screen and (min-width: 768px) {
  .quest-files-wrap {
    margin: 0 0 40px;
  }
}
.quest-files-wrap ul {
  padding: 0;
}
.quest-files-wrap ul li::before {
  display: none;
}
.quest-files-wrap ul li a {
  font-size: 1rem;
  line-height: 1.375rem;
}
.quest-files-wrap .form-sidebar-header {
  margin-bottom: 20px;
}
.quest-files-wrap .form-sidebar-header span, .quest-files-wrap .form-sidebar-header svg {
  vertical-align: middle;
}
.quest-files-wrap .form-sidebar-header svg {
  margin-right: 5px;
}
.quest-files-wrap .form-sidebar-header span {
  font-weight: 700;
}

.questionaire-form {
  /*.button-wrap {
  }*/
}
.questionaire-form .container {
  width: 100%;
  margin: 0 auto;
  max-width: 1524px;
}
.questionaire-form .container .form-wrap {
  padding: 35px 28px;
  /*@include devices(medium){

  }
  @include devices(large){

  }*/
}
@media only screen and (min-width: 1200px) {
  .questionaire-form .container .form-wrap {
    padding: 62px 80px;
  }
}
.questionaire-form .container .form-wrap h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .questionaire-form .container .form-wrap h1 {
    font-size: 2.1875rem;
    line-height: 2.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .questionaire-form .container .form-wrap h1 {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .questionaire-form .container .form-wrap h1 {
    font-size: 3.25rem;
    line-height: 4.3125rem;
    margin-bottom: 80px;
  }
}
.questionaire-form .container .radio-data {
  margin-bottom: 10px;
}
.questionaire-form .container .radio-data .radio {
  padding: 0;
}
.questionaire-form .container .radio-data .radio li {
  margin: 0 0 14px;
}
.questionaire-form .container .radio-data .radio li::before {
  display: none;
}
.questionaire-form .container select,
.questionaire-form .container textarea {
  width: 100%;
  padding: 11px 16px;
  margin: 0 0 16px;
  border-radius: 3px;
  border: 1px solid #898989;
  background-color: #fff;
}
.questionaire-form .container .bold {
  margin: 0 0 2px;
}
.questionaire-form .container .header {
  margin: 0 0 12px;
}
.questionaire-form .container .info-wrap {
  margin: 80px 0 0;
  align-items: flex-start;
}
.questionaire-form .checkbox-wrap {
  padding-left: 38px;
  display: block;
  margin-bottom: 40px;
  position: relative;
  /*&::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #707070;
  }
  &::after {
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    left: 1px;
    top: 1px;
    width: 18px;
    height: 18px;
    background-image: url(../images/check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  &.active {
    &::after {
      opacity: 1;
    }
  }*/
}
.questionaire-form .checkbox-wrap p {
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.questionaire-form .checkbox-wrap .wpcf7-form-control-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
}
.questionaire-form .checkbox-wrap .wpcf7-list-item {
  margin: 0;
}
.questionaire-form .form-sub-header {
  font-size: 1.375rem;
  line-height: 2.125rem;
  font-weight: 700;
  margin-bottom: 22px;
  padding-top: 12px;
}
.questionaire-form .form-label-small {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.questionaire-form .form-label-small.margin-top-mobile {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .questionaire-form .form-label-small.margin-top-mobile {
    margin-top: 0;
  }
}
.questionaire-form .form-label-small .red {
  color: #e10713;
}
.questionaire-form .vertical-radio-wrap {
  margin-bottom: 10px;
}
.questionaire-form .vertical-radio-wrap .wpcf7-list-item {
  display: inline-block;
  margin-right: 15px;
}
.questionaire-form .wpcf7-list-item input[type=radio] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: 0;
  margin-right: 5px;
}
.questionaire-form .wpcf7-list-item input[type=checkbox] {
  vertical-align: middle;
}
.questionaire-form .wpcf7-list-item span {
  vertical-align: middle;
}
.questionaire-form .info-text-wrap {
  margin-top: 30px;
  padding-left: 32px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .questionaire-form .info-text-wrap {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .questionaire-form .info-text-wrap {
    margin-top: 80px;
  }
}
.questionaire-form .info-text-wrap svg {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
}

input[type=date] {
  font-size: 1rem;
  color: #000;
  padding: 10px 16px;
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid #898989;
}
input[type=date]:focus {
  outline: none;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
}

input[type=submit] {
  border: none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 10px 21px;
  font-size: 1rem;
  line-height: 1.3125rem;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-decoration: none;
  border-radius: 3px;
  /*@include devices(medium) {
    border-radius: 0px;
  }*/
}
input[type=submit]:hover {
  color: #fff;
  background-color: #d00606;
  text-decoration: none;
}

input[type=text],
input[type=tel],
input[type=email] {
  width: 100%;
  padding: 10px 16px;
  margin: 0 0 16px;
  border-radius: 3px;
  border: 1px solid #898989;
  font-family: "Exo", sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus {
  outline: none;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
}
input[type=text].measurements,
input[type=tel].measurements,
input[type=email].measurements {
  width: 35%;
  margin: 0 5px 24px 5px;
}
@media only screen and (min-width: 768px) {
  input[type=text].measurements,
  input[type=tel].measurements,
  input[type=email].measurements {
    width: 20%;
  }
}
input[type=text].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
input[type=email].wpcf7-not-valid {
  border: 2px solid #e10713;
}

.selectize-control.wpcf7-not-valid .selectize-input {
  border: 2px solid #e10713;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
}

textarea {
  font-family: "Exo", sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}
textarea:focus {
  outline: none;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
}

/*input[type='checkbox'] {
  display: none;
}*/
.wpcf7 form .wpcf7-response-output {
  margin: 0 0 20px 0;
  padding: 10px 10px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px 40px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border: 2px solid #e10713;
  padding-left: 55px;
  color: #e10713;
  position: relative;
}
.wpcf7 form.invalid .wpcf7-response-output::before {
  content: "";
  display: block;
  position: absolute;
  left: 14px;
  top: 22px;
  width: 20px;
  height: 20px;
  background-image: url(../images/form-alert.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}/*# sourceMappingURL=main.min.css.map */