@import 'default.css';
@import 'font-loader.css';
@import 'overlay.css';
@import 'case.css';


/* PROMO start */

.promo {
	width: 100%;
	height: 100vh;
	min-height: 600px;
	background-color: #1a1a1a;
	background-image: url(/assets/images/background.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	padding: 50px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.header .row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.header__logo {
	width: 176px;
	height: 46px;
	/*background-image: url(/assets/images/logo-white.svg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;*/
  	animation-delay: .75s;
}

.header__phone-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
  	animation-delay: .9s;
}

.header__phone {
	font-family: 'Gotham Pro';
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 4px;
}

.header__phone-action {
	text-align: right;
	text-decoration: none;
}

.header__phone-action span {
	font-family: 'Gotham Pro';
	font-weight: 300;
	font-size: 11px;
	color: #bbb;
	letter-spacing: 0.2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #bbb;
	transition: .42s border;
	text-transform: uppercase;
}

.header__phone-action:hover span {
	border-bottom: 1px solid rgba(0,0,0,0);
}

.header__menu-button {
	width: 50px;
	height: 50px;
	background-color: #06f;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
	animation-delay: .9s;
	z-index: 999;
}

.header__menu-button span {
	width: 25px;
	height: 2px;
	border-radius: 2px;
	background-color: #fff;
	margin-bottom: 5px;
	display: block;
}

.header__menu-button span:last-child {
	margin-bottom: 0;
}

.header__menu-button.fixed {
	position: fixed;
	right: 20px;
	top: 20px;

}

.promo__title {
	font-family: 'Gotham Pro';
	font-weight: 500;
	font-size: 48px;
	line-height: 60px;
	color: #fff;
	margin-bottom: 13px;
	animation-duration: 1.05s;
  	animation-delay: 0s;
}

.promo__desc {
	font-family: 'Gotham Pro';
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 24px;
	animation-duration: .92s;
  	animation-delay: .25s;
}

.promo__button {
	font-family: 'Gotham Pro';
	font-weight: 500;
	font-size: 12px;
	color: #fff;
	letter-spacing: 0.2px;
	padding: 24px 40px;
	text-transform: uppercase;
	background-color: #06f;
	border-radius: 5px;
	border: none;
	outline: none;
	transition: .42s transform;
	animation-duration: .8s;
	animation-delay: .4s;
	position: relative;
	overflow: hidden;
	/*display: inline-block;*/
}

.promo__button .blink,
.form__button .blink {
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, 1.0);
	border-radius: 100%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	z-index: 20;
	webkit-animation: Ripple 3.2s linear infinite;
    -moz-animation: Ripple 3.2s linear infinite;
    -ms-animation: Ripple 3.2s linear infinite;
    -o-animation: Ripple 3.2s linear infinite;
    animation: Ripple 3.2s linear infinite;
    height: 200px;
    width: 200px;
    top: -20px;
    left: -100px;
}

.promo__button:hover {
	transform: scale(1.03);
}

.promo__next-section {
	animation-delay: .9s;
}

.promo__next-section {
	position: relative;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	justify-content: center;
}

.promo__next-section .circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #06f;
    transition: 0.42s transform;
    animation: RadialPulse 1.2s infinite alternate;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    align-items: center;
    justify-content: center;
}

.promo__next-section .circle:hover {
	transform: scale(1.1);
}

/* PROMO end */





/* ABOUT start */

.about .row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.about__content,
.about__photo {
	width: 50%;
}

.about__content {
	padding: 70px 0 69px 0;
}

.about__title {
	font-family: 'Gotham Pro';
	font-weight: bold;
	font-size: 48px;
	line-height: 64px;
	color: #141414;
	margin-bottom: 10px;
}

.about__paragraph-title {
	font-family: inherit;
	font-weight: 500;
	font-size: inherit;
	color: inherit;
	display: inline-block;
	position: relative;
}

.about__paragraph-title.hang-qu::before {
	content: '«';
	position: absolute;
	left: -12px;
}

.about__paragraph-title.hang-qu::after {
	content: '»';
	position: absolute;
	right: -12px;
}

.about__paragraph {
	font-family: 'Gotham Pro';
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #141414;
	margin-bottom: 18px;
}

.about__video-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	max-width: 300px;
	margin-top: 5px;
	cursor: default;
} 

.about__video-wrapper:hover .about__video-play-button {
	transform: scale(1.1);
}

.about__video-play-button {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: inline-block;
	background-color: #06f;
	background-image: url(/assets/images/icons/play.svg);
	background-repeat: no-repeat;
	background-position: 20px 16px;
	text-decoration: none;
	transition: 0.42s transform;
    animation: RadialPulse 1.2s infinite alternate;
    margin-right: 20px;
    cursor: default;
}

.about__video-desc {
	font-family: 'Gotham Pro';
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	color: #06f;
}

.about__video-preview {
	width: calc(100% - 35px);
	height: auto;
	display: none;
}

.show-all-text {
	font-family: 'Gotham Pro';
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #06f;
    text-decoration: none;
    display: none;
    margin-bottom: 24px;
}



