/*
 Theme Name: Dentelligence Motyw
 Theme URI: https://michalpyjas.pl/
 Author: Michał Pyjas
 Author URI: https://michalpyjas.pl/
 Description: Dedykowany motyw Wordpress dla firmy Dentelligence
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom, theme, responsive, dentelligence, adstelligence
 Text Domain: Dentelligence
*/


body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", "Montserrat", Verdana, sans-serif;
  cursor: default;
}

/* Wyzerowanie domyślnych ustawień buttonów */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: normal;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
}


.max-width-1440px {
  max-width: 1440px;
}

.footer-center {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}

.footer-column {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 180px;
  margin-bottom: 100px;
  color: #081831;
}

.footer-p {
  margin: 0;
  padding: 0;
}

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

.header {
  background-color: #fff;
  padding: 20px 0;
}

.container-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 180px;
}

.logo img {
  height: 40px;
}

.nav ul {
  list-style: none;
  display: flex;
  gap: 80px;
}

.nav ul li {
  margin: 0;
}

.nav ul li a {
  text-decoration: none;
  color: #081831;
  font-size: 16px;
}

.special-offer-btn {
  background-color: #7a0528;
  color: #fff;
  padding: 10px 40px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
}

.special-offer-btn:hover {
  background-color: #020b19;
  color: white;
}

@media (max-width: 1240px) {
  .container-header {
    padding: 0 160px;
  }

  .nav, .special-offer-btn {
    display: none;
  }
}

@media (max-width: 860px) {
  .container-header {
    padding: 0 40px;
  }

  .special-offer-btn {
    padding: 10px 20px;
  }
}

@media (max-width: 660px) {
  .container-header {
    display: flex;
    flex-direction: column;
  }

  .footer-column img {
    width: 320px;
  }
}

.hero-main-page {
  padding: 0 180px;
  padding-top: 100px;
}

.hero-main-page-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  cursor: default;
}

.word-changer {
  margin-left: 5px;
  display: inline-block;
  min-width: 150px;
  text-align: left;
}

.hero-main-page-title,
.hero-main-page-title strong {
  font-size: 98px;
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: 900;
  color: #081831;
  position: relative;
}

.hero-main-page-title {
  padding-right: 30%;
}

.hero-main-page-title strong::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #bbfc00;
  position: absolute;
  left: -10%;
  bottom: 20%;
}

.hero-main-page-sub {
  font-size: 26px;
  margin-top: 40px;
  font-weight: 300;
  color: #081831;
}

.hero-main-page-btn {
  margin-top: 60px;
}

.hero-main-page-btn-container {
  font-weight: bold;
  border-radius: 100px;
  padding: 14px 40px;
  display: inline;
  background-color: #bbfc00;
  color: #081831;
  cursor: pointer;
  transition: 0.4s;
}

.hero-main-page-btn-container:hover {
  background-color: #081831;
  color: white;
}


@media (max-width: 1438px) {
  .hero-main-page-title {
    padding: 0;
  }
}

@media (max-width: 1240px) {


  .hero-main-page {
    margin-top: 80px;
  }

  .hero-main-page-title,
  .hero-main-page-title strong {
    font-size: 82px;
  }

  .hero-main-page-title strong::before {
    left: -25%;
    width: 10px;
    height: 10px;
  }

  .hero-main-page-sub {
    font-size: 18px;
  }

  .hero-main-page-btn-container {
    font-size: 18px;
    display: block;
    text-align: center;
  }
}

@media (max-width: 860px) {
  .hero-main-page {
    padding: 0 80px;
  }

  .hero-main-page-title strong::before {
    left: -25%;
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 660px) {
  .hero-main-page {
    padding: 40px;
  }

  .hero-main-page-title,
  .hero-main-page-title strong {
    font-size: 38px;
  }
}

.section-2 {
  background-color: #f8f8f8;
  padding: 0 180px;
  margin-top: 180px;
}

.section-2-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  padding: 80px 0;
  display: flex;
}

.section-2-text {
  padding-right: 10%;
}

.section-2-text-header {
  font-size: 32px;
  color: #081831;
  font-weight: bold;
}

.section-2-text-sub {
  text-decoration: underline;
  color: #081831;
}

.section-2-text-list {
  color: #081831;
  margin-top: 30px;
  list-style-type: none;
  padding: 0;
}

