/**
 * Theme Name: Globecore_2020
 * Author: Serhii Demidov
 * Version: 1.0
 **/
@import url(https://fonts.googleapis.com/css?family=Roboto);

body {
  margin: 0
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001
}

.preloader__row {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: 2s linear infinite preloader-rotate
}

.preloader__item {
  position: absolute;
  display: inline-block;
  top: 0;
  background-color: #fd7f33;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  animation: 2s ease-in-out infinite preloader-bounce
}

.preloader__item:last-child {
  top: auto;
  bottom: 0;
  animation-delay: -1s
}

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg)
  }
}

@keyframes preloader-bounce {
  0%, 100% {
    transform: scale(0)
  }

  50% {
    transform: scale(1)
  }
}

.loaded_hiding .preloader {
  transition: opacity .3s;
  opacity: 0
}

.loaded .preloader {
  display: none
}

header {
  padding: 15px 0px;
  background-color: #fff;
}

.header-menu.menu li.current_page_ancestor>a {
  background: transparent
}

.header-menu.menu li.current_page_ancestor>a {
  color: #fd7f33
}

.header-menu.menu .submenu li.current_page_ancestor>a {
  color: #666;
  background: transparent
}

.general-slider {
  margin: -24px auto 0 auto
}

.slide-all {
  display: flex;
  max-width: 1318px;
  width: 100%;
  margin: 87px auto 0 auto
}

.left-slide {
  width: 40%;
  margin: 50px 0 0 0;
  padding: 0 25px 0 0
}

.right-slide {
  width: 60%;
  margin: 0 0 0 0
}

.img-slide {
  display: block;
  margin: auto;
  max-height: 769px;
  height: 40vw
}

.h2-slide {
  font-size: 43px;
  color: #333;
  font-family: "Roboto", sans-serif;
  margin: 0 0 30px 0;
  letter-spacing: .6px;
  line-height: 60px;
  font-weight: 300
}

.p-slide {
  color: #333;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  letter-spacing: .26px;
  margin: 0;
  line-height: 27.9px
}

.button-slide {
  background-color: #fd7f33;
  display: table;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  padding: 15px 32px 13px 32px;
  border-radius: 50px;
  cursor: pointer;
  letter-spacing: 1.2px;
  margin: 43px 0 0 0;
  border: solid 2px #fd7f33;
  font-weight: 900;
  transition: all .3s linear;
  text-decoration: none
}

.button-slide:hover {
  background-color: #fff;
  border: solid 2px #fd7f33;
  color: #fd7f33;
  transition: all .3s linear
}

.owl-nav {
  position: absolute;
  top: 49%;
  width: 100%;
  display: flex;
  justify-content: space-between
}

.owl-prev {
  position: absolute;
  top: 0;
  left: 20px
}

.owl-next {
  position: absolute;
  top: 0;
  right: 20px
}

.owl-nav i {
  color: #fd7f33;
  font-size: 30px
}

button, button:active, button:focus {
  outline: none
}

.owl-dots {
  display: none
}

.spare-slide {
  display: none
}



.header-menu.menu .submenu li>a {
  line-height: 20px !important
}

.for-test {
  max-width: 1380px;
  margin: auto;
  padding: 50px 74px 50px 74px
}

.cf7-custom-form {
  display: flex;
  margin: auto;
  position: relative;
  width: 350px;
  flex-direction: column
}

.cf7-custom-button {
  border-radius: 90px
}

.cf7-custom-form .flag-container {
  left: 10px
}

.form-call-back {
  position: absolute;
  background-color: #fff;
  color: #ff7d2f;
  font-size: 21px;
  border-radius: 90px;
  border: 0;
  box-shadow: 0 0 4px 0 rgb(120 120 120 / 75%)
}

.form-call-back::after {
  content: url(https://globecore.com/wp-content/uploads/2021/04/999.png);
  position: absolute;
  top: 32px;
  width: 32px;
  right: -7px;
  transform: rotate(11deg)
}

.cf7-custom-form input[type="submit"] {
  background-image: url(https://globecore.com/wp-content/uploads/2021/04/842bba29-9bc3-4bad-9618-f86aa47e33e4.png);
  width: 33px;
  height: 33px;
  background-size: cover;
  background-color: #000;
  padding: 10px;
  box-shadow: 0 0 18px -1px rgba(0, 0, 0, .76);
  outline: none;
  position: absolute;
  top: 7px;
  right: 21px
}

.call-me-bg2 {
  width: 48px;
  height: 48px;
  border-radius: 90px;
  background-color: #2d2926;
  position: absolute;
  right: 14px;
  top: 0
}

.cf7-custom-form .form-call-back {
  position: absolute;
  background-color: #fff;
  color: #ff7d2f;
  top: -60px;
  font-size: 21px;
  right: 77px;
  padding: 7px 20px 5px 20px;
  border-radius: 90px;
  border: 0;
  box-shadow: 0 0 4px 0 rgb(120 120 120 / 75%)
}

.footer-call-input {
  border-radius: 90px;
  color: #b1b1b1;
  min-width: 335px;
  min-height: 40px;
  padding: 10px 55px 10px 58px !important;
  font-size: 21px;
  box-shadow: 0 0 10px 0 rgba(120, 120, 120, .75);
  border: 0;
  box-shadow: 0 0 4px 0 rgb(120 120 120 / 75%)
}

.footer-call-input:focus, .footer-call-input:active {
  background-color: #fff;
  color: #000
}

.cf7-custom-form span:first-child {
  justify-content: flex-start !important
}

.cf7-custom-form .wpcf7-not-valid-tip {
  position: absolute;
  top: 73px
}

.cf7-custom-form .wpcf7-response-output {
  position: absolute;
  top: 132px;
  left: 0;
  margin: 0px !important
}

.call-me-all {
  position: fixed;
  top: 150px;
  right: 40px;
  z-index: 100
}

.call-me-all .footer-call-input {
  background-color: #fff;
  max-width: 336px
}

.call-me-all .wpcf7-response-output {
  background-color: #fff
}

#menu-item-43759 a {
  background-color: #fff;
  color: #5a5a5a
}

.header-menu.menu li.is-active>a {
  background: #fff !important;
  color: #ff7b31 !important
}

#menu-item-34021 .sub-menu {
  display: none
}

.contact-item .usa-fix-contant {
  margin: 0 0 10px 0px !important
}

.blog-slider {
  position: relative
}

.form-call-back {
  top: -127px;
  transition: all .5s linear;
  transition-duration: .5s;
  animation: showDiv 5s forwards
}

@keyframes showDiv {
  0%, 99% {
    right: -327px;
    transition-duration: .5s;
    transition-property: width;
    transition-timing-function: ease
  }

  100% {
    right: 50px;
    transition-duration: .5s;
    transition-property: width;
    transition-timing-function: ease
  }
}

.contact-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.contact-box .contact-item {
  border: 1px solid #ccc;
  padding: 20px 30px;
  background-color: #fff6;
  width: 32%;
  margin: 1% 0 1% 0
}

.contact-box .contact-item h2 {
  font-size: 16px;
  color: #ff7d2f;
  height: 66px
}

.contact-box .contact-item h3 {
  font-size: 18px;
  border-bottom: solid 1px #000;
  border-top: solid 1px #000;
  padding: 5px 0 5px 0
}

.contact-box .contact-item h5 {
  margin-top: 15px
}

.gc-contact-wraper {
  display: none
}

.turbine-fix .ezfc-price-wrapper-element {
  position: fixed;
  top: 111px !important;
  right: 524px;
  background-color: #fff;
  border: solid 2px #000
}

.all-carousel {
  padding-right: .9375rem;
  padding-left: .9375rem;
  max-width: 85.2rem;
  display: flex;
  margin: 100px auto 0 auto
}

.all-carousel-container {
  border: solid 1px red
}

.all-single-carousel {
  display: flex
}

.home-carousel {
  margin-left: auto;
  margin-right: auto;
  width: 24%;
  border: solid 1px #dbdbdb;
  padding: 1px;
  height: 436px;
  opacity: 1 !important
}

.home-carousel .owl-nav {
  top: auto;
  bottom: 60px
}

.home-carousel .owl-nav:hover {
  background-color: #fff !important
}

.home-carousel .single-carousel {
  padding-bottom: 45px
}

.single-carousel .single-carousel-img {
  height: 300px
}

.single-carousel .single-carousel-img img {
  display: block;
  margin: auto;
  height: 100%;
  width: auto
}

.carousel-link {
  text-align: center;
  padding: 20px 20px 20px 20px
}

.carousel-product {
  display: flex;
  justify-content: center;
  padding: 100px 0 100px 0
}

.carousel-product .single-carousel {
  width: 20%;
  border: solid 1px #000;
  padding: 20px;
  margin-right: 20px
}

.carousel-product .single-carousel img {
  max-height: 100px;
  display: block;
  margin: auto
}

.carousel-product .single-carousel a {
  vertical-align: middle
}

.home-carousel .owl-nav {
  width: 98%
}

.home-carousel .owl-nav button:hover {
  background-color: #fff !important
}

.home-carousel .owl-nav button.owl-prev {
  transition: all .3s linear;
  padding: 5px 14px 3px 12px !important;
  background-color: rgba(0, 0, 0, 0) !important
}

.home-carousel .owl-nav button.owl-next {
  transition: all .3s linear;
  padding: 5px 12px 3px 14px !important;
  background-color: rgba(0, 0, 0, 0) !important
}

