@font-face {
  font-family: "acrom-regular";
  src: url("../fonts/Acrom-Regular.ttf");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "acrom-bold";
  src: url("../fonts/Acrom-Bold.ttf");
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: "Marianna";
  src: url("../fonts/Marianna.ttf");
  font-style: normal;
  font-weight: 900;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "acrom-regular", sans-serif;
}

.my_container {
  max-width: 1150px;
  margin: 0 auto;
}

.tab__section {
  padding: 50px 0;
}

.tab__section #tabs {
  margin: 10px 0;
}

.tab__section .tabs-nav {
  display: table;
  margin: 40px 0;
  padding: 0;
  width: 100%;
}

.tab__section .tabs-nav li {
  display: table-cell;
  float: none;
  margin: 0;
  padding: 0;
}

.tab__section .tabs-nav a {
  display: block;
  padding: 20px 30px;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  color: #999;
  position: relative;
  margin: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.tab__section .tabs-nav a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: rgba(0, 0, 0, 0.205);
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.tab__section .tabs-nav li:first-child a {
  border-radius: 5px 0 0 0;
}

.tab__section .tabs-nav li:last-child a {
  display: block;
}

.tab__section .tabs-nav a.active {
  background: #fff;
  color: #000;
}

.tab__section .tabs-nav a.active:before {
  background: #000;
}

.tab__section .tabs-items {
  border-top: none;
  background: #fff;
}

.tab__section .tabs-item {
  padding: 15px;
}

.tabs__wrap {
  position: relative;
}

.tabs__wrap .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tabs__wrap h1 {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 50px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs__wrap .tabs_main_image {
  min-height: 450px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs__wrap .tabs_main_image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}

.tabs__wrap .bg_text {
  position: absolute;
  top: -100px;
  font-size: 120px;
  font-family: "Marianna";
  color: #e0e0e0;
  line-height: 0.625;
  text-align: center;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.one_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
  padding: 0 70px;
}

.one_tab .text_box {
  padding-left: 70px;
}

.one_tab .text_box p {
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
}

.tab_subscribe_text {
  color: #333;
  font-size: 16px;
}

.two_tab_video {
  padding-bottom: 80px;
}

.two_tab_video .vsc-controller {
    display: none;
}

.two_tab_video video {
  max-width: 100%;
}

.two_tab {
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.two_tab .text__box {
  padding-left: 70px;
}

.partner_box {
  padding-bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.partner_box .img__convert {
  margin-top: -70px;
}

.partner_box h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #333;
  padding-left: 100px;
}

.dabl_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0;
}

.dabl_box .text_box {
  width: 50%;
  padding-left: 70px;
}

.dabl_box .img__convert {
  width: 50%;
}

.dabl_box .img__convert img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.form__section {
  background: #ae906d;
  padding: 80px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 80px;
}

.form__section::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  height: 6px;
  background: #fff;
}

.form__section::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  height: 6px;
  background: #fff;
}

.form__section .left__bar {
  width: 50%;
  padding-right: 50px;
}

.form__section .right__bar {
  width: 50%;
}

.form__section h2 {
  font-size: 40px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 40px;
  margin-top: 0;
}

.form__section .phone__box .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 40px;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
  text-decoration: none;
  font-family: "acrom-bold";
}

.form__section .phone__box .subscribe {
  font-size: 25px;
  color: white;
  line-height: 1.2;
}

.form__section .social_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.form__section .social_links .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 20px 0 0;
}

.form__section .social_links .item img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.tree_tab_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tree_tab_form .form__heading {
  font-size: 30px;
  color: white;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 20px;
}

.tree_tab_form .input_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0;
}

.tree_tab_form .input_wrap .placeh {
  font-size: 24px;
  color: white;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
  min-width: 160px;
}

.tree_tab_form .input_wrap input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  border: none;
  padding: 8px 20px;
  opacity: 0.7;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  outline: none;
}

.tree_tab_form .input_wrap input:hover, .tree_tab_form .input_wrap input:active, .tree_tab_form .input_wrap input:focus {
  opacity: 1;
}

.tree_tab_form .chekboxes_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-top: 25px;
}

.tree_tab_form .chekboxes_list .item {
  margin: 0 10px 10px 0;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.616);
  width: 43%;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-weight: 800;
  font-size: 13px;
}

.tree_tab_form #txtar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  border: none;
  padding: 8px 20px;
  opacity: 0.7;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  outline: none;
  height: 90px;
  margin-top: 15px;
}

.tree_tab_form #txtar:hover, .tree_tab_form #txtar:active, .tree_tab_form #txtar:focus {
  opacity: 1;
}

