#rc-copyright{
    display:none!important;
}
html * {
    max-height: 999999px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

h2 {
    margin: 0;
    padding: 0;
    font: 30px poiret;
}

img {
    max-width: 100%;
}

body {
    position: relative;
    max-width: 1920px;
    min-width: 1340px;
    font-family: "Segoe", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 28px;
    line-height: 1.4;
    color: #000000;
    background-color: #dddddd;
    margin: 0 auto;
}


/*body::-webkit-scrollbar {
    width: 1em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}*/

.container {
    max-width: 1660px;
    margin: 0 auto;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.header {
    font-size: 36px;
    background-color: #000000;
    border-bottom: 2px solid #ffffff;
    position: fixed;
    z-index: 20;
    max-width: 1920px;
    min-width: 1200px;
    width: 100%;
    padding: 10px 0 0;
    top: 0;
    height: 55px;
}

.header__logo {
  float: left;
  display: inline-block;
  vertical-align: middle;
}

.header__logo img {
    display: block;
}  

.header__logo img:hover,
.header__menu-item:hover,
.header__cart:hover {
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
    opacity: 0.85;
}  

.header__logo img:active,
.header__menu-item:active,
.header__cart:active {
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
    opacity: 0.65;
}

.header__menu {
    font-size: 0;
    width: 1340px;
    margin: 0 auto;
/*    float: left;
    margin: 4px 0 0 2px;
    width: 68%;*/
}

#nav li img {
  width: 175px;
}

#nav li {
    width: 17%!important;
}
#nav li:nth-child(5) {

}

.header__menu-item {
    display: inline-block;
    font-size: 26px;
    font-family: "Calibri", "Candara", "Segoe", "Segoe UI", "Optima", "Arial", sans-serif;
    color: #ffffff;
    vertical-align: middle;
    text-decoration: none;
    margin-left: 9%;
}

.header__menu-item:first-child {

}

.header__cart {
  float: right;
  display: inline-block;
  width: 47px;
  height: 47px;
  font-size: 0;
  color: #ffffff;
  text-decoration: none;
  vertical-align: middle;
}


.hero {
    height: 635px;
}

.hero img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
    margin-top: 55px;
}




/*------------------------------------*\
	НАВИГАЦИЯ
\*------------------------------------*/
/*#nav{
	float:left;
	width:100%;
	list-style:none;
	font-weight:bold;
	margin-bottom:10px;
}*/
#nav li{
    float: left;
    display: block;
    width: 17%;
    text-align: center;
    height: 45px;
}

#nav li:nth-child(6){
  width: 165px!important;
}

    
/*#nav li a{
	display:block;
	padding:5px;
	color:#fff;
	background:#333;
	text-decoration:none;
	
	text-shadow:1px 1px 1px rgba(0,0,0,0.75);
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}*/
#nav li a:hover{
	color:#fff;
/*	background:#6b0c36;
	background:rgba(107,12,54,0.75);
	text-decoration:underline;*/
}

/*--- ВЫПАДАЮЩИЕ ПУНКТЫ ---*/
#nav ul{
    margin-top: 15px;
	list-style:none;
	position:absolute;
	left:-9999px; /* Скрываем за экраном, когда не нужно (данный метод лучше, чем display:none;) */
	opacity:0; /* Устанавливаем начальное состояние прозрачности */
	-webkit-transition:0.25s linear opacity; /* В Webkit выпадающие пункты будут проявляться */
}
#nav ul li{
	padding-top:1px; /* Вводим отступ между li чтобы создать иллюзию разделенных пунктов меню */
	float:none;
}
#nav ul a{
	white-space:nowrap; /* Останавливаем перенос текста и создаем многострочный выпадающий пункт */
	display:block;
}
#nav li:hover ul{ /* Выводим выпадающий пункт при наведении курсора */
	left:0; /* Приносим его обратно на экран, когда нужно */
	opacity:1; /* Делаем непрозрачным */
}
#nav li:hover a{ /* Устанавливаем стили для верхнего уровня, когда выводится выпадающий список */
/*	background:#6b0c36;
	background:rgba(107,12,54,0.75); 
	text-decoration:underline;*/
}
#nav li:hover ul a{ /* Изменяем некоторые стили верхнего уровня при выводе выпадающего пункта */
	text-decoration:none;
     padding: 5px 0 0px;