.configurator-all {
  display: flex
}

.configurator-all .ezfc-price-wrapper-element {
  position: absolute;
  top: 0;
  left: 0
}

.configurator-left {
  width: 60%
}

.config-img-box img {
  max-width: 50%;
  display: block;
  margin: auto
}

.configurator-right {
  width: 40%
}

.configurator-right .ezfc-grid-6 form {
  padding-top: 100px
}

.configurator-all .ezfc-price-wrapper-element {
  top: 0px !important;
  background-color: #fff;
  display: flex
}

.configurator-all .ezfc-price-wrapper-element .ezfc-label {
  font-size: 20px;
  color: #ff7701;
  padding: 11px 28px 0 0px !important;
  line-height: 1.5
}

.configurator-all .ezfc-price-wrapper-element .ezfc-price-wrapper .ezfc-price {
  padding: 3px 0 0 0;
  font-weight: 700
}

.configurator-all h1 {
  text-align: center
}

.recapcha-core {
  display: none;
  margin: 5px 0 0 0
}

.all-carousel-2 {
  margin-top: 28px;
  padding: 0 36px 0 36px
}

.all-carousel .owl-nav i {
  font-size: 50px
}

.all-carousel .all-carousel-2 .owl-nav button i {
  font-size: 20px !important
}

.all-carousel .all-carousel-2 .owl-nav .owl-prev {
  left: 0px !important;
  position: absolute
}

.all-carousel .all-carousel-2 .owl-nav .owl-next {
  position: absolute;
  right: 0px !important
}

.all-carousel .all-carousel-2 .carousel-link a {
  margin-top: 12px;
  display: block;
  font-size: 14px;
  color: #5a5a5a
}

.all-carousel .all-carousel-2 .carousel-link {
  padding: 10px 30px 15px 30px;
}

.all-carousel .all-carousel-2 .owl-nav {
  bottom: 13px;
  height: 50px
}

.all-carousel .all-carousel-2 .owl-nav button {
  padding: 1px 5px 0 5px !important
}

.all-carousel .all-carousel-2 .owl-nav:hover {
  background-color: rgba(0, 0, 0, 0) !important
}

.all-carousel .all-carousel-2 .single-carousel {
  padding: 0;
  z-index: -1;
  background-color: #fff
}

.all-carousel .all-carousel-2 .single-carousel img {
  object-fit: contain
}

.all-carousel .owl-nav .owl-prev {
  left: 0
}

.all-carousel .owl-nav .owl-next {
  right: 0
}

.pre-single-title {
  text-align: center;
  padding: 5px 10px 5px 10px;
  font-weight: bolder;
  margin-top:10px;
}

.gc-right-form {
  height: 570px
}

#menu-item-43759 .submenu li:last-child .submenu {
  box-shadow: none !important;
  width: 500px !important;
  bottom: 0;
  position: absolute;
  top: auto;
  height: 600px;
  overflow-y: scroll
}

#menu-item-43759 .submenu li:last-child .submenu {
  box-shadow: none !important;
  width: 500px !important;
  bottom: 0;
  position: absolute;
  top: auto;
  height: 600px;
  overflow-y: scroll
}

.all-tech-school2 {
  max-width: 85.2rem;
  padding-right: .9375rem;
  padding-left: .9375rem;
  margin: 20px auto 80px auto
}

.techschool2-img {
  margin: 0 0 25px 0
}

.all-tech-school2 .tabs-items {
  border: solid 1px #5a5a5a26;
  padding: 20px 20px 20px 20px;
  transition: all .3s linear;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  background-color: #fff;
  border-radius: 5px 5px 5px 5px
}

.spare-gallery2 {
  margin: 30px 0 0 0
}

.all-tech-school2 .tabs-nav li a {
  display: block;
  background-color: #f78d4d;
  color: #3c1f04;
  padding: 15px 20px 15px 20px;
  border-radius: 5px 5px 0 0;
  transition: all .3s linear;
  font-weight: 900;
  height: 100%
}

.all-tech-school2 .tabs-nav li .active {
  background-color: #3c1f04;
  transition: all .3s linear;
  color: #fff
}

.tech-school2 .tabs-nav {
  display: flex;
  margin: 0 0 14px 0
}

.tech-school2 .tabs-nav li {
  list-style-type: none;
  margin: 0 2px 0 2px
}

.tech-school2 .tabs-content {
  border: 0
}

.webinar-content2 {
  display: flex;
  margin: 0 0 20px 0
}

.webinar-content-left {
  width: 180px;
  margin: 0 20px 0 0
}

.webinar-content-right {
  width: calc(100% - 180px)
}

.webinar-content-right img {
  margin: -5px 10px 0 0
}

.webinar-content-right a {
  word-wrap: break-word
}

.pre-single-title {
  min-height: 68px !important
}

.all-carousel .all-carousel-2 .owl-nav {
  bottom: 22px !important
}

.home-carousel {
  height: 470px
}

.gc-dropdown-link {
  bottom: -199px
}

.gc-gallery .five-img {
  width: 33%
}

.gc-gallery {
  justify-content: center
}

.gc-gallery-link {
  width: 33% !important
}

.gc-gallery-link img {
  width: 100%
}

.youtube .play {
  position: absolute;
  top: calc(50% - 27px);
  left: calc(50% - 22px);
  margin: 0px !important
}

.kama_breadcrumbs span a span {
  color: #ff7701
}

.custom-youtube {
  margin-top: 25px
}

.custom-youtube .play {
  top: 50% !important;
  left: 50% !important
}

.youtube img {
  width: 100%
}

.related_ch.autoplay {
  height: 240px
}

.top-slider-speed {
  margin: 0 0 0 0
}

.general-slider .owl-stage-outer {
  height: 768px
}

.general-slider .owl-stage-outer .owl-stage {
  height: 768px
}

.general-slider .owl-stage-outer .owl-stage .owl-item {
  height: 768px
}

.general-slider .owl-stage-outer .owl-stage .owl-item .slide-all {
  height: 768px !important
}

.general-slider {
  margin: 87px auto 0 auto;
  height: 768px;
  background-color: #f2f2f2
}

.tabs-content p {
  display: block;
  font-family: Roboto
}

.tabs-content li {
  font-family: Roboto
}

.cookie-click-top i {
  transition: all .3s linear
}

.cookie-top-i {
  transform: rotate(90deg);
  left: 12px !important;
  text-align: center;
  transition: all .3s linear
}

.all-cookie-notification {
  width: 100%;
  position: fixed;
  z-index: 100;
  bottom: 0;
  background-color: #fff;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, .4)
}

#cookie_notification .cookie_accept {
  background-color: #000;
  color: #fff
}

#cookie_notification {
  display: none;
  justify-content: center;
  width: 960px;
  margin: auto;
  padding: 15px 20px 11px 20px;
  color: #000
}

#cookie_notification .cookie_read:focus {
  background-color: #fff;
  color: rgb(98, 163, 41)
}

#cookie_notification .cookie_read:hover {
  background-color: #fff;
  color: rgb(98, 163, 41)
}

.cookie-pop-up {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #2222228c;
  position: fixed;
  z-index: 50;
  transition: all .3s linear
}

.cookie-pop {
  width: 646px;
  height: auto;
  background-color: #fff;
  position: absolute;
  top: 5%;
  left: calc(50% - 323px);
  padding: 25px 25px 25px 25px
}

.cookie-pop h4 {
  font-family: Roboto;
  text-transform: uppercase
}

.cookie-pop p {
  font-family: Roboto
}

.cookie-pop i {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer
}

#cookie_notification p {
  margin: 0;
  font-size: .7rem;
  text-align: left;
  font-size: 15px;
  text-align: justify !important;
  font-family: Roboto;
  vertical-align: middle;
  line-height: 38px
}

.cookie_read {
  color: rgb(98, 163, 41);
  background-color: #fff
}

body #cookie_notification .cookie_read {
  margin: 0 0 10px 0px !important;
  display: none !important
}

.cookie-click-1, .cookie-click-2 {
  position: relative
}

.cookie-click-top i {
  position: absolute;
  top: 15px;
  width: 13px;
  height: 20px;
  left: 16px;
  font-size: 15px
}

.cookie-click-top .left {
  padding: 0 0 0 35px
}

.cookie-click-top {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  background-color: #f2f2f2;
  border-radius: 5px;
  margin: 5px 0 0 0
}

.cookie-click-bottom {
  display: none
}

.cookie-click-bottom p {
  padding: 10px 20px 5px 20px
}

.cookie-disable {
  background-position: left !important;
  background-color: #b3b3b3 !important
}

#cookie_notification {
  display: flex
}

.first-check-box {
  cursor: pointer;
  background-position: right;
  background-image: url(./images/boot_2.png);
  width: 2em;
  border-radius: 2em;
  background-color: #0d6efd;
  border-color: #0d6efd;
  width: 50px;
  height: 20px;
  vertical-align: top;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, .25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  margin-right: 10px;
  color-adjust: exact;
  transition: background-color .15s ease-in-out, background-position .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.cookie-click-1 .left {
  height: 48px;
  line-height: 48px;
  width: calc(100% - 115px)
}

.cookie-click-1 .right {
  height: 48px;
  line-height: 48px;
  width: 135px
}

.cookie-click-2 .left {
  height: 48px;
  line-height: 48px;
  width: calc(100% - 115px)
}

.cookie-click-2 .right {
  height: 48px;
  line-height: 48px;
  width: 115px
}

.cookie-click-2 .right input {
  margin: 14px 0 0 0
}

.gc-single-post__img-wrap {
  height: auto
}

@media screen and (max-width:970px) {
  #cookie_notification {
    width: 100%
  }

  #cookie_notification p {
    line-height: 38px
  }
}

