@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: "Brygada1918";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/brygada1918-regular-webfont.woff2") format('woff2');
    font-display: auto;
}

@font-face {
    font-family: "Brygada1918";
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/brygada1918-regularitalic-webfont.woff2") format('woff2');
    font-display: auto;
}

@font-face {
    font-family: "Brygada1918";
    font-style: bold;
    font-weight: 800;
    src: url("../fonts/brygada1918-bold-webfont.woff2") format('woff2');
    font-display: auto;
}

body{
	font-family: "Brygada1918";
	margin: 0;
	background: #fef6ec;
	color: #2F281A;
	line-height: 1.2;
	box-sizing: border-box;
	border: 2vw solid #ECE5DB;
	border-image: url(../images/border_.png) 18% repeat repeat;
}
a{
	color: #2F281A;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
img.photo {
	border-radius: .5vw .5vw .5vw .5vw;
	display: block;
	width: 40vw;
	height: 27vw;
	margin: 0 auto 1em;
	object-fit: cover;
	touch-action: manipulation;
}

header{
	min-height: 50vh;
	/*background-image: url(../images/bg_top.jpg); */
	/*background-size: 100% auto;*/
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	position: relative;
}

#menu{
	background-image: url(../images/bg_middl.jpg); 
	background-size: 100% auto;
	background-repeat: repeat-y;
	width: 100%;
	/*padding-bottom: 300px;*/
	position: relative;
	overflow: hidden;
}

.ill{
	display: block;
	width: 30vw;
	opacity: 0.7;
}

#menu .ill-1{
	display: block;
	position: absolute;
	top: -8px;
	left: -12vw;
	width: 30vw;
	opacity: 0.7;
}

#menu .ill-2{
	display: block;
	position: absolute;
	top: 22vh;
	right: -7vw;
	width: 20vw;
	opacity: 0.8;
}

#menu .ill-3{
	display: block;
	position: absolute;
	top: 65vh;
	left: -7vw;
	width: 18vw;
	opacity: 0.6;
	mix-blend-mode: multiply;
}

.section{
	width: 60%;
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
}
.section .iva{
	margin-top: 10px;
	float: right;
	font-size: 11px;
	font-style: italic;
	opacity: 0.7;
}

#menu h2{
	font-size: 2.5em;
	text-align: center;
	font-weight: 600;
	margin-bottom: 1em;
	margin-top: 0;
	opacity: 0.9;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-style: italic;

}
.section h3{
	font-size: 	1.5em;
	text-align: center;
	letter-spacing: 0.3em;
	margin-bottom: 0.5em;
	margin-top: 2em;
	text-transform: uppercase;
}

.section p{
	font-style: italic;
	margin-bottom: 30px;
	text-align: center;
	opacity: 0.7;
	margin: 0 0 1em 0;
}

.section table {
  width: 100%;
  border-collapse:separate; 
  border-spacing: 0 10px;
}

.section td{  
  overflow: hidden;
  position: relative;
}

.text { 
	font-size: 	1.1em;
  width: 92%;
  letter-spacing: 0.04em;
}
.text:after{
	opacity: 0.5;
    content: " .............................................................................................................................................................................................................................................. ";
    position: absolute;
    padding-left: 5px;
}


.frame{
	width: 40%;	
	position: absolute;
	z-index: 3;
}
.frame .logo-frame{
	position: absolute;
	width: 100%;
	display: block;
	margin: 0 auto;
}
.frame .logo{
	width: 40%;
	margin: 4.6vw auto 0 auto;
	display: block;
	opacity: 0.7;
}

