html, body {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
}
a {
    text-decoration: none;
    color: inherit;
}
a:focus, a:active{
    outline: none;
}
li {
    list-style: none;
}
#menumodule_1 {
    margin: 0;
}
 input {
    font-family: 'Gilroy';
    color: #000;
}
 .con_text {
     font-size: 16px;
     line-height: 150%;
     color: #333;
 }
.con_text li {
    list-style: unset;
}
html { height:100%; }

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0
}

body {
    background-color: #fff;
    height: 100%;
	word-wrap: break-word;
	color: #555555;
    font-family: 'Gilroy', Tahoma, Arial;
	font-size: 14px;
	font-weight: 400;
}

*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.puller {
    clear: both;
    height: 0;
}
.wrapper {
    width: 1290px;
    margin: 0 auto;
    position: relative;
}
.transition {
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
}
/*Header*/
.header {
}
.header_container {
    color: #fff;
    position: absolute;
    top: 0;
    z-index: 999;
}
.header .header_logo {
    padding-top: 20px;
    padding-left: 40px;
    display: inline-block;
    float: left;
}
.header .header_menu {
    float: left;
    display: inline-block;
    padding-top: 60px;
    padding-left: 90px;
    font-size: 20px;
    font-weight: 500;
}
.header_menu ul li {
    float: left;
    padding: 0 20px;
    text-transform: uppercase;
}
.header_menu ul li:hover a,
.header_menu ul li.selected a{
    color: #3b54e4;
}
.header_call .call_button {
    cursor: pointer;
}
.header .header_call {
    float: left;
    display: inline-block;
    padding-left: 40px;
    color: #f2f2f2;
    padding-top: 22px;
}
.header_call .call_number {
    font-size: 23px;
    font-weight: 600;
    padding: 10px 0;
    text-align: center;
}
.header_call .call_button a {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    background: #3b54e4;
    border: 1px solid #3b54e4;
    border-radius: 5%;
    display: block;
    text-align: center;
}
.header_call .call_button a:hover {
    border: 1px solid #fff;
    background: transparent;
}
/*Footer*/
.footer .footer_left, .footer .footer_right {
    width: 50%;
    float: left;
}
.footer_left .left_contacts{
    padding-top: 80px;
    padding-left: 35px;
}
.left_contacts .contacts_title span  {
    font-size: 38px;
    font-weight: 600;
    color: #232325;
}
.left_contacts .contacts_title {
    font-size: 30px;
    font-weight: 400;
}
.left_contacts .contacts_look-at-map {
    font-size: 16px;
    font-weight: 400;
    color: #747474;
    border-bottom: 1px dashed #747474;
    cursor: pointer;
    display: inline-block;
}
.left_contacts .contacts_number {
    font-size: 30px;
    font-weight: 500;
    color: #232325;
    padding: 25px 0;
}
.left_contacts .contacts_button a{
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #3b54e4;
    border: 1px solid #3b54e4;
    border-radius: 5%;
    display: inline-block;
}
.left_contacts .contacts_button a:hover {
    background: transparent;
    color: #3b54e4;
}
.left_contacts .contacts_mail {
    padding-top: 25px;
    padding-bottom: 50px;
    color: #232325;
    font-size: 18px;
}
.footer_right .right_connect {
    padding-top: 125px;
    padding-left: 300px;
    color: #232325;
}
.right_connect .connect_title {
    font-size: 18px;
    padding-bottom: 25px;
}
.right_connect .connect_web {
    float: left;
    margin-right: 10px;
    height: 50px;
    transition: all 0.15s ease-in 0s;
    -webkit-transition: all 0.15s ease-in 0s;
    -moz-transition: all 0.15s ease-in 0s;
}
.right_connect .right_powered {
    padding-top: 100px;
    padding-left: 125px;
}
.right_powered a:first-child {
    width: 100px;
    display: block;
    font-size: 12px;
    color: #767676;
    padding-top: 11px;
}
.right_powered a {
    float: left;
}
/*White_header*/
.white-header {
    background: #fff;
    height: 150px;
}
/*Black_header*/
.black-header {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 150px;
    position: relative;
}
.black-header:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.5);
}
/*Main*/
.main {
    height: 865px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 1290px;
}
.main .main_title {
    font-size: 54px;
    color: #fff;
    text-align: center;
    padding-top: 260px;
    padding-bottom: 110px;
    line-height: 130%;
    font-weight: normal;
    margin: 0;
}
.main .main_title span {
    font-weight: 600;
}
.main .main_button {
    width: 560px;
    margin: 0 auto;
}
.main_button .mbutton  {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 20px 86px;
    margin: 0 8px;
    border-radius: 2%;
    display: inline-block;
    border: 1px solid #fff;
}
.main_button .button_blue {
    background: #3b54e4;
    padding: 20px 69px;
    border: 1px solid #3b54e4 ;
}
.main_button .button_hover:hover {
    background: #3b54e4;
    border: 1px solid #3b54e4 ;
}
/*Services-absolute*/
.services_wrap {
    width: 1210px;
    margin: 0 auto;
}
.services {
    margin-top: -160px;
    z-index: 555;
    box-shadow: 0 2px 40px rgba(123, 111, 123, 0.51);
    background: #fff;
    display: inline-block;
}
.services .element_wrap {
    background: #fff;
    float: left;
    width: 400px;
    height: 340px;
    padding-top: 30px;
    padding-left: 45px;
}
.services .gray {
    background: #f2f2f2;
}
.element_wrap .element_image {
    height: 70px;
}
.element_wrap .padding_img img {
    padding-top: 10px;
}
.element_wrap .element_title {
    font-size: 26px;
    color: #000;
}
.element_wrap .element_title span {
    font-weight: 600;
}
.element_wrap .element_description {
    font-size: 16px;
    color: #7e7e7e;
    height: 80px;
    padding-top: 25px;
}
.element_wrap .element_button {
    padding-top: 25px;
}
.element_wrap .element_button a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 10px 10px 10px 35px;
    border-radius: 5%;
    background: url(../images/flame-pic.png) #db3333 10% 50% no-repeat;
    display: inline-block;
}
.element_wrap .element_button a:hover {
    background: url(../images/flame-pic.png) #000 10% 50% no-repeat;
}
    /*Car*/