.tree_tab_form #txtar::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "acrom-regular";
  font-weight: 900;
  text-transform: uppercase;
  color: #333;
}

.tree_tab_form #txtar:-ms-input-placeholder {
  font-size: 14px;
  font-family: "acrom-regular";
  font-weight: 900;
  text-transform: uppercase;
  color: #333;
}

.tree_tab_form #txtar::-ms-input-placeholder {
  font-size: 14px;
  font-family: "acrom-regular";
  font-weight: 900;
  text-transform: uppercase;
  color: #333;
}

.tree_tab_form #txtar::placeholder {
  font-size: 14px;
  font-family: "acrom-regular";
  font-weight: 900;
  text-transform: uppercase;
  color: #333;
}

.tree_tab_form .submit__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
}

.tree_tab_form .submit__box p {
  margin: 0;
}

.tree_tab_form .submit__box .f_btn_submit {
  background: #333;
  color: #fff;
  text-transform: uppercase;
  border: none;
  outline: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-right: 20px;
  padding: 8px 12px;
  cursor: pointer;
}

.tree_tab_form .submit__box .subscribe_text p,
.tree_tab_form .submit__box .subscribe_text a {
  color: #fff;
  font-size: 14px;
}

.heading_subscribe {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dabl_box .box_title {
  font-size: 26px;
  color: #333;
  line-height: 1.2;
  text-align: left;
  font-weight: 500;
  margin-top: 0;
}

.dabl_box p {
  color: #333;
  font-size: 15px;
}

.dabl_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.dabl_reverse .text_box {
  padding-left: 0 !important;
  padding-right: 50px;
}

.tab_link_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}

.tab_link_items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 20px;
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 8px 18.9px 2.1px rgba(6, 28, 45, 0.36);
          box-shadow: 0px 8px 18.9px 2.1px rgba(6, 28, 45, 0.36);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-decoration: none;
  margin: 10px;
}

.tab_link_items .item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: 0px 0 0 2px rgba(6, 28, 45, 0.123);
          box-shadow: 0px 0 0 2px rgba(6, 28, 45, 0.123);
}

.tab_link_items .item h5 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
  color: #333;
}

.tab_link_items .item h6 {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
  color: #061c2d;
}

.main_img_convert {
  max-width: 100%;
}

.main_img_convert img {
  max-width: 100%;
}

@media (max-width: 991px) {
  .two_tab .img__convert {
    max-width: 55%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .two_tab .img__convert img {
    max-width: 100%;
  }
  .one_tab {
    padding: 0;
  }
  .tab__section .tabs-nav a {
    font-weight: 800;
    font-size: 14px;
    padding: 20px 10px;
    margin: 5px;
  }
  .tabs__wrap .tabs_main_image {
    min-height: 300px;
  }
}

.first__label {
  display: none; 
}

@media (max-width: 769px) {
  .first1 {
    align-items: flex-end;
  }
  .first__label {
    color: white;
    text-align: center;
    flex-basis: 100%;
    font-weight: 500;
    text-transform: uppercase;
  }
  .two_tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .two_tab .text__box {
    padding-left: 0;
  }
  .two_tab .img__convert {
    max-width: 100%;
  }
  .partner_box .img__convert {
    margin-top: 0;
  }
  .partner_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .partner_box h3 {
    padding-left: 0;
  }
  .one_tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .one_tab .text_box {
    padding-left: 0;
  }
  .dabl_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dabl_box .img__convert {
    width: 100%;
  }
  .dabl_box .text_box {
    padding: 0;
    width: 100%;
  }
  .form__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form__section .left__bar {
    width: 100%;
    padding: 0;
  }
  .form__section .right__bar {
    width: 100%;
    margin-top: 40px;
  }
  .dabl_box .box_title {
    margin-top: 20px;
  }
  .tab_link_items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .tabs__wrap h1 {
    font-size: 25px;
  }
  .tabs__wrap .bg_text {
    font-size: 70px;
    top: -80px;
  }
  .tabs__wrap .tabs_main_image {
    min-height: 0;
  }
  .tab__section {
    padding: 50px 0;
  }
  .tab__section .tabs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .partner_box h3 {
    font-size: 22px;
  }
  .form__section {
    padding: 60px 20px;
  }
  .form__section h2,
  .form__section .phone__box .tel {
    font-size: 30px;
  }
  .form__section .phone__box .subscribe {
    font-size: 20px;
  }
  .tree_tab_form .input_wrap .placeh {
    font-size: 20px;
  }
  .partner_box .img__convert {
    max-width: 100%;
  }
  .partner_box .img__convert img {
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
