@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700;800&display=swap);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Node */
/* Essentials */
/*Colors*/
body {
  font-family: "Rubik", sans-serif;
}

h1, h2, h3, h4, p {
  padding: 0;
  margin: 0;
}

.strong {
  font-weight: 700;
}

p {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.16px;
}

h1 {
  font-size: 40px;
  line-height: 52px;
  letter-spacing: 0.4px;
}

h2 {
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.32px;
}

h3 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.24px;
}

h4 {
  font-size: 24px;
  line-height: 32px;
}

/*Breakpoints:
    Desktop: from 1366px
    Tablet: from 768px to 1366px
    Mobile: to 768px
*/
@-webkit-keyframes jump {
  0% {
    bottom: 32px;
  }
  50% {
    bottom: 42px;
  }
  100% {
    bottom: 32px;
  }
}
@keyframes jump {
  0% {
    bottom: 32px;
  }
  50% {
    bottom: 42px;
  }
  100% {
    bottom: 32px;
  }
}
@-webkit-keyframes jumpmobile {
  0% {
    bottom: 62px;
  }
  50% {
    bottom: 72px;
  }
  100% {
    bottom: 62px;
  }
}
@keyframes jumpmobile {
  0% {
    bottom: 62px;
  }
  50% {
    bottom: 72px;
  }
  100% {
    bottom: 62px;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  max-width: 1920px;
  margin: 0 auto;
}

a:link, a:hover, a:visited, a:hover, a:active {
  text-decoration: none;
  color: inherit;
}

.anchor {
  display: block;
  position: relative;
  top: -90px;
  visibility: hidden;
}

.pagination {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 64px auto;
}
.pagination__next, .pagination__prev {
  width: 24px;
  height: 24px;
  margin: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
}
.pagination__disabled {
  cursor: not-allowed !important;
}
.pagination__disabled:hover {
  background: none !important;
}
.pagination .page-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  margin: 0 4px;
  transition: 0.3s;
}
.pagination .next, .pagination .prev {
  width: 40px;
  height: 40px;
  padding: 0;
}
.pagination .next {
  margin-left: 44px;
}
.pagination .prev {
  margin-right: 44px;
}

/* Main Stylesheets */
.header {
  height: 69px;
  position: fixed;
  top: 0%;
  width: 100%;
  max-width: 1920px;
  background-color: rgb(255, 255, 255);
  z-index: 9999;
  transition: 0.5s;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}
.header__wrapper {
  display: flex;
  height: 100%;
  margin: 0 auto;
  padding: 0 64px;
  justify-content: space-between;
  width: 100%;
  max-width: 1283px;
}
.header__logo-desktop {
  height: 32px;
  width: auto;
  margin-top: 16px;
}
.header__menu-wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
.header__menu-wrapper .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.header__menu-wrapper .menu__item {
  font-weight: 400;
  font-size: 20px;
  line-height: 23.7px;
  margin: 0 18px;
  transition: 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 120px;
}
.header__menu-wrapper .menu__item:hover {
  font-weight: 700;
}
.header__menu-wrapper .menu__item:hover > .menu__item-vertical {
  width: 3px;
}
.header__menu-wrapper .menu__item > a {
  margin: 0 auto;
}
.header__menu-wrapper .menu__item > ul {
  display: none;
}
.header__menu-wrapper .menu__item-vertical {
  display: block;
  margin: 0 auto;
  margin-bottom: 8px;
  transition: 0.3s;
  width: 1px;
  height: 16px;
  background-color: rgb(0, 0, 0);
}