.car_services {
    background: url(../images/car.png) 50% 140px no-repeat;
    position: relative;
    height: 770px;
    margin-top: 20px;
    overflow-x: hidden;
    width: 100%;
}
.car .services_info {
    position: absolute;
    top: 50px;
    left: 45px;
    background: url(../images/line.png) 100% 80% no-repeat;
    height: 155px;
    width: 460px;
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
}
.services_info a {
    color: #3b54e4;
    border-bottom: 1px dashed #3b54e4;
}
.services_info a:hover {
    color: #555;
    border-bottom: 1px dashed #555;
}
.car_services .services_circle {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #3b54e4;
    text-align: center;
    position: absolute;
    cursor: pointer;

}
.services_circle_1{
    top: 210px;
    left: 490px;
}
.services_circle_2{
    top: 140px;
    left: 740px;
}
.services_circle_3{
    top: 185px;
    left: 875px;
}
.services_circle_4{
    top: 255px;
    left: 625px;
}
.services_circle_5{
    top: 295px;
    left: 270px;
}
.services_circle_6{
    top: 270px;
    left: 1055px;
}
.services_circle_7{
    top: 320px;
    left: 915px;
}
.services_circle_8{
    top: 365px;
    left: 760px;
}
.services_circle_9{
    top: 405px;
    left: 452px;
}
.services_circle_10{
    top: 525px;
    left: 530px;
}
.services_circle_11{
    top: 445px;
    left: 338px;
}
.services_circle_12{
    top: 505px;
    left: 202px;
}

