@font-face {
  font-family: 'Bebas';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/BebasNeueRegular.woff') format('woff2');
}

@font-face {
  font-family: 'Bebas';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/BebasNeueBold.woff') format('woff2');
}


/* cyrillic-ext */
@font-face {
  font-family: 'Fira Sans Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/wEOhEADFm8hSaQTFG18FErVhsC9x-tarUfvtrftV.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Fira Sans Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/wEOhEADFm8hSaQTFG18FErVhsC9x-tarUfLtrftV.woff2') format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Fira Sans Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/wEOhEADFm8hSaQTFG18FErVhsC9x-tarUfrtrftV.woff2') format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Fira Sans Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/wEOhEADFm8hSaQTFG18FErVhsC9x-tarUfXtrftV.woff2') format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Fira Sans Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/wEOhEADFm8hSaQTFG18FErVhsC9x-tarUfntrftV.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Fira Sans Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/wEOhEADFm8hSaQTFG18FErVhsC9x-tarUfjtrftV.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Fira Sans Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/wEOhEADFm8hSaQTFG18FErVhsC9x-tarUfbtrQ.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

:-moz-any-link:focus {
	outline: none;
}

a {
	text-decoration: none;
}

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

button::-moz-focus-inner {
	border: 0;
}

html,
body,
p {
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}

input,
textarea {
	font-family: "Fira Sans Condensed";
}

html {
	height: 100%;
}

body {
	background: #2b2c31;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	font-family: 'Fira Sans Condensed';
	display: flex;
   flex-direction: column;
   min-height: 100%;
}

.clear {
	clear: both;
}

header,
header nav,
footer {
	padding: 0;
	margin: 0;
	background: #3c3d42;
}

footer {
	padding: 5px 0;
	margin: 0;
	font-size: 12px;
	flex: 0 0 auto;
}

footer a {
	text-decoration: underline;
	color: #fff;
}

footer img {
	display: block;
}

header img {
	width: 100%;
	display: block;
	transition: 0.4s all;
}

header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	font-family: 'Bebas';
	flex: 0 0 auto;
}

main {
	padding: 84px 0 0 0;
	flex: 1 0 auto;
}

p {
	margin-bottom: 15px;
}

p.margin-0 {
	margin: 0;
}

.header-burger {
	display: none;
}

.nav-mobile {
	position: fixed;
	right: -100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	top: 0;
	width: 300px;
	height: 100vh;
	z-index: 10;
	transition: .5s all ease;
}

.about_us_text p {
	text-indent: 30px;
}

.logotype:hover img {
	opacity: 0.6;
}

.fixed {
	box-shadow: 0 5px 4px 0px rgba(0, 0, 0, 0.25);
}

.header-top {
	width: 100%;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
	color: #3c3d42;
}

.header-top {
	padding: 8px 0;
}

.header-top__address {
	color: #3c3d42;
}

header nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
	display: flex;
}

header nav ul li a {
	color: #fff;
	padding: 0 15px;
	height: 84px;
	display: block;
	line-height: 84px;
	border-top: 2px solid #3c3d42;
	transition: 0.4s all;
	font-size: 1.125rem;
	text-transform: uppercase;
}

header nav ul li a:hover {
	background: #313237;
	border-top: 2px solid #f43f21;
}

.logotype-align {
	display: flex;
	align-items: center;
}

header .phone {
	float: right;
	display: block;
	color: #fff;
	margin: 0 20px 0 0;
	transition: 0.4s all;
	font-size: 1.5rem;
	font-weight: bold;
}

header .phone:hover {
	opacity: 0.6;
}

header .callback {
	float: right;
	width: 190px;
	line-height: 32px;
	display: block;
	text-align: center;
	background: #f43f21;
	color: #fff;
	border-radius: 50px;
	border: 1px solid #f43f21;
	transition: 0.4s all;
	font-size: 1.125rem;
}

header .callback:hover {
	opacity: 0.8;
}

#block-1,
#block-2,
#block-4,
#block-5,
#block-6,
#block-7 {
	font-weight: 700;
	font-family: 'Bebas';
	text-transform: uppercase;
	font-size: 2.25rem;
	line-height: 36px;
}

#block-3 {
	font-family: 'Fira Sans Condensed';
	font-size: 1.5rem;
	line-height: 29px;
	text-transform: none;
}

#block-21,
#block-22,
#block-23,
#block-24 {
	text-transform: uppercase;
	font-family: 'Bebas';
	font-size: 2.25rem;
	line-height: 43px;
}

.block-text {
	font-family:'Fira Sans Condensed';
	font-size: 0.875rem;
}

.about_us_text {
	font-size: 1.125rem;
}

