/*
Theme Name: The100
Theme URI: https://8degreethemes.com/wordpress-themes/the100/
Author: 8DegreeThemes
Author URI: https://8degreethemes.com
Description: The 100 is a brilliant free WordPress theme with premium like features. Carefully designed and developed, this multipurpose theme best suits for different business and personal purposes. The theme comes with clean and elegant design. It comprises 5 beautiful demos with one click demo import feature. It is a fully responsive and easy-to-use WP theme that comes with tons of customization options. Anybody can design a complete website in no time – without any coding skill. Multiple web layouts, 5 different header layouts, 2 slider layouts, well organized homepage section, 4 different blog layouts are some of the features included.
Version: 1.0.16
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: the100
Tags:two-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, custom-logo, featured-images, theme-options, blog, e-commerce, food-and-drink, rtl-language-support

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

The 100 is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Media queries
	--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

:root {
  --container-width: 160rem;
  --container-padding: 3rem;

  --c-yellow: #ecbd34;
  --c-white: #ffffff;
  --c-dark-gray: #3c464f;
  --c-light-gray: #f5f6f6;
  --c-gray: #515458;
  --c-dark: #141414;
  --c-black: #1a1d21;
  --c-border: #d2d5d6;

  --ff-main: 'IBM Plex Sans';
  --ff-secondary: 'DrukCyr';

  --letter-spacing: 0;

  --txt: 400 2rem / 144% var(--ff-main);
  --txt-s: 400 1.8rem / 100% var(--ff-main);
  --txt-m: 400 2.4rem / 130% var(--ff-main);

  --h-xl: 500 5.4rem / 110% var(--ff-main);
  --h-x: 500 4rem / 110% var(--ff-main);
  --h-l: 500 5.2rem / 100% var(--ff-secondary);
  --h-m: 500 3.2rem / 100% var(--ff-main);
  --h-s: 500 2.8rem / 113% var(--ff-main);

  --p-shadow-yellow: 0 0.2rem 1.4rem rgba(245, 196, 81, 0.2);
  --p-shadow-2: 0 0.2rem 1.4rem rgba(0, 0, 0, 0.13);
  --p-shadow-3: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.13);
  --p-tr: 0.3s ease-out;
  --p-padding: 14rem;
  --p-radius: 2rem;
  --p-gap: 2.5rem;
  --p-border: 1px solid var(--c-border);
}

@media (max-width: 48em) {
  :root {
    --container-width: 100%;

    --txt: 400 3rem / 120% var(--ff-main);
    --txt-s: 400 2.8rem / 120% var(--ff-main);
    --txt-m: 400 3.2rem / 130% var(--ff-main);
    --h-l: 500 6rem / 100% var(--ff-secondary);
    --h-s: 500 4rem / 100% var(--ff-main);

    --p-padding: 18rem;
  }
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
input,
textarea {
  margin: 0;
  padding: 0;
  -webkit-animation: bugfix infinite 1s;
}

html {
  font-family: var(--ff-main);
  font-size: 0.5208335vw;
  font-style: normal;
  line-height: 1.2;
  user-select: none;
  overflow-x: clip;
  scrollbar-gutter: stable;
}

body {
  overflow-x: clip;
  font: var(--txt);
  letter-spacing: -0.05rem;
  color: var(--c-black);
  background-color: var(--c-white);
}

input,
textarea {
  border: none;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
}

a {
  color: unset;
}
a,
a:hover {
  text-decoration: none;
}

button,
input,
a,
textarea {
  outline: none;
  cursor: pointer;
  font: inherit;
  text-transform: inherit;
}
button:focus,
input:focus,
a:focus,
textarea:focus {
  outline: none;
}
button:active,
input:active,
a:active,
textarea:active {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font: inherit;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

button {
  padding: 0;
  border: none;
  text-align: inherit;
  color: inherit;
  background-color: transparent;
  font: inherit;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}

svg {
  -webkit-transform: translate3d(0, 0, 0);
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

.container {
  width: var(--container-width);
  margin: 0 auto;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

@font-face {
  font-family: 'DrukCyr';
  src: url('fonts/DrukCyr-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.h-xl {
  font: var(--h-xl);
  letter-spacing: -0.1rem;
}

.h-x {
  font: var(--h-x);
  letter-spacing: -0.1rem;
}

.h-m {
  font: var(--h-m);
  letter-spacing: 0.01rem;
}

.h-s {
  font: var(--h-s);
  letter-spacing: 0.01rem;
}

.txt-m {
  font: var(--txt-m);
}

.txt-s {
  font: var(--txt-s);
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.yellow-colored {
  color: var(--c-yellow);
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

.widget_the100_promo form input[type='text'],
.widget_the100_promo form input[type='email'],
.widget_the100_promo form input[type='url'],
.widget_the100_promo form input[type='password'],
.widget_the100_promo form input[type='number'],
.widget_the100_promo form input[type='tel'],
.widget_the100_promo form input[type='range'],
.widget_the100_promo form input[type='date'],
.widget_the100_promo form input[type='month'],
.widget_the100_promo form input[type='week'],
.widget_the100_promo form input[type='time'],
.widget_the100_promo form input[type='datetime'],
.widget_the100_promo form input[type='datetime-local'],
.widget_the100_promo form input[type='color'],
.widget_the100_promo form textarea {
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #ddd;
  border-left: none;
  height: 40px;
  text-align: center;
}
.search-form > label {
  display: inline-block;
  width: 73%;
}

.search-form input[type='submit'] {
  width: 25%;
  padding: 0;
  height: 50px;
  border-radius: 0;
  display: inline-block;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

.the100-template2 a:hover {
  color: #f1bc24;
}
.the100-template4 a:hover {
  color: #887cb7;
}
.the100-template5 a:hover {
  color: #eb6d39;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
  clear: both;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex='-1']:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.ed-container:before,
.ed-container:after {
  content: '';
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.ed-container:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Media queries
--------------------------------------------------------------*/

@media (max-width: 48em) {
  html,
  body {
    -webkit-text-size-adjust: none;
  }
  html {
    font-size: 5px;
    font-size: calc((100 / 375) * 5vw);
  }
  .container {
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
  }
}
@media (min-width: 48.01em) {
}

/*===================================
SCROLL TO TOP
===================================*/
div#es-top {
  position: fixed;
  bottom: 20px;
  right: 0;
  width: 35px;
  text-align: center;
  height: 35px;
  line-height: 34px;
  font-size: 25px;
  background: #717e94;
  color: #fff;
  border-radius: 100%;
  cursor: pointer;
  z-index: 9999;
  transition: all ease 0.35s;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
}
.the100-template5 div#es-top {
  background: #eb6d39;
}
.the100-template2 div#es-top {
  background: #f1bc24;
}
.the100-template4 div#es-top {
  background: #433772;
}
div#es-top:hover {
  background: #fff;
  color: rgba(0, 0, 0, 0.7);
}

/*==================================
COMMENT AREA
==================================*/
.comments-area {
  margin-top: 60px;
}
h2.comments-title {
  margin-top: 0;
  line-height: 1.2;
  border-left: 5px solid #b7cae8;
  padding-left: 15px;
  margin-bottom: 30px;
  color: #4f5a6d;
}
.logged-in-as a {
  color: #98a9c5;
}
.logged-in-as a:hover {
  text-decoration: underline;
}
.comments-area ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comments-area ol ol {
  margin-left: 20px;
}
.comment-list li article {
  margin-bottom: 30px;
  border-bottom: 2px dotted #ddd;
  padding-bottom: 20px;
}
footer.comment-meta {
  position: relative;
}
.comment-author {
  font-size: 14px;
}
.comment-author img {
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-right: 10px;
  padding: 3px;
  vertical-align: top;
}
.comment-metadata {
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
}
p.comment-awaiting-moderation {
  color: #cc444d;
  font-size: 13px;
  margin-bottom: 0;
}
.comment-content {
  font-size: 14px;
  line-height: 1.7;
}
a.comment-reply-link {
  display: inline-block;
  font-size: 12px;
  background: #717e94;
  color: #fff;
  padding: 5px 10px;
}
a.comment-reply-link:hover {
  background: #536179;
}
.comment-respond {
  background: #f5f5f5;
  padding: 30px;
  border: 1px solid #e5e5e5;
}
.comment-reply-title {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1;
}
.comment-form p {
  margin-top: 0;
  margin-bottom: 20px;
}
.comment-form p.comment-notes {
  font-size: 14px;
}
.comment-form p.form-submit {
  margin-bottom: 0;
}
span.required {
  color: red;
  font-size: 18px;
  line-height: 0;
}
.comment-form p label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #444;
  margin-bottom: 5px;
}
.comment-form p textarea,
.comment-form p input[type='text'],
.comment-form p input[type='email'],
.comment-form p input[type='url'] {
  border: 1px solid #ddd;
  width: 100%;
  height: 40px;
  text-align: left;
  padding: 5px 15px;
}
.comment-form p textarea {
  height: 120px;
}
.comment-form p input[type='submit'] {
  line-height: 1.5;
  font-size: 14px;
}

/*==================================
HEADER
==================================*/
html:not(._scroll, ._show-menu) .archive .header__group {
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(0.8rem);
  color: var(--c-white);
}
html:not(._scroll, ._show-menu) .archive .header__logo-img {
  display: none;
}
html:not(._scroll, ._show-menu) .archive .header__logo-img_white {
  display: inline-block;
}
html:not(._scroll, ._show-menu) .archive .hamburger span {
  background-color: var(--c-white);
}
.header {
  position: fixed;
  z-index: 50;
  top: 2rem;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
.header__container {
  display: flex;
  column-gap: 1rem;
  height: 6.5rem;
}
.header__group {
  padding: 1rem 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background-color: var(--c-white);
  box-shadow: var(--p-shadow-3);
  transition: color var(--p-tr), background-color var(--p-tr);
}
.header__group_main {
  justify-content: space-between;
  flex: 1 1 auto;
}
.header__logo {
  display: inline-flex;
  flex: 0 0 24.9rem;
  width: 24.9rem;
}
.header__logo-img_white {
  display: none;
}
.header__nav {
  display: flex;
  column-gap: 3.4rem;
}
.header__nav a {
  transition: color var(--p-tr);
}
.header__nav a:hover {
  color: var(--c-yellow);
}
.header__nav-link {
  font: var(--txt-s);
}
.header__nav-link,
.header__tel {
  transition: color var(--p-tr);
}
.header__nav-link:hover,
.header__tel:hover {
  color: var(--c-yellow);
}
.header__tel {
  position: relative;
  white-space: nowrap;
  font: var(--txt-s);
}
.header__tel::after {
  content: '';
  position: absolute;
  bottom: -0.6rem;
  left: 0;
  width: 100%;
  height: 1.5px;
  opacity: 0.56;
  background-color: currentColor;
}
.header__nav-link.txt {
  font: var(--txt-s);
}
@media (min-width: 48.01em) {
  .header__hamburger {
    display: none;
  }
  .header__group._mobile-only {
    display: none;
  }
  .header__group {
    min-width: 20.8rem;
  }
  .header__group_main {
    padding-right: 3.2rem;
  }
}
@media (max-width: 48em) {
  .header__group:not(.header__group_main, ._mobile-only),
  .header__ic-frame.ic-frame,
  .header__nav {
    display: none;
  }
  .header__container {
    position: relative;
    z-index: 50;
    display: grid;
    grid-template-columns: 1fr 10rem;
    height: 9rem;
  }
  .header__group {
    padding: 1rem 2rem;
  }
  .header__logo {
    flex: 0 0 34rem;
    width: 34rem;
  }
  .header {
    left: 0;
    width: 100dvw;
    transform: none;
  }
  .header__hamburger {
    transform: scale(0.7);
  }
}
.menu-header {
  position: fixed;
  z-index: 49;
  top: -2rem;
  left: 0;
  width: 100dvw;
  height: calc(100dvh + 2rem);
  background-color: var(--c-white);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--p-tr), visibility var(--p-tr);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.menu-header::-webkit-scrollbar {
  display: none;
}
._show-menu .menu-header {
  opacity: 1;
  visibility: visible;
}
._show-menu body,
._show-menu {
  overflow: hidden;
}
.menu-header__container {
  padding-top: 21rem;
}
.menu-header__nav {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
/*==================================
COMMON CSS
==================================*/

.fraction {
  display: inline-flex;
  column-gap: 0.5rem;
}
.fraction__txt {
  font-size: 1.6rem;
  line-height: 2.1rem;
}
.fraction__txt_current {
  color: rgba(0, 0, 0, 0.5);
}
.fraction__txt_div {
  font-size: 1.2rem;
}

.hamburger {
  display: inline-flex;
  flex-direction: column;
}
.hamburger span {
  margin: 0.8rem 0;

  width: 7rem;
  height: 2px;

  background-color: var(--c-dark);

  transition: transform var(--p-tr), background-color var(--p-tr),
    opacity var(--p-tr);
}

.hamburger span:nth-child(2) {
  margin-left: auto;

  width: 4rem;
}
._show-menu .hamburger span:nth-child(2) {
  opacity: 0;
}
._show-menu .hamburger span:nth-child(1) {
  transform: rotate(-45deg) translate(-1.4rem, 1.6rem);
}
._show-menu .hamburger span:nth-child(3) {
  transform: rotate(45deg) translate(-1.2rem, -1.6rem);
}

.ic-frame {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 6.5rem;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 0.5rem;
  box-shadow: var(--p-shadow-3);
  background-color: var(--c-yellow);
  transition: background-color var(--p-tr);
}
.ic-frame:hover {
  background-color: #e6b833;
}
.ic-frame__svg {
  flex: 0 0 2.5rem;
  width: 2.5rem;
  height: 2.2rem;
}

.btn {
  --gap: 0.4rem;
  position: relative;
  padding: var(--gap);
  display: inline-flex;
  align-items: center;
  border-radius: 0.6rem;
  background-color: var(--c-white);
  box-shadow: var(--p-shadow-2);
}

.btn:hover .btn__txt {
  opacity: 0.7;
}
.btn__txt {
  padding: 0 5rem 0 2.1rem;
  flex: 1 1 auto;
  transition: opacity var(--p-tr);
}
.btn__txt,
.btn__icon-wrap {
  position: relative;
  z-index: 2;
}
.btn__icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.3rem;
  flex: 0 0 5.5rem;
  width: 5.5rem;
  height: 4.2rem;
  background-color: var(--c-yellow);
}
.btn__icon {
  flex: 0 0 2.1rem;
  width: 2.1rem;
  height: 2.1rem;
}

.heading {
  display: inline-flex;
  align-items: center;
  column-gap: 3.8rem;
  font: var(--h-l);
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.heading::before {
  content: '';
  flex: 0 0 6.2rem;
  width: 6.2rem;
  height: 6.2rem;
  background: url(inc/images/logo-circ.svg) center / contain no-repeat;
}

.controls {
  display: flex;
  align-items: center;
  column-gap: 2.5rem;
}
.btn-controls {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.3rem;
  flex: 0 0 5rem;
  width: 5rem;
  height: 3rem;
  background-color: var(--c-white);
  box-shadow: var(--p-shadow-3);
}
.btn-controls_next {
  transform: scaleX(-1);
}
.btn-controls__icon {
  width: 1.7rem;
  height: 1.7rem;
}

.label {
  padding: 1.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c-white);
  box-shadow: var(--p-shadow-2);
  border-radius: 1rem;
  min-height: 5rem;
  min-width: 26.7rem;
  overflow: hidden;
}

.btn-secondary {
  position: relative;
}
.btn-secondary:hover {
  color: var(--c-yellow);
}
.btn-secondary:hover::after {
  background-color: var(--c-yellow);
}
.btn-secondary__txt {
  white-space: nowrap;
  font-weight: 500;
  transition: color var(--p-tr);
}
.btn-secondary::after {
  content: '';
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 100%;
  height: 2px;
  transition: background-color var(--p-tr);
  background-color: var(--c-dark);
}
@media (max-width: 48em) {
  .btn {
    --gap: 0.6rem;
  }
  .btn__txt {
    padding: 0 6rem 0 3.2rem;
  }
  .btn__icon-wrap {
    flex: 0 0 8rem;
    width: 8rem;
    height: 6rem;
  }
  .btn__icon {
    flex: 0 0 3.1rem;
    width: 3.1rem;
    height: 3.1rem;
  }
  .heading {
    column-gap: 4.5rem;
  }
  .heading::before {
    flex: 0 0 8rem;
    width: 8rem;
    height: 8rem;
  }
}
/*=====================================
HERO
=====================================*/

.hero {
  background-color: #e9e9e9;
  overflow: hidden;
  box-shadow: var(--p-shadow-3);
}
.hero__container {
  position: relative;
  padding-top: 21rem;
  padding-bottom: 21rem;
}
.hero__container::before,
.hero__container::after {
  content: '';
  position: absolute;
}
.hero__lines {
  position: absolute;
  z-index: 2;
  width: 220.7rem;
  height: 102.6rem;
  right: -27rem;
  bottom: -35rem;
  background: url(inc/images/lines.webp) center / contain no-repeat;
}
.hero__container::before {
  z-index: 1;
  left: 50%;
  bottom: -3rem;
  width: 100dvw;
  height: 56rem;
  background: url(inc/images/bg-vector.svg) center / contain no-repeat;
  transform: translateX(-50%);
}
.hero__inner {
  position: relative;
  z-index: 1;
}
.hero__inner::before,
.hero__inner::after {
  content: '';
  position: absolute;
}
.hero__inner::before {
  top: -76.7rem;
  left: -86.4rem;
  width: 135.8rem;
  height: 135.8rem;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(255, 213, 46, 0.62) 0%,
    rgba(255, 213, 46, 0.31) 26.44%,
    rgba(255, 213, 46, 0) 72.6%,
    rgba(255, 255, 255, 0) 94.71%
  );
  opacity: 0.79;
}
.hero__inner::after {
  top: -92.6rem;
  right: -99.3rem;
  width: 161.8rem;
  height: 161.8rem;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(255, 213, 46, 0.62) 0%,
    rgba(255, 213, 46, 0.31) 49.52%,
    rgba(255, 213, 46, 0) 83.65%,
    rgba(255, 255, 255, 0) 100%
  );
  opacity: 0.37;
}
.hero__content {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
}
.hero__heading {
  margin-bottom: 5rem;
  max-width: 94.1rem;
}
.hero__txt {
  margin-bottom: 3.2rem;
  max-width: 56.9rem;
  opacity: 0.9;
}
.hero__cta-btn {
  margin-right: auto;
}
.hero__image-wrap {
  position: absolute;
  z-index: 1;
  right: -4rem;
  bottom: -78.1rem;
  width: 82.7rem;
  height: 123.1rem;
}
.hero__image {
  height: 100%;
  object-fit: contain;
}
@media (max-width: 48em) {
  .hero__image-wrap,
  .hero__lines {
    display: none;
  }
  .hero__txt {
    margin-bottom: 8rem;
  }
  .hero__container {
    padding-top: 26rem;
  }
  .hero__container::after {
    display: none;
  }
  .hero__inner::after {
    top: auto;
    bottom: -90rem;
    right: -114.3rem;
  }
  .hero__inner::before {
    top: -76.7rem;
    left: -98.4rem;
  }
  .hero__container::before {
    bottom: -14rem;
    background: url(inc/images/bg-vector.svg) center / cover no-repeat;
  }
}
@media (min-width: 48.01em) {
  .hero__container {
    height: 100dvh;
    max-height: 89rem;
  }
}
/*=====================================
ARTICLE
=====================================*/

