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

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

a{
  word-break: break-all;
}

.hr-cont-bg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #070739;
}

.hr-cont {
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.hr-cont-item p,.hr-cont-item a {
  margin: 0;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}


.hr-cont-item i {
  font-size: 22px;
  margin-right: 15px;
}

.hr-nav-opas {
  padding-top:  16px;
  padding-bottom:  16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

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

.hr-nav-logo img {
  width: 49px;
  height: 49px;
}

.hr-nav-logo h3 {
  margin: 0;
  font-size: 26px;
}

.hr-nav-link {
  text-decoration: none;
  font-weight: 700;
  font-size: 22px;
  color: black;
}

.hr-nav-list {
  flex: 1;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.hr-nav-list a {
  float: left;
  font-size: 17px;
  color: black;
  text-align: center;
  text-decoration: none;
}

.dropdown {
  float: left;
}

.dropdown .dropbtn {
  font-weight: 700;
  font-size: 17px;    
  border: none;
  outline: none;
  color: black;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.hr-nav-link:hover, .dropdown:hover .dropbtn {
  color: #070739;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 15px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  width: 400px;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

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

.multi-bg-1 {
  height: 500px !important;
  background-image: url(assets/img/pattern-bg-1920x10800.jpg);
  background-size: cover;
  background-position: center;
}

.multi-bg-1-1 {
  height: 100%;
  padding-top: 200px;
  padding-bottom: 100px;
  background:  #070739;
  background: linear-gradient(45deg,  #070739 25%, rgba(250,250,250,0) 80%);
}

.multi-bg-2 {
  height: 500px !important;
  background-image: url(assets/img/pattern-bg-1920x10801.jpg);
  background-size: cover;
  background-position: center;
}

.multi-bg-2-2 {
  height: 100%;
  padding-top: 200px;
  padding-bottom: 100px;
  background:  #070739;
  background: linear-gradient(45deg,  #070739 25%, rgba(250,250,250,0) 80%);
}

.multi-main-title {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  width: 70%;
  margin-bottom: 32px;
  text-shadow: 2px 2px 0 #070739, 2px -2px 0 #070739, -2px 2px 0 #070739, -2px -2px 0 #070739, 2px 0px 0 #070739, 0px 2px 0 #070739, -2px 0px 0 #070739, 0px -2px 0 #070739;
}

.bene-section {
  padding-top: 52px;
  padding-bottom: 52px;
}

.bene-title {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
}

.bene-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  justify-content: center;
}


.bene-card {
  flex: 1;
  float: left;
  position: relative;
  perspective: 1000px;   
}

.bene-card-front {
  width: 100%;
  height: 100%;
  padding: 32px 25px 32px;
  color: #fff;
  font-size: 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: absolute;
  transition: all 0.4s ease;
  backface-visibility: hidden; 
  z-index: 3;
  text-align: center;
  background-color: #070739;
}

.bene-card-back {
  width: 100%;
  height: 100%;
  padding: 32px 25px 32px;
  color: #fff;
  font-size: 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  transition: all 0.4s ease;
  backface-visibility: hidden;
  text-align: center;
  transform: rotateX(180deg);
  background-color: #1A1A2E;  
}

.bene-card:hover > .bene-card-front{
  z-index: 0;
  transform: rotateX(180deg);    
}

.bene-card:hover > .bene-card-back {    
  transform: rotateX(0deg);
}

.bene-card-front i, .bene-card-back i {
  font-size: 49px;
}

.bene-card-front h4, .bene-card-back h4 {
  font-size:  17px;
}

.why-me-section {
  padding-top: 52px;
  padding-bottom: 52px;
}

.why-me-block {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 25px;
}

.why-me-gallery {
  width: 50%;
  height: 100%;
}

.w-m-g-item {
  width: 100%;
  height: 500px;
}

.w-m-g-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-me-reasons {
  width: 50%;
}

.w-m-r-title {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px; 
}

.w-m-r-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 25px 30px;
}

.w-m-r-item {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}

.w-m-r-item i {
  font-size: 49px;
  color: #070739;
}

.servise-fill {
  padding-top: 52px;
  padding-bottom: 52px;
}

.servise-fill-title {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px; 
}

.servise-fill-block {
  display: flex;
  flex-direction: row;
  gap: 30px;
  flex-wrap: wrap;
}

.service-fill-card {
  position: relative;
  z-index: 1;
  transition: .4s;
  width: 48%;
  padding: 42px 30px  32px;
  display: flex;
  gap: 30px;
  box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
}

.service-fill-card:hover::before {
  width: 100%;
  height: 100%;
  background: #070739;
}


.service-fill-card::before {
  background: #070739;
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  content: "";
  z-index: -1;
  transition: .4s;
}

.sfc-img-link {
  display: block;
  width: 100%;
  height: 400px;
}

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

.sfc-text-half {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.sfc-title-link {
  text-decoration: none;
  color: #000;
  font-size: 22px;
  font-weight: 700;
}

.service-fill-card:hover .sfc-title-link,  .service-fill-card:hover .sfc-content{
  color: #fff;
}

.sfc-content {
  font-size: 17px;
}

.gall-section {
  padding-top: 52px;
  padding-bottom: 52px;
}

.gall-section-title {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
}

.gall-block {
  position: relative;
  height: 400px;
}

.tiles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tile {
  position: relative;
  float: left;
  width: 25%;
  height: 100%;
  overflow: hidden;
}

.gall-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform .4s ease-out;
}

.workers-section {
  padding-top: 52px;
  padding-bottom: 52px;
}

.workers-section-title {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
}

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

.workers-card {
  display: flex;
  flex-direction: column;
  width: 25%;
  box-sizing: border-box;
  border-radius:  8px;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}

.workers-img {
 width: 100%;
 height: 300px;
 position: relative;
}

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

.workers-info {
  background-color: #625959;
  box-sizing: border-box;
  margin-top: 0;
  padding: 16px;
  position: absolute;
  bottom: 0;
  left: -140%;
  color: #fff;
  font-size:  17px;
  font-weight: 700;
  transition: .4s;
}

.workers-card:hover .workers-info {
  left: 0;
}

.workers-person {
  box-sizing: border-box;
  padding: 25px 10px 25px;
  background: #fff;
}

.workers-person h4 {
  text-align: center;
  font-size: 22px;
}

.statis-bg {
  background-image: url(assets/img/pattern-bg-1920x10802.jpg);
  background-position: center;
  background-size: cover;
}

.statis-op {
  padding-top: 52px;
  padding-bottom: 52px;
  background-color: #1A1A2E;
}

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

.statis-item {
  width: 25%;
  box-sizing: border-box;
  position: relative;
  padding: 30px 0;
  text-align: center;
  transition: all 0.3s ease 0s;
  border-top: 4px solid #f1f3f8;
  border-bottom: 4px solid #f1f3f8;
}

.statis-item::before {
  box-sizing: border-box;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-left: 4px solid #f1f3f8;
  border-right: 4px solid #f1f3f8;
  height: 40%;
}

.statis-item::after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  border-left: 4px solid #f1f3f8;
  border-right: 4px solid #f1f3f8;
  height: 40%;
}

.statis-item-wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.statis-icon i {
  color: #FFFFFF;
  font-size: 57px;
  text-align: center;
  display: block;
}

.statis-title {
  box-sizing: border-box;  
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  margin: 0;
}

.statis-count {
  box-sizing: border-box;  
  display: flex; 
  justify-content: center;
  align-items: center;
}

.statis-count h4, .statis-count span{
  color: #fff;
  font-size: 30px;
  margin: 0;
}


.qa-img-section {
  padding-top: 52px;
  padding-bottom: 52px;
}

.qa-img-title {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
}

.qa-img-block {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 25px;
}

.img-half {
  width: 50%;
  height: auto;
  padding: 15px;
  display: flex;
}

.img-half img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.qa-half {
  width: 50%;
  display: flex;
  align-items: center;
}

.accordion-flush .accordion-item {
  padding: 25px;
}

.accordion-button {
  color: #000;
  font-size: 22px;
  background-color: #f1f3f8;
}

.accordion-item:first-of-type .accordion-button {
  background: #00000009;
}

.accordion-button:focus {
  background-color: #00000009;
  color: #000;
  border: 0;
  box-shadow: none;
}

.accordion-button:hover {
  background-color: #00000009;
  color: #000;
  border: 0;
}

.accordion-button:not(.collapsed) {
  background-color: #00000009;
  color: #000;
}

.member-bg {
  overflow: hidden;
  padding-top: 52px;
  padding-bottom: 52px;
  background-color: #070739;
}

.collegi {
  position: relative;
}

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

.m-b-item {
  height: 100px !important;
}

.m-b-img {
  display: flex;
  height: 100%;
  align-items: center;
}

.m-b-logo {
  width: 144px;
  margin-right: auto;
  margin-left: auto;
}

.slick-slide{
  height: auto;
}

.landblog-section {
  padding-top: 52px;
  padding-bottom: 52px;
}

.landblog-title {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px; 
}

.landblog-block {
  display: flex;
  flex-direction: row;
  gap: 25px;
}

.landblog-card {
  display: flex;
  flex-direction: column;
  width: 25%;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 15px 30px 0 rgb(0 0 0 / 5%);
  transition: .4s;
}

.landblog-card:hover {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}


.landblog-img-part {
  overflow: hidden;
  position: relative;
}

.landblog-img-part::before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: scale(0);
  transition: .4s;
  z-index: 1;
}

.landblog-card:hover  .landblog-img-part::before  {
  transform: scale(1.2);
}

.landblog-img {
  display: block;
  width: 100%;
  height: 300px;
}

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

.landblog-info {
  position: absolute;
  left: 25px;
  top: 25px;
  z-index: 999;
}

.landblog-info p {
  font-size:  17px;
  color: #fff;
  background: #14b1bb;
  padding: 10px 15px;
  border-radius: 4px;
  display: flex;
  margin: 0;
  align-items: center;
  gap: 10px;
}

.landblog-info i {
  font-size: 30px;
}

.landblog-content-part {
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
  flex: 1;
}

.landblog-content-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}

.landblog-txt {
  font-size: 15px;
  padding: 0;
}

.landarticle-bg {
  background-image: url(assets/img/pattern-bg-1920x10803.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 52px;
  padding-bottom: 52px;
}

.landarticle {
  padding: 32px 30px;
  background: rgba(0,0,0,0.9); color: #fff;
}

.landarticle-title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
} 

.landarticle-img-form {
  width: 55%;
  padding: 30px;
  float: right;
  position: relative;
}

.l-i-img {
  display: flex;
  margin: auto;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.landarticle-price {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  padding: 30px 15px;
  background-color: #070739;
  word-break: break-word;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

.land-form-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  background: #070739;
  padding: 25px;
  border: 1px solid #3d3c3c;
  border-radius: 15px;
  color: white;
  text-align: center;
  font-size: 22px;
}

.input-input_group__group {
  height: 35px;
  outline: none;
  border: 2px solid orange;
  background: #fff;
  padding: 25px 15px;
  border-radius: 8px;
  transition: .4s;
  color: #000;
  font-size: 22px;
}

.textarea-input_group__group {
  height: 80px;
  outline: none;
  border: 2px solid orange;
  background: #fff;
  padding: 25px 15px;
  border-radius: 8px;
  transition: .4s;
  color: #000;
  font-size: 22px;
}

label a {
  color: #fff;
  font-size: 22px;
}

label a:hover {
  color: orange;
}


.ftr-bg {
  background-image: url(assets/img/pattern-bg-1920x10804.jpg);
  background-position: center;
  background-size: cover;
}

.ftr-op {
  background-color: #070739;
  padding-top: 80px;
  padding-bottom: 32px;
}

.ftr-block {
  display: flex;
  flex-direction: row;
  gap: 25px;
  justify-content: space-between;
}

.ftr-column {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: center;
}

.ftr-logo {
  display: flex;
  gap: 16px;
  align-items: center;
}

.ftr-logo img {
  width: 49px;
  height: 49px;
}

.ftr-logo h3 {
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  margin: 0;
}

.ftr-about {
}

.ftr-about p {
    color: #fff;
    font-weight: 700;
}

.adrs-item {
  display: flex;
  gap: 16px;
  align-items: center;
}

.adrs-item i {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
}

.adrs-wrap h4 {
  color: #fff;
  font-weight: 700;
  font-size:  17px;
}

.adrs-wrap p,.adrs-wrap a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size:  17px;
  margin: 0;
}


.run-page-title-bg, .page-contact-title-bg {
  margin: 32px 0;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #070739;
}

.run-page-title, .page-contact-title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}

.run-page-nav, .page-contact-nav {
  display: flex;
  gap: 15px;
  justify-content: center;

}

.run-page-nav a, .page-contact-nav a {
  text-decoration: none;
  color: #fff;
  font-size:  17px;
  margin: 0;
}


.run-page-content {
  font-size:  17px;
}

.client-comm-section {
  padding-top: 52px;
  padding-bottom: 52px;
}

.client-comm-title {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
}

:root {
  --star-size: 25px;
  --star-color: #fff;
  --star-background: #070739 ;
}
.Stars {
  --percent: calc(4 / 5 * 100%);
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
  margin-bottom: 16px
}
.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;
}