@media screen and (max-width:680px) {
  #cookie_notification {
    flex-direction: column
  }

  #cookie_notification p {
    text-align: center !important
  }

  #cookie_notification .cookie_read {
    display: table !important;
    margin: 0 auto 10px auto
  }
}

@media (min-width:577px) {
  #cookie_notification.show {
    display: flex
  }

  .cookie_accept {
    margin: 0 0 0 0
  }
}

@media (max-width:575px) {
  #cookie_notification.show {
    display: block;
    text-align: left
  }

  .cookie_accept {
    margin: 10px 0 0 0
  }
}

@media screen and (max-width:576px) {
  #cookie_notification p {
    text-align: center !important
  }

  #cookie_notification button {
    display: table;
    margin: 10px auto 0 auto;
    width: 100%
  }
}

@media screen and (max-width:655px) {
  .cookie-pop-up {
    z-index: 120
  }

  .cookie-pop {
    width: 100%;
    top: 87px;
    left: 0;
    z-index: 120;
    height: 100vh;
    overflow: scroll
  }

  #cookie_notification p {
    line-height: 23px
  }
}

@media screen and (max-width:500px) {
  .cookie-pop {
    top: 0
  }
}

.cookie-show {
  position: fixed;
  bottom: 0;
  left: 100px;
  box-shadow: 1px 3px 15px -2px #000;
  padding: 5px 10px 5px 10px;
  cursor: pointer;
  display: none;
  background-color: #fff;
  z-index: 9
}

.gc-single-product td {
  font-weight: normal !important
}

.tabs .tabs-title a {
  text-align: center
}

.conf-right-box {
  top: 173px
}

.conf-right-box .ezfc-form {
  padding: 20px 20px 20px 20px !important
}

.page-template-configurator-6-7 .ezfc-price-wrapper-element {
  padding-top: 7px !important
}

.page-template-configurator-6-7 .ezfc-step-previous {
  background-color: #ff8942 !important;
  color: #fff !important
}

.ezfc-theme-aero .ezfc-step-next {
  background-color: #ff8942 !important;
  color: #fff !important
}

.ezfc-theme-aero .ezfc-submit {
  background-color: #000 !important;
  color: #fff !important;
  height: 49px;
  width: 100%
}

.cookie-show {
  bottom: 81px;
  left: -81px;
  transform: rotate(90deg)
}

.ezfc-success-text p span span span span {
  font-family: Roboto;
  background-color: #c0c0c00d;
  display: block;
  padding: 20px 20px 20px 20px;
  font-size: 21px;
  border: solid 1px silver
}

.gc-footer-sub-form-wrap form {
  display: flex;
  position: relative;
  margin: 10px 0 30px 0
}

.gc-footer-sub-form-wrap {
  position: relative
}

.gc-footer-sub-form-wrap .wpcf7-spinner {
  position: absolute;
  bottom: 10px;
  left: -60px
}

.gc-footer-sub-form-wrap form .ajax-loader {
  position: absolute;
  top: 60px;
  left: 0
}

.gc-footer-sub-form-wrap form .wpcf7-not-valid-tip {
  position: absolute;
  top: 50px;
  left: 0
}

.gc-footer-sub-form-wrap form .footer-news {
  height: 46px;
  background-color: #ff7b30;
  border-radius: 0 3px 3px 0
}

.gc-footer-sub-form-wrap form {
  position: relative
}

.gc-footer-sub-form-wrap form .recaptcha {
  position: absolute;
  top: 46px;
  left: 0;
  display: none
}

.gc-footer-sub-form-wrap .wpcf7-response-output {
  position: absolute;
  bottom: 40px;
  background-color: #fff;
  left: 0
}

.gc-footer-sub-form-wrap form .footer-news .wpcf7-form-control-wrap {
  margin: 0 0 0 0
}

.gc-footer-sub-form-wrap form .footer-news .wpcf7-form-control-wrap input {
  border-radius: 3px 0 0 3px
}

.ajax-all-request {
  margin-top: 30px;
  margin-bottom: 80px;
  width: 100%
}

.single-all-request {
  margin-top: -80px;
  margin-bottom: 60px
}

.search .search-left .single-all-request .post-list-info .ajax-post-title a {
  font-size: 21px;
  color: #fd7f33
}

.gc-footer__logo .custom-logo {
  object-fit: contain
}

.single-all-request img {
  width: 100%;
  max-height: 440px;
  object-fit: cover
}

.sidebar-filter {
  margin: 0 0 0 0
}

.chw-widget::before {
  content: "";
  position: absolute;
  top: 19px;
  right: 7px;
  width: 4px;
  height: 16px;
  background-color: #ee7c10
}

.chw-widget {
  position: relative
}

.chw-title::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 1px;
  width: 16px;
  height: 4px;
  background-color: #ee7c10
}

.sidebar-filter .chw-widget:nth-child(4) {
  display: none
}

.sidebar-filter .chw-widget:nth-child(5) {
  display: none
}

.chw-widget .chw-title {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0 0 0 0;
  padding: 15px 5px 15px 0;
  font-weight: 600;
  color: #696973;
  cursor: pointer;
  transition: all.3s linear;
  border-top: solid 1px #e2e2e2;
  border-bottom: solid 1px #e2e2e2
}

.chw-widget .chw-title:hover {
  color: #0d52d6;
  transition: all.3s linear
}

.chw-widget .chw-title:hover .chw-widget {
  background-color: red
}

.filter_extract::before {
  display: none;
  transition: all .3s linear
}

.filter_extract ul {
  display: block !important;
  transition: all .3s linear
}

.chw-widget ul {
  display: none;
  transition: all .3s linear
}

.vaisala-content-right .product_type_simple {
  display: none !important
}

.vaisala-content-right .products {
  padding: 20px 0 0 0;
  display: flex !important;
  flex-wrap: wrap;
  margin: 20px 0 0 0px !important
}

.vaisala-content-right .product {
  margin: 0 0 0 0px !important;
  width: 33.33% !important;
  padding: 10px 10px 10px 10px !important
}

.vaisala-content-right .product:hover {
  background-color: rgba(0, 0, 0, 0)
}

.vaisala-content-right .product img {
  object-fit: contain;
  max-height: 300px;
  min-height: 300px;
  margin: 0 0 0 0
}

.vaisala-content-right .gc-snl-shop {
  margin: 20px 0 0 0
}

.vaisala-content-right .product a {
  display: block;
  height: 100%
}

.vaisala-content-right .woocommerce-LoopProduct-link:hover {
  box-shadow: 0 10px 30px rgb(0 0 0 / 10%)
}

.vaisala-content-right .attachment-woocommerce_thumbnail {
  display: none !important
}

.vaisala-content-right .woocommerce-loop-product__title {
  position: absolute;
  bottom: 0;
  background-color: #ee7c10;
  color: #fff;
  padding: 10px 10px 10px 10px !important;
  width: 100%;
  transition-timing-function: linear;
  transition-duration: 0.3s;
  z-index: 5;
  transform: translateY(200px)
}

.vaisala-content-right .woocommerce-LoopProduct-link:hover .woocommerce-loop-product__title {
  display: block;
  transition-timing-function: linear;
  transition-duration: 0.3s;
  transform: translateY(0)
}

.vaisala-content-right .woocommerce-LoopProduct-link {
  overflow: hidden;
  border: solid 1px #e2e2e2
}

.vaisala-content-right .woocommerce-result-count {
  margin: 0 0 0 20px;
  line-height: 21px;
  font-family: Roboto
}

.vaisala-content-right .orderby {
  display: none
}

.vaisala-content-right a {
  position: relative;
  bottom: 0;
  padding: 20px 0 20px 0
}

.vaisala-content-right .woocommerce-ordering {
  margin: 0 20px 0 0px !important
}

.vaisala-content-right .woocommerce-products-header {
  display: none
}

.vaisala-content-left li {
  display: flex;
  justify-content: space-between
}

.vaisala-content-left .count {
  color: #ac5a0d
}

.vaisala-content-left li::before {
  content: none !important
}

.vaisala-content-left li::after {
  content: none !important
}

.vaisala-content-left a {
  color: #333;
  padding: 5px 5px 5px 5px !important;
  display: block
}

.vaisala-content-left a::before {
  color: #ff0c00 !important
}

.vaisala-content-right .woocommerce-pagination ul li .current {
  background-color: #01728f !important;
  color: #fff !important
}

.vaisala-content-right .woocommerce-pagination ul li {
  border: none !important;
  margin-right: 2px !important;
  width: 32px;
  height: 34px;
  color: #2d2a2a
}

.vaisala-content-right .woocommerce-pagination ul {
  border: none !important
}

.vaisala-content-right .woocommerce-pagination {
  margin-top: 10px !important;
  margin-bottom: 40px !important
}

#menu-item-43759 .submenu li:last-child .submenu::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff
}

#menu-item-43759 .submenu li:last-child .submenu::-webkit-scrollbar-thumb {
  background: #000
}

.wc-block-error {
  display: none
}

.chw-widget .woocommerce-widget-layered-nav-list__item {
  position: relative !important;
  padding-right: 31px !important
}

.chw-widget .woocommerce-widget-layered-nav-list__item:hover {
  background-color: #01728f;
  color: #fff !important;
  transition: all .3s linear !important
}