.section-2-text-list-li {
  position: relative;
  display: block;
  margin-top: 8px;
}

.section-2-text-list-li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100px;
  background-color: #081831;
  position: absolute;
  bottom: 50%;
  left: -3%;
}

@media (max-width: 1080px) {
  .section-2-container {
    flex-direction: column;
    padding: 0;
  }

  .section-2 {
    padding: 0;
    margin-top: 80px;
  }

  .section-2-text,
  .section-2-img {
    padding: 30px;
  }

  .section-2-img {
    display: flex;
    justify-content: center;
  }
}

.section-3 {
  padding: 180px 180px;
  padding-top: 80px;
  overflow: hidden;
}

.section-3-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.section-3-header,
.section-3-header-enter {
  font-size: 32px;
  font-weight: bold;
  font-family: "Montserrat", Verdana, sans-serif;
  color: white;
  position: relative;
}

.section-3-header-enter::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #bbfc00;
  left: -85%;
  bottom: 20%;
}

.section-3-sub {
  color: white;
  font-size: 20px;
  margin-top: 15px;
}

.section-3-divider {
  height: 600px;
}

.section-3-divider img {
  position: relative;
  left: -20%;
  transform: translateY(-125px);
}

.section-3-divider-info {
  position: relative;
  left: 35vw;
  transform: translateY(-505px);
  background: rgba(17, 37, 68, 0.8);
  color: white;
  padding: 30px 40px;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 500px;
}

.section-3-divider-info::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 3px;
  background-color: #bbfc00;
  left: -8%;
}

@media (max-width: 1220px) {
  .section-3-divider-info {
    left: 45vw;
    width: 300px;
  }
  .section-3-divider img {
    left: -35%;
  }
}

@media (max-width: 1080px) {
  .section-3 {
    padding: 60px;
  }

  .section-3-header {
    font-size: 28px;
  }

  .section-3-sub {
    font-size: 18px;
  }
}

@media (max-width: 816px) {
  .section-3-divider {
    height: 900px;
  }

  .section-3-divider-info {
    position: static;
    margin-top: 350px;
    width: 100%;
  }
}

@media (max-width: 604px) {

  .section-3-divider img {
    left: -30%;
    bottom: 15%;
  }
}

.section-4 {
  background-color: #020b19;
  padding: 180px 180px;
  padding-top: 80px;
}

.section-4-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  color: white;
}

.ff-Montserrat {
  font-family: "Montserrat", Verdana, sans-serif;
}

.section-4-title {
  font-size: 20px;
}

@media (max-width: 415px) {
  .section-3-divider img {
    left: -80%;
    bottom: 25%;
  }
}

@media (max-width: 1080px) {
  .section-4 {
    padding: 60px;
  }
}

.section-4-boxes-container {
  display: flex;
  margin-top: 40px;
  gap: 10px;
}

.section-4-boxes-single {
  background: rgba(17, 37, 68, 0.8);
  border-radius: 24px;
  padding: 20px 30px;
  flex: 1 33%;
}

.section-4-boxes-single__title {
  font-size: 19px;
  font-weight: bold;
  line-height: 34px;
  display: flex;
}

.section-4-boxes-single__title img {
  padding-left: 10px;
  display: block;
}

.section-4-boxes-single__sub {
  font-size: 17px;
  font-weight: 400;
  margin-top: 12px;
  line-height: 23px;
}

@media (max-width: 1080px) {
  .section-4-boxes-container {
    flex-direction: column;
  }
}

.section-5 {
  padding: 0 180px;
  padding-top: 60px;
}

.section-5-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
}

.section-5-header,
.section-5-header-enter {
  font-size: 32px;
  font-weight: bold;
  font-family: "Montserrat", Verdana, sans-serif;
  color: #081831;
  position: relative;
}

.section-5-header-enter::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #bbfc00;
  left: -35%;
  bottom: 20%;
}

@media (max-width: 1080px) {
  .section-5 {
    padding: 60px;
  }

  .section-5-header {
    font-size: 28px;
  }
}

.section-5-sub {
  color: #081831;
  font-size: 20px;
  margin-top: 20px;
}

.section-5-sub-second {
  color: #081831;
  font-size: 20px;
  margin-top: 50px;
}

