.logo {
	display: block;
}
.arrow {
	display: block;
	width: 153px;
    height: 30px;
	background: url(/images/arrow.png) no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
	margin: 2px 0 0 26px;
}
.call-btn {
	display: block;
    background: #FFD700;
    border: none;
    height: 45px;
    color: #000;
    font-weight: bold;
    background-size: 100% 45px;
	text-align: center;
	border-radius: 5px;
}
.call-btn :hover{
	color: #fff;
}
.call-btn button {
	background: none;
    font-size: 14px;
    margin: 5px 0 0 15px;
}
.top-phone {
	font-size: 41px;
	font-weight: bold;
  	text-align: center;
}
.top-phone span {
	display: block;
	font-size: 13px;
	font-weight: normal;
}
.top-email {
	text-align: center;
}
.top-email a {
    font-size: 41px;
    font-weight: bold;
}
.fix-top .top-email a {
    font-size: 26px;
}
.main-title {
	display: block;
	text-align: center;
}
.main-content {
	display: block;
	font-family: 'Roboto', sans-serif;
	background: rgba(211,211,211,1);
	background: -moz-linear-gradient(left, rgba(211,211,211,1) 0%, rgba(250,250,250,1) 47%, rgba(211,211,211,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(211,211,211,1)), color-stop(47%, rgba(250,250,250,1)), color-stop(100%, rgba(211,211,211,1)));
	background: -webkit-linear-gradient(left, rgba(211,211,211,1) 0%, rgba(250,250,250,1) 47%, rgba(211,211,211,1) 100%);
	background: -o-linear-gradient(left, rgba(211,211,211,1) 0%, rgba(250,250,250,1) 47%, rgba(211,211,211,1) 100%);
	background: -ms-linear-gradient(left, rgba(211,211,211,1) 0%, rgba(250,250,250,1) 47%, rgba(211,211,211,1) 100%);
	background: linear-gradient(to right, rgba(211,211,211,1) 0%, rgba(250,250,250,1) 47%, rgba(211,211,211,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#d3d3d3', GradientType=1 );
}
.main-content h1{
	font-weight: bold;
}
.main-content h2{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 10px 0;
}
.main-content h3 {
	margin-top: 10px;
	margin-bottom: 30px;
    font-size: 18px;
    line-height: 130%;
    font-weight: bold;
}
.main-content h4 {
	text-align: center;
	font-size: 16px;
	text-decoration: underline;
}
.main-content h5 {
	margin-top: 40px;
    font-size: 18px;
    line-height: 130%;
    font-weight: bold;
	text-align: center;
}
.main-content hr {
	width:100%;
}
@media (max-width: 992px) {
	.main-content h1{
		font-size: 25px;
	}
	.main-content h2{
		font-size: 23px;
	}
	.main-content h4 {
		font-size: 14px;
	}
	.main-content h5 {
		font-size: 12px;
	}	
}
.sert h3 {
	margin-top: 0;
    font-size: 26px;
	font-weight: normal;
	text-align: center;
}
.test-batch {
	background: #000;
    color: #fff;
    padding: 30px 30px 30px 0;
    font-weight: bold;
    border-radius: 20px;
	margin-top: 30px;
}
.test-batch p {
	font-size: 18px;
}
.test-batch span {
	margin-top: 25px;
    font-size: 14px;
	font-weight: normal;
}
.arrow-phone {
	display: block;
    text-align: right;
}
.arrow-phone img {
	height: 125px;
}
.treb {
	display: none;
}
.inp {
	padding: 18px 20px 12px 15px;
    border-radius: 5px;
    border: none;
    margin: 10px 10px 0px 0px;
    width: 245px;
	color: #000;
	background: #fff!important;
}
.batch  input {
	background: url(/images/phone-btn.png) no-repeat;
    width: 265px;
    height: 55px;
    font-size: 18px;
    color: #000;
	border: none;
}
.batch  input:hover {
	color: #fff;
}
.block-btn {
	display: block;
    background: #eaeaea;
    width: 400px;
    height: 70px;
    margin: 10px;
    padding: 12px 0px 0px 12px;
	font-size: 18px;
	font-weight: bold;
	line-height: 45px;
    border-radius: 10px;
    box-shadow: 0.2em 0.2em 9px rgba(122,122,122,0.3);
}
.block-btn a {
	text-decoration: none;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}
.block-btn a:hover {
	text-decoration: underline;
}
.name {
	background: #000;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.col_1 {
	text-align: left;
	vertical-align: middle !important;
	width: 47%;
	padding-left: 15px;
}
.col_2 {
	vertical-align: middle !important;
	width: 19%
}
.col_3 {
	vertical-align: middle !important;
	width: 18%
}
.order {
	font-size: 16px;
    font-weight: bold;
}
.order input {
	background: url(/images/phone-btn.png) no-repeat;
    width: 150px;
    height: 30px;
    font-size: 16px;
	font-weight: bold;
    border: none;
    background-size: 150px;
}
.order input:hover {
	color: #fff;
}
.client p {
	font-size: 18px;
    text-align: center;
}
.client img {
	bottom: 0;
    position: absolute;
}
.manager {
	background: url(/images/group.png) no-repeat;
}
.manager img {
	margin: -60px 0 0 60px;
}
.manager a {
	font-size: 38px;
	color: #fff;
	font-weight: bold;
	margin: 20px 0 0 0;
}
.manager span {
    font-size: 20px;
    color: #fff;
    margin: 10px 0 20px 0;
    display: block;
}
.fix-top{
	display: block;
    position: fixed;
    z-index: 999;
    width: 240px;
    background: #fff;
    border-radius: 10px;
    top: 0;
	right: 50px;
    padding: 5px;
    height: 93px;
}
.advant h3 {
	font-size: 16px;
}
.r-borders {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
	text-align: center;
}
.question{
  font-weight: 600;
}
.answers {
  margin-bottom: 20px;
}
.answers label{
  display: block;
}
#submit{
  font-family: sans-serif;
  font-size: 20px;
  background-color: #279;
  color: #fff;
  border: 0px;
  border-radius: 3px;
  padding: 20px;
  cursor: pointer;
  margin-bottom: 20px;
}
#submit:hover{
  background-color: #38a;
}

