/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
/* line 6, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
body {
  font-size: 1rem;
  line-height: 1.5;
}
/* line 8, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h1 {
  font-size: 2.2rem;
}
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h2 {
  font-size: 2rem;
}
/* line 16, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h3 {
  font-size: 1.7rem;
}
/* line 20, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h4 {
  font-size: 1.25rem;
}
/* line 24, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h5 {
  font-size: 1.2rem;
}
/* line 28, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h6 {
  font-size: 1rem;
}
/* line 33, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
small {
  font-size: 0.875rem;
}
/* line 37, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
cite {
  font-size: 0.875rem;
}
/* line 41, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
sub, sup {
  font-size: 0.75rem;
}
/* line 46, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
/* line 1, media/gantry5/engines/nucleus/scss/nucleus/theme/_forms.scss */
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.1875rem;
}
/* line 1, templates/rt_koleti/custom/scss/_accordion.scss */
.accordion {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1rem;
}
/* line 7, templates/rt_koleti/custom/scss/_accordion.scss */
.accordion .accordion-item-title {
  color: #505050;
  cursor: pointer;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: color 0.35s;
  -moz-transition: color 0.35s;
  transition: color 0.35s;
}
/* line 15, templates/rt_koleti/custom/scss/_accordion.scss */
.accordion .accordion-item-title .toggle {
  background: #505050;
  color: rgba(255, 255, 255, 0);
  float: right;
  padding: 0 4px;
  -webkit-transition: background 0.35s;
  -moz-transition: background 0.35s;
  transition: background 0.35s;
}
/* line 19, templates/rt_koleti/custom/scss/_accordion.scss */
.dir-rtl .accordion .accordion-item-title .toggle {
  float: left;
}
/* line 26, templates/rt_koleti/custom/scss/_accordion.scss */
.accordion li {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(231, 232, 234, 0.25);
}
/* line 28, templates/rt_koleti/custom/scss/_accordion.scss */
/* line 29, templates/rt_koleti/custom/scss/_accordion.scss */
.accordion li.active .accordion-item-title {
  color: #f15a24;
}
/* line 32, templates/rt_koleti/custom/scss/_accordion.scss */
.accordion li.active .toggle {
  background: #f15a24;
}
/* line 36, templates/rt_koleti/custom/scss/_accordion.scss */
.accordion li div {
  padding: 0.5rem 0;
}
/* line 1, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-popupgrid {
  position: relative;
  margin: 0 auto;
}
/* line 4, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-popupgrid::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 16, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-popupgrid-loaded::after {
  opacity: 0;
}
/* line 20, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-popupgrid-item {
  padding: 1.5rem;
  z-index: 1001;
}
/* line 25, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-popupgrid-item-current {
  opacity: 0 !important;
}
/* line 29, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-popupgrid-item-img-wrap {
  display: block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.4rem;
  background: -webkit-linear-gradient(rgba(241, 90, 36, 0.75), rgba(0, 0, 0, 0.5));
  background: linear-gradient(rgba(241, 90, 36, 0.75), rgba(0, 0, 0, 0.5));
}
/* line 36, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-popupgrid-item-img-wrap:focus, .g-popupgrid-item-img-wrap:hover {
  outline: none;
}
/* line 38, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-popupgrid-item-img-wrap:focus img, .g-popupgrid-item-img-wrap:hover img {
  opacity: 0.7;
}
/* line 40, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-zoom .g-popupgrid-item-img-wrap:focus img, .g-zoom .g-popupgrid-item-img-wrap:hover img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
/* line 43, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-rotate .g-popupgrid-item-img-wrap:focus img, .g-rotate .g-popupgrid-item-img-wrap:hover img {
  -webkit-transform: rotate(5deg) scale(1.25);
  -moz-transform: rotate(5deg) scale(1.25);
  -ms-transform: rotate(5deg) scale(1.25);
  -o-transform: rotate(5deg) scale(1.25);
  transform: rotate(5deg) scale(1.25);
}
/* line 46, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-blur .g-popupgrid-item-img-wrap:focus img, .g-blur .g-popupgrid-item-img-wrap:hover img {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
/* line 49, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-grayscale .g-popupgrid-item-img-wrap:focus img, .g-grayscale .g-popupgrid-item-img-wrap:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
/* line 52, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-zoomout.g-rotate .g-popupgrid-item-img-wrap:focus img, .g-zoomout.g-rotate .g-popupgrid-item-img-wrap:hover img {
  -webkit-transform: rotate(5deg) scale(1.15);
  -moz-transform: rotate(5deg) scale(1.15);
  -ms-transform: rotate(5deg) scale(1.15);
  -o-transform: rotate(5deg) scale(1.15);
  transform: rotate(5deg) scale(1.15);
}
/* line 55, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-blur.g-grayscale .g-popupgrid-item-img-wrap:focus img, .g-blur.g-grayscale .g-popupgrid-item-img-wrap:hover img {
  -webkit-filter: blur(3px) grayscale(100%);
  filter: blur(3px) grayscale(100%);
}
/* line 59, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-popupgrid-item-img-wrap:focus .g-popupgrid-description-preview-icon, .g-popupgrid-item-img-wrap:hover .g-popupgrid-description-preview-icon {
  opacity: 1;
}
/* line 63, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-popupgrid-item-img-wrap img {
  display: block;
  opacity: 0.65;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 70, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-popupgrid-item-img-wrap .g-popupgrid-description-preview-tag {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  margin: 1rem;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
/* line 83, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-popupgrid-item-img-wrap .g-popupgrid-description-preview-title {
  position: absolute;
  bottom: 0;
  padding: 1rem;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 400;
}
/* line 91, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-popupgrid-item-img-wrap .g-popupgrid-description-preview-content, .g-popupgrid-item-img-wrap .g-popupgrid-description-preview-readmore {
  display: none;
}
/* line 97, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-popupgrid-preview {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  visibility: hidden;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
  height: 100%;
  pointer-events: none;
}
/* line 118, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-popupgrid-preview::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #262626;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
/* line 131, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-popupgrid-preview-open {
  pointer-events: auto;
  visibility: visible;
  z-index: 99999;
}
/* line 135, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-popupgrid-preview-open::before {
  opacity: 1;
}
/* line 140, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-popupgrid-clone {
  position: fixed;
  z-index: 110;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
/* line 147, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-popupgrid-original {
  position: relative;
  z-index: 120;
  display: block;
  object-fit: contain;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
/* line 156, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-popupgrid-preview-open .g-popupgrid-animate {
  /* open */
  -webkit-transition: -webkit-transform 0.6s, opacity 0.2s;
  transition: transform 0.6s, opacity 0.2s;
}
/* line 162, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-popupgrid-animate {
  /* close */
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}
/* line 168, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-popupgrid-description {
  color: #fff;
}
/* line 172, templates/rt_koleti/custom/scss/_popupgrid.scss */
/* line 173, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-popupgrid-preview-area:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
/* line 184, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-overlay-enable.g-popupgrid-description-preview-icon {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(241, 90, 36, 0.75);
  opacity: 0;
  z-index: 10;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 194, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-overlay-enable.g-popupgrid-description-preview-icon span {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0px);
  -moz-transform: translate3d(-50%, -50%, 0px);
  -ms-transform: translate3d(-50%, -50%, 0px);
  -o-transform: translate3d(-50%, -50%, 0px);
  transform: translate3d(-50%, -50%, 0px);
}
/* line 202, templates/rt_koleti/custom/scss/_popupgrid.scss */
/* line 203, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-overlay-disable.g-popupgrid-description-preview-icon span {
  display: none;
}
/* line 208, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-popupgrid-description-preview {
  font-size: 2em;
  position: absolute;
  z-index: 140;
  width: 100%;
  left: 100%;
  top: 0;
  height: 100%;
  padding: 0 1em;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
/* line 238, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-popupgrid-preview-open .g-popupgrid-description-preview {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 246, templates/rt_koleti/custom/scss/_popupgrid.scss */
/* line 247, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-popupgrid-description-preview .g-popupgrid-description-preview-tag {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.75;
}
@media only all and (max-width: 50.99rem) {
  /* line 25, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-popupgrid-description-preview .g-popupgrid-description-preview-tag {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }
}
/* line 258, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-popupgrid-description-preview .g-popupgrid-description-preview-title {
  font-weight: ;
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
  width: 100%;
}
/* line 265, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-popupgrid-description-preview .g-popupgrid-description-preview-content {
  font-size: 1.1rem;
  width: 100%;
}
/* line 269, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-popupgrid-description-preview .g-popupgrid-description-preview-readmore {
  margin: 1rem 0;
}
/* line 271, templates/rt_koleti/custom/scss/_popupgrid.scss */
@media only all and (max-width: 30rem) {
  /* line 19, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-popupgrid-description-preview .g-popupgrid-description-preview-readmore .button {
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
  }
}
/* Close button */
/* line 282, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-popupgrid-action {
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  cursor: pointer;
  vertical-align: top;
  color: #f15a24;
  border: none;
  background: none;
}
/* line 291, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-popupgrid-action:hover, .g-popupgrid-action:focus {
  color: #f15a24;
  outline: none;
}
/* line 297, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-popupgrid-action-close {
  position: fixed;
  z-index: 150;
  top: 0;
  right: 0;
  padding: 1em;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
}
/* line 310, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-popupgrid-preview-image-loaded .g-popupgrid-action-close {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
/* line 316, templates/rt_koleti/custom/scss/_popupgrid.scss */
.g-popupgrid-text-hidden {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  color: transparent;
}
@media screen and (max-width: 40em) {
  /* line 326, templates/rt_koleti/custom/scss/_popupgrid.scss */
  /* line 327, templates/rt_koleti/custom/scss/_popupgrid.scss */
  .g-popupgrid-description-preview .g-popupgrid-description-preview-title {
    font-size: 0.5em;
  }
  /* line 330, templates/rt_koleti/custom/scss/_popupgrid.scss */
  .g-popupgrid-description-preview .g-popupgrid-description-preview-content {
    display: none;
  }
  /* line 334, templates/rt_koleti/custom/scss/_popupgrid.scss */
  .details {
    display: none;
  }
}
/* line 5, templates/rt_koleti/custom/scss/custom.scss */
html {
  scroll-behavior: smooth;
}
/* line 9, templates/rt_koleti/custom/scss/custom.scss */
.slidingmenu-overlay {
  background: rgba(0, 0, 0, 0.5);
}
/* line 12, templates/rt_koleti/custom/scss/custom.scss */
body {
  font-size: 1.1rem;
}
/* line 15, templates/rt_koleti/custom/scss/custom.scss */
#g-slideshow .g-slideshow .g-slideshow-carousel .owl-stage .g-slideshow-carousel-content-wrapper .g-slideshow-carousel-title {
  display: none;
}
/* line 18, templates/rt_koleti/custom/scss/custom.scss */
.button {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 23, templates/rt_koleti/custom/scss/custom.scss */
.nav-content i {
  margin: 0 0.5rem 0 1rem;
}
/* line 26, templates/rt_koleti/custom/scss/custom.scss */
#g-header .g-grid {
  align-items: center;
}
/* line 29, templates/rt_koleti/custom/scss/custom.scss */
.header-img img {
  margin-top: 2rem;
  width: 320px;
  height: 320px;
  object-fit: cover;
  border-radius: 50% 0;
  box-shadow: 5px 5px 10px #999;
}
/* line 37, templates/rt_koleti/custom/scss/custom.scss */
#g-above {
  background-image: url('../../../../images/background-01.jpg');
}
/* line 40, templates/rt_koleti/custom/scss/custom.scss */
#above-content {
  padding-right: 1rem;
}
/* line 43, templates/rt_koleti/custom/scss/custom.scss */
.above-img img {
  height: 600px;
  object-fit: cover;
  object-position: right;
}
/* line 48, templates/rt_koleti/custom/scss/custom.scss */
.header-content h3.g-title {
  font-size: 2.5rem;
  color: #003587;
  text-transform: uppercase;
}
/* line 53, templates/rt_koleti/custom/scss/custom.scss */
.header-content p {
  font-size: 1.1rem;
}
/* line 57, templates/rt_koleti/custom/scss/custom.scss */
.header-content p.first-content {
  font-size: 1.1rem;
}
/* line 60, templates/rt_koleti/custom/scss/custom.scss */
#g-feature {
  background-image: url('../../../../images/background-02.jpg');
}
/* line 63, templates/rt_koleti/custom/scss/custom.scss */
.slider-position .title-wrapper {
  width: 100%;
}
/* line 66, templates/rt_koleti/custom/scss/custom.scss */
#g-utility {
  background-image: url('../../../../images/background-03.jpg');
}
/* line 69, templates/rt_koleti/custom/scss/custom.scss */
.accordion-item-content.active ul li, .accordion-item-content.active ol li {
  padding: 0;
}
/* line 72, templates/rt_koleti/custom/scss/custom.scss */
.accordion-item-content.active ul, .accordion-item-content.active ol {
  padding: 1rem 0;
  margin-left: 2rem;
}
/* line 76, templates/rt_koleti/custom/scss/custom.scss */
.accordion li {
  padding: 0;
}
/* line 79, templates/rt_koleti/custom/scss/custom.scss */
.accordion .accordion-item-title {
  background: rgba(0, 0, 0, 0.8);
  padding: 1rem 1rem;
  font-size: 1rem;
  font-weight: normal;
  text-transform: unset;
  color: #fff;
}
/* line 87, templates/rt_koleti/custom/scss/custom.scss */
.accordion-item-content.active {
  background: rgba(255, 255, 255, 0.6);
  padding: 0.5rem 1rem;
}
/* line 91, templates/rt_koleti/custom/scss/custom.scss */
.fa-plus:before {
  content: "+";
  color: #fff;
}
/* line 95, templates/rt_koleti/custom/scss/custom.scss */
.fa-minus:before {
  content: "-";
  color: #fff;
}
/* line 99, templates/rt_koleti/custom/scss/custom.scss */
.accordion .accordion-item-title .toggle {
  padding: 0px 10px;
}
/* line 102, templates/rt_koleti/custom/scss/custom.scss */
.g-team .g-team-grid .team-members {
  display: flex;
  justify-content: center;
}
/* line 106, templates/rt_koleti/custom/scss/custom.scss */
.g-team .g-team-grid .team-members .hex p {
  font-size: 13px;
  line-height: normal;
}
/* line 110, templates/rt_koleti/custom/scss/custom.scss */
#otzovik .g-slideshow .g-slideshow-carousel .owl-stage .g-slideshow-carousel-image-container {
  background-size: 150px;
  background-repeat: no-repeat;
  background-position-y: 0;
}
/* line 115, templates/rt_koleti/custom/scss/custom.scss */
#otzovik .g-slideshow .g-slideshow-carousel .owl-stage .g-slideshow-carousel-content-wrapper .g-slideshow-carousel-small-title {
  margin-top: 2rem;
}
/* line 118, templates/rt_koleti/custom/scss/custom.scss */
#otzovik .g-slideshow .g-slideshow-carousel .owl-stage .owl-item.active .g-slideshow-carousel-image-container::before {
  background: none;
}
/* line 121, templates/rt_koleti/custom/scss/custom.scss */
#otzovik .g-slideshow .g-slideshow-carousel .owl-stage .g-slideshow-carousel-image-container {
  box-shadow: none;
}
/* line 124, templates/rt_koleti/custom/scss/custom.scss */
#otzovik .button {
  max-width: 80%;
  background: none;
  color: #666;
  text-transform: unset;
  letter-spacing: normal;
  pointer-events: none;
}
/* line 132, templates/rt_koleti/custom/scss/custom.scss */
#otzovik .g-slideshow .g-slideshow-carousel .owl-nav button.owl-prev, #otzovik .g-slideshow .g-slideshow-carousel .owl-nav button.owl-next {
  color: #444;
}
/* line 135, templates/rt_koleti/custom/scss/custom.scss */
#otzovik .g-slideshow .g-slideshow-carousel .owl-stage .g-slideshow-carousel-content-wrapper .g-slideshow-carousel-small-title {
  text-shadow: none;
  margin-bottom: 0;
}
/* line 139, templates/rt_koleti/custom/scss/custom.scss */
#otzovik .g-slideshow .g-slideshow-carousel .owl-stage .g-slideshow-carousel-content-wrapper .g-slideshow-carousel-title {
  color: #333;
  text-shadow: none;
  margin: 0;
}
/* line 144, templates/rt_koleti/custom/scss/custom.scss */
#otzovik .g-title {
  text-align: center;
}
/* line 147, templates/rt_koleti/custom/scss/custom.scss */
#g-footer .g-grid {
  align-items: center;
}
/* line 150, templates/rt_koleti/custom/scss/custom.scss */
.sovet-position .platform-content center img {
  width: 100%;
}
/* line 153, templates/rt_koleti/custom/scss/custom.scss */
#g-header {
  position: unset;
}
/* line 156, templates/rt_koleti/custom/scss/custom.scss */
.stipendiya {
  position: absolute;
  top: 5rem;
  left: 10%;
  z-index: 111;
}
/* line 162, templates/rt_koleti/custom/scss/custom.scss */
.stipendiya .button {
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid;
  transition: 0.3s all;
}
/* line 167, templates/rt_koleti/custom/scss/custom.scss */
.stipendiya .button:hover {
  transform: scale(1.1);
}
/* line 170, templates/rt_koleti/custom/scss/custom.scss */
.rekvizblock {
  border: 1px solid #999;
  padding: 1rem;
  width: max-content;
  font-size: 1.2rem;
  border-radius: 4px;
  box-shadow: 5px 5px 10px #eee;
  background: #fff;
  text-shadow: none;
}
/* line 180, templates/rt_koleti/custom/scss/custom.scss */
#g-footer, #g-copyright {
  font-size: 1rem;
}
/* line 183, templates/rt_koleti/custom/scss/custom.scss */
#contact-position img {
  max-width: 100px;
}
/* line 186, templates/rt_koleti/custom/scss/custom.scss */
#sovet-position .moduletable .custom img {
  border-radius: 0 50%;
}
/* line 189, templates/rt_koleti/custom/scss/custom.scss */
#g-extension {
  background: linear-gradient(#eee, #fff);
}
/* line 192, templates/rt_koleti/custom/scss/custom.scss */
#lightcase-overlay {
  background: rgba(0, 0, 0, 0.5);
}
/* line 195, templates/rt_koleti/custom/scss/custom.scss */
#language-position .g-content {
  margin: 0;
  padding: 0;
}
/* line 199, templates/rt_koleti/custom/scss/custom.scss */
#g-offcanvas #g-mobilemenu-container {
  font-weight: normal;
}
@media only all and (max-width: 47.99rem) {
  /* line 203, templates/rt_koleti/custom/scss/custom.scss */
  .g-team .g-team-grid .team-members {
    display: unset;
  }
  /* line 206, templates/rt_koleti/custom/scss/custom.scss */
  .fp-header {
    padding: 0;
  }
  /* line 209, templates/rt_koleti/custom/scss/custom.scss */
  .g-slideshow .g-slideshow-carousel .owl-stage .g-slideshow-carousel-image-container {
    min-height: 80vh !important;
  }
  /* line 212, templates/rt_koleti/custom/scss/custom.scss */
  .above-img img {
    height: 300px;
    width: 100%;
  }
  /* line 216, templates/rt_koleti/custom/scss/custom.scss */
  #otzovik .g-content {
    padding: 0;
  }
  /* line 219, templates/rt_koleti/custom/scss/custom.scss */
  #language-position {
    display: flex;
    margin-top: -50px;
    margin-left: 2rem;
  }
  /* line 224, templates/rt_koleti/custom/scss/custom.scss */
  .g-logo {
    max-width: 130px;
    margin: auto;
  }
}
/*# sourceMappingURL=custom_267.css.map */