:root { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: normal) {
  :root { font-family: 'Inter var', sans-serif; }
}

@media screen and (max-width: 640px) {
	html {
		height: 100%;
		padding: 0 2rem;
		display: flex;
		justify-content: center;
		align-items: center;  
		background: linear-gradient(180deg, #2A292F 0%, #151519 100%);
		background-attachment:fixed;
	}
	
	body {
		padding: 64px;
		max-width: 1920px;
		display: flex;
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		gap: 4rem;
		flex-shrink: 0;
		align-self: stretch;
	}
	
	a{
		color: #61C6FF;
	}
	
	.Text{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 4rem;
		align-self: stretch;
	}
	
	.ServicesBlock{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
		align-self: stretch;
	}
	
	.ServicesTitle{
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		align-content: flex-start;
		gap: 0.5rem;
		align-self: stretch;
		flex-wrap: wrap;
	}
	
	.ServicesTitleText{
		color: #FFF;
		font-family: Inter;
		font-size: 1.8rem;
		font-style: normal;
		font-weight: 700;
		line-height: 150%; 
	}
	
	.Services{
		flex-direction: column;
		display: flex;
		align-items: flex-start;
		align-content: flex-start;
		gap: 0;
		align-self: stretch;
		flex-wrap: wrap;
	}
	
	.Service{
		min-width: 208px;
		flex: 1 0 0;
		color: #FFF;
		font-family: Inter;
		font-size: 1.2rem;
		font-style: normal;
		font-weight: 800;
		line-height: 1.8;
		margin: 0;
		padding-left: 1rem;
	}
	
	.DirectionsBlock{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
		align-self: stretch;
	}
	
	.DirectionsTitle{
		color: #FFF;
		font-family: Inter;
		font-size: 1.8rem;
		font-style: normal;
		font-weight: 700;
		line-height: 150%; /* 36px */
	}
	
	.Directions{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		align-content: flex-start;
		gap: 32px;
		align-self: stretch;
		flex-wrap: wrap;
	}
	
	.Direction{
		display: flex;
		min-width: 208px;
		align-items: center;
		gap: 16px;
		flex: 1 0 0;
	}
	
	.DirectionText{
		flex: 1 0 0;
		color: #FFF;
		font-family: Inter;
		font-size: 1rem;
		font-style: normal;
		font-weight: 800;
		line-height: normal;
	}
	
	.ContactsBlock{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 2rem;
		align-self: stretch;
	}
	
	.ContactsTitle{
		align-self: stretch;
		color: #FFF;
		font-family: Inter;
		font-size: 1.8rem;
		font-style: normal;
		font-weight: 700;
		line-height: 150%; /* 36px */
	}
	
	.Contacts{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		align-content: flex-start;
		gap: 1.5rem;
		align-self: stretch;
		flex-wrap: wrap;
	}
	
	.ContactTitle{
		align-self: stretch;
		color: #FFF;
		font-family: Inter;
		font-size: 1rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1;
	}
	
	.Contact{
		display: flex;
		min-width: 208px;
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
		flex: 1 0 0;
	}
	
	.ContactList{
		color: #ACACAC;
		font-family: Inter;
		font-size: 1rem;
		font-style: normal;
		font-weight: 400;
		line-height: 173.023%; /* 20.763px */
		list-style: none;
		padding: 0;
	}

	.imgLogo{
		width: 12rem;

	}

	.imgCargo{
		width: 6.8rem;
	}

	.imgChina{}

	.imgTurkey{}

	.imgEuropean{}
}

@media screen and (min-width: 640px){
	html {
		height: 100%;
		padding: 0 56px;
		display: flex;
		justify-content: center;
		align-items: center;  
		background: linear-gradient(180deg, #2A292F 0%, #151519 100%);
		background-attachment:fixed;
	}
	
	body {
		padding: 180px;
		max-width: 1920px;
		display: flex;
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		gap: 160px;
		flex-shrink: 0;
		align-self: stretch;
	}
	
	a{
		color: #61C6FF;
	}
	
	.Text{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 96px;
		align-self: stretch;
	}
	
	.ServicesBlock{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
		align-self: stretch;
	}
	
	.ServicesTitle{
		display: flex;
		align-items: flex-start;
		align-content: flex-start;
		gap: 0.5rem;
		align-self: stretch;
		flex-wrap: wrap;
	}
	
	.ServicesTitleText{
		color: #FFF;
		font-family: Inter;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 150%; /* 36px */
	}
	
	.Services{
		display: flex;
		align-items: flex-start;
		align-content: flex-start;
		gap: 0;
		align-self: stretch;
		flex-wrap: wrap;
	}
	
	.Service{
		min-width: 208px;
		flex: 1 0 0;
		color: #FFF;
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 800;
		line-height: 1.8;
		margin: 0;
		padding-left: 18px;
	}
	
	.DirectionsBlock{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
		align-self: stretch;
	}
	
	.DirectionsTitle{
		color: #FFF;
		font-family: Inter;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 150%; /* 36px */
	}
	
	.Directions{
		display: flex;
		align-items: flex-start;
		align-content: flex-start;
		gap: 32px;
		align-self: stretch;
		flex-wrap: wrap;
	}
	
	.Direction{
		display: flex;
		min-width: 208px;
		align-items: center;
		gap: 16px;
		flex: 1 0 0;
	}
	
	.DirectionText{
		flex: 1 0 0;
		color: #FFF;
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 800;
		line-height: normal;
	}
	
	.ContactsBlock{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
		align-self: stretch;
	}
	
	.ContactsTitle{
		align-self: stretch;
		color: #FFF;
		font-family: Inter;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 150%; /* 36px */
	}
	
	.Contacts{
		display: flex;
		align-items: flex-start;
		align-content: flex-start;
		gap: 24px 32px;
		align-self: stretch;
		flex-wrap: wrap;
	}
	
	.ContactTitle{
		align-self: stretch;
		color: #FFF;
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 1;
	}
	
	.Contact{
		display: flex;
		min-width: 208px;
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
		flex: 1 0 0;
	}
	
	.ContactList{
		color: #ACACAC;
		font-family: Inter;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 173.023%; /* 20.763px */
		list-style: none;
		padding: 0;
	}
	.imgLogo{
		width: 12rem;
		height: auto;
	}
}



