

/* Start:/bitrix/templates/main/components/bitrix/form/callback_form/bitrix/form.result.new/.default/style.css?1759227579666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/bitrix/templates/main/components/bitrix/form/callback_form/bitrix/form.result.new/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/templates/main/components/bitrix/form/callback_form/bitrix/form.result.new/.default/images/icon_warn.gif);
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news/services/bitrix/news.list/.default/style.css?1743593157245*/
div.news-list img.preview_picture { 	float:left; 	margin:0 4px 6px 0; } .news-date-time { 	color:#ffff00; }
div.col-md-3:nth-child(4n+5){
clear:left;
}

.service-name {
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.1;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news/serts1/bitrix/news.list/.default/style.css?17328646174036*/
.fancybox-button img {
    padding: 15px; /* Расстояние от картинки до рамки */

    margin-right: 10px; /* Отступ справа */
    margin-bottom: 10px; /* Отступ снизу */
}
a.fancybox-button {
    display: block;
    float: left;
    width: 160px;
    height: 330px;
}
a.fancybox-button:last-child {
    margin-bottom: 50px;
}
a span {
    display: block;
    clear: both;
    text-align: center;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #34404e;
    font-size: 16px;
    line-height: 1.42857;
}
a span:hover {
    color: #e74c3c;
}
.serts h2 {
    margin-bottom: 30px;
}
.serts .info p:last-child {
    margin-bottom: 0;
}
.serts #myCarousel_1 {
    height: 253px;
}
.serts .carousel {
    height: 1150px;
}
.serts .carousel .carousel-indicators {
    padding: 15px 0 88px 23px;
    height: 183px;
    overflow: hidden;
}
.serts .carousel .carousel-indicators li {
    cursor: pointer;
    width: 105px;
    height: 150px;
    float: left;
    display: block;
    margin: 1px 0 0 34px;
    box-shadow: 0 0 30px 5px #dedede;
}
.serts .carousel .carousel-indicators li:first-child {
    margin-left: 0;
}
.serts .carousel .carousel-indicators .active {
    background: #279ed6;
    opacity: 0.7;
}
.serts .carousel .carousel-indicators .active .img {
    background: #279ed6;
    opacity: 0.7;
    z-index: 1;
}
.serts .carousel .carousel-control {
    opacity: 0.45;
    top: 200px;
}
.serts .carousel .carousel-control:hover {
    opacity: 1;
}
.serts .carousel .right_in {
    position: absolute;
    left: 370px;
    height: 32px;
    width: 32px;
}
.serts .carousel .left_in {
    position: absolute;
    left: 320px;
    height: 32px;
    width: 32px;
}
.info img {
    width: 100%;
}

/*Customization*/
.serts__all {
    display: block;
    margin: auto;
    max-width: 240px;
}

.serts__all span {
    padding: 12px;
    background-color: #0072bc;
    color: #fff;
    text-align: center;
}

/* Customization studiovektor */

.serts__carousel-wrapper {
    position: relative;
}
.serts-carousel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    position: relative;
}
.serts-carousel a.serts-carousel__item {
    width: 100%;
    height: min-content;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media screen and (min-width: 993px) {
    .serts-carousel a.serts-carousel__item {
        width: 180px;
    }
}
a.serts-carousel__item > img {
    height: 328px;
    object-fit: contain;
}
@media screen and (max-width:767px) {
	a.serts-carousel__item > img {
		width: 320px;
	}
}
a.serts-carousel__item > span {
    margin-top: auto;
}
.serts-carousel-btn-next,
.serts-carousel-btn-prev {
    position: absolute;
    z-index: 100;
    cursor: pointer;
    top: 40%;
    width: 40px;
    height: 40px;
    padding: 6px;
    background-color: transparent;
    border: none;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}
.serts-carousel-btn-next > svg,
.serts-carousel-btn-prev > svg {
    fill: rgb(0, 114, 188);
}
@media screen and (min-width: 993px) {
    .serts-carousel-btn-next,
    .serts-carousel-btn-prev {
        display: none;
    }
}
.serts-carousel-btn-next:hover,
.serts-carousel-btn-prev:hover {
    background-color: rgba(0, 114, 188, 0.3);
}
.serts-carousel-btn-next {
    right: 0;
}
.serts-carousel-btn-prev {
    left: 0;
}
@media screen and (max-width: 767px) {
	.serts-carousel {
		display: block;
	}
    .serts-carousel-btn-next {
        right: 35%;
        top: 0;
    }
    .serts-carousel-btn-prev {
        left: 35%;
        top: 0;
    }
    .serts-carousel a.serts-carousel__item {
        /*width: 80%;
        height: 400px;*/
		align-items: center;
    }
    .serts-carousel .owl-item {
        display: block;
        /*flex-direction: column;
        align-items: center;*/
    }
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news/serts2/bitrix/news.list/.default/style.css?17328651314230*/
.fancybox-button img {
    padding: 15px; /* Расстояние от картинки до рамки */

    margin-right: 10px; /* Отступ справа */
    margin-bottom: 10px; /* Отступ снизу */
}
a.fancybox-button {
    display: block;
    float: left;
    width: 160px;
    height: 330px;
}
a.fancybox-button:last-child {
    margin-bottom: 14px;
}
a.fancybox-button span {
    display: block;
    clear: both;
    text-align: center;
}
.serts {
    margin-bottom: 70px;
}
.serts .info {
    margin-bottom: 26px;
}

@media screen and (max-width: 575px) {
    .serts .info {
        flex-direction: column !important;
        align-items: center !important;
    }
}

.serts .info p {
    color: #222041;
    font: 14px Open Sans;
    margin: 0 0 25px 0;
}
.serts .info p:last-child {
    margin-bottom: 0;
}
.serts #myCarousel_1 {
    height: 253px;
}
.serts .carousel {
    height: 1150px;
}
.serts .carousel .carousel-indicators {
    padding: 15px 0 88px 23px;
    height: 183px;
    overflow: hidden;
}
.serts .carousel .carousel-indicators li {
    cursor: pointer;
    width: 105px;
    height: 150px;
    float: left;
    display: block;
    margin: 1px 0 0 34px;
    box-shadow: 0 0 30px 5px #dedede;
}
.serts .carousel .carousel-indicators li:first-child {
    margin-left: 0;
}
.serts .carousel .carousel-indicators .active {
    background: #279ed6;
    opacity: 0.7;
}
.serts .carousel .carousel-indicators .active .img {
    background: #279ed6;
    opacity: 0.7;
    z-index: 1;
}
.serts .carousel .carousel-control {
    opacity: 0.45;
    top: 200px;
}
.serts .carousel .carousel-control:hover {
    opacity: 1;
}
.serts .carousel .right_in {
    position: absolute;
    left: 370px;
    height: 32px;
    width: 32px;
}
.serts .carousel .left_in {
    position: absolute;
    left: 320px;
    height: 32px;
    width: 32px;
}

/*Customization*/
.serts__all {
    display: block;
    margin: auto;
    max-width: 240px;
}

.serts__all span {
    padding: 12px;
    background-color: #0072bc;
    color: #fff;
    text-align: center;
}

/* Customization studiovektor */

.certificates__carousel-wrapper {
    position: relative;
}
.certificates-carousel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    position: relative;
}
.certificates-carousel a.certificates-carousel__item {
    width: 100%;
    height: min-content;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media screen and (min-width: 993px) {
    .certificates-carousel a.certificates-carousel__item {
        width: 180px;
    }
}
a.certificates-carousel__item > img {
    height: 328px;
    object-fit: contain;
}
@media screen and (max-width:767px) {
	a.certificates-carousel__item > img {
		width: 320px;
	}
}
a.certificates-carousel__item > span {
    margin-top: auto;
}
.certificates-carousel-btn-next,
.certificates-carousel-btn-prev {
    position: absolute;
    z-index: 100;
    cursor: pointer;
    top: 40%;
    width: 40px;
    height: 40px;
    padding: 6px;
    background-color: transparent;
    border: none;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}
.certificates-carousel-btn-next > svg,
.certificates-carousel-btn-prev > svg {
    fill: rgb(0, 114, 188);
}
@media screen and (min-width: 993px) {
    .certificates-carousel-btn-next,
    .certificates-carousel-btn-prev {
        display: none;
    }
}
.certificates-carousel-btn-next:hover,
.certificates-carousel-btn-prev:hover {
    background-color: rgba(0, 114, 188, 0.4);
}
.certificates-carousel-btn-next {
    right: 0;
}
.certificates-carousel-btn-prev {
    left: 0;
}
@media screen and (max-width: 767px) {
    .certificates-carousel-btn-next {
        right: 35%;
        top: 0;
    }
    .certificates-carousel-btn-prev {
        left: 35%;
        top: 0;
    }
    .certificates-carousel a.certificates-carousel__item {
        /*width: 80%;*/
        height: 400px;
		align-items: center;
    }
    .certificates-carousel .owl-item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/partners/style.css?1675771933772*/
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/*Customization*/
.clients img {
	display: block;
    margin: auto;
}

.clients-navigation {
	position: relative!important;
	display: flex!important;
	width: 100%!important;
	top: -40px!important;
    right: 0!important;
}

.clients-navigation a.next {
	position: absolute;
    right: -36px;
	background-color: #0072bc;
}

@media screen and (max-width:991px) {
	.clients-navigation a.next {
		right: 0;
	}
}

.clients-navigation a.prev {
	position: absolute;
    left: -36px;
	background-color: #0072bc;
}

@media screen and (max-width:991px) {
	.clients-navigation a.prev {
		left: 0;
	}
}

.customNavigation i.fa:hover {
	background-color: #0072bc!important;
}

/* End */


/* Start:/bitrix/templates/main/components/bitrix/news.list/news_bottom/style.css?1661258142150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /bitrix/templates/main/components/bitrix/form/callback_form/bitrix/form.result.new/.default/style.css?1759227579666 */
/* /bitrix/templates/.default/components/bitrix/news/services/bitrix/news.list/.default/style.css?1743593157245 */
/* /bitrix/templates/.default/components/bitrix/news/serts1/bitrix/news.list/.default/style.css?17328646174036 */
/* /bitrix/templates/.default/components/bitrix/news/serts2/bitrix/news.list/.default/style.css?17328651314230 */
/* /bitrix/templates/.default/components/bitrix/news.list/partners/style.css?1675771933772 */
/* /bitrix/templates/main/components/bitrix/news.list/news_bottom/style.css?1661258142150 */
