/*
  (c) Mediaweb Studio
*/

/* common */
html { -webkit-text-size-adjust: auto; -ms-text-size-adjust: auto; }
html, body, img, form, fieldset {
	margin: 0; 
	padding: 0; 
	border: none;
}
html, body {
	height:100%;
}
body {
	background: #fff;
	font: 16px/20px 'Open Sans', sans-serif; 
  font-weight: 300;
}
legend{
	display:none;
}
a{
	color: #358EC3;
}
a:hover{
	text-decoration:none;
}
p{
	margin:0;
}

/***********  Кнопки и виджет холдер  ************/

.button,
.main-cont .conteiner1 .button {
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  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;
  height: 2.5rem;
  border: 1px solid #223850;
  background-color: #223850;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.button:not(.button__disabled):not(.button__second):not(:active):hover,
.main-cont .conteiner1 .button:not(.button__disabled):not(.button__second):not(:active):hover{
  background-color: #019de7;
  border-color: #019de7;
  color: #fff !important;
  cursor: pointer;
}
.button:not(.button__disabled):not(.button__second):active, 
.main-cont .conteiner1 .button:not(.button__disabled):not(.button__second):active,
input.action:active {
    background-color: #66778a !important;
}
.button__second,
.main-cont .conteiner1 .button__second {
  width: 200px;
  background: transparent;
  color: #223850;
  border-color: #223850;
  font-weight: 400;
}
.button__second:active, 
.main-cont .conteiner1 .button__second:active {
    border-color: #66778a !important;
    color: #66778a !important;
    background-color: transparent !important;
}
.button__second:not(.button__disabled):not(:active):hover,
.main-cont .conteiner1 .button__second:not(.button__disabled):not(:active):hover {
  background: transparent;
  color: #019de7;
  border-color: #019de7;
}
.button__disabled,
.main-cont .conteiner1 .button__disabled {
  border-color: #efefef;
  background: #efefef;
  color: #373737;
  font-weight: 600;
}
.button__cart,
.main-cont .conteiner1 .button__cart {
  width: 350px;
}
.button__cartPopup,
.main-cont .conteiner1 .button__cartPopup {
  width: 220px;
}
.button__filters,
.main-cont .conteiner1 .button__filters {
  width: 116px !important;
}
.button__fullWidth,
.main-cont .conteiner1 .button__fullWidth {
  width: 100%;
}
.button__showMore,
.main-cont .conteiner1 .button__showMore {
  float: left;
}
.button__marginBottom,
.main-cont .conteiner1 .button__marginBottom {
  margin-bottom: 1rem !important;
}
.button__marginRight,
.main-cont .conteiner1 .button__marginRight {
  margin-right: 20px !important;
}
.button__backCheckout,
.main-cont .conteiner1 .button__backCheckout {
  margin-right: 20px;
  width: 80px;
}
.widgetHolder,
.main-cont .conteiner1 .widgetHolder {
  margin-bottom: 24px;
}
.htmlShare,
.main-cont .conteiner1 .htmlShare {
  text-align: right;
  margin-top: 2.5rem;
  clear: both;
}
.htmlShare__fullWidth,
.main-cont .conteiner1 .htmlShare__fullWidth {
  padding: 0 -webkit-calc((100% - 1180px)/2);
  padding: 0 calc((100% - 1180px)/2);
}
.search_item:not(:last-child),
.main-cont .conteiner1 .search_item:not(:last-child) {
  margin-bottom: 1rem;
}
.search_itemParent,
.main-cont .conteiner1 .search_itemParent {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #a6a6a6;
}
.currency,
.conteiner1 .currency {
  font-size: 0.85em;
}
.linkImage,
.conteiner1 .linkImage {
  display: block;
  position: relative;
  overflow: hidden;
}
.linkImage img,
.conteiner1 .linkImage img {
  display: block;
}
.linkImage:before,
.conteiner1 .linkImage:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: rgba(0,0,0,0.6);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
.linkImage:hover:before,
.conteiner1 .linkImage:hover:before {
  opacity: 1;
}
.linkImage9,
.conteiner1 .linkImage9 {
  display: block;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.linkImage9:hover,
.conteiner1 .linkImage9:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
/* Удаление браузерных стрелок в input[type="number"] */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/**************  Скелет  **************/
.main-cont {
	min-height:100%;
}
.conteiner1 {
  width: 1280px;
  margin: auto;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.conteiner1.conteiner_inner {
  flex-direction: row;
}
.conteiner1 .main-table {
	width:100%;
}
.left-col {
	padding: 25px 0 0 15px;
	width: 280px;
}
.center-col {
	padding: 25px 30px;
    width: 1000px;
}
.right-col {
	padding: 25px 15px 0 0;
	width: 200px;
}
.left-col, 
.center-col, 
.right-col {
	vertical-align: top;
}


/*************  Шапка  **************/
.header {
    width: 1280px;
    margin: auto;
}
.inner .header {
    background: url(/site/img/inner_pattern.png);
}
.HomePage .header {
  background-image: url('../img/homepage_header.png');
}
.HomePage .header_content {
    background-image: url('../img/header.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 430px;
}
.header_content {
    background-image: url('../img/header_inner.png');
    position: relative;
    display: flex;
    width: 100%;
    height: 280px;
    width: 1280px;
    margin: auto;
    overflow: hidden;
}
#logo {
    display: block;
    width: 410px;
    position: absolute;
    left: 151px;
    top: 80px;
}
#logo h1 {
  opacity: 0;
  position: absolute;
}
.HomePage #logo {
    top: 89px;
}
.header_phone {
    position: absolute;
    display: flex;
    align-items: center;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.71);
    color: #223850;
    font-family: Arial, 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 17px;
    top: 212px;
    left: 234px;
    text-decoration: none;
}
.HomePage .header_phone {
    top: 221px;    
}
.header_phone span {
    font-size: 33px;
    margin-left: 6px;
}
.header_phone:before {
    content: '';
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAAXNSR0IB2cksfwAAANhQTFRFAAAAIzlQIjhQIThQIjdQIjhQJDdRIDhQIjdQIEBQIjhQIjhQIDpQeIWUztPZNEheIThQc4GR/f3+////mKKtIjhQbXyM8vP1PlFm4uXosLjBJDpR2t3h6evuKj9WIjlQIzhQqLG6aHeIIjhQYHCB19vfJTtT0dbbWmt9/v7+8/T1UWJ1mqSvUGF0Jz1UwsjP7/HzbXuLPE9l0NXaw8nQTV9yM0hevsTM29/j9vf4l6GtMkddxMrQKD1Voqu2rLS9Z3aHqbK7K0BXvMPK5+ns7/Dyoau1IzlRRFBbLwAAAEh0Uk5TAFCfv8//TyDvEIB/MP///6D/////8P///////////5DA///Q/////////////////////////////////////////////////J97MQAAATdJREFUeJyNk+l2gyAQhdFIK9akxClNd21puu/7vi/v/0YdFQgCOaf318j9nBkGIGSiKO4llCa9eIYENBun1CiNmetnlt0gcx2bJdRTYiXJU9/HJLn5P+gjwabnV1VUf9N8SrNmf7pAfzAfLMLVx7CABS8FR0C04WIBMFryUuB8VbgMqJVVl4hMhbUaWN9wgZJUKtpEf7TlNVERqaJtBMaej6PQ0c4uQNH3CQPQvX2Ag0MfkCY8qrs8xsDeijRNUnpyisTZOb24vLq2muQT+mZQb/X2DuD+4VGtlWZQDfEEWnpDkRl1o+cXDby2C8I6rFZv48Z/V43Wh8VEh/gYfn59//yqBOw/F4ZYo3Ak9aUVYV+Yi58HCWGuPeYIVJHd15c5SUTmPk7GLURw7/HWiniFpWRVRtbiH57BIB5gejwrAAAAAElFTkSuQmCC');
    display: block;
    width: 32px;
    height: 32px;  
    margin-right: 8px;
    background-repeat: no-repeat;  
}
.header_billboard {
    position: absolute;
    top: 133px;
    right: 128px;
    width: 372px;
    height: 300px;
    background-image: url('../img/billboard.png');
    background-repeat: no-repeat;
}
.header_billboardButton {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
    color: #ffffff;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.32px;
    text-decoration: none;
    top: 124px;
    left: 68px;
    width: 236px;
    height: 42px;
    border: 2px solid #c40505;
    border-top-color: #f90101;
    border-radius: 8px;
    background: linear-gradient(to top, #b10303 25%, #ff0000 100%);
    box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.85);
    transition: all 0.2s ease;
}
.header_billboardButton:hover {
  box-shadow: 0px 6px 4px 3px rgba(0, 0, 0, 0.65)
}

