/**
 * Theme Name: lstol
 * Theme URI: http://lstol.ru
 * Author: nighthawk, ink toolkit authors, alkimia template author
 * Author URI: mailto:nighthawk149@gmail.com
 * Description: lstol.ru theme, based on ink toolkit
 * Version: 1.0.2
 * Tags: White, two-columns, right-sidebar, editor-style, sticky-post, translation-ready
 * Text Domain: lstol
 */


/* Typography
-----------------------------------------------------------------------------*/


/* Georgia for titles */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.4;
    color: #000;
    font-weight: bold;
    text-align: center;
    font-size: 28px;
}

h1 {
    font-size: 30px;
}

h2,
h3,
h4,
h5,
h6 {
    margin-top: 50px;
    margin-bottom: 30px;
}

p {
    line-height: 1.4;
}

h1:first-letter,
h2:first-letter,
p:first-letter {
    text-transform: uppercase;
}

a {
    color: #009fe0;
}

a:focus,
a:hover {
    color: #009fe0;
}

.defaul__link {
    color: #000;
}

.container-det {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.container-det .left-side {
    -webkit-box-flex: 0;
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 525px;
    width: 100%;
}
.wh {
    width: 18px;
    vertical-align: middle;
    margin-left: -20px;
}
.container-det .right-side {
    -webkit-box-flex: 0;
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 525px;
    width: 100%;
    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-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.price__block {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.price__block .formedu-cost {
    padding-top: 40px;
    margin-right: 15px;
}

.sub-hd {
    font-size: 28px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 1.4;
}

.fw-b {
    font-weight: bold;
}

.numb {
    font-size: 40px;
    color: #009fe0;
    font-weight: bold;
}

.link-info {
    font-weight: bold;
}

.link-info:hover {
    color: #009fe0;
}

.advantages-1 .mr-t {
    margin-top: 30px;
}

.link-wrap {
    margin-top: 15px;
}

.advantages-1 {
    margin: 20px 0;
    text-align: center;
}

.advantages-1 .advant-item {
    display: inline-block;
    vertical-align: top;
    width: 22%;
    margin: 1%;
    font-size: 15px;
    line-height: 1.4;
}

.advantages-1 img {
    width: 100px;
    height: 70px;
    -o-object-fit: contain;
       object-fit: contain;
}

.advant-item .text {
    font-size: 15px;
    line-height: 1.4;
}

.header-map:hover {
    text-decoration: underline;
}

.new_type_display {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 34%;
    margin-left: 33%;
    width: 380px;
}

.column.contacts a {
    display: block;
    text-align: center;
}

.column.contacts>div a {
    background: #e21c2a;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    color: #fff;
    font-weight: bold;
    padding: 8px 20px;
    margin: 5px 0 0;
    display: block;
    font-size: 16px;
}

.column.contacts>div a:hover {
    background: #f34a56;
    text-decoration: none;
}

.mob-btn {
    display: none !important;
}

.green_margin_top {
    margin-top: 20px;
}

.green_margin {
    margin-right: 10%;
}

.post-edit-link:hover {
    text-decoration: underline;
}

.ink-button.orange {
    color: #000;
}
#rutube {
    margin-top: 13px;
}
#vkLink {
    margin-left: -15px;
}
.footer-right div:first-child {
        margin: 20px 0;
}
/* pretify code */

code,
kbd,
pre,
tt {
    border: 1px solid #E0E0E0;
    background: #E9E9E9;
    padding: 0 4px;
}

var {
    font-family: Ubuntu_monospaced, 'Courier New', monospace;
    ;
}


/* Main
-----------------------------------------------------------------------------*/


/* alligment */

.alignleft {
    float: left;
    margin: 0 12px 6px 0;
}

.alignright {
    float: right;
    margin: 0 0 6px 12px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5em;
}

.alignnone {
    display: block;
    margin-bottom: 0.5em;
}


/* divs and videos must stay fit in colums */

.ink-grid div,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    /*   max-width: 100%;*/
    height: auto;
    z-index: 100;
}

embed,
iframe {
    max-width: 100%;
}


/* Header
-----------------------------------------------------------------------------*/

#header {
    padding-top: 1em;
}


/* Top nav bar */

#header nav {
    margin-bottom: 2.5em;
}


/* Horizontal menus (in top menu)
-----------------------------------------------------------------------------*/
.wrapp-menu .ink-navigation {
    /*background: #009fe0;*/
    background: #005bff;
}

.ink-navigation {
    background-color: unset;
    color: white;
}

.ink-navigation {}

.menu-item {
    position: relative;
}

.sub-menu .menu-item:after {
    display: none;
}

.menu-item a:focus {
    background: #004f6f;
}

/*.menu-item:after {
    content: "";
    display: block;
    position: absolute;
    border-right: 2px solid #b0d4e1;
    top: 0;
    padding-bottom: 40px;
    right: 0;
}*/

.a_teg {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 50px;
}

.a_teg>div {
    background-color: #009FE0;
    border-radius: 5px;
    padding: 2px 3px
}

.a_teg>div>a {

    color: #fff;
}

#menu-item-15439:before {
    content: "";
    display: block;
    position: absolute;
    border-right: 2px solid #b0d4e1;
    top: 0;
    padding-bottom: 40px;
    left: 0;
}

.ink-navigation ul.menu.horizontal li a {
    /*padding: 7px 7px;*/
    padding: 16px 19px;
    color: white;
}

.ink-navigation ul.menu.horizontal li ul a {
    line-height: 1.7em;
}


/* drop down sub-menus */

.ink-navigation ul.menu li:hover>ul.sub-menu {
    display: block;
}

.ink-navigation ul.menu li ul.sub-menu {
    display: none;
    position: absolute;
    z-index: 10;
}

.ink-navigation ul.menu li ul.sub-menu li {
    /* overflow: hidden;*/
}

.ink-navigation ul.menu li ul.sub-menu li a {
    padding: 0.7em 1em;
    display: block;
    float: none;
}

.ink-navigation ul.menu.horizontal li ul.sub-menu {
    /*min-width: 227px;*/
    min-width: 645px;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 50;
}

.ink-navigation ul.menu.horizontal li ul.sub-menu li {
    float: none;
}

.ink-dropdown ul.dropdown-menu li.sub-menu {
    overflow: visible;
}

.ink-dropdown ul.dropdown-menu li.sub-menu>a {
    white-space: nowrap;
}

.ink-dropdown ul.dropdown-menu li.sub-menu>a:after {
    content: "\f0da";
    float: right;
    width: auto;
    margin-left: 0.8em;
    font-family: FontAwesome;
    color: #b3b3b3;
    clear: both;
    text-align: right;
}

.ink-dropdown ul.dropdown-menu li.sub-menu:hover>a {
    background: #f2f2f2;
    text-decoration: none;
}

.ink-dropdown ul.dropdown-menu li.sub-menu:hover:hover>ul.dropdown-menu {
    display: block;
}

.ink-dropdown ul.dropdown-menu li.sub-menu>ul.dropdown-menu {
    font-size: inherit;
    position: absolute;
    top: -0.36em;
    left: 100%;
    display: none;
}

.ink-navigation ul.menu li ul.sub-menu {
    background: #000;
}

.ink-navigation ul.menu li ul.sub-menu li a {
    /*border-bottom: 1px solid #009fe0;*/
}

.ink-navigation ul.menu li ul.sub-menu li a:hover {
    background: #004f6f;
}

.ink-navigation ul.menu li ul.sub-menu li a:last-child a {
    border: none;
}

.ink-navigation ul.menu li ul.sub-menu.dropdown li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.ink-navigation ul.menu.white li ul.sub-menu li:hover {
    background: rgba(0, 0, 0, 0.1);
}

.ink-navigation ul.menu.white li ul.sub-menu li a {
    color: #555555;
}

.ink-navigation ul.menu.white li ul.sub-menu.dropdown {
    background: #ffffff;
}

