

/* Start:/contacts/doppage.css?16872581741088*/
#globaldrive .top-menu {
	overflow-x: auto;
	border-radius: 6px;
	user-select: none;
}

#globaldrive .top-menu::-webkit-scrollbar{
	height: 4px;
	background: #E2E2EA;
	position: relative;
	top: 30px;
}

#globaldrive .top-menu::-webkit-scrollbar-thumb{
	background: #2F69FF;
	border-radius: 555px;
	height: 4px;
}

#globaldrive .top-menu ul{
	font-family: 'Acrom';
	display: flex;
	list-style-type: none;
	width: max-content;
	padding-bottom: 12px;
}

#globaldrive .top-menu ul a{
	padding: 10px 20px;text-decoration:none;
	background: #F3F3F6;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	display: flex;
	align-items: center;
	color: #343C4B;
	transition: 0.5s;
}

#globaldrive .top-menu ul a:hover{
	background: #2F69FF;
	color: #ffffff;
	border-radius: 5px;
}

#globaldrive .top-menu ul .active{
	background: #2F69FF;
	color: #ffffff;
	border-radius: 5px;
}
.container {
	width: 100%;
    max-width: 1450px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 30px;
	font-family: Acrom;
}
/* End */


/* Start:/articles/new.css?171742317919510*/
#globaldrive {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 30px;
}

#globaldrive .photo-slider img {
	width: calc(100% - 15px);
	cursor: pointer;
}

.slick-slide:active,
.slick-slide:focus {
	outline: none;
}

.grey-block .product-item-container img {
	margin-bottom: 20px;
	width: 100%;
	border-radius: 8px;
}

#globaldrive .tabs.contacts__tabs::-webkit-scrollbar {
	width: 4px;
	background: #E2E2EA;
}

#globaldrive .tabs.contacts__tabs::-webkit-scrollbar-thumb {
	background: #2F69FF;
	border-radius: 555px;
	width: 4px;
	position: relative;
	right: 4px;
}

#globaldrive .blue-button {
	background: #2F69FF;
	border-radius: 8px;
	padding: 17px 30px;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	justify-content: center;
}

.grey-block .articles-slider h2 {
	margin: 50px 0;
	font-size: 32px;
	line-height: 38px;
	padding-top: 40px;
	display: flex;
	align-items: center;
	color: #343C4B;
}

#globaldrive.grow {
	flex-direction: column;
}

#globaldrive.grow .blue-button svg {
	float: none !important;
	position: relative;
	top: 2px !important;
	margin-right: 10px;
}

#globaldrive.grow .blue-button {
	text-decoration: none;
}

.slick-slider svg:first-child {
	left: -75px;
}

.slick-slider svg:last-child {
	right: -75px;
}

.grey-block .articles-slider .product-item-container {
	width: calc(25% - 20px);
	margin-right: 20px;
	font-weight: 400;
	padding: 0 8px !important;
}

.grey-block .articles-slider .slick-next {
	background-image: url(/articles/images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: center;
	right: -75px;
}

.grey-block .articles-slider .slick-arrow {
	width: 50px;
	height: 50px;
	background: #FFFFFF;
	border: 1px solid #D7DAE0;
	box-sizing: border-box;
	border-radius: 50%;
	cursor: pointer;
	z-index: 10;
	position: absolute;
	top: 130px;
	display: block;
}

.grey-block .articles-slider .slick-prev {
	background-image: url(/articles/images/arrow-left.png);
	background-repeat: no-repeat;
	background-position: center;
	left: -75px;
}

.grey-block .article-bottom {
	display: flex;
	margin-top: 17px;
}

.grey-block .article-bottom p:first-of-type {
	margin-right: 22px;
}

.grey-block .article-bottom p {
	margin-left: 8px;
	margin-top: 2px;
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	color: #343C4B;
	opacity: 0.5;
}

.grey-block .article-bottom svg:last-of-type {
	margin-top: 3px;
}

#globaldrive .articles-slider .slick-prev:before,
#globaldrive .articles-slider .slick-next:before {
	display: none;
}

#globaldrive .contacts {
	font-family: Acrom;
}

#globaldrive .contacts-bottom {
	display: flex;
	margin-top: 30px;
	margin-bottom: 30px;
	justify-content: space-between;
	width: 100%;
	background: #F3F3F6;
	border-radius: 8px;
}

#globaldrive .contacts-bottom img,
#globaldrive .contacts-bottom svg,
#globaldrive .contacts-bottom h4 {
	float: left;
}

#globaldrive .contacts-bottom h4 {
	margin-left: 10px;
	margin-right: 16px;
}