.header_billboardButton__inner {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
    color: #ffffff;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.32px;
    text-decoration: none;
    top: 164px;
    right: 94px;
    width: 236px;
    height: 42px;
    border: 2px solid #c40505;
    border-top-color: #f90101;
    border-radius: 8px;
    background: linear-gradient(to top, #b10303 25%, #ff0000 100%);
    box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.55);
    transition: all 0.2s ease;
}
.header_billboardButton__inner:hover {
  box-shadow: 0px 6px 4px 3px rgba(0, 0, 0, 0.55)
}
.HomePage .header_slogan {
    position: absolute;
    top: 174px;
    right: 182px;
}
.header_slogan {
    position: absolute;
    top: 84px;
    right: 88px;
    width: 260px;
    text-align: center;
    display: block;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.71);
    color: #223850;
    font-family: "PT Sans";
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0.7px;
    z-index: 10;
}
.toplinks {
    font-size: 12px;
    width: 1024px;
    margin: auto;
    margin-top: 16px;
}
.toplinks_cart {
    float: right;
}
.toplinks_phone:before{
    content: '';
    display: block;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAMAAADHVLbdAAAAAXNSR0IB2cksfwAAAOdQTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////WquIsgAAAE10Uk5TAJDYhBk1jx8lcdLrVDnu/9kgEHD+Z9oat9dOWjjzNiSG/Gad0QnO924UXHXgynuxgxN5GBYF/av5Ym8NxJp/Ib3bEQeM8Bc+tuzt3ju1TNnUAAAAnElEQVR4nE2N1w6CUBBEx4oFHbErVuxdVLD3jv7/9wjemHgeNnsm2VlA4HJ7vGLz+SV7BoKhsOxoJMqYAsSBRDJle5pkLINsLg+VBaBoO0soV6oaavUGmmSr7RyqlDrsokf2RfFgiNEYepicfH06g2EAGmnK+GNOLpbAaqQIX2/sD9sd6d6LQD9QcDyJ4Hwxv369/Truj6dlvd7ABxxsDy1w5NfVAAAAAElFTkSuQmCC');
    width: 15px;
    height: 15px;
    margin-right: 8px;
    background-repeat: no-repeat;
}
.toplinks_cart:before {
    content: '';
    display: block;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAMAAADTRh9nAAAAAXNSR0IB2cksfwAAANhQTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////JW/niwAAAEh0Uk5TAN308twg0+Tw/14ICj3PmpVFB5a0+kJ5yUBzE/skwMeGdkzxy9XWzMIRGPb1jAkLYa5xBUnR/NnS/duOp9fK6Z+eIn3moOJ/G2Bi9AAAAJVJREFUeJxjYGRiYmZhZUAFbOzsHJxcaILcPDy8nHz8SEBAECQuxM6JAoTBqkVQxETFwILiKIIS3GBBSRRBKYhl0hxIYjKyUCfIIQnKw9ylgCSoCBNU4lRWUVUDAXUNTZiglraOrrQeEOgbGBoZQwVNRE3NzC1AwNIKrt9amcEGYqItg4QdzEx7B3NHJyBwdnF1c2cAANM4EdV1HJTXAAAAAElFTkSuQmCC');
    width: 20px;
    height: 15px;
    margin-right: 8px;
    background-repeat: no-repeat;
}
.toplinks_cart .cartBlock_count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: none;
  color: #fff;
  border-radius: 50%;
  margin-left: 5px;
}
.toplinks_cart .cartBlock_count__filled {
  background: #019de7;
}
.toplinks a {
    color: #feffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.15s linear;
}
.toplinks a:hover {
  opacity: 0.9;
}

/***********  Верхнее меню  ************/
#topmenu{
    background-color: #223850;
    clear: both;
    font-family: "PT Sans";
    font-size: 14px;
    height: 48px;
    text-transform: uppercase;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: 1280px;
    display: flex;
    justify-content: center;
}
#topmenu .section a,
#topmenu a:hover{
	text-decoration: none;
}
#topmenu li{
}
#topmenu a{
    color: #EEEEEE;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 20px;
}
#topmenu a:hover,
#topmenu .section a {
    background-color: #019de7;
}

/*************  Меню слева  **************/
#leftmenu{
	list-style-type: none;
	margin: 0;
	padding: 12px 0;
    background-color: #223850;
}
#leftmenu .leftmenu_secondLevel {
	list-style-type:none;
    background-color: #efefef;
	padding: 10px 0;
	margin: 0;
}
#leftmenu .leftmenu_thirdLevel {
    list-style-type:none;
    background-color: #efefef;
    padding: 0;
    margin: 12px 0 0;
    border-left: 2px solid #223850;
}
.leftmenu_firstLevelItem a {
    padding: 8px 16px;    
}
#leftmenu .leftmenu_secondLevelItem {
    padding: 6px 16px 6px 32px;
}
#leftmenu .leftmenu_secondLevelItem a {
    color: #223850;
    font-family: "PT Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    display: block;
    padding: 0;
}
#leftmenu .leftmenu_thirdLevelItem a {
    font-size: 16px;    
}
#leftmenu .leftmenu_secondLevelItem a:hover {
    color: #019de7;
    background: none;
}
#leftmenu .leftmenu_thirdLevelItem {
    padding: 6px 0px 6px 14px;
}
#leftmenu a{
	color: #fff;
    font-family: "PT Sans";
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    text-decoration: none;
}
#leftmenu .leftmenu_firstLevelItem > a.section {
	color: #fff;
	text-decoration: none;
  background-color: #019de7;
}
#leftmenu .leftmenu_firstLevelItem > a:not(.section):hover {
  text-decoration: none;
  color: #019de7;
}
#leftmenu .leftmenu_secondLevelItem a.section,
#leftmenu .leftmenu_thirdLevelItem a.section{
    color: #373737;
    background: none;
}
.anonses_header h2 {
    width: 1280px;
    margin: auto;
    text-align: center;
    color: #66778a;
    font-family: "PT Sans";
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 24px;
    text-transform: uppercase;
}
.anonses {
    width: 1280px;
    margin: auto;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: center;
}
.anonses_holder {
    margin: auto;
    padding: 24px 0;
}
.anonses_holder_grey{
    background-color: #f5f5f5;
}
.anonses_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 24px 24px;
}
.anonses_title {
    width: 256px;
    height: 56px;
    background-color: #66778a;
    color: #ffffff;
    font-family: "PT Sans";
    font-size: 22px;
    font-weight: 400;
    line-height: 21.18px;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-top: 12px;
}
.slider_holder {
  width: 100%;
  overflow: hidden;
}
.slider_image {
  width: 100%;
  display: block;
  height: 416px;
  background-size: cover;
}
.news_holder {
    display: flex;
    flex-direction: column;
    width: 900px;
    margin: auto;
    margin-bottom: 60px;
}
.news_header h2 {
    text-align: left;
    color: #3a3a3a;
    font-size: 28px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 24px;
    margin-right: 12px;
}
.news_header h2 + a {
  font-size: 14px;
  font-weight: 400;
}
.news_descr {
  font-weight: 400;
}
.news {
    display: flex;
    flex-wrap: wrap;
}
.news_item {
    width: 254px;
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}
.news_item:not(:nth-child(3n)) {
  margin-right: 68px;
}
.news_image img {
  width: 100%;
}

.news_image {
    height: 132px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 12px;
}

.news_image__placeholder {
  background-color: #efefef;
  background-image: url('../img/placeholder.svg');
  background-repeat: no-repeat;
  background-size: auto 45%;
  background-position: center;
}

.news_title {
  color: #0a6eb4;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  margin-bottom: 6px;
}