.services_window {
    width: 370px;
    padding: 0 20px;
    background: #f9f9f9;
    top: 15px;
    left: -185px;
    position: absolute;
    text-align: left;
    z-index: 50;
    /*display: none;*/
    transform: translateX(500%);
    transition: all 0.5s ease-out 0s;
    opacity: 0;
    box-shadow: 0 5px 25px rgba(149, 149, 149, 0.73);
}

.services_circle:hover .services_window{
    display: block;
    transform: translateX(0);
    opacity: 1;
}

.services_window .window_title {
    font-size: 21px;
    font-weight: 600;
    color: #000;
    padding-top: 25px;
    padding-bottom: 20px;
}
.services_window .window_description {
    font-size: 14px;
    color: #808080;
    line-height: 140%;
}
.services_window .window_buttons {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: lowercase;
    text-align: center;
}
.window_buttons a {
    width: 150px;
    padding: 10px 0;
    float: left;
    display: inline-block;
    margin:  20px 0;
    border-radius: 5%;
}
.window_buttons .blue {
    background: #3b54e4;
    border: 1px solid #3b54e4;
;
}
.window_buttons .red {
    background: #db3333;
    border: 1px solid #db3333;
    margin-left: 10px;
    cursor: pointer;
}

.window_buttons .blue:hover {
    background: transparent;
    color: #3b54e4;
}
.window_buttons .red:hover {
    background: transparent;
    color: #db3333;
}
.services_circle .circle_white {
    width: 10px;
    height: 10px;
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
}
.feauters {
    width: 1210px;
    margin: 0 auto;
}
.feauters .feauters_element {
    float: left;
    width: 370px;
    height: 230px;
    margin-left: 30px;
    padding-bottom: 55px;
}
.feauters_element .element_image {
    height: 50px;
}
.feauters_element .element_title {
    font-size: 18px;
    font-weight: 600;
    padding: 20px 0;
}
.feauters_element .element_description {
    font-size: 16px;
    color: #7e7e7e;
}
.feauters_element .element_string {
    width: 70px;
    height: 7px;
    background: #db3333;
    margin-top: 20px;
}
/*Detail*/
.detail {
    background: #f2f2f2;
    padding-top: 75px;
    padding-bottom: 260px;

}
.con_text .detail {
    padding-bottom: 0;
}
.detail .detail_more, .detail .detail_form {
    float: left;
}
.detail .detail_more {
    width: 745px;
    text-align: justify;
}
.detail .detail_form {
    width: 400px;
    box-shadow: 0 0 1px 1px;
    background: #fff;
    margin-left: 58px;
}
.detail_more .detail_title {
    font-size: 32px;
    font-weight: 600;
    color: #282828;
    padding-top: 5px;
    padding-bottom: 45px;
}
.detail_more .detail_description {
    font-size: 16px;
    color: #878787;
}
.detail_more .detail_tags, .car_company .detail_tags {
    font-size: 16px;
    font-weight: 500;
    color: #282828;
    padding-top: 50px;
}
.car_company {
    padding-bottom: 250px;
}
.car_company .detail_tags .tag {
    margin-right: 70px;
    width: 330px;
    float: left;
}

