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

img {
    vertical-align: middle;
    display: block;
    max-width: 100%;
}
button{
    cursor: pointer;
}
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: 'Roboto', sans-serif;
    color:#323232;
 
}


a{
    text-decoration: none;
     color:#135dc7;
}

a:hover, a:focus {
    text-decoration: none;
     color:#0069ff;
}

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


p{
    margin:0;

}

h1 {
    font-size: 34px;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    font-weight: 700;
    line-height: 1.6;
}

h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    font-weight: 700;
    line-height: 1.6;
}

h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    font-weight: 700;
    line-height: 1.6;
}

*{
    margin: 0;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: none;
}

/*header*/
header{
    width: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,.35);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.35);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.35);
    top: 0;
    z-index: 12;
    background: #fff;
    transition: 0.5s;
    top:-100px;
}
.fixed-header{
    position: fixed;
    top: 0;
}
.fixed-header .moduletable_logo img {
    max-width: 140px;
}
.header_wrap{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 10px;
}


header .show .btn-yellow{
    display: none;

}
.btn-yellow-arrow{
    display: block;
    font-size: 14px;
    color: #333;
    background: #ff4a01;
    padding: 10px 15px 10px 15px;
	border: 1px solid #ff4a01;
    margin-right: 10px;
	margin-left: 10px;
    width: 100%;
    max-width: fit-content;
	text-transform: uppercase;
    border-radius: 4px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
	

}

h1 span{
	    color: #ff4a01;
}

h2 span{
	    color: #ff4a01;
}

h3 span{
	    color: #ff4a01;
}

.btn-yellow-arrow:hover {
    color: #f60;
    background-color: transparent;
    border: 1px solid #f60; 
}

.btn-phone-header-wrap{
    display: flex;
    align-items: flex-start;
}
.custom_btn_header{
    font-family: Montserrat;
}
.btn-yellow-phote{
    font-size: 20px;
	margin-right: 10px;
	margin-top: 5px;
    text-decoration: none;
    color: #383838;
    font-weight: 600;
    white-space: nowrap;
}

.btn-yellow-arrow{
    position: relative;
}
.btn-yellow-arrow:before{
    content: "→";
    position: absolute;
    right: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 25px;
    top: 0px;
}

.custom-btn {
    position: relative;
    overflow: hidden;
   -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.custom-btn:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fa4923;
    opacity: 0;
    z-index: 1;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.custom-btn:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #ffffff6e;
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes slideme { 0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; } }


/*menu*/
.moduletable_logo{
	padding: 8.4px 0;
}
.moduletable_logo img{
    max-width: 240px;
}
.nav,.btn_header,.header_menu_btn{
    display: flex;
    align-items: center;
        position: relative;
}
.nav{
    margin-right: 20px;
    display: none;
}
.show .nav{
    display: flex;
}


.nav>li{
    margin: 0 10px;
      padding: 25px 0;
}
.nav>li>a,.nav>li>span{
    text-transform: uppercase;
    font-size: 14px;
    white-space: nowrap;
	    color: #000;
}

.nav>li>a:hover{
	    color: #ff6700;
}

.nav>li>.active a{
	    color: #ff6700;
}

.moduletable_top_menu ul .active a, .moduletable_top_menu ul .active span {
    color: #ff6700;
}

.btn_menu_mob_icone{
    display: flex;
}
.btn_menu_mob_icone{
    display: flex;
    margin-left: 15px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    align-items: center;
    padding-top: 7px;
    cursor: pointer;
}

.btn_menu_mob_icone img{
    height: 19px;
    margin-right: 10px;
}
.nav-child{
    max-height: 0; 
    overflow: hidden; 
    position: absolute;
    background: #fff;
    z-index: 3;
    width: max-content;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
}
.nav>li:hover .nav-child{
    max-height: fit-content;
    height: 600px;
    padding: 20px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
} 
.nav a:hover{
     color: #ebc810;
}
.nav-child li{
  margin-bottom:7px;
}

.nav-child li a{
	color: black
}

.nav-child li a:hover{
	color: #ff4a02;
}

.nav ul .active a, .nav-child ul .active span {
    color: #ff4a02; 
}


.nav .parent{
    position: relative;
    padding-right: 10px;
}
.nav .parent:before{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    right: 0;
    top: 30px;
    border-right: 2px solid #5a5959;
    border-bottom: 2px solid #5a5959;
    transform: rotate(45deg);
}
/**/
.inner-box_wrap{
    display: flex;
    max-width: 1200px;
    padding: 10px;
    justify-content: space-around;
    align-items: flex-start;
    margin: 0 auto;
    flex-wrap: wrap;
    margin-bottom: 50px;
    padding: 10px;
    
}