.article {
  --gap: 5rem;
}
.article__download-btn {
  margin-right: auto;
}
.article__container.container {
  padding-top: var(--p-padding);
  padding-bottom: var(--p-padding);
  display: flex;
  flex-direction: column;
  row-gap: var(--gap);
}
.article__date {
  opacity: 0.7;
  font: var(--txt-s);
}
.article__head {
  display: flex;
  flex-direction: column;
  row-gap: var(--gap);
}
.article .swiper,
.article__gallery-image-wrap,
.article img,
.article video {
  width: 100% !important;
  height: 70rem !important;
}
.article .article__gallery-image-wrap {
  height: 100%;
}
.article video,
.article__gallery-image-wrap,
.article img {
  border-radius: var(--p-radius);
  overflow: hidden;
}
.article video,
.article__gallery-image,
.article img {
  object-fit: cover;
}
.article__heading-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.article__heading {
  max-width: 95rem;
}
.article .wpb_wrapper,
.article__body {
  display: flex;
  flex-direction: column;
  row-gap: var(--gap);
}
.article__head-txt {
  font-size: var(--txt-m);
  max-width: 95rem;
}
@media (min-width: 48.01em) {
  .article__container.container {
    width: 120rem;
  }
}
@media (max-width: 48em) {
  .article__heading-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    row-gap: 2rem;
  }
  .article__heading {
    max-width: none;
  }
  .article .swiper,
  .article__gallery-image-wrap,
  .article img,
  .article video {
    height: 46rem !important;
  }
}
.article .vc_column-inner,
.article .wpb_column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.article .vc_column-inner * {
  width: 100%;
}
.article .vc_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}
.article .swiper ul,
.article .swiper li {
  padding: 0;
  list-style: none;
}
.article .swiper li::before,
.article .swiper-button-next,
.article .swiper-button-prev,
.article .swiper-pagination {
  display: none !important;
}
/*=====================================
ABOUT
=====================================*/

.about {
  position: relative;
  overflow: hidden;
  padding-bottom: 1rem;
}
.about__container {
  position: relative;
  padding-top: var(--p-padding);
  padding-bottom: var(--p-padding);
  display: grid;
  grid-template-columns: 59.6rem 65.5rem;
  justify-content: space-between;
}
.about__container::before,
.about::after {
  content: '';
  position: absolute;
}
.about__container::before {
  top: -76.9rem;
  left: -103.2rem;
  width: 144.1rem;
  height: 144.1rem;
  border-radius: 50%;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(255, 213, 46, 0.62) 0%,
    rgba(255, 213, 46, 0.31) 25.48%,
    rgba(255, 213, 46, 0) 72.6%,
    rgba(255, 255, 255, 0) 94.71%
  );
}
.about::after {
  left: 0;
  bottom: -34rem;
  width: 210.5rem;
  height: 88.4rem;
  background: url(inc/images/lines-1.svg) center / contain no-repeat;
}
.about__content,
.about__images {
  position: relative;
  z-index: 2;
}
.about__content {
  display: flex;
  flex-direction: column;
  row-gap: 7.4rem;
}
.about__text-wrap {
  margin-bottom: auto;
  display: flex;
  flex-direction: column;
  row-gap: 4.8rem;
}
.about__info {
  max-width: 45.1rem;
  opacity: 0.45;
}
.about__images {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  row-gap: 2.5rem;
}

.group-about {
  position: relative;
  border-radius: var(--p-radius);
  overflow: hidden;
  box-shadow: var(--p-shadow-2);
}
.group-about_has-bg::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: -1.7rem;
  left: 0;
  width: 129.2rem;
  height: 45.9rem;
  background: linear-gradient(
    108.98deg,
    #fdf4cb 13.22%,
    rgba(253, 244, 203, 0.5) 54.69%,
    rgba(253, 244, 203, 0) 62.79%
  );
  opacity: 0.95;
}
.group-about__content {
  position: relative;
  z-index: 2;
  padding: 3rem 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 29.5rem;
  color: var(--c-gray);
}
.group-about__address {
  margin-bottom: auto;
  display: inline-flex;
  align-items: center;
  column-gap: 1rem;
}
.group-about__address::before {
  content: '';
  flex: 0 0 3.3rem;
  width: 3.3rem;
  height: 3.3rem;
  background: url(inc/images/icons/pin.svg) center / contain no-repeat;
}
.group-about__heading {
  font-size: 8rem;
  line-height: 130%;
}
.group-about__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
@media (max-width: 48em) {
  .about__container {
    display: flex;
    flex-direction: column;
    row-gap: 8rem;
  }
  .about__info {
    display: none;
  }
  .group-about__address::before {
    flex: 0 0 4rem;
    width: 4rem;
    height: 4rem;
  }
}
/*=====================================
NUMBERS
=====================================*/

.numbers {
  padding-bottom: var(--p-padding);
  overflow: hidden;
}
.numbers__container {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: var(--p-gap);
}
.home .numbers__container::before {
  content: '';
  position: absolute;
  top: 2.1rem;
  left: 19rem;
  width: 77rem;
  height: 181.3rem;
  background: url(inc/images/lines-2.svg) center / contain no-repeat;
}
.numbers__bg,
.numbers__list {
  position: relative;
  z-index: 2;
}
.numbers__bg {
  flex: 0 0 47rem;
  height: 47rem;
  border-radius: var(--p-radius);
  overflow: hidden;
  box-shadow: var(--p-shadow-2);
}
.numbers__bg-image {
  height: 100%;
  object-fit: cover;
}
.numbers__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--p-gap);
}
.item-numbers {
  padding: 5.5rem 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 3rem;
  border: var(--p-border);
  border-radius: var(--p-radius);
  background-color: var(--c-light-gray);
  min-height: 23.8rem;
  text-align: center;
  color: var(--c-gray);
  box-shadow: var(--p-shadow-2);
  overflow: hidden;
}
.item-numbers__txt {
  text-transform: lowercase;
  opacity: 0.7;
  flex: 1 1 auto;
}
.item-numbers__number {
  display: flex;
  font-size: 6.4rem;
  line-height: 8.3rem;
  letter-spacing: -0.3rem;
}
.item-numbers__number-plus {
  color: var(--c-yellow);
}
@media (max-width: 48em) {
  .numbers__bg {
    flex: 0 0 88rem;
    height: 38rem;
  }
  .numbers__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .item-numbers__number {
    font-size: 5.2rem;
  }
  .numbers__container::before {
    display: none;
  }
}
/*============================================
PRODUCTS
============================================*/

.products {
  background-color: var(--c-light-gray);
}
.products__container {
  padding-top: var(--p-padding);
  padding-bottom: var(--p-padding);
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10rem;
}
.products__heading {
  margin-right: auto;
}
.products__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--p-gap);
}
.item-products {
  position: relative;
  background-color: var(--c-white);
  border-radius: var(--p-radius);
  border: 1px solid transparent;
  box-shadow: var(--p-shadow-2);
  overflow: hidden;
  transition: box-shadow var(--p-tr);
}
.item-products:hover {
  box-shadow: var(--p-shadow-yellow);
}
.item-products::before {
  content: '';
  position: absolute;
  bottom: -5.7rem;
  left: -4.8rem;
  width: 29.1rem;
  height: 29.1rem;
  background: url(inc/images/logo-circ.svg) center / contain no-repeat;
  opacity: 0.18;
}
.item-products__inner {
  position: relative;
  z-index: 2;
  padding: 4.5rem;
  display: flex;
  min-height: 49.3rem;
}
.item-products__heading {
  max-width: 48.8rem;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 2.4rem;
  letter-spacing: -0.01rem;
  line-height: 3.1rem;
}
.item-products__image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 48em) {
  .products__list {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 48.01em) {
  .products__container {
    padding-bottom: 7rem;
  }
}
/*=====================================
SERVICE
=====================================*/

.service {
  margin-bottom: 1rem;
  overflow: hidden;
}
.service__container {
  position: relative;
  padding-top: var(--p-padding);
  padding-bottom: var(--p-padding);
  display: flex;
  flex-direction: column;
  row-gap: 8rem;
}
.service__container::before {
  content: '';
  position: absolute;
  top: -12.6rem;
  right: -44rem;
  width: 256.7rem;
  height: 108.3rem;
  background: url(inc/images/lines-3.svg) center / contain no-repeat;
}
.service__container::after {
  content: '';
  position: absolute;
  top: -62.5rem;
  right: -99.7rem;
  width: 144.1rem;
  height: 144.1rem;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(255, 213, 46, 0.62) 0%,
    rgba(255, 213, 46, 0.31) 25.48%,
    rgba(255, 213, 46, 0) 72.6%,
    rgba(255, 255, 255, 0) 94.71%
  );
  opacity: 0.76;
}
.service__main,
.licences-service {
  position: relative;
  z-index: 2;
}
.service__main {
  display: flex;
  flex-direction: column;
}
.service__heading {
  margin-bottom: 5rem;
}
.service__txt {
  margin-bottom: 8rem;
  max-width: 178rem;
  line-height: 150%;
}
.service__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--p-gap);
  width: 100%;
}
.item-service {
  position: relative;
  overflow: hidden;
  border-radius: var(--p-radius);
  box-shadow: var(--p-shadow-2);
}

.item-service__content {
  position: relative;
  z-index: 2;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  row-gap: 3.2rem;
  height: 100%;
  min-height: 44.2rem;
}
.item-service__list {
  margin-bottom: auto;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  max-width: 36rem;
  padding-left: 1.5rem;
}
.item-service__item {
  display: flex;
  column-gap: 1.2rem;
  color: var(--c-dark);
}
.item-service__item::before {
  content: '';
  flex: 0 0 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: var(--c-dark);
  transform: translateY(1.4rem);
}
.item-service__label.label {
  margin-right: auto;
  padding: 1.1rem 3.3rem;
}
.item-service__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.item-service__bg-image {
  height: 100%;
  object-fit: cover;
}

