/* roboto-regular - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/roboto-v49-cyrillic_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/roboto-v49-cyrillic_latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/roboto-v49-cyrillic_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


body, td, th{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 0.73vw;
    color: #545857;
    border-collapse : collapse;
    margin: 0;
}

p{
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
}

img{
    border: 0;
}

a{
    font-size: 0.73vw;
    color: #e43523;
}

a:link, a:visited, a:active{
    text-decoration : none;
}

a:hover{
    text-decoration : underline;
}

h1, h2, h3{
    padding: 1vw 0;
    margin: 0;
}

h1 {
    text-indent: 1.3vw;
    font-size: 0.9vw;
    color: #b2444a;
}

h2, h3 {
    text-indent: 1.3vw;
    font-size: 0.8vw;
}

p {
    text-indent: 1.3vw;
    padding-bottom: 0.4vw;
}

.large{
	font-size: 0.94vw;
}

.x-large{
	font-size: 1.25vw;
}

.color_red{
	color: #e43523;
}

.color_orange{
	color: rgb(255, 102, 0);
}

.color_gray{
	color: rgb(128, 128, 128);
}

.color_black{
	color: rgb(51, 51, 51); 
}

.color_vinous{
	color: #800000; 
}

.mt_mb6{
	margin-top: 0.31vw;
	margin-bottom: 0.31vw;
}

.mt_mb8{
	margin-top: 0.42vw;
	margin-bottom: 0.42vw;
}

.mt_mb10{
	margin-top: 0.52vw;
	margin-bottom: 0.52vw;
}

.mt_mb12{
	margin-top: 0.63vw;
	margin-bottom: 0.63vw;
}

.mt_mb14{
	margin-top: 0.73vw;
	margin-bottom: 0.73vw;
}

.mt_mb16{
	margin-top: 0.83vw
	margin-bottom: 0.83vw
}

.mt_mb18{
	margin-top: 0.93vw;
	margin-bottom: 0.93vw;
}

.mt_mb20{
	margin-top: 1.04vw;
	margin-bottom: 1.04vw;
}



.ml_mr6{
    margin-left: 0.31vw;
    margin-right: 0.31vw;
}

.ml_mr8{
    margin-left: 0.42vw;
    margin-right: 0.42vw;
}

.ml_mr10{
    margin-left: 0.52vw;
    margin-right: 0.52vw;
}

.ml_mr12{
    margin-left: 0.63vw;
    margin-right: 0.63vw;
}

.ml_mr14{
    margin-left: 0.73vw;
    margin-right: 0.73vw;
}

.ml_mr16{
    margin-left: 0.83vw;
    margin-right: 0.83vw;
}

.ml_mr18{
    margin-left: 0.93vw;
    margin-right: 0.93vw;
}

.ml_mr20{
    margin-left: 1.04vw;
    margin-right: 1.04vw;
}


.mb1{
	margin-bottom: 1vw;
}

.mb2{
	margin-bottom: 2vw;
}

.mb3{
	margin-bottom: 3vw;
}

.mb4{
	margin-bottom: 4vw;
}

.mb5{
	margin-bottom: 5vw;
}

.mb6{
	margin-bottom: 6vw;
}

.mb7{
	margin-bottom: 7vw;
}

.mb8{
	margin-bottom: 8vw;
}

.mb9{
	margin-bottom: 9vw;
}

.mb10{
	margin-bottom: 10vw;
}

.ml0{
	margin-left: 0 !important;
}

.mr0{
	margin-right: 0 !important;
}

.medium{
   /* font-size: 16px; */
	font-size: 0.83vw;
}

.small{
   /* font-size: 13px; */
	font-size: 0.68vw
}
    
.container{
    /* max-width: 1223px; */
    max-width: 63.7vw;
    width: 100%;
    margin: 0 auto;
}

.header{
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    align-items: flex-end;
    margin-top: 0.6vw;
    margin-bottom: 1.8vw;
}

.logo img{
    max-width: 14vw;
}

.logo_text img{
    max-width: 10.4vw;
}

.callback img{
    max-width: 6vw;
}

.alutech img{
    max-width: 16.1vw;
}

.phone .red{
	font-size: 2.1vw;
    color: #e82129;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.phone .grey{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 1vw;
    color: #666666;
}

.phone .grey_big{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 1.2vw;
    color: #666666;
    text-transform: uppercase;
    line-height: 1.6vw;
}

.tel_link:hover{
	text-decoration: none;
	text-shadow: 0vw 0vw 0.1vw rgba(0,0,0,0.2);
}

.info_container{
    display: flex;
}

.trio_menu{
    display: flex;
    flex-direction: column;
    margin-right: 0.4vw;
}