.spec-list-btn{
    position: relative;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}
.spec-list-btn:before{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    right: 120px;
    top: calc(50% - 5px);
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg);
}
.inner-box {
    position: relative;
    display: block;
    background: #ffffff;
    text-align: center;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    outline: 2px solid transparent;
    outline-offset: 0px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(244,244,244,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(244,244,244,1);
    box-shadow: 0px 0px 15px 0px rgba(244,244,244,1);
    width: 100%;
    max-width: 385px;
    margin: 10px 0;
}
.lower-content ul{
    display: none;
}
.inner-box h2 {
    position: relative;
    color: #222222;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 0px;
    border: 1px solid #eeeeee;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.price-header {
    position: relative;
    padding: 20px 20px 25px;
    line-height: 1em;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: #f4f4f4;
}
.lower-content {
    position: relative;
    padding: 5px 0px 40px;
}
.lower-content li{
    line-height: 32px;
    padding: 8px 15px;
    font-size: 16px;
    color: #848484;
	text-align: left;
    font-weight: 400;
    border-bottom: 1px solid #eeeeee;
}
.join-btn {
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 44px;
    border: 2px solid #f4f4f4;
    text-transform: capitalize;
    display: block;
    margin-top: 30px;
    cursor: pointer;
}
.price-header .price {
    position: relative;
    line-height: 1em;
}
.price-header .dollar-sign {
    position: relative;
    top: -40px;
    font-size: 18px;
    font-weight: 300;
    color: #222222;
    left: -6px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}
.price-header .price .total-amount {
    font-size: 100px;
    font-weight: 400;
    line-height: 1em;
    color: #222222;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}
.price-header .price sub {
    font-size: 12px;
    font-weight: 400;
    left: -10px;
    color: #222222;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}
.inner-box:hover .price-header {
    background-color: #ff6600;
}
.inner-box:hover {
    outline-color: #ff6600;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.inner-box:hover .price-header .dollar-sign, 
.inner-box:hover .price-header .price .total-amount, 
.inner-box:hover .price-header .price sub, 
.inner-box:hover .price-header .text {
    color: #ffffff;
}
/*top-slider*/
.wraper-top-slider{
    position: relative;
}
.wraper-top-slider .slick-slid:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background: #00000059;
    z-index: 1;
    }
.top-slider{
    position: absolute!important;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}

.top-slider .slick-track,.top-slider .slick-list{
    height: 100%;
}

.top-slider .slick-slid{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.top-slider-text{
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding:150px 10px;
    position: relative;
    color: #fff;
}
.top-slider-text-top{
    font-size: 46px;
}
.top-slider-text-botton{
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 80px;
}

.btn-wite{
    background: #fd4b04d9;
    font-weight: 700;
    border-radius: 5px;
    padding: 15px 30px;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    border: 1px solid #ff4a02;
}

.btn-wite a {
	color: #ffffff;
}

.btn-wite:hover{
    background: #ff4a02;
	color: #ffffff;
}


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

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


/**/

.custom_advantages{
    border: 1px solid #d8d8d8;
}

.advantages-wrap{
    display: flex;
    justify-content: space-around;
    padding: 40px 10px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.advantages-item{
    text-align: center;
    max-width: 160px;
    padding: 5px;
}

.advantages-item img{
    margin: 0 auto 15px auto;
}
.advantages-item-text{
    font-size: 20px;
    color: #54595f;
    font-weight: 300;
    line-height: 120%;
}

/*SITEMAP*/
.sitemap{
	    display: block;
    max-width: 1000px;
    margin: 50px auto;
}

.sitemap H1{
	margin-bottom: 20px;
}

/*Preloader*/

.wrap-myLoader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #424242;
    z-index: 51;
    transition: 1s all;
    opacity: 1;
    visibility: visible;
}
.myLoader {
    width: 75px;
    height: 75px;
    border: 10px solid white;
    border-radius: 50%;
    border-top-color: #ff4a01;
    position: absolute;
    left: 49%;
    top: 49%;
    transform: translate(-49%, -49%);
    animation: 1s myAnim linear infinite;
}
.cansel {
    opacity: 0;
    visibility: hidden;
}
@keyframes myAnim {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}


/**/
.slider-3-items {
    padding: 0 20px;
}
.slider-3-items .item{
    padding: 0 5px;
}
.item-price-wrap{
    max-width: 350px;
    background: #fff;
    margin: 0 auto;
	border: 1px solid #ccc;
}
.item-price-title {
  text-transform: uppercase;
  padding: 5px;
  line-height: 50px; 
  text-align: center;
  font-weight: 600;
  font-size: 18px; 
}

.item-price-image img {
  width: 100%;
  height: auto; }

.item-price-caption {
  padding: 30px; }
  .item-price-caption .description-list {
    height: 200px; }


    

.price-box {
  padding: 15px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  background: #0e3c7e;
  width: fit-content;
  margin: -30px auto 0 auto;
  position: relative;
}


.custom_slider_uslugi{
    background-color: #e5e5e5;
    background: url(../img/uslugi-slider-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 100px 0px 100px 0px;
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-position: left;
    position: relative;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 0px 60px 0px;
}
.btn-own.white {
  background-color: #fff;
  color: #f60;
  border: 1px solid #fff; }

  .btn-own.white:hover {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff; }

.btn-own.orange {
   background-color: #ff4a01;
  color: #fff;
  border: 1px solid #f60;
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
}
  .btn-own.orange:hover {
    color: #f60;
    background-color: transparent;
    border: 1px solid #f60; 
}
.description-list li {
  list-style-image: url(../img/mark-orange.png);
  /* line-height: 26px; */
  text-align: left;
  }

.description-list{
    padding-left: 30px;
}

.btn-ask.orange1{
    color: #f60;
    background-color: transparent;
    border: 1px solid #f60; 
    width: fit-content;
    padding: 10px 20px;
    font-size: 22px;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.service_btn {
    display: block;
    position: relative;
    text-align: center;
   
}

.service_btn a{
    margin: 0 auto;
}

.btn-ask.orange1:hover {
    background-color: #ff4a01;
    color: #fff;
    border: 1px solid #f60;
}

.btn-ask.orange{
    background-color: #ff4a01;
    color: #fff;
    border: 1px solid #f60;
    width: fit-content;
    padding: 10px 20px;
    font-size: 22px;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.btn-ask.orange:hover {
    color: #f60;
    background-color: transparent;
    border: 1px solid #f60; 
}

.headline{
	text-align: center;
    padding-top: 40px;
	padding-bottom: 40px;
}

.headline H2{
	    font-size: 38px;
}

.headline-text p {
	 font-size: 20px;
}

.headline-text{
    display: block;
    text-align: center;
    font-size: 20px;
    max-width: 1200px;
    margin: 30px auto;
    /* padding-top: 50px; */
    margin-bottom: 30px;
}
.headline-text span{
  /*  font-size: 16px;
    font-weight: bold;*/
}

.custom_info_us{
   margin-bottom: 50px;	
}

.custom_info_us p {
   font-size: 20px;
   color: #000000;
}



.custom_info_us h1 {
    font-size: 38px;
    margin-bottom: 40px;
    margin-top: 40px;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    font-weight: 700;
    line-height: 1.2;
}

/*info_us_wrap*/
.info_us_wrap{
    max-width: 1200PX;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding:10px;
}
.info_us_block_text{
    margin-left: 50px;
}
.info_us_block_text span{
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.promo-img{
	position: relative;
    display: block;
    margin-bottom: 40px;
 
}

.promo-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(-7.4%, 11.4%);
    transform: translate(-7.4%, 11.4%);
    width: 100%;
    height: 100%;
    border: 10px solid #fb500b;
    z-index: -1;
}

.promo-img-r{
	position: relative;
    display: block;
	max-width: 90%;
 
}

.promo-img-r:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(2%, 2%);
    transform: translate(2%, 2%);
    width: 99%;
    height: 100%;
    border: 10px solid #fb500b;
    z-index: -1;
}
	
.img-r{
	vertical-align: middle;
    display: block;
    max-width: 100%;
	border: 8px solid #0054a1;
}	

.promo-img-l{
    position: relative;
    display: block;
	max-width: 90%;
	float:right;
	border: 8px solid #0054a1;
}

.promo-img-l:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(2%, 2%);
    transform: translate(-6%, 2%);
    width: 99%;
    height: 100%;
    border: 10px solid #fb500b;
    z-index: -1;
}

/**/

/*price-table*/
/*Price*/


.content_table {
	width: 100%;
	background:#eaebec;
	margin: 0 auto;
	border-collapse:separate; 
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin-top: 15px; 	
	margin-bottom: 15px; 	
}
.content_table th {
    font-weight: bold;
	color: #020000;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px;
    border-top: 1px solid #f07000;
    border-bottom: 1px solid #ffa400;
    border-left: #ccc 1px solid;
    border-right: #ccc 1px solid;
    background: #fa5f21;
    background: -webkit-gradient(linear, left top, left bottom, from(#fb500b), to(#fa5f21));
    background: -moz-linear-gradient(top, #fb500b, #fa5f21);
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}

.content_table th:first-child{
	text-align: left;
	padding-left:20px;
}
.content_table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.content_table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.content_table tr{
	text-align: center;
	padding-left:20px;
	border-left:#ccc 1px solid;
	border-right:#ccc 1px solid;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
.content_table tr td:first-child{
	width: 70%;
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.content_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);
}
.content_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);
}
.content_table tr:last-child td{
	border-bottom:0;
}
.content_table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.content_table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.content_table tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}
 
.content_table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.content_table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.content_table a:active,
.content_table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
/**/

/*Заголовок и фон*/

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

.service_title::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.48);
}

.service_title h1 {
    max-width: 1200px;
    font-size: 52px;
    color: rgb(255, 255, 255);
    text-align: center;
    position: relative;
    margin: 20px auto;
}

.service_btn {
    display: block;
    position: relative;
    text-align: center;
}

.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__text {
    line-height: 1.5;
    font-weight: 700;
    display: block;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    /* text-transform: uppercase; */
    color: #767575;
}

.block-header__text--bigger {
    font-size: 18px;
}

.block-header__title, h1 {
    font-size: 48px;
    text-transform: uppercase;
    color: #ff4a01;
    font-weight: 700;
    line-height: 1.2;
}

.service_title span {
    color: #ff4a02;
    display: block;
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -.3px;
    text-align: center;
    padding-bottom: 20px;
    margin: 10px auto;
}

.service_btn {
    display: block;
    position: relative;
    text-align: center;
}

.service_title_block{
	position: relative;
    padding: 14px 25px 12px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    color: #0c0c0c;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    max-width: 1046px;
}

.service_title_block h1 {
    font-size: 40px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-weight: 700;
    line-height: 1.2;
}

.service_title_block p
{
	    color: #ffffff;
}


.service_title_block:after, .service_title_block:before {
    display: block;
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    border-top: 5px solid #ff4a02;
    border-left: 5px solid #ff4a02;
	cursor: pointer;
    pointer-events: none;
}

.service_title_block:after {
    right: 0;
    bottom: 0;
    transform: rotate(180deg);
}

.service_title_cont{
	display: block;
    position: relative;
    padding: 40px;
}
/**/

/*material-blocks*/
.section_block {
    touch-action: pan-x;
    height: 540px;
    overflow-y: scroll;
	padding: 10px;
}

.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;
}

div[itemprop="articleBody"] ol li {
    list-style: decimal;
    margin-left: 20px;
    font-size: 14px;
}

.big_block .cont_center_column div[itemprop="articleBody"], .big_block .cont_center_column div.blogblog, .big_block .cont_center_column div.item-pageblog div.page-header {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 7px;
	line-height: 180%;
    text-align: justify;
}
.custom_container{
	 max-width: 1200px;
    margin: 0 auto;
    padding: 0 7px;
}

.wrap_material {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	padding-bottom: 40px;
	max-width: 1200px;
    line-height: 180%;
    margin: 0 auto;
}


.material_left_block {
    padding: 10px;
    width: 50%;
}

.material_right_block{
    padding: 10px;
    width: 50%;
}

    .material_left_block .img{
    position: relative;
    /* right: -10px; */
    top: 0px;
    display: block;
    float: left;
    width: 90%;
}

   .material_left_block .img:before {
  /*  content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(4%, 4%);
    transform: translate(4%, 4%);
    width: 100%;
    height: 100%;
    border: 6px solid #ff6600;
    /* z-index: -1; */
	    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(-7.4%, 11.4%);
    transform: translate(-7.4%, 11.4%);
    width: 100%;
    height: 100%;
    border: 10px solid #ffc501;
    z-index: -1;
}
}
	
    .material_right_block .img {
    position: relative;
    /* right: -10px; */
    top: 0px;
    display: block;
    float: right;
    width: 90%;
}


.material_right_block .img:before {
  /*  content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(-6%, 6%);
    transform: translate(-6%, 6%);
    width: 100%;
    height: 100%;
    border: 6px solid #ff6600;
    /* z-index: -1; */
	    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(-7.4%, 11.4%);
    transform: translate(-7.4%, 11.4%);
    width: 100%;
    height: 100%;
    border: 10px solid #ffc501;
    z-index: -1;
}
}

.wrap_material ul li {
    list-style: disc;
    margin-left: 30px;
    font-size: 14px;
}

.bt-btn{
	    text-align: center;
    width: 100%;
    margin: 50px auto;
    display: inline-block;
}

.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;
}
/**/

