/*  RESET browser defaults (Eric Meyer Global Reset)*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clearfloat {
	clear:both;
  	height:0;
  	font-size: 1px;
 	line-height: 0px;
}
/* END RESET browser defaults */


/* FONTS */
@font-face {
    font-family: 'Roboto-Regular';
    src: url('fonts/Roboto/Roboto-Regular.eot');
    src: local('Roboto-Regular'), 
		 url('fonts/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Roboto/Roboto-Regular.woff2') format('woff2'),
		 url('fonts/Roboto/Roboto-Regular.woff') format('woff'), 
         url('fonts/Roboto/Roboto-Regular.ttf') format('truetype'),
         url('fonts/Roboto/Roboto-Regular.svg#Roboto-Regular') format('svg'); 
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('fonts/Roboto/Roboto-Medium.eot');
    src: local('Roboto-Medium'), 
		 url('fonts/Roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Roboto/Roboto-Medium.woff2') format('woff2'),
		 url('fonts/Roboto/Roboto-Medium.woff') format('woff'), 
         url('fonts/Roboto/Roboto-Medium.ttf') format('truetype'),
         url('fonts/Roboto/Roboto-Medium.svg#Roboto-Medium') format('svg'); 
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('fonts/Roboto/Roboto-Light.eot');
    src: local('Roboto-Light'), 
		 url('fonts/Roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Roboto/Roboto-Light.woff2') format('woff2'),
		 url('fonts/Roboto/Roboto-Light.woff') format('woff'), 
         url('fonts/Roboto/Roboto-Light.ttf') format('truetype'),
         url('fonts/Roboto/Roboto-Light.svg#Roboto-Light') format('svg'); 
}

@font-face {
    font-family: 'Prometo-Regular';
    src: url('fonts/Prometo/Prometo-Regular.eot');
    src: local('Prometo-Regular'), 
		 url('fonts/Prometo/Prometo-Regular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Prometo/Prometo-Regular.woff2') format('woff2'),
		 url('fonts/Prometo/Prometo-Regular.woff') format('woff'), 
         url('fonts/Prometo/Prometo-Regular.ttf') format('truetype'),
         url('fonts/Prometo/Prometo-Regular.svg#Prometo-Regular') format('svg'); 
}

@font-face {
    font-family: 'Prometo-Medium';
    src: url('fonts/Prometo/Prometo-Medium.eot');
    src: local('Prometo-Medium'), 
		 url('fonts/Prometo/Prometo-Medium.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Prometo/Prometo-Medium.woff2') format('woff2'),
		 url('fonts/Prometo/Prometo-Medium.woff') format('woff'), 
         url('fonts/Prometo/Prometo-Medium.ttf') format('truetype'),
         url('fonts/Prometo/Prometo-Medium.svg#Prometo-Medium') format('svg'); 
}

@font-face {
    font-family: 'Prometo-Light';
    src: url('fonts/Prometo/Prometo-Light.eot');
    src: local('Prometo-Light'), 
		 url('fonts/Prometo/Prometo-Light.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Prometo/Prometo-Light.woff2') format('woff2'),
		 url('fonts/Prometo/Prometo-Light.woff') format('woff'), 
         url('fonts/Prometo/Prometo-Light.ttf') format('truetype'),
         url('fonts/Prometo/Prometo-Light.svg#Prometo-Light') format('svg'); 
}

@font-face {
    font-family: 'Prometo-Thin';
    src: url('fonts/Prometo/Prometo-Thin.eot');
    src: local('Prometo-Thin'), 
		 url('fonts/Prometo/Prometo-Thin.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Prometo/Prometo-Thin.woff2') format('woff2'),
		 url('fonts/Prometo/Prometo-Thin.woff') format('woff'), 
         url('fonts/Prometo/Prometo-Thin.ttf') format('truetype'),
         url('fonts/Prometo/Prometo-Thin.svg#Prometo-Thin') format('svg'); 
}


/* GLOBAL */
.centered {
	text-align: center;
}

.bold {
	font-family: 'Roboto-Medium', Tahoma, 'Trebuchet MS', Arial;
}

.underline {
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

h1 {
	color: #00a5d5;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 38px;
}

h1.ufirst {
	text-transform: none;
}

h2 {
	color: #00a5d5;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 20px;
}

h2.ufirst {
	text-transform: none;
}

h3 {
	font-size: 18px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

input, textarea, select {
	font-family: 'Roboto-Regular', Tahoma, 'Trebuchet MS', Arial;
	font-size: 13px;
	border: 1px solid #3c3c3c;
	color: #6f6f6f;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
}

input,
select {
	height: 21px;
}

input.checkbox {
	width: 15px !important;
}

#okmsg {
	color: #1ab624;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 15px;
}

#errormsg {
	color: #bf1e2e;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 15px;
}

.modal {
  display: none; 
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; 
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  width: 75%;
  max-width: 800px;
  margin-top:100px;
}

.modal-content img {
  width: 100%;  
}


#modal-images{
	display:flex;
	flex-direction:column;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* CUSTOM STYLE */
body {
	line-height: 20px;
	font-family: 'Roboto-Regular', Tahoma, 'Trebuchet MS', Arial;
	font-size: 13px;
	background: #000000;
	position: relative;
	overflow-x: hidden;
	color: #ffffff
}
/*
#arrowtop {
	position: fixed;
	width: 31px;
	height: 31px;
	background: url('../images/bg-arrow-top.png') no-repeat left top;
	left: calc(50% + 550px);
	top: 50%;
	cursor: pointer;
	z-index: 9;
}
*/
#arrowtop a {
	display: block;
	height: 100%;
}



#opacity {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.8;
	z-index: 980;
}

#promotion {
	position: fixed;
	top: calc(50% - 175px);
	left: calc(50% - 465px);
	background: #ffffff;
	width: 850px;
	height: 350px;
	z-index: 990;
	padding: 40px;
}

#promotion .promotion-loader {
	float: right;
	width: 38px;
	height: 38px;
	background: url('../images/loader.svg') no-repeat left top;
	display: none;
}

#promotion #promotion-container {
	position: relative;
}

#promotion .promotion-close {
	position: absolute;
	top: -30px;
	right: -30px;
	width: 38px;
	height: 38px;
	background: url('../images/bg-promotion-close.svg') no-repeat center center;
	cursor: pointer;
}

#promotion .promotion-close:hover {
	opacity: 0.7;
}

#promotion .promotion-left {
	float: left;
	width: 230px;
	height: 100%;
	text-align: left;
	line-height: 35px;
	font-size: 35px;
	font-family: 'Prometo-Medium';
	color: #000000;
}

#promotion .promotion-left span {
	color: #7e4da5;
}

#promotion .promotion-right {
	float: left;
	width: 600px;
	padding-left: 30px;
	font-size: 14px;
	box-sizing: border-box;
}

#promotion .promotion-right .right1 {
	float: left;
	width: 280px;
}

#promotion .promotion-right .right1 div {
	float: left;
	margin-left: 15px;
	margin-bottom: 20px;
}

#promotion .promotion-right .right2 {
	float: left;
	width: 240px;
	margin-left: 50px;
	color: #000000;
}

#promotion .promotion-right .right2 input.checkbox {
	float: left;
	clear: left;
	height: auto;
}

#promotion .promotion-right .right2 label {
	padding-left: 5px;
}

#promotion .promotion-right .right2 div {
	float: left;
	width: 100%;
	padding: 3px 0;
}

#promotion .promotion-right input {
	width: 238px;
	height: 40px;
	background: #ffffff;
	border-radius: 24px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	color: #000000;
}

#promotion .promotion-right textarea {
	width: 238px;
	height: 153px;
	background: #ffffff;
	border-radius: 24px;
	margin-bottom: 10px;
	padding: 20px;
	font-size: 14px;
	color: #000000;
}

#promotion .promotion-right input.submit,
#promotion .promotion-right input.return {
	width: 165px;
	height: 45px;
	margin-top: 26px;
	background: transparent linear-gradient(270deg, #BC3090 0%, #7D50A0 100%) 0% 0% no-repeat padding-box;
	border-radius: 24px;
	border: 0;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Roboto-Medium';
	font-size: 16px;
	cursor: pointer;
	transition: all 1s;
}

#promotion .promotion-right input.return {
	width: 285px;
	display: none;
}

#promotion .promotion-right input.submit:hover,
#promotion .promotion-right input.return:hover {
	background: #BC3090;
}

#promotion .promotion-right input.confirm {
	width: 165px;
	height: 45px;
	margin-top: 50px;
	background: transparent;
	border-radius: 24px;
	border: 1px solid #A32179;
	color: #BC3090;
	font-family: 'Roboto-Medium';
	font-size: 15px;
	margin-right: 42px;
	display: none;
}




#recover {
	position: fixed;
	top: calc(50% - 240px);
	left: calc(50% - 405px);
	background: transparent;
	width: 810px;
	height: 350px;
	z-index: 990;
	display: none;
}

