<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'name';
    src: url('/ru/_/font/name.eot');
    src: url('/ru/_/font/name.eot?#iefix') format('embedded-opentype'),
         url('/ru/_/font/name.woff') format('woff'),
         url('/ru/_/font/name.ttf') format('truetype'),
         url('/ru/_/font/name.svg#AftaserifRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.logo{
    font-size: 0;
    background-image: url("/ru/_/i/logo.png");
    background-repeat: no-repeat;
}
ul,
body{
padding:0;
margin: 0;
}
.crumbs {
    margin: 0;
    padding-top: 30px !important;
    padding: 0;
}
.crumbs li a{
    text-decoration: none;
}
.crumbs li{
    list-style: none;
    display: inline-block;
    font-size: 14px;
}
.crumbs li a:after{
  content: "";
  position: absolute;
  background-image: url("/ru/_/i/sprite.png");
  width: 8px;
  height: 9px;
  margin: 5px 13px;
}
textarea:focus,
input[type="text"]:focus{
    transform: scale(1.02);
    transition: all 0.1s;
    -webki  t-transition: all 0.1s;
}
textarea{
   font-family:inherit;
}
.safari input {
    -webkit-appearance: none;
}



// РїСЂРёРєСЂРµРїРёС‚СЊ РїРѕРґРІР°Р» Рє РЅРёР·Сѓ
html{
 height: 100%;
 }
body{
	display: flex; 
	flex-direction: column;
	height: 100%;
}
header{
   flex: 0 0 auto;
}

main{
   flex: 1 0 auto;
}

footer{
   flex: 0 0 auto;
}
// РїСЂРёРєСЂРµРїРёС‚СЊ РїРѕРґРІР°Р» Рє РЅРёР·Сѓ РєРѕРЅРµС†



/* style special for ff*/
@-moz-document url-prefix() { 
}
/* style special for ff end*/


body .main-menu {
    width: 67%;
  }

@media screen and (max-width: 1470px) {
  body .main-menu {
    width: 65%;
  }
}
@media screen and (max-width: 1300px) {
  body .main-menu {
    width: 61%;
  }
}
@media screen and (max-width: 1024px) {
  body .main-menu {
    width: 100%;
  }
}
.top-social {
	display: inline-block;
}

.top-social ul {
  display: block;
  width: 64px;
  padding-left: 10px;
  padding-top: 10px;
}

.top-social li {
  width: 28px;
  display: inline-block;
}

.top-social ul li img {
	width: 28px;
}</pre></body></html>