.news_date {
  color: #3a3a3a;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}

.newsEntry_date {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  margin: -1.5rem 0 3.5rem;
}
.newsEntry_back {
  margin: 2rem 0 0 !important;
}

.htmlBlock_holder {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: auto;
    background-color: #f5f5f5;
}

.htmlBlock {
  display: flex;
  width: 900px;
  margin: 50px auto;
}

.htmlBlock_item {
    width: 254px;
    display: flex;
    flex-direction: column;
}

.htmlBlock_item:not(:nth-child(3n)) {
  margin-right: 68px;
}
/**************  Футтер  **************/

.footer {
  width:1280px; 
  margin: auto;
	position:relative;
    background-color: #4b5c6f;
}
.footer-b {
    width: 1024px;
    margin: auto;
    padding: 60px 0 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer_item {
  width: 20%;
}
.footer_siteCopyright {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
}
.footer_contacts {
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
}
.footer_contacts span {
  font-size: 26px;
}
.footer_social {
  display: flex;
  width: auto;
  padding-right: 1rem;
}
.footerMenu_item {
  display: block;
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.socialLinks_link {
  margin-right: 8px;
  width: 28px;
  height: 28px;
}
.socialLinks_icon {
  width: 28px;
  height: 28px;
  background-color: #5c6d7b;
  fill: #5c6d7b;
  color: #fff;
}
.footer_studioCopyright {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAZCAMAAAAYAM5SAAAAAXNSR0IB2cksfwAAAeNQTFRFAAAAqqqq39+/0tLN0tHN0tDO0tHO0tHN09HO0dHO0tHO0tDO28jI0dHO0tLN0tHO0tHO0tHO0dHPzMzM09HP0tHO09HO0tLO0tHO0tLP09PK09HO0tHO0dHN0dHN0tHO09PM0tLO0tLO0tDP08/P0dHN0dHR0tHO0tHO09HO0tDO0tHO0tLO09HP0tLO0tLO0tHO0dHN0dHN1NTM09HO0tLM1s7O0dHO0tDO1M/PzMzM0tLO0dHRz8/P0tHO09DO0dHN0tHO0dHN0tHO0dHP0tHO0tLP0tHO2NjYzs7O0tHO0tHO0tLN09HO0tHO09DQ09DN09HO0tLP0tDO0dHO0tDN0tHO0tHO0dHO0tLO0tLP0tHO0tDN0tHO0dHO09HO0dHO0dHO0tHO0tLO0tDO0tHO0tLO0tLN0tDO0tDN0tLL09HP09DO0tDO09DO0dHP0tHN0tHO0tLP09HO0tHO0NDN0dHP0tLP0tHP0tDP0dHR0dHO0dHO0tHO0tHO0tLN1NTU0tHO0tLP0dHN0tHO0tDN0tHO0tDP0dHP0tHP09DO09HOzMzM0dHP0NDQ1szM09HO0dHO0dHR09PP0tLO0tHO0tLP0tLM0tHO0dHO09HP0tLO09HN0tLS0tHO0dHOzMzMbJ4hzQAAAKF0Uk5TAAMIds7Qy9Paz8x9DlRr8P/0XwXD3ptEvKMd6+k4cKUjyuaeS74hzdKhiP2dhPGB7Is9HpYoH5HFNRSNHCD+c4CwSOV1vU/cDRrX6mG44kZWp0q6U2fv86jVUN+vwZfJWIyxd4PASXF+pCJ5YpNdavLnWm63R3pV3ZQW4E74u2YGq6lC2Z/tiWSPbawPszYZskMnRZL7ri3unH+/hRGqrQqoY0EhAAABk0lEQVR4nGNgZGJmYWVDBuwcnFxs3DwMDLx8/AJYgKCQMIOIKLqomLgEkJSUYmCVRpORkWWQA1LyCgyKSui6lFVUQbrUGNRlsFkFltKQ1tQSBLG1dXT1wILy+gYQKV1DI2MTkIiEqZk5iLawtLKGSNnYymvyApXb2Ts4OjkDxVy4Xd3cwVIenl4cbmwCAt4+vn7+IDogUCAoGCwVEhoW7hQhIBAZFS3AGwOk/WMFeOPAUjHxAgIJiQICSVECAskpAgKpaX4C6RkCAplZYC9nA/1onSMgkJvHLyAvJCCgk18gEKHAwFUIdG6RtECxvoBASamfQBlQJ1d5hUBlFQMbMDSqa1hq8+oEBJyDuApA9vFHBQvUN4ClBKIavXhB/sxpim5uAdJFrW2yDBApZvv2DpB3O7vEiuyAtGF6dw9UqsXSphckJdrXPwFEK02cNDkLIiUQOGUqOPymJULoXrHW6VApTBCIJ1KyGNhnYJeKyGLQn4ldyqGHgalnlohqHRqQmD1nLgMDI1OXY/c8NNA4334BAwCerXCr3sOSqgAAAABJRU5ErkJggg==');
  background-repeat: no-repeat;
  background-position-y: 4px;
  color: #d2d1ce;
  font-size: 12px;
  padding-left: 32px;
  margin-top: 0.5rem;
}
.footer_studioCopyrightLink {
  color: #d2d1ce !important;
}
.footer table{
	margin: 0 auto;
    position: relative;
    width: 930px;
    z-index: 100;
}
.footer td{
	vertical-align: middle;
	padding: 10px;
}
.footer a{
	color:#ffffff;
}
.footer .lc{
	width: 200px;
}
.footer .cc a{
	font-size:11px;
	float:left;
	line-height: 2;
	margin-right:40px;
	text-transform:uppercase;
}
.footer .rc{
	width: 200px;
}

/*************** Копирайты Mediaweb *****************/

.mw-copy {
    font-family: Tahoma;
    cursor: default;
    font-size: 10px;
    line-height: 1.2;
    padding: 0;
    width: 165px;
    color: #555555;
}
.mw-copy .light{
	color:#555555;
	text-decoration:none;
}
.mw-copy a {
    color: #555555;
	text-decoration:underline;
}
.mw-copy img {
    float: left;
    margin: 1px 5px 0 0;
}



/***********  Форма поиска  *************/

#SearchForm_SearchForm{
	width:230px;
	float:left;
	padding: 0;
}
#SearchForm_SearchForm #Search{
	float: left;
    margin-top: 0;
    width: 165px;
}
#SearchForm_SearchForm .middleColumn {
    float: left;
    margin-right: 5px;
    width: 160px;
	height: 23px;
}
#SearchForm_SearchForm #SearchForm_SearchForm_Search {
    background: none repeat scroll 0 0 #BBBBBB;
    border: 0 none;
    color: #FFFFFF;
    font-size: 11px;
    height: 20px;
    padding: 2px 5px;
    width: 150px;
}
#SearchForm_SearchForm_action_results {
    background: none no-repeat scroll left top #DDDDDD;
    border: 0 none;
    color: #444444;
    cursor: pointer;
    font-size: 11px;
    height: 24px;
    overflow: hidden;
    padding-bottom: 2px;
    text-transform: uppercase;
    width: 60px;
}




/***************  Хлебные крошки  *****************/
.typography .breadcrumbs {
	font-size:11px;
	margin-bottom: 40px;
    font-size: 14px;
}
.typography .breadcrumbs a{
	color: #223850 !important;
    text-decoration: none;
    font-size: 14px;
}
.typography .breadcrumbs a:hover{
	color: #019de7; 
}
.typography .breadcrumbs .separator{
	color: #555555;
    padding: 0 4px 0 3px;
    font-size: 14px;
}





