/* *** CSS RESET *** */
:focus {
  outline: 0;
}

a {
  outline: none;
  text-decoration: none;
}

a, img {
  border: 0;
}

button {
  cursor: pointer;
}

/* *** GLOBAL *** */
.container {
  padding-left: 40px;
  padding-right: 40px;
}

@media (min-width: 1199px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1518px;
  }
  .container-1 {
    max-width: 1720px;
  }
  .container-2 {
    max-width: 100%;
    padding: 0 70px;
  }
}
.bx-wrapper {
  z-index: 1;
}

iframe {
  border: none;
}

body h1, body h2, body h3, body h4, body h5, body h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  margin-top: 0;
}

body p {
  margin-bottom: 30px;
  margin-top: 0;
}

body h2 {
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 0;
}

body ul {
  margin-bottom: 30px;
  padding-left: 18px;
  margin-top: 0;
}

body ol {
  padding-left: 20px;
  margin-bottom: 30px;
  margin-top: 0;
}

body .bx-wrapper {
  padding: 0;
  border: none;
}

body {
  overflow-x: hidden;
}

figure {
  margin: 0;
}

body a:hover {
  text-decoration: none;
}

input, textarea, button {
  font-family: "Poppins", sans-serif;
}

body {
  font-size: 14px;
  color: #000000;
  background: #fff;
  font-family: "Poppins", sans-serif;
  line-height: 21px;
  padding-top: 136px;
  min-width: 302px;
  max-width: 1920px;
  margin: 0 auto;
}

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

a, a:hover, a:focus, a:active {
  outline: none !important;
  text-decoration: none;
}

.hamburger, .hamburger:focus, .hamburger:active {
  outline: none !important;
  border: none !important;
  box-shadow: none;
}

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
  height: 2px;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
  position: relative;
  bottom: auto;
  width: auto;
}

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

.chosen-container-single .chosen-single div b {
  background: none;
}

.logo, img, a, button {
  transition: 0.15s linear;
}

.bx-caption {
  display: none;
}

.bx-wrapper {
  box-shadow: none;
  border: 0;
  margin: 0;
  background: transparent;
}

.content-box {
  float: left;
  width: 100%;
}

/* *** HEADER *** */
header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
}
header .header-box {
  height: 136px;
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: space-between;
}
header .btn-hamburger {
  width: 82px;
  display: block;
  height: 82px;
  background: url("../images/icons/01.svg") center no-repeat;
}
header .btn-hamburger:hover {
  background: url("../images/icons/01-1.svg") center no-repeat;
}
header .main-menu {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 6px;
}
header .main-menu ul {
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: center;
  margin: 0;
}
header .main-menu ul > li {
  margin: 0 30px;
}
header .main-menu ul > li > a {
  padding-top: 5px;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 49px;
  text-transform: uppercase;
  font-family: "Righteous", sans-serif;
  position: relative;
}
header .main-menu ul > li > a:hover:after {
  opacity: 1;
}
header .main-menu ul > li > a:after {
  width: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  margin-left: -5px;
  background: #E41D04;
  content: "";
  display: block;
  height: 10px;
  transition: 0.15s linear;
}
header .main-menu ul > li :hover {
  color: #E41D04;
}
header .main-menu ul > li.current > a {
  color: #E41D04;
}
header ul > li.current > a:after {
  opacity: 1;
}

.main-menu ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  text-align: center;
  list-style: none;
  width: 305px;
  background: #cacaca;
  display: none;
}
.main-menu ul ul li {
  position: relative;
  float: left;
  width: 100%;
}
.main-menu ul ul li a {
  position: relative;
  color: #1c2f59;
  text-align: left;
  display: block;
  padding: 11px 15px;
  float: left;
  width: 100%;
  font-size: 14px;
}
.main-menu ul ul li:hover > a {
  background: red;
  color: #fff;
}

/* *** BANNER *** */
.banner-box {
  width: 100%;
}

.banner-box img {
  display: block;
}

.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.banner ul {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  width: 100%;
}

.banner ul li {
  position: relative;
  text-align: center;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner .bx-controls-direction {
  display: none;
}

.banner .bx-controls {
  display: block;
}

.banner .description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: red;
  padding: 20px 10px;
  color: #fff;
}

.banner a {
  color: #fff;
}

.banner h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.banner a:hover {
  color: blue;
}

.banner .prev-box, .banner .next-box {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  width: 22px;
  height: 44px;
  z-index: 1000;
}

.banner .prev-box {
  left: 15px;
}

