* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Montserrat";
}

h1 {
	display: none;
}

html,
body {
	color: #000;
	overflow-x: hidden;
	position: relative;
	line-height: unset;
}

html{
    font-size: 16px;
}

a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

p * {
	font-size: inherit!important;
	line-height: inherit;
	font-family: inherit!important;
}

li {
	list-style: none;
}

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

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	background-color: white !important;
	-webkit-box-shadow: 0 0 0 30px white inset !important;
	box-shadow: 0 0 0 30px white inset !important;
}

input {
	border: none;
	outline: none;
}

textarea:active,
textarea:focus {
	border: none;
	outline: none;
	background-color: inherit;
}

.free-brand-audit-button {
	background-color: #000;
	padding: 0.8em 2.5em 0.85em 2.55em;
	color: #fff;
	font-size: 1.25rem;/* 20px */
	font-weight: 700;
	line-height: 1em;
	border-radius: unset !important;
	width: unset !important;
}

.free-brand-audit-button:hover {
	background-color: #fff;
	color: #000;
	outline: 3px solid #000 !important;
}

.free-brand-audit-button-white:hover {
	background-color: transparent;
	color: white;
	outline: 3px solid white !important;
}
.free-brand-audit-button-white {
	background-color: white;
	color: #000;
}
.free-brand-audit-button-fixed {
	background-color: #fff;
	outline: 3px solid #000 !important;
	padding: 0.82em 2.55em;
	margin: 0.25em 0;
	color: #000;
	font-size: 1.25rem; /* 20px */
	font-weight: 700;
	line-height: 1em;
	border-radius: unset !important;
	width: unset !important;
}
.free-brand-audit-button-fixed:hover {
	outline: none;
	background-color: #000;
	color: white;
}

