

/* Start:/local/templates/.default/styles/contacts.css?17447015933301*/
ul.dl li {
	margin-bottom: 1rem;
}

ul.dl {
	/*display: grid;*/
	display: block;
	grid-auto-rows: minmax(100px, auto);
	grid-template-columns: repeat(2, 1fr);
}
.where .sub {
	font-size: 16px !important;
	font-weight: bold;
}
.where div > b {
	font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  display: inline-block;
  color: #ff4f00;
}
/*.two-col ul li {
	display: inline-block;
	
}
.two-col ul {
	display: flex;
	align-items: center;
	justify-content: space-around;
}*/
.logo {
	display: inline-block;
	width: 8rem;
	height: 3rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 1rem;
	filter: grayscale(1);
	transition: filter .3s;
}
.logo:hover {
	filter: grayscale(0);
}
.logo.wb {
	background-image: url(/local/templates/.default/assets/images/wb.png);
}
.logo.ozon {
	background-image: url(/local/templates/.default/assets/images/ozon.png);
}
.logo.vsei {
	background-image: url(/local/templates/.default/assets/images/vsei.png);
}
.where {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: minmax(100px, auto);
}
.two-col {
	grid-column: span 2;
	border-top: 1px solid #ff4f00;
  padding-top: 1rem;
}
@media all and (max-width: 768px) {

}

.text .c {
	line-height: 1.5;
}

.grid a:active,
.grid a,
.grid a:hover,
.grid a:visited,
.grid a:hover {
	color: #ff4f00;
}
.map iframe {
	display: flex;
	width: 100%;
	height: 100%;
}
.download {
	text-align: center;
}
.download a {
	text-decoration: underline;
}
.download-list {
	margin: 2rem 0;
	font-size: 1.2rem;
	display: flex;
}
.download-list b {
	text-decoration: none;
	font-size: .95em;
	display: inline-block;
	background: #ff4f00;
	color: white;
	padding: .15rem 1rem;
}
.download-list a {
	text-decoration: underline;
}
.download-list li:not(:last-child) {
	margin-right: 1rem;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 3.25fr;
}

.grid .text {
	background: black;
	color: #fff;
	padding: 1.5rem;
	border-bottom: 1px solid white;
}
.grid .text p:not(:last-child) {
	margin-bottom: 1rem;
}
.grid .text .t {
	font-weight: bold;
	font-size: 1.2rem;
}
.map2 {
	background: url(/upload/import_files/map2.jpeg) right bottom no-repeat;
	background-size: cover;
}
.map3 {
	border-bottom: 1px solid black;
}
@media all and (min-width: 1100px) {
  .grid .text {
	  height: 30vw;
  }
}
@media all and (max-width: 1100px) {
  .grid .map {
	  height: 400px;
  }
  .grid .text {
	  height: auto;
  }
  .grid {
    grid-template-columns: 1fr;
  }
  .map2 {
	  background-size: contain;
	  background-position: center center;
  }
}

.download:not(:last-child) {
	margin-bottom: 2rem;
}

.download .t {
	font-size: 1.3rem;
	margin-bottom: .5rem;
}
.download a:hover {
	cursor: pointer;
	color: red;
	text-decoration: underline;
}
.download img {
	display:block;
	height: 300px;
	margin-bottom: 1rem;
	margin-left: auto;
  margin-right: auto;
}
.columns {
	margin-top: 2rem !important;
}
li[data-depth="1"] {
	margin-left: 1em;
}
li[data-depth="2"] {
	margin-left: 2em;
}
li[data-depth="3"] {
	margin-left: 3em;
}
.h-sitemap {
	margin-bottom: 1em;
}
/* End */
/* /local/templates/.default/styles/contacts.css?17447015933301 */
