@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Montserrat:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Montserrat:wght@400;600;700&display=swap");
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -50px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}
#upbutton {
    position:fixed;
    bottom:50px;
    right: 69px;
    height:32px;
    width:32px;
    z-index:999;
}
p, label, th, td {
  font-family: "Comfortaa", cursive;
}

.fs-1 {
  font-size: 3.5rem !important;
}

.fs-7 {
  font-size: 14px;
}

.fs-8 {
  font-size: 12.9px;
}

.sm {
  font-size: 6rem;
}

.bg-primary {
  background-color: #2B2B2B !important;
}

.bg-secondary {
  background-color: #FFCB54 !important;
}

.bg-dark {
  background-color: #333333 !important;
}

.bg-dark-transparent {
  background-color: #333333d5 !important;
}

.text-primary {
  color: #CBCBCB !important;
}

.text-secondary {
  color: #FFCB54 !important;
}

.text-dark {
  color: #333333 !important;
}

.text-light {
  color: #ffffff !important;
}

.text-grey {
  color: #AFAFAF !important;
}

.navbar-dark .navbar-toggler {
  color: transparent;
  border-color: transparent;
}

.navbar-toggler {
  background-color: transparent;
  border: none;
}

.navbar-dark .navbar-nav .nav-link {
  color: #FFCB54;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.btn-dark {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
  font-family: "Comfortaa", cursive;
}

.btn-secondary {
  color: #333333;
  background-color: #FFCB54;
  border-color: #FFCB54;
}

.btn-outline-secondary {
  color: #FFCB54;
  border-color: #FFCB54;
}

th {
  color: #FFCB54;
}

