@font-face {
	font-family: 'Neo Sans Pro';
	src: url('/assets/site/fonts/NeoSansPro-Bold.eot');
	src: local('Neo Sans Pro Bold'), local('NeoSansPro-Bold'),
		url('/assets/site/fonts/NeoSansPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('/assets/site/fonts/NeoSansPro-Bold.woff') format('woff'),
		url('/assets/site/fonts/NeoSansPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Neo Sans Pro';
	src: url('/assets/site/fonts/NeoSansPro-Medium.eot');
	src: local('Neo Sans Pro Medium'), local('NeoSansPro-Medium'),
		url('/assets/site/fonts/NeoSansPro-Medium.eot?#iefix') format('embedded-opentype'),
		url('/assets/site/fonts/NeoSansPro-Medium.woff') format('woff'),
		url('/assets/site/fonts/NeoSansPro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Neo Sans Pro';
	src: url('/assets/site/fonts/NeoSansPro-LightItalic.eot');
	src: local('Neo Sans Pro Light Italic'), local('NeoSansPro-LightItalic'),
		url('/assets/site/fonts/NeoSansPro-LightItalic.eot?#iefix') format('embedded-opentype'),
		url('/assets/site/fonts/NeoSansPro-LightItalic.woff') format('woff'),
		url('/assets/site/fonts/NeoSansPro-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Neo Sans Pro';
	src: url('/assets/site/fonts/NeoSansPro-Regular.eot');
	src: local('Neo Sans Pro'), local('NeoSansPro-Regular'),
		url('/assets/site/fonts/NeoSansPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('/assets/site/fonts/NeoSansPro-Regular.woff') format('woff'),
		url('/assets/site/fonts/NeoSansPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Neo Sans Pro Ultra';
	src: url('/assets/site/fonts/NeoSansPro-Ultra.eot');
	src: local('Neo Sans Pro Ultra'), local('NeoSansPro-Ultra'),
		url('/assets/site/fonts/NeoSansPro-Ultra.eot?#iefix') format('embedded-opentype'),
		url('/assets/site/fonts/NeoSansPro-Ultra.woff') format('woff'),
		url('/assets/site/fonts/NeoSansPro-Ultra.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Neo Sans Pro';
	src: url('/assets/site/fonts/NeoSansPro-BoldItalic.eot');
	src: local('Neo Sans Pro Bold Italic'), local('NeoSansPro-BoldItalic'),
		url('/assets/site/fonts/NeoSansPro-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('/assets/site/fonts/NeoSansPro-BoldItalic.woff') format('woff'),
		url('/assets/site/fonts/NeoSansPro-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Neo Sans Pro';
	src: url('/assets/site/fonts/NeoSansPro-Light.eot');
	src: local('Neo Sans Pro Light'), local('NeoSansPro-Light'),
		url('/assets/site/fonts/NeoSansPro-Light.eot?#iefix') format('embedded-opentype'),
		url('/assets/site/fonts/NeoSansPro-Light.woff') format('woff'),
		url('/assets/site/fonts/NeoSansPro-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Neo Sans Pro';
	src: url('/assets/site/fonts/NeoSansPro-Italic.eot');
	src: local('Neo Sans Pro Italic'), local('NeoSansPro-Italic'),
		url('/assets/site/fonts/NeoSansPro-Italic.eot?#iefix') format('embedded-opentype'),
		url('/assets/site/fonts/NeoSansPro-Italic.woff') format('woff'),
		url('/assets/site/fonts/NeoSansPro-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: content-box;
}
body {
    margin: 0px;   
	font-family: 'Neo Sans Pro';
    font-weight: normal;
    font-style: normal;
    background: #f5f7f8;
}
h3 {
    font-weight: 400;
    font-size: 25px;
}
h2 {
    font-weight: 400;
}

h1 {
    font-weight: 400;
}
h4 {
    font-weight: 400;
}
p {
    color: #595757;
    font-size: 14px;
    line-height: 1.4rem;
}
nav ul li p {
    color: #595757;
    font-size: 14px;
    line-height: 1.4rem;
    margin: 16px 0px;
    display: block;
}
nav ul li a {
    color: #595757;
    font-size: 14px;
    line-height: 1.4rem;
    margin: 16px 0px;
    display: block;
}
.info_text p {
    color: #fff;
}

.price_com {
    width: 100%;
}

.price_com table tbody tr:nth-child(2n) {
    background: #ffffff;
}
.price_com table {
    width: 100%;
}
a.smm {
    width: 30px;
    background: #3c3e40;
}
a.smm img {
    width: 100%;
}
.divsmm {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
a.smm {
    width: 30px;
    background: #3c3e40;
    padding: 3px;
    padding-bottom: 1px;
    margin-right: 5px;
    border-radius: 8px;
}
header {
    height: 100px;
    position: fixed;
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    z-index: 99999;
    display: flex;
    align-items: center;
    top: 0;
}
header .content {
    width: calc(100% - 30px);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: justify;
    justify-content: flex-start;
    flex-wrap: wrap;
}
header .logo {
    display: block;
    width: auto;
    height: 85px;
    margin-right: 25px;
}
header .logo img {
    display: block;
    height: 100%;
    width: auto;
}
header.cone.smoll {
    height: 55px;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
}
nav ul li {margin-right: 35px;}
nav ul li a.dep, nav ul li p.dep {
    font-size: 1rem;
    padding: 5px 0;
    border-bottom: 1px solid transparent;
    -webkit-transition: .3s;
    transition: .3s;
    letter-spacing: 1px;
    text-decoration: none;
    color: #0067b2;
    cursor: pointer;
}

nav ul li a.dep:hover, nav ul li p.dep:hover {
    color: #444;
	-webkit-transition: .3s;
    transition: .3s;
}


nav ul li a.dep::after, nav ul li p.dep::after {
    content: '';
    display: block;
    /* position: absolute; */
    width: 0%;
    height: 1px;
    background: 0 0;
    top: 52px;
    -webkit-transition: .3s;
    transition: .3s;
}
nav ul li a:hover::after, nav ul li p:hover::after {
    width: 100%;
    background: #333537;
}

.info_slider_home {
    display: flex;
    align-items: flex-start;
    /* background: #445; */
    flex-direction: column;
    align-content: flex-start;
    height: calc(100vh - 60px);
    justify-content: flex-end;
    padding: 0px 30px;
    padding-bottom: 60px;
    background: linear-gradient(to right, #000000d6,#ffffff00,#ffffff00,#ffffff00,#ffffff00,#ffffff00, #ffffff00);
}
.inner_div {
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 40px;
}
.info_slider_home a::after {
    content: '';
    display: block;
    /* position: absolute; */
    width: 0%;
    height: 2px;
    background: 0 0;
    top: 52px;
    -webkit-transition: .3s;
    transition: .3s;
}
.info_slider_home a:hover::after {
    width: 100%;
    background: #ffffff;
}
.info_slider_home div a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}
.info_slider_home div h2 {
    color: #fff;
}
.info_slider_home div p {
    color: #fff;
}
.specification_param.sticky b {
    text-align: center;
    width: 100%;
}
.slider {
    width: 100%;
    min-height: 100vh;
    background: #444;
    background-image: url(/assets/site/img/scaled.jpg);
    background-size: cover;
    background-position: center;
}
.item {
    width: 100%;
    height: 100vh !important;
    background-size: cover;
    background-position: center;
}
.next.slick-arrow {
    position: absolute;
    right: 20px;
    margin-top: calc(-50vh + 25px);
    width: 75px;
    height: 75px;
}
.prev.slick-arrow {
    position: absolute;
    left: 20px;
    margin-top: calc(50vh + 25px);
    width: 75px;
    height: 75px;
    z-index: 999;
}
.slick-arrow img {
    cursor: pointer;
}
.top100 {
    width: 100%;
    height: 150px;
	-webkit-transition: .3s;
    transition: .3s;
}
.content {
    width: calc(100% - 30px);
    padding-right: 15px;
    padding-left: 15px;
}
.padnone {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
}
.info_blocks {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 50px;
}
.in_block {
    width: 32%;
    min-width: 300px;
    min-height: 600px;
    background: #455;
    margin: 10px;
    margin-top: 0px;
    font-size: 3rem;
}
.in_fo {
    opacity: 0;
    transform: translateY(20px);
}
.element-show {
  opacity: 1;
  transition: all 1.5s;
  transform: translateY(0%);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
h2.zona.in_fo.element-show {
    display: block;
}

.up_menu {
    position: absolute;
    background: #fff;
    width: 100%;
    height: calc(100vh - 100px);
    top: 100px;
    left: 0;
    height: 0px;
    overflow: auto;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
li.inidsryou.iseyou .up_menu {
    height: calc(100vh - 100px);
    overflow: auto;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: 99999;
}




li.iseyou p.dep::after {
    width: 100%;
    background: #333537;
}
li.iseyou p.dep {
	color: #444;
}


li.current .dep::after {
    width: 100%;
    background: #333537;
}

li.current .dep {
	color: #444;
}
.car {
    min-height: 100px;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    margin: 20px;
}
.slider_produkt {
    width: 100%;
    min-height: 540px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}
.menu_pages {
    background: #231815;
    font-family: geely;
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 999;
    -webkit-transition: top .6s;
    transition: top .6s;
    /* padding-left: 42px; */
    width: 100%;
    height: 50px;
}
.on_slider {
    display: flex;
    justify-content: flex-end;
    background: linear-gradient(to left, #000000d6,#ffffff00,#ffffff00,#ffffff00,#ffffff00,#ffffff00, #ffffff00);
    height: 540px;
    align-items: center;
    color: #fff;
}
.inner_div h2 {
    color: #0067b2;
}
.info_text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 300px;
    text-align: right;
}
.bot_text_centr div p {
	color:#fff;
}
.block_tab .content div {
    text-align: center;
    max-width: 900px;
    width: 80%;
}

.block_tab .content div h3 {
	font-size: 2.4rem;
    font-weight: 400;
    line-height: 2.8rem;
    color: #0067b2;
}
.first {
    background: #e8eaeb;
}
.first .content {
    padding: 30px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
}
.image_inter {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: -50px;
}
.image_inter div {
    margin: 5px;
}
.ext {
    padding-bottom: 150px;
    max-width: 1280px;
    margin: 0 auto;
}
.specification_bg {
    background: #231815;
    padding: 80px;
    text-align: center;
    color: #fff;
}
.zona_specification {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 70%;
    margin: 55px auto;
}
.specification_param {
    width: calc(100% - 20px);
    padding: 5px 10px;
    height: 45px;
    display: flex;
    align-items: center;
    padding: 20px 10px;
    font-size: 0.9rem;
    background: #fff;
}
.specification_param:nth-child(2n) {
    background: #f5f7f8;
}
.specification_param_tab.add .specification_param {
    border-left: 1px solid #c1cbd2;
}

.specification_param_tab .specification_param {
    border-bottom: 1px solid #c1cbd2;
}

.specification_param_tab .specification_param:last-child {
    border-bottom: none;
}

.two_img_ {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.thre_img_ {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
}
.z_img {
    margin: 5px;
    width: calc(50% - 10px);
}
.z_img img {
    width: 100%;
}
.image_pro {
    max-width: 1280px;
    margin: 0 auto;
    margin-top: -80px;
    margin-bottom: 110px;
}
.z_img {
    margin: 5px;
}
.thre_img_ .z_img {
    width: 33.33333%;
}
.thre_img_ .z_img img {
    width: 100%;
}
.text_image_pro {
    width: calc(100% - 10px);
    min-height: 100px;
    padding: 5px;
}
.textare_image_pro {
    width: calc(50% - 36px);
    min-height: 150px;
    background: #fff;
    padding: 15px;
    margin-bottom: 0px;
}
.two_img_ .z_img {
    margin-top: 0px;
}
.text_image_pro {
    width: calc(100% - 10px);
    min-height: 100px;
    padding: 5px;
    padding-bottom: 0px;
}
footer .content {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.contact_foot {
    width: 100%;
    max-width: 600px;
}
.ul_foot ul li a {
    color: #444;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: .3s;
    transition: .3s;
}
.ul_foot ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.ul_foot ul li a:hover {
	color:#4ba5ff;
    -webkit-transition: .3s;
    transition: .3s;
}

.ul_foot ul li a::after {
    content: '';
    display: block;
    /* position: absolute; */
    width: 0%;
    height: 1px;
    background: 0 0;
    top: 52px;
    -webkit-transition: .3s;
    transition: .3s;
}
.ul_foot ul li a:hover::after {
    width: 100%;
    background: #4ba5ff;
}
.none {
display: none;
}
.block {
	display: block;
}
.foxe {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
}
.pro_text {
    width: 50%;
}
.pro_text {
    width: 50%;
    min-height: 350px;
}
.img_text img {
    width: 100%;
}
.pading_10 {
    width: calc(100% - 10px);
    margin-bottom: 40px;
}
.pro_text:nth-child(2n) .pading_10 {
    padding-left: 10px;
}
.pading_10 h3 {
    color: #0067b8;
}




::selection {
    background: #231815;
    color: #fff;
    text-shadow: none;
}

.burg {
    display: none;
}
li.inidsryou.iseyou .up_menu.cone.smoll {
    top: 55px;
    height: calc(100vh - 55px);
}


footer {
    background: #fff;
}
.foot_fo {
    background: #3c3e40;
    margin-top: 50px;
}
.foot_fo .content p {
    color: #fff;
    font-size: 12px;
}
.burger svg {
    width: 60px;
    height: 60px;
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.burger svg path {
    fill: none;
    -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    -moz-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    -o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    -ms-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    stroke-width: 30px;
    stroke-linecap: round;
    stroke: #0067b2;
    stroke-dashoffset: 0px;
}
.burger svg path#top,
.burger svg path#bottom {
  stroke-dasharray: 240px 950px;
}
.burger svg path#middle {
  stroke-dasharray: 240px 240px;
}



.cross path#top,
.cross path#bottom {
  stroke-dashoffset: -650px;
  stroke-dashoffset: -650px;
}
.cross path#middle {
    stroke-dashoffset: -240px;
    stroke-dasharray: 0px 217px;
}

.menu_pages ul {
    display: flex;
    list-style: none;
}
.menu_pages ul li {}
.menu_pages ul li a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    text-transform: uppercase;
    font-family: 'Neo Sans Pro';
}
.top100.cone.smoll {
    height: 105px;
}
.menu_pages.cone.smoll {
    top: 55px;
}
.phone a {
    text-decoration: none;
    color: #0067b2;
    font-size: 18px;
}
.phone a:hover {
    color: #014e87;
}

.cone {
	-webkit-transition: .3s;
    transition: .3s;
}
.phone {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    flex-grow: 1;
}
svg#Capa_1 {
	display: none;
}
.car.zone-y a {
    text-decoration: none;
    color: #111;
}
.flex_block {
    display: flex;
}
.img_dert, .info_dert {
    width: calc(50% - 10px);
}
.img_dert img, .info_dert img {
    width: calc(100% - 10px);
}
.info_dert {
    padding-left: 10px;
}
.img_dert {
    padding-right: 10px;
}




.burg2 {
    display: none;
	
}


.burger2 svg {
    width: 80px;
    height: 45px;
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.burger2 svg path {
    fill: none;
    -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    -moz-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    -o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    -ms-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    stroke-width: 30px;
    stroke-linecap: round;
    stroke: #ffffff;
    stroke-dashoffset: 0px;
}
.burger2 svg path#top,
.burger2 svg path#bottom {
  stroke-dasharray: 240px 950px;
}
.burger2 svg path#middle {
  stroke-dasharray: 240px 240px;
}



.cross2 path#top,
.cross2 path#bottom {
  stroke-dashoffset: -650px;
  stroke-dashoffset: -650px;
}
.cross2 path#middle {
    stroke-dashoffset: -240px;
    stroke-dasharray: 0px 217px;
}
















.form_home {
    width: 50%;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
}
select.sewll {
    border: 0 none;
    border-bottom: 1px solid #b9b9b8;
    border-radius: 0;
    width: 100%;
    padding: 11px;
    margin-bottom: 65px;
    outline: none;
    background: #fff;
    color: #4c4e4c;
    top: 8px;
    left: 30px;
    transition: 0.28s;
    font-weight: 100;
    font-size: 18px;
    line-height: 1.55;
    font-family: 'Montserrat',Arial,sans-serif;
}
.contact-form input {
    border: 0 none;
    border-bottom: 1px solid #b9b9b8;
    border-radius: 0;
    width: 100%;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 32px;
    padding: 5px;
    margin-bottom: 65px;
    outline: none;
    background: #fff;
}
.contact-form select {
    border: 0 none;
    border-bottom: 1px solid #b9b9b8;
    border-radius: 0;
    width: 100%;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 32px;
    padding: 10px 0px;
    margin-bottom: 65px;
    outline: none;
    background: #fff;
}
.contact-form .captcha-wrap {
  margin-bottom: 45px;
}
.contact-form .btn {
    font-size: 24px;
    line-height: 54px;
    border: none;
    width: 100%;
    padding: 10px;
    font-weight: 700;
    text-align: center;
    outline: none;
    border-radius: 0px;
    background: #1e232d;
    border: 1px solid #ddc39d;
    color: #ddc39d;
}
.contact-form .btn:hover {
    background-color: #ddc39d;
    color: #1e232d;
}
.contact-form label {
    color: #212121;
    /* position: absolute; */
    /* top: 8px; */
    /* left: 30px; */
    /* transition: 0.28s; */
    /* font-weight: 100; */
    /* font-size: 18px; */
    /* line-height: 1.55; */
    /* font-family: 'Montserrat',Arial,sans-serif; */
}
.contact-form input:focus + label {
  top: -20px;
  font-size: 12px;
}
.contact-form input:invalid {
  box-shadow: none;
}
.contact-form input:valid {
  border-bottom: 1px solid #161613;
}
.contact-form input:valid + label {
    top: -20px;
    font-size: 12px;
}
.contact-form input:invalid:not(:focus):not(:placeholder-shown) {
  border-bottom: 1px solid #d3362a;
}
.contact-form input:invalid:not(:focus):not(:placeholder-shown) + label {
  top: -20px;
  font-size: 12px;
}
.contact-form input:invalid:focus:not(:placeholder-shown) ~ .requirements {
  max-height: 20px;
}
.contact-form .requirements {
  position: absolute;
  bottom: 20px;
  padding: 0 5px;
  max-height: 0;
  transition: 0.28s;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #d3362a;
}

.cul_uss input {
    background: #ddc39d;
}

button.button_a {
    display: block;
    margin: auto;
}
.form_home button.button_a {
    padding: 10px 20px;
    border: none;
    color: #fff;
    background: #3c3e40;
    font-size: 16px;
}

































@media screen and (max-width: 1100px) {
	
}



@media screen and (max-width: 800px) {
	
ul.two_nav {
    display: none;
    background: #231815;
    padding: 10px;
    margin: 0;
}
ul.two_nav.bl {
    display: block;
}	
.burg2 {
    display: block;
	
}	
.menu_pages ul li {
    padding: 10px 0px;
    display: block;
}
.price_com {
    width: 94%;
    overflow: auto;
    margin: auto;
    display: block;
    padding: 30px 0px;
}
	.image_inter {
		width: 100%;
	}
	.image_inter div {
		width: 100%;
	}
	.image_inter div img {
    	width: 100%;
	}
	.textare_image_pro {
		width: calc(100% - 30px);
		z-index: 9;
		position: relative;
	}
	.two_img_ {
		display: block;
	}
	.two_img_ .z_img {
		width: 96%;
		margin: 2%;
	}
	.thre_img_ {
		display: block;
	}
	.thre_img_ .z_img {
		width: 96%;
		margin: 2%;
	}
	footer .content {
		display: block;
	}	
	footer .content div {
		width: 98%;
		margin: 2%;
	}
	.content.zona_specification {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		width: 98%;
		margin: 0 auto;
		padding: 0px;
	}
	.specification_param_tab {
		width: 50%;
		margin-top: 40px;
		border-top: 3px solid #b8c8cf;
	}	
	.none {
		display: block;
	}
	.block {
		display: none;
	}
	.on_slider {
		background: linear-gradient(to left, rgb(0 0 0 / 65%),rgb(0 0 0 / 55%),rgb(0 0 0 / 40%),rgb(0 0 0 / 18%),#ffffff00,#ffffff00, #ffffff00);
	}
	.info_blocks {
		display: flex;
		width: 100%;
		flex-direction: column;
		align-items: center;
	}
	.in_block {
		width: 100%;
		min-width: 100%;
		min-height: 200px;
	}	
	nav ul {
		display: none;
		background: #fff;
		width: calc(100% - 20px);
		position: absolute;
		left: 0px;
		top: 100px;
		padding: 10px;
	}
	.burg {
		display: block;
		width: 60px;
		height: 60px;
		/* background: #444; */
	}
	header .content {
		display: flex;
		justify-content: space-between;
	}
	.blocks {
		display: block;
	}
	li.inidsryou.iseyou .up_menu {
		position: initial;
		height: auto;
	}
	body.zopa {
		overflow: hidden;
	}	
	.blocks {
		display: block;
		overflow: auto;
		height: calc(100vh - 200px);
		padding-bottom: 90px;
	}
	.phone a font {
		display: none;
	}
	svg#Capa_1 {
		fill: #0067b2;
		display: block;
		margin-top: 5px;
	}
	
	img.zone-x {
		display: none;
	}
	.car.zone-y {
		min-height: auto;
		border-bottom: none;
		margin: 0px;
		display: block;
		width: 100%;
		text-align: left;
	}
	.up_menu.cone {
		margin-bottom: 30px;
	}	
	
	
}




.sticky {
    position: sticky;
    top: 105px;
}






.price_com table td, .price_com table th {
    border: 1px solid #999;
    padding: 1.5rem;
    text-align: left;
}




