@charset "UTF-8";
/*!
Theme Name: RedOncology
Author: Topref
Description: Сайт по онкологии.
Version: 1.0.0
Text Domain: vida
*/
/*--------------------------------------------------------------
>>> ОГЛАВЛЕНИЕ:
----------------------------------------------------------------
# Типографика
# Элементы
# Шапка
# Секции
# Виджеты
# Контент
# Комментарии
# Галерея
# Подвал
--------------------------------------------------------------*/
/*Отзывчивое соотношение - Мы используем этот миксин для создания масштабируемых элементов(обычно изображения/картинки заднего фона), чтобы поддерживать соотношение.*/
/*
Пример:
div {
  @include responsive-ratio(16,9);
}
*/
/*--------------------------------------------------------------
# Типографика
--------------------------------------------------------------*/
@font-face {
    font-family: 'Inter';
  src: url("./fonts/Inter/Inter-Regular.eot");
  src: local("Inter Regular"), local("Inter-Regular"), url("./fonts/Inter/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/Inter/Inter-Regular.woff2") format("woff2"), url("./fonts/Inter/Inter-Regular.woff") format("woff"), url("./fonts/Inter/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Inter';
  src: url("./fonts/Inter/Inter-Medium.eot");
  src: local("Inter Medium"), local("Inter-Medium"), url("./fonts/Inter/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("./fonts/Inter/Inter-Medium.woff2") format("woff2"), url("./fonts/Inter/Inter-Medium.woff") format("woff"), url("./fonts/Inter/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Inter';
  src: url("./fonts/Inter/Inter-SemiBold.eot");
  src: local("Inter Semi Bold"), local("Inter-SemiBold"), url("./fonts/Inter/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("./fonts/Inter/Inter-SemiBold.woff2") format("woff2"), url("./fonts/Inter/Inter-SemiBold.woff") format("woff"), url("./fonts/Inter/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Inter';
  src: url("./fonts/Inter/Inter-Bold.eot");
  src: local("Inter Bold"), local("Inter-Bold"), url("./fonts/Inter/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/Inter/Inter-Bold.woff2") format("woff2"), url("./fonts/Inter/Inter-Bold.woff") format("woff"), url("./fonts/Inter/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Gotham';
  src: url("./fonts/GothamPro/GothamPro.eot");
  src: local("Gotham Pro"), local("GothamPro"), url("./fonts/GothamPro/GothamPro.eot?#iefix") format("embedded-opentype"), url("./fonts/GothamPro/GothamPro.woff") format("woff"), url("./fonts/GothamPro/GothamPro.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Gotham';
  src: url("./fonts/GothamPro/GothamPro-Medium.eot");
  src: local("Gotham Pro Medium"), local("GothamPro-Medium"), url("./fonts/GothamPro/GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("./fonts/GothamPro/GothamPro-Medium.woff") format("woff"), url("./fonts/GothamPro/GothamPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Gotham';
  src: url("./fonts/GothamPro/GothamPro-Bold.eot");
  src: local("Gotham Pro Bold"), local("GothamPro-Bold"), url("./fonts/GothamPro/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/GothamPro/GothamPro-Bold.woff") format("woff"), url("./fonts/GothamPro/GothamPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/*--------------------------------------------------------------
# Элементы
--------------------------------------------------------------*/
html,
body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #1D1E21;
    height: 100%;
}

html.over,
body.over {
    overflow: hidden;
}

/*Изменение максимальной ширины контейнера (bootstrap)*/
@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1440px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

/*Прижатие подвала к низу сайта*/
#page {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.site-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

embed,
iframe,
object {
    max-width: 100%;
}

/* Заголовки */
h1 {
    font-size: 40px;
    font-size: 2.5rem;
}

h2 {
    font-size: 32px;
    font-size: 2rem;
}

h3 {
    font-size: 28px;
    font-size: 1.75rem;
}

h4 {
    font-size: 24px;
    font-size: 1.5rem;
}

h5 {
    font-size: 20px;
    font-size: 1.25rem;
}

h6 {
    font-size: 16px;
    font-size: 1rem;
}

.title {
    font-size: 34px;
    font-size: 2.125rem;
    font-weight: 600;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(4, 48, 90, 0.2);
}

@media only screen and (max-width: 992px) {
    .title {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

@media only screen and (max-width: 576px) {
    .title {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

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

/*Ленивая загрузка*/
.b-lazy {
    -webkit-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
    max-width: 100%;
    opacity: 0;
}

.b-lazy.b-loaded {
    opacity: 1;
}

a {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #2396F1;
    text-decoration: none;
}

a:hover {
    color: #F2BD00;
}

a.link {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 24px;
    color: #04305A;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 992px) {
    a.link {
        font-size: 16px;
        font-size: 1rem;
    }
}

a.link:hover {
    color: #F2BD00;
}

a.link:hover svg {
    fill: #F2BD00;
    left: 10px;
}

a.link svg {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    fill: #04305A;
    position: relative;
    left: 5px;
}

strong {
    font-weight: 700;
}

/* Выравнивание */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Текущее меню */
/* Класс для текущей страницы */
/* Класс для текущей рубрики */
/* Класс для любого другого текущего пункта меню */
/* Класс для таксономии */
/* Класс для страницы */
/* Класс для любого пользовательского элемента, который был добавлен */
/* Класс для элемента, ведущего на главную страницу блога */
/*Форма*/
form {
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */
}

form div {
    margin-bottom: 10px;
}

form label {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    display: block;
}

form input[type="email"],
form input[type="text"],
form input[type="number"],
form input[type="date"],
form input[type="password"],
form input[type="tel"],
form textarea {
    border-radius: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #414141;
    width: 100%;
    border: none;
    padding: 12px 16px;
    outline: none;
}

form input:focus::-webkit-input-placeholder {
    color: transparent;
}

form input:focus:-moz-placeholder {
    color: transparent;
}

form input:focus::-moz-placeholder {
    color: transparent;
}

form input:focus:-ms-input-placeholder {
    color: transparent;
}

form select {
    outline: none;
    padding: 5px;
    border: 1px solid #959595;
}

form select:focus {
    outline: none;
}

form input[type=checkbox],
form input[type=radio] {
    display: none;
}

form input[type=checkbox] + label:before {
    border-radius: 4px;
    content: "\2713";
    color: transparent;
    display: inline-block;
    border: 1px solid #1D1E21;
    font-size: 20px;
    line-height: 22px;
    margin: -5px 10px 0 0;
    height: 20px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: color ease .3s;
    transition: color ease .3s;
    background-color: #FFFFFF;
}

form input[type=checkbox]:checked + label:before {
    color: green;
    line-height: 18px;
}

form input[type=radio] + label:before {
    content: "\26AB";
    border: 1px solid #000;
    border-radius: 50%;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    margin: -5px 10px 0 0;
    height: 20px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 0;
    -webkit-transition: font-size ease .3s;
    transition: font-size ease .3s;
}

form input[type=radio]:checked + label:before {
    font-size: 12px;
    line-height: 17px;
}

form input[type="submit"],
form button[type="submit"] {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 14px;
    font-size: 0.875rem;
    border-radius: 10px;
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #04305A;
    border: none;
    outline: none;
}

@media only screen and (max-width: 576px) {
    form input[type="submit"],
  form button[type="submit"] {
        width: 100%;
    }
}

form input[type="submit"]:hover,
form button[type="submit"]:hover {
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    background-color: #2396F1;
}

form input[type="submit"]:focus,
form button[type="submit"]:focus {
    outline: none;
}

/*Модальное окно*/
.white-popup {
    position: relative;
    background: #FFFFFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

/*Модальное окно после успешной отправки формы*/
#sent-form .message {
    margin: 20px;
    padding: 15px;
    border: 2px solid #F2BD00;
}

#sent-form .message .form-title {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}

#sent-form .message p {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    text-align: center;
    color: #959595;
}

/*Таблица*/
table {
    width: 100%;
    margin-bottom: 15px;
}

table tr th,
table tr td {
    padding: 5px;
}

/*Кнопки*/
.button {
    font-size: 14px;
    font-size: 0.875rem;
    border-radius: 10px;
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #04305A;
}

@media only screen and (max-width: 576px) {
    .button {
        width: 100%;
    }
}

.button:hover {
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    background-color: #2396F1;
}

.button:focus {
    outline: none;
}

.button.deactivated {
    opacity: 0.4;
    cursor: default;
}

.button.deactivated:hover {
    background-color: #04305A;
}

.button.loading svg {
    -webkit-animation: spin 2000ms linear 0s infinite;
    animation: spin 2000ms linear 0s infinite;
}

.button svg {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-top: 2px;
    margin-left: 10px;
}

.button-yellow {
    border-radius: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #3C3C3C;
    display: inline-block;
    padding: 12px 50px;
    background-color: #F2BD00;
}

@media only screen and (max-width: 576px) {
    .button-yellow {
        width: 100%;
    }
}

.button-yellow:hover {
    color: #FFFFFF;
    background-color: #bf9500;
}

/*Пагинация*/
.pagination {
    text-align: center;
    margin: 30px 0;
}

.pagination a,
.pagination span {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 38px;
    text-align: center;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    display: inline-block;
    border: 1px solid #1D1E21;
    border-radius: 2px;
}

.pagination span {
    color: #959595;
    border: 1px solid #959595;
}

.pagination span:hover {
    cursor: not-allowed;
}

.pagination a {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #1D1E21;
}

.pagination a:hover {
    color: #FFFFFF;
    background-color: #959595;
    border: 1px solid #959595;
}

/*Стилизация полосы прокрутки*/
/**
 * Спиннер.
 */
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Шапка
--------------------------------------------------------------*/
/*Шапка сайта*/
.site-header {
    background-color: #04305A;
}

.site-header .header__content {
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    padding: 5px 0;
    height: auto;
    top: -300px;
    z-index: 9;
    background-color: #04305A;
}

.site-header .header__content.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

@media only screen and (max-width: 992px) {
    .site-header .site-branding {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .site-header .site-branding {
        text-align: left;
    }
}

.site-header .site-branding a {
    display: inline-block;
}

.site-header .site-branding a img {
    max-height: 80px;
}

@media only screen and (max-width: 992px) {
    .site-header .site-branding a img {
        max-height: 60px;
    }
}

.site-header ul.lang {
    list-style: none;
    padding-left: 20px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #FFFFFF;
}

@media only screen and (max-width: 767px) {
    .site-header ul.lang {
        display: none;
    }
}

.site-header ul.lang li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 5px;
}

.site-header ul.lang li:last-child {
    margin-right: 0;
}

.site-header ul.lang li.current-lang a {
    border-radius: 8px;
    background-color: #2396F1;
    cursor: default;
}

.site-header ul.lang li.current-lang:hover {
    cursor: default;
}

.site-header ul.lang li.current-lang:hover a {
    color: #FFFFFF;
    cursor: default;
}

.site-header ul.lang li a {
    font-size: 14px;
    font-size: 0.875rem;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 4px 6px;
    display: block;
}

.site-header ul.lang li a:hover {
    color: #F2BD00;
}

/*Главное меню*/
.main-navigation {
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px;
}

@media only screen and (max-width: 767px) {
    .main-navigation {
        display: none;
    }
}

.main-navigation ul {
    padding-left: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-navigation ul li {
    display: inline-block;
    position: relative;
}

.main-navigation ul li:last-child {
    margin-right: 0;
}

.main-navigation ul li:hover > a {
    color: #F2BD00;
}

.main-navigation ul li:hover > a:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.main-navigation ul li a {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

@media only screen and (max-width: 992px) {
    .main-navigation ul li a {
        font-size: 14px;
        font-size: 0.875rem;
        padding: 10px;
    }
}

.main-navigation ul li.menu-item-has-children > a:before {
    display: none;
}

.main-navigation ul li.menu-item-has-children > a:after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: 2px;
    margin-left: 5px;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512'%3E%3Cpath fill='%23FFFFFF' d='M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17z'/%3E%3C/svg%3E");
}

.main-navigation ul li.menu-item-has-children ul {
    background-color: #04305A;
    display: none;
    padding: 22px 0 10px;
    z-index: 9;
    position: absolute;
    top: 100%;
    left: 0;
}

.main-navigation ul li.menu-item-has-children ul li {
    display: block;
}

.main-navigation ul li.menu-item-has-children ul li:hover > a {
    color: #FFFFFF;
    background-color: #F2BD00;
}

.main-navigation ul li.menu-item-has-children ul li:hover > a:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.main-navigation ul li.menu-item-has-children ul li.menu-item-has-children > a:before {
    display: none;
}

.main-navigation ul li.menu-item-has-children ul li.menu-item-has-children > a:after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512'%3E%3Cpath fill='%23FFFFFF' d='M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17z'/%3E%3C/svg%3E");
}

.main-navigation ul li.menu-item-has-children ul li ul {
    padding: 10px 0;
    top: 0;
    left: calc(100% + 1px);
}

.main-navigation ul li.menu-item-has-children ul li a {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: none;
    text-align: left;
    border: none;
    padding: 5px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*Кнопка мобильного меню*/
.toggle-mnu {
    display: none;
    width: 30px;
    height: 28px;
    margin-top: 8px;
    margin-left: 0;
}

@media only screen and (max-width: 767px) {
    .toggle-mnu {
        display: block;
    }
}

.toggle-mnu span:after, .toggle-mnu span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
}

.toggle-mnu span:after {
    top: 16px;
}

.toggle-mnu span {
    position: relative;
    display: block;
}

.toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
    height: 3px;
    background-color: #FFFFFF;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 2px;
}

.toggle-mnu.on span, .toggle-mnu.on span:after, .toggle-mnu.on span:before {
    background-color: #F2BD00;
}

.toggle-mnu.on span {
    background-color: transparent;
}

.toggle-mnu.on span:before {
    -webkit-transform: rotate(45deg) translate(-1px, 0px);
    transform: rotate(45deg) translate(-1px, 0px);
}

.toggle-mnu.on span:after {
    -webkit-transform: rotate(-45deg) translate(6px, -7px);
    transform: rotate(-45deg) translate(6px, -7px);
}

/*Мобильное меню*/
#mobile-menu {
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    width: 100%;
    padding: 15px 15px 30px;
    position: fixed;
    left: -770px;
    bottom: -1px;
    z-index: 99;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #04305A;
  /*Социальные сети*/
  /*Мобильный переключатель языка*/
}

@media only screen and (max-width: 768px) {
    #mobile-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width: 576px) {
    #mobile-menu {
        left: -580px;
    }
}

#mobile-menu:after {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    content: '';
    width: 2000px;
    height: 100%;
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    background-color: rgba(29, 30, 33, 0.5);
}

#mobile-menu.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
}

#mobile-menu.open:after {
    display: block;
}

#mobile-menu ul.nav-menu {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

#mobile-menu ul.nav-menu li {
    text-align: center;
}

#mobile-menu ul.nav-menu li a {
    font-size: 20px;
    font-size: 1.25rem;
    color: #FFFFFF;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    padding: 5px;
}

#mobile-menu ul.nav-menu li a:hover {
    text-decoration: underline;
}

#mobile-menu ul.social-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#mobile-menu ul.social-list li {
    margin-right: 10px;
}

