html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, table, tbody, tfoot, thead, tr, td th,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    background: url("../img/bg2.jpg") repeat -71px 503px;
    font-family: 'Exo 2', sans-serif;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 20px;
}

strong {
    font-weight: 700;
}

p {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

.clear:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

.opacity {
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.boreder_style {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.main {
    width: 100%;
}

.centerContent {
    width: 1000px;
    margin: 0 auto;
}


/* footer to the bottom of a page */
html, body, .main {
    height: 100%;
}

body > .main {
    height: auto;
    min-height: 100%;
}

.content {
    padding-bottom: 220px;
}

.footer {
    position: relative;
    margin-top: -150px; /* negative value of footer height */
    min-height: 150px;
    clear: both;
}

/* footer to the bottom of a page end */


/*---Start Header---*/
.header {
    height: 425px;
    background: url("../img/bghead2.jpg") no-repeat 0% 0%;

    /* 	-webkit-background-size: contain ;
          -moz-background-size: contain ;
          -o-background-size: contain ;
          background-size: contain ; */
}

.inner {
    background: url("../img/header.png") no-repeat 0% 0%;
}

.short-about-us{
    width: 40%;
    float: right;
    margin-right: 10%;
    background: #a9acb0;
    opacity: 0.7;
    color: white;
    font-weight: normal;
    padding:20px;
    margin-top: 15px;
    /*margin-bottom: 15px;*/
    position: relative;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;

    /*max-height: 120px;*/
    /*overflow: hidden;*/
}




.inner .header {
    background: none;
    height: 200px;
}

/*---Start headerMenu---*/
.headerMenu {
    /* margin: 0 auto;
     display: table;*/
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}



.headerMenu a:not(.dropdown-lang-link), .headerMenu .dropdown-lang, .headerMenu .dropdown-info {
    margin: 0 5px;
}

.headerMenu a:hover, .headerMenu a.active {
    color: #f58220;
    text-decoration: underline;
    cursor: pointer;
}


.breadCrumb-link{
    margin-right: 10px;
    color: black;
    display: inline-block;
}
.breadCrumb-link:not(.breadCrumb-link-prod-header):hover span{
    border-bottom: 1px solid black;
}

.breadCrumb-link:not(:last-child)::after {
    content: ">";
    margin-left: 5px;

}

.breadCrumb-container{

    width: 1000px;
    display: block;
    margin: 0 auto;
    background: rgba(186, 192, 199, 0.57);
    height: auto;
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    border: 1px solid silver;
}
.breadCrumb-link-prod-header{
    user-select: none;
    color: gray;
}

.instrument-detail-item-pdf{
    display: flex;
    clear: both;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.instrument-detail-item-header,.instrument-detail-item-description{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.instrument-detail-item-header{
    font-size: 27px;
}




.headerMenu a.logo {
    margin: 5px 0 0 0;
}

.headerMenu a:not(.logo) img {
    /*height: 20px;*/
    margin-right: 10px;
}

/*---End MainMenu---*/
.top-address, .top-phones {
    position: absolute;
    top: 8px;
    font-size: 16px;
    color: #5a5a5b;

}
.top-address-img,.top-phones-img{
    margin-right: 15px;
}

.top-phones {
    right: 0px;
    display: flex;
    flex-direction: row;
    padding-right: 20px;
}

.top-address {
    left: 0px;
    padding-left: 20px;
}

.top-phones br {
    display: none;
}

.top-phones > span {
    display: inline-block;
    margin-right: 10px;
}

.slogan {
    color: #6a6a6a;
    font-size: 37px;
    margin: 0 auto;
    padding: 25px 0px 0px 0px;
    text-align: center;
}

/*.slogan p {*/
/*    margin: 0px 0px 0px 440px;*/
/*}*/

.inner .slogan p {
    font-size: 55px;
}

/*---End Header---*/
.sliderWrapper {
    background: url("../img/sliderbg_wrap7.png") no-repeat 0% 0%;
    height: 319px;
    width: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    /* 		-webkit-background-size: contain ;
          -moz-background-size: contain ;
          -o-background-size: contain ;
          background-size: contain ; */
    /* width: 1024px;
    margin: 0 auto;*/
}

.sliderBlock {
    height: 319px;
    position: relative;
    margin: 0 0 85px 0;
}

.sliderBlock .centerContent {
    position: relative;
}

#slider {
    /* 	position: absolute;
        z-index: 1; */
    margin: 0 auto;
    width: 1000px;
    height: 319px;

}

#slider img {
    width: 100%;
    height: 319px;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.rslides1_tabs {
    clear: both;
    position: absolute;
    top: 340px;
    z-index: 10;
    width: 66px;
    left: 50%;
    margin-left: -33px;
}

.rslides1_tabs li {
    float: left;
    margin: 0 10px 0 0;
}

.rslides1_tabs li a {
    background: url("../img/slidenav.png") no-repeat 0% 100%;
    width: 12px;
    height: 12px;
    display: block;
    font-size: 0;
}

.rslides1_tabs li a:hover, .rslides1_tabs li.rslides_here a {
    background: url("../img/slidenav.png") no-repeat 0% 0%;
}

.rslides1_nav {
    display: block;
    width: 24px;
    height: 38px;
    font-size: 0;
    position: absolute;
    z-index: 10;
}

.rslides1_nav.prev {
    background: url("../img/slider_lr.png") no-repeat 0% 100%;
    top: 141px;
    left: 940px;
}

.rslides1_nav.next {
    background: url("../img/slider_lr.png") no-repeat 0% 0%;
    top: 141px;
    left: 19px;
}

/*---Start Content---*/


.tabcontent ol,.tabcontent ul{
	list-style: inherit;
}

.production_detail ol,.tabcontent ol {
	list-style: decimal;
	margin: 0 0 0 40px;
	line-height: 25px;
}

.production_detail ul {
    list-style: inherit;
    margin: 0 0 0 40px;
    line-height: 25px;
}

/* .production_detail ol li,
.production_detail ul li {
	margin: 5px 0;
} */
.production_detail img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 10px;
}

.production_detail a {
    text-decoration: underline;
}

.production_detail_header{
	color: black;
}
.slogan p.production_detail_header{
	margin: 0px 0px 0px 350px;
}

.production_short_description{
	width: 50%;
	float: right;
}
.production_short_description_text{
	height: 245px;
	overflow: hidden;


}


.menuCenter {
    min-height: 335px;
    margin: 0 0 40px 0;
}

.menuCenter a {
    display: block;
    height: 130px;
    float: left;
    font-size: 17px;
    color: #333;
    font-weight: bold;
    width: 120px;
    text-align: center;
    margin: 0px 1px 25px 1px;
    background: url("../img/prd_b_g.png") no-repeat 50% 0%;
}

.menuCenter a span {
    position: relative;
    display: block;
    width: 72px;
    height: 70px;
    margin: 22px auto;
}

.toiningImgNew {
    z-index: 2;
    top: 0;
    left: 0;
    margin: 0;
    position: absolute;
    display: none;
}

.menuCenter a:hover {
    background: url("../img/prd_b_g_h.png") no-repeat 50% 0%;
}

.menuCenter .items_wrap {
    margin: 0 0 0 70px;
}

.services {
    background: url("../img/bgorange.png") no-repeat 0% 0%;
    height: 360px;
    color: #4f4f4f;
}

.services .service {
    float: left;
    width: 295px;
    margin: 40px 15px 0px;
}

.services .service:hover {
    cursor: pointer;
}

.services .service .title {
    font-weight: 300;
    text-align: center;
    font-size: 30px;
    transition: opacity 300ms ease;
}

/*.services .service .title:hover,*/
/* .services .service .titlehover{ */
.titlehover {
    color: #fff;
    text-shadow: 0 0 10px white;
}

.services .service .text {
    transition: color 300ms ease;
}

.services .service .texthover {
    color: #fff;
}

.services .service .icon {
    width: 90px;
    height: 93px;
    display: block;
    margin: 20px auto;
}

.services .service .serv1 {
    background: url("../img/icons_serv.png") no-repeat 0% 0%;
}

.services .service .serv2 {
    background: url("../img/icons_serv.png") no-repeat 0% 49%;
}

.services .service .serv3 {
    background: url("../img/icons_serv.png") no-repeat 0% 100%;
}

.services .service p {
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
}

.infoText {
    background: url("../img/info.png") no-repeat 30px 50% #fff;
    padding: 25px 30px 25px 80px;
    width: 870px;
    margin: 33px auto 50px auto;
    color: #7f7f7f;
    font-size: 20px;
    line-height: 25px;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
}

.infoBlock {
    margin: 0 auto 50px auto;
}

.infoBlock2 {
    width: 250px;
    float: left;
    height: 272px;
    margin-bottom: 10px;
    margin-top:30px;
    margin-right: 80px;
}

.infoBlock .innerBlock {
    width: 444px;
    float: left;
    margin: 0 24px;
    color: #000;
    font-size: 18px;
    line-height: 25px;
}

.menuRight {
    width: 255px;
    background: #a9b1bd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
    user-select: none;
}

.menuRight a {
    display: block;
    color: #fff;
    font-size: 18px;
    padding: 20px 50px 20px 30px;
    border-top: 1px solid #82868c;
    position: relative;
}

.menuRight a:first-child {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.menuRight a.active .ico {
    background-image: url("../img/icons_menu_w.png");
}

.menuRight a img {
    position: absolute;
    right: 20px;
    top: 15px;
    height: 28px;
}

.menuRight a .ico {
    display: block;
    position: absolute;
    width: 39px;
    right: 20px;

    background-repeat: no-repeat;
}

/*
.menuRight a.item1 .ico{
	top: 15px;
	height: 28px;
	background-position: 0% 0%;
}
.menuRight a.item2 .ico{
	top: 15px;
	height: 28px;
	background-position: 0% -51px;
}
.menuRight a.item3 .ico{
	top: 13px;
	height: 35px;
	background-position: 0% -96px;
}
.menuRight a.item4 .ico{
	top: 13px;
	height: 35px;
	background-position: 0% -147px;
}
.menuRight a.item5 .ico{
	top: 15px;
	height: 28px;
	background-position: 0% -200px;
}
.menuRight a.item6 .ico{
	top: 15px;
	height: 30px;
	background-position: 0% -250px;
}
.menuRight a.item7 .ico{
	top: 13px;
	height: 35px;
	background-position: 0% -297px;
}
.menuRight a.item8 .ico{
	top: 15px;
	height: 28px;
	background-position: 0% -350px;
}
.menuRight a.item9 .ico{
	top: 15px;
	height: 28px;
	background-position: 0% -400px;
}
.menuRight a.item10 .ico{
	top: 12px;
	height: 35px;
	background-position: 0% -445px;
}
.menuRight a.item11 .ico{
	top: 15px;
	height: 35px;
	background-position: 0% -499px;
}
.menuRight a.item12 .ico{
	top: 15px;
	height: 30px;
	background-position: 0% -548px;
}
.menuRight a.item13 .ico{
	top: 12px;
	height: 38px;
	background-position: 0% -594px;
}
*/
.menuRight a:last-child {
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.menuRight a.item1, .menuRight a.item1:after {
    border: 0px;
}

.menuRight a:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    border-top: 1px solid #cdd1d9;
}

.menuRight a:hover, .menuRight a.active {
    background: rgb(245, 207, 138); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1Y2Y4YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWMzNjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(245, 207, 138, 1) 0%, rgba(238, 195, 104, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(245, 207, 138, 1)), color-stop(100%, rgba(238, 195, 104, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(245, 207, 138, 1) 0%, rgba(238, 195, 104, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(245, 207, 138, 1) 0%, rgba(238, 195, 104, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(245, 207, 138, 1) 0%, rgba(238, 195, 104, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(245, 207, 138, 1) 0%, rgba(238, 195, 104, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5cf8a', endColorstr='#eec368', GradientType=0); /* IE6-8 */
}

.product {
    position: relative;
    width: 615px;
    height: 191px;
    cursor: pointer;
}

.product .icon {
    position: absolute;
    width: 190px;
    height: 190px;
    z-index: 1;
}

.product .desc_wrap {
    background: url("../img/product_bg.png") no-repeat;
    width: 525px;
    height: 125px;
    margin: 50px 0 0 0;
    position: relative;
    z-index: 0;
    transition: background 1200ms ease 0s;
}

.product .descr {
    width: 280px;
    height: 88px;
    display: block;
    color: #fff;
    margin: 20px 0 0 115px;
    font-size: 16px;
    transition: color 1200ms ease 0s;

    display: flex;
    flex-direction: column;
    justify-content: center;

}

.product .descr div {
    font-size: 13px;
}

.product.active .desc_wrap, .product.hovered .desc_wrap {
    background: url("../img/product_active_bg.png") 100% 0% no-repeat;
}

.product.active .descr, .product.hovered .descr {
    color: #6e7e8f;
}

.product .descr h3 {
    font-size: 22px;
    margin: 0 0 5px 0;
}

/* .product .descr p{
	font-size: 16px;
	line-height: inherit;
	padding: 5px 0 0 0;
	color: #fff;
} */

.product .arrow {
    background: url("../img/product_arrow.png") no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    top: 40px;
    right: 40px;
}

.product.prod1 .icon {
    background: url("../img/prd_b_m.png") no-repeat;
}

.product.prod2 .icon {
    background: url("../img/prod2.png") no-repeat;
}

.product.prod3 .icon {
    background: url("../img/prod3.png") no-repeat;
}

.col-1 {
    width: 690px;
}

.col-1 .orange {
    background: #f8d390;
    padding: 0 25px;
}

.col-1 .orange p {
    font-size: 15px;
}

.col-1 h1 {
    font-size: 32px;
    background: url('../img/title_bg.png') no-repeat scroll 100% 0% transparent;
    height: 120px;
    padding: 12px 0 0 330px;
}

.col-1 h2 {
    padding: 40px 0 15px 0;
    font-size: 25px;
}

.col-1 p {
    font-size: 16px;
    line-height: 25px;
    /*padding: 15px 0;*/
    color: #000;
}

.col-1 .title {
    position: relative;
    height: 230px;
    margin: 20px 0 0 0;
}

.col-1 .title .icon_big {
    background: url("../img/prd_b_b.png") no-repeat;
    position: absolute;
    top: -115px;
    left: 0px;
    width: 314px;
    height: 315px;
}


.col-1 .title .icon_big img {
    width: 314px;
    height: 315px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.col-1 .title .icon_small {
    background: url("../img/prd_b_s.png") no-repeat;
    width: 66px;
    height: 64px;
    display: inline-block;
}

.col-1 .title .icon_small img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.icon_small_img{
    width: 51px;
    margin-left: 7px;
    margin-top: 8px;
}


.col-1 .title .decoration {
    padding: 0 0 0 320px;
}

.col-1 .title .decoration,.col-1 .decoration{
	width: 100%;
	clear: both;
	padding: 0px;
}
.body_registration .tabs{
    width: 100%;
}
.body_clients .col-1,.body_contacts .col-1,.body_info .col-1,.body_engineering .col-1{
    margin-top: 20px;
}
.body_registration .grey_bg{
    width: 100%;
}
.hide{
    display: none;
}
.col1 .hs1{
    height: 120px;
    background: url(../img/title_bg.png) 100% 0% no-repeat scroll transparent;
    padding: 0px 0px 0px 330px;
    overflow: hidden;
}
.hs1{
    height: 120px;
    background: url(/img/title_bg.png) 100% 0% no-repeat scroll transparent;
    padding: 0px 0px 0px 330px;
    overflow: hidden;
    margin-bottom: 20px;
}
.hs1 h1{
    height: unset;
    background: unset;
    padding: unset;
}
.hs1 h2{
    padding: unset;
    padding-right: 35px;
    margin-top: 5px;
}
.hs1_child{
    height: 77px;
    width: 320px;
    margin: unset;
    padding: unset;
    overflow: hidden;
    padding-top: 5px;
    font-size: 15px;
}

.terms_and_condition_container{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	width: 100%;
	margin-bottom: 0px;
}
.terms_and_condition_child,.terms_and_condition_child a{
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	margin: 0px 15px 10px 15px;
    -webkit-tap-highlight-color: transparent;
}

.tablinks,.tabcontent{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}


.tablinks.active #triangle-up{
	position: absolute;
    top: 4px;
    border-right: 14px solid transparent;
    left: -6.5px;
    border-bottom: 56px solid #fff;
    /*border-left: 0px solid transparent;*/
}

#triangle-up{
	position: absolute;
    top: 4px;
    border-right: 13px solid transparent;
    left: -6.5px;
    border-bottom: 56px solid #efeff0;
    border-left: 0px solid transparent;
}


.scroll-up-btn.active {
    opacity: 0.8;
    visibility: visible;
}


.scroll-up-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: #4c4c4c;
    border: 1px solid #ccc;
    border-radius: 50%;
    z-index: 10;
    transition: opacity 0.3s, visibility 0.3s;
    opacity: 0;
    visibility: hidden;
   outline: none;
}
.scroll-up-btn svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
.scroll-up-btn.active {
    opacity: 0.8;
    visibility: visible;
}











/* Style the tab */
.tab {
	overflow: hidden;
    width: calc(100% - 2px);
    display: inline-flex;
    overflow-x: scroll;
    margin-left: 1px;
}
.tab.not-overflown{
    /*margin-left: -1px;*/
    margin: 0px;
}

.tab {
    -ms-overflow-style: none;  // IE 10+
scrollbar-width: none;  // Firefox
}
.tab::-webkit-scrollbar {
    display: none;  // Safari and Chrome
}


@-moz-document url-prefix() {
    .tab {
        overflow-x: hidden;
    }
    .tabcontent{
        margin-top: -2px;
    }
}

.arrow-container-global{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.arrow-container1,.arrow-container2{
    width: 50%;
}

.tab-parent-container{
    width: 100%;
}

/* Style the buttons inside the tab */
.tab button {
	background-color: #efeff0;
	float: left;
	outline: none;
	cursor: pointer;
	transition: 0.3s;
	font-size: 16px;
	transform: skewX(15deg);
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
    min-height: 30px;
	height: auto;
	border: none;
	margin-right: 2px;
	margin-left: 2px;
	/*font-family: monospace;*/
    font-family: 'Exo 2', sans-serif;
}

.tab-arrow-left,.tab-arrow-right{
    width: 25px;
    height: 25px;
}
.tab-arrow-left{
    margin-left: 10px;
    /*margin-top: -3px;*/
}

.tablinks div{
    transform: skewX(-15deg);
}

/* Change background color of buttons on hover */
/*.tab button:hover {*/
/*	font-weight: bold;*/
/*}*/


/* Create an active/current tablink class */
.tab button.active {
	background-color: #fff;
	border: none;
	font-weight: bold;
}
.tab button:nth-child(1) {
	margin-left: 3px;
	margin-right: 2px;
}

/* Style the tab content */
.tabcontent {
    display: none;

    border: 1px solid #ccc;
    border-top: none;
    background: #fff;

    border-top-right-radius: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 20px 50px 50px 40px;
}

.tabcontent p{
    font-size: 16pt;
    line-height: 20pt;
    text-indent: 1em;
}

.tabcontent h3{
    font-weight: bold;
    font-size: 18pt;
    margin-bottom: 30px;
    margin-top: 30px;
}

.tabcontent  li{
    font-size: 16pt;
    line-height: 24pt;
}

.tabcontent ul{
    padding-left: 45px;
}

.tabcontent table.table_styled{
    border-collapse: collapse;
    width: 100%;
}

.tabcontent table.table_styled td,th{
    font-size: 14pt;
    border: 1px solid black;
}

.tabcontent.not-overflown{
    border-top-right-radius: 8px;
}

.col-1 a {
    font-size: 15px;
    color: #000;

    transition: color 300ms ease;
}

.col-1 a:hover {
    color: #f58220;
    text-decoration: underline;
    cursor: pointer;
}

.blocker{
    z-index: 100!important;
}

.btnNext,.btnPrevious{
    position: relative;
    top: 36px;
    z-index: 2;
    height: 25px;
    width: 25px;
    color: rgba(0, 0, 0, 0.57)!important;
    opacity: 0.7;
    -webkit-tap-highlight-color: transparent;
}
.btnNext:hover,.btnPrevious:hover{
    color: rgba(0, 0, 0)!important;
}

.btnNext{
    float: right;
    right: 10px;
    user-select: none;
}
.btnPrevious{
    display: none;
    left: 0px;
    user-select: none;
}

.small_date {
    margin-top: 10px;
    float: right;
    font-size: 16px;
}

/*---End Content---*/

/*---Start Footer---*/
.footer {
    background: #4c4c4c;
    color: #fff;
    padding: 20px 0 30px 0;
}

.footer .phones{
    display: flex;
    flex-direction: column;
}

.menuFooter, .contactsFooter {
    padding: 0 58px 0 58px;
    text-align: center;
}

.menuFooter a {
    font-stretch: condensed;
    font-size: 15px;
    color: #fff;
    margin: 0 57px 0 0;
    transition: opacity 300ms ease;
}

.menuFooter a.mrgRight {
    margin-right: 30px;
}
.menuFooter a{
    margin-right: 30px;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.menuFooter a:hover, .menuFooter a.active {
    opacity: 0.6;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    cursor: pointer;
}

.contactsFooter p {
    margin: 0.3em auto;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
}

.contactsFooter p:first-child {
    margin-top: 2em;
}

.contactsFooter a {
    color: #fff;
}

.ie .contactsFooter p {
    margin: 35px 65px 25px 0;
}

.contactsFooter p.mrgRight {
    margin-right: -30px;
}

.copyright {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    display: block;
    clear: both;
    margin-top: 2em;
}

.logo_bottom {
    background: url('../img/logo_bootom_new.png') no-repeat scroll 0% 0% transparent;
    position: absolute;
    width: 140px;
    height: 70px;
    top: -60px;
    left: 50%;
    margin-left: -70px;
}

.logo_bottom:hover {
    background: url('../img/logo_bottom_hover_new.png') no-repeat scroll 0% 0% transparent;
}

#scrollToTop {
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin: 10px auto;
}

.error {
    margin-left: 5px;
    font-size: 14px;
    display: block;
    color: #f58220;

}

/*---End Footer---*/

/*Start styled table*/
.production_detail table {
    background: none repeat scroll 0% 0% #F1F1F1;
}

.production_detail table td {
    padding: 5px;
    vertical-align: middle;
}

.production_detail table.table_styled {
    font-size: 15px;
    font-weight: 500;
    border-collapse: separate;
    width: auto !important;
    background: none;
    border: 0px !important;
}

.production_detail .table_styled tr {
    background: #8b8f94;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: block;
    border-top: 1px solid #8f9494;
    color: #fff;
}

.production_detail .table_styled tr:last-child {
    border-bottom: 1px solid #8f9494;
}

.production_detail .table_styled td {
    border: none;
    box-shadow: none !important;
}

.production_detail table.table_styled td:first-child {
    width: 200px;
    background: rgb(221, 222, 221);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(221, 222, 221, 1) 0%, rgba(229, 231, 226, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(221, 222, 221, 1)), color-stop(100%, rgba(229, 231, 226, 1)));
    background: -webkit-linear-gradient(top, rgba(221, 222, 221, 1) 0%, rgba(229, 231, 226, 1) 100%);
    background: -o-linear-gradient(top, rgba(221, 222, 221, 1) 0%, rgba(229, 231, 226, 1) 100%);
    background: -ms-linear-gradient(top, rgba(221, 222, 221, 1) 0%, rgba(229, 231, 226, 1) 100%);
    background: linear-gradient(to bottom, rgba(221, 222, 221, 1) 0%, rgba(229, 231, 226, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddedd', endColorstr='#e5e7e2', GradientType=0);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-left: 1px solid #8f9494;
    border-right: 1px solid #8f9494;
    color: #393a3c;
    padding: 5px 20px 5px 20px;
}

.production_detail .table_styled td:last-child {
    padding: 5px 20px 5px 25px;
    color: #fff;
}

.ie .production_detail .table_styled td {
    border-top: 1px solid #dcdddd;
    border-bottom: 1px solid #dcdddd;
}

/*End styled table*/
/*Start news*/
.col-1 .news {
    position: relative;
    padding: 119px 0 40px 0;
}

.col-1 .news_inner {
    padding: 119px 0 0 0;
}

.col-1 .news_inner .text {
    padding: 0 !important;
}

.col-1 .news p,.col-1 .news-feedback p {
    padding: 20px 40px;
    color: #fff;
    font-weight: 600;
    line-height: 20px;
}

.news .text p{
    font-weight: 100 !important;
}

.body_engineering .col-1 .news p{
    font-weight: unset;
}

.col-1 .news .text , .gray_container {
    background: #a8b0ba;
    opacity: 0.8;
    padding: 0 0 40px 0;
    position: relative;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.body_photo-detail .gray_container{
    opacity: 1;
}
.gray_container{
    margin-bottom: 30px;
}

.news .more {
    color: #0172e1;
    text-decoration: underline;
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-weight: 600;
}

.col-1 .news h1, .col-1 .news h2, .altair_feedback_header {
    font-size: 26px;
    color: #4f4f4f;
    font-weight: 700;
    height: 80px;
    width: 610px;
    padding: 20px 40px;
    position: absolute;
    top: 4px;
    left: 0px;
    overflow: hidden;
    z-index: 2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);

    background: rgb(245, 207, 138); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1Y2Y4YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWMzNjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(245, 207, 138, 1) 0%, rgba(238, 195, 104, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(245, 207, 138, 1)), color-stop(100%, rgba(238, 195, 104, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(245, 207, 138, 1) 0%, rgba(238, 195, 104, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(245, 207, 138, 1) 0%, rgba(238, 195, 104, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(245, 207, 138, 1) 0%, rgba(238, 195, 104, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(245, 207, 138, 1) 0%, rgba(238, 195, 104, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5cf8a', endColorstr='#eec368', GradientType=0); /* IE6-8 */
}

.news h3{
    font-size: 26px;
    color: #4f4f4f;
    font-weight: 700;
    width: 610px;
    padding: 20px 40px 0;
}

.news .short_text {
height: 85px;
overflow: hidden;
}


/*Feedback block start*/
.altair_feedback_header {
    height: auto;
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: relative;
}
.text1-feedback{
    margin-top: 5%;
    margin-bottom: 5%;
}

.altair_feedback_message {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.altair_feedback_img {
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 70px;
    width: 70px;
}

.altair_feedback_container {
    border-radius: 10px;
    background: #e1e2e1;
    padding: 25px;
}

.altair_feedback_author {
    color: orange;
    font-weight: bold;
    margin-top: 4%;
}

.col-1 .altair_feedback_container .news p,.col-1 .altair_feedback_container .news-feedback p {
    line-height: 0px;
}

.col-1 .altair_feedback_container .news {
    padding: 85px 0 40px 0;
}


/*Feedback block end*/


.nav {
    text-align: center;
}

.nav a {
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0 14px;
    font-weight: 600;
    line-height: 27px;
    height: 32px;
    font-weight: 600;
    color: #4c4c4c;
    border: 1px solid #4c4c4c;
    margin: 0 8px 0 0;
}

.nav a:hover {
    opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.nav a.active {
    background: #f0c670;
    border: 1px solid #f0c670;
}

.nav .prev, .nav .next {
    background: #a4acb9;
    color: #fff;
    border: 1px solid #a4acb9;
}

/*End news*/
/*Start forms*/

.grey_bg {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #dddddd;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
    padding: 0 40px;
    position: relative;
}

.grey_bg.login {
    background: url("../img/login_bg.jpg") no-repeat 50% 5% #dddddd;
    width: 480px;
    margin: 0 auto;
    text-align: center;
}

.grey_bg .title {
    color: #4c4c4c;
    font-size: 30px;
    font-weight: 700;
}

.grey_bg.login .title {
    position: absolute;
    top: -45px;
    left: 50%;
    height: 115px;
    width: 114px;
    margin: 0px 0px 0px -57px;
    line-height: 105px;
    text-align: center;
}

.hexagon {
    background: url("../img/hexagon.png") no-repeat 0% 0%;
}

.col-1 .message {
    font-size: 23px;
    color: #EFA91C;
}

label {
    color: #4c4c4c;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 0 10px
}

.input, .textarea {
    padding: 0 10px;
    margin: 8px 0 0 0;
    outline: none;
    font-family: 'Exo 2', sans-serif;
}

.textarea {
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    color: #4c4c4c;
    font-size: 18px;
    border: 0;
    resize: none;
    -moz-box-shadow: inset 1px 1px 2px 0px #555;
    -webkit-box-shadow: inset 1px 1px 2px 0px #555;
    box-shadow: inset 1px 1px 2px 0px #555;
}

.input {
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    color: #4c4c4c;
    font-size: 18px;
    border: 0;
    -moz-box-shadow: inset 1px 1px 2px 0px #555;
    -webkit-box-shadow: inset 1px 1px 2px 0px #555;
    box-shadow: inset 1px 1px 2px 0px #555;
}

.button {
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    outline: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    color: #4c4c4c;
    font-size: 18px;
    border: 0;
    font-family: 'Exo 2', sans-serif;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);

}

#login_form .input {
    width: 200px;
}

#login_form {
    padding: 75px 0 45px 0;
    position: relative;
}

#login_form .button {
    width: 178px;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    margin: 20px 0 0 0;
    background: rgb(35, 138, 200); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIzOGFjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNTNiOGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(35, 138, 200, 1) 0%, rgba(5, 59, 139, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(35, 138, 200, 1)), color-stop(100%, rgba(5, 59, 139, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(35, 138, 200, 1) 0%, rgba(5, 59, 139, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(35, 138, 200, 1) 0%, rgba(5, 59, 139, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(35, 138, 200, 1) 0%, rgba(5, 59, 139, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(35, 138, 200, 1) 0%, rgba(5, 59, 139, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#238ac8', endColorstr='#053b8b', GradientType=0);
}

.ie #login_form .button {
    filter: none;
    background: rgb(35, 138, 200);
}

#login_form .button:hover, #callbackForm .button:hover {
    text-shadow: 0 0 3px white;
}

#login_form a {
    color: #4c4c4c;
    text-decoration: underline;
    font-size: 20px;
    margin: 15px 0 0 0;
    display: inline-block;
}

#login_form a:hover {
    color: #0172e1;
}

#login_form div.float_r, #login_form div.float_l {
    text-align: left;
}

.grey_bg.contacts .title {
    height: auto;
    margin: 0px;
    padding: 20px 0 10px 0;
    text-align: right;
}

#callbackForm .input, #callbackForm .textarea {
    width: 96%;
    margin: 8px 0;
}

#callbackForm .button_wrap {
    text-align: right;
}

#callbackForm .button {
    float: right;
    color: #fff;
    margin: 10px 10px 30px 0;
    font-size: 20px;
    padding: 0 20px;
    font-weight: 500;
    line-height: 1;
    background: rgb(190, 196, 206); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JlYzRjZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZDg3OTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(190, 196, 206, 1) 0%, rgba(125, 135, 151, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(190, 196, 206, 1)), color-stop(100%, rgba(125, 135, 151, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(190, 196, 206, 1) 0%, rgba(125, 135, 151, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(190, 196, 206, 1) 0%, rgba(125, 135, 151, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(190, 196, 206, 1) 0%, rgba(125, 135, 151, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(190, 196, 206, 1) 0%, rgba(125, 135, 151, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bec4ce', endColorstr='#7d8797', GradientType=0); /* IE6-8 */
}

.ie #callbackForm .button {
    background: #7D8797;
    filter: none;
}

/*End forms*/
.orange_bg {
    padding: 40px;
    margin: 0px 0 30px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);

    background: rgb(245, 207, 138); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1Y2Y4YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWMzNjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(245, 207, 138, 1) 0%, rgba(238, 195, 104, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(245, 207, 138, 1)), color-stop(100%, rgba(238, 195, 104, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(245, 207, 138, 1) 0%, rgba(238, 195, 104, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(245, 207, 138, 1) 0%, rgba(238, 195, 104, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(245, 207, 138, 1) 0%, rgba(238, 195, 104, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(245, 207, 138, 1) 0%, rgba(238, 195, 104, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5cf8a', endColorstr='#eec368', GradientType=0); /* IE6-8 */
}

.ie .orange_bg, .ie .col-1 .news h1, .ie .col-1 .news h2 {
    filter: none;
    background: #EEC36A;
}

.orange_bg p {
    font-size: 23px;
    line-height: 32px;
    padding: 0px;
    color: #4f4f4f;
}

.map, .map iframe, #mapDiv {
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
    margin: 0 !important;
}

.ie .menuRight a:hover, .ie .menuRight a.active {
    filter: none;
    background: #EEC36A;
}

/*Start photo gallery*/
.gallery {
    width: 100%;
    /*margin-bottom: 30px;*/
}

.infoBlock2 {
    width: 150px;
    float: left;
    height: 205px;
    overflow: hidden;
    text-align: center;
    margin: 30px 70px 0px 0;
    color: #4f4f4f;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

.videos-header{
    text-align: center;
    margin-bottom: 20px;
}

.album-video-container{
    column-count: 2;
}
.album-video-container.one-column{
    column-count: 1;
    text-align: center;
}

.album-video-item video{
    outline: none;
}
.album-video-item-title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height:55px;
    overflow: hidden;
}
.main-description{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    width: 100%;
    text-align: center;
}
.photo-detail-short-desc{
    margin-top: 30px;
    width: 100%;
    text-align: center;
}
.album-video-container iframe{
    margin-bottom: 20px;
}
.album-video-container iframe,.album-video-container video{
    max-width: 320px;
    height: 240px;
}

.infoBlock2 a {
    font-size: 18px;
    font-weight: 500;
    color: #4f4f4f;
}

.infoBlock2 .link_hover {
    color: #f09553;
}

.infoBlock2 .photos a {
    width: 150px;
    height: 150px;
    overflow: hidden;
    background: #000;
    display: inline-block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

.infoBlock2 .photos {
    position: relative;
}

.infoBlock2 .photos a.no-image {
    background: url(../img/no-image.jpg) no-repeat #000;
}

.infoBlock2 .photos_hover {
    width: 100%;
    height: 60px;
    padding-top: 90px;
    position: absolute;
    color: #fff;
    top: 0px;
    left: 0px;
    text-align: center;
    background: url("../img/eye.png") no-repeat 50% 50%;
    display: none;
}

.infoBlock2 img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

.contactsFooter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*End photo gallery*/

/*Drop down lang menu*/
.dropdown-info {
    position: relative;
}

.dropdown-lang-content, .dropdown-info-content {
    height: auto;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 105%;
    left: 0;
    background-color: #f9f9f9;
    /*min-width: 160px;*/
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 20px 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.2s;
    z-index: 50;
}

.dropdown-lang {
    position: absolute;
    right: 9%;
    top: 40px;
    margin: 0;
}

.dropdown-lang-content {
    top: 150%;
}

.dropdown-lang > span {
    padding: 3px 10px;
    background-color: #375998;
    color: #ffffff;
    border-radius: 8px;
}

.dropdown-lang:hover {
    cursor: pointer;
}

.dropdown-lang:hover .dropdown-lang-content {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.dropdown-lang-link {
    display: block;
    clear: both;
    text-decoration: none;
    color: black;
}

@media screen and (max-width: 1024px) {
    .dropdown-lang {
        display: flex;
        align-items: center;
        right: unset;
        left: 50%;
        top: unset;
        bottom: 20px;
        transform: translateX(-50%);
        margin: 0 !important;
    }

    .dropdown-lang-link {
        padding: 0 20px;
    }

    .dropdown-lang > span{
        margin: 0 20px;
    }

    .dropdown-lang-content {
        position: static;
        flex-direction: row;
        background-color: transparent;
        box-shadow: none;
        padding: 0;
        visibility: visible;
        opacity: 1;
        transform: none;
    }

    .header .headerMenu .dropdown-lang-content a{
        margin-bottom: 0;
    }



    .dropdown-info-content {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        position: static;
        background-color: transparent;
        padding-left: 25px;
        box-shadow: none;
    }

    .dropdown-info-content a {
        font-size: 15px !important;
        margin-bottom: 10px !important;
    }
    .breadCrumb-container{
        width: calc(100% - 20px);
        position: absolute;
        margin-left: 10px;
        margin-right: 10px;
        /*z-index: 20;*/
    }

    .breadCrumb-items{
        width: 100%;
        display: flex;
        align-items: center;
    }

    .icon_small_img{
        width: 46px;
        margin-left: -3px;
        margin-top: 8px;
    }

    .breadCrumb-container-mob{
        position: relative;
        top:unset;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .b24-widget-button-wrapper:not(.b24-widget-button-bottom){
        display: flex!important;
        justify-content: center;
        align-items: flex-end!important;
        margin: unset;
        padding: unset;
        /* right: 5%; */
        top: 45%;
        left: 82%!important;
        width: min-content;
        height: min-content;
        width: min-content;
    }
    .hide_production_panel .menuRight{
        display: none;
    }

    .body_photo-detail .gray_container,.album-video-item,.body_instrument-manual .gray_container{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }


}

.dropdown-info {
    height: 0px;
    border: none;
    margin: 0px;
    padding: 0px;
    display: table;
}

.link_info:hover .dropdown-info-content, .dropdown-info-content:hover .dropdown-info-content, .dropdown-info:hover .dropdown-info-content {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}


/*media screen*/
@media screen and (max-width: 1910px) {
    .sliderWrapper {
        background: url("../img/sliderbg_wrap7.png") no-repeat 47% 0%;
    }

    .header {
        background: url("../img/bghead2.jpg") no-repeat 47.7% 0%;
    }
}

@media screen and (max-width: 1600px) {
    body {
        background: url('../img/bg2.jpg') repeat scroll -240px 503px transparent;
    }

    .sliderWrapper {
        background: url("../img/sliderbg_wrap7.png") no-repeat 47.7% 0%;
    }

    .header {
        background: url("../img/bghead2.jpg") no-repeat 47.7% 0%;
    }

    .inner {
        background: url('../img/header.png') no-repeat scroll 48% 0% transparent;
    }
}

@media screen and (max-width: 1383px) {
    body {
        background: url('../img/bg2.jpg') repeat scroll -240px 503px transparent;
    }

    .sliderWrapper {
        background: url("../img/sliderbg_wrap7.png") no-repeat 49% 0%;
    }

    .header {
        background: url("../img/bghead2.jpg") no-repeat 49% 0%;
    }

    .inner {
        background: url('../img/header.png') no-repeat scroll 48% 0% transparent;
    }
}

@media screen and (max-width: 1024px) {
    body {
        background: url('../img/bg2.jpg') repeat scroll -475px 503px transparent;
    }

    .sliderWrapper {
        background: url("../img/sliderbg_wrap7.png") no-repeat -456px 0%;
    }

    .header {
        background: url("../img/bghead2.jpg") no-repeat -456px 0%;
    }

    .inner {
        background: url('../img/header.png') no-repeat scroll 48% 0% transparent;
    }

    .col-1 {
        margin: 0 0 0 10px;
    }

    .menuRight {
        margin: 0 10px 0 0;
    }

    .altair_feedback_img{
        height: 50px;
        width: 50px;
        margin-top: 0px;
        margin-bottom:0px;
    }

    .altair_feedback_header{
        top: 0px;
    }

    .terms_and_condition_container{
        margin-bottom: 25px;
    }

   .link_info,.not_clickable_link{
       pointer-events: none;
   }
   .clickable_link{
       pointer-events: all;
   }


}

@media screen and (min-width: 1025px) {
    .headerMenu a:not(.logo) {
        display: flex;
        align-items: center;
        margin: 0 5px;
        /*padding: 5px 10px;*/
        border: none;
        color: #375998;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: normal;
        transition: color 200ms ease;
        /*width: 150px;*/
        /*justify-content: center;*/
        margin-left: 20px;
        margin-right: 20px;
        line-height: 23px;

    }
    .dropdown-lang-link{
        padding: 5px 10px!important;
    }
    .headerMenu a.dropdown-info-link{
        justify-content: unset;
        margin-top: 5px!important;
        margin-bottom: 5px!important;
    }

    .headerMenu a:not(.logo) img, .headerMenu .dropdown-info img {
        transition: all 200ms ease;
    }

    .headerMenu a:not(.logo):hover, .headerMenu .dropdown-info:hover {
        text-decoration: none;
        color: #f58220;
    }

    .headerMenu a:not(.logo):hover img, .headerMenu .dropdown-info:hover img {
        filter: hue-rotate(170deg);
    }

    .headerMenu .dropdown-info .link_info::after {
        display: inline-block;
        content: '\25be';
        margin-left: 3px;
        transform: rotate(0deg);
        transition: transform 200ms ease;
    }

    .headerMenu .dropdown-info .link_info:hover::after {
        transform: rotate(-180deg);
    }

    .headerMenu .dropdown-info .link_info img:last-child {
        /*display: none;*/
    }

    .current-section{
        border-bottom: 1px solid #1d57ae!important;
    }

   .body_detail .col-1 .title .icon_big{
        top: -25px;
    }
    /*.body_detail .content{*/
        /*margin-top: -140px;*/
    /*}*/

    .body_detail .slogan{
        display: none;
    }
    .hs1{
        width: 360px;
    }
    .breadCrumb-container{
        width: calc(100% - 328px);
        margin: unset;
        padding-top: 10px;
        padding-bottom: 10px;

    }
    .body_detail .col-1{
        width: calc(100% - 285px);
        margin-top: 10px;
    }
    .menuRight{
        margin-top: -42px;
    }

    .breadCrumb-container-mob{
        display: none;
    }
    .breadcrumbs-parent-page-info,.template-text.hide_production_panel .breadCrumb-container-desktop{
        width: calc(100% - 350px);
    }
    .parent-page-info .col-1{
        margin-top: 20px;
    }

    .product .desc_wrap {
        width: 600px;
        height: 125px;
        margin: 50px;
        margin: 40px 0 0 0;
        /* padding: 20px 60px 20px 20px; */
        border-radius: 8px;
        background-image: url(../img/product_bg.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding-bottom: 10px;
    }
    .product{
        width: 690px;
    }
    .product.active .desc_wrap, .product.hovered .desc_wrap{
        background-size: 100% 100%;
    }

    .page-title-mobile{
        display: none;
    }
    .phones-items-container span:nth-child(3),.phones-items-container span:nth-child(4),.phones-items-container span:nth-child(5){
        display: none;
    }

    .top-phones:hover .phones-items-container{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        padding: 20px 10px;
        visibility: visible;
        opacity: 1;
        transform: translateY(10px);
        transition: all 0.2s;
        z-index: 50;
        position: absolute;
        left: -340px;
        top: -15px;
        width: 340px;
    }
    .top-phones:hover .phones-items-container span:nth-child(3),
    .top-phones:hover .phones-items-container span:nth-child(4),
    .top-phones:hover .phones-items-container span:nth-child(5){
        display: block;
    }

    .body_operation-manuals .inner .header,
    .body_photo .inner .header,
    .body_photo-detail .inner .header,
    .body_instrument-manual .inner .header{
        height: 200px;
    }

    .template-text .menuRight{
        margin-top: -42px;
    }
    .infoBlock2{
        margin: 25px;
    }
    .gray_container{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding-top: 40px;
        margin-top:30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .gallery{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    /*.body_detail .centerContent{*/
        /*margin-top: 160px;*/
    /*}*/
    .body_photo .breadCrumb-container,.body_instrument-manual .breadCrumb-container{
        width: calc(100% - 350px);
    }
    .body_production .col-1{
        margin-top: 30px;
    }

}

.dropdown-lang-content a.active{
    display: none;
}


@media screen and (min-width: 1025px) {

    .short-about-us-text{
        max-height: 67px;
        /*overflow: hidden;*/
    }
    .company_tagline1{
        margin-left: -130px;
    }
    .company_tagline2 {
        margin-left: 130px;
    }
    .centerContentTextMobile{
        display: none;
    }
    .header-links{
        display: flex;
        height: 150px;
        align-items: center;
        position: relative;
    }
    .dropdown-lang {
        position: absolute;
        right: 0px;
        top: 35px;
        margin: 0;
        padding-right: 20px;
    }

    .short-about-us-container{
        display: flex;
        justify-content: center;
    }
    .short-about-us{
        width: 800px;
        margin-right: unset;
    }
    .short-about-us-container-center-content{
        display: flex;
        justify-content: flex-end;
        width: 1000px;
    }

    .hide_production_panel .menuRight{
        display: none;
    }

    .hide_production_panel .content .centerContent,.hide_production_panel .gallery{
        display: flex;
        justify-content: center;
    }
    .header-phones{
        display: none;
    }

    .phone-item {
        margin-left: 7px;
        margin-right: 7px;
    }

}

@media screen and (min-width: 1024px) {
    .centerContent {
        width: 1000px !important;
    }
}


@media screen and (max-width: 1024px) {
    .phones br, .top-phones, .top-address {
        display: none;
    }
    .tabcontent{
        width: 100%;
    }
    .short-about-us{
        margin-top: 0px;
        margin-bottom: 35px;
        margin-right: 0px;
        width: 100%;
    }
    .centerContentText{
        display: none;
    }
    .centerContentTextMobile{
        display: flex;
        width: 100%;
        justify-content: center;
        font-size: 33px;
        height: 70px;
        overflow: hidden;
        color: #6a6a6a;
        clear: both;

        position: absolute;
        top: 0px;
        margin: unset;
    }

    .col-1 .title .decoration, .col-1 .decoration{
        text-align: center;
    }
    .terms_and_condition_container{
        justify-content:center;
    }
    .production_short_description{
        width: 100%;
    }
    .header-links{
        width: 100%;
        display: flex;
        flex-direction: column;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .header-links::-webkit-scrollbar {
        width: 0;
    }

    .header-links::-webkit-scrollbar-track {
        width: 0;
    }

    .header-links::-webkit-scrollbar-thumb {
        width: 0;
    }
    .icon_small_img{
        margin-left: -2px;
    }
    .headerMenu .dropdown-info{
        margin: unset;
    }

    .breadCrumb-container-desktop{
        display: none;
    }

    .videos-header,.gallery.clear h3{
        width: 100%;
        text-align: center;
    }
    .album-video-container iframe,.album-video-container video{
       width: auto;
        max-width: 100%;
        height: 240px;

        display: flex;
        justify-content: center;
    }
    .album-video-item-title{
        display: flex;
        justify-content: center;
    }

    /*.template-text:not(.hide_production_panel) .main.inner .content .centerContent.clear .col-1.float_l{*/
        /*margin-top: 45px;*/
    /*}*/
    .template-text .col-1 .news{
        padding: unset!important;
    }
    .header-phones{
        font-size: 15px !important;
        color: #375998;
    }
    .header-phones{
        display: flex;
        flex-direction: column;
        /*margin-top: 20px;*/
        margin-bottom: 40px;
    }
    .header-phones .phone-item{
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .template-text .breadCrumb-container-mob{
        margin-top: 30px;
    }
    .template-text .breadCrumb-container{
        width: 100%;
        margin-left: unset;
        margin-right: unset;
    }


    body:not(.body_index) .slogan, .centerContentTextMobile{
        display: none;
    }
     .menuRight{
        top: 0px;
    }
    .main.inner .content .centerContent.clear .col-1.float_l{
        margin-top: unset;
    }

    .gray_container{
        width: 100%;
        padding: 30px;
        column-count: 2;
    }
    .body_photo .gray_container{
        column-count: 1;
    }

}
.template-text.hide_production_panel .content .centerContent{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.body_operation-manuals .slogan,.body_operation-manuals .centerContentTextMobile,.body_photo .slogan,
.body_photo .centerContentTextMobile,.body_photo-detail .slogan,.body_photo-detail .centerContentTextMobile,
.body_instrument-manual .slogan,.body_instrument-manual .centerContentTextMobile{
    display: none;
}
.body_operation-manuals .menuRight,.body_photo .menuRight,.body_photo-detail .menuRight,.body_instrument-manual .menuRight{
    top: 0px;
}
.body_operation-manuals .main.inner .content .centerContent.clear .col-1.float_l,
.body_photo .main.inner .content .centerContent.clear .col-1.float_l,
.body_photo-detail .main.inner .content .centerContent.clear .col-1.float_l,
.body_instrument-manual .main.inner .content .centerContent.clear .col-1.float_l{
    margin-top: unset;
}
.pdf-container{
    display: flex;
    clear: both;
    justify-content: center;
    align-items: center;
}
.instrument-detail-item-pdf{
    margin: 25px;
}
.instrument-detail-item-pdf-text{
    height: 50px;
    display: flex;
    align-items: center;
}


/*HEADER STYLES FOR MEDIUM SCREENS*/

@media screen and (min-width: 1025px) and (max-width: 1550px)  {
    html, body, .main{
        width: 100%;
        overflow-x: hidden;
    }

    ::-webkit-scrollbar {
        width: 1px; !important; /* Remove scrollbar space */
        background: transparent; !important; /* Optional: just make scrollbar invisible */
    }
}

@media screen and (min-width: 1025px) and (max-width: 1200px)  {

    .headerMenu a:not(.logo){
        padding-right: 5px;
        padding-left: 5px;
        margin: 0px;
        font-size: 13px;
    }
    .top-address,.top-phones,.dropdown-lang{
        padding-left: 5px;
        padding-right: 5px;
    }

    .logo img{
        width: 125px;
    }

}

@media screen and (min-width: 1200px) and (max-width: 1550px)  {
    .logo img{
        width: 145px;
    }
}


@media screen and (min-width: 1200px) and (max-width: 1300px)  {
    .headerMenu a:not(.logo){
        padding-right: 7px;
        padding-left: 7px;
        margin: 0px;
        font-size: 14px;
    }
    .top-address,.top-phones,.dropdown-lang{
        padding-left: 7px;
        padding-right: 7px;
    }
}



@media screen and (min-width: 1300px) and (max-width: 1400px)  {
    .headerMenu a:not(.logo){
        padding-right: 10px;
        padding-left: 10px;
        margin: 0px;
        font-size: 16px;
    }
    .top-address,.top-phones,.dropdown-lang{
        padding-left: 10px;
        padding-right: 10px;
    }
}



/*HEADER STYLES FOR MEDIUM SCREENS*/







.mobile-header, .panel-btn {
    display: none;
}

.slider-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px 20px 40px 20px;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9;
}

.slider-text__title, .slider-text__text {
    color: #fff;
    text-align: center;
    line-height: 1.2;
}

.slider-text__title {
    width: 80%;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.slider-text__text {
    margin-bottom: 0;
}

@media screen and (max-width: 750px) {
    .album-video-container{
        column-count: 1;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

}


@media screen and (max-width: 550px) {
    .altair_feedback_header p {
        text-align: center;
    }
    .breadCrumb-items{
        display: block;
    }

}
@media screen and (min-width: 450px) {
    .page-title-mobile{
        display: none;
    }
}


@media screen and (max-width: 450px) {
    .centerContentTextMobile{
        display: none;
    }
    .page-title-mobile{
        display: flex;
    }
    .page-title-mobile{
        position: relative;
        top: -35px;
        text-align: center;
    }

}
@media screen and (max-width: 400px) {
    .header-phones{
        justify-content: center;
        align-items: center;
    }
}





