﻿@font-face {
    font-family: "Conv_RobotoRegular";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("/themes/default/fonts/RobotoRegular.woff") format("woff"), url("/themes/default/fonts/RobotoRegular.ttf") format("truetype"), url("/themes/default/fonts/RobotoRegular.svg") format("svg");
}

@font-face {
    font-family: "corporateThin";
    src: url("/themes/default/fonts/93b6bf6a-418e-4a8f-8f79-cb9c99ef3e32.eot?#iefix");
    src: url("/themes/default/fonts/93b6bf6a-418e-4a8f-8f79-cb9c99ef3e32.eot?#iefix") format("eot"), url("/themes/default/fonts/c881c21b-4148-4a11-a65d-f35e42999bc8.woff") format("woff"), url("/themes/default/fonts/03634cf1-a9c9-4e13-b049-c90d830423d4.ttf") format("truetype"), url("/themes/default/fonts/1bc99c0a-298b-46f9-b325-18b5e5169795.svg#1bc99c0a-298b-46f9-b325-18b5e5169795") format("svg");
}
@font-face {
    font-family: "corporateRoman";
    src: url("/themes/default/fonts/f1feaed7-6bce-400a-a07e-a893ae43a680.eot?#iefix");
    src: url("/themes/default/fonts/f1feaed7-6bce-400a-a07e-a893ae43a680.eot?#iefix") format("eot"), url("/themes/default/fonts/8ac9e38d-29c6-41ea-8e47-4ae4d2b1a4e1.woff") format("woff"), url("/themes/default/fonts/4bd09087-655e-4abb-844c-dccdeb68003d.ttf") format("truetype"), url("/themes/default/fonts/df234d87-eada-4058-aa80-5871e7fbe1c3.svg#df234d87-eada-4058-aa80-5871e7fbe1c3") format("svg");
}
@font-face {
    font-family: "corporateCondensed";
    src: url("/themes/default/fonts/60668a0e-2339-4a95-bfbc-cd496257c85d.eot?#iefix");
    src: url("/themes/default/fonts/60668a0e-2339-4a95-bfbc-cd496257c85d.eot?#iefix") format("eot"), url("/themes/default/fonts/0905631b-a5fc-4fc2-a8cd-3e635798a88f.woff") format("woff"), url("/themes/default/fonts/493449a4-8f7d-4a56-915b-9c5c7238fba1.ttf") format("truetype"), url("/themes/default/fonts/c0afb576-fd5e-4d04-b54e-0722905cf89f.svg#c0afb576-fd5e-4d04-b54e-0722905cf89f") format("svg");
}
@font-face {
    font-family: "corporateBold";
    src: url("/themes/default/fonts/41fb73ed-90c8-456d-838e-254f4dfda106.eot?#iefix");
    src: url("/themes/default/fonts/41fb73ed-90c8-456d-838e-254f4dfda106.eot?#iefix") format("eot"), url("/themes/default/fonts/d85949a1-c37a-43f7-9d09-fb056acf0c27.woff") format("woff"), url("/themes/default/fonts/5289fb0d-053f-4fac-9c67-2d02365d6d05.ttf") format("truetype"), url("/themes/default/fonts/1376b116-8954-4534-8045-eabe8e2fcaa4.svg#1376b116-8954-4534-8045-eabe8e2fcaa4") format("svg");
}
@font-face {
    font-family: "corporateCondensedBold";
    src: url("/themes/default/fonts/b02b27ec-e236-493a-8a98-a843b378944b.eot?#iefix");
    src: url("/themes/default/fonts/b02b27ec-e236-493a-8a98-a843b378944b.eot?#iefix") format("eot"), url("/themes/default/fonts/cde92697-8c36-491a-a0e6-d93f889eb4e5.woff") format("woff"), url("/themes/default/fonts/d7d4db68-7012-474a-b1cc-3a378d417e94.ttf") format("truetype"), url("/themes/default/fonts/6cb2e8c7-d3e1-4d59-83f5-a577a0f8fc20.svg#6cb2e8c7-d3e1-4d59-83f5-a577a0f8fc20") format("svg");
}

/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/themes/default/fonts/Material_Icons.woff2) format('woff2');
}
.catalog_cat_text.block_lite div div ul li, .catalog_cat_text.block_lite div div ul, .catalog_cat_text.block_lite div div p, .catalog_cat_text.block_lite div p, .catalog_cat_text.block_lite div ul li, .catalog_cat_text.block_lite div ul li:last-child {
border: none;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}

/* fallback */
@font-face {
  font-family: 'Material Icons Outlined';
  font-style: normal;
  font-weight: 400;
  src: url(/themes/default/fonts/Material_Icons_Outlined.woff2) format('woff2');
}



.bot_msg_telegram-form {
	position: fixed;
	text-decoration:none;
	width: 300px;
	display:block;
	/* height: 100px; */
	top: 20%;
	right: 0%;
	background: #fff;
	border: 2px solid blue;
	border-radius: 15px;
	
	
	 animation: slideFromTop 1.5s ease-out forwards;
            opacity: 0;
            transform: translateX(100px);
	
}


 @keyframes slideFromTop {
            0% {
                opacity: 0;
                transform: translateX(100px);
            }
            100% {
                opacity: 1	;
                transform: translateY(0);
            }
        }
		
		

.bot_msg_telegram-form:hover{
	opacity:1;
}

.bot_msg_telegram-icon {
	width: 60px;
	height: 60px;
	background-color: white;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 15px;
	z-index: 2;
	position: absolute;
	right: 0;
	top: 46px;
	
}
        
        .bot_msg_telegram-icon svg {
            width: 35px;
            height: 35px;
            fill: #0088cc;
        }
		
		
		.bot_msg_form-title {
	font-size: 18px;
	margin: 14px;
	font-weight: 600;
	z-index: 2;
	position: relative;
	text-decoration:none;
}
        
       .bot_msg_form-text {
	font-size: 16px;
	margin: 14px 58px 20px 14px;
	opacity: 0.9;
	z-index: 2;
	position: relative;
	text-decoration:none;
}
        
        .bot_msg_subscribe-btn {
			
            display: none;
            background-color: white;
            color: #0088cc;
            text-decoration: none;
            padding: 14px 28px;
            border-radius: 50px;
            font-weight: bold;
            font-size: 16px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
            z-index: 2;
            position: relative;
        }
        
        .bot_msg_subscribe-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 7px 20px rgba(0, 0, 0, 0.2);
        }
        
        .bot_msg_subscribe-btn:active {
            transform: translateY(1px);
        }
        
        .bot_msg_close-btn {
			   display: none;
            position: absolute;
            top: 15px;
            right: 15px;
            background: rgba(255, 255, 255, 0.2);
            width: 30px;
            height: 30px;
            border-radius: 50%;
            
            justify-content: center;
            align-items: center;
            cursor: pointer;
            z-index: 3;
            transition: background 0.3s ease;
        }
        
        .bot_msg_close-btn:hover {
            background: rgba(255, 255, 255, 0.3);
        }
        
        .bot_msg_close-btn::before, .bot_msg_close-btn::after {
            content: '';
            position: absolute;
            width: 14px;
            height: 2px;
            background-color: #000;
        }
        
        .bot_msg_close-btn::before {
            transform: rotate(45deg);
        }
        
        .bot_msg_close-btn::after {
            transform: rotate(-45deg);
        }

.material-icons-outlined {
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}
.appn {
	display: none;
}
/* fallback */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  src: url(/themes/default/fonts/Material_Symbols_Outlined.woff2) format('woff2');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}

 .one_photos_wrap {
	width:500px;
	height: 500px;
}

 .one_photos_wrap img {
	width: 500px;
	height: 500px;
}

.catalog_one_3_top{
	display:flex;
	
}

.catalog_one_3_top_inner_photo{
	width:690px;
	
}


.catalog_one_3_top_inner_text{
	
	
}





 #tango-more-images-wrapper {
	width: 125px;
	height: 655px;
}
 .catalog-one-photos .jcarousel-container-vertical {
	width: 100%;
	height: 575px;
}
 .one_photos_normal .one_photos_wrap img {
	width: 500px;
	height: 750px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

 .one_photos_square .one_photos_wrap img {
	width: 480px;
	height: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}



 .one_photos_normal .one_photos_wrap {
	border: none;
	width: 500px;
	height: 750px;
	margin: 0 auto;
	padding: 0;
}

 .one_photos_square .one_photos_wrap {
	border: none;
	width: 435px;
	height: auto;
	margin: 0;
	padding: 0;
}
 .one_photos_wrap .zoomWrapper {
	/* margin:0 0 0 125px; */
}
.catalog-one-photos .jcarousel-item-vertical, #tangoMoreImages-no-carusel li {
    margin: 0 0 6px 0;
    padding: 0;
    width: 95px;
	
    height: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.catalog-one-photos .jcarousel-item-vertical a,
.catalog-one-photos .jcarousel-item-vertical a:hover,
.catalog-one-photos .jcarousel-item-vertical a.active,
#tangoMoreImages-no-carusel li a {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.catalog-one-photos .jcarousel-item-vertical a img, .catalog-one-photos .jcarousel-item-vertical a img:hover, .catalog-one-photos .jcarousel-item-vertical a.active img, #tangoMoreImages-no-carusel li a img {
	width: auto;
	/*width: calc( 100% - 4px );*/
	max-height: none;
	border: 2px solid transparent;
	border-radius: 8px;
	height:110px; /*140*/
} 
.catalog-one-photos .jcarousel-item-vertical a img:hover,
#tangoMoreImages-no-carusel li a:hover img {
	border: 2px solid #10a8fb;
}
#tangoMoreImages {
	margin: 0 0 0 30px !important;
	
}
.catalog-one-photos .jcarousel-container-vertical {
	padding: 40px 0px;
}



.catalog-one-photos .jcarousel-clip {
	overflow: hidden;
	height: 580px;
}
.catalog-one-photos .jcarousel-next-vertical,
.catalog-one-photos .jcarousel-prev-vertical {
	left: 70px;
}
.zoomContainer {
	height: 655px!important;
	width: 435px!important;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.zoomWrapper img {
	position: inherit !important;
		width: 500px;
	height: 750px;
	float: left;
}
#tangoMoreImages-no-carusel {
	margin:0 0 0 30px!important;
	width: 100%;
}
.catalog-one-photos .catalog_add_photos {
	margin: 0px 0;
}

.catalog_cat_text2{
	
	padding-bottom:100px;
}

.catalog_cat_text2 li{
	list-style:disc outside none;
}


   .custom-gallery {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        padding: 20px;
    }

.catalog_cat_text > div {
    box-shadow: none !important;
}

.catalog_cat_text div p {
    margin: 10px 50px !important;
}

    /* Карточка */
    .custom-card {
        background-color: #023a86;
        border-radius: 15px;
        overflow: hidden;
        width: 300px;
        transition: transform 0.3s ease-in-out;
    }

    /* Эффект увеличения при наведении */
    .custom-card:hover {
        transform: scale(1.05);
    }

    /* Изображение */
    .custom-card img {
        width: 100%;
        object-fit: cover;
    }

    /* Контейнер текста */
    .custom-card-content {
        padding: 15px;
        text-align: center;
    }

    /* Заголовок карточки */
    .custom-card h3 {
        font-size: 18px;
        margin-bottom: 10px;
        color: #fff;
    }

    /* Текст карточки */
    .custom-card p {
        font-size: 14px;
        color: #a19898;
    }

    /* Заголовок галереи */
    .custom-gallery-title {
        text-align: center;
        font-size: 24px;
        margin-bottom: 20px;
    }



.catalog_cat_text3  li{
	list-style:disc outside none;
}


.footer_prems {
	display: flex;
	margin: 10px 0;
	justify-content: space-between;
}

.footer_prem{
	width:30%;
	
}


.catalog_cat_id_38 .for_props{
	display:none;
	
}

