*{
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#globaldrive{
	min-height: 100vh;
}

#globaldrive {
	font-family: 'Acrom';
	font-style: normal;
}
.detail-text ol{list-style: auto;}
.detail-text ol li{margin:0 0 0 30px;color: rgba(52, 60, 75, 0.7);line-height: 140%;}

.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 28px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E2E2EA;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:after {
  position: absolute;
  content: "";
  height: 4px;
  width: 4px;
  right: 11px;
  bottom: 11px;
  background-color: #b4b7c3;
  border-radius: 4px;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#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 .arrow-block{
	display: block;
	border: solid #343C4B;
	    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;
}

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

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

#globaldrive h3{
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	display: flex;
	align-items: center;
	color: #343C4B;	
}

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

#globaldrive img{
	max-width: 100%;
	object-fit: contain;
	user-select: none;
}

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

#globaldrive .grey-block{
	background: #F3F3F6;
}

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

#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 !important;
	justify-content: center;
	user-select: none;
}

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

#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%;
}

#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-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-weight: 700;
	font-size: 18px;
	line-height: 100%;
	background: #ffffff;
	transition: 0.5s;
}

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

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

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

}

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

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

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

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

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

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

#globaldrive .article p{
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	color: #343C4B;
}

#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{
	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-text p{
	margin: 18px 0;
	text-align: left;
}

#globaldrive .detail-text h2{
	margin-top: 60px;
}
#globaldrive .detail-text a{
	color: #2f69ff;
	border-bottom: 1px solid;
}

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

#globaldrive .detail-text ul li{
	background-image: url('images/list.svg');
	background-position: 0 5px;
	background-repeat: no-repeat;
	padding-left: 20px;
}

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

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

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

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

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

#globaldrive .articles-slider .slick-prev:before, #globaldrive .articles-slider .slick-next:before{
	display: none;
}
	
#globaldrive .top-menu{
	overflow-x: auto;
	border-radius: 6px;
}

#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 .searchbar{
	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('images/search.svg');
	background-position: 22px;
	background-repeat: no-repeat;
	z-index: 3;
}

#globaldrive .no-shadow{
	box-shadow: none;
}

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

#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 a{
	padding: 6px 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	display: flex;
	align-items: center;
	color: #343C4B;
}

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

#globaldrive .left-menu .city-list .active{
	color: #2F69FF !important;
	border-right: 4px solid #2F69FF;
	width: 100%;
}

#globaldrive .left-menu .left-menu-switcher{
	display: flex;
	background: #FFFFFF;
	box-shadow: 5px 5px 60px rgba(36, 40, 43, 0.1);
	border-radius: 8px;
	padding: 16px;
}	

#globaldrive .left-menu .left-menu-switcher h4{
	font-weight: 700;
	font-size: 16px;
	line-height: 90%;
	color: #455067;
	padding: 0 11px 0 26px;
	width: 167px;
}

#globaldrive .left-menu .left-menu-switcher svg{
	position: relative;
	top: 8px;
	cursor: pointer;
}

#globaldrive .contacts-bottom{
	display: flex;
	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, #globaldrive .contacts-bottom-right svg{
	position: relative;
	top: 18px;
}

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

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

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

#globaldrive .dark-screen{
	background: rgba(52, 60, 75, 0.3);
	width: 100vw;
	height: 100vh;
	position: fixed;
	display: none;
	z-index: 2;
	right: 0;
	top: 0;
}

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

#globaldrive .contacts-top{
	padding-bottom: 10px;
	justify-content: start;
}

#globaldrive .contacts-top img{
	margin-right: 10px;
}

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

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

#globaldrive .contacts-top h4, #globaldrive .contacts-top svg{
	top: 8px;
}

#globaldrive .contacts-top h4{
	margin-left: 0;
}

#globaldrive .contacts-top svg{
	margin-right: 8px;
}

#globaldrive .contacts-top h4:first-of-type{
	margin-bottom: 5px;
}

#globaldrive .open-window{
	position: fixed;
	top: 0;
	width: calc(100vw - 20px);
	height: 100vh;
	display: flex;
	justify-content: center;
	flex-direction: column;
	background: rgba(52, 60, 75, 0.5);
}

#globaldrive .open-window .open-block{
	max-width: 1060px;
	width: calc(100% - 140px);
	margin: 0 auto;
	position: relative;
	background: white;
	border-radius: 12px;
	padding: 50px;
}