.licences-service {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.licences-service__heading {
  margin-right: auto;
  margin-bottom: 5.5rem;
  margin-left: -1rem;
  margin-top: 0.3rem;
}
.licences-service__slider.swiper {
  margin-bottom: 5.5rem;
  transform: translateX(-1rem);
  width: 101.5%;
  overflow: visible;
}
.card-licences-service__inner {
  padding: 1.8rem;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  row-gap: 1.3rem;
  background-color: var(--c-light-gray);
  border: var(--p-border);
  border-radius: var(--p-radius);
  box-shadow: var(--p-shadow-2);
}
.card-licences-service__image-wrap {
  height: 44.3rem;
  width: 100%;
}
.card-licences-service__image {
  height: 100%;
}
.card-licences-service__group {
  display: grid;
  grid-template-columns: 1fr 6.2rem;
  column-gap: 0.7rem;
}
.card-licences-service__label .label__txt {
  max-width: 23rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-licences-service__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6.2rem;
  box-shadow: var(--p-shadow-2);
  height: 5rem;
  border-radius: 1rem;
  background-color: var(--c-white);
}
.card-licences-service__btn-icon {
  width: 2rem;
  height: 2rem;
}
@media (max-width: 48em) {
  .service__items {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .item-service__content {
    min-height: 38.2rem;
  }
  .label {
    padding: 1.1rem 2rem;
    min-height: 7rem;
    min-width: 37.7rem;
  }
  .licences-service__card.swiper-slide {
    width: 52rem;
  }
  .card-licences-service__label .label__txt {
    max-width: 37rem;
  }
  .card-licences-service__btn {
    height: 100%;
  }
  .btn-controls {
    flex: 0 0 8rem;
    width: 8rem;
    height: 5rem;
  }
}
/*=================================
WORKSHEET
=================================*/
.worksheet {
  position: relative;
  overflow: hidden;
}
.worksheet::before {
  content: '';
  position: absolute;
  top: 17.1rem;
  left: 0;
  width: 191.9rem;
  height: 69.2rem;
  background: url(inc/images/lines-6.svg) center / contain no-repeat;
}
.worksheet__container {
  position: relative;
  z-index: 2;
  padding-top: var(--p-padding);
  padding-bottom: var(--p-padding);
  display: flex;
  flex-direction: column;
  row-gap: 7rem;
}
.worksheet__main {
  display: grid;
  grid-template-columns: 64.2rem 75.1rem;
  justify-content: space-between;
}
.worksheet__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.worksheet__heading {
  margin-bottom: 6.4rem;
}
.worksheet__text-wrap {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
.worksheet__text {
  max-width: 64.2rem;
  opacity: 0.7;
}
.worksheet__save-btn {
  margin-bottom: 6.4rem;
  color: var(--c-yellow);
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-underline-offset: 0.5rem;
  font-size: 2rem;
  line-height: 130%;
  transition: color var(--p-tr);
}
.worksheet__save-btn:hover {
  color: var(--c-dark);
}
.worksheet__contacts {
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  align-items: flex-start;
}
.worksheet__contacts-list {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.worksheet__contacts-item,
.worksheet__contacts-txt {
  display: inline-flex;
  align-items: center;
  column-gap: 0.5rem;
}

.worksheet__contacts-txt {
  transition: color var(--p-tr);
}
.worksheet__contacts-txt:hover {
  color: var(--c-yellow);
}
.worksheet__image-wrap {
  position: relative;
  width: 100%;
  height: 63.5rem;
  border-radius: var(--p-radius);
  overflow: hidden;
}
.worksheet__image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 97.3rem;
  height: 63.5rem;
  background: linear-gradient(
    107.43deg,
    #fdf4cb 6.47%,
    rgba(253, 244, 203, 0.5) 28.88%,
    rgba(253, 244, 203, 0) 39.5%
  );
}
.worksheet__image {
  height: 100%;
  object-fit: cover;
}
.worksheet__info {
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
  background-color: var(--c-light-gray);
  border: var(--p-border);
  border-radius: var(--p-radius);
}
.worksheet__info-list {
  padding: 0;
  padding-left: 2rem;
  display: flex;
  row-gap: 1rem;
  flex-direction: column;
  opacity: 0.7;
}
@media (min-width: 48.01em) {
  .worksheet__contacts-txt:not(:last-child)::after {
    content: '–';
  }
}
@media (max-width: 48em) {
  .worksheet__main {
    display: flex;
    flex-direction: column;
    row-gap: 12rem;
  }
  .worksheet__contacts-txt,
  .worksheet__contacts-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .worksheet__save-btn {
    text-underline-offset: 1rem;
    font-size: 3rem;
  }
  .worksheet__container,
  .worksheet__contacts,
  .worksheet__contacts-list {
    row-gap: 3rem;
  }
  .worksheet__image-wrap {
    height: 48.5rem;
  }
  .worksheet__info {
    padding: 4rem;
    row-gap: 1rem;
  }

  .worksheet__info-list {
    padding-left: 3rem;
  }
}
/*=================================
SERVICES
=================================*/
.services {
  overflow: hidden;
}
.services__container {
  position: relative;
  padding-bottom: var(--p-padding);
  display: flex;
  flex-direction: column;
  row-gap: 10rem;
}
.services__container::before {
  content: '';
  position: absolute;
  bottom: 6.1rem;
  left: -19.3rem;
  width: 199.7rem;
  height: 61.8rem;
  background: url(inc/images/lines-4.svg) center / contain no-repeat;
}
.services__container::after {
  content: '';
  position: absolute;
  top: -7.8rem;
  left: -111.2rem;
  width: 157.1rem;
  height: 153rem;
  border-radius: 50%;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(255, 213, 46, 0.62) 0%,
    rgba(255, 213, 46, 0.31) 25.48%,
    rgba(255, 213, 46, 0) 72.6%,
    rgba(255, 255, 255, 0) 94.71%
  );
  opacity: 0.56;
  transform: rotate(0.71deg);
}
.services__head,
.services__list {
  position: relative;
  z-index: 2;
}
.swiper-button-lock {
  display: inline-flex !important;
}
.services__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.services__heading-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 4.4rem;
  letter-spacing: -0.04rem;
  max-width: 171.2rem;
}
.services__list {
  display: grid;
  grid-template: repeat(2, auto) / repeat(3, 1fr);
  gap: var(--p-gap);
}
.card-services {
  position: relative;
  border-radius: var(--p-radius);
  border: var(--p-radius);
  box-shadow: var(--p-shadow-3);
  background-color: var(--c-light-gray);
}
.card-services:nth-child(1),
.card-services:nth-child(4) {
  grid-row: 1/3;
}
.card-services:nth-child(4) {
  grid-column: 3/4;
}
.card-services__inner {
  position: relative;
  z-index: 2;
  padding: 4.5rem 4rem;
  padding-bottom: 6.8rem;
  display: flex;
  flex-direction: column;
  row-gap: 3.5rem;
  min-height: 25.2rem;
  overflow: hidden;
}
.card-services__txt.txt {
  line-height: 129%;
}
.card-services__list {
  padding-left: 1.2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.card-services__item {
  display: flex;
  column-gap: 1.2rem;
}
.card-services__item::before {
  content: '';
  margin-top: 1.2rem;
  flex: 0 0 0.6rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: var(--c-yellow);
}
.card-services__image {
  position: absolute;
  width: 100%;
  height: 29.2rem;
  left: 0;
  bottom: 0;
  object-fit: cover;
  object-position: center top;
  border-radius: 0 0 var(--p-radius) var(--p-radius);
}
@media (max-width: 48em) {
  .services__head {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 6rem;
  }
  .services__list {
    display: flex;
    flex-direction: column;
  }
  .card-services__item::before {
    flex: 0 0 5px;
    width: 5px;
    height: 5px;
  }
  .card-services__item {
    column-gap: 2.5rem;
  }
  .card-services__image {
    display: none;
  }
}
/*=========================================
NEWS
=========================================*/

.news {
  background-color: var(--c-light-gray);
}
.news__container {
  padding-top: var(--p-padding);
  padding-bottom: var(--p-padding);
  display: flex;
  flex-direction: column;
  row-gap: 10rem;
}
.news__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.news__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--p-gap);
}
.news__cta-btn {
  margin: 0 auto;
}
.news__slider.swiper {
  overflow: visible;
  width: 100%;
}
.card-news__inner {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 3.2rem;
  border-radius: var(--p-radius);
  background-color: var(--c-white);
  box-shadow: var(--p-shadow-2);
  transition: box-shadow var(--p-tr);
}
.card-news__inner:hover {
  box-shadow: var(--p-shadow-yellow);
}
.card-news__heading {
  line-height: 3.6rem;
  margin-bottom: -2rem;
}
.card-news__image-wrap {
  position: relative;
  border-radius: var(--p-radius);
  height: 26.5rem;
  overflow: hidden;
}
.card-news__image {
  height: 100%;
  object-fit: cover;
}
.card-news__date {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  padding: 1rem 1.5rem;
  min-width: 13.9rem;
  background-color: var(--c-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
}
.card-news__txt {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-news__content {
  padding: 2rem;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 2rem;
}
.news__card.card-news.swiper-slide {
  height: auto;
}
.card-news__inner {
  height: 100%;
}
.card-news__content,
.card-news__heading {
  flex: 1 1 auto;
}
@media (max-width: 48em) {
  .card-news__image-wrap {
    height: 32.5rem;
  }
  .card-news__date {
    padding: 1.5rem 2rem;
  }
  .card-news__inner {
    row-gap: 4.2rem;
  }
  .card-news__content {
    row-gap: 4rem;
  }
  .card-news__heading {
    line-height: 5rem;
    margin-bottom: -4rem;
  }
}
/*======================================
NEWS
======================================*/
.all-news__container {
  padding-top: var(--p-padding);
  padding-bottom: var(--p-padding);
  display: flex;
  flex-direction: column;
  row-gap: 8rem;
}
.all-news__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--p-gap);
}
@media (max-width: 48em) {
  .all-news__list {
    display: flex;
    flex-direction: column;
  }
}
/*======================================
FOOTER
======================================*/
.footer {
  background-color: var(--c-dark-gray);
  color: var(--c-white);
}
.footer__container {
  padding-top: 8.2rem;
  padding-bottom: 3.6rem;
  display: flex;
  flex-direction: column;
  row-gap: 3.6rem;
}
.footer__main {
  padding-bottom: 8rem;
  display: grid;
  grid-template-columns: 1fr auto 23rem;
  column-gap: 4rem;
  border-bottom: 1px solid #98a0a6;
}
.footer__group {
  display: flex;
  flex-direction: column;
  row-gap: 2.7rem;
  align-items: flex-start;
  margin-right: auto;
}
.footer__group .footer__txt {
  opacity: 0.7;
  max-width: 29rem;
}
.footer .header__nav-link.txt {
  font: var(--txt);
  letter-spacing: -0.01rem;
  transition: color var(--p-tr);
}
.footer__contacts a,
.footer__nav a {
  transition: color var(--p-tr);
}
.footer__contacts a:hover,
.footer__nav a:hover {
  color: var(--c-yellow);
}
.footer .header__nav-link.txt:hover {
  color: var(--c-yellow);
}
.footer__logo {
  width: 32.1rem;
}
.footer__txt {
  line-height: 118%;
}
.footer__txt_tel::before {
  content: 'Тел: ';
  font-weight: 500;
}
.footer__nav {
  margin-right: 23rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 11rem;
  row-gap: 2rem;
}
.footer__contacts {
  padding-top: 0.6rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  align-items: flex-start;
  margin-left: auto;
}
.footer__lower {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__lower .footer__txt {
  opacity: 0.7;
}
.footer__link {
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: 0.01rem;
  text-decoration-skip-ink: none;
}
@media (max-width: 48em) {
  .footer__main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 6rem;
  }
  .footer__logo {
    width: 40.1rem;
  }
  .footer__group {
    row-gap: 3rem;
  }
  .footer__main .footer__txt.txt {
    max-width: 40rem;
    line-height: 136%;
  }
  .footer__nav {
    margin-right: 0;
    row-gap: 4rem;
    max-width: 55rem;
  }
  .footer__contacts {
    row-gap: 2.5rem;
    margin-left: 0;
  }
  .footer__lower {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 4rem;
  }
  .footer__container {
    padding-bottom: 6.2rem;
    row-gap: 6.2rem;
  }
  .footer__lower .footer__txt {
    max-width: 54rem;
  }
}
/*=======================================
CONTACTS
=======================================*/
.contacts {
  position: relative;
  overflow: hidden;
}
.contacts::before {
  content: '';
  position: absolute;
  top: -35.2rem;
  right: -121.7rem;
  width: 169.8rem;
  height: 157.8rem;
  border-radius: 50%;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(255, 213, 46, 0.62) 0%,
    rgba(255, 213, 46, 0.31) 25.48%,
    rgba(255, 213, 46, 0) 72.6%,
    rgba(255, 255, 255, 0) 94.71%
  );
  opacity: 0.56;
}
.contacts::after {
  content: '';
  position: absolute;
  bottom: 6.5rem;
  right: -9.4rem;
  width: 210.5rem;
  height: 88.4rem;
  background: url(inc/images/lines-5.svg) center / contain no-repeat;
}
.contacts__container {
  position: relative;
  z-index: 2;
  padding-top: var(--p-padding);
  padding-bottom: var(--p-padding);
  display: flex;
  flex-direction: column;
}
.contacts__breadcrumbs {
  margin-bottom: 6rem;
}
.contacts__heading {
  margin-bottom: 7rem;
}
.contacts__group-wrap {
  margin-right: auto;
  margin-bottom: 7.4rem;
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
.contacts__subtitle {
  opacity: 0.7;
  line-height: 121%;
}
.contacts__group-list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  column-gap: 6.4rem;
  row-gap: 2.3rem;
}
.breadcrumbs {
  --gap: 1.5rem;
  display: inline-flex;
  column-gap: var(--gap);
  row-gap: 2rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: auto;
  width: 97%;
}
.breadcrumbs::-webkit-scrollbar {
  display: none;
}
.breadcrumbs__txt {
  line-height: 130%;
  white-space: nowrap;
}
.breadcrumbs__txt:not(:last-child) {
  display: inline-flex;
  align-items: center;
  column-gap: var(--gap);
}
.breadcrumbs__txt:not(:last-child)::after {
  content: '–';
}
.breadcrumbs__txt:last-child {
  color: var(--c-yellow);
}
.group-item-contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 1rem;
  max-width: 40.9rem;
}
.group-item-contacts__heading {
  opacity: 0.5;
  min-height: 4rem;
}
.group-item-contacts__sublist {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}
.map__group_address .map__txt:not(:first-child) {
  font: var(--txt-s);
  line-height: 122%;
}
.map {
  position: relative;
  display: flex;
  padding: 3.2rem 3.2rem 5rem 3.2rem;
  min-height: 66.9rem;
  border-radius: var(--p-radius);
  box-shadow: var(--p-shadow-2);
}
.map__info {
  position: relative;
  z-index: 2;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 2.8rem;
  width: 40.1rem;
  align-items: flex-start;
  background-color: var(--c-white);
  border-radius: var(--p-radius);
}
.map__group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 1.5rem;
}
.map__subtitle {
  opacity: 0.5;
  line-height: 140%;
}
.map__list,
.map__list-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.8rem;
}
.map__txt {
  line-height: 124%;
  font: var(--txt);
  font-weight: 500;
  transition: color var(--p-tr);
}
a.map__txt:hover {
  color: var(--c-yellow);
}
.map__txt .selected {
  opacity: 0.4;
}
.map__socials {
  display: inline-flex;
  align-items: center;
  column-gap: 1.5rem;
}
.socials-item__inner {
  display: inline-flex;
}
.socials-item__icon {
  width: 4.8rem;
  height: 4.8rem;
}
.map__main {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: var(--p-radius);
  top: 0;
  left: 0;
  overflow: hidden;
}
@media (max-width: 48em) {
  .contacts__group-list {
    display: flex;
    flex-direction: column;
    row-gap: 5rem;
  }
  .group-item-contacts {
    row-gap: 2rem;
    max-width: 59.9rem;
  }
  .map {
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
    border-radius: 0;
    box-shadow: none;
    row-gap: 5rem;
  }
  .map__main {
    position: static;
    height: 53rem !important;
  }
  .map__info {
    width: 100%;
    padding: 0;
    row-gap: 5rem;
    background-color: transparent;
  }
  .socials-item__icon {
    width: 6rem;
    height: 6rem;
  }
}
/*=======================================
ABOUT HERO
=======================================*/
.about-hero {
  position: relative;
  overflow: hidden;
}
.about-hero .numbers,
.about-hero .numbers__container.container {
  padding: 0;
}
.about-hero__container {
  position: relative;
  z-index: 2;
  padding-top: var(--p-padding);
  padding-bottom: var(--p-padding);
  display: flex;
  flex-direction: column;
}
.about-hero::before {
  content: '';
  position: absolute;
  top: -37.9rem;
  right: -97.3rem;
  width: 144.1rem;
  height: 144.1rem;
  border-radius: 50%;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(255, 213, 46, 0.62) 0%,
    rgba(255, 213, 46, 0.31) 25.48%,
    rgba(255, 213, 46, 0) 72.6%,
    rgba(255, 255, 255, 0) 94.71%
  );
  opacity: 0.76;
}
.about-hero::after {
  content: '';
  position: absolute;
  bottom: -17rem;
  left: -3.6rem;
  width: 196.7rem;
  height: 69.2rem;
  background: url(inc/images/lines-6.svg) center / contain no-repeat;
}
.about-hero__breadcrumbs {
  margin-bottom: 6rem;
}
.about-hero__heading {
  margin-bottom: 4rem;
  max-width: 101.9rem;
}
.about-hero__text-wrap {
  margin-bottom: 6rem;
  display: flex;
  column-gap: 9.4rem;
}
.about-hero__text {
  max-width: 80.2rem;
  opacity: 0.7;
}
@media (max-width: 48em) {
  .about-hero__heading {
    margin-bottom: 6rem;
  }
  .about-hero__text-wrap {
    margin-bottom: 8rem;
    flex-direction: column;
    row-gap: 4rem;
  }
  .about-hero__container {
    padding-top: 21rem;
  }
}
/*=======================================
HISTORY
=======================================*/
.history {
  background-color: var(--c-light-gray);
}
.history__container {
  position: relative;
  padding-top: var(--p-padding);
  padding-bottom: var(--p-padding);
  display: flex;
  flex-direction: column;
}
.history__info {
  margin-bottom: 16rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 62.6rem;
}
.history__heading {
  margin-bottom: 5rem;
}
.history__text {
  margin-bottom: 3.2rem;
}
.history__slider-container {
  display: flex;
  column-gap: 21.9rem;
  align-items: flex-end;
}
.history__slider.swiper {
  overflow: visible;
  margin: 0;
  min-width: 0;
}

