@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;500;700&display=swap");
/* CSS Document */
html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #fff;
}
body.fancybox-active {
  height: 100%;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a, a img {
  text-decoration: none;
  outline: none;
  border: none;
}

.clr {
  clear: both;
  height: 0;
}

::-webkit-input-placeholder {
  color: #42515a;
}

:-moz-placeholder {
  color: #42515a;
}

::-moz-placeholder {
  color: #42515a;
}

:-ms-input-placeholder {
  color: #42515a;
}

::selection {
  background: #b01116;
  color: #fff;
}

::-moz-selection {
  background: #b01116;
  color: #fff;
}

/*General Elements */
sup {
  font-size: 0.5em;
}

body, input, textarea, select, option {
  font-family: "Montserrat", sans-serif;
}

*, *:after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  outline: none;
}

:before {
  font-family: IcoFont;
  font-style: normal;
}

section {
  position: relative;
  width: 100%;
}
section.h100 {
  height: 100%;
  height: 100vh;
}
section.pt {
  padding-top: 12.5%;
}

.content {
  width: 85%;
  height: 100%;
  position: relative;
  max-width: 100%;
  margin: auto;
  padding: 0;
}
.content:after {
  display: block;
  width: 100%;
  height: 0;
  clear: both;
  content: "";
}

i.icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  font-style: normal;
  position: relative;
}
i.icon.loginIco {
  background-image: url(../images/icons/login.svg);
}
i.icon.globeIco {
  background-image: url(../images/icons/globe.svg);
}
i.icon.searchIco {
  background-image: url(../images/icons/search.svg);
}
i.icon.whatsappIco {
  background-image: url(../images/icons/whatsapp.svg);
}
i.icon.menuIco {
  background-image: url(../images/icons/menu.svg);
}

body.greyBg i.icon.formIco {
  background-image: url(../images/icons/formDark.svg);
}
body.greyBg i.icon.globeIco {
  background-image: url(../images/icons/globeDark.svg);
}
body.greyBg i.icon.pinIco {
  background-image: url(../images/icons/pinDark.svg);
}
body.greyBg i.icon.homeIco {
  background-image: url(../images/icons/homeDark.svg);
}
body.greyBg i.icon.servicesIco {
  background-image: url(../images/icons/servicesBlue.svg);
}

.icoBtn {
  width: 260px;
  box-shadow: 0px 20px 30px #0070C633;
  border: 1px solid #0070C64D;
  display: block;
  width: 260px;
  height: 60px;
  line-height: 58px;
  position: relative;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding-left: 65px;
}
.icoBtn:before {
  width: 0;
  height: 100%;
  content: "";
  position: absolute;
  display: block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
}
.icoBtn.white {
  background: #fff;
  color: #162357;
  font-size: 15px;
  font-weight: 600;
}
.icoBtn.white:before {
  background: #0070C6;
}
.icoBtn.white:hover {
  color: #fff;
}
.icoBtn.blue {
  background: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #0070C64D;
  box-shadow: 0px 20px 30px #162357;
}
.icoBtn.blue:before {
  background: #fff;
}
.icoBtn.blue:hover {
  color: #62A631;
}
.icoBtn.dark {
  background: #0070C6;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.icoBtn i {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 15px;
  left: 20px;
}
.icoBtn span {
  position: relative;
}
.icoBtn:hover:before {
  width: 100%;
}

.cornerBtn {
  width: 69px;
  height: 46px;
  display: block;
  background-color: transparent;
  background: url(../images/icons/arrow.svg) no-repeat center, url(../images/icons/btn.svg);
  -webkit-box-shadow: 15px 15px 30px 0px rgba(9, 52, 168, 0.3);
  -moz-box-shadow: 15px 15px 30px 0px rgba(9, 52, 168, 0.3);
  box-shadow: 15px 15px 30px 0px rgba(9, 52, 168, 0.3);
  border-radius: 4px 4px 26px 4px;
}

