body, html {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	font-family: 'Ubuntu', sans-serif;
	color: #575757;
}

a {
	color: #575757;	
}
a:hover {
	color: #e2007a;	
}

* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box}

img {
	max-width: 100%;
}

/* =Clearfix by Nicolas Gallagher
-------------------------------------------------------------- */
.row:before,.row:after,.clearfix:before,.clearfix:after{content:'';display:table}
.row:after,.clearfix:after{clear:both}
.row,.clearfix{zoom:1}

.row {
	width:100%;
	margin-bottom:20px
}

.intro {
	width: 100%;
	min-height: 100%;
	margin-bottom: 0px;
	text-align: center;
	background: url(../img/background.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	z-index: 10;
	position: relative;
	box-shadow: inset 0 -3px 3px rgba(0,0,0,0.7);
}

.globalbox {
	width: 100%;
	min-height: 100%;
	margin-bottom: 0px;
	background: url(../img/bearings.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	box-shadow: 0 -3px 3px rgba(0,0,0,0.7);
}

.globaldesc {
	margin-top: 5%;
	color: #ffffff;
	font-size: 1.3rem;
	text-align: justify;
}

.globaldesc a {
	margin-top: 5%;
	color: #ffffff;
	font-size: 1.3rem;
	text-align: center;
}

.globaldesc a:hover {
	color: #e2007a;	
}

.globaldesc .accent {
	color: #e2007a;
	font-weight: bolder;
}

.globaldesc h2 {
	font-style: normal;
	color: #e2007a;
	font-weight: normal;
	text-transform: uppercase;
}

.usegallery {
	text-align: left;
}

.usegallery p {
	display: inline-block;
	font-size: 0;
}

.usegallery img {
	margin-left: 2px;
	margin-bottom: 2px;
	width: 125px;
	border-radius: 50%;
	border: 2px solid #BFBFBF;
}

.usegallery img:hover {
	border: 2px solid #e2007a;
	box-shadow: 0 2px 3px rgba(0,0,0,0.7);
}

.logo {
	margin: 2% 5% 5% 5%;
	float: left;
}

.left {
	float: left;
}

.right {
	float:right;
}

.promo {
	margin-top: 5%;
	margin-bottom: 1%;
	max-width: 600px;
	padding: 20px;
	background-color: rgba(226, 0, 122, 0.65);
	border-radius: 32px;
	color: #ffffff;
	font-size: 1.5rem;
	line-height:1.3;
}

.promo h1 {
	font-size: 2.0rem;
}

.promo .iblock_t {
	display: inline-block;
	border-bottom: 1px solid #ffffff;
}

.promo .iblock_b {
	display: inline-block;
	border-top: 1px solid #ffffff;
}

.container {
	margin:0 auto;
	max-width:920px;
	width:100%
}

.container1200 {
	margin:0 auto;
	max-width:1200px;
	width:100%
}

.bigcolumn {
	width: 70%;
}

.half {
	width: 49.5%;
}

nav {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; 
    overflow: auto;   
}

.mainmenu {
	width: 100%;
	background-color: #e2007a;
	z-index: 998;
	webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
}

.mainmenu ul {
	padding: 0px;
	margin: 5px 0 5px 0;
}

.mainmenu li {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	list-style-type: none;
	display: inline-block;
	padding-left: 30px;
}

.mainmenu li:first-child {
	padding-left: 0;
}

.mainmenu a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;

}

.description {
	max-width: 50%;
	background-color: rgba(226, 0, 122, 0.65);
	border-radius: 32px;
	padding: 0 20px;
	text-align: justify;
	color: #ffffff;
}

.description a {
	color: #ffffff; 
}

.description a:hover {
	color: #575757; 
}

.image {
	max-width: 50%;
}

article h2 {
	font-size: 2rem;
}

article .tagline {
	font-size: 1.2rem;
	margin-bottom: -15px;
}

article h3 {
	background-color: #e2007a;
	border-radius: 5px;
	padding: 5px 15px;
	color: #ffffff;
	text-transform: uppercase;
}

table, th, td {
    border: 1px solid #575757;
}

table {
    border-collapse: collapse;
    text-align: center;
    width: 100%;
}

th {
	background-color: #575757;
	color: #ffffff;
}

td {
	vertical-align: middle;
}

table td:first-child, table th:first-child {
	text-align: left;
}

tr:hover {
	background-color: #e2007a;
	color: #ffffff;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.gallery {
	display: table;
	text-align: center;
}

.gallery img {
	max-width: 33%;
	vertical-align: middle;
	display: inline-block;
	margin: 0 auto;
}

.pdf {
	width: 25%;
	text-align: center;
}

.pdf h3 {
	text-align: left;
}

.pdf a {
	text-decoration: none;
}

.pdf a:hover {
	color: #e2007a;
}

.divider {
	height: 4%;
	width: 100%;
	margin-bottom: 0px;
	background: url(../img/background.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

.tone {
	height: 100%;
	background-color: rgba(226, 0, 122, 0.65);
}

.footer {
	text-align: center;
	background-color: #575757;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0!important;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #e2007a;	
}

.footer img {
	width: 90px;
}

.address {
	padding: 0 25px;
	width: 50%;
	text-align: left;
}

.address p {
	margin-top: 0;
}

.address:nth-child(even) {
	text-align: right;
}

.copyright {
	width: 90%;
}

.swiss {
	width: 10%;
	display: inline-block;
    position: relative;
    top: -10px;
}
.swiss img {
	margin: 5px;
}

.swiss:hover::after { 
    content: attr(data-title);
    position: absolute;
    left: 20%; top: 30%;
    z-index: 1;
    background: rgba(226, 0, 122, 0.65);
    font-weight: bold;
    font-size: 11px;
    padding: 5px;
    border: 1px solid #333;
}

.feedback {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
  	border-radius: 5px;

}
.feedback input:focus,.feedback textarea:focus {
  	outline-color: #e2007a;
}

.feedbackrequest {
	position: fixed;
	right: 5%;
	bottom: 7%;
	text-align: center;
	z-index: 5;
}

.feedbackrequest p {
	color: #e2007a;
	margin: 0;
}

.feedbackrequest a {
	text-decoration: none;
	color: #e2007a;
	margin: 0;
}

.feedbackrequest img {
	width: 50px;
	height: 50px;
}

.feedbackrequest img:hover {
    -webkit-animation: rotateIn 0.5s;
    animation: rotateIn 0.5s;
}

.open-popup-link:focus {
	outline: none;
}

.feedback input {
	width: 100%;
	margin: 2px 0 2% 0;
	padding: 2%;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 3px;
	box-shadow: 0 1px 2px -1px rgba(0,0,0,.2) inset, 0 0 transparent;
	}

.feedback textarea {
	width: 100%;
	min-height: 150px;
	resize: vertical;
	margin: 2px 0 2% 0;
	padding: 2%;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 3px;
	box-shadow: 0 1px 2px -1px rgba(0,0,0,.2) inset, 0 0 transparent;
	}

.feedback #send {
	padding: 2%;
	border: none;
	border-radius: 3px;
	box-shadow: 0 0 0 1px rgba(0,0,0,.2) inset;
	background: rgba(226, 0, 122, 0.65);
	color: #fff;
	}
.feedback #send:hover {
	background: #e2007a;
	}
.feedback #send:focus {
	box-shadow: 0 1px 1px #fff, inset 0 1px 2px rgba(0,0,0,.8), inset 0 -1px 0 rgba(0,0,0,.05);
	}

