/* BUTTON GO TO TOP*/
 #topNubex {
    position: fixed;
    right: 45px;
    bottom: 45px;
   }
/* FONTS */
@font-face {
    font-family: Magistral; /* Имя шрифта */
    src: url(../fonts/Magistral.otf); /* Путь к файлу со шрифтом */
   }


@font-face {
    font-family: Magistral_bold; /* Имя шрифта */
    src: url(../fonts/Magistral_bold.otf); /* Путь к файлу со шрифтом */
   }

/* STYLES FOR INDEX */
@font-face {
    font-family: ""; /* Имя шрифта */
    src: url(../fonts/шрифт/MagistralC_0.otf);
    font-family: ""; /* Имя шрифта */
    src: url(../fonts/шрифт/MagistralC-Bold_1.otf);
}

body{
    font-family: Magistral;
  zoom:80%;

}
 
p{
    margin: 0;
}

ul{
    padding: 0;
    margin: 0;
}

/*ШАПКА*/

.container_fluid_bgc{
 background-color:#191919;
    width: 100%;
}

.top_block{
    height: px;
    max-width: 1675px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-image: url("../img/top_block_bgi.png");
    background-size: cover;
    background-position: center;
}


.henkelman_logo{
    padding-left:0 ;
    padding-right:0 ;
    padding-top: 58px;

}

.henkelman_logo_description{
    color: #fff;
    padding:39px 0 10px 35px ;
    font-family: Magistral_bold;
    font-size: 19px;
}

.wphone_btn_block{
    padding-top: 56px;
    padding-right: 94px;
}

.wphone_number{
    color: #fff;
    font-family: Magistral_bold;
    font-size: 56px;
    float: right;
    padding-left: 22px;
}

.header_block_btn{
    width: 100%;
}