.range-wrap {
  position: relative;
  margin: 0 auto 3rem;
}
.range {
  width: 100%;
}
.bubble {
  background: red;
  color: white;
  padding: 4px 12px;
  position: absolute;
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
}
.bubble::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: red;
  top: -1px;
  left: 50%;
}
input.listen {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}
li.list-group-item {
    padding: 5px 25px;
}
.bgimage{
  background-image: url(it1.png);
    background-size: cover;
    display: inline-block;
    background-position: center;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 100%;
}
.bgimage2{
  background-image: url(bochka.png);
    background-size: cover;
    display: inline-block;
    background-position: center;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 100%;
}
.bgimage3{
  background-image: url(evrokub.png);
    background-size: cover;
    display: inline-block;
    background-position: center;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 100%;
}
.bgimage4{
  background-image: url(cisterna.png);
    background-size: cover;
    display: inline-block;
    background-position: center;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 100%;
}
.tick {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 111, 0, 0.75);
    transition: all 300ms;
    opacity: 0;
}
input:checked ~ .bgimage .tick, #node1379_meta [plp-field="radio-visual"] input:checked ~ .bgimage .tick svg {
    opacity: 1;
}
input:checked ~ .bgimage2 .tick, #node1379_meta [plp-field="radio-visual"] input:checked ~ .bgimage2 .tick svg {
    opacity: 1;
}
input:checked ~ .bgimage3 .tick, #node1379_meta [plp-field="radio-visual"] input:checked ~ .bgimage3 .tick svg {
    opacity: 1;
}
input:checked ~ .bgimage4 .tick, #node1379_meta [plp-field="radio-visual"] input:checked ~ .bgimage4 .tick svg {
    opacity: 1;
}
label.label {
    width: 100%;
    height: 100%;
}
li.list-group-item.col-3{
  min-height: 200px;
}
.modal-body-text{
	font-size: 20px;
    font-weight: 500;
}
.primeneniye {
	display: flex;
	justify-content: space-around;
	text-align: center;
}
.primeneniye-image {
	max-width: 100%;
	padding: 20px;
}
.img-vidy {
	margin-left: 50px;
}
.tara-image {
	max-width: 300px;
	padding: 10px;
}
.kanistra {
	max-width: 250px;
}
.country-image {
	max-width: 20px;
	border-radius: 50%;
	margin-left: 5px;
}
.advantages {
	max-width: 150px;
	border-radius: 50%;
}
.klient-block {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.klient {
	max-width: 165px;
	padding: 0 20px 10px 0;
}
@media (max-width: 992px) {
	.top-phone {
		font-size: 18px;
	}
	.top-email a {
		font-size: 18px;
		margin: 5px 0 0 0;
	}
	.call-btn button {
		font-size: 14px;
		margin: 5px 0 0 0;
	}
	.block-btn {
		width: 325px;
  		line-height: 25px;
	}
	.tara-image {
		max-width: 150px;
	}
	.kanistra {
		max-width: 110px;
	}
	.klient-block {
		justify-content: space-around;
	}
}
@media (max-width: 768px) {
	.primeneniye {
		display: flex;
    	flex-wrap: wrap;
		justify-content: space-around;
		text-align: center;
	}
	.primeneniye-image {
		height: 190px;
	}
	.img-vidy {
		margin-left: 0;
	}
	.name {
   		font-size: 12px;
	}
	.order input {
    	width: 110px;
	}
	.tara-image {
		max-width: 120px;
	}
	.klient-block {
		justify-content: space-around;
	}
}
@media (max-width: 576px) {
	.primeneniye {
		margin-bottom: 10px;
		justify-content: center;
	}
	.primeneniye-image {
    	height: 110px;
		padding: 6px;
	}
	.klient-block {
		justify-content: space-around;
	}
	.klient {
		max-width: 100px;
	}
	.client img {
		max-width: 95px;
	}
	.advantages {
		max-width: 80px;
	}
	.advant h3 {
		font-size: 10px;
	}
	.order {
		font-size: 10px;
	}
	.order input {
		font-size: 10px;
    	width: 65px;
		border-radius: 6px;
	}
}
.description {
	font-size: 20px;
	font-weight: bold;
	padding: 0 20px;
}