.roundedBtn {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  display: block;
  background: transparent linear-gradient(142deg, #960105 0%, #b01116 100%) 0% 0% no-repeat padding-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.roundedBtn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
}
.pdfBtn {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 25px 100px 25px 50px;
  border-bottom: 1px solid rgba(60, 113, 255, 0.2);
  font-size: 17px;
  font-weight: 700;
  color: #0F1A30;
}
.pdfBtn:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 21px;
  background: url(../images/icons/pdf.svg) no-repeat center left;
  background-size: 100% auto;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.pdfBtn i {
  position: absolute;
  background: transparent;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.pdfBtn i:before {
  color: #b01116;
}
.pdfBtn:hover {
  z-index: 2;
  box-shadow: 20px 20px 50px #20348926;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #b01116;
}
.pdfBtn:hover:before {
  background: url(../images/icons/pdf-hover.svg) no-repeat center left;
}
.pdfBtn:hover i {
  background: transparent linear-gradient(142deg, #960105 0%, #b01116 100%) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 15px 15px 30px 0px rgba(9, 52, 168, 0.3);
  -moz-box-shadow: 15px 15px 30px 0px rgba(9, 52, 168, 0.3);
  box-shadow: 15px 15px 30px 0px rgba(9, 52, 168, 0.3);
}
.pdfBtn:hover i:before {
  color: #fff;
}

.arrowBtn {
  color: #fff;
  font-size: 15px;
  position: relative;
  padding-left: 25px;
  font-weight: 600;
}
.arrowBtn.blue {
  color: #162357;
}
.arrowBtn:before {
  content: "";
  position: absolute;
  color: #6DE516;
  top: 3px;
  left: 0;
}
.arrowBtn:after {
  content: "";
  position: absolute;
  color: #6DE516;
  top: 3px;
  left: 0;
  font-family: IcoFont;
  font-style: normal;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.arrowBtn:hover {
  padding-left: 35px;
}
.arrowBtn:hover:after {
  opacity: 1;
  left: 8px;
}

.btn {
  box-shadow: 0px 0px 38px #96B0CB4F;
  font-size: 15px;
  background-color: #b01116;
  color: white;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 15px 20px 15px 70px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.btn:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 36px;
  height: 36px;
  background-position: center left !important;
  background-repeat: no-repeat !important;
  z-index: 0;
}
.btn:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 0;
  background-color: #62A631;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 0px;
  left: 0px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.btn:hover:after {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn.calc:before {
  background: url(../images/icons/calculator.svg);
}
.btn.playStore:before {
  background: url(../images/icons/playStore.svg);
}
.btn.apple:before {
  background: url(../images/icons/apple.svg);
}
.btn.play:before {
  background: url(../images/icons/playSmall.svg);
}

.row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.row .col {
  flex: 0 0 auto;
  width: 33.3333%;
}
.row .col.col-1 {
  width: 12.5%;
}
.row .col.col-2 {
  width: 25%;
}
.row .col.col-3 {
  width: 37.5%;
}
.row .col.col-4 {
  width: 50%;
}
.row .col.col-5 {
  width: 62.5%;
}
.row .col.col-6 {
  width: 75%;
}
.row .col.col-7 {
  width: 87.5%;
}
.row .col.col-8 {
  width: 100%;
}
.row.j-center {
  justify-content: center;
}

.pad {
  padding: 100px;
}

.h10 {
  height: 10%;
}

.h20 {
  height: 20%;
}

.h30 {
  height: 30%;
}

.h40 {
  height: 40%;
}

.h50 {
  height: 50%;
}

.h60 {
  height: 60%;
}

.h70 {
  height: 70%;
}

.h80 {
  height: 80%;
}

.h90 {
  height: 90%;
}

.pt-0 {
  padding-top: 0;
}

.border-right {
  border-right: 1px solid rgba(60, 113, 255, 0.2);
}

.border-left {
  border-left: 1px solid rgba(60, 113, 255, 0.2);
}

.border-top {
  border-top: 1px solid rgba(60, 113, 255, 0.2);
}

.border-bottom {
  border-bottom: 1px solid rgba(60, 113, 255, 0.2);
}

a.scroll {
  display: block;
  width: 20px;
  height: 30px;
  position: absolute;
  z-index: 2;
}
a.scroll span {
  display: block;
  width: 20px;
  height: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
a.scroll span:after {
  width: 2px;
  height: 1px;
  background: #fff;
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  left: 45%;
  -webkit-animation: mainArrowAnim 1s infinite;
  /* Safari 4+ */
  -moz-animation: mainArrowAnim 1s infinite;
  /* Fx 5+ */
  -o-animation: mainArrowAnim 1s infinite;
  /* Opera 12+ */
  animation: mainArrowAnim 1s infinite;
}

@-webkit-keyframes mainArrowAnim {
  0% {
    height: 0px;
  }
  50% {
    height: 10px;
  }
  100% {
    height: 0px;
  }
}
@-moz-keyframes mainArrowAnim {
  0% {
    height: 0px;
  }
  50% {
    height: 10px;
  }
  100% {
    height: 0px;
  }
}
@-o-keyframes mainArrowAnim {
  0% {
    height: 0px;
  }
  50% {
    height: 10px;
  }
  100% {
    height: 0px;
  }
}
@keyframes mainArrowAnim {
  0% {
    height: 0px;
  }
  50% {
    height: 10px;
  }
  100% {
    height: 0px;
  }
}
h2.caption {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}
h2.caption.blue {
  color: #0070C6;
}
h2.caption.bigTitle {
  font-size: 90px;
  font-weight: 600;
  color: #181F72;
  letter-spacing: -5px;
  line-height: 1;
  width: 100%;
}
h2.caption.bigTitle span {
  display: block;
  color: #62A631;
}

h4 {
  font-size: 18px;
  color: #62A631;
  font-weight: 500;
  padding-top: 20px;
  width: 100%;
}

p {
  font-size: 17px;
  padding: 30px 0 50px;
  max-width: 530px;
  font-weight: 400;
  line-height: 1.5;
  color: #42515a;
}
p.dark {
  color: #162357;
}

.formStep {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
}
.formStep a {
  width: 25%;
  font-size: 25px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
}
.formStep a span {
  display: block;
}
.formStep a.active {
  color: white;
}
.formStep a:last-child {
  width: auto;
}

.formContent {
  width: 100%;
}
.formContent .fRow {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  position: relative;
}
.formContent .fRow input[type=text], .formContent .fRow input[type=password] {
  width: 100%;
  height: 100%;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.formContent .fRow input[type=text]:focus, .formContent .fRow input[type=password]:focus {
  border: 1px solid white;
}
.formContent .fRow textarea {
  width: 100%;
  height: 100%;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px 30px 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.formContent .fRow textarea:focus {
  border: 1px solid white;
}
.formContent .fRow input[type=submit], .formContent .fRow input[type=button] {
  float: right;
  height: 100%;
  background: transparent linear-gradient(180deg, #6DE516 0%, #62A631 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 20px 30px #1623573E;
  border: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 50px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  cursor: pointer;
}
.formContent .fRow.captcha img {
  position: absolute;
  right: 0;
  display: block;
  width: 40%;
  height: 100%;
  top: 0;
}
.formContent .fRow.captcha a.refresh {
  position: absolute;
  right: 0px;
  bottom: 0px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: #62A631;
  color: #fff;
  font-size: 12px;
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}
.formContent .fRow.captcha a.refresh:before {
  content: "";
}

.accordionContent {
  width: 100%;
  min-height: 500px;
}
.accordionContent .item {
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}
.accordionContent .item .title {
  display: block;
  font-size: 17px;
  font-weight: 400;
  position: relative;
  color: #181F72;
  cursor: pointer;
}
.accordionContent .item .title i {
  font-style: normal;
  font-weight: 600;
  color: #62A631;
  display: inline-block;
  width: 50px;
}
.accordionContent .item .title:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  background: url(../images/icons/downGreenArrow.svg) no-repeat;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.accordionContent .item .desc {
  display: none;
}
.accordionContent .item .desc p {
  padding: 20px 0 0 50px;
}
.accordionContent .item.active {
  border: 1px solid #0070C6;
  box-shadow: 0px 20px 20px rgba(0, 112, 128, 0.1);
}
.accordionContent .item.active .title:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  background: url(../images/icons/upBlueArrow.svg) no-repeat;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.accordionContent .item.active i {
  color: #b01116;
}

.lineForm {
  width: 100%;
  border: 1px solid #62A631;
  border-radius: 15px;
  min-height: 570px;
  float: right;
  padding: 35px 30px;
  position: relative;
  max-width: 530px;
}
.lineForm h2 {
  font-size: 24px;
  font-weight: 700;
  color: #181F72;
  margin-bottom: 45px;
}
.lineForm input, .lineForm textarea {
  border: none;
  border-bottom: 1px solid #62A631;
  background-color: none;
  resize: none;
  width: 100%;
  padding-bottom: 15px;
  display: block;
  margin-bottom: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.lineForm input::placeholder, .lineForm textarea::placeholder {
  font-size: 17px;
  color: #181F72;
  font-weight: 400;
}
.lineForm input:focus, .lineForm textarea:focus {
  border-bottom: 1px solid #181F72;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.lineForm textarea {
  height: 100px;
}
.lineForm button {
  padding-left: 20px;
  float: right;
  border: none;
  position: absolute;
  bottom: 35px;
  right: 30px;
  cursor: pointer;
}

.contactForm {
  position: relative;
  max-width: 530px;
  width: 100%;
  margin-top: 30px;
}
.contactForm input, .contactForm textarea {
  border: none;
  background-color: none;
  resize: none;
  width: 100%;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 15px;
  border-radius: 5px;
}
.contactForm input::placeholder, .contactForm textarea::placeholder {
  font-size: 17px;
  color: #181F72;
  font-weight: 400;
}
.contactForm input:focus, .contactForm textarea:focus {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0px 20px 20px rgba(0, 112, 128, 0.1);
}
.contactForm input {
  height: 60px;
  line-height: 60;
}
.contactForm textarea {
  height: 150px;
  padding-top: 15px;
}
.contactForm button {
  padding-left: 20px;
  float: right;
  border: none;
  cursor: pointer;
}

a.scroll {
  display: block;
  width: 20px;
  height: 30px;
  position: fixed;
  z-index: 10000;
  bottom: 60px;
  right: 60px;
}
a.scroll span {
  display: block;
  width: 20px;
  height: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 2px solid #b01116;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
a.scroll span:after {
  width: 2px;
  height: 1px;
  background: #b01116;
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  left: 45%;
  -webkit-animation: mainArrowAnim 1s infinite;
  /* Safari 4+ */
  -moz-animation: mainArrowAnim 1s infinite;
  /* Fx 5+ */
  -o-animation: mainArrowAnim 1s infinite;
  /* Opera 12+ */
  animation: mainArrowAnim 1s infinite;
}

@-webkit-keyframes mainArrowAnim {
  0% {
    height: 0px;
  }
  50% {
    height: 10px;
  }
  100% {
    height: 0px;
  }
}
@-moz-keyframes mainArrowAnim {
  0% {
    height: 0px;
  }
  50% {
    height: 10px;
  }
  100% {
    height: 0px;
  }
}
@-o-keyframes mainArrowAnim {
  0% {
    height: 0px;
  }
  50% {
    height: 10px;
  }
  100% {
    height: 0px;
  }
}
@keyframes mainArrowAnim {
  0% {
    height: 0px;
  }
  50% {
    height: 10px;
  }
  100% {
    height: 0px;
  }
}
/* Titles */
h2.caption {
  font-size: 90px;
  color: #b01116;
  letter-spacing: -5px;
}
h2.caption span {
  font-weight: 200;
  color: #0F1A30;
  display: block;
}

/* Titles */
/* Forms*/
.chkBox {
  width: 100%;
}

.switch {
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #0F1A30;
  font-weight: bold;
  font-size: 24px;
  padding-left: 55px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .toggle {
  position: absolute;
  cursor: pointer;
  top: 4px;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 40px;
  height: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 1px solid #42515a;
  background: transparent;
}
.switch .toggle:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  top: 2px;
  background-color: #42515a;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
.switch input:checked + .toggle {
  background: transparent linear-gradient(123deg, #960105 0%, #b01116 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #960105;
  box-shadow: inset 5px 5px 10px #00000033, 10px 10px 20px #0934A84D;
}
.switch input:checked + .toggle:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
  background: #fff;
}
.switch i {
  font-style: normal;
}
.switch input:checked + .toggle + i {
  color: #b01116;
}

/* Forms */
/*General Elements */
.popupForm {
  position: fixed;
  width: 65%;
  height: 100%;
  clip-path: polygon(40% 0%, 100% 0, 100% 100%, 0% 100%);
  background: #0070C6 url(../images/bg/popupBg.svg) no-repeat right bottom;
  z-index: 999999;
  top: 0;
  right: -100%;
}
.popupForm .content {
  width: 60%;
  float: right;
}
.popupForm .popupFormInner {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 350px;
}
.popupForm .title {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
.popupForm .title h2 {
  color: #fff;
  font-weight: 500;
  font-size: 30px;
}
.popupForm .title h2 span {
  display: block;
  font-size: 15px;
  color: #6DE516;
}
.popupForm .title a.icoBtn {
  color: #6DE516;
  font-size: 20px;
  width: auto;
  box-shadow: none;
  font-weight: normal;
  line-height: normal;
}
.popupForm .title a.icoBtn i {
  top: 3px;
}
.popupForm .title:before {
  width: 78px;
  height: 70px;
  position: absolute;
  display: block;
  content: "";
  background: url(../images/icons/services.svg) no-repeat;
  background-size: 100% auto;
  top: 0;
  left: -100px;
}
.popupForm a.formCloser {
  display: block;
  width: 46px;
  height: 46px;
  background: url(../images/icons/menuClose.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 60px;
  right: 60px;
  z-index: 2;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10003;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
}
header:after {
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(60, 113, 255, 0.2);
  z-index: 4;
}
header .content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  justify-content: space-between;
  max-width: none;
  margin: auto;
  align-items: center;
  z-index: 3;
  background: #fff;
  padding: 0 50px 0 7.5%;
}
header .left {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header a.logo {
  display: block;
  background: url(../images/logo.svg) no-repeat center;
  background-size: 100% auto;
  width: 200px;
  height: 75px;
  margin-right: 70px;
}
header ul.topMenu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header ul.topMenu li {
  position: relative;
}
header ul.topMenu li a {
  color: #0F1A30;
  font-weight: bold;
  font-size: 18px;
  padding: 0 30px;
  line-height: 100px;
}
header ul.topMenu li ul {
  position: absolute;
  top: 140%;
  background: #fff;
  border-radius: 0 0 10px 10px;
  width: 300px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  padding: 50px 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
header ul.topMenu li ul li {
  display: block;
  width: 100%;
}
header ul.topMenu li ul li a {
  font-size: 18px;
  min-height: auto;
  margin-bottom: 0;
  color: #42515a;
  display: block;
  line-height: normal;
}
header ul.topMenu li ul li a span {
  padding: 10px 0;
  position: relative;
  display: inline-block;
  z-index: 3;
}
header ul.topMenu li ul li a span i {
  position: relative;
  z-index: 2;
  font-style: normal;
}
header ul.topMenu li ul li a span:after {
  display: block;
  height: 100%;
  position: absolute;
  background: #b01116;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  content: "";
  top: 0;
  left: -30px;
  width: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header ul.topMenu li ul li a span:before {
  content: "";
  position: absolute;
  color: #fff;
  top: 17px;
  left: -30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
  font-weight: normal;
  font-size: 15px;
}
header ul.topMenu li ul li a:hover {
  color: #fff;
}
header ul.topMenu li ul li a:hover span:after {
  width: 150%;
  width: calc(100% + 60px);
}
header ul.topMenu li ul li a:hover span:before {
  left: -20px;
  opacity: 1;
}
header ul.topMenu li:hover ul {
  opacity: 1;
  top: 100%;
  pointer-events: all;
}
header ul.topMenu.opened {
  opacity: 0;
  pointer-events: none;
}
header .tools {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
header .tools:before {
  height: 40px;
  width: 1px;
  position: absolute;
  content: "";
  background: #b01116;
  opacity: 0.2;
  top: -7px;
  right: 50px;
}
header .tools img {
  margin: 0 25px;
}
header .tools a {
  display: block;
  margin: 0 25px;
}
header .tools a i {
  display: block;
  width: 100%;
  height: 100%;
}
header .tools a.menuLink {
  width: 26px;
  height: 25px;
  margin-right: 0;
}
header .tools a.menuLink i.menuIco {
  background-size: 100% auto;
}
header .tools a.menuLink.opened i.menuIco {
  background-image: url(../images/icons/close.svg);
  background-size: 18px auto;
}
header .tools a.searchBtn {
  width: 26px;
  height: 26px;
}
header .tools a.searchBtn.opened i.searchIco {
  background-image: url(../images/icons/close.svg);
  background-size: 18px auto;
}
header .tools a.langBtn {
  width: 26px;
  height: 26px;
  position: relative;
}
header .tools a.langBtn span {
  font-size: 13px;
  font-weight: bold;
  color: #b01116;
  position: absolute;
  left: 30px;
  top: 0;
  line-height: 26px;
}
header .tools a.whatsappBtn {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50vh;
  margin-top: -50px;
}
header .tools a.login {
  position: absolute;
  right: 125px;
  background: transparent;
  color: #b01116;
  font-size: 13px;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  margin-top: 0;
  padding-right: 30px;
}
header .tools a.login i {
  width: 21px;
  height: 23px;
  position: absolute;
  right: 0px;
  top: 1px;
}
header .tools a.login span {
  position: relative;
  min-width: 80px;
  display: block;
  text-align: right;
}
header .nav {
  width: 100%;
  height: 100vh;
  background: #fff;
  position: absolute;
  top: -100vh;
  left: 0;
  z-index: 1;
  padding: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
header .nav nav {
  width: 100%;
  margin: auto;
  height: 55%;
  position: relative;
  padding: 170px 0 50px 7.5%;
}
header .nav nav .navInner {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
}
header .nav nav ul li.caption a {
  font-size: 24px;
  color: #b01116;
  font-weight: bold;
  display: block;
  position: relative;
  margin-bottom: 50px;
}
header .nav nav ul li.caption ul {
  width: 100%;
  float: none;
}
header .nav nav ul li.caption ul li {
  display: block;
  width: 100%;
}
header .nav nav ul li.caption ul li a {
  font-size: 20px;
  min-height: auto;
  margin-bottom: 0;
  color: #42515a;
  display: block;
}
header .nav nav ul li.caption ul li a span {
  padding: 10px 0;
  position: relative;
  display: inline-block;
  z-index: 3;
}
header .nav nav ul li.caption ul li a span i {
  position: relative;
  z-index: 2;
  font-style: normal;
}
header .nav nav ul li.caption ul li a span:after {
  display: block;
  height: 100%;
  position: absolute;
  background: #b01116;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  content: "";
  top: 0;
  left: -30px;
  width: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .nav nav ul li.caption ul li a span:before {
  content: "";
  position: absolute;
  color: #fff;
  top: 17px;
  left: -30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
  font-weight: normal;
  font-size: 15px;
}
header .nav nav ul li.caption ul li a:hover {
  color: #fff;
}
header .nav nav ul li.caption ul li a:hover span:after {
  width: 150%;
  width: calc(100% + 60px);
}
header .nav nav ul li.caption ul li a:hover span:before {
  left: -20px;
  opacity: 1;
}
header .nav nav ul li.caption ul li ul {
  display: none;
}
header .nav nav ul li.caption ul li ul a {
  font-size: 20px;
}
header .nav nav ul li.caption.contact {
  margin-top: 70px;
}
header .nav .bottomNav {
  position: absolute;
  width: 100%;
  bottom: 0px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 45%;
}
header .nav .bottomNav .caption {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  width: 100%;
}
header .nav .bottomNav .caption a {
  float: right;
  color: #fff;
  font-weight: normal;
}
header .nav .bottomNav .left {
  background: #b01116;
  width: 70%;
  padding: 70px 7.5%;
  height: 100%;
}
header .nav .bottomNav .left .caption {
  margin-bottom: 80px;
}
header .nav .bottomNav .left ul {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
header .nav .bottomNav .left ul li {
  margin-bottom: 30px;
}
header .nav .bottomNav .left ul li a {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
header .nav .bottomNav .left ul li a:after {
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
}
header .nav .bottomNav .left ul li a:hover:after {
  width: 100%;
}
header .nav .bottomNav .right {
  background: #42515a;
  width: 30%;
  padding: 70px;
  height: 100%;
}
header .nav .bottomNav .right .caption {
  margin-bottom: 30px;
}
header .nav .bottomNav .right .caption:nth-child(3) {
  margin-top: 80px;
}
header .nav .bottomNav .right ul {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
}
header .nav .bottomNav .right ul li a {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  position: relative;
}
header .nav .bottomNav .right ul li a:after {
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
}
header .nav .bottomNav .right ul li a:hover:after {
  width: 100%;
}
header .nav.opened {
  top: 0;
}
header .search {
  background: rgba(15, 26, 48, 0.7);
  width: 100%;
  height: 100vh;
  position: absolute;
  top: -100vh;
  left: 0;
  z-index: 1;
  padding: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
header .search.opened {
  top: 0;
}
header .search form {
  width: 100%;
  height: 60%;
  background: #F0F3F5;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
header .search .searchBar {
  width: 100%;
  max-width: 660px;
  position: relative;
}
header .search .searchBar .searchInputs {
  border: 1px solid #d6dcf0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  height: 80px;
  background: #fff;
  position: relative;
}
header .search .searchBar input[type=text] {
  width: 100%;
  height: 100%;
  background: url(../images/icons/search.svg) no-repeat 15px center;
  color: #42515a;
  font-size: 17px;
  font-weight: bold;
  padding: 0 100px 0 50px;
  border: none;
}
header .search .searchBar input[type=submit] {
  position: absolute;
  border: none;
  right: 17px;
  top: 17px;
  cursor: pointer;
}
header ul.topMenu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

footer {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  background-color: white;
  padding: 50px 7.5%;
  color: #7E7E7E;
  z-index: 10001;
}
footer .content {
  width: 100%;
  border-top: 1px solid #D2DBE2;
  padding-top: 50px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
footer .content:after {
  display: block;
  width: 100%;
  height: 0;
  clear: both;
  content: "";
}
footer ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
footer ul li {
  margin: 0 30px;
}
footer ul li a {
  font-size: 17px;
  color: #0F1A30;
  font-weight: bold;
}
footer .right .social {
  text-align: right;
  margin-bottom: 40px;
}
footer .right .social a {
  font-size: 17px;
  color: #b01116;
}
footer .right .legal a {
  font-size: 15px;
  color: #0F1A30;
  padding-left: 15px;
}
footer .right .legal.legalTr a {
  font-size: 10px;
}
footer .footerLogo img {
  max-width: 150px;
}

main {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 4;
}

section.mainSlider {
  width: 100%;
  height: 100vh;
  background: #F0F3F5 url(../images/bg/sliderBg.jpg) no-repeat top right;
  background-size: cover;
  margin: 0;
  overflow: hidden;
}
section.mainSlider .videoBg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
section.mainSlider .videoBg video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  display: block;
  vertical-align: middle;
  width: auto;
  height: auto;
}
section.mainSlider a.vol {
  position: absolute;
  color: #fff;
  bottom: 60px;
  left: 60px;
  z-index: 5;
  background: #0F1A30;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  text-align: center;
  line-height: 50px;
}
section.mainSlider a.vol:before {
  content: "";
  font-size: 30px;
}
section.mainSlider a.vol.unmute:before {
  content: "";
}
section.mainSlider .bgTxt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
section.mainSlider .bgTxt div {
  width: 100%;
  max-width: 1220px;
  position: absolute;
  height: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
section.mainSlider .bgTxt div strong {
  display: block;
  color: #b01116;
  font-size: 100px;
  min-height: 122px;
}
section.mainSlider .bgTxt div span {
  display: block;
  color: #fff;
  font-size: 167px;
  text-shadow: 0px 20px 20px #1A4CD30D;
  letter-spacing: -8.5px;
}
section.mainSlider .owl-carousel, section.mainSlider .owl-stage-outer, section.mainSlider .owl-stage, section.mainSlider .owl-item, section.mainSlider .item {
  height: 100vh;
}
section.mainSlider .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
section.mainSlider .item .content {
  height: 500px;
  width: 100%;
  max-width: 1220px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  align-items: flex-end;
}
section.mainSlider .item .left {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  transform: translateX(-200px);
  -webkit-transform: translateX(-200px);
  -moz-transform: translateX(-200px);
  opacity: 0;
}
section.mainSlider .item .left a {
  position: relative;
  display: inline-block;
  color: #0F1A30;
  position: relative;
  clear: both;
  font-size: 17px;
  font-weight: bold;
}
section.mainSlider .item .left a:after {
  display: block;
  content: "";
  background: #b01116;
  width: 40px;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.mainSlider .item .left a:hover {
  color: #b01116;
}
section.mainSlider .item .left a:hover:after {
  width: 100%;
}
section.mainSlider .item .left a:first-child {
  margin-bottom: 60px;
}
section.mainSlider .item .right {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  transform: translateX(200px);
  -webkit-transform: translateX(200px);
  -moz-transform: translateX(200px);
  opacity: 0;
}
section.mainSlider .item .right h2 {
  color: #b01116;
  font-size: 64px;
  font-weight: 200;
  padding-bottom: 80px;
}
section.mainSlider .item .right h2 strong {
  display: block;
  font-size: 24px;
}
section.mainSlider .item .right p {
  color: #0F1A30;
  font-size: 15px;
  max-width: 220px;
}
section.mainSlider .item .right p strong {
  display: block;
  font-size: 17px;
}
section.mainSlider .item img {
  position: absolute;
  max-width: 730px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
}
section.mainSlider .active .item .left {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
}
section.mainSlider .active .item .right {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
}
section.mainSlider .active .item img {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
}
section.mainSlider .active .item .caption {
  top: 45%;
  opacity: 1;
}
section.mainSlider .active .item .bg div span {
  height: 100%;
}
section.mainSlider .active .item video {
  opacity: 1;
}
section.mainSlider .owl-dots {
  position: absolute;
  top: 50%;
  left: 7.5%;
  width: 50px;
  height: 500px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
section.mainSlider .owl-dots .owl-dot {
  width: 100%;
  height: 50px;
  line-height: 50px;
}
section.mainSlider .owl-dots .owl-dot span {
  font-size: 17px;
  color: #42515a;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.mainSlider .owl-dots .owl-dot.active span {
  color: #b01116;
}
section.mainSlider .mainVideo {
  position: relative;
}
section.mainSlider .mainVideo:before {
  display: block;
  width: 100%;
  height: 25%;
  content: "";
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
section.mainSlider .mainVideo a {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1080px;
  position: relative;
  margin: auto;
}
section.mainSlider .mainVideo a img {
  display: block;
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
section.mainSlider .mainVideo a p.title {
  font-size: 100px;
  letter-spacing: -5px;
  text-shadow: 0px 20px 20px #b0111627;
  top: 100px;
  left: 40px;
  font-weight: bold;
  line-height: 100px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  position: absolute;
  max-width: none;
  padding: 0;
}
section.mainSlider .mainVideo a p.title:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  right: -110px;
  background: url(../images/icons/play.svg) no-repeat center;
  background-size: 100% auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 10px;
}
section.mainSlider .mainVideo a p.title span {
  display: block;
  padding-left: 100px;
}
section.mainSlider .mainVideo a p.title small {
  display: block;
  padding-left: 110px;
  display: block;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
}
section.mainSlider .mainVideo a span.click {
  position: absolute;
  bottom: 60px;
  left: 100%;
  font-size: 17px;
  color: #0F1A30;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 170px;
  background: #fff;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  padding: 10px;
  margin-left: -35px;
}
section.mainSlider .mainVideo a span.click i {
  color: #fff;
  position: relative;
}
section.mainSlider .mainVideo a span.click font {
  width: 100px;
  padding: 5px 0 0 10px;
  font-weight: bold;
}
section.mainSlider .mainVideo a:hover p.title {
  left: 140px;
}
section.mainSlider .mainVideo a:hover p.title:before {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
}

section.categories {
  padding: 140px 0;
}
section.categories .row {
  width: 100%;
  justify-content: space-between;
}
section.categories .row .col {
  position: relative;
  width: 32%;
}
section.categories .row .col.title {
  width: 60%;
  border-left: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 100px;
}
section.categories .row .col.title h2 {
  font-size: 80px;
  letter-spacing: -1px;
}
section.categories .row .col.allProducts {
  width: 40%;
  padding-top: 60px;
}
section.categories .row .col.allProducts a {
  display: block;
  width: 50%;
  float: right;
  position: relative;
}
section.categories .row .col.allProducts a strong {
  display: block;
  font-size: 25px;
  color: #b01116;
}
section.categories .row .col.allProducts a span {
  display: block;
  font-size: 20px;
  color: #0F1A30;
  font-weight: bold;
}
section.categories .row .col.allProducts a i {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
}
section.categories .row .col .info span {
  color: #b01116;
  font-size: 100px;
  position: absolute;
  top: 60px;
  left: 60px;
}
section.categories .row .col .info span small {
  font-size: 17px;
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 60px;
}
section.categories .row .col .info img {
  max-width: 100%;
  display: block;
  margin: auto;
}
section.categories .row .col .cBox {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 60px 30px 120px;
}
section.categories .row .col .cBox.imgBig {
  padding: 60px 2px 80px;
}
section.categories .row .col .cBox:before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  box-shadow: 20px 20px 50px #20348900;
  position: absolute;
  border: 1px solid rgba(60, 113, 255, 0.2);
}
section.categories .row .col .cBox img {
  max-width: 100%;
  display: block;
  margin: auto;
  position: relative;
}
section.categories .row .col .cBox small {
  position: absolute;
  top: 60px;
  left: 60px;
  font-size: 17px;
  font-weight: bold;
  color: #42515a;
}
section.categories .row .col .cBox span {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 18px;
  color: #0F1A30;
  font-weight: bold;
  display: block;
  max-width: 140px;
}
section.categories .row .col .cBox strong {
  position: absolute;
  left: 60px;
  font-size: 64px;
  color: #b01116;
  font-weight: bold;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  top: 50%;
}
section.categories .row .col .cBox i {
  position: absolute;
  right: 30px;
  bottom: 30px;
  background: transparent;
}
section.categories .row .col .cBox i:before {
  color: #b01116;
}
section.categories .row .col .cBox:hover {
  z-index: 2;
}
section.categories .row .col .cBox:hover span {
  color: #b01116;
}
section.categories .row .col .cBox:hover:before {
  width: 100%;
  height: 110%;
  opacity: 1;
  box-shadow: 20px 20px 50px #20348926;
}
section.categories .row .col .cBox:hover i {
  background: transparent linear-gradient(142deg, #960105 0%, #b01116 100%) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 15px 15px 30px 0px rgba(9, 52, 168, 0.3);
  -moz-box-shadow: 15px 15px 30px 0px rgba(9, 52, 168, 0.3);
  box-shadow: 15px 15px 30px 0px rgba(9, 52, 168, 0.3);
}
section.categories .row .col .cBox:hover i:before {
  color: #fff;
}

section.solutions {
  background: #F0F3F5;
  padding: 140px 0 140px 7.5%;
}
section.solutions .content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
section.solutions .left {
  width: 40%;
}
section.solutions .left .row {
  height: auto;
}
section.solutions .left .col-3 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
section.solutions .left .col-3 strong {
  display: block;
  color: #0F1A30;
  font-size: 24px;
  width: 100%;
  padding-top: 50px;
}
section.solutions .left .col-3 span {
  font-size: 64px;
  display: block;
  color: #b01116;
  letter-spacing: -5px;
  width: 100%;
  font-weight: bold;
}
section.solutions .left .col-5 strong {
  display: block;
  color: #0F1A30;
  font-size: 17px;
  width: 100%;
  padding-bottom: 30px;
}
section.solutions .left .chkBox {
  margin-bottom: 30px;
}
section.solutions .left a.cornerBtn {
  margin-left: 55px;
}
section.solutions .right {
  width: 45%;
  position: relative;
}
section.solutions .right img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.solutions .right img:first-child {
  opacity: 1;
}
section.solutions h2 {
  padding-bottom: 100px;
  font-size: 80px;
  letter-spacing: -1px;
}

@keyframes pulseAnimation {
  0% {
    fill: #d3ddf7;
  }
  50% {
    fill: #FF1919;
  }
  100% {
    fill: #d3ddf7;
  }
}
@-o-keyframes pulseAnimation {
  0% {
    fill: #d3ddf7;
  }
  50% {
    fill: #FF1919;
  }
  100% {
    fill: #d3ddf7;
  }
}
@-moz-keyframes pulseAnimation {
  0% {
    fill: #d3ddf7;
  }
  50% {
    fill: #FF1919;
  }
  100% {
    fill: #d3ddf7;
  }
}
@-webkit-keyframes pulseAnimation {
  0% {
    fill: #d3ddf7;
  }
  50% {
    fill: #FF1919;
  }
  100% {
    fill: #d3ddf7;
  }
}
section.infoGraphic {
  background: #F0F3F5;
  padding: 140px 0;
}
section.infoGraphic svg {
  display: block;
  width: 85%;
  height: auto;
  margin: auto;
}
section.infoGraphic svg circle {
  fill: #d3ddf7;
}
section.infoGraphic svg circle.pulse {
  -webkit-animation: pulseAnimation 2s infinite;
  -moz-animation: pulseAnimation 2s infinite;
  -o-animation: pulseAnimation 2s infinite;
  animation: pulseAnimation 2s infinite;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
}
section.infoGraphic svg circle.pulse2 {
  -webkit-animation: pulseAnimation 2s infinite;
  -moz-animation: pulseAnimation 2s infinite;
  -o-animation: pulseAnimation 2s infinite;
  animation: pulseAnimation 2s infinite;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
}
section.infoGraphic svg circle.pulse3 {
  -webkit-animation: pulseAnimation 2s infinite;
  -moz-animation: pulseAnimation 2s infinite;
  -o-animation: pulseAnimation 2s infinite;
  animation: pulseAnimation 2s infinite;
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
}
section.infoGraphic svg circle.pulse4 {
  -webkit-animation: pulseAnimation 2s infinite;
  -moz-animation: pulseAnimation 2s infinite;
  -o-animation: pulseAnimation 2s infinite;
  animation: pulseAnimation 2s infinite;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
}
section.infoGraphic svg circle.pulse5 {
  -webkit-animation: pulseAnimation 2s infinite;
  -moz-animation: pulseAnimation 2s infinite;
  -o-animation: pulseAnimation 2s infinite;
  animation: pulseAnimation 2s infinite;
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
}
section.infoGraphic .map {
  width: 100%;
  padding: 150px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
section.infoGraphic .map img {
  display: block;
  width: 350px;
  margin: auto;
}
section.infoGraphic .map .infoText {
  width: 100%;
  text-align: center;
  padding: 90px 0;
}
section.infoGraphic .map .infoText .title {
  font-size: 160px;
  font-weight: bold;
  color: #b01116;
  display: block;
}
section.infoGraphic .map .infoText .title i {
  font-style: normal;
}
section.infoGraphic .map .infoText span {
  color: #42515a;
  font-weight: bold;
  font-size: 32px;
}
section.infoGraphic .map .infoNav {
  width: 100%;
}
section.infoGraphic .map .infoNav ul {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  max-width: 1000px;
}
section.infoGraphic .map .infoNav ul li {
  color: #0F1A30;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
section.infoGraphic .map .infoNav ul li:after {
  display: block;
  content: "";
  width: 0;
  height: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #b01116;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  margin-top: 10px;
}
section.infoGraphic .map .infoNav ul li.selected {
  color: #b01116;
}
section.infoGraphic .map .infoNav ul li.selected:after {
  width: 40px;
  box-shadow: 0px 4px 6px #42515a80;
}

section.catalogues .content {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
section.catalogues .left {
  width: 42%;
  border-right: 1px solid #D2DBE2;
  border-bottom: 1px solid #D2DBE2;
  padding-top: 70px;
}
section.catalogues .left a.cornerBtn {
  float: right;
  margin-right: 60px;
}
section.catalogues .right {
  width: 58%;
  padding: 0px 80px 0;
}
section.catalogues .right .rightInner {
  width: 100%;
  height: 100%;
  position: relative;
}
section.catalogues .right .row {
  height: auto;
}
section.catalogues .cataloguesPoster {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: #fff url(../images/img/allCatalogues.jpg) no-repeat center;
  background-size: cover;
  padding-top: 60px;
}
section.catalogues .cataloguesPoster p {
  max-width: 280px;
  font-size: 17px;
  color: #42515a;
  float: right;
  margin-right: 10%;
  font-weight: bold;
}
section.catalogues .cataloguesPoster p strong {
  display: block;
  font-size: 64px;
  color: #b01116;
}
section.catalogues #cataloguesList {
  width: 100%;
  height: 100%;
  display: none;
}
section.catalogues #cataloguesList .row .col {
  width: 50%;
  border-top: 1px solid #D2DBE2;
  border-right: 1px solid #D2DBE2;
}
section.catalogues #cataloguesList .row .col:nth-child(1), section.catalogues #cataloguesList .row .col:nth-child(2) {
  border-top: none;
}
section.catalogues #cataloguesList .row .col:nth-child(2n) {
  border-right: none;
}
section.catalogues #cataloguesList .row .col a {
  width: 100%;
  display: block;
  position: relative;
  padding: 30px 60px;
}
section.catalogues #cataloguesList .row .col a:before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  box-shadow: 20px 20px 50px #20348926;
  position: absolute;
}
section.catalogues #cataloguesList .row .col a span {
  font-size: 17px;
  color: #42515a;
  font-weight: bold;
  position: relative;
}
section.catalogues #cataloguesList .row .col a strong {
  position: relative;
  width: 100%;
  display: block;
  width: 100%;
  max-width: 180px;
  height: 250px;
  border: 10px solid #D2DBE2;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 10px;
}
section.catalogues #cataloguesList .row .col a strong img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
section.catalogues #cataloguesList .row .col a i {
  position: absolute;
  right: 60px;
  bottom: 20px;
  background: transparent;
}
section.catalogues #cataloguesList .row .col a i:before {
  color: #b01116;
}
section.catalogues #cataloguesList .row .col a:hover {
  z-index: 2;
}
section.catalogues #cataloguesList .row .col a:hover strong {
  border: 10px solid #b01116;
}
section.catalogues #cataloguesList .row .col a:hover span {
  color: #b01116;
}
section.catalogues #cataloguesList .row .col a:hover:before {
  width: 110%;
  height: 110%;
  opacity: 1;
}
section.catalogues #cataloguesList .row .col a:hover i {
  background: transparent linear-gradient(142deg, #960105 0%, #b01116 100%) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 15px 15px 30px 0px rgba(9, 52, 168, 0.3);
  -moz-box-shadow: 15px 15px 30px 0px rgba(9, 52, 168, 0.3);
  box-shadow: 15px 15px 30px 0px rgba(9, 52, 168, 0.3);
}
section.catalogues #cataloguesList .row .col a:hover i:before {
  color: #fff;
}
section.catalogues .selectRow {
  width: 100%;
  border-bottom: 1px solid #D2DBE2;
  padding: 55px 0 55px 18%;
}
section.catalogues .selectRow label {
  width: 100%;
  display: block;
  color: #42515a;
  font-size: 17;
  margin-bottom: 20px;
}
section.catalogues .selectRow .selectItems {
  width: 100%;
}
section.catalogues .selectRow .selectItems ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
section.catalogues .selectRow .selectItems ul li {
  font-weight: bold;
  font-size: 17px;
  color: #42515a;
  cursor: pointer;
  margin-right: 30px;
  position: relative;
}
section.catalogues .selectRow .selectItems ul li:hover {
  color: #b01116;
}
section.catalogues .selectRow .selectItems ul li:after {
  display: block;
  content: "";
  width: 0px;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background: #b01116;
  width: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  bottom: -10px;
  left: 0;
}
section.catalogues .selectRow .selectItems ul li.selected:after {
  width: 40px;
  box-shadow: 0px 4px 6px #42515a80;
}
section.catalogues .selectRow .selectItems ul.months li {
  margin-bottom: 25px;
}
section.catalogues .selectRow .selectItems.c2 ul li {
  height: 37px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
section.catalogues .selectRow.products .selectItems ul li {
  width: 25%;
  margin: 0 0 30px 0;
  padding-right: 15px;
}
section.catalogues .selectRow:last-child {
  border-bottom: none;
}

.history {
  width: 70%;
  height: 100%;
  background: url(../images/img/about/bg.jpg) no-repeat left bottom;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}
.history .hContent {
  width: 40%;
  height: 100%;
  float: right;
  position: relative;
}
.history .hList {
  width: 100%;
  position: absolute;
  top: 33vh;
}
.history .hList .hItem {
  display: block;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 33vh;
}
.history .hList .hItem.active {
  opacity: 1;
}
.history .hList .hItem h2 {
  font-size: 64px;
  font-weight: 200;
  padding: 0;
  line-height: 1;
}
.history .hList .hItem h3 {
  font-size: 24px;
  color: #b01116;
}
.history .hList .hItem p {
  font-size: 15px;
  color: #0F1A30;
  font-weight: 500;
  padding: 20px 0 0;
}
.history .hNav {
  width: 50px;
  position: absolute;
  right: 25%;
  top: 66vh;
}
.history .hNav a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  color: #b01116;
  background: transparent;
  font-weight: bold;
}
.history .hNav a.hPrev:before {
  content: "";
}
.history .hNav a.hNext:before {
  content: "";
}
.history .hNav a:hover {
  box-shadow: 0px 3px 6px #00000033;
  background: transparent linear-gradient(142deg, #960105 0%, #b01116 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}
.history .hImages img {
  position: absolute;
  left: 0;
  transform: rotate(30deg);
  width: 23%;
  top: 140%;
  left: -14%;
}
.history .hImages img:nth-child(1) {
  top: 20%;
  left: 38%;
}
.history .hImages img:nth-child(2) {
  top: 80%;
  left: 12%;
}

section.subPage {
  padding-top: 140px;
  min-height: 100vh;
}
section.subPage h1, section.subPage h2 {
  color: #b01116;
  font-size: 64px;
  padding-top: 100px;
}
section.subPage h1 span, section.subPage h2 span {
  display: block;
  color: #0F1A30;
  font-size: 24px;
}
section.subPage.productPage h1 span {
  display: inline-block;
}
section.subPage .content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
section.subPage .content .pageTxt {
  width: 40%;
}
section.subPage .content .pageTxt p {
  font-size: 17px;
  color: #42515a;
  font-weight: 500;
  padding: 30px 0 0 0;
}
section.subPage .content .pageTxt form {
  padding-top: 80px;
}
section.subPage .content .pageTxt form#contact-form {
  padding-top: 0;
}
section.subPage .content .pageTxt.w100 {
  width: 100%;
}
section.subPage .content .pageTxt.w100 p {
  max-width: 100%;
}
section.subPage .content .pageTxt.w100 p.cookieSubTitle {
  position: relative;
  padding-top: 0px;
  margin-top: 30px;
  padding-left: 20px;
}
section.subPage .content .pageTxt.w100 p.cookieSubTitle:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #42515a;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  position: absolute;
  border-radius: 100%;
}
section.subPage .content .pageTxt.w100 .list li {
  font-size: 17px;
  color: #42515a;
  font-weight: 500;
  position: relative;
  margin-top: 30px;
  padding-left: 20px;
}
section.subPage .content .pageTxt.w100 .list li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #42515a;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  position: absolute;
}
section.subPage .content .pageTxt.w100 .cookieTable {
  margin-top: 30px;
  font-size: 17px;
  color: #42515a;
  font-weight: 500;
}
section.subPage .content .pageTxt.w100 .cookieTable .cRow {
  display: flex;
  margin-bottom: 30px;
}
section.subPage .content .pageTxt.w100 .cookieTable .cRow:first-child {
  background-color: #42515a;
  padding: 15px 0px;
  color: #fff;
}
section.subPage .content .pageTxt.w100 .cookieTable .cRow .cCol {
  padding: 0 30px;
  line-height: 30px;
}
section.subPage .content .pageTxt.w100 .cookieTable .cRow .cCol:nth-child(1) {
  width: 20%;
}
section.subPage .content .pageTxt.w100 .cookieTable .cRow .cCol:nth-child(2) {
  width: 60%;
}
section.subPage .content .pageTxt.w100 .cookieTable .cRow .cCol:nth-child(3) {
  width: 20%;
}
section.subPage .content .pageImg {
  width: 60%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
section.subPage .content .pageImg img {
  display: block;
  max-width: 100%;
}
section.subPage .content .pageImg.certificatesList {
  display: flex;
  justify-content: flex-start;
}
section.subPage .content .pageImg.certificatesList .item {
  width: 50%;
  height: auto !important;
}
section.subPage .content .pageImg.certificatesList .item p {
  font-size: 17px;
  font-weight: 700;
}
section.subPage .content .pageImg.certificatesList .item .cBox {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 60px;
  border-bottom: 1px solid rgba(60, 113, 255, 0.2);
  border-left: 1px solid rgba(60, 113, 255, 0.2);
  border-right: 1px solid rgba(60, 113, 255, 0.2);
}
section.subPage .content .pageImg.certificatesList .item .cBox:before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  box-shadow: 20px 20px 50px #20348926;
  position: absolute;
}
section.subPage .content .pageImg.certificatesList .item .cBox img {
  max-width: 100%;
  display: block;
  margin: auto;
  position: relative;
}
section.subPage .content .pageImg.certificatesList .item .cBox i {
  position: absolute;
  right: 60px;
  bottom: 60px;
  background: transparent;
}
section.subPage .content .pageImg.certificatesList .item .cBox i:before {
  color: #b01116;
}
section.subPage .content .pageImg.certificatesList .item .cBox:hover {
  z-index: 2;
}
section.subPage .content .pageImg.certificatesList .item .cBox:hover:before {
  width: 110%;
  height: 110%;
  opacity: 1;
}
section.subPage .content .pageImg.certificatesList .item .cBox:hover i {
  background: transparent linear-gradient(142deg, #960105 0%, #b01116 100%) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 15px 15px 30px 0px rgba(9, 52, 168, 0.3);
  -moz-box-shadow: 15px 15px 30px 0px rgba(9, 52, 168, 0.3);
  box-shadow: 15px 15px 30px 0px rgba(9, 52, 168, 0.3);
}
section.subPage .content .pageImg.certificatesList .item .cBox:hover i:before {
  color: #fff;
}
section.subPage .content .pageImg.certificatesList .item:nth-child(2n+0) .cBox {
  border-left: 0px;
}
section.subPage .content .pageImg.certificatesList .item:nth-child(2) {
  border-left: 1px solid rgba(60, 113, 255, 0.2);
}
section.subPage .content .pageImg.certificatesList .item:nth-child(3) {
  border-top: 1px solid rgba(60, 113, 255, 0.2);
}
section.subPage .content .pageImg iframe {
  width: 100% !important;
  max-width: 536px !important;
  height: 600px !important;
}
section.subPage .content .pageImg .owl-carousel, section.subPage .content .pageImg .owl-stage-outer, section.subPage .content .pageImg .owl-stage, section.subPage .content .pageImg .owl-item, section.subPage .content .pageImg .item {
  height: 80vh;
}
section.subPage .content .pageImg #manufacturingSlider img {
  width: auto;
  position: absolute;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  margin: 5px;
  opacity: 0;
}
section.subPage .content .pageImg #manufacturingSlider img:nth-child(1) {
  right: 50%;
  bottom: 50%;
  transform: translate(-100px, -100px);
  -webkit-transform: translate(-100px, -100px);
  -moz-transform: translate(-100px, -100px);
  width: 20%;
}
section.subPage .content .pageImg #manufacturingSlider img:nth-child(2) {
  left: 50%;
  bottom: 50%;
  transform: translate(100px, -100px);
  -webkit-transform: translate(100px, -100px);
  -moz-transform: translate(100px, -100px);
  width: 40%;
}
section.subPage .content .pageImg #manufacturingSlider img:nth-child(3) {
  left: 50%;
  top: 50%;
  transform: translate(100px, 100px);
  -webkit-transform: translate(100px, 100px);
  -moz-transform: translate(100px, 100px);
  width: 25%;
}
section.subPage .content .pageImg #manufacturingSlider img:nth-child(4) {
  right: 50%;
  top: 50%;
  transform: translate(-100px, 100px);
  -webkit-transform: translate(-100px, 100px);
  -moz-transform: translate(-100px, 100px);
  width: 40%;
}
section.subPage .content .pageImg #manufacturingSlider .active img {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}
section.subPage.fullPage {
  padding-top: 0;
  height: 100vh;
}
section.subPage.fullPage .content {
  width: 100%;
  height: 100%;
}
section.subPage.fullPage .pageImg {
  height: 100%;
  position: relative;
}
section.subPage.fullPage .pageImg.about {
  background: url(../images/img/about.jpg) no-repeat;
  background-size: cover;
}
section.subPage.fullPage .pageImg.career img {
  position: absolute;
  width: 100%;
  bottom: 0;
}
section.subPage.fullPage .pageTxt {
  padding: 140px 0 0 7.5%;
}

.contactInfo {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
}
.contactInfo .contactItem {
  width: 50%;
  padding-left: 45px;
  color: #42515a;
  font-size: 17px;
  font-weight: 500;
  min-height: 50px;
  margin-bottom: 50px;
}
.contactInfo .contactItem span {
  padding-bottom: 10px;
  display: block;
}
.contactInfo .contactItem a {
  color: #42515a;
}
.contactInfo .contactItem.phone {
  background: url(../images/icons/phone.svg) no-repeat top left;
}
.contactInfo .contactItem.address {
  background: url(../images/icons/pin.svg) no-repeat top left;
}
.contactInfo .contactItem.mail {
  background: url(../images/icons/mail.svg) no-repeat top left;
}

#tabSlider .owl-dots {
  width: 100%;
  padding-top: 70px;
}
#tabSlider .owl-dots .owl-dot {
  width: 40px;
  height: 4px;
  margin-right: 30px;
}
#tabSlider .owl-dots .owl-dot span {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 100%;
  height: 100%;
  background: #42515a;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
#tabSlider .owl-dots .owl-dot.active span {
  background: #b01116;
  box-shadow: 0px 4px 6px #42515a80;
}

.loginPage {
  min-height: 100vh;
}
.loginPage .row .col {
  height: 100vh;
  align-items: center;
  display: flex;
  position: relative;
}
.loginPage .row .col:first-child {
  padding-left: 7.5%;
}
.loginPage .row .col:last-child:before {
  background: url(../images/img/login-before.png) no-repeat top left;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.loginPage .row .col:last-child img {
  width: 100%;
}

.signUpPage {
  min-height: 100vh;
}
.signUpPage .row .col {
  height: 100vh;
  align-items: center;
  display: flex;
  position: relative;
}
.signUpPage .row .col:first-child {
  padding-left: 7.5%;
  width: 60%;
}
.signUpPage .row .col:last-child {
  width: 40%;
}
.signUpPage .row .col:last-child:before {
  background: url(../images/img/login-before.png) no-repeat top left;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.signUpPage .row .col:last-child img {
  width: 100%;
}

.formArea {
  max-width: 100%;
}
.formArea.login {
  margin-left: 80px;
  width: 400px;
}
.formArea.signUp {
  padding-right: 12.5%;
  width: 100%;
}
.formArea.signUp button[type=submit] {
  margin-bottom: 0px;
}
.formArea .formGroup {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.formArea .formGroup.mb50 {
  margin-bottom: 50px;
}
.formArea .formGroup.kvkkGroup .formCol:nth-child(3) {
  margin-top: 20px;
}
.formArea .formGroup .formCol {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.formArea .formGroup .formCol.col50 {
  width: 49%;
}
.formArea h1 {
  color: #b01116;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 50px;
}
.formArea input, .formArea select {
  width: 100%;
  border: 1px solid rgba(42, 71, 193, 0.4);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  color: #42515a;
  padding: 20px 0 20px 20px;
}
.formArea input::placeholder, .formArea select::placeholder {
  font-size: 13px;
  font-weight: 700;
  color: #42515a;
}
.formArea input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0px;
}
.formArea input[type=radio] + label {
  position: relative;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  color: #42515a;
  margin-right: 10px;
}
.formArea input[type=radio] + label:before {
  content: "";
  margin-right: 5px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(42, 71, 193, 0.4);
  border-radius: 5px;
}
.formArea input[type=radio]:checked + label:after {
  content: "";
  position: absolute;
  background: #b01116;
  width: 10px;
  height: 10px;
  left: 5px;
  top: 5px;
  border-radius: 2px;
}
.formArea input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0px;
}
.formArea input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  color: #42515a;
  line-height: 1.5;
  display: -webkit-box;
  padding-left: 25px;
}
.formArea input[type=checkbox] + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(42, 71, 193, 0.4);
  border-radius: 5px;
  position: absolute;
  left: 0;
}
.formArea input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  background: #b01116;
  width: 10px;
  height: 10px;
  left: 5px;
  top: 5px;
  border-radius: 2px;
}
.formArea a {
  color: #b01116;
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
  display: inline-block;
}
.formArea p {
  font-size: 13px;
  font-weight: 600;
  color: #42515a;
}
.formArea button[type=submit] {
  width: 100%;
  background: url(../images/img/btn.png) no-repeat center center;
  border: 0px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  padding: 20px 0px;
  cursor: pointer;
  margin-bottom: 60px;
  background-size: 100% auto;
  border-radius: 4px;
}

.breadCrumb a {
  color: #42515a;
  font-size: 13px;
}
.breadCrumb a:before {
  content: "";
  margin: 0 10px;
}
.breadCrumb a:first-child:before {
  display: none;
}

.pagination {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  justify-content: flex-end;
  width: 100%;
}
.pagination a {
  font-size: 17px;
  color: #42515a;
  padding: 0 5px;
  font-weight: 600;
}
.pagination a:hover, .pagination a.selected {
  color: #b01116;
}
.pagination a.prev:before {
  content: "";
}
.pagination a.next:before {
  content: "";
}

.listWrapper {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.listWrapper h1 {
  font-size: 48px !important;
  padding: 0 0 15px 0 !important;
}
.listWrapper .title {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid rgba(60, 113, 255, 0.2);
  align-items: center;
}
.listWrapper .filter {
  width: 25%;
  border-right: 1px solid rgba(60, 113, 255, 0.2);
  padding: 50px 50px 0 0;
}
.listWrapper .filter h3 {
  font-size: 24px;
  color: #0F1A30;
}
.listWrapper .filter .scrollContent {
  max-height: 350px;
}
.listWrapper .filter .checkList {
  padding-right: 20px;
}
.listWrapper .filter .fRow.caption {
  padding-top: 30px;
  border-top: 1px solid rgba(60, 113, 255, 0.2);
}
.listWrapper .productList {
  width: 75%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.listWrapper p.error {
  width: 100%;
  padding: 50px;
  font-size: 24px;
  color: #b01116;
}
.listWrapper .pItem {
  width: 25%;
  border-top: 1px solid rgba(60, 113, 255, 0.2);
  border-right: 1px solid rgba(60, 113, 255, 0.2);
}
.listWrapper .pItem:nth-child(1), .listWrapper .pItem:nth-child(2), .listWrapper .pItem:nth-child(3) {
  border-top: none;
}
.listWrapper .pItem:nth-child(4n) {
  border-right: none;
}
.listWrapper .pItem a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 40px;
}
.listWrapper .pItem a:before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  box-shadow: 20px 20px 50px #20348926;
  position: absolute;
}
.listWrapper .pItem a span {
  font-size: 17px;
  color: #42515a;
  font-weight: bold;
  position: relative;
}
.listWrapper .pItem a span small {
  display: block;
  font-weight: 500;
}
.listWrapper .pItem a img {
  display: block;
  width: 100%;
  position: relative;
}
.listWrapper .pItem a strong {
  color: #0F1A30;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  width: 100%;
  display: block;
  padding-right: 25px;
}
.listWrapper .pItem a strong:before {
  content: "";
  position: absolute;
  right: 0;
  color: #b01116;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.listWrapper .pItem a:hover {
  z-index: 2;
}
.listWrapper .pItem a:hover span {
  color: #b01116;
}
.listWrapper .pItem a:hover strong {
  color: #b01116;
}
.listWrapper .pItem a:hover strong:before {
  right: -15px;
}
.listWrapper .pItem a:hover:before {
  width: 110%;
  height: 110%;
  opacity: 1;
}
.listWrapper .newsList {
  width: 75%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.listWrapper .nItem {
  width: 100%;
  border-bottom: 1px solid rgba(60, 113, 255, 0.2);
  padding: 50px;
}
.listWrapper .nItem a {
  display: block;
  max-width: 950px;
  margin: auto;
  color: #42515a;
}
.listWrapper .nItem a .img {
  padding-bottom: 47%;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  display: block;
}
.listWrapper .nItem a .img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
.listWrapper .nItem a strong {
  display: block;
  font-size: 24px;
  color: #0F1A30;
  padding: 30px 0 20px;
}
.listWrapper .nItem a span {
  font-size: 17px;
  display: block;
}
.listWrapper .nItem a small {
  display: block;
  font-size: 13px;
  color: #b01116;
  padding-top: 20px;
}
.listWrapper .nItem a small i {
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  margin-left: 30px;
}
.listWrapper .nItem a:hover {
  color: #b01116;
}
.listWrapper .nItem a:hover .img img {
  width: 110%;
}
.listWrapper .newsDetail {
  width: 100%;
  max-width: 1050px;
  margin: auto;
  padding-top: 100px;
}
.listWrapper .newsDetail span.date {
  display: block;
  font-size: 15px;
  color: #b01116;
}
.listWrapper .newsDetail h2 {
  color: #0F1A30;
  font-size: 60px;
  padding: 25px 0 40px;
}
.listWrapper .newsDetail img {
  display: block;
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.listWrapper .newsDetail .newsTxt {
  font-weight: 500;
  color: #42515a;
  font-size: 17px;
  max-width: 850px;
  margin: auto;
  padding: 60px 0;
  position: relative;
  line-height: 1.5;
}
.listWrapper .newsDetail .newsTxt p {
  max-width: none;
  padding-top: 0;
}
.listWrapper .socialShare {
  position: absolute;
  left: -100px;
  top: 0;
  z-index: 3;
  width: 50px;
  top: 60px;
  display: none;
}
.listWrapper .socialShare a {
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  background: #fff;
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}
.listWrapper .socialShare a:hover {
  background: #3742FA;
  color: #fff;
}
.listWrapper .socialShare a:nth-child(1) {
  background: #3D5995;
}
.listWrapper .socialShare a:nth-child(2) {
  background: #1DA0F0;
}
.listWrapper .socialShare a:nth-child(3) {
  background: #24D366;
}
.listWrapper .backToFilter {
  width: 5%;
  border-right: 1px solid rgba(60, 113, 255, 0.2);
  background: url(../images/icons/filter.svg) no-repeat center 30px;
  position: relative;
}
.listWrapper .backToFilter a {
  display: block;
  font-size: 17px;
  font-weight: bold;
  width: 180px;
  color: #0F1A30;
  position: absolute;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  top: 260px;
  left: 38%;
}
.listWrapper .backToFilter a:hover {
  color: #b01116;
}
.listWrapper .productDetail {
  width: 95%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.listWrapper .productDetail h2 {
  font-size: 24px;
}
.listWrapper .productDetail .productList {
  width: 100%;
}
.listWrapper .productDetail .left {
  width: 35%;
  border-right: 1px solid rgba(60, 113, 255, 0.2);
  border-bottom: 1px solid rgba(60, 113, 255, 0.2);
}
.listWrapper .productDetail .left h2 {
  padding: 40px;
}
.listWrapper .productDetail .left table {
  width: 100%;
}
.listWrapper .productDetail .left table td {
  font-size: 17px;
  padding: 20px 0 20px 40px;
  color: #0F1A30;
  border-top: 1px solid rgba(60, 113, 255, 0.2);
}
.listWrapper .productDetail .left table td:last-child {
  color: #b01116;
  text-align: right;
  padding: 20px 40px 20px 0;
}
.listWrapper .productDetail .left .item {
  position: relative;
}
.listWrapper .productDetail .left .item .imgBtn {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.listWrapper .productDetail .right {
  width: 65%;
  padding: 40px 0 40px 40px;
}
.listWrapper .productDetail .right h2 {
  padding: 40px 0 20px;
}
.listWrapper .productDetail .right h3 {
  font-size: 17px;
}
.listWrapper .productDetail .right h3 span {
  display: block;
  font-weight: 200;
  font-size: 13px;
}
.listWrapper .productDetail .right table {
  width: 100%;
}
.listWrapper .productDetail .right table td {
  font-size: 17px;
  padding: 10px 0 10px 40px;
  color: #0F1A30;
}
.listWrapper .productDetail .right table td:last-child {
  color: #b01116;
  text-align: right;
  padding: 10px 40px 10px 0;
}
.listWrapper .productDetail .right table tr:nth-child(even) {
  background: #f5f7f9;
}
.listWrapper .productDetail .productList {
  padding-top: 100px;
}
.listWrapper .productDetail .productList h2 {
  width: 100%;
  padding: 40px;
}
.listWrapper .productDetail .productList .pItem {
  border: none;
}
.listWrapper .sort {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.listWrapper .sort input {
  color: #b01116;
  font-weight: bold;
  font-size: 14px;
  background: none;
  border: none;
  margin-right: 15px;
}
.listWrapper .sort a {
  font-size: 13px;
  font-weight: bold;
  color: #42515a;
  position: relative;
  line-height: 29px;
}
.listWrapper .sort a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  font-weight: normal;
  font-size: 8px;
}

.tabContent {
  width: 100%;
}
.tabContent .tabNav {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.tabContent .tabNav a {
  color: #0F1A30;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin-right: 30px;
  cursor: pointer;
}
.tabContent .tabNav a:after {
  display: block;
  content: "";
  width: 0;
  height: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #b01116;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  margin-top: 10px;
}
.tabContent .tabNav a.selected {
  color: #b01116;
}
.tabContent .tabNav a.selected:after {
  width: 40px;
  box-shadow: 0px 4px 6px #42515a80;
}
.tabContent .tabItems .tabItem {
  display: none;
}
.tabContent .tabItems .tabItem .title {
  width: 100%;
  background: #b01116;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #fff;
  font-size: 17px;
  padding: 20px 40px;
}

.accordionContent .accordionTitle {
  width: 100%;
  background: #F0F3F5;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #0F1A30;
  font-size: 17px;
  padding: 20px 40px;
  font-weight: bold;
  margin-top: 10px;
  cursor: pointer;
  position: relative;
}
.accordionContent .accordionTitle:before {
  content: "";
  position: absolute;
  right: 40px;
  color: #b01116;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transform-origin: 50%;
}
.accordionContent .accordionTitle.opened:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.accordionContent .accordionItem {
  display: none;
}

#productDetailThumbSlider .owl-stage-outer {
  padding-top: 5px;
  border-bottom: 1px solid rgba(60, 113, 255, 0.2);
}
#productDetailThumbSlider .item {
  border-right: 1px solid rgba(60, 113, 255, 0.2);
  border-top: 1px solid rgba(60, 113, 255, 0.2);
}
#productDetailThumbSlider .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 15px;
}
#productDetailThumbSlider .item a:before {
  content: "";
  width: 0px;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background: #42515a;
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  box-shadow: 0px 4px 6px #42515a80;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#productDetailThumbSlider .item a.selected:before {
  width: 40px;
  background: #b01116;
}
#productDetailThumbSlider .item a:hover:before {
  width: 40px;
}
#productDetailThumbSlider .item a.view360 {
  background: url(../images/icons/360.svg) no-repeat center;
  min-height: 100px;
}

.radioList {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.radioList label {
  position: relative;
  width: 100%;
  height: 20px;
  line-height: 20px;
  color: #0F1A30;
  font-weight: normal;
  font-size: 15px;
  padding-left: 20px;
}
.radioList label input {
  opacity: 0;
  width: 0;
  height: 0;
}
.radioList label span {
  position: absolute;
  cursor: pointer;
  top: 3px;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border: 1px solid #42515a;
  background: transparent;
}
.radioList label input:checked + span {
  background: #b01116;
  border: 1px solid #b01116;
  box-shadow: 0px 4px 6px #42515a80;
}
.radioList label i {
  font-style: normal;
}
.radioList label input:checked + .toggle + i {
  color: #b01116;
}

.checkList {
  width: 100%;
}
.checkList li {
  padding: 10px 0;
}
.checkList .switch {
  padding: 0 55px 0 0;
  width: 100%;
  font-size: 17px;
  display: block;
  cursor: pointer;
}
.checkList .switch .toggle {
  left: auto;
  right: 0;
}

.fRow {
  width: 100%;
  margin-bottom: 15px;
}
.fRow.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.formElement {
  width: 100%;
  position: relative;
}
.formElement label {
  display: block;
  font-size: 14px;
  color: #b01116;
  padding: 0 20px 5px 20px;
  font-weight: bold;
}
.formElement input[type=text], .formElement select {
  width: 100%;
  height: 50px;
  background: #fff;
  box-shadow: inset 0px 5px 10px #42515a1A;
  border: 1px solid rgba(60, 113, 255, 0.4);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 13px;
  font-weight: bold;
  padding: 0 20px;
}
.formElement input[type=text]::-webkit-input-placeholder, .formElement select::-webkit-input-placeholder {
  color: #c0c2c7;
}
.formElement input[type=text]:-moz-placeholder, .formElement select:-moz-placeholder {
  color: #c0c2c7;
}
.formElement input[type=text]::-moz-placeholder, .formElement select::-moz-placeholder {
  color: #c0c2c7;
}
.formElement input[type=text]:-ms-input-placeholder, .formElement select:-ms-input-placeholder {
  color: #c0c2c7;
}
.formElement .select2-container {
  width: 100%;
  height: 50px;
  background: #fff;
  box-shadow: inset 0px 5px 10px #42515a1A;
  border: 1px solid rgba(60, 113, 255, 0.4);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 13px;
  font-weight: bold;
  padding: 0 20px;
}
.formElement .select2-container .select2-selection {
  border: none !important;
  background: none !important;
}
.formElement .select2-container .select2-selection__choice {
  padding: 10px 5px !important;
  background-color: transparent !important;
  border: 1px solid #ddd !important;
}
.formElement textarea {
  width: 100%;
  height: 160px;
  background: #fff;
  box-shadow: inset 0px 5px 10px #42515a1A;
  border: 1px solid rgba(60, 113, 255, 0.4);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 13px;
  font-weight: bold;
  padding: 20px 20px 0;
}
.formElement textarea::-webkit-input-placeholder {
  color: #c0c2c7;
}
.formElement textarea:-moz-placeholder {
  color: #c0c2c7;
}
.formElement textarea::-moz-placeholder {
  color: #c0c2c7;
}
.formElement textarea:-ms-input-placeholder {
  color: #c0c2c7;
}
.formElement input[type=submit], .formElement input[type=button] {
  width: 100%;
  height: 50px;
  background: transparent linear-gradient(181deg, #960105 0%, #b01116 100%) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 15px 15px 30px 0px rgba(9, 52, 168, 0.3);
  -moz-box-shadow: 15px 15px 30px 0px rgba(9, 52, 168, 0.3);
  box-shadow: 15px 15px 30px 0px rgba(9, 52, 168, 0.3);
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 13px;
  font-weight: bold;
  padding: 0 20px;
  color: #fff;
  cursor: pointer;
}
.formElement.w50 {
  width: 48%;
}
.formElement.fileInput {
  position: relative;
}
.formElement.fileInput span {
  display: block;
  width: 100%;
  height: 100%;
  background: #b0111605;
  border: 1px dashed #b0111680;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 0 20px;
  color: #c0c2c7;
  font-size: 13px;
  font-weight: bold;
  line-height: 50px;
}
.formElement.fileInput span:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #b01116;
  font-weight: normal;
}
.formElement.fileInput input[type=file] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.formElement input[type=submit].contactBtn {
  width: 120px;
  height: 50px;
  background: url(../images/icons/submit.svg) no-repeat center, transparent linear-gradient(180deg, #960105 0%, #b01116 100%) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 15px 15px 30px 0px rgba(9, 52, 168, 0.3);
  -moz-box-shadow: 15px 15px 30px 0px rgba(9, 52, 168, 0.3);
  box-shadow: 15px 15px 30px 0px rgba(9, 52, 168, 0.3);
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 13px;
  font-weight: bold;
  padding: 0 20px;
  color: #fff;
  position: absolute;
  right: -140px;
}
.formElement input[type=submit].searchBtn {
  width: 46px;
  height: 50px;
  background: url(../images/icons/searchGrey.svg) no-repeat left center;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  box-shadow: none;
}

.linkSelect {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.linkSelect a {
  color: #0F1A30;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin-right: 30px;
  cursor: pointer;
}
.linkSelect a:after {
  display: block;
  content: "";
  width: 0;
  height: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #b01116;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  margin-top: 10px;
}
.linkSelect a.selected {
  color: #b01116;
}
.linkSelect a.selected:after {
  width: 40px;
  box-shadow: 0px 4px 6px #42515a80;
}

.cookie-notice {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 15px 250px;
  background-color: #42515a;
  color: white;
  z-index: 10002;
  font-size: 14px;
  line-height: 2;
  left: 50%;
  transform: translateX(-50%);
}
.cookie-notice a {
  text-decoration: underline;
  color: #fff;
}
.cookie-notice a:hover {
  color: #fff;
}
.cookie-notice .cookie-notice-flex {
  display: flex;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}
.cookie-notice p {
  width: 100%;
  margin: 0;
  font-size: 14px;
  color: #fff;
  max-width: 100%;
  padding: 0px;
}
.cookie-notice .cookie-notice-dismiss {
  display: inline-flex;
  cursor: pointer;
  color: white;
  font-weight: 500;
  background-color: #0F1A30;
  padding: 5px 20px;
}

.sustainabilityTR section.subPage h1 {
  font-size: 50px;
}

@media screen and (max-width: 1680px) {
  .content {
    padding: 0 30px;
    width: 100%;
  }

  header a.logo {
    top: 30px;
    left: 2.5%;
    margin-right: 50px;
  }

  a.scroll {
    right: 30px;
    bottom: 30px;
  }

  .switch {
    font-size: 18px;
  }
  .switch .toggle {
    height: 15px;
  }
  .switch .toggle:before {
    width: 9px;
    height: 9px;
  }
  .switch input:checked + .toggle:before {
    -webkit-transform: translateX(23px);
    -ms-transform: translateX(23px);
    transform: translateX(23px);
  }

  header .content {
    padding: 0 30px;
  }
  header ul.topMenu li a {
    line-height: 80px;
    font-size: 16px;
    padding: 0 20px;
  }
  header .tools a {
    margin: 0 15px;
  }
  header .tools img {
    margin: 0 15px;
  }

  h2.caption {
    font-size: 60px;
    letter-spacing: -2.5px;
  }

  footer {
    padding: 50px 30px;
  }
  footer .content {
    padding: 50px 0 0 0;
  }
  footer ul li {
    margin: 0 15px;
  }
  footer ul li a {
    font-size: 13px;
  }
  footer .right .social a {
    font-size: 15px;
  }
  footer .right .legal a {
    font-size: 13px;
  }

  header .nav nav {
    padding: 120px 0 40px 30px;
  }
  header .nav nav ul li.caption a {
    font-size: 20px;
    margin-bottom: 30px;
  }
  header .nav nav ul li.caption ul li a {
    font-size: 16px;
  }
  header .nav nav ul li.caption ul li a span:before {
    top: 12px;
  }
  header .nav .bottomNav .left {
    padding: 40px 30px;
  }
  header .nav .bottomNav .left .caption {
    margin-bottom: 30px;
    font-size: 20px;
  }
  header .nav .bottomNav .left ul li a {
    font-size: 15px;
  }
  header .nav .bottomNav .right {
    padding: 30px;
  }

  section.mainSlider .bgTxt div {
    height: 400px;
    max-width: 980px;
  }
  section.mainSlider .bgTxt div strong {
    font-size: 60px;
    min-height: 60px;
  }
  section.mainSlider .bgTxt div span {
    font-size: 100px;
    letter-spacing: -4px;
  }
  section.mainSlider .item .content {
    max-width: 980px;
    height: 400px;
    padding: 0;
  }
  section.mainSlider .item img {
    max-width: 600px;
  }
  section.mainSlider .item .right h2 {
    font-size: 32px;
    padding-bottom: 50px;
  }
  section.mainSlider .item .right h2 strong {
    font-size: 16px;
  }
  section.mainSlider .item .left a:first-child {
    margin-bottom: 30px;
  }
  section.mainSlider .owl-dots {
    left: 1%;
    height: 400px;
  }
  section.mainSlider .mainVideo a {
    max-width: 770px;
  }
  section.mainSlider .mainVideo a p.title {
    font-size: 60px;
    letter-spacing: -2.5px;
    line-height: 60px;
  }

  section.categories .row .col.title h2 {
    font-size: 60px;
  }
  section.categories .row .col .cBox span {
    font-size: 18px;
  }
  section.categories .row .col .cBox i {
    right: 20px;
    bottom: 30px;
  }
  section.categories .row .col .cBox strong {
    font-size: 40px;
    left: 30px;
  }

  section.infoGraphic {
    padding: 70px 0;
  }
  section.infoGraphic .map .infoText {
    padding: 50px 0;
  }
  section.infoGraphic .map .infoText .title {
    font-size: 100px;
  }

  section.catalogues .content {
    padding-left: 0;
  }
  section.catalogues .selectRow {
    padding: 30px 0 30px 30px;
  }
  section.catalogues .selectRow .selectItems ul li {
    font-size: 12px;
  }
  section.catalogues .cataloguesPoster p {
    margin-right: 0;
  }
  section.catalogues .cataloguesPoster p strong {
    font-size: 40px;
  }

  section.solutions {
    padding: 70px 0;
  }
  section.solutions .left .chkBox {
    margin-bottom: 15px;
  }
  section.solutions h2 {
    font-size: 60px;
  }

  section.subPage h1, section.subPage h2 {
    padding-top: 30px;
    font-size: 42px;
  }
  section.subPage.fullPage .pageTxt {
    padding: 90px 0 0;
  }
  section.subPage .content .pageTxt p {
    font-size: 14px;
    padding-top: 15px;
  }
  section.subPage .content .pageTxt.w100 p {
    font-size: 14px;
  }
  section.subPage .content .pageTxt.w100 .list li {
    font-size: 14px;
    line-height: 22px;
  }
  section.subPage .content .pageTxt.w100 .cookieTable {
    font-size: 14px;
  }
  section.subPage .content .pageImg img {
    max-width: 70%;
  }
  section.subPage .content .pageImg.w100 img {
    max-width: 90%;
  }

  .formArea .formGroup {
    margin-bottom: 10px;
  }
  .formArea .formGroup.mb50 {
    margin-bottom: 25px;
  }
  .formArea h1 {
    margin-bottom: 25px;
  }
  .formArea.login {
    margin-left: 0;
  }
  .formArea input, .formArea select {
    padding: 10px 0 10px 20px;
  }
  .formArea button[type=submit] {
    padding: 10px 0;
    margin-bottom: 30px;
  }

  .sustainabilityTR section.subPage h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1540px) {
  section.catalogues .selectRow .selectItems ul li {
    margin-right: 15px !important;
  }
  section.catalogues .selectRow .selectItems ul li img {
    display: block;
    height: 25px;
    margin-right: 0px;
  }
  section.catalogues .selectRow .selectItems ul li img[src="/Uploads/icon/car.svg"] {
    height: 20px;
  }
  section.catalogues .selectRow.products .selectItems ul li {
    margin-right: 0 !important;
  }

  .signUpPage .row .col .formArea input[type=checkbox] + label {
    font-size: 10px;
  }
  .signUpPage .row .col .formArea input[type=checkbox] + label a {
    font-size: 10px;
  }

  .cookie-notice {
    padding: 15px 40px;
  }
}
@media screen and (max-width: 1260px) {
  .checkList .switch {
    font-size: 14px;
    height: auto;
    line-height: normal;
  }

  section.solutions h2, section.categories .row .col.title h2 {
    font-size: 52px;
  }
}
@media screen and (max-width: 1050px) {
  section.mainSlider .bgTxt div {
    height: 400px;
    max-width: 840px;
  }
  section.mainSlider .item .content {
    max-width: 840px;
    height: 400px;
    padding: 0;
  }
  section.mainSlider .item img {
    max-width: 500px;
  }

  h2.caption {
    font-size: 54px;
  }

  footer ul {
    display: none;
  }

  section.subPage h1, section.subPage h2 {
    font-size: 24px;
  }

  .listWrapper .filter {
    width: 30%;
  }
  .listWrapper .productList {
    width: 70%;
  }
  .listWrapper .pItem a {
    padding: 30px;
  }
  .listWrapper .newsList {
    width: 70%;
  }

  .sustainabilityTR section.subPage h1 {
    font-size: 24px;
  }
}
.showOnMobile {
  display: none;
}

@media screen and (max-width: 780px) {
  .showOnMobile {
    display: block;
  }

  header .content {
    padding: 15px 30px;
  }
  header .left a.logo {
    width: 78px;
    height: 25px;
    margin-right: 0;
  }
  header .left .topMenu {
    display: none;
  }
  header .tools {
    align-items: center;
  }
  header .tools:before {
    display: none;
  }
  header .tools img {
    height: 15px;
    margin: 0;
  }
  header .tools a.login {
    width: 25px;
    height: 25px;
    right: 50px;
  }
  header .tools a.login span {
    display: none;
  }
  header .tools a.searchBtn, header .tools a.whatsappBtn {
    display: none;
  }
  header .tools a.langBtn {
    position: absolute;
    right: 100px;
    top: 0;
    display: none;
  }
  header .tools a.langBtn span {
    left: 0;
  }
  header .tools a.langBtn i {
    display: none;
  }
  header .nav {
    overflow: Scroll;
  }
  header .nav nav {
    padding: 80px 30px 0;
    height: auto;
  }
  header .nav nav .navInner {
    width: 100%;
  }
  header .nav nav .navInner ul {
    width: 100%;
  }
  header .nav nav .navInner ul li.caption {
    padding-bottom: 20px;
  }
  header .nav nav .navInner ul li.caption a {
    margin-bottom: 0;
  }
  header .nav nav .navInner ul li.caption ul {
    display: none;
    padding-top: 20px;
  }
  header .nav .bottomNav {
    height: auto;
    position: relative;
    bottom: auto;
  }
  header .nav .bottomNav .left {
    width: 100%;
  }
  header .nav .bottomNav .left ul li {
    width: 100%;
  }
  header .nav .bottomNav .left ul li a {
    font-size: 18px;
    padding: 10px 0;
    display: block;
  }
  header .nav .bottomNav .right {
    width: 100%;
  }

  .content {
    padding: 0 30px;
  }

  section.mainSlider a.vol {
    bottom: 20px;
    left: 20px;
  }
  section.mainSlider .bgTxt div {
    width: 100%;
    padding: 0 30px;
    top: 90px;
    left: 0;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
  }
  section.mainSlider .bgTxt div strong {
    font-size: 36px;
    min-height: 36px;
  }
  section.mainSlider .bgTxt div span {
    font-size: 40px;
    letter-spacing: -1px;
  }
  section.mainSlider .owl-dots {
    height: 50px;
    top: auto;
    bottom: 0;
    width: 100%;
  }
  section.mainSlider .owl-dots .owl-dot {
    width: 50px;
  }
  section.mainSlider .item img {
    width: 80%;
    top: 35%;
  }
  section.mainSlider .item .left {
    width: 100%;
    padding: 25px 30px 0;
    order: 2;
  }
  section.mainSlider .item .left br {
    display: none;
  }
  section.mainSlider .item .left a {
    margin-right: 10px;
    font-size: 14px;
  }
  section.mainSlider .item .right {
    width: 100%;
    padding: 0 30px;
    order: 1;
  }
  section.mainSlider .item .right h2 {
    padding-bottom: 0;
  }
  section.mainSlider .item .right p {
    max-width: none;
    padding: 0;
    font-size: 11px;
  }
  section.mainSlider .item .content {
    height: auto;
    padding-top: 200px;
  }
  section.mainSlider .mainVideo {
    padding: 0 30px;
  }
  section.mainSlider .mainVideo a p.title {
    font-size: 30px;
    line-height: 30px;
    left: 30px;
    top: 30px;
  }
  section.mainSlider .mainVideo a p.title span, section.mainSlider .mainVideo a p.title small {
    padding-left: 30px;
  }
  section.mainSlider .mainVideo a p.title:before {
    width: 50px;
    height: 50px;
    right: -70px;
  }

  h2.caption {
    font-size: 30px;
    letter-spacing: -1px;
  }

  section.categories {
    padding: 30px 0;
  }
  section.categories .row .col {
    width: 49%;
    border: none !important;
    margin-bottom: 2%;
  }
  section.categories .row .col.title {
    padding: 0 0 25px 0;
    width: 100%;
  }
  section.categories .row .col.title h2 {
    font-size: 30px;
  }
  section.categories .row .col.allProducts {
    width: 100%;
    padding: 30px 0;
  }
  section.categories .row .col.allProducts a {
    width: 100%;
    float: none;
  }
  section.categories .row .col .cBox {
    padding: 20px 20px 120px 20px;
  }
  section.categories .row .col .cBox i {
    right: 0;
  }
  section.categories .row .col .cBox span {
    left: 20px;
    width: 70%;
    font-size: 12px;
  }
  section.categories .row .col .cBox strong {
    position: relative;
    display: block;
    padding-bottom: 50px;
    left: -30px;
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
  }

  section.solutions h2 {
    padding-bottom: 30px;
    font-size: 30px;
  }
  section.solutions .left {
    width: 100%;
    padding-bottom: 50px;
  }
  section.solutions .left .col-3 {
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  section.solutions .left .col-3 strong {
    padding-top: 0px;
    width: 60%;
  }
  section.solutions .left .col-3 span {
    width: 40%;
    text-align: right;
    font-size: 54px;
    letter-spacing: -2px;
  }
  section.solutions .left .row .col.col-5 {
    width: 100%;
  }
  section.solutions .right {
    width: 100%;
    padding-bottom: 100%;
  }

  section.infoGraphic {
    padding: 0 0 30px;
    min-height: 60vh;
  }
  section.infoGraphic .map {
    padding: 0;
  }
  section.infoGraphic .map img {
    width: 120px;
  }
  section.infoGraphic .map .infoText .title {
    font-size: 45px;
  }
  section.infoGraphic .map .infoText span {
    font-size: 13px;
  }
  section.infoGraphic .map .infoNav ul {
    justify-content: center;
  }
  section.infoGraphic .map .infoNav ul li {
    font-size: 17px;
    margin: 0 10px;
  }

  section.catalogues .content {
    padding: 0;
  }
  section.catalogues .left {
    width: 100%;
    padding-top: 0;
  }
  section.catalogues .right {
    width: 100%;
    padding: 0;
  }
  section.catalogues .right .rightInner {
    min-height: 500px;
  }
  section.catalogues .right .rightInner .cataloguesPoster {
    padding: 0 30px;
    background: #fff url(../images/img/allCatalogues.jpg) no-repeat bottom center;
    background-size: 150% auto;
  }
  section.catalogues .right .rightInner .cataloguesPoster p {
    float: none;
  }
  section.catalogues .selectRow .selectItems ul li {
    margin-right: 10px !important;
    font-size: 10px;
  }
  section.catalogues .selectRow .selectItems ul li img {
    display: block;
    height: 22px;
    margin-right: 0px;
  }
  section.catalogues .selectRow .selectItems ul li img[src="/Uploads/icon/car.svg"] {
    height: 17px;
  }
  section.catalogues #cataloguesList .row .col a {
    padding: 15px;
  }
  section.catalogues #cataloguesList .row .col a strong {
    height: auto;
  }
  section.catalogues #cataloguesList .row .col a strong img {
    position: relative;
  }

  footer {
    padding: 30px;
  }
  footer .footerLogo {
    display: block;
    width: 150px;
    margin: auto;
  }
  footer ul {
    justify-content: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  footer ul li {
    margin: 5px 7px;
  }
  footer .right {
    width: 100%;
  }
  footer .right .social {
    text-align: center;
    margin: 40px 0 20px;
  }
  footer .right .legal {
    text-align: center;
  }
  footer .right .legal a {
    font-size: 12px;
    padding: 0;
  }

  section.subPage {
    padding-top: 90px;
  }
  section.subPage.fullPage {
    height: auto;
  }
  section.subPage h1, section.subPage h2 {
    font-size: 24px;
  }
  section.subPage .content .pageTxt {
    width: 100%;
    order: 2;
  }
  section.subPage .content .pageTxt.w100 p {
    font-size: 14px;
  }
  section.subPage .content .pageTxt.w100 .list li {
    font-size: 14px;
    line-height: 22px;
  }
  section.subPage .content .pageTxt.w100 .cookieTable {
    font-size: 12px;
    overflow: auto;
  }
  section.subPage .content .pageTxt.w100 .cookieTable .cRow .cCol {
    padding: 0px 15px;
    width: 100%;
  }
  section.subPage .content .pageTxt.w100 .cookieTable .cRow .cCol:nth-child(1) {
    width: 20%;
  }
  section.subPage .content .pageTxt.w100 .cookieTable .cRow .cCol:nth-child(2) {
    width: 80%;
  }
  section.subPage .content .pageTxt.w100 .cookieTable .cRow .cCol:nth-child(3) {
    width: 20%;
    padding-left: 0px;
  }
  section.subPage .content .pageImg {
    order: 1;
    width: 100%;
  }
  section.subPage .content .pageImg img {
    max-width: 100% !important;
  }
  section.subPage .content .pageImg iframe {
    height: 300px !important;
  }
  section.subPage .content .pageImg.certificatesList {
    order: 3;
  }
  section.subPage .content .pageImg.certificatesList .item {
    height: auto;
  }
  section.subPage .content .pageImg.certificatesList .item .cBox {
    padding: 15px;
  }
  section.subPage .content .pageImg.certificatesList .item:first-child {
    width: 100%;
  }
  section.subPage .history {
    width: 100%;
    position: relative;
    height: 520px;
    order: 3;
    margin-top: 50px;
  }
  section.subPage .history .hContent {
    width: 100%;
    float: none;
  }
  section.subPage .history .hList {
    width: 100%;
    top: 0;
  }
  section.subPage .history .hList .hItem h2 {
    font-size: 32px;
  }
  section.subPage .history .hList .hItem h3 {
    font-size: 20px;
  }
  section.subPage .history .hList .hItem p {
    font-size: 12px;
  }
  section.subPage .history .hNav {
    right: 30px;
    bottom: 30px;
    top: auto;
  }
  section.subPage .history .hImages {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
  }

  .listWrapper h1 {
    font-size: 24px !important;
  }
  .listWrapper .breadCrumb {
    display: none;
  }
  .listWrapper .newsDetail {
    padding-top: 30px;
  }
  .listWrapper .newsDetail h2 {
    font-size: 24px;
  }
  .listWrapper .filter {
    width: 100%;
    padding: 30px 0;
    border: none;
  }
  .listWrapper .newsList {
    width: 100%;
  }
  .listWrapper .nItem {
    padding: 30px 0;
  }
  .listWrapper .productList {
    width: 100%;
  }
  .listWrapper .pItem {
    width: 50%;
    border: none !important;
    border-bottom: 1px solid rgba(60, 113, 255, 0.2) !important;
  }
  .listWrapper .pItem a {
    padding: 15px;
  }
  .listWrapper .pItem a span {
    font-size: 12px;
  }
  .listWrapper .pItem a strong {
    font-size: 14px;
  }
  .listWrapper .pItem:nth-child(2n) {
    border-left: 1px solid rgba(60, 113, 255, 0.2) !important;
  }
  .listWrapper .productDetail {
    width: 100%;
  }
  .listWrapper .productDetail .left {
    width: 100%;
    border-right: none;
  }
  .listWrapper .productDetail .left table td {
    padding: 5px 0 !important;
    font-size: 14px;
  }
  .listWrapper .productDetail .right {
    width: 100%;
    padding: 30px 0;
  }
  .listWrapper .productDetail .right table td {
    padding: 5px 0 !important;
    font-size: 14px;
  }

  .loginPage .row .col {
    width: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
    height: auto !important;
  }

  .signUpPage {
    padding-top: 25%;
  }
  .signUpPage .row .col {
    width: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
    height: auto !important;
  }
  .signUpPage .row .col .formArea.signUp {
    padding-right: 0px;
  }
  .signUpPage .row .col .formArea input, .signUpPage .row .col .formArea select {
    padding: 15px;
  }
  .signUpPage .row .col .formArea .formGroup {
    margin-bottom: 0px;
    margin-bottom: 15px;
  }
  .signUpPage .row .col .formArea .formGroup .formCol.col50 {
    width: 100%;
  }
  .signUpPage .row .col .formArea .formGroup .formCol.col50:first-child {
    margin-bottom: 15px;
  }
  .signUpPage .row .col .formArea .formGroup.kvkkGroup .formCol:nth-child(2) {
    order: 2;
    margin-top: 20px;
  }
  .signUpPage .row .col .formArea .formGroup.kvkkGroup .formCol:nth-child(3) {
    margin-top: 0px;
  }

  .formArea.login {
    padding-top: 120px;
  }

  .contactInfo {
    padding-top: 25px;
  }
  .contactInfo .contactItem {
    width: 100%;
  }

  .formElement.w50 {
    width: 100%;
    margin-bottom: 15px;
  }

  .formElement input[type=submit].contactBtn {
    position: relative;
    right: 0;
    height: 50px;
    float: right;
  }

  .fRow {
    margin-bottom: 15px;
  }

  .cookie-notice {
    padding: 10px;
  }
  .cookie-notice .cookie-notice-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cookie-notice .cookie-notice-flex p {
    font-size: 12px;
    margin-bottom: 15px;
    text-align: center;
  }
  .cookie-notice .cookie-notice-flex .cookie-notice-dismiss {
    font-size: 13px;
    padding: 0px 30px;
  }
}
@media screen and (max-width: 540px) {
  section.subPage .content .pageImg .owl-carousel, section.subPage .content .pageImg .owl-stage-outer, section.subPage .content .pageImg .owl-stage, section.subPage .content .pageImg .owl-item, section.subPage .content .pageImg .item {
    height: 37vh;
  }
}
@media (orientation: landscape) {
  section.inNumbers, section.fuelCalc, section.services {
    min-height: 700px !important;
  }
}