

/* Start:/local/templates/vstu/css/glavnaiy_dpo.css?175623072916898*/
.education-container{
	width: 99.5vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    display: flex;
    justify-content: center;
}
.education-block{
    display: flex;
    max-width: 1500px;
    margin: -30px auto;
    width: 100%;
    height: 470px;
    position: relative;
}

.education-header{
    background: #263145;
    display: flex;
    align-items: center;
    padding: 35px;
    width: 37%;
    height: 100%;
}

.education-title{
    color: #D1AF69;
    font-size: 21px;
    font-family: 'MontserratBold';
    width: max-content;
}

.education-img{
    overflow: hidden;
    position: relative;
    height: 60%;
}

.blur-fon {
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background-image: url(/local/img/fon.jpg);
    background-repeat: no-repeat;
    background-position: 30% 28%;
    background-size: 100% 200%;
    filter: blur(4px) brightness(0.6);
    z-index: 1;
}
.education-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(35 45 74 / 25%);
    z-index: 2;
}
.education-description{
    height: 40%;
    display: flex;
}

.education-banner{
width: 63%;
}

.banner-button {
    z-index: 2;
    padding: 18px 80px;
    background: #B99F6E;
    color: #263145;
    font-size: 13px;
    font-family: 'MontserratBold';
    cursor: pointer;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    outline: none;
}