.chw-widget .woocommerce-widget-layered-nav-list__item:hover a {
  color: #fff !important;
  transition: all .3s linear !important;
  background-color: #01728f;
  transition: all .3s linear !important
}

.chw-widget .woocommerce-widget-layered-nav-list__item:hover span {
  color: #fff !important;
  transition: all .3s linear !important
}

.chw-widget .woocommerce-widget-layered-nav-list__item span {
  position: absolute;
  top: 3px;
  right: 6px;
  transition: all .3s linear !important
}

.chw-widget .woocommerce-widget-layered-nav-list__item a {
  transition: all .3s linear !important;
  width: 100%;
  display: block
}

.remove_input {
  display: none
}

.online-consultant {
  position: relative;
  -webkit-box-shadow: 0 4px 5px -1px rgba(34, 60, 80, .2);
  -moz-box-shadow: 0 4px 5px -1px rgba(34, 60, 80, .2);
  box-shadow: 0 4px 5px -1px rgba(34, 60, 80, .2);
  background-color: #fff;
  display: flex;
  padding: 12px 15px 10px 15px
}

.online-consultant-left {
  margin: 0 10px 0 0
}

.online-consultant-left img {
  width: 32px;
  height: 32px;
  border-radius: 90px;
  margin-top: 2px
}

.online-consultant-right .title {
  font-family: Roboto;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600
}

.all-chat-wait {
  display: flex;
  position: relative;
  margin: 11px 0 0 0
}

.all-chat-wait div {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #0000006e;
  border-radius: 90px;
  margin: 0 5px 0 5px
}

.all-chat-wait .chat-wait1 {
  animation: change-background 1s linear infinite alternate;
  top: 0;
  left: -6px
}

@keyframes change-background {
  0% {
    margin: -15px 5px 0 5px
  }
}

.all-chat-wait .chat-wait2 {
  animation: change-background2 1s linear infinite alternate;
  top: 0;
  left: 10px
}

@keyframes change-background2 {
  0% {}

  50% {
    margin: -15px 5px 0 5px
  }
}

.all-chat-wait .chat-wait3 {
  animation: change-background3 1s linear infinite alternate;
  top: 0;
  left: 26px
}

@keyframes change-background3 {
  0% {}

  100% {
    margin: -15px 5px 0 5px
  }
}

.all-chat-cf7 .close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  z-index: 10;
  cursor: pointer;
  height: 20px
}

.all-chat-cf7 .close div:first-child {
  width: 20px;
  display: block;
  height: 2px;
  background-color: #bcbcbc;
  transform: rotate(-46deg);
  position: absolute;
  top: 9px
}

.all-chat-cf7 .close div:last-child {
  width: 20px;
  display: block;
  height: 2px;
  background-color: #bcbcbc;
  transform: rotate(48deg);
  position: absolute;
  top: 9px
}

.all-chat-cf7 .wpcf7-submit {
  display: table;
  margin: auto;
  width: 100%;
  text-transform: uppercase;
  background-color: #ff7b30
}

.all-chat-cf7 .wpcf7-submit:hover {
  background-color: #000
}

.all-chat-cf7 .chat-input {
  padding: 0 0 0 0
}

.all-chat-answer .wpcf7-response-output {
  margin: 0 20px 0 20px !important
}

.chat-input .wpcf7-submit {
  display: table;
  margin: auto;
  background-color: #2f3941
}

.all-chat-cf7 .chat-input span {
  flex-direction: column
}

.all-chat-cf7 .chat-input span input {
  border-radius: 3px
}

.all-chat-answer {
  border-radius: 5px;
  transition: all .3s linear;
  overflow: hidden;
  font-size: 13px;
  margin: 20px 20px 20px 20px;
  padding: 0 0 5px 0;
  background-color: #fff;
  position: fixed;
  width: 332px;
  height: 450px;
  bottom: 0;
  left: 0;
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, .2) 0 0 .428571rem 0
}

.all-chat-answer .wpcf7 {
  position: absolute;
  width: 332px;
  top: 0;
  margin: 35px 0 0 0;
  border-radius: 3px;
  height: 415px;
  background-color: #fff;
  z-index: 11;
  display: none
}

.all-chat-cf7 h4 {
  text-align: center;
  font-size: 16px;
  height: 28px
}

.all-chat-cf7 .wpcf7-form-control-wrap {
  position: relative
}

.all-chat-cf7 .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -17px;
  left: 0
}

.form-anna {
  height: calc(100% - 30px)
}

.all-chat-answer .form-anna .wpcf7 {
  margin: 200px 0 0 0;
  padding: 0 20px 0 20px
}

.chat-answer::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff
}

.chat-answer::-webkit-scrollbar-thumb {
  background: #d46f0f
}

.chat-answer {
  background-color: #fff;
  height: 352px;
  overflow-y: scroll;
  border-radius: 3px;
  padding: 7px 2px 15px 7px
}

.chat-anna {
  display: flex;
  margin: 7px 0 7px 0
}

.chat-anna-left {
  position: relative
}

.chat-anna-left img {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 130px;
  min-width: 30px;
  min-height: 30px;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  border: solid 2px #de7311
}

.chat-anna-right .text {
  border: solid 1px #eeeef0;
  padding: 5px 5px 5px 5px;
  border-radius: 2px;
  background-color: #f4f6f8;
  color: #5d656b;
  min-width: 53px;
  min-height: 29px
}

.all-chat-answer textarea {
  margin: 10px 0 0 0;
  border-radius: 3px;
  height: 90px
}

.chat-admin {
  display: flex;
  justify-content: flex-end;
  margin: 7px 0 7px 0
}

.chat-admin-right {
  position: relative
}

.chat-admin-right img {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 130px;
  min-width: 30px;
  min-height: 30px;
  width: 30px;
  height: 30px;
  margin: 0 0 0 10px;
  border: solid 2px #de7311
}

.chat-admin-left .text {
  border: solid 1px #eeeef0;
  padding: 5px 5px 5px 5px;
  border-radius: 2px;
  background-color: #eeeef0;
  color: #5d656b
}

.chat-admin-left {
  max-width: 100%;
  margin: 0 0 0 0
}

.chat-anna-right {
  max-width: 100%;
  margin: 0 0 0 0
}

.answer-info {
  display: flex;
  padding: 7px 7px 5px 7px;
  background-color: #ef9e16;
  cursor: pointer
}

.answer-info-left {
  position: relative;
  width: 30px;
  height: 26px;
  overflow: hidden;
  border-radius: 90px
}

.answer-info-left img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 26px;
  background-color: #fff
}

.answer-info-right {
  color: #222;
  font-family: Roboto;
  font-size: 15px;
  width: 100%;
  font-weight: 700;
  line-height: 30px;
  padding: 0 0 0 0;
  text-align: center
}

.answer-info i {
  transform: rotate(180deg);
  padding: 5px 0 0 0;
  transition: all .3s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 50px;
  border-radius: 90px;
  color: #ef9e16
}

.answer-info i:hover {
  cursor: pointer
}

.yes-no {
  display: flex;
  justify-content: center;
  margin: 10px 0 0 0
}

.yes-no .yes {
  border: solid 1px #eeeef0;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  background-color: #eeeef0;
  color: #5d656b;
  cursor: pointer;
  margin: 0 5px 0 5px
}

.yes-no .no {
  cursor: pointer;
  border: solid 1px #eeeef0;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  background-color: #eeeef0;
  color: #5d656b;
  margin: 0 5px 0 5px
}

.all-chat-answer form {
  position: relative
}

.textarea-msg {
  display: none;
  position: absolute;
  width: calc(100% - 0px);
  bottom: 100px;
  text-align: center;
  left: 0;
  padding: 5px 10px 6px 10px;
  font-size: 16px;
  color: #fff;
  background-color: #ec0000
}

.answer4all {
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}

.answer4all div {
  border: solid 1px #eeeef0;
  padding: 5px 10px 5px 10px;
  border-radius: 15px;
  background-color: #eeeef0;
  color: #5d656b;
  margin: 0 3px 6px 3px;
  cursor: pointer
}

.all-chat-cf7 {
  padding: 25px 15px 35px 15px
}

.all-chat-answer .wpcf7-response-output {
  background-color: #fff
}

.chat-admin-left .yes-no {
  margin: 0 0 0 0px !important
}

.chat-admin-left .yes-no .no {
  padding: 0 0 0 0px !important
}

.send-chat img {
  display: none
}

.chat-hide {
  height: 50px;
  transition: all .3s linear;
  width: 100px;
  border-radius: 90px;
  cursor: pointer;
  padding: 0 0 0 0
}

.dialog {
  display: none
}

.chat-hide .dialog {
  display: block;
  position: absolute;
  color: #222;
  top: 0;
  left: 0
}

.chat-hide-i {
  font-size: 24px;
  padding: 8px 2px 0 0px !important;
  color: #222 !important;
  width: 23px !important;
  height: 23px !important;
  right: 6px !important;
  transform: rotate(0deg) !important;
  left: auto !important;
  top: 4px !important
}

.chat-hide .chat-hide-i {
  top: -28px !important
}

.chat-hide .answer-info-right {
  padding: 2px 0 0 0
}

.chat-hide .answer-info {
  height: 100% !important;
  width: 100% !important
}

.double-chat-all {
  display: flex
}

.double-chat-left {
  position: relative;
  width: 50%;
  padding: 0 3px 0 0;
  cursor: pointer
}

