

/* Start:/local/templates/lyudi-mayaki/assets/libs/micromodal/micromodal.css?16953881516772*/

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    z-index: 101;
    align-items: center;
}
.modal__container {

    max-width: 730px;
    max-height: 100vh;
    background: #FDFBFB;
    box-shadow: 0px 0px 20px rgba(83, 67, 65, 0.1);
    border-radius: 20px;
    box-sizing: border-box;

    position: relative;
}

.modal__close {

    border: 0;
    position: absolute;
    right: -25px;
    top: -25px;
    width: 62px;
    height: 62px;
    background: #FFE07F;
    border-radius: 50%;
    z-index: 100;
}
.modal__close:after {
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L19 19' stroke='%23888785' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M1 19L19 1' stroke='%23888785' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E");
}
.modal__header {
    background: #D83D36;
    border-radius: 20px 20px 0px 0px;
    padding: 37px 54px;
}
.modal__content {
    padding: 34px 54px;
    overflow-y: scroll;
    max-height: 690px;
}

.modal__content::-webkit-scrollbar {
    width: 3px;               /* ширина scrollbar */
}

.modal__content::-webkit-scrollbar-thumb {
   /* закругления плашки */
    border: 3px solid #d83d36;
}
.modal__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 47px;
    color: #FFFFFF;
}
.modal__descr {
    margin-top: 14px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    max-width: 390px;
}
.modal__politics {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #888785CC;
    margin-top: 34px;
    display: block;
}
.modal__submit {
    width: 100%;
    padding: 17px 30px !important;
}
.modal__footer {
    margin-top: 34px;
}
.form-modal__input {
    font-weight: 400;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #88878599;
    padding: 13px 24px !important;
    background: #FFFFFF;
    border: none !important;
    border: 1px solid #D1CECD !important;
    box-sizing: border-box;
    border-radius: 36px !important;
    width: 100%;
}

.form-modal__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);

}
.form-modal__grid_partnery {
    gap: 40px 32px;
    margin-top: 30px;
}

.form-modal__grid_partnery textarea {
    grid-column: 12 span;
    min-height: 170px;
}




#modal-success .modal__container {
    max-width: 464px;
}

#modal-help .modal__container {
    max-width: 920px;
    border-radius: 20px 20px 0px 0px;
}

#modal-help .form-modal__grid_help{
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(12, 1fr);
    margin-top: 30px;
}
#modal-help .form-modal__attention {
    padding: 20px 28px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #888785;
    background: #F5F5F5;
    border-radius: 10px;
    position: relative;
    margin-bottom: 28px;
}
#modal-help textarea[name="problem"] {
    min-height: 170px;
}
#modal-help .form-modal__attention:before {
    position: absolute;
    top: 50%;
    margin-top: -28px;
    content: url("data:image/svg+xml,%3Csvg width='12' height='56' viewBox='0 0 12 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.1' d='M3.03896 39.3986L0 0H12L8.96104 39.3986H3.03896ZM0.545455 56V44.9589H11.4545V56H0.545455Z' fill='%23D83D36'/%3E%3C/svg%3E");
}
#modal-help .modal__header {
    position: relative;
}

#modal-help .modal__decor {
    position: absolute;
    right: 75px;
    top: -28px;
}

#modal-success .modal__decor{
    position: absolute;
    top: -80px;
    left: 50%;
    margin-left: -60px;
}


#modal-help select[name="helpType"] + .ss-main,
#modal-help .input-diagnosis,
#modal-help .input-fullname,
#modal-help .input-birthday,
#modal-help .input-locality,
#modal-help select[name="subject"]  + .ss-main,
#modal-help .input-bill  + label ,
#modal-help .input-photo  + label {
    grid-column: 6 span;
}
#modal-help .input-documents  + label {
    grid-column: 12 span;
}


#modal-help textarea {
    grid-column: 12 span;

}

#modal-help input[type="file"] {
    appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

#modal-help input[type="file"] + label {
    background: #F4EDED;
    border-radius: 10px;
    padding: 28px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    text-decoration-line: underline;
    color: #888785;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#modal-help input[type="file"] + label svg {
    margin-right: 10px;
}



#modal-help .ss-main .placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #88878599;
}

.form-modal__contacts {
    margin-top: 56px;
}
.contacts-modal__grid {
    margin-top: 30px;
    display: grid;
    gap: 40px;
    grid-template-columns:repeat(12,1fr);
}

#modal-help .input-fullname,
#modal-help .input-phone,
#modal-help .input-email {
    grid-column: 6 span;
}


#modal-help .ps {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #888785;
    padding: 14px 20px;
    background: #F5F5F5;
    border-radius: 10px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-top: 42px;
}
#modal-help .ps svg {
    margin-right: 10px;
}


#modal-success .modal__header{
    text-align: center;
}

#modal-success .content-modal{
    display: grid;
    gap: 26px;
    text-align: center;
}
@keyframes mmfadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes mmfadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}
@keyframes mmslideIn {
    from { transform: translateY(15%); }
    to { transform: translateY(0); }
}
@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}
.micromodal-slide {
    display: none;
}
.micromodal-slide.is-open {
    display: block;
}
.micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}
.micromodal-slide[aria-hidden="false"] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform;
}
/* End */


/* Start:/local/templates/lyudi-mayaki/assets/libs/dropzone/dropzone.css?16953881519830*/
@-webkit-keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}}@-moz-keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}}@keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}}@-webkit-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}}@-moz-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}}@keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@-moz-keyframes pulse{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}.dropzone,.dropzone *{box-sizing:border-box}.dropzone{min-height:150px;border:2px solid rgba(0,0,0,.3);background:#fff;padding:20px 20px}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover{border-style:solid}.dropzone.dz-drag-hover .dz-message{opacity:.5}.dropzone .dz-message{text-align:center;margin:2em 0}.dropzone .dz-message .dz-button{background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit}.dropzone .dz-preview{position:relative;display:inline-block;vertical-align:top;margin:16px;min-height:100px}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:20px;background:#999;background:linear-gradient(to bottom, #eee, #ddd)}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:#fff}.dropzone .dz-preview.dz-image-preview .dz-details{-webkit-transition:opacity 0.2s linear;-moz-transition:opacity 0.2s linear;-ms-transition:opacity 0.2s linear;-o-transition:opacity 0.2s linear;transition:opacity 0.2s linear}.dropzone .dz-preview .dz-remove{font-size:14px;text-align:center;display:block;cursor:pointer;border:none}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{z-index:20;position:absolute;top:0;left:0;opacity:0;font-size:13px;min-width:100%;max-width:100%;padding:2em 1em;text-align:center;color:rgba(0,0,0,.9);line-height:150%}.dropzone .dz-preview .dz-details .dz-size{margin-bottom:1em;font-size:16px}.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}.dropzone .dz-preview .dz-details .dz-filename:hover span{border:1px solid rgba(200,200,200,.8);background-color:rgba(255,255,255,.8)}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:rgba(255,255,255,.4);padding:0 .4em;border-radius:3px}.dropzone .dz-preview:hover .dz-image img{-webkit-transform:scale(1.05, 1.05);-moz-transform:scale(1.05, 1.05);-ms-transform:scale(1.05, 1.05);-o-transform:scale(1.05, 1.05);transform:scale(1.05, 1.05);-webkit-filter:blur(8px);filter:blur(8px)}.dropzone .dz-preview .dz-image{border-radius:20px;overflow:hidden;width:120px;height:120px;position:relative;display:block;z-index:10}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{-webkit-animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);-moz-animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);-ms-animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);-o-animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1)}.dropzone .dz-preview.dz-error .dz-error-mark{opacity:1;-webkit-animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);-moz-animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);-ms-animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);-o-animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1)}.dropzone .dz-preview .dz-success-mark,.dropzone .dz-preview .dz-error-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-left:-27px;margin-top:-27px}.dropzone .dz-preview .dz-success-mark svg,.dropzone .dz-preview .dz-error-mark svg{display:block;width:54px;height:54px}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;-webkit-transition:opacity 0.4s ease-in;-moz-transition:opacity 0.4s ease-in;-ms-transition:opacity 0.4s ease-in;-o-transition:opacity 0.4s ease-in;transition:opacity 0.4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{-webkit-animation:pulse 6s ease infinite;-moz-animation:pulse 6s ease infinite;-ms-animation:pulse 6s ease infinite;-o-animation:pulse 6s ease infinite;animation:pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;height:16px;left:50%;top:50%;margin-top:-8px;width:80px;margin-left:-40px;background:rgba(255,255,255,.9);-webkit-transform:scale(1);border-radius:8px;overflow:hidden}.dropzone .dz-preview .dz-progress .dz-upload{background:#333;background:linear-gradient(to bottom, #666, #444);position:absolute;top:0;left:0;bottom:0;width:0;-webkit-transition:width 300ms ease-in-out;-moz-transition:width 300ms ease-in-out;-ms-transition:width 300ms ease-in-out;-o-transition:width 300ms ease-in-out;transition:width 300ms ease-in-out}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;position:absolute;display:block;display:none;opacity:0;-webkit-transition:opacity 0.3s ease;-moz-transition:opacity 0.3s ease;-ms-transition:opacity 0.3s ease;-o-transition:opacity 0.3s ease;transition:opacity 0.3s ease;border-radius:8px;font-size:13px;top:130px;left:-10px;width:140px;background:#be2626;background:linear-gradient(to bottom, #be2626, #a92222);padding:.5em 1.2em;color:#fff}.dropzone .dz-preview .dz-error-message:after{content:"";position:absolute;top:-6px;left:64px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #be2626}
/* End */


/* Start:/local/templates/lyudi-mayaki/assets/libs/swiper/swiper-bundle.min.css?169538815115563*/
/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/lyudi-mayaki/assets/libs/slimselect/slimselect.min.css?16953881516240*/
.ss-main{position:relative;display:inline-block;user-select:none;color:#666;width:100%}.ss-main .ss-single-selected{display:flex;cursor:pointer;width:100%;height:30px;padding:6px;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;box-sizing:border-box;transition:background-color .2s}.ss-main .ss-single-selected.ss-disabled{background-color:#dcdee2;cursor:not-allowed}.ss-main .ss-single-selected.ss-open-above{border-top-left-radius:0;border-top-right-radius:0}.ss-main .ss-single-selected.ss-open-below{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss-main .ss-single-selected .placeholder{flex:1 1 100%;text-align:left;width:calc(100% - 30px);line-height:1em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ss-main .ss-single-selected .placeholder,.ss-main .ss-single-selected .placeholder *{display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ss-main .ss-single-selected .placeholder *{width:auto}.ss-main .ss-single-selected .placeholder .ss-disabled{color:#dedede}.ss-main .ss-single-selected .ss-deselect{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;margin:0 6px;font-weight:700}.ss-main .ss-single-selected .ss-deselect.ss-hide{display:none}.ss-main .ss-single-selected .ss-arrow{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;margin:0 6px}.ss-main .ss-single-selected .ss-arrow span{border:solid #666;border-width:0 2px 2px 0;display:inline-block;padding:3px;transition:transform .2s,margin .2s}.ss-main .ss-single-selected .ss-arrow span.arrow-up{transform:rotate(-135deg);margin:3px 0 0}.ss-main .ss-single-selected .ss-arrow span.arrow-down{transform:rotate(45deg);margin:-3px 0 0}.ss-main .ss-multi-selected{display:flex;flex-direction:row;cursor:pointer;min-height:30px;width:100%;padding:0 0 0 3px;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;box-sizing:border-box;transition:background-color .2s}.ss-main .ss-multi-selected.ss-disabled{background-color:#dcdee2;cursor:not-allowed}.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled{color:#666}.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete{cursor:not-allowed}.ss-main .ss-multi-selected.ss-open-above{border-top-left-radius:0;border-top-right-radius:0}.ss-main .ss-multi-selected.ss-open-below{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss-main .ss-multi-selected .ss-values{display:flex;flex-wrap:wrap;justify-content:flex-start;flex:1 1 100%;width:calc(100% - 30px)}.ss-main .ss-multi-selected .ss-values .ss-disabled{display:flex;padding:4px 5px;margin:2px 0;line-height:1em;align-items:center;width:100%;color:#dedede;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes scaleOut{0%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:0}}.ss-main .ss-multi-selected .ss-values .ss-value{display:flex;user-select:none;align-items:center;font-size:12px;padding:3px 5px;margin:3px 5px 3px 0;color:#fff;background-color:#5897fb;border-radius:4px;animation-name:scaleIn;animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:both}.ss-main .ss-multi-selected .ss-values .ss-value.ss-out{animation-name:scaleOut;animation-duration:.2s;animation-timing-function:ease-out}.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete{margin:0 0 0 5px;cursor:pointer}.ss-main .ss-multi-selected .ss-add{display:flex;flex:0 1 3px;margin:9px 12px 0 5px}.ss-main .ss-multi-selected .ss-add .ss-plus{display:flex;justify-content:center;align-items:center;background:#666;position:relative;height:10px;width:2px;transition:transform .2s}.ss-main .ss-multi-selected .ss-add .ss-plus:after{background:#666;content:"";position:absolute;height:2px;width:10px;left:-4px;top:4px}.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross{transform:rotate(45deg)}.ss-content{position:absolute;width:100%;margin:-1px 0 0;box-sizing:border-box;border:1px solid #dcdee2;z-index:1010;background-color:#fff;transform-origin:center top;transition:transform .2s,opacity .2s;opacity:0;transform:scaleY(0)}.ss-content.ss-open{display:block;opacity:1;transform:scaleY(1)}.ss-content .ss-search{display:flex;flex-direction:row;padding:8px 8px 6px}.ss-content .ss-search.ss-hide,.ss-content .ss-search.ss-hide input{height:0;opacity:0;padding:0;margin:0}.ss-content .ss-search input{display:inline-flex;font-size:inherit;line-height:inherit;flex:1 1 auto;width:100%;min-width:0;height:30px;padding:6px 8px;margin:0;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;text-align:left;box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-appearance:textfield}.ss-content .ss-search input::placeholder{color:#8a8a8a;vertical-align:middle}.ss-content .ss-search input:focus{box-shadow:0 0 5px #5897fb}.ss-content .ss-search .ss-addable{display:inline-flex;justify-content:center;align-items:center;cursor:pointer;font-size:22px;font-weight:700;flex:0 0 30px;height:30px;margin:0 0 0 8px;border:1px solid #dcdee2;border-radius:4px;box-sizing:border-box}.ss-content .ss-addable{padding-top:0}.ss-content .ss-list{max-height:200px;overflow-x:hidden;overflow-y:auto;text-align:left}.ss-content .ss-list .ss-optgroup .ss-optgroup-label{padding:6px 10px;font-weight:700}.ss-content .ss-list .ss-optgroup .ss-option{padding:6px 6px 6px 25px}.ss-content .ss-list .ss-optgroup-label-selectable{cursor:pointer}.ss-content .ss-list .ss-optgroup-label-selectable:hover{color:#fff;background-color:#5897fb}.ss-content .ss-list .ss-option{padding:6px 10px;cursor:pointer;user-select:none}.ss-content .ss-list .ss-option *{display:inline-block}.ss-content .ss-list .ss-option.ss-highlighted,.ss-content .ss-list .ss-option:hover{color:#fff;background-color:#5897fb}.ss-content .ss-list .ss-option.ss-disabled{cursor:not-allowed;color:#dedede;background-color:#fff}.ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected{color:#666;background-color:rgba(88,151,251,.1)}.ss-content .ss-list .ss-option.ss-hide{display:none}.ss-content .ss-list .ss-option .ss-search-highlight{background-color:#fffb8c}
/* End */


/* Start:/local/templates/lyudi-mayaki/assets/libs/videojs/video-js.css?169538815145359*/
@charset "UTF-8";
.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play-circle:before {
  content: "\f102";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-square:before {
  content: "\f10a";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-spinner:before {
  content: "\f10b";
}

.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\f10c";
}

.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\f10d";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-share:before {
  content: "\f10f";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cog:before {
  content: "\f110";
}

.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {
  content: "\f111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-outline:before {
  content: "\f112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-hd:before {
  content: "\f114";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f115";
}

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-facebook:before {
  content: "\f117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-gplus:before {
  content: "\f118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-linkedin:before {
  content: "\f119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-twitter:before {
  content: "\f11a";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-tumblr:before {
  content: "\f11b";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pinterest:before {
  content: "\f11c";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f11d";
}

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f11e";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-next-item:before {
  content: "\f11f";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-previous-item:before {
  content: "\f120";
}

.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f121";
}

.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f122";
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
  width: 100%;
  max-width: 100%;
  height: 0;
}

.video-js.vjs-16-9 {
  padding-top: 56.25%;
}

.video-js.vjs-4-3 {
  padding-top: 75%;
}

.video-js.vjs-9-16 {
  padding-top: 177.7777777778%;
}

.video-js.vjs-1-1 {
  padding-top: 100%;
}

.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}
.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.81666em;
  margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
  background: none;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.vjs-button > .vjs-icon-placeholder {
  display: block;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}
.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}
.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
  z-index: 1;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
  z-index: 1;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}