/************  Постраничная навигация  *************/
.main-cont .conteiner1 .pageNavigation {
  zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.main-cont .conteiner1 .pageNavigation:after,
.main-cont .conteiner1 .pageNavigation:before {
  content: "";
  display: table;
}
.main-cont .conteiner1 .pageNavigation:after {
  clear: both;
}
.main-cont .conteiner1 .pageNavigation_container {
  margin-top: 2rem;
  overflow: hidden;
}
.main-cont .conteiner1 .pageNavigation_item {
  margin: 0;
  padding: 0;
}
.main-cont .conteiner1 .pageNavigation_itemLink {
  position: relative;
  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;
  height: 2.5rem;
  font-size: 1.125rem;
  font-weight: 400;
}
.main-cont .conteiner1 .pageNavigation_itemLink:not(.pageNavigation_itemLink__current) {
  margin-left: -1px;
  border: 1px solid #223850;
  color: #223850;
}
.main-cont .conteiner1 .pageNavigation_itemLink:not(.pageNavigation_itemLink__current):hover {
  z-index: 1;
  color: #223850 !important;
  border-color: #223850;
}
.main-cont .conteiner1 .pageNavigation_itemLink:not(.pageNavigation_itemLink__extreme) {
  width: 2.5rem;
}
.main-cont .conteiner1 .pageNavigation_itemLink__current {
  background-color: #efefef;
  color: #373737;
}
.main-cont .conteiner1 .pageNavigation_itemLink__previous:before,
.main-cont .conteiner1 .pageNavigation_itemLink__next:before {
  content: "";
  display: block;
  border-top: 0.375rem solid transparent;
  border-bottom: 0.375rem solid transparent;
}
.main-cont .conteiner1 .pageNavigation_itemLink__previous:before {
  border-right: 0.625rem solid #223850;
}
.main-cont .conteiner1 .pageNavigation_itemLink__next:before {
  border-left: 0.625rem solid #223850;
}
.main-cont .conteiner1 .pageNavigation_itemLink__previous:hover:before {
  border-right-color: #223850;
}
.main-cont .conteiner1 .pageNavigation_itemLink__next:hover:before {
  border-left-color: #223850;
}
.main-cont .conteiner1 .pageNavigation_itemLink__extreme {
  padding: 0 1rem;
  font-size: 0.875rem;
}

/**************  Прикрепленные файлы  ******************/
.typography .files {
    padding: 30px 0;
}
.typography .files .item {
    font: 12px/17px 'Open Sans', sans-serif;
    margin-bottom: 17px;
}
.typography .files .item div {
    min-height: 27px;
    padding: 6px 0 0 41px;
}

.fileList {
  margin: 2rem 0 0;
}
.fileList_item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.fileList_info {
  line-height: 32px;
}
.fileList_info .typography_a {
  color: #223850;
}
.fileList_info > span {
  color: #8b7f67;
  font-weight: 300;
}
.fileList_audio {
  height: 32px;
  vertical-align: middle;
}
.fileList_icon {
  float: left;
  width: 27px;
  height: 32px;
  background-image: url("../img/icons/files.png");
  background-repeat: no-repeat;
  margin-right: 1rem;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.fileList_icon__zip {
  background-position: 0 -33px;
}
.fileList_icon__audio {
  background-position: 0 -66px;
}
.fileList_icon__image {
  background-position: 0 -99px;
}
.fileList_icon__movie {
  background-position: 0 -132px;
}
.fileList_icon__txt {
  background-position: 0 -165px;
}
.fileList_icon__doc {
  background-position: 0 -199px;
}
.fileList_icon__pdf {
  background-position: 0 -233px;
}
.fileList_icon__ppt {
  background-position: 0 -301px;
}
.fileList_icon__xls {
  background-position: 0 -335px;
}

/**************  Прикрепленные фотографии  ******************/

.typography .photoGrid {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 2rem !important;
  margin-bottom: -16px !important;
  margin-right: -16px !important;
}
.typography .photoGrid .photoGrid_item {
  margin: 0;
  padding: 0 !important;
  margin-right: 16px;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}
.typography .photoGrid .photoGrid_itemLink,
.typography .photoGrid .photoGrid_itemImage {
  display: block;
}
.typography .photoGrid .photoGrid_itemCaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
  padding: 0.5rem;
  font-size: 0.875rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.typography .photoGrid .photoGrid_itemCaption:after {
  content: "";
  background-image: url("../img/imgzoom.png");
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  display: block;
  width: 24px;
  height: 24px;
}
.typography .photoGrid .photoGrid_item:hover .photoGrid_itemCaption {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/**************  Формы  ******************/

form,
.form,
.main-cont .conteiner1 .form {
  zoom: 1;
  font-size: 1rem;
}
#Form_OrderForm {
  width: 620px;
}
.form .message.required {
  color: #f00;
  font-weight: 400;
  font-size: 0.875rem;
}
.requiredField > label:after {
    content: '*';
    margin-left: 4px;
}
form:after,
form:before,
.form:after,
.form:before {
  content: "";
  display: table;
}
form:after,
.form:after {
  clear: both;
}
form[id^='UserForm'],
.form__UserForm,
.main-cont .conteiner1 .form__UserForm,
.main-cont .conteiner1 form[id^='UserForm'] {
  margin-top: 2rem;
  font-size: 1rem
}
label.required {
  color: #f00;
  font-weight: 400;
}
.requiredField.required {
  border-color: #f00 !important;
}
.form__ajax,
.main-cont .conteiner1 .form__ajax {
  width: 380px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.form__search,
.main-cont .conteiner1 .form__search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.form__AddProductForm,
.main-cont .conteiner1 .form__AddProductForm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form__OrderForm > .form_header,
.main-cont .conteiner1 .form__OrderForm > .form_header {
  display: none;
}
.form__checkoutOptions .form_grouplist,
.main-cont .conteiner1 .form__checkoutOptions .form_grouplist {
  width: auto;
}
.form__checkoutOptions .form_grouplist > li:not(:last-child),
.main-cont .conteiner1 .form__checkoutOptions .form_grouplist > li:not(:last-child) {
  margin-bottom: 1rem;
}
.form__checkoutOptions .form_grouplist .form_radioTitle,
.form__checkoutOptions .form_grouplist label,
.main-cont .conteiner1 .form__checkoutOptions .form_grouplist .form_radioTitle,
.main-cont .conteiner1 .form__checkoutOptions .form_grouplist label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__checkoutComment .form_title,
.main-cont .conteiner1 .form__checkoutComment .form_title {
  display: none;
}
.form_field,
.main-cont .conteiner1 .form_field,
.main-cont .conteiner1 .field,
form .field {
  zoom: 1;
  display: block;
  margin-bottom: 1.25rem !important;
}
.form_field:after,
.form_field:before {
  content: "";
  display: table;
}
.form_field:after {
  clear: both;
}
.form_field:not(.form_field__filters) > label,
.main-cont .conteiner1 .form_field:not(.form_field__filters) > label {
  display: inline-block;
  max-width: 100%;
}
.form_field__search,
.main-cont .conteiner1 .form_field__search {
  margin: 0 !important;
}
.form_field__searchHeadline,
.main-cont .conteiner1 .form_field__searchHeadline {
  width: 240px;
  margin: 0 1rem 0 0;
}
.form_field__password:last-of-type,
.main-cont .conteiner1 .form_field__password:last-of-type {
  margin-bottom: 0;
}
.form_field__filters,
.main-cont .conteiner1 .form_field__filters {
  padding-bottom: 1rem;
  border-bottom: 1px dashed #cecece;
}
.form_field.form_fieldContent__active .form_boxArrow,
.main-cont .conteiner1 .form_field.form_fieldContent__active .form_boxArrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.form_fieldHeader,
.main-cont .conteiner1 .form_fieldHeader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form_fieldContent,
.main-cont .conteiner1 .form_fieldContent {
  display: none;
  margin-top: 0.75rem;
}
.form_fieldContent__important,
.form_fieldContent__active,
.main-cont .conteiner1 .form_fieldContent__important,
.main-cont .conteiner1 .form_fieldContent__active {
  display: block;
}
.form_fieldContent__checkbox,
.main-cont .conteiner1 .form_fieldContent__checkbox {
  display: block;
  margin: 0;
}
.form_range,
.main-cont .conteiner1 .form_range {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.form_title,
.main-cont .conteiner1 .form_title,
form .field > label {
  display: block;
  color: #66778a;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.75rem;
}
.form_title__filters,
.main-cont .conteiner1 .form_title__filters {
  margin-bottom: 0;
  font-size: 1.25rem;
  color: #373737;
}
.form_markRequired,
.main-cont .conteiner1 .form_markRequired {
  color: #f00;
}
.form_input,
.form_input,
input.text ,
select,
textarea {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  box-sizing: border-box;
  width: 380px;
  max-width: 100%;
  display: inline-block;
  margin-right: 1.25rem;
  outline: none;
  font-size: 16px;
}
.form_input__text,
.main-cont .conteiner1 .form_input__text,
form .TextField.text,
form .NumericField,
form select,
form .EmailField,
form .DateField,
form .PhoneField  {
  height: 2.5rem;
  border: 1px solid #cdcdcd;
  background-color: #fff;
  color: #373737;
  font-weight: 300;
  padding: 0 1rem;
  font-size: 16px;
}
.form_input__text:focus,
.main-cont .conteiner1 .form_input__text:focus,
form .TextField.text:focus {
  border-color: #019de7 !important;
}
.form_input__text.is-invalid,
.main-cont .conteiner1 .form_input__text.is-invalid,
form .TextField.text.is-invalid {
  border-color: #f00;
}
.form_input__range,
.main-cont .conteiner1 .form_input__range {
  width: 100px;
  margin-right: 0;
  text-align: center;
}
.form_input__textarea,
.main-cont .conteiner1 .form_input__textarea {
  height: auto;
  resize: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.form_input__noIndent,
.main-cont .conteiner1 .form_input__noIndent {
  margin: 0;
}
.form_input__dropdown,
.main-cont .conteiner1 .form_input__dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAMAAACgjTZZAAAAElBMVEUAAAAVIUIVIUIVIUIVIUIVIULDisgGAAAABnRSTlMA//P+/fcNgN/BAAAAHUlEQVR4AWNghAImBiiTmYEBwmRhAAOQCBSwgggABEkAJnCqeVQAAAAASUVORK5CYII=");
}
select.form_input::-ms-expand,
.main-cont .conteiner1 select.form_input::-ms-expand {
  display: none;
}
.form_checkboxWrapper,
.main-cont .conteiner1 .form_checkboxWrapper {
  display: inline-block;
  width: 380px;
  max-width: 100%;
  margin-right: 1.25rem;
}
.form_checkboxWrapper + .form_message,
.main-cont .conteiner1 .form_checkboxWrapper + .form_message {
  margin-top: 0;
}
.form_grouplist,
.main-cont .conteiner1 .optionset,
.main-cont .conteiner1 .form_grouplist {
  list-style: none !important;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 380px;
  max-width: 100%;
  margin-right: 1.25rem;
}
#form_SearchForm_SearchForm {
    margin-bottom: 2rem;
}
.main-cont .conteiner1 .optionset li {
  padding: 0 !important;
}
.form_grouplist__hidden,
.main-cont .conteiner1 .form_grouplist__hidden {
  display: none;
}
.form_grouplistToggle,
.main-cont .conteiner1 .form_grouplistToggle {
  font-size: 0.875rem;
  font-weight: 400;
}
.form_grouplist > li,
.main-cont .conteiner1 .optionset > li,
.main-cont .conteiner1 .form_grouplist > li {
  margin: 0;
  padding: 0;
  margin-bottom: 0.25rem;
}
.form_actions,
.main-cont .conteiner1 .form_actions,
form .Actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  font-size: 1rem
}
.form_actions__filters,
.main-cont .conteiner1 .form_actions__filters {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0;
}
.form_actions__search,
.main-cont .conteiner1 .form_actions__search {
  margin: 0;
  max-width: 180px;
}
.form_actions__searchRight,
.main-cont .conteiner1 .form_actions__searchRight {
  margin: 0;
  max-width: 88px;
}
.form_actions__orderButton,
.main-cont .conteiner1 .form_actions__orderButton {
  margin: 0;
}
.form_actions__member,
.main-cont .conteiner1 .form_actions__member {
  display: block;
}
.form_actions__frontend,
.main-cont .conteiner1 .form_actions__frontend {
  margin: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.form_actions__frontendRegister,
.main-cont .conteiner1 .form_actions__frontendRegister {
  margin-top: 1rem;
  border-top: 1px solid #cdcdcd;
  padding-top: 1rem;
}
.form_action,
.main-cont .conteiner1 .form_action,
form .Actions .action {
  width: 280px;
  max-width: 100%;
  margin-right: 0;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  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;
  height: 2.5rem;
  border: 1px solid #223850;
  background-color: #223850;
  color: #fff;
  font-weight: 600;
  font-size: 1rem
}
.form_action:hover,
.main-cont .conteiner1 .form_action:hover,
form .Actions .action:hover {
  background-color: #019de7;
  border-color: #019de7;
  color: #fff;
  cursor: pointer;
}
.form_message,
.main-cont .conteiner1 .form_message {
  display: inline-block;
  font-size: 0.875rem;
  vertical-align: top;
  margin-top: 0.75rem;
}
.form_message__error,
.form_message__validation,
.form_message__required {
  color: #f00;
}
.form_message__bad {
  margin: 0 0 0.75rem;
  color: #f00;
}
.form_desc {
  display: block;
  font-size: 0.875rem;
  font-style: italic;
  margin-top: 0.25rem;
}
.form_temp {
  background: #f00;
  display: block;
}
.form_forgetPassword {
  margin-left: 16px;
  white-space: nowrap;
}
.form_showOnClick {
  display: inline-block;
  margin-bottom: 1.25rem;
  cursor: pointer;
}
.form_showOnClick:after {
  content: "";
  display: inline-block;
  margin-left: 0.25rem;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.form_showOnClick__active:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.form_boxArrow {
  display: inline-block;
  position: relative;
  width: 1rem;
  height: 1rem;
  border: 1px solid currentColor;
  cursor: pointer;
}
.form_boxArrow__active > .form_arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.form_arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0.625rem;
  height: 0.375rem;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.form a:not(.button) {
  color: #223850;
}
.form a:not(.button):visited {
  color: #003b66;
}
.form a:not(.button):hover {
  color: #019de7;
}
.form a:not(.button):active {
  color: #223850;
}

#Form_Filters {
  background: #efefef;
  padding: 20px 28px;
  margin-bottom: 28px;
  width: 864px;
  box-sizing: border-box;
}

#Form_Filters label {
  margin: 0 !important;
}

#Form_Filters .field {
  display: inline-flex;
  align-items: center;
  margin-bottom: 8px !important;
  margin-right: 32px;
}

#Form_Filters .Actions {
  margin-top: 10px !important;
}

#Form_Filters .Actions .action {
  margin-right: 8px !important;
}

#Form_Filters .field.checkbox, #Form_Filters .checkboxset {
  margin: 0 !important;
}

#Form_Filters #Price, #Form_Filters #DistrictID, #Form_Filters #BillboardFormatID {
  width: 368px;
  justify-content: space-between;
}

#Form_Filters #SoldStatus, #Form_Filters #Light {
  width: 182px;
}

#Form_Filters #SoldStatus .middleColumn {
  display: flex;
  width: 182px;
}

#Form_Filters #SoldStatus ul {
  width: 182px;
}

#Form_Filters_SoldStatus ul, #Form_Filters_SoldStatus li {
  margin: 0;
}