/*	-webkit-transition:-webkit-transform 0.075s linear;*/
}
#nav li:hover ul li a:hover{ /* Устанавливаем стили для выпадающих пунктов, когда курсор наводится на конкретный пункт */
/*	background:#333;
	background:rgba(51,51,51,0.75);
	text-decoration:underline;
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
    float: left;*/
     color: #d6d6d6;
}

#nav li:hover ul li.ul_menu a {
  
}
.ul_menu {
    background: #4E4E4E;
    width: 100%;  
}

.ul_menu li {
    float: left!important;
/*    margin-right: 40px!important;*/
    position: relative;
    left: 22%;
}


.fent, .cls h1 {
    display: none;
}



.ul_menu_1 {
     float: left!important;
/*    margin-right: 40px!important;*/
    position: relative;
    left: 12%;   
}

#nav li:hover ul li.ul_menu_1 a {
  
}
.ul_menu_1 {
    background: #4E4E4E;
    width: 100%;  
}

.ul_menu_1 li {
    float: left!important;
/*    margin-right: 40px!important;*/
    position: relative;
    left: 16%;
}






/* zakaz */




.center {
    width: 1340px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.str_zakaz {
    max-width: 1920px;
    height: 888px;
    color: #fff;
}

.zakaz_left_block, .zakaz_right_block {
    margin-top: 50px;
    width: 50%;
    float: left;
}


.zakaz_left_block{
    width: 50%;
    float: left;
    height: 665px;
    

}

.zakaz_block_img {
    width: 300px;
    height: 300px;
    margin: 235px 45px 0;
}




.fav_span {
    
}


.form_span {
    height: 335px;
    position: absolute;
    line-height: 57px;
   
}


.zakaz_form_text {
    color: #000;
    float: left;
}

.zaka_form_title {
    color: #000;
    margin: 120px -45px;
    position: absolute;
    font-weight: 600;  
}


.zakaz_cena {
    position: absolute;
    bottom: 0%;
    left: 13%;
    font-size: 35px;
    color: black;
}

#ajax-contact-form1 {
  position: relative;
}
.input_form {
    margin-top: 105px;
    margin-left: 490px;
    background: #00934E;
    color: white;
    border: none;
    padding: 25px;
    text-transform: uppercase;
    cursor: pointer;
}

.input_form:hover {
    background: #00a046;
}


.zakaz_cena_val {
    color: red;
    font-size: 50px;

}

.zakaz_text_option p {
    position: absolute;
    margin: 3px 10px;
    line-height: 24px;
    font-size: 18px;
    width: 419px;
}
.zakaz_text_option_ul {
    position: absolute;
    margin: 52px 58px;
    line-height: 24px;
    font-size: 15px;
    width: 390px;
    list-style: none;
}

.opora {
      margin-left: 25px;
}


.form {
    margin-top: 240px;
    left: 640px;
    position: absolute;
    top: 0;
    width: 500px;
}

.form {
    margin-top: 260px;
    left: 400px;
    position: absolute;
    top: 0;
    width: 940px;
}


.zakaz_text_futer {
    font-size: 21px;
    height: 300px;
    padding: 70px 173px; 
    color: black;
    padding: 20px 80px 10px 80px;
    width: 100%;
}

.cta-2_block {
    margin: 10px 245px;
}

/* multi */


.multi-title {
    margin: 155px 0px 0px 45px;
    position: absolute;
    color: black;
    font-size: 40px;
    text-align: center;
    width: 300px;
}

.zakaz_block_img img {
    background-repeat: no-repeat;
}




.cta5qa-gamer {
    background: url(/manager/templates/default/images/zakaz/cta5qa-gamer_zakaz.png) no-repeat 45% 45%;

}

.cta5n-gamer {
    background: url(/manager/templates/default/images/zakaz/cta5n-gamer_zakaz.png) no-repeat 45% 45%; 
       
}

.cta5n-elegant {
    background: url(/manager/templates/default/images/zakaz/cta5n-elegant_zakaz.png) no-repeat 45% 45%;   
      
}

.cta5-elegant {
    background: url(/manager/templates/default/images/zakaz/cta5-elegant_zakaz.png) no-repeat 45% 45%;    
   
}