.double-chat-left .yes-no {
  position: absolute;
  bottom: -31px
}

.double-chat-right .yes-no {
  position: absolute;
  bottom: -31px
}

.double-chat-right {
  position: relative;
  width: 50%;
  padding: 0 0 0 3px;
  cursor: pointer
}

.double-chat-left .text {
  height: 50px
}

.all-chat-answer .wpcf7-response-output {
  display: none
}

.double-chat-left .chat-anna {
  height: 100%
}

@media (max-width:600px) {
  .chat-hide-i {
    right: 63px !important;
    height: auto !important;
    width: 100% !important;
    padding: 5px 0 0 0px !important;
    text-align: right;
    left: 0px !important
  }

  .all-chat-answer {
    padding: 0 0 0 0;
    position: fixed;
    width: 100%;
    height: calc(100% + 50px);
    top: 0;
    right: 0;
    border-radius: 3px;
    margin: 0 0 0 0;
    z-index: 1000000
  }

  .chat-answer {
    height: calc(100% - 152px)
  }

  .all-chat-answer form {
    height: 100%
  }

  .form-anna textarea {
    height: 48px;
    width: calc(100% - 50px);
    margin: 10px 15px 0 0px !important
  }

  .send-chat {
    display: flex;
    padding: 0 10px 0 10px
  }

  .send-chat img {
    width: 50px;
    height: 50px;
    margin: 10px 0 0 0
  }

  .send-chat img {
    display: block
  }

  .all-chat-answer .wpcf7 {
    width: calc(100%);
    height: 100%
  }

  .all-chat-answer .answer-info-left {
    display: none
  }

  .answer-info-right {
    line-height: 35px
  }

  .all-chat-answer .wpcf7 {
    margin: 35px 0 0 0
  }

  .chat-hide {
    height: 50px;
    transition: all .3s linear;
    width: 100px;
    border-radius: 90 px;
    cursor: pointer;
    padding: 0 0 0 0;
    bottom: 0px !important;
    top: auto;
    margin: 12px 20px 12px 20px;
    border-radius: 90px;
    z-index: 100000
  }

  .answer-info i {
    padding: 6px 3px 0 0
  }
}

@media (max-width:325px) {
  .double-chat-left .text {
    height: 65px
  }

  .double-chat-right .text {
    height: 65px
  }
}

.owl-tabs {
  background: #ff7b31
}

.tabs .tabs-title {
  width: 100%
}

.gc-tabs .active {
  width: 200px
}

.gc-tabs .owl-nav i {
  color: #000
}

.gc-tabs .owl-nav button:hover {
  background-color: rgba(0, 0, 0, 0) !important
}

.gc-tabs .owl-nav {
  margin: 0 0 0 0
}

.gc-tabs .owl-next {
  top: -19px;
  right: -27px
}

.gc-tabs .owl-prev {
  top: -19px;
  left: -27px
}

.research-single {
  display: flex;
  position: relative;
  border: solid 1px #000;
  margin: 0 0 1rem 0
}

.research-single-right {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, .6);
  display: flex;
  flex-direction: column;
  justify-content: flex-end
}

.research-single-left {
  overflow: hidden
}

.research-text .cg-read-more {
  display: none
}

.research-single:hover .research-img {
  transform: scale(1.1);
  transition: all .3s linear
}

.research-img {
  transition: all .3s linear
}

.research-img img {
  height: 500px;
  object-fit: contain
}

.research-title {
  color: #fff;
  padding: 50px 50px 50px 50px;
  font-weight: 700;
  margin: 20px 0 20px 0;
  font-size: 28px;
  line-height: 1.2
}

.research-pre-img i {
  color: #ff7702;
  font-size: 20px
}

.research-pre-title {
  display: flex;
  width: 100%
}

.research-title .research-pre-title {
  color: #000;
  font-size: 13px;
  margin: 0 0 15px 0
}

.research-pre-category {
  background-color: #e67811;
  padding: 5px 5px 4px 5px;
  margin: 0 30px 0 0
}

.research-pre-img {
  max-width: 20px;
  margin: 0 6px 0 0
}

.research-pre-date {
  color: #fff;
  padding: 3px 0 0 0
}

.all-chat-cf7 .recaptcha {
  display: block
}

.sidebar-product-content p {
  font-family: "Roboto", sans-serif
}

.footer-top {
  position: relative
}

@media screen and (max-width:1450px) {
  .slide-all {
    width: 92%;
    padding: 0 0% 0 0%
  }

  .slide-all .left-slide {
    width: 50%
  }

  .slide-all .right-slide {
    width: 50%
  }

  .all-carousel .owl-nav .owl-prev {
    left: -15px
  }

  .all-carousel .owl-nav .owl-next {
    right: -14px
  }

  .search-posts {
    width: 100% !important
  }

  .gc-single-post video {
    height: 36vw !important
  }
}

.text-89 {
  display: none
}

.wpcf7-form-control-wrap {
  margin: 0 0 15px 0
}

.dynamichidden-632 {
  display: none !important
}

.gc-right-form textarea {
  height: 120px
}

.vaisala-top-baner {
  background-color: #01728f;
  padding: 140px 0 120px 0
}

.vaisala-top-baner h1 {
  font-size: 42px;
  line-height: 48px;
  font-family: Roboto;
  font-weight: 700;
  margin: 0 auto 17px auto;
  padding: 0 0 0 0;
  color: #fff;
  width: 850px
}

.vaisala-top-baner p {
  color: #fff;
  font-family: Roboto;
  width: 850px;
  margin: 0 auto 0 auto;
  padding: 0 100px 0 0;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px
}

.vaisala-content {
  display: flex
}

.vaisala-content-left {
  width: 354px;
  background-color: #f8f8f8;
  padding: 50px 30px 50px 30px
}

.vaisala-content-right {
  width: calc(100% - 354px)
}

.visual-acord {
  position: relative
}

.visual-acord i {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  font-size: 19px;
  height: 26px;
  border: solid 1px #00627D;
  color: #00627D;
  border-radius: 90px;
  padding: 3px 0 0 6px;
  cursor: pointer;
  transform: rotate(180deg)
}

.vaisala-acord-close {
  overflow: hidden;
  padding: 0 0 0 0px !important
}

.visual-acord-content {
  height: 100%;
  padding: 0 0 30px 0
}

.vaisala-i-close {
  transform: rotate(0deg) !important
}

@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%
  }

  to {
    margin-left: 0%;
    width: 100%
  }
}

.content-position {
  display: flex
}

.content-position .left input {
  width: 15px;
  height: 15px;
  cursor: pointer;
  margin: 11px 20px 0 0
}

.content-position .right {
  font-size: 14px;
  padding: 2px 0 2px 0;
  font-weight: 400;
  color: #00627D;
  line-height: 34px
}

.filter-request {
  display: flex;
  flex-wrap: wrap;
  padding: 50px .9375rem 0 .9375rem;
  position: relative;
  justify-content: space-between
}

.single-filter-request {
  width: 32%;
  padding: 20px 20px 20px 20px;
  margin: 0 0% 2% 0;
  background-color: #fff;
  border: 1px solid #e7e7e7
}

h4 {
  color: #01728f;
  font-weight: 500;
  font-size: 16px;
  height: 46px;
  overflow: hidden
}

.single-filter-request img {
  width: 250px;
  height: 250px;
  object-fit: contain
}

.pre-filter-request {
  display: flex;
  justify-content: space-between;
  margin: 0 0 50px 0;
  padding: 0 .9375rem 0 .9375rem;
  width: calc(100% - 1.875rem);
  position: absolute;
  top: 0
}

.pre-filter-right a {
  color: #00627D
}

.pre-filter-right a:hover {
  color: #51C8E8
}

.tags-filter-request {
  display: flex;
  justify-content: end;
  margin: 20px 0 20px 0;
  flex-wrap: wrap;
  min-height: 46px
}

.tags-single-request {
  background-color: #fff;
  border: 1px solid #00627D;
  color: #00627D;
  padding: 10px 20px 10px 20px;
  margin: 0 0 10px 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
  position: relative
}

.tags-single-request:hover {
  color: #fff;
  background-color: #00627D
}

.tags-single-request i {
  position: absolute;
  top: 9px;
  right: 12px;
  font-size: 16px;
  display: none
}

.tags-single-request {
  display: none
}

.visual-acord h4 {
  font-size: 16px;
  color: #313131;
  font-weight: 700
}


.gc-header .gc-header-row {
  padding: 0 0 0 0;
  position: relative
}

.gc-dropdown {
  margin: 0 0 0 0
}

.gc-search {
  justify-content: flex-end
}

.gc-menu {
  justify-content: center
}

.gc-menu li {
  margin: 0 15px 0 15px
}

.gc-menu li ul li {
  margin: 0 0 0 0
}

.gc-footer__right-wrap {
  justify-content: space-between
}

@media screen and (max-width:1400px) {
  .gc-menu li {
    margin: 0 15px 0 15px
  }

  .gc-logo {
    width: 100%
  }

  .logo a img {
    width: 100%
  }

  .gc-dropdown {
    width: 93px
  }

  .owl-carousel {
    position: relative
  }

  .h2-slide {
    font-size: 40px;
    margin: 0 0 30px 0
  }

  .img-slide {
    width: 100%;
    height: 40vw
  }

  .p-slide {
    font-size: 21px
  }

  .gc-tabs .owl-nav i {
    font-size: 20px !important
  }


  .gc-tabs .owl-next {
    top: -76px;
    right: 15px;
    width: 35px;
    height: 35px;
    padding: 0 0 0 0
  }

  .gc-tabs .owl-prev {
    left: auto;
    padding: 0 0 0 0;
    right: 65px;
    top: -76px;
    width: 35px;
    height: 35px;
  }
}