#recover .recover-loader {
	float: right;
	width: 38px;
	height: 38px;
	background: url('../images/loader.svg') no-repeat left top;
	display: none;
}


#recover .recover-close {
	float: right;
	width: 38px;
	height: 38px;
	background: url('../images/bg-promotion-close.svg') no-repeat center center;
	cursor: pointer;
}

#recover .recover-close:hover {
	opacity: 0.7;
}

#recover .recover-left {
	float: left;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 50px;
	font-size: 60px;
	font-family: 'Prometo-Light';
	color: #ffffff;
}

#recover .recover-left span {
	font-family: 'Prometo-Medium';
}

#recover .recover-left span.tip {
	font-family: 'Prometo-Light';
	font-size: 45px;
	line-height: 50px;
	color: #BC3090;
}

#recover .recover-right {
	float: left;
	width: 100%;
	font-size: 14px;
	box-sizing: border-box;
	padding-top: 40px;
	text-align: center;
}

#recover .recover-right div {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	font-size: 22px;
	line-height: 30px;
	font-family: 'Prometo-Light';
	text-align: center;
}

#recover .recover-right div span {
	font-family: 'Prometo-Medium';
}
	
#recover .recover-right input {
	width: 403px;
	height: 34px;
	background: #ffffff;
	border-radius: 24px;
	margin: 0 auto 10px;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
}

#recover .recover-right input.submit,
#recover .recover-right input.return {
	width: 165px;
	height: 45px;
	margin: 20px auto 0;
	background: transparent linear-gradient(270deg, #BC3090 0%, #7D50A0 100%) 0% 0% no-repeat padding-box;
	border-radius: 24px;
	border: 0;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Roboto-Medium';
	font-size: 16px;
	cursor: pointer;
	transition: all 1s;
}

#recover .recover-right input.return {
	width: 285px;
	display: none;
}

#recover .recover-right input.submit:hover,
#recover .recover-right input.return:hover {
	background: #BC3090;
}

#recover .recover-right input.confirm {
	width: 165px;
	height: 45px;
	margin-top: 50px;
	background: transparent;
	border-radius: 24px;
	border: 1px solid #A32179;
	color: #BC3090;
	font-family: 'Roboto-Medium';
	font-size: 15px;
	margin-right: 42px;
	display: none;
}




#header {
	position: fixed;
/*	float: left;*/
	width: 100%;
	height: 150px;
	z-index: 900;
	transition: all 0.5s;
}

#header #header-container {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

#header #logo {
	float: left;
	width: 340px;
	height: 120px;
	margin-left: 100px;
	margin-top: 30px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#header #logo a {
	display: block;
	height: 100%;
	cursor: pointer;
}

#header #logo a img {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/*
#header #burger {
	position: absolute;
	right: 5%;
	top: 72px;
	width: 30px;
	height: 25px;
	background: url('../images/burger.png') no-repeat left bottom;
	cursor: pointer;
	z-index: 20;
	transition: all 0.5s;
	display: none;
}

#header #burger:hover {
	background: url('../images/burger.png') no-repeat left top;
}
*/


#header #burger {
	position: absolute;
	right: 5%;
	top: 56px;
	width: 30px;
	height: 25px;
	cursor: pointer;
	z-index: 2000;
	transition: all 0.5s;
	display: none;
	-webkit-transform: translateZ(0) scale(1,1);
	transform: translateZ(0) scale(1,1);
}

#header #burger span {
	width: 30px;
	height: 3px;
	display: block;
	position: absolute;
	background: #fff;
	transition: all 0.5s;
}

#header #burger span:nth-child(1) {
	-webkit-transform-origin: 10px 1px;
	transform-origin: 10px 1px;
	top: 0px;
}

#header #burger span:nth-child(2) {
	top: 10px;
}

#header #burger span:nth-child(3) {
	-webkit-transform-origin: 10px 1px;
	transform-origin: 10px 1px;
	top: 20px;
}

#header #burger.open span:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

#header #burger.open span:nth-child(2) {
  -webkit-transition: opacity .3s linear,-webkit-transform .3s linear;
  transition: opacity .3s linear,-webkit-transform .3s linear;
  transition: transform .3s linear,opacity .3s linear;
  transition: transform .3s linear,opacity .3s linear,-webkit-transform .3s linear;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  opacity: 0;
}

#header #burger.open span:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg);
}





#header #burger-menu {
	position: fixed;
	right: 0;
	top: 90px;
	width: 0;
	height: 100%;
	background: rgba(0, 0, 0, 1);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	margin-top: 40px;
}

#header #burger-menu .burger-menu-option {
	float: left;
	width: 100%;
	text-transform: uppercase;
	font-family: 'Roboto-Regular', Tahoma, 'Trebuchet MS', Arial;
	padding-left: 100px;
	box-sizing: border-box;
	transition: all 0.5s;
}

#header #burger-menu .burger-menu-option a {
	color: #ffffff;
	text-decoration: none;
	padding: 15px 0;
	display: block;
	font-size: 14px;
}

#header #burger-menu .burger-menu-option a:hover {
	color: #69519D;
}

#header #burger-menu .burger-menu-option a.menu-quotation {
	background: linear-gradient(to right, #6b54a2, #d11987);
	border-radius: 24px;
	border: 0;
	color: #ffffff;
	font-family: 'Roboto-Medium';
	font-size: 14px;
	padding: 5px 10px;
	text-transform: uppercase;
	position: relative;
	top: 15px;
	transition: none;
	width: 140px;
}





#menu-container {
	float: right;
	height: 1vw;
	margin-top: 55px;
	position: relative;
	z-index: 999;
	transition: 0.5s all;
	width:50vw;
}
/*
#menu-container #menu-logo {
	position: absolute;
	left: calc(50% - 490px);
	top: 10px;
	width: 150px;
	height: 60px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	display: none;
}
*/
#menu {
	height: 100%;
	text-align: center;
}

#menu ul {
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	transition: all 0.5s;
}

#menu li {
	float: left;
	height: 100%;
	margin: 0 15px;
	text-align: center;
}

#menu li a {
	display: block;
	width: auto;
	text-decoration: none;
	font-family: 'Prometo-Medium', Tahoma, 'Trebuchet MS', Arial;
	font-size: 1vw;
	color: white;
	cursor: pointer;
	padding-bottom: 5px;
	background: url('../images/bg-menu-option-dash.png') no-repeat -200px bottom;
	transition: 0.5s all;
}

#menu li a:hover {
	/*color: #7951A1;*/
	/*border-bottom: 2px solid #ffffff;*/
	background: url('../images/bg-menu-option-dash.png') no-repeat left bottom;
}


#menu li a.menu-quotation {
	background: linear-gradient(to right, #6b54a2, #d11987);
	border-radius: 2vw;
	border: 0;
	color: #ffffff !important;
	font-family: 'Roboto-Medium';
	font-size: 0.8vw;
	padding: 0.25vw 0.5vw;
	text-transform: uppercase;
	position: relative;
	top: -4px;
	transition: none;
}

#menu li a.menu-quotation:hover {
	background: #6b54a2;
}


@media(max-width:1300px){
	#header {
        background-color:black !important;
    }
}





/* SECTION */
.section {
	float: left;
	width: 100%;
}

.section .section-container {
	width: 1000px;
	margin: 120px auto;
	overflow: hidden;
	position: relative;
}

.section .section-title {
	float: left;
	width: 100%;
	color: #2f2f30;
	text-align: center;
	font-size: 40px;
	font-family: 'Prometo-Regular', Tahoma, 'Trebuchet MS', Arial;
	line-height: 80px;
	margin-bottom: 5px;
	position: relative;
}

.section .section-title .line {
	width: 465px;
	height: 55px;
	background: url('../images/bg-title.png') no-repeat left bottom;
	margin: 10px auto 0;
}

.section .section-subtitle {
	float: left;
	width: 100%;
	color: #202d59;
	text-align: center;
	text-transform: uppercase;
	font-size: 17px;
	font-family: 'Roboto-Medium', Tahoma, 'Trebuchet MS', Arial;
	line-height: 20px;
	padding-bottom: 20px;
	position: relative;
}


.section .section-description {
	float: left;
	width: 100%;
	text-align: center;
	color: #373737;
	font-size: 14px;
	line-height: 28px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.section .section-left {
	float: left;
	width: 50%;
}

.section .section-right {
	float: left;
	width: 50%;
}

.section .section-button {
	margin: 0 auto;
	width: 200px;
	height: 32px;
	text-align: center;
	color: #888888;
	text-transform: uppercase;
	font-family: 'Roboto-Medium', Tahoma, 'Trebuchet MS', Arial;
	font-size: 13px;
	line-height: 28px;
	border: 3px solid #fa8305;
	display: table;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.section .section-button:hover {
	background: #fa8305;
	color: #ffffff;
	cursor: pointer;
}

.section .section-button a {
	display: block;
	height: 100%;
	color: #888888;
	padding-top: 5px;
	text-transform: uppercase;
	font-family: 'Roboto-Medium', Tahoma, 'Trebuchet MS', Arial;
	font-size: 13px;
	text-decoration: none;
}

.section .section-button a:hover {
	background: #fa8305;
	color: #ffffff;
}






#banner {
	float: left;
	width: 100%;
	height: 50vw;
	display:flex;
	overflow:hidden;
}

#banner .text {
	float: left;
	width: 50%;
	height: 100%;
	box-sizing: border-box;
	display: flex;
    flex-direction: column;
	align-items: end;
	padding-right:3%;
	justify-content:center;
	margin-top:4vw;
}

