@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
footer,
header,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

footer,
header,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
  outline: none;
}

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

body {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: normal;
  color: #444444;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  background-color: #fff;
}

body:has(.sitenavigation.is-tapped) {
  overflow: hidden;
}

.main_wrapper:has(#wpadminbar) .header_desctop {
  margin-top: 32px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0c0c0c;
}

button:hover {
  cursor: pointer;
}

.index_pages {
  width: 100%;
  height: 100%;
}

.index_pages ul {
  max-width: 300px;
  padding: 100px 20px 20px;
  margin: 0 auto;
}

.index_pages ul li {
  list-style: none;
  font-size: 25px;
  margin-bottom: 15px;
}

.index_pages ul li a {
  text-decoration: none;
}
.hidden_area {
  display: none!important;
}
.index_pages ul li a:hover {
  text-decoration: underline;
}

.spostslider, .spostslider_tri {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.spostslider.slick-initialized,
.spostslider_tri.slick-initialized {
    visibility: visible;
    opacity: 1;    
}

.main_wrapper {
  position: relative;
  width: 100%;
}

@media (max-height: 100vh) {
  .main_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 100vh;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

@media (max-width: 992px) {
  .container {
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
}

h1 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 130%;
  text-transform: none;
  color: #222;
  margin-bottom: 35px;
}

@media (max-width: 992px) {
  h1 {
    font-size: 26px;
    line-height: 130%;
  }
}

h1 span {
  font-weight: 800;
}

@media (max-width: 768px) {
  h1 br {
    display: none;
  }
}

h2 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 130%;
  text-transform: none;
  color: #222;
  margin-bottom: 30px;
}
.header_mobile {
  display: none;
}
.sigle_page {
    padding: 50px 0px;
}

@media (max-width: 992px) {
  h2 {
    font-size: 26px;
  }
  .header_mobile {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: #fff;
    padding: 0;
    -webkit-box-shadow: rgba(0,0,0,.15) 0 1px 1px;
    -moz-box-shadow: rgba(0,0,0,.15) 0 1px 1px;
    box-shadow: rgba(0,0,0,.15) 0 1px 1px;
  }
  .main_wrapper:has(#wpadminbar) .header_mobile {
    margin-top: 46px;
  }
  .header_desctop {
    display: none;
  }
}

@media (max-width: 768px) {
  h2 br {
    display: none;
  }
}
h3:first-child {
    margin-top: 0px;
}
h3 {
  font-family: "Roboto", sans-serif;
  color: #000;
  display: block;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 15px;
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  #wpadminbar {
      position: fixed!important;
  }
}
@media (max-width: 425px) {
  h3 {
    font-size: 18px;
  }
}
h4:first-child {
    margin-top: 0px;
}
h4 {
  font-family: "Roboto", sans-serif;
  color: #000;
  display: block;
  font-weight: 600;
  font-size: 22px;
  line-height: 133.33333%;
  margin-bottom: 15px;
  margin-top: 30px;
}

@media (max-width: 425px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-family: "Roboto", sans-serif;
  color: #fff;
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 175%;
  text-transform: uppercase;
}

p {
  font-family: "Roboto", sans-serif;
  color: #222;
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  p {
    font-size: 14px;
  }
}
.btn_orange {
  background-color: #ef7f1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  line-height: 100%;
  color: #fff;
  font-family: "Roboto", sans-serif;
  padding: 25px 30px;
  border-radius: 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 992px) {
  .btn_orange {
    font-size: 22px;
    padding: 20px 22px;
    border-radius: 20px;
  }
}

@media (max-width: 768px) {
  .btn_orange {
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 10px;
  }
}

.btn_orange:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #c86208;
}

::-webkit-input-placeholder {
    font-size: 17px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: transparent;
    outline: none!important;
    color: #BFBFBF;
}

::-moz-placeholder {
    font-size: 17px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: transparent;
    outline: none!important;
    color: #BFBFBF;
}

:-ms-input-placeholder {
    font-size: 17px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: transparent;
    outline: none!important;
    color: #BFBFBF;
}

::-ms-input-placeholder {
    font-size: 17px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: transparent;
    outline: none!important;
    color: #BFBFBF;
}

::placeholder {
    font-size: 17px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: transparent;
    outline: none!important;
    color: #757575;
}

@media (max-width: 768px) {
  ::-webkit-input-placeholder {
    font-size: 14px;
  }
  ::-moz-placeholder {
    font-size: 14px;
  }
  :-ms-input-placeholder {
    font-size: 14px;
  }
  ::-ms-input-placeholder {
    font-size: 14px;
  }
  ::placeholder {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  ::-webkit-input-placeholder {
    font-size: 14px;
  }
  ::-moz-placeholder {
    font-size: 14px;
  }
  :-ms-input-placeholder {
    font-size: 14px;
  }
  ::-ms-input-placeholder {
    font-size: 14px;
  }
  ::placeholder {
    font-size: 14px;
  }
}

:-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  font-weight: 300;
  font-style: italic;
  color: #757575;
}

div.wpforms-container-full.oforml input[type=email] {
    background-color: transparent;
}
@media (max-width: 768px) {
  :-ms-input-placeholder {
    font-size: 14px;
  }
}

::-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  font-weight: 300;
  font-style: italic;
  color: #757575;
}

