/* Крутилка*/
img {
  width: 100%; !important;
}

.sim-slider {
  max-width: 1200px;
  min-width: 300px;
  background-color: white;
}

/* General styles */
.sim-slider {
  position: relative;
}

.sim-slider-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}

.sim-slider-element {
  width: 100%;
  transition: opacity 1s ease-in;
  opacity: 0;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  display: block;
}

/* Navigation item styles*/

div.sim-slider-arrow-left,
div.sim-slider-arrow-right {
  width: 22px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  opacity: 0.6;
  z-index: 4;
}

div.sim-slider-arrow-left {
  left: 10px;
  top: 40%;
  display: block;
  background: url("../img/about-the-brand/sim-arrow-left.png") no-repeat;
}

div.sim-slider-arrow-right {
  right: 10px;
  top: 40%;
  display: block;
  background: url("../img/about-the-brand/sim-arrow-right.png") no-repeat;
}

div.sim-slider-arrow-left:hover {
  opacity: 1.0;
}

div.sim-slider-arrow-right:hover {
  opacity: 1.0;
}

div.sim-slider-dots {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  text-align: center;
}

span.sim-dot {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  padding: 0;
  display: inline-block;
  background-color: #BBB;
  border-radius: 5px;
  cursor: pointer;
}
/*==================================*/

.about-all {
	margin-bottom: 250px;
}
.clear {
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.text-brand {
	padding: 10px 0px 0px 0px;
}
.text-brand p {
	text-align: justify;
	padding: 10px 0px 20px 0px;
}
.clear img {
	max-width: 590px;
}
.left-mob {
	max-width: 590px;
	float: left;
}
.right-mob {
	max-width: 590px;
	float: right;
}
@media (max-width: 1200px) {
	#img {
		margin-left: -100%;
	}
	.about-all {
		margin-bottom: 0px;
	}
	.clear {
		max-width: 600px;
	}
	.clear img {
		text-align: center;
	}
	main img {
		width: 100%;
	}
	.text-brand {
		padding: 0px;
	}
	.left-mob, .right-mob {
		clear: both;
		float: inherit;
	}
}
@media (max-width: 610px) {
	.text-brand {
		padding: 10px 10px 0px 10px;
	}
}