/* *** 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: 1512px;
  }
  .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: 16px;
  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: 16px;
  color: #fff;
  background: #000;
  font-family: "Poppins", sans-serif;
  line-height: 24.69px;
  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: relative;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
}
header .header-box {
  border-bottom: 1px solid #fff;
  height: 127px;
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: space-between;
}
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-menu-item > a {
  color: #E41D04;
}
header ul > li.current-menu-item > 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: relative;
  }
  header .logo {
    display: none;
  }
  .main-menu {
    display: none;
  }
}
/* *** HOME  *** */
.padding-1 {
  padding: 100px 0;
}

.content-box-1 {
  padding-top: 60px;
}
.content-box-1 h1 {
  text-align: center;
  font-size: 135px;
  line-height: 1.05;
  font-family: "Righteous", sans-serif;
  margin-bottom: 75px;
}
.content-box-1 .box-1 {
  margin-bottom: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-box-1 .box-1 .text {
  padding: 0 40px;
  text-transform: uppercase;
  font-family: "Righteous", sans-serif;
  border-left: 1px solid #E41D04;
}
.content-box-1 .box-1 figure {
  flex-shrink: 0;
}
.content-box-1 .image-txt {
  text-align: center;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
}

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

.text-45 {
  font-size: 45px;
  line-height: 56.7px;
}

.content-box-2 {
  background: #E41D04;
  color: #fff;
}
.content-box-2 .content-box-2-1 {
  display: flex;
  align-items: center;
}
.content-box-2 .content-box-2-1 figure {
  flex-shrink: 0;
  margin-right: 60px;
}
.content-box-2 .content-box-2-3 {
  display: flex;
  justify-content: space-between;
}
.content-box-2 .content-box-2-3 figure {
  flex-shrink: 0;
  margin-left: 66px;
}

.boxes-2 {
  margin-bottom: -30px;
}
.boxes-2 .row-box {
  display: flex;
  margin: 0 -70px;
  flex-wrap: wrap;
}
.boxes-2 .row-box .col-box {
  padding: 0 70px;
  width: 33.33333%;
}
.boxes-2 .row-box .col-box .box-2 {
  margin-bottom: 30px;
  display: block;
  font-family: "Righteous", sans-serif;
  color: #fff;
}
.boxes-2 .row-box .col-box .box-2:hover {
  color: #000;
}
.boxes-2 .row-box .col-box .box-2 .txt-2 {
  font-size: 20px;
  line-height: 156%;
  text-transform: uppercase;
}
.boxes-2 .row-box .col-box .box-2 .txt-1 {
  line-height: 126%;
  margin-bottom: 26px;
  font-size: 110px;
}

.text-20 {
  font-size: 20px;
  font-weight: 300;
  line-height: 31.2px;
}
.text-20 strong {
  font-weight: bold;
}

.title {
  margin-bottom: 30px;
}
.title h2 {
  font-family: "Righteous", sans-serif;
  font-size: 65px;
  line-height: 126%;
  text-transform: uppercase;
  margin: 0;
}

.title-1 {
  margin-bottom: 56px;
  display: inline-block;
  border-bottom: 2px solid #fff;
  padding-bottom: 25px;
}
.title-1 h2 {
  font-family: "Righteous", sans-serif;
  font-size: 90px;
  line-height: 98%;
  text-transform: uppercase;
  margin: 0;
}

.mb-110 {
  margin-bottom: 110px;
}

.text-45-1 {
  font-size: 45px;
  font-weight: 300;
  line-height: 137.5%;
}

.content-box-3 {
  background: #F1EDE6;
  color: #000000;
}
.content-box-3 .title-1 {
  border-color: #000;
}

.content-box-3-1 {
  display: flex;
}
.content-box-3-1 .name {
  margin-bottom: 30px;
  font-size: 20px;
  font-family: "Righteous", sans-serif;
  text-transform: uppercase;
  line-height: 98%;
}
.content-box-3-1 .name span {
  display: block;
  color: #E41D04;
  padding-top: 10px;
  font-size: 90px;
  line-height: 98%;
}
.content-box-3-1 .image-box {
  flex-shrink: 0;
  width: 736px;
  margin-right: 100px;
}
.content-box-3-1 .image-box figure {
  position: relative;
  padding-bottom: 56px;
}
.content-box-3-1 .image-box figure:after {
  width: 100%;
  background: #EDE2CE;
  height: 270px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 32px;
}
.content-box-3-1 .image-box figure img {
  position: relative;
  z-index: 2;
}
.content-box-3-1 .image-box .text {
  font-family: "Righteous", sans-serif;
  width: 500px;
  margin-left: 170px;
  max-width: 100%;
  text-transform: uppercase;
  margin-top: 28px;
}
.content-box-3-1 .description {
  width: 506px;
  max-width: 100%;
}

.text-24 {
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
}

.content-box-4 .content-box-4-1 {
  display: flex;
  align-items: center;
}
.content-box-4 .content-box-4-1 figure {
  flex-shrink: 0;
  margin-right: 90px;
}
.content-box-4 .content-box-4-1 h2 {
  line-height: 126%;
  font-size: 70px;
  font-family: "Righteous", sans-serif;
  text-transform: uppercase;
}
.content-box-4 .content-box-4-3 .title-1 {
  width: 1124px;
  max-width: 100%;
  margin-top: -20px;
}
.content-box-4 .content-box-4-3-1 {
  display: flex;
  padding-right: 81px;
  justify-content: flex-end;
}
.content-box-4 .content-box-4-3-1 .text {
  width: 810px;
}

.title-1-1 {
  border-bottom: none;
}

.text strong {
  font-weight: bold;
}

.format-ul ul {
  padding: 0;
  margin: 0;
}
.format-ul ul li {
  list-style: none;
  margin-bottom: 30px;
  padding-left: 50px;
  position: relative;
}
.format-ul ul li:after {
  position: absolute;
  top: 12px;
  left: 0;
  background: #E41D04;
  width: 10px;
  height: 10px;
  display: block;
  content: "";
}
.format-ul ul li:last-child {
  margin-bottom: 0;
}

.content-box-5 {
  background: #fff;
}
.content-box-5 .title-1 {
  border-color: #000;
  color: #000;
}

.btn-1 {
  padding-right: 66px;
  display: inline-block;
  background: url("../images/icons/01.svg") center right no-repeat;
}
.btn-1 span {
  height: 62px;
  display: inline-block;
  padding: 0 27px;
  border: 1px solid #000;
  text-transform: uppercase;
  line-height: 64px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  transition: 0.15s linear;
}
.btn-1:hover span {
  background: #000;
  color: #fff;
}

.title-flex-box {
  margin-bottom: 56px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.title-flex-box .title-1 {
  margin-bottom: 0;
}

.boxes-3 {
  margin-bottom: -50px;
}
.boxes-3 .row-box {
  margin: 0 -25px;
  display: flex;
  flex-wrap: wrap;
}
.boxes-3 .row-box .col-box {
  width: 50%;
  padding: 0 25px;
}
.boxes-3 .row-box .col-box .box-3 {
  margin-bottom: 50px;
  border: 1px solid #000;
  display: flex;
  color: #000;
  padding: 35px;
}
.boxes-3 .row-box .col-box .box-3:hover img {
  opacity: 0.9;
}
.boxes-3 .row-box .col-box .box-3 .txt-1-1 {
  font-size: 18px;
  margin-bottom: 20px;
}
.boxes-3 .row-box .col-box .box-3 .txt-1-2 {
  font-family: "Righteous", sans-serif;
}
.boxes-3 .row-box .col-box .box-3 figure {
  flex-shrink: 0;
  margin-right: 35px;
}
.boxes-3 .row-box .col-box .box-3 .description {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.btn-2 {
  border-bottom: 1px solid #E41D04;
  display: inline-block;
  padding: 0 6px;
  height: 52px;
  color: #000;
  font-size: 16px;
  line-height: 52px;
  font-weight: bold;
  padding-right: 36px;
  background: url("../images/icons/02.svg") calc(100% - 6px) center no-repeat;
  transition: 0.15s linear;
}
.btn-2:hover {
  padding-right: 46px;
}

a:hover .btn-2 {
  padding-right: 46px;
}

footer {
  background: #000;
  color: #fff;
}
footer a:hover {
  opacity: 0.85;
}
footer .txt-2 {
  font-family: "Righteous", sans-serif;
  font-size: 90px;
  line-height: 96px;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  padding-bottom: 25px;
  text-align: center;
  display: inline-block;
}
footer .txt-2 a {
  color: #fff;
}
footer .row-box {
  margin: 0 -15px;
  flex-wrap: wrap;
  display: flex;
}
footer .row-box .col-box:nth-child(2) {
  text-align: center;
  justify-content: center;
  align-items: center;
}
footer .row-box .col-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 33.3333%;
  padding: 0 15px;
}
footer .row-box .col-box .txt-1 {
  font-family: Righteous;
  font-size: 45px;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 25px;
}
footer .row-box .col-box .social-box .fb {
  width: 46px;
  border: 1px solid #fff;
  display: block;
  background: url("../images/icons/03.svg") center no-repeat;
  height: 46px;
}
footer .row-box .col-box .txt-3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-align: right;
}
footer .row-box .col-box .txt-3 .txt-3-1 {
  text-align: right;
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: 300;
  line-height: normal;
}
footer .row-box .col-box .txt-3 .txt-3-2 {
  text-align: right;
  font-size: 35px;
  line-height: 1.4;
  font-family: Righteous;
  text-transform: uppercase;
}
footer .row-box .col-box .txt-3 .txt-3-2 a {
  color: #fff;
}
footer .row-box .col-box .txt-3 .txt-3-2 .mail {
  color: #E41D04;
}

.title-box {
  padding: 62px 0 65px 0;
}
.title-box h1 {
  font-family: Righteous;
  font-size: 45px;
  line-height: 56.7px;
}

.content-box-6 {
  font-family: Righteous;
  text-transform: uppercase;
  background: #E41D04;
  color: #fff;
  padding: 55px 0 58px 0;
}
.content-box-6 .text {
  line-height: 70px;
}
.content-box-6 .container {
  display: flex;
}
.content-box-6 .container .number {
  width: 180px;
  padding-right: 30px;
  font-size: 110px;
  line-height: 1;
  flex-shrink: 0;
  margin-top: -5px;
}
.content-box-6 .container .text {
  max-width: 100%;
  width: 862px;
}

.main-content {
  padding: 55px 0;
  background: #fff;
  color: #000;
}

.content-box-7 {
  width: 762px;
  max-width: 100%;
  margin-left: 243px;
}

.text-1 h2 {
  font-family: Righteous;
  font-size: 45px;
  padding-top: 15px;
  margin-bottom: 15px;
  line-height: 1.2;
  text-transform: uppercase;
}
.text-1 p, .text-1 ul {
  margin-bottom: 20px;
}
.text-1 h2:fitst-child {
  padding-top: 0;
}

.btn-3 {
  display: inline-block;
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  align-items: center;
  line-height: 76px;
  font-family: Righteous;
  padding-left: 101px;
  background: url("../images/icons/04.svg") left center no-repeat;
  height: 76px;
}
.btn-3:hover {
  background-image: url("../images/icons/04-1.svg");
  color: #000;
}

.content-box-8 {
  margin-top: 50px;
}

.content-box-9 {
  width: 980px;
  margin: 0 auto;
  max-width: 100%;
}
.content-box-9 .text {
  font-family: Righteous;
  text-transform: uppercase;
}

table {
  margin-bottom: 25px;
  width: 100%;
}
table tr th {
  font-family: Righteous;
  padding: 16px 47px 14px 47px;
  border: 1px solid #E41D04;
  background: #E41D04;
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  border-top-color: #000;
  line-height: 31px;
}
table tr th:first-child {
  border-left-color: #000;
}
table tr th:last-child {
  border-right-color: #000;
}
table tr td {
  font-family: Righteous;
  padding: 16px 47px 14px 47px;
  border: 1px solid #000000;
  font-size: 16px;
  line-height: 24.96px;
}

.color-red {
  color: #E41D04;
}

.text a {
  color: #E41D04;
}
.text a:hover {
  color: #E41D04;
  opacity: 0.85;
}

.bg-red {
  color: #fff;
  background: #E41D04;
}

.contact-content {
  display: flex;
  justify-content: space-between;
}
.contact-content .col-left {
  max-width: 500px;
}
.contact-content .col-left figure {
  margin-bottom: 43px;
}
.contact-content .col-left .txt-1 {
  font-family: Righteous;
  border-bottom: 2px solid #fff;
  font-size: 45px;
  line-height: 44px;
  text-transform: uppercase;
  padding: 0 10px;
  padding-bottom: 33px;
  margin-bottom: 30px;
}
.contact-content .col-left .txt-2 {
  font-size: 18px;
  line-height: 27px;
  padding: 0 10px;
  font-weight: 300;
  margin-bottom: 30px;
}
.contact-content .col-left .txt-3 {
  font-family: Righteous;
  padding: 0 10px;
  font-size: 35px;
  text-transform: uppercase;
  line-height: 1.4;
}
.contact-content .col-left .txt-3 a {
  color: #fff;
}
.contact-content .col-left .txt-3 a:hover {
  opacity: 0.9;
}
.contact-content .col-right {
  width: 52%;
}

.form-box {
  width: 631px;
  max-width: 100%;
}
.form-box .form-title {
  font-family: Righteous;
  margin-bottom: 28px;
  font-size: 45px;
  line-height: 44px;
  text-transform: uppercase;
}
.form-box .form-txt {
  font-family: Righteous;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 22.35px;
}
.form-box .label-box {
  margin-bottom: 13px;
}
.form-box .label-box label {
  font-family: Righteous;
  font-size: 16px;
  line-height: 19.87px;
  font-weight: normal;
}
.form-box .input-box {
  margin-bottom: 16px;
}
.form-box .input-box input, .form-box .input-box textarea {
  width: 100%;
  display: block;
  border: 1px solid #fff;
  height: 40px;
  padding: 0 15px;
  color: #fff;
  background: none;
  transition: 0.15s linear;
}
.form-box .input-box input:focus, .form-box .input-box textarea:focus {
  box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.2);
}
.form-box .input-box textarea {
  padding: 10px 15px;
  resize: none;
  overflow: auto;
  height: 148px;
}
.form-box .button-box {
  display: flex;
  justify-content: flex-end;
}

.btn-4 {
  min-width: 211px;
  height: 60px;
  border: 1px solid #fff;
  padding: 0 30px;
  background: #000;
  color: #fff;
  font-size: 26px;
  font-family: Righteous;
  line-height: 60px;
}
.btn-4:hover {
  background: #fff;
  color: #000;
}

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

.content-box-3 .container > .title-1, .content-box-4 .container > .title-1 {
  margin-top: -10px;
}

.content-box-5 .container > .title-flex-box {
  margin-top: -10px;
}

.text-1 h2:first-child {
  padding-top: 0;
}

.content-box-2 {
  display: flex;
  width: 100%;
}

.content-box-2.padding-1, .content-box-4.padding-1 {
  padding-bottom: 0;
}/*# sourceMappingURL=style.css.map */