.car_company .detail_tags {
    padding-top: 0;
    padding-bottom: 50px;
    margin-top: -50px;
}
.detail_tags .tag {
    width: 330px;
    float: left;
}
.detail_tags .tag a {
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    margin-bottom: 25px;
    display: inline-block;
}
.detail_tags .tag a:hover {
    color: #db3333;
}
.detail_form .form_head {
    height: 145px;
    background: url(../images/form_head.jpg) top center no-repeat;
    background-size: cover;
    text-align: center;
}
.form_head .head_title {
    font-size: 32px;
    font-weight: 600;
    color: #eaeced;
    padding: 25px 0 10px;
}
.form_head .head_advice {
    font-size: 16px;
    color: #fff;
}
.form_body .body_wrap {
    width: 350px;
    margin: 0 auto;
}
.form_body input {
    width: 100%;
    height: 60px;
    color: #000;
    font-family: 'Gilroy';
    font-size: 20px;
    padding-left: 15px;
}
.form_body label {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #282828;
    display: inline-block;
}
.form_body span {
    color: #ff0000;
    font-size: 16px;
}
.form_body .form_button {
    text-align: center;
    padding-top: 30px;
}
.form_button .button_form {
    padding: 15px 50px;
    background: #3b54e4;
    border: 1px solid #3b54e4;
    border-radius: 2%;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
}
.form_button .button_form:hover {
    background: transparent;
    color: #3b54e4;
}
.form_body .body_end {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    font-size: 14px;
    color: #282828;
}
/*Portfolio*/
.container {
    width: 1210px;
    margin: 0 auto;
    position: relative;
}
.portfolio{
    margin-top: -262px;
    float: left;
    width: 100%;
}
.portfolio .element_row {
    width: 1210px;
}
.portfolio .portfolio_element {
    width: 401px;
    height: 350px;
    float: left;
    padding-top: 25px;
    padding-left: 25px;
    color: #f2f2f2;
    background-size: cover ;
    text-shadow: 0 0 10px #000;
}
.mod_latest_entry:hover, .subcat:hover {
    box-shadow: none !important;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
}
.portfolio_element .element_date {
    font-size: 14px;
}
.portfolio_element .element_name {
    font-size: 30px;
    font-weight: 600;
    width: 300px;
    height: 70px;
    margin-top: 35px;
    margin-bottom: 150px;
}
.portfolio .element_button, .subcat .subcat_button,  .mod_latest_entry .mod_latest_button {
    background: #db3333;
    padding: 7px;
    border: 1px solid #db3333;
    border-radius: 4%;
    display: inline-block;
}
.portfolio .element_button {
    text-shadow: none;
}
.portfolio .element_button:hover, .subcat .subcat_button:hover,  .mod_latest_entry .mod_latest_button:hover {
    background: transparent;
    color: #db3333;
}
.portfolio .portfolio_button {
    text-align: center;
    padding: 45px 0;
}
.portfolio .portfolio_button a {
    padding: 20px 43px;
    background: #3b54e4;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    border-radius: 2%;
    display: inline-block;
    border: 1px solid #3b54e4;
}
.portfolio .portfolio_button a:hover {
    background: transparent;
    color: #3b54e4;
    border: 1px solid #3b54e4;
}
/*Gray_block*/
.gray_block {
    display: inline-block;
    width: 100%;
    background: #232325;
}
/*Portfolio*/
.subcat, .mod_latest_entry {
    float: left;
    width: 400px;
    height: 350px;
    margin: 1px;
    color: #f2f2f2;
    background-size: cover ;
}
.subcat .subcat_wrap {
    padding-top: 25px;
    padding-left: 20px;
}
.mod_latest_entry .mod_latest_wrap {
    padding: 25px;
}
.mod_latest_entry .mod_latest_date,
.subcat .subcat_wrap .mod_latest_date{
    padding-bottom: 25px;
}
.subcat .subcat_title{
    font-size: 30px;
    font-weight: 600;
    width: 300px;
    height: 220px;
}
.mod_latest_entry .mod_latest_title {
    font-size: 30px;
    font-weight: 600;
    width: 300px;
    height: 228px;
}
.subcat .subcat_button, .mod_latest_entry .mod_latest_button  {
    color: inherit;
}
.categorylist h1 {
    font-size: 48px;
    font-weight: bold;
    color: #030508;
    padding-top: 45px;
    padding-bottom: 70px;
    margin: 0;
}
.articles_view h1, .con_job h1 {
    font-size: 48px;
    font-weight: bold;
    color: #030508;
    padding: 45px 0;
    margin: 0;
}
.articles_view .back_to_subcat a, .con_job .back_to_subcat a {
    font-size: 18px;
    font-weight: 500;
    color: #3b54e4;
    background: url(../images/arrow_back.png) 0 50% no-repeat ;
    padding-left: 30px;
    margin-bottom: 30px;
    display: inline-block;
}
.articles_view .back_to_subcat a:hover, 
.con_job .back_to_subcat a:hover{
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}
.back_to_subcat {
    text-transform: uppercase;
}
.read_align {
    font-size: 16px;
    color: #959595;
    padding: 30px 0;
    text-align: center;
}