.section-5-ref {
  margin-top: 40px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.section-5-ref img {
  margin-right: 10px;
  transition: transform 0.3s ease;
}

.section-5-ref:hover img {
  transform: translateX(15px);
}

.section-5-ref strong {
  padding-left: 50px;
  font-size: 24px;
  color: #081831;
  font-weight: 600;
}

.section-6 {
  background-color: #ebebeb;
  margin-top: 60px;
}

.section-6-wrapper {
  padding: 80px 180px;
  overflow: hidden;
}

.section-6-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
}

.section-6-switcher-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.section-6-switch {
  background-color: white;
  border-radius: 100px;
  padding: 8px 12px;
  display: flex;
  justify-content: space-between;
  width: 60px;
}

.section-6-switch-dot {
  background-color: rgb(113, 113, 113);
  width: 8px;
  height: 8px;
  border-radius: 100px;
  cursor: pointer;
}

.section-6-switch-dot-active {
  background-color: rgb(23, 23, 23);
}

.section-6-boxes-container {
  display: flex;
  gap: 15px;
}

.section-6-boxes-single {
  background-color: #f8f8f8;
  border-radius: 20px;
  min-width: 550px;
}

.section-6-boxes-single__bg {
  border-radius: 20px;
  padding: 20px;
  background: linear-gradient(81.45deg, #020b19 37%, #bbfc00 100%);
  text-align: center;
  position: relative;
}

.section-6-boxes-single__bg_def2 {
  background: linear-gradient(81.45deg, #fe522e 37%, #f1941a 100%);
}

.section-6-boxes-single__bg_def3 {
  background: linear-gradient(81.45deg, #6d6d6c 37%, #d8d3c5 100%);
}

.section-6-boxes-single__bg_def4 {
  background: linear-gradient(81.45deg, #200133 37%, #8801dc 100%);
}

.section-6-boxes-single__bg img {
  margin-bottom: -50px;
}

.section-6-boxes-single-name {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}

.section-6-boxes-single-descr {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  padding: 28px;
  color: #081831;
}

.section-6-boxes-single-descr strong {
  margin: 50px 0;
}

/* qwqeq */

.section-6 {
  padding: 20px;
}

.section-6-container {
  position: relative;
}

.section-6-boxes-container {
  display: flex;
  overflow: hidden;
  width: 100%;
}

.section-6-boxes-single {
  box-sizing: border-box;
  transition: transform 0.3s ease;
}

.section-6-boxes-single__bg {
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  position: relative;
}

.section-6-switcher-container {
  text-align: center;
  margin-top: 20px;
}

.section-6-switch-dot-active {
  background-color: #333;
}

@media (max-width: 963px) {
  .section-6-boxes-single {
    min-width: 100%;
  }

  .section-6-wrapper {
    padding: 10px;
  }
}

.section-7 {
  background-color: #020b19;
}

.section-7-wrapper {
  padding: 80px 180px;
}

.section-7-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  color: white;
}

.section-7-header,
.section-7-header-enter {
  font-size: 32px;
  font-weight: bold;
  font-family: "Montserrat", Verdana, sans-serif;
  color: white;
  position: relative;
}

.section-7-header-enter::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #bbfc00;
  left: -35%;
  bottom: 20%;
}

.ff-TitilliumWeb {
  font-family: "Titillium Web", "Trebuchet MS", "Lucida Sans Unicode",
    "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

.section-number-single {
  display: flex;
  background-color: #0e203b;
  border-radius: 30px;
  margin: 30px 0;
}

.section-number-single-num {
  display: block;
  background-color: #132848;
  font-size: 200px;
  padding: 0 80px;
  border-radius: 30px 0 0 30px;
  font-weight: 700;
}

.section-number-single-text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 80px;
  font-size: 20px;
  font-family: "Montserrat", "Trebuchet MS", "Lucida Sans Unicode",
    "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

@media (max-width: 1240px) {
  .section-7 {
    padding: 50px;
  }
}

@media (max-width: 1080px) {
  .section-7-wrapper {
    padding: 50px;
  }

  .section-number-single {
    flex-direction: column;
  }

  .section-number-single-num {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 100px;
    border-radius: 10px 50px;
  }

  .section-number-single {
    border-radius: 10px 50px;
  }

  .section-number-single-text {
    font-size: 18px;
    padding: 30px;
  }
}

@media (max-width: 860px) {
  .section-7-wrapper {
    padding: 10px;
  }

  .section-7 {
    padding: 30px;
  }
}

.section-8-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  color: white;
}

.section-8-wrapper {
  padding: 80px 180px;
}

.section-8-header {
  margin: 80px 0;
}

.section-8-header,
.section-8-header-enter {
  font-size: 32px;
  font-weight: bold;
  font-family: "Montserrat", Verdana, sans-serif;
  color: #081831;
  position: relative;
}

.section-8-header-enter::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #bbfc00;
  left: -25%;
  bottom: 20%;
}

.section-8-special-offer {
  background-color: #f8f8f8;
  border-radius: 65px;
  padding: 60px 50px;
  color: #081831;
}

.section-8-special-offer-header {
  font-weight: bold;
  font-size: 32px;
}

.section-8-special-offer-sub {
  font-size: 24px;
  padding-right: 40%;
  margin-top: 50px;
  margin-bottom: 30px;
}

.section-8-special-offer strong {
  display: block;
  font-size: 24px;
}

.section-8-special-offer-btn-wrapper {
  margin: 60px 0;
}

.section-8-special-offer-btn {
  background-color: #7a0528;
  color: white;
  padding: 20px 40px;
  border-radius: 150px;
  font-weight: bold;
  display: inline;
  cursor: pointer;
  transition: .5s;
}

.section-8-special-offer-btn:hover {
  background-color: #020b19;
}

@media (max-width: 1240px) {
  .section-8 {
    padding: 50px;
  }

  .section-8-special-offer-header {
    font-size: 24px;
    font-weight: 800;
    padding-top: 30px;
  }

  .section-8-special-offer-sub {
    font-size: 16px;
  }

  .section-8-special-offer-btn {
    font-size: 14px;
  }
}

@media (max-width: 1080px) {
  .section-8-wrapper {
    padding: 10px;
  }
  .section-8-special-offer {
    padding: 20px;
  }

  .section-8-special-offer-header, .section-8-special-offer strong {
    text-align: center;
  }

  .section-8-special-offer-sub {
    text-align: center;
    padding-right: 0;
  }

  .section-8-special-offer-btn {
    display: block;
    text-align: center;
  }
}

@media (max-width: 860px) {

  .section-8 {
    padding: 20px;
  }

  .section-8-header {
    font-size: 24px;
  }
}

.section-9 {
  background-color: #020b19;
}

.section-9-wrapper {
  padding: 80px 180px;
}

.section-9-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  color: white;
}