.table_div{
	
}
.table_td{
	display:inline-block;
	width:45%;
	vertical-align:top;
	
}

.cat_2_img{
	
	float:left;
	margin:0 40px 40px 0;
	
}
.cat_3_img{
	
	float:left;
	width:500px;
	margin:0 40px 40px 0;
	
}

.table_td:first-child {
	margin-right:5%;
}

position: relative; * { margin: 0px; padding: 0px; }

html, body { width: 100%;  padding: 0; margin: 0; font-family: arial ; font-size: 15px; color: #010101; background: #ffffff; }

body {
	background: url("/themes/default/images/fonten.png") 50% 0 repeat-y;
}

a { outline: none; -moz-outline: 0; border: none; border-width: 0px; color: #4b4f7e; }
a:active { outline: none; -moz-outline: 0; }
a:focus { outline: none; -moz-outline: 0; }
.
img { border: none; border-width: 0px; }

.clear { clear: both; font-size: 0; line-height: 0; height: 0; }

*html #main { height: 100%; }

.right_text ul li {
	list-style: disc;
	margin: 5px 0 5px 45px;
	
}
.info_excavators p {
	border-bottom: 1px dashed #bcc8d9;
}
.empty_count_vac {
	color: red;
}
.resume2 {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.vacancii input{
	font-size: 14px;
	padding: 5px 5px 3px;
	float: right;
	margin-right: 350px;
	text-align: center;
	width: 32px; 
}
.vacancy-properties table td {
	border-bottom: 1px solid #bbb;
	padding: 5px 0;
}
.vacancy-properties table {
	width: 100%;
}
.vert td:first-child {
	text-align: left;
	padding-left: 20px;
}
.info_excavators p.appn {
	font-weight: normal;
}
.short_name {
	width: auto;
	margin-top: 40px;
}
.right_info {
	text-transform: none;
}

.mobile_news{
	display:none;
}
p { margin: 12px 0px ; }
a { text-decoration: underline; color: #013c86; }
a:hover { text-decoration: none; }
.blueblue {
	background: #d0dff4 none repeat scroll 0 0;
	margin-bottom: 20px;
	margin-top: 16px;
	padding-bottom: 10px;
	padding-top: 6px;
}
.mainblockall {
	background: #fff none repeat scroll 0 0;
	color: #023a86;
	font-size: 27px;
	font-weight: bold;
	margin: 25px auto 0;
	padding: 25px 35px;
	text-align: center;
	width: 650px;
}
.leftside, .rightside {
	width: 27%;
	margin: 0 1%;
	float: left;
	min-height: 820px;
	vertical-align: bottom;
	display: table-cell;
	margin-top: 30px;
}
.centerside {
	width: 40%;
	margin: 0 1%;
	float: left;
	min-height: 810px;
	vertical-align: bottom;
	display: table-cell;
	margin-top: 30px;
}
.leftside .addonblock:first-child, .rightside .addonblock:first-child{
	margin-top: 389px;
}
.mainblock {
	border: 2px solid #023a86;
	padding: 15px 25px;
	margin-bottom: 20px;
	text-align: center;
	color: #023a86;
	background: #ccddff;
	font-weight: normal;
}
.mainblock span {
	display: block;
	font-size: 20px;
	font-weight: bold;
}
.addonblock {
	background: #023a86 none repeat scroll 0 0;
	border: 2px solid #023a86;
	color: #fff;
	margin-bottom: 21px;
	padding: 15px 25px;
	text-align: center;
}
.addonblock span {
	display: block;
	font-weight: bold;
	font-size: 19px;
}

/*leftside addon span 
centerside main span 
rightside addon span*/

/* ----- h1- h6 ----- */
h1 {   
	font-family: corporateCondensed,arial;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.2;
    margin: 15px 0;
    text-transform: none;
}
.textblock h2 {   
	font-family: corporateCondensed,arial;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.2;
    margin: 10px 0;
    text-transform: none;
}
.static h1 {
	margin-bottom: 4px;
	margin-left: 7px;
}
h2 { font-size: 18px; color: #000000; margin: 15px 0; line-height: 1.2; font-weight: normal; font-family: Conv_RobotoRegular, arial;}
h3 { 
color: #000;
font-weight: bold;
margin: 15px 30px;
text-transform: uppercase;
font-size: 18px;
}
h4 { font-size: 14px; color: #000000; margin: 15px 0; line-height: 1.2; font-weight: bold; font-family: Conv_RobotoRegular, arial;}

table { border-collapse: collapse; }
input { font-family: Conv_pfagorasans, arial; font-size: 8pt; color: #000; }
textarea { font-family: Conv_pfagorasans, arial; font-size: 8pt; color: #000; }
ul { list-style: none; padding: 0px; margin: 0px;}

 /* ----- header ----- */

header {
	display: block;
	height: 136px;
	margin: 0 auto;
	min-width: 1250px;
	position: relative;
	width: 100%;
}

.slider_area{
	position:relative;
}

.slider_link {
	z-index: 22222;
	top: 80%;
	left: 50%;
	background: -webkit-linear-gradient(top, #296fce 0%, #033b88 100%);
	display: block;
	position: absolute;
	border: 2px solid #023a86;
	font-family: Conv_RobotoRegular,arial;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 14px 11px 14px;
	color: #fff;
	text-decoration: none;
	width: 200px;
	text-align: center;
	margin-left: -116px;
	box-shadow: 10px 5px 35px 17px #fff;
}
.slider_link:hover {
	background: #5a8ccf;
}

.container  {
    margin: 0 auto;
    position: relative;
    width: 1250px;
	

}

.header_container{
	height:100px;
}

.fon_dark_blue{
   	background: #023a86;
	height: 36px;
}

.header_city {
	position: absolute;
	right: 20px;
	top: 70px;
	color: #000;
}

.cur_city{
	color:#000;
	padding-bottom:5px;
}

.cur_city a{
	color:#000;
	
}

.header_city select{
	width: 125px;
}
.header_city_list{
background: #9ABDEE;
border:1px solid #C9CEE3;
display: none;
padding: 5px 10px;
position: absolute;
z-index:1000;
right:0;
}

.header_city_list a{

display: block;
margin: 3px 0;
}
.cicle_area_mobile{
	display:none;
	
}

.cicle_area_desktop{
	position:relative;
	
}

.cicle_area_desktop_img {
	/* z-index: 2; */
	width: 1178px;
}

.cicle_area_desktop_pop {
	position: absolute;
	width: 125px;
	height: 119px;
	z-index: 4;
	border-radius: 44px 10px 10px 10px;
}

.cicle_area_desktop_pop {
	background:none;
}


.cicle_area_desktop_pop1{
	
	 top: 54px;
	left: 33px;
} 

.cicle_area_desktop_pop2 {
	
	top: 250px;
	left: 152px;
} 
.cicle_area_desktop_pop3{
	
	  top: 54px;
		left: 277px;
} 
.cicle_area_desktop_pop4{
	 
	 top: 250px;
	left: 398px;
} 
.cicle_area_desktop_pop5{
	
	  top: 54px;
		left: 522px;
} 
.cicle_area_desktop_pop6{
	
	 top: 250px;
	left: 641px;
} 
.cicle_area_desktop_pop7{
	
	  top: 54px;
		left: 767px;
} 
.cicle_area_desktop_pop8{
	
	 top: 250px;
	left: 885px;
} 
.cicle_area_desktop_pop9{
	 
	  top: 54px;
	left: 1010px;
} 


.cicle_area_desktop_pop1:hover{
	 background: transparent url("/files/image/cicle/1.png") no-repeat scroll 50% 50%;
	
} 

.cicle_area_desktop_pop2:hover {
	background: transparent url("/files/image/cicle/2.png") no-repeat scroll 50% 50%;

} 
.cicle_area_desktop_pop3:hover{
	 background: transparent url("/files/image/cicle/3.png") no-repeat scroll 50% 50%;
	
} 
.cicle_area_desktop_pop4:hover{
	 background: transparent url("/files/image/cicle/4.png") no-repeat scroll 50% 50%;
	
} 
.cicle_area_desktop_pop5:hover{
	 background: transparent url("/files/image/cicle/5.png") no-repeat scroll 50% 50%;
	
} 
.cicle_area_desktop_pop6:hover{
	 background: transparent url("/files/image/cicle/6.png") no-repeat scroll 50% 50%;

} 
.cicle_area_desktop_pop7:hover{
	 background: transparent url("/files/image/cicle/7.png") no-repeat scroll 50% 50%;
	 
} 
.cicle_area_desktop_pop8:hover{
	 background: transparent url("/files/image/cicle/8.png") no-repeat scroll 50% 50%;
	
} 
.cicle_area_desktop_pop9:hover{
	 background: transparent url("/files/image/cicle/9.png") no-repeat scroll 50% 50%;
	
} 









/* ----- logo ----- */
.menu_header {
	/* left: 305px; */
	position: relative;
	/* top: 5px; */
	width: 100%;
	
}

.menu_header a{
    color: #fff;
    font-family: Conv_RobotoRegular,arial;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
}
.menu_header li li a{
	margin-top: 10px;
    padding: 8px 24px;
	display: inline-block;
}

.menu_header > ul {
	display: flex;
	width: calc(100% - 100px);
	justify-content: space-between;
	padding-top: 4px;
}
.menu_header .in_menu {
	display: none;
	position: absolute;
	left: 0;
	z-index: 222;
	background: #023a86;
	width: 300px;
}
.menu_header li:hover>.in_menu{
display:block;	
}
.menu_header li {
	position: relative;
	padding: 0;
}

.menu_header .in_menu.in_menu_20 {
	position: absolute;
	left: 300px;
	top: 0;
}

.menu_header>ul >li{
    border-left: 1px solid #fff;
    padding: 4px 24px;
}


.menu_header  li:first-child{
border-left: none;}

.menu_header>ul>li>a:hover{
    border-bottom: 3px solid #a9cdff;
    color: #a9cdff;
    padding: 0px 0px 7px;
}
.menu_header>ul>li a:hover{
    color: #a9cdff;
}

.soc_header {
	right: 143px;
	position: absolute;
	bottom: 36px;
}
.soc_header li{
    float: left;
    padding: 0 2px;
}

.header_search form {
	float: left;
}

.lun_header {
	float: left;
	width: auto;
	margin-left: -134px;
	margin-top: 40px;
}

.lun_header a{
    color: #023a86;
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.lun_header a:hover{
color: #9abdee;
}

.lun_header li{
    float: left;
	color: #9abdee;
    padding: 0 13px;
	font-size: 10px;
	text-transform: uppercase;
}

.lun_header li:first-child {
	border-right: 1px solid #023a86;
}

.logo_header {
  left: 21px;
  position: absolute;
  top: 10px;
}
.logo_header img {
	width: 72%;
}
/* ----- phone ----- */
.inner-page-contacts > table > tbody > tr > td:nth-child(2) {
	display: none; 
}

.header_search {
	position: absolute;
	left: 400px;
	text-align: left;
	top: 20px;
}
.header_search {
	float: left;
	margin-left: 6px;
}

.header_search input{
	border:1px solid #9abdee;
	padding:5px 10px;
	font-size:16px;
	float: left;
}

.header_search a {
	width: 32px;
	height: 32px;
	display: inline-block;
	text-align: left;
	margin-left: 6px;
}
.header_search a span {
	display: inline-block;
	text-align: center;
	font-size: 30px;
}

.phone_header {
  background: rgba(0, 0, 0, 0) url("../images/phone_header.png") no-repeat scroll 0 4px;
  color: #000000;
  font-family: Conv_RobotoRegular,arial;
  font-size: 12px;
  padding: 3px 14px 6px 57px;
  position: absolute;
  right: 4px;
  text-align: right;
  top: 5px;
}

.phone_header a{
	color: #023a86;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
} 

.last-news-ul img{
	max-height:200px;
}

/* ----- basket ----- */ 
.call_header  {
   	background: #1858af;
    background: -moz-linear-gradient(top, #296fce 0%, #033b88 100%);
    background: -webkit-linear-gradient(top, #296fce 0%, #033b88 100%);
    background: -o-linear-gradient(top, #296fce 0%, #033b88 100%);
    background: -ms-linear-gradient(top, #296fce 0%, #033b88 100%);
    background: linear-gradient(top, #296fce 0%, #033b88 100%);	
    
    border: 2px solid #023a86;
    font-family: Conv_RobotoRegular,arial;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 14px 11px 14px;
    position: absolute;
    right: 0;
    top: 33px;
}
.toform {
   	background: #1858af;
    background: -moz-linear-gradient(top, #296fce 0%, #033b88 100%);
    background: -webkit-linear-gradient(top, #296fce 0%, #033b88 100%);
    background: -o-linear-gradient(top, #296fce 0%, #033b88 100%);
    background: -ms-linear-gradient(top, #296fce 0%, #033b88 100%);
    background: linear-gradient(top, #296fce 0%, #033b88 100%);	
    display: inline-block;
    border: 2px solid #023a86;
    font-family: Conv_RobotoRegular,arial;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 14px 11px 14px;
    color: #fff;
	text-decoration: none;
	width: 160px;
	text-align: center;
	float:right;
}
.toform:hover {
   	background: #5a8ccf;
}
.call_header a{
    background: rgba(0, 0, 0, 0) url("../images/call_header.png") no-repeat scroll 0% 50%;
    color: #fff;
    padding: 0 0 0 28px;
    text-decoration: none;
}
/* ----- menu ----- */     
.fon_nav {
  background: #9abdee none repeat scroll 0 0;
  min-width: 1250px;
  position: absolute;
  top: 130px;
  width: 100%;
}
.fon_nav.fix{
	position:fixed;
	z-index:100000;
	top:0;
	
}
        
nav {
    margin: 0 auto;
    width: 1250px;    
}
nav a {
	border-left: 1px solid #fff;
	color: #fff;
	font-family: Conv_RobotoRegular,arial;
	font-size: 14px;
	font-weight: bold;
	padding: 0 25px;
	text-decoration: none;
	text-transform: uppercase;
}
nav li:hover{
    background: #5a8ccf;
}
nav li {
	float: left;
	padding: 8px 0 10px;
}
nav li:hover a {
	border-bottom: 7px solid #023a86;
	color: #ffffff;
	padding: 0 25px 10px;
}

nav li:first-child a{
border-left: none;}

nav li:first-child{
    margin-left: 0;
}

/* ----- slider----- */   
.slider{
    height: 505px;
    margin: 14px auto 0px;
    position: relative;
    width: 1250px;
	box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.5);
	 -moz-box-shadow:0px 8px 10px 0px rgba(0, 0, 0, 0.5);
	 z-index: 1000;
}

.text_slider{
    background: #e9f0f8 url("../images/mini_logo.png") no-repeat scroll 7% 20%;
    color: #527cae;
    font-family: Conv_RobotoRegular,arial;
    font-size: 14px;
    min-height: 216px;
    opacity: 0.8;
    padding: 16px;
    position: absolute;
    top: 59px;
    width: 593px;
}

.h_slider{
float: left;
font-size: 29px;
font-weight: bold;
margin-left: 93px !important;
text-align: left;
}
.sale_left p {
	text-align: center;
}
.text_slider p{
margin-left: 19px;
}
.main_slide_title{
	color: #000;
	text-decoration: none;
}


.all_slider{
    background: #e9f0f8 none repeat scroll 0 0;
    height: 473px;
    opacity: 0.8;
    padding: 16px;
    position: absolute;
    right: 0;
    top: 0;
}

.all_slider li{
    margin-top: 10px;
}

.up{
    left: 42%;
    position: absolute;
    top: 0;
	background:url("../images/up.png") no-repeat scroll 0% 0%;
	width: 41px;
	height: 15px;
}

.up:hover{
	background:url("../images/up_act.png") no-repeat scroll 0% 0%;
}

.down{
    left: 42%;
    position: absolute;
    bottom: 0;
	background:url("../images/down.png") no-repeat scroll 0% 0%;
	width: 41px;
	height: 15px;
}

.down:hover{
	background:url("../images/down_act.png") no-repeat scroll 0% 0%;
}

/* ----- main----- */   

.main{
    margin: 0 auto;
    width: 1250px;
    position: relative;	
}

.left_content{
    width: 290px;
    float: left;	
}

.right_content {
	float: left;
	margin-bottom: 43px;
	width: 100%;
	min-height: 500px;
}

/* ----- left_content ----- */   
.left_menu {
    box-shadow: 0px 5px 2px 0px rgba(0, 0, 0, 0.28);
    margin-top: 19px;
    width: 278px;
}
.h_left_menu {
    background: rgba(0, 0, 0, 0) url("../images/left_menu.png") no-repeat scroll 8px 50%;
    font-size: 17px;
    padding: 2px 0 3px 47px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 19px;
}
.left_menu li {
    background: #9abdee none repeat scroll 0 0;
    border-top: 1px dotted #7da1d4;
    padding: 9.5px 0px 9px;
}
.left_menu a::before {
    content: "–";
    margin: 0 11px;
}
.left_menu a {
    color: #013c86;
    font-family: Conv_RobotoRegular,arial;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}
.left_menu li:hover {
    background: #013c86 none repeat scroll 0 0;
}
.left_menu li:hover a {
    color: #fff;
}

.sale_left {
  margin-top: 48px;
  overflow: hidden;
  position: relative;
  width: 279px;
}
.h_sale_left {
    background: rgba(0, 0, 0, 0) url("../images/sale_left.png") no-repeat scroll 0 0;
    font-family: Conv_RobotoRegular,arial;
    padding: 1px 0 4px 33px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 17px;
}
/* ----- right_content ----- */
.post img {
	margin: 0 20px 20px 0;
	width: 400px;
}
.post table td:first-child {
	width: 420px;
}
.post div div p:first-child {
	margin-top: -15px;
}

/* ----- text ----- */
.text{
    background: #d7e5f8 none repeat scroll 0 0;
    font-family: Conv_RobotoRegular,arial;
    font-size: 16px;
    margin-left: 31px;
    margin-top: 0;
    min-height: 349px;
	}
	
.left_text{
    float: left;
    margin-top: 16px;
    width: 440px;
	margin-left: 20px;
}
.right_text {
	float: left;
	font-size: 14px;
	margin-left: 5px;
	margin-top: 15px;
	width: 440px;
	margin-bottom: 20px;
}
.left_text2 {
  float: left;
  margin-left: 25px;
  margin-right: 8px;
  margin-top: 16px;
  width: 400px;
}

.left_text2 a {
  text-decoration: none;
  color: #010101;
}

.right_text2 {
  float: left;
  font-size: 14px;
  margin-bottom: 30px;
  margin-left: 5px;
  margin-top: 43px;
  width: 816px;
}

.right_text a {
  text-decoration: none;
  color: #010101;
}

.news_content {
  font-family: Conv_RobotoRegular,arial;
  margin: 0 auto 0;
  overflow: hidden;
  position: relative;
  width: 1263px;
}
.h_news {
    background1: rgba(0, 0, 0, 0) url("../images/news.png") no-repeat scroll 100% 3px;
    font-size: 22px;
    padding: 0px 26px 0px 0;
    text-transform: uppercase;
    font-weight: bold;
}
.news_content li {
	border-right: 1px solid #ccc;
	float: left;
	margin-left: 12px;
	margin-right: 15px;
	/* min-height: 120px; */
	padding-bottom: 0;
	width: 339px;
}
.info_news a {
	text-decoration: none;
	color: #000;
}
.news_content li:first-child {

}
.news_content li:nth-child(2) {
    
}
.title_news {
    margin-right: 22px;
    margin-bottom: 7px!important;
	color: #1f569c;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.title_news a {
    color: #1f569c;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}
.date_news {
	background: rgba(0, 0, 0, 0) url("../images/date.png") no-repeat scroll 0 47%;
	color: #686868;
	font-size: 11px;
	padding: 0 0 0 20px;
}
.info_news {
    font-weight: bold;
}
.all_news {
clear: both;
padding-right: 96px;
text-align: right;
}

.all_news  a{
color: #000;}

.news_content p {
	margin: 5px 0px;
	font-size: 13px;
}
.static ul li {
	list-style: disc;
	margin: 5px 5px 5px 30px;
}	
.static {
	margin: 15px;
	font-size: 16px;
	line-height: 1.2;
}

.in_goods_photos {
	overflow: hidden;
	width: 450px;
	float: left;
}
.static_ex .catalogcase-content-container{
	overflow:visible !important;
	
}

.static_ex .catalogcase-thumbnail-container{
	right:-106px;
	opacity:1;
	
	
}

.static_ex .info_goods {
	float: left;
	margin-left: 42px;
	width: 450px;
}

.static_ex .catalogcase-arrow-next{
	
	right:22px;
}
/* ----- footer ----- */
.ekskavator-links {
	width: 200px;
	margin-left: 30px;
	box-shadow: 0px 0px 51px 0px rgba(37, 38, 41, 0.07);
	float: right;
	margin-top: 33px;
}

.ekskavator-links > ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.ekskavator-links > ul > li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.ekskavator-links li a::before {
	content: "shopping_cart";
	font-family: 'Material Icons Outlined';
	font-weight: normal;
	font-style: normal;
	font-size: 28px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	color: #fff;
	-moz-font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
	padding: 7.2px 8px;
	margin: 0;
	float: left;
	background: #023a86;
	width: 27px;
	height: 27px;
}

.ekskavator-links li a {
	font-size: 11px;
	font-weight: 700;
	color: #252629;
	width: 100%;
	display: block;
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	font-size: 14px;
	float: left;
}
.ekskavator-links li a:hover {
	background: #9abdee;
	color: #fff;
}
.ekskavator-links li:hover a::before {
	background: #225aa6;
}

.ekskavator-links li a span {
	padding: 12px 15px 12px;
	display: inline-block;
} 


.ekskavator-links li.service a::before {
	content: "handyman";
}


.ekskavator-links li.leasing a::before {
	content: "percent";
}
.ekskavator-links li.pdf_goods a::before {
	content: "picture_as_pdf";
}
.ekskavator-links li.send_goods a::before {
	content: "contact_support";
}
.ekskavator-links li.podrob a::before {
	content: "arrow_forward";
}
.ekskavator-links li.kp a::before {
	content: "done_all";
}
footer {
  background: #013a81 none repeat scroll 0 0;
  display: block;
  height: 275px;
  margin: 0 auto;
  min-width: 1250px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

footer a:hover {
	color: #fff;
}

/* ----- phone_footer ----- */
.adress_footer{
	color: #fff;
	font-size: 13px;
	left: 0;
	padding: 0 10px;
	position: absolute;
	text-align: left;
	top: 67px;
	width: 310px;
}

.adress_footer svg {
	float: left;
}

.adress_footer p {
	padding: 0;
	
}

.adress_footer p span {
  display: block;
  padding-left: 25px;
  padding-top: 3px;
}

.svgicon {
  height: 20px;
  left: 0;
  top: 0;
  width: 20px;
}

.page_smart {
	width: 22px;
	float: left;
}
.kon_dep div {
	background: #d0dff4 none repeat scroll 0 0;
	margin: 0;
	padding: 5px 20px;
	border-radius: 4px;
}
.kon_dep div:nth-child(2n) {
	background: #fff none repeat scroll 0 0;
	margin: 0;
	padding: 5px 20px;
}
.kon_dep div p {
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}
.kon_dep div:nth-child(2n) p {
	border-bottom: 1px solid #9bbded;
	padding-bottom: 5px;
}

.adress_footer a{
    color: #fff;
}
/* ----- logo ----- */
.logo_footer{
    left: 0;
    position: absolute;
    top: 2px;
}

.menu_footer {
  left: 330px;
  position: absolute;
  top: 24px;
}

.h_menu_footer{
    color: #bad9ff;
    font-weight: bold;
    margin-bottom: 15px;
    margin-left: 14px;
    text-transform: uppercase;
}

.h_goods_footer{
    color: #bad9ff;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 14px;
    text-transform: uppercase;
}

.h_vacancy_footer{
    color: #bad9ff;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 14px;
    text-transform: uppercase;
}

.menu_footer li, .region_footer li, .goods_footer li, .vacancy_footer li {
    margin: 11px 0;
}

.goods_footer ul {
float: left;
width: 400px;
}
.goods_footer ul li {
	float: left;
	margin: 6px 0;
	width: 200px;
}

.menu_footer a , .region_footer a, .goods_footer a, .vacancy_footer a{
	color: #fff;
	font-family: Conv_RobotoRegular,arial;
	font-size: 13px;
	padding: 0 0 0 15px;
	text-decoration: none;
}


.menu_footer li:first-child{
 border-left: none;
}
.region_footer{

    left: 995px;

    position: absolute;
    top: 24px;
}

.vacancy_footer {
	border-right: 1px solid #175cb2;
	padding-left: 10px;
	padding-right: 150px;
	position: absolute;
	right: 0;
	top: 24px;
}

.goods_footer {
  border-left: 1px solid #175cb2;
  border-right: 1px solid #175cb2;
  left: 579px;
  padding-left: 10px;
  padding-right: 21px;
  position: absolute;
  top: 24px;
}

/* ----- fon_footer_blue ----- */
.fon_footer_blue{
background: #175cb2 none repeat scroll 0 0;
height: 48px;
position: relative;
top: 252px;
width: 100%;
}

.copy_footer {
	color: #ffffff;
	font-family: Conv_RobotoRegular,arial;
	position: absolute;
	top: 3px;
	font-size: 11px;
}
/* ----- eo ----- */
.eo {
	color: #fff;
	font-family: Conv_RobotoRegular,arial;
	font-size: 11px;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 3px;
}

#toTop {
  background: rgba(0, 0, 0, 0) url("/themes/default/images/up.png") no-repeat scroll center top;
bottom: 85px;
cursor: pointer;
height: 39px;
position: fixed;
right: 3%;
width: 73px;
z-index: 999;
}
#toTop:hover{
	opacity:0.7;
}


/* ----- catalog_buckets ----- */
.catalog_buckets {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	margin-left: 4px;
	margin-top: 25px;
	padding: 20px;
	width: 1159px;
	overflow: hidden;
}

.pathway a{
    margin-top: 25px;
    width: 100%;
	font-family: Conv_RobotoRegular,arial;
}

.photo-gallery-simple {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.photo-gallery-simple img{
max-height:100%;	
	max-width:100%;
}

.photo-gallery-simple-list{
	
	height: 250px;
	display:inline-block;
	margin-bottom:20px;
}



.h_catalog_buckets{
    font-size: 27px;
    font-weight: bold;
    margin-top: 23px;
    text-transform: uppercase;
    font-family: Conv_RobotoRegular,arial;	
}



.block_catalog_buckets{
    margin-top: 25px;
    font-family: Conv_RobotoRegular,arial;	
}

.title_catalog_buckets{
    border-bottom: 1px solid #99bded;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 19px;
	text-transform: uppercase;
}

.block_buckets{
	margin-top: 7px;
	width: 1199px;
}
.block_buckets{
	margin-top: 7px;
	width: 100%;
	margin-left: -7px;
}

.block_buckets table{
    width: 100%;
	box-shadow:  0 0 10px rgba(0,0,0,0.5);
}
.catalog-img-2 {
    box-shadow:  0 0 10px rgba(0,0,0,0.5);
}


.block_bucketstd:first-child{
   background:#d0dff4;
}

.block_buckets tr:first-child td, .block_buckets tr th{
    background: #d0dff4 none repeat scroll 0 0 !important;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 17px 0px 15px;}

.block_buckets td{
    background: #ffffff none repeat scroll 0 0;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
}

.block_buckets td[rowspan="6"], .block_buckets td[rowspan="5"],.block_buckets td[rowspan="4"], .block_buckets td[rowspan="3"], .block_buckets td[rowspan="2"]
{
   background:#e1eaf9;
       font-weight: bold;
}
.block_buckets p {
	margin: 5px 0;
}
.block_buckets tr{
    border-bottom: 1px solid #99bded;

}



.block_buckets table a[href]{
    background: #1e61ba ;
    color: #fff;
    text-decoration: none;
    padding: 9px 10px 9px 11px;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Conv_RobotoRegular,arial;	}
	
.block_buckets table a[href]:before{
    content: "→";
    margin-right: 5px;
}	

.block_buckets th{
height: 25px;
}

.catalog_excavators {
	margin-top: 0;
	margin-left: 0;
	display: flex;
	flex-wrap: wrap;
	
}

.excavators_list_one {
	border: 1px solid #ccc;
	width: 21.62%;
	padding: 10px 1%;
	margin: 10px 0.6%;
}

.excavators_list_one_img_link{
	display:block;
	text-align:center;
	
}

.excavators_list_one_title {
	text-decoration: none;
	text-align: center;
	display: block;
	text-decoration: uppercase;
	font-size: 16px;
	font-family: Conv_RobotoRegular,arial;
	line-height: 20px;
	margin-bottom: 12px;
	margin-top: 4px;
}

.excavators_list_one_more {
	text-decoration: none;
	text-align: center;
	display: block;
	text-decoration: uppercase;
	background: #023a86;
	margin: 15px 30px 10px 30px;
	padding: 5px;
	font-family: Conv_RobotoRegular,arial;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.5px;
}

.excavators_list_one_img {
	max-width: 100%;
	height: 180px;
}

.excavators_list_one_fields{
	
}

.excavators_list_one_field {
	display: flex;
	justify-content: space-between;
	font-family: Conv_RobotoRegular,arial;
	font-size: 12px; 
}

.excavators_list_one_field_title {
	font-weight: bold;
}
.excavators_list_one_field_val{
	
}


.sub_cats_list_area {
	margin-top: 0;
	margin-left: 0;
	display: flex;
	 flex-wrap: wrap; 
	justify-content: center;
}



.sub_cats_list_one {
	border: 1px solid #ccc;
	width: 18%;
	padding: 10px 1%;
	margin: 10px 0.6%;
}

.sub_cats_list_one_img_link{
	display:block;
	text-align:center;
	
}

.sub_cats_list_one_title {
	text-decoration: none;
	text-align: center;
	display: block;
	text-decoration: uppercase;
	font-size: 16px;
	font-family: Conv_RobotoRegular,arial;
	line-height: 20px;
	margin-bottom: 12px;
	margin-top: 4px;
min-height: 40px;
}

.sub_cats_list_one_more {
	text-decoration: none;
	text-align: center;
	display: block;
	text-decoration: uppercase;
	background: #023a86;
	margin: 15px 30px 10px 30px;
	padding: 5px;
	font-family: Conv_RobotoRegular,arial;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.5px;
}

.sub_cats_list_one_img {
	max-width: 100%;
	height: 180px;
}

.sub_cats_list_one_fields{
	
}

.sub_cats_list_one_field {
	display: flex;
	justify-content: space-between;
	font-family: Conv_RobotoRegular,arial;
	font-size: 12px; 
}

.sub_cats_list_one_field_title {
	font-weight: bold;
}
.sub_cats_list_one_field_val{
	
}



.h_catalog_excavators{
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.pathway {
	margin: 20px 0;
}
.block_excavators {
  border: 1px solid #e3eef0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  height: 300px;
  margin: 9px auto 22px;
  width: 1199px;
}

.block_excavators:hover {
	background: #d0dff4;
}



.img_excavators {
	float: left;
	margin: 20px 0 0;
	text-align: center;
	width: 370px;
}

.info_excavators {
	cursor: pointer;
	float: left;
	margin: 0;
	width: 530px;
}
.but_excavators .ekskavator-links {
	margin-right: 30px;
}

.catalog_excavators .img_excavators img{
	height:230px;
}

.info_excavators p{
    border-bottom: 1px dashed #bcc8d9;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    white-space: normal;
}

.info_excavators p:first-child{
    border-bottom: none;
}

.info_excavators a {
	text-decoration: none;
	font-size: 22px;
	line-height: 140%;
	color: #252629;
	letter-spacing: 0.5px;
	text-transform: none;
	font-weight: normal;
}

.info_excavators span {
  font-size: 15px;
}
.info_excavators > p > span:first-child {
	text-transform: capitalize;
	font-weight: bold;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0.05em;
	color: #252629 !important;
	margin-bottom: 8px;
	margin-bottom: 12px;
	font-family: 'Open Sans', sans-serif;
}

.right_info {
	float: right;
	font-size: 18px;
	font-weight: normal;
}

.navigation{
    margin-left: 30%;
    margin-top: 15px;
}

.navigation li{
float:left;
    margin: 5px;
}


.navigation a{
    padding: 2px 6px;
	color: #000;
}

.navigation a:hover{
    background: #063f8c none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
}

.goods{
   margin-left: 29px;
    margin-top: 22px;
}

.h_goods {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 31px;
	width: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Conv_RobotoRegular,arial;
}
.h_news {
	display: inline-block;
	font-family: corporateCondensed,arial;
	text-transform: none;
	font-size: 32px;
	margin: 5px 0 5px 26px;
	text-transform: none;
	color: #023a86;
	font-weight: normal;
}

.h_news a {
	text-decoration: none;
}

.text h2 {
	color: #023a86;
}
.small_goods_photos img{
    border: 1px solid #d0dff4;
    height: 79px;
    width: 82px;
}

.big_goods_photos{
    float: left;
	 position: relative;
    width: 80%;
}	
	
.small_goods_photos{
    float: left;
	 position: relative;
    width: 20%;
}	

.small_goods_photos li{
    margin: 5px 2px;
}

.goods_photos {
	float: left;
	min-height: 300px;
}

.big_goods_photos span{
    background: #2362bf none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    left: 1px;
    padding: 1px;
    position: absolute;
    text-align: center;
    width: 33px;
    font-family: Conv_RobotoRegular,arial;
}

.small_goods_photos span{
    background: #2362bf none repeat scroll 0 0;
    color: #fff;
    font-size: 11px;
    left: 1px;
    padding: 3px 7px;
    position: absolute;
    text-align: center;
    font-family: Conv_RobotoRegular,arial;
}

.info_goods{
    float: left;
    width: 465px;
    margin-left: 28px;
}
/*
.pdf_goods {
  background: rgba(0, 0, 0, 0) url("../images/pdf.png") no-repeat scroll 0 100%;
  float: left;
  padding: 28px 0 10px 33px;
}

.pdf_goods a{
    color: #303030;
    font-size: 12px;
	    font-family: Conv_RobotoRegular,arial;
}
*/

div.pdf_goods {
  float: left;
  padding: 33px 0 0;
}

div.pdf_goods a {
  background: #5a8ccf;
    background: -moz-linear-gradient(top, #5a8ccf 0%, #5a8ccf 100%);
    background: -webkit-linear-gradient(top, #5a8ccf 0%, #5a8ccf 100%);
    background: -o-linear-gradient(top, #5a8ccf 0%, #5a8ccf 100%);
    background: -ms-linear-gradient(top, #5a8ccf 0%, #5a8ccf 100%);
    background: linear-gradient(top, #5a8ccf 0%, #5a8ccf 100%);	
    border: 2px solid #023a86;
	color: #fff;
	font-family: Conv_RobotoRegular,arial;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 14px 11px;
	text-decoration: none;
}

.pdf_goods a:hover{
   	background: #1858af;
    background: -moz-linear-gradient(top, #296fce 0%, #033b88 100%);
    background: -webkit-linear-gradient(top, #296fce 0%, #033b88 100%);
    background: -o-linear-gradient(top, #296fce 0%, #033b88 100%);
    background: -ms-linear-gradient(top, #296fce 0%, #033b88 100%);
    background: linear-gradient(top, #296fce 0%, #033b88 100%);	
}


.info_goods  span{
    border-bottom: 1px solid #fff;
}

.info_goods p{
    border-bottom: 1px dashed #bcc7d9;
    font-size: 14px;
    font-weight: bold;
    margin: 16px 0;
	font-family: Conv_RobotoRegular,arial;
}

.right_info_goods{
    background: #fff none repeat scroll 0 0;
    float: right;
    font-size: 16px;
}

.h_info_goods{
	border-bottom: 1px solid #9bbded;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 11px;
	text-transform: uppercase;
}
	
div.send_goods {
  float: right;
  padding: 33px 0 0;
}

div.send_goods a{
   	background: #5a8ccf;
    background: -moz-linear-gradient(top, #5a8ccf 0%, #5a8ccf 100%);
    background: -webkit-linear-gradient(top, #5a8ccf 0%, #5a8ccf 100%);
    background: -o-linear-gradient(top, #5a8ccf 0%, #5a8ccf 100%);
    background: -ms-linear-gradient(top, #5a8ccf 0%, #5a8ccf 100%);
    background: linear-gradient(top, #5a8ccf 0%, #5a8ccf 100%);	
    border: 2px solid #023a86;
	color: #fff;
	font-family: Conv_RobotoRegular,arial;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 14px 11px;
	text-decoration: none;
}	

.send_goods a:hover{
   	background: #1858af;
    background: -moz-linear-gradient(top, #296fce 0%, #033b88 100%);
    background: -webkit-linear-gradient(top, #296fce 0%, #033b88 100%);
    background: -o-linear-gradient(top, #296fce 0%, #033b88 100%);
    background: -ms-linear-gradient(top, #296fce 0%, #033b88 100%);
    background: linear-gradient(top, #296fce 0%, #033b88 100%);		
    	
}

.more_goods {
  float: left;
  padding: 12px 50px 12px 70px;
}

.more_goods a{
   	background: #5a8ccf;
    background: -moz-linear-gradient(top, #5a8ccf 0%, #5a8ccf 100%);
    background: -webkit-linear-gradient(top, #5a8ccf 0%, #5a8ccf 100%);
    background: -o-linear-gradient(top, #5a8ccf 0%, #5a8ccf 100%);
    background: -ms-linear-gradient(top, #5a8ccf 0%, #5a8ccf 100%);
    background: linear-gradient(top, #5a8ccf 0%, #5a8ccf 100%);	
    border: 2px solid #023a86;
	color: #fff;
	font-family: Conv_RobotoRegular,arial;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 14px 11px;
	text-decoration: none;
	width: 120px;
	display: inline-block;
	text-align: center;
}	

.more_goods a:hover{
   	background: #1858af;
    background: -moz-linear-gradient(top, #296fce 0%, #033b88 100%);
    background: -webkit-linear-gradient(top, #296fce 0%, #033b88 100%);
    background: -o-linear-gradient(top, #296fce 0%, #033b88 100%);
    background: -ms-linear-gradient(top, #296fce 0%, #033b88 100%);
    background: linear-gradient(top, #296fce 0%, #033b88 100%);		
    	
}
.kp_goods {
  float: left;
  padding: 12px 50px 12px 70px;
}

.kp_goods a{
   	background: #5a8ccf;
    background: -moz-linear-gradient(top, #5a8ccf 0%, #5a8ccf 100%);
    background: -webkit-linear-gradient(top, #5a8ccf 0%, #5a8ccf 100%);
    background: -o-linear-gradient(top, #5a8ccf 0%, #5a8ccf 100%);
    background: -ms-linear-gradient(top, #5a8ccf 0%, #5a8ccf 100%);
    background: linear-gradient(top, #5a8ccf 0%, #5a8ccf 100%);	
    border: 2px solid #023a86;
	color: #fff;
	font-family: Conv_RobotoRegular,arial;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 14px 11px;
	text-decoration: none;
	width: 120px;
	display: inline-block;
	text-align: center;
}	

.kp_goods a:hover{
   	background: #1858af;
    background: -moz-linear-gradient(top, #296fce 0%, #033b88 100%);
    background: -webkit-linear-gradient(top, #296fce 0%, #033b88 100%);
    background: -o-linear-gradient(top, #296fce 0%, #033b88 100%);
    background: -ms-linear-gradient(top, #296fce 0%, #033b88 100%);
    background: linear-gradient(top, #296fce 0%, #033b88 100%);		
    	
}
.cat_goods {
  float: left;
  padding: 12px 50px 12px 70px;
}

.cat_goods a{
   	background: #5a8ccf;
    background: -moz-linear-gradient(top, #5a8ccf 0%, #5a8ccf 100%);
    background: -webkit-linear-gradient(top, #5a8ccf 0%, #5a8ccf 100%);
    background: -o-linear-gradient(top, #5a8ccf 0%, #5a8ccf 100%);
    background: -ms-linear-gradient(top, #5a8ccf 0%, #5a8ccf 100%);
    background: linear-gradient(top, #5a8ccf 0%, #5a8ccf 100%);	
    border: 2px solid #023a86;
	color: #fff;
	font-family: Conv_RobotoRegular,arial;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 14px 11px;
	text-decoration: none;
	width: 120px;
	display: inline-block;
	text-align: center;
}	

.cat_goods a:hover{
   	background: #1858af;
    background: -moz-linear-gradient(top, #296fce 0%, #033b88 100%);
    background: -webkit-linear-gradient(top, #296fce 0%, #033b88 100%);
    background: -o-linear-gradient(top, #296fce 0%, #033b88 100%);
    background: -ms-linear-gradient(top, #296fce 0%, #033b88 100%);
    background: linear-gradient(top, #296fce 0%, #033b88 100%);		
    	
}
.but_excavators {
	padding: 50px 0;
	overflow: hidden;
}


.all_info_goods3 {
  float: left;
  font-family: Conv_RobotoRegular,arial;
  margin: 54px 0;
  width: 100%;
}

.all_info_goods3 > table{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    margin-left: 0;
    width: 100%;
}


.all_info_goods3 > table > tbody > tr:first-child{
    text-align: center;

}
.all_info_goods3 img {
	margin: 20px 91px;
	border: 1px solid #aaa;
}
.all_info_goods3 p img {
	margin: 20px 0px;
	border: 1px solid #aaa;
}
.all_info_goods3 > table > tbody > tr:first-child td{
}

.all_info_goods3 > table > tbody > tr:first-child a{
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
	padding: 20px 0;
}

.catalog-tabs-active{
   	background: #1858af;
    background: -moz-linear-gradient(top, #296fce 0%, #033b88 100%);
    background: -webkit-linear-gradient(top, #296fce 0%, #033b88 100%);
    background: -o-linear-gradient(top, #296fce 0%, #033b88 100%);
    background: -ms-linear-gradient(top, #296fce 0%, #033b88 100%);
    background: linear-gradient(top, #296fce 0%, #033b88 100%);	
}
.all_info_goods3 > table > tbody > tr:first-child > td:hover{
   	background: #6aacef;
    background: -moz-linear-gradient(top, #6aacef 0%, #5577aa 100%);
    background: -webkit-linear-gradient(top, #6aacef 0%, #5577aa 100%);
    background: -o-linear-gradient(top, #6aacef 0%, #5577aa 100%);
    background: -ms-linear-gradient(top, #6aacef 0%, #5577aa 100%);
    background: linear-gradient(top, #6aacef 0%, #5577aa 100%);	
}

.catalog-tabs-active a, .all_info_goods3 > table > tbody > tr:first-child > td:hover a{
	color: #fff !important;
}

.all_info_goods3 h3 {
	text-transform: uppercase;
	margin: 15px 30px;
	color: #000;
	font-weight: bold;
}
	
.all_info_goods3 > table > tbody > tr > td {
	border-bottom: 4px solid #124c9e;
	padding: 20px 10px;
}
.all_info_goods3 > table > tbody > tr:first-child > td {
	width: 20%;
}

.all_info_goods3 p{
    border-bottom: 1px solid #9bbded;
    font-family: Conv_RobotoRegular,arial;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 91px;
    padding-bottom: 5px;	
}
#Opisanie-wrap  p{
    font-weight: normal;
}
.all_info_goods3 ul{
    border-bottom: 1px solid #9bbded;
    font-family: Conv_RobotoRegular,arial;
    font-size: 14px;
    margin: 10px 91px;
    padding-bottom: 5px;	
}
.all_info_goods3 ul li {
    font-family: Conv_RobotoRegular,arial;
    font-size: 14px;
    margin: 10px 0 10px 30px;
    padding-bottom: 5px;	
	list-style: disc;
	border-bottom: 1px dotted #ddd;
}
.all_info_goods3 ul li:last-child {
	border-bottom: none;
}

.all_info_goods3 em{
    padding-left: 30px;
	font-style: normal;
	font-weight: normal;
}
.all_info_goods3 em:before {
    content: "• ";
}

	
.catalog-tabs-wrap table {
  border: medium none;
  font-family: Conv_RobotoRegular,arial;
  font-size: 14px;
  font-weight: bold;
  margin: -10px 91px 5px;
  padding-bottom: 5px;
  width: 718px;
}
.catalog-tabs-wrap table tr{
	border-bottom: 1px solid #9bbded;
}
.catalog-tabs-wrap div table tr{
	border-bottom: 1px solid #fff;
}
.catalog-tabs-wrap table td, .catalog-tabs-wrap table th{
	border: none;
	padding: 8px 0;
}
.catalog-tabs-wrap table td {
	text-align: right;
}
.catalog-tabs-wrap table td:first-child {
	text-align: left;
}
h2 span {
	font-weight: bold;
}
.catalog_cat_text > div {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	padding: 20px 0;
	min-height: 300px;
}

.show_form_karer_a_area{
	text-align:center;
}

#naves-order-karer{
	
	left:50%;
	margin-left:-400px;
}

.cat_link_form{
	display:none;
}
.cat_link_form_14 {
	display: block;
	position: absolute;
	right: 28px;
	top: 117px;
}
.show_form_karer_a {
	
	font-size: 11px;
	font-weight: 700;
	color: #252629;
	width: 100%;
	display: block;
	padding: 0;
	border: 1px solid #e5e5e5;
	position: relative;
	font-size: 14px;
	width: 220px;
	margin: 40px auto;
}

.show_form_karer_a::before {
	content: "contact_support";
	font-family: 'Material Icons Outlined';
	font-weight: normal;
	font-style: normal;
	font-size: 28px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	color: #fff;
	-moz-font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
	padding: 7.2px 8px;
	margin: 0;
	float: left;
	background: #023a86;
	width: 27px;
	height: 27px;
}

.show_form_karer_a span {
	padding: 12px 15px 12px;
	display: inline-block;
}
.catalog_cat_text > div:not(.aiinfographic) > div {
    background: #d0dff4;
    margin-bottom: 20px;
    margin-top: 16px;
    padding-top: 6px;
    padding-bottom: 10px;
}
.catalog_cat_text div div p{
    border-bottom: 1px solid #fff;
}


.catalog_cat_text div h3 {
	text-transform: uppercase;
	margin: 15px 30px;
	color: #000;
	font-weight: bold;
}
.catalog_cat_text div td:first-child h3 {
	margin-left: 110px;
}
.catalog_cat_text div h4 {
	text-transform: uppercase;
	margin: 15px 30px 15px 110px;
	color: #000;
	font-weight: bold;
	font-size: 18px;
}	
.catalog_cat_text div p{
    border-bottom: 1px solid #9bbded;
    font-family: Conv_RobotoRegular,arial;
    margin: 10px 91px;
    padding-bottom: 5px;	
}
.catalog_cat_text div p span{
    background: #eee;
	display: block;
	padding:15px 0;
	text-align: center;
	color: #666;
	width: 798px;
	margin-left: -15px;
}
.catalog_cat_text div ul{
    border-bottom2: 1px solid #9bbded;
    font-family: Conv_RobotoRegular,arial;
    font-size: 14px;
    margin: 10px 91px;
    padding-bottom: 5px;	
}
.catalog_cat_text div div ul{
    border-bottom: 1px solid #fff;
}
.catalog_cat_text div ul li {
    font-family: Conv_RobotoRegular,arial;
    font-size: 14px;
    margin: 10px 0 10px 30px;
    padding-bottom: 5px;	
	list-style: disc;
	border-bottom: 1px solid #9bbded;
}

.catalog_cat_text div div ul li {
	border-bottom: 1px dotted #fff;
}
.catalog_cat_text div ul li:last-child {
	border-bottom: 1px solid #9bbded;
}
.catalog_cat_text div img {
	border: 1px solid #aaa;
	margin: 0 0 10px;
}
	
.all_info_goods  span{
	float: right;
	font-weight: normal;
}

.all_info_goods td div div{
    background: #d0dff4 none repeat scroll 0 0;
    margin-bottom: 20px;
    margin-top: 16px;
	padding-top: 6px;
	padding-bottom: 10px;
}

.all_info_goods td div div p{
    border-bottom: 1px solid #fff;
}

.h_all_info_goods{
    background:#fff;
}

.h_all_info_goods b{
    background: #d0dff4 url("../images/down_arrow.png") no-repeat scroll 90% 70%;
    font-size: 21px;
    padding: 8px 27px 1px 24px;
	font-family: Conv_RobotoRegular,arial;
}

.blue_all_info_goods p{
    border-bottom: 1px solid #fff;
    margin: 23px 168px 0px;
	font-family: Conv_RobotoRegular,arial;	}
	
.blue_all_info_goods p:last-child{
    border-bottom: none;
}
.catalog-img-2 {
	border: 1px solid #99bded;
	margin: 0 50px 20px 0;
	padding: 10px;
	background: #fff;
	float: left;
}
.catalog-img-4 {
	border: 1px solid #99bded;
	margin: 20px 50px 20px 0;
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.block_catalog_buckets ul {
	overflow: hidden;
	margin-left: 50px;
	margin-bottom: 20px;
}
.block_catalog_buckets ul li {
	list-style: outside none disc;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 50px;
}
#service-order, #zapchast-order, #lite-order, #naves-order, .naves_order_list {
	width: 800px;
	background: #fff;
	box-shadow: -4px 4px 15px -1px;
	padding: 20px 20px 20px 30px;
	display: none;
	position: fixed;
	top: 50px;
	z-index: 10000;
}

 #naves-order.naves-order3{
	width: 90%;
	background: #fff;
	box-shadow: none;
	padding: 20px 20px 20px 30px;
	display:block;
	position: relative;
	top: auto;
	
}

.catalog-tabs-wrap .naves-order3 h2 {
	margin: 0 auto;
	width: 800px;
}
.catalog-tabs-wrap .naves-order3 table {
	margin: 0 auto;
	width: 718px;
}

/*
.catalog_one_3_top_inner_text ul {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	padding: 20px 20px 0;
}
.catalog_one_3_top_inner_text ul li {
	overflow: hidden;
	width: 290px;
	transition: transform 0.3s ease-in-out;
	list-style: none;
	margin-left: 0;
	color: #000;
	display: block;
	padding-right: 10px;
	text-align: left;
}
*/

.catalog_one_3_top_inner_text ul {
	padding: 20px 20px 0;
	
}
.for_props {
	margin-top: 30px;
}
.for_props div {
	float: left;
	width: 33%;
}
.for_props img {
	max-width: 100%;
}
.catalog_cat_text3 {
	
	
	width:100%;
	display: flex;
	flex-direction: column;
	justify-content: center;

}
.catalog_one_3_top_inner_text li {
	text-align: justify;
}

 #naves-order.naves-order3  input[type="text"] {

	width: 300px;
}

.naves_order_list {
	width: 410px;
	background: #fff;
	box-shadow: -4px 4px 15px -1px;
	padding: 20px 20px 20px 30px;
	display: none;
	position: fixed;
	top: 50px;
	z-index: 10000;
}


.naves_order_list.naves_order3 {
	width:auto;
}

.naves_order_list.main_order_form{
	position:relative;
	display:block;
	top:auto;
	margin:30px auto;
	overflow:hidden;
}
.naves_order_list.show{
	display:block;
}


.naves_order_list_888 {
	
	width:90%;
}

.naves_order_888{
	width:95% !important;
}






#service-order input[type="text"], #zapchast-order input[type="text"], #lite-order input[type="text"], #naves-order input[type="text"], .naves_order_list input[type="text"] {
	background: #e9e9e9 none repeat scroll 0 0;
	border-color: #e0e0e0;
	border-radius: 8px;
	border-style: solid;
	border-width: 1px 1px 3px;
	font-size: 18px;
	height: 29px;
	line-height: 29px;
	padding: 1px 3px;
	width: 389px;
}

#service-order textarea, #zapchast-order textarea, #lite-order textarea, #naves-order textarea  ,.naves_order_list textarea  {
	background: #e9e9e9 none repeat scroll 0 0;
	border-color: #e0e0e0;
	border-radius: 8px;
	border-style: solid;
	border-width: 1px 1px 3px;
	font-size: 18px;
	height: 58px;
	padding: 1px 3px;
	width: 790px;
}
#service-order input[type="submit"], #zapchast-order input[type="submit"], #lite-order input[type="submit"], #naves-order input[type="submit"] , .naves_order_list input[type="submit"] 
 {
   	background: #5a8ccf;
    background: -moz-linear-gradient(top, #5a8ccf 0%, #5a8ccf 100%);
    background: -webkit-linear-gradient(top, #5a8ccf 0%, #5a8ccf 100%);
    background: -o-linear-gradient(top, #5a8ccf 0%, #5a8ccf 100%);
    background: -ms-linear-gradient(top, #5a8ccf 0%, #5a8ccf 100%);
    background: linear-gradient(top, #5a8ccf 0%, #5a8ccf 100%);	
    display: inline-block;
    border: 2px solid #023a86;
    font-family: Conv_RobotoRegular,arial;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 14px 11px 14px;
    color: #fff;
	text-decoration: none;
	cursor: pointer;
	float: right;
	margin-top: 20px;
}

#service-order input[type="submit"]:hover, #zapchast-order input[type="submit"]:hover, #lite-order input[type="submit"]:hover, #naves-order input[type="submit"]:hover , .naves_order_list input[type="submit"]:hover {
	background: #1858af;
    background: -moz-linear-gradient(top, #296fce 0%, #033b88 100%);
    background: -webkit-linear-gradient(top, #296fce 0%, #033b88 100%);
    background: -o-linear-gradient(top, #296fce 0%, #033b88 100%);
    background: -ms-linear-gradient(top, #296fce 0%, #033b88 100%);
    background: linear-gradient(top, #296fce 0%, #033b88 100%);
}

.red_star {
	color: red;
}

#service-order p, #zapchast-order p, #lite-order p, #naves-order p , .naves_order_list p {
	font-size: 15px;
	margin: 8px 0;
}

#service-order-close, #zapchast-order-close, #lite-order-close, #naves-order-close {
	cursor: pointer;
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
}

.catalog-tabs-wrap {
	display: none;
}

.catalog_list_row .cat_sub_a {
	background: #9abdee;
	display: block;
	color: #013c86;
	font-size: 17px;
	padding: 15px 0 12px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}

.catalog_list_row  .cat_sub_a:hover {
	background: #023a86;
	color: #fff;
}

.cat-main-p div:nth-child(1), .cat-main-p div:nth-child(4) {
  margin-left: 100px;
}

.cat_sub {
	text-align: center;
}

.last-news > li {
	border-bottom: 1px dashed #9abdee;
	margin-right: 27px;
	margin-top: 9px;
	min-height: 140px;
	padding-bottom: 23px;
	width: 100%;
	overflow: hidden;
}

.last-news li p {
  font-size: 14px;
  margin: 0 0 15px 0;
}

.tango-sale {
	width: 279px;
	height: 229px;
}

.knopka {
   	background: #1858af;
    background: -moz-linear-gradient(top, #296fce 0%, #033b88 100%);
    background: -webkit-linear-gradient(top, #296fce 0%, #033b88 100%);
    background: -o-linear-gradient(top, #296fce 0%, #033b88 100%);
    background: -ms-linear-gradient(top, #296fce 0%, #033b88 100%);
    background: linear-gradient(top, #296fce 0%, #033b88 100%);	
    display: inline-block;
    border: 2px solid #023a86;
    font-family: Conv_RobotoRegular,arial;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 14px 11px 14px;
    color: #fff;
	text-decoration: none;
	width: 250px;
	text-align: center;
	margin-left: 92px;
}
.knopka:hover {
   	background: #5a8ccf;
}
.block_buckets input {
	font-size: 14px;
}
.vacancy table {
	width: 768px;
	margin: 10px 91px;
}
.vacancy td:first-child {
	text-align: left;
	padding-left: 30px;
}
.vacancy input[type="text"] {
	border: 1px solid #ddd;
	font-size: 15px;
	padding: 3px 5px;
	width: 400px;
}
.cat img{
	border: 3px solid #1780B9;
	margin-bottom: 10px;
}
.cat {
	text-align: center;
	float: left;
	margin-left: 40px;
	margin-bottom: 30px;
	font-weight: bold;
}
.vacancy-properties  {
	display: block;
	margin: 15px 0;
	overflow: hidden;
	padding: 10px 0;
}
.all-cats {
	width: 100%;
	overflow:hidden;
}
.resume {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  width: 816px;
}
.goods h3 {
  background: none repeat scroll 0 0 #99CCFF;
  color: #FFFFFF;
  font-size: 17px;
  padding: 14px;
}
.goods h3 span{
	text-transform: lowercase;
}
.goods ul li a {
	font-weight: bold;
}
#article .vacancy-properties table td {
	border-bottom: 1px dashed #99CCFF;
	vertical-align: middle;
}
.vacancy-properties input[type="text"] {
	border: 1px solid #99ccff;
	padding: 3px;
	width: 300px;
}
.knopka {
	cursor: pointer;
}
.red {
	border: 1px solid red !important;
	color: red;
	padding: 7px 10px;
	margin: 10px 0;
	background: #FFE6EE;
	width: 300px;
	border-radius: 7px;
}
.green {
	border: 1px solid #2a5b07 !important;
	color: #2a5b07;
	padding: 7px 10px;
	margin: 10px 0;
	background: #8edd7c;
	width: 741px;
	border-radius: 7px;
}
.vacancy-properties  .knopka {
	margin: 20px 70px 0 0;
}
#vacancy{
  background: none repeat scroll 0 0 #3FABEA;
  border: 1px solid #3F9BDA;
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF;
  font: bold 16px Tahoma,Geneva,sans-serif;
  margin: 1px;
  padding: 9px 10px;
  right: 14px;
  text-decoration: none;
  top: 34px;
}
#vacancy a {
  color: #FFFFFF;
  text-decoration: none;
}

#slider_main ul li {
	float: left;
}

.main-products {
	position: relative;
	width: 100%;
}

.main-products-content {
margin: 0 auto;
overflow: hidden;
width: 1230px;
1box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.main-products-content h1 a {
	text-decoration: none;
}

.main-products-content h1 {
	margin-left: 18px;
}

.textblock {
  margin: 0 auto;
  overflow: hidden;
  width: 1263px;
}
.news_content {
	background: #d7e5f8 none repeat scroll 0 0;
}
.textblock .text {
	margin-left: 0;
}
.main-products-list {
	background: #9abdee none repeat scroll 0 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	float: left;
	margin: 0 20px 30px;
	padding: 0 0 9px;
	text-align: center;
	width: 370px;
}

.right_content .main-products-list {
	background: #9abdee none repeat scroll 0 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	float: left;
	margin: 0 20px 30px;
	padding: 0 0 9px;
	text-align: center;
}
.textblock .main-products-list {
	width: 252px;
	margin-right: 10px;
	margin-left: 10px;
}
.textblock .main-products-list img {
	width: 230px;
	height: 192px;
}
.main-products-list:hover {
  background: #2962ad;
}

.main-products-list:nth-child(2), .main-products-list:nth-child(6) {

}

.main-products-list:nth-child(5), .main-products-list:nth-child(9) {
	
}

.main-products-list img {
	width: 347px;
	/* height: 210px; */
	background: #fff none repeat scroll 0 0;
	border: 1px solid #99bded;
	float: left;
	margin: 0 0 10px;
	padding: 10px;
}

.main-products-list a {
	color: #013c86;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-transform: none;
	padding: 0 0 10px 0;
	font-size: 17px;
	line-height: 38px;
	font-family: Conv_RobotoRegular,arial;
}
.main-products-list:hover a {
	color: #fff;
}

.catalog_cat {
  padding-left: 22px;
  padding-right: 22px;
}

#kharak-wrap {
	width: 900px;
	margin: 0 auto;
}


.all_info_goods3 #kharak-wrap {
	width:100%;
margin:auto;	
}
#Opisanie-wrap {
	width: 900px;
	margin: 0 auto;
}

#habarit-wrap {
	width: 900px;
	margin: 0 auto;
}

#habarit-wrap p img {
	max-width: 718px;
}

#workzone-wrap {
	width: 900px;
	margin: 0 auto;
}

.vacancy-cat-list {
  background: #9abdee none repeat scroll 0 0 !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
  float: left !important;
  margin: 10px 59px 20px !important;
  padding: 0 0 9px !important;
  text-align: center !important;
  width: 272px !important;
}

.vacancy-cat-list:hover {
  background: #2962ad !important;
}

.vacancy-cat-list:hover a {
	color: #fff !important;
}

.vacancy-cat-list a {
  color: #013c86 !important;
  display: block !important;
  font-weight: bold !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 14px;
}

.vacancy-cat-list img {
  background: #fff none repeat scroll 0 0 !important;
  border: 1px solid #99bded !important;
  float: left !important;
  height: 210px !important;
  margin: 0 0 10px !important;
  padding: 10px !important;
  width: 250px !important;
}

.vacancy-cats {
  margin: 0 auto !important;
  overflow: hidden;
  width: 800px;
}

.last-news {
  width: 1181px;
}

.news-img {
	float: left;
}

#lightbox-image {
	max-width: 1200px;
	max-height: 800px;
}

.block_catalog_buckets {
	display: none;
}

.catalog_buskets_menu > table{
	
	margin-left: 0;
	width: 100%;
}

.catalog_buskets_menu > table > tbody > tr:first-child > td:hover{
   	background: #6aacef;
    background: -moz-linear-gradient(top, #6aacef 0%, #5577aa 100%);
    background: -webkit-linear-gradient(top, #6aacef 0%, #5577aa 100%);
    background: -o-linear-gradient(top, #6aacef 0%, #5577aa 100%);
    background: -ms-linear-gradient(top, #6aacef 0%, #5577aa 100%);
    background: linear-gradient(top, #6aacef 0%, #5577aa 100%);	
	color: #fff !important;
}

.catalog_buskets_menu > table > tbody > tr:first-child {
  text-align: center;
}

.catalog_buskets_menu > table > tbody > tr > td {
  border-bottom: 4px solid #124c9e;
  padding: 20px 0;
  cursor: pointer;
}

.catalog_buskets_menu > table > tbody > tr:first-child a {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 0;
  text-decoration: none;
  text-transform: uppercase;
}



.catalog_buskets_menu > table > tbody > tr > td {
  border-bottom: 4px solid #124c9e;
  padding: 20px 0;
}

.catalog-tabs2-active {
	background: -moz-linear-gradient(top, #296fce 0%, #033b88 100%);
	background: -webkit-linear-gradient(top, #296fce 0%, #033b88 100%);
	background: -o-linear-gradient(top, #296fce 0%, #033b88 100%);
	background: -ms-linear-gradient(top, #296fce 0%, #033b88 100%);
	background: linear-gradient(top, #296fce 0%, #033b88 100%);
	color: #fff !important;
}

.catalog-tabs2-active a, .catalog_buskets_menu > table > tbody > tr:first-child > td:hover a{
	color: #fff !important;
}

.catalog_buskets_menu {
	margin: -20px -20px 80px;
	width: 1199px;
}

#simple-table {
	background: #fff !important;
	box-shadow: none !important;
}

#simple-table tr:first-child td, #simple-table tr th {
	background: #fff !important;
	font-weight: normal !important;
	text-align: left !important;
	padding: 10px !important;
}

#simple-table a[href]::before {
  content: none !important;
  margin-right: 0 !important;
}
	

#simple-table a[href] {
  color: #000 !important;
  font-family: Conv_RobotoRegular,arial !important;
  font-size: 18px !important;
  padding: 0 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  background: none !important;
}

#simple-table2 {
	background: #D0DFF4 !important;
	box-shadow: none !important;
}

#simple-table2 tr:first-child td, #simple-table tr th {
	background: #D0DFF4 !important;
	font-weight: normal !important;
	text-align: left !important;
	padding: 10px !important;
}

#simple-table2 a[href]::before {
  content: none !important;
  margin-right: 0 !important;
}

	

#simple-table2 a[href] {
  color: #000 !important;
  font-family: Conv_RobotoRegular,arial !important;
  font-size: 18px !important;
  padding: 0 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  background: none !important;
}


#simple-table3 {
	background: #D0DFF4 !important;
	box-shadow: none !important;
	margin-left: -23px !important;
    position: absolute !important;
    width: 1199px !important;
}

#simple-table3 tr {
	border-bottom: 0 !important;
}

#simple-table3 tr:first-child td, #simple-table3 tr th {
	background: #D0DFF4 !important;
	font-weight: normal !important;
	text-align: left !important;
	padding: 10px 10px 10px 32px !important;
	
}

#simple-table3 a[href]::before {
  content: none !important;
  margin-right: 0 !important;
}

	

#simple-table3 a[href] {
  color: #000 !important;
  font-family: Conv_RobotoRegular,arial !important;
  font-size: 18px !important;
  padding: 0 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  background: none !important;
}



block {
	display: block;
}

#galleria{
	height:320px
}

.history_tabs {
	overflow: hidden;
	background: #757777;
}

.history_tabs li {
	float: left;
	margin: 5px 5px 10px 5px;
	
}

.history_tabs li a {
	color: #fff;
	font-size: 18px;
}

.history_tabs li a:hover {
	color: #fdc400;
}

.history_tabs li a.active_tab {
	color: #fdc400;
}

.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 0 solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

.box-well {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	margin: 25px auto;
	padding: 20px;
	width: 1159px;
}

.box-well h3 {
	color: #000;
	font-family: Conv_RobotoRegular,arial;
    font-size: 18px;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
}

.feedback-table input[type="text"] {
	background: #E4E4E4;
	border: 1px solid #ccc;
	width: 550px;
	font-size: 15px;
	padding: 5px;
}

.feedback-table textarea {
	background: #E4E4E4;
	border: 1px solid #ccc;
	width: 550px;
	font-size: 15px;
	padding: 5px;
}

.feedback-table input[type="submit"] {
	background: #000;
	border: 1px solid #ccc;
	width: 110px;
	font-size: 18px;
	color: #fff;
	border-radius: 14px;
	
}

.kon_dep {
	display: none;
}

#kon_h_1, #kon_h_2, #kon_h_3, #kon_h_4, #kon_h_5, #kon_h_6, #kon_h_7 {
  background: rgba(0, 0, 0, 0) url("../images/trigger_right.png") no-repeat scroll 6px 11px;
  border: 1px solid #e4e4e4;
  color: #555;
  cursor: pointer;
  margin: 3px 0;
  padding: 5px 0 5px 17px;
  cursor: pointer;
}

.inner-page-presdstavitelstva #kon_h_1, .inner-page-presdstavitelstva #kon_h_2, .inner-page-presdstavitelstva #kon_h_3, 
.inner-page-presdstavitelstva #kon_h_4, .inner-page-presdstavitelstva #kon_h_5, .inner-page-presdstavitelstva #kon_h_6,
.inner-page-presdstavitelstva #kon_h_7 {
	border: 1px solid #888;
	color: #023a86;
	border-radius: 4px;
}
.inner-page-presdstavitelstva #kon_h_1:hover, .inner-page-presdstavitelstva #kon_h_2:hover, .inner-page-presdstavitelstva #kon_h_3:hover, 
.inner-page-presdstavitelstva #kon_h_4:hover, .inner-page-presdstavitelstva #kon_h_5:hover, .inner-page-presdstavitelstva #kon_h_6:hover,
.inner-page-presdstavitelstva #kon_h_7:hover {
  background: #f0f0f0 url("../images/trigger_right.png") no-repeat scroll 6px 11px;
}
.inner-page-presdstavitelstva #kon_h_1.active_p, .inner-page-presdstavitelstva #kon_h_2.active_p, .inner-page-presdstavitelstva #kon_h_3.active_p, 
.inner-page-presdstavitelstva #kon_h_4.active_p, .inner-page-presdstavitelstva #kon_h_5.active_p, .inner-page-presdstavitelstva #kon_h_6.active_p,
.inner-page-presdstavitelstva #kon_h_7.active_p {
	color: #fff;
	background: #023a86 url("../images/trigger_right_w.png") no-repeat scroll 6px 11px;
}

.smallt {
	font-size: 12px;
}
.shadow-table {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	margin-left: 4px;
	margin-top: 25px;
	padding: 20px;
	width: 1210px;
}

.shadow-table h3 {
	color: #000;
	font-family: Conv_RobotoRegular,arial;
    font-size: 18px;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
	margin-top: 0;
}

.shadow-table-blue {
	background: #d0dff4;
}

.shadow-table td {
	padding: 15px;
	vertical-align: top;
}

.kontakty_address_line {
	padding: 0;
}

.kontakty_address_line svg {
    float: left;
}

.kontakty_address_line span {
  display: block;
  padding-left: 25px;
  padding-top: 3px;
}

.reg-pred-list > li {
	background: rgba(0, 0, 0, 0) url("../images/trigger_right.png") no-repeat scroll 6px 11px;
	border: 1px solid #e4e4e4;
	color: #555;
	cursor: pointer;
	margin: 3px 0;
	padding: 5px 0 5px 17px;
}

.search_input {
	width: 450px;
	height: 18px;
	font-size: 18px;
}

.region_result li a {
	text-decoration: none;
	border-bottom: 1px dashed #013c86;
}

.vac_list_a {
	display: inline-block;
	font-weight: bold;
	padding: 7px 0;
	text-decoration: none;
}

.addonblocksb {
	background: #023a86 none repeat scroll 0 0;
	border: 2px solid #023a86;
	color: #fff;
	margin-bottom: 21px;
	padding: 15px 25px;
	text-align: center;
}
.addonblocksb span {
	display: block;
	font-weight: bold;
	font-size: 19px;
}

.inst {
background: url(/files/file/32-f98df0638edd32a04584c389958c1284.png);
display: inline-block;
width: 25px;
height: 25px;
}
   
.inst:hover {
background: url(/files/file/50-07e186114f037d3718cc77a870bf2328.png);
}

.vk {
background: url(/files/file/39-fda4244e111c76821b1820c2a61bedcc.png);
display: inline-block;
width: 25px;
height: 25px;
}
   
.vk:hover {
background: url(/files/file/319-39c1e2d64145b2ea52911ec4c3ae33ea.png);
}

.face {
background: url(/files/file/face_no.png);
display: inline-block;
width: 25px;
height: 25px;
}
   
.face:hover {
background: url(/files/file/face.png);
}

.twit {
background: url(/files/file/986-fb63edfbecf86d421aebafadca7b3841.png);
display: inline-block;
width: 25px;
height: 25px;
}
   
.twit:hover {
background: url(/files/file/6-44e5fa1da77a8755db0392f07b9fe151.png);
}

.ok {
background: url(/files/file/623-d923fb2b1b169bbe8d8ce13c024df0e6.png);
display: inline-block;
width: 25px;
height: 25px;
}
   
.ok:hover {
background: url(/files/file/377-658b6d16ee572a4712db3216c95c231f.png);
}



.prevBtn, .nextBtn
{
	position: absolute;
	background: url('/themes/default/images/arrows.png');
	width: 33px;
	height: 33px;
	top: 130px;
	cursor: pointer;
}

.prevBtn {
	left: 21px;
	z-index: 100;
}
	
.prevBtn:hover
{
	background-position: 0px -34px;
}
	
.nextBtn {
	background-position: -34px 0;
	right: 22px;
	z-index: 100;
}
	
.nextBtn:hover
{
	background-position: -34px -34px;
}

.basket {
	left: 50%;
	position: absolute;
	top: 100px;
	margin-left: 530px;
	display: none;
}
.basket.fix {
	display: none !important;
	position: fixed;
	top: 2px;
	z-index: 999999;
}
.basket .fix_basket_full::before, .basket .fix_basket_empty::before {
	content: "shopping_cart";
	font-family: 'Material Icons Outlined';
	font-weight: normal;
	font-style: normal;
	font-size: 28px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	color: #000000;
	-moz-font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
	padding: 8px 0px 10px 0;
}

.basket .fix_basket_full, .basket .fix_basket_empty {
	display: block;
	position: absolute;
	right: 0;
	top: -1px;
	padding: 0;
	z-index: 10;
}

.basket .fix_basket_full, .basket_header.basket .fix_basket_empty {
	background: none;
}

.fix_basket_full span.bcount, .fix_basket_empty span.bcount {
	background: #023a86;
	border-radius: 12px;
	color: #fff;
	display: inline;
	font-size: 10px;
	padding: 1px 5px;
	position: absolute;
	right: -6px;
	top: 4px;
	left: auto;
	width: auto;
}

.compare {
	display: none !important;
	left: 50%;
	position: absolute;
	top: 98px;
	margin-left: 560px;
	z-index: 999;
}
.compare.fix {
	display: none !important;
	position: fixed;
	top: 0;
	z-index: 999999;
}

.compare::before {
	content: "bar_chart";
	font-family: 'Material Icons Outlined';
	font-weight: normal;
	font-style: normal;
	font-size: 28px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	color: #000;
	-moz-font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
	padding: 10px 10px 10px 0;
}

.compare a {
	text-decoration: none;
	color: #101010;
	position: absolute;
	left: 0;
	top: 0;
	width: 29px;
	height: 30px;
}

.compare span {
	background: #023a86;
	border-radius: 12px;
	color: #fff;
	display: inline;
	font-size: 10px;
	padding: 1px 5px;
	position: absolute;
	right: 0;
	top: 4px;
	left: auto;
	width: auto;
}
/* catalog-cat-3 начало */
#catalog-cat-3-swipers {
	width: 700px;
	flex-basis: 700px;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.catalog-cat-3-main-img-swiper-container {
	position: relative;
	width: 90%;
	max-width: 500px;
	height: 500px;
	padding: 20px 0px;
	margin: 0 auto;
}
.catalogCat3MainSwiper {
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.catalogCat3MainSwiper .swiper-wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}
.catalogCat3MainSwiper .swiper-slide {
	padding: 0;
	margin: 0;
	background: #ffffff;
}
.catalogCat3MainSwiper .swiper-slide-block {
	width: 96%;
	cursor: pointer;
	overflow: hidden;
	padding: 1%;
	margin: 5px auto;
	/*border: 3px solid #10a8fb;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;*/
}
.catalogCat3MainSwiper .swiper-slide-block img {
	display: block;
	width: 100%;
	height: auto;
}
.catalog-cat-3-main-img-swiper-container .swiper-catalog-cat-3-main-button-prev {
	position: absolute;
	top: calc(50% - 46px);
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 70px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	background: rgb(0,98,241);
	background: linear-gradient(45deg, rgba(0,98,241,1) 30%, rgba(0,33,163,1) 70%);
	z-index: 1;
	border:2px solid #ffffff;
	cursor: pointer;
}
.catalog-cat-3-main-img-swiper-container .swiper-catalog-cat-3-main-button-prev::before {
	content: "◀";
	display: block;
	padding: 0;
	margin: 0;
	font-size: 20px;
	color:#ffffff;
}
.catalog-cat-3-main-img-swiper-container .swiper-catalog-cat-3-main-button-next {
	position: absolute;
	top: calc(50% - 46px);
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 70px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	background: rgb(0,98,241);
	background: linear-gradient(45deg, rgba(0,98,241,1) 30%, rgba(0,33,163,1) 70%);
	z-index: 1;
	/* border:2px solid #ffffff; */
	cursor: pointer;
}
.catalog-cat-3-main-img-swiper-container .swiper-catalog-cat-3-main-button-next::before {
	content: "▶";
	display: block;
	padding: 0;
	margin: 0;
	font-size: 20px;
	color:#ffffff;
}
.swiper-catalog-cat-3-main-button-next.swiper-button-disabled,
.swiper-catalog-cat-3-main-button-prev.swiper-button-disabled {
	opacity: 0.5;
}

/*
.catalog-cat-3-other-imgs-swiper-container {
	position: relative;
	width: 140px;
	flex-basis: 100px;
	height: 360px;
	padding: 60px 0px;
	margin: 0px 0px;
}*/

.catalog-cat-3-other-imgs-swiper-container {
	position: relative;
	width: 140px;
	flex-basis: 140px;
	height: 406px;
	padding: 32px 0px 40px 0;
	margin: 0px 0px;
}
.catalogCat3OthersSwiper {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.catalogCat3OthersSwiper .swiper-wrapper {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.catalogCat3OthersSwiper .swiper-slide {
	width: 100%;
	height: 100px;
	padding: 0;
	margin: 0;
	background: #ffffff;
}
.catalogCat3OthersSwiper .swiper-slide .swiper-slide-block {
	overflow: hidden;
	padding: 3px;
	margin: 5px;
	cursor: pointer;
	/*border: 3px solid #013c86;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.4);
	-moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.4);
	box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.4);*/
	opacity: 0.3;
}
.all_info_goods3 h2 {
	font-family: corporateCondensed,arial;
	font-size: 24px;
}
.all_info_goods3 h2 span {
	text-transform: uppercase;
}
.catalogCat3OthersSwiper .swiper-slide.swiper-slide-thumb-active .swiper-slide-block {
	/*border:3px solid #10a8fb;*/
	opacity: 1;
}
.catalogCat3OthersSwiper .swiper-slide img {
	display: flex;
	width: 100%;
	height: 100%;
}
.swiper-catalog-cat-3-others-button-prev {
	position: absolute;
	top: 0;
	left: 50%;
	width: 124px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #013c86;
	z-index: 1;
	margin-left: -62px;
}
.swiper-catalog-cat-3-others-button-next {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 124px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #013c86;
	z-index: 1;
	margin-left: -62px;
}
.swiper-catalog-cat-3-others-button-prev::before {
	content: "▲";
	display: block;
	padding: 0;
	margin: 0;
	font-size: 20px;
	color:#ffffff;
}
.swiper-catalog-cat-3-others-button-next::before {
	content: "▼";
	display: block;
	padding: 0;
	margin: 0;
	font-size: 20px;
	color:#ffffff;
}
.swiper-catalog-cat-3-others-button-prev.swiper-button-disabled,
.swiper-catalog-cat-3-others-button-next.swiper-button-disabled {
	opacity: 0.5;
}


.catalog_cat_text2 ul {
	list-style-position: inside;
}
.catalog_cat_text2 ul li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	list-style-position: inside;
}
.catalog_cat .catalog_buckets {
	box-shadow: none;
}
.catalog_cat .all_info_goods3 {
	float: left;
	font-family: Conv_RobotoRegular,arial;
	margin: 24px 0;
	width: 100%;
}


@media screen and (max-width: 1300px) {
	.main-products-content {
		width: 1200px;
	}
}
/* catalog-cat-3 конец */

/* карусель историй начало */
#inner-history {
	width: 90%;
	padding: 0px;
	margin: 0px auto;
}
#inner-history-years {
	overflow: hidden;
	width: 94%;
	padding: 20px 0px;
	margin: 0px auto;
}
.historySwiperDates {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.historySwiperDates .swiper-wrapper .swiper-slide {
	width: auto;
	flex-basis: auto;
}
.inner-history-years-block {
	width: 80%;
	margin: 0px;
	padding: 10px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#ffffff;
	background-color: #013a81;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	white-space: nowrap;
}
.swiper-slide-thumb-active .inner-history-years-block {
	background-color: #10a8fb;
}

#inner-history-text {
	width: 100%;
	padding: 0px;
	margin: 0px auto;	
}
.historySwiperTexts {
	width: 100%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.historySwiperTexts .swiper-wrapper .swiper-slide {
	/**//**/
}
.inner-history-texts-block {
	display: none;
	width: 94%;
	padding: 20px 2%;
	margin: 10px auto;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);		
}
.swiper-slide-active .inner-history-texts-block {
	display: block;
}
.inner-history-texts-block .box-well {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: auto;
	box-shadow: none;
}
.bot_msg_telegram-form {
	z-index: 1;
}
.inner-history-texts-block h3 {
	margin: 0px 0px;
	padding: 10px 0px;
	color: #013a81;
}
.history-block {
	width: 100%;
	margin: 10px 0px;
	padding: 10px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid #013a81;
}
.history-block img {
	width: 300px;
	flex-basis: 300px;
	padding: 0px;
	margin: 20px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);		
}
.history-block img.right {
	order: 1;
}
.history-text {
	min-width: 50%;
}
.history-text ul {
	padding: 10px 0px;
	margin: 0px 0px;
	list-style:disc;
	list-style-position: inside;
}
.history-text ul li {
	margin: 10px 0px;
	padding: 0px 0px;
}

@media screen and (max-width: 900px) {
	.history-block {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-wrap: wrap;
	}
	.history-block img,
	.history-block img.right {
		order: 0;
		display: block;
		padding: 0px;
		margin: 10px auto;
	}
	.history-text {
		order: 1;
		min-width:auto;
		width: 100%;
		flex-basis: 100%;
	}
}
/* карусель историй конец */

/* инфографика страницы литье */
.aiinfographic {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
}

.aiitem {
    flex: 1;
    min-width: 200px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.aiitem-content {
    flex: 1;
}

.aivalue {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.aidesc {
    font-size: 14px;
    color: #333;
}

.aiitem img {
    height: 50px;
    flex-shrink: 0;
}
.catalog_cat_text .aiinfographic,
.catalog_cat_text .aiinfographic div {
    background: transparent !important;
}
/* инфографика страницы литье конец */

/* фото страницы литье */
.aiphoto-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
height: 200px;
    margin-inline-start: 60px;
    width: 90%;
  }

  .aiphoto-item {
    overflow: hidden;
    border-radius: 10px;
  }

  .aiphoto-item img {
    width: 100%;
    height: 200px; /* одинаковая высота */
    object-fit: cover; /* изображение обрезается по размеру блока */
    display: block;
  }
/* фото страницы литье конец */