.fav-tv {
    background: url(/manager/templates/default/images/zakaz/fav-tv_zakaz.png) no-repeat 45% 45%;  
       
}






.zaka_form_block{
    width: 440px;       
}



/*.form-container input[type="text"],
.form-container textarea{
	   box-shadow: 2px 2px 2px 0 #b6b6b6 inset;
    font-family: Calibri;
    font-size: 18px;
    margin: 10px auto;
    padding: 10px 10px 6px;
    width: 55%;
    border: 1px solid #ccc;
}

#ajax-contact-form1 input[type="text"],
#ajax-contact-form1 textarea,
textarea{
    border: 1px solid #cccccc;
    box-shadow: 1px 1px 3px -1px #000000 inset;
    font-family: Calibri;
    font-size: 16px;
    margin: 13px 0px;
    padding: 5px 10px 6px;
    width: 280px;
    float: right;
}
#ajax-contact-form2 input[type="text"]{
	 border: 1px solid #ccc;
    box-shadow: 2px 2px 4px 0 #b6b6b6 inset;
    font-family: Calibri;
    font-size: 18px;
    margin: 10px auto;
    padding: 6px 10px;
    width: 200px;
    
}

#ajax-contact-form input[type="submit"]{
    display: block;
}

.form-container input[type="submit"]:hover{
    background:#2F2F2F;
    color:#fff;
    
}
 #ajax-contact-form1 input[type="submit"]:hover{
    background:#2F2F2F;
    color:#fff;
    cursor:pointer;
}
		
     
.form-container input[type="text"] {
    margin: 3px auto;   
    padding: 6px 10px;
    }    
    
    
#ajax-contact-form4  input[type="text"]{ 
     margin: 3px 5px;
    padding: 6px 10px;
    width: 41%;
 }   
 
 
 #ajax-contact-form4 textarea{
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 4px 0 #b6b6b6 inset;
    font-family: Calibri;
    font-size: 18px;
    height: 91px;
    margin: 10px 5px;
    padding: 6px 10px;
    width: 363px;
 }*/
.notification_error
{
    color: #ff0000;
    font-size: 16px;
    font-weight: bold;
    height: auto;
    line-height: 21px;
    margin: 10px 17px;
    position: absolute;
    text-align: center;
    width: 88%;
}


.tovar {
    display: none!important;
}


.zakaz_opisanie_1 {
    border: solid 1px #000;
    width: 440px;
    height: 280px;
    margin: 630px 6% 0;
    position: absolute;
    color: #000;
}

.zakaz_text_option_dop {
    font-size: 17px;
    margin: 205px 13px 0;
    position: absolute;    
}


.block_d_none {
    display: none!important;
}

.zakaz_glavnaya {
    display: ;
}


/* END multi */


/* END zakaz */



.but_no  {
    text-decoration: none;
}

.footer__column-menu a {
    color: black;    
}






.div_content_zakaz {
    
}



