/* Введіть свій код CSS тут */
.wpb_video_widget .wpb_video_wrapper {
    padding-top: 0 !important;
}
.hiden-class {
  display: none;
}

/* Slider Revolution */
.post-617 > .entry-content {
	margin-top: 10px;
}

.entry-content {
	margin-top: 100px;
  padding-top: 1px;
}

#main-services-row {
	margin-right: 15px;
}

@media screen and (max-width: 900px) {
	.service-item {
  	width: 100px;
  	height: 100px;
  	margin-left: 1px;
  	margin-right: 1px;
  	padding-left: 1px;
  	padding-right: 1px;
  }
}

@media screen and (min-width: 900px) {
	.service-item {
		width: 160px;
  	height: 160px;
  }
}