#banner .text .top {
	float: left;
	font-size: 10vw;
	font-family: 'Prometo-Medium';
	line-height: 10vw;
	margin-bottom: 4vw;
	text-align:end;
}

#banner .text .bottom {
    float: left;
    width: 15vw;
    font-size: 1vw;
    font-family: 'Roboto-Regular';
    line-height: 1.2vw;
    text-align: end;
}

#banner .projects{
	width:50%;
	position: relative;
	height:100%;
	overflow:hidden;
}

#banner .projects .content{
	position: absolute;
    bottom: 3vw;
    display: flex;
    flex-direction: column;
    gap: 1vw;
    width: 40vw;
    left: 55px;
}

.project-image{
	height:100%;
}
	

#banner .projects .content .title{
	font-family: 'Prometo-Medium';
	font-size: 2.8vw;
	line-height: 2.8vw;
}

#banner .projects .content .description{
	font-family: 'Roboto-Light';
	font-size:0.8vw;
}

#banner .projects .content a{
	border: 1px solid white;
    width: 7vw;
    text-align: center;
    border-radius: 22px;
    padding-top: 0.4vw;
    padding-bottom: 0.4vw;
	color:white;
	font-family: 'Prometo-Light';
}

#banner .projects .content a:hover{
	text-decoration:none;
}

#banner .gallery {
	display: flex;
	overflow-x: scroll;	
/*	overflow: -moz-scrollbars-none;
	-ms-overflow-style: none;*/
	scrollbar-width: none; /* Firefox */
	scrollbar-height: none; /* Firefox */
	-ms-overflow-style: none; /* IE 10+ */
}

#banner .gallery::-webkit-scrollbar {
	display: none;
}

#banner .gallery .gallery-wrapper {
	flex-grow: 1;
}

#banner .gallery .row {
	display: flex;
}

#banner .gallery .project {
	float: left;
	width: 315px;
	height: 315px;
	margin: 3px;
	overflow: hidden;
	position: relative;
}

#banner .gallery .project .image {
	float: left;
}

#banner .gallery .project .image img {
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
	opacity: 0.9;
}

#banner .gallery .project .content {
	position: absolute;
	width: 100%;
	height: 100%;
	margin-left: -100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 100;
	overflow: hidden;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
	background: none;
	cursor: pointer;
}

#banner .gallery .project .content .content-wrapper {
	float: left;
	width: 100%;
	height: 100%;
	padding: 40px 30px;
	box-sizing: border-box;
	display: none;
}

#banner .gallery .project .content .content-wrapper .project-name {
	float: left;
	width: 100%;
	font-family: 'Roboto-Medium';
	font-size: 16px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

#banner .gallery .project .content .content-wrapper .project-description {
	float: left;
	width: 100%;
	line-height: 30px;
}

#banner .projects .arrows{
	position: relative;
    display: flex;
    width: 100px;
    float: right;
    bottom: 9.5vw;
    right: 35px;
}

#banner .projects .arrows .swiper-button-next{
}

#banner .projects .arrows .swiper-button-prev{
	 
}

#banner .projects .arrows .swiper-button-next, #banner .projects .arrows .swiper-button-prev {
    background-size: contain;  
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;  
    height: 40px;
    color: white;	
}

#banner .projects .arrows .swiper-button-next::after, #banner .projects .arrows .swiper-button-prev::after {
	width: 40px;  
    height: 40px;
}

@media (max-width:1300px){
	#banner {
        flex-direction: column;
		margin-top: 105px;
		height:auto;
    }
	
	#banner .text {
        width: 100%;
        flex-direction: row;
        padding-right:0;
        gap:110px;
        height:300px;		
    }
	
	#banner .text .top {
        font-size: 90px;
        line-height: 90px;
        margin-bottom: 67px;
        text-align: left;
        width: 360px;
    }
	
	#banner .text .bottom {
        line-height: 25px;
        text-align: end;
        margin-bottom: 77px;
        font-size: 14px;
		width:210px;
    }
	
	#banner .projects {
        width: 100%;
    }
	
	#banner .projects .swiper-slide img{
		width:100%;
		position: relative;
        top: 6px;
	}
	#banner .projects .content {
    position: absolute;
    top: 5vw;
    display: flex;
    flex-direction: column;
    gap: 1vw;
    width: 80vw;
    left: 55px;
    }
	#banner .projects .content a {
    border: 1px solid white;
    width: 15vw;
    text-align: center;
    border-radius: 22px;
    padding-top: 0.7vw;
    padding-bottom: 0.7vw;
    color: white;
    font-family: 'Prometo-Light';
    font-size: 1.2vw;
    }
	#banner .projects .content .title {
    font-family: 'Prometo-Medium';
    font-size: 5vw;
    line-height: 5vw;
    margin-bottom: 70vw;
    }
	#banner .projects .content .description {
    font-family: 'Roboto-Light';
    font-size: 1.8vw;
    }
	#banner .projects .arrows{
    bottom: 14vw;
    }
}

@media(max-width:768px){
    #banner .projects .content {
        position: absolute;
        top: 6vw;
        display: flex;
        flex-direction: column;
        gap: 2vw;
        width: 60vw;
        left: 5%;
    }
	#banner .projects .content .title {
        font-family: 'Prometo-Medium';
        font-size: 6vw;
        line-height: 6vw;
        margin-bottom: 66vw;
    }
	#banner .projects .content .description {
        font-family: 'Roboto-Light';
        font-size: 2.5vw;
        line-height: 1.2;
    }
	#banner .projects .content a {
        border: 1px solid white;
        width: 21vw;
        text-align: center;
        border-radius: 22px;
        padding-top: 1.5vw;
        padding-bottom: 1.5vw;
        color: white;
        font-family: 'Prometo-Light';
        font-size: 2.2vw;
    }
}

@media(max-width:700px){
	#banner .text {
        width: 100%;
        height: auto;
        padding: 0 5%;
        margin-bottom: 50px;
        flex-direction: column;
        align-items: center;
		gap:50px;
    }
	
	#banner .text .top {
        padding-top: 0;
        text-align: center;
		margin-bottom:0;
    }
	
	#banner .text .bottom {
        line-height: 18px;
        font-size: 15px;
        text-align: left;
    }
}

@media(max-width:550px){
	#banner .projects .arrows .swiper-button-next, #banner .projects .arrows .swiper-button-prev {
    background-size: contain;  
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;  
    height: 25px;
    color: transparent;	
    }
    #banner .projects .arrows .swiper-button-next::after, #banner .projects .arrows .swiper-button-prev::after {
	width: 25px;  
    height: 25px;
    }
	#banner .projects .arrows {
    position: relative;
    display: flex;
    width: 85px;
    float: right;
    bottom: 15vw;
    right: 3vw;
    }
	 :root {
    --swiper-navigation-size: 30px !important;
    }
	
}

@media(max-width:440px){	
	#banner .text .top {
        padding-top: 0;
        text-align: center;
		margin-bottom:0;
		font-size:66px;
		line-height:66px;
    }
	#banner .text .bottom {
        margin-bottom:0;
    }
	#banner .projects .content {
        position: absolute;
        top: 8vw;
        width: 75vw;
    }
	#banner .projects .content .description {
        font-family: 'Roboto-Light';
        font-size: 13px;
        line-height: 1.2;
    }
	#banner .projects .content .title {
        font-family: 'Prometo-Medium';
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 66vw;
    }
	#banner .projects .content a {
        border: 1px solid white;
        width: 28vw;
        text-align: center;
        border-radius: 22px;
        padding-top: 0.5vw;
        padding-bottom: 0.5vw;
        color: white;
        font-family: 'Prometo-Light';
        font-size: 9px;
    }
}


#slider {
	margin-top: 90px;
}





#project {
	background: #ffffff;
	margin-top: 90px;
}

#project .section-description {
	float: none;
	width: 100%;
	margin: 0;
	padding: 100px 140px;
	box-sizing: border-box;
	transition: all 0.5s;
}

#project .section-description .data {
	float: left;
	width: 30%;
	padding-right: 50px;
	box-sizing: border-box;
	text-align: left;
}

#project .section-description .data .arrow {
	float: left;
	width: 32px;
	height: 32px;
	background: url('../images/bg-arrow.png') no-repeat left center;
	margin-bottom: 30px;
	display: none;
}

#project .section-description .data .arrow a {
	display: block;
	height: 100%;
}

#project .section-description .data .title {
	float: left;
	width: 100%;
	font-family: 'Roboto-Light';
	font-size: 65px;
	line-height: 65px;
	color: #000000;
}

