/**
 * Reset Styels
 */
 *, *:after, *::before {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {display: block; }
audio,
canvas,
video {display: inline-block; }
audio:not([controls]) {
display: none;
height: 0; }

[hidden] {
display: none; }
/* BITRIX */
.bx-context-toolbar-empty-area{background: white!important;}
a {
text-decoration: none;
outline: none; }
a.link-decoration{border-bottom: 1px solid;}
a:focus,
a:active {
text-decoration: none;
outline: none;}

a:focus {
outline: none; }

address {
margin: 0 0 24px; }

abbr[title] {border-bottom: 1px dotted; }
b,
strong {font-weight: bold; }
mark {
background: black;
color: #ffffff; }
kbd,
ins {color: #ffffff; }
small {font-size: smaller; }
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {top: -0.5em;}
sub {bottom: -0.25em;}
dl {
margin-top: 0;
margin-bottom: 10px; }
dd {margin: 0 15px 15px; }
dt {
font-weight: bold;
color: black; }
nav ul,
nav ol {
list-style: none;
list-style-image: none; }
li > ul,
li > ol {margin: 0; }
ol ul {margin-bottom: 0; }
img {
-ms-interpolation-mode: bicubic;
border: 0;
vertical-align: middle;
max-width: 100%;
height: auto; }
svg:not(:root) {
overflow: hidden; }
figure {margin: 0; }
form {margin: 0; }
fieldset {
border: 1px solid black;
margin: 0 2px;
min-width: inherit;
padding: 0.35em 0.625em 0.75em; }
legend {
border: 0;
padding: 0;
white-space: normal; }
button,
input,
select,
textarea {
font-size: 100%;
margin: 0;
max-width: 100%;
vertical-align: baseline; }
button,
input {
line-height: normal; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
-moz-appearance: button;
appearance: button;
cursor: pointer; }

button[disabled],
input[disabled] {
cursor: default; }

input[type="checkbox"],
input[type="radio"] {
padding: 0; }

input[type="search"] {
-webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
appearance: textfield;
padding-right: 2px;
width: 270px; }

input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }

textarea {
overflow: auto;
vertical-align: top; }
.container {
margin: 20px auto;
width: 100%;
max-width: 1220px;
}
span#global > div {
  position: relative!important;
  z-index: 99999!important;
  width: 30px!important;
  height: 30px!important;
  display: block!important;
  border: 1px solid red!important;
}
body{font-family: 'Onest-Regular','Onest-Medium','Onest-Bold','Onest-ExtraBold';}
.pdr25 {padding: 0 0 0 25px;}
h1{
font-family: 'Onest-ExtraBold';
font-style: normal;
font-weight: 700;
font-size: 42px;
line-height: 54px;
color: #1A1E24;
}
.page_mian__wrapper.container {margin: 130px auto 100px;}
.politic_txt{
  width: 100%;
  max-width: 100%;
  min-width: 300px;
  height: auto;
  display: block;
}
/* Header */
header {
  position: fixed;
  top: 0;
  z-index: 990;
  width: 1220px;
  height: 100px;
  background: white;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  border-radius: 0 0 10px 10px;
  padding: 0 20px;
}
.header_top__navigation{
  display: flex;
  flex-flow: row wrap;
  height: inherit;
  justify-content: space-between;
  align-items: center;
}
.header_top__navigation > .logo_almaval > a > img{
max-width: 100%;
height: auto;
display: block;
object-fit: cover;
}
.header_top__navigation > .main_nav ul{
display: flex;
gap: 45px;
}
.header_top__navigation > .main_nav ul > li{
position: relative;
}
.header_top__navigation > .main_nav ul > li > .nav_link{
font-family: 'Onest-Regular';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 23px;
color: #1A1E24;
}
.header_top__navigation > .main_nav ul:nth-child(1) > li:nth-child(1) > .nav_link:after{
content:url("../img/arrowNav.svg");
width: 7.5px;
height: auto;
display: inline-block;
vertical-align: text-top;
margin: 0 0 0 15px;
transition: all .3s;
}
.header_top__navigation > .main_nav ul:nth-child(1) > li:nth-child(1):hover > .nav_link:after{
transform: rotateX(180deg);
}
.header_top__navigation > .main_nav ul li ul{
padding: 0;
display: none;
flex-direction: column;
background: #FFFFFF;
box-shadow: 0px 4px 13px rgb(0 0 0 / 8%);
border-radius: 15px;
z-index: 100;
transition: all .3s;
position: absolute;
}
.header_top__navigation > .main_nav ul li:hover ul{
display: block;
}
.header_top__navigation > .main_nav ul li > ul > li{
  padding: 0 20px 15px;
  white-space: nowrap;
}
.header_top__navigation > .main_nav ul li > ul > li:nth-child(1){
  padding: 20px 20px 15px;
}
/* .header_top__navigation > .main_nav ul li > ul > li:last-child{padding: 0 20px 20px;} */
.header_top__navigation > .main_nav ul li > ul > li > a{
  font-family: 'Onest-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #1A1E24;
}
.header_top__navigation > .main_nav ul li > ul > li > a:hover{color: #27A8E0;}
.header_top__navigation > .contacts{
display: flex;
flex-direction: row;
gap: 30px;
}
.header_top__navigation > .contacts > .phone_time_work > .phone{
font-family: 'Onest-Bold';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 25px;
color: #1A1E24;
margin: 0 0 7px 0;
display: block;
}
.header_top__navigation > .contacts > .phone_time_work > .time_work{
font-family: 'Onest-Regular';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 23px;
color: #1A1E24;
}
.header_top__navigation > .contacts > .email_social > .email{
font-family: 'Onest-Regular';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 23px;
color: #1A1E24;
margin: 0 0 11px 0;
}
.header_top__navigation > .contacts > .email_social > .social{
  display: flex;
  gap: 23px;
  flex-direction: row;
  margin: 5px 0 0 0;
}
.header_top__navigation > .contacts > .email_social > .social > .telegram_icon{
background-image: url("../img/telegramHeader.svg");
background-repeat: no-repeat;
background-size: cover;
width: 27px;
height: 27px;
display: block;
}
.header_top__navigation > .contacts > .email_social > .social > .call_icon{
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #626D7D;
  border: 1px solid #DEE1E5;
  border-radius: 10px;
  width: 100%;
  display: inline-block;
  height: 34px;
  padding: 5px 5px 5px 13px;
}
.header_top__navigation > .contacts > .email_social > .social > .call_icon::before{
  content: url("../img/whats.svg");
  width: 27px;
  height: 27px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}


/* font consultant */
.form_call_consulatant {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1220px;
  justify-content: space-between;
  background: #27A8E0;
  border-radius: 25px;
  padding: 0 50px 0;
  position: relative;
  margin: 80px 0;
}
.contact_form > form{
  position: relative;
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}
.contact_form > form input {
  width: 228px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 10px;
  display: block;
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.contact_form > form input::placeholder {
  color: transparent;
}
.contact_form > form input:placeholder-shown ~ .form__label {
  font-size: 1.3rem;
  cursor: text;
  top: 17px;
  padding: 0px 16px 0;
}
.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 14px;
  color: #626D7D;
  padding: 3px 16px;
}
.contact_form > form input:focus {
  font-family: 'Onest-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #1A1E24;
}
.contact_form > form input:focus ~ .form__label {
  position: absolute;
  top: 0;
  display: block; 
  transition: 0.2s;
  color: #626D7D;
  font-family: 'Onest-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  padding: 3px 16px 3px;
}
.contact_form > form input:required, 
.contact_form > form input:invalid {box-shadow: none;}
.contact_form > form > button{
  background: #1A1E24;
  border-radius: 10px;
  padding: 20px 30px;
  color: white;
  font-family: 'Onest-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.contact_form > .title {
  font-family: 'Onest-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  color: #FFFFFF;
}
.contact_form > .txt {
  font-family: 'Onest-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  margin: 10px 0 25px 0;
}
.form_call_consulatant > .img > img {
  max-width: 100%;
  display: block;
  object-fit: cover;
  height: auto;
}
.contact_form > .form_agreement{
  font-family: 'Onest-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.5);
  margin: 25px 0 0 0;
}
.contact_form > .form_agreement > a{
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.5);
}
#request_result {
  position: fixed;
  display: none;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 30px;
  text-align: center;
  z-index: 100;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  left: 0;
  right: auto;
  top: auto;
  bottom: 0;
  transition: all .3s;
  background: #27a8e0;
}
#request_result::after{
  content: "X";
  display: block;
  position: absolute;
  left: auto;
  right: 30px;
  top: 10px;
  font-size: 2.2rem;
  font-weight: bold;
  cursor: pointer;
}
.success {margin: 20px auto;}
/* main banner */
.bg_banner{
min-width: 320px;
position: absolute;
background-image: url("/local/templates/almaval/img/banner_bg.svg");
background-repeat: no-repeat;
right: auto;
width: 1113.04px;
max-width: 1113.04px;
height: 891.6px;
left: 905.75px;
top: -177px;
}

