

/* Start:/local/templates/itpanda/components/bitrix/news.list/itpanda_slide_head/style.css?14951725155057*/
#slide_head {
	position: relative;
	margin-bottom: 40px;
}
#slide_head .slider {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	align-items: center;
}
#slide_head .new_ico {
	margin-top: 3px;
}
#slide_head .title {
	font-size: 57px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	margin-top: 8px;
}
#slide_head .sub_title {
	margin-top: 2px;
	font-size: 35px;
	color: #fff;
}
#slide_head .text_slide {
	max-width: 40%;
}
#slide_head .text {
	margin-top: 33px;
	color: #fff;
}
#slide_head .line_btn {
	margin-top: 40px;
}
#slide_head .line_btn a {
	width: 162px;
	line-height: 43px;
	border-radius: 2px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: bold;
	transition: 0.3s;
	text-transform: uppercase;
}
#slide_head .line_btn a:first-child {
	background-color: #e71e26;
	background: linear-gradient(to top, #d2191f, #ed1a2b);
	text-shadow: 2px 1px 2px #9b1c31;
	padding: 0;
}
#slide_head .line_btn a:last-child {
	width: auto;
	margin-left: 24px;
	border: 2px solid #fff;
	line-height: 41px;
	padding: 0 15px;
}
#slide_head .line_btn a:hover {
	background-color: #b70007;
	background: linear-gradient(to top, #b70007, #b70007);
}
#slide_head .line_btn a:last-child:hover {
	border: 2px solid transparent;
	background-color: #e71e26;
}
#slide_head .owl-nav {
	display: none;
}
#slide_head .owl-dots {
	position: absolute;
	bottom: 21px;
	width: 100%;
	text-align: center;
}
#slide_head .owl-dot {
	transition: 0.3s;
	width: 14px;
	height: 14px;
	background-color: #fff;
	border-radius: 100%;
	display: inline-block;
	margin-right: 16px;
}
#slide_head .owl-dot:hover {
	background-color: #d3182b;
	transition: 0.3s;
}
#slide_head .owl-dot.active:hover {
	background-color: #fff;
}
#slide_head .owl-dot.active:before {
	width: 24px;
	z-index: 1;
	height: 24px;
	position: absolute;
	content: '';
	border-radius: 100%;
	left: -6px;
	top: -6px;
	border: 1px solid #fff;
}
 @keyframes rota {
 0% {
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
}
 100% {
transform: rotate(1600deg);
-webkit-transform: rotate(1600deg);
}
}
@keyframes rota-top {
 100% {
border-top-color:#d71a44;
}
}
@keyframes rota-right {
 100% {
border-right-color:#d71a44;
}
}
@keyframes rota-bottom {
 100% {
border-bottom-color:#d71a44;
}
}
 @keyframes rota-left {
 100% {
border-left-color:#d71a44;
}
}
 @keyframes end_rotate {
 0% {
 -webkit-box-shadow: 
 0 0 0 8px rgba(215,26,68,0.2),  0 0 25px 2px rgba(0,0,0,.4);
 -moz-box-shadow: 
 0 0 0 8px rgba(215,26,68,0.2),  0 0 25px 2px rgba(0,0,0,.4);
 box-shadow: 
 0 0 0 8px rgba(215,26,68,0.2),  0 0 25px 2px rgba(0,0,0,.4);
 -webkit-border-radius: 999px;
 -moz-border-radius: 999px;
 border-radius: 999px;
}
 100% {
 -webkit-box-shadow: 
 0 0 0 12px rgba(215,26,68,0.2),  0 0 15px 2px rgba(0,0,0,.4);
 -moz-box-shadow: 
 0 0 0 12px rgba(215,26,68,0.2),  0 0 15px 2px rgba(0,0,0,.4);
 box-shadow: 
 0 0 0 12px rgba(215,26,68,0.2),  0 0 15px 2px rgba(0,0,0,.4);
 -webkit-border-radius: 999px;
 -moz-border-radius: 999px;
 border-radius: 999px;
}
}
#slide_head .owl-dot.active:after {
	width: 24px;
	z-index: 2;
	height: 24px;
	position: absolute;
	content: '';
	border: 1px solid #fff;
	border-radius: 100%;
	left: -6px;
	top: -6px;
	animation: rota 8s ease-in infinite, rota-top 2s ease forwards, rota-right 2s linear 2s forwards, rota-bottom 2s linear 4s forwards, rota-left 2s linear 6s forwards;
}
#slide_head .owl-dot.active {
	position: relative;
	animation: end_rotate 0.5s ease-in-out 6.7s infinite;
}
#slide_head:hover .owl-dot.active:after {animation-play-state: paused;}


