

/* Start:/local/templates/avp/styles.css?176877281490*/
form.avp_search input	{
	width:100px;
}
form.avp_search input.avp_search	{
	width:190px;
}
/* End */


/* Start:/local/templates/avp/template_styles.css?1768772814220471*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400&subset=cyrillic-ext');

html {
  min-width: 1250px;
}

html, a {
  font: 400 16px 'Roboto', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 15px;
}

html * {
  margin: 0;
  padding: 0;
  outline: 0;
}

body {
  margin: 0;
  min-width: 1250px;
  position: relative;
}

body.noscroll {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

a img {
  border: 0;
}

a[data-rel^="ISO"] {
  position: relative;
  display: inline-block;
}

a[data-rel^="ISO"] .ISOicon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0px;
  height: 0px;
}

a[data-rel^="ISO"] .ISOicon::before {
  content: '';
  display: block;
  width: 85px;
  height: 85px;
  position: absolute;
  top: -42.5px;
  left: -42.5px;
  background: url(/local/templates/avp/pics/sprite.png) -120px -2597px no-repeat;
  transition: 0.2s;
  opacity: 0;
  transform: scale(0.1);
  border-radius: 42.5px;
}

a[data-rel^="ISO"]:hover .ISOicon::before {
  opacity: 1;
  transform: scale(1);
}

main, .main {
  flex: 1 1 50%;
  position: relative;
  z-index: 1;
  padding: 15px 15px 15px 15px;
  color: #444;
  box-sizing: border-box;
}

aside.left_block {
  display: block;
  flex: 0 0 235px;
  padding: 15px 0 15px 15px;
}

aside.right_block {
  display: block;
  flex: 0 0 235px;
  padding: 15px 0 15px 15px;
}

.mid {
  width: 1230px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  max-width: 100%;
}

.main_mid {
  background: #fff;
  position: static;
  max-width: 100%;
}

.main_bg {
  min-height: 100vh;
  width: 100%;
  background: url(/local/templates/avp/pics/bg_all.jpg) 50% 50% fixed / cover no-repeat;
  box-sizing: border-box;
  padding-bottom: 600px;
}

.main_middle {
  color: #444;
  margin: 0 auto;
  max-width: 100%;
}

.main_middle .mid {
  display: flex;
  align-items: flex-start;
}

.main_middle a, .a {
  color: #272727;
  background: transparent;
  cursor: pointer;
  transition: color 0.2s ease 0s;
}

.main_middle a:hover, .a:hover {
  color: #272727;
  outline: 0;
}

.main_middle a:active, .a:active {
  color: #272727;
  outline: 0;
}

.main_middle b, .main_middle strong {
  color: #272727;
}

.main_middle p {
  padding-top: 10px;
  line-height: 20px;
}

.main_middle li p:first-child {
  padding-top: 0;
}

.main_middle h1, .h1, a.h1, a.h1:hover {
  display: block;
  position: relative;
  font: 600 280%/1.1em 'Roboto', sans-serif;
  padding: 10px 0 5px 0;
  color: #272727;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}

.main_middle h1:before, .main_middle .h1:before, .h1:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: auto;
  bottom: auto;
  width: 36px;
  height: 36px;
  background: url(/local/templates/avp/pics/sprite.png) -180px -730px no-repeat;
}

.main_middle h2, .h2, a.h2, a.h2:hover {
  display: block;
  position: relative;
  font: 400 220%/1.1em 'Roboto', sans-serif;
  padding: 10px 0 5px 0;
  color: #272727;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}

.main_middle h2:before, .main_middle .h2:before, .h2:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: auto;
  bottom: auto;
  width: 32px;
  height: 32px;
  background: url(/local/templates/avp/pics/sprite.png) -216px -730px no-repeat;
}

.main_middle h3, .h3, a.h3, a.h3:hover {
  position: relative;
  font: 300 200%/1.1em 'Roboto', sans-serif;
  padding: 10px 0 5px 0;
  color: #272727;
  text-decoration: none;
}

.main_middle h3:before, .main_middle .h3:before, .h3:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: auto;
  bottom: auto;
  width: 28px;
  height: 28px;
  background: url(/local/templates/avp/pics/sprite.png) -248px -730px no-repeat;
}

.main_middle ul {
  list-style: none;
  padding: 0 0 10px 25px;
}

.main_middle ul > li {
  position: relative;
  line-height: 20px;
  padding: 0 0 0 25px;
}

.main_middle ul > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: url(/local/templates/avp/pics/sprite.png) 0 -450px no-repeat;
  width: 20px;
  height: 20px;
}

.main_middle ol {
  list-style: none;
  position: relative;
  padding-left: 60px;
  min-height: 60px;
  padding: 10px 0 10px 0;
}

.main_middle ol > li {
  position: relative;
  line-height: 20px;
  padding: 5px 0 5px 65px;
  min-height: 50px;
  counter-increment: myCounter;
}

.main_middle ol > li::before {
  content: counter(myCounter);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 60px;
  height: 60px;
  color: rgb(0, 71, 142);
  background: -webkit-linear-gradient(top, rgb(0, 71, 142) 0%, #272727 70%, #000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none !important;
  font: 400 60px / 60px 'Roboto', sans-serif;
  padding: 0 0 10px 0;
  margin: 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

iframe {
  border: 0;
  max-width: 100%;
}

.clear {
  clear: both;
  width: 100%;
}

.none {
  display: none !important;
}

.center {
  text-align: center;
}

.table {
  display: table;
}

.td {
  display: table-cell;
}

.padding0 {
  padding: 0 !important;
}

.w100 {
  width: 100%;
}

.w50 {
  width: 50%;
}

.column {
  display: block;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-column-rule: 1px solid rgba(255,255,255,0.2);
  -moz-column-rule: 1px solid rgba(255,255,255,0.2);
  column-rule: 1px solid rgba(255,255,255,0.2);
  padding: 10px 0 10px 0;
}

.column > p:first-child {
  margin-top: 0;
  padding-top: 0;
}

.dashed_a, a.dashed_a, .dashed, a.dashed {
  text-decoration: none;
  border-bottom: 1px dashed rgb(110, 110, 110);
  height: 1em;
  line-height: 1.05em;
}

.quote, blockquote {
  display: block;
  position: relative;
  margin: 0 50px;
  font: 300 18px / 1.1em 'Roboto', sans-serif;
  color: #444;
  text-align: center;
  padding: 20px 0 20px 0;
}

.quote::before, blockquote::before {
  content: '';
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  left: -50px;
  top: 15px;
  background: url(/local/templates/avp/pics/sprite.png) -180px -320px no-repeat;
}

.quote::after, blockquote::after {
  content: '';
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  right: -50px;
  bottom: 20px;
  background: url(/local/templates/avp/pics/sprite.png) -210px -320px no-repeat;
}

.quote_big {
  position: relative;
  display: block;
  min-height: 50px;
  margin: 30px 0 10px 0;
  padding: 20px 0 20px 120px;
  text-align: center;
  background: #f3f3f3;
  font: 300 18px / 1.1em 'Roboto', sans-serif;
  color: #444;
  text-align: left;
}

.quote_big::before {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -20px;
  left: 0;
  background: url(/local/templates/avp/pics/sprite.png) -200px -2247px no-repeat;
}

.specblock {
  width: 250px;
  float: right;
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
  padding: 20px 15px;
  text-align: center;
  font: 300 20px / 30px 'Roboto', sans-serif;
}

.specblock b, .specblock strong {
  display: block;
  text-align: center;
  font: 400 20px / 30px 'Roboto', sans-serif;
  color: #272727;
  padding: 10px 0 0 0;
}

.text_big {
  display: block;
  font: 300 26px / 30px 'Roboto', sans-serif;
}

.text_big_up {
  display: block;
  font: 300 26px / 30px 'Roboto', sans-serif;
  text-transform: uppercase;
}

.text_big b, .text_big_up b, .text_big strong, .text_big_up strong {
  padding: 0 5px;
  color: #fff;
  font-weight: 300;
}

.button, a.button, .button_2, a.button_2 {
  display: inline-block;
  height: 50px;
  font: 300 18px/50px 'Roboto', sans-serif;
  text-align: center;
  text-decoration: none;
  color: #f8f8f8;
  background: url(/local/templates/avp/pics/sprite.png) 50% -2147px repeat-x;
  background-origin: content-box;
  margin: 0 20px;
  min-width: 180px;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: background-position 0s ease 0s, color .2s ease 0s;
  -o-transition: background-position 0s ease 0s, color .2s ease 0s;
  -moz-transition: background-position 0s ease 0s, color .2s ease 0s;
  transition: background-position 0s ease 0s, color .2s ease 0s;
}

.button::before, a.button::before, .button_2::before, a.button_2::before {
  content: '';
  display: block;
  width: 20px;
  height: 50px;
  position: absolute;
  top: 0;
  left: -20px;
  background: url(/local/templates/avp/pics/sprite.png) 0px -2247px no-repeat;
}

.button::after, a.button::after, .button_2::after, a.button_2::after {
  content: '';
  display: block;
  width: 20px;
  height: 50px;
  position: absolute;
  top: 0;
  right: -20px;
  background: url(/local/templates/avp/pics/sprite.png) -30px -2247px no-repeat;
}

.button:hover, a.button:hover, .button:active, a.button:active {
  color: #ffffff;
  background: url(/local/templates/avp/pics/sprite.png) 50% -2197px repeat-x;
}

.button:hover::before, a.button:hover::before {
  background: url(/local/templates/avp/pics/sprite.png) -50px -2247px no-repeat;
}

.button:hover::after, a.button:hover::after {
  background: url(/local/templates/avp/pics/sprite.png) -80px -2247px no-repeat;
}

.button_2, a.button_2 {
  background: url(/local/templates/avp/pics/sprite.png) 0 -2347px repeat-x;
  color: #f8f8f8;
}

.button_2::before, a.button_2::before {
  background: url(/local/templates/avp/pics/sprite.png) -100px -2247px no-repeat;
}

.button_2::after, a.button_2::after {
  background: url(/local/templates/avp/pics/sprite.png) -130px -2247px no-repeat;
}

.button_2:hover, a.button_2:hover, .button_2:active, a.button_2:active {
  color: #ffffff;
  background: url(/local/templates/avp/pics/sprite.png) 0 -2397px repeat-x;
}

.button_2:hover::before, a.button_2:hover::before, .button_2:active::before, a.button_2:active::before {
  background: url(/local/templates/avp/pics/sprite.png) -150px -2247px no-repeat;
}

.button_2:hover::after, a.button_2:hover::after, .button_2:active::after, a.button_2:active::after {
  background: url(/local/templates/avp/pics/sprite.png) -180px -2247px no-repeat;
}

.button_3, a.button_3, .button_4, a.button_4, .button_5, a.button_5 {
  display: inline-block;
  height: 50px;
  font: 300 18px/50px 'Roboto', sans-serif;
  text-align: center;
  text-decoration: none;
  padding: 0 20px;
  min-width: 220px;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

.button_3, a.button_3 {
  background: rgb(0, 71, 142);
  color: #f8f8f8;
}

.button_3:hover, a.button_3:hover {
  color: #ffffff;
  background: #004dc0;
}

.button_4, a.button_4 {
  box-shadow: inset 0 0 0 2px rgb(0, 71, 142);
  color: rgb(0, 71, 142);
}

.button_4:hover, a.button_4:hover {
  color: #f8f8f8;
  background: rgb(0, 71, 142);
  box-shadow: inset 0 0 0 5px rgb(0, 71, 142);
}

.button_5, a.button_5 {
  box-shadow: inset 0 0 0 2px rgb(0, 71, 142);
  color: rgb(0, 71, 142);
}

.button_5:hover, a.button_5:hover {
  color: rgb(0, 71, 142);
  box-shadow: inset 0 0 0 5px rgb(0, 71, 142);
}

.button_sm, a.button_sm, .button_sm_2, a.button_sm_2 {
  position: relative;
  display: inline-block;
  height: 20px;
  min-width: auto;
  padding: 5px 0;
  margin: 0 15px;
  text-align: center;
  font: 300 16px/20px 'Roboto', sans-serif;
  text-decoration: none;
  background: url(/local/templates/avp/pics/sprite.png) 0 -2447px repeat-x;
  -webkit-transition: background-position 0s ease 0s, color .2s ease 0s;
  -o-transition: background-position 0s ease 0s, color .2s ease 0s;
  -moz-transition: background-position 0s ease 0s, color .2s ease 0s;
  transition: background-position 0s ease 0s, color .2s ease 0s;
  color: #fff;
}

.button_sm::before, a.button_sm::before, .button_sm_2::before, a.button_sm_2::before {
  content: '';
  display: block;
  width: 15px;
  height: 30px;
  position: absolute;
  top: 0;
  left: -15px;
  background: url(/local/templates/avp/pics/sprite.png) 0 -2507px no-repeat;
}

.button_sm::after, a.button_sm::after, .button_sm_2::after, a.button_sm_2::after {
  content: '';
  display: block;
  width: 15px;
  height: 30px;
  position: absolute;
  top: 0;
  right: -15px;
  background: url(/local/templates/avp/pics/sprite.png) -15px -2507px no-repeat;
}

.button_sm:hover, a.button_sm:hover, .button_sm:active, a.button_sm:active {
  color: #ddd;
  background: url(/local/templates/avp/pics/sprite.png) 0 -2477px repeat-x;
}

.button_sm:hover::before, .button_sm:hover::after, a.button_sm:hover::before, a.button_sm:hover::after {
  background: url(/local/templates/avp/pics/sprite.png) -30px -2507px no-repeat;
}

.button_sm:hover::after, .button_sm:hover::after, a.button_sm:hover::after, a.button_sm:hover::after {
  background: url(/local/templates/avp/pics/sprite.png) -45px -2507px no-repeat;
}

.button_sm_2, a.button_sm_2 {
  background: url(/local/templates/avp/pics/sprite.png) 0 -2537px no-repeat;
  color: #f8f8f8;
}

.button_sm_2::before, a.button_sm_2::before {
  background: url(/local/templates/avp/pics/sprite.png) -60px -2507px no-repeat;
}

.button_sm_2::after, a.button_sm_2::after {
  background: url(/local/templates/avp/pics/sprite.png) -75px -2507px no-repeat;
}

.button_sm_2:hover, a.button_sm_2:hover, .button_sm_2:active, a.button_sm_2:active {
  color: #ffffff;
  background: url(/local/templates/avp/pics/sprite.png) 0 -2567px no-repeat;
}

.button_sm_2:hover::before, .button_sm_2:hover::after, a.button_sm_2:hover::before, a.button_sm_2:hover::after {
  background: url(/local/templates/avp/pics/sprite.png) -90px -2507px no-repeat;
}

.button_sm_2:hover::after, .button_sm_2:hover::after, a.button_sm_2:hover::after, a.button_sm_2:hover::after {
  background: url(/local/templates/avp/pics/sprite.png) -105px -2507px no-repeat;
}

.button_sm_3, a.button_sm_3, .button_sm_4, a.button_sm_4, .button_sm_5, a.button_sm_5 {
  position: relative;
  display: inline-block;
  height: 20px;
  min-width: auto;
  padding: 5px 15px;
  margin: 0 0;
  text-align: center;
  font: 300 16px/20px 'Roboto', sans-serif;
  text-decoration: none;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

.button_sm_3, a.button_sm_3 {
  background: rgb(0, 71, 142);
  color: #f8f8f8;
}

.button_sm_3:hover, a.button_sm_3:hover {
  color: #ffffff;
  background: #004dc0;
}

.button_sm_4, a.button_sm_4 {
  box-shadow: inset 0 0 0 2px rgb(0, 71, 142);
  color: rgb(0, 71, 142);
}

.button_sm_4:hover, a.button_sm_4:hover {
  color: #f8f8f8;
  background: rgb(0, 71, 142);
  box-shadow: inset 0 0 0 4px rgb(0, 71, 142);
}

.button_sm_5, a.button_sm_5 {
  box-shadow: inset 0 0 0 2px rgb(0, 71, 142);
  color: rgb(0, 71, 142);
}

.button_sm_5:hover, a.button_sm_5:hover {
  color: rgb(0, 71, 142);
  box-shadow: inset 0 0 0 4px rgb(0, 71, 142);
}

a.but_right, a.but_r {
  margin-top: 5px;
  margin-bottom: 5px;
  float: right;
}

a.but_left, a.but_l, a.but_archive {
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
}

a.but_center, a.but_cen, a.but_c, a.but_prev, a.but_back, a.but_next {
  margin: 0 auto 0 auto;
}

.button_center_cont {
  text-align: center;
}

.button_center_cont a {
  margin-top: 10px;
}

.gr_word, .gr_pdf, .gr_excel, .gr_text, .gr_img, .gr_file {
  display: inline-block;
  padding: 0 5px 0 55px;
  vertical-align: middle;
  height: 50px;
  position: relative;
  margin: 0 auto;
  text-decoration: none;
}

.gr_word::before, .gr_pdf::before, .gr_excel::before, .gr_text::before, .gr_img::before, .gr_file::before {
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}

.gr_word::before {
  background: url(/local/templates/avp/pics/sprite.png) 0 -650px no-repeat;
}

.gr_pdf::before {
  background: url(/local/templates/avp/pics/sprite.png) -50px -650px no-repeat;
}

.gr_excel::before {
  background: url(/local/templates/avp/pics/sprite.png) -100px -650px no-repeat;
}

.gr_text::before {
  background: url(/local/templates/avp/pics/sprite.png) -150px -650px no-repeat;
}

.gr_img::before {
  background: url(/local/templates/avp/pics/sprite.png) -200px -650px no-repeat;
}

.gr_file::before {
  background: url(/local/templates/avp/pics/sprite.png) -250px -650px no-repeat;
}

.sm_word, .sm_pdf, .sm_excel, .sm_text, .sm_img, .sm_file {
  display: table-cell;
  padding: 0 5px 0 35px;
  vertical-align: middle;
  height: 30px;
  position: relative;
}

.sm_word::before, .sm_pdf::before, .sm_excel::before, .sm_text::before, .sm_img::before, .sm_file::before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.sm_word::before {
  background: url(/local/templates/avp/pics/sprite.png) 0 -700px no-repeat;
}

.sm_pdf::before {
  background: url(/local/templates/avp/pics/sprite.png) -30px -700px no-repeat;
}

.sm_excel::before {
  background: url(/local/templates/avp/pics/sprite.png) -60px -700px no-repeat;
}

.sm_text::before {
  background: url(/local/templates/avp/pics/sprite.png) -90px -700px no-repeat;
}

.sm_img::before {
  background: url(/local/templates/avp/pics/sprite.png) -120px -700px no-repeat;
}

.sm_file::before {
  background: url(/local/templates/avp/pics/sprite.png) -150px -700px no-repeat;
}

.breadcrumbs {
  width: 100%;
  line-height: 20px;
  color: #272727;
  padding: 10px 0 10px 0;
}

.breadcrumbs > a {
  display: inline-block;
  vertical-align: middle;
  min-height: 20px;
  color: #272727;
  text-decoration: underline;
  position: relative;
}

.breadcrumbs > a:hover {
  color: #272727;
  text-decoration: underline;
}

.breadcrumbs > a:first-child {
  width: 20px;
  background: url(/local/templates/avp/pics/sprite.png) -120px -450px no-repeat;
  margin: 0 10px 0 0;
}

.breadcrumbs > a:first-child:hover {
  background: url(/local/templates/avp/pics/sprite.png) -140px -450px no-repeat;
}

.breadcrumbs > .breadcrumbs_separ {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(/local/templates/avp/pics/sprite.png) -100px -448px no-repeat;
}

.breadcrumbs > a:first-child::after {
  background: none;
}

.breadcrumbs span {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  color: #272727;
  position: relative;
}

section.tabs_cont {
  display: block;
  padding: 0 0 25px 0;
}

ul.tabs, .main_middle ul.tabs {
  list-style: none;
  padding: 0;
  position: relative;
  top: 1px;
  background: #f3f3f3;
  min-height: 40px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

ul.tabs > li, .main_middle ul.tabs > li {
  display: inline-block;
  padding: 10px 10px;
  margin: 0;
  font: 300 16px/20px 'Roboto', sans-serif;
  color: #444;
  cursor: pointer;
  height: 20px;
  flex: 1 1 100px;
  text-align: center;
  transition-duration: 0.2s;
}

ul.tabs > li.current, .main_middle ul.tabs > li.current, ul.tabs > li:hover, .main_middle ul.tabs > li:hover {
  background: #ff926b;
  color: #444;
}

ul.tabs > li::before, .main_middle ul.tabs >li::before {
  display: none;
}

.tabs_content {
  overflow: hidden;
  border: 1px solid #eee;
}

.tabs_content .box {
  display: none;
  padding: 20px 10px;
}

.tabs_content .box.current {
  display: block;
}

ul.tabs > li sup {
  position: relative;
  top: -10px;
  vertical-align: bottom;
}

.searchPage {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10px 0;
}

.searchPage .style, .searchPage .style {
  min-height: 30px;
  height: 30px;
  margin-right: 10px;
  padding: 0 10px;
  flex: 1 0 200px;
  max-width: 300px;
}

.searchPage  a.but_search_page {
  margin-top: 0;
  margin-bottom: 0;
  flex: 0 1 100px;
}

.main_feedback {
  display: inline-block;
  float: right;
  padding: 0 0 20px 0;
  position: relative;
  z-index: 1;
  width: 49%;
}

.block_contacts_page_main {
  display: inline-block;
  width: 49%;
  min-width: 280px;
}

.big_map {
  width: 100%;
  clear: both;
}

@media screen and (max-width: 1249px) {
  html, body {
    min-width: 320px;
  }

  .mid {
    width: 100%;
    max-width: 100%;
    min-width: 320px;
  }

  .slider_logo_cont, .slider_logo {
    max-width: 100%;
    overflow: hidden;
  }

  .main_mid, .main_bg {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
  }
}

@media screen and (max-width: 979px) {
  .main_middle {
    padding: 0 8px;
  }

  .main_middle .mid {
    display: block;
  }

  aside.left_block, aside.right_block {
    display: none;
  }

  main, .main {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .block_contacts_page_main {
    width: 100%;
    float: none;
  }

  .main_feedback {
    float: none;
    display: block;
    margin: 0 auto;
    width: 100%;
    min-width: 280px;
  }

  .mobile_none {
    display: none !important;
  }

  .main_middle .mid {
    min-width: 100%;
    max-width: 100%;
  }
}

.block_t {
  width: 100%;
}

.block_t .mid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.block_t .mid .t_elem {
  display: flex;
  align-items: center;
  flex: 1 0 300px;
  max-width: 100%;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
}

.block_t .mid .t_elem_val {
  display: inline-block;
}

@media screen and (max-width:1249px) {
  .block_t .mid .t_elem {
    flex: 1 0 100%;
  }
}

@media screen and (max-width:767px) {
  .block_t .mid .t_elem {
    justify-content: center;
  }
}

@media print {
  .left_block, .right_block, .main_middle h1:before, .h1:before, .main_middle h2:before, .h2:before, .main_middle h3:before, .h3:before {
    display: none !important;
  }

  main {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  a[href^=http]:after {
    content: " <" attr(href) ">";
  }

  .breadcrumbs a:after {
    display: none;
  }

  h2 {
    page-break-before: always;
  }

  .tabs_content .box {
    display: block;
  }

  * {
    -webkit-print-color-adjust: exact;
  }
}

footer {
  height: 600px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #444;
  padding: 20px 0;
  background: #eee url(/local/templates/avp/pics/bg_footer.png) 100% 100% / auto 100% no-repeat;
  overflow: hidden;
  box-sizing: border-box;
}

footer a {
  color: #444;
}

footer a:hover {
  color: #444;
}

.footer_after {
  height: 80px;
  width: 100%;
  background: #00478e url(/local/templates/avp/pics/bg_footer_after.png) 50% 0 repeat;
  color: #dddddd;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer_after a {
  color: #dddddd;
}

.f_logo {
  width: 230px;
  height: 100px;
  display: block;
  background: url(/local/templates/avp/pics/sprite.png) 0 -100px no-repeat;
}

.f_copy {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40%;
}

.f_copy > span {
  display: table-cell;
  width: 100%;
  height: 60px;
  vertical-align: middle;
  text-align: left;
  color: #dddddd;
}

.f_copy b {
  font-weight: 400;
  color: #ffffff;
}

.almaUp {
  position: absolute;
  display: block;
  top: 10px;
  left: 600px;
  width: 60px;
  height: 60px;
  font-size: 12px;
  background: url(/local/templates/avp/pics/sprite.png) 0 -1078px no-repeat;
}

.almaUp:hover, .almaUp:active {
  background: url(/local/templates/avp/pics/sprite.png) -60px -1078px no-repeat;
}

.f_couner {
  position: absolute;
  display: block;
  top: 25px;
  left: 700px;
  width: 200px;
}

.f_privacy {
  position: absolute;
  top: 15px;
  right: 0%;
  width: 220px;
  color: #dddddd;
  font-size: 12px;
  text-decoration: none;
}

.f_privacy:hover {
  color: #ffffff;
}

.f_linkall {
  position: absolute;
  display: block;
  top: 40px;
  right: 10px;
  width: 200px;
  font-size: 12px;
  color: #dddddd;
  text-decoration: none;
  line-height: 15px;
  text-align: left;
  padding: 0 10px 0 10px;
}

.f_linkall:hover {
  color: #ffffff;
}

.f_linkall::before {
  content: '';
  position: absolute;
  display: block;
  top: -5px;
  right: 0;
  width: 90px;
  height: 40px;
  background: url(/local/templates/avp/pics/sprite.png) 0 -978px no-repeat;
}

.f_linkall:hover::before {
  background: url(/local/templates/avp/pics/sprite.png) -90px -978px no-repeat;
}

.fcolmn_25 {
  width: 21%;
  padding: 10px 0;
  position: absolute;
  left: 1%;
}

.fcolmn_25_2 {
  width: 19%;
  padding: 10px 0;
  position: absolute;
  left: 26%;
}

.fcolmn_25_3 {
  width: 21%;
  padding: 10px 0;
  position: absolute;
  left: 47%;
}

.fcolmn_25_4 {
  width: 29%;
  padding: 10px 0;
  position: absolute;
  left: 70%;
}

.fcolmn_33 {
  width: 31.3%;
  position: absolute;
  padding: 10px 0;
}

.fcolmn_33_2 {
  width: 31.3%;
  position: absolute;
  padding: 10px 0;
  left: 33.3%;
}

.fcolmn_33_3 {
  width: 31.3%;
  padding: 10px 0;
  position: absolute;
  left: 66.6%;
}

.fcolmn_33_4 {
  width: 31.3%;
  position: absolute;
  padding: 10px 0;
  left: 100%;
}

.fcolmn_header_name, a.fcolmn_header_name {
  display: block;
  text-decoration: none;
  line-height: 36px;
  font-size: 24px;
  position: relative;
  padding: 0 0 10px 0;
  color: #444;
  font-weight: normal;
}

.fcolmn_header_name::before {
  content: '';
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  left: 0;
  top: 0;
  background: url(/local/templates/avp/pics/sprite.png) -0px -730px no-repeat;
}

.blured {
  -webkit-filter: blur(7px);
  filter: blur(7px);
  -webkit-transition: -webkit-filter .2s ease 0s;
  -moz-transition: -moz-filter .2s ease 0s;
  -ms-transition: -ms-filter .2s ease 0s;
  -o-transition: -o-filter .2s ease 0s;
  transition: filter .2s ease 0s;
}

.unblured, .unblured.blured {
  -webkit-filter: blur(0);
  filter: blur(0);
}

.f_sm_home, a.f_sm_home, .f_sm_phone, a.f_sm_phone, .f_sm_mail, a.f_sm_mail, .f_sm_adress, a.f_sm_adress, .f_sm_sitemap, a.f_sm_sitemap, .f_sm_time, a.f_sm_time, .f_sm_favorite, a.f_sm_favorite {
  width: 90%;
  position: relative;
  display: block;
  padding: 15px 0 15px 34px;
  line-height: 20px;
  color: #444;
  text-decoration: none;
}

.f_sm_home::before, a.f_sm_home::before, .f_sm_phone::before, a.f_sm_phone::before, .f_sm_mail::before, a.f_sm_mail::before, .f_sm_adress::before, a.f_sm_adress::before, .f_sm_sitemap::before, a.f_sm_sitemap::before, .f_sm_time::before, a.f_sm_time::before, .f_sm_favorite::before, a.f_sm_favorite::before {
  content: '';
  width: 30px;
  height: 30px;
  background-image: url(/local/templates/avp/pics/sprite.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 2px;
}

a.f_sm_home:hover, a.f_sm_phone:hover, a.f_sm_mail:hover, a.f_sm_adress:hover, a.f_sm_sitemap:hover, a.f_sm_time:hover, a.f_sm_favorite:hover {
  color: #444;
}

.f_sm_home::before {
  background-position: 0 -260px;
  top: 10px;
  left: 2px;
}

a.f_sm_home:hover::before {
  background-position: 0 -290px;
}

.f_sm_phone::before {
  background-position: -30px -260px;
  top: 10px;
  left: 2px;
}

a.f_sm_phone:hover::before {
  background-position: -30px -290px;
}

.f_sm_mail::before {
  background-position: -60px -260px;
  top: 10px;
  left: 2px;
}

a.f_sm_mail:hover::before {
  background-position: -60px -290px;
}

.f_sm_adress::before {
  background-position: -90px -260px;
  top: 10px;
  left: 2px;
}

a.f_sm_adress:hover::before {
  background-position: -90px -290px;
}

.f_sm_sitemap::before {
  background-position: -120px -260px;
  top: 10px;
  left: 2px;
}

a.f_sm_sitemap:hover::before {
  background-position: -120px -290px;
}

.f_sm_time::before {
  background-position: -150px -260px;
  top: 10px;
  left: 2px;
}

a.f_sm_time:hover::before {
  background-position: -150px -290px;
}

.f_sm_favorite::before {
  background-position: -180px -260px;
  top: 10px;
  left: 2px;
}

a.f_sm_favorite:hover::before {
  background-position: -180px -290px;
}

ul.f_menu, ul.f_menu > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}

ul.f_menu > li {
  flex: 1 1 200px;
  position: relative;
  margin: 0;
  padding: 0;
}

ul.f_menu > li > a {
  width: 100%;
  position: relative;
  display: block;
  padding: 15px 0 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  color: #00478e;
  text-decoration: none;
}

ul.f_menu > li > ul > li > a {
  width: 100%;
  position: relative;
  display: block;
  padding: 4px 10px 0 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #3d3d3d;
  text-decoration: underline;
  box-sizing: border-box;
}

ul.f_menu > li > ul, ul.f_menu > li > ul > li {
  display: block;
}

ul.f_menu > li > ul > li > a::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(/local/templates/avp/pics/sprite.png) -20px -450px no-repeat;
  position: absolute;
  top: 5px;
  left: 2px;
}

ul.f_menu > li > ul > li > a:hover {
  color: #444;
}

ul.f_menu > li > ul > li > a:hover::before {
  background: url(/local/templates/avp/pics/sprite.png) -40px -450px no-repeat;
}

@media screen and (max-width: 1249px) {
  footer, .footer_after, .f_logo, .f_menu, .fcolmn_header_name, .f_sm_home, a.f_sm_home, .f_sm_phone, a.f_sm_phone, .f_sm_mail, a.f_sm_mail, .f_sm_adress, a.f_sm_adress, .f_sm_sitemap, a.f_sm_sitemap, .f_sm_time, a.f_sm_time, .f_sm_favorite, a.f_sm_favorite, .f_copy, .almaUp, .f_linkall, .f_couner, .f_privacy {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  footer, .footer_after {
    height: auto;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  footer .mid, .footer_after .mid {
    min-width: 100%;
    padding: 0 2%;
    box-sizing: border-box;
  }

  .f_copy {
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  .fcolmn_25, .fcolmn_25_2, .fcolmn_25_3, .fcolmn_25_4, .fcolmn_33, .fcolmn_33_2, .fcolmn_33_3, .fcolmn_33_4 {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    padding: 20px 0;
  }

  header, .footer_after {
    text-align: center !important;
  }
}

@media print {
  footer, .footer_after {
    display: none !important;
  }
}

.header_intro {
  position: relative;
}

.header_intro .header_intro_cont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.small_header {
  width: 100%;
  height: 40px;
  background: #444444 url(/local/templates/avp/pics/bg_small_header.png) 50% 0 repeat;
  overflow: hidden;
  color: #f8f8f8;
  z-index: 120;
}

.small_header a {
  color: #ffffff;
}

.small_header a:hover {
  color: rgb(0, 71, 142);
}

header {
  height: 120px;
  position: relative;
  background: #ffffff url(/local/templates/avp/pics/bg_header.png) 50% 0 repeat;
  color: #484848;
  z-index: 100;
}

header a {
  color: #484848;
}

header a:hover {
  color: #444444;
}

header::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 8px;
  background: url(/local/templates/avp/pics/bg_shadow.png) 50% 100% / 100% 100% no-repeat;
  top: 100%;
  left: 0;
  z-index: -1;
}

header::after {
  content: '';
  display: block;
  clear: both;
}

.logo, a.logo, a.logo:hover, a.logo:active {
  position: absolute;
  top: 9px;
  left: 0px;
  width: 190px;
  display: block;
  height: 100px;
  background: url(/local/templates/avp/pics/sprite.png) 0 0 no-repeat;
}

.slogan, a.slogan, a.slogan:hover, a.slogan:active {
  display: block;
  font: 300 20px/25px 'Roboto', sans-serif;
  position: absolute;
  top: 19px;
  left: 200px;
  text-decoration: none;
  color: #484848;
  text-transform: uppercase;
}

.sm_home, a.sm_home, .sm_phone, a.sm_phone, .sm_mail, a.sm_mail, .sm_adress, a.sm_adress, .sm_sitemap, a.sm_sitemap, .sm_time, a.sm_time, .sm_favorite, a.sm_favorite {
  position: absolute;
  top: 5px;
  left: 50px;
  display: inline-block;
  height: 30px;
  padding: 0 0 0 34px;
  line-height: 30px;
  color: #373737;
  text-decoration: none;
}

a.sm_home:hover, a.sm_phone:hover, a.sm_mail:hover, a.sm_adress:hover, a.sm_sitemap:hover, a.sm_time:hover, a.sm_favorite:hover {
  color: #373737;
}

.sm_home::before, a.sm_home::before, .sm_phone::before, a.sm_phone::before, .sm_mail::before, a.sm_mail::before, .sm_adress::before, a.sm_adress::before, .sm_sitemap::before, a.sm_sitemap::before, .sm_time::before, a.sm_time::before, .sm_favorite::before, a.sm_favorite::before {
  content: '';
  width: 30px;
  height: 30px;
  background-image: url(/local/templates/avp/pics/sprite.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 2px;
}

.sm_home, a.sm_home {
  top: 5px;
  left: 50px;
}

.sm_home::before {
  background-position: 0 -200px;
  top: 0;
  left: 2px;
}

a.sm_home:hover::before {
  background-position: 0 -230px;
}

.sm_phone, a.sm_phone {
  top: 14px;
  left: 700px;
}

.sm_phone::before {
  background-position: -30px -200px;
  top: 0;
  left: 2px;
}

a.sm_phone:hover::before {
  background-position: -30px -230px;
}

.sm_mail, a.sm_mail {
  top: 5px;
  left: 350px;
}

.sm_mail::before {
  background-position: -60px -200px;
  top: 0;
  left: 2px;
}

a.sm_mail:hover::before {
  background-position: -60px -230px;
}

.sm_adress, a.sm_adress {
  top: 57px;
  left: 700px;
}

.sm_adress::before {
  background-position: -90px -200px;
  top: 0;
  left: 2px;
}

a.sm_adress:hover::before {
  background-position: -90px -230px;
}

.sm_sitemap, a.sm_sitemap {
  top: 5px;
  left: 450px;
}

.sm_sitemap::before {
  background-position: -120px -200px;
  top: 0;
  left: 2px;
}

a.sm_sitemap:hover::before {
  background-position: -120px -230px;
}

.sm_time, a.sm_time {
  top: 5px;
  left: 550px;
}

.sm_time::before {
  background-position: -150px -200px;
  top: 0;
  left: 2px;
}

a.sm_time:hover::before {
  background-position: -150px -230px;
}

.sm_favorite, a.sm_favorite {
  top: 5px;
  left: 650px;
}

.sm_favorite::before {
  background-position: -180px -200px;
  top: 0;
  left: 2px;
}

a.sm_favorite:hover::before {
  background-position: -180px -230px;
}

.gr_home, a.gr_home, .gr_phone, a.gr_phone, .gr_mail, a.gr_mail, .gr_adress, a.gr_adress, .gr_sitemap, a.gr_sitemap, .gr_time, a.gr_time {
  position: absolute;
  top: 10px;
  left: 50px;
  display: inline-block;
  padding: 10px 0 10px 50px;
  font: 400 24px/30px 'Roboto', sans-serif;
  color: #484848;
  text-decoration: none;
}

.gr_home span, .gr_phone span, .gr_mail span, .gr_adress span, .gr_sitemap span, .gr_time span {
  font: 300 18px/30px 'Roboto', sans-serif;
  display: inline-block;
}

.gr_home::before, a.gr_home::before, .gr_phone::before, a.gr_phone::before, .gr_mail::before, a.gr_mail::before, .gr_adress::before, a.gr_adress::before, .gr_sitemap::before, a.gr_sitemap ::before, .gr_time::before, a.gr_time::before {
  content: '';
  width: 50px;
  height: 50px;
  background-image: url(/local/templates/avp/pics/sprite.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

a.gr_home:hover, a.gr_phone:hover, a.gr_mail:hover, a.gr_adress:hover, a.gr_sitemap:hover , a.gr_time:hover {
  color: #444444;
}

.gr_home, a.gr_home {
  top: 10px;
  left: 50px;
}

.gr_home::before {
  background-position: 0 -350px;
  top: 0;
  left: 0;
}

a.gr_home:hover::before {
  background-position: 0 -400px;
}

.gr_phone, a.gr_phone {
  top: 10px;
  left: 600px;
}

.gr_phone::before {
  background-position: -50px -350px;
  top: 0;
  left: 0;
}

a.gr_phone:hover::before {
  background-position: -50px -400px;
}

.gr_mail, a.gr_mail {
  top: 10px;
  left: 250px;
}

.gr_mail::before {
  background-position: -100px -350px;
  top: 0;
  left: 0;
}

a.gr_mail:hover::before {
  background-position: -100px -400px;
}

.gr_adress, a.gr_adress {
  top: 10px;
  left: 350px;
}

.gr_adress::before {
  background-position: -150px -350px;
  top: 0;
  left: 0;
}

a.gr_adress:hover::before {
  background-position: -150px -400px;
}

.gr_sitemap, a.gr_sitemap {
  top: 10px;
  left: 450px;
}

.gr_sitemap::before {
  background-position: -200px -350px;
  top: 0;
  left: 0;
}

a.gr_sitemap:hover::before {
  background-position: -200px -400px;
}

.gr_time, a.gr_time {
  top: 10px;
  left: 550px;
}

.gr_time::before {
  background-position: -250px -350px;
  top: 0;
  left: 0;
}

a.gr_time:hover::before {
  background-position: -250px -400px;
}

.search {
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -46px;
  left: 500px;
  width: 300px;
  padding: 0 10px;
  box-sizing: border-box;
  height: 50px;
}

.search::before, .search::after {
  content: '';
  display: block;
  width: 10px;
  height: 50px;
  position: absolute;
  top: 0;
}

.search::before {
  left: 0;
  background: url(/local/templates/avp/pics/sprite.png) -200px -826px no-repeat;
}

.search::after {
  right: 0;
  background: url(/local/templates/avp/pics/sprite.png) -210px -826px no-repeat;
}

.search input {
  display: block;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  border: 0;
  font: 400 16px / 20px 'Roboto', sans-serif;
  color: #444;
  padding: 15px 40px 15px 0;
  line-height: 20px;
  height: 50px;
  background: transparent url(/local/templates/avp/pics/sprite.png) 0 -776px repeat-x;
}

.search input::-webkit-input-placeholder {
  color: #444;
}

.search input:-moz-placeholder {
  color: #444;
}

.search span, .search a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 1;
  background: url(/local/templates/avp/pics/sprite.png) -250px -826px no-repeat;
}

.search span:hover, .search a:hover {
  background: url(/local/templates/avp/pics/sprite.png) -250px -876px no-repeat;
}

.search_ad_back {
  display: none;
}

.search_ad_cont {
  display: inline;
}

.search_result {
  color: #272727;
  word-wrap: break-word;
}

.chu_search {
  position: relative;
  top: 15px;
  left: 0;
  right: 0;
  bottom: 0;
  float: left;
  margin: 0 20px 0 0;
}

.zakaz_zvonka {
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 58px;
  left: 612px;
}

.langs {
  width: 50px;
  height: 25px;
  position: absolute;
  top: 5px;
  right: 20px;
}

.langs_RU, .langs_EN, .langs_RU_chosed, .langs_EN_chosed {
  width: 25px;
  height: 25px;
  display: inline-block;
}

.langs_RU {
  background: url(/local/templates/avp/pics/sprite.png) -5px -322px no-repeat;
}

.langs_EN {
  background: url(/local/templates/avp/pics/sprite.png) -30px -322px no-repeat;
}

.langs_RU:hover {
  background: url(/local/templates/avp/pics/sprite.png) -65px -322px no-repeat;
}

.langs_EN:hover {
  background: url(/local/templates/avp/pics/sprite.png) -90px -322px no-repeat;
}

.langs_RU_chosed {
  background: url(/local/templates/avp/pics/sprite.png) -125px -322px no-repeat;
}

.langs_EN_chosed {
  background: url(/local/templates/avp/pics/sprite.png) -150px -322px no-repeat;
}

.soc_seti {
  position: absolute;
  display: inline-block;
  height: 30px;
  top: 5px;
  right: 20px;
}

.header_im_cont {
  position: static;
}

ul.header_im {
  position: absolute;
  width: 80px;
  height: 50px;
  display: block;
  padding: 0;
  margin: 0;
  z-index: 30;
}

ul.header_im.header_basket {
  bottom: 0px;
  right: 20px;
}

ul.header_im.header_like {
  bottom: 0px;
  right: 230px;
}

ul.header_im.header_compare {
  bottom: 0px;
  right: 320px;
}

ul.header_im.header_im_with_text {
  width: 200px;
}

ul.header_im > li {
  position: relative;
  width: 100%;
  height: 50px;
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.header_im > li.header_im_full {
  -moz-border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px 15px 0 0;
  -khtml-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
  transition: background-color 0.2s ease 0s;
  background: transparent;
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0 ,0);
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0 ,0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0 ,0);
}

ul.header_im > li.header_im_full:hover {
  background: rgb(0, 71, 142);
  -moz-box-shadow: 0 -3px 3px 0 rgba(0, 0, 0 ,0.2);
  -webkit-box-shadow: 0 -3px 3px 0 rgba(0, 0, 0 ,0.2);
  box-shadow: 0 -3px 3px 0 rgba(0, 0, 0 ,0.2);
}

ul.header_im > li > a {
  position: relative;
  width: 100%;
  height: 50px;
  display: inline-block;
  padding: 0;
  margin: 0;
  text-align: center;
}

ul.header_im > li > a > span.header_im_text {
  display: inline-block;
  vertical-align: middle;
  color: #444444;
  width: 110px;
  padding-left: 10px;
  text-align: left;
  font: 600 16px 'Roboto', sans-serif;
}

ul.header_im > li.header_im_full:hover > a > span.header_im_text {
  color: #ffffff;
}

ul.header_im > li > a > span.header_im_icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

ul.header_im.header_basket > li > a > span.header_im_icon {
  background: url(/local/templates/avp/pics/sprite.png) 0 -1533px no-repeat;
}

ul.header_im.header_basket > li:hover > a > span.header_im_icon {
  background: url(/local/templates/avp/pics/sprite.png) -50px -1533px no-repeat;
}

ul.header_im.header_basket > li.header_im_full > a > span.header_im_icon {
  background: url(/local/templates/avp/pics/sprite.png) -100px -1533px no-repeat;
}

ul.header_im.header_basket > li.header_im_full:hover > a > span.header_im_icon {
  background: url(/local/templates/avp/pics/sprite.png) -150px -1533px no-repeat;
}

ul.header_im.header_compare > li > a > span.header_im_icon {
  background: url(/local/templates/avp/pics/sprite.png) 0 -1483px no-repeat;
}

ul.header_im.header_compare > li:hover > a > span.header_im_icon {
  background: url(/local/templates/avp/pics/sprite.png) -50px -1483px no-repeat;
}

ul.header_im.header_like > li > a > span.header_im_icon {
  background: url(/local/templates/avp/pics/sprite.png) -100px -1483px no-repeat;
}

ul.header_im.header_like > li:hover > a > span.header_im_icon {
  background: url(/local/templates/avp/pics/sprite.png) -174px -1483px no-repeat;
}

ul.header_im > li.header_im_full > a > span.header_im_icon > span {
  display: block;
  min-width: 10px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 5px;
  right: -5px;
  background: rgb(0, 71, 142);
  color: #ffffff;
  padding: 0 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}

ul.header_im > li.header_im_full:hover > a > span.header_im_icon > span {
  background: #444444;
  color: #ffffff;
}

ul.header_im > li.header_im_full > ul {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
  width: 280px;
}

ul.header_im > li.header_im_full:hover > ul {
  position: absolute;
  display: block;
  top: 50px;
  right: 0;
  width: 300px;
  box-sizing: border-box;
  padding: 10px;
  background: #ffffff;
  border-top: 3px solid rgb(0, 71, 142);
  border-bottom: 3px solid rgb(0, 71, 142);
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -khtml-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  -moz-box-shadow: 0 3px 2px 2px rgba(0, 0, 0 ,0.2);
  -webkit-box-shadow: 0 3px 2px 2px rgba(0, 0, 0 ,0.2);
  box-shadow: 0 3px 2px 2px rgba(0, 0, 0 ,0.2);
}

ul.header_im > li.header_im_full:hover > ul > li {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
  list-style: none;
  border-bottom: 1px dashed #444;
  padding: 15px 0;
}

ul.header_im > li.header_im_full:hover > ul > li.header_im_title {
  color: #444;
  padding: 5px 0;
  font: 400 22px 'Roboto', sans-serif;
}

ul.header_im > li.header_im_full:hover > ul > li:last-child {
  border-bottom: 0;
  padding: 15px 0 0 0;
}

ul.header_im > li.header_im_full:hover > ul > li > a {
  display: block;
  position: relative;
  width: 100%;
  text-decoration: none;
}

ul.header_im > li.header_im_full:hover > ul > li > a.button {
  width: auto;
}

ul.header_im > li.header_im_full:hover > ul > li > a > img {
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0;
  left: 0;
}

ul.header_im > li.header_im_full:hover > ul > li > a > span {
  display: block;
  width: 200px;
  min-height: 64px;
  position: relative;
  top: 0;
  left: 80px;
  color: #444;
  text-align: left;
  font-size: 13px;
  font-weight: bold;
}

ul.header_im > li.header_im_full:hover > ul > li > a:hover > span {
  color: #303030;
  ;
}

.basketBriefTotal a, .basketBriefTotal a:hover {
  color: #444;
}

.lk_enter, a.lk_enter, .lk_entered, a.lk_entered, .lk_exit, a.lk_exit {
  display: block;
  position: absolute;
  height: 27px;
  line-height: 27px;
  text-align: left;
  max-width: 300px;
  padding: 0 10px 0 34px;
  text-decoration: none;
  -moz-border-radius: 13.5px;
  -webkit-border-radius: 13.5px;
  -khtml-border-radius: 13.5px;
  border-radius: 13.5px;
  overflow: hidden;
  white-space: nowrap;
}

.lk_enter, a.lk_enter {
  top: 5px;
  right: 20px;
}

.lk_enter::before {
  content: '';
  width: 34px;
  height: 34px;
  background: url(/local/templates/avp/pics/sprite.png) 0 -1813px no-repeat;
  position: absolute;
  top: -4px;
  left: 0;
}

.lk_entered, a.lk_entered {
  top: 5px;
  right: 100px;
  text-overflow: ellipsis;
}

.lk_entered::before {
  content: '';
  width: 34px;
  height: 34px;
  background: url(/local/templates/avp/pics/sprite.png) 0 -1813px no-repeat;
  position: absolute;
  top: -4px;
  left: 0;
}

.lk_entered::after, a.lk_entered::after {
  content: '';
  display: block;
  width: 15px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: -moz-linear-gradient(right, rgba(255,255,255,0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(right,rgba(255,255,255,0) 0%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, #ffffff 100%);
}

.lk_exit, a.lk_exit {
  top: 5px;
  right: 20px;
}

.lk_exit:hover, a.lk_exit:hover {
  text-decoration: underline;
}

.lk_exit::before, a.lk_exit::before {
  content: '';
  width: 34px;
  height: 34px;
  background: url(/local/templates/avp/pics/sprite.png) -34px -1813px no-repeat;
  position: absolute;
  top: -4px;
  left: 0;
}

.ad_line {
  display: none;
}

.contacts_ad_open, .account_ad_open, .basket_ad_open, .menu_cont_hor .lk_enter, .menu_cont_hor a.lk_enter, .menu_cont_hor .lk_entered, .menu_cont_hor a.lk_entered, .menu_cont_hor .lk_exit, .menu_cont_hor a.lk_exit {
  display: none;
}

.langses {
  position: absolute;
  top: 15px;
  right: 0;
}

.langses > span, .langses > span:hover {
  display: inline-block;
  color: #fff;
  background: #00478e;
  text-align: center;
  line-height: 20px;
  padding: 7px 10px;
  text-decoration: none;
}

.langses .others {
  display: inline-block;
  box-shadow: inset 0 0 0 1px #00478e;
  padding: 7px 0;
}

.langses .others a {
  display: inline-block;
  padding: 0 10px;
  line-height: 20px;
  text-decoration: none;
  transition-duration: 0.2s;
}

.langses .others a:hover {
  text-decoration: underline
}

.langses .others a:first-child {
  border-right: 1px solid #00478e;
}

@media screen and (max-width: 1249px) {
  header, .small_header {
    height: auto;
    padding: 0 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
  }

  header .mid, .small_header .mid {
    min-width: 100%;
  }

  .logo, a.logo, a.logo:hover, a.logo:active, .langs, ul.header_im, .header_im_cont {
    position: relative;
    display: inline-block;
    vertical-align: top;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
  }

  .zakaz_zvonka, a.zakaz_zvonka, .soc_seti, .slogan, a.slogan, a.slogan:hover, a.slogan:active, .sm_home, a.sm_home, .sm_mail, a.sm_mail, .sm_phone, a.sm_phone, .sm_adress, a.sm_adress, .sm_sitemap, a.sm_sitemap, .sm_time, a.sm_time, .sm_favorite, a.sm_favorite, .gr_home, a.gr_home, .gr_mail, a.gr_mail, .gr_phone, a.gr_phone, .gr_adress, a.gr_adress, .gr_sitemap, a.gr_sitemap , .gr_time, a.gr_timeб .lk_enter, a.lk_enter, .lk_entered, a.lk_entered, .lk_exit, a.lk_exit {
    display: none;
  }

  .logo, a.logo, a.logo:hover, a.logo:active {
    width: 150px;
    height: 50px;
    background-size: 100% auto;
  }

  .small_header > .mid, header {
    text-align: left !important;
  }

  .header_im_cont {
    z-index: 1;
    text-align: right;
    float: right;
  }

  .ad_line {
    display: block;
    background: #f4f4f4;
  }

  a.ad_line_show_on_ad, a.ad_line_show_on_ad:hover, .ad_line_show_on_ad, .ad_line_show_on_ad:hover {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 0;
    font: 400 22px/30px 'Roboto', sans-serif;
  }

  .ad_line_show_on_ad span {
    font: 300 15px/30px 'Roboto', sans-serif;
  }

  .ad_line_show_on_ad::before {
    display: none;
  }

  .search_ad_cont {
    display: block;
    text-align: right;
    background: #f4f4f4
  }

  .search {
    display: none;
    position: relative;
    vertical-align: top;
    width: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    margin: 0 10px;
  }

  .search_ad_open {
    display: none;
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(/local/templates/avp/pics/sprite.png) -150px -826px no-repeat;
    margin: 0;
    vertical-align: top;
    float: right;
  }

  .contacts_ad_open {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(/local/templates/avp/pics/sprite.png) 0 -876px no-repeat;
    margin: 0;
    vertical-align: top;
  }

  .account_ad_open {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(/local/templates/avp/pics/sprite.png) -50px -876px no-repeat;
    margin: 0;
    vertical-align: top;
    float: right;
  }

  .langs_ad_open {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0;
    vertical-align: top;
    padding: 12.5px 0 0 0;
    float: right;
    box-sizing: border-box;
  }

  .basket_ad_open, .menu_cont_hor .lk_enter, .menu_cont_hor a.lk_enter, .menu_cont_hor .lk_entered, .menu_cont_hor a.lk_entered, .menu_cont_hor .lk_exit, .menu_cont_hor a.lk_exit {
    display: block;
    font: 300 16px/30px 'Roboto', sans-serif;
    padding: 10px 10px 10px 35px;
    color: #444;
    background: #fff;
    text-decoration: none;
    position: relative;
    border-top: 1px solid #ddd;
    border-radius: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
  }

  .basket_ad_open::before {
    content: '';
    position: absolute;
    display: block;
    width: 34px;
    height: 34px;
    left: 0;
    top: 7px;
    background: url(/local/templates/avp/pics/sprite.png) -68px -1813px no-repeat;
  }

  .menu_cont_hor .lk_enter::before, .lk_entered::before, .lk_exit::before {
    top: 7px;
  }
}

@media screen and (max-width: 990px) {
  ul.header_im > li {
    position: static;
  }

  ul.header_im {
    position: static;
  }

  ul.header_im > li.header_im_full:hover > ul {
    width: 320px;
    max-width: 100%;
    box-sizing: border-box;
  }

  ul.header_im.header_im_with_text {
    width: 65px;
  }

  ul.header_im.header_im_with_text > li > a > span.header_im_text {
    display: none;
  }
}

@media print {
  header, .small_header {
    display: none !important;
  }
}

@media print {
  .controle_panel {
    display: none !important;
  }
}

td, th {
  padding: 0;
}

table.info_table {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
}

table.info_table > tbody > tr:nth-child(2n+1) > td, table.info_table > tr:nth-child(2n+1) > td {
  background: #eee;
}

table.info_table > tbody > tr:nth-child(2n) > td, table.info_table > tr:nth-child(2n) > td {
  background: #ffffff;
}

table.info_table > tbody > tr > td, table.info_table > tfoot > tr > td, table.info_table > thead > tr > td {
  padding: 5px 10px;
  border: 1px solid #ddd;
  vertical-align: top;
  text-align: left;
}

table.info_table > tbody > tr > th, table.info_table > tfoot > tr > th, table.info_table > thead > tr > th {
  background: #aaa;
  color: #ffffff;
  text-align: left;
  font-weight: normal;
  padding: 5px 10px;
}

table.info_table_head > tbody > tr:first-child > td, table.info_table_head > tbody > tr:first-child > td {
  background: #aaa;
  color: #ffffff;
  text-align: left;
  font-weight: normal;
  padding: 5px 10px;
}

table.info_table_footer > tbody > tr:last-child > td, table.info_table_footer > tbody > tr:last-child > td {
  background: #ddd;
  color: #000;
  text-align: left;
  font-weight: normal;
  padding: 5px 10px;
}

table.info_table td p:first-child {
  padding-top: 0;
}

table.table_adaptive_titles .table_adaptive_titles_title {
  display: none;
}

@media screen and (max-width:767px) {
  table.info_table, table.info_table > tbody, table.info_table > thead, table.info_table > tfoot, table.info_table > * > tr, table.info_table > * > tr > td, table.info_table > * > tr > th {
    display: block;
    max-width: 100%;
    overflow: hidden;
  }

  .table_adaptive_titles, .table_adaptive_titles > tbody, table.table_adaptive_titles > thead, table.table_adaptive_titles > tfoot, table.table_adaptive_titles > * > tr {
    display: block;
  }

  table.table_adaptive_titles > * > tr > td, table.table_adaptive_titles > * > tr > th {
    display: none;
  }

  table.table_adaptive_titles > * > tr.active > td, table.table_adaptive_titles > * > tr.active > th, table.table_adaptive_titles > tbody > tr.active:nth-child(2n+1) > td, table.table_adaptive_titles > tbody > tr.active:nth-child(2n+1) > th, table.table_adaptive_titles > thead > tr.active:nth-child(2n+1) > td, table.table_adaptive_titles > thead > tr.active:nth-child(2n+1) > th, table.table_adaptive_titles > tfoot > tr.active:nth-child(2n+1) > td, table.table_adaptive_titles > tfoot > tr.active:nth-child(2n+1) > th {
    display: block;
    background: #fff;
  }

  table.table_adaptive_titles > *:first-of-type > tr > td:first-of-type, table.table_adaptive_titles > *:first-of-type > tr.active > td:first-of-type {
    display: block;
    position: relative;
    background: #ff926b;
    padding-right: 30px;
    cursor: pointer;
  }

  table.table_adaptive_titles > *:first-of-type > tr:first-of-type {
    display: none;
  }

  table.table_adaptive_titles .table_adaptive_titles_title {
    display: inline;
  }

  table.table_adaptive_titles > * > tr > td:first-of-type::before {
    content: '';
    position: absolute;
    top: 3.5px;
    right: 5px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(/local/templates/avp/pics/sprite.png) -140px -1273px no-repeat;
    transition-duration: 0.5s;
    transform: rotateX(0);
  }

  table.table_adaptive_titles > * > tr.active > td:first-of-type::before {
    transform: rotateX(180deg);
  }

  table.table_adaptive_titles > * > tr > td > p:first-of-type {
    display: inline;
  }

  table.table_adaptive_flex > tbody > tr, table.table_adaptive_flex > thead > tr, table.table_adaptive_flex > tfoot > tr {
    display: flex;
    align-content: stretch;
    flex-wrap: wrap;
    margin: 5px 0;
    border: 1px solid #ddd;
  }

  table.table_adaptive_flex > tbody > tr > td, table.table_adaptive_flex > tfoot > tr > td, table.table_adaptive_flex > thead > tr > td, table.table_adaptive_flex > tbody > tr > th, table.table_adaptive_flex > tfoot > tr > th, table.table_adaptive_flex > thead > tr > th {
    flex: 1 1 auto;
    border: 0.5px solid #ddd;
    padding-left: 10px;
    padding-right: 10px;
  }

  table.table_adaptive_nums > tbody > tr > td, table.table_adaptive_nums > tfoot > tr > td, table.table_adaptive_nums > thead > tr > td, table.table_adaptive_nums > tbody > tr > th, table.table_adaptive_nums > tfoot > tr > th, table.table_adaptive_nums > thead > tr > th {
    counter-increment: myCounter;
  }

  table.table_adaptive_nums > tbody > tr > td::before, table.table_adaptive_nums > tfoot > tr > td::before, table.table_adaptive_nums > thead > tr > td::before, table.table_adaptive_nums > tbody > tr > th::before, table.table_adaptive_nums > tfoot > tr > th::before, table.table_adaptive_nums > thead > tr > th::before {
    content: counter(myCounter);
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    left: -5px;
    text-align: center;
    color: rgb(0, 71, 142);
    text-shadow: none !important;
    font: 400 12px / 16px 'Roboto', sans-serif;
    padding: 0 2px;
    height: 16px;
    min-width: 12px;
    text-align: center;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgb(0, 71, 142);
  }

  table.antiTable, table.antiTable > tbody, table.antiTable > thead, table.antiTable > tfoot {
    display: block;
    text-align: center;
  }

  table.antiTable > * > tr {
    display: inline;
  }

  table.antiTable > tbody > tr > td, table.antiTable > tfoot > tr > td, table.antiTable > thead > tr > td, table.antiTable > tbody > tr > th, table.antiTable > tfoot > tr > th, table.antiTable > thead > tr > th {
    display: inline-block;
    text-align: left;
    padding: 0 10px;
    width: 200px;
  }
}

table.properties_table {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
}

table.properties_table > * > tr > td, table.properties_table > * > tr > th {
  background: #fff;
  vertical-align: bottom;
  padding: 5px 0;
  font: 400 14px / 20px 'Roboto', sans-serif;
  background-image: url(/local/templates/avp/pics/properties_table.png);
  position: relative;
}

table.properties_table > * > tr.group td {
  background: #ff926b;
  border-top: 1px solid #f3f3f3;
  padding: 5px 30px 5px 10px;
  font: 600 14px / 20px 'Roboto', sans-serif;
  cursor: pointer;
}

table.properties_table > * > tr.group > td::before, table.properties_table > * > tr.group.active:hover > td::before {
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(/local/templates/avp/pics/sprite.png) -140px -1273px no-repeat;
  transition-duration: .5s;
  transform: rotateX(180deg);
}

table.properties_table > * > tr.group.active > td::before, table.properties_table > * > tr.group:hover > td::before {
  transform: rotateX(0);
}

table.properties_table > * > tr.group.active:hover > td::before {
  transform: rotateX(180deg);
}

table.properties_table > * > tr td:last-of-type {
  text-align: right;
  background-position: 0 100%;
  background-repeat: repeat-x;
}

table.properties_table > * > tr td:first-of-type {
  text-align: left;
  background-position: 100% 100%;
  background-repeat: repeat-x;
}

table.properties_table > * > tr td > .value {
  background: #fff;
  display: inline;
  padding: 0 20px 0 5px;
}

table.properties_table > * > tr td > .name {
  background: #fff;
  display: inline;
  padding: 0 5px 0 20px;
}

.basket_properties_table {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  background: #fff url(/local/templates/avp/pics/properties_table.png) 0 100% repeat-x;
}

.basket_properties_table .first_value {
  flex: 1 1 100px;
  padding: 5px 0;
}

.basket_properties_table .mid_value {
  flex: 1 1 100px;
  padding: 5px 0 5px 10px;
  text-align: right;
}

.basket_properties_table .last_value {
  flex: 0 0 60px;
  padding: 0 0 2px 10px;
  background: #fff;
}

.basket_properties_table > * > .value, .basket_properties_table .value {
  display: inline;
  background: #fff;
  font: 400 16px / 20px 'Roboto', sans-serif;
}

.basket_properties_table_change, a.basket_properties_table_change {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #fff url(/local/templates/avp/pics/sprite.png) -60px -1635px no-repeat;
  vertical-align: middle;
}

.basket_properties_table_change:hover, a.basket_properties_table_change:hover {
  background: #fff url(/local/templates/avp/pics/sprite.png) -90px -1635px no-repeat;
}

.basket_properties_table_del, a.basket_properties_table_del {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #fff url(/local/templates/avp/pics/sprite.png) 0 -1635px no-repeat;
  vertical-align: middle;
}

.basket_properties_table_del:hover, a.basket_properties_table_del:hover {
  background: #fff url(/local/templates/avp/pics/sprite.png) -30px -1635px no-repeat;
}

.menu_cont_hor {
  position: relative;
  display: block;
  background: #303030 url(/local/templates/avp/pics/bg_menu.png) 50% 0 repeat;
  width: 100%;
  min-height: 44px;
  z-index: 80;
}

.menu_cont_hor:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 8px;
  background: url(/local/templates/avp/pics/bg_shadow.png) 50% 100% no-repeat;
  top: 100%;
  left: 0;
  z-index: -1;
}

.menu, .menu .menu_separ, .menu > ul > li > a, .menu > ul > li > a:visited, .menu > ul > li > .menu_active, .menu > ul > li .menu_active, .menu > ul > li, .menu > ul > li:hover > a {
  height: 44px;
  font-family: 'Roboto', sans-serif;
}

.menu > ul > li:hover > ul {
  top: 44px;
}

.menu {
  position: relative;
  width: 1250px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 10;
}

.menu .menu_separ {
  width: 1px;
  background: rgba(255,255,255,0.3);
}

.menu > ul > li > a, .menu > ul > li > a:visited, .menu > ul > li > .menu_active {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  padding: 0 20px;
}

.menu > ul > li .menu_active {
  background: #da251d;
  ;color: #ffffff;
}

.menu > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.menu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}

.menu > ul > li > ul {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}

.menu > ul > li:hover > a {
  background: #da251d;
  ;color: #ffffff;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  -moz-transition-duration: .2s;
  transition-duration: .2s;
  -o-transition-property: color,background;
  -moz-transition-property: color,background;
  transition-property: color,background;
}

.menu > ul > li:hover > ul {
  display: inline-block;
  position: absolute;
  left: 0;
  background: #303030;
  ;border-top: 1px solid #003786;
  padding: 0 0;
}

.menu > ul > li > ul > li > a {
  display: block;
  width: 230px;
  font-size: 14px;
  padding: 10px 20px;
  line-height: 15px;
  height: auto;
  text-transform: none;
  font-weight: normal;
  color: #f8f8f8;
  text-decoration: none;
  -o-transition-property: color,background;
  -moz-transition-property: color,background;
  transition-property: color,background;
}

.menu > ul > li.multi > ul li > ul > li:hover > a {
  color: #ffffff;
  background: #303030;
  ;
}

.menu > ul > li ul > li {
  position: relative;
}

.menu > ul > li.multi > ul li > ul {
  display: none;
  margin: 0;
  list-style: none;
  text-align: left;
}

.menu > ul > li.multi > ul li:hover > ul {
  display: inline-block;
  position: absolute;
  left: 100%;
  top: 0;
  background: #303030;
  ;
}

.menu > ul > li.multi > ul li > ul > li > a {
  display: block;
  width: 230px;
  font-size: 14px;
  padding: 10px 20px;
  line-height: 15px;
  height: auto;
  text-transform: none;
  font-weight: normal;
  color: #f8f8f8;
  text-decoration: none;
  -o-transition-property: color,background;
  -moz-transition-property: color,background;
  transition-property: color,background;
}

.menu > ul > li > ul > li:hover > a {
  color: #ffffff;
  background: #303030;
  ;
}

.menu > ul > li.wide {
  position: static;
}

.menu > ul > li.wide > ul {
  width: 100%;
  left: 0;
  margin: 0;
}

.menu > ul > li.wide > ul > li {
  float: left;
  width: 25%;
  padding: 0 0 20px 0;
}

.menu > ul > li.wide > ul > li:nth-of-type(4n+1) {
  clear: both;
}

.menu > ul > li.wide > ul > li > a {
  display: block;
  width: auto;
  font-size: 14px;
  padding: 10px 20px 10px 30px;
  line-height: 15px;
  height: auto;
  text-transform: none;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.menu > ul > li.wide > ul > li > a::before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 10px;
  width: 20px;
  height: 20px;
  background: url(/local/templates/avp/pics/sprite.png) -20px -470px no-repeat;
}

.menu > ul > li.wide > ul > li > a:hover::before {
  background: url(/local/templates/avp/pics/sprite.png) 0 -470px no-repeat;
}

.menu > ul > li.wide > ul > li > ul li {
  list-style: none;
}

.menu > ul > li.wide > ul > li > ul > li a {
  display: block;
  width: auto;
  font-size: 14px;
  padding: 3px 20px;
  line-height: 15px;
  height: auto;
  text-transform: none;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  font-size: 90%;
}

.menu > ul > li.wide > ul > li > ul a:hover {
  color: #ffffff;
  background: #303030;
  ;
}

.menu > ul > li.wide > ul > li > ul > li a {
  padding-left: 30px;
}

.menu > ul > li.wide > ul > li > ul > li > ul > li a {
  padding-left: 45px;
}

.menu > ul > li.wide > ul > li > ul > li > ul > li > ul > li a {
  padding-left: 60px;
}

.menu > ul > li.wide > ul > li > ul > li > ul > li > ul > li > ul > li a {
  padding-left: 75px;
}

ul.left_menu {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 0 10px 0;
  border: 0;
}

ul.left_menu li, ul.left_menu ul, ul.left_menu a, ul.left_menu span {
  margin: 0;
  padding: 0;
  display: block;
}

ul.left_menu li a img {
  vertical-align: middle;
  margin: 0 5px 0 0;
}

ul.left_menu span, ul.left_menu a {
  color: #444;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}

ul.left_menu li a:hover, ul.left_menu li span:hover {
  color: #272727;
}

ul.left_menu li a.current {
  color: #303030;
  ;
}

ul.left_menu li::before {
  display: none;
}

ul.left_menu > li {
  padding: 3px 0 3px 24px;
}

ul.left_menu > li > a, ul.left_menu > li > span {
  font-size: 16px;
  line-height: 20px;
}

ul.left_menu > li > a::before, ul.left_menu > li > span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -23px;
  width: 20px;
  height: 20px;
  background: url(/local/templates/avp/pics/sprite.png) 0 -470px no-repeat;
}

ul.left_menu > li > a:hover::before, ul.left_menu > li > span:hover::before {
  background: url(/local/templates/avp/pics/sprite.png) -20px -470px no-repeat;
}

ul.left_menu li > span::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0px;
  width: 20px;
  height: 20px;
  background: url(/local/templates/avp/pics/sprite.png) -140px -470px no-repeat;
}

ul.left_menu li.lm_opened > span {
  padding-right: 20px;
}

ul.left_menu li.lm_opened > span::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0px;
  width: 20px;
  height: 20px;
  background: url(/local/templates/avp/pics/sprite.png) -120px -470px no-repeat;
}

ul.left_menu > li > ul > li > a, ul.left_menu > li > ul > li > span {
  font-size: 14px;
  margin: 4px 0 0 0;
  line-height: 18px;
  padding: 1px 0;
}

ul.left_menu > li > ul > li > a::before, ul.left_menu > li > ul > li > span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background: url(/local/templates/avp/pics/sprite.png) -40px -470px no-repeat;
}

ul.left_menu > li > ul > li > a:hover::before, ul.left_menu > li > ul > li > span:hover::before {
  background: url(/local/templates/avp/pics/sprite.png) -60px -470px no-repeat;
}

ul.left_menu > li > ul > li > ul > li > a, ul.left_menu > li > ul > li > ul > li > span {
  font-size: 13px;
  line-height: 16px;
  padding: 2px 0;
}

ul.left_menu > li > ul > li > ul > li > a::before, ul.left_menu > li > ul > li > ul > li > span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background: url(/local/templates/avp/pics/sprite.png) -80px -470px no-repeat;
}

ul.left_menu > li > ul > li > ul > li > a:hover::before, ul.left_menu > li > ul > li > ul > li > span:hover::before {
  background: url(/local/templates/avp/pics/sprite.png) -100px -470px no-repeat;
}

ul.left_menu > li > ul > li > ul > li > ul > li a, ul.left_menu > li > ul > li > ul > li > ul > li span {
  font-size: 12px;
  line-height: 14px;
  padding: 3px 0;
}

ul.left_menu > li ul {
  display: none;
  margin: 0 0 0 6%;
}

ul.left_menu li.lm_opened > ul {
  display: block;
}

.small_menu {
  display: block;
  padding: 10px 0;
}

.small_menu a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font: 300 15px/20px 'Roboto', sans-serif;
  padding: 0 10px 0 10px;
  transition-duration: 0.2s;
}

.small_menu a:hover {
  color: rgb(0, 71, 142);
}

.small_menu a.active {
  background: #ff926b;
  color: #444;
}

.menu_cont_hor .small_menu {
  display: none;
}

.menu_ad_open {
  display: none;
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: url(/local/templates/avp/pics/sprite.png) 0 -826px no-repeat;
  margin: 0;
  vertical-align: top;
}

.menu_ad {
  display: none;
}

.menu_ad_back {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: url(/local/templates/avp/pics/sprite.png) -100px -826px no-repeat;
  margin: 0;
  vertical-align: top;
}

.menu_ad_close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: url(/local/templates/avp/pics/sprite.png) -50px -826px no-repeat;
  margin: 0;
}

@media screen and (max-width:1249px) {
  .menu {
    height: auto;
  }
}

@media screen and (max-width:990px) {
  .menu, .menu .menu_separ, .menu > ul > li > a, .menu > ul > li > a:visited, .menu > ul > li .menu_active, .menu > ul > li .menu_active, .menu > ul > li, .menu > ul > li:hover > a {
    height: auto;
  }

  .menu > ul {
    display: block;
    padding: 0 0 0 0;
    background: transparent;
  }

  .menu > ul > li {
    display: block;
    margin: 0;
    background: transparent;
    text-align: left;
    border-bottom: 1px solid #ddd;
  }

  .menu > ul > li > a, .menu > ul > li > a, .menu > ul > li > a:visited, .menu > ul > li .menu_active, .menu > ul > li:hover > a {
    display: block;
    margin: 0;
    background: transparent;
    text-align: left;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    color: #424242;
    position: relative;
  }

  .menu > ul > li > a::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 10px;
    background: url(/local/templates/avp/pics/sprite.png) -240px -450px no-repeat;
  }

  .menu > ul > li:hover > ul {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  .menu > ul > li.menu_separ {
    display: none;
  }

  .menu_ad_open {
    display: inline-block;
  }

  .menu_cont_hor {
    position: fixed;
    z-index: 1000;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 100%;
    overflow: hidden;
    width: 100%;
    max-height: 100%;
    height: 100%;
    will-change: transform;
    -webkit-transition: -webkit-transform 300ms ease-out;
    -moz-transition: transform 300ms ease-out,-moz-transform 300ms ease-out;
    -o-transition: transform 300ms ease-out,-o-transform 300ms ease-out;
    transition: transform 300ms ease-out;
    transition: transform 300ms ease-out,-webkit-transform 300ms ease-out,-moz-transform 300ms ease-out,-o-transform 300ms ease-out;
    background: #f4f4f4;
  }

  .menu_cont_hor.ad_opened {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }

  .menu_cont_hor.ad_opened .menu {
    overflow: auto;
    position: absolute;
    top: 50px;
    bottom: 0;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #ddd;
  }

  .menu_ad {
    display: block;
    background: #fff;
  }

  .small_menu {
    display: none;
  }

  .menu_cont_hor .small_menu {
    display: block;
    background: #444444;
    padding: 0;
    height: auto;
  }

  .small_menu a {
    display: block;
    padding: 10px 30px 10px 10px;
    position: relative;
  }

  .small_menu a::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 10px;
    background: url(/local/templates/avp/pics/sprite.png) -260px -450px no-repeat;
  }
}

@media print {
  .menu_cont_hor {
    display: none !important;
  }
}

.catalog {
  clear: both;
  padding: 20px 0 20px 0;
  position: relative;
  z-index: 1;
}

.block_catalog_more {
  text-align: right;
}

.block_catalog_more a {
  display: inline-block;
  text-align: right;
  padding: 0 25px 0 0;
  line-height: 20px;
  color: #444;
  position: relative;
}

.block_catalog_more a:hover {
  text-decoration: underline;
}

.block_catalog_more a::after {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: bottom;
  background: url(/local/templates/avp/pics/sprite.png) -60px -450px no-repeat;
}

.block_catalog_more a::after {
  background: url(/local/templates/avp/pics/sprite.png) -80px -450px no-repeat;
}

.h_with_more h1, .h_with_more .h1, .h_with_more a.h1, .h_with_more a.h1:hover, .h_with_more h2, .h_with_more .h2, .h_with_more a.h2, .h_with_more a.h2:hover, .h_with_more h3, .h_with_more .h3, .h_with_more a.h3, .h_with_more a.h3:hover {
  display: inline;
  padding-right: 20px;
}

.h_with_more .block_catalog_more {
  display: inline;
}

.cat_hit, .cat_new, .cat_sale, .cat_sale_1, .cat_sale_2, .cat_sale_3, .cat_in_favor {
  width: 30px;
  height: 30px;
  margin: 0;
}

.cat_hit {
  background: url(/local/templates/avp/pics/sprite.png) 0 -1453px no-repeat;
}

.cat_new {
  background: url(/local/templates/avp/pics/sprite.png) -60px -1453px no-repeat;
}

.cat_sale {
  background: url(/local/templates/avp/pics/sprite.png) -30px -1453px no-repeat;
}

.cat_sale_1 {
  background: url(/local/templates/avp/pics/sprite.png) -120px -1453px no-repeat;
}

.cat_sale_2 {
  background: url(/local/templates/avp/pics/sprite.png) -150px -1453px no-repeat;
}

.cat_sale_3 {
  background: url(/local/templates/avp/pics/sprite.png) -180px -1453px no-repeat;
}

.cat_in_favor {
  background: url(/local/templates/avp/pics/sprite.png) -90px -1453px no-repeat;
}

.cat_quote_big {
  position: relative;
  display: block;
  min-height: 50px;
  margin: 30px 0 10px 0;
  padding: 20px 0 20px 120px;
  text-align: center;
  background: #f3f3f3;
  font: 300 18px / 1.1em 'Roboto', sans-serif;
  color: #444;
  text-align: left;
}

.cat_quote_big::before {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -20px;
  left: 0;
  background: url(/local/templates/avp/pics/sprite.png) -200px -2247px no-repeat;
}

.cat_photogal {
  width: 100%;
  text-align: left;
}

a.cp_elem {
  width: 270px;
  display: inline-block;
  margin: 15px 10px;
  position: relative;
  text-decoration: none;
  vertical-align: top;
}

a.cp_elem .cp_img {
  display: block;
  width: 250px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin: 0 auto;
  position: relative;
}

a.cp_elem .cp_img .hider {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0,0,0,0) 50% 50% no-repeat;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  -moz-transition-duration: .2s;
  transition-duration: .2s;
}

a.cp_elem:hover .cp_img .hider {
  background: rgba(0,0,0,0.5) 50% 50% no-repeat;
}

a.cp_elem .cp_name {
  display: block;
  width: 250px;
  padding: 10px 0;
  margin: 0 auto;
  font-size: 16px;
}

.catalog_el {
  display: block;
  padding: 0;
  text-align: left;
  position: relative;
  width: 100%;
}

.cel_main_block {
  display: block;
  width: calc(100% - 280px);
  max-width: 100%;
  min-width: 300px;
  float: left;
  vertical-align: top;
}

.cel_price_block {
  display: block;
  width: 260px;
  float: right;
  vertical-align: top;
}

.cel_content_block {
  display: block;
  width: calc(100% - 280px);
  float: left;
  vertical-align: top;
}

.catalog_el .cel_slider .cels_slide_cont {
  overflow: hidden;
  margin: 0 auto;
}

.catalog_el .cel_slider ul {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}

.catalog_el .cel_slider ul li {
  display: block;
  width: 210px;
  height: 150px;
  padding: 0;
}

.catalog_el .cel_slider ul li span {
  display: table-cell;
  width: 210px;
  height: 150px;
  text-align: center;
  vertical-align: middle;
}

.catalog_el .cel_slider ul li span img {
  vertical-align: middle;
}

.catalog_el .cel_slider ul li::before {
  display: none;
}

.cel_main_block_data.cel_main_block_data_width_slider_vertical {
  display: table;
  width: 100%;
  min-height: 500px;
}

.cel_main_block_data.cel_main_block_data_width_slider_vertical .cel_main_block_main_image {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  text-align: center;
}

.cel_main_block_data.cel_main_block_data_width_slider_vertical .cel_main_block_addon_images {
  display: table-cell;
  width: 210px;
}

.cel_main_block_data.cel_main_block_data_width_slider_vertical .cel_img_cont {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  position: relative;
}

.catalog_el .cel_main_block_data_width_slider_vertical .cels_slides .cel_slider_next {
  position: relative;
  width: 50px;
  height: 25px;
  margin: 0 auto;
  background: url(/local/templates/avp/pics/sprite.png) 0 -953px no-repeat;
  cursor: pointer;
  z-index: 3;
}

.catalog_el .cel_main_block_data_width_slider_vertical .cels_slides .cel_slider_next:hover {
  background: url(/local/templates/avp/pics/sprite.png) -50px -953px no-repeat;
}

.catalog_el .cel_main_block_data_width_slider_vertical .cels_slides .cel_slider_prev {
  position: relative;
  width: 50px;
  height: 25px;
  margin: 0 auto;
  background: url(/local/templates/avp/pics/sprite.png) 0 -928px no-repeat;
  cursor: pointer;
  z-index: 3;
}

.catalog_el .cel_main_block_data_width_slider_vertical .cels_slides .cel_slider_prev:hover {
  background: url(/local/templates/avp/pics/sprite.png) -50px -928px no-repeat;
}

.cel_main_block_data.cel_main_block_data_width_slider_horizontal {
  display: block;
  width: 100%;
  min-height: 500px;
}

.cel_main_block_data.cel_main_block_data_width_slider_horizontal .cel_main_block_main_image {
  display: block;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 500px;
}

.cel_main_block_data.cel_main_block_data_width_slider_horizontal .cel_main_block_addon_images {
  display: block;
  width: auto;
}

.cel_main_block_data.cel_main_block_data_width_slider_horizontal .cel_img_cont {
  display: inline-block;
  max-width: 100%;
  position: relative;
}

.catalog_el .cel_main_block_data_width_slider_horizontal .cel_slider {
  width: 100%;
  position: relative;
  height: 150px;
  padding: 20px 0;
}

.catalog_el .cel_main_block_data_width_slider_horizontal .cels_slides .cel_slider_prev {
  position: absolute;
  width: 25px;
  height: 50px;
  top: 70px;
  left: 12px;
  background: url(/local/templates/avp/pics/sprite.png) -100px -1847px no-repeat;
  cursor: pointer;
  z-index: 3;
}

.catalog_el .cel_main_block_data_width_slider_horizontal .cels_slides .cel_slider_prev:hover {
  background: url(/local/templates/avp/pics/sprite.png) -100px -1897px no-repeat;
}

.catalog_el .cel_main_block_data_width_slider_horizontal .cels_slides .cel_slider_next {
  position: absolute;
  width: 25px;
  height: 50px;
  top: 70px;
  right: 12px;
  background: url(/local/templates/avp/pics/sprite.png) -125px -1847px no-repeat;
  cursor: pointer;
  z-index: 3;
}

.catalog_el .cel_main_block_data_width_slider_horizontal .cels_slides .cel_slider_next:hover {
  background: url(/local/templates/avp/pics/sprite.png) -125px -1897px no-repeat;
}

.catalog_el .cel_main_block_data_width_slider_horizontal .cel_slider ul li {
}

.cel_main_block_data_cont_with_full {
  display: table;
  width: 100%;
}

.cel_main_block_data.cel_main_block_data_width_slider_horizontal_small {
  display: table-cell;
  width: 360px;
  vertical-align: top;
}

.cel_main_block_data.cel_main_block_data_width_slider_horizontal_small .cel_main_block_main_image_cont {
  display: inline-block;
  vertical-align: top;
  width: 360px;
}

.cel_main_block_data.cel_main_block_data_width_slider_horizontal_small .cel_main_block_main_image {
  display: inline-block;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 360px;
}

.cel_main_block_data.cel_main_block_data_width_slider_horizontal_small .cel_main_block_addon_images {
  display: block;
  width: auto;
}

.cel_main_block_data.cel_main_block_data_width_slider_horizontal_small .cel_img_cont {
  display: inline-block;
  max-width: 100%;
  position: relative;
}

.catalog_el .cel_main_block_data_width_slider_horizontal_small .cel_slider {
  width: 100%;
  position: relative;
  height: 62px;
  padding: 20px 0;
}

.catalog_el .cel_main_block_data_width_slider_horizontal_small .cels_slides .cel_slider_prev {
  position: absolute;
  width: 25px;
  height: 50px;
  top: 25px;
  left: 0;
  background: url(/local/templates/avp/pics/sprite.png) -100px -1847px no-repeat;
  cursor: pointer;
  z-index: 3;
}

.catalog_el .cel_main_block_data_width_slider_horizontal_small .cels_slides .cel_slider_prev:hover {
  background: url(/local/templates/avp/pics/sprite.png) -100px -1897px no-repeat;
}

.catalog_el .cel_main_block_data_width_slider_horizontal_small .cels_slides .cel_slider_next {
  position: absolute;
  width: 25px;
  height: 50px;
  top: 25px;
  right: 0;
  background: url(/local/templates/avp/pics/sprite.png) -125px -1847px no-repeat;
  cursor: pointer;
  z-index: 3;
}

.catalog_el .cel_main_block_data_width_slider_horizontal_small .cels_slides .cel_slider_next:hover {
  background: url(/local/templates/avp/pics/sprite.png) -125px -1897px no-repeat;
}

.catalog_el .cel_main_block_data_width_slider_horizontal_small .cel_slider ul li {
  display: block;
  width: 82px;
  height: 62px;
  padding: 0 10px;
}

.catalog_el .cel_main_block_data_width_slider_horizontal_small .cel_slider ul li span {
  display: table-cell;
  width: 80px;
  height: 60px;
  border: 1px solid rgba(106, 197, 255 ,0.94);
  text-align: center;
  vertical-align: middle;
}

.full_in_right {
  display: table-cell;
  padding: 20px 0 20px 50px;
  vertical-align: top;
}

.catalog_el .cels_wo_slides .cel_slider_prev, .catalog_el .cels_wo_slides .cel_slider_next {
  display: none;
}

.catalog_el .cel_img_cont .cel_img, .catalog_el .cel_img_cont .cel_img:hover {
  text-decoration: none;
}

.catalog_el .cel_img_cont .cel_img_marks {
  display: block;
}

.catalog_el .cel_img_cont .cel_img_marks_elem {
  position: absolute;
}

.catalog_el .cel_img_cont .cel_img_marks_elem span {
  display: block;
  position: absolute;
  top: -18px;
  left: -18px;
  width: 36px;
  height: 36px;
  background: url(/local/templates/avp/pics/sprite.png) -256px -1563px no-repeat;
  cursor: pointer;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  -moz-transition-duration: .2s;
  transition-duration: .2s;
  opacity: 0.5;
}

.catalog_el .cel_img_cont .cel_img_marks_elem:hover span {
  opacity: 1;
}

.catalog_el .cel_img_cont .cel_img img {
  max-width: 100%;
}

.cel_reviews {
  float: left;
  margin-right: 20px;
}

.cel_rating {
  float: left;
  margin-right: 20px;
}

.cel_stat_today {
  display: block;
}

.cel_brief {
  padding: 0 0 20px 0;
}

.cel_controle_cont {
  width: 100%;
  display: table;
}

.cel_controle {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  width: 48%;
  padding-right: 2%
}

.cel_bonus {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  width: 50%;
}

.cel_bonus .cat_hit, .cel_bonus .cat_new, .cel_bonus .cat_sale, .cel_bonus .cat_sale_1, .cel_bonus .cat_sale_2, .cel_bonus .cat_sale_3, .cel_bonus .cat_in_favor {
  display: inline-block;
}

.cel_bonuses_value, a.cel_bonuses_value, a.cel_bonuses_value:hover {
  display: block;
  width: 120px;
  height: 120px;
  background: url(/local/templates/avp/pics/sprite.png) -180px -1725px no-repeat;
  text-decoration: none;
}

.cel_bonuses_value > span {
  display: block;
  color: #fff;
  font: 400 36px/50px 'Roboto', sans-serif;
  text-align: center;
  padding: 35px 0 0 0;
}

.catalog_el .cel_cost {
  text-align: left;
  position: relative;
  padding: 5px 0 0 0;
}

.catalog_el .cel_cost_new {
  font: 400 36px/48px 'Roboto', sans-serif;
  display: block;
  vertical-align: baseline;
  color: rgb(0, 71, 142);
}

.catalog_el .cel_cost_new .cost_lable {
  display: inline-block;
}

.catalog_el .cel_cost_new span {
  font-size: smaller;
}

.catalog_el .cel_cost_old {
  font: 300 20px/24px 'Roboto', sans-serif;
  display: inline-block;
  text-decoration: line-through;
  vertical-align: baseline;
  color: #272727;
}

.catalog_el .cel_cost .cel_discount {
  position: absolute;
  top: 20px;
  right: 0;
  font: 400 18px/30px 'Roboto', sans-serif;
  text-align: center;
  color: #fff;
  width: 50px;
}

.catalog_el .cel_cost .cel_discount span {
  position: relative;
  z-index: 1;
}

.catalog_el .cel_cost .cel_discount::before {
  position: absolute;
  top: -20px;
  right: 0;
  content: '';
  width: 90px;
  height: 66px;
  background: url(/local/templates/avp/pics/sprite.png) -210px -1012px no-repeat;
}

.catalog_el .cel_basket_cont {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  padding: 0 0 20px 0;
}

.catalog_el .cel_basket, .catalog_el a.cel_basket {
  padding-left: 60px;
  display: block;
}

.catalog_el .cel_basket_img {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  width: 50px;
  background: url(/local/templates/avp/pics/sprite.png) -150px -928px no-repeat;
}

.catalog_el .cel_bottom {
  clear: both;
  padding: 0 0 25px 0;
}

a.catalog_next_item, a.catalog_prev_item {
  z-index: 2;
  position: fixed;
  top: 40%;
  display: inline-block;
  width: 60px;
  height: 60px;
  float: left;
  transition-duration: 0.2s;
  z-index: 10;
}

a.catalog_next_item {
  background: rgba(0,0,0,0.15) url(/local/templates/avp/pics/sprite.png) -180px -1078px no-repeat;
  right: 28px;
}

a.catalog_prev_item {
  left: 28px;
  background: rgba(0,0,0,0.15) url(/local/templates/avp/pics/sprite.png) -120px -1078px no-repeat;
  ;
}

a.catalog_next_item:hover, a.catalog_prev_item:hover {
  background-color: rgba(0,0,0,0.2)
}

.catalog_pl {
  display: inline-block;
  width: 290px;
  border: 0;
  text-align: center;
  position: relative;
  vertical-align: top;
  padding: 0 0 21px 0;
  margin: 0;
  transition: z-index 0.2s ease 0s;
  z-index: 1;
}

.catalog_pl:hover {
  z-index: 20;
}

.catalog_pl .cpl_main_container, .catalog_pl .cat_main_container, .catalog_pl a.cat_main_container, .catalog_pl a.cat_main_container:hover , .catalog_pl a.cat_main_container:active {
  display: block;
  width: 240px;
  padding: 0 10px;
  position: relative;
  box-sizing: border-box;
  color: #272727;
  text-decoration: none;
}

.catalog_pl .cpl_opener {
  position: absolute;
  padding-top: 10px;
  top: -10px;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  -moz-transition-duration: .2s;
  transition-duration: .2s;
  background: #fff;
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0 ,0.05), 0 10px 10px -10px rgba(0, 0, 0 ,0.0), 0 0 0px 1px rgba(0, 0, 0 ,0.0);
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0 ,0.05), 0 10px 10px -10px rgba(0, 0, 0 ,0.0), 0 0 0px 1px rgba(0, 0, 0 ,0.0);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0 ,0.05), 0 10px 10px -10px rgba(0, 0, 0 ,0.0), 0 0 0px 1px rgba(0, 0, 0 ,0.0);
}

.catalog_pl.folder .cpl_opener {
  background: #f8f8f8;
}

.catalog_pl:hover .cpl_opener {
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0 ,0.1), 0 10px 10px -10px rgba(0, 0, 0 ,0.8), 0 0 12px 1px rgba(106, 197, 255 ,0.94);
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0 ,0.1), 0 10px 10px -10px rgba(0, 0, 0 ,0.8), 0 0 12px 1px rgba(106, 197, 255 ,0.94);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0 ,0.1), 0 10px 10px -10px rgba(0, 0, 0 ,0.8), 0 0 12px 1px rgba(106, 197, 255 ,0.94);
  padding-top: 20px;
  top: -20px;
  padding-left: 10px;
  left: -10px;
  padding-right: 10px;
  right: -10px;
  padding-bottom: 10px;
  bottom: -10px;
}

.catalog_pl.cpl_opener_top:hover .cpl_opener {
  padding-top: 40px;
  top: -40px;
}

.catalog_pl.cpl_opener_right:hover .cpl_opener {
  padding-right: 40px;
  right: -40px;
}

.catalog_pl.cpl_opener_bottom:hover .cpl_opener {
  padding-bottom: 60px;
  bottom: -60px;
}

.catalog_pl.cpl_opener_left:hover .cpl_opener {
  padding-left: 110px;
  left: -110px;
}

.catalog_pl .cpl_opener_cont {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  -moz-transition-duration: .2s;
  transition-duration: .2s;
}

.catalog_pl:hover .cpl_opener_cont {
  padding-top: 10px;
  top: 10px;
  padding-left: 10px;
  left: 10px;
  padding-bottom: 10px;
  bottom: 10px;
  padding-right: 10px;
  right: 10px;
}

.catalog_pl.cpl_opener_top:hover .cpl_opener_cont {
  padding-top: 40px;
  top: 40px;
}

.catalog_pl.cpl_opener_right:hover .cpl_opener_cont {
  padding-right: 40px;
  right: 40px;
}

.catalog_pl.cpl_opener_bottom:hover .cpl_opener_cont {
  padding-bottom: 60px;
  bottom: 60px;
}

.catalog_pl.cpl_opener_left:hover .cpl_opener_cont {
  padding-left: 110px;
  left: 110px;
}

.catalog_pl .cpl_opener_elem_top {
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
}

.catalog_pl .cpl_opener_elem_bottom {
  position: absolute;
  top: 100%;
  left: 10px;
  right: 0;
}

.catalog_pl.cpl_opener_right .cpl_opener_elem_bottom {
  right: -30px;
}

.catalog_pl.cpl_opener_right .cpl_opener_elem_top {
  right: -30px;
}

.catalog_pl .cpl_opener_elem_right {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: -60px;
  left: 100%;
}

.catalog_pl .cpl_opener_elem_left {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -110px;
  right: 100%;
}

.catalog_pl.cpl_opener_top .cpl_opener_elem_left {
  top: -40px;
}

.catalog_pl.cpl_opener_left .cpl_opener::before {
  content: '';
  position: absolute;
  top: 0;
  left: 110.5px;
  bottom: 0;
  width: 1px;
  height: 100%;
  z-index: 20;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  -moz-transition-duration: .2s;
  transition: background-color .05s ease 0s;
  background: rgba(0,0,0,0);
}

.catalog_pl.cpl_opener_left:hover .cpl_opener::before {
  transition: background-color .1s ease .2s;
  background: rgba(0,0,0,.2);
}

.catalog_pl .cpl_dinamic_height, .cat_dinamic_height {
  position: relative;
  z-index: 3;
  min-height: 245px;
}

.catalog_pl .cpl_rating {
  float: right;
}

.catalog_pl .cpl_show_quick {
  display: block;
  padding-right: 30px;
  height: 30px;
  font: 300 16px/30px 'Roboto', sans-serif;
  background: url(/local/templates/avp/pics/sprite.png) 100% -1423px no-repeat;
  margin-top: 5px;
  text-decoration: none;
}

.catalog_pl .cpl_more, .catalog_pl a.cpl_more {
  display: block;
  text-decoration: none;
  color: #272727;
}

.catalog_pl .cpl_img_cont {
  display: table;
  width: 100%;
  height: 150px;
}

.catalog_pl .cpl_img {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

.catalog_pl .cpl_img img {
  max-width: 100%;
  max-height: 100%;
}

.catalog_pl .cpl_cost {
  height: 40px;
  text-align: right;
  position: relative;
}

.catalog_pl .cpl_cost_new {
  font: 300 26px/26px 'Roboto', sans-serif;
  display: inline-block;
  vertical-align: baseline;
  color: rgb(0, 71, 142);
}

.catalog_pl .cpl_cost_old {
  font: 300 14px/14px 'Roboto', sans-serif;
  display: inline-block;
  text-decoration: line-through;
  vertical-align: baseline;
  color: #444;
}

.catalog_pl .cpl_cost .cpl_discount {
  position: absolute;
  top: 0;
  right: -40px;
  font: 300 14px/30px 'Roboto', sans-serif;
  text-align: center;
  color: #fff;
  width: 35px;
  height: 30px;
  margin: 0;
}

.catalog_pl .cpl_cost .cpl_discount span {
  position: relative;
  z-index: 1;
}

.catalog_pl .cpl_cost .cpl_discount::before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 60px;
  height: 30px;
  background: url(/local/templates/avp/pics/sprite.png) -240px -1453px no-repeat;
}

.catalog_pl .cpl_controle_cont {
  display: table;
  width: 100%;
}

.catalog_pl .cpl_basket_cont {
  display: table-cell;
  width: 50%;
  height: 40px;
  vertical-align: top;
  text-align: left;
}

.catalog_pl .cpl_basket_cont .button, .catalog_pl .cpl_basket_cont a.button {
  min-width: auto;
}

.cat_basket, a.cat_basket, .cat_more, a.cat_more {
  display: block;
}

.cat_basket .cat_basket_img {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  background: url(/local/templates/avp/pics/sprite.png) -200px -928px no-repeat;
}

.cat_basket:hover .cat_basket_img {
  background: url(/local/templates/avp/pics/sprite.png) -220px -928px no-repeat;
}

.catalog_pl .cpl_controle {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0 0;
  text-align: left;
}

.catalog_pl .cpl_name {
  position: relative;
  min-height: 35px;
  padding-bottom: 5px;
  color: #444;
}

.catalog_pl .cpl_name_folder {
  position: relative;
}

.catalog_pl .cpl_name .cpl_h3, .catalog_pl .cpl_name_folder .cpl_h3 {
  display: block;
  color: #444;
  font: 400 18px/22px 'Roboto', sans-serif;
}

.catalog_pl .cpl_bonus {
  position: absolute;
  top: 0;
  right: -40px;
  margin-top: 0px;
}

.catalog_pl .cpl_addon_images {
  display: block;
  position: absolute;
  top: 0;
  width: 110px;
}

.catalog_pl .cpl_addon_images .cpl_addon_images_elem {
  width: 100px;
  height: 67px;
  padding: 5px;
  background-image: url(/local/templates/avp/pics/preloader.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.catalog_pl .cpl_addon_images .cpl_addon_images_more {
  width: 50px;
  text-align: center;
  height: 20px;
  line-height: 20px;
  color: #272727;
  margin: 5px auto;
  background: url(/local/templates/avp/pics/sprite.png) -250px -2047px no-repeat;
  cursor: pointer;
}

.catalog_ko, a.catalog_ko {
  display: block;
  margin-bottom: 20px;
  padding: 10px 20px;
  box-sizing: border-box;
  text-decoration: none;
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0 ,0.0), 0 10px 10px -10px rgba(0, 0, 0 ,0.0), 0 0 0px 1px rgba(0, 0, 0 ,0.0);
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0 ,0.0), 0 10px 10px -10px rgba(0, 0, 0 ,0.0), 0 0 0px 1px rgba(0, 0, 0 ,0.0);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0 ,0.05), 0 10px 10px -10px rgba(0, 0, 0 ,0.0), 0 0 0px 1px rgba(0, 0, 0 ,0.0);
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  -moz-transition-duration: .2s;
  transition-duration: .2s;
}

.catalog_ko:hover, a.catalog_ko:hover {
  text-decoration: none;
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0 ,0.1), 0 10px 10px -10px rgba(0, 0, 0 ,0.8), 0 0 12px 1px rgba(106, 197, 255 ,0.94);
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0 ,0.1), 0 10px 10px -10px rgba(0, 0, 0 ,0.8), 0 0 12px 1px rgba(106, 197, 255 ,0.94);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0 ,0.1), 0 10px 10px -10px rgba(0, 0, 0 ,0.8), 0 0 12px 1px rgba(106, 197, 255 ,0.94);
}

.catalog_ko .cel_main_block_main_image {
  min-height: 300px;
}

.catalog_tb_cont {
  border: 1px solid #ddd;
}

.catalog_tb {
  display: table;
  width: 100%;
  min-height: 64px;
  padding: 0;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.catalog_tb_cont .catalog_tb:nth-child(2n+1) {
  background: #ffffff;
}

.catalog_tb_cont .catalog_tb:nth-child(2n) {
  background: #f0f0f0;
}

.catalog_tb_cont .catalog_tb {
  background: #f8f8f8;
}

.catalog_tb_cont .catalog_tb:last-child {
  border: 0;
}

.catalog_tb_cont .catalog_tb:hover {
  background: #eaeaea;
}

.catalog_tb .ctb_img {
  display: table-cell;
  width: 90px;
  vertical-align: top;
}

.catalog_tb .ctb_img > a {
  display: table-cell;
  width: 90px;
  height: 64px;
  vertical-align: top;
}

.catalog_tb .ctb_img img {
  display: block;
  margin: 2px auto;
  max-width: 100%;
  max-height: 100%;
}

.catalog_tb .ctb_cost {
  display: table-cell;
  width: 100px;
  vertical-align: top;
}

.catalog_tb .ctb_cost .ctb_cost_cont {
  display: table-cell;
  width: 100px;
  height: 64px;
  vertical-align: top;
  text-align: right;
}

.catalog_tb .ctb_cost_old {
  color: #888;
  font-size: 18px;
  font-weight: bold;
  text-decoration: line-through;
  display: inline-block;
  padding: 0 5px;
}

.catalog_tb .ctb_cost_new {
  color: #222;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  white-space: nowrap;
  padding: 0 5px;
}

.catalog_tb .ctb_basket_cont {
  display: table-cell;
  width: 130px;
}

.catalog_tb .ctb_name {
  display: table-cell;
  padding: 0 10px;
  vertical-align: top;
}

.catalog_tb .ctb_name .ctb_h3, .catalog_tb .ctb_name_folder .ctb_h3 {
  display: block;
  color: #444;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  padding: 0 0 5px 0;
}

.catalog_tb .ctb_name .ctb_h3:hover, .catalog_tb .ctb_name_folder .ctb_h3:hover {
  text-decoration: underline;
}

.catalog_tb .cel_bonus {
  display: table-cell;
  width: 90px;
  vertical-align: top;
  padding: 10px 0;
}

.catalog_bskt {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 64px;
  padding: 10px 0 10px 0;
  width: 100%;
  text-align: left;
  max-width: 100%;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  -moz-transition-duration: .2s;
  transition-duration: .2s;
  background: #fff;
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0 ,0.05), 0 10px 10px -10px rgba(0, 0, 0 ,0.0), 0 0 12px 1px rgba(0, 0, 0 ,0.0);
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0 ,0.05), 0 10px 10px -10px rgba(0, 0, 0 ,0.0), 0 0 12px 1px rgba(0, 0, 0 ,0.0);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0 ,0.05), 0 10px 10px -10px rgba(0, 0, 0 ,0.0), 0 0 12px 1px rgba(0, 0, 0 ,0.0);
}

.catalog_bskt_cont .catalog_bskt:hover {
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0 ,0.1), 0 10px 10px -10px rgba(0, 0, 0 ,0.8), 0 0 12px 1px rgba(106, 197, 255 ,0.94);
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0 ,0.1), 0 10px 10px -10px rgba(0, 0, 0 ,0.8), 0 0 12px 1px rgba(106, 197, 255 ,0.94);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0 ,0.1), 0 10px 10px -10px rgba(0, 0, 0 ,0.8), 0 0 12px 1px rgba(106, 197, 255 ,0.94);
  z-index: 20;
}

.catalog_bskt_result, .catalog_bskt.catalog_bskt_result, .catalog_bskt.catalog_bskt_result:hover {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  -moz-box-shadow: 0 0 0 0;
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}

.cbskt_img {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 90px;
}

.cbskt_img > a {
  display: table-cell;
  width: 90px;
  height: 64px;
  vertical-align: middle;
}

.cbskt_img img {
  display: block;
  margin: 2px auto;
  max-width: 100%;
  max-height: 100%;
}

.cbskt_name {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 300px;
  padding: 0 10px;
  box-sizing: border-box;
  align-items: center;
}

.cbskt_name .cbskt_h3, .cbskt_name_folder .cbskt_h3 {
  display: block;
  color: #444;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  padding: 0 0 5px 0;
}

.cbskt_name .cbskt_h3:hover, юcbskt_name_folder .cbskt_h3:hover {
  text-decoration: underline;
}

.cbskt_del {
  display: flex;
  flex: 0 0 40px;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 10px 0 0;
  justify-content: flex-end;
}

.cbskt_del a {
  display: block;
  width: 36px;
  height: 36px;
  background: url(/local/templates/avp/pics/sprite.png) 0 -1599px no-repeat;
}

.cbskt_del a:hover, .cbskt_del a:active {
  background: url(/local/templates/avp/pics/sprite.png) -36px -1599px no-repeat;
}

.cbskt_name .cbskt_h3, .cbskt_name_folder .cbskt_h3, .cbskt_name a.cbskt_h3, .cbskt_name a.cbskt_h3:hover {
  display: block;
  color: #444;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  padding: 0;
  line-height: 24px;
}

.cbskt_info {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 300px;
}

.cbskt_controle {
  display: flex;
  flex-wrap: wrap;
  flex: 0 1 475px;
  align-items: center;
}

.cbskt_ctrl_cost {
  flex: 1 1 100px;
  height: 64px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 5px 0 0;
  justify-content: flex-end;
}

.cbskt_ctrl_cost .cbskt_cost_old {
  color: #888;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  text-decoration: line-through;
  display: inline-block;
  white-space: nowrap;
  padding: 0 3px;
}

.cbskt_ctrl_cost .cbskt_cost_new {
  color: #222;
  font: 400 18px/24px 'Roboto', sans-serif;
  display: inline-block;
  white-space: nowrap;
  padding: 0 3px;
}

.cbskt_ctrl_quantity {
  flex: 0 0 126px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 5px 0 0;
  justify-content: flex-end;
}

.cbskt_ctrl_quantity.cel_quantity {
  justify-content: flex-start;
}

.cbskt_ctrl_quantity .cbskt_ctrl_quantity_text {
  height: 34px;
  line-height: 34px;
  display: block;
  max-width: 130px;
}

.cbskt_ctrl_quantity input {
  width: 50px !important;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #ddd;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
}

.cbskt_ctrl_quantity .cbsktq_inc {
  width: 36px;
  height: 36px;
  display: block;
  float: left;
  background: url(/local/templates/avp/pics/sprite.png) -72px -1599px no-repeat;
}

.cbskt_ctrl_quantity .cbsktq_inc:hover {
  background: url(/local/templates/avp/pics/sprite.png) -108px -1599px no-repeat;
}

.cbskt_ctrl_quantity .cbsktq_dec {
  width: 36px;
  height: 36px;
  display: block;
  float: left;
  background: url(/local/templates/avp/pics/sprite.png) -144px -1599px no-repeat;
}

.cbskt_ctrl_quantity .cbsktq_dec:hover {
  background: url(/local/templates/avp/pics/sprite.png) -180px -1599px no-repeat;
}

.cbskt_ctrl_total {
  flex: 1 1 100px;
  font: 400 20px/24px 'Roboto', sans-serif;
  color: #666;
  white-space: nowrap;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0 0 0;
  justify-content: flex-end;
  max-width: 200px;
  box-sizing: border-box;
  padding: 0 10px 0 0;
}

.cbskt_ctrl_order_cont {
  width: 227px;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}

.catalog_show_up .paging {
  width: 100% !important;
}

.catalog_show_up .paging .csuop {
  float: left;
}

.catalog_show_up {
  height: 70px;
  width: 100%;
  padding: 20px 0 0 0;
}

.chu_on_page_cont {
  display: block;
  height: 70px;
  padding: 0 20px 0 0;
  float: left;
}

.catalog_show_up .chu_on_page_cont:last-child {
  padding-right: 0;
}

.csuop {
  display: block;
  min-height: 50px;
}

.csuop_hint {
  line-height: 20px;
  height: 20px;
  padding: 0 5px 0 0;
  color: #aaa;
  font-size: 14px;
}

.csuop > span {
  float: left;
  display: block;
}

.csuop > span > a, .csuop > span > span {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: url(/local/templates/avp/pics/sprite.png) -50px -1947px no-repeat;
  color: #444;
  text-decoration: none;
}

.csuop > span > a:hover, .csuop > span > span, .csuop > span > a.csuop_active {
  background: url(/local/templates/avp/pics/sprite.png) -50px -1997px no-repeat;
  color: #fff;
  text-decoration: none;
}

.csuop > span:first-child > a {
  background: url(/local/templates/avp/pics/sprite.png) 0 -1947px no-repeat;
}

.csuop > span:first-child > a:hover, .csuop > span:first-child > span, .csuop > span:first-child > a.csuop_active {
  background: url(/local/templates/avp/pics/sprite.png) 0 -1997px no-repeat;
}

.csuop > span:last-child > a {
  background: url(/local/templates/avp/pics/sprite.png) -100px -1947px no-repeat;
}

.csuop > span:last-child > a:hover, .csuop > span:last-child > span, .csuop > span:last-child > a.csuop_active {
  background: url(/local/templates/avp/pics/sprite.png) -100px -1997px no-repeat;
}

.csuop > span > a > span.csuop_pl {
  display: block;
  width: 50px;
  height: 50px;
  background: url(/local/templates/avp/pics/sprite.png) -150px -1847px no-repeat;
}

.csuop > span > a:hover > span.csuop_pl:hover, .csuop > span > span > span.csuop_pl {
  display: block;
  width: 50px;
  height: 50px;
  background: url(/local/templates/avp/pics/sprite.png) -150px -1897px no-repeat;
}

.csuop > span > a > span.csuop_ko {
  display: block;
  width: 50px;
  height: 50px;
  background: url(/local/templates/avp/pics/sprite.png) -200px -1847px no-repeat;
}

.csuop > span > a:hover > span.csuop_ko, .csuop > span > span > span.csuop_ko {
  display: block;
  width: 50px;
  height: 50px;
  background: url(/local/templates/avp/pics/sprite.png) -200px -1897px no-repeat;
}

.csuop > span > a > span.csuop_tb {
  display: block;
  width: 50px;
  height: 50px;
  background: url(/local/templates/avp/pics/sprite.png) -250px -1847px no-repeat;
}

.csuop > span > a:hover > span.csuop_tb, .csuop > span > span > span.csuop_tb {
  display: block;
  width: 50px;
  height: 50px;
  background: url(/local/templates/avp/pics/sprite.png) -250px -1897px no-repeat;
}

.csuop > span > a > span.csuop_name , .csuop > span > a:hover > span.csuop_name_down {
  display: block;
  width: 50px;
  height: 50px;
  background: url(/local/templates/avp/pics/sprite.png) -150px -1947px no-repeat;
}

.csuop > span > a > span.csuop_name_down , .csuop > span > a:hover > span.csuop_name {
  display: block;
  width: 50px;
  height: 50px;
  background: url(/local/templates/avp/pics/sprite.png) -150px -1997px no-repeat;
}

.csuop .csuop_separ {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.csuop > span > a > span.csuop_cost , .csuop > span > a:hover > span.csuop_cost_down {
  display: block;
  width: 50px;
  height: 50px;
  background: url(/local/templates/avp/pics/sprite.png) -200px -1947px no-repeat;
}

.csuop > span > a > span.csuop_cost_down , .csuop > span > a:hover > span.csuop_cost {
  display: block;
  width: 50px;
  height: 50px;
  background: url(/local/templates/avp/pics/sprite.png) -200px -1997px no-repeat;
}

.csuop > span > a > span.csuop_pop , .csuop > span > a:hover > span.csuop_pop_down {
  display: block;
  width: 50px;
  height: 50px;
  background: url(/local/templates/avp/pics/sprite.png) -250px -1947px no-repeat;
}

.csuop > span > a > span.csuop_pop_down , .csuop > span > a:hover > span.csuop_pop {
  display: block;
  width: 50px;
  height: 50px;
  background: url(/local/templates/avp/pics/sprite.png) -250px -1997px no-repeat;
}

.chu_on_page_cont a.csuop_prev {
  margin: 0;
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  clear: both;
  background: url(/local/templates/avp/pics/sprite.png) 0 -1847px no-repeat;
}

.chu_on_page_cont a.csuop_prev:hover {
  background: url(/local/templates/avp/pics/sprite.png) 0 -1897px no-repeat;
}

.chu_on_page_cont a.csuop_next {
  margin: 0;
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  background: url(/local/templates/avp/pics/sprite.png) -50px -1847px no-repeat;
}

.chu_on_page_cont a.csuop_next:hover {
  background: url(/local/templates/avp/pics/sprite.png) -50px -1897px no-repeat;
}

.cat_main_container, a.cat_main_container, a.cat_main_container:hover , a.cat_main_container:active {
  display: block;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  color: #272727;
  text-decoration: none;
}

.cat_main_container .cat_opener {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  background: 50% 50% / contain no-repeat;
}

.catalog_pl .cat_opener {
  top: -10px;
  padding-top: 10px;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  -moz-transition-duration: .2s;
  transition-duration: .2s;
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0 ,0.05), 0 10px 10px -10px rgba(0, 0, 0 ,0.0), 0 0 0px 1px rgba(0, 0, 0 ,0.0);
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0 ,0.05), 0 10px 10px -10px rgba(0, 0, 0 ,0.0), 0 0 0px 1px rgba(0, 0, 0 ,0.0);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0 ,0.05), 0 10px 10px -10px rgba(0, 0, 0 ,0.0), 0 0 0px 1px rgba(0, 0, 0 ,0.0);
}

.catalog_pl:hover .cat_opener {
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0 ,0.1), 0 10px 10px -10px rgba(0, 0, 0 ,0.8), 0 0 12px 1px rgba(106, 197, 255 ,0.94);
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0 ,0.1), 0 10px 10px -10px rgba(0, 0, 0 ,0.8), 0 0 12px 1px rgba(106, 197, 255 ,0.94);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0 ,0.1), 0 10px 10px -10px rgba(0, 0, 0 ,0.8), 0 0 12px 1px rgba(106, 197, 255 ,0.94);
  padding-top: 20px;
  top: -20px;
  padding-left: 10px;
  left: -10px;
  padding-right: 10px;
  right: -10px;
  padding-bottom: 10px;
  bottom: -10px;
}

.cat_main_container:hover .cat_opener {
}

.catalog_block_inline {
  width: 100%;
  min-height: 245px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-align: center;
}

.cat_dinamic_height {
  height: auto;
  min-height: auto;
}

.cat_block_inline {
}

.cat_block_inline_img {
  display: inline-block;
  width: 200px;
  height: 100px;
  background: 50% 50% / contain no-repeat;
  vertical-align: top;
  margin: 10px;
}

.cat_block_inline_text {
  display: inline-block;
  min-width: 150px;
  vertical-align: top;
}

.cel_promo {
  width: 100%;
  position: relative;
}

.promocodeEnter {
  width: 200px;
}

.promocodeEnterBtn {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 56px;
  height: 56px;
  cursor: pointer;
  background: url(/local/templates/avp/pics/sprite.png) -205px -2597px no-repeat;
}

.promocodeEnterBtn:hover {
  background: url(/local/templates/avp/pics/sprite.png) -205px -2653px no-repeat;
}

.cel_ostatok_store {
  padding: 5px 0;
}

.cel_ostatok_promo {
  padding: 5px 0;
}

.promo_block_value {
  display: inline-block;
  width: 100%;
}

.promo_block_value .promo_block_delete {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: url(/local/templates/avp/pics/sprite.png) 0 -1635px no-repeat;
}

.promo_block_value .promo_block_delete:hover {
  background: url(/local/templates/avp/pics/sprite.png) -30px -1635px no-repeat;
}

@media screen and (max-width: 990px) {
  .catalog_pl.folder {
    width: 100%;
    padding: 0 0 10px 0;
  }

  .catalog_pl.folder .cpl_main_container {
    width: 100%;
  }

  .catalog_pl.folder .cpl_opener {
    padding-top: 0;
    top: -4px;
  }

  .catalog_pl.folder .cpl_dinamic_height {
    min-height: auto;
  }

  .catalog_pl.folder .cpl_more, .catalog_pl.folder a.cpl_more {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .catalog_pl.folder .cpl_img_cont {
    display: block;
    height: auto;
    flex: 1 1 90px;
    width: auto;
    max-width: 200px;
  }

  .catalog_pl.folder .cpl_img {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .catalog_pl.folder .cpl_img img {
    max-height: 120px;
  }

  .catalog_pl.folder .cpl_name_folder {
    display: block;
    flex: 1 1 150px;
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .catalog {
    text-align: center;
  }

  .cel_main_block_data.cel_main_block_data_width_slider_vertical, .cel_main_block_data.cel_main_block_data_width_slider_vertical .cel_main_block_main_image, .cel_main_block_data.cel_main_block_data_width_slider_vertical .cel_main_block_addon_images, .cel_main_block_data.cel_main_block_data_width_slider_horizontal {
    display: block;
    margin: 0 auto;
    min-height: auto;
    box-sizing: border-box;
  }

  .catalog_el .cel_main_block_data_width_slider_horizontal .cel_slider, .cel_main_block_data.cel_main_block_data_width_slider_horizontal .cel_main_block_addon_images {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
  }

  .cel_main_block, .cel_price_block, .cel_content_block {
    width: 100%;
    float: none;
  }

  .catalog_tb, .catalog_tb .ctb_img, .catalog_tb .ctb_img > a, .catalog_tb .ctb_name, .catalog_tb .ctb_cost, .catalog_tb .cel_bonus, .catalog_tb .ctb_basket_cont, .catalog_tb .ctb_cost .ctb_cost_cont {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0;
  }

  .catalog_tb {
    padding: 10px 0;
  }

  .cel_main_block_data_cont_with_full, .cel_main_block_data.cel_main_block_data_width_slider_horizontal_small, .full_in_right {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .catalog_bskt_cont, .catalog_bskt {
    display: block;
    overflow: hidden;
  }

  .cbskt_info, .cbskt_controle {
    display: table;
    width: 100%;
  }

  .cbskt_ctrl_order_cont, .catalog_bskt.catalog_bskt_result .cbskt_ctrl_total {
    display: block;
  }

  .catalog_bskt .cbskt_ctrl_total {
    padding: 0 10px;
    margin: 10px auto;
    text-align: center;
  }

  .cbskt_ctrl_order_cont {
    margin: 10px auto;
  }
}

@media screen and (max-width: 500px) {
  .ni_nav {
    display: block;
    text-align: center;
  }

  .ni_nav .ni_nav_cont {
    display: inline-block;
    width: 200px;
    padding: 0;
  }
}

@media screen and (max-width: 425px) {
  .catalog, .cat_photogal {
    text-align: center;
  }

  .catalog_pl {
    width: 240px;
  }

  .catalog_pl.cpl_opener_left:hover .cpl_opener {
    padding-left: 10px;
    left: -10px;
  }

  .catalog_pl.cpl_opener_left:hover .cpl_opener_cont {
    padding-left: 10px;
    left: 10px;
  }

  .catalog_pl.cpl_opener_left .cpl_opener::before {
    display: none;
  }

  .catalog_pl .cpl_opener_elem_left {
    display: none;
  }

  .chu_on_page_cont_show_type {
    display: none;
  }

  .news_el .nel_img_cont {
    display: block;
    margin: 0 auto;
    min-height: auto;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0;
  }

  .news .news_item a, .news .news_item a:hover, .news .news_item a:active {
    display: block;
    box-sizing: border-box;
  }

  .news_item .ni_img {
    display: inline-block;
    padding: 15px;
    height: auto;
    width: auto;
  }

  .news .news_item a .ni_all {
    display: block;
    padding-left: 0;
  }

  .news_el .nels_slides .nel_slider_left {
    left: 0;
  }

  .news_el .nels_slides .nel_slider_right {
    right: 0;
  }

  .news_el .nel_img_cont .nel_img, .news_el .nel_img_cont .nel_img:hover {
    height: auto;
    border: 0;
  }

  .chu_search {
    margin-right: 0;
  }
}

@media screen and (max-width: 425px) {
  .cel_main_block_data.cel_main_block_data_width_slider_vertical .cel_main_block_main_image, .cel_main_block_data.cel_main_block_data_width_slider_horizontal .cel_main_block_main_image {
    min-height: 300px;
  }
}

@media print {
  a.catalog_next_item, a.catalog_prev_item, a.but_prev, a.but_back, a.but_next {
    display: none !important;
  }
}

input, textarea {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 32px;
  padding: 5px 10px;
  margin: 0;
  overflow: hidden;
  font: 400 16px / 20px 'Roboto', sans-serif;
  color: #3c3c3c;
  border: 1px solid #727272;
  box-sizing: border-box;
  background: transparent;
  resize: none;
}

textarea {
  height: 120px;
}

input::-webkit-input-placeholder, .style textarea::-webkit-input-placeholder {
  color: #97a4b1;
}

input:-moz-placeholder, .style textarea:-moz-placeholder {
  color: #97a4b1;
}

input:focus {
  outline: 0;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background: transparent !important;
}

.style {
  display: block;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  position: relative;
  min-height: 56px;
  -moz-box-shadow: inset 0 0 0 3px #e6ecf2;
  -webkit-box-shadow: inset 0 0 0 3px #e6ecf2;
  box-shadow: inset 0 0 0 3px #e6ecf2;
  border: 0;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  -moz-transition-duration: .2s;
  transition-duration: .2s;
}

.style input, .style textarea {
  border: 0;
  padding: 24px 10px 10px 10px;
  min-height: 56px;
  font: 400 16px / 22px 'Roboto', sans-serif;
  box-sizing: border-box;
  position: relative;
}

.style .label {
  position: absolute;
  font: 400 16px / 22px 'Roboto', sans-serif;
  height: 22px;
  transform-origin: 0 50%;
  transition-duration: 0.2s;
  top: 17px;
  left: 10px;
  color: #97a4b1;
  z-index: 1;
}

.style.active .label, .style.set .label {
  top: 5px;
  transform: scale(0.75);
}

.form .required {
  display: inline-block;
  width: 20px;
  height: 30px;
  margin: 0;
  background: url(/local/templates/avp/pics/sprite.png) -185px -1695px no-repeat;
  vertical-align: top;
  float: right;
}

.required_cont_wo .field.required_cont {
  display: none;
}

.required_cont .required {
  float: left;
}

.style.left_inuse input, .style.icon_1 input, .style.icon_2 input, .style.icon_3 input, .style.icon_4 input, .style.icon_5 input, .style.icon_6 input, .style.icon_7 input, .style.icon_8 input, .style.icon_9 input, .style.icon_10 input, .style.left_inuse textarea, .style.icon_1 textarea, .style.icon_2 textarea, .style.icon_3 textarea, .style.icon_4 textarea, .style.icon_5 textarea, .style.icon_6 textarea, .style.icon_7 textarea, .style.icon_8 textarea, .style.icon_9 textarea, .style.icon_10 textarea {
  padding-left: 30px;
}

.style.left_inuse::before, .style.icon_1::before, .style.icon_2::before, .style.icon_3::before, .style.icon_4::before, .style.icon_5::before, .style.icon_6::before, .style.icon_7::before, .style.icon_8::before, .style.icon_9::before, .style.icon_10::before {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 30px;
  height: 30px;
  z-index: 1;
  transition: top 0.2s ease 0s;
}

.style.icon_1::before, .style.name::before {
  background: url(/local/templates/avp/pics/sprite.png) 0 -1725px no-repeat;
}

.style.icon_2::before, .style.mail::before {
  background: url(/local/templates/avp/pics/sprite.png) -30px -1725px no-repeat;
}

.style.icon_3::before, .style.pass::before {
  background: url(/local/templates/avp/pics/sprite.png) -60px -1725px no-repeat;
}

.style.icon_4::before, .style.phone::before {
  background: url(/local/templates/avp/pics/sprite.png) -90px -1725px no-repeat;
}

.style.icon_5::before, .style.adr::before {
  background: url(/local/templates/avp/pics/sprite.png) -120px -1725px no-repeat;
}

.style.icon_6::before {
  background: url(/local/templates/avp/pics/sprite.png) -150px -1725px no-repeat;
}

.style.icon_7::before {
  background: url(/local/templates/avp/pics/sprite.png) -180px -1725px no-repeat;
}

.style.icon_8::before {
  background: url(/local/templates/avp/pics/sprite.png) -210px -1725px no-repeat;
}

.style.icon_9::before {
  background: url(/local/templates/avp/pics/sprite.png) -240px -1725px no-repeat;
}

.style.icon_10::before {
  background: url(/local/templates/avp/pics/sprite.png) -270px -1725px no-repeat;
}

.style.active::before, .style.active::after, .style.set::before, .style.set::after {
  top: 21px;
}

.style.left_inuse .label, .style.icon_1 .label, .style.icon_2 .label, .style.icon_3 .label, .style.icon_4 .label, .style.icon_5 .label, .style.icon_6 .label, .style.icon_7 .label, .style.icon_8 .label, .style.icon_9 .label, .style.icon_10 .label {
  left: 30px;
}

.group_single {
  margin-top: 10px;
  padding: 6px;
  -moz-box-shadow: inset 0 0 0 3px #e6ecf2;
  -webkit-box-shadow: inset 0 0 0 3px #e6ecf2;
  box-shadow: inset 0 0 0 3px #e6ecf2;
  border: 0;
  background: rgba(255, 255, 255, 0.6);
}

.form_table {
  display: table;
  width: 100%;
}

.group_hideable {
  margin-top: 10px;
  padding: 10px;
  -moz-box-shadow: inset 0 0 0 3px #e6ecf2;
  -webkit-box-shadow: inset 0 0 0 3px #e6ecf2;
  box-shadow: inset 0 0 0 3px #e6ecf2;
  border: 0;
}

.group_hideable.active {
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  -moz-transition-duration: .2s;
  transition-duration: .2s;
}

.group_title {
  padding-top: 10px;
}

.group_title div {
  display: inline;
  color: #444;
  font-size: 16px;
}

.group_hideable .group_title div {
  border-bottom: 1px dashed #444;
  cursor: pointer;
}

.group_hideable .group_cont, .group_hideable .comment {
  display: none;
}

.group_hideable.active .group_cont, .group_hideable.active .comment {
  display: block;
}

.radio input[type=radio] {
  display: none;
}

.radio {
  cursor: pointer;
  position: relative;
  height: 30px;
  line-height: 30px;
  width: 30px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}

.radio::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(/local/templates/avp/pics/sprite.png) 0 -1695px no-repeat;
}

.radio.active::before {
  background: url(/local/templates/avp/pics/sprite.png) -30px -1695px no-repeat;
}

.input_cont.common_checkbox .check input[type=checkbox] {
  display: none;
}

.input_cont.common_checkbox .check {
  cursor: pointer;
  position: relative;
  height: 30px;
  line-height: 30px;
  width: 30px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}

.input_cont.common_checkbox .check::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(/local/templates/avp/pics/sprite.png) -60px -1695px no-repeat;
}

.input_cont.common_checkbox .check.active::before {
  background: url(/local/templates/avp/pics/sprite.png) -90px -1695px no-repeat;
}

.input_cont {
  display: block;
  width: 100%;
}

:root .apple_checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  display: inline-block;
}

:root .apple_checkbox input[type="checkbox"] + div.check {
  display: inline-block;
  vertical-align: top;
  width: 63px;
  height: 21px;
  border: 1px solid rgba(0,0,0,.3);
  border-radius: 999px;
  margin: 4px 5px 3px 5px;
  background: url(/local/templates/avp/pics/sprite.png) -66px -1756px no-repeat;
  overflow: hidden;
  transition: .2s;
  box-shadow: 0 2px 2px rgba(0,0,0,0.2) inset, 0 9px 0 2px rgba(0,0,0,0.05) inset;
  font-size: 150%;
  cursor: pointer;
}

:root .apple_checkbox input[type="checkbox"] + div.check:before {
  content: '';
  float: left;
  width: 19px;
  height: 19px;
  margin: 0px 1px;
  border: 1px solid rgba(0,0,0,.35);
  border-radius: inherit;
  background: white;
  background-image: linear-gradient(rgba(0,0,0,.2), transparent);
  box-shadow: 0 2px 2px 2px hsla(0,0%,100%,.8) inset, 0 0 10px rgba(0,0,0,.3);
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0,0,0,.3);
  text-indent: -42px;
}

:root .apple_checkbox input[type="checkbox"]:active + div.check.active:before {
  background-color: #eee;
}

:root .apple_checkbox input[type="checkbox"]:focus + div.check {
  box-shadow: 0 2px 2px rgba(0,0,0,.2) inset, 0 9px 0 2px rgba(0,0,0,.05) inset;
}

:root .apple_checkbox input[type="checkbox"] + div.check:before, :root .apple_checkbox input[type="checkbox"] + div.check:after {
  font: bold 60%/1.9 sans-serif;
  text-transform: uppercase;
}

:root .apple_checkbox input[type="checkbox"] + div.check:after {
  content: '';
  float: left;
  text-indent: 10px;
  color: rgba(0,0,0,.45);
  text-shadow: none;
}

:root .apple_checkbox input[type="checkbox"] + div.check.active {
  padding-left: 42px;
  width: 21px;
  background: url(/local/templates/avp/pics/sprite.png) 0px -1756px no-repeat;
}

.button_clear {
  line-height: 50px;
}

.formCont {
  width: 304px;
  max-width: 100%;
  padding-bottom: 10px;
}

.form {
  width: 100%;
}

.form .field {
  display: block;
  max-width: 100%;
  margin: 4px 0 0 0;
  vertical-align: top;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  -moz-transition-duration: .2s;
  transition-duration: .2s;
}

.field_name_value {
  display: inline-block;
  padding: 5px 0;
  line-height: 20px;
  vertical-align: top;
}

.form .field a.button {
  display: block;
}

.select_box, .select_box_dropdown {
  position: relative;
  cursor: pointer;
  padding: 0;
  max-width: 100%;
}

.select_box_dropdown.open {
  z-index: 10;
}

.select_box > span.title {
  display: none;
}

.select_box_dropdown > span.title {
  display: block;
  height: 30px;
  padding: 24px 10px 5px 10px;
  margin: 0 30px 0 0;
  overflow: hidden;
  cursor: default;
  text-align: left;
  line-height: 30px;
  white-space: nowrap;
}

.select_box_dropdown > span.title span {
  line-height: 30px;
}

.select_box_dropdown span.select_button {
  display: block;
  position: absolute;
  top: 14px;
  right: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  background: url(/local/templates/avp/pics/sprite.png) -120px -1695px no-repeat;
  z-index: 3;
  transition: top 0.2s ease 0s, transform 0.2s ease 0s;
}

.select_box_dropdown.active span.select_button {
  top: 14px;
}

.select_box_dropdown.open span.select_button {
  background: url(/local/templates/avp/pics/sprite.png) -150px -1695px no-repeat;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.select_box ul {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
}

.select_box_dropdown ul {
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  max-height: none;
  top: 100%;
  right: 0;
  background: #fff;
  -moz-box-shadow: inset 0 0 0 3px #1a8ccf;
  -webkit-box-shadow: inset 0 0 0 3px #1a8ccf;
  box-shadow: inset 0 0 0 3px #1a8ccf;
  z-index: 2;
  max-height: 250px;
  height: 250px;
}

.select_box_dropdown.open ul {
  display: block;
  right: 0;
  left: 0;
  padding: 3px;
  box-sizing: border-box;
}

.select_box ul li {
  list-style: none;
  display: table;
  padding: 5px 0 5px 0;
  cursor: pointer;
  color: #444;
  width: 100%;
  max-width: 100%;
}

.select_box ul li::before {
  display: none;
}

.select_box ul li:hover {
  background: #c2e6ef;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  -moz-transition-duration: .2s;
  transition-duration: .2s;
}

.select_box ul li.active, .select_box ul li.active:hover {
  background: #4ab5f8;
  color: #fff;
}

.select_box ul li > span {
  display: table-cell;
  text-align: left;
  padding: 0 10px;
  max-width: 100%;
  overflow: hidden;
}

.select_box ul li.wo:hover {
  background: transparent;
  cursor: auto;
}

.select_box input, .select_box.combobox .title {
  display: none;
}

.select_box.combobox input {
  display: block;
}

.file_upload {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 10px 0 0 0;
  background: #fff;
}

.file_upload:first-of-type {
  margin: 0 0 0 0;
}

.file_upload > .mark {
  display: block;
  cursor: pointer;
  color: #444;
  background: transparent;
  position: relative;
  z-index: 2;
  padding: 0 10px;
  line-height: 30px;
  height: 30px;
  min-height: auto;
  overflow: hidden;
}

.file_upload .file_upload_button {
  display: block;
  cursor: pointer;
  color: #fff;
  position: absolute;
  top: 1px;
  right: 0;
  width: 110px;
  text-align: center;
  z-index: 3;
}

.file_upload input[type=file] {
  position: absolute;
  top: 0;
  opacity: 0;
  display: none;
}

a.uploadImageBtn, .main_middle a.uploadImageBtn {
  display: inline-block;
  width: 110px;
  color: #fff;
  text-decoration: none;
}

.uploadedImagesCont {
  width: 100%;
  margin: 0 0 0 0;
}

.uploadedImagesCont .img_cont {
  display: inline-block;
  margin: 10px 10px 0 0;
  position: relative;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0 ,0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0 ,0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0 ,0.3);
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  -moz-transition-duration: .2s;
  transition-duration: .2s;
}

.uploadedImagesCont .img_cont:hover {
  -moz-box-shadow: 0 0 3px #ff7c7c;
  -webkit-box-shadow: 0 0 3px #ff7c7c;
  box-shadow: 0 0 3px #ff7c7c;
}

.uploadedImagesCont .img_cont .del {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/local/templates/avp/pics/sprite.png) -150px -1666px no-repeat;
  cursor: pointer;
}

.uploadedImagesCont .img_cont .del:hover {
  background-position: -120px -1666px;
}

.uploadedImagesCont .img {
  display: table-cell;
  width: 140px;
  height: 140px;
  vertical-align: middle;
  text-align: center;
}

.uploadedImagesCont img {
  margin-bottom: -4px;
}

.style.files, .style.checkboxes, .style.radioblock {
  border: 0;
  padding: 0;
  cursor: default;
  -moz-box-shadow: 0 0 0 0 transparent !important;
  -webkit-box-shadow: 0 0 0 0 transparent !important;
  box-shadow: 0 0 0 0 transparent !important;
  border: 0 !important;
  background: transparent !important;
  min-height: auto;
}

.style.files.invalid {
  -moz-box-shadow: 0 0 0 0 transparent !important;
  -webkit-box-shadow: 0 0 0 0 transparent !important;
  box-shadow: 0 0 0 0 transparent !important;
  border: 0 !important;
  background: transparent !important;
}

.style.files.invalid::after, .style.files.valid::after {
  display: none;
}

.style.files.invalid .file_upload {
  background-color: rgba(255,240,240,0.9);
}

.style.files.invalid a.uploadImageBtn {
  border: 1px solid #ff7c7c!important;
  -moz-box-shadow: 0 0 3px #ff7c7c, inset 0 0 3px #ff7c7c;
  -webkit-box-shadow: 0 0 3px #ff7c7c, inset 0 0 3px #ff7c7c;
  box-shadow: 0 0 3px #ff7c7c, inset 0 0 3px #ff7c7c;
}

.validation_fail_tooltip {
  font-size: 12px;
  line-height: 16px;
  padding: 2px 0 0 0;
  position: absolute;
  right: 0;
  top: 100%;
  color: red;
}

.style.right_inuse input, .style.almaHint input {
  padding-right: 30px;
}

.style.right_inuse::after, .style.almaHint::after {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  right: 0;
  width: 30px;
  height: 30px;
  transition: top 0.2s ease 0s;
}

.style.valid {
  border: 0 !important;
  -moz-box-shadow: inset 0 0 0 3px #59982a;
  -webkit-box-shadow: inset 0 0 0 3px #59982a;
  box-shadow: inset 0 0 0 3px #59982a;
}

.style.invalid {
  border: 0 !important;
  -moz-box-shadow: inset 0 0 0 3px #ff7c7c;
  -webkit-box-shadow: inset 0 0 0 3px #ff7c7c;
  box-shadow: inset 0 0 0 3px #ff7c7c;
  margin-bottom: 24px;
}

.style.active {
  -moz-box-shadow: inset 0 0 0 3px #1a8ccf;
  -webkit-box-shadow: inset 0 0 0 3px #1a8ccf;
  box-shadow: inset 0 0 0 3px #1a8ccf;
}

.style.readonly {
  background: #f8f8f8;
}

.style.checkboxes > .readonly, .style.radioblock > .readonly {
  opacity: 0.5;
}

.style .form_comment {
  display: block;
  position: absolute;
  top: 11px;
  right: 0;
  width: 30px;
  height: 30px;
  transition: opacity 0.2s ease 0s;
  background: url(/local/templates/avp/pics/sprite.png) -270px -1695px no-repeat;
  opacity: 0;
  z-index: 2;
}

.style.active .form_comment, .style:hover .form_comment {
  opacity: 1;
}

.captcha .style, .main_middle .captcha input.style {
  width: 35%;
  min-width: 150px;
  display: inline-block;
  vertical-align: middle;
}

.captcha {
  padding: 0;
  position: relative;
}

.captcha input, .captcha.style input.style {
  width: 35%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0;
}

.captcha a, .main_middle .captcha a {
  width: 35%;
  min-width: 150px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  position: relative;
  background: #f3f3f3;
  padding-right: 30px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  margin-left: 0;
  margin-top: 0;
  border: 1px solid #a6a6a6;
  float: right;
  text-align: center;
  overflow: hidden;
}

.captcha a::before {
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  right: 0;
  top: 0px;
  background: url(/local/templates/avp/pics/sprite.png) -180px -1666px no-repeat;
}

.captcha a:hover::before {
  background: url(/local/templates/avp/pics/sprite.png) -210px -1666px no-repeat;
}

.captcha a img {
  display: inline-block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  top: -10px;
}

.captcha.style, .style.invalid.captcha {
  border: 0 !important;
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0 ,0.2), 0 0 0 0 rgba(255, 255, 255 ,0.4) !important;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0 ,0.2), 0 0 0 0 rgba(255, 255, 255 ,0.4) !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0 ,0.2), 0 0 0 0 rgba(255, 255, 255 ,0.4) !important;
  background: transparent !important;
  padding-right: 0;
}

.captcha.style::after, .style.invalid.captcha::after {
  display: none;
}

.captcha.style.invalid input.style, .main_middle .captcha.style.invalid input.style {
  border: 1px solid #ff7c7c !important;
  -moz-box-shadow: 0 0 3px #ff7c7c;
  -webkit-box-shadow: 0 0 3px #ff7c7c;
  box-shadow: 0 0 3px #ff7c7c;
  background-color: rgba(255,240,240,0.9);
}

.style.privacyPolicyCont {
  padding-right: 0;
  box-shadow: 0 0 0 transparent;
}

.privacyPolicyCont a {
  font-size: inherit;
  display: inline-block;
}

.privacyPolicyCont .field_name_value, .privacyPolicyCont label {
  vertical-align: middle;
  display: inline-block;
}

.privacyPolicyCont label {
  vertical-align: middle;
  display: inline-block;
  min-height: 30px;
}

footer .privacyPolicyCont .field_name_value, footer .privacyPolicyCont label, footer .privacyPolicyCont a {
  color: #444;
}

.form_style_left input, .form_style_left a.captcha {
  display: block;
  width: 224px;
  height: 20px;
  padding: 10px 20px;
  margin: 7px 0 0 0;
  line-height: 20px;
  font-size: 14px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #a6a6a6;
  background: #fff;
}

.form_style_left a.captcha {
  overflow: hidden;
  background: #f3f3f3;
  position: relative;
}

.form_style_left a.captcha::before {
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  right: 5px;
  top: 5px;
  background: url(/local/templates/avp/pics/sprite.png) -180px -1666px no-repeat;
}

.form_style_left a.captcha img {
  margin: -20px 0;
}

.form_style_left input::-webkit-input-placeholder {
  color: #3e3e3e;
}

.form_style_left input:-moz-placeholder {
  color: #3e3e3e;
}

.form_style_left input.error {
  -moz-box-shadow: 0 0 3px 1px #ff7c7c;
  -webkit-box-shadow: 0 0 3px 1px #ff7c7c;
  box-shadow: 0 0 3px 2px #ff7c7c;
  background-color: rgba(255,240,240,0.9);
  color: #f44 !important;
}

.form_style_left input.error::-webkit-input-placeholder {
  color: #f44;
  text-transform: uppercase;
}

.form_style_left input.error:-moz-placeholder {
  color: #f44;
  text-transform: uppercase;
}

footer .style {
  background: #fff;
}

footer .form input, footer .form textarea {
  color: #444;
}

footer .form input::-webkit-input-placeholder, footer .form textarea::-webkit-input-placeholder {
  color: #888;
}

footer .form input::-moz-placeholder, footer .form textarea::-moz-placeholder {
  color: #888;
}

input[type=checkbox], input[type=radio] {
  width: 20px !important;
  height: 20px !important;
  margin: 0 10px 0 0 !important;
  padding: 0 !important;
  vertical-align: middle !important;
}

.almaPopupOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(100, 100, 100, 0.3);
  z-index: 100;
}

.almaPopupWindow {
  position: fixed;
  padding: 0;
  margin: 0;
  max-width: 100vw;
  max-height: 100vh;
  box-sizing: border-box;
  background: #ffffff;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  border-radius: 1px;
  overflow: hidden;
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0 ,0.1), 0 10px 10px -10px rgba(0, 0, 0 ,0.8), 0 0 12px 1px rgba(106, 197, 255 ,0.94);
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0 ,0.1), 0 10px 10px -10px rgba(0, 0, 0 ,0.8), 0 0 12px 1px rgba(106, 197, 255 ,0.94);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0 ,0.1), 0 10px 10px -10px rgba(0, 0, 0 ,0.8), 0 0 12px 1px rgba(106, 197, 255 ,0.94);
  z-index: 99999;
}

.almaPopupWindow.almaAlert {
  width: 600px;
  min-width: 300px;
  max-width: 100%;
}

.almaPopupWindow .close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url(/local/templates/avp/pics/sprite.png) 0 -2097px no-repeat;
  z-index: 2;
}

.almaPopupWindow .close:hover {
  background: url(/local/templates/avp/pics/sprite.png) -50px -2097px no-repeat;
}

.almaPopup .maximaze {
  display: none;
  position: absolute;
  top: 0;
  right: 50px;
  width: 50px;
  height: 50px;
  background: url(/local/templates/avp/pics/sprite.png) -100px -2097px no-repeat;
  z-index: 2;
}

.almaPopupWindow .maximaze:hover {
  background: url(/local/templates/avp/pics/sprite.png) -150px -2097px no-repeat;
}

.almaPopupWindow .contentsScroll {
  max-width: 100%;
  min-width: auto;
}

.almaPopupWindow .contents {
  max-width: 100%;
  min-width: auto;
  padding: 0;
  margin: 0;
  text-align: center;
}

.almaPopupWindow .h1::before {
  display: none;
}

.almaPopupWindow .h1 {
  font: 300 200%/1.1em 'Roboto', sans-serif;
  padding: 10px 55px 10px 8px;
  background: rgb(0, 71, 142);
  color: #ffffff;
}

.almaPopupWindow .form, .almaPopupWindow .contents.contentsPadding {
  box-sizing: border-box;
  padding: 10px 8px 0 8px;
}

.almaPopupWindow .almaPopupControl {
  padding: 10px 0 10px 0;
  text-align: center;
}

.mCSB_inside>.mCSB_container {
  margin-right: 4px !important;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0px !important;
}

.mCSB_scrollTools {
  width: 4px !important;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0,0,0,.1) !important;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0,0,0,.3) !important;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0,0,0,.4) !important;
}

.almaHintWindow {
  color: #97a4b1;
  padding: 14px;
  position: absolute;
  background: #fff;
  margin: 0;
  z-index: 3;
  line-height: normal;
  -webkit-box-shadow: 0 3px 30px 6px rgba(44,77,138,.18);
  box-shadow: 0 3px 30px 6px rgba(44,77,138,.18);
  border-radius: 5px;
  max-width: 200px;
  min-width: 100px;
  transform-origin: 50% 50%;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.2s;
  transform: scale(0.2);
  opacity: 0;
}

.almaHintWindow.active {
  transform: scale(1);
  transition-duration: 0.3s;
  opacity: 1;
}

.almaHintWindow.originTL, .almaHintWindow.originTC, .almaHintWindow.originTR {
  margin-top: 11px
}

.almaHintWindow.originBL, .almaHintWindow.originBC, .almaHintWindow.originBR {
  margin-top: -11px
}

.almaHintWindow.originLT, .almaHintWindow.originLC, .almaHintWindow.originLB {
  margin-left: 11px
}

.almaHintWindow.originRT, .almaHintWindow.originRC, .almaHintWindow.originRB {
  margin-left: -11px
}

.almaHintWindow .arrow {
  width: 0;
  height: 0;
  position: absolute;
}

.almaHintWindow.originTL .arrow, .almaHintWindow.originTC .arrow, .almaHintWindow.originTR .arrow {
  bottom: 100%;
}

.almaHintWindow.originBL .arrow, .almaHintWindow.originBC .arrow, .almaHintWindow.originBR .arrow {
  top: 100%;
}

.almaHintWindow.originRT .arrow, .almaHintWindow.originRC .arrow, .almaHintWindow.originRB .arrow {
  left: 100%;
}

.almaHintWindow.originLT .arrow, .almaHintWindow.originLC .arrow, .almaHintWindow.originLB .arrow {
  right: 100%;
}

.almaHintWindow.originTL .arrow, .almaHintWindow.originBL .arrow {
  left: 20px;
}

.almaHintWindow.originTC .arrow, .almaHintWindow.originBC .arrow {
  left: 50%;
}

.almaHintWindow.originTR .arrow, .almaHintWindow.originBR .arrow {
  right: 20px;
}

.almaHintWindow.originRT .arrow, .almaHintWindow.originLT .arrow {
  top: 20px;
}

.almaHintWindow.originRC .arrow, .almaHintWindow.originLC .arrow {
  top: 50%;
}

.almaHintWindow.originRB .arrow, .almaHintWindow.originLB .arrow {
  bottom: 20px;
}

.almaHintWindow .arrow::before {
  content: '';
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
}

.almaHintWindow.originTL .arrow::before, .almaHintWindow.originTC .arrow::before, .almaHintWindow.originTR .arrow::before {
  border-bottom: 11px solid #fff;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  top: -11px;
  left: -13px
}

.almaHintWindow.originBL .arrow::before, .almaHintWindow.originBC .arrow::before, .almaHintWindow.originBR .arrow::before {
  border-top: 11px solid #fff;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  bottom: -11px;
  left: -13px;
}

.almaHintWindow.originRT .arrow::before, .almaHintWindow.originRC .arrow::before, .almaHintWindow.originRB .arrow::before {
  border-left: 11px solid #fff;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  right: -11px;
  top: -13px;
}

.almaHintWindow.originLT .arrow::before, .almaHintWindow.originLC .arrow::before, .almaHintWindow.originLB .arrow::before {
  border-right: 11px solid #fff;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  left: -11px;
  top: -13px;
}

.almaHintWindow .close {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 20px;
  width: 20px;
  background: url(/local/templates/avp/pics/sprite.png) -260px -1248px no-repeat;
  cursor: pointer;
}

.almaHintWindow .close:hover {
  background: url(/local/templates/avp/pics/sprite.png) -280px -1248px no-repeat;
}

.almaHintWindow .title {
  font: 400 18px / 24px 'Roboto', sans-serif;
  display: block;
}

.almaHintWindow .contents {
  font: 400 14px / 16px 'Roboto', sans-serif;
  display: block;
  padding-right: 10px;
}

@media screen and (max-width:425px) {
  .form .field {
    min-width: auto;
    max-width: 100%;
    width: 100%;
  }

  .g-recaptcha, .g-recaptcha > div {
    max-width: 100%;
  }
}

@media print {
  .formCont {
    display: none !important;
  }
}

.ui-datepicker {
  background: #fff;
  border: 0 !important;
  -moz-box-shadow: inset 0 0 0 3px #1a8ccf;
  -webkit-box-shadow: inset 0 0 0 3px #1a8ccf;
  box-shadow: inset 0 0 0 3px #1a8ccf;
  padding: 3px;
  box-shadow: inline;
}

.ui-datepicker .ui-datepicker-header {
  height: 28px;
  position: relative;
  background: #f3f3f3;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 5px;
  width: 20px;
  height: 20px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 5px;
  background: url(/local/templates/avp/pics/sprite.png) -160px -450px no-repeat;
}

.ui-datepicker .ui-datepicker-next {
  right: 5px;
  background: url(/local/templates/avp/pics/sprite.png) -180px -450px no-repeat;
}

.ui-datepicker .ui-datepicker-prev:hover {
  background: url(/local/templates/avp/pics/sprite.png) -200px -450px no-repeat;
}

.ui-datepicker .ui-datepicker-next:hover {
  background: url(/local/templates/avp/pics/sprite.png) -220px -450px no-repeat;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: none;
}

.ui-datepicker .ui-datepicker-title {
  line-height: 26px;
  padding: 2px;
  margin: 0 auto;
  text-align: center;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  line-height: 26px;
  height: 26px;
  width: 39%;
  font-size: 16px;
  font-weight: 300;
}

.ui-datepicker table {
  width: 100%;
  font-size: 16px;
  border-collapse: collapse;
  margin: 5px 0 0 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker table th {
  font-weight: 300;
  font-size: 14px;
}

.ui-state-default, .ui-widget-content .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}

.ui-datepicker td a:hover, .ui-datepicker td a.ui-state-active {
  background: #303030;
  ;color: #f8f8f8;
}

.select_box .swiper-slide {
  display: block !important;
}

.newsBlock {
  width: 100%;
  margin: 0 0 0 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.newsBlock .newsItem a, .newsBlock .newsItem a:hover, .newsBlock .newsItem a:active {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  color: #444;
  text-decoration: none;
  width: 90%;
  margin: 0 0;
}

.newsBlock .newsItem.showImgTop {
  display: inline-block;
  flex: 1 0 220px;
  max-width: 100%;
  margin: 10px 0;
  padding: 0 0 25px 0;
  vertical-align: top;
  text-align: left;
}

.newsBlock .newsItem.showImgTop:last-of-type {
  padding-right: 0;
}

.newsBlock .newsItem .img {
  position: relative;
}

.newsBlock .newsItem.showImgTop .img {
  width: 300px;
  height: 150px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.newsBlock .newsItem.showImgTop .group_1 {
  flex: 1 1 100%;
}

.newsBlock .newsItem.showImgTop .group_2 {
  flex: 1 1 100%;
}

.newsBlock .newsItem.showImgLeft {
  display: block;
  width: 100%;
  margin: 0;
  padding: 25px 0 0 0;
  text-align: left;
  clear: both;
}

.newsBlock .newsItem.showImgLeft .img {
  width: 300px;
  text-align: center;
}

.newsBlock.news .newsItem.showImgLeft .img {
  width: 350px;
  max-width: 100%;
}

.newsBlock .newsItem.showImgLeft .group_1 {
  flex: 0 1 340px;
}

.newsBlock.news .newsItem.showImgLeft .group_1 {
  flex: 0 1 380px;
}

.newsBlock .newsItem.showImgLeft .group_2 {
  flex: 1 0 300px;
  max-width: 100%;
}

.newsBlock .newsItem.showBigImage {
  width: 100%;
  padding-bottom: 20px;
}

.newsBlock .newsItem.showBigImage:first-of-type {
  padding-top: 0;
}

.newsBlock .newsItem.showBigImage .group_1 {
  flex: 0 0 100%;
}

.newsBlock .newsItem.showBigImage .group_2 {
  flex: 0 0 100%;
}

.newsBlock .newsItem.showBigImage a {
  width: 100%;
  text-align: left;
}

.newsBlock .newsItem .title {
  padding: 10px 0 5px 0;
  font: 400 16px/20px 'Roboto', sans-serif;
  color: #272727;
  display: block;
  text-transform: uppercase;
}

.newsBlock .newsItem .brief {
  padding: 0 0 5px 0;
  display: block;
}

.newsBlock .newsItem a .more {
  font: 400 16px/20px 'Roboto', sans-serif;
  color: #444;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  padding-right: 25px;
}

.newsBlock .newsItem a:hover .more {
  text-decoration: underline;
}

.newsBlock .newsItem a .more::after {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/local/templates/avp/pics/sprite.png) -60px -450px no-repeat;
}

.newsBlock .newsItem a:hover .more::after {
  background: url(/local/templates/avp/pics/sprite.png) -80px -450px no-repeat;
}

.newsBlock .newsItem .line, .newsEl .line {
  display: block;
  position: relative;
  width: 200px;
  height: 50px;
  background: url(/local/templates/avp/pics/sprite.png) 0 -2047px no-repeat;
}

.newsBlock .newsItem .img .line, .newsBlock .newsItem .imgAlternative .line, .newsEl .img .line {
  position: absolute;
  top: 0;
  left: 10px;
}

.newsBlock .newsItem .line .num, .newsEl .line .num {
  display: block;
  float: left;
  line-height: 50px;
  margin: 0 0 0 1px;
  width: 26px;
  text-align: center;
  color: #ffffff;
}

.newsBlock .newsItem .line .mon, .newsEl .line .mon {
  display: block;
  float: left;
  line-height: 50px;
  margin: 0 0 0 5px;
  width: 123px;
  text-align: center;
  color: #ffffff;
}

.newsBlock .newsItem .bigNum, .newsEl .bigNum {
  width: 100px;
  height: 50px;
  background: url(/local/templates/avp/pics/sprite.png) -200px -2097px no-repeat;
}

.newsBlock .newsItem .img .bigNum, .newsEl .img .bigNum {
  position: absolute;
  top: 0;
  left: 10px;
  ext-shadow: 0 0 3px;
  color: #000;
}

.newsBlock .newsItem .bigNum .num, .newsEl .bigNum .num {
  display: block;
  color: #444;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  text-shadow: 0 0 1px #fff;
}

.newsBlock .newsItem .bigNum .mon, .newsEl .bigNum .mon {
  display: block;
  color: #444;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  text-shadow: 0 0 1px #fff;
}

.newsBlock .imgAlternative {
  height: 50px;
  position: relative;
}

.newsEl {
  width: 100%;
}

.news .newsItem {
  width: 100%;
  margin: 0;
  padding: 25px 0 0 0;
  clear: both;
}

.ni_nav {
  display: table;
  width: 100%;
}

.ni_nav .ni_nav_cont {
  display: table-cell;
  height: 30px;
  padding: 40px 0 20px 0;
  width: 33.33%;
  text-align: center;
}

.newsEl {
  display: table;
  padding: 0;
  text-align: left;
  position: relative;
  width: 100%;
  margin: 0;
}

.newsEl .imgCont {
  display: table-cell;
  padding: 0 0 25px 0;
  width: 352px;
  max-width: 100%;
  vertical-align: top;
}

.newsEl .imgCont .img, .newsEl .imgCont .img:hover {
  display: block;
  position: relative;
  width: 350px;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
}

.newsEl .text {
  display: table-cell;
  padding: 0;
  vertical-align: top;
  padding: 0 20px 25px 40px;
}

.newsEl .nel_slider {
  width: 100%;
  position: relative;
  height: 62px;
  padding: 20px 0;
}

.newsEl .nel_slider ul {
  width: 100%;
}

.newsEl .nels_slides .nel_slider_left {
  position: absolute;
  width: 25px;
  height: 50px;
  top: 26px;
  left: 12px;
  background: url(/local/templates/avp/pics/sprite.png) -100px -1847px no-repeat;
  cursor: pointer;
}

.newsEl .nels_slides .nel_slider_left:hover {
  background: url(/local/templates/avp/pics/sprite.png) -100px -1897px no-repeat;
}

.newsEl .nels_slides .nel_slider_right {
  position: absolute;
  width: 25px;
  height: 50px;
  top: 26px;
  right: 12px;
  background: url(/local/templates/avp/pics/sprite.png) -125px -1847px no-repeat;
  cursor: pointer;
}

.newsEl .nels_slides .nel_slider_right:hover {
  background: url(/local/templates/avp/pics/sprite.png) -125px -1897px no-repeat;
}

.newsEl .nels_wo_slides .nel_slider_left, .newsEl .nels_wo_slides .nel_slider_right {
  display: none;
}

.newsEl .nels_slides .nels_slide_cont {
  overflow: hidden;
  margin: 0 auto;
}

.newsEl .nels_slides .nels_slide_cont ul {
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}

.newsEl .nels_wo_slides .nels_slide_cont ul, .newsEl .nels_wo_slides .nels_slide_cont {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.newsEl .nel_slider ul li {
  display: block;
  float: left;
  width: 80px;
  height: 60px;
  padding: 0;
  margin: 0 3px;
  border: 1px solid #eee;
}

.newsEl .nel_slider ul li a {
  display: table-cell;
  width: 80px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
}

.newsEl .nel_slider ul li a img {
  vertical-align: middle;
}

.newsEl .nel_slider ul li::before {
  display: none;
}

.nel_bottom {
  clear: both;
  padding: 0 0 25px 0;
}

@media screen and (max-width: 767px) {
  .newsEl, .newsEl .text {
    display: block;
    margin: 0 auto;
    min-height: auto;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0;
  }
}

.cat_filter {
  width: 100%;
}

.cat_filter input.style, .cat_filter select.style {
  padding: 4px 4%;
  box-sizing: content-box;
  width: 91%;
  font: 400 14px/ 18px 'Roboto', sans-serif;
  height: 18px;
}

.cat_filter .cf_group {
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  -moz-transition-duration: .2s;
  transition-duration: .2s;
}

.cat_filter .cf_group:hover {
  box-shadow: 0 0 4px 4px rgba(0,0,0,0.2);
}

.cat_filter .cf_elem {
  margin: 6px auto 0 auto;
  padding: 0 0;
  font: 400 14px/ 20px 'Roboto', sans-serif;
}

.cat_filter .cf_elem_name {
  padding: 0 0 3px 0;
  font: 400 16px/20px 'Roboto', sans-serif;
  cursor: pointer;
}

.cat_filter .cf_elem_name span {
  border-bottom: 1px black dotted;
}

.cat_filter .cf_elem_name::before {
  content: '';
  display: inline-block;
  text-decoration: none;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url(/local/templates/avp/pics/sprite.png) -60px -470px no-repeat;
}

.cat_filter .cf_elem  .cf_elem_values {
  display: none;
  padding: 0 0 0 24px;
}

.cf_range, .cf_input, .cf_select, .cf_choose {
  width: 100%;
}

.cf_range input {
  width: 70px;
  display: inline-block;
  vertical-align: baseline;
  padding-left: 10px;
  padding-right: 10px;
}

.cf_range_table {
  width: 100%;
  display: table;
}

.cf_range_table_from {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 110px;
  padding: 0 5px 0 0;
}

.cf_range_table_to {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 110px;
  padding: 0 5px 0 0;
}

.cf_range_table_unit {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.cf_choose .cf_choose_elem {
  box-sizing: border-box;
  display: inline-block;
  width: 45%;
  margin: 5px 2.5%;
  vertical-align: bottom;
  cursor: pointer;
}

.cf_choose .cf_choose_elem .cf_choose_elem_name {
  font: 400 14px/ 16px 'Roboto', sans-serif;
  text-align: left;
}

.cf_choose .cf_choose_elem .cf_choose_elem_value {
  display: table;
  height: 25px;
  width: 100%;
  background: 50% 50% no-repeat;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  -moz-transition-duration: .2s;
  transition-duration: .2s;
  box-shadow: 0 0 0 1px transparent;
}

.cf_choose .cf_choose_elem_text .cf_choose_elem_value {
  box-shadow: 0 0 0 1px #444;
}

.cf_choose .cf_choose_elem_text .cf_choose_elem_value .cf_choose_elem_text_value {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  padding: 0 5px;
  font: 400 14px/ 25px 'Roboto', sans-serif;
}

.cf_choose .cf_choose_elem.active .cf_choose_elem_value, .cf_choose .cf_choose_elem:hover .cf_choose_elem_value {
  box-shadow: 0 0 1px 1px rgb(0, 71, 142);
}

.cf_choose .cf_choose_elem_controle, .cf_choose .cf_choose_elem_controle.active {
  font: 400 14px/ 20px 'Roboto', sans-serif;
  text-align: left;
  height: 25px;
}

.cf_choose .cf_choose_elem_controle:hover {
  color: #272727;
}

.cf_choose .cf_choose_elem_controle_big {
  width: 100%;
  padding-left: 0;
}

.cf_additionals {
  display: none;
}

.cf_choose .cf_choose_elem_tiny {
  display: inline-block;
  vertical-align: bottom;
  width: 20px;
  height: 20px;
  margin: 2.5px;
  box-sizing: border-box;
  display: inline-block;
  background: #ddd;
  cursor: pointer;
  background: 50% 50% no-repeat;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  -moz-transition-duration: .2s;
  transition-duration: .2s;
  box-shadow: 0 0 0 1px transparent;
}

.cf_choose .cf_choose_elem_tiny.active, .cf_choose .cf_choose_elem_tiny:hover {
  box-shadow: 0 0 1px 1px rgb(0, 71, 142);
}

.cf_choose_elem_line {
  padding: 2.5px 0;
  display: block;
}

.cf_choose .cf_choose_elem_tiny_line {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin: 0 0;
  box-sizing: border-box;
  display: inline-block;
  background: #ddd;
  cursor: pointer;
  background: 50% 50% no-repeat;
}

.cf_choose .cf_choose_elem_tiny_line_text {
  display: inline-block;
  width: 175px;
  font: 400 14px/ 16px 'Roboto', sans-serif;
  padding: 2px 0 2px 5px;
  vertical-align: top;
}

.cf_choose input[type=checkbox], .cf_choose input[type=radio] {
  margin-right: 0 !important;
}

.ranger_line {
  margin-top: 10px;
}

.ranger_line_hints {
  display: table;
  width: 100%;
  margin: 0 auto;
}

.ranger_line_hint_left {
  text-align: left;
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0 5px;
  border-left: 1px solid #ddd;
}

.ranger_line_hint_right {
  text-align: right;
  display: table-cell;
  vertical-align: top;
  padding: 0 5px 0 0;
  border-right: 1px solid #ddd;
}

.ui-slider {
  position: relative;
  margin: 15px 18px 10px 18px;
  height: 1px;
  cursor: pointer;
}

.ui-slider::before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(0, 0, 0 ,0.4);
  top: 0;
  bottom: 0;
  right: -10px;
  left: -10px;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  left: 50%;
  top: 0px;
  cursor: pointer;
  z-index: 2;
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  -moz-transition-duration: .1s;
  transition-duration: .1s;
}

.ui-slider .ui-slider-handle::before {
  content: '';
  position: absolute;
  left: -1px;
  top: -12px;
  display: block;
  width: 25px;
  height: 25px;
  background: url(/local/templates/avp/pics/sprite.png) -25px -1248px no-repeat;
  cursor: pointer;
}

.ui-slider .ui-slider-handle:first-of-type::before {
  background: url(/local/templates/avp/pics/sprite.png) 0px -1248px no-repeat;
  left: -25px;
}

.ui-slider.ranger_line_with_add_line .ui-slider-handle::after {
  content: '';
  position: absolute;
  left: -1px;
  top: -80px;
  display: block;
  width: 1px;
  height: 80px;
  background: rgba(0,0,0,0.5);
  cursor: pointer;
}

.ui-slider .ui-slider-range {
  position: absolute;
  height: 2px;
  background: -webkit-linear-gradient(right, #fff25e 0%, rgba(255,199,98,1) 100%);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  -moz-transition-duration: .1s;
  transition-duration: .1s;
}

.cat_apply, .cat_cancel, a.cat_apply, a.cat_cancel {
  display: inline-block;
  min-width: 80px;
}

.cat_cancel, .cat_cancel:hover, a.cat_cancel, a.cat_cancel:hover, .cat_apply, .cat_apply:hover, a.cat_apply, a.cat_apply:hover {
  text-decoration: none;
}

.cat_favorit, .cat_compare, .cat_viewed, .cat_one_click_buy, .cat_credit, .cat_save_print, .cat_save_mail, a.cat_favorit, a.cat_compare, a.cat_viewed, a.cat_one_click_buy, a.cat_credit, a.cat_save_print, a.cat_save_mail, a.cat_favorit:hover, a.cat_compare:hover, a.cat_viewed:hover, a.cat_one_click_buy:hover, a.cat_credit:hover, a.cat_save_print:hover, a.cat_save_mail:hover {
  display: inline-block;
  padding: 0 0 0 22px;
  position: relative;
  text-align: left;
  font: 300 14px/20px 'Roboto', sans-serif;
  text-decoration: underline;
  color: #444;
}

.cat_favorit::before, .cat_compare::before, .cat_viewed::before, .cat_one_click_buy::before, .cat_credit::before, .cat_save_print::before, .cat_save_mail::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 20px;
  height: 20px;
  background: url(/local/templates/avp/pics/sprite.png) 0 -1273px no-repeat;
}

.cat_favorit::before {
  background-position: 0 -1273px;
}

.cat_compare::before {
  background-position: -20px -1273px;
}

.cat_one_click_buy::before {
  background-position: -40px -1273px;
}

.cat_viewed::before {
  background-position: -60px -1273px;
}

.cat_credit::before {
  background-position: -80px -1273px;
}

.cat_save_print::before {
  background-position: -100px -1273px;
}

.cat_save_mail::before {
  background-position: -120px -1273px;
}

.cat_favorit:hover::before, .cat_favorit.active::before {
  background-position: -160px -1273px;
}

.cat_compare:hover::before, .cat_compare.active::before {
  background-position: -180px -1273px;
}

.cat_one_click_buy:hover::before {
  background-position: -200px -1273px;
}

.cat_viewed:hover::before {
  background-position: -220px -1273px;
}

.cat_credit:hover::before {
  background-position: -240px -1273px;
}

.cat_save_print:hover::before {
  background-position: -260px -1273px;
}

.cat_save_mail:hover::before {
  background-position: -280px -1273px;
}

.cat_credit {
  text-decoration: none;
}

.cat_credit span {
  display: inline-block;
  text-decoration: underline;
  font: 300 14px/20px 'Roboto', sans-serif;
}

.cat_more_bonuses, a.cat_more_bonuses {
  display: inline-block;
  text-align: left;
  font: 300 14px/20px 'Roboto', sans-serif;
  margin: 0;
}

.cat_more_bonuses b {
  font-weight: 300;
  color: rgb(0, 71, 142);
}

.catalog_popularity, a.catalog_popularity {
  display: block;
  text-decoration: none;
  font: 300 16px/20px 'Roboto', sans-serif;
  color: #272727;
  min-height: 20px;
}

.catalog_rating {
  height: 15px;
  width: 75px;
  position: relative;
  background: url(/local/templates/avp/pics/sprite.png) -75px -1408px no-repeat;
  margin-top: 2.5px;
}

.catalog_rating_cur {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 100%;
  background: url(/local/templates/avp/pics/sprite.png) 0px -1408px no-repeat;
}

.catalog_rating_big {
  height: 20px;
  width: 100px;
  position: relative;
  background: url(/local/templates/avp/pics/sprite.png) -100px -1388px no-repeat;
  margin-top: 2.5px;
  display: inline-block;
  vertical-align: middle;
}

.catalog_rating_big_text {
  display: inline-block;
  vertical-align: middle;
}

.catalog_rating_big_cur {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 100%;
  background: url(/local/templates/avp/pics/sprite.png) 0px -1388px no-repeat;
}

.catalog_reviews {
  height: 20px;
  font: 300 16px/20px 'Roboto', sans-serif;
  text-align: left;
}

.review_elem {
  display: table;
  margin: 10px 0 5px 0;
  width: 100%;
}

.review_elem_ratings {
  width: 260px;
  display: table-cell;
  background: #f3f3f3;
  padding: 10px 20px;
}

.review_elem_ratings_values {
  display: block;
  margin-bottom: 5px;
}

.review_elem_value {
  display: table-cell;
  padding: 10px 20px;
}

.review_elem_value_meta {
  display: table;
  margin: 0 0 5px 0;
  width: 100%;
  font: 400 12px/24px 'Roboto', sans-serif;
  color: #777;
}

.review_elem_value_meta span {
  font: 600 12px/24px 'Roboto', sans-serif;
  color: #444;
}

.review_elem_value_meta_td {
  display: table-cell;
  width: 40%;
  text-align: left;
  padding: 10px 0 0 0;
}

.review_elem_value_meta_date {
  display: table-cell;
  text-align: right;
  padding: 10px 0 0 0;
}

.review_elem_plus, .review_elem_minus, .review_elem_result, .review_elem_recomend, .review_elem_useful {
  display: block;
  position: relative;
  padding-left: 30px;
  margin: 0 0 10px 0;
}

.review_elem_useful {
  text-align: right;
}

.review_elem_plus::before, .review_elem_minus::before, .review_elem_result::before, .review_elem_recomend::before , .review_elem_useful::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.review_elem_plus::before {
  background: url(/local/templates/avp/pics/sprite.png) -200px -1388px no-repeat;
}

.review_elem_minus::before {
  background: url(/local/templates/avp/pics/sprite.png) -220px -1388px no-repeat;
}

.review_elem_recomend::before {
  background: url(/local/templates/avp/pics/sprite.png) -240px -1388px no-repeat;
}

.review_elem_result::before {
  background: url(/local/templates/avp/pics/sprite.png) -260px -1388px no-repeat;
}

.review_elem_useful::before {
  background: url(/local/templates/avp/pics/sprite.png) -280px -1388px no-repeat;
}

.review_like, .review_dislike, a.review_like, a.review_dislike, a.review_like:hover, a.review_dislike:hover, a.review_like:active, a.review_dislike:active {
  position: relative;
  line-height: 20px;
  padding: 5px 5px 5px 35px;
  color: #444;
  text-decoration: none;
}

.jsDisable {
  cursor: default;
}

.review_like::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: url(/local/templates/avp/pics/sprite.png) -30px -1665px no-repeat;
}

.review_like:hover:not(.jsDisable)::before, .review_like.active::before {
  background: url(/local/templates/avp/pics/sprite.png) 0px -1665px no-repeat;
}

.review_dislike::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: url(/local/templates/avp/pics/sprite.png) -90px -1665px no-repeat;
}

.review_dislike:hover:not(.jsDisable)::before, .review_dislike.active::before {
  background: url(/local/templates/avp/pics/sprite.png) -60px -1665px no-repeat;
}

@media screen and (max-width: 767px) {
  .review_elem_value_meta, .review_elem_value_meta_td, .review_elem_value_meta_date, .review_elem_ratings, .review_elem_value {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}

.style.review_select {
  border: 0;
  box-shadow: 0 0 0 0 transparent;
}

.style.review_select .review_elem_ratings {
  background: transparent;
  padding: 24px 10px 5px 10px
}

.style.review_select .review_elem_ratings .catalog_rating_big {
  margin: 0;
}

.articles {
  width: 100%;
  padding: 20px 0 0 0;
}

.articles .folder {
  width: 32%;
  margin: 0 2% 20px 0;
  padding: 0 0 10px 0;
  min-height: 50px;
  display: inline-block;
  vertical-align: top;
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0 ,0.1);
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0 ,0.1);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0 ,0.1);
  border: 0px solid transparent;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  -moz-transition-duration: .2s;
  transition-duration: .2s;
}

.articles .folder:hover {
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0 ,0.2), 0 10px 10px -10px rgba(0, 0, 0 ,0.8);
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0 ,0.2), 0 10px 10px -10px rgba(0, 0, 0 ,0.8);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0 ,0.2), 0 10px 10px -10px rgba(0, 0, 0 ,0.8);
}

.articles .folder:nth-of-type(3n) {
  margin-right: 0;
}

.articles .folder a.folder_name {
  display: block;
  text-decoration: none;
}

.articles .folder a.folder_name .folder_name_text {
  display: block;
  text-align: left;
  padding: 10px 5%;
  min-height: 60px;
  width: 90%;
  line-height: 30px;
  font-size: 24px;
  text-align: center;
  vertical-align: middle;
}

.articles .folder a.folder_name .img {
  display: block;
  height: 200px;
  background: 50% 50% no-repeat;
}

.articles .folder ul.item {
  margin: 0 20px 0 0;
}

.articles a.more {
  display: block;
  text-align: right;
  padding: 0 25px 0 0;
  margin: 10px 10px 0 0;
  line-height: 20px;
  color: #272727;
  position: relative;
}

.articles a.more:hover {
  text-decoration: underline;
}

.articles a.more::after {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/local/templates/avp/pics/sprite.png) -60px -450px no-repeat;
}

.articles a.more:hover::after {
  background: url(/local/templates/avp/pics/sprite.png) -80px -450px no-repeat;
}

.articles_pl {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.articles_pl .item {
  width: 25%;
  height: 250px;
  position: absolute;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  -moz-transition-duration: .4s;
  transition-duration: .4s;
}

.articles_pl .item:hover {
  z-index: 20;
}

.articles_pl .item .item_info {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  -moz-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transform: perspective(1920px) rotateX(0deg) rotateY(0deg) rotateX(0deg);
  transform: perspective(1920px) rotateX(0deg) rotateY(0deg) rotateX(0deg);
  position: relative;
}

.articles_pl .item:hover .item_info.rotatable {
  -webkit-transform: perspective(1920px) rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: perspective(1920px) rotateX(0deg) rotateY(180deg) rotateX(0deg);
}

.articles_pl .item .item_info .front_cont {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -moz-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0 ,0.4);
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0 ,0.4);
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0 ,0.4);
  -webkit-transition: background-size 0.2s ease 0s;
  -o-transition: background-size 0.2s ease 0s;
  -moz-transition: background-size 0.2s ease 0s;
  transition: background-size 0.2s ease 0s;
  background: #fff 50% 50% / auto 100% no-repeat;
  z-index: 10;
}

.articles_pl .item:hover .item_info .front_cont {
  background-size: auto 110%;
  z-index: 1;
}

.articles_pl .item .item_info .front_cont .front_name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 60px;
  display: table;
}

.articles_pl .item .item_info .front_cont .front_name .text {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 20px;
  color: #fff;
  font: 300 140% 'Roboto', sans-serif;
  text-align: center;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  -moz-transition-duration: .2s;
  transition-duration: .2s;
  background: rgba(0,0,0,0.6);
}

.articles_pl .item:hover .item_info .front_cont .front_name .text {
  color: #fff;
  background: rgba(0,0,0,0.3);
  text-shadow: 0 0 0 #fff;
}

.articles_pl .item .item_info .back_cont {
  width: 100%;
  height: 100%;
  background: #fff 50% 50% / auto 100% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  -moz-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0 ,0.4);
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0 ,0.4);
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0 ,0.4);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  -moz-transition-duration: .4s;
  transition-duration: .4s;
  z-index: 0;
}

.articles_pl .item .item_info .back_cont li::before {
  display: none;
}

.articles_pl .item .item_info .back_cont a {
  color: #fff;
  background: rgba(0,0,0,0.7);
  padding: 0 10px;
  display: inline-block;
  font-size: 18px;
  margin: 5px 0;
  font-weight: 300;
  font-family: Roboto;
  transition: background .2s ease 0s;
  text-decoration: none;
  border-radius: 0 0 0/20px 0;
}

.articles_pl .item .item_info .back_cont a:hover {
  background: #da251d;
}

.articles_pl .item:hover .item_info .back_cont {
  z-index: 10;
}

.articles_pl .item .item_info .back_cont .back_cont_cont {
  display: block;
  padding: 5% 20px;
  margin: 0;
}

.articles_pl a.more {
  display: block;
  text-align: right;
  padding: 0 25px 0 0;
  margin: 10px 20px 0 0;
  line-height: 20px;
  color: #272727;
  position: relative;
}

.articles_pl a.more:hover {
  text-decoration: underline;
}

.articles_pl a.more::after {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/local/templates/avp/pics/sprite.png) -60px -450px no-repeat;
}

.articles_pl a.more:hover::after {
  background: url(/local/templates/avp/pics/sprite.png) -80px -450px no-repeat;
}

@media screen and (max-width: 767px) {
  .articles_pl .item {
    min-width: 100%;
    max-width: 100%;
    min-height: 120px;
    position: static;
    clear: both;
    margin: 10px 0 0 0;
    display: block;
  }

  .articles_pl .item .item_info .front_cont, .articles_pl .item:hover .item_info .front_cont {
    background-size: cover;
  }

  .articles_pl {
    height: auto;
    min-height: auto;
    display: table;
    width: 100%;
    margin: 0 auto;
  }
}

.tech_user {
  display: block;
  margin-top: 10px;
}

.tech_user .tech_name {
  display: inline-block;
  margin: 0 0 0 0;
  vertical-align: bottom;
  font-weight: bold;
}

.tech_user .tech_date {
  display: inline-block;
  margin: 0 0 0 5px;
  vertical-align: bottom;
  font-size: 90%;
}

.tech_answer {
  margin-left: 0;
  background: #d7effa;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  border: 0;
  padding: 10px 15px;
}

.tech_admin_answer {
  margin-left: 50px;
}

.tech_rate {
  float: right;
}

.tech_rate a, .tech_rate_value {
  display: inline-block;
  background: rgba(55,177,232,1);
  line-height: 20px;
  height: 20px;
  width: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  margin-left: 4px;
}

.tech_rate a:nth-of-type(1) {
  background: rgba(55,177,232,0.5);
}

.tech_rate a:nth-of-type(2) {
  background: rgba(55,177,232,0.6);
}

.tech_rate a:nth-of-type(3) {
  background: rgba(55,177,232,0.7);
}

.tech_rate a:nth-of-type(4) {
  background: rgba(55,177,232,0.8);
}

.tech_rate a:nth-of-type(5) {
  background: rgba(55,177,232,0.9);
}

.tech_rate a:hover {
  background: rgba(55,177,232,1);
  color: #fff;
}

.tab_auth_enter {
  width: 100%;
  display: table;
}

.tab_auth_enter .tab_auth_enter_td {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  padding: 10px 20px 10px 0;
}

.form_style_left {
  margin: 0;
}

.form_style_left .style, .main_middle .form_style_left input.style {
  margin-left: 0;
}

.form_style_left .validation_fail_tooltip {
  margin-left: 0;
}

.form_style_left input, .form_style_left a.captcha {
  display: block;
  width: 224px;
  height: 20px;
  padding: 10px 20px;
  margin: 7px 0 0 0;
  line-height: 20px;
  font-size: 14px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #a6a6a6;
  background: #fff;
}

.form_style_left a.captcha {
  overflow: hidden;
  background: #f3f3f3;
  position: relative;
}

.form_style_left a.captcha::before {
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  right: 5px;
  top: 5px;
  background: url(/local/templates/avp/pics/sprite.png) -180px -1666px no-repeat;
}

.form_style_left a.captcha img {
  margin: -20px 0;
}

.form_style_left input::-webkit-input-placeholder {
  color: #aaa;
}

.form_style_left input:-moz-placeholder {
  color: #aaa;
}

.form_style_left input.error {
  -moz-box-shadow: 0 0 3px 1px #ff7c7c;
  -webkit-box-shadow: 0 0 3px 1px #ff7c7c;
  box-shadow: 0 0 3px 2px #ff7c7c;
  background-color: rgba(255,240,240,0.9);
  color: #f44 !important;
}

.form_style_left input.error::-webkit-input-placeholder {
  color: #f44;
  text-transform: uppercase;
}

.form_style_left input.error:-moz-placeholder {
  color: #f44;
  text-transform: uppercase;
}

.style_date .style, .main_middle .style_date input.style {
  width: 40px;
  margin-right: 10px;
  float: left;
  text-align: center;
}

.style_date .style:last-of-type, .main_middle .style_date input.style:last-of-type {
  margin-right: 0;
}

.lk_cont {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

.lk_menu {
  background: rgba(128, 128, 128, 0.1);
  flex: 0 0 300px;
}

.lk_main {
  flex: 1 1 calc(100% - 320px);
  min-width: 300px;
  padding-left: 15px;
  box-sizing: border-box;
  min-width: 300px;
}

ul.left_menu li.lk_menu_active {
  background: rgba(128, 128, 128, 0.6);
}

a.lk_menu_h1, a.lk_menu_h1:hover {
  display: block;
  background: rgba(128, 128, 128, 0.6);
  color: #fff;
  padding: 10px 0;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

a.lk_menu_exit {
  display: block;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s ease 0s;
  background: rgba(128, 128, 128, 0.3);
}

a.lk_menu_exit:hover {
  background: rgba(128, 128, 128, 0.9);
  color: #fff;
}

.tab_blue {
  text-transform: uppercase;
  font-size: 14px;
  color: #0069ac;
  font-weight: normal;
  display: block;
}

.tab_hint {
  color: #8e8e8e;
  text-transform: none;
}

.tab_cost_result {
  display: inline-block;
  color: #4c4c4c;
  text-transform: none;
  font-size: 14px;
  line-height: 20px;
  vertical-align: top;
  padding: 9px 3px 0 0;
  text-transform: uppercase;
}

.tab_cost_value {
  display: inline-block;
  color: #4c4c4c;
  text-transform: none;
  font-size: 24px;
  vertical-align: top;
  line-height: 30px;
}

.tab_cost_currency {
  display: inline-block;
  color: #4c4c4c;
  text-transform: none;
  font-size: 14px;
  line-height: 20px;
  vertical-align: top;
  padding: 9px 0 0 3px;
}

.lk_status {
  display: inline-block;
  text-align: left;
  padding: 0 0 0 24px;
  position: relative;
  width: 75px;
}

.lk_status::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  background: url(/local/templates/avp/pics/status.png) 0 0 no-repeat;
}

.lk_status.active::before {
  background-position: 0 0;
}

.lk_status.finish::before {
  background-position: 0 -18px;
}

.lk_status.cancel::before {
  background-position: 0 -36px;
}

table.calc_table {
  width: 100%;
  margin: 5px auto;
  border-collapse: collapse;
  border-spacing: 0;
}

table.calc_table > tbody > tr td {
  background: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 20px;
  vertical-align: top;
  text-align: left;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
}

table.calc_table > tbody > tr:hover td {
  background: #ebf7fd;
}

table.calc_table > tbody > tr.tr_head td, table.calc_table > tbody > tr.tr_head:hover td {
  background: #c3e7f8;
  font-size: 14px;
}

table.calc_table > tbody > tr td.td_al_r {
  text-align: right;
}

table.calc_table > tbody > tr td.td_al_c {
  text-align: center;
}

table.calc_table > tbody > tr.tr_result td, table.calc_table > tbody > tr.tr_result:hover td {
  padding: 30px 20px;
  vertical-align: middle;
  background: transparent;
}

table.calc_table > tbody > tr td.w_sm {
  width: 150px;
}

table.calc_table > tbody > tr td.w_mm {
  width: 250px;
}

.account_block {
  width: 100%;
  padding: 0 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

.account_block_elem {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 33.333333%;
  padding: 5px 20px 20px 20px;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 4px #eee;
  min-width: 300px;
  flex: 1 0 300px;
}

.account_block_elem_sm {
  width: 25%;
  min-width: 200px;
  flex: 1 0 200px;
}

@media screen and (max-width: 1249px) {
  .lk_menu {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .tab_auth_enter, .tab_auth_enter .tab_auth_enter_td {
    display: block;
  }

  .lk_cont, .lk_main, .lk_menu {
    display: block;
    padding: 0;
  }
}

.icons_block_cont {
  width: 100%;
  background: url(/local/templates/avp/pics/bg_icons.png) 50% 0 repeat;
  padding: 10px 0;
  max-width: 100%;
  overflow: hidden;
}

.icons_block {
  width: 100%;
  text-align: center;
}

.icons_block .ib_icon_cell {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  text-align: center;
  vertical-align: top;
  padding: 10px 40px 10px 40px;
  position: relative;
}

.icons_block .ib_icon_cell::before {
  content: '';
  width: 72px;
  height: 36px;
  display: block;
  position: absolute;
  top: 72px;
  right: -36px;
}

.icons_block .ib_icon_cell:nth-child(2n+1)::before {
  background: url(/local/templates/avp/pics/sprite.png) 0 -1777px no-repeat;
}

.icons_block .ib_icon_cell:nth-child(2n)::before {
  background: url(/local/templates/avp/pics/sprite.png) -72px -1777px no-repeat;
}

.icons_block .ib_icon_cell:last-child::before {
  display: none;
}

.icons_block .ib_icon_cell .ibic_elem {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  color: #444;
  text-decoration: none;
}

.icons_block .ib_icon_cell a.ibic_elem:hover, .icons_block .ib_icon_cell a.ibic_elem:active {
  text-decoration: none;
}

.icons_block .ib_icon_cell .ibic_elem .ibic_text {
  display: block;
  margin: 0 auto;
  width: 250px;
}

.icons_block .ib_icon_cell .ibic_name {
  color: #444;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}

.icons_block .ib_icon_cell .ibic_num {
  font-size: 115px;
  line-height: 130px;
  color: #00478e;
  font-weight: 700;
}

.icons_block .ib_icon_cell .ibic_descr {
  display: block;
  color: #444;
  text-decoration: none;
  font-size: 14px;
}

.icons_block .ib_icon_cell .ibic_elem .img_cont {
  display: block;
  margin: 0 auto;
  height: 150px;
  width: 250px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.icons_block .ib_icon_cell .ibic_elem:hover .img_cont, .icons_block .ib_icon_cell .ibic_elem:active .img_cont {
  background-position: 0 100%;
}

.icons_block.icons_block_text_right .ib_icon_cell {
  width: 33.33%;
  box-sizing: border-box;
  min-width: 300px;
}

.icons_block.icons_block_text_right .ib_icon_cell::before {
  display: none;
}

.icons_block.icons_block_text_right .ib_icon_cell .ibic_elem .img_cont, .icons_block.icons_block_text_right .ib_icon_cell .ibic_elem .ibic_text {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

@media screen and (max-width: 1249px) {
  .icons_block.icons_block_text_right .ib_icon_cell .ibic_elem .img_cont, .icons_block.icons_block_text_right .ib_icon_cell .ibic_elem .ibic_text {
    display: block;
    text-align: center;
  }
}

.block_send_order {
  background: url(/local/templates/avp/pics/bg_block_send_order.jpg) 50% 50% / auto 100% no-repeat;
  padding: 20px 0;
  color: #dddd00;
}

.block_send_order .mid {
  min-height: 334px;
}

.block_send_order .block_send_order_main_text {
  position: absolute;
  bottom: 190px;
  right: 55%;
  width: 40%;
  color: #dddd00;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 700;
}

.block_send_order .block_send_order_main_text div {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

.block_send_order .block_send_order_addon_text {
  position: absolute;
  top: 190px;
  right: 55%;
  width: 40%;
  color: #dddd00;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
}

.block_send_order .block_send_order_addon_text div {
  font-size: 18px;
}

.block_send_order .block_send_order_phone_text {
  position: absolute;
  bottom: 190px;
  left: 65%;
  width: 30%;
  color: #dddd00;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 400;
}

.block_send_order .block_send_order_phone_text span {
  display: inline-block;
  vertical-align: bottom;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 700;
}

.block_send_order .block_send_order_phone_text div {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
}

.block_send_order .block_send_order_button {
  position: absolute;
  top: 190px;
  left: 65%;
  width: 25%;
}

.block_send_order .block_send_order_button .button, .block_send_order .block_send_order_button a.button {
  min-width: 90%;
  font-size: 22px;
}

@media screen and (max-width: 1000px) {
  .block_send_order .block_send_order_main_text, .block_send_order .block_send_order_addon_text, .block_send_order .block_send_order_phone_text, .block_send_order .block_send_order_button {
    position: relative;
    max-width: 100%;
    width: 300px;
    height: auto;
    margin: 10px auto 0 auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media print {
  .block_send_order {
    display: none !important;
  }
}

.tv {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
  z-index: 3;
  background: 50% 50% / cover no-repeat
}

.tv .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
}

.tv .screen_cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  margin: auto;
  background: url(/local/templates/avp/pics/bg_video_green.png) 50% 50% / cover no-repeat;
  transition-duration: 0.2s;
  opacity: 0;
  background-color: rgb(0, 71, 142);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%,color-stop(0, rgb(0, 71, 142)),color-stop(1, #fff));
  background-image: -webkit-linear-gradient(top,rgb(0, 71, 142) 0%,#fff 100%);
  background-image: linear-gradient(to bottom,rgb(0, 71, 142) 0%,#fff 100%);
  background-image: -ms-linear-gradient(top,rgb(0, 71, 142) 0%,#fff 100%);
}

@media print {
  .tv {
    display: none !important;
  }
}

.slider_cont {
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.slider_logo_cont {
  width: 100%;
  border-top: 1px solid #ddd;
  padding: 10px 0;
  position: relative;
  z-index: 1;
}

.slider {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.slider li {
  margin: 0;
  padding: 0;
  border: 0;
}

.slider .sl_cont {
  visibility: visible;
  overflow: hidden;
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0px auto;
}

.slider li::before {
  display: none;
}

.slider .arrows_cont {
  width: 100%;
  position: absolute;
  top: 45%;
  z-index: 50;
  height: 0;
}

.slider .mid_slider {
  width: 1230px;
  max-width: 95%;
  margin: 0 auto;
  position: relative;
  height: 0;
}

.slider .swiper-container a {
  text-decoration: none;
  display: block;
}

.slider .swiper-container a span.mid {
  display: block;
  position: relative;
}

.slider .sl_arrow_l {
  cursor: pointer;
  background: url(/local/templates/avp/pics/sprite.png) 0px -490px no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
}

.slider .sl_arrow_l:hover {
  background: url(/local/templates/avp/pics/sprite.png) 0px -540px no-repeat;
}

.slider .sl_arrow_r {
  cursor: pointer;
  background: url(/local/templates/avp/pics/sprite.png) -50px -490px no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
}

.slider .sl_arrow_r:hover {
  background: url(/local/templates/avp/pics/sprite.png) -50px -540px no-repeat;
}

.slider .slider_pages_cont {
  width: 100%;
  position: absolute;
  bottom: 50px;
  z-index: 100;
  height: 0;
}

.slider .slider_pages {
  position: absolute;
  left: 50px;
  top: 0;
  height: 30px;
  min-width: 100px;
}

.slider .slider_pages span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(/local/templates/avp/pics/sprite.png) -240px -320px no-repeat;
  cursor: pointer;
  opacity: 1;
}

.slider .slider_pages span:hover, .slider .slider_pages span.swiper-pagination-bullet-active, .slider .slider_pages span.swiper-pagination-bullet-active:hover {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(/local/templates/avp/pics/sprite.png) -270px -320px no-repeat;
  opacity: 1;
}

.slider_logo {
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.slider_logo .sl_cont {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.slider_logo .sl_arrow_l {
  position: absolute;
  top: 40px;
  left: -50px;
  width: 50px;
  height: 50px;
  background: url(/local/templates/avp/pics/sprite.png) -100px -490px no-repeat;
  cursor: pointer;
}

.slider_logo .sl_arrow_l:hover {
  background: url(/local/templates/avp/pics/sprite.png) -100px -540px no-repeat;
}

.slider_logo .sl_arrow_r {
  position: absolute;
  top: 40px;
  right: -50px;
  width: 50px;
  height: 50px;
  background: url(/local/templates/avp/pics/sprite.png) -150px -490px no-repeat;
  cursor: pointer;
}

.slider_logo .sl_arrow_r:hover {
  background: url(/local/templates/avp/pics/sprite.png) -150px -540px no-repeat;
}

.slider_logo .sl_cont > ul > li {
  padding: 6px;
}

.slider_logo.sl_dis > .sl_cont > ul {
  width: 100%;
  display: table;
}

.slider_logo.sl_dis > .sl_cont > ul > li {
  display: table-cell;
  vertical-align: middle;
}

.slider .sl_dis > .sl_cont > ul {
  display: table;
  width: 100%;
}

.slider .sl_cont > ul > li {
  width: 100%;
}

.sl_cont > ul > li > a, .sl_cont > ul > li > span {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 120px;
  width: 160px;
  display: block;
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider .sl_cont > ul > li > span > a > span > img, .slider .sl_cont > ul > li > span > span > img {
  vertical-align: middle;
}

.sl_dis .sl_arrow_r, .sl_dis .sl_arrow_l {
  display: none;
}

.colorup {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  transition-duration: 0.4s;
}

.colorup:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

.sliderleft_slider {
}

.sliderleft_slider ul {
  padding: 0;
  margin: 0;
}

.sliderleft_slider li::before {
  display: none !important;
}

.sliderleft_slider .sl_cont > ul > li {
  padding: 0 5px;
}

.addon_slides {
  position: absolute;
  bottom: 0;
  right: 50px;
  z-index: 10;
  background: rgba(0,0,0,0.5);
}

.addon_slides .item {
  position: relative;
  display: block;
  width: 200px;
  height: 92px;
  margin: 6px 6px 0 6px;
  cursor: pointer;
}

.addon_slides .item .image {
  width: 100%;
  height: 100%;
  background: 50% 50% / cover no-repeat;
  transition-duration: 0.2s;
  box-shadow: inset 0 0 0 0 #fff;
  padding: 10px 10px;
  box-sizing: border-box;
  overflow: hidden;
}

.addon_slides .item.active .image, .addon_slides .item:hover .image {
  box-shadow: inset 0 0 0 3px #fff;
}

.addon_slides .title {
  color: #fff;
}

.slider_info_mid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.slider_info {
  display: block;
  position: absolute;
  top: 150px;
  left: 70px;
  bottom: 50px;
  right: 350px;
  text-align: left;
  overflow: hidden;
}

.slider_info .h1 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.1em;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  display: inline;
}

.slider_info .h1 b, .slider_info .h1 strong {
  color: #fff;
  padding: 0 10px;
  font-weight: 400;
}

.slider_info .h1::before {
  display: none;
}

.slider_info .brief {
  display: block;
  color: #fff;
}

@media screen and (max-width: 1249px) {
  .addon_slides {
    display: none;
  }
}

.swiper-slide {
  cursor: pointer;
}

.swiper-slide .sliderVideoIcon {
  position: absolute;
  top: 50%;
  left: 50%;
}

.swiper-slide .sliderVideoIcon::before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -25px;
  left: -25px;
  background: url(/local/templates/avp/pics/sprite.png) -200px -1483px no-repeat;
}

.swiper-slide:hover .sliderVideoIcon::before {
  background: url(/local/templates/avp/pics/sprite.png) -250px -1483px no-repeat;
}

@media screen and (max-width:1249px) {
  .slider_logo {
  }

  .slider_logo .sl_arrow_l {
    left: 0;
    z-index: 10;
  }

  .slider_logo .sl_arrow_r {
    right: 0;
    z-index: 10;
  }

  .slider_cont, .slider, .swiper-container, .slider .swiper-container a, .swiper-slide {
    min-height: 250px;
  }
}

@media screen and (max-width:767px) {
  .slider .swiper-container a {
    background-size: cover;
  }
}

@media print {
  .slider, .slider_cont, .slider_logo_cont {
    display: none !important;
  }
}

@media screen and (max-width:767px) {
  .slider_info {
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
}

.almaFullSliderCont .sliderTitle .sliderTitleValue {
  font: 300 20px 'Roboto', sans-serif;
}

.imageHints {
  width: 100%;
  position: relative;
}

.imageHints_bg, .imageHints_bg_2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: 50% 50% no-repeat;
}

.imageHints .mid {
  display: block;
  position: relative;
  max-width: 100%;
}

.imageHints .elem {
  display: block;
  position: absolute;
  text-decoration: none;
  width: 300px;
  max-width: 300px;
  transition: width 0.2s ease 0s;
  border-radius: 2px 2px 2px 2px;
  background: rgba(255,255,255,0.8);
  box-shadow: 0 0 0 1px rgba(128,128,128,0.8);
  overflow: hidden;
}

.imageHints .elem:hover {
  z-index: 2;
}

.imageHints .elem .elem_header {
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 2px 2px 0 0;
  transition-duration: 0.2s;
  background: #ffffff00;
}

.imageHints .elem:hover .elem_header {
  background: #063271;
}

.imageHints .elem .img {
  flex: 0 0 80px;
  height: 80px;
  background: 0 0 no-repeat;
  border-radius: 2px 2px 2px 2px;
  position: relative;
}

.imageHints .elem:hover .img {
  background: 0 100% no-repeat;
}

.imageHints .elem .elem_header_text {
  flex: 1 0 220px;
  padding: 5px 10px;
  box-sizing: border-box;
  font: 400 16px/17px 'Roboto', sans-serif;
  transition-duration: 0.2s;
  color: #444
}

.imageHints .elem:hover .elem_header_text {
  color: #fff;
}

.imageHints .elem .elem_description {
  display: block;
  width: 300px;
  padding: 5px 10px 5px 10px;
  box-sizing: border-box;
  font: 400 14px/16px 'Roboto', sans-serif;
  color: #444;
}

.imageHints.widthBig .elem.woImg .img {
  display: none;
}

.imageHints.widthBig .elem.spriteImg .img {
  flex: 0 0 36px;
  height: 36px
}

.imageHints.widthBig .elem.spriteImg .img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  background: url(/local/templates/avp/pics/sprite.png) -256px -1563px no-repeat;
  opacity: 0.5;
}

.imageHints.widthBig .elem.imgRight .elem_header {
  flex-direction: row-reverse;
}

.imageHints.widthBig .elem.hidedHeader {
  width: 80px;
}

.imageHints.widthBig .elem.hidedHeader.spriteImg {
  width: 36px;
}

.imageHints.widthBig .elem.hidedHeader .text {
  display: none;
}

.imageHints.widthBig .elem.hidedDescription .elem_description {
  display: none;
}

.imageHints.widthSmall {
  background: 50% 50% / cover no-repeat;
}

.imageHints.widthSmall .imageHints_bg {
  position: relative;
  background-size: auto 100%;
}

.imageHints.widthSmall .imageHints_bg_2 {
  display: none;
}

.imageHints.widthSmall .mid {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}

.imageHints.widthSmall .elem {
  position: static;
  text-align: left;
  display: inline-block;
  margin: 4px 4px 4px 4px;
  vertical-align: top;
}

.tv {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
  z-index: 3;
  background: 50% 50% / cover no-repeat
}

.tv .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
}

.tv .screen_cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  margin: auto;
  transition-duration: 0.2s;
  opacity: 0;
  background-color: rgb(0, 71, 142);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%,color-stop(0, rgb(0, 71, 142)),color-stop(1, #fff));
  background-image: -webkit-linear-gradient(top,rgb(0, 71, 142) 0%,#fff 100%);
  background-image: linear-gradient(to bottom,rgb(0, 71, 142) 0%,#fff 100%);
  background-image: -ms-linear-gradient(top,rgb(0, 71, 142) 0%,#fff 100%);
}

@media print {
  .tv {
    display: none !important;
  }
}

.bg_block {
  background: url(/local/templates/avp/pics/bg.png) 100% 0 no-repeat;
}

.bg_block_2 {
  background: url(/local/templates/avp/pics/bg_block_2.png) 100% 0 no-repeat;
}

.bg_block_3 {
  background: #144b89 url(/local/templates/avp/pics/bg_block_3.jpg) 50% 0 no-repeat;
  color: #fff;
}

.bg_block_4 {
  background: #fff url(/local/templates/avp/pics/bg_block_4.png) 100% 50% no-repeat;
  min-height: 500px;
  font-size: 16px;
}

.bg_block_4 li {
  margin-top: 20px !important;
}

.bg_block_3 * {
  color: #fff !important;
}

.bg_block_3 .h2 {
  padding: 37px 0;
}

.bg_block_4 .h2 {
  padding: 40px 0;
}

@media screen and (max-width:599px) {
  .bg_block_3 {
    background: #144b89 url(/local/templates/avp/pics/bg_block_3.jpg) 50% 0 / auto 100% no-repeat;
  }
}

.icons_block_two {
  width: 100%;
  overflow: hidden;
}

.icons_block_two .midder {
  width: 1600px;
  margin: 0 auto;
  max-width: 100%;
}

.icons_block_two .elem {
  display: inline-block;
  width: 320px;
  position: relative;
  max-width: 100%;
  vertical-align: top;
}

.icons_block_two .elem .bg {
  width: 408px;
  height: 389px;
  display: block;
  position: absolute;
  left: -54px;
  top: 0;
}

.icons_block_two .elem .img {
  width: 137px;
  height: 137px;
  background: 0 0 no-repeat;
  margin: 90px auto 40px auto;
  z-index: 1;
  position: relative;
  left: 15px;
}

.icons_block_two .elem:hover .img {
  background: 0 100% no-repeat;
}

.icons_block_two .elem .text {
  text-align: center;
  color: #fff;
  width: 250px;
  margin: 0 auto;
  min-height: 123px;
  z-index: 1;
  position: relative;
  font-size: 18px;
  left: -20px;
}

.pre_footer {
  display: block;
  margin: 0 auto;
  width: 1920px;
  height: 284px;
  max-width: 100%;
  background: url(/local/templates/avp/pics/pre_footer.png) 50% 0 no-repeat;
}

.footer_inforer {
  width: 100%;
  position: relative;
  min-height: 136px;
  padding: 20px 0 0 0;
}

.footer_inforer a.h {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  color: #00478e;
  text-decoration: none;
}

.wesoc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
}

.f_contacts {
  position: absolute;
  top: 0;
  left: 493px;
  width: 300px;
}

.f_map {
  position: relative;
  bottom: 0;
  left: 730px;
  width: 250px;
}

.f_news {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
}

@media screen and (max-width: 1249px) {
  .wesoc {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.articles_pl .item .item_info .front_cont {
  overflow: hidden;
}

.articles_pl .item .item_info .front_cont::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/local/templates/avp/pics/plitka_bg.png) 50% 50% / 100% 100% no-repeat;
  transition: 0.2s;
  opacity: 0;
  transform: scale(1.2);
}

.articles_pl .item:hover .item_info .front_cont::before {
  opacity: 1;
  transform: blur(0.1px);
  -webkit-filter: blur(0.1px);
  filter: blur(2px);
}

.adv_slider {
  height: 848px;
  width: 100%;
  background: url(/local/templates/avp/pics/bg_elem.jpg) 0 0 no-repeat;
  position: relative;
}

.adv_slider > .h1 {
  color: #fff;
  padding: 40px 0 0 0;
  letter-spacing: 6px;
}

.adv_slider .slider_cont {
  position: absolute;
  max-width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 324px;
}

.adv_slider .slider_info {
  left: 0;
  right: 0;
  top: 50px;
  bottom: 0;
}

.adv_slider .slider_info .h1 {
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  color: #00478e;
  text-align: left;
  text-transform: none;
  display: block;
  padding-left: 130px;
  position: relative;
}

.adv_slider .slider_info .h1 b, .adv_slider .slider_info .h1 strong {
  background: transparent;
  color: #00478e;
  padding: 0 0;
  font-weight: 600;
}

.adv_slider .slider_info .h1 .counter {
  display: block;
  position: absolute;
  left: 40px;
  top: -5px;
  text-align: center;
  width: 80px;
  height: 120px;
  color: #00478e;
  background: -webkit-linear-gradient(top, #00478e 0%, #547da1 70%, #00478e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none !important;
  font: 600 100px / 120px 'Roboto', sans-serif;
  padding: 0 0 10px 0;
  margin: 0;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: flex;
  align-items: center;
}

.slider .swiper-slide {
  display: block;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  padding: 0 60px 0 60px;
  top: 10px;
  color: #fff;
  font-weight: 400;
}

.swiper-pagination-fraction .pageNums {
  padding: 10px 20px;
  background: rgba(0,0,0,0.7);
  box-radius: 20px;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 1px;
  top: 1%;
  z-index: 50;
  width: 4px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.almaFullSliderCont {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.9);
  ;
}

.almaFullSlider.slider_cont.slider {
  width: 100%;
  height: 100%;
}

.almaFullSliderThumbs {
  z-index: 1;
  overflow: hidden;
  width: 350px;
  height: 75px;
  position: absolute;
  bottom: 20px;
  left: 20%;
  left: calc(50% - 175px);
  opacity: 0.7;
}

.almaFullSliderCont .sliderTitle {
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  padding: 0 60px;
}

.almaFullSliderCont .sliderTitle .sliderTitleValue {
  display: inline-block;
  padding: 10px 20px;
  background: rgba(32,32,32,0.7);
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(128,128,128,0.5);
}

@media screen and (max-width:1249px) {
  .almaFullSliderCont .sliderTitle {
    bottom: 10px;
  }

  .almaFullSliderThumbs {
    top: -9999px;
  }
}

.almaScrollBar {
  width: 100%;
  height: 100%;
}

.almaScrollBar .swiper-slide {
  height: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.EN .logo,.EN a.logo,.EN a.logo:hover,.EN a.logo:active,.DE .logo,.DE a.logo,.DE a.logo:hover,.DE a.logo:active {
  background-image: url(/local/templates/avp/pics/logo_en.png);
}

.EN .pre_footer,.DE .pre_footer {
  background-image: url(/local/templates/avp/pics/pre_footer_en.png);
}

.EN footer,.DE footer {
  height: auto;
  min-height: 333px
}

.EN .main_bg, .DE .main_bg {
  padding-bottom: 333px;
}

@media screen and (max-width: 1249px) {
  .f_news, .wesoc, .f_contacts, .f_map {
    position: relative;
    display: inline-block;
    vertical-align: top;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 990px) {
  .menu > ul > li.multi > ul li > ul, .menu > ul > li > ul, .menu > ul > li:hover > ul, .menu > ul > li > ul > li:hover > ul, .menu > ul > li.multi > ul li:hover > ul {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent
  }

  .menu > ul > li.multi > ul li:hover > ul, .menu > ul > li.multi > ul li > ul {
    display: none!important;
  }

  .menu > ul > li > ul > li > a,.menu > ul > li.multi > ul li > ul > li > a {
    color: #444
  }

  .menu > ul > li > ul > li .menu_active {
    padding-left: 20px;
  }

  .menu > ul > li > ul > li > a {
    width: auto
  }
}



.bg_block_5{
    background: url(/local/templates/avp/pics/bg_block_5_left_corner.png) 0% 0% no-repeat, url(/local/templates/avp/pics/bg_block_5_right_corner2.png) 100% 100% no-repeat, url(/local/templates/avp/pics/bg_block_7_1.jpg) 3px 3px no-repeat;
    /*background-position: 3px 3px,top left; Положение фона */
    /*background-repeat: no-repeat, no-repeat;*/
    color:#fff;
    padding: 25px;

    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 15px;
    line-height: normal;
    font-family: Roboto, sans-serif;
    text-align: left;
}