.section-9-container p {
  font-size: 20px;
}

.section-9-container-free-offer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px 20px;
}

.section-9-container-free-offer-single {
  display: flex;
  flex-direction: column;
  flex: 1 40%;
  background-color: #0E203B;
  padding: 20px 40px;
  border-radius: 24px;
}

.section-9-free-offer-info {
  font-size: 12px !important;
  margin-top: 40px;
  text-decoration: underline;
}

@media (max-width: 1080px) {
  .section-9-wrapper {
    padding: 40px;
  }
}


.section-10-wrapper {
  padding: 80px 180px;
  margin-bottom: 100px;
}

.section-10-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  color: #081831;
}

.section-10-header,
.section-10-header-enter {
  font-size: 18px;
  font-weight: 400;
  font-family: "Montserrat", Verdana, sans-serif;
  color: #081831;
  position: relative;
}

.section-10-header-enter::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #bbfc00;
  left: -25%;
  bottom: 20%;
}

@media (max-width: 1080px) {
  .section-10-wrapper {
    padding: 60px;
  }
}

.section-10-form {
  margin-top: 40px;
  border: 1px solid #081831;
  border-radius: 65px;
  padding: 40px 80px;
}

.section-10-form-title {
  font-size: 32px;
  font-weight: bold;
}

.section-10-form-descr {
  font-size: 20px;
  margin: 68px 0;
  font-weight: 400;
}