#Form_Filters #Light {
  margin-right: 32px !important;
}

#Form_Filters #Form_Filters_DistrictID, #Form_Filters #Form_Filters_BillboardFormatID {
  width: 260px;
  margin-right: 0;
}

#Form_Filters #Price .middleColumn {
  width: 288px;
  display: flex;
  justify-content: space-between;
}

#Form_Filters_Price-min, #Form_Filters_Price-max {
  width: 140px;
  margin: 0;
}

#Form_Filters #Price label.min, #Form_Filters #Price label.max {
  font-size: 0;
}

#map {
  width: 864px;
  height: 334px;
  margin-bottom: 32px;
}

/* Popup */
.popupForm {
  position: relative;
  width: 380px;
  box-sizing: content-box;
  padding: 2rem 5rem 3rem;
  margin: 0 auto;
  background-color: #efefef;
}
.popupForm__hidden {
  display: none;
}
.popupForm.popupForm__transport {
  width: 528px;
  padding: 32px; 
  box-sizing: border-box;
  box-shadow: 0 0 8px rgba(2, 2, 2, 0.4);
  background-color: #ffffff;
}
.popupForm.popupForm__transport img {
  margin-bottom: 24px;
}
.popupForm.popupForm__transport .popupForm_title__transport {
  margin: 0 0 12px;
}
.popupForm .advplace_content {
    display: flex;
    justify-content: space-between;
}
.popupForm.popupForm__transport .advcode {
  font-weight: 400;
  font-size: 16px;
}
.popupForm.popupForm__transport .price {
  font-weight: 400;
  font-size: 24px;
  margin: 35px 0 14px;
}
.popupForm.popupForm__transport .soldstatus {
  color: #00e015;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 10px 0 0;
}
.popupForm.popupForm__transport .soldstatus__free {
  color: #00e015;
}
.popupForm.popupForm__transport .soldstatus__bron {
  color: #ff9000;
}
.popupForm.popupForm__transport .soldstatus__sold {
  color: #ff0d0d;
}
.popupForm > p {
  text-align: center;
  margin-bottom: 0;
}
.popupForm_thanks {
  display: none;
}
.popupForm_close.mfp-close {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.25rem;
  border: 1px solid #223850;
  position: absolute;
  right: 1rem;
  top: 1rem;
  text-decoration: none;
  text-align: center;
  color: #223850;
  font-style: normal;
  font-size: 28px;
  opacity: 1;
  font-family: Arial, Baskerville, monospace;
}
.popupForm_title {
  margin: 0 0 2rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: #66778a;
  text-align: center;
}

/******************  Новости и анонсы  ********************/
.NewsHolder .item,
.AnnouncementHolder .item{
	margin: 0 0 20px 0;
}	
.NewsHolder .typography p.title,
.AnnouncementHolder .typography p.title{
	margin: 0;
	font-size: 14px;
}
.NewsHolder .typography p.date,
.AnnouncementHolder .typography p.date{
	margin: 0;
	font-size:11px;
}
.NewsHolder .typography .pict img,
.NewsEntry .typography .pict img,
.AnnouncementHolder .typography .pict img,
.Announcement .typography .pict img{
	float:left;
	margin: 0 15px 0 0;
}

.newsList .newsList_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}
.newsList .newsList_item:not(.newsList_item__last) {
  padding-bottom: 1rem;
  border-bottom: 1px dashed #cecece;
}
.newsList .newsList_itemHeader {
  width: 100%;
  margin-bottom: 1rem;
}
.newsList .newsList_itemTitle {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
}
.newsList .newsList_itemTitle a {
  color: #019de7 !important;  
}
.newsList .newsList_itemDate {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 0.5rem;
}
.newsList .newsList_itemImage {
  display: block;
  width: 280px;
}
.newsList .newsList_itemImage__placeholder {
  padding-top: 160px;
  background-color: #eee;
  background-size: auto 45%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/placeholder.svg");
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.newsList .newsList_itemImageWrapper {
  display: block;
  width: 280px;
}
.newsList .newsList_itemDescription {
  width: -webkit-calc(100% - 280px - 1.25rem);
  width: calc(100% - 280px - 1.25rem);
  margin: 0;
}

/******************  Публикации  ********************/
.PublHolder hr, .Publication hr {
    border-color: #DCE1E3 -moz-use-text-color -moz-use-text-color;
    border-style: solid none none;
    border-width: 1px 0 0;
}
.PublHolder .publ_foot, .Publication .publ_foot {
    text-align: right;
}
.PublHolder .publ_foot span, .Publication .publ_foot span {
    margin-right: 20px;
}
.PublHolder .publ_foot a, .Publication .publ_foot a {
    text-decoration: underline;
}
.PublHolder .typography p, .Publication .typography p {
    margin: 0;
}
.Publication .pict img,
.PublHolder .pict img {float:left; margin:0 10px 0 0;}


/*************  Виджет анонсов  **************/
#anonses .item{
	margin-bottom:20px;
}
#anonses .pict{
	text-align: center;
}
#anonses .date{
	margin-bottom:5px;
	font-size:11px;
}


/*************  Виджет новостей  **************/
#lastnews .item{
	margin-bottom:30px;
}
#lastnews .title{
	font-size:17px;
}
#lastnews .descr{
	margin-bottom:0;
}
#lastnews img{
	float:left;
	margin-right:10px;
}
#lastnews .date{
	color: #AAAAAA;
}


/**************  Страница поиска  ****************/
.Search .item .title{
	margin-bottom:5px;
}
.Search .item .descr{
	margin-top:0;
}

/*************  Карта сайта ****************/
.SiteMap ul{
	margin: 3px 0;
}

/* Каталог маршрутов */

.conteiner1 .center-col .billboard_list {
  margin-bottom: 0;
}

.conteiner1 .center-col .routes_list li,
.conteiner1 .center-col .billboard_list li {
  margin-bottom: 20px;
  color: #223850;
}

.conteiner1 .center-col .routes_list li:hover,
.conteiner1 .center-col .billboard_list li:hover {
  color: #019de7;
}

.conteiner1 .center-col li.route_free,
.conteiner1 .center-col li.route_bron,
.conteiner1 .center-col li.route_sold,
.conteiner1 .center-col li.billboard_free,
.conteiner1 .center-col li.billboard_bron,
.conteiner1 .center-col li.billboard_sold {
  padding-left: 24px !important;
}

.conteiner1 .center-col li.route_free:before,
.conteiner1 .center-col li.billboard_free:before {
    content: "•";
    font-size: 58px;
    color: #00e015 !important;
}

.conteiner1 .center-col li.route_bron:before,
.conteiner1 .center-col li.billboard_bron:before {
    content: "•";
    font-size: 58px;
    color: #ff9000 !important;
}

.conteiner1 .center-col li.route_sold:before,
.conteiner1 .center-col li.billboard_sold:before {
    content: "•";
    font-size: 58px;
    color: #ff0d0d !important;
}

.routes_wrapper,
.billboard_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.route_single,
.billboard_single {
  width: 864px;
  box-sizing: border-box;
}

.routes_legend,
.billboard_legend {
  display: flex;
  width: 100%;
  margin-bottom: 0 !important;
}

.routes_legend {
  margin-bottom: 2rem !important;
}

.routes_list {
  margin: 0 !important;
}

.routes_legend li:not(:last-child),
.billboard_legend li:not(:last-child) {
  margin-right: 138px;
}

.billboardList .typography_h3 {
  margin: 2rem 0 0;
  font-size: 1.5rem;
}

/************* Каталог. Разделы **************/

.Catalog #options{
	margin: 20px 0;
}
.Catalog #options td.view{
	text-align:right;
}
.Catalog #options td{
	border:0;
	padding:0;
}

.Catalog .item{
	float:left;
	width:150px;
	margin: 0 30px 20px 0;
}
.Catalog .item img{
	margin-bottom:10px;
}
.Catalog .item p{
	margin:0;
}
.Catalog .item .price,
.Catalog .catalog-table td.price{
	font-size:18px;
}
.Catalog .catalog-table td.price{
	text-align: center;
}
.Catalog #Form_add{
	width:150px;
	padding: 0;
}
.Catalog .productsTile #Form_add {
  width: 100%;
}
.Catalog .catalog-table #Form_add{
	width:125px;
}
.Catalog #Form_add div.Actions,
.Product #Form_add div.Actions{
	text-align:left;
  margin-top: 0;
}

.Catalog .catalog-table .col1{
	width:120px;
}
.Catalog .catalog-table p{
	margin:0;
}
.Catalog #Form_add #Num,
.Catalog #Form_add #Num .middleColumn,
.Product #Form_add #Num,
.Product #Form_add #Num .middleColumn {
	width: 48px;
	margin:0 !important;
}
.Catalog #Form_add #Num input,
.Product #Form_add #Num input{
	width:40px;
	height:40px;
  padding: 0 12px;
  text-align: center;
}
#cart_quantity .quantity-field{
  width:38px;
  height:26px;
  padding: 0 6px;
  text-align: center;
  margin:0 !important;
  box-sizing: border-box;
}
.Catalog #Form_add fieldset,
.Product #Form_add fieldset{
	float:left;
}
.Catalog .catalog-table #Form_add div.Actions,
.Product #Form_add div.Actions{
	padding:0;
	float:left;
	margin-left: 5px;
}
.Catalog ul.cat-list{
	list-style-type:none;
	padding:0;
}
.Catalog ul.cat-list img{
	float:left;
	margin-right: 10px;
}
.Catalog ul.cat-list li{
	float: left;
    margin: 0 0 10px 0;
    width: 100%;
}
.Catalog .showall{
	text-align:right;
}


.Product .mainpic{
	margin: 0 15px 15px 0;
	float:left;
}
.Product #Form_add{
	float: left;
}
.Product #Form_add div.Actions{
	padding-top:0;
  margin-top: 0;
}