.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  left: 1em;
  top: -12px;
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}

.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}

.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-using-native-controls .vjs-poster {
  display: none;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  align-items: center;
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}
.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}
.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
          animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " ";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-volume-control {
  display: none;
}
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
  width: auto;
  width: initial;
}
.video-js.vjs-layout-x-small .vjs-progress-control, .video-js.vjs-layout-tiny .vjs-progress-control {
  display: none;
}
.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}
.video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }

  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }

  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }

  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
}

.video-js *:focus:not(:focus-visible) {
  outline: none;
}

/* End */


/* Start:/local/templates/lyudi-mayaki/assets/libs/fancybox/fancybox.css?169538815115512*/
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:transparent;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/* End */


/* Start:/local/templates/lyudi-mayaki/assets/libs/range-slider/range-slider.css?169538815111084*/
/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/.irs{position:relative;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px;font-family:Arial,sans-serif}.irs-line{position:relative;display:block;overflow:hidden;outline:none !important}.irs-bar{position:absolute;display:block;left:0;width:0}.irs-shadow{position:absolute;display:none;left:0;width:0}.irs-handle{position:absolute;display:block;box-sizing:border-box;cursor:default;z-index:1}.irs-handle.type_last{z-index:2}.irs-min,.irs-max{position:absolute;display:block;cursor:default}.irs-min{left:0}.irs-max{right:0}.irs-from,.irs-to,.irs-single{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:rgba(0,0,0,0);z-index:2}.lt-ie9 .irs-disable-mask{background:#000;filter:alpha(opacity=0);cursor:not-allowed}.irs-disabled{opacity:.4}.irs-hidden-input{position:absolute !important;display:block !important;top:0 !important;left:0 !important;width:0 !important;height:0 !important;font-size:0 !important;line-height:0 !important;padding:0 !important;margin:0 !important;overflow:hidden;outline:none !important;z-index:-9999 !important;background:none !important;border-style:solid !important;border-color:transparent !important}.irs--flat{height:40px}.irs--flat.irs-with-grid{height:60px}.irs--flat .irs-line{top:25px;height:12px;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-bar{top:25px;height:12px;background-color:#ed5565}.irs--flat .irs-bar--single{border-radius:4px 0 0 4px}.irs--flat .irs-shadow{height:1px;bottom:16px;background-color:#e1e4e9}.irs--flat .irs-handle{top:22px;width:16px;height:18px;background-color:transparent}.irs--flat .irs-handle>i:first-child{position:absolute;display:block;top:0;left:50%;width:2px;height:100%;margin-left:-1px;background-color:#da4453}.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child{background-color:#a43540}.irs--flat .irs-min,.irs--flat .irs-max{top:0;padding:1px 3px;color:#999;font-size:10px;line-height:1.333;text-shadow:none;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-from,.irs--flat .irs-to,.irs--flat .irs-single{color:white;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#ed5565;border-radius:4px}.irs--flat .irs-from:before,.irs--flat .irs-to:before,.irs--flat .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#ed5565}.irs--flat .irs-grid-pol{background-color:#e1e4e9}.irs--flat .irs-grid-text{color:#999}.irs--big{height:55px}.irs--big.irs-with-grid{height:70px}.irs--big .irs-line{top:33px;height:12px;background-color:white;background:linear-gradient(to bottom, #ddd -50%, white 150%);border:1px solid #ccc;border-radius:12px}.irs--big .irs-bar{top:33px;height:12px;background-color:#92bce0;border:1px solid #428bca;background:linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);box-shadow:inset 0 0 1px 1px rgba(255,255,255,0.5)}.irs--big .irs-bar--single{border-radius:12px 0 0 12px}.irs--big .irs-shadow{height:1px;bottom:16px;background-color:rgba(66,139,202,0.5)}.irs--big .irs-handle{top:25px;width:30px;height:30px;border:1px solid rgba(0,0,0,0.3);background-color:#cbcfd5;background:linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);box-shadow:1px 1px 2px rgba(0,0,0,0.2),inset 0 0 3px 1px white;border-radius:30px}.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover{border-color:rgba(0,0,0,0.45);background-color:#939ba7;background:linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%)}.irs--big .irs-min,.irs--big .irs-max{top:0;padding:1px 5px;color:white;text-shadow:none;background-color:#9f9f9f;border-radius:3px}.irs--big .irs-from,.irs--big .irs-to,.irs--big .irs-single{color:white;text-shadow:none;padding:1px 5px;background-color:#428bca;background:linear-gradient(to bottom, #428bca 0%, #3071a9 100%);border-radius:3px}.irs--big .irs-grid-pol{background-color:#428bca}.irs--big .irs-grid-text{color:#428bca}.irs--modern{height:55px}.irs--modern.irs-with-grid{height:55px}.irs--modern .irs-line{top:25px;height:5px;background-color:#d1d6e0;background:linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);border:1px solid #a3adc1;border-bottom-width:0;border-radius:5px}.irs--modern .irs-bar{top:25px;height:5px;background:#20b426;background:linear-gradient(to bottom, #20b426 0%, #18891d 100%)}.irs--modern .irs-bar--single{border-radius:5px 0 0 5px}.irs--modern .irs-shadow{height:1px;bottom:21px;background-color:rgba(209,214,224,0.5)}.irs--modern .irs-handle{top:37px;width:12px;height:13px;border:1px solid #a3adc1;border-top-width:0;box-shadow:1px 1px 1px rgba(0,0,0,0.1);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(1){position:absolute;display:block;top:-4px;left:1px;width:6px;height:6px;border:1px solid #a3adc1;background:white;transform:rotate(45deg)}.irs--modern .irs-handle>i:nth-child(2){position:absolute;display:block;box-sizing:border-box;top:0;left:0;width:10px;height:12px;background:#e9e6e6;background:linear-gradient(to bottom, white 0%, #e9e6e6 100%);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(3){position:absolute;display:block;box-sizing:border-box;top:3px;left:3px;width:4px;height:5px;border-left:1px solid #a3adc1;border-right:1px solid #a3adc1}.irs--modern .irs-handle.state_hover,.irs--modern .irs-handle:hover{border-color:#7685a2;background:#c3c7cd;background:linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%)}.irs--modern .irs-handle.state_hover>i:nth-child(1),.irs--modern .irs-handle:hover>i:nth-child(1){border-color:#7685a2}.irs--modern .irs-handle.state_hover>i:nth-child(3),.irs--modern .irs-handle:hover>i:nth-child(3){border-color:#48536a}.irs--modern .irs-min,.irs--modern .irs-max{top:0;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;color:white;background-color:#d1d6e0;border-radius:5px}.irs--modern .irs-from,.irs--modern .irs-to,.irs--modern .irs-single{font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#20b426;color:white;border-radius:5px}.irs--modern .irs-from:before,.irs--modern .irs-to:before,.irs--modern .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#20b426}.irs--modern .irs-grid{height:25px}.irs--modern .irs-grid-pol{background-color:#dedede}.irs--modern .irs-grid-text{color:silver;font-size:13px}.irs--sharp{height:50px;font-size:12px;line-height:1}.irs--sharp.irs-with-grid{height:57px}.irs--sharp .irs-line{top:30px;height:2px;background-color:black;border-radius:2px}.irs--sharp .irs-bar{top:30px;height:2px;background-color:#ee22fa}.irs--sharp .irs-bar--single{border-radius:2px 0 0 2px}.irs--sharp .irs-shadow{height:1px;bottom:21px;background-color:rgba(0,0,0,0.5)}.irs--sharp .irs-handle{top:25px;width:10px;height:10px;background-color:#a804b2}.irs--sharp .irs-handle>i:first-child{position:absolute;display:block;top:100%;left:0;width:0;height:0;border:5px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover{background-color:black}.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child{border-top-color:black}.irs--sharp .irs-min,.irs--sharp .irs-max{color:white;font-size:14px;line-height:1;top:0;padding:3px 4px;opacity:.4;background-color:#a804b2;border-radius:2px}.irs--sharp .irs-from,.irs--sharp .irs-to,.irs--sharp .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 4px;background-color:#a804b2;color:white;border-radius:2px}.irs--sharp .irs-from:before,.irs--sharp .irs-to:before,.irs--sharp .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-grid{height:25px}.irs--sharp .irs-grid-pol{background-color:#dedede}.irs--sharp .irs-grid-text{color:silver;font-size:13px}.irs--round{height:50px}.irs--round.irs-with-grid{height:65px}.irs--round .irs-line{top:36px;height:4px;background-color:#dee4ec;border-radius:4px}.irs--round .irs-bar{top:36px;height:4px;background-color:#006cfa}.irs--round .irs-bar--single{border-radius:4px 0 0 4px}.irs--round .irs-shadow{height:4px;bottom:21px;background-color:rgba(222,228,236,0.5)}.irs--round .irs-handle{top:26px;width:24px;height:24px;border:4px solid #006cfa;background-color:white;border-radius:24px;box-shadow:0 1px 3px rgba(0,0,255,0.3)}.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover{background-color:#f0f6ff}.irs--round .irs-min,.irs--round .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1);border-radius:4px}.irs--round .irs-from,.irs--round .irs-to,.irs--round .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#006cfa;color:white;border-radius:4px}.irs--round .irs-from:before,.irs--round .irs-to:before,.irs--round .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#006cfa}.irs--round .irs-grid{height:25px}.irs--round .irs-grid-pol{background-color:#dedede}.irs--round .irs-grid-text{color:silver;font-size:13px}.irs--square{height:50px}.irs--square.irs-with-grid{height:60px}.irs--square .irs-line{top:31px;height:4px;background-color:#dedede}.irs--square .irs-bar{top:31px;height:4px;background-color:black}.irs--square .irs-shadow{height:2px;bottom:21px;background-color:#dedede}.irs--square .irs-handle{top:25px;width:16px;height:16px;border:3px solid black;background-color:white;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.irs--square .irs-handle.state_hover,.irs--square .irs-handle:hover{background-color:#f0f6ff}.irs--square .irs-min,.irs--square .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1)}.irs--square .irs-from,.irs--square .irs-to,.irs--square .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:black;color:white}.irs--square .irs-grid{height:25px}.irs--square .irs-grid-pol{background-color:#dedede}.irs--square .irs-grid-text{color:silver;font-size:11px}
/* End */


/* Start:/local/templates/lyudi-mayaki/assets/css/reset.css?16953881473094*/
*,
::before,
::after {
    box-sizing: border-box;

    border-width: 0;

    border-style: solid;

    border-color: #e5e7eb;

}

html {
    line-height: 1.5;

    -webkit-text-size-adjust: 100%;

    -moz-tab-size: 4;

    -o-tab-size: 4;
    tab-size: 4;
}


body {
    margin: 0;

    line-height: inherit;

}

hr {
    height: 0;

    color: inherit;

    border-top-width: 1px;

}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}
a {
    color: inherit;
    text-decoration: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;

    font-size: 1em;

}




small {
    font-size: 80%;
}




sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

table {
    text-indent: 0;

    border-color: inherit;

    border-collapse: collapse;

}




button,
input,
optgroup,
select,
textarea {
    font-family: inherit;

    font-size: 100%;

    line-height: inherit;

    color: inherit;

    margin: 0;

    padding: 0;

}




button,
select {
    text-transform: none;
}




button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;

    background-color: transparent;

    background-image: none;

}




:-moz-focusring {
    outline: auto;
}




:-moz-ui-invalid {
    box-shadow: none;
}




progress {
    vertical-align: baseline;
}




::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}




[type='search'] {
    -webkit-appearance: textfield;

    outline-offset: -2px;

}




::-webkit-search-decoration {
    -webkit-appearance: none;
}




::-webkit-file-upload-button {
    -webkit-appearance: button;

    font: inherit;

}




summary {
    display: list-item;
}




blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}




textarea {
    resize: vertical;
}




input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;

    color: #9ca3af;

}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 1;

    color: #9ca3af;

}

input::placeholder,
textarea::placeholder {
    opacity: 1;

    color: #9ca3af;

}




button,
[role="button"] {
    cursor: pointer;
}



:disabled {
    cursor: default;
}




img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;

    vertical-align: middle;

}




img,
video {
    max-width: 100%;
    height: auto;
}

