@font-face {
  	font-family: "Open Sans";
  	src:url("./Open_Sans/OpenSans-Regular.ttf");
}
body {
	font-family: "Open Sans";
	scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}

.giuman__bg-video {
    width: 100%;
    height: 42vw;
    margin: 0;
    padding: 0px;
    z-index: 1;
    position: relative;
    background-color: #000;
}

.giuman__video-description {
    height: 3vw;
    margin-top: -2px;
    display: flex;
    align-items: center;
}
.giuman__video-description p {
	margin: 0 auto;
    text-align: center;
    color: #0D232D;
    font-size: 12px;
    font-family: "Open Sans";
}

.giuman__bg-image-wrapper {
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
    height: 55vw;
    position: relative;
    z-index: 1;
}
.giuman__bg-image_opacity {
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
    height: 55vw;
    position: absolute;
    z-index: -1;
    opacity: 0.5;
}
.giuman__bg-image {
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
    height: 55vw;
    background-position-y: -180px;
}
.giuman__bg-image-1 {
	background-image: url('../images/1.png');
}
.giuman__bg-image-2 {
	background-image: url('../images/2.png');
}
.giuman__bg-image-6 {
	background-image: url('../images/6_6.png');
}
.giuman__bg-image-7 {
	background-image: url('../images/7_7.png');
}

.giuman__giuman-image-wrapper {
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../images/giuman_dark.png');
	display: flex;
	/*padding: 0px 140px 0px 0px;*/
	margin-right: 140px;
	height: 100%;
	width: 140px;
}

.giuman__giuman-image {
	width: 140px;
	transition: width ease-out 0.3s;
}

#menu{
	transition: all ease-in 0.08s;
	height: 100px;
}

.giuman__menu_active {
	color: #F0D298 !important;
}

.giuman__menu {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 28px;
	position: fixed;
	background-color: rgba(255, 255, 255, 0.5);
	width: 100%;
	top: 0;
	z-index: 3;
}

._fixed {
	background: none;
}

.giuman__menu-buttons {
    padding: 15px 0 15px 140px;
    display: flex;
    align-items: center;
}

.giuman__menu a {
	padding: 6px 25px;
	margin-right: 17px;
	color: #0D232D;
	font-size: 14px;
	font-weight: bold;
}

.giuman__content_left, .giuman__content_right {
	width: 400px;
	padding: 40px 25px 0;
}

.giuman__content_left {
	float: left;
	margin: 7% 0 0 140px;
}

.giuman__content_right {
	float: right;
	margin: 160px 140px 0 0;
}

.giuman__content_bees {
	float: left;
	width: 400px;
	padding: 40px 25px 0;
	margin: 14% 0 0 140px;
}

.giuman__content_left h2, .giuman__content_right h2, .giuman__content_bees h2 {
	color: #0D232D;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 35px;
	text-transform: uppercase;
	line-height: 1.6;
}

h3 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.6;
}

.giuman__content_left p, .giuman__content_right p, .giuman__content_bees p {
	font-size: 12px;
	color: #0D232D;
	margin-bottom: 30px;
	font-family: "Open Sans";
	line-height: 20px;
    font-weight: 600;
}

.giuman__projects {
	display: flex;
	margin: 100px 132px 0;
	flex-wrap: wrap;
	width: 1656px;
}

.giuman__project-image {
	width: 355px;
	margin: 0 8px 15px 8px;
}

.giuman__project-image img {
	width: 100%;
}

.giuman__contact-form {
	float: left;
	margin: 80px 0px 0 140px;
	width: 398px;
}

.giuman__contact-form span {
	font-size: 20px;
	display: block;
	font-weight: bold;
	color: #fff;
    align-self: flex-start;
}

.giuman__contact-form input {
	background-color: rgba(213, 213, 213, 0.5);
	border: none;
	height: 38px;
	width: 100%;
	padding: 0;
	margin: 3px 0 18px;
	font-size: 26px;
	color:  #fff;
	border-radius: 0;
	outline: none;
}

.giuman__contact-form input:last-child {
	margin-top: 25px;
    font-size: 18px;
}

.giuman__submit-form {
	width: 122px !important;
	font-size: 18px;
	float: right;
	margin: 46px 0 0 0;
	color: #AEE2DA;
}

.giuman__contact-description {
	margin: 30px 0;
}
.giuman__contact-map {
	background-image: url('../images/Google_Maps_v2.png');
	background-size: cover;
	margin: 30px 0;
    width: 100%;
    height: 170px;
}
.giuman__contact-description p,
.giuman__contact-map p {
	color: #fff;
	font-weight: 600;
	font-family: "Open Sans";
	line-height: 1.2;
}
.giuman__contact-description a {
	color: #fff;
	font-weight: 600;
    font-family: "Open Sans";
    line-height: 1.2;
}
.giuman__contact-description-addres:hover {
	text-decoration: underline;
}