td {
  color: #CBCBCB;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

p, label, th, td {
  font-family: "Comfortaa", cursive;
}

.fs-1 {
  font-size: 3.5rem !important;
}

.fs-7 {
  font-size: 14px;
}

.fs-8 {
  font-size: 12.9px;
}

.sm {
  font-size: 6rem;
}

html, body {
  background-color: #333333;
  scroll-behavior: smooth;
}

.scroll-bar {
  position: fixed;
  left: 8%;
  top: 15%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.scroll-bar .row .dots {
  padding: 5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  border: 2px solid #AFAFAF;
  -webkit-transition: .5s all;
  transition: .5s all;
  margin: 20px 0;
}

.scroll-bar .row .dots:hover {
  background-color: #FFCB54;
  border: 2px solid #FFCB54;
}

.scroll-bar .row .dots:focus {
  background-color: #FFCB54;
  border: 2px solid #FFCB54;
}

.scroll-bar .row .dots:active {
  background-color: #FFCB54;
  border: 2px solid #FFCB54;
}

.header_items {
  padding: 0;
  width: 75%;
}

.header_items .header_item {
  list-style: none;
}

.header_items .header_item a {
  text-decoration: none;
}

.header_items .header_item .text {
  color: #AFAFAF;
  font-family: "Montserrat", sans-serif;
}

.header_items .header_item .lang {
  -webkit-transition: .5s all;
  transition: .5s all;
  font-size: 18px;
  color: #CBCBCB;
  font-family: "Comfortaa", cursive;
  font-style: normal;
}

.header_items .header_item .lang:hover {
  color: #FFCB54;
}

.header_items .header_item .lang:focus {
  color: #FFCB54;
}

.header_items .header_item .phone {
  color: #CBCBCB;
  -webkit-transition: .5s all;
  transition: .5s all;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}

.header_items .header_item .phone:hover {
  color: #FFCB54;
}

.header_items .header_item .phone:focus {
  color: #FFCB54;
}

.offcanvas-phone {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-decoration: none;
  color: #FFCB54;
}

.offcanvas-phone:hover {
  color: #ffffff;
}

.offcanvas-phone:focus {
  color: #ffffff;
}

.offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 1.5rem;
}

.navbar {
  padding-left: .7rem;
  padding-right: .7rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.slide-in-left {
  -webkit-animation: slide-in-left 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-left 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.slide-in-right {
  -webkit-animation: slide-in-right 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-right 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-11-16 17:0:29
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2021-11-16 17:1:50
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

iframe {
  width: 100%;
  height: 607px;
}

.bg-map {
  background: url("/assets/img/map.png");
  background-position: center;
  background-repeat: no-repeat;
}

td:first-child {
  border: none;
}

td {
  border-left: 1px solid #cbcbcb57;
}

.social {
  border-radius: 15px !important;
  border: 1px solid #77777757;
}

.card {
  border: none;
  background: transparent;
}

.card .card-body {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.accordion-item {
  background-color: #333333;
  border: none;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.80rem - 1px);
  border-top-right-radius: calc(0.80rem - 1px);
  border-bottom-left-radius: calc(0.80rem - 1px);
  border-bottom-right-radius: calc(0.80rem - 1px);
}

.accordion-item:last-of-type .accordion-button {
  border-bottom-right-radius: calc(0.80rem- 1px) !important;
  border-bottom-left-radius: calc(0.80rem - 1px) !important;
}

.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0.8rem;
  overflow-anchor: none;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,border-radius .15s ease,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,border-radius .15s ease,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease,-webkit-box-shadow .15s ease-in-out;
}

.ff-C {
  font-family: "Comfortaa", cursive;
}

.main {
  overflow: hidden;
}

.swiper.overflow {
  width: 100%;
  overflow: visible !important;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: none !important;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '' !important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '' !important;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 24 * 27) !important;
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.swiper-button-next {
  background-image: url("https://etd.uz/img/next.png") !important;
  background-size:cover;
  background-position:center;
}
.swiper-button-prev {
  background-image: url("https://etd.uz/img/prev.png") !important;
  background-size:cover;
  background-position:center;
}
.swiper-slide img {
  display: block;
  width: 100%;
}

.hidden {
  display: none;
}

.btn-close {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 36px;
  height: 36px;
  padding: .25em .25em;
  color: #FFCB54;
  background: none;
  border: 0;
  border-radius: .25rem;
  opacity: 100%;
}

.btn {
  border-radius: .7rem;
}

.btn-group-lg > .btn, .btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.7rem;
}

.main_number {
  position: relative;

}

.number {
  position: absolute;
  right: 20px;
  top: -55px;
  font-size: 5rem;
}


.border-warning {
  border: 1px solid #FFCB54;
}

.input_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.input_box input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #AFAFAF;
  color: #AFAFAF;
}

.input_box input:focus {
  outline: none;
}

.input_box input:focus ~ label {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  font-size: 13px;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.input_box label {
  position: absolute;
  pointer-events: none;
  left: 0;
}

.menu {
  background-color: #2B2B2B;
  position: fixed;
  right: -200%;
  top: 0;
  min-height: 100vh;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.active-menu {
  right: 0;
}

#hero, #about, #production, #advantage, #additional_service, #partners, #news, #contact_form, #contact_form_girl, #laboratory, #gallery,#vacancies, #footer {
  min-height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2B2B2B;
}

#hero, #production, #contact_form, #contact_form_girl, #laboratory, #gallery,#vacancies {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  overflow: hidden;
}

#contact_form::before, #contact_form_girl::before {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  background: url("../img/bg(3).jpeg") no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 4%;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

#contact_form::after, #contact_form_girl::after {
  z-index: -1;
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  width: 50%;
  height: 90%;
}

#contact_form::after {
  background: url("../img/contact-img(men).png") no-repeat;
  background-size: contain;
}

#contact_form_girl::after {
  background: url("../img/contact-img(women).png") no-repeat;
  background-size: contain;
}

#production::before, #laboratory::before, #gallery::before,#vacancies::before {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  opacity: 4%;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

#hero::before {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  background: url("../img/main-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 7%;
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

#hero::after {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  content: '';
  background: url("../img/Group.png") no-repeat;
  background-position: bottom;
}

#production::before {
  background: url("../img/bg(2).jpeg") no-repeat;
  background-size: cover;
  background-position: center;
}

#laboratory::before {
  background: url("../img/bg(3).jpeg") no-repeat;
  background-size: cover;
  background-position: center;
}