.ink-navigation ul.menu.white li ul.sub-menu.dropdown li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.ink-navigation ul.menu.shadowed li ul.sub-menu {
    -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.ink-navigation ul.menu.shadowed li ul.sub-menu.dropdown {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.ink-navigation ul.menu.rounded.horizontal li ul.sub-menu {
    -webkit-border-top-right-radius: 0;
       -moz-border-radius-topright: 0;
            border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
       -moz-border-radius-topleft: 0;
            border-top-left-radius: 0;
    -webkit-border-bottom-right-radius: 4px;
       -moz-border-radius-bottomright: 4px;
            border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
       -moz-border-radius-bottomleft: 4px;
            border-bottom-left-radius: 4px;
}

.ink-navigation ul.menu.rounded.horizontal li ul.sub-menu li {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

.ink-navigation ul.menu.rounded.horizontal li ul.sub-menu li:last-child {
    -webkit-border-top-right-radius: 0;
       -moz-border-radius-topright: 0;
            border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
       -moz-border-radius-topleft: 0;
            border-top-left-radius: 0;
    -webkit-border-bottom-right-radius: 4px;
       -moz-border-radius-bottomright: 4px;
            border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
       -moz-border-radius-bottomleft: 4px;
            border-bottom-left-radius: 4px;
}

.ink-navigation ul.menu.rounded.horizontal li ul.sub-menu li a {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

.main-page p {
    line-height: 1.4;
}

.news-header p {
    margin-top: 1em;
    margin-bottom: 0.7em;
    margin-left: 1em;
    margin-right: 1em;
    line-height: 1.4;
}

.green {
    font-size: 18px;
    color: #008000;
    font-weight: 700;
}


/* Vertical menu (in widgets sidebar)
-----------------------------------------------------------------------------*/

.right-widget ul.menu {
    background-color: rgba(84, 120, 140, 0.85);
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    padding: 0;
}

.right-widget ul.menu li {
    margin: 0;
}

.right-widget ul.menu li.current-menu-item {
    background-color: rgba(84, 120, 140, 1);
}

.right-widget ul.menu li a {
    padding: 0.5em 1em;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    color: #000;
    text-decoration: none;
}

.right-widget ul.menu li a:hover {
    background-color: rgba(84, 120, 140, 1);
}

.right-widget ul.menu li:first-child a {
    border: none;
}

.right-widget ul.menu li .sub-menu li a {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.right-widget ul.sub-menu {
    padding: 0;
}

.right-widget ul.sub-menu li a {
    line-height: 1.2em;
    padding-left: 2em;
    font-size: 0.9em;
}


/* Breadcrumbs & Navigation pills
-----------------------------------------------------------------------------*/

.ink-navigation .breadcrumbs li {
    line-height: 2em;
}

.ink-navigation .breadcrumbs li:first-child a {
    padding-left: 0.6em;
}

.ink-navigation .pills li {
    line-height: 1em;
}

.prev-next {
    overflow: hidden;
}


/* Article
-----------------------------------------------------------------------------*/

article header {
    padding-bottom: 1em;
}

article footer {
    text-align: right;
    font-size: 0.85em;
}


/* line between articles */

article {
    padding-bottom: 1em;
    margin-bottom: 1em;
}


/* stiky post */

.sticky {
    padding: 0.5em;
    background-color: #fff;
}


/* entry-meta stuff is hidden on sticky post */

.sticky .entry-meta {
    display: none;
}


/* no image shadox in sticky post */

.sticky img.alignleft,
.sticky img.alignright,
.sticky img.aligncenter {
    -webkit-box-shadow: 0px 0px 0px;
       -moz-box-shadow: 0px 0px 0px;
            box-shadow: 0px 0px 0px;
}

.sticky header {
    padding-bottom: 0;
}


/* copied from stiky */

.sticky-fix {
    padding: 0.5em;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background-color: rgba(215, 141, 141, 0.85);
}


/* entry-meta stuff is hidden on sticky-fix post */

.sticky-fix .entry-meta {
    display: none;
}


/* no image shadox in sticky-fix post */

.sticky-fix img.alignleft,
.sticky-fix img.alignright,
.sticky-fix img.aligncenter {
    -webkit-box-shadow: 0px 0px 0px;
       -moz-box-shadow: 0px 0px 0px;
            box-shadow: 0px 0px 0px;
}

.sticky-fix header {
    padding-bottom: 0;
}


/* Sidebar
-----------------------------------------------------------------------------*/

aside ul {
    list-style: none;
    margin: 0;
    padding-left: 0.7em;
}

aside .right-widget {
    padding-bottom: 1.5em;
}


/* Sidebar titles (widgets titles) */

aside h6 {
    font-family: "Ubuntu", sans-serif;
    text-transform: uppercase;
    padding: 7px 10px 7px 10px;
    margin-bottom: 0.7em;
    background-color: #4C99E6;
    color: #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}


/* Footer
-----------------------------------------------------------------------------*/

footer {
    clear: both;
    border-top: none;
    background: rgba(255, 255, 255, 0);
    background: url(/wp-content/themes/lstol.ru/img/siluet-Moskvy.png);
    background-position: bottom;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background: #eee
}

footer li {
    list-style: none;
}

footer ul {
    list-style: none;
    margin: 0;
    padding-left: 0.7em;
}


/* Footer titles (widgets titles) */

footer h6 {
    font-family: "Ubuntu", sans-serif;
    text-transform: uppercase;
}


/* Comments
-----------------------------------------------------------------------------*/

#comments,
#respond,
#closed {
    margin-top: 2.5em;
    border-top: 1px solid #eee;
}

#comments article,
#respond article,
#closed article {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

#comments ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#comments li {
    list-style: none;
}

#comments p:first-letter {
    text-transform: uppercase;
}

#comments .children {
    margin-bottom: 10px;
}

#comments .comment-meta {
    background-color: #F5F5F5;
    text-align: left;
    padding: 0;
    height: 48px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

#comments .avatar {
    float: left;
    padding-right: 10px;
    height: 48px;
    -webkit-border-top-left-radius: 5px;
       -moz-border-radius-topleft: 5px;
            border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
       -moz-border-radius-bottomleft: 5px;
            border-bottom-left-radius: 5px;
}

#comments .says {
    display: none;
}

#comments time {
    font-style: italic;
}

#comments .edit-link {
    float: right;
    padding-right: 15px;
    font-size: 0.85em;
}

#comments .reply {
    text-align: right;
    margin-bottom: 12px;
    padding-right: 10px;
    font-size: 0.7em;
}

#comments .comment-reply-link {
    background-color: #F5F5F5;
    padding: 5px;
    border: 1px solid #eee;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

#comments .comment-content {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-left: 10px;
    border-left: 5px solid #eee;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}

#comments .pingback .comment-meta {
    padding-left: 10px;
}

#closed .no-comments {
    font-style: italic;
    font-size: 0.85em;
}

#respond .comment-notes-after {
    font-style: italic;
    font-size: 0.85em;
}

#respond p {
    margin: 5px;
}

.bypostauthor .comment-meta {
    background-color: #DAEFFF !important;
}


/* Buttons
-----------------------------------------------------------------------------*/


/* Remove the gradiant from InK */

.ink-button.flat {
    background: #eeeeee;
}

.ink-button.flat:hover {
    background: #ffffff;
}


/* Images
-----------------------------------------------------------------------------*/


/* aligned images (in posts, pages, etc) */

article img.alignleft,
article img.alignright,
article img.aligncenter {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0px 0px 2px #888;
       -moz-box-shadow: 0px 0px 2px #888;
            box-shadow: 0px 0px 2px #888;
    padding: 6px;
}


/* image captions */

.wp-caption {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0px 0px 2px #888;
       -moz-box-shadow: 0px 0px 2px #888;
            box-shadow: 0px 0px 2px #888;
    padding: 6px 6px 0 6px;
}

.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.img_achievements {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin-top: 20px;
}

.img_achievements div {
    width: 15%;
    height: 161px;
}

.img_achievements div img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

section .new_button23 a {
    max-width: 277px;
    font-weight: bold;
}

.wp-caption-text {
    font-size: 0.80em;
    margin: 0;
    padding: 3px;
    text-align: center;
}

.wp-caption-text:first-letter {
    text-transform: uppercase;
}


/* featured images */

.entry-thumbnail img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5em;
}


/* Galleries
-----------------------------------------------------------------------------*/

.gallery img {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0px 0px 2px #888;
       -moz-box-shadow: 0px 0px 2px #888;
            box-shadow: 0px 0px 2px #888;
    padding: 8px;
}

.gallery-item {
    float: left;
    margin-top: 0;
    margin-bottom: 1.5em;
    text-align: center;
}

.gallery-caption {
    display: none;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-2 .gallery-item img {
    max-width: 390px;
    max-height: 390px;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-3 .gallery-item img {
    max-width: 245px;
    max-height: 245px;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-4 .gallery-item img {
    max-width: 180px;
    max-height: 180px;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
    margin-bottom: 1em;
}

.gallery-columns-5 .gallery-item img {
    max-width: 140px;
    max-height: 140px;
}

.gallery-columns-6 .gallery-item {
    width: 16.5%;
    margin-bottom: 1em;
}

.gallery-columns-6 .gallery-item img {
    max-width: 120px;
    max-height: 120px;
}

.gallery-columns-7 .gallery-item {
    width: 14%;
    margin-bottom: 0.5em;
}

.Block_bold span {
    font-weight: bold;
}

.gallery-columns-7 .gallery-item img {
    max-width: 100px;
    max-height: 100px;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
    margin-bottom: 0.5em;
}

.gallery-columns-8 .gallery-item img {
    max-width: 95px;
    max-height: 95px;
}

.gallery-columns-9 .gallery-item {
    width: 11%;
    margin-bottom: 0.5em;
}

.gallery-columns-9 .gallery-item img {
    max-width: 87px;
    max-height: 87px;
}


/* Tables
-----------------------------------------------------------------------------*/


/* Modified ink-table style from InK applied to all tables */

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background: none;
}

table tr th {
    padding: 5px 10px;
    border-bottom: #eee 1px solid;
    background: none;
    font-weight: 700;
    line-height: 2;
}

table tr td {
    padding: 5px 10px;
    border-bottom: #eee 1px solid;
    background: none;
    line-height: 2;
    vertical-align: inherit;
}


/* Widgets
-----------------------------------------------------------------------------*/


/* Calentar widget */

#wp-calendar {
    width: 100%;
    font-size: 0.9em;
}

#wp-calendar th,
#wp-calendar td {
    padding: 0.25em 0.4em 0.25em 0.4em;
}


/* RSS gidget */

aside h6 a.rsswidget {
    color: #fff;
}

aside h6 a.rsswidget img {
    display: none;
}


/* InK Monkey patchs
-----------------------------------------------------------------------------*/


/* monkey patch for leaflet maps */

img+img {
    margin-top: 0;
}

img {
    max-height: none;
}


/* See https://github.com/sapo/Ink/issues/321 */

.ink-form .control-group .control.prepend-button .ink-button,
.ink-form .control-group .control.append-button .ink-button {
    min-height: 2.32em;
}


