/* open-sans-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/roboto-Regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-Regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-Regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  font-size: 8px;
  overflow-x: hidden;
}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
  html {
    font-size: 10px;
  }
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #0a0203;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.7rem;
  overflow-x: hidden;
}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
  body {
    font-size: 1.5rem;
  }
}
.container {
  position: relative;
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container::after {
  content: "";
  display: table;
  clear: both;
}
.container-footer,
.container-other {
  max-width: 150rem;
  padding: 0 3rem;
}
input,
textarea {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}
a,
button {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
img {
  max-width: 100%;
  border: 0;
}
strong {
  font-weight: 700;
}
p {
  margin-bottom: 1.5rem;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
:-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.text-justify {
  text-align: justify;
}
@media only screen and (min-width: 37.5em) {
  /*600px*/
  .column-count,
  .ref-list ul {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 5rem;
    column-gap: 5rem;
  }
}
.text-center {
  text-align: center;
}
/*----------BREADCRUMBS---------*/
.bread-crumbs {
  padding: 4rem 0 1.4rem 0;
  background: #f1f1f1;
  text-align: right;
  width: 100%;
}
.bread-crumbs ul {
  list-style: none;
}
.bread-crumbs ul li {
  font-size: 1.4rem;
  display: inline-block;
  font-weight: 600;
}
.bread-crumbs ul li a {
  font-weight: 400;
}
.bread-crumbs ul li a:hover {
  color: #d71920;
}
.bread-crumbs ul li:after {
  content: "|";
  padding-left: 1rem;
  padding-right: 1rem;
}
.bread-crumbs ul li:last-child:after {
  content: "";
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 26.25em) {
  /*420px*/
  .bread-crumbs {
    padding: 1.4rem 0;
  }
}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  .bread-crumbs {
    width: 160rem;
  }
}
/*---------------END BREADCRUMBS----------*/
/*---------------FLEX----------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.flex-center-y {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-center-x {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.flex-end-x {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
/*---------------END FLEX----------*/
/*---------------TITLE----------*/
.title {
  padding: 10rem 0 6rem 0;
  text-align: center;
}
.title-other {
  padding: 0;
}
.title h1,
h1,
.title h2,
.text-holder h2 {
  font-size: 3.2rem;
  font-weight: 300;
}
.title p {
  width: 30%;
  margin: 3rem auto 0 auto;
}
.container-other .title p {
  width: 100%;
}
@media only screen and (min-width: 48em) {
  /*768px*/
  .container-other .title p {
    width: 40%;
  }
}
/*---------------END TITLE----------*/
/*---------------BUTTONS----------*/
.btn {
  display: inline-block;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  cursor: pointer;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  color: #fff;
  border: 1px solid #fff;
  padding: 1rem 3rem;
  letter-spacing: 1px;
  font-size: inherit;
}
.btn-red {
  background-color: rgba(215, 25, 32, 0.8);
}

.btn-red:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #d71920;
}

.btn-black {
  background-color: #0a0203;
  color: #fff;
}
.btn-black:hover {
  background-color: #fff;
  color: #0a0203;
  border-color: #0a0203;
}

.btn-rd {
  color: #d71920;
}

/*---------------END BUTTONS----------*/

/*--------------COOKIES-------------*/
.cookie-container {
  background: #27ae60;
  bottom: 0;
  display: block;
  padding: 4rem 3rem;
  position: fixed;
  width: 100%;
  z-index: 9999;
  color: #fff;
  max-width: 40rem;
  border-radius: 0.6rem;
  border-bottom-left-radius: 0;
}
.cookie-container h4 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 1.5rem;
}
.cookie-container p {
  margin: 0;
  color: #fff;
  font-size: 1.4rem;
}
.agree {
  background-color: #fff;
  color: #27ae60;
  border-radius: 0.6rem;
  font-size: 1.4rem;
  padding: 1rem 2rem;
  display: inline-block;
  margin-top: 1.5rem;
  font-weight: 700;
  border: 1px solid #fff;
}
.agree:hover {
  border-color: #fff;
  color: #fff;
  background: transparent;
}

/*--------------END COOKIES-------------*/
/*--------------HEADER-------------*/
.header {
  color: #fff;
  position: absolute;
  left: 0;
  top: 14rem;
  width: 100%;
  text-transform: uppercase;
  background: #d71920;
  z-index: 5;
}

