

/* Start:/local/components/cetacs/top-section/templates/.default/style.css?1748343844561*/
.top-img-block img {
    width: 315px !important;
}
.top-img-block {
    position: absolute;
    z-index: 10000;
    right: 20%;
    bottom: -162px;
}
.owl-carousel .owl-stage-outer {
    overflow: visible !important;
}
.cc_slider_img_section {
    height: 100vh;
}
.cc_main_slide1 {
    height: 100vh;
    background-size: cover !important;
}
.cc_main_slide1 .owl-carousel.owl-drag .owl-item {
    height: 100vh !important;
}

.cc_slider_main_wrapper.surveillance .cc_slider_cont1 .title span {
    font-weight: bold;
    color: #23c0e9;
    font-size: 33px;
}
/* End */


/* Start:/local/components/cetacs/puzomerka/templates/.default/style.css?1748343842980*/
.b-progress {
  background: #23c0e9;
  display: flex;
  justify-content: center;
}
.b-progress__item {
  color: #fff;
  width: 300px;
  display: flex;
  justify-content: center;
  padding: 50px 10px;
}
.b-progress__item:nth-child(2n) {
  background: #22b5db;
}
.b-progress__value {
  font-size: 50px;
  text-align: center;
  line-height: 60px;
}
@media screen and (max-width: 1200px) {
  .b-progress__value {
    font-size: 35px;
    line-height: 35px;
  }
}
.b-progress__prefix {
  margin-bottom: 20px;
  text-align: center;
  font-size: 28px;
}
@media screen and (max-width: 1200px) {
  .b-progress__prefix {
    font-size: 16px;
    margin-bottom: 7px;
  }
}
.b-progress__postfix {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .b-progress__postfix {
    font-size: 14px;
    margin-top: 7px;
  }
}
@media screen and (max-width: 768px) {
  .b-progress {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/cetacs/services_table/templates/computers-repair/style.css?17483438542036*/
.jp_job_post_main_wrapper {
  width: 100%;
}
.jp_job_post_main_wrapper table {
  width: 100%;
}
.jp_job_post_main_wrapper h3 {
  margin-bottom: 20px;
  font-size: 22px;
}
.jp_job_post_main_wrapper tr {
  color: #095a6f;
  background: rgba(34, 181, 219, 0.12);
}
.jp_job_post_main_wrapper tr:nth-child(2n) {
  background: rgba(35, 192, 233, 0.22);
}
.jp_job_post_main_wrapper tr td:last-child {
  text-align: right;
  font-weight: bold;
  white-space: nowrap;
}
.jp_job_post_main_wrapper td {
  padding: 10px 20px;
  font-size: 18px;
}
.top-block-prices__item > span {
  display: flex;
  align-items: center;
}

.top-block {
  margin-top: 40px;
}
.top-block-prices__item span a {
  margin-right: 6px;
  background: #22b5db;
  width: 210px;
  color: #fff !important;
  padding: 5px 13px;
  font-size: 15px !important;
  text-align: center;
  line-height: 18px;
}
.top-block-prices__item span a.incart {
  background: #8adbf1;
  color: #1b9c0b !important;
}
.top-block-prices__item > a {
  color: #095a6f;
  text-decoration: underline;
}
.top-block-prices__item span a span {
  font-size: 15px !important;
  float: none !important;
}
ul.nav.tabs-footer-nav {
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
}

ul.nav.tabs-footer-nav a:hover, ul.nav.tabs-footer-nav a:active, ul.nav.tabs-footer-nav li.active a {
  color: #fff;
  background-color: #22b5db;
}

.top-block-prices {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  justify-content: space-between;
}
.top-block-prices .top-block-prices__item {
  margin: 5px;
  background: #cef1fa;
  color: #095a6f;
  padding: 5px 20px;
  font-size: 18px;
  width: 49%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top-block-prices .top-block-prices__item {
    width: 100%;
  }
}
.top-block-prices .top-block-prices__item span {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 4px;
  float: right;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/pages/components/bitrix/news.list/steps/style.css?17483432612096*/
.b-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 768px) {
  .b-steps {
    justify-content: left;
  }
}
.b-steps__item {
  position: relative;
  margin: 15px;
  margin-bottom: 30px;
  height: 190px;
  width: 190px;
  background: #23c0e9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 31px;
  counter-increment: step;
  border: 2px solid #22b5db;
}
.b-steps__item:before {
  content: counter(step);
  position: absolute;
  left: 5px;
  top: 5px;
  color: #fff;
  font-size: 25px;
}
@media (max-width: 768px) {
  .b-steps__item:before {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .b-steps__item {
    height: auto;
    padding-left: 35px;
    padding-right: 20px;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin: 0;
    padding-top: 0;
  }
}
.b-steps__img {
  width: 45px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .b-steps__img {
    width: 25px;
    margin-right: 10px;
    margin-bottom: 12px;
  }
}
.b-steps__text {
  text-align: center;
  color: #fff;
  font-size: 14px;
  height: 68px;
  display: flex;
  align-items: center;
  line-height: 20px;
}
@media (max-width: 768px) {
  .b-steps__text {
    height: auto !important;
    padding: 10px 10px;
    text-align: left;
  }
}

.steps_wrapper {
  float: left;
  padding: 50px 0;
  width: 100%;
}
.steps_wrapper .steps_wrapper_head {
  text-align: center;
  margin-bottom: 50px;
}
.steps_wrapper .steps_wrapper_head h2 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  position: relative;
  line-height: 30px;
}
.steps_wrapper .steps_wrapper_head h2:before {
  content: "";
  border: 1px solid #23c0e9;
  width: 8px;
  position: absolute;
  bottom: -15px;
  left: -45px;
  right: 0;
  margin: 0px auto;
}
.steps_wrapper .steps_wrapper_head h2:after {
  content: "";
  border: 1px solid #23c0e9;
  width: 30px;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0px auto;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/cetacs/cetacs-support/templates/.default/style.css?17483438471078*/
.support {
  float: left;
  width: 100%;
  padding: 60px 0;
  background: url(/local/components/cetacs/cetacs-support/templates/.default/support-bg.jpg);
  position: relative;
}

.support__overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #23c0e9ba;
}

.support__wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .support__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.support .jp_recent_resume_heading_wrapper {
  text-align: left;
  float: none;
  padding-bottom: 20px;
}
.support .jp_recent_resume_heading_wrapper h2 {
  color: #fff !important;
}

.support__download a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.support__text {
  margin-right: 60px;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .support__text {
    margin-bottom: 30px;
    margin-right: 0;
  }
}

.support__download span {
  margin-top: 8px;
  display: inline-block;
  text-align: center;
  color: #fff;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/pages/components/bitrix/news.list/partners/style.css?1748343265535*/
.jp_client_second_slider_wrapper .owl-item {
	display: flex !important;
	justify-content: center!important;
	align-items: center !important;
	min-height: 100px !important;
	background: #fff;
	padding: 10px 20px;
}
.jp_client_second_slider_wrapper img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
}
.jp_client_second_slider_wrapper .owl-item {
	height: 120px;
	overflow: hidden;
	border-radius: 5px;
}
/* End */


/* Start:/local/templates/pages/components/bitrix/news.list/reviews/style.css?17483432632711*/
.jp_client_slider_wrapper .owl-theme .owl-nav .owl-prev {
	font-size: 26px;
	margin: 0;
	padding: 0;
	right: 30px;
	top: 0;
	color: #ffffff85;
	background: none;
	position: absolute;
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.jp_client_slider_wrapper .owl-theme .owl-nav {
	position: absolute;
	top: -74px;
	margin: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	display: block;
}
.jp_client_slider_wrapper .owl-theme .owl-nav .owl-next {
	font-size: 26px;
	margin: 0;
	padding: 0;
	right: 0;
	top: 0;
	right: 0;
	position: absolute;
	color: #ffffff85;
	background: none;
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jp_client_slider_wrapper .owl-theme .owl-dots {
	display: none;
}
.jp_client_slider_wrapper {
	float: left;
	width: 100%;
	margin-top: 50px;
}
.jp_first_client_slider_img_overlay {
	position: absolute;
	top: 0%;
	right: 0%;
	left: 0%;
	bottom: 0%;
	background: #0e1427d9;
}
.jp_first_client_slider_wrapper {
	background: url(http://www.webstrot.com/html/tm/thejobs/images/content/client_bg.jpg) 50% 0 repeat-y;
	background-position: center 0;
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	padding: 40px;
}

.jp_client_slider_cont_wrapper p {
	font-size: 20px;
	font-style: italic;
	color: #ffffffd4;
}
.jp_client_slide_show_wrapper {
	float: left;
	width: 100%;
}

.jp_client_slider_img_wrapper {
	float: left;
	width: 120px;
}
.jp_client_slider_cont_wrapper {
	float: left;
	width: calc(100% - 120px);
	padding-left: 35px;
	padding-top: 18px;
}
.jp_client_slider_img_wrapper {
	float: left;
	width: 120px;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}
.jp_client_slider_cont_wrapper i {
	color: #f1a835;
}
.jp_client_slider_cont_wrapper span {
	color: #ffffff;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	margin-left: 10px;
	font-weight: bold;
}
.jp_client_heading_wrapper h2 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 900;
	text-transform: uppercase;
	position: relative;
}
.jp_client_heading_wrapper h2:before {
	content: '';
	border: 1px solid #23c0e9;
	width: 8px;
	position: absolute;
	bottom: -15px;
	left: 0;
}
.jp_client_heading_wrapper h2:after {
	content: '';
	border: 1px solid #23c0e9;
	width: 30px;
	position: absolute;
	bottom: -15px;
	left: 11px;
}
.jp_client_slider_wrapper .owl-stage-outer {
	overflow: hidden !important;
}
.jp_client_slider_cont_wrapper{
	text-align: justify;
}
.jp_client_slider_cont_wrapper span {
	float: right;
}
/* End */


/* Start:/local/templates/pages/components/bitrix/news.list/pages-blocks/style.css?17483432662053*/
.jp_job_post_keyword_wrapper h2 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.jp_job_post_main_wrapper_cont a:hover h2 {
  color: #fff;
}

.jp_job_post_buttons_wrapper li a {
  padding: 5px 10px;
  line-height: 30px;
  text-align: center;
  display: block;
  color: #ffffff;
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.jp_job_post_keyword_wrapper a, .jp_job_post_keyword_wrapper span {
  display: block;
}

.jp_job_post_main_wrapper_cont.all-services a {
  padding: 20px 24px;
}

.jp_job_post_keyword_wrapper a:hover {
  border-top: 0;
  background: #23c0e9;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.jp_job_post_buttons_wrapper ul li {
  width: 100%;
  margin-right: 5px;
}

.jp_job_post_main_wrapper_cont.all-services a {
  background: #23c0e9;
}

.jp_job_post_main_wrapper_cont.all-services a h2 {
  color: #fff;
}

.body-wrap {
  display: flex;
  align-items: center;
}

.body-wrap-img {
  margin-right: 10px;
  background: #fff;
  border-right: 1px solid #e8e8e8;
  width: 56px;
  text-align: center;
}

.jp_other_services_wrapper {
  float: left;
  padding: 50px 0;
  width: 100%;
}
.jp_other_services_wrapper .jp_other_services_header {
  text-align: center;
  margin-bottom: 50px;
}
.jp_other_services_wrapper .jp_other_services_header h2 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  position: relative;
}
.jp_other_services_wrapper .jp_other_services_header h2:before {
  content: "";
  border: 1px solid #23c0e9;
  width: 8px;
  position: absolute;
  bottom: -15px;
  left: -45px;
  right: 0;
  margin: 0px auto;
}
.jp_other_services_wrapper .jp_other_services_header h2:after {
  content: "";
  border: 1px solid #23c0e9;
  width: 30px;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0px auto;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/pages/components/bitrix/news.list/clients/style.css?1748343262631*/
.jp_client_second_slider_wrapper .owl-item {
	display: flex !important;
	justify-content: center!important;
	align-items: center !important;
	min-height: 100px !important;
	background: #fff;
	padding: 10px 20px;
}
.jp_client_second_slider_wrapper img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
	transition: 0.2s ease;
}
.jp_client_second_slider_wrapper .owl-item:hover img {
	filter: none;
}
.jp_client_second_slider_wrapper .owl-item {
	height: 120px;
	overflow: hidden;
	border-radius: 5px;
}
/* End */
/* /local/components/cetacs/top-section/templates/.default/style.css?1748343844561 */
/* /local/components/cetacs/puzomerka/templates/.default/style.css?1748343842980 */
/* /local/components/cetacs/services_table/templates/computers-repair/style.css?17483438542036 */
/* /local/templates/pages/components/bitrix/news.list/steps/style.css?17483432612096 */
/* /local/components/cetacs/cetacs-support/templates/.default/style.css?17483438471078 */
/* /local/templates/pages/components/bitrix/news.list/partners/style.css?1748343265535 */
/* /local/templates/pages/components/bitrix/news.list/reviews/style.css?17483432632711 */
/* /local/templates/pages/components/bitrix/news.list/pages-blocks/style.css?17483432662053 */
/* /local/templates/pages/components/bitrix/news.list/clients/style.css?1748343262631 */
