/* V-system - Expert */
/* Imports */
/* V-system - Expert */
html,
body,
form,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
div,
hr,
input,
fieldset,
button {
  margin: 0px;
  padding: 0px;
}
/* Global settings */
.blind,
hr {
  display: none !important;
}
fieldset,
a,
a img {
  border: none;
  outline: none;
}
input,
textarea {
  outline: none;
  display: block;
  resize: none;
}
select,
button,
input,
textarea {
  font-family: 'Montserrat', sans-serif;
}
button {
  outline: none;
  cursor: pointer;
}
/* Layout */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  font-family: 'Montserrat', sans-serif;
  padding-top: 88px;
}
@media (max-width: 1100px) {
  body {
    padding-top: 80px;
  }
}
section {
  width: 100%;
  clear: both;
  min-height: 1%;
  position: relative;
  padding-top: 100px;
}
section:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
@media (max-width: 1100px) {
  section {
    padding-top: 80px;
  }
}
section .row {
  min-height: 1%;
  width: 100%;
  clear: both;
}
section .row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.pt0 {
  padding-top: 0 !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.half {
  width: 50%;
  min-height: 1%;
}
.half:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.half img {
  display: block;
  margin: 0 auto;
}
.half.left {
  float: left;
  padding-right: 20px;
}
.half.right {
  float: right;
  padding-left: 20px;
}
@media (max-width: 1100px) {
  .half {
    width: 100% !important;
  }
  .half:first-of-type {
    padding-bottom: 50px !important;
  }
  .half.left {
    float: none;
    padding-right: 0 !important;
  }
  .half.right {
    float: none;
    padding-left: 0 !important;
  }
}
.container {
  max-width: 1480px;
  padding: 0 20px;
  margin: 0 auto;
  min-height: 1%;
  position: relative;
}
.container:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
span.date,
p.date {
  display: block;
  clear: both;
  margin-bottom: 17px;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  padding-left: 25px;
  background: url("./images/date.png") left center no-repeat;
  background-size: 14px 14px;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Montserrat', sans-serif;
}
h1,
h2 {
  font-size: 32px;
  clear: both;
  margin-bottom: 30px;
  line-height: 1.3;
  color: #000000;
  font-weight: 600;
}
h1.red,
h2.red {
  color: #EC0731;
}
@media (max-width: 1100px) {
  h1,
  h2 {
    font-size: 30px;
    line-height: 1.4;
  }
}
@media (max-width: 450px) {
  h1,
  h2 {
    font-size: 28px;
  }
}
h3 {
  font-size: 24px;
  clear: both;
  margin-bottom: 17px;
  line-height: 1.4;
  color: #000000;
  font-weight: 600;
}
h3.red {
  color: #EC0731;
}
@media (max-width: 1100px) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 450px) {
  h3 {
    font-size: 20px;
  }
}
p,
ul li,
table td,
table th,
ol li {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.75;
  font-weight: normal;
  color: #000;
}
p strong,
ul li strong,
table td strong,
table th strong,
ol li strong {
  font-weight: bold;
}
p a,
ul li a,
table td a,
table th a,
ol li a {
  color: inherit;
}
p a:hover,
ul li a:hover,
table td a:hover,
table th a:hover,
ol li a:hover {
  text-decoration: none;
}
section ul,
.remodal ul,
.remodal ol {
  margin-bottom: 25px;
  clear: both;
  padding: 0 0;
  list-style: none;
}
section ul li,
.remodal ul li,
.remodal ol li {
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}
section ul li:before,
.remodal ul li:before,
.remodal ol li:before {
  display: block;
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  left: 0;
  top: 7px;
  background: #EC0731;
  background-size: 100% 100%;
  border-radius: 50%;
}
section ul li strong,
.remodal ul li strong,
.remodal ol li strong {
  font-weight: bold;
}
section ul li a,
.remodal ul li a,
.remodal ol li a {
  color: inherit;
}
section ul li a:hover,
.remodal ul li a:hover,
.remodal ol li a:hover {
  text-decoration: none;
}
.button {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: transparent;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  outline: none;
  min-width: 130px;
  padding: 0 30px;
  height: 52px;
  line-height: 53px;
  border-radius: 5px;
  border-color: #EC0731;
  background: #EC0731;
  border: none !important;
}
.button:hover {
  background: #ff8b6c;
}
.button.white {
  background: #fff;
  color: #000;
}
.button.white:hover {
  color: #fff;
  background: #363636;
}
@media (max-width: 450px) {
  .button {
    padding: 0 20px;
  }
}
.link-more {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  display: inline-block;
  text-decoration: none;
  border-bottom: 5px solid #EC0731;
  padding-bottom: 3px;
  font-weight: 600;
}
table {
  border-spacing: 0;
  width: 100%;
}
table tr td:first-of-type,
table tr th:first-of-type {
  text-align: left;
  padding-left: 0;
}
table tr td:last-of-type,
table tr th:last-of-type {
  padding-right: 0;
}
table tr:last-of-type td,
table tr:last-of-type th {
  border-bottom: none;
}
table td,
table th {
  padding: 12px 10px;
  border-bottom: 1px solid #bbbbbb;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 767px) {
  table td,
  table th {
    font-size: 13px;
    line-height: 19px;
  }
}
@media (max-width: 450px) {
  table td,
  table th {
    font-size: 11px;
    padding: 10px 5px;
    line-height: 16px;
  }
}
table th {
  border-top: none;
  font-weight: bold;
  border-bottom: 1px solid #000;
}
.table-content {
  max-width: 100%;
  overflow: auto;
}
/* Header */
header {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9999;
  width: 100%;
  padding: 27px 0;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
header * {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
header .logo {
  float: left;
  display: block;
  height: 64px;
  margin: -10px 0 -14px 0;
}
@media (max-width: 450px) {
  header .logo {
    height: 52px;
    margin: 0 0;
  }
}
header .right {
  min-height: 1%;
  display: block;
  float: right;
}
header .right:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
header .navigation-link-mobile {
  display: none;
}
header nav.visible {
  display: block !important;
}
header nav .menu {
  min-height: 1%;
  display: block;
  list-style: none;
  padding: 0 0;
  margin: 0 0;
}
header nav .menu:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
header nav .menu li {
  float: left;
  display: block;
  margin: 0 0;
  margin-left: 44px;
  padding: 0 0;
  clear: none;
  position: relative;
}
header nav .menu li a.menu-link {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  text-decoration: none;
  font-size: 16px;
  height: 40px;
  line-height: 41px;
  color: #000;
  display: inline-block;
}
header nav .menu li a.menu-link:hover {
  text-decoration: underline;
}
header nav .menu li a.menu-link.active {
  font-weight: 600;
  color: #EC0731;
}
header nav .menu li a.menu-link.button {
  border: none;
  height: 40px;
  line-height: 41px;
  font-size: 16px;
  padding: 0 25px;
  min-width: 1px;
  font-weight: bold;
  color: #fff;
}
header nav .menu li a.menu-link.button:hover {
  color: #EC0731;
  background: #fff;
}
header nav .menu li:first-of-type {
  margin-left: 0;
}
header nav .menu li:last-of-type {
  margin-left: 54px;
}
@media (max-width: 1300px) {
  header nav .menu li {
    margin-left: 24px;
  }
  header nav .menu li:first-of-type {
    margin-left: 0;
  }
  header nav .menu li:last-of-type {
    margin-left: 32px;
  }
}
header.small {
  position: fixed;
}
header.small .top {
  display: none;
}
@media (max-width: 1100px) {
  header,
  header.small {
    position: absolute;
  }
  header .container,
  header.small .container {
    position: static;
  }
  header nav,
  header.small nav {
    margin-top: 0;
    padding: 0 0;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background: #fff;
    display: none;
    border-top: 1px solid #bbbbbb !important;
  }
  header nav .menu,
  header.small nav .menu {
    width: 100%;
    display: block;
  }
  header nav .menu li,
  header.small nav .menu li {
    width: 100%;
    padding: 0 0 !important;
    margin: 0 0 !important;
    display: block;
  }
  header nav .menu li a.menu-link,
  header.small nav .menu li a.menu-link {
    width: 100%;
    display: block;
    border: none !important;
    border-bottom: 1px solid #bbbbbb !important;
    padding: 17px 20px 15px 20px;
    height: auto;
    line-height: normal;
    color: #000 !important;
    margin: 0 0;
    text-align: left;
    background: none !important;
  }
  header nav .menu li a.menu-link:hover,
  header.small nav .menu li a.menu-link:hover,
  header nav .menu li a.menu-link.active,
  header.small nav .menu li a.menu-link.active {
    font-weight: 500;
    text-decoration: none;
  }
  header nav .menu li a.menu-link.button,
  header.small nav .menu li a.menu-link.button {
    border-radius: 0 0;
    margin: 0 0;
    padding: 17px 20px 15px 20px;
    font-size: 15px;
    font-weight: 500;
    height: auto;
    line-height: normal;
  }
  header nav .menu li .submenu,
  header.small nav .menu li .submenu {
    display: none !important;
  }
  header .navigation-link-mobile,
  header.small .navigation-link-mobile {
    position: absolute;
    float: right;
    display: inline-block;
    width: 36px;
    height: 32px;
    padding: 6px;
    top: 50%;
    margin-top: -16px;
    right: 20px;
    vertical-align: middle;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
  }
  header .navigation-link-mobile span,
  header.small .navigation-link-mobile span {
    position: absolute;
    left: 6px;
    opacity: 1;
    display: block;
    height: 3px;
    width: calc(100% - 12px);
    background: #EC0731;
    border-radius: 9px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  header .navigation-link-mobile span:nth-child(1),
  header.small .navigation-link-mobile span:nth-child(1) {
    top: 6px;
  }
  header .navigation-link-mobile span:nth-child(2),
  header.small .navigation-link-mobile span:nth-child(2),
  header .navigation-link-mobile span:nth-child(3),
  header.small .navigation-link-mobile span:nth-child(3) {
    top: 14px;
  }
  header .navigation-link-mobile span:nth-child(4),
  header.small .navigation-link-mobile span:nth-child(4) {
    top: 22px;
  }
  header .navigation-link-mobile.active span:nth-child(1),
  header.small .navigation-link-mobile.active span:nth-child(1) {
    width: 0%;
    left: 50%;
  }
  header .navigation-link-mobile.active span:nth-child(2),
  header.small .navigation-link-mobile.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .navigation-link-mobile.active span:nth-child(3),
  header.small .navigation-link-mobile.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .navigation-link-mobile.active span:nth-child(4),
  header.small .navigation-link-mobile.active span:nth-child(4) {
    width: 0%;
    left: 50%;
  }
}
/* Footer */
footer {
  width: 100%;
  min-height: 1%;
  clear: both;
  background: #EC0731;
}
footer:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
footer .top {
  padding: 25px 0;
}
footer .top p,
footer .top h3,
footer .top ul li,
footer .top p a,
footer .top ul li a {
  color: #fff;
}
footer .top p {
  font-size: 16px;
  float: left;
  display: inline-block;
  margin: 0 0;
  width: calc(100% - 260px);
}
footer .top .button {
  float: right;
  margin-left: 25px;
  margin-top: 2px;
}
footer .bottom {
  width: 100%;
  clear: both;
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
footer .bottom img {
  float: left;
  height: 45px;
}
footer .bottom p {
  float: left;
  margin: 0 0;
  margin-left: 18px;
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
}
footer .bottom span {
  display: inline-block;
  margin: 0 10px;
}
footer .social {
  float: right;
  min-height: 1%;
  width: auto;
  padding-top: 9px;
}
footer .social:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
footer .social a {
  display: inline-block;
  float: left;
  margin-left: 38px;
  height: 35px;
  line-height: 35px;
}
footer .social a i {
  font-size: 32px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
footer .social a:hover i {
  color: #fff;
}
@media (max-width: 1100px) {
  footer .half.left {
    text-align: center;
  }
  footer .half.left img {
    margin: 0 auto;
    float: none;
    clear: both;
  }
  footer .half.left p {
    margin: 0 0;
    margin-top: 20px;
  }
  footer .social {
    padding-top: 0;
    float: none;
    width: 100%;
    text-align: center;
    margin-top: -23px;
  }
  footer .social a {
    float: none;
    margin: 0 20px;
  }
}
@media (max-width: 1020px) {
  footer .top p {
    width: 100%;
  }
  footer .top .button {
    float: left;
    clear: both;
    margin-left: 0;
    margin-top: 20px;
  }
}
/* Remodal */
.remodal {
  max-width: 880px;
  padding: 45px;
  text-align: left;
}
.remodal .remodal-close {
  background: #EC0731;
  top: 10px;
  right: 10px;
  left: auto;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 50%;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.remodal .remodal-close:before {
  color: #fff;
  width: 34px;
  height: 34px;
  line-height: 36px;
  font-size: 22px;
}
.remodal h3 {
  font-family: 'Rubik', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 30px;
}
.remodal table {
  width: 100%;
  margin-bottom: 20px;
}
.remodal table tr th,
.remodal table tr td {
  border: none !important;
  text-align: left !important;
  padding: 9px 10px 8px 10px !important;
}
@media (max-width: 767px) {
  .remodal table tr th,
  .remodal table tr td {
    font-size: 13px;
    line-height: 19px;
  }
  .remodal table tr th .link-more,
  .remodal table tr td .link-more {
    font-size: 13px;
    line-height: 19px;
  }
}
.remodal table tr:nth-child(even) th,
.remodal table tr:nth-child(even) td {
  background: #f8f8f8;
}
.remodal .bottom {
  min-height: 1%;
  width: 100%;
  padding-top: 15px;
}
.remodal .bottom:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.remodal .bottom .half.right {
  text-align: right;
}
@media (max-width: 1020px) {
  .remodal .bottom .half.right {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .remodal {
    padding: 40px 20px;
  }
}
/*------ Components -------*/
/* Form */
form p {
  min-height: 1%;
}
form p:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
form label {
  font-size: 16px;
  color: #000000;
  clear: both;
  margin-bottom: 10px;
  display: block;
}
form input[type="text"],
form input[type="email"],
form input[type="password"],
form textarea,
form select {
  border: 1px solid #bbbbbb;
  width: 100%;
  display: block;
  border-radius: 5px;
  height: 55px;
  line-height: 55px;
  outline: none !important;
  padding: 0 20px;
  font-size: 16px;
  background: #fff;
  color: #000000;
}
form textarea {
  height: 219px;
  padding: 18px 20px;
  line-height: 23px;
}
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 35px;
  background: #fff url("./images/select.svg") 97% center no-repeat;
  background-size: 13px auto;
}
/* Checkbox */
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  left: 0;
  clear: none !important;
  display: block;
  top: 4px;
  cursor: pointer;
  padding: 0 0;
  float: left !important;
  background: transparent;
  width: 18px;
  border: 1px solid #bbbbbb;
  height: 18px;
  border-radius: 0 0 !important;
  outline: none;
}
input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  background: #EC0731;
}
/* Cookies */
.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 888;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 8px 20px;
}
.cookies p {
  font-size: 13px;
  line-height: 20px;
  padding: 10px 0;
  display: inline-block;
  clear: none;
  width: auto;
  margin: 0 10px;
}
.cookies .button {
  height: 30px;
  line-height: 30px;
  clear: none;
  margin: 5px 10px;
  font-size: 13px;
  font-weight: bold;
  min-width: 1px;
}
/* Newsletter */
.section-newsletter {
  background: #363636;
  margin-top: 100px;
}
@media (max-width: 1100px) {
  .section-newsletter {
    margin-top: 80px;
  }
}
.section-newsletter * {
  color: #fff;
}
.section-newsletter .container {
  padding: 25px 20px;
  padding-right: 500px;
}
.section-newsletter .left {
  width: 100%;
  padding-top: 2px;
}
.section-newsletter p {
  font-size: 16px;
  margin: 0 0;
}
.section-newsletter p .small {
  display: block;
  clear: both;
  width: 100%;
  font-size: 13px;
}
.section-newsletter .right {
  width: 500px;
  padding: 0 20px;
  position: absolute;
  top: 28px;
  right: 0;
  padding-right: 185px;
}
.section-newsletter .button {
  min-width: 1px;
  padding: 0 0;
  width: 138px;
  position: absolute;
  top: 0;
  right: 20px;
}
.section-newsletter input[type="text"],
.section-newsletter input[type="email"],
.section-newsletter input[type="password"] {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  height: 52px;
  line-height: 52px;
}
.section-newsletter ::placeholder {
  color: #fff;
  opacity: 1;
}
.section-newsletter :-ms-input-placeholder {
  color: #fff;
}
.section-newsletter ::-ms-input-placeholder {
  color: #fff;
}
@media (max-width: 1020px) {
  .section-newsletter .container {
    padding: 20px;
  }
  .section-newsletter .left,
  .section-newsletter .right {
    width: 100%;
    padding: 0 0;
    float: none;
    position: relative;
    clear: both;
    top: 0;
    left: 0;
  }
  .section-newsletter .right {
    margin-top: 20px;
    padding-right: 165px;
  }
  .section-newsletter .button {
    right: 0;
  }
}
@media (max-width: 550px) {
  .section-newsletter .right {
    padding-right: 0;
  }
  .section-newsletter .button {
    position: static;
    margin-top: 15px;
  }
}
/* Slider styles */
.slick-dots {
  list-style: none;
  display: block;
  width: 100%;
  padding: 0 0;
  margin: 0 0;
  padding-top: 25px;
  clear: both;
}
.slick-dots li {
  clear: none;
  display: inline-block;
  margin: 0 8px;
  padding: 0 0;
}
.slick-dots li:before {
  display: none;
}
.slick-dots li button {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #bbbbbb;
  outline: none;
  text-align: left;
  text-indent: -1000px;
  overflow: hidden;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  border: 4px solid #fff;
}
.slick-dots li.slick-active button {
  border-color: #EC0731;
  background: #EC0731;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  width: 13px;
  height: 21px;
  border: none;
  outline: none;
  cursor: pointer;
  margin-top: -10.5px;
  background-image: url("./images/prev-next.png");
  background-size: 200% 200%;
  background-repeat: no-repeat;
  text-align: left;
  background-color: transparent;
  text-indent: -1000px;
  z-index: 800;
  overflow: hidden;
}
.slick-arrow.slick-prev {
  left: 0;
  background-position: left bottom;
}
.slick-arrow.slick-prev:hover {
  background-position: left top;
}
.slick-arrow.slick-next {
  right: 0;
  background-position: right bottom;
}
.slick-arrow.slick-next:hover {
  background-position: right top;
}
/* Contact */
.section-contact .half.left {
  padding-right: 28px;
}
.section-contact .half.right {
  padding-left: 28px;
}
.section-contact p {
  font-size: 16px;
  clear: both;
}
.section-contact .img {
  margin-top: 47px;
  clear: both;
  float: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 5px;
  width: 100%;
  height: 560px;
  overflow: hidden;
}
.section-contact .contact-info {
  width: 100%;
}
.section-contact .contact-info a {
  display: inline-block;
}
.section-contact .contact-info a.phone {
  font-weight: bold;
  color: #000;
  text-decoration: none;
  font-size: 33px;
  margin-bottom: 6px;
}
.section-contact .contact-info a.email {
  margin-bottom: 2px;
  color: #EC0731;
  font-weight: 600;
  font-size: 16px;
}
.section-contact .contact-info a.email:hover {
  text-decoration: none;
}
@media (max-width: 1020px) {
  .section-contact .img {
    max-height: 560px;
    height: 80vw;
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .section-contact .contact-info a.phone {
    font-size: 22px;
  }
}
.contact-form {
  position: relative;
  min-height: 1%;
  text-align: left;
}
.contact-form:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.contact-form form {
  width: 100%;
  min-height: 1%;
  display: block;
}
.contact-form form:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.contact-form form p {
  width: 100%;
  clear: both;
  display: block;
  margin-bottom: 25px;
}
.contact-form form p.last {
  margin-bottom: 0;
}
.contact-form form p.checkbox {
  padding-left: 31px;
  position: relative;
}
/* FAQ */
.accordion {
  width: 100%;
  min-height: 1%;
  clear: both;
  margin: 35px auto 20px auto;
}
.accordion:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.accordion .item {
  text-align: left;
  margin-bottom: 15px;
  min-height: 1%;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
  -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
  box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
  border-radius: 5px;
  width: 100%;
}
.accordion .item:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.accordion .accordion-link {
  width: 100%;
  display: block;
  padding: 28px 34px 24px 50px;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  line-height: 1.5;
  min-height: 1%;
  font-weight: bold;
}
.accordion .accordion-link:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.accordion .accordion-link:before {
  z-index: 10;
  width: 14px;
  height: 4px;
  background: #EC0731;
  content: "";
  display: none;
  top: 50%;
  margin-top: -2px;
  position: absolute;
  right: 17px;
}
.accordion .accordion-link:after {
  height: 14px;
  z-index: 10;
  width: 4px;
  background: #EC0731;
  content: "";
  display: none;
  top: 50%;
  visibility: visible;
  margin-top: -7px;
  position: absolute;
  right: 22px;
}
.accordion .accordion-link .link-more {
  float: right;
  display: inline-block;
  margin-left: 20px;
  position: relative;
  top: -3px;
}
.accordion .accordion-link.active:after {
  opacity: 0;
}
@media (max-width: 1020px) {
  .accordion .accordion-link {
    padding: 18px 60px 14px 25px;
  }
  .accordion .accordion-link .link-more {
    display: none;
  }
  .accordion .accordion-link:before,
  .accordion .accordion-link:after {
    display: block;
  }
}
.accordion .content {
  padding: 5px 25px 0 50px;
  display: none;
}
.accordion .content p {
  font-size: 15px;
  line-height: 22px;
}
.accordion .content ul li {
  font-size: 15px;
  line-height: 22px;
}
.accordion .content.active {
  display: block;
}
@media (max-width: 1020px) {
  .accordion .content {
    padding: 5px 20px 0 25px;
  }
}
/* Text boxes */
.section-text-boxes .container {
  padding: 0 5px;
}
.section-text-boxes .row {
  padding: 0 15px;
}
.section-text-boxes .services-slider {
  margin: 0 auto;
  min-height: 1%;
  width: 100%;
}
.section-text-boxes .services-slider:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-text-boxes .slick-track {
  display: flex !important;
  align-items: stretch;
  flex-direction: row;
}
.section-text-boxes .slider-text-box {
  outline: none !important;
  flex: 1 1 auto;
  text-align: left;
  border-radius: 5px;
  margin: 25px 15px;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
  -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
  box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
  background-color: #fff;
  background-repeat: no-repeat;
}
.section-text-boxes .slider-text-box .img {
  clear: both;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 253px;
  position: relative;
}
.section-text-boxes .slider-text-box .text {
  clear: both;
  text-align: left;
  padding: 35px 25px;
}
@media (max-width: 767px) {
  .section-text-boxes .slider-text-box .text {
    padding: 29px 20px;
  }
}
/* Intro */
.section-intro {
  width: 100%;
  min-height: 1%;
  position: relative;
  padding: 0 0 !important;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.section-intro:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-intro:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(to right, #000000, rgba(0, 0, 0, 0));
  display: block;
  z-index: 10;
}
.section-intro .container {
  padding: 160px 20px;
  position: relative;
  z-index: 20;
}
@media (max-width: 1100px) {
  .section-intro .container {
    padding: 130px 20px;
  }
}
@media (max-width: 767px) {
  .section-intro .container {
    padding: 90px 20px;
  }
}
.section-intro .container {
  position: relative;
}
.section-intro .text {
  width: 100%;
  max-width: 680px;
}
.section-intro .text * {
  color: #fff;
}
.section-intro h2,
.section-intro h1 {
  font-size: 60px;
  line-height: 1.13;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 1100px) {
  .section-intro h2,
  .section-intro h1 {
    font-size: 50px;
    line-height: 1.2;
  }
}
@media (max-width: 450px) {
  .section-intro h2,
  .section-intro h1 {
    font-size: 35px;
    line-height: 1.3;
  }
}
.section-intro p {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 0;
}
/* Services */
.section-services .slider-text-box .img {
  height: 325px;
}
/* About us */
.img-news {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 300px;
  height: 40vw;
  max-height: 430px;
}
.alert {
  font-size: 16px;
  color: #EC0731;
}
/* Icons */
.section-icons .item {
  text-align: left;
  padding-left: 110px;
  position: relative;
  width: 100%;
  max-width: 660px;
  margin-bottom: 55px;
  min-height: 85px;
}
.section-icons .item h3 {
  margin-bottom: 6px;
}
.section-icons .item p {
  margin-bottom: 0;
}
.section-icons .icon {
  position: absolute;
  left: 0;
  top: 5px;
  width: 110px;
  text-align: left;
  min-height: 1%;
}
.section-icons .icon:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-icons .icon img {
  width: auto;
  max-width: 85px;
  float: left;
  display: block;
}
@media (max-width: 1100px) {
  .section-icons .item {
    margin-bottom: 50px !important;
    max-width: 100%;
  }
  .section-icons .item:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .section-icons .item {
    padding-left: 90px;
    min-height: 65px;
  }
  .section-icons .item .icon {
    top: 7px;
  }
  .section-icons .item .icon img {
    max-width: 65px;
  }
}
@media (max-width: 450px) {
  .section-icons .item {
    padding-left: 0;
    min-height: 1px;
  }
  .section-icons .item .icon {
    position: static;
    margin-bottom: 20px;
  }
}
/* More info */
.section-more-info .text {
  float: left;
  width: 55%;
  padding-left: 25px;
}
.section-more-info .img {
  width: 45%;
  float: left;
}
.section-more-info h2 {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.section-more-info p {
  margin-bottom: 28px;
}
@media (max-width: 1300px) {
  .section-more-info .container {
    padding-top: 0 !important;
  }
  .section-more-info .img {
    padding: 0 0 !important;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    float: none;
  }
  .section-more-info .img img {
    height: 260px;
  }
  .section-more-info .text {
    width: 100%;
    padding: 0 0;
    text-align: center;
    float: none;
  }
}
@media (max-width: 550px) {
  .section-more-info h2 {
    font-size: 22px;
  }
  .section-more-info .img img {
    height: auto;
    max-height: 260px;
    max-width: 100%;
  }
}
/* Mixins */
.cf {
  min-height: 1%;
}
.cf:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.inner-border {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.upp {
  text-transform: uppercase;
}
.und {
  text-decoration: underline;
}
.img-grey {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all 0.6s ease;
  /* Transition for Webkit browsers */
}
.img-color {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none;
}
.animated {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.radius {
  border-radius: 5px;
}
.shadow {
  -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
  -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
  box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
}
.text-hidden {
  text-align: left;
  text-indent: -1000px;
  display: block;
  overflow: hidden;
}
.grey-bg {
  background: rgba(0, 0, 0, 0.5);
}
.rubik {
  font-family: 'Rubik', sans-serif;
}
.mont {
  font-family: 'Montserrat', sans-serif;
}
/*# sourceMappingURL=global.css.map */