/* Background */

body {
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* content-bg */

#main-wrapper {
    background-color: rgba(255, 255, 255, 0.5);
}


/* Header */

.name {
    line-height: 0.6em;
    text-align: center;
    margin-bottom: 0.1em;
}

.name p {
    line-height: 30px;
    font-size: 17px;
    color: #333;
    text-align: left;
}

.name h1 {
    text-shadow: 1px 1px 2px rgba(24, 11, 3, 1), 0px 0px 1em #FFF;
    /* Параметры тени */
    color: rgba(228, 48, 0, 1) !important;
    font-family: 'Marck Script', cursive;
    font-weight: 700;
    font-size: 40pt;
    margin-bottom: -0.5em;
}

.name h2 {
    text-shadow: 1px 1px 2px rgba(24, 11, 3, 1), 0px 0px 1em #FFF;
    /* Параметры тени */
    color: rgba(228, 48, 0, 1) !important;
    font-family: 'Marck Script', cursive;
    font-weight: 600;
    font-size: 50pt;
    margin-bottom: -0.3em;
}

.contacts {
    margin-left: 0.25em;
    text-shadow: 1px 1px 1px black, 0 0 1em white;
}

.contacts a {
    font-size: 20px;
    line-height: 30px;
    color: #333;
    font-weight: bold;
    text-shadow: none;
}

.contacts a:hover {
    color: #009fe0
}

.contacts h4 {
    margin-bottom: 0.25em;
    font-size: 1.5em;
    font-family: "Marck Script";
    line-height: 1em;
}

.topbtn {
    text-shadow: 1px 1px 2px black, 0 0 1em white;
    /* Параметры тени */
    line-height: 0.6em;
    text-align: center;
    margin-bottom: 0.1em;
}

.topbtn i {
    color: #404040;
    text-align: center;
    font-size: 40px;
}

.topbtn {
    text-shadow: 1px 1px 2px black, 0 0 1em white;
    /* Параметры тени */
    line-height: 0.6em;
    text-align: center;
    margin-bottom: 0.1em;
}

.topbtn i {
    color: #404040;
    text-align: center;
    font-size: 40px;
}

.screen-size-helper {
    background: none;
}


/* color bars */

.redbar {
    background-color: #da251c;
    display: block;
    height: 5px !important;
}

.yellowbar {
    background-color: #fff500;
    display: block;
    height: 5px;
}

.greenbar {
    background-color: #1b8e12;
    display: block;
    height: 5px;
}

.panel {
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    padding: 1em;
    padding-bottom: 1em;
    /*padding-bottom: 3em;*/
    background-color: #FFF;
}

.panel dl dd {
    border-bottom: 2px solid #369;
}

.slider-panel {
	    margin: 0.5em;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    background-color: #FFF;
    padding-bottom: 0;
margin-bottom: 20px;
}
.slider-panel .custom_slider {
max-width: 1160px;
	width: 100%;
overflow:hidden;
}
.slider-panel .custom-slider_wrapper {
    max-height: 186px;
max-width: 1160px;
	width: 100%;
border:none;
}
/*
box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
*/

.slider-panel .slider_line{width:fit-content;}
.slider-panel .slider_line > div {flex:none;width: 100%;}
.slider-panel .slider_line > div a {display:block;}
.slider-panel .custom-slider_wrapper img{
    max-height: none;
max-width: 100%;
width:100%;
}
.slider-panel .control-btn {
max-width: 100%;
}
.slider-panel .button-arrow {
	position: absolute;
    top: 50%;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
padding:0px;
background-color: transparent;
}
.slider-panel .button-arrow.custom-slider-prev {
left:10px;
background: url(/wp-content/themes/lstol.ru/img/controls.png) no-repeat 0 -32px;
}
.slider-panel .button-arrow.custom-slider-next{
right:10px;
left: auto;
background: url(/wp-content/themes/lstol.ru/img/controls.png) no-repeat -43px -32px;
}
.slider-panel .btn-wrp {
display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 101;
}
.slider-panel .btn-wrp .btn-switch {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
}
.slider-panel .btn-wrp .btn-switch.btn-switch-active {
background: #000;
}
@media (max-width: 767px) {
.slider-panel .button-arrow {
transform: scale(0.75);
}
.slider-panel .btn-wrp {padding-top:10px;}
}


.slide img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.fullwidth {
    margin-left: 0px;
    margin-bottom: 5px;
    width: 100%;
}

.two-block span {
    display: block;
    margin: 10px 0 0;
}

.two-block img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.two-block>div {
    position: relative;
}

