* {
  margin: 0px;
  padding: 0px;
  border: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  min-width: 320px;
}

.wrapper {
  position: relative;
}
.nav-link.active,
.nav-link:hover,
.nav-tabs {
  border: none !important;
}
.caption_size_bg {
  font-size: 3.75rem;
  line-height: 4rem;
}

.caption_font_bold {
  font-weight: 700;
}

.header {
  min-height: 80px;
  width: 100%;
  background: #ffffff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 5px 5px #0000001a;
  box-shadow: 0px 5px 5px #0000001a;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
}

.header-navbar {
  display: inline-block;
  padding-left: auto;
  padding-right: auto;
}

.header-navbar-ul__li {
  display: inline-block;
  font-size: 16px;
  display: inline-block;
  padding: 8px 15px 8px 0px;
}

.header-navbar-ul__li_a-text-style {
  color: #7e7e7e;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
}

.header-navbar-ul__li_a-text-style:hover {
  color: #0073b9 !important;
}

.header-navbar-ul__li_a-text-style:focus {
  color: #00b5ff !important;
}

.header-btn__login {
  width: 139px;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  color: #7e7e7e;
  text-decoration: underline !important;
  background: rgba(255, 255, 255, 0);
}

.header-btn__sign {
  width: 139px;
  height: 40px;
  background: transparent -webkit-gradient(
      linear,
      left top,
      right top,
      from(#78a719),
      to(#92d000)
    ) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(left, #78a719 0%, #92d000 100%) 0% 0%
    no-repeat padding-box;
  background: transparent linear-gradient(90deg, #78a719 0%, #92d000 100%) 0% 0%
    no-repeat padding-box;
  -webkit-box-shadow: 0px 4px 8px #00000033;
  box-shadow: 0px 4px 8px #00000033;
  border-radius: 2px;
  opacity: 1;
  color: #ffffff;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}

.menuBar {
  position: fixed;
  top: 26px;
  right: 20px;
  display: block;
  width: 28px;
  height: 24px;
  z-index: 990;
  border-color: #ffffff !important;
}
.menuBar:hover {
  opacity: 0.7;
}
.menuBar__item {
  position: absolute;
  left: 0;
  display: block;
  width: 28px;
  height: 4px;
  border-radius: 1px;
  background-color: #0074ba;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.menuBar__item-1 {
  top: 0;
}
.menuBar__item-2 {
  top: 50%;
}
.menuBar__item-3 {
  top: 100%;
}
.menuBar_active .menuBar__item-1 {
  -ms-transform: translateY(12px) translateX(0) rotate(45deg);
  transform: translateY(12px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(12px) translateX(0) rotate(45deg);
  -moz-transform: translateY(12px) translateX(0) rotate(45deg);
}
.menuBar_active .menuBar__item-2 {
  opacity: 0;
}
.menuBar_active .menuBar__item-3 {
  -ms-transform: translateY(-12px) translateX(0) rotate(-45deg);
  transform: translateY(-12px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-10.2px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-12px) translateX(0) rotate(-45deg);
}

.navbar_position-collapse {
  padding-top: 60px;
  padding-bottom: 60px;
}

.button_display-menu {
  padding-top: 60px;
}

.box-bg_blue {
  position: relative;
  width: auto;
  height: 100vh;
  min-height: 480px;
  background: transparent linear-gradient(285deg, #2b4767 0%, #121e40 100%) 0%
    0% no-repeat padding-box;
  z-index: 10;
}

.box-bg_blue::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(../img/main-bg.svg);
  z-index: 0;
}

.title-first {
  margin-top: 150px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  color: #ffffff;
}

.title-second {
  margin-top: 32px;
  width: 100%;
  text-align: center;
  font-size: 42px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  color: #ffffff;
}

.text {
  margin-top: 16px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  color: #ffffff;
}

.buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 46px;
  margin-bottom: 150px;
}

.button_monetize {
  margin-left: 10px;
  margin-right: 10px;
  width: 200px;
  height: 50px;
  background: transparent -webkit-gradient(
      linear,
      left top,
      right top,
      from(#78a719),
      to(#92d000)
    ) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(left, #78a719 0%, #92d000 100%) 0% 0%
    no-repeat padding-box;
  background: transparent linear-gradient(90deg, #78a719 0%, #92d000 100%) 0% 0%
    no-repeat padding-box;
  -webkit-box-shadow: 0px 4px 8px #00000033;
  box-shadow: 0px 4px 8px #00000033;
  border-radius: 2px;
  opacity: 1;
  color: #ffffff;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}

.button_advertize {
  margin-left: 10px;
  margin-right: 10px;
  width: 200px;
  height: 50px;
  background: rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0px 4px 8px #00000033;
  box-shadow: 0px 4px 8px #00000033;
  border: 2px solid #ffffff;
  border-radius: 2px;
  opacity: 1;
  color: #ffffff;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}

.second-box__title {
  margin-top: 100px;
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
  font-size: 35px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  color: #000000;
}

.blue-stick__img-box {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  height: 100px;
  background: transparent -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#00b5ff),
      to(#0073b9)
    ) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #00b5ff 0%, #0073b9 100%) 0%
    0% no-repeat padding-box;
  border-radius: 50px;
  opacity: 1;
}

.green-stick__img-box {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  height: 100px;
  background: transparent -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#78a719),
      to(#92d000)
    ) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #78a719 0%, #92d000 100%) 0% 0%
    no-repeat padding-box;
  border-radius: 50px;
  opacity: 1;
}

.stick__title_style {
  margin-top: 32px;
  text-align: center;
  font-size: 20px;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 30px;
}

.stick__text_style {
  max-width: 262.5px;
  margin-top: 24px;
  text-align: center;
  font-size: 14px;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 30px;
}

.second-box__margin-next-row {
  margin-top: 40px;
}

.third-box {
  margin-top: 100px;
  height: 100%;
  min-height: 350px;
}

.blur-box-with-lines {
  position: relative;
  z-index: 10;
  width: auto;
  background: transparent -o-linear-gradient(165deg, #2b4767 0%, #121e40 100%) 0%
    0% no-repeat padding-box;
  background: transparent linear-gradient(285deg, #2b4767 0%, #121e40 100%) 0%
    0% no-repeat padding-box;
}

.blur-box-with-lines::after {
  content: "";
  position: absolute;
  top: 0;
  width: 304px;
  height: 301px;
  z-index: 0;
  background: url(../img/lines.svg);
}

.blur-box-with-lines::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 304px;
  height: 301px;
  z-index: 0;
  background: url(../img/lines.svg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.third-box__title {
  text-align: center;
  margin-top: 100px;
  font-size: 30px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  color: #ffffff;
}

.third-box__span {
  text-align: center;
  font-size: 30px;
  font-family: "Raleway", sans-serif;
  color: #ffffff;
}

.third-box__button {
  margin-top: 40px;
  margin-bottom: 20px;
  width: 198px;
  height: 40px;
  background: transparent -webkit-gradient(
      linear,
      left top,
      right top,
      from(#78a719),
      to(#92d000)
    ) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(left, #78a719 0%, #92d000 100%) 0% 0%
    no-repeat padding-box;
  background: transparent linear-gradient(90deg, #78a719 0%, #92d000 100%) 0% 0%
    no-repeat padding-box;
  -webkit-box-shadow: 0px 4px 8px #00000033;
  box-shadow: 0px 4px 8px #00000033;
  border-radius: 2px;
  opacity: 1;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 14px;
}

.fourth-box {
  min-height: 550px;
}

.fourth-box__title {
  margin-top: 100px;
  text-align: center;
  font-size: 35px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  color: #0074ba;
}

.fourth-box__span {
  margin-bottom: 25px;
  text-align: center;
  font-size: 35px;
  font-family: "Raleway", sans-serif;
  color: #0074ba;
}

.fourth-box__box-label {
  margin: 0px auto 30px auto;
  max-width: 263px;
  height: 100px;
  border: 2px solid #eef3ff;
  border-radius: 2px;
  opacity: 1;
}

.fifth-box {
  min-height: 800px;
  height: initial !important;
}

.fifth-box__title {
  margin-top: 100px;
  margin-bottom: 24px;
  text-align: center;
  font-size: 30px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  color: #ffffff;
}

.fifth-box__span {
  margin-bottom: 40px;
  text-align: center;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  color: #ffffff;
}

.fifth-box__box-for-tabs {
  min-height: 464px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 2px;
  opacity: 1;
}

.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.fifth-box__batton-tabs {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  text-transform: uppercase;
  height: 60px;
  font-size: 20px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #b2b2b2;
  background: #ffffff 0% 0% no-repeat padding-box;
}
.fifth-box__batton-tabs.active {
  border: none !important;
  -webkit-transform: scaleX(1.1);
  -ms-transform: scaleX(1.1);
  transform: scaleX(1.1);
}
.menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 800;
  background: transparent linear-gradient(180deg, #2b4767 0%, #121e40 100%) 0%
    0% no-repeat padding-box;
  padding-top: 80px;
}
.menu_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu__list {
  list-style-type: none;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: hidden;
}
.menu__list::-webkit-scrollbar {
  width: 0px;
  display: none;
  background: transparent;
  display: none;
}
.menu__item {
  text-align: center;
}
.menu__link {
  color: #fff;
}
.menu__user {
  width: 100%;
  border-top: 2px solid #b1cfe8;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 30px 0 10px;
}
.nav-overflow {
  overflow: hidden;
}

.nav-tabs .nav-link.active {
  color: #0074ba !important;
  position: relative;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs .nav-link {
  border: none !important;
}
.nav-tabs .nav-link:hover {
  color: #0074ba !important;
}

.fifth-box__batton-tabs_right-line::after {
  content: "";
  position: absolute;
  z-index: 10;
  display: inline-block;
  height: 40px;
  border-right: 2px #e8e8e8 solid;
  top: 10px;
  right: 0px;
}

.fifth-box__batton-tabs_right-line.active::after {
  content: none;
}

.tabs__title {
  margin-top: 50px;
  text-align: left;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #000000;
  line-height: 30px;
}

.tabs__span {
  text-align: left;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #000000;
  line-height: 30px;
}

.tabs__button {
  margin-top: 40px;
  margin-bottom: 20px;
  width: 222px;
  height: 50px;
  background: transparent -webkit-gradient(
      linear,
      left top,
      right top,
      from(#78a719),
      to(#92d000)
    ) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #78a719 0%, #92d000 100%) 0% 0%
    no-repeat padding-box;
  -webkit-box-shadow: 0px 4px 8px #00000033;
  box-shadow: 0px 4px 8px #00000033;
  border-radius: 2px;
  opacity: 1;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 16px;
}

.img_max-width {
  max-width: 100%;
}

.teasers-pisition {
  position: relative;
  bottom: -50px;
}

.sixth-box {
  margin-bottom: 70px;
}

.sixth-box__title {
  margin-bottom: 40px;
  margin-top: 100px;
  text-align: left;
  font-size: 30px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  color: #0074ba;
  line-height: 35px;
}

.sixth-box__h4 {
  margin-bottom: 0px;
  text-align: left;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #000000;
  line-height: 30px;
}

.sixth-box__span {
  text-align: left;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 1.1;
}

.padding_bottom {
  padding-bottom: 30px;
}

.seventh-box {
  height: 100%;
  min-height: 740px;
}

.seventh-box__title {
  margin-bottom: 40px;
  margin-top: 100px;
  text-align: center;
  font-size: 30px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  color: #ffffff;
  line-height: 35px;
}

.sevent-box__box-for-tabs {
  min-height: 465px;
  background: #ffffff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 0px 20px #0000001a;
  box-shadow: 0px 0px 20px #0000001a;
  border-radius: 2px;
  opacity: 1;
  margin-bottom: 100px;
}

.form {
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.form__label {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1.4px;
  font-family: "Raleway", sans-serif;
  color: #0074ba;
  letter-spacing: 0.8px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.form__input {
  text-indent: 15px;
  position: relative;
  z-index: 10;
  display: inline-block;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  width: 100%;
  color: #000000 !important;
  opacity: 1;
  color: initial;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: #e8e8e8 2px solid;
  padding: 7px 0;
  transition: 0.4s;
}
.form__input:active,
.form__input:focus {
  border-color: #0074ba;
}
.form-group .help-block {
  font-size: 12px;
  color: #fff;
  text-align: right;
  margin-top: 5px;
}
.form-group {
  margin: 0 !important;
}
.control-label {
  display: none;
}
.form__input::-webkit-input-placeholder {
  color: #000000;
  font-weight: 300;
}

.form__input:-ms-input-placeholder {
  color: #000000;
  font-weight: 300;
}

.form__input::placeholder {
  color: #000000;
  font-weight: 300;
}

label.error {
  font-size: 13px;
  color: red;
}

.form__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 100%;
  max-width: 222px;
  padding-bottom: 13px;
  padding-top: 13px;
  background: transparent -webkit-gradient(
      linear,
      left top,
      right top,
      from(#78a719),
      to(#92d000)
    ) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #78a719 0%, #92d000 100%) 0% 0%
    no-repeat padding-box;
  -webkit-box-shadow: 0px 4px 8px #00000033;
  box-shadow: 0px 4px 8px #00000033;
  border-radius: 2px;
  opacity: 1;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}

.form_span {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 21px;
  color: #b2b2b2;
  margin-bottom: 40px;
}

.button_hover-and-active {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.button_hover-and-active:hover {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0px 6px 20px #00000033;
  box-shadow: 0px 6px 20px #00000033;
}

.button_hover-and-active:active {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.button__login_hover-and-active {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.button__login_hover-and-active:hover {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

.button__login_hover-and-active:active {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.footer {
  padding-left: 55px;
  padding-right: 55px;
  height: 100px;
}

.footer__span {
  font-size: 14px;
  text-align: right;
  font-family: "Poppins", sans-serif;
  color: #0074ba;
}
@media only screen and (max-width: 380px) {
  .footer__span {
    font-size: 11px;
  }
}

.container {
  max-width: 1170px;
}

.button,
.header-navbar-ul__li_a-text-style,
.header-btn__login,
.header-btn__sign,
.button_monetize,
.button_advertize,
.third-box__button,
.tabs__button {
  text-decoration: none;
}
.header-navbar-ul__li_a-text-style:hover {
  color: #7e7e7e;
  text-decoration: none;
}
.header-btn__login:hover {
  color: #7e7e7e;
  text-decoration: underline;
}
.btn_font-color_white.button,
.btn_font-color_white.header-navbar-ul__li_a-text-style,
.btn_font-color_white.header-btn__login,
.btn_font-color_white.header-btn__sign,
.btn_font-color_white.button_monetize,
.btn_font-color_white.button_advertize,
.btn_font-color_white.third-box__button,
.btn_font-color_white.tabs__button {
  color: #ffffff;
  text-decoration: none;
}
.btn_font-color_blue.button:hover,
.btn_font-color_blue.header-navbar-ul__li_a-text-style:hover,
.btn_font-color_blue.header-btn__login:hover,
.btn_font-color_blue.header-btn__sign:hover,
.btn_font-color_blue.button_monetize:hover,
.btn_font-color_blue.button_advertize:hover,
.btn_font-color_blue.third-box__button:hover,
.btn_font-color_blue.tabs__button:hover {
  color: #0074ba;
  text-decoration: none;
}

.header-navbar-ul {
  margin-bottom: 0;
}

.button,
.menuBar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.button,
.caption {
  font-family: SofiaProBold;
}
.subscribe-modal__body {
  padding: 20px 40px;
}
.noneOutline {
  outline: none !important;
  box-shadow: none;
}
.noneOutline:active,
.noneOutline:hover,
.noneOutline:focus {
  outline: 0 !important;
  outline-offset: 0 !important;
  box-shadow: none;
}
@media only screen and (min-width: 992px) {
  .menu_active,
  .menuBar_active {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .navbar_position {
    text-align: center;
    position: absolute !important;
    padding-left: 20px;
    top: 68px;
    left: 0px;
    width: 100%;
    border-top: 1px solid #cdcdcd;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 5px #0000001a;
    box-shadow: 0px 5px 5px #0000001a;
  }
}

@media only screen and (min-width: 992px) {
  .navbar_position-collapse {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}

@media only screen and (max-width: 992px) {
  .tabs-content_center-media768 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .tabs__button {
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .navbar_position {
    text-align: center;
    padding-left: 20px !important;
    position: absolute;
    top: 68px;
    left: 0px;
    width: 100%;
    border-top: 1px solid #cdcdcd;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 5px #0000001a;
    box-shadow: 0px 5px 5px #0000001a;
  }
  .teasers-pisition {
    position: initial;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .fifth-box__box-for-tabs {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .fifth-box__batton-tabs.active {
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
  }
  .fifth-box__batton-tabs_right-line::after {
    content: "";
    border-right: initial;
  }
}

@media only screen and (max-width: 575px) {
  .navbar_position {
    text-align: center;
    position: absolute !important;
    padding-left: 20px;
    top: 68px;
    left: 0px;
    width: 100%;
    border-top: 1px solid #cdcdcd;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 5px #0000001a;
    box-shadow: 0px 5px 5px #0000001a;
  }
  .third-box.blur-box-with-lines::after {
    content: none;
  }
  .third-box.blur-box-with-lines::before {
    content: none;
  }
  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .button_display {
    display: none !important;
  }
}

@media only screen and (min-width: 575px) {
  .button_display-menu {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .navbar_position-collapse {
    height: 100vh;
  }
}

@media only screen and (max-width: 375px) {
  .box-bg_blue {
    height: initial;
  }
}

/* Login Modal */
.modal-backdrop {
  background: none !important;
  background: transparent -o-linear-gradient(331deg, #2b4767 0%, #121e40 100%) !important;
  background: transparent linear-gradient(119deg, #2b4767 0%, #121e40 100%) !important;
  opacity: 0.75;
}
.modal-container,
.modal-content {
  background: #354866 !important;
  border-radius: 2px !important;
}
.modal-window {
  width: 350px;
  height: 393px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

.control-label {
  display: block;
  color: #fff;
  text-transform: uppercase;
  opacity: 0.5;
  font-size: 12px;
  float: left;
}

.modal-body,
.modal-footer button {
  color: #fff;
}

.modal-footer button:hover {
  color: #00b5ff;
}

.modal-title,
.modal-header > h2 {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.64px;
  color: #fff;
}
.modal-inner {
  padding: 0 20px 20px 20px;
}
.row_textfield {
  margin-top: 20px;
}
.forgot-pass {
  float: right;
}
.forgot-pass a {
  color: #00b5ff;
  font-size: 12px;
  position: relative;
  bottom: 3px;
}
.forgot-pass a:hover {
  color: #00b5ff;
  text-decoration: none;
}
.modal-top,
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 20px 0 20px !important;
}

.modal-header {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  border-bottom: none !important;
  margin-bottom: 15px;
}

/* .modal-backdrop.fade.show {
  display: none;
} */

.modal-info {
  margin-top: 20px;
  background: rgba(177, 207, 232, 0.1);
  padding: 20px;
  font-size: 14px;
  font-weight: 300;
  border-top: 2px solid rgba(177, 207, 232, 0.4);
  border-bottom: 2px solid rgba(177, 207, 232, 0.4);
  color: #fff;
  font-family: "Raleway", sans-serif;
}

.modal-close,
.modal-header .close {
  background: url("../img/cancel.svg") no-repeat;
  width: 20px;
  height: 20px;
  font-size: 0;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
}
.modal-close:focus {
  outline: none;
}
.modal-submit {
  background: transparent -webkit-gradient(linear, right top, left top, from(#78a719), to(#92d000));
  background: transparent -o-linear-gradient(right, #78a719 0%, #92d000 100%);
  background: transparent linear-gradient(270deg, #78a719 0%, #92d000 100%);
  max-height: 32px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 0;
  width: 100%;
  border-radius: 2px;
}

.modal-submit:focus {
  outline: none;
}

.field-loginform-rememberme label {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  margin: 19px 0;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  padding-left: 20px;
}

.field-loginform-rememberme label:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: 0;
  margin: auto;
  left: 0;
  height: 14px;
  width: 14px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.field-loginform-rememberme label:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #00b5ff;
  border-radius: 1px;
  position: absolute;
  left: 4px;
  top: 8px;
  display: none;
}

.field-loginform-rememberme input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

label.isChecked:after {
  display: block;
}

.form-control.error {
  border-color: #df0000;
}

.col-pad-fix {
  padding: 0 30px !important;
}

@media (max-width: 1200px) {
  .col-10.sevent-box__box-for-tabs {
    padding-top: 20px !important;
  }
}

@media (max-width: 575px) {
  footer .row div {
    justify-content: center !important;
  }
  footer .row div:first-child {
    padding-bottom: 15px;
  }
}

@media (max-width: 900px) {
  .box-bg_blue::before {
    background: none;
  }
}

@media (max-width: 768px) {
  .box-bg_blue {
    min-height: 100vh;
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .our-advantages__item {
    height: 130px;
  }
}
.alert.fade.in {
  opacity: 1;
}
.alert {
  font-size: 16px;
  padding: 20px;
  position: relative;
  z-index: 9999999;
}
.alert .close {
  text-indent: -9999px;
  display: block;
  height: 19px;
  width: 19px;
  opacity: 1;
}
.alert-success {
  background-color: #e2f3de;
  color: #697b5f;
}
.alert-success .close {
  background: url("../images/notice/cross-success.png") no-repeat;
}

.alert-warning {
  background-color: #f2d2cf;
  color: #7e4847;
}
.alert-warning .close {
  background: url("../images/notice/cross-error.png") no-repeat;
}
.alert-info {
  background-color: #d2ecf7;
  color: #637d8d;
}
.alert-info .close {
  background: url("../images/notice/cross-info.png") no-repeat;
}
