*, .frontpage *::before,
.frontpage *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

img {
  max-width: 100%;
  object-fit: contain;
  -o-object-fit: contain; }

body {
  padding: 0;
  margin: 0;
  font-family: 'PT Root UI';
  line-height: normal;
  color: #1E1E21; }

/* header */
#newfront header *, #newfront footer * {
  font-family: 'PT Root UI'; }

#newfront .search-toggle-li {
  display: none; }

header .container {
  height: 100%; }

header {
  height: 84px;
  background: #FFFFFF;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #ededed !important; }

.header-nav-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  position: relative; }

.nav-buttons-wrapper .header-btn {
  display: block;
  border-radius: 10px;
  height: 40px;
  width: 107px;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  border: none;
  text-decoration: none;
  text-align: center; }

.nav-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 12px;
  flex-shrink: 0; }

.nav-buttons .header-btn a {
  text-decoration: none; }

.nav-buttons-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 8px; }

.nav-buttons-wrapper.mob {
  display: none; }

.menu-item-gtranslate {
  display: none; }

.nav-mob-wrapper {
  height: 100%; }

header .nav-buttons-wrapper .buy-btn {
  color: #FFFFFF;
  background: #FB693C; }

header .nav-buttons-wrapper .buy-btn:hover {
  background: #E15A31; }

header .nav-buttons-wrapper .install-btn {
  background: #3988FF1A;
  color: #3988FF;
  margin-right: 12px; }

header .nav-buttons-wrapper .install-btn:hover {
  background: #3988FF33; }

header .nav-buttons .buy-btn:hover {
  background: #E15A31; }

.icons-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 12px; }

.icons-wrapper a {
  display: block; }

.icons-wrapper img {
  display: block; }

.icons-wrapper .mail-icon {
  width: 32px;
  height: 32px;
  display: block;
  background: url("/wp-content/themes/oceanwp/assets/img/icon-mail.svg") no-repeat center center/contain; }

.icons-wrapper .mail-icon:hover {
  background: url("/wp-content/themes/oceanwp/assets/img/icon-mail-active.svg") no-repeat center center/contain; }

.icons-wrapper .search-btn {
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: url("/wp-content/themes/oceanwp/assets/img/icon-search.svg") no-repeat center center/contain; }

.icons-wrapper .search-btn:hover {
  background: url("/wp-content/themes/oceanwp/assets/img/icon-search-active.svg") no-repeat center center/contain; }

.header-logo {
  flex-shrink: 0; }

.header-logo img {
  width: 142px;
  flex-shrink: 0; }

/* end header*/
/* search */
.search-bar {
  height: 84px;
  background: #f8f8f8;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  transform: translateY(-100%);
  transition: transform 0.1s ease-in-out;
  position: absolute;
  width: 100%;
  z-index: 1000;
  top: 0; }

.search-bar.active {
  transform: none;
  transition: transform 0.1s ease-in-out; }

.search-bar-wrapper {
  width: 100%;
  max-width: 690px;
  margin: 0 24px;
  position: relative; }

.search-bar form {
  width: 100%; }

.search-bar form input[type="search"] {
  font-family: "PT Root UI" !important;
  min-height: initial !important;
  font-size: 24px;
  line-height: 120%;
  color: #1E1E21;
  width: 100%;
  border: none;
  background: transparent;
  padding: 0 16px 0 32px; }
  .search-bar form input[type="search"].placeholder {
    font-size: 24px;
    color: #1D1D1D66;
    font-family: 'PT Root UI'; }
  .search-bar form input[type="search"]:-moz-placeholder {
    font-size: 24px;
    color: #1D1D1D66;
    font-family: 'PT Root UI'; }
  .search-bar form input[type="search"]::-moz-placeholder {
    font-size: 24px;
    color: #1D1D1D66;
    font-family: 'PT Root UI'; }
  .search-bar form input[type="search"]:-ms-input-placeholder {
    font-size: 24px;
    color: #1D1D1D66;
    font-family: 'PT Root UI'; }
  .search-bar form input[type="search"]::-webkit-input-placeholder {
    font-size: 24px;
    color: #1D1D1D66;
    font-family: 'PT Root UI'; }

.search-bar .search-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px; }

.search-bar .search-close {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background: url("/wp-content/themes/oceanwp/assets/img/search-close.svg") no-repeat center center/contain; }

.search-bar .search-close:hover {
  background: url("/wp-content/themes/oceanwp/assets/img/search-close-active.svg") no-repeat center center/contain; }

/* end search */
/* menu */
.header-nav-section .nav-menu {
  width: 100%;
  padding: 0;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

#top-navigation-primary {
  width: 100%;
  height: 100%; }

.top-navigation .main-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 0;
  height: 100%; }

.top-navigation .main-menu li {
  #padding: 0 10px; }

.top-navigation .main-menu .main-menu-link {
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  padding: 0 14px;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.top-navigation .main-menu .main-menu-link:hover {
  color: #3988FF; }

.top-navigation .main-menu .sub-menu {
  display: none;
  padding: 0;
  margin: 0;
  list-style-type: none; }

.top-navigation .main-menu .sub-menu a {
  font-weight: 453; }

.top-navigation .main-menu .main-menu-item {
  position: relative; }

.top-navigation .main-menu .main-menu-item.products:hover {
  position: static; }

.top-navigation .main-menu .main-menu-item.products .sub-menu-link {
  font-weight: 500;
  color: #5E606799;
  margin-bottom: 24px;
  display: block; }

.top-navigation .main-menu .main-menu-item.products .sub-menu-link:hover {
  color: #5E606799; }

.top-navigation .main-menu .main-menu-item.products .sub-menu .sub-sub-menu .sub-menu-link {
  font-weight: 453;
  color: #1E1E21;
  margin: 0; }

.top-navigation .main-menu .main-menu-item.products .sub-menu .sub-sub-menu .sub-menu-link:hover {
  color: #3988FF;
  text-decoration: none; }

.top-navigation .main-menu .main-menu-item:hover .sub-menu {
  display: block;
  position: absolute;
  transform: translate3d(-40px, 100%, 0);
  left: 0;
  bottom: 0px;
  z-index: 100;
  background: white;
  #width: 100%;
  padding: 30px 48px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 300px;
  border-top: 1px solid #ededed; }

.top-navigation .main-menu .main-menu-item:hover .sub-menu li a {
  text-decoration: none;
  white-space: nowrap; }

.top-navigation .main-menu .main-menu-item:hover .sub-menu li a:hover {
  text-decoration: none;
  color: #3988FF; }

.top-navigation .main-menu .main-menu-item.products .sub-menu li a:hover {
  color: #5E606799; }

.top-navigation .main-menu .main-menu-item.products:hover .sub-menu {
  display: block;
  position: absolute;
  transform: translateY(100%);
  left: 0;
  bottom: 0;
  z-index: 100;
  background: white;
  width: 100%;
  padding: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 44px;
  border-top: 1px solid #ededed; }

.top-navigation .main-menu .main-menu-item.products:hover .sub-menu li {
  width: calc((100% - 132px) / 4); }

.top-navigation .main-menu .main-menu-item.products:hover .sub-menu li a {
  white-space: initial; }

.top-navigation .main-menu .main-menu-item.products:hover .sub-menu .sub-sub-menu {
  width: auto;
  padding: 0;
  border-top: none; }

.top-navigation .main-menu .main-menu-item.products:hover .sub-menu .sub-sub-menu li {
  width: 100%; }

.top-navigation .main-menu .main-menu-item:hover .sub-menu .sub-sub-menu {
  display: block;
  position: static;
  transform: none; }

.top-navigation .main-menu .main-menu-item.products .sub-menu .sub-sub-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px; }

.search-tab-cont {
  display: none; }

/* end menu */
/*footer*/
.footer-cont {
  padding: 0 !important; }

.footer-cont .footer-top {
  padding: 40px 0; }

.footer-cont .footer-bottom {
  border-top: 1px solid #1D1D1D14; }

.footer-cont .footer-bottom .container {
  padding: 28px 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.footer-cont .footer-main {
  padding: 40px 0;
  margin-bottom: 40px;
  position: relative; }

.footer-main .policy-block {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right; }

.footer-main .policy-block a {
  color: #5E606799;
  font-size: 16px;
  line-height: 120%;
  text-decoration: none;
  display: block; }

.footer-main .policy-block a:not(:last-child) {
  margin-bottom: 12px; }

.footer-main .policy-block a:hover {
  text-decoration: underline; }

.footer-main .section-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  gap: 40px; }

.footer-main .section-wrapper .section-block {
  width: 100%; }

.footer-main .section-wrapper .section-block.cont {
  max-width: 340px; }

.foot-menu-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 40px; }

.foot-menu-wrapper .foot-menu-block {
  width: calc((100% - 80px) / 3); }

.foot-menu-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 24px; }

.footer-cont .foot-menu-block ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 16px;
  line-height: 20px; }

.footer-cont .foot-menu-block ul li {
  cursor: pointer; }

.footer-cont .foot-menu-block ul li a {
  color: #1E1E21;
  text-decoration: none; }

.footer-cont .foot-menu-block ul li a:hover {
  text-decoration: underline; }

.foot-cont-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px; }

.foot-cont-wrapper * {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%; }

.foot-cont-wrapper div a {
  text-decoration: none;
  color: #1E1E21; }

.foot-cont-wrapper div a:hover {
  text-decoration: underline; }

.foot-cont-wrapper .foot-icons {
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 16px;
  padding: 0;
  margin: 0; }

.foot-cont-wrapper .foot-icons img {
  display: block; }

.footer-main .copy-img {
  display: block;
  max-width: 111px;
  margin-bottom: 12px; }

.footer-main .foot-copy-text {
  font-size: 14px;
  color: #5E606799;
  line-height: 140%; }

.foot-cont-wrapper.tab {
  display: none; }

/* end footer */
/* hamburger */
.hamburger-btn {
  display: none;
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent !important;
  padding: 2px 3px;
  position: relative;
  cursor: pointer;
  border-radius: initial !important; }

.hamburger-btn span {
  display: block;
  background: #1E1E21;
  height: 2px;
  width: 18px;
  transition: all .5s ease;
  border-radius: 10px; }

.hamburger-btn:hover span {
  background: #3988FF; }

.hamburger-btn span:not(:last-child) {
  margin-bottom: 5px; }

.phone-mob-burger {
  display: none; }

header.active .hamburger-btn span:nth-child(1) {
  transform: rotate(45deg);
  position: absolute;
  top: 50%; }

header.active .hamburger-btn span:nth-child(2) {
  display: none; }

header.active .hamburger-btn span:nth-child(3) {
  transform: rotate(-45deg);
  position: absolute;
  top: 50%; }

.menu-mobile {
  display: none; }

/* end hamburger */
body.not-scroll {
  height: 100%;
  overflow-y: hidden;
  padding: 0 calc(18px - (100vw - 100%)) 0 0; }

/* lang */
.lang-wrapper {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.lang-wrapper a {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 8px;
  padding: 5px 0; }

.lang-wrapper a::before {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-flex;
  background: url("/wp-content/themes/oceanwp/assets/img/icon-btn.svg") no-repeat center center/contain;
  flex-shrink: 0;
  transform: rotate(90deg); }

.lang-wrapper a.hidden {
  display: none; }

.lang-wrapper:hover {
  width: 256px; }

.lang-wrapper:hover a {
  #width: 256px;
  margin-left: auto; }

.lang-wrapper a.hidden::before {
  display: none; }

.lang-select {
  border-radius: 20px;
  padding: 10px 20px;
  background: #FFFFFF;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  display: none; }

.lang-wrapper:hover .lang-select {
  display: block; }

.lang-wrapper:hover a.hidden {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.lang-wrapper:hover .lang-select {
  position: absolute;
  width: 256px;
  right: 0;
  top: 0;
  transform: translateY(-100%);
  display: block; }

.lang-wrapper:hover .lang-select a {
  font-size: 14px;
  line-height: 150%;
  padding: 6px 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.lang-wrapper .lang-select a:hover {
  color: #1E1E21B2; }

.lang-wrapper:hover .lang-select a:not(:last-child)::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #1D1D1D14;
  display: block; }

@media screen and (max-width: 1240px) {
  .header-nav-section .nav-menu {
    padding: 0; } }
@media screen and (max-width: 1180px) {
  .header-nav-section .nav-menu {
    padding: 0 30px; }

  .top-navigation .main-menu .main-menu-link {
    font-size: 15px;
    padding: 0 8px; } }
@media screen and (max-width: 1051px) {
  .header-nav-section .nav-menu {
    padding: 0 20px; }

  .top-navigation .main-menu .main-menu-link {
    padding: 0 6px; } }
@media screen and (max-width: 1020px) {
  .icons-wrapper .search-btn {
    display: none; }

  .hamburger-btn {
    display: block; }

  #top-navigation-primary {
    overflow-y: auto; }

  .top-navigation .main-menu {
    #display: none;
    padding: 24px 40px;
    display: none; }

  header.active .top-navigation .main-menu {
    display: block; }

  .header-nav-section {
    position: static; }

  header {
    position: relative; }

  header .container {
    padding: 0 16px !important; }

  header.active {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000; }

  .nav-menu-tab-wrapper {
    position: fixed;
    left: 0;
    bottom: initial;
    top: 168px;
    transform: none;
    width: 100%;
    height: calc(100% - 168px);
    z-index: 100;
    background: white;
    padding: 0 16px;
    display: none; }

  header.active .nav-menu-tab-wrapper {
    display: block; }

  header.active .nav-mob-wrapper {
    padding: 20px 0 60px 0; }

  .search-tab-cont {
    display: block;
    padding: 12px 0 16px 0; }

  .search-tab-cont form {
    width: 100%; }

  .search-tab-cont form span {
    display: none; }

  .search-tab-cont form label {
    display: block;
    width: 100%;
    border-radius: 16px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    overflow: hidden;
    background: #f8f8f8; }

  .search-tab-cont form input[type="search"] {
    padding: 0 16px;
    font-size: 16px;
    color: #1E1E21;
    height: 44px;
    width: 100%;
    border: none;
    background: #f8f8f8; }
    .search-tab-cont form input[type="search"].placeholder {
      font-size: 16px;
      color: #00000080; }
    .search-tab-cont form input[type="search"]:-moz-placeholder {
      font-size: 16px;
      color: #00000080; }
    .search-tab-cont form input[type="search"]::-moz-placeholder {
      font-size: 16px;
      color: #00000080; }
    .search-tab-cont form input[type="search"]:-ms-input-placeholder {
      font-size: 16px;
      color: #00000080; }
    .search-tab-cont form input[type="search"]::-webkit-input-placeholder {
      font-size: 16px;
      color: #00000080; }

  .top-navigation .main-menu .main-menu-item:hover .sub-menu {
    display: none; }

  .top-navigation .main-menu .main-menu-link {
    padding: 18px 0 20px 0;
    font-size: 16px;
    #width: fit-content; }

  .top-navigation .main-menu .main-menu-link:hover + .tab-marker {
    #transform: scale(1.2);
    transition: transform 0.3s ease-in-out;
    background: url("/wp-content/themes/oceanwp/assets/img/icon-arrow-blue.svg") no-repeat center center/contain; }

  .top-navigation .main-menu .tab-marker:hover {
    background: url("/wp-content/themes/oceanwp/assets/img/icon-arrow-blue.svg") no-repeat center center/contain; }

  .top-navigation .main-menu .tab-marker {
    display: inline-flex;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    background: url("/wp-content/themes/oceanwp/assets/img/icon-arrow-grey.svg") no-repeat center center/contain;
    top: 20px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out; }

  .top-navigation .main-menu .opened .tab-marker {
    background: url("/wp-content/themes/oceanwp/assets/img/icon-arrow-blue.svg") no-repeat center center/contain;
    transform: rotate(90deg); }

  .top-navigation .main-menu .main-menu-item.products:hover .sub-menu {
    display: none; }

  .top-navigation .main-menu .main-menu-item.products.opened .sub-menu {
    display: block;
    padding: 0 0 24px 24px;
    width: 100%;
    transform: none;
    position: static; }

  .top-navigation .main-menu .main-menu-item.products.opened:hover .sub-menu {
    display: block;
    padding: 0 0 24px 24px;
    width: 100%; }

  .top-navigation .main-menu .main-menu-item.products.opened .sub-menu .sub-sub-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px; }

  .top-navigation .main-menu .main-menu-item.opened .sub-menu {
    padding: 0 0 24px 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px; }

  .top-navigation .main-menu .main-menu-item.opened .sub-menu a {
    text-decoration: none; }

  .top-navigation .main-menu .main-menu-item.opened .sub-menu a:hover {
    text-decoration: underline; }

  .top-navigation .main-menu .main-menu-item.products:hover .sub-menu li {
    width: 100%; }

  .top-navigation .main-menu .main-menu-item.opened .sub-menu li {
    width: 100%; }

  .top-navigation .main-menu .main-menu-item:hover .sub-menu {
    padding: 0 0 24px 24px;
    position: static;
    transform: none; }

  .top-navigation .main-menu .main-menu-item.products:hover {
    position: relative; }

  .main-menu .line-block {
    width: 100%;
    height: 1px;
    background: #EDEDED; }

  .main-menu .opened .line-block {
    display: none; }

  .top-navigation .main-menu .main-menu-item.products .sub-menu-link {
    margin-bottom: 16px; }

  header.active {
    height: auto; }

  .header-nav-section {
    height: 84px; }

  header.active .search-bar {
    transform: none;
    position: static;
    width: 100%;
    margin: 0;
    background: transparent;
    transition: initial; }

  header.active .search-bar .search-bar-wrapper {
    max-width: 100%;
    margin: 0 16px;
    border: 1px solid #EDEDED;
    overflow: hidden;
    background: #f8f8f8;
    border-radius: 10px;
    position: relative; }

  header.active .search-bar .search-icon {
    right: 16px;
    left: initial;
    opacity: 50%;
    bottom: 0;
    margin: auto; }

  header.active .search-bar .search-close {
    display: none; }

  header.active .search-bar form input[type="search"] {
    padding: 0 16px;
    font-size: 16px;
    color: #1E1E21;
    height: 44px;
    width: 100%;
    border: none;
    background: #f8f8f8; }
    header.active .search-bar form input[type="search"].placeholder {
      font-size: 16px; }
    header.active .search-bar form input[type="search"]:-moz-placeholder {
      font-size: 16px; }
    header.active .search-bar form input[type="search"]::-moz-placeholder {
      font-size: 16px; }
    header.active .search-bar form input[type="search"]:-ms-input-placeholder {
      font-size: 16px; }
    header.active .search-bar form input[type="search"]::-webkit-input-placeholder {
      font-size: 16px; }

  header.active .search-bar::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #ededed;
    position: absolute;
    bottom: 0;
    left: 0; } }
@media screen and (max-width: 991px) {
  .footer-main .section-wrapper .section-block.cont {
    max-width: 282px; } }
@media screen and (max-width: 768px) {
  .footer-main .section-wrapper .section-block.cont {
    order: 1;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 24px;
    max-width: 100%; }

  .footer-main .section-wrapper .section-block.foot-menu-wrapper {
    order: 0; }

  .footer-main .section-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .foot-cont-wrapper, .footer-cont-copy {
    width: calc((100% - 48px) / 3); }

  .footer-main .contact-data {
    display: none; }

  .footer-main .foot-cont-wrapper.tab .contact-data {
    display: block; }

  .foot-cont-wrapper.tab {
    width: calc((100% - 48px) / 3);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

  .footer-main .policy-block {
    position: static;
    margin: 40px 0;
    text-align: left; }

  .footer-cont .footer-main {
    padding: 0; }

  .footer-cont .footer-bottom {
    font-weight: 453; } }
@media screen and (max-width: 575px) {
  .header-nav-section {
    height: 100%; }

  .nav-buttons-wrapper {
    display: none; }

  .nav-buttons-wrapper.mob {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

  header {
    height: auto; }

  header .header-nav-section {
    height: 48px; }

  .header-logo img {
    width: 114px;
    height: 24px; }

  #top-navigation-primary {
    height: auto; }

  .top-navigation .main-menu {
    padding: 0; }

  .nav-mob-wrapper {
    padding: 24px; }

  header.active .nav-menu-tab-wrapper {
    overflow-y: auto;
    padding-bottom: 80px; }

  .nav-menu-tab-wrapper {
    top: 116px;
    height: calc(100% - 116px); } }
@media screen and (max-width: 500px) {
  .foot-cont-wrapper.tab {
    display: none; }

  .footer-main .contact-data {
    display: block; }

  .foot-menu-wrapper .foot-menu-block {
    width: 100%; }

  .footer-main .section-wrapper .section-block.foot-menu-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .footer-main .section-wrapper .section-block.cont {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .foot-cont-wrapper, .footer-cont-copy {
    width: 100%; }

  .footer-cont .footer-top {
    padding: 36px 24px; }

  .foot-menu-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    padding: 16px 0 18px 0;
    margin-bottom: 0;
    position: relative; }

  .foot-menu-title:not(:last-child) {
    border-bottom: 1px solid #1D1D1D14; }

  .footer-cont .foot-menu-block ul {
    display: none; }

  .footer-cont .foot-menu-block.active ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-left: 24px; }

  .footer-cont .foot-menu-block.active .foot-menu-title {
    border-bottom: none; }

  .footer-cont .foot-menu-block.active {
    margin-bottom: 16px; }

  .footer-main .section-wrapper .section-block.foot-menu-wrapper {
    gap: 0;
    padding: 0 24px; }

  .foot-menu-title .tab-marker {
    display: inline-flex;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    background: url("/wp-content/themes/oceanwp/assets/img/icon-arrow-grey.svg") no-repeat center center/contain;
    top: 20px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out; }

  .foot-menu-block.active .foot-menu-title .tab-marker {
    background: url("/wp-content/themes/oceanwp/assets/img/icon-arrow-blue.svg") no-repeat center center/contain;
    transform: rotate(90deg); }

  .footer-main .section-wrapper {
    gap: 36px; }

  .foot-cont-wrapper * {
    font-size: 16px; }

  .foot-cont-wrapper {
    gap: 16px;
    margin-bottom: 36px;
    padding: 0 24px; }

  .footer-cont .container {
    padding: 0 !important; }

  .footer-cont .footer-bottom .container {
    padding: 28px 24px !important;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }

  .footer-top {
    padding: 0 24px; }

  .footer-cont .footer-bottom {
    border-top: 1px solid #1D1D1D14; }

  .footer-cont .footer-bottom span {
    padding-right: 24px; }

  .footer-cont .footer-bottom span span {
    white-space: nowrap; }

  .footer-main .policy-block {
    padding: 0 24px; }

  .footer-cont-copy {
    border-top: 1px solid #1D1D1D14;
    padding: 36px 24px 0 24px; } }
@media screen and (max-width: 375px) {
  .nav-buttons-wrapper .header-btn {
    width: calc((100% - 8px) / 2);
    margin: 0; }

  header .nav-buttons-wrapper .install-btn {
    margin: 0; } }
@media screen and (max-width: 340px) {
  .footer-cont .footer-bottom span {
    font-size: 14px; } }

/*# sourceMappingURL=critical.css.map */
