a {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

img {
    vertical-align: middle;
    display: block;
    max-width: 100%;
}
body {
   -webkit-box-sizing:border-box;
           box-sizing:border-box;
   margin:0;
    font-size: 15px;
    line-height: 1.5;
    min-width: 320px;
    overflow-x: hidden;
    -webkit-transition: right 0.2s ease;
    -o-transition: right 0.2s ease;
    transition: right 0.2s ease;
    outline:0;
    font-family: 'Montserrat';

}




a, a:hover, a:focus {
    text-decoration: none;

}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


p{
    margin:0;

}
*{
    margin: 0;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: none;
}
.moduletable_langs {
    margin-left: 20px;
	order: 2;
}



/*wrap*/
.wrap{
    overflow: hidden;
}


.page_services header{
	background-color: black;
}

/*header*/

.page_services, .bg-header{
	/*background: url(/templates/twt/images/slider-bg.jpg);*/
}

.home header{
    position: absolute;
    width: 100%;
    z-index: 1;
}
.top_bar_width,.container_header_width{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;  
    padding: 10px;
    position: relative;   
}

.left-head{
    color: white;
    font-size: 20px;
	font-style: oblique;
    font-weight: 600;
}

.menu{
    display: flex;
}
.moduletable_logo img{
    max-width: 350px;
}
.top_bar_width{
    border-bottom: 1px solid #ccc;

}
.phpne-header-cont a{
    color: #fff;
    padding-left: 10px;
    font-size: 13px;
	-webkit-tap-highlight-color: #fff;
}
.menu>li{
    margin-left: 20px;
    position: relative;
}
.menu>li>a{
    font-size: 18px;
    color: #fff;

}
.nav-child{
    position: absolute;
    left: 0;
    top: 100%;
    width: 10000px;
    max-width: 240px;
    display: none;
}
.nav-child>li>a{
    color: #fff;
}
.menu>li:hover .nav-child{
    display: block;
}

.nav > li > a, .nav > li > span {
    color: rgb(255, 255, 255);
	    font-size: 18px;
}


.nav>li {
    position: relative;
    padding: 0px 0px;
    height: 40px;
}

.nav>li>ul {
    padding: 20px 0px 0px 0px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
    position: absolute;
    background-color: #ececec;
    z-index: 10;
    display: none;
	    font-size: 16px;
}

.nav>li>ul>li>a{
    color: #171717;
}

.nav>li>a, .nav>li>span {
    color: #fff;
	font-size: 18px;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
	color: #ff6800;
    /* background-color: #000150; */
    background: none;
}

.nav>li>ul>li>ul>li>a{
	font-size: 16px!important;
}
 .nav>li>ul>li>a:hover {
    color: #ff6800;
}
@media screen and (min-width: 991px) {
.nav>li:hover ul{
    display: block;
	/*margin-top: 15px;*/
}
}
.nav>li>ul>li {
    padding: 6px 20px;
    border-bottom: 1px solid #cccccc63;
}

.parent ul:before {
    content: "";
    position: absolute;
    background-color: #ececec;
    width: 15px;
    height: 15px;
    top: -6px;
    left: 18%;
    transform: rotate(45deg);
}


/*slider*/
.custom_slider{
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.custom_slider img{
    width: 100%;
}
.slider-text-block{
    width: 100%;
    max-width: 1200px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50% , -50%);
    padding: 0 10px;
    color: #fff;
    font-size: 32px;
}
.slide-top{
    height: 100vh;
}
.slide-top:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
   background-color: rgba(13, 112, 156, 0.15);
    width: 100%;
    height: 100%;
}
.slider-text-top{
    font-size: 28px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
    padding: 20px;
}
.slider-text-top:before{
    content:"";
    background-color: rgba(0, 0, 0, 0.24);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    z-index: -1;
    background: linear-gradient(to right,rgba(0, 0, 0, 0.7) 40%,rgba(0,0,0,0.2) 100%);
        -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
    top: 0;
    left: 0;
}
.slider-text-center{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
	font-size: 30px;
    font-weight: 600;
	
}
.slide-top .slider-text-center-bleck{
    padding: 15px 20px 15px 2000px;
    margin: 0 0 0 -2000px;
    position: relative;
}
.slide-top:nth-child(2n) .slider-text-center-bleck{
    padding: 15px 2000px 15px 20px;
    margin: 0 -2000px 0 0;
}
.slider-text-center-bleck:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: rgba(0,0,0,0.65);
    right: 0;
    top: 0;
    z-index: -1;
    border-right: 4px solid #000;
        -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
}
.slider-text-center-read{
    font-size: 30px;
    line-height: 62px;
    position: relative;
    margin-left: 10px;
    padding: 8px 20px;
}
.slider-text-center-read:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 43, 254, 0.5);
    webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
    z-index: -1;
    border-right: 3px solid #001666ad;
    border-radius: 8px;
}
.slider-text-center-read a:link {
	color:white;
	-webkit-tap-highlight-color:white;
}



