@font-face {
    font-family: "Gotham Pro";
    src: url("/static/fonts/GothaProReg.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Gotham Pro";
    src: url("/static/fonts/GothaProMed.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Gotham Pro";
    src: url("/static/fonts/GothaProBol.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "SourceSansPro";
    src: url("/static/fonts/SourceSansProRegular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

body.dotjourn-page {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    color: #284043 !important;
    font-family: "Gotham Pro", Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.43 !important;
    text-align: left !important;
    position: relative;
    overflow-x: hidden;
    left: 0;
}

.dotjourn-page .isvg {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: inherit;
    stroke: inherit;
    font-size: 0.72em;
}

.dotjourn-page a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
}

.dotjourn-page a:hover {
    text-decoration: none;
}

.dotjourn-page img {
    vertical-align: middle;
    border-style: none;
}

.dotjourn-page h1,
.dotjourn-page h2,
.dotjourn-page h3,
.dotjourn-page h4,
.dotjourn-page h5,
.dotjourn-page h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: inherit;
}

.dotjourn-page p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.dotjourn-page .blind_settings {
    display: none !important;
}

.dotjourn-page .l-wrapper {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.dotjourn-page main {
    flex: 1 0 auto;
}

.dotjourn-page .l-center {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (min-width: 768px) {
    .dotjourn-page .l-center {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .dotjourn-page .l-center {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.dotjourn-page .cb::after,
.dotjourn-page .b-header__utility-inner::after {
    content: "";
    display: table;
    clear: both;
}

.dotjourn-page .header__announce,
.dotjourn-page .header__blind {
    float: right;
    background: #f6f6f6;
    border-radius: 3px;
    padding: 5px 10px;
    cursor: pointer;
    color: #284043;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none;
    position: relative;
    z-index: 55;
}

.dotjourn-page .header__announce {
    margin: -10px 10px 10px 0;
}

.dotjourn-page .header__blind {
    margin: -10px -20px 10px 0;
}

.dotjourn-page .header__announce a,
.dotjourn-page .header__blind,
.dotjourn-page .header__blind span {
    color: #284043 !important;
    text-decoration: none;
}

.dotjourn-page .header__announce a:hover,
.dotjourn-page .header__blind:hover,
.dotjourn-page .header__blind:hover span {
    color: #284043 !important;
}

.dotjourn-page .header__blind svg {
    fill: #284043;
    margin-right: 5px;
    vertical-align: middle;
}

.dotjourn-page .b-header__utility {
    position: relative;
    z-index: 55;
}

.dotjourn-page .b-header__utility-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.dotjourn-page .b-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 50;
}

.dotjourn-page .b-header._fixed {
    box-shadow: 0 10px 25px rgba(205, 212, 217, 0.8);
}

.dotjourn-page .b-header__content {
    margin: 0 -20px !important;
    background: #f6f6f6 !important;
    height: 60px !important;
    text-align: center;
}

.dotjourn-page .b-header__logo {
    display: none;
    float: left;
    margin: 2px 0 0 11px;
    overflow: hidden;
}

.dotjourn-page .b-header__logo._sm {
    display: block;
}

.dotjourn-page .b-header__logo img {
    width: 150px;
}

.dotjourn-page .b-header__logo span {
    display: none;
}

.dotjourn-page .b-header__menu {
    display: none;
}

.dotjourn-page .b-header__burger,
.dotjourn-page .b-header__search {
    width: 32px;
    height: 30px;
    float: right;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    cursor: pointer;
}

.dotjourn-page .b-header__burger {
    margin-right: 10px;
}

.dotjourn-page .b-header__lang {
    display: block;
    float: right;
    margin-right: 20px;
    margin-top: 20px;
}

.dotjourn-page .b-lang {
    line-height: 1.43;
}

.dotjourn-page .b-header__lang .b-lang__item {
    color: #005eb8;
    display: inline-block;
    text-decoration: none;
    font-size: 0.92em;
    font-weight: 300;
}

.dotjourn-page .b-header__lang .b-lang__item._current {
    display: none;
    color: rgba(28, 49, 51, 0.3);
}

.dotjourn-page .b-header__lang .b-lang__item + .b-lang__item {
    margin-left: 15px;
}

.dotjourn-page .b-header__lang .b-lang__item:not(._current):hover {
    color: #005eb8;
}

.dotjourn-page .b-header__burger .isvg {
    font-size: 0.85em;
    stroke: #005eb8;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: all 0.2s ease;
}

.dotjourn-page .b-header__burger .isvg-menu {
    width: 1.2em;
    height: 1em;
}

.dotjourn-page .b-header__search .isvg {
    fill: #005eb8;
    transition: all 0.2s ease;
}

.dotjourn-page .b-header__search .isvg-search {
    width: 1em;
    height: 1em;
}

.dotjourn-page .b-head {
    padding-top: 90px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    background-color: #3eaf6f;
    background-repeat: repeat;
    background-position: center top;
}

.dotjourn-page .b-head__content {
    padding: 0 15px 0 25px;
}

.dotjourn-page .b-head__title {
    margin: 0;
    display: block;
    font-size: 2em;
    line-height: 1.36;
    font-weight: 700;
    font-family: "Gotham Pro", Arial, sans-serif;
    color: #fff;
}

.dotjourn-page .b-head__desc {
    display: block;
    margin: 15px 0 0;
    color: #fff;
    line-height: 1.71;
    font-weight: 300;
}

.dotjourn-page .b-submenu {
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
}

.dotjourn-page .b-submenu__nav {
    height: 50px;
    line-height: 3.57;
    margin: 0 -20px -1px;
    display: flex;
    overflow: hidden;
    position: relative;
}

.dotjourn-page .b-submenu__nav .ps__scrollbar-x-rail,
.dotjourn-page .b-submenu__nav .ps__scrollbar-y-rail,
.dotjourn-page .b-scroll-list .ps__scrollbar-x-rail,
.dotjourn-page .b-scroll-list .ps__scrollbar-y-rail {
    display: none !important;
}

.dotjourn-page .b-scroll-list {
    margin-left: -20px;
    margin-right: -20px;
}

.dotjourn-page .b-scroll-list__inner {
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
}

.dotjourn-page .b-submenu__item {
    display: block;
    float: left;
    height: 50px;
    color: #3c3c3c;
    font-size: 0.92em;
    font-family: "Gotham Pro", Arial, sans-serif;
    text-decoration: none;
    white-space: nowrap;
}

.dotjourn-page .b-submenu__item:hover {
    color: #3c3c3c;
    text-decoration: none;
}

.dotjourn-page .b-submenu__item:hover .b-submenu__link::after {
    background: #3c3c3c;
}

.dotjourn-page .b-submenu__item + .b-submenu__item {
    margin-left: 35px;
}

.dotjourn-page .b-submenu__item._active {
    border-bottom: 2px solid #3c3c3c;
}

.dotjourn-page .b-submenu__link {
    position: relative;
}

.dotjourn-page .b-submenu__link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 1px;
    background: rgba(127, 127, 127, 0.35);
}

.dotjourn-page .b-submenu__item._active .b-submenu__link {
    color: #005eb8;
}

.dotjourn-page .b-submenu__item._active .b-submenu__link::after {
    display: none;
}

.dotjourn-page .b-section._lining {
    padding: 0 0 56px;
}

.dotjourn-page .b-pagehead {
    margin: 25px 0;
    color: #284043;
    font-size: 1.42em;
    line-height: 1.4;
    font-weight: 300;
    font-family: "Gotham Pro", Arial, sans-serif;
}

.dotjourn-page .b-section__content {
    display: flex;
    flex-direction: column;
}

.dotjourn-page .b-form__group {
    margin-bottom: 40px;
}

.dotjourn-page .b-form__field {
    position: relative;
    margin-bottom: 20px;
}

.dotjourn-page .b-form__row {
    margin-bottom: 30px;
}

.dotjourn-page .b-form__foot {
    margin-top: 40px;
}

.dotjourn-page .b-form__label {
    display: block;
    margin: 0 0 10px;
    color: #284043;
    font-family: "SourceSansPro", Arial, sans-serif;
    font-size: 1.28em;
    line-height: 1.5;
}

.dotjourn-page .b-form__control-note {
    display: block;
    margin-top: 12px;
    color: #3c3c3c;
    font-family: "SourceSansPro", Arial, sans-serif;
    font-size: 1em;
    line-height: 1.29;
}

.dotjourn-page .b-control {
    position: relative;
    display: block;
    font-family: "SourceSansPro", Arial, sans-serif;
    font-weight: 400;
}

.dotjourn-page .b-control._required::after {
    content: "*";
    position: absolute;
    right: 20px;
    top: -9px;
    padding: 0 6px;
    background: #fff;
    color: #d71930;
    font-size: 2em;
    line-height: 1.07;
}

.dotjourn-page .b-control .inputtext {
    display: block;
    width: 100%;
    min-height: 60px;
    padding: 24px 56px 10px 30px;
    border: 1px solid rgba(40, 64, 67, 0.15) !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #3c3c3c !important;
    font-family: "SourceSansPro", Arial, sans-serif;
    font-size: 1.14em;
    line-height: 1.25;
    box-shadow: none !important;
}

.dotjourn-page .b-control_error .inputtext {
    border-color: #d71930 !important;
    box-shadow: 0 0 0 1px #d71930 !important;
}

.dotjourn-page .b-control_error.b-control_consent {
    padding-left: 12px;
    margin-left: -12px;
    border-left: 3px solid #d71930;
}

.dotjourn-page .b-control__placeholder {
    position: absolute;
    left: 30px;
    top: 24px;
    color: #7e8c8e;
    opacity: 0.7;
    font-size: 1.28em;
    line-height: 1.11;
    font-family: "SourceSansPro", Arial, sans-serif;
    font-weight: 400;
    pointer-events: none;
    transition: all 0.2s ease;
}

.dotjourn-page .b-control._active .b-control__placeholder,
.dotjourn-page .b-control._filled .b-control__placeholder,
.dotjourn-page .b-control .inputtext:focus + .b-control__placeholder {
    top: 4px;
    font-size: 1.14em;
}

.dotjourn-page .b-inputfile {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.dotjourn-page .b-inputfile__picker {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 250px;
    height: 60px;
    margin-right: 50px;
    border: 1px solid #005eb8;
    float: left;
    text-align: center;
    line-height: 4.14;
    color: #005eb8;
    font-weight: 700;
    cursor: pointer;
}

.dotjourn-page .b-inputfile__picker input {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.dotjourn-page .b-inputfile._picked .b-inputfile__empty {
    display: none;
}

.dotjourn-page .b-inputfile._picked .b-inputfile__file {
    display: inline-block;
}

.dotjourn-page .b-inputfile__empty {
    display: inline-block;
    color: #7e8c8e;
    opacity: 0.7;
    font-family: "SourceSansPro", Arial, sans-serif;
    font-size: 1.14em;
    line-height: 3.75;
    font-weight: 400;
}

.dotjourn-page .b-inputfile__file {
    display: none;
    color: #3c3c3c;
    font-family: "SourceSansPro", Arial, sans-serif;
    font-size: 1.14em;
    line-height: 1.25;
    font-weight: 400;
    padding-left: 22px;
    position: relative;
}

.dotjourn-page .b-inputfile__file::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 15px;
    height: 10px;
    margin-top: -4px;
    background-image: url("/static/img/sprite.png");
    background-position: -233px -210px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .dotjourn-page .b-inputfile__file::before {
        background-image: url("/static/img/sprite@2x.png");
        background-size: 274px 257px;
    }
}

.dotjourn-page .b-control_consent {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.dotjourn-page .b-control__consent-body {
    flex: 1 1 auto;
    min-width: 0;
}

.dotjourn-page .b-control__checkbox {
    width: 18px;
    height: 18px;
    margin-top: 2px;
}

.dotjourn-page .b-control__consent-text {
    font-family: "SourceSansPro", Arial, sans-serif;
    font-size: 1em;
    line-height: 1.6;
}

.dotjourn-page .b-consent-details {
    margin-top: 8px;
}

.dotjourn-page .b-consent-details__summary {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    color: #005eb8;
    text-decoration: underline;
    font-family: "SourceSansPro", Arial, sans-serif;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.6;
    list-style: none;
}

.dotjourn-page .b-consent-details__summary::-webkit-details-marker {
    display: none;
}

.dotjourn-page .b-consent-details__summary::marker {
    display: none;
    content: "";
}

.dotjourn-page .b-consent-details__summary::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid currentColor;
    transition: transform 0.2s ease;
}

.dotjourn-page .b-consent-details[open] .b-consent-details__summary::after {
    transform: rotate(180deg);
}

.dotjourn-page .b-consent-details__content {
    margin-top: 10px;
    padding: 14px 16px;
    border: 1px solid rgba(40, 64, 67, 0.2);
    border-radius: 8px;
    background: #fff;
}

.dotjourn-page .b-consent-details__title {
    font-family: "Gotham Pro", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 10px 0;
}

.dotjourn-page .b-consent-details__text {
    font-family: "SourceSansPro", Arial, sans-serif;
    line-height: 1.6;
}

.dotjourn-page .b-consent-details__text p {
    margin: 0 0 10px 0;
}

.dotjourn-page .b-consent-details__text ol {
    margin: 0;
    padding-left: 20px;
}

.dotjourn-page .b-consent-details__text li + li {
    margin-top: 8px;
}

.dotjourn-page .b-consent-details__text a {
    color: #005eb8;
    text-decoration: underline;
    word-break: break-word;
}

.dotjourn-page .smart-captcha-wrap,
.dotjourn-page #captcha-container-wrap,
.dotjourn-page #captcha-container-wrap #captcha-container {
    width: 100%;
    min-height: 78px;
}

.dotjourn-page .b-form__scanning {
    display: none;
    color: #005eb8;
    font-family: "SourceSansPro", Arial, sans-serif;
    font-size: 1em;
    line-height: 1.29;
}

.dotjourn-page .b-btn {
    display: inline-block;
    height: 60px;
    line-height: 4;
    padding: 0 20px;
    background-color: #005eb8;
    border: 2px solid #005eb8;
    color: #fff;
    font-family: "Gotham Pro", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
}

.dotjourn-page .b-btn:hover {
    text-decoration: none;
}

.dotjourn-page .b-btn_continue {
    text-transform: none;
    letter-spacing: normal;
}

.dotjourn-page .b-btn_secondary {
    background-color: #ffffff;
    border-color: #284043;
    color: #284043;
}

.dotjourn-page .b-btn_secondary:hover {
    background-color: rgba(40, 64, 67, 0.06);
}

.dotjourn-page .dotjourn-panel__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.dotjourn-page .dotjourn-project-button {
    height: 60px;
    line-height: 4;
}

/* Стрелка: пропорция по референсу, размер чуть меньше кнопки */
.dotjourn-page .isvg-arr-long {
    width: 2.27273em;
    height: 1em;
}

.dotjourn-page .b-btn_continue .isvg-arr-long {
    font-size: 0.85em;
    stroke: #fff;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke 0.2s ease;
    margin-left: 30px;
}

.dotjourn-page .b-contact {
    background: #005eb8;
    color: #fff;
    padding: 22px 0;
}

.dotjourn-page .b-contact__action-list {
    overflow: hidden;
}

.dotjourn-page .b-contact__action {
    display: block;
    float: left;
    width: 50%;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    text-align: center;
    line-height: 4.14;
    font-size: 1em;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.dotjourn-page .b-contact__action:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
    border-color: transparent;
}

.dotjourn-page .b-contact__action .isvg-phone {
    font-size: 1.42em;
    margin-right: 17px;
}

.dotjourn-page .b-contact__action .isvg-arr-long {
    display: none;
}

.dotjourn-page .b-contact__soc {
    display: flex;
    margin: 21px -20px 0;
    border-top: 1px solid rgba(91, 143, 149, 0.3);
    padding: 20px 20px 0;
    align-items: center;
    justify-content: space-between;
}

.dotjourn-page .b-soc {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    transition: all 0.2s ease;
}

.dotjourn-page .b-soc .isvg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dotjourn-page .b-soc .isvg-vkontakte {
    font-size: 0.85em;
}

.dotjourn-page .b-soc .isvg-youtube {
    font-size: 1.07em;
}

.dotjourn-page .b-soc .isvg-rutube {
    font-size: 1.07em;
}

.dotjourn-page .b-soc img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: auto;
    height: auto;
    max-width: 28px;
    max-height: 28px;
}

.dotjourn-page .b-soc img.isvg-vkontakte {
    width: 26px;
    max-width: none;
}

.dotjourn-page .b-soc img.isvg-rutube {
    width: 22px;
    max-width: none;
}

.dotjourn-page .b-soc:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: transparent;
}

.dotjourn-page .b-contact__title,
.dotjourn-page .b-contact__phone {
    display: none;
}

.dotjourn-page .b-menu__item {
    display: inline-block;
    line-height: 1.38;
    font-size: 0.92em;
    color: #3c3c3c;
    font-family: "Gotham Pro", Arial, sans-serif;
    position: relative;
    text-decoration: none;
    transition: color 0.2s ease;
    cursor: pointer;
}

.dotjourn-page .b-menu__item::after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: -1px;
    left: 0;
    right: 0;
    background: rgba(127, 127, 127, 0.35);
    transition: all 0.2s ease;
}

.dotjourn-page .b-menu__item:hover {
    color: #3c3c3c;
    text-decoration: none;
}

.dotjourn-page .b-menu__item:hover::after {
    background: #3c3c3c;
}

.dotjourn-page .b-menu__item + .b-menu__item {
    margin-left: 26px;
}

.dotjourn-page .b-menu__item._active {
    color: #005eb8;
}

.dotjourn-page .b-menu__item._active::after {
    display: none;
}

.dotjourn-page .b-footer {
    background: #fff;
    padding: 15px 0 35px;
}

.dotjourn-page .b-footer__menu {
    display: block;
    line-height: 1.79;
    margin-bottom: 35px;
}

.dotjourn-page .b-menu__title {
    display: inline-block;
    width: 140px;
    font-weight: 700;
    font-size: 1.07em;
    font-family: "Gotham Pro", Arial, sans-serif;
    color: rgba(45, 45, 45, 0.4);
}

.dotjourn-page .b-menu_column .b-menu__title {
    display: block;
    width: auto;
    margin: 0;
}

.dotjourn-page .b-footer__menu .b-menu__item::after {
    display: none;
}

.dotjourn-page .b-footer__menu .b-menu__item span {
    transition: all 0.2s ease;
    border-bottom: 1px solid rgba(127, 127, 127, 0.35);
}

.dotjourn-page .b-footer__menu .b-menu__item:hover span {
    border-bottom-color: #3c3c3c;
}

.dotjourn-page .b-menu_column .b-menu__item {
    margin-top: 7px;
}

.dotjourn-page .b-menu_column .b-menu__item + .b-menu__item {
    margin-left: 0;
}

.dotjourn-page .b-footer__copyright {
    color: rgba(40, 64, 67, 0.6);
    font-family: "SourceSansPro", Arial, sans-serif;
}

.dotjourn-page .b-footer__copy-text {
    display: block;
    margin-bottom: 15px;
}

.dotjourn-page .b-footer__age-limit {
    background-image: url("/static/img/sprite.png");
    background-position: 0 -222px;
    width: 35px;
    height: 35px;
    float: right;
    margin-left: 25px;
    margin-top: 2px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .dotjourn-page .b-footer__age-limit {
        background-image: url("/static/img/sprite@2x.png");
        background-size: 274px 257px;
    }
}

.dotjourn-page .b-footer__fullmenu {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    line-height: 4.14;
    padding: 0 20px;
    border: 1px solid #005eb8;
    color: #005eb8;
    font-weight: 700;
    width: 100%;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.dotjourn-page .b-footer__fullmenu .isvg {
    stroke: #005eb8;
    font-size: 0.85em;
    margin-right: 18px;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke 0.2s ease;
}

.dotjourn-page .b-footer__content .b-footer__fullmenu {
    display: none;
}

.dotjourn-page .b-footer__fullmenu:hover {
    background: #005eb8;
    color: #fff;
}

.dotjourn-page .b-footer__fullmenu:hover .isvg {
    stroke: #fff;
}

.dotjourn-page .b-footer__smi,
.dotjourn-page .b-footer__oldsite,
.dotjourn-page .b-footer__sitemap {
    color: #3c3c3c;
    font-family: "SourceSansPro", Arial, sans-serif;
    text-decoration: none;
    border-bottom: 1px solid rgba(127, 127, 127, 0.35);
}

.dotjourn-page .b-footer__sitemap {
    margin-right: 25px;
}

.dotjourn-page .b-footer__smi:hover,
.dotjourn-page .b-footer__oldsite:hover,
.dotjourn-page .b-footer__sitemap:hover {
    text-decoration: none;
    color: #3c3c3c;
    border-bottom-color: #3c3c3c;
}

.dotjourn-page .b-footer_service {
    display: block;
    margin-bottom: 15px;
}

.dotjourn-page .b-footer__content {
    display: none;
}

.dotjourn-page .dotjourn-table-wrap {
    overflow-x: auto;
}

.dotjourn-page .dotjourn-table {
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
}

.dotjourn-page .dotjourn-table th,
.dotjourn-page .dotjourn-table td {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(40, 64, 67, 0.1);
    text-align: left;
    vertical-align: top;
}

@media (min-width: 576px) {
    .dotjourn-page .b-header__lang .b-lang__item._current {
        display: inline-block;
    }
}

@media (min-width: 768px) {
    .dotjourn-page .b-scroll-list {
        margin-left: 0;
        margin-right: 0;
    }

    .dotjourn-page .b-scroll-list__inner {
        padding: 0;
        min-width: 100%;
    }

    .dotjourn-page .b-header__utility-inner {
        padding-left: 30px;
        padding-right: 30px;
    }

    .dotjourn-page .b-header {
        position: absolute;
        top: 20px;
    }

    .dotjourn-page .b-header._fixed {
        box-shadow: none;
    }

    .dotjourn-page .b-header__content {
        margin: 0 -10px !important;
        height: 80px !important;
        border-radius: 3px;
        position: relative;
    }

    .dotjourn-page .b-header__logo {
        margin: 3px 0 0 16px;
    }

    .dotjourn-page .b-header__logo img {
        width: 200px;
    }

    .dotjourn-page .b-header__burger {
        margin-top: 25px;
        margin-right: 23px;
    }

    .dotjourn-page .b-header__burger:hover .isvg {
        stroke: #005eb8;
    }

    .dotjourn-page .b-header__search {
        margin-top: 25px;
    }

    .dotjourn-page .b-header__search:hover .isvg {
        fill: #005eb8;
    }

    .dotjourn-page .b-header__lang {
        margin-right: 50px;
        margin-top: 30px;
    }

    .dotjourn-page .b-head {
        height: 370px;
        padding-top: 50px;
        padding-bottom: 0;
    }

    .dotjourn-page .b-contact {
        padding: 27px 0;
    }

    .dotjourn-page .b-menu__item {
        line-height: 1.43;
    }

    .dotjourn-page .b-menu__title {
        font-size: 1.14em;
    }

    .dotjourn-page .b-menu_column .b-menu__title {
        margin-bottom: 5px;
    }

    .dotjourn-page .b-menu_column .b-menu__item {
        margin-top: 10px;
    }

    .dotjourn-page .b-contact__content {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .dotjourn-page .b-contact__title {
        display: block;
        width: 255px;
        line-height: 1.15;
        font-size: 1.42em;
        font-weight: 700;
    }

    .dotjourn-page .b-contact__action-list {
        flex-grow: 1;
    }

    .dotjourn-page .b-contact__soc {
        border: 0;
        padding: 0;
        margin: 0;
    }

    .dotjourn-page .b-contact__soc .b-soc + .b-soc {
        margin-left: 20px;
    }

    .dotjourn-page .b-soc {
        width: 45px;
        height: 45px;
    }

    .dotjourn-page .b-soc img {
        max-width: 22px;
        max-height: 22px;
    }

    .dotjourn-page .b-soc img.isvg-vkontakte {
        width: 22px;
    }

    .dotjourn-page .b-soc img.isvg-rutube {
        width: 20px;
    }

    .dotjourn-page .b-contact__action {
        width: auto;
        padding: 0 20px;
    }

    .dotjourn-page .b-contact__action .isvg-arr-long {
        display: inline-block;
        font-size: 0.85em;
        margin-left: 30px;
        stroke: #fff;
        stroke-width: 2px;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .dotjourn-page .b-contact__action._call,
    .dotjourn-page .b-contact__action--call {
        display: none;
    }

    .dotjourn-page .b-contact__phone {
        display: block;
        float: left;
        margin-right: 35px;
        font-size: 2.14em;
        line-height: 2;
        font-weight: 700;
        color: #fff;
    }

    .dotjourn-page .b-contact__phone:hover {
        text-decoration: none;
        color: #fff;
    }
}

@media (min-width: 992px) {
    .dotjourn-page .b-header__utility-inner {
        padding-left: 40px;
        padding-right: 40px;
    }

    .dotjourn-page .b-header {
        top: 38px;
    }

    .dotjourn-page .b-header__content {
        margin: 0 -20px 0 200px !important;
        padding-left: 30px;
        text-align: left;
    }

    .dotjourn-page .b-header__logo {
        position: absolute;
        right: 100%;
        top: 0;
        left: auto;
        float: none;
        width: 175px;
        margin: 9px 25px 0 0;
        display: block;
    }

    .dotjourn-page .b-header__logo._sm {
        display: none;
    }

    .dotjourn-page .b-header__logo img {
        width: 175px;
    }

    .dotjourn-page .b-header__menu {
        display: inline-block;
        margin-top: 30px;
    }

    .dotjourn-page .b-header__menu .b-menu__item {
        font-size: 0.85em;
    }

    .dotjourn-page .b-header__menu .b-menu__item + .b-menu__item {
        margin-left: 20px;
    }

    .dotjourn-page .b-header__lang {
        margin-right: 30px;
        margin-top: 30px;
    }

    .dotjourn-page .b-header__burger {
        margin-top: 25px;
    }

    .dotjourn-page .b-header__search {
        margin-top: 25px;
    }

    .dotjourn-page .b-head {
        height: 400px;
        padding-top: 70px;
    }

    .dotjourn-page .b-head__content {
        padding: 0 150px 0 215px;
    }

    .dotjourn-page .b-head__title {
        font-size: 3em;
        line-height: 1.4;
    }

    .dotjourn-page .b-head__desc {
        font-size: 1.42em;
        line-height: 1.7;
    }

    .dotjourn-page .b-submenu__nav {
        height: 68px;
        line-height: 4.86;
        margin: 0 0 -1px;
        padding: 0 0 0 215px;
        display: block;
    }

    .dotjourn-page .b-scroll-list__inner {
        padding: 0;
    }

    .dotjourn-page .b-submenu__item {
        float: left;
        height: 68px;
    }

    .dotjourn-page .b-submenu__item + .b-submenu__item {
        margin-left: 40px;
    }

    .dotjourn-page .b-pagehead {
        margin: 50px 0;
        padding: 0 150px 0 215px;
        font-size: 2.14em;
        line-height: 1.4;
    }

    .dotjourn-page .b-section__content {
        display: block;
        margin-left: 210px;
    }

    .dotjourn-page .b-section__content::after {
        content: "";
        display: table;
        clear: both;
    }

    .dotjourn-page .b-footer {
        padding: 40px 0 45px;
    }

    .dotjourn-page .b-footer__fullmenu {
        display: none;
    }

    .dotjourn-page .b-footer__content {
        display: block;
    }

    /* Сетка футера: многоколоночная раскладка по референсу cctld.ru/dotjourn/form/ */
    .dotjourn-page .b-footer__content .row {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .dotjourn-page .b-footer__content .row .col-1,
    .dotjourn-page .b-footer__content .row .col-2,
    .dotjourn-page .b-footer__content .row .col-3,
    .dotjourn-page .b-footer__content .row .col-4,
    .dotjourn-page .b-footer__content .row .col-5,
    .dotjourn-page .b-footer__content .row .col-6,
    .dotjourn-page .b-footer__content .row .col-7,
    .dotjourn-page .b-footer__content .row .col-8,
    .dotjourn-page .b-footer__content .row .col-9,
    .dotjourn-page .b-footer__content .row .col-10,
    .dotjourn-page .b-footer__content .row .col-11,
    .dotjourn-page .b-footer__content .row .col-12 {
        position: relative;
        padding-right: 15px;
        padding-left: 15px;
    }

    .dotjourn-page .b-footer__content .row .col-1 { flex: 0 0 8.33333%; max-width: 8.33333%; }
    .dotjourn-page .b-footer__content .row .col-2 { flex: 0 0 16.66667%; max-width: 16.66667%; }
    .dotjourn-page .b-footer__content .row .col-3 { flex: 0 0 25%; max-width: 25%; }
    .dotjourn-page .b-footer__content .row .col-4 { flex: 0 0 33.33333%; max-width: 33.33333%; }
    .dotjourn-page .b-footer__content .row .col-5 { flex: 0 0 41.66667%; max-width: 41.66667%; }
    .dotjourn-page .b-footer__content .row .col-6 { flex: 0 0 50%; max-width: 50%; }
    .dotjourn-page .b-footer__content .row .col-7 { flex: 0 0 58.33333%; max-width: 58.33333%; }
    .dotjourn-page .b-footer__content .row .col-8 { flex: 0 0 66.66667%; max-width: 66.66667%; }
    .dotjourn-page .b-footer__content .row .col-9 { flex: 0 0 75%; max-width: 75%; }
    .dotjourn-page .b-footer__content .row .col-10 { flex: 0 0 83.33333%; max-width: 83.33333%; }
    .dotjourn-page .b-footer__content .row .col-11 { flex: 0 0 91.66667%; max-width: 91.66667%; }
    .dotjourn-page .b-footer__content .row .col-12 { flex: 0 0 100%; max-width: 100%; }

    .dotjourn-page .b-footer__content .b-footer__menu {
        margin-bottom: 20px;
    }

    .dotjourn-page .b-footer__content .b-footer__fullmenu {
        display: block;
        margin-top: 30px;
        margin-bottom: 0;
    }

    .dotjourn-page .b-footer__copyright {
        border-top: 1px solid rgba(40, 64, 67, 0.1);
        padding-top: 40px;
        margin-top: 30px;
        font-size: 1.14em;
        overflow: hidden;
    }

    .dotjourn-page .b-footer__copy-text {
        float: left;
        margin: 0 40px 0 0;
    }

    .dotjourn-page .b-footer__smi {
        float: right;
        font-size: 1.14em;
    }

    .dotjourn-page .b-footer__age-limit {
        display: block;
        margin-left: 23px;
        margin-top: -6px;
    }

    .dotjourn-page .b-footer__sitemap {
        font-size: 1.14em;
        margin-right: 0;
    }

    .dotjourn-page .b-footer_service {
        display: inline-block;
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .dotjourn-page .l-center {
        padding-left: 60px;
        padding-right: 60px;
    }

    .dotjourn-page .b-header__utility-inner {
        padding-left: 60px;
        padding-right: 60px;
    }

    .dotjourn-page .b-header__content {
        margin-left: 215px !important;
        padding-left: 45px;
    }

    .dotjourn-page .b-section__content {
        margin-left: 215px;
    }

    .dotjourn-page .b-header__logo {
        width: 200px;
        margin-top: 4px;
        margin-right: 20px;
    }

    .dotjourn-page .b-header__logo img {
        width: 200px;
    }

    .dotjourn-page .b-header__menu .b-menu__item {
        font-size: 1em;
    }

    .dotjourn-page .b-header__menu .b-menu__item + .b-menu__item {
        margin-left: 25px;
    }

    .dotjourn-page .b-menu__item + .b-menu__item {
        margin-left: 36px;
    }

    .dotjourn-page .b-header__lang {
        margin-right: 0;
    }
}

@media (min-width: 1265px) {
    .dotjourn-page .b-header__lang {
        margin-right: 25px;
    }
}

@media (max-width: 768px) {
    .dotjourn-page .header__announce {
        display: none;
    }
}

@media (max-width: 767px) {
    .dotjourn-page .header__blind {
        position: absolute;
        right: 200px;
        top: 22px;
    }

    .dotjourn-page .header__blind span {
        display: none;
    }

    .dotjourn-page .b-header__utility-inner {
        padding-right: 20px;
    }
}

@media (max-width: 575px) {
    .dotjourn-page .header__blind {
        right: 150px;
    }
}

@media (max-width: 991px) {
    .dotjourn-page .b-pagehead,
    .dotjourn-page .b-section__content {
        padding-left: 0;
        margin-left: 0;
        max-width: none;
    }

    .dotjourn-page .b-footer__oldsite {
        display: none;
    }

    .dotjourn-page .b-footer__age-limit {
        display: none;
    }
}

@media (max-width: 767px) {
    .dotjourn-page .l-center {
        padding-left: 16px;
        padding-right: 16px;
    }

    .dotjourn-page .header__announce {
        display: none;
    }

    .dotjourn-page .header__blind {
        position: absolute;
        right: 200px;
        top: 22px;
        margin: 0;
    }

    .dotjourn-page .header__blind span {
        display: none;
    }

    .dotjourn-page .b-head {
        height: auto;
        min-height: 240px;
        padding-top: 95px;
        padding-bottom: 24px;
    }

    .dotjourn-page .b-head__content {
        padding-left: 0;
    }

    .dotjourn-page .b-head__title {
        font-size: 30px;
        line-height: 1.25;
    }

    .dotjourn-page .b-head__desc {
        font-size: 14px;
        line-height: 1.55;
    }

    .dotjourn-page .b-pagehead {
        margin: 28px 0 24px;
        font-size: 28px;
        line-height: 1.25;
        padding-left: 0;
    }

    .dotjourn-page .b-section._lining {
        padding-bottom: 40px;
    }

    .dotjourn-page .b-control .inputtext {
        min-height: 56px;
        padding: 22px 42px 9px 20px;
    }

    .dotjourn-page .b-control._required::after {
        right: 14px;
        font-size: 24px;
    }

    .dotjourn-page .b-control__placeholder {
        left: 20px;
        top: 21px;
        font-size: 16px;
    }

    .dotjourn-page .b-control._active .b-control__placeholder,
    .dotjourn-page .b-control._filled .b-control__placeholder,
    .dotjourn-page .b-control .inputtext:focus + .b-control__placeholder {
        top: 4px;
        font-size: 13px;
    }

    .dotjourn-page .b-inputfile__picker {
        width: 210px;
        height: 56px;
        margin-right: 20px;
    }

    .dotjourn-page .b-btn {
        height: 56px;
        line-height: 52px;
        padding: 0 16px;
    }

    .dotjourn-page .b-contact__action-list,
    .dotjourn-page .b-contact__soc {
        width: 100%;
    }

}

@media (max-width: 575px) {
    .dotjourn-page .header__blind {
        right: 150px;
    }
}
