@import "jquery.bxslider.css";
@font-face { font-family: Nirmala UI; src: url('fonts/Nirmala.ttf'); }
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: 'Nirmala UI', sans-serif;
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.container {
	width: 100%;
	margin: 0 auto;
}

.header {
	width: 100%;
	height: 70px;
	position: fixed;
	background-color: #fff;
	padding: 0 10px;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 55;
}
.header .logo {
	width: 65%;
    padding-top: 10px;
    margin-left: 10px;
}
.header-right {
	display: flex;
}
.soclogos {
	width: 75px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	margin-top: 35px;
	margin-right: 55px;
}
.soclogos img {
	width: 30px;
}
#mobLogo {
	display: none;
}
.header .lang {
	position: relative;
	top: 15px;
	right: 10px;
	height: 100%;
	font-size: 22px;
}
.header .lang .current {
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
	color: #60090F;
	background-color: #fff;
	padding: 2px 40px 0 10px;
	cursor: pointer;
	z-index: 2;
}

.header .lang .lang-drop a {
	text-decoration: none;
	color: #4D4E4E;
}
.header .lang .lang-drop {
	position: absolute;
	background-color: #fff;
	padding: 2px 40px 0 10px;
	top: 45%;
	left: 50%;
	opacity: 0;
	transform: translate(-50%, -50%);
	transition: top .5s;
	z-index: 1;
}
.header .lang .lang-drop.lang-dropped {
	opacity: 1;
	top: 85px;
}
.hamburger {
	display: none;
}
.nav {
	display: flex;
    width: 1136px;
    position: fixed;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 55;
}
nav ul {
	display: flex;
	margin: 0 auto;
}
nav ul li {
	display: block;
	list-style: none;
	padding: 3px 0;
	line-height: 35px;
	margin-right: 15px;
}
nav ul li a {
	text-decoration: none;
	font-size: 20px;
	line-height: 7.5px;
	color: #60090F;
}

.forflex {
	display: flex;
	justify-content: center;
}
.bg {
	width: 100%;
	height: 500px;
}

#totop {
    position: fixed;
    right: 0;
    display: block;
    width: 50px;
    height: 50px;
    background-color: #60090F;
    bottom: 127px;
    z-index: 10000;
    -webkit-box-shadow: 1px 3px 7px -1px rgba(0,0,0,0.6);
    -moz-box-shadow: 1px 3px 7px -1px rgba(0,0,0,0.6);
    box-shadow: 1px 3px 7px -1px rgba(0,0,0,0.6);
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../imgs/top.png);
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-in-out .1s;
    -moz-transition: all .3s ease-in-out .1s;
    -ms-transition: all .3s ease-in-out .1s;
    -o-transition: all .3s ease-in-out .1s;
}
#totop.hidden {
	right: -60px;
}

.menu-item {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
			align-items: center;
			text-align: start;
	scroll-snap-align: center;
	width: 100%;
}
.menu-item h1,
.menu-item h2,
.menu-item h3,
.menu-item h4,
.menu-item h5,
.menu-item h6 {
	margin-top: 40px;
	font-size: 18px;
	font-weight: normal;
	color: #60090F;
	width: 90%;
	margin: 0 auto;
}
.h2 {
	color: #60090F;
	font-size: 36px;
	font-weight: normal;
	text-transform: uppercase;
	width: 90%;
	padding: 20px 0;
	margin: 0 auto;
}
.m__content {
	background-color: #fff;
	width: 100%;
	padding: 20px 0;
}
.m__content p {
	width: 90%;
	margin: 0 auto;
}
.m__content a {
	text-decoration: none;
}
.partners {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 40px 0;
}
.partners a {
	display: block;
	margin: 0 10px;
}

.partners img {
	max-width: 120px;
	max-height: 120px;
}
.product {
	width: 90%;
    display: flex;
	justify-content: space-between;
	align-items: center;
    flex-wrap: wrap;
    margin: 40px auto;
}
.bx-next {
	right: 15%;
}


