@charset "UTF-8";
/*
0-600px:     Phone
600-900px:   Tablet Portrait
900-1200px:   Tablet Landscape
[1200-1800] is where our normal styles apply
1800px + :    Big desktop
*/
/*
$breakpoint argument choises:
- phone
- tab-port
- tab-land
- big-desktop

ORDER: Base + typography / general layout + grid / page layout / components
1em - 16px;
*/
:root {
  --nav-width: 320px;
  --content-max-width: 1600px;
  --color-body: rgba(0, 0, 0);
  --color-white: #fff;
  --text-base-color: #D1D1D0;
  --text-base-dark: #002300;
  --gutter-base: 4rem;
  --container-gutter: 10rem;
  --container-gutter-sm: 5rem;
  --container-gutter-xs: 2.5rem;
  --container-gutter-sm: 5rem;
}

.collect__info {
  margin: 0 auto;
  max-width: 1440px;
}
@media only screen and (max-width: 1200px) {
  .collect__info {
    flex-direction: column;
    margin-top: 40px;
  }
}
.collect__info--text {
  font-size: 5rem;
  max-width: 600px;
  padding-right: 8rem;
  display: block;
}
@media only screen and (max-width: 800px) {
  .collect__info--text {
    max-width: 600px;
    padding-right: 0rem;
  }
}
.collect__info--subtext {
  max-width: 460px;
  padding-right: 8rem;
  display: block;
}
@media only screen and (max-width: 800px) {
  .collect__info--subtext {
    max-width: 600px;
    padding-right: 0rem;
  }
}
.collect__info--form {
  width: 100%;
  max-width: 520px;
}
.collect__info .label-title {
  padding: 3.6rem 0 1rem 0;
}
.collect__info input {
  border-bottom: 1px solid #0c1c33;
  padding: 12px 12px 4px 12px;
  color: #000000;
}
.collect__info input::-moz-placeholder {
  color: #b1b1b1;
}
.collect__info input::placeholder {
  color: #b1b1b1;
}
.collect__info button {
  font-size: 2.4rem;
  border: 1px solid #000000;
  background-color: #000000;
  color: #ffffff;
  padding: 6px 18px;
  width: auto;
  margin-top: 5rem;
  margin-right: auto;
  cursor: pointer;
}
.collect__info .succeess-msg {
  color: #555555;
  padding-left: 4rem;
  text-indent: -5rem;
  padding-top: 3.6rem;
}
.collect__info .succeess-msg img {
  width: 20px;
  display: inline-flex;
  margin-right: 6px;
}
.collect__info .error-msg {
  color: #ef6565;
  padding-top: 0.5rem;
  font-size: 12px;
}

::-moz-selection {
  color: #000000;
  background-color: #cccccc;
}

::selection {
  color: #000000;
  background-color: #cccccc;
}

.btn {
  background-color: transparent;
}

.btn--outline {
  padding: 1rem 1rem 0.5rem 1rem;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1px;
}

.btn--dark {
  padding: 0rem 1rem 0rem 1rem;
  border: 1px solid #061c35;
  border-radius: 20px;
  background-color: #061c35;
  color: #ffffff;
  font-size: 1.6rem;
}

.btn--add {
  padding: 0.6rem 1rem 0.5rem 1rem;
  border: 1px solid #024b2c;
  border-radius: 5px;
  background-color: #024b2c;
  font-size: 2rem;
  cursor: pointer;
  position: relative;
}

.nav-lang li.hide {
  display: none;
}

.nav-lang {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-top: -20px;
  padding: 6px 8px;
  width: 58px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: right;
  background-color: #061d35;
  z-index: 3;
}
@media only screen and (max-width: 1150px) {
  .nav-lang {
    padding: 6px 8px;
    margin-top: 0px;
  }
}
.nav-lang span {
  font-size: 16px;
  margin-right: 6px;
}

.is-open .nav-lang {
  z-index: 0;
}

.icon-arrow-down {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #ffffff;
  padding: 0px;
  transition: transform 0.5s;
}

.open .icon-arrow-down {
  transform: rotate(180deg);
}

.nav-lang.active li.active {
  text-decoration: underline;
}

li.lang {
  text-align: left;
  padding-top: 12px;
}

li.lang a:hover {
  transition: opacity 0.3s;
}

li.lang a:hover {
  opacity: 0.6;
}