#gallery::before {
  background: url("../img/bg(3).jpeg") no-repeat;
  background-size: cover;
  background-position: center;
}
#vacancies::before {
  background: url("../img/bg(3).jpeg") no-repeat;
  background-size: cover;
  background-position: center;
}
.swiper.overflow {
  width: 100%;
  overflow: visible !important;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 2560px) {
  .hidden-lg {
    display: none;
  }
  .view-on-sm {
    display: none;
  }
  .scroll-bar {
    left: 5%;
    top: 20%;
  }
}

@media only screen and (max-width: 1903px) {
  .height {
    overflow-x: hidden;
  }
  .scroll-bar {
    left: 5%;
    top: 20%;
  }
}

@media only screen and (max-width: 1680px) {
  .height {
    overflow-x: hidden;
  }
  .scroll-bar {
    left: 5%;
    top: 20%;
  }
}

@media only screen and (max-width: 1440px) {
  .height {
    overflow-x: hidden;
  }
  .scroll-bar {
    left: 2%;
    top: 18%;
  }
  .fixed-top {
    margin: 0 !important;
  }
}

@media only screen and (max-width: 1366px) {
  .scroll-bar {
    display: none;
  }
}

@media only screen and (max-width: 1280px) {
  .scroll-bar {
    display: none;
  }
  .height {
    overflow: hidden;
  }
}

@media only screen and (max-width: 1024px) {
  .header_items .header_item p {
    visibility: hidden;
    width: 0px;
    height: 20px;
  }
  .header_items .header_item .lang {
    font-size: 14px;
  }
  .header_items .header_item .phone {
    font-size: 14px;
  }
  .hero {
    min-height: 65vh;
  }
  .scroll-bar {
    display: none;
  }
  .hidden-sm {
    display: none;
  }
  #contact_form::after {
    background: none;
  }
  #contact_form_girl::after {
    background: none;
  }
  table {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .header_items {
    width: 0%;
  }
  .header_items .header_item .lang, .header_items .header_item .phone {
    display: none;
  }
  .view-on-sm {
    display: block;
  }
  .view-on-sm .lang {
    text-decoration: none;
    margin: 0 7px;
    -webkit-transition: .5s all;
    transition: .5s all;
    font-size: 18px;
    color: #CBCBCB;
    font-family: "Comfortaa", cursive;
    font-style: normal;
  }
  .view-on-sm .lang:hover {
    color: #FFCB54;
  }
  .view-on-sm .lang:focus {
    color: #FFCB54;
  }
  h1, h2, .centered-btn {
    text-align: center;
  }
  .fs-1 {
    font-size: 2.1rem !important;
  }
  .main_number {
  }
  .number {
    top: -40px;
    font-size: 4rem;
  }

  .btn-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .btn-wrapper .btn {
    margin-bottom: 20px;
  }
  .btn-wrapper p {
    text-align: center;
  }
  iframe {
    width: 100%;
  }
  #contact_form::after {
    background: none;
  }
  #partners {
    min-height: 100vh;
  }
  .card_body_text-v-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hidden-lg {
    display: block;
  }
  .bg-map {
    background: none;
  }
  .nav-link {
    text-align: center;
  }
  .offcanvas-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 767px) {
  h1, h2, .centered-btn {
    text-align: center;
  }
  .main_number {
    height:185px;
  }
  .main_number h2 {
    top: -42px;
    left: 0;
    font-size: 4.7rem;
  }
  .main_number p {
      margin-top:8px;
  }
  .number {
    position: absolute;
    left: 0;
    top: -35px;
    font-size: 3.5rem;
  }

  #advantage {
    min-height: 100vh;
  }
  #contact_form::after {
    background: none;
  }
  .py-sm-1 {
    padding: 12px 10px !important;
  }
  #gallery {
    min-height: 40vh;
  }
}

@media only screen and (max-width: 393px) {

  .number {
    font-size: 4rem;
    top: -40px;
  }
}

@media only screen and (max-width: 375px) {

  .number {
    font-size: 4rem;
    top: -40px;
  }
}
/*# sourceMappingURL=main.css.map */