@font-face {
  font-family: "FiraGO";
  src: url("../fonts/firago-georgian/Roman/FiraGO-Regular.otf") format("opentype");
}
@font-face {
  font-family: "FiraGO-Book";
  src: url("../fonts/firago-georgian/Roman/FiraGO-Book.otf") format("opentype");
}
@font-face {
  font-family: "FiraGO-SemiBold";
  src: url("../fonts/firago-georgian/Roman/FiraGO-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "FiraGO-Bold";
  src: url("../fonts/firago-georgian/Roman/FiraGO-Bold.otf") format("opentype");
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  font-family: "FiraGO", system-ui, -apple-system, sans-serif;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1234px;
  width: 100%;
}

.main-footer {
  background-color: #033067;
  padding-top: 38px;
  padding-bottom: 38px;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  .footer-inner {
    flex-direction: column;
    gap: 24px;
  }
}
.footer-inner figure {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .footer-inner figure {
    max-width: 52px;
  }
}
.footer-inner figure a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-nav-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 0;
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  .footer-nav-list {
    flex-direction: column;
    gap: 16px;
  }
}
.footer-nav-list a {
  color: #FFFFFF;
  font-size: 16px;
  text-decoration: none;
  font-family: "FiraGO-Book";
  font-feature-settings: "case";
}
@media only screen and (max-width: 640px) {
  .footer-nav-list a {
    font-size: 14px;
  }
}
.footer-nav-list a:hover {
  text-decoration: underline;
  transition: 0.3s;
}

.footer-copyright {
  color: #FFFFFF;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "FiraGO-Book";
  font-feature-settings: "case";
}

.section-title {
  font-size: 32px;
  margin-bottom: 0;
  margin-top: 0;
  font-family: "FiraGO-SemiBold";
  font-feature-settings: "case";
}
@media only screen and (max-width: 960px) {
  .section-title {
    font-size: 20px;
  }
}

.section-title-box {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (max-width: 640px) {
  .section-title-box {
    margin-bottom: 20px;
  }
}

.blog-section {
  margin-bottom: 86px;
  padding-top: 92px;
  padding-bottom: 92px;
  background-color: #F7EBDE;
}
@media only screen and (max-width: 960px) {
  .blog-section {
    margin-bottom: 48px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.blog-section .uk-grid {
  margin-left: -26px;
}
@media only screen and (max-width: 640px) {
  .blog-section .uk-grid {
    margin-left: -12px;
  }
}
.blog-section .uk-grid > * {
  padding-left: 26px;
}
@media only screen and (max-width: 640px) {
  .blog-section .uk-grid > * {
    padding-left: 12px;
  }
}

.blog-card {
  background-color: #FFFFFF;
  border-radius: 8px;
}

.blog-card-content {
  padding: 28px 20px 26px 20px;
}

.blog-card-image {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin: 0;
}
.blog-card-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.8407310705%;
}
.blog-card-image .ratio-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #033067;
  font-size: 16px;
  font-family: "FiraGO-Book";
}
.blog-card-btn:hover {
  text-decoration: none;
  color: #033067;
}
@media only screen and (max-width: 960px) {
  .blog-card-btn {
    font-size: 14px;
  }
}

.blog-card-title {
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 14px;
  color: #22262A;
  margin-bottom: 16px;
  font-family: "FiraGO-SemiBold";
  font-feature-settings: "case";
}
@media only screen and (max-width: 960px) {
  .blog-card-title {
    font-size: 16px;
  }
}

.blog-arrows {
  display: flex;
  align-items: center;
  gap: 12px;
}
.blog-arrows a {
  background-color: #063369;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.blog-arrows a.uk-invisible {
  visibility: visible !important;
  background-color: #9BBADF;
}

.contact-section {
  margin-bottom: 72px;
}
.contact-section .uk-grid {
  margin-left: -52px;
}
.contact-section .uk-grid > * {
  padding-left: 52px;
}
.contact-section iframe {
  border-radius: 12px;
  width: 100%;
}

.m-b-47 {
  margin-bottom: 47px;
}
@media only screen and (max-width: 960px) {
  .m-b-47 {
    margin-bottom: 16px;
    font-size: 24px !important;
  }
}

.contact-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.social-list {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 0;
}
.social-list a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact-list h4 {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 12px;
  color: #22262A;
  font-family: "FiraGO-SemiBold";
  font-feature-settings: "case";
}
.contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.contact-list p,
.contact-list a {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #505862;
  font-family: "FiraGO-Book";
}
.contact-list a:hover {
  color: #033067;
  transition: 0.3s;
}

.product-section {
  padding-top: 92px;
}
@media only screen and (max-width: 960px) {
  .product-section {
    padding-top: 48px;
    padding-bottom: 32px;
  }
}
.product-section .container {
  max-width: 1028px;
}
.product-section .section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
@media only screen and (max-width: 960px) {
  .product-section .section-title {
    margin-bottom: 16px;
    font-size: 24px;
  }
}

.m-b-40 {
  margin-bottom: 40px;
}

.product-list > *:nth-child(even) .product-card {
  flex-direction: row-reverse;
}
.product-list > *:first-child .product-card {
  border-top: none;
}
@media only screen and (max-width: 960px) {
  .product-list > *:first-child .product-card {
    padding-top: 0;
  }
}

.product-card {
  display: flex;
  align-items: center;
  margin-left: -48px;
  border-top: 1px solid #D2ECF6;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 960px) {
  .product-card {
    flex-direction: column !important;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.product-card > * {
  padding-left: 48px;
}
.product-card .product-card-content {
  flex: 1;
}
@media only screen and (max-width: 960px) {
  .product-card .product-card-content {
    text-align: center;
  }
}
.product-card figure {
  min-width: 390px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.product-card figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 116.3742690058%;
}
.product-card figure .ratio-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 960px) {
  .product-card figure {
    margin-bottom: 16px;
  }
}
.product-card h3 {
  font-size: 24px;
  color: #22262A;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "FiraGO-SemiBold";
  font-feature-settings: "case";
}
@media only screen and (max-width: 960px) {
  .product-card h3 {
    text-align: center;
    font-size: 20px;
  }
}
.product-card p {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 16px;
  color: #505862;
  font-family: "FiraGO-Book";
}
@media only screen and (max-width: 960px) {
  .product-card p {
    text-align: center;
  }
}
.product-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #033067;
  border-radius: 8px;
  padding: 8px 12px;
  color: #FFFFFF;
  font-size: 16px;
  font-family: "FiraGO-Book";
}
.product-card a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: 0.3s;
}

