/* Подключение шрифтов */
@import url("fonts.css");

/* 1245px */
*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
	padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
	margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
	list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
	text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
	max-width: 100%;
	display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
	margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
	font: inherit;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
h1 {
	font-size: 48px;
	font-family: 'HelveticaNeueCyr-Bold', sans-serif;
}
h2 {
	font-family: 'Parangon530C', sans-serif;
	font-size: 48px;
	color: #fff;
	text-transform: uppercase;
}
h3 {
	font-family: 'Parangon530C', sans-serif;
	font-size: 50px;
	color: #fff;
}
h4 {
	font-family: 'Parangon530C', sans-serif;
	font-size: 36px;
	color: #000;
	text-transform: uppercase;
}


/* Container */
.container {
	width: 100%;
	max-width: 1245px;
	margin: 0 auto;
}
.container.outline {
	width: 100%;
	max-width: 1373px;
	margin-right: 0;
}

/* Header */
.header {
	width: 100%;
	height: 100vh;
	background: url("../img/BGintro.png") ;
	-webkit-background-size: cover;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	color: #fff;
}
.header__inner {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	text-align: center;
}
.header__title {
	left: 0;
	right: 0;
}
.header__text {
	font-size: 24px;
	font-family: 'PTSans-Caption', sans-serif;
	padding: 0 160px;
	margin: 70px 0;
}
.header__stat {
	display: flex;
	margin: 70px 160px;
}
.header__item {
	width: 33.33333%;
	text-align: center;
	margin: 0 40px 0 15px;
	padding: 25px 0;
	display: block;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	position: relative;
}
.header__icon {
	font-size: 36px;
	position: absolute;
	width: 100%;
	top: 0;

}
.header__icon i {
	margin-top: -20px;
	display: block;
}
.header__icon:before {
	left: 0;
}
.header__icon:after {
	right: 0;
}
.header__icon:before,
.header__icon:after {
	content: "";
	display: inline-block;
	border-top: 2px solid #fff;
	width: 40%;
	top: 0;
	position: absolute;
	margin: auto;
}
.header__count {
	font-family: 'Parangon530C', sans-serif;
	font-size: 48px;
	font-weight: 700;
}
.header__attribute {
	font-size: 18px;
	font-family: 'PTSans-Caption', sans-serif;
}


/* Section */
.section {
	padding: 80px 0;
}
.section.border {
	border-bottom: 2px solid #adadad;
	padding: 40px 0;
}
.section.credo {
	width: 100%;
	height: 100%;
	min-height: 565px;
	text-align: center;
	background: url("../img/Bgcredo.png") ;
	-webkit-background-size: cover;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	color: #fff;
}
.section.projects,
.section.trade-in {
	padding: 0;
}


/* Nav */
.nav {
	top: 50%;
	margin: 0;
	text-align: right;
}
#menu.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	background: rgba(255, 255, 255, .7);
	font-weight: bold;
	z-index: 10000;
}
.nav__link {
	text-decoration: none;
	color: #333;
	font-size: 30px;
	line-height: 1;
	padding: 0 10px;
	font-family: 'Futura-Normal', sans-serif;
	position: relative;
}
.nav__link:hover {
	color: #f6ae48;
}
.nav__link:hover:after {
	opacity: 1;
}

/* About */
.about {
	width: 100%;
	height: auto;
}
.about__block-first {
	padding-bottom: 200px;
}
.about__block-first,
.about__block-second {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	position: relative;
}
.about__studio {
	width: 40%;

	left: 0;
	right: auto;
	bottom: auto;
	margin-top: 100px;
	padding: 20px 5px;
}
.about__text-bg {
	position: absolute;
	width: 60%;
	font-size: 340px;
	color: #f4f4f4;
	font-family: 'Tahoma-Bold', sans-serif;
	line-height: 1;
	padding-left: 415px;
	margin: 0;

}