/* footer */
.footer {
	background-color: rgb(0 0 0 / 10%);
	padding: 50px 0;
}
.footer p {
	margin: 0 auto;
    text-align: center;
    color: #0D232D;
    font-size: 12px;
    font-family: "Open Sans";
}

/* sim slider */
.sim-slider-element img {
  width: 100%;
  height: 55vw;
  object-fit: cover;
}

.sim-slider {
	width: 100%;
	height: 55vw;
}

.sim-slider-title {
	position: absolute;
	bottom: 30px;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.sim-slider-title p {
	color: #000;
	font-family: "Open Sans";
}

/* General styles */
.sim-slider {
  position: relative;
}

.sim-slider-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}

.sim-slider-element {
  width: 100%;
  transition: opacity 1s ease-in;
  opacity: 0;
  position: absolute;
  z-index: 2;
  left: 0%;
  top: 0;
  display: block;
}

/* Navigation item styles */
div.sim-slider-arrow-left,
div.sim-slider-arrow-right {
  width: 22px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  opacity: 0.6;
  z-index: 4;
}

div.sim-slider-arrow-left {
  left: 10px;
  top: 40%;
  display: block;
  background: url("http://pvbk.spb.ru/inc/slider/sim-files/sim-arrow-left.png") no-repeat;
}

div.sim-slider-arrow-right {
  right: 10px;
  top: 40%;
  display: block;
  background: url("http://pvbk.spb.ru/inc/slider/sim-files/sim-arrow-right.png") no-repeat;
}

div.sim-slider-arrow-left:hover {
  opacity: 1.0;
}

div.sim-slider-arrow-right:hover {
  opacity: 1.0;
}

div.sim-slider-dots {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  text-align: center;
}

span.sim-dot {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  padding: 0;
  display: inline-block;
  background-color: #BBB;
  border-radius: 5px;
  cursor: pointer;
}


/* animate */
/*.text-wrapper {
	overflow: hidden;
	font-size: 24px;
	font-family: Arial;
}

.text-wrapper p,
.text-wrapper h2 {
	transition: all 1s;
	display: block;
}

.text-wrapper.visibility p { visibility: hidden; }

.text-wrapper.translateX p { transform: translateX(-100%); }
.text-wrapper.translateX h2 { transform: translateX(-100%); }

.text-wrapper.translateY p { transform: translateY(100%); }
.text-wrapper.translateY h2 { transform: translateY(100%); }

.text-wrapper.translateX.invert p { transform: translateX(100%); }
.text-wrapper.translateX.invert h2 { transform: translateX(100%); }

.text-wrapper.translateY.invert p { transform: translateY(-100%); }
.text-wrapper.translateY.invert h2 { transform: translateY(-100%); }

.text-wrapper.opacity p { opacity: 0; }

.text-wrapper.visibility p.focus { visibility: visible; }

.text-wrapper.translateX p.focus { transform: translateX(0); }
.text-wrapper.translateX h2.focus { transform: translateX(0); }

.text-wrapper.translateY p.focus { transform: translateY(0); }
.text-wrapper.translateY h2.focus { transform: translateY(0); }

.text-wrapper.opacity p.focus { opacity: 1; }*/

/* mobile header */
.giuman__mobile-header {
	display: none;
}

/* buger button*/
#navigation {
	display: none;
}
.burger{
	display: none;
	align-self: center;
	width: 30px;
	height: 30px;
	justify-content: center;
	align-items: center;
}
.menu-icon {
	position: relative;
	width: 30px;
	height: 2px;
	background-color: #0d232d;
	transition: background-color 0.1s ease-in, top 0.1s linear 0.1s;
}
.menu-icon::before {
	position: absolute;
	left: 0;
	top: -10px;
	content: '';
	width: 30px;
	height: 2px;
	background-color: #0d232d;
	transition: transform 0.1s ease-in, top 0.1s linear 0.1s;
}
.menu-icon::after {
	position: absolute;
	left: 0;
	top: 10px;
	content: '';
	width: 30px;
	height: 2px;
	background-color: #0d232d;
	transition: transform 0.1s ease-in, top 0.1s linear 0.1s;
}
.menu-icon.menu-icon-active {
	background-color: transparent;
	transition: background-color 0.1s ease-in, top 0.1s linear 0.1s;
}
.menu-icon.menu-icon-active::before {
	transform: rotate(45deg);
	top: 0;
	transition: top 0.1s linear, transform 0.1s ease-in 0.1s;
}
.menu-icon.menu-icon-active::after {
	transform: rotate(-45deg);
	top: 0;
	transition: top 0.1s linear, transform 0.1s ease-in 0.1s;
}