/*SLIDERS*/
#slide_head .btn_slider {
	width: 162px;
	line-height: 43px;
	border-radius: 2px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: bold;
	transition: 0.3s;
	text-transform: uppercase;
	background-color: #e71e26;
	background: linear-gradient(to top, #d2191f, #ed1a2b);
	text-shadow: 2px 1px 2px #9b1c31;
	padding: 0;
	margin-bottom: 45px;
}
#slide_head .btn_slider:hover {
	background-color: #b70007;
	background: linear-gradient(to top, #b70007, #b70007);
}
#slide_head .border_line, #slide_head .border_top {
	font-size: 27px;
	color: #f8f238;
}
#slide_head .border_top span {
	border-top: 2px solid #fff;
	padding-top: 12px;
}
#slide_head .border_line span {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 12px 0;
}
#slide_head .item_slide.seminar-bitriks .text_slide {
	max-width: 100%;
	width: 100%;
	text-align: center;
}
#slide_head .item_slide.seminar-bitriks .title {
	line-height: 79px;
	font-size: 73px;
	text-transform: none;     margin: 29px 0 36px 0;
}

/* End */


/* Start:/local/templates/itpanda/components/bitrix/catalog.top/special_services/style.css?14810086331700*/
.spec_services_list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin-top: 36px;
	margin-bottom: 30px;
}
.spec_services_list span {
	display: block;
}

.spec_services_list .img_spec {    min-height: 117px;
    	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

    align-items: center;
    justify-content: center;}
.item_spec {
	width: 19%;
	padding: 0 24px;
	padding-bottom: 24px;
	text-decoration: none;
	background: url(/local/templates/itpanda/components/bitrix/catalog.top/special_services/images/icon-patter.png) repeat top center transparent;
    border: 1px solid #ccc;
}
.img_spec {
	text-align: center;
	padding-top: 47px;
	padding-bottom: 25px;
}
.price_spec {
	font-size: 43px;
	font-weight: bold;
	letter-spacing: -2px;
	color: #e8262f;
	padding-bottom: 1px;
	border-bottom: 1px solid #cacaca;
}
.price_spec i { font-style:normal; font-size: 32px;}
.price_spec .fa {
	font-size: 32px;
}