html{
    height: 100%;
}
.page__body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
header{
    /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
    flex: 0 0 auto;
}
main{
    /* 1 flex-grow, 0 flex-shrink, auto flex-basis */
    flex: 1 0 auto;
}
footer{
    /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
    flex: 0 0 auto;
}



/* End */


/* Start:/local/templates/lyudi-mayaki/assets/css/desktop.css?175870197470285*/
@font-face {
    font-family: 'Mulish', sans-serif;
    src: url('/local/templates/lyudi-mayaki/assets/css/../fonts/Mulish-ExtraLight.eot'),
    url('/local/templates/lyudi-mayaki/assets/css/../fonts/Mulish-ExtraLight.woff2') format('woff2'),
    url('/local/templates/lyudi-mayaki/assets/css/../fonts/Mulish-ExtraLight.woff') format('woff'),
    url('/local/templates/lyudi-mayaki/assets/css/../fonts/Mulish-ExtraLight.ttf') format('truetype');
    font-weight: 200;

}

@font-face {
    font-family: 'Mulish', sans-serif;
    src: url('/local/templates/lyudi-mayaki/assets/css/../fonts/Mulish-Light.eot'),
    url('/local/templates/lyudi-mayaki/assets/css/../fonts/Mulish-Light.woff2') format('woff2'),
    url('/local/templates/lyudi-mayaki/assets/css/../fonts/Mulish-Light.woff') format('woff'),
    url('/local/templates/lyudi-mayaki/assets/css/../fonts/Mulish-Light.ttf') format('truetype');
    font-weight: 300;

}

@font-face {
    font-family: 'Mulish', sans-serif;
    src: url('/local/templates/lyudi-mayaki/assets/css/../fonts/Mulish-Regular.eot'),
    url('/local/templates/lyudi-mayaki/assets/css/../fonts/Mulish-Regular.woff2') format('woff2'),
    url('/local/templates/lyudi-mayaki/assets/css/../fonts/Mulish-Regular.woff') format('woff'),
    url('/local/templates/lyudi-mayaki/assets/css/../fonts/Mulish-Regular.ttf') format('truetype');
    font-weight: 400;

}

@font-face {
    font-family: 'Mulish', sans-serif;
    src: url('/local/templates/lyudi-mayaki/assets/css/../fonts/Mulish-Medium.eot'),
    url('/local/templates/lyudi-mayaki/assets/css/../fonts/Mulish-Medium.woff2') format('woff2'),
    url('/local/templates/lyudi-mayaki/assets/css/../fonts/Mulish-Medium.woff') format('woff'),
    url('/local/templates/lyudi-mayaki/assets/css/../fonts/Mulish-Medium.ttf') format('truetype');
    font-weight: 500;

}

@font-face {
    font-family: 'Mulish', sans-serif;
    src: url('/local/templates/lyudi-mayaki/assets/css/../fonts/Mulish-SemiBold.eot'),
    url('/local/templates/lyudi-mayaki/assets/css/../fonts/Mulish-SemiBold.woff2') format('woff2'),
    url('/local/templates/lyudi-mayaki/assets/css/../fonts/Mulish-SemiBold.woff') format('woff'),
    url('/local/templates/lyudi-mayaki/assets/css/../fonts/Mulish-SemiBold.ttf') format('truetype');
    font-weight: 600;

}

@font-face {
    font-family: 'Mulish', sans-serif;
    src: url('/local/templates/lyudi-mayaki/assets/css/../fonts/Mulish-Bold.eot'),
    url('/local/templates/lyudi-mayaki/assets/css/../fonts/Mulish-Bold.woff2') format('woff2'),
    url('/local/templates/lyudi-mayaki/assets/css/../fonts/Mulish-Bold.woff') format('woff'),
    url('/local/templates/lyudi-mayaki/assets/css/../fonts/Mulish-Bold.ttf') format('truetype');
    font-weight: 700;

}

@font-face {
    font-family: 'Mulish', sans-serif;
    src: url('/local/templates/lyudi-mayaki/assets/css/../fonts/Mulish-ExtraBold.eot'),
    url('/local/templates/lyudi-mayaki/assets/css/../fonts/Mulish-ExtraBold.woff2') format('woff2'),
    url('/local/templates/lyudi-mayaki/assets/css/../fonts/Mulish-ExtraBold.woff') format('woff'),
    url('/local/templates/lyudi-mayaki/assets/css/../fonts/Mulish-ExtraBold.ttf') format('truetype');
    font-weight: 800;

}

@font-face {
    font-family: 'Mulish', sans-serif;
    src: url('/local/templates/lyudi-mayaki/assets/css/../fonts/Mulish-Black.eot'),
    url('/local/templates/lyudi-mayaki/assets/css/../fonts/Mulish-Black.woff2') format('woff2'),
    url('/local/templates/lyudi-mayaki/assets/css/../fonts/Mulish-Black.woff') format('woff'),
    url('/local/templates/lyudi-mayaki/assets/css/../fonts/Mulish-Black.ttf') format('truetype');
    font-weight: 900;


}

* {
    box-sizing: border-box;
    font-family: 'Mulish', sans-serif;
}

body {
    color: #2D2A27;
    font-family: 'Mulish', sans-serif;

}


main {

    padding-top: 72px;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    padding: 0px 15px;
}

header {
    position: fixed;
    width: 100%;
    z-index: 99;
    background: #fff;
}

.ss-main .ss-single-selected {
    background: #FFFFFF;
    border: 1px solid #D1CECD;
    border-radius: 24px;
    padding: 11px 24px;
    height: 48px;
}

.ss-main .ss-single-selected .placeholder, .ss-main .ss-single-selected .placeholder * {
    font-size: 16px;
    line-height: 24px;
    color: #2D2A27;

}

.ss-content.ss-open {
    background: #FFFFFF;
    border: 1px solid #D1CECD;
    box-sizing: border-box;
    border-radius: 24px 24px 0px 0px;
}

.ss-content .ss-list .ss-option {
    height: 48px;
    display: flex;
    align-items: center;
}

.ss-content .ss-list .ss-option.ss-highlighted, .ss-content .ss-list .ss-option:hover {
    color: #2D2A27;
    background-color: #F5F5F5;
}

.ss-option-selected + .ss-option {
    border-radius: 24px 24px 0px 0px;
}


.big-image {
    grid-area: big-image;
    min-height: 592px;
}

.min-image_1 {
    grid-area: min-image_1;
}

.min-image_2 {
    grid-area: min-image_2;
}

[class^="min-image_"] p {
    max-width: 250px;
}

.slayder-nuzhna-pomosch, .slayder-news-home {
    padding-left: max(15px, calc((100% - 1140px) / 2));
}

.mayaki-swiper-button-next, .mayaki-swiper-button-prev, .mayaki-swiper-button-news-next, .mayaki-swiper-button-news-prev, .mayaki-swiper-button-inhelp-prev, .mayaki-swiper-button-inhelp-next {
    position: static;
    width: 60px;
    height: 60px;
    border: 2px solid #D83D36;
    border-radius: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}


.mayaki-swiper-button-next:after, .mayaki-swiper-button-prev:after, .mayaki-swiper-button-news-next:after, .mayaki-swiper-button-news-prev:after, .mayaki-swiper-button-inhelp-prev:after, .mayaki-swiper-button-inhelp-next:after {
    content: '';
}

.mayaki-navigation {
    max-width: 1140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}


.video-js .vjs-tech, .vjs-poster {
    border-radius: 10px;
}

.video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 1.5em;
    height: 52px;
    width: 52px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -26px;
    margin-left: -26px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    transition: all 0.4s;
    background-color: #fff;
    border-radius: 50%;

}

.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
    background-color: #fff;
}

.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    content: url("data:image/svg+xml,%3Csvg width='23' height='26' viewBox='0 0 23 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.9448 12.134C22.6115 12.5189 22.6115 13.4811 21.9448 13.866L2.41149 25.1436C1.74482 25.5285 0.91149 25.0474 0.91149 24.2776L0.911491 1.72243C0.911491 0.95263 1.74482 0.471504 2.41149 0.856404L21.9448 12.134Z' fill='url(%23paint0_linear_303_5598)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_303_5598' x1='23.4448' y1='13' x2='-6.59962' y2='13' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23D83D36'/%3E%3Cstop offset='1' stop-color='%23FFE07F'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.dropdown__item {
    position: relative;
}

.dropdown__item:not(:first-child) {
    margin-top: 16px;
}

.dropdown__link:after, .menu__btn--dashed:after, .menu__link:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 25px;
    opacity: 0;
    visibility: hidden;
    height: 4px;
    width: 0%;
    transition: 0.3s ease-in-out;
    background-image: url("/local/templates/lyudi-mayaki/assets/css/../img/menu-hover.svg");
}


.dropdown__link:hover:after, .menu__btn--dashed:hover:after, .menu__link:hover:after {
    width: 100%;
    opacity: 1;
    visibility: visible;

}

.deyatelnost__title {
    position: relative;
}

.deyatelnost__title:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 40px;
    background-image: url("/local/templates/lyudi-mayaki/assets/css/../img/deyatelnost__title.svg");
    width: 180px;
    height: 3px;
}

.strive {
    background-image: url("/local/templates/lyudi-mayaki/assets/css/../img/strive.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    grid-column: 6 span;
    box-shadow: 0px 0px 20px rgba(83, 67, 65, 0.1);
    padding: 28px 42px;
    border-radius: 20px;

}

.unite {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("/local/templates/lyudi-mayaki/assets/css/../img/unite.png");
    grid-column: 6 span;
    box-shadow: 0px 0px 20px rgba(83, 67, 65, 0.1);
    padding: 28px 42px;
    border-radius: 20px;
}

.deyatelnost__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: #D83D36;
}

.activity-bottom__text {
    margin-top: 16px;
}

.activity-bottom__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 30px;
}

.activity-bottom {
    margin-top: 120px;
}

.stop-scroll {
    overflow: hidden;
}

.burger {
    display: none;
}

.search {
    border: none; /* Убираем рамку */
    outline: none; /* Убираем свечение в Chrome и Safari */
    -webkit-appearance: none; /* Убираем рамку в Chrome и Safari */
    width: 0px;
    transition: 0.8s;
    color: #000;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000;
    border-radius: 22px;
    border: none;
}

.search--active {
    width: 365px;
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.search:focus {
    border: none;
    outline: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.search__form {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #D1CECD;
    border-radius: 21.5px;
    width: 0%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: -20px;
    top: -10px;
}

.search__form--active {
    width: 452px;
    opacity: 1;
    visibility: visible;
    padding: 0px 24px;
}

.header__search-icon svg {
    pointer-events: none;
}

.header__search-icon {
    cursor: pointer;
}

.close__icon--ininput svg {
    pointer-events: none;
}

.close__icon--ininput {
    cursor: pointer;
}

/*.search__icon {*/
/*    position: absolute;*/
/*    top: -10px;*/
/*    left: 0px;*/
/*}*/
/*.search__icon--ininput {*/
/*    position: absolute;*/
/*    top: 10px;*/
/*    left: 20px;*/
/*}*/

/*.close__icon--ininput {*/
/*    position: absolute;*/
/*    right: 24px;*/
/*    top: 15px;*/
/*}*/


.partnery__btn {
    margin-left: 20px;
    width: 310px;
    text-align: center;
    padding-left: 20px !important;
    padding-right: 20px !important;
    display: block !important;
}

.show-social {
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;

}


.swiper-button-next:hover, .swiper-button-prev:hover {
    background: #d94736;
}

.swiper-button-next:hover svg path, .swiper-button-prev:hover svg path {
    stroke: #ffffff;
}

.main-news__content h2:hover, .footer-menu li a:hover, .contacts a:hover {
    color: #D83D36;
}

.program-line {
    min-width: calc(100% - 128px);
}


.list-reset {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

.menu__item {
    position: relative;
}

.menu__item:not(:last-child) {
    margin-right: 30px;
}

.menu__btn {
    border: none;
    outline: none;
    color: #2D2A27;
    background-color: transparent;
    cursor: pointer;
}

.dropdown {
    position: absolute;
    left: 0;
    top: 50px;
    min-width: max-content;
    max-width: 230px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    opacity: 0;
    padding: 16px 20px;
    visibility: hidden;

}

.dropdown--active {
    opacity: 1;
    visibility: visible;
}

.dropdown__link {
    display: block;
    color: #2D2A27;

}

button:focus {
    outline: none !important;
}

.menu__btn--arrow:before {
    content: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23202227' stroke-width='1.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    position: absolute;
    right: -16px;
    top: 50%;
    margin-top: -14px;
    transition: .3s;
}

.menu__btn--active:before {
    transform: rotate(180deg);
    margin-top: -8px;
}

.menu__link {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2D2A27;
}

.menu__link:hover, .menu__btn:hover {
    color: #D83D36;
}

.pay-form {

}

.pay-form__header {
    background-color: #D83D36;
    position: relative;
    padding: 50px;
    border-radius: 20px 20px 0px 0px;
}

.pay-form__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 47px;
    color: #fff;

}

.pay-form__descr {
    margin-top: 20px;
    color: #fff;
    line-height: 24px;
    font-size: 16px;
    max-width: 660px;
}

.pay-form__decor {
    position: absolute;
    right: 50px;
    bottom: 0px;

}

.pay-form__content {
    background-color: #FDFBFB;
    padding: 30px 50px;
    box-shadow: 0px 0px 20px rgb(83 67 65 / 10%);
    border-radius: 20px;
}

.menu__btn--dots {
    height: 20px
}

.sms__image {
    width: 640px;
}

.btn-default:hover {
    box-shadow: 0px 3px 8px rgba(83, 67, 65, 0.3);
}

.programs-grid__item--type3, .programs-grid__item--type4 {
    height: 368px;
}

.content-modal__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: #2D2A27;
}

.pay-success {

}

.pay-success__container {
    background-image: url("/local/templates/lyudi-mayaki/assets/css/../img/pay-success.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.pay-success__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 47px;
    color: #2D2A27;
    margin-top: 63px;
}

.pay-success__descr {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2D2A27;
    margin-top: 26px;
    max-width: 729px;
}

.to-home svg {
    margin-right: 8px;
}

.to-home {
    margin-bottom: 165px;
}


/* форма оплаты */
#pay {

}

.pay__type {
    margin-top: 38px;
    margin-bottom: 43px;
}

.pay__title {
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    color: #2D2A27;
}

input[name="pay_type"], input[name="pay_amount"][type="radio"] {
    appearance: none;
    position: absolute;
    opacity: 0;
    display: none;
}

input[name="pay_type"] + label {
    border: 1px solid #D83D36;
    line-height: 24px;
    padding: 13px 145px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #2D2A27;
    cursor: pointer;
}

input[name="pay_type"]:checked + label {
    background: #D83D36;
    color: #FFFFFF;
}

.pay_type1 {
    border-radius: 24px 0px 0px 24px;
}

.pay_type2 {
    border-radius: 0px 24px 24px 0px;
}

#pay input[type='range'] {
    width: 100%;
    max-width: 530px;
}