.slider-text-bottom{
    font-size: 16px;
    position: relative;
    padding: 15px 20px 15px 2000px;
    margin: 8px 0 0 -2000px;
	color: #ff5e00;
    font-weight: 600;
    font-size: 30px;
}
.slider-text-bottom:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background: rgba(0,0,0,0.4);
    right: 0;
    top: 0;
    z-index: -1;
        -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
}
.slide-top:nth-child(2n){
    text-align: right;
}
.slide-top:nth-child(2n) .slider-text-center-bleck{
    order: 1;
}
.slide-top:nth-child(2n) .slider-text-center{
    justify-content: flex-end;
}

.slide-top:nth-child(2n) .slider-text-top:before{
    background: linear-gradient(to right,rgba(0,0,0,0.2) 20%,rgba(0,0,0,0.7) 60%);
}
.slide-top:nth-child(2n).slider-text-center-bleck{
    padding: 15px 2000px 15px 20px;
    margin: 0 -2000px 0 0;
}
.slide-top:nth-child(2n) .slider-text-center-read{
margin-right: 10px;
}
.slide-top:nth-child(2n) .slider-text-center-read:before{
    border-right: 0px solid #001a78;
    border-left: 3px solid #001a78;
}
.slide-top-right .slider-text-bottom{
    padding: 15px 2000px 15px 20px;
    margin: 8px -2000px 0 0px;
	color: #ff5e00;
    font-weight: 600;
    font-size: 30px;
}
.galary-clide img{
    margin: 0 auto;
}


.cont_center_column p{
	margin-left: 10px;
    margin-right: 10px;
}

.cont_center_column H2{
	margin-left: 10px;
    margin-right: 10px;
}

.cont_center_column H1{
	margin-left: 10px;
    margin-right: 10px;
}

/*custom_categor_block*/
.custom_categor_block{
  max-width: 1230px;
  margin: 0 auto;
  padding: 50px 15px;
}
.categor_block_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.categor_block_item{
  width: 100%;
  max-width: 380px;
     display: block;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    padding: 10px;
    margin: 10px 5px;
	color: black;
}
.categor_block_item:hover{
    box-shadow: 0 0 15px #ccc;
	    color: #ff6800;
  }
.categor_block_item img{
  width: 40%;
}

.categor_block_item a {
	color: black;
}

.categor_block_item a:hover {
	color: #ff6700;
}

.categor_block_item_text{
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
}


/*footer*/
.custom_maps-footer{
    position: relative;
}
.maps-text-wrap{
    top: 0;
    max-width: 1200px;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}
.maps-text{
    margin-left: auto;
    width: fit-content;
    height: 100%;
    padding: 45px 30px 30px;
    background:rgba(82, 82, 82, 0.92);
}
.maps-title{
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 15px;
    text-transform: uppercase;
    display: block;
    color: #fff;
    font-weight: 500;
}
.maps-text-item-block{
    display: flex;
    margin-bottom: 15px;
}
.maps-text-item{
    font-size: 15px;
    color: #fff;
    display: block;
}
.maps-text-item-block i{
    color: #fede00;
    font-size: 20px;
    padding-top: 3px;
    margin-right: 10px;
}
.maps-title-top-line{
    border-top: 1px solid #949494;
    padding-top: 30px;  
}

/*lang*/

.lang-inline {
    display: flex;
	flex-direction: column;
    margin-right: 20px;
}

.moduletable_langs a {
    color: #ffffff;
    padding: 0 5px;
}

.moduletable_langs .lang-active a {
    color: #ff6700;
}

/*moduletable_acard-img*/
.accordion-question_item_wrap{
    margin-top: 100px;

}
.acard-wrap{
    border: 1px solid #edeff0; 
}
.accordion-question_item:not(:last-child){
    border-bottom: 1px solid #edeff0;    
}
.accordion-question_item{
    max-width: 710px;
    width: 100%;
}
.moduletable_acard-img{
    background-color: #f5f5f5;
    padding: 50px 0;
}
.custom_acard-img{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}
.left-acard-img{
    max-width: 630px;
    margin-right: 30px;
    width: 100%;
}
.title{
    font-size: 30px;
    line-height: 36px;
    display: block;
    margin-bottom: 20px;
    font-weight: 500;
}


