/*.custom-title {
    color: #FFF;
}
.custom-title h1{
    font-size: 123px;
    max-width: 810px;
    margin-bottom: 0;
}
.custom-title {
    font-size: 36px;
}
 .custom-title span {
    font-size: 38px;
    float: right;
} */
.static-layout-description {
    margin-top: 60px;
}
.static-layout-description .btn {
    margin-bottom: 10px;
    background: #FFF;
    color: #00aeef;
}

.bg-blue {
    background: #00aeef;
    color: #FFF;
	border-radius: 5px;
}
#about .bg-blue {

}
.static-layout__content p, .static-layout__content ul, .static-layout__content .border-round {
    font-size: 20px;
    line-height: 130%;
}
ul {
    margin: 0;
}
ul li {
    margin-bottom: 15px;
}
#timeline span {
    background: #00aeef;
    color: #FFF;
    border-radius: 5px;
    width: 100%;
    display: block;
    text-align: center;
    padding: 8px 13px;
    font-size: 20px;
    line-height: 170%;
    position: relative;
    min-height: 60px;
    align-content: center;
}
#timeline .col:not(:last-child) span:before {
    content: "";
    height: 3px;
    width: 50%;
    position: absolute;
    left: 100%;
    top: 50%;
    background: #00aeef;
}
#timeline p {
    text-align: center;
}
.card.bg-blue {
    border-radius: 5px;
    padding: 24px 24px 4px;
	/* align-content: end; */
}
.card.bg-blue div {
    display: flex;
    gap: 24px;
}
.card:not(.openModal) {
filter: saturate(0);
}
.openModal {
    cursor: pointer;
}
.l-grid--2-col .card.bg-blue:nth-child(1n+1) {
    background: #15435d;
}
.l-grid--2-col .card.bg-blue:nth-child(1n+2) {
    background: #15435d;
}


.l-grid--3-col .card.bg-blue:nth-child(1n+1) {
    background: #15435d;
}
.l-grid--3-col .card.bg-blue:nth-child(1n+2) {
    background: #15435d;
}
.l-grid--3-col .card.bg-blue:nth-child(1n+3) {
    background: #15435d;
}
.l-grid--3-col .card.bg-blue:nth-child(1n+4) {
    background: #15435d;
}
.l-grid--3-col .card.bg-blue:nth-child(1n+5) {
    background: #15435d;
}
.l-grid--3-col .card.bg-blue:nth-child(1n+6) {
    background: #15435d;
}
.l-grid--gap-18 {
    gap: 18px;
}
.bg-blue.border-round {
	background: #D3E0E9;
color: #000;
padding: 20px;
border: none;
text-transform: uppercase;
}
li::marker {
    height: 123px;
    font-size: 35px;
    color: #00aeef;
    line-height: 0px;
}





.modal-content {
    border: 1px solid #00AEEF;
    background: #E2F7FF;
    margin: auto;
    padding: 40px;
    width: 90%;
    max-width: 900px;
    border-radius: 30px;
    color: #343434;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-height: 100%;
    overflow: auto;
}
.modal-content .row>*:first-child { 
    padding-left: 0 !important;
    padding-right: 40px !important;
}
.modal-content .row>*:last-child { 
    padding: 20px !important;
}
.modal-content .row {
    margin: 0 !important;
}
.modal {
    display: none; /* Скрыто по умолчанию */
    position: fixed;
    z-index: 1; /* На переднем плане */
    left: 0;
    top: 0;
    width: 100%; /* Полная ширина */
    height: 100%; /* Полная высота */
    overflow: auto; /* Прокрутка при необходимости */
    background-color: rgba(0, 0, 0, 0.5); /* Черный фон с прозрачностью */
}
.close {
    color: #00000045;
    font-size: 38px;
    font-weight: bold;
    z-index: 111;
    position: absolute;
    right: 0;
    top: -20px;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.modal-content .detail_picture {
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    display: flex;
    padding: 40px;
    align-items: center;
}
.modal-content .detail_picture img {
    /* width: calc(100% - 40px); */
    margin: auto;
}
.modal-content .detail_picture.bg-if-1  {
    background-image: url('/vmeste-new/img/fon-min-1.jpg');
}
.modal-content .detail_picture.bg-if-2  {
    background-image: url('/vmeste-new/img/fon-min-2.jpg');
}
.modal-content .detail_picture.bg-if-3  {
    background-image: url('/vmeste-new/img/fon-min-3.jpg');
}
.modal-content .sale {
    font-weight: 500;
    font-size: 24px;
    line-height: 33.6px;   
    margin-bottom: 24px;
}
.modal-content .description {
    font-weight: 400;
    font-size: 18px;
    line-height: 25.2px;  
    padding-bottom: 40px;
}
.modal-content .phone {
    font-weight: 500;
    font-size: 18px;
    line-height: 25.2px;   
    color: #343434;
    margin-bottom: 40px;
    display: inline-block;
}
.modal-content  .soc_button {
    gap: 24px;
    display: flex;
}
.modal-content .btn{
    /* background: #fff; */
}

.modal-content .btn.non-movable-hover {
    width: 50px;
    height: 50px;
    padding: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-content h3 {
    margin-top: 0;
}
.c-form {
    max-width: 100%;
}
.c-form__fieldset.-theme-v5 {
    max-width: 100%;
}
#faq .section__content {
    margin-top: 24px;
}


textarea {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    border: 1px solid #3fcbff;
    background: #ffffff;
    resize: vertical;
    font: 400 14px "Montserrat";
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    border-radius: 5px;
    transition: all 0.3sease;
}
.textarea:focus, textarea:hover {
    background: rgba(0, 174, 239, 0.1);
}
#myModal input#NAME {
    display: none;
}
input#EMAIL {
    display: none;   
}
#myModal input#CATEGORY {
    display: none;   
}
#myModal input#EMAIL_TO {
    display: none;
}