.two-block>div:before {
    content: '';
    background: #000;
    opacity: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.two-block div {
    display: inline-block;
    vertical-align: top;
    width: 19%;
    margin: 4px;
    height: 220px;
    background: #000;
    position: relative;
}

.two-block div a {
    position: absolute;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    left: 19px;
    bottom: 25px;
    text-align: left;
}

.two-block {
    margin: 50px 0;
}

.green-btn {
    text-align: center;
}

.green-btn a {
    color: #fff;
    border-color: #2a580d;
    border-bottom-color: #152c07;
    text-shadow: 0 -0.09em 0.03em #152c07;
    background: #4a9b17;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4a9b17', endColorstr='#2a580d');
    background: -moz-linear-gradient(top, #4a9b17 0, #2a580d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4a9b17), color-stop(100%, #2a580d));
    background: -webkit-linear-gradient(top, #4a9b17 0, #2a580d 100%);
    background: -o-linear-gradient(top, #4a9b17 0, #2a580d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4a9b17), to(#2a580d));
    background: linear-gradient(to bottom, #4a9b17 0, #2a580d 100%);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    display: inline-block;
    padding: 15px 30px;
    -webkit-appearance: menuitem;
    font-weight: bold;
    font-size: 15px;
    padding: 13px 30px;
    border: 1px solid #ccc;
    cursor: pointer;
    margin: 5px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    border-color: #c8c8c8;
    border-bottom-color: #aeaeae;
    color: #fff;
}

.green-btn a:hover {
    background: #59ba1c;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#59ba1c', endColorstr='#2c5d0e');
    background: -moz-linear-gradient(top, #59ba1c 0, #2c5d0e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #59ba1c), color-stop(100%, #2c5d0e));
    background: -webkit-linear-gradient(top, #59ba1c 0, #2c5d0e 100%);
    background: -o-linear-gradient(top, #59ba1c 0, #2c5d0e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #59ba1c), to(#2c5d0e));
    background: linear-gradient(to bottom, #59ba1c 0, #2c5d0e 100%);
    -webkit-box-shadow: '0 1px 5px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 0em .5em rgba(255, 255, 255, 0.5)';
    -moz-box-shadow: '0 1px 5px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 0em .5em rgba(255, 255, 255, 0.5)';
    box-shadow: '0 1px 5px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 0em .5em rgba(255, 255, 255, 0.5)';
    color: #fff;
    text-decoration: none;
}

.map-block {
    margin: 20px 0 0;
}

.preim-block {
    text-align: center;
    margin: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}

.p-item {
    width: 143px;
    position: relative;
    margin: 10px;
}

.p-item img {
    width: 70px;
    height: 70px;
    -o-object-fit: contain;
       object-fit: contain;
}

.preim-block span {
    display: block;
    margin: 10px 0 0;
}

.p-item:last-child:after {
    display: none;
}

.p-item:after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -30px;
    background: url(/img/i8.png) no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    top: 15px;
}

.pod-ttl {
    font-size: 20px;
    margin: 5px 10px 10px 22px;
}

.ttl {
    font-size: 23px;
    font-weight: bold;
}

.docs-block li {
    background: url(/img/docs/pdf.png) no-repeat;
    list-style: none;
    padding: 6px 0px 6px 40px;
}

.docs-block2 li {
    background: url(/img/docs/pdf.png) no-repeat;
    list-style: none;
    padding: 6px 0px 6px 40px;
}

.docs-block {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    margin: 15px 0px;
}

.wrapp-contact .phone-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-basis: 200px;
        -ms-flex-preferred-size: 200px;
            flex-basis: 200px;

}

.wrapp-contact .wrapp-contact__data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.wrapp-contact .tel__wrapper {
    display: block;
    /* max-width: 200px; */
	width: 310px;
}

.wrapp-contact .wrapp-contact__contacts--wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.wrapp-contact .email__wrapper {
    display: block;
    max-width: 370px;
}

.wrapp-contact .address__wrapper {
    display: block;
    max-width: 250px;
}

.wrapp-contact .requisites_el {
    font-weight: bold;
}

@media screen and (max-width:944px) {
    .p-item:after {
        display: none;
    }
}

@media screen and (max-width:850px) {
    .docs-block {
        -webkit-column-count: initial;
           -moz-column-count: initial;
                column-count: initial;
        margin: 15px 0px;
    }
}

@media screen and (max-width:690px) {
    .advantages-1 .advant-item {
        width: 45%;
    }
}

@media screen and (max-width:450px) {
    .pod-ttl {
        font-size: 15px;
    }

    .ttl {
        font-size: 18px;
    }
}

.bottom-space {
    margin-top: 20px;
}

#scrollup {
    position: fixed;
    /* фиксированная позиция */
    left: 15px;
    /* отступ слева */
    bottom: 15px;
    /* отступ снизу */
    display: none;
    /* спрятать блок */
    cursor: pointer;
    z-index: 999
}

.column.logo {
    width: 90px;
}

.large-15.wrapp-logo {
    width: unset;
}

.large-15.wrapp-logo a {
    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;
}

.large-15.wrapp-logo a:hover {
    text-decoration: none
}

.wrapp-logo .description p {
    margin: 0;
    line-height: 30px;
    font-size: 17px;
    color: #333;
    /*font-family: 'Montserrat', sans-serif;*/
}

.wrapp-logo .description .description-title {
    font-size: 32px;
    color: #009fe0;
    font-weight: bold;
}

.wrapp-logo .description {
    margin-left: 28px;
}

.large-60.wrapp-info {
    width: unset;
}

.large-20.wrapp-tel {
    width: unset;
}

.large-5.wrapp-form {
    width: unset;
}

header .column-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 5px;
}

header .column-group:after {
    content: none;
}

.wrapp-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.wrapp-icons div:first-child {
    margin-right: 15px;
}

.wrapp-info p {
    margin: 0;
}

.wrapp-info p a {
    color: #333;
    text-decoration: underline;
}

.wrapp-info p a:hover {
    text-decoration: none;
    color: #009fe0
}

.wrapp-form a {
    padding: 8px 20px;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #e21c2a;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    color: #fff;
    font-weight: bold;
}

.wrapp-form a:hover {
    background: #f34a56;
    text-decoration: none;
}

.ink-navigation ul.menu.flat.black {
    background: unset;
    min-height: 40px;
}

.ink-navigation ul.menu.horizontal li a {
    font-size: 13px;
    cursor: pointer;
}

.wrapp-menu {
    background: #eee;
    margin-top: 10px;
    position: relative;
    z-index: 999;
}

.ink-navigation ul.menu.shadowed {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.ink-navigation ul.menu.black li a:hover {
    color: #fff;
    background-color: #0072a0;
}

.wrapp-menu .ink-grid ul:after {
    content: none;
}

.ink-navigation ul.menu.horizontal li ul.sub-menu li {
    background: #0072a0;
}

.ink-navigation ul.menu li ul.sub-menu li a {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

.ink-navigation ul.menu.horizontal li:focus {
    background: #004f6f;
}

.ink-navigation ul.menu.shadowed li:hover {
    background: #004f6f;
}

.ink-navigation ul.menu.shadowed li:hover a {
    color: #fff;
}

.footer-bot {
    background: #c9c9c9;
}

.fopter-left p {
    margin: 0;
}

.footer-bot .ink-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 0 5px;
}

.footer-bot .footer-right {
    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;
}

.footer-bot .footer-right p {
    margin: 0;
}

.wrap-counters {
    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;
}

.wrap-counters span {
    margin-right: 8px;
}

.footer-right .info-text {
    margin-left: 20px;
}

.wrap-counters span a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-widget h6 {
    display: none
}

.footer-top .column-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 5px;
}

.footer-top .column-group:after {
    content: none;
}

.footer-top .screen-size-helper {
    padding-left: 0;
    padding-right: 0;
}

.widget-footer {
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.wrapp-widget {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 62.3%;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer-widget .screen-reader-text {
    font-size: 15px;
}

.widget-footer .wrapp-payment {
    margin: 0;
    font-size: 15px;
    color: #555;
    width: 30.6%;
}

.wrapp-tel_no {
    display: none;
}

.header-burger {
    display: none;
}

.header-burger span {
    display: none;
}

.widget-footer .wrapp-payment {
    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;
}

.widget-footer .wrapp-payment>div {
    margin-left: 15px;
}

@media screen and (max-width: 780px) {
    .wrapp-icons {
        display: none;
    }

    .ink-navigation ul.menu.flat.black {
        height: 100%;
    }

    .menu-item:after {
        content: none;
    }

    .open_subcategories svg {
        fill: #fff;
    }

    header .hide-small {
        display: block !important
    }

    header .column-group {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .large-60.wrapp-info {
        display: none !important
    }

    .large-15.wrapp-logo a {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: unset;
        -webkit-align-items: unset;
           -moz-box-align: unset;
            -ms-flex-align: unset;
                align-items: unset;
    }

    .large-15.wrapp-logo {
        width: 100%;
        padding: 0 15px;
    }

    .wrapp-logo .description .description-title {
        font-size: 15px;
    }

    .wrapp-logo .description p {
        line-height: 1.4;
        margin-left: 5px;
    }

    .wrapp-logo .description {
        width: 50%;
        margin-left: 0;
    }

    .column.logo {
        width: 50%;
        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;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .column.logo img {
        width: 90px;
    }

    .large-20.wrapp-tel {
        width: 100%;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        padding: 0 15px;
    }

    .large-20.wrapp-tel .wrapp-tel_no {
        display: block;
        width: 50%;
    }

    .large-20.wrapp-tel .contacts {
        width: 50%;
        margin-left: 0;
        margin-top: -37px;
    }

    .header-burger {
        display: block;
        width: 50%;
    }

    .large-5.wrapp-form {
        width: 100%;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: 10px;
    }

    .ink-grid.mob-pad {
        padding: 0;
    }

    .ink-grid.mob-pad .screen-size-helper {
        padding-left: 0;
        padding-right: 0;
    }

    .wrapp-form a {
        -webkit-border-radius: unset;
           -moz-border-radius: unset;
                border-radius: unset;
        background: #009FE0;
        color: #fff;
        font-size: 15px;
    }

    .wrapp-form a:hover {
        background: #0072a0;
    }

    .wrapp-form a:focus {
        background: #f34a56;
    }

    .wrapp-form a:active {
        background: #f34a56;
    }

    .wrapp-form>div {
        width: 50%;
    }

    .header-burger {
        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;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background-color: #eee;
        color: #333;
        font-size: 15px;
    }

    header .contacts a {
        margin-left: 5px;
    }

    .wrapp-menu {
        position: fixed;
        top: -100%;
        width: 100%;
        height: 100%;
        left: 0;
        background: #009fe0;
        z-index: 999999;
        display: block;
        overflow: auto;
        margin-top: 0;
    }

    .ink-navigation {
        height: 100%;
        background: #009fe0;
    }

    .wrapp-menu.active {
        top: 0;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .ink-navigation ul.menu.flat.black {
        padding-top: 50px;
    }

    .ink-navigation ul.menu.horizontal li {
        width: 100%;
    }

    .ink-navigation ul.menu.horizontal li a {
        padding-left: 10px;
    }

    .header-burger.active {
        position: absolute;
        top: 0px;
        margin: 0;
        z-index: 9999;
        display: block;
        padding-left: 25px;
        font-size: 0;
        background: #009fe0
    }

    .header-burger.active span {
        display: block;
        position: relative;
    }

    .header-burger span:after,
    .header-burger span:before {
        content: '';
        background: #fff;
        position: absolute;
        width: 20px;
        height: 3px;
        left: 0;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .header-burger span:after {
        -webkit-transform: rotate(-45deg);
           -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
             -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
        bottom: -9px;
        background: #333
    }

    .header-burger span:before {
        -webkit-transform: rotate(45deg);
           -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
             -o-transform: rotate(45deg);
                transform: rotate(45deg);
        top: 6px;
        background: #333
    }

    .footer-top .column-group {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    footer .wrapp-tel_no {
        width: 50%;
        display: block;
    }

    footer .large-20.wrapp-tel {
        width: 50%;
    }

    footer .large-20.wrapp-tel .contacts {
        width: 100%;
    }

    .widget-footer {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .widget-footer .wrapp-payment {
        width: 100%;
    }

    .footer-bot .ink-grid {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .footer-bot {
        padding: 0 15px;
    }

    .footer-bot .footer-right {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .ink-navigation ul.menu.shadowed li ul.sub-menu {
        position: unset;
    }

    .ink-navigation ul.menu li ul.sub-menu li a {
        padding-left: 30px;
    }

    .ink-navigation ul.menu li ul.sub-menu li .sub-menu li a {
        padding-left: 50px;
    }

    .ink-navigation ul.menu li:hover>ul.sub-menu {
        display: none;
    }
}

.ink-navigation ul.menu.horizontal li ul.sub-menu ul.sub-menu {
    left: 100%;
    top: 0;
}

@media screen and (max-width: 780px) {
    div.open_subcategories {
        float: right;
        color: #fff;
        width: 50px;
        cursor: pointer;
        /* padding-top: 14px; */
        padding: 10px;
        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;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

@media screen and (min-width: 780px) {
    div.open_subcategories {
        display: none !important;
    }
}

.open_subcategories svg {
    width: 22px;
    height: 22px;
}

.ink-navigation ul.menu.horizontal li .sub-menu li .open_subcategories svg {
    fill: #fff;
}

.ink-navigation ul.menu.shadowed li:hover .open_subcategories svg {
    fill: #fff
}

.text_strong {
    font-weight: bold;
}

.title_h3 {
    margin-top: 50px;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.4;
    color: #000;
    font-weight: bold;
    text-align: center;
    font-size: 28px;
}

#front1 .ink-navigation ul.pagination.chevron li.next a,
#front1 .ink-navigation ul.pagination.chevron li.previous a {
    top: 24%;
    font-size: 3em;
}

.advantages-2 {
    margin: 20px 0;
    text-align: center;
}

.advantages-2 .advant-item {
    display: inline-block;
    vertical-align: top;
    width: 29%;
    margin: 2%;
    text-align: left;
}

.advantages-2 .flex-wrap {
    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;
}

.advantages-2 img {
    width: 50px;
    height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 15px;
}

.advantages-2 span {
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
}

@media screen and (max-width: 900px) {
    .advantages-2 .advant-item {
        width: 45%
    }
}

@media screen and (max-width:690px) {
    .advantages-2 .advant-item {
        width: 100%;
        margin: 15px 0;
    }

    .slider-panel.hide-tiny.hide-small {
        display: block !important
    }

    #front1 .ink-navigation ul.pagination.chevron li.next a,
    #front1 .ink-navigation ul.pagination.chevron li.previous a {
        top: 22%;
        font-size: 1.3em;
    }

    .slider-panel .ink-navigation {
        background: unset;
    }

    .header-burger__new span:before {
        -webkit-transform: rotate(45deg);
           -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
             -o-transform: rotate(45deg);
                transform: rotate(45deg);
        top: 6px;
        background: #333;
    }

    .header-burger__new span:after {
        -webkit-transform: rotate(-45deg);
           -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
             -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
        bottom: -9px;
        background: #fff;
    }

    .header-burger__new span:after,
    .header-burger__new span:before {
        content: '';
        background: #fff;
        position: absolute;
        width: 20px;
        height: 3px;
        left: 0;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .header-burger.active {
        position: unset;
    }

    .header-burger__new {
        position: relative !important;
        top: 19px !important;
        padding-left: 0 !important
    }
}

.wrapp-advantage p {
    margin: 0;
}

#front2 .ink-navigation ul.pagination.chevron li.next a,
#front2 .ink-navigation ul.pagination.chevron li.previous a {
    top: 39%;
}

#front .ink-navigation ul.pagination.chevron li.next a,
#front .ink-navigation ul.pagination.chevron li.previous a {
    font-size: 20px;
    color: #a9a9a9 !important
}

#front blockquote.medium {
    font-size: 16px;
    padding-right: 30px;
    opacity: 1;
}

#front .ink-navigation ul.pagination.chevron li.previous a {
    left: -6px;
}

.ink-navigation ul.pagination.chevron li.next a {
    right: -9px;
}

.wrapp-lisen__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.wrapp-lisen__img a {
    width: 20%
}

.wrapp-lisen {
    padding: 0 15px;
    margin-bottom: 50px;
}

@media screen and (max-width: 900px) {
    .wrapp-lisen__img a {
        width: 30%;
    }

    .wrapp-lisen__img {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}

@media screen and (max-width: 1204px) {
   .ink-navigation ul.menu.horizontal li a {
       padding: 16px 17px;
   }
}
@media screen and (max-width: 1044px) {
   .ink-navigation ul.menu.horizontal li a {
       padding: 16px 14px;
   }
}
@media screen and (max-width: 670px) {
  .ink-navigation ul.menu.horizontal li ul.sub-menu {
     min-width: 227px;
  }
}


@media screen and (max-width: 959px) and (min-width: 650px) {
    .ink-grid {
        padding: 0 15px;
    }

    .panel {
        padding: 0;
    }
}

@media screen and (max-width: 649px) {
    .wrapp-lisen__img a {
        width: 48%;
    }

    .ink-grid .column-group.horizontal-gutters>[class*="small-"] {
        padding-left: 0;
    }

    .ink-grid .ink-grid {
        padding: 0;
    }
}

.wrapp-plash {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-family: Montserrat;
}

.cards-3col__item {
    float: left;
    width: -webkit-calc(100% / 3 - 16px);
    width: -moz-calc(100% / 3 - 16px);
    width: calc(100% / 3 - 16px);
    margin-right: 16px;
    -webkit-box-shadow: 0px 0px 4px #00000024;
       -moz-box-shadow: 0px 0px 4px #00000024;
            box-shadow: 0px 0px 4px #00000024;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    margin-top: 16px;
}

.card {
    display: block;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0px 0px 4px #00000024;
       -moz-box-shadow: 0px 0px 4px #00000024;
            box-shadow: 0px 0px 4px #00000024;
    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
            border-radius: 12px;
}

.cards-3col-item.formedu {
    padding: 18px 42px;
}

.cards-3col__item:hover {
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, .25);
       -moz-box-shadow: 0 4px 30px rgba(0, 0, 0, .25);
            box-shadow: 0 4px 30px rgba(0, 0, 0, .25);
    -webkit-transform: translateY(-10px) !important;
    -moz-transform: translateY(-10px) !important;
     -ms-transform: translateY(-10px) !important;
      -o-transform: translateY(-10px) !important;
         transform: translateY(-10px) !important;
}

.formedu-title {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    display: block;
}

.wrapp-plash p {
    font-size: 15px;
    line-height: 1.4
}

.new-btn {
    text-align: center;
    margin-top: 40px;
}

.formedu__text a {
    color: #333;
    text-decoration: none;
}

.new-btn a {
    width: 180px;
    height: 40px;
    background-color: #e21c2a;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: bold;
    color: #fff;
    margin: auto;
}

.new-btn a:hover {
    background-color: #f34a56;
    text-decoration: none;
}

.formedu__cost {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    margin-bottom: 28px;
}

.formedu-cost__num {
    position: relative;
    padding-right: 22px;
    font-size: 32px;
    z-index: 2;
    color: #272727;
    font-weight: 700;
}

.formedu-cost__dscr {
    font-size: 18px;
    color: #272727;
    font-weight: 700;
    margin-left: 10px;
}

.formedu-cost__num:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 7px;
    width: 16px;
    height: 22px;
    background: url(/wp-content/themes/lstol.ru/img/rub.svg) no-repeat center;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    z-index: 2;
}

.rus-new .new-btn a:first-child {
    display: none;
}

.formedu__title {
    text-align: center;
    margin-bottom: 20px;
}

.wrapp-norm {
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    .cards-3col__item {
        width: 100%;
    }
}

.new-new p {
    margin: 15px 0 0;
}

#front2 .slide img {
    max-height: 800px;
}

.wrapp-advantage ul li {
    position: relative;
    list-style: none;
}

.wrapp-advantage ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #009fe0;
    left: -15px;
    top: 9px;
}

.breadcrumbs ul li:before {
    content: none;
}

.ink-navigation ul li:before {
    content: none;
}

.advantages-1 {
    margin: 20px 0;
    text-align: center;
}

.advantages-1 .advant-item {
    display: inline-block;
    vertical-align: top;
    width: 17%;
    margin: 1%;
}

.advantages-1 img {
    width: 100px;
    height: 70px;
    -o-object-fit: contain;
       object-fit: contain;
}

.advantages-1 span {
    display: block;
    margin-top: 3px;
    font-size: 15px;
    line-height: 1.4
}

@media screen and (max-width:690px) {
    .advantages-1 .advant-item {
        width: 45%;
    }
}

@media screen and (max-width:400px) {
    .advantages-1 .advant-item {
        width: 100%;
        margin: 15px 0;
    }
}

.advant-item__numeral {
    font-size: 40px;
    color: #009fe0;
    font-weight: bold;
}

.advantages-1 {
    font-family: Montserrat;
}

.form-adv {
    display: block;
    margin-top: 10px;
}

.advant-item a:hover {
    color: #009fe0 !;
}

.highlight-wrapper {
    text-align: center;
}

.ink-toggle.ink-button.fullwidth {
    max-width: 600px;
    background: #eee
}

.ink-button.fullwidth {
    max-width: 600px;
    background: #eee
}

.ink-button.green {
    width: 240px;
    height: 40px;
    margin: auto;
    background: #e21c2a;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    border: none;
    text-shadow: none;
}

.ink-button.green:hover {
    background: #f34a56;
    text-decoration: none;
}

.ink-button.green:active {
    background: #f34a56;
    text-decoration: none;
}

.btn-lk a:hover {
    text-decoration: none;
}

@media screen and (max-width:690px) {
    .advantages-1 .advant-item {
        width: 45%;
    }
}

@media screen and (max-width: 600px) {

    .column-group.gutters,
    .column-group.horizontal-gutters {
        margin-left: 0;
    }

    .ink-grid .column-group.gutters>[class*="small-"] {
        min-height: 175px;
    }

    .widget-footer {
        margin-top: 15px;
    }

    .wrapp-form a {
        font-size: 14px;
    }

    .large-15.wrapp-logo {
        padding: 0;
    }

    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 20px 0;
    }

    .wrapp-lisen {
        padding-bottom: 15px;
    }

    .panel {
        padding: 0;
    }

    .wrapp-widget {
        display: block;
    }

    .widget-footer .footer-widget {
        margin-bottom: 20px;
        margin-right: 0;
    }
}

@media screen and (max-width:400px) {
    .advantages-1 .advant-item {
        width: 100%;
        margin: 15px 0;
    }
}

@media screen and (max-width: 350px) {
    footer .large-20.wrapp-tel {
        padding: 0;
    }

    .wrapp-form>div {
        width: 100%;
    }

    .large-20.wrapp-tel .contacts {
        margin-top: -12px;
    }

    .wrapp-form a {
        font-size: 13px;
    }
}

.new-otziv img {
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
    height: 300px;
    width: 100%;
}

.new-otziv figure {
    padding-left: 25px;
    height: 300px;
}

.footer-widget .ink-form fieldset {
    margin-bottom: 0 !important
}



.green-btn a {
    max-width: 190px;
    height: 40px;
    background: #e21c2a;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: bold;
    color: #fff;
    text-shadow: none;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    margin: auto;
    border: none;
}

.green-btn a:hover {
    background: #f34a56;
}


.category-news.ink-sticky-stuck {
    position: unset !important
}

@media screen and (max-width: 900px) {
    .wrapp-widget {
        width: unset;
    }
}

#front2.ink-carousel .stage .slide {
    max-height: 450px;
}

#front2.ink-carousel .stage .slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

#front .small.align-right {
    margin-right: 10px;
}

.hide-small.new-otziv {
    display: block !important
}

#front.ink-carousel {
    height: auto !important
}

.ink-alert.block {
    background: #fff;
}

.footer-back__block {
    background: url(/wp-content/themes/lstol.ru/img/siluet-Moskvy.png);
    background-position: bottom;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    /* height: 300px; */
    /* position: absolute; */
    width: 100%;
    bottom: 0px;
    left: 0;
    z-index: 0;
    background-repeat: repeat-y;
    padding: ;
}


.footer-back {
    position: relative;

}

#main-wrapper {
    z-index: 99;
}

.flowers::before {
    content: '';
    display: block;
    width: 330px;
    height: 285px;
    color: #fff;
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    z-index: 5;
   background-image: url(/wp-content/uploads/2022/08/am.png);
    background-repeat: no-repeat;
background-color:#fff;
transform: scale(-1,1);
display: none;
}

.flowers::after {
    content: '';
    display: block;
    width: 330px;
    height: 285px;
    color: #fff;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
background-color:#fff;
    background-image: url(/wp-content/uploads/2022/08/am.png);
    background-repeat: no-repeat;
    display: none;
}

header .clearfix {
    z-index: 99;
}

.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}
figure.effect-dexter {
    background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(104,60,19,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(37,141,200,1)),to(rgba(104,60,19,1)));
    background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%);
    background: -moz-linear-gradient(top, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%);
    background: -o-linear-gradient(top, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%);
    background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%);
    -webkit-text-size-adjust: 100%;
    color: #fff;
    font-weight: 400;
    font-size: 1em;
    font-family: 'Raleway', Arial, sans-serif;
    list-style: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 320px;
    max-width: 480px;
    max-height: 360px;
    width: 48%;
    text-align: center;
    cursor: pointer;
    background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%);
}
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 320px;
    max-width: 480px;
    max-height: 320px;
    width: 48%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}