#project .section-description .data .client {
	float: left;
	width: 100%;
	font-family: 'Prometo-Regular';
	font-size: 20px;
	line-height: 20px;
	color: #000000;
	margin-top: 20px;
}

#project .section-description .data .content {
	float: left;
	width: 100%;
	font-family: 'Roboto-Regular';
	font-size: 14px;
	line-height: 30px;
	color: #888888;
	margin-top: 40px;
}

#project .section-description .description {
	display: table-cell;
	text-align: left;
	font-family: 'Roboto-Regular';
	font-size: 14px;
	line-height: 30px;
	color: #000000;
}

#project .section-description .description .project-image {
	float: left;
	width: 33.3%;
	padding: 6px;
	box-sizing: border-box;	
	overflow: hidden;
}

#project .section-description .description .project-image img {
	width: 100%;
}

#project .section-description .description .project-image:nth-child(4),
#project .section-description .description .project-image:nth-child(7),
#project .section-description .description .project-image:nth-child(10) {
	clear: left;
}

#project .section-description .data .icons {	
	float: left;
	position: relative;
	text-align: center;
	margin-top: 30px;
}

#project .section-description .data .icons .icon-logo {	
	width: 55px;
	height: 48px;
	background: url('../images/bg-testimonial-icons2.svg') no-repeat left -5px;
	margin: 0 5px;
	display: inline-block;
}
#project .section-description .data .icons .icon-logo:hover {
	background-position: left -53px;
}

#project .section-description .data .icons .icon-identity {	
	width: 51px;
	height: 48px;
	background: url('../images/bg-testimonial-icons2.svg') no-repeat -58px -5px;
	margin: 0 5px;
	display: inline-block;
}
#project .section-description .data .icons .icon-identity:hover {
	background-position: -58px -53px;
}

#project .section-description .data .icons .icon-print {	
	width: 51px;
	height: 48px;
	background: url('../images/bg-testimonial-icons2.svg') no-repeat -112px -5px;
	margin: 0 5px;
	display: inline-block;
}
#project .section-description .data .icons .icon-print:hover {
	background-position: -112px -53px;
}

#project .section-description .data .icons .icon-web {	
	width: 51px;
	height: 48px;
	background: url('../images/bg-testimonial-icons2.svg') no-repeat -166px -5px;
	margin: 0 5px;
	display: inline-block;
}
#project .section-description .data .icons .icon-web:hover {
	background-position: -166px -53px;
}

#project .section-description .data .icons .icon-360 {	
	width: 51px;
	height: 48px;
	background: url('../images/bg-testimonial-icons2.svg') no-repeat -222px -5px;
	margin: 0 5px;
	display: inline-block;
}
#project .section-description .data .icons .icon-360:hover {
	background-position: -222px -53px;
}

#project .section-description .data .icons .icon-outdoor {	
	width: 51px;
	height: 48px;
	background: url('../images/bg-testimonial-icons2.svg') no-repeat -276px -5px;
	margin: 0 5px;
	display: inline-block;
}
#project .section-description .data .icons .icon-outdoor:hover {
	background-position: -276px -53px;
}

#project .section-description .data .icons .icon-multimedia {	
	width: 51px;
	height: 48px;
	background: url('../images/bg-testimonial-icons2.svg') no-repeat -384px -5px;
	margin: 0 5px;
	display: inline-block;
}
#project .section-description .data .icons .icon-multimedia:hover {
	background-position: -384px -53px;
}

#project .section-description .data .icons .icon-packaging {	
	width: 51px;
	height: 48px;
	background: url('../images/bg-testimonial-icons2.svg') no-repeat -330px -5px;
	margin: 0 5px;
	display: inline-block;
}
#project .section-description .data .icons .icon-packaging:hover {
	background-position: -330px -53px;
}

#project .section-description .data .icons div {
	position: relative;
	transition: all 0.5s;
}

#project .section-description .data span {
	position: absolute;
	top: 55px;
	left: 0;
	width: 56px;
	text-align: center;
	line-height: 16px;
	color: #7053A2;
	font-family: 'Roboto-Regular';
	font-size: 13px;
	display: none;
	transition: all 0.5s;
}

#project .section-description .data div.icon-logo span {
	left: 2px;
}

#project .section-description .data div.icon-identity span {
	left: -7px;
	width: 68px;
}

#project .section-description .data div.icon-print span {
	left: -2px;
}

#project .section-description .data div.icon-outdoor span {
	left: -3px;
}

#project .section-description .data div.icon-multimedia span {
	left: -7px;
}

#project .section-description .data div.icon-packaging span {
	left: -10px;
	width: 70px;
}

#project .section-description .data div.icon-logo:hover span,
#project .section-description .data div.icon-identity:hover span,
#project .section-description .data div.icon-print:hover span,
#project .section-description .data div.icon-web:hover span,
#project .section-description .data div.icon-360:hover span,
#project .section-description .data div.icon-outdoor:hover span,
#project .section-description .data div.icon-multimedia:hover span,
#project .section-description .data div.icon-packaging:hover span {
	display: block;
}


#project .section-description .data .button-back {
	float: left;
	width: 100%;
	margin-top: 150px;
}







#about .section-description {
	float: none;
	width: 1250px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 100px;
}

#about .section-description .title {
	float: left;
	width: 250px;
	margin-right: 50px;
	font-family: 'Roboto-Light';
	font-size: 80px;
	line-height: 60px;
	color: #ffffff;
}

#about .section-description .description {
	display: table-cell;
	text-align: left;
	font-family: 'Roboto-Regular';
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
}





#choice {
	background: #F7F7F7;
}

#choice .section-title {
	margin-top: 130px;
	margin-bottom: 10px;
	font-family: 'Prometo-Medium';
}

#choice .section-subtitle {
	color: #000000;
	text-transform: none;
	font-family: 'Roboto-Regular';
	font-size: 18px;
	line-height: 30px;
}

#choice .section-description {
	padding-top: 50px;
	padding-bottom: 130px;
}

#choice .section-description .factor-list {
	margin: 0 auto;
	width: 1200px;
}

#choice .section-description .factor-list .factor-item {
	float: left;
	width: 33%;
	padding: 0 55px;
	box-sizing: border-box;
	margin-top: 100px;
}

#choice .section-description .factor-list .factor-item .factor-number {
	float: left;
	text-align: left;
	color: #372462;
	font-family: 'Prometo-Regular';
	font-size: 80px;
	line-height: 60px;
	background: url('../images/bg-dot.png') no-repeat 48px 46px;
	padding-right: 24px;
}

#choice .section-description .factor-list .factor-item .factor-title {
	float: left;
	clear: left;
	width: 100%;
	text-align: left;
	color: #372462;
	font-family: 'Prometo-Regular';
	font-size: 22px;
	line-height: 24px;	
	margin-top: 30px;
}

#choice .section-description .factor-list .factor-item .factor-description {
	float: left;
	width: 100%;
	text-align: left;
	color: #686868;
	font-family: 'Roboto-Regular';
	font-size: 14px;
	line-height: 24px;	
	margin-top: 23px;
}




#method {
	background: #ffffff;
}

#method .section-container {
	width: 1200px;
	margin: 0 auto;
	float: none;
}

#method .section-title {
	margin-top: 130px;
	margin-bottom: 10px;
	font-family: 'Prometo-Medium';
}

#method .section-subtitle {
	color: #888888;
	text-transform: none;
	font-family: 'Roboto-Regular';
	font-size: 18px;
	line-height: 30px;
}

#method .section-description {
	padding-top: 100px;
	padding-bottom: 150px;
}

#method .section-description img.small {
	display: none;
}





#services {
	background: #f7f7f7;
}

#services .section-title {
	padding-top: 150px;
	padding-bottom: 50px;
}

#services .service-list {
	width: 100%;
	box-sizing: border-box;
	padding: 0 10%;
	text-align: center;
	display: flex;
    flex-wrap: wrap;
}

#services .service-list .service-item {
	float: left;
	width: 25%;
	padding: 0 3%;
	box-sizing: border-box;
	margin-bottom: 100px;
}

#services .service-list .service-item:nth-child(5) {
	clear: left;
}

#services .service-list .service-item .service-image {
	margin: 0 auto;
	width: 103px;
	height: 60px;	
}

#services .service-list .service-item2 .service-image {
	width: 63px;
	background: url('../images/bg-services2.svg') no-repeat -63px top;
}

#services .service-list .service-item3 .service-image {
	width: 37px;
	background: url('../images/bg-services2.svg') no-repeat -131px top;
}

#services .service-list .service-item5 .service-image {
	width: 85px;
	background: url('../images/bg-services2.svg') no-repeat -227px top;
}

#services .service-list .service-item6 .service-image {
	width: 64px;
	background: url('../images/bg-services2.svg') no-repeat -317px top;
}

#services .service-list .service-item7 .service-image {
	width: 55px;
	background: url('../images/bg-services2.svg') no-repeat -385px top;
}