.inl_block {
    position: relative;
    top: 25%;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.inl_block div {
    float: left;
    width: 280px;
    height: 300px;
    margin: 10px 10px 0px;
    position: relative;
}


.inl_block div:nth-child(1) {
    background: rgba(0, 0, 0, 0) url(/images/zakaz/cta-3-comfort-black.png) no-repeat;
    background-size: 95%;
    background-position: center -40px;
}
.inl_block div:nth-child(2) {
    background: rgba(0, 0, 0, 0) url(/images/zakaz/cta-3-comfort-metallic.png) no-repeat;
    background-size: 95%;
    background-position: 100% -30px;
}
/*.inl_block div:nth-child(3) {
    background: rgba(0, 0, 0, 0) url(/images/cta3-standart/1_black.png) no-repeat;
    background-size: 75%;
    background-position: center 0px;
}*/
.inl_block div:nth-child(3) {
    background: rgba(0, 0, 0, 0) url(/images/cta3-standart/1_metallic.png) no-repeat;
    background-size: 78%;
    background-position: center 0px;
}
.inl_block div:nth-child(4) {
    background: rgba(0, 0, 0, 0) url(/images/zakaz/cta-3-lite-maple.png) no-repeat;
    background-size: 70%;
    background-position: center 0;
}
.inl_block div:nth-child(5) {
    background: rgba(0, 0, 0, 0) url(/images/akcia/6.png) no-repeat;
    background-size: 70%;
    background-position: center 0;
}
/*.inl_block div:nth-child(7) {
    background: rgba(0, 0, 0, 0) url(/images/zakaz/cta-3-lite-standart-withe.png) no-repeat;
    background-size: 82%;
    background-position: center 0;
}*/
.inl_block div:nth-child(6) {
    background: rgba(0, 0, 0, 0) url(/images/zakaz/cta-3-lite-standart-maple.png) no-repeat;
    background-size: 82%;
    background-position: center 0; 
}
.inl_block div:nth-child(7) {
    background: rgba(0, 0, 0, 0) url(/images/cta2/block_5_1.png) no-repeat;
    background-size: 100%;
    background-position: center 25px;
}
.inl_block div:nth-child(8) {
    background: rgba(0, 0, 0, 0) url(/images/cta2/block_5_2.png) no-repeat;
    background-size: 87%;
    background-position: center 25px;
}
.inl_block div:nth-child(9) {
    background: rgba(0, 0, 0, 0) url(/images/cta2/block_5_3.png) no-repeat;
background-size: 95%;
    background-position: center 25px;
}
.inl_block div:nth-child(10) {
    background: rgba(0, 0, 0, 0) url(/images/cta2/block_5_4.png) no-repeat;
    background-size: 88%;
    background-position: center 25px;
        margin-right: 50px;
}
.inl_block div:nth-child(11) {
    background: rgba(0, 0, 0, 0) url(/images/akcia/3.jpg) no-repeat;
    background-size: 73%;
    background-position: 65% 0%;
}


/*.inl_block div:nth-child(13) {
    background: rgba(0, 0, 0, 0) url(/images/akcia/1.jpg) no-repeat;
    background-size: 95%;
    background-position: 100% 0; 
}*/
.inl_block div:nth-child(12) {
    background: rgba(0, 0, 0, 0) url(/images/akcia/2.jpg) no-repeat;   
       background-size: 93%; 
        background-position: 100% 0%;
}


/*.inl_block div:nth-child(14) {
    background: rgba(0, 0, 0, 0) url(/images/akcia/5_new.png) no-repeat;  
       background-size: 95%; 
            background-position: 100% 25%;
}*/
.inl_block div:nth-child(14) {
    background: rgba(0, 0, 0, 0) url(/images/akcia/4_new.png) no-repeat;  
       background-size: 95%; 
            background-position: 100% 25%;
}


.inl_block div:nth-child(1), .inl_block div:nth-child(2), .inl_block div:nth-child(3), 
.inl_block div:nth-child(4), .inl_block div:nth-child(5), .inl_block div:nth-child(6),
.inl_block div:nth-child(7), .inl_block div:nth-child(8), .inl_block div:nth-child(9), 
.inl_block div:nth-child(10), .inl_block div:nth-child(11), .inl_block div:nth-child(12),
.inl_block div:nth-child(13),
.inl_block div:nth-child(14), .inl_block div:nth-child(15), .inl_block div:nth-child(16),
.inl_block div:nth-child(17), .inl_block div:nth-child(18), .inl_block div:nth-child(19) {

    margin-top: 80px;

}

.red_cena {
    color: red;
    font-size: 24px;
}

.inl_block div:nth-child(9), .inl_block div:nth-child(10), .inl_block div:nth-child(11), .inl_block div:nth-child(12) {
    
    margin-bottom: 75px;
}


.inl_block div:nth-child(1), .inl_block div:nth-child(2), .inl_block div:nth-child(3), .inl_block div:nth-child(4) {
    
    margin-top: 0;
}



/*.inl_block_name {
    position: absolute;
    margin: 170px 0px 0px 34px;
}*/

/*.inl_block_name {
    position: absolute;
    margin: 195px 0px 0px 9px;
    text-align: center;
    background: rgba(128, 128, 128, 0.31);
    width: 100%;
    height: 70px;
    font-size: 24px;
}*/

.gray_line .cta3-6__btn {
    font-size: 25px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #808080;
    padding: 3px 98px;
}




span.gray_line {
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center; 
    background: none; 
}

.none {

}
.line {

}

.zakaz_glavnaya a {
    text-decoration: none;
}

.footer__column-menu:nth-child(2) a {
    font-weight: bold;
}


section, .js-onepage {
    min-width: 1200px!important;
}

section, .js-onepage {
    max-width: 1920px;
}

@media screen and (max-width:1366px){ 
    
.ul_menu li {
    float: left!important;
    /* margin-right: 40px!important; */
    position: relative;
    left: 20%;
}
    
}



.envelope, .envelope10 {
    background: url(/manager/templates/default/images/bg_white50.png) repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1002;
}

div.modal_form {
    margin: 0 auto;
    position: relative;
    top: 100px;
    width: 30%;
}

.close-btn {
    background: rgba(0, 0, 0, 0) url(/manager/templates/default/images/close.png) repeat scroll 0 0;
    cursor: pointer;
    display: block;
    height: 31px;
    position: absolute;
    right: -25px;
    top: -25px;
    width: 31px;
    z-index: 1;
}


#envelope10 .form-container {
    padding: 25px 0 50px;
}