#globaldrive .contacts-bottom-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 40px;
}

#globaldrive .contacts-bottom-right h4 {
	font-size: 16px;
	position: relative;
	top: 19px;
}

#globaldrive .contacts-bottom-right svg {
	position: relative;
	top: 16px;
}

#globaldrive .contacts-top-box .contacts-bottom-right h4 {
	position: relative;
	top: 5px;
}

#globaldrive .contacts-top .contacts-bottom-left {
	padding-left: 16px;
}

#globaldrive .tabs.contacts__tabs {
	overflow-x: hidden
}

.contacts__search-input {
	background: #F3F3F7;
	border-radius: 5px;
	height: 52px;
	outline: none;
	border: none;
	font-family: 'Acrom';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #343C4B;
	opacity: 0.5;
	padding-left: 50px;
	background-image: url(/articles/images/search.svg);
	background-position: 22px;
	background-repeat: no-repeat;
	z-index: 3;
	box-shadow: none;
}

.contacts__tabs .tab {
	font-family: 'Acrom';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #343C4B;
}

.contacts__search-btn {
	left: 15px;
	right: auto;
}

h1 {
	font-family: "Acrom", "Arial", sans-serif;
	font-weight: normal;
	font-size: 32px;
	line-height: 38px;
	color: #343C4B;
	padding-bottom: 5px;
}

#globaldrive .arrow {
	border: solid #9a9ea5;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	float: right;
	margin-right: 20px;
	margin-top: 3px;
	display: none;
}

#globaldrive h1 {
	font-family: 'Acrom';
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 38px;
	display: flex;
	align-items: center;
	color: #343C4B;
}

#globaldrive h2 {
	font-family: 'Acrom';
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 34px;
	display: flex;
	align-items: center;
	color: #343C4B;
}

#globaldrive img {
	max-width: 65%;
	object-fit: contain;
	border-radius: 8px;
}

#globaldrive .containers {
	max-width: 1450px;
	padding: 0 20px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 30px;
}

.grey-block {
	background: #F3F3F6;
	padding-bottom: 80px;
}

#globaldrive .container-column {
	flex-direction: column;
	display: flex;
	justify-content: space-between;
}

#globaldrive .left-menu {
	width: 300px;
	display: flex;
	flex-direction: column;
	box-shadow: 15px 15px 40px rgba(82, 98, 114, 0.15);
	border-radius: 8px;
	height: 100%;
	user-select: none;
}

#globaldrive .left-menu ul {
	list-style-type: none;
}

#globaldrive .left-menu .show-all {
	border-bottom: 1px solid #ebeced;
	padding: 22px 0;
	padding-left: 30px;
	display: block;
	color: #343C4B;
	font-family: 'Acrom';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	background: #ffffff;
	cursor: pointer;
}

#globaldrive #menu-hide {
	display: none;
}

#globaldrive .left-menu ul li a {
	padding: 22px 0;
	padding-left: 30px;
	display: block;
	color: #343C4B;
	font-family: 'Acrom';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	background: #ffffff;
	text-decoration: none;
}

#globaldrive .left-menu ul li span {
	color: #9a9ea5;
}

#globaldrive .left-menu ul .active a {
	background: #2F69FF !important;
	color: white;
}

#globaldrive .left-menu ul .active span {
	color: white;
}

#globaldrive .right-block {
	width: calc(100% - 300px);
	margin-left: 60px;
	user-select: none;
}

.articles-slider {
	font-family: 'Acrom';
}

#globaldrive .detail-text {
	font-family: 'Acrom';
}

.articles-slider .article a {
	font-weight: 500;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.product-item-container:hover .article a {
	-webkit-line-clamp: initial;
}

.product-item-container:hover {
	z-index: 25
}

#globaldrive .article {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: calc(100% - 15px);
	margin-right: 15px;
	float: left;
	margin-bottom: 33px;
}

/* #globaldrive .article:hover a {
	padding: 10px;
} */

#globaldrive .article {
	transition: background-color .3s;
	transition: box-shadow .3s;
}

#globaldrive .article:hover .article-bottom {
	padding: 0px 10px 10px 0px;
}

#globaldrive .article:hover {
	position: absolute;
	background: #fff;
	padding-bottom: 10px;
	z-index: 10000;
	box-shadow: 15px 15px 40px 30px rgb(82 98 114 / 15%);
	border-radius: 8px;
	outline: 15px solid white;
}

#globaldrive .article:hover p {
	-webkit-line-clamp: 5;
}

