/*
Theme Name: Needwire
Theme URI: https://wordpress.org/themes/needwire/
Author: NeedwireNeedwire
Author URI: https://Needwire.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: needwire
*/

*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role="list"],ol[role="list"]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}
/* modern css reset */

:root{
    --bg: #fff;
    --text: #000000;
    --white: #fff;
    --m-100: #DCE2F0;
    --m-200: #81AFFF;
    --m-400: #5895FF;
    --m-600: #1D63E3;
    --m-700: #0050B3;
    --m-900: #252933;
    --m-bdrs: 1.875rem;
  }

html{
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    color: var(--text);
    background: var(--bg);
}

header, .container{
    width: 100%;
    max-width: 1400px;
    padding: 1rem 1.5rem;
    margin: auto;
}

.wp-block-navigation__responsive-container-content{
  margin-left: 2rem;
}

.header-flex{
	display: flex;
  flex-direction: row;
  gap: 5rem;
  margin: 0 auto;
  align-items: center;

}

.logo-block{
  display: flex;
  justify-content: flex-start;
  flex: 0 0 auto;
  line-height: 0;
  margin-left: 0 !important;
}

.logo-block img {
    width: auto;      
    display: block;
}

.header-nav{
  display: flex;
  flex:1;
  flex-direction: row;
  gap:2.5rem;
  margin-left: 0 !important;
  font-size: 1.12rem;
}

.phone-flex.btn-link{
	display: flex;
  justify-content: flex-end;
  margin-right: 0 !important;
	background: black;
  padding: 0.6rem 1rem;
  border-radius: 1.25rem;
  align-items: center;
  gap: 10px;
  
}

.phone-flex .btn-link-text{
  text-decoration: none;
  color: white;
  font-weight: 500;
}

.phone-flex.btn-link img {
  width: 1.25rem;
  height: 1.25rem;

}