.about__text {
	width: 60%;
	padding-top: 90px;
	padding-right: 50px;
	position: relative;
	color: #585858;
	font-size: 20px;
	line-height: 1.6;
	font-family: 'ArialMT', sans-serif;
}

.about__block-second {
	flex: 1 1 0;
	padding-bottom: 170px;
}
.about__item {
	width: 33.33333%;
	height: 300px;
	padding: 10px;

	display: table-cell;
	vertical-align: top;

	box-sizing: border-box;
}
.about__item:hover,
.about__item:hover .about__icon {
	color: #fff ;
	background-color: #f6ae48;
}
.about__item:hover .btn {
	display: inline-block;
}
.about__icon {
	color: #00b9e7;
	font-size: 40px;
}
.about__title {
	font-size: 20px;
	font-weight: bold;
}


/* Button */
.btn {
	text-decoration: none;
	display: none;
	padding: 5px 8px 5px 10px;
	margin-top: 10px;

	border: 2px solid #fff;

	font-size: 18px;
	font-family: 'MyriadPro-Regular', sans-serif;
	color: #fff;

	cursor: pointer;
	transition: background .1s linear,color .1s linear;
}
.btn a {
	vertical-align: bottom;

}
.btn.first,
.btn.second,
.btn.third {
	display: inline-block;
	padding: 10px 30px 10px 30px;
	margin-top: 50px;
	font-size: 25px;
}
.btn.first {
	border-color: #00b9e7;
}

.btn.second {
	border-color: #ffcb00;
}
.btn.third{
	border-color: #66bf0d;
}
.btn.projects {
	display: inline-block;
	margin: 0;
	font-family: 'Tahoma-Bold', sans-serif;
	padding: 20px 30px;
	border-radius: 10px;
	background: rgba(255, 255, 255, .3);
	color: #fff;
	border: 1px solid transparent;
	text-transform: uppercase;
	font-size: 24px;
	text-decoration: none;
	transition: background .1s linear,color .1s linear;
}

.btn.projects:hover {
	background-color: #ffffff;
	color: #303263;;
}

.btn.trade-in {
	margin: 0;
	font-family: 'Tahoma-Bold', sans-serif;
	padding: 15px 35px;
	border-radius: 20px;
	background: #f6ae48;
	color: #fff;
	border: 1px solid transparent;
	text-transform: uppercase;
	font-size: 24px;
	text-decoration: none;
	transition: background .1s linear,color .1s linear;
}
.btn.trade-in:hover {
	background-color: #fff;
	color: #f6ae48;
	cursor: pointer;
}
.btn.trade-in.submit {
	width: 24%;
	font-size: 14px;
	margin-top: 14px;
}
.btn.trade-in.submit:hover {
	background-color: #fff;
	color: #f6ae48;
}

/* Rating of my site */

.review_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, .8);
	opacity: 0;
	display: none;
	top: 0;
	left: 0;
	z-index: 10000;
	transition: opacity .5s;
}

#reviewStars-input {
	width: 300px;
	height: 70px;
	margin: 0 auto;
	z-index: 10010;
	position: fixed;
	background: rgba(255,255,255,.7);
	top: 0;
	left: calc(50% - 180px);
	display: none;
	opacity: 0;
	border-radius: 10px;
	padding: 15px;
	transition: opacity .5s, top 1.5s;

	/*fix floating problems*/
	overflow: hidden;
	*zoom: 1;
	/*end of fix floating problems*/
}
.review-close {
	width: 25px;
	height: 25px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0;
	margin: 0;
	color: #515151;
	background: transparent;
	font-style: normal;
	font-size: 18px;

}

/*sprite with stars*/
#reviewStars-input input:checked ~ label, #reviewStars-input label, #reviewStars-input label:hover, #reviewStars-input label:hover ~ label {
	background: url('http://positivecrash.com/wp-content/uploads/ico-s71a7fdede6.png') no-repeat;
}

#reviewStars-input input {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;

	width: 43px;
	height: 40px;

	position: absolute;
	top: 0;
	z-index: 0;
}