.about__photo {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	padding-left: 35px;
}

.about__photo img {
	width: 100%;
	height: auto;
}

/* ABOUT end */




/* PRODUCTS start */

.products {
	padding: 70px 0 40px 0;
	background-color: #f8f8f8;
}

.products__title {
	font-family: 'Gotham Pro';
    font-weight: bold;
    font-size: 48px;
    line-height: 64px;
    color: #141414;
    margin-bottom: 4px;
}

.products__desc {
	font-family: 'Gotham Pro';
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #141414;
	margin-bottom: 41px;
}

.products .row.wide {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.product {
	width: calc(25% - 22.5px);
	min-height: 230px;
	padding: 30px 26px;
	border-radius: 4px;
	background-color: #fff;
	cursor: default;
	margin-bottom: 30px;
	transition: .42s all;
}

.product:hover {
	transform: translateY(-7px);
	box-shadow: 0 7px 20px 0 rgba(0,0,0,0.08);
}

.product:hover .product__title {
	color: #06f;
}

.product__title {
	color: #141414;
	font-size: 24px;
	line-height: 32px;
	font-family: 'Gotham Pro';
	font-weight: bold;
	margin-bottom: 5px;
	transition: .42s color;
}

.product__desc {
	color: #141414;
	font-size: 16px;
	font-family: 'Gotham Pro';
	font-weight: 300;
	line-height: 24px;
}

/* PRODUCTS end */





/* WORKS start */

.works {
	padding: 80px 0;
}

.works__title {
	font-family: 'Gotham Pro';
    font-weight: bold;
    font-size: 48px;
    line-height: 64px;
    color: #141414;
    margin-bottom: 4px;
}

.works__desc {
	font-family: 'Gotham Pro';
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #141414;
	margin-bottom: 71px;
	/* 41px + 30px */
}

.work {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 100px;
	/* 50px + 30px */
}

.work:last-child {
	margin-bottom: 0;
}

.work__img,
.work__content {
	width: 50%;
	max-height: 260px;
	position: relative;
}

.work__img img {
	width: 100%;
	max-height: 260px;
	object-fit: cover;
	transition: .58s opacity;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.work__img .transparent {
	opacity: 0.42 !important;
}

.work__img .visible {
	opacity: 1 !important;
	z-index: 500 !important;
}

.work__img .first {
	z-index: 300;
	border-radius: 2px;
	position: relative;
}

.work__img .second {
	position: absolute;
	z-index: 200;
    top: -15px;
    right: -15px;
    opacity: 1;
    border-radius: 2px;
}

.work__img .third {
	position: absolute;
	z-index: 100;
    top: -30px;
    right: -30px;
    opacity: 1;
    border-radius: 2px;
}

.work__content {
	/* padding-left 50px + 24px от .work__img .third */
	padding: 25px 25px 25px 80px;
}

.work__name {
	font-family: 'Gotham Pro';
	font-weight: bold;
	font-size: 24px;
	color: #141414;
	margin-bottom: 8px;
}

.work__tags {
	font-family: 'Gotham Pro';
	font-weight: 300;
	font-size: 16px;
	color: #747474;
	margin-bottom: 12px;
}

.work__desc {
	font-family: 'Gotham Pro';
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #141414;
}

.work__link {
	font-family: 'Gotham Pro';
    font-weight: 500;
    font-size: 12px;
    color: #06f;
    letter-spacing: 0.2px;
    padding-bottom: 2px;
    border-bottom: 1px solid #06f;
    transition: .42s border;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    left: 80px;
    bottom: 35px;
}

.work__link:hover {
	border-bottom: 1px solid rgba(0,0,0,0);
}

/* WORKS end */





/* REVIEWS start */

.reviews {
	padding: 30px 0 70px 0;
	background-color: #f8f8f8;
	overflow: hidden;
}

.reviews__title {
	font-family: 'Gotham Pro';
    font-weight: bold;
    font-size: 48px;
    line-height: 64px;
    color: #141414;
    margin-bottom: 30px;
}

.reviews__wrap iframe {
	width: 100%;
	height: 320px;
}

.reviews__controls {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 20px;
}

.reviews__prev-button {
	width: 63px; /* +1px граница справа*/
	height: 56px;
	border-radius: 5px 0 0 5px;
	background-color: #06f;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #3b8aff;
	cursor: pointer;
	text-decoration: none;
}

.reviews__prev-button:hover img {
	transform: rotate(90deg) translateY(2px);
}

.reviews__prev-button img {
	transition: .285s transform;
	transform: rotate(90deg);
}

.reviews__next-button {
	width: 62px;
	height: 56px;
	border-radius: 0 5px 5px 0;
	background-color: #06f;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	text-decoration: none;
}

.reviews__next-button:hover img {
	transform: rotate(270deg) translateY(2px);
}

.reviews__next-button img {
	transition: .285s transform;
	transform: rotate(270deg);
}

/* REVIEWS end */





/* CLIENTS start */

.clients {
	padding: 100px 0 70px 0;
	background-color: #212531;
}

.clients__title {
	font-family: 'Gotham Pro';
    font-weight: bold;
    font-size: 48px;
    line-height: 64px;
    color: #fff;
    margin-bottom: 4px;
}

.clients__desc {
	font-family: 'Gotham Pro';
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 41px;
}

.clients-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.client {
	width: 180px;
	height: 80px;
	transition: .42s transform;
	margin-bottom: 50px;
	cursor: pointer;
}

.client:hover {
	transform: scale(1.08);
}

.clients__presenter {
	width: 50%;
    min-width: 590px;
    position: relative;
    display: none;
}

.clients__presenter-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border-radius: 2px;
	background-color: #fff;
	height: 50vh;
	min-height: 360px;
	overflow: hidden;
}

.client__logo {
	background-color: #f8f8f8;
	width: 45%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.client__history {
	width: 55%;
	padding: 40px 30px 50px 50px;
	overflow: scroll;
}

.client__name {
	font-family: 'Gotham Pro';
	font-weight: bold;
	font-size: 24px;
	color: #141414;
	margin-bottom: 12px;
}

.client__link {
	font-family: 'Gotham Pro';
	font-weight: 500;
	font-size: 16px;
	color: #06f;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 16px;
}

.client__ul {
	list-style-type: none;
	margin-bottom: 30px;
}

.client__ul:last-child {
	margin-bottom: 0;
}

.client__li.year {
	font-family: 'Gotham Pro';
	font-weight: 500;
	font-size: 16px;
	color: #141414 !important;
	margin-bottom: 6px;
}

.client__li {
	font-family: 'Gotham Pro';
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #141414;
	margin-bottom: 16px;
	position: relative;
}

.client__li:not(.year)::before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #141414;
	position: absolute;
	left: -11px;
	top: 9px;
}

.client__li:last-child {
	margin-bottom: 0;
}

/* CLIENTS end */





/* CONTACTS start */

.contacts {
	padding: 70px 0;
}

.contacts__title {
	font-family: 'Gotham Pro';
    font-weight: bold;
    font-size: 48px;
    line-height: 64px;
    color: #141414;
    margin-bottom: 28px;
}

.contacts__title a {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	color: inherit;
}

.contacts__form .form__title,
.contacts__reqs .form__title {
	margin-bottom: 19px;
}

.contacts__content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.contacts__form,
.contacts__reqs {
	width: 50%;
}

.contacts__reqs {
	padding: 0 35px;
}

.contacts__inner {
	font-family: 'Gotham Pro';
    font-size: 22px;
    color: #141414;
	display: block;
	text-decoration: none;
	margin-bottom: 20px;
	transition: .42s color;
}

.contacts__inner:hover {
	color: #06f;
}

.contacts__social {
	margin-bottom: 40px;
}

.contacts__social-link {
	width: 38px;
	height: 38px;
	display: inline-block;
	border-radius: 50%;
	padding: 2px;
	background-color: #06f;
	transition: .42s transform;
	margin-right: 12px;
	background-image: url(/assets/images/icons/social-icons.svg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.contacts__social-link:hover {
	transform: scale(1.1);
}

.contacts__social-link.whatsapp {
	background-position: -38px 0;
}

.contacts__social-link.telegram {
	background-position: -228px 0;
}

.contacts__note {
	font-family: 'Gotham Pro';
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    color: #141414;
    position: relative;
}

/* CONTACTS end */





/* FOOTER start */

.footer {
	padding-top: 40px;
	background-color: #141414;
}

.footer .row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 40px;
}

.footer__reqs,
.footer__link {
	font-family: 'Gotham Pro';
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    color: #fff;
}

.footer__links {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
}

.footer__link {
	display: inline-block;
	text-decoration: none;
	text-align: center;	
}

.footer__link:first-child {
	margin-bottom: 7px;
}

.footer__link span {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	transition: .42s all;
	border-bottom: 1px solid rgba(0,0,0,0);
	display: inline-block;
	/*line-height: inherit;*/
}

.footer__link:hover span {
	color: #06f;
	border-bottom: 1px solid #06f;
}

.footer__social,
.footer__reqs {
	width: 25%;
}

.footer__social {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
}

.footer__social-link {
	width: 24px;
	height: 24px;
	text-decoration: none;
	display: inline-block;	
	margin-right: 15px;
}

.footer__social-link svg {
	width: 24px;
	height: 24px;
	fill: #fff;
	transition: .42s all;
}

.footer__social-link svg:hover {
	fill: #06f;
}

.footer__social-link:last-child {
	margin-right: 0;
}

.footer__author {
	font-family: 'Gotham Pro';
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    color: #fff;
    text-align: center;
    padding: 25px 0;
	border-top: 1px solid #272727;
}

.footer__author a {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-decoration: none;
	color: #0066ff;
	border-bottom: 1px solid #0066ff;
	transition: .325s border, .325s color;
	display: inline-block;
}

.footer__author a:hover {
	/*color: #3485ff;
	border-bottom: 1px solid #3485ff;*/
	color: #f1a639;
	border-bottom: 1px solid #f1a639;
}

/* FOOTER end */