/* contacts page */
.contacts > h1{
font-family: 'Onest-Bold';
font-style: normal;
font-weight: 700;
font-size: 42px;
line-height: 54px;
color: #1A1E24;
}
.contact_info {
display: flex;
flex-flow: row wrap;
margin: 40px 0;
gap: 40px;
}
.contacts > .contact_info > .phone_time_work > .phone{
font-family: 'Onest-Bold';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 25px;
color: #1A1E24;
margin: 0 0 7px 0;
display: block;
}
.contacts > .contact_info > .phone_time_work > .time_work{
font-family: 'Onest-Regular';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 23px;
color: #1A1E24;
}
.contacts > .contact_info > .email_social > .email{
  font-family: 'Onest-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #1A1E24;
  margin: 0 0 7px 0;
  display: block;
}
.contacts > .contact_info > .email_social > p{
font-family: 'Onest-Regular';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 23px;
color: #1A1E24;
margin: 0 0 11px 0;
}
.contacts > .contact_info > .email_social > p{
font-size: 18px;
}
.contacts > .contact_info > .social{
display: flex;
gap: 23px;
flex-flow: row wrap;
}
.contacts > .contact_info > .social > .telegram_icon,
.contacts > .contact_info > .social > .call_icon{
width: 100%;
height: 45px;
display: block;
border: 1px solid #DEE1E5;
border-radius: 10px;
padding: 13px 15px;
font-family: 'Onest-Regular';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
color: #1A1E24;
}
.contacts > .contact_info > .social > .telegram_icon::before,
.contacts > .contact_info > .social > .call_icon::before{
content: url("../img/telegramm.svg");
display: inline-block;
width: 20px;
height: 20px;
vertical-align: text-top;
margin: 0 15px 0 0;
}
.contacts > .contact_info > .social > .call_icon::before{
content: url("../img/whatsapp.svg");
}
.contact_adress_map {
display: flex;
gap: 20px;
flex-flow: row wrap;
}
.adress {
width: 100%;
max-width: 400px;
min-width: 300px;
height: auto;
}
.contact_adress_map > .adress > .office,
.contact_adress_map > .adress > .sklad{
background: #F7F7F9;
border-radius: 20px;
padding: 30px;
}
.contact_adress_map > .adress > .sklad {margin: 20px 0 0 0;}
.contact_adress_map > .adress > .office > .title,
.contact_adress_map > .adress > .sklad > .title{
font-family: 'Onest-Regular';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 23px;
color: #1A1E24;
margin: 0 0 10px 0;
}
.contact_adress_map > .adress > .office > .adress,
.contact_adress_map > .adress > .sklad > .adress{
font-family: 'Onest-Medium';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 25px;
color: #1A1E24;
}
.contacts > .contact_adress_map > .map {
  width: 100%;
  max-width: 800px;
  min-width: 300px;
  height: 416px;
  display: block;
}
.contacts > .contact_adress_map > .map > iframe {
  width: 100%;
  max-width: 800px;
  min-width: 300px;
  height: 416px;
  display: block;
  border-radius: 20px;
}
.contact_adress_map > .map > iframe {width: 100%;}

