background-a3v-2@font-face {
  font-family: "LatoMedium";

  src: /* список мест откуда загружать шрифт */
    /* обычно первым делом пытаемся загрузить с компа */
    local("Lato Medium"), 
	local("Lato-Medium"), 
    /* ttf для android 4.3- */
    url('Lato-Medium.ttf') format('truetype');
}

@font-face {
  font-family: "LatoHeavy";

  src: /* список мест откуда загружать шрифт */
    /* обычно первым делом пытаемся загрузить с компа */
    local("Lato Heavy"), 
	local("Lato-Heavy"), 
    /* ttf для android 4.3- */
    url('Lato-Heavy.ttf') format('truetype');
}

.container {
	font-family: LatoMedium, sans-serif;
	min-width: 1120px;
}

.hero__content h1 {
	margin-top: -25px;
	margin-bottom: 5px;
	font-size: 36px;
	font-family: LatoHeavy, sans-serif;
	font-weight: normal;
	letter-spacing: 8px;
	text-align: center;
	color: black;
	text-transform: uppercase;
}

.hero__content h5 {
	font-size: 22px;
	font-weight: normal;
	color: black;
	letter-spacing: 1px;
	margin-bottom: 35px;
}

.logo {
    background: url('logo.png') no-repeat left top;
}

.header__menu {
    background-color: #a7a9ac;
}

#bottom {
	background: #d0d7e0 url('bot_crn.png') no-repeat top left;
}

#botlinks {
	background-color: #27416e;
}

.hero {
	height: 400px;
	margin-top: 1px;
	background: url(bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.space-bottom--medium {
	margin-bottom: 330px;
}

.space-bottom--high {
	margin-bottom: 350px;
}

.hero:before {
	content: '';
	height: 58px;
	width: 236px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('bg-left-helper.png') no-repeat top left;
}

.hero:after {
	content: '';
	height: 64px;
	width: 65px;
	position: absolute;
	right: 0;
	top: 0;
	background: url('bg-right-helper.png') no-repeat top right;
}

.hero__bottom {
	height: 143px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background: url('bg-bottom-helper.png') no-repeat bottom left;
	background-size: 100% 100px;
	z-index: 1;
}

.hero__logo {
	position: absolute;
	right: calc(50% - 450px);
	top: 15px;
	width: 150px;
	height: 68px;
	background: url('bg-logo.png') no-repeat top right;
}

.hero__content {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	padding-top: 110px;
	text-align: center;
	max-width: 900px;
}

.hero__mainimage-5 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 300px;
	background: url(alcatel-5.png) no-repeat top left;
	background-size: contain;
}

.hero__mainimage-3v {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 300px;
	background: url(alcatel-3v.png) no-repeat top left;
	background-size: contain;
}

.hero__mainimage-3x {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 300px;
	background: url(alcatel-3x.png) no-repeat top left;
	background-size: contain;
}

.hero__mainimage-1 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 300px;
	background: url(alcatel-1.png) no-repeat top left;
	background-size: contain;
}

.hero__sideimage-1 {
	position: absolute;
	right: 15px;
	top: 265px;	
	background: url(alcatel-1.png) no-repeat top center;
	background-size: contain;
	width: 105px;
	height: 145px;
}

.hero__sideimage-1:after {
	content: '';
	position: absolute;
	top: 146px;
	left: 9px;
	background: url(title-1.jpg) no-repeat top center;
	background-size: contain;
	width: 88px;
	height: 21px;	
}

.hero__sideimage-3v {
	position: absolute;
	right: 15px;
	top: 265px;	
	background: url(alcatel-3v.png) no-repeat top center;
	background-size: contain;
	width: 105px;
	height: 150px;
}

.hero__sideimage-3v:after {
	content: '';
	position: absolute;
	top: 145px;
	left: 13px;
	background: url(title-3v.png) no-repeat top center;
	background-size: contain;
	width: 88px;
	height: 24px;	
}

.hero__sideimage-3x {
	position: absolute;
	right: 15px;
	top: 265px;	
	background: url(alcatel-3x.png) no-repeat top center;
	background-size: contain;
	width: 100px;
	height: 140px;
}

.hero__sideimage-3x:after {
	content: '';
	position: absolute;
	top: 145px;
	left: 6px;
	background: url(title-3x.png) no-repeat top center;
	background-size: contain;
	width: 88px;
	height: 24px;	
}

.hero__sideimage-5 {
	position: absolute;
	right: 15px;
	top: 265px;	
	background: url(alcatel-5.png) no-repeat top center;
	background-size: contain;
	width: 105px;
	height: 150px;
}

.hero__sideimage-5:after {
	content: '';
	position: absolute;
	top: 145px;
	left: 13px;
	background: url(title-5.png) no-repeat top center;
	background-size: contain;
	width: 88px;
	height: 24px;	
}

.hero__sideimage--left {
	right: auto;
	left: 15px;
}

.hero__sideimage--s1 {
	top: 335px;
	right: auto;
	left: 340px;
}

.hero__sideimage--s2 {
	top: 335px;
	right: auto;
	left: 550px;
}

.hero__sideimage--s3 {
	top: 335px;
	right: 15px;
}

.hero__title {
	margin-top: 30px;
	position: relative;
}

.hero__title:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 28px;
	width: 342px;
	height: 1px;
	background-color: black;
}

.hero__title:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 28px;
	width: 342px;
	height: 1px;
	background-color: black;
}

.hero__description {
	position: relative;
	margin-top: 30px;
	height: 108px;
	font-size: 18px;
	padding-left: 300px;
	text-align: left;
	background: url('alcatel-5-tech.png') no-repeat top left;
}

.tech-a3v {
	background: url('alcatel-3v-tech.png') no-repeat top left;
}