.footer {
  background: rgb(22, 22, 22);
}
.footer__wrapper {
  max-width: 1312px;
  margin: 0 auto;
}
.footer__wrapper-main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: rgb(166, 166, 166);
  padding: 32px 64px;
}
.footer__wrapper-desc {
  margin-top: 15px;
}
.footer__wrapper-tel {
  margin-bottom: 15px;
}
.footer__tel, .footer__mail {
  transition: 0.3s;
}
.footer__tel:hover, .footer__mail:hover {
  color: rgb(255, 255, 255);
}
.footer__social {
  width: 90px;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.footer__menu-wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.footer__menu-wrapper .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer__menu-wrapper .menu__item {
  font-weight: 400;
  font-size: 16px;
  line-height: 18.96px;
  margin: 0 0 16px 0;
  transition: 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 155px;
}
.footer__menu-wrapper .menu__item:hover {
  color: rgb(255, 255, 255);
}

.button {
  /*&__navbar,&__navbar2,&__primary,&__menu{
      transition: 0.3s;
      cursor: pointer;
      text-align: center;
  }
  &__navbar{
      @include navbar;
      color: $white100;
      text-decoration: underline 2px $white100;
      @include to(768px){
          @include mobile1;
          text-decoration: underline 1px $white100;
      }
      &:hover{
           text-decoration-color: $transparent;
      }
  }
  &__navbar2{
      @include navbar2;
      color: $black100;
      padding: 12px 16px;
      border-radius: 10px;
      outline: 2px solid $transparent;
      outline-offset: -2px;
      background-color: $buttonheader;
      @include to(768px){
          @include mobile1;
          outline: 1px solid $transparent;
          &:hover{
              background-color: $transparent;
              color: $white100;
              outline: 2px solid $white100;
          }
      }
      &:hover{
          background-color: $transparent;
          color: $white100;
          outline: 2px solid $white100;
      }
  }
  &__primary{
      @include navbar2;
      color: $white100;
      padding: 1px 56px;
      border-radius: 10px;
      outline: 2px solid $white100;
      outline-offset: -2px;
      background-color: $transparent;
      display: flex;
      align-items: center;
      text-decoration: underline 2px $white100;
      &:hover{
          background-color: $buttonheader;
          outline: 2px solid $transparent;
          color: $black100;
          text-decoration-color: $black100;
      }
  }
  &__menu{
      @include navbar;
      color: $description;
      text-decoration: underline 2px $description;
      @include to(768px){
          text-decoration: underline 1px $description;
      }
      &:hover{
           text-decoration-color: $transparent;
      }
  }*/
}
.button__primary, .button__secondary {
  transition: 0.3s;
  cursor: pointer;
  text-align: center;
}
.button__primary {
  font-weight: 700;
  font-size: 24px;
  line-height: 28.44px;
  width: 218px;
  height: 60px;
  color: rgb(255, 255, 255);
  outline: 2px solid rgb(0, 170, 173);
  outline-offset: -2px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button__primary:hover {
  background-color: rgb(0, 170, 173);
}
.button__secondary {
  font-weight: 700;
  font-size: 16px;
  line-height: 18.96px;
  width: 187px;
  height: 52px;
  border-radius: 10px;
  color: rgb(255, 255, 255);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(12, 118, 185);
}
.button__secondary:hover {
  background-color: rgb(9, 89, 139);
}
.button__secondary:disabled:hover {
  background-color: rgb(12, 118, 185);
}

form {
  position: relative;
  /*input, textarea{
      color: $black71;
      background: $white100;
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 1px;
      padding: 16px;
      border: none;
      width: 705.4px;
      max-height: 120px;
      max-width: 705.4px;
      resize: none;
      &:focus{
          outline: none;
      }
      @include to(1366px){
          width: 657px;
      }
      @include to(768px){
          width: 287px;
      }
  }
  textarea{
      @include to(768px){
          margin-top: 12px;
      }
  }
  .form{
      &__row{
          margin-bottom: 12px;
          >p{
              width: 100%;
              display: flex;
              flex-direction: row;
              flex-wrap: nowrap;
              justify-content: space-between;
              @include to(768px){
                  flex-direction: column;
                  justify-content: center;
              }
              >label{
                  &:first-child{
                      @include to(768px){
                          margin-bottom: 12px;
                      }
                  }
                  input{
                      width: 324.4px;
                      @include to(1366px){
                          width: 302.4px;
                      }
                      @include to(768px){
                          width: 287px;
                      }
                  }
              }
          }
      }
      &__submit{
          position: relative;
          margin-top: 24px;
          >p{
              display: flex;
              flex-direction: row;
              justify-content: space-between;
              @include to(768px){
                  flex-direction: column;
                  justify-content: center;
              }
              .wpcf7-spinner{
                  position: absolute;
                  right: 0;
                  bottom: -32px;
              }
          }
      }
  }
  .wpcf7{
      &-acceptance{
          font-size: 12px;
          line-height: 18px;
          letter-spacing: 1px;
          font-weight: 400;
          color: $black71;
          >span{
              margin: 0;
          }
          a{
              color: $logo-green;
              text-decoration: underline;
              transition: 0.$black503s;
              &:hover{
                  color: $default;
              }
          }
          input[type|="checkbox"]{
              width: fit-content;
          }
      }
      &-submit{
          display: block;
          width: 186px;
          height: 40px;
          margin-top: -9px;
          padding: 0;
          font-size: 14px;
          font-weight: 300;
          background: $default;
          color: $primary-text;
          transition: 0.3s;
          &:hover{
              background: $hover;
          }
          &:focus{
              background: $focus;
          }
          @include to(768px){
              margin-top: 12px;
              width: 320px;
          }
      }
      &-response-output, &-not-valid-tip{
          color: $black80;
          font-weight: 400;
          font-size: 14px;
          border: none!important;
      }
      &-response-output{
          position: absolute;
          bottom: -50px;
      }
      &-not-valid-tip{
          position: absolute;
          bottom: 13px;
          right: 10px;
      }
  }*/
}
form fieldset {
  position: relative;
  border: 2px solid rgb(0, 170, 173);
  border-radius: 10px;
  margin-bottom: 32px;
  background: rgb(255, 255, 255);
}
form legend {
  font-weight: 700;
  font-size: 16px;
  line-height: 18.96px;
  color: rgb(0, 0, 0);
  padding: 0 6px;
}
form input, form textarea {
  font-weight: 400;
  font-size: 16px;
  line-height: 18.96px;
  color: rgb(0, 0, 0);
  background: rgb(255, 255, 255);
  border: none;
  resize: none;
}
form input:focus, form textarea:focus {
  outline: none;
}
form input::-moz-placeholder, form textarea::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 18.96px;
  color: rgb(196, 196, 196);
}
form input:-ms-input-placeholder, form textarea:-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 18.96px;
  color: rgb(196, 196, 196);
}
form input::placeholder, form textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 18.96px;
  color: rgb(196, 196, 196);
}
form input {
  max-width: 269px;
}
form .form__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}
form .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -36px;
}
form .wpcf7-submit {
  margin: 64px auto 0 auto;
}
form .kc_captcha {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

/* Sections */
.secmainslider__wrapper {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 100vh;
}
.secmainslider__slide-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: brightness(0.45);
}
.secmainslider__slide-product {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 132px;
  margin: 0 auto;
  transition: 0.3s;
}
.secmainslider__slide-product img {
  position: relative;
  height: 396px;
  width: auto;
  margin: 0 auto;
  z-index: 1;
  filter: drop-shadow(0px 10px 25px rgba(0, 0, 0, 0.5));
}
.secmainslider__slide-heading {
  font-weight: 800;
  font-size: 32px;
  line-height: 37.92px;
  max-width: 492px;
  margin-bottom: 30px;
  color: rgb(255, 255, 255);
  text-align: center;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.secmainslider__slide-name {
  font-weight: 700;
  font-size: 32px;
  line-height: 37.92px;
  max-width: 319px;
  color: rgb(255, 255, 255);
  text-align: center;
}
.secmainslider__slide-buttons {
  margin-top: 50px;
}
.secmainslider__slide-button {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.secmainslider__scrolldown {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.secaboutus__wrapper {
  position: relative;
  width: 100%;
  height: 564px;
  max-width: 1920px;
  margin: 0 auto;
}
.secaboutus__wrapper-inner {
  position: relative;
  z-index: 1;
  width: 1036px;
  height: 305px;
  margin: 0 auto;
  padding-top: 128px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.secaboutus__wrapper-desc {
  width: 535px;
}
.secaboutus__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.secaboutus__logo {
  width: 437px;
  height: 305px;
}
.secaboutus__logo > img {
  width: 100%;
  height: 100%;
}
.secaboutus__logo-desc {
  width: 100%;
  margin-bottom: 16px;
}
.secaboutus__logo-desc > img {
  width: 100%;
  height: auto;
}
.secaboutus__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 18.96px;
  color: rgb(0, 0, 0);
  margin-bottom: 14px;
}

.secaboutusmini__wrapper {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 70px auto;
}
.secaboutusmini__wrapper-inner {
  position: relative;
  z-index: 1;
  width: 700px;
  height: 293px;
  margin: 0 auto;
  padding-top: 64px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.secaboutusmini__wrapper-desc {
  width: 360px;
  flex-shrink: 0;
}
.secaboutusmini__logo {
  width: 293px;
  height: 256px;
  flex-shrink: 0;
}
.secaboutusmini__logo > img {
  width: 100%;
  height: 100%;
}
.secaboutusmini__heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 23.7px;
  color: rgb(0, 0, 0);
  margin-bottom: 14px;
}
.secaboutusmini__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 18.96px;
  color: rgb(0, 0, 0);
}

.secaboutusupperlogo__wrapper {
  position: relative;
  width: 100%;
  max-width: 835px;
  margin: 64px auto 70px auto;
}
.secaboutusupperlogo__logo {
  width: auto;
  height: 80px;
  margin: 0 auto 32px auto;
}
.secaboutusupperlogo__logo > img {
  width: 100%;
  height: 100%;
}
.secaboutusupperlogo__heading {
  font-weight: 700;
  font-size: 16px;
  line-height: 18.96px;
  color: rgb(0, 0, 0);
  margin: 0 auto 14px auto;
  text-align: center;
}
.secaboutusupperlogo__desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 18.96px;
  color: rgb(0, 0, 0);
  margin: 0 auto;
  text-align: center;
}

.secaboutusrightlogo__wrapper {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 70px auto;
}
.secaboutusrightlogo__wrapper-inner {
  position: relative;
  z-index: 1;
  width: 1101px;
  height: 293px;
  margin: 0 auto;
  padding-top: 64px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.secaboutusrightlogo__wrapper-desc {
  width: 360px;
  flex-shrink: 0;
}
.secaboutusrightlogo__logo {
  width: 293px;
  height: 256px;
  flex-shrink: 0;
}
.secaboutusrightlogo__logo > img {
  width: 100%;
  height: 100%;
}
.secaboutusrightlogo__heading {
  font-weight: 700;
  font-size: 48px;
  line-height: 56.88px;
  width: 755px;
  color: rgb(0, 0, 0);
  margin-bottom: 26px;
}
.secaboutusrightlogo__description {
  font-weight: 500;
  font-size: 16px;
  line-height: 18.96px;
  width: 755px;
  color: rgb(0, 0, 0);
}

.seccontact__wrapper {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.seccontact__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.seccontact__heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 37.92px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgb(0, 0, 0);
  padding-top: 67px;
  margin: 0 auto 67px auto;
}
.seccontact__form {
  max-width: 634px;
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 0 auto 40px auto;
}

.secnews__wrapper {
  position: relative;
  width: 100%;
  height: 552px;
  max-width: 1920px;
  margin: 0 auto;
  background-color: rgb(231, 231, 231);
}
.secnews__heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 37.92px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 60px;
  margin: 0px auto 378px auto;
}
.secnews__button {
  font-weight: 700;
  font-size: 24px;
  line-height: 28.44px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: rgb(12, 118, 185);
  text-decoration: underline;
  transition: 0.3s;
}
.secnews__button:hover {
  color: rgb(9, 89, 139);
}

.secheading__wrapper {
  position: relative;
  width: 100%;
  height: 149px;
  max-width: 1920px;
  margin: 69px auto 0 auto;
  background: linear-gradient(180deg, rgb(0, 170, 173) 0%, rgb(1, 125, 127) 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
  background-repeat: no-repeat;
}
.secheading__heading {
  font-weight: 700;
  font-size: 48px;
  line-height: 56.88px;
  color: rgb(255, 255, 255);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 32px;
  margin: 0 auto;
}

.secseparatormap__wrapper {
  position: relative;
  width: 100%;
  height: 256px;
  max-width: 1920px;
  margin: 0 auto;
}
.secseparatormap__wrapper-inner {
  width: 764px;
  height: 256px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
}
.secseparatormap__text-upper, .secseparatormap__text-lower {
  font-weight: 700;
  font-size: 24px;
  line-height: 28.44px;
  color: rgb(0, 0, 0);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.secseparatormap__text-upper {
  margin-top: 83px;
  margin-left: -42px;
}
.secseparatormap__text-lower {
  margin-right: 0;
  margin-top: 145px;
}
.secseparatormap__icon {
  position: absolute;
  left: 50%;
  bottom: 255px;
  transform: translateX(-50%);
  width: 271px;
  height: 256px;
  z-index: 2;
  position: relative;
}
.secseparatormap__icon img {
  width: 100%;
  height: auto;
}
.secseparatormap__separator {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  width: 100%;
  background-color: rgb(0, 170, 173);
}

.secctaoffer__wrapper {
  position: relative;
  width: 100%;
  height: 323px;
  max-width: 1920px;
  margin: 0 auto;
  background-repat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.secctaoffer__wrapper-left {
  width: 604px;
  margin-top: 64px;
}
.secctaoffer__wrapper-right {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 135px;
}
.secctaoffer__heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 37.92px;
  color: rgb(255, 255, 255);
  margin-bottom: 37px;
}
.secctaoffer__desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 18.96px;
  color: rgb(255, 255, 255);
}
.secctaoffer__button {
  font-weight: 700;
  font-size: 16px;
  line-height: 18.96px;
  color: rgb(255, 255, 255);
}

.seccontactcompanyinfo__wrapper {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 70px auto;
}
.seccontactcompanyinfo__wrapper-inner {
  position: relative;
  z-index: 1;
  width: 531px;
  margin: 0 auto;
  padding-top: 64px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.seccontactcompanyinfo__wrapper-desc {
  width: 265px;
  flex-shrink: 0;
}
.seccontactcompanyinfo__logo {
  width: auto;
  height: 233px;
  flex-shrink: 0;
}
.seccontactcompanyinfo__logo > img {
  width: 100%;
  height: 100%;
}
.seccontactcompanyinfo__heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 37.92px;
  color: rgb(0, 0, 0);
  margin-bottom: 29px;
}
.seccontactcompanyinfo__description {
  font-weight: 400;
  font-size: 18px;
  line-height: 21.33px;
  color: rgb(0, 0, 0);
  margin-bottom: 16px;
}
.seccontactcompanyinfo__telephones-tel a, .seccontactcompanyinfo__mail a {
  transition: 0.3s;
  text-decoration: underline;
  color: rgb(12, 118, 185);
}
.seccontactcompanyinfo__telephones-tel a:hover, .seccontactcompanyinfo__mail a:hover {
  color: rgb(9, 89, 139);
}
.seccontactcompanyinfo__telephones-tel {
  font-weight: 400;
  font-size: 18px;
  line-height: 21.33px;
  color: rgb(0, 0, 0);
  margin-bottom: 16px;
}
.seccontactcompanyinfo__mail {
  font-weight: 400;
  font-size: 18px;
  line-height: 21.33px;
  color: rgb(0, 0, 0);
}

.secsinglebuttoncent__wrapper {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
}
.secsinglebuttoncent__button {
  font-weight: 700;
  font-size: 16px;
  line-height: 18.96px;
  color: rgb(255, 255, 255);
}

.secwysiwyg__wrapper {
  position: relative;
  width: 95%;
  max-width: 1283px;
  margin: 20px auto 64px auto;
  padding: 0 64px;
}

/* Woocommerce */
.archive.woocommerce-shop .before-shop-loop {
  max-width: 1312px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
  align-items: center;
}
.archive.woocommerce-shop .before-shop-loop .woocommerce-result-count {
  display: none;
}
.archive.woocommerce-shop .before-shop-loop .berocket_single_filter_widget {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.archive.woocommerce-shop .before-shop-loop .berocket_single_filter_widget > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.archive.woocommerce-shop .before-shop-loop .berocket_single_filter_widget > div .bapf_head h3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 14.63px;
  color: rgb(0, 0, 0);
}
.archive.woocommerce-shop .loop {
  max-width: 1312px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

article.entry.product {
  width: 416px;
  height: 209px;
  margin-bottom: 32px;
  border-radius: 10px;
  outline: 2px solid rgb(198, 198, 198);
  outline-offset: -2px;
  z-index: 1;
}
article.entry.product .media-content {
  position: relative;
}
article.entry.product .media-content img {
  width: 205px;
  height: 205px;
  margin-top: 2px;
  margin-left: 2px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
article.entry.product .media-content .entry-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 21.33px;
  color: rgb(0, 0, 0);
  max-width: 177px;
  position: absolute;
  top: 16px;
  right: 16px;
}
article.entry.product .media-content .price .amount {
  font-weight: 400;
  font-size: 20px;
  line-height: 23.7px;
  color: rgb(0, 0, 0);
  position: absolute;
  bottom: 20px;
  left: 221px;
}
article.entry.product .media-content .add_to_cart_button {
  position: relative;
  width: 32px;
  height: 32px;
  padding: 0;
  position: absolute;
  right: 16px;
  bottom: 16px;
  background: none;
  border-radius: 100%;
  outline: 1px solid rgb(12, 118, 185);
  outline-offset: -1px;
}
article.entry.product .media-content .add_to_cart_button::after {
  content: "";
  width: 14.4px;
  height: 14.4px;
  display: inline-block;
  position: absolute;
  top: 8.8px;
  left: 8px;
  background: url("http://localhost/everdigm/wp-content/themes/everdigm/src/assets/cart.svg") no-repeat;
}

body.single.single-product > section#content {
  margin-top: 156px;
}
body.single.single-product .single-product__row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
body.single.single-product .summary.entry-summary {
  display: flex;
  flex-direction: column;
  justify-content: left;
  margin-left: 64px;
}
body.single.single-product .summary.entry-summary .product_title.entry-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 39.01px;
  color: rgb(0, 0, 0);
  max-width: 675px;
  margin-bottom: 12px;
  order: 1;
}
body.single.single-product .summary.entry-summary .product_meta {
  order: 2;
  margin-bottom: 29px;
}
body.single.single-product .summary.entry-summary .product_meta > span {
  font-weight: 400;
  font-size: 14px;
  line-height: 16.59px;
  color: rgb(0, 170, 173);
}
body.single.single-product .summary.entry-summary .product_meta > span > a {
  font-weight: 400;
  font-size: 16px;
  line-height: 18.96px;
  color: rgb(0, 170, 173);
}
body.single.single-product .summary.entry-summary .woocommerce-product-details__short-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 21.33px;
  color: rgb(0, 0, 0);
  order: 3;
  margin-bottom: 101px;
}
body.single.single-product .summary.entry-summary .price {
  font-weight: 700;
  font-size: 48px;
  line-height: 56.88px;
  color: rgb(0, 0, 0);
  order: 4;
}
body.single.single-product .summary.entry-summary .cart {
  color: rgb(0, 0, 0);
  order: 5;
  display: flex;
  flex-direction: row;
  align-items: center;
}
body.single.single-product .summary.entry-summary .cart .quantity {
  margin-right: 96px;
}
body.single.single-product .summary.entry-summary .cart .single_add_to_cart_button {
  border-radius: 10px;
  background-color: rgb(12, 118, 185);
  height: 52px;
}

.woocommerce-cart {
  margin-top: 90px;
}

/*# sourceMappingURL=style.css.map*/