#services .service-list .service-item8 .service-image {
	width: 80px;
	background: url('../images/bg-services2.svg') no-repeat -446px top;
}

#services .service-list .service-item .service-title {
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'Prometo-Regular';
	font-size: 20px;
	color: #000000;	
	margin-top: 30px;
}

#services .service-list .service-item .service-description {
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'Roboto-Regular';
	font-size: 14px;
	color: #888888;	
	margin-top: 15px;
}






#projects {
	background: #ffffff;
	padding-bottom: 100px;
}

#projects .section-title {
	padding-top: 150px;
	padding-bottom: 50px;
}

#projects .category-list {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 80px;
	padding: 0 14%;
	box-sizing: border-box;
}

#projects .category-list .category {
	display: inline-block;
	background: #ffffff;
	border: 1px solid #000000;
	border-radius: 33px;
	color: #000000;
	font-family: 'Prometo-Light';
	font-size: 16px;
	padding: 9px 11px;
	margin: 0 10px 20px 10px;
	cursor: pointer;
	transition: all 0.5s;
}

#projects .category-list .category:hover,
#projects .category-list .category:active,
#projects .category-list .category-selected,
#projects .category-list .category.is-checked {
	background: #000000;
	color: #ffffff;
}

#projects .grid {
	float: left;
	width: 100%;
	padding: 0 140px;
	box-sizing: border-box;
}

#projects .project {
	float: left;
	width: 370px;
	height: 370px;
	margin: 5px;
	overflow: hidden;
	transition: all 0.5s;
	cursor:pointer;
	transition: filter 0.3s ease;
	border-radius:30px;
}

#projects .project:hover {
	filter: brightness(1.2);
}

#projects .project img {
	width: 100%;
	height: 100%;
	border-radius:30px; 
}

#projects .project-big {
	width: 781px;
	height: 498px;
}






#message {
	background: transparent linear-gradient(270deg, #AF3C93 0%, #6B55A3 100%) 0% 0% no-repeat padding-box;
}

#message .section-description {
	float: none;
	margin: 0 auto;
	width: 550px;
	padding: 100px 0;
	text-align: center;
	font-family: 'Roboto-Medium';
	font-size: 32px;
	line-height: 45px;
	color: #FFFFFF;
}

#message .section-description a {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 24px;
	margin-top: 60px;
	font-family: 'Roboto-Medium';
	font-size: 14px;
	line-height: 24px;
	color: #AF3C93;
	text-transform: uppercase;
	text-decoration: none;
	padding: 6px 12px;
	display: inline-block;
	transition: all 0.5s;
}

#message .section-description a:hover {
	background: #000000;
	color: #ffffff;
}






#weo {
	
}

#weo .section-description {
	padding-top: 150px;
	padding-bottom: 200px;
	color: #ffffff;
	font-family: 'Roboto-Regular';
	font-size: 18px;
	line-height: 35px;
	width: 100%;
	margin: 0 auto;
	float: none;
}

#weo .section-description > a {
	display: inline-block;
	width: 279px;
	height: 119px;
	margin-bottom: 70px;
	background: url('../images/weo-group.svg') no-repeat left top;
	transition: all 0.5s;
}

#weo .section-description > a:hover {
	opacity: 0.7;
}

#weo .section-description .group {
	margin-top: 80px;
}

#weo .section-description .group a {
	width: 310px;
	height: 47px;
	margin: 0 20px;
	display: inline-block;
	position: relative;
}

#weo .section-description .group div {
	display: inline-block;
	width: 350px;
}

#weo .section-description .group .consulting a {
	background: url('../images/weo-consulting.svg') no-repeat center top;
}

#weo .section-description .group .design a {
	background: url('../images/weo-design.svg') no-repeat center top;
}

#weo .section-description .group .marketing a {
	background: url('../images/weo-marketing.svg') no-repeat center top;
}

#weo .section-description .group input {
	margin-top: 50px;
}

#weo .section-description .group .consulting input {
	width: 165px;
	height: 45px;
	background-image: linear-gradient(to right, #ffca74, #da6a1d) !important;
	border-radius: 24px;
	border: 0;
	color: #ffffff;
	font-family: 'Roboto-Medium';
	font-size: 15px;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.5s;
}

#weo .section-description .group .consulting input:hover {
	background: #ffffff !important;
	color: #000000;
}

#weo .section-description .group .design input {
	width: 165px;
	height: 45px;
	background-image: linear-gradient(to right, #6b54a2, #d11987) !important;
	border-radius: 24px;
	border: 0;
	color: #ffffff;
	font-family: 'Roboto-Medium';
	font-size: 15px;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.5s;
}

#weo .section-description .group .design input:hover {
	background: #ffffff !important;
	color: #000000;
}

#weo .section-description .group .marketing input {
	width: 165px;
	height: 45px;
	background-image: linear-gradient(to right, #ee4444, #ad1a27) !important;
	border-radius: 24px;
	border: 0;
	color: #ffffff;
	font-family: 'Roboto-Medium';
	font-size: 15px;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.5s;
}

#weo .section-description .group .marketing input:hover {
	background: #ffffff !important;
	color: #000000;
}








#testimonials {
	background: transparent linear-gradient(1deg, #E8E8E8 0%, #F9F9F9 100%) 0% 0% no-repeat padding-box;
	padding-bottom: 120px;
}

#testimonials .section-title {
	padding-top: 150px;
	padding-bottom: 50px;
}

#testimonials .section-description {
	padding: 0 8%;
	box-sizing: border-box;
}

#testimonials .section-description .image {
	height: 687px;
	overflow: hidden;
}

#testimonials .section-description .image img {
	width: 100%;
}

#testimonials .section-description .description {
	margin: 0 15%;
	background: #ffffff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	padding: 3% 10%;
	box-sizing: border-box;
	margin-top: -80px;
	position: relative;
	z-index: 9;
	text-align: left;
}

#testimonials .section-description .description .testimonials-company {
	font-family: 'Prometo-Medium';
	font-size: 22px;
	color: #000000;
	margin-bottom: 15px;
}

#testimonials .section-description .description .testimonials-description {
	font-family: 'Roboto-Regular';
	font-size: 15px;
	color: #686868;
	margin-bottom: 30px;
}

#testimonials .section-description .description .testimonials-name {
	float: left;
	font-family: 'Roboto-Regular';
	font-size: 15px;
	color: #686868;
	margin-bottom: 20px;
}

#testimonials .section-description .description .testimonials-icons {	
	float: right;
	position: relative;
	top: -16px;
	text-align: center;
}

#testimonials .section-description .description .testimonials-icons .icon-logo {	
	width: 55px;
	height: 48px;
	background: url('../images/bg-testimonial-icons2.svg') no-repeat left -5px;
	margin: 0 5px;
	display: inline-block;
}
#testimonials .section-description .description .testimonials-icons .icon-logo:hover {
	background-position: left -53px;
}

#testimonials .section-description .description .testimonials-icons .icon-identity {	
	width: 51px;
	height: 48px;
	background: url('../images/bg-testimonial-icons2.svg') no-repeat -58px -5px;
	margin: 0 5px;
	display: inline-block;
}
#testimonials .section-description .description .testimonials-icons .icon-identity:hover {
	background-position: -58px -53px;
}

#testimonials .section-description .description .testimonials-icons .icon-print {	
	width: 51px;
	height: 48px;
	background: url('../images/bg-testimonial-icons2.svg') no-repeat -112px -5px;
	margin: 0 5px;
	display: inline-block;
}
#testimonials .section-description .description .testimonials-icons .icon-print:hover {
	background-position: -112px -53px;
}

#testimonials .section-description .description .testimonials-icons .icon-web {	
	width: 51px;
	height: 48px;
	background: url('../images/bg-testimonial-icons2.svg') no-repeat -166px -5px;
	margin: 0 5px;
	display: inline-block;
}
#testimonials .section-description .description .testimonials-icons .icon-web:hover {
	background-position: -166px -53px;
}

#testimonials .section-description .description .testimonials-icons .icon-360 {	
	width: 51px;
	height: 48px;
	background: url('../images/bg-testimonial-icons2.svg') no-repeat -230px -5px;
	margin: 0 5px;
	display: inline-block;
}
#testimonials .section-description .description .testimonials-icons .icon-360:hover {
	background-position: -230px -53px;
}

#testimonials .section-description .description .testimonials-icons .icon-outdoor {	
	width: 51px;
	height: 48px;
	background: url('../images/bg-testimonial-icons2.svg') no-repeat -276px -5px;
	margin: 0 5px;
	display: inline-block;
}
#testimonials .section-description .description .testimonials-icons .icon-outdoor:hover {
	background-position: -276px -53px;
}

#testimonials .section-description .description .testimonials-icons div {
	position: relative;
	transition: all 0.5s;
}

#testimonials .section-description .description span {
	position: absolute;
	top: 55px;
	left: 0;
	width: 56px;
	text-align: center;
	line-height: 16px;
	color: #7053A2;
	font-family: 'Roboto-Regular';
	font-size: 13px;
	display: none;
	transition: all 0.5s;
}