.forms{
	display:none;
}



.moduletable_otz{
    background: url(/templates/budremstroy/img/bg_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.custom_otz{
    background: #0000009c;
}

.reviews_text{
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 10px;
    text-align: center;
    color: #fff;
}

.reviews_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.reviews_item{
    max-width: 300px;
}

.reviews_text_top{
    font-size: 42px;
    line-height: 100%;
    margin-bottom: 50px;
    padding: 10px;
    text-align: center;
}

.reviews_text_bottom{
    font-size: 22px;
    max-width: 700px;
    margin: 0 auto 50px auto;
}

.reviews_item_top_text{
    font-size: 34px;
    line-height: 100%;
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #cccccc63;
}

/*slider-gelery*/
.custom_galery_slider {
    background-color: #e5e5e5;
    background: url(../img/uslugi-slider-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 100px 0px 100px 0px;
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-position: left;
    position: relative;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 0px 60px 0px;
}


.galary-clide{
padding:0 30px;
  margin-bottom:50px;
}
.galary-clide a{
  margin:0 10px;
  position: relative;
}
.galary-clide i{
  font-size: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  color: #ffffff;
  display: none;
}
.galary-clide a:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  background: #0000006b;
    -webkit-transition: all 0.3s ease;;
  -moz-transition: all 0.3s ease;;
  -o-transition: all 0.3s ease;;
  transition: all 0.3s ease;
  display: none;
}
.galary-clide a:hover i,.galary-clide a:hover:before{
  display: block;
    -webkit-transition: all 0.3s ease;;
  -moz-transition: all 0.3s ease;;
  -o-transition: all 0.3s ease;;
  transition: all 0.3s ease;
}

.bt{
	display: flex;
	position: relative;
	margin: 40px auto;
	justify-content: center;
	
}

/*Gallary*/
.os-gallery-caption{
	display: block;
    position: relative;
    text-align: center;
    color: #ffffff;
	text-shadow: 3px 3px #000000;
    z-index: 10;
}

.os-gallery-img-category p{
	    display: block;
    position: relative;
    text-align: center;
    color: #ffffff;
    top: 50px;
    z-index: 11;
}


/*werking_wrap*/

.moduletable_werking{
    background: url(/templates/budremstroy/img/bg_2.jpg);
     background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;

}
.custom_werking{
    background: #00368ec2;
    padding: 50px 10px;
}
.werking_wrap{
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin:0 auto;
    padding: 10px;
    flex-wrap: wrap;
}
.werking_item{
    max-width: 300px;
    padding: 20px;
}
.werking_item_namber{
    font-size: 83px;
    line-height: 100%;
    display: block;

}
.werking_item_hedline{
    display: block;
    width: fit-content;
    background: #ff4a01;
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: -17px;
    padding: 0px 5px;
    margin-bottom: 10px;
}
/*static form*/
.form-h {
    text-align: center;
    z-index: 1;
	font-weight: 700;
    color: white;
    text-transform: uppercase;
    font-size: 28px;
    padding: 40px;
    width: 100%;
        background: #00000059;
	}
	
form.pwebcontact-form button, form.pwebcontact-form .btn {
	    font-size: 18px!important;
    text-transform: uppercase;
    font-weight: 600;
}

.moduletable_form_static .pweb-label {
	    font-size: 16px!important;
}
	
.moduletable_form_static .pweb-fields{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 810px;
    margin: 0 auto;

}
.moduletable_form_static .pweb-fields:before,
.moduletable_form_static .pweb-fields:after{
    display: none;
}
.moduletable_form_static .pweb-field-field_3{
    order: 1;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.moduletable_form_static .pweb-field-field_3 .pweb-field{
    width: 30%!important;

}
.moduletable_form_static .pweb-field-field_3 .pweb-field .pweb-single-checkbox{
    width: 20px!important;
    height: 20px!important;
    float: left;
}
.moduletable_form_static .pweb-field-field_3:before,
.moduletable_form_static .pweb-field-field_3:after{
    display: none;
}
.moduletable_form_static .pweb-field{
    width: auto!important;
}
.moduletable_form_static input,.moduletable_form_static button{
    box-shadow: none!important;
    height: 50px!important;
    padding: 0 !important;
    width: 100%!important;
}
.moduletable_form_static .pweb-label-over,.moduletable_form_static .pweb-field-buttons{
    width: 30%;
}
.moduletable_form_static .pweb-label{
    transform: translateY(-50%);
    left: 10px!important;
    top: 50%!important;
    padding: 0;
    line-height: 100%;
}

.moduletable_form_static{
    background: url(/templates/budremstroy/img/bg_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.pweb-bg-white .pwebcontact-container, .pweb-bg-white.ui-effects-transfer.pweb-genie{
    background-color: #0000!important;
        padding: 0;
}
.moduletable_form_static form{
    background: #00000059;
    padding: 50px 10px 20px 10px;
}
.moduletable_form_static .pweb-bg-white form.pwebcontact-form #pwebcontact97_field-field_3-lbl{
    color: #fff!important;
    padding-left: 25px;
}
.moduletable_form_static button{
    background: #f60!important;
}
.moduletable_form_static input{
    padding: 0 10px!important;
}


.ruletca {
    position: relative;
    padding-bottom: 20px;
    margin: 0 auto;
    top: -20px;
}

/*acordion*/
.questions_block{
    padding: 40px 10px;
    max-width: 1200px;
}
.accordion-header {
    display: table;
    width: 100%;
    padding: 15px 15px 10px 15px;
    font-weight: 700;
    text-decoration: none;
    color: #020917;
    cursor: pointer;
    border-bottom:1px solid #d6e3f2;
}
.accordion-header p {
    float: left;
    width: 90%;
    margin: 0;
    font-size:18px;
    font-family: 'Source Sans Pro', sans-serif;
    color:#4a6082;
    text-align:left;
}
.accordion-header p:hover {
    color:#020917;
}

.accordion-header a{
    font-size:0px;
    font-weight: 700;
}

.accordion-close {
    display: block;
    float: right;
    width: 15px;
    height: 15px;
    position: relative;
   
}
.accordion-close:after {
    content:"+";
    display: block;
    position: absolute;
    font-size: 25px;
    color: #ff4a01;
    top: -10px;
    
}
.active-p .accordion-close:after{
    content: "-";
}
.accordion.expanded .accordion-close:after {
    top: -3px;
    border-color: transparent transparent #ffac29;
}
.accordion-collapse {
    display: none;
    text-align:left;
    padding:0px 15px;
}
.accordion-collapse p {
    padding-top: 15px;
    font-size: 16px;
    color: black;
}
.accordion {
    padding-bottom: 10px;
}
.resp_info {
    font-size: 15px;
    color: #020917;
    padding: 10px 0px;
    font-family: 'Source Sans Pro', sans-serif;
}
.questions_bg ol {
    padding: 15px 15px 15px 30px;
}
/*map*/
.map_text_block_wrap{
    display: flex;
    
}
.maps_block{
    width: 100%;
}
.map_text_block_bg{
    padding: 30px 80px;
    background: #035e9e;
}
.map_text_block_bg *{
    color: #fff;
    font-size: 18px;
}
.map_text_block_item_text i{
    margin-right: 10px;
}
.top_text_map{
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}
.map_text_block_item{
    display: flex;
    align-items: center;
    justify-content: space-around;
    justify-content: space-between;
}
.big_icone_map{
    font-size: 100px;
    color: #096fb7;
}
.map_text_block_item_bottom .map_text_block_item_text{
    text-align: center;
    padding-top: 30px;
}
.map_text_block_item_bottom_top_text{
        font-size: 26px;
}
.map_text_block_item_bottom_btn{
    background: #ff4a01;
    padding: 5px 20px;
    color: #fff;
    font-size: 20px;
    border-radius: 3px;
    margin-top: 20px;
    display: inline-block;
}
/*moduletable_work_us*/
.moduletable_work_us{
    background: url(/templates/budremstroy/img/bg_3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.work_us_wrap img{
      max-width: 500px;
}
.custom_work_us{
  /*  background: url(/templates/budremstroy/img/bg_3.jpg); */
    background-repeat: no-repeat;
    background-position: center center;
}
.work_us_wrap{
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-around;
}
.work_us_wrap ul{
    padding: 15px 15px 15px 40px;
}
.work_us_wrap li{
    position: relative;
}
.work_us_wrap li:before{
    position: absolute;
    content: "";
    width: 15px;
    height: 8px;
    border-bottom: 2.5px solid #0a61d6;
    border-left: 2.5px solid #125bbd;
    left: -25px;
    top: 0px;
    transform: rotate(-45deg);
    border-radius: 2px;
}
.work_us_wrap li{
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 100%;
    max-width: 250px;
    color: #000;
}


/* FOOTER */
.custom_footer{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.custom_footer>div{
  padding: 10px 5px;
  max-width: 300px;
}
.footer_block_4 .down_phone{
  display: block;
  position: static;
  background: none;
  padding: 0;
}
.footer_block_4 .down_phone:before{
  display: none;
}
.footer_block_4 .work-schedule{
  display: block;
}

.footer_block_4 .double_phone_block a{
  background: none;
}
.footer_block_4 .work-schedule:before{
  top:20%;
}
footer ul li a{
  text-decoration: underline!important;
}
footer{
  background: #1d1d1d;
  padding: 30px 5px;
}
footer a,footer span,footer{
  color: #fff;

}
.top_text_footer,.top_text_footer a,.footer_block_4 .down_phone>span{
    font-size: 28px;
    color: #ff4a01;
    font-weight: bold;
    text-decoration: none!important;
    margin-bottom: 10px;
    display: block;
}
.footer_block_4 .double_phone_block a>span{
  line-height: 100%;
}

.districts{
  text-align: justify;
    color: #888;
}

.moduletableCopyright{
  text-align:center;
}

.custom_phone{
	    font-size: 24px;
}

.copyright{
    background-color: black;
    color: white;
	padding: 20px;
}

.copyright img {
	    margin: 0 auto;
}

.copyright a {
	 color: white;
}

.copyright a:hover {
	     color: #f76c0f;
}


.btn_mob_phone{
    display: none;
}

/*video*/
.custom-video {
    position: relative;
    padding-bottom: 10px;
    width: 100%;
    max-width: 900px;
    min-height: 350px;
    margin: 0 auto;
}

/*form*/
#pwebcontact95_toggler{
    display: none;
}
/*lightbox form*/
#pwebcontact95_container{
   background-color: #fff!important; 
       border-radius: 0;
}
#pwebcontact95_container *{
    min-width: auto!important;
}
#pwebcontact95_text-0, .pweb-separator-text{
    color: black;
    font-size: 22px;
    font-weight: 500;
    padding-top: 25px;
    text-align: center;
}
#pwebcontact95_container .pweb-field-captcha *{
    border: none!important;
    outline: none;
    box-shadow: none;
}
#pwebcontact95_modal #pwebcontact95_captcha,#pwebcontact95_modal .g-recaptcha-response{
    border: none!important;
}
form.pwebcontact-form .pweb-field-captcha .pweb-field{
    margin-left: 0!important;
}
#pwebcontact95_field-name-lbl, .pweb-labels-over form.pwebcontact-form .pweb-label-over label{
        font-size: 16px;
    color: #5d5d5d;
}