.slide-history__info {
  display: flex;
  flex-direction: column;
  row-gap: 3.2rem;
  width: 49.4rem;
}
.slide-history__heading {
  font-size: 4.5rem;
  line-height: 5.8rem;
}
.slide-history__text {
  opacity: 0.7;
}
.slide-history__gallery.swiper {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  width: 72.1rem;
  height: 75.1rem;
  overflow: visible;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2.5rem;
}
.slide-history__gallery.swiper .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  display: flex;
  justify-content: center;
  column-gap: 1rem;
}
.history__pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  flex-direction: column;
  width: auto;
  row-gap: 1rem;
  align-items: flex-end;
}
.history__pagination.swiper-pagination-bullets.swiper-pagination-horizontal
  .swiper-pagination-bullet {
  padding-left: 1.4rem;
  opacity: 0.6;
  font: var(--txt-s);
  transition: color var(--p-tr);
}
.history__pagination.swiper-pagination-bullets.swiper-pagination-horizontal
  .swiper-pagination-bullet {
  display: inline-flex;
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
}
.history__pagination.swiper-pagination-bullets.swiper-pagination-horizontal
  .swiper-pagination-bullet::before {
  content: '–';
  opacity: 0;
  transition: opacity var(--p-tr);
}
.history__pagination.swiper-pagination-bullets.swiper-pagination-horizontal
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: var(--c-yellow);
}
.history__pagination.swiper-pagination-bullets.swiper-pagination-horizontal
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}
.slide-history__pagination.swiper-pagination-bullets.swiper-pagination-horizontal
  .swiper-pagination-bullet {
  flex: 0 0 0.5rem;
  margin: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: var(--c-black);
  opacity: 0.35;
  transition: opacity var(--p-tr);
}
.slide-history__pagination.swiper-pagination-bullets.swiper-pagination-horizontal
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.slide-history__gallery-slide.swiper-slide {
  width: 100%;
  height: 72.1rem;
  border-radius: var(--p-radius);
  box-shadow: var(--p-shadow-2);
  background-color: var(--c-white);
}
.slide-history__image-wrap {
  display: flex;
  height: 100%;
  overflow: hidden;
  border-radius: var(--p-radius);
}
.slide-history__image {
  height: 100%;
  object-fit: cover;
}
@media (min-width: 48.01em) {
  .history__slider-wrapper.swiper-wrapper {
    align-items: flex-end;
  }
}
@media (max-width: 48em) {
  .slide-history__gallery.swiper {
    position: static;
    width: 100%;
  }
  .history__heading,
  .history__text {
    margin-bottom: 6rem;
  }
  .history__slider-container {
    flex-direction: column-reverse;
  }
  .history__slider.swiper {
    width: 100%;
  }
  .history__slide.swiper-slide {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 5rem;
  }
  .history__info {
    margin-bottom: 12rem;
  }
  .slide-history__gallery-slide.swiper-slide {
    height: 67rem;
  }
  .slide-history__gallery.swiper {
    height: 71.1rem;
  }
  .slide-history__pagination.swiper-pagination-bullets.swiper-pagination-horizontal
    .swiper-pagination-bullet {
    flex: 0 0 1rem;
    width: 1rem;
    height: 1rem;
  }
  .slide-history__pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    column-gap: 2.5rem;
  }
  .slide-history__info {
    width: 65.4rem;
  }
  .history__pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-right: auto;
    flex-direction: row;
    column-gap: 1rem;
    align-items: center;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .history__pagination.swiper-pagination-bullets.swiper-pagination-horizontal::-webkit-scrollbar {
    display: none;
  }
  .history__slider-container {
    row-gap: 5rem;
  }
  .history__pagination.swiper-pagination-bullets.swiper-pagination-horizontal
    .swiper-pagination-bullet {
    padding-left: 0;
  }
}
/*=======================================
PROJECTS
=======================================*/
.projects__container {
  display: flex;
  flex-direction: column;
  padding-top: var(--p-padding);
  padding-bottom: var(--p-padding);
  row-gap: 9rem;
}
.projects__info {
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
}
.projects__text {
  max-width: 178rem;
}
.projects__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--p-gap);
}
.item-projects__inner {
  position: relative;
  border-radius: var(--p-radius);
  box-shadow: var(--p-shadow-2);
}
.item-projects__content {
  padding: 3.2rem;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  row-gap: 3rem;
  min-height: 59.3rem;
}
.item-projects__label.label {
  padding: 1rem 3.2rem;
  min-width: 16.2rem;
}
.item-projects__text {
  max-width: 39rem;
}
.item-projects__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: var(--p-radius);
  overflow: hidden;
}
.item-projects__bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    107.43deg,
    #fdf4cb 6.47%,
    rgba(253, 244, 203, 0.5) 28.88%,
    rgba(253, 244, 203, 0) 39.5%
  );
}
.item-projects__bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    99.24deg,
    #627384 -1.35%,
    rgba(98, 115, 132, 0) 40.73%
  );
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.item-projects__bg-image {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 48em) {
  .projects__list {
    display: flex;
    flex-direction: column;
  }
}
/*=======================================
DOCS
=======================================*/
.docs__container {
  padding-bottom: var(--p-padding);
  display: flex;
  flex-direction: column;
  row-gap: 8rem;
}
.docs__group {
  display: flex;
  flex-direction: column;
  row-gap: 4.8rem;
}
.docs__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--p-gap);
}
.item-docs__inner {
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 3rem;
  min-height: 25.1rem;
  border-radius: var(--p-radius);
  background-color: var(--c-light-gray);
  box-shadow: var(--p-shadow-2);
  border: var(--p-border);
  transition: border var(--p-tr);
}
.item-docs__inner:hover {
  border: 1px solid var(--c-dark);
}
.item-docs__group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item-docs__btn {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.item-docs__btn::after {
  content: '';
  flex: 0 0 1.7rem;
  width: 1.7rem;
  height: 1.7rem;
  background: url(inc/images/icons/save.svg) center / contain no-repeat;
}
.item-docs__meta {
  opacity: 0.4;
}
@media (max-width: 48em) {
  .docs__list {
    display: flex;
    flex-direction: column;
  }
  .item-docs__inner {
    min-height: 30.1rem;
  }
  .item-docs__name {
    max-width: 45rem;
  }
  .item-docs__btn::after {
    flex: 0 0 2.7rem;
    width: 2.7rem;
    height: 2.7rem;
  }
  .item-docs__btn {
    column-gap: 2rem;
  }
  .docs__container {
    row-gap: 10rem;
  }
}
/*=======================================
CAREER
=======================================*/
.career-hero {
  position: relative;
}
.career-hero::before {
  content: '';
  position: absolute;
  top: -49.7rem;
  right: -96.1rem;
  width: 144.1rem;
  height: 144.1rem;
  border-radius: 50%;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(255, 213, 46, 0.62) 0%,
    rgba(255, 213, 46, 0.31) 25.48%,
    rgba(255, 213, 46, 0) 72.6%,
    rgba(255, 255, 255, 0) 94.71%
  );
  opacity: 0.76;
}
.career-hero::after {
  content: '';
  position: absolute;
  bottom: -1.9rem;
  left: -19rem;
  width: 223.1rem;
  height: 70.5rem;
  background: url(inc/images/lines-6.svg) center / contain no-repeat;
}
.career-hero .btn__icon {
  transform: rotate(90deg);
}
.career-hero__container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding-top: var(--p-padding);
  padding-bottom: var(--p-padding);
}
.career-hero__breadcrumbs {
  margin-bottom: 6rem;
}
.career-hero__info {
  margin-bottom: 6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.career-hero__heading-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
.career-hero__heading {
  max-width: 101.9rem;
}
.career-hero__text {
  max-width: 78.6rem;
}
.career-hero__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--p-gap);
}
.career-hero__image {
  object-fit: cover;
  height: 29.5rem;
  border-radius: var(--p-radius);
}
.career-hero__image_large {
  grid-column: 1/3;
  height: 42.2rem;
}
@media (max-width: 48em) {
  .career-hero__info {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 6rem;
  }
}
/*=======================================
CAREER
=======================================*/
.career {
  position: relative;
  z-index: 2;
}
.career::before {
  content: '';
  position: absolute;
  top: -9.8rem;
  left: -111.3rem;
  width: 157.1rem;
  height: 153rem;
  border-radius: 50%;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(255, 213, 46, 0.62) 0%,
    rgba(255, 213, 46, 0.31) 25.48%,
    rgba(255, 213, 46, 0) 72.6%,
    rgba(255, 255, 255, 0) 94.71%
  );
  opacity: 0.56;
  transform: rotate(0.71deg);
}
.career__container {
  position: relative;
  z-index: 3;
  padding-bottom: var(--p-padding);
  display: flex;
  flex-direction: column;
  row-gap: 7rem;
}
.career__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--p-gap);
}
.item-career {
  background-color: var(--c-light-gray);
  border-radius: var(--p-radius);
}
.item-career_large {
  grid-row: 1/3;
  grid-column: 3/4;
}
.item-career_large .item-career__inner::after {
  content: '';
  position: absolute;
  right: -7.5rem;
  bottom: -7.2rem;
  width: 29.1rem;
  height: 29.1rem;
  background: url(inc/images/logo-circ.svg) center / contain no-repeat;
  opacity: 0.18;
}
.item-career__inner {
  position: relative;
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  row-gap: 2.4rem;
  min-height: 25.5rem;
  border: var(--p-border);
  border-radius: var(--p-radius);
  overflow: hidden;
  box-shadow: var(--p-shadow-2);
}
.item-career__heading,
.item-career__text,
.item-career__list-wrap {
  position: relative;
  z-index: 2;
}
.item-career__heading {
  display: inline-flex;
  column-gap: 1rem;
  max-width: 37.2rem;
  min-height: 6.2rem;
}
.item-career__heading::before {
  content: '–';
  color: var(--c-yellow);
}
.item-career__text {
  max-width: 41.7rem;
  opacity: 0.7;
}
.item-career__text,
.item-career__list-item {
  line-height: 2.3rem;
}
.item-career__list-wrap {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
}
.item-career__list {
  display: flex;
  flex-direction: column;
}
.item-career__list-item {
  padding-left: 0.5rem;
  display: flex;
  column-gap: 0.8rem;
  opacity: 0.7;
  max-width: 41.7rem;
}
.item-career__list-item::before {
  content: '';
  margin-top: 1rem;
  flex: 0 0 3px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0);
}
@media (max-width: 48em) {
  .career__list {
    display: flex;
    flex-direction: column;
  }
  .item-career__inner {
    padding: 4rem;
  }
  .item-career__heading {
    column-gap: 2rem;
    max-width: 48.2rem;
    min-height: 6.2rem;
    line-height: 120%;
  }
  .item-career__text {
    max-width: 51.7rem;
  }
  .item-career__text,
  .item-career__list-item {
    line-height: 131%;
  }
  .item-career__list-item {
    padding-left: 1rem;
    column-gap: 1.5rem;
    max-width: 41.7rem;
  }
  .item-career__list-item::before {
    margin-top: 1.5rem;
  }
}
/*=======================================
PRODUCT CHAPTER
=======================================*/
.product-chapter__container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 50.8rem;
  align-items: start;
}
.product-chapter__main {
  display: flex;
  flex-direction: column;
  row-gap: var(--p-padding);
}