figure.effect-dexter figcaption::after {
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
    height: -webkit-calc(50% - 30px);
    height: -moz-calc(50% - 30px);
    height: calc(50% - 30px);
    border: 7px solid #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    -o-transition: -o-transform 0.35s;
    -moz-transition: transform 0.35s, -moz-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s;
    -webkit-transform: translate3d(0,-100%,0);
    -moz-transform: translate3d(0,-100%,0);
         transform: translate3d(0,-100%,0);
}
.grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
figure.effect-dexter:hover img {
    opacity: 0.4;
}
figure.effect-dexter img {
    -webkit-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    -moz-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.grid figure img {
    position: relative;
    min-height: 320px;
    max-width: 100%;
    opacity: 0.8;
	object-fit:cover;
}
img {
    border: 0;
}
figure.effect-dexter figcaption {
    padding: 3em;
    text-align: left;
}

.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
a:hover, a:focus {
    color: #528cb3;
}
a:active, a:hover {
    outline: 0;
}
.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
         backface-visibility: hidden;
}
.grid figure h2, .grid figure p {
    margin: 0;
}
.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    color: #fff;
}
figure.effect-dexter:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
         transform: translate3d(0,0,0);
}
figure.effect-dexter p {
    position: absolute;
    right: 60px;
    bottom: 50px;
    left: 60px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
    -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s;
    -webkit-transform: translate3d(0,-100px,0);
    -moz-transform: translate3d(0,-100px,0);
         transform: translate3d(0,-100px,0);
}
figure.effect-dexter:hover figcaption::after {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
         transform: translate3d(0,0,0);
}
figure.effect-dexter figcaption::after {
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
    height: -webkit-calc(50% - 30px);
    height: -moz-calc(50% - 30px);
    height: calc(50% - 30px);
    border: 7px solid #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    -o-transition: -o-transform 0.35s;
    -moz-transition: transform 0.35s, -moz-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s;
    -webkit-transform: translate3d(0,-100%,0);
    -moz-transform: translate3d(0,-100%,0);
         transform: translate3d(0,-100%,0);
}
.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}
.grid figure h2, .grid figure p {
    margin: 0;
}
/*.slider-panel.hide-tiny.hide-small{
    display: block!important
}*/
.wrapp-cen {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
    .cards-3col__item {
        margin-right: 0;
    }

    .two-block div {
        width: 100%;
        margin: 0;
        margin-top: 10px;
    }

    #menu-item-15439:before {
        content: none;
    }

    .wrapp-contact__contacts--wrapper>div {
        width: 100%;
        margin-top: 15px;
    }

    blockquote {
        border-left: none;
    }

    #front blockquote.medium {
        padding: none;
        text-align: center;
    }

    .ink-navigation ul.pagination.chevron li.next a,
    .ink-navigation ul.pagination.chevron li.previous a {
        top: 39%;
    }

    .slider-panel .ink-grid div,
    .slider-panel .size-auto,
    .slider-panel .size-full,
    .slider-panel .size-large,
    .slider-panel .size-medium,
    .slider-panel .size-thumbnail {
        max-width: 100%;
        width: 100%;
    }
	.wrapp-form .btn-lk a button{
		font-size:14px!important;
	}
	#front2.ink-carousel ul.custslideima{
		height:200px!important;
	}
		#front2 .customnavslide .chevron .previous a,
		#front2 .customnavslide .chevron .next a{
			top:25%!important;
		}
}