#pwebcontact95_modal .btn {
    background: #ff6700;
    padding: 10px 30px;
    letter-spacing: 2px;
    font-size: 18px;
}



#pwebcontact98_modal .pwebcontact-container{
  border-radius:0px;
}


#pwebcontact95_modal .pweb-input{
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #ccc!important;
    min-height: 40px;
}

#pwebcontact95_modal .pwebcontact-form{
    max-width: 302px;
    margin: 0 auto;
}

#pwebcontact95_modal .btn{
    background: #ff6700;
    border-radius: 5px;
    box-shadow: none;
    color: #fff;
    border: none;
    text-transform: uppercase;
    margin: 0 auto;
    max-width: fit-content;
    display: block;
}

#pwebcontact95_modal .pweb-button-close:before,#pwebcontact95_modal .pweb-button-close:after {
    content: "";
    position: absolute;
    width: 25px;
    top: 50%;
    left: 0;
    height: 1px;
    background-color: #777;
}

#pwebcontact95_modal .pweb-button-close:before {
    -webkit-transform: translate3d(0px, 0px, 0) rotate(45deg);
    transform: translate3d(0px, 0px, 0) rotate(45deg);
}
#pwebcontact95_modal .pweb-button-close:after {
    -webkit-transform: translate3d(0px, 0px, 0) rotate(-45deg);
    transform: translate3d(0px, 0px, 0) rotate(-45deg);
}