.aside-product-chapter__cta-btn.btn {
  box-shadow: none;
  border: var(--p-border);
}
.article .list-item {
  max-width: none;
}
.product-chapter__info {
  margin-bottom: var(--p-padding);
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
}
.info-list-item {
  line-height: 120%;
}
.aside-product-chapter__cta-btn.btn .btn__icon {
  transform: rotate(90deg);
}
.product-chapter__nav {
  display: inline-flex;
  column-gap: 4.5rem;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.product-chapter__nav ::-webkit-scrollbar {
  display: none;
}
.product-chapter__nav-btn {
  padding: 1.5rem 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  height: 6rem;
  white-space: nowrap;
  transition: background-color var(--p-tr), color var(--p-tr);
}
.product-chapter__nav-btn._is-active {
  background-color: var(--c-light-gray);
}
.product-chapter__nav-btn:not(._is-active):hover {
  color: var(--c-yellow);
}
.product-chapter__list {
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
}
.product-chapter__list-item {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
.product-chapter__sublist {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.product-chapter__image-wrap {
  display: grid;
  grid-template-columns: 32rem auto;
  column-gap: var(--p-gap);
  align-items: flex-end;
}
.product-chapter__image-wrap:not(:last-child) {
  margin-bottom: 4.5rem;
}
.product-chapter__image {
  width: 100%;
  min-height: 32rem;
}
.product-chapter__image-info {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  opacity: 0.55;
}
.product-chapter__ordered-list {
  display: inline-flex;
  flex-direction: column;
  row-gap: 0.5rem;
  list-style: decimal;
  flex-wrap: wrap;
  max-height: 30rem;
  margin-right: auto;
  column-gap: 3.2rem;
  padding-inline-start: 3rem;
}
.product-chapter__ordered-list li {
  list-style: decimal;
  width: 30.8rem;
}
.aside-product-chapter {
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
}
.aside-product-chapter__group {
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  border-radius: var(--p-radius);
  background-color: var(--c-white);
  box-shadow: var(--p-shadow-2);
  row-gap: 3.2rem;
}
.aside-product-chapter__text {
  opacity: 0.7;
  line-height: 120%;
}
.aside-product-chapter__group-lower {
  padding-top: 3.2rem;
  border-top: 1px solid #d2d5d6;
}
.aside-product-chapter__cta-btn {
  width: 100%;
}
.aside-product-chapter__list {
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
}
.info-list-item {
  display: flex;
  column-gap: 1.2rem;
}
.info-list-item::before {
  content: '';
  margin-top: 0.6rem;
  flex: 0 0 1.6rem;
  width: 1.6rem;
  height: 1.2rem;
  background: url(inc/images/icons/check.svg) center / contain no-repeat;
}
.hero-product-chapter {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: var(--p-padding);
  row-gap: 8rem;
  height: 92rem;
}

.hero-product-chapter::before {
  content: '';
  position: absolute;
  width: 100dvw;
  height: 100%;
  top: 0;
  left: -15rem;
  background: url(inc/images/2087330206.webp) center / cover no-repeat;
}
.hero-product-chapter::after {
  content: '';
  position: absolute;
  top: 24.3rem;
  left: -18.4rem;
  width: 212.2rem;
  height: 63.4rem;
  background: url(inc/images/lines-7.svg) center / contain no-repeat;
}
.hero-product-chapter__content {
  position: relative;
  height: 100%;
}
.hero-product-chapter__slider.swiper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hero-product-chapter__slide.swiper-slide {
  padding-bottom: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-product-chapter__thumbs.swiper {
  z-index: 3;
  width: 9rem;
  margin-left: 0;
  height: 100%;
  overflow: visible;
}
.product-chapter__sublist-item.list-item {
  max-width: 100rem;
}
.product-chapter__sublist-item.list-item::before {
  background-color: var(--c-yellow);
}
.product-chapter__content figure.wp-block-gallery.has-nested-images {
  display: none;
}
.thumb-hero-product-chapter.swiper-slide {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.55;
  width: 9rem;
  height: 9rem;
  border-radius: 1rem;
  background-color: var(--c-white);
  box-shadow: var(--p-shadow-2);
  cursor: pointer;
  transition: opacity var(--p-tr);
}
.thumb-hero-product-chapter.swiper-slide:hover,
.thumb-hero-product-chapter.swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.thumb-hero-product-chapter__image {
  height: 100%;
}
.product-chapter__content-image {
  height: 21rem;
  object-fit: cover;
  width: 32rem;
}
.slide-hero-product-chapter__image-wrap {
  height: 63.5rem;
  max-width: 73rem;
}
.thumb-hero-product-chapter__image-wrap {
  height: 6rem;
}
.slide-hero-product-chapter__image {
  height: 100%;
}
.product-chapter__table {
  margin-top: 2rem;
}
.table {
  position: relative;
}
.table__wrap {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.table__wrap::-webkit-scrollbar {
  display: none;
}
table {
  border-collapse: separate;
  border-spacing: 4.5rem 0;
  margin-left: -4.5rem;
  width: max-content;
}
.table__wrap > table {
  width: 100%;
}
thead {
  height: 6rem;
  vertical-align: baseline;
}
thead th {
  font: var(--txt-s);
  font-weight: 500;
  opacity: 0.55;
}
tbody tr:first-child td {
  border-top: var(--p-border);
}
tbody td {
  width: 54.5rem;
  padding: 0.7rem 0;
  border-bottom: var(--p-border);
}
[data-tab-content] {
  display: none;
}
[data-tab-content]._is-active {
  display: block;
}
@media (min-width: 48.01em) {
  .product-chapter__aside {
    position: sticky;
    z-index: 2;
    top: 24.7rem;
    margin-bottom: var(--p-padding);
    right: 0;
    grid-column: 2 / 3;
  }
  .product-chapter__main {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    width: 100rem;
  }
}
@media (max-width: 48em) {
  tbody td {
    padding: 1.5rem 0;
  }
  .product-chapter__content-image {
    height: 44rem;
    width: 100%;
  }
  thead {
    height: 8rem;
  }
  .hero-product-chapter::before {
    left: -3rem;
  }
  .product-chapter__container {
    display: flex;
    flex-direction: column;
  }
  .hero-product-chapter {
    padding-top: 12rem;

    height: 98rem;
  }
  .product-chapter__ordered-list {
    padding-inline-start: 3rem;
    max-height: none;
  }
  .product-chapter__ordered-list .product-chapter__ordered-list-item {
    width: auto;
  }
  .product-chapter__image-wrap:not(:last-child) {
    margin-bottom: 3rem;
  }
  .thumb-hero-product-chapter.swiper-slide {
    width: 11rem;
    height: 11rem;
  }
  .thumb-hero-product-chapter__image-wrap {
    height: 8rem;
  }
  .product-chapter__info {
    order: 1;
  }
  .product-chapter__main {
    row-gap: 6rem;
  }
  .aside-product-chapter__group {
    padding: 4rem;
  }
  .product-chapter__main {
    width: 100%;
  }
  .info-list-item::before {
    flex: 0 0 2.6rem;
    width: 2.6rem;
    height: 2.2rem;
  }
  .info-list-item {
    column-gap: 1.8rem;
  }
  .product-chapter__nav-btn {
    padding: 1.5rem 4rem;
    height: 9rem;
  }
  .product-chapter__list-item {
    row-gap: 3.2rem;
  }
  .product-chapter__info {
    row-gap: 6rem;
  }
  .product-chapter__list {
    row-gap: 8rem;
  }
  .table::after {
    right: -5rem;
  }
}
/*=======================================
OTHER ITEMS
=======================================*/
.other-items {
  margin-bottom: 17rem;
}
.other-items__container {
  display: flex;
  flex-direction: column;
  row-gap: 7rem;
}
.other-items__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  column-gap: 3rem;
}
.other-items .btn-controls {
  height: 3.5rem;
}
.other-items__slider.swiper {
  width: 100%;
  overflow: visible;
}
.other-items__controls .fraction {
  display: none;
}
.other-items__cta-btn {
  margin: 0 auto;
}
.card-all-products__btn {
  margin-right: auto;
}
.other-items__card.card-all-products.swiper-slide {
  height: auto;
}
@media (max-width: 48em) {
  .other-items__controls {
    display: none;
  }
  .other-items__card.card-all-products.swiper-slide {
    width: 64rem;
  }
}
/*=======================================
VACANCIES
=======================================*/
.vacancies {
  background-color: var(--c-light-gray);
}
.vacancies__container {
  padding-top: var(--p-padding);
  padding-bottom: var(--p-padding);
  display: flex;
  flex-direction: column;
  row-gap: 7rem;
}
.vacancies__list {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.vacancies .btn__icon {
  transform: rotate(90deg);
}
.item-vacancies {
  border-radius: 1rem;
  background-color: var(--c-white);
  opacity: 0.5;
  transition: opacity var(--p-tr), box-shadow var(--p-tr);
}
.item-vacancies:hover {
  opacity: 1;
}
.item-vacancies._is-active {
  opacity: 1;
  box-shadow: var(--p-shadow-2);
}
.item-vacancies._is-active .item-vacancies__heading::after {
  transform: rotate(-180deg);
}
.item-vacancies._is-active .item-vacancies__body {
  grid-template-rows: 1fr;
}
.item-vacancies__heading {
  padding: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 3rem;
  min-height: 9rem;
  width: 100%;
}
.item-vacancies__heading::after {
  content: '';
  flex: 0 0 2rem;
  width: 2rem;
  height: 2.4rem;
  background: url(inc/images/icons/arr.svg) center / contain no-repeat;
  transition: transform var(--p-tr);
}
.item-vacancies__body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows var(--p-tr);
}
.item-vacancies__inner {
  overflow: hidden;
}
.item-vacancies__content {
  border-top: var(--p-border);
  padding: 3.2rem;
}
.item-vacancies__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 5rem;
  row-gap: 3.2rem;
}
.item-vacancies__item {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.item-vacancies__sublist {
  display: flex;
  flex-direction: column;
  opacity: 0.7;
}
.article li,
.list-item {
  display: flex;
  padding-left: 1rem;
  column-gap: 1.2rem;
  color: #4d4d4d;
}
.list-item {
  max-width: 41.7rem;
}
.item-vacancies .list-item {
  max-width: 74.1rem;
}
.article li::before,
.list-item::before {
  content: '';
  margin-top: 1.2rem;
  flex: 0 0 0.6rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0);
}
@media (min-width: 48.01em) {
  .item-vacancies__cta-btn {
    margin-top: auto;
  }
  .item-vacancies__cta-btn:last-child {
    margin-left: auto;
  }
  .item-vacancies__cta-btn:not(:last-child) {
    margin-right: auto;
  }
}
@media (max-width: 48em) {
  .item-vacancies__heading::after {
    flex: 0 0 3rem;
    width: 3rem;
    height: 2.4rem;
  }
  .item-vacancies__list {
    display: flex;
    flex-direction: column;
    row-gap: 6rem;
  }
  .item-vacancies__item {
    row-gap: 3rem;
  }
  .item-vacancies__sublist {
    row-gap: 1.5rem;
  }
  .article li::before,
  .list-item::before {
    flex: 0 0 0.8rem;
    width: 0.8rem;
    height: 0.8rem;
  }
  .item-vacancies .list-item {
    padding-left: 2rem;
    column-gap: 2.2rem;
  }
  .item-vacancies__heading,
  .item-vacancies__content {
    padding: 4rem;
  }
}
/*=======================================
ALL SERVICES
=======================================*/
.all-services {
  position: relative;
  overflow: hidden;
}
.all-services::before,
.all-services::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(255, 213, 46, 0.62) 0%,
    rgba(255, 213, 46, 0.31) 25.48%,
    rgba(255, 213, 46, 0) 72.6%,
    rgba(255, 255, 255, 0) 94.71%
  );
  opacity: 0.76;
  width: 144.1rem;
  height: 144.1rem;
}
.all-services::before {
  top: 0;
  left: -94.2rem;
}
.all-services::after {
  bottom: -26.7rem;
  right: -90.4rem;
}
.all-services__container {
  padding-top: var(--p-padding);
  padding-bottom: var(--p-padding);
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  row-gap: 10rem;
}
.all-services__head {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
.all-services__text {
  max-width: 167.4rem;
}
.all-services__list {
  display: flex;
  flex-direction: column;
  row-gap: 8rem;
}
.all-services__group {
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
}
.all-services__group-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  column-gap: 3rem;
}
.all-services__fraction.fraction {
  justify-content: flex-end;
  display: inline-flex !important;
}
.all-services__group-body {
  position: relative;
}
.all-services__controls-btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 0.3rem;
  box-shadow: var(--p-shadow-2);
  background-color: var(--c-white);
  transition: opacity var(--p-tr);
}
.all-services__controls-btn:disabled {
  opacity: 0;
}
.all-services__controls-btn_prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.all-services__controls-btn_next {
  right: 0;
  transform: translate(50%, -50%) scaleX(-1);
}
.all-services__controls-btn-icon {
  flex: 0 0 1.7rem;
  width: 1.7rem;
  height: 1.7rem;
}
.card-all-services.swiper-slide::before {
    content: '';
    position: absolute;
    bottom: -4rem;
    width: 25rem;
    opacity: 0.3;
    right: -6rem;
    height: 25rem;
    background: url(inc/images/logo-circ.svg) center / contain no-repeat;
}
.card-all-services.swiper-slide {
  height: auto;
  background-color: var(--c-light-gray);
  border-radius: var(--p-radius);
  border: var(--p-border);
  overflow: hidden;
}
.card-all-services__inner {
  position: relative;
  z-index: 2;
  padding: 4rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  row-gap: 3.2rem;
}
.card-all-services__heading {
  min-height: 7.2rem;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 3.6rem;
}
.card-all-services__text {
  flex: 1 1 auto;
}
.all-services__slider.swiper {
  padding-right: 1px;
}
.btn_ghost.btn {
  box-shadow: none;
  background-color: var(--c-light-gray);
  border: var(--p-border);
}
.btn_ghost.btn .btn__icon-wrap {
  background-color: var(--c-white);
}
.btn_ghost.btn .btn__icon {
  color: var(--c-dark);
}
.card-all-services {
  min-height: 36rem;
}
@media (max-width: 48em) {
  .card-all-services.swiper-slide {
    width: 60rem;
    min-height: 50rem;
  }
  .card-all-services__heading {
    font-size: 3.2rem;
    line-height: 120%;
  }
  .fraction__txt {
    font-size: 2.8rem;
  }
  .fraction__txt_div {
    font-size: 2rem;
  }
  .all-services__container {
    row-gap: 12rem;
  }
  .all-services__group {
    row-gap: 7rem;
  }
  .card-all-services__inner {
    row-gap: 4rem;
  }
  .all-services__controls-btn {
    display: none;
  }
  .all-services__slider.swiper {
    overflow: visible;
  }
}
/*=======================================
HERO CHAPTER
=======================================*/
.hero-chapter {
  position: relative;
}
.hero-chapter__btn {
  margin-right: auto;
  color: black;
}
.hero-chapter::before,
.hero-chapter::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  width: 140.9rem;
  height: 100%;
  background: linear-gradient(
    99.24deg,
    #627384 -1.35%,
    rgba(98, 115, 132, 0) 40.73%
  );
}
.hero-chapter::before {
  left: 0;
  opacity: 0.63;
}
.hero-chapter::after {
  right: 0;
  transform: scaleX(-1);
}
.hero-chapter__container {
  position: relative;
  z-index: 2;
  padding-top: var(--p-padding);
  padding-bottom: var(--p-padding);
  display: flex;
  flex-direction: column;
  row-gap: 4.5rem;
  min-height: 60rem;
  color: var(--c-white);
}
.hero-chapter__heading {
  max-width: 69.9rem;
}
.hero-chapter__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hero-chapter__breadcrumbs.breadcrumbs .breadcrumbs__txt {
  opacity: 1;
}
.hero-chapter__bg::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
}
.hero-chapter__bg-image {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 48em) {
  .hero-chapter__container {
    min-height: 93rem;
  }
  .hero-chapter__container {
    row-gap: 7.5rem;
  }
  .hero-chapter__heading {
    max-width: 63.9rem;
  }
}
/*=======================================
ALL PRODUCTS
=======================================*/
.all-products__container {
  padding-top: var(--p-padding);
  padding-bottom: var(--p-padding);
  display: grid;
  grid-template-columns: 1fr 35.3rem;
  column-gap: 7.6rem;
}
.all-products__content,
.all-products__aside {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
.all-products__aside {
  position: relative;
  padding-top: 13rem;
}
.all-products__list {
  display: flex;
  flex-direction: column;
  row-gap: 10.3rem;
}
.all-products__group {
  display: flex;
  flex-direction: column;
  row-gap: 7rem;
}
.all-products__products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--p-gap);
}
.all-products__tags {
  position: sticky;
  top: 13rem;
  right: 0;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  padding-left: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-left: 1px solid var(--c-yellow);
}
.all-products__tag {
  transition: opacity var(--p-tr), color var(--p-tr);
  opacity: 0.5;
}
.all-products__tag:hover,
.all-products__tag._is-active {
  opacity: 1;
}
.all-products__tag-btn {
  display: inline-flex;
  margin-right: auto;
  max-width: 32.8rem;
}
.card-all-products {
  position: relative;
  border-radius: var(--p-radius);
  background-color: var(--c-white);
}
.card-all-products__inner {
  position: relative;
  z-index: 2;
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  box-shadow: var(--p-shadow-2);
  border-radius: var(--p-radius);
  min-height: 49.3rem;
  overflow: hidden;
  height: 100%;
}
.card-all-products._has-bg .card-all-products__inner::after {
  content: '';
  position: absolute;
  bottom: -4rem;
  width: 25rem;
  opacity: 0.3;
  right: -6rem;
  height: 25rem;
  background: url(inc/images/logo-circ.svg) center / contain no-repeat;
}
.card-all-products__heading,
.card-all-products__text,
.card-all-products__cta-btn {
  position: relative;
  z-index: 2;
}
.card-all-products__heading {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.1rem;
  margin-bottom: 2rem;
}
.card-all-products__text {
  margin-bottom: 4rem;
  flex: 1 1 auto;
      max-width: 25.7rem;
  line-height: 120%;
}
.card-all-products__cta-btn {
  margin-right: auto;
}
.card-all-products__image-wrap::before {
  position: absolute;
  z-index: 1;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 23rem;
  background: linear-gradient(
    171.61deg,
    rgba(255, 255, 255, 0) 56.56%,
    rgba(255, 255, 255, 0.5) 76.5%,
    #ffffff 94.01%
  );
}
.card-all-products__image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: var(--p-radius);
}
.card-all-products__image {
  position: absolute;
  right: 1%;
  bottom: -12%;
  width: 23rem;
  object-position: right top;
  height: 39rem;
}
@media (max-width: 48em) {
  .all-products__container {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 8rem;
  }
  .card-all-products__text {
    max-width: 37.7rem;
  }
  .all-products__tag._is-active {
    color: var(--c-yellow);
  }
  .all-products__aside {
    padding-top: 0;
    position: fixed;
    z-index: 3;
    padding: 3.2rem;
    width: calc(100% - 6.4rem);
    bottom: 3.2rem;
    left: 3.2rem;
    background-color: var(--c-white);
    border-radius: var(--p-radius);
    box-shadow: var(--p-shadow-2);
    overflow: hidden;
  }
  .all-products__tags {
    position: static;
    padding: 0;
    border: none;
    flex-direction: row;
    column-gap: 4rem;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .all-products__tags::-webkit-scrollbar {
    display: none;
  }
  .card-all-products__heading {
    font-size: 3.2rem;
    line-height: 120%;
    height: 8.2rem;
  }
  .card-all-products__image {
    right: 1%;
    bottom: -8%;
  }
  .card-all-products__inner {
    padding: 4rem;
  }
  .all-products__container {
    row-gap: 12rem;
  }
  .all-products__products {
    display: flex;
    flex-direction: column;
    row-gap: 4rem;
  }
  .all-products__tag-btn {
    white-space: nowrap;
    max-width: none;
  }
  .all-products__tag {
    opacity: 1;
  }
}
/*=======================================
MODALS
=======================================*/
.modal {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity var(--p-tr), visibility var(--p-tr);
}
.modal._is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.service-modal .list-item::before {
  background-color: var(--c-yellow);
}
.service-modal__heading {
  max-width: 87%;
}
.service-modal__inner {
  position: relative;
  padding-top: 8rem;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  padding-bottom: 13rem;
  display: flex;
  flex-direction: column;
  width: 98rem;
  margin-left: auto;
  background-color: var(--c-white);
  border-radius: 2rem 0 0 2rem;
  overflow: hidden;
  height: 100%;
}
.service-modal__body {
  overflow: auto;
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.service-modal__body::-webkit-scrollbar {
  display: none;
}
.service-modal__head {
  margin-bottom: 6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 3rem;
}
.service-modal__close-btn {
  display: inline-flex;
}
.service-modal__close-modal-icon {
  width: 2.8rem;
  height: 2.8rem;
}
.service-modal__content {
  display: flex;
  flex-direction: column;
  row-gap: 3.2rem;
}
.service-modal__info {
  max-width: 71.2rem;
}
.service-modal__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
.service-modal__item {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.service-modal__sublist {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.service-modal__lower {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  width: 100%;
  height: 9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--c-light-gray);
  border-top: var(--p-border);
}

.licences-modal__container {
  position: relative;
  height: 100%;
  display: flex;
}
.licences-modal__body {
  height: 100%;
}
.licences-modal__close-btn {
  position: absolute;
  top: 5rem;
  right: 0;
  color: var(--c-white);
}
.licences-modal__nav-btn {
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
}
.licences-modal__nav-btn_prev {
  left: 0;
}
.licences-modal__close-btn-icon {
  width: 3rem;
  height: 3rem;
}
.licences-modal__nav-btn_next {
  right: 0;
}
.licences-modal__nav-btn_next .licences-modal__nav-btn-icon {
  transform: scaleX(-1);
}
.licences-modal__slider.swiper {
  margin: auto;
  width: 64rem;
  overflow: visible;
}
.licences-modal__slide.swiper-slide {
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--p-tr), visibility var(--p-tr);
}
.licences-modal__slide.swiper-slide.swiper-slide-active {
  opacity: 1;
  visibility: visible;
}
.licences-modal__nav-btn-icon {
  width: 4rem;
  height: 4rem;
  color: var(--c-white);
}
@media (max-width: 48em) {
  .licences-modal__slider.swiper {
    width: 53rem;
  }
  .licences-modal__nav-btn_next {
    right: 4rem;
  }
  .licences-modal__nav-btn_prev {
    left: 4rem;
  }
  .licences-modal__close-btn-icon {
    width: 4rem;
    height: 4rem;
  }
  .licences-modal__close-btn {
    top: 3rem;
    right: 3rem;
  }

  .service-modal__inner {
    width: 100%;
    margin-left: 0;
    border-radius: 0;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 20rem;
  }
  .service-modal__price {
    max-width: 26rem;
  }
  .service-modal .btn__txt {
    padding: 0 4rem 0 3rem;
  }
  .service-modal__list {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  .service-modal__head {
    margin-bottom: 8rem;
  }
  .service-modal__content {
    row-gap: 4.2rem;
  }
  .service-modal__item {
    row-gap: 1.5rem;
  }
  .service-modal__lower {
    height: 14rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
/*========= LAYOUT TWO ==========*/
section.aboutservice-section.lay-two {
  padding: 80px 0 60px 0;
  background: #f5f5f5;
}
.aboutservice-section.lay-two .about-content-wrap {
  float: left;
  width: 40%;
}
.aboutservice-section.lay-two h2.section-title {
  display: block;
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
}
.aboutservice-section.lay-two .section-desc {
  display: block;
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
  text-align: left;
}
.aboutservice-section.lay-two .service-posts-wrap {
  float: left;
  width: 60%;
  padding-left: 5%;
}
.aboutservice-section.lay-two .service-posts > img {
  display: none;
}
.aboutservice-section.lay-two h3.service-title {
  margin-top: 0;
  font-size: 20px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  display: inline-block;
}
.aboutservice-section.lay-two h3.service-title:hover {
  color: rgba(0, 0, 0, 0.7);
}
.aboutservice-section.lay-two h3.service-title:before,
.aboutservice-section.lay-two h3.service-title:after {
  content: '';
  border: 1.5px solid #333;
  width: 15px;
  position: absolute;
  top: 13px;
  left: 0;
  transition: all ease 0.35s;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
}
.aboutservice-section.lay-two .expanded h3.service-title:before {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
}
.aboutservice-section.lay-two .collapsed h3.service-title:after {
  transform: rotate(-270deg);
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
}
.aboutservice-section.lay-two .service-excerpt p {
  margin-top: 0;
}

/*=================================
HOME COUNTER SECTION
=================================*/
.home-counter-section {
  margin-bottom: 80px;
}
.home-counter-section.has-image {
  background-size: cover;
  padding: 80px 0 50px 0;
  /*margin-bottom: 0;*/
}
.the100-template4 .home-counter-section.has-image {
  padding-bottom: 80px;
}
.home-counter-section .widget + .widget {
  margin-top: 80px;
}
.home-counter-section .widget_text p {
  margin: 0;
  font-family: 'Hind', sans-serif;
  color: #fff;
  font-size: 36px;
  width: 40%;
  line-height: 1.3;
}
.home-counter-section .counter-wrap {
  display: inline-block;
  margin-right: 3%;
}
.home-counter-section .lay-two .counter-wrap {
  width: 22.3%;
}
.home-counter-section .lay-two .counter-wrap:last-child {
  margin-right: 0;
}
.home-counter-section h2.widget-title {
  margin: 0 auto 20px auto;
  width: 1170px;
  font-size: 35px;
  color: #fff;
  font-weight: 500;
}
.home-counter-section .widget_text .textwidget,
.widget_the100_counter .widget-content-wrapper {
  width: 1170px;
  margin: 0 auto;
}
.widget_the100_counter .lay-one .counter-icon-img-wrap {
  display: inline-block;
  width: 40px;
  vertical-align: middle;
  margin-right: 10px;
}
.home-counter-section.has-image .widget_the100_counter span.counter-number {
  color: #fff;
}
.widget_the100_counter .lay-one .counter-icon-img-wrap + span.counter-number {
  vertical-align: middle;
  width: calc(100% - 55px);
  display: inline-block;
  font-size: 35px;
}
.home-counter-section .widget_the100_counter .lay-one span.counter-number {
  font-size: 46px;
  line-height: 1.3;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
}
.home-counter-section.has-image .widget_the100_counter h4 {
  color: #fff;
}
.home-counter-section .widget_the100_counter .lay-one h4 {
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  margin: 0;
}

/*===================================
WIDGET STAT COUNTER
===================================*/
.widget_the100_counter span.counter-number {
  font-size: 45px;
  font-weight: 700;
  color: #636160;
  display: inline-block;
  position: relative;
  line-height: 1.3;
}
.widget_the100_counter .lay-two span.counter-number:after {
  content: '';
  background: #de602d;
  width: 40px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.home-counter-section
  .widget_the100_counter
  .lay-one
  span.counter-number:after {
  display: none;
}
.widget_the100_counter h4 {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  color: #838383;
  margin-top: 10px;
  font-weight: 500;
  margin-bottom: 0;
}
#secondary .widget_the100_counter .counter-wrap {
  text-align: center;
  margin-bottom: 30px;
}
#secondary .widget_the100_counter .lay-one .counter-wrap {
  text-align: left;
}
#secondary .widget_the100_counter .counter-wrap span.counter-number:after {
  margin: 0 auto;
  right: 0;
}
.widget_the100_promo .lay-one.has-image:before,
.widget_the100_promo .lay-two.has-image:before {
  visibility: hidden;
}

/*========================================
TESTIMONIAL AND PARTNER SECTION
========================================*/
.testimonial-section,
.partner-section {
  margin-bottom: 80px;
}
.testimonial-section.testimonial-partner.lay-one,
.partner-section.testimonial-partner.lay-one {
  width: 50%;
  float: left;
}
.testimonial-section.testimonial-partner.lay-one {
  padding-right: 30px;
}
.partner-section.testimonial-partner.lay-one {
  padding-left: 30px;
}
.testimonial-section h2.section-title,
.partner-section h2.section-title {
  margin-bottom: 20px;
  display: block;
  width: auto;
}
.testimonial-section.lay-one .testimonial-excerpt {
  font-size: 16px;
  font-style: italic;
  color: #4b4b4b;
  background: #f7f7f7;
  padding: 20px;
  margin-bottom: 30px;
  position: relative;
}
.testimonial-section.lay-one .testimonial-excerpt:after {
  content: '';
  border-right: 30px solid #ccc;
  border-bottom: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.testimonial-section .testimonial-excerpt p {
  margin: 0;
}
.testimonial-titleimg-wrap .testimonial-image {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.testimonial-titleimg-wrap h3.testimonial-title {
  display: inline-block;
  margin-top: 0;
  vertical-align: middle;
  width: calc(100% - 80px);
  padding-left: 20px;
  margin-bottom: 0;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #3c4452;
  text-align: left;
}
.testimonial-titleimg-wrap h3.testimonial-title p,
.testimonial-titleimg-wrap h3.testimonial-title span {
  display: block;
  margin: 0;
  font-weight: 400;
  color: #535353;
  font-size: 14px;
}
.testimonial-partner-section .owl-theme .owl-nav [class*='owl-'] {
  border-radius: 3px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #f6d8b5;
  color: #fff;
}
.the100-template4
  .testimonial-partner-section
  .owl-theme
  .owl-nav
  [class*='owl-'] {
  background: #c7bbf6;
}
.testimonial-partner-section .owl-theme .owl-nav [class*='owl-']:hover {
  background: #e6af70;
}
.the100-template4
  .testimonial-partner-section
  .owl-theme
  .owl-nav
  [class*='owl-']:hover {
  background: #8a7eb9;
}
.testimonial-section .owl-theme .owl-dots {
  position: static;
  margin-top: 20px;
}
.testimonial-section.lay-one .owl-theme .owl-dots {
  text-align: left;
}
.lay-one .owl-theme .owl-dots span {
  background: #e4e4e4;
  margin: 3px;
}
.lay-one .owl-theme .owl-dots .active span,
.lay-one .owl-theme .owl-dots span:hover {
  background: #919191;
}
.testimonial-section.lay-two {
  text-align: center;
}
.lay-two .testimonial-posts {
  padding-left: 150px;
  padding-right: 150px;
}
.lay-two .testimonial-titleimg-wrap {
  display: table;
  margin: 20px auto 0 auto;
  clear: both;
}
.lay-two .owl-theme .owl-nav .owl-prev {
  left: 50px;
  top: 40%;
}
.lay-two .owl-theme .owl-nav .owl-next {
  right: 50px;
  top: 40%;
}
.lay-two .owl-theme .owl-dots .owl-dot span {
  background: #fff;
  border: 2px solid #ddd;
  width: 12px;
  height: 12px;
  margin: 3px;
}
.lay-two .owl-theme .owl-dots .owl-dot.active span,
.lay-two .owl-theme .owl-dots .owl-dot:hover span {
  background: #ddd;
}
.lay-two.testimonial-partner .testimonial-posts {
  padding-left: 20px;
  padding-right: 20px;
}
.lay-two.testimonial-partner .testimonial-posts .testimonial-excerpt {
  border: 2px solid #eee;
  padding: 30px 20px;
  font-size: 14px;
  position: relative;
  line-height: 1.8;
  text-align: left;
}
.lay-two.testimonial-partner .testimonial-posts .testimonial-excerpt:before,
.lay-two.testimonial-partner .testimonial-posts .testimonial-excerpt:after {
  content: '';
  border-top: 10px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  bottom: -9px;
  left: 20px;
}
.lay-two.testimonial-partner .testimonial-posts .testimonial-excerpt:after {
  border-top-color: #eee;
  z-index: -1;
  bottom: -12px;
}
.lay-two.testimonial-partner .testimonial-titleimg-wrap {
  margin-top: 30px;
  display: block;
}
.lay-two.testimonial-partner .testimonial-titleimg-wrap h3.testimonial-title p,
.lay-two.testimonial-partner
  .testimonial-titleimg-wrap
  h3.testimonial-title
  span {
  display: inline-block;
  margin-left: 20px;
  position: relative;
  padding-left: 5px;
}
.lay-two.testimonial-partner
  .testimonial-titleimg-wrap
  h3.testimonial-title
  p:before,
.lay-two.testimonial-partner
  .testimonial-titleimg-wrap
  h3.testimonial-title
  span:before {
  content: '/';
  position: absolute;
  left: -5px;
  top: 0;
}
.lay-two.testimonial-partner .owl-theme .owl-nav .owl-prev {
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.lay-two.testimonial-partner .owl-theme .owl-nav .owl-next {
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.lay-two.testimonial-partner .owl-theme:hover .owl-nav .owl-prev,
.lay-two.testimonial-partner .owl-theme:hover .owl-nav .owl-next {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

/*========== PARTNER BLOCK ===============*/
.partner-section.lay-two {
  text-align: center;
}
.partner-section .partner-posts-wrap:before,
.partner-section .partner-posts-wrap:after {
  content: '';
  display: table;
}
.partner-section .partner-posts-wrap:after {
  clear: both;
}
.partner-section .partner-posts-wrap {
  border: 1px solid #ddd;
  border-bottom: none;
  border-right: none;
}
.partner-section .partner-posts-wrap .partner-posts {
  float: left;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.partner-section.lay-one .partner-posts-wrap .partner-posts {
  width: 33.33%;
}
.partner-section.lay-two .partner-posts-wrap .partner-posts {
  width: 20%;
}
.partner-section .partner-posts-wrap .partner-posts a {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  display: block;
  position: relative;
}
.partner-section.lay-two .partner-posts-wrap .partner-posts a {
  padding: 20px 10px;
}
.partner-section .partner-posts-wrap .partner-posts a:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/*================================
BLOG SECTION LAYOUT ONE
================================*/
.blog-section {
  margin-bottom: 80px;
}
.the100-template4 section.blog-section.lay-three {
  margin-bottom: 0px;
}
.the100-template1 .blog-section {
  margin-bottom: 0;
}
section.blog-section.lay-one {
  background: url(inc/images/blog-bg.jpg);
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}
.blog-section.lay-one .ed-container {
  background: #fff;
  padding: 80px;
}
.blog-section.lay-one .blog-title-desc-wrap {
  float: left;
  width: 30%;
}
.blog-section.lay-one .blog-title-desc-wrap h2.section-title {
  margin-bottom: 20px;
  width: auto;
  display: block;
}
.blog-section.lay-one .blog-title-desc-wrap .section-desc {
  width: auto;
  padding-left: 0;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 0;
}
.blog-section.lay-one .blog-posts-wrap {
  float: left;
  width: 60%;
  margin-left: 10%;
}
.blog-section.lay-one .blog-posts:before,
.blog-section.lay-one .blog-posts:after {
  content: '';
  display: table;
}
.blog-section.lay-one .blog-posts:after {
  clear: both;
}
.blog-section.lay-one .blog-posts {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.blog-section.lay-one .blog-posts:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.blog-section.lay-one .blog-date {
  float: left;
  width: 30%;
}
.blog-section.lay-one .blog-date span.date-day {
  font-family: 'Hind', sans-serif;
  font-size: 46px;
  font-weight: 400;
  color: #1439b6;
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  line-height: 1.3;
}
.blog-section.lay-one .blog-date .blog-date-comment {
  display: inline-block;
  vertical-align: middle;
}
.blog-section.lay-one .blog-date .blog-date-comment span {
  display: block;
  font-size: 14px;
  line-height: 1.3;
}
.blog-section.lay-one .blog-date .blog-date-comment span.date-my {
  color: #2e3541;
}
.blog-section.lay-one .blog-titledesc-inside-wrap {
  float: left;
  width: 65%;
  margin-left: 5%;
}
.blog-section.lay-one .blog-titledesc-inside-wrap h3.blog-title {
  font-family: 'Rubik', sans-serif;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  color: #3c4452;
}

/*===============================
BLOG SECTION LAYOUT TWO
===============================*/
.blog-section .blog-posts-wrap:before,
.blog-section .blog-posts-wrap:after {
  content: '';
  display: table;
}
.blog-section .blog-posts-wrap:after {
  clear: both;
}
.blog-section.lay-two .blog-posts {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.blog-section.lay-two .blog-posts:nth-child(3n) {
  margin-right: 0;
}
.blog-section.lay-two .blog-imgtitle-wrap {
  position: relative;
  line-height: 0;
}
.blog-section.lay-two h3.blog-title {
  margin: 0;
  line-height: 1.3;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  color: #3c4452;
  background: #eee;
  padding: 20px 20px 0 20px;
  width: 95%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.blog-section.lay-two .blog-titledesc-wrap {
  background: #eee;
  padding: 0 20px 20px 20px;
  width: 95%;
  margin-left: 5%;
}
.blog-section.lay-two .blog-titledesc-wrap p.blog-date {
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 12px;
  color: #333;
  padding-top: 5px;
}
.blog-section.lay-two .blog-titledesc-wrap .blog-excerpt p {
  margin: 0;
  padding-top: 10px;
}

/*================================
BLOG SECTION LAYOUT THREE
================================*/
.blog-section.lay-three .blog-posts {
  float: left;
  width: 25%;
  position: relative;
  line-height: 0;
}
.blog-section.lay-three .blog-posts:before {
  content: '';
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.35s;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
}
.blog-section.lay-three .blog-posts:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.blog-section.lay-three .blog-titledesc-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px 20px;
  line-height: 1.3;
  z-index: 1;
}
.blog-section.lay-three .blog-titledesc-wrap h3.blog-title {
  color: #fff;
  margin: 0;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transition: all ease 0.35s;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
}
.blog-section.lay-three p.blog-date {
  font-size: 13px;
  color: #b3cfff;
  margin-bottom: 0;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transition: all ease 0.35s;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
}
.the100-template4 .blog-section.lay-three p.blog-date {
  color: #c7bbf6;
}
.blog-section.lay-three .blog-posts:hover .blog-titledesc-wrap h3.blog-title,
.blog-section.lay-three .blog-posts:hover p.blog-date {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.blog-section.lay-three .blog-posts:hover .blog-titledesc-wrap h3.blog-title {
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
}
.blog-section.lay-three .blog-posts:hover p.blog-date {
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
}

/*=======================================
BLOG SECTION LAYOUT FOUR
=======================================*/
.blog-section.lay-four {
  margin-bottom: 30px;
}
.blog-section.lay-four .blog-posts {
  float: left;
  width: 48%;
  margin-right: 3%;
  margin-bottom: 50px;
}
.blog-section.lay-four .blog-posts:nth-child(even) {
  margin-right: 0;
}
.blog-section.lay-four .blog-posts:nth-child(2n + 1) {
  clear: both;
}
.blog-section.lay-four .blog-date {
  float: left;
  width: 85px;
  text-align: center;
  padding-right: 10px;
}
.blog-section.lay-four .blog-date span.date-day {
  display: block;
  font-size: 50px;
  font-weight: 600;
  color: #333;
  line-height: 1;
}
.blog-section.lay-four .blog-date-comment {
  font-size: 13px;
  font-weight: 500;
  color: #666;
}
.blog-section.lay-four .blog-titledesc-inside-wrap {
  float: left;
  width: calc(100% - 85px);
  border-left: 1px solid #eee;
  padding-left: 30px;
}
.blog-section.lay-four span.blog-comment {
  font-size: 13px;
  color: #666;
}
.blog-section.lay-four h3.blog-title {
  margin-top: 5px;
  font-size: 18px;
  line-height: 1.3;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}
.blog-section.lay-four .blog-excerpt p {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 0;
  margin-bottom: 0;
}

/*==================================
FOOTER SECTION
==================================*/
footer.site-footer {
  background: #232830;
}
.top-footer .ed-container {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding-top: 60px;
  padding-bottom: 30px;
}
.top-footer .widget {
  float: left;
  margin-right: 3%;
}
.top-footer.columns-1 .widget {
  float: none;
  margin-right: 0;
}
.top-footer.columns-2 .widget {
  width: 48%;
}
.top-footer.columns-2 .widget:nth-child(2n) {
  margin-right: 0;
}
.top-footer.columns-2 .widget:nth-child(2n + 1) {
  clear: both;
}
.top-footer.columns-3 .widget {
  width: 31.33%;
}
.top-footer.columns-3 .widget:nth-child(3n) {
  margin-right: 0;
}
.top-footer.columns-3 .widget:nth-child(3n + 1) {
  clear: both;
}
.top-footer.columns-4 .widget {
  width: 22.66%;
}
.top-footer.columns-4 .widget:nth-child(4n) {
  margin-right: 0;
}
.top-footer.columns-4 .widget:nth-child(4n + 1) {
  clear: both;
}
.top-footer .widget h2.widget-title {
  margin-top: 0;
  font-family: 'Rubik', sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 30px;
}
.main-footer {
  padding: 35px 0;
}
.main-footer .site-info {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  width: 40%;
}
.main-footer .site-info a {
  color: #82a4dd;
}
body:not(.the100-template1) .main-footer .site-info a {
  color: #777;
}
.main-footer .site-info a:hover {
  text-decoration: underline;
}
.main-footer .footer-menu {
  display: inline-block;
  vertical-align: middle;
  width: 59.33%;
  text-align: right;
}
.main-footer .footer-menu .widget {
  margin-bottom: 0;
}
.main-footer .footer-menu .widget ul li {
  margin-bottom: 0;
  padding-left: 0;
  display: inline-block;
  color: #fff;
}
.main-footer .footer-menu .widget ul li:before,
.main-footer .footer-menu .widget ul .sub-menu {
  display: none;
}
.main-footer .footer-menu .widget ul li a {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0;
}
.main-footer .footer-menu .widget ul li:last-child a {
  padding-right: 0;
}

/*===================================
WIDGET PROMO
===================================*/
.widget_the100_promo {
  margin-bottom: 0;
}
.promo-widget-wrap.lay-one {
  background: #1439b6;
}
.the100-template5 .promo-widget-wrap.lay-one {
  background: #de602d;
}
.widget_the100_promo .lay-one.has-image:before {
  display: none;
}
.widget_the100_promo .widget-content-wrapper {
  width: 1170px;
  margin: 0 auto;
}
.widget_the100_promo .promo-widget-wrap.lay-one {
  padding-top: 50px;
  padding-bottom: 50px;
}
.widget_the100_promo .lay-one h2.widget-title {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  width: 74%;
}
.widget_the100_promo .lay-one .desc {
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
  width: 74%;
}
.widget_the100_promo .lay-one .promo-btn {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  text-align: right;
}
.widget_the100_promo .promo-btn a {
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  font-size: 14px;
}
.widget_the100_promo .promo-btn a:hover {
  background: #fff;
  color: #1439b6;
}
.widget_the100_promo .lay-two .img-wrap {
  display: inline-block;
  width: 40%;
  vertical-align: middle;
  border: 10px solid #fff;
  line-height: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.widget_the100_promo .lay-two .caption {
  display: inline-block;
  vertical-align: middle;
  width: 59%;
  padding-left: 60px;
  text-align: center;
}
.promo-widget-wrap.lay-two h2.widget-title {
  margin-top: 0;
  font-size: 3em;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
}
.promo-widget-wrap.lay-two .desc {
  color: #fff;
  margin-bottom: 30px;
}
.promo-widget-wrap.lay-three {
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}
.home-counter-section .promo-widget-wrap.lay-three {
  padding-top: 0;
  padding-bottom: 0;
}
.promo-widget-wrap.lay-three.has-image {
  padding-bottom: 50px;
  padding-top: 50px;
}
.the100-template4 .promo-widget-wrap.lay-three:before {
  background: rgba(28, 136, 110, 0.5);
  background: -webkit-linear-gradient(
    left,
    rgba(28, 136, 110, 0.5),
    rgba(66, 41, 142, 0.5) 50%
  );
  background: -moz-linear-gradient(
    left,
    rgba(28, 136, 110, 0.5),
    rgba(66, 41, 142, 0.5) 50%
  );
  background: -ms-linear-gradient(
    left,
    rgba(28, 136, 110, 0.5),
    rgba(66, 41, 142, 0.5) 50%
  );
  background: -o-linear-gradient(
    left,
    rgba(28, 136, 110, 0.5),
    rgba(66, 41, 142, 0.5) 50%
  );
  background: linear-gradient(
    to right,
    rgba(28, 136, 110, 0.5),
    rgba(66, 41, 142, 0.5) 50%
  );
}
.promo-widget-wrap.lay-three .caption {
  width: 60%;
}
.the100-template4 .promo-widget-wrap.lay-three .caption {
  text-align: center;
  margin: 0 auto;
}
.the100-template3 .promo-widget-wrap.lay-three .caption {
  text-align: center;
  margin: 0 auto;
}
.promo-widget-wrap.lay-three .caption h2.widget-title {
  color: #fff;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 0;
  width: 100%;
}
.the100-template3 .promo-widget-wrap.lay-three .caption h2.widget-title {
  font-family: 'kristi', cursive;
  font-size: 6em;
  line-height: 1;
  width: 100%;
}
.promo-widget-wrap.lay-three .caption .desc {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
}
.promo-widget-wrap.lay-three .caption .promo-btn {
  margin-top: 40px;
}
.promo-widget-wrap.lay-three .caption a {
  border-radius: 50px;
  font-size: 16px;
}
.the100-template3 .promo-widget-wrap.lay-three .caption a {
  border-radius: 0;
}
.promo-widget-wrap.lay-three .caption a:hover {
  color: #333;
}
.widget_the100_promo .promo-widget-wrap.lay-one.has-image {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.widget_the100_promo .lay-one.has-image .widget-content-wrapper {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.widget_the100_promo .lay-one.has-image .img-wrap {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 50vh;
  max-height: 100%;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
}
.widget_the100_promo .lay-one.has-image .img-wrap img {
  position: fixed;
  height: 100%;
  object-fit: cover;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  top: 0;
  left: 0;
}
.widget_the100_promo .lay-one.has-image .caption {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding-left: 70px;
}
.widget_the100_promo .lay-one.has-image h2.widget-title {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2;
}
.widget_the100_promo .lay-one.has-image .desc {
  font-family: 'Hind', sans-serif;
  font-size: 4.5em;
  line-height: 1.2;
  font-weight: 700;
}
#secondary .widget_the100_promo {
  margin-bottom: 30px;
}
#secondary .widget_the100_promo .lay-one .widget-content-wrapper {
  width: 90%;
}
#secondary .widget.widget_the100_promo h2.widget-title {
  font-size: 30px;
  width: 100%;
  margin-bottom: 0;
}
#secondary .widget_the100_promo .lay-one .desc {
  width: 100%;
}
#secondary .widget_the100_promo .lay-one .promo-btn {
  margin-top: 30px;
  width: 100%;
  text-align: center;
}
#secondary .promo-widget-wrap.lay-two {
  padding-top: 0;
  padding-bottom: 0;
}
.widget_the100_promo .lay-two.has-image:before {
  display: none;
}
#secondary .widget_the100_promo .widget-content-wrapper {
  width: 100%;
}
#secondary .widget_the100_promo .lay-two .img-wrap {
  width: 100%;
  margin-bottom: 30px;
}
#secondary .widget_the100_promo .lay-two .caption {
  width: 100%;
  padding-left: 0;
}
#secondary .widget.widget_the100_promo .lay-two h2.widget-title {
  font-size: 30px;
  width: 100%;
  margin-bottom: 0;
  color: #2e3541;
}
#secondary .promo-widget-wrap.lay-two .desc {
  color: #777;
  margin-top: 20px;
}
#secondary .widget_the100_promo .lay-two .promo-btn a {
  color: #777;
  border-color: #777;
}
#secondary .widget_the100_promo .lay-two .promo-btn a:hover {
  background: #717e94;
  border-color: #717e94;
  color: #fff;
}
.promo-widget-wrap.lay-three {
  padding-top: 50px;
  padding-bottom: 50px;
}
#secondary .promo-widget-wrap.lay-three .caption {
  width: 100%;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
#secondary .widget.widget_the100_promo h2.widget-title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 25px;
}
#secondary .promo-widget-wrap.lay-three .caption .desc {
  font-size: 16px;
}
#secondary .promo-widget-wrap.lay-three .caption .promo-btn {
  margin-top: 25px;
}