@media screen and (max-width: 400px) {

    .ink-navigation ul.pagination.chevron li.next a,
    .ink-navigation ul.pagination.chevron li.previous a {
        top: 34%;
    }
}

@media screen and (max-width: 350px) {

    .ink-navigation ul.pagination.chevron li.next a,
    .ink-navigation ul.pagination.chevron li.previous a {
        top: 30%;
    }
}

.wrapp-list_block {
    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;

}

.wrap-list__block2 {
    margin-left: 20px;
}

@media screen and (max-width: 900px) {
    .wrapp-list_block {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .wrap-list__block2 {
        margin-left: 0;
    }
}

article {
    padding-bottom: 0;
    margin-bottom: 0;
}

.panel {
    padding-bottom: 0;
}

figcaption.dark {
    min-height: 62px;
    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;
}

.wrapp-form .btn-lk a {
    max-width: 240px;
    height: 40px;
    padding: 0;
    margin-top: 10px;
}

.wrapp-form .btn-lk a button {
    font-size: 16px;
}

@media screen and (max-width: 600px) {
    .large-5.wrapp-form {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .wrapp-form>div.btn-lk {
        width: 100%;
    }

    .wrapp-form .btn-lk a {
        max-width: unset;
        width: 100%;
        margin-top: 0;
    }

    .vid_banner video {
        width: 100% !important;
    }

    .vid_banner p {
        width: 100% !important;
    }

    .product-thumb .description_options {
        display: block !important
    }

}

.spec-2-title {
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}

.spec-2 {
    text-align: center;
    margin: 10px 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px;
}

.spec-slider1 .spec-2 img {
    width: 200px;
    display: initial;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
}

.review-19 .review-img {
    width: 15%;
    margin-right: 5%;
    min-width: 100px;
}

.spec-2 .spec-item .spec-title {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.spec-2 .spec-item .spec-dol {
    display: block;
    font-size: 12px;
}

.spec-slider1 .slick-prev:before,
.spec-slider1 .slick-next:before {
    color: #818181;
}

.spec-slider1 .slick-next {
    right: -10px;
    z-index: 999;
}

.spec-slider1 .slick-prev {
    left: -10px;
    z-index: 999;
}

.spec-slider1 .spec-2 img {
    max-height: 250px;
}

.wrapp-prepod img {
    float: left;
    max-width: 250px;
    width: 100%;
    margin: 0 15px 15px 0;
}

.wrapp-prepod__title {
    line-height: 1.4;
    color: #000;
    font-weight: bold;
    font-size: 28px;
}
.prepod__title {
    line-height: 1.4;
    color: #000;
    font-weight: bold;
    font-size: 23px;
}

.home .new-prep {
    display: none;
    -webkit-background-size: contain !important;
       -moz-background-size: contain !important;
         -o-background-size: contain !important;
            background-size: contain !important
}

.wrapp-preb__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    align-items: center;
	justify-content: center;
}

.wrapp-preb__flex img {
    max-height: 250px;
    width: 200px;
    display: initial;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
}

.wrapp-preb__flex>div {
    width: 20%;
}

.page-id-95 .new-prep {
    display: none;
}

.page-id-1913 .new-prep {
    display: none;
}

.page-id-21 .new-prep {
    display: none;
}

.page-id-1944 .new-prep {
    display: none;
}

.page-id-15467 .new-prep {
    display: none;
}

.page-id-42 .new-prep {
    display: none;
}

.page-id-14645 .new-prep {
    display: none;
}

.page-id-15393 .new-prep {
    display: none;
}

.page-id-15386 .new-prep {
    display: none;
}

.page-id-16032 .new-prep {
    display: none;
}

.wrapp-payment .wrapp-icons {
    display: none;
}

@media screen and (max-width: 1100px) {
    .wrapp-preb__flex>div {
        width: 33%
    }
}

@media screen and (max-width: 600px) {
    .wrapp-preb__flex>div {
        width: 50%
    }

    .wrapp-form>div {
        width: 100%;
        height: 40px;
    }

    .vid_banner {
        display: none !important;
    }

    .two-block {
        margin-top: 25px 0;
    }

    .wrapp-payment .wrapp-icons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .wrapp-widget {
        width: 100%;
    }
}

.new-gutters .hide-medium {
    display: block !important
}

.wrapp-preb__flex .hide-medium {
    display: block !important
}

.spec-slider4.slick-initialized .slick-slide {
    margin: 0 15px;
}

.spec-slider4 .slick-slide img {
    height: 250px;
    margin: auto;
}

.spec-slider4 .slick-prev:before,
.spec-slider4 .slick-next:before {
    color: #000
}

.wrapp-lisen__img .slick-prev:before,
.wrapp-lisen__img .slick-next:before {
    color: #000
}

@media (max-width: 600px) {
    .spec-slider4 .slick-next {
        right: 0;
    }

    .spec-slider4 .slick-prev {
        left: 0;
    }

    .wrapp-lisen__img .slick-next {
        right: -20px;
    }

    .wrapp-lisen__img .slick-prev {
        left: -20px;
    }
}

body {
    background-repeat: repeat-y;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    overflow-x: hidden;
}

/* body:before{
	content: '';
    position: absolute;
    left: 0;
    width: 136px;
    top: 0;
    background-image: url(/img/072.png);
    height: 150px;
    background-size: cover;
    z-index: 99999;
} */
.wrapp-link {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    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;
}

.wrapp-link a {
    margin-bottom: 20px;
    margin-right: 20px;
    background: #e21c2a;
    padding: 10px 15px;
    -webkit-border-radius: 22px;
       -moz-border-radius: 22px;
            border-radius: 22px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
}

.wrapp-link a:hover {
    background: #f34a56;
    text-decoration: none;
    color: #ffffff;
}

.t-align_left {
    text-align: left;
}

.t431__table {
    border-collapse: collapse;
    table-layout: auto;
}

.t431__table,
.t431__tbody,
.t431__th,
.t431__td {
    margin: 0;
    padding: 0;
    border: 0 solid #ccc;
    vertical-align: baseline;
    text-align: inherit;
}

#rec253249500 .t431 .t431__th {
    border-width: 0px 1px 1px 1px;
    background: #4ab5fc;
    border-color: #4ab5fc;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.t431__tdscale_1 .t431__th,
.t431__tdscale_1 .t431__td {
    padding: 20px;
}

.t431__table,
.t431__tbody,
.t431__th,
.t431__td {
    border: 0 solid #ccc;
}

.t431__tbody {
    overflow-y: auto;
    height: inherit;
    vertical-align: middle;
}

#rec253249500 .t431 .t431__oddrow {
    background: #ffffff;
}

#rec253249500 .t431 .t431__tbody tr:nth-child(1) td {
    border-top: 0 !important;
}