.main-first-screen{
  background-image: url(http://needwire.com/wp-content/uploads/2026/05/0c3152e509964fa5dadb6d95d41826cce397a157-scaled.jpg);
  background-size: cover;
  background-position: center;
  border-radius:2.5rem;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 1360px;
  height: 640px;
  margin: 0 auto;
  padding: 20px;
  padding-top: 18rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.main-first-screen h1{
  color: #FFFFFF;
  font-size: 2.5rem;
  text-align: center;
  max-width: 57.5rem; 
  margin: 0 auto;
  font-weight: 400;
  line-height: 1.2;
}

.main-screen-paragrath{
  color:#FFFFFF;
  font-size:1.2rem;
  text-align: center;
  max-width: 43rem;
  line-height: 1.5rem;
  margin: 2rem auto;
}

.contact-btn{
  color:#000000;
  background: #2EB3FF;
  border-radius:2.5rem;
  padding: 1rem 2rem;
  position: relative;
}

.contact-btn::after {
  position: absolute;
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  bottom: 21px;
  right: 10px;
  background-image: url(http://needwire.com/website_1/wp-content/uploads/2026/04/Vector.svg);
  background-size: contain;
  background-repeat: no-repeat;

}

.achievments-block{
  margin: 10rem 6.8rem 6.25rem 6.8rem;
  display: flex;

}

.achievments-block > div {
  position: relative;
  width: 33.333%;
  text-align: center;
}

.bcg-number{
  width: 100%;
  color:#2EB3FF26;
  font-weight:800;
  font-size:7.5rem;
  line-height: 7.5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.advantages-txt{
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: 3.5rem;
  text-align: center;
}

h2{
  font-size: 2.75rem;
  font-weight: 500;
  font-style: medium;
  line-height: 3rem;
  color:#1B1B1B;
  margin-bottom: 2rem;
}

.sevices-flex{
  display: flex;
  flex-direction: row;
  gap:1rem;
}

.services-txt{
  background:#FFFFFF;
  border-radius:2rem;
  padding: 1.25rem;
  margin: 0.75rem;
}

.servicec-bcg{
  background-size: cover;
  background-position: center;
  border-radius:2.5rem;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 27.5rem;
  height: 26.2rem;
}
.servicec-link{
    display: block;
    height: 100%;
    text-decoration: none;
    color: #000;
}
.servicec-bcg:hover{
  box-shadow: 0 2px 15px 0 rgb(45 180 255 / 60%);
}

.network-bcg{
  background-image: url(http://needwire.com/website_1/wp-content/uploads/2026/04/srvs_1-2.png);
  background-size: cover;
  background-position: center;
  border-radius:2.5rem;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 27.5rem;
  height: 26.2rem;

}

.telecom-bcg{
  background-image: url(http://needwire.com/website_1/wp-content/uploads/2026/04/srvs_2.png);
  background-size: cover;
  background-position: center;
  border-radius:2.5rem;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 27.5rem;
  height: 26.2rem;

}

.fiber-bcg{
  background-image: url(http://needwire.com/website_1/wp-content/uploads/2026/04/srvs_3.png);
  background-size: cover;
  background-position: center;
  border-radius:2.5rem;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 27.5rem;
  height: 26.2rem;
}

.bcs-reasons{
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  max-width: 1360px;
  margin: 0 auto;
  margin-top: 8.75rem !important;
}

.reasons-column-1 p{
  color:#848484;
}

.reasons-column-1 h2{
  font-weight: 500;
}

.reasons-column-2{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius:3rem;
}

.reasons-column-2 img{
  width:3.5rem;
  height: 3.5rem;
}

.reasons-column-2 h3{
  font-weight: 600;
  font-style: SemiBold;
  line-height: 3rem;
}


.reasons-card{
  padding: 30px;
  border: 1px solid #E5E7EB;
}

.reasons-card:nth-child(1){
  border-radius: 1rem 0 0 0;
}

.reasons-card:nth-child(2){
  border-radius: 0 1rem 0 0;
}

.reasons-card:nth-child(5){
  border-radius:  0 0 0 1rem;
}

.reasons-card:nth-child(6){
  border-radius: 0 0 1rem 0;
}

.business-icons{
  margin:8.75rem 2.5rem !important;
}

.business-icons h2{
  line-height: 3rem;
}

.grid-icons{
  gap: 1.8rem;
}

.grid-icons figure{
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.how-block{
  margin-bottom: 5rem;
  margin-left: 2.5rem !important;
  margin-right: 6.75rem !important;
}

.how-pth{
  margin-bottom: 2.5rem;
}

.how-pth h2{
margin-bottom: 0.5rem;
}

.how-pth p{
color:#848484;
}

.steps-flex{
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  gap:4rem;
}

.number-block {
  position: relative;
  padding-top: 70px; 

} 

.steps-flex::before {
  content: "";
  position: absolute;
  top: 0px; 
  left: 0;
  right: 30%;
  height: 1px;
  background: #E5E7EB;
  z-index: 0;
}

.number-block::before {
  content: "1"; 
  position: absolute;
  top: -25px;
  left: 0;
  transform: none;
  width: 50px;
  height: 50px;
  border: 2px solid #E8E8E8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  z-index: 2;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 3rem;
  text-align: center;
}

.steps-flex > div:nth-child(1)::before {
  content: "1";
}

.steps-flex > div:nth-child(2)::before {
  content: "2";
}

.steps-flex > div:nth-child(3)::before {
  content: "3";
}

.number-block h3{
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 3rem;
  color:#0D1A2D;

}

.footer-form-block{
  background-image: url(http://needwire.com/wp-content/uploads/2026/05/0c3152e509964fa5dadb6d95d41826cce397a157-scaled.jpg);
  background-size: cover;
  background-position: center;
  border-radius:2.5rem;
  background-repeat: no-repeat;
  width: 100%;
  height: 332px;
  padding: 40px;
  padding-top: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  text-align: start;
  margin-top: 8rem;
  margin-bottom: 2.5rem;
}

.footer-form-block h1{
  color: #FFFFFF;
  font-size: 2.5rem;
  text-align: start;
  line-height: 1.2;
}

.footer-form-block p{
  color:white;
  margin-top: 1.5rem;
  size:1.2rem;
}

footer,
.footer-container{
  background:#0D1A2D;
}

.footer-icons-flex{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 2.5rem;
}

.icons-flex{
  display: flex;
  flex-direction: row;
  justify-content: end;
}

.icons-flex p{
  margin-right: 2.3rem !important;
}

.icons-flex figure{
  margin-right: 1rem !important;
}

.footer-figs-flex{
  display: flex;
  flex-direction: row;
}

.footer-icons-flex p{
  color:#FFFFFF;
  font-size: 1.25rem;
}

.footer-icons-flex img{
 filter:var(--white);
  opacity: 0.7;
}

.footer-info-flex{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-nav{
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: flex-start;
  gap:1.25rem;
}

.footer-nav ul {
    display: flex;
    flex-direction: column;  
    align-items: flex-start; 
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.footer-nav li {
    margin: 0;
    margin-left: 2.5rem;
    padding: 0;
    width: auto;
    text-align: left;
}

/* Ссылки */
.footer-nav a {
    text-align: left;
    display: inline-block;
}

.footer-info-flex p{
  color:#FFFFFF;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.footer-nav li{
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.footer-nav li:nth-child(3) {
    margin-top: 2.5rem;  
}

.adress-column{
  display: flex;
  flex-direction: column;
  gap:2rem;
}

.adress-column-item{
  display: flex;
  flex-direction: row;
  gap:0.5rem;
}

.privacy-terms-block{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding:3.5rem 2rem 2.6rem 2rem;
}

.privacy-terms-block p{
  color:#FFFFFF;
  opacity: 30%;
}

.about-title{
  background-image: url(http://needwire.com/website_1/wp-content/uploads/2026/04/blue_wires.png);
  /* filter: #0D1A2D; */
  background-size: cover;
  background-position: center;
  border-radius:2.5rem;
  background-repeat: no-repeat;
  width: 100%;
  height: 308px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 6.25rem;
}

.about-title h2{
  color:white;
  padding: 0 14.3rem; 
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 2.75rem;

}

.about-info-txt{
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-top: 8.75rem;

}

.about-img img{
  border-radius:2.5rem;
  max-width: 650px;
  width: 100%;
  max-height: 740px;
  height: 100%;

}

.about-info-txt > div {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.about-wire-txt p{
margin-bottom: 1rem;
}

.about-wire-txt h4{
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.leaf-title-flex{
  display: flex;
  gap:0.5rem;
  align-items: center;
}

.team_block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.8rem;
    max-width: 1360px;
    margin: 0 auto;
    padding: 40px 20px;
}

.team-txt {
    grid-column: span 2; 
    background: transparent;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.team-txt h2{
    font-size: 2.75rem;
    font-weight: 500;
    margin: 0 0 1rem 0;
    line-height: 3rem;
}

.team-txt p{
   font-size: 1.1rem;
   color:#848484;
   margin: 0;
   line-height: 1.5;
}

.team-block-item {
    position: relative;
    border-radius: 2rem;
    overflow: hidden;
}


.team-block-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: top;
}

.member-description{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background:#FFFFFF50;
  backdrop-filter: blur(15px);
  border-radius:2rem;
  padding: 0.75rem 1rem; 
  margin: 0 1rem 1rem 1rem;
  text-align: start;
  max-height: 50%; 
  overflow-y: auto;
 
}

.member-description h2{
  margin-bottom: 0.4rem;
  font-weight: 600;
  font-size:1.5rem;
  line-height: 1.75rem;
}

.member-description p{
  font-size: 0.8rem;
}

.network-title{
  background-image: url(http://needwire.com/website_1/wp-content/uploads/2026/04/srvs_1-2.png);
  filter: #0D1A2D;
  background-size: cover;
  background-position: center;
  border-radius:2.5rem;
  background-repeat: no-repeat;
  width: 100%;
  height: 308px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 1.25rem;
}

.network-title h2{
  color:white;
  padding: 0 14.3rem; 
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 2.75rem;

}

.three-cards-flex{
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
  margin-bottom: 8.75rem;
}

.three-cards-item{
  position: relative;
  overflow: hidden;
}

.three-cards-item img{
  border-radius:2.5rem;
}

.three-cards-item p{
  background:#FFFFFF;
  border-radius:2rem;
  padding:0.85rem 1.25rem;
  font-weight: 600;
  font-size: 1.25rem;
  position: absolute;
  margin: 1rem;
  margin-right: 4.5rem;
  bottom: 0;
  left: 0;
  right: 0;
}

.three-cards-item p::after {
    content: "";
    position: absolute;
    right: -4rem;
    top: 1%;
    width: 3.5rem;
    height: 3.5rem;
    background-image: url(http://needwire.com/website_1/wp-content/uploads/2026/05/arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FFFFFF20;
    backdrop-filter: blur(15px);
    border-radius: 50%;
}

.srvs{
  margin-bottom: 8.75rem;
}

.srvs-lc{
  background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 33.33%;
  height: 260px;
  border-radius: 2.5rem;
  display: flex;
  align-items: flex-end;
}

.srvs-lc-link{
  display: flex;
  width: 100%;
  text-decoration: none;
  color: #000;
  padding: 1rem;
  gap: .5rem;
}
.srvs-lc-link:hover .srvs-lc-title{
  background: #FFFFFF80;
  backdrop-filter: blur(15px);
}

.srvs-lc-title{
  background: #FFFFFF;
  border-radius: 2rem;
  padding: 0.85rem 1.25rem;
  font-weight: 600;
  font-size: 1.25rem;
  max-width: calc(100% - 4rem);
}
.srvs-lc-link::after{
  content: "";
    width: 3.5rem;
    height: 3.5rem;
    background-image: url(http://needwire.com/wp-content/uploads/2026/05/arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FFFFFF20;
    backdrop-filter: blur(15px);
    border-radius: 50%;
}


.svcs-text-img-flex{
  display: flex;
  flex-direction: row;
  gap:2.5rem;
  margin-bottom: 8.75rem;
}

.svcs-text-img-flex img{
  border-radius: 2.5em;
}

.svcs-text-img-flex > div {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.pic-button{
  position: relative;
  overflow: hidden;
  min-height: 100px;
}

.pic-button p{
  position: absolute;
  margin: 1rem;
  bottom: 0;
  left: 1rem;
  width: auto;
  color:#000000;
  background: #2EB3FF;
  border-radius:2.5rem;
  padding: 1rem 2rem;
  width: auto;
  white-space: nowrap;
}

.pic-button p::after {
  position: absolute;
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  bottom: 21px;
  top: 40%;
  right: 0.8rem;
  background-image: url(http://needwire.com/website_1/wp-content/uploads/2026/04/Vector.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.srvcs-paragraf p{
  margin-bottom: 1rem;
}

.telecom-title{
  background-image: url(http://needwire.com/website_1/wp-content/uploads/2026/04/srvs_2.png);
  filter: #0D1A2D;
  background-size: cover;
  background-position: center;
  border-radius:2.5rem;
  background-repeat: no-repeat;
  width: 100%;
  height: 308px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 1.25rem;
}

.telecom-title h2{
  color:white;
  padding: 0 14.3rem; 
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 2.75rem;
}

.fiber-title{
  background-image: url(http://needwire.com/website_1/wp-content/uploads/2026/04/srvs_3.png);
  filter: #0D1A2D;
  background-size: cover;
  background-position: center;
  border-radius:2.5rem;
  background-repeat: no-repeat;
  width: 100%;
  height: 308px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 1.25rem;
}


.fiber-title h2{
  color:white;
  padding: 0 14.3rem; 
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 2.75rem;
}

.page-image-title{
  background-color: rgb(56 56 88 / 50%);
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  border-radius:2.5rem;
  background-repeat: no-repeat;
  width: 100%;
  height: 308px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 1.25rem;
}
.page-image-title--title{
  color:white;
  padding: 0 14.3rem; 
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 2.75rem;
}
.page-content{
  margin-top: 0 !important;
}
.contact-page-wrap .form-inputs{
  display: flex;
  gap: 1.5rem 1rem;
  flex-wrap: wrap;
}
.contact-page-wrap .form-inputs > p{
  width: calc(33.333% - 0.675rem);
}
.contact-page-wrap .form-inputs > p:last-child{
  width: 100%;
}
.contact-page-wrap h1,
.contact-page-wrap{
  margin-bottom: 3rem;
}

.form-inputs > p input,
.form-inputs > p textarea{
  display: flex;
  width: 100%;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid #eee;
  background: #f4f4f4;
}

.form-button{
  margin-top: 1.5rem;
}
.form-button > p input{
  display: inline-flex;
  padding: 1rem 2.5rem;
  background: #0D1A2D;
  color: #fff;
  border-radius: 1rem;
}
.btn-link{
    display: inline-flex;
    align-items: center;
    background: #2db4ff;
    color: #000;
    text-decoration: none;
    gap: .5rem;
    padding: 1rem 2rem;
    border-radius: 2rem;
}
.pic-button .btn-link{
  position: absolute;
  left: 1rem;
  bottom: 1rem;
}
.adress-column a{
  color: #fff;
  text-decoration: none;
}
.mail-links p{
  margin-bottom: .5rem;
}

.footer-partner-block h3{
    color: #fff;
    margin-bottom: .5rem;
}
.footer-partner-block img{
    width: 250px;
    height: auto;
    border-radius: 1rem;
}

@media screen and (max-width: 1024px){

    .team_block {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
        padding: 20px 15px;
    }
    
    .team-txt {
        grid-column: span 1; 
        text-align: center;
        margin-bottom: 1rem;
    }
    
    .team-txt h2 {
        font-size: 1.8rem;
    }
    
    .member-description h2 {
        font-size: 1rem;
    }
    
    .member-description p {
        font-size: 0.6rem;
    }

    .three-cards-item p {
      font-size: 1rem;
    }

    .three-cards-item p::after {
      width: 3rem;
      height: 3rem;
      top: 3%;
    }

    .srvcs-paragraf p {
    margin-bottom: 0.5rem;
  }
    .srvcs-paragraf h2{
      font-size: 2.5rem;
      margin-bottom:0.5rem;
    }

    .pic-button p {
    bottom: 1rem;
}
	
@media screen and (max-width: 840px){

  .header-flex {
    gap: 1rem;
  } 

  .header-nav {
      gap: 1.5rem;
      flex: none;
  }

  .main-first-screen{
    justify-content: unset;
  }

  .main-first-screen h1 {
    font-size: 2.3rem;
  }

  .achievments-block {
    margin: 3rem 2rem;
    gap: 1.5rem;
    align-items: center;
    justify-content: center;
  }

  .bcg-number {
      font-size: 5.5rem;
      line-height: 10rem;
  }

  .services-txt p{
    font-size: 0.9rem;
  }

  .our-serv-card{
    height: 21rem;
  }

  .services-txt {
      padding: 1rem;
  }

  .bcs-reasons {
      margin-top: 5rem !important;
  }

  .reasons-card p{
      font-size: 0.9rem;
  }

  .reasons-column-2 h3 {
      line-height: 1.5rem;
      margin: 1rem 0;
  }

  .reasons-column-2 img {
      width: 3rem;
      height: 3rem;
  }

.reasons-card {
    padding: 1.3rem;
    }

.business-icons {
    margin: 4rem 0 !important;
}

.how-block {
    margin-left: 0 !important; 
    margin-right: 0 !important; 
}

footer {
    margin-top: 5rem;
}

.footer-nav li {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5rem;
}

.footer-form-block h1 {
    font-size: 2rem;
    line-height: 1.3rem;
}

.adress-column {
    gap: 1rem;
}

.footer-info-flex p {
    font-size: 1rem;
}

.footer-nav li:nth-child(3) {
    margin-top: 2rem;
}

.footer-icons-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-right: 0rem;
    margin-left: 2.3rem;
}

.page-image-title--title {
    padding: 0 2rem;
    font-size: 2.3rem;
}

.about-title h2 {
    padding: 1rem 11rem;
    text-wrap: wrap;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
}

.about-title{
  margin-bottom: 4rem;
}

.team-txt {
  grid-column: span 2;
}

.about-info-txt {
    flex-direction: column;
    margin-top: 5rem;
}

.about-info-txt > div {
    width: 100%;
}

.about-img {
    order: 2;  
}

.about-wire-txt {
    order: 1;
}

    .team_block {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        padding: 20px 15px;
    }

    .member-description h2 {
        font-size: 1.4rem;
    }

  .member-description p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    font-weight: 500;
  }

  .three-cards-item p {
    padding: 0.5rem 0.8rem;
    font-weight: 500;
    font-size: 0.7rem;
  }

    .three-cards-item p::after {
        width: 1.8rem;
        height: 1.8rem;
        top: 15%;
        right: -3.3rem;
    }

  .three-cards-flex {
    margin-bottom: 5rem;
  }

  .svcs-text-img-flex {
      display: flex;
      flex-direction: column;
      margin-bottom: 5rem;
  }

.pic-button{
  order: 2;
}

.svcs-text-img-flex > div {
    width: 100%;
}

.network-title h2 {
  padding: 0 2rem;
  font-size: 2.3rem;
}

.telecom-title h2 {
    padding: 0 2rem;
    font-size: 2.3rem;
}

 .how-block {
        padding: 0 0.75rem !important;
        margin: 2rem 0 !important;
    }
    
    .how-pth {
        text-align: center;
        margin-bottom: 1.5rem;
    }
    
    .how-pth h2 {
        font-size: 1.6rem;
        line-height: 2rem;
        margin-bottom: 0.5rem;
    }
    
    .how-pth p {
        font-size: 0.85rem;
        color: #848484;
    }



    .footer-form-block h1 {
      font-size: 1.5rem;
      line-height: 1.8rem;
    }

      footer {
        margin-top: 3rem;
        background: #0D1A2D;
        padding: 1.5rem 0 0 0;
    }
    
    .container{
        padding: 0 1rem;
    }
    header{
      padding: 1rem ;
    }
    
    .footer-icons-flex {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
        margin-bottom: 2rem;
        text-align: center;
    }
    
    .footer-icons-flex figure {
        margin: 0;
    }
    
    .icons-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }
    
    .icons-flex p {
        margin: 0 !important;
        font-size: 0.9rem;
        color: white;
    }
    
    .icons-flex figure {
        margin: 0;
    }
    
    .icons-flex img {
        width: 28px;
        height: 28px;
    }
        
    .privacy-terms-block {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
        padding: 1.5rem 1rem;
        text-align: center;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 2rem;
    }
    
    .privacy-terms-block p {
        color: rgba(255, 255, 255, 0.5);
        font-size: 0.7rem;
        margin: 0;
    }
}
    

}
@media screen and (max-width: 450px){

  .phone-flex {
    padding: 0.5rem 0.5rem;
  }
  .phone-flex .btn-link-text{
    display: none;
  }

  .main-first-screen h1 {
    font-size: 1.5rem;
  }  

  .main-screen-paragrath {
    font-size: 1rem; 
    line-height: 1.2rem;
    margin: 1rem auto;
}

.main-first-screen {
    height: auto;
    padding: 10rem 1rem 4rem;
}

.achievments-block {
    display: flex;
    flex-direction: column;
}

        .steps-flex {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        position: relative;
        padding-left: 0;
    }
    
    .steps-flex::before {
        display: none;
    }
    
    .number-block {
        position: relative;
        padding-top: 0;
        padding-left: 3rem;
        text-align: left;
    }

    .number-block::before {
        content: attr(data-number);
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
        background: white;
        border: 2px solid #E8E8E8;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        font-size: 1.2rem;
        line-height: 1;
        color: #0D1A2D;
        z-index: 2;
    }

    .number-block h3 {
        font-size: 1.2rem;
        font-weight: 600;
        line-height: 1.4rem;
        margin-bottom: 0.25rem;
        color: #0D1A2D;
    }
    
    .number-block p {
        font-size: 0.8rem;
        line-height: 1.3rem;
        color: #848484;
        margin: 0;
    }

     .number-block:not(:last-child)::after {
        content: "";
        position: absolute;
        left: 21px;
        bottom: -1rem;
        top: 40px;
        width: 2px;
        height: calc(100% + 1rem);
        background: #E5E7EB;
        z-index: 1;
    }

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

.bcs-reasons {
    display: unset;
}

.achievments-block {
  margin: 2rem 2rem;          
}

.servs-header{
  margin-top: 4rem;
  font-size: 2.3rem;
}

.reasons-column-1 h2 {
    font-size: 2.3rem;
    margin: 2rem 1rem;
}

.reasons-column-1 p {
    margin-bottom: 2rem;
}

.business-icons h2 {
    font-size: 2rem;
}

.grid-icons {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));  
    gap: 2rem 1.5rem;  
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 1200px;
}

.grid-icons figure {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
}

.grid-icons img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.grid-icons img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.how-pth h2 {
    font-size: 2.3rem;
}


  .team_block {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 0;
        margin-top: 5rem;
    }
    
    .team-txt {
        grid-column: span 1;
        text-align: center;
    }

    .three-cards-flex {
    display: flex;
    flex-direction: column;	
}

.page-image-title--title {
    font-size: 1.75rem;
}

    .srvcs-paragraf h2 {
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }

 .svcs-text-img-flex {
    margin-bottom: 3rem;

  }

  .network-title h2 {
      padding: 0rem;
      font-size: 2rem;
  }

  .telecom-title h2 {
      padding: 0 2rem;
      font-size: 2rem;
  }


   footer {
        margin-top: 3rem;
        background: #0D1A2D;
        padding: 1.5rem 0 0 0;
    }

    
    .container {
        padding: 0 1rem;
    }
    
    .footer-icons-flex {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        margin: 2rem 0;
        text-align: center;
    }
    
    .footer-icons-flex figure {
        margin: 0;
    }
    
    .icons-flex {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .icons-flex p {
        margin: 0 !important;
        font-size: 0.9rem;
        color: white;
    }
    
    .icons-flex figure {
        margin: 0;
    }
    
    .icons-flex img {
        width: 28px;
        height: 28px;
    }
    
    .footer-info-flex {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    

    .adress-column {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }
    
    .adress-column-item {
        display: flex;
        align-items: flex-start;
        gap: 0.75rem;
    }
    
    .adress-column-item figure {
        margin: 0;
        flex-shrink: 0;
    }
    
    .adress-column-item img {
        width: 20px;
        height: 20px;
    }
    
    .adress-column-item p {
        color: white;
        font-size: 0.85rem;
        line-height: 1.3;
        margin: 0;
    }
    
    .adress-column-item .wp-block-group p {
        font-size: 0.8rem;
    }
    .achievments-block > div{
      width: 100%;
      display: flex;
      align-items: center;
      height: 5.5rem;
    }
    .bcg-number{
      font-size: 5.5rem;
      line-height: 1;
    }
    .advantages-txt{
      margin: 0;
    }
    .footer-form-block{
      height: auto;
    }
    .footer-nav ul li{
      margin: 0;
    }
    .wp-block-navigation.no-wrap{
      order: 1
    }
    .logo-block{
      order: 2;
    }
    .phone-flex{
      order: 3;
    }
    .wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{
      padding: 1rem;
    }
    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{
      margin-left: 0;
    }
    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item.has-child > a{
      opacity: .4;
    }
    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{
      padding-left: 0;
      padding-top: .5rem;
    }
    .wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{
      padding-left: .5rem;
    }
    .srvs-lc{
      width: 100%;
      height: 190px;
    }
    .page-image-title{
      height: 60vh;
    }
    .svcs-text-img-flex{
      gap: 1rem;
    }
    .contact-page-wrap .form-inputs > p{
      width: 100%;
    }
    .logo-block img{
        width: 240px;
        height: auto;
    }
    .footer-partner-block img{
        width: 200px;
        height: auto;
    }
    
 
}


@media screen and (max-width: 320px){
	html{
		font-size: 12px;
	}

          .about-title h2 {
            padding: 1rem 11rem;
            text-wrap: wrap;
            font-size: 1.5rem;
            line-height: 2rem;
        }

      footer {
        padding: 1rem 0 0 0;
    }
    
    .container {
        padding: 0 0.75rem;
    }
    
    .footer-icons-flex {
        gap: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .icons-flex p {
        font-size: 0.8rem;
    }
    
    .icons-flex img {
        width: 24px;
        height: 24px;
    }
        
    .footer-nav a {
        font-size: 0.8rem;
        padding: 0.4rem;
    }
    
    .adress-column-item p {
        font-size: 0.75rem;
    }
    
    .adress-column-item img {
        width: 16px;
        height: 16px;
    }
    
    .privacy-terms-block {
        padding: 1rem 0.75rem;
        gap: 0.5rem;
    }
    
    .privacy-terms-block p {
        font-size: 0.6rem;
    }

            .icons-flex {
            flex-wrap: nowrap;
        }

  .icons-flex figure {
    margin-right: 0rem !important;
}
}