.banner .next-box {
  right: 14px;
}

.banner .bx-prev, .banner .bx-next {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  text-indent: -9999999px;
}

.banner .bx-prev {
  background: green url("../images/sprite.png") -35px 0 no-repeat;
}

.banner .bx-next {
  background: green url("../images/sprite.png") -62px 0 no-repeat;
}

.banner .prev-box:hover, .banner .next-box:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.banner .bx-controls {
  width: auto;
  position: absolute;
  z-index: 100;
  bottom: 10px;
  right: 10px;
}

.banner .bx-pager {
  float: left;
  padding: 0;
}

.banner .bx-pager .bx-pager-item {
  float: left;
  margin-right: 10px;
}

.banner .bx-pager .bx-pager-item a {
  float: left;
  text-indent: -99999px;
  display: block;
  width: 15px;
  height: 15px;
  background: blue;
  border-radius: 50%;
}

.banner .bx-pager .bx-pager-item .active, .banner .bx-pager .bx-pager-item a:hover {
  background: green !important;
}

body, html {
  height: 100%;
}

.banner-full-screen {
  width: 100%;
  height: 100%;
}

.banner-full-screen .banner, .banner-full-screen .bx-wrapper, .banner-full-screen .bx-viewport, .banner-full-screen ul, .banner-full-screen li {
  height: 100% !important;
}

.banner-full-screen {
  height: 100%;
}

/* *** CUSTOM SELECT *** */
.select {
  width: 100%;
}

.select .chosen-container {
  width: 100% !important;
}

.select ul {
  margin: 0 4px 4px 0 !important;
  padding: 0 0 0 4px !important;
}

.select .chosen-search {
  display: none;
}

.select .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0 0 0 10px;
  height: 29px;
  border: none;
  border-radius: 0;
  background: #fff;
  border: 1px solid #aaa;
  box-shadow: none;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 27px;
}

.select .chosen-drop ul li {
  background-image: none !important;
  height: auto !important;
}

.select .chosen-container-single .chosen-single div {
  width: 32px;
  /*background: url('../images/select-arrow.png') center no-repeat;*/
}

.select .chosen-container .chosen-results li.active-result {
  background: #fff;
  color: #000;
}

.select .chosen-container .chosen-results li:hover {
  background: #ec008d;
  color: #fff;
}

/* *** MENU RSP *** */
.header-rsp {
  top: 0;
  left: 0;
  position: fixed;
  overflow: auto;
  z-index: 101;
  width: 100%;
  padding: 10px 20px;
  height: 70px;
  background: #000;
  border-bottom: 2px solid #E41D04;
  display: none;
}

.header-rsp .logo-rsp img {
  max-width: 100%;
  width: 134px;
  max-height: 100%;
}

.hamburger {
  position: absolute;
  overflow: hidden;
  padding: 12px;
  top: 9px;
  height: 49px;
  right: 20px;
  width: 50px;
  background: #E41D04;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 26px;
}

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

.data-rsp {
  position: absolute;
  top: 27px;
  right: 70px;
}

.data-rsp a {
  font-size: 11px;
}

.menu-rsp {
  width: 100%;
  position: fixed;
  padding-top: 70px;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  float: right;
  height: 100%;
  display: none;
}

.menu-rsp .opacity-rsp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  opacity: 0.4;
}