.about_us_title h1 {
	font-weight: 700;
	font-family: 'Bebas';
	text-transform: uppercase;
	font-size: 2.25rem;
	line-height: 36px;
}

.video-container {
	position: relative;
	width: 100vw;
	height: calc(100vh - 84px);
	object-fit: cover;
}

.video {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-container-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
}

.video-container-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.video-container-content__title {
	font-size: 2.25rem;
	line-height: 36px;
	max-width: 50%;
	text-align: center;
	font-family: 'Bebas';
}

.video-container-content__description {
	font-size: 1.125rem;
	max-width: 50%;
	line-height: 24px;
	text-align: center;
	font-family: 'Fira Sans Condensed';
}

.video-container-content__button {
	width: 190px;
	height: 35px;
	line-height: 32px;
	display: block;
	text-align: center;
	background: #f43f21;
	color: #fff;
	border-radius: 50px;
	border: 1px solid #f43f21;
	transition: 0.4s all;
	font-size: 17px;
	margin-top: 25px;
}

.slides_jssor {
	cursor: default;
	position: relative;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

.jssor_main {
	position: relative;
	margin: 0 auto;
	top: 0px;
	left: 0px;
	overflow: hidden;
	visibility: hidden;
}

.jssora22l {
	display: block;
	position: absolute;
	width: 34px;
	height: 64px;
	top: 0;
	left: 15px;
	cursor: pointer;
	background: url("/images/arrow-l.png") center center no-repeat;
}

.jssora22r {
	display: block;
	position: absolute;
	width: 34px;
	height: 64px;
	top: 0;
	right: 15px;
	cursor: pointer;
	background: url("/images/arrow-r.png") center center no-repeat;
}

.jssora22l:hover,
.jssora22r:hover {
	opacity: 0.6;
}

#jssor_2,
#jssor_3,
#jssor_4,
#jssor_5,
#jssor_6 {
	max-width: 100%;
}

.slides-title {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 20px;
	text-align: center;
}

.slides-title .slides-title-main {
	display: block;
	font-size: 60px;
	font-weight: 700;
}

.slides-title div,
.slides-title div a {
	color: #fff;
}

.slides-title div a {
	text-decoration: underline;
}

.slides-title div span {
	font-family: arial;
	font-size: 24px;
	transition: 0.4s all;
	display: inline-block;
}

.slides-title div:hover span {
	transform: translate(10px, 0) !important;
}

.about_us_title,
.decisions-title {
	font-size: 32px;
	text-align: center;
	font-weight: 700;
	padding: 30px 0 10px 0;
}

.decisions img,
.rates img {
	width: 100%;
	display: block;
}

.decisions .title {
	font-size: 32px;
	padding: 0 0 35px 0;
}

.decisions {
	padding-top: 30px;
}

.decisions-title {
	padding: 70px 0 0 0;
}

.technical {
	padding-top: 10px;
	padding-bottom: 15px;
	text-align: center;
	font-family: 'Fira Sans Condensed';
	font-size: 0.875rem;
	line-height: 17px;
	text-align: center;
}

.extra-label {
	font-family: 'Fira Sans Condensed';
	font-size: 1.125rem;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
}

.rates ul {
	margin: 0;
	padding: 25px 0 0 15px;
}

.rates .price {
	font-size: 32px;
	padding: 27px 0 0 0;
}

.rates {
	padding-bottom: 40px;
}

.extra-title {
	font-size: 32px;
	padding-top: 13px;
	padding-bottom: 20px;
	font-weight: 700;
	text-align: center;
}

.extra img {
	width: 100%;
	display: block;
}

.extra span {
	display: block;
	width: 100%;
	padding: 20px 0 0 0;
	text-align: center;
}

.contact-title {
	font-size: 32px;
	padding-top: 72px;
	padding-bottom: 20px;
	font-weight: 700;
	text-align: center;
}

#map {
	display: block;
	width: 100%;
	height: 380px;
}

.contact .col-lg-4,
.contact-link {
	font-size: 26px;
	color: #fff;
}

.contact .contact-span {
	display: block;
	padding: 0 0 10px 0;
	font-family: 'Fira Sans Condensed';
	font-size: 32px;
}

.contact .contact-span .contact-link {
	font-size: 32px;
}

.social-network {
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 38px;
	display: inline-block;
	vertical-align: top;
	border-radius: 3px;
	border: 2px solid #fff;
	margin: 10px 30px 0 0;
	font-size: 28px !important;
	transition: 0.4s all;
}

.social-network:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.footer-copyright {
	text-align: right;
	padding-top: 8px;
}

.footer-powered {
	text-align: center;
	padding-top: 8px;
}