/*===================================
ABOVE FOTER WIDGET PROMO FOR RESTAURENT
===================================*/
.the100-template3 .promo-widget-wrap.lay-one {
  background: none;
  padding-top: 0;
}
.widget_the100_promo .lay-one:not(.has-image) .caption {
  text-align: center;
}
.the100-template3 .widget_the100_promo .lay-one h2.widget-title {
  font-size: 36px;
  width: 100%;
  color: #2e3541;
}
.the100-template3 .widget_the100_promo .lay-one .desc {
  color: #777;
  width: 100%;
}
.ufbl-form-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.site-content .ufbl-form-wrapper {
  padding: 0;
  box-shadow: none;
  margin-top: 40px;
}
.the100-template4 .site-content .ufbl-form-wrapper {
  background: rgba(255, 255, 255, 0.7);
  padding: 20px 40px;
  margin-top: 40px;
}
.the100-template4 .ufbl-front-form input[type='text'],
.the100-template4 .ufbl-front-form input[type='email'],
.the100-template4 .ufbl-front-form input[type='password'] {
  border-bottom-color: rgba(0, 0, 0, 0.5);
  color: #333;
  text-align: left;
}
.the100-template4 .ufbl-form-textarea {
  width: 100%;
  border-bottom-color: rgba(0, 0, 0, 0.5);
  text-align: left;
}
.ufbl-form-title {
  display: none;
}
.the100-template3 .widget_the100_promo .lay-one .desc h2 {
  font-size: 40px;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  margin-bottom: 0px;
}
form .half-width {
  width: 48.66%;
  display: inline-block;
  margin-right: 1.5%;
}
form .half-width + .half-width {
  margin-right: 0;
}