@media screen and (max-width:1250px) {
  .slide-all {
    flex-direction: column
  }

  .slide-all .right-slide {
    width: 100%
  }

  .slide-all .right-slide .img-slide {
    object-fit: contain
  }

  .slide-all .left-slide .p-slide {
    display: none
  }

  .slide-all .left-slide {
    width: 100%;
    padding: 0
  }

  .slide-all .left-slide .h2-slide {
    width: 100%;
    text-align: center
  }

  .slide-all .left-slide a {
    display: none
  }

  .slide-all .spare-slide a {
    display: table;
    margin: 15px auto 0 auto
  }

  .slide-all .h2-slide {
    font-size: 1.5rem;
    margin: 10px 0 0 0
  }

  .spare-slide {
    display: block
  }

  .all-carousel-2 {
    flex-wrap: wrap
  }

  .home-carousel {
    width: 48%;
    margin-bottom: 2%
  }
}

@media screen and (max-width:1200px) {
  .h2-slide {
    line-height: 53px
  }
}

@media screen and (max-width:1100px) {
  .owl-tabs .owl-nav {
    display: block !important
  }

  .top-slider-speed {
    margin: 63px 0 0 0px !important
  }

  .h2-slide {
    line-height: 64px;
    text-align: center
  }

  .owl-nav {
    display: none
  }

  .all-carousel .owl-nav {
    display: block
  }

  .slide-all {
    width: 100%;
    padding: 0 0 0 0
  }

  .footer-top {
    flex-direction: column
  }

  .footer-top .large-8 {
    width: calc(100% - 1.875rem)
  }

  .footer-top .large-4 {
    width: calc(100% - 1.875rem)
  }

  .gc-footer-contacts {
    text-align: left;
    margin-top: 45px
  }

  .gc-chats {
    width: 100%
  }

  .owl-client .owl-nav {
    display: block
  }

  .owl-client .owl-nav button {
    width: 35px;
    height: 35px
  }
}

@media screen and (max-width:1024px) {
  .call-me-all {
    display: none
  }

  .slide-all {
    margin: 0 0 0 0;
    padding-top: 87px
  }

  .contact-box .contact-item {
    width: 49%;
    margin: 1% 0 1% 0
  }

  .home .gc-main {
    padding-top: 0
  }

  .slide-all .left-slide {
    margin: 0;
    padding: 0
  }

  .slide-all .left-slide p {
    display: none
  }

  .slide-all .left-slide a {
    display: none
  }

  .slide-all .right-slide img {
    height: 40vw
  }
}

@media screen and (max-width:960px) {
  .right-slide img {
    width: 100%;
    max-height: 480px
  }

  .h2-slide {
    line-height: 53px;
    font-size: 37px;
    text-align: left;
    margin: 0 0 20px 0
  }

  .img-slide {
    min-height: 380px;
    max-height: 380px !important;
    object-fit: contain
  }

  .right-slide img {
    min-height: 40vw !important
  }
}

@media screen and (max-width:900px) {
  .search-posts {
    padding: 0 0 0 0px !important
  }

  #menu-top_navigation {
    justify-content: center
  }

  #menu-top_navigation li {
    margin: 0 7px 0 7px
  }

  .gc-header {
    height: 87px
  }

  .home .gc-main {
    padding-top: 0
  }

  .general-slider .owl-item {
    margin: -62px 0 0 0
  }


  .gc-search {
    padding-top: 22px
  }


  .gc-menu li {
    margin: 0 5px 0 5px
  }

  .gc-footer-menu li {
    width: 98% !important
  }
}

@media screen and (max-width:860px) {
  .owl-home-video .owl-stage {}

  .gc-gallery-link {
    width: 50% !important
  }

  .slide-all {
    flex-direction: column;
    margin: 0 auto 0 auto
  }

  .home .gc-main {
    padding-top: 12px
  }

  .left-slide {
    width: 100%;
    margin: 0 0 0 0
  }

  .right-slide {
    width: 100%
  }

  .h2-slide {
    text-align: center;
    margin: 0 0 0 0;
    line-height: 46px
  }

  .p-slide {
    display: none
  }

  .left-slide .button-slide {
    display: none
  }

  .spare-slide {
    display: block
  }

  .button-slide {
    margin: 20px auto 20px auto
  }

  .button-slide {
    display: none
  }
}

@media screen and (max-width:800px) {
  #menu-top_navigation {
    justify-content: flex-start;
    padding: 0 0 0 60px
  }
}

@media screen and (max-width:746px) {
  .tech-school2 .tabs-nav {
    display: flex;
    margin: 0 0 14px 0;
    flex-direction: column
  }

  .tech-school2 .tabs-nav li a {
    border: solid 1px #3c1f04;
    border-radius: 0
  }

  .p-slide {
    text-align: justify
  }

  .left-slide a {
    margin: 0 auto 0 auto
  }

  .h2-slide {
    font-size: 1.8rem;
    margin: 0 0 0 0
  }

  .contact-box .contact-item {
    width: 100%
  }
}

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


  #menu-top_navigation {
    justify-content: flex-start;
    padding: 0 0 0 55px
  }

  #menu-top_navigation li {
    margin: 0 5px 0 5px
  }

  .search-posts .search {
    flex-direction: column
  }

  .search-posts .search .search-left {
    width: 100%;
    padding: 60px 0 0 0
  }

  .search-posts .search .search-right {
    width: 100%;
    margin-bottom: 700px
  }

  .search-posts .search .search-left {
    width: 100% !important;
    padding: 60px 0 0 0px !important
  }
}

@media screen and (max-width:640px) {
  .gc-hero__title {
    font-size: 30px !important;
  }
  header .grid-container {
    padding: 0px;
  }
  .conf-left-box {
    position: static
  }

  .conf-right-box {
    position: static
  }

  .page-template-configurator-6-7 .gc-page-title {
    margin: 10px 15px 0 15px
  }

  .gc-configurator-6-7-img-wrap {
    max-height: none;
    padding: 0 15px 0 15px
  }

  .gc-configurator-6-7-img-wrap img {
    max-width: 100%
  }

  .gc-configurator-6-7-img-wrap__notice {
    margin: 0 0 5px 0;
    padding: 0 0 0 0
  }

  .top-bar {
    z-index: 100;
    top: 60px;
    padding: 5px 15px 15px 15px;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
    background: #efefef;
    max-height: calc(100vh - 79px);
  }

  .gc-menu li {
    margin: 0 0 0 0
  }

  .general-slider {
    height: 593px
  }

  .general-slider .owl-stage-outer {
    height: 610px
  }

  .general-slider .owl-stage-outer .owl-stage {
    height: 610px
  }

  .general-slider .owl-stage-outer .owl-stage .owl-item {
    height: 610px
  }

  body .general-slider .owl-stage-outer .owl-stage .owl-item div {
    margin-top: 2px !important
  }

  .general-slider .owl-stage-outer .owl-stage .owl-item .slide-all {
    height: 568px !important
  }

  #tab-5 {
    padding: 0 0 0 0px !important
  }

  .gc-gallery-link {
    width: 100% !important
  }

  .gc-gallery-img {
    height: 300px !important
  }

  .webinar-content-left {
    margin: 0;
    width: 100%
  }

  .webinar-content-right {
    width: 100%
  }

  .webinar-content-left a {
    padding: 0px !important
  }

  .webinar-content-left img {
    width: 100%;
    height: auto
  }

  .webinar-content2 {
    flex-direction: column
  }

  .home-carousel {
    width: 100%
  }

  .all-carousel .owl-nav {
    top: -1%
  }

  .all-carousel .owl-nav .owl-prev {
    left: 15px
  }

  .all-carousel .owl-nav .owl-next {
    right: 15px
  }

  .all-carousel .all-carousel-2 .owl-nav {
    top: auto
  }

  .slide-all-bg {
    height: 481px !important
  }

  .home .gc-main {
    padding-top: 0
  }

  .general-slider {
    margin: 65px 0 0 0px !important
  }

  #menu-top_navigation {
    background-color: rgba(255, 123, 49, 1)
  }

  #menu-item-43759 a {
    background: rgba(255, 123, 49, .5);
    color: #fff !important
  }

  #menu-item-43759:hover .submenu {
    padding: 0 0 0 0
  }

  #menu-item-43759 .submenu {
    padding: 0 0 10px 0
  }

  #menu-item-43759 .submenu li {
    margin: 0 0 1px 0
  }

  .header-menu.menu li.current-menu-item>a {
    background: #fff;
    color: #fd7f33;
  }

  #menu-item-43759 .submenu {
    width: 100% !important;
    overflow: scroll;
    height: 400px
  }

  .header-menu.menu .submenu li>a {
    line-height: 15px !important;
    background-color: #FD7F33 !important;
    color: rgb(255, 255, 255);
    font-size: 10px;
    padding: 0 25px 0 16px;
    min-height: 45px;
    display: flex;
    align-items: center;
  }
  .submenu-toggle::after {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    color: #ff6600;
    transition: transform .3s ease, color .3s ease;
    margin-left: 8px;
    border: none;
    width: auto;
    height: auto;
  }
  .button:hover, button:hover, input:hover[type='submit'], input:hover[type='reset'], .button:focus, button:focus, input:focus[type='submit'], input:focus[type='reset'] {
    background-color: transparent;
  }
  .submenu.first-sub .submenu a {
    color: #fff;
  }


  .header-menu.menu .submenu li>button {
    background-color: transparent !important;
    margin: 3px 5px 0px 0px;
  }
  .submenu  {
    overflow-y: auto;
    min-height: 100px;
    max-height: 400px;
  }
  .header-menu .submenu .submenu-toggle::after {
    color: #fff;
  }

  #menu-item-43759 .submenu li:last-child .submenu {
    box-shadow: none !important;
    width: auto !important;
    bottom: 0;
    position: static;
    top: auto;
    height: auto;
    overflow-y: scroll
  }

  #menu-item-43759 .submenu .submenu {
    width: 100% !important;
    overflow: scroll;
    height: auto
  }

  #menu-item-43759 .submenu .submenu a {
    background: rgba(255, 123, 49, .5) !important;
    padding-right: 45px !important;
    border-top: solid 1px #0009;
    line-height: 22px
  }

  #menu-item-43759 .submenu .submenu li {
    min-height: 45px
  }

  .gc-gallery-img {
    height: 220px
  }

  .slide-all .right-slide img {
    height: 100vw !important
  }

  #menu-top_navigation {
    justify-content: flex-start;
    padding: 0 0 0 0
  }

  #menu-top_navigation li {
    margin: 0 0 0 0
  }

  .title-bar .menu-icon {
    width: 25px;
    top: 4px;
    right: 5px
  }
  .search-ai-item {
    right: 70px !important;
    top: 15px;
  }

  header .logo h1 {
    text-align: left;
    margin-left: 0
  }

  .general-slider {
    margin: -25px 0 0 0
  }

  .general-slider .owl-item {
    margin: 23px 0 0 0
  }

  .gc-footer-sub-form-wrap form {
    justify-content: center
  }

  .research-img img {
    height: 350px
  }

  .research-title {
    padding: 50px 20px 20px 20px
  }

  .gc-header .gc-header-row {
    padding-left: .9375rem;
    padding-right: .9375rem
  }

  .gc-logo {
    width: 100%
  }


  .all-tester {
    width: 90% !important
  }


  .gc-search {
    padding-top: 1px
  }


  .gc-single-post video {
    height: 54vw !important
  }

  .gc-page-title {
    margin-bottom: 15px
  }
}