.addpictures .addpicture{
    float: left;
}
.addpictures .addpicture a,
.addpictures .addpicture a img
{
    display:block;
}

/*Company*/
.company_title .company_small_title {
    font-size: 24px;
}
.company_feauters {
    background: #fff;
    margin-top: -320px;
    box-shadow: 0 2px 200px rgba(123, 111, 123, 0.51);
}
.company_feauters .feauters_title  {
    font-size: 32px;
    font-weight: 600;
    color: #282828;
    padding: 35px 0 35px 30px;
    line-height: 1.1;
}
.portfolio_title  {
      font-size: 32px;
      font-weight: 600;
      color: #282828;
      padding: 35px 0;
}
.car_company .services_info {
    font-size: 28px;
    font-weight: 600;
    font-style: normal;
    line-height: 120%;
    height: 250px;
    color: #000;
    background: url(../images/line_down.png) 10% 90% no-repeat;
}
.company_portfolio {
    margin-top: -285px;
}
.gray_block_company {
    height: 675px;
}
/*Contacts*/
.footer_c {
    display: none;
}
.hidden-footer {
    display: none;
}
.contacts-footer {
    padding: 15px 0;
    display:block;
}
.contacts-footer .fc_logo, .contacts-footer .fc_powered {
    width: 50%;
    float: left;
}
.contacts-footer .fc_logo {
    text-align: left;
}
.contacts-footer .fc_powered {
    text-align: right;
}
.footer_contacts .footer_left, .footer_contacts .footer_right {
    width: 50%;
    float: left;
}
/*Service*/
.top_service {
    height: 865px;
}
.services .element_value {
    font-size: 30px;
    color: #db3333;
    padding-top: 30px;
}
.service_text {
    padding-bottom: 20px;
    color: #000;
}
.service_text ol li {
    list-style: decimal;
}
.element_value span{
    font-weight: 600;
}
.top_service .main_button {
    width: 100%;
    text-align: center;
}
.top_service .main_button a:hover {
    background: transparent;
}
.service .element_wrap {
    height: 280px;
}
.service_text .text_title {
    font-size: 32px;
    font-weight: 600;
    padding: 35px 0 10px 0;
    color: #03060c;
}
div[id^="timer"]{
    text-align: left !important;
}
.timer-element{
    text-align: center;
}
.service_feauters {
    padding-bottom: 230px;
    padding-top: 30px;
}
.services-template .service_feauters {
    padding-top: 100px;
    padding-bottom: 260px;
}
.discount {
    padding-top: 0;
    background: url(../images/background-discount.jpg) #fff top center no-repeat;
    background-size: cover;
    height: 615px;
}
.discount .discount_left, .discount .discount_right {
    width: 50%;
    float: left;
}
.discount_left .left_left {
    font-size: 18px;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 300;
}
.left_dhms ul {
    margin: 0;
    padding: 0;
}
.left_dhms ul li {
    float: left;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    list-style: none;
    padding: 0 25px;
}
.discount .discount_left {
    padding-top: 150px;
    padding-left: 115px;
}
.discount .discount_form {
    margin: 25px 0 25px 160px;

}
.discount_form .form_head {
    background: url(../images/form_head_blue.jpg) top center no-repeat;
    background-size: cover ;
}
.discount_form .form_button a {
    background: #3b54e4;
    padding: 15px 17px;
}
.discount_form label {
    padding-top: 5px;
}
.discount .left_title {
    font-size: 32px;
    color: #fff;
    line-height: 130%;
    margin-bottom: 50px;
}
.discount .left_title span {
    font-weight: 600;
}
.discount_left .left_timer {
   padding-top: 30px;
}