.pay__amount {
    margin-top: 16px;
    margin-bottom: 46px;
}

input[name="pay_amount"] + label {
    background: #FFFFFF;
    border: 1px solid #D1CECD;
    box-sizing: border-box;
    border-radius: 35px;
    padding: 13px 28px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
}

input[name="pay_amount"]:checked + label {
    background: #D83D36;
    border: none;
    color: #FFFFFF;
}

.pay__amount_radio {
    margin-top: 15px;
}

.pay__amount_radio {
    display: grid;
    gap: 30px;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
}

input[name="pay_amount"][type="number"] {
    background: #FFFFFF;
    border: 1px solid #D1CECD;
    box-sizing: border-box;
    border-radius: 47px;
    padding: 13px 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #888785;
    max-width: 100%;
}

.pay__amount_other {
    position: relative;

}

.pay__amount_other:after {
    content: '₽';
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 12px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.pay__amount_firstline {
    display: grid;
    gap: 34px;
    grid-template-columns: repeat(12, 1fr);
}

.pay_type2 {
    margin-left: -6px;
}

.command__svg {
    width: 100%;
    height: 100%;
    position: absolute;
    transform: rotate(205deg);
}

.command-list__animate {

    transition: 1.6s linear;
}

.command-list__animate--active {
    transform: rotate(445deg);
    transition: 1.6s linear;
}

.command-list__endanimate {
    opacity: 0;
    transition: .3s linear;
    visibility: hidden;
}

.command-list__endanimate--active {
    opacity: 1;
    visibility: visible;
    display: block;
    transition: 1.6s linear;
    transform: rotate(355deg);
}

.btn-page {
    cursor: pointer;
}

.pay__amount_firstline .btn-page {
    grid-column: 3 span;
}

.pay__amount_firstline .irs--flat {
    grid-column: 7 span;
    position: relative;
}

.pay__amount_firstline .irs--flat .irs-line {
    grid-column: 7 span;
    position: relative;
    background: #F2F3F4;
    box-shadow: inset 0px 1px 2px rgb(0 0 0 / 10%);
    border-radius: 7px;
    height: 4px;
}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single, .irs--flat .irs-min, .irs--flat .irs-max, .irs--flat .irs-min, .irs--flat .irs-max {
    display: none;
}

.irs--flat .irs-bar--single {
    height: 4px;
}

.pay__amount_firstline .irs--flat .irs-handle {
    top: 50%;
    margin-top: -14px;
    position: absolute;
    width: 42px;
    height: 42px;
    background: #D83D36;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 17L9 9L0.999999 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
}

.irs--flat .irs-handle > i:first-child {
    display: none;
}

.pay__amount_firstline .pay__amount_other {
    grid-column: 2 span;
}

.pay__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pay__bottom {
    margin-top: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom-pay__title {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #888785CC;

}

.bottom-pay__list {
    margin-left: 24px;
    display: inline-grid;
    gap: 34px;
    grid-template-columns: repeat(4, 1fr);
}

.bottom-pay__services {
    display: flex;
    align-items: center;
}

.bottom-pay__policy {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #888785CC;
    max-width: 429px;
}

[data-card="1"] .pay-qr__title {
    display: none;
}

.pay__plate_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.button--back {
    border: 1px solid #888785;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    padding: 5px 21px;
    color: #888785;
    border-radius: 21.5px;
    display: flex;
    align-items: center;
    margin-right: 50px;
    cursor: pointer;
}

.button--back svg {
    margin-right: 8px;
}

.pay__plate__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: #2D2A27;
    margin-top: 30px;
}

.pay__plate_inputs {
    margin-top: 36px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 50px;
}

.pay-input {
    background: #FFFFFF !important;
    border: 1px solid #D1CECD !important;
    box-sizing: border-box !important;
    border-radius: 36px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #88878599 !important;
    padding: 11px 24px !important;
    max-width: 370px;
    width: 100%;
}

.pay-input-class-wrapper {
    display: flex;
    column-gap: 20px;
    max-width: 370px;
    width: 100%;

}

.pay__plate input[type="checkbox"] {
    display: none;
}

.pay__plate input[type="checkbox"] + label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2D2A27;
    position: relative;
    cursor: pointer;
    padding-left: 68px;
}

.pay__plate input[type="checkbox"] + label:before {
    content: '';
    position: absolute;
    width: 54px;
    height: 27px;
    left: 0px;
    background: #F2F3F4;
    box-shadow: inset -2px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 13.5px;
}

.pay__plate input[type="checkbox"] + label:after {
    content: '';
    position: absolute;
    width: 19px;
    height: 19px;
    left: 3px;
    top: 50%;
    margin-top: -8.5px;
    background: #888785;
    box-shadow: inset -2px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    transition: 0.5s;
}

.pay__plate input[type="checkbox"]:checked + label:after {
    left: 30px;
    background: #D83D36;
}

.pay__plate_buttons {
    display: flex;
    margin-top: 18px;
    flex-direction: column;
    align-items: flex-start;
}

.pay__plate_buttons .btn-primary {
    margin-top: 50px;
}

.btn-primary {
    cursor: pointer;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    background-color: #D83D36;
    border-radius: 42px;
}

.btn-primary:hover {
    box-shadow: 0px 3px 8px rgba(83, 67, 65, 0.3);
}

.btn-primary:active {
    box-shadow: inset 2px 4px 4px rgba(83, 67, 65, 0.25);
    background-color: #CF3831;
}

.pay__plate__ps {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #88878599;
    margin-top: 16px;
}

.newsletter {
    margin-top: 22px;
}

/* форма оплаты */

.heading__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.heading__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 47px;
    color: #2D2A27;
    flex: none;
    margin-left: 18px;
    margin-right: 28px;
}

.heading__title:before {
    content: '';
    background-image: url("/local/templates/lyudi-mayaki/assets/css/../img/page-title-before.svg");
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 6px;
}

.heading__wave {
    width: 100%;
    height: 20px;
    background-image: url("/local/templates/lyudi-mayaki/assets/css/../img/page-title-after.svg");
    background-position: center;
    background-repeat: repeat-x;
}

.contacs-page__relations {
    margin-top: 34px;
}

.relations__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.relations__communication {
    box-shadow: 0px 0px 20px rgba(83, 67, 65, 0.1);
    padding: 34px 50px;
    border-radius: 20px;
    max-width: 735px;
}

.relations__communication-flex {
    display: flex;
    flex-direction: column;
}

.communication__requesites {
    box-shadow: 0px 0px 20px rgb(83 67 65 / 10%);
    padding: 34px 50px;
    border-radius: 20px;
    max-width: 735px;
    margin-top: 20px;
}

.requesites-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: #2D2A27;
}

.requesites-subtitle {
    font-size: 16px;
    line-height: 24px;
    color: #888785;
    opacity: 0.8;
    margin-top: 10px;
}

.requesites__list {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 22px 66px;
    margin-top: 16px;
}

.requesites__item {
    grid-column: 5 span;
}

.requesites__item-subtitle {
    font-size: 14px;
    line-height: 20px;
    color: #888785CC;
}
.requesites__item-sublist {
    font-weight: 600;
    color: #2D2A27
}
.new__decor{
    display: flex;
    gap:10px;
    padding: 10px 15px;
    background: #F5F5F5;
    border-radius: 10px;
    max-width: fit-content;
    margin-top: 5px
}
.new__decor div{
    background-color: #FFFFFF; padding: 0px 10px; border-radius: 100%; display: inline-block;  color: #D83D36;
}
/*

.requesites__list .requesites__item:nth-last-child(1) .requesites__item-sublist {
    color: #D83D36;
    font-weight: 600;
}
*/

.communication__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: #2D2A27;
}

.communication__list {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 22px 50px;
    margin-top: 16px;
}

.communication__item {
    grid-column: 4 span;

}
.communication__item:nth-child(even) {
    grid-column: 8 span;
}

.communication__subtitle {
    font-size: 14px;
    line-height: 20px;
    color: #888785CC;
    font-weight: 600;
}

.communication__sublist {
    margin-top: 4px;
}

.communication__value {
    font-size: 16px;
    line-height: 24px;
    color: #2D2A27;
    font-weight: 600;
}

.requisites {
    box-shadow: 0px 0px 20px rgba(83, 67, 65, 0.1);
    border-radius: 20px;
    min-width: 350px;
    margin-left: 30px;
    padding: 30px 35px;
}

.requisites__title {

    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    color: #2D2A27;
}

.requisites__list {
    margin-top: 15px;
    font-weight: 600;
}

.requisites__link {
    color: #2D2A27;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: start;
    gap: 20px;
    transition-duration: 500ms;
}

.requisites__icon {
    padding: 10px;
    background: #FFFFFF;
    border-radius: 5px;
}

.requisites__info {
    padding: 4px 6px;
    color: #888785;
    display: inline-block;
    border-radius: 4px;
    margin-top: 5px;
    margin-left: 50px;
    opacity: 0.8;
}

.header {
    box-shadow: 0px 4px 8px rgba(44, 51, 62, 0.1);
}

.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0px;
    position: relative;
}

.header__search {
    position: relative;
}

.hidden {
    display: none;
}

.btn-default {
    font-size: 16px;
    line-height: 24px;
    display: inline-flex;
    align-items: center;
    padding: 10px 25px;
    border: 1px solid #D83D36;
    border-radius: 22px;
    margin-top: 40px;
}

.btn-default:hover {
    background-color: #D83D36;
    color: #FFFFFF;
}

.btn-default:hover svg > path {
    stroke: currentColor;
}

.btn-default:active {
    box-shadow: inset 2px 4px 4px rgba(83, 67, 65, 0.25);
    background-color: #CF3831;
}

.btn-more {
    padding: 8px 20px;
    border: 1px solid #888785;
    color: #888785;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    border-radius: 42px;
}


.btn-more:hover {
    color: #FFFFFF;
    background-color: #888785;
}

.btn-more:active {
    box-shadow: inset 0px 2px 4px rgba(23, 23, 22, 0.25);
    background-color: #7D7C7A;
}