#globaldrive .article img {
	margin-bottom: 20px;
	width: 100%;
}

#globaldrive .article p {
	font-family: 'Acrom';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	color: #343C4B;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

#globaldrive .article p:hover {
	-webkit-line-clamp: 5;
}

#globaldrive .article-bottom {
	display: flex;
	margin-top: 17px;
}

#globaldrive .article-bottom p {
	margin-left: 8px;
	margin-top: 2px;
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	color: #343C4B;
	opacity: 0.5;
}

#globaldrive .article-bottom p:first-of-type {
	margin-right: 22px;
}

#globaldrive .article .article-bottom svg:last-of-type {
	margin-top: 3px;
}

#globaldrive .detail-header {
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

#globaldrive .detail-header .detail-header--right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 60px 0 60px 45px;
}

#globaldrive .detail-header .article-bottom svg:first-of-type {
	margin-top: 3px;
}

#globaldrive .detail-header img {
	height: auto;
	display: block;
	image-rendering: -webkit-optimize-contrast;
}

#globaldrive .detail-text p {
	margin: 18px 0;
}

#globaldrive .detail-text h2 {
	margin-top: 60px;
}

#globaldrive .detail-text a,
#globaldrive .detail-text a span {
	color: #2f69ff !important;
	font-weight: 500;
	text-decoration: underline;
}

#globaldrive .detail-text a:hover,
#globaldrive .detail-text a:hover span {
	text-decoration: none;
}

#globaldrive .detail-text ul {
	list-style-type: none;
}

#globaldrive .detail-text ul li {
	background-image: url('/articles/images/list.svg');
	background-position: 0;
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 200% !important;
}

#globaldrive .detail-text ul li span {
	line-height: 200% !important;
}

#globaldrive .articles-slider h2 {
	margin: 50px 0;
	font-size: 32px;
	line-height: 38px;
}

#globaldrive .articles-slider .article {
	width: calc(25% - 20px);
	margin-right: 20px;
}

#globaldrive .button-left {
	width: 50px;
	height: 50px;
	background: #FFFFFF;
	border: 1px solid #D7DAE0;
	box-sizing: border-box;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	margin-top: 100px;
	margin-left: 140px;
	left: 0
}

#globaldrive .button-left img {
	position: relative;
	top: 18px;
	left: 14px;
}

#globaldrive .button-right {
	width: 50px;
	height: 50px;
	background: #FFFFFF;
	border: 1px solid #D7DAE0;
	box-sizing: border-box;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	margin-top: 100px;
	margin-right: 140px;
	right: 0;
}

#globaldrive .button-right img {
	position: relative;
	top: 18px;
	left: 14px;
}

#globaldrive .product-item-container:nth-of-type(3n) {
	margin-right: 0;
}

#globaldrive .product-item-container:nth-of-type(3n+1) {
	clear: both
}

#globaldrive .product-item-container {
	width: calc(33.333% - 10px);
	float: left;
	position: relative;
	min-height: 200px;
}

#globaldrive .product-item-container:hover {
	z-index: 9;
}

#globaldrive .left-menu ul li a:hover {
	background: #2F69FF !important;
	color: white;
}

#globaldrive .left-menu ul li a:hover span {
	color: white;
}

#globaldrive .article img {
	border-radius: 8px;
}

#globaldrive .left-menu .city-list a:hover {
	color: #343C4B;
	background: white !important;
}

#globaldrive .left-menu .city-list .active {
	color: #2F69FF !important;
}

#globaldrive .left-menu .city-list::-webkit-scrollbar {
	width: 4px;
	background: #E2E2EA;
}

#globaldrive .left-menu .city-list::-webkit-scrollbar-thumb {
	background: #2F69FF;
	border-radius: 555px;
	width: 4px;
	position: relative;
	right: 4px;
}

#globaldrive .left-menu .city-list {
	margin-top: 15px;
	height: 540px;
	border-right: 4px solid #e2e2ea;
	overflow-y: auto;
	overflow-x: clip
}

#globaldrive .top-menu {
	overflow-x: auto;
	border-radius: 6px;
	user-select: none;
}

#globaldrive .top-menu::-webkit-scrollbar {
	height: 4px;
	background: #E2E2EA;
	position: relative;
	top: 30px;
}

.page-item.bordp {
	border: 1px solid #D7DAE0;
	padding-top: 3px;
	box-sizing: border-box;
}

#globaldrive .top-menu::-webkit-scrollbar-thumb {
	background: #2F69FF;
	border-radius: 555px;
	height: 4px;
}

#globaldrive .top-menu ul {
	display: flex;
	list-style-type: none;
	width: max-content;
	padding-bottom: 12px;
}