.trio_menu img{
    max-width: 19.7vw;
}

.trio_menu a{
    margin-bottom: 0.5vw;
}

.swiper-button-prev, .swiper-button-next {
    width: 1.4vw;
}

.swiper-slide img{
    max-width: 43.8vw;
}

.horizontal_menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 2.1vw;
    height: 2.6vw;
}

.horizontal_menu .arrows{
    width: 2.1vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.horizontal_menu a{
    font-size: 0.9vw;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
	color: #FF0000;
}

.red_line{
    background:#e43523;
    height: 0.1vw;
    width: 100%;
}

.main_container{
    display: flex;
}

.left_menu{
    width: 12.7vw;
    margin-top: 1.3vw;
    display: flex;
    flex-direction: column;
}

.left_menu_item{
    padding: 0.6vw 0;
}

.left_menu_item img{
    margin-right: 0.9vw;
}

.right_arrow, .left_arrow{
    width: 0.4vw;
}

.central_arrow{
    width: 0.2vw;
}

.left_submenu{
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
    margin-bottom: -0.5vw;
}

.left_submenu a{
    padding:0.5vw 0.5vw 0.5vw 1.5vw;
    display: block;
    font-weight: bold;
    font-size: 0.7vw;
}

.left_menu_link{
    color: #FF0000;
    font-weight: bold;
    font-size: 0.7vw;
}

.news_rows{
    margin-top: 1vw;
    margin-bottom: 1.5vw;
    font-size: 0.7vw;
}

.news_rows h2, .news_rows h3 {
    text-indent: 0;
    padding: 0 0 0.3vw 0;
}

.new_row{
    border-bottom: 0.1vw solid #b1b1b1; 
    padding: 0.5vw;
}

.new_row a{
    font-weight: bold;
    display: block;
    text-align: right;
    padding-top: 0.5vw;
}

.date{
    font-weight: bold;
    margin-bottom: 0.5vw;
}

.all-news{
    display: block;
    margin-top: 0.5vw;
    text-align: right;
    font-weight: bold;
}

.b-share{
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.6vw;
}

.sertifikat{
    width: 12.7vw;
}


.content_container{
    max-width: 100%;
    margin-left: 3.6vw;
    margin-right: 1.8vw;
    flex: 1;
    position: relative;
}

.breadcrumbs{
    height: 2.6vw;
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 0.1vw solid #e0e0e0;
    color:#c7c2c2; 
}

.breadcrumbs > *{
    color:#c7c2c2; 
    padding:0 1vw;
}

.content .three_rows{
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

.content .three_rows.main{
	justify-content: space-between;
}

.content .three_rows.jc-sa{
    justify-content: space-around;
}

.content .three_rows .row {
    width: 26%;
}

.content .three_rows img{
    max-width: 13.5vw;
    margin-bottom: 1.3vw;
}

.footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10vw;
    border-top: 0.1vw solid #e43523;
    padding: 1.5vw 0;
}

.counters{
    display: flex;
    flex-direction: column;
}

.counters img{
    max-width: 4.6vw;
    height: auto;
}

.counter + .counter{
    margin-top: 0.5vw;
}

.copyright{
    color:#414c46; 
    font-size:0.6vw;
}

.form_to_contact{
    color:#414c46; 
    font-size:0.6vw;
}

.dev{
    width: 12vw;
    display: flex;
    align-items: center;
}

.dev img{
    margin-right: 0.8vw;
    max-width: 3.7vw;
}

.red_bottom_line{
    background-color: #d52302;
    border-radius: 0.8vw 0.8vw 0 0;
    height: 2.1vw;
}

.soc_button {
    position: fixed;
    right: -1.6vw;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 7vw;
    height: 7vw;
    color: #fff;
    text-align: center;
    z-index: 9999;
	display: flex;
    justify-content: center;
    align-items: center;
}

.soc_button img{
	width: 5.4vw  !important;
    border-radius: 50%;
}

.soc_button a {
    color: #fff;
}

.soc_button:before,
.soc_button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 0.1vw solid #25D366;
    left: -1vw;
    right: -1vw;
    top: -1vw;
    bottom: -1vw;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.soc_button:after{
    animation-delay: .5s;
}

.whatsapp_button{
	bottom: 18%;
    background: #25D366; 
}

.whatsapp_button:before,
.whatsapp_button:after {
    border: 0.1vw solid #25D366;
}

.telegram_button{
	bottom: -4%;
    background: #269dd0;
}

.telegram_button:before,
.telegram_button:after {
    border: 0.1vw solid #269dd0;
}

.viber_button{
    background: #7f4da0;
	display:none
}

.viber_button:before,
.viber_button:after {
    border: 0.1vw solid #7f4da0;
}

#burger{
    display: none;
}