#testimonials .section-description .description div.icon-logo span {
	left: 2px;
}

#testimonials .section-description .description div.icon-identity span {
	left: -7px;
	width: 68px;
}

#testimonials .section-description .description div.icon-print span {
	left: -2px;
}

#testimonials .section-description .description div.icon-outdoor span {
	left: -3px;
}

#testimonials .section-description .description div.icon-logo:hover span,
#testimonials .section-description .description div.icon-identity:hover span,
#testimonials .section-description .description div.icon-print:hover span,
#testimonials .section-description .description div.icon-web:hover span,
#testimonials .section-description .description div.icon-360:hover span,
#testimonials .section-description .description div.icon-outdoor:hover span,
#testimonials .section-description .description div.icon-identity:hover span {
	display: block;
}





#news {
	background: #ffffff;
	margin-top: 90px;
}

#news .section-container {
	width: 100%;
	margin: 0;
	padding: 0 140px;
	box-sizing: border-box;
}
 
#news .section-description {
	padding-top: 100px;
	padding-bottom: 100px;
}

#news .section-description .news-categories {
	float: left;
	width: 100%;
}

#news .section-description .news-categories .news-categories-list {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
 
#news .section-description .news-categories .news-categories-list .news-category {
	float: left;
	margin-right: 25px;
	margin-bottom: 30px;
}

#news .section-description .news-categories .news-categories-list .news-category a {
	border-radius: 7px;
	padding: 10px;
	color: #888888;
	text-decoration: none;
}

#news .section-description .news-categories .news-categories-list .news-category a:hover,
#news .section-description .news-categories .news-categories-list .news-category a.selected {
	background: #EAEAEA;
	color: #000000;
}

#news .section-description .news-list {
	float: left;
	width: 100%;
}

#news .section-description .news-list .news {
	float: left;
	width: 33.3%;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
	position: relative;
}

#news .section-description .news-list .news-wrapper {
	float: left;
	width: 100%;
	box-shadow: 0px 2px 6px #00000029;
}

#news .section-description .news-list .news-wrapper-box {
	float: left;
	width: 100%;
	height: 355px;
	overflow: hidden;
}

#news .section-description .news-list .news .news-category {
	position: absolute;
	left: 28px;
	top: 17px;
	background-image: linear-gradient(to right, #6b54a2, #d11987) !important;
	border-radius: 20px;
	color: #ffffff;
	font-family: 'Roboto-Regular';
	font-size: 18px;
	line-height: 31px;
	padding: 3px 20px;
}

#news .section-description .news-list .news .news-image {
	float: left;
	width: 100%;
	overflow: hidden;
}

#news .section-description .news-list .news .news-image a {
	float: left;
	width: 100%;
	height: 225px;
	overflow: hidden;
}

#news .section-description .news-list .news .news-name {
	float: left;
	width: 100%;
	font-family: 'Prometo-Medium';
	font-size: 22px;
	line-height: 30px;
	color: #000000;
	margin-top: 23px;
	text-align: left;
	padding: 0 28px;
	box-sizing: border-box;
}

#news .section-description .news-list .news .news-name a {
	text-decoration: none;
}

#news .section-description .news-list .news .news-name a:hover {
	color: #843E94;
}

#news .section-description .news-list .news .news-resume {
	float: left;
	width: 100%;
	font-family: 'Roboto-Regular';
	font-size: 15px;
	line-height: 25px;
	color: #888888;
	margin-top: 20px;
	text-align: left;
	padding: 0 28px;
	box-sizing: border-box;
}

#news .section-description .news-list .news .news-resume a {
	text-decoration: none;
}

#news .section-description .news-list .news .news-date {
	width: 100%;
	height: 100px;
	font-family: 'Roboto-Regular';
	color: #bcbcbc;
	font-size: 15px;
	line-height: 30px;
	vertical-align: middle;
	display: table-cell;
	padding: 0 28px 0 60px;
	box-sizing: border-box;
	background: url('../images/bg-news-calendar.png') no-repeat 30px center;
}

#news .section-description .news-list .pager {
	margin-top: 80px;
}

#news .section-description .news-list .pager a {
	font-family: 'Roboto-Medium';
	color: #cacaca;
	font-size: 16px;
	line-height: 25px;
	margin: 0 10px;
	text-decoration: none;
}

#news .section-description .news-list .pager a.selectedpage {
	color: #000000;
}

#news .section-description .news-list .pager a:hover {
	color: #000000;
}



#news .section-description .news-item {
	float: left;
	width: 100%;
}

#news .section-description .news-item .news-image {
	float: left;
	width: 55%;
	padding-right: 150px;
	margin-bottom: 100px;
	box-sizing: border-box;
}

#news .section-description .news-item .news-image-wrapper {
	overflow: hidden;
}

#news .section-description .news-item .news-image-wrapper img {
	width: 100%;
}

#news .section-description .news-item .news-data {
	display: inline;
	text-align: left;
}

#news .section-description .news-item .news-data .news-category {
	display: table;
	background-image: linear-gradient(to right, #6b54a2, #d11987) !important;
	border-radius: 20px;
	color: #ffffff;
	font-family: 'Roboto-Regular';
	font-size: 18px;
	line-height: 31px;
	padding: 3px 20px;
}

#news .section-description .news-item .news-data .news-name {
	width: 100%;
	margin-top: 20px;
	font-family: 'Prometo-Medium';
	font-size: 30px;
	line-height: 39px;
	color: #000000;
}

#news .section-description .news-item .news-data .news-date {
	width: 100%;
	margin-top: 28px;
	font-family: 'Roboto-Regular';
	font-size: 14px;
	line-height: 25px;
	color: #bcbcbc;
}

#news .section-description .news-item .news-data .news-date span {
	background: url('../images/bg-news-calendar.png') no-repeat left center;
	padding: 2px 30px;
}

#news .section-description .news-item .news-data .news-content {
	width: 100%;
	margin-top: 25px;
	font-family: 'Roboto-Regular';
	font-size: 16px;
	line-height: 25px;
	color: #888888;
}

#news .section-description .news-item .news-data .news-content .resume {
	margin-bottom: 25px;
	font-size: 17px;
	font-family: 'Roboto-Medium';
	color: #000000;
	
}

#news .section-description .news-item .news-data .news-content p {
	line-height: 25px !important;
	font-family: 'Roboto-Regular';
}

#news .section-description .news-item .button-back {
	float: left;
	width: 100%;
	margin-top: 120px;
	text-align: left;
}

#news .section-description .related {
	float: left;
	width: 100%;
	margin-top: 60px;
	border-top: 1px solid #bcbcbc;
}

#news .section-description .related .related-title {
	float: left;
	width: 100%;
	font-family: 'Prometo-Medium';
	font-size: 30px;
	line-height: 30px;
	color: #000000;
	margin-top: 50px;
	text-align: left;
}

#news .section-description .related .related-list {
	float: left;
	width: 100%;
	margin-top: 60px;
}

#news .section-description .related .related-list .related-news {
	float: left;
	width: 25%;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
	position: relative;
}

#news .section-description .related .related-list .related-news-wrapper {
	float: left;
	width: 100%;
	box-shadow: 0px 2px 6px #00000029;
}

#news .section-description .related .related-list .related-news-wrapper-box {
	float: left;
	width: 100%;
	height: 308px;
	overflow: hidden;
}

#news .section-description .related .related-list .related-news .related-news-category {
	position: absolute;
	left: 28px;
	top: 17px;
	background: #AF3C93 0% 0% no-repeat padding-box;
	border-radius: 20px;
	color: #ffffff;
	font-family: 'Roboto-Regular';
	font-size: 18px;
	line-height: 31px;
	padding: 3px 20px;
}

#news .section-description .related .related-list .related-news .related-news-image {
	float: left;
	width: 100%;
	overflow: hidden;
}

#news .section-description .related .related-list .related-news .related-news-image a {
	float: left;
	width: 100%;
	height: 225px;
	overflow: hidden;
}

#news .section-description .related .related-list .related-news .related-news-name {
	float: left;
	width: 100%;
	font-family: 'Prometo-Medium';
	font-size: 22px;
	line-height: 30px;
	color: #000000;
	margin-top: 23px;
	text-align: left;
	padding: 0 28px;
	box-sizing: border-box;
}

#news .section-description .related .related-list .related-news .related-news-name a {
	text-decoration: none;
}

#news .section-description .related .related-list .related-news .related-news-name a:hover {
	color: #843E94;
}

#news .section-description .related .related-list .related-news .related-news-resume {
	float: left;
	width: 100%;
	font-family: 'Roboto-Regular';
	font-size: 15px;
	line-height: 25px;
	color: #888888;
	margin-top: 20px;
	text-align: left;
	padding: 0 28px;
	box-sizing: border-box;
}

#news .section-description .related .related-list .related-news .related-news-resume a {
	text-decoration: none;
}

