@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
*{
  box-sizing: border-box;
}
html{
  scroll-behavior: smooth;
}

body{
  margin: 0;
  padding: 0;
  direction: ltr;
  font-family: 'Merriweather', sans-serif !important;
}

a {
  word-break: break-all;
  text-decoration: none;
  cursor: pointer;
}

.block-content{
  width: 100%;
  box-sizing: border-box;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}



  @media (min-width: 576px){
    .block-content{
      max-width: 534px;
    }
    
  }

  @media (min-width: 768px){
    .block-content{
      max-width: 718px;
    }
  }

  @media (min-width: 992px){
    .block-content{
      max-width: 958px;
    }
  }

  @media (min-width: 1200px){
    .block-content{
      max-width: 1134px;
    }
  }

  @media (min-width: 1400px){
    .block-content{
      max-width: 1225px;
    }
  }

  .header{
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
  }

  .logo{
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 21px;
  }

  .logoImg img{
    width: 45px;
  }

  .logoTitle{
    margin: 0;
  }

  nav {
    display: table;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

  .header-nav{
    padding:  18px 0;
  }

  .submenu li {
    padding: 9px;
}

.submenu {
    background: #63727d;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 5;
    width: 280px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0;
    transition: .5s ease-in-out;
}

.submenu a {
    text-align: left;
    font-size: 15px;
    color: white;
}

.submenu li:last-child a {
    border-bottom: none;
}

  .topmenu:after {
    content: "";
    display: table;
    clear: both;
}

.input-btn-section__section{
    display: block;
    width: 100%;
    padding: 14px 18px;
    margin: 14px 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 18px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.textarea-btn-section__section{
    border: 1px solid #ced4da;
    border-radius: 18px;
    padding: 14px 18px;
    width: 100%;
}

.topmenu>li {
    float: left;
    position: relative;
    padding: 0 18px;
}

.topmenu>li>a {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 800;
    color: black;
    text-decoration: none;
}

.topmenu>li>a:hover {
    border-bottom: 1px solid;
}

.topmenu>li:hover .submenu {
  opacity: 1;
  transform: scaleY(1);
}

.box-beckground{
  position: relative;
  background: url(files/images/background-q800.webp) no-repeat;
  background-position: center;
  background-size: cover;
}

.box-beckground::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.box{
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
  padding: 100px 0;
  text-align: center;
  color: white;
}

.box-contacts{
  display: flex;
  padding: 18px;
  margin: 45px 0;
  flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    border-radius: 14px;
    box-shadow: 14px 14px 18px rgba(0, 0, 0, 0.1);
}

.box-contacts-icon{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}

.box-contacts-icon i{
  color: black;
}

.box-contacts-icon p{
  color: black;
}

.footer{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 45px 0;
}

.footer-img {
  display: flex;
  flex-direction: column-reverse;
  gap: 25px;
}

.footer-img img {
  object-fit: contain;
  max-height: 45px;
  max-width: 215px;
}

.footer-politiks {
  display: flex;
  flex-direction: column-reverse;
  gap: 25px;
}

.footer-politiks a {
color: black;
text-decoration: none;
}

.footer-contskt{
  display: flex;
  flex-direction: column-reverse;
  gap: 25px;
}

.power-box-inners{
  padding: 45px;
  display: flex;
  border-radius: 14px;
  box-shadow: 14px 14px 18px rgba(0, 0, 0, 0.1);
  margin: 45px 0;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}

.power-title{
  text-align: center;
  padding-bottom: 45px;
}

.power-box {
  max-width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  overflow: hidden;
}

.headers {
  background-color: #333;
  color: #fff;
  padding: 18px;
  text-align: center;
  font-size: 19px;
}

.body {
  padding: 18px;
}

.power-box-inner {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.power-box-inner-name {
  width: 215px;
  font-size: 16px;
}

.power-box-inner-level {
  width: 143px;
  height: 14px;
  background-color: #eee;
  border-radius: 14px;
  overflow: hidden;
  margin-left: 18px;
}

.power-box-inner-percent {
  background-color: #333;
  height: 100%;
}

.power-box-inner-percent-number {
  margin-left: 18px;
  font-size: 16px;
}

.catalog{
  padding: 45px 0;
}

.catalog h1{
  text-align: center;
}

.cards-catalog{
  display: flex;
  padding-bottom: 45px;
  flex-direction:column-reverse;
  gap: 30px;
}

.catalogBoxs{
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.product {
  flex: 1;
  display: flex;
  flex-direction: row;
  padding: 30px;
  gap: 30px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  transition: .5s;
  }

  .product:hover {
  transform: translateY(-9px);
  box-shadow: 14px 14px  34px rgba(0, 0, 0, 0.2);
  }

  .product-image {
  display: flex;
  flex: 1;
  justify-content: center;
  }

  .product-image img {
  object-fit: contain;
  height: 338px;
  width: 100%;
  }

  .product-details {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  }

  .product-details a{
    text-decoration: none;
    color: black;
  }

  .product-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  flex-direction: row;
  }

  .product-buttons {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  flex-direction: row;
  text-align: center;
  }

  .product-title {
  font-size: 19px;
  }

  .product-price {
    display: flex;
  font-weight: 800;
  font-size: 19px;
  }

  .comments {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 45px 0;
    flex-direction: row;
    gap: 20px;
  }
  
  .card-comments {
    transition: .5s;
    width: 354px;
    padding: 18px;
    background-color: #f1f1f1;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .card-comments:hover{
    transform: translateY(-9px);
    box-shadow: 14px 14px  34px rgba(0, 0, 0, 0.2);
  }
  
  .card-comments p {
    margin-bottom: 14px;
  }
  
  .card-comments .author {
    font-weight: 800;
  }
  
  .card-comments .date {
    color: #888;
    font-size: 15px;
  }
  
  .card-comments .content {
    color: #333;
    font-size: 15px;
    padding: 14px 0;
  }
  
  .card-comments .avatar {
    width: 73;
    height: 73;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 14px;
  }
  
  .card-comments .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .card-comments:first-child{
    display: block;
  }

  .from-box{
    display: flex;
    padding: 45px 0;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    text-align: center;
    gap: 25px;
  }

  .forma-video{
    width: 50%;
    display: flex;
    justify-content: center;
  }

  .forma-video video{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: center;
  }

  .form {
    background-color: #fff;
    display: block;
    padding: 16px;
    width: 100%;
    max-width: 445px;
    border-radius: 6px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .input-container {
    position: relative;
  }

  .input-container input, .form button {
    outline: none;
    border: 1px solid #e5e7eb;
    margin: 9px 0;
  }

  .input-container input {
    background-color: #fff;
    padding: 16px;
    padding-right: 30px;
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
  }

  .form-check {
    display: flex;
    justify-content: flex-start;
    padding: 14px 0;
  }

  .form-check input {
    width: 10%;
  }

  .submit {
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #e54646;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    width: 100%;
    border-radius: 6px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .1s;
  }

  .submit:hover{
    transform: scale(1.05);
  } 

  .flex-style{
    display: flex;
    flex-direction: column-reverse;
  }

  .dop-pages {
    background-color: white;
  }

  .dop-pages-text {
    text-align: justify;
  }

  .stayTitl {
    padding-bottom: 25px;
    text-align: center;
    font-weight: 800;
  }

  .diskont-lay{
    margin: 45px 0;
    background-color: rgba(0, 30, 108, 0.2);
  }

  .diskont{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 45px 0;

  }

  .diskont h1{
    text-align: center;
    padding-bottom: 45px;
    font-weight: 500;
  }

  .diskont-photo{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-direction: row;
  }

  .diskont-photo img{
    max-width: 100%;
  }

  .container-product-card{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 45px 0;
    gap: 25px;
  }

  .product-display {
    display: flex;
    align-items: center;
    flex: 1;
    flex-direction: column;
    gap: 25px;
}
.product-display-img {
    display: flex;
    justify-content: center;
}
.product-display-img img {
    object-fit: contain;
    height: 345px;
    width: 100%;
}

.pages-main-content {
  flex: 1;
  text-align: justify;
}

.product-display-dop{
  display: flex;
  flex-direction: column;
  padding-top: 45px;
  gap: 25px;
}

.product-box-button{
  max-width: 345px;
  margin: 0 auto;
}

.info-dop{
  display: flex;
  padding: 45px 0;
  flex-direction: column;
  padding-bottom: 45px;
  gap: 30px;
}

.dop-tovar-page-bloc {
  display: flex;
  gap: 30px;
}
.dop-tovar-page-box {
  display: flex;
  flex-direction: column-reverse;
  flex: 1;
  gap: 30px;
  padding: 25px;
  box-shadow: 14px 14px  34px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  overflow: hidden;
  transition: .5s;
}
.dop-tovar-page-box:hover {
  transform: translateY(-9px);
}
.dop-tovar-page-box-img {
  display: flex;
  justify-content: center;
}
.dop-tovar-page-box-img img {
  object-fit: contain;
  height: 215px;
  width: auto;
}
.dop-tovar-page-box-content {
   display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 25px;
}

.btm-more {
  text-align: center;
  margin: 0 auto;
}

.kontakt {
  display: flex;
  margin: 45px 0;
  background-color: #FFFFFF;
  gap: 30px;
  padding: 25px;
  box-shadow: 14px 14px  34px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  justify-content: space-around;
}

.contact-details {
  display: flex;
  flex: 1;
  font-size: 19px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.contact-details-icon svg {
  width: 26px;
  height: 26px;
}

.contact-details-text {
  text-align: center;
}

@media (max-width: 991px) {
  .header-nav ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .catalogBoxs{
    flex-direction: column-reverse;
  }

  .product{
    flex-direction: column-reverse;
  }

  .product-info{
    width: 100%;
    flex-direction: column-reverse;
  }

  .product-price{
    flex-direction: row;
    gap: 14px;
  }

  .comments{
    align-items: center;
    flex-direction: column-reverse;
  }

  .card-comments{
    max-width: 100%;
    width: 80%;
  }

  .from-box{
    flex-direction: column-reverse;
  }

  .form{
    max-width: 100%;
  }

  .forma-video{
    width: 100%;
  }

  .footer{
    text-align: center;
    gap: 46px;
    flex-direction: column-reverse;
  }

  .container-product-card{
    flex-direction: column-reverse;
  }

  iframe{
    width: 100%;
  }

  .kontakt{
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .box-contacts{
    flex-direction: column-reverse;
  }

  .dop-tovar-page-bloc{
    flex-direction: column-reverse;
  }
  
}

@media (max-width: 580px) {
  .header-nav ul{
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }

  .box h1{
    font-size: 25px;
  }

  .power-title h1{
    font-size: 25px;
  }

  .submenu{
    left: -74px;
  }
}

@media (max-width: 500px) {
  .power-box-inner{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 30px;
  }

  .power-box-inner-level{
    margin-left: 0;
  }

  .power-box{
    max-width: none;
    width: 100%;
  }

  .product-buttons{
    flex-direction: column;
  }
}

.but,
button {
  outline: none;
  border: none;
  background: inherit;
  box-sizing: border-box !important;
}
.button-1 {
  position: relative;
  display: inline-block;
  padding: 18px 30px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #1f347b;
  border-radius: 34px;
  overflow: hidden;
  border: none;
  z-index: 1;
}

.button-1:before {
  transition: 1s;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.button-1:hover:before {
  width: 338px;
  height: 338px;
  opacity: 0.4;
  transition: all 0.5s ease-out;
}

.button-1:hover {
  background-color: #fff;
  color: #202960;
  transition: all 0.5s ease-out;
}

.button-1:hover:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: #255ea4;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    width: 0;
    height: 0;
    opacity: 0.5;
  }

  100% {
    width: 215px;
    height: 215px;
    opacity: 0;
  }
}

.button-2 {
  display: inline-block;
  padding: 14px;
  border: 2px solid #4a5568;
  background-color: #4a5568;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.button-2::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: #fff;
  opacity: 0.2;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}

.button-2:hover {
  background-color: #fff;
  color: #4a5568;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.button-2:hover::before {
  width: 200%;
  height: 200%;
}

.button-3 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 30px;
  border-radius: 18px;
  border: 1px solid transparent;
  color: #ffffff;
  background-color: #1dc9a0;
  font-size: 16px;
  letter-spacing: 1px;
  transition: all 0.15s linear;
}

.button-3:hover {
  background-color: rgba(29, 201, 160, 0.08);
  border-color: #1dc9a0;
  color: #1dc9a0;
  transform: translateY(-9px) scale(1.05);
}

.button-3:active {
  background-color: transparent;
  border-color: #1dc9a0;
  color: #1dc9a0;
  transform: translateY(9px) scale(0.95);
}

.button-3:disabled {
  background-color: rgba(255, 255, 255, 0.16);
  color: #8e8e93;
  border-color: #8e8e93;
}

.button-4 {
  padding: 14px;
  margin-top: 18px;
  border: 0;
  box-shadow: 0px 0px 34px 0px red;
  font-weight: bolder;
  color: white;
  border-radius: 6px;
  background-color: red;
  letter-spacing: 0.2rem;
}

.button-4:hover {
  animation: changeBg 1s infinite;
  -webkit-animation-duration: 10s;
}

@keyframes changeBg {
  0%,
  100% {
    box-shadow: 0px 0px  34px 0px red;
  }

  25% {
    box-shadow: 0px 0px  34px 0px turquoise;
    background-color: turquoise;
  }

  50% {
    box-shadow: 0px 0px  34px 0px purple;
    background-color: purple;
  }

  75% {
    box-shadow: 0px 0px  34px 0px rgb(191, 204, 11);
    background-color: rgb(191, 204, 11);
  }
}

.button-5 {
  font-size: 17px;
  font-weight: 800;
  border: 0px;
  color: white;
  background-color: #1877f2;
  padding: 14px 18px;
  border-radius: 14px;
  cursor: pointer;
}

.button-5:hover {
  background-image: linear-gradient(90deg, #b799ff 0%, #acbcff 50%, #aee2ff 75%, #e6fffd 100%);
  color: black;
  animation: slide 10s linear infinite;
}

@keyframes slide {
  100% {
    background-position: 50rem;
  }
}


.privacy-page{
  padding:105px 0px;
  overflow: hidden;
  word-break: break-all;
}

.contact-details-text a{
  color: black
}

.from-box iframe{
  border: none;
}

.relTiltle{
  color: #111;
  text-align: center;
}

.dop-tovar-page-box-img img,
.product-image img,
.razmer{
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (min-width: 576px){
  .dop-tovar-page-box-img img,
  .product-image img,
  .razmer{
    height: 215px;
  }
}
@media (min-width: 768px){
  .dop-tovar-page-box-img img,
  .product-image img,
  .razmer{
    height: 338px;
  }
}
@media (min-width: 992px){
  .dop-tovar-page-box-img img,
  .product-image img,
  .razmer{
    height: 354px;
  }
}

img{
  max-width: 100%;
}
.submenu{
flex-direction: column;
align-items: flex-start;
}

.logo a{
  color: black; 
  display: flex; 
  lign-items: center; 
  gap: 20px
}

.box-beckground>.block-content{
  z-index: 4;

  a{
    color: #111;
  }
}