#reviewStars-input input:checked ~ label {
	background-position: 0 -40px;
	height: 40px;
	width: 43px;
}

#reviewStars-input label {
	background-position: 0 0;
	height: 40px;
	width: 43px;
	float: right;
	cursor: pointer;
	margin-right: 10px;

	position: relative;
	z-index: 1;
}

#reviewStars-input label:hover, #reviewStars-input label:hover ~ label {
	background-position: 0 -40px;
	height: 40px;
	width: 43px;
}

#reviewStars-input #star-0 {
	left: 0px;
}
#reviewStars-input #star-1 {
	left: 53px;
}
#reviewStars-input #star-2 {
	left: 106px;
}
#reviewStars-input #star-3 {
	left: 159px;
}
#reviewStars-input #star-4 {
	left: 212px;
}
#reviewStars-input #star-5 {
	left: 265px;
}


/* Credo */
.credo {
	font-family: 'Exo2-Bold', sans-serif;
	font-size: 50px;
}
.credo__text {
	font-size: 24px;
	font-family: 'HelveticaNeueCyr-Roman', sans-serif;
	padding: 0 160px;
	margin: 70px 0;
}

/* Development */
.development {
	width: 100%;
	justify-content: space-between;
	height: auto;
	display: block;
	position: relative;

}
.development h3 {
	top: 0;
	left: 0;
	z-index: 5;
	position: absolute;
}
.development__img {
	position: absolute;
	top: -120px;
	left: -130px;
	z-index: 1;
}
.development__services {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 48px;
	position: relative;

	top: 140px;
	left: 0;
	z-index: 10;
}
.development__item {
	width: 366px;
	height: 315px;
	margin: 5px 5px 90px 5px;
}
.development__item.first {
	background-color: #00b9e7;
}
.development__item.second {
	background-color: #ffcb00;
}
.development__item.third {
	background-color: #66bf0d;
}
.development__inner {
	width: 366px;
	height: 315px;
	padding: 70px 20px 30px 25px ;
	position: relative;
}
.development__inner.first {
	background-image: url("../img/landingpage.png");
}
.development__inner.second {
	background-image: url("../img/web-site.png");
}
.development__inner.third {
	background-image: url("../img/order.png");
}

.development__title {
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-size: 50px;
	font-weight: 700;
	font-family: 'Exo2-Bold', sans-serif;
	text-align: left;
	line-height: 1;
}

.development__item--footer {
	width: 100%;
	display: flex;
	position: absolute;
	left: 25px;
	bottom: 30px;
}
.development__column {
	width: 100%;
	flex: 1 1 0;
	position: relative;
}
.development__button {
	width: 80%;
	border-top: 2px solid #fff;
}
.development__arrow {
	display: block;
	width: 20%;
	right: 0;
	bottom: 0;
	position: absolute;
}

/* Arrow */
.arrow--first,
.arrow--second,
.arrow--third {
	color: #fff;
	text-decoration: none;
	font-size: 30px;
}
.development__item.first:hover .arrow--first {
	color: #00b9e7;
}
.development__item.second:hover .arrow--second {
	color: #ffcb00;
}
.development__item.third:hover .arrow--third {
	color: #66bf0d;
}

/* Leaders */
.leaders {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: 60px 0;
}
.leaders__info {
	width: 50%;
}
.leaders__background {
	position: absolute;
	width: 50%;
	font-size: 80px;
	color: #dedede;
	text-transform: uppercase;
	font-family: 'Tahoma-Bold', sans-serif;
	line-height: unset;
	text-align: center;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}