@media screen and (min-width:641px) {
  .header-menu.menu li.is-active>a {
    background: #e59f74;
    color: #1a608b
  }

  #menu-item-43759 .submenu {
    width: 400px
  }

  #menu-item-43759 .submenu .submenu {
    box-shadow: none !important;
    width: 400px
  }

  .submenu.first-sub .submenu a {
    font-weight: 400;
    color: #5a5a5a !important
  }

  .submenu.first-sub li a:hover {
    background-color: #fd7f33 !important;
    color: #fff !important
  }
}

@media screen and (min-width:500px) {
  .slide-all-bg {
    height: 481px
  }

  .all-tester {
    width: 90%
  }
}

@media screen and (max-width:500px) {
  .gc-footer-menu {
    column-count: 1 !important
  }

  .gc-footer-menu li {
    width: 100% !important
  }

  .gc-chats {
    justify-content: center
  }
}

.youtube .play {
  position: absolute;
  top: calc(50% - 27px);
  left: calc(50% - 22px);
  margin: 0px !important;
  border-radius: 50%/10%;
  color: #fff;
  font-size: 2em;
  width: 68px !important;
  height: 48px !important;
  background-color: #ff0000 !important
}

.youtube .play:before {
  background: inherit;
  border-radius: 5%/50%;
  bottom: 9%;
  content: "";
  left: -5%;
  position: absolute;
  right: -5%;
  top: 9%
}

.youtube .play:after {
  border-style: solid;
  border-width: 1em 0 1em 1.732em;
  border-color: transparent transparent transparent rgba(255, 255, 255, 1);
  content: ' ';
  font-size: 12px;
  height: 0;
  margin: -1em 0 0 -.75em;
  top: 50%;
  position: absolute;
  width: 0
}

.gc-chats {
  display: flex;
  list-style-type: none
}

.gc-chats li {
  margin: 0 0 0 10px;
  font-family: "Roboto", sans-serif
}

.gc-chats li a {
  display: flex;
  justify-content: center;
  margin: 0 0 11px 0;
  font-size: 18px
}

.gc-chats li a i {
  font-size: 25px;
  height: 44px;
  width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid;
  border-radius: 50%;
  transition: .3s ease-in;
  transition: all .3s linear
}

.gc-chats li a i:hover {
  background-color: #1a608b;
  color: #fff;
  border: solid 1px #1a608b;
  transition: all .3s linear
}




.new-loading {
  padding: 0 0 0 20px;
  position: absolute;
  right: -141px;
  top: 0
}

body {
  position: relative;
  width: 100%;
  height: 100vh;
  font-family: Roboto
}

.text {
  color: #fbae17;
  display: inline-block;
  margin-left: 5px
}

.bounceball {
  position: relative;
  display: inline-block;
  height: 37px;
  width: 15px
}

.bounceball:before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fbae17;
  transform-origin: 50%;
  animation: bounce 500ms alternate infinite ease
}

@keyframes bounce {
  0% {
    top: 30px;
    height: 5px;
    border-radius: 60px 60px 20px 20px;
    transform: scaleX(2)
  }

  35% {
    height: 15px;
    border-radius: 50%;
    transform: scaleX(1)
  }

  100% {
    top: 0
  }
}


@media (max-width:640px) {

  .gc-logo, .logo a img {
    max-width: 40px;
  }
  .gc-header-row {
    justify-content: space-between;
  }
  .gc-header-menu-wrap {
    background: #fff;
    border: none;
    border-radius: 12px;
    padding: 19px 4px;
    box-shadow: 0 0px 16px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: all 0.2s 
    ease;
    max-width: 42px;
    height: 42px;
    width: 42px;
    margin-top: 0;
  }

  .all-share-social .share {
    text-align: center
  }

  .all-share-social .share-social {
    justify-content: center;
    padding: 5px 0 5px 0px !important
  }

  .single-share-social {
    margin: 0 5px 0 5px !important
  }

  .all-share-social {
    width: 100%;
    right: 0px !important
  }
}

@media (max-width:600px) {
  .new-search-img img {
    height: 200px
  }

  .owl-client .owl-nav button {
    width: 35px !important;
    height: 35px !important
  }

  .owl-client .owl-nav .owl-next i {
    top: 9px !important;
    right: 11px !important;
    font-size: 20px
  }

  .owl-client .owl-nav .owl-prev i {
    top: 9px !important;
    left: 11px !important;
    font-size: 20px
  }

  .start-title {
    font-size: 1.8rem !important
  }

  .start-machine .link {
    font-size: 14px !important;
    height: 63px !important
  }
}

@media (max-width:450px) {
  .new-search-img img {
    height: 150px
  }

  .new-search-title {
    font-size: 14px
  }
}

@media (max-width:370px) {
  .new-search-img img {
    height: 120px
  }
}

.new-search-result {
  display: flex;
  flex-direction: column
}

.search-carousel {
  padding-right: 36px;
  padding-left: 36px;
  max-width: 85.2rem;
  display: flex;
  margin: 28px auto 0 auto;
  margin-left: 0;
  margin-right: 0
}

.search-carousel .owl-nav {
  width: calc(100% - 1.875rem)
}

.search-carousel .owl-nav .owl-prev {
  position: absolute;
  top: -22px;
  left: -42px
}

.search-carousel .owl-nav .owl-next {
  position: absolute;
  top: -22px;
  right: 0
}

.search-carousel .owl-nav button:hover {
  background-color: transparent !important
}

.search-carousel .single-search {
  margin: auto;
  border: solid 1px #dbdbdb;
  padding: 1px;
  height: 560px;
  background-color: #fff;
  width: 96%;
  overflow: hidden;
  position: relative
}

.search-carousel .single-search::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28px;
  background-color: #fff
}

.search-carousel .search-title {
  height: 65px !important;
  text-align: center;
  padding: 15px 15px 5px 15px;
  font-weight: bolder;
  overflow: hidden
}

.search-carousel .search-img img {
  height: 270px;
  object-fit: contain
}

.search-carousel .single-search ul {
  padding: 15px 15px 15px 15px
}

.search-posts {
  margin: 50px auto 0 auto;
  width: 85.2rem;
  min-height: 800px;
  padding: 0 31px 0 0
}

.new-search-result h2 {
  font-size: 2.2rem;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin: 50px 0 25px 0;
  line-height: 1.4;
  font-weight: 400
}

.new-search-result h2::after {
  content: "";
  border-bottom: 2px solid #ea722f;
  width: 140px;
  margin: 0 auto;
  display: block
}

.search-posts h2 {
  font-size: 2.2rem;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin: 50px 0 25px 0;
  line-height: 1.4;
  font-weight: 400
}

.search-posts h2::after {
  content: "";
  border-bottom: 2px solid #ea722f;
  width: 140px;
  margin: 0 auto;
  display: block
}

.search-posts .search {
  display: flex;
  justify-content: space-between
}

