/* default settings */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700;800&display=swap');

#root{
    background-color: #fff;

}

body{
	margin: 0 !important;
	padding: 0 !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

.col-xl-12 {
	margin: 0 !important;
	padding: 0 !important;
}

/* modal */

.modal{
    display: none; 
    position: fixed; 
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}


.modal_content{
  background-color: transparent;
  margin: 10% auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 320px;
}

.modal_success{
	background-color: #fff;
    border-radius: 4px;
    padding: 10px;
    width: 310px;
}

.modal_success__title{
    color: #D80000;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    padding: 14px 0 0;	
}

.modal_success__description{
    text-align: center;
    padding: 10px 20px 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}

.modal_success__closeBtn{
	text-align: center;
    margin: 30px 40px 40px;
    background-color: #20b325;
    color: #fff;
    padding: 10px 0;
}

/* scrollbar_style */

::-webkit-scrollbar-track
{
	box-shadow: inset 0 0 6px rgb(0, 0, 0);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	box-shadow: inset 0 0 6px #10457b;
	background-color: #10457b;
}

.our_uslugs__linksbar ul::-webkit-scrollbar-track
{
    box-shadow: inset 0 0 6px rgb(13 46 77);
    border-radius: 0 !important;
    background-color: #0d2e4d;
}

.our_uslugs__linksbar ul::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

.our_uslugs__linksbar ul::-webkit-scrollbar-thumb
{
    border-radius: 0 !important;
    box-shadow: inset 0 0 0 #0d2e4d;
    background-color: #0d2e4d;
}


.our_benefits__benefitsbar ul::-webkit-scrollbar-track
{
	box-shadow: inset 0 0 6px rgb(236 243 249);
    border-radius: 0 !important;
    background-color: #ecf3f9;
}

.our_benefits__benefitsbar ul::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

.our_benefits__benefitsbar ul::-webkit-scrollbar-thumb
{
    border-radius: 0 !important;
    box-shadow: inset 0 0 0 #ecf3f9;
    background-color: #ecf3f9;
}

.page_about__ourBenefits_benefitsbar ul::-webkit-scrollbar-track
{
	box-shadow: inset 0 0 6px rgb(236 243 249);
    border-radius: 0 !important;
    background-color: #ecf3f9;
}

.page_about__ourBenefits_benefitsbar ul::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

.page_about__ourBenefits_benefitsbar ul::-webkit-scrollbar-thumb
{
    border-radius: 0 !important;
    box-shadow: inset 0 0 0 #ecf3f9;
    background-color: #94b4cf;
}


/* header */

.header{
	height: 100px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	background-color: #fff;
}

.header_row{
	height: 100%;
    min-width: 60%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.header_logo{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.main_logo{
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 25px 0 0;
}


.main_logo img{
	height: 60px;
}

.header_contacts{
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.header_contacts__phoneico{
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 24px;
}

.header_contacts__numbers{
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #D80000;
	font-size: 30px;
	line-height: 35px;
	margin: 0 15px 0 15px;
}

.header_contacts__number_1 a{
	text-decoration: none;
	color: #D80000;
}

.header_contacts__number_2 a{
	text-decoration: none;
	color: #D80000;
}

.header_other{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header_work247{
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #0C4579;
    font-size: 18px;
	font-weight: bold;
	margin: 0 0 0 25px;
}

.header_vklink{
    padding: 5px 0 0 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.header_vklink img{
    height: 30px;
}

/* menu */

.header_menu__row{
	height: 60px;
	width: 100%;
	background-color: #10457b;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.header_menu__links_row{
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.header_menu__links_style{
	display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
} 
.header_menu__links a{
    height: 100%;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	font-weight: bold;
}

.header_menu__links a:hover{
	background-color: #5f7491;
}

/* mobile menu */

.header_menu__mobile_row{
	display: none;
	flex-direction: column;
	width: 100%;
    background-color: #10457b;
}

#header_menu__mobileLinks{
	display: none;
}

.header_menu__mobileLinks{
	padding: 20px 0;	
}

.header_menu__mobileLinks ul{
	padding: 0;
}

.header_menu__mobileLinks ul a{
	list-style: none;
    text-decoration: none;
    text-align: center;
	color: #fff;
}

.header_menu__mobileLinks ul a li{
	padding: 10px 0;
}

.header_menu__mobile_bar{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 30px;
	height: 50px;
	cursor: pointer;
}

.header_menu__mobile_bar__title{
	display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.header_menu__mobile_bar__ico{
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.header_menu__mobile_bar__ico img{
	height: 30px;
}

.header_menu__mobile_links{
	display: none;
    width: 100%;
    text-align: center;
    padding: 25px 0;
}

.menu__mobile_links{
	display: none;
    width: 100%;
    text-align: center;
    padding: 25px 0;
}

.header_menu__mobile_links__row{
	width: 100%;
}


.header_menu__mobile_links__style{
	cursor: pointer;
    padding: 10px 0;	
}

.header_menu__mobile_links__style a{
	text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

/* glavnaya */

.glavnaya_bg__img{
    background-image: url(../img/glavnaya-bg.jpg);
	min-height: 750px;
	background-position: center;
	background-size: inherit;
}

/* order evacuation */

.glavnaya_bg__orderevacuation_algin{
	display: flex;
	flex-direction: row;
	justify-content: center;
	height: 100%;
}

.glavnaya_bg__orderevacuation_gruz_title{
    font-size: 20px;
    text-align: center;
    padding: 14px 0;
    color: #fff;
    font-weight: bold;
}

.glavnaya_bg__orderevacuation_gruz{
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 3px 0 0 0;
}

.glavnaya_bg__orderevacuation_gruz input{
	height: 50px;
	color: #555;
	font-size: 18px;
	padding: 0 0 0 10px;
	width: 100%;
}

.glavnaya_bg__orderevacuation_gruz button{
	height: 50px;
	color: #fff;
	background-color: #fd8527;
	font-size: 18px;
	border: 0;
	cursor: pointer;
	margin: 15px 0 0 0;
	width: 100%;
}

.glavnaya_bg__orderevacuation_gruz button:hover{
	color: #fd8527;
	background-color: #fff;
	cursor: pointer;
}

.glavnaya_bg__orderevacuation_row{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.glavnaya_bg__orderevacuation{
	width: 300px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin: 395px 0 0 0;
}

.glavnaya_bg__orderevacuation input{
	height: 50px;
	color: #555;
	font-size: 18px;
	padding: 0 0 0 10px;
	width: 100%;
}

.glavnaya_bg__orderevacuation button{
	height: 50px;
	color: #fff;
	background-color: #d80000;
	font-size: 18px;
	border: 0;
	cursor: pointer;
	margin: 15px 0 0 0;
	width: 100%;
}

.glavnaya_bg__orderevacuation button:hover{
	color: #d80000;
	background-color: #fff;
	cursor: pointer;
}

/* our uslugs */

.our_uslugs{
	background-color: #0d2e4d;
	color: #fff;
}

/* our prices */

.our_prices{
	background-color: #0d2e4d;
	color: #fff;
}

.our_prices__title{
	font-size: 31px;
    text-align: center;
    font-weight: bold;
}

.our_prices__text_row__align{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.our_prices__text_row{
	width: 50%;
}

.our_prices__text{
	font-size: 16px;
    padding: 30px 0 0;
}

/* about_company */

.about_company{
	background-color: #fff;
    height: 100%;
	color: #0D2D4D;
	display: flex;
	flex-direction: column;
	justify-content: center;
    padding: 28px 0 30px;
}

.about_company_photo{
    background-image: url(../img/about_company.jpg);
	min-width: 300px;
	background-repeat: no-repeat;
	background-position: center;
	height: auto;
	background-size: contain;
}

.about_company_text__row{
	display: flex;
    flex-direction: row;
    width: 40%;
}

.our_uslugs__fadedline_alginstyle{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.our_uslugss__fadedline_row{
	display: flex;
    flex-direction: column;
    justify-content: center;	
}

.our_uslugs__fadedline_row{
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.our_uslugs___fadedline{
	height: 3px;
	width: 250px;
    margin: 0 25px 0 25px;
	background-image: linear-gradient(left , white 2%, #ff0000 50%, green 98%);
	background-image: -o-linear-gradient(left , white 2%, #ff0000 50%, green 98%);
	background-image: -moz-linear-gradient(left , white 2%, #ff0000 50%, green 98%);
	background-image: -webkit-linear-gradient(left , white 2%, #ff0000 50%, green 98%);
	background-image: -ms-linear-gradient(left , white 2%, #ff0000 50%, green 98%);
	background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0.02, rgba(255, 255, 255, 0.445)), color-stop(0.5, rgba(255, 255, 255, 0.267)), color-stop(0.98, #066ed70a) );
}

.our_uslugs___fadedline_reverse{
	height: 3px;
	width: 250px;
    margin: 0 25px 0 25px;
	background-image: linear-gradient(left , white 2%, #ff0000 50%, green 98%);
	background-image: -o-linear-gradient(left , white 2%, #ff0000 50%, green 98%);
	background-image: -moz-linear-gradient(left , white 2%, #ff0000 50%, green 98%);
	background-image: -webkit-linear-gradient(left , white 2%, #ff0000 50%, green 98%);
	background-image: -ms-linear-gradient(left , white 2%, #ff0000 50%, green 98%);
	background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0.02, #066ed70a), color-stop(0.5, rgba(255, 255, 255, 0.267)), color-stop(0.98, rgba(255, 255, 255, 0.445) ));
}

.our_uslugs__title{
	font-size: 31px;
    font-weight: bold;
}

.our_uslugs__linksbar ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
	margin: 0 !important;
	padding: 34px 0;
}

.our_uslugs__linksbar a{
	list-style: none;
	color: #fff;
	padding: 0 10px;
	text-align: center;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.our_uslugs__linksbar_titleMore{
    padding: 0 0 0 40px;
    font-size: 14px;
    color: #91a9c1;
	display: none;
}

.our_benefits__benefitsbar_titleMore{
	padding: 0 0 0 40px;
    font-size: 14px;
    color: #91a9c1;
	display: none;
}

.our_uslugs__link_img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.our_uslugs__link_img__align{
	display: flex;
    flex-direction: row;
    justify-content: center;
	padding: 0 0 10px 0;
}

.uslugs__link_img__transporting_evacuation{
	background-image: url(../img/uslugi/transporting_evacuation.png);
	width: 82px;
    height: 42px;
}

.uslugs__link_img__partial_loading{
	background-image: url(../img/uslugi/partial_loading.png);
	width: 96px;
    height: 36px;
}

.uslugs__link_img__transporting_special{
	background-image: url(../img/uslugi/transporting_special.png);
	width: 77px;
    height: 52px;
}

.uslugs__link_img__loader_crane{
	background-image: url(../img/uslugi/loader_crane.png);
	width: 77px;
    height: 48px;
}

.uslugs__link_img__transporting_waterequip{
	background-image: url(../img/uslugi/transporting_waterequip.png);
	width: 80px;
    height: 34px;
}

.uslugs__link_img__transporting_moto{
	background-image: url(../img/uslugi/transporting_moto.png);
	width: 81px;
    height: 48px;
}

.uslugs__link_img__transporting_cargo{
	background-image: url(../img/uslugi/transporting_cargo.png);
	width: 99px;
    height: 32px;
}

.uslugs__link_img__towing{
	background-image: url(../img/uslugi/towing.png);
	width: 101px;
    height: 30px;
}

.our_prices__fadedline_row{
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.our_prices__fadedline_alginstyle{
	display: flex;
    flex-direction: row;
    justify-content: center;
}

.our_prices___fadedline_reverse{
	height: 3px;
	width: 250px;
    margin: 0 25px 0 25px;
	background-image: linear-gradient(left , white 2%, #ff0000 50%, green 98%);
	background-image: -o-linear-gradient(left , white 2%, #ff0000 50%, green 98%);
	background-image: -moz-linear-gradient(left , white 2%, #ff0000 50%, green 98%);
	background-image: -webkit-linear-gradient(left , white 2%, #ff0000 50%, green 98%);
	background-image: -ms-linear-gradient(left , white 2%, #ff0000 50%, green 98%);
	background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0.02, rgba(255, 255, 255, 0.445)), color-stop(0.5, rgba(255, 255, 255, 0.267)), color-stop(0.98, #066ed70a) );
}

.our_prices___fadedline{
	height: 3px;
	width: 250px;
    margin: 0 25px 0 25px;
	background-image: linear-gradient(left , white 2%, #ff0000 50%, green 98%);
	background-image: -o-linear-gradient(left , white 2%, #ff0000 50%, green 98%);
	background-image: -moz-linear-gradient(left , white 2%, #ff0000 50%, green 98%);
	background-image: -webkit-linear-gradient(left , white 2%, #ff0000 50%, green 98%);
	background-image: -ms-linear-gradient(left , white 2%, #ff0000 50%, green 98%);
	background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0.02, #066ed70a), color-stop(0.5, rgba(255, 255, 255, 0.267)), color-stop(0.98, rgba(255, 255, 255, 0.445) ));
}


.about_company__fadedline_algin{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.our_prices__fadedline_algin{
    display: flex;
    flex-direction: column;
    justify-content: center;	
	padding: 0 0 80px;
}

.sabout_company_text{
    color: #0C2C4C;
    padding: 0 20px;
    font-size: 16px;
    width: 940px;
}

.our_prices__fadedline_row{
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.about_company__fadedlines{
	display: flex;
	flex-direction: row;
	justify-content: center;
    padding: 0 0 10px 0;
    height: 57px;
}

.about_company__fadedline{
	height: 3px;
	width: 250px;
    margin: 0 25px 0 25px;
	background-image: linear-gradient(left , white 2%, #ff0000 50%, green 98%);
	background-image: -o-linear-gradient(left , white 2%, #ff0000 50%, green 98%);
	background-image: -moz-linear-gradient(left , white 2%, #ff0000 50%, green 98%);
	background-image: -webkit-linear-gradient(left , white 2%, #ff0000 50%, green 98%);
	background-image: -ms-linear-gradient(left , white 2%, #ff0000 50%, green 98%);
	background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0.02, #0d2d4d00), color-stop(0.5, #0d2d4d63), color-stop(0.98, #0D2D4D) );
}

.about_company__fadedline_reverse{
	height: 3px;
	width: 250px;
    margin: 0 25px 0 25px;
	background-image: linear-gradient(left , white 2%, #ff0000 50%, green 98%);
	background-image: -o-linear-gradient(left , white 2%, #ff0000 50%, green 98%);
	background-image: -moz-linear-gradient(left , white 2%, #ff0000 50%, green 98%);
	background-image: -webkit-linear-gradient(left , white 2%, #ff0000 50%, green 98%);
	background-image: -ms-linear-gradient(left , white 2%, #ff0000 50%, green 98%);
	background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0.02, #0D2D4D), color-stop(0.5, #0d2d4d63), color-stop(0.98, #0d2d4d00) );
}

.about_company__subtitle{
    font-size: 24px;
    line-height: 27px;
    text-align: center;
    font-weight: bold;
    padding: 27px 0 20px;

}

.about_company__algin{
	display: flex;
    flex-direction: row;
    justify-content: center;
	margin: 0 0 40px;
}

.about_company__title{
	font-size: 31px;
	text-align: center;
	font-weight: bold;
}

.about_company_row{
	display: flex;
    flex-direction: row;
    justify-content: center;
    width: 70%;
}

.about_company__fadedline_row{
	display: flex;
    flex-direction: column;
    justify-content: center;
}

/* our_benefits */

.our_benefits{
	background-color: #ecf3f9;
	color: #0D2D4D;
	padding: 0 0 30px 0;
}

.our_benefits__fadedlines{
	display: flex;
	flex-direction: row;
	justify-content: center;
    padding: 50px 0 0;
}

.our_benefits__benefitsbar li{
	list-style: none;
	padding: 0 4px 0 15px;
    text-align: center;
}

.our_benefits__benefitsbar ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
	margin: 0 !important;
	padding: 34px 0;
}

.our_benefits__link_img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.our_benefits__link_text{
	color: #0d2e4d;
    font-size: 16px;
    padding: 0 10px;
    line-height: 19px;
	height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.our_uslugs__link_text{
	color: #fff;
    font-size: 18px;
    padding: 0 10px;
    line-height: 19px;
	height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.our_benefits__link_img__align{
	display: flex;
    flex-direction: row;
    justify-content: center;
	padding: 0 0 10px 0;
	height: 59px;
}

.benefits__link_img__affordable_prices{
	background-image: url(../img/benefits/affordable_prices.png);
	width: 48px;
    height: 48px;
}

.benefits__link_img__247_work{
	background-image: url(../img/benefits/247_work.png);
	width: 48px;
    height: 48px;
}

.benefits__link_img__prompt_delivery_truck{
	background-image: url(../img/benefits/prompt_delivery_truck.png);
	width: 41px;
    height: 41px;
}

.benefits__link_img__safety_transporting{
	background-image: url(../img/benefits/safety_transporting.png);
	width: 61px;
    height: 38px;
}

.benefits__link_img__quality_assurance{
	background-image: url(../img/benefits/quality_assurance.png);
	width: 51px;
    height: 57px;
}

.benefits__link_img__cargo_transporting{
	background-image: url(../img/benefits/cargo_transporting.png);
	width : 64px;
    height: 33px;
}

.benefits__link_img__high_qualified_drivers{
	background-image: url(../img/benefits/high_qualified_drivers.png);
	width: 38px;
    height: 48px;
}

.benefits__link_img__high_cargo_escort{
	background-image: url(../img/benefits/cargo_escort.png);
	width: 64px;
    height: 33px;
}

/* footer */

.footer_contact__row_align{
	width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.footer_contact__row{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 40px 0 40px 0;
}

.footer_contact{
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: unset;
	margin: 0 20px 0 0;
}

.footer_contact__time_row{
	display: flex;
    flex-direction: row;
}

.footer_contact__time__30_minutes{
    color: #d80000;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 17px;
    border-right: 1px solid #d2d3d5;
    padding: 0 20px 0 0;
}

.footer_contact__time_ico{
	display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 25px;
	margin: 0 0 0 20px;
}

.footer_contact__time_ico img{
	height: 24px;
}

.header_contacts__phoneico img{
	height: 24px;
}

.footer_contact__time__247{
	color: #d80000;
    font-weight: bold;
    line-height: 17px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 14px;
}

.footer_contact__tel{
	display: flex;
    flex-direction: row;
    width: unset;
	margin: 0 0 0 20px;
}

.footer_contact__tel a{
	border-right: 2px solid #d2d3d5;
    color: #D80000;
    font-size: 24px;
    text-decoration: none;
    padding: 0 20px 0 0px;
}

.footer_contact__tel_2 a{
	border-right: 0;
	color: #D80000;
    font-size: 24px;
    text-decoration: none;
    padding: 0 0 0 20px;
}

/* footer_menu */

.footer_menu__row{
	width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #0d2e4d;
    color: #fff;
    padding: 40px 0 40px 0;
}

.footer_menu{
	width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer_copyright{
	display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: bold;
    font-size: 17px;
}

.footer_contextMenu ul{
    display: flex;
    flex-direction: row;
}

.footer_contextMenu ul a{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    padding: 4px 8px 4px 8px;
}

.footer_contextMenu ul a li{
    list-style: none;
}

/* page_about__row */

.page_about__topNav{
	display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px 0;
}

.page_about__topNav_leftLink a{
	color: #0E457A;
    font-size: 13px;
    border-right: 1px solid #999;
    padding: 0 10px 0 0;
}

.page_about__topNav_thisPage{
	color: #0E457A;
    font-size: 13px;
    padding: 1px 0 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.page_about__aboutTitle{
	color: #0D2D4D;
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    line-height: 28px;
}

.page_about__aboutText{
	margin: -90px 0 0;
}

.page_about__aboutTextImg{
	background-image: url(../img/about_company.jpg);
    min-width: 300px;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 1000px;
    background-size: contain;
}

.page_about__aboutText_row{
	margin: -45px 0 0 0;
}

.page_about__aboutText_title{
	font-size: 17px;
    font-weight: bold;
    padding: 10px 0;
}

.page_about__aboutText_description{
	font-size: 17px;
    padding: 10px 0;
}

.page_about__aboutText_description_2{
	font-size: 17px;
    padding: 5px 0;
}

.page_about__aboutText_description_3{
	font-size: 17px;
    padding: 5px 0;
}

.page_about__ourBenefits{
	padding: 0 0 40px 0;
}

.page_about__ourBenefits_description{
	font-size: 17px;
    padding: 24px 0;
}

.page_about__ourBenefits_benefitsbar ul{
	list-style: none;
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
	overflow-y: hidden;
}

.page_about__ourBenefits_benefitsbar ul li{
	display: flex;
    flex-direction: row;
}

.page_about__our_benefits__link_img__align{
	display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 10px 0px;
}

.page_about__our_uslugs__link_text{
	color: #0D2D4D;
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px;
    line-height: 19px;
}

.page_about__our_uslugs__link_text{
	color: #0D2D4D;
    font-size: 18px;
    font-weight: bold;
    padding: 0 25px 0 10px;
    line-height: 19px;
}

.page_about__ourBenefits_benefitsbar__linkText{
	display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 12px 0px;
}

.page_about__ourBenefits_benefitsbar__titlemore_pc{
	color: #10457b;
    font-weight: bold;
}

.page_about__ourBenefits_benefitsbar__titlemore{
	display: none;
	color: #10457b;
    font-weight: bold;
}

/* page_avtopark */


.page_avtopark__cars_img{
    background-image: url(../img/cars.jpg);
    min-width: 300px;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    background-size: contain;
    margin: 20px 0px 20px 0;
}

.page_avtopark__text_description_1{
	padding: 5px 0;
	font-size: 16px;
}

.page_avtopark__text_description_2{
	padding: 5px 0;
    font-size: 16px;
}

.page_avtopark__text_description_3{
	padding: 5px 0;
	font-size: 16px;
}

.page_avtopark__text_description_4{
	padding: 5px 0;
	font-weight: bold;
	font-size: 16px;
}

.page_avtopark__avtopark_specificTitle{
	font-weight: bold;
    font-size: 16px;
}

.page_avtopark__avtopark_specificTitle__table{
	padding: 20px 0;
}

.page_avtopark__avtopark_specificTitle__table table{
	border-collapse: collapse;
}

.page_avtopark__avtopark_specificTitle__table table td, th{
	border: 1px solid #999;
	padding: 10px;
	text-align: center;
}

.page_avtopark__avtopark_benefitsNewTitle{
	font-size: 25px;
    font-weight: bold;
    color: #0d2e4d;
}

.page_avtopark__avtopark_benefitsNewDescription_2{
	padding: 5px 0;
}

.page_avtopark__avtopark_benefitsNewDescription_3{
	padding: 5px 0;
}

.page_avtopark__avtopark_benefitsNewDescription_4{
	padding: 5px 0;
}

.page_avtopark__avtopark_benefitsNewDescription_5{
	padding: 5px 0 50px;
}

/* page_uslugi */

.page_uslugi__title{
	color: #0D2D4D;
    font-size: 17px;
    font-weight: bold;
    padding: 25px 0 5px;
}

.page_uslugi__description{
	font-size: 16px;
}

.page_uslugi__title{
	color: #0D2D4D;
    font-size: 17px;
    font-weight: bold;
    padding: 25px 0 5px;
}

.page_about__priceList__table table{
	border-collapse: collapse;
}

.page_uslugi__title_2{
	color: #0D2D4D;
    font-size: 17px;
    font-weight: bold;
}

.page_about__priceListTitle{
	color: #0D2D4D;
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    line-height: 28px;
    padding: 30px 0 20px;
}

.page_about__priceList__table{
	padding: 0 0 40px;
}

.page_about__priceList__table table td, th{
	border: 1px solid #999;
	padding: 10px;
	text-align: center;
}

/* page_portfolio */

.page_portfolio__images_row{
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: center;
	padding: 40px 0 0;
}

.page_portfolio__images{
	display: flex;
	flex-direction: column;
	width: 50%;
}

.page_portfolio__image_1{
	background-image: url(../img/gallery/1.jpg);
    min-width: 300px;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 312px;
    background-size: contain;
}

.page_portfolio__image_2{
	background-image: url(../img/gallery/2.jpeg);
    min-width: 300px;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 216px;
    background-size: contain;
}

.page_portfolio__image_3{
	background-image: url(../img/gallery/3.jpg);
    min-width: 300px;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 205px;
    background-size: contain;
}

.page_portfolio__image_4{
	background-image: url(../img/gallery/4.jpg);
    min-width: 300px;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 260px;
    background-size: contain;
}

.page_portfolio__image_5{
	background-image: url(../img/gallery/5.jpg);
    min-width: 300px;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 207px;
    background-size: contain;
}

.page_portfolio__images_pages__buttons{
	display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 40px 0 20px;
}

.page_portfolio_inactiveBtn{
	color: #bfbfbf !important;
    border: 1px solid #bfbfbf !important;
	cursor: context-menu !important;
}

.page_portfolio__images_pages__buttons a{
	text-decoration: none;
}

.page_portfolio__images_pages__buttons_1 {
    border: 1px solid #959595;
    padding: 5px 12px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
    color: #000000;
	margin: 0 8px 0 0;
	cursor: pointer;
}

.page_portfolio__images_pages__buttons_2{
    border: 1px solid #959595;
    padding: 5px 12px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
    color: #000000;
	margin: 0 8px 0 0;
	cursor: pointer;
}

.page_portfolio__image_6{
	background-image: url(../img/gallery/6.jpg);
    min-width: 300px;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 278px;
    background-size: contain;
}

.page_portfolio__image_7{
	background-image: url(../img/gallery/7.jpg);
    min-width: 300px;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 229px;
    background-size: contain;
}

.page_portfolio__image_8{
	background-image: url(../img/gallery/8.jpg);
    min-width: 300px;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 216px;
    background-size: contain;
}

.page_portfolio__image_9{
	background-image: url(../img/gallery/9.jpg);
    min-width: 300px;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 251px;
    background-size: contain;
}

.page_portfolio__image_10{
	background-image: url(../img/gallery/10.jpg);
    min-width: 300px;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 277px;
    background-size: contain;
}

.page_portfolio__image_12{
    background-image: url(../img/gallery/12.jpg);
    min-width: 300px;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 309px;
    background-size: contain;
}

.page_portfolio__image_13{
    background-image: url(../img/gallery/13.jpg);
    min-width: 300px;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 315px;
    background-size: contain;
}

.page_portfolio__image_14{
    background-image: url(../img/gallery/14.jpg);
    min-width: 300px;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 278px;
    background-size: contain;
}

.page_portfolio__image_15{
    background-image: url(../img/gallery/15.jpg);
    min-width: 300px;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 259px;
    background-size: contain;
}


/* page_contacts */

.page_contacts__block{
	display: flex;
	flex-direction: row;
	width: 100%;
	padding: 45px 0;
}

.page_contacts__block_info{
	display: flex;
	flex-direction: column;
	width: 30%;
}

.page_contacts__block_map{
	width: 70%;	
	height: 380px;
}

.page_contacts__block_info__corpname{
	color: #D80000;
    font-size: 24px;
    font-weight: bold;
}

.page_contacts__block_info__ouradressTitle{
	color: #0d2e4d;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0 5px;
}

.page_contacts__block_info__ouradress{
	font-size: 15px;
    color: #000;
}

.page_contacts__block_info__phoneTitle{
	color: #0d2e4d;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0 5px;
}

.page_contacts__block_info__phone1 a{
	text-decoration: none;
    color: #000;
    font-size: 21px;
}

.page_contacts__block_info__phone2{
	padding: 10px 0;
}

.page_contacts__block_info__phone2 a{
	text-decoration: none;
    color: #000;
    font-size: 21px;
}

.page_contacts__block_info__emailTitle{
	color: #0d2e4d;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0 5px;
}

.page_contacts__block_info__email a{
	color: #066ed7;
}

.page_contacts__block_info__worksTitle{
	color: #0d2e4d;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0 5px;
}

.page_contacts__block_info_vk img{
    height: 40px;
}

.header_email{
    text-align: center;
    color: #0C4579;
    font-size: 14px;
    font-weight: bold;
}

/* page_transporting_evacuation */

.page_transporting_evacuation__description{
	padding: 15px 0;
	font-size: 16px;
}

.page_transporting_evacuation__title{
	color: #0d2d4d;
    font-weight: bold;
    font-size: 20px;
    padding: 24px 0 0;
}

.page_transporting_evacuation__title_4{
    color: #0d2d4d;
    font-weight: bold;
    font-size: 20px;
    padding: 18px 0 0;	
}

.page_transporting_evacuation__description_3{
	padding: 10px 0;
}

.page_transporting_evacuation__description_4{
	padding: 10px 0;
}

.page_transporting_evacuation__description_5{
	padding: 10px 0;
}

.page_transporting_evacuation__description_6{
	padding: 10px 0 0;
}

.page_transporting_evacuation__title_5{
	color: #0d2d4d;
    font-weight: bold;
    font-size: 20px;
    padding: 18px 0 0;
}

.page_transporting_evacuation__description_8{
	padding: 10px 0 0;
}

.page_transporting_evacuation__description_9{
	padding: 0 0 50px 0;
}

/* partial_loading */

.page_partial_loading__title_1{
	padding: 25px 0 0;
}

.page_partial_loading__title_2{
	color: #0d2d4d;
    font-weight: bold;
    font-size: 20px;
    padding: 24px 0 0;
}

.page_partial_loading__description_2{
	padding: 0 0 35px;
}

/* transporting_special */

.page_transporting_special__title_1{
	padding: 40px 0 0;
}

.page_transporting_special__title_3{
	color: #0d2d4d;
    font-weight: bold;
    font-size: 20px;
    padding: 0 0 10px;
}

.page_transporting_special__description_4{
	padding: 0 0 40px;
}

/* page_manipulator */

.page_manipulator__title_1{
	padding: 25px 0;
}

.page_manipulator__title_2{
	color: #0d2d4d;
    font-weight: bold;
    font-size: 20px;
    padding: 0 0 10px;
}

.page_manipulator__title_4{
	padding: 15px 0;
}

.page_manipulator__title_5{
	padding: 0 0 40px 0;
}

/* transporting_waterequip */

.transporting_waterequip__description_1{
	padding: 25px 0 10px;
}

.transporting_waterequip__description_2{
	padding: 10px 0;
}

.transporting_waterequip__description_3{
	padding: 10px 0;
}

.transporting_waterequip__title_1{
	padding: 10px 0 20px;
}

.transporting_waterequip__title_2{
	color: #0d2d4d;
    font-weight: bold;
    font-size: 20px;
    padding: 0 0 10px;
}

.transporting_waterequip__title_3{
	padding: 0 0 40px;
}

/* transporting_moto */

.transporting_moto__description_1{
	padding: 20px 0 10px;
}

.transporting_moto__description_2{
	padding: 10px 0 10px;
}

.transporting_moto__title_1{
	font-weight: bold;
}

.transporting_moto__title_2{
	color: #0d2d4d;
    font-weight: bold;
    font-size: 20px;
    padding: 0 0 10px;
}

.transporting_moto__description_4{
	padding: 10px 0 40px;
}

/* transporting_cargo */

.transporting_cargo__description_1{
	padding: 30px 0;
}

.transporting_cargo__title_1{
	color: #0d2d4d;
    font-weight: bold;
    font-size: 20px;
    padding: 0 0 10px;
}

.transporting_cargo__title_2{
	color: #0d2d4d;
    font-weight: bold;
    font-size: 20px;
    padding: 0 0 10px;
}

.transporting_cargo__title_3{
	padding: 0 0 40px 0;
}

/* towing */

.towing__description_1{
	padding: 30px 0 10px;
}

.towing__description_2{
	padding: 0 0 20px;
}

.towing__title_1{
	color: #0d2d4d;
    font-weight: bold;
    font-size: 20px;
    padding: 0 0 10px;
}

.towing__title_2{
	color: #0d2d4d;
    font-weight: bold;
    font-size: 20px;
    padding: 0 0 10px;
}

.evakuatorGruz__title_2{
	color: #0d2d4d;
    font-weight: bold;
    font-size: 20px;
    padding: 14px 0 10px;
}

.towing__title_4{
	padding: 10px 0 40px;
}

.evakuatorGruz__description_3{
    padding: 10px 0 0 0;
}

.evakuatorGruz_photo_1{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.evakuatorGruz_photo_1 img{
    min-width: 300px;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 260px;
    background-size: contain;
}

.evakuatorGruz_photo_2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0 0;
}

.evakuatorGruz_photo_2 img{
    min-width: 300px;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 260px;
    background-size: contain;
}