#globaldrive .right-block .photo-slider img {
	width: calc(100% - 15px);
	cursor: pointer;
}

.wpagination {
	display: flex;
	justify-content: center;
}

.page-link {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.page-item {
	width: 36px;
	height: 36px;
	padding-top: 5px;
	font-family: 'Acrom';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	border: 1px solid #FFFFFF;
	color: #343C4B;
	border-radius: 50%;
	margin: 5px;
}

.page-item.active {
	background: #2F69FF;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	box-sizing: border-box;
}

.page-item:not(.active):hover {
	background: #ECECEF;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
}

.page-item:hover a,
.articles-slider .article a:hover {
	text-decoration: none;
}

.headerA {
	padding: 20px 0px 0px 14px;
	max-width: 100%;
}

.contactA {
	float: left;
	font-family: Acrom;
	background: #FFFFFF;
	border: 10px solid #FFFFFF;
	border-radius: 10px;
}

#globaldrive .contacts__right .photo-block--header {
	display: flex;
	margin-bottom: 20px;
}

#globaldrive .contacts__right .photo-block--header h4 {
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	display: flex;
	align-items: center;
	color: #343C4B;
}

#globaldrive .top-menu {
	overflow-x: auto;
	border-radius: 6px;
	user-select: none;
}

#globaldrive .top-menu::-webkit-scrollbar {
	height: 4px;
	background: #E2E2EA;
	position: relative;
	top: 30px;
}

#globaldrive .top-menu::-webkit-scrollbar-thumb {
	background: #2F69FF;
	border-radius: 555px;
	height: 4px;
}

#globaldrive .top-menu ul {
	display: flex;
	list-style-type: none;
	width: max-content;
	padding-bottom: 12px;
}

#globaldrive .top-menu ul a {
	padding: 10px 20px;
	background: #F3F3F6;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	display: flex;
	align-items: center;
	color: #343C4B;
	transition: 0.5s;
}

#globaldrive .top-menu ul a:hover {
	background: #2F69FF;
	color: #ffffff;
	border-radius: 5px;
}

#globaldrive .top-menu ul .active {
	background: #2F69FF;
	color: #ffffff;
	border-radius: 5px;
}

#globaldrive .contacts__right .photo-block--header svg {
	margin-right: 8px;
}

.contacts__photo img {
	border-radius: 8px;
}

body .map {
	border: 5px solid #FFFFFF;
	box-shadow: 5px 5px 60px 0px #24282b1a;
	height: 351px;
}

.colortext {
	color: #2F69FF;
}

.contact_global {
	font-size: 28px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: left;
	color: #343C4B;
}

.contact_text {
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 0em;
	text-align: left;
	color: #343C4B;
	padding-top: 10px;
}

.contact_text img {
	padding-right: 9px;
	margin-bottom: -5px;
}

.contact_time {
	padding-top: 7px;
	font-size: 16px;
	font-weight: 700;
	line-height: 21px;
	letter-spacing: 0em;
	text-align: left;
	padding-left: 33px;
}

.contact_textme {
	padding-top: 11px;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 0em;
	text-align: left;
	color: #343C4B;
}

.gray_border_bottom {
	border-bottom: 2px solid #eee;
	padding-bottom: 20px;
}

.contact_textme img {
	padding-right: 9px;
	margin-bottom: -5px;
}

.contact_pal {
	padding-top: 21px;
	padding-bottom: 5px;
}

.map img {
	max-width: 100%;
}

.contact_ {
	display: block;
}

#globaldrive .contacts-top-box {
	display: none;
}

#globaldrive .article .item_img {
	border-radius: 8px;
	height: 218px;
	width: 100%;
	margin-bottom: 10px;
	background-size: cover;
}

#globaldrive .product-item-container:nth-of-type(3n+1) {
	clear: both;
}

.wpagination {
	margin-top: 30px;
}

#globaldrive .left-menu .show-all:hover {
	text-decoration: none;
	background: #2f69ff;
	color: #fff
}

#globaldrive .left-menu .show-all:hover span {
	color: #fff
}

@media (max-width: 420px) {
	.map {
		flex: 1;
		order: 1;
		border: none;
		box-shadow: none;
	}
	.contact_global {
		font-size: 18px;
		line-height: 18px;
		padding-top: 7px;
	}
	.contact_text {
		font-size: 12px;
		line-height: 12px;
	}
	.contact_time {
		font-size: 12px;
		line-height: 15px;
	}
	.contact_textme {
		font-size: 12px;
		line-height: 12px;
	}
	.header {
		padding: 0px 0px 0px 0px;
		flex-direction: column;
	}
	.contact {
		padding-top: 0px;
		padding: 0px 0px 0px 30px;
		order: 2;
	}
}