.menu-rsp nav {
  float: left;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.menu-rsp nav ul {
  float: left;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 2;
  background: #000;
  padding: 0;
  border-bottom: 1px solid #E41D04;
}

.menu-rsp nav li {
  position: relative;
  list-style: none;
  float: left;
  border: none;
  width: 100%;
  height: auto;
  border-top: 1px solid #E41D04;
}

.menu-rsp nav > ul > li:first-child {
  border-top: none;
}

.menu-rsp nav a {
  line-height: normal;
  height: auto;
  color: #fff;
  text-transform: uppercase;
  font-family: "Righteous", sans-serif;
  font-size: 15px;
  float: left;
  width: 100%;
  padding: 19px 20px 18px 20px;
}

.menu-rsp nav a:hover {
  background-color: #E41D04;
  color: #fff;
}

.menu-rsp nav ul .li-submenu > a {
  padding-right: 53px;
}

.btn-slide-down {
  width: 40px;
  height: 100%;
  background: #fff;
  border-left: 1px solid transparent;
  position: absolute;
  top: 0;
  font-size: 14px;
  text-align: center;
  color: #000;
  right: 0;
  z-index: 2;
  display: none !important;
  line-height: 52px;
  cursor: pointer;
}

.menu-rsp nav ul ul {
  display: none;
  color: #fff;
}

.btn-slide-down, .menu-rsp nav li {
  border-color: #E41D04;
}

.menu-rsp nav ul ul {
  background: #f4f4f4;
}

.menu-rsp nav ul ul ul ul {
  background: #fff;
}

.menu-rsp nav ul ul a {
  padding-left: 30px;
}

.menu-rsp nav ul ul ul a {
  padding-left: 45px;
}

@media only screen and (min-width: 992px) {
  .menu-rsp {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .header-rsp {
    display: block;
  }
  header {
    position: fixed;
    height: 70px;
  }
  body {
    padding-top: 70px;
  }
  .main-menu {
    display: none;
  }
}
/* *** HOME  *** */
.content-box-1 {
  position: relative;
}
.content-box-1 .description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.boxes-1 {
  width: 532px;
  max-width: 100%;
}
.boxes-1 .box-1 {
  display: block;
  margin-bottom: 14px;
  background: #000;
  color: #fff;
  padding: 15px 120px 27px 20px;
  position: relative;
}
.boxes-1 .box-1:hover {
  background: #E83131;
  color: #000;
}
.boxes-1 .box-1 .btn-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 14px;
}
.boxes-1 .box-1 .txt-1 {
  font-size: 32px;
  line-height: 41.6px;
  letter-spacing: -0.4px;
  font-weight: bold;
  text-transform: uppercase;
}
.boxes-1 .box-1 .txt-1.txt-1-1 {
  width: 120%;
}
.boxes-1 .box-1:last-child {
  margin-bottom: 0;
}

.btn-1 {
  transition: 0.15s linear;
  padding-right: 41px;
  font-size: 14px;
  height: 26px;
  display: inline-block;
  text-transform: uppercase;
  background: url("../images/icons/02.svg") right top no-repeat;
  line-height: 18.2px;
  font-weight: bold;
  letter-spacing: -0.2px;
  color: #fff;
}
.btn-1:hover {
  color: #000;
  background-image: url("../images/icons/02-1.svg");
}
.btn-1.btn-1-black {
  color: #000;
  background: url("../images/icons/02-1.svg") right top no-repeat;
}
.btn-1.btn-1-black:hover {
  color: #E83131;
  background-image: url("../images/icons/02-2.svg");
}
.btn-1.btn-1-hover:hover {
  color: #E83131;
  background-image: url("../images/icons/02-2.svg");
}

a:hover .btn-1 {
  color: #000;
  background-image: url("../images/icons/02-1.svg");
}
a:hover .btn-1.btn-1-black {
  color: #E83131;
  background-image: url("../images/icons/02-2.svg");
}
a:hover .btn-1.btn-1-hover {
  color: #E83131;
  background-image: url("../images/icons/02-2.svg");
}

.content-box-2 {
  background: #000;
  height: 130px;
  overflow: hidden;
  padding: 24px 0;
}
.content-box-2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: flex-end;
}
.content-box-2 ul li {
  padding-right: 112px;
  background: url("../images/icons/03.svg") calc(100% - 35px) center no-repeat;
}
.content-box-2 ul li img {
  display: block;
}
.content-box-2 ul li .txt {
  color: #fff;
  font-size: 90px;
  line-height: 81px;
  font-weight: bold;
}
.content-box-2 ul li .txt.txt-1 {
  text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
  color: #000;
}

.padding-1 {
  padding: 120px 0;
}

.content-box-3 .content-box-3-1 {
  justify-content: space-between;
  display: flex;
}
.content-box-3 .content-box-3-1 figure {
  flex-shrink: 0;
}
.content-box-3 .content-box-3-1 figure a:hover img {
  opacity: 0.95;
}
.content-box-3 .content-box-3-1 .text {
  margin-left: 28px;
  width: 300px;
}
.content-box-3 .content-box-3-1 .description {
  width: 370px;
  max-width: 100%;
}
.content-box-3 .content-box-3-1 .description a {
  color: #000;
}
.content-box-3 .content-box-3-1 .description .button-box {
  padding-top: 60px;
  display: flex;
  justify-content: flex-end;
}

.title {
  margin-bottom: 60px;
}
.title h2 {
  margin: 0;
  font-size: 32px;
  line-height: 41.6px;
  font-weight: 800;
  text-transform: uppercase;
}