.progress-bar {
    background-color: #F2F3F4;
    border-radius: 5px;
    height: 6px;
    overflow: hidden;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.progress-bar:hover {
    background-color: #E2E4E5;
}

.progress-bar-filled {
    background-image: linear-gradient(to right, #FFE07F, #D83D36);
    height: 6px;
    border-radius: 5px;

}

.progress-bar-user {
    background-color: #F2F3F4;
    border-radius: 7px;
    height: 12px;
    overflow: hidden;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.progress-bar-user:hover {
    background-color: #E2E4E5;
}

.progress-bar-filled-user {
    background-image: linear-gradient(to right, #D83D36, #D83D3600);
    height: 12px;
    border-radius: 5px;
}

.progress-bar__title {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
}

.card-badge {
    text-transform: uppercase;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    background-color: #FFE07F;
    color: #2D2A27;
    font-weight: 800;
    text-align: center;
    font-size: 14px;
    line-height: 15px;
    width: 80px;
    height: 80px;
    position: absolute;
    right: -20px;
    top: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.share-button {
    height: 48px;
    width: 48px;
    border-radius: 8px;
    border: 1px solid #D1CECD;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.share-button:hover {
    background-color: #F5F5F5;
    cursor: pointer;
}

.share-button.active {
    background-color: #F5F5F5;
    cursor: pointer;
    border: none;
    border-radius: 0px;
    border-bottom-right-radius: 0.5rem; /* 8px */
    border-bottom-left-radius: 0.5rem; /* 8px */

}

.btn-copy {
    font-size: 14px;
    line-height: 20px;
    color: #888785;
    border-radius: 15px;
    border: 1px solid #888785;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-copy:hover {
    border: 1px solid #888785;
    background-color: #F5F5F5;
}

.btn-copy:active {
    box-shadow: inset -1px 2px 4px rgba(83, 67, 65, 0.25);
    background-color: #EBEBEB;
}


.receive-help {
    padding: 10px 38px;
}

.breadcrumb {
    display: flex;
    align-items: center;
    margin: 30px 0px;
}

.breadcrumb__arrow {
    margin: 0px 8px;
}

.breadcrumb__home {
    font-size: 10px;
    line-height: 15px;
    color: #2D2A27;
    display: flex;
    align-items: center;
}

.breadcrumb__item {
    font-size: 10px;
    line-height: 15px;
    color: #888785;
    display: flex;
    align-items: center;
}

.footer {
    background-color: #F5F5F5;
    padding: 50px 0px;
    background-image: url("/local/templates/lyudi-mayaki/assets/css/../img/wave-footer.svg");
    background-size: cover;
    margin-top: 50px;
}

.footer__header {
    display: flex;
    justify-content: space-between;
}

.footer-impaired {
    display: flex;
    margin-top: 37px;
}

.footer-impaired__img {
    margin-right: 20px;
}

.footer__logo {
    display: flex;
    flex-direction: column;
}

.footer-age {
    font-size: 42px;
    line-height: 24px;
    color: #2D2A27;
    font-weight: 700;
    margin-top: 50px;
}

.footer-contacts__item {
    margin-top: 12px;
}

.footer-contacts__link {
    font-size: 16px;
    line-height: 24px;
    color: #2D2A27;
    font-weight: 700;
}

.footer-menu {
    display: flex;
}

.footer-menu__item {
    margin-top: 12px;
}

.footer-menu__link {

    font-size: 16px;
    line-height: 24px;
    color: #2D2A27;
}

.footer-menu__link_heading {
    font-weight: 700;
}

.footer-menu__indent {
    margin-left: 82px;
}

.footer__center,
.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 46px;
}

.footer__center,
.bottom-footer__item {
    font-size: 12px;
    line-height: 13px;
    color: #888785B3;
}

.footer__center {
    align-items: start;
}

.footer__address {
    max-width: 190px;
}

.footer__info {
    max-width: 171px;
}

.footer__links {
    max-width: 540px;
    width: 100%;
}

.footer__links a {
    display: inline-block;
    text-decoration: underline;
    margin-bottom: 12px;
}

.footer__links .footer-menu__first {
    max-width: 190px;
}

.footer__links .footer-menu__indent {
    margin-left: 74px;
}

.footer__info {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.bottom-footer__link {
    text-decoration: underline;
}

.news-list__grid {

    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.main-news {
    box-shadow: 0px 0px 20px rgba(83, 67, 65, 0.1);
    padding: 34px;
    display: flex;
    border-radius: 20px;
    flex-grow: 1;
}

.main-news__image {
    border-radius: 10px;
    object-fit: cover;
    max-height: 221px;
    min-width: 170px;
    min-height: 215px;
}

.main-news__content {
    margin-left: 26px;
}

.content-news__date {
    font-size: 14px;
    line-height: 20px;
    color: #888785;
}

.content-news__title {
    font-size: 18px;
    line-height: 27px;
    color: #2D2A27;
    margin-top: 10px;
    font-weight: 700;
}

.content-news__text {
    margin-top: 5px;
    line-height: 24px;
    color: #2D2A27;
}

.news-detail__hero {
    height: 500px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.news-detail__content {
    margin-top: -100px;
}

.news-content {
    padding: 43px 50px;
    box-shadow: 0px 0px 20px rgba(83, 67, 65, 0.1);
    border-radius: 20px;
    background-color: #ffffff;
}

.news-content__header {
    position: relative;
    z-index: 10;
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
}

.news-content__subheader {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 40px;
}

.news-content__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 47px;
    max-width: 585px;
}

.news-content__category {
    padding: 2px 20px;
    border-radius: 22px;
    background-color: #FFE07F;
    color: #2D2A27;
    font-size: 16px;
    line-height: 24px;
}

.news-content__date {
    margin-left: 30px;
    font-size: 14px;
    line-height: 20px;
    color: #888785;
}

.news-content__info {
    display: flex;
    align-items: center;
}

.news-content__about {
    display: flex;
    align-items: center;
    margin-top: 14px;
    justify-content: space-between;
    width: 100%;
}

.about-news__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0px 15px;
    align-items: flex-end;
}

.about-news__social {
    width: 192px;
}

.btn-copy > img {
    margin-right: 8px;
}

.show-social__wrapper {
    display: flex;
    flex-direction: column;
}

.show-social__title {
    margin-bottom: 8px;
    color: #888785;
    line-height: 20px;
    font-size: 14px;
}

.show-social__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0px 15px;
}

.news-detail .show-social {
    visibility: visible;
    opacity: 1;
}

.heading__container_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.heading__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
}

.btn-default_heading {
    margin-left: 20px;
    width: 280px;
    text-align: center;
    justify-content: center;
    margin-top: 0;
}

.partnery {
    margin-top: 85px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 80px 30px;
}

.partnery__item {
    padding: 40px;
    box-shadow: 0px 0px 20px rgba(83, 67, 65, 0.1);
    border-radius: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.item-partnery__image {
    object-fit: scale-down;
    border-radius: 50%;
    min-height: 90px;
    min-width: 90px;

}

.item-partnery__circle {
    border: 2px solid #D1CECD;
    position: absolute;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    top: -60px;
    right: 40px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.item-partnery__title {
    margin-top: 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #2D2A27;
}

.item-partnery__text {
    margin-top: 6px;
    font-size: 16px;
    line-height: 24px;
    color: #888785;
}

.item-partnery__link {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #2D2A27;
    text-decoration: underline;

}

.item-partnery__button {
    background-color: white;
    border: 1px solid #D83D36;
    color: black;
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px;
}

.btn-more_heading {
    min-width: 200px;
    margin-left: 20px;
}

.swiper-help__container, .swiper-news__container {
    margin-left: 0px;
    padding: 0px;
}

.swiper_home_help {
    margin-top: 34px;
}

.help-swiper__item {
    padding: 34px;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px rgba(83, 67, 65, 0.1);
}

.help-swiper__image {
    border-radius: 20px;
    max-width: 100%;
    width: 100%;
    max-height: 282px;
}

.help-swiper__name {
    cursor: pointer;
    background-image: url("/local/templates/lyudi-mayaki/assets/css/../img/horizontal-line.svg");
    background-position: left bottom;
    background-repeat: no-repeat;
    min-height: 30px;
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    color: #2D2A27;
    padding: 10px 0px;
    margin-top: 22px;

}

.help-swiper__name:hover {
    color: #D83D36;
}

.help-swiper__age {
    cursor: pointer;
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    color: #2D2A27;
}

.help-swiper__age {
    color: #D83D36;
}

.help-swiper__diagnosis {
    font-size: 16px;
    line-height: 25px;
    color: #2D2A27;
    margin-top: 12px;
    margin-bottom: 16px;
}

.help-swiper__money {
    margin-top: 16px;
}

.money-help {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.money-help__value {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #2D2A27;
    font-family: 'Mulish', sans-serif;
}

.help-swiper__buttons {
    margin-top: 32px;
}

.buttons-help {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.buttons-help .btn-default {
    margin-top: 0;
    padding: 10px 80px;
}

.share-button--open {
    margin-top: 3px;
}

.swiper-help .show-social {
    visibility: hidden;
    opacity: 0;
    background-color: #F5F5F4;
    padding: 15px;
    position: absolute;
    right: 0;
    top: -88px;
    width: 192px;
    border-radius: 8px 8px 0px 8px;
}

.show-social--active {
    opacity: 1 !important;
    visibility: visible !important;
}

.relative {
    position: relative;
}

.pay-form__container {

    padding: 0px;
    border-radius: 20px;
}

.important {
    margin-top: 34px;
}

.important__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    display: grid;
}

.important__item {
    display: flex;
    align-items: center;
}

.important__block {
    max-width: 70px;
    max-height: 70px;
    min-width: 70px;
    min-height: 70px;
    border-radius: 10px;
    background-color: #FDFBFB;
    box-shadow: 0px 0px 20px rgba(83, 67, 65, 0.1);
}

.important__text {
    margin-left: 25px;
    font-size: 16px;
    line-height: 24px;
    color: #2D2A27;
}

.partnery-main {
    margin-top: 34px;
}

.partnery-main__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 30px;
}

.partnery-main__block {
    padding: 20px 10px;
    box-shadow: 0px 0px 20px rgba(83, 67, 65, 0.1);
    border-radius: 10px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.programs-home {
    margin-top: 34px;
}

.programs-home__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 30px;
    grid-template-areas:
    "big-image min-image_1"
    "big-image min-image_2";
}

.programs-home__item {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    box-shadow: 0px 0px 20px rgb(83 67 65 / 10%);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 38px 44px;
}

.partnery-section {
    margin-top: 120px;
}

.programs-home__title {

    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: #2D2A27;
    max-width: 215px;
}

.programs-home__text {
    margin-top: 14px;
    font-size: 16px;
    line-height: 24px;
    color: #2D2A27;
    max-width: 320px;
}

.swiper_home_news {
    margin-top: 34px;
}

.slayder-news-home {
    position: relative;
    background-color: #F5F5F5;
    margin-top: 76px;
    padding: 50px 0px;
    margin-bottom: 34px;
}

.news-list__item {
    background-color: #fff;
}

.sms-section {
    margin-top: 205px;
}

.sms-section__block {
    box-shadow: 0px 0px 20px rgba(83, 67, 65, 0.1);
    background-color: #FDFBFB;
    border-radius: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
}

.sms-section__help {
    font-weight: 700;
    font-size: 36px;
    line-height: 47px;
    color: #ffffff;
    padding: 30px 52px;
    background-color: #D83D36;
    border-radius: 20px;
    position: absolute;
    left: 64px;
    top: -52.5px;
    -webkit-animation: pulse 1.5s infinite;
    transition: 0.5s;

}

.sms-section__help:hover {
    -webkit-animation: none;
    transition: 0.5s;
    
}

@-webkit-keyframes pulse {
    0% {
        @include transform(scale(.9));
    }
    70% {
        @include transform(scale(1));
    }
    100% {
        @include transform(scale(.9));
    }
}

.sms-section__content {
    margin-top: 50px;
    margin-left: 40px;
}

.sms-content__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.sms-content__grid {
    display: flex;
    justify-content: space-between;
}

.sms_1 {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.sms_1__title {
    font-size: 16px;
    line-height: 24px;
    color: #888785;
}

.sms_1__value {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
    color: #2D2A27;
    margin-top: 10px;
}

.sms_2 {
    margin-left: 71px;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.sms_2__title {
    margin-left: 13px;
    font-size: 16px;
    line-height: 24px;
    color: #888785;
}

.sms_2__value {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 36px;
    color: #2D2A27;
    margin-top: 10px;
    background-color: #FFE07F99;
    padding: 4px 15px 12px 15px;
    border-radius: 8px;
}

.triangle {
    width: 21px;
    margin-top: -1px;
    margin-left: 13px;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    bottom: -5px;
}

.triangle__inner {
    height: 45px;
    background-color: #FFE07F99;
    transform: rotate(45deg);
    transform-origin: top right;


}

.sms_3 {
    margin-left: 22px;
    font-size: 14px;
    line-height: 21px;
    color: #888785;
    max-width: 149px;
    margin-top: 40px;
    align-self: center;
}

.sms__image {
    position: absolute;
    top: -100px;
    right: -40px;

}

.programmy {
    margin-top: 120px;
    margin-bottom: 40px;
}

.hero-slider .swiper-slide {
    background-size: cover;
}

.hero-slider__container {
    padding-top: 130px;
    padding-bottom: 180px;
    position: relative;
    height: 609px;
}

.hero-slider__title {
    font-weight: 700;
    line-height: 47px;
    font-size: 36px;
    max-width: 570px;
}

.hero-slider__descr {
    padding-top: 28px;
    line-height: 24px;
    font-size: 16px;
    max-width: 570px;
}

.hero-slider .btn-default {
    background-color: #D83D36;
    color: #ffffff;
    padding: 10px 75px;
}

.slider-progress {
    position: relative;
    z-index: 10;
}

.slider-progress__panel {
    padding: 25px 40px;
    border-radius: 20px;
    position: absolute;
    bottom: -37px;
    left: 0px;
    width: 100%;
    background-color: #ffffff;
}

.slider-progress__grid {
    display: grid;
    gap: 0px 26px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.slayder-nuzhna-pomosch {
    margin-top: 76px;
}

.menu > li:not(:first-child) {
    margin-left: 45px;
}

.nuzhna-pomosch__grid {
    margin-top: 30px;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

}

.nuzhna-pomosch__item {
    padding: 34px;
    max-width: 350px;
    border-radius: 20px;
    box-shadow: 0px 0px 20px rgba(83, 67, 65, 0.1);
}

.nuzhna-pomosch__image {
    border-radius: 20px;
}

.nuzhna-pomosch__name {
    cursor: pointer;
    background-image: url("/local/templates/lyudi-mayaki/assets/css/../img/horizontal-line.svg");
    background-position: left bottom;
    background-repeat: no-repeat;
    min-height: 30px;
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    color: #2D2A27;
    padding: 10px 0px;
    margin-top: 22px;
}

.nuzhna-pomosch__name:hover {
    color: #D83D36;
}


.nuzhna-pomosch__age {
    cursor: pointer;
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    color: #2D2A27;
}

.nuzhna-pomosch__age:hover {
    color: #D83D36;
}

.nuzhna-pomosch__diagnosis {
    font-size: 16px;
    line-height: 25px;
    color: #2D2A27;
    margin-top: 12px;
    margin-bottom: 16px;
}

.nuzhna-pomosch__money {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}

.money-pomosch__value {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #2D2A27;
}

.nuzhna-pomosch__buttons {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nuzhna-pomosch__buttons .btn-default {
    margin-top: 0;
    padding: 10px 80px;
}

.nuzhna-pomosch__buttons .show-social {
    visibility: hidden;
    opacity: 0;
    background-color: #F5F5F4;
    padding: 15px;
    position: absolute;
    right: 0;
    top: -88px;
    width: 192px;
    border-radius: 8px 8px 0px 8px;
}

.pomosch-card__container {
    display: flex;
    justify-content: space-between;
}

.pomosch-card__image {
    border-radius: 20px;
    max-width: 350px;
    max-height: 350px;
    object-fit: cover;
}

.pomosch-card .card-badge {
    right: 20px;
    top: 20px;
}

.pomosch-card__info {
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(83, 67, 65, 0.1);
    border-radius: 20px;
    width: 100%;
    margin-left: 30px;
    padding: 32px;
}

.card-info__name {
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    color: #2D2A27;
    margin-bottom: 20px;
}

.card-info__money {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}

.money-card__wrapper {
    display: flex;
    flex-direction: column;
}

.money-card__value {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #2D2A27;
}

.money-card__title {
    line-height: 20px;
    color: #888785;
    font-size: 14px;
}

.card-info__diagnosis {
    margin-top: 22px;
    max-width: 420px;
    line-height: 24px;
    color: #2D2A27;
    font-size: 16px;
}

.card-info__buttons {
    display: flex;
    margin-top: 50px;
    align-items: flex-end;
    justify-content: space-between;
}

.card-info__buttons .btn-primary, .card-info__buttons .btn-default {
    margin-top: 0;
    padding: 10px 85px;
}

.pomosch-history {
    margin-top: 85px;
    position: relative;
}

.pomosch-history__container {
    max-width: 825px;
    position: relative;
}

.pomosch-history__text {
    margin-top: 14px;
}

.pomosch-media {
    margin-top: 120px;
}

.donation-list {
    margin-top: 85px;
}

.donation-list__content {
    margin-top: 14px;
}

.pomosch-pay {
    margin-top: 85px;
}

.pomosch-media__content {
    margin-top: 14px;
}

.swiper_in_help {
    margin-top: 34px;
}

.im-pomogli__grid {
    margin-top: 34px;
    display: grid;
    gap: 64px;
}

.im-pomogli__item {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(83, 67, 65, 0.1);
    border-radius: 20px;
    padding: 44px;
    display: flex;
    justify-content: space-between;
}

.item-pomogli__content {
    margin-left: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.item-pomogli__photo {
    min-width: 306px;

}

.content-pomogli__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #2D2A27;
}

.content-pomogli__diagnosis {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2D2A27;
    margin-top: 10px;
}

.content-pomogli__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  
}

.money-pomogli__icon {
    margin-right: 12px;
}

.money-pomogli__value {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #2D2A27;
}

.money-pomogli {
    display: flex;
}

.content-pomogli__gratitude {

}

.gratitude {
    margin-top: 30px;
}

.gratitude__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #2D2A27;
}

.gratitude__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2D2A27;
    margin-top: 10px;
}

.pomogli-media {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.pomogli-media__item {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.pomogli-media__item_big {
    grid-column: 2 span;
}

.pomogli-media__item_small {
    grid-column: 1 span;
}

.pomogli-media__item_video {
    grid-column: 1 span;
}

.card-info_pomogli .progress-bar-user {
    overflow: visible;
}

.card-info_pomogli .progress-bar-filled-user {
    position: relative;
}

.card-info_pomogli .progress-bar-filled-user:after {
    content: '';
    width: 30px;
    height: 30px;
    background: #FFE07F;
    border: 1px solid #FFE07F;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(83, 67, 65, 0.1);
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='13' viewBox='0 0 17 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.57153 6.96702L6.06911 11.4286L10.6775 6.85713L15.2858 2.28571' stroke='%23D83D36' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    position: absolute;
    right: -10px;
    z-index: 5;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    margin-top: -15px;
}

.form-pay {
    margin-top: 60px;
}

.pomosch-thanks {
    margin-top: 80px;
}

.pomosch-thanks__block {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgb(83 67 65 / 10%);
    border-radius: 20px;
    padding: 40px 50px;
    max-width: 825px;
}

.pomosch-thanks__image {
    margin-bottom: 20px;
}

.swiper_in_help img {
    max-width: 255px;
    max-height: 170px;
    object-fit: cover;
    border-radius: 10px;
}

.pay__amount .btn-primary {
    padding: 14px 20px;
}

.donation {
    background: #F4EDED;
    border-radius: 20px 20px 0px 0px;
    margin-top: 34px;
    box-shadow: 0px 0px 20px rgba(83, 67, 65, 0.1);
    border-radius: 20px;
}

.item-donation {
    padding: 20px 32px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0px 50px;

    border-top: 1px solid #dfdfdf;
}

.donation__list {
    background-color: #ffffff;
    border-radius: 20px 20px 0px 0px;
    max-height: 500px;
    overflow-y: scroll;
}

.donation__list::-webkit-scrollbar {
    width: 4px; /* ширина scrollbar */
}

.donation__list::-webkit-scrollbar-track {
    background: transparent; /* цвет дорожки */
}

.donation__list::-webkit-scrollbar-thumb {
    background-color: transparent;
    background: #D1CECD; /* цвет плашки */
    border-radius: 7px; /* закругления плашки */
    border: none; /* padding вокруг плашки */
}

.item-donation__date {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #888785;
}

.item-donation__name, .item-donation__money, .item-donation__wish {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2D2A27;
}

.otchety {
    margin-top: 34px;
}

.otchety__year {
    padding: 30px 34px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(83, 67, 65, 0.1);
    border-radius: 20px;

}
.otchety__container {

}

.year-otchety__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #2D2A27;
    position: relative;
    padding-left: 28px;
}

.year-otchety__title:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 0px;
    margin-top: -9px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8 2.60001H4.2C2.43269 2.60001 1 4.03269 1 5.80001V13.8C1 15.5673 2.43269 17 4.2 17H13.8C15.5673 17 17 15.5673 17 13.8V5.80001C17 4.03269 15.5673 2.60001 13.8 2.60001Z' stroke='%23888785' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.80078 1V4.2' stroke='%23888785' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.1992 1V4.2' stroke='%23888785' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 7.39999H17' stroke='%23888785' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
}

.year-otchety__list {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 10px;
}


.year-otchety__link {
    display: inline-block;
    font-size: 16px;
    position: relative;
    padding-left: 28px;
}

.year-otchety__link:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 0px;
    margin-top: -9px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 14.5L1.04216 14C1.04216 14.7956 1.3574 15.5587 1.91852 16.1213C2.47965 16.6839 3.2407 17 4.03425 17H14.0079C14.8015 17 15.5625 16.6839 16.1236 16.1213C16.6848 15.5587 17 14.7956 17 14L16.9578 14.5M13.0105 9L9.02108 13M9.02108 13L5.03162 9M9.02108 13V1' stroke='%23D83D36' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.year-otchety__item {
    margin-top: 14px;
}

.video-js {
    border-radius: 10px;
}

main {
    position: relative;
}

.slayder-nuzhna-pomosch {
    position: relative;
}

.slayder-nuzhna-pomosch:before {
    content: '';
    position: absolute;
    width: 731px;
    height: 672px;
    top: -300px;
    left: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/local/templates/lyudi-mayaki/assets/css/../img/decor/slyder-help-home-decor.png");
    opacity: 0.3;
}

.hero-slider .btn-default {
    position: absolute;
    bottom: 150px;
    left: 45px;
}

.activity {
    margin-top: 34px;
}

.activity__grid {
    display: flex;
    justify-content: space-between;
}

.activity__item {
    width: 100%;

}

.activity__item:not(:first-child) {
    margin-left: 30px;
}

.activity__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: #D83D36;
    margin-left: 25px;
}

.activity__block {
    background-color: #F4EDED;
    border-radius: 20px;
    padding: 24px;
    margin-top: 20px;
}

.block-activity__item {
    display: flex;
    align-items: center;
}

.block-activity__item:not(:first-child) {
    margin-top: 18px;
}

.block-activity__back {
    box-shadow: 0px 0px 20px rgba(83, 67, 65, 0.1);
    border-radius: 10px;
    background-color: #FFFFFF;
    width: 81px;
    height: 81px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-activity__text {
    margin-left: 14px;
    max-width: 155px;
}

.activity-task {
    margin-top: 120px;
    background-color: #D83D36;
    padding: 60px 0px;
}

.activity-task__available {
    box-shadow: 0px 0px 20px rgba(83, 67, 65, 0.1);
    border-radius: 10px;
    background-color: #FFFFFF;
    color: #D83D36;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    padding: 10px;
    left: 235px;
    top: -83px;
}

.activity-task__timely {
    box-shadow: 0px 0px 20px rgba(83, 67, 65, 0.1);
    border-radius: 10px;
    background-color: #FFFFFF;
    color: #D83D36;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    padding: 10px;
    left: 480px;
    top: -83px;
}

.activity-task__image {
    position: absolute;
    right: -70px;
    top: -90px;
    z-index: 1;
}

.activity-task .heading__title {
    color: #fff;
    font-size: 28px;
    line-height: 36px;
}

.activity-task__text {
    color: #ffffff;
    max-width: 570px;
    margin-top: 14px;
}

.mission {
    margin-top: 34px;
}

.mission__container {
    display: flex;
    justify-content: space-between;
}

.mission__image {
    width: 730px;
    box-shadow: 0px 0px 20px rgba(83, 67, 65, 0.1);
    border-radius: 20px;
}

.mission__about {
    margin-left: 30px;
}

.mission__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 14px;
}

.fund-mission {
    margin-top: 118px;
}

.fund-mission__block {
    max-width: 825px;
}

.fund-mission__text {
    margin-top: 14px;
}

.fund-mission__text p:not(:first-child) {
    padding-top: 14px;
}

.board-trustees {
    margin-top: 80px;
}

.board-trustees__container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.board-trustees__item {
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 20px rgba(83, 67, 65, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.board-trustees__block {
    border-radius: 50%;
    max-height: 162px;
    max-width: 162px;
    border: 2px solid #FFE07F;
    display: flex;
}

.board-trustees__image {
    border-radius: 50%;
    max-height: 160px;
    max-width: 160px;
    object-fit: cover;
}

.board-trustees__title {
    margin-top: 22px;
    font-weight: 700;
}

.board-trustees__position {
    margin-top: 4px;
    color: #88878580;
}

.board-trustees__about {
    margin-top: 8px;
}

.command-list {
    margin-top: 80px;
}

.command-list__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    display: grid;
    gap: 30px;
}

.command-list__item {
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 20px rgba(83, 67, 65, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.command-list__block {
    border-radius: 50%;
    max-height: 162px;
    max-width: 162px;
    display: flex;
    position: relative;
}

.command-list__image {
    border-radius: 50%;
    max-height: 160px;
    max-width: 160px;
    object-fit: cover;
}

.command-list__title {
    margin-top: 22px;
    font-weight: 700;
}

.command-list__position {
    margin-top: 4px;
    color: #88878580;
}

.command-list__text {
    margin-top: 8px;
}

.first-programs {
    margin-top: 34px;
}

.first-programs__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 30px;
    grid-template-areas:
    "first-programs_big-image first-programs_min-image1"
    "first-programs_big-image first-programs_min-image2";
}


.first-programs_big-image {
    min-height: 592px;
    grid-area: first-programs_big-image;
}

.first-programs_min-image {
    grid-column: 5 span;

}

.first-programs_min-image1 {
    min-height: 281px;
    max-height: 281px;
    grid-area: first-programs_min-image1;
}

.first-programs_min-image2 {
    min-height: 281px;
    max-height: 281px;
    grid-area: first-programs_min-image2;
}

.first-programs__block {
    display: flex;
    flex-direction: column;
    padding: 38px 44px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 386px;
    box-shadow: 0px 0px 20px rgba(83, 67, 65, 0.1);
    border-radius: 20px;
}

.first-programs__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: #2D2A27;
    max-width: 215px;
}

.first-programs__title:hover {
    color: #d83d36;
}

.first-programs__text {
    margin-top: 14px;
    font-size: 16px;
    line-height: 24px;
    color: #2D2A27;
    max-width: 300px;
}

.programs-grid__item--type3 {
    display: flex;
    flex-direction: column;
    padding: 38px 44px;
    background-size: cover;
    background-repeat: no-repeat;
}

.programs-grid--type4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    display: grid;
    gap: 30px;
}

.programs-grid--type3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    gap: 30px;

}

.page-404 {

    padding-top: 110px;
    padding-bottom: 165px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.page-404__title {

    font-weight: 700;
    font-size: 36px;
    line-height: 47px;
    text-align: center;
    color: #2D2A27;
}

.page-404__block {
    text-align: center;
    display: flex;
    justify-content: center;
}

.page-404__text {
    margin-top: 34px;
    font-size: 16px;
    line-height: 24px;
    color: #2D2A27;
    max-width: 729px;
}

.underline {
    text-decoration: underline;
}

.page-404__link {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-bar-filled--active {
    animation: bar-animate 5s linear;
}

@keyframes bar-animate {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

.news-page-slider__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 47px;
    color: #2D2A27;
}

.news-page-slider__descr {
    margin-top: 22px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2D2A27;

}

.news-page-slider__btn {
    padding: 13px 55px;
    margin-top: 36px;
    display: inline-block;
}

.news-page-slider__block {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(83, 67, 65, 0.1);
    border-radius: 20px 0px 0px 20px;
    padding: 46px 70px;
    min-width: 740px;
}

.news-page-slider__container {
    display: flex;
    justify-content: space-between;
    max-height: 400px;
}

.news-page-slider {
    margin-top: 30px;

}

.slider-news .slider-progress__panel {
    background: #FDFBFB;
    box-shadow: 0px 0px 20px rgba(83, 67, 65, 0.1);
    border-radius: 20px;
    width: calc(100% - 140px);
    left: 50%;
    margin-left: -485px;

}

.news-page-slider__image {
    max-width: 370px;
    max-height: 420px;
    object-fit: cover;
    border-radius: 0px 20px 20px 0px;
}

.slider-news .slider-progress__panel {
    width: 100%;
    left: 0px;
    margin-left: 0px;
    bottom: -30px;
}

.help-swiper .swiper-slide {
    min-width: 358px;
    width: 358px;
}

.news-list {
    margin-top: 100px;
}

.requisites__item {
    background: #F5F5F5;
    border-radius: 10px;
    padding: 16px 20px;
    position: relative;
}
.requisites__item:not(:first-child) {
    margin-top: 14px;
}
.requisites__item img{
    position: absolute;
    bottom: 0;
    pointer-events: none;
}
.requisites__item img:last-child{
    right: 0;
}

.communication__social {
    margin-top: 4px;
    display: flex;
    align-items: center;
}

.communication__social li:not(:first-child) {
    margin-left: 10px;
}

.another-news {
    margin-top: 120px;
}

.menu__btn__circle {
    width: 5px;
    height: 5px;
    display: block;
    border-radius: 50%;
    background-color: #D1CECD;
    position: relative;

}

.menu__btn__circle:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    left: -10px;
    display: block;
    border-radius: 50%;
    background-color: #D1CECD;
    transition: .5s;
}

.menu__btn__circle:after {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    right: -10px;
    display: block;
    border-radius: 50%;
    background-color: #D1CECD;
    transition: .5s;
    top: 0px;
}

.dropdown__last {
    left: 50%;
    margin-left: -57px;
    z-index: -1;
}

.dropdown__about {
    left: 50%;
    margin-left: -94px;
}

.menu__btn--active .menu__btn__circle:before {
    left: 0px;
    background-color: #D83D36;
}

.menu__btn--active .menu__btn__circle:after {
    right: 0px;
    background-color: #D83D36;
}

.menu__btn--active .menu__btn__circle {
    background-color: #D83D36;
    transform: scale(2.3);
}

.menu__btn__svg {
    opacity: 0;
    visibility: hidden;

}

.menu__btn--active .menu__btn__svg {
    position: absolute;
    left: -7.6px;
    top: 0px;
    opacity: 1;
    visibility: visible;
    transition: .5s;
    transition-delay: 0.5s;
    z-index: -1;
    pointer-events: none;
    height: 25px;
}

.first-programs__image {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.programmy-page__grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(12, 1fr);
    margin-top: 30px;
}

.programmy-detail {
    margin-top: 150px;
}

.help-with__grid {
    display: grid;
    grid-template-columns:repeat(12, 1fr);
    gap: 30px;
}

.help-with__item {
    grid-column: 6 span;
    padding: 28px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(83, 67, 65, 0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;

}

.item-withhelp__image {
    padding: 2px;
    min-width: 96px;
    min-height: 96px;
    background-image: linear-gradient(142.66deg, #D83D36 13.81%, #FFE07F 86.72%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;

}

.item-withhelp__image img {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    object-fit: cover;
}

.item-withhelp__border {
    border: 5px solid #fff;
    border-radius: 50%;
}

.content-withhelp__date {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #888785;
}

.content-withhelp__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #2D2A27;
    margin-top: 6px;
}

.content-withhelp {
    margin-left: 20px;
}

.help-with {
    margin-top: 34px;
}

.help-with__container {
    margin-top: 120px;
}

.breadcrumb__home {
    min-width: max-content;
}

.breadcrumb__item {
    min-width: max-content;
}

.help-with-modal {
    padding: 40px;
}

.help-with-modal__content {
    margin-top: 26px;
}

.help-with-modal__video {
    height: 500px;
    width: 100%;
    object-fit: contain;
}

.help-with-modal .video-js {
    width: 100%;
    height: 500px;
}

.search-header__result {
    position: absolute;
    left: 20px;
    width: calc(100% - 40px);
    height: max-content;
    top: 52px;
    max-height: 610px;
    overflow-x: auto;
    box-shadow: 0px 0px 30px 4px rgba(83, 67, 65, 0.12);
}

.search-header__line {
    background: #FFFFFF;
    padding: 12px 24px;

}

.search-header__line:first-child {
    border-radius: 10px 10px 0px 0px;
}

.search-header__line:last-child {
    border-radius: 0px 0px 10px 10px;
}

.search-header__line:not(:first-child) {
    border-top: 1px solid #D1CECD;
}

.search-line__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-line__image {
    max-width: 19px;
    max-height: 19px;
    border-radius: 50%;
    margin-right: 18px;
    object-fit: cover;
}

.search-line__left {
    display: flex;
    align-items: center;
}

.search-line__money {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #888785;

}

.search-line__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2D2A27;
}

.search-line:hover {
    background: #F5F5F5;
}

.search-line:hover .search-line__title, .search-line:hover .search-line__money {
    color: #D83D36;
}

.loader {
    position: absolute;
    left: 50%;
    z-index: 2;
    background: #0a0a0ab8;
    width: 100%;
    margin-left: -50%;
    height: 100%;
    display: none;
}
.loader--active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader__animate {
    background: #D83D36;
    width: 16.8px;
    height: 16.8px;
    border-radius: 50%;
    position: relative;

    animation: 2s ease-in-out 0s normal none infinite running loader__animate--rotate;

    transform-style: preserve-3d;
}

.loader__animate:after {
    content: url("data:image/svg+xml,%3Csvg width='34' height='60' viewBox='0 0 34 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33.9 59.2H0.0999756L14.9 0.5H19.1L33.9 59.2Z' fill='url(%23paint0_linear_856_14009)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_856_14009' x1='17' y1='0.45' x2='17' y2='59.25' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.46' stop-color='%23FFE07F'/%3E%3Cstop offset='1' stop-color='%23FFDF85' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    position: absolute;

    bottom: 0px;
    left: 50%;
    margin-left: -16px;
    top: 10px;
    width: 33.8px;
    height: 58.7px;

    transform: translateZ(-1px);


}

.sms-main {
    background: #F5F5F5;
    padding-bottom: 20px;
}

.title__sms {
    font-weight: 700;
    font-size: 36px;
    line-height: 47px;
    color: #2D2A27;
    margin-bottom: 28px;
}

.subtitle__sms {
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 19px;
}

.descr__sms-notification {
    font-size: 14px;
    line-height: 21px;
    color: #888785;
    margin-left: 15px;
}

.descr__sms {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 15px;
}

.descr__sms-container {
    display: flex;
}

.sms-page__h2 {
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 19px;
}

.sms-page__correspondence {
    margin-bottom: 40px;
}

.sms-page__text {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 15px
}

.sms-page__links li {
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 18px;
}

.sms-page__links {

    padding: 12px;
    background-repeat: no-repeat;
}

li a:hover {
    color: #D83D36;
}

.sms-page__icon {
    display: block;
    height: 54px;
    width: 54px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 16px;
}

.sms-page__contacts {
    margin-top: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sms-page__email, .sms-page__phone {
    color: #000;
    padding: 5px 15px;
    font-size: 16px;
    line-height: 125%;
    background: #FFE07F99;
    border-radius: 20px;
}

.sms-page__contacts a:hover {
    color: #D83D36;
}


.sms-page {
    display: flex;
    justify-content: space-between;
}

.sms-page__right-container {
    width: 100%;
    display: flex;
    align-items: center;
}
.hero-slider .btn-default {

bottom: 100px;
}

.text {
    display: flex;
    justify-content: center;
    gap: 10px;
}

@keyframes loader__animate--rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.grecaptcha-badge {
	display:none !important;
}

.bottom-pay__policy a {
    transition: 0.5s;
}

.bottom-pay__policy a:hover {
    color: #D83D36;
    transition: 0.5s;
}
.pay_type2__static {
    border-radius: 24px 24px 24px 24px;
}

.errors-container__custom {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.just-validate-error-label {
    grid-column: 12 span;
}
.input-grid_wrapper {
    grid-column: 6 span;
}
.input-grid_wrapper:nth-child(13) {
    grid-column: 12 span;
}

.pay__more-price {
    background: #FFFFFF;
    border: 1px solid #D1CECD;
    box-sizing: border-box;
    border-radius: 35px;
    padding: 13px 28px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
}
.pay__more-price.pay__more-price_active {
    background: #D83D36;
    border: none;
    color: #FFFFFF;
}

/* End */


/* Start:/local/templates/lyudi-mayaki/assets/css/tablet.css?17514534444293*/
@media(max-width: 768px){
    /** {*/
    /*    outline: 1px solid red;*/
    /*}*/
    .requisites {
        margin-left: 0px !important;
    }
    .footer__header  {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 0px 0px;
        grid-template-areas:
    "logo contacts"
    "footer-menu footer-menu";
    }

    .logo { grid-area: logo; }
    .contacts { grid-area: contacts; }
    .footer-menu { grid-area: footer-menu; }




    .nav {
        position: absolute;
        border-top: 1px solid #D1CECD;
        top: 73px;
        left: 0;
        background: #fff;
        z-index: 111;
        width: 100vw;
        /* height: calc(100vh - 96px); */
        padding: 10px 20px;
        box-shadow: 0px 4px 8px rgb(44 51 62 / 10%);

    }
    .btn-primary {
        padding: 10px 20px !important;
    }

    .last-item {
        display: flex;
        align-items: center;
    }

    .last-item li:not(:first-child) {
        margin-left: 40px;
    }
    .menu > li:not(:first-child) {
        margin-left: 40px !important;
    }
    .search {
        display: block;
    }

    .search__icon {
        position: absolute;
        top: -10px;
        left: 25px;

    }

    .relations__wrapper {
       flex-direction: column;
    }

    .communication__list {
        grid-template-columns: repeat(8, 1fr);
        gap: 40px 0;
    }

    .communication__item {
        /*col-span-4 tablet:col-span-6 mobile:col-span-12*/

        grid-column: 6 span;

    }

    .requisites {
        margin-top: 30px;
    }

    .footer-menu {
        justify-content: space-between;
    }

    .footer__center {
        flex-wrap: wrap;
        gap: 16px;
    }

    .footer__center .bottom-footer__item {
        text-align: start;
    }

    .footer__links .footer-menu__first {
        max-width: 280px;
    }

    .footer__info,
    .footer__address {
        max-width: none;
    }

    .footer__info {
        width: 100%;
        flex-direction: row;
        gap: 16px;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .footer__links {
        width: 100%;
        max-width: none;
    }

    .footer__bottom {
        flex-wrap: wrap;
    }
    .bottom-footer__item {
        text-align: center;
    }

    /*.bottom-footer__item:not(:first-child) {*/
    /*    margin-top: 30px;*/
    /*}*/
    .main-news {
        max-height: 100%;
        max-width: 100%;
        flex-direction: column;
    }
    .partnery-main__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sms__image {
        position: absolute;
        top: -135px;
        right: -15px;
        width: 325px;
    }
    .search__form {
        top: -20px;
        right: -210px;
        z-index: 10;
    }
    .search__icon--ininput {
        top: 10px;
        left: 10px;
    }
    .pay-form__title-static {
        max-width: 400px;
    }
    .pay-form__descr {
        max-width: 400px;
    }
    input[name="pay_type"] + label {
        padding: 13px 65px
    }
    .card-info__buttons {
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 20px;
    }
    .partnery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .nuzhna-pomosch__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .block-activity__item {
        flex-direction: column;
        gap: 5px;
    }
    .block-activity__text {
        margin-left: 0;
        text-align: center;
    }
    .activity-task__image {
        display: none;
    }
    .first-programs__block {
        grid-column: 12 span !important;
    }
    .mission__container {
        flex-direction: column;
        gap: 45px;
    }
    .command-list__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .board-trustees__container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .main-news__content {
        margin-left: 0;
    }
    .requesites__list {
        grid-template-columns: repeat(5, 1fr);
        gap: 22px 0px;
    }
    .pay__amount_radio {
        grid-auto-flow: initial;
        grid-template-columns: repeat(2, 1fr);
    }
    .pay__more-price {
        grid-column: span 2;
    }
    .year-otchety__list {
        grid-template-columns: 1fr;
    }
}
/* End */


/* Start:/local/templates/lyudi-mayaki/assets/css/mobile.css?175145399915944*/
@media(max-width: 480px) {
    .footer-tablet {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer-contacts {
        margin-top: 30px;
    }

    .burger {

        position: relative;
        width: 30px;
        height: 20px;
        display: block;
        border: none;
        padding: 0;
        background-color: transparent;
        cursor: pointer;
    }

    .burger:focus {
        outline: none !important;
    }

    .burger__line {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 2px;
        background-color: #2D2A27;
        transform: translateY(-50%);
        transition: opacity 0.3s ease-in-out;
    }

    .burger::before,
    .burger::after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #2D2A27;
        transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, bottom 0.3s ease-in-out;
    }

    .burger::before {
        top: 0;
    }

    .burger::after {
        bottom: 0;
    }

    .burger--active .burger__line {
        opacity: 0;
    }

    .burger--active::before {
        top: 50%;
        transform: rotate(45deg);
    }

    .burger--active::after {
        bottom: auto;
        top: 50%;
        transform: rotate(-45deg);
    }

    .search {
        display: none;
    }

    .search__icon {
        display: none;
    }


    .progress-bar__title {
        display: none;
    }

    .progress-bar, .progress-bar-filled {
        height: 14px;
    }

    h1,h2 {
        font-size: 24px;
        line-height: 31px;

    }


    .main-news {
        min-width: 100%;
    }

    .main-news img {
        width: 100%;
        height: 100%;
        max-width: 100%;

    }

    .main-news__content {
        margin-left: 0px;
    }

    .main-news__time {
        margin-top: 18px;
    }

    .slayder-nuzhna-pomosch {
        padding-right: 15px;
    }

    .important__grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .programs-grid {
        display: flex;
        flex-direction: column;
    }

    .programs-grid__item {
        min-height: 225px;
        padding: 20px;
        border-radius: 14px;
        box-shadow: 0px 0px 20px rgba(83, 67, 65, 0.07);
        background: #FFFFFF;
    }

    .first-programs__text {
        display: none;
    }

    .partnery {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .sms-section__help {
        font-size: 24px;
        line-height: 31px;
        padding: 8px 18px;
        top: -25px;
        left: 24px;
        border-radius: 10px;

    }
    .sms-section__content {
        margin-left: 0;
    }
    .sms__image {
        top: 0px;
        right: 0px;
        width: 198px;
    }
    .sms-content__grid {
        display: grid;
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .sms_1 {
        grid-column: 6 span;
    }
    .sms_2 {
        grid-column: 6 span;
        margin-left: 0px;
    }
    .sms_2__value {
        font-size: 19px;
        line-height: 26px;
    }
    .triangle {
        bottom: 31px;
    }
    .sms_3 {
        grid-column: 12 span;
        margin-top: 15px;
        max-width: 100%;
        margin-left: 0px;
    }

    .nuzhna-pomosch__grid {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
    .pomosch-card__info {
        margin-left: 0 !important;
    }
    .pomosch-card__info .btn-primary {
        width: 100% !important;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        order: 1;
    }
    .pomosch-card__info .btn-copy {
        margin-bottom: 20px !important;
        width: 100% !important;
        order: -1;
    }
    .partnery__btn {

    }

    .relations__communication {
        padding: 25px;
    }
    .show-social__wrapper {
        width: 100%;
        margin-bottom: 20px;
        order: 3;
        text-align: center;
    }



    .news-list__grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .mission__about {
        margin-top: 20px;
        margin-left: 0px;
    }

    .command-list__grid,.board-trustees__container,.activity-bottom__grid {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
    .komanda-about {
        margin-top: 20px !important;
        margin-left: 0px !important;
    }
    .strive, .unite {
        grid-column: 12 span;
    }

    .program-line {
        min-width: 0px;
    }

    .menu__btn {
        padding: 0px 10px 0px 0px;
    }
    .menu {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        flex-direction: column;
    }
    .nav {
        height: calc(100vh - 72px);
        padding: 26px 15px;
        transform: translateX(100%);
    }
    .menu > li:not(:first-child) {
        margin-left: 0px !important;
        margin-top: 20px;
    }
    .menu__item:last-child .menu__btn {
        display: none;
    }

    .menu__item:last-child .dropdown {
        opacity: 1;
        padding: 0px;
        box-shadow:none;
        position: static;
        visibility: visible;
    }
    .menu__link,.menu__btn {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #2D2A27;
    }
    .dropdown {

        box-shadow: none;
        padding: 0px;
    }
    .dropdown--active {
        position: static;

    }

    .dropdown__link:hover:after,.menu__btn--dashed:hover:after, .menu__link:hover:after {
        display: none;
    }
    .menu__btn--arrow:before {
        left: 50px;
        top: 0px;
        right: auto;
        margin-top: -2px;
    }
    .menu__btn--active:before {
        margin-top: 5px;
    }
    .menu__item--active{
        background: #FFFFFF;
        width: 100%;
        padding: 16px 0px;
        box-shadow: inset 0px 2px 0px rgba(83, 67, 65, 0.1), inset 0px -2px 0px rgba(83, 67, 65, 0.1);
    }
    .menu__item--mobile .dropdown__link {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: #2D2A27;
    }
    .menu__item--mobile .dropdown {
        margin-top: 16px;
    }
    .menu__item--active .menu__btn--arrow:before {
        top: 16px;
    }
    .nav--visible {
        transform: none;
    }
  .programs-grid--type4 {
      grid-template-columns: 1fr !important;
  }
  .programs-grid__item--type3 {
      background-image: none !important;
      background-color: #F8FCFD;
  }

    #modal-help select[name="helpType"] + .ss-main,
    #modal-help .input-diagnosis,
    #modal-help .input-fullname,
    #modal-help .input-birthday,
    #modal-help .input-locality,
    #modal-help select[name="subject"]  + .ss-main,
    #modal-help .input-bill  + label ,
    #modal-help .input-photo  + label {
        grid-column: 12 span;
    }
    .modal__content {
        padding: 24px;
    }
    .modal__overlay {
       padding: 10px;
    }
    #modal-help .modal__container {
        max-width: 345px;
    }

    #modal-help .input-fullname, #modal-help .input-phone, #modal-help .input-email {
        grid-column: 12 span;
    }

    .modal__content {
        max-height: 500px;
    }
    #modal-help .modal__decor {
        display: none;
    }
    #modal-help .form-modal__input {
        width: 100%;
    }

    #modal-help .form-modal__grid_help, .contacts-modal__grid {
        gap: 24px 0px;
    }
    #modal-help .modal__close {
        right: -15px;
        top: -15px;
    }
    #modal-help .modal__header {
        padding: 14px 24px;
    }
    #modal-help .content-modal__title ,  #modal-partnery .content-modal__title{
        font-size: 20px;
        line-height: 26px;
    }

    #modal-help input[type="file"] + label {
        font-size: 14px;
        line-height: 150%;
        padding: 18px;
    }
    #modal-help input[type="file"] + label svg {
        width: 24px;
    }

    #modal-partnery .form-modal__grid_partnery {
        gap: 22px 12px;
    }

    #modal-partnery .form-modal__grid_partnery input[name="name"],
    #modal-partnery .form-modal__grid_partnery input[name="phone"] {
        grid-column: 12 span;
    }

    #modal-partnery .modal__header {
        padding: 24px;
    }

    #modal-partnery .modal__close {
        right: -5px;
        top: -20px;
    }
    .ss-content .ss-list .ss-option {
        height: max-content;
    }
    .pay-success__container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        background: none;
    }

    input[name="pay_type"] + label {
        padding: 9px 20px;
        margin: -3px;
    }
    .heading__wave {
        display:none;
    }
    .mayaki-navigation {
        margin-top: 50px;
    }
    .show-social__grid {
        display: flex;
        justify-content: center;
        text-align: center;
    }
    .show-social__grid li:not(:first-child) {
        margin-left: 15px;
    }
    .card-info__buttons .copyText {
        width: 100%;
        order: 2;
    }
    .pay__amount_firstline {
        gap:22px 0px;
    }
    .pay__amount_firstline .irs--flat, .pay__amount_firstline .pay__amount_other,.pay__amount_firstline .btn-page {
        grid-column: 12 span;

    }
    .pay__info {
        display:none;
    }
    .pay-form__content {
        padding: 24px;
    }

    .pay__amount_radio {
        grid-template-columns: repeat(12,1fr);
        gap: 22px;
        grid-auto-flow: unset;
    }

    input[name="pay_amount"] + label {
        grid-column: 6 span;
    }
    .pay__amount {
        display: flex;
        flex-direction: column;
    }
    .pay__amount_radio {
        order: -1;
        margin-bottom: 22px;
    }
    .bottom-pay__policy {
        margin-top: 22px;
    }
    .bottom-pay__title {
        margin-bottom: 22px;
    }
    .bottom-pay__services {

        flex-direction: column;
    }
    .bottom-pay__list {
        margin-left: 0;
    }
    .pay__bottom {
        flex-direction: column;
    }
    .pay__plate_inputs {
        display: grid;
        gap: 22px 0px;
        grid-auto-flow: unset;
    }
    .pay__plate_buttons .btn-primary {
        width: 100%;
    }
    .pay__plate input[type="checkbox"] + label {
        font-size: 14px;
    }
    .pay-form__decor {
        display: none;
    }
    .pay-form__header {
        padding:20px 24px
    }
    .communication__item {
        grid-column: 12 span;
    }
    .footer-menu {
        margin-top: 30px;
    }
    .footer-menu__indent {
        margin-left: 30px;
    }
    .footer__bottom {
        flex-direction: column;
        justify-content: center;
        row-gap: 16px;
        margin-top: 4px;
        padding-top: 20px;
        border-top: 1px solid #D1CECD;
    }
    .bottom-footer__item {
        width: 100%;
    }
    .footer__links {
        margin-top: 0;
        flex-direction: column;
    }
    .footer__links a {
        margin-bottom: 16px;
    }
    .footer__links .footer-menu__indent {
        margin-left: 0;
    }
    .footer__links .footer-menu__first {
        max-width: 100%;
    }
    .footer__center .bottom-footer__item {
        text-align: center;
    }
    .footer__header {
        display: flex;
        flex-direction: column;
    }
    .header {
        padding: 0px 15px;
    }
    .news-content {
        padding: 20px;
    }
    .news-content__about {
        flex-direction: column;
    }
    .about-news__grid {
        margin-top: 20px;
    }
    .about-news__grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        width: 100%;
        gap: 15px;
    }
    .btn-copy {
        width: 100%;
    }
    .btn-default_heading {
        min-width: 157px;
        padding: 10px 15px;
        font-size: 15px;
    }

    .pomosch-card__container {
        flex-direction: column;
    }

    .card-info__buttons {
        flex-direction: column;
    }

    .im-pomogli__item {
        flex-direction: column;
        padding: 15px;
    }
    .content-pomogli__header {
        flex-direction: column;
        margin-top: 20px;
    }
    .content-pomogli__title {
        font-size: 16px;
        line-height: 21px;
    }

    .money-pomogli {
        margin-top: 16px;
    }

    .item-pomogli__content {
        margin-left: 0;
    }
    .content-pomogli__diagnosis {
        width: 100%;
        text-align: center;
        display: block;
    }
    .im-pomogli__item .btn-default{
        width: 100%;
        text-align: center;
        display: block;
    }

    .item-donation {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 25px;
        padding: 15px;
    }



    .pomosch-media__content .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    h1, h2 {
        font-size: 24px !important;
        line-height: 31px !important;
    }
    .btn-more_heading {
        min-width: 85px;
        margin-left: 0px;
    }
    .programs-home__grid {
        display: flex;
        flex-direction: column;
    }
    .slayder-nuzhna-pomosch:before {
        width: 100%;
        height: 100%;
    }
    .hero-slider .btn-default {
        position: absolute;
        bottom: 250px;
    }
    .activity__grid {
        flex-direction: column;
    }
    .activity__item {
        margin-top: 20px;
        margin-left: 0px;
    }
    .activity__item:not(:first-child) {
        margin-left: 0px;
    }

    .activity-task__available {
        left: 10px;
    }
    .activity-task__timely {
        left: auto;
        right: 10px;
    }

    .activity-task__image {
        bottom: -80px;
        right: 10px;
        width: 170px;
        top: auto;
    }
    .mission__container {
        flex-direction: column;
    }

    .first-programs__container {
        display: flex;
        flex-direction: column;
    }


    .first-programs__block {
        margin-top: 30px;
        padding: 20px;
        background-size: contain;
        grid-column: 12 span !important;
    }
    .dropdown__last {
        margin-left: 0;
    }
    .first-programs_big-image {
        min-height: 313px;

    }
    .first-programs__title {
        font-size: 20px;
        line-height: 22px;
    }
    .news-page-slider__descr {
        display:none;
    }

    .news-page-slider__block {
        padding: 16px 24px;
    }

    .news-page-slider__container {
        flex-direction: column;
    }

    .news-page-slider__image {
        max-height: 190px;
        object-fit: cover;
        max-width: 345px;
        width: 100%;
        border-radius: 0px 0px 14px 14px;
    }


    .news-page-slider__btn {
        padding: 8px 20px;
        width: 100%;
    }

    .help-swiper .swiper-slide{
        min-width: 100%;
        width: 100%;
    }

    .programs-home__item {
        padding: 20px;
        min-height: 386px;
    }
    .programs-home__title {
        font-size: 20px;
        line-height: 22px;
    }
    .big-image {
        min-height: 500px;
    }
    .news-detail .show-social {
        width: 100%;
    }
    .pomosch-card__image {
        width: 100%;
        margin-bottom: 20px;
    }
    .breadcrumb {
        overflow-x: scroll;
    }
    .help-with__item {
        grid-column: 12 span;
    }
    .dropdown__about {
        left: 0px;
        margin-left: 0px;
    }
    .nav {
        margin: 0px -15px;
    }
    .swiper_in_help img {
        width: 100%;
        max-width: 100%;
    }
    .swiper_separator {
        max-width: 78px !important;
        height: 30px;
    }

    .sms-page__right-container {
        display: none;
    }
	.hero-slider .btn-default {
        left: 30px;
        bottom: 320px;
        }
    .communication__requesites{
        padding: 25px;
    }
    .requisites{
        padding: 25px;
    }
    .requesites-subtitle{
        max-width: 320px;
    }
    .pay__more-price {
        grid-column: span 12;
    }
}
/* End */