.header_top__navigation > .lang ul > li > span{
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #7F8A9B;
}
.header_top__navigation > .lang ul > li {
  position: relative;
  list-style-type: none;
  margin: 20px 20px 15px 20px;
}
.header_top__navigation > .lang ul > li > a{
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #1A1E24;
  display: flex;
  gap: 10px;
}
.header_top__navigation > .lang ul:nth-child(1) > li:nth-child(1) > span:after {
  content: url("/local/templates/almaval/css/arrowGrey.svg");
  width: 7.5px;
  height: auto;
  display: inline-block;
  vertical-align: text-top;
  margin: 0 0 0 15px;
  transition: all .3s;
}
.lang_rus > a::before{
  content: url("/local/templates/almaval/img/RU.svg");
  width: 28px;
  height: 20px;
  display: inline-block;
  vertical-align: text-top;
}
.lang_kz > a::before{
  content: url("/local/templates/almaval/img/KZ.svg");
  width: 28px;
  height: 20px;
  display: inline-block;
  vertical-align: text-top;
}

.header_top__navigation > .lang ul:nth-child(1) > li:nth-child(1):hover > span:after {
  transform: rotateX(180deg);
}
.header_top__navigation > .lang ul li ul {
  padding: 0;
  display: none;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 0px 4px 13px rgb(0 0 0 / 8%);
  border-radius: 15px;
  z-index: 100;
  transition: all .3s;
  position: absolute;
  top: 20px;
  left: -20px;
}
.header_top__navigation > .lang ul li:hover ul {
  display: block;
}
/* mobile nav */
.mobile_nav {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  background: white;
}
nav {
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
#menuToggle {
display: flex;
flex-direction: column;
position: relative;
top: 0;
left: 0;
z-index: 1;
-webkit-user-select: none;
user-select: none;
}
#menuToggle input{
display: flex;
width: 60px;
max-width: 60px;
height: 60px;
position: absolute;
cursor: pointer;
opacity: 0;
z-index: 2;
top: -20px;
left: -20px;
}
#menuToggle span{
display: flex;
width: 29px;
height: 2px;
margin-bottom: 5px;
position: relative;
background: #626D7D;
border-radius: 3px;
z-index: 1;
transform-origin: 5px 0px;
transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
            background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
            opacity 0.55s ease;
}
#menuToggle span:first-child{
transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2){
transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span{
opacity: 1;
transform: rotate(45deg) translate(-3px, -1px);
background: #27a8e0;
}
#menuToggle input:checked ~ span:nth-last-child(3){
opacity: 0;
transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2){
transform: rotate(-45deg) translate(0, -1px);
}
#menu{
  position: absolute;
  margin: -50px 0 0 -50px;
  -webkit-font-smoothing: antialiased;
  transition: all .3s;
  right: auto;
  left: -240px;
  top: 30px;
  opacity: 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 13px rgb(0 0 0 / 8%);
  border-radius: 0px 15px 15px 0px;
}
#menu li{padding: 0;}
#menuToggle input:checked ~ ul {
  width: 256px;
  max-width: 256px;
  height: auto;
  left: 30px;
  top: 70px;
  opacity: 1;
}
#menu li > a{
color: #1A1E24;
font-family: 'Onest-Bold';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 20px;
}
#menuToggle input:checked ~ ul > li{padding: 20px;}
#menuToggle input:checked ~ ul > li > a{font-size: 1.7rem;}
.lavel_two_nav__mobile {
display: none;
}
.lavel_two_nav__mobile > li > a {
font-size: 1.3rem!important;
color: white;
padding: 20px 10px;
display: block;
}
.active{display: block;}
hr {
width: 100%;
height: 1px;
border-top: 1px solid #DEE1E5;
}
.footer {
display: flex;
justify-content: space-between;
margin: 71px auto 71px;
flex-flow: row wrap;
}
.footer_logo {
width: 100%;
max-width: 200px;
min-width: 200px;
height: auto;
}
.footer_logo > .name {
margin: 30px 0 40px;
}
.footer_social {
margin: 0 0 70px 0;
display: flex;
gap: 30px;
align-items: center;
}
.footer_social > .facebook{
background-image: url("../img/facebook.svg");
width: 26px;
height: 26px;
display: block;
}
.footer_social > .vk{
background-image: url("../img/vk.svg");
width: 26px;
height: 26px;
display: block;
}
.footer_social > .insta{
background-image: url("../img/insta.svg");
width: 26px;
height: 26px;
display: block;
}
.copyright {
font-family: 'Onest-Regular';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 23px;
color: #7F8A9B;
}
.phone_time_work > .phone {
font-family: 'Onest-Bold';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 25px;
color: #1A1E24;
}
/* .footer_contacts > .phone_time_work {} */
.footer_contacts > .phone_time_work > .time_work {
font-family: 'Onest-Regular';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 23px;
color: #1A1E24;
}
.footer_contacts > .email_social {
  margin: 5px 0 15px;
}
.footer_contacts > .email_social > .email {
font-family: 'Onest-Medium';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 23px;
color: #1A1E24;
}
.footer_contacts > .social {
display: flex;
flex-direction: column;
gap: 15px;
}
.footer_contacts > .social > a {
font-family: 'Onest-Regular';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
color: #1A1E24;
background: #F7F7F9;
border-radius: 10px;
padding: 12px;
}
.footer_contacts > .social > .telegram_icon::before,
.footer_contacts > .social > .call_icon::before {
display: inline-block;
width: 20px;
height: 20px;
vertical-align: text-top;
margin: 0 15px 0 0;
}
.footer_contacts > .social > .telegram_icon::before{content: url(../img/teleg.svg);}
.footer_contacts > .social > .call_icon::before{content: url(../img/whats.svg);}
.politica {
  font-family: 'Onest-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 23px;
  color: #7F8A9B;
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 15px 0 0 0;
  position: absolute;
  min-width: 250px;
}
.footer_nav {
display: flex;
gap: 80px;
}
.nav_catalog > .title,
.nav_company > .title {
font-family: 'Onest-Bold';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 23px;
color: #1A1E24;
}
.footer {
  margin: 40px auto 40px;
  flex-flow: row nowrap;
}
ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover,
.header_top__navigation > .main_nav ul > li > .nav_link.selected{color: #27a8e0!important;}
.work_time {
  display: flex;
  gap: 3px;
  flex-flow: row wrap;
}
/* Media Query */
@media screen and (max-width: 820px){
  .footer_contacts > .social > a {
    width: 150px;
    display: flex;
  }
  .footer_contacts > .social > .telegram_icon::before, 
  .footer_contacts > .social > .call_icon::before {margin: 10px 15px 0 0;}
  .footer_nav {display: none;}
  .info_property__info > p {font-size: 14px;}
  .info_property__info > p {width: 120px;}
  .email_social{margin: 20px 0 0 0;}
  #menu > .contacts > .email_social > .social {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #menu > .contacts > .email_social > .social > .telegram_icon,
  #menu > .contacts > .email_social > .social > .call_icon{
    background: #F7F7F9;
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #1A1E24;
    padding: 12px;
  }
  #menu > .contacts > .email_social > .social > .telegram_icon::before{
    content: url("/local/templates/almaval/img/teleg.svg");
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    margin: 0 15px 0 0;
  }
  #menu > .contacts > .email_social > .social > .call_icon::before{
    content: url("/local/templates/almaval/img/whats.svg");
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    margin: 0 15px 0 0;
  }
  .category_catalog > .category_catalog__items {
    display: grid;
    -ms-grid-columns: repeat(auto-fit, minmax(155px, 155px));
    grid-template-columns: repeat(auto-fit, minmax(155px, 155px));
    -ms-grid-gap: 10px;
    grid-gap: 10px;
  }
  .phone_time_work > .phone {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #1A1E24;
    margin: 0 0 5px 0;
    display: block;
  }
  .phone_time_work > .time_work {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #1A1E24;
}
#menu > .contacts {padding: 20px;}
#menu > .contacts > .email_social > .email {
  font-family: 'Onest-Bold';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #1A1E24;
  margin: 20px 0 0;
  display: block;
}
.mobile_nav__catalog,
.mobile_nav__about,
.mobile_nav__docs{
    display: flex;
    flex-direction: column;
}
.mobile_nav__catalog > a,
.mobile_nav__about > a,
.mobile_nav__docs > a{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #1A1E24;
}
.mobile_nav__catalog > a:nth-child(2),
.mobile_nav__about > a:nth-child(2),
.mobile_nav__docs > a:nth-child(2){padding: 10px 20px 10px;}
.mobile_nav__catalog > a:last-child,
.mobile_nav__about > a:last-child,
.mobile_nav__docs > a:last-child{padding: 0 20px 0;}
.mobile_nav__catalog > a,
.mobile_nav__about > a,
.mobile_nav__docs > a{padding: 0 20px 10px;}
.mobile_nav__catalog > .title,
.mobile_nav__about > .title,
.mobile_nav__docs > .title{
  font-family: 'Onest-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #1A1E24;
  padding: 20px 20px 0;
}
.phone_mobile {
  width: 21px;
  height: 21px;
}
.phone_mobile > img {
    max-width: 21px;
    height: 21px;
    display: block;
    object-fit: cover;
}
header{display: none;}
.logo_mobile {
  margin: 0 50px;
}
.container {
  padding: 0 20px;
}
.page_mian__wrapper.container {
  margin: 80px auto 50px;
}
/* catalog_list */
.bx_catalog_tile .bx_catalog_tile_category_title > a,
.bx_catalog_tile .bx_catalog_tile_category_title{
  font-size: 1.5rem;
  line-height: 1.4;
}
.catalog-section {
  flex-flow: row wrap;
}
.category_catalog {
  width: 100%;
  max-width: 100%;
}
.category_catalog > .category_catalog__items {
  flex-direction: row;
  justify-content: flex-start;
  scrollbar-width: none;
  overflow-x: hidden;
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.category_catalog__item,
.category_catalog__item___small{
  white-space: nowrap;
  scroll-snap-align: none;
}
.category_catalog > .category_catalog__items > .category_catalog__item > a{
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 15px;
}
.category_catalog > .category_catalog__items > .category_catalog__item > a.active{border: 1px solid #27A8E0;}
.catalog_section__items > .items {justify-content: center;}
/* catalog_category */
.category_catalog > .category_catalog__items > .categorys_on_page__catalog > a,
.category_catalog > .category_catalog__items___small > .category_catalog__item___small > a{
  justify-content: center;
  white-space: normal;
  text-align: center;
}
.category_catalog > .category_catalog__items > .categorys_on_page__catalog > a > .title,
.category_catalog > .category_catalog__items___small > .category_catalog__item___small > a > .title{
  font-size: calc(14px + 4 * (100vw / 1220));
  padding: 0;
}
.category_catalog > .category_catalog__items > .category_catalog__item > a > img {padding: 10px 20px 5px;}
/* paginastion */
.bx-pagination .bx-pagination-container ul {gap: 10px;}
/* menu, ol, ul {padding: 0 0 0 0!important;margin: 0!important;} */
/* ol, ul {padding: 0 0 0 0!important;} */
/* form */
.form_call_consulatant {
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  padding: 0 0 0 0;
}
.contact_form {padding: 20px;}
.contact_form > form,
.name_input,
.input_phone,
.contact_form > form input,
.contact_form > form > button {
  width: 100%;
}
.contact_form > .title {
  font-size: 1.5rem;
  line-height: 1.4;
}
.contact_form > .txt {
  font-size: 16px;
  line-height: 1.4;
}
.input_phone {
  margin: 15px 0;
  position: relative;
}
/* block_tizer_info */
.block_tizer_info > .tizer_info__title{text-align: center;}
.tizer_info__items {justify-content: center;}
.tizer_info__items {
  -ms-grid-columns: repeat(auto-fit, minmax(170px, 320px));
  grid-template-columns: repeat(auto-fit, minmax(170px, 320px));
  -ms-grid-gap: 10px;
  grid-gap: 10px;
}
.tizer_info__item {padding: 8px;}
.tizer_info__item > img {
  display: inline-block;
  margin: 0 0 10px 0;
}
.tizer_info__item > .tizer_info__item_title {
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
  width: 240px;
  display: inline-block;
}
.tizer_info__item > .tizer_info__item_txt {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}
/* banner */
.main_banner__title {
  font-size: 2rem;
  line-height: 1.4;
}
.main_banner {flex-direction: column-reverse;}
.main_banner__btn_downoald {
  font-size: 14px;
  line-height: 1.4;
}
.main_banner__btn_downoald::before {margin: 0 10px 0 10px;}
/* Brand */
.brand_item {flex-direction: column-reverse;}
.brand_info > .title {
  font-size: 2rem;
  line-height: 1.4
}
/* catalog detail */
.element_info > .title {
  font-size: 2rem;
  line-height: 1.4;
}
.info_property__value {
  width: 100%;
  max-width: 290px;
  min-width: 180px;
  display: block;
}
.info_property__name > p {
  font-size: 16px;
  line-height: 1.4;
}
.info_property__value > p {
  font-size: 16px;
  line-height: 1.3;
}
.info_property__name, .info_property__value {
  height: 50px;
  margin: 20px 0;
}
.big_img {
  width: 100%!important;
  max-width: 370px!important;
  min-width: 350px!important;
  height: 350px!important;
  max-height: 350px!important;
  display: block!important;
  min-height: 350px!important;
}
.mini_img {
    width: 100%!important;
    max-width: 110px!important;
    min-width: 110px!important;
    height: 110px!important;
}
  .mobile_hidden{display: none!important;}
  .catalog_element > .element_item > .element_slider > .slider_big_img{height: 350px;}
}
@media screen and (max-width: 480px) {
  .work_time {display: block;}
  .contact_info {
    margin: 20px 0;
    gap: 20px;
  }
  .element_video_link {
    position: relative;
    left: -90px;
  }
  .big_img {max-width: 350px!important;}
  .bg_banner {
    width: 100%;
    max-width: 100%;
    height: 760px;
    left: 0;
    top: -187px;
}
.header_top__navigation{display: none;}
.mobile_nav {display: block;}
.category_catalog > .category_catalog__items___page_catalog,
.category_catalog > .category_catalog__items___small{
    -ms-grid-columns: repeat(auto-fit, minmax(155px, 155px));
    grid-template-columns: repeat(auto-fit, minmax(155px, 155px));
    -ms-grid-gap: 10px;
    grid-gap: 10px;
    padding: 0px;
    justify-content: center;
    align-items: center;
}
.categorys_on_page__catalog,
.category_catalog__item___small{height: 220px;}
.category_catalog > .category_catalog__items > .categorys_on_page__catalog > a,
.category_catalog > .category_catalog__items___small > .category_catalog__item___small > a{
  height: inherit;
  padding: 10px;
  }
  .footer_logo {
    width: 100%;
    max-width: 150px;
    min-width: 150px;
    height: auto;
  }
  .footer_contacts {
    font-size: 14px;
    line-height: 18px;
    width: 150px;
  }
}