.content-box-4 {
  background: #000;
  color: #fff;
}
.content-box-4 .content-box-4-1 {
  display: flex;
}
.content-box-4 .content-box-4-1 .col-box {
  width: 50%;
  flex-shrink: 0;
}
.content-box-4 .content-box-4-1 .col-box.col-box-1 {
  padding-right: 30px;
}

.mb120 {
  margin-bottom: 120px;
}

.boxes-2 .box-2 {
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  height: 125px;
  margin-bottom: 29px;
  color: #fff;
  padding: 15px 30px 15px 0;
}
.boxes-2 .box-2:hover {
  border-color: #E83131;
}
.boxes-2 .box-2:hover .txt-1 {
  text-shadow: -2px 0 #E83131, 0 2px #E83131, 2px 0 #E83131, 0 -2px #E83131;
}
.boxes-2 .box-2:hover .txt-2 {
  color: #E83131;
}
.boxes-2 .box-2:last-child {
  margin-bottom: 0;
}
.boxes-2 .box-2 .txt-1, .boxes-2 .box-2 .txt-2 {
  transition: 0.15s linear;
}
.boxes-2 .box-2 .txt-1 {
  width: 200px;
  padding-top: 2px;
  text-align: center;
  font-size: 56px;
  flex-shrink: 0;
  color: #000;
  line-height: 50.4px;
  font-weight: bold;
  text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
}
.boxes-2 .box-2 .txt-2 {
  font-size: 32px;
  line-height: 41.6px;
  letter-spacing: -0.4px;
  font-weight: bold;
  text-transform: uppercase;
}

.box-3 {
  color: #fff;
  max-width: 369px;
  display: block;
}
.box-3:hover {
  color: #fff;
}
.box-3 .text {
  width: 460px;
  margin-left: 32px;
}
.box-3 .button-box {
  padding-top: 65px;
  display: flex;
  justify-content: flex-end;
}

.title-1 {
  margin-bottom: 45px;
  text-transform: uppercase;
}
.title-1 h2, .title-1 h1 {
  margin: 0;
  font-weight: bold;
  font-size: 96px;
  letter-spacing: -4px;
  line-height: 100px;
}

.title-1-1 {
  background: url("../images/icons/04.svg") left bottom no-repeat;
  padding-bottom: 82px;
}

.text p:last-child {
  margin-bottom: 0;
}

.menu-1 {
  width: 373px;
  margin: 0 auto;
  max-width: 100%;
}
.menu-1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-1 ul li {
  border-bottom: 1px solid #fff;
  padding: 18px 0 17px 0;
}
.menu-1 ul li:last-child {
  border-bottom: none;
}
.menu-1 ul li a {
  font-weight: bold;
  font-size: 32px;
  line-height: 41.6px;
  color: #fff;
  text-transform: uppercase;
}
.menu-1 ul li a:hover {
  color: #E83131;
}

.content-box-5 {
  background: #E83131;
  color: #fff;
}

.content-box-5 .container {
  display: flex;
  align-items: flex-start;
}
.content-box-5 .container figure {
  flex-shrink: 0;
  margin-right: 78px;
  background: #fff;
}
.content-box-5 .container figure a:hover img {
  opacity: 0.95;
}
.content-box-5 .container .box-3 {
  max-width: 100%;
}
.content-box-5 .container .box-3 .text, .content-box-5 .container .box-3 .button-box {
  width: 316px;
}
.content-box-5 .container .box-3 .button-box {
  margin-left: 32px;
}

.content-box-6 .content-box-6-1 {
  display: flex;
  justify-content: space-between;
}
.content-box-6 .content-box-6-1 .title {
  width: 580px;
  margin-left: 30px;
}
.content-box-6 .content-box-6-1 .title, .content-box-6 .content-box-6-1 .title-1 {
  margin: 0;
}

.boxes-4 .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -22px;
  margin-bottom: -44px !important;
}
.boxes-4 .row-box .col-box {
  padding: 0 22px;
  width: 33.3333%;
}
.boxes-4 .row-box .col-box .box-4 {
  color: #000;
  display: block;
  margin-bottom: 44px;
}
.boxes-4 .row-box .col-box .box-4:hover {
  color: #E83131;
}
.boxes-4 .row-box .col-box .box-4:hover img {
  opacity: 0.95;
}
.boxes-4 .row-box .col-box .box-4 .name {
  padding: 30px 0 20px 0;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -4px;
  font-size: 56px;
  line-height: 50.4px;
}

.title-1-2 {
  background: url("../images/icons/04-1.svg") left bottom no-repeat;
  padding-bottom: 90px;
}

