.header__top__column__lists {
  padding-left: 0;
  padding-right: 0; }

.b1__title, .b2__title, .b3__title, .b5__title, .b7__title, .footer__top__title {
  font-family: "Comfortaa", cursive;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  justify-content: center;
  align-items: center;
  align-content: center;
  display: flex;
  text-align: center; }

select, .review-form textarea, input[type=text],input[type=tel],
input[type=email],
input[type=password] {
  height: 50px;
  border-radius: 25px;
  background-color: #ffffff;
  border: none;
  color: #b2b3b3;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  -webkit-box-shadow: 0px 0px 0px 3px transparent;
  -moz-box-shadow: 0px 0px 0px 3px transparent;
  box-shadow: 0px 0px 0px 3px transparent;
  transition: 0.5s all; }
  select:focus, .review-form textarea:focus, input[type=text]:focus,
  input[type=email]:focus,
  input[type=password]:focus {
    -webkit-box-shadow: 0px 0px 0px 3px #fda936;
    -moz-box-shadow: 0px 0px 0px 3px #fda936;
    box-shadow: 0px 0px 0px 3px #fda936; }

select {
  cursor: pointer; }
  select option {
    color: #b2b3b3; }

.b3__lists__list__info__icon__1, .b3__lists__list__info__icon__2, .b3__lists__list__info__icon__3, .b3__lists__list__info__icon__4, .b3__lists__list__info__icon__5, .b3__lists__list__info__icon__6, .b8__row__item__items__item__icon__1, .b8__row__item__items__item__icon__2, .b8__row__item__items__item__icon__3, .b8__row__item__items__item__icon__4, .b8__row__item__items__item__icon__5, .b8__row__item__items__item__icon__6 {
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

@media (max-width: 767.98px) {
  .b1__title, .b2__title, .b3__title, .b5__title, .b7__title, .footer__top__title {
    font-size: 24px;
    line-height: 32px; } }
.header__top {
  height: 110px;
  position: relative;
  font-family: "Ubuntu", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row; }
  .header__top__logo {
    position: relative;
    bottom: -25px; }
  .header__top__column > a {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; }
  .header__top__column__lists {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 20px;
    margin-bottom: 0px; }
    .header__top__column__lists__list {
      width: 24px;
      height: 24px;
      background-color: #124030;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      margin-left: 5px;
      margin-right: 5px; }
      .header__top__column__lists__list i {
        color: #fff;
        font-size: 12px; }
      .header__top__column__lists__list:first-child {
        margin-left: 0; }
      .header__top__column__lists__list:last-child {
        margin-right: 0; }
  .header__top__column__phone {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row; }
    .header__top__column__phone__icon {
      width: 24px;
      height: 24px;
      background-color: #124030;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      margin-right: 10px; }
      .header__top__column__phone__icon i {
        color: #fff;
        font-size: 13px; }
    .header__top__column__phone__info {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      align-content: flex-start;
      flex-wrap: nowrap;
      flex-direction: column; }
      .header__top__column__phone__info a{
        color: #000000;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px; }
      .header__top__column__phone__info span {
        color: #b8b0b4;
        font-family: "Ubuntu", sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px; }
        .header__top__column__phone__info span b {
          color: #b8b0b4; }
  .header__top__column__btn {
    position: relative;
    border: none;
    transition: 0.5s all;
    text-decoration: none;
    outline: none;
    font-family: "Ubuntu", sans-serif;
    max-width: 210px;
    width: 100%;
    box-shadow: 0 0 6px 1px rgba(247, 169, 5, 0.29);
    border-radius: 20px;
    background-color: #f7a905;
    padding-top: 11.5px;
    padding-bottom: 11.5px;
    padding-left: 15px;
    padding-right: 60px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
    text-transform: uppercase; }
    .header__top__column__btn i {
      background-image: url("../image/btn_woman.png");
      width: 42px;
      height: 55px;
      display: block;
      position: absolute;
      right: 13px;
      bottom: 0; }
    .header__top__column__btn span {
      text-decoration: underline; }
    .header__top__column__btn:hover {
      text-decoration: none;
      background-color: #AE7505;
      color: #fff; }
.header__down {
  border-top: 2px solid #f7a905;
  background-color: #124030;
  min-height: 44px;
  width: 100%; }
  .header__down nav .navbar-collapse {
    margin-left: 150px; }
    .header__down nav .navbar-collapse .navbar-nav > li > a {
      color: #ffffff;
      font-family: "Comfortaa", cursive;
      font-size: 18px;
      font-weight: 400;
      line-height: 18px;
      padding-left: 22px;
      padding-right: 22px; }
      .header__down nav .navbar-collapse .navbar-nav > li > a:hover, .header__down nav .navbar-collapse .navbar-nav > li > a:focus {
        background-color: #0d2d22; }
    .header__down nav .navbar-collapse .navbar-nav .dropdown:hover .dropdown-menu {
      display: block; }
    .header__down nav .navbar-collapse .navbar-nav .dropdown-menu {
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 10px;
      min-width: 400px; }
      .header__down nav .navbar-collapse .navbar-nav .dropdown-menu li {
        padding-left: 5px;
        padding-bottom: 10px; }
        .header__down nav .navbar-collapse .navbar-nav .dropdown-menu li a {
          color: #000;
          font-size: 14px;
          font-weight: 400;
          font-family: "Ubuntu", sans-serif;
          text-decoration: underline; }
          .header__down nav .navbar-collapse .navbar-nav .dropdown-menu li a:focus, .header__down nav .navbar-collapse .navbar-nav .dropdown-menu li a:hover {
            opacity: 0.5; }
        .header__down nav .navbar-collapse .navbar-nav .dropdown-menu li.dropdown-header {
          padding-left: 0; }
@media (max-width: 767.98px) {
  .header__top {
    height: 70px; }
    .header__top__logo img {
      max-width: 120px; }
    .header__top__column > a, .header__top__column__btn, .header__top__column__lists {
      display: none; }
    .header__top__column__phone__info a {
      font-size: 14px; }
    .header__top__column__phone__info span {
      display: none; }
  .header__down nav .navbar-header .navbar-toggle {
    padding: 0; }
    .header__down nav .navbar-header .navbar-toggle i {
      color: #fff;
      font-size: 36px; }
  .header__down nav .navbar-collapse {
    margin-left: 0;
    border: none;
    box-shadow: none;
    overflow: hidden; }
    .header__down nav .navbar-collapse .navbar-nav {
      margin-top: 0; }
      .header__down nav .navbar-collapse .navbar-nav li.dropdown:hover .dropdown-menu {
        display: none; }
      .header__down nav .navbar-collapse .navbar-nav li.dropdown.open .dropdown-menu {
        display: block; }
        .header__down nav .navbar-collapse .navbar-nav li.dropdown.open .dropdown-menu li > a {
          color: #fff; } }
@media (min-width: 767.99px) and (max-width: 991.98px) {
  .header__top__column > a, .header__top__column__lists {
    display: none; }
  .header__down nav .navbar-collapse .navbar-nav > li > a {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    padding-left: 5px;
    padding-right: 5px; } }
@media (min-width: 991.99px) and (max-width: 1199.98px) {
  .header__down nav .navbar-collapse .navbar-nav > li > a {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 12px;
    padding-right: 12px; } }

.home_slide {
  background-image: url("../image/home_slide.jpg");
  height: 755px;
  margin-bottom: 60px;
  overflow: hidden;
  position: relative; }
  .home_slide__text {
    padding-top: 130px; }
    .home_slide__text__title {
      color: #ffffff;
      font-family: "Comfortaa", cursive;
      font-size: 50px;
      font-weight: 700;
      line-height: 60px;
      text-transform: uppercase;
      letter-spacing: 1px;
      position: relative;
      padding-bottom: 35px;
      margin-bottom: 50px; }
      .home_slide__text__title:after {
        content: "";
        position: absolute;
        width: 278px;
        height: 2px;
        background-color: #f7a905;
        display: block;
        bottom: 0;
        left: 0; }
    .home_slide__text__info {
      color: #ffffff;
      font-family: "Ubuntu", sans-serif;
      font-size: 20px;
      font-weight: 400;
      line-height: 30px;
      letter-spacing: 1px;
      margin-bottom: 50px; }
    .home_slide__text__btn {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      align-content: center;
      flex-wrap: wrap;
      flex-direction: row; }
      .home_slide__text__btn__price {
        position: relative;
        border: none;
        transition: 0.5s all;
        text-decoration: none;
        outline: none;
        font-family: "Ubuntu", sans-serif;
        max-width: 263px;
        width: 100%;
        box-shadow: none;
        border-radius: 25px;
        background-color: #fda936;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 22px;
        padding-right: 22px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        line-height: 14px;
        text-transform: uppercase;
        text-align: center;
        margin-left: 15px;
        margin-right: 15px; }
        .home_slide__text__btn__price i {
          background-image: url("../image/btn_woman.png");
          width: 42px;
          height: 55px;
          display: block;
          position: absolute;
          right: 13px;
          bottom: 0; }
        .home_slide__text__btn__price span {
          text-decoration: underline; }
        .home_slide__text__btn__price:hover {
          text-decoration: none;
          background-color: #cd8a30;
          color: #fff; }
        .home_slide__text__btn__price:first-child {
          margin-left: 0; }
        .home_slide__text__btn__price:last-child {
          margin-right: 0; }
  .home_slide__plus {
    margin-top: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column; }
    .home_slide__plus__title {
      color: #ffffff;
      font-family: "Comfortaa", cursive;
      font-size: 22px;
      font-weight: 400;
      line-height: 24px;
      text-transform: uppercase;
      padding-bottom: 18px;
      margin-bottom: 50px;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      flex-wrap: wrap;
      flex-direction: column; }
      .home_slide__plus__title:after {
        content: "";
        position: absolute;
        display: block;
        width: 185px;
        height: 2px;
        background-color: #f7a905;
        bottom: 0; }
    .home_slide__plus__lists {
      width: 100%;
      display: flex;
      justify-content: space-around;
      align-items: center;
      align-content: center;
      flex-wrap: wrap;
      flex-direction: row; }
      .home_slide__plus__lists__list {
        text-align: center; }
        .home_slide__plus__lists__list__title {
          color: #ffab38;
          font-family: "Comfortaa", cursive;
          font-size: 30px;
          font-weight: bold;
          line-height: 30px; }
        .home_slide__plus__lists__list__text {
          color: #ffffff;
          font-family: "Ubuntu", sans-serif;
          font-size: 18px;
          font-weight: 400;
          line-height: 24px; }
  .home_slide .container {
    position: relative;
    z-index: 3; }
  .home_slide_mask {
    background-color: rgba(18, 64, 48, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%; }
  .home_slide--video {
    background-image: none; }
    .home_slide--video video {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: auto;
      z-index: 1; }
  @media (max-width: 767.98px) {
    .home_slide {
      height: auto;
      margin-bottom: 40px;
      padding-bottom: 40px;
      background-repeat: no-repeat; }
      .home_slide__text {
        padding-top: 40px; }
        .home_slide__text__title {
          font-size: 24px;
          font-weight: 700;
          line-height: 32px;
          padding-bottom: 20px;
          margin-bottom: 20px; }
        .home_slide__text__info {
          font-size: 14px;
          line-height: 16px;
          margin-bottom: 30px; }
          .home_slide__text__info br {
            display: none; }
      .home_slide__plus {
        display: none; }
      .home_slide--video video {
        width: auto;
        height: auto; } }
  @media (min-width: 767.99px) and (max-width: 991.98px) {
    .home_slide {
      height: auto;
      padding-bottom: 40px; }
      .home_slide__text {
        padding-top: 60px; }
        .home_slide__text__title {
          font-size: 38px;
          line-height: 48px;
          padding-bottom: 20px;
          margin-bottom: 20px; }
        .home_slide__text__info {
          font-size: 16px;
          line-height: 21px;
          margin-bottom: 30px; } }

.b1__title {
  color: #000000;
  margin-bottom: 40px; }
.b1__cat {
  width: 100%;
  height: 230px;
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: column; }
  .b1__cat__text {
    background-color: #193f33;
    width: auto;
    color: #ffffff;
    font-family: "Comfortaa", cursive;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    position: relative;
    padding-top: 25px;
    padding-bottom: 24px;
    padding-left: 21px;
    padding-right: 33px;
    overflow: hidden;
    transition: 0.5s all;
    margin-bottom: 20px; }
    .b1__cat__text span {
      position: relative;
      z-index: 2; }
    .b1__cat__text:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 3px;
      background-color: #fda936;
      transition: 0.5s all; }
  .b1__cat:focus, .b1__cat:hover {
    text-decoration: none; }
    .b1__cat:focus .b1__cat__text:before, .b1__cat:hover .b1__cat__text:before {
      width: 100%; }
@media (max-width: 1199.98px) {
  .b1__cat {
    background-repeat: no-repeat;
    background-size: cover; } }

.b2 {
  background-image: url("../image/background_b2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 307px;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 60px;
  padding-top: 70px;
  padding-bottom: 70px; }
  .b2 > .container {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: column; }
  .b2__title {
    color: #fff;
    margin-bottom: 15px; }
  .b2__smalltitle {
    color: #ffffff;
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px; }
  .b2__form {
    width: 100%;
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row; }
    .b2__form input,
    .b2__form select {
      width: 100%;
      max-width: 263px;
      margin-bottom: 15px; }
    .b2__form button {
      margin-bottom: 15px;
      position: relative;
      border: none;
      transition: 0.5s all;
      text-decoration: none;
      outline: none;
      font-family: "Ubuntu", sans-serif;
      max-width: 263px;
      width: 100%;
      box-shadow: none;
      border-radius: 25px;
      background-color: #fda936;
      padding-top: 18px;
      padding-bottom: 18px;
      padding-left: 22px;
      padding-right: 22px;
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      line-height: 14px;
      text-transform: uppercase; }
      .b2__form button i {
        background-image: url("../image/btn_woman.png");
        width: 42px;
        height: 55px;
        display: block;
        position: absolute;
        right: 13px;
        bottom: 0; }
      .b2__form button span {
        text-decoration: underline; }
      .b2__form button:hover {
        text-decoration: none;
        background-color: #cd8a30;
        color: #fff; }
  .b2 .row {
    width: 100%;
    margin-top: 45px; }
    .b2 .row input,
    .b2 .row select {
      width: 100%;
      max-width: 100%;
      margin-bottom: 15px; }
    .b2 .row button {
      margin-bottom: 15px;
      position: relative;
      border: none;
      transition: 0.5s all;
      text-decoration: none;
      outline: none;
      font-family: "Ubuntu", sans-serif;
      max-width: 100%;
      width: 100%;
      box-shadow: none;
      border-radius: 25px;
      background-color: #fda936;
      padding-top: 18px;
      padding-bottom: 18px;
      padding-left: 22px;
      padding-right: 22px;
      color: #fff;
      font-size: 20px;
      font-weight: 600;
      line-height: 20px;
      text-transform: uppercase; }
      .b2 .row button i {
        background-image: url("../image/btn_woman.png");
        width: 42px;
        height: 55px;
        display: block;
        position: absolute;
        right: 13px;
        bottom: 0; }
      .b2 .row button span {
        text-decoration: underline; }
      .b2 .row button:hover {
        text-decoration: none;
        background-color: #cd8a30;
        color: #fff; }
  @media (max-width: 767.98px) {
    .b2 {
      height: 100%;
      padding-top: 40px;
      padding-bottom: 40px; }
      .b2__smalltitle {
        font-size: 14px;
        line-height: 21px;
        max-width: 200px;
        text-align: center; }
      .b2__form {
        margin-top: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        flex-direction: column; }
        .b2__form input,
        .b2__form select {
          width: 100%;
          max-width: 100%;
          margin-bottom: 15px; }
        .b2__form button {
          margin-bottom: 15px;
          position: relative;
          border: none;
          transition: 0.5s all;
          text-decoration: none;
          outline: none;
          font-family: "Ubuntu", sans-serif;
          max-width: 100%;
          width: 100%;
          box-shadow: none;
          border-radius: 25px;
          background-color: #fda936;
          padding-top: 18px;
          padding-bottom: 18px;
          padding-left: 22px;
          padding-right: 22px;
          color: #fff;
          font-size: 14px;
          font-weight: 600;
          line-height: 14px;
          text-transform: uppercase; }
          .b2__form button i {
            display: none; }
          .b2__form button i {
            background-image: url("../image/btn_woman.png");
            width: 42px;
            height: 55px;
            display: block;
            position: absolute;
            right: 13px;
            bottom: 0; }
          .b2__form button span {
            text-decoration: underline; }
          .b2__form button:hover {
            text-decoration: none;
            background-color: #cd8a30;
            color: #fff; }
      .b2 .row button i {
        display: none; } }
  @media (min-width: 767.99px) and (max-width: 1199.98px) {
    .b2__form {
      display: flex;
      justify-content: space-between;
      align-items: center;
      align-content: center;
      flex-wrap: nowrap;
      flex-direction: row; }
      .b2__form input,
      .b2__form select {
        margin-left: 5px;
        margin-right: 5px; }
      .b2__form button {
        margin-left: 5px; }
    .b2 .row button {
      position: relative;
      border: none;
      transition: 0.5s all;
      text-decoration: none;
      outline: none;
      font-family: "Ubuntu", sans-serif;
      max-width: 100%;
      width: 100%;
      box-shadow: none;
      border-radius: 25px;
      background-color: #fda936;
      padding-top: 18px;
      padding-bottom: 18px;
      padding-left: 10px;
      padding-right: 10px;
      color: #fff;
      font-size: 18px;
      font-weight: 600;
      line-height: 18px;
      text-transform: uppercase; }
      .b2 .row button i {
        display: none; }
      .b2 .row button i {
        background-image: url("../image/btn_woman.png");
        width: 42px;
        height: 55px;
        display: block;
        position: absolute;
        right: 13px;
        bottom: 0; }
      .b2 .row button span {
        text-decoration: underline; }
      .b2 .row button:hover {
        text-decoration: none;
        background-color: #cd8a30;
        color: #fff; } }

.b3 {
  margin-bottom: 85px; }
  .b3__title {
    color: #000000;
    margin-bottom: 60px; }
  .b3__lists {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    height: 454px; }
    .b3__lists__list {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      align-content: center;
      flex-wrap: nowrap;
      flex-direction: column; }
      .b3__lists__list__info {
        width: 100%; }
        .b3__lists__list__info__text {
          color: #000000;
          font-family: "Ubuntu", sans-serif;
          font-size: 18px;
          font-weight: 400;
          line-height: 24px; }
        .b3__lists__list__info__icon {
          width: 58.70px;
          height: 58.70px;
          border: 3px solid #fda936;
          background-color: #ffffff;
          display: flex;
          justify-content: center;
          align-items: center;
          align-content: center;
          flex-wrap: nowrap;
          flex-direction: row;
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg); }
          .b3__lists__list__info__icon__1 {
            background-image: url("../image/1_b3.png");
            width: 30px;
            height: 37px; }
          .b3__lists__list__info__icon__2 {
            background-image: url("../image/2_b3.png");
            width: 30px;
            height: 29px; }
          .b3__lists__list__info__icon__3 {
            background-image: url("../image/3_b3.png");
            width: 31px;
            height: 20px; }
          .b3__lists__list__info__icon__4 {
            background-image: url("../image/4_b3.png");
            width: 31px;
            height: 21px; }
          .b3__lists__list__info__icon__5 {
            background-image: url("../image/5_b3.png");
            width: 29px;
            height: 26px; }
          .b3__lists__list__info__icon__6 {
            background-image: url("../image/6_b3.png");
            width: 28px;
            height: 24px; }
      .b3__lists__list.b3__lists__list--1 .b3__lists__list__info {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        align-content: center;
        flex-wrap: nowrap;
        flex-direction: row;
        height: 83px; }
        .b3__lists__list.b3__lists__list--1 .b3__lists__list__info .b3__lists__list__info__text {
          margin-right: 35px;
          text-align: right; }
      .b3__lists__list.b3__lists__list--2 {
        margin-left: 30px;
        margin-right: 30px; }
      .b3__lists__list.b3__lists__list--3 .b3__lists__list__info {
        height: 83px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
        flex-wrap: nowrap;
        flex-direction: row; }
        .b3__lists__list.b3__lists__list--3 .b3__lists__list__info .b3__lists__list__info__text {
          margin-left: 35px;
          text-align: left; }
  @media (max-width: 767.98px) {
    .b3__lists {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      align-content: center;
      flex-wrap: nowrap;
      flex-direction: column;
      height: 100%; }
      .b3__lists__list__info {
        margin-bottom: 15px; }
      .b3__lists__list.b3__lists__list--2 {
        display: none; } }
  @media (min-width: 767.99px) and (max-width: 991.98px) {
    .b3__lists__list {
      margin-left: 20px;
      margin-right: 20px; }
      .b3__lists__list.b3__lists__list--2 {
        display: none; } }

.b4 {
  margin-bottom: 60px;
  background-image: url("../image/b4_back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 297px;
  padding-top: 40px;
  padding-bottom: 45px; }
  .b4 .container {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row; }
  .b4__text {
    max-width: 490px;
    margin-right: 80px; }
    .b4__text__title {
      color: #ffffff;
      font-family: "Comfortaa", cursive;
      font-size: 25px;
      font-weight: bold;
      line-height: 35px;
      text-transform: uppercase;
      letter-spacing: 1.25px;
      padding-bottom: 20px;
      margin-bottom: 30px;
      position: relative; }
      .b4__text__title:before {
        content: "";
        width: 55px;
        height: 3px;
        background-color: #fda936;
        position: absolute;
        bottom: 0;
        left: 0;
        display: block; }
    .b4__text__text {
      color: #ffffff;
      font-family: "Comfortaa", cursive;
      font-size: 16px;
      font-weight: 400;
      line-height: 25px;
      letter-spacing: 0.72px; }
  @media (max-width: 767.98px) {
    .b4 {
      height: auto;
      background-position: right; }
      .b4__text {
        margin-right: 0; } }
  @media (min-width: 767.99px) and (max-width: 991.98px) {
    .b4 {
      background-position: right; } }
  @media (min-width: 991.99px) and (max-width: 1199.98px) {
    .b4 {
      background-position: 60%; } }

.b5 {
  padding-bottom: 100px; }
  .b5__title {
    color: #000000;
    margin-bottom: 60px; }
  .b5__text__title {
    color: #000000;
    font-family: "Comfortaa", cursive;
    font-size: 25px;
    font-weight: bold;
    line-height: 35px;
    letter-spacing: 1.25px;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 35px; }
    .b5__text__title:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 68px;
      height: 3px;
      background-color: #fda936;
      display: block; }
  .b5__text__desc {
    color: #000000;
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px; }
  .b5__images {
    position: relative;
    padding-left: 50px; }
    .b5__images__background {
      background-image: url("../image/backgroundb5.jpg");
      width: 389px;
      height: 377px;
      display: block;
      position: absolute;
      right: 0;
      top: 25px;
      z-index: 1; }
    .b5__images__controls {
      position: absolute;
      bottom: -40px;
      left: 92px; }
      .b5__images__controls a {
        font-size: 22px;
        color: #193f33; }
        .b5__images__controls a:hover, .b5__images__controls a:focus {
          text-decoration: none; }
    .b5__images .slide {
      z-index: 2; }
  @media (max-width: 991.98px) {
    .b5 {
      padding-bottom: 0; }
      .b5__title {
        display: none; }
      .b5__images {
        display: none; } }

.b6 h1 {
  color: #000000;
  font-family: "Comfortaa", cursive;
  font-size: 35px;
  font-weight: 700;
  line-height: 42px;
  margin-top: 0;
  margin-bottom: 40px; }
.b6__table thead {
  background-color: #59796e;
  border-top: 3px solid #f7a905; }
  .b6__table thead tr th {
    color: #ffffff;
    font-family: "Comfortaa", cursive;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    padding: 10px; }
.b6__table tbody tr td {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: inherit;
  text-align: center; }
  .b6__table tbody tr td .b6__table__name {
    color: #000000;
    font-family: "Ubuntu", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px; }
  .b6__table tbody tr td .b6__table__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    position: relative;
    border: none;
    transition: 0.5s all;
    text-decoration: none;
    outline: none;
    font-family: "Ubuntu", sans-serif;
    max-width: 160px;
    width: 100%;
    box-shadow: none;
    border-radius: 25px;
    background-color: #f7a905;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase; }
    .b6__table tbody tr td .b6__table__btn i {
      background-image: url("../image/btn_woman.png");
      width: 42px;
      height: 55px;
      display: block;
      position: absolute;
      right: 13px;
      bottom: 0; }
    .b6__table tbody tr td .b6__table__btn span {
      text-decoration: underline; }
    .b6__table tbody tr td .b6__table__btn:hover {
      text-decoration: none;
      background-color: #cd8a30;
      color: #fff; }
  .b6__table tbody tr td:first-child {
    text-align: left; }
  .b6__table tbody tr td:last-child {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    align-content: flex-end;
    flex-wrap: nowrap;
    flex-direction: column; }
.b6__filter {
  background-color: #f6f6f6; }
  .b6__filter__title {
    background-color: #193f33;
    border-top: 3px solid #fda936;
    color: #ffffff;
    font-family: "Comfortaa", cursive;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px; }
  .b6__filter__block {
    padding-bottom: 10px; }
    .b6__filter__block__title {
      margin-bottom: 15px;
      background-color: #59796e;
      border-top: 2px solid #fda936;
      color: #ffffff;
      font-family: "Comfortaa", cursive;
      font-size: 16px;
      font-weight: bold;
      line-height: 18px;
      padding-left: 25px;
      padding-right: 20px;
      padding-top: 12px;
      padding-bottom: 12px; }
    .b6__filter__block__lists {
      list-style: none;
      padding: 0;
      margin: 0; }
      .b6__filter__block__lists__list {
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 1px solid rgba(247, 169, 5, 0.3);
        display: flex;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
        flex-wrap: nowrap;
        flex-direction: row; }
        .b6__filter__block__lists__list label {
          color: #000000;
          font-family: "Ubuntu", sans-serif;
          font-size: 14px;
          font-weight: 400;
          line-height: 14px;
          margin-left: 10px;
          margin-bottom: 0; }
        .b6__filter__block__lists__list input[type=checkbox] {
          margin: 0; }
        .b6__filter__block__lists__list input,
        .b6__filter__block__lists__list label {
          cursor: pointer; }
        .b6__filter__block__lists__list:first-child {
          border-top: none; }
.b6__product h1 {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 35px;
  border-bottom: 3px solid #fda936; }
.b6__product__table {
  margin-right: 10%; }
  .b6__product__table__title {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    color: #000000;
    font-family: "Comfortaa", cursive;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 20px; }
.b6__product__sale__status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 30px; }
  .b6__product__sale__status__1 {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px; }
  .b6__product__sale__status__2 {
    color: #289203;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px; }
.b6__product__sale__title {
  color: #000000;
  font-family: "Comfortaa", cursive;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px; }
  .b6__product__sale__title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 3px;
    background-color: #fda936;
    display: block; }
.b6__product__sale__down {
  color: #000000;
  font-family: "Comfortaa", cursive;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  margin-bottom: 25px; }
.b6__product__sale__btn {
  position: relative;
  border: none;
  transition: 0.5s all;
  text-decoration: none;
  outline: none;
  font-family: "Ubuntu", sans-serif;
  max-width: 100%;
  width: 100%;
  box-shadow: 0 0 6px 1px rgba(247, 169, 5, 0.29);
  border-radius: 20px;
  background-color: #f7a905;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 15px;
  padding-right: 60px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
  text-transform: uppercase; }
  .b6__product__sale__btn i {
    background-image: url("../image/btn_woman.png");
    width: 42px;
    height: 55px;
    display: block;
    position: absolute;
    right: 13px;
    bottom: 0; }
  .b6__product__sale__btn span {
    text-decoration: underline; }
  .b6__product__sale__btn:hover {
    text-decoration: none;
    background-color: #AE7505;
    color: #fff; }
@media (max-width: 767.98px) {
  .b6 h1 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px; }
  .b6__table tbody tr td {
    text-align: left; }
    .b6__table tbody tr td:last-child {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      align-content: flex-start;
      flex-wrap: nowrap;
      flex-direction: row;
      text-align: left; }
  .b6__product__table__title {
    display: none; } }

.b7 {
  padding-bottom: 60px; }
  .b7__title {
    color: #000000; }
  .b7__lists {
    padding-top: 60px; }
    .b7__lists__list {
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      flex-wrap: nowrap;
      flex-direction: column; }
      .b7__lists__list__icon__1 {
        background-image: url("../image/1_b7.jpg");
        width: 70px;
        height: 70px;
        display: block; }
      .b7__lists__list__icon__2 {
        background-image: url("../image/2_b7.jpg");
        width: 70px;
        height: 70px;
        display: block; }
      .b7__lists__list__icon__3 {
        background-image: url("../image/3_b7.jpg");
        width: 94px;
        height: 70px;
        display: block; }
      .b7__lists__list__icon__4 {
        background-image: url("../image/4_b7.jpg");
        width: 70px;
        height: 71px;
        display: block; }
      .b7__lists__list__text {
        margin-top: 30px; }
        .b7__lists__list__text__title {
          color: #000000;
          font-family: "Comfortaa", cursive;
          font-size: 20px;
          font-weight: bold;
          line-height: 20px;
          letter-spacing: 1px;
          position: relative;
          text-align: center;
          padding-bottom: 13px;
          margin-bottom: 20px;
          justify-content: center;
          display: flex; }
          .b7__lists__list__text__title:after {
            content: "";
            position: absolute;
            width: 30px;
            height: 3px;
            background-color: #fda936;
            display: block;
            bottom: 0; }
        .b7__lists__list__text__info {
          color: #000000;
          font-family: "Ubuntu", sans-serif;
          font-size: 14px;
          font-weight: 400;
          line-height: 18px;
          text-align: center;
          display: flex;
          flex-direction: column; }
          .b7__lists__list__text__info__btn {
            margin-top: 25px;
            position: relative;
            border: none;
            transition: 0.5s all;
            text-decoration: none;
            outline: none;
            font-family: "Ubuntu", sans-serif;
            max-width: 100%;
            width: 100%;
            box-shadow: none;
            border-radius: 25px;
            background-color: #fda936;
            padding-top: 15px;
            padding-bottom: 15px;
            padding-left: 22px;
            padding-right: 60px;
            color: #fff;
            font-size: 14px;
            font-weight: 600;
            line-height: 14px;
            text-transform: uppercase; }
            .b7__lists__list__text__info__btn i {
              background-image: url("../image/btn_woman.png");
              width: 42px;
              height: 55px;
              display: block;
              position: absolute;
              right: 13px;
              bottom: 0; }
            .b7__lists__list__text__info__btn span {
              text-decoration: underline; }
            .b7__lists__list__text__info__btn:hover {
              text-decoration: none;
              background-color: #cd8a30;
              color: #fff; }
  .b7__text {
    margin-top: 60px; }
    .b7__text__title {
      color: #000000;
      font-family: "Ubuntu", sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 18px;
      margin-bottom: 30px; }
    .b7__text__desc {
      color: #000000;
      font-family: "Ubuntu", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 18px; }
  @media (max-width: 767.98px) {
    .b7__lists__list {
      margin-bottom: 30px; } }
  @media (min-width: 767.99px) and (max-width: 1199.98px) {
    .b7__lists__list {
      margin-bottom: 30px;
      height: 250px; } }

.b8 {
  margin-top: 40px;
  margin-bottom: 70px; }
  .b8__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row; }
    .b8__row__item__title {
      color: #000000;
      font-family: "Comfortaa", cursive;
      font-size: 25px;
      font-weight: 700;
      line-height: 32px;
      margin-bottom: 18px; }
    .b8__row__item__lists {
      color: #000000;
      font-family: "Ubuntu", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px; }
    .b8__row__item__items {
      display: flex;
      justify-content: space-between;
      align-items: center;
      align-content: center;
      flex-wrap: wrap;
      flex-direction: row; }
      .b8__row__item__items__item {
        width: 33%;
        margin-top: 25px;
        margin-bottom: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: nowrap;
        flex-direction: column;
        text-align: center; }
        .b8__row__item__items__item__icon {
          margin-bottom: 20px;
          width: 58.70px;
          height: 58.70px;
          border: 3px solid #fda936;
          background-color: #ffffff;
          display: flex;
          justify-content: center;
          align-items: center;
          align-content: center;
          flex-wrap: nowrap;
          flex-direction: row;
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg); }
          .b8__row__item__items__item__icon__1 {
            background-image: url("../image/1_b3.png");
            width: 30px;
            height: 37px; }
          .b8__row__item__items__item__icon__2 {
            background-image: url("../image/2_b3.png");
            width: 30px;
            height: 29px; }
          .b8__row__item__items__item__icon__3 {
            background-image: url("../image/3_b3.png");
            width: 31px;
            height: 20px; }
          .b8__row__item__items__item__icon__4 {
            background-image: url("../image/4_b3.png");
            width: 31px;
            height: 21px; }
          .b8__row__item__items__item__icon__5 {
            background-image: url("../image/5_b3.png");
            width: 29px;
            height: 26px; }
          .b8__row__item__items__item__icon__6 {
            background-image: url("../image/6_b3.png");
            width: 28px;
            height: 24px; }
        .b8__row__item__items__item__text__title {
          color: #000000;
          font-family: "Comfortaa", cursive;
          font-size: 12px;
          font-weight: 700;
          line-height: 18px; }
    .b8__row__item:nth-child(1) {
      width: 65%; }
    .b8__row__item:nth-child(2) {
      width: 30%; }
  @media (max-width: 767.98px) {
    .b8 {
      display: none; } }

.footer__top {
  padding-bottom: 40px;
  border-top: 5px solid #ffab00;
  background-image: url("../image/top_footer.jpg");
  min-height: 315px;
  padding-top: 50px;
  padding-bottom: 40px; }
  .footer__top__title {
    color: #fff; }
  .footer__top__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row; }
    .footer__top__row__item {
      position: relative;
      height: 150px;
      margin-top: 25px;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      flex-wrap: nowrap;
      flex-direction: column; }
      .footer__top__row__item__info {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        flex-wrap: nowrap;
        flex-direction: column;
        text-align: left;
        color: #ffffff;
        font-family: "Ubuntu", sans-serif;
        position: relative;
        z-index: 2; }
        .footer__top__row__item__info b {
          font-size: 18px;
          font-weight: 700;
          line-height: 24px;
          margin-bottom: 10px;
          margin-top: 10px; }
        .footer__top__row__item__info span {
          font-size: 15px;
          font-weight: 400;
          line-height: 24px;
          max-width: 230px; }
        .footer__top__row__item__info__link {
          color: #ffffff;
          font-size: 16px;
          font-weight: 400;
          line-height: 16px;
          margin-bottom: 15px;
          transition: 0.5s all; }
          .footer__top__row__item__info__link:hover, .footer__top__row__item__info__link:focus {
            color: #ffffff;
            opacity: 0.7; }
        .footer__top__row__item__info__lists {
          list-style: none;
          padding: 0;
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          align-content: flex-start;
          flex-wrap: wrap;
          flex-direction: row; }
          .footer__top__row__item__info__lists__list__icon {
            width: 30px;
            height: 30px;
            background-color: #fff;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            align-content: center;
            margin-right: 10px; }
            .footer__top__row__item__info__lists__list__icon i {
              color: #124030;
              font-size: 18px; }
            .footer__top__row__item__info__lists__list__icon:hover, .footer__top__row__item__info__lists__list__icon:focus {
              opacity: 0.5;
              text-decoration: none; }
      .footer__top__row__item__background {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: nowrap;
        flex-direction: column;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; }
        .footer__top__row__item__background i {
          font-size: 150px;
          color: #fff;
          opacity: 0.08; }
.footer__down {
  padding-top: 20px;
  padding-bottom: 20px; }
  .footer__down .container {
    position: relative; }
  .footer__down__row {
    color: #000000;
    font-family: "Ubuntu", sans-serif;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row; }
    .footer__down__row__item {
      height: auto;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      align-content: flex-start;
      flex-wrap: nowrap;
      flex-direction: column; }
      .footer__down__row__item__copy {
        margin-top: 15px;
        font-size: 12px;
        font-weight: 400;
        line-height: 24px; }
      .footer__down__row__item__title {
        font-family: "Comfortaa", cursive;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 15px; }
        .footer__down__row__item__title:after {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          width: 40px;
          height: 2px;
          background-color: #f7a905;
          display: block; }
      .footer__down__row__item__list {
        list-style: none;
        padding: 0; }
        .footer__down__row__item__list li a {
          color: #000;
          font-size: 14px;
          font-weight: 400;
          line-height: 22px; }
          .footer__down__row__item__list li a:hover, .footer__down__row__item__list li a:focus {
            font-size: 14px;
            font-weight: 400;
            line-height: 22px; }
  .footer__down__up {
    background-image: url("../image/up_footer.png");
    width: 66px;
    height: 33px;
    position: absolute;
    right: 0;
    bottom: -20px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    cursor: pointer; }
@media (max-width: 767.98px) {
  .footer__top__row {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row; }
    .footer__top__row__item__info {
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      flex-wrap: nowrap;
      flex-direction: column;
      text-align: center; }
  .footer__down .container {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: column; }
  .footer__down__row__item {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: column; }
    .footer__down__row__item__list, .footer__down__row__item__copy, .footer__down__row__item__title {
      display: none; }
  .footer__down__up {
    right: auto; } }

.blog {
  margin-bottom: 60px; }
  .blog h1 {
    color: #000000;
    font-family: "Comfortaa", cursive;
    font-size: 35px;
    font-weight: 700;
    line-height: 42px;
    margin-top: 0;
    margin-bottom: 40px; }
  .blog .product-list {
    margin-bottom: 30px; }
    .blog .product-list h4 a {
      color: #000000;
      font-family: "Comfortaa", cursive;
      line-height: 28px;
      font-size: 21px;
      height: 52px;
      min-height: 52px;
      max-height: 52px;
      overflow: hidden; }
    .blog .product-list p {
      font-family: "Comfortaa", cursive;
      font-size: 14px;
      min-height: 100px;
      max-height: 100px;
      overflow: hidden;
      margin-bottom: 20px; }
    .blog .product-list .home_slide__text__btn__price {
      margin-left: 0;
      position: static; }
  .blog .description img {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    max-width: 100%;
    width: auto;
    height: auto; }
  @media (max-width: 767.98px) {
    .blog .product-thumb {
      max-width: 370px;
      width: 100%;
      margin-left: auto;
      margin-right: auto; } }

.review {
  margin: 50px 0px 25px 0px; }
  .review-admin {
    display: flex;
    flex-direction: column;
    padding: 15px 25px;
    background: #f6f6f6; }
    .review-admin__title {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 5px; }
      .review-admin__title small {
        margin-left: 5px;
        font-size: 12px; }
  .review-form {
    box-shadow: 1px 1px 5px #00000042;
    background: #f6f6f6;
    padding: 25px; }
    .review-form textarea {
      resize: none;
      height: auto;
      margin: 15px 0px;
      color: #000; }
      .review-form textarea::placeholder {
        color: #b2b3b3; }
    .review-form .b6__product__sale__btn {
      padding: 15px 16px; }
  .review-item {
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 1px 1px 5px #00000042;
    border-radius: 2px;
    width: 100%;
    color: #000000;
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; }
    .review-item__date {
      position: absolute;
      right: 15px; }
      @media (max-width: 767.98px) {
        .review-item__date {
          display: none; } }
    .review-item__desc {
      padding: 15px 30px;
      border-bottom: 1px solid #f6f6f6; }
    .review-item__header {
      background: #f6f6f6;
      padding: 10px 15px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      align-content: center;
      position: relative; }
    .review-item__name {
      font-weight: 700;
      margin-right: 5px; }
    .review-item__rating {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      align-content: center;
      color: #fda936; }
      .review-item__rating span {
        width: 13px;
        height: 13px;
        margin-left: 3px;
        margin-right: 3px; }
      .review-item__rating i {
        font-size: 12px; }
  .review-row {
    display: flex;
    flex-direction: column; }
  .review-rating {
    border: none;
    float: left;
    padding: 0;
    width: 100%;
    margin: 0; }
    .review-rating input {
      cursor: pointer;
      display: none; }
    .review-rating label {
      float: right;
      width: 30px;
      height: 28px;
      cursor: pointer;
      display: inline-block;
      margin-right: 10px; }
      .review-rating label svg {
        width: 30px;
        height: 28px;
        stroke: #828a8d;
        transition: 0.3s all;
        color: transparent; }
      .review-rating label:first-of-type {
        margin-right: 0; }
      .review-rating label span {
        font-weight: normal;
        font-size: 14px;
        line-height: 19px;
        color: #c4c4c4; }
    .review-rating input:checked ~ label, .review-rating:not(:checked) > label:hover, .review-rating:not(:checked) > label:hover ~ label {
      color: #ffd700; }
      .review-rating input:checked ~ label svg, .review-rating:not(:checked) > label:hover svg, .review-rating:not(:checked) > label:hover ~ label svg {
        fill: #ffd700;
        stroke: #ffd700; }
    .review-rating input:checked + label:hover,
    .review-rating input:checked ~ label:hover,
    .review-rating label:hover ~ input:checked ~ label,
    .review-rating input:checked ~ label:hover ~ label {
      color: #ffed85; }
      .review-rating input:checked + label:hover svg,
      .review-rating input:checked ~ label:hover svg,
      .review-rating label:hover ~ input:checked ~ label svg,
      .review-rating input:checked ~ label:hover ~ label svg {
        fill: #ffd700;
        stroke: #ffd700; }
  .review__title {
    color: #000000;
    font-family: "Comfortaa", cursive;
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 18px; }

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5; }
  .accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #03b5d2; }
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  border: none;
  background: none;
  outline: none; }
  .accordion button:hover, .accordion button:focus {
    cursor: pointer;
    color: #03b5d2; }
    .accordion button:hover::after, .accordion button:focus::after {
      cursor: pointer;
      color: #03b5d2;
      border: 1px solid #03b5d2; }
  .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0; }
  .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px; }
    .accordion button .icon::before {
      display: block;
      position: absolute;
      content: '';
      top: 9px;
      left: 5px;
      width: 10px;
      height: 2px;
      background: currentColor; }
    .accordion button .icon::after {
      display: block;
      position: absolute;
      content: '';
      top: 5px;
      left: 9px;
      width: 2px;
      height: 10px;
      background: currentColor; }
.accordion button[aria-expanded='true'] {
  color: #03b5d2; }
  .accordion button[aria-expanded='true'] .icon::after {
    width: 0; }
  .accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height; }
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height; }
  .accordion .accordion-content p {
    font-size: 14px;
    font-weight: 300;
    margin: 2em 0; }

.modal .modal-dialog .modal-body form {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: column; }
  .modal .modal-dialog .modal-body form input,
  .modal .modal-dialog .modal-body form select {
    border: 1px solid #b2b3b3;
    margin-bottom: 15px;
    width: 100%; }
  .modal .modal-dialog .modal-body form button {
    position: relative;
    border: none;
    transition: 0.5s all;
    text-decoration: none;
    outline: none;
    font-family: "Ubuntu", sans-serif;
    max-width: 100%;
    width: 100%;
    box-shadow: none;
    border-radius: 25px;
    background-color: #fda936;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase; }
    .modal .modal-dialog .modal-body form button i {
      background-image: url("../image/btn_woman.png");
      width: 42px;
      height: 55px;
      display: block;
      position: absolute;
      right: 13px;
      bottom: 0; }
    .modal .modal-dialog .modal-body form button span {
      text-decoration: underline; }
    .modal .modal-dialog .modal-body form button:hover {
      text-decoration: none;
      background-color: #cd8a30;
      color: #fff; }

.breadcrumb__nav {
  margin-top: 20px; }
  .breadcrumb__nav .breadcrumb {
    padding: 0;
    background-color: transparent;
    margin-bottom: 30px; }
    .breadcrumb__nav .breadcrumb .breadcrumb-item {
      font-family: "Ubuntu", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 16px; }
      .breadcrumb__nav .breadcrumb .breadcrumb-item a {
        color: #b8b0b4; }
      .breadcrumb__nav .breadcrumb .breadcrumb-item.active {
        font-weight: 700; }

/*# sourceMappingURL=main.css.map */