.main-header {
  padding-top: 32px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 960px) {
  .main-header {
    padding-top: 16px;
    padding-bottom: 18px;
    position: relative;
    margin-bottom: 40px;
  }
}
.main-header figure {
  margin-bottom: 0;
  margin-top: 0;
}
@media only screen and (max-width: 960px) {
  .main-header figure {
    max-width: 52px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width: 960px) {
  .header-nav {
    display: none;
  }
  .header-nav.active {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 9;
    background-color: #FFFFFF;
    text-align: center;
    border-radius: 0 0 8px 8px;
    border-top: 1px solid #F1F2F4;
  }
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-nav-list {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 0;
  margin-top: 0;
}
@media only screen and (max-width: 960px) {
  .header-nav-list {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    width: 100%;
    gap: 16px;
    padding-top: 20px;
    padding-bottom: 24px;
  }
}
.header-nav-list a {
  color: #505862;
  font-size: 16px;
  text-decoration: none;
  font-family: "FiraGO-Book";
  font-feature-settings: "case";
}
@media only screen and (max-width: 640px) {
  .header-nav-list a {
    font-size: 14px;
  }
}
.header-nav-list a:hover {
  color: #033067;
  transition: 0.3s;
}

.menu-btn {
  display: none;
}
@media only screen and (max-width: 960px) {
  .menu-btn {
    all: unset;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
  }
  .menu-btn .close {
    display: none;
  }
  .menu-btn.active .open {
    display: none;
  }
  .menu-btn.active .close {
    display: block;
  }
}

.lang-box {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 0;
  margin-top: 0;
  background-color: #FBF5EF;
  border-radius: 8px;
  padding: 6px 8px;
}
.lang-box a {
  font-size: 16px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 6px;
  border-radius: 8px;
  font-family: "FiraGO-Book";
  font-feature-settings: "case";
}
@media only screen and (max-width: 640px) {
  .lang-box a {
    font-size: 14px;
  }
}
.lang-box a.active, .lang-box a:hover {
  color: #FFFFFF;
  background-color: #033067;
  text-decoration: none;
}
.lang-box a.active {
  cursor: default;
}

.home-hero figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  min-height: 638px;
}
.home-hero figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 44.3055555556%;
}
.home-hero figure .ratio-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 960px) {
  .home-hero figure {
    min-height: 393px;
  }
}
.home-hero figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(26, 50, 79, 0.54);
  z-index: 1;
}
.home-hero .container {
  position: relative;
}

.hero-text-box {
  max-width: 520px;
  position: absolute;
  left: 0;
  bottom: 146px;
  z-index: 2;
}
@media only screen and (max-width: 1300px) {
  .hero-text-box {
    left: 16px;
    right: 16px;
    bottom: 28px;
  }
}

.hero-title {
  font-size: 48px;
  margin-top: 0;
  margin-bottom: 8px;
  color: #FFFFFF;
  max-width: 400px;
  font-family: "FiraGO-SemiBold";
  font-feature-settings: "case";
}
@media only screen and (max-width: 1300px) {
  .hero-title {
    font-size: 24px;
    max-width: 100%;
  }
}

.hero-desc {
  font-size: 20px;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: "FiraGO-Book";
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 1300px) {
  .hero-desc {
    font-size: 16px;
    margin-bottom: 24px;
  }
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  background-color: #D4A968;
  border-radius: 8px;
  padding: 12px 16px;
  color: #033067;
  gap: 8px;
  font-family: "FiraGO-Book";
  font-size: 16px;
}
.hero-btn:hover {
  text-decoration: none;
  background-color: #033067;
  color: #FFF;
  transition: 0.3s;
}
.hero-btn:hover path {
  fill: #FFF;
  transition: 0.3s;
}