/* Start:/local/templates/lyudi-mayaki/assets/css/custom.css?17766806362054*/
.video-gallery {
    position: relative;
    display: block;
}

.video-gallery:before {
    content: url("data:image/svg+xml,%3Csvg width='23' height='26' viewBox='0 0 23 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.9448 12.134C22.6115 12.5189 22.6115 13.4811 21.9448 13.866L2.41149 25.1436C1.74482 25.5285 0.91149 25.0474 0.91149 24.2776L0.911491 1.72243C0.911491 0.95263 1.74482 0.471504 2.41149 0.856404L21.9448 12.134Z' fill='url(%23paint0_linear_303_5598)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_303_5598' x1='23.4448' y1='13' x2='-6.59962' y2='13' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23D83D36'/%3E%3Cstop offset='1' stop-color='%23FFE07F'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    font-size: 3em;
    line-height: 1.5em;
    height: 52px;
    width: 52px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -26px;
    margin-left: -26px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    transition: all 0.4s;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
    padding-left: 5px;
}

.archive-news-btn__container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}



@media screen and (min-width: 480px) {
    .video-gallery:not(.pomogli-media__item_small):before {
        left: 127px;
    }
}

@media (max-width: 767px) {
    .news-detail__hero {
        background-size: contain;
        height: 55vw;
    }
}

