@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body{
  direction: ltr;
  font-family: 'Nanum Gothic', sans-serif !important;
  font-size: 17px;
  margin: 0;
  padding: 0px;
  line-height: 1.5;
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
}

*{
  box-sizing: border-box;
}
.form-looks-detal {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(bg/0-SoftBgOverlay-3Fup.png);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}

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

p, li{
  padding: 5px 0;
  line-height: 1.5;
}

a{
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

img{
  display: block;
  max-width: 100%;
  max-height: 100%;
}

ul{
  margin: 0;
  padding: 0;
}

.container-block{
  width: auto;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media screen and (min-width: 480px) {
  .container-block{
  max-width: 450px;
  }
}
@media screen and (min-width: 575px){
  .container-block{
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .container-block{
  max-width: 730px;
  }
}
@media screen and (min-width: 992px) {
  .container-block{
    max-width: 960px;
  }
}

@media screen and (min-width: 1200px){
  .container-block{
    max-width: 1170px;
    }
}

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

.header-lay{
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-position: center;
  background-size: cover;
  background-color: #060606bf;
}

.header-lay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(landscape/pictures_header_66d1a89004a6b0.16140362.jpg);
  background-position: center;
  background-size: cover;
  z-index: -1;
}

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

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

.logoImg{
  max-width: 46px;
  max-height: 46px;
}

.logoImg img{
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.logo a{
  width: 100%;
  transition: 0.3s ease;
}

.logo a:hover{
  opacity: 0.5;
}

.header-nav{
  list-style: none;
  display: flex;
  flex-direction: row;
}

.header-nav li{
  padding: 7px;
}

.menu-link-head{
  transition: 0.3s ease;
  color: #feffde;
  font-weight: bold;
  font-size: 17px;
}

.menu-link-head:hover{
  color: #feffde;
  opacity: 0.5;
}

.container-block-header{
  display: flex;
  align-items: center;
  min-height: 80vh;
}

.header-content{
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 46px 0;
  gap: 55px;
  flex-direction: row;
}

.header-title{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 46px;
}

.header-title h2{
  opacity: 0;
  animation: slideIn 0.5s ease 0.5s forwards;
  color: #feffde;
  font-size: 74px;
}

.header-title p{
 border-left: 1px solid rgba(255,255,255,0.8);
 padding-left: 19px;
 font-size: 17px;
 color: #fff;
 opacity: 0;
 animation: slideInP 0.5s ease 1s forwards;
}

.header-title a{
  text-align: center;
  opacity: 0;
  animation: slideIn 0.5s ease 1.5s forwards;
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInP {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.header-contact{
  flex: 1;
  flex-wrap: wrap;
  display: flex;
  justify-content: start;
  gap: 19px;
  flex-direction: row;
}

.header-contact-card{
  opacity: 0;
  display: flex;
  align-items: center;
  border-left: 1px solid #fff;
  padding-left: 19px;
}

.header-contact-card:nth-child(1){
  animation: slideOn 0.5s ease 2s forwards;
}

.header-contact-card:nth-child(2){
  animation: slideOn 0.5s ease 2.5s forwards;
}

.header-contact-card:nth-child(3){
  animation: slideOn 0.5s ease 3s forwards;
}

@keyframes slideOn {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.header-contact-card a{
  font-weight: bold;
  font-size: 17px;
  color: #fff;
  transition: 0.3s ease;
}

.header-contact-card a:hover{
  color: #fff;
  opacity: 0.5;
}

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

.about-us-container{
  flex: 1;
}

.about-us-title{
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 25px;
  padding: 0 46px;
}

.about-us-title h2{
  text-shadow: 5px 5px 8px rgba(0, 0, 0, 0.35);
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
  font-size: 27px;
}

.about-us-title p{
  transition: 0.3s ease;
  color: #000;
  opacity: 0.8;
  border-left: 1px solid rgba(0,0,0,0.8);
  padding-left: 19px;
  font-size: 17px;
}

.about-us-title:hover p{
  margin-left: 19px;
}

.about-us-img{
  flex: 1;
}

.about-us-img img{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery{
  padding: 55px 0;
}

.gallery h2{
  text-align: center;
  text-shadow: 5px 5px 8px rgba(0, 0, 0, 0.35);
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
  margin-bottom: 46px;
}

.gallery-box{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 7px;
}

.gallery-card{
  width: 100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: relative;
  z-index: 1;
  transition: 0.5s ease;
  transform: scale(1);
  height: 238px;
}

.gallery-card img{
  width: 100%;
  height: 100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: relative;
  z-index: 1;
  transform: scale(1);
  transition: 0.5s ease;
  object-fit: cover;
}

.gallery-card:hover{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: relative;
  z-index: 2;
  transform: scale(1.1);
}

.art-container{
  display: flex;
  justify-content: space-between;
  gap: 55px;
  flex-direction: row;
  padding: 55px 0;
}

.art-content{
  flex: 3;
  display: flex;
  flex-direction: column;
  gap: 46px;
}

.art-content h2{
  text-shadow: 5px 5px 8px rgba(0, 0, 0, 0.35);
  text-transform: uppercase;
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  font-weight: bold;
}

.art-block{
  overflow: hidden;
  position: relative;
}

.art-block-images {
  animation: sway 4s ease-in-out infinite;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  float: left;
  width: 38%;
  margin: 46px;
  margin-top: 0;
  margin-left: 0;
}

.art-block-content {
  color: #000;
  opacity: 0.8;
}

.art-block-content ul{
  list-style: inside;
}

.price-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #000;
  gap: 7px;
  justify-content: center;
  font-size: 21px;
  font-weight: bold;
}

.price-title-textBox {
  color: #000;
  margin-right: 7px;
}

.currency-textBox {
  color: #000;
  font-size: 14px;
}

.price-value{
  color: #000;
}

.how-work-block{
  flex: 1;
}

.how-work-block h2{
  text-align: center;
  text-shadow: 5px 5px 8px rgba(0, 0, 0, 0.35);
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
  font-size: 17px;
  margin-bottom: 46px;
}

.how-work-box{
  position: sticky;
  top: 46px;
  display: flex;
  gap: 24px;
  flex-direction: column;
}

.how-work-card{
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 19px;
  padding: 19px;
  gap: 19px;
}

.how-work-card::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #feffde;
  transform: rotate(45deg);
  right: 50%;
  bottom: 0;
  border-radius: 30px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.082);
}

.how-work-icon svg{
  position: relative;
  border-radius: 34%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: 1px solid #faf3e0;
  padding: 7px;
  width: 21px;
  height: 21px;
  color: #000;
}

.how-work-card p{
  position: relative;
  transition: 0.3s ease;
  flex: 1;
  border-left: 0.5px solid rgba(0,0,0,0.8);
  padding-left: 19px;
  color: #000;
  font-size: 17px;
}

.how-work-card:hover p{
  margin-left: 19px;
}

.articles-container{
  padding: 55px 0;
}

.art-titl{
  margin-bottom: 55px;
  text-shadow: 5px 5px 8px rgba(0, 0, 0, 0.35);
  text-transform: uppercase;
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  font-weight: bold;
}

.articles-box{
  display: flex;
  gap: 46px;
  flex-direction: column;
}

.articles-card{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.articles-card:nth-child(2), .articles-card:nth-child(4){
  flex-direction: row-reverse;
}

.articles-card-container{
  flex: 1;
}

.articles-card-title{
  border-radius: 20px;
  padding: 20px;
  background-color: #ffffffb3;
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin: 0 46px;
  gap: 25px;
}

.articles-card-title a h2{
  font-size: 21px;
  color: #000;
  transition: 0.3 ease;
}

.articles-card-title a h2:hover{
  color: #000;
  opacity: 0.5;
}

.articles-card-title p{
  transition: 0.3s ease;
  border-left: 0.5px solid rgba(0,0,0,0.8);
  padding-left: 19px;
  color: #000;
  font-size: 17px;
}

.articles-card-title:hover p{
  margin-left: 19px;
}

.articles-card-img{
  flex: 1;
}

.articles-card-img a img{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.articles-card-img-ntn a img{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
}

.articles-card-button a{
  font-size: 17px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  transition: 0.5s ease;
  color: #000;
}

.articles-card-button a:hover{
  color: #000;
  opacity: 0.5;
}

.service{
  padding: 55px 0;
}

.service h2{
  margin-bottom: 55px;
  text-shadow: 5px 5px 8px rgba(0, 0, 0, 0.35);
  text-transform: uppercase;
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  font-weight: bold;
}

.service-box{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.service-card{
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: 0.3s ease;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: start;
  border-radius: 7px;
  padding: 19px;
  gap: 25px;
}

.service-card:nth-child(2), .service-card:nth-child(4){
  top: 10%;
}

.service-card:hover{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.service-card svg{
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
  padding: 7px;
  width: 88px;
  height: 88px;
  color: #000;
  opacity: 0.15;
}

.service-card-text{
  flex: 1;
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 15px;
}

.service-card-text a h3{
  transition: 0.3s ease;
  color: #53354A;
}

.service-card-text a h3:hover{
  color: #53354A;
  opacity: 0.5;
}

.service-card-text p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  transition: 0.3s ease;
  border-left: 0.5px solid rgba(0,0,0,0.8);
  padding-left: 19px;
  color: #000;
  font-size: 17px;
}

.service-button{
  flex: 1;
  display: flex;
  align-items: center;
}

.service-button a{
  padding: 8px 16px;
}

.form-container{
  display: flex;
  justify-content: space-between;
  gap: 46px;
  flex-direction: row;
  padding: 55px 0;
}

.video-box{
  max-width: 60%;
  border-radius: 20px;
  margin: 0 auto;
  flex: 1;
}

.video-box video{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comm-container{
  padding: 55px 0;
}

.comm-container h2{
  margin-bottom: 55px;
  text-shadow: 5px 5px 8px rgba(0, 0, 0, 0.35);
  text-transform: uppercase;
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  font-weight: bold;
}

.comm-box{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 46px;
}

.comm-card{
  transition: 0.3s ease;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 19px;
  display: flex;
  align-items: start;
  gap: 19px;
  flex-direction: column;
}

.comm-card:hover{
  transform: translateY(-7px);
}

.comm-card svg{
  border-radius: 34%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: 1px solid #faf3e0;
  padding: 7px;
  width: 25px;
  height: 25px;
  color: #000;
}

.comm-card h5{
  color: #000;
  font-size: 17px;
}

.comm-card p{
  flex: 1;
  color: #000;
  opacity: 0.8;
  font-size: 17px;
}

.footer-lay{
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-color: #060606bf;
}

.footer-lay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(landscape/thumbnails_header_66d1a891b6ab64.08559762.jpg);
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.footer{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
  padding: 46px 0;
}

.footer-politic{
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.footer-politic a{
  transition: 0.3s ease;
  font-size: 17px;
  color: #fff;
}

.footer-politic a:hover{
  opacity: 0.5;
  color: #fff;
}

.subscribe-footer{
  border-bottom: 1px solid #ffffff33;
  padding-bottom: 25px;
}

.form-subscribe{
  display: flex;
  align-items: center;
  gap: 15px;
  flex-direction: row;
}

.form-subscribe h5{
  font-size: 21px;
  font-weight: bold;
  flex: 1;
  color: #fff;
}

.footer-input{
  flex: 1;
  overflow: hidden;
  width: 100%;
  height: 50px;
  background: #FFF;
  border: 2px solid #F6F6F6;
  display: flex;
  align-items: center;
}

.form-subscribe input{
  background: none;
  border: none;
  padding: 0 15px;
  width: 100%;
  color: #333;
  outline: none;
}

.form-subscribe button{
  height: 100%;
  margin: 0;
  border-radius: 0;
  text-align: center;
}

.releted{
  flex: 1;
}

.releted-box{
  position: sticky;
  top: 46px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.releted-card{
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: flex;
  flex-direction: column;
}

.releted-img{
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}

.releted-img img{
  width: 100%;
  height: 163px;
  object-fit: cover;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}

.releted-content{
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 19px;
}

.releted-content a{
  font-size: 17px;
  font-weight: bold;
  color: #000;
  transition: 0.3s ease;
}

.releted-content a:hover{
  color: #000;
  opacity: 0.5;
}

.releted-content p{
  border-left: 1px solid rgba(0,0,0,0.8);
  padding-left: 19px;
  font-size: 14px;
  color: #000;
  opacity: 0.8;
}

.releted-card-button a{
  font-size: 17px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  transition: 0.5s ease;
  color: #000;
}

.releted-card-button a:hover{
  color: #000;
  opacity: 0.5;
}

.contact-form-box{
  padding: 55px 0;
  display: flex;
  gap: 46px;
  flex-direction: row;
}

.contact-form{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  background-color: #fff;
  padding: 20px;
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #feffde;
  transform: rotate(45deg);
  right: 50%;
  bottom: 0;
  border-radius: 30px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.082);
}

.title-contact-form h2{
  position: relative;
  text-shadow: 5px 5px 8px rgba(0, 0, 0, 0.35);
  color: #000;
  margin: 0;
  font-weight: bold;
  text-align: center;
}

.title-contact-input{
  position: relative;
  display: flex;
  flex-direction: column;
  width: auto;
  gap: 15px;
}

.submit{
  margin: 0 auto !important;
}

.title-contact-input label{
  color: #000;
}

.title-contact-input .inputs-contact, .title-contact-input .textarea-contact {
  outline: none;
  margin: 8px 0;
}

.title-contact-input .inputs-contact {
  color: rgba(0,0,0,0.8);
  background-color: transparent;
  padding: 1rem;
  border: none;
  border-bottom: 1px solid rgba(0,0,0,0.8);
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.title-contact-input .textarea-contact {
  color: rgba(0,0,0,0.8);
  background-color: transparent;
  padding: 1rem;
  border: none;
  border-bottom: 1px solid rgba(0,0,0,0.8);
  font-size: 0.875rem;
  line-height: 1.25rem;
  resize: vertical;
  min-height: 46px;
  max-height: 121px;
}

.title-contact-input .inputs-contact::placeholder, .title-contact-input .textarea-contact::placeholder{
  color: #000;
}

.kontact-box-card{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  background-color: #fff;
  padding: 20px;
  flex: 1;
  display: flex;
  justify-content: space-between;
  gap: 19px;
  flex-direction: column;
}

.kontact-box-card::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #feffde;
  transform: rotate(45deg);
  left: 55%;
  bottom: 0;
  border-radius: 30px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.082);
}

.kontact-card{
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 19px;
}

.kontact-card svg{
  background-color: #fff;
  border-radius: 34%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: 1px solid #fff;
  padding: 7px;
  width: 25px;
  height: 25px;
  color: #000;
}

.kontact-card a{
  word-break: break-word;
  transition: 0.3s ease;
  flex: 1;
  font-weight: bold;
  color: #000;
  font-size: 17px;
}

.kontact-card a:hover{
  color: #000;
  opacity: 0.5;
}

.kontact-card p{
  flex: 1;
  font-weight: bold;
  color: #000;
  font-size: 17px;
}

.contact-input-box{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.topmenu {
  position: relative; 
}

.submenu {
  position: absolute;
  top: 100%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;  left: 0;
  background-color: #fff;
  list-style: none;
  margin: 0;
  border-radius: 19px;
  padding: 7px;
  display: none;
  overflow: hidden;
  width: 260px;
  z-index: 5;
  animation: slideInit 0.3s ease 0s forwards;
  transition: all 0.3s ease;
}

@keyframes slideInit {
  0% {
    margin-top: 30px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

.submenu li{
  padding: 0;
}

.submenu-a {
  font-size: 15px;
  color: #1D2D50;
  padding: 7px;
  display: block;
  transition: 0.3s ease;
}

.submenu-a:hover {
  opacity: 0.5;
  color: #1D2D50;
}

.topmenu li:hover .submenu {
  display: block;
}



.but,
button {
  outline: none;
  border: none;
  background: inherit;
  box-sizing: border-box !important;
}

.button-1 {
  background-color: #3498db;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.button-1:hover {
  color: #e8e8e8;
  background-color: #2980b9;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.button-2 {
  background-color: #e74c3c;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.button-2:hover {
  color: #e8e8e8;
  background-color: #c0392b;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.button-3 {
  background-color: #2ecc71;
  color: #fff;
  padding: 8px 16px;
  border: 2px solid #27ae60;
  border-radius: 25px;
  cursor: pointer;
}

.button-3:hover {
  color: #e8e8e8;
  background-color: #27ae60;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.button-4 {
  background-color: #f1c40f;
  color: #fff;
  padding: 14px 28px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
}

.button-4:hover {
  color: #e8e8e8;
  background-color: #d4ac0d;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.button-5 {
  background-color: #34495e;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #2c3e50;
  cursor: pointer;
}

.button-5:hover {
  color: #e8e8e8;
  background-color: #2c3e50;
  transition: background-color 0.3s ease, color 0.3s ease;
}


.osn-form {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  background-color: #fff;
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.osn-form::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #feffde;
  transform: rotate(45deg);
  right: 50%;
  bottom: 0;
  border-radius: 30px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.082);
}

.title-container{
  position: relative;
  margin-bottom: 25px;
  text-align: center;
}

.title-container h3{
  text-shadow: 5px 5px 8px rgba(0, 0, 0, 0.35);
  color: #000;
  margin: 0;
  font-weight: bold;
}

.input-container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.input-container label{
  color: #000;
}

.input-container .input-x25163526, .input-container .textarea-x25163526, .form button {
  outline: none;
  margin: 8px 0;
}

.input-container .input-x25163526 {
  color: rgba(0,0,0,0.8);
  background-color: transparent;
  padding: 1rem;
  border: none;
  border-bottom: 1px solid rgba(0,0,0,0.8);
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.input-container .textarea-x25163526 {
  color: rgba(0,0,0,0.8);
  background-color: transparent;
  padding: 1rem;
  border: none;
  border-bottom: 1px solid rgba(0,0,0,0.8);
  font-size: 0.875rem;
  line-height: 1.25rem;
  resize: vertical;
  min-height: 46px;
  max-height: 121px;
}

.input-container .input-x25163526::placeholder, .input-container .textarea-x25163526::placeholder{
  color: #000;
}

.check{
  color: #000;
}

.check:hover{
  opacity: 0.5;
  color: #000;
}

.form-check {
  position: relative;
  color: #000;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: flex-start;
  padding: 15px 0;
}

.form-check .form-check-input{
  margin: 0;
}

.submit-form {
  position: relative;
  margin: 0 auto !important;
}

.ui-checkbox {
  --primary-color: #1677ff;
  --secondary-color: #fff;
  --primary-hover-color: #4096ff;
  --checkbox-diameter: 20px;
  --checkbox-border-radius: 5px;
  --checkbox-border-color: #d9d9d9;
  --checkbox-border-width: 1px;
  --checkbox-border-style: solid;
  --checkmark-size: 1.2;
}

.ui-checkbox,
.ui-checkbox *,
.ui-checkbox *::before,
.ui-checkbox *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: var(--checkbox-diameter);
  height: var(--checkbox-diameter);
  border-radius: var(--checkbox-border-radius);
  background: var(--secondary-color);
  border: var(--checkbox-border-width) var(--checkbox-border-style) var(--checkbox-border-color);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
}

.ui-checkbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  -o-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}

.ui-checkbox::before {
  top: 40%;
  left: 50%;
  content: "";
  position: absolute;
  width: 4px;
  height: 7px;
  border-right: 2px solid var(--secondary-color);
  border-bottom: 2px solid var(--secondary-color);
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
  -o-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
}

.ui-checkbox:hover {
  border-color: var(--primary-color);
}

.ui-checkbox:checked {
  background: var(--primary-color);
  border-color: transparent;
}

.ui-checkbox:checked::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  -o-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}

.ui-checkbox:active:not(:checked)::after {
  -webkit-transition: none;
  -o-transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: none;
  opacity: 1;
}

.page-privacy{
  color: #000;
  overflow: hidden;
  text-align: justify;
  padding: 88px 0px;
  width: 100%;
}

.page-privacy a{
  color: #000;
}

.page-privacy a:hover{
  color: #000;
  opacity: 0.5;
}

.page-privacy ul{
  list-style: inside;
}

.coopirate{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  text-align: center;
  gap: 25px;
  padding-top: 25px;
  border-top: 1px solid #ffffff33;
}

.coopirate p{
  color: #fff;
  font-size: 17px;
}

@media (max-width: 1199px){
  .kontact-card{
    flex-direction: column;
    align-items: start;
  }
}

@media (max-width: 991px) {
  .header-content{
    flex-direction: column;
  }

  .gallery-box {
    grid-template-columns: repeat(3, 1fr);
  }

  .gallery-card:nth-child(4), .gallery-card:nth-child(5){
    display: none;
  }
  
  .art-container{
    flex-direction: column;
  }

  .how-work-box{
    flex-direction: row;
  }

  .form-container{
    flex-direction: column;
  }

  .service-box{
    grid-template-columns: repeat(2, 1fr);
  }

  .how-work-block h2{
    font-size: revert;
  }

  .about-us{
    align-items: stretch;
  }

  .about-us-container{
    flex: 2;
  }

  .releted-box{
    flex-direction: row;
  }

  .releted-content{
    flex: 1;
  }

  .contact-form-box{
    flex-direction: column;
  }

  .kontact-card{
    flex-direction: row;
    align-items: center;
  }
}

@media (max-width: 767px) {
  body::before{
    background-attachment: unset;
  }

  .coopirate{
    justify-content: center;
    flex-direction: column;
  }

  .about-us{
    gap: 25px;
    flex-direction: column;
  }

  .about-us-title{
    padding: 0;
  }

  .about-us-img img{
    width: 50%;
  }

  .about-us-img {
    display: flex;
    justify-content: flex-end;
  }

  .header-content{
    align-items: start;
  }

  .how-work-box {
    flex-direction: column;
  }

  .art-block-images{
    padding: 0;
    width: 100%;
    margin-right: 0;
  }

  .articles-card{
    gap: 25px;
    flex-direction: column;
  }

  .articles-card:nth-child(2), .articles-card:nth-child(4){
    flex-direction: column;
  }

  .articles-card-title{
    margin: 0;
  }

  .articles-card-img-ntn{
    display: flex;
    justify-content: start !important;
  }

  .articles-card-img{
    display: flex;
    justify-content: end;
  }

  .articles-card-img a{
    width: 50%;
  }

  .video-box{
    max-width: 100%;
  }

  .comm-box {
    grid-template-columns: repeat(1, 1fr);
  }

  .form-subscribe{
    flex-direction: column;
  }

  .service-box{
    grid-template-columns: repeat(1, 1fr);
  }

  .service-card:nth-child(2), .service-card:nth-child(4){
    top: 0;
  }

  .releted-box{
    flex-direction: column;
  }

  .header-title h2{
    font-size: 25px;
  }
}

@media (max-width: 575px) {
  .art-content h2 {
    font-size: 20px;
  }
  .header{
    flex-direction: column;
  }

  .menu-link-head{
    font-size: 14px;
  }

  .header-nav{
    border-radius: 20px;
    background: #ffffff33;
    padding: 0 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .articles-card-img a {
    width: 80%;
  }

  .about-us-img img {
    width: 80%;
  }

  .gallery-box {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-card:nth-child(3){
    display: none;
  }

  .header-contact{
    display: none;
  }

  .kontact-card{
    flex-direction: column;
    align-items: start;
  }
}

@media (max-width: 350px) {
  .gallery-card:nth-child(2){
    display: none;
  }

  .gallery-box {
    grid-template-columns: repeat(1, 1fr);
  }
}























  
  
  