.hero-badge {
  display: inline-block;
  background-color: rgba(87, 103, 123, 0.69);
  border-radius: 8px;
  padding: 8px;
  color: #D4A968;
  font-size: 12px;
  border: 1px solid #F0D9C2;
  margin-bottom: 40px;
  padding-left: 22px;
  position: relative;
  font-family: "FiraGO-Book";
  font-feature-settings: "case";
}
@media only screen and (max-width: 1300px) {
  .hero-badge {
    margin-bottom: 100px;
  }
}
.hero-badge::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #D4A968;
}

.other-products-section {
  margin-bottom: 114px;
}
@media only screen and (max-width: 960px) {
  .other-products-section {
    margin-bottom: 80px;
  }
}
.other-products-section .uk-grid {
  margin-left: -26px;
}
@media only screen and (max-width: 640px) {
  .other-products-section .uk-grid {
    margin-left: -12px;
  }
}
.other-products-section .uk-grid > * {
  padding-left: 26px;
}
@media only screen and (max-width: 640px) {
  .other-products-section .uk-grid > * {
    padding-left: 12px;
  }
}
.other-products-section .container {
  max-width: 824px;
}
.other-products-section .blog-arrows a {
  background-color: #D2E6FE;
}
.other-products-section .blog-arrows a.uk-invisible {
  background-color: #E7EFF9;
}
.other-products-section .blog-arrows a.uk-invisible path {
  fill: #779BC5;
}
.other-products-section .blog-card-content {
  background-color: #F7EBDE;
  border-radius: 0 0 8px 8px;
}
.other-products-section .blog-card-image {
  border: 1px solid #F7EBDE;
}

.single-main-section {
  display: flex;
  gap: 48px;
  margin-bottom: 132px;
  padding-top: 32px;
}
@media only screen and (max-width: 960px) {
  .single-main-section {
    margin-bottom: 56px;
  }
}
.single-main-section .container {
  max-width: 1028px;
}

.single-title {
  font-family: "FiraGO-SemiBold";
  font-feature-settings: "case";
  margin-bottom: 24px;
  margin-top: 0;
  font-size: 24px;
  color: #22262A;
}
@media only screen and (max-width: 640px) {
  .single-title {
    font-size: 20px;
  }
}

.single-desc {
  margin-top: 0;
  margin-bottom: 48px;
  font-size: 16px;
  color: #505862;
  font-family: "FiraGO-Book";
}
@media only screen and (max-width: 640px) {
  .single-desc {
    margin-bottom: 28px;
  }
}

.single-subtitle {
  color: #22262A;
  font-size: 20px;
  font-family: "FiraGO-SemiBold";
  font-feature-settings: "case";
  margin-top: 0;
  margin-bottom: 24px;
}
@media only screen and (max-width: 640px) {
  .single-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.single-list {
  list-style-type: none;
}
.single-list li {
  margin-bottom: 24px;
  padding-bottom: 24px;
  font-size: 16px;
  color: #505862;
  font-family: "FiraGO-Book";
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #F1F2F4;
}
@media only screen and (max-width: 640px) {
  .single-list li {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}
.single-list li:last-child {
  border-bottom: 0;
}
.single-list li span {
  font-family: "FiraGO-Bold";
}

.single-main-section-grid {
  display: flex;
  align-items: flex-start;
  gap: 48px;
}
@media only screen and (max-width: 960px) {
  .single-main-section-grid {
    flex-direction: column;
    gap: 16px;
  }
}
.single-main-section-grid > div {
  flex: 1;
}
.single-main-section-grid > figure {
  min-width: 342px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.single-main-section-grid > figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 116.3742690058%;
}
.single-main-section-grid > figure .ratio-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 960px) {
  .single-main-section-grid > figure {
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }
}

.page-tite {
  text-align: center;
  font-size: 32px;
  font-family: "FiraGO-SemiBold";
  font-feature-settings: "case";
  margin-top: 0;
  margin-bottom: 40px;
  color: #22262A;
}
@media only screen and (max-width: 640px) {
  .page-tite {
    font-size: 20px;
    margin-bottom: 24px;
    text-align: left;
  }
}

.about-main-section {
  margin-bottom: 200px;
}
@media only screen and (max-width: 640px) {
  .about-main-section {
    margin-bottom: 67px;
  }
}
.about-main-section .container {
  max-width: 824px;
}
.about-main-section .content-box h2 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 24px;
  color: #22262A;
  font-family: "FiraGO-SemiBold";
  font-feature-settings: "case";
}
@media only screen and (max-width: 640px) {
  .about-main-section .content-box h2 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.about-main-section .content-box p {
  color: #505862;
  font-family: "FiraGO-Book";
  font-size: 16px;
  margin-bottom: 32px;
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  .about-main-section .content-box p {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 640px) {
  body.home .main-header {
    margin-bottom: 0px;
  }
}/*# sourceMappingURL=style.css.map */