.BillboardCatalog .productsTile,
.Catalog .productsTile {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-right: -20px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  overflow: hidden;
}
.BillboardCatalog .productsTile_item,
.Catalog .productsTile_item {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: -webkit-calc(100% / 3 - 68px);
  width: calc(100% / 3 - 68px);
  margin-right: 20px !important;
  border: 1px solid #e3e3e3;
  margin-bottom: 20px !important;
  padding: 16px;
}
.BillboardCatalog .productsTile_item:before,
.Catalog .productsTile_item:before {
  content: '';
  display: none;
}
.BillboardCatalog .productsTile_item:hover,
.Catalog .productsTile_item:hover {
  border-color: #019de7;
}
.BillboardCatalog .productsTile_image,
.Catalog .productsTile_image {
  display: block;
  width: 100%;
}
.BillboardCatalog .productsTile_image__placeholder,
.Catalog .productsTile_image__placeholder {
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eee;
  background-size: auto 45%;
  background-image: url("../img/placeholder.svg");
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.BillboardCatalog .productsTile_imageWrapper,
.Catalog .productsTile_imageWrapper {
  display: block;
  margin-bottom: 0.75rem;
}
.BillboardCatalog .productsTile_title,
.Catalog .productsTile_title {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  display: block;
  margin-bottom: 1rem;
  overflow: hidden;
  word-wrap: break-word;
  max-height: 4.6875rem;
}
.Catalog .productsTile_title a.typography_a {
    color: #006aae;
}
.BillboardCatalog .productsTile_price,
.Catalog .productsTile_price {
  margin-bottom: 1rem;
  line-height: 1;
  font-weight: 400;
}
.BillboardCatalog .productsTile_price__discount,
.Catalog .productsTile_price__discount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.BillboardCatalog .productsTile_price__noMargin,
.Catalog .productsTile_price__noMargin {
  margin-bottom: 0;
}
.BillboardCatalog .productsTile_priceOld,
.Catalog .productsTile_priceOld {
  text-decoration: line-through;
  color: #919191;
}
.BillboardCatalog .productsTile_priceOldCurrency,
.Catalog .productsTile_priceOldCurrency {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  color: #919191;
}
.BillboardCatalog .productsTile_priceDiscount,
.Catalog .productsTile_priceDiscount {
  font-size: 1.5rem;
  font-weight: 600;
}
.BillboardCatalog .productsTile_priceDiscountCurrency,
.Catalog .productsTile_priceDiscountCurrency {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.BillboardCatalog .productsTile_availableStatus,
.Catalog .productsTile_availableStatus {
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: capitalize;
}
.BillboardCatalog .productsTile_availableStatus__free,
.Catalog .productsTile_availableStatus__free {
  color: #00e015;
}
.BillboardCatalog .productsTile_availableStatus__bron,
.Catalog .productsTile_availableStatus__bron {
  color: #ff9000;
}
.BillboardCatalog .productsTile_availableStatus__sold,
.Catalog .productsTile_availableStatus__sold {
  color: #ff0d0d;
}
.BillboardCatalog .productsTile_availableStatus__available,
.Catalog .productsTile_availableStatus__available {
  color: #00b070;
}
.BillboardCatalog .productsTile_availableStatus__unavailable,
.Catalog .productsTile_availableStatus__unavailable {
  color: #909090;
}
.BillboardCatalog .productsTile_button,
.Catalog .productsTile_button {
  width: 100%;
}
.BillboardCatalog .productsTile .form_actions__orderButtonWithNum,
.Catalog .productsTile .form_actions__orderButtonWithNum {
  width: -webkit-calc(100% - 65px - 0.5rem);
  width: calc(100% - 65px - 0.5rem);
}

.conteiner1 .catalogRubrics {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-top: 2rem !important;
  margin-right: -20px !important;
  margin-bottom: 2.25rem !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.conteiner1 .catalogRubrics .catalogRubrics_item {
  margin: 0 !important;
  padding: 0 !important;
  width: -webkit-calc(100% / 4 - 20px);
  width: calc(100% / 4 - 20px);
  margin-right: 20px !important;
  margin-bottom: 1.5rem !important;
}
.conteiner1 .catalogRubrics .catalogRubrics_itemImage {
  display: block;
  width: 100%;
}
.conteiner1 .catalogRubrics .catalogRubrics_itemImage__placeholder {
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eee;
  background-size: auto 45%;
  background-image: url("/site/img/placeholder.svg");
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.conteiner1 .catalogRubrics .catalogRubrics_itemImageWrapper {
  display: block;
  margin-bottom: 0.75rem;
}
.conteiner1 .catalogRubrics .catalogRubrics_itemTitle {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  overflow: hidden;
  word-wrap: break-word;
  max-height: 4.6875rem;
}

.conteiner1 .catalogRubrics .catalogRubrics_itemTitle a.typography_a {
    color: #006aae;  
}

.conteiner1 .catalogProducts_filtersNote {
  position: absolute;
  z-index: 20;
  -webkit-transform: translateX(0.5rem);
      -ms-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
  padding: 0.5rem;
  line-height: 1.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  background-color: #efefef;
}
.conteiner1 .catalogProducts_filtersNote:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  border-right: 1.25rem solid #efefef;
  border-top: 1.25rem solid transparent;
  border-bottom: 1.25rem solid transparent;
}
.conteiner1 .catalogProducts_menuBar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3.5rem 0 2.5rem;
  line-height: 2.5rem;
  overflow: hidden;
  font-size: 0.875rem;
  font-weight: 400;
}
.conteiner1 .catalogProducts_sortsText,
.conteiner1 .catalogProducts_sortsOption {
  float: left;
  margin-right: 1rem;
}
.conteiner1 .catalogProducts_sortsOption__current {
  padding: 0 1rem;
  color: #373737 !important;
  background: #efefef;
}
.conteiner1 .catalogProducts_views {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.conteiner1 .catalogProducts_viewsOption {
  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;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid currentColor;
}
.conteiner1 .catalogProducts_viewsOption:not(:last-child) {
  margin-right: 1rem;
}
.conteiner1 .catalogProducts_viewsOption__current {
  color: #373737 !important;
  border: none;
  background: #efefef;
}
.conteiner1 .catalogProducts_viewsText {
  margin-right: 1rem;
}
.conteiner1 .catalogProducts_viewsOptionIcon {
  width: 1rem;
  height: 1rem;
}

.conteiner1 .product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.conteiner1 .product .product_left {
  width: 280px;
}
.conteiner1 .product .product_right {
  width: -webkit-calc(100% - 300px);
  width: calc(100% - 300px);
}
.conteiner1 .product .product_left .product_mainPhoto {
  display: block;
  width: 100%;
}
.conteiner1 .product .product_left .product_mainPhoto__placeholder {
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eee;
  background-size: auto 45%;
  background-image: url("/site/img/placeholder.svg");
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.conteiner1 .product .product_left .product_mainPhotoWrapper {
  display: block;
}
.conteiner1 .product .product_left .product_photos {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 20px;
  margin-right: -20px;
  margin-bottom: -20px;
}
.conteiner1 .product .product_left .product_photo {
  display: block;
}
.conteiner1 .product .product_left .product_photoWrapper {
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 0;
}
.conteiner1 .product .product_left .product_photo > img {
  display: block;
}
.conteiner1 .product .product_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  margin-bottom: 2.5rem;
  background-color: #efefef;
  overflow: hidden;
}
.conteiner1 .product .product_price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  font-weight: 400;
}
.conteiner1 .product .product_priceDiscountWrapper {
  margin-bottom: 0.5rem;
}
.conteiner1 .product .product_priceDiscount {
  font-size: 2rem;
  font-weight: 600;
}
.conteiner1 .product .product_priceDiscountCurrency {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
}
.conteiner1 .product .product_priceOld {
  font-size: 1.5rem;
  text-decoration: line-through;
  color: #919191;
}
.conteiner1 .product .product_priceOldWrapper {
  margin-left: 1.25rem;
}
.conteiner1 .product .product_priceOldCurrency {
  font-family: "Roboto", sans-serif;
  color: #919191;
}
.conteiner1 .product .product_orderBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.conteiner1 .product .product_orderBlock * {
  margin-top: 0 !important;
}
.conteiner1 .product .product_orderBlock .button {
  width: 280px;
}
.conteiner1 .product .product_availableStatus {
  margin-right: 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.5rem;
}
.conteiner1 .product .product_availableStatus__available {
  color: #00b070;
}
.conteiner1 .product .product_availableStatus__unavailable {
  color: #909090;
}
.conteiner1 .product .product_params {
  margin-bottom: 2.5rem;
}
.conteiner1 .product .product_param {
  margin: 0;
}
.conteiner1 .product .product_param:not(:last-child) {
  margin-bottom: 1rem;
}
.conteiner1 .product .product_paramTitle {
  font-weight: 600;
}
.conteiner1 .form_actions__orderButton {
  width: 208px;
}


/*********** Корзина  *************/
#cart{
	padding:10px;
	border: 1px solid #BBBBBB;
	margin-bottom: 20px;
}

body.inner.CartPage .cart_table {
  width: 100%;
  margin: 2.5rem 0;
  table-layout: inherit;
}
body.inner.CartPage .cart_tableCell {
  box-sizing: content-box;
  border-bottom: 1px solid #cdcdcd;
  padding: 0.75rem 1rem;
  vertical-align: top;
  background-color: #fff;
}
body.inner.CartPage .cart_tableCell:not(.cart_tableCell__title) {
  white-space: nowrap;
}
body.inner.CartPage .cart_tableCell__header {
  border: none;
  background-color: #efefef;
  font-weight: 300;
  line-height: 1;
  text-align: left;
}
body.inner.CartPage .cart_tableCell__center {
  text-align: center;
}
body.inner.CartPage .cart_tableCell__right {
  text-align: right;
}
body.inner.CartPage .cart_tableCell__image {
  width: 80px;
  padding-right: 0;
}
body.inner.CartPage .cart_tableCell__price {
  width: 4.375em;
}
body.inner.CartPage .cart_tableCell__quantity {
  width: 5.625em;
}
body.inner.CartPage .cart_tableCell__sum {
  width: 4.375em;
  font-weight: 600;
}
body.inner.CartPage .cart_tableCell__delete {
  width: 5.875em;
}
body.inner.CartPage .cart_itemImage {
  display: block;
  width: 80px;
  padding-top: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/site/img/placeholder.svg");
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
body.inner.CartPage .cart_itemImage__placeholder {
  background-color: #eee;
  background-size: auto 45%;
}
body.inner.CartPage .cart_itemTitle {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
}
body.inner.CartPage .cart_currency {
  font-size: 12px;
  font-weight: 400;
}
body.inner.CartPage .cart_currency__sum {
  font-weight: 700;
}
body.inner.CartPage .cart_delete {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  box-sizing: border-box;
  color: #373737;
  align-items: center;
}
body.inner.CartPage .cart_delete:not(:active):hover > .cart_deleteIcon {
  color: #00bbfe;
}
body.inner.CartPage .cart_deleteIcon {
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 4px;
    margin-right: 0.5rem;
    color: #006aae;
    fill: currentColor;
    border: 1px solid currentColor;
}
body.inner.CartPage .cart_totalLine {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 1rem;
  margin-bottom: 2rem;
}
body.inner.CartPage .cart_totalPrice {
  position: relative;
  width: 380px;
}
body.inner.CartPage .cart_totalPriceSum {
  position: absolute;
  right: -webkit-calc(5.875rem + 2rem);
  right: calc(5.875rem + 2rem);
  line-height: 0.8;
}
body.inner.CartPage .cart_totalPriceValue {
  font-size: 1.5rem;
  font-weight: 600;
}
body.inner.CartPage .cart_totalPriceCurrency {
  font-family: Arial;
  font-weight: 400;
}
body.inner.CartPage .cart_actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1rem;
}


body.inner.CartPage table, body.inner.CartPage th, body.inner.CartPage td {
    border: none;
}

.CartPage .quantity {
  width: 32px;
  margin: 0 8px;
  text-align: center;
}

.CartPage #orderDetails {
  display: none;
}