.policy {
	max-width: 1000px;
}

.disclaimer {
	padding: 10px 0;
	font-size: 11px;
}

/*--------------------------------------------------------------
Two Level Nembered Lists. To use add "m-l-count" to "ol" elemet.
--------------------------------------------------------------*/
ol.m-l-count {
	padding: 20px;
}

.m-l-count h1, .m-l-count h2 {
	color: #e2007a;
	display: inline;
	padding-bottom: 20px;
}

ol.m-l-count li, ol.m-l-count li {
  /* уберем текущую нумерацию элементов */
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

ol.m-l-count li:before {
	color: #e2007a;
}

ol.m-l-count>li:before {
	font-size: 20px;
}

ol.m-l-count {
	/* задаем идентификатор для счетчика первого уровня */
	counter-reset: list1;
}

ol.m-l-count li:before {
	counter-increment: list1; /* увеличиваем значение счетчика */
	content: counter(list1) ". "; /* выводим номер элемента */
	font-weight: bold;
}

ol.m-l-count ol {
	counter-reset: list2; /* инициируем счетчик вложенного списка (с элементами второго уровня) */
}

ol.m-l-count ol li:before {
	counter-increment: list2; /* увеличиваем значение счетчика вложенного списка */
	content: counter(list1) "." counter(list2) ". "; /* выводим число */
}

ol.m-l-count ol {
	margin: 0 0 0.5em 1.25em;
}


@media handheld, only screen and (max-width: 990px), only screen and (max-device-width: 990px) and (orientation:portrait) {
	.mainmenu {
		display: none;
	}
}

@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation:portrait){
	.row {
	margin-bottom:0!important;
	}
	.intro {
	background: url(../img/background_ph.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	}
	.promo h1 {
	font-size: 1.5rem;
	}
	.logo {
	width:100%;
	margin: 1% 0 0 0;
	margin-bottom:20px
	}
	.logo img{
	max-height: 70px;
	}
	.description {
	max-width: none;
	width: 100%;
	border-radius: 12px;
	margin-bottom: 5px;
	}
	.globaldesc {
	padding: 10px;
	}
	.image, .bigcolumn, .half, .pdf{
	max-width: none;
	width: 100%;
	}
	.image img{
	display: block;
	margin: 0 auto;
	}
	.divider {
	margin-top: 5px;
	background: url(../img/background_ph.jpg) no-repeat;
	}
	.gallery img {
	max-width: 100%;
	}
	.address {
	padding: 0 10px;
	}
	.copyright, .swiss {
	width: 100%;
	}

}
















#cookie-bar.cookie-bar{
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 9999;
  background: rgba(255,255,255,0.98);
  box-shadow: 0 -4px 16px rgba(0,0,0,0.08);
  padding: 14px 12px;
  font-size: 14px; line-height: 1.45;
}
#cookie-bar  .cookie-bar__inner{
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; gap: 16px; justify-content: space-between;
}
#cookie-bar  .cookie-bar__text{ margin: 0; color: #7a7a7a; }
#cookie-bar  .cookie-bar__link{ color: #e2007a; text-decoration: underline; }
#cookie-bar  .cookie-bar__btn{
  border: 0; padding: 4px 18px; cursor: pointer;
  background: #e2007a; color: #fff; font-weight: 600;
  border-radius: 22px; transition: transform .08s ease, opacity .2s;
  white-space: nowrap;
}
#cookie-bar  .cookie-bar__btn:hover{ opacity: .92; }
#cookie-bar  .cookie-bar__btn:active{ transform: translateY(1px); }