.acard-wrap .accordion-question_item .accordion-question_cont {
    display: none;
        padding: 21px 55px 21px 22px;

}

.acard-wrap .accordion-question_item:first-child .accordion-question_cont{
    display: block;

}

.accordion-question_btn{
    display: block;
    padding: 21px 55px 21px 22px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}
.accordion-question_btn:before{
    content:"+";
    position: absolute;
    right: 13px;
    top:50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: bold;
}
.active .accordion-question_btn:before{
    content:"-";
    background: #fede00;
}
/*custom_services*/
.custom_services{

}
.title-row{
    font-size: 44px;
    line-height: 44px;
    font-weight: 600;
    margin: 0 0 35px;
    color: #292929;
    text-align: center;
    padding: 70px 10px 0 10px;
    display: block;
}
.sub-title{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 35px;
    text-align: center;
    padding: 0 10px;
}
.services-block{
    max-width: 1200px;
    margin: 0 auto 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px;
}
.services-item{
    color: #292929;
    text-decoration: none;
    width: 33.3%;
    text-align: center;
    margin-bottom: 30px;
}



/*slider-gelery*/

.galary-clide{
padding:0 30px;
  margin-bottom:50px;
}
.galary-clide a {
    margin: 0 10px;
    position: relative;
    height: 350px;
}
.galary-clide a img{
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.galary-clide i{
  font-size: 145px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  color: #ffffff6b;
  display: none;
}
.galary-clide a:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  background: #0000006b;
  display: none;
}
.galary-clide a:hover i,.galary-clide a:hover:before{
  display: block;
}


/*slider buton < >*/
.slick-prev,.slick-next{
    position: absolute;
    top: calc(50% - 10px);
    z-index: 2;
    font-size: 0;
    border: none;
    background: none;
    height: 50px;
    width: 50px;
    outline: none;
    right: 0;
    border-left: 3px solid;
    border-top: 3px solid; 
    border-color: #ff6700;
    margin: 0 10px;
    transform: rotate(135deg);
}

.slick-prev,.slick-next:hover{
        cursor: pointer;
}

.slick-prev{
    left: 0;
    transform: rotate(-45deg);
}

.icon_elem p{
	    font-size: 18px;
}

.icon_elem a{
    font-size: 26px;
    text-decoration: none;
    font-weight: 900;
}

.icon_elem {
	    font-size: 16px;
}


.icon_elem-2 {
	    font-size: 16px;
}


/*bg-header*/
.bg-header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    z-index: -1;
}
.bg-header:before{
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
}

.service_title{
	/* padding: 10px 5px 130px 5px; */
    -webkit-background-size: cover;
    /* background-size: cover; */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    position: relative;
    height: 160px;
}

.service_title H1{
text-align: center;
    color: white;
    margin-top: 250px;
}

.item-page H2{
    margin-bottom: 30px;
}

.moduletable_crumbs{
	display: block;
	position:relative;
	width:100%;
    background-color: #00000085;
	}
.breadcrumb_crumbs{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding-top: 20px; 
	padding-bottom: 20px;
}

.breadcrumb_crumbs li{
    display: flex;
    align-items: center; 
    margin-right: 20px;
}

.breadcrumb_crumbs>li>a{
    color: #fff;
    margin-right: 20px;
}
.breadcrumb_crumbs>li>span{
    color: #ff8400;
}
/*btn-mob-menu*/
.btn-mob-menu-wrap span{
    display: block;
    width: 30px;
    height: 2px;
    margin: 5px 0;
    background: #fff;
}
.moduletable_btn_menu{
    display: none;
}

.page_services .big_block{
	margin: 0 auto;
    margin-top: 250px;
    display: block;
    max-width: 1200px;
} 

/*dable_block*/

.dable_block {
    /* max-width: 1200px; */
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 0 10px; */
    position: relative;
}

.dable_block_text{
	margin-left: 100px;
}

.dable_block_text_top {
    font-size: 48px;
    display: block;
    margin-bottom: 35px;
}

.dable_block_text_center {
    max-width: 600px;
    margin-bottom: 45px;
    font-size: 20px;
}

