@font-face {
    font-family: 'Arial-BoldMT';
    src: url('../fonts/Arial-BoldMT.eot');
    src: url('../fonts/Arial-BoldMT.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Arial-BoldMT.woff2') format('woff2'),
        url('../fonts/Arial-BoldMT.woff') format('woff'),
        url('../fonts/Arial-BoldMT.ttf') format('truetype'),
        url('../fonts/Arial-BoldMT.svg#Arial-BoldMT') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ArialRegular';
    src: url('../fonts/ArialMT.eot');
    src: url('../fonts/ArialMT.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArialMT.woff2') format('woff2'),
        url('../fonts/ArialMT.woff') format('woff'),
        url('../fonts/ArialMT.ttf') format('truetype'),
        url('../fonts/ArialMT.svg#ArialMT') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro-Bold';
    src: url('../fonts/MyriadPro-Bold.eot');
    src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Bold.woff2') format('woff2'),
        url('../fonts/MyriadPro-Bold.woff') format('woff'),
        url('../fonts/MyriadPro-Bold.ttf') format('truetype'),
        url('../fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}


*{
	outline: none;
	box-sizing: border-box;
}


body{
	font-family: ArialRegular;
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 16px;
	line-height: 1.2;
	min-height: 100vh;
}

ul li{
	list-style: none;
}

ul{
	margin: 0;
	padding: 0;
}

input, textarea{
	box-sizing: border-box;
	width: 100%;
	padding: 0 53px;
    height: 50px;
    color: #898989;
    border: none;
    margin-top: 10px;
    padding-right: 10px;
}

textarea{
	padding-top: 17px;
	height: 170px;
	font-family: inherit;
}

a{
	cursor: pointer;
	color:#111;
	text-decoration: none;
}

p{
	margin: 0 0 15px;
}

h1, h2, h3{
	font-family: Arial-BoldMT;
}

header .wrapper{
	align-items: center;
	position: relative;
	height: 80px;
}

header .wrapper_nav1{
	background-color: #e8e8e8;	
}

.swiper-container{
	width: 100%;
}

.swiper-slide{
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
}

.swiper-wrapper{
	margin: 0 auto;
	display: flex;
	text-align: center;
}

.wrapper, .mainpageHeader{
	max-width: 1170px;
    margin: 0 auto;
    padding-top: 8px;
    padding: 0 5px;
    display: flex;
	justify-content: space-between;
	position: relative;
}

.toDownFooter{
	height: 300px;
}

.form-mainPageL .form_input, .form-mainPageR, .feedback_form .form_input, .text_input, .frame-form-field, .cart_comment{
	position: relative;
}

#select_product{
	display: none;
}

.form-mainPageL .fas, .form-mainPageR .fas, .feedback_form .fas{
	position: absolute;
    top: calc(50% - 7px);
    left: 20px;
    color: #898989;
}

.b-good-specs__item{
	display: flex;
	margin-bottom: 6px;
}

.b-good-specs__head{
	width: 30%;
}

#conttntn{
	width: 100%;
}

.b-good-specs__content{
	width: 70%;
}

.characterr{
	display: flex;
	margin-bottom: 22px;
}

.charackterisHead{
	font-family: Arial-BoldMT;
}

.charackterisValue{
	padding-left: 4px;
}

.form-mainPageR .text_input .fas, .text_input .fas{
	top: -138px;
}

.text_input .fas{
	top: -84px;
}

.cart_comment .fas{
	top: 16%;
}

#mainpageAboutCompany{
	margin-bottom: 60px;
}

#ToggleCatalog{
	position: relative;
	cursor: pointer;
}

#catalog_active{
	background-color: #a3d8dd;
	width: 414px;
	position: absolute;
    padding: 26px 30px;
    display: none;
    z-index: 100;
}

.cart_form input, .cart_order textarea{
	padding: 17px 53px;
    color: #898989;
    margin-top: 15px;
}

.fa-angle-right:hover, .fa-angle-left:hover{
	color: #898989;
}

.fa-angle-right{
	position: absolute;
	right: 0;
}

.cart_menuItem{
	position: relative;
}

.cart_flex{
	display: flex;
	max-width: 1170px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 0 5px;
    margin-top: 26px;
}

#cart_window{
	position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
}

.backload{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
}

.inner_window {
    position: absolute;
    background: #fff;
    top: 50%;
    left: 50%;
    margin-left: -379px;
    margin-top: -14%;
    width: 758px;
}

.closebtn {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    font-size: 24px;
    opacity: .5;
}

#content_window {
    overflow: auto;
    height: 100%;
    padding: 40px;
    box-shadow: rgba(0,0,0,0.3);
}

#content_window h1{
	text-align: center;
	font-size: 24px;
    margin-bottom: 30px;
}

#manufChoose .fa-angle-down{
	padding-left: 10px;
}

#manufChoose{
	width: 280px;
	height: 40px;
	border: none;
	background-color: #467a8f;
	color:#fff;
	font-size: 16px;
	display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    cursor: pointer;
}

#content_window .cart_product {
    width: 678px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dfe4eb;
    padding-bottom: 20px;
    display: flex;
}

#content_window .cart_product_image {
    float: left;
    width: 100px;
    height: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 50px;
}

#content_window .cart_product_image > a {
    width: 100px;
    height: 100px;
}

#content_window .cart_product_image img {
    width: 100%;
}

#content_window .cart_product_info {
    float: right;
    width: 550px;
    font-size: 14px;
}

#content_window .cart_product_info h3 {
    margin-top: 15px;
    margin-bottom: 0;
}

#content_window .cart_product_info h3 a {
    color: #1a1a1a;
    text-decoration: none;
}

#content_window .cart_product_info_price_one {
    margin-top: 20px;
}

#content_window .cart_product_info .gray {
    color: #999;
}

#content_window .kol_sum {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

#content_window .cart_itogo {
    float: left;
    font-weight: 700;
    font-size: 22px;
    line-height: 37px;
    margin-right: 16px;
}

#content_window .buttons {
	display: flex;
	flex-direction: row;
    float: right;
    margin-top: 5px;
    align-items: center;
}

#content_window .buttons .btn_cart{
    height: 35px;
    width: 169px;
    margin-left: 20px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color:#467a8f;
    border-radius: 4px;
    color:#fff;
}

.invisible{
	visibility: visible;
}

#catalog_active2{
	display: none;
}

.nav2 .catalog_active_item{
	margin-right: 0;
}

.nav2 .catalog_active_item a{
	line-height: 30px;
	display: inline;
	padding:0;
	color:#111;
}

.nav2 .catalog_active_item a:hover{
	color:#ed6537;
	background-color: transparent;
}

.nav2 li a{
	color:#fff;
}

#order_card_left{
	background-color: #fff;
}

.order_info{
	border-collapse: collapse;
	width: 100%;
}

.menu{
	display: flex;
	list-style: none;
	font-family: Arial-BoldMT;
	justify-content: space-between;
	width: 55%;
}

#menuHover{
	display: none;
}

.nav2{
	display: flex;
	padding-left: 12px;
}

.nav2 li{
	margin-right: 20px;
	box-sizing: border-box;
    width: 195px;
    height: 50px;
    font-family: Arial-BoldMT;
}

.nav2 li a{
	display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; 