.CartPage .popupForm__transport .Actions,
.CartPage .popupForm__transport .soldstatus {
  display: none;
}

.CartPage .CartPage_buttons {
  width: 906px;
  display: flex;
  justify-content: space-between;
}

.CartPage .CartPage_buttons .button {
  width: 200px;
}

/************  Страница заказа ***************/



body.inner.CheckoutPage .cart_table {
  width: 100%;
  margin: 2.5rem 0 0;
  table-layout: inherit;
}
body.inner.CheckoutPage .cart_tableCell {
  box-sizing: content-box;
  border-bottom: 1px solid #cdcdcd;
  padding: 0.75rem 1rem;
  vertical-align: top;
  background-color: #fff;
}
body.inner.CheckoutPage .cart_tableCell:not(.cart_tableCell__title) {
  white-space: nowrap;
}
body.inner.CheckoutPage .cart_tableCell__header {
  border: none;
  background-color: #efefef;
  font-weight: 300;
  line-height: 1;
  text-align: left;
}
body.inner.CheckoutPage .cart_tableCell__center {
  text-align: center;
}
body.inner.CheckoutPage .cart_tableCell__right {
  text-align: right;
}
body.inner.CheckoutPage .cart_tableCell__image {
  width: 80px;
  padding-right: 0;
}
body.inner.CheckoutPage .cart_tableCell__price {
  width: 4.375em;
}
body.inner.CheckoutPage .cart_tableCell__quantity {
  width: 5.625em;
}
body.inner.CheckoutPage .cart_tableCell__sum {
  width: 4.375em;
  font-weight: 600;
}
body.inner.CheckoutPage .cart_tableCell__delete {
  width: 5.875em;
}
body.inner.CheckoutPage .cart_itemImage {
  display: block;
  width: 80px;
  padding-top: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/site/img/placeholder.svg");
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
body.inner.CheckoutPage .cart_itemImage__placeholder {
  background-color: #eee;
  background-size: auto 45%;
}
body.inner.CheckoutPage .cart_itemTitle {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
}
body.inner.CheckoutPage .cart_currency {
  font-size: 12px;
  font-weight: 400;
}
body.inner.CheckoutPage .cart_currency__sum {
  font-weight: 700;
}
body.inner.CheckoutPage .cart_delete {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  box-sizing: border-box;
  color: #373737;
  align-items: center;
}
body.inner.CheckoutPage .cart_delete:not(:active):hover > .cart_deleteIcon {
  color: #00bbfe;
}
body.inner.CheckoutPage .cart_deleteIcon {
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 4px;
    margin-right: 0.5rem;
    color: #006aae;
    fill: currentColor;
    border: 1px solid currentColor;
}
body.inner.CheckoutPage .cart_totalLine {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 2.5rem 1rem;
  margin-bottom: 2rem;
  background: #efefef;
}
body.inner.CheckoutPage .cart_totalPrice {
  position: relative;
  width: 380px;
}
body.inner.CheckoutPage .cart_totalPriceSum {
  position: absolute;
  right: 0;
  line-height: 0.8;
}
body.inner.CheckoutPage .cart_totalPriceValue {
  font-size: 1.5rem;
  font-weight: 600;
}
body.inner.CheckoutPage .cart_totalPriceCurrency {
  font-family: Arial;
  font-weight: 400;
}
body.inner.CheckoutPage .cart_actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1rem;
}


body.inner.CheckoutPage table, body.inner.CheckoutPage th, body.inner.CheckoutPage td {
    border: none;
}


body.inner.CheckoutPage .checkout {
  margin: 2rem 0;
}
body.inner.CheckoutPage .checkout_productTitle,
body.inner.CheckoutPage .checkout_productQuantity,
body.inner.CheckoutPage .checkout_productSum {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
}
body.inner.CheckoutPage .checkout_currency {
  font-weight: 400;
}
body.inner.CheckoutPage .checkout_viewOrder {
    display: inline-flex;
    align-items: center;
    margin-top: 0;
    cursor: pointer;
}
body.inner.CheckoutPage .checkout_viewOrder:not(:active):hover > .checkout_viewOrderIcon {
  color: #019de7;
}
body.inner.CheckoutPage .checkout_viewOrder__active .checkout_arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
body.inner.CheckoutPage .checkout_viewOrderIcon {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  border: 1px solid currentColor;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  color: #223850;
}
body.inner.CheckoutPage .checkout_arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0.875rem;
  height: 0.5rem;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
body.inner.CheckoutPage .checkout_orderList {
  display: none;
}
body.inner.CheckoutPage .checkout_orderList .checkout_orderList__visible {
  display: block;
}
body.inner.CheckoutPage .checkout_menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
}
body.inner.CheckoutPage .checkout_menuItem {
  margin: 0;
  padding: 0;
  width: 160px;
  text-align: center;
  font-weight: 600;
}
body.inner.CheckoutPage .checkout_menuItem:not(.checkout_menuItem__last) {
  margin-right: 2px;
}
body.inner.CheckoutPage .checkout_menuItem:not(:active):hover .checkout_menuItemNumber__filled {
  background-color: #00bbfe;
}
body.inner.CheckoutPage .checkout_menuItem:not(:active):hover .checkout_menuItemTitle__filled {
  color: #00bbfe;
}
body.inner.CheckoutPage .checkout_menuItemLink {
  display: block;
}
body.inner.CheckoutPage .checkout_menuItemNumber {
  margin: 0 auto 1rem;
  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;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #006aae;
  color: #fff;
  font-size: 1.75rem;
}
body.inner.CheckoutPage .checkout_menuItemNumber__current {
  color: #006aae;
  background-color: #00bbfe;
}
body.inner.CheckoutPage .checkout_menuItemNumber__future {
  color: #cecece;
  background-color: #efefef;
}
body.inner.CheckoutPage .checkout_menuItemTitle__filled {
  color: #006aae;
}
body.inner.CheckoutPage .checkout_menuItemTitle__future {
  color: #cecece;
}
body.inner.CheckoutPage .checkout_menuArrow {
  margin-top: 17px;
  margin-right: 2px;
  width: 16px;
  height: 30px;
  color: #cecece;
}
body.inner.CheckoutPage .checkout_membership {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.inner.CheckoutPage .checkout_membershipBlock {
  width: 380px;
}
body.inner.CheckoutPage .checkout_membershipBlock > .typography_h3 {
  margin-top: 0;
  white-space: nowrap;
}
body.inner.CheckoutPage .checkout_membershipBlock__auth {
  box-sizing: content-box;
  padding-right: 60px;
  border-right: 1px solid #cecece;
}
body.inner.CheckoutPage .checkout_membershipBlock__auth > .form {
  box-sizing: border-box;
}
body.inner.CheckoutPage .checkout_formIcon {
  margin: 0 1rem;
}
body.inner.CheckoutPage .checkout_registerText {
  margin: 2rem 0;
}
body.inner.CheckoutPage .checkout_registerList {
  margin-top: 1rem !important;
}





.CheckoutPage #Form_CartForm_Items th {
    background: none repeat scroll 0 0 #DDDDDD;
    font-size: 13px;
    font-weight: normal;
    padding: 10px 5px;
    text-align: left;
    border-color: #AAAAAA;
    border-style: none none solid;
    border-width: 0 0 1px;
}
.CheckoutPage #Form_CartForm {
    margin: 0;
    width: 100%;
    padding: 0;
}
.CheckoutPage #Form_CartForm_Items {
    overflow: visible;
    margin: 0;
    width: 100%;
}
.CheckoutPage #Form_CartForm_Items table, 
.CheckoutPage .typography fieldset div.field .middleColumn {
    width: 100%;
    float: none;
    border-bottom: 0 none;
}
.CheckoutPage #Form_CartForm_Items td {
    border-color: #AAAAAA;
    border-style: none none solid;
    border-width: 0 0 1px;
    background-color: #FFFFFF;
    padding: 5px 4px;
}
.CheckoutPage #Form_CartForm #Form_CartForm_Cart {
    display: none;
}
.CheckoutPage #Form_CartForm_Items .Quantity input{
	border: 1px solid #CCCCCC !important;
    height: 17px;
    line-height: 1.6;
    text-align: center;
    width: 25px;
}
.CheckoutPage #Form_CartForm .ID{
	text-align: center;
    width: 20px;
}
.CheckoutPage #Form_CartForm .Delete{
	width:30px;
}
.CheckoutPage #Form_CartForm_Items .Price{
	width:100px;
}
.CheckoutPage #Form_CartForm_Items .Quantity{
	width:70px;
}
.CheckoutPage #Form_CartForm_Items .TotalPrice{
	width:150px;
}
.CheckoutPage #Form_CartForm_Items .Price,
.CheckoutPage #Form_CartForm_Items .Quantity, 
.CheckoutPage #Form_CartForm_Items .TotalPrice {
    text-align: center;
}
.CheckoutPage #total-price {
    display: block;
    font-size: 20px;
    text-align: right;
}
.CheckoutPage #Form_CartForm div.Actions {
    position: relative;
    height: 25px;
}
.CheckoutPage #Form_CartForm div.Actions input {
    font-size: 13px;
    position: absolute;
    text-transform: none;
}