.arrow-button {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.arrow-button a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	grid-gap: 0.75em;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.arrow-button a .arrow-button-icon {
	width: 2.57em;
	height: 2.57em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	border-radius: 50%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #000;
}

.arrow-button a .arrow-button-icon img {
	width: 1.25em;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}
.play-button img {
	margin-left: 0.19em;
}

.arrow-button a .arrow-button-icon .but {
	content: "";
	display: none;
	position: absolute;
	border-radius: 50%;
	width: 0.94em;
	height: 0.94em;
}

.arrow-button a h3 {
	font-size: 1.88rem;/*30px*/
	font-weight: 500;
	line-height: 1em;
	letter-spacing: -0.03em;
	width: fit-content;
	position: relative;
}

.close-button {
	top: 0;
	right: 0;
	width: 2.57em;
	height: 2.57em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	border-radius: 50%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.close-button img {
	width: 1em;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.works-mine a {
	/* padding: 0.44em 0.75em; */
	position: relative;
}

.works-mine a::before,
.works-mine a::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
}

.works-mine .contant-block li {
	position: relative;
	padding: 0.25em 1.07em;
	outline: 3px solid black;
	outline-color: transparent;
}

.works-mine .contant-block li:hover {
	outline-color: black;
}

.privicy-title {
	display: block;
	font-size: 1.88rem;/*30px*/
}

.price-button {
	margin: 0;
	height: 3.17em;
	width: 11.67em;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 3px solid #000;
	color: #000;
	margin: 0 !important;
	font-size: 1.13rem;/*18px*/
	font-weight: 400;
	line-height: 1.23em;
	letter-spacing: 0;
}

.price-button:hover {
	color: #fff;
	background: #000;
	outline: 3px solid white;
	padding: 2px;
}
.price-button:hover .btk {
	outline: 4px solid white;
}

.contact-active-button {
	background-color: #000;
	color: #fff;
}

.input-error-message {
	margin: 0 !important;
	font-size: 0.94rem !important;/*15px*/
	line-height: 2em !important;
	color: red;
	font-weight: 500 !important;
}

.submit-block {
	margin-top: 1.25em;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}
.theme6-video video{
	width: 100%;
	/* height: fit-content; */
}
.portfolio-main-video{
	height: unset!important;

}

.header-fixed {
	display: none;
	background: white;
	padding: 0.94em 0 0.32em 0;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 999;
}

.message {
	font-size: 0.94rem !important;/*15px*/
	font-weight: 500 !important;
	text-align: end;
	margin-top: 0 !important;
}

.contacts-form .message {
	display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
	font-size: 2.2rem !important;
	font-weight: 600 !important;		
}
.btn-loading {
	opacity: 0.7;
}
.btn-loading:before {
	content: "\f110";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	-webkit-animation: fa-spin 2s linear infinite;
	animation: fa-spin 2s linear infinite;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
	animation-name: fa-spin;
}

.btk {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-transform: uppercase;
	overflow: hidden;
	/* -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; */
}

/* .btk::before {
  background: #000;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
		  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
} */

/* .btn1::before {
  width: 0%;
  height: 100%;
}

.btn1:hover::before {
  width: 100%;
} */

.submit {
	width: 15.45em;
	height: 2.85em;
	position: relative;
	color: #fff;
	background-color: black;
	border: 0;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	overflow: hidden;
	font-size: 1.25rem;/*20px*/
	font-weight: 700;
	line-height: 1.20em;
	letter-spacing: 0em;
}

/* .submit:focus {
  outline: 0;
} */

/* .submit:before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  width: 60px;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
  -webkit-filter: blur(30px);
		  filter: blur(30px);
  -webkit-transform: translateX(-100px) skewX(-15deg);
		  transform: translateX(-100px) skewX(-15deg);
} */

/* .submit:after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  width: 30px;
  height: 100%;
  left: 30px;
  top: 0;
  opacity: 0;
  -webkit-filter: blur(5px);
		  filter: blur(5px);
  -webkit-transform: translateX(-100px) skewX(-15deg);
		  transform: translateX(-100px) skewX(-15deg);
} */

.submit:hover {
	background: white;
	color: black;
	border: 4px solid black;
	cursor: pointer;
}

/* .submit:hover:before {
  -webkit-transform: translateX(300px) skewX(-15deg);
		  transform: translateX(300px) skewX(-15deg);
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.submit:hover:after {
  -webkit-transform: translateX(300px) skewX(-15deg);
		  transform: translateX(300px) skewX(-15deg);
  opacity: 1;
  -webkit-transition: 0.7s;
  transition: 0.7s;
} */

header {
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	padding-top: 2.69em;
	position: absolute;
}

header .container {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 3.75em;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

header .container .header-left {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

header .container .header-left ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	grid-gap: 0 3.94em;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

header .container .header-left ul li {
	font-size: 1.57rem;/*25px*/
	font-weight: 500;
	line-height: 1.88em;
}

header .container .header-left .active {
	color: #000;
	font-weight: 700;
}

header .container .header-logo,
header .container a,
header .container img {
	width: 11.63em;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}
.header-logo .logo-mobile {
	display: none;
}

header .container .header-right {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

header .container #drop-down-icon {
	display: none;
}

header .container #drop-down-icon .menu-icon {
	cursor: pointer;
	display: inline-block;
}

header .container #drop-down-icon .bar-top,
header .container #drop-down-icon .bar-center,
header .container #drop-down-icon .bar-bottom {
	width: 2.19em;
	height: 0.32em;
	margin: 0.38em 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	background-color: #c4c4c4;
}

header .container #drop-down-icon .change .bar-top {
	transform: rotate(-45deg) translate(-0.57em, 0.38em);
	-webkit-transform: rotate(-45deg) translate(-0.57em, 0.38em);
}

header .container #drop-down-icon .change .bar-center {
	opacity: 0;
}

header .container #drop-down-icon .change .bar-bottom {
	transform: rotate(45deg) translate(-0.5em, -0.5em);
	-webkit-transform: rotate(45deg) translate(-0.5em, -0.5em);
}

.overlay {
	display: none;
}

footer {
	width: 100%;
	color: #fff;
	margin-top: 21em;
	padding: 0 0 3.38em;
	position: relative;
	background-color: #000;
}