#pwebcontact95_modal .pweb-button-close{
  background: none!important;
  top: 7px;
  right: 5px;
}
@media (max-width: 1200px){
    .moduletable_logo img {
    max-width: 210px;
    }
}

@media (max-width: 1024px){
	
	.nav>li>a, .nav>li>span {
    font-size: 13px;
    }
	
        .moduletable_logo img{
        max-width: 150px;
    }
	.service_title h1 {
    font-size: 38px;
	}
	

.service_title span {
    font-size: 20px;
    }
}

@media (max-width: 990px){
	.service_title h1 {
    font-size: 28px;
	}
.service_title span {
    font-size: 18px;
    }
    .work_us_wrap img {
        max-width: 250px;
    }
    .info_us_wrap img{
        max-width: 300px;
    }
    .big_icone_map{
        display: none;
    }
    .map_text_block_bg{
        padding: 30px;
    }
    .map_text_block_item_bottom .map_text_block_item_text{
        padding-top: 10px;
    }
    .btn_menu_mob_text{
        display: none;
    }
    .btn_mob_phone{
    display: block;
    margin-right: 20px;
    border: 2px solid #ff4a01;
    padding: 0px 10px 5px 10px;
    border-radius: 5px;
    }
    .btn-phone-header-wrap{
        display: none;
    }
    .btn-phone-header-wrap__mob{
        position: absolute;
        top: 100%;
        background: #fff;
        padding: 20px;
        width: max-content;
        right: 90px;
        flex-direction: column;
        display: flex;

    z-index: 100;
    }
    .btn_menu_mob_icone{
        margin-top: 0;
    }
    .btn_mob_phone i{
        font-size: 22px;
        padding-top: 10px;
    }
    .header_menu_btn.show .moduletable_top_menu{
        position: fixed;
        height: calc(100% - 80px);
        overflow: scroll;
        top: 70px;
        right: 5px;
        background: #fff;
        z-index: 100;
            padding: 20px;
    }
    .show .nav {
       flex-direction: column;
      align-items: flex-start;
      margin-right: 0;
    }
    .nav>li {
    margin: 0 10px;
    padding: 0; 
    }
    .nav .parent:before {
        display: none;
    }
    .nav .nav-child{
        position: static;
        max-height: fit-content;
        transform: translate(0%);
            margin-left: 10px;
    }
    .nav .nav-child a{
        color: #000;
    }


}