.center{
    text-align: center;
}

.left{
    text-align: left;
}

.right{
    text-align: right;
}

.five_rows_with_label{
    display: flex;
    justify-content: space-between;
    margin-bottom: 1vw;
}

.five_rows_with_label .row{
	width: 20%;
}

.five_rows_with_label .img img{
    max-width: 7.81vw;
}

.five_rows_with_label .label a{
    font-size: 1.25vw;
    color: #f00;
    font-family: Times New Roman;
	font-weight: bold;
    margin-top: 1vw;
	display: block;
    text-align: center;
}

.row_img_with_text{
    display: flex;
    align-items: center;
    margin-bottom: 1vw;
}

.row_img_with_text .row_img{
	width: 39%;
}

.row_img_with_text .row_img.min {
    width: 15%;
}

.row_img_with_text .row_img.medium{
    width: 36%;
}

.row_img_with_text .row_text{
	width: 28%;
}

.row_img_with_text .row_text.full{
	flex: 1;
    margin-left: 1vw;
}

.hl_img{
    max-width: 100%;
    height: auto;
}

.m_w_200, .content .three_rows img.m_w_200{
	max-width: 10.42vw
}

.m_w_250, .content .three_rows img.m_w_250{
	max-width: 13.02vw
}

.m_w_280, .content .three_rows img.m_w_280{
	max-width: 14.58vw
}

.m_w_300, .content .three_rows img.m_w_300{
	max-width: 15.63vw
}

.table-wrap nobr {
	display:block
}
.table-wrap {
	width: 100%;
	 text-align: center;
	 display: inline-block;
	 background-color: #fff;
	 padding: 1rem 0;
}
.table-wrap p{
		text-indent: 0;
}
.table-wrap table{
	 border: 1px solid #ccc;
	 width: 100%;
	 margin:0;
	 padding:0;
	 border-collapse: collapse;
	 border-spacing: 0;
 }

.table-wrap table tr {
	 border: 1px solid #ddd;
	 padding: 5px;
	 font-size: 14px;
	 color : #353535;
 }

.table-wrap table th, .table-wrap table td {
	 padding: 10px;
	 text-align: center;
	 border-right: 1px solid #ddd;
 }

.table-wrap table th {
	 color: #000;
	 background-color: #f2f1f3;
	 text-transform: uppercase;
	 font-size: 12px;
	 letter-spacing: 1px;
 }
.table-wrap table tr:nth-child(2n) {
	background-color:#f8f8f8;
}

#AlutechKatAvt{
	max-width: 100% !important;
}

.vh-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact_form{
	margin-left: 10px;
}

.contact_form .form{
    border-style: unset;
    border-bottom-style: solid;
    border-bottom-color: #e5e5e5;
    border-bottom-width: 1px;
	margin-bottom: 20px;
	margin-top: 3px;
	display: none
}

.contact_form textarea{
	border-color: #e5e5e5;
    border-bottom-width: 1px;
	margin: 20px 0;
	display: none
}

.contact_form .baseline {
    margin-left: 80px;
    background-color: white;
    border: 1px solid #999999;
    line-height: 20px;
}

.contact_form .baseline:hover{
	margin-left: 80px;
    color: white;
    background-color: #999999;
}

.contact_form .form:focus-visible, .contact_form textarea{
    outline-style: none;
}

.contact_form .row_phone input:nth-child(3n), .contact_form .row_email input:nth-child(3n) {
    display: block;
}

.contact_form .row_name input:nth-child(3n-1){
	 display: block;
}

.contact_form .row textarea:nth-child(4n) {
    display: block;
}

.contact_items{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.contact_item{
	width: 31%;
    text-align: center;
}

.contact_items .contact_item.contact_item_text{
	width: 38%;
}

.contact_items img{
	max-width: 100%;
}

.content .three_rows.three_rows_caption {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.content .three_rows.three_rows_caption .row {
    width: 26%;
    text-align: center;
    margin-bottom: 2vw;
}

a.vacancy {
    display: flex;
    max-width: 100%;
    background: #cc0000;
    color: #fff;
    text-align: center;
    align-items: center;
    margin: 20px 0 10px 0;
    height: 78px;
    justify-content: center;
    border: 2px solid #cc0000;
    transition: 0.3s;
    border-top-left-radius: 5px;
    font-weight: bold;
    font-size: 1.5vw;
    box-sizing: border-box;
    font-family: Georgia, Times New Roman;
}

a.vacancy:hover {
    background: white;
    color: #FF0000;
    text-decoration: none;
    transition: 0.3s;
}


@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}