.static-layout-description.font-smaller, .static-layout-description.font-smaller .col, #bx_incl_area_6, #bx_incl_area_6 .col, .static-layout__description {
    position: initial;
}
.img-header {
    position: absolute;
    bottom: 0;
    max-height: calc(100% - 80px);
}
.card img {
    margin-left: auto;
    display: block;
}
.tabs {
    display: flex;
    cursor: pointer;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 20px;
}
.tab, .tab-modal {
    padding: 10px 20px;
    /* margin-right: 20px; */
    position: relative;
}
.tab.active, .tab-modal.active {
    font-weight: bold;
}

.tab.active::before,.tab-modal.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #00abed;
    pointer-events: none;
    margin: -4px;
    box-sizing: border-box;
    border-radius: 33px;
}
.tab-content, .tab-content-modal {
    border: 1px solid #ccc;
    padding: 20px;
    display: none;
}
.tab-content.active, .tab-content-modal.active {
    display: flex;
}
.accordion details {
    border-bottom: 2px solid #E2F7FF;
}
.accordion summary {
    padding-bottom: 30px;
    padding-top: 30px;
}
.accordion details:last-child {
    border: none;
}

details {
    position: relative;
    transition: min-height 0.15s linear, max-height 0.5s linear;
    -webkit-transition: min-height 0.15s linear, max-height 0.5s linear;
    will-change: max-height;
    overflow: hidden;
  }
  details summary {
    display: inline-block;
    cursor: pointer;
    outline: 0;
    transition: color 0.12s;
    -webkit-transition: color 0.12s;
    width: 100%;
	padding-right: 40px;
    font-size: 20px;
    line-height: 130%;
  }
  details summary::-webkit-details-marker {
    display: none;
  }
  details summary::-moz-list-bullet {
    list-style-type: none;
  }
  details summary span {
    border-bottom: 1px currentColor dotted;
  }
  details summary::before {
    content: "";
    RIGHT: 0;
    top: 16px;
    position: absolute;
    background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjMwIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBmaWxsPSIjMDBBRUZGIj48cGF0aCBkPSJNOC41OSAxNi4zNGw0LjU4LTQuNTktNC41OC00LjU5TDEwIDUuNzVsNiA2LTYgNnoiLz48L3N2Zz4=")
      no-repeat 50% 50%;
    width: 40px;
    border: 2px solid #00AEFF;
    border-radius: 50%;
    height: 40px;
    transition: transform 0.1s linear;
    -webkit-transition: transform 0.1s linear;
  }
  details summary:hover {
    color: #00AEEF;
  }
  details summary ~ * {
    opacity: 0;
    transition: opacity 0.15s linear;
    -webkit-transition: opacity 0.15s linear;
  }
  details summary ~ p {
    margin-top: 0!important;
    margin-bottom: 40px !important;    
  }
  details[open] {
    min-height: 2em;
    max-height: 30em;
  }
  details[open] summary {
    color: #00AEEF;
  }
  details[open] summary ~ * {
    opacity: 1;
  }
  details[open] summary:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
  }
  .accordion {
    background: #FFFFFF;
    padding: 16px 40px 40px;
    border-radius: 30px;

    flex-direction: column;
}

#countdown {
    font-size: 50px;
    color: #00abed;
}
#reg > h2 {
    font-size: 40px;
    justify-self: center;
    margin-bottom: 100px;
}
#reg {
    margin: 140px 0;
}

@media (max-width: 991px) {
    #about .col {
        width: 100%;
    }
    #about .col:nth-child(2){
        max-width: 100%;
    }
    .accordion {
        padding: 8px 18px 8px;
    }
    .static-layout__content p {
        font-size: 18px;
        margin-top: 8px;
        margin-bottom: 24px;
        line-height: 114%;
    }
}

.auth-form-v2 .auth-form__header {
    margin: 0 0 32px;

    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    text-align: center;
    color: #00AEEF;
}

.auth-form-v2 .auth-form__result-list {
    max-width: 337px;
    margin: 0 auto 16px;
}

.auth-form-v2 .auth-form__input-wrapper {
    margin-top: 24px;
    max-width: 337px;
    margin: auto;
}

.auth-form-v2 .auth-form__label {

    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #343434;
    display: block;
    margin-bottom: 0;
}

.auth-form-v2 .auth-form__input {
    margin-top: 8px;
    background: #F5F5F5;
    border-radius: 3px;
    border: 1px solid #00AEEF;
    height: 40px;
    width: 100%;
    margin-bottom: 16px;

    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.auth-form-v2 {
    width: initial;
    max-width: 550px;
    min-height: 300px;
    position: relative;
    box-shadow: none;
    border-radius: 0;
    padding: 30px;
    margin: auto;
}

.auth-form-v2 .auth-form__footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 337px;
    margin: auto;
}

.auth-form-v2 .auth-form__button {
    float: left;
    margin: 8px 16px 0 0;
    color: #fff;
    width: 88px;
    height: 40px;
    background: #10BEFF;
    border: 2px solid #10BEFF;
    border-radius: 3px;
}

.auth-form-v2 .auth-form__button:hover {
    cursor: pointer;
    outline: none;
    border: none;
}


.auth-form-v2 .auth-form__button:disabled, .c-form_prepodavatel-goda .c-button:disabled, .c-form_online-registration .c-form__fieldset .c-button.custom-button_next:disabled {
    background-color: #B9B9B9;
    border-color: #B9B9B9;
    background-image: url(/bitrix/templates/hr_template/img/spinner.svg);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 50%;
}