.modal__content {
    max-height: 65vh;
}

.first-programs__block a {
    z-index: 999;
}

.custom-date-select-container {
    width: 100%;
    max-width: 124px;
    margin-right: 28px;
}

.custom-date-select-container .ss-single-selected {
    background: rgba(244, 237, 237, 1);
    border: none;
    border-radius: 26.5px;
}

.custom-date-select-container .ss-single-selected .placeholder {
    font-weight: bold;
}

@media (max-width: 480px) {
    .irs--flat {
        display: none;
    }
}

/* End */


/* Start:/local/templates/lyudi-mayaki/assets/css/policy-page.css?17514080551989*/
.policy-page {
    line-height: 1.5;
}

.policy-page--offset-top {
    padding-top: 20px;
}

.policy-page p,
.policy-page ul {
    margin-bottom: 20px;
}

.policy-page ul {
    list-style: disc;
    padding-left: 30px;
}

.policy-page a {
    text-decoration: underline;
}

.policy-page a:hover {
    color: #D83D36;
}

.policy-page__title {
    line-height: 1.3;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Mulish', sans-serif;
    position: relative;
    padding-left: 20px;
    margin-bottom: 34px;
}

.policy-page__title::before,
.policy-page__title--line::after {
    position:  absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.policy-page__title::before {
    height: 48px;
    width: 6px;
    left: 0;
    background-image: url(/local/templates/lyudi-mayaki/assets/css/../img/policy-page/line.svg);
}

.policy-page__title--line::after {
    width: 100%;
    max-width: 290px;
    height: 8px;
    background-image: url(/local/templates/lyudi-mayaki/assets/css/../img/policy-page/line2.svg);
    right: 0;
    top: calc(50% - 4px);
}

.policy-page__table {
    font-size: 12px;
    width: 100%;
}

.policy-page__table table,
.policy-page__table th,
.policy-page__table td {
    border: 1px solid #888785;
}

.policy-page__table th,
.policy-page__table td {
    padding: 8px;
    max-width: 265px;
}

.policy-page__table td {
    vertical-align: top;
}

.policy-page__table td:first-child {
    text-align: center;
}

.policy-page__table th:first-child,
.policy-page__table td:first-child {
    width: 50px;
}

.policy-page__table p {
    margin-bottom: 8px;
}

@media(max-width: 1024px) {
    .policy-page__title--line::after {
        content: none;
    }
}

@media(max-width: 768px) {
    .policy-page__title {
        font-size: 20px !important;
    }

    .policy-page__table {
        overflow-x: auto;
        margin-right: -15px;
        width: calc(100vw - 15px);
        padding-right: 15px;
    }

    .policy-page__table table {
        width: 740px;
    }
}
/* End */


/* Start:/local/templates/lyudi-mayaki/template_styles.css?17516310981765*/
.ns-cookiesaccept {
    width: 655px !important;
    box-shadow: 0px 0px 20px 0px #2C333E1A;
}

@media only screen and (max-width: 800px) {
    .ns-cookiesaccept {width: calc(100% - 20px)!important;}
}

.ns-cookiesaccept-button {
    border-radius: 900px !important;
}

.pay__plate_checkboxes {
    max-width: 460px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.pay__plate_checkbox {
    position: relative;
    display: flex;
    column-gap: 12px;
    align-items: start;
}

.pay__plate_checkbox input[type="checkbox"] + label {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: #88878599;
    position: relative;
    cursor: pointer;
    padding-left: 28px;
}

.pay__plate_checkbox input[type="checkbox"] {
    position: absolute;
    top: 8px;
    left: 8px;
    display: block;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.pay__plate_checkbox input[type="checkbox"] + label:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    background: #fff;
    box-shadow: none;
    border-radius: 2px;
    border: 1px solid #D1CECD;
}

.pay__plate_checkbox input[type="checkbox"] + label:after {
    content: '✓';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-top: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 2px;
    transition: 0.5s;
    display: grid;
    place-content: center;
    opacity: 0;
    color: #D83D36;
    scale: 0.8;
}

.pay__plate_checkbox input[type="checkbox"]:checked + label:after {
    left: 0;
    opacity: 1;
    background: transparent;
}

.pay__plate_checkbox input[type="checkbox"]:checked + label:before {
    border-color: #D83D36;
}
/* End */
/* /local/templates/lyudi-mayaki/assets/libs/micromodal/micromodal.css?16953881516772 */
/* /local/templates/lyudi-mayaki/assets/libs/dropzone/dropzone.css?16953881519830 */
/* /local/templates/lyudi-mayaki/assets/libs/swiper/swiper-bundle.min.css?169538815115563 */
/* /local/templates/lyudi-mayaki/assets/libs/slimselect/slimselect.min.css?16953881516240 */
/* /local/templates/lyudi-mayaki/assets/libs/videojs/video-js.css?169538815145359 */
/* /local/templates/lyudi-mayaki/assets/libs/fancybox/fancybox.css?169538815115512 */
/* /local/templates/lyudi-mayaki/assets/libs/range-slider/range-slider.css?169538815111084 */
/* /local/templates/lyudi-mayaki/assets/css/reset.css?16953881473094 */
/* /local/templates/lyudi-mayaki/assets/css/desktop.css?175870197470285 */
/* /local/templates/lyudi-mayaki/assets/css/tablet.css?17514534444293 */
/* /local/templates/lyudi-mayaki/assets/css/mobile.css?175145399915944 */
/* /local/templates/lyudi-mayaki/assets/css/custom.css?17766806362054 */
/* /local/templates/lyudi-mayaki/assets/css/policy-page.css?17514080551989 */
/* /local/templates/lyudi-mayaki/template_styles.css?17516310981765 */