.header ul {
  padding-left: 0;
  list-style: none;
}
.header ul li {
  display: block;
}
.header ul li a {
  display: inline-block;
  font-weight: 600;
  font-size: 1.6rem;
}
.lang {
  margin-left: auto;
}
.lang li a:hover,
.lang li a.slc {
  opacity: 0.7;
}
.logo {
  width: 17.4rem;
  height: 15rem;
  background-image: url(../images/s-bg.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: 18rem;
  z-index: 20;
}
.logo img {
  width: 13rem;
}

.main-nav li a {
  padding: 1rem;
  position: relative;
}
.header ul.lang li {
  display: inline-block;
}
.lang li a {
  padding: 3rem 0.2rem;
}
.search-toggle {
  margin: 0 2rem 0 2rem;
  width: 2.7rem;
}
.main-nav li a::before,
.main-nav li a::after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.3s;
  transition: opacity 0.2s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s, -webkit-transform 0.3s;
}
.main-nav li a::before {
  margin-right: 10px;
  content: "[";
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.main-nav li a::after {
  margin-left: 10px;
  content: "]";
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
.main-nav li a:hover::before,
.main-nav li a:hover::after,
.main-nav li a:focus::before,
.main-nav li a:focus::after,
.main-nav li a.mslc::before,
.main-nav li a.mslc::after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.main-nav li a:hover,
.main-nav li a.mslc {
  opacity: 0.7;
}
.has-sub {
  position: relative;
}
.sub {
  background-color: #d71920;
  color: #fff;
  display: none;
}
.has-sub a.desktop-a {
  display: none;
}
@media only screen and (min-width: 73.75em) {
  /*1180px*/
  .has-sub a.mobile-a {
    display: none;
  }
  .has-sub a.desktop-a {
    display: inline-block;
  }
  .sub {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30rem;
    background-color: #d71920;
    color: #fff;
    top: 10rem;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    visibility: hidden;
    opacity: 0;
    display: block;
  }
  .has-sub:hover .sub {
    top: 8.4rem;
    opacity: 1;
    visibility: visible;
  }
}
.main-nav ul.sub li {
  display: block;
}
.main-nav ul.sub li a {
  display: block;
  text-transform: none;
  padding: 1rem;
}
.sub li:not(:last-child) a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav {
  position: absolute;
  top: -6rem;
  left: 0;
  height: 100vh;
  background: #d71920;
  color: #fff;
  text-align: center;
  width: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 21;
}
.main-nav {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.close {
  display: block;
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.main-nav {
  margin-top: 15rem;
}
.nav.open-nav {
  width: 100%;
}
.nav.open-nav .main-nav {
  opacity: 1;
  visibility: visible;
}
.toggle {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  margin-right: 3rem;
}
@media only screen and (min-width: 37.9em) {
  /*600px*/
  .nav {
    top: -10rem;
  }
  .logo img {
    width: 15rem;
  }
  .logo {
    width: 20.4rem;
    height: 18rem;
    background-size: 21rem;
  }
  .header {
    margin-top: 6rem;
  }
}
@media only screen and (min-width: 73.75em) {
  /*1180px*/
  .nav {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    background: unset;
    color: unset;
    text-align: left;
    width: auto;
  }
  .main-nav {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }
  .main-nav li a {
    padding: 3rem 0.5rem;
  }
  .header ul li {
    display: inline-block;
  }
  .close,
  .toggle {
    display: none;
  }
  .lang {
    margin-left: 2rem;
  }
  .nav {
    margin-left: auto;
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 19;
  }
}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
  .header ul li a {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 86.875em) {
  /*1390px*/
  .lang li a {
    padding: 3rem 1rem;
  }
  .search-toggle {
    margin: 0 2rem 0 4rem;
  }
  .lang {
    margin-left: auto;
  }
}
@media only screen and (min-width: 95.6875em) {
  /*1531px*/
  .header {
    width: 153rem;
  }
  .header ul li a {
    font-size: 1.4rem;
  }
  .main-nav {
    margin-left: 20rem;
  }
}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  .logo {
    width: 28.4rem;
    height: 23rem;
    background-size: 27rem;
  }
  .logo img {
    width: 20rem;
  }
  .header {
    width: 100%;
  }
}
/*--------------END HEADER-------------*/
/*--------------SLIDER-------------*/
.slider-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 2, 3, 0.3);
}
.slide {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 77rem;
}
.slide-text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  margin: 3rem 0;
  text-align: center;
  width: 100%;
}
.slide-text h1 {
  font-weight: 600;
  font-size: 5rem;
  line-height: 1.3;
}
.slide-text p {
  font-weight: 300;
  font-size: 1.8rem;
  margin: 3.5rem auto;
  width: 60%;
}
.slick-dots {
  position: absolute;
  left: 0;
  bottom: 3rem;
  list-style: none;
  padding: 0;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  z-index: 1;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slick-dots::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slick-dots li button {
  text-indent: -9999px;
  width: 2rem;
  height: 2rem;
  background: #fff;
  border: 4px solid #e2e2e4;
  border-radius: 0.5rem;
  cursor: pointer;
}
.slick-dots li:not(:last-child) {
  margin-right: 2rem;
}
.slick-dots li.slick-active button {
  border-color: #d65969;
  background: #d71920;
}
@media only screen and (min-width: 64em) {
  /*1024px*/
  .slick-dots {
    position: absolute;
    left: 24rem;
    bottom: 0;
    list-style: none;
    padding: 0;
    height: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    z-index: 1;
    width: auto;
  }
  .slick-dots::before {
    width: 2px;
    height: 100%;
    left: auto;
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
  .slick-dots li:not(:last-child) {
    margin-bottom: 2rem;
    margin-right: 0;
  }
  .slide-text {
    width: auto;
  }
}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
  .slide-text h1 {
    line-height: 1.6;
    font-size: 7rem;
  }
  .slide-text p {
    font-size: 1.6rem;
  }
}
/*--------------END SLIDER-------------*/
/*--------------SEARCH FORM-------------*/
.search-form {
  position: fixed;
  width: 0;
  height: 100vh;
  background: rgba(215, 25, 32, 0.9);
  z-index: 8;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.search-form h3 {
  text-align: center;
  margin-bottom: 3rem;
  color: #fff;
  font-size: 4rem;
  font-weight: 300;
}
.form-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transform: none;
  transform: none;
  padding-top: 10rem;
}
.form-wrapper input {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding: 3rem;
  border: 0;
}
.search-btn {
  padding: 2rem;
  background-color: #d71920;
  border: 0;
}
.form-wrapper form {
  -webkit-box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.5);
}
.search-form.search-open {
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.close-search {
  position: absolute;
  right: 3rem;
  top: 3rem;
}
@media only screen and (min-width: 37.5em) {
  /*600px*/
  .form-wrapper {
    width: 80%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-top: 0;
  }
  .close-search {
    right: 0;
    top: 0;
  }
}
/*-------------- END SEARCH FORM-------------*/
/*-------------- MAIN CONTENT-------------*/
.bg-light {
  background-color: #fafafa;
}
.section-about {
  margin-top: 10rem;
  margin-bottom: 0;
  padding: 0;
}
.section-services h3,
.section-services h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.8rem;
  color: #0a0203;
  line-height: 1.2;
}
.services-title h2 {
  padding: 6rem 0;
  font-size: 2.6rem;
}
.services-box {
  margin-bottom: 2rem;
  width: 100%;
  padding: 0 3rem;
  text-align: center;
}
.service-arrow {
  width: 100%;
  height: 17.3rem;
  overflow: hidden;
  padding: 0 1rem;
}