.gift {
	position: absolute;
	z-index: 9;
	left: 0;
	right: 0;
	top: 20px;
	margin: auto;
	text-align: center;
	display: block;
	width: 220px;
	height: 25px;
	background: #f43f21;;
	border-radius: 99px;
	line-height: 25px;
	color: #fff;
	animation: pulse_g 4s infinite;
}

.gift:hover {
	animation: none;
}

@keyframes pulse_g {
	40% {
		box-shadow: 0 0 0 0 rgba(244, 63, 33, 0.8);
	}
	80% {
		box-shadow: 0 0 0 15px rgba(244, 63, 33, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(244, 63, 33, 0);
	}
}

.callback-form {
	width: 100%;
	transition: 0.4s all;
}

.callback-form input {
	width: 100%;
	border: 0;
	padding: 0 15px;
	border-radius: 99px;
	height: 35px;
	border: 1px solid #fff;
	background: #3c3d42;
	color: #fff;
	font-weight: 400;
	margin: 0 0 10px 0;
	display: block;
}

.callback-form .callback-form-link {
	width: 190px;
	height: 35px;
	line-height: 32px;
	display: block;
	text-align: center;
	background: #f43f21;
	color: #fff;
	border-radius: 50px;
	border: 1px solid #f43f21;
	transition: 0.4s all;
	font-size: 17px;
	margin: 15px auto 0 auto;
	text-decoration: none;
}

.callback-form .callback-form-link:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.callback-form .callback-form-checkbox,
.main-form .callback-form-checkbox-1 {
	font-size: 12px;
	position: relative;
	display: block;
	padding: 0 0 10px 0;
}

.callback-form .callback-form-checkbox a,
.main-form .callback-form-checkbox-1 a {
	color: #fff;
	text-decoration: underline;
}

.callback-form .callback-form-checkbox:before,
.main-form .callback-form-checkbox-1:before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: relative;
	display: block;
	float: left;
	margin: 2px 0 0 0;
	cursor: pointer;
	border: 1px solid #fff;
}

.callback-top-form-error_checkbox:before {
	border: 1px solid #ffcc04;
}

.callback-form .callback-form-checkbox span,
.main-form .callback-form-checkbox-1 span {
	float: left;
	width: calc(100% - 10px);
	padding: 0 0 0 10px;
}

.callback-form #callback-form-checkbox,
.main-form #callback-form-checkbox-1 {
	display: none;
}

.callback-form #callback-form-checkbox:checked + .callback-form-checkbox:after,
.main-form #callback-form-checkbox-1:checked + .callback-form-checkbox-1:after {
	content: "";
	width: 4px;
	height: 4px;
	position: absolute;
	left: 3px;
	top: 5px;
	background: #fff;
	border-radius: 50%;
}

.callback-active {
	background: #2b2c31;
	border: 1px solid #2b2c31 !important;
}

.callback-form-show {
	transform: translate(0, 0) !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.callback-form-error {
	color: #2b2c31 !important;
}

.callback-form-success {
	background: #2b2c31 !important;
}

.callback-form-error-checkbox:before {
	border: 1px solid #f43f21 !important;
}

.technical-bg {
	background: #3c3d42;
	margin: 60px 0;
}

.technical-bg-1 {
	background: #3c3d42 url("/images/gear.svg") no-repeat center center;
}

.technical-title {
	font-size: 32px;
	text-align: center;
	padding-top: 12px;
	font-weight: 700;
}

.technical ul {
	padding: 0 0 0 15px;
	margin: 0;
	list-style-type: none;
}

.rates-title {
	font-size: 32px;
	text-align: center;
	padding-bottom: 21px;
	font-weight: 700;
}

.up {
	display: block;
	margin: 80px auto 20px auto;
	cursor: pointer;
	transition: 0.4s all;
}

.up:hover {
	opacity: 0.6;
}

.to-order {
	width: 190px;
	height: 35px;
	line-height: 32px;
	display: block;
	text-align: center;
	background: #f43f21;
	color: #fff;
	border-radius: 50px;
	border: 1px solid #f43f21;
	transition: 0.4s all;
	font-size: 17px;
	margin-top: 40px;
}

.to-order:hover {
	background: #f43f21;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	background: rgba(43, 44, 49, 0.8);
	display: none;
}

.main-form {
	width: 340px;
	margin: auto;
	height: 245px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #3c3d42;
	box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.25);
	padding: 35px;
	transform: translate(0, 40px);
	transition: 0.4s all;
	opacity: 0;
	visibility: hidden;
}

.main-form input {
	width: 100%;
	border: 0;
	padding: 0 15px;
	border-radius: 99px;
	height: 25px;
	border: 1px solid #fff;
	background: #3c3d42;
	color: #fff;
	font-weight: 400;
	margin: 0 0 10px 0;
	display: block;
}

