<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "general.css";

/*  Alert Styles   */

.alert {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 999;
  height: 0;
  overflow: hidden;
  background-color: #0000001a;
}
.alert .container {
  position: relative;
  padding: 0;
  margin-top: 100px;
}
.alert--active {
  height: auto;
  bottom: 0;
}
.alert .container {
  position: relative;
}
.my-alert__close {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-size: 18px;
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: url(../img/close.svg);
}
.message {
  background-color: #0f9ddb;
  border-radius: 5px;
  border: 2px solid #fff;
  color: #fff;
  line-height: 20px;
  padding: 0 20px;
  padding: 12px 30px 12px 12px;
  font-size: 17px;
  /*margin: 20px auto 0 auto;*/
}
#goodMessage {
    background: #07d595;
    color: #fff;
}
#badMessage {
    background: red;
    color: #fff;
}

/*  Alert Styles END   */


/*begin my css */
.container {
  width: 1640px;
  margin: 0 auto;
}
.header_top {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 5;
  display: flex;
  /*align-items: center;*/
  justify-content: space-between;
  box-shadow: 0px 1px 0px #DDDDDD;
  background-color: #fff;
}
.header_top.main_header {
  left: 0;
  bottom: 0;
  right: auto;
  flex-direction: column-reverse;
  box-shadow: 1px 0px 0px #DDDDDD;
}
.main_header .mob_menu {
  display: flex;
}
.main_header .logo {
  width: 120px;
  height: 120px;
  background-size: 60%;
  border-right: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-image: url('../img/logo_icon.svg');
}
.main_header .head_right {
  height: 100%;
  flex-direction: column-reverse;
}
.main_header .head_left {
  display: flex;
  flex-shrink: 0;
  flex-direction: column-reverse;
}
.main_header .mob_menu {
  height: 120px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.main_header .lang_block {
  margin: auto;
}
.main_header .mob_menu:after {
  left: 0;
  right: 100%;
}
.main_header .mob_menu.active:after {
  right: 0;
}
.main_header .under_nav {
  right: auto;
  left: 0;
  transform: translateX(-320px);
}
.main_header .close_menu {
  right: auto;
  left: 40px;
}
.logo {
  display: block;
  width: 310px;
  height: 120px;
  flex-shrink: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background: url('../img/logo.svg') center / 75% no-repeat;
}
.head_right {
  display: flex;
}
.head_left .head_tel {
  display: block;
  height: 120px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: url('../img/head_tel.svg') center / 25px no-repeat;
}
.head_tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 100%;
  flex-shrink: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  /*background: url('../img/head_tel.svg') center / 25px no-repeat;*/
}
.head_tel .head_tel_item:not(:last-child) {
  margin-bottom: 20px;
}
.head_tel_item {
  display: block;
  width: 25px;
  height: 25px;
  background: center / contain no-repeat;
}
.tel_icon {
  background-image: url('../img/head_tel.svg');
}
.instagram_black,
.head_tel.head_instagram {
  background-image: url('../img/instagram_black.svg');
}
.lang_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 120px;
  padding: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.lang_block .lang:not(:last-child) {
  margin-bottom: 10px;
}
.lang {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  color: rgba(51, 51, 51, 0.3);
}
.lang.active,
.lang.active:hover {
  color: #333;
}
.lang:hover {
  color: #D01E43;
}
.menu {
  display: flex;
  align-items: center;
}
.menu li:not(:last-child) {
  margin-right: 35px;
}
.menu_link {
  color: #333;
  font-size: 18px;
  font-weight: 500;
}
.menu_link.active {
  font-weight: bold;
}
.menu_link:hover {
  color: #D01E43;
}
.sub_menu_link {
  position: relative;
  z-index: 1;
}
.kz .sub_menu_link{
  max-width: 140px;
}
.sub_menu_link &gt; .menu_link {
  padding-right: 25px;
  background: url('../img/menu_arrow.svg') top 55% right / 15px no-repeat;
}
.sub_menu_link:hover &gt; .menu_link {
  color: #D01E43;
  background-image: url('../img/menu_arrow_red.svg');
}
.sub_menu {
  position: absolute;
  width: 210px;
  top: 100%;
  pointer-events: none;
  opacity: 0;
  transform: rotateX(-15deg);
  transform-origin: 50% -50px;
  transition: 0.3s;
  z-index: 1;
}
.sub_menu_list {
  margin-top: 20px;
  max-height: 400px;
  overflow: auto;
  background: #fff;
  position: relative;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
.sub_menu_list .sub_link:not(:last-child) {
  border-bottom: 1px solid #D01E43;
}
.sub_menu_link:hover &gt; .sub_menu,
.sub_link:hover &gt; .sub_menu {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}
.sub_link {
  display: block;
  padding: 13px;
  color: #232323;
  font-size: 16px;
  font-weight: 500;
}
.sub_link:hover {
  color: #fff;
  background-color: #D01E43;
}
.mob_menu {
  display: none;
  align-items: center;
  justify-content: center;
  width: 120px;
  /*margin-left: 30px;*/
  position: relative;
  flex-shrink: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.mob_menu:after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  transition: 1s;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.1);
}
.mob_menu.active:after {
  left: 0;
}
.menu_btn {
  width: 40px;
  display: block;
  cursor: pointer;
}
.menu_btn span {
  width: 100%;
  height: 3px;
  display: block;
  background-color: #333;
  transform: rotate(0deg);
  transition: 0.4s;
}
.menu_btn:hover span,
.mob_menu.active .menu_btn span {
  background-color: #D01E43;
}
.menu_btn .menu2,
.menu_btn .menu3 {
  margin-top: 7px;
}
.under_nav {
  position: fixed;
  width: 300px;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 5;
  padding: 70px 30px 30px;
  overflow: auto;
  transition: 1s;
  background-color: #fff;
  transform: translateX(320px);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
}
.under_nav.active {
  transform: none;
}
.under_nav .menu li:not(:last-child) {
  margin-right: 0;
}
.under_nav .menu li {
  width: 100%;
}
.under_nav .menu_link,
.under_nav .sub_link {
  display: block;
  padding: 12px 15px;
}
.under_nav .sub_menu_link &gt; .menu_link {
  background-position: top 55% right;
}
.under_nav .sub_menu {
  position: static;
  width: 100%;
  transition: 0s;
  pointer-events: auto;
  transform: none;
  opacity: 1;
}
.kz .under_nav .sub_menu_link{
    max-width: none;
  }