.partners-boxes .row-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.partners-boxes .row-box .col-box {
  margin: 5px 0;
  width: 11.11%;
}
.partners-boxes .row-box .col-box .partner-box {
  text-align: center;
  padding: 20px;
}
.partners-boxes .row-box .col-box .partner-box a:hover {
  opacity: 0.95;
}

footer {
  background: #000;
  color: #fff;
}
footer .footer-top {
  margin-bottom: 25px;
}
footer .footer-top .title-1 {
  margin-bottom: 0;
}
footer .footer-top .row-box {
  display: flex;
  margin: 0 -15px;
  justify-content: space-between;
}
footer .footer-top .row-box .col-box {
  padding: 0 15px;
}
footer .footer-top .row-box .title-1 h2 {
  color: #fff;
}
footer .footer-top .row-box .title-1 h2 span {
  color: #E83131;
}
footer .footer-bottom .row-box {
  margin: 0 -15px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
footer .footer-bottom .row-box .col-box {
  padding: 0 15px;
}
footer .footer-bottom .row-box .f-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
footer .footer-bottom .row-box .f-menu ul li {
  margin-left: 19px;
}
footer .footer-bottom .row-box .f-menu ul li:first-child {
  margin-left: 0;
}
footer .footer-bottom .row-box .f-menu ul li a {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
footer .footer-bottom .row-box .f-menu ul li a:hover {
  color: #E83131;
}

.f-box-1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 41.6px;
  letter-spacing: -0.2px;
  text-transform: uppercase;
}
.f-box-1 a {
  color: #fff;
}
.f-box-1 a:hover {
  opacity: 0.9;
}
.f-box-1 .f-mail {
  color: #E83131;
}

.f-box-2 {
  padding-right: 30px;
}
.f-box-2 .txt {
  text-transform: uppercase;
  font-weight: bold;
}
.f-box-2 .social-box {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.f-box-2 .social-box a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  margin-right: 16px;
  background-position: center center;
  background-repeat: no-repeat;
}
.f-box-2 .social-box a.fb {
  background-image: url("../images/icons/06.svg");
}
.f-box-2 .social-box a.fb:hover {
  background-image: url("../images/icons/06-1.svg");
}
.f-box-2 .social-box a.linkedin {
  background-image: url("../images/icons/05.svg");
}
.f-box-2 .social-box a.linkedin:hover {
  background-image: url("../images/icons/05-1.svg");
}
.f-box-2 .social-box a.yt {
  background-image: url("../images/icons/07.svg");
}
.f-box-2 .social-box a.yt:hover {
  background-image: url("../images/icons/07-1.svg");
}

.f-box-2 .social-box a.insta {
  background-image: url("../images/icons/icon-instagram.svg");
}
.f-box-2 .social-box a.insta:hover {
  background-image: url("../images/icons/icon-instagram-1.svg");
}

.wrapper-1 {
  width: 960px;
  margin: 0 auto;
  max-width: 100%;
}

.title-content-box {
  padding-top: 50px;
  background: #000;
  padding-bottom: 100px;
}
.title-content-box .title-1-1 {
  margin: 0;
}
.title-content-box .title-1-1 h1 {
  color: #fff;
}

.main-content {
  padding: 70px 0;
}

.content-box-7 figure img {
  width: 100%;
}

.content-box-8 .title {
  margin-bottom: 35px;
}
.content-box-8 .row-box {
  justify-content: space-between;
  display: flex;
}
.content-box-8 .row-box .col-box:first-child {
  width: 420px;
}
.content-box-8 .row-box .col-box:last-child {
  width: 463px;
}

.content-box-9 {
  padding-bottom: 30px;
}

.content-box-10 .form-box {
  margin-left: 30px;
  margin-bottom: 10px;
  width: 467px;
  max-width: 100%;
}
.content-box-10 .form-box .title {
  margin-bottom: 10px;
}
.content-box-10 .form-box .input-box {
  margin-bottom: 14px;
}
.content-box-10 .form-box .input-box input, .content-box-10 .form-box .input-box textarea {
  padding: 17px 0;
  display: block;
  width: 100%;
  border: none;
  font-size: 14px;
  line-height: 18.2px;
  letter-spacing: -0.2px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  transition: 0.15s linear;
}
.content-box-10 .form-box .input-box input:focus, .content-box-10 .form-box .input-box textarea:focus {
  border-color: #E83131;
}
.content-box-10 .form-box .input-box textarea {
  resize: none;
  overflow: auto;
  height: 100px;
}
.content-box-10 .row-box {
  display: flex;
  justify-content: space-between;
}
.content-box-10 .f-box-1 a {
  color: #000;
}
.content-box-10 .f-box-1 {
  padding: 50px 0;
}
.content-box-10 .f-box-1 .f-mail {
  color: #E83131;
}
.content-box-10 .social-box a.fb {
  background-image: url("../images/icons/06-2.svg");
}
.content-box-10 .social-box a.fb:hover {
  background-image: url("../images/icons/06-1.svg");
}
.content-box-10 .social-box a.linkedin {
  background-image: url("../images/icons/05-2.svg");
}
.content-box-10 .social-box a.linkedin:hover {
  background-image: url("../images/icons/05-1.svg");
}
.content-box-10 .social-box a.yt {
  background-image: url("../images/icons/07-2.svg");
}
.content-box-10 .social-box a.yt:hover {
  background-image: url("../images/icons/07-1.svg");
}

::-moz-placeholder {
  color: #000;
}

::placeholder {
  color: #000;
}

.btn-3 {
  width: 100%;
  height: 44px;
  display: block;
  background: #FC4040;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: -0.2px;
  border: none;
  line-height: 44px;
}
.btn-3:hover {
  opacity: 0.9;
  color: #fff;
}

.checkbox-box {
  padding-top: 10px;
  margin-bottom: 20px;
  position: relative;
}
.checkbox-box label {
  padding-left: 26px;
  position: relative;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}
.checkbox-box label:after {
  border: 1px solid #000;
  width: 13px;
  height: 13px;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  display: block;
}
.checkbox-box label a {
  color: #000;
}
.checkbox-box label a:hover {
  color: #FC4040;
}
.checkbox-box input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.checkbox-box :checked + label:after {
  background: #000;
  border-width: 4px;
  border-color: #FC4040;
}

.text h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: -0.4px;
  line-height: 41.6px;
  margin-bottom: 10px;
}