.client-comm-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-shadow: 0 0px 25px 0 rgb(0 0 0 / 8%);
  background-color: #00000009;
}

.client-comm-media {
  width: 50%;
  height: auto;
}

.client-comm-media img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.client-comm-content {
  width: 50%;
  height: 100%;
  padding: 25px 30px 25px 50px;
  display: flex;
  flex-direction:  column;
  gap: 25px;
}

.client-comm-txt {
  font-size:  17px;
  font-weight: 700;
  font-style: italic;
  color: #070739;
}

.client-comm-autor img {
  width: 100px;
  height: 100px;
  border-radius: 0%;
  border: 3px solid #070739;
}

.client-comm-autor p {
  color: #070739;
  font-size:  17px;
  font-weight: 700;
  margin-top: 16px;
}

.page-contact-block {
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
  padding-top: 30px;
  padding-bottom: 80px;
}

.p-c-form-part {
  width: 60%;

}


.p-c-f-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
  background-color: #FFF;
  margin: 0;
  box-shadow: -2px 0px 25px 0px #21719369;
  padding: 2.24em;
  box-sizing: border-box;
  border: solid 2px #DDD;
  border-radius: 15px;
  font-size: 17px;
  font-weight: 700;
}

.p-c-f-body label {
  margin: 0 0 15px;
  display: block;
  color: #070739;
  font-weight: 700;
  font-family: inherit;
}