#news .section-description .related .related-list .related-news .related-news-date {
	width: 100%;
	height: 70px;
	font-family: 'Roboto-Regular';
	color: #bcbcbc;
	font-size: 14px;
	line-height: 30px;
	vertical-align: middle;
	display: table-cell;
	padding: 0 28px 0 60px;
	box-sizing: border-box;
	background: url('../images/bg-news-calendar.png') no-repeat 30px center;
}











#contacts {
}

#contacts .section-description {
	padding: 10px 140px;
	box-sizing: border-box;
}

#contacts .section-description .data {
	float: left;
	width: 30%;
	color: #ffffff;
	font-family: 'Roboto-Regular';
	text-align: left;
}

#contacts .section-description .data-big {
	width: 55%;
	text-align: center;
}

#contacts .section-description .data-big a {
	transition: all 0.5s;
}

#contacts .section-description .data-big a.group {
	float: left;
	width: 150px;
	height: 70px;
	background: url('../images/footer-weogroup.svg') no-repeat left top;
	position: relative;
	top: 10px;
}

#contacts .section-description .data-big a {
	display: inline-block;
	height: 31px;
	position: relative;
	top: 30px;
}

#contacts .section-description .data-big a img {
	height: 20px;
	padding: 0 10px;
}

#contacts .section-description .data-small {
	width: 15%;
	box-sizing: border-box;
	padding-left: 1%;
}

#contacts .section-description .data-small .contact-telephone {
	float: left;
}

#contacts .section-description .data a:hover {
	opacity: 0.7;
	text-decoration: none;
}

#contacts .section-description .data span {
	font-family: 'Roboto-Medium';
	text-transform: uppercase;
	text-decoration: underline;
}

#contacts .section-description .data a {
	color: #ffffff;
}




#copyright {
	padding: 0 140px;
	box-sizing: border-box;
}

#copyright .section-description {
	border-top: 1px solid #888888;
	padding: 0;
}

#copyright .section-description .data {
	float: left;
}

#copyright .section-description .data a {
	transition: all 0.5s;
}

#copyright .section-description .data .social {
	float: left;
	width: 100%;
	text-align: center;
	padding: 20px 0;
}

#copyright .section-description .data a.instagram {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin: 0 10px;
	background: url('../images/bg-social2.svg') no-repeat left top;
}

#copyright .section-description .data a.facebook {
	display: inline-block;
	width: 9px;
	height: 19px;
	margin: 0 10px;
	background: url('../images/bg-social2.svg') no-repeat -48px top;
}

#copyright .section-description .data a.linkedin {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin: 0 10px;
	background: url('../images/bg-social2.svg') no-repeat -85px top;
	position: relative;
	top: -1px;
}

#copyright .section-description .data a.behance {
	display: inline-block;
	width: 27px;
	height: 19px;
	margin: 0 10px;
	background: url('../images/bg-social2.svg') no-repeat -132px top;
}

#copyright .section-description .data a:hover {
	opacity: 0.7;
	text-decoration: none;
}

#copyright .copyright {
	float: right;
	font-family: 'Roboto-Regular';
	font-size: 13px;
	text-align: center;
	padding: 20px 0;
	color: #ffffff;
	line-height: 19px;
}

#copyright .copyright img {
	position: relative;
	top: 0;
	left: 2px;
}

#copyright .copyright img:hover {
	opacity: 0.7;
}

.terms{
	position: absolute;
    bottom: 25px;
    display: flex;
    left: 340px;
	color:white;
	gap:10px;
}

.terms a{
	color:white;
}


.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button, .ui-widget-content {
    font-size: 14px !important;
	line-height: 25px !important;
	color: #959494 !important;
    font-family: 'Roboto-Medium', Tahoma, 'Trebuchet MS', Arial;
}

.ui-widget-header {
	background: #e2e2e2 url('') !important;
}

.ui-corner-all {
	border-radius: 0 !important;
	border: 0 !important;
}

.ui-widget-header {
	background: url('') !important;
}

.ui-dialog {
	
}

.ui-dialog-title {
	font-weight: normal !important;
	font-family: 'Roboto-Medium', Tahoma, 'Trebuchet MS', Arial;
	font-size: 14px !important;
	text-transform: uppercase;
	color: #202D59;
}

.ui-dialog .ui-dialog-titlebar-close {
	width: 17px !important;
	height: 17px !important;
}

.ui-dialog .ui-dialog-buttonpane {
	border: 0 !important;
}

.ui-dialog .ui-dialog-buttonpane button {
	background: #ffffff url('') !important;
	border: 2px solid #FC8203 !important;
	-webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important;
	padding-top: 2px;
	font-family: 'Roboto-Medium', Tahoma, 'Trebuchet MS', Arial;
	text-transform: uppercase;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
	background: #FC8203 url('') !important;
	border: 2px solid #FC8203 !important;
	color: #ffffff !important;
}










@media screen and (max-width: 1700px) {
	
	#news .section-description .related .related-list .related-news {
		width: 33.3%;
	}
	
}


@media screen and (max-width: 1820px) {
	#projects .project {
		width: 420px;
		height: 420px;
	}
}
@media screen and (max-width: 1590px) {
	#projects .project {
		width: 398px;
		height: 398px;
	}
}
@media screen and (max-width: 1500px) {
	#projects .project {
		width: 39%;
		height: auto;
	}
	
	#projects .project img {
		width: 100%;
	}
}
@media screen and (max-width: 1500px) {
	#projects .project {
		width: 38%;
	}
	
}
@media screen and (max-width: 1275px) {
	#projects .project {
		width: 37%;
	}
	
}


@media screen and (max-width: 1400px) {
	#news .section-description .news-list .news {
		width: 50%;
	}		
	
	#contacts .section-description {
		padding: 10px 10%;
	}
	
	#copyright {
		padding: 0 10%;
	}
	
	#project .section-description .description .project-image {
		width: 50%;
	}
	
	#project .section-description .description .project-image:nth-child(4),
	#project .section-description .description .project-image:nth-child(7),
	#project .section-description .description .project-image:nth-child(10) {
		clear: none;
	}
	
	#project .section-description .description .project-image:nth-child(3),
	#project .section-description .description .project-image:nth-child(5),
	#project .section-description .description .project-image:nth-child(7),
	#project .section-description .description .project-image:nth-child(9),
	#project .section-description .description .project-image:nth-child(11) {
		clear: left;
	}
}


@media screen and (max-width: 1370px) {
	#contacts .section-description .data-big a {
		top: 12px;
	}
}


@media screen and (max-width: 1300px) {
	#header #logo a img {
		margin-left: 0 !important;
	}
	
	#menu-container {
		display: none;
	}
	
	#header #burger {
		display: block;
	}
}


@media screen and (max-width: 1250px) {
	#services .service-list .service-item {
		width: 50%;
	}
	
	
	#about .section-description {
		width: 100%;
		padding: 100px 50px;
		box-sizing: border-box;
	}
	
	#choice .section-description .factor-list {
		margin: 0;
		width: 100%;
	}
	
	#choice .section-description .factor-list .factor-item {
		width: 50%;
	}
	
	#choice .section-description .factor-list .factor-item:nth-child(3) {
		clear: left;
	}
	
	#method .section-container {
		margin: 0;
		width: 100%;
		padding: 0 50px;
		box-sizing: border-box;
	}
	
	#news .section-container {
		padding: 0 100px;
	}
	
	#news .section-description .news-item .news-image {
		float: left;
		width: 100%;
		padding-right: 0;
	}
	
	#news .section-description .news-item .news-image img {
		width: 100%;
	}
	
	#news .section-description .news-item .news-data .news-content img {
		width: 100% !important;
		height: auto !important;
	}
	
	#news .section-description .related .related-list .related-news {
		width: 50%;
	}
	
	#project .section-description {
		padding: 100px;
	}
	
}



@media screen and (max-width: 1190px) {
	#projects .project {
		width: 36%;
	}
}



@media screen and (max-width: 1100px) {
	#projects .project {
		filter: none;
		filter: grayscale(0%);
	}
	
	#projects .grid {
		padding: 0 100px;
	}
	
	#weo .section-description .group input {
		margin-top: 10px;
	}
	
	#weo .section-description .group div {
		margin-bottom: 50px;
	}
	
	#testimonials .section-description .description {
		margin: 0 10%;
		margin-top: -20%;
	}
	
	#testimonials .section-description .image {
		height: auto;
	}
	
	#contacts .section-description .data {
		width: 50%;
		margin-bottom: 20px;
	}
	
	#contacts .section-description .data-big {
		width: 100%;
	}
	
	#contacts .section-description .data-big a {
		top: 25px;
	}
	
	#contacts .section-description .data-small {
		padding-left: 0;
	}
	
	#project .section-description {
		padding-top: 40px;
	}
	
	#project .section-description .data {
		width: 100%;
		padding-right: 0;
	}
	
	#project .section-description .data .button-back {
		display: none;
	}
	
	#project .section-description .data .arrow {
		display: block;
	}
	
	#project .section-description .data .icons {
		margin-bottom: 50px;
	}	
	
	#copyright .section-description{
        display:flex;
		flex-direction:column;
    }
	
	.terms {
        position: relative;
        display: flex;
        color: white;
        gap: 10px;
        width: 100%;
        left: 0;
        justify-content: center;
        bottom: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
	
	
	
@media screen and (max-width: 1000px) {
	#projects .grid {
		padding: 0 5%;
	}
		
	#projects .project {
		width: 42%;
		height: auto;
	}
	
	#projects .project img {
		width: 100%;
	}
	
}



