/* SUPERSTAFF THEME BY MDTROPININ */
/* USER VARIABLES SECTION */

:root {
	--accent-orange: #FF6000;
	--accent-dark: #191728;
	--accent-blue: #1536E2;
	--text: #3F3D51;
	--regular-text: 16px;
	--lineheight: 1.65;
	--userfont: montserat-l, sans-serif;
	--title: montserat-bd, sans-serif;
	--subtitle: oswald-l, sans-serif;
	--oswtitle: oswald-b, sans-serif;
	--montblack: montserat-bc, sans-serif;
	--systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

/* BOOTSTRAP SETTINGS SECTION */

/* gutter 20px (10px + 10px). Comment this code for default gutter start at 1.5rem (24px) wide. */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { --bs-gutter-x: .625rem; }
.row, .row > * { --bs-gutter-x: 1.25rem; }

/* FONTS LOAD SECTION */

@font-face { src: url("../fonts/Montserrat-Light.woff2") format("woff2"); font-family: "montserat-l"; font-style: normal; }
@font-face { src: url("../fonts/Montserrat-Bold.woff2") format("woff2"); font-family: "montserat-bd"; }
@font-face { src: url("../fonts/Montserrat-Black.woff2") format("woff2"); font-family: "montserat-bc"; font-style: normal; }
@font-face { src: url("../fonts/Oswald-Light.woff2") format("woff2"); font-family: "oswald-l"; }
@font-face { src: url("../fonts/Oswald-Medium.woff2") format("woff2"); font-family: "oswald-b"; }

/* GENERAL CSS SETTINGS */

::placeholder { 
	color: #666;
	font-family: var(--userfont);
	font-size: 18px;
}
::selection { background-color: var(--accent); color: #133eff; }
input, textarea { 
	outline: none;
}
input:focus:required:invalid, textarea:focus:required:invalid { border-color: rgb(255, 93, 28); }
input:required:valid, textarea:required:valid { border-color: var(--accent-blue); }

input,
textarea {
	padding: 8px 16px;
	font-size: 20px;
	font-family: var(--title);
	color: #4b4b4b;
}

body {
	font-family: var(--userfont);
	font-size: var(--regular-text);
	line-height: var(--lineheight);
	color: var(--text);
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
	background-color: #D3D3D3;
}

/* USER STYLES */
.visible-md {
	display: none;
}
.image {
	max-width: 100%;
	margin-bottom: var(--bs-gutter-x);
	border-radius: 4px;
}
h1,h2,h3,h4,h5,h6 {
	color: var(--accent-dark);
}
section,
footer {
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
}
.title-box.centered {
	margin: auto;
	margin-bottom: 64px;
}
.title-box {
	max-width: 492px;
	line-height: 1.2;
}
.centered {
	text-align: center;
}
.accent-orange {
	color: var(--accent-orange);
}
.accent-blue {
	color: var(--accent-blue);
}
.accent-dark {
	color: var(--accent-dark);
}
.osw-title {
	font-family: var(--oswtitle);
	color: var(--accent-dark);
}
.super-title {
	font-family: var(--title);
	color: var(--accent-dark);
	font-size: 30px;
}
.sub-title {
	font-family: var(--subtitle);
	color: var(--accent-dark);
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 6px;
}
a {
	color: var(--text);
	text-decoration: none;
	transition: all .25s ease-in-out;
}
a:hover {
	color: var(--accent-orange);
	text-decoration: none;
}
.transition,
.trigger-transition,
.gar-transition {
	transition: all .25s ease-in-out !important;
}
.btn {
	font-family: var(--subtitle);
	font-size: 14px;
	text-decoration: none;
	outline: none;
	transition: all .25s ease-in-out;
	border: none;
	border-radius: 30px;
	padding: 8px 34px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	color: #fff;
	position: relative;
	padding-right: 36px;
	text-transform: uppercase;
	
}
.btn::after {
	content: "›";
	position: absolute;
	right: 18px;
	top: 5px;
	font-size: 32px;
	font-family: var(--userfont);
	transition: all .25s ease-in-out;
}
.btn:hover {
	color: #fff
	
}
.btn:hover::after {
	right: 14px;
}
.btn.nochev::after {
	content: '';
}
.btn-orange {
	background-color: var(--accent-orange);
}
.btn-orange:hover {
	background-color: #fd7825;
}
.btn-blue {
	background-color: var(--accent-blue);
}
.btn-blue:hover {
	background-color: #0c27ac;
}
.animated-button {
	animation: mdGradient 15s ease infinite;
  background-image: linear-gradient(-45deg, #EE7752, #ff3853, #ff7402, #ff9137);
	background-size: 1000% 400%;
}
.animated-button:hover {
	animation: mdShimmer 1.8s linear infinite;
	background-image: linear-gradient(-70deg, 
    rgba(255,255,255,0) 46%, 
    rgba(255,255,255,.8) 50%, 
    rgba(255,255,255,.8) 52%, 
    rgba(255,255,255,0) 56%
  );
	background-size: 400% 100%;
}
.title {
	font-family: var(--title);
	font-size: 36px;
	color: var(--accent-dark);
}
.title span {
	color: var(--accent-orange);
}
.subtitle {
	font-family: var(--subtitle);
	color: var(--accent-dark);
	font-size: 18px;
	text-transform: uppercase;
}
.float-left {
	float: left !important;
}
.float-right {
	float: right !important;
}
.clearfix::after {
	display: block;
  clear: both;
  content: "";
}
.df-aic-spacebeet {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bg-blue {
	background-color: var(--accent-blue);
}
.bg-orange {
	background-color: var(--accent-orange);
}
.bg-dark {
	background-color: var(--accent-dark);
}

/* CUSTOM SUPERSTAFF THEME STYLES */

.header-top {
	padding: 14px 0;
	background-color: #001b36;
	color: #fff;
}
.header-top a {
	color: #fff;
}
.header-top__contact {
	padding-top: 8px;
}
.header-top__contact a:hover {
	color: var(--accent-orange);
}
.header-top__contact ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: var(--userfont);
	font-size: 14px;
}
.header-top__contact ul li {
	margin-right: 45px;
	display: inline-block;
}
.header-top__contact svg {
	width: 14px;
	height: 14px;
	margin-right: 5px;
	margin-top: -3px;
}
.header-top__btn a {
	padding: 2px 30px;
	text-transform: uppercase;
}

.header-nav {
	padding: 26px 0;
	position: relative;
	background-color: #fff;
}
.header-nav__logo img {
	width: 200px;
	height: auto;
}
.call-button ul li a {
	z-index: 99;
}
.header-nav__nav ul,
.call-button ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.header-nav__nav ul li {
	display: inline-block;
	margin-right: 25px;
	text-transform: uppercase;
	font-family: var(--title);
	font-size: 14px;
	color: var(--accent-dark);
}
.header-nav__nav ul li a.active {
	color: var(--accent-orange);
}
.call-button ul li {
	display: inline-block;
	margin-left: 15px;
}
.call-button ul li a svg {
	width: 22px;
	height: 23px;
	transition: all .15s ease-in-out;
}
.call-button ul li a svg path {
	transition: all .15s ease-in-out;
}
.call-button svg:hover path {
	fill: var(--accent-orange);
}

/* CUSTOM SUPERSTAFF THEME STYLES */

.main-section {
	background-position: center;
	background-size: cover;
	position: relative;
}
.is_home .main-section {
	height: 80vh;
}
.is_home .main-section::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #8F8F8F;
	opacity: .3;
}
.vert-middle {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	z-index: 3;
}
.main-section__snippets {
	margin-bottom: 10px;
}
.snippet-item {
	display: inline-block;
	border-radius: 20px;
	padding: 0px 22px;
	color: #fff;
	margin-right: 15px;
}
.main-section__title {
	max-width: 880px;
	font-family: montserat-bc, Arial, Helvetica, sans-serif;
	color: var(--accent-dark);
	font-size: 60px;
	letter-spacing: 1.5px;
	margin-bottom: 15px;
}
.main-section__subtitle {
	font-size: 24px;
	max-width: 540px;
	line-height: 1.4;
	margin-bottom: 30px;
}

/* MOBILE MENU */

.mobile-menu {
	display: none;
	position: absolute;
	height: 50px;
	width: 50px;
	right: 20px;
	top: 20px;
	z-index: 99;
}
.mobile-menu__button {
	position: relative;
	z-index: 3;
	cursor: pointer;
	width: 50px;
	height: 50px;
	display: flex;
  flex-direction: column;
  justify-content: center;
	align-items: center;
}
.menu-icon__line {
  height: 2px;
  width: 30px;
  display: block;
  background-color: var(--accent-blue);
  margin-bottom: 4px;
  transition: transform 0.2s ease, background-color 0.5s ease;
}
.menu-icon__line-left {
  width: 15px;
	align-self: start;
  margin-left: 10px;
}
.menu-icon__line-right {
  width: 15px;
  float: right;
	text-align: right;
	align-self: end;
	margin-right: 10px;
}
.nav-btn-clicked .menu-icon__line {
  background-color: #F65C00;
  transform: translateX(0px) rotate(-45deg);
}
.nav-btn-clicked .menu-icon__line-left {
  transform: translateX(1px) rotate(45deg);
}
.nav-btn-clicked .menu-icon__line-right {
  transform: translateX(-2px) rotate(45deg);
}
.mobile-menu__content {
	background-color: #fff;
	padding: 30px;
	position: absolute;
	top: 80px;
	z-index: 9;
	right: -1000px;
}
.mobile-menu__content.show {
	right: 0;
}
.mobile-menu__content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.mobile-menu__content ul li {
	text-transform: uppercase;
	font-family: var(--subtitle);
	font-weight: 400;
	font-size: 18px;
	padding: 6px 80px;
	border-bottom: 1px solid #f9f9f9;
	transition: all .2s ease-in-out;
	text-align: center;
}
.mobile-menu__content ul li:last-child {
	border-bottom: none;
}
.mobile-menu__content ul li:hover {
	background-color: #fcfcfc;
}
.mobile-menu__content-contacts ul {
	margin-top: 20px;
}
.mobile-menu__content-contacts ul li {
	border-bottom: 1px solid #f9f9f9;
}
.mobile-menu__content-contacts ul li:hover {
	background-color: #f3f3f3;
}
.mobile-menu__content-contacts ul li svg {
	margin-top: -4px;
	margin-right: 14px;
}

/* TRIGGERS SECTION */

.section-triggers {
	padding: 0;
}
.triggers-wrapper {
	background-color: #fff;
	margin-top: -60px;
	position: relative;
	padding: 0;
	overflow: hidden;
	box-shadow: 0px 0 15px -6px #5b5b5b;
}
.trigger-item__title {
	display: flex;
	justify-content: start;
	align-items: center;
	margin-bottom: 15px;
}
.trigger-item {
	padding: 38px;
}
.trigger-transition:hover {
	background-color: var(--accent-dark);
	color: #fff;
}
.trigger-item:hover .trigger-item__title .item__icon i {
	color: #fff;
}
.trigger-item:hover .trigger-item__title .item__title {
	color: #fff;
}
.trigger-item__title .item__title {
	font-size: 22px;
}
.trigger-item__title .item__icon i {
	margin-right: 15px;
	font-size: 24px;
}
.trigger-item__title .item__icon i {
	color: var(--accent-dark);
}
.trigger-item__text p {
	margin: 0;
	padding: 0;
}

/* SECTION ABOUT US */

.about-image {
	position: relative;
	margin-top: 30px;
}
.about-image img {
	max-width: 440px;
	height: auto;
	margin-top: 80px;
	margin-left: 40px;
	z-index: 99;
	position: relative;
}
.about-image::after {
	content: '';
	position: absolute;
	border: 10px solid var(--accent-orange);
	width: 400px;
	height: 400px;
	top: 0;
	left: 0;
	transition: all 2s ease;
  animation-duration: 7s;
  animation-name: mdBorderAnim;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.about-image::before {
	content: '';
	background-image: url('../images/pattern-1.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 2s ease;
  animation-duration: 4s;
  animation-name: mdBorderBackAnim;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.about-content {
	padding: 40px 50px;
	background-color: #fff;
	position: relative;
	z-index: 9;
}
.about-content .title-box {
	margin-bottom: 20px;
}
.content-box {
	position: relative;
	z-index: 9;
}
.about-content::after {
	content: '';
	background-color: #fff;
	position: absolute;
	right: 0;
	height: 100%;
	top: 0;
	left: 0;
	margin-right: -220px;
}
.about-content::after {
	content: '';
	background-color: #fff;
	position: absolute;
	right: 0;
}
.title-box {
	position: relative;
	z-index: 9;
}

/* SECTION DIGITS */

.section-digits {
	background-color: var(--accent-dark);
	color: #fff;
	padding: 0;
}
.digit-box {
	display: flex;
	justify-content: start;
	align-items: center;
	flex-direction: column;
	text-align: center;
	padding: 30px 20px;
	transition: all .2s ease-in-out;
}
.digit-box:hover {
	transform: translateY(-4px);
	box-shadow: 0px 8px 0px 0px var(--accent-orange);
}
.digit-box__title {
	font-family: var(--oswtitle);
	font-size: 44px;
	position: relative;
}
.digit-box__title::after {
	content: '+';
	font-family: var(--oswtitle);
	font-size: 26px;
	color: var(--accent-orange);
	position: absolute;
	right: -18px;
  top: 15px;
}

/* SECTION SERVICES */

.section-services {
	background-color: #F8F8F8;
	overflow: hidden;
}
.section-services::before {
	content: '';
	position: absolute;
	left: -200px;
	top: -200px;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	border: 10px solid #E6E6E6;
	animation: mdBorderAnim 15s ease infinite;
}
.section-services::after {
	content: '';
	position: absolute;
	right: -200px;
	top: -200px;
	width: 600px;
	height: 600px;
	border-radius: 50%;
	background-color: #E6E6E6;
	animation: mdBorderAnim 15s ease infinite;
}
.services-item {
	background-color: #fff;
	transition: all .2s ease-in-out;
	position: relative;
	z-index: 9;
	margin-bottom: 30px;
}
.services-item:hover {
	box-shadow: 0 0 12px -7px #000;
}
.services-item__image {
	max-width: 420px;
	height: auto;
	overflow: hidden;
	position: relative;
}
.services-item__image::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	transition: all .2s ease-in-out;
	background-color: rgba(25,23,40,.2);
}
.services-item:hover .services-item__image::before {
	background-color: rgba(25,23,40,.0);
}
.services-item img {
	width: 100%;
	object-fit: cover;
}
.services-item__content {
	padding: 24px;
}
.services-item__title {
	font-size: 20px;
	margin-bottom: 10px;
}
.services-item__foo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 30px;
	padding-bottom: 6px;
}
.services-item__foo-price {
	font-family: var(--oswtitle);
	font-size: 20px;
}

/* SECTION DISCOUNT */

.section-discount {
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}
.discount-wrapper {
	position: relative;
	z-index: 9;
}
.section-discount::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #191728;
	opacity: .85;
	z-index: 1;
}
.discount-title {
	font-size: 40px;
	font-family: var(--title);
	color: #fff;
	margin-bottom: 20px;
}
.discount-title span {
	color: var(--accent-orange);
}
.discount-form {
	background-color: #fff;
	box-shadow: 0 0 16px -7px #000;
	padding: 35px;
}
.discount-form form input {
	margin-right: 20px;
	background-color: #F1F1F1;
	border: 1px solid #E2E2E2;
	transition: all .2s ease-out;
	text-transform: uppercase;
	color: #595866;
	flex-grow: 1;
}
.discount-form form {
	display: flex;
	align-items: center;
}
.discount-form form input:focus {
	border: 1px solid var(--accent-orange);
}
.discount-form button {
	width: 260px;
}

/* SECTION STAGE */

.section-stage::before {
	content: '';
	position: absolute;
	background-image: url('../images/Ellipse.png');
	left: -200px;
	top: -400px;
	width: 644px;
	height: 786px;
	animation: mdBorderAnim 15s ease infinite;
}
.section-stage {
	background-color: #F8F8F8;
	overflow: hidden;
}
.stage-wrapper {
	position: relative;
}
.stage-dots img {
	margin-bottom: -170px;
	width: 100%;
	height: auto;
	position: relative;
	animation: mdOpacitykAnim 6s ease infinite;
}
.stage-item__circle {
	width: 152px;
	height: 152px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	margin-bottom: 26px;
	z-index: 9;
	position: relative;
	transition: all .2s ease-in-out;
}
.stage-item__title {
	font-family: var(--title);
	font-size: 20px;
	text-align: center;
	margin-bottom: 4px;
	color: var(--accent-dark);
}
.stage-item__text {
	text-align: center;
}
.stage-item__circle.circle-button {
	animation: mdGradient 15s ease infinite, bounce 2s ease infinite;
  background-image: linear-gradient(-45deg, #EE7752, #ff3853, #ff7402, #ff9137);
  background-size: 1000% 400%;
	border: 0px solid rgba(255, 255, 255, 0.2);
}
.stage-item__circle.circle-button:hover {
	animation: mdShimmer 3s ease infinite;
	border: 2px solid rgba(255, 255, 255, 0.2);
}
.stage-item,
.stage-item__content,
.stage-item__circle svg path
 {
	transition: all .2s ease-in-out;
}
.stage-item:hover .stage-item__circle {
	background-color: var(--accent-dark);
	transform: translateY(6px);
}
.stage-item:hover .stage-item__circle svg path {
	fill: #fff;
}
.stage-item:hover .stage-item__content {
	transform: translateY(-4px);
}

/* SECTION FEATURES */

.section-features {
	background-color: #F8F8F8;
}
.section-features .title-box {
	margin: 0;
	margin-bottom: 20px;
}
.features-content {
	padding: 40px 50px;
	background-color: #fff;
	position: relative;
	z-index: 9;
	padding-left: 0;
}
.features-content::after {
	content: '';
	background-color: #fff;
	position: absolute;
	right: 0;
	height: 100%;
	top: 0;
	left: 0;
	margin-left: -220px;
}
.fitem-title {
	font-family: var(--oswtitle);
	font-size: 24px;
	color: var(--accent-dark);
	position: relative;
	z-index: 9;
	margin-bottom: 4px;
}
.fitem-text {
	position: relative;
	z-index: 9;
}
.content-box__fitem {
	position: relative;
	z-index: 9;
	margin-bottom: 8px;
}
.content-box__fitem::before {
	content: '+';
	left: -40px;
	top: 0;
	font-family: var(--montblack);
	font-size: 130px;
	color: #f5f5f5;
	position: absolute;
	z-index: 1;
	line-height: .6;
}
.feature-image {
	position: relative;
  margin-top: 30px;
}
.feature-image::before {
  content: '';
  background-image: url('../images/pattern-1.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 100px;
  right: -40px;
  width: 88px;
  height: 100%;
  transition: all 2s ease;
  animation-duration: 4s;
  animation-name: mdBorderBackAnim;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.feature-image::after {
  content: '';
  position: absolute;
  border: 10px solid var(--accent-orange);
  width: 400px;
  height: 400px;
  top: 100px;
  right: -40px;
  transition: all 2s ease;
  animation-duration: 7s;
  animation-name: mdBorderAnim;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.feature-image img {
	max-width: 440px;
	height: auto;
	z-index: 99;
	position: relative;
}

/* SECTION BRANDS */

.section-brands {
	background-color: #F8F8F8;
}
.brands-wrapper {
	display: flex;
	justify-content: space-around;
	align-items: center;
	border-radius: 80px;
	background-color: #EAEAEA;
	box-shadow: 0 0 15px -10px #000;
	padding: 42px;
	margin-bottom: 20px;
}
.brands-wrapper .brand-item {
	width: 220px;
	height: 60px;
}
.brands-wrapper .brand-item img {
	width: 100%;
	height: auto;
	object-fit: cover;
	filter: grayscale(1);
	transition: all .2s ease-in-out;
}
.brands-wrapper .brand-item:hover img {
	filter: grayscale(0);
	transform: scale(1.03);
}

/* SECTION SECOND DISCOUNT */

.second-discount .discount-title {
	margin-bottom: 0;
}
.discount-subtitle {
	margin-bottom: 20px;
	color: #fff;
}
.section-discount.second-discount::before {
	left: 10px;
	bottom: 10px;
	top: 10px;
	right: 10px;
}

/* SECTION GARANTIES */

.section-garanties {
	overflow: hidden;
}
.section-garanties::before {
	content: '';
	position: absolute;
	background-image: url('../images/feat-bg.png');
	background-position: bottom;
	background-size: 200% 112%;
	top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
	animation: mdHorizontalShift 12s ease infinite;
}
.gar-transition {
	background-color: #F2F2F2;
	padding: 20px;
	margin-bottom: 20px;
	position: relative;
	z-index: 9;
}
.gar-transition:hover {
	background-color: var(--accent-dark);
	color: #fff;
}
.garanties-item__title {
	font-size: 18px;
	font-family: var(--title);
}

/* SECTION REVIEWS */

.section-reviews {
	background-color: #fff;
	padding-top: 10px;
}
.section-reviews::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 300px;
	width: 100%;
	background-color: #d9d9d9;
}
.review-item__photo {
	width: 90px;
	height: 90px;
	margin-bottom: -45px;
	margin-left: 30px;
	position: relative;
}
.review-item__photo::before {
	content: '';
	position: absolute;
	background-color: var(--accent-blue);
	border-radius: 50px;
	background-image: url('../images/quot.png');
	left: 0;
	top: 0;
	width: 24px;
  height: 24px;
	background-repeat: no-repeat;
  background-size: 16px;
  background-position: 7px 8px;
}
.review-item__photo img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 50px;
}
.review-item {
	margin-bottom: 60px;
	margin-left: 4px;
	margin-right: 4px;
}
.review-item .review-item__star img {
	width: 114px;
	height: auto;
	margin-bottom: 20px;
}
.review-item__content {
	padding: 30px;
	padding-top: 70px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 9px -6px #000;
}
.review-item__review {
	margin-bottom: 20px;
	font-style: italic;
}
.review-item__author {
	font-family: var(--title);
	font-size: 20px;
}

/* SECTION ORDER */

.section-order {
	background-color: #fff;
	padding-bottom: 80px;
}
.title-box {
	margin-bottom: 30px;
}
.order-content {
	position: relative;
	z-index: 9;
	background-color: #F2F2F2;
	padding: 40px;
	padding-left: 0;
}
.order-content::after {
	content: '';
  background-color: #F2F2F2;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  left: 0;
  margin-left: -220px;
}
.order-form form {
	position: relative;
	z-index: 9;
}
.order-form form input {
	width: 100%;
	display: block;
	margin-bottom: 18px;
	border: 1px solid #DDDDDD;
}
.order-form form textarea {
	width: 100%;
	display: block;
	border: 1px solid #DDDDDD;
}
.order-form form span {
	font-family: oswald-l, sans-serif;
	font-size: 12px;
	color: #b4b3b3;
	display: block;
	margin-bottom: 30px;
}
.order-form button {
	margin-right: 20px;
}

.order-image {
	position: relative;
  margin-top: 30px;
}
.order-image::before {
	content: '';
	background-image: url('../images/pattern-1.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 100px;
	left: -40px;
	width: 88px;
	height: 340px;
	transition: all 2s ease;
	animation-duration: 4s;
	animation-name: mdBorderBackAnim;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.order-image img {
	width: 110%;
	height: auto;	
  margin-left: -38px;
  position: relative;
  z-index: 99;
}
.order-image-md::before {
	content: '';
	background-image: url('../images/pattern-1.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 20px;
	width: 88px;
	height: 260px;
	transition: all 2s ease;
	animation-duration: 4s;
	animation-name: mdBorderBackAnim;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.order-form::after {
	content: '';
	background-image: url('../images/pattern-1.png');
	background-repeat: no-repeat;
	position: absolute;
	bottom: 20px;
	right: -30px;
	width: 68px;
	height: 100%;
	transition: all 2s ease;
	animation-duration: 7s;
	animation-name: mdBorderBackAnim;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.order-image-md img {
	width: 100%;
	margin-bottom: -20px;
	position: relative;
  z-index: 99;
}

/* SECTION FOOTER */

footer {
	background-color: #100F1B;
	color: #fff;
	padding-bottom: 10px;
}
.footer-box {
	margin-bottom: 60px;
}
.footer-logo img {
	width: 100%;
	height: auto;
	max-width: 200px;
}
.footer-line__title {
	font-size: 18px;
  font-family: var(--title);
	color: #393650;
	margin-bottom: 10px;
}
.footer-contacts {
	margin-bottom: 3px;
}
.footer-line {
	margin-bottom: 20px;
}
.copyright {
	color: #796ecb;
	text-align: center;
}
.inn {
	margin-bottom: 10px;
}
.underlogo {
	width: 200px;
	color: #dbdbdb;
}
.address {
	margin-top: 20px;
}
.footer-map {
	margin-bottom: 30px;
}
.footer-map iframe{
	transition: all .2s ease-in-out;
}
.footer-map iframe:hover {
	box-shadow: 0 0 22px -11px #000;
}
.author {
	text-align: center;
	bottom: 8px;
	font-size: 12px;
	color: #443e75;
}
/* POPUP */

.popup {
	display: none;
}
.popup-block {
	display: flex;
	justify-content: center;
	align-items: stretch;
	margin: auto;
	width: 635px;
	position: relative;
}
.popup-image {
	width: 305px;
	background-size: cover;
	display: block;
	flex: 1 1 0px;
	background-position: 40% 0px;
}
.popup-image img {
	width: 100%;
	object-fit: cover;
}
.popup-form {
	background-color: #fff;
	padding: 20px;
	flex: 1 1 0px;
	position: relative;
}
.popup-form h2 {
	font-size: 26px;
	color: var(--accent-dark);
	font-family: var(--title);
}
.popup-form span {
	color: #A7A2A2;
	line-height: 1.2;
}
.form-title {
	margin-bottom: 20px;
}
.form-title p {
	line-height: 1;
	line-height: 1.4;
  color: #868686;
}
.popup-form form input {
	background-color: #FAFAFA;
	border: 1px solid #EEEDED;
	font-size: 16px;
	color: #aaa;
	width: 100%;
	margin-bottom: 14px;
}
.popup-form form span {
	font-size: 10px;
	display: block;
	margin-bottom: 10px;
}
.form-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.form-footer__price {
	font-size: 20px;
	font-family: var(--oswtitle);
	color: var(--accent-blue);
}
/* POPUP ZOOM EFFECT */

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in .popup-block {
	opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready .popup-block {
	opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing .popup-block {
	transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* OWL DOTS */

.owl-dots {
	text-align: center;
}
.owl-dots .owl-dot {
	display: inline-block;
}
.owl-dots .owl-dot span {
	background-color: #BDBDBD;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	display: block;
	height: 6px;
	margin: 5px 7px;
	width: 16px;
	transition: all .2s ease-in-out;
}
.owl-dots .owl-dot span:hover {
	background-color: var(--accent-blue);
}
.owl-dots .owl-dot.active span, .owl-controls .owl-dot:hover span {
	width: 28px;
	background-color: var(--accent-orange);
}

/* preloader */
.preloader {
	position: fixed;
	z-index: 99;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #0c091b;
	display: flex;
	text-align: center;
	align-items: center;
  justify-content: center;
}
.loader {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
}
.loader::after,
.loader::before {
  content: '';
  width: 48px;
  height: 48px;
  border: 2px solid #FFF;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  animation: rotation 2s ease-in-out infinite;
}
.loader::after {
  border-color: #FF3D00;
  animation-delay: 1s;
}

/* SCROLL TO TOP */

.scroll-top {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 20px;
	bottom: 0px;
	z-index: 9999;
	opacity: 0;
	transition: all .8s ease-in-out;
}
.scroll-top.active {
	bottom: 30px;
	opacity: 1;
}
.scroll-top a {
	display: block;
	transition: transform .2s ease-in-out;
}
.bi-chevron-up {
	transition: transform .4s ease-in-out;
}
.scroll-top a:hover {
	transform: translateY(-6px);
}
.scroll-top a:hover .bi-chevron-up {
	animation-iteration-count: infinite;
	animation-duration: 2s;
 	animation: fade_move_up 1s ease infinite;
 	transform-origin: 50% 50%;
	
}
.scroll-top span {
	width: 40px;
	height: 40px;
 	display: flex;
	justify-content: center;
 	align-content: center;
 	align-items: center;
 	position: absolute;
}
.scroll-top span svg {
	position: absolute;
	z-index: 99;
	width: 14px;
	height: 14px;
	fill: #0A34B5;
	animation-iteration-count: infinite;
	animation-duration: 10s;
 	animation: bounce 4s ease infinite;
 	transform-origin: 50% 50%;
}
.progress {
	border-radius: 100%;
 	transform: rotate(-90deg);
}
.progress circle {
	fill: #fff;
	stroke: #0A34B5;
	stroke-width: 3;
	stroke-dasharray: 100;
	opacity: .7;
}

/* CONTACT BUTTONS */

.mdcontact-widget {
  position: fixed;
  left: 20px;
  bottom: 0px;
  z-index: 9999;
  opacity: 0;
  transition: all .2s ease-in-out;
	width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
	cursor: pointer;
	background-color: var(--accent-blue);
  border-radius: 40px;
}
.mdcontact-widget.active {
	opacity: .9;
	bottom: 30px;
}
.mdcontact-widget:hover {
	transform: translateY(-6px) scale(1.05);
}
.mdcontact-widget .widget-icon {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	position: absolute;
}
.widget-icon svg {
	position: absolute;
	z-index: 99;
	width: 14px;
	height: 14px;
	fill: #fff;
	animation-iteration-count: infinite;
	animation-duration: 10s;
	animation: bounce 4s ease infinite;
	transform-origin: 50% 50%;
}
.widget-icon svg path {
	fill: #fff;
}
.contact-buttons-box {
	position: fixed;
	bottom: 0;
	left: 20px;
	z-index: 999;
	opacity: 0;
	background-color: #fff;
	border-radius: 4px;
	padding: 6px;
	margin-top: 8px;
	transition: all .2s ease-in-out;
	border-top: 3px solid var(--accent-blue);
	transform: scale(.2);
}
.contact-circle {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	position: relative;
	margin-bottom: 20px;
	display: flex;
  justify-content: center;
  align-items: center;
	font-size: 16px;
  color: #fff;
}
.contact-circle:hover {
	color: #fff;
	transform: scale(1.05);
	transform: translateY(-2px);
}
.contact-buttons-box.active {
	bottom: 80px;
	opacity: 1;
	transform: scale(1);
}
.contact-phone {
	background-color: #f3972e;
}
.contact-phone:hover {
	background-color: #f3a347;
}
.contact-tg {
	background-color: #229ED9;
}
.contact-tg:hover {
	background-color: #37aee6;
}
.contact-wa {
	background-color: #0ec908;
}
.contact-wa:hover {
	background-color: #34d42f;
}
.contact-buttons-box:hover {
	border-top: 3px solid var(--accent-orange);
}
article {
	background-color: #ebebeb;
}
article .mb-4 {
	margin-bottom: 24px !important;
}
article .col {
	position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
	max-width: 100%;
  box-sizing: border-box;
}
article .ol {
	padding-left: 40px;
}
article h5 {
	margin-bottom: 20px;
	font-weight: bold;
}
article .purpose-table {
	border-collapse: collapse;
  margin-bottom: 24px;
	overflow: auto;
}
article .purpose-table th, article .purpose-table td {
  vertical-align: top;
  padding: .5em .75em;
}
article .purpose-table th {
  width: 200px;
  text-align: left;
  font-weight: 500;
}
article .purpose-table, article .purpose-table th, article .purpose-table td {
  border: 1px solid #d8d8d8;
  font-size: inherit;
  line-height: inherit;
}
article .purpose-table, article .purpose-table th, article .purpose-table td {
	border: 1px solid #d8d8d8;
  font-size: inherit;
  line-height: inherit;
}
article.politic span {
	font-weight: bold;
}
.popup-form-alert .alert {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #191728;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
.popup-form-alert .alert .close {
	display: none;	
}
.popup-form-alert.string-form .alert .close {
	display: block;
	position: absolute;
  right: 0;
  top: 20px;
  background: none;
  border: none;
	color: var(--accent-orange);
}
.popup-form-alert.string-form .alert .close span {
	display: none;
}
.popup-form-alert.string-form .alert .close::before {
	content: '\2715';

}
.popup-form-alert .alert p {
	padding: 16px;
	text-align: center;
	color: #B7CFF4;
}
.mfp-close-btn-in .mfp-close {
	color: var(--accent-orange);
}
.light-form .alert {
	background-color: #e6e6e6;
	opacity: .9;
}
.light-form .alert p {
	color: #58585c;
}