.portfolio .mod_latest_entry {
    margin: 0;
}
#popup, #popup2 {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    height: 100%;
    display: none;
}
#popup .detail_form, #popup2 .detail_form {
    position: absolute;
    width: 450px;
    left: 50%;
    margin-left: -225px;
    top: calc(50% - 291px);
}
#popup .detail_form .form_body, #popup2 .detail_form .form_body  {
    background: #fff;
}
#popup .form_body .form_button, #popup2 .form_body .form_button {
    padding-bottom: 30px;
}
.con_text .container {
    color: #000;
}
.form_body input.blue_button {
    background: #3b54e4;
    border: 1px solid #3b54e4;
    margin: 20px 0;
    border-radius: 2%;
    cursor: pointer;
    color: #fff;
}
.form_body input.blue_button:hover {
    background: transparent;
    border: 1px solid #3b54e4;
    color: #3b54e4;
}
.form, .form_close{
    float: left;
}
.detail_form .form {
    width: 400px;
}
.contacts_button {
    cursor: pointer;
}
.detail_form .form_close {
    display: block;
    width: 23px;
    height: 23px;
    margin-left: 25px;
    font-size: 18px;
    cursor: pointer;
}
.red_link:hover {
    box-shadow: 0 0 15px #ff0000;
}
.blue_link:hover {
    box-shadow: 0 0 15px #3B54E4;
}
.black_link:hover {
    box-shadow: 0 0 15px #000;
}
/*Mobile*/
.mobile,.header_mobile, #mob_menu {
    display: none;
}

#responseMessage .form_body{
    padding: 30px;
    width: 400px;
    float: left;
}
#responseMessage .form_body .title-h2{
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
    font-size: 18px;
    margin-bottom: 20px;
}
#responseMessage .modal-body p{
    font-size: 18px;
    line-height: 1.4;
}
.index_template .services_info_company,
.company_template .services_info_index{
    display: none;
}

.footer{
    background: #fff;
}
.services-template,
.portfolio-template{
    background: #f2f2f2;
}
.services-template .services_wrap{
    padding: 100px 0;
}
.services-template .services_wrap .services{
    margin: 0;
    box-shadow: none;
}
.pagetitle {
    font-size: 48px;
    line-height: 1.2;
    font-weight: bold;
    color: #030508;
    margin: 0 0 60px;
}
.services-template .services{
    box-shadow: none;
    background: transparent;
}
.services-template .services .element_wrap {
    width: 33.33333%;
    margin: 0;
    box-shadow: inset 0 0 0 3px #f2f2f2;
    padding: 30px;
    height: 200px;
}
.services-template .element_wrap .element_title{
    font-size: 22px;
    height: 52px;
    overflow: hidden;
    margin-bottom: 20px;
}
.services-template .element_wrap .element_button a {
    padding: 10px 20px;
    border-radius: 0;
    background: #3c54e4;
    display: inline-block;
    border: none;
}
.services-template .element_wrap .element_button a:hover{
    background: #000;
}
.middle_section{
    padding: 100px 0;
}
::-webkit-scrollbar-button{
    background-image:url("");
    background-repeat:no-repeat;
    width:5px;
    height:0
}
::-webkit-scrollbar-track{
    background-color:#ecedee
}
::-webkit-scrollbar-thumb{
    border-radius:0;
    background:#3b54e4;
}
::-webkit-resizer{
    background-image:url("");
    background-repeat:no-repeat;
    width:4px;
    height:0
}
::-webkit-scrollbar{
    width:10px
}
.content{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 60px;
}
.content.mb0{
    margin-bottom: 0;
}
.services-page-template .middle_section{
    background: #fff;
}