.title_spec {
	margin-top: 9px;
	font-size: 21px;
	font-weight: 600;
	color: #000;
	line-height: 23px;
}
.btn_list {
	margin-top: 18px;
	display: block;
	line-height: 34px;
	width: 96px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 900;
	
	color: #eb262d;
	border: 2px solid #eb262d;
	border-radius: 3px;
}
.item_spec:hover { box-shadow:inset 3px 3px 0px 0px #e8222f, inset -3px -3px 0px 0px #e8222f;  border: 1px solid transparent;}
.item_spec:hover span.btn_list {
	background-color: #e71e26;
	text-shadow: 2px 1px 2px #9b1c31;
	background: linear-gradient(to top, #d2191f, #ed1a2b);
	color: #fff;
}

/* End */


/* Start:/local/components/itpanda/form_podbor/templates/.default/style.css?14951838182114*/
.black_wrap {
	height: 250px;
	background: url(/local/components/itpanda/form_podbor/templates/.default/images/bg-akcia.jpg) no-repeat top center transparent;
	margin-top: 31px;
}
.block_form {
	margin: auto;
	position: relative;
}
.block_form .noned {
	display: none;
}
.form_title {
	color: #fff;
	text-align: center;
	padding-top: 28px;
	font-size: 36px;
	font-weight: bold;
}
.block_form form {
	width: 75%;
	margin: auto;
	margin-top: 34px;
}
.block_form form input[type="text"] {
	width: 32.3%;
	margin-right: 36px;
	line-height: 48px;
	height: 48px;
	padding: 0 14px;
	border-radius: 6px;
	font-size: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #737373;
	border: 1px solid #ccc;
}
 .block_form form input[type="text"]::-webkit-input-placeholder {
color:#737373;
}
.block_form form input[type="text"]::-moz-placeholder {
color:#737373;
}/* Firefox 19+ */
.block_form form input[type="text"]:-moz-placeholder {
color:#737373;
}/* Firefox 18- */
.block_form form input[type="text"]:-ms-input-placeholder {
color:#737373;
}
.block_form form input[type="submit"] {
	cursor: pointer;
	margin-left: 21px;
	border: 0;
	vertical-align: top;
	height: 50px;
	width: 152px;
	background-color: #e71e26;
	text-shadow: 2px 2px 2px #9b1c31;
	background: linear-gradient(to top, #d2191f, #ed1a2b);
	padding: 13px 24px;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: bold;
	transition: 0.3s;
	text-transform: uppercase;
}
.block_form form input {
	outline: none !important;
}
.block_form form input[type="text"]:focus {
	box-shadow: inset 0px 0px 0px 1px #b70007;
	border: 1px solid #b70007;
}
.block_form form input[type="submit"]:hover {
	background-color: #b70007;
	background: linear-gradient(to top, #b70007, #b70007);
	transition: 0.3s;
}
.block_form .errortext {
	position: absolute;
	    top: -35px;
	text-align: center;
	width: 87%;
}
.block_form font.notetext {
	color: white;
	position: absolute;
	    top: -35px;
	text-align: center;
	width: 87%;
}

/* End */


/* Start:/local/templates/itpanda/components/bitrix/catalog.section.list/services_section_list_main/style.css?15761314411150*/
.services_section_list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	justify-content: space-between;
}
.services_section_list .item_section > * {
	display: block;
}
.item_section {
	text-align: center;
	width: 24%;
	text-decoration: none;
	border-right: 1px solid #e0e0e0;
	padding-right: 10px;
	margin-bottom: 72px;
}
.item_section img {
	margin: auto;
	transition: 0.3s;
}
.services_section_list .item_section:nth-child(4n+4) {
	border-right: 0;
}
.title_section {
	color: #000;
	font-size: 18px;
	margin: auto;
	margin-top: 8px;
	font-weight: 500;
	max-width: 230px;
}
.item_section:nth-child(4n + 1):last-child {
	margin-right: 75%;
}
.item_section:nth-child(4n + 2):last-child {
	margin-right: 50%;
}
.item_section:nth-child(4n + 3):last-child {
	margin-right: 25%;
}
.item_section:hover img {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	transition: 0.3s;
}
.item_section:hover span {
	color: #eb363e;
}
.block_sevices_cat .center_btn {
	position: relative;
	top: -25px;
}

/* End */


/* Start:/local/templates/itpanda/components/bitrix/news.list/sertificats_list/style.css?1488284869825*/
.blcok_sertificats .partner-list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;

	flex-wrap: wrap;
}
.blcok_sertificats .partner-list .parnter-item {
	position: relative;
	width: 18%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border: 0;
	margin-bottom: 40px;
	min-height: 152px;
	background-color:#fff;
}
.blcok_sertificats .parnter-item:nth-child(4n + 1):last-child {
	margin-right: 75%;
	
}
.blcok_sertificats .parnter-item:nth-child(4n + 2):last-child {
	margin-right: 50%;
}
.blcok_sertificats .parnter-item:nth-child(4n + 3):last-child {
	margin-right: 25%;
}

/* End */


/* Start:/local/templates/itpanda/components/bitrix/news.list/reviews_slider/style.css?14805064233164*/
.reviews_slider {
	margin: auto;
	margin-top: 39px;
	width: 87% !important;
	padding-bottom: 6px;
	border: 1px solid #d5d5d5;
	background-color: #fff;
	margin-bottom: 130px;
}
.review-item .part_review {
	display: inline-block;
	vertical-align: top;
}
.part_review.left {
	width: 22%;
}
.part_review.right {
	width: 73%;
	margin-left: 11px;
	padding-top: 37px;
	font-size: 14px;
	color: #3d3d3d;
	margin-bottom: 15px;
}
.part_review.left img {
	max-width: 100%;
		
}
.reviews_slider a.img_rew {
	display: block;
	max-width: 100px;
	margin: auto;
	height: 100px;
	margin-top: 32px;
	overflow: hidden !important;
	border-radius: 100%;
	transition: 0.3s
}
.reviews_slider .rew_site {
	color: #ea2131;
	text-align: center;
	display: block;
	margin-top: 37px;
	text-decoration: none;
	font-size: 15px;
	;
}
.reviews_slider .rew_site:hover {text-decoration:underline;}
.reviews_slider .owl-item {
	-webkit-backface-visibility: inherit !important;
}


.reviews_slider a.img_rew:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: 0.3s;
	
}



.panda-catalog-product-list {overflow:visible;}
.reviews_slider .owl-controls .owl-nav div {
	text-align: center;
	text-decoration: none;
	display: block;
	width: 32px;
	height: 56px;
	line-height: 81px;
	font-size: 37px;
	margin: -50px 0 0;
	position: absolute;
	top: 101px;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	transition: 0.3s;
}
.reviews_slider .owl-nav .owl-prev {
	left: -75px;
	background: url(/local/templates/itpanda/components/bitrix/news.list/reviews_slider/images/arrow.png) no-repeat top center transparent;
}
.reviews_slider .owl-nav .owl-next {
	right: -75px;
	background: url(/local/templates/itpanda/components/bitrix/news.list/reviews_slider/images/arrow-2.png) no-repeat top center transparent;
}
.reviews_slider .owl-nav .owl-prev:hover {
	background: url(/local/templates/itpanda/components/bitrix/news.list/reviews_slider/images/arrow_rad.png) no-repeat top center transparent;
}
.reviews_slider .owl-nav .owl-next:hover {
	background: url(/local/templates/itpanda/components/bitrix/news.list/reviews_slider/images/arrow_2rad.png) no-repeat top center transparent;
}
.reviews_slider .owl-dots {
	position: absolute;
	text-align: center;
	height: 67px;
	width: 100%;
	bottom: -95px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
.reviews_slider .owl-dot {
	width: 96px;
	transition: 0.3s;
	height: 67px;
	background-color: #fff;
	display: inline-block;
	margin-right: 25px;
	border: 1px solid #c0c0c0;

}
.reviews_slider .owl-dot span {
	    display: block !important;
  
    width: 86%;
    height: 86%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    margin-top: 5px;
}
.reviews_slider .owl-dots .owl-dot:last-child {
	margin-right: 0 !important;
}
.reviews_slider .owl-dot.active {
	box-shadow: inset 2px 2px 0px 0px #e8222f, inset -2px -2px 0px 0px #e8222f;
	border: 1px solid transparent;
}
.reviews_slider .owl-dot:hover {
	opacity: 0.6;
	transition: 0.3s;
}
.reviews_slider .owl-dot.active:hover {
	opacity: 1 !important;
}

.detail_btn {
    text-align: right;
    
    text-decoration: none;}
	.detail_btn:hover {color:#000;}
/* End */


/* Start:/local/templates/itpanda/components/bitrix/news.list/partner_list/style.css?1479876584753*/
.partner-list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;

	flex-wrap: wrap;
}
.partner-list .parnter-item {
	position: relative;
	width: 23%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border: 1px solid #e8e8e8;
	margin-bottom: 40px;
	min-height: 152px;
	background-color:#fff;
}
.parnter-item:nth-child(4n + 1):last-child {
	margin-right: 75%;
	
}
.parnter-item:nth-child(4n + 2):last-child {
	margin-right: 50%;
}
.parnter-item:nth-child(4n + 3):last-child {
	margin-right: 25%;
}

/* End */


/* Start:/local/templates/itpanda/components/bitrix/news.list/blog_list/style.css?1480524726595*/
.blog-list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 33px;
}
.blog-list .blog-item span {
	    display: block;
    margin-top: 8px;
    font-weight: 500;
    font-size: 16px;
  
}
.blog-list .blog-item {
position: relative;
    width: 21%;
    padding: 14px;
	  color: #313131;
	  text-decoration:none;
	  border:1px solid #cacaca;
	  background-color:#fff;
	 
}
.blog-list .blog-item:hover {color:#e92438;}
.blog-list .blog-item img {width:100%;}



/* End */
/* /local/templates/itpanda/components/bitrix/news.list/itpanda_slide_head/style.css?14951725155057 */
/* /local/templates/itpanda/components/bitrix/catalog.top/special_services/style.css?14810086331700 */
/* /local/components/itpanda/form_podbor/templates/.default/style.css?14951838182114 */
/* /local/templates/itpanda/components/bitrix/catalog.section.list/services_section_list_main/style.css?15761314411150 */
/* /local/templates/itpanda/components/bitrix/news.list/sertificats_list/style.css?1488284869825 */
/* /local/templates/itpanda/components/bitrix/news.list/reviews_slider/style.css?14805064233164 */
/* /local/templates/itpanda/components/bitrix/news.list/partner_list/style.css?1479876584753 */
/* /local/templates/itpanda/components/bitrix/news.list/blog_list/style.css?1480524726595 */
