body{
    font-family: 'Rubik';
    font-style: normal;
    background: #F5F5F5;
}
h1,
h2,
h3,
h4,
h5,
h6{
    margin-bottom: 0px;
}
/*connecting a font*/
/* cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV7nFrXyw023e1Ik.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* hebrew */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV7nDrXyw023e1Ik.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV7nPrXyw023e1Ik.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV7nBrXyw023e.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*connecting a font*/

/********header********/
.adress_header{
    display:table;
}
.adress_header img,
.adress_header p{
    display: table-cell;
    vertical-align:middle;
}
.adress_header p{
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}
.adress_header img{
    width: 30px;
    height: 33px;
}

.bg-dark{
    height: 110px;
    background-color: #fff!important;
    box-shadow: 5px 4px 4px rgba(0, 0, 0, 0.26);
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.text-white{
    color: #000!important;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: none;
}

.logo_header{
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
}
.align-items-center{
    padding: 28px 0 28px 0;
}
/* Nav menu */
.nav{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: var(--black);
    overflow: hidden;
    
}
.menu{
     list-style-type:none;
}
.menu a{
    display: block;
    padding: 10px;
    color: #000;
    text-decoration: none;
    

}

.menu a:hover{
    background-color: var(--grey);
}

.nav{
    max-height: 0;
    transition: max-height .5s ease-out;
}


.menu-triger {
	display: block;
	width: 25px;
	height: 17px;	
	background: url(https://snipp.ru/demo/449/menu.png) 0 0 repeat;
	position: absolute;
	left: 15px;
	top: 0;
    bottom: 0px;
    margin: auto;
}	
.menu-close {
	display: block;
	width: 28px;
	height: 28px;	
	background: url(https://snipp.ru/demo/449/close.png) 0 0 repeat;
	position: absolute;
	left: 15px;
	top: 35px;
	z-index: 100;
}
.menu-popup {
	display: none;	
	background: #2c2e3e;
	position: fixed;
	width:100%;
	left: 0px;
	right: 0px;
	top: 0;
	box-sizing: border-box;
	padding: 30px;
	z-index: 9999;	
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.menu-popup ul {
	margin: 0;
	padding: 0;
}
.menu-popup li {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.menu-popup li a {
	font-size: 18px;
	font-family: "Arial";
	color: rgb(255, 255, 255);
	line-height: 1.4;	
	text-decoration: none;
}

.body_pointer * {
	cursor: pointer;
}


.modal-wrapper.styled .wp-post-modal{
	padding: 5px!important;
	width: 85%!important;
}
/* Menu Icon */

.hamb{
    cursor: pointer;
    float: right;
    padding: 8px 20px;
}


.hamb-line {
    background: var(--white);
    display: block;
    height: 2px;
    position: relative;
    width: 24px;
    
}

.hamb-line::before,
.hamb-line::after{
    background: #000;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.hamb-line::before{
    top: 5px;
}

.hamb-line::after{
    top: -5px;
}


.side-menu {
    display: none;
}

/* Toggle menu icon */

.side-menu:checked ~ nav{
    max-height: 100%;
    background: aquamarine;
    left: 0;
    top: 0;
}

.side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
}

.side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top:0;
    z-index: 9999;

}

.side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top:0;
    z-index: 9999;
}
/* Nav menu end*/



/********header********/
.content{
    padding-top: 110px;
}
/********o_nas*********/
.o_nas{
    padding: 130px 0 0 0;
    margin-top: -30px;
}
.o_nas h1{
    font-weight: 400;
    font-size: 48px;
    line-height: 57px;
}
.info_o_nas{
    margin-top: 40px;
    background: #fff;
    border-radius: 10px;
    padding: 14px 34px 1px 34px;
}
.info_text{
     position: relative;
}
.info_img{
    position: relative;
}
.info_img img{
    width: 255px;
    height: 169px;
    border-radius: 10px;
    margin-left: 15px;
}
.left_top{
    position: absolute;
    top: 0;
    left: 0;
}
.right_center{
    position: absolute;
    top: 35%;
    left: 25%;
}
.left_bottom{
    position: absolute;
    bottom: 0;
    left: 0;
}
/********o_nas*********/
/***List_of_services***/
.list_of_services{
    padding: 0px 0 0 0;
    margin-top: -30px;
     position: relative;
}
.container_list_of_services h1{
    font-weight: 400;
    color:#fff;
    font-size: 40px;
    line-height: 47px;
    
}
.container_list_of_services p{
     font-weight: 400;
    color:#fff;
    font-size: 20px;
   
}
.container_list_of_services{
    text-align: left;
    border-radius: 19px;
    width: 40%;
    padding: 15px;
    height: 176px;
     display: grid;
  align-items: center;
  justify-content: center;
    position: absolute;
    bottom: 20px;
}
.container_list_of_services img{
    margin-bottom: 25px;
}


/*paralaks1*/

.par1{
    background:url(img/glav.webp) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: -webkit-sticky;
    min-height: 65vh;
    height: 700px;
}

.par2{
    background:url(img/gg1.webp)no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: -webkit-sticky;
    min-height: 80vh;
    height: 650px;
}
.second {
    text-align: center;
  color: var(--color);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}



.card > a {
  margin-bottom: 2em;
}

.item {
  display: flex;
  max-width: 320px;
  background-color: white;;
  flex-direction: column;
  align-items: center;
  border-radius: .5em;
  -webkit-box-shadow: 0px 29px 38px -15px rgba(0,0,0,0.43);
  -moz-box-shadow: 0px 29px 38px -15px rgba(0,0,0,0.43);
  box-shadow: 0px 29px 38px -15px rgba(0,0,0,0.43);
}

.img {
  width: 90%;
  height: 200px;
  background-color: lightgrey;
  background-size: cover;
  background-position: center;
  margin-top: 20px;
  border-radius: .3em;;
}

.img-first {
  background-image: url(img/services1.svg);
}

.img-second {
  background-image: url(img/services2.svg);
}

.img-third {
  background-image: url(img/services3.svg);
}

.second {
  flex-direction: row;
  gap: 1.6em;
}
/*paralaks1*/
/***List_of_services***/


/**our_services**/

.our_services{
margin-top: -100px;
    padding-top: 100px;
}
.our_services h2{
    font-size: 48px;
    color: #000;
    font-weight: 900;
text-transform: uppercase;
    margin-bottom: 50px;
}

.our_services_text{
    background: #dfeafa;
border: 1px solid #e9ecef;
    border-radius: 20px;

    min-height: 417px;
        margin-bottom: 25px;
}

.our_services_text h3{
    padding: 20px 0px 20px 30px;
        margin-bottom: 0px;
    color: #000;
font-size: 28px;
font-weight: 900;
text-transform: uppercase;
}
.our_services_text h2{
    padding: 20px 0px 20px 30px;
        margin-bottom: 0px;
    color: #000;

font-weight: 900;
text-transform: uppercase;
}

.our_services_text_l {
    padding: 20px;
    min-height: 280px!important;
}

.our_services_text_l p {
    margin-bottom: 0px;
    padding: 0px 0px 10px 0px!important;
}
.our_services_text_t{
    padding: 20px;
    min-height: 200px!important;
}
.our_services_text_t p{
    margin-bottom: 0px;
    padding: 0px 0px 10px 0px!important;
}
.our_services_text_l h2{
    padding: 0px;
}
.our_services_text_t h2{
    padding: 0px;
}

.block_contacts_info_l{
    display: table;
    
    
}
.block_contacts_info_im img{
    width: 25px;
    height: 25px;
}

.our_services_text_n{
    padding: 20px;
    min-height: 450px!important;

}
.our_services_text_n p{
    margin-bottom: 0px;
    margin-left: 25px;
    padding: 3px 0px 10px 0px!important;
}
.our_services_text_n h2{
    padding: 0px;
}
.our_services_text_n h2{
    padding: 0px;
}
.our_services_text_n li{
    position: relative;
}

.our_services_text_n ul{
    list-style: none!important;
}
.our_services_text_n li:before{
 background-color: var(--link-color);
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    -webkit-mask-image: url(img/1.jpg);
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    top: 1px;
    width:20px
}


.our_services_text p{
    padding: 0px 30px 0 30px;
color: #000;
font-size: 16px;
padding-bottom: 20px;
font-weight: 500;
}

.our_services_text ul{
    list-style-type: circle;
    padding-left: 20px;
}

.our_services_text a{
 text-decoration: none;
color: #000;
font-size: 16px;
padding-bottom: 20px;
font-weight: 500;
}
.our_services_img{
    min-height: 417px;
    position: relative;
    margin-bottom: 25px;
}
.img1{
         position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 350px;
height: 350px;
border-radius: 100%;
background: url(img/le.webp), lightgray 50% / cover no-repeat;
   background-size: cover;
}

.img2{
   position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 350px;
height: 350px;
border-radius: 100%;
background: url(img/pr.png), lightgray 50% / cover no-repeat; 
  background-size: cover;
}

/**our_services**/
/**Consulting_services**/



.table-sm td{
    width: 50%;
    padding: 10px 0 10px 0;
}
.consulting_services_l{
     padding: 100px 0 0px 0!important;
}

.consulting_services{
    padding: 160px 0 60px 0;
   
}
.consulting_services h2{
    font-weight: 400;
    font-size: 40px;
    line-height: 47px;
    padding-bottom: 50px;
}
.container_cs{
    background: #FFFFFF;
    border-radius: 10px;
    width: 255px;
    height: 352px;
    padding: 10px;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
}
.container_cs_100{
    margin: auto;

    width: 96.5%;
    background: #FFFFFF;
    border-radius: 10px;
    
    padding: 51px 32px 51px 32px;
}
.container_cs_100 p{
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0px;
}
.container_cs img{
    padding-top: 25px;
   
}
.container_cs h4{
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
}
/**Consulting_services**/
/****Stages_of_work****/
.stages_of_work {
    padding: 130px 0 60px 0;
    margin-top: -30px;
}
.stages_of_work h2{
    font-weight: 400;
    font-size: 40px;
    line-height: 47px;
    padding-bottom: 50px;
}
.container_stages_of_work{
    background: #FFFFFF;
    border-radius: 10px;
    width: 350px;
    height: 258px;
    padding: 10px;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
}
.container_stages_of_work h4{
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}

/****Stages_of_work****/
/******Customers*******/
.customers{
    padding: 130px 0 0 0;
    margin-top: -30px;
}
.customers h2{
    font-weight: 400;
    font-size: 40px;
    line-height: 47px;
    padding-bottom: 50px;
    
}
.container_customers{
    background: #FFFFFF;
    padding: 10px;
    border-radius: 10px;
    max-width: 350px;
    height: 200px;
    margin: auto;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}
.container_customers img{
    width: 90%;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

/******Customers*******/
/******Projects********/
.projects{
    padding: 130px 0 0 0;
    margin-top: -30px;
}
.projects h2{
    font-weight: 400;
    font-size: 40px;
    line-height: 47px;
    margin-bottom: 50px;
}

.block_projects h3{
    font-weight: 400;
    font-size: 36px;
    line-height: 43px;

}
.block_projects h4{
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}
.block_projects p{
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0px;
}

.block_projects_logo{
    background: #FFFFFF;
    border-radius: 10px;
    padding: 8px 14px 8px 10px;
    width: fit-content;
    margin: 15px 0 15px 0;
}
.block_projects_h4{
    background: #FFFFFF;
    border-radius: 10px;
    width: fit-content;
    min-width: 255px;
    padding: 5px 0px 5px 10px; 
    
}
.block_projects_adress{
    background: #FFFFFF;
    border-radius: 10px;
    width: fit-content;
    display: table;
    padding: 8px 25px 8px 10px;
    margin: 15px 0 15px 0;
}
.block_projects_adress p,
.block_projects_adress img{
    display: table-cell;
    vertical-align: middle;
}
.block_projects_info{
    background: #FFFFFF;
    border-radius: 10px;
    height: 76px;
    max-width: 255px;
    margin-bottom: 15px;
    padding-left: 10px;
    display: flex;
    align-items: center;
}
.block_projects_info_100{
     background: #FFFFFF;
    border-radius: 10px;
    height: 76px;
    width: fit-content;
    margin: auto;
    margin-bottom: 15px;
    padding: 0px 10px 0 10px;
    display: flex;
    align-items: center;
}

.pLR{
    padding:  0 150px 0 150px;
}

.bp4{
    margin-bottom: 22px;
}
.BPA{
    display: table;
}
.block_projects{
    min-height: 561px;
    background-image:url(img/projects.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    
}

    .projects *,
    *::before,
    *::after {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
/*slaider*/
 
.itc-slider {
  position: relative;
}

.itc-slider__wrapper {
  overflow: hidden;
}

.itc-slider__items {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.itc-slider__transition-none {
  transition: none;
}

.itc-slider__item {
    flex: 0 0 100%;
    max-width: 100%;
    user-select: none;
    will-change: transform;
    min-height: 450px;
    margin: auto;
    height: fit-content;
    padding-top: 60px;
}

/* кнопки влево и вправо */
.itc-slider__btn {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 50px;
  color: #fff;
  text-align: center;
  background: rgb(0 0 0 / 20%);
  border: none;
  transform: translateY(-50%);
  cursor: pointer;
}

.itc-slider__btn_hide {
  display: none;
}

.itc-slider__btn_prev {
  left: -45px;
  border-radius: 50%;
}

.itc-slider__btn_next {
  right: -45px;
  border-radius: 50%;
}

.itc-slider__btn:hover,
.itc-slider__btn:focus {
  color: #fff;
  text-decoration: none;
  background: rgb(0 0 0 / 30%);
  outline: 0;
}

.itc-slider__btn::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.itc-slider__btn_prev::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.itc-slider__btn_next::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* индикаторы */
.itc-slider__indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  margin: 0 15%;
  padding-left: 0;
  list-style: none;
}

.itc-slider__indicator {
  flex: 0 1 auto;
  box-sizing: content-box;
  width: 30px;
  height: 5px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgb(255 255 255 / 50%);
  background-clip: padding-box;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  cursor: pointer;
}

.itc-slider__indicator_active {
  background-color: rgb(255 255 255 / 90%);
}


/*slaider*/

/******Projects********/
/******Contacts********/
.contacts{
    padding: 130px 0 60px 0;
    margin-top:-30px;
}
.contacts h2{
    font-weight: 400;
    font-size: 40px;
    line-height: 47px;
    padding-bottom: 50px;
}
.container_contacts{
    background: #dfeafa;
    border-radius: 10px;
    max-width: 445px;
    height: 90px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.container_contacts_time{
    background: #dfeafa;
    border-radius: 10px;
    max-width: 445px;
    height: fit-content;
    padding: 19px 30px 1px 30px;
    align-items: center;
    margin-bottom: 40px;
}

.contacts_time h3,
.contacts_time p{
    margin-bottom: 5px;
}
.block_contacts_info{
    display: table;
    padding-left: 10px;
    
}
.container_contacts_text{
    background: #dfeafa;
border-radius: 10px;
max-width: 445px;

display: flex;
align-items: center;
margin-bottom: 40px;
    height: auto;
    padding: 10px;
}
.block_contacts_info_text{
    display: table;
    padding: 10px;
}
.block_contacts_info p,
.block_contacts_info a{
    font-weight: 400;
    padding-left: 10px;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
}

/******Contacts********/
/********footer********/
footer{
    height: 100px;
    padding: 42.5px 0px 42.5px 0px;
    text-align: center;
}
footer p{
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 19px;
}
/********footer********/

/*map*/
.ymaps-layers-pane {
	-ms-filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	filter: grayscale(1);
}
.ymaps-2-1-79-inner-panes{
    -ms-filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	filter: grayscale(1);
}