@media (max-width: 767px){
	
	.custom_slider_uslugi {
	   background: none;
	}
	.wrap_material H2{
		text-align: left;
	}
	.headline{
		padding:20px;
	}
	.custom_galery_slider {
		background: none;
	}
	
    .info_us_block_text{
        margin-left: 0;
    }
    .map_text_block_wrap{
        flex-direction: column;

    }
    .map_text_block_bg{
        order: 1;
    }
	h2{
		
	}

    .btn-yellow-arrow{
        order: 1;
        margin-right: 0;
    }
    .btn-yellow-arrow:before{
        display: none;
    }
    .btn-yellow-arrow{
        padding: 5px 5px;
        font-size: 10.7px;
        text-transform: uppercase;
        margin: 10px auto;
    }
    .btn-yellow-phote{
       font-size: 14px;
        margin-bottom: 3px;
    }
    .moduletable_form_static .pweb-fields{
        flex-direction: column;
        align-items: center;
    }
    .moduletable_form_static .pweb-field-field_3{
        width: auto;
    }
    .moduletable_form_static .pweb-field-field_3 .pweb-field {
        width: 100%!important;
    }
    .moduletable_form_static .pweb-label-over, .moduletable_form_static .pweb-field-buttons {
        width: 30%;
        width: 100%;
        max-width: 350px;
    }
    .work_us_wrap img{
        display: none;
    }
    .work_us_wrap{
        display: block;
    }
    .work_us_wrap li{
        max-width: 100%;
    }
    .info_us_wrap img{
        display: none;
    }
    .maps_block {
       height: 300px;
    }
    .footer_menu{
        margin-bottom: 50px;
    }
    .top-slider-text-top {
        font-size: 26px;
     }
     .top-slider-text-botton{
        font-size: 16px;
     }
     .btn_menu_mob_icone{
    font-size: 12px;
    padding: 10px 0px 10px 10px;
    border-radius: 5px;
    /* padding-left: 5px; */
    border: 2px solid #ff4a01;
     }

    .header_wrap{
        padding: 5px;
    }
    .reviews_text_top {
        font-size: 32px;
        margin-bottom: 0px;
    }
    .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%;
    }
}

@media (max-width: 420px){
	.block-header__title, h1 {
    font-size: 20px;
	}
	.block-header__text--bigger {
    font-size: 14px;
}
    .btn-wite{
          font-size: 12px;
              padding: 10px 10px;
    }
    .moduletable_logo img {
        max-width: 140px;
    }
	.service_title_cont {
    padding: 8px;
}
.content_table th:first-child {
    text-align: left;
    padding-left: 0px;
}
.content_table th{
	padding: 0px;
	    font-size: 11px;
}

.promo-img:before{
	-webkit-transform: translate(-7.4%, 2.4%);
    transform: translate(-7.4%, 2.4%);
	border: 8px solid #fb500b;
}

 .custom_footer{
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
}


/*scroll*/

::-webkit-scrollbar-button { 
background-image:url(''); 
background-repeat:no-repeat; 
width:6px; 
height:0px 
} 

::-webkit-scrollbar-track { 
background-color:#575656; 
} 

::-webkit-scrollbar-thumb { 
background-color:#f07d01; 
} 

::-webkit-scrollbar{ 
width: 3px; 
}