.search-posts .search .search-left {
  width: calc(100% - 300px);
  padding: 96px 40px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.search-posts .search .search-right {
  width: 300px
}

.search-posts .search .search-left .single-search-posts .img img {
  object-fit: cover;
  height: 350px;
  transition: all .3s linear;
  display: block;
  margin: auto
}

.search-posts .search .search-left .single-search-posts .img {
  overflow: hidden
}

.search-posts .search .search-left .single-search-posts .img img:hover {
  transform: rotate(3deg) scale(1.1);
  transition: all .3s linear
}

.search-posts .search .search-right select {
  cursor: pointer;
  height: 60px;
  font-size: 16px;
  background-color: #fff
}

.search-posts .search .search-left .single-search-posts {
  position: relative;
  width: 49%;
  -webkit-box-shadow: 0 0 8px 0 rgba(34, 60, 80, .2);
  -moz-box-shadow: 0 0 8px 0 rgba(34, 60, 80, .2);
  box-shadow: 0 0 8px 0 rgba(34, 60, 80, .2);
  margin: 0% 0% 2% 0%;
  background-color: #fff
}

.search-posts .search .search-left .single-search-posts .date {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #fff;
  color: #000;
  font-size: 21px;
  line-height: 24px;
  padding: 10px 10px 10px 10px;
  font-weight: 600;
  z-index: 10;
  -webkit-box-shadow: 0 0 8px 0 rgba(34, 60, 80, .2);
  -moz-box-shadow: 0 0 8px 0 rgba(34, 60, 80, .2);
  box-shadow: 0 0 8px 0 rgba(34, 60, 80, .2)
}

.search-posts .search .search-left .single-search-posts .title {
  font-size: 21px;
  font-weight: 600;
  margin: 15px 15px 15px 15px;
  height: 63px;
  overflow: hidden
}

.search-posts .search .search-left .single-search-posts .desc {
  padding: 0 15px 0 15px
}

.search-posts .search .search-left .single-search-posts .link a {
  color: #c0640d;
  border: solid 1px #c0640d;
  border-radius: 90px;
  transition: all .3s linear;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  margin: 15px 15px 30px 15px;
  width: 200px;
  height: 60px;
  font-size: 21px
}

.search-posts .search .search-left .single-search-posts .link a:hover {
  background-color: #c0640d;
  color: #fff;
  transition: all .3s linear
}

.cat-posts-single {
  display: flex;
  justify-content: flex-start
}

.cat-posts-single label {
  cursor: pointer
}

.cat-posts-single label:hover {
  color: #e67810
}

.cat-posts-single .desc {
  padding: 0 10px 0 0
}

.search-right .year-right-title {
  display: flex;
  position: relative;
  justify-content: flex-end;
  border-bottom: solid 1px #000
}

.search-right .year-right-title .title-child {
  padding: 0 20px 0 0;
  font-size: 21px
}

.single-year-posts .year-posts {
  margin: 0 0 0 0;
  padding: 15px 0 0 0;
  cursor: pointer;
  height: 100%;
  top: 32px;
  left: 0;
  width: 300px;
  position: absolute;
  height: 700px;
  background-color: #f5f5f5;
  display: none
}

.single-sort-posts .sort-posts {
  margin: 0 0 0 0;
  padding: 15px 0 0 0;
  cursor: pointer;
  display: none;
  height: 700px;
  background-color: #f5f5f5
}

.single-sort-posts .sort-posts li {
  text-align: start
}

.single-sort-posts:hover .sort-posts {
  top: 32px;
  left: 0;
  width: 300px;
  cursor: pointer;
  position: absolute;
  display: block
}

.single-sort-posts:hover .sort-posts li {
  list-style-type: none
}

.single-cats-posts .cats-posts {
  margin: 0 0 0 0;
  padding: 15px 0 0 0;
  cursor: pointer;
  height: 700px;
  background-color: #f5f5f5;
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%
}

.single-cats-posts:hover .cats-posts {
  position: absolute;
  top: 32px;
  left: 0;
  width: 300px;
  cursor: pointer;
  display: block
}

.single-year-posts .title-child:hover {
  cursor: pointer;
  color: #e27610
}

.single-year-posts:hover .year-posts {
  display: block
}

.single-cats-posts .title-child:hover {
  cursor: pointer;
  color: #e27610
}

.single-sort-posts .title-child:hover {
  cursor: pointer;
  color: #e27610
}

.year-right-title li:hover {
  color: #d46f0f
}

.search-carousel .single-search .search-advantages ul {
  padding: 15px 15px 0 28px;
  margin: 0 0 0 0
}

.search-carousel .single-search .search-advantages ul li {
  font-size: 14px;
  line-height: 16px
}

.all-share-social {
  position: absolute;
  right: 0;
  top: -135px;
  display: flex;
  background-color: #fff;
  flex-direction: column
}

.all-share-social .share {
  padding: 0 0 0 0;
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #333
}

.all-share-social .share-social {
  display: flex;
  padding: 5px 10px 5px 0
}

.single-share-social {
  margin: 0 10px 0 0
}

.single-share-social a i {
  font-size: 25px;
  height: 44px;
  width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid;
  border-radius: 50%;
  transition: .3s ease-in
}

.single-share-social .fa-facebook {
  color: #43619c;
  border-color: #43619c
}

.single-share-social .fa-facebook:hover {
  background-color: #43619c;
  color: #fff
}

.single-share-social .fa-linkedin {
  color: #187fb8;
  border-color: #187fb8
}

.single-share-social .fa-linkedin:hover {
  background-color: #187fb8;
  color: #fff
}

.single-share-social .fa-twitter {
  color: #24a9e6;
  border-color: #24a9e6
}

.single-share-social .fa-twitter:hover {
  background-color: #24a9e6;
  color: #fff
}

.single-share-social .fa-telegram {
  color: #39b7e0;
  border-color: #39b7e0
}

.single-share-social .fa-telegram:hover {
  background-color: #39b7e0;
  color: #fff
}

.single-share-social .fa-whatsapp {
  color: #4bc959;
  border-color: #4bc959
}

.single-share-social .fa-whatsapp:hover {
  background-color: #4bc959;
  color: #fff
}

.contact-box .contact-item h6 {
  font-size: 14px;
  color: #df7410
}

.go_to_webinar {
  margin: 20px 0 0 0;
  display: block;
  text-align: center
}

.body-active {
  overflow: hidden
}


.machines {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.start-machine {
  display: block;
  margin: 0 0 2%;
}

.start-machine .img {
  overflow: hidden;
  max-height: 300px;
}

.start-machine .img img {
  transition: 0.3s linear;
  height: 200px;
  width: 100%;
  object-fit: contain;
}

.start-title {
  margin: 30px 0 7px;
  text-align: center;
  font-size: 2.4rem;
  color: #391e04;
}

.start-machine .link {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  padding: 10px 20px;
  background-color: #fff;
}

.grecaptcha-badge {
  display: none
}

.owl-client .owl-nav {
  margin-top: 0px !important;
  opacity: 0 !important
}

.owl-client .owl-nav button {
  background-color: #fff !important;
  width: 50px;
  height: 50px;
  border-radius: 90px !important;
  top: -30px
}

.owl-client .owl-nav .owl-prev i {
  position: absolute;
  top: 11px;
  left: 16px
}

.owl-client .owl-nav .owl-next i {
  position: absolute;
  top: 11px;
  right: 16px
}

.not-login-form.active textarea {
  background-color: #ff00002e;
  transition: all .3s linear
}

.all-comments-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  transition: all .5s ease-in-out;
  z-index: 100
}

.all-comments-popup.active {
  display: block
}

.comment-popup {
  background-color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 50px 50px 30px 50px;
  width: 500px
}

.not-login-form textarea {
  margin: 15px 0 15px 0px !important
}

.comment-popup-text {
  margin: 0 0 15px 0;
  font-size: 16px;
  line-height: 18px
}

.comment-popup h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase
}

.comment-popup-link {
  color: #fff;
  background-color: #2271b1;
  padding: 20px;
  border-radius: 3px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 15px 0
}

.comment-popup-link:hover {
  color: #fff
}

.gc-configurator-6-7-img-wrap img {
  max-height: 600px
}

.form-comment-login .form-submit input[type='submit'] {
  background-color: #222 !important
}

.comment-popup .facebook, .google {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0
}

.comment-popup a svg {
  margin: 0 10px 0 0
}

.comment-popup .facebook svg path {
  fill: #2271b1
}

.gc-single-post .comment-form .form-submit input[name="submit"] {
  border: 2px solid #ff7b31;
  background-color: #ff7b31 !important;
  transition: all .3s linear;
  border-radius: 30px
}

.gc-single-post .comment-form .form-submit input[name="submit"]:hover {
  color: #ff7b31 !important;
  background-color: transparent !important;
  transition: all .3s linear
}

.gc-single-post video {
  width: 100%;
  height: 500px
}

.gc-single-video-box {
  margin: 0 0 1rem 0
}

.gc-single-video-box:last-child {
  margin: 0 0 0rem 0
}

.the_champ_sharing_container {
  display: none !important
}

.gc-header__search-icon {
  margin-left: 15px
}

.gc-footer {
  margin-top: 50px
}

.fast-order-btn {
  background-color: #f26522;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
}

.filter-content {
  padding-top: 30px;
}

.gc-header-logo-wrap {
  max-width: 60px;
}


@media screen and (min-width: 641px) and (max-width: 1100px) {

 .gc-header-menu-wrap {
  width: 65%;
}

.gc-header-logo-wrap {
  width: 10%;
}
.gc-header-search-wrap {
  width: 25%;
}
.header-menu.menu li>a {
  line-height: 25px;
}


}