.p-c-f-input {
  padding: 0.3em 0.4em 0.4em;
  background-color: #f3fafd;
  border: solid 4px #070739;
  border-radius: 3px;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  font-size: 1.3em;
  color: #353538;
  font-weight: 700;
  font-family: inherit;
  transition: box-shadow 0.2s linear, border-color 0.25s ease-out;
}

.p-c-f-input:focus {
  outline: none;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
  border: solid 4px #070739;
}

.p-c-f-input::placeholder {
  color: #070739;
}

.p-c-f-body  label a {
  text-decoration: none;
  color: #070739;
  font-size: 25px;
}

.p-c-f-body  label a:hover {
  text-decoration: underline;
}

.p-contact-part {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.p-contact-item {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 0px 0px 0px 3px;
  border-color: #14B1BB;
  border-radius:  8px;
  padding: 24px 25px 6px 25px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
.p-contact-item a{
  color: inherit;
  text-decoration: none;
}

.rund-section {
  display: flex;
  flex-direction: column;
}

.rund-section-2 {
  display: flex;
}

.form-check {
  display: flex;
  gap: 15px;
  align-items: center;
}

.p-c-f-body label {
  margin: 0;

}

.ftr-nav-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.ftr-nav-item a {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 19px;
  text-decoration: none;
}

.ftr-nav-item:hover a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.run-page-article {
  overflow: hidden;
}

@media (max-width: 1200px) {
  .hr-nav-list a {
      font-weight: 700;
      font-size: 12px;
  }

  .dropdown .dropbtn {
      font-size: 12px;
      font-weight: 700;
  }

  .w-m-r-title {
      font-size: 28px;
  }

  .w-m-r-item h4 {
      font-size: 18px;
  }

  .bene-card-front, .bene-card-back {
      padding: 16px;
  }

  .statis-item {
      padding: 16px 0;
  }

  .statis-icon i {
      font-size: 35px;
  }


  .dropdown-content a{
      width: 200px;
  }

  .hr-cont {
      flex-direction: column;
      
  }


}

@media (max-width: 992px) {
  .why-me-block {
      flex-direction: column-reverse !important;
  }

  .why-me-gallery {
      width: 100%;
  }

  .why-me-reasons {
      width: 100%;
  }

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

  .hr-nav-opas {
      flex-direction: column;
      gap: 15px;
  }

  .multi-main-title {
      font-size: 22px;
  }

  .hr-cont-item p {
      font-size: 12px;
  }

  .why-me-section, .bene-section, .gall-section, .workers-section, .statis-op, .qa-img-section {
      padding-top: 50px;
      padding-bottom: 30px;
  }

  .landarticle-price {
      padding: 16px;
  }

  .statis-block {
      flex-wrap: wrap;
  }

  .statis-item {
      width: 45%;
  }

  .qa-img-block {
      flex-direction: column-reverse !important;
  }

  .img-half {
      width: 100%;
  }

  .qa-half {
      width: 100%;
  }

  .workers-block {
      flex-wrap: wrap;
  }

  .workers-card {
      width: 45%;
  }

  .landblog-block {
      flex-wrap: wrap;
  }

  .landblog-card {
      width: 45%;
  }

  .service-fill-card {
      width: 45%;
  }

  .gall-block {
      height: 200px;
  }

  .tile {
      height: 200px;
  }

  .gall-section-title, .bene-title, .servise-fill-title, .landarticle-title, .gall-section-title, .workers-section-title, .qa-img-title {
      font-size: 22px;
  }

  .landarticle-img-form {
      float: none;
  }

  .landarticle-img-form {
      width: 100%;
  }

}

@media(max-width: 767px)  {
  .service-fill-card {
      width: 95%;
  }

  .workers-card {
      width: 85%;
  } 

  .ftr-column {
      width: 50%;
  }
  
  .landblog-card {
      width: 95%;
  }

  .hr-cont {
      flex-direction: column;
      gap: 15px;
  }

  .hr-nav-list {
      gap: 15px;
  }


  .client-comm-media {
      display: none;
  }

  .client-comm-content {
      width: 100%;
  }

  .page-contact-block {
      flex-direction: column;
  }

  .p-c-form-part {
      width: 100%;
  }

  .p-contact-part {
      width: 100%;
  }

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

@media(max-width: 600px) {
  
  .ftr-block {
      flex-direction: column;
      gap: 15px;
  }

  .ftr-column {
      width: 100%;
  }

  .landblog-card {
      width: 100%;
  }

  .statis-item {
      width: 100%;
  }

  .hr-nav-list {
      flex-wrap: wrap;
      justify-content: center;
  }

  .multi-bg-1-1, .multi-bg-2-2 {
      padding-top: 60px;
  }

  .gall-block {
      height: 300px;
  } 

  .tiles {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
  }

  .tile {
      width: 50%;
      height: 150px;
  }

  .dropdown-content a{
      width: 100px;
  } 
  .hr-nav-opas {
      flex-direction: column !important;
  }
}

.button-1 {
  border: none;
  color: #fff;
  background-image: linear-gradient(30deg, #0400ff, #4ce3f7);
  border-radius: 35px;
  background-size: 100% auto;
  font-family: inherit;
  font-size: 17px;
  padding: 0.6em 1.5em;
 }
 
.button-1:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: pulse512 1.4s infinite;
 }
 
 @keyframes pulse512 {
  0% {
   box-shadow: 0 0 0 0 #05bada66;
  }
 
  70% {
   box-shadow: 0 0 0 15px rgb(218 103 68 / 0%);
  }
 
  100% {
   box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
  }
 }

 .button-2 {
  color: #ecf0f1;
  font-size: 17px;
  background-color: #e67e22;
  border: 2px solid #f39c12;
  border-radius: 4px;
  padding: 15px;
  box-shadow: 0px 6px 0px #d35400;
  transition: all .1s;
 }
 
 .button-2:active {
  box-shadow: 0px 2px 0px #d35400;
  position: relative;
  top: 2px;
 }

.button-3 {
  --bg: #000;
  --hover-bg: #ff90e8;
  --hover-text: #000;
  color: #fff;
  border: 2px solid var(--bg);
  border-radius: 4px;
  padding: 0.8em 2em;
  background: var(--bg);
  transition: 0.2s;
}

.button-3:hover {
  color: var(--hover-text);
  transform: translate(-0.25rem,-0.25rem);
  background: var(--hover-bg);
  box-shadow: 0.25rem 0.25rem var(--bg);
}

.button-3:active {
  transform: translate(0);
  box-shadow: none;
}

.button-4 {
  padding: 16px 32px;
  font-weight: 700;
  background: rgb(255, 255, 255);
  color: blueviolet;
  border-radius: 35px;
  border-bottom: 2px solid blueviolet;
  border-right: 2px solid blueviolet;
  border-top: 2px solid white;
  border-left: 2px solid white;
  transition-duration: 1s;
  transition-property: border-top, 
     border-left, 
     border-bottom,
     border-right,
     box-shadow;
 }
 
 .button-4:hover {
  border-top: 2px solid blueviolet;
  border-left: 2px solid blueviolet;
  border-bottom: 2px solid rgb(238, 103, 238);
  border-right: 2px solid rgb(238, 103, 238);
  box-shadow: rgba(240, 46, 170, 0.4) 4px 4px, rgba(240, 46, 170, 0.3) 15px 15px, rgba(240, 46, 170, 0.2) 15px 15px;
 }

 .button-5 {
  position: relative;
  height: 50px;
  width: auto;
  padding: 16px 25px;
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  background-color: #212121;
  transition: all 0.4s;
  border: none;
}

.button-5::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 255, 86, 0.281);
  border-radius: 4px;
  transition: all 0.3s;
  z-index: 1;
}

.button-5:hover::before {
  opacity: 0;
  transform: scale(0.7,0.7);
}

.button-5::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  border: 1px solid rgba(29, 255, 86, 0.281);
  border-radius: 4px;
  transform: scale(1.5,1.5);
  opacity: 0;
  z-index: 1;
}

.button-5:hover::after {
  opacity: 1;
  transform: scale(1,1);
}

.privaPadd{
  padding: 119px 0px;
}

.client-comm-block{
  direction: initial;
}

.run-page-media{
  position: relative;
  float: right;
  margin: 32px;
  width: 40%;
  height: 437px;
  margin: 30px;
  border-radius: 35px;
}

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


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


@media (max-width: 420px){

  .run-page-media{
    height: auto;
  }

}

.aboutDopTitle{
  text-align: center; 
  margin-bottom: 30px;
}

.multi-main, .why-me-gallery, .collegi-block{
  direction: initial;
}