/*!
Theme Name: staffsharing
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: staffsharing
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

staffsharing is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/
*/
#header .navbar {
  padding: 23px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header .navbar .buttons-wrap a.btn-main {
  background: var(--bg-color-main);
  border: 2px solid var(--bg-color-main);
  color: var(--text-color-dark);
}
#header .navbar .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#header .navbar .social a {
  padding: 0;
  display: block;
}
#header .navbar .social a:not(:last-child) {
  margin-right: 18px;
}
#header .navbar .social a:last-child {
  margin-right: 18px;
}
#header .navbar .social a img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
#header .navbar .nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#header .navbar .navbar-nav {
  margin: 0 auto;
}
#header .navbar .navbar-nav .nav-item {
  position: relative;
}
#header .navbar .navbar-nav .nav-item:hover .navbar-inner {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}

.nav-item--parent > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  margin-bottom: -20px;
}
.nav-item--parent > a:after {
  margin-left: 10px;
  margin-top: 2px;
  content: "";
  width: 10px;
  height: 6px;
  background: url('data:image/svg+xml,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.05859 1L5.05859 5L9.05859 1" stroke="black" stroke-linecap="round" stroke-linejoin="round" /></svg>');
  display: block;
}

.navbar-inner {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  padding: 33px 25px;
  margin: 0;
  list-style: none;
  border-radius: 15px;
  top: 125%;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  visibility: hidden;
  opacity: 0;
  margin-top: 15px;
}


.navbar-inner:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -webkit-clip-path: polygon(-5px -5px, -5px 20px, 20px 20px, 20px -5px);
          clip-path: polygon(-5px -5px, -5px 20px, 20px 20px, 20px -5px);
}
.navbar-inner .nav-item-child__link {
  font-weight: 400;
  font-size: 16px;
  color: #222;
  white-space: nowrap;
  font-style: normal;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.navbar-inner .nav-item-child__link:hover {
  opacity: 0.5;
}
.navbar-inner .nav-item__child + .nav-item__child {
  margin-top: 15px;
}

#modal-contacts .title {
  text-transform: uppercase;
  margin-bottom: 30px;
}
#modal-contacts .container {
  max-width: 640px;
}
#modal-contacts .modal-contacts__desc {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 16px;
  color: #222;
}
#modal-contacts .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
}
#modal-contacts .social a {
  padding: 0;
  display: block;
}
#modal-contacts .social a img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}
#modal-contacts .modal-body {
  padding-top: 95px;
  padding-bottom: 95px;
}

#modal-oferta .title {
  text-transform: uppercase;
  margin-bottom: 30px;
}
#modal-oferta .container {
  max-width: 640px;
}
#modal-oferta .modal-contacts__desc {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 16px;
  color: #222;
}
#modal-oferta .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
}
#modal-oferta .social a {
  padding: 0;
  display: block;
}
#modal-oferta .social a img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}
#modal-oferta .modal-body {
  padding-top: 95px;
  padding-bottom: 95px;
}
#modal-oferta .oferta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#modal-oferta .oferta__list a {
  color: var(--text-color-main);
}

#modal-apps .modal-body {
  padding: 0;
}
#modal-apps .modal-content {
  background: transparent !important;
}
#modal-apps .container {
  max-width: 1300px;
}
#modal-apps .app {
  padding-left: 50px;
}
#modal-apps #app {
  margin-top: 60px;
  margin-bottom: 90px;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow-x: clip;
}
#modal-apps #app .app-image {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: -51px;
  right: -50px;
}
#modal-apps #app .app-image img {
  height: 552px;
}
#modal-apps #app .app-wrap .buttons-wrap {
  margin-top: 0;
}

#footer .social {
  margin-bottom: 24px;
  margin-top: 0;
}
#footer .company {
  margin-bottom: 24px;
}
#footer .row {
  margin: 0 -12px;
}
#footer .row > * {
  padding: 0 12px;
}
#footer .footer__title {
  margin-bottom: 48px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer__nav {
  margin-bottom: 48px;
}
#footer .footer__nav a {
  color: var(--text-color-main);
  font-size: var(--text-size-footer-text);
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid var(--bg-color-main);
  margin-bottom: 20px;
}
#footer .oferta, #footer .privacy, #footer .penalties, #footer .represented {
  margin-bottom: 20px;
}
#footer .docs {
  color: var(--text-color-main);
  font-size: var(--text-size-footer-text);
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid var(--bg-color-main);
  margin-bottom: 20px;
}
#footer .app-wrap a img {
  width: 110px;
}

.modal .modal-dialog .modal-content {
  background: var(--bg-color-white);
  color: var(--text-color-dark);
}
.modal .modal-dialog .modal-content .btn-close {
  background: var(--text-color-dark);
}
.modal .modal-dialog .modal-content .btn-close:before {
  color: var(--bg-color-white);
  background: url(img/close-icon-white.webp) no-repeat center;
}

.footer__nav li{
	list-style: none;
}

@media screen and (max-width: 1400px) {
  #header .navbar .buttons-wrap {
    margin-right: 30px;
    margin-left: auto;
  }
  #modal-apps .bg-overlay {
    max-width: 99%;
  }
  #header .navbar .offcanvas .navbar-nav {
    margin: 0;
  }
  #header .navbar .offcanvas .navbar-nav .nav-item .nav-link {
    margin-bottom: 0;
  }
  #header .navbar .offcanvas .navbar-nav .nav-item.nav-item--parent > a:after {
    display: none;
  }
  #header .navbar .offcanvas .navbar-nav .nav-item.nav-item--parent .navbar-inner {
    opacity: 1;
    position: relative;
    visibility: visible;
    margin-top: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    margin-top: 20px;
  }
  #header .navbar .offcanvas .navbar-nav .nav-item.nav-item--parent .navbar-inner:before {
    display: none;
  }
  #header .navbar .offcanvas .navbar-nav .nav-item.nav-item--parent .navbar-inner .nav-item-child__link {
    white-space: normal;
    font-size: 14px;
    font-weight: 400;
  }
  #header .navbar .offcanvas .social {
    margin-bottom: 34px;
  }
}

.nav-item--parent .navbar-inner li a{
	font-size: 14px;
	font-style: normal!important;
}



@media screen and (max-width: 991px) {
  #app .app-image {
    bottom: -40px;
    right: -35px;
  }
  #app .app-image img {
    height: 300px;
  }
  .app-image .fpi{
	position: relative;
    top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #header .navbar .burger {
    width: 36px;
    height: 36px;
    margin-left: auto;
  }
  #footer .footer__title {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  
  .nav-item{
	 font-size:19px;
  }
  .navbar-nav{
	  margin-bottom: 30px!important;
  }
  
}/*# sourceMappingURL=style.css.map */