#products-list .product__text p {
    height: 100%;
	max-width: 667px;
	margin: 8px 0;
}
.product__text {
	width: 45%;
}
.product__view img {
	height: 100%;
}
.contacts {
	display: flex;
	width: 90%;
    margin: 0 auto;
}
.fieldset {
	width: 60%;
} 
.fieldset div {
	margin: 10px 0;
}
#map-wrapper {
	position: relative;
	width: 100%;
	height: 300px;
}
.contact__info {
	width: 50%;
	font-size: 20px;
}
.contact__info h1 {
	margin: 10px 0;
	font-size: 35px;
	color: #60090F;
}
.contact__info div {
	margin: 15px 0;
}
#mailform {
	width: 50%;
}
.m-input {
	padding: 10px 20px 10px 5px;
	width: 100%;
	min-width: 300px;
}
#ml-message {
	resize: none;
}
.seccode-wrap {
	display: flex;
	justify-content: flex-end;
	/* width: 60%; */
	min-width: 300px;
}
.fieldset .sec_text {
	margin: 0;
}
.secinput {
	width: 100%;
	padding: 10px 0 10px 5px;
}
.reload {
	width: 22px;
	margin: 9px 15px 0; 
}
.submit-wrapper {
	display: flex;
	justify-content: flex-end;
	min-width: 300px;
}

.flatbutton {
	margin: 40px 0;
	padding: 20px 40px;
	color: #fff;
	background-color: #60090F;
	border: none;
	cursor: pointer;
}

footer {
	width: 100%;
	height: 60px;
	background-color: rgba(243, 228, 230, .4);
}
footer .MW {
	margin-left: 10px;
}

footer .MW #footLogo2 {
	display: none;
}
footer .MW #footLogo1 {
	max-width: 42px;
}
footer .fLogo  #footLogo2 {
	display: block;
}
footer .fLogo  #footLogo1 {
	display: none;
}

footer .footer_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	        align-items: center;
	padding-top: 10px;
}
footer .footer_info p {
	padding: 0 25px 0 0;
	margin: 0;
	text-align: end;
	font-size: 16px;
}
footer .footer__center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
footer .soclogos {
	margin-right: 0; 
}
footer .footer_soclogos img {
	max-width: 25px; 
}
footer .copyright {
	margin-top: 5px;
	font-size: 10px;
	color: #60090F;
}
.bx-wrapper .bx-controls-direction a {
    width: 23px;
}
@media(max-width: 1700px) {
	.bx-next {
		right: 10%;
	}
}
@media(max-width: 1600px) {
	#webLogo {
		display: none;
	}
	#mobLogo {
		display: block;
	}
	nav ul li a {
		font-size: 18px;
	}
}
@media (max-width: 1422px) {
    .nav {
        width: 840px;
    }
	nav ul li a {
		font-size: 16px;
	}
}
@media(max-width: 1320px) {
	.bx-next {
		right: 6%;
	}
}
@media(max-width: 1230px) {
	.product__text {
		width: 40%;
	}
}
@media(max-width: 1150px) {
	.header .logo.margin__left {
		margin-left: 0;
	}
	.header {
		height: 57px;
	}
	.header .logo {
		width: 43px;
		padding-top: 8px;
	}
	
	.header .lang .current {
		padding-right: 15px;

	}
	.header .lang .lang-drop {
		padding-right: 15px;
	}

	.header .lang .lang-down-arrow {
		top: 35px;
	}
	.nav {
		position: fixed;
		top: -437px;
		width: 80%;
		background-color: white;
		border-left: 1px solid #ebebeb;
		border-top: 1px solid #ebebeb;
		border-right: 1px solid #ebebeb;
		border-bottom: 1px solid #ebebeb;
		-webkit-box-shadow: 1px 3px 7px -1px rgba(0,0,0,0.6);
		-moz-box-shadow: 1px 3px 7px -1px rgba(0,0,0,0.6);
		box-shadow: 1px 3px 7px -1px rgba(0,0,0,0.6);
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		text-align: center;
		transition: top .5s;
		z-index: 54;
	}
	nav.menu__open {
		top: 57px;
	}
	nav ul {
		flex-direction: column;
		width: 100%;
	}
	nav ul li {
		margin-right: 0;
		border-bottom: 1px solid #ebebeb;
	}
	nav ul li a {
		color: #60090F;
	}

	nav ul li:hover {
		background-color: #60090F;
	}
	nav ul li:hover a {
		color: #fff;
	}
	.soclogos {
		margin-right: 35px;
		margin-top: 18px;
		width: 75px;
	}
	.soclogos img {
		width: 22px;
	}
	.nav ul li a {
		font-size: 19px;
		display: block;
		padding: 15px 0;
	}
	.header-right {
		margin-right: 44px;
	}
	.header .hamburger {
		position: fixed;
		right: 30px;
		top: 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
		-webkit-box-pack: justify;
			-ms-flex-pack: justify;
				justify-content: space-between;
		height: 22px;
		cursor: pointer;
	}
	.header .hamburger div {
		background-color: #60090F;
		width: 7px;
		height: 5px;
		border-radius: 3px;
		z-index: 57;
	}
	.header .lang {
		line-height: 57px;
		top: 0;
		right: 10px;
		font-size: 15px;
	}
	.header .lang .lang-drop.lang-dropped {
		line-height: 35px;
		top: 90px;
	}
	
	.product {
		flex-direction: column-reverse;
	}
	.product__text {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}
	.product__view img {
		width: 100%;
		height: auto;
	}
	#products-list .product__text p {
		display: inline;
		max-width: 90%;
	}
	.product__logo {
		width: 130px;
	}
	.contacts {
		display: block;

	}
	.contact__info {
		width: 100%;
	}
	#mailform {
		width: 100%;
	}
	.m-input {
		min-width: 250px;
	}
	.seccode-wrap {
		min-width: 250px;
	}
	.submit-wrapper {
		min-width: 250px;
	}
	footer .footer_info p {
		font-size: 15px;
	}
	.bx-wrapper .bx-controls-direction .bx-prev {
		left: 5%;
		top: 40%;
	}
	.bx-wrapper .bx-controls-direction .bx-next {
		top: 40%;
		right: 5%;
	}
	
	#products-list .product__text {
		align-items: flex-start;
	}
	
	/*footer {*/
	/*	height: 70px;*/
	/*}*/
	/*footer #footLogo1{*/
	/*	width: 40px;*/
	/*}*/
	/*footer .fLogo  #footLogo2 {*/
	/*	display: none;*/
	/*}*/
	/*footer .fLogo  #footLogo1 {*/
	/*	display: block;*/
	/*}*/
	/*footer .copyright {*/
	/*	margin-top: 0px;*/
	/*}*/
}