.service-arrow img {
  display: block;
  margin: auto;
}

.service-txt h3 {
  margin-bottom: 2rem;
}
.service-txt p {
  line-height: 1.2;
}
/*.services-box:nth-of-type(1) .service-arrow{background-image: url(../images/black-6.png);}
.services-box:nth-of-type(2) .service-arrow{background-image: url(../images/shade2-6.png);}
.services-box:nth-of-type(3) .service-arrow{background-image: url(../images/shade3-6.png);}
.services-box:nth-of-type(4) .service-arrow{background-image: url(../images/shade4-6.png);}
.services-box:nth-of-type(5) .service-arrow{background-image: url(../images/red-6.png);}*/
.service-txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.service-txt p {
  font-size: 1.6rem;
}
.services-box.services-title {
  width: 100%;
}
.section-about .box50 {
  width: 100%;
}
.box50 {
  width: 50%;
}
.text-wrap {
  width: 82%;
  margin-top: 3rem;
  padding-bottom: 5rem;
}
.text-holder .btn {
  margin-top: 3rem;
}
.text-holder h2 {
  margin-bottom: 3rem;
}
.box {
  width: 100%;
  position: relative;
  border: 0.2px solid #fff;
}
.box-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  text-align: center;
  background: rgba(215, 25, 32, 0.9);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  visibility: hidden;
  color: #fff;
}
.box:hover .box-text {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.box-text h3 {
  font-size: 2.4rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.btn-order {
  font-size: 1.4rem;
}
.box img {
  width: 100%;
  height: 100%;
}
.slide-testimonials {
  text-align: center;
}
.image-holder {
  text-align: center;
}
.service-arrow {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.section-services {
  margin-top: 2rem;
}
@media only screen and (min-width: 25em) {
  /*400px*/
  .services-box {
    width: 50%;
  }
  .service-arrow img {
    display: inline;
    margin-left: 0;
  }
}
@media only screen and (min-width: 37.5em) {
  /*600px*/
  .box {
    width: 50%;
  }
}
@media only screen and (min-width: 48em) {
  /*768px*/
  .services-box {
    width: 18.8%;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
  }
  .services-box.services-title {
    width: 6%;
  }
  .services-title h2 {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    padding: 0;
    font-size: 2.1rem;
  }
  .service-arrow {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .service-arrow {
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 64em) {
  /*1024px*/
  .section-about .box50 {
    width: 50%;
  }
  .image-holder {
    text-align: left;
  }
  .text-wrap {
    width: 70%;
    margin-top: 0;
    padding-bottom: 0;
  }
  .box {
    width: 25%;
  }
}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
  .service-txt p {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 103.75em) {
  /*1660px*/
  .services-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .services-box img {
    width: auto;
  }
  .service-arrow {
    width: 14.6rem;
    height: 12.3rem;
    padding: 0;
  }
  .services-box img {
    width: 100%;
  }
  .service-txt {
    padding: 0 3rem;
  }
}
.newsletter input {
  padding: 1.6rem 3rem;
  border-radius: 2rem;
  background-color: #e0e0e0;
  border: 1px solid #e0e0e0;
  margin-bottom: 1rem;
}
.newsletter h3 {
  font-style: italic;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.newsletter,
.facebook-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.testimonials-wrapper {
  padding-bottom: 20rem;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
}
.newsletter form {
  text-align: center;
}
.newsletter .btn,
.contact-send-btn {
  border-color: #d71920;
}
.facebook-wrapper iframe {
  height: 330px !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider-testimonials {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
}
.slider-testimonials .slick-dots {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -10rem;
}
.slider-testimonials .slick-dots li:not(:last-child) {
  margin-bottom: 0;
  margin-right: 2rem;
}
.slider-testimonials .slick-dots li.slick-active button {
  border-color: #534d4e;
  background: #0a0203;
}
.slide-testimonials p {
  font-size: 1.8rem;
  font-style: italic;
}
.author {
  color: #d71920;
  display: inline-block;
  margin-top: 2rem;
}
.flex-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.newsletter {
  padding-top: 7rem;
}
@media only screen and (min-width: 30em) {
  /*480px*/
  .flex-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
@media only screen and (min-width: 64em) {
  /*1024px*/
  .newslettter {
    padding: 0;
  }
  .testimonials-wrapper {
    padding-bottom: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    width: auto;
  }
}
/*-------------- END MAIN CONTENT-------------*/
/*-------------- FOOTER-------------*/
.footer {
  background-color: #0a0203;
  padding: 5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  text-align: center;
}
.footer-box {
  width: 100%;
  color: #fff;
  margin-bottom: 2%;
}
.footer-box h2 {
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.footer-box p {
  opacity: 0.5;
  font-size: 1.7rem;
}
.footer-logo {
  opacity: 0.5;
  margin-bottom: 3rem;
  display: block;
  margin-top: 3rem;
}
.footer-links ul {
  list-style: none;
  padding-right: 0;
}
.footer-img-links img {
  width: 13rem;
  margin-top: 1rem;
}
.social {
  padding: 0;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.social li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  border: 1px solid #fff;
  opacity: 0.5;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social li:not(:last-child) {
  margin-right: 1rem;
}
.clear {
  background-color: #0a0203;
  font-size: 1.4rem;
  text-align: center;
  padding: 3rem 0;
}
.copy {
  opacity: 0.5;
  margin-bottom: 1rem;
  color: #fff;
}
.none {
  display: none;
}
.footer .eu-box p {
  opacity: 1;
}
.eu-box li {
  display: block;
  width: 50%;
  margin: 0 auto;
}
.eu-box li:not(:last-child) a {
  margin-bottom: 1rem;
}
.eu-box li a {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  background: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 33.75rem) {
  /*540px*/
  .footer-box {
    width: 100%;
  }
  .eu-box li {
    width: auto;
  }
  .footer {
    text-align: left;
  }
  .social {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer-logo {
    margin-top: 0;
  }
}
@media only screen and (min-width: 50em) {
  /*800px*/
  .footer-box {
    width: 15%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 80em) {
  /*1280px*/
  .container-footer {
    padding: 0;
  }
}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
  .footer-box p {
    font-size: 1.4rem;
  }
}
/*-------------- END FOOTER-------------*/
/*-------------- PAGE LOADER-------------*/
.loader {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 100;
}
.loader-spinner {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #d71920;
  border-bottom: 16px solid #d71920;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*--------------END PAGE LOADER-------------*/
/*--------------OTHER PAGES-------------*/
.other-pages {
  margin-top: 14.4rem;
}
.text-half {
  width: 100%;
}
.certificates {
  width: 100%;
  margin-top: 5rem;
}
.section-other {
  padding-bottom: 10rem;
}
.border-top {
  padding-top: 6rem;
  border-top: 1px solid #ccc;
}
.news-box {
  width: 100%;
  margin-bottom: 2%;
}
.news-box img {
  width: 100%;
}
.txt-holder {
  padding: 3rem;
}
.txt-holder .btn {
  margin-top: 2rem;
}
.txt-holder h2 {
  margin-bottom: 1.5rem;
}
.img-holder a {
  display: block;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.img-holder img {
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.img-holder a:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.image-top img {
  margin: 0 auto;
  display: block;
}
.image-top {
  margin-bottom: 6rem;
}
.gallery-new {
  margin-top: 6rem;
}
.gallery-news a {
  width: 32.3%;
  margin-right: 1%;
  margin-bottom: 1%;
}
.gallery-news a:nth-child(3n + 3) {
  margin-right: 0;
}
.up-box {
  width: 100%;
  margin-bottom: 4%;
}
.up-box h2 {
  color: #d71920;
  margin-bottom: 3rem;
}
.up-box ul {
  padding-left: 3rem;
}
.up-box:last-child {
  border-right: 0;
}
@media only screen and (min-width: 30em) {
  /*480px*/
  .news-box {
    width: 49.5%;
    margin-right: 1%;
  }
  .news-box:nth-child(2n + 2) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 37.75em) {
  /*601px*/
  .other-pages {
    margin-top: 20.4rem;
  }
  .up-box {
    width: 48%;
    padding-right: 2%;
    margin-right: 2%;
    border-right: 1px solid #ccc;
  }
  .up-box:nth-child(2n + 2) {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
    padding-left: 2%;
    margin-left: 2%;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*768px*/
  .text-half {
    width: 40%;
  }
  .certificates {
    width: 50%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 64em) {
  /*1024px*/
  .news-box {
    width: 24.25%;
  }
  .news-box:nth-child(2n + 2) {
    margin-right: 1%;
  }
  .news-box:nth-child(4n + 4) {
    margin-right: 0;
  }
}
.form-box {
  margin-bottom: 2rem;
}
.bg-grey {
  background-color: #fafafa;
}
.section-form {
  padding: 10rem 0;
}
.form-box input,
.form-box textarea {
  width: 100%;
  display: block;
  border: 1px solid #ccc;
  padding: 1.5rem;
  border-radius: 1rem;
}
.form-box label {
  width: 100%;
  display: block;
  margin-bottom: 1.5rem;
}
.contact-send-btn {
  margin-top: 3rem;
}
.form-box input:focus,
.form-box textarea:focus {
  outline: none;
  border-color: #d71920;
}
.section-kontakt {
  margin-bottom: 10rem;
}
.section-kontakt h3 {
  margin-bottom: 2rem;
}
.section-kontakt .half {
  width: 100%;
}

.ref-list ul,
.custom-list ul {
  padding: 0;
  list-style: none;
}
.ref-list ul li,
.custom-list li {
  padding-left: 3rem;
  margin-bottom: 1rem;
}
.ref-list ul li::before,
.custom-list li::before {
  content: "";
  background: url(../images/red-6.png) no-repeat;
  background-size: 2rem;
  width: 2rem;
  height: 1.8rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2rem;
}
.btn-e {
  margin: 3rem;
}
.section-404 {
  padding-bottom: 10rem;
}
.pagination {
  margin: 0 auto;
  text-align: center;
}
.pagination ul {
  padding: 0;
  list-style: none;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul li a {
  padding: 1rem 2rem;
  margin-right: 1rem;
  border: 1px solid #ccc;
  display: inline-block;
}
.pagination ul li a.slc,
.pagination ul li a:hover {
  background: rgba(215, 25, 32, 0.8);
  color: #fff;
}
/*.s-box {
  width: 25%;
  background-image: url(../images/s-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26rem;
  margin-bottom: 2%;
}*/
.hexagon h3 {
  color: #fff;
  font-size: 1.8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
/*.s-box:hover{background-image: url(../images/s-bg-hover.svg); }*/
.hexagon span {
  position: absolute;
  display: block;
  border-left: 10rem solid #fff;
  border-right: 10rem solid #fff;
  width: 100%;
}
.hexagon img {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  filter: blur(4px);
  -webkit-filter: blur(4px);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.hexagon:hover img {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.top {
  top: 0;
  border-bottom: 17.3rem solid transparent;
}
.hex-wrapper {
  width: 85%;
  margin: 0 auto;
}
.bottom {
  bottom: 0;
  border-top: 17.3rem solid transparent;
}
.hexagon {
  width: 36rem;
  height: 31rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 3rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hex-wrapper .flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 37.5em) {
  /*600px*/
  .section-kontakt .half {
    width: 50%;
  }
  .section-kontakt .half:first-child {
    padding-right: 6rem;
  }
  .section-kontakt .half:nth-child(2) {
    padding-left: 6rem;
  }
}
@media only screen and (min-width: 81.3125em) {
  /*1301px*/
  .hex-wrapper .flex {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
  .hexagon {
    width: 40rem;
    height: 35rem;
  }
}
.pro-text {
  width: 100%;
  margin-top: 5rem;
  padding-left: 0;
}
.pro-slider {
  width: 100%;

}
.pro-slider .slider-nav {
  width: 100%;
}
.slider-for img {
  width: 100%;
}
.slider-for {
  margin-bottom: 2rem;
}
.slide-nav {
  padding: 0 1rem;
  cursor: pointer;
}
.slider-nav .slick-arrow {
  position: absolute;
  text-indent: -999999px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  background-color: #fff;
  padding: 1rem;
  z-index: 5;
  cursor: pointer;
}
.slider-nav .slick-prev {
  left: 0;
  background-image: url(../images/s-prev.svg);
}
.slider-nav .slick-next {
  right: 0;
  background-image: url(../images/s-next.svg);
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .pro-slider {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 160px;

  }

}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .pro-slider,
  .pro-text {
    width: 50%;
  }
  .pro-slider .slider-nav {
    position: absolute;
  }
  .pro-text {
    margin-top: 0;
    padding-left: 10rem;
    overflow-y: scroll;
    height: 35.6rem;
  }
}
.job-box {
  width: 100%;
  padding: 1rem;
  margin-bottom: 3%;
}
.job-box h2 {
  margin-bottom: 3rem;
}
.job-box .btn {
  margin-top: 3rem;
}
.zaposljavanje-form {
  margin-top: 10rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .job-box {
    width: 50%;
  }
}
.open-modes {
  padding-right: 2rem;
}
.page-modes {
  background-color: #d71920;
  position: absolute;
  right: 0;
  top: 30rem;
  padding: 2rem 0;
  width: 100%;
  list-style: none;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
}
.page-modes.open {
  top: 22rem;
  visibility: visible;
  opacity: 1;
}
.page-modes li {
  width: 50%;
  padding: 0 1rem;
  margin: 1rem 0;
}
.page-modes li:last-child {
  width: 100%;
}
.page-modes li:last-child a {
  width: 95%;
}
.mode-btn {
  display: block;
  color: #fff;
  text-align: center;
  border: 1px solid #f47b7b;
  width: 90%;
  margin: 0 auto;
  padding: 0.5rem 0;
}
.mode-btn:hover,
.mode-btn.dark-theme.active,
.mode-btn.highlight-links.active,
.mode-btn.grey-img.active,
.mode-btn.invert-color.active {
  background-color: #fff;
  color: #d71920;
}
.li-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.li-flex a {
  width: 40%;
}
a.highlited {
  background-color: #ffa500;
  color: #fff;
}
img.greyscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.slider-overlay.greyscale {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(1, 1, 1, 0.5)),
    to(rgba(1, 1, 1, 0.5))
  );
  background: linear-gradient(
    to right,
    rgba(1, 1, 1, 0.5) 0%,
    rgba(1, 1, 1, 0.5) 100%
  );
}
body.inverted {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
@media only screen and (min-width: 25em) {
  /*400px*/
  .page-modes {
    width: 50rem;
  }
}
/*--------------END OTHER PAGES-------------*/
/*--------------ANIMATIONS-------------*/
.hidden {
  opacity: 0;
}
.visible {
  opacity: 1;
}
.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-top {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.delay-1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.delay-2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.delay-3 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.delay-4 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.delay-5 {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
/*--------------END ANIMATIONS-------------*/
/*--------------MODAL BOX-------------*/
.modal {
  position: fixed;
  z-index: 10000; /* 1 */
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.modal-arrows a {
  position: absolute;
  top: 40%;
}
.modal-prev {
  left: 3rem;
}
.modal-next {
  right: 3rem;
}
.modal.active-modal {
  display: block;
  z-index: 20000;
  visibility: visible;
}
.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  display: none;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.modal.active-modal .modal-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
  height: 100%;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.modal-wrapper.moreHeight {
  overflow: auto;
}
.modal-transition {
  -webkit-transition: opacity 0.3s 0.12s;
  transition: opacity 0.3s 0.12s; /*transform: translate(-10%, -50%);*/
  opacity: 0;
}
.modal.active-modal .modal-transition {
  /* transform: translate(-50%, -50%);*/
  opacity: 1;
}
.modal-header,
.modal-content {
  padding: 2rem;
  text-align: center;
}
.modal-content {
  padding: 3rem;
}
.modal-content h2 {
  float: left;
  width: 50%;
  text-align: left;
  line-height: 27px;
  margin-bottom: 15px;
}
.modal-content .btn {
  margin-top: 3rem;
  font-size: 1.6rem;
  padding: 1rem 5rem;
  margin-bottom: 3rem;
  border-color: #d71920;
}
.modal-header {
  position: relative;
  background-color: #fff;
}
.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2rem;
  color: #aaa;
  background: none;
  border: 0;
  cursor: pointer;
}
.modal-close img {
  width: 2rem;
}
.modal-content img {
  width: 100%;
}
.modal-form {
  text-align: left;
  opacity: 0;
  display: block;
  height: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-top: 6rem;
}
.modal-form .form-box {
  width: 100%;
  margin: 0;
}
.modal-form .form-box.modal-100 {
  width: 100%;
}
.modal-form label {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.modal-form input,
.modal-form textarea {
  padding: 0.5rem;
}
.modal-form .msg_1 {
  font-size: 1.6rem;
}
.modal-form.mform-open {
  height: auto;
  opacity: 1;
  display: block;
  visibility: visible;
}
.modal-content .btn.toggle-hidden {
  display: none;
}

.form-box.full-width {
  width: 100% !important;
}
@media only screen and (min-width: 25.0625em) {
  /*401px*/
  .modal-content {
    padding: 2rem;
  }
  .modal-content img {
    width: 50%;
    float: left;
    margin-right: 15px;
  }
  .modal-close img {
    width: auto;
  }
}
/* @media only screen and (min-width: 37.5625em) { 601px
  .modal-form .form-box {
    width: 49%;
  }
} */
@media only screen and (min-width: 50.0625em) {
  /*800px*/
  .modal-wrapper {
    width: 100rem;
    height: 80rem;
  }
}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
  .modal-form label,
  .modal-form .msg_1,
  .modal-content .btn {
    font-size: 1.3rem;
  }
}

/*--------------END MODAL BOX-------------*/
/* .section-search-result .news-box:nth-child(4n+4){margin-right: 1%;}
.section-search-result .news-box:nth-child(5n+5){margin-right: 0;}
.section-search-result .news-box .btn{ padding: 0.8rem 4rem;}
.section-search-result .news-box .txt-holder{padding: 1rem 0;}
.section-search-result .gallery-news a:nth-child(3n+3){margin-right: 1%;}
.section-search-result .gallery-news a:nth-child(5n+5){margin-right: 0;} */

.check-container {
  display: block;
  position: relative;
  padding-left: 3.5rem;
  margin-bottom: 1.2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 20000;
}
.check-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #eee;
}
.check-container:hover input ~ .check-checkmark {
  background-color: #ccc;
}
.check-container input:checked ~ .check-checkmark {
  background-color: rgba(215, 25, 32, 1);
}
.check-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-container input:checked ~ .check-checkmark:after {
  display: block;
}
.check-container .check-checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.newsletter-wrap form {
  width: 100%;
}
.newsletter-wrap .form-box {
  width: 100%;
  margin: 0 auto;
}
.newsletter-wrap #holder {
  margin: 0 auto;
}
.newsletter-wrap .btn {
  margin-top: 2rem;
}
.newsletter-wrap .form-box .check-container {
  margin-top: 2rem;
}
.other-hover .box-text {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 2rem;
}
.other-hover .box:hover .box-text {
  height: auto;
  background: rgba(215, 25, 32, 1);
}
#return-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: #d71920;
  width: 5rem;
  height: 5rem;
  display: block;
  text-decoration: none;
  display: none;
  -webkit-transition: all 0.3s linear;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  border-radius: 1rem;
  overflow: hidden;
}
#return-to-top img {
  vertical-align: middle;
  padding: 1.5rem;
}
/*--------------RESPONSIVE-------------*/
@media only screen and (max-width: 105em) {
  /*1680px*/
}
@media only screen and (max-width: 100em) {
  /*1600px*/
}
@media only screen and (max-width: 90em) {
  /*1440px*/
}
@media only screen and (max-width: 85.375em) {
  /*1366px*/
}
@media only screen and (max-width: 85em) {
  /*1360px*/
}
@media only screen and (max-width: 80em) {
  /*1280px*/
}
@media only screen and (max-width: 76.25em) {
  /*1220px*/
}
@media only screen and (max-width: 67.5em) {
  /*1080px*/
}
@media only screen and (max-width: 64em) {
  /*1024px*/
}
@media only screen and (max-width: 61.25em) {
  /*980px*/
}
@media only screen and (max-width: 56.25em) {
  /*900px*/
}
@media only screen and (max-width: 50em) {
  /*800px*/
}
@media only screen and (max-width: 48em), only screen and (hover: none) {
}
@media only screen and (max-width: 48em) {
  /*768px*/
}
@media only screen and (max-width: 42.5em) {
  /*680px*/
}
@media only screen and (max-width: 40em) {
  /*640px*/
}
@media only screen and (max-width: 38.75em) {
  /*620px*/
}
@media only screen and (max-width: 37.5em) {
  /*600px*/
}
@media only screen and (max-width: 30em) {
  /*480px*/
}
@media only screen and (max-width: 22.5em) {
  /*360px*/
}
/*--------------END RESPONSIVE-------------*/

/*NEW CSS 13.12.2019.*/

.slider-testimonials .slick-dots {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.slider-testimonials .slick-dots li:not(:last-child) {
  margin-right: 0;
}

.slide-testimonials {
  height: 36rem;
}

.slider-testimonials .slick-dots li {
  margin-bottom: 0;
  margin: 0;
  padding: 0 1rem 1rem 1rem;
}

.slide-testimonials p {
  width: 95%;
  margin: 0 auto;
}

.slick-dots::before {
  display: none;
}

.box {
  overflow: hidden;
}

.other-hover .box-text {
  height: 100%;
  bottom: -80%;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.other-hover .box:hover .box-text {
  bottom: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.box-text h3 {
  margin: 0;
  padding: 1rem 0 0 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  font-size: 2rem;
}

@media only screen and (min-width: 30em) {
  /*480px*/
  .other-hover .box-text {
    bottom: -85%;
  }
}

@media only screen and (min-width: 37.5em) {
  /*600px*/
  .other-hover .box-text {
    bottom: -79%;
  }
}

@media only screen and (min-width: 48em) {
  /*768px*/
  .other-hover .box-text {
    bottom: -85%;
  }
}

@media only screen and (min-width: 64em) {
  /*1024px*/
  .box-text h3 {
    font-size: 1.8rem;
  }
  .other-hover .box-text {
    bottom: -80%;
  }
  .other-hover .box:hover .box-text {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
}

@media only screen and (min-width: 80em) {
  /*1280px*/
  .box-text h3 {
    font-size: 2rem;
  }
}

.other-hover .box:hover .box-text h3 {
  margin-bottom: 0;
}

.section-search-result .gallery-news a {
  width: 100%;
}

@media only screen and (min-width: 30em) {
  /*480px*/
  .section-search-result .gallery-news a {
    width: 49%;
  }
}

@media only screen and (min-width: 48em) {
  /*768px*/
  .section-search-result .gallery-news a {
    width: 32.33%;
  }
}

@media only screen and (min-width: 64em) {
  /*1024px*/
  .section-search-result .gallery-news a {
    width: 19%;
  }
}

/*NEW MODAL 13.01.2020.*/
.pro-slider{position: relative;}
.new-modal-open,.pro-slider .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background-color: #d71920;
  padding: 1rem 1.5rem;
  color: #fff;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}

.new-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -20;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.new-modal.show {
  opacity: 1;
  visibility: visible;
  z-index: 200;
  overflow-y: scroll;
}

.new-modal-close {
  background: url("../images/close-red.svg") no-repeat center;
  background-size: contain;
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  right: 2rem;
  top: 2rem;
}

.new-modal-inner {
  background-color: #fff;
  padding: 5rem 2rem;
  width: 100%;
  position: relative;
}

.modal-form {
  opacity: 1;
  display: block;
  height: auto;
}

.pro-slider.new-modal-slider {
  position: relative;
  margin: 2rem auto 0 auto;
  width: 90%;
}

/* .pro-slider.new-modal-slider .slider-for.slider-for-new {
  margin-bottom: 2rem;
} */

.pro-slider.new-modal-slider .slider-for.slider-for-new h2 {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 2rem;
}

.slider-for.slider-for-new {
  position: relative;
}

.slider-for .slick-arrow {
  visibility: hidden;
  opacity: 0;
}

.slider-for.slider-for-new .slick-arrow {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
  width: 2rem;
  height: 3rem;
  z-index: 2;
  cursor: pointer;
  visibility: visible;
  opacity: 1;
}

.slider-for.slider-for-new .slick-prev.slick-arrow {
  background-image: url("../images/s-prev.svg");
  left: -3rem;
}

.slider-for.slider-for-new .slick-next.slick-arrow {
  background-image: url("../images/s-next.svg");
  right: -3rem;
}

.modal-form {
  margin-top: 0;
}

.modal-form .form-box.form-box-full {
  width: 100%;
}

.modal-form input,
.modal-form textarea {
  padding: 1rem;
}

.contact-send-btn.btn.btn-red {
  padding: 1rem 2rem;
  position: relative;
}

@media only screen and (min-width: 40em) {
  /*640px*/
  .slider-for.slider-for-new .slick-prev.slick-arrow {
    left: -4rem;
  }
  .slider-for.slider-for-new .slick-next.slick-arrow {
    right: -4rem;
  }
}

@media only screen and (min-width: 61.25em) {
  /*980px*/
  .new-modal-inner {
    width: 98rem;
    padding: 5rem;
  }
  .pro-slider.new-modal-slider {
    width: 80%;
  }
}

/*NEW CSS 15.01.2020*/

.product-form-show {
  position: relative;
  margin: 1rem auto auto auto;
  padding: 0;
  width: 15rem;
  height: 4rem;
}

.product-form-show label,
.product-form-show input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
}

.product-form-show input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
}

.product-form-show input[type="radio"]:checked + label,
.Checked + label {
  background: #d71920;
  color: #fff;
}

.product-form-show label {
  padding: 5px;
  border: 1px solid #d71920;
  cursor: pointer;
  z-index: 90;
}

.product-form-show label:hover {
  background: #ddd;
}

.slider-nav .slick-arrow {
  width: 6rem;
  height: 8rem;
}

@media only screen and (min-width: 40em) {
  /*640px*/
  .product-form-show label {
    padding: 9px;
  }
}

@media only screen and (min-width: 80em) {
  /*1280px*/
  .slider-nav .slick-arrow {
    width: 3rem;
    height: 3rem;
  }
}

/*NEW CSS 22.01.2020.*/

.div {
  overflow: hidden;
}

.success {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  text-align: center;
  font-size: 18px;
}

.si-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}

.si-wrapper img {
  width: 22rem;
}

.check-container .check-checkmark::after {
  left: 9px;
  top: 5px;
  width: 7px;
  height: 12px;
}

.check-container input {
  position: relative;
}

.newsletter-success {
  display: flex;
  flex-flow: column wrap;
  margin: auto;
  width: 100%;
}

.newsletter-success img {
  width: 15rem;
  display: block;
  margin: auto;
}

.newsletter-success p {
  padding-top: 2rem;
}












.horizontal-slider{
  width: 100%;
display: block;
float: left;
overflow: hidden;
margin-top: 40px;
}
.horizontal{
 -webkit-transition: all ease 1s;
-moz-transition: all ease 1s;
-o-transition: all ease 1s;
transition: all ease 1s;
}
.hor{
  width: 161px;
  height: 115px;
  float: left;
  position: relative;
}
.hor a{
  display: block;
   width: 161px;
  height: 115px;
  position: relative;
  background-size: cover;
  display: block;
  -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border:3px solid #fff;
}

#inline-form .new-modal-inner{
  margin: 0 auto
}
.hor .active{
  border:3px solid #d71920;
}

.horizontal-slider{}

.horizontal-slider{
  position: relative;
  bottom:0;
  left:0;
  margin-top: 20px;
}
.hor img{
  width: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  height: 100%;
}
.horizontal-controls{
  position: relative;
  bottom: 0;
  width: 100%
}
.horizontal-controls a{
  position: absolute;
text-indent: -999999px;
top: -80px;
width: 4rem;
height: 4rem;
background-repeat: no-repeat;
background-position: center;
border: 0;
background-color:#fff;
padding: 1rem;
z-index: 5;
cursor: pointer;
border-radius: 2rem;
-webkit-border-radius: 2rem;
-moz-border-radius: 2rem;
-ms-border-radius: 2rem;
-o-border-radius: 2rem;
}

.hnext{
  right: -50px;
background-image: url(../images/s-next.svg);
}
.hprev{
  left: -50px;
background-image: url(../images/s-prev.svg);
}
#main-img{
  background: #f1f1f1;
  -webkit-transition: all ease .6s;
-moz-transition: all ease .6s;
-o-transition: all ease .6s;
transition: all ease .6s;
opacity: 0
}
#main-img.active-main{opacity: 1}
#form-title{
  margin: 40px 0 20px
}
#inline-form{
  max-width: 98rem;
margin: 0 auto;
position: relative;
}
#product-data{
  display: none
}


#main-img{
  padding-top: calc(296 / 600 * 100%);
  position: relative;
}
#main-img img{
  position: absolute;
top: 0;
left: 0;
}
.pro-slider{
  margin-bottom: 0
}
.open-form {
    right: 0px;
    bottom: -190px;

}
.pro-text {margin-top:80px;}
@media only screen and (min-width: 75.0625em) {
  .open-form{right: 20px;bottom:20px;left: auto}
  .pro-text {margin-bottom: 5rem;margin-top: 0}
  .horizontal-controls {
    position: absolute;}
  .pro-slider{
    margin-bottom: 160px
  }
    .horizontal-slider {
      position: absolute;
      bottom: 0;
      left: 0;
      margin-top: 20px;
  }
}
@media only screen and (max-width: 1900px) {
    .hprev {
      left: -16px;
    }
    .hnext {
      right: -16px;
    }
}

.slide .btn{
  position: relative;
right: auto;
display: inline-block;
}

#form-result{
  position: fixed;
  z-index: 10000;
  background:
  rgba(0,0,0,0.7);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  top: 0;
  left: 0;
}
#form-result.ac{
  opacity: 1;
  visibility: visible;
}
#form-result .success{
  color: #fff
}
#form-result div.success,#form-result div.error{
  padding: 10px;
margin-bottom: 25px;
color:#fff;
position: absolute;
width: 100%;
height: 200px;
top: 50%;
margin-top: -140px;
}