.CheckoutPage #Form_CartForm_action_clear {
    left: 260px;
    top: 10px;
}
.CheckoutPage #Form_CartForm_action_delete {
    left: 110px;
    top: 10px;
}
.CheckoutPage #Form_CartForm_action_save {
    left: 0;
    top: 10px;
}
.CheckoutPage #Form_CartForm_action_checkout {
    top: 10px;
    right:0;
}

h2 {
	color:#000000; 
	font-weight:normal; 
	font-size:18px; 
	margin:20px 0 10px 0; 
}

#publics .date,
#publics .author {
    font-size: 11px;
    margin-bottom: 5px;
}
#publics .pict {
    text-align: center;
}
#publics .item {
    margin-bottom: 20px;
}

.typography hr {
    border-color: #CCCCCC -moz-use-text-color -moz-use-text-color;
    border-style: solid none none;
    border-width: 1px 0 0;
}
.FaqHolder  .item {
	margin:20px 0 0 0; 
}
.FaqHolder .typography p{
	margin:0;
}
.FaqHolder .title {
	font-size:18px;
}
.FaqHolder  .author {
	font-size:11px; font-style:italic;
}
/*-------------------*/
h6.pollTitle{
	font-size:11px;
	margin: 0 0 6px;
}
.poll_answer_result span{
	background-color: #D5C2A0;
    display: block;
    float: left;
    height: 10px;
    margin: 3px 0px;
}
.poll_answer_result{
	width:100%;
	height:17px;
}
/*--------Авторизация/Регистрация-------*/
.auth {position:absolute; top:5px; left:22px;}
.header #MemberLoginForm_LoginForm{
	position:absolute;
	top:0; 
	left:20px;
}
.header #MemberLoginForm_LoginForm td{
	vertical-align: middle;
}
.header #MemberLoginForm_LoginForm input.text{
	background: none;
	border: 1px solid #AAAAAA;
	padding: 2px 4px;
    width: 123px;
    height: 16px;
    margin-right: 3px;
    font-size: 11px;
}
.header #MemberLoginForm_LoginForm input.subm{
	background: none no-repeat scroll 0 0 #DDDDDD;
    border: 0 none;
    color: #444444;
    cursor: pointer;
    font-size: 11px;
    height: 21px;
    overflow: hidden;
    padding-bottom: 2px;
    text-transform: uppercase;
    width: auto;
}
.header #MemberLoginForm_LoginForm a,
.header #MemberLoginForm_LoginForm span{
	color: #4D4D4D;
	font-size:12px;
	position: relative;
    top: -2px;
}
.header #MemberLoginForm_LoginForm span{
	padding: 0px 4px;
}


/*------------Виджет календаря------------*/
table.calendar {
	width: auto !important;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
}
table.calendar thead td {
	background:none !important;
	/*border:1px solid #AAAAAA;*/
	padding:6px 2px;
}
table.calendar tbody td {  
	font: 12px/14px 'Open Sans', sans-serif !important;
	color: #000 !important;
	text-align: center !important;
	/*border:1px solid #AAAAAA;*/
	padding:1px 2px;
}
table.calendar td a.month-nav {
  text-decoration: none !important;
}
table.calendar td a.month-nav:hover  {
  color: #a38a64 !important;
}
table.calendar tr.calendarHeader select {
  border: 1px solid #7f9db9 !important;
}
table.calendar td.calendarDayName {
  font-size: 12px !important;
  line-height: 14px !important;
  font-weight: bold !important;
  background:none !important;
}

table.calendar tr td.calendarDayName {
  text-align: center !important;
}
table.calendar tbody td.showWeek {
  display: none !important;
}
table.calendar tbody td a {
  display: block !important;
  padding: 2px 5px 3px 4px !important;
  font: 12px/14px 'Open Sans', sans-serif !important;
  color: #000 !important;
  text-decoration: none !important;
}
table.calendar tbody td a:hover, table.calendar tbody td.currentDay a {
  background: #fff !important;
  color: #fff !important;
  text-decoration: none !important;
}
table.calendar tbody td.hasEvent a {
  color: #358EC3 !important;
  text-decoration: underline !important;
}
table.calendar select#live-calendar-widget-navigator {
  width: 152px !important;
}
#calendar-sidebar {
  width: 190px !important;
  margin: 0 0 10px 10px !important;
}
#events {
  margin: 30px 0 !important;
}
.event-item {
  margin-bottom: 30px !important;
}
.event-item .eventtitl{
	margin-top:0;
}
.event-item p.dates, .event-item p.timing, .event-item p.description {
  margin-bottom: 0 !important;
  }
  
  
.Calendar .item {margin:20px 0;}
.Calendar .date {font-weight: bold;margin:0; padding:0; line-height:18px; font-size:13px;}
.Calendar .title {font-size:16px; margin:5px 0;}
.CalendarEvent .typography p.timing {
	margin-top:0;
}


.Calendar #leftmenu,
.CalendarEvent #leftmenu{
	display:none;
}
.typography #live-calendar-widget{
	float:right;
	padding-left:20px;
}
.typography #live-calendar-widget td{
	border:0;
}
.typography #live-calendar-widget p{
	margin:0;
}
.typography #live-calendar-widget table{
	margin-bottom:0;
}

/*---------------Галерея------------------*/
.ImageGalleryPage #gallery-list {padding:0; margin:0;}

/* Страницы 4 уровня - PageSubMenu */
.pageSubMenu .pageSubMenu_list {
  margin-bottom: 0 !important;
}
.pageSubMenu .pageSubMenu_listItem {
  list-style: none !important;
  padding: 0 !important;
}
.pageSubMenu .pageSubMenu_listItem:not(:last-child) {
  margin-bottom: 1rem !important;
}
.pageSubMenu .pageSubMenu_listItemLink.typography_a {
  position: relative !important;
  display: block !important;
  padding-left: 1rem !important;
  color: #223850;
}
.pageSubMenu .pageSubMenu_listItemLink:before {
  content: ">";
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

/* SideWidget */
.sideWidget_holder > .sideWidget {
  margin-bottom: 32px;
}
.sideWidget_header {
  background: #223850;
  padding: 0.5rem 0 0.5rem 16px;
}
.sideWidget_heading {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}
.sideWidget_content {
  padding: 1rem 0;
}
.sideWidget_content__second {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  background: #fff;
}
.sideWidget_content__filters {
  padding-left: 1rem;
  padding-right: 1rem;
}
.sideWidget_contentInner {
  padding: 0 16px;
}
.sideWidget_item:not(.sideWidget_item__first) {
  margin-top: 1rem;
}
.sideWidget_item:not(.sideWidget_item__last) {
  border-bottom: 1px dashed #cecece;
  padding-bottom: 1rem;
}
.sideWidget_item__second {
  padding-left: 16px;
  padding-right: 16px;
}
.sideWidget_itemHeading {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
}
.sideWidget_itemImage + .sideWidget_itemHeading {
  margin-top: 0.75rem;
}
.sideWidget_itemDate {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 0.5rem;
}
.sideWidget_header + .sideWidget_itemImage,
.sideWidget_itemDate + .sideWidget_itemImage,
.sideWidget_itemHeading + .sideWidget_itemImage,
.sideWidget_itemImage + .sideWidget_itemImage {
  margin-top: 0.75rem;
}
.sideWidget_itemImage a {
  display: block;
}
.sideWidget_itemImage img {
  width: 100%;
  display: block;
}
.sideWidget_itemContent {
  margin-top: 0.75rem;
}
.sideWidget_showMore {
  background: #efefef;
  padding: 0.5rem 0 0.5rem 16px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
}
.sideWidget_showMoreLink {
  color: #223850;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sideWidget_showMoreIcon {
  margin-left: 0.5rem;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  color: #373737;
}

.slick-arrow img {
  opacity: 0.7;
  transition: opacity 0.1s linear;
}

.slick-arrow:hover img {
  opacity: 1;
  transition: opacity 0.1s linear;
}


.scrollButton {
  display: none;
  position: fixed;
  box-sizing: border-box;
  right: 2rem;
  bottom: 2rem;
  padding: 1rem 0.75rem;
  cursor: pointer;
  color: #fff;
  opacity: 0.7;
  background-color: #5c5c5c;
}

.scrollButton:after {
  content: "";
  display: block;
  box-sizing: border-box;
  border-bottom: 1rem solid #fff;
  border-left: 0.75rem solid transparent;
  border-right: 0.75rem solid transparent;
}