#mobile-menu ul.social-list li:last-child {
    margin-right: 0;
}

#mobile-menu ul.social-list li a {
    border-radius: 50%;
    padding: 10px;
    border: 1px solid #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#mobile-menu ul.social-list li a svg {
    fill: #FFFFFF;
}

#mobile-menu ul.mobile-lang {
    list-style: none;
    padding: 20px 0 0;
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #FFFFFF;
}

#mobile-menu ul.mobile-lang li {
    margin-right: 15px;
}

#mobile-menu ul.mobile-lang li:last-child {
    margin-right: 0;
}

#mobile-menu ul.mobile-lang li.current-lang a {
    border-radius: 8px;
    display: block;
    padding: 4px 6px;
    background-color: #2396F1;
    cursor: default;
}

#mobile-menu ul.mobile-lang li a {
    color: #FFFFFF;
    text-transform: uppercase;
}

/*Хлебные крошки*/
.breadcrumbs {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
    list-style: none;
    padding: 20px 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.breadcrumbs a.breadcrumbs__link {
    color: #959595;
    text-decoration: none;
    line-height: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumbs a.breadcrumbs__link:hover {
    color: #F2BD00;
}

.breadcrumbs .breadcrumbs__current {
    color: #1D1E21;
    display: inline-block;
    line-height: 12px;
}

.breadcrumbs .breadcrumbs__separator {
    color: #1D1E21;
    margin: 0 5px;
}

/*--------------------------------------------------------------
# Секции
--------------------------------------------------------------*/
/*Слайдер*/
.swiper {
    width: 100%;
}

.swiper .swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.swiper .swiper-slide img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.swiper .swiper-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px auto 0;
}

@media only screen and (max-width: 576px) {
    .swiper .swiper-button {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    color: #1D1E21;
    line-height: 22px;
    border-radius: 2px;
    background-size: 100% 100%;
    position: relative;
    top: 0;
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 30px;
}

@media only screen and (max-width: 576px) {
    .swiper .swiper-button-next,
  .swiper .swiper-button-prev {
        font-size: 12px;
        font-size: 0.75rem;
        margin: 0;
    }
}

.swiper .swiper-button-next.swiper-button-lock,
.swiper .swiper-button-prev.swiper-button-lock {
    display: none;
}

.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
    display: none;
}

.swiper .swiper-button-next:hover,
.swiper .swiper-button-prev:hover {
    color: #F2BD00;
}

.swiper .swiper-button-next:hover svg,
.swiper .swiper-button-prev:hover svg {
    fill: #F2BD00;
}

.swiper .swiper-button-next svg,
.swiper .swiper-button-prev svg {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    fill: #04305A;
    margin: 0 10px;
}

@media only screen and (max-width: 576px) {
    .swiper .swiper-button-next svg,
  .swiper .swiper-button-prev svg {
        margin: 0 5px;
    }
}

.swiper .swiper-button-next {
    left: 0;
}

@media only screen and (max-width: 576px) {
    .swiper .swiper-button-next {
        margin-left: 15px;
    }

    .swiper .swiper-button-next svg {
        margin-right: 0;
    }
}

.swiper .swiper-button-prev {
    right: 0;
}

@media only screen and (max-width: 576px) {
    .swiper .swiper-button-prev {
        margin-right: 15px;
    }

    .swiper .swiper-button-prev svg {
        margin-left: 0;
    }
}

/*Главная картинка*/
.main-image {
    margin: 20px 0 140px;
}

@media only screen and (max-width: 1200px) {
    .main-image {
        margin-bottom: 80px;
    }
}

.main-image .big-image {
    border-radius: 20px;
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #959595;
}

@media only screen and (max-width: 1200px) {
    .main-image .big-image {
        height: 500px;
    }
}

@media only screen and (max-width: 992px) {
    .main-image .big-image {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media only screen and (max-width: 768px) {
    .main-image .big-image {
        height: 600px;
    }
}

@media only screen and (max-width: 576px) {
    .main-image .big-image {
        height: calc(100vh - 110px);
        max-height: 800px;
    }
}

.main-image .big-image .main-content {
    border-radius: 20px;
    color: #FFFFFF;
    margin: 20px;
    padding: 40px;
    max-width: 770px;
    background-color: rgba(29, 30, 33, 0.8);
}

@media only screen and (max-width: 1200px) {
    .main-image .big-image .main-content {
        max-width: 660px;
    }
}

@media only screen and (max-width: 768px) {
    .main-image .big-image .main-content {
        padding: 20px;
    }
}

.main-image .big-image .main-content .main-title {
    font-size: 46px;
    font-size: 2.875rem;
    font-weight: 600;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
    .main-image .big-image .main-content .main-title {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1.4;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 992px) {
    .main-image .big-image .main-content .main-title {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

.main-image .big-image .main-content .main-desc {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 22px;
}

@media only screen and (max-width: 1200px) {
    .main-image .big-image .main-content .main-desc {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 768px) {
    .main-image .big-image .main-content .main-desc {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.main-image .big-image .main-content .link-registration {
    margin-top: 40px;
}

@media only screen and (max-width: 1200px) {
    .main-image .big-image .main-content .link-registration {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .main-image .big-image .main-content .link-registration {
        padding: 10px 50px;
    }
}

/*Большой слайдер*/
.homeSlider {
    margin-bottom: 100px;
}

@media only screen and (max-width: 1200px) {
    .homeSlider {
        margin-bottom: 80px;
    }
}

/*Инфо блок*/
.info {
    margin-bottom: 100px;
}

@media only screen and (max-width: 1200px) {
    .info {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 768px) {
    .info img {
        max-width: 350px;
        margin-top: 30px;
    }
}

.info .info-title {
    font-size: 34px;
    font-size: 2.125rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
    .info .info-title {
        font-size: 28px;
        font-size: 1.75rem;
        margin-bottom: 15px;
    }
}

.info .info-content {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
}

.info .info-content-hidden {
    display: none;
}

.info p {
    margin: 0;
    padding-bottom: 15px;
}

/*Слайдер событий*/
.slider-events {
    margin-bottom: 100px;
}

@media only screen and (max-width: 1200px) {
    .slider-events {
        margin-bottom: 80px;
    }
}

.eventsSlider .swiper-slide {
    border-radius: 20px;
    padding: 30px;
    height: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: rgba(229, 233, 238, 0.4);
}

.eventsSlider .swiper-slide .event-head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
}

@media only screen and (max-width: 576px) {
    .eventsSlider .swiper-slide .event-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.eventsSlider .swiper-slide .event-head .event-title {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    margin-right: 15px;
}

@media only screen and (max-width: 992px) {
    .eventsSlider .swiper-slide .event-head .event-title {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

@media only screen and (max-width: 576px) {
    .eventsSlider .swiper-slide .event-head .event-title {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.4;
        margin-bottom: 10px;
    }
}

.eventsSlider .swiper-slide .event-head span {
    border-radius: 70px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px;
    background-color: #FFFFFF;
}

.eventsSlider .swiper-slide .event-head span:before {
    border-radius: 50%;
    content: '';
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-top: 2px;
    margin-right: 10px;
    background-color: #2396F1;
}

.eventsSlider .swiper-slide .data {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 992px) {
    .eventsSlider .swiper-slide .data {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.eventsSlider .swiper-slide .data time {
    border-radius: 70px;
    padding: 10px 45px;
    background-color: #FFFFFF;
    margin-right: 20px;
}

@media only screen and (max-width: 992px) {
    .eventsSlider .swiper-slide .data time {
        padding: 10px 30px;
    }
}

@media only screen and (max-width: 576px) {
    .eventsSlider .swiper-slide .data time {
        padding: 10px 15px;
    }
}

.eventsSlider .swiper-slide .data p {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 32px;
    margin: 0;
}

.eventsSlider .swiper-slide p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
    .eventsSlider .swiper-slide p {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

/*Основатели (слайдер)*/
.founders {
    margin-bottom: 100px;
}

@media only screen and (max-width: 1200px) {
    .founders {
        margin-bottom: 80px;
    }
}

.foundersSlider .swiper-slide {
    border-radius: 10px;
    height: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden;
    background-color: rgba(229, 233, 238, 0.4);
}

.foundersSlider .swiper-slide img {
    margin-bottom: 20px;
    -o-object-fit: cover;
    object-fit: cover;
}

.foundersSlider .swiper-slide .founder-title {
    font-size: 16px;
    font-size: 1rem;
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    line-height: 22px;
    color: #3C3C3C;
    text-align: center;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
}

.foundersSlider .swiper-slide .founder-desc {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    line-height: 22px;
    color: #3C3C3C;
    text-align: left;
    padding: 0 20px 20px;
}

.foundersSlider .swiper-slide .founder-desc p {
    margin: 0;
}

/*Новости слайдер*/
.news {
    margin-bottom: 100px;
}

@media only screen and (max-width: 1200px) {
    .news {
        margin-bottom: 80px;
    }
}

.news .bg-news {
    border-radius: 20px;
    padding: 40px 20px 20px;
    background-color: #E5E9EE;
}

.newsSlider .swiper-slide {
    border-radius: 10px;
    height: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden;
    background-color: #FFFFFF;
}

.newsSlider .swiper-slide img {
    -o-object-fit: cover;
    object-fit: cover;
}

.newsSlider .swiper-slide .news-content {
    text-align: left;
    padding: 20px;
}

.newsSlider .swiper-slide .news-content .news-title {
    font-size: 16px;
    font-size: 1rem;
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    color: #3C3C3C;
    line-height: 22px;
    margin-bottom: 10px;
}

.newsSlider .swiper-slide .news-content .news-desc {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    color: #3C3C3C;
    line-height: 22px;
    margin-bottom: 20px;
}

.newsSlider .swiper-slide .news-content .news-desc p {
    margin: 0;
}

/*Видео слайдер*/
.videos {
    margin-bottom: 40px;
}

.videosSlider .swiper-slide {
    border-radius: 10px;
    height: 245px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
}

.videosSlider .swiper-slide:before {
    content: '';
    display: block;
    background-color: rgba(29, 30, 33, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.videosSlider .swiper-slide a.link-play {
    position: absolute;
    left: calc(50% - 47px);
    bottom: calc(50% - 15px);
    z-index: 3;
}

.videosSlider .swiper-slide a.link-play:hover svg {
    fill: red;
}

.videosSlider .swiper-slide a.link-play svg {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    fill: #FFFFFF;
}

.videosSlider .swiper-slide .video-data {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    color: #FFFFFF;
    text-align: left;
    padding: 10px 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(60, 60, 60, 0.7);
}

.videosSlider .swiper-slide .video-data .video-title {
    margin-bottom: 8px;
}

.videosSlider .swiper-slide .video-data .data {
    font-size: 14px;
    font-size: 0.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.videosSlider .swiper-slide .video-data .data .views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.videosSlider .swiper-slide .video-data .data .views svg {
    margin-right: 10px;
}

/*Страница 404*/
.error-404 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 80px 0;
}

.error-404 svg {
    width: 300px;
    margin-bottom: 15px;
}

.error-404 h1 {
    color: #F2BD00;
    font-weight: 700;
    margin-bottom: 15px;
}

.error-404 p {
    margin-bottom: 15px;
}

/*--------------------------------------------------------------
# Виджеты
--------------------------------------------------------------*/
/*Сайтбар*/
aside.widget-area {
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
    aside.widget-area {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

/*Общие стили виджета*/
.widget {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.widget:last-child {
    border: none;
}

.widget select {
    max-width: 100%;
}

.widget .widget-title {
    font-size: 22px;
    font-size: 1.375rem;
    color: #1D1E21;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.widget .widget-title:after {
    content: '';
    width: 60px;
    height: 4px;
    background-color: #1D1E21;
    display: block;
    position: relative;
    left: 0;
    bottom: -8px;
}

.widget ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.widget ul li {
    line-height: 24px;
    margin-bottom: 5px;
}

.widget ul li a {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
}

.widget ul li span {
    color: #959595;
}

.widget ul li ul {
    padding-top: 5px;
    padding-left: 20px;
}

/*Виджет поиска*/
.widget_search {
    width: 100%;
}

.widget_search form {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .widget_search form {
        margin: 0 auto 35px;
    }
}

.widget_search form .screen-reader-text {
    display: none;
}

.widget_search form label {
    width: 100%;
}

.widget_search form input[type="search"] {
    font-size: 16px;
    font-size: 1rem;
    background-color: transparent;
    border: 1px solid #959595;
    width: 100%;
    padding: 5px 10px;
    outline: none;
}

.widget_search form input[type="search"]:focus {
    background-color: transparent;
}

.widget_search form input[type="submit"],
.widget_search form button[type="submit"] {
    background: none;
    border: none;
    outline: none;
    width: 40px;
    line-height: 40px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.widget_search form input[type="submit"]:hover,
.widget_search form button[type="submit"]:hover {
    cursor: pointer;
}

.widget_search form input[type="submit"] i,
.widget_search form button[type="submit"] i {
    font-size: 18px;
    font-size: 1.125rem;
    color: #959595;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

/*Виджет тегов*/
.widget_tag_cloud .tagcloud a {
    font-weight: 400;
    text-decoration: none;
    padding: 2px 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid #1D1E21;
}

.widget_tag_cloud .tagcloud a:hover {
    color: white;
    background-color: #1D1E21;
}

/*Виджет свежих комментариев*/
.widget_recent_comments ul li a:hover {
    text-decoration: underline;
}

/*--------------------------------------------------------------
# Контент
--------------------------------------------------------------*/
/*Индексная страница*/
.list-post {
    margin-bottom: 40px;
}

.list-post .title {
    margin-bottom: 40px;
}

.list-post article {
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    margin-bottom: 20px;
    background-color: rgba(229, 233, 238, 0.4);
}

@media only screen and (max-width: 992px) {
    .list-post article {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.list-post article:last-child {
    margin-bottom: 40px;
}

.list-post article .entry-header {
    margin-right: 30px;
}

@media only screen and (max-width: 992px) {
    .list-post article .entry-header {
        margin-right: 0;
        margin-bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.list-post article .entry-header .link-image {
    border-radius: 20px;
    width: 410px;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #E5E9EE;
}

@media only screen and (max-width: 992px) {
    .list-post article .entry-header .link-image {
        width: 100%;
    }
}

.list-post article .entry-header .link-image:hover img, .list-post article .entry-header .link-image:hover svg {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.list-post article .entry-header .link-image img {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 992px) {
    .list-post article .entry-header .link-image img {
        width: 100%;
    }
}

.list-post article .entry-header .link-image svg {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin: 30px 0;
}

.list-post article .entry-content {
    width: 100%;
}

.list-post article .entry-content h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
    .list-post article .entry-content h2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.list-post article .entry-content h2 a {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 1.2;
    color: #1D1E21;
    display: block;
}

@media only screen and (max-width: 1200px) {
    .list-post article .entry-content h2 a {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 576px) {
    .list-post article .entry-content h2 a {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.list-post article .entry-content h2 a:hover {
    color: #F2BD00;
}

.list-post article .entry-content h2 time {
    border-radius: 70px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.4;
    color: #1D1E21;
    white-space: nowrap;
    background-color: #FFFFFF;
    padding: 5px 45px;
    margin-left: 30px;
}

@media only screen and (max-width: 576px) {
    .list-post article .entry-content h2 time {
        font-size: 16px;
        font-size: 1rem;
    }
}

.list-post article .entry-content p {
    font-size: 16px;
    font-size: 1rem;
    padding-bottom: 20px;
}

@media only screen and (max-width: 576px) {
    .list-post article .entry-content p {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

/*Одиночная страница*/
.page-post .page-head {
    margin-bottom: 40px;
}

.page-post .page-head img {
    border-radius: 20px;
}

.page-post .page-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .page-post .page-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.page-post .page-title span {
    font-size: 46px;
    font-size: 2.875rem;
    font-weight: 600;
    line-height: 1;
    color: #1D1E21;
    display: block;
    margin-right: 30px;
}

@media only screen and (max-width: 992px) {
    .page-post .page-title span {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

@media only screen and (max-width: 768px) {
    .page-post .page-title span {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 576px) {
    .page-post .page-title span {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.page-post .page-title time {
    border-radius: 70px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    white-space: nowrap;
    padding: 5px 45px;
    background-color: #E5E9EE;
}

@media only screen and (max-width: 992px) {
    .page-post .page-title time {
        font-size: 16px;
        font-size: 1rem;
        padding: 5px 30px;
    }
}

.page-post .page-data {
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(4, 48, 90, 0.2);
}

.page-post .page-data ul.user {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 10px;
}

.page-post .page-data ul.user li {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1D1E21;
    margin-right: 8px;
}

.page-post .page-data ul.user li:last-child {
    margin-right: 0;
}

.page-post .page-data ul.user li a {
    color: #2396F1;
    display: inline-block;
}

.page-post .page-data ul.user li a:hover {
    color: #F2BD00;
}

.page-post .page-data p {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.page-post .page-data ul.attr {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 40px;
}

@media only screen and (max-width: 576px) {
    .page-post .page-data ul.attr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.page-post .page-data ul.attr li {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1D1E21;
    margin-right: 80px;
}

@media only screen and (max-width: 992px) {
    .page-post .page-data ul.attr li {
        margin-right: 40px;
    }
}

@media only screen and (max-width: 576px) {
    .page-post .page-data ul.attr li {
        margin-right: 0;
        margin-bottom: 8px;
    }

    .page-post .page-data ul.attr li:last-child {
        margin-bottom: 0;
    }
}

.page-post .page-data ul.attr li:last-child {
    margin-right: 0;
}

.page-post .page-data ul.attr li a {
    color: #2396F1;
    display: inline-block;
}

.page-post .page-data ul.attr li a:hover {
    color: #F2BD00;
}

.page-post .page-content {
    margin-bottom: 100px;
}

@media only screen and (max-width: 1200px) {
    .page-post .page-content {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 768px) {
    .page-post .page-content {
        margin-bottom: 60px;
    }
}

.page-post .page-content img {
    border-radius: 20px;
    margin-bottom: 16px;
}

.page-post .news {
    margin-bottom: 40px;
}

/*Обычная страница*/
.page .page-title {
    font-size: 46px;
    font-size: 2.875rem;
    font-weight: 600;
    line-height: 1;
    color: #1D1E21;
    display: block;
    margin-bottom: 30px;
}

@media only screen and (max-width: 992px) {
    .page .page-title {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

@media only screen and (max-width: 768px) {
    .page .page-title {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 576px) {
    .page .page-title {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

/*Страница со всеми видео*/
.page-videos .main-video {
    margin-bottom: 40px;
}

.page-videos .main-video .head-video {
    border-radius: 10px;
    height: 460px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
}

.page-videos .main-video .head-video:before {
    content: '';
    display: block;
    background-color: rgba(29, 30, 33, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-videos .main-video .head-video a.link-play {
    position: absolute;
    left: calc(50% - 47px);
    bottom: calc(50% - 15px);
    z-index: 3;
}

.page-videos .main-video .head-video a.link-play:hover svg {
    fill: red;
}

.page-videos .main-video .head-video a.link-play svg {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    fill: #FFFFFF;
}

.page-videos .main-video .head-video .video-data {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    color: #FFFFFF;
    text-align: left;
    padding: 10px 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(60, 60, 60, 0.7);
}

.page-videos .main-video .head-video .video-data .video-title {
    margin-bottom: 8px;
}

.page-videos .main-video .head-video .video-data .data {
    font-size: 14px;
    font-size: 0.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-videos .main-video .head-video .video-data .data .views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-videos .main-video .head-video .video-data .data .views svg {
    margin-right: 10px;
}

.page-videos .all-videos {
    margin-bottom: 40px;
}

.page-videos .all-videos .hidden {
    display: none;
}

.page-videos .all-videos .item-video {
    border-radius: 10px;
    height: 245px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
}

.page-videos .all-videos .item-video:before {
    content: '';
    display: block;
    background-color: rgba(29, 30, 33, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-videos .all-videos .item-video a.link-play {
    position: absolute;
    left: calc(50% - 47px);
    bottom: calc(50% - 15px);
    z-index: 3;
}

.page-videos .all-videos .item-video a.link-play:hover svg {
    fill: red;
}

.page-videos .all-videos .item-video a.link-play svg {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    fill: #FFFFFF;
}

.page-videos .all-videos .item-video .video-data {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    color: #FFFFFF;
    text-align: left;
    padding: 10px 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(60, 60, 60, 0.7);
}

.page-videos .all-videos .item-video .video-data .video-title {
    margin-bottom: 8px;
}

.page-videos .all-videos .item-video .video-data .data {
    font-size: 14px;
    font-size: 0.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-videos .all-videos .item-video .video-data .data .views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-videos .all-videos .item-video .video-data .data .views svg {
    margin-right: 10px;
}

/*Страница о нас*/
.page-about .page-head {
    max-height: 350px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-about .page-head img {
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
}

.page-about .title {
    margin-bottom: 40px;
}

.page-about .about-content {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 100px;
}

@media only screen and (max-width: 1200px) {
    .page-about .about-content {
        margin-bottom: 80px;
    }
}

.page-about .founders {
    margin-bottom: 100px;
}

.page-about .bg-founder {
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 30px;
    background-color: rgba(229, 233, 238, 0.4);
}

.page-about .bg-founder .founder-foto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 992px) {
    .page-about .bg-founder .founder-foto {
        margin-bottom: 20px;
    }
}

.page-about .bg-founder .founder-foto img {
    border-radius: 20px;
}

@media only screen and (max-width: 576px) {
    .page-about .bg-founder .founder-foto img {
        width: 100%;
    }
}

.page-about .bg-founder .founder-content .founder-title {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 600;
}

.page-about .bg-founder .founder-content ul.profession {
    list-style: none;
    padding-left: 0;
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-about .bg-founder .founder-content ul.profession li {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    margin-right: 8px;
}

.page-about .bg-founder .founder-content ul.profession li:last-child {
    margin-right: 0;
}

.page-about .bg-founder .founder-content .bg-doctor {
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #FFFFFF;
}

.page-about .bg-founder .founder-content .bg-doctor ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
}

.page-about .bg-founder .founder-content .bg-doctor ul li {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    margin-right: 40px;
}

.page-about .bg-founder .founder-content .bg-doctor ul li:last-child {
    margin-right: 0;
}

.page-about .bg-founder .founder-content .bg-doctor p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
}

.page-about .bg-founder .founder-content p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
}

.page-about .bg-founder .founder-content p:last-child {
    margin: 0;
}

/*Страница полезные ссылки*/
.page-link .bg-links {
    border-radius: 20px;
    padding: 40px 20px;
    background-color: rgba(229, 233, 238, 0.4);
}

.page-link #responsiveTabs ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #04305A;
}

.page-link #responsiveTabs ul li {
    margin-bottom: -1px;
}

.page-link #responsiveTabs ul li.r-tabs-state-active {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top: 1px solid #04305A;
    border-left: 1px solid #04305A;
    border-right: 1px solid #04305A;
    border-bottom: 1px solid #FFFFFF;
}

.page-link #responsiveTabs ul li.r-tabs-state-active a {
    color: #04305A;
}

.page-link #responsiveTabs ul li a {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    color: #1D1E21;
    display: block;
    padding: 5px 40px;
}

.page-link #responsiveTabs .r-tabs-panel {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    padding: 20px 0;
}

/*Архивная сообытий*/
.all-events {
    margin-bottom: 100px;
}

.all-events .events-title {
    font-size: 46px;
    font-size: 2.875rem;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 20px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    border-bottom: 1px solid rgba(0, 44, 93, 0.2);
}

@media only screen and (max-width: 992px) {
    .all-events .events-title {
        font-size: 32px;
        font-size: 2rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media only screen and (max-width: 576px) {
    .all-events .events-title {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

@media only screen and (max-width: 768px) {
    .all-events .events-title .filters {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.all-events .events-title ul.events-filter {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 768px) {
    .all-events .events-title ul.events-filter {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px;
        z-index: 9;
        background-color: #FFFFFF;
        border: 1px solid #959595;
    }

    .all-events .events-title ul.events-filter:before {
        content: '';
        width: 16px;
        height: 16px;
        position: absolute;
        top: -8px;
        right: 40px;
        background-color: #FFFFFF;
        border-top: 1px solid #959595;
        border-left: 1px solid #959595;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: -1;
    }
}

.all-events .events-title ul.events-filter li {
    line-height: 1;
    margin-right: 40px;
}

@media only screen and (max-width: 992px) {
    .all-events .events-title ul.events-filter li {
        margin-right: 30px;
    }

    .all-events .events-title ul.events-filter li:last-child {
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .all-events .events-title ul.events-filter li {
        margin-right: 0;
    }
}

.all-events .events-title ul.events-filter li a {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    color: #1D1E21;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 5px 0 5px;
}

@media only screen and (max-width: 992px) {
    .all-events .events-title ul.events-filter li a {
        font-size: 16px;
        font-size: 1rem;
    }
}

@media only screen and (max-width: 768px) {
    .all-events .events-title ul.events-filter li a {
        padding: 0;
    }
}

.all-events .events-title ul.events-filter li a:hover {
    color: #F2BD00;
}

.all-events .events-title ul.events-filter li a.active {
    color: #04305A;
}

.all-events .events-title ul.events-filter li a.active:hover {
    color: #04305A;
    cursor: default;
}

.all-events .events-title ul.events-filter li a.active span:before {
    display: block;
}

.all-events .events-title ul.events-filter li a span {
    display: none;
}

@media only screen and (max-width: 768px) {
    .all-events .events-title ul.events-filter li a span {
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 16px;
        height: 16px;
        margin-right: 10px;
        border: 1px solid #959595;
        position: relative;
    }

    .all-events .events-title ul.events-filter li a span:before {
        border-radius: 50%;
        content: '';
        width: 10px;
        height: 10px;
        display: none;
        position: absolute;
        background-color: #2396F1;
    }
}

.all-events .events-title a.mobile-filters {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #04305A;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .all-events .events-title a.mobile-filters {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

.all-events .events-title a.mobile-filters:hover {
    color: #F2BD00;
}

.all-events .events-title a.mobile-filters:hover svg {
    fill: #F2BD00;
}

.all-events .events-title a.mobile-filters svg {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    fill: #04305A;
    margin-left: 10px;
}

.all-events .item-event {
    display: none;
}

.all-events .item-event.nearest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/*Карточка события*/
.item-event {
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    margin-bottom: 20px;
    background-color: rgba(229, 233, 238, 0.4);
}

.item-event .link-image {
    border-radius: 20px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 310px;
    margin-right: 40px;
    overflow: hidden;
}

@media only screen and (max-width: 992px) {
    .item-event .link-image {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .item-event .link-image {
        display: none;
    }
}

.item-event .link-image img {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    height: 100%;
    display: block;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.item-event .event-content {
    width: 100%;
}

.item-event .event-content .event-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
    .item-event .event-content .event-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.item-event .event-content .event-title a {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 32px;
    color: #1D1E21;
    display: block;
}

@media only screen and (max-width: 992px) {
    .item-event .event-content .event-title a {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 1.4;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 576px) {
    .item-event .event-content .event-title a {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.item-event .event-content .event-title a:hover {
    color: #F2BD00;
}

.item-event .event-content .event-title span {
    border-radius: 70px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    margin-left: 15px;
    background-color: #FFFFFF;
}

@media only screen and (max-width: 992px) {
    .item-event .event-content .event-title span {
        margin-left: 0;
    }
}

.item-event .event-content .event-title span:before {
    border-radius: 50%;
    content: '';
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-top: 2px;
    margin-right: 10px;
    background-color: #2396F1;
}

.item-event .event-content .data {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
    .item-event .event-content .data {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.item-event .event-content .data time {
    border-radius: 70px;
    padding: 10px 45px;
    background-color: #FFFFFF;
    margin-right: 20px;
}

@media only screen and (max-width: 992px) {
    .item-event .event-content .data time {
        padding: 10px 30px;
    }
}

@media only screen and (max-width: 576px) {
    .item-event .event-content .data time {
        padding: 10px 15px;
    }
}

.item-event .event-content p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    margin-bottom: 20px;
}

/*Слайдер галерей*/
.videosImages {
    display: none;
    margin-bottom: 100px;
}

.videosImages .title {
    margin-bottom: 40px;
}

.videosImages .sliderGallery .swiper-slide {
    border-radius: 10px;
    height: 325px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
}

.videosImages .sliderGallery .swiper-slide:before {
    content: '';
    display: block;
    background-color: rgba(29, 30, 33, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.videosImages .sliderGallery .swiper-slide a.link-play {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
}

.videosImages .sliderGallery .swiper-slide a.link-play:hover svg {
    fill: red;
}

.videosImages .sliderGallery .swiper-slide a.link-play > svg {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: absolute;
    left: calc(50% - 47px);
    bottom: calc(50% - 15px);
    z-index: 3;
    fill: #FFFFFF;
}

.videosImages .sliderGallery .swiper-slide a.link-play .video-data {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    color: #FFFFFF;
    text-align: left;
    padding: 10px 20px;
    width: 100%;
    background-color: rgba(60, 60, 60, 0.7);
}

.videosImages .sliderGallery .swiper-slide a.link-play .video-data:hover {
    cursor: default;
}

.videosImages .sliderGallery .swiper-slide a.link-play .video-data .video-title {
    margin-bottom: 8px;
}

.videosImages .sliderGallery .swiper-slide a.link-play .video-data .data {
    font-size: 14px;
    font-size: 0.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.videosImages .sliderGallery .swiper-slide a.link-play .video-data .data .views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.videosImages .sliderGallery .swiper-slide a.link-play .video-data .data .views svg {
    margin-right: 10px;
}

.videosImages .sliderGallery .popup-gallery {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.videosImages .sliderGallery .popup-gallery a {
    display: none;
}

.videosImages .sliderGallery .popup-gallery a:first-child {
    display: block;
    width: 100%;
    height: 100%;
}

.videosImages .sliderGallery .popup-gallery .images-data {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    color: #FFFFFF;
    text-align: left;
    padding: 10px 20px;
    width: 100%;
    background-color: rgba(60, 60, 60, 0.7);
}

.videosImages .sliderGallery .popup-gallery .images-data .images-title {
    margin-bottom: 8px;
}

.videosImages .sliderGallery .popup-gallery .images-data .data {
    font-size: 14px;
    font-size: 0.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.videosImages .sliderGallery .popup-gallery .images-data .data .views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.videosImages .sliderGallery .popup-gallery .images-data .data .views svg {
    margin-right: 10px;
}

/*Список событий (ajax)*/
.list-events {
    margin-bottom: 40px;
}

.list-events .item-event:last-child {
    margin-bottom: 40px;
}

/*Страница события*/
.event-image {
    margin-bottom: 20px;
}

.event-image .desktop-picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 576px) {
    .event-image .desktop-picture {
        display: none;
    }
}

.event-image .desktop-picture img {
    width: 100%;
    max-height: 400px;
    -o-object-fit: contain;
    object-fit: contain;
}

.event-image .mobile-picture {
    display: none;
}

@media only screen and (max-width: 576px) {
    .event-image .mobile-picture {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.event-image img {
    -o-object-fit: cover;
    object-fit: cover;
}

/*Данные по событию*/
.event-data {
    margin-bottom: 100px;
}

@media only screen and (max-width: 1200px) {
    .event-data {
        margin-bottom: 80px;
    }
}

.event-data .bg-event {
    border-radius: 20px;
    padding: 40px 20px;
    background-color: rgba(229, 233, 238, 0.4);
}

.event-data .event-title {
    font-size: 46px;
    font-size: 2.875rem;
    font-weight: 600;
    line-height: 1.1;
    color: #1D1E21;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 44, 93, 0.2);
}

@media only screen and (max-width: 992px) {
    .event-data .event-title {
        font-size: 32px;
        font-size: 2rem;
    }
}

.event-data .event-title span {
    display: block;
    max-width: 1100px;
}

.event-data .data {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1400px) {
    .event-data .data {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.event-data .data time {
    border-radius: 70px;
    padding: 5px 32px;
    margin-right: 40px;
    background-color: #FFFFFF;
}

@media only screen and (max-width: 1400px) {
    .event-data .data time {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 1200px) {
    .event-data .data time {
        font-size: 16px;
        font-size: 1rem;
        padding: 5px 15px;
    }
}

@media only screen and (max-width: 768px) {
    .event-data .data time {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.event-data .data .link-event {
    color: #04305A;
    margin-right: 20px;
}

@media only screen and (max-width: 1400px) {
    .event-data .data .link-event {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 1200px) {
    .event-data .data .link-event {
        font-size: 16px;
        font-size: 1rem;
    }
}

@media only screen and (max-width: 768px) {
    .event-data .data .link-event {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.event-data .data .link-event:hover {
    color: #F2BD00;
}

.event-data .data span.event {
    color: #04305A;
    margin-right: 20px;
}

@media only screen and (max-width: 1400px) {
    .event-data .data span.event {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 1200px) {
    .event-data .data span.event {
        font-size: 16px;
        font-size: 1rem;
    }
}

@media only screen and (max-width: 768px) {
    .event-data .data span.event {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.event-data .data .link-location {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    text-decoration: underline;
    margin-right: 40px;
}

@media only screen and (max-width: 1400px) {
    .event-data .data .link-location {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
        padding-left: 30px;
        margin-right: 0;
    }
}

@media only screen and (max-width: 1200px) {
    .event-data .data .link-location {
        font-size: 16px;
        font-size: 1rem;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 992px) {
    .event-data .data .link-location {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .event-data .data .link-location {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-left: 0;
    }
}

.event-data .data .link-location:hover {
    text-decoration: none;
}

@media only screen and (max-width: 1400px) {
    .event-data .data .price {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
        margin-right: 0;
    }
}

@media only screen and (max-width: 1200px) {
    .event-data .data .price {
        font-size: 16px;
        font-size: 1rem;
    }
}

@media only screen and (max-width: 992px) {
    .event-data .data .price {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .event-data .data .price {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

/*Временная линия*/
.time-line {
    margin-bottom: 100px;
}

@media only screen and (max-width: 1200px) {
    .time-line {
        margin-bottom: 80px;
    }
}

.time-line .bg-time-line {
    border-radius: 20px;
    padding: 40px 20px;
    background-color: rgba(229, 233, 238, 0.4);
}

@media only screen and (max-width: 576px) {
    .time-line .bg-time-line {
        padding: 20px;
    }
}

.time-line .line {
    margin: 40px 0 60px;
}

@media only screen and (max-width: 992px) {
    .time-line .line {
        margin: 20px 0 30px;
    }
}

.time-line .line ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

@media only screen and (max-width: 992px) {
    .time-line .line ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.time-line .line ul:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #04305A;
}

@media only screen and (max-width: 992px) {
    .time-line .line ul:before {
        width: 1px;
        height: 100%;
        top: 0;
        bottom: 0;
    }
}

@media only screen and (max-width: 576px) {
    .time-line .line ul:before {
        height: auto;
        top: 10px;
        bottom: 10px;
    }
}

.time-line .line ul li {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #3C3C3C;
    white-space: nowrap;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    position: relative;
}

@media only screen and (max-width: 1200px) {
    .time-line .line ul li {
        max-width: 50px;
    }
}

@media only screen and (max-width: 992px) {
    .time-line .line ul li {
        padding-left: 15px;
    }
}

.time-line .line ul li:before {
    border-radius: 50%;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 9px;
    height: 9px;
    background-color: #04305A;
}

.time-line .line ul li:nth-child(odd) {
    top: -20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media only screen and (max-width: 992px) {
    .time-line .line ul li:nth-child(odd) {
        top: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.time-line .line ul li:nth-child(odd):before {
    top: calc(100% - 4px);
}

@media only screen and (max-width: 992px) {
    .time-line .line ul li:nth-child(odd):before {
        top: calc(50% - 4px);
        left: -4px;
    }
}

.time-line .line ul li:nth-child(even) {
    top: 20px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media only screen and (max-width: 992px) {
    .time-line .line ul li:nth-child(even) {
        top: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.time-line .line ul li:nth-child(even):before {
    bottom: calc(100% - 5px);
}

@media only screen and (max-width: 992px) {
    .time-line .line ul li:nth-child(even):before {
        top: calc(50% - 4px);
        left: -4px;
    }
}

.time-line .line ul li:last-child {
    margin-right: 40px;
}

@media only screen and (max-width: 1200px) {
    .time-line .line ul li:last-child {
        margin-right: 120px;
    }
}

@media only screen and (max-width: 992px) {
    .time-line .line ul li:last-child {
        margin-right: 0;
    }
}

.time-line .line ul li time {
    font-weight: 600;
    margin-right: 5px;
}

/*Контакстная форма*/
.form-contact {
    margin-bottom: 100px;
}

@media only screen and (max-width: 1200px) {
    .form-contact {
        margin-bottom: 80px;
    }
}

.form-contact .bg-form {
    border-radius: 20px;
    padding: 40px 20px;
    background-color: rgba(229, 233, 238, 0.4);
}

@media only screen and (max-width: 1200px) {
    .form-contact .bg-form {
        padding: 20px;
    }
}

.form-contact img {
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 768px) {
    .form-contact img {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 576px) {
    .form-contact img {
        margin-bottom: 20px;
    }
}

.form-contact .form-question .form-title {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 500;
    text-align: center;
    color: #3C3C3C;
    margin-bottom: 15px;
}

@media only screen and (max-width: 576px) {
    .form-contact .form-question .form-title {
        font-size: 24px;
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
}

.form-contact .form-question p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 576px) {
    .form-contact .form-question p {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.form-contact .form-question form input[type="submit"],
.form-contact .form-question form button[type="submit"] {
    width: 100%;
    margin-top: 8px;
}

/*Локация*/
.location {
    margin-bottom: 100px;
}

@media only screen and (max-width: 1200px) {
    .location {
        margin-bottom: 80px;
    }
}

.location .location-title {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 700;
    color: #3C3C3C;
    margin-bottom: 20px;
}

@media only screen and (max-width: 576px) {
    .location .location-title {
        font-size: 16px;
        font-size: 1rem;
    }
}

.location .location-name {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #3C3C3C;
    margin-bottom: 12px;
}

.location .location-addr {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #3C3C3C;
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.location .location-addr svg {
    fill: #04305A;
    margin-right: 10px;
}

@media only screen and (max-width: 576px) {
    .location .location-addr svg {
        width: 16px;
        height: 16px;
    }
}

.location a.location-link {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #04305A;
    text-decoration: underline;
    display: inline-block;
    margin-left: 35px;
}

.location a.location-link:hover {
    color: #F2BD00;
    text-decoration: none;
}

.location .location-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
}

@media only screen and (max-width: 992px) {
    .location .location-images {
        margin: 30px 0;
    }
}

.location .location-images a {
    border-radius: 10px;
    display: block;
    margin-right: 10px;
    overflow: hidden;
}

.location .location-images a:last-child {
    margin-right: 0;
}

.location .location-images a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.location .location-images a img {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -o-object-fit: cover;
    object-fit: cover;
}

.location .location-map #map {
    width: 100%;
    height: 420px;
    z-index: 3;
}

/*Страница контактов*/
.contact .location-addr {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    color: #3C3C3C;
    margin: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 576px) {
    .contact .location-addr {
        font-size: 16px;
        font-size: 1rem;
    }
}

.contact .location-addr svg {
    fill: #04305A;
    margin-right: 10px;
}

@media only screen and (max-width: 576px) {
    .contact .location-addr svg {
        width: 16px;
    }
}

.contact .location-link {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #04305A;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 40px;
}

.contact .location-link:hover {
    color: #F2BD00;
    text-decoration: none;
}

.contact ul.list-contact {
    list-style: none;
    padding-left: 0;
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 576px) {
    .contact ul.list-contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 40px;
    }
}

.contact ul.list-contact li {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 80px;
}

@media only screen and (max-width: 1400px) {
    .contact ul.list-contact li {
        margin-right: 40px;
    }
}

@media only screen and (max-width: 1200px) {
    .contact ul.list-contact li {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .contact ul.list-contact li {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 576px) {
    .contact ul.list-contact li {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.contact ul.list-contact li:last-child {
    margin-right: 0;
}

.contact ul.list-contact li a {
    color: #3C3C3C;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1200px) {
    .contact ul.list-contact li a {
        font-size: 16px;
        font-size: 1rem;
    }
}

.contact ul.list-contact li a:hover {
    color: #F2BD00;
}

.contact ul.list-contact li svg {
    margin-right: 10px;
}

@media only screen and (max-width: 1200px) {
    .contact ul.list-contact li svg {
        width: 16px;
    }
}

.contact .contact-content {
    margin-bottom: 40px;
}

.contact .contact-content img {
    display: block;
    margin: 0 auto 40px;
}

.contact .contact-content p {
    font-size: 16px;
    font-size: 1rem;
    color: #1D1E21;
}

@media only screen and (max-width: 576px) {
    .contact .contact-content p {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.contact .contact-sidebar {
    border-radius: 10px;
    margin-bottom: 40px;
    background-color: #E5E9EE;
}

.contact .contact-sidebar img {
    border-radius: 10px;
    width: 100%;
}

.contact .contact-sidebar .form-question {
    padding: 20px 45px;
}

@media only screen and (max-width: 1400px) {
    .contact .contact-sidebar .form-question {
        padding: 20px;
    }
}

@media only screen and (max-width: 992px) {
    .contact .contact-sidebar .form-question {
        padding: 20px 50px;
    }
}

@media only screen and (max-width: 576px) {
    .contact .contact-sidebar .form-question {
        padding: 20px;
    }
}

.contact .contact-sidebar .form-question .form-title {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 500;
    color: #3C3C3C;
    text-align: center;
    margin-bottom: 20px;
}

.contact .contact-sidebar .form-question form input[type="submit"],
.contact .contact-sidebar .form-question form button[type="submit"] {
    width: 100%;
}

/*Кабинет пользователя*/
.cabinet {
    margin-bottom: 40px;
}

.cabinet .bg-cabinet {
    border-radius: 20px;
    padding: 40px 20px;
    background-color: rgba(229, 233, 238, 0.4);
}

.cabinet .title {
    margin-bottom: 40px;
}

.cabinet form .view-photo {
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
    border: 1px solid rgba(29, 30, 33, 0.2);
    background-color: #FFFFFF;
}

.cabinet form .view-photo img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}

.cabinet form .view-photo svg {
    margin: 50px 0;
}

.cabinet form label {
    margin-bottom: 10px;
}

.cabinet form label[for='permission'] {
    margin-bottom: 30px;
}

.cabinet form input {
    margin-bottom: 20px;
}

.cabinet form .file-upload-foto,
.cabinet form .file-upload {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: 'Gotham', sans-serif;
    color: #04305A;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 35px;
    cursor: pointer;
    border: 1px solid #04305A;
    margin-bottom: 30px;
}

@media only screen and (max-width: 576px) {
    .cabinet form .file-upload-foto,
  .cabinet form .file-upload {
        width: 100%;
    }
}

.cabinet form .file-upload-foto:hover,
.cabinet form .file-upload:hover {
    color: #FFFFFF;
    background-color: #04305A;
}

.cabinet form .file-upload-foto:hover svg,
.cabinet form .file-upload:hover svg {
    fill: #FFFFFF;
}

.cabinet form .file-upload-foto svg,
.cabinet form .file-upload svg {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-left: 10px;
    fill: #04305A;
}

.cabinet form .file-upload-foto {
    width: 100%;
    padding: 10px;
}

/*--------------------------------------------------------------
# Комментарии
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*Блоки с комментариями*/
.comment-area {
    margin-bottom: 40px;
}

.comment-area .comment-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: 15px;
}

@media only screen and (max-width: 576px) {
    .comment-area .comment-title {
        display: block;
    }
}

.comment-area .comment-title h3 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: normal;
}

.comment-area .comment-title a {
    font-size: 14px;
    font-size: 0.875rem;
    color: red;
    line-height: 35px;
    font-weight: normal;
    display: block;
    float: right;
    text-decoration: none;
}

@media only screen and (max-width: 576px) {
    .comment-area .comment-title a {
        float: left;
    }
}

.comment-area .comment-title a i {
    color: white;
    background: green;
    line-height: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.comment-area .comment-title a:hover {
    text-decoration: underline;
}

.comment-area .commentlist {
    padding-left: 0;
}

.comment-area .commentlist li {
    list-style-type: none;
}

.comment-area .comment-box {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #959595;
    background: white;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 768px) {
    .comment-area .comment-box {
        padding: 10px 10px 20px;
    }
}

.comment-area .comment-box figure {
    margin-right: 15px;
}

.comment-area .comment-box .comment-inner {
    width: 100%;
}

.comment-area .comment-box .comment-name {
    overflow: hidden;
    border-bottom: 1px solid #959595;
    margin-bottom: 10px;
}

.comment-area .comment-box .comment-name h3 {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: normal;
    display: inline-block;
    margin-right: 10px;
}

.comment-area .comment-box .comment-name h3 a {
    font-size: 17px;
    font-size: 1.0625rem;
    color: red;
    display: inline-block;
    margin-right: 10px;
}

.comment-area .comment-box .comment-name .comment-info {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #959595;
    font-weight: normal;
    margin-bottom: 6px;
}

.comment-area .comment-box p {
    font-size: 16px;
    font-size: 1rem;
    color: #1D1E21;
    font-weight: normal;
}

.comment-area .comment-box .comment-reply-link {
    font-size: 14px;
    font-size: 0.875rem;
    color: red;
    font-weight: normal;
    position: relative;
}

.comment-area .comment-box .comment-reply-link svg {
    fill: blue;
}

.comment-area .comment-box .comment-edit-link {
    font-size: 14px;
    font-size: 0.875rem;
    color: green;
    font-weight: normal;
}

@media only screen and (max-width: 576px) {
    .comment-area .children {
        padding-left: 20px;
    }
}

.comment-area .children .comment-box:before {
    display: none;
}

.comment-area .replay-comment {
    margin-left: 50px;
}

@media only screen and (max-width: 576px) {
    .comment-area .replay-comment {
        margin-left: 25px;
    }
}

.comment-area .replay-comment:before {
    display: none;
}

.comment-area .comment-navigation {
    margin: 0 0 1.45em;
}

.comment-area .comment-navigation h2 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: normal;
}

@media (max-width: 576px) {
    .comment-area .comment-navigation h2 {
        text-align: center;
    }
}

.comment-area .comment-navigation .nav-links {
    overflow: hidden;
}

.comment-area .comment-navigation .nav-links .nav-previous a,
.comment-area .comment-navigation .nav-links .nav-next a {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 1em;
    border: 1px solid #959595;
}

.comment-area .comment-navigation .nav-links .nav-previous a:hover,
.comment-area .comment-navigation .nav-links .nav-next a:hover {
    text-decoration: none;
}

.comment-area .comment-navigation .nav-links .nav-previous {
    float: left;
}

.comment-area .comment-navigation .nav-links .nav-next {
    float: right;
}

/*Форма комментариев*/
.comment-respond .comment-title {
    margin-bottom: 5px;
}

.comment-respond .comment-title h3 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: normal;
    width: 100%;
    margin-bottom: 0;
}

.comment-respond .comment-notes {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 14px;
}

.default-form {
    margin-bottom: 60px;
}

.default-form input:not([type="checkbox"]) {
    width: 100%;
    margin-bottom: 15px;
}

.default-form textarea {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.default-form button[type="submit"] {
    margin: 0;
    width: auto;
}

/*Отступы для ответов на комментарии*/
.comment-area .margin-left {
    margin-left: 30px;
}

/*--------------------------------------------------------------
# Галерея
--------------------------------------------------------------*/
.gallery {
    font-size: 0;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    margin: 0;
}

.gallery-item figcaption {
    font-size: 14px;
}

.gallery-item .gallery-icon {
    height: 100%;
}

.gallery-item a {
    display: block;
    outline: none;
    height: 100%;
}

.gallery-item a img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

@media only screen and (max-width: 576px) {
    .gallery-columns-3 .gallery-item {
        max-width: 50%;
    }
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

@media only screen and (max-width: 576px) {
    .gallery-columns-4 .gallery-item {
        max-width: 50%;
    }
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

@media only screen and (max-width: 576px) {
    .gallery-columns-5 .gallery-item {
        max-width: 50%;
    }
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

@media only screen and (max-width: 576px) {
    .gallery-columns-6 .gallery-item {
        max-width: 50%;
    }
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

@media only screen and (max-width: 576px) {
    .gallery-columns-7 .gallery-item {
        max-width: 25%;
    }
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

@media only screen and (max-width: 576px) {
    .gallery-columns-8 .gallery-item {
        max-width: 25%;
    }
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

@media only screen and (max-width: 576px) {
    .gallery-columns-9 .gallery-item {
        max-width: 25%;
    }
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Подвал
--------------------------------------------------------------*/
/*Подвал сайта*/
.site-footer {
    color: #FFFFFF;
    padding: 40px 0 20px;
    background-color: #04305A;
}

@media only screen and (max-width: 992px) {
    .site-footer .footer-logo {
        margin-bottom: 15px;
    }
}

.site-footer .footer-logo img {
    max-width: 300px;
    height: auto;
}

.site-footer ul.footer-menu {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(35, 150, 241, 0.2);
}

@media only screen and (max-width: 576px) {
    .site-footer ul.footer-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.site-footer ul.footer-menu li {
    margin-right: 40px;
}

@media only screen and (max-width: 1200px) {
    .site-footer ul.footer-menu li {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 576px) {
    .site-footer ul.footer-menu li {
        margin-right: 0;
    }
}

.site-footer ul.footer-menu li:last-child {
    margin-right: 0;
}

.site-footer ul.footer-menu li a {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    color: #FFFFFF;
    display: inline-block;
    padding: 5px 0;
}

.site-footer ul.footer-menu li a:hover {
    color: #F2BD00;
}

.site-footer .footer-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0 15px;
}

@media only screen and (max-width: 576px) {
    .site-footer .footer-icons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.site-footer ul.footer-socials {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
}

@media only screen and (max-width: 576px) {
    .site-footer ul.footer-socials {
        margin-right: 0;
    }
}

.site-footer ul.footer-socials li {
    margin-right: 20px;
}

@media only screen and (max-width: 576px) {
    .site-footer ul.footer-socials li:last-child {
        margin-right: 0;
    }
}

.site-footer ul.footer-socials li a {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32px;
    height: 32px;
    background-color: #04305A;
    -webkit-box-shadow: 1px 1px 9px 3px rgba(5, 25, 47, 0.6);
    box-shadow: 1px 1px 9px 3px rgba(5, 25, 47, 0.6);
}

.site-footer ul.footer-socials li a:hover {
    -webkit-box-shadow: 1px 1px 12px 6px rgba(5, 25, 47, 0.6);
    box-shadow: 1px 1px 12px 6px rgba(5, 25, 47, 0.6);
}

.site-footer ul.footer-socials li a:hover svg {
    fill: #F2BD00;
}

.site-footer ul.footer-socials li a svg {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    fill: #FFFFFF;
}

.site-footer ul.pay {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-footer ul.pay li {
    margin-right: 20px;
}

.site-footer ul.pay li:last-child {
    margin-right: 0;
}

.site-footer ul.pay li img {
    max-height: 25px;
}

.site-footer .footer-bottom {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .site-footer .footer-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.site-footer .footer-bottom p {
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .site-footer .footer-bottom p {
        margin-bottom: 10px;
    }
}

.site-footer .footer-bottom ul.policy-menu {
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .site-footer .footer-bottom ul.policy-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
    }
}

.site-footer .footer-bottom ul.policy-menu li {
    margin-right: 30px;
}

@media only screen and (max-width: 768px) {
    .site-footer .footer-bottom ul.policy-menu li {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.site-footer .footer-bottom ul.policy-menu li:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

.site-footer .footer-bottom ul.policy-menu li a {
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
}

.site-footer .footer-bottom ul.policy-menu li a:hover {
    color: #F2BD00;
}

/*Кнопка наверх*/
#toTop {
    border-radius: 50px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    text-align: center;
    padding: 12px 20px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    cursor: pointer;
    color: #3C3C3C;
    text-decoration: none;
    z-index: 400;
    background-color: #F2BD00;
}

@media only screen and (max-width: 768px) {
    #toTop {
        border-radius: 50%;
        font-size: 0px;
        font-size: 0rem;
        padding: 0;
        width: 40px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

#toTop:hover {
    color: #FFFFFF;
    bottom: 45px;
}

#toTop:hover svg {
    fill: #FFFFFF;
}

#toTop svg {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    fill: #3C3C3C;
    margin-right: 10px;
}

@media only screen and (max-width: 768px) {
    #toTop svg {
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    #toTop {
        right: 10px;
        bottom: 10px;
    }

    #toTop:hover {
        bottom: 15px;
    }
}

/*--------------------------------------------------------------
# Плагины
--------------------------------------------------------------*/
/*Стили ContactForm7*/
.wpcf7 {
    margin: 0 auto;
}

.wpcf7 .screen-reader-response {
    display: none;
}

.wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 12px;
}

.wpcf7 .wpcf7-form label {
    width: 100%;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 5px;
}

.wpcf7 form .wpcf7-not-valid-tip {
    font-size: 12px;
    font-size: 0.75rem;
    text-align: left;
    display: block;
}

.wpcf7 form .wpcf7-validation-errors {
    font-size: 12px;
    font-size: 0.75rem;
}

.wpcf7 form .wpcf7-spinner {
    display: none;
    margin: 5px auto;
}

.wpcf7 form.submitting .wpcf7-spinner {
    display: block;
}

/*# sourceMappingURL=style.css.map */