#globaldrive .open-window .open-block img{
	width: 100%;
	border-radius: 8px;
}

#globaldrive .open-window .open-block h3{
	margin-top: 30px;
	margin-bottom: 10px;
}

#globaldrive .open-window .open-block p{
	font-family1: 'Circe';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	align-items: center;
	color: #343C4B;
	opacity: 0.7;
}

#globaldrive .open-window .open-block .blue-button{
	max-width: 283px;
	border-radius: 6px;
	margin-top: 20px;
}


#globaldrive .open-window .close-window{
	position: absolute;
	right: 10px;
	top: 15px;
	cursor: pointer;
}	

#globaldrive .articles-slider{
	max-width: 1450px;
	padding: 0 20px;
	margin: 0 auto;
}

#globaldrive .articles-slider .article{
	margin: 0 8px !important;
}


#globaldrive .photo-slider .slick-list{
	padding-left: 0 !important;
}

#globaldrive .photo-slider .slick-track{
	left: inherit;
	right: 100%;
}

#globaldrive .delivery-banner{
	display: flex;
	justify-content: space-between;
	background: url('images/delivery-banner2.png') no-repeat center;
	width: calc(100% - 120px);
	border-radius: 10px;
	padding: 60px;
	box-shadow: 5px 5px 60px rgba(36, 40, 43, 0.1);
	background-size: cover;
}

#globaldrive .delivery-banner .delivery-banner--left{
	display: flex;
	justify-content: center;
	flex-direction: column;
	max-width: 750px;
}

#globaldrive .delivery-banner img{
	max-width: 30%;
	object-position: top;
	margin-left: 6px;
	min-width: 82px;
	user-select: none;
}

#globaldrive .delivery-banner h1,
#globaldrive .delivery-banner h2 {
	font-weight: 400;
	font-size: 28px;
	line-height: 58px;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	margin-bottom: 18px;
	line-height: 100%;
}

@media (min-width: 576px) {
	#globaldrive .delivery-banner h1,
	#globaldrive .delivery-banner h2 {
		font-size: 36px;
	}
}

@media (min-width: 768px) {
	#globaldrive .delivery-banner h1,
	#globaldrive .delivery-banner h2 {
		font-size: 42px;
	}
}

@media (min-width: 992px) {
	#globaldrive .delivery-banner h1,
	#globaldrive .delivery-banner h2 {
		font-size: 48px;
	}
}

#globaldrive .delivery-banner p{
	font-family1: 'Circe';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	color: #FFFFFF;
	padding: 0;
	text-align: left;
}

#globaldrive .open-block{
	width: 100%;
	box-shadow: 5px 5px 60px rgba(36, 40, 43, 0.1);
	border-radius: 8px;
	margin-bottom: 12px;
}

#globaldrive .open-block h3{
	padding: 32px 60px;
	float: left;
	max-width: calc(100% - 50px);
}

#globaldrive .open-block .arrow-block{
	margin-top: 40px;
	margin-right: 60px;
	margin-left: -46px;
	position: absolute;
}

#globaldrive .open-block input{
	display: none;
}

#globaldrive .open-block label{ 
	width: 100%;
	height: 90px;
	cursor: pointer;
	display: block;
}

#globaldrive .open-block--content{
	padding: 32px 60px;
	border-top: 2px solid #ebeced;
	display: none;
}

#globaldrive .open-block input:checked ~ .open-block--content{
	display: block;
}

#globaldrive .delivery-steps{
	display: flex;
	justify-content: space-between;
	margin-top: 36px;
}

#globaldrive .step{
	background: #FFFFFF;
	box-shadow: 5px 5px 60px rgba(36, 40, 43, 0.1);
	border-radius: 8px;
	width: 274px;
	height: 373px;
	display: flex;
	flex-direction: column;
}



#globaldrive .step h2, #globaldrive .step p{
	text-align: center;
	display: block;
	padding: 0 21px;
}

#globaldrive .step h2{
	padding: 10px 21px;
}

#globaldrive .step p{
	color: #343C4B;
	opacity: 0.7;
	overflow: hidden;
	margin-bottom: 30px;
}

