/*-------- Font --------*/

@font-face {
	font-family: 'GothamPro-Bold';
	src: url('../fonts/GothamPro-Bold.eot'); /* IE9 Compat Modes */
	src: url('../fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/GothamPro-Bold.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/GothamPro-Bold.woff') format('woff'), /* Pretty Modern Browsers */
		url('../fonts/GothamPro-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
		url('../fonts/GothamPro-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

/*-------- Specification --------*/

body, div, h1, h2, h3, h4, h5, a, p, ul, li, nav, button {
	padding: 0;
	margin: 0;
}

body, a {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 22px;
	color: #000;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

button {
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
}

button:focus, button:active {
	outline: none;
}

input {
	border: none;
	outline: none;
}

p {
	line-height: 1.36em;
}

.d-flex {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.container {
	max-width: 1020px;
	margin: 0 auto;
}

/*-------- Header --------*/

.header {
	background: url('../img/2-layers.jpg') no-repeat center top/cover;
}

.header__top {
	padding: 23px 0;
	background-color: #fff;
}

.header__top-wrap {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.logo__text {
	margin-left: 12px;
	max-width: 240px;
}

.logo {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.logo:hover {
	text-decoration: none;
}

.menu-btn {
	margin-left: auto;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.menu-btn__img {
	width: 56px;
}
.menu-btn span {
	font-family: Arial, sans-serif;
	font-size: 25px;
	font-weight: 400;
	margin-top: -12px;
}

.header__main {
	padding: 77px 0 178px;
}

.main-title, .blocks__title {
	line-height: 1.2em;
	font-size: 34px;
	font-weight: 900;
	max-width: 530px;
	color: #fff;
	font-family: 'GothamPro-Bold', sans-serif;
}

/*-------- Navigation --------*/

.navigation {
	padding-bottom: 72px;
}

.blocks {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: -170px;
	    margin-left: 150px;
    margin-right: 150px;
}

.blocks__item {
	padding: 35px 31px 31px;
	background: url('../img/_DSC4820.jpg') no-repeat center center/cover;
	position: relative;
	width: 329px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), inset 0 0 0px 10px #fff;;
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), inset 0 0 0px 10px #fff;;
}

.blocks__item_kids {
	padding: 35px 31px 31px;
	background: url('../img/kids.jpg') no-repeat center center/cover;
	position: relative;
	width: 329px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), inset 0 0 0px 10px #fff;;
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), inset 0 0 0px 10px #fff;;
}

.blocks__item_fashion {
	padding: 35px 31px 31px;
	background: url('../img/fashion.jpg') no-repeat center center/cover;
	position: relative;
	width: 329px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), inset 0 0 0px 10px #fff;;
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), inset 0 0 0px 10px #fff;;
}

.blocks__overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.blocks__wrapper {
	z-index: 2;
	position: relative;
}

.blocks__overlay_orange {
	background-color: rgba(255, 145, 0, 0.85);
}

.blocks__overlay_red {
	background-color: rgba(123, 34, 40, 0.88);
}

.blocks__overlay_azul {
	background-color: rgba(0, 200, 198, 0.88);
}

.blocks__overlay_blue {
	background-color: rgba(62, 49, 133, 0.85);
}

.blocks__descr {
	color: #fff;
	margin: 2px 0 134px;
}

@media (max-width: 992px) {
	.blocks__descr {
	color: #fff;
	margin: 2px 0 10px;
}
}

.cta-button {
	display: block;
	text-align: center;
	color: #fff;
	font-family: Arial;
	font-size: 12px;
	font-weight: 700;
	line-height: 49px;
	width: 100%;
	background-color: #ff6600;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}

.cta-button:hover {
	background-color: #ff4600;
	text-decoration: none;
}

/*-------- Footer --------*/

.footer {
	padding-top: 24px;
    background-color: #01002c;
    font-family: Arial, sans-serif;
    color: #fff;
}

.footer a {
	color: #fff;
}

.footer__content {
	margin-bottom: 250px;
}

.footer-block {
	margin-right: 68px;
}

.footer-block__title {
	font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 23px;
}

.footer-list__link {
	font-size: 16px;
    font-weight: 400;
}

.footer-list__link span {
	margin-left: 8px;
}

.footer-list__item {
	font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px;
}

.footer__copyright {
	font-size: 10px;
    font-weight: 400;
    line-height: 39px;
    background-color: #020037;
}

.footer__copyright a {
	font-size: 10px;
    font-weight: 400;
    line-height: 39px;
    margin-left: 4px;
}

.footer__copyright-text {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

/*----------Media Queriesr----------*/

/* 768-992px */
@media screen and (max-width: 992px) {
	.container {
		max-width: 720px;
	}
	.blocks {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		        margin-left: 0;
		        margin-right: 0;
	}
	.blocks__item {
		width: 100%;
		margin-bottom: 14px;
	}
}

/* 576-768px */
@media screen and (max-width: 768px) {
	.container {
		max-width: 535px;
	}
	.footer .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.footer__content {
		margin-bottom: 70px;
	}
	.footer-block {
		margin-bottom: 40px;
	}
}

/* 320-576px */
@media screen and (max-width: 576px) {
	.container {
		max-width: 100%;
		padding: 0 23px;
	}
	.main-title, .blocks__title {
		font-size: 26px;
	}
	.footer__copyright {
		padding: 18px 0;
	}
	.footer__copyright-text {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
	}
	.blocks__descr {
		margin-top: 6px;
	}
}