/*=================================
WIDGET TEXT FOR TEMPLATE 3
=================================*/
.home.the100-template3 .site-content .widget_text {
  margin: 0 auto;
  width: 1170px;
  text-align: center;
}
.home.the100-template3 .site-content .widget_text h2.widget-title {
  margin-top: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
  color: #2e3541;
}
.site-content .widget_text ul li {
  padding-left: 0;
  text-align: left;
  float: left;
  width: 47.33%;
  margin-bottom: 40px;
  margin-right: 5%;
}
.site-content .widget_text ul li:nth-child(even) {
  margin-right: 0;
}
.site-content .widget_text ul li:before {
  display: none;
}
.site-content .widget_text ul li .title-wrap {
  border-bottom: 2px dotted #ddd;
}
.site-content .widget_text ul li h2 {
  display: inline-block;
  margin: 0;
  width: 89%;
  vertical-align: middle;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
}
.site-content .widget_text ul li .title-wrap p {
  display: inline-block;
  width: 10%;
  text-align: right;
  margin: 0;
  vertical-align: middle;
  font-weight: 500;
  font-size: 20px;
  color: #2e3541;
}
.site-content .widget_text ul li .title-wrap + p {
  font-size: 13px;
  color: #777;
  margin-bottom: 0;
  margin-top: 10px;
  width: 100%;
}
/*======================================
SEARCH PAGE
======================================*/
.search-results article {
  background: #f5f5f5 none repeat scroll 0 0;
  clear: both;
  display: inline-block;
  margin-bottom: 40px;
  padding-top: 20px;
  width: 100%;
}
.search-results article header.entry-header {
  padding-left: 20px;
  padding-right: 20px;
}
.search-results article .entry-summary {
  padding-left: 20px;
  padding-right: 20px;
}
.search-results article footer.entry-footer {
  background: #eee;
  padding: 10px 20px;
}
article footer.entry-footer:empty {
  display: none;
}
.entry-title p {
  margin: 0;
}
.not-found header.page-header {
  background: none;
  padding: 0;
  border: none;
  margin-bottom: 0;
}