.banner-button:hover {
    background: #A58D60;
	color: #263145;
    transform: translate(-50%, -50%);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

.banner-button:active {
    transform: translate(-50%, -50%);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
    background: #A58D60;
	color: #263145;
}

.info-line{
    width: 30px;
    margin-left: 10px;
    background-color: #F5F5F5;
    height: 100%;
    display: block;
}

.info-fon{
    margin-left: 10px;
    padding: 30px;
    background: #F5F5F5;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.info-fon p{
    font-size: 14px;
    font-weight: bold;
	color: #263145;
}

.education-info-container{
    display: flex;
    justify-content: space-between;
    padding: 80px 0 50px 0;
}

.info-educ-element{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 300px;
    align-content: flex-start;
}

.info-educ-element p{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
}

.info-educ-element img{
    height: 60px;
}
.zadachi-list{
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}

.zadachi-list li {
    position: relative;
    padding: 15px 50px 15px 30px;
    line-height: 1.6;
    font-size: 14px;
    letter-spacing: -0.4px;
}

.zadachi-list li:before {
    content: "‒";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #D1AF69;
	font-weight: bold;
}

.zadachi-container{
    width: 99.3vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    display: flex;
    justify-content: center;
}

.fon-zadachi{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    max-width: 1500px;
}

.fon-zadachi-el1{
    background: #F5F5F5;
    height: 100%;
    width: 90%;
}

.fon-zadachi-el2{
    background: #F5F5F5;
    height: 100%;
    width: 2%;
    margin-left: 1%;
}
.zadachi-title {
    text-decoration: underline;
    text-decoration-color: #D1AF69;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
    font-family: 'MontserratBold';
    font-size: 18px;
    padding-left: 0px;
    text-transform: uppercase;
}

.zaivka-container {
    height: 350px;
    display: flex;
}

.zaivka-block {
display: flex; 
max-width: 1500px;
width: 100%;
position: relative;
}

.info-block-zaivka{
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 100%;
    position: relative;
    align-content: center;
}

.info-block-zaivka a{
    padding: 14px 50px;
    font-size: 14px;
    background: #B99F6E;
    color: #fff;
    position: absolute;
    bottom: -30px;
    right: 15%;
    font-family: 'MontserratBold';
}

.info-block-zaivka a:hover {
    background: #A58D60;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
    color: #fff;
}

.info-block-zaivka a:active {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
    background: #A58D60;
}

.info-block-zaivka p{
    font-family: 'MontserratBold';
    font-size: 18px;
    line-height: 1.2;
}

.btn-info-educ{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.btn-info-educ p{
	width: 100%;
    text-align: center;
    color: #fff;
    font-family: 'MontserratBold';
    text-decoration: underline;
    text-decoration-color: #D1AF69;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px; 
    font-size: 18px;
}

.btn-info-educ a{
    width: 400px;
    display: block;
    text-align: center;
    padding: 14px 40px;
    font-size: 13px;
    background: #263145;
    color: #fff;
    line-height: 1.3;
    font-family: 'MontserratBold';
}

.btn-info-educ a:hover {
    color: #B99F6E;
    background: #1a2435;
    box-shadow: 0 6px 12px rgb(0 0 0 / 46%);
}

.btn-info-educ a:active {
    color: #B99F6E;
    background: #1a2435;
    box-shadow: 0 6px 12px rgb(0 0 0 / 46%);
}

.btn-info-educ div{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.info-block-cont{
    position: absolute;
    height: 100%;
    left: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.zaivka-container{
	width: 99.5vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    display: flex;
    justify-content: center;
}

.info-block-btn-fon {
    background-image: url(/local/img/fon.jpg);
    background-repeat: no-repeat;
    background-position: 30% 28%;
    background-size: 100% 200%;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.info-block-btn-fon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(35 45 74 / 25%);
    z-index: 2;
}

/* стили для контактов*/
        body {
            font-size: 14px; 
        }
        
        .contacts-container {
            display: flex;
            max-width: 1200px;
            margin: 0 auto;
            overflow: hidden;
            font-size: 14px;
        }
        
        .contacts-left {
            width: 55%;
            padding-right: 30px;
        }
        
        .contacts-right {
            width: 45%;
            padding: 0px;
        }
        
        .contact-title {
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 10px;
            position: relative;
        }
        
        .person-info {
            display: flex;
            align-items: flex-start;
            margin-bottom: 25px;
        }
        
        .person-photo-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-right: 20px;
        }
        
        .contact-image {
            width: 180px;
            height: 180px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 10px;
        }
        
        .person-name {
            font-weight: regular;
            font-size: 14px;
            text-align: center;
        }
        
        .contact-buttons {
            display: flex;
            flex-direction: column;
            gap: 10px;
            width: 100%;
            max-width: 330px;
        }
        
        .contact-button {
            background-color: #263145;
            color: #fff;
            padding: 12px 15px;
            text-align: center;
            transition: background-color 0.3s;
            width: 100%;
            box-sizing: border-box;
            white-space: nowrap;
            font-size: 14px;
            text-decoration: none;
        }
        
        .contact-button:hover {
            background-color: #1a2435;
            color: #B99F6E;
        }
        
        .contact-info {
            margin-bottom: 20px;
            font-size: 14px;
        }
        
        .contact-info p {
            margin: 5px 0;
            line-height: 1.2;
        }
        
        .contact-info b {
            color: #333;
        }
        
        .email-subscriptions {
            margin-bottom: 30px;
            background-color: #f5f5f5;
            padding: 15px;
            border-radius: 4px;
            position: relative; /* Для позиционирования иконки */
        }
        
        /* Добавляем иконку конверта */
        .email-subscriptions::before {
            content: "";
            position: absolute;
            top: 60px;
            right: 20px;
            width: 70px;
            height: 70px;
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23E3E3E3"><path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/></svg>');
            background-repeat: no-repeat;
            background-size: contain;
        }
        
        
        .email-subscriptions p {
            margin: 8px 0;
            font-size: 14px;
        }
        
        .email-subscriptions a {
            text-decoration: none;
            color: #263145;
            font-weight: 500;
            display: block;
            padding: 5px 0;
            transition: color 0.3s;
            font-size: 14px;
        }
        
        .email-subscriptions a:hover {
            color: #D1AF69;
        }
        
        .email-subscriptions a:after {
            content: " →";
            margin-left: 5px;
        }
        
        .map-container {
            overflow: hidden;
        }
        
        .map-container iframe {
            display: block;
            width: 100%;
            height: 350px;
            border: none;
        }
/*Не добавляй стили на все теги, делай лучше через классы, а то стили ссылок ко всем ссылкам на странице главной применяются
        a {
            color: #263145;
            text-decoration: none;
        }
        
        a:hover {
            text-decoration: underline;
}*/
.zadachi-list.show-all li {
    display: list-item !important;
}

.mob-btn-max {
    display: none;
    text-align: center;
    width: 100%;
}

.mob-btn-max a {
    background: #F5F5F5;
    color: #333;
    font-size: 13px;
    padding: 12px 0;
    width: 100%;
    cursor: pointer;
    font-weight: bold;
    display: inline-block;
}

.mob-btn-max p{
margin-bottom: 0;
    display: block;
    width: 100%;
    height: 10px;
    background-color: #fff;
    position: relative;
}

@media (max-width:992px){
.education-block {
    margin: 0 auto;
    flex-wrap: wrap;
height: auto;
}
.education-header {
    padding: 20px;
    width: 100%;
    height: auto;
}
.education-title {
    font-size: 14px;
    margin-bottom: 0;
}
.education-banner {
    width: 100%;
}
.education-img {
    height: 150px;
}
.banner-button {
    width: 250px;
    padding: 14px 18px;
    font-size: 12px;
    text-align: center;
    font-family: 'MontserratBold';
}
.education-description {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.info-line {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    height: 30px;
}

.info-fon {
    margin-left: 0;
}
.education-info-container {
    display: flex;
    padding: 2rem 0 1rem 0;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-content: center;
}
.info-educ-element p {
    margin-bottom: 2rem;
}
.fon-zadachi-el2 {
    display: none;
}
.fon-zadachi-el1 {
    width: 100%;
}
.zadachi-title {
    font-size: 16px;
    padding-top: calc(15px + 1rem);
}
.info-block-cont {
    left: 0;
    width: 100%;
    position: relative;
}
.info-block-zaivka {
    width: 100%;
}
.zaivka-container {
    position: relative;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    height: auto;
}

.zaivka-block {
    position: relative;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    height: auto;
}

.btn-info-educ a {
    width: 100%;
    padding: 14px 20px;
}
.btn-info-educ {
    padding: 35px 35px;
}
.btn-info-educ p {
    font-size: 14px;
}
.info-block-zaivka a {
    bottom: 0;
    right: 0;
    padding: 12px 40px;
    font-size: 13px;
}
.info-block-zaivka p {
    font-size: 16px;
    padding: 30px 0 60px 0;
}
.zadachi-list li {
    padding: 15px 30px 15px 30px;
}
 .mob-btn-max {
        display: block;
    }
.zadachi-container {
    flex-wrap: wrap;
margin-bottom: 30px;
}
    
    .zadachi-list li:nth-child(n+4) {
        display: none;
    }

    .zadachi-list.show-all li {
        display: list-item !important;
    }
}

@media (max-width: 992px) {
    .contacts-container {
        flex-direction: column;
        
    }

    .contacts-left {
        width: 100%;
        padding: 0;
        font-size: 14px
    }

    .contacts-right {
        width: 100%;
        order: 1;
        margin-top: 20px;
    }

    .email-subscriptions {
        display: none;
    }

    .map-container { 
        width: 100%;
    }

    .map-container iframe {
        height: 250px;
        width: 100%; 
    }

    .contact-image {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 5px;
    }

    .person-photo-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
        margin-top: 5px; 
    }

    .contact-buttons {
        max-width: 100%;
        margin-top: 0px;
gap: 1px; 
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-buttons a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 3px;
        border: none;
        border-radius: 0;
        color: #263145;
        text-decoration: none;
        font-size: 14px;
        background-color: transparent;
        transition: color 0.3s;
        margin-bottom: 0px;
    }

    .contact-buttons a:hover {
        color: #D1AF69;
        background-color: transparent;
    }

    .contact-buttons a::before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 3px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .contact-buttons a[href*="t.me"]::before {
        background-image: url('/local/img/icons/tg.svg');
    }

    .contact-buttons a[href*="whatsapp"]::before {
        background-image: url('/local/img/icons/whatsapp.svg');
    }

    .contact-buttons a[href*="max"]::before {
        background-image: url('/local/img/icons/max.svg');
    }

    .contact-info {
        text-align: left;
        margin-bottom: 15px; 
    }

    .contact-info:last-of-type { 
        margin-bottom: 5px; 
    }

    .contact-title {
        text-align: center;
        margin-bottom: 5px !important; 
        word-wrap: break-word;
        white-space: normal;
        font-size: 15px;
        line-height: 1.3; 
    }

    .contact-title br {
        display: none;
    }

    .person-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0;
        border: none;
        border-radius: 0;
        margin-bottom: 5px;
        margin-top: 0;
    }

    .person-name {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 5px; 
    }

    .contact-info:nth-child(6),
    .contact-info:nth-child(7) {
        display: inline-block;
        width: 50%;
        vertical-align: top;
        margin-bottom: 0;
        padding-right: 3px;
        text-align: left;
    }

    .contact-info:nth-child(7) {
        text-align: right;
        padding-right: 0;
    }

    .contact-info:nth-child(5) {
        margin-bottom: 0;
        text-align: left;
    }

    .phone-numbers {
        margin-top: 5px; 
    }

    .phone-numbers span {
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 2px;
    }
}
/* End */


/* Start:/bitrix/templates/.default/components/star/owlcarousel/template2/style.css?17559045466291*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/bitrix/templates/.default/components/star/owlcarousel/template2/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */


.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

.owl-prev{
  position: absolute;
top: 50%;
margin-top: -16px;
outline: 0;
width: 32px;
height: 32px;
text-indent: -9999px;
z-index: 9999;
left: 10px;
background: url(/bitrix/templates/.default/components/star/owlcarousel/template2/images/controls.png) 0 -32px no-repeat !important;
}

.owl-next{
  position: absolute;
top: 50%;
margin-top: -16px;
outline: 0;
width: 32px;
height: 32px;
text-indent: -9999px;
z-index: 9999;
right: 10px;
background: url(/bitrix/templates/.default/components/star/owlcarousel/template2/images/controls.png) -43px -32px no-repeat !important;
}

/* End */
/* /local/templates/vstu/css/glavnaiy_dpo.css?175623072916898 */
/* /bitrix/templates/.default/components/star/owlcarousel/template2/style.css?17559045466291 */