#globaldrive .step a{
	width: 284px;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	color: #2F69FF;
	position: absolute;
	margin-top: 330px;
	background: white;
	text-align: center;
	box-shadow: 0px 0px 15px white;
}

#globaldrive .image-box{
	width: 190px;
  height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
	padding: 21px 42px;
	padding-bottom: 0;
	user-select: none;
}

#globaldrive .step a .arrow-block{
	border-color: #2F69FF;
	float: none;
	margin-left: 10px;
}

#globaldrive .alert{
	max-width: 760px;
	background: #FFFFFF;
	box-shadow: 5px 5px 24px rgba(52, 60, 75, 0.15);
	border-radius: 8px;
	min-height: 54px;
	margin-top: 16px;
}

#globaldrive .alert svg{
	position: relative;
	top: 16px;
	margin-left: 20px;
}

#globaldrive .container .alert p{
	padding: 0 21px;
	padding-left: 60px;
	text-align: left;
	font-weight: 700;
	font-size: 16px;
	line-height: 140%;
	color: rgba(52, 60, 75, 0.7);
	position: relative;
	bottom: 10px;
	margin: 0;
}

#globaldrive .alert span{
	color: #ef483d;
}

#globaldrive .header-image{
	display: flex;
	margin-top: 30px;
}

#globaldrive .header-image h2{
	margin-top: 0;
}

#globaldrive .grey-text p{
	color: rgba(52, 60, 75, 0.7);
	font-family1: 'Circe';
	font-style: normal;
	line-height: 140%;
}

#globaldrive .grey-text h2{
	margin-top: 30px;
	user-select: none;
}

#globaldrive .grey-banner{
	background: #f3f3f6;
	border-radius: 8px;
	padding: 55px;
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	margin-bottom: 30px;
}

#globaldrive .grey-banner h2{
	font-weight: 400;
	font-size: 32px;
	line-height: 38px;
	display: flex;
	align-items: center;
	color: #343C4B;
}

#globaldrive .grey-banner li{
	max-width: 600px;
	margin-top: 17px;
	font-weight: 700;
}

#globaldrive .grey-banner .blue-button{
	max-width: 253px;
	margin-top: 30px;
}

#globaldrive .faq{
	margin-top: 40px;
}

#globaldrive .options{
	margin-top: 30px;
}

#globaldrive .icon-box{
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

#globaldrive .open-block .open-block--box{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	width: 100%;
	float: left;
	user-select: none;
}

@media all and (max-width: 1650px){
	#globaldrive .articles-slider .slick-next{right: 0;}
	#globaldrive .articles-slider .slick-prev{left: 0;}
}

@media all and (max-width: 1500px){
	#globaldrive .open-block .arrow-block{margin-left: 0; right: 20px;}
	#globaldrive .delivery-steps{flex-direction: column;}
	#globaldrive .step{width: 100%; margin-bottom: 30px; height: auto; padding: 30px;}
	#globaldrive .step p{margin-bottom: 0;}
	#globaldrive .step a{display: none;}
}	

@media all and (max-width: 1200px){
	#globaldrive .article{width: calc(50% - 30px); 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;}	
	#globaldrive .article:nth-of-type(3n) {margin-right: 15px;}
	#globaldrive .article:nth-of-type(2n) {margin-right: 0;}
	#globaldrive .open-block .arrow-block{position: absolute; right: 0;}
	#globaldrive .delivery-banner{background-position-x: 60%;}
}

@media all and (max-width: 900px){
	#globaldrive .container{flex-direction: column;}
	#globaldrive .left-menu{width: 100%; margin-bottom: 30px;}
	#globaldrive .right-block{width: 100%; margin-left: 0;}
	#globaldrive .article{width: 100%; margin-right: 0;}
	#globaldrive .left-menu ul{display: none;}
	#globaldrive #menu-hide:checked ~ ul{display: block;}	
	#globaldrive .arrow{display: block;}
	#globaldrive .left-menu .left-menu-switcher{display: none;}
	#globaldrive .searchbar:focus ~ ul{display: block; margin-top: 0; z-index: 3;}
	#globaldrive .left-menu .city-list a{padding: 10px 20px;}
	#globaldrive .searchbar:focus ~ .left-menu-switcher{display: flex; z-index: 3; border-top-right-radius: 0; border-top-left-radius: 0;}
	#globaldrive .searchbar:focus ~ .dark-screen{display: block;}
	#globaldrive .left-menu .city-list .active{margin-right: -4px; width: inherit;}
	#globaldrive .searchbar{border-bottom-right-radius: 0; border-bottom-left-radius: 0;}
	#globaldrive .contacts-top-box{display: block;}
	#globaldrive .contacts-top-box .contacts-bottom{display: flex;}
	#globaldrive .contacts-bottom{display: none;}
	#globaldrive .article{margin-right: 0 !important;}
	#globaldrive .grey-banner{flex-direction: column-reverse;}
	#globaldrive .grey-banner img{padding: 0 60px;}
	#globaldrive .delivery-banner h2{font-size: 38px; line-height: 40px;}
	#globaldrive .delivery-banner{background-position-x: 75%;}
}