footer .arrow-button a {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

footer .arrow-button a:hover {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

footer .arrow-button a:hover img {
	display: none;
}

footer .arrow-button a:hover .but {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

footer .offer {
	top: -13.88em;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #000;
	padding: 3.44em 0;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #e3e3e3;
}

footer .offer div {
	width: 40em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

footer .offer h2 {
	font-size: 2.5rem;/*40px*/
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 1.5em;
	letter-spacing: -0.05em;
}

footer .offer p {
	font-size: 2.19rem;/*35px*/
	font-weight: 400;
	line-height: 1.72em;
	text-align: center;
	margin-bottom: 1.52em;
	letter-spacing: -0.05em;
}

footer .offer a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

footer .footer-content {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: -8em;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

footer .footer-content a {
	color: #fff;
}

footer .footer-content .contant-block {
	width: 26.57em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

footer .footer-content .footer-contant-block-left {
	width: 15.44em;
	margin-right: 8.57em;
}

footer .footer-content .footer-contant-block-center {
	width: 15.44em;
}

footer .footer-content .footer-ul-box {
	text-align: right;
}

footer .footer-content .footer-ul-box ul {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

footer .footer-content .footer-ul-box li a {
	color: #fff;
	font-size: 1.25rem;/*20px*/
	font-weight: 700;
	line-height: 2.5em;
	position: relative;
}

footer .footer-content .footer-ul-box li a::before {
	transform-origin: 0% 50%;
	display: block;
	content: "";
	border-bottom: solid 3px white;
	transform: scaleX(0);
	transition: transform 250ms ease-in-out;
	position: absolute;
	bottom: 0;
	width: 100%;
}

footer .footer-content .footer-ul-box li a:hover::before {
	transform: scaleX(1);
	position: absolute;
	bottom: 0;
	width: 100%;
}

footer .footer-content h2 {
	font-size: 1.25rem;/*20px*/
	font-weight: 700;
	line-height: 2em;
	margin-bottom: 0.35em;
	letter-spacing: -0.03em;
}

footer .footer-content li {
	font-size: 1.25rem;/*20px*/
	font-weight: 400;
	line-height: 1.75em;
	letter-spacing: -0.03em;
}

footer .footer-content p {
	font-size: 0.94rem;/*15px*/
	margin-top: 2.34em;
	font-weight: 400;
	line-height: 1.67em;
	letter-spacing: -0.03em;
}

footer .footer-bottom {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

footer .footer-bottom .footer-bottom-box {
	margin-top: 4.94em;
}

footer .footer-bottom .footer-bottom-box p {
	margin: 0;
	color: #c4c4c4;
	font-size: 0.94rem;/*15px*/
	font-weight: 400;
	line-height: 2.34em;
	letter-spacing: 0em;
}
footer .footer-bottom .footer-bottom-box p a {
	margin: 0;
	color: #c4c4c4;
	font-size: 0.94rem;/*15px*/
	font-weight: 400;
	line-height: 2.34em;
	letter-spacing: 0em;
}

.container {
	width: 100%;
	padding: 0 3.75em;
	position: relative;
}

.between-container {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.center-container {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.contant-block {
	width: 50%;
	position: relative;
}

.absolute-block {
	position: absolute;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.image-big-box {
	width: 100%;
	height: fit-content;
}

.image-box {
	width: 55.25em;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}


.image-box img {
	width: 100%;
    height: 100%;
	object-fit: cover;
}

.image-fit {
	width: 26.57em;
	height: fit-content;
}

.image-fit img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.small-image-box {
	width: 26.50em;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.small-image-box img {
	width: 100%;
	height: 100%;
}

#portfolio-slider {
	width: 100%;
}

#portfolio-slider .slick-slide {
	padding: 0 60px;
}

#portfolio-slider .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	grid-gap: 0 1.19em;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#portfolio-slider .slick-dots li {
	width: 1.63em;
	height: 1.63em;
}

#portfolio-slider .slick-dots li button:before {
	opacity: 1;
	width: 1.63em;
	height: 1.63em;
	border-radius: 50%;
	color: transparent;
	background-color: #f0f0f0;
    font-size: 1rem;
}

#portfolio-slider .slick-dots .slick-active button:before {
	background-color: #000;
}

#about-slider {
	width: 100%;
}

#about-slider .slick-slide {
	padding: 0 3.75em;
}

#about-slider .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	grid-gap: 0 1.19em;
	bottom:0;
	margin-top:25px;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#about-slider .slick-dots li {
	width: 1.63em;
	height: 1.63em;
}

#about-slider .slick-dots li button:before {
	opacity: 1;
	width: 1.63em;
	height: 1.63em;
    font-size: 16px;
	border-radius: 50%;
	color: transparent;
	background-color: #f0f0f0;
}

#about-slider .slick-dots .slick-active button:before {
	background-color: #000;
}

.flex-space-between {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.portfolio-main {
	margin-bottom: 5.57em;
	width: 100%;
	max-height: 56.25em;
	overflow: hidden;
	overflow: hidden;
}

.portfolio-main-img {
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	/* position: absolute; */
}
.portfolio-main-img img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.portfolio-main video {
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.portfolio-main .fon {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.3);
}

.portfolio-presentation {
	width: 100%;
	position: relative;
	margin: 9.38em 0 5.57em;
}

.portfolio-presentation .contant-block {
	width: 54.25em;
	position: relative;
}

.portfolio-presentation .left {
	position: relative;
}

.portfolio-presentation .left .portfolio-presentation-text {
	position: absolute;
	top: 0.67em;
	font-size: 1.88rem;/*30px*/
	font-weight: 700;
	line-height: 1.24em;
	letter-spacing: -0.03em;
}
.portfolio-presentation-text-white {
	color: white;
}

.portfolio-presentation .left li {
	font-size: 1.25rem;/*20px*/
	font-weight: 400;
	line-height: 3em;
	letter-spacing: -0.05em;
}

.portfolio-presentation .left .portfolio-presentation-left-content ul{
	/* position: relative; */
	margin-top: 6.5em;
}

.portfolio-presentation .right h2 {
	font-size: 1.88rem;/*30px*/
	font-weight: 600;
	text-align: left;
	line-height: 1.67em;
	letter-spacing: -0.05em;
}

.portfolio-presentation .right p {
	font-size: 1.57rem;/*25px*/
	font-weight: 400;
	text-align: left;
	line-height: 2em;
	font-style: normal;
	margin: 2em 0 3.76em;
	letter-spacing: -0.05em;
}
.portfolio-presentation .left p {
	font-size: 1.57rem;/*25px*/
	font-weight: 400;
	text-align: left;
	line-height: 2em;
	font-style: normal;
	margin: 2em 0 3.76em;
	letter-spacing: -0.05em;
}

.portfolio-window {
	width: 100%;
	position: relative;
	margin: 5.57em 0 4.07em;
}

.portfolio-solution {
	width: 100%;
	margin: 4.07em 0;
	position: relative;
}

.portfolio-solution .contant-block {
	width: 54.25em;
}

.portfolio-solution h2 {
	font-size: 1.88rem;/*30px*/
	font-weight: 600;
	line-height: 1.67em;
	letter-spacing: -0.05em;
}

.portfolio-solution p {
	font-size: 1.57rem;/*25px*/
	margin-top: 2em;
	font-weight: 400;
	line-height: 2em;
	letter-spacing: -0.05em;
}

.portfolio-gallery {
	width: 100%;
	position: relative;
	margin: 4.07em 0 7.44em;
}

.portfolio-gallery .between-container {
	grid-gap: 1.88em;
}

.portfolio-gallery .image-box {
	width: 55.25em;
}

.portfolio-gallery .image-box img {
	width: 100%;
	height: 100%;
}

.portfolio-description {
	width: 100%;
	text-align: center;
	position: relative;
	margin: 7.44em 0 7.82em;
}

.portfolio-description h2 {
	width: 31.75em;
	font-size: 2.5rem;/*40px*/
	font-weight: 400;
	line-height: 1.5em;
	letter-spacing: -0.05em;
}

.portfolio-description h3 {
	font-size: 1.57rem;/*25px*/
	margin-top: 2.24em;
	font-weight: 500;
	line-height: 1.2em;
	letter-spacing: -0.03em;
}

.portfolio-description p {
	width: 11.60em;
	font-size: 1.25rem;/*20px*/
	margin-top: 0.55em;
	font-weight: 500;
	color: #838383;
	line-height: 1.2em;
	letter-spacing: -0.03em;
}

.portfolio-description .portfolio-google-logo {
	width: fit-content;
	height: 3.19em;
	margin-bottom: 2.75em;
}

.portfolio-explanation {
	width: 100%;
	position: relative;
	margin: 7.82em 0 2.19em;
}

.portfolio-explanation .between-container {
	grid-gap: 2.94em;
}

.portfolio-explanation .contant-block {
	width: 54.25em;
}

.portfolio-explanation h2 {
	font-size: 1.88rem;/*30px*/
	font-weight: 600;
	line-height: 1.67em;
	letter-spacing: -0.05em;
}

.portfolio-explanation p {
	font-size: 1.57rem;/*25px*/
	font-weight: 400;
	line-height: 2em;
	font-style: normal;
	letter-spacing: -0.05em;
}

.portfolio-slid-box {
	width: 100%;
	position: relative;
	margin: 2.19em 0 5.75em;
}

.portfolio-project-team {
	width: 100%;
	position: relative;
	margin: 5.75em 0 6.82em;
}

.portfolio-project-team .flex-end {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.portfolio-project-team h2 {
	font-size: 1.88rem;/*30px*/
	font-weight: 700;
	line-height: 2em;
	letter-spacing: -0.05em;
}

.portfolio-project-team h3 {
	text-align: right;
}

.portfolio-project-team ul {
	padding-top: 0.32em;
}

.portfolio-project-team ul li {
	font-size: 1.25rem;/*20px*/
	font-weight: 400;
	line-height: 3em;
	letter-spacing: -0.05em;
}

.portfolio-project-team a {
	grid-gap: 1.13em;
}

.portfolio-project-team .block19 br {
	display: none;
}

.portfolio-similar {
	width: 100%;
	position: relative;
	margin: 6.82em 0 23.19em;
}

.portfolio-similar .contant-block {
	width: 55.25em;
}

.portfolio-similar .between-container {
	grid-gap: 4.44em 0;
}

.portfolio-similar h2 {
	font-size: 2.19rem;/*35px*/
	font-weight: 700;
	line-height: 1.18em;
	margin-bottom: 1.6em;
	letter-spacing: -0.03em;
}

.portfolio-similar h3 {
	font-size: 1.57rem;/*25px*/
	margin-top: 0.96em;
	font-weight: 500;
	line-height: 1.2em;
	letter-spacing: -0.03em;
}

.portfolio-similar p {
	font-size: 1.25rem;/*20px*/
	margin-top: 0.55em;
	font-weight: 500;
	line-height: 1.2em;
	color: #838383;
	letter-spacing: -0.03em;
}
.portfolio-similar .flex-space-between p {
	width: fit-content;
}
.news_portfolio {
	margin: 17.07em 0 5.57em 0;
}
.news_portfolio .portfolioFinish .left .portfolio-presentation-text {
	position: relative !important;
	top: 0;
}
.white-menu li a {
	color: white;
}

.home-mine {
	height: 53.13em;
	overflow: hidden;
	position: relative;
	padding: 12.63em 0 0;
	margin-bottom: -17.69em;
}

.home-mine video {
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	position: absolute;
}
.contant-block video {
	width: 100%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.home-mine .fon {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.2);
}

.home-mine .contant-block {
	width: 59.94em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	grid-gap: 3.38em;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.home-mine p {
	font-size: 2.5rem;/*40px*/
	font-weight: 400;
	line-height: 1.5em;
	text-align: center;
	letter-spacing: -0.05em;
}

.home-gallery {
	margin: 5.63em 0 14.50em;
}

.home-gallery .between-container {
	grid-gap: 4.44em 1.57em;
}

.home-gallery .contant-block {
	width: 55.25em;
}

.home-gallery h2 {
	font-size: 1.57rem;/*25px*/
	margin-top: 0.96em;
	font-weight: 500;
	line-height: 1.2em;
	letter-spacing: -0.03em;
}

.home-gallery p {
	font-size: 1.25rem;/*20px*/
	margin-top: 0.55em;
	font-weight: 500;
	line-height: 1.2em;
	color: #838383;
	letter-spacing: -0.03em;
}

.works-mine {
	position: relative;
	margin: 12.5em 0 8.5em;
}

.works-mine .absolute-block {
	top: 0;
	left: 3.75em;
}

.works-mine .active {
	font-weight: 700;
}

.works-mine .contant-block {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.works-mine h2 {
	font-size: 1.88rem;/*30px*/
	font-weight: 700;
	line-height: 1.24em;
	letter-spacing: -0.03em;
}

.works-mine ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	grid-gap: 0 1.25em;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.works-mine ul li {
	font-size: 1.57rem;/*25px*/
	font-weight: 500;
	color: #838383;
	line-height: 1.2em;
	letter-spacing: -0.03em;
}

.svg-wrapper {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	width: 31.25em;
}
.shape1,
.shape2 {
	stroke-dasharray: 1120;
	stroke-width: 5px;
	fill: transparent;
	stroke: black;
	border-bottom: 5px solid black;
	transition-timing-function: linear;
	transition: stroke-dashoffset 2s, stroke-dasharray 2s;
}
.shape1 {
	stroke-dashoffset: 1120;
}
.shape2 {
	stroke-dashoffset: -1120;
}

.svg-wrapper:hover .shape1,
.svg-wrapper:hover .shape2 {
	stroke-dashoffset: 0;
	stroke-dasharray: 1120;
}

.modal-dialog {
	max-width: 70%;
	margin-top: 3.13em;
}

.modal-body {
	position: relative;
	padding: 0px;
}
.modal-body .close {
	position: absolute;
	right: -1.88em;
	top: 0;
	z-index: 999;
	font-size: 2rem;
	font-weight: normal;
	color: #fff;
	opacity: 1;
}

.agency-presentation {
	margin: 12.63em 0 9.38em;
}

.agency-presentation .between-container {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.agency-presentation .arrow-button {
	margin-top: 6.19em;
}

.agency-presentation .contant-block {
	width: 54.25em;
}

.agency-presentation .contant-block p span {
	font-size: 1.38rem !important;/*22px*/
}

.agency-presentation h2 {
	font-size: 1.88rem;/*30px*/
	font-weight: 700;
	line-height: 1.67em;
	letter-spacing: -0.05em;
}
/* .agency-slider-text p{
  width: 80%;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.05em;
} */

.agency-presentation p {
	font-size: 1.88rem;/*30px*/
	margin-top: 1.67em;
	font-weight: 400;
	line-height: 1.67em;
	letter-spacing: -0.05em;
}

.agency-services {
	margin: 9.38em 0;
}

.up-one {
	-webkit-transition: all 0.1s ease 0s;
	transition: all 0.1s ease 0s;
}

.agency-services .between-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.agency-services .between-container h2 {
	width: 20.50em;
}
.agency-services .container {
	position: static;
}

.agency-services .between-container .agency-block-name {
	left: 3.75em;
	width: 58.13em;
}

.agency-services .between-container .agency-services-info {
	width: 54.19em;
}

.agency-services .between-container .between-container h2 {
	font-size: 1.88rem;/*30px*/
	font-weight: 600;
	line-height: 1.67em;
	letter-spacing: -0.05em;
	width: fit-content;
}

.agency-services .between-container .between-container {
	grid-gap: 4.32em 0;
}

.agency-services li a:hover::before,
.arrow-button a h3:hover::before {
	transform: scaleX(1);
	position: absolute;
	bottom: 0;
	width: 100%;
}
.agency-services li a::before,
.arrow-button a h3::before {
	transform-origin: 0% 50%;
	display: block;
	content: "";
	border-bottom: solid 3px black;
	transform: scaleX(0);
	transition: transform 250ms ease-in-out;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.agency-services h2 {
	font-size: 1.88rem;/*30px*/
	font-weight: 700;
	line-height: 1.67em;
	letter-spacing: -0.05em;
}

.agency-services li {
	font-size: 1.57rem;/*25px*/
	font-weight: 400;
	line-height: 2em;
	letter-spacing: -0.05em;
	position: relative;
	width: fit-content;
}

#agencyServicesText {
	position: absolute;
	top: 0;
}

.agency-brands {
	margin: 9.38em 0 8.63em;
}

.agency-brands h2 {
	font-size: 2.19rem;/*35px*/
	font-weight: 700;
	line-height: 1.23em;
	letter-spacing: -0.03em;
}

.agency-brands .between-container {
	grid-gap: 2.19em;
	margin-top: 3.13em;
}

.agency-brands .between-container .contant-block {
	width: 26.38em;
	height: 13.13em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.agency-brands .between-container .contant-block img {
	height: 100%;
	object-fit: scale-down;
}

.agency-slid {
	margin: 8.63em 0 9.32em;
}

.agency-slid .portfolio-description {
	margin: 0 0 5em;
}

.agency-similar {
	width: 100%;
	position: relative;
	margin: 9.38em 0 14.38em;
}

.agency-similar .portfolio-similar {
	margin: 0;
}

.agency-similar .contant-block {
	width: 26.25em;
	position: static;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	cursor: pointer;
}

.agency-similar .contant-block h3 {
	margin-top: 1.5em;
}

.agency-similar .contant-block .up {
	width: 2.57em;
	height: 2.57em;
	display: none;
	border-radius: 50%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #000;
}

.agency-similar .contant-block .up img {
	width: 1.25em;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.agency-similar .between-container {
	grid-gap: 4.44em 2.19em;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.agency-similar .between-container .flex-space-between {
	width: 100%;
}

.agency-similar .biography-container {
	width: 100%;
	display: none;
	height: 31.25em;
	/* margin-bottom: 73px; */
}

.agency-similar .biography {
	width: 100%;
	display: none;
	position: relative;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: example;
	animation-name: example;
	-webkit-transition: all 0.1s ease 0s;
	transition: all 0.1s ease 0s;
}

.agency-similar .biography h2 {
	font-size: 1.88rem;/*30px*/
	font-weight: 600;
	line-height: 1.67em;
	letter-spacing: -0.05em;
}

.agency-similar .biography p {
	width: 34.72em;
	color: #000;
	font-size: 1.57rem;/*25px*/
	font-weight: 400;
	line-height: 2em;
	letter-spacing: -0.05em;
}

.agency-similar .biography .arrow-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	width: 50%;
	grid-gap: 1.5em 1.88em;
	/* grid-template-columns: repeat(4, 1fr);   */
	margin-top: 4em;
}

.agency-similar .biography .arrow-button .arrow-button-icon,
.agency-similar .biography .arrow-button img {
	width: 2.57em;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	border-radius: 50%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: inherit;
}

.agency-similar .biography .arrow-button h3 {
	margin: 0;
}

.simiral-1920 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.simiral-500 {
	display: none;
}

.agency-explanation {
	width: 100%;
	position: relative;
	margin: 14.38em 0 17.69em;
}

.agency-explanation .portfolio-explanation {
	margin: 0;
}

.agency-explanation .portfolio-explanation p {
	margin-top: 1.44em;
}

.agency-explanation .portfolio-explanation p span{
    font-size: 1.37rem;
}

.news-rain {
	width: 100%;
	position: relative;
	margin: 8.5em 0 15.13em;
}
.news-rain a {
	display: inline-block;
}

.news-rain .between-container {
	-webkit-columns: 4;
	columns: 4;
	display: block;
	-webkit-column-fill: balance;
	column-fill: balance;
}

.news-rain .contant-block {
	width: 26.57em;
	margin-bottom: 3.82em;	
	display: inline-block;
}

.news-rain .contant-block h2 {
	font-size: 1.57rem;/*25px*/
	font-weight: 600;
	line-height: 1.6em;
	letter-spacing: -0.05em;
}

.news-rain .contant-block p {
	font-size: 1.25rem;/*20px*/
	font-weight: 400;
	line-height: 2em;
	letter-spacing: -0.05em;
}

.news-rain .news-rain-img-info {
	width: 26.57em;
	margin-bottom: 1em;
}

.news-rain .news-rain-img-info .between-container {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1.69em;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	grid-gap: 0.63em;
}

.news-rain .news-rain-img-info h4 {
	font-size: 1.25rem;/*20px*/
	font-weight: 500;
	line-height: 1.2em;
	letter-spacing: -0.03em;
}

.news-rain .news-rain-img-info p {
	font-size: 1.25rem;/*20px*/
	font-weight: 500;
	line-height: 1.2em;
	color: #838383;
	letter-spacing: -0.03em;
}

.news-items-presentation {
	width: 100%;
	position: relative;
	margin: 23.32em 0 5.57em;
}

.news-items-presentation .portfolio-presentation {
	margin: 0;
}

.newsItems-portfolio-slid-box {
	margin-bottom: 36.07em;
}

.contacts-gallery {
	width: 100%;
	position: relative;
	margin: 12.94em 0 7.38em;
}

.contacts-gallery .contant-block ul {
	margin: 2.32em 0 2.5em;
}

.contacts-gallery .contant-block li,
.contacts-gallery .contant-block p {
	color: #000;
	font-size: 1.57rem;/*25px*/
	font-weight: 400;
	line-height: 1.6em;
	letter-spacing: -0.03em;
}

.contacts-gallery .contant-block .city-time {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	grid-gap: 1.13em;
	margin-top: 2.75em;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.contacts-gallery .contant-block .city-time h2 {
	margin: 0;
	font-size: 1.88rem;/*30px*/
	font-weight: 700;
	line-height: 1.24em;
	letter-spacing: -0.03em;
}

.contacts-gallery .contant-block .city-time p {
	margin: 0;
	color: #000;
	font-size: 1.88rem;/*30px*/
	font-weight: 500;
	line-height: 1.24em;
	letter-spacing: -0.03em;
}

.contacts-form {
	width: 100%;
	position: relative;
	margin: 7.38em 0 27.82em;
}

.contacts-form .contacts-form-contant {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.contacts-form .contacts-form-contant label {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.contacts-form .contacts-form-contant input {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.contacts-form .contacts-form-contant input:focus ~ label,
.contacts-form .contacts-form-contant textarea:focus ~ label {
	font-weight: 600;
}

.contacts-form .contacts-form-contant textarea {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.contacts-form .contant-block {
	width: 54.25em;
}

.contacts-form .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.contacts-form .right label {
	display: inline-block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 1.57rem;/*25px*/
	margin-top: 0.56em;
	font-weight: 400;
	line-height: 2em;
	letter-spacing: -0.05em;
}

.contacts-form .right .submit-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	grid-gap: 0.82em;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contacts-form .right .submit-block .message {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 31.25em;
	height: fit-content;
}
.contacts-form .right .submit-block .submit {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.contacts-form .right .between-container button {
	font-size: 1.13rem;/*18px*/
	font-weight: 400;
	line-height: 1.23em;
	text-align: center;
}

.contacts-form .right input {
	width: 100%;
	height: 2.15em;
	font-size: 1.25rem;/*20px*/
	font-weight: 400;
	line-height: 2.5em;
	letter-spacing: -0.05em;
	border-bottom: 3px solid #000;
}

.contacts-form .right textarea {
	width: 100%;
	height: 10.5em;
	font-size: 1.25rem;/*20px*/
	overflow-y: auto;
	font-weight: 400;
	resize: vertical;
	min-height: 10.5em;
	max-height: 30em;
	line-height: 2.5em;
	border-top: none;
	border-left: none;
	border-right: none;
	letter-spacing: -0.05em;
	border-bottom: 3px solid #000;
	resize: none;
}

.contacts-form .between-container .between-container {
	margin-top: 1.25em;
}

.contacts-form .flex-end {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 3.75em;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.contacts-form h2 {
	font-size: 1.88rem;/*30px*/
	font-weight: 600;
	line-height: 1.67em;
	letter-spacing: -0.05em;
}
.contacts-form p {
	font-size: 1.57rem;/*25px*/
	line-height: 2em;
	font-weight: 400;
	margin-top: 2em;
	letter-spacing: -0.05em;
}

.price-button span {
	font-size: 1.13rem;/*18px*/
	font-weight: 400;
	line-height: 1.23em;
	letter-spacing: 0em;
}

.price-button:hover {
    padding: 4px;
}

.privicy-block {
	width: 50%;
}
.flex-news{
	-webkit-columns: unset!important;
    columns: unset!important;
    display: flex!important;
    -webkit-column-fill: unset!important;
    column-fill: unset!important;
    justify-content: flex-start;
    /* grid-gap: 33px; */
    grid-gap: 28px;
}
@-webkit-keyframes example {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes example {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.opacity {
	opacity: 0;
}

.oasS2s {
	overflow: hidden;
	position: relative;
	-webkit-animation-name: example;
	animation-name: example;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.oasS2s2 {
	overflow: hidden;
	position: relative;
	-webkit-animation-name: example2;
	animation-name: example2;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

@keyframes example {
	0% {
		-webkit-transform: translate(0px, 15.63em);
		transform: translate(0px, 15.63em);
		opacity: 0;
	}

	50% {
		-webkit-transform: translate(0px, 0);
		transform: translate(0px, 0);
	}
	100% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translate(0px, 0);
		transform: translate(0px, 0);
	}
}

@keyframes example2 {
	0% {
		-webkit-transform: translate(0px, 15.63em);
		transform: translate(0px, 15.63em);
		opacity: 0;
	}

	50% {
		-webkit-transform: translate(0px, 0);
		transform: translate(0px, 0);
	}
	100% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translate(0px, 0);
		transform: translate(0px, 0);
	}
}
/*# sourceMappingURL=main.css.map */