.main-form .callback-form-link {
	display: block;
	border-radius: 99px;
	height: 25px;
	line-height: 25px;
	background: #f43f21;
	text-align: center;
	color: #fff;
	transition: 0.4s all;
}

.contact {
	font-family: 'Bebas';
}

.main-form .callback-form-link:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.main-form .title {
	padding: 0 0 5px 0;
}

.overlay-show {
	display: block;
}

.overlay-show .main-form {
	transform: translate(0, 0) !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.close {
	position: absolute;
	top: 10px;
	right: 10px;
	transition: 0.4s all;
}

.close:hover {
	opacity: 0.6;
	cursor: pointer;
}

.h1 {
	padding: 30px 0 20px 0;
	font-size: 32px;
}

.text b {
	padding: 15px 0;
	display: inline-block;
	width: 100%;
}

.page-404 {
	background: url("/images/404.png") no-repeat center center;
	background-size: auto 100% !important;
	max-width: 968px;
	width: 100%;
	margin: auto;
	text-align: center;
	font-size: 72px;
	padding: 150px 0;
	height: 640px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.page-404-1 {
	font-size: 96px;
	font-weight: 700;
}

.page-404-3 {
	padding: 20px 0 0 0;
}

.page-404-3 a {
	color: #fff;
}

.page-404-3 span {
	font-family: arial;
	font-size: 99px;
}

.to-order-bottom {
	margin: 15px auto 20px auto;
}

.jssorb05 div {
	width: 20px !important;
	height: 6px !important;
	border-radius: 99px;
	border: 1px solid #1c1d20;
	background: #1c1d20;
	cursor: pointer;
}

.jssorb05 div.av {
	background: #2c2d32;
}

.jssorb05 {
	position: absolute;
	bottom: 5px !important;
}

.footer-copyright-office-media-crew__point {
	color: #ffcc04;
}

.button-pulse {
	position: fixed;
	z-index: 3;
	right: 30px;
	bottom: 50px;
	border-radius: 50%;
	background-color: #e63937;
	box-shadow: 0 0 0 7px rgba(230, 57, 55, 0.6);
	width: 90px;
	height: 90px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: 0.3s all ease;
	text-decoration: none;
}

.button-pulse:hover {
	opacity: 0.7;
}

.button-pulse::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: 2px solid #e63937;
	border-radius: 50%;
	animation: buttonPulse 2s linear infinite;
}

.button-pulse__text {
	color: #fff;
	font-size: 10px;
	text-align: center;
	margin-top: 5px;
}

@keyframes buttonPulse {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	70% {
		transform: scale(1.6);
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

/* modal */

.modal-overlay * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.modal-overlay *:before,
.modal-overlay *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	overflow: auto;
	z-index: 999;
	transition: 0.4s all;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
}

.modal-overlay_visible {
	opacity: 1;
	visibility: visible;
}

.modal-table {
	display: table;
	width: 100%;
	height: 100%;
}

.modal-table-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 15px;
}

.modal {
	transition: 0.4s all;
	display: inline-block;
	padding: 40px;
	max-width: 400px;
	width: 100%;
	background: #3c3d42;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
	color: #fff;
	text-align: left;
	font-family: "Fira Sans Condensed";
	margin: 30px 0;
	transform: translate(0, 20%);
	position: relative;
	border-radius: 4px 6px 4px 4px;
	cursor: auto;
	font-size: 16px;
}

.modal-overlay_visible .modal {
	transform: translate(0);
}

.modal__header {
	font-size: 22px;
	font-weight: 400;
	padding: 0 0 30px 0;
}

.modal__content p {
	padding: 0 0 10px 0;
	margin: 0;
}

.modal__close {
	position: absolute;
	right: 10px;
	top: 0;
	background: #f43f21;
	width: 25px;
	height: 25px;
	border-radius: 0 0 4px 4px;
	transition: 0.4s all;
}

.modal__close:hover {
	background: #ed5f55;
	cursor: pointer;
}

.modal__close:before,
.modal__close:after {
	content: "";
	display: block;
	height: 16px;
	width: 1px;
	transform: rotate(45deg);
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
}

.modal__close:after {
	transform: rotate(-45deg);
}

.gallery {
	padding: 50px 0;
}

.gallery-inner {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
	grid-gap: 6px;
	grid-auto-flow: dense;
}

.gallery-inner__item {
	height: 190px;
	background-size: cover !important;
	transition: .4s all;
	overflow: hidden;
}

.gallery-inner__item img:hover {
	transform: scale(1.1);
}

.gallery-inner__item img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .4s all ease;
}

.gallery-inner__item--full {
	grid-column: span 2;
}

.modal-link {
	text-transform: uppercase;
	font-family: 'Bebas';
	font-size: 1.125rem;
}