#rec253249500 .t431 .t431__td {
    border-width: 1px 1px;
    vertical-align: top;
    border-color: #4ab5fc;
    color: #4d4c4c;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    padding-top: 5px;
    padding-bottom: 5px;
}

#rec253249500 .t431 .bg-licey .t431__td {
    border-color: red;
    border: 2px solid red;
}

@media(max-width:600px) {
    .xlarge-5.wrapp-form .btn-lk {
        margin-top: 20px;
    }

    .new_type_display {
        width: 100%;
        margin: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}

@media(max-width:400px) {
    .new_type_display .green-btn.green_margin {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

table {
    width: 100%;
    border: 4px black;
    border-collapse: collapse;
}

th {
    text-align: left;
    background: #ccc;
    padding: 5px;
    border: 1px solid black;
}

td {
    padding: 5px;
    border: 1px solid black;
}

.tag220 {
    display: inline-block;
    height: 32px;
    padding: 0 12px;
    margin-right: 1rem;
    margin-bottom: 1rem;
    font-size: 13px;
    font-weight: 500;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    background-color: #eceff1;
    -webkit-border-radius: 16px;
       -moz-border-radius: 16px;
            border-radius: 16px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}


.table__price tr td {
    padding: 5px 10px;
    border-bottom: 1px solid;
    background: none;
    line-height: 1;
}

.card.cards-3col__item .new-btn a {
    display: block;
    line-height: 40px;
}

.card.cards-3col__item {
    padding-bottom: 50px;
}

.card.cards-3col__item .new-btn {
    margin-top: 0;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
       -moz-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
         -o-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
}
.thanks-block {
    width: 300px;
}

@media screen and (max-width: 740px) {
    #gallery-1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .gallery-columns-3#gallery-1 .gallery-item {
        width: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}


@media screen and (max-width: 600px) {
    .pc-btn {
        display: none !important;
    }

    .mob-btn {
        display: block !important;
        text-align: center;
    }

    .column.contacts a {
        text-align: left;
		font-size: 17px;
    }
    .flowers::before {
        content: '';
        display: none;

    }

    .flowers::after {
        content: '';
        display: none;
    }
    .grid figure h2 {
        margin-top: 195px!important;
        font-size: 22px;
    }
    .grid figure .school_services__title {
        margin-top: 195px!important;
        font-size: 22px;
    }
    .grid figure img {
        zoom: unset!important;
    }
    .footer-back {
        margin-top: 0;
    }
    figure.effect-dexter figcaption::after {
        bottom: 20px;
        height: 60px;
        -webkit-transform: unset;
           -moz-transform: unset;
            -ms-transform: unset;
             -o-transform: unset;
                transform: unset;
    }
    figure.effect-dexter p {
        display: none;
    }

	.footer-bot .footer-right {
		display: block;
	}

	.footer-right div:first-child {
		float: left;
		margin: 20px 10px 0 0;
	}

	.ink-grid div.grid {
		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;
    -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;
	}
    .wrapp-form a:hover{
        background: #e21c2a;
        border-radius: 0;
        color: #fff;
    }
    .header-burger {
    font-size: 14px;
    color: #fff;
    background: #e21c2a;
    margin-bottom: 20px;
    font-weight: 700;
}
.spec-slider5 .slick-list {
    height: 100% !important;
}
.thanks-block {
    text-align: center;
    margin: 20px auto;
}

}

.tab_block {
    display: inline-block;
    height: 32px;
    padding: 0 12px;
    margin-right: 1rem;
    margin-bottom: 1rem;
    font-size: 13px;
    font-weight: 500;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    background-color: #eceff1;
    -webkit-border-radius: 16px;
       -moz-border-radius: 16px;
            border-radius: 16px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}


.wrapp-icons2 {
    margin: 5px auto;
    max-width: 255px;
    width: 100%;
}
.new-color-btn a {
    background: #009FE0;
}
.new-color-btn .green_margin_top_1 a {
    background: red;
}
.new-color-btn .green_margin_top_1 a:hover {
        background: #e4525c;
	    color: #fff;
}
.new-color-btn .ink-button {
    background: #009FE0;
}
.new-color-btn a:hover {
    background: #0072a0;
	    color: #fff;
}
.new-color-btn .ink-button:hover {
    background: #0072a0;
	    color: #fff;
}
.wrapp-icons2 img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.school_services .effect-dexter {
	min-width: 265px;
    max-height: 285px;
    width: 31%;
}

.school_services .effect-dexter figcaption {
	padding: 1.5em 1em;
}

.school_services .effect-dexter img {
	opacity: 0.6;
	min-height: 290px;
}

.school_services .effect-dexter figcaption::after {
	right: 10px;
    bottom: 30px;
    left: 10px;
}

.school_services .effect-dexter p {
	right: 30px;
    bottom: 45px;
    left: 30px;
}









@media screen and (max-width: 9989px) {
	.header-btn-mob a {
    background: #009FE0!important;
    border: #009FE0 2px solid!important;
    color: #fff!important;
}

}


@media screen and (max-width: 600px) {

	.green_margin{
		margin-right:0;
	}
	.advantages-1{
		margin-bottom:0;
		margin-top:0;
	}
	.advantages-1 .advant-item p, .advantages-1 p{
		margin:0;
	}
	.wrapp-order h2{
		margin:0;
	}
	.large-60.wrapp-info{
		width:100%;
		display:block!important;
	}
	.large-60.wrapp-info .column.name p{
		text-align:center;
	}
	.large-20.wrapp-tel{
		    flex-wrap: wrap;
	}
	.large-20.wrapp-tel .contacts {
		width:100%;
		text-align:center;
	}
	.large-20.wrapp-tel .contacts a {

		text-align:center;
	}
.school_services .effect-dexter {
	min-width: 320px;
    max-width: 480px;
    max-height: 320px;
    width: 48%;
}
.school_services .effect-dexter img {
	min-height: 320px;
	width: 100%;
}
.school_services .effect-dexter figcaption {
	padding: 2em;
}
.school_services .effect-dexter figcaption::after {
	bottom: 20px;
}
}
@media screen and (max-width: 425px) {
    .gallery-columns-3#gallery-1 .gallery-item {
        width: 100%;
    }

	.large-20.wrapp-tel .contacts {
		margin-top: 0;
	}
	.grid figure {

	}

}

.table_bottom td {
	border-bottom: 1px solid;
}

.ink-carousel-1 .stage .slide {
	display: block;
}
.header__phone{
    white-space: nowrap;
     word-wrap: normal;
}
.tel_btn2{
    height: 46px;
    background: #e21c2a;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    font-weight: bold;
    padding: 11px 20px;
    margin: 1% auto;
    display: block;
    font-size: 16px;
    text-align: center;
    width: 182px;
}
.tel_btn2:hover{
    color: white;
    text-decoration: none;
    background: #f34a56;
}
.bgimage_sad{
    background-image: url(/wp-content/themes/lstol.ru/img/blue.png);
    width: 80px;
    height: 80px;
    margin-right: 7px;
}
.bgimage_sad:hover{
    background-image: url(/wp-content/themes/lstol.ru/img/red.png);
}
.bgimage_galka{
    background-image: url(/wp-content/themes/lstol.ru/img/green.png) ;
    width: 50px;
    height: 40px;
    margin-right: 7px;
}
.imgfoto{
    width: 500px;
    margin: 1%;
}



.header-form a {
	background: #e21c2a;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    color: #fff;
    font-weight: bold;
    padding: 8px 20px;
    margin: 5px 0 0;
    display: block;
    font-size: 16px;
    margin: 0 auto;
    width: 185px;
    text-align: center;
}

.learn-more-item {
    display: flex;
    flex-wrap: wrap;
border: 1px solid #c6c6c6;
    border-radius: 10px;
    padding: 15px;
    margin: 20px 0;
box-shadow: 10px 10px 20px rgb(0 0 0 / 10%);
}
.learn-more img.lazyloaded {
    width: 15%;
    height: 90px;
    object-fit: cover;
}
.learn-details {
    margin-left: 20px;
}
.learn-details p {
margin: 10px 0;
}
p.text-small {
    font-size: 10px;
    margin: 0;
}
.learn-details span {
    margin-right: 30px;
    color: #A0A0A0;
    position: relative;
    margin-left: 30px;
}
.learn-button {
margin: 20px 0;
}

.learn-flex span::before {
content: "";
position: absolute;
top: 0;
left: -30px;
width: 25px;
height: 25px;
}

.learn-flex span:first-child::before {
background-image: url(/img/course.svg)
}
.learn-flex span:last-child::before {
background-image: url(/img/material.svg)
}

.txt_just, .txt_just p {
	text-align: justify;
}

.txt_cent, .txt_cent p {
	text-align: center;
}

.spec_title {
	font-size: 20px;
}

.stoimost {
    padding: 50px 0;
    position: relative;
}

.stoimost .stoimost-plashki2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    grid-gap: 40px;
    color: #006834;
    font-weight: 500;
}

.stoimost .stoimost-plashka {
    padding: 40px 20px;
    background: #f4f5f7;
    box-shadow: 1px 5px 5px #b3b3b3;
    position: relative;
    font-size: 18px;
}

.stoimost .stoimost-plashka .plashka-number {
    position: absolute;
    top: -22px;
    text-align: center;
    vertical-align: middle;
    font-size: 25px;
    line-height: 40px;
    width: 45px;
    height: 45px;
    /*background: #fff;
    border: 2px solid #559a7d;
    color: #559a7d;*/
}

.stoimost .stoimost-plashka .plashka-text {
    color: #333;
    font-size: 16px;
}
.stoimost-plashki2 a:hover {
    text-decoration: none;
}

.a_a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 5;
}

