.catalog-root .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
  }
  
  .catalog-root .container > div {
	width: 50%;
	height: 420px;
	padding: 40px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
  }
  
  .catalog-root-section {
	position: relative;
	background: #f9f9f9;
	background-repeat: no-repeat;
	background-position: right bottom;
	border-bottom: 1px solid #e5e5e5;
  }
  
  .catalog-root-section:nth-child(odd) {
	border-right: 1px solid #e5e5e5;
  }
  
  .catalog-root-section:nth-child(1) {
	background-image: url(/local/templates/main/img/catalog/kolesa.png);
  }
  
  .catalog-root-section:nth-child(2) {
	background-image: url(/local/templates/main/img/catalog/pari.png);
  }
  
  .catalog-root-section:nth-child(3) {
	background-image: url(/local/templates/main/img/catalog/balki.png);
  }
  
  .catalog-root-section:nth-child(4) {
	background-image: url(/local/templates/main/img/catalog/apparati.png);
  }
  
  .catalog-root-section:nth-child(5) {
	background-image: url(/local/templates/main/img/catalog/prochie.png);
  }
  
  .catalog-root-section-title {
	margin: 0;
	font-family: "Circe-Bold";
	font-size: 32px;
	line-height: 34px;
  }
  
  .catalog-root-section-descr {
	max-width: 375px;
	margin: 15px 0 0 0;
	font-family: "Circe-Regular";
	font-size: 16px;
  }
  
  .catalog-root-section-list {
	max-width: 375px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	list-style-type: none;
  }
  
  .catalog-root-section-list li:not(:last-child) {
	margin-right: 20px;
  }
  
  .catalog-root-section-list li:hover a {
	color: #a4282e;
	border-bottom: 1px dashed #a4282e;
  }
  
  .catalog-root-section-list a {
	font-family: "Circe-Regular";
	font-size: 22px;
	color: #d62631;
	text-decoration: none;
  }
  
  .catalog-root-section-question {
	width: 135px;
	height: 50px;
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	font-family: "Circe-Regular";
	color: white;
	background: #d62631;
	text-decoration: none;
  }
  
  .catalog-root-section-question:hover {
	background: #a4282e;
  }
  
  .catalog-root-section-contacts {
	position: absolute;
	right: 40px;
	bottom: 40px;
	line-height: 34px;
  }
  
  .catalog-root-section-contacts a {
	color: white;
	text-decoration: none;
  }
  
  .catalog-root-section-contacts .phone {
	font-family: "Circe-Bold";
	font-size: 32px;
  }
  
  .catalog-root-section-contacts .email {
	font-family: "Circe-Regular";
	font-size: 24px;
  }
  
  .catalog-root-section:last-child {
	color: white;
	background: #2c2c2c url(/local/templates/main/img/catalog/help-bg.png) no-repeat center;
  }
  
  .catalog-root-section:last-child .catalog-root-section-descr {
	font-size: 24px;
  }
  
  .catalog-services {
	margin-top: 100px;
  }
  
  .catalog-services .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
  }
  
  .catalog-services-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
  }
  
  .catalog-services-descr {
	max-width: 400px;
	margin-top: 0;
	line-height: 38px;
	font-family: "Circe-Light";
	font-size: 32px;
  }
  
  .catalog-services-callback {
	width: 145px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	font-family: "Circe-Regular";
	font-size: 16px;
	background: #d62631;
	color: white;
	text-decoration: none;
  }
  
  .catalog-services-callback:hover {
	background: #a4282e;
  }
  
  .catalog-services-callback.mobile {
	display: none;
  }
  
  .catalog-services-contacts {
	line-height: 34px;
  }
  
  .catalog-services-contacts.mobile {
	display: none;
  }
  
  .catalog-services-contacts a {
	color: #343434;
	text-decoration: none;
  }
  
  .catalog-services-contacts .phone {
	font-family: "Circe-Bold";
	font-size: 32px;
  }
  
  .catalog-services-contacts .email {
	font-family: "Circe-Regular";
	font-size: 24px;
  }
  
  .catalog-services-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-family: "Circe-Regular";
	font-size: 22px;
  }
  
  .catalog-services-list li {
	padding: 25px 60px 25px 8px;
  }
  
  .catalog-services-list li:not(:last-child) {
	border-bottom: 1px solid #d6d6d6;
  }
  
  .catalog-services-list li:hover {
	background: #d62631;
  }
  
  .catalog-services-list li:hover a {
	color: white;
  }
  
  .catalog-services-list li a {
	display: block;
	height: 100%;
	color: #343434;
	text-decoration: none;
  }
  
  .disclaimer {
	margin-top: 100px;
	margin-bottom: 120px;
	font-family: "Circe-Regular";
  }
  
  .disclaimer .container {
	padding-top: 48px;
	padding-bottom: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #EFF2F9;
  }
  
  .disclaimer-left {
	margin-right: 100px;
  }
  
  .disclaimer-title {
	margin-top: 0;
	font-size: 24px;
  }
  
  .disclaimer-descr {
	font-size: 16px;
  }
  
  @media (max-width: 1024px) {
	.catalog-root-section-list {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	}
  }
  
  @media (max-width: 768px) {
	.catalog-root .container {
	  padding: 0 !important;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	}
	.catalog-root .container > div {
	  width: auto;
	  height: auto;
	  padding: 40px 20px;
	}
	.catalog-root .container > div:last-child {
	  height: auto;
	}
	.catalog-root-section {
	  background-size: contain;
	}
	.catalog-root-section-title {
	  font-size: 28px;
	}
	.catalog-root-section-list {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	}
	.catalog-root-section-list li:not(:last-child) {
	  margin-bottom: 20px;
	}
	.catalog-root-section-contacts {
	  position: static;
	  margin-top: 115px;
	}
	.catalog-services {
	  margin-top: 64px;
	}
	.catalog-services .container {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	}
	.catalog-services-descr {
	  font-size: 28px;
	  margin-bottom: 0;
	}
	.catalog-services-callback {
	  display: none;
	}
	.catalog-services-callback.mobile {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  margin-top: 56px;
	}
	.catalog-services-contacts {
	  display: none;
	  margin-top: 24px;
	}
	.catalog-services-contacts.mobile {
	  display: block;
	}
	.catalog-services-list {
	  font-size: 20px;
	}
	.catalog-services-list li {
	  padding-right: 0;
	}
	.catalog-services-list li:last-child {
	  padding-bottom: 0;
	}
	.disclaimer {
	  margin-top: 64px;
	  margin-bottom: 0;
	}
	.disclaimer .container {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	}
	.disclaimer-left {
	  margin-right: 0;
	  margin-bottom: 32px;
	}
  }
  
  @media (max-width: 376px) {
	.catalog-root .container > div {
	  height: 420px;
	}
	.catalog-root-section {
	  background-size: 65%;
	}
  }
  /*# sourceMappingURL=style.css.map */