@charset "utf-8";
/*LESS INIT*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::-moz-selection {
  color: #fff;
  background: #941327;
}
*::selection {
  color: #fff;
  background: #941327;
}
a {
  text-decoration: none;
  color: #b81830;
  font-weight: 700;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover,
a:active,
a:focus {
  outline: 0;
  color: #b81830;
}
a:hover {
  text-decoration: none;
}
select {
  opacity: 0;
}
html {
  font-size: 62.5%;
  overflow: auto;
  height: 100%;
  background-color: #eee;
}
html body {
  position: relative;
  width: 100%;
  max-width: 1920px;
  -webkit-box-shadow: 0 0 15px 1px rgba(34, 27, 16, 0.2);
          box-shadow: 0 0 15px 1px rgba(34, 27, 16, 0.2);
  min-height: 100%;
  font-size: 17px;
  line-height: 2;
  font-weight: 300;
  color: #666;
  background-color: #fff;
  overflow-x: hidden;
  margin: 0 auto;
}
html body.compensate-for-scrollbar {
  margin-left: auto !important;
  margin-right: auto !important;
}
html body.fancybox-active > header,
html body.fancybox-active > footer,
html body.fancybox-active main {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
html.open {
  overflow: hidden;
}
html.open body > header a.logo-main,
html.open body > footer,
html.open main {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
@media (min-width: 1150px) {
  html.open body > header,
  html.open body > footer,
  html.open main {
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
}
@media (max-width: 1280px) {
  html body {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media (max-width: 768px) {
  html body {
    font-size: 14px;
    line-height: 1.6;
  }
}
.container {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
}
main {
  display: block;
}
main > section {
  position: relative;
  display: block;
}
.cols-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 40px);
  max-width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}
.cols-main > * {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  width: 33.333333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 33.333333%;
          flex: 0 33.333333%;
  padding: 0 20px 40px;
}
.cols-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.cols-secondary > * {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 25%;
          flex: 0 25%;
}
.cols-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% + 70px);
  max-width: calc(100% + 70px);
  margin-left: -35px;
  margin-right: -35px;
}
.cols-5 > * {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 20%;
          flex: 0 20%;
  padding: 0 35px 35px;
}
@media (max-width: 1280px) {
  .cols-main {
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
  .cols-main > * {
    padding: 0 10px 30px;
  }
}
@media (max-width: 1024px) {
  .cols-main {
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
  .cols-main > * {
    padding: 0 10px 25px;
  }
  .cols-secondary > * {
    width: 33.333333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 33.333333%;
            flex: 0 33.333333%;
  }
  .cols-5 {
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
  .cols-5 > * {
    width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 25%;
            flex: 0 25%;
    padding: 0 20px 25px;
  }
}
@media (max-width: 900px) {
  .cols-main > * {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 50%;
            flex: 0 50%;
  }
}
@media (max-width: 768px) {
  .cols-secondary > * {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 50%;
            flex: 0 50%;
  }
  .cols-5 > * {
    width: 33.333333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 33.333333%;
            flex: 0 33.333333%;
  }
}
@media (max-width: 480px) {
  .cols-main {
    width: calc(100% + 10px);
    max-width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
  }
  .cols-main > * {
    padding: 0 5px 15px;
  }
}
@media (max-width: 450px) {
  .cols-main > * {
    padding: 0 5px 10px;
  }
  .cols-5 {
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
  .cols-5 > * {
    padding: 0 10px 20px;
  }
}
/*LESS MIXINS*/
@-webkit-keyframes bounceIcoArrow {
  0% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  25% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  50% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  75% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes bounceIcoArrow {
  0% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  25% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  50% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  75% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes bounceIcoArrowLeft {
  0% {
    -webkit-transform: translateX(4px) rotate(180deg);
            transform: translateX(4px) rotate(180deg);
  }
  25% {
    -webkit-transform: translateX(-3px) rotate(180deg);
            transform: translateX(-3px) rotate(180deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(180deg);
            transform: translateX(2px) rotate(180deg);
  }
  75% {
    -webkit-transform: translateX(-1px) rotate(180deg);
            transform: translateX(-1px) rotate(180deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(180deg);
            transform: translateX(0) rotate(180deg);
  }
}
@keyframes bounceIcoArrowLeft {
  0% {
    -webkit-transform: translateX(4px) rotate(180deg);
            transform: translateX(4px) rotate(180deg);
  }
  25% {
    -webkit-transform: translateX(-3px) rotate(180deg);
            transform: translateX(-3px) rotate(180deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(180deg);
            transform: translateX(2px) rotate(180deg);
  }
  75% {
    -webkit-transform: translateX(-1px) rotate(180deg);
            transform: translateX(-1px) rotate(180deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(180deg);
            transform: translateX(0) rotate(180deg);
  }
}
@-webkit-keyframes bounceArrow {
  0% {
    -webkit-transform: translateX(4px) rotate(45deg);
            transform: translateX(4px) rotate(45deg);
  }
  25% {
    -webkit-transform: translateX(-3px) rotate(45deg);
            transform: translateX(-3px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(45deg);
            transform: translateX(2px) rotate(45deg);
  }
  75% {
    -webkit-transform: translateX(-1px) rotate(45deg);
            transform: translateX(-1px) rotate(45deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(45deg);
            transform: translateX(0) rotate(45deg);
  }
}
@keyframes bounceArrow {
  0% {
    -webkit-transform: translateX(4px) rotate(45deg);
            transform: translateX(4px) rotate(45deg);
  }
  25% {
    -webkit-transform: translateX(-3px) rotate(45deg);
            transform: translateX(-3px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(45deg);
            transform: translateX(2px) rotate(45deg);
  }
  75% {
    -webkit-transform: translateX(-1px) rotate(45deg);
            transform: translateX(-1px) rotate(45deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(45deg);
            transform: translateX(0) rotate(45deg);
  }
}
@-webkit-keyframes bounceArrowDown {
  0% {
    -webkit-transform: translateY(4px) rotate(135deg);
            transform: translateY(4px) rotate(135deg);
  }
  25% {
    -webkit-transform: translateY(-3px) rotate(135deg);
            transform: translateY(-3px) rotate(135deg);
  }
  50% {
    -webkit-transform: translateY(2px) rotate(135deg);
            transform: translateY(2px) rotate(135deg);
  }
  75% {
    -webkit-transform: translateY(-1px) rotate(135deg);
            transform: translateY(-1px) rotate(135deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(135deg);
            transform: translateY(0) rotate(135deg);
  }
}
@keyframes bounceArrowDown {
  0% {
    -webkit-transform: translateY(4px) rotate(135deg);
            transform: translateY(4px) rotate(135deg);
  }
  25% {
    -webkit-transform: translateY(-3px) rotate(135deg);
            transform: translateY(-3px) rotate(135deg);
  }
  50% {
    -webkit-transform: translateY(2px) rotate(135deg);
            transform: translateY(2px) rotate(135deg);
  }
  75% {
    -webkit-transform: translateY(-1px) rotate(135deg);
            transform: translateY(-1px) rotate(135deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(135deg);
            transform: translateY(0) rotate(135deg);
  }
}
@-webkit-keyframes bounceLogo {
  0% {
    -webkit-transform: translateY(-250px);
            transform: translateY(-250px);
    opacity: 0;
  }
  25% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes bounceLogo {
  0% {
    -webkit-transform: translateY(-250px);
            transform: translateY(-250px);
    opacity: 0;
  }
  25% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes bounceForm {
  0% {
    -webkit-transform: translateY(14px);
            transform: translateY(14px);
  }
  25% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  75% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bounceForm {
  0% {
    -webkit-transform: translateY(14px);
            transform: translateY(14px);
  }
  25% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  75% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounceFormUp {
  0% {
    -webkit-transform: translateY(-14px);
            transform: translateY(-14px);
  }
  25% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  75% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bounceFormUp {
  0% {
    -webkit-transform: translateY(-14px);
            transform: translateY(-14px);
  }
  25% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  75% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes show {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes contact-person {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120%);
            transform: translateY(120%);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
  70% {
    -webkit-transform: translateY(2%);
            transform: translateY(2%);
  }
  90% {
    -webkit-transform: translateY(-1%);
            transform: translateY(-1%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes contact-person {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120%);
            transform: translateY(120%);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
  70% {
    -webkit-transform: translateY(2%);
            transform: translateY(2%);
  }
  90% {
    -webkit-transform: translateY(-1%);
            transform: translateY(-1%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes notification {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
  70% {
    -webkit-transform: translateX(2%);
            transform: translateX(2%);
  }
  90% {
    -webkit-transform: translateX(-1%);
            transform: translateX(-1%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes notification {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
  70% {
    -webkit-transform: translateX(2%);
            transform: translateX(2%);
  }
  90% {
    -webkit-transform: translateX(-1%);
            transform: translateX(-1%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes arrowBottom {
  0% {
    top: 45%;
  }
  90% {
    top: 53%;
  }
  100% {
    top: 45%;
  }
}
@keyframes arrowBottom {
  0% {
    top: 45%;
  }
  90% {
    top: 53%;
  }
  100% {
    top: 45%;
  }
}
@-webkit-keyframes arrowLeft {
  0% {
    -webkit-transform: translateX(0) rotate(180deg);
            transform: translateX(0) rotate(180deg);
  }
  90% {
    -webkit-transform: translateX(-3px) rotate(180deg);
            transform: translateX(-3px) rotate(180deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(180deg);
            transform: translateX(0) rotate(180deg);
  }
}
@keyframes arrowLeft {
  0% {
    -webkit-transform: translateX(0) rotate(180deg);
            transform: translateX(0) rotate(180deg);
  }
  90% {
    -webkit-transform: translateX(-3px) rotate(180deg);
            transform: translateX(-3px) rotate(180deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(180deg);
            transform: translateX(0) rotate(180deg);
  }
}
@-webkit-keyframes arrowRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  90% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes arrowRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  90% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
html,
body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  font-family: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,
ul {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
abbr {
  text-decoration: none;
}
img {
  display: block;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
strong,
b {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
/*FONTS*/
@font-face {
  font-display: fallback;
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: 400;
}
@font-face {
  font-display: fallback;
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: 700;
}
@font-face {
  font-display: fallback;
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
}
body,
input,
select,
textarea,
nav,
button,
.btn,
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Poppins', sans-serif;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  text-rendering: optimizeLegibility;
  font-weight: 300;
}
body > header {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 100%;
  max-width: 1920px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 10;
  background-color: transparent;
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0);
  border-bottom: 0 solid transparent;
}
body > header .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding: 15px 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body > header a.logo-main {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  height: 100px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body > header a.logo-main a,
body > header a.logo-main img {
  display: block;
  height: 100%;
}
body > header a.logo-main img {
  position: relative;
  z-index: 1;
}
body > header a.logo-main span {
  display: inline-block;
  opacity: 1;
  visibility: visible;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  z-index: -1;
}
body > header a.logo-main span.hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-40px) scale(0.6) scale(1);
          transform: translateY(-40px) scale(0.6) scale(1);
}
body > header a.logo-main:hover {
  -webkit-filter: contrast(130%);
          filter: contrast(130%);
}
body > header a.logo-main.show {
  -webkit-animation: bounceLogo 0.8s ease;
          animation: bounceLogo 0.8s ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
body > header .logo-badge {
  position: absolute;
  right: 20px;
  top: 100%;
  width: 190px;
  pointer-events: none;
  -webkit-transform-origin: 100% 20%;
          transform-origin: 100% 20%;
  text-align: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateY(-200px);
          transform: translateY(-200px);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body > header .logo-badge img {
  width: 100%;
}
body > header .logo-badge span {
  display: inline-block;
  opacity: 1;
  visibility: visible;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  z-index: -1;
}
body > header .logo-badge span.hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-40px) scale(0.6) scale(1);
          transform: translateY(-40px) scale(0.6) scale(1);
}
body > header .logo-badge.show {
  -webkit-animation: bounceLogo 0.8s ease;
          animation: bounceLogo 0.8s ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
body > header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-left: auto;
  z-index: 5;
}
body > header .menu nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
}
body > header .menu nav > ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column-align: center;
      justify-self: center;
}
body > header .menu nav > ul > li {
  display: block;
  text-align: center;
  margin: 0 25px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 2;
}
body > header .menu nav > ul > li:last-of-type {
  padding-right: 0 !important;
}
body > header .menu nav > ul > li.subnav > a span {
  position: relative;
}
body > header .menu nav > ul > li.subnav > a span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 9px;
  border-right: 2px solid #b81830;
  border-bottom: 2px solid #b81830;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: -7px 0 0 8px;
}
body > header .menu nav > ul > li a {
  position: relative;
  display: block;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
  line-height: 1.2;
  font-weight: 600;
}
body > header .menu nav > ul > li a:after {
  content: '';
  position: absolute;
  left: -10px;
  bottom: -7px;
  width: calc(100% + 20px);
  height: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #b81830;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  z-index: -1;
}
body > header .menu nav > ul > li a:hover {
  color: #fff;
}
body > header .menu nav > ul > li a:hover:after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
body > header .menu nav > ul > li ul {
  width: calc(100% + 22px);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 0;
  top: calc(100% + 4px);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 4px 20px 1px rgba(34, 27, 16, 0.1);
          box-shadow: 0 4px 20px 1px rgba(34, 27, 16, 0.1);
}
body > header .menu nav > ul > li ul:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  top: 100%;
}
body > header .menu nav > ul > li ul li {
  position: relative;
  max-width: 250px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #b81830;
  text-align: left;
}
body > header .menu nav > ul > li ul li:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: calc(100% - 70px);
  width: 1px;
  background-color: #cf1c37;
}
body > header .menu nav > ul > li ul li:last-of-type:after {
  display: none;
}
body > header .menu nav > ul > li ul li a {
  display: block;
  height: 100%;
  padding: 35px 30px;
  color: #fff;
  white-space: normal;
  text-transform: none;
}
body > header .menu nav > ul > li ul li a:after {
  display: none;
}
body > header .menu nav > ul > li ul li a:hover {
  -webkit-box-shadow: inset 0 0 10px 75px #cf1c37;
          box-shadow: inset 0 0 10px 75px #cf1c37;
}
body > header .menu nav > ul > li ul li span {
  display: block;
  font-size: 18px;
}
body > header .menu nav > ul > li ul li p {
  font-weight: 300;
  text-transform: none;
  line-height: 1.4;
}
body > header .menu nav > ul > li.active > a {
  color: #b81830 !important;
}
body > header .menu nav > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
body > header .btn-search {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #b81830;
  border: 1px solid #b81830;
  margin-left: 30px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body > header .btn-search:before {
  content: '';
  position: absolute;
  width: 55%;
  height: 55%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background: url("../images/icon/ico-search-white.svg") no-repeat center;
  background-size: contain;
  z-index: 1;
}
body > header .btn-search:hover {
  -webkit-box-shadow: inset 0 0 10px 35px #fff;
          box-shadow: inset 0 0 10px 35px #fff;
}
body > header .btn-search:hover:before {
  background-image: url("../images/icon/ico-search-red.svg");
}
body > header .more {
  margin-left: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body > header .more .btn {
  height: 50px;
  line-height: 48px;
  min-width: 160px;
}
body > header .open-menu {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 56px;
  height: 56px;
  margin: auto;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #b81830;
  z-index: 1001;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  background-color: #b81830;
  overflow: hidden;
}
body > header .open-menu span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 32px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
body > header .open-menu span:before,
body > header .open-menu span:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  margin: auto;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
body > header .open-menu span:before {
  top: -9px;
}
body > header .open-menu span:after {
  bottom: -9px;
}
body > header .open-menu:hover {
  -webkit-box-shadow: inset 0 0 10px 35px #fff;
          box-shadow: inset 0 0 10px 35px #fff;
}
body > header .open-menu:hover span {
  background-color: #b81830;
}
body > header .open-menu:hover span:before,
body > header .open-menu:hover span:after {
  background-color: #b81830;
}
body > header .open-menu.open span {
  background-color: transparent;
}
body > header .open-menu.open span:before,
body > header .open-menu.open span:after {
  width: 36px;
  left: -2px;
  top: 0;
  bottom: 0;
}
body > header .open-menu.open span:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body > header .open-menu.open span:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body > header.fixed {
  position: fixed;
  background-color: #000;
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 2px solid #b81830;
}
body > header.fixed .container {
  padding: 10px 20px;
}
body > header.fixed a.logo-main {
  height: 60px;
}
body > header.fixed a.logo-main span {
  opacity: 0;
  -webkit-transform: translateY(-20px) scale(0.6);
          transform: translateY(-20px) scale(0.6);
}
body > header.fixed .logo-badge {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
body > header.fixed .menu nav > ul > li {
  margin: 0 20px;
}
body > header.fixed .more {
  margin-left: 18px;
}
@media (max-width: 1600px) {
  body > header .logo-badge {
    width: 175px;
  }
}
@media (max-width: 1366px) {
  body > header .menu nav > ul > li {
    margin: 0 15px;
  }
  body > header .more {
    margin-left: 32px;
  }
  body > header.fixed .container {
    padding: 10px 20px;
  }
  body > header.fixed a.logo-main {
    height: 65px;
  }
  body > header.fixed .menu nav > ul > li {
    margin: 0 12px;
  }
  body > header.fixed .more {
    margin-left: 32px;
  }
}
@media (max-width: 1280px) {
  body > header .logo-badge {
    right: 20px;
    top: 100%;
    width: 180px;
  }
}
@media (max-width: 1200px) {
  body > header .menu nav > ul > li {
    margin: 0 14px;
  }
  body > header .menu nav > ul > li a {
    letter-spacing: 1px;
  }
  body > header .more {
    margin-left: 26px;
  }
  body > header.fixed .menu nav > ul > li {
    margin: 0 13px;
  }
  body > header.fixed .more {
    margin-left: 24px;
  }
}
@media (max-width: 1150px) {
  body > header .menu nav {
    font-size: 15px;
  }
  body > header .menu nav > ul > li {
    margin: 0 10px;
  }
  body > header.fixed .menu nav > ul > li {
    margin: 0 10px;
  }
}
@media (max-width: 1024px) {
  body > header .logo-badge {
    width: 140px;
  }
  body > header .logo-badge span {
    font-size: 13px;
  }
  body > header a.logo-main {
    height: 65px;
  }
  body > header a.logo-main span {
    font-size: 13px;
  }
  body > header .open-menu,
  body > header.fixed .open-menu {
    display: block;
  }
  body > header .open-menu.open,
  body > header.fixed .open-menu.open {
    right: 533px;
  }
  body > header .menu,
  body > header.fixed .menu {
    display: block;
    position: fixed;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    right: -102%;
    width: 560px;
    max-width: calc(100% - 30px);
    height: auto;
    max-height: 100% !important;
    padding: 55px 85px 70px;
    background-color: #000 !important;
    border-bottom: 2px solid #b81830;
    z-index: 1001;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    overflow: auto;
    -webkit-box-shadow: 0 0 20px 1px rgba(34, 27, 16, 0.1);
            box-shadow: 0 0 20px 1px rgba(34, 27, 16, 0.1);
  }
  body > header .menu.open,
  body > header.fixed .menu.open {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    right: 0;
  }
  body > header .menu .container,
  body > header.fixed .menu .container {
    overflow: auto;
  }
  body > header .menu h2,
  body > header.fixed .menu h2 {
    margin-bottom: 20px;
  }
  body > header .menu > nav,
  body > header.fixed .menu > nav {
    display: block;
    text-align: left;
  }
  body > header .menu > nav > ul,
  body > header.fixed .menu > nav > ul {
    display: block;
    width: 100%;
  }
  body > header .menu > nav > ul > li,
  body > header.fixed .menu > nav > ul > li {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 !important;
    text-align: left;
    margin: 0 0 15px;
  }
  body > header .menu > nav > ul > li.active a,
  body > header.fixed .menu > nav > ul > li.active a {
    background-color: transparent;
  }
  body > header .menu > nav > ul > li:first-of-type,
  body > header.fixed .menu > nav > ul > li:first-of-type {
    display: block;
  }
  body > header .menu > nav > ul > li a,
  body > header.fixed .menu > nav > ul > li a {
    position: relative;
    display: inline-block;
    width: auto;
    font-size: 32px;
    letter-spacing: 2px;
    line-height: 1;
    color: #fff !important;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    background-color: transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: left;
    text-transform: uppercase;
    padding: 5px 0 !important;
  }
  body > header .menu > nav > ul > li a:after,
  body > header.fixed .menu > nav > ul > li a:after {
    bottom: 3px !important;
  }
  body > header .menu > nav > ul > li a:active,
  body > header.fixed .menu > nav > ul > li a:active {
    -webkit-transition: all 0s;
    transition: all 0s;
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
  }
  body > header .menu > nav > ul > li a:hover,
  body > header.fixed .menu > nav > ul > li a:hover {
    color: #b81830 !important;
  }
  body > header .menu > nav > ul > li ul,
  body > header.fixed .menu > nav > ul > li ul {
    position: relative;
    width: 100%;
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
    padding: 5px 0 0 15px;
  }
  body > header .menu > nav > ul > li ul li,
  body > header.fixed .menu > nav > ul > li ul li {
    max-width: 100%;
    background-color: transparent;
    margin: 0;
  }
  body > header .menu > nav > ul > li ul li a,
  body > header.fixed .menu > nav > ul > li ul li a {
    display: inline-block;
    padding: 5px 0 !important;
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 1.4;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  body > header .menu > nav > ul > li ul li a:after,
  body > header.fixed .menu > nav > ul > li ul li a:after {
    left: 0;
    width: 100%;
  }
  body > header .menu > nav > ul > li ul li a span,
  body > header.fixed .menu > nav > ul > li ul li a span {
    font-family: 'Poppins', sans-serif;
    margin: 0;
  }
  body > header .menu > nav > ul > li ul li a:hover,
  body > header.fixed .menu > nav > ul > li ul li a:hover {
    color: #b81830 !important;
  }
  body > header .menu > nav > ul > li ul li p,
  body > header.fixed .menu > nav > ul > li ul li p {
    display: none;
  }
  body > header .btn-search,
  body > header.fixed .btn-search {
    display: inline-block;
    vertical-align: top;
    margin: 25px 0 0 0;
  }
  body > header .more,
  body > header.fixed .more {
    display: inline-block;
    vertical-align: top;
    margin: 25px 0 0 20px;
  }
  body > header .more a,
  body > header.fixed .more a {
    min-width: 190px !important;
    height: 60px !important;
    line-height: 56px !important;
    font-size: 15px !important;
    padding: 0 82px 0 22px !important;
  }
  body > header .more a:after,
  body > header.fixed .more a:after {
    width: 60px !important;
    height: 60px !important;
  }
  body > header.fixed .container {
    padding: 5px 20px;
  }
  body > header.fixed a.logo-main {
    height: 52px;
  }
  body > header .open-menu {
    width: 52px;
    height: 52px;
  }
}
@media (max-width: 800px) {
  body > header,
  body > header.fixed {
    top: -72px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0);
            box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0);
  }
  body > header.show,
  body > header.fixed.show {
    top: 0;
  }
  body > header.open,
  body > header.fixed.open {
    top: 0;
  }
  body > header a.logo-main,
  body > header.fixed a.logo-main {
    height: 62px;
  }
  body > header a.logo-main span,
  body > header.fixed a.logo-main span {
    font-size: 12px;
  }
  body > header .logo-badge,
  body > header.fixed .logo-badge {
    width: 130px;
  }
  body > header .logo-badge span,
  body > header.fixed .logo-badge span {
    font-size: 12px;
  }
  body > header .open-menu,
  body > header.fixed .open-menu {
    width: 50px;
    height: 50px;
  }
  body > header.fixed a.logo-main {
    height: 50px;
  }
}
@media (max-width: 768px) {
  body > header .logo-badge {
    right: 10px;
    width: 120px;
  }
  body > header .container {
    padding: 20px 10px;
  }
  body > header .open-menu {
    right: 10px;
  }
  body > header,
  body > header.fixed {
    position: fixed;
    padding: 0;
  }
  body > header .menu,
  body > header.fixed .menu {
    width: 450px;
    padding: 65px 50px 40px;
  }
  body > header .menu nav > ul > li a:after,
  body > header.fixed .menu nav > ul > li a:after {
    right: -22px;
    bottom: 7px;
  }
  body > header .menu > nav > ul > li a,
  body > header.fixed .menu > nav > ul > li a {
    font-size: 24px;
  }
  body > header .menu > nav > ul > li ul li a span,
  body > header.fixed .menu > nav > ul > li ul li a span {
    font-size: 20px;
  }
  body > header .more,
  body > header.fixed .more {
    margin-top: 25px;
  }
  body > header .open-menu.open,
  body > header.fixed .open-menu.open {
    right: 423px;
  }
  body > header.fixed .container {
    padding: 8px 10px;
  }
}
@media (max-width: 600px) {
  body > header .logo-badge {
    display: none;
  }
  body > header .container {
    padding: 15px 10px;
  }
  body > header a.logo-main,
  body > header.fixed a.logo-main {
    height: 50px;
  }
  body > header a.logo-main span,
  body > header.fixed a.logo-main span {
    font-size: 11px;
  }
  body > header .open-menu,
  body > header.fixed .open-menu {
    -webkit-transform: scale(0.77);
            transform: scale(0.77);
    right: 5px;
  }
  body > header.fixed a.logo-main {
    height: 38px;
  }
}
@media (max-width: 480px) {
  body > header.fixed .open-menu.open,
  body > header .open-menu.open {
    right: calc(100% - 60px);
  }
  body > header a.logo-main,
  body > header.fixed a.logo-main {
    height: 45px;
  }
  body > header a.logo-main span,
  body > header.fixed a.logo-main span {
    font-size: 10px;
  }
  body > header .menu > nav > ul > li ul li a span,
  body > header.fixed .menu > nav > ul > li ul li a span {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  body > header .menu,
  body > header.fixed .menu {
    padding: 40px 35px 35px;
  }
  body > header .menu > nav > ul > li a,
  body > header.fixed .menu > nav > ul > li a {
    font-size: 22px;
  }
}
@media (max-width: 360px) {
  body > header .menu,
  body > header.fixed .menu {
    padding: 35px 35px 30px;
  }
}
.search-overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: -50%;
  width: 100%;
  height: 200%;
  background: rgba(184, 24, 48, 0.8);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search-overlay.displayed {
  visibility: visible;
  opacity: 1;
}
.search-overlay .btn-close {
  position: absolute;
  font-size: 16px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  background-color: transparent;
  padding-right: 28px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  top: 2px;
  right: 15px;
}
.search-overlay .btn-close:before,
.search-overlay .btn-close:after {
  content: '';
  position: absolute;
  top: 11px;
  right: 0;
  width: 22px;
  height: 2px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.search-overlay .btn-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.search-overlay .btn-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.search-overlay .btn-close:hover {
  color: #fff;
}
.search-overlay .btn-close:hover:before {
  -webkit-transform: rotate(45deg) scale(1.1);
          transform: rotate(45deg) scale(1.1);
}
.search-overlay .btn-close:hover:after {
  -webkit-transform: rotate(-45deg) scale(1.1);
          transform: rotate(-45deg) scale(1.1);
}
.search-overlay .btn-close:active:before {
  -webkit-transition: all 0s;
  transition: all 0s;
  -webkit-transform: rotate(45deg) scale(1);
          transform: rotate(45deg) scale(1);
}
.search-overlay .btn-close:active:after {
  -webkit-transition: all 0s;
  transition: all 0s;
  -webkit-transform: rotate(-45deg) scale(1);
          transform: rotate(-45deg) scale(1);
}
.search-overlay .search {
  position: absolute;
  visibility: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: calc(100% - 10px);
  max-height: calc(50% - 60px);
  background-color: #fff;
  pointer-events: none;
  -webkit-box-shadow: 0 4px 20px 1px rgba(34, 27, 16, 0.1);
          box-shadow: 0 4px 20px 1px rgba(34, 27, 16, 0.1);
  max-width: 920px;
  height: auto;
  padding: 57px 60px 60px;
  border-top: 5px solid #b81830;
  background: #000 url("../images/bg/bg-modal.jpg") no-repeat center bottom;
  background-size: cover;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  right: 0;
  left: auto;
  top: calc(25% + 50px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: visible;
}
.search-overlay .search.displayed {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: all;
}
.search-overlay .search.focused label {
  opacity: 0;
}
.search-overlay .search h2 {
  color: #fff;
  margin-bottom: 10px;
  text-align: left;
}
.search-overlay form {
  position: relative;
  text-align: left;
}
.search-overlay label {
  position: absolute;
  display: block;
  padding: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 2;
  color: #444;
  text-align: left;
  left: 20px;
  top: 21px;
  pointer-events: none;
  opacity: 1;
  margin: 0;
}
.search-overlay .input-group {
  position: relative;
}
.search-overlay .input-group .form-control {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 62px;
  background-color: #fff;
  padding: 5px 80px 5px 20px;
  border-radius: 4px;
  color: #000;
  border: 1px solid #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  text-align: left;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-appearance: none;
  overflow: visible;
}
.search-overlay .input-group .form-control:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.6);
}
.search-overlay .input-group .form-control.error {
  border-color: rgba(184, 24, 48, 0.5);
}
.search-overlay .input-group .form-control.error:focus {
  border-color: #b81830;
}
.search-overlay .input-group .tt-suggestion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-overlay .input-group .tt-suggestion .illustration {
  -webkit-box-flex: 0;
      -ms-flex: 0 85px;
          flex: 0 85px;
}
.search-overlay .input-group .tt-suggestion .illustration img {
  display: block;
  width: 100%;
}
.search-overlay .input-group .tt-suggestion .desc {
  color: #000;
}
.search-overlay .input-group .tt-suggestion .desc strong {
  color: #444;
}
.search-overlay .input-group .tt-suggestion .desc p {
  color: #000;
}
.search-overlay .btn-search {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 62px;
  height: 62px;
  background-color: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 2;
}
.search-overlay .btn-search:before {
  content: '';
  position: absolute;
  width: 55%;
  height: 55%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background: url("../images/icon/ico-search-grey.svg") no-repeat center;
  background-size: contain;
  z-index: 1;
}
.search-overlay .btn-search:hover:before {
  background: url("../images/icon/ico-search-red.svg") no-repeat center;
  background-size: contain;
}
@media (max-width: 768px) {
  .search-overlay .search {
    padding: 55px 40px 50px;
  }
}
@media (max-width: 480px) {
  .search-overlay .btn-close {
    -webkit-transform: none;
            transform: none;
    right: 11px;
    top: 14px;
    font-size: 13px;
    padding-right: 16px;
  }
  .search-overlay .btn-close:before,
  .search-overlay .btn-close:after {
    right: 0;
    top: 9px;
    width: 13px;
    height: 1px;
  }
  .search-overlay .search {
    padding: 40px 10px 30px;
    top: calc(25% + 10px);
  }
  .search-overlay h2 {
    font-size: 18px;
  }
}
.menu-overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: -50%;
  width: 100%;
  height: 200%;
  background: rgba(184, 24, 48, 0.8);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu-overlay.displayed {
  visibility: visible;
  opacity: 1;
}
body > footer {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 200px 0 185px;
  color: #fff;
  background: #111 url("../images/bg/bg-footer.jpg") no-repeat center top;
  background-size: cover;
  z-index: 1;
}
body > footer:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
}
body > footer .container {
  width: 1220px;
}
body > footer .contact-info {
  padding: 0 0 40px;
}
body > footer .contact-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body > footer .contact-info li {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 33.333333%;
          flex: 0 33.333333%;
  max-width: 33.333333%;
  padding: 45px 10px 30px;
  text-align: center;
}
body > footer .contact-info li p {
  display: block;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
}
body > footer .contact-info li em {
  display: none;
}
body > footer .contact-info li a,
body > footer .contact-info li strong {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid transparent;
}
body > footer .contact-info li a:before,
body > footer .contact-info li strong:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
body > footer .contact-info li a:hover {
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
body > footer .contact-info li a:hover:before {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
body > footer .contact-info li.contact-phone a:before,
body > footer .contact-info li.contact-phone strong:before {
  background: url("../images/icon/ico-phone-red.svg") no-repeat center;
  background-size: contain;
}
body > footer .contact-info li.contact-email a:before,
body > footer .contact-info li.contact-email strong:before {
  background: url("../images/icon/ico-mail-red.svg") no-repeat center;
  background-size: contain;
}
body > footer .contact-info li.contact-address a:before,
body > footer .contact-info li.contact-address strong:before {
  background: url("../images/icon/ico-address-red.svg") no-repeat center;
  background-size: contain;
}
body > footer .company-info {
  display: block;
  padding: 35px 45px;
  border: 1px solid #fff;
  border-radius: 25px;
}
body > footer .company-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body > footer .company-info li {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 21%;
          flex: 0 21%;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 85px;
}
body > footer .company-info li:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 58%;
          flex: 0 58%;
  padding-left: 0;
}
body > footer .company-info li:nth-of-type(1) p {
  padding-left: 65px;
}
body > footer .company-info li strong {
  color: #fff;
}
body > footer a.logo-main {
  display: inline-block;
  vertical-align: middle;
  width: 130px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: all;
}
body > footer a.logo-main a,
body > footer a.logo-main img {
  display: block;
  width: 100%;
}
body > footer a.logo-main:hover {
  -webkit-filter: contrast(130%);
          filter: contrast(130%);
}
body > footer .legal-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 45px 46px 0;
}
body > footer .copyright {
  display: block;
  width: calc(100% - 35px);
  padding-right: 20px;
  text-align: left;
}
body > footer .copyright .details > div {
  display: block;
  line-height: 1.4;
}
body > footer .copyright p {
  display: inline;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  padding: 2px 0;
}
body > footer .copyright p strong {
  font-weight: 500;
  color: #fff;
}
body > footer .copyright p a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  line-height: 1.1;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body > footer .copyright p a:hover {
  color: rgba(255, 255, 255, 0.7);
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
body > footer .pixeldesign-sign {
  display: block;
  width: 35px;
}
body > footer .pixeldesign-sign a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 126%;
}
body > footer .pixeldesign-sign a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body > footer .pixeldesign-sign a:hover {
  -webkit-filter: contrast(130%);
          filter: contrast(130%);
}
body > footer .pixeldesign-sign a + img {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
@media (max-width: 1280px) {
  body > footer {
    padding: 120px 0 100px;
  }
  body > footer .contact-info {
    padding: 0 0 25px;
  }
  body > footer .company-info {
    padding: 25px 25px;
  }
  body > footer .company-info li {
    -webkit-box-flex: 0;
        -ms-flex: 0 21%;
            flex: 0 21%;
    padding-left: 65px;
  }
  body > footer .company-info li:nth-of-type(1) p {
    padding-left: 45px;
  }
}
@media (max-width: 1024px) {
  body > footer .company-info {
    padding: 25px 25px;
  }
  body > footer .company-info li {
    -webkit-box-flex: 0;
        -ms-flex: 0 50%;
            flex: 0 50%;
    padding: 0 10px 25px;
    text-align: center;
  }
  body > footer .company-info li:nth-of-type(1) {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    max-width: 100%;
    padding: 0 0 25px;
  }
  body > footer .company-info li:nth-of-type(1) p {
    display: block;
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0 0 0;
  }
}
@media (max-width: 768px) {
  body > footer {
    padding: 40px 0;
  }
  body > footer .company-info {
    padding: 25px 20px 5px;
  }
  body > footer .contact-info {
    padding: 25px 0 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body > footer .contact-info li {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    max-width: 100%;
  }
  body > footer .legal-info {
    display: block;
    padding: 20px;
  }
  body > footer .copyright {
    display: block;
    width: 100%;
    padding: 30px 0 20px 0;
    text-align: center;
  }
  body > footer .pixeldesign-sign {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  body > footer .pixeldesign-sign {
    width: 28px;
  }
}
@media (max-width: 400px) {
  body > footer .company-info li {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    font-size: 13px;
  }
}
@media (max-width: 360px) {
  body > footer .legal-info p {
    font-size: 11px;
  }
}
/*BREADCRUMBS*/
.page-catalog .breadcrumbs {
  background-color: #fff;
}
.breadcrumbs {
  padding: 40px 0 20px;
  background-color: #f8f8f8;
}
.breadcrumbs.breadcrumbs-white {
  background-color: #fff;
}
.breadcrumbs ul {
  position: relative;
  line-height: 1.8;
  max-width: 100%;
  z-index: 2;
}
.breadcrumbs ul li {
  position: relative;
  display: inline;
  vertical-align: middle;
  line-height: 1.1;
}
.breadcrumbs ul li:first-of-type a:before {
  display: none;
}
.breadcrumbs ul li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.1;
  color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.breadcrumbs ul li a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #b81830;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  z-index: -1;
}
.breadcrumbs ul li a img {
  width: 19px;
  margin-top: -1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0.9;
}
.breadcrumbs ul li a:hover {
  color: #000;
}
.breadcrumbs ul li a:hover:after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.breadcrumbs ul li a:hover img {
  opacity: 1;
}
.breadcrumbs ul li span {
  display: inline;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.1;
  color: rgba(0, 0, 0, 0.9);
}
.breadcrumbs ul li.next {
  margin-right: 25px;
}
.breadcrumbs ul li.next:first-of-type:after {
  right: -22px;
}
.breadcrumbs ul li.next:after {
  content: '';
  position: absolute;
  top: 13px;
  right: -18px;
  width: 15px;
  height: 1px;
  background-color: #b81830;
}
@media (max-width: 1024px) {
  .breadcrumbs ul {
    width: 700px;
  }
}
@media (max-width: 768px) {
  .breadcrumbs ul li:first-of-type.next:after {
    top: 11px;
    right: -22px;
  }
  .breadcrumbs ul li.next {
    margin-right: 25px;
  }
  .breadcrumbs ul li.next:after {
    top: 10px;
    right: -17px;
  }
  .breadcrumbs ul li a {
    font-size: 11px;
  }
  .breadcrumbs ul li span {
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  .breadcrumbs ul {
    line-height: 1.5;
  }
  .breadcrumbs ul li:first-of-type.next:after {
    top: 11px;
    right: -20px;
  }
  .breadcrumbs ul li.next {
    margin-right: 25px;
  }
  .breadcrumbs ul li.next:after {
    top: 10px;
    right: -16px;
    width: 11px;
  }
  .breadcrumbs ul li a {
    font-size: 10px;
  }
  .breadcrumbs ul li span {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .breadcrumbs {
    padding: 30px 0 10px;
  }
}
/*BUTTONS*/
.btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  min-width: 205px;
  max-width: 100%;
  height: 65px;
  line-height: 63px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0 35px;
  border-width: 1px;
  border-style: solid;
  border-radius: 32.5px;
  background-color: transparent;
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
.btn:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-transition: all 0s;
  transition: all 0s;
}
.btn.btn-primary {
  color: #fff;
  background-color: #b81830;
  border-color: #b81830;
}
.btn.btn-primary:hover {
  color: #b81830;
  -webkit-box-shadow: inset 0 0 10px 35px #fff;
          box-shadow: inset 0 0 10px 35px #fff;
}
.btn.btn-secondary {
  color: #221b10;
  background-color: #fff;
  border-color: #fff;
}
.btn.btn-secondary:hover {
  color: #fff;
  -webkit-box-shadow: inset 0 0 10px 35px #221b10;
          box-shadow: inset 0 0 10px 35px #221b10;
}
.btn.btn-quaternary {
  color: #b81830;
  background-color: #fff;
  border-color: #fff;
}
.btn.btn-quaternary:hover {
  color: #fff;
  -webkit-box-shadow: inset 0 0 10px 35px #b81830;
          box-shadow: inset 0 0 10px 35px #b81830;
}
.btn.btn-info {
  color: #fff;
  background-color: #515151;
  border-color: #515151;
}
.btn.btn-info:hover {
  color: #515151;
  -webkit-box-shadow: inset 0 0 10px 35px #fff;
          box-shadow: inset 0 0 10px 35px #fff;
}
.btn.btn-default {
  color: #fff;
  background-color: #221b10;
  border-color: #221b10;
}
.btn.btn-default:hover {
  color: #221b10;
  -webkit-box-shadow: inset 0 0 10px 25px #fff;
          box-shadow: inset 0 0 10px 25px #fff;
}
.btn.btn-large {
  min-width: 180px;
  height: 65px;
  line-height: 65px;
  font-size: 22px;
  padding: 0 30px;
}
.btn-arrow {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  color: #515151;
  background-color: transparent;
  padding-right: 23px;
  text-transform: uppercase;
}
.btn-arrow:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 12px;
  right: 0;
  top: 9px;
  background: url("../images/icon/ico-arrow-red.svg") no-repeat center;
  background-size: contain;
}
.btn-arrow:hover:after {
  -webkit-animation: arrowRight 0.5s ease infinite;
          animation: arrowRight 0.5s ease infinite;
}
.btn-back:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 12px;
  margin: -2px 12px 0 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url("../images/icon/ico-arrow-white.svg") no-repeat center;
  background-size: contain;
}
.btn-back:hover:before {
  background: url("../images/icon/ico-arrow-red.svg") no-repeat center;
  background-size: contain;
  -webkit-animation: arrowLeft 0.5s ease infinite;
          animation: arrowLeft 0.5s ease infinite;
}
.btn-link:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  margin: -3px 0 0 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-link:hover:after {
  border-right-color: #b81830;
  border-top-color: #b81830;
}
@media (max-width: 1024px) {
  .btn {
    min-width: 180px;
    height: 58px;
    line-height: 56px;
  }
}
@media (max-width: 768px) {
  .btn {
    min-width: 160px;
    height: 55px;
    line-height: 53px;
    padding: 0 20px;
    font-size: 16px;
    border-width: 1px;
  }
  .btn.btn-arrow {
    padding: 0 42px 0 20px;
  }
  .btn.btn-arrow:after {
    right: 22px;
    bottom: 1px;
    width: 8px;
    height: 8px;
    border-top-width: 1px;
    border-right-width: 1px;
  }
  .btn.btn-arrow-down {
    padding: 0 42px 0 20px;
  }
  .btn.btn-arrow-down:after {
    right: 22px;
    bottom: 5px;
    width: 8px;
    height: 8px;
    border-top-width: 1px;
    border-right-width: 1px;
  }
  .btn.btn-video,
  .btn.btn-career {
    min-width: 255px;
    height: 70px;
    line-height: 66px;
    font-size: 26px;
    padding: 0 20px;
  }
  .btn.btn-video:before,
  .btn.btn-career:before {
    margin-right: 15px;
    width: 30px;
    height: 30px;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .btn {
    min-width: 140px;
    height: 50px;
    line-height: 48px;
    padding: 0 15px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .btn.btn-arrow {
    padding: 0 34px 0 15px;
  }
  .btn.btn-arrow:after {
    right: 17px;
    width: 7px;
    height: 7px;
  }
  .btn.btn-arrow-down {
    padding: 0 34px 0 15px;
  }
  .btn.btn-arrow-down:after {
    right: 17px;
    bottom: 4px;
    width: 7px;
    height: 7px;
  }
  .btn.btn-video,
  .btn.btn-career {
    min-width: 212px;
    height: 65px;
    line-height: 61px;
    font-size: 24px;
    padding: 0 15px;
  }
  .btn.btn-video:before,
  .btn.btn-career:before {
    margin-right: 12px;
    width: 28px;
    height: 28px;
  }
}
.buttons {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 50px;
}
.buttons > * {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 5px;
}
@media (max-width: 1280px) {
  .buttons {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .buttons {
    width: calc(100% + 14px);
    margin-left: -7px;
    margin-right: -7px;
    margin-top: 30px;
  }
  .buttons > * {
    margin: 0 7px 4px;
  }
}
@media (max-width: 480px) {
  .buttons {
    width: calc(100% + 6px);
    margin-left: -3px;
    margin-right: -3px;
    margin-top: 25px;
  }
  .buttons > * {
    margin: 0 3px 3px;
  }
}
.catalog {
  padding: 100px 0 120px;
  background: #f8f8f8 url("../images/bg/bg-circle-white.png") no-repeat right 140px;
  background-size: auto 1000px;
}
.catalog .title h2 {
  text-align: left;
  font-size: 45px;
  margin-bottom: 35px;
}
.catalog .title h2:after {
  left: 0;
  -webkit-transform: none;
          transform: none;
}
.catalog .title p {
  display: block;
  width: 550px;
  max-width: 100%;
  font-size: 18px;
  line-height: 1.6;
}
.catalog .products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}
.catalog .products-list + .products {
  margin-top: 60px;
  border-top: 1px solid #d0d0d0;
  padding-top: 100px;
}
.catalog .products-list li {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 25%;
          flex: 0 25%;
  padding: 0 20px 80px;
}
.catalog .products-list li.category-item {
  padding: 0 20px 20px;
}
.catalog .products-list li.category-item h2 {
  min-height: 0;
}
.catalog .products-list li.category-item .details {
  padding-bottom: 0;
}
.catalog .products-list li .illustration {
  position: relative;
  display: block;
  background-color: #fff;
  margin-bottom: 10px;
}
.catalog .products-list li .illustration:before {
  content: '';
  display: block;
  padding-top: 105%;
}
.catalog .products-list li .illustration img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.catalog .products-list li .illustration .img {
  width: 75%;
  height: 75%;
  opacity: 0.5;
}
.catalog .products-list li .illustration:hover img {
  -webkit-filter: contrast(130%);
          filter: contrast(130%);
}
.catalog .products-list li .details {
  padding-top: 10px;
  padding-bottom: 45px;
}
.catalog .products-list li h2 {
  text-align: left;
  font-size: 22px;
  min-height: 80px;
  margin-bottom: 10px;
}
.catalog .products-list li h2 a {
  position: relative;
  color: #000;
}
.catalog .products-list li h2 a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 85px;
  background-color: #b81830;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.catalog .products-list li h2 a:hover:after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.catalog .products-list li p {
  color: #515151;
}
.catalog .products-list li .btn-arrow {
  position: absolute;
  left: 20px;
  bottom: 80px;
}
.catalog .products-list li .tags {
  margin-bottom: 15px;
}
.catalog .products-list li .tag {
  display: inline-block;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.2;
  padding: 4px 10px;
  margin: 0 5px 5px 0;
  text-transform: uppercase;
}
.catalog .products-list li .tag.tag-in-stock {
  background-color: #b81830;
}
.catalog .products-list li .tag.tag-on-request {
  background-color: #515151;
}
@media (max-width: 1440px) {
  .catalog {
    background-size: auto 600px;
  }
}
@media (max-width: 1280px) {
  .catalog {
    padding: 65px 0 100px;
  }
  .catalog .title p {
    font-size: 16px;
  }
  .catalog .products-list {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
  .catalog .products-list li {
    padding: 0 10px 40px;
  }
  .catalog .products-list li .btn-arrow {
    left: 10px;
    bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .catalog .title h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .catalog .products-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 33.333333%;
            flex: 0 33.333333%;
  }
  .catalog .products-list li p {
    font-size: 13px;
  }
  .catalog .products-list li .btn-arrow {
    font-size: 16px;
  }
  .catalog .products-list li .btn-arrow:after {
    width: 14px;
    height: 10px;
    top: 8px;
  }
}
@media (max-width: 768px) {
  .catalog .products-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 50%;
            flex: 0 50%;
  }
  .catalog .products-list li .illustration {
    margin-bottom: 0;
  }
  .catalog .products-list li h2 {
    min-height: 48px;
    font-size: 18px;
    margin-bottom: 5px;
  }
}
@media (max-width: 550px) {
  .catalog .title p {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .catalog {
    padding: 45px 0 80px;
    background-size: auto 400px;
  }
  .catalog .title {
    text-align: center;
    margin-bottom: 40px;
  }
  .catalog .title h2 {
    font-size: 32px;
    margin-bottom: 22px;
    text-align: center;
  }
  .catalog .title h2:after {
    right: 0;
    margin: auto;
  }
  .catalog .products-list {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
  }
  .catalog .products-list li {
    padding: 0 5px 30px;
  }
  .catalog .products-list li h2 {
    min-height: 58px;
    font-size: 16px;
    margin-bottom: 4px;
  }
  .catalog .products-list li h2 a:after {
    bottom: -2px;
    width: 65px;
  }
  .catalog .products-list li p {
    font-size: 11px;
  }
  .catalog .products-list li .btn-arrow {
    left: 5px;
    bottom: 30px;
  }
}
@media (max-width: 360px) {
  .catalog .products-list li {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    padding: 0 5px 10px;
  }
  .catalog .products-list li h2 {
    min-height: auto;
    font-size: 16px;
    margin-bottom: 6px;
  }
  .catalog .products-list li p {
    font-size: 10px;
  }
  .catalog .products-list li .btn-arrow {
    font-size: 14px;
    bottom: 25px;
  }
  .catalog .products-list li .btn-arrow:after {
    width: 12px;
    height: 8px;
    top: 7px;
  }
}
.product-info {
  padding: 20px 0 120px;
}
.product-info .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-info .product-illustration {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 calc(100% - 680px);
          flex: 0 calc(100% - 680px);
  max-width: calc(100% - 680px);
  padding: 0 80px 0 0;
}
.product-info .product-illustration p {
  display: block;
}
.product-info .product-illustration img {
  width: 100%;
}
.product-info .product-illustration .tags {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.product-info .product-illustration .tags div {
  position: relative;
  display: block;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background-color: rgba(102, 102, 102, 0.8);
  color: #fff;
  font-size: 1.15rem;
  letter-spacing: -0.2px;
  line-height: 87px;
  text-align: center;
  text-transform: uppercase;
}
.product-info .product-illustration .tags div:nth-of-type(1) {
  z-index: 6;
}
.product-info .product-illustration .tags div:nth-of-type(2) {
  z-index: 5;
}
.product-info .product-illustration .tags div:nth-of-type(3) {
  z-index: 4;
}
.product-info .product-illustration .tags div:nth-of-type(4) {
  z-index: 3;
}
.product-info .product-illustration .tags div:nth-of-type(5) {
  z-index: 2;
}
.product-info .product-illustration .tags div:nth-of-type(6) {
  z-index: 1;
}
.product-info .product-illustration .tags div.tag-renovated {
  background-color: rgba(97, 38, 40, 0.8);
}
.product-info .product-illustration .tags div.tag-reservation {
  background-color: rgba(142, 141, 156, 0.8);
}
.product-info .product-illustration .tags div.tag-sold {
  background-color: rgba(23, 23, 24, 0.8);
}
.product-info .product-illustration .tags div + div {
  margin-top: -5px;
}
@media (max-width: 430px) {
  .product-info .product-illustration .tags div {
    width: 75px;
    height: 75px;
    font-size: 1rem;
    line-height: 78px;
  }
  .product-info .product-illustration .tags div + div {
    margin-top: -3px;
  }
}
.product-info .product-details {
  -webkit-box-flex: 0;
      -ms-flex: 0 680px;
          flex: 0 680px;
  max-width: 680px;
  margin-top: 120px;
  padding: 50px 55px;
  border-radius: 22px;
  background-color: #fff;
  border: 1px solid #d0d0d0;
}
.product-info .product-details h2 {
  color: #b81830;
  font-size: 35px;
  text-align: left;
  margin-bottom: 8px;
}
.product-info .product-details h2 + strong {
  display: block;
  font-size: 24px;
  color: #515151;
  line-height: 1.8;
  margin-bottom: 15px;
}
.product-info .product-details .btn-arrow {
  margin-top: 5px;
}
.product-info .product-details .product-main {
  margin-top: 25px;
}
.product-info .product-details .product-main .label {
  position: relative;
  display: block;
  width: 100%;
  height: 63px;
  border-radius: 18px;
  padding: 12px 25px 10px;
  font-size: 18px;
  font-weight: 600;
  opacity: 1;
  border: 1px solid #d0d0d0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.product-info .product-details .product-main .label:after {
  content: '';
  position: absolute;
  right: 25px;
  top: 18px;
  width: 22px;
  height: 22px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  background: url("../images/icon/ico-arrow-red.svg") no-repeat center;
  background-size: contain;
}
.product-info .product-details .product-main .label:hover {
  background-color: #f5f5f5;
}
.product-info .product-details .product-variants {
  position: relative;
  border-radius: 18px;
  margin-top: 25px;
}
.product-info .product-details .product-variants.variant-secondary {
  margin-top: 15px;
}
.product-info .product-details .product-variants .label {
  position: relative;
  height: 63px;
  border-radius: 18px;
  padding: 12px 25px 10px;
  font-size: 18px;
  font-weight: 600;
  opacity: 1;
  border: 1px solid #d0d0d0;
}
.product-info .product-details .product-variants .label:after {
  content: '';
  position: absolute;
  right: 25px;
  top: 18px;
  width: 16px;
  height: 16px;
  border-right: 2px solid #d0d0d0;
  border-bottom: 2px solid #d0d0d0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.product-info .product-details .product-variants ul {
  position: absolute;
  display: block;
  left: 0;
  top: 100%;
  width: 100%;
  max-height: 300px;
  overflow: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border: 1px solid #d0d0d0;
  border-top: 0;
  border-radius: 0 0 18px 18px;
}
.product-info .product-details .product-variants ul.hide {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.product-info .product-details .product-variants li {
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-bottom: 1px solid #d0d0d0;
}
.product-info .product-details .product-variants li a,
.product-info .product-details .product-variants li button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 14px 25px 10px;
  background-color: #fff;
}
.product-info .product-details .product-variants li a.active,
.product-info .product-details .product-variants li button.active {
  background-color: #f7f7f7;
}
.product-info .product-details .product-variants li a.active:after,
.product-info .product-details .product-variants li button.active:after {
  opacity: 1;
}
.product-info .product-details .product-variants li a:hover,
.product-info .product-details .product-variants li button:hover {
  background-color: #f5f5f5;
}
.product-info .product-details .product-variants li button:after {
  content: '';
  position: absolute;
  right: 23px;
  top: 18px;
  width: 18px;
  height: 10px;
  border-left: 2px solid #b81830;
  border-bottom: 2px solid #b81830;
  -webkit-transform: rotate(-38deg);
          transform: rotate(-38deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
}
.product-info .product-details .product-variants li:last-of-type {
  border-radius: 0 0 18px 18px;
  border-bottom: 0;
}
.product-info .product-details .product-variants li .illustration {
  -webkit-box-flex: 0;
      -ms-flex: 0 110px;
          flex: 0 110px;
}
.product-info .product-details .product-variants li .illustration img {
  display: block;
  width: 100%;
}
.product-info .product-details .product-variants li .details {
  -webkit-box-flex: 0;
      -ms-flex: 0 calc(100% - 110px);
          flex: 0 calc(100% - 110px);
  padding-left: 20px;
}
.product-info .product-details .product-variants li h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 3px;
}
.product-info .product-details .product-variants li div {
  font-size: 13px;
  line-height: 1.55;
  font-weight: 300;
  color: #000;
}
.product-info .product-details .product-variants:hover .label {
  border-radius: 18px 18px 0 0;
}
.product-info .product-details .product-variants:hover .label:after {
  border-color: #b81830;
}
.product-info .product-details .product-variants:hover ul {
  border-radius: 0 0 18px 18px;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.product-info .product-details .product-info {
  display: block;
  margin-top: 20px;
  padding: 0;
}
.product-info .product-details .product-info p {
  display: block;
  font-weight: 600;
}
.product-info .product-details .product-info strong {
  color: #b81830;
}
.product-info .product-details .product-info .info {
  margin-bottom: 20px;
}
.product-info .product-details .product-info .info a,
.product-info .product-details .product-info .info button {
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  color: #b81830;
  background-color: transparent;
  border-bottom: 1px solid rgba(184, 24, 48, 0.5);
}
.product-info .product-details .product-info .info a:hover,
.product-info .product-details .product-info .info button:hover {
  border-bottom-color: transparent;
}
.product-info .product-details .product-info .btn {
  min-width: 185px;
  height: 50px;
  line-height: 48px;
  padding: 0 25px;
}
.product-info .product-details .product-labels {
  display: block;
  margin-top: 35px;
}
.product-info .product-details .product-labels strong {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.product-info .product-details .product-labels ul {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.product-info .product-details .product-labels ul:last-of-type {
  margin-right: 0;
}
.product-info .product-details .product-labels li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.product-info .product-details .product-labels img {
  display: block;
  height: 31px;
}
@media (max-width: 1280px) {
  .product-info .product-details .product-main .label {
    height: 57px;
    border-radius: 16px;
  }
  .product-info .product-details .product-variants .label {
    height: 57px;
    border-radius: 16px;
  }
  .product-info .product-details .product-variants .label:after {
    top: 15px;
  }
}
@media (max-width: 480px) {
  .product-info .product-details .product-variants .label {
    padding: 13px 15px;
  }
  .product-info .product-details .product-variants li button {
    padding: 8px 20px 7px;
  }
}
.product-info ul.images-list {
  width: 100%;
  margin: 0 0 2px;
}
.product-info ul.images-list .slick-list,
.product-info ul.images-list .slick-track {
  height: 100%;
}
.product-info ul.images-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-info ul.images-list .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.product-info ul.images-list li {
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.product-info ul.images-list li:first-of-type {
  display: block;
}
.product-info ul.images-list li a {
  position: relative;
  display: block;
  background-color: #fff;
}
.product-info ul.images-list li a:before {
  content: '';
  display: block;
  padding-top: 89%;
}
.product-info ul.images-list li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 550px;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.product-info ul.images-list li a:hover img {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.01);
          transform: translateX(-50%) translateY(-50%) scale(1.01);
}
.product-info ul.images-list h3 {
  display: none;
}
.product-info ul.images-list.slick-initialized li {
  display: block;
}
.product-info ul.slider-nav {
  position: relative;
  display: block;
  width: calc(100% + 12px);
  margin: 0 -6px;
  font-size: 0;
}
.product-info ul.slider-nav li {
  position: relative;
  display: none;
  width: 25%;
  padding: 0 6px;
  cursor: pointer;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0.4;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.product-info ul.slider-nav li:nth-of-type(1),
.product-info ul.slider-nav li:nth-of-type(2),
.product-info ul.slider-nav li:nth-of-type(3),
.product-info ul.slider-nav li:nth-of-type(4) {
  display: inline-block;
}
.product-info ul.slider-nav li .in {
  display: block;
  position: relative;
  border: 1px solid #d0d0d0;
  overflow: hidden;
}
.product-info ul.slider-nav li .in:before {
  content: '';
  display: block;
  padding-top: 90%;
}
.product-info ul.slider-nav li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.product-info ul.slider-nav li:hover img {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.02);
          transform: translateX(-50%) translateY(-50%) scale(1.02);
}
.product-info ul.slider-nav li.slick-current {
  opacity: 1;
}
.product-info ul.slider-nav .slick-arrow {
  width: 2.2rem;
  height: 3.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0.6;
  z-index: 2;
}
.product-info ul.slider-nav .slick-arrow:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.product-info ul.slider-nav .slick-arrow.arrow-left {
  left: 6px;
  right: auto;
}
.product-info ul.slider-nav .slick-arrow.arrow-left:before {
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  -webkit-transform: translateX(-25%) translateY(-50%) rotate(45deg);
          transform: translateX(-25%) translateY(-50%) rotate(45deg);
}
.product-info ul.slider-nav .slick-arrow.arrow-right {
  right: 6px;
  left: auto;
}
.product-info ul.slider-nav .slick-arrow.arrow-right:before {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-transform: translateX(-75%) translateY(-50%) rotate(45deg);
          transform: translateX(-75%) translateY(-50%) rotate(45deg);
}
.product-info ul.slider-nav .slick-arrow.slick-disabled {
  display: none !important;
}
.product-info ul.slider-nav .slick-arrow:hover {
  opacity: 0.8 !important;
}
.product-info ul.slider-nav .slick-arrow:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.product-info ul.slider-nav.slick-initialized li {
  display: inline-block;
}
.product-info ul.slider-nav.slick-initialized .slick-slide {
  height: auto;
  min-height: 1px;
}
@media (max-width: 1440px) {
  .product-info {
    padding-bottom: 80px;
  }
  .product-info .product-illustration {
    -webkit-box-flex: 0;
        -ms-flex: 0 calc(100% - 620px);
            flex: 0 calc(100% - 620px);
    max-width: calc(100% - 620px);
    padding: 0 60px 0 0;
  }
  .product-info .product-details {
    -webkit-box-flex: 0;
        -ms-flex: 0 620px;
            flex: 0 620px;
    max-width: 620px;
    padding: 45px 35px;
  }
  .product-info .product-details h2 {
    font-size: 32px;
    margin-bottom: 5px;
  }
  .product-info .product-details h2 + strong {
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  .product-info {
    padding-bottom: 70px;
  }
  .product-info .product-details {
    padding: 40px 30px;
    margin-top: 85px;
  }
}
@media (max-width: 1280px) {
  .product-info {
    padding-bottom: 70px;
  }
  .product-info .product-illustration {
    -webkit-box-flex: 0;
        -ms-flex: 0 calc(100% - 560px);
            flex: 0 calc(100% - 560px);
    max-width: calc(100% - 560px);
    padding: 0 40px 0 0;
  }
  .product-info .product-details {
    -webkit-box-flex: 0;
        -ms-flex: 0 560px;
            flex: 0 560px;
    max-width: 560px;
  }
}
@media (max-width: 1024px) {
  .product-info {
    padding-bottom: 55px;
  }
  .product-info .product-illustration {
    -webkit-box-flex: 0;
        -ms-flex: 0 calc(100% - 500px);
            flex: 0 calc(100% - 500px);
    max-width: calc(100% - 500px);
    padding: 0 20px 0 0;
  }
  .product-info .product-details {
    -webkit-box-flex: 0;
        -ms-flex: 0 500px;
            flex: 0 500px;
    max-width: 500px;
    margin-top: 40px;
  }
  .product-info .product-details h2 {
    font-size: 28px;
    margin-bottom: 2px;
  }
  .product-info .product-details h2 + strong {
    font-size: 18px;
  }
}
@media (max-width: 880px) {
  .product-info {
    padding-bottom: 45px;
  }
  .product-info .product-illustration {
    -webkit-box-flex: 0;
        -ms-flex: 0 calc(100% - 420px);
            flex: 0 calc(100% - 420px);
    max-width: calc(100% - 420px);
    padding: 0 20px 0 0;
  }
  .product-info .product-details {
    -webkit-box-flex: 0;
        -ms-flex: 0 420px;
            flex: 0 420px;
    max-width: 420px;
    padding: 30px 20px;
  }
  .product-info .product-details h2 {
    font-size: 26px;
  }
  .product-info .product-details h2 + strong {
    margin-bottom: 8px;
  }
  .product-info .product-details .product-info {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .product-info {
    padding-bottom: 35px;
  }
  .product-info .product-illustration {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    max-width: 100%;
    padding: 0 0 30px 0;
  }
  .product-info .product-details {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    max-width: 100%;
    padding: 30px 20px;
    margin-top: 0;
  }
  .product-info ul.images-list li a:before {
    padding-top: 62%;
  }
}
@media (max-width: 480px) {
  .product-info .product-details {
    padding: 10px;
    border-radius: 18px;
  }
  .product-info .product-details h2 {
    font-size: 22px;
  }
}
.tabs {
  display: block;
  font-size: 0;
  margin-bottom: -5px;
}
.tabs li {
  display: inline-block;
  vertical-align: bottom;
}
.tabs a {
  display: block;
  min-width: 140px;
  text-align: center;
  padding: 15px 20px 20px;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tabs a:hover {
  background-color: rgba(248, 248, 248, 0.35);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.tabs a.active {
  background-color: #f8f8f8;
}
.product-more {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  padding: 60px 0 120px;
  background-color: #f8f8f8;
}
.product-more h2 {
  display: block;
  text-align: left;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 15px;
}
.product-more h3 {
  text-align: left;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 15px;
}
.product-more p {
  margin-bottom: 15px;
}
.product-more img {
  margin-bottom: 15px;
  max-width: 100%;
}
.product-more ul {
  margin-bottom: 15px;
}
.product-more ul li {
  position: relative;
  padding-left: 20px;
  line-height: 1.4;
  margin-bottom: 7px;
}
.product-more ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background-color: #b81830;
  border-radius: 50%;
}
.product-more .disclaimer__wrapper {
  display: block;
}
.product-more .disclaimer__wrapper .disclaimer__text {
  display: inline;
  font-weight: 600;
}
.product-more .disclaimer__wrapper .disclaimer__description {
  display: inline;
}
.product-more dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 950px;
  max-width: 100%;
  margin-top: 30px;
}
.product-more dl dt,
.product-more dl dd {
  padding: 10px 20px;
}
.product-more dl dt p,
.product-more dl dd p {
  margin-bottom: 0;
}
.product-more dl dt:nth-of-type(2n - 1),
.product-more dl dd:nth-of-type(2n - 1) {
  background-color: #fff;
}
.product-more dl dt:nth-of-type(2n),
.product-more dl dd:nth-of-type(2n) {
  background-color: #f8f8f8;
}
.product-more dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 45%;
          flex: 0 45%;
  max-width: 45%;
  line-height: 1.4;
  font-weight: 600;
}
.product-more dl dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 55%;
          flex: 0 55%;
  max-width: 55%;
  line-height: 1.4;
}
@media (max-width: 1280px) {
  .product-more {
    padding: 50px 0 100px;
  }
}
@media (max-width: 768px) {
  .product-more {
    padding: 40px 0 60px;
  }
  .product-more dl dt,
  .product-more dl dd {
    padding: 5px 10px;
  }
}
@media (max-width: 480px) {
  .product-more dl dt,
  .product-more dl dd {
    padding: 5px;
  }
}
.product-files {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  padding: 55px 0 120px;
  margin-top: -60px;
  border-top: 1px solid #ededed;
  background-color: #f8f8f8;
}
.product-files h2 {
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.product-files ul {
  display: block;
  width: 800px;
  max-width: 100%;
}
.product-files li {
  display: block;
  margin-bottom: 20px;
}
.product-files li:last-of-type {
  margin-bottom: 0;
}
.product-files li .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 10px 30px;
}
.product-files li .title {
  display: block;
  margin: 0;
}
.product-files li .title a {
  display: inline-block;
  vertical-align: middle;
  font-size: 19px;
  line-height: 1;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.product-files li .title a:hover {
  border-bottom-color: transparent;
}
.product-files li .btn {
  margin-left: auto;
  height: 60px;
  line-height: 58px;
}
.pswp .pswp__bg {
  opacity: 0.8 !important;
}
/*ckeditor*/
body.cke_editable {
  background: #fff;
  padding: 10px !important;
}
body.cke_editable img {
  display: inline-block;
  vertical-align: middle;
  max-width: 250px;
  margin-bottom: 20px;
}
body.cke_editable h1 {
  text-align: left;
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #111;
}
body.cke_editable h2 {
  text-align: left;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #111;
}
body.cke_editable h2 + p {
  text-align: left;
}
body.cke_editable em {
  font-style: italic;
}
body.cke_editable a {
  color: #b81830;
}
body.cke_editable ul {
  margin-bottom: 2rem;
}
body.cke_editable ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0;
}
body.cke_editable ul li p {
  display: inline;
}
body.cke_editable ol {
  margin-bottom: 2rem;
}
body.cke_editable ol li {
  list-style-type: decimal;
  list-style-position: inside;
  margin: 0;
}
body.cke_editable ol li p {
  display: inline;
}
/*COOKIES*/
.cookie-bar {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  width: 650px;
  max-width: calc(100% - 40px);
  margin: auto;
  max-height: 210px;
  font-size: 16px;
  line-height: 1.6;
  padding: 25px 35px;
  font-weight: 300;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  background-color: #b81830;
  border: 2px solid #fff;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 0 20px 1px rgba(34, 27, 16, 0.1);
          box-shadow: 0 0 20px 1px rgba(34, 27, 16, 0.1);
  overflow: hidden;
}
.cookie-bar:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  opacity: 0;
  pointer-events: none;
  width: 50px;
  height: 50px;
  background: url("../images/icon/ico-cookies-white.svg") no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cookie-bar h3 {
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cookie-bar p {
  display: block;
  font-weight: 300;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cookie-bar p a {
  display: inline-block;
  line-height: 1;
  color: #000;
  border-bottom: 1px solid #000;
}
.cookie-bar p a:hover {
  border-bottom-color: transparent;
}
.cookie-bar .buttons {
  margin-top: 25px;
}
.cookie-bar .btn {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 28px;
  min-width: 0;
  padding: 0 25px;
  font-size: 13px;
  margin: 0 5px;
  border-width: 1px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cookie-bar.hide {
  width: 60px;
  max-height: 60px;
  border-radius: 50%;
  padding: 0;
}
.cookie-bar.hide:before {
  opacity: 1;
  pointer-events: all;
}
.cookie-bar.hide .btn,
.cookie-bar.hide p,
.cookie-bar.hide h3 {
  opacity: 0;
  pointer-events: none;
}
.cookie-bar.hidden {
  bottom: -300px;
}
@media (max-width: 500px) {
  .cookie-bar {
    padding: 8px 12px;
    font-size: 14px;
    bottom: 10px;
    right: 10px;
    max-width: calc(100% - 20px);
  }
  .cookie-bar:before {
    width: 32px;
    height: 32px;
  }
  .cookie-bar h3 {
    font-size: 16px;
  }
  .cookie-bar p {
    font-size: 12px;
  }
  .cookie-bar .btn {
    margin: 0 10px;
    font-size: 14px;
    height: 24px;
    line-height: 1;
    margin-top: -1px;
    padding: 0 15px;
  }
  .cookie-bar.hide {
    width: 40px;
    max-height: 40px;
  }
}
/*ERROR 404*/
.image-404 {
  display: block !important;
  font-size: 200px;
  text-align: center !important;
  width: 560px !important;
  max-width: 100%;
  height: 155px;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto 80px !important;
  color: #111;
  border-bottom: 1px solid #b81830;
  overflow: hidden;
}
h2.title-404 {
  text-align: center !important;
  color: #b81830 !important;
  margin-bottom: 10px !important;
}
h2.title-404:before,
h2.title-404:after {
  display: none;
}
p.text-404 {
  display: block;
  width: 550px !important;
  max-width: 100%;
  text-align: center !important;
  margin: 0 auto 30px !important;
}
p.text-404 a {
  position: relative;
  color: #b81830;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-bottom: 1px solid rgba(184, 24, 48, 0.5);
}
p.text-404 a:hover {
  border-bottom-color: transparent;
}
@media (max-width: 600px) {
  .image-404 {
    font-size: 135px;
    height: 106px;
    margin-bottom: 10px !important;
  }
}
.filters {
  background-color: #cf1c37;
}
.filters.search-page .form .search {
  -webkit-box-flex: 0;
      -ms-flex: 0 50%;
          flex: 0 50%;
}
.filters .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  background-color: #b81830;
  color: #fff;
  padding: 40px 50px;
}
.filters .form .product-categories {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 310px;
          flex: 0 310px;
  margin-right: auto;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.filters .form .product-categories .label {
  position: relative;
  height: 56px;
  padding: 12px 20px 10px;
  color: #000;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  opacity: 1;
  text-align: left;
}
.filters .form .product-categories .label:after {
  content: '';
  position: absolute;
  right: 25px;
  top: 16px;
  width: 15px;
  height: 15px;
  border-right: 2px solid #d0d0d0;
  border-bottom: 2px solid #d0d0d0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.filters .form .product-categories ul {
  position: absolute;
  display: block;
  left: 0;
  top: 100%;
  width: 100%;
  max-height: 300px;
  overflow: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border: 1px solid #d0d0d0;
  border-top: 0;
}
.filters .form .product-categories li {
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-bottom: 1px solid #d0d0d0;
}
.filters .form .product-categories li.sub a {
  padding-left: 40px;
}
.filters .form .product-categories li.sub a:before {
  content: '';
  position: absolute;
  left: 22px;
  top: 11px;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #d0d0d0;
  border-left: 2px solid #d0d0d0;
}
.filters .form .product-categories li a {
  position: relative;
  display: block;
  color: #000;
  line-height: 1.3;
  padding: 12px 20px;
  background-color: #fff;
  text-align: left;
}
.filters .form .product-categories li a:hover {
  background-color: #f5f5f5;
}
.filters .form .product-categories li:last-of-type {
  border-bottom: 0;
}
.filters .form .product-categories:hover .label:after {
  border-color: #b81830;
}
.filters .form .product-categories:hover ul {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.filters .form .search {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 450px;
          flex: 0 450px;
  margin-right: auto;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.filters .form .search.focused label {
  opacity: 0;
}
.filters .form .search form {
  display: block;
  padding-top: 0;
  margin-top: 0;
}
.filters .form .search .form-control {
  position: relative;
  display: block;
  width: 100%;
  height: 56px;
  padding: 12px 56px 10px 20px;
  color: #000;
  font-size: 18px;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  opacity: 1;
  text-align: left;
}
.filters .form .search label {
  display: inline-block;
  pointer-events: none;
  position: absolute;
  font-size: 18px;
  color: #d0d0d0;
  left: 20px;
  top: 19px;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.filters .form .search .btn-search {
  position: absolute;
  right: 1px;
  top: 1px;
  height: 54px;
  width: 54px;
  border: 0;
  background: #fff url("../images/icon/ico-search-grey.svg") no-repeat center;
  background-size: 50% auto;
  z-index: 2;
  pointer-events: all;
  cursor: pointer;
}
.filters .form .search .btn-search:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff url("../images/icon/ico-search-red.svg") no-repeat center;
  background-size: 50% auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
}
.filters .form .search .btn-search:hover:after {
  opacity: 1;
}
.filters .form .search .btn-search:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.filters .form .selectricWrapper {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 285px;
          flex: 0 285px;
  margin-right: auto;
}
.filters .form .inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
}
.filters .form .input-radio {
  position: relative;
  margin-right: 70px;
}
.filters .form .input-radio:last-of-type {
  margin-right: 0;
}
.filters .form .input-radio:last-of-type:after {
  display: none;
}
.filters .form .input-radio:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -37px;
  height: 62px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.filters .form .input-radio a {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  border: 0;
}
.filters .form .input-radio a:hover:before {
  background-color: rgba(255, 255, 255, 0.6);
}
.filters .form .input-radio a:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 2px);
  left: -8px;
  width: calc(100% + 16px);
  height: 1px;
  background-color: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.filters .form .input-radio a.active:before {
  background-color: #fff;
}
.filters .form .input-radio input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  padding: 0;
  border: 0;
}
.filters .form .input-radio input + label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
}
.filters .form .input-radio input + label:hover:before {
  background-color: rgba(255, 255, 255, 0.6);
}
.filters .form .input-radio input + label:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 2px);
  left: -8px;
  width: calc(100% + 16px);
  height: 1px;
  background-color: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.filters .form .input-radio input:checked + label:before {
  background-color: #fff;
}
.filters .form .button {
  position: relative;
  display: block;
}
.filters .form .btn-cancel {
  position: relative;
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-right: 32px;
  background-color: transparent;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.filters .form .btn-cancel:after {
  content: '✕';
  position: absolute;
  right: -32px;
  top: -3px;
  font-size: 20px;
  color: #000;
}
.filters .form .btn-cancel:hover {
  border-bottom-color: rgba(255, 255, 255, 0.6);
}
.filters .tt-dropdown-menu,
.filters .tt-menu {
  border-radius: 0;
  padding: 0;
}
.filters .tt-dropdown-menu .tt-suggestion,
.filters .tt-menu .tt-suggestion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 12px;
}
.filters .tt-dropdown-menu .illustration,
.filters .tt-menu .illustration {
  -webkit-box-flex: 0;
      -ms-flex: 0 70px;
          flex: 0 70px;
}
.filters .tt-dropdown-menu .illustration img,
.filters .tt-menu .illustration img {
  width: 100%;
}
.filters .tt-dropdown-menu .desc,
.filters .tt-menu .desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 calc(100% - 70px);
          flex: 0 calc(100% - 70px);
  padding-left: 10px;
  text-align: left;
}
.filters .tt-dropdown-menu .desc strong,
.filters .tt-menu .desc strong {
  display: block;
  font-size: 15px;
  margin-bottom: 3px;
}
.filters .tt-dropdown-menu .desc p,
.filters .tt-menu .desc p {
  color: #000;
  font-size: 14px;
}
@media (max-width: 1280px) {
  .filters .form {
    padding: 20px;
  }
  .filters .form .input-radio {
    margin-right: 41px;
  }
  .filters .form .input-radio:after {
    right: -18px;
    height: 45px;
  }
}
@media (max-width: 768px) {
  .filters .container {
    padding-left: 0;
    padding-right: 0;
  }
  .filters .form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 10px 18px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .filters .form .search {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
  }
  .filters .form .inputs {
    padding: 22px 0 0 0;
  }
}
@media (max-width: 650px) {
  .filters.search-page .form .search {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
  }
}
/*FORMS*/
.form {
  padding: 70px 70px 75px;
  background-color: #000;
}
.form h2 {
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 25px;
}
.form h2 strong {
  font-weight: 700;
}
@media (max-width: 1366px) {
  .form {
    padding: 60px 55px 65px;
  }
  .form h2 {
    font-size: 40px;
  }
}
@media (max-width: 1280px) {
  .form {
    padding: 50px 45px 55px;
  }
}
@media (max-width: 1024px) {
  .form {
    padding: 45px 35px 50px;
  }
  .form h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .form {
    padding: 20px 20px 25px;
  }
  .form h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .form {
    padding: 20px 10px 25px;
  }
  .form h2 {
    font-size: 28px;
  }
}
form {
  font-size: 0;
}
form,
.form-cookies {
  display: inline-block;
  width: 100%;
  text-align: center;
}
form label,
.form-cookies label {
  display: inline-block;
  padding: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 2;
  color: #fff;
  text-align: left;
  margin-bottom: 7px;
}
form .input,
.form-cookies .input {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: calc(50% - 30px);
  margin: 0 15px 25px;
  font-size: 0;
}
form .input.input-large,
.form-cookies .input.input-large {
  width: calc(100% - 30px);
}
form .input input,
.form-cookies .input input,
form .input textarea,
.form-cookies .input textarea {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 62px;
  background-color: #fff;
  padding: 5px 20px;
  border-radius: 4px;
  color: #000;
  border: 1px solid #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  text-align: left;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-appearance: none;
}
form .input input:focus,
.form-cookies .input input:focus,
form .input textarea:focus,
.form-cookies .input textarea:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.6);
}
form .input input.error,
.form-cookies .input input.error,
form .input textarea.error,
.form-cookies .input textarea.error {
  border-color: rgba(184, 24, 48, 0.5);
}
form .input input.error:focus,
.form-cookies .input input.error:focus,
form .input textarea.error:focus,
.form-cookies .input textarea.error:focus {
  border-color: #b81830;
}
form .input textarea,
.form-cookies .input textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 120px;
  min-height: 100px;
  max-height: 140px;
  resize: none;
  padding: 10px 20px 5px;
  line-height: 1.2;
}
form .input textarea:focus,
.form-cookies .input textarea:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.6);
}
form .input .error-message,
.form-cookies .input .error-message,
form .input .formError,
.form-cookies .input .formError {
  display: none;
  color: #b81830;
  border: 1px solid #b81830;
  background-color: rgba(184, 24, 48, 0.1);
  margin: 5px 0 0 !important;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
}
form .input.input-textarea,
.form-cookies .input.input-textarea {
  width: calc(100% - 30px);
}
form .input.input-textarea.focused label,
.form-cookies .input.input-textarea.focused label {
  top: 5px;
}
form .input.input-url,
.form-cookies .input.input-url {
  height: 0;
  margin: 0;
  overflow: hidden;
}
form .input.input-radio,
.form-cookies .input.input-radio {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 30px);
  margin: 0 10px 30px;
}
form .input.input-radio .label,
.form-cookies .input.input-radio .label {
  display: none;
  vertical-align: top;
  width: 225px;
  font-size: 2.2rem;
  padding: 0.9rem 0;
  line-height: 2.2rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 2;
  color: #fff;
  text-align: left;
}
form .input.input-radio .label span,
.form-cookies .input.input-radio .label span {
  cursor: pointer;
}
form .input.input-radio input,
.form-cookies .input.input-radio input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  padding: 0;
  border: 0;
}
form .input.input-radio input + label,
.form-cookies .input.input-radio input + label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  height: 35px;
  padding: 0;
  font-size: 0;
  left: 0;
  top: 0;
  pointer-events: all;
  width: calc(25% - 56.25px);
  margin-bottom: 45px;
}
form .input.input-radio input + label:hover:before,
.form-cookies .input.input-radio input + label:hover:before {
  border: 1px solid #fff;
}
form .input.input-radio input + label:before,
.form-cookies .input.input-radio input + label:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #0094ed;
  border: 2px solid #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 50%;
  padding: 3px;
  background-clip: content-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
form .input.input-radio input + label span,
.form-cookies .input.input-radio input + label span {
  font-weight: 500;
  display: block;
  width: 100%;
  font-size: 2rem;
  padding: 0.6rem 0 0;
  line-height: 2.2rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 2;
  color: #333;
  text-align: center;
}
form .input.input-radio input:checked + label:before,
.form-cookies .input.input-radio input:checked + label:before {
  background-color: #b81830;
}
form .input.input-radio .error-message,
.form-cookies .input.input-radio .error-message,
form .input.input-radio .formError,
.form-cookies .input.input-radio .formError {
  color: #b81830;
  margin: 5px 0 0 !important;
  padding: 4px 10px;
  border: 1px solid #b81830;
  background-color: rgba(184, 24, 48, 0.1);
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
  font-style: normal;
}
form .input.input-checkbox,
.form-cookies .input.input-checkbox {
  display: inline-block;
  width: auto;
  margin: 0 15px;
}
form .input.input-checkbox .label,
.form-cookies .input.input-checkbox .label {
  color: #fff;
  text-align: left;
  padding: 0 0 0 35px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
form .input.input-checkbox .label span,
.form-cookies .input.input-checkbox .label span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  cursor: pointer;
}
form .input.input-checkbox input[type="checkbox"],
.form-cookies .input.input-checkbox input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
  width: 0.1px;
  height: 0.1px;
  padding: 0;
  border: 0;
  pointer-events: none;
}
form .input.input-checkbox input[type="checkbox"] + label,
.form-cookies .input.input-checkbox input[type="checkbox"] + label {
  position: absolute;
  top: 0.2rem;
  left: 0;
  display: table;
  width: auto;
  vertical-align: middle;
  float: left;
  padding: 0;
  margin: 0 10px 0 35px;
  pointer-events: all;
  cursor: pointer;
}
form .input.input-checkbox input[type="checkbox"] + label span,
.form-cookies .input.input-checkbox input[type="checkbox"] + label span {
  font-size: 0;
}
form .input.input-checkbox input[type="checkbox"] + label:hover:before,
.form-cookies .input.input-checkbox input[type="checkbox"] + label:hover:before {
  background-color: rgba(255, 255, 255, 0.2);
}
form .input.input-checkbox input[type="checkbox"] + label:before,
.form-cookies .input.input-checkbox input[type="checkbox"] + label:before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  background-color: transparent;
  border: 1px solid #fff;
  position: absolute;
  top: -1px;
  bottom: 0;
  left: -35px;
  margin: auto;
  pointer-events: all;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
form .input.input-checkbox input[type="checkbox"] + label:after,
.form-cookies .input.input-checkbox input[type="checkbox"] + label:after {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 10px;
  border-left: 2px solid #cf1c37;
  border-bottom: 2px solid #cf1c37;
  position: absolute;
  top: -7px;
  bottom: 4px;
  left: -28px;
  margin: auto;
  opacity: 0;
  -webkit-transform: rotate(-42deg);
          transform: rotate(-42deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
form .input.input-checkbox input[type="checkbox"]:checked + label:after,
.form-cookies .input.input-checkbox input[type="checkbox"]:checked + label:after,
form .input.input-checkbox input[type="checkbox"].checked + label:after,
.form-cookies .input.input-checkbox input[type="checkbox"].checked + label:after,
form .input.input-checkbox input[type="checkbox"]:checked + .check-label:after,
.form-cookies .input.input-checkbox input[type="checkbox"]:checked + .check-label:after,
form .input.input-checkbox input[type="checkbox"].checked + .check-label:after,
.form-cookies .input.input-checkbox input[type="checkbox"].checked + .check-label:after {
  opacity: 1;
}
form .input.input-checkbox input[type="checkbox"]:disabled,
.form-cookies .input.input-checkbox input[type="checkbox"]:disabled,
form .input.input-checkbox input[type="checkbox"].disabled,
.form-cookies .input.input-checkbox input[type="checkbox"].disabled {
  pointer-events: none !important;
}
form .input.input-checkbox input[type="checkbox"]:disabled + label,
.form-cookies .input.input-checkbox input[type="checkbox"]:disabled + label,
form .input.input-checkbox input[type="checkbox"].disabled + label,
.form-cookies .input.input-checkbox input[type="checkbox"].disabled + label,
form .input.input-checkbox input[type="checkbox"]:disabled + .check-label,
.form-cookies .input.input-checkbox input[type="checkbox"]:disabled + .check-label,
form .input.input-checkbox input[type="checkbox"].disabled + .check-label,
.form-cookies .input.input-checkbox input[type="checkbox"].disabled + .check-label {
  color: rgba(255, 255, 255, 0.7);
}
form .input.input-checkbox input[type="checkbox"]:disabled + label:before,
.form-cookies .input.input-checkbox input[type="checkbox"]:disabled + label:before,
form .input.input-checkbox input[type="checkbox"].disabled + label:before,
.form-cookies .input.input-checkbox input[type="checkbox"].disabled + label:before,
form .input.input-checkbox input[type="checkbox"]:disabled + .check-label:before,
.form-cookies .input.input-checkbox input[type="checkbox"]:disabled + .check-label:before,
form .input.input-checkbox input[type="checkbox"].disabled + .check-label:before,
.form-cookies .input.input-checkbox input[type="checkbox"].disabled + .check-label:before {
  background-color: rgba(255, 255, 255, 0.2);
}
form .input.input-checkbox input[type="checkbox"]:disabled + label a,
.form-cookies .input.input-checkbox input[type="checkbox"]:disabled + label a,
form .input.input-checkbox input[type="checkbox"].disabled + label a,
.form-cookies .input.input-checkbox input[type="checkbox"].disabled + label a,
form .input.input-checkbox input[type="checkbox"]:disabled + .check-label a,
.form-cookies .input.input-checkbox input[type="checkbox"]:disabled + .check-label a,
form .input.input-checkbox input[type="checkbox"].disabled + .check-label a,
.form-cookies .input.input-checkbox input[type="checkbox"].disabled + .check-label a {
  color: rgba(255, 255, 255, 0.8);
}
form .input.input-checkbox input[type="checkbox"]:disabled + label a:hover,
.form-cookies .input.input-checkbox input[type="checkbox"]:disabled + label a:hover,
form .input.input-checkbox input[type="checkbox"].disabled + label a:hover,
.form-cookies .input.input-checkbox input[type="checkbox"].disabled + label a:hover,
form .input.input-checkbox input[type="checkbox"]:disabled + .check-label a:hover,
.form-cookies .input.input-checkbox input[type="checkbox"]:disabled + .check-label a:hover,
form .input.input-checkbox input[type="checkbox"].disabled + .check-label a:hover,
.form-cookies .input.input-checkbox input[type="checkbox"].disabled + .check-label a:hover {
  color: rgba(255, 255, 255, 0.8);
}
form .input.input-checkbox input[type="checkbox"]:disabled + label:hover,
.form-cookies .input.input-checkbox input[type="checkbox"]:disabled + label:hover,
form .input.input-checkbox input[type="checkbox"].disabled + label:hover,
.form-cookies .input.input-checkbox input[type="checkbox"].disabled + label:hover,
form .input.input-checkbox input[type="checkbox"]:disabled + .check-label:hover,
.form-cookies .input.input-checkbox input[type="checkbox"]:disabled + .check-label:hover,
form .input.input-checkbox input[type="checkbox"].disabled + .check-label:hover,
.form-cookies .input.input-checkbox input[type="checkbox"].disabled + .check-label:hover {
  color: rgba(255, 255, 255, 0.7);
}
form .input.input-slider,
.form-cookies .input.input-slider {
  width: calc(100% - 30px);
  height: 90px;
  margin: 0 15px 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
form .input.input-slider.hidden,
.form-cookies .input.input-slider.hidden {
  opacity: 0;
  max-height: 0;
  margin: 0 20px;
}
form .input.input-slider.hidden .final-price,
.form-cookies .input.input-slider.hidden .final-price {
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
form .input.input-slider .final-price,
.form-cookies .input.input-slider .final-price {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  font-weight: 500;
  font-size: 2.2rem;
  pointer-events: none;
  opacity: 1;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
form .input.input-slider .input-slider,
.form-cookies .input.input-slider .input-slider {
  display: inline-block !important;
  width: 75px;
  text-align: center;
  position: absolute;
  left: 225px;
  right: 125px;
  margin: auto;
  top: calc(100% - 4rem);
}
form .input.input-select label,
.form-cookies .input.input-select label {
  z-index: 20;
}
form .input.input-hidden,
.form-cookies .input.input-hidden {
  display: block;
  height: 0;
  overflow: hidden;
  margin: 0 !important;
}
form .input.error input,
.form-cookies .input.error input,
form .input.error textarea,
.form-cookies .input.error textarea {
  border-bottom-color: rgba(184, 24, 48, 0.5);
}
form .input.error input:focus,
.form-cookies .input.error input:focus,
form .input.error textarea:focus,
.form-cookies .input.error textarea:focus {
  border-bottom-color: #b81830;
}
form .input.error .error-message,
.form-cookies .input.error .error-message,
form .input.error .formError,
.form-cookies .input.error .formError {
  display: inline-block;
}
form .details,
.form-cookies .details {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 30px);
  margin: 0 15px;
}
form .details p,
.form-cookies .details p {
  display: block;
  width: 600px;
  max-width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 2;
  margin: 0 auto 35px;
  color: #fff;
}
form h2,
.form-cookies h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 15px;
}
form h3,
.form-cookies h3 {
  font-size: 28px;
  line-height: 1.2;
  margin: 30px 0 5px;
  color: #fff;
}
@media (max-width: 768) {
  form h3,
  .form-cookies h3 {
    font-size: 22px;
  }
}
form p,
.form-cookies p {
  display: block;
  max-width: 100%;
  color: #fff;
}
form a,
.form-cookies a {
  display: inline-block;
  color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 1;
}
form a:hover,
.form-cookies a:hover {
  color: #fff;
  border-bottom-color: transparent;
}
form em,
.form-cookies em {
  font-style: italic;
  font-size: 1.4rem;
  color: #b81830;
}
form abbr,
.form-cookies abbr {
  color: #cf1c37;
  pointer-events: none;
}
form .buttons,
.form-cookies .buttons {
  width: calc(100% - 30px);
  margin: 50px 15px 0;
  text-align: center;
}
form .buttons a,
.form-cookies .buttons a,
form .buttons button,
.form-cookies .buttons button {
  margin: 0;
}
@media (max-width: 1440px) {
  form .input,
  .form-cookies .input {
    margin: 0 15px 15px;
  }
}
@media (max-width: 1024px) {
  form h2,
  .form-cookies h2 {
    font-size: 32px;
  }
  form .details p,
  .form-cookies .details p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  form label,
  .form-cookies label {
    top: 24px;
    font-size: 14px;
  }
  form .input,
  .form-cookies .input {
    margin: 0 10px 10px;
    width: calc(50% - 20px);
  }
  form .input input,
  .form-cookies .input input,
  form .input textarea,
  .form-cookies .input textarea {
    font-size: 16px;
    height: 56px;
    padding: 10px 10px;
  }
  form .input textarea,
  .form-cookies .input textarea {
    padding-top: 21px;
  }
  form .input.input-textarea,
  .form-cookies .input.input-textarea {
    width: calc(100% - 20px);
    padding-bottom: 30px;
  }
  form .input.input-large,
  .form-cookies .input.input-large {
    width: calc(100% - 20px);
  }
  form .input.input-checkbox,
  .form-cookies .input.input-checkbox {
    margin: 0 10px;
  }
  form .input.input-checkbox .label,
  .form-cookies .input.input-checkbox .label {
    padding: 0 0 0 30px;
  }
  form .input.input-checkbox .label span,
  .form-cookies .input.input-checkbox .label span {
    font-size: 12px;
  }
  form .input.input-radio input + label span,
  .form-cookies .input.input-radio input + label span {
    font-size: 12px;
  }
  form .input .error-message,
  .form-cookies .input .error-message,
  form .input .formError,
  .form-cookies .input .formError {
    font-size: 12px;
    padding: 3px 7px;
  }
}
@media (max-width: 650px) {
  form .buttons,
  .form-cookies .buttons {
    margin-top: 20px;
  }
}
@media (max-width: 550px) {
  form .input,
  .form-cookies .input {
    width: calc(100% - 20px);
  }
  form .input input,
  .form-cookies .input input {
    height: 48px;
  }
}
@media (max-width: 480px) {
  form h2,
  .form-cookies h2 {
    font-size: 28px;
    margin: 0 0 8px;
  }
  form .details p,
  .form-cookies .details p {
    font-size: 12px;
  }
}
.form-cookies .input.input-checkbox input[type="checkbox"] + label {
  position: relative;
  white-space: nowrap;
}
.error-warning,
.success-message {
  position: relative;
  width: calc(100% - 30px);
  margin: 0 15px 15px;
  padding: 8px 10px 7px;
  text-align: left;
  z-index: 2;
  font-size: 22px;
  line-height: 1.6;
}
.error-warning p,
.success-message p {
  font-size: 22px;
}
.error-warning {
  color: #b81830;
  border: 1px solid #b81830;
  background-color: rgba(184, 24, 48, 0.1);
}
.success-message {
  color: #fff;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 35px 15px 15px;
}
@media (max-width: 768px) {
  .error-warning,
  .success-message {
    padding: 5px 10px 4px;
  }
  .error-warning p,
  .success-message p {
    font-size: 18px;
  }
}
@media (max-width: 650px) {
  .error-warning p,
  .success-message p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .success-message {
    margin: 5px 15px 15px;
  }
}
/*LANGUAGE SELECT*/
.language {
  height: 50px;
  margin-left: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.language ul.select-language {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 25px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  height: 50px;
}
.language ul.select-language:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 16px;
  width: 9px;
  height: 9px;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.language ul.select-language li {
  position: relative;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 37px;
}
.language ul.select-language li:first-of-type {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.language ul.select-language li:first-of-type a {
  padding-top: 16px;
}
.language ul.select-language li a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 2px;
  font-weight: 400;
  padding: 8px 42px 16px 20px;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
}
.language ul.select-language li a span {
  display: inline-block;
  width: 20px;
  height: 16px;
  line-height: 1;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.language ul.select-language li a.flag-cs span {
  background: url("../images/icon/flag/cs.jpg") no-repeat center;
  background-size: cover;
}
.language ul.select-language li a.flag-en span {
  background: url("../images/icon/flag/en.jpg") no-repeat center;
  background-size: cover;
}
.language ul.select-language li a.flag-ru span {
  background: url("../images/icon/flag/ru.jpg") no-repeat center;
  background-size: cover;
}
.language ul.select-language li a:hover {
  opacity: 1 !important;
}
.language ul.select-language:hover {
  height: auto;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 0 10px 1px rgba(34, 27, 16, 0.1);
          box-shadow: 0 0 10px 1px rgba(34, 27, 16, 0.1);
}
.language ul.select-language:hover:after {
  border-right-color: #221b10;
  border-bottom-color: #221b10;
}
.language ul.select-language:hover li {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.language ul.select-language:hover li a {
  opacity: 0.6;
  color: #221b10;
}
@media (max-width: 1366px) {
  .language {
    margin-left: 20px;
  }
}
@media (max-width: 1150px) {
  .language {
    margin-left: 0 !important;
    height: auto;
  }
  .language ul.select-language {
    position: relative;
    display: inline-block;
    width: auto;
    height: 32px !important;
    border-radius: 0;
    font-size: 0;
  }
  .language ul.select-language:after {
    display: none;
  }
  .language ul.select-language li {
    display: inline-block;
    vertical-align: top;
    height: 32px;
    margin-right: 30px;
    visibility: visible;
    pointer-events: all;
    opacity: 1;
  }
  .language ul.select-language li:first-of-type a {
    opacity: 1;
  }
  .language ul.select-language li:last-of-type {
    margin-right: 0;
  }
  .language ul.select-language li a {
    display: block;
    height: 32px;
    padding: 0;
    opacity: 0.6;
  }
  .language ul.select-language li a span {
    width: 43px;
    height: 32px;
    border: 0;
  }
  .language ul.select-language li:hover a {
    opacity: 1 !important;
  }
  .language ul.select-language:hover {
    background-color: transparent;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0);
            box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0);
  }
  .language ul.select-language:hover li a {
    opacity: 0.6;
  }
}
body > header.fixed .language {
  margin-left: 18px;
}
.service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service-list li {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 25%;
          flex: 0 25%;
  padding: 65px 20px 0;
}
.service-list li:nth-of-type(1),
.service-list li:nth-of-type(2),
.service-list li:nth-of-type(3),
.service-list li:nth-of-type(4) {
  padding-top: 0;
}
.service-list li .in {
  position: relative;
  height: 100%;
  padding: 50px 35px 100px;
  background-color: #fff;
  border-top: 5px solid #b81830;
  text-align: center;
}
.service-list li .in .icon {
  position: relative;
  width: 60px;
  margin: 0 auto 32px;
}
.service-list li .in .icon:before {
  content: '';
  position: absolute;
  width: 120%;
  height: 120%;
  background-color: rgba(208, 208, 208, 0.22);
  border-radius: 50%;
}
.service-list li .in .icon:after {
  content: '';
  display: block;
  padding-top: 100%;
}
.service-list li .in .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-list li h3 {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #04030C;
}
.service-list li .btn-arrow {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 45px;
  white-space: nowrap;
}
.service-list li:nth-of-type(1) .in .icon:before {
  right: -50%;
  top: -30%;
}
.service-list li:nth-of-type(2) .in .icon:before {
  top: -10%;
  left: -65%;
}
.service-list li:nth-of-type(3) .in .icon:before {
  right: -45%;
  top: -25%;
}
.service-list li:nth-of-type(4) .in .icon:before {
  top: -10%;
  right: -45%;
}
.service-list li:nth-of-type(5) .in .icon:before {
  top: -25%;
  right: -50%;
}
.service-list li:nth-of-type(6) .in .icon:before {
  top: -10%;
  right: 45%;
}
.service-list li:nth-of-type(7) .in .icon:before {
  top: -20%;
  right: -55%;
}
.service-list li:nth-of-type(8) .in .icon:before {
  top: 5%;
  right: -45%;
}
@media (max-width: 1280px) {
  .service-list {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
  .service-list li {
    padding: 35px 10px 0;
  }
  .service-list li .in {
    padding: 40px 20px 85px;
  }
  .service-list li .in .icon {
    position: relative;
    width: 60px;
    margin: 0 auto 32px;
  }
  .service-list li h3 {
    margin-bottom: 10px;
  }
  .service-list li .btn-arrow {
    bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .service-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 50%;
            flex: 0 50%;
    padding: 20px 10px 0;
  }
  .service-list li .btn-arrow {
    font-size: 16px;
  }
  .service-list li .btn-arrow:after {
    width: 14px;
    height: 10px;
    top: 8px;
  }
}
@media (max-width: 520px) {
  .service-list {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
  }
  .service-list li {
    padding: 10px 5px 0;
  }
  .service-list li:nth-of-type(3),
  .service-list li:nth-of-type(4) {
    padding-top: 10px;
  }
  .service-list li .in {
    padding: 20px 10px 65px;
  }
  .service-list li p {
    font-size: 13px;
  }
  .service-list li .btn-arrow {
    bottom: 20px;
  }
}
@media (max-width: 400px) {
  .service-list {
    width: calc(100% + 6px);
    margin-left: -3px;
    margin-right: -3px;
  }
  .service-list li {
    padding: 6px 3px 0;
  }
  .service-list li:nth-of-type(3),
  .service-list li:nth-of-type(4) {
    padding-top: 6px;
  }
  .service-list li .in {
    padding: 15px 5px 55px;
  }
  .service-list li h3 {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .service-list li p {
    font-size: 12px;
  }
  .service-list li .btn-arrow {
    bottom: 20px;
  }
}
@media (max-width: 360px) {
  .service-list li .btn-arrow {
    font-size: 14px;
  }
  .service-list li .btn-arrow:after {
    width: 12px;
    height: 8px;
    top: 7px;
  }
}
/*POPUPS*/
.modal-wrapper {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 1002;
  left: 0;
  top: -50%;
  width: 100%;
  height: 200%;
  background: rgba(184, 24, 48, 0.8);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
  -webkit-perspective: 1300px;
          perspective: 1300px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.modal-wrapper.displayed {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.modal {
  position: absolute;
  visibility: hidden;
  overflow-y: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: calc(100% - 10px);
  max-width: 800px;
  height: auto;
  max-height: calc(50% - 60px);
  padding: 50px 10px 10px;
  background-color: #fff;
  pointer-events: none;
  -webkit-box-shadow: 0 4px 20px 1px rgba(34, 27, 16, 0.1);
          box-shadow: 0 4px 20px 1px rgba(34, 27, 16, 0.1);
  opacity: 0;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: translateX(-50%) translateY(150%);
          transform: translateX(-50%) translateY(150%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.modal.displayed {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  pointer-events: all;
}
.modal .close {
  position: absolute;
  top: 15px;
  right: 9.5px;
  font-size: 16px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  background-color: transparent;
  padding-right: 28px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.modal .close:before,
.modal .close:after {
  content: '';
  position: absolute;
  top: 11px;
  right: 0;
  width: 22px;
  height: 2px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.modal .close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal .close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal .close:hover {
  color: #fff;
}
.modal .close:hover:before {
  -webkit-transform: rotate(45deg) scale(1.1);
          transform: rotate(45deg) scale(1.1);
}
.modal .close:hover:after {
  -webkit-transform: rotate(-45deg) scale(1.1);
          transform: rotate(-45deg) scale(1.1);
}
.modal .close:active:before {
  -webkit-transition: all 0s;
  transition: all 0s;
  -webkit-transform: rotate(45deg) scale(1);
          transform: rotate(45deg) scale(1);
}
.modal .close:active:after {
  -webkit-transition: all 0s;
  transition: all 0s;
  -webkit-transform: rotate(-45deg) scale(1);
          transform: rotate(-45deg) scale(1);
}
.modal .modal-body {
  position: relative;
  display: block;
  padding-top: 56.2%;
}
.modal iframe,
.modal video {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.modal.modal-form {
  max-width: 920px;
  height: auto;
  padding: 90px 60px 110px;
  border-top: 5px solid #b81830;
  background: #000 url("../images/bg/bg-modal.jpg") no-repeat center bottom;
  background-size: cover;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  right: 0;
  left: auto;
  top: calc(25% + 50px);
}
.modal.modal-form .close {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  top: 2px;
  right: 15px;
}
.modal.modal-form.displayed {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: all;
}
.modal.modal-form form,
.modal.modal-form .success-msg,
.modal.modal-form .error-msg {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.modal.modal-form .success-msg,
.modal.modal-form .error-msg {
  display: block;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  opacity: 0;
  text-align: center;
  pointer-events: none;
}
.modal.modal-form .success-msg h2,
.modal.modal-form .error-msg h2 {
  font-size: 48px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 0;
}
.modal.modal-form .success-msg p,
.modal.modal-form .error-msg p {
  text-align: center !important;
  width: 100%;
  max-width: 355px;
  margin: 0 auto;
  font-size: 30px;
  line-height: 32px;
  font-weight: 300;
  color: #666;
}
.modal.modal-form.loading form {
  pointer-events: none;
  -webkit-animation: blinker 1s linear infinite;
          animation: blinker 1s linear infinite;
}
@-webkit-keyframes blinker {
  50% {
    opacity: 0.3;
  }
}
@keyframes blinker {
  50% {
    opacity: 0.3;
  }
}
.modal.modal-form.success {
  max-height: 330px;
  overflow: hidden;
}
.modal.modal-form.success form {
  opacity: 0;
  pointer-events: none;
}
.modal.modal-form.success .success-msg {
  opacity: 1;
  pointer-events: all;
}
.modal.modal-form.error {
  max-height: 330px;
  overflow: hidden;
}
.modal.modal-form.error form {
  opacity: 0;
  pointer-events: none;
}
.modal.modal-form.error .error-msg {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 1440px) {
  .modal.modal-form {
    padding: 70px 40px 90px;
  }
}
@media (max-width: 768px) {
  .modal {
    padding: 27px 5px 5px;
  }
  .modal .close {
    top: 4px;
    right: 4px;
  }
}
@media (max-width: 480px) {
  .modal {
    padding: 19px 3px 3px;
    max-height: calc(50% - 20px);
  }
  .modal.modal-form {
    padding: 40px 4px 30px;
    top: calc(25% + 10px);
  }
  .modal.modal-form .close {
    -webkit-transform: none;
            transform: none;
    right: 11px;
    top: 14px;
    font-size: 13px;
    padding-right: 16px;
  }
  .modal.modal-form .close:before,
  .modal.modal-form .close:after {
    right: 0;
    top: 9px;
    width: 13px;
    height: 1px;
  }
}
/*Blog*/
.news-top {
  padding: 225px 0 220px;
  background-color: #fff;
}
.news-top:before {
  content: '';
  position: absolute;
  height: calc(100% + 70px);
  width: 100%;
  top: 50px;
  right: -1px;
  pointer-events: none;
  background: url("../images/bg/bg-circle-black.png") no-repeat right center;
  background-size: auto 100%;
  z-index: 1;
}
.news-top .btn-arrow {
  position: absolute;
  width: 52px;
  background-color: #b81830;
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
}
.news-top .btn-arrow:before {
  content: '';
  display: block;
  padding-top: 115%;
  pointer-events: none;
}
.news-top .btn-arrow:after {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: rotate(45deg) translateX(-50%) translateY(-50%);
          transform: rotate(45deg) translateX(-50%) translateY(-50%);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.news-top .btn-arrow:hover:after {
  -webkit-animation: arrowBottom 0.5s ease infinite;
          animation: arrowBottom 0.5s ease infinite;
}
.news-top .bg-title {
  top: 185px;
}
.news-top .title {
  margin-bottom: 140px;
}
.news-top h2:before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: calc(100% + 40px);
  width: 2px;
  height: 140px;
  background-color: #b81830;
}
.news-top .news-slider {
  position: relative;
  z-index: 1;
}
.news-top .news-slider ul {
  color: #221b10;
}
.news-top .news-slider ul.slick-initialized li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.news-top .news-slider ul.slick-initialized .slick-list {
  overflow: visible;
}
.news-top .news-slider ul li {
  display: none;
}
.news-top .news-slider ul li:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.news-top .news-slider ul .details {
  display: block;
  width: calc(100% - 580px);
  -webkit-box-flex: 0;
      -ms-flex: 0 calc(100% - 580px);
          flex: 0 calc(100% - 580px);
  padding-top: 40px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.news-top .news-slider ul .details h3 {
  display: block;
  font-size: 50px;
  line-height: 1.2;
  text-transform: none;
  margin-bottom: 25px;
  overflow: hidden;
}
.news-top .news-slider ul .details h3 a {
  position: relative;
  display: inline-block;
  color: #221b10;
  z-index: 1;
}
.news-top .news-slider ul .details h3 a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 140px;
  height: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #fff;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  z-index: -1;
}
.news-top .news-slider ul .details h3 a:hover:after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.news-top .news-slider ul .details .in {
  display: block;
  width: 620px;
  max-width: 100%;
}
.news-top .news-slider ul .details .btn {
  margin-top: 55px;
}
.news-top .news-slider ul .illustration {
  position: relative;
  display: block;
  width: 580px;
  -webkit-box-flex: 0;
      -ms-flex: 0 580px;
          flex: 0 580px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px 1px rgba(34, 27, 16, 0.5);
          box-shadow: 0 0 20px 1px rgba(34, 27, 16, 0.5);
}
.news-top .news-slider ul .illustration:before {
  content: '';
  display: block;
  padding-top: 74%;
}
.news-top .news-slider ul .illustration img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.news-top .news-slider ul .illustration a:hover img {
  -webkit-filter: contrast(130%) brightness(125%);
          filter: contrast(130%) brightness(125%);
}
.news-top .news-slider ul .slick-arrow {
  border-color: #000;
}
.news-top .news-slider ul .slick-arrow:before {
  border-color: #000;
}
.news-top .news-slider ul .slick-arrow:hover {
  -webkit-box-shadow: inset 0 0 10px 25px #000;
          box-shadow: inset 0 0 10px 25px #000;
}
.news-top .news-slider ul .slick-arrow:hover:before {
  border-color: #fff;
}
@media (max-width: 1440px) {
  .news-top {
    padding: 130px 0 65px;
  }
  .news-top:before {
    height: calc(100% + 70px);
    top: 50px;
    background-size: auto 60%;
  }
  .news-top .bg-title {
    top: 105px;
  }
  .news-top .title {
    margin-bottom: 75px;
  }
  .news-top h2:before {
    height: 35px;
  }
  .news-top .news-slider ul .details {
    width: calc(100% - 500px);
    -webkit-box-flex: 0;
        -ms-flex: 0 calc(100% - 500px);
            flex: 0 calc(100% - 500px);
    padding-right: 60px;
  }
  .news-top .news-slider ul .details h3 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .news-top .news-slider ul .illustration {
    width: 460px;
    -webkit-box-flex: 0;
        -ms-flex: 0 460px;
            flex: 0 460px;
  }
}
@media (max-width: 1024px) {
  .news-top {
    padding: 120px 0 45px;
  }
  .news-top .bg-title {
    top: 95px;
  }
  .news-top .title {
    margin-bottom: 65px;
  }
  .news-top h2:before {
    height: 25px;
  }
  .news-top .news-slider ul .details {
    width: calc(100% - 350px);
    -webkit-box-flex: 0;
        -ms-flex: 0 calc(100% - 350px);
            flex: 0 calc(100% - 350px);
    padding: 0 50px 0 0;
  }
  .news-top .news-slider ul .details h3 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .news-top .news-slider ul .details .btn {
    margin-top: 30px;
  }
  .news-top .news-slider ul .illustration {
    width: 350px;
    -webkit-box-flex: 0;
        -ms-flex: 0 350px;
            flex: 0 350px;
  }
}
@media (max-width: 768px) {
  .news-top {
    padding: 70px 0 45px;
  }
  .news-top:before {
    top: -15px;
  }
  .news-top .bg-title {
    top: 60px;
  }
  .news-top .title {
    margin-bottom: 45px;
  }
  .news-top h2:before {
    display: none;
  }
  .news-top .news-slider ul .details {
    width: calc(100% - 250px);
    -webkit-box-flex: 0;
        -ms-flex: 0 calc(100% - 250px);
            flex: 0 calc(100% - 250px);
    padding: 0 30px 0 0;
  }
  .news-top .news-slider ul .details h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .news-top .news-slider ul .details .btn {
    margin-top: 25px;
  }
  .news-top .news-slider ul .illustration {
    width: 250px;
    -webkit-box-flex: 0;
        -ms-flex: 0 250px;
            flex: 0 250px;
  }
}
@media (max-width: 480px) {
  .news-top {
    padding: 70px 0 45px;
  }
  .news-top:before {
    background-image: url("../images/bg/bg-circle-white.png");
  }
  .news-top .bg-title {
    top: 60px;
  }
  .news-top .title {
    margin-bottom: 45px;
  }
  .news-top h2:before {
    display: none;
  }
  .news-top .news-slider ul li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .news-top .news-slider ul .details {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    padding: 20px 0 0 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
  .news-top .news-slider ul .details h3 {
    font-size: 28px;
    margin-bottom: 8px;
  }
  .news-top .news-slider ul .details .btn {
    margin-top: 20px;
  }
  .news-top .news-slider ul .illustration {
    width: 250px;
    -webkit-box-flex: 0;
        -ms-flex: 0 250px;
            flex: 0 250px;
  }
}
.news-main {
  padding: 140px 0 160px;
  background: #f8f8f8 url("../images/bg/bg-circle-white.png") no-repeat right 140px;
  background-size: auto 1000px;
}
.news-main ul.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 50px);
  margin-left: -25px;
  margin-right: -25px;
}
.news-main ul.news-list li {
  display: block;
  width: 33.333333%;
  max-width: 33.333333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 33.333333%;
          flex: 0 33.333333%;
  padding: 0 25px 50px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.news-main ul.news-list li .in {
  position: relative;
  display: block;
  height: 100%;
  color: #000;
  background-color: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.news-main ul.news-list li .illustration {
  position: relative;
  display: block;
  padding-top: 61%;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.news-main ul.news-list li .illustration img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.news-main ul.news-list li .illustration .date {
  position: absolute;
  left: 0;
  top: 22px;
  padding: 5px 22px;
  background-color: #fff;
  z-index: 1;
  font-size: 17px;
  color: #000;
  font-weight: 700;
}
.news-main ul.news-list li .illustration a:hover img {
  -webkit-filter: contrast(130%);
          filter: contrast(130%);
}
.news-main ul.news-list li .details {
  padding: 20px 0 50px;
}
.news-main ul.news-list li .details h2,
.news-main ul.news-list li .details h3 {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}
.news-main ul.news-list li .details h2 a,
.news-main ul.news-list li .details h3 a {
  color: #000;
}
.news-main ul.news-list li .details h2 a:hover,
.news-main ul.news-list li .details h3 a:hover {
  color: #b81830;
}
.news-main ul.news-list li .details p {
  font-weight: 300;
}
.news-main ul.news-list li .details .btn-arrow {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1440px) {
  .news-main {
    padding: 100px 0 120px;
    background-size: auto 600px;
  }
}
@media (max-width: 1280px) {
  .news-main {
    padding: 40px 0 85px;
  }
  .news-main ul.news-list {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .news-main ul.news-list li {
    padding: 0 15px 35px;
  }
  .news-main ul.news-list li .details {
    padding: 15px 0 40px;
  }
  .news-main ul.news-list li .details h2,
  .news-main ul.news-list li .details h3 {
    font-size: 22px;
  }
  .news-main ul.news-list li .details p {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .news-main ul.news-list {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
  .news-main ul.news-list li {
    padding: 0 10px 25px;
  }
  .news-main ul.news-list li .illustration .date {
    top: 20px;
    padding: 3px 14px 1px;
    font-size: 14px;
  }
  .news-main ul.news-list li .details {
    padding: 15px 0 35px;
  }
  .news-main ul.news-list li .details h2,
  .news-main ul.news-list li .details h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .news-main ul.news-list li .details p {
    font-size: 13px;
  }
  .news-main ul.news-list li .details .btn-arrow {
    font-size: 16px;
  }
  .news-main ul.news-list li .details .btn-arrow:after {
    width: 14px;
    height: 10px;
    top: 8px;
  }
}
@media (max-width: 768px) {
  .news-main ul.news-list {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .news-main ul.news-list li {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 50%;
            flex: 0 50%;
    padding: 0 15px 25px;
  }
}
@media (max-width: 620px) {
  .news-main ul.news-list {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
  .news-main ul.news-list li {
    padding: 0 10px 20px;
  }
}
@media (max-width: 480px) {
  .news-main {
    padding: 20px 0 60px;
    background-size: auto 400px;
  }
  .news-main ul.news-list {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
  }
  .news-main ul.news-list li {
    padding: 0 5px 15px;
  }
  .news-main ul.news-list li .illustration .date {
    top: 10px;
    padding: 1px 8px 0;
    font-size: 12px;
    line-height: 1.5;
  }
  .news-main ul.news-list li .details {
    padding: 8px 0 30px;
  }
  .news-main ul.news-list li .details h2,
  .news-main ul.news-list li .details h3 {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .news-main ul.news-list li .details p {
    font-size: 11px;
  }
}
@media (max-width: 360px) {
  .news-main ul.news-list li {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
  }
  .news-main ul.news-list li .details {
    padding: 5px 0 28px;
  }
  .news-main ul.news-list li .details h2 {
    font-size: 15px;
    margin-bottom: 3px;
  }
  .news-main ul.news-list li .details p {
    font-size: 10px;
  }
  .news-main ul.news-list li .details .btn-arrow {
    font-size: 14px;
  }
  .news-main ul.news-list li .details .btn-arrow:after {
    width: 12px;
    height: 8px;
    top: 7px;
  }
}
/*Blog Detail*/
.news-detail {
  padding: 80px 0 120px;
  background: #f8f8f8 url("../images/bg/bg-circle-white.png") no-repeat right top;
  background-size: auto 1000px;
}
.news-detail .date {
  font-weight: 700;
  margin-bottom: 10px;
}
.news-detail h2 {
  font-size: 40px;
  color: #b81830;
  text-align: left;
  text-transform: none;
  margin-bottom: 35px;
}
.news-detail h2 strong {
  display: block;
  color: #666;
  font-weight: 300;
}
.news-detail h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  margin: auto;
  height: 2px;
  width: 80px;
  background-color: #000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.news-detail .content-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-detail .content-blog > *:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 46%;
          flex: 0 46%;
  min-width: 46%;
  max-width: 46%;
}
.news-detail .content-blog > *:only-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  min-width: 100%;
  max-width: 100%;
}
.news-detail .text {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.news-detail .gallery {
  -webkit-box-flex: 0;
      -ms-flex: 0 54%;
          flex: 0 54%;
  min-width: 54%;
  max-width: 54%;
  padding: 60px 0 0 100px;
}
.news-detail .images-list {
  padding-bottom: 80px;
}
.news-detail .images-list li {
  position: relative;
  display: none;
}
.news-detail .images-list li:nth-of-type(1) {
  display: block;
}
.news-detail .images-list li:before {
  content: '';
  display: block;
  padding-top: 65%;
}
.news-detail .images-list li img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.news-detail .images-list .slick-arrow {
  border-color: #000;
  top: auto;
  bottom: 0;
}
.news-detail .images-list .slick-arrow:before {
  border-color: #000;
}
.news-detail .images-list .slick-arrow:hover {
  -webkit-box-shadow: inset 0 0 10px 25px #000;
          box-shadow: inset 0 0 10px 25px #000;
}
.news-detail .images-list .slick-arrow:hover:before {
  border-color: #fff;
}
@media (max-width: 1440px) {
  .news-detail {
    background-size: auto 600px;
  }
}
@media (max-width: 1366px) {
  .news-detail h2 {
    font-size: 40px;
  }
}
@media (max-width: 1280px) {
  .news-detail {
    padding: 40px 0 85px;
  }
}
@media (max-width: 1024px) {
  .news-detail h2 {
    font-size: 38px;
  }
}
@media (max-width: 800px) {
  .news-detail h2 {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .news-detail h2 {
    font-size: 33px;
  }
}
@media (max-width: 768px) {
  .news-detail h2 {
    font-size: 33px;
  }
}
@media (max-width: 650px) {
  .news-detail h2 {
    font-size: 30px;
  }
}
@media (max-width: 650px) {
  .news-detail h2 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .news-detail {
    padding: 20px 0 60px;
    background-size: auto 400px;
  }
  .news-detail h2 {
    font-size: 28px;
  }
}
@media (max-width: 360px) {
  .news-detail h2 {
    font-size: 26px;
  }
}
/*PAGINATION*/
.pagination {
  display: block;
  text-align: center;
  margin-top: 25px;
}
.pagination li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 2px;
}
.pagination li a,
.pagination li span {
  display: block;
  width: 50px;
  height: 50px;
  font-weight: 600;
  line-height: 48px;
  font-size: 16px;
  text-decoration: none !important;
  text-transform: uppercase;
  padding: 0;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
  background-color: #b81830;
  border: 1px solid #b81830;
}
.pagination li a:hover,
.pagination li span:hover {
  color: #b81830;
  -webkit-box-shadow: inset 0 0 10px 25px #fff;
          box-shadow: inset 0 0 10px 25px #fff;
}
.pagination li span {
  color: #b81830;
  background-color: #fff;
  border: 1px solid #980a1b;
  cursor: pointer;
}
.pagination li span:hover {
  background-color: #fff;
}
.pagination li.prev a,
.pagination li.next a,
.pagination li.prev span,
.pagination li.next span {
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
}
.pagination li.prev span,
.pagination li.next span {
  display: none;
}
.pagination li.prev a,
.pagination li.prev span {
  padding-right: 2px;
}
.pagination li.next a,
.pagination li.next span {
  padding-left: 2px;
}
@media (max-width: 768px) {
  .pagination li {
    margin: 1px;
  }
  .pagination li a,
  .pagination li span {
    width: 38px;
    height: 38px;
    line-height: 36px;
    font-size: 14px;
  }
  .pagination li.prev a,
  .pagination li.next a,
  .pagination li.prev span,
  .pagination li.next span {
    font-size: 28px;
    line-height: 35px;
  }
}
/*Services*/
.services {
  padding: 140px 0 120px;
  background: #f8f8f8 url("../images/bg/bg-circle-black.png") no-repeat right 140px;
  background-size: auto 1000px;
}
.services .need-help {
  padding-top: 120px;
}
.services .info {
  display: block;
  margin: 0 auto;
  width: 550px;
  max-width: 100%;
  text-align: center;
}
.services .info h2 {
  margin-bottom: 10px;
}
.services .buttons {
  text-align: center;
}
@media (max-width: 1440px) {
  .services {
    padding: 100px 0 90px;
    background-size: auto 600px;
  }
}
@media (max-width: 1280px) {
  .services {
    padding: 40px 0 85px;
  }
  .services .need-help {
    padding-top: 100px;
  }
}
@media (max-width: 1024px) {
  .services .need-help {
    padding-top: 75px;
  }
}
@media (max-width: 480px) {
  .services {
    padding: 20px 0 60px;
    background-size: auto 400px;
  }
  .services .need-help {
    padding-top: 45px;
  }
}
/*TEXT EDITOR*/
.text {
  position: relative;
  text-align: left;
  font-weight: 300;
  color: #000;
  z-index: 1;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5 {
  text-align: left;
  font-weight: 700;
  line-height: 1.2;
  color: #666;
}
.text h1,
.text h2 {
  position: relative;
  font-size: 32px;
  margin: 0 0 45px;
}
.text h1 strong,
.text h2 strong {
  display: block;
  color: #666;
  font-weight: 300;
}
.text h1:after,
.text h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  margin: auto;
  height: 2px;
  width: 80px;
  background-color: #b81830;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.text h3 {
  font-size: 28px;
  margin: 0 0 20px;
}
.text h4 {
  font-size: 26px;
  margin: 0 0 20px;
}
.text h5 {
  font-size: 24px;
  margin: 0 0 20px;
}
.text strong,
.text b {
  font-weight: 700;
}
.text em,
.text i {
  font-style: italic;
}
.text .marker {
  background-color: #FBBD1F;
}
.text time {
  margin: 0 0 30px;
}
.text p {
  width: 1100px;
  max-width: 100%;
  margin: 0 0 30px;
}
.text p:last-child {
  margin-bottom: 0;
}
.text p:last-child img {
  margin-bottom: 0;
}
.text a:not(.btn) {
  display: inline-block;
  line-height: 1.1;
  font-weight: 700;
  color: #b81830;
  border-bottom: 1px solid rgba(184, 24, 48, 0.7);
}
.text a:not(.btn):hover {
  border-bottom-color: transparent;
}
.text .underline {
  text-decoration: underline;
}
.text .button {
  margin: 40px 0 0 !important;
}
.text .video {
  position: relative;
  display: block;
  width: 700px;
  max-width: 100%;
  margin-bottom: 45px;
}
.text .video:last-of-type {
  margin-bottom: 0;
}
.text .video.play .illustration {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.text .video.play .iframe {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.text .video .illustration {
  position: relative;
  display: block;
  padding-top: 56.4%;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.text .video .illustration img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.text .video .illustration .btn-play-video {
  position: absolute;
  width: 140px;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.text .video .illustration .btn-play-video .btn-shadow {
  opacity: 0.2 !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.text .video .illustration:hover img {
  -webkit-filter: contrast(130%);
          filter: contrast(130%);
}
.text .video .illustration:hover .btn-play-video .btn-shadow {
  opacity: 0.8 !important;
}
.text .video .iframe {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.text .video .iframe iframe,
.text .video .iframe video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.text img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 500px;
  margin: 0 0 30px;
}
.text iframe {
  position: relative;
  display: block;
  max-width: 100%;
  max-height: 450px;
  width: 100%;
  height: 36.85vw;
}
.text + .files {
  margin-top: 60px;
}
.text + .news {
  padding-top: 60px;
}
.text blockquote {
  position: relative;
  margin: 1rem 2rem 1rem;
  padding: 1rem 0 1rem 2rem;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  text-align: justify;
}
.text blockquote p {
  margin: 0;
}
.text blockquote:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-block;
  height: 100%;
  width: 4px;
  background-color: #aaa;
}
.text ul {
  margin: 0 0 40px;
  width: 750px;
  max-width: 100%;
}
.text ul li {
  display: block;
  position: relative;
  padding: 0 0 8px 22px;
  line-height: 1.6;
}
.text ul li:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #b81830;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
.text ul li p {
  display: inline;
}
.text ul.sitemap {
  font-size: 26px;
  margin: 0;
  width: 950px;
}
.text ul.sitemap li {
  padding: 0 0 0 35px;
  line-height: 1.6;
}
.text ul.sitemap li:before {
  top: 16px;
}
.text ol {
  margin: 0 0 40px;
}
.text ol li {
  list-style-type: decimal;
  list-style-position: inside;
  margin: 0;
}
.text ol li p {
  display: inline;
}
.text table {
  display: table;
  width: 1100px;
  max-width: 100%;
  margin: 0 0 30px;
  border-collapse: collapse;
}
.text table td,
.text table th {
  padding: 5px 10px;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 300;
  text-align: left;
  border: 1px solid #ededed;
  word-wrap: break-word;
}
.text table thead {
  background-color: #fff;
  color: #000;
}
.text table thead th {
  font-weight: 500;
  text-transform: uppercase;
}
.text table tbody {
  background-color: #fff;
  color: #000;
}
.text table tbody tr:nth-of-type(2n) {
  background-color: #fff;
}
.text table p {
  margin: 0;
  width: auto;
}
.text.tables table td,
.text.tables table th {
  text-align: left;
}
.text.tables iframe {
  display: block;
  width: 100%;
  height: 10152px;
  border: 0;
  pointer-events: none !important;
}
.text .form-cookies {
  text-align: left;
}
.text .form-cookies h3 {
  margin: 20px 0 5px;
}
.text .form-cookies p {
  color: #000;
  text-align: left;
}
.text .form-cookies .input.input-checkbox {
  margin: -30px 0 10px;
}
.text .form-cookies .input.input-checkbox input[type="checkbox"] + label {
  color: #000;
}
.text .form-cookies .input.input-checkbox input[type="checkbox"] + label:before {
  border-color: #000;
}
.text .form-cookies .input.input-checkbox input[type="checkbox"] + label:hover:before {
  background-color: rgba(0, 0, 0, 0.05);
}
.text .form-cookies .input.input-checkbox input[type="checkbox"]:disabled + label {
  color: rgba(0, 0, 0, 0.7);
}
.text .form-cookies .input.input-checkbox input[type="checkbox"]:disabled + label:before {
  background-color: rgba(0, 0, 0, 0.1);
}
.text .form-cookies .buttons {
  text-align: left;
  margin: 40px 0 0;
}
.text .pswp__item .pswp__img {
  margin: 0;
  border: 0;
}
.text .pswp__caption {
  display: none;
}
@media (max-width: 1366px) {
  .text h1,
  .text h2 {
    font-size: 30px;
    margin: 0 0 35px;
  }
  .text h3 {
    font-size: 29px;
  }
  .text h4 {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  .text h1:after,
  .text h2:after {
    bottom: -8px;
  }
  .text > div {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .text h1,
  .text h2 {
    font-size: 26px;
    margin: 0 0 30px;
  }
  .text h1:after,
  .text h2:after {
    bottom: -8px;
    width: 85px;
  }
  .text h3 {
    font-size: 25px;
  }
  .text h4 {
    font-size: 24px;
  }
  .text > div {
    margin: 0 0 25px;
  }
  .text > div:not(.gallery):not(.video) {
    margin: 0 0 25px;
  }
  .text > div:not(.gallery):not(.video) > div:first-of-type {
    width: 340px;
    -webkit-box-flex: 0;
        -ms-flex: 0 340px;
            flex: 0 340px;
    padding: 0 0 0 40px;
  }
  .text > div:not(.gallery):not(.video) > div:last-of-type {
    -ms-flex-preferred-size: calc(100% - 340px);
        flex-basis: calc(100% - 340px);
    min-width: calc(100% - 340px);
    max-width: calc(100% - 340px);
    width: calc(100% - 340px);
    padding: 0 0 0 20px;
  }
  .text > div:not(.gallery):not(.video):nth-of-type(2n) > div:first-of-type {
    padding: 0 40px 0 0;
  }
  .text > div:not(.gallery):not(.video):nth-of-type(2n) > div:last-of-type {
    padding: 0 20px 0 0;
  }
  .text ul li {
    font-size: 16px;
    padding: 0 0 5px 20px;
  }
  .text ul li:before {
    top: 8px;
  }
  .text ul.sitemap {
    font-size: 24px;
  }
  .text ul.sitemap li:before {
    top: 13px;
  }
  .text iframe {
    height: 56vw;
  }
  .text + .files {
    margin-top: 50px;
  }
  .text + .news {
    padding-top: 50px;
  }
}
@media (max-width: 800px) {
  .text h1,
  .text h2 {
    font-size: 23px;
    margin-bottom: 25px;
  }
  .text h1:after,
  .text h2:after {
    bottom: -7px;
    width: 75px;
  }
  .text h3 {
    font-size: 22px;
  }
  .text h4 {
    font-size: 21px;
  }
  .text h5 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .text h1,
  .text h2 {
    font-size: 22px;
    margin: 0 0 25px;
  }
  .text h1:after,
  .text h2:after {
    bottom: -6px;
    width: 60px;
  }
  .text h3 {
    font-size: 21px;
    margin: 0 0 12px;
  }
  .text h4 {
    font-size: 20px;
    margin: 0 0 12px;
  }
  .text p {
    margin: 0 0 20px;
  }
  .text ul {
    margin: 0 0 20px;
  }
  .text ul li {
    font-size: 14px;
    padding: 0 0 0 20px;
  }
  .text ul li:before {
    top: 7px;
    width: 8px;
    height: 8px;
  }
  .text ul.sitemap {
    font-size: 22px;
  }
  .text ul.sitemap li:before {
    top: 9px;
  }
  .text ul.sitemap li a {
    border: 0;
    text-decoration: underline;
  }
  .text ul.sitemap li a:hover {
    text-decoration: none;
  }
  .text ol {
    margin: 0 0 20px;
  }
  .text + .files {
    margin-top: 45px;
  }
  .text + .news {
    padding-top: 45px;
  }
}
@media (max-width: 650px) {
  .text h1,
  .text h2 {
    font-size: 21px;
  }
  .text h1:after,
  .text h2:after {
    width: 65px;
  }
  .text h3 {
    font-size: 20px;
  }
  .text h4 {
    font-size: 19px;
  }
  .text h5 {
    font-size: 18px;
  }
  .text table td,
  .text table th {
    padding: 2px 5px;
    font-size: 13px;
  }
  .text > div:not(.gallery):not(.video) > div:first-of-type {
    width: 220px;
    -webkit-box-flex: 0;
        -ms-flex: 0 220px;
            flex: 0 220px;
    padding: 0 0 0 20px;
  }
  .text > div:not(.gallery):not(.video) > div:last-of-type {
    -ms-flex-preferred-size: calc(100% - 220px);
        flex-basis: calc(100% - 220px);
    min-width: calc(100% - 220px);
    max-width: calc(100% - 220px);
    width: calc(100% - 220px);
    padding: 0;
  }
  .text > div:not(.gallery):not(.video):nth-of-type(2n) > div:first-of-type {
    padding: 0 20px 0 0;
  }
  .text > div:not(.gallery):not(.video):nth-of-type(2n) > div:last-of-type {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .text h1,
  .text h2 {
    font-size: 20px;
  }
  .text h1:after,
  .text h2:after {
    width: 55px;
  }
  .text h3 {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .text h4 {
    font-size: 17px;
    margin: 0 0 10px;
  }
  .text h5 {
    font-size: 16px;
  }
  .text ul.sitemap {
    font-size: 20px;
  }
  .text ul.sitemap li {
    padding: 0 0 0 26px;
  }
  .text ul.sitemap li:before {
    top: 9px;
  }
}
@media (max-width: 450px) {
  .text > div:not(.gallery):not(.video) {
    margin: 0 0 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .text > div:not(.gallery):not(.video) > div:first-of-type {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    padding: 0 0 15px !important;
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .text > div:not(.gallery):not(.video) > div:last-of-type {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .text > div:not(.gallery):not(.video) > div h3,
  .text > div:not(.gallery):not(.video) > div h4,
  .text > div:not(.gallery):not(.video) > div h5,
  .text > div:not(.gallery):not(.video) > div p {
    text-align: left !important;
  }
}
@media (max-width: 360px) {
  .text table td,
  .text table th {
    padding: 2px 3px;
    font-size: 11px;
  }
  .text .video .illustration .btn-play-video {
    width: 80px;
  }
}
/*TITLES*/
h1,
h2,
h3,
h4,
h5 {
  display: block;
}
h1 {
  font-size: 86px;
  font-weight: 400;
  line-height: 1.2;
}
h2 {
  position: relative;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}
h3 {
  font-size: 45px;
  font-weight: 400;
  line-height: 1.2;
}
h3.block-alerts {
  font-size: 26px;
}
.title {
  margin-bottom: 80px;
}
.title h2 {
  z-index: 1;
}
.title h2:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: calc(100% + 10px);
  width: 140px;
  height: 2px;
  background-color: #b81830;
}
@media (max-width: 768px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 26px;
  }
  .title {
    margin-bottom: 65px;
  }
}
@media (max-width: 680px) {
  h1 {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 20px;
  }
  .title {
    margin-bottom: 55px;
  }
  .title h2:after {
    top: calc(100% + 8px);
    width: 100px;
  }
}
@media (max-width: 420px) {
  h1 {
    font-size: 36px;
  }
}
@media (max-width: 360px) {
  h1 {
    font-size: 32px;
  }
}
/*SELETRICS*/
.selectricWrapper {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 100%;
}
.selectricWrapper .selectric {
  position: relative;
  border: 1px solid #fff;
  background-color: #fff;
  min-width: 190px;
  width: 100%;
  border-radius: 0;
  height: 56px;
}
.selectricWrapper .selectric .label {
  display: block;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 60px 0 0;
  background-color: #fff;
  padding: 0 5px 0 30px;
  color: #000;
  border: 0;
  font-size: 16px;
  line-height: 56px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
}
.selectricWrapper .selectric .label::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
.selectricWrapper .selectric .label:-moz-placeholder {
  color: #999;
  opacity: 1;
}
.selectricWrapper .selectric .label::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.selectricWrapper .selectric .label:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.selectricWrapper .selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  padding: 0;
  height: 100%;
  color: #b81830;
  text-align: center;
  font-size: 0;
}
.selectricWrapper .selectric .button:after {
  content: "";
  position: absolute;
  top: -4px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border: 1px solid #b81830;
  border-left: 0;
  border-top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.selectricWrapper.selectricHover .selectric .button:after {
  border-color: #333333;
}
.selectricWrapper.selectricOpen {
  z-index: 19;
}
.selectricWrapper.selectricOpen .selectric {
  background-color: #ffffff;
  border-bottom: 0;
}
.selectricWrapper.selectricOpen .selectric .button:after {
  top: 4px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.selectricWrapper.selectricOpen .selectricItems {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.selectricWrapper.selectricDisabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
}
.selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  font-size: 0;
  background: none !important;
}
.selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectricItems {
  display: block;
  position: absolute;
  width: 100% !important;
  top: 100%;
  left: 0;
  z-index: -1;
  outline: none;
  cursor: default;
  max-height: 159px;
  overflow: auto;
  margin-top: -1px;
  border: 1px solid #fff;
  border-top: 0;
  -webkit-box-shadow: 0 4px 20px 1px rgba(34, 27, 16, 0.1);
          box-shadow: 0 4px 20px 1px rgba(34, 27, 16, 0.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.selectricItems .selectricScroll {
  height: 100%;
  overflow: auto;
}
.selectricAbove .selectricItems {
  top: auto;
  bottom: 100%;
}
.selectricItems ul {
  background-color: #ffffff;
  border-top: 1px solid #ededed;
}
.selectricItems ul,
.selectricItems li {
  list-style: none;
  font-size: 16px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 700;
}
.selectricItems li {
  position: relative;
  opacity: 0.9;
  display: block;
  padding: 15px 30px;
  color: #999;
  cursor: pointer;
  text-align: left;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.selectricItems li.selected {
  display: none;
  color: #737373;
}
.selectricItems li:hover {
  color: #595959;
  background-color: #f7f7f7;
}
.selectricItems li.disabled {
  display: none;
}
/*SLICK*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block !important;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.page-about-us .content {
  padding: 20px 0 160px;
  background: #f8f8f8 url("../images/bg/bg-circle-white.png") no-repeat right 140px;
  background-size: auto 1000px;
}
@media (max-width: 1024px) {
  .page-about-us .content {
    padding: 20px 0 100px;
  }
}
@media (max-width: 768px) {
  .page-about-us .content {
    padding: 20px 0 80px;
  }
}
@media (max-width: 480px) {
  .page-about-us .content {
    padding: 20px 0 60px;
  }
}
.page-about-us .quote {
  position: relative;
  display: block;
  color: #fff;
  background-color: #b81830;
  text-align: center;
  padding: 80px 100px;
}
.page-about-us .quote:before,
.page-about-us .quote:after {
  content: '';
  position: absolute;
  width: 52px;
  height: 40px;
  background: url("../images/icon/ico-quote-mark.svg") no-repeat center;
  background-size: 100% auto;
}
.page-about-us .quote:before {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 55px;
  top: 50px;
}
.page-about-us .quote:after {
  right: 55px;
  bottom: 50px;
}
.page-about-us .quote p {
  display: block;
  width: 780px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .page-about-us .quote {
    padding: 50px 100px;
  }
  .page-about-us .quote:before,
  .page-about-us .quote:after {
    width: 45px;
    height: 38px;
  }
  .page-about-us .quote:before {
    left: 30px;
    top: 30px;
  }
  .page-about-us .quote:after {
    right: 30px;
    bottom: 30px;
  }
  .page-about-us .quote p {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .page-about-us .quote {
    padding: 35px 60px;
  }
  .page-about-us .quote:before,
  .page-about-us .quote:after {
    width: 35px;
    height: 30px;
  }
  .page-about-us .quote:before {
    left: 20px;
    top: 20px;
  }
  .page-about-us .quote:after {
    right: 20px;
    bottom: 20px;
  }
  .page-about-us .quote p {
    font-size: 15px;
  }
}
@media (max-width: 550px) {
  .page-about-us .quote {
    padding: 45px 20px;
  }
  .page-about-us .quote:before,
  .page-about-us .quote:after {
    width: 30px;
    height: 26px;
  }
  .page-about-us .quote:before {
    left: 10px;
    top: 10px;
  }
  .page-about-us .quote:after {
    right: 10px;
    bottom: 10px;
  }
  .page-about-us .quote p {
    font-size: 14px;
    font-weight: 400;
  }
}
.page-about-us .text {
  padding-top: 85px !important;
  color: #000;
}
.page-about-us .text p {
  width: 100%;
  text-align: center;
}
.page-about-us .text p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .page-about-us .text {
    padding-top: 45px !important;
  }
}
.page-about-us .history {
  position: relative;
  padding-top: 140px;
}
.page-about-us .history .slick-list {
  overflow: visible;
}
.page-about-us .history ul {
  overflow-x: auto;
  white-space: nowrap;
  font-size: 0;
  padding-bottom: 20px;
}
.page-about-us .history ul li {
  display: inline-block;
  vertical-align: top;
  width: 222px;
  background-color: #b81830;
  color: #fff;
  margin-right: 6px;
  font-size: 16px;
  line-height: 1.4;
  padding: 20px 25px;
  white-space: normal;
}
.page-about-us .history ul li:last-of-type {
  margin-right: 0;
}
.page-about-us .history ul li h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 1280px) {
  .page-about-us .history ul li {
    width: 160px;
    margin-right: 5px;
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 15px 15px;
  }
  .page-about-us .history ul li h3 {
    font-size: 40px;
    margin-bottom: 5px;
  }
}
@media (max-width: 1024px) {
  .page-about-us .history {
    padding-top: 45px;
  }
}
@media (max-width: 768px) {
  .page-about-us .history ul li {
    width: 150px;
    margin-right: 2px;
    font-size: 13px;
    padding: 5px 10px 10px;
  }
  .page-about-us .history ul li h3 {
    font-size: 34px;
    margin-bottom: 2px;
  }
}
@media (max-width: 480px) {
  .page-about-us .history ul li {
    width: 140px;
    font-size: 12px;
    padding: 5px 8px 8px;
  }
  .page-about-us .history ul li h3 {
    font-size: 30px;
  }
}
.contacts {
  padding: 140px 0 160px;
  background: #f8f8f8;
}
.contacts:before {
  content: '';
  position: absolute;
  height: calc(100% + 120px);
  width: 100%;
  top: 0;
  right: -1px;
  pointer-events: none;
  background: url("../images/bg/bg-circle-black.png") no-repeat right center;
  background-size: auto 100%;
  z-index: 1;
}
.contacts .contact-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.contacts .contact-info .contact-list {
  -webkit-box-flex: 0;
      -ms-flex: 0 44%;
          flex: 0 44%;
}
.contacts .contact-info .contact-list li {
  position: relative;
  display: block;
  padding: 30px 0 30px 90px;
  line-height: 1.6;
}
.contacts .contact-info .contact-list li a {
  display: inline-block;
  border-bottom: 1px solid transparent;
  line-height: 1.1;
}
.contacts .contact-info .contact-list li a:hover {
  border-color: rgba(0, 0, 0, 0.5);
}
.contacts .contact-info .contact-list li a,
.contacts .contact-info .contact-list li strong {
  font-size: 24px;
  color: #000;
}
.contacts .contact-info .contact-list li a:before,
.contacts .contact-info .contact-list li em:before {
  content: '';
  position: absolute;
  left: 0;
  top: 30px;
  width: 58px;
  height: 58px;
  background: url("../images/icon/ico-address-red.svg") no-repeat center;
  background-size: contain;
}
.contacts .contact-info .contact-list li a[href^="tel"]:before,
.contacts .contact-info .contact-list li em[href^="tel"]:before {
  background: url("../images/icon/ico-phone-red.svg") no-repeat center;
  background-size: contain;
}
.contacts .contact-info .contact-list li a[href^="mail"]:before,
.contacts .contact-info .contact-list li em[href^="mail"]:before {
  background: url("../images/icon/ico-mail-red.svg") no-repeat center;
  background-size: contain;
}
.contacts .contact-info .map {
  -webkit-box-flex: 0;
      -ms-flex: 0 56%;
          flex: 0 56%;
  -webkit-box-shadow: 0 0 20px 1px rgba(34, 27, 16, 0.1);
          box-shadow: 0 0 20px 1px rgba(34, 27, 16, 0.1);
}
.contacts .contact-info .map .google-map {
  position: relative;
}
.contacts .contact-info .map .google-map h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.contacts .contact-info .map .google-map p {
  font-size: 15px;
  line-height: 1.5;
}
.contacts .contact-info .map .google-map > img {
  display: block;
  width: 100%;
}
.contacts .contact-info .map .google-map .map-marker {
  position: absolute;
  left: 46.5%;
  top: 58%;
  width: 0;
  height: 0;
}
.contacts .contact-info .map .google-map .map-marker img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 74px;
  height: 74px;
  border-radius: 50%;
  cursor: pointer;
}
.contacts .contact-info .map .google-map .map-marker .address {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: calc(100% + 40px);
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  width: 155px;
  padding: 12px 15px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(10px);
          transform: translateX(-50%) translateY(10px);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.contacts .contact-info .map .google-map .map-marker:hover .address {
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1440px) {
  .contacts {
    padding: 100px 0 120px;
  }
  .contacts:before {
    height: calc(100% + 70px);
    top: 50px;
    background-size: auto 60%;
  }
}
@media (max-width: 1280px) {
  .contacts {
    padding: 40px 0 85px;
  }
}
@media (max-width: 768px) {
  .contacts {
    padding-bottom: 40px;
  }
  .contacts:before {
    top: -15px;
    background-image: url("../images/bg/bg-circle-white.png");
  }
  .contacts .contact-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contacts .contact-info .contact-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .contacts .contact-info .contact-list li {
    padding: 50px 0 25px;
  }
  .contacts .contact-info .contact-list li a,
  .contacts .contact-info .contact-list li strong {
    font-size: 22px;
  }
  .contacts .contact-info .contact-list li a:before,
  .contacts .contact-info .contact-list li em:before {
    top: 0;
    right: 0;
    margin: auto;
    width: 45px;
    height: 45px;
  }
  .contacts .contact-info .map {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
  }
}
@media (max-width: 550px) {
  .contacts .contact-info .map .google-map .map-marker img {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 480px) {
  .contacts {
    padding: 20px 0 30px;
  }
}
.contact-us {
  padding: 190px 0 140px;
  color: #fff;
  background: #000 url("../images/bg/bg-contact-us.jpg") no-repeat center top;
  background-size: 1920px auto;
}
.contact-us:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
}
.contact-us .container {
  width: 1220px;
}
.contact-us .logo-main {
  position: absolute;
  width: 215px;
  background-color: transparent;
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.contact-us .logo-main:before {
  content: '';
  display: block;
  padding-top: 65%;
}
.contact-us .logo-main a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 60%;
}
.contact-us .logo-main img {
  display: block;
  width: 100%;
}
.contact-us .bg-title {
  top: 160px;
}
.contact-us h6 {
  color: #000;
}
.contact-us .text {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  color: #fff;
}
.contact-us .text strong {
  color: #b81830;
}
.contact-us .text em {
  display: block;
  font-style: normal;
  margin-top: 25px;
}
.contact-us .text p {
  width: 100%;
  text-align: center;
  margin: 0;
}
.contact-us .buttons {
  text-align: center;
}
@media (max-width: 1280px) {
  .contact-us {
    padding: 180px 0 100px;
  }
}
@media (max-width: 768px) {
  .contact-us {
    padding: 120px 0 80px;
    background-size: 1280px auto;
  }
  .contact-us .logo-main a {
    top: 39%;
    width: 45%;
  }
  .contact-us .bg-title {
    top: 105px;
  }
  .contact-us .text {
    font-size: 20px;
  }
}
@media (max-width: 580px) {
  .contact-us {
    padding: 100px 0 65px;
    background-size: 1150px auto;
  }
  .contact-us .text {
    font-size: 15px;
  }
}
/*MAIN STYLES*/
main > section {
  color: #000;
}
main > section .bg-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 115px;
  line-height: 0.75;
  opacity: 0.5;
  pointer-events: none;
}
main > section h6 {
  display: block;
  color: rgba(0, 0, 0, 0.05);
  font-size: 150px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  main > section .bg-title {
    top: 80px;
  }
  main > section h6 {
    font-size: 130px;
  }
}
@media (max-width: 1280px) {
  main > section .bg-title {
    top: 25px;
  }
  main > section h6 {
    font-size: 100px;
  }
}
@media (max-width: 768px) {
  main > section .bg-title {
    top: 28px;
  }
  main > section h6 {
    font-size: 80px;
  }
}
@media (max-width: 480px) {
  main > section .bg-title {
    top: 18px;
  }
  main > section h6 {
    font-size: 65px;
  }
}
@media (max-width: 400px) {
  main > section h6 {
    font-size: 45px;
  }
}
main .introduction {
  text-align: left;
  color: #fff;
}
main .introduction > p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
main .introduction img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
main .introduction .container {
  position: relative;
  z-index: 2;
}
main .introduction.introduction-primary {
  padding: 240px 0 220px;
  margin-bottom: 130px;
}
main .introduction.introduction-primary h1 {
  display: block;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.8;
  color: #b81830;
  text-transform: none;
}
main .introduction.introduction-primary h1 u {
  display: block;
  font-size: 83px;
  text-transform: uppercase;
  line-height: 1.1;
  text-decoration: none;
  color: #fff;
}
main .introduction.introduction-primary .slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
main .introduction.introduction-primary .slider:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
main .introduction.introduction-primary .images-list {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
main .introduction.introduction-primary .images-list .slick-list,
main .introduction.introduction-primary .images-list .slick-track {
  height: 100%;
}
main .introduction.introduction-primary .images-list li {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
main .introduction.introduction-primary .images-list img {
  position: relative;
}
main .introduction.introduction-primary .images-list .slick-arrow {
  position: absolute;
}
main .introduction.introduction-primary .info {
  width: 600px;
  max-width: 100%;
}
main .introduction.introduction-primary .info p {
  display: block;
  width: 650px;
  max-width: 100%;
  margin: 10px 0 0;
  font-size: 18px;
}
main .introduction.introduction-primary .navigation {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #cf1c37;
}
main .introduction.introduction-primary .navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #b81830;
}
main .introduction.introduction-primary .navigation ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 33.333333%;
          flex: 0 33.333333%;
  max-width: 33.333333%;
}
main .introduction.introduction-primary .navigation ul li:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 60px;
  width: 1px;
  background-color: #cf1c37;
}
main .introduction.introduction-primary .navigation ul li:last-of-type:after {
  display: none;
}
main .introduction.introduction-primary .navigation ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  height: 130px;
  color: #fff;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
main .introduction.introduction-primary .navigation ul a:hover {
  -webkit-box-shadow: inset 0 0 10px 65px #cf1c37;
          box-shadow: inset 0 0 10px 65px #cf1c37;
}
main .introduction.introduction-primary .navigation ul h3 {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  padding: 0 10px;
}
main .introduction.introduction-secondary {
  padding: 185px 0 60px;
  min-height: 540px;
  overflow: hidden;
  z-index: 1;
}
main .introduction.introduction-secondary .info p {
  display: block;
  width: 650px;
  max-width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
}
main .introduction.introduction-secondary h1 {
  display: block;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  text-transform: none;
}
main .introduction.introduction-secondary img {
  top: -40%;
  height: 140%;
}
@media (max-width: 1600px) {
  main .introduction.introduction-primary {
    padding: 185px 0 130px;
  }
  main .introduction.introduction-primary h1 {
    font-size: 42px;
  }
  main .introduction.introduction-primary h1 u {
    font-size: 70px;
  }
  main .introduction.introduction-primary .info {
    width: 480px;
  }
  main .introduction.introduction-secondary {
    padding: 185px 0 130px;
    min-height: auto;
  }
  main .introduction.introduction-secondary .info h1 {
    font-size: 70px;
  }
}
@media (max-width: 1280px) {
  main .introduction.introduction-primary {
    padding: 155px 0 100px;
  }
  main .introduction.introduction-primary h1 {
    font-size: 36px;
  }
  main .introduction.introduction-primary h1 u {
    font-size: 62px;
  }
  main .introduction.introduction-primary .info {
    width: 400px;
  }
  main .introduction.introduction-primary .info p {
    font-size: 16px;
  }
  main .introduction.introduction-secondary {
    padding: 155px 0 100px;
  }
  main .introduction.introduction-secondary .info h1 {
    font-size: 62px;
  }
  main .introduction.introduction-secondary .info p {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  main .introduction.introduction-primary {
    padding: 135px 0 80px;
    margin-bottom: 100px;
  }
  main .introduction.introduction-primary h1 {
    font-size: 32px;
  }
  main .introduction.introduction-primary h1 u {
    font-size: 54px;
  }
  main .introduction.introduction-primary .info {
    width: 360px;
  }
  main .introduction.introduction-primary img {
    -o-object-position: 0 50%;
       object-position: 0 50%;
  }
  main .introduction.introduction-primary .navigation ul li:after {
    height: 50px;
  }
  main .introduction.introduction-primary .navigation ul a {
    height: 100px;
  }
  main .introduction.introduction-primary .navigation ul h3 {
    font-size: 16px;
    padding: 0 5px;
  }
  main .introduction.introduction-secondary {
    padding: 135px 0 80px;
  }
  main .introduction.introduction-secondary .info h1 {
    font-size: 54px;
  }
}
@media (max-width: 768px) {
  main .introduction.introduction-primary {
    padding: 115px 0 70px;
    margin-bottom: 150px;
  }
  main .introduction.introduction-primary h1 {
    font-size: 28px;
  }
  main .introduction.introduction-primary h1 u {
    font-size: 48px;
  }
  main .introduction.introduction-primary .info {
    width: 300px;
  }
  main .introduction.introduction-primary .navigation ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main .introduction.introduction-primary .navigation ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 50%;
            flex: 0 50%;
    max-width: 50%;
  }
  main .introduction.introduction-primary .navigation ul li:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 1px;
    background-color: #cf1c37;
  }
  main .introduction.introduction-primary .navigation ul li:after {
    height: 40px;
  }
  main .introduction.introduction-primary .navigation ul li:nth-of-type(2):after {
    display: none;
  }
  main .introduction.introduction-primary .navigation ul li:nth-of-type(3):before,
  main .introduction.introduction-primary .navigation ul li:nth-of-type(4):before {
    display: none;
  }
  main .introduction.introduction-primary .navigation ul a {
    height: 75px;
  }
  main .introduction.introduction-primary .navigation ul h3 {
    font-size: 15px;
  }
  main .introduction.introduction-secondary {
    padding: 115px 0 70px;
  }
  main .introduction.introduction-secondary .info h1 {
    font-size: 48px;
  }
}
@media (max-width: 600px) {
  main .introduction.introduction-secondary {
    padding: 80px 0 60px;
  }
}
@media (max-width: 550px) {
  main .introduction.introduction-primary {
    padding: 100px 0 60px;
  }
  main .introduction.introduction-primary h1 {
    font-size: 25px;
  }
  main .introduction.introduction-primary h1 u {
    font-size: 42px;
  }
  main .introduction.introduction-primary .info {
    width: 265px;
  }
  main .introduction.introduction-primary .info p {
    font-size: 15px;
  }
  main .introduction.introduction-primary img {
    -o-object-position: 18% 50%;
       object-position: 18% 50%;
  }
  main .introduction.introduction-secondary .info h1 {
    font-size: 42px;
  }
  main .introduction.introduction-secondary .info p {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  main .introduction.introduction-primary h1 {
    font-size: 22px;
    text-align: center;
  }
  main .introduction.introduction-primary h1 u {
    font-size: 38px;
  }
  main .introduction.introduction-primary .info {
    width: 100%;
    text-align: center;
  }
  main .introduction.introduction-primary img {
    width: 215%;
    -o-object-position: 0 50%;
       object-position: 0 50%;
  }
  main .introduction.introduction-secondary .info {
    text-align: center;
  }
  main .introduction.introduction-secondary .info h1 {
    font-size: 38px;
  }
  main .introduction.introduction-secondary .info p {
    margin-top: 8px;
  }
  main .introduction.introduction-secondary .buttons {
    text-align: center;
  }
}
main .about-us {
  padding: 220px 0 150px;
  color: #fff;
  background: #000 url("../images/bg/bg-about-us.jpg") no-repeat center top;
  background-size: 1920px auto;
}
main .about-us:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
}
main .about-us .container {
  width: 1220px;
}
main .about-us .logo-main {
  position: absolute;
  width: 215px;
  background-color: transparent;
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
main .about-us .logo-main:before {
  content: '';
  display: block;
  padding-top: 65%;
}
main .about-us .logo-main a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 60%;
}
main .about-us .logo-main img {
  display: block;
  width: 100%;
}
main .about-us .bg-title {
  top: 160px;
}
main .about-us h6 {
  color: #000;
}
main .about-us .text {
  color: #fff;
}
main .about-us .text p {
  text-align: center;
}
@media (max-width: 1280px) {
  main .about-us {
    padding: 180px 0 100px;
  }
}
@media (max-width: 768px) {
  main .about-us {
    padding: 120px 0 80px;
    background-size: 1280px auto;
  }
  main .about-us .logo-main a {
    top: 39%;
    width: 45%;
  }
}
@media (max-width: 580px) {
  main .about-us {
    padding: 100px 0 65px;
    background-size: cover;
  }
  main .about-us .text {
    font-size: 15px;
  }
}
@media (max-width: 430px) {
  main .about-us .text {
    font-size: 14px;
  }
}
.content {
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 1;
}
.content.content-detail .container > .details {
  padding-top: 0;
}
.content .container > .text {
  padding-top: 20px;
}
.content .container > .details {
  padding-top: 80px;
}
@media (max-width: 1024px) {
  .content {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .content .container > .details {
    padding-top: 55px;
  }
}
@media (max-width: 768px) {
  .content {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .content .container > .text {
    padding-top: 10px;
  }
  .content .container > .details {
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .content .container > .text {
    padding-top: 0;
  }
}