/* Contact Form 7 CSS */
.contact-form-7-landing-dentelligence {
  font-family: "Montserrat", 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.contact-form-7-landing-dentelligence label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.contact-form-7-landing-dentelligence input[type="text"],
.contact-form-7-landing-dentelligence input[type="tel"] {
  width: 100%;
  padding: 8px;
  margin-bottom: 15px;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}

.contact-form-7-landing-dentelligence .consent-landing-dentelligence {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 4px;
}

.contact-form-7-landing-dentelligence .consent-landing-dentelligence input[type="checkbox"] {
  margin-right: 10px;
  margin-top: 3px;
}

.contact-form-7-landing-dentelligence .consent-landing-dentelligence a {
  color: #081831;
  text-decoration: none;
}

.contact-form-7-landing-dentelligence .consent-landing-dentelligence a:hover {
  text-decoration: underline;
}

.contact-form-7-landing-dentelligence input[type="text"], .contact-form-7-landing-dentelligence input[type="tel"] {
  border-bottom: 1px solid #081831;
  font-size: 20px;
  color: #0E203B;
  font-family: "Montserrat", 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.contact-form-7-landing-dentelligence input[type="text"]::placeholder, .contact-form-7-landing-dentelligence input[type="tel"]::placeholder {
  color: #081831;
}

.contact-form-7-landing-dentelligence input[type="text"]:focus, .contact-form-7-landing-dentelligence input[type="tel"]:focus {
  outline: none;
}

.contact-form-7-landing-dentelligence .wpcf7-list-item {
  margin: 0;
}

.acceptance-landing-dentelligence {
  width: 14px;
  height: 14px;
}

.contact-form-7-landing-dentelligence label {
  font-weight: normal;
  margin-top: 50px;
}

.submit-landing-dentelligence {
  font-size: 18px !important;
  width: 100% !important;
  margin-top: 60px !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  border-radius: 100px !important;
  padding: 24px 40px !important;
  display: block !important;
  background-color: #bbfc00 !important;
  color: #081831 !important;
  cursor: pointer !important;
  transition: 0.4s !important;
  border: none !important;
  font-family: "Montserrat", 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
}

.submit-landing-dentelligence:hover {
  background-color: #081831 !important;
  color: white !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  font-family: "Montserrat", 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 18px;
}

.wpcf7 form.sent .wpcf7-response-output::before {
  content: '✉️ '
}

@media (max-width: 540px) {
  .section-10-form {
    padding: 0;
    padding-top: 40px;
    border: none;
    border-top: 1px solid #081831;
    border-radius: 0;
  }
}


.section-404-container {
  padding: 80px 180px;
  margin-bottom: 100px;
}

.section-404-container-wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  color: #081831;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1080px) {
  .section-404-container {
    padding: 60px;
  }
}

@media (max-width: 860px) {
  .section-404-container-wrapper {
    flex-wrap: wrap;
  }
}

.section-404-image img {
  display: flex;
}


.page-404-goback-btn {
  background-color: #020b19;
  color: #fff;
  padding: 10px 40px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
  border: none;
  display: inline;
}

.page-404-goback-btn:hover {
  background-color: #053685;
  color: white;
}

.page-404-goback-container {
  display: flex;
  justify-content: start;
  flex-direction: column;
  
}

.page-404-goback-container button {
  border: none;
  background-color: none;
  margin-top: 30px;
  display: flex;
  justify-content: start;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

#dynamic-text {
  text-transform: uppercase;
  font-family: "Montserrat", 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 14px;
}

#dynamic-text::after {
  content: "_";
  animation: blink 1s infinite;
}

.header-navi {
  background-color: #fff;
  padding: 20px 0;
  width: 100%;
}

.container-header-navi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 180px;
}

.logo-navi {
  display: flex;
  align-items: center;
}

.logo-navi img {
  height: 40px;
}

.special-offer-btn-navi {
  background-color: #7a0528;
  color: #fff;
  padding: 10px 40px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
  width: 350px;
}

.special-offer-btn-navi:hover {
  background-color: #020b19;
  color: white;
}

.nav-navi {
  display: flex;
  list-style: none;
  padding: 0;
}

.nav-navi li {
  margin: 0;
  padding: 0 30px;
}

.nav-navi li a {
  text-decoration: none;
  color: #081831;
  font-size: 16px;
}

.btn-offer-special-navi {
  width: 100%;
  text-align: end;
}

.container-header-navi nav {
  display: flex;
  width: 100%;
  justify-content: space-around;
}

@media (max-width: 1080px )

{
  .container-header-navi {
    flex-direction: column;
    padding: 40px;
  }
  .special-offer-btn-navi {
    width: 100%;
  }
  .btn-offer-special-navi {
    text-align: center;
  }

  .container-header-navi nav {
    justify-content: space-between;
  }

  .btn-offer-special-navi {
    margin-top: 30px;
  }

  .container-header-navi {
    padding: 0 20px;
  }
}