/*=======================================
ERROR 404 PAGE
=======================================*/
.error404 .site-content {
  margin-top: 80px;
  text-align: center;
}
.error-404-text {
  position: relative;
  width: 270px;
  margin: 0 auto;
}
.error-404-text p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 25px;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  background: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}
.error-404-text p:before,
.error-404-text p:after {
  position: absolute;
  content: '';
  left: 0;
  width: 95%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin: 0 auto;
  right: 0;
}
.error-404-text p:before {
  bottom: 100%;
  background: -webkit-radial-gradient(
    50% 150%,
    ellipse,
    rgba(0, 0, 0, 0.6) 0%,
    transparent 80%
  );
  background: radial-gradient(
    ellipse at 50% 150%,
    rgba(0, 0, 0, 0.6) 0%,
    transparent 80%
  );
}
.error-404-text p:after {
  top: 100%;
  background: -webkit-radial-gradient(
    50% -50%,
    ellipse,
    rgba(0, 0, 0, 0.6) 0%,
    transparent 80%
  );
  background: radial-gradient(
    ellipse at 50% -50%,
    rgba(0, 0, 0, 0.6) 0%,
    transparent 80%
  );
}
.error-404-text h1 {
  margin: 0;
  font-size: 10em;
  font-weight: 700;
  line-height: 1;
  color: #ddd;
}

/*=====================================
SINGLE POST
=====================================*/
.single.single-post .site-content {
  margin-top: 80px;
}
.single h1.entry-title {
  margin: 0;
  line-height: 1.3;
  font-size: 30px;
}
.entry-content p:first-child {
  margin-top: 0;
}
.single article footer.entry-footer {
  background: #eee;
  padding: 10px 20px;
}
.single article {
  margin-bottom: 40px;
}
.single .post-img-wrap {
  line-height: 0;
  margin-bottom: 30px;
}

/*===================================
LIST VIEW
===================================*/
.list article {
  background: #f5f5f5;
  padding-top: 20px;
  border: 1px solid #e5e5e5;
  margin-bottom: 40px;
}
.list header.entry-header,
.list .entry-content {
  padding-left: 20px;
  padding-right: 20px;
}
.list footer.entry-footer {
  padding: 10px 20px;
  background: #e5e5e5;
  border-top: 1px solid #d5d5d5;
}

/*===================================
MEDIUM IMAGE
===================================*/
.medium-image article:before,
.medium-image article:after {
  content: '';
  display: table;
}
.medium-image article:after {
  clear: both;
}
.medium-image article {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: currentcolor currentcolor #eee;
  border-style: none none solid;
  border-width: medium medium 3px;
  margin-bottom: 40px;
  padding-bottom: 30px;
  padding-top: 0;
}
.medium-image article:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.medium-image article .post-img-wrap {
  float: left;
  width: 40%;
}
.medium-image article .post-content-wrap {
  float: left;
  width: 60%;
  padding-left: 30px;
}
.list.medium-image header.entry-header,
.list.medium-image .entry-content {
  padding-left: 0;
  padding-right: 0;
}
.list.medium-image footer.entry-footer {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-top: medium none;
  padding: 0;
}

/*=======================================
LARGE IMAGE
=======================================*/
.large-image article {
  padding-top: 0;
}
.large-image article:last-child {
  margin-bottom: 0;
}
.large-image article .post-img-wrap {
  line-height: 0;
  margin-bottom: 30px;
}

/*======================================
GRID LAYOUT
======================================*/
.grid .site-main:before,
.grid .site-main:after {
  content: '';
  display: table;
}
.grid .site-main:after {
  clear: both;
}
.right-sidebar.grid article,
.left-sidebar.grid article {
  float: left;
  width: 48%;
  margin-right: 3%;
  margin-bottom: 50px;
}
.right-sidebar.grid article:nth-child(even),
.left-sidebar.grid article:nth-child(even) {
  margin-right: 0;
}
.right-sidebar.grid article:nth-child(2n + 1),
.left-sidebar.grid article:nth-child(2n + 1) {
  clear: both;
}
.no-sidebar.grid article {
  float: left;
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 50px;
}
.no-sidebar.grid article:nth-child(3n) {
  margin-right: 0;
}
.no-sidebar.grid article:nth-child(3n + 1) {
  clear: both;
}
.grid .post-img-wrap {
  line-height: 0;
  margin-bottom: 20px;
}
.grid article h2.entry-title {
  font-size: 20px;
  line-height: 1.3;
}

/*======================================
WIDGET CALENDAR
======================================*/
.widget_calendar table {
  margin: 0;
  border: 1px solid #eee;
  text-align: center;
}
.widget_calendar table caption {
  background: #eee;
  font-size: 14px;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
}
.widget_calendar table th {
  font-size: 14px;
  border: 1px solid #eee;
  padding-top: 5px;
  padding-bottom: 5px;
}
.widget_calendar table td {
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #eee;
  color: #999;
}
.widget_calendar table td#today {
  background: #2e3541;
}
.widget_calendar table td a {
  font-weight: 500;
  color: #82a4dd;
}
.widget_calendar table td#prev,
.widget_calendar table td#next {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
  font-size: 13px;
}
.widget_calendar table td#next {
  text-align: right;
}
.widget_calendar table td#prev a:hover,
.widget_calendar table td#next a:hover {
  text-decoration: underline;
}

/*==========================================
WIDGET NAV MENU
==========================================*/
.widget.widget_nav_menu ul li.menu-item-has-children a {
  display: block;
  margin-bottom: 10px;
}

/*=========================================
WIDGET TAG CLOUD
=========================================*/
#secondary .widget_tag_cloud .tagcloud:before,
#secondary .widget_tag_cloud .tagcloud:after {
  content: '';
  display: table;
}
#secondary .widget_tag_cloud .tagcloud:after {
  clear: both;
}
#secondary .widget_tag_cloud a {
  font-size: 14px !important;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
  background: #2e3541;
  float: left;
  margin: 3px;
}
#secondary .widget_tag_cloud a:hover {
  background: #82a4dd;
  color: #fff;
}

/*======================================
CONTACT PAGE
======================================*/
.site-content .ufbl-form-wrapper {
  margin-top: 0;
}
.site-content .ufbl-form-field-wrap > label {
  font-weight: 500;
  font-size: 14px;
}
.floatleft {
  float: left;
  width: 60%;
  padding-right: 40px;
}
.floatright {
  float: right;
  width: 40%;
}
.floatleft .ufbl-form-textarea {
  height: 130px;
}
ul.contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
}
ul.contact-info li {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}
ul.contact-info li b {
  font-weight: 500;
}
ul.contact-info li i.fa {
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  background: #eee;
  margin-right: 9px;
}
.site-content .ufbl-form-field-wrap {
  margin-bottom: 20px;
}
.site-content .ufbl-template-1 .ufbl-form-field,
.site-content .ufbl-template-2 .ufbl-form-field,
.site-content .ufbl-template-3 .ufbl-form-field,
.site-content .ufbl-template-4 .ufbl-form-field,
.site-content .ufbl-template-5 .ufbl-form-field {
  display: block;
  width: auto;
}
.site-content .ufbl-template-1 .ufbl-form-submit,
.site-content .ufbl-template-2 .ufbl-form-submit,
.site-content .ufbl-template-3 .ufbl-form-field .ufbl-form-submit,
.site-content .ufbl-template-4 .ufbl-form-field .ufbl-form-submit,
.site-content .ufbl-template-5 .ufbl-form-field .ufbl-form-submit {
  background-color: #232830;
  margin-left: 0;
}
.site-content .ufbl-template-1 .ufbl-form-submit:hover,
.site-content .ufbl-template-2 .ufbl-form-submit:hover,
.site-content .ufbl-template-3 .ufbl-form-field .ufbl-form-submit:hover,
.site-content .ufbl-template-4 .ufbl-form-field .ufbl-form-submit:hover {
  background-color: #4e5a6c;
}

/*======================================
WOOCOMMERCE DESIGN
======================================*/
.woocommerce .site-content {
  margin-top: 80px;
}
.woocommerce .woocommerce-ordering select {
  border: 1px solid #ddd;
  padding-right: 25px;
  height: 40px;
  vertical-align: middle;
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a:hover {
  color: #000;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  text-align: center;
}
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins {
  display: inline-block;
  color: #333;
  margin-right: 10px;
}
.woocommerce .woocommerce-result-count {
  margin-top: 10px;
}
.woocommerce span.onsale {
  min-width: auto;
  min-height: auto;
  line-height: normal;
  border-radius: 0;
  font-size: 12px;
  font-weight: 400;
  padding-left: 5px;
  padding-right: 5px;
}
.woocommerce ul.products li.product .onsale {
  margin: 1px;
}
.woocommerce .quantity .qty {
  border: 1px solid #ddd;
  height: 39px;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  margin-right: 10px;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce table.shop_table th,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce tr.order-total td strong,
.woocommerce-account .woocommerce strong {
  font-weight: 500;
}
.woocommerce .product_meta span.tagged_as {
  font-weight: 500;
  font-size: 14px;
}
.woocommerce .product_meta span.tagged_as a {
  font-weight: 400;
  margin-left: 10px;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-size: 14px;
  font-weight: 500;
  padding: 15px 20px 10px 20px;
  border-radius: 0;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 250px;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  padding: 15px 20px 10px 20px;
}
.select2-container--default .select2-selection--single {
  border-radius: 0;
  height: 40px;
  border-color: #ddd;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 40px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 40px;
}
.woocommerce form .form-row .required {
  font-weight: 400;
}
.woocommerce form .form-row label {
  font-weight: 500;
  font-size: 14px;
  margin-top: 10px;
}
.woocommerce-checkout h3#order_review_heading {
  margin-top: 30px;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li a {
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  background: #f0f0f0;
  border-bottom: 1px solid #fff;
}
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
  background: #e5e5e5;
}
.woocommerce-account .woocommerce-MyAccount-content a {
  text-decoration: underline;
  font-size: 14px;
}
