/*@font-face{font-family:Bebas;src:url(../fonts/Bebas.ttf) format("truetype")}*/
@font-face{font-family:BebasNeue;src:url(../fonts/9080.ttf) format("truetype")}
@font-face{font-family:MyriadCondensed;src:url(../fonts/MyriadCondensedWeb.ttf) format("truetype")}
@font-face{font-family:MyriadCondensed;font-weight: bold;src:url(../fonts/MyriadWebBold.ttf) format("truetype")}
body{
    background-color: #f1f2f2;
}
header{
    height: 217px;
    width: 100%;
    background-color: black;
    text-align: center;
}
.logo{
    padding-top: 18px;
}
.content{
    position: relative;
}
.menu{
    background-color: rgba(0,0,0,0.37);
    height: 65px;
    z-index: 2;
    position: absolute;
    top: 0;
    width: 100%;
}
.banner
{
    position: relative;
    padding: 0;
}
.banner{
    z-index: 0;
    margin-bottom: 57px;
}
.main-menu .nav-item > .nav-link
{
    color: white;
    text-transform: uppercase;
    font-family: BebasNeue;
    font-size: 22px;
}
h1{
    text-align: center;
    font-family: BebasNeue;
    font-size: 48px;
}
.about
{
    max-width: 1170px;
    position: relative;
    margin-bottom: 51px;
}
.about .text
{
    background-color: white;
    box-sizing: border-box;
    padding-top: 40px;
    position: absolute;
    top: -110px;
    padding-left: 20px;
    padding-right: 30px;
    right: 0;
    text-align: justify;
    font-family: MyriadCondensed;
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 50px;
}
.about .image
{
    z-index: 2;
}
.about .text:before{
    content: ' ';
    width: 100px;
    background-color: white;
    position: absolute;
    height: 100%;
    left: -100px;
    top: 0;
    padding-right: 20px;
}
.contact{
    min-height: 558px;
    background-color: #444444;
}
.contact input[type=text]::placeholder{
    color: #000;
}
.contact input[type=text],.send
{
    border-radius: 0;
    height: 56px;
    font-family: BebasNeue;
    color: black;
    box-sizing: border-box;
    padding-left: 20px;

}
.message
{
    font-size: 48px;
    text-align: center;
    font-family: BebasNeue;
    color: white;
    padding-top: 165px;
    margin-bottom: 70px;
}
.send-form
{
    max-width: 1140px;
}
.send
{
    color: white;
    background-color: #00cc3e;
    border: none;
    padding-top: 15px;
}
.send:hover
{
    color: white;
}
.products-block
{
    max-width: 1140px;
    background-color: white;
    position: relative;
    padding-bottom: 34px;
}
.products-block .row{
    position: relative;
    top: -18px;
}
.products-block:before
{
    position: absolute;
    top: -66px;
    background-color: white;
    content: ' ';
    left: 0;
    width: 100%;
    height: 66px;
}
.products-block:after{
    position: absolute;
    right:-50px;
    background-color: white;
    content: ' ';
    width: 50px;
    top: -66px;
    bottom: 0;
}
.product-text{
    min-height: 268px;
    background-color: #f1f2f2;
    max-width: 310px;
	margin: 0 auto;
}
.product-inner{

	margin: 0 auto;
}

.product-header
{
    text-transform: uppercase;
    text-align: center;
    padding-top: 30px;
    font-family: BebasNeue;
    font-size: 30px;
}

.product-descr
{
    font-family: MyriadCondensed;
    font-size: 22px;
    text-align: center;
}
.product-button
{
    width: 235px;
    height: 52px;
    border: 1px solid;
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: BebasNeue;
    font-size: 22px;
    padding-top: 10px;
    box-sizing: border-box;
}

footer{
    min-height: 328px;
    width: 100%;
    background-color: black;
    box-sizing: border-box;
    padding-top: 50px;
}
.footer-container
{
    max-width: 1140px;
}
.footer-header
{
    font-family: BebasNeue;
    font-size:32px;
    color:white
}
.footer-menu
{
    list-style: none;
    padding: 0;
    font-size: 22px;
    font-family: MyriadCondensed;
    font-weight: bold;

}
.footer-logo
{
    margin-left: 50px;
}
.footer-menu a
{
    color: white;
}
.footer-contacts
{
    list-style: none;
    padding: 0;
    font-size: 18px;
    font-family: MyriadCondensed;
    color: white;
}
.dropdown-menu,.navbar-collapse.collapsing,.navbar-collapse.show {
    background-color: rgba(0,0,0,0.4);
}
.dropdown-item{
    color: white;
}
.navbar-light .navbar-nav .show > .nav-link{
    color:white;

}
@media(max-width:800px){
	.products-block:after,.products-block:before{
		display:none;
	}
	.about .text{
		top:auto;
		position:inherit;
	}
	.send-form{
		padding-bottom: 50px;
	}
	.footer-container{
		text-align:center;
	}
}