.bg_block_5 *{
    color:#fff !important;
}
.bg_block_5 .h2{
    padding:37px 0;
}




.bg_block_6{
    background: url(/local/templates/avp/pics/bg_block_5_left_corner.png) 0% 0% no-repeat, url(/local/templates/avp/pics/bg_block_5_right_corner2.png) 100% 100% no-repeat, url(/local/templates/avp/pics/bg_block_7.jpg) 3px 3px no-repeat;
    /*background-position: 3px 3px,top left; Положение фона */
    /*background-repeat: no-repeat, no-repeat;*/
    color:#fff;
    padding: 25px;

    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 15px;
    line-height: normal;
    font-family: Roboto, sans-serif;
    text-align: left;
}

.bg_block_6 *{
    color:#fff !important;
}
.bg_block_6 .h2{
    padding:37px 0;
}



.bg_block_7{
    background: url(/local/templates/avp/pics/bg_block_5_left_corner.png) 0% 0% no-repeat, url(/local/templates/avp/pics/bg_block_5_right_corner2.png) 100% 100% no-repeat, url(/local/templates/avp/pics/bg_block_7_1.jpg) 3px 3px no-repeat;
    /*background-position: 3px 3px,top left; Положение фона */
    /*background-repeat: no-repeat, no-repeat;*/
    
    color:#fff;
    padding: 25px;

    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 15px;
    line-height: normal;
    font-family: Roboto, sans-serif;
    text-align: left;
}

