@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

*{
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body{
  background-color: rgb(244, 246, 249);
  direction: ltr;
  font-family: 'Mukta', sans-serif !important;
  font-size: clamp(11px, 4vw, 18px);
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

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

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

li{
  margin: 0 7px;
}

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

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

ul{
  margin: 0;
  padding: 0;
}

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

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

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

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

.page-privacy{
  min-height: 100vh;
  color: rgb(66, 86, 122);
  overflow: hidden;
  text-align: justify;
  padding: 75px 28px;
  width: 100%;
}

.title-politics{
  color: rgb(66, 86, 122);
  margin-bottom: 28px;
  font-size: clamp(20px, 4vw, 29px);
}

.page-privacy a{
  color: rgb(66, 86, 122);
}

.page-privacy a:hover{
  color: rgb(66, 86, 122);
  opacity: 0.5;
}

.wrapper-block{
  direction: initial;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.header-main{
  position: relative;
  width: 20%;
}

.header-nav{
  border-right: 0.1px solid gray;
  position: fixed;
  top: 0;
  left: 0;
  width: 20%;
  height: 100vh;
  display: flex;
  align-items: start;
  padding: 19px;
  flex-direction: column;
}

.logo{
  align-items: center;
  gap: 7px;
  flex-direction: row;
  display: flex;
}

.logoImg img{
  width: 27px;
}

.logoTitle h2{
  font-weight: normal;
  color: #fff;
  font-size: clamp(13px, 4vw, 18px);
  margin: 0;
}

.header-links{
  flex: 1;
  display: flex;
  align-items: center;
}

.header-links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.header-links ul li {
  position: relative;
  padding: 0;
}

.header-links ul li a {
  transition: 0.2s ease;
  color: #bbb; 
  text-decoration: none;
  font-size: clamp(14px, 4vw, 18px);
  padding: 14px 14px 14px 19px;
  display: block;
  transition: background-color 0.2s, color 0.2s;
  position: relative;
}

.header-links ul li a:hover{
  color: #fff;
}

.header-links ul li a .dash {
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 1px;
  background-color: #bbb; 
  transition: left 0.2s, width 0.2s, background-color 0.2s;
}

.header-links ul li a:hover .dash{
  background-color: #fff;
}

.header-links ul li a.active {
  color: #fff;
}

.header-links ul li a.active .dash {
  left: -100vw; 
  width: 100vw; 
  background-color: #fff;
}

.main-content{
  width: 73%;
}

#video-bg {
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  filter: brightness(0.5);
  z-index: -1; 
}

.header-content-lay{
  padding: 28px;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.header-content{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 37px;
}

.header-content h2{
  font-size: clamp(20px, 4vw, 29px);
  color: #fff;
}

.button-main{
  background-color: transparent;
  font-size: clamp(14px, 4vw, 18px);
  cursor: pointer;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 28px;
  transition: 0.2s ease;
  padding: 14px 23px;
  color: #fff;
}

.button-main:hover{
  background-color: #ED6363;
}

.about-us-lay{
  padding: 28px;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

#one-bg{
  position: absolute; 
  top: 100vh;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  filter: brightness(0.5);
  z-index: -1; 
}

.about-us{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 37px;
}

.about-us h2{
  font-size: clamp(20px, 4vw, 29px);
  color: #fff;
}

.about-us p{
  font-size: clamp(18px, 4vw, 20px);
  color: #fff;
}

.how-work {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

.how-work-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.how-work-card {
  position: relative;
  flex: 1;
  height: 100vh;
  overflow: hidden;
  transition: 0.6s ease;
}

.how-work-card:hover .how-work-card-text h5{
  color: #fff;
}

.how-work-card:hover .how-work-card-text span{
  background-color: #fff;
}

.how-work-card:hover .how-work-card-text p{
  color: #fff;
}

.how-work-card img {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  filter: brightness(0.5);
  transform: scale(1);
  object-fit: cover;
  transition: transform 3s ease, left 1s ease;
  z-index: 0;
  will-change: transform;
}

.how-work-card:hover img {
  left: 0;
  transform: scale(1.1);
}

.how-work-card-text {
  position: relative;
  padding: 28px;
  height: 100%;
  display: flex;
  gap: 28px;
  flex-direction: column;
  justify-content: center;
}

.how-work-card-text h5 {
  font-size: clamp(20px, 4vw, 29px);
  margin: 0;
  color: rgb(66, 86, 122);
}

.how-work-card-text span{
  width: 100%;
  height: 1px;
  background-color: #ED6363;
}

.how-work-card-text p {
  padding: 0;
  font-size: clamp(14px, 4vw, 18px);
  color: rgb(66, 86, 122);
}

.our-service{
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

#two-bg{
  position: absolute; 
  top: 300vh;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  filter: brightness(0.5);
  z-index: -1; 
}

.our-service-box{
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 118px;
}

.our-service-text{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 37px;
  padding: 28px;
}

.our-service-text h2{
  flex: 1;
  color: #fff;
  font-size: clamp(20px, 4vw, 29px);
}

.our-service-text h5{
  flex: 1;
  font-weight: normal;
  color: #fff;
  font-size: clamp(18px, 4vw, 20px);
}

.our-service-block{
  border-bottom: 0.1px solid gray;
  border-top: 0.1px solid gray;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.our-service-card {
  position: relative;
  overflow: hidden;
  padding: 19px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 19px;
  border-right: 0.1px solid gray;
}

.our-service-card:last-child {
  border-right: none;
}

.our-service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #ED6363;
  transition: left 0.6s ease;
}

.our-service-card:hover::before {
  left: 0;
}

.our-service-card h1,
.our-service-card p {
  position: relative;
  color: #fff;
}

.our-service-card h1 {
  font-size: clamp(20px, 4vw, 29px);
}

.our-service-card p {
  padding: 0;
  font-size: clamp(13px, 4vw, 14px);
}

.art-cont {
  padding: 75px 28px;
}

.art-cont-title {
  margin-bottom: 75px;
  font-size: clamp(20px, 4vw, 29px);
  color: rgb(66, 86, 122);
}

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

.art-block-images {
  float: left;
  width: 36%;
  margin: 37px;
  margin-top: 0;
  margin-left: 0;
}

.art-block-content {
  color: rgb(66, 86, 122);
  font-size: clamp(14px, 4vw, 18px);
}

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

.art-pricing-text {
  padding-top: 37px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  justify-content: center;
}

.art-pricing-text h5 {
  position: relative;
  color: rgb(66, 86, 122);
  font-size: clamp(20px, 4vw, 29px);
  font-weight: bold;
  padding: 14px;
}

.serv{
  padding: 28px;
}

.serv-block{
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.serv-box{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 28px;
}

.serv-card{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.serv-img{
  width: 100%;
  height: 285px;
}

.serv-img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.serv-content{
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 14px;
}

.serv-content-title h5{
  transition: 0.3s ease;
  color: rgb(66, 86, 122);
  font-size: clamp(14px, 4vw, 18px);
}

.serv-content-title h5:hover{
  opacity: 0.5;
}

.serv-content p{
  opacity: 0.8;
  color: rgb(66, 86, 122);
  font-size: clamp(13px, 4vw, 14px);
}

.button-serv{
  background-color: transparent;
  cursor: pointer;
  text-align: center;
  border: 1px solid #060606;
  border-radius: 28px;
  transition: 0.3s ease;
  padding: 14px 23px;
}

.button-serv h5{
  color: #060606;
  font-size: clamp(13px, 4vw, 14px);
}

.button-serv:hover h5{
  color: #fff;
}

.button-serv:hover{
  border: 1px solid #fff;
  background-color: #ED6363;
}

.article{
  padding: 28px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.article-card{
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.article-img{
  width: 100%;
  height: 285px;
}

.article-img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.article-card p{
  padding: 0;
  opacity: 0.8;
  color: rgb(66, 86, 122);
  font-size: clamp(13px, 4vw, 14px);
}

.article-card-title h5{
  transition: 0.3s ease;
  color: rgb(66, 86, 122);
  font-size: clamp(14px, 4vw, 18px);
}

.article-card-title h5:hover{
  opacity: 0.5;
}

.osn-form {
  padding: 75px 28px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.title-container{
  margin-bottom: 37px;
}
.title-container h2{
  text-align: center;
  font-size: clamp(20px, 4vw, 29px);
  color: rgb(66, 86, 122);
}

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

.input-container label{
  color: rgb(66, 86, 122, 0.8);
}

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

.input-container .input-control_panel_group {
  transition: 0.2s ease;
  color: rgb(66, 86, 122);
  background-color: transparent;
  padding: 19px;
  border: none;
  border-bottom: 1px solid rgb(66, 86, 122);
  font-size:  18px;
  line-height: 1.25rem;
}

.input-container .textarea-control_panel_group {
  transition: 0.2s ease;
  color: rgb(66, 86, 122);
  background-color: transparent;  
  padding: 19px;
  border: none;
  border-bottom: 1px solid rgb(66, 86, 122);
  font-size:  18px;
  line-height: 1.25rem;
  resize: vertical;
  min-height: 37px;
  max-height: 134px;
}

.input-container .input-control_panel_group:focus, .input-container .textarea-control_panel_group:focus, .input-container .input-control_panel_group:hover, .input-container .textarea-control_panel_group:hover{
  border-bottom: 1px solid #ED6363;
}

.input-container .input-control_panel_group::placeholder, .input-container .textarea-control_panel_group::placeholder{
  color: rgb(66, 86, 122, 0.8);
}

.check{
  transition: 0.2s ease;
  color: rgb(66, 86, 122);
}

.check:hover{
  opacity: 0.5;
  color: rgb(66, 86, 122);
}

.form-check {
  color: rgb(66, 86, 122);
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: flex-start;
  padding: 19px 0;
}

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

.osn-form button{
  margin: 0 auto;
}

.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;
}

.footer{
  border-top: 0.1px solid gray;
  padding: 37px 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 28px;
}

.footer-politic{
  padding: 0 28px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.footer-politic a{
  font-size: clamp(14px, 4vw, 18px);
  color: rgb(66, 86, 122);
  transition: 0.2s ease;
}

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

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

.footer-bottom p{
  padding: 0;
  font-size: clamp(14px, 4vw, 18px);
  color: rgb(66, 86, 122);
}

.header-menu{
  display: flex;
  justify-content: center;
  position: relative;
  width: 7%;
}

.header-menu-block{
  border-left: 0.1px solid gray;
  width: 7%;
  padding: 19px;
  position: fixed;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.menu-button div{
  cursor: pointer;
  font-size: clamp(13px, 4vw, 18px);
  color: #fff;
  transform: rotate(90deg);
}

.menu-svg svg{
  fill: #fff;
  width: 28px;
  height: 28px;
}

.toggle-button {
  cursor: pointer;
  display: block;
  width: 28px;
  height: 28px;
  position: relative;
  z-index: 100;
  overflow: hidden;
}

.toggle-button span {
  width: 23px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  transition: all 0.5s;
}

.toggle-button span:nth-of-type(2) {
  top: calc(50% - 7px);
}

.toggle-button span:nth-of-type(3) {
  top: calc(50% + 7px);
}

.toggle-button.active span:nth-of-type(1) {
  display: none;
}

.toggle-button.active span:nth-of-type(2) {
  background-color: #fff !important;
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);  
}

.toggle-button.active span:nth-of-type(3) {
  background-color: #fff !important;
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg); 
}

.navigation-panel {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 19px 0;
  background: #ED6363;
  transform: translateY(-110%);
  transition: transform 0.5s; 
}

.navigation-panel-contact{
  display: flex;
  flex-direction: column;
  text-align: end;
  align-items: end;
  gap: 14px;
}

.navigation-panel-contact a{
  font-weight: normal;
  color: #fff;
  font-size: clamp(18px, 4vw, 20px);
  transition: 0.2s ease;
}

.navigation-panel-contact a:hover{
  opacity: 0.5;
}

.navigation-panel.active {
  transform: translateY(0);
}

.navigation-panel nav {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  gap: 37px;
  height: 100vh;
}

.navigation-panel ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0;
}

.navigation-panel li {
  list-style-type: none;
}

.primary-link {
  text-align: center;
  font-size: clamp(14px, 4vw, 20px);
  color: #fff;
}

.primary-link:hover {
  opacity: 0.5;
}

.secondary-link {
  transition: 0.2s ease;
  color:#ffffffcc;
  opacity: 0.8;
  font-size: clamp(13px, 4vw, 14px);
}

.secondary-link:hover {
  opacity: 0.5;
}

.section3-active .logoTitle h2, .section5-active .logoTitle h2, .section6-active .logoTitle h2, .section7-active .logoTitle h2, .section8-active .logoTitle h2, .section9-active .logoTitle h2 {
  color: #000;
}

.section3-active .header-links ul li a, .section5-active .header-links ul li a, .section6-active .header-links ul li a, .section7-active .header-links ul li a, .section8-active .header-links ul li a, .section9-active .header-links ul li a {
  color: grey;
}

.section3-active .header-links ul li a.active, .section5-active .header-links ul li a.active, .section6-active .header-links ul li a.active, .section7-active .header-links ul li a.active, .section8-active .header-links ul li a.active, .section9-active .header-links ul li a.active {
  color: #000;
}

.section3-active .header-links ul li a .dash, .section5-active .header-links ul li a .dash, .section6-active .header-links ul li a .dash, .section7-active .header-links ul li a .dash, .section8-active .header-links ul li a .dash, .section9-active .header-links ul li a .dash {
  background-color: grey;
}

.section3-active .header-links ul li a.active .dash, .section5-active .header-links ul li a.active .dash, .section6-active .header-links ul li a.active .dash, .section7-active .header-links ul li a.active .dash, .section8-active .header-links ul li a.active .dash, .section9-active .header-links ul li a.active .dash {
  background-color: #000;
}

.section3-active .header-links ul li a:hover, .section5-active .header-links ul li a:hover, .section6-active .header-links ul li a:hover, .section7-active .header-links ul li a:hover, .section8-active .header-links ul li a:hover, .section9-active .header-links ul li a:hover {
  color: #000;
}

.section3-active .header-links ul li a:hover .dash, .section5-active .header-links ul li a:hover .dash, .section6-active .header-links ul li a:hover .dash, .section7-active .header-links ul li a:hover .dash, .section8-active .header-links ul li a:hover .dash, .section9-active .header-links ul li a:hover .dash {
  background-color: #000;
}

.section3-active .menu-button div, .section5-active .menu-button div, .section6-active .menu-button div, .section7-active .menu-button div, .section8-active .menu-button div, .section9-active .menu-button div {
  color: #000;
}

.section3-active .menu-svg svg, .section5-active .menu-svg svg, .section6-active .menu-svg svg, .section7-active .menu-svg svg, .section8-active .menu-svg svg, .section9-active .menu-svg svg{
  fill: #000;
}

.section3-active .toggle-button span, .section5-active .toggle-button span, .section6-active .toggle-button span, .section7-active .toggle-button span, .section8-active .toggle-button span, .section9-active .toggle-button span {
  background-color: #000;
}

.section3-active .toggle-button span:nth-of-type(2), .section5-active .toggle-button span:nth-of-type(2), .section6-active .toggle-button span:nth-of-type(2), .section7-active .toggle-button span:nth-of-type(2), .section8-active .toggle-button span:nth-of-type(2), .section9-active .toggle-button span:nth-of-type(2) {
  background-color: #000;
}

.section3-active .toggle-button span:nth-of-type(3), .section5-active .toggle-button span:nth-of-type(3), .section6-active .toggle-button span:nth-of-type(3), .section7-active .toggle-button span:nth-of-type(3), .section8-active .toggle-button span:nth-of-type(3), .section9-active .toggle-button span:nth-of-type(3) {
  background-color: #000;
}

.section6-active .button-back,.section7-active .button-back,.section8-active .button-back,.section9-active .button-back{
  border: 1px solid #060606;
}

.section6-active .button-back h5,.section7-active .button-back h5,.section8-active .button-back h5,.section9-active .button-back h5{
  color: #060606;
}

.section6-active .button-back:hover h5,.section7-active .button-back:hover h5,.section8-active .button-back:hover h5,.section9-active .button-back:hover h5{
  color: #fff;
}

.section6-active .button-back:hover,.section7-active .button-back:hover,.section8-active .button-back:hover,.section9-active .button-back:hover{
  border: 1px solid #fff;
}

.button-back{
  background-color: transparent;
  cursor: pointer;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 28px;
  transition: 0.2s ease;
  padding: 14px 23px;
}

.button-back h5{
  color: #fff;
  font-size: clamp(13px, 4vw, 14px);
}

.button-back:hover{
  background-color: #ED6363;
}

.about-us-block p{
  color: rgb(66, 86, 122) !important;
}

.kontact-form{
  width: 100%;
  padding: 75px 28px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.kontact-form-title{
  margin-bottom: 37px;
}

.kontact-form-title h2{
  text-align: center;
  font-size: clamp(20px, 4vw, 29px);
  color: rgb(66, 86, 122);
}

.input-kontact-form .inputs-kontact, .input-kontact-form .textarea-kontact{
  outline: none;
  margin: 7px 0;
}

.input-kontact-form label{
  color: rgb(66, 86, 122);
}

.input-position{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.input-kontact-form .inputs-kontact {
  width: 100%;
  transition: 0.2s ease;
  color: rgb(66, 86, 122);
  background-color: transparent;
  padding: 19px;
  border: none;
  border-bottom: 2px solid rgb(66, 86, 122);
  font-size: 14px;
  line-height: 1.25rem;
}

.input-kontact-form .textarea-kontact{
  width: 100%;
  transition: 0.2s ease;
  color: rgb(66, 86, 122);
  background-color: transparent;  
  padding: 19px;
  border: none;
  border-bottom: 2px solid rgb(66, 86, 122);
  font-size: 14px;
  line-height: 1.25rem;
  resize: vertical;
  min-height: 37px;
  max-height: 134px;
}

.input-kontact-form .inputs-kontact::placeholder, .input-kontact-form .textarea-kontact::placeholder{
  color: rgb(66, 86, 122, 0.8);
}

.input-kontact-form .inputs-kontact:hover, .input-kontact-form .textarea-kontact:hover, .input-kontact-form .inputs-kontact:focus, .input-kontact-form .textarea-kontact:focus{
  border-bottom: 1px solid #ED6363;
}

.kontact-form button{
  margin: 0 auto;
}

.contacts{
  display: flex;
  flex-direction: column;
}

.contacts-block{
  margin: 75px 0;
  border-bottom: 0.1px solid gray;
  border-top: 0.1px solid gray;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.contacts-card{
  position: relative;
  overflow: hidden;
  justify-content: center;
  text-align: center;
  padding: 19px;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 19px;
  border-right: 0.1px solid gray;
}

.contacts-card:last-child {
  border-right: none;
}

.contacts-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #ED6363;
  transition: left 0.6s ease;
}

.contacts-card:hover::before {
  left: 0;
}

.contacts-card a h5{
  word-break: break-all;
  position: relative;
  font-weight: normal;
  color: rgb(66, 86, 122);
  font-size: clamp(14px, 4vw, 18px);
  transition: 0.2s ease;
}

.contacts-card:hover a h5{
  color: #fff;
}

.contacts-card:hover h5{
  color: #fff;
}

.contacts-card h5{
  position: relative;
  font-weight: normal;
  color: rgb(66, 86, 122);
  font-size: clamp(14px, 4vw, 18px);
}

.header-links .button-back {
  display: none; 
}

.header-links.show-back .button-back {
  display: block; 
}

.header-links .nav-link,
.header-links ul {
  display: block; 
}

.header-links.show-back .nav-link,
.header-links.show-back ul {
  display: none;
}

.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

@media (max-width: 991px) {
  .header-main{
    z-index: 1;
    width: auto;
  }

  .header-nav{
    position: absolute;
    width: auto;
    height: auto;
    border: none;
  }

  .header-links{
    display: none;
  }

  .main-content{
    width: 100%;
  }

  .header-menu{
    z-index: 2;
    width: auto;
  }

  .header-menu-block{
    position: absolute;
    border: none;
    width: auto;
    height: auto;
    right: 0;
  }

  .menu-button{
    display: none;
  }

  .menu-svg{
    display: none;
  }

  .header-content{
    align-items: center;
    text-align: center;
  }

  .navigation-panel-contact{
    display: none;
  }

  .about-us h2{
    font-size: clamp(18px, 4vw, 20px);
  }

  .about-us p{
    font-size: clamp(14px, 4vw, 18px);
  }

  .about-us{
    align-items: center;
    text-align: center;
  }

  .our-service-box{
    gap: 0;
  }

  .contacts-block{
    border-bottom: none;
    grid-template-columns: repeat(2, 1fr);
  }

  .contacts-card{
    border-bottom: 0.1px solid gray;
  }
}


@media (max-width: 767px) {
  .art-block-images{
    width: 100%;
    margin: 0 0 37px;
  }

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

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

  .how-work-card-text{
    align-items: center;
    text-align: center;
    gap: 7px;
  }

  .how-work-card-text span{
    display: none;
  }

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

  .our-service-card{
    border-bottom: 0.1px solid gray;
  }

  .our-service-text h5{
    display: none;
  }

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

@media (max-width: 576px){
  .footer-politic{
    flex-direction: column;
  }

  .our-service-card h1{
    display: none;
  }

  .our-service-card{
    text-align: center;
    justify-content: center;
  }

  .footer-bottom{
    flex-direction: column;
  }

  .contacts-block{
    grid-template-columns: repeat(1, 1fr);
  }

  .contacts-card{
    border-right: none;
  }
}


.mapFrame{
  border: 0;
}

.aboutPageBlock h2{
  color: rgb(66, 86, 122) !important;
}
.form-looks-box {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
}
.form-looks-detal {
    flex: 1;
    display: flex;
    gap: 15px;
    flex-direction: column;
}
@media (max-width: 768px){
    .form-looks-box {
        flex-direction: column;
    }

}