.under_nav .sub_menu_list {
  margin-top: 0;
  box-shadow: none;
  max-height: none;
  padding-left: 25px;
}
.under_nav .menu {
  flex-direction: column;
}
.close_menu {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 20px;
  right: 25px;
  cursor: pointer;
  transition: 0.4s;
  filter: grayscale(100%);
  background: url('../img/close_red.svg') center / 65% no-repeat;
}
.close_menu:hover {
  filter: grayscale(0);
}
.up_btn {
  display: none;
  position: fixed;
  z-index: 4;
  right: 30px;
  bottom: 120px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: url('../img/up_white.svg') center / 40% no-repeat, #D01E43;
}
.up_btn:hover {
  background-color: #f30032;
}
.wp_fixed {
  display: block;
  position: fixed;
  width: 60px;
  height: 60px;
  z-index: 4;
  right: 30px;
  bottom: 30px;
}
.wp_fixed_icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: url('../img/whatsapp.svg') center / 50% no-repeat, #25d366;
}
.wp_fixed_pulse {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 50%;
  animation: pulse 1.5s linear infinite;
  background-color: #25d366;
}
@keyframes pulse {
  0% {
    opacity: 0.8;
  }
  90%,
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
.main_section {
  min-height: 400px;
  height: 100vh;
  max-height: 1000px;
  display: flex;
  padding: 0 0 0 120px;
}
.main_block {
  width: 40%;
  position: relative;
  z-index: 1;
  padding: 100px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: center / cover no-repeat;
}
.main_block .logo {
  position: absolute;
  left: 30px;
  top: 45px;
  width: 205px;
  height: 50px;
  background-size: contain;
  background-image: url('../img/logo_light.svg');
}
.main_text {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.main_title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 30px;
}
.main_text .text_item{
  font-size: 16px;
}
.text_item {
  line-height: 160%;
}
.text_item h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.text_item span,
.text_item b,
.text_item strong,
.text_item a {
  color: #D01E43;
}
.main_btn {
  display: flex;
  margin-top: 25px;
  padding: 20px 90px 20px 30px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  background-color: #D01E43;
}
.main_btn:after {
  content: "";
  position: absolute;
  width: 60px;
  top: 0;
  right: 0;
  bottom: 0;
  border-left: 1.5px solid #fff;
  background: url('../img/more.svg') center / 22px no-repeat;
}
.main_btn:hover {
  /*background-color: #a50022;*/
  background-color: #f30032;
}
.slick-slide {
  outline: none;
}
.main_slider {
  width: 60%;
  /*.slick-slide.scrolling_reverse{
		transform: scale(0.85) perspective(400px) rotateY(10deg);
	}*/
}
.main_slider .slick-list,
.main_slider .slick-track {
  height: 100%;
}
.main_slider .slick-slide {
  transition: 1s;
  transform: perspective(400px);
}
.main_slider .slick-slide.scrolling {
  transform: scale(0.85) perspective(400px) rotateY(-10deg);
}
.main_slider .slick_arrow {
  position: absolute;
  z-index: 2;
  width: 50px;
  height: 50px;
  opacity: 0.2;
  top: 50%;
  outline: none;
  border: none;
  cursor: pointer;
  transition: 0.4s;
  transform: translateY(-50%);
  background: center / 40% no-repeat;
}
.main_slider .slick_arrow:after {
  content: none;
  display: none;
}
.main_slider .slick_arrow:hover {
  opacity: 0.8;
}
.main_slider .slick_prev {
  left: 10px;
  background-image: url('../img/left.svg');
}
.main_slider .slick_next {
  right: 10px;
  background-image: url('../img/right.svg');
}
.slide {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 460px;
  padding: 50px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
.slide.slide_reverse {
  flex-direction: column-reverse;
}
.slide_reverse .slide_img{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  transform: none;
  width: auto;
  height: auto;
  overflow: hidden;
}
.slide_reverse .slide_img img{
  object-fit: cover;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
}
.slide_reverse:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 52.92%, #FFFFFF 85.73%);
  /*background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 30%, rgba(255, 255, 255, 1) 90%);*/
}

.slide_red {
  color: #fff;
  background-color: #D01E43;
}
.slide_beige {
  color: #D01E43;
  background-color: #FBF3E4;
}
.slide_dark_gray {
  color: #fff;
  background-color: #7E8798;
}
.slide_white {
  color: #333;
  background-color: #fff;
}
.slide_gray_light {
  color: #333;
  background-color: #EAEAEA;
}
.lizing_slide{
  background-color: #EEF1F8;
}
.partners_slide{
  background-color: #FBF3E4;
}
.contacts_slide{
  color: #fff;
  background-color: #7E8798;
}
.slide_title {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
}
.slide_img {
  width: 300px;
  height: 300px;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide_img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.more_btn {
  font-weight: bold;
  padding-bottom: 5px;
  padding-right: 25px;
  transition: 0.3s;
  border-bottom: 1px solid #D01E43;
  background: url('../img/more_red.svg') top right / 17px no-repeat;
}
.more_btn.white_more {
  border-color: #fff;
  background-image: url('../img/more.svg');
}
.more_btn.black_more {
  border-color: #333;
  background-image: url('../img/more_black.svg');
}
.more_btn:hover {
  border-color: transparent;
}

.sliders_parts{
  width: 100%;
}
.sliders_parts .part_img{
  height: 130px;
  background-color: #EFE8DE;
}
.sliders_parts .part_img:not(:last-child){
  margin-bottom: 20px;
}


footer {
  background-color: #EAECF0;
}
.footer_top {
  padding: 70px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.footer_bottom {
  padding: 35px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.foot_left {
  width: 300px;
}
.foot_left .text_item {
  margin-bottom: 30px;
}
.foot_col {
  max-width: 340px;
}
.logo.foot_logo {
  width: 245px;
  height: 60px;
  border: none;
  background-size: contain;
  margin-bottom: 15px;
}
.soc_list {
  display: flex;
}
.soc_list li:not(:last-child) {
  margin-right: 10px;
}
.soc_btn {
  display: block;
  width: 50px;
  height: 50px;
  transition: 0.3s;
  background: center / 50% 40% no-repeat, #D01E43;
}
.soc_btn:hover {
  background-color: #f30032;
}
.instagram {
  background-image: url('../img/instagram.svg');
}
.facebook {
  background-image: url('../img/facebook.svg');
}
.youtube {
  background-image: url('../img/youtube.svg');
}
.foot_col_name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.foot_list &gt; li:not(:last-child) {
  margin-bottom: 12px;
}
.foot_link {
  color: #757981;
}
.foot_link[href]:hover {
  color: #333;
  text-decoration: underline;
}
.foot_contact &gt; li:not(:last-child) {
  margin-bottom: 17px;
}
.left_icon {
  display: inline-block;
  padding-left: 30px;
  background: left top / 18px 20px no-repeat;
}
.loc {
  background-image: url('../img/loc.svg');
}
.tel {
  background-image: url('../img/tel.svg');
}
.tel_2 {
  background-image: url('../img/tel_2.svg');
}
.mail {
  background-image: url('../img/mail.svg');
}
.time {
  background-image: url('../img/time.svg');
}
.created a {
  color: #333;
}
.created a:hover {
  text-decoration: underline;
}
/*		Products Page styles	*/
section {
  padding: 100px 0;
}
.page {
  padding-top: 170px;
}
.breadcrumbs {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
}
.breadcrumbs a {
  color: #333;
}
.breadcrumbs a[href]:hover {
  cursor: pointer;
  color: #333;
  text-decoration: underline;
}
.breadcrumbs li {
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
.breadcrumbs li:last-child a {
  color: #D01E43;
  font-weight: bold;
}
.breadcrumbs li:not(:first-child) {
  margin-left: 10px;
}
.breadcrumbs li:not(:first-child):before {
  display: inline-block;
  content: '';
  width: 13px;
  height: 13px;
  margin-bottom: -1px;
  margin-right: 10px;
  color: #333;
  background: url('../img/bread_arrow.svg') center / contain no-repeat;
}
.title {
  font-size: 36px;
  font-weight: bold;
}
.title.title_center {
  text-align: center;
}
.gray_light {
  background-color: #F1F1F1;
}
.blue_light {
  background-color: #EEF1F8;
}
.beige {
  background-color: #EFE8DE;
}
.slick-slide {
  outline: none;
}
.prod_part_slider {
  margin-top: 40px;
}
.prod_part_slider .slick-track{
  margin-left: 0;
}
.prod_part_slider .part_img {
  height: 180px;
  transition: 0.3s;
  border: 1px solid transparent;
}
.prod_part_slider .part_item {
  display: block;
  width: auto;
  margin: 0 10px;
  outline: none;
}
.prod_part_slider .part_item.active .part_img,
.prod_part_slider .part_item:hover .part_img {
  border-color: #D01E43;
}
.part_list.prod_part {
  margin-top: 20px;
  justify-content: flex-start;
}
/*.prod_part{

	.part_item{
		width: 24%;
		margin-right: 1.3%;
		margin-top: 30px;
	}
	.part_item:nth-child(4n){
		margin-right: 0;
	}
	.part_img{
		height: 180px;
	}
}*/
.prod {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.prod_sidebar {
  width: 24%;
  flex-shrink: 0;
  margin-right: 1.3%;
}
.prod_content {
  width: 100%;
}
.prod_cat .prod_cat_item:not(:last-child) {
  margin-bottom: 15px;
}
.prod_cat_item {
  display: block;
  font-weight: bold;
  color: #333;
  padding: 25px;
  font-size: 20px;
  border-radius: 7px;
  background-color: #F8F8F8;
}
.prod_cat_item.active,
.prod_cat_item:hover {
  color: #D01E43;
}
.prod_list {
  display: flex;
  flex-wrap: wrap;
}
.prod_list .prod_item:nth-child(3n) {
  margin-right: 0;
}
.prod_list .prod_item:nth-child(3n-2):after {
  content: none;
  display: none;
}
.prod_item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
  border-radius: 5px;
  padding: 25px 30px 80px;
  text-align: center;
  transition: 0.6s;
  position: relative;
  z-index: 1;
}
.prod_item:hover {
  box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.07);
}
.prod_item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  left: -3%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.prod_item .more_btn {
  display: inline-block;
  color: #D01E43;
  /*margin-top: 30px;*/
  filter: grayscale(100%);
  position: absolute;
  margin: 0;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}
.prod_item .more_btn:hover {
  filter: grayscale(0);
  border-color: #D01E43;
}
.prod_img {
  display: block;
  width: 100%;
  height: 280px;
  margin: 0 auto 20px;
}
.prod_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prod_name {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.prod_name:hover {
  color: #D01E43;
}
.pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.pag {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  font-size: 20px;
  color: #969AA1;
  text-align: center;
  border-radius: 5px;
  padding: 16px 0;
  transition: 0.2s;
  margin-bottom: 5px;
  margin-right: 5px;
}
.pag a{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #969AA1;
}
.pag.active {
  color: #333;
  background-color: #F8F8F8;
}
.pag:hover {
  background-color: #F8F8F8;
}
.prod_text {
  font-family: 'OpenSans';
  margin-top: 100px;
  padding: 65px 70px;
  border-radius: 15px;
  background-color: #F2F2F2;
}

.pag_btn{
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-right: 5px;
  background: center / 40% no-repeat;
}
.p_prev{
  background-image: url('../img/left_pag.svg');
}
.p_next{
  background-image: url('../img/right_pag.svg');
}


/*		Products Page styles END	*/
/*		Product_Inner Page styles		*/
.section_img {
  position: relative;
  z-index: 1;
  color: #fff;
  background: center / cover no-repeat;
}
.section_img:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3);
}
.section_img .breadcrumbs a,
.section_img .breadcrumbs li:last-child a,
.section_img .breadcrumbs a[href]:hover {
  color: #fff;
}
.section_img .breadcrumbs li:not(:first-child):before {
  background-image: url('../img/bread_arrow_white.svg');
}
.prod_inner {
  width: 50%;
  margin-top: 70px;
  margin-bottom: 110px;
}
.prod_inner .title {
  font-size: 56px;
  margin-bottom: 35px;
}
.prod_inner .text_item {
  font-size: 24px;
}
.prod_inner_buttons {
  display: flex;
  margin-top: 50px;
}
.prod_btn {
  padding: 24px 35px;
  font-size: 18px;
  font-weight: bold;
}
.prod_request_btn {
  color: #fff;
  padding-right: 60px;
  margin-right: 20px;
  transition: 0.3s;
  background: url('../img/more.svg') right 25px center / 20px no-repeat, #D01E43;
}
.prod_request_btn:hover {
  background-color: #f30032;
}
.prod_download {
  color: #333;
  transition: 0.3s;
  padding-left: 60px;
  background: url('../img/file_icon.svg') left 25px center / 18px no-repeat, #fff;
}
.prod_download:hover {
  background-color: #d7d7d7;
}
.prod_num_slider .slick-track {
  display: flex;
}
.prod_num_slider .slick-slide {
  height: auto;
}
.prod_num_slider .slick_prev {
  left: 10px;
}
.prod_num_slider .slick_next {
  right: 10px;
}
.prod_num_slider .slick_arrow {
  width: 55px;
  height: 55px;
  opacity: 0.3;
  transition: 0.4s;
}
.prod_num_slider .slick_arrow:hover {
  opacity: 1;
}
.prod_num {
  margin-bottom: -100px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.prod_num_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.prod_num_list .prod_num_item:last-child {
  border: none;
}
.prod_num_item {
  /*width: 14%;*/
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 45px 30px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.prod_num_name {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}
.prod_num_val {
  font-family: 'OpenSans';
  font-size: 38px;
  font-weight: bold;
  margin: auto;
}
.prod_tab {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.prod_tab .prod_tab_item:last-child {
  margin-right: 0;
}
.prod_tab_item {
  width: 20%;
  margin-right: 1%;
  margin-bottom: 10px;
  padding: 23px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  background-color: #F8F8F8;
  border-radius: 5px;
  transition: 0.3s;
}
.prod_tab_item.active,
.prod_tab_item.active:hover {
  color: #fff;
  background-color: #D01E43;
}
.prod_tab_item:hover {
  background-color: #EAECF0;
}
.prod_content_item {
  display: none;
}
.prod_content_item.active {
  display: block;
}
.prod_content_item &gt; .title {
  margin-bottom: 30px;
}
.prod_content_item .text_item {
  font-size: 18px;
  font-family: 'OpenSans';
}
.finance {
  border-radius: 15px;
  padding: 20px;
  background-color: #F2F2F2;
}
.fin_tab {
  display: flex;
}
.fin_tab_item {
  font-size: 24px;
  font-weight: bold;
  padding: 30px 60px;
  cursor: pointer;
  transition: 0.2s;
  border-radius: 5px 5px 0 0;
  border-bottom: 2px solid #F2F2F2;
}
.fin_tab_item.active,
.fin_tab_item.active:hover {
  background-color: #fff;
}
.fin_tab_item:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fin_content_item {
  display: none;
  padding: 50px 45px;
  background-color: #fff;
}
.fin_content_item.active {
  display: block;
}
.fin_content_item .title {
  font-size: 28px;
  margin-bottom: 20px;
}
.fin_content_item .prod_btn {
  display: inline-block;
  margin-top: 40px;
}
.title_text {
  font-size: 18px;
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin: 10px auto 30px;
}
form input[type="hidden"]{
  display: none;
}
.form_input {
  font-family: 'OpenSans';
  display: block;
  width: 100%;
  margin-bottom: 30px;
  font-size: 18px;
  padding: 22px 25px;
  border-radius: 7px;
  border: none;
  outline: none;
  resize: none;
}
.red_btn {
  color: #fff;
  padding: 15px;
  text-align: center;
  border-radius: 5px;
  transition: 0.3s;
  background-color: #D01E43;
}
.red_btn:hover {
  /*background-color: #a50022;*/
  background-color: #f30032;
}
.form_btn {
  display: block;
  width: 100%;
  cursor: pointer;
  outline: none;
  border: none;
  padding: 23px;
  font-size: 20px;
}
.form_select {
  -webkit-appearance: none;
  cursor: pointer;
  background-image: url('../img/select_arr.svg');
  background-position: center right 20px;
  background-size: 15px;
  background-repeat: no-repeat;
}
.form_select.form_input {
  padding-right: 45px;
}
.page_form {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: -30px;
}
.page_form .form_input,
.page_form .form_btn {
  width: 24%;
  margin-right: 1.3%;
}
.page_form .form_input:nth-child(4n),
.page_form .form_btn:nth-child(4n) {
  margin-right: 0;
}
.page_video {
  height: 550px;
}
.page_video iframe {
  width: 100%;
  height: 100%;
}
.small_section {
  padding: 50px 0;
}
.doc_list_title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.doc_list {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.doc_list .doc_item:nth-child(4n) {
  margin-right: 0;
}
.doc_item {
  width: 24%;
  margin-right: 1.3%;
  margin-top: 30px;
  padding-left: 50px;
  background: url('../img/doc_icon.svg') left top / 30px no-repeat;
}
.doc_item:hover .doc_name {
  text-decoration: underline;
}
.doc_name {
  font-size: 18px;
  color: #333;
  margin-bottom: 5px;
}
.doc_size {
  font-family: 'OpenSans';
  color: #AEB7C7;
  font-size: 14px;
  font-weight: bold;
}
.faq {
  margin-top: 50px;
}
.faq_item {
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 15px;
  background-color: #F8F8F8;
}
.faq_item.way {
  opacity: 0;
  transition: 1s;
  transition-delay: 0.1s;
  transform: translateY(50px);
}
.faq_item.way.way--active {
  opacity: 1;
  transform: none;
}
.faq_head {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.faq_head:after,
.faq_head:before {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  top: 50%;
  right: 0;
  z-index: 1;
  transition: 0.4s;
  border-radius: 3px;
  background: center / 40% no-repeat, #fff;
  transform: translateY(-50%);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.faq_head:after {
  opacity: 0;
  background-image: url('../img/minus.svg');
}
.faq_head:before {
  background-image: url('../img/plus.svg');
}
.faq_head.active:after {
  opacity: 1;
  /*transform: translateY(-50%) rotateZ(180deg);*/
}
.faq_head.active:before {
  opacity: 0;
  /*transform: translateY(-50%) rotateZ(180deg);*/
}
.faq_title {
  font-size: 24px;
  font-weight: bold;
  padding: 12px 60px 12px 70px;
  background: url('../img/tech_icon.svg') left top / 50px no-repeat;
}
.faq_body {
  display: none;
  margin-top: 30px;
  padding: 30px;
  border-radius: 5px;
  background-color: #fff;
}

.faq_body .text_item{
  overflow: auto;
}
.faq_body table{
  width: 100%;
  min-width: 600px;
  margin-bottom: 10px;
  text-align: center;
  border-collapse: collapse;
}
.faq_body table td{
  padding: 5px 10px;
  border: 1px solid #c5c5c5;
}
.faq_body table tr td:first-child{
  text-align: left;
}
.faq_body table tr:nth-child(odd){
  background-color: #f2f2f2;
}

/*		Product_Inner Page styles END		*/
/*		Partners Page styles		*/
.part_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.part_item {
  width: 48%;
  margin-top: 60px;
}
.part_img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 340px;
  border-radius: 15px;
}
.part_img img {
  display: block;
  width: 65%;
  height: 50%;
  object-fit: contain;
}
.part_name {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 15px;
  color: #333;
}
/*		Partners Page styles END		*/
/*		KazRost Page styles		*/
.page_text {
  font-family: 'OpenSans';
  font-size: 18px;
  margin-top: 30px;
}
.page_text p:not(:last-child) {
  margin-bottom: 15px;
}
.page_gallery {
  margin-top: 80px;
}
.page_gal_item {
  cursor: pointer;
  height: 240px;
  overflow: hidden;
  margin: 0 10px;
}
.page_gal_item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slick_arrow {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  border: none;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  background: center / 32% no-repeat, #fff;
}
.slick_arrow:after {
  content: "";
  position: absolute;
  width: 80%;
  height: 80%;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  border: 1px solid red;
  transform: translate(-50%, -50%);
}
.slick_next {
  right: -30px;
  background-image: url('../img/slider_right.svg');
}
.slick_prev {
  left: -30px;
  background-image: url('../img/slider_left.svg');
}
.section_slider .slick_next {
  right: 320px;
}
.section_slider .slick_prev {
  left: 320px;
}
.section_slider .slick-dots {
  display: none !important;
}
.section_slide_item {
  width: 800px;
  height: 500px;
  margin: 0 100px;
  transition: 0.4s;
  opacity: 0.6;
  cursor: pointer;
  filter: grayscale(100%);
}
.section_slide_item iframe,
.section_slide_item img {
  width: 100%;
  height: 100%;
}
.section_slide_item img {
  display: block;
  object-fit: cover;
}
.section_slide_item iframe {
  pointer-events: none;
}
.slick-current .section_slide_item {
  filter: grayscale(0);
  opacity: 1;
}
.popup {
  display: none;
}
.popup.fancybox-content {
  max-width: 95%;
}
.video_popup.popup {
  padding: 15px;
  border-radius: 5px;
}
.video_popup {
  width: 650px;
  height: 400px;
}
.video_popup iframe {
  width: 100%;
  height: 100%;
}
.slide_counter {
  font-family: 'OpenSans';
  margin-top: 40px;
  display: flex;
  font-size: 18px;
  color: #969AA1;
  align-items: flex-end;
  justify-content: center;
}
.slide_counter &gt; div {
  margin: 0 5px;
}
.slide_total {
  font-size: 24px;
  color: #D01E43;
  font-weight: bold;
}
.contact_block {
  display: flex;
  justify-content: space-between;
}
.contact_info {
  width: 550px;
  flex-shrink: 0;
  margin-right: 40px;
  border-radius: 15px;
  background-color: #F7F7F7;
}
.contact_map {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.contact_map iframe {
  width: 100%;
  height: 100%;
}
.contact_head {
  font-size: 30px;
  font-weight: bold;
  padding: 40px 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.contact_body {
  padding: 45px 50px;
  font-family: 'OpenSans';
}
.contact_list &gt; li:not(:last-child) {
  margin-bottom: 20px;
}
.contact_link {
  font-size: 18px;
  color: #333;
  background-size: 20px 20px;
  background-position: left top 2px;
}
.contact_link[href]:hover {
  text-decoration: underline;
}
/*		KazRost Page styles END		*/
/*		Lizing Page styles		*/
.page_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page_top_text {
  width: 50%;
}
.page_top_img {
  width: 45%;
}
.page_top_img img {
  display: block;
  width: 100%;
  object-fit: contain;
}
.lizing_top .title {
  font-size: 48px;
  margin-bottom: 20px;
}
.lizing_top .text_item {
  font-size: 24px;
}
.lizing_list {
  margin-top: 60px;
}
.lizing_list .lizing_item:not(:last-child) {
  margin-bottom: 15px;
}
.lizing_item {
  display: flex;
  align-items: center;
  padding: 26px 30px;
  border-radius: 10px;
  background-color: #fff;
}
.lizing_item .text_item {
  font-size: 18px;
}
.lizing_item.way {
  opacity: 0;
  transition: 1s;
  transition-delay: 0.2s;
  transform: translateY(50px);
}
.lizing_item.way.way--active {
  opacity: 1;
  transform: none;
}
.lizing_num {
  font-family: 'RussoOne';
  width: 55px;
  height: 55px;
  font-size: 24px;
  border-radius: 50%;
  text-align: center;
  background-color: #7E8798;
  color: #fff;
  flex-shrink: 0;
  margin-right: 30px;
  padding: 13px 0;
}
.page_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page_bottom_text {
  width: 40%;
}
.page_bottom_text .title {
  font-size: 30px;
  margin-bottom: 15px;
}
.page_bottom_text .text_item {
  font-size: 18px;
}
.page_bottom_btn {
  max-width: 55%;
  display: flex;
  align-items: center;
}
.page_bottom_img {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.page_img_item {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 50px;
}
.page_img_item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_bot_btn {
  padding: 24px 60px;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: bold;
}
.lizing_partners {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.partners_slider {
  margin-top: 50px;
}
.lizing_part {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin: 0 10px;
}
.lizing_part img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.request_popup {
  width: 500px;
  border-radius: 10px;
}
.request_popup.fancybox-content {
  padding: 50px;
  background-color: #F2F2F2;
}
.request_popup .request_title {
  margin-bottom: 10px;
  text-align: center;
  margin-top: 15px;
}
.request_popup .text_item {
  text-align: center;
  font-weight: bold;
  color: #969AA2;
  margin-bottom: 30px;
}
/*		Lizing Page styles END		*/
/*		About Page styles	*/
.request {
  margin-top: 100px;
  border-radius: 15px;
  padding: 60px 40px;
  background-color: #F8F8F8;
}
.request_top {
  display: flex;
  justify-content: space-between;
}
.request_title {
  text-transform: uppercase;
  margin-bottom: 50px;
}
.request_title.title {
  font-size: 24px;
}
.request_block,
.request_map {
  width: 48%;
}
.request_map {
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
}
.request_map_item {
  height: 100%;
}
.request_map_item iframe {
  width: 100%;
  height: 100%;
}
.request_contact {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
.request_contact_item {
  width: 31%;
  display: flex;
  align-items: center;
  font-family: 'OpenSans';
  font-weight: bold;
  font-size: 18px;
}
.request_contact_item .contact_link {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  margin-top: 8px;
}
.request_contact_img {
  width: 115px;
  height: 115px;
  flex-shrink: 0;
  margin-right: 30px;
}
.request_contact_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*		About Page styles END	*/
/*		News Page styles		*/
.news {
  margin-top: 50px;
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: repeat(4, 24%);
  justify-content: space-between;
  grid-gap: 50px 5px;
}
.news .news_item:first-child {
  grid-column: 1/3;
  grid-row: 1/3;
}
.news .news_item:nth-child(10) {
  grid-column: 3/5;
  grid-row: 3/5;
}
.news .news_item:first-child,
.news .news_item:nth-child(10) {
  position: relative;
  z-index: 1;
}
.news .news_item:first-child .news_img,
.news .news_item:nth-child(10) .news_img {
  height: 100%;
  margin-bottom: 0;
}
.news .news_item:first-child .news_text,
.news .news_item:nth-child(10) .news_text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  padding: 50px 70px;
  /*background-color: rgba();*/
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.news .news_item:first-child .news_date,
.news .news_item:nth-child(10) .news_date {
  display: block;
  font-family: 'OpenSans';
  color: #fff;
  margin-bottom: 30px;
}
.news .news_item:first-child .news_name,
.news .news_item:nth-child(10) .news_name {
  font-size: 36px;
}
.news .news_item:first-child .news_name,
.news .news_item:nth-child(10) .news_name,
.news .news_item:first-child .text_item,
.news .news_item:nth-child(10) .text_item {
  color: #fff;
}
.news .news_item:first-child .text_item,
.news .news_item:nth-child(10) .text_item {
  font-size: 18px;
  max-height: 170px;
  font-weight: bold;
}
.news_item .news_date {
  display: none;
}
.news_item .text_item {
  color: #969AA1;
  max-height: 50px;
  overflow: hidden;
}
.news_img {
  display: block;
  height: 200px;
  overflow: hidden;
  margin-bottom: 20px;
}
.news_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.news_img:hover img {
  transform: scale(1.1);
}
.news_name {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.news_name:hover {
  color: #D01E43;
}
.border_section {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.insta_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.insta_list {
  display: flex;
  flex-wrap: wrap;
}
.insta_list .insta_item:nth-child(4n) {
  margin-right: 0;
}
.insta_item {
  display: block;
  width: 24%;
  height: 340px;
  overflow: hidden;
  margin-right: 1.3%;
  margin-bottom: 20px;
}
.insta_item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.insta_btn {
  padding: 16px 30px;
  font-weight: bold;
}
/*		News Page styles END		*/
/*		News_Inner Page styles		*/
.news_inner_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.news_inner_img {
  width: 50%;
  margin-top: -120px;
}
.news_inner_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_inner_left {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news_inner_left .title {
  font-size: 64px;
  margin-bottom: 35px;
}
.share_src {
  display: none;
}
.share_block {
  display: flex;
  align-items: center;
}
.share_list {
  display: flex;
}
.share_list li {
  margin-left: 15px;
}
.share_link {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid transparent;
  background: center / 45% no-repeat, #F3F3F3;
}
.share_link:hover {
  border-color: #D01E43;
}
.wp_red {
  background-image: url('../img/wp_red.svg');
}
.fb_red {
  background-image: url('../img/fb_red.svg');
}
.tw_red {
  background-image: url('../img/tw_red.svg');
}
.news_inner_info {
  display: flex;
  align-items: center;
}
.news_inner_date {
  font-family: 'OpenSans';
  position: relative;
  margin-left: 100px;
  font-size: 18px;
  padding-left: 55px;
}
.news_inner_date:before {
  content: "";
  position: absolute;
  left: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  background: url('../img/calendar_red.svg') center / 40% no-repeat, #F3F3F3;
}
.news_inner_date:after {
  content: "";
  position: absolute;
  left: -50px;
  top: 50%;
  width: 0;
  height: 45px;
  transform: translateY(-50%);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.rel_news {
  margin-top: 70px;
  padding-top: 70px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.rel_news_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.rel_news_list .news_item:nth-child(3n) {
  margin-right: 0;
}
.rel_news_list .news_item {
  display: flex;
  width: 32%;
  margin-right: 2%;
  /*margin-bottom: 20px;*/
  margin-top: 40px;
}
.rel_news_list .news_img {
  width: 210px;
  height: 140px;
  flex-shrink: 0;
  margin-bottom: 0;
  margin-right: 20px;
}
/*		News_Inner Page styles END		*/
/*		Spares Page styles		*/
.request.spares {
  margin-top: 50px;
}
.spares .request_map {
  display: flex;
  flex-direction: column;
}
.spares .request_map_item {
  display: none;
  height: 350px;
}
.spares .request_map_item.active {
  display: block;
}
.spares .request_top{
  align-items: center;
}
.double_input {
  display: flex;
  justify-content: space-between;
}
.double_input .form_input {
  width: 49%;
}
.map_tab {
  display: flex;
  overflow: auto;
  height: 100px;
  overflow-y: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.map_tab::-webkit-scrollbar {
  height: 40px;
}
.map_tab::-webkit-scrollbar-button:single-button {
  width: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: center / 25% no-repeat, #fff;
}
.map_tab::-webkit-scrollbar-track {
  background-color: #F8F8F8;
}
.map_tab::-webkit-scrollbar-thumb {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: url('../img/thumb_icon.svg') center / 20% 20px no-repeat, #fff;
}
.map_tab::-webkit-scrollbar-button:decrement:single-button {
  background-image: url('../img/left.svg');
}
.map_tab::-webkit-scrollbar-button:increment:single-button {
  background-image: url('../img/right.svg');
}
.map_tab_item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 32%;
  height: 75px;
  padding: 10px;
  cursor: pointer;
  flex-shrink: 0;
  text-align: center;
  transition: 0.4s;
  border-top: 4px solid transparent;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.map_tab_item span {
  padding-left: 30px;
  max-height: 60px;
  overflow: hidden;
  background: url('../img/map_loc.svg') left center / 15px no-repeat;
}
.map_tab_item.active,
.map_tab_item:hover {
  border-top-color: #D01E43;
}
.map_tab_item:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  top: -1px;
  transition: 0.4s;
  opacity: 0;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-top-color: #D01E43;
}
.map_tab_item.active:before {
  opacity: 1;
}

.download_btn{
  display: block;
  margin-top: 30px;
}

/*		Spares Page styles END		*/
/*			Vakancy Page styles		*/
.vakancy_item .faq_title {
  display: flex;
  align-items: center;
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url('../img/job_icon.svg');
  background-size: 55px;
  background-position: left top 2px;
}
.vakancy_item .text_item {
  color: #969AA2;
}
.vakancy_item .text_item p:not(:last-child),
.vakancy_item .text_item ul:not(:last-child) {
  margin-bottom: 15px;
}
.vakancy_item .text_item ul {
  padding-left: 20px;
}
.vakancy_item .text_item ul li:not(:last-child) {
  margin-bottom: 10px;
}
.vakancy_item .text_item ul li {
  padding-left: 20px;
}
.vakancy_item .text_item ul li:before {
  display: inline-block;
  content: "";
  margin-right: 10px;
  margin-left: -20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #D01E43;
}
.vakancy_head_info {
  width: 40%;
  padding-right: 20px;
}
.vakancy_title {
  font-size: 20px;
  margin-bottom: 5px;
}
.vakancy_head_text {
  margin-bottom: 5px;
}
.vakancy_date {
  font-family: 'OpenSans';
  /*font-size: 16px;*/
  color: #CED0D6;
}
/*			Vakancy Page styles END		*/
/*Start style of  static page (About - Reviews) about_reviews */
.reviews {
  width: 100%;
  padding: 42px;
  margin-top: 30px;
  background-color: #F8F8F8;
  border-radius: 15px;
  display: flex;
  /*justify-content: space-between;*/
}
.reviews-left {
  width: 330px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reviews-right{
  width: 100%;
}
.reviews-left__img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: block;
}
.reviews-left-block {
  /*width: 230px;*/
  margin: 0 15px;
}
.reviews-right-stars {
  margin-bottom: 11px;
}
.reviews-left-block__text {
  color: #333333;
  font-weight: bold;
  font-size: 18px;
}
.reviews-left-block__subtext {
  color: #C0C3CA;
  font-size: 16px;
  font-weight: bold;
}
.reviews-right-block {
  font-weight: 600;
  font-size: 14px;
  line-height: 23.8px;
  color: #969AA1;
  padding-right: 100px;
  text-align: justify;
}
.reviews-right-block p {
  margin: 11px 0px;
}
.pogin_mt {
  margin-top: 60px;
}
.gray_light_pd {
  padding: 80px 0px;
}
.diploms-block {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(5, 18%);
  justify-content: space-between;
  grid-gap: 30px 5px;
}

.diplom_slider{
  margin-top: 40px;
}
/*.diplom_slider .slick-track{
  display: flex;
}
.diplom_slider .slick-slide{
  height: auto;
}*/

.diploms-block-img {
  /*height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;*/
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  margin: 0 10px;
  height: 330px;
}
.diploms-block-img img {
  display: block;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
/* Styles about_reviews END */
/* Service styles start */
.contactsService {
  padding: 60px 0px;
}
.service-content {
  margin-top: 20px;
}
.service-content-block {
  /*width: 100%;*/
  font-size: 16px;
  line-height: 160%;
  font-weight: 600;
  color: #969AA2;
  margin-bottom: 60px;
}
.service-content-block b,
.service-content-block strong{
  color: #333;
}
.service-content-block ul{
  list-style: disc inside;
}
.service-content-block p {
  margin-top: 22px;
}
.service-content-block-img {
  display: block;
  width: 40%;
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}
.service-content-block-img img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.contactsService-faq-body {
  display: grid;
  grid-template-columns: repeat(4, 24%);
  justify-content: space-between;
  grid-gap: 30px 5px;
}
.faq_body-block p {
  font-size: 18px;
}
.fag_body-block p:first-child {
  margin-bottom: 20px;
}
.fag_body-block a:first-child {
  margin-bottom: 20px;
}
.faq_body-block-icons {
  display: block;
  padding-left: 34px;
  position: relative;
  font-size: 18px;
  text-decoration: none;
  color: #333333;
}
.faq_body-block-icons:before {
  position: absolute ;
  content: "";
  top: 0;
  left: 0;
  width: 21px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.namePerson {
  font-weight: 600;
  color: #D01E43;
}
.telphone {
  display: inline;
  padding-left: 20px;
  margin-left: 8px;
}
.adrees:before {
  background-image: url(../img/adress-icon.svg);
}
.phone:before {
  background-image: url(../img/phone-icon.svg);
}
.emaill::before {
  background-image: url(../img/emaill-icon.svg);
}
.telphone {
  margin-top: 10px;
}
.telphone::before {
  background-image: url(../img/telphone-icon.svg);
  width: 15px;
  height: 24px;
}
.spareparts {
  padding: 60px 0px;
}
.spareparts-block {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 150%;
  font-weight: 300;
  font-style: normal;
  color: #333333;
}
.spareparts-block .red_btn {
  font-size: 18px;
  padding: 20px 40px;
  font-weight: bold;
  margin-left: 50px;
}
.spareparts-block p {
  display: block;
  width: 50%;
}
/* Styles of service END */
/* partner inner page  */
.partnerInner-imgBlock {
  width: 35%;
  display: flex;
  flex-shrink: 0;
  height: 210px;
  background-color: #F1F1F1;
  justify-content: center;
  align-items: center;
  /*float: right;*/
  margin-left: 70px;
  border-radius: 15px;
}
.partnerInner-imgBlock img {
  width: 75%;
}
.partnerInner {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-top: 10px;
  line-height: 170%;
  font-size: 18px;
  color: #969AA2;
  font-weight: 600;
}
.partnerInner.partnerInner_partners{
  align-items: flex-start;
}
.partnerInner_content{
  width: 100%;
  overflow: auto;
  padding-bottom: 20px;
}
.partnerInner_content table{
  width: 100%;
  min-width: 500px;
}
.partnerInner_content table td{
  padding: 5px;
}
.partnerInnerSection-block p {
  margin-top: 22px;
}
.partnerInnerSection-block-video {
  width: 40%;
  height: 420px;
  float: right;
  margin-left: 30px;
}
.partnerInnerSection-block-video iframe {
  border-radius: 15px;
  width: 100%;
  height: 100%;
}
.clear {
  clear: both;
}
.partner_video {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.partner_video .text_item {
  font-size: 18px;
  font-weight: bold;
  color: #969AA2;
}
.partner_video .text_item p:not(:last-child) {
  margin-bottom: 20px;
}
.partner_video_item {
  width: 40%;
  height: 400px;
  flex-shrink: 0;
  margin-left: 50px;
  border-radius: 15px;
  overflow: hidden;
}
.partner_video_item iframe {
  width: 100%;
  height: 100%;
}
/* partner inner page END */
/*		Contcats Page styles		*/
.contact_faq {
  margin-bottom: 100px;
}
.contact_item .faq_title {
  padding-top: 0;
  padding-bottom: 0;
  background-image: url('../img/house_icon.svg');
}
.contact_title {
  font-size: 20px;
  margin-bottom: 10px;
}
.contact_city {
  font-size: 16px;
  color: #C0C3CA;
}
.contact_item_list {
  display: flex;
  flex-wrap: wrap;
  font-family: 'OpenSans';
}
.contact_item_list .contact_list {
  margin-right: 80px;
}
.contact_item_list .contact_item_block:not(:last-child) {
  margin-right: 60px;
}
.contact_item_block .contact_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-right: 0;
}
.contact_item_block .contact_list &gt; li:not(:last-child) {
  margin-right: 25px;
  margin-bottom: 0;
}
.contact_item_block .contact_list &gt; li {
  margin-top: 20px;
}
.contact_item_block .contact_list &gt; li p {
  font-weight: bold;
  color: #D01E43;
}
.contact_item_name {
  font-weight: bold;
  color: #D01E43;
}
.contact_item_name span {
  font-weight: normal;
  color: #333;
}
.contact_item_bottom {
  font-family: 'OpenSans';
  display: flex;
  align-items: flex-end;
  margin: 30px -30px 0;
  padding: 10px 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.contact_item_bottom .contact_item_block {
  display: flex;
  align-items: flex-end;
}
.contact_item_bottom .text_item {
  margin-right: 50px;
  margin-bottom: -3px;
}
.contact_item_bottom .contact_item_name {
  margin-right: 20px;
}
.contact_inner_list &gt; li:not(:last-child) {
  margin-bottom: 30px;
}
.contact_inner_list li:first-child {
  padding-top: 0;
}
.contact_inner_list li:first-child:after {
  content: none;
  display: none;
}
.contact_inner_list li {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding-top: 30px;
}
.contact_inner_list li:after {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  right: -50px;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.contact_inner_list li a[href],
.contact_inner_list li span {
  width: 48%;
}
.contact_inner_list li span {
  font-size: 18px;
}
.contact_inner_list li span:before {
  content: "-";
  display: inline-block;
  margin-left: -10%;
  margin-right: 10%;
  font-size: 24px;
  line-height: 14px;
}
/*		Contcats Page styles END		*/
@media screen and (max-width: 1800px) {
  .container {
    width: 1500px;
  }
  .logo {
    width: 280px;
    height: 110px;
  }
  .main_block .logo {
    width: 185px;
    height: 45px;
  }
  .menu li:not(:last-child) {
    margin-right: 30px;
  }
  .menu_link{
    font-size: 16px;
  }

  .head_tel,
  .lang_block,
  .main_header .logo,
  .mob_menu {
    width: 110px;
  }
  .head_left .head_tel,
  .main_header .logo,
  .main_header .mob_menu {
    height: 110px;
  }
  .lang {
    font-size: 20px;
  }
  .main_section {
    padding-left: 110px;
  }
  .main_block {
    padding: 80px;
  }
  .main_title {
    font-size: 42px;
  }
  .slide_title {
    font-size: 32px;
  }
  .slide_img {
    width: 280px;
    height: 280px;
  }
  .main_btn {
    padding: 17px 85px 17px 25px;
  }
  .main_btn:after {
    width: 55px;
  }
  /*		Product_Inner Page styles		*/
  .prod_inner {
    margin: 50px 0 80px;
  }
  .prod_inner .title {
    font-size: 50px;
    margin-bottom: 25px;
  }
  .prod_inner .text_item {
    font-size: 22px;
  }
  .prod_btn {
    padding: 20px 30px;
  }
  .prod_btn.prod_request_btn {
    padding-right: 55px;
  }
  .prod_btn.prod_download {
    padding-left: 55px;
  }
  .prod_num_item {
    padding: 35px 25px;
  }
  .prod_num_name {
    font-size: 13px;
  }
  .prod_num_val {
    font-size: 32px;
  }
  .prod_tab_item {
    padding: 21px;
  }
  .fin_tab_item,
  .faq_title {
    font-size: 22px;
  }
  .faq_title {
    background-size: 45px;
    padding: 10px 50px 10px 65px;
  }
  .faq_head:after,
  .faq_head:before {
    width: 40px;
    height: 40px;
  }
  .fin_content_item .title {
    font-size: 26px;
  }
  .form_btn {
    padding: 20px;
  }
  .form_input {
    padding: 20px 25px;
  }
  .page_video {
    height: 500px;
  }
  /*		Lizing Page styles		*/
  .lizing_top .text_item {
    font-size: 22px;
  }
  .lizing_top .title {
    font-size: 42px;
  }
  /*		News Page styles		*/
  .news .news_item:first-child .news_text,
  .news .news_item:nth-child(10) .news_text {
    padding: 50px 60px;
  }
  .news .news_item:first-child .news_name,
  .news .news_item:nth-child(10) .news_name {
    font-size: 32px;
  }
  .news_img {
    height: 170px;
  }
  .insta_item {
    height: 300px;
  }
  /*		News_Inner Page styles		*/
  .news_inner_left .title {
    font-size: 56px;
  }
  .news_inner_img {
    margin-top: -130px;
  }
  /*			Vakancy Page styles		*/
  .vakancy_item .faq_title {
    padding-left: 80px;
  }
  /*		Kazrost Page styles		*/
  .section_slide_item {
    width: 730px;
    height: 450px;
    margin: 0 70px;
  }
  .section_slider .slick_prev {
    left: 310px;
  }
  .section_slider .slick_next {
    right: 310px;
  }
  .contact_head {
    padding: 30px 40px;
  }
  .contact_body {
    padding: 35px 40px;
  }
  /*		Contcats Page styles 		*/
  .contact_item_list .contact_link {
    font-size: 16px;
  }
  .contact_inner_list li:after {
    left: -40px;
    right: -40px;
  }
}
@media screen and (max-width: 1700px) {
  .container {
    width: 1350px;
  }
  .logo {
    width: 250px;
    height: 100px;
  }
  .main_block .logo {
    width: 165px;
    height: 40px;
  }
  .main_header .logo {
    background-size: 55%;
  }
  .menu li:not(:last-child) {
    margin-right: 25px;
  }
  .menu_btn {
    width: 35px;
  }
  .menu_link{
    font-size: 14px;
  }
  .sub_link{
    font-size: 15px;
  }
  .kz .menu li:not(:last-child){
    margin-right: 23px;
  }
  .sub_menu_link &gt; .menu_link {
    padding-right: 20px;
    background-size: 13px;
    background-position: top 60% right;
  }
  .head_left .head_tel,
  .main_header .logo,
  .main_header .mob_menu {
    height: 100px;
  }
  .head_tel,
  .lang_block,
  .main_header .logo,
  .mob_menu {
    width: 100px;
  }
  .main_section {
    padding-left: 100px;
  }
  .head_tel {
    background-size: 22px;
  }
  .main_title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .slide {
    width: 390px;
  }
  .slide_title {
    font-size: 28px;
  }
  .lang {
    font-size: 18px;
  }
  .main_btn {
    font-size: 16px;
    padding: 15px 75px 15px 25px;
  }
  .main_btn:after {
    width: 50px;
  }
  .main_slider .slick_arrow {
    width: 45px;
    height: 45px;
  }
  .main_block {
    padding: 60px;
  }
  .page {
    padding-top: 150px;
  }

  .sliders_parts .part_img{
    height: 110px;
    border-radius: 10px;
  }
  .sliders_parts .part_img:not(:last-child){
    margin-bottom: 15px;
  }

  /*		Products Page styles		*/
  .head_tel_item {
    width: 20px;
    height: 20px;
  }
  .prod_part_slider .part_img {
    height: 160px;
  }
  .prod_cat_item {
    font-size: 18px;
    padding: 20px 25px;
  }
  .prod_img {
    height: 230px;
  }
  .prod_item .text_item {
    font-size: 14px;
  }
  .prod_name {
    font-size: 18px;
  }
  .title {
    font-size: 32px;
  }
  .breadcrumbs {
    margin-bottom: 30px;
  }
  .prod_text {
    margin-top: 70px;
  }
  .prod_text {
    padding: 50px 60px;
  }
  .pag {
    width: 50px;
    height: 50px;
    padding: 12px 0;
  }
  /*		Product_Inner Page styles		*/
  .prod_inner .title {
    font-size: 46px;
    margin-bottom: 15px;
  }
  .prod_inner .text_item {
    font-size: 20px;
  }
  .prod_num_item {
    padding: 30px 20px;
  }
  .prod_btn {
    font-size: 16px;
    padding: 17px 25px;
  }
  .prod_download {
    background-size: 16px;
  }
  .prod_tab_item {
    font-size: 18px;
    width: 19%;
  }
  .prod_tab {
    margin-bottom: 50px;
  }
  .faq_item {
    padding: 25px;
  }
  .prod_content_item .text_item {
    font-size: 16px;
  }
  .faq_head:after,
  .faq_head:before {
    width: 36px;
    height: 36px;
  }
  .faq_title {
    background-size: 40px;
    padding: 9px 50px 9px 60px;
  }
  .faq_body {
    margin-top: 20px;
    padding: 25px;
  }
  .faq_item {
    border-radius: 10px;
  }
  .faq {
    margin-top: 40px;
  }
  .fin_tab_item {
    padding: 25px 50px;
  }
  .fin_content_item {
    padding: 40px 35px;
  }
  .form_input {
    font-size: 16px;
    padding: 18px 22px;
  }
  .form_select {
    background-size: 13px;
  }
  .form_btn {
    font-size: 18px;
    padding: 18px;
  }
  .title_text {
    width: 800px;
  }
  .doc_name {
    font-size: 16px;
  }
  .prod_num_slider .slick_arrow {
    width: 45px;
    height: 45px;
  }
  /*		Lizing Page styles		*/
  .lizing_top .text_item {
    font-size: 20px;
  }
  .lizing_top .title {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .page_top_img {
    width: 43%;
  }
  .lizing_item {
    padding: 22px 25px;
  }
  .lizing_num {
    width: 50px;
    height: 50px;
    font-size: 22px;
    margin-right: 25px;
  }
  .page_bottom_text .title {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .page_bottom_text .text_item {
    font-size: 16px;
  }
  .page_img_item {
    width: 120px;
    height: 120px;
    margin-right: 40px;
  }
  .page_bot_btn {
    padding: 22px 50px;
    font-size: 16px;
  }
  .lizing_partners {
    padding-top: 60px;
    margin-top: 60px;
  }
  .lizing_part {
    height: 90px;
  }
  /*		About Page styles		*/
  .page_text {
    font-size: 16px;
  }
  .request_contact_img {
    width: 95px;
    height: 95px;
  }
  .form_input {
    margin-bottom: 25px;
  }
  .request {
    margin-top: 80px;
  }
  /*		News Page styles		*/
  .news .news_item:first-child .news_text,
  .news .news_item:nth-child(10) .news_text {
    padding: 40px 50px;
  }
  .news .news_item:first-child .news_name,
  .news .news_item:nth-child(10) .news_name {
    font-size: 28px;
  }
  .news .news_item:first-child .text_item,
  .news .news_item:nth-child(10) .text_item {
    font-size: 16px;
  }
  .news .news_item:first-child .news_date,
  .news .news_item:nth-child(10) .news_date {
    margin-bottom: 20px;
  }
  .news_name {
    font-size: 18px;
  }
  .news_item .text_item {
    font-size: 14px;
    max-height: 45px;
  }
  .news {
    grid-row-gap: 40px;
    margin-bottom: 60px;
  }
  .insta_item {
    height: 260px;
  }
  /*		News_Inner Page styles		*/
  .news_inner_left .title {
    font-size: 48px;
  }
  .news_inner_img {
    margin-top: -110px;
  }
  .news_inner_date {
    font-size: 16px;
  }
  .news_inner_date:after {
    left: -40px;
  }
  .news_inner_date {
    margin-left: 80px;
  }
  .rel_news {
    margin-top: 60px;
    padding-top: 50px;
  }
  .rel_news_list .news_img {
    width: 190px;
    height: 130px;
  }
  /*			Vakancy Page styles		*/
  .vakancy_item .faq_title {
    background-size: 50px;
    padding-left: 70px;
    font-size: 16px;
  }
  .vakancy_title {
    font-size: 18px;
  }
  /*			Spares Page styles		*/
  .map_tab_item {
    font-size: 14px;
    width: 35%;
  }
  .map_tab_item span {
    padding-left: 25px;
    background-size: 12px;
    background-position: left top;
    max-height: 50px;
  }
  .map_tab::-webkit-scrollbar {
    height: 35px;
  }
  /*		Kazrost Page styles		*/
  .page_gal_item {
    height: 210px;
  }
  .page_gallery .slick_arrow {
    width: 50px;
    height: 50px;
  }
  .section_slide_item {
    width: 660px;
    height: 400px;
  }
  .section_slider .slick_prev {
    left: 260px;
  }
  .section_slider .slick_next {
    right: 260px;
  }
  .contact_head {
    font-size: 26px;
  }
  .contact_link {
    font-size: 16px;
  }
  .contact_info,
  .contact_map {
    border-radius: 10px;
  }
  /* service styles START */
  .telphone {
    display: block;
    margin-left: 0px;
  }
  .spareparts-block {
    font-size: 18px;
  }
  .spareparts-block .red_btn {
    font-size: 16px;
    padding: 16px 35px;
  }
  /*		Contcats Page styles 		*/
  .contact_title {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .contact_item .faq_title {
    background-size: 45px;
  }
  .contact_item_bottom .text_item {
    margin-right: 40px;
  }
  .contact_faq {
    margin-bottom: 80px;
  }
  .contact_inner_list li span {
    font-size: 16px;
  }
  .contact_inner_list &gt; li:not(:last-child) {
    margin-bottom: 20px;
  }
  .contact_inner_list li {
    padding-top: 20px;
  }
  .contact_item_bottom {
    margin: 30px -25px 0;
  }
  .contact_item_list &gt; .contact_list,
  .contact_item_list .contact_item_block:not(:last-child) {
    margin-bottom: 30px;
  }
  .contact_item_list &gt; .contact_list &gt; li:not(:last-child) {
    margin-bottom: 15px;
  }
  .contact_item_bottom {
    margin-top: 0;
  }
  .contact_item_block .contact_list &gt; li {
    margin-top: 15px;
  }
  /* partner inner page  */
  .partnerInner {
    font-size: 16px;
    line-height: 160%;
  }
  .partnerInner-imgBlock {
    width: 32%;
    height: 190px;
  }
  .partner_video .text_item {
    font-size: 16px;
  }
  .partner_video .text_item p:not(:last-child) {
    margin-bottom: 15px;
  }
  .partner_video_item {
    height: 320px;
  }
  /*		Partners Page styles		*/
  .part_img {
    height: 290px;
  }
  .part_name {
    font-size: 22px;
  }
}
@media screen and (max-width: 1500px) {
  .container {
    width: 1200px;
  }
  .logo {
    width: 220px;
    height: 90px;
  }
  .head_tel,
  .lang_block,
  .main_header .logo,
  .mob_menu {
    width: 90px;
  }
  .head_left .head_tel,
  .main_header .logo,
  .main_header .mob_menu {
    height: 90px;
  }
  .main_section {
    padding-left: 90px;
  }
  .lang {
    font-size: 16px;
  }
  .menu li:not(:last-child){
    margin-right: 22px;
  }
  .sub_menu_link &gt; .menu_link{
    padding-right: 15px;
    background-size: 10px;
  }
  .main_block .logo {
    top: 35px;
    width: 145px;
    height: 35px;
  }
  .main_title {
    font-size: 32px;
  }
  .slide_title {
    font-size: 26px;
    margin-bottom: 5px;
  }
  .slide {
    padding: 40px;
    width: 370px;
  }
  .slide_img {
    width: 260px;
    height: 260px;
  }
  .text_item {
    line-height: 150%;
  }
  .under_nav {
    width: 270px;
  }

  .sliders_parts .part_img{
    height: 100px;
  }

  /*		Products Page styles		*/
  .head_tel_item {
    width: 17px;
    height: 17px;
  }
  .head_tel .head_tel_item:not(:last-child) {
    margin-bottom: 15px;
  }
  .prod_part_slider .part_img {
    height: 140px;
  }
  .page {
    padding-top: 130px;
  }
  .breadcrumbs {
    font-size: 16px;
  }
  .title {
    font-size: 28px;
  }
  .breadcrumbs li:not(:first-child) {
    margin-left: 8px;
  }
  .breadcrumbs li:not(:first-child):before {
    margin-right: 8px;
    width: 12px;
    height: 12px;
  }
  .prod_cat_item,
  .prod_name {
    font-size: 16px;
  }
  .prod_name {
    margin-bottom: 10px;
  }
  .prod_item {
    padding: 20px 20px 70px;
  }
  .prod_item .more_btn {
    bottom: 25px;
    font-size: 14px;
    background-size: 15px;
  }
  .pag {
    font-size: 18px;
  }
  .prod_text {
    margin-top: 60px;
    padding: 40px 50px;
  }
  .footer_top {
    padding: 50px 0;
  }
  .logo.foot_logo {
    width: 205px;
    height: 50px;
  }
  .foot_left .text_item,
  .foot_link {
    font-size: 14px;
  }
  .soc_btn {
    width: 45px;
    height: 45px;
  }
  .foot_col_name {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .foot_list &gt; li:not(:last-child) {
    margin-bottom: 10px;
  }
  .foot_contact.foot_list &gt; li:not(:last-child) {
    margin-bottom: 15px;
  }
  .left_icon {
    background-size: 17px 17px;
  }
  .footer_bottom {
    padding: 25px 0;
    font-size: 14px;
  }
  .foot_col {
    max-width: 300px;
  }
  /*		Product_Inner Page styles		*/
  .prod_inner .title {
    font-size: 40px;
  }
  .prod_inner .text_item {
    font-size: 18px;
  }
  .prod_inner_buttons {
    margin-top: 30px;
  }
  .prod_num_val {
    font-size: 28px;
  }
  .prod_num_name {
    font-size: 12px;
  }
  .prod_btn {
    font-size: 14px;
    padding: 15px 25px;
  }
  .prod_request_btn {
    background-size: 18px;
    background-position: right 20px center;
  }
  .prod_btn.prod_request_btn {
    padding-right: 50px;
  }
  .prod_download {
    background-position: left 20px center;
  }
  .prod_btn.prod_download {
    padding-left: 50px;
  }
  .prod_tab_item {
    font-size: 16px;
    padding: 17px;
  }
  .fin_tab_item,
  .faq_title {
    font-size: 20px;
  }
  .fin_tab_item {
    padding: 20px 50px;
  }
  .faq_item,
  .faq_body {
    padding: 20px;
  }
  .text_item h3 {
    font-size: 18px;
  }
  .faq_head:after,
  .faq_head:before {
    width: 32px;
    height: 32px;
  }
  .fin_content_item .title {
    font-size: 24px;
  }
  section {
    padding: 80px 0;
  }
  .prod_num {
    margin-bottom: -80px;
  }
  /*		Lizing Page styles		*/
  .lizing_top .text_item {
    font-size: 18px;
  }
  .lizing_top .title {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .title_text,
  .lizing_item .text_item {
    font-size: 16px;
  }
  .page_bottom_text .title {
    font-size: 26px;
  }
  .page_bot_btn {
    padding: 20px 40px;
    font-size: 15px;
  }
  .page_img_item {
    width: 100px;
    height: 100px;
    margin-right: 30px;
  }
  .partners_slider .slick_arrow {
    width: 50px;
    height: 50px;
  }
  .lizing_part {
    height: 80px;
  }
  /*		About Page styles		*/
  .request_title {
    margin-bottom: 40px;
  }
  .request_title.title {
    font-size: 22px;
  }
  .form_input {
    margin-bottom: 20px;
  }
  .request_contact_img {
    width: 75px;
    height: 75px;
    margin-right: 20px;
  }
  .request_contact {
    margin-top: 60px;
  }
  .request_contact_item {
    font-size: 16px;
  }
  .request_contact_item .contact_link {
    font-size: 14px;
  }
  /*		News Page styles		*/
  .news {
    margin-top: 40px;
    grid-row-gap: 30px;
  }
  .news .news_item:first-child .news_text,
  .news .news_item:nth-child(10) .news_text {
    padding: 40px;
  }
  .news_img {
    height: 160px;
  }
  .news_img {
    font-size: 17px;
  }
  .news .news_item:first-child .news_name,
  .news .news_item:nth-child(10) .news_name {
    font-size: 26px;
  }
  .news .news_item:first-child .news_date,
  .news .news_item:nth-child(10) .news_date {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .insta_item {
    height: 230px;
  }
  .insta_btn {
    font-size: 14px;
    padding: 14px 26px;
  }
  /*		News_Inner Page styles		*/
  .news_inner_left .title {
    font-size: 42px;
  }
  .news_inner_img {
    margin-top: -100px;
  }
  .share_link {
    background-size: 50%;
  }
  .share_list li {
    margin-left: 12px;
  }
  .news_inner_date:after {
    height: 40px;
  }
  .news_inner_date:before,
  .share_link {
    width: 40px;
    height: 40px;
  }
  .rel_news_list {
    margin-top: 0;
    justify-content: space-between;
  }
  .rel_news_list .news_item {
    width: 48%;
    margin-right: 0;
  }
  /*			Spares Page styles		*/
  .map_tab_item {
    width: 40%;
    border-width: 3px;
  }
  .map_tab_item:before {
    border-width: 8px;
  }
  /*		Kazrost Page styles		*/
  .page_gal_item {
    height: 180px;
  }
  .section_slide_item {
    width: 570px;
    height: 350px;
    margin: 0 50px;
  }
  .section_slider .slick_arrow {
    width: 50px;
    height: 50px;
  }
  .section_slider .slick_prev {
    left: 280px;
  }
  .section_slider .slick_next {
    right: 280px;
  }
  .contact_head {
    font-size: 24px;
    padding: 25px 40px;
  }
  .contact_body {
    padding: 30px 40px;
  }
  /* Starts styles of about_reviews */
  .reviews-right-block {
    padding-right: 50px;
  }
  .diplom_slider .slick_arrow{
    width: 50px;
    height: 50px;
  }

  /* service styles START */
  .spareparts-block .red_btn {
    font-size: 15px;
    padding: 13px 30px;
  }
  /* partner inner page  */
  .partner_video_item {
    height: 270px;
  }
  /*		Contcats Page styles 		*/
  .contact_item_list .contact_link,
  .contact_item_name,
  .contact_item_bottom .text_item,
  .contact_item_block .contact_list &gt; li p {
    font-size: 14px;
  }
  .contact_item_bottom .text_item {
    margin-bottom: 0;
  }
  .contact_item_list .contact_link {
    padding-left: 25px;
  }
  .contact_item_bottom {
    margin-left: -20px;
    margin-right: -20px;
  }
  .contact_item_bottom .contact_link {
    font-size: 14px;
    padding-left: 25px;
  }
  .contact_item_block .contact_list &gt; li {
    margin-top: 10px;
  }
  .contact_item_list &gt; .contact_list &gt; li:not(:last-child) {
    margin-bottom: 10px;
  }
  .contact_item_list &gt; .contact_list {
    margin-right: 50px;
  }
  .contact_faq {
    margin-bottom: 70px;
  }
  .contact_info {
    width: 470px;
  }
}
@media screen and (max-width: 1350px) {
  .container {
    width: 1100px;
  }
  .logo {
    width: 190px;
    height: 80px;
  }
  .head_left .head_tel,
  .main_header .logo,
  .main_header .mob_menu {
    height: 80px;
  }
  .head_tel,
  .lang_block,
  .main_header .logo,
  .mob_menu {
    width: 80px;
  }
  .lang_block {
    padding: 15px;
  }
  .lang_block .lang:not(:last-child) {
    margin-bottom: 7px;
  }
  .main_section {
    padding-left: 80px;
  }
  .head_tel {
    background-size: 20px;
  }
  .menu_btn {
    width: 30px;
  }
  .menu li:not(:last-child) {
    margin-right: 20px;
  }
  .under_nav {
    width: 240px;
    padding: 60px 20px 20px;
  }
  .main_header .close_menu {
    left: 30px;
  }
  .menu_link,
  .sub_link {
    font-size: 12px;
  }
  .sub_link{
    padding: 11px;
  }
  .sub_menu {
    width: 180px;
  }
  .sub_menu_link &gt; .menu_link {
    background-size: 11px;
    padding-right: 17px;
  }
  .main_block .logo {
    top: 30px;
  }
  .main_block {
    padding: 70px 50px;
  }
  .main_title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .text_item {
    font-size: 14px;
  }
  .main_btn {
    font-size: 14px;
    padding: 13px 65px 13px 20px;
  }
  .main_btn:after {
    width: 45px;
    background-size: 18px;
  }
  .slide_title {
    font-size: 24px;
  }
  .more_btn {
    font-size: 14px;
    background-size: 15px;
  }
  .slide {
    width: 310px;
  }
  .slide_img {
    width: 200px;
    height: 200px;
  }
  .main_slider .slick_arrow {
    width: 40px;
    height: 40px;
  }

  .sliders_parts .part_img{
    height: 85px;
    border-radius: 7px;
  }
  .sliders_parts .part_img:not(:last-child){
    margin-bottom: 10px;
  }

  /*		Products Page styles		*/
  .prod_part_slider .part_img {
    height: 120px;
    border-radius: 10px;
  }
  .page {
    padding-top: 120px;
  }
  .breadcrumbs {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .breadcrumbs li:not(:first-child) {
    margin-left: 6px;
  }
  .breadcrumbs li:not(:first-child):before {
    margin-right: 6px;
    width: 11px;
    height: 11px;
  }
  .prod_cat_item,
  .prod_name {
    font-size: 14px;
  }
  .prod_item .text_item,
  .prod_item .more_btn {
    font-size: 13px;
  }
  .prod_img {
    height: 200px;
  }
  .pag {
    width: 45px;
    height: 45px;
    padding: 10px 0;
  }
  .prod_text {
    margin-top: 50px;
    padding: 30px 40px;
    border-radius: 10px;
  }
  .soc_btn {
    width: 40px;
    height: 40px;
  }
  .foot_left .text_item {
    margin-bottom: 20px;
  }
  .foot_left {
    width: 250px;
  }
  .soc_btn {
    background-size: 55% 45%;
  }
  /*		Product_Inner Page styles		*/
  .prod_inner .title {
    font-size: 36px;
  }
  .prod_inner .text_item {
    font-size: 16px;
  }
  .prod_num_slider .slick_arrow {
    width: 35px;
    height: 35px;
  }
  .prod_inner {
    margin: 40px 0 60px;
  }
  .prod_content_item .text_item {
    font-size: 14px;
  }
  .prod_content_item &gt; .title {
    margin-bottom: 20px;
  }
  .fin_tab_item,
  .faq_title {
    font-size: 18px;
  }
  .fin_tab_item {
    padding: 17px 40px;
  }
  .fin_content_item {
    padding: 30px;
  }
  .fin_content_item .title {
    font-size: 22px;
  }
  .faq_title {
    padding: 8px 40px 8px 50px;
    background-size: 35px;
  }
  .faq_head:after,
  .faq_head:before {
    width: 28px;
    height: 28px;
  }
  .prod_tab {
    margin-bottom: 40px;
  }
  .prod_tab_item {
    font-size: 15px;
    padding: 16px;
  }
  .form_input {
    font-size: 14px;
    padding: 15px 20px;
    border-radius: 5px;
  }
  .form_btn {
    font-size: 16px;
    padding: 14px;
  }
  .page_video {
    height: 400px;
  }
  .doc_name {
    font-size: 14px;
  }
  .doc_size {
    font-size: 12px;
  }
  .doc_item {
    padding-left: 40px;
    background-size: 26px;
  }
  /*		Lizing Page styles		*/
  .lizing_top .text_item {
    font-size: 16px;
  }
  .lizing_top .title {
    font-size: 28px;
  }
  .page_top_img {
    width: 40%;
  }
  .page_top_text {
    width: 55%;
  }
  .lizing_item {
    padding: 20px 23px;
  }
  .lizing_num {
    width: 45px;
    height: 45px;
    font-size: 20px;
    margin-right: 20px;
    padding: 11px 0;
  }
  .page_bottom_text .title {
    font-size: 24px;
  }
  .page_bottom_text .text_item {
    font-size: 14px;
  }
  .page_bot_btn {
    padding: 16px 35px;
  }
  .page_img_item {
    width: 90px;
    height: 90px;
  }
  .partners_slider .slick_arrow {
    width: 40px;
    height: 40px;
  }
  .lizing_part {
    height: 70px;
  }
  .lizing_partners {
    padding-top: 50px;
  }
  /*		About Page styles		*/
  .request {
    margin-top: 60px;
    padding: 50px 30px;
    border-radius: 10px;
  }
  /*		News Page styles		*/
  .news {
    margin-top: 30px;
  }
  .news_img {
    height: 150px;
  }
  .news_name {
    font-size: 16px;
  }
  .news .news_item:first-child .news_name,
  .news .news_item:nth-child(10) .news_name {
    font-size: 24px;
  }
  .insta_item {
    height: 210px;
  }
  /*		News_Inner Page styles		*/
  .news_inner_left .title {
    font-size: 36px;
  }
  .news_inner_date {
    font-size: 14px;
  }
  .rel_news_list .news_item {
    margin-top: 30px;
  }
  /*			Vakancy Page styles		*/
  .vakancy_item .faq_title {
    font-size: 14px;
    background-size: 45px;
    padding-left: 60px;
  }
  .vakancy_title {
    font-size: 16px;
  }
  .vakancy_item .text_item ul li:before {
    width: 8px;
    height: 8px;
  }
  .vakancy_head_info {
    width: 45%;
  }
  /*		Kazrost Page styles		*/
  .page_gallery {
    margin-top: 50px;
  }
  .page_gallery .slick_arrow {
    width: 45px;
    height: 45px;
  }
  .page_gal_item {
    height: 160px;
  }
  .section_slide_item {
    width: 480px;
    height: 300px;
    margin: 0 35px;
  }
  .slide_counter {
    font-size: 16px;
  }
  .slide_total {
    font-size: 22px;
  }
  .contact_info {
    width: 450px;
  }
  .contact_body {
    padding: 20px 30px;
  }
  .contact_link {
    font-size: 14px;
  }
  .contact_head {
    font-size: 22px;
    padding: 22px 30px;
  }
  .contact_list &gt; li:not(:last-child) {
    margin-bottom: 15px;
  }
  /* partners inner page START */
  .partnerInner {
    font-size: 14px;
  }
  .partnerInner-imgBlock {
    height: 170px;
    border-radius: 10px;
  }
  .partner_video .text_item {
    font-size: 14px;
  }
  .partner_video_item {
    height: 240px;
    border-radius: 10px;
    margin-left: 30px;
  }
  /* service styles START */
  .service-content-block {
    font-size: 14px;
    line-height: 150%;
  }
  .service-content-block p {
    margin-top: 15px;
  }
  .service-content-block-img img {
    border-radius: 10px;
  }
  .spareparts-block {
    font-size: 16px;
  }
  .spareparts-block .red_btn {
    font-size: 14px;
    padding: 11px 25px;
    margin-left: 30px;
  }
  /*		Contcats Page styles 		*/
  .contact_item .faq_title {
    background-size: 40px;
  }
  .contact_title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .contact_city,
  .contact_inner_list li span {
    font-size: 14px;
  }
  .contact_inner_list li span:before {
    font-size: 20px;
  }
  .contact_inner_list li:after {
    left: -30px;
    right: -30px;
  }
  /*		Partners Page styles		*/
  .part_img {
    height: 260px;
  }
  .part_name {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: 1000px;
  }
  .logo {
    width: 170px;
    height: 70px;
  }
  .head_tel,
  .lang_block,
  .main_header .logo,
  .mob_menu {
    width: 70px;
  }
  .head_left .head_tel,
  .main_header .logo,
  .main_header .mob_menu {
    height: 70px;
  }
  .main_section {
    padding-left: 70px;
  }
  .lang_block {
    padding: 10px;
  }
  .lang {
    font-size: 15px;
  }
  .menu li:not(:last-child) {
    margin-right: 22px;
  }
  .menu_link,
  .sub_link {
    font-size: 13px;
  }
  .kz .menu li:not(:last-child){
    margin-right: 15px;
  }
  .head_tel {
    background-size: 18px;
  }
  .main_block {
    width: 36%;
  }
  .main_slider {
    width: 64%;
  }
  .main_block {
    padding: 70px 40px;
  }

  .sliders_parts .part_img:nth-child(4){
    display: none;
  }
  .sliders_parts .part_img{
    height: 80px;
  }

  /*		Products Page styles		*/
  .prod {
    margin-top: 40px;
  }
  .prod_part_slider .part_img {
    height: 110px;
  }
  .prod_cat .prod_cat_item:not(:last-child) {
    margin-bottom: 10px;
  }
  .prod_cat_item {
    padding: 15px 20px;
    border-radius: 5px;
  }
  /*		Product_Inner Page styles		*/
  .prod_inner .title {
    font-size: 32px;
  }
  .text_item h3 {
    font-size: 17px;
  }
  .prod_num_val {
    font-size: 26px;
  }
  /*		News_Inner Page styles		*/
  .news_inner_left .title {
    font-size: 32px;
  }
  .news_inner_date {
    margin-left: 70px;
  }
  .news_inner_date:after {
    left: -35px;
  }
  /*			Spares Page styles		*/
  .request.spares {
    margin-top: 40px;
  }
  .map_tab_item {
    width: 48%;
    height: 70px;
    min-width: 190px;
  }
  /*		Kazrost Page styles		*/
  .page_gal_item {
    height: 190px;
  }
  .section_slide_item {
    width: 460px;
    height: 270px;
  }
  .section_slider .slick_next {
    right: 230px;
  }
  .section_slider .slick_prev {
    left: 230px;
  }
  /* Starts styles of about_reviews */
  .reviews {
    display: block;
  }
  .reviews-right-stars {
    text-align: center;
    margin-right: 50px;
  }
  .reviews-left {
    margin: auto;
  }
  .reviews-right {
    margin-top: 20px;
  }
  /*.diploms-block {
		grid-gap: 23px 18px;
		grid-template-columns: repeat(4, 24%);
	}*/
  .reviews-right-block {
    padding-right: 0;
  }
  /* about reviews END */
  /* partners inner page styles START */
  .partnerInnerSection-block-video {
    float: none;
    width: 70%;
    height: 420px;
    margin: auto;
  }
  /* partners inner page style END */
  /* Service page styles START */
  .contactsService-faq-body {
    grid-template-columns: repeat(3, 33%);
  }
  /* Service page style END */
  /*		Contcats Page styles 		*/
  .contact_faq {
    margin-bottom: 60px;
    margin-top: 30px;
  }
  .contact_item_list .contact_item_block:last-child {
    margin-bottom: 20px;
  }
  .contact_item_list &gt; .contact_list,
  .contact_item_list .contact_item_block:not(:last-child) {
    margin-bottom: 20px;
  }
  .contact_faq .faq_body {
    padding-bottom: 0;
  }
  .contact_item_bottom {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact_item_bottom .text_item {
    margin-right: 30px;
  }
  /*		Partners Page styles		*/
  .part_img {
    height: 220px;
  }
  .part_name {
    font-size: 18px;
  }
}
@media screen and (max-width: 1100px) {
  .container {
    width: 900px;
  }
  .logo {
    width: 150px;
  }
  /*.menu_link,
  .sub_link {
    font-size: 13px;
  }*/
  .menu li:not(:last-child) {
    margin-right: 18px;
  }
  .kz .sub_menu_link{
    max-width: 110px;
  }

  .kz .menu_link, 
  .kz .sub_link{
    font-size: 12px;
  }

  /*		Products Page styles		*/
  .page {
    padding-top: 100px;
  }
  .title {
    font-size: 26px;
  }
  .prod_part_slider {
    margin-top: 30px;
  }
  .prod_list {
    justify-content: space-between;
  }
  .prod_list .prod_item:nth-child(even):after {
    content: "";
    display: block;
  }
  .prod_list .prod_item:nth-child(odd):after {
    display: none;
    content: none;
  }
  .prod_item {
    width: 48%;
    margin-right: 0;
  }
  .prod_item:after {
    left: -4%;
  }
  .prod_part_slider .part_img {
    height: 100px;
  }
  .foot_col_name {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .logo.foot_logo {
    width: 185px;
    height: 45px;
  }
  .soc_btn {
    width: 35px;
    height: 35px;
    background-size: 60% 50%;
  }
  .foot_left {
    width: 230px;
  }
  .prod_text {
    margin-top: 40px;
  }
  .foot_col {
    max-width: 220px;
  }
  /*		Product_Inner Page styles		*/
  .prod_inner {
    width: 60%;
  }
  .prod_tab_item {
    width: 23%;
  }
  .page_form {
    width: 650px;
    max-width: 100%;
    justify-content: space-between;
  }
  .page_form .form_input,
  .page_form .form_btn {
    width: 48%;
    margin-right: 0;
  }
  .text_item h3 {
    font-size: 16px;
  }
  .faq_item {
    border-radius: 7px;
  }
  .faq_title {
    padding: 6px 40px 6px 40px;
    background-size: 30px;
  }
  /*		Lizing Page styles		*/
  .lizing_part {
    height: 80px;
  }
  .page_bottom_img {
    margin-right: 20px;
  }
  /*		News_Inner Page styles		*/
  .news_inner_info {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .news_inner_date {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .news_inner_date:after {
    content: none;
    display: none;
  }
  .news_inner_left .title {
    font-size: 28px;
  }
  .news_inner_top {
    margin-bottom: 40px;
  }
  .rel_news {
    margin-top: 50px;
    padding-top: 40px;
  }
  /*		Kazrost Page styles		*/
  .section_slider .slick_next {
    right: 180px;
  }
  .section_slider .slick_prev {
    left: 180px;
  }
  .contact_info {
    width: 400px;
  }
  /* Starts styles of about_reviews */
  .diploms-block {
    grid-template-columns: repeat(4, 22%);
  }
  /* about reviews END */
  /* Service pages styles START */
  .service-content-block-img {
    float: none;
    width: 65%;
    margin: auto;
  }
  /* Service pages styles END */
  /*		Contcats Page styles 		*/
  .contact_item .faq_title {
    padding-left: 50px;
  }
  .contact_inner_list li span:before {
    margin-left: -7%;
    margin-right: 7%;
  }
}
@media screen and (max-width: 1000px) {
  .container {
    width: 800px;
  }
  .mob_menu {
    display: flex;
  }
  .logo {
    width: 200px;
  }
  .main_block {
    width: 45%;
  }
  .main_slider {
    width: 55%;
  }
  .main_block .logo {
    top: 25px;
  }
  .main_title {
    font-size: 26px;
  }
  .slide_img {
    width: 180px;
    height: 160px;
  }
  .kz .menu_link, 
  .kz .sub_link{
    font-size: 14px;
  }

  /*		Products Page styles		*/
  .prod_part_slider .part_img {
    height: 110px;
  }
  .prod_part_slider .part_item {
    margin: 0 5px;
  }
  .slick_arrow {
    width: 50px;
    height: 50px;
  }
  .prod_sidebar {
    width: 240px;
  }
  .prod_text {
    padding: 25px 30px;
  }
  .foot_col {
    max-width: 200px;
  }
  .footer_top {
    padding: 40px 0;
  }
  /*		Product_Inner Page styles		*/
  .prod_inner {
    width: 70%;
  }
  .prod_num_val {
    font-size: 24px;
  }
  .prod_inner .title {
    font-size: 28px;
  }
  /*		Lizing Page styles		*/
  .lizing_list {
    margin-top: 40px;
  }
  .lizing_num {
    width: 40px;
    height: 40px;
    font-size: 18px;
    padding: 10px 0;
    margin-right: 15px;
  }
  .lizing_item .text_item {
    font-size: 14px;
  }
  .lizing_item {
    border-radius: 5px;
  }
  .page_bottom {
    flex-direction: column;
  }
  .page_bottom_text {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .page_bottom_btn {
    max-width: 100%;
  }
  .lizing_part {
    height: 70px;
  }
  /*		About Page styles		*/
  .request_contact {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .request_contact_item {
    width: 48%;
    margin-top: 30px;
  }
  /*		News Page styles		*/
  .news {
    grid-template-columns: repeat(2, 49%);
    margin-bottom: 50px;
  }
  .news .news_item:first-child,
  .news .news_item:nth-child(10) {
    grid-column: 1/3;
    grid-row: auto;
  }
  .news .news_item:first-child .news_img,
  .news .news_item:nth-child(10) .news_img {
    height: 370px;
  }
  .news_img,
  .insta_item {
    height: 170px;
  }
  /*		News_Inner Page styles		*/
  .news_inner_left .title {
    font-size: 26px;
  }
  .news_inner_img {
    margin-top: -80px;
  }
  /*			Spares Page styles		*/
  .double_input .form_input {
    width: 100%;
  }
  .double_input {
    flex-direction: column;
  }
  /*		Kazrost Page styles		*/
  .page_gal_item {
    height: 170px;
  }
  .section_slide_item {
    width: 430px;
    height: 260px;
  }
  .contact_info {
    width: 360px;
  }
  /* Starts styles of about_reviews */
  .reviews {
    padding: 30px;
    border-radius: 10px;
  }
  .pogin_mt {
    margin-top: 40px;
  }
  /* partner inner page START */
  .partnerInner {
    flex-direction: column;
  }
  .partnerInner-imgBlock {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 300px;
    max-width: 100%;
    height: 140px;
  }
  /* Service pages styles START */
  .contactsService-faq-body {
    grid-template-columns: repeat(2, 49%);
  }
  .spareparts-block p {
    width: 100%;
  }
  .spareparts-block .red_btn {
    flex-shrink: 0;
  }
  /*		Contcats Page styles 		*/
  .contact_item_bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact_item_list &gt; .contact_list {
    margin-right: 40px;
  }
  .contact_item_list .contact_item_block:not(:last-child) {
    margin-right: 40px;
  }
  .contact_item_block .contact_list &gt; li:not(:last-child) {
    margin-right: 20px;
  }
  .contact_inner_list li {
    flex-direction: column;
    padding-top: 15px;
  }
  .contact_inner_list li a[href],
  .contact_inner_list li span {
    width: 100%;
  }
  .contact_inner_list li a[href] {
    order: 1;
  }
  .contact_inner_list li a[href]:not(:first-child) {
    margin-top: 7px;
  }
  .contact_inner_list li span {
    order: 0;
    margin-bottom: 7px;
  }
  .contact_inner_list li span:before {
    content: none;
    display: none;
  }
  /*		Partners Page styles		*/
  .part_img {
    height: 190px;
  }
  .part_name {
    font-size: 16px;
  }
  .part_item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 880px) {
  .container {
    width: 700px;
  }
  /*		Products Page styles		*/
  .slick_arrow {
    width: 45px;
    height: 45px;
  }
  .prod {
    flex-direction: column;
  }
  .prod_sidebar {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .prod_cat {
    display: flex;
    flex-wrap: wrap;
  }
  .prod_cat .prod_cat_item:nth-child(3n) {
    margin-right: 0;
  }
  .prod_cat_item {
    width: 32%;
    margin-right: 2%;
    text-align: center;
  }
  .prod_cat .prod_cat_item:last-child {
    margin-bottom: 10px;
  }
  .prod_text {
    margin-top: 30px;
    font-size: 13px;
  }
  .footer_top {
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .foot_col {
    max-width: 100%;
    width: 48%;
    margin-bottom: 30px;
  }
  /*		Product_Inner Page styles		*/
  .prod_tab_item {
    width: 28%;
  }
  .faq_item,
  .faq_body {
    padding: 17px;
  }
  .fin_content_item {
    padding: 24px 20px;
  }
  .page_video {
    height: 330px;
  }
  .doc_list {
    justify-content: space-between;
  }
  .doc_item {
    width: 48%;
    margin-right: 0;
  }
  /*		Lizing Page styles		*/
  .lizing_top .title {
    font-size: 26px;
  }
  .lizing_top .text_item {
    font-size: 14px;
  }
  .lizing_item {
    padding: 16px 20px;
  }
  .lizing_num {
    width: 35px;
    height: 35px;
    font-size: 16px;
    padding: 8px 0;
  }
  /*		About Page styles		*/
  .request {
    padding: 40px 30px;
  }
  .request_block {
    width: 45%;
  }
  .request_map {
    width: 52%;
  }
  .request_contact_img {
    width: 70px;
    height: 70px;
  }
  /*		News_Inner Page styles		*/
  .news_inner_left .title {
    font-size: 24px;
  }
  .rel_news_list .news_item {
    flex-direction: column;
  }
  .rel_news_list .news_img {
    width: 100%;
    height: 180px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  /*			Spares Page styles		*/
  .request_top {
    flex-direction: column;
  }
  .request_block {
    margin-bottom: 30px;
  }
  .request_block,
  .request_map {
    width: 100%;
  }
  .map_tab_item {
    width: 36%;
  }
  .map_tab {
    height: 95px;
  }
  .double_input {
    flex-direction: row;
  }
  .double_input .form_input {
    width: 49%;
  }
  .request_map_item {
    height: 260px;
  }
  /*		Kazrost Page styles		*/
  .page_gal_item {
    height: 200px;
  }
  .contact_block {
    flex-direction: column;
  }
  .contact_info {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .contact_map {
    height: 240px;
  }
  .video_popup {
    width: 530px;
    height: 330px;
  }
  /*		Comments / Reviews Page styles		*/
  .reviews-right-block p {
    margin: 6px 0;
  }
  .diploms-block-img{
    height: 250px;
  }

  /* Service pages styles START */
  .service-content-block-img {
    width: 70%;
  }
  .service-content-block {
    font-size: 14px;
    line-height: 150%;
  }
  /* Service pages styles END */
  /*		Contcats Page styles 		*/
  .contact_item_block .contact_list {
    flex-direction: column;
  }
  .contact_inner_list li {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .contact_inner_list li a[href],
  .contact_inner_list li span {
    width: auto;
    margin-right: 15px;
    margin-top: 7px;
  }
  .contact_inner_list li span {
    margin-bottom: 0;
  }
  .contact_inner_list li {
    padding-top: 10px;
  }
  .contact_item_bottom .contact_list {
    flex-direction: row;
  }
  /* partners inner page START */
  .partner_video {
    flex-direction: column-reverse;
  }
  .partner_video_item {
    margin-left: 0;
    margin-bottom: 20px;
    width: 400px;
    max-width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .container {
    width: 600px;
  }
  /*		Products Page styles		*/
  .prod_cat_item {
    width: 49%;
    margin-right: 0;
  }
  .prod_cat {
    justify-content: space-between;
  }
  .pag {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }
  /*		Product_Inner Page styles		*/
  .prod_inner {
    width: 100%;
  }
  .prod_inner {
    margin: 30px 0 50px;
  }
  .prod_inner .title {
    font-size: 26px;
  }
  .prod_num_item {
    padding: 20px;
  }
  .prod_num_name {
    font-size: 11px;
  }
  .prod_tab_item {
    width: 32%;
  }
  /*		Lizing Page styles		*/
  .lizing_part {
    height: 80px;
  }
  /*		About Page styles		*/
  .request {
    margin-top: 50px;
    padding: 25px;
  }
  .request_top {
    flex-direction: column;
  }
  .request_block,
  .request_map {
    width: 100%;
  }
  .request_map {
    margin-top: 30px;
  }
  .request_map_item {
    height: 250px;
  }
  /*		News Page styles		*/
  .news .news_item:first-child .news_text,
  .news .news_item:nth-child(10) .news_text {
    padding: 30px;
  }
  .news .news_item:first-child .news_name,
  .news .news_item:nth-child(10) .news_name {
    font-size: 22px;
  }
  .news .news_item:first-child .text_item,
  .news .news_item:nth-child(10) .text_item {
    max-height: 145px;
  }
  .news .news_item:first-child .news_img,
  .news .news_item:nth-child(10) .news_img {
    height: 320px;
  }
  .insta_list {
    justify-content: space-between;
  }
  .insta_item {
    width: 49%;
    height: 190px;
    margin-right: 0;
  }
  /*		News_Inner Page styles		*/
  .news_inner_top {
    flex-direction: column-reverse;
  }
  .news_inner_img {
    margin-top: 0;
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }
  .news_inner_left {
    width: 100%;
  }
  /*			Vakancy Page styles		*/
  .vakancy_item .text_item ul {
    padding-left: 10px;
  }
  .vakancy_item .text_item ul li {
    padding-left: 15px;
  }
  .vakancy_item .text_item ul li:before {
    margin-left: -15px;
  }
  .vakancy_item .faq_title {
    background-size: 40px;
    padding-left: 55px;
  }
  /*		Kazrost Page styles		*/
  .page_gal_item {
    height: 170px;
  }
  .section_slide_item {
    width: 340px;
    height: 220px;
    margin: 0 25px;
  }
  /* Starts styles of about_reviews */
  .diploms-block {
    grid-template-columns: repeat(3, 31%);
  }
  .reviews-right-block {
    font-size: 13px;
    line-height: 160%;
  }
  .reviews {
    padding: 25px 20px 20px;
  }
  .reviews-left__img {
    width: 60px;
    height: 60px;
  }
  .reviews-left-block {
    margin: 0;
  }
  .reviews-left-imgBlock {
    flex-shrink: 0;
    margin-right: 15px;
  }
  .reviews-right-stars {
    margin-right: 0;
  }
  .reviews-left {
    align-items: center;
    justify-content: flex-start;
  }
  /* partner inner page SRART */
  .partnerInnerSection-block-video {
    height: 310px;
    width: 100%;
  }
  .partnerInnerSection-block-video iframe {
    border-radius: 10px;
  }
  .partnerInner {
    line-height: 160%;
    font-size: 14px;
  }
  /* partner inner page END */
  /* Service pages styles START */
  .service-content-block-img {
    width: 80%;
  }
  .spareparts-block {
    font-size: 16px;
  }
  .service-content-block-img img {
    border-radius: 10px;
  }
  /* Service pages styles END */
  /*		Partners Page styles		*/
  .part_img {
    height: 140px;
    border-radius: 10px;
  }
  .part_name {
    font-size: 14px;
  }
}
@media screen and (max-width: 680px) {
  .container {
    width: 500px;
  }
  .main_section {
    flex-direction: column;
    max-height: none;
  }
  .main_block,
  .main_slider {
    width: 100%;
    height: 100vh;
    flex-shrink: 0;
  }
  .main_slider {
    min-height: 500px;
  }
  .slide {
    width: 320px;
  }
  /*		Product_Inner Page styles		*/
  .prod_tab {
    flex-wrap: wrap;
    justify-content: center;
  }
  .prod_tab_item {
    width: 48%;
    margin-right: 2%;
  }
  .finance {
    border-radius: 10px;
    padding: 15px;
  }
  .fin_tab_item {
    padding: 15px 35px;
  }
  .page_video {
    height: 280px;
  }
  .faq {
    margin-top: 30px;
  }
  /*		Lizing Page styles		*/
  .page_top {
    flex-direction: column-reverse;
  }
  .page_top_text {
    width: 100%;
    text-align: center;
  }
  .page_top_img {
    width: 300px;
    max-width: 100%;
    margin-bottom: 20px;
  }
  /*		About Page styles		*/
  .request_contact_item {
    width: 100%;
  }
  /*		News Page styles		*/
  .news_img {
    height: 150px;
  }
  .news .news_item:first-child .news_name,
  .news .news_item:nth-child(10) .news_name {
    font-size: 20px;
  }
  .news .news_item:first-child .text_item,
  .news .news_item:nth-child(10) .text_item {
    font-size: 14px;
  }
  /*		News_Inner Page styles		*/
  .news_inner_img {
    height: auto;
    max-height: 340px;
    overflow: hidden;
  }
  .rel_news_list .news_img {
    height: 160px;
  }
  /*		Kazrost Page styles		*/
  .page_gal_item {
    height: 140px;
  }
  .section_slider .slick_next {
    right: 100px;
  }
  .section_slider .slick_prev {
    left: 100px;
  }
  .section_slider .slick_arrow {
    width: 45px;
    height: 45px;
  }
  .contact_map {
    height: 220px;
  }
  /* Service pages styles START */
  .service-content-block-img {
    width: 100%;
  }
  .contactsService-faq-body {
    display: block;
  }
  .faq_body-block-icons {
    margin-bottom: 20px;
  }
  .mrgn-bot_p p:first-child {
    margin-bottom: 5px;
  }
  .mrgn-bot_p {
    margin-top: 20px;
  }
  .telphone {
    display: inline-block;
    margin-left: 5px;
  }
  .contactsService-faq-head .faq_title {
    font-size: 20px;
  }
  .service-faq_title {
    padding: 13px 0px;
    padding-left: 70px;
  }
  .spareparts-block {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .spareparts-block .red_btn {
    margin-left: 0;
    margin-top: 15px;
  }
  /*		Contcats Page styles 		*/
  .contact_item_bottom .contact_item_block {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact_item_bottom .text_item {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 570px) {
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /*		Products Page styles		*/
  .prod_part_slider {
    padding: 0 20px;
  }
  .prod_part_slider .slick_next {
    right: 0;
  }
  .prod_part_slider .slick_prev {
    left: 0;
  }
  .footer_bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .created {
    margin-top: 12px;
  }
  .foot_left {
    width: 200px;
  }
  /*		Product_Inner Page styles		*/
  .prod_btn {
    padding: 15px 20px;
  }
  .prod_btn.prod_download {
    padding-left: 45px;
  }
  .prod_download {
    background-position: left 17px center;
  }
  .prod_request_btn {
    background-position: right 17px center;
  }
  /*		Lizing Page styles		*/
  .page_bottom_btn {
    flex-direction: column;
  }
  .page_bottom_img {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .page_bottom_img .page_img_item:last-child {
    margin-right: 0;
  }
  .lizing_part {
    height: 55px;
  }
  .partners_slider {
    padding: 0 30px;
  }
  .partners_slider .slick_prev {
    left: 0;
  }
  .partners_slider .slick_next {
    right: 0;
  }
  /*			Vakancy Page styles		*/
  .vakancy_item .faq_title {
    flex-direction: column;
  }
  .vakancy_head_info {
    width: 100%;
  }
  .vakancy_date {
    margin-bottom: 10px;
  }
  .vakancy_title {
    margin-bottom: 15px;
  }
  /*		Kazrost Page styles		*/
  .page_gallery {
    padding: 0 20px;
  }
  .page_gallery .slick_arrow {
    width: 40px;
    height: 40px;
  }
  .page_gallery .slick_prev {
    left: 0;
  }
  .page_gallery .slick_next {
    right: 0;
  }
  .page_gal_item {
    margin: 0 5px;
  }
  .section_slide_item {
    width: 300px;
    height: 190px;
    margin: 0 20px;
  }
  .section_slider .slick_next {
    right: 20px;
  }
  .section_slider .slick_prev {
    left: 20px;
  }
  .contact_info,
  .contact_map {
    border-radius: 5px;
  }
  .video_popup {
    width: 430px;
    height: 280px;
  }
  /* Starts styles of about_reviews */
  .diploms-block {
    grid-template-columns: repeat(2, 48%);
  }

  .diplom_slider{
    margin-top: 30px;
    padding: 0 10px;
  }
  .diplom_slider .slick_arrow{
    width: 40px;
    height: 40px;
  }
  .diplom_slider .slick_prev{
    left: -10px;
  }
  .diplom_slider .slick_next{
    right: -10px;
  }

  /*service pages styles START */
  .service-faq_item {
    padding: 15px;
  }
  /* service pages styles END */
  /*		Contcats Page styles 		*/
  .contact_item_block .contact_list {
    flex-direction: row;
  }
  /*		Partners Page styles		*/
  .part_img {
    height: 110px;
  }
}
@media screen and (max-width: 500px) {
  .logo {
    width: 180px;
  }
  .wp_fixed,
  .up_btn {
    width: 50px;
    height: 50px;
  }
  .up_btn {
    bottom: 100px;
  }

  .prod_img{
    height: 150px;
  }

  /*		Product_Inner Page styles		*/
  .prod_inner_buttons {
    margin-top: 15px;
    flex-direction: column;
    align-items: center;
  }
  .prod_btn {
    width: 240px;
    margin: 10px 0 0 0;
  }
  /*		Lizing Page styles		*/
  .lizing_item {
    flex-direction: column;
  }
  .lizing_num {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .lizing_item .text_item {
    text-align: center;
  }
  .lizing_item {
    padding: 20px 15px;
  }
  .page_bottom_text .title {
    font-size: 22px;
  }
  /*		News Page styles		*/
  .insta_item {
    height: 160px;
  }
  .insta_title {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .insta_btn {
    margin-top: 15px;
  }
  /*			Spares Page styles		*/
  .double_input {
    flex-direction: column;
  }
  .double_input .form_input {
    width: 100%;
  }
  /*		Kazrost Page styles		*/
  .page_gal_item {
    height: 220px;
  }
  /* Starts styles of about_reviews */
  .reviews-left {
    display: block;
  }
  .reviews-left-block {
    width: auto;
    text-align: center;
  }
  .reviews-left__img {
    margin: auto;
  }
  .reviews {
    /*padding: 20px 18px 20px 25px;*/
    padding: 20px 15px 15px;
  }
  .reviews-right-stars {
    margin-right: 0px;
  }
  .reviews-left-imgBlock {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .reviews-left-block__text {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .reviews-left-block__subtext {
    font-size: 14px;
  }
  /* about reviews END */
  /* service pages styles START */
  .contactsService-faq-head .faq_title {
    font-size: 18px;
    padding-left: 56px;
  }
  .service-faq_title {
    padding: 14px 0px;
  }
  /* service pages styles END */
}
@media screen and (max-width: 450px) {
  /*		Products Page styles		*/
  .prod_item {
    width: 100%;
    margin-bottom: 20px;
  }
  .prod_list .prod_item:nth-child(even):after,
  .prod_list .prod_item:nth-child(odd):after {
    content: "";
    display: block;
    top: -10px;
    left: 0;
    right: 0;
    bottom: auto;
    width: auto;
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .foot_col,
  .foot_left {
    width: 100%;
    text-align: center;
  }
  .prod_text {
    padding: 20px;
  }
  .foot_left {
    margin-bottom: 30px;
  }
  .logo.foot_logo {
    margin-left: auto;
    margin-right: auto;
  }
  .soc_list {
    justify-content: center;
  }

  .prod_img{
    height: auto;
    max-height: 300px;
    overflow: hidden;
  }

  /*		News Page styles		*/
  .news {
    grid-template-columns: 100%;
  }
  .news .news_item:first-child,
  .news .news_item:nth-child(10) {
    grid-column: auto;
  }
  .news .news_item:first-child .news_text,
  .news .news_item:nth-child(10) .news_text {
    padding: 20px;
  }
  .news .news_item:first-child .news_name,
  .news .news_item:nth-child(10) .news_name {
    font-size: 18px;
  }
  .news .news_item:first-child .text_item,
  .news .news_item:nth-child(10) .text_item {
    max-height: 125px;
  }
  /*		News_Inner Page styles		*/
  .rel_news_list .news_item {
    width: 100%;
  }
  .rel_news_list .news_img {
    height: auto;
  }
  /*		Kazrost Page styles		*/
  .page_gal_item {
    height: 180px;
  }
  /* Service pages styles START */
  .service-content-block-img img {
    border-radius: 5px;
  }
  .spareparts-block {
    line-height: 140%;
  }
}
@media screen and (max-width: 400px) {
  .logo {
    width: 160px;
    height: 60px;
  }
  .main_block {
    padding: 60px 30px;
  }
  .main_block .logo {
    width: 135px;
    top: 20px;
  }
  .head_left .head_tel,
  .main_header .logo,
  .main_header .mob_menu {
    height: 60px;
  }
  .head_tel,
  .lang_block,
  .main_header .logo,
  .mob_menu {
    width: 60px;
  }
  .head_tel {
    display: none;
  }
  .head_left .head_tel {
    display: block;
  }
  .main_section {
    padding-left: 60px;
  }
  .menu_btn {
    width: 28px;
  }
  .menu_link,
  .sub_link,
  .lang {
    font-size: 14px;
  }
  .slide_img {
    max-width: 100%;
  }
  .main_slider .slick_arrow {
    width: 35px;
    height: 35px;
  }
  .slide {
    width: 270px;
    padding: 30px 25px;
  }
  .slide_title {
    font-size: 22px;
  }
  .main_title {
    font-size: 24px;
  }
  /*		Products Page styles		*/
  .prod_cat_item {
    width: 100%;
  }
  /*		Product_Inner Page styles		*/
  .page_form .form_input,
  .page_form .form_btn {
    width: 100%;
    margin-bottom: 15px;
  }
  .page_video {
    height: 220px;
  }
  .doc_item,
  .prod_tab_item {
    width: 100%;
  }
  .request_popup.fancybox-content {
    padding: 30px 20px;
  }
  .request_title.title {
    font-size: 20px;
  }
  /*		About Page styles		*/
  .request_contact_img {
    width: 50px;
    height: 50px;
  }
  .request_map_item {
    height: 200px;
  }
  .request_title {
    margin-bottom: 30px;
  }
  /*		News Page styles		*/
  .insta_item {
    width: 100%;
    height: 200px;
  }
  /*		Kazrost Page styles		*/
  .section_slide_item {
    width: 240px;
    height: 170px;
    margin: 0 5px;
  }
  .contact_body {
    padding: 20px;
  }
  .contact_head {
    font-size: 20px;
    padding: 18px 20px;
  }
  /* Starts styles of about_reviews */
  .reviews-left {
    width: auto;
  }
  /* about reviews END */
  /* partner inner page styles START */
  .partnerInnerSection-block-video {
    height: 240px;
  }
  .partner_video_item {
    height: 190px;
  }
  /* service pages styles START */
  .spareparts-block a {
    width: auto;
    height: auto;
  }
  .contactsService-faq-head:after,
  .contactsService-faq-head:before {
    width: 35px;
    height: 35px;
  }
  .contactsService-faq-head .faq_title {
    padding-left: 49px;
    font-size: 15px;
    background: url(../img/tech_icon.svg) left top / 43px no-repeat;
  }
  /* service pages styles END */
  /*		Partners Page styles		*/
  .part_item {
    width: 100%;
  }
  .part_img {
    height: 130px;
  }

  /*    Comment Page styles    */

  .diploms-block-img{
    height: 200px;
  }
}
/*end my css*/
</pre></body></html>