@media(max-width: 700px) {
	.forflex {
		display: block;
	}
	.header {
		padding: 0 20px;
	}
	.header .logo {
		margin-left: 0;
	}
	.header-right {
		margin-right: 55px;
	}
	.product__logo {
		width: 82px;
	}
	#products-list .product__text p {
		margin: 6px 0;
	}
	
	/*footer {*/
	/*	height: 80px;*/
	/*}*/

	/*#footLogo {*/
	/*	width: 50px;*/
	/*	padding-left: 10px;*/
	/*}*/
	/*footer .copyright {*/
	/*	margin-top: 0;*/
	/*}*/
	/*footer .footer_info p {*/
	/*	font-size: 9px;*/
	/*	padding-top: 20px;*/
	/*	width: 90%;*/
	/*}*/
	/*footer .soclogos img {*/
	/*	width: 22px;*/
	/*}*/
}
@media(max-width: 600px) {
	.bx-wrapper .bx-controls-direction .bx-prev {
		top: 35%;
	}
	.bx-wrapper .bx-controls-direction .bx-next {
		top: 35%;
		
	}
	/*footer .footer_soclogos img {*/
	/*	width: 25px;*/
	/*}*/
}
@media(max-width: 500px) {
	.bx-wrapper .bx-controls-direction .bx-prev {
		top: 30%;
	}
	.bx-wrapper .bx-controls-direction .bx-next {
		top: 30%;
	}
}
@media(max-width: 400px) {
	.bx-wrapper .bx-controls-direction .bx-prev {
		top: 25%;
	}
	.bx-wrapper .bx-controls-direction .bx-next {
		top: 25%;
	}
	.fieldset {
		width: 100%;
	}
	footer .MW #footLogo1 {
        max-width: 30px;
    }
    footer .footer_info p {
        font-size: 11px;
    }
    footer .footer_soclogos img {
        max-width: 20px;
    }
}
@media(max-width: 350px) {
	.bx-wrapper .bx-controls-direction .bx-prev {
		top: 20%;
	}
	.bx-wrapper .bx-controls-direction .bx-next {
		top: 20%;
	}
	footer .footer_soclogos img {
        max-width: 15px;
    }
    footer .copyright {
        margin-top: 2px;
        font-size: 8px;
    }
    footer .footer_info p {
        font-size: 9px;
    }
}