@import url('https://fonts.googleapis.com/css2?family=Rokkitt:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Bubbles&display=swap');

body{
    direction: ltr;
    font-family: 'Rokkitt', sans-serif !important;
    font-size: 17px;
    margin: 0;
    padding: 0px;
}

:root {
  --star-size: 25px;
  --star-color:#351F39;
  --star-background:  rgb(225, 225, 225);
}

.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
  display: none;
  margin-bottom: 15px;
}
.Stars::before {
  content: '✶✶✶✶✶';
  letter-spacing: 3px;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
       
.hid-nav-bg {
    position: fixed;
    top: -100%; 
    left: 0;
    width: 100%;
    z-index: 5;
    background-color: #fff;
    transition: top 0.7s ease; 
  }
  
  .hid-nav-bg.active {
    top: 0; 
  }
  
  .hidden-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    gap: 26px;
    justify-content: center;
  }
  
  .hidden-nav li {
    margin: 0;
}
  
  .hidden-nav a {
    display: inline-block;
    padding: 15px 10px;
    text-decoration: none;
    color: #351F39;
    font-size: 18px;
    text-transform: inherit;
    letter-spacing: 0px;
    font-weight: 700;
    transition: color 0.2s ease;
  }
  
  .hidden-nav li:hover {
    background-color: #351F39;
  } 

  .hidden-nav li:hover a {
    color: #fff;
  }
  
  .dropdown {
    float: left;
}

.dropdown .dropbtn {
  display: inline-block;
  padding: 15px 10px;
    border: none;
    outline: none;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #351F39;
    letter-spacing: 0px;
    text-transform: inherit;
}

.hidden-nav li:hover, .dropdown:hover .dropbtn {
    background-color: #351F39;
    color: #fff;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color:#351F39;
    max-width: 180px;
    min-width: 160px;
    box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: #000;
    padding: 12px 15px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #fff;
    color: #000 !important;
}

.dropdown:hover .dropdown-content {
    display: block;
}


.hr-revert-bg {
  padding-top: 57px;
  padding-bottom: 40px;
  background-color: #351F39;
}

.hr-revert {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.hr-revert-title {
  font-size: 33px;
  line-height: 41px;
  text-transform: inherit;
  font-weight: 700;
  letter-spacing: 0px;
  color: #fff;
  margin-bottom: 40px;
  padding-left: 39px;
  padding-right: 39px;
  text-align: center;
}

.ph-btn-cont {
  display: flex;
  justify-content: center;
  margin-bottom: 26px;
}

.ph-btn {
  text-decoration: none;
}

.hr-revert-logo {
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  position: relative;
  align-items: center;
}

.hr-revert-logo::before {
  content: '';
  width: 40%;
  height:  0px;
  background-color: #fff;
  position: absolute;
  top: -24px;
}

.hr-revert-logo:hover {
  color: #fff;
}

.hr-revert-logo img {
  width: 60px;
  height: auto;
}

.hr-revert-logo h3 {
  font-size: 33px;
  font-weight: 700;
  text-transform: inherit;
  letter-spacing: 0px;
  margin: 0;
}

.benefit-anim-section {
  width: 100%;
  overflow: hidden;
}

.b-a-banner1, .b-a-banner2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
}

.b-a-bannerbox1, .b-a-bannerbox3 {
  width: 40%;
  overflow: hidden;
  vertical-align: top;
  display: inline-block;
}

.b-a-bannerbox1 {
  font-size: 21px;
  font-weight: 700;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 24px;
  overflow: hidden;
}

.b-a-bannerbox1:after {
  background: #000;
  position: absolute;
  width: 100%;
  left: -100%;
  bottom: 0;
  height: 0;
  margin-left: 40%;
  content: "";
  z-index: -1;
  transition: all .6s ease;
}

.b-a-bannerbox2 {
    width: 20%;
    display: flex;
    align-items: center;
    background-color: #000;
    perspective: 1000px;
}

.b-a-banner2 .b-a-bannerbox2 {
  background-color: #351F39;
}

.b-a-bannerbox2 img {
  width: 40%;
  max-height: 80%;
  display: flex;
  margin: auto;
  transition: all .5s ease;
}

.b-a-banner1:hover .b-a-bannerbox2 img{
  transform: rotateY(180deg);
}

.b-a-banner2:hover .b-a-bannerbox2 img{
  transform: rotateY(180deg);
}