.language-dropdown ul.lang-list {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.language-dropdown ul.lang-list li.selected {
  display: none;
}

ul.lang-list {
  position: absolute;
  left: -8px;
  width: 58px;
  top: 18px;
  padding: 0 1rem 1rem 1rem;
  font-size: 16px;
  background-color: #061d35;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.language-dropdown label {
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.language-dropdown.open ul.lang-list {
  visibility: visible;
  opacity: 1;
}

.language-dropdown.open label {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.icon__outline {
  border-radius: 5px;
  width: 35px;
  height: 35px;
  padding: 5px 6px;
}
@media (max-width: 37.5em) {
  .icon__outline {
    border-radius: 5px;
    width: 30px;
    height: 30px;
    padding: 4px 5px;
  }
}
.icon__outline img {
  width: 100%;
}
.icon__outline--light {
  border: 1px solid #ffffff;
}
.icon__outline--dark {
  border: 1px solid #061c35;
}

.accordion {
  border-bottom: 1px solid #000000;
}
.accordion__list {
  overflow: hidden;
}
.accordion__list .col-3 {
  width: 33.33%;
}
.accordion__title {
  padding: 16px 3rem;
  color: #202124;
  font-weight: 500;
  cursor: pointer;
  display: block;
  transition: 0.3s all;
}
.accordion__title img {
  width: 100px;
  margin-left: auto;
  margin-right: 30px;
}
.accordion__title--name {
  width: calc(100% - 36px);
}
@media (max-width: 37.5em) {
  .accordion__title--name {
    justify-content: center;
  }
}
@media (max-width: 37.5em) {
  .accordion__title {
    padding: 16px 0rem;
  }
}
.accordion:hover .accordion__title, .accordion__active .accordion__title {
  background: var(--color-primary-4);
}
.accordion__content-wrap {
  background: var(--color-base-1);
  overflow: hidden;
  transition: 0.2s all ease-in-out;
}
.accordion__content {
  padding: 24px 24px 24px 5.2rem;
}
.accordion__active .accordion__content-wrap {
  display: block;
  height: auto;
  max-height: 1000px;
}
.accordion__active .arrow {
  transform: rotate(-180deg);
}

.arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--color-primary-1);
  border-bottom: 2px solid var(--color-primary-1);
  transform: translateY(-50%) rotate(0deg);
  transition: 0.2s;
  background-image: url("/img/icons/arrow-down.svg");
  background-repeat: no-repeat;
  width: 30px;
  height: 16px;
}

@media (max-width: 64em) {
  .accordion__title div:nth-of-type(1) {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media (max-width: 64em) and (max-width: 37.5em) {
  .accordion__title div:nth-of-type(1) {
    text-align: center;
  }
}
@media (max-width: 64em) {
  .accordion__title div:nth-of-type(2) {
    margin-bottom: 2rem;
    margin-top: 3rem;
  }
}
@media (max-width: 64em) and (max-width: 37.5em) {
  .accordion__title div:nth-of-type(2) {
    width: 100%;
  }
}
@media (max-width: 64em) {
  .accordion__title div:nth-of-type(3) {
    align-self: center;
  }
  .accordion__title div:nth-of-type(3) img {
    width: 100px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.modal {
  background-color: rgba(0, 0, 0, 0.6784313725);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
  z-index: 999;
  opacity: 0;
}
.modal-on {
  opacity: 1;
  transition: opacity 0.3s;
}
.modal-container {
  margin: auto;
  margin-top: 5%;
  margin-bottom: 5%;
  max-width: 1000px;
  background: #fff;
  min-height: 85vh;
  position: relative;
  color: black;
}
@media (max-width: 85.38em) {
  .modal-container {
    margin: 5rem auto;
    max-width: 90%;
  }
}
@media (max-width: 64em) {
  .modal-container {
    margin: 2rem auto;
  }
  .modal-container.height-fit {
    min-height: auto;
    background: transparent;
    display: flex;
    align-items: center;
    margin: 0;
    width: 100%;
    max-width: none;
    padding: 10rem 2rem;
  }
}
.modal-container.height-fit {
  min-height: auto;
}
.modal-close {
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
  height: 40px;
  width: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 64em) {
  .modal-close {
    top: 1.5rem;
    left: 1.5rem;
  }
}
.modal-close::after {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #000;
  transform: rotate(45deg) translate(-7px, 6px);
  border-radius: 50px;
}
.modal-close::before {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #000;
  transform: rotate(-45deg) translate(8px, 7px);
  border-radius: 50px;
}
.modal-header {
  padding-top: 35vh;
  display: flex;
  align-items: flex-end;
  position: relative;
}
@media (max-width: 64em) {
  .modal-header {
    padding-top: 10vh;
  }
}
.modal-body {
  margin: 0 10rem 0rem 15rem;
  padding: 5rem 0;
  font-size: 16px;
}
@media (max-width: 64em) {
  .modal-body {
    margin: 0 3rem 0 6rem;
    padding: 3rem 0;
  }
}
@media (max-width: 37.5em) {
  .modal-body {
    margin: 0 3rem 0 3rem;
    padding: 3rem 0;
  }
}
.modal-title {
  width: 67%;
  padding: 5rem;
  margin-left: 10rem;
  background: #fff;
  position: relative;
  z-index: 1;
}
.modal-title h2 {
  line-height: 3.6rem;
  font-size: 4rem;
}
.modal-title h3 {
  font-size: 25px;
  width: 80%;
}
@media (max-width: 64em) {
  .modal-title {
    width: 80%;
    padding: 3rem;
    margin-left: 3rem;
  }
  .modal-title h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .modal-title h3 {
    font-size: 20px;
  }
}
@media (max-width: 37.5em) {
  .modal-title {
    width: 100%;
    padding: 3rem;
    margin-left: 0rem;
  }
  .modal-title h2 {
    font-size: 24px;
    line-height: 26px;
  }
  .modal-title h3 {
    font-size: 17px;
  }
}
.modal-shadow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.09);
}

.b24-widget-button-position-bottom-right {
  right: 3rem !important;
  bottom: 3rem !important;
}
@media (max-width: 37.5em) {
  .b24-widget-button-position-bottom-right {
    right: 1rem !important;
    bottom: 1rem !important;
  }
}

.left-to-right li {
  direction: rtl;
}

.left-to-right ul li,
.right-to-left ul li {
  list-style-type: none;
}

.right-to-left ul li {
  margin-left: 2rem;
  text-indent: -2rem;
}

.left-to-right ul li {
  margin-right: 2rem;
  text-indent: -2rem;
}

.left-to-right ul li:before {
  content: "·";
  margin-right: 2rem;
  text-indent: -2rem;
  display: inline-block;
}

.right-to-left ul li:before {
  content: "·";
  margin-left: 2rem;
  text-indent: -2rem;
  display: inline-block;
}

/*
  1. Use a more-intuitive box-sizing model.
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*
2. Remove default margin
*/
* {
  margin: 0;
}

/*
3. Allow percentage-based heights in the application
*/
html {
  font-size: 62.5%;
}

@media only screen and (max-width: 1800px) {
  html {
    font-size: 56.25%;
    /*1 rem = 9px; 9/16 = 56.25%; */
  }
}
@media only screen and (max-width: 900px) {
  html {
    font-size: 52%;
  }
}
/*
Typographic tweaks!
4. Add accessible line-height
5. Improve text rendering
*/
body {
  font-size: 16px;
  background-color: #061c35;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
}

/*
6. Improve media defaults
*/
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/*
7. Remove built-in form typography styles
*/
input,
button,
textarea,
select {
  font: inherit;
  border: none;
  background: transparent;
}

/*
8. Avoid text overflows
*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  font-weight: inherit;
  font-size: inherit;
}

/*
default padding for p
*/
p {
  margin-bottom: 1.2rem;
}

/*
9. Create a root stacking context
*/
/*
10. a herf remove styles default hover
*/
a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease-in;
}

/*
10. input remove styles
*/
input {
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*
10. unorder list remove styles
*/
ul, li {
  list-style-type: none;
  padding: 0px;
}

/*
11.addres remove styles
*/
address {
  font-style: normal;
}

#root,
#__next {
  isolation: isolate;
}

@font-face {
  font-family: "HelveticaNeueLTGEO-75Bold";
  src: url("/fonts/helvetica/ka/HelveticaNeueLTGEO-75Bold.woff2") format("woff2"), url("/fonts/helvetica/ka/HelveticaNeueLTGEO-75Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLTGEO-55Roman";
  src: url("/fonts/helvetica/ka/HelveticaNeueLTGEO-55Roman.woff2") format("woff2"), url("/fonts/helvetica/ka/HelveticaNeueLTGEO-55Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLTGEO-35Thin";
  src: url("/fonts/helvetica/ka/HelveticaNeueLTGEO-35Thin.woff2") format("woff2"), url("/fonts/helvetica/ka/HelveticaNeueLTGEO-35Thin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLTGEO-45Light";
  src: url("/fonts/helvetica/ka/HelveticaNeueLTGEO-45Light.woff2") format("woff2"), url("/fonts/helvetica/ka/HelveticaNeueLTGEO-45Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLTGEO-65Medium";
  src: url("/fonts/helvetica/ka/HelveticaNeueLTGEO-65Medium.woff2") format("woff2"), url("/fonts/helvetica/ka/HelveticaNeueLTGEO-65Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeue-CondensedBold";
  src: url("/fonts/helvetica/HelveticaNeue-CondensedBold.woff2") format("woff2"), url("/fonts/helvetica/HelveticaNeue-CondensedBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeue-CondensedBlack";
  src: url("/fonts/helvetica/HelveticaNeue-CondensedBlack.woff2") format("woff2"), url("/fonts/helvetica/HelveticaNeue-CondensedBlack.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaLTStd-Cond";
  src: url("/fonts/helvetica/HelveticaLTStd-Cond.woff2") format("woff2"), url("/fonts/helvetica/HelveticaLTStd-Cond.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeue-Bold";
  src: url("/fonts/helvetica/HelveticaNeue-Bold.woff2") format("woff2"), url("/fonts/helvetica/HelveticaNeue-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeue-Light";
  src: url("/fonts/helvetica/HelveticaNeue-Light.woff2") format("woff2"), url("/fonts/helvetica/HelveticaNeue-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("/fonts/helvetica/HelveticaNeue.woff2") format("woff2"), url("/fonts/helvetica/HelveticaNeue.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 62.5%;
  /*1rem = 10px; 10/16 = 62.5%*/
}

@media only screen and (max-width: 1800px) {
  html {
    font-size: 56.25%;
    /*1 rem = 9px; 9/16 = 56.25%; */
  }
}
@media only screen and (max-width: 900px) {
  html {
    font-size: 52%;
  }
}
body:lang(ka),
.title-header--bk:lang(ka) {
  font-family: "HelveticaNeueLTGEO-45Light";
}

body:lang(en),
body:lang(ru),
.nav-lang {
  font-family: "HelveticaNeue";
  font-weight: normal;
}

strong:lang(ka),
b:lang(ka),
.footer__nav:lang(ka) {
  font-family: "HelveticaNeueLTGEO-55Roman";
}

strong:lang(en),
b:lang(en),
strong:lang(ru),
b:lang(ru) {
  font-family: "HelveticaNeue-Bold";
  font-weight: normal !important;
}

.text-light:lang(ka) {
  font-family: "HelveticaNeueLTGEO-45Light";
}
.text-light:lang(en), .text-light:lang(ru) {
  font-family: "HelveticaNeue-Light";
}

.title__xbold:lang(en), .title__xbold:lang(ru) {
  font-family: "HelveticaNeue-CondensedBlack";
  font-weight: 900;
}
.title__xbold:lang(ka) {
  font-family: "HelveticaNeueLTGEO-75Bold";
}
.title__bold:lang(en), .title__bold:lang(ru) {
  font-family: "HelveticaNeue-CondensedBold";
}
.title__bold:lang(ka) {
  font-family: "HelveticaNeueLTGEO-75Bold";
}
.title__condensed:lang(en) {
  font-family: "HelveticaLTStd-Cond";
  font-weight: normal;
}
.title__condensed:lang(ru) {
  font-family: "HelveticaNeue";
}
.title___condensed:lang(ka) {
  font-family: "HelveticaNeueLTGEO-55Roman";
}
.title__regular:lang(en), .title__regular:lang(ru) {
  font-family: "HelveticaNeue";
  font-weight: normal;
}
.title__regular:lang(ka) {
  font-family: "HelveticaNeueLTGEO-45Light";
}
.title-section:lang(en), .title-section:lang(ru) {
  font-family: "HelveticaNeue";
  font-weight: normal;
}

.capitalize:lang(en),
.capitalize:lang(ru) {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.uppercase:lang(ka) {
  font-feature-settings: "case" on;
}

.lowercase {
  text-transform: lowercase;
}

pre {
  font-family: inherit;
  white-space: wrap;
  background: #024b2c;
  padding: 3rem;
  margin-left: -3rem;
  margin-right: -3rem;
  color: #bacdcd;
}
pre strong:lang(ka) {
  font-feature-settings: "case" on;
}
@media (max-width: 37.5em) {
  pre {
    margin-left: 0rem;
  }
}
pre strong:lang(en) {
  font-family: "HelveticaNeue-CondensedBold";
}

.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
}

.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.display-mobile {
  display: none;
}
@media only screen and (max-width: 1150px) {
  .display-mobile {
    display: block;
  }
}

@media only screen and (max-width: 1150px) {
  .display-desktop {
    display: none;
  }
}

@media (max-width: 37.5em) {
  .hide-phone {
    display: none;
  }
}

.show-phone {
  display: none;
}
@media (max-width: 37.5em) {
  .show-phone {
    display: block;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-right {
  text-align: right;
}

/* cursor */
.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

/* flex */
.flex {
  display: flex;
}

.flex-inline {
  display: inline-flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-end {
  justify-content: flex-end;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.content-start {
  align-content: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-start {
  align-self: flex-start;
}

.self-center {
  align-self: center;
}

/* positions */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

/*paddings*/
.p-0 {
  padding: 0;
}

.p-05 {
  padding: 0.5rem;
}

.p-1 {
  padding: 1rem;
}

.p-2 {
  padding: 2rem;
}

.p-3 {
  padding: 3rem;
}

.p-4 {
  padding: 4rem;
}

.p-5 {
  padding: 5rem;
}

.p-6 {
  padding: 6rem;
}

.p-7 {
  padding: 7rem;
}

.p-8 {
  padding: 8rem;
}

.p-9 {
  padding: 9rem;
}

.p-10 {
  padding: 10rem;
}

/*padding left*/
.pl-0 {
  padding-left: 0;
}

.pl-1 {
  padding-left: 1rem;
}

.pl-2 {
  padding-left: 2rem;
}

@media (max-width: 37.5em) {
  .pl-2--reset-phone {
    padding-left: 0rem;
  }
}
.pl-3 {
  padding-left: 3rem;
}

@media (max-width: 37.5em) {
  .pl-3--reset-phone {
    padding-left: 0rem;
  }
}
.pl-4 {
  padding-left: 4rem;
}

.pl-5 {
  padding-left: 5rem;
}

.pl-6 {
  padding-left: 6rem;
}

.pl-7 {
  padding-left: 7rem;
}

.pl-8 {
  padding-left: 8rem;
}

@media (max-width: 37.5em) {
  .pl-8--reset-phone {
    padding-left: 0rem;
  }
}
.pl-9 {
  padding-left: 9rem;
}

.pl-10 {
  padding-left: 10rem;
}

/*padding right*/
.pr-0 {
  padding-right: 0;
}

.pr-1 {
  padding-right: 1rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pr-3 {
  padding-right: 3rem;
}

.pr-4 {
  padding-right: 4rem;
}

.pr-5 {
  padding-right: 5rem;
}

.pr-6 {
  padding-right: 6rem;
}

.pr-7 {
  padding-right: 7rem;
}

.pr-8 {
  padding-right: 8rem;
}

.pr-9 {
  padding-right: 9rem;
}

.pr-10 {
  padding-right: 10rem;
}

/*padding top*/
.pt-0 {
  padding-top: 0;
}

.pt-02 {
  padding-top: 0.2rem;
}

.pt-05 {
  padding-top: 0.5rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pt-6 {
  padding-top: 6rem;
}

@media (max-width: 37.5em) {
  .pt-6--reset-phone {
    padding-top: 0rem;
  }
}
.pt-7 {
  padding-top: 7rem;
}

.pt-8 {
  padding-top: 8rem;
}

.pt-9 {
  padding-top: 9rem;
}

.pt-10 {
  padding-top: 10rem;
}

/*padding bottom*/
.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.pb-7 {
  padding-bottom: 7rem;
}

.pb-8 {
  padding-bottom: 8rem;
}

.pb-9 {
  padding-bottom: 9rem;
}

.pb-10 {
  padding-bottom: 10rem;
}

/*padding left and right*/
.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-5 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-6 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.px-7 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.px-8 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.px-9 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.px-10 {
  padding-left: 10rem;
  padding-right: 10rem;
}

/*padding top and bottom*/
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-9 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.py-10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

/*margins*/
.m-auto {
  margin: auto;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 1rem;
}

.m-2 {
  margin: 2rem;
}

.m-3 {
  margin: 3rem;
}

.m-4 {
  margin: 4rem;
}

.m-5 {
  margin: 5rem;
}

.m-6 {
  margin: 6rem;
}

.m-7 {
  margin: 7rem;
}

.m-8 {
  margin: 8rem;
}

.m-9 {
  margin: 9rem;
}

.m-10 {
  margin: 10rem;
}

/*margin left*/
.ml-auto {
  margin-left: auto;
}

.ml-0 {
  margin-left: 0;
}

.ml-1 {
  margin-left: 1rem;
}

.ml-2 {
  margin-left: 2rem;
}

.ml-3 {
  margin-left: 3rem;
}

.ml-4 {
  margin-left: 4rem;
}

.ml-5 {
  margin-left: 5rem;
}

.ml-6 {
  margin-left: 6rem;
}

.ml-7 {
  margin-left: 7rem;
}

.ml-8 {
  margin-left: 8rem;
}

.ml-9 {
  margin-left: 9rem;
}

.ml-10 {
  margin-left: 10rem;
}

/*margin right*/
.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: 1rem;
}

.mr-2 {
  margin-right: 2rem;
}

.mr-3 {
  margin-right: 3rem;
}

.mr-4 {
  margin-right: 4rem;
}

.mr-5 {
  margin-right: 5rem;
}

.mr-6 {
  margin-right: 6rem;
}

.mr-7 {
  margin-right: 7rem;
}

.mr-8 {
  margin-right: 8rem;
}

.mr-9 {
  margin-right: 9rem;
}

.mr-10 {
  margin-right: 10rem;
}

/*margin top*/
.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mt-6 {
  margin-top: 6rem;
}

.mt-7 {
  margin-top: 7rem;
}

.mt-8 {
  margin-top: 8rem;
}

.mt-9 {
  margin-top: 9rem;
}

.mt-10 {
  margin-top: 10rem;
}

.mt-12 {
  margin-top: 12rem;
}

.mt-14 {
  margin-top: 14rem;
}

.mt-15 {
  margin-top: 15rem;
}

.mt-100vh {
  margin-top: 100vh;
}

/*margin bottom*/
.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.mb-7 {
  margin-bottom: 7rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.mb-9 {
  margin-bottom: 9rem;
}

.mb-10 {
  margin-bottom: 10rem;
}

/*margin left and right*/
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.mx-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-2 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-3 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.mx-4 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.mx-5 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.mx-6 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.mx-7 {
  margin-left: 7rem;
  margin-right: 7rem;
}

.mx-8 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.mx-9 {
  margin-left: 9rem;
  margin-right: 9rem;
}

.mx-10 {
  margin-left: 10rem;
  margin-right: 10rem;
}

/*margin top and bottom*/
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.my-7 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.my-8 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.my-9 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.my-10 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.spacing-2 {
  letter-spacing: 2px;
}

.scale-x9 {
  transform: scale(0.9, 1);
}

/*font sizes*/
.text-xxxs {
  font-size: 1rem;
  /* 10px */
  line-height: 1rem;
  /* 10px */
}

.text-xxs {
  font-size: 1.1rem;
  /* 11px */
  line-height: 1.1rem;
  /* 11px */
}

.text-xs {
  font-size: 1.2rem;
  /* 12px */
  line-height: 1.2rem;
  /* 12px */
}

.text-sm {
  font-size: 1.4rem;
  /* 14px */
  line-height: 1.6rem;
  /* 20px */
}

.text-base {
  font-size: 1.6rem;
  /* 16px */
  line-height: 2.4rem;
  /* 24px */
}

.text-lg {
  font-size: 1.8rem;
  /* 18px */
  line-height: 2.8rem;
  /* 28px */
}

.text-xl {
  font-size: 2rem;
  /* 20px */
  line-height: 2.6rem;
  /* 28px */
}

.text-2xl {
  font-size: 2.4rem;
  /* 24px */
  line-height: 3.2rem;
  /* 32px */
}

.text-3xl {
  font-size: 3rem;
  /* 30px */
  line-height: 3.6rem;
  /* 36px */
}

.text-3xl:lang(ru) {
  font-size: 2.2rem;
  /* 30px */
  line-height: 2.4rem;
  /* 36px */
}

.text-3xl:lang(ka) {
  font-size: 2.4rem;
  /* 30px */
  line-height: 2.6rem;
  /* 36px */
}

.text-4xl {
  font-size: 3.6rem;
  /* 36px */
  line-height: 4rem;
  /* 40px */
}
@media (max-width: 37.5em) {
  .text-4xl {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 460px) {
  .text-4xl {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
}

.text-5xl {
  font-size: 4.8rem;
  /* 48px */
  line-height: 1;
}
.text-5xl:lang(ka) {
  font-size: 3.6rem;
}

.text-6xl {
  font-size: 6rem;
  /* 60px */
  line-height: 1;
}
@media (max-width: 37.5em) {
  .text-6xl {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 350px) {
  .text-6xl {
    font-size: 3.4rem;
  }
}

.text-6xl:lang(ka) {
  font-size: 5rem;
}

.text-8xl {
  font-size: 8rem;
}

/* max-width */
.max-w-1 {
  max-width: 10rem;
}

.max-w-2 {
  max-width: 20rem;
}

.max-w-3 {
  max-width: 30rem;
}

.max-w-4 {
  max-width: 40rem;
}

.max-w-7 {
  max-width: 70rem;
}

.max-w-8 {
  max-width: 80rem;
}

.max-w-9 {
  max-width: 90rem;
}

.max-w-10 {
  max-width: 100rem;
}

/* max-height */
.max-h-1 {
  max-height: 100px;
}

.w-full {
  width: 100%;
}

/* bg img sizes */
.img-full {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
}

.img-cover {
  background-position: center;
  background-size: cover;
  width: 100%;
}

/* bg and colors */
.clr-blue {
  color: #061c35;
}

.clr-blue-light {
  color: #cfe2e2;
}

.clr-blue-gray {
  color: #c4d7d7;
}

.text-white {
  color: #ffffff;
}

.text-dark {
  color: #061c35;
}

.text-light {
  color: #bbcece;
}

.text-light--blue {
  color: #bbcece;
}

.bg-gradient {
  background-image: linear-gradient(#061c35, #030f1d);
}

.bg-gradient--reverse {
  background-image: linear-gradient(#16171e, #061c35);
}

.bg-gradient-green {
  background-image: linear-gradient(#02372c, #030f1d);
}

.bg-gradient-dark {
  background-image: linear-gradient(#041425, #030f1d);
}

.text-green {
  color: #024b2c;
}

.bg-green {
  background-color: #024b2c;
}

.clr-green-light {
  color: #068000;
}

.bg-yellow {
  background-color: #ffbc00;
}

.bg-white {
  background-color: #ffffff;
}

.bg-light {
  background-color: #ebebeb;
}

.clr-yellow {
  color: #ffbc00;
}

.clr-white {
  color: #ffffff;
}

.bg-black {
  background-color: #212121;
}

.rgba-green {
  background-color: rgba(23, 63, 38, 0.6);
}

.rgba-green-secondary {
  background-color: rgba(23, 63, 38, 0.7);
}

/* columns */
.row {
  display: flex;
  flex-wrap: wrap;
}

.col-2 {
  width: 50%;
}

.col-4 {
  width: 40%;
}
@media (max-width: 37.5em) {
  .col-4 {
    width: 100%;
    padding: 0px;
  }
}
@media (max-width: 37.5em) {
  .col-4 {
    width: 100%;
    padding: 0px;
  }
}

.col-6 {
  width: 60%;
}
@media (max-width: 75em) {
  .col-6 {
    padding: 0px;
  }
}
@media (max-width: 37.5em) {
  .col-6 {
    width: 100%;
    padding: 0px;
  }
}

/* border radius */
.brd-2 {
  border-radius: 20px;
}

video {
  width: 100%;
}

.hover-opacity {
  transition: opacity 0.3s;
}

.hover-opacity:hover {
  opacity: 0.6;
}

.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pointer {
  cursor: pointer;
}

.border {
  border-style: solid;
  border-width: 1px;
}
.border-light {
  border-color: #c4d7d7;
}

/* hide */
@media (max-width: 37.5em) {
  .hide-mobile {
    display: none;
  }
}

.z-3 {
  z-index: 3;
}

.header {
  font-size: 1.6rem;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 3;
  width: 100%;
  color: #ffffff;
}
.header__contact {
  background-color: #061c35;
  padding: 2rem 4rem 2rem 6rem;
  height: 95px;
}
@media only screen and (max-width: 900px) {
  .header__contact {
    padding: 2rem 2rem 2rem 2rem;
  }
}
@media only screen and (max-width: 780px) {
  .header__contact .ml-2 {
    display: none;
  }
  .header__contact .mr-6 {
    margin-right: 3rem;
  }
}
.header__nav {
  padding: 2rem 4rem 2rem 6rem;
}
.header__nav.with-add {
  padding: 2rem 0rem 2rem 6rem;
}
@media only screen and (max-width: 1150px) {
  .header__nav.with-add {
    padding: 0rem 0rem 2rem 0rem;
  }
}
@media only screen and (max-width: 900px) {
  .header__nav {
    padding: 0rem 2rem 2rem 2rem;
  }
}
@media only screen and (max-width: 600px) {
  .header__nav .ml-2 {
    display: none;
  }
}
.header nav {
  font-size: 16px;
}
.header nav ul li {
  line-height: 16px;
  margin: 0.7rem 4rem 0rem 0rem;
}
.header nav ul li:last-of-type {
  margin: 0.7rem 0rem 0rem 0rem;
}
.header nav ul li.active a {
  border-bottom: 1px solid #ffffff;
}
@media only screen and (max-width: 1150px) {
  .header .main-nav {
    width: 100%;
    position: absolute;
    top: 70px;
    right: 0rem;
    padding: 10rem 4rem 0 2rem;
    z-index: 3;
    height: 0px;
    overflow: hidden;
    background-color: #061d35;
    transition: height 0.3s, background 0.3s;
  }
  .header .main-nav ul {
    display: flex;
    text-align: right;
    flex-direction: column;
    align-items: flex-end;
  }
  .header .main-nav ul li {
    margin: 0px 0px 30px 0;
    width: -moz-max-content;
    width: max-content;
  }
  .header .main-nav ul li:after {
    content: none;
  }
  .header .main-nav ul .has-parent li {
    margin: 10px 0px 0px 0;
  }
  .header .nav-mobile {
    cursor: pointer;
    position: relative;
    z-index: 4;
  }
  .header .nav-mobile .navicon {
    width: 5rem;
    background: transparent;
    transition: background 0.3s;
  }
  .header .nav-mobile .navicon span {
    display: block;
    width: 32px;
    height: 2px;
    background-color: #ffffff;
    margin: 8px 0;
    transition: transform 0.3s;
  }
  .header.is-open .navicon span:nth-of-type(1) {
    transform: rotate(45deg) translate(9px, 5px);
  }
  .header.is-open .navicon span:nth-of-type(2) {
    opacity: 0;
  }
  .header.is-open .navicon span:nth-of-type(3) {
    transform: rotate(-45deg) translate(9px, -5px);
  }
  .header.is-open .main-nav {
    height: 300px;
    background: #061d35;
    transition-delay: 0.3s;
  }
}

.footer {
  padding-top: 4rem;
}
.footer__nav ul li a {
  padding: 0 0rem 0 3rem;
}
@media (max-width: 85.38em) {
  .footer__nav ul li a {
    padding: 0;
    margin: 0.5rem 0;
    display: block;
  }
}
@media (max-width: 85.38em) {
  .footer__nav ul {
    flex-direction: column;
  }
}
@media (max-width: 37.5em) {
  .footer__nav {
    margin-top: 3rem;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 900px) {
  .footer .contact-bottom {
    flex-wrap: wrap;
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
}
@media (max-width: 37.5em) {
  .footer .contact-bottom {
    flex-direction: column;
  }
}
@media only screen and (max-width: 900px) {
  .footer__contact {
    width: 100%;
    justify-content: flex-end;
    margin-top: 30px;
  }
}
@media (max-width: 37.5em) {
  .footer__contact {
    justify-content: flex-start;
    flex-direction: column;
  }
}
.footer address {
  display: none;
}
@media (max-width: 37.5em) {
  .footer address {
    display: flex;
  }
}

#app {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* header */
.main-banner {
  background-color: #061c35;
}

.absolute.loading-gif {
  width: 100px;
  height: 100px;
  /* z-index: 5; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.building-gallery {
  display: none;
}

.building-gallery:nth-of-type(1) {
  display: block;
}

header.is-open {
  height: 100%;
  overflow-y: scroll;
}

.nav li {
  white-space: nowrap;
}
.nav li img {
  width: auto;
  margin-left: 7px;
}
.nav li:nth-of-type(1) img {
  height: 12px;
}
.nav li:nth-of-type(2) img {
  height: 13px;
}
.nav li:nth-of-type(3) img {
  height: 14px;
}
.nav li.flex:lang(ka) {
  align-items: center;
}

.nav li a:after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: #ffbc00;
  transition: width 0.3s;
}

.logo {
  width: 18rem;
  cursor: pointer;
}
@media (max-width: 37.5em) {
  .logo {
    width: 15rem;
  }
}
.logo-footer {
  width: 18rem;
  padding: 0.2rem 0rem 0.2rem 0;
}
@media (max-width: 37.5em) {
  .logo-footer {
    border-right: 1px solid transparent;
    padding: 0rem;
    width: 12rem;
  }
}

.lang-switch span {
  font-size: 1.9rem;
  padding: 0 1rem;
}

/* video banner */
#video {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/* main banner */
.video-container-main {
  height: 100vh;
  position: relative;
}
.video-container-main video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.progressive-image .loadingImage {
  filter: blur(5px);
}

.progressive-image .overlay {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  opacity: 0;
  transition: opacity 200ms ease-in;
  background-size: cover;
  background-position: center;
}

.main-banner,
.progressive-image .overlay {
  min-height: 600px;
}
@media only screen and (max-width: 600px) {
  .main-banner,
  .progressive-image .overlay {
    min-height: 400px;
  }
}

@media only screen and (max-width: 460px) {
  .main-banner .text-xl {
    font-size: 1.6rem;
  }
}

.main-banner--info {
  opacity: 1;
  position: absolute;
  left: 6rem;
  bottom: 3rem;
  transition: opacity 0.6s;
}
.main-banner--info h5 {
  font-size: 2.8rem;
}
.main-banner--info h6 {
  font-size: 2.4rem;
}

@media only screen and (max-width: 600px) {
  .main-banner--info {
    position: absolute;
    left: 3rem;
    bottom: 3rem;
    margin-right: 3rem;
  }
}
@media only screen and (max-width: 480px) {
  .main-banner--info .text-3xl {
    font-size: 2rem;
    line-height: 2.6rem;
  }
  .main-banner--info .pt-1 {
    font-size: 14px;
    padding-top: 5px;
  }
  .main-banner--info .pt-4 {
    padding-top: 20px;
  }
}
.brd-radius {
  display: inline-block;
  padding: 1rem 2rem 1rem 1rem;
  border-radius: 30px;
}

/* vision */
.vision-slider {
  padding-left: 3rem;
  width: 100%;
}
@media (max-width: 75em) {
  .vision-slider {
    padding-left: 0rem;
  }
}

.slider-container {
  width: 110%;
}

.vision-slider .slick-slide {
  padding-right: 2.5rem;
}
@media only screen and (max-width: 480px) {
  .vision-slider .slick-slide {
    padding-right: 0rem;
  }
}

@media only screen and (max-width: 480px) {
  .slider-container {
    width: 100%;
  }
  .vision-slider {
    padding-left: 0px !important;
    padding-top: 3rem !important;
  }
}
.main-add {
  top: 0px !important;
  height: 100% !important;
  position: absolute;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main {
  position: relative;
}

.img-vision {
  padding-bottom: 110%;
}

/* product */
.product-list {
  display: flex;
}

.product-list .button {
  padding: 0 16px;
  display: flex;
}

.product-item {
  margin: 0 30px;
  text-align: center;
  height: 155px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

/* gallery */
.slider-.nav-container {
  margin-top: -120px !important;
  width: 50%;
  margin: 0 auto;
  background: #000000;
  padding: 10px;
  border-radius: 20px;
}

.slider-.nav {
  background-color: #1c1c1c;
  border-radius: 20px;
  padding: 5px;
}

.slider-.nav-container .slick-list.draggable {
  padding: 0px !important;
}

.slider-.nav .img-cover {
  padding: 20px;
  background-color: #000000;
  height: 80px;
  padding: 10px;
}

@media only screen and (max-width: 900px) {
  .slider-.nav-container {
    width: 70%;
  }
}
@media only screen and (max-width: 520px) {
  .slider-.nav-container {
    width: 65%;
  }
}
/* management options */
.option-item-title {
  display: inline-flex;
  padding: 10px 30px;
  height: 70px;
  width: 280px;
}

@media only screen and (max-width: 920px) {
  .option-item.max-w-3 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .managment-list.max-w-10 {
    max-width: 400px;
  }
  .managment-list .pt-6 {
    padding-top: 4rem;
  }
}
/* media */
.slider-media .slick-slide {
  padding-right: 2.5rem;
}

.img-media {
  padding-bottom: 56%;
  display: block;
}

.media ul li {
  display: flex;
  align-items: center;
  margin: 5px 0;
}

.icon-play {
  display: inline-flex;
  margin-right: 6px;
  opacity: 0.6;
}

.icon-play img {
  width: 15px;
}

/* stackeholders */
.stakeholders-description {
  width: 40%;
  padding-top: 6rem;
}
@media (max-width: 85.38em) {
  .stakeholders-description {
    padding-top: 3rem;
  }
}
@media (max-width: 75em) {
  .stakeholders-description {
    width: 45%;
    padding-top: 2rem;
  }
  .stakeholders-description.pr-6 {
    padding-right: 3rem;
    padding-left: 0rem;
  }
  .stakeholders-description .pt-6.pl-6 {
    padding-top: 2rem;
    padding-left: 0px;
  }
  .stakeholders-description .pl-2.pt-6 {
    padding-top: 2rem;
  }
}
@media (max-width: 64em) {
  .stakeholders-description {
    width: 50%;
  }
}
@media only screen and (max-width: 900px) {
  .stakeholders-description .stakeholders-description.pr-6 .pl-10.pt-4 {
    padding: 10px 0 40px 10px;
  }
}
@media (max-width: 37.5em) {
  .stakeholders-description {
    width: 100%;
    padding-right: 0rem;
  }
}
.stakeholders-images {
  width: 60%;
}
@media (max-width: 75em) {
  .stakeholders-images {
    width: 55%;
  }
}
@media (max-width: 64em) {
  .stakeholders-images {
    width: 50%;
  }
}
@media (max-width: 37.5em) {
  .stakeholders-images {
    width: 100%;
    padding-right: 0rem;
  }
}
.stakeholders-images .img-stackeholders {
  padding-bottom: 70%;
  display: block;
}
@media (max-width: 37.5em) {
  .stakeholders .sm-reverse {
    flex-direction: column-reverse;
  }
}

@media (max-width: 75em) {
  .management .row {
    align-items: center;
  }
}
.management-description {
  width: 40%;
  padding-right: 6rem;
}
@media (max-width: 75em) {
  .management-description {
    width: 40%;
  }
}
@media (max-width: 64em) {
  .management-description {
    width: 50%;
  }
}
@media (max-width: 37.5em) {
  .management-description {
    width: 100%;
    padding-right: 0rem;
  }
}
.management-images {
  width: 60%;
}
.management-images .img-cover {
  padding-bottom: 70%;
}
@media (max-width: 75em) {
  .management-images {
    width: 60%;
  }
}
@media (max-width: 64em) {
  .management-images {
    width: 50%;
  }
}
@media (max-width: 37.5em) {
  .management-images {
    width: 100%;
    margin-top: 4rem;
  }
}
.management .editor-styles h1:lang(en),
.management .editor-styles h1:lang(ru),
.management .editor-styles h2:lang(en),
.management .editor-styles h2:lang(ru),
.management .editor-styles h3:lang(en),
.management .editor-styles h3:lang(ru),
.management .editor-styles h4:lang(en),
.management .editor-styles h4:lang(ru),
.management .editor-styles h5:lang(en),
.management .editor-styles h5:lang(ru),
.management .editor-styles h6:lang(en),
.management .editor-styles h6:lang(ru) {
  font-family: "HelveticaNeue-Bold";
  text-transform: uppercase;
}
.management .editor-styles h1:lang(ka),
.management .editor-styles h2:lang(ka),
.management .editor-styles h3:lang(ka),
.management .editor-styles h4:lang(ka),
.management .editor-styles h5:lang(ka),
.management .editor-styles h6:lang(ka) {
  font-family: "HelveticaNeueLTGEO-55Roman";
  text-transform: uppercase;
  font-feature-settings: "case" on;
}
@media (max-width: 75em) {
  .management .editor-styles .pl-3.pt-6 {
    padding-left: 0px;
  }
}
@media (max-width: 37.5em) {
  .management .editor-styles .pl-3.pt-6 {
    padding-left: 0px;
    padding-top: 4rem;
  }
}
.management ul li {
  list-style: inside;
}

.block-list {
  font-size: 14rem;
}
@media (max-width: 37.5em) {
  .block-list {
    font-size: 7rem;
  }
}

@media (max-width: 37.5em) {
  .border.border-light.p-3.w-full {
    padding: 1.5rem;
  }
}

@media (max-width: 37.5em) {
  .border.border-light.p-3.w-full,
  .border.border-light.p-3.w-100 {
    padding: 1.5rem;
  }
  .border.border-light.p-3.w-100 h4 {
    line-height: 18px;
    font-size: 14px;
  }
  .border.border-light.p-3.w-100 p {
    line-height: 16px;
    font-size: 12px;
  }
  .block-status span {
    line-height: 14px !important;
    font-size: 11px;
  }
}
.projects-gallery {
  height: calc(100vh - 100px);
  min-height: 680px;
}
@media (max-width: 64em) {
  .projects-gallery {
    min-height: 480px;
  }
}
@media (max-width: 37.5em) {
  .projects-gallery {
    min-height: 200px;
    height: auto;
  }
}

@media (max-width: 37.5em) {
  .slider-projects {
    margin-bottom: 30px;
  }
}

.projects-item {
  padding: 10px;
  display: flex;
  position: absolute;
  width: 25%;
  flex-wrap: wrap;
}
@media (max-width: 64em) {
  .projects-item {
    width: 50%;
  }
}
@media (max-width: 37.5em) {
  .projects-item {
    display: none;
  }
}
.projects-item .img {
  height: 100%;
  width: 100%;
}
.projects-item .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.projects-item:nth-of-type(1) {
  position: absolute;
  height: 50%;
  left: 0px;
}
@media (max-width: 37.5em) {
  .projects-item:nth-of-type(1) {
    display: block;
    width: 100%;
    position: static;
  }
}

.projects-item:nth-of-type(2) {
  position: absolute;
  top: 50%;
  height: 50%;
}
@media (max-width: 64em) {
  .projects-item:nth-of-type(2) {
    top: 40%;
    height: 20%;
  }
}

.projects-item:nth-of-type(3) {
  position: absolute;
  left: 25%;
  height: 50%;
}
@media (max-width: 64em) {
  .projects-item:nth-of-type(3) {
    left: 50%;
    height: 45%;
  }
}

.projects-item:nth-of-type(4) {
  position: absolute;
  left: 25%;
  top: 50%;
  height: 50%;
}
@media (max-width: 64em) {
  .projects-item:nth-of-type(4) {
    left: 50%;
    top: 45%;
    height: 18%;
  }
}

.projects-item:nth-of-type(5) {
  position: absolute;
  left: 0%;
  top: 70%;
  height: 30%;
  display: none;
}
@media (max-width: 64em) {
  .projects-item:nth-of-type(5) {
    left: 0%;
    top: 60%;
    height: 20%;
  }
}

.projects-item:nth-of-type(6) {
  position: absolute;
  left: 50%;
  height: 100%;
  width: 50%;
}
@media (max-width: 64em) {
  .projects-item:nth-of-type(6) {
    left: 50%;
    top: 63%;
    height: 17%;
  }
}

@media only screen and (max-width: 780px) {
  .col-2 {
    width: 100%;
  }
  .media .col-2:nth-of-type(1) {
    margin-top: 40px;
  }
  .media .container {
    flex-direction: column-reverse;
  }
}
.info-box-footer .list-bullets:nth-of-type(1) ul {
  margin-right: 10px;
  margin-left: 10px;
}

.info-box-footer .list-bullets:nth-of-type(2) ul {
  margin-left: 10px;
}

.logo-orbigroup {
  width: 55px;
}

.logo-block {
  width: 130px;
}

/* footer */
footer span img {
  height: 16px;
  width: auto;
  margin-left: 12px;
}

.dot {
  width: 4px;
  height: 4px;
  display: inline-flex;
  border-radius: 4px;
  margin: 0 10px;
}
@media (max-width: 37.5em) {
  .dot {
    display: none;
  }
}

.img-award {
  background-image: url("/img/icons/award.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 30px;
}

.stars-around:before {
  content: "";
  display: inline-block;
  background-image: url("/img/icons/icon-star.svg");
  width: 16px;
  height: 16px;
  vertical-align: top;
  margin-right: 6px;
}

.stars-around:after {
  content: "";
  display: inline-block;
  background-image: url("/img/icons/icon-star.svg");
  width: 16px;
  height: 16px;
  vertical-align: top;
  margin-left: 6px;
}

.stars-absolute {
  position: relative;
}

.stars-absolute:before {
  content: "";
  position: absolute;
  background-image: url("/img/icons/icon-star-light-green.svg");
  width: 20px;
  height: 20px;
  top: 0px;
  left: 0px;
}

.stars-absolute:after {
  content: "";
  position: absolute;
  background-image: url("/img/icons/icon-star-light-green.svg");
  width: 20px;
  height: 20px;
  top: 0px;
  right: 0px;
}

ul.hotel-list.text-center {
  -moz-column-count: 4;
       column-count: 4;
  max-width: 1200px;
  margin: 0rem auto;
  padding: 8rem 0;
}
ul.hotel-list.text-center li {
  margin: 8px 0;
}
@media (max-width: 75em) {
  ul.hotel-list.text-center {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 37.5em) {
  ul.hotel-list.text-center {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.border-top-bottom:before {
  content: "";
  width: 40%;
  background-color: #024b2c;
  height: 1px;
  display: block;
  text-align: center;
  margin-left: 30%;
  margin-bottom: 3rem;
  margin-top: 10px;
}

.border-top-bottom:after {
  content: "";
  width: 40%;
  background-color: #024b2c;
  height: 1px;
  display: block;
  text-align: center;
  margin-left: 30%;
  margin-top: 3rem;
}

.border-top-bottom--light:before {
  content: "";
  width: 40%;
  background-color: #ebebeb;
  height: 1px;
  display: block;
  text-align: center;
  margin-left: 30%;
  margin-bottom: 3rem;
  margin-top: 10px;
}

.border-top-bottom--light:after {
  content: "";
  width: 40%;
  background-color: #ebebeb;
  height: 1px;
  display: block;
  text-align: center;
  margin-left: 30%;
  margin-top: 3rem;
}

@media (max-width: 37.5em) {
  .awards-imges .img {
    width: 100%;
    max-width: 130px !important;
    padding: 0px;
  }
  .awards-imges--item {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
/* section:not(.header) {
  padding: 5rem 0 4rem 6rem;
} */
.section {
  padding: 8rem 6rem 0rem 6rem;
}
.section.media {
  padding: 8rem 3.5rem 0rem 6rem;
}
@media (max-width: 64em) {
  .section {
    padding: 8rem 4rem 0rem 4rem;
  }
  .section.media {
    padding: 8rem 1.5rem 0rem 4rem;
  }
}
@media (max-width: 37.5em) {
  .section {
    padding: 6rem 3rem 0rem 3rem;
  }
  .section.media {
    padding: 6rem 0.5rem 0rem 3rem;
  }
}

@media (max-width: 37.5em) {
  #vision .section-title:after,
  #media .section-title:after,
  #partners .section-title:after {
    display: none;
  }
}

@media (max-width: 37.5em) {
  #managament .section-title:after {
    width: 100%;
    max-width: 100%;
  }
}

/* section header */
.section-title {
  padding-left: 3rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-feature-settings: "case" on;
}
@media (max-width: 75em) {
  .section-title {
    padding-left: 0rem;
  }
}
@media (max-width: 37.5em) {
  .section-title {
    padding-left: 0rem;
  }
  .section-title.pb-2 {
    padding-bottom: 0px;
  }
}

.title--lines:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  height: 1px;
  background: #ffffff;
  align-self: center;
  margin-right: 20px;
  max-width: 100px;
}

.title--lines:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  height: 1px;
  background: #ffffff;
  align-self: center;
  margin-left: 20px;
  max-width: 100px;
}

.page-title {
  padding-top: 18rem;
  padding-bottom: 8rem;
  font-size: 10rem;
  background-image: linear-gradient(#000000, #061c35);
}
@media only screen and (max-width: 1150px) {
  .page-title {
    padding-top: 22rem;
  }
}
@media only screen and (max-width: 600px) {
  .page-title {
    font-size: 7rem;
    padding-bottom: 4rem;
  }
  .page-title:lang(ka) {
    font-size: 5rem;
  }
}

/* container */
.youtube-container {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube-container iframe, .youtube-container object, .youtube-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.col-25 {
  width: 25%;
}
@media (max-width: 75em) {
  .col-25 {
    width: 50%;
  }
}

.col-3 {
  width: 33.33%;
}
@media (max-width: 75em) {
  .col-3 {
    width: 50%;
  }
}
@media (max-width: 37.5em) {
  .col-3 {
    width: 100%;
  }
}

.item-statistics {
  width: 33.33%;
}
.item-statistics .text-green {
  font-size: 18rem;
}
@media (max-width: 64em) {
  .item-statistics .text-green {
    font-size: 14rem;
  }
}
.item-statistics .text-green span {
  font-size: 10rem;
}
@media (max-width: 37.5em) {
  .item-statistics {
    width: 100%;
  }
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("/fonts/slick.eot");
  src: url("/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/fonts/slick/slick.woff") format("woff"), url("/fonts/slick/slick.ttf") format("truetype"), url("/fonts/slick/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: -4.2rem;
  display: block;
  width: 13px;
  height: 25px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background-size: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  opacity: 1;
  transition: opacity 0.3s;
}

.management-images .slick-prev,
.management-images .slick-next {
  top: 3rem;
  transform: translate(0, -50%);
}

.slider-block .slick-prev,
.slider-block .slick-next {
  top: -20px;
}

.slider-orbi .slick-prev,
.slider-orbi .slick-next {
  top: -20px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  opacity: 0.5;
  /* background: transparent; */
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.5;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  /* font-family: 'slick'; */
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  right: 14%;
  margin-right: 50px;
  background-image: url("/img/icons/icon-arrow-right.svg");
}

.management-images .slick-prev {
  right: 1.5rem;
  margin-right: 50px;
  background-image: url(/images/icon-arrow-right.svg?6f279a471b538bba457e23a56f4d2ea5);
}

.slider-nav .slick-prev {
  left: -60px;
  background-image: url("/img/icons/icon-arrow-left.svg");
}

.slider-block .slick-prev {
  left: 0px;
  margin-right: 0px;
}

.slider-orbi .slick-prev,
.slider-partners .slick-prev {
  right: 50px;
  margin-right: 0px;
}

/* [dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
} */
/* .slick-prev:before
{
    content: '←';
} */
/* [dir='rtl'] .slick-prev:before
{
    content: '→';
} */
.slick-next {
  right: 14%;
  background-image: url("/img/icons/icon-arrow-left.svg");
}

.management-images .slick-next {
  right: 0px;
  margin-right: 2rem;
  background-image: url(/images/icon-arrow-left.svg?6f279a471b538bba457e23a56f4d2ea5);
}

.slider-nav .slick-next {
  right: -60px;
  background-image: url("/img/icons/icon-arrow-right.svg");
}

.slider-block .slick-next {
  left: 50px;
  margin-right: 0px;
}

.slider-orbi .slick-next,
.slider-partners .slick-next {
  right: 0px;
  margin-right: 0px;
}

/* [dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
} */
/* Dots */
.slick-dots {
  position: absolute;
  top: 50%;
  right: 3rem;
  display: flex;
  flex-direction: column;
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 900px) {
  .slick-dots {
    right: 2rem;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px 0px;
  padding: 0;
  border: 1px solid #ffffff;
  border-radius: 20px;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 0.5;
}

/* .slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */
.slick-dots li.slick-active {
  opacity: 0.75;
  background-color: #ffffff;
}

.slick-slide:not(.slick-active) {
  display: none;
}

.slider-projects,
.slider-partners,
.slider,
.stakeholders-images,
.slider-main {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.slider-projects.slick-initialized,
.slider-partners.slick-initialized,
.slider.slick-initialized,
.stakeholders-images.slick-initialized,
.slider-main.slick-initialized {
  visibility: visible;
  opacity: 1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