.leaders__title {
	width: 100%;
	position: relative;
	padding: 35px 0 35px 90px;
}
.leaders__text {
	width: 100%;
	position: relative;
	font-size: 24px;
	color: #000;
	font-family: 'Arial', sans-serif;
	padding: 0 10px 0 90px;
	line-height: 1.8;
}
.leaders__partners {
	display: block;
	width: 50%;
	height: auto;
}
.leaders__partners.photo {
	padding-left: 200px;
}
.leaders__partners.pic {
	padding-left: 120px;
}
.leaders__yandex {
	padding-top: 50px;
}
.leaders__outline {
	position: relative;
}
.leaders__outline-img {
	position: absolute;
	width: 90%;
	height: auto;
	right: 0;
}


/* Our projects */
.ourprojects {
	width: 100%;
	text-align: center;
	line-height: 1;
	justify-content: center;
	height: auto;
	background-color: #303263;
	color: #fff;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.ourprojects__title {
	width: 100%;
	position: relative;
}
.ourprojects__bgtext {
	width: 100%;
	font-size: 96px;
	text-transform: uppercase;
	font-family: "Tahoma-Bold", sans-serif;
	opacity: .3;
	position: absolute;
	padding: 0;
	margin: 0;
	top: 0;
}
.ourprojects__text {
	color: #fff;
	position: relative;
	padding: 35px 0;
}
.ourprojects__gallery--w50 {
	width: 50%;
}
.ourprojects__gallery--w25 {
	width: 25%;
}
.ourprojects__button {
	width: 100%;
	padding: 20px 0;
}


/* Trade-in */
.trade-in {
	width: 100%;
	height: auto;
	text-align: center;
	justify-content: center;
	background-image: url("../img/bgtraidin.png");
	-webkit-background-size: cover;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	padding: 60px 90px 50px 90px;
}
.trade-in__block {
	width: 100%;
}
.trade-in__item {
	width: 33.33333%;
	position: relative;
	margin: 50px 0 20px 0;
	padding-right: 40px;
	text-align: left;
}
.trade-in__icon {
	position: absolute;
	top: 0;
	left: 0;
}
.trade-in__title {
	position: relative;
	font-family: 'Parangon530C', sans-serif;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	padding-left: 92px;
	padding-bottom: 30px;
}
.trade-in__text {
	width: 100%;
	color: #fff;
	font-size: 18px;
	font-family: 'Arial', sans-serif;
	line-height: 1.7;
}

/* Footer */
.footer {
	background-color: #f6ae48;
	padding-bottom: 108px;
}
.footer__inner {
	width: 100%;
	background-image: url("../img/bgfooter.png");
	-webkit-background-size: cover;
	background-size: cover;
	padding: 125px 130px 114px 130px;
	display: flex;
	flex-wrap: wrap;
	color: #fff;
}
.footer__info {
	width: 50%;
	color: #fff;
	text-align: left;
	padding:0 200px 0 45px;

}

.footer__title {
	font-family: 'Parangon530C', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 40px;

}
.footer_text {
	font-family: 'Arial', sans-serif;
	font-size: 18px;
}


/* Send */
.send {
	width: 60%;
	max-width: 610px;
	display: flex;
	flex-wrap: wrap;
	font-family: 'Arial', sans-serif;
	line-height: 1.1;
	font-size: 14px;

}

input {
	border: 5px solid #fff;
	padding: 15px;
	background-color: transparent;
	color: #fff;
	font-size: 18px;
}
input.send__first-name,
input.send__last-name {
	height: 40px;
	width: 50%;
}
input.send__email {
	width: 100%;
	font-size: 18px;
	height: 40px;
}
input.checkbox {
	width: 10px;
	height: 10px;
	padding: 5px;
	font-size: 10px;
	background-color: transparent;

}
textarea {
	width: 100%;
	height: 160px;
	background-color: transparent;
	border: 5px solid #fff;
	padding: 15px;
	color: #fff;
}
input::placeholder,
textarea::placeholder {
	color: #b2b0b0;
}

input:focus,
textarea:focus {
	outline: 0;
	border-color: #f6ae48;
	color: #fff;
	font-weight: 600;
}

.send__comment {
	width: 76%;
	font-size: 14px;
	padding-top: 15px;
	padding-left: 15px;
}