.lazyload, .lazyloading {
	opacity: 1!important;
}

.stoimost-plashki2.threejo {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.cap {
	display: table;
	width: 100%;
}
.cap div {
	display: table-cell;
	vertical-align: top;
	text-align: center;
}

div.emblem {
	width: 170px;
}

.blue {
	color: #365f91;
}

.lazyloaded {
	text-align: center;
}

.video-wrapper {
    display: flex;
    justify-content: center;
    column-gap: 30px;
    row-gap: 30px;
    flex-wrap: wrap;
    padding-top: 30px;
}

.video-wrapper iframe {
    max-width: 500px;
}
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* ��������� (���) */
.modal {
  display: none; /* ������ �� ��������� */
  position: fixed; /* ���������� �� ����� */
  z-index: 1; /* ������ �� ������� */
  left: 0;
  top: 0;
  width: 100%; /* ������ ������ */
  height: 100%; /* ������ ������ */
  overflow: auto; /* �������� ���������, ���� ��� ���������� */
  background-color: rgb(0,0,0); /* ���� �������� ������� */
  background-color: rgba(0,0,0,0.9); /* ������ � ��������������� */
}

/* ��������� ���������� (�����������) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* ��������� ���������� ����������� ( ����� �����������) - �� �� ������, ��� � ����������� */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* �������� �������� - ��������� ������ */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* ������ �������� */
.close1 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close1:hover,
.close1:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.close2 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close2:hover,
.close2:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.close3 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close3:hover,
.close3:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% ������ ����������� �� ������� ������� */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
@media only screen and (max-width: 600px){
  .table_bottom {
   display:block;overflow:auto;
  }
}
.ink-navigation, .breadcrumbs a {
    color: #999;
}


.contacts span {
text-shadow: none;
}


.tags {
	display: flex;
    gap: 10px;
	flex-wrap: wrap;
}

.tags a{
	text-decoration: none;
	background-color: #FF0000;
    color: #fff;
    padding: 10px;
}

/*ADVATAGES BLOCK блок преимуществ*/

.advantages_inner{
  max-width: 1180px;
    margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 150px 0px;
gap: 20px;
}
.advantages_inner p{
  line-height: 120%;
  margin: 0px;
}
.advantages_item{
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.callback_adv{
      background: #ff1526;
     border-radius: 30px;
    color: #fff;
    font-weight: bold;
    padding: 8px 20px;
    margin: 5px 0 0;
    display: block;
    font-size: 16px;
  width: max-content;
}
.callback_adv:hover{
      background: #f34a56;
    text-decoration: none;
  color: #fff;
}
.advantages_inner .advantages_item:nth-child(1){
  flex-basis: 480px;
}
.advantages_inner .advantages_item:nth-child(2){
  flex-basis: 550px;
}
.advantages_header{
  font-weight: 600;
font-size: 50px;
}
.advantages_text{
  font-weight: 400;
font-size: 20px;
}
.advantages_img svg path{
  fill: #ff1526;
}
.advantages_item_inner{
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.advantages_img{
 flex-basis: 50px;
}
.advatages_text_block{
  flex-basis: 470px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.advantages_text_block_header{
  font-weight: 600;
  font-size: 20px;
}
.advantages_text_block_text{
  color: #767676;
}
@media (max-width: 1200px){
.advantages_inner{
justify-content: center;
}
 .advantages_item{
flex-grow: 1;
}
}
.hide-all{
 display:block !important;
  width: 52%;
}
@media (max-width: 500px){
.hide-all{
  width: 100%;
}

}

.school_services__title {
    word-spacing: -0.15em;
    font-weight: 300;
    color: #fff;
    word-wrap: break-word;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 28px;
    display: inline-block;
    width: 100%;
}

.like-h2,
.like-h2 a {
    margin-top: 50px;
    margin-bottom: 30px;
    line-height: 1.4;
    color: #000;
    font-weight: bold;
    text-align: center;
    font-size: 28px;
}

.like-h6{
    box-sizing: border-box;
    margin: 0;
    word-wrap: break-word;
    line-height: 1.4;
    color: #000;
    font-weight: bold;
    text-align: center;
    font-size: 28px;
    margin-top: 50px;
    margin-bottom: 30px;
    font-family: "Ubuntu", sans-serif;
    text-transform: uppercase;
    display: none;
}
.h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.4;
    color: #000;
    font-weight: bold;
    text-align: center;
    font-size: 28px;
    margin-top: 50px;
    margin-bottom: 30px;
}
.tabbb {width: 100%; border-collapse: separate; border-spacing: 4px;}
.tabbb tr:first-child {color: #ffffff; font-weight: bold;}
.tabbb tr:first-child td {border-radius: 4px 4px 0 0; background: #e21c2a!important;}
.tabbb tbody tr td {border: 1px solid #e21c2a; border-radius: 4px; background: #fbd5d8;}
.tabbb tbody tr td:hover {background: #f499a0; transition-duration: 0.2s;}

@media screen and (max-width:600px){
.tabbb{display:block;overflow:auto;}
}







.wrapp-preb__flex {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 50px;
    align-items: start;
}

.wrapp-preb__flex > div {
    width: 100%;
}

.wrapp-preb__flex > div .spec-2 {
    width: 100%;
    margin: 0;
    padding: 0;
}

.wrapp-preb__flex > div .spec-item {
    width: 100%;
}

.wrapp-preb__flex > div .spec-item .spec-img {
    width: 100%;
    height: 360px;
    margin-bottom: 32px;
}

.wrapp-preb__flex > div .spec-item .spec-img img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: top;
}

.wrapp-preb__flex > div .spec-item .spec-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.wrapp-preb__flex > div .spec-item .spec-info span.spec-title {
    padding: 0;
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #343434;
    text-align: left;
}

.wrapp-preb__flex > div .spec-item .spec-info span.spec-dol {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #343434;
    text-align: left;
}

@media screen and (max-width: 1200px) {
	.wrapp-preb__flex {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

@media screen and (max-width: 468px) {
	.wrapp-preb__flex {
        grid-template-columns: 1fr 1fr;
        gap: 40px 10px;
    }

    .wrapp-preb__flex > div .spec-item .spec-img {
        height: 220px;
        margin-bottom: 15px;
    }

    .wrapp-preb__flex > div .spec-item .spec-info span.spec-title {
        font-weight: 700;
        font-size: 16px;
    }
    
    .wrapp-preb__flex > div .spec-item .spec-info span.spec-dol {
        font-weight: 400;
        font-size: 13px;
    }
}

body.page-id-3634 .slick-prev, .slick-next {
    z-index: 1000 !important;
}

.metro-container {
    display: flex;
    gap: 25px;
}

.metro-block {
    display: flex;
    gap: 5px;
    align-items: end;
}

.metro-block img{
    width: 35px;
    object-fit: cover;
}