.content-box-11 h3 {
  font-size: 14px;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  line-height: 18.2px;
  font-weight: bold;
  margin-bottom: 9px;
}
.content-box-11 ul {
  padding: 0;
  list-style: none;
}
.content-box-11 ul a {
  color: #000;
}
.content-box-11 ul a:hover {
  color: #E83131;
}

.boxes-5 {
  margin-top: -10px;
}
.boxes-5 .box-5 {
  border-bottom: 1px solid #000;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.boxes-5 .box-5 .row-box {
  display: flex;
  margin: 0 -20px;
}
.boxes-5 .box-5 .row-box .col-box {
  width: 50%;
  padding: 0 20px;
}

.text h2 span {
  color: #E83131;
}
.text h2:last-child {
  margin-bottom: 0;
}
.text ul:last-child {
  margin-bottom: 0;
}

.boxes-5-1 .box-5 {
  border-color: #fff;
}
.boxes-5-1 .box-5:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.bg-black {
  background: #000;
  color: #fff;
}

.bg-orange {
  background: #FC4040;
  color: #fff;
}

.content-box-13 .title-1 {
  background-image: url(../images/icons/04-1.svg);
}

.list-1 {
  display: flex;
  justify-content: flex-end;
  margin-top: -70px;
}
.list-1 ul {
  padding: 0;
  width: 655px;
  max-width: 100%;
  margin: 0;
  list-style: none;
}
.list-1 ul li {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.4px;
  margin-bottom: 10px;
}
.list-1 ul li:last-child {
  margin-bottom: 0;
}

.menu-fixed-content {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.4);
}
.menu-fixed-content .menu-fixed-box {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow: auto;
  width: 400px;
  padding: 50px 40px;
  background: #000;
}
.menu-fixed-content .menu-fixed-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-fixed-content .menu-fixed-box ul li {
  margin-bottom: 10px;
}
.menu-fixed-content .menu-fixed-box ul li:last-child {
  margin-bottom: 0;
}
.menu-fixed-content .menu-fixed-box ul li a {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.menu-fixed-content .menu-fixed-box ul li a:hover {
  color: #FC4040;
}
.menu-fixed-content .btn-close-menu {
  width: 40px;
  height: 40px;
  display: block;
  background-size: 100% auto;
  background-image: url("../images/icons/08.svg");
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 42px;
}
.menu-fixed-content .btn-close-menu:hover {
  background-image: url("../images/icons/08-1.svg");
}/*# sourceMappingURL=style.css.map */