@media screen and (max-width: 900px) {

	#promotion {
		width: 640px;
		height: 360px;
		left: calc(50% - 360px);
		top: calc(50% - 180px);
	}
	
	#promotion .promotion-left {
		width: 100%;
	}
	
	#promotion .promotion-right {
		width: 100%;
		padding-top: 30px;
		padding-left: 0;
	}
	
	#promotion .promotion-right .right1 {
		width: 350px;
	}
	
	#promotion .promotion-right .right2 {
		margin-top: -95px;
	}

	#promotion .promotion-right input {
		width: 313px;
	}
	
	#promotion .promotion-right textarea {
		width: 313px;
		height: 55px;
	}

}


	

@media screen and (max-width: 800px) {
	#header #logo {
		margin-left: 5% !important;
	}
	
	#header #logo a img {
		margin-left: 0 !important;
	}
	
	#header #burger-menu .burger-menu-option {
		padding-left: 5%;
	}
	
	/*#banner .text {
		padding-left: 5%;
		width: 316px;
	}*/
	
	#services .service-list {
		padding: 0 5%;
	}
	
	#projects .category-list {
		padding: 0 5%;
	}
	
	#weo .section-description {
		padding-left: 5%;
		padding-right: 5%;
		box-sizing: border-box;
	}
	
	#news .section-container {
		padding: 0 5% !important;
	}
	
	#news .section-description .related .related-list .related-news {
		width: 100%;
	}
	
	#project .section-description {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	#project .section-description .description .project-image {
		width: 100%;
	}
	
	#opacity {
		opacity: 0.9;
	}
	
}


@media screen and (max-width: 770px) {
	#contacts .section-description .data-big a {
		top: 12px;
	}
	
	#copyright .section-description .data, #copyright .copyright {
		width: 100%;
	}
	
	#copyright .section-description .data .social {
		padding-bottom: 0;
	}
	
}



@media screen and (max-width: 700px) {
	#contacts .section-description .data {
		width: 100%;
		text-align: center;
	}
	
	#contacts .section-description .data-small {
		padding-left: 0;
		text-align: center;
	}

	#header {
		height: 90px;
	}
	
	#header #logo {
		margin-top: 20px;
		width: 250px;
	}
	
	#header img {
		margin-left: 40px;
		width: 200px;
		height: 42.6px;
	}
		
	#header #burger {
		top: 30px;
	}
	
	#header #burger-menu {
		margin-top: 0;
	}
	
	#banner {
		margin-top: 120px;
	}
	
	#banner .text {
		width: 100%;
		height: auto;
		padding: 0 5%;
		margin-bottom: 50px;
		align-items: flex-start;
        text-align: left;
	}
	
	#banner .text .top {
		padding-top: 0;
		text-align: left;
	}
	
	#banner .text .bottom {
		width: 100%;
	}
	
	#banner .gallery {
		clear: both;
		padding-left: 5%;
	}
	
	#banner .gallery .project {
		width: 190px;
		height: 190px;
	}
	
	#banner .gallery .project .image img {
		width: 190px;
		height: 190px;
	}
	
	#banner .gallery .project .content {
		display: none;
	}
	
	#services .service-list .service-item {
		width: 100%;
		padding: 0;
	}
	
	#projects .category-list {
		margin-bottom: 40px;
	}
	
	#projects .project {
		width: 88%;
	}
	
	#projects .project img {
		width: 100%;
	}
		
	#projects .grid {
		padding: 0 5%;
	}
	
	#message .section-description {
		width: 100%;
		padding-left: 5%;
		padding-right: 5%;
		box-sizing: border-box;
	}
	
	#testimonials .section-description .description {
		margin: 0;
		padding: 5% 10%;
	}
	
	#contacts .section-description .data-small .contact-telephone {
		float: none;
	}


	#about .section-description .title {
		position: relative;
		left: -17px;
	}

	#about .section-description .description {
		float: left;
		display: block;
		margin: 40px 0;
	}
	
	#choice .section-title,
	#choice .section-subtitle {
		box-sizing: border-box;
		padding: 0 50px;
	}
	
	#choice .section-description .factor-list .factor-item {
		width: 100%;
	}
	
	#choice .section-description .factor-list .factor-item .factor-number {
		text-align: center;
		width: 100%;
		background: url('../images/bg-dot.png') no-repeat calc(50% + 20px) 46px;
	}
	
	#choice .section-description .factor-list .factor-item .factor-title {
		text-align: center;
	}
	
	#choice .section-description .factor-list .factor-item .factor-description {
		text-align: center;
	}
	
	#method .section-description img.normal {
		display: none;
	}
	
	#method .section-description img.small {
		display: block;
	}

	#slider {
		height: 600px;
	}
	
	#slider img {
		height: 600px;
		width: auto;
		left: calc(50% - 638px);
		position: relative;
	}
	
	#news .section-description .news-list .news {
		width: 100%;
	}

}



@media screen and (max-width: 680px) {
	
	#promotion {
		width: calc(90% - 40px);
		height: calc(100% - 80px);
		left: 5%;
		top: 20px;
		padding: 20px;
		overflow: scroll;
	}
	
	#promotion .promotion-close {
		top: -10px;
		right: -10px;
	}
	
	#promotion .promotion-left {
		text-align: left;
	}
	
	#promotion .promotion-right {
		clear: left;
		width: 100%;
		padding-left: 0;
	}
	
	#promotion .promotion-right .right1 {
		width: 100%;
	}
	
	#promotion .promotion-right .right2 {
		margin-top: 20px;
		margin-left: 0;
	}
	
	#promotion .promotion-right input {
		width: 100%;
		box-sizing: border-box;
	}
	
	#promotion .promotion-right textarea {
		width: 100%;
		height: 130px;
		box-sizing: border-box;
	}
	
	
	#promotion .promotion-right input.submit {
		float: left;
		margin: 20px auto;
		display: table;
	}
	
	#promotion .promotion-right input.confirm, #promotion .promotion-right input.return {
		float: left;
		width: 144px;
		margin-top: 20px;
	}
	
	#promotion .promotion-right input.confirm {
		margin-right: 10px;
	}
	
	#promotion .promotion-right input.return {
		text-indent: 10px;
		word-spacing: 30px;
	}
	
}



@media screen and (max-width: 680px) and (max-height: 550px) {
	/*
	#promotion {
		height: 330px;
		top: calc(50% - 165px);
	}
	
	#promotion .promotion-right {
		width: 50%;
		clear: none;
		padding-left: 20px;
	}
	*/
}



@media screen and (max-height: 450px) {
	
	#header #burger-menu {
		height: calc(100% - 90px);
		overflow: scroll;
	}
	
}



@media screen and (max-width: 530px) {
	#contacts .section-description .data-big a.group {
		top: 33px;
	}
	
	
	#recover {
		width: calc(100% - 20px);
		left: 0;
		top: 80px;
		padding: 0 10px;
	}
	
	#recover .recover-left {
		line-height: 50px;
		font-size: 50px;
	}
	
	#recover .recover-left span.tip {
		font-size: 35px;
		line-height: 40px;
	}
	
	#recover .recover-right div {
		font-size: 18px;
		line-height: 25px;
	}
	
	#recover .recover-right input {
		width: 100%;
		height: 40px;
		box-sizing: border-box;
	}
	
	
}


/* MOBILE PORTRAIT */

@media screen and (max-width: 380px) {
	
	#weo .section-description .group div {
		width: auto;
	}
	
	#weo .section-description .group .consulting a,
	#weo .section-description .group .design a,
	#weo .section-description .group .marketing a {
		margin: 0 12px;
	}
	
	#contacts .section-description .data-big a.group {
		float: none;
		margin: 0 auto 30px;
		width: 100%;
		left: 85px;
	}
	
}


/* COOKIES AND PRIVACY POLICIES */

#policies {
     background: white;
	 margin-top:150px;
	 position:relative;
	 font-size:16px;
	 line-height:1.6;
}

#policies .content {
    padding: 2rem;
    border-radius: 8px;
	color:black;
	max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

#policies h1 {
    color: #213547;
    margin-bottom: 2rem;
}

#policies h2 {
    color: #213547;
    margin: 2rem 0 1rem;
}

#policies section {
    margin-bottom: 2rem;
}

#policies .cookie-type{
	display: flex;
    flex-direction: column;
    gap: 10px;
}

#policies a{
	text-decoration: underline;
    color: blue;
}

#policies ul{
	list-style-type: disc;
}

#policies li {
    margin-left: 30px;    
}

@media(max-width:700px){
    #policies {
        margin-top: 90px;
    }	
}