/* Мобилка: текст сверху, кнопка снизу */
@media (max-width: 640px){
  #cookie-bar  .cookie-bar__inner{ flex-direction: column; align-items: stretch; gap: 10px; }
  #cookie-bar  .cookie-bar__btn{ width: 100%; }
}






#cookie-bar  .cookie-window{
  position: absolute;
  left: 8px;
  bottom: 100%;
  width: 660px;
  max-width: calc(100vw - 16px);
  background: #f3f3f3;
  color: #111;
  padding: 14px 20px;
  box-sizing: border-box;
  box-shadow: 0 3px 14px rgba(0,0,0,0.18);
  display: flex;
  align-items: center;
  gap: 18px;
}

#cookie-bar  .cookie-window p{
  margin: 0;
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
}

#cookie-bar  .cookie-window__btn{
  border: 0;
  padding: 4px 22px;
  cursor: pointer;
  background: #e2007a;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}

#cookie-bar  .cookie-window__btn:hover{
  opacity: .9;
}

@media (max-width: 640px){
 #cookie-bar  .cookie-window{
    left: 0;
    right: 0;
    bottom: 100%;
    width: 100%;
    max-width: none;
    flex-direction: column;
    padding: 14px 12px;
    gap: 10px;
  }

 #cookie-bar   .cookie-window p{
    font-size: 13px;
  }

 #cookie-bar   .cookie-window__btn{
    width: 100%;
    padding: 4px 18px;
  }
}