#globaldrive .detail-text a:hover,
#globaldrive .detail-text a {
	text-decoration: none;
}

#globaldrive .article a:hover {
	text-decoration: none;
}

@media all and (max-width: 1200px) {
	#globaldrive img {
		max-width: 100%;
	}
	#globaldrive .product-item-container:nth-of-type(3n+1) {
		clear: none;
	}
	#globaldrive .product-item-container:nth-of-type(2n+1) {
		clear: both;
	}
	#globaldrive .product-item-container:nth-of-type(3n) {
		margin-right: 30px;
	}
	#globaldrive .product-item-container:nth-of-type(2n) {
		margin-right: 0px;
	}
	#globaldrive .product-item-container {
		width: calc(50% - 15px);
	}
	#globaldrive .product-item-container {
		margin-right: 30px;
	}
	#globaldrive .detail-header {
		flex-direction: column;
		margin-bottom: 0;
	}
	#globaldrive .detail-header .detail-header--right {
		margin: 15px 0;
	}
	#globaldrive .button-right {
		margin-right: 20px;
	}
	#globaldrive .button-left {
		margin-left: 20px;
	}
}

.slider_blog {
	width: 100%;
	height: 218px;
	display: block;
	border-radius: 8px;
	margin-bottom: 10px;
	background-size: cover;
}

body #globaldrive .left-menu label.show-all {
	display: none;
}

@media all and (max-width: 900px) {
	#globaldrive .contacts-top-box .contacts-bottom {
		display: flex;
		justify-content: start;
	}
	#globaldrive .left-menu a.show-all {
		display: none;
	}
	body #globaldrive .left-menu label.show-all {
		display: block;
	}
	#globaldrive {
		flex-direction: column;
	}
	#globaldrive .left-menu {
		width: 100%;
		margin-bottom: 30px;
	}
	#globaldrive .right-block {
		width: 100%;
		margin-left: 0;
	}
	#globaldrive .left-menu ul {
		display: none;
	}
	#globaldrive #menu-hide:checked~ul {
		display: block;
	}
	#globaldrive .arrow {
		display: block;
	}
	#globaldrive .contacts-top-box {
		display: block;
	}
	#globaldrive .contacts-bottom {
		display: none;
	}
	#globaldrive .tabs.contacts__tabs {
		display: none;
	}
	.contactA,
	.mapA {
		width: 100%;
	}
}

#globaldrive .contacts-top .contacts-bottom-right {
	display: flex;
	flex-direction: column;
	justify-content: start;
}

@media all and (max-width: 700px) {
	#globaldrive .article p {
		-webkit-line-clamp: 5;
	}
	#globaldrive .article:hover {
		position: relative;
		background: #fff;
		padding-bottom: 0px;
		z-index: 10000;
		box-shadow: none;
		border-radius: 8px;
	}
	#globaldrive .article:hover .article-bottom {
		padding: 0px;
	}
	/* #globaldrive .article:hover a {
		padding: 0px;
	} */
	#globaldrive .article:hover p {
		-webkit-line-clamp: 5;
	}
	#globaldrive .article {
		width: 100%;
	}
	#globaldrive .article .item_img {
		height: 350px;
	}
	#globaldrive .product-item-container {
		width: 100%;
		margin-right: 0;
	}
	#globaldrive h1 {
		font-size: 25px;
		line-height: 30px;
	}
	#globaldrive h2,
	#globaldrive .articles-slider h2 {
		font-size: 22px;
		line-height: 26px;
	}
	#globaldrive .detail-text h2 {
		margin-top: 36px;
	}
}

@media all and (max-width: 500px) {
	#globaldrive .article .item_img {
		height: 218px;
	}
}

@media all and (max-width: 400px) {
	#globaldrive h1 {
		font-size: 18px;
		line-height: 22px;
	}
	#globaldrive h2,
	#globaldrive .articles-slider h2 {
		font-size: 18px;
		line-height: 22px;
	}
}
/* End */


/* Start:/local/templates/globaldrive_new/components/bitrix/menu/webstyling/style.min.css?1649335296490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/globaldrive_new/components/bitrix/menu/webstyling/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */
/* /contacts/doppage.css?16872581741088 */
/* /articles/new.css?171742317919510 */
/* /local/templates/globaldrive_new/components/bitrix/menu/webstyling/style.min.css?1649335296490 */