.dable_block>div {
    /* width: 50%; */
}

.dable_block>img {
    vertical-align: middle;
    display: block;
    max-width: 100%;
}

.moduletable_text_img_bg {
    padding-top: 100px;
    background: #e4e4e4;
}

.text_img_bg_block {
    background: rgb(2,0,36);
    background: -moz-linear-gradient(335deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 50%, rgba(0,212,255,1) 100%);
    background: -webkit-linear-gradient(335deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 50%, rgba(0,212,255,1) 100%);
    background: linear-gradient(335deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 50%, rgba(0,212,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#00d4ff",GradientType=1);
    color: #fff;
}
.text_img_bg_cont {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text_img_bg_cont>div {
    width: 50%;
	margin-top: -50px;
}

.text_img_bg_img img {
    margin-top: -130px;
}

.text_img_bg_text_block {
    padding-left: 20px;
}

.text_img_bg_top_text {
    font-size: 48px;
    display: block;
    margin-bottom: 35px;
    line-height: 120%;
	margin-top: 100px;
}

.text_img_bg_text {
   /* max-width: 450px;*/
    margin-bottom: 25px;
    font-size: 20px;
}

/*prices_table*/

.prices_table {
    width: 100%;
    /* text-shadow: 1px 1px 0px #fff; */
    background: #eaebec;
    margin: 0 auto;
    border-collapse: separate;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.prices_table tr {
    text-align: center;
    padding-left: 20px;
    border-left: #ccc 1px solid;
    border-right: #ccc 1px solid;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}

.prices_table tr:first-child th:first-child {
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}

.prices_table th:first-child {
    text-align: left;
    padding-left: 20px;
}


element.style {
}
.prices_table tr:first-child th:first-child {
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}
.prices_table th:first-child {
    text-align: left;
    padding-left: 20px;
}
.prices_table th {
        font-weight: bold;
    padding: 5px;
    border-top: 1px solid #ff6800;
    border-bottom: 1px solid #ff6800;
    border-left: #ccc 1px solid;
    border-right: #ccc 1px solid;
    background: #ff6800;
    background: -webkit-gradient(linear, left top, left bottom, from(#febf00), to(#ff6800));
    background: -moz-linear-gradient(top, #ffd966, #f9ea4c);
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}


.prices_table tr {
    text-align: center;
    padding-left: 20px;
    border-left: #ccc 1px solid;
    border-right: #ccc 1px solid;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}

.prices_table_tr_wht {
    border: none!important;
    border-collapse: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.prices_table tr:nth-child(even) td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}

.prices_table tr td:first-child {
    width: 80%;
    text-align: left;
    padding-left: 20px;
    border-left: 0;
}

.prices_table tr td {
    padding: 5px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}

.prices_table_td_wht {
    border: none!important;
    background: #fff!important;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff))!important;
    background: -moz-linear-gradient(top, #fff, #fff)!important;
    white-space: nowrap;
}

.big_block .cont_center_column div[itemprop="articleBody"] ul, .big_block .cont_center_column div[itemprop="articleBody"] ol, .big_block .cont_center_column div.blogblog ul, .big_block .cont_center_column div.blogblog ol, .big_block .cont_center_column div.item-pageblog ul, .big_block .cont_center_column div.item-pageblog ol {
    padding-left: 25px;
}
div[itemprop="articleBody"] ul li {
    list-style: disc;
    margin-left: 20px;
    font-size: 14px;
}

.item-page {
	max-width: 1200px;
    margin: 0 auto;
    padding: 0 7px;
}

.item-page p{
   line-height: 150%;
   margin-bottom:5px;
}
.block-header {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 50px;
    margin-top: 50px;
    text-align: center;
}

.block-header__title, H1 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.2;
	margin-bottom: 40px;
}

.block-header__text {
    line-height: 1.5;
    font-weight: 700;
    display: block;
    position: relative;
    margin: 0 auto;
    /* text-transform: uppercase; */
    color: #373435;
	font-size: 24px;
}
.block-header__text-orange{
	color: #ff5e00;
}

/*2block*/

.wrap_material{
	max-width: 1200px;
    font-size: 16px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    position: relative;
}
.material_left_block, .material_right_block{
    width: 50%;
	padding: 10px;
}


.moduletabledeveloper {
    background-color: black;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
}
.moduletabledeveloper a, .moduletabledeveloper span, .moduletabledeveloper {
    color: #fff;
}

.moduletabledeveloper img {
    margin: 0 auto;
}


@media screen and (max-width: 1600px){
.text_img_bg_top_text {
    font-size: 34px;
}}

@media screen and (max-width: 1200px){
	.dable_block_text_top {
    font-size: 32px;
    margin-bottom: 20px;
}
.dable_block_text_center {
    font-size: 16px;
    margin-bottom: 20px;
}

}
@media screen and (max-width: 1024px){
.text_img_bg_top_text {
    font-size: 24px;
}
}

@media screen and (max-width: 991px){
    .img-acord-wrap{
        display: none;
    }
    .accordion-question_item_wrap{
        margin: 0 auto;
    }
    .galary-clide a {
        height: 250px;
    }
    .moduletable_text_img_bg {
        padding-top: 200px;
    }
    .text_img_bg_top_text {
        font-size: 32px;
    }
	.text_img_bg_text {
        font-size: 16px;
    }
	.text_img_bg_top_text {
    font-size: 18px;
}
.wrap_material {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.material_left_block, .material_right_block {
    border: none;
    width: 100%;
}
.wrap_material {
    padding: 0;
}
.block-header__title, H1 {
    font-size: 34px;
}
	
}

@media screen and (max-width: 767px){
	.moduletable_logo img {
    max-width: 220px;  
    }
    .phpne-header-cont a{
        display: block;
        font-size: 12px;
    }
    .slider-text-top {
        font-size: 16px;
        margin-bottom: 20px;
        padding: 5px;
    }
	.moduletable_langs {
    	order: 0;
   }
    .slide-top .slider-text-center-bleck {
        padding: 5px 5px 5px 2000px;
        font-size: 11px;
		font-weight: 300;
    }
    .slider-text-center-read {
    font-size: 13px;
    line-height: 22px;
    padding: 4px 10px;
    font-weight: 500;
    }
    .slider-text-bottom {
        font-size: 13px;
        padding: 5px 10px 5px 2000px;
        margin: 8px 0 0 -2000px;
    }
	.slide-top-right .slider-text-bottom{
		font-size: 13px;
	}
	
	.slider-text-center-read:before {
		background: #0060ff;
		border-right: 3px solid #004cca;
	}
	
    .slide-top img {
        position: absolute;
        z-index: -1;
        height: 100%;
        width: auto!important;
        max-width: initial;
    }
    .moduletable_menu{
        position: absolute;
        background: #121212f2;
        left: 0;
        width: 100%;
        top: 100%;
        top: 100%;
		z-index: 11;
    }
    .nav{
        display: block;
        padding: 10px;
    }
    .nav-child{
        position: static;
        display: block;
    }
    .moduletable_btn_menu{
        display: block;
		order: 1;
    }
    .moduletable_menu{
        display: none;
    }
    .active .moduletable_menu{
        display: block;
    }
    .slide-top:nth-child(2n) .slider-text-center-bleck {
        padding: 5px 2000px 5px 0px;
        margin: 0 -2000px 0 0;
		font-weight: 300;
    }
    .slide-top-right .slider-text-bottom {
        padding: 5px 2000px 5px 5px;
    }
    .services-item{
        width: 49%;
    }
    .breadcrumb {
        padding-top: 0px;
        flex-wrap: wrap;
        padding: 0 10px;
    }
	.dable_block>div {
    width: 100%; 
    }
	.dable_block {
    padding: 35px 10px;
    background: #ffffffbf;
    }
	.dable_block_text{
		margin-left: 0px;
	}
	.dable_block_text_top {
    font-size: 28px;
    }
	.dable_block_text_img {
    display: none;
    }
	.moduletable_text_img_bg {
    padding-top: 0;
    }
	.text_img_bg_cont {
    justify-content: center;
    padding: 35px 0;
    }
	.text_img_bg_cont>div {
    width: 100%;
    padding-left: 10px;
    }

    .text_img_bg_img {
    display: none;
    }
    .block-header__text--bigger {
    text-transform: uppercase;
    font-size: 14px;
    }
	.maps-text-wrap{
		position: relative;
		transform: unset;
		left: 0px;
	}
	.maps-text {
	width: 100%;
	}
	
}
@media screen and (max-width: 540px){
    .left-head {
        font-size: 13px;
    }
    .services-item {
        width: 100%;
    }
    .title-row{
        font-size: 32px;
    }
	
	.categor_block_item img {
    width: 30%;
    }
    .block-header__title {
    font-size: 24px;
    }
    .bg-header{
		    height: 440px;
	}

}