/* mobile */
@media screen and (max-width: 1279px) {
	.giuman__content_right {
	    margin: 40px 140px 0 0;
	}
	.giuman__content_left {
	    margin: 0 0 0 140px
	}
	.giuman__giuman-image-wrapper {
		margin-right: 5%;
	}
	.giuman__content_left p, .giuman__content_right p {
	    margin-bottom: 15px;
        line-height: 18px;
		text-align: justify;
	}
	.giuman__contact-form {
	    margin: 0px 0px 0 140px;
	}
	.giuman__contact-description, .giuman__contact-map {
		margin: 15px 0;
	}
	.giuman__contact-form input {
	    margin: 3px 0 12px;
	}
	.giuman__contact-form input:last-child {
	    margin-top: 18px;
	}
}

@media screen and (max-width: 1023px) {
	.giuman__mobile-header {
		display: flex;
	    position: fixed;
		width: 92%;
		height: 60px;
		justify-content: space-between;
		z-index: 3;
		padding: 0 4%;
	    background: #ffffff99;
	}
	.giuman__giuman-image-wrapper {
		width: 70px;
	}
	#navigation {
		display: flex;
		visibility: hidden;
	}
	.navigation {
	    flex-direction: column;
	    width: 100vw;
	    display: flex;
	    position: fixed;
	    border: none;
	    height: calc(100vh - 60px);
	    overflow-y: auto;
	    overflow-x: hidden;
	    /*margin-left: -15px;*/
	    transition: left 0.2s ease-in, visibility 0s ease-in 0.1s;
	    left: calc(100% + 15px);
	    z-index: 5;
	    top: 60px;
	    background: #1a2e3b;
	}
	.navigation div {
	    background: #231c34;
	    width: 100%;
	    margin-left: 20px;
	}
	.navigation div:hover .subMenu {
	    background: #231c34;
	    width: 100%;
	    border: none;
	}
	.navigation a {
	    color: #C3FFF6;
	    padding: 30px;
    	text-align: center;
    	font-size: 24px;
	}
	#menu {
		display: none;
	}
	.burger {
		display: flex;
	}
	.giuman__menu-buttons {
		padding: 0;
	}
	/* end menu-header */

	/* content styles */
	.giuman__bg-image-1 {
		background-image: url('../images/mobile_2.png');
	}
	.giuman__bg-image-2 {
		background-image: url('../images/mobile_3.png');
	}
	.giuman__bg-image-6 {
		background-image: url('../images/mobile_4.png');
		height: 100vh;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}
	.giuman__bg-image-7 {
		background-image: url('../images/7_7.png');
	}
	.giuman__giuman-image-wrapper {
		margin: 0;
	}
	.giuman__bg-image_opacity {
		height: 100vh;
	    filter: brightness(0.6);
	    opacity: 1;
	}
	.giuman__bg-image-wrapper {
		display: flex;
		height: 100vh;
	}
	.giuman__content_left, .giuman__content_right, .giuman__content_bees {
	    margin: 0 auto;
	    width: 90%;
	    max-width: 500px;
	}
	.giuman__content_left {
	    margin-top: 60px;
	}
	.giuman__content_left p, .giuman__content_right p, .giuman__content_left h2, .giuman__content_right h2, .giuman__content_bees p, .giuman__content_bees h2 {
	    color: #C3FFF6;
	}
	.bg-with-video {
		display: none;
	}
	.giuman__bg-image_opacity-bees {
		background-size: 100%;
		background-repeat: no-repeat;
		width: 100%;
	    position: absolute;
	    z-index: -1;
	    background: center;
	    background-image: url(../images/7_7.png);
	}

	/* content contacts */
	.giuman__contact-form {
	    margin: 0;
	    width: 100%;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	}
	.giuman__contact-form input:last-child {
		align-self: flex-end;
	}
	.giuman__contact-map-conteiner {
		width: 100%;
	}
	.giuman__contact-inputs {
		padding: 0 2%;
		width: 96%;
	}
	.giuman__contact-map {
		/* max-width: 100%; */
	}
}

@media screen and (max-width: 533px) {
	.giuman__bg-image-6 {
		height: 77vh !important;
	}
	.giuman__contact-description {
		font-size: 12px;
		margin: 5px;
	}
	.giuman__contact-map {
		margin: 5px 0;
	}
	.giuman__contact-form input {
		margin: 1% 0;
		font-size: 16px;
	    height: 34px;
	}
	.giuman__contact-form input:last-child {
		font-size: 15px;
		border-radius: 0;
		-webkit-appearance: none;
		outline: none;
	}
	.giuman__contact-form span {
		font-size: 16px;
	}
	h3 {
		font-size: 20px;
	}
	span.sim-dot {
		display: none;
	}
	.sim-slider-title {
		bottom: -29px;
		font-size: 14px;
	    padding: 0px 3%;
    	width: 94%;
	}
	.giuman__bg-image {
		height: 67vw;
	}
}

@media screen and (max-width: 376px) {
	.giuman__contact-map {
		width: 375px;
		height: 165px;
	}
}