div.modal_form h2 {
    background: #55554f none repeat scroll 0 0;
    color: #ffffff;
    font-family: poiret;
    font-size: 25px;
    letter-spacing: 1px;
    padding: 15px 0;
    text-transform: uppercase;
}

#ajax-contact-form6 {
    margin: -39px auto;
    padding: 40px 0 10px;
    position: relative;
}

div.modal_form #ajax-contact-form4 input[type='text'], div.modal_form #ajax-contact-form5 input[type='text'], div.modal_form #ajax-contact-form6 input[type='text'] {
    margin: 10px 5px;
    padding: 12px 16px;
    width: 60%;
}

#envelope6 div.desp {
    display: none;
}

div.desp {
    background: rgba(0, 0, 0, 0) url(/manager/templates/default/images/zamok_bl.png) no-repeat scroll 24px center;
    color: #767676;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.69px;
    margin: 0 auto;
    padding: 18px 0 15px 30px;
    position: relative;
    text-transform: uppercase;
    width: 60%;
}


.form-container input[type="text"] {
    border: 1px solid #fff;
    font-family: Calibri;
    font-size: 21px;
    color: #000;
    margin: 15px auto;
    padding: 10px 10px 4px;
    width: 55%;
    border: 1px solid #ccc;
}

.form-container input[type="text"] {
    display: inline-block;
    margin: 15px auto;
    padding: 10px 12px;
    width: 80%;
}

.form-container input[type="text"]:focus, .form-container input[type="text"]:active {
    box-shadow: 1px 1px 2px 0 #b6b6b6 inset;
    border: 1px solid #ccc;
}

/*.form-container input[type="text"] {
    border: 1px solid #fff;
    font-family: Calibri;
    font-size: 21px;
    color: #000;
    margin: 15px auto;
    padding: 10px 10px 4px;
    width: 55%;
    border: 1px solid #ccc;
}

.form-container input[type="text"] {
    display: inline-block;
    margin: 15px auto;
    padding: 10px 12px;
    width: 80%;
}

.form-container input[type="text"]:focus, .form-container input[type="text"]:active {
    box-shadow: 1px 1px 2px 0 #b6b6b6 inset;
    border: 1px solid #ccc;
}*/


.btn_but {
    border: none!important;
    position: relative!important;
    z-index: 1!important;
    cursor: pointer!important;
    transition: all 0.5s ease!important;
    -o-transition: all 0.5s ease!important;
    -moz-transition: all 0.5s ease!important;
    -ms-transition: all 0.5s ease!important;
    -webkit-transition: all 0.5s ease!important;
    font-size: 23px!important;
    margin-right: 9px!important;
    float: right!important;
    color: #ffffff!important;
    text-transform: uppercase!important;
    text-decoration: none!important;
    background-color: #808080!important;
    padding: 15px 33px!important;
    margin: 5px 100px 0!important;
}

#envelope6 div.modal_form .notification_error {
    width: 80%;
    z-index: 1;
}
div.modal_form .notification_error {
    color: #ff0000;
    font-size: 16px;
    font-weight: bold;
    height: auto;
    margin: 0 auto;
    position: relative;
    right: 0;
    text-align: center;
    width: 80%;
}


.notes10 {
    display: none;
}

#but_no {
    text-decoration: none;
}