@media all and (max-width: 700px){
	#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;}
	#globaldrive h4{font-size: 20px; line-height: 24px;}
	#globaldrive .open-window .open-block p{font-size: 14px; line-height: 22px;}
	#globaldrive .open-window .open-block{padding: 26px 16px; width: calc(100% - 80px);}
	#globaldrive .slider-articles .slick-list{padding-left: 0 !important; position: relative; right: 10px;}
	#globaldrive .header-image img{width: 70px;}
	#globaldrive .open-block h3{font-size: 20px; line-height: 100%;}
	#globaldrive .grey-banner img{padding: 0 30px;}
	#globaldrive .grey-banner{padding: 30px;}
	#globaldrive .grey-banner .blue-button{margin-bottom: 15px;}
	#globaldrive .grey-banner h2{font-size: 26px; line-height: 30px;}
	#globaldrive .delivery-banner h2{font-size: 22px; line-height: 30px;}
	#globaldrive .delivery-banner p{font-size: 14px; line-height: 150%;}
	#globaldrive .delivery-banner{padding: 30px; width: calc(100% - 60px);}
	#globaldrive .open-block--content{padding: 32px;}
	#globaldrive .image-box{margin: 0; padding: 0;}
	#globaldrive .step h2, #globaldrive .step p{text-align: left;}
	#globaldrive .delivery-banner{background-position-x: 80%;}
}

@media all and (max-width: 500px){
	#globaldrive .delivery-banner{background: url(images/mobile-banner-background2.png) no-repeat center; background-size: cover; background-position-x: right;}
}


@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;}
	#globaldrive h4{font-size: 18px; line-height: 22px;}
	#globaldrive .open-window .open-block p{font-size: 12px; line-height: 140%;}
	#globaldrive .open-window .open-block h3{margin-top: 15px; margin-bottom: 4px;}
	#globaldrive .header-image{display: block;}
	#globaldrive .header-image h2{margin-top: 0;}
	#globaldrive .open-block h3{font-size: 14px; line-height: 100%; padding: 14px;}
	#globaldrive .grey-banner img{padding: 0;}
	#globaldrive .grey-banner{padding: 15px;}
	#globaldrive .grey-banner h2{font-size: 18px; line-height: 22px;}
	#globaldrive .grey-text p, #globaldrive .grey-text li{font-size: 14px; line-height: 18px;}
	#globaldrive .delivery-banner h2{font-size: 18px; line-height: 22px;}
	#globaldrive .delivery-banner p{font-size: 12px; line-height: 120%; width: 80%;}
	#globaldrive .delivery-banner{padding: 15px; width: calc(100% - 30px);}
	#globaldrive .delivery-banner img{width: 75px; position: absolute; right: 25px; max-height: 75px;}
	#globaldrive .delivery-banner h2{width: calc(100% - 80px); margin-bottom: 10px;}
	#globaldrive .open-block .arrow-block{margin-right: 40px;}
	#globaldrive .open-block--content{padding: 16px;}
}
	
@media (max-width: 499px) {
	#globaldrive .delivery-banner {
		display: block;
		background: #2F69FF;
	}

	#globaldrive .delivery-banner h1,
	#globaldrive .delivery-banner h2 {
		font-size: 26px;
	}

	#globaldrive .delivery-banner img {
		margin-top: 20px;
	}
}

@media (max-width: 400px) {
	#globaldrive .delivery-banner h1,
	#globaldrive .delivery-banner h2 {
		font-size: 24px;
	}

	#globaldrive .delivery-banner img {
		position: static;
	}
}