.tech-a3x {
	background: url('alcatel-3x-tech.png') no-repeat top left;
}

.tech-a5 {
	background: url('alcatel-5-tech.png') no-repeat top left;
}

.tech-1 {
	background: url('alcatel-1-tech.jpg') no-repeat top left;
}

.hero__description p {
	padding-top: 7px;
	font-size:20px;
}

.description__colors {
	position: absolute;
	top: 75px;
	left: 5px;
	font-size: 13px;
	font-weight: bold;
}

.color {
	border-radius: 50%;
	border: 1px solid #d7d7d7;
	width: 20px;
	height: 20px;
	margin-left: 15px;
	display: inline-block;
	vertical-align: sub;
}

.color--black {
	background-color: black;
}

.color--white {
	background-color: #fffaee;
}

.color--blue {
	background-color: #6495de;
}

.content {
	margin-bottom: 50px;
}

.item {
	display: flex;
	height: 450px;
}
				
.item > * {
	width: 50%;
}

.item__text {
	color: white;
	display: flex;
	margin-top: 20px;
	margin-bottom: 20px;
}

.item__text h3 {
	font-family: LatoHeavy, sans-serif;
	font-weight: normal;
	font-size: 34px;
	margin-bottom: 20px;
	
	margin-right: 40px;
	margin-left: 40px;
}

.item__text p {
	font-size:16px;
	line-height: 24px;
	margin-bottom: 10px;
	
	margin-right: 40px;
	margin-left: 40px;
}


.item__wrapper {
	margin-top: auto;
	margin-bottom: auto;
	max-width: 600px;
	margin-left: 0;
	margin-right: auto;
	position: relative;
	z-index: 2;
}

.item--reverse .item__wrapper {
	margin-left: auto;
	margin-right: 0;
	text-align: right;
}

.item--invert .item__text p, .item--invert .item__text h3 {
	color: black;
}

.background-a5-1 {
	background: #0f0913 url('item-a5-1.jpg') no-repeat center center;
	background-size: cover;
}

.background-a5-2 {
	background: #7d88a1 url('item-a5-2.jpg') no-repeat center center;
	background-size: cover;
}

.background-a5-3 {
	background: #131313 url('item-a5-3.jpg') no-repeat center center;
}

.background-a5-4 {
	background: #72787f url('item-a5-4.jpg') no-repeat center center;
	background-size: cover;
}

.background-a3v-2 {
	background: #424e63 url('item-a3v-2.jpg') no-repeat top right;
	background-size: cover;
}

.background-a3v-3 {
	background: #556f3f url('item-a3v-3.jpg') no-repeat center left;
	background-size: cover;
}

.background-a3v-4 {
	background: #0f0913 url('item-a3v-4.jpg') no-repeat center right;
	background-size: cover;
}

.background-a3x-1 {
	background: #33485d url('item-a3x-1.jpg') no-repeat center left;
	background-size: cover;
}

.background-a3x-2 {
	background: #6d5c4d url('item-a3x-2.jpg') no-repeat center right;
	background-size: cover;
}

.background-a3x-3 {
	background: #568b9d url('item-a3x-3.jpg') no-repeat center left;
	background-size: cover;
}

.background-a3x-4 {
	background: #4d5a49 url('item-a3x-4.jpg') no-repeat center right;
	background-size: cover;
}

.background-a3x-5 {
	background: #4187c7 url('item-a3x-5.png') no-repeat center left;
	background-size: contain;
}

.background-1-1 {
	background: #2a5874 url('item-1-1.jpg') no-repeat center left;
	background-size: cover;
}

.background-1-2 {
	background: #4c8a97 url('item-1-2.jpg') no-repeat center right;
	background-size: cover;
}

.background-1-3 {
	background: #05090c url('item-1-3.jpg') no-repeat center left;
	background-size: cover;
}

.background-1-4 {
	background: #1a2f44 url('item-1-4.jpg') no-repeat center center;
	background-position: calc(50% - 370px) 50%;
	background-size: auto 100%;
}

.background-1-5 {
	background: #0f69c9 url('item-1-5.png') no-repeat center center;
	background-position: calc(50% + 80px) 50%;
	background-size: auto 100%;
}

.item--color-a5-1 { background-color: #0f0913; }
.item--color-a5-2 { background-color: #7d88a1; }
.item--color-a5-3 { background-color: #131313; }
.item--color-a5-4 { background-color: #72787f; }

.item--color-a3v-1 { background-color: #0f0913; }
.item--color-a3v-2 { background-color: #424e63; }
.item--color-a3v-3 { background-color: #556f3f; }
.item--color-a3v-4 { background-color: #0f0913; }

.item--color-a3x-1 { background-color: #33485d; }
.item--color-a3x-2 { background-color: #6d5c4d; }
.item--color-a3x-3 { background-color: #568b9d; }
.item--color-a3x-4 { background-color: #4d5a49; }
.item--color-a3x-5 { background-color: #4187c7; }

.item--color-1-1 { background-color: #2a5874; }
.item--color-1-2 { background-color: #4c8a97; }
.item--color-1-3 { background-color: #05090c; }
.item--color-1-4 { background-color: #1a2f44; }
.item--color-1-5 { background-color: #0f69c9; }

.buying-options {
	position: relative;
	margin: 0 auto;
	height: 90px;
	width: 1px;
	background-color: black;
}

.mts {
	position: absolute;
	left: -300px;
	top: 7px;
	background: url(mts.png) no-repeat top left;
	background-size: contain;
	width: 200px;
	height: 70px;
}

.bee {
	position: absolute;
	left: 120px;
	top: 6px;
	background: url(bee.png) no-repeat top left;
	background-size: contain;
	width: 204px;
	height: 70px;
}

footer h3 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 25px;
}