.btn_but_gl {
        border: none!important;
    position: relative!important;
    z-index: 1!important;
    cursor: pointer!important;
    transition: all 0.5s ease!important;
    -o-transition: all 0.5s ease!important;
    -moz-transition: all 0.5s ease!important;
    -ms-transition: all 0.5s ease!important;
    -webkit-transition: all 0.5s ease!important;
    font-size: 23px!important;
    margin-right: 9px!important;
    float: right!important;
    color: #ffffff!important;
    text-transform: uppercase!important;
    text-decoration: none!important;
    background-color: #808080!important;
    padding: 15px 33px!important;
    margin: 4px 155px 0!important;
}

div.envelope .form-container {
    background: #cacaca;
    height: 390px;
    letter-spacing: 1px;
    position: relative;
    text-align: center;
    z-index: 1001;
}



div.modal_form_1, div.modal_form_1 {
    width: 62%;
    text-align: center;
}

div.modal_form .form-container {
    box-shadow: 0 0 5px 1px;
}

::-webkit-input-placeholder {color:#cacaca;}
::-moz-placeholder          {color:#cacaca;}/* Firefox 19+ */
:-moz-placeholder           {color:#cacaca;}/* Firefox 18- */
:-ms-input-placeholder      {color:#cacaca;}



.garant {
    height: 5px;
    font-weight: 600;
    font-size: 20px;
}


/* zakaz */


.inline_zakaz {
    position: relative;
    top: 25%;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.inline_zakaz div {
    float: left;
    width: 280px;
    height: 320px;
    margin: 10px 10px 0px;
    position: relative;
}

.inline_zakaz div img {
    position: absolute;
    width: 70%;
    margin: 0px 40px;
}
.inline_zakaz span.gray_line {
    color: #fff;
    position: absolute;
    width: 100%;
    top: 235px;
    text-align: center;
}

.inline_zakaz a.cta3-6__btn {
    font-size: 25px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #808080;
    padding: 3px 98px;
}

.inline_zakaz .inl_block_name {
    position: absolute;
    top: 165px;
    text-align: center;
    width: 100%;
    font-size: 24px;
}

.inline_zakaz .red_cena {
    color: red;
    font-size: 24px;
}


.inline_zakaz .zak_1 img {
    
}
.inline_zakaz .zak_2 img {
    width: 69%;
    top: -15px;
}
.inline_zakaz .zak_3 img {
    width: 80%;
    top: -10px;      
}
.inline_zakaz .zak_4 img {
    width: 70%;
    top: 15px;   
}
.inline_zakaz .zak_5 img {
    width: 70%;
    top: -20px;    
}
.inline_zakaz .zak_6 img {
    width: 70%;
    top: -10px;     
}
.inline_zakaz .zak_7 img {
    width: 90%;
    top: -15px;
    margin: 0 15px;
}
.inline_zakaz .zak_8 img {
    width: 80%;
    top: 50px;
    margin: 0 20px;    
}
.inline_zakaz .zak_9 img {
    width: 80%;
    top: 35px;
    margin: 0 20px;   
}
.inline_zakaz .zak_10 img {
    width: 80%;
    top: 45px;
    margin: 0 20px;    
}
.inline_zakaz .zak_11 img {
    width: 80%;
    top: 35px;
    margin: 0 20px;    
}
.inline_zakaz .zak_12 img {
    width: 90%;
    top: 44px;
    margin: 0px 15px;   
}
.inline_zakaz .zak_13 img {
    width: 62%;
    top: 0px;
    margin: 0px 65px;  
}

.inline_zakaz .zak_14 img {
    width: 100%;
    top: -65px;
    margin: 0 0px;
}


/*  END zakaz*/
.footer .two_line {
    margin-left: 15%;
}

.but_no {
    background: grey;
    padding: 12px;
    color: #fff!important;
}



@media screen and (max-width:1280px){ 

   
.corz {
    margin-left: 6%;
} 

}


.stol-peremennie {
    display: none;
}


.none_futer {
    display: none;
}

@media screen and (max-width: 1200px) {

.header__menu {
    width: 1200px;
}

.header__menu li {
    margin-left: 0!important;
}

.footer-menu span {
    width: 32%!important;
}
.footer-menu span:nth-child(6) a {
    width: 175px!important;
}




}  