.b-a-bannerbox3 {
  overflow: hidden;
  font-size: 21px;
  font-weight: 700;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 24px;
}

.b-a-bannerbox3::before {
  background:  #351F39;
  position: absolute;
  width: 100%;
  right: -100%;
  bottom: 0;
  height: 100%;
  margin-right: 40%;
  content: "";
  z-index: -2;
  transition: all .6s ease;
}

.b-a-bannerbox3:after {
  background: #000;
  position: absolute;
  width: 100%;
  right: -100%;
  bottom: 0;
  height: 0;
  margin-right: 40%;
  content: "";
  z-index: -1;
  transition: all .6s ease;
}

.b-a-banner1:hover .b-a-bannerbox1:after, .b-a-banner1:hover .b-a-bannerbox3:after {
  height: 100%; 
}

.b-a-banner2 .b-a-bannerbox1::before {
  background:  #000;
  position: absolute;
  width: 100%;
  left: -100%;
  bottom: 0;
  height: 100%;
  margin-left: 40%;
  content: "";
  z-index: -2;
  transition: all .6s ease;
}

.b-a-banner2 .b-a-bannerbox1:after {
  background: #351F39;
  position: absolute;
  width: 100%;
  left: -100%;
  bottom: 0;
  height: 0;
  margin-left: 40%;
  content: "";
  z-index: -1;
  transition: all .6s ease;
}

.b-a-banner2 .b-a-bannerbox3::before {
  background:  inherit;
  position: absolute;
  width: 100%;
  right: -100%;
  bottom: 0;
  height: 100%;
  margin-right: 40%;
  content: "";
  z-index: -2;
  transition: all .6s ease;
}

.b-a-banner2 .b-a-bannerbox3:after {
  background: #351F39;
  position: absolute;
  width: 100%;
  right: -100%;
  bottom: 0;
  height: 0;
  margin-right: 40%;
  content: "";
  z-index: -1;
  transition: all .6s ease;
}

.b-a-banner2:hover .b-a-bannerbox1:after, .b-a-banner2:hover .b-a-bannerbox3:after {
  height: 100%; 
}

.b-a-banner1 .b-a-bannerbox1, .b-a-banner2 .b-a-bannerbox3 {
  color: #000;
}

.b-a-banner1:hover .b-a-bannerbox1, .b-a-banner2:hover .b-a-bannerbox3 {
  color: #fff;
}

.b-a-banner1 .b-a-bannerbox3, .b-a-banner2 .b-a-bannerbox1 {
  color: #fff;
}

.b-a-banner1:hover .b-a-bannerbox3, .b-a-banner2:hover .b-a-bannerbox1 {
  color: #fff;
}


.artcl-section {
  padding-top: 98px;
  padding-bottom: 57px;
}

.artcl-r-block {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.artcl-r-title, .servc-s-title {
  font-size: 26px;
  font-weight: 700;
  text-transform:  inherit;
  margin-bottom: 26px;
  text-align: center;
  position: relative;
 }

 .artcl-r-title::before, .servc-s-title::before {
  content: '';
  width: 40%;
  height: 0px;
  background-color: #000;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
 }

.a-r-b-wrapper {
  display: flex;
  flex-direction: row;
  gap:  26px;
}

.card-artcl {
  width: 50%;
  background-color: #351F39;
  box-shadow: -1px 2px 8px -1px rgba(0, 0, 0, 0.1);
  border-radius:  7px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  padding: 0 0 24px 24px;
  justify-content: space-between;
}

.card-a-wrapper {
  display: flex;
  flex-direction: row-reverse;
  flex: 1;
  border-bottom: 1px solid #ebedef;
 }

.card-a-img {
  width: 45%;
  display: flex;
}

.card-a-img a {
  display: flex;
}

.card-a-img img {
  display: flex;
  margin: auto;
  width: 85%;
  height: auto;
  object-fit: contain;
  border-radius: 2px;
  transition: .3s ease;
  &:hover {
   transform: scale(1.04);
  }
}
 
.card-a-content {
  padding: 26px;
  width: 55%;
}

.st__card-a-title {
  font-size:  17px;
  font-weight: 700;
  margin-bottom: 24px;
  text-transform: inherit;
}

.card-a-info {
  display: flex;
  flex-direction: row;
  gap: 15px;
  margin-bottom: 24px;
}

.card-a-info p {
  font-size: 13px;
  font-weight: 700;
  letter-spacing:  0px;
  margin-bottom: 0;
}

.info-date i {
  font-size:  21px;
  color: #351F39;
}

.card-a-txt {
  font-size: 17px;
  margin-bottom: 24px;
}

.btn-more {
  display: flex;
  justify-content: center;
}

 .card-a-comments {
  display: flex;
  flex-direction: row;
  gap: 15px;
  padding: 15px 0 0;
  align-items: center;
 }

 .card-a-comments p {
  margin-bottom: 0;
 }

 .card-a-c-person  p {
  margin-bottom: 0;
 }

 .card-a-c-person {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
 }

 .card-a-comments img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  overflow: hidden;
 }

 .singl-artcl-section {
  padding-top: 57px;
  padding-bottom: 40px;
  background-color: #351F39;
 }

 .singl-artcl-stat {
  display: flex;
  flex-direction: row-reverse;
  gap: 26px;
 }

 .single-artcl-content {
  width: 50%;
 }

 .img-r-stats {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 26px;
  justify-content: center;
 }

 .singl-img {
  padding: 12px;
 }

 .singl-img img {
  display: flex;
  margin: auto;
  width: 100%;
  height: 515px;
  object-fit: contain;
 }

 .singl-artcl-title {
  font-size: 26px;
  font-weight: 700;
  text-transform: inherit;
  margin-bottom: 26px;
  text-align: center;
  position: relative;
 }

 .singl-artcl-title::before {
  content: '';
  width: 40%;
  height: 0px;
  background-color: #000;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
 }

