/*! normalize.css v8.0.1 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    margin: 35px 0;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: none;
    border-bottom: 1px solid #ccc;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}


/* ----- Font ----- */
@font-face {
    font-family: 'icon';
    src:  url('../font/icon/icon.eot?67n0p8');
    src:  url('../font/icon/icon.eot?67n0p8#iefix') format('embedded-opentype'),
        url('../font/icon/icon.ttf?67n0p8') format('truetype'),
        url('../font/icon/icon.woff?67n0p8') format('woff'),
        url('../font/icon/icon.svg?67n0p8#icon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-back:before {
    content: "\e900";
}
.icon-close:before {
    content: "\e901";
}
.icon-eye:before {
    content: "\e902";
}
.icon-fb:before {
    content: "\e903";
}
.icon-inst:before {
    content: "\e904";
}
.icon-logo:before {
    content: "\e905";
}
.icon-menu:before {
    content: "\e906";
}
.icon-next:before {
    content: "\e907";
}
.icon-user:before {
    content: "\e908";
}
.icon-vk:before {
    content: "\e909";
}


/* ----- All style ----- */
body {
	width: 100%;
	min-height: 100vh;
	font-family: 'gilroy', sans-serif;
	font-size: 17px;
	font-style: normal;
    line-height: 1.3;
    color: #000;
	background: #fff;

	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}
section:before, .save-grain:before,
section:after, .save-grain:after {
	content: "";
	display: table;
}
section:after, .save-grain:after {
	clear: both;
}
a {
	color: inherit;
	text-decoration: none;
}
a,
input,
textarea,
button,
select {
	outline: none;
}
input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
@-webkit-keyframes autofill {
    to {
        background: transparent;
    }
}


/* ----- Atomic style ----- */
.case {
	width: 1200px;
	margin: 0 auto;
}
.bg\(img\) {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	image-rendering: -webkit-optimize-contrast;
}
.tl\(main\) {
    margin: 0;
    color: #252525;
    font-size: 45px;
    font-weight: 700;
}
.tl\(second\) {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
}
.page\(tl\) {
    margin: 0;
    font-size: 34px;
    font-weight: 700;
}
.std\(btn\) {
    display: table;
    width: max-content;
    padding: 20px 50px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    border: 1px solid #000;
    background: none;
    text-transform: uppercase;
    cursor: pointer;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.std\(btn\):hover {
    color: #fff;
    background: #252525;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.std\(btn-light\) {
    border: 1px solid #e2e2e2;
}
.std\(btn-light\):hover {
    color: #000;
    border: 1px solid #efefef;
    background: #efefef;
}
main {
    min-height: calc(100vh - 570px);
}


/* ----- Header ----- */
/* all */
.home .head {
    position: relative;
    height: 100vh;
    min-height: 600px;
    max-height: 800px;
    background: #efefef;
    overflow: hidden;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
/* top menu */
.tmenu {
    position: relative;
    padding: 30px 0;
}
.home .tmenu {
    z-index: 4;
}
.tmenu__logo {
    float: left;
}
.tmenu__logo-icon {
    display: inline-block;
    height: 54px;
    font-size: 54px;
    vertical-align: middle;
}
.tmenu__logo-name {
    display: inline-block;
    padding: 0 0 0 20px;
    vertical-align: middle;
}
.tmenu__logo-name_main {
    display: table;
    font-size: 19px;
    font-weight: 500;
}
.tmenu__logo-name_small {
    display: table;
    padding: 3px 0 0 0;
    font-size: 14px;
}
.tmenu__nav {
    float: right;
}
.tmenu__nav-mobile,
.tmenu__nav-close {
    display: none;
}
.tmenu__nav-list {
    margin: 17px 0;
    padding: 0;
    list-style: none;
}
.tmenu__nav-item {
    display: inline-block;
    margin: 0 0 0 35px;
}
.tmenu__nav-lk {
    display: inline-block;
    line-height: 1.4;
    border-bottom: 1px solid transparent;
    vertical-align: middle;

    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.tmenu__nav-lk:hover {
    color: #474747;
    border-bottom: 1px solid #474747;

    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.tmenu__nav-user .icon-user {
    display: inline-block;
    padding: 0 5px 0 0;
    font-size: 15px;
    vertical-align: middle;
}
.tmenu__nav-user .tmenu__nav-lk {
    display: inline-block;
    vertical-align: middle;
}
/* core */
.head__core {
    position: relative;
    padding: 40px 0 110px 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;

    z-index: 2;
}
.head__core-tl,
.head__core-tx,
.head__core-btn {
    position: relative;
    z-index: 4;
}
.head__core-tl {
    margin: 0;
    color: #252525;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.15;
}
.head__core-tl_small {
    display: block;
    font-size: 22px;
}
.head__core-tl_main {
    display: block;
}
.head__core-tx {
    margin: 0;
    padding: 30px 0 35px 0;
    width: 100%;
    max-width: 700px;
    font-size: 19px;
    line-height: 1.4;
}
.head__author-img {
    width: 380px;
    position: absolute;
    z-index: 14;
    right: 0;
    z-index: 3;
}


/* ----- Home quote ----- */
.home__quote {
    padding: 100px 0 0 0;
    text-align: right;
}
.home__quote-main p {
    margin: 3px 0;
    font-size: 18px;
    line-height: 1.4;
}
.home__quote-sign {
    margin: 12px 0 0 0;
    font-size: 17px;
    font-weight: 500;
}


/* ----- Home training ----- */
/* all */
.home__training {
    padding: 70px 0 100px 0;
}
.home__training-tx {
    margin: 30px 0 60px 0;
    line-height: 1.4;
}
.home__training-tx p {
    margin: 0;
    padding: 5px 0;
}
.home__training_note {
    padding-top: 15px;
    color: #848484;
    font-style: italic;
}
.training__head-tl {
    padding: 0 20px 0 0;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.training__head-info {
    font-size: 16px;
}
.training__list {
    margin: 0 0 50px 0;
}
/* table */
.training__table {
    display: table;
    margin: 35px 0 0 -50px;
    width: 900px;
    font-size: 18px;
    border-collapse: collapse;
}
.training__tr {
    display: table-row;
}
.training__td {
    display: table-cell;
    padding: 25px 15px;
    line-height: 1.4;
}
.training__td_name {
    max-width: 350px;
    padding-left: 50px;
    font-weight: 500;

    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.training__tr:nth-child(odd) {
    background: #efefef;
}
.training__td_type {
    display: inline-block;
    width: 80px;
}
.training__td_date {
    padding: 0 0 0 15px;
    color: #2c2c2c;
    font-size: 16px;
    border-left: 1px solid #b2b2b2;
}
.training__td_arrow .icon-next {
    opacity: 0;
    padding: 0 10px;
    font-size: 20px;
    vertical-align: middle;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.training__tr:nth-child(1) .icon-next,
.training__tr:hover .training__td_arrow .icon-next {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.training__tr:nth-child(1) .icon-next {
    opacity: 1;
}
.training__tr:hover .training__td_arrow .icon-next {
    padding: 0 0 0 20px;
    opacity: 1;
}
/* :not */
.training__table:hover > .training__tr .icon-next {
    opacity: 0;
}
.training__table:hover > .training__tr:hover .icon-next {
    opacity: 1;
}
/* end :not */
.home__training-all {
    margin: 30px 0 0 0;
    font-style: italic;
}


/* ----- Home problem ----- */
.home__problem {
    padding: 100px 0;
    background: #efefef;
}
.home__problem-tx {
    position: absolute;
    max-width: 350px;
    top: 0;
    right: 0;
    font-size: 18px;
    line-height: 1.4;
}
.home__problem-list {
    display: table;
    margin: 35px 0 25px 0;
    padding: 0 400px 0 0;
    width: 100%;
    font-size: 0;
    list-style: none;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.home__problem-item {
    display: inline-block;
    position: relative;
    padding: 7px 0;
    width: 40%;
    font-size: 20px;
}
.home__problem-item:nth-child(3) {
    width: 20%;
}
.home__problem-item:after {
    position: absolute;
    content: '';
    margin: -2px 0 0 0;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
}
.home__problem-link {
    margin: 0 0 0 15px;
    border-bottom: 1px solid transparent;

    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.home__problem-link:hover {
    color: #474747;
    border-bottom: 1px solid #474747;

    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.home__problem-info {
    font-style: italic;
}
.home__problem-ctrl {
    display: table;
    margin: 50px 0 0 0;
}
.home__problem-btn,
.home__problem-other {
    display: inline-block;
    vertical-align: middle;
}
.home__problem-btn {
    margin: 0 30px 0 0;
}
.home__problem-other {
    color: #5d5d5d;
    line-height: 1.4;
}


/* ----- Home about ----- */
/* all */
.home__about {
    padding: 100px 0;
}
/* road */
.home__road-tx {
    padding: 20px 0 25px 0;
    max-width: 820px;
}
.home__road-tx p {
    margin: 12px 0;
    line-height: 1.4;
}
/* quote */
.home__quote2 {
    padding: 75px 0 25px 0;
}
.home__quote2-main {
    float: right;
    max-width: 640px;
    font-size: 18px;
    text-align: right;
    line-height: 1.4;
}
/* method */
.home__method {
    padding: 90px 0 0 0;
}
.home__method-img {
    float: left;
    width: 35%;
    height: 500px;

    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.home__method-desc {
    float: left;
    width: 65%;
    padding: 0 0 0 75px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.home__method-tx {
    padding: 20px 0 25px 0;
}
.home__method-tx p {
    margin: 12px 0;
    line-height: 1.4;
}


/* ----- Footeer ----- */
/* all */
.footer {
    padding: 75px 0 40px 0;
    background: #efefef;
}
.footer__case {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: start;
    -webkit-align-items: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}
/* social */
.fsocial {
    width: 230px;

    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.fsocial__item {
    display: inline-block;
    margin: 0 15px 0 0;
}
.fsocial__icon {
    font-size: 30px;
}
.fsocial__icon:hover {
    color: #747474;
}
.fsocial__info {
    margin: 15px 0 0 0;
    font-size: 16px;
    font-style: italic;
    line-height: 1.3;
}
/* menu */
.fmenu__nav {
    list-style: none;

    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}
.fmenu__nav-case {
    display: table;
    margin: 0 auto;
    padding: 0 25px;
}
.fmenu__list,
.fmenu__sublist {
    margin: 0;
    padding: 0;
    list-style: none;
}
.fmenu__sublist {
    margin: 15px 0 0 0;
    font-size: 15px;
}
.fmenu__list .fmenu__item {
    margin: 0 35px 10px 0;
}
.fmenu__sublist .fmenu__item {
    margin: 0 25px 10px 0;
}
.fmenu__sublist .fmenu__item:last-child {
    margin-right: 0;
}
.fmenu__item {
    display: inline-block;
}
.fmenu__link {
    border-bottom: 1px solid transparent;

    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.fmenu__link:hover {
    color: #474747;
    border-bottom: 1px solid #474747;

    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
/* data */
.fdata {
    width: 245px;
    text-align: right;

    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.fdata__email {
    margin: 0 0 13px 0;
}
.fdata__phone {
    font-size: 22px;
}
.fdata__phone:hover {
    color: #747474;
}
.fdata__adds {
    margin: 13px 0 0 0;
    font-size: 15px;
    line-height: 1.3;
}


/* ----- Form popup ----- */
/* all style */
.f-popup {
	position: relative;
	margin: 45px auto;
    padding: 60px 55px;
    width: 85%;
	max-width: 850px;
    background: #fff;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
[id^="popup__problem-"] {
    max-width: 700px;
}
#popup__personal,
#popup__lab,
#popup__lab-update,
#popup__lab-notice,
#popup__seminar,
#popup__seminar-free {
    max-width: 530px;
}
#popup__lab-notice .std-ui__btn,
#popup__seminar-free .std-ui__btn {
    margin: 20px 0 0 0;
}
#popup__personal-success,
#popup__notice-success,
#popup__seminar-free-success,
#popup__recovery-success {
    max-width: 500px;
}
#popup__personal-success .std-ui__desc,
#popup__notice-success .std-ui__desc,
#popup__seminar-free-success .std-ui__desc,
#popup__recovery-success .std-ui__desc {
    margin-bottom: 0;
}
.f-popup__close {
    position: absolute;
    top: 0;
    right: -35px;
    color: #fff;
    font-size: 18px;
}
.mfp-close {
    display: none !important;
}


/* ----- Text popup ----- */
.popup__tx h1,
.popup__tx h2,
.popup__tx h3,
.popup__tx h4,
.popup__tx h5,
.popup__tx h6 {
    margin: 30px 0 25px 0;
    color: #252525;
    font-size: 35px;
    font-weight: 700;
}
.popup__tx > *:first-child {
    margin-top: 0;
}
.popup__tx p {
    margin: 12px 0;
    line-height: 1.4;
}
.popup__tx strong,
.popup__tx b {
    font-weight: 500;
}
.popup__tx ul {
    list-style: circle;
}
.popup__tx li {
    margin: 10px 0;
    line-height: 1.4;
}
/* individual */


/* ----- UI items ----- */
/* ui */
.std-ui__tl {
    font-size: 22px;
    font-weight: 500;
}
.std-ui__desc {
    margin: 25px 0 25px 0;
    line-height: 1.3;
}
.std-ui__data {
    margin: 20px 0;
}
.std-ui__data-input,
.std-ui__data-select,
.std-ui__data-textarea {
    padding: 15px 10px;
    width: 100%;
    border: 1px solid #ccc;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.std-ui__data-input:focus,
.std-ui__data-select:focus,
.std-ui__data-textarea:focus {
    border-color: #000;
}
.std-ui__data-input:focus ~ .std-ui__data-info,
.std-ui__data-select:focus ~ .std-ui__data-info,
.std-ui__data-textarea:focus ~ .std-ui__data-info {
    color: #000;
}
.std-ui__data-textarea {
    display: block;
    overflow: hidden;
    resize: none;
    min-height: 52px;
    max-height: 118px;
    line-height: 1.3;
}
.js\(max-h\) .std-ui__data-textarea {
	overflow-y: auto;
}
.std-ui__data-info {
    margin: 5px 0 0 15%;
    color: #8e8e8e;
    font-size: 14px;
    text-align: right;
}
/* check */
.std-check__list {
    margin: 35px 0 40px 0;
}
.std-check__item {
    position: relative;
    margin: 15px 0;
    text-align: right;
}
.std-check__item-name {
    font-weight: 500;
    line-height: 1.3;
}
.std-check__item-price {
    padding: 5px 0 0 0;
    line-height: 1.3;
}
/* pay */
.std__pay {
    margin: 45px 0 35px 0;
}
.std__pay-tl {
    margin: 0 0 30px 0;
    font-size: 18px;
    font-weight: 500;
}
.std__pay-item {
    display: block;
    position: relative;
    padding-left: 40px;
    margin: 20px 0;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.3;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
label.std__pay-item:hover {
    color: #000;
    text-decoration: underline;
}
.std__pay-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.std__pay-item_check {
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 1px solid #919191;
    background-color: #fff;
}
.std__pay-item:hover input ~ .std__pay-item_check {
    border-color: #000;
}
.std__pay-item input:checked ~ .std__pay-item_check {
    border-color: #000;
    background-color: #fff;
}
.std__pay-item_check:after {
    content: "";
    position: absolute;
    display: none;
}
.std__pay-item input:checked ~ .std__pay-item_check:after {
    display: block;
}
.std__pay-item .std__pay-item_check:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: black;
}
.std-ui__btn {
    display: inline-block;
}
.std-ui__btn-error {
    padding: 20px 0 0 0;
    color: #f00;
    font-size: 14px;
    line-height: 1.3;
}
/* other */
.std__privacy {
    margin: 35px 0 -10px 0;
    padding: 35px 0 0 0;
    text-align: right;
    font-size: 15px;
    line-height: 1.3;
    border-top: 1px solid #ccc;
}
.std__privacy a {
    text-decoration: underline;
}


/* ----- Bread crumbs ----- */
.brdc {
    padding: 30px 0px;
    background: #f3f3f3;
}
.brdc__list {
    padding: 0;
    list-style: none;
}
.brdc__item {
    display: inline-block;
    line-height: 1.3;
    vertical-align: middle;

    max-width: 33%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.brdc__item + .brdc__item:before {
    display: inline-block;
    position: relative;
    content: "/";
    padding: 0 10px 0 0;
    font-size: 14px;
    vertical-align: middle;
}
.brdc__item + .brdc__item {
    padding: 0 0 0 10px;
}
.brdc__lk {
    border-bottom: 1px solid transparent;
}
.brdc__lk:hover {
    border-bottom: 1px solid #000;
}
span.brdc__lk {
    color: #7c7c7c;
}
span.brdc__lk:hover {
    border-bottom: 1px solid transparent;
}


/* ----- Laboratory ----- */
/* all */
.lab__case {
    padding: 75px 0 100px 0;
}
.lab__desc {
    margin: 30px 0 35px 0;
    max-width: 820px;
}
.lab__desc.lab__desc_bottom {
    margin: 0;
}
.lab__desc-tl {
    padding: 0 0 20px 0;
}
.lab__info {
    line-height: 1.4;
}
.lab__info strong {
    font-weight: 500;
}
.lab__info-data {
    margin: 0 0 45px 0;
}
.lab__data-update {
    margin: 12px 0 0 0;
}
.lab__data-update-lk {
    display: inline-block;
    border-bottom: 1px solid;
}
.lab__data-update-lk:hover {
    color: #6c6c6c;
}
.lab__info-btn,
.lab__info-other {
    display: inline-block;
    vertical-align: middle;
}
.lab__info-other {
    color: #5d5d5d;
}
.lab__info-btn {
    margin: 0 30px 0 0;
}
/* help */
.lab__info-help {
    margin: 30px 0 45px 0;
    padding: 0 0 0 30px;
    border-left: 1px solid #000;
}
.lab__info-help p {
    margin: 12px 0;
    line-height: 1.4;
}
.lab__info-help p a {
    display: inline-block;
    border-bottom: 1px solid;
}
.lab__info-help p a:hover {
    color: #6c6c6c;
}
/* quote */
.lab__quote {
    padding: 100px 0;
}
.lab__quote-main {
    float: right;
    max-width: 720px;
    text-align: right;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.4;
}


/* ----- Seminar ----- */
/* all */
.seminar__case {
    padding: 75px 0 100px 0;
}
.seminar__desc {
    margin: 30px 0 35px 0;
    max-width: 820px;
}
.seminar__desc-tl {
    padding: 0 0 20px 0;
}
.seminar__info {
    line-height: 1.4;
}
.seminar__info strong {
    font-weight: 500;
}
.seminar__info-data {
    margin: 0 0 45px 0;
}
.seminar__info-data p {
    margin: 12px 0;
    line-height: 1.4;
}
.seminar__info-btn,
.seminar__info-other {
    display: inline-block;
    vertical-align: middle;
}
.seminar__info-other {
    color: #5d5d5d;
}
.seminar__info-btn {
    margin: 0 30px 0 0;
}
/* quote */
.seminar__quote {
    padding: 100px 0 0 0;
}
.seminar__quote-main {
    float: right;
    max-width: 720px;
    text-align: right;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.4;
}


/* ----- Editor ----- */
.editor {
    line-height: 1.4;
}
.editor p {
    margin: 12px 0;
}
.editor li {
    margin: 10px 0;
}
.editor img {
    width: 100%;
    margin: 15px 0;
}
.editor strong,
.editor b {
    font-weight: 500;
}
.editor a {
    border-bottom: 1px solid;
}
.editor a:hover {
    color: #6c6c6c;
}
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
    margin: 25px 0 15px 0;
    font-size: 22px;
    font-weight: 500;
}


/* ----- Static page ----- */
.static__case {
    padding: 75px 0 100px 0;
}
.static__tl {
    max-width: 900px;
}
.static__tx {
    margin: 30px 0 0 0;
    max-width: 900px;
}
/* other */
.requisites__left {
    float: left;
    width: 50%;
}
.requisites__right {
    float: right;
    width: 50%;
}


/* ----- Identification ----- */
/* all */
.auth,
.recovery,
.reg,
.new-pass {
    padding: 50px 45px 30px 45px;
    text-align: right;
}
.ident {
    background: #f6f6f6;

	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.ident .std-ui__data {
    position: relative;
}
.ident__case {
	width: 88%;
	max-width: 400px;
	margin: 30px auto;
    background: #fff;

    -webkit-box-shadow: 0 1px 24px rgba(45,62,80,0.12);
    -moz-box-shadow: 0 1px 24px rgba(45,62,80,0.12);
    box-shadow: 0 1px 24px rgba(45,62,80,0.12);
}
.ident__nav-item {
    float: left;
	width: 50%;
    padding: 30px 20px;
	color: #000;
	font-weight: 500;
    text-align: center;
    border-bottom: 2px solid #000;
	background: #fff;

	cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ident__nav-item_reg {
    color: #9c9c9c;
    border-bottom: 2px solid transparent;
}
.ident__tl {
    margin: 0 0 35px 0;
    font-size: 20px;
    font-weight: 300;
    text-align: left;
}
.std-ui__data-icon-pass {
    position: absolute;
    top: 15px;
    right: 10px;
    color: #d4d4d4;
    font-size: 22px;

    cursor: pointer;
    z-index: 1;
}
.std-ui__data-icon-pass:hover {
    color: #acacac;
}
.std-ui__data-icon-pass.is\(active\) {
	color: #000;
}
.std-ui__data input[type="password"] {
    padding-right: 30px;
}
.ident .std-ui__btn {
    margin-top: 15px;
}
.std-ui__data-error {
    color: #ff0000;
}
.std-ui__data-desc {
    margin: 30px 0 0 0;
    padding: 25px 0 0 0;
    text-align: right;
    font-size: 15px;
	line-height: 1.3;
    border-top: 1px solid #e4e4e4;
}
.std-ui__data-link {
    color: #000000;
    text-decoration: underline;

    cursor: pointer;
    user-select: none;
}
/* authentication */
.js\(open-recovery\) .auth,
.js\(open-reg\) .auth {
	display: none;
}
.js\(open-reg\) .ident__nav-item_auth {
	color: #9c9c9c;
	border-bottom: 2px solid transparent;
}
/* recovery */
.recovery,
.js\(open-recovery\).js\(open-reg\) .recovery {
	display: none;
}
.js\(open-recovery\) .recovery {
	display: block;
}
/* registration */
.reg {
	display: none;
}
.js\(open-reg\) .reg {
	display: block;
}
.js\(open-reg\) .ident__nav-item_reg {
	color: #000;
    border-bottom: 2px solid #000;
}
/* ident info */
.ident-i {
    padding: 45px 25px;
    text-align: center;
}
.ident-i__tl {
    margin: 0 0 25px 0;
    font-size: 22px;
    font-weight: 300;
}
.ident-i__tx {
    line-height: 1.4;
}
.ident__link {
    padding: 0 5px;
    border-bottom: 1px dashed #000;
}
.ident__link:hover {
    color: #3c3c3c;
    background: #f6f6f6;
    border-bottom: 1px solid;
}


/* ----- Panel ----- */
.panel__case {
    padding: 75px 0 100px 0;
}
.panel__tx {
    margin: 40px 0 35px 0;
    max-width: 820px;
}
.panel__desc {
    margin: 30px 0 70px 0;
    max-width: 820px;
    line-height: 1.4;
}
.panel__desc p {
    margin: 10px 0;
}
.panel__desc strong {
    font-weight: 500;
}
.panel__desc .subs__date {
    padding: 0 25px 0 5px;
}
.panel__desc .subs__renew {
    border-bottom: 1px solid;
}
.panel__desc .subs__renew:hover {
    color: #6c6c6c;
}
.panel__nav {
    overflow: hidden;
    height: 38px;
    margin: 0 -15px;
}
.panel__nav-list {
    overflow-x: auto;
    padding: 0 0 25px 0;
    white-space: nowrap;
}
.panel__nav-item {
    display: inline-block;
    margin: 0 7px;
    padding: 0 15px 12px 15px;
    color: #9c9c9c;
    font-size: 19px;
    text-align: center;
    border-bottom: 2px solid transparent;
}
.panel__nav-item:hover {
    color: #414141;
}
.panel__nav-item_active {
    color: #000;
    border-color: #000;
}
.panel__nav-item:first-child {
    margin-left: 0;
}
/* lessons */
.lessons {
    padding: 50px 0 0 0;
}
.lessons__month {
    margin: 0 0 70px 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.lessons__month:last-child {
    margin-bottom: 0;
}
.lessons__month-name {
    width: 220px;
    padding: 0 35px 0 0;
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;

    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lessons__list {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}
.lessons__item {
    margin: 0 0 50px 0;
}
.lessons__item:last-child {
    margin-bottom: 0;
}
.lessons__item-name {
    padding: 0 0 10px 0;
    font-size: 18px;
}
.lessons__item-adds,
.lessons__item-type {
    margin: 10px 0 0 0;
}
.lessons__item-date strong,
.lessons__item-adds strong,
.lessons__item-type strong {
    padding: 0 5px 0 0;
    font-weight: 500;
}
.lessons__item-ctrl {
    margin: 25px 0 0 0;
}
.lessons__item-btn,
.lessons__item-info {
    display: inline-block;
    vertical-align: middle;
}
.lessons__item-info {
    color: #5d5d5d;
}
.lessons__item-btn {
    margin: 0 30px 0 0;
    padding: 16px 35px;
    font-size: 15px;
}



@media (max-width: 1365px) {
    /* ----- Atomic style ----- */
    .case {
        width: 86%;
    }

    /* ----- Header ----- */
    /* all */
    /* top menu */
    /* core */

    /* ----- Home quote ----- */

    /* ----- Home training ----- */
    /* all */
    /* table */

    /* ----- Home problem ----- */

    /* ----- Home about ----- */
    /* all */
    /* road */
    /* quote */
    /* method */

    /* ----- Footeer ----- */
    /* all */
    /* social */
    /* menu */
    /* data */

    /* ----- Form popup ----- */
    /* all style */

    /* ----- Text popup ----- */
    /* individual */

    /* ----- UI items ----- */
    /* ui */
    /* check */
    /* pay */
    /* other */

    /* ----- Bread crumbs ----- */

    /* ----- Laboratory ----- */
    /* all */
    /* help */
    /* quote */

    /* ----- Seminar ----- */
    /* all */
    /* quote */

    /* ----- Editor ----- */

    /* ----- Static page ----- */
    /* other */

    /* ----- Identification ----- */
    /* all */
    /* authentication */
    /* recovery */
    /* registration */
    /* ident info */

    /* ----- Panel ----- */
    /* lessons */
}

@media (max-width: 1279px) {
    /* ----- Atomic style ----- */
    .case {
        width: 88%;
    }

    /* ----- Header ----- */
    /* all */
    /* top menu */
    /* core */

    /* ----- Home quote ----- */

    /* ----- Home training ----- */
    /* all */
    /* table */

    /* ----- Home problem ----- */

    /* ----- Home about ----- */
    /* all */
    /* road */
    /* quote */
    /* method */

    /* ----- Footeer ----- */
    /* all */
    /* social */
    /* menu */
    /* data */

    /* ----- Form popup ----- */
    /* all style */

    /* ----- Text popup ----- */
    /* individual */

    /* ----- UI items ----- */
    /* ui */
    /* check */
    /* pay */
    /* other */

    /* ----- Bread crumbs ----- */

    /* ----- Laboratory ----- */
    /* all */
    /* help */
    /* quote */

    /* ----- Seminar ----- */
    /* all */
    /* quote */

    /* ----- Editor ----- */

    /* ----- Static page ----- */
    /* other */

    /* ----- Identification ----- */
    /* all */
    /* authentication */
    /* recovery */
    /* registration */
    /* ident info */

    /* ----- Panel ----- */
    /* lessons */
}

@media (max-width: 1200px) {
    /* ----- Header ----- */
    /* all */
    /* top menu */
    .tmenu__nav-item.tmenu__nav-user .tmenu__nav-lk span {
        display: none;
    }
    .tmenu__nav-item.tmenu__nav-user .tmenu__nav-lk {
        text-transform: capitalize;
    }
    .tmenu__nav-list li:nth-child(4) .tmenu__nav-lk {
        width: 105px;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
    /* core */
    .head__core-tx {
        max-width: 600px;
    }
    .head__author-img {
        right: -40px;
    }
}

@media (max-width: 1180px) {
    /* ----- Home problem ----- */
    .home__problem-tx {
        display: none;
    }
    .home__problem-list {
        max-width: 800px;
        padding: 0;
    }
}

@media (max-width: 1080px) {
    .home__method-img {
        width: 38%;
    }
    .home__method-desc {
        width: 62%;
    }
}

@media (max-width: 1023px) {
    /* ----- Atomic style ----- */

    /* ----- Header ----- */
    /* all */
    /* top menu */
    .menu__active .tmenu {
        z-index: auto;
    }
    .site-overlay {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0,0,0,0.5);
        z-index: 9;
    }
    .menu__active .site-overlay {
        display: block;
    }
    .tmenu__nav-mobile {
        display: table;
        padding: 9px 0;

        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;

        cursor: pointer;
    }
    .tmenu__nav-mobile:hover {
        color: #474747;

        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }
    .tmenu__nav-mobile-name,
    .tmenu__nav-mobile-icon {
        display: inline-block;
        vertical-align: middle;
    }
    .tmenu__nav-mobile-name {
        display: none;
        padding: 0 20px 0 0;
    }
    .tmenu__nav-mobile-icon {
        font-size: 36px;
    }
    .tmenu__nav-list {
        display: none;
        position: fixed;
        overflow-y: auto;
        margin: 0;
        top: 0;
        right: 0;
        width: 280px;
        height: 100%;
        background: #fdfcfc;
    }
    .tmenu__nav-close {
        display: block;
        margin: 30px 0;
        padding: 15px 40px;
        color: #444444;
        font-size: 15px;
        font-weight: 600;

        cursor: pointer;
    }
    .tmenu__nav-close-icon {
        display: inline-block;
        padding: 0 10px 0 0;
        font-size: 18px;
        vertical-align: middle;
    }
    .tmenu__nav-close-name {
        display: inline-block;
        vertical-align: middle;
    }
    .menu__active .tmenu__nav-list {
        display: block;
        z-index: 10;
    }
    .tmenu__nav-item {
        display: block;
        margin: 0 0 0 40px;
        padding: 0;
    }
    .tmenu__nav-item + .tmenu__nav-item {
        padding: 0;
    }
    .tmenu__nav-item:nth-child(2) {
        margin-top: 45px;
    }
    .tmenu__nav-lk {
        display: block;
        margin: 15px 0;
        padding: 10px 25px 10px 0;
        border-bottom: none;
    }
    .tmenu__nav-user .tmenu__nav-lk {
        margin: 0;
    }
    .tmenu__nav-lk:hover {
        border-bottom: none;
    }
    .tmenu__nav-list li:nth-child(4) .tmenu__nav-lk {
        width: auto;
    }
    .tmenu__nav-lk:hover {
        color: #989898;
    }
    /* core */

    /* ----- Home quote ----- */

    /* ----- Home training ----- */
    /* all */
    .home__training {
        padding-top: 100px;
    }
    /* table */
    .training__table {
        margin: 35px 0 0 0;
        width: 100%;
    }
    .training__tr {
        position: relative;
        display: block;
        padding: 25px 0;
    }
    .training__td {
        display: block;
        margin: 10px 30px;
        padding: 0;
    }
    .training__td_name {
        max-width: 500px;
    }
    .training__td_arrow {
        position: absolute;
        top: 50%;
        right: 50px;
        margin: -10px 0 0 0;
    }

    /* ----- Home problem ----- */
    .home__problem-other {
        width: 300px;
    }

    /* ----- Home about ----- */
    /* all */
    /* road */
    /* quote */
    .home__quote2 {
        padding-top: 100px;
    }
    /* method */
    .home__method-img {
        width: 100%;
        max-width: 500px;
        height: 350px;
    }
    .home__method-desc {
        width: 100%;
        max-width: 820px;
        margin: 40px 0 0 0;
        padding: 0;
    }

    /* ----- Footeer ----- */
    /* all */
    .footer__case {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    /* social */
    .fsocial {
        margin-left: auto;
        width: auto;

        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .fsocial__info {
        display: none;
    }
    /* menu */
    .fmenu__nav {
        max-width: 500px;
        margin: 0;

        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .fmenu__nav-case {
        margin: 0;
        padding: 0 25px 0 0;
    }
    .fmenu__sublist {
        margin: 10px 0 0 0;
    }
    /* data */
    .fdata {
        width: 100%;
        margin: 0 0 60px 0;
        text-align: center;

        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .fdata__email {
        display: none;
    }
    .fdata__adds br {
        display: none;
    }

    /* ----- Form popup ----- */
    /* all style */

    /* ----- Text popup ----- */
    /* individual */

    /* ----- UI items ----- */
    /* ui */
    /* check */
    /* pay */
    /* other */

    /* ----- Bread crumbs ----- */

    /* ----- Laboratory ----- */
    /* all */
    /* help */
    /* quote */

    /* ----- Seminar ----- */
    /* all */
    /* quote */

    /* ----- Editor ----- */

    /* ----- Static page ----- */
    /* other */

    /* ----- Identification ----- */
    /* all */
    /* authentication */
    /* recovery */
    /* registration */
    /* ident info */

    /* ----- Panel ----- */
    /* lessons */
    .lessons__month {
        display: block;
    }
    .lessons__month-name {
        width: 100%;
        padding: 0 0 40px 0;
        font-size: 24px;
    }
}

@media (max-width: 980px) {
    .head__author-img {
        left: 550px;
    }
}

@media (max-width: 767px) {
    /* ----- Atomic style ----- */

    /* ----- Header ----- */
    /* all */
    /* top menu */
    /* core */

    /* ----- Home quote ----- */
    .home__quote-main p {
        margin: 10px 0;
    }
    .home__quote-sign {
        margin: 5px 0 0 0;
    }

    /* ----- Home training ----- */
    /* all */
    .home__training-tx {
        max-width: 575px;
    }
    .home__training-tx p br {
        display: none;
    }
    .training__head-info {
        display: block;
        margin: 10px 0 0 0;
    }
    /* table */
    .training__td_name {
        max-width: initial;
        overflow: visible;
        white-space: normal;
    }

    /* ----- Home problem ----- */
    .home__problem-item,
    .home__problem-item:nth-child(3) {
        width: 50%;
    }
    .home__problem-other {
        margin: 15px 0 0 0;
        width: 100%;
    }

    /* ----- Home about ----- */
    /* all */
    /* road */
    /* quote */
    /* method */

    /* ----- Footeer ----- */
    /* all */
    .footer__case {
        text-align: left;
    }
    /* social */
    .fsocial {
        width: 100%;
    }
    /* menu */
    .fmenu__nav {
        max-width: none;
        margin: 45px 0;
    }
    .fmenu__nav-case {
        display: block;
        padding: 0;
    }
    /* data */
    .fdata {
        margin: 0;
        text-align: inherit;
    }

    /* ----- Form popup ----- */
    /* all style */

    /* ----- Text popup ----- */
    /* individual */

    /* ----- UI items ----- */
    /* ui */
    /* check */
    /* pay */
    /* other */

    /* ----- Bread crumbs ----- */

    /* ----- Laboratory ----- */
    /* all */
    .lab__info-other {
        margin: 15px 0 0 0;
        width: 100%;
    }
    .lab__info-btn {
        margin: 0;
    }
    /* help */
    /* quote */

    /* ----- Seminar ----- */
    /* all */
    .seminar__info-other {
        margin: 15px 0 0 0;
        width: 100%;
    }
    .seminar__info-btn {
        margin: 0;
    }
    /* quote */

    /* ----- Editor ----- */

    /* ----- Static page ----- */
    /* other */
    .requisites__left,
    .requisites__right {
        float: none;
        width: 100%;
    }
    .requisites__right {
        margin: 25px 0 0 0;
    }

    /* ----- Identification ----- */
    /* all */
    /* authentication */
    /* recovery */
    /* registration */
    /* ident info */

    /* ----- Panel ----- */
    /* lessons */
    .lessons__item {
        margin: 0 0 65px 0;
    }
    .lessons__item-info {
        display: block;
        margin: 15px 0 0 0;
    }
}

@media (max-width: 600px) {
    .training__td_arrow {
        margin: 0;
        top: auto;
        right: 25px;
        bottom: 37px;
    }
}

@media (max-width: 479px) {
    /* ----- Atomic style ----- */
    .tl\(main\) {
        font-size: 40px;
        line-height: 1.1;
    }

    /* ----- Header ----- */
    /* all */
    .home .head {
        min-height: 650px;
    }
    /* top menu */
    /* core */

    /* ----- Home quote ----- */

    /* ----- Home training ----- */
    /* all */
    /* table */

    /* ----- Home problem ----- */
    .home__problem-item,
    .home__problem-item:nth-child(3) {
        width: auto;
        margin: 0 30px 0 0;
    }

    /* ----- Home about ----- */
    /* all */
    /* road */
    /* quote */
    /* method */

    /* ----- Footeer ----- */
    /* all */
    /* social */
    /* menu */
    /* data */
	.fdata__email {
		display: block;
	}

    /* ----- Form popup ----- */
    /* all style */
    .f-popup {
        margin: 55px auto;
        padding: 45px 30px;
        width: 92%;
    }
    .f-popup__close {
        top: -35px;
        right: 0;
        font-size: 20px;
    }

    /* ----- Text popup ----- */
    .popup__tx h1,
    .popup__tx h2,
    .popup__tx h3,
    .popup__tx h4,
    .popup__tx h5,
    .popup__tx h6 {
        font-size: 32px;
        line-height: 1.2;
        word-break: break-word;
    }
    /* individual */

    /* ----- UI items ----- */
    /* ui */
    /* check */
    /* pay */
    /* other */

    /* ----- Bread crumbs ----- */

    /* ----- Laboratory ----- */
    /* all */
    .lab__tl {
        font-size: 34px;
    }
    /* help */
    /* quote */

    /* ----- Seminar ----- */
    /* all */
    .seminar__tl {
        font-size: 34px;
    }
    /* quote */

    /* ----- Editor ----- */

    /* ----- Static page ----- */
    /* other */

    /* ----- Identification ----- */
    /* all */
    .auth,
    .recovery,
    .reg,
    .new-pass {
        padding: 50px 40px 30px 40px;
    }
    /* authentication */
    /* recovery */
    /* registration */
    /* ident info */

    /* ----- Panel ----- */
    /* lessons */
}

@media (max-width: 390px) {
    .tmenu__logo {
        margin: 0 0 0 -5px;
    }
    .tmenu__logo-name {
        padding: 0 0 0 15px;
    }
    .home__problem-btn {
        margin: 0;
        padding: 20px 45px;
    }
}

@media (max-width: 359px) {
    /* - */
    .tmenu__logo-name_main,
    .tmenu__logo-name_small {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
    .tmenu__logo-name_main {
        font-size: 17px;
    }
    .tmenu__logo-name_small {
        width: 125px;
    }
    /* - */
    .head__core-tl {
        font-size: 52px;
    }
}
