.vanilla-zoom {
  width: 100%;
  /*display: flex;*/
}

.vanilla-zoom .sidebar {
  /*flex-basis: 30%;*/
  width: 100%;
  display: flex;
  /*flex-direction: column;*/
}

.vanilla-zoom .sidebar img.small-preview {
  width: 60px;
  margin-right: 5px;
  cursor: pointer;
  opacity: .5;
}

.vanilla-zoom .sidebar img.small-preview.active, .vanilla-zoom .sidebar img.small-preview:hover {
  opacity: 1;
}

.vanilla-zoom .sidebar img.small-preview:last-child {
  margin-right: 0;
}

.vanilla-zoom .zoomed-image {
  width: 100%;
  height: 300px;
  flex: 1;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  margin-bottom: 5px;
}

body {
  font-family: Roboto, sans-serif;
  background-image: url("../../assets/img/backg/01.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.clean-block.clean-hero {
  padding-bottom: 20%;
}

h2, .h2 {
  font-weight: 600;
  font-size: 69px;
}

.clean-block.clean-hero h2, .clean-block.clean-hero .h2 {
  margin-bottom: 30px;
}

h2 {
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  margin-top: 7.5%;
  line-height: 1.0;
}

.clean-block.clean-hero .text {
  width: 70%;
  max-width: none;
  height: 80%;
}

.tabs {
  width: 50%;
  text-align: center;
}

.fs-tabs .nav-tabs {
  border-bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  position: static !important;
}

.add-box-shadow {
  box-shadow: 0 5px 93px rgb(0 0 0 / 25%);
}

.fs-tabs .tab-content {
  background: #fff;
  padding: 20px;
  overflow: auto;
  border-radius: 2px;
  border: 1px solid rgba(0,0,0,.15);
  overflow: hidden;
}

.featured-search.wide .fs-tabs .tab-content {
  padding-bottom: 10px;
  padding-top: 15px;
  border-radius: 5px;
  border-top-left-radius: 0;
}

.featured-search.wide {
  display: block;
}

.nav-link {
  color: #fff;
}

.nav-tabs .nav-link.active {
  color: #23A455;
}

.nav-link:hover {
  color: #61CE70;
}

.nav-link {
  width: fit-content;
  white-space: nowrap;
}

.featured-search {
  width: 100%;
}

.fs-tabs .nav-tabs > li {
  white-space: nowrap;
}

text-info {
}

.text-info-sec {
  color: #23A455;
  margin-top: 0;
  font-size: 40px;
}

.clean-block.clean-info.dark {
  padding-bottom: 150px;
}

.clean-block.features {
  background-color: #23a4554a;
}

.text-info-sec3 {
  color: #fff;
  font-size: 40px;
  margin-top: 0;
}

.clean-block.clean-info.dark {
  /*background-color: rgba(0,0,0,0.25);*/
}

#container-sections {
  font-weight: bold;
  margin-top: 5%;
  margin-bottom: 1%;
}

.section-bot-text {
  background-color: #ffffff;
}

.text-section {
}

.content-img {
  width: 100%;
}

.text-sec {
  margin-bottom: 0;
}

.container {
  font-weight: bold;
}

.text-login {
  color: #23A455;
}

.clean-block.clean-form form {
  border-top: 2px solid #23A455;
}

.btn-primary {
  background-color: #23A455;
  border-color: #23A455;
}

.text-regist {
  color: #23A455;
}

.btn-primary:hover {
  background-color: #37dc77;
  border-color: #37dc77;
}

h2 {
}

.gutters-sm {
  margin-top: 10%;
}