.header_btn{
    width: 80%;
    height: 56px;
    background: linear-gradient(to top,#ff9900, #fff);
    outline: 0!important;
    border: none;
    border-radius: 36px;
    font-size: 25px;
    margin-left: 20%;
    margin-top: 26px;
}

.white_line{
    width: 100%;
    height: 5px;
    background-color: #fff;
}

/*ТОВАРЫ*/

.container-fluid-services-background {
    width: 100%;
    background: #088470;
	padding-bottom: 15px;
}
.goods_bgi{
    background-image: url("../img/goods_bgi.png");
    background-size: cover;
    background-position: center;
    height: 250px;
    width: 100%;
}

.goods_block{
    max-width: 1685px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.goods_img_brd{
    border: #006764 solid 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 15px;
}

.goods_img_brd:hover{
    -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.goods_block_title{
    color: white;
    font-family: Magistral;
    font-size: 27px;
    text-align: center;
    padding-top: 25px;
}

.goods_block_title_prom_model{
    color: white;
    font-family: Magistral;
    font-size: 27px;
    text-align: center;
    padding-top: 25px;

}

.goods_underline{
    width: 100%;
    height: 1px;
    background-color: #a3a3a3;
    margin-bottom: 10px;
}

.goods_block_name{
    font-family: Magistral_bold;
    color: white;
    font-size: 22px;
    text-align: center;
    padding: 10px;
}

.goods_block_pb{
    padding-bottom: 54px;
}

.goods_down_block_pd{
    padding-bottom: 20px !important;
}

/*БЛОК С ФОРМОЙ*/

.fish_form_block{
    max-width: 1738px;
    margin-left:auto ;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 50px;
}

.fish_block_title{
    padding-top: 25px;
}

.fish_title{
    text-align:right;
    color:#cc0033;
    font-size: 35px;
    font-family: Magistral_bold;
    font-weight: 600;
}

.red_fish{

}

.simple_fish{
}

.upakovka{
    position: absolute;
    top: 110px;
    right: -45px;
    width: 650px;
}

@-webkit-keyframes upakovka {
  15% {
    -webkit-transform: translateX(9px);
    transform: translateX(9px);
  }
  30% {
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px);
  }
  40% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  65% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes upakovka {
  15% {
    -webkit-transform: translateX(9px);
    transform: translateX(9px);
  }
  30% {
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px);
  }
  40% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  65% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.upakovka:hover {
  -webkit-animation: upakovka 0.6s ease;
  animation: upakovka 0.6s ease;
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1;
}

.form_block{

    background-color:#009999;
    border-radius: 40px;
    border: solid 5px; color: white;
    margin-top: 25px;

}

.form_block_pdleft{
    padding-left: 86px;
    padding-right: 0;
}

.form_block_title{
    color: white;
    font-family: Magistral_bold;
    font-weight: 400;
    font-size: 36px;
    text-align: center;
    padding: 20px 0;

}

.form_block_form{
    background-color: white;
    border-radius: 40px;

    border: solid 1px #009999;
    padding: 20px 20px;
    box-sizing: border-box;
}

.form_block_inp{
    outline: none;
    width: 100%;
    padding: 10px 10px;
    border: solid 2px #009999;
    font-size: 25px;
    margin-bottom: 28px;
    color: black;

}

.form_block_textarea{
    outline: none;
    width: 100%;
    padding: 10px 10px;
    border: solid 2px #009999;
    font-size: 25px;
    resize: none;
    height: 150px;
    color: black;
}

.form_block_submit{
    width: 60%;
    height: 50px;
    background: linear-gradient(to top,#ff9900, #fff);
    outline: 0!important;
    border: none;
    border-radius: 36px;
    font-size: 24px;
    margin-left: 20%;
    margin-top: 10px;

}

.form_block_submit:hover,
.form_block_submit:focus{
    outline: none;
}

/*FOOTER*/

.container_fluid_footer{
    background-color: #333333;
    width: 100%;
}

.footer_block{
    max-width: 1738px;
    margin-left:auto ;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 50px;
}

.Henkelman_data{
    color: white;
    font-size: 20px;
    padding: 20px 40px;
}
.footer_wphone_number{
color: #fff;
font-family: Magistral_bold;
font-size: 24px;
float: left;
padding-left: 22px;
margin-top: -10px;
}

.footer_wphone_img{
    margin-top: -15px;
    float: left;
    width: 50px;
}

.footer_time_p{
    color: white;
    font-size: 20px;
    clear: both;
    padding-left: 75px;
    margin-top: -15px;
    float: left;

}

/* STYLES FOR CATALOG */
.mt_20{
    margin-top: 20px;
}

img {
  display: block;
  height: auto;

}

.img-service__button{
   margin-top: -80px;
   margin-left: 500px;
    width: 80px;
}
.container-fluid-background{
    background-image: url(../img/back_tomat.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 20px;
}

.container-fluid-background-catalog{
    background: #000;
    padding-bottom: 20px;
}

.logo__img{
    width: 300px;
}

.logo-phone__img{
    width: 50px;
    float: left;
    margin-right: 20px;
}

header{
    margin-top: 30px;
}

.header-text__p{

    font-size: 14px;
    color: #fff;
    margin-top: 20px;

}

.header-phone__p{
    font-size: 2.25em;
    color: #fff;

}

.callback__link{
font-family: Magistral;
color: #000;
font-size: 20px;
text-decoration: none;
user-select: none;
background: linear-gradient(to top,#ff8400, #fff);
padding: .4em .4em;
outline: none;
border: 1px solid #ff8400;
border-radius: 20px;
}

.callback__link:hover {
    background: #ff8400;
    text-decoration: none;
}

.callback__link:active {
    background: #ff8400;
    text-decoration: none;
}

.callback__input{
font-family: Magistral;
color: #000;
font-size: 20px;
text-decoration: none;
user-select: none;
background: linear-gradient(to top,#ff8400, #fff);
padding: .4em .4em;
outline: none;
border: 1px solid #ff8400;
border-radius: 20px;
}

.callback__input:hover {
    background: #ff8400;
    text-decoration: none;
}
.callback__input:active {
    background: #ff8400;
    text-decoration: none;
}

.container-fluid-products-background{
    background-image: url(../img/products_background.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
}

.product-title__p{
    text-align: center;
    margin-top: 20px;
    color: #fff;
}

.napolmie-title__p{
    margin-left: 30px;
}

.promyshlenye-title__p{
    margin-right: 70px;
}

.uderline_1{
    border-bottom: 1px solid #fff;
    width: 400px;
    margin-bottom: 20px;
}

.uderline_2{
    border-bottom: 1px solid #fff;
    margin-left: 60px;
    width: 180px;
    margin-bottom: 20px;
}

.uderline_3{
    border-bottom: 1px solid #fff;
    width: 400px;
    margin-bottom: 20px;
}

.col-md-1-fix{
    width: 9.55%;
}

.product-border__image{
    border: 1px solid #027e7b;
    border-radius: 10px;
}

.product-title__p{

    color: #fff;
    font-family: Magistral;
    font-size: 16px;
    margin-top: 5px;
}

.container-fluid-lynx-background{
    border-top: 5px solid #fff;
    background-image: url(../img/back_lynx.png);
     background-repeat: no-repeat;
background-size: cover;
}

.lynx-background__image{
padding-bottom: 20px;
}

.linx-title__p{
    font-family: Magistral_bold;
    margin-top: 20px;
    color: #fff;
    font-size: 20px;
}

.linx-text__p{
    font-family: Tahoma;
    color: #fff;
    margin-bottom: 30px;
}

.ask-question-linx__button{
font-family: Magistral;
color: #fff;
font-size: 20px;
text-decoration: none;
user-select: none;
background: #829502;
background: linear-gradient(to top, #829502, #fff);
padding: .4em .4em;
outline: none;
border: 1px solid #829502;
border-radius: 10px;
}

.ask-question-linx__button:hover {
    background: #829502;
    text-decoration: none;
}

.ask-question-linx__button:active {
    background: #829502;
    text-decoration: none;
}

.mt_50{
    margin-top: 40px;
}

.lynx32-title__p{
    font-family: Magistral_bold;
    font-size: 25px;
    color: #b4c716;
    font-weight: 700;
}

.lynx32-teh__p{
    font-family: Tahoma;
    font-size: 14px;
    color: #777777;
}

.lynx32-text__p{
    font-family: Tahoma;
    font-size: 14px;
    color: #777777;
}

.container-fluid-jambo-background{
     border-top: 5px solid #fff;
    background-image: url(../img/back_jambo.png);
     background-repeat: no-repeat;
background-size: cover;
}


.jumbo-title__p{
    font-family: Magistral_bold;
    margin-top: 20px;
    color: #fff;
    font-size: 20px;
}

.jumbo-text__p{
    font-family: Tahoma;
    color: #fff;
    margin-bottom: 30px;
}
.ask-question-jambo__button{
font-family: Magistral;
color: #fff;
font-size: 20px;
text-decoration: none;
user-select: none;
background: #5d1a6f;
background: linear-gradient(to top, #5d1a6f, #fff);
padding: .4em .4em;
outline: none;
border: 1px solid #5d1a6f;
border-radius: 10px;
}

.ask-question-jambo__button:hover {
    background: #5d1a6f;
    text-decoration: none;
}

.ask-question-jambo__button:active {
    background: #5d1a6f;
    text-decoration: none;
}


.jumbo30-title__p{
    font-family: Magistral_bold;
    font-size: 25px;
    color: #913b8a;
    font-weight: 700;
}

.jumbo30-teh__p{
    font-family: Tahoma;
    font-size: 14px;
    color: #777777;
}

.jumbo30-text__p{
    font-family: Tahoma;
    font-size: 14px;
    color: #777777;
}

.container-fluid-boxer-background{
     border-top: 5px solid #fff;
    background-image: url(../img/back_boxer.png);
     background-repeat: no-repeat;
background-size: cover;
}

.boxer-title__p{
    font-family: Magistral_bold;
    margin-top: 20px;
    color: #fff;
    font-size: 20px;
}

.boxer-text__p{
    font-family: Tahoma;
    color: #fff;
    margin-bottom: 30px;
}
.ask-question-boxer__button{
font-family: Magistral;
color: #fff;
font-size: 20px;
text-decoration: none;
user-select: none;
background: #fd8000;
background: linear-gradient(to top, #fd8000, #fff);
padding: .4em .4em;
outline: none;
border: 1px solid #fd8000;
border-radius: 10px;
}

.ask-question-boxer__button:hover {
    background: #fd8000;
    text-decoration: none;
}

.ask-question-boxer__button:active {
    background: #fd8000;
    text-decoration: none;
}

.boxer30-title__p{
    font-family: Magistral_bold;
    font-size: 25px;
    color: #fd8000;
    font-weight: 700;

}


.container-fluid-toucan-background{
     border-top: 5px solid #fff;
    background-image: url(../img/back_toucan.png);
     background-repeat: no-repeat;
background-size: cover;
}

.toucan-title__p{
    font-family: Magistral_bold;
    margin-top: 20px;
    color: #fff;
    font-size: 20px;
}

.toucan-text__p{
    font-family: Tahoma;
    color: #fff;
    margin-bottom: 30px;
}
.ask-question-toucan__button{
font-family: Magistral;
color: #fff;
font-size: 20px;
text-decoration: none;
user-select: none;
background: #829502;
background: linear-gradient(to top, #829502, #fff);
padding: .4em .4em;
outline: none;
border: 1px solid #829502;
border-radius: 10px;
}

.ask-question-toucan__button:hover {
    background: #829502;
    text-decoration: none;
}

.ask-question-toucan__button:active {
    background: #829502;
    text-decoration: none;
}


.container-fluid-marlin-background{
     border-top: 5px solid #fff;
    background-image: url(../img/back_marlin.png);
     background-repeat: no-repeat;
background-size: cover;
}

.ask-question-marlin__button{
font-family: Magistral;
color: #fff;
font-size: 20px;
text-decoration: none;
user-select: none;
background: #048db2;
background: linear-gradient(to top, #048db2, #fff);
padding: .4em .4em;
outline: none;
border: 1px solid #048db2;
border-radius: 10px;
}

.ask-question-marlin__button:hover {
    background: #048db2;
    text-decoration: none;
}

.ask-question-marlin__button:active {
    background: #048db2;
    text-decoration: none;
}

.marlin-title__p{
    font-family: Magistral_bold;
 font-family: Magistral_bold;
    font-size: 25px;
    color: #048db2;
    font-weight: 700;
}

.container-fluid-falcon-background{
     border-top: 5px solid #fff;
    background-image: url(../img/back_falcon.png);
     background-repeat: no-repeat;
background-size: cover;
}

.ask-question-falcon__button{
font-family: Magistral;
color: #fff;
font-size: 20px;
text-decoration: none;
user-select: none;
background: #c70843;
background: linear-gradient(to top, #c70843, #fff);
padding: .4em .4em;
outline: none;
border: 1px solid #c70843;
border-radius: 10px;
}

.ask-question-falcon__button:hover {
    background: #c70843;
    text-decoration: none;
}

.ask-question-falcon__button:active {
    background: #c70843;
    text-decoration: none;
}

.falcon-title__p{
    font-family: Magistral_bold;
    font-size: 25px;
    color: #c70843;
    font-weight: 700;
}

.container-fluid-polar-background{
     border-top: 5px solid #fff;
    background-image: url(../img/back_polar.png);
     background-repeat: no-repeat;
background-size: cover;
}

.ask-question-polar__button{
font-family: Magistral;
color: #fff;
font-size: 20px;
text-decoration: none;
user-select: none;
background: #9c9899;
background: linear-gradient(to top, #9c9899, #fff);
padding: .4em .4em;
outline: none;
border: 1px solid #9c9899;
border-radius: 10px;
}

.ask-question-polar__button:hover {
    background: #9c9899;
    text-decoration: none;
}

.ask-question-polar__button:active {
    background: #9c9899;
    text-decoration: none;
}

.polar-title__p{
 font-family: Magistral_bold;
    font-size: 25px;
    color: #9c9899;
    font-weight: 700;
}

.container-fluid-diptank-background{
     border-top: 5px solid #fff;
    background-image: url(../img/back_diptank.png);
     background-repeat: no-repeat;
background-size: cover;
}

.ask-question-diptank__button{
font-family: Magistral;
color: #fff;
font-size: 20px;
text-decoration: none;
user-select: none;
background: #4b605d;
background: linear-gradient(to top, #4b605d, #fff);
padding: .4em .4em;
outline: none;
border: 1px solid #4b605d;
border-radius: 10px;
}

.ask-question-diptank__button:hover {
    background: #4b605d;
    text-decoration: none;
}

.ask-question-diptank__button:active {
    background: #4b605d;
    text-decoration: none;
}

.diptank-title__p{
    font-family: Magistral;
 font-family: Magistral_bold;
    font-size: 25px;
    color: #4b605d;
    font-weight: 700;
}

.container-fluid-titaan-background{
     border-top: 5px solid #fff;
    background-image: url(../img/back_titaan.png);
     background-repeat: no-repeat;
background-size: cover;
}

.ask-question-titaan__button{
font-family: Magistral;
color: #fff;
font-size: 20px;
text-decoration: none;
user-select: none;
background: #38bfc2;
background: linear-gradient(to top, #38bfc2, #fff);
padding: .4em .4em;
outline: none;
border: 1px solid #38bfc2;
border-radius: 10px;
}

.ask-question-titaan__button:hover {
    background: #38bfc2;
    text-decoration: none;
}

.ask-question-titaan__button:active {
    background: #38bfc2;
    text-decoration: none;
}

.titaan-title__p{
 font-family: Magistral_bold;
    font-size: 25px;
    color: #38bfc2;
    font-weight: 700;
}

/* SPECIAL STYLES FOR UL LI */
ul{
    padding: 0;
    list-style: none;
}
ul > li{
    position: relative;
    padding-left: 50px;
}
ul > li:before{
    content: '';
    position: absolute;
  top: 50%;
  left: 0;
    width: 2px;
    height: 2px;
    margin-top: -4px;
    border-radius: 50%;
    background: #777777;
}

/* YOUTUBE IMG STYLES*/
.youtube__link{
    float: right;
    margin-top: -5px;
    margin-right: 280px;
}

.youtube__img{
    width: 55px;
}

.youtube-margin__link {
    margin-top: 15px;
    float: left;
	margin-right: 0;
}

/* STYLE FOR CALLBACK FORM */
.contact_form_title{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

.contact_form_text{
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
}
.contact_form_input{
    padding: 10px;
    text-align: center;
}

.contact_form_block_input{
    padding: 10px;
    height: 40px;
    border: 1px solid #8e8a8a;
    border-radius: 5px;
    font-size: 20px;
    width: 450px;
}

.contact_form_block_textarea{
    padding: 10px;
     border: 1px solid #8e8a8a;
    border-radius: 5px;
    font-size: 20px;
    width: 450px;
     resize: none;
     background-color: #fff;
}

.content_order_button{
font-weight: 300;
font-style: normal;
font-size: 20px;
color: #fff;
padding: 10px 20px;
background:#2196F3;
border: 2px solid #2196F3;
border-radius:5px;
text-decoration: none !important;
}

.content_order_button:hover{
    color: #fff;
}
.ask-question-service__button {
    font-family: Magistral;
    color: #4b8370;
    font-size: 20px;
    text-decoration: none;
    user-select: none;
    background: linear-gradient(to top, #bbbbbb, #fff);
    padding: .4em .4em;
    outline: none;
    border: 1px solid #bbbbbb;
    border-radius: 10px;
    margin: 20px 20px 0 50px;
    float: left;
}
.ask-question-service__button:hover {
    background: #bbbbbb;
    text-decoration: none;
}
.ask-question-service__button:active {
    background: #bbbbbb;
    text-decoration: none;
}
.service-tite__p{
color: #fff;
text-decoration: underline;
font-size: 20px;
margin-left: 40px;
}
.check-icon__img{
width: 40px;
float: left;
}
.service-text__li{
color: #fff;
font-size: 20px;
text-decoration: none;
font-family: Tahoma;
}
.service__ul {
    /* margin-left: 80px; */
    /* list-style-image: url(../img/check.png) !important; */
}
.service__ul > li {
    padding: 3px 0 5px 40px;
    background-image: url(../img/check.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
}
.service__ul > li:before {
	content: '';
}
.service-block__div {
    margin-top: 40px;
    /* margin-left: 50px; */
}
.service-img__div{
margin-top: 100px;
}
.service-product__img{
width: 100px;
}
.service-product-title__p{
display: block;
position: absolute;
width: 131px;
text-align: center;
color: #4b8370;
font-family: Tahoma;
font-size: 10px;
}
.service-product__div{
padding: 20px;
}
.parts {
    padding: 70px 0 60px;
}
.parts img {
	width: 100%;
}
/* MEDIA */

/* MOBILE PORTRAIT */
.mobile.portrait .header-phone__p{
     font-size: 1.85em;
     padding: 5px 0;
}
.mobile.portrait .callback__link{
    margin-left: 0;
}

.mobile.portrait .callback__button{
     margin-top: 40px;
     margin-bottom: 20px;
}

.mobile.portrait .uderline_1{
    display: none;
}

.mobile.portrait .uderline_2{
     display: none;
}

.mobile.portrait .uderline_3{
    display: none;
}

.mobile.portrait .nastolnye-title__p{
    margin-right: 0;
    display: none;
}

.mobile.portrait .napolmie-title__p{
    margin-left: 0;
    display: none;
}

.mobile.portrait .promyshlenye-title__p{
    margin-right: 0;
    display: none;
}

.mobile.portrait .col-md-1-fix{
    margin: 0 auto;
   width: 32.55%;
}

.mobile.portrait .footer_wphone_number{
   font-size: 24px;
}

.mobile.portrait .footer_wphone_img {
  width: 50px;
}

.mobile.portrait .footer_time_p{

}

.mobile.portrait .fish_title{
  font-size: 29px;
  padding-bottom: 100px;
}

.mobile.portrait .form_block_pdleft{
  padding: 0;
}

.mobile.portrait .form_block_inp{
  font-size: 18px;
}

.mobile.portrait .form_block_textarea{
  font-size: 18px;
}

.mobile.portrait .form_block{
  margin-bottom: 20px;
}

.mobile.portrait .goods_bgi{
  height: auto;
}

.mobile.portrait .img-service__button{
  margin-left: 0;
}
.mobile.portrait .logo__img{
  margin-left: 100px;
}

.mobile.portrait .youtube__link{
  margin-right: 100px;
}

.mobile.portrait .ask-question-service__button{
  margin-left: 0;
  margin-top: 250px;
}

.mobile.portrait .youtube-margin__link{
  margin-right: 140px;
  margin-top: 245px;
}

.mobile.portrait #topNubex{
    display: none !important;
}

/* MOBILE LANDSCAPE */
.mobile.landscape .callback__link{
    margin-left: 0;
}

.mobile.landscape .callback__button{
    margin-bottom: 20px;
}

.mobile.landscape .uderline_1{
    display: none;
}

.mobile.landscape .uderline_2{
    display: none;
}

.mobile.landscape .uderline_3{
    display: none;
}

.mobile.landscape .nastolnye-title__p{
    margin-right: 0;
    display: none;
}

.mobile.landscape .napolmie-title__p{
    margin-left: 0;
    display: none;
}

.mobile.landscape .promyshlenye-title__p{
    margin-right: 0;
    display: none;
}


.mobile.landscape .col-md-1-fix{
    margin: 0 auto;
   width: 18.55%;
}

.mobile.landscape .fish_title{
  font-size: 29px;
  padding-bottom: 100px;
}

.mobile.landscape .form_block_pdleft{
  padding: 0;
}

.mobile.landscape .form_block_inp{
  font-size: 18px;
}

.mobile.landscape .form_block_textarea{
  font-size: 18px;
}

.mobile.landscape .form_block_submit{
margin-top: 0;
}


.mobile.landscape .goods_bgi{
  height: auto;
}

.mobile.landscape .img-service__button{
  margin-left: 0;
}
.mobile.landscape .logo__img{
  margin: 0 auto;
}

.mobile.landscape .youtube__link{
  margin-right: 450px;
}
.mobile.landscape .ask-question-service__button{
  margin-left: 130px;
  margin-top: 165px;
}

.mobile.landscape .youtube-margin__link{
  position: absolute;
}
.mobile.landscape .youtube-service__img{
  margin-top: -125px;
  margin-left: 20px;
}

.mobile.landscape .container-fluid-services-background{
  height: 210px;
}


.mobile.landscape #topNubex{
    display: none !important;
}



/* TABLET PORTRAIT */]
.tablet.portrait .header-phone__p{
 font-size: 2.2em;
}

.tablet.portrait .callback__link{
    margin-left: 0;
}

.tablet.portrait .callback__button{
     margin-top: 40px;
     margin-bottom: 20px;
}

.tablet.portrait .uderline_1{
    display: none;
}

.tablet.portrait .uderline_2{
    display: none;
}

.tablet.portrait .uderline_3{
    display: none;
}

.tablet.portrait .nastolnye-title__p{
    margin-right: 0;
    display: none;
}

.tablet.portrait .napolmie-title__p{
    margin-left: 0;
    display: none;
}

.tablet.portrait .promyshlenye-title__p{
    margin-right: 0;
    display: none;
}


.tablet.portrait .col-md-1-fix{
    margin: 0 auto;
   width: 16.55%;
}

.tablet.portrait .Henkelman_data{
   font-size: 26px;
   padding: 0;
}

.tablet.portrait .footer_wphone_img{
   width: 40px;
}

.tablet.portrait .footer_wphone_number{
   font-size: 20px;
   padding-left: 10px;
}

.tablet.portrait .footer_time_p{
   font-size: 16px;

}

.tablet.portrait .fish_title{
  font-size: 29px;
  padding-bottom: 100px;
}

.tablet.portrait .form_block_pdleft{
  padding: 0;
}

.tablet.portrait .form_block_inp{
  font-size: 18px;
}

.tablet.portrait .form_block_textarea{
  font-size: 18px;
}

.tablet.portrait .form_block_submit{
margin-top: 0;
}

.tablet.portrait .goods_bgi{
  height: auto;
}

.tablet.portrait #topNubex{
    display: none !important;
}

.tablet.portrait .youtube__link{
    margin-right: 420px;
}

.tablet.portrait .ask-question-service__button{
    margin-left: 0;
}

.mobile.landscape .youtube-margin__link{
  position: absolute;
}
.mobile.landscape .youtube-service__img{
  margin-top: 290px;
  margin-left: 20px;
}




/* TABLE LANDSCAPE */
.tablet.landscape .header-phone__p{
 font-size: 2.2em;
}

.tablet.landscape .footer_wphone_img{
   width: 50px;
}

.tablet.landscape .footer_wphone_number{
   font-size: 25px;
}

.tablet.landscape .footer_time_p{
   font-size: 26px;

}

.tablet.landscape .fish_title{
  font-size: 29px;
  padding-bottom: 100px;
}

.tablet.landscape .form_block_pdleft{
  padding: 0;
}
.tablet.landscape .form_block_inp{
  font-size: 18px;
}

.tablet.landscape .form_block_textarea{
  font-size: 18px;
}

.tablet.landscape .form_block_submit{
margin-top: 0;
}

.tablet.landscape .form_block{
margin-bottom: 60px;
}

.tablet.landscape .footer_block{
margin-top: 20px;
}

.tablet.landscape .form_block_submit{
font-size: 22px;
}

.tablet.landscape .goods_bgi{
  height: auto;
}

.tablet.landscape #topNubex{
    display: none !important;
}


.tablet.landscape .goods_block_title{
    font-size: 26px;
}

.tablet.landscape .youtube__link{
    margin-right: 180px;
}
.tablet.landscape .ask-question-service__button{
    margin-left: 70px;
}

.tablet.landscape .youtube-margin__link{
  position: absolute;
}
.tablet.landscape .youtube-service__img{
  margin-top: 2px;
  margin-left: 20px;
}
/*--------------------------------------------------*/
.submit-response {
	display: none;
	border: 1px solid;
	padding: 20px;
	font-size: 25px;
	margin-top: -100px;
	text-align: center;
}
#form-feedback-question .contact_form_block_textarea {
    height: 120px;
}
.contact_form_input.error input, .contact_form_input.error textarea {
	border-color: red;
	box-shadow: inset 0px 0px 20px rgba(255, 0, 0, 0.7);
}
.form-error {
	color: red;
	font-size: 18px;
}
.form-success {
    text-align: center;
    font-size: 20px;
    color: green;
}

/*--------------------------------------------------*/

@media (max-width: 1200px) {
	.parts {
		padding: 100px 0 80px;
	}
}
@media (max-width: 991px) {
	.parts {
		padding: 15px;
	}
}
@media (max-width: 767px) {
	#form-feedback-question .contact_form_block_textarea {
    height: 100px;
}
}
@media (max-width: 420px) {
	.col-xxs-12 {width: 100%;}
}