.s-a-c-wrapper {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.singl-artcl-price {
  font-size: 22px;
  font-weight: 700;
  color: #351F39;
  padding: 12px 15px;
  border-radius: 12px;
  border:  #351F39 2px solid;
  width: fit-content;
  display: flex;
  margin: auto;
}

.singl-artcl-txt {
  font-size: 13px;
}

 .block-stat {
  padding: 24px 12px;
 }

 .b-stat-title {
  font-size: 26px;
  font-weight: 700;
  text-transform: inherit;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

.b-stat-title::before {
 content: '';
 width: 40%;
 height: 0px;
 background-color: #000;
 position: absolute;
 top: -24px;
 left: 50%;
 transform: translateX(-50%);
}

 .b-stat-list {
    display: flex;
    flex-direction: row;
    gap: 26px;
    flex-wrap: wrap;
    justify-content: center;
 }

 .st__b-stat-item {
  padding: 15px 24px;
  box-shadow: 6px -2px 12px 0px #351F39, 16px -15px 12px 0px #4A47A3, 5px 5px 15px 5px rgba(0,0,0,0);
  border-radius: 15px;
 }

 .b-stat-param {
  font-size: 17px;
  font-weight:  700;
  letter-spacing: 0px;
  text-transform:  inherit;
  text-align: center;
 }

.b-stat-data {
    margin: 0;
    font-size:  26px;
    font-weight: 700;
    letter-spacing: 0px;
    text-align: center;
} 

.tarif-section {
  padding-top: 57px;
  padding-bottom: 57px;
}


.servc-section {
  padding-top:  98px;
  padding-bottom:  40px;
}

.servc-list {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.servc-card {
  width: 50%;
  display: flex;
  flex-direction: column;
  background: #fff;
  text-align: center;
  border-radius: 15px;
  transition: .3s;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.servc-card:hover {
  transform: scale(1.05);
}

.servc-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.captn {
  opacity: 0;
  transform: scale(0.8);
  padding: 50px 55px 45px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px;
  background-color: #351F39;
  transition: 250ms ease-in-out;
}

.servc-card:hover .captn {
  opacity: 1;
  transform: scale(1);
}

.captn p {
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
 }

.servc-img {
  max-width: 100%;
  height: 300px;
  object-fit: contain;
  border-radius:  24px 24px 0 0;
}

.servc-text {
  padding: 26px 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.servc-text a {
  text-decoration: none;
}

.servc-title {
  margin-bottom: 11px;
  font-size: 21px;
  text-align: center;
  color: black;
}

.servc-txt {
  margin-bottom: 12px;
  font-size: 13px;
  text-align: center;
}

.about-reasons-section {
  background-image: url(photos/depictions_header_686e675d3532e9.05773436.jpg);
  background-position: center;
  background-size: cover;
}

.about-reasons-section-op {
  padding-top: 57px;
  padding-bottom: 57px;
  background-color: #351F39;
}

.about-reasons-block {
  display: flex;
  flex-direction: row-reverse;
  gap: 24px;
  padding:  40px 12px 75px 12px;
  background-color: #fff;
  border-radius:  7px;
}

.about-reasons-txt {
  width: 60%;
  padding: 24px;
}

.about-c-title {
  font-size: 26px;
  font-weight: 700;
  text-transform:  inherit;
  margin-bottom: 26px;
  text-align: center;
  position: relative;
 }

 .about-c-title::before {
  content: '';
  width: 40%;
  height: 0px;
  background-color: #000;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
 }

 .media-part {
  width: 40%;
  position: relative;
 }

 .media-part-first {
  width: 80%;
  height: auto;
  object-fit: cover;
 }

 .media-part-second {
  width: 80%;
  height: auto;
  object-fit: cover;
  position: absolute;
  top: 110px;
  left: 80px;
  border: #fff 5px solid;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; 
}

.about-c-txt {
  font-size: 18px;
}


.reasons-content {
  margin-top: 57px;
  display: flex;
  flex-direction: row;
  gap:  24px;
}

.reasons-item {
  position: relative;
  width: 30%;
  display: flex;
  align-items: center;
  padding: 26px 24px;
  box-shadow: #351F39 0px 1px 5px, rgba(0, 0, 0, 0.3) 0px 7px 13px -2px, rgba(0, 0, 0, 0.2) 0px -2px 0px inset;
  border-radius: 15px;
  text-align: center;
}

.st__reasons-numer {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 33px;
  box-shadow: 0 0 24px 0 #351F39;
  border-radius: 100%;
  color: #fff;
  background-image: linear-gradient(to right,#351F39 0,#60abff 50%, #351F39 100%);
  background-size: 200% auto;

}

.work-steps-section {
  padding-top: 57px;
  padding-bottom: 57px;
}

.work-steps-title {
  font-size:  26px;
  font-weight: 700;
  text-transform: inherit;
  margin-bottom:  57px;
  text-align: center;
  position: relative;
 }

 .work-steps-title::before {
  content: '';
  width: 40%;
  height: 0px;
  background-color: #000;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
 }

 .work-steps-list {
  display: flex;  
  justify-content: space-between;
  gap: 24px;
  position: relative;
 }

 .deco-line {
  height: 1px;
  background: linear-gradient(to right, transparent 50%, #D83F87 50%);
  background-size: 16px 1px, 100% 1px;
  top: 115px;
  position: absolute;
  left: 150px;
  width: 70%;
 }

 .st__work-singlestep {
  width: 30%;
  position: relative;
  overflow: hidden;
  padding: 26px;
  border-radius: 12px;
 }

 .st__work-singlestep:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: #351F39;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 1.25s ease-out;
}

.st__work-singlestep:hover:before {
  transform: scale(50);
}



.w-s-img {
  width: 200px;
  height: 200px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  border-radius: 50%;
  box-shadow: #351F39 0px 26px 90px;
}

.w-s-img img {
  width: 100%;
  height: 100%;
  display: flex;
  margin: auto;
}

.w-s-txt p {
  font-size: 21px;
  margin: 0;
  text-align: center;
  transition: transform 1.25s ease-out;
}

.st__work-singlestep:hover .w-s-txt p {
  color: #fff;
}

.w-s-numer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  overflow: hidden;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #2A1B3D;
}

.w-s-numer {
  color: #c7c9d3;
}

.qa-form-gallery {
  padding-top: 57px;
  padding-bottom: 57px;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, #351F39  14%, rgba(255,255,255,1) 100%);
}

.qa-f-g {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}

.qa-half {
  width: 50%;
}

.qa-h-title {
  font-size:  26px;
  font-weight: 700;
  text-transform: inherit;
  margin-bottom:  24px;
  text-align: center;
  position: relative;
 }

 .qa-h-title::before {
  content: '';
  width: 40%;
  height: 0px;
  background-color: #000;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}

 .accordion-item {
  margin-bottom: 24px;
  border: none;
  background: #f3f3f3;
  border-radius: 15px!important;
}

.accordion-header {
  position: relative;
  display: block;
  width: 100%;
  background: 0 0;
  cursor: pointer;
  border: none;
  padding:  40px;
  color: #575757;
}

.accordion-button, .accordion-item:first-of-type .accordion-button, .accordion-button:not(.collapsed) {
  border: none;
  color: black;
  background-color: initial;
  font-size: 21px;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  padding: 0 40px 40px;
  color: #575757;
  font-weight: 200;
  font-size: 13px;
}

.r-form {
  width: 50%;
}

.r-form-text {
  font-size: 21px  ;
  font-weight: 700;
}

.single-page-section .rFormDopage{
  width: 100% !important;
}

.r-f-body {
  background-color: #351F39;
  border-radius: 12px;
  padding: 24px;
  width: 90%;
  margin: 40px auto;
  margin-bottom: 57px;
}

.input-mainelementinput  {
  width: 100%;
  padding:  12px;
  font-size: 17px;
  border-radius: 5px;
  border: none;
  margin-bottom: 15px;
  background-color: #333333;
  color: white;
}

.textarea-mainelementinput {
  width: 100%;
  padding:  12px ;
  font-size: 17px;
  border-radius: 5px;
  border: none;
  margin-bottom:  15px;
  background-color: #333333;
  color: white;  
}

label {
  color: #fff;
  display: block;
  margin-bottom:  12px;
  font-size: 18px;
  font-weight: 900;
}

label a {
  color: #fff;
  text-decoration: none;
}

.gallery-half {
  width: 50%;
  display: none;
  flex-direction: column;
  justify-content: center;
}

.gallery-h-title {
  font-size:  26px;
  font-weight: 700;
  text-transform: inherit;
  margin-bottom:  26px;
  text-align: center;
  position: relative;
 }

 .gallery-h-title::before {
  content: '';
  width: 40%;
  height: 0px;
  background-color: #000;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}

.r-gallery {
display: flex;
flex-direction: row;
gap: 24px;
flex-wrap: wrap;
justify-content: center;
}

.gallery-item {
  width: 45%;
  border-radius: 0px;
}

.st__gallery-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.st__gallery-image:hover {
	transform: scale(1.15);
}

.foter-nav-partner-bg {
  padding-top: 57px;
  padding-bottom: 57px;
  background-color: #351F39;
}

.foter-nav-partner {
  display: flex;
  flex-direction: column;
  gap: 39px;
}

.f-nav-block {
  display: flex;
  flex-direction: row;
  gap:  24px;
  justify-content: space-between;
}

.f-nav-list {
  display: flex;
  flex-direction: column;
  gap:  24px;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}

.f-nav-item a {
  padding: 10px 12px;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
}

.f-nav-item:hover a {
  background-color: #fff;
  color: #000;
}

.partner-f-block {
  direction: ltl;
}

.p-f-s-item {
  height: 100px !important;
  padding-top: 15px;  
}

.p-f-s-img {
  display: flex;
  height: 100%;
  align-items: center;
 }

.p-f-s-logo {
  width: 116px;
  margin-right: auto;
  margin-left: auto;
}

.slick-slide{
  height: auto;
}

.servc-wrap {
  display: flex;
  flex-direction: row;
  gap:  24px;
}

.single-page-section {
  padding-top: 57px;
  padding-bottom: 57px;
}

.single-page-title {
  font-size: 26px;
  font-weight: 700;
  letter-spacing:  0px;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.single-page-title::after {
content: "";
position: absolute;
bottom: -25px;
left: 50%;
transform: translateX(-50%);
width: 13%;
height: 3px;
background-color: #272121;
border-radius: 3px;
}

.single-page-data {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 24px;
}


.single-page-txt {
  font-size: 17px;
}

.templat-bg {
  background-image: url(photos/visuals_header_686e675d353493.58307467.jpg);
  background-position: center;
  background-size: cover;
}

.templat-bg-op {
  padding-top:  57px;
  padding-bottom:  57px;
  background: rgba(255,255,255,0.5); color: #222;
}

.templat-title {
  font-size: 26px;
  font-weight: 700;
  letter-spacing:  0px;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.st__templat-item {
  padding: 75px 26px;
  width: 80%;
  margin: auto;
} 

.templat-body {
  box-shadow: rgb(204, 219, 232) 2px 2px 6px 0px inset, rgba(255, 255, 255, 0.5) -2px -2px 6px 1px inset;
  background: linear-gradient(180deg,  #2b2e4a 0%, #272121 100%);
  position: relative;
  padding:  57px 45px 60px 45px;
  border-radius: 0px;
}

.t-quot-start {
  position: absolute;
  top: -10px;
  left: 15px;
}

.templat-autor {
margin-bottom: 24px;
}

.templat-autor-img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 120px;
  max-height: 120px;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
}

.templat-autor-img img {
  width: 100%;
  object-fit: contain;
  margin: auto;
} 

.templat-autor-name {
  text-align: center;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
}

.templat-txt {
  color: #fff;
 font-size: 17px;
 text-align: center;
}

.t-quot-end {
  position: absolute;
  bottom: -10px;
  right: 15px;
}

.slick-prev:before, .slick-next:before {
  font-size: 46px;
  color: #272121;
}

.slick-next {
  right: 5px;
}

.partner-f-block-wrap {
  position: relative;
}

.partner-f-block-back  {
  position: absolute;
  top: 0;
  width: 100%;
  height: 90px;
  background: #a4aec3;
  filter: blur(30px);
  border-radius: 50%;
}

.adrs-form-map-bg {
  background-image: url(photos/renders_header_686e675d3534f8.01397816.jpg);
  background-position: center;
  background-size: cover;
}

.adrs-form-map-op {
  padding-top: 57px;
  padding-bottom: 57px;
  background: rgba(255,255,255,0.5); color: #222;
}


.afm-wrapper {
  display: flex;
  gap:  24px;
  flex-direction: row-reverse;
}

.afm-form-wrap {
  padding:  24px;
  border-radius: 12px;
  background: linear-gradient(180deg,  #2b2e4a 0%, #272121 100%);
}

.afm-form-text {
  font-size: 17px;
  color: #fff;
}

.contact-form {
  margin-top:  26px;
  display: flex;
  flex-direction: column;
}


.st__contact-form-input {
  height: 54px;
  border-radius: 5px;
  background: white;
  margin-bottom:  15px;
  border: none;
  padding: 0  15px;
  font-weight: 700;
  font-size:  13px;
  color: #4B4B4B;
}

.afm-title {
  width: 40%;
  padding: 57px 0 0;
  margin: 0 40px;
  font-size: 70px;
  font-weight: 700;
}

.adrs-item {
  width: 30%;
  padding:  15px 24px;
  display: flex;
  gap:  15px;
  align-items: center;
  color: #fff;
  border-radius: 15px;
  background: linear-gradient(180deg,  #2b2e4a 0%, #272121 100%);
}

.adrs-item i {
  font-size: 26px;
}
.adrs-item a{
  color: inherit;
}

.adrs-block {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap:  27px;
}

.adrs-map-wraper {
  margin-top:  40px;
  display: flex;
  flex-direction:  row;
  gap: 26px;
}

.cont-map {
  display: flex;
  align-items: center;
}

.cont-map iframe{
  border: 0;
}

@media (max-width: 1200px) {
  .hidden-nav a {
      font-size: 18px;
      letter-spacing: 0;
  }

  .dropdown .dropbtn {
      font-size: 18px;
      letter-spacing: 0;
  }

  .hidden-nav ul {
      gap: 12px;
  }

  .card-a-comments {
      font-size: 13px;
  }

  .b-stat-item {
      padding: 12px;
  }

  .b-stat-param {
      letter-spacing: 0;
      font-size: 13px;
  }

  .a-r-b-wrapper {
      flex-direction: column !important;
  }

  .card-artcl {
      width: 95%;
  }

  .reasons-content {
      flex-direction: column !important;
  }

  .reasons-numer {
      position: absolute !important;
      top: 50%;
      transform: translateY(-50%);
      left: 0px;
  }

  .reasons-item p {
      margin-left: 85px;
  }

  .servc-list {
      flex-direction: column !important;
  }

}

@media (max-width: 992px) {
  .singl-artcl-stat {
      flex-direction: column !important;
  }

  .img-r-stats {
      width: 100%;
  }

  .single-artcl-content {
      width: 100%;
  }

  .w-s-txt p {
      font-size: 17px; 
  }

  .w-s-img {
      width: 120px;
      height: 120px; 
  }

  .qa-f-g {
      flex-direction: column;
  }

  .qa-half {
      width: 100%;
  }

  .r-form {
      width: 100%;
  }

  .deco-line {
      top: 90px;
  }

  .hidden-nav a {
      font-size: 13px;
      text-transform: inherit;
  }

  .dropdown .dropbtn {
      font-size: 13px;
      text-transform: inherit;
  }

  .hidden-nav ul {
      gap: 0;
  } 

  .hr-revert-title {
      font-size: 22px;
  }

  .b-a-banner1 .b-a-bannerbox1, .b-a-banner2 .b-a-bannerbox3 {
      font-size: 17px;
  }

  .b-a-banner1 .b-a-bannerbox3, .b-a-banner2 .b-a-bannerbox1 {
      font-size: 17px;
  }

  .reasons-item p {
      font-size: 13px;
  }

  .reasons-numer {
      width: 55px;
      height: 55px;
  }

  .about-c-txt {
      font-size: 17px;
  }

  .gallery-half {
      width: 100%;
  }

  .afm-wrapper {
      flex-direction: column !important;
  }

  .adrs-block {
      flex-direction: column !important;
  }

  .afm-title {
      width: 100%;
      font-size: 33px;
      margin: 0;
  }

  .adrs-item {
      width: 100%;
  }

  .adrs-map-wraper {
      flex-direction: column !important;
  }

  .card-artcl {
      width: 100%;
  }

  .servc-list {
      flex-direction: column !important;
  }
 
}

@media(max-width: 767px)  {
  .st__work-singlestep {
    width: 100% !important;
  }

  .servc-wrap {
      flex-direction: column !important;
  }

  .servc-card {
      width: 100%;
  }
 
  .hr-revert-title {
      font-size: 18px;
      letter-spacing: 0;
  } 

  .b-a-banner1 .b-a-bannerbox3, .b-a-banner2 .b-a-bannerbox1 {
      font-size: 13px;
  }

  .b-a-banner1 .b-a-bannerbox1, .b-a-banner2 .b-a-bannerbox3 {
      font-size: 13px;
  }

  .about-reasons-block {
      flex-direction: column;
  }

  .about-reasons-txt {
      width: 100%;
  }

  .media-part {
      width: 100%;
  }

  .hidden-nav ul {
      flex-wrap: wrap;
  }

  .deco-line {
      display: none;
  }

  .work-steps-list {
      flex-direction: column;
  }

  .work-singlestep {
      width: 100%;
  }

  .hidden-nav ul {
      flex-wrap: wrap;
  }
  
}

@media(max-width: 600px) {
  .st__work-singlestep {
      width: 100% !important;
  }
  .servc-wrap {
      flex-direction: column;
  }

  .servc-card {
      width: 100%;
  }

  .b-a-bannerbox1:after, .b-a-bannerbox3::before, .b-a-bannerbox3:after , .b-a-banner2 .b-a-bannerbox1::before {
      display: none;
  }

  .b-a-banner1, .b-a-banner2 {
      flex-direction: column;
  }

  .b-a-bannerbox3, .b-a-bannerbox1, .b-a-bannerbox2 {
      width: 100%;
  }

  .b-a-banner1 .b-a-bannerbox3, .b-a-banner2 .b-a-bannerbox1 {
      color: #000;
  }

  .hid-nav-bg {
      position: unset;
  }

  .hr-revert-logo h3 {
      font-size: 21px;
  }

.b-a-banner1:hover .b-a-bannerbox1, .b-a-banner2:hover .b-a-bannerbox3 {
  background-color: #000;
}

.b-a-banner1:hover .b-a-bannerbox3, .b-a-banner2:hover .b-a-bannerbox1 {
  background-color: #000;
}

.reasons-item {
  width: 100% !important;
}

.media-part-second {
  left: 50px;
}

.f-nav-list {
  align-items: center;
}

.f-nav-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.servc-list {
  flex-direction: column !important;
}

.card-a-wrapper {
  flex-direction: column;
}

.card-a-img {
  width: 100%;
}

.card-a-content {
  width: 100%;
}

.card-a-comments {
  flex-wrap: wrap;
}

.single-page-content {
  display: flex;
  flex-direction: column;
}

.single-page-img {
  margin: 0;
  width: 100%;
}

.t-quot-start {
  left: -10px;
}

  
}



@media (max-width: 575px){
  .reasons-item{
    flex-direction: column;

    p{
      margin-left: 0;
    }
  }
}

a{
  word-break: break-all;
}


.privacyPAdd{
  padding: 87px 0px;
}

.buttonName-1 {
  padding: 15px 41px;
  border-radius: 15px;
  border: 0;
  background-color: rgb(255, 56, 86);
  letter-spacing: 1.5px;
  font-size: 13px;
  transition: all .3s ease;
  box-shadow: rgb(201, 46, 70) 0px 12px 0px 0px;
  color: hsl(0, 0%, 100%);
 }
 
 .buttonName-1:hover {
  box-shadow: rgb(201, 46, 70) 0px 5px 0px 0px;
 }
 
 .buttonName-1:active {
  background-color: rgb(255, 56, 86);
  box-shadow: rgb(201, 46, 70) 0px 0px 0px 0px;
  transform: translateY(5px);
  transition: 200ms;
 }

 .buttonName-2 {
  padding: 12px 24px;
  border: none;
  font-size: 17px;
  color: #fff;
  border-radius: 7px;
  letter-spacing: 5px;
  font-weight: 900;
  text-transform: inherit;
  transition: 0.5s;
  transition-property: box-shadow;
}

.buttonName-2 {
  background: rgb(0,140,255);
  box-shadow: 0 0 25px rgb(0,140,255);
}

.buttonName-2:hover {
  box-shadow: 0 0 5px rgb(0,140,255),
              0 0 25px rgb(0,140,255),
              0 0 50px rgb(0,140,255),
              0 0 100px rgb(0,140,255);
}


.buttonName-3 {
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: inherit;
  display: inline-block;
  text-align: center;
  font-weight: 900;
  padding: 15px 24px;
  border: 2px solid #FF0072;
  border-radius: 1px;
  position: relative;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.16), 0 2px 6px rgba(0, 0, 0, 0.1);
  color: #FF0072;
  text-decoration: none;
  transition: 0.2s ease all;
  z-index: 1;
}

.buttonName-3:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-color: #FF0072;
  z-index: -1;
}

.buttonName-3:hover, button:focus {
  color: white;
}

.buttonName-3:hover:before, button:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.buttonName-3:active {
  transform: scale(0.9);
}

.buttonName-4 {
  padding: 15px 41px;
  border-radius: 15px;
  border: 0;
  background-color: white;
  box-shadow: rgb(0 0 0 / 5%) 0 0 8px;
  letter-spacing: 1.5px;
  text-transform: inherit;
  font-size: 13px;
  transition: all .5s ease;
 }
 
 .buttonName-4:hover {
  letter-spacing: 2px;
  background-color: hsl(261deg 80% 48%);
  color: hsl(0, 0%, 100%);
  box-shadow: rgb(93 24 220) 0px 7px 29px 0px;
 }
 
 .buttonName-4:active {
  letter-spacing: 2px;
  background-color: hsl(261deg 80% 48%);
  color: hsl(0, 0%, 100%);
  box-shadow: rgb(93 24 220) 0px 0px 0px 0px;
  transform: translateY(12px);
  transition: 100ms;
 }

 .buttonName-5 {
  margin: 5px;
  width: fit-content;
  padding: 12px 15px;
  background: #333;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Consolas, Courier New, monospace;
  border: solid #404C5D 1px;
  font-size: 17px;
  color: rgb(161, 161, 161);
  -webkit-transition: 500ms;
  transition: 500ms;
  border-radius: 5px;
  background: linear-gradient(145deg, #2e2d2d, #212121);
  -webkit-box-shadow: -1px -5px 15px #41465B, 
               5px  5px 15px #41465B, 
    inset      5px  5px 10px #212121, 
    inset     -5px -5px 10px #212121;
  box-shadow: -1px -5px 15px #41465B, 
               5px  5px 15px #41465B, 
    inset      5px  5px 10px #212121, 
    inset     -5px -5px 10px #212121;
}

.buttonName-5:hover {
  -webkit-box-shadow: 1px 1px 12px #20232e,
                    -1px -1px 12px #545b78;
  box-shadow: 1px 1px 12px #20232e,
             -1px -1px 12px #545b78;
  color: #d6d6d6;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.buttonName-5:active {
  -webkit-box-shadow: 1px 1px 12px #20232e,
                     -1px -1px 33px #545b78;
  box-shadow: 1px 1px 12px #20232e,
             -1px -1px 34px #545b78;
  color: #d6d6d6;
  -webkit-transition: 100ms;
  transition: 100ms;
}


.single-page-img{
  position: relative;
  float: right;
  margin: 30px;
  width: 40%;
  height: 515px;
  margin: 26px;
  border-radius: 15px;
}

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


@media (max-width: 992px){
  .single-page-img{
    float: none !important;
    width: 100% !important;
    margin: 0 0 30px 0 !important;
  }
}


@media (max-width: 420px){

  .single-page-img, .singl-img img{
    height: auto;
  }

}