.bg_block_7 *{
    color:#fff !important;
}
.bg_block_7 .h2{
    padding:37px 0;
}


/* ==========================================================================
	   SEARCH-RFI */
/* ========================================================================== */


.col {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .col {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  .col {
    padding-left: 20px;
    padding-right: 20px;
  }
}



.col-mb-7 {
  width: 58.33333333%;

.col-2 {
  width: 16.66666667%;

  .col-dt-2 {
    width: 16.66666667%;

  .col-ld-4 {
    width: 33.33333333%;

.top-header-right-side {
  float: right;
}
@media (max-width: 767px) {
  .top-header-right-side {
    margin-right: 50px;
  }
}


.special-aaVersion-on .aa-hide {
  display: none;
}

.fright,
.flr,
.fl-r {
  float: right;
}


.container-top-header .top-header-link,
.container-top-header li a {
  display: inline-block;
  padding: 15px 5px;
  color: #ffffff;
  text-decoration: none;
  float: left;
}
@media (min-width: 768px) {
  .container-top-header .top-header-link,
  .container-top-header li a {
    padding: 15px;
  }
}
.container-top-header .top-header-link:hover,
.container-top-header li a:hover {
  text-decoration: none;
  background: #0d3e26;
}
.container-top-header .top-header-link {
  height: 50px;
  min-width: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .container-top-header .top-header-link:first-child {
    padding-left: 10px;
    margin-left: 5px;
  }
}



.table.ta-center td,
.table.ta-center th {
  text-align: center;
}

  table.table-responsive tbody.ta-center,
  table.table-responsive td.ta-center,
  table.table-responsive th.ta-center,
  table.table-responsive tr.ta-center,
  table.table-responsive tbody.ta-right,
  table.table-responsive td.ta-right,
  table.table-responsive th.ta-right,
  table.table-responsive tr.ta-right {
    text-align: left;
  }


.icon {
  display: inline-block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  vertical-align: text-top;
  background: url('/local/templates/avp/images/all-icons.png') 0 0 no-repeat;
}
@media screen and (min-resolution: 192dpi) {
  .icon {
    background-image: url('/local/templates/avp/images/<a href="mailto:all-icons@2x.png">all-icons@2x.png</a>');
    background-size: 200px 300px;
  }
}


.icon-special-version {
  background-position: -40px -80px;
  width: 25px;
}


/* ==========================================================================
	   SEARCH */
/* ========================================================================== */
.search-button {
  float: right;
  font: normal 16px/30px "Open Sans", OpenSans, Arial, sans-serif;
  color: #ffffff;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (min-width: 992px) {
  .search-button {
    padding: 10px 15px;
  }
}
@media (min-width: 1280px) {
  .search-button {
    padding: 10px 20px;
  }
}
.search-button:hover {
  background: #0d3e26;
  color: #ffffff;
}
.search-button:hover .icon-search {
  background-position: -20px -40px;
}
.container-search {
  overflow: hidden;
  background: #409990;
  color: #ffffff;
  position: absolute;
  width: 0;
  top: 0;
  height: 50px;
  left: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.container-search.opened {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50px;
  z-index: 10;
}
.container-search .content {
  margin: 0 auto !important;
}
.search-form-block {
  height: 50px;
  overflow: hidden;
}
.search-form-block .icon-search-white {
  opacity: .5;
  float: left;
  margin: 15px 20px 15px 0;
}
.search-input {
  background: #409990;
  color: #ffffff;
  font-size: 20px;
  height: 30px;
  margin: 10px 0;
  border: 0;
  padding: 0;
  outline: none;
  display: block;
  width: 100%;
}
.search-input::-ms-clear {
  display: none;
}
.search-close-button {
  float: right;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.search-close-button .icon {
  margin: 15px;
}
.search-close-button:hover .icon {
  opacity: 1;
}
@media (max-width: 767px) {
  .search-close-button {
    margin-right: 40px;
  }
}
.search-suggestions {
  display: none;
  padding: 40px 20px;
  font-size: 20px;
}
.search-suggestions mark {
  background: #16683f;
  color: #ffffff;
}
.search-suggestions .search-result-item {
  padding: 10px;
  display: block;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.search-suggestions .search-result-item:hover {
  background: #31756e;
}
.search-suggestions .search-count {
  opacity: .5;
  padding-left: 10px;
}
.search-suggestions .btn {
  margin-left: 10px;
}
/* ==========================================================================
	   SEARCH */
/* ========================================================================== */


.icon-search {
  background-position: 0 -40px;
}


@media (max-width: 767px) {
  .col-mb-hide,
  .mb-hide,
  .tablet-block,
  .dt-block,
  .ld-block {
    display: none;
  }
  .mb-block {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-hide,
  .tablet-hide,
  .mb-block,
  .dt-block,
  .ld-block {
    display: none;
  }
  .tablet-block {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .col-dt-hide,
  .dt-hide,
  .mb-block,
  .tablet-block,
  .ld-block {
    display: none;
  }
  .dt-block {
    display: block;
  }
}
@media (min-width: 1280px) {
  .col-ld-hide,
  .ld-hide,
  .mb-block,
  .tablet-block,
  .dt-block {
    display: none;
  }
  .ld-block {
    display: block;
  }
}
/* ==========================================================================
	   SEARCH-RFI */
/* ========================================================================== */

/* End */
/* /local/templates/avp/styles.css?176877281490 */
/* /local/templates/avp/template_styles.css?1768772814220471 */