.map-wraper{
	/*bottom: 10%;*/
	position: absolute;
	width: 100%;
	/*height: 80vh;*/
	height: 100%;
	background-image: url(../images/lines.jpg);
	/*background-image: url(../images/background_top_.jpg);*/
	background-repeat: no-repeat;
	/*background-size: auto 100%;*/
	background-size: cover;
	background-position: top;
	/*mix-blend-mode: multiply;*/
	/*opacity: 0.9;*/
}
.left{
	height: 100%;
	width: 50%;
	float: left;
	background-image: url(../images/america_.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: 0;
	/*mix-blend-mode: multiply;*/
}
.right{
	height: 100%;
	width: 50%;
	float: right;
	background-image: url(../images/spain_.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: 100%;
	/*mix-blend-mode: multiply;*/
}
.gradient{
	position: absolute;
	bottom: 0;
	width: 100%;
}
.text-wraper{
	width: 100%;
	position: absolute;
	margin-top: 37vw;
	display: none;
}
h1, h5{
	text-align: center;
	letter-spacing: 0.5em;
	opacity: 0.85;
	text-transform: uppercase;
}
h1{
	font-size: 8vw;
	margin-bottom: 0.2em;
}
h5{
	font-size: 4.5vw;
	margin-top: 0;
}
footer{
	position: relative;
	height: 22vw;
	background-image: url(../images/bg_middl.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
}
.footer-map-wraper{
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../images/footer_lines.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom;
	opacity: 0.9;
}

footer .gradient{
	top: -10px;
}
footer .frame{
	width: 35%;
	display: block;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
}
footer .logo-frame{
	position: absolute;
	bottom: 0;
}
footer .frame .logo{
	width: 21%;
	position: absolute;
	bottom: 12vw;
}
.menu-wrapper{
	width: 23%;
	margin-top: calc(12vw);
	z-index: 2;
}
.menu-bottom{
	width: 100%;
	height: 210px;
	background-image: url(../images/menu_bott.png); 
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.current{
	position: relative;
}
.current:after{
	content: '';
	position: absolute;
	border-radius: 3px;
	top: 18px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #383123;
}
ul{
	padding: 0;
	list-style: none;
	margin: 0;
}
.menu-bottom ul{
	padding: calc(4.4vw - 10px) 15% 0 15%;
	display: flex;
	justify-content: space-around;
}
.menu-bottomul li{
	font-weight: 600;
	font-size: 1.1rem;
	cursor: pointer;
	position: relative;
}
.menu-bottom a{
	font-weight: bold;
}
/*
form ul li:hover:after{
	content: '';
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #2F281A;
}*/
nav ul{
	padding: 0 20px;
}
nav ul li{
	text-align: center;
	margin-bottom: 15px;
}
nav ul li a{
	text-decoration: none;
	color: #2F281A;
	text-transform: uppercase;
	font-size: 1.2rem;
	font-size: 6vw;
	cursor: pointer;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both; 
}
.contacts{
	width: 16vw;
	height: 6vw;
	position: absolute;
	bottom: .8vw;
	z-index: 40;
	margin-bottom: 11px;
	display: flex;
	align-items: center;
}
.contacts h6, .contacts ul li{
	text-align: center;
}
.contacts h6{
	font-size: 0.9rem;
	padding-bottom: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	display: none;
}
.contacts ul{
	padding: 0 0%;
	width: 100%;
}
.contacts ul li{
	font-size: 0.8vw;
	margin-bottom: 1px;
}
.contacts ul li a{
	color: #2F281A;
	text-decoration: none;
	cursor: pointer;
}
.copywrite{
	position: absolute;
	bottom: 9.95vw;
	font-style: italic;
	z-index: 999;
	color: #2F281A;
	text-decoration: none;
	font-size: 0.5rem;
	cursor: pointer;
}

@media only screen and (max-width: 1200px){
	.contacts{
		width: 30vw;
		height: 12vw;
		bottom: 1vw;
		margin-bottom: 11px;
	}
	.contacts ul{
		padding: 0 0%;
		width: 100%;
	}
	footer{
		margin-top: 80px;
	}
	footer .frame{
		width: 65%;
	}
	footer .logo-frame{
		position: absolute;
		bottom: 0;
	}
	footer .frame .logo{
		width: 21%;
		position: absolute;
		bottom: 22.3vw;
	}
	.copywrite{
		bottom: 18.3vw;
		font-size: 1.6vw;
	}
	.contacts ul li{
		font-size: 1.7vw;
		margin-bottom: 0px;
	}
	img.photo {
		border-radius: .5vw .5vw .5vw .5vw;
		width: 70vw;
		height: 50vw;
		margin: 0 auto 1em;
		object-fit: cover;
	}
	.frame{
	width: 90%;	
	position: absolute;
	z-index: 3;
	}
	.frame .logo-frame{
		position: absolute;
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	.frame .logo{
		width: 45%;
		margin: 9vw auto 0 auto;
		display: block;
		opacity: 0.7;
	}
	.menu-wrapper{
		width: 48%;
		margin-top: calc(25vw);
		z-index: 2;
	}
	.menu-bottom ul{
		padding: calc(10vw - 10px) 15% 0 15%;
	}
	#menu h2{
		font-size: 1.8em;
		text-align: center;
		font-weight: 800;
		margin-bottom: 1em;
		opacity: 0.9;
		text-transform: uppercase;
		font-style: italic;
	}
}

@media only screen and (max-width: 605px){
	body{
			border-width: 5vw;
	}
	.contacts{
		bottom: 3px;
	}
	.contacts ul li{
		font-size: 0.7em;
	}
	.frame{
	width: 90%;	
	position: absolute;
	z-index: 3;
	}
	.frame .logo-frame{
		position: absolute;
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	.frame .logo{
		width: 45%;
		margin: 9vw auto 0 auto;
		display: block;
		opacity: 0.7;
	}
	.menu-wrapper{
		width: 58%;
		margin-top: calc(25vw);
		z-index: 2;
	}
	.menu-bottom ul{
		padding: calc(10vw - 10px) 15% 0 15%;
	}
	#menu h2{
		font-size: 1.8em;
		text-align: center;
		font-weight: 800;
		margin-bottom: 1em;
		opacity: 0.9;
		text-transform: uppercase;
		font-style: italic;
	}
	img.photo {
		border-radius: .5vw .5vw .5vw .5vw;
		width: 80vw;
		height: 59vw;
		margin: 0 auto 1em;
		object-fit: cover;
	}
	.section{
		width: 85%;
		margin-bottom: 100px;
		margin-left: auto;
		margin-right: auto;
	}
	.section h3{
		font-size: 	1.2em;
		letter-spacing: 0.25em;
		margin-bottom: 0.5em;
	}
	.section p{
		width: 75%;
		font-size: 	0.9em;
		margin-bottom: 30px;
		margin: 0 auto 1em;
	}
	.text { 
		font-size: 	.9em;
	  letter-spacing: 0.04em;
	}
	.contacts{
		width: 40vw;
		height: 15vw;
		bottom: 1vw;
		margin-bottom: 11px;
	}
	.contacts ul{
		padding: 0 0%;
		width: 100%;
	}
	.contacts ul li{
		font-size: 2.2vw;
		margin-bottom: 0px;
	}
	.contacts ul li a{
		color: #2F281A;
		text-decoration: none;
		cursor: pointer;
	}
	.copywrite{
		bottom: 25vw;
		font-size: 2vw;
	}
	footer{
		margin-top: 50px;
	}
	footer .frame{
		width: 95%;
	}
	footer .logo-frame{
		position: absolute;
		bottom: 0;
	}
	footer .frame .logo{
		width: 21%;
		position: absolute;
		bottom: 30.5vw;
	}

}


/*
@media only screen and (min-width: 767px){
	.contacts h6{
		display: block;
	}
	.contacts{
		height: auto;
		bottom: 20px;
		display: block;
	}
	.contacts ul{
		width: 100%;
		padding: 0;
	}
	.contacts ul li{
		font-size: 0.9em;
		margin-bottom: 3px;
	}
	header{
		/*height: 80vh;*/
		/*background-size: 100% auto;
	}

	nav ul li{
		margin-bottom: 10px;
	}
	nav ul li a{
		font-size: 1.5rem;
	}
	
	.menu-wrapper{
		margin-top: 110px;
		width: 310px;
	}
	.map-wraper{
		/*height: 80vh;*/
		/*height: 80%;*/
		/*background-position: 0;
	}
	.menu-middle{
		padding-top: 140px;
	}
	#menu{
		/*padding-top: 40px;
	}
	h1{
		font-size: 6vw;
		margin-bottom: 0px;
	}
	h5{
		font-size: 3vw;
		margin-top: 0;
	}
	.text-wraper{
		display: block;
		margin-top: 17vw;
	}
	.map-wraper{
		/*background-size: cover;
	}
	.frame{
		/*width: 40%;	
		width: 600px;	
	}
	.frame .logo{
		margin: 67px auto 0 auto;
	}
	#menu h2{


	}
	.section{
		width: 50%;
	}
	footer, .footer-map-wraper{
		height: 42vw;
	}
	.footer-map-wraper{
		background-size: cover;
	}
	footer .frame{
		width: 600px;
	}
	footer .frame .logo{
		bottom: 215px;
	}
	.copywrite{
		bottom: 176px;
		font-size: 0.7rem;
	}
}
@media only screen and (min-width: 991px){
	footer, .footer-map-wraper{
		height: 30vw;
	}
	footer .frame{
		width: 715px;
	}
	footer .frame .logo{
		bottom: 256px;
	}
	.copywrite{
		bottom: 212px;
	}	
	.contacts{
		bottom: 35px;
	}
}
@media only screen and (min-width: 1350px){
	header{
		background-size: 100% auto;
	}
	.left, .right{
		display: none;
	}
	.map-wraper{
		background-image: url(../images/background_top_.jpg);
	}
}

body{
	box-sizing: border-box;
	border: 40px solid #ECE5DB;
	border-image: url(../images/border_.png) 18% repeat repeat;
}



header.sucess{
	height: 45vh;
}
.message#menu{
	margin-top: -50px;
}
.sucess-wrapper{
 	width: 50%;
 	/*background-color: #f00;
 	margin: 0 auto;
}
.sucess-wrapper img{
	object-fit: cover;
	width: 100%;
}
h2{
	text-transform: uppercase;
}
p.desc.big{
	width: 80%;
	margin: 0 auto;
	margin-top: -50px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 1.5rem;
	font-style: italic;
}

.frame .logo-frame {
	pointer-events: none;
}

nav ul li a {
  position: relative;
  text-decoration: none;
  cursor: pointer;
}*/
/*
a:before,
a:after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #2F281A;
}

a:before {
  opacity: 0;
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s;
  transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s;
}

a:after {
  opacity: 0;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
}

a:hover:before,
a:hover:after,
a:focus:before,
a:focus:after {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

a:hover:before,
a:focus:before {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
}

a:hover:after,
a:focus:after {
  -webkit-transition: -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s;
  transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s;
}*/


 