@media (max-width: 768px) {
  ::-ms-input-placeholder {
    font-size: 14px;
  }
}
.container.wide {
    max-width: 100%;
    padding: 0 4rem;
}
.main_header .header {
  position: relative;
  z-index: 50;
  background-color: #F8FAFF;
}
.main_header .header .header__content, .main_header .header {
  /* display: -webkit-box; */
  display: -ms-flexbox;
  /* display: flex; */
  /* -webkit-box-orient: horizontal; */
  /* -webkit-box-direction: normal; */
  -ms-flex-direction: row;
  /* flex-direction: row; */
  /* -webkit-box-pack: justify; */
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  /* -webkit-box-align: center; */
  -ms-flex-align: center;
  /* align-items: center; */
  /* top: 0px; */
}
.not_found_content {
    padding: 20px;
    display: grid;
    grid-template-columns: auto;
    align-items: center;
    justify-content: center;
}
.not_found_img img {
    width: 100%;
}
.not_found_img {
    width: 100%;
    max-width: 550px;
    position: relative;
    margin: 0 auto;
    padding-bottom: 50px;
}
.not_found_text {
    text-align: center;
    font-size: 32px;
    line-height: 150%;
    font-weight: 500;
    margin-bottom: 30px;
    color: #222c56;
}
.not_found_btn_text {
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.not_found_btn_text span {
    margin-bottom: 10px;
}
.not_found_btn_text a {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #3255BC 0%, #3C69ED 100%);
    color: #fff!important;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 15px 30px;
}
.not_found_btn_text a:hover {
    background: linear-gradient(90deg, #042483 0%, #1043D8 100%);
}
@media (max-width: 991px) {
  .not_found_text {
      font-size: 24px;
      line-height: 130%;
      text-shadow: none;
      margin-bottom: 20px;
  }
  .not_found_content {
      padding: 20px 0px 20px;
  }
  .not_found_btn_text {
    padding: 0 30px;
  }
}
.fixed {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

/* =============================================================== */
/* ========================== NEW STYLE ========================== */
/* =============================================================== */
/**
NEW HOME PAGE
**/
.mp_banner_bg {
    height: 650px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.mpbanner_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: var(--grey-5, #F6F6F7);
    font-size: 44px;
    font-family: Proxima Nova Condensed;
    font-style: normal;
    font-weight: 700;
    line-height: 62px;
    gap: 30px;
}
.mpbanner_title {
    border: 1px solid var(--yellow, #FFB400);
    padding: 30px;
}
.mp_banner_bg_bottom {
    height: 150px;
    background: var(--yellow, #FFB400);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bgbot_cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: stretch;
    gap: 30px;
}
.bb_text {
    color: var(--white-fff, #FFF);
    font-size: 40px;
    font-family: Proxima Nova Condensed;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    text-transform: uppercase;
}
.home_block {
    padding-bottom: 160px;
}
.home_page h2 {
    color: var(--black, #1F1E1B);
    font-size: 40px;
    font-family: Proxima Nova Condensed;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    margin-bottom: 60px;
}
.work_content {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: stretch;
    justify-content: stretch;
}
.work_items {
    padding: 30px;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 0.3s;
}
.relative {
  position: relative;
}
.work_items_num {
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    border: 1px solid var(--yellow, #FFB400);
    border-radius: 3px;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6px 18px;
    justify-content: center;
}
.work_items_title {
    color: var(--yellow, #FFB400);
    text-align: center;
    font-size: 20px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.work_items_desc {
    color: var(--grey-5, #F6F6F7);
    font-size: 17px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.work_items_desc p, .work_items_desc ol li, .work_items_desc ul li {
    margin-bottom: 0px;
}
.work_content:before {
    content: "";
    position: absolute;
    border: none;
    height: 1px;
    background: repeating-linear-gradient(90deg,#7A7A7A,#7A7A7A 6px,transparent 6px,transparent 12px);
    left: 20%;
    top: 60px;
    width: 324px;
    z-index: 1;
}
.work_content:after {
    content: "";
    position: absolute;
    border: none;
    height: 1px;
    background: repeating-linear-gradient(90deg,#7A7A7A,#7A7A7A 6px,transparent 6px,transparent 12px);
    right: 20%;
    top: 60px;
    width: 324px;
    z-index: 1;
}
.work_items:hover .work_items_num {
    background: #FFB400;
    color: #000;
    transition: all 0.3s;
}
.work_items:hover {
    cursor: pointer;
}
.services_item {
    width: 100%;
    height: 600px;
    position: relative;
}
.container_inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: left;
}
.services_item_left {
    position: absolute;
    left: 0;
    background-size: cover!important;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    background-color: #fff!important;
}
.text_content_left {
    z-index: 1;
    margin-right: 50%;
    width: 50%;
}
.services_item_right {
    position: absolute;
    right: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 11px;
    width: 50%;
    height: 100%;
}
.services_item .container {
    height: 100%;
    margin: 0 auto;
}
.sir_imgs img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
    /* filter: grayscale(1); */
    transition: all 0.3s ease-out;
}
.sir_imgs:before {
    content: "";
    position: absolute;
    width: 100%;
    background: #1F1E1BD9;
    height: 100%;
    z-index: 2;
}
.sir_imgs {
    position: relative;
    overflow: hidden;
}
.sir_imgs:hover:before {
    background: transparent;
    transition: all 0.3s ease-out;
    cursor: pointer;
}
a.sir_imgs_link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 2;
}
.text_content_left {
    padding-right: 50px;
}
.text_content_left h3 {
    color: var(--black, #1F1E1B);
    font-size: 32px;
    font-family: Proxima Nova Condensed;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 20px;
}
.services_item_desc ul {
    padding: 0;
    list-style: none;
}
.services_item_desc ul li:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/07/spisok_arrow.png);
    background-size: contain;
    background-position: left center;
    width: 20px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
}
.services_item_desc ul li {
    padding-bottom: 7px;
    padding-top: 7px;
}
.services_item_desc ul {
    margin-top: 20px;
    margin-bottom: 15px;
}
.services_item_desc p,
.services_item_desc ul li,
.services_item_desc ol li,
.services_item_desc ul li a,
.services_item_desc ol li a {
    color: var(--grey, #7A7A7A);
    font-size: 17px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.services_item_desc ul li a:hover,
.services_item_desc ol li a:hover,
.services_item_desc a:hover {
    color: #FFB400;
}
.techno_item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit;
    width: 100%;
    min-height: 230px;
    height: 100%;
    max-width: 100%;
    padding: 30px;
    display: inline-block;
}
.techno_content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr 1fr;
    column-gap: 0px;
    row-gap: 0px;
    gap: 0px;
}
.techno_item img {
    object-fit: contain;
    object-position: center center;
    display: block;
    margin-bottom: 20px;
}
.techno_item_title {
    color: var(--white-fff, #FFF);
    font-size: 17px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 14px;
}
.techno_item_desc p {
    color: var(--white-fff, #FFF);
    font-size: 14px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0px;
}

a.techno_item_link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.techno_home h2 {
    margin-bottom: 10px;
}
.home_subtitle {
    color: var(--grey, #7A7A7A);
    text-align: center;
    font-size: 17px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 60px;
}
.techno_item:hover .techno_item_title {
    color: #FFB400;
    transition: all 0.3s;
}
.slider_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #221e1d;
    background-position: center center;
    height: 746px;
    padding-top: 80px;
}
.slider_home h2 {
    color: var(--white-fff, #FFF);
    font-size: 40px;
    font-family: Proxima Nova Condensed;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    margin-bottom: 10px;
}
.slider_subtitle {
    color: var(--grey, #7A7A7A);
    font-size: 17px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}
.home_block.slider_home {
    padding-bottom: 0px;
}
.home_map {
    height: 450px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
a.modal_btn {
    border-radius: 3px;
    background: #fff;
    color: #1F1E1B!important;
    padding: 20px 30px;
    font-size: 18px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    display: block;
    line-height: 28px;
}
.bb_btn {
    display: flex;
    justify-content: end;
}
a.modal_btn:hover {
    color: #ffb400!important;
    background: #fff;
}
.services_item:nth-child(even) .services_item_left {
    left: unset;
    right: 0;
}
.services_item:nth-child(even) .services_item_right {
    right: unset;
    left: 0;
}
.services_item:nth-child(even) .text_content_left {
    padding-right: 0px;
    padding-left: 50px;
    margin-right: 0;
    margin-left: 50%;
}
.homeslider_item {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.5s ease-out;
    margin-right: 10px;
    margin-left: 10px;
}
.homeslider_item:before {
    content: "";
    background: linear-gradient(to top, #000000, transparent);
    opacity: 0.8;
    height: 60%;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 4px;
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
img.hsimg {
    border-radius: 4px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.5s ease-out;
    border: none;
    height: 440px;
    object-fit: cover;
    object-position: center center;
    width: 100%;
}
.homeslider_content {
    position: absolute;
    top: 77%;
    left: 45px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 2;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.5s ease-out;
}
h3.hs_title {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    line-height: 1.2em;
}
h3.hs_title:before {
    content: "";
    height: 100%;
    width: 3px;
    background-color: #ffc92b;
    left: -18px;
    z-index: 2;
    position: absolute;
}
h3.hs_title a {
    color: #fff;
}
.hs_shortdesc p {
    padding-right: 10px;
    color: #dedede;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.homeslider_item:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
}
.homeslider_item:hover:before {
    height: 100%;
    opacity: 1;
}
.homeslider_item:hover .homeslider_content {
    top: 75%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.homeslider_item:hover .homeslider_content p {
    visibility: visible;
    opacity: 1;
}
.homeslider_item .homeslider_content .hs_title a:hover {
    color: #ffc92b;
}
.homeslider {
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 60px;
}
.main-arrow {
    cursor: pointer;
    display: flex!important;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: #ffffff;
    border-radius: 50%;
    border: none;
    color: #111111;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-right: 10px;
    position: absolute;
    top: -78px;
}
.main-arrow-prev {
    right: 10%;
}
.main-arrow-next {
    right: 0;
}
.main-arrow i:before {
    font-weight: 600;
}
.main-arrow:hover {
    background-color: #ffc92b;
    color: #ffffff;
}
.main-arrow i.flaticon-left-arrow {
    margin-right: 3px;
    transform: rotate(180deg);
    background-image: url(/wp-content/uploads/2023/07/slider_arrow_right-1.webp);
    background-size: contain;
    background-position: center center;
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-color: transparent;
}
.main-arrow i.flaticon-right-arrow {
    margin-left: 3px;
    background-image: url(/wp-content/uploads/2023/07/slider_arrow_right-1.webp);
    background-size: contain;
    background-position: center center;
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-color: transparent;
}
.modal_desc {
    background-size: cover!important;
    width: 635px;
    height: 635px;
    background-color: #fff!important;
}
h3.modal_title {
    color: var(--black, #1F1E1B);
    font-size: 32px;
    font-family: Proxima Nova Condensed;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}
.modal_desc {
    background-size: cover!important;
    width: 635px;
    height: auto;
    background-color: #fff!important;
    padding: 30px;
    border-radius: 4px;
}

h3.modal_title {
    color: var(--black, #1F1E1B);
    font-size: 32px;
    font-family: Proxima Nova Condensed;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 60px;
}
.fancybox-close-small:hover {
    background: transparent;
}
.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 0px;
    right: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #FFB400;
    font-weight: 300;
    text-align: center;
    border-width: 0;
    background: #fff;
    transition: background .25s;
    box-sizing: border-box;
    z-index: 2;
}
.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}
.rg60 {
    row-gap: 40px;
}
.contact-form-box .form-group .form-controlnew {
    padding: 15px 10px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0px;
    width: 100%;
    color: #BFBFBF;
    font-size: 17px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: transparent;
    outline: none!important;
}
.formbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-fff, #FFF);
    font-size: 18px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    padding: 18px 20px;
    width: 100%;
    background-color: #FFB400;
    border: unset;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    outline: none!important;
}
a.privpol {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    color: #7A7A7A!important;
    font-size: 15px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-decoration-line: underline;
}
a.privpol:hover {
    color: #ffc92b!important;
}
.contact-form-box .codedropz-upload-inner div, .codedropz-upload-inner span {
    display: none;
}
.contact-form-box .codedropz-upload-inner .codedropz-btn-wrap {
    display: block;
}
.contact-form-box .dnd-upload-counter {
    display: none;
}
.contact-form-box .codedropz-upload-container {
    padding: 10px 13px;
}
.contact-form-box .codedropz-upload-handler {
    border: 1px dashed #FFB400;
    border-radius: 3px;
}
.contact-form-box a.cd-upload-btn {
    color: #1F1E1B!important;
    font-size: 18px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-form-box a.cd-upload-btn:hover {
    color: #ffc92b!important;
}
a.cd-upload-btn:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/07/icon-_upload.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: cover;
    margin-right: 10px;
}
.main-header-block {
    border-bottom: 1px solid #F6F6F7;
}
.main-header .main-navigation-area .main-navigation nav > ul > li > a {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    color: #F6F6F7;
}
main {
  position: relative;
  overflow: hidden;
}
.footer_top {
    display: grid;
    grid-template-columns: repeat(5, auto);
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.footer_bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: flex-start;
    margin-bottom: 30px;
    column-gap: 30px;
}
.footer_logo a {
    display: block;
}
.footer_logo a img {
    height: 60px;
    object-fit: cover;
    object-position: center center;
    width: 100%;
}
.footer_adres {
    color: var(--grey, #7A7A7A);
    font-size: 17px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.footer_email a {
    color: var(--grey-5, #F6F6F7);
    font-size: 17px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    display: inline-block;
}
.footer_phone a {
    color: var(--white-fff, #FFF);
    font-size: 20px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.footer_modal_btn a.modal_btn {
    color: #fff!important;
    background: transparent;
    border: 1px solid #FFB400;
    padding: 18px 20px;
    font-size: 18px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}
hr.footer_line {
    margin-top: 60px;
    margin-bottom: 30px;
    background-color: #7A7A7A;
}
.footer_menu h3 {
    color: var(--white-fff, #FFF);
    font-size: 24px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 30px;
    margin-bottom: 0px;
}
.footer_menu h3:after {
    content: "";
    background: #FFB400;
    height: 3px;
    width: 60px;
    display: block;
    margin-top: 30px;
}
.footer_modal_btn a.modal_btn:hover {
    background: #000;
    color: #fff!important;
    border-color: #fff;
}
.copy_text {
    color: var(--grey, #7A7A7A);
    font-size: 17px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.copyrightnew {
    font-size: 13px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
    align-items: center;
    justify-content: space-between;
}
.footer_copy {
    border-top: 1px solid var(--grey, #7A7A7A);
    background: var(--black, #1F1E1B);
    padding: 16px 10px;
}
.main-footer-wrap {
    background-image: url(/wp-content/uploads/2023/07/footer_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 50px 0px;
}
.footer_menu ul li:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/07/spisok_arrow.png);
    background-size: contain;
    background-position: left center;
    width: 20px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
}
.footer_menu ul li a, .footer_menu ol li a, .footer_menu p {
    color: var(--grey-5, #F6F6F7);
    font-size: 15px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.footer_menu ul, .footer_menu ol {
    margin-bottom: 30px;
}
.header_desctop {
    background-image: url(/wp-content/uploads/2023/07/header_bg.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.main_header {
    position: relative;
    height: 85px;
}
.header_content {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 50px;
    padding: 15px 0px;
}
.header_lp {
    display: grid;
    grid-template-columns: 190px auto;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
}
.header_rp {
    display: grid;
    grid-template-columns: repeat(3, auto);
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.header_burger {
    display: none;
}
.header_logo a {
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.menu li a {
    color: #fff;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase;
    font-style: normal;
}
ul.lang_switcher li a {
    color: #fff;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase;
    font-style: normal;
}
.contact_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: flex-start;
}
.standart_page {
    padding: 50px 0px;
}
.page_contact h2 {
    font-family: Rubik, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 20px;
}
.contact_adres {
    font-size: 17px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
}
a.contact_phone {
    font-size: 20px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    color: #222;
    margin-bottom: 20px;
    display: block;
}
.contact_content_form h4 {
    font-size: 17px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 30px;
}
.wpforms-container .wpforms-submit-container {
    padding: 0!important;
}
div.wpforms-container-full button[type=submit] {
    display: flex!important;
    align-items: center;
    justify-content: center;
    color: var(--white-fff, #FFF)!important;
    font-size: 18px!important;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    line-height: 100%!important;
    padding: 18px 20px!important;
    width: 100%;
    height: 100%!important;
    background-color: #FFB400!important;
    border: unset!important;
    border-radius: 3px!important;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    outline: none!important;
}
div.wpforms-container-full button[type=submit]:hover {
    background: #1b1b1a!important;
    border-color: #1b1b1a!important;
    color: #fff!important;
}
div.wpforms-container-full input {
    border-top: unset!important;
    border-left: unset!important;
    border-right: unset!important;
    border-bottom: 1px solid #E2E2E2!important;
  }
.wpforms-container textarea.wpforms-field-medium {
    border-top: unset;
    border-left: unset;
    border-right: unset;
    border-bottom: 1px solid #E2E2E2;
}
.pagetop_banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 50px 0px;
    position: relative;
    height: 190px;
    z-index: 1;
}
.pagetop_banner:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
}
.pagetop_banner h1 {
    font-family: 'Rubik';
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
    font-size: 38px;
}
.breadcrumb span {
    color: #ccc;
    font-size: 16px;
    line-height: 130%;
    font-weight: 500;
    text-shadow: 0.2px 0.5px #000;
}
.breadcrumb a span:hover {
    color: #ffc92b;
}
.delimetr {
    display: inline-block;
    color: #fff;
    margin-left: 5px;
    /* margin-right: 5px; */
}
.all_articles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    align-items: flex-start;
}
.allposts_bottom {
    border-radius: 0 0 4px 4px;
    padding: 40px 30px 30px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.allposts_item {
    margin-bottom: 30px;
    border-radius: 4px;
    background-color: #f8f8f8;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
h3.natitle a {
    color: #222;
}
h3.natitle {
    font-family: Rubik, sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 15px;
}
.post-date {
    background-color: #ffc92b;
    border-radius: 4px;
    padding: 8px 15px;
    color: #ffffff;
    font-size: 15px;
    top: -30px;
    left: 35px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
.post-date img {
    width: 30px;
    height: auto;
    object-fit: contain;
    object-position: center center;
    margin-right: 5px;
}
.post-date picture {
    display: flex;
    align-items: center;
    justify-content: center;
}
.article_mainfoto img {
    width: 100%;
    height: 328px;
    object-fit: cover;
    object-position: center center;
}
a.post_abslink {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.allposts_item:hover a {
    color: #ffc92b;
    transition: all 0.3s;
}
.allposts_item:hover {
    background: #fff;
    -webkit-box-shadow: 0px 5px 50px 0px rgba(207, 207, 207, 0.75);
    box-shadow: 0px 5px 50px 0px rgba(207, 207, 207, 0.75);
}
a.post_abslink {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.allposts_item:hover a {
    color: #ffc92b;
    transition: all 0.3s;
}
.allposts_item:hover {
    background: #fff;
    -webkit-box-shadow: 0px 5px 50px 0px rgba(207, 207, 207, 0.75);
    box-shadow: 0px 5px 50px 0px rgba(207, 207, 207, 0.75);
}
.post_author:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/08/user-solid-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.post_author {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.single_item_details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 35px;
}
.single_item_img {
    border-radius: 5px;
    border: 1px solid #ddd;
    overflow: hidden;
}
.single_post {
    padding: 50px 0px;
}
.single_item_subcont {
    margin-top: 20px;
}
.single_item_img .post-date {
    top: 10px;
    left: 10px;
}
.single_item_img .post_author {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #969696;
    font-size: 15px;
    line-height: 130%;
}
.project_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    align-items: flex-start;
    margin-bottom: 50px;
}
.project_page_content p, .project_page_content ul, .project_page_content ol {
    color: #444444;
    font-size: 17px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
}
.project_page_content ul li:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/07/spisok_arrow.png);
    background-size: contain;
    background-position: left center;
    width: 20px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
}
.project_page_content p {
    text-indent: 1rem;
}
.project_page_item {
    background-color: #0e0f13;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 15px 30px;
    position: relative;
    overflow: hidden;
    /* height: 100%; */
    border-radius: 3px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.project_list_links {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
}
.project_list_links a {
    display: flex;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    align-items: center;
    justify-content: flex-start;
}
.project_page_item a:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/08/switch_orange.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 70px;
    height: 70px;
    display: inline-block;
    background-position: center center;
    vertical-align: middle;
    margin-right: 15px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.project_page_item:hover a {
    color: #ffc92b;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.project_page_item:hover a:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/08/switch_white.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 70px;
    height: 70px;
    display: inline-block;
    background-position: center center;
    vertical-align: middle;
    margin-right: 15px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.page_project:before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2023/08/drawing-sample-3.jpg);
    background-position: center center;
    background-repeat: repeat;
    opacity: 0.1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: #4c4c4c;
}
.page_project {
    position: relative;
    z-index: 1;
}
.project_btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    padding: 50px 250px 0px;
    gap: 35px;
}
a.orange_modal_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff!important;
    background: #FFB400;
    border: 1px solid #FFB400;
    border-radius: 3px;
    padding: 18px 20px;
    font-size: 18px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    transition: all 0.3s;
}
a.orange_modal_btn:hover {
    transition: all 0.3s;
    box-shadow: none;
    background: #222;
}
.post_block_preim {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
    align-items: flex-start;
    justify-content: center;
    padding: 50px 0px 65px;
}
.pbp_item {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 15px;
}
picture.pbp_item_img {
    margin: 0;
    background-color: #f2f2f2;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffb400;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.pbp_item_content p {
    margin-bottom: 0px;
}
.pbp_item_title {
    font-size: 20px;
    color: #111111;
    font-weight: 500;
    margin-bottom: 10px;
}
a.pbslider_item {
    padding: 10px;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
}
a.pbslider_item img {
    border-radius: 5px;
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.spostslider {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 50px;
}
.spostslider .main-arrow, .spostslider_tri .main-arrow {
    position: absolute;
    top: 40%;
    bottom: unset;
    border: 1px solid #ddd;
}
.spostslider .main-arrow-prev, .spostslider_tri .main-arrow-prev {
    left: 0;
    z-index: 2;
    margin-left: -15px;
    right: unset;
}
.spostslider .main-arrow-next, .spostslider_tri .main-arrow-next {
    right: 0;
    margin-right: -15px;
    left: unset;
}
.post_block_service {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 50px;
}
.spb_service_item {
    height: 280px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
}
.spb_service_item_title {
    position: absolute;
    bottom: 0;
    background: #1f1e1b99;
    width: 100%;
    padding: 10px 20px;
    border-radius: 0px 0px 5px 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    min-height: 65px;
    display: flex;
    align-items: center;
    font-size: 17px;
    line-height: 130%;
}
a.abslink_spb_service_item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.spb_item:hover .spb_service_item_title {
    color: #ffb400;
    transition: all 0.3s;
}
.header_menu ul.menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_menu ul.menu li a {
    font-size: 16px;
    font-family: Roboto;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase;
    font-style: normal;
    padding: 32px 15px;
}
.header_menu ul.menu li a:hover {
    color: #ffb400;
    transition: all 0.3s ease 0s;
}
.header_menu ul.menu li.current-menu-item a {
    color: #ffb400;
}
ul.sub-menu {
    display: none;
}
a.pbslider_tri_item img {
    width: 100%;
    object-fit: contain;
    height: 300px;
    object-position: center center;
}
a.pbslider_tri_item {
    padding: 10px;
    border-radius: 5px;
    overflow: hidden;
}
.spostslider_tri {
    margin-left: -10px;
    margin-right: -10px;
}
.project_page_content h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 130%;
    text-transform: none;
    color: #222;
    margin-bottom: 20px;
}
.text_combi {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
}
.ppi_text_small {
    font-size: 16px;
    text-transform: none;
    font-style: normal;
    font-weight: 400;
    color: #ffc92b;
}

.header_social {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.header_social a {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* =============================================================== */
/* ====================== PORTFOLIO GALLERY ====================== */
/* =============================================================== */
ul.fotogal {
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    font-weight: 400;
    margin-bottom: 35px;
}
ul.fotogal li {
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
    border-bottom: 2px solid #fff;
    transition: 0.5s linear;
    color: #747d8c;
}
ul.fotogal li.selected,
.fotogal li:hover {
    color: #222;
    border-bottom: 2px solid #FFB400;
}
.galleryitems {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.pgimage {
    overflow: hidden;
    width: 100%;
    height: 300px;
    border-radius: 3px;
}
.pgimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: 0.5s linear;
}
.pgimage:hover img {
    transform: scale(1.1);
}
/* Style the form container */
.pll-switcher-select {
    display: inline-block;
    margin: 0;
    padding: 5px;
    color: #fff;
    background-color: transparent;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    outline: none!important;
}

/* Style the dropdown arrow */
.pll-switcher-select:after {
    content: '\25BE'; /* Unicode for the down arrow */
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
}

/* Style the dropdown options */
.pll-switcher-select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border: none;
    font-size: 14px;
    cursor: pointer;
}

/* Style the selected option */
.pll-switcher-select option:checked {
    font-weight: bold;
}

/* Style the dropdown options on hover */
.pll-switcher-select option:hover {
    background-color: #f0f0f0;
}

/* Style the dropdown on focus */
.pll-switcher-select select:focus {
    outline: none;
    border: 1px solid #ffc92b;
}

/* Adjust the size of the dropdown to fit the content */
.pll-switcher-select select {
    width: auto;
}
div.wpforms-container-full.oforml .wpforms-field-file-upload .wpforms-uploader {
    padding: 10px;
    border: 1px dashed #FFB400;
    background-color: transparent;
}
div.wpforms-container-full.oforml .wpforms-field-file-upload .wpforms-uploader .dz-message {
    display: grid;
    grid-template-columns: 30px 1fr;
}

div.wpforms-container-full.oforml input[type=text], div.wpforms-container-full input[type=email] {
    background-color: transparent;
    outline: none!important;
}
div.wpforms-container-full.oforml .wpforms-form textarea.wpforms-field-medium {
    background-color: transparent;
}
span.modern-hint {
    display: none;
}
.lang_dropdown {
    position: relative;
}
i.arrow-down {
    background-image: url(/wp-content/uploads/2023/08/lang_arrow_down.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 10px;
    height: 16px;
    margin-left: 10px;
}
.langdropdown-menu a:hover {
    color: #ffb400;
}
.langdropdown-toggle:hover {
    color: #ffb400;
}
.langdropdown-toggle {
    line-height: 40px;
    height: 40px;
    width: auto;
    padding: 0px 10px 0px 10px;
    vertical-align: baseline;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: 16px;
    font-weight: inherit;
    outline: none;
}
.langdropdown-menu {
    display: none;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    background: #fff;
}

.langdropdown-menu.active {
    display: block;
}
.langdropdown-menu a {
    display: block;
    padding: 8px 8px;
    text-decoration: none;
    color: #333;
    font-size: 16px;
}
.langdropdown i {
    margin-left: 5px;
}
.langdropdown.active i.arrow-down {
    display: none;
}
.langdropdown.active i.arrow-up {
    display: inline-block;
}
.langdropdown i.arrow-up {
    display: none;
}
.single_item_img img {
    object-fit: cover;
    height: 400px;
    width: 100%;
    border: 2px solid #ffc92c;
    border-radius: 5px;
    overflow: hidden;
}
.post-date picture img {
    height: 32px;
    width: 32px;
}
.header_mobile .header_social {
    display: none;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-flyout ul.mega-sub-menu li {
    border-bottom: 1px solid #eaeaea;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-flyout ul.mega-sub-menu li:last-child {
    border-bottom: none;
}
h3.modal_title.tricenter {
    text-align: center;
    /* border-bottom: 2px solid #FFB400; */
    width: 75%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.subzon_btn_phonetext {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.subzon_btn_box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
.subzon_btn_phonetext a.slinkphone {
    color: #4d4d4d;
    font-weight: 600;
    font-size: 22px;
}
.subzon_btn_phonetext span {
    font-weight: 400;
    color: #878787;
    text-decoration: underline;
}
.subzon_btn_phonetext a.slinkphone:hover {
    color: #FFB400;
    transition: all 0.3s;
}
.subzon_btn {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    gap: 15px;
}
.modform_social a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.modform_social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.modform_social a img {
    width: 40px;
}
/* =============================================================== */
/* ========================= MEDIA STYLE ========================= */
/* =============================================================== */
@media (min-width:992px) {

}
/* =============================================================== */
/* =============================================================== */
/* =============================================================== */
@media (max-width: 992px) {
    .header_social {
        display: none;
    }
    .post_block_service {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 30px;
    }
    h3.modal_title.tricenter {
        width: 100%;
        border-bottom: 0px;
    }
    .subzon_btn_phonetext {
        flex-direction: column;
        gap: 3px;
    }
    #mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link {
        border-bottom: 1px solid #eaeaea;
    }
    .header_mobile .header_social {
        display: flex;
        position: absolute;
        right: 115px;
        z-index: 2;
        top: 0;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .lang_dropdown {
        position: relative;
        position: absolute;
        z-index: 2;
        right: 50px;
        top: 0;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile_menu .header_lang {
        position: absolute;
        z-index: 2;

        top: 0;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mp_banner_bg {
        height: 300px;
    }
    .mpbanner_content {
        grid-template-columns: 1fr;
        font-size: 30px;
        line-height: 130%;
    }
    .bgbot_cont {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 15px;
    }
    .bb_text {
        font-size: 22px;
        line-height: 130%;
    }
    .mpbanner_title {
        padding: 15px;
    }
    .mp_banner_bg_bottom {
        height: 150px;
        background-size: auto;
        background-position: top;
        padding-top: 25px;
    }
    .bb_btn {
        justify-content: center;
    }
    a.modal_btn {
        padding: 10px 30px;
        font-size: 16px;
        line-height: 130%;
    }
    .home_block {
        padding-bottom: 50px;
    }
    .home_page h2 {
        font-size: 28px;
        margin-bottom: 30px;
        line-height: 130%;
    }
    .work_items {
        row-gap: 15px;
        padding: 25px 15px;
    }
    .work_content {
        grid-template-columns: 1fr;
    }
    .work_content:before {
        display: none;
    }
    .work_content:after {
        display: none;
    }
    .services_item {
        height: auto;
        position: relative;
        border-bottom: 1px solid #7a7a7a;
    }
    .services_item_left {
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
    }
    .text_content_left {
        width: 100%;
        margin-right: 0;
        padding-right: 0px;
        z-index: 2;
        position: relative;
        padding-top: 20px;
    }
    .container_inner {
        display: flex;
        flex-direction: column;
    }
    .services_item_right {
        grid-template-columns: 1fr 1fr 1fr;
        width: 100%;
        position: relative;
        padding-bottom: 20px;
    }
    .text_content_left h3 {
        font-size: 24px;
        line-height: 130%;
    }
    .services_item_desc ul li a {
    }
    .services_item_desc p, .services_item_desc ul li, .services_item_desc ol li, .services_item_desc ul li a, .services_item_desc ol li a {
        font-size: 15px;
        line-height: 130%;
    }

    .services_item_desc ul li {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .services_item:nth-child(even) .text_content_left {
        margin-left: 0px;
        padding-left: 0px;
    }
    .techno_content {
        grid-template-columns: 1fr 1fr;
        column-gap: 2px;
    }
    .techno_item {
        padding: 15px;
        background-position: center center;
        min-height: 200px;
    }
    .techno_item img {
        width: 54px!important;
        height: 54px!important;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 10px;
    }
    .techno_item_title {
        font-size: 15px;
        line-height: 130%;
        text-align: center;
    }
    .techno_item_desc p {
        text-align: center;
    }
    .slider_bg {
        height: auto;
        padding-top: 30px;
    }
    .home_block.slider_home h2 {
        text-align: center;
    }
    .main-arrow {
        top: 50%;
        z-index: 3;
        margin-right: 0px;
        width: 40px;
        height: 40px;
    }
    .homeslider {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .main-arrow-prev {
        left: 10px;
        right: unset;
    }
    .main-arrow-next {
        right: 10px;
    }
    .footer_top {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .footer_logo a img {
        width: 100%;
        height: 60px;
        object-fit: contain;
    }
    .footer_adres {
        font-size: 15px;
        text-align: center;
    }
    .footer_email a {
        font-size: 15px;
        text-align: center;
        display: block;
    }
    .footer_phone a {
        text-align: center;
        display: block;
    }
    .footer_modal_btn a.modal_btn {
        padding: 10px 30px;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        width: 80%;
        margin: 0 auto;
        font-size: 16px;
        line-height: 130%;
    }
    hr.footer_line {
        margin-top: 30px;
    }
    .footer_bottom {
        grid-template-columns: 1fr;
    }
    .footer_menu h3 {
        font-size: 22px;
        padding-bottom: 15px;
    }
    .footer_menu h3:after {
        margin-top: 15px;
        height: 2px;
    }
    .footer_menu ul li a, .footer_menu ol li a, .footer_menu p {
        line-height: 130%;
    }
    .footer_bottom {
        margin-bottom: 0px;
    }
    .copyrightnew {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .copy_text {
        font-size: 14px;
        line-height: 130%;
    }
    .mean-container a.meanmenu-reveal {
        color: #fff;
    }
    .mean-container a.meanmenu-reveal span {
        background: #fff;
    }
    .modal_desc {
        width: 100%;
        padding: 15px;
    }
    h3.modal_title {
        font-size: 22px;
        text-align: center;
        margin-bottom: 20px;
        line-height: 140%;
    }
    .rg60 {
        row-gap: 0;
    }
    textarea.wpcf7-form-control {
        height: 80px;
    }
    .formbtn {
        padding: 10px 30px;
        font-size: 16px;
        line-height: 130%;
        margin-bottom: 10px;
    }
    .sir_imgs img {
        height: 230px;
    }
    .sir_imgs:before {
        height: 230px;
    }
    .home_subtitle {
        margin-bottom: 30px;
    }
    .home_block.techno_home h2 {
        margin-bottom: 10px;
    }
    #mega-menu-wrap-header .mega-menu-toggle {
        display: grid;
        grid-template-columns: 138px auto 1fr;
        align-items: center;
        column-gap: 15px;
        justify-content: space-between;
    }
    .main_header {
      height: 60px;
    }
    .widget_polylang li a {
        color: #fff;
        font-size: 16px;
        font-family: Roboto;
        font-weight: 500;
        line-height: 26px;
        text-transform: uppercase;
        font-style: normal;
    }
    a.mega-menu-logo img {
        height: 40px;
        display: flex;
        align-items: center;
    }
    .pagetop_banner {
        height: auto;
        padding: 25px 0px;
    }
    .pagetop_banner h1 {
        font-size: 28px;
        line-height: 130%;
        margin-bottom: 5px;
    }
    .breadcrumb span {
        font-size: 12px;
    }
    .standart_page {
        padding: 25px 0px;
    }
    .project_content {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 25px;
    }
    .project_page_item {
        padding: 10px 15px;
    }
    .project_list_links a {
        font-size: 16px;
        display: grid;
        grid-template-columns: 50px 1fr;
        gap: 10px;
    }
    .project_page_item a:before {
        width: 50px;
        height: 50px;
    }
    .ppi_text_small {
        font-size: 14px;
    }
    .project_btns {
        grid-template-columns: 1fr;
        padding: 0px;
        gap: 20px;
    }
    a.orange_modal_btn {
        padding: 9px 15px;
    }
    .project_page_item:hover a:before {
        width: 50px;
        height: 50px;
    }
    .single_post {
        padding: 25px 0px;
    }
    .spostslider .main-arrow-prev, .spostslider_tri .main-arrow-prev {
        margin-left: 15px;
    }
    .spostslider .main-arrow-next, .spostslider_tri .main-arrow-next {
        margin-right: 15px;
    }
    .spostslider {
        margin-bottom: 25px;
    }
    .post_block_preim {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 25px 0px 30px;
    }
    picture.pbp_item_img {
        height: 80px;
        width: 80px;
    }
    .all_articles {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .single_item_details {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .article_mainfoto img {
        height: 240px;
    }
    .pgimage {
        height: 150px;
    }
    .galleryitems {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .contact_content {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .page_contact h2 {
        margin-bottom: 10px;
    }
    .contact_content_form h4 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
/* =============================================================== */
/* =============================================================== */
/* =============================================================== */
@media (max-width: 425px) {

}