@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
/*@import url('../vendor/brandbook/font/stylesheet.css');*/
@import url("style.css");
@import url("bootstrap.cor.css");
/*@import url('https://fonts.googleapis.com/css?family=Russo+One|Roboto');*/
/*@import url('https://fonts.googleapis.com/css?family=Roboto');*/

@font-face {
// название шрифта(чтобы не запутаться лучше указать название папки со шрифтом)
    font-family: "Montserrat";
    // адрес шрифта и тип
    src: url("../assets/fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
* {
    font-family: 'Montserrat', sans-serif;
    /*font-family: 'Proxima Nova Cn Rg';*/
}

html {
    width: 100%;
    /*background: url(../images/bg/bg_murmansk.jpg) no-repeat center top fixed;*/
    /*background: url(../images/bg/bg_footer.jpg) no-repeat center bottom;*/
    background-size: 100% auto;
    /*height: 100%;*/
    /*overflow: hidden;*/
}
/*html:before {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    background: url(../images/bg/bg_header.jpg) no-repeat center top #fff;
    background-size: 100% auto;
    width: 100%;
    min-height: 100vh !important;
}
*/body {
    background-color: transparent !important;
}
#logo a {
    /*opacity: .7;*/
    /*color: #555;*/
}
#logo .big-text {
    font-size: 140%;
    /*font-weight: bold;*/
/*    max-width: 250px; */
    white-space: normal;
    text-transform: uppercase;
}
#logo .small-text {
    font-size: 180%;
    text-transform: uppercase;
}
#logo .subtitle {
    margin-top: .1em;
    font-size: 75%;
    letter-spacing: .1em;
    display: block;
}
#logo:hover span {
	opacity: 1;
	text-shadow: 0 0 10px rgba(255,255,255,.8);
}
#logo:hover svg path {
/*    background: radial-gradient(rgba(255,255,255,.8), transparent, transparent); */
    fill: red;
}
/*#logo { margin-top: -.5em;}*/
#logo img {
    /*margin-top: .5em;*/
    width: 80px;
	opacity: 1;
}

.navbar-collapse.collapse {
/*	float: none !important; */
}

.top-info {
}
.top-info .navbar-nav > li > a span {
    display: inline-block;
    font-size: 70%;
    width: 100%;
    color: #555;
}
.top-info .navbar-nav > li > a > i {
    display: block;
    margin-bottom: .1em;
}
.top-info .navbar-nav > li > a {
    text-align: center !important;
 	/*padding: 2em 1em !important; */
}
.social-img {
    width: 32px;
    height: 32px;
    opacity: 0.7;
    transition: opacity .2s linear;
    margin-right: 20px;
}
.social-img:hover {
    opacity: 1;
}
.navbar-toggle {
	background: transparent !important;
}

#header {
}
.bg-dark-10 {
    background-color: rgba(0,0,0,.1);
}
.bg-dark-20 {
    background-color: rgba(0,0,0,.2);
}
#menu-bar {
/*    background-color: var(--main-color); */
}

#menu-bar .navbar-nav > li > a {
    text-transform: uppercase;
/*    min-height: 30px; */
}

#menu-bar .navbar-nav > li > a {
    /*border-bottom: 5px solid transparent; */
}
#menu-bar .mainmenu .navbar-nav.kur > li > a:hover,
#menu-bar .mainmenu .navbar-nav.kur > li:hover > a,
#menu-bar .mainmenu .navbar-nav.kur > li > a:focus,
#menu-bar .mainmenu .navbar-nav.kur > li.active > a,
#menu-bar .mainmenu .navbar-nav.kur > li.open > a:hover
/*#menu-bar .navbar-nav > li > a.highlighted:hover */
{
	color: var(--logo-color-active);
    /*background: rgba(255,255,255,.07) !important;*/
   /*background: #2facb2 !important;*/
    /*padding-bottom: 10px;*/
	/*border-bottom: 5px solid var(--active-color) !important; */
}

#menu-bar .mainmenu .navbar-nav.def > li > a:hover,
#menu-bar .mainmenu .navbar-nav.def > li:hover > a,
#menu-bar .mainmenu .navbar-nav.def > li > a:focus,
#menu-bar .mainmenu .navbar-nav.def > li.active > a,
#menu-bar .mainmenu .navbar-nav.def > li.open > a:hover
    /*#menu-bar .navbar-nav > li > a.highlighted:hover */
{
    /*background: rgba(255,255,255,.07) !important;*/
    background: #2facb2 !important;
    /*padding-bottom: 10px;*/
    /*border-bottom: 5px solid var(--active-color) !important; */
}

.menu .home,
.menu.shrinked #logo {
    display: none !important;
}
.menu.shrinked .home {
/*    display: block !important; */
}
.menu, .menu.shrinked {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}
.menu.shrinked .header-top {
    display: none;
}
.menu.shrinked.topM {
    margin-top: 0;
}
.menu.shrinked #logo img {
    width: 40px;
}
.menu.shrinked #logo {
    padding: .4em 0 0 0;
}
.menu.shrinked #logo .big-text {
    font-size: 140%;
    padding: .5em 0 0 0;
}
.menu.shrinked #menu-bar .navbar-default .navbar-nav > li > a {
    padding-top: 1em;
    padding-bottom: 1em;
}
.menu.shrinked #menu-bar {
    background-color: var(--main-color);
/*    background-color: rgba(0,0,0,.8); */
}

.navbar-default .navbar-nav > li > a > span.data-hover::before {
    background: none !important;
}

.social-icons {
	overflow: hidden !important;
	height: 43px;
	display: block;
}
.social-img__footer {
    fill: #fff;
    width: 32px;
    height: 32px;
}
.social-container {
    display: flex;
    align-items: center;
}
.ok_link{
    margin-right: 20px;
}
.slides .slide-heading * {
    color: #fff !important;
}
.slides .slide-heading {
    padding: 0 !important;
    background: none !important;
    /*font-family: Roboto !important;*/
    color: #fff !important;
    text-shadow: 0 0 30px rgba(0,0,0,.5);
}

.slides .sub-line {
    background: none;
    color: #fff;
    width: 74%;
    display: none !important;
}

.top-info a {
	opacity: .8;
    font-size: 90%;
}
.top-info:hover a {
}
.top-info a:hover {
    background: none !important;
    text-decoration: none !important;
    color: #fff;
    opacity: 1;
/*    color: var(--active-color-dark);  */
}


.slides .flex_caption1 a:not(.btn)>i {
/*    left: 6% !important; */
    display: none;
}

.new_books_line .header {
    max-height: 65px !important;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.date {
    font-weight: 300;
    font-size: 14px;
    margin-top: 10px;
}
.col-md-3 {
    width: 25%;
}
@media (max-width: 992px) {
    .col-md-3 {
        width: 100%;
    }
}
@media (max-width: 479px) {
    #logo { margin-top: 0; }
    .new_books_line img {
        height: 120px;
        width: auto;
    }
}
@media (max-width: 767px) {
    .new_books_line .header {
        max-height: 45px !important;
        -webkit-line-clamp: 2;
    }
    .new_books_line img {
        height: 140px;
        width: auto;
    }

    .post .post_img {
/*
        float: none;
        width: 100%;
*/
    }

    #logo .small-text {
        font-size: 130%;
    }

    .our_clients img {
        margin-bottom: 1em !important;
        display: block !important;
        /* vertical-align: middle; */
        width: auto;
    }
    .content {
        padding: 20px 0 20px;
        position: relative;
    }
    #logo {
        position: fixed !important;
        top: .3em;
    }

    #logo img { width: 40px; }
    #logo a img {height: auto;}

    #logo .big-text {
        font-size: 170%;
        padding: .3em 0 0 0;
    }
    .menu {
    }
    .menu.shrinked #logo {
        position: fixed !important;
        display: block !important;
        top: 0;
        z-index: 1500 !important;
    }
}
@media (min-width: 768px) {
    .navbar-default .navbar-nav > li > a {
/*        height: 2.5em; */
/*        max-width: 115px; */
        white-space: normal;
    }
    #logo {
/*        padding: 8% 0 0 1%;  */
    }
	.slides .flex_caption1 {
/*	    left: 11% !important; */
	}
}
@media (min-width: 1200px) {
    .slides li .overlay {
    }
    #logo {
/*        margin-top: -3em; */
    }
}

.search-bar {
	padding: 0;
	margin: 0;
}

section:not(.wrapper) > h1, section:not(.wrapper) > h2, section:not(.wrapper) > h3 {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.index section:not(.wrapper) .row {
/*    padding: 1.5em 0 1em 0; */
}

.padding4em {
    padding: 4em 0;
}
/*.padding3em {*/
/*    padding: 2.5em 0;*/
/*}*/

.post-recent {
    margin-bottom: 1em;
}

.carousel-navi {
    bottom: 2em;
}

.dividerHeading h4 {
    border: none;
}
.dividerHeading h4::before,
.widget_title h4::before{
    display: none;
}
.dividerHeading h4::after,
.widget_title h4::after {
    display: none;
}

.header {
/*    text-transform: uppercase; */
}

.our_clients a {
/*
    min-height: 100px;
    display: block;
    background-color: #fff;
*/
}
.banners {
    text-align: center;
/*    border-top: 1px solid #eee; */
}
.banners img:hover {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    filter: grayscale(0);
    opacity: 1;
}
.banners img {
    max-height: 100px;
    filter: grayscale();
    opacity: .7;
}

.our_clients img, .banners img {
    margin-bottom: 1em !important;
    display: inline-block;
    vertical-align: middle;
/*    background-color: #fff; */
}

.our_clients .aligner {
    height: 140px;
    width: 1px;
    display: inline-block;
    vertical-align: middle;

}

.copyright, .footbot_social li a {
    color: inherit;
}

section.parallax-1 {
/*    background-image: linear-gradient(rgba(0,0,0,.8),var(--active-color)), url("../images/fraction-slider/base_3.jpg"); */
/*    background-image: linear-gradient(rgba(255,255,255,.7),var(--main-color)); */
/*    background-image: linear-gradient(rgba(255,255,255,.7),var(--main-color)); */
}

.text-white {
    color: #fff;
}
.text-white a {
    color: inherit !important;
}
.text-white a:hover {
    color: inherit !important;
    text-decoration: underline;
}
/*.text-white *:not(textarea):not(input) {*/
/*    color: #fff;*/
/*}*/

.breadcrumbs a {
    padding: 0 .2em;
}
.breadcrumbs {
    font-size: 90%;
}

.breadcrumbs+h1 {
    line-height: 140%;
}
.page_head.promo_box {
    padding: 1.5em 0;
    box-shadow: none;
    border: none;
}

.navbar-default .navbar-nav > li > a > span.data-hover {
    height: auto !important;
}

.post_content h3 {
    margin-top: 0;
    line-height: 140%;
}

.blog_medium .post_img[class*='col-'] {
    margin: 0;
}

section h2 {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 1.5em;
}

.blog_large .post_content, .blog_single .post_content {
    margin: 0;
}

.index h2 {
    text-transform: uppercase;
    letter-spacing: .1rem;
}

.content {
/*    min-height: 50vh; */
}

.banners h2 a {
    color: gray;
}
.banners h2 {
    text-transform: uppercase;
    margin-bottom: .4em;
}

.header-top .nav.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}




/**/

.content {
/*    background-color: #fff; */
}

.widget_title h2 {
/*    text-transform: uppercase;    */
    font-weight: normal;
    margin-top: 0 !important;
/*    color: #aaa; */
}

.post .post_img {
/*
    float: left;
    width: 30%;
    height: 20vmin;
    margin-right: 2em;
*/
}
.main_news_image img {
    width: 100%;
}
.main_news_image {
    display: block;
    overflow: hidden;
/*    min-height: 30vmin; */
}
.news_line li img {
/*
    height: 80px;
    width: 80px;
    height: 10vmin;
    width: 10vmin;
*/
}
.news-list figure img {
    width: 100%;
}
.news-list .post_content {
/*    margin-left: -2em;
    margin-bottom: 2em;
*/
}
.post h2 {
    margin: 0;
}

.post_meta .metaInfo * {
/*    color: silver !important; */
}
.post_meta .metaInfo {
    padding: 10px 0 !important;
}

/*.content img, */
.post_content img {
    /*max-width: 90%;*/
    display: block;
    margin: 2em auto !important;
}

.post_content .virtours img {
    max-width: 100% !important;
    margin: 1em auto !important;
}
.post_content .virtours img.main-photo {
    width: 100% !important;
    margin: 0 auto !important;
}

.page_head.nav-pills {
    padding: .3em 0;
}

.page_head.nav-pills .nav-pills>li.active>a, .page_head.nav-pills .nav-pills>li.active>a:focus, .page_head.nav-pills .nav-pills>li.active>a:hover {
    background: none;
    color: inherit;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: normal;
}

.content h1 {
    width: 96%;
}

.news .edge-tab .tab-content .recent_tab_list img {
/*
    width: 80px;
    height: 80px;
*/
}

.recent_tab_list.news_line li {

}
.recent_tab_list.news_line li a {
}
@media (min-width: 768px) {
    .recent_tab_list.news_line.v2 img {
        /*height: 30vmin;*/
        height: 200px;
    }
    .recent_tab_list.news_line img, .news-list figure img {
        height: 10vmin;
        min-height: 200px;
        width: 100%;
        object-position: center center;
        object-fit: cover;
        overflow: hidden;
    /*
        object-position: 25% 50%;
        object-fit: contain;
    */
    }
    .news-list figure img {
        height: 20vmin;
    }
    .main_news_image a img {
        height: 38vmin;
        min-height: 100px;
        width: 100%;
        object-position: center center;
        object-fit: cover;
        overflow: hidden;
    /*    object-fit: contain;     */
    }
}

.news .edge-tab.kur .tab-content.kur {
    border-color: var(--main-color);
/*
    padding-left: 0;
    padding-right: 0;
*/
    border-bottom: none;
    border-left: none;
    border-right: none;
}
.news .edge-tab.def .tab-content.def {
    /*
        padding-left: 0;
        padding-right: 0;
    */
    border-bottom: none;
    border-left: none;
    border-right: none;
}
.news .edge-tab.kur .tab-content.kur a:not(.btn) {
/*    text-decoration: underline; */
    font-size: 110%;
    color: var(--link-color);
}
.news .edge-tab.def .tab-content.def a:not(.btn) {
    /*    text-decoration: underline; */
    font-size: 110%;
    color: var(--main-color-dark);
}

.news .edge-tab ul.recent_tab_list li {
    border-bottom: none;
}

#site-searchform .input-group {
    display: block;
}

.top-info .navbar-nav a *, #logo a {
  color: var(--logo-color);
    /*font-weight: normal;*/
    /*color: white!important;*/
}
.top-info.contacts a:hover {
  color: var(--active-color) !important;
}

.top-info .navbar-nav a:hover *, #logo a:hover {
  /*color: var(--active-color-dark) !important;*/
  /*color: var(--active-color-dark) !important;*/
  /*color: var(--main-color-dark) !important;*/
    color: white!important;
}
.top-info .navbar-nav a .description {
    /*opacity: .6;*/
}
.top-info .navbar-nav a:hover .description {
    opacity: 1;
}

.no-padding-top {
    padding-top: 0 !important;
}
.no-padding-bottom {
    padding-bottom: 0 !important;
}

.news.margin-top-4em {
    margin-top: -4.45em;
}

.news .edge-tab .nav-tabs li a i {
    font-size: 200%;
    font-weight: inherit;
    line-height: inherit;
    line-height: 150%;
}
.news .edge-tab .nav-tabs > li > a {
    border: none;
/*
    border-bottom: 7px solid transparent;
    padding: .4em 1em .1em;
*/
    line-height: 180%;
    text-transform: uppercase;
/*    font-size: 1.1em; */
}
.news .edge-tab .nav-tabs li.active, .news .edge-tab .nav-tabs li.active a, .news .edge-tab .nav-tabs li.active a:hover {
    border-top: none;
}
.news .edge-tab li a:hover {
/*    background: rgba(255,255,255,.4);    */
}
.news .edge-tab .nav-tabs > li> a i {
}
@media (min-width: 768px) {
    .new_books_line img {
    /*    height: 30vh; */
        height: 240px;
        width: auto;
    }
    .news .edge-tab .tab-content {
        /*padding-bottom: 5em;*/
    }
    .news .edge-tab.kur .nav-tabs.kur > li.active::after {
        content: '';
        margin-left: 20px;
        bottom: -4px;
        /*margin-top: -.62em;*/
        position: absolute !important;
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 12px 12px 12px;
        /*border-color: transparent transparent #ebebeb transparent;*/
        border-color: transparent transparent #fff transparent;
        /*border-color: transparent transparent var(--main-color-light) transparent;*/
        line-height: 0px;
        z-index:  100;
        /*_border-color: #000 #000 #fff #000;*/
        /*_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');*/
    }
    .news .edge-tab.def .nav-tabs.def > li.active::after {
        content: '';
        margin-left: 40%;
        margin-top: -1.7em;
        position: absolute !important;
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 12px 12px 12px;
        border-color: transparent transparent #fff transparent;
        line-height: 0px;
        _border-color: #000 #000 #fff #000;
        _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    }
    .news .edge-tab.kur .nav-tabs.kur > li.active::before {
        content: '';
        margin-left: 20px;
        /*margin-top: 3.65em;*/
        bottom: -2px;
        position: absolute !important;
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 12px 12px 12px;
        /*border-color: transparent transparent #ebebeb transparent;*/
        /*border-color: transparent transparent #fff transparent;*/
        border-color: transparent transparent var(--main-color) transparent;
        line-height: 0px;
        /*_border-color: #000 #000 #fff #000;*/
        /*_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');*/
    }
}

.news .edge-tab.kur .nav-tabs.kur {
    margin: 0;
}
.news .edge-tab.kur .nav-tabs.kur > li {
    margin: 0;
    padding-top: 1em;
    padding-bottom: 1em;
}
.news .edge-tab .nav-tabs > li.active > a, .news .edge-tab .nav-tabs > li > a:hover {
    border: none;
    opacity: 1 !important;
/*    border-bottom: 7px solid #fff; */
    /*color: #fff;*/
    /*text-shadow: 0 0 2px rgba(0,0,0,0.3);*/
/*
    margin-top: .5em;
    padding-top: .2em;
    padding-bottom: .3em;
*/
    /*background: rgba(255,255,255,.2);*/
    background: none;
}
.news .edge-tab .nav-tabs > li:not(.active) > a {
    /*color: #fff;*/
    background: none;
    opacity: .7;
}
.news .edge-tab {
}

.padding6em {
    padding: 6em 0;
}
.padding5em {
    padding: 5em 0;
}
.padding4em {
    padding: 4em 0;
}
/*.padding3em {*/
/*    padding: 3em 0;*/
/*}*/
/*.padding2em {*/
/*    padding: 2em 0;*/
/*}*/
.padding1em {
    padding: 2em 0;
}
.margin-top-3em {
    margin-top: -3em;
}
.margin-top-4em {
    margin-top: -4em;
}
.margin-top-5em {
    margin-top: -5em;
}
.margin-top-6em {
    margin-top: -6em;
}
.margin-top-7em {
    margin-top: -7em;
}

.virtours-list .post figure {
    max-height: 220px;
}
.virtours-list .post {
    margin-bottom: 2em;
}

.sidebar-tabs.visible-tabs {
    margin-top: 1em;
}

.operation_mode .nav-tabs i {
    font-size: 100%;
}

.operation_mode .large {
    margin-bottom: .2em;
    display: block;
}
.operation_mode h2 {
    margin-bottom: 0;
}
/*.operation_mode [class*='col-'] {*/
.operation_mode .item {
    margin-bottom: 2em;
/*    border-bottom: 1px dotted silver; */
}

.post_content p>a>img {
/*    display: inline !important; */
}


.must_have-list [class*='col-'] {
    margin-bottom: 1em;
}
/*
.must_have-list > [class*='col-']:nth-child(even) {
  flex: 2;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
*/

/*.news_line a:not(.btn):hover, .new_books_line p a:not(.btn):hover {*/
.news .tab-pane a:not(.btn):hover {
    color: var(--active-color-dark);
    /*color: var(--main-color-light) !important;*/
}

.footer_contacts i.fa-3x {
    font-size: 120%;
}
.footer_contacts i.fa-4x {
    font-size: 200%;
}
.footer_contacts i {
    font-size: 100%;
}

.footer_contacts_top_info i {
    font-size: 100%;
    margin-right: .3em;
}
.footer_contacts_top_info .description {
    display: inline-block !important;
}
.footer_contacts_top_info li {
    line-height: 2em;
}

.contacts .promo_box .media:first-child {
    margin-top: 1em !important;
}

.flex_caption2 {
    top: 10% !important;
    width: 45% !important;
    right: 5% !important;
    height: auto;
    background: radial-gradient(rgba(255,255,255,.8), transparent, transparent);
}

#map {
    display: block;
}
/*.slider_block, .news .edge-tab .tab-content, #map {*/
/*.slider_block, .news .edge-tab .tab-content, #about, .box-shadow-50 {
    box-shadow: 0 0 50px rgba(0,0,0,.4);
}
*/
.box-shadow-10 {
    box-shadow: 0 0 10px rgba(0,0,0,.05);
}
.box-shadow-20 {
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.box-shadow-30 {
    box-shadow: 0 0 30px rgba(0,0,0,.2);
}
.box-shadow-40 {
    box-shadow: 0 0 40px rgba(0,0,0,.3);
}

.flex-direction-nav li a {
  color: #fff !important;
}

body.container {
    /*padding-left: 25px;*/
    /*padding-right: 25px;*/
}

/*body.container .content *, */
body > .container .content img {
    max-width: 100%;
}
.content {
    /*min-height: 55vh;*/
    padding-left: 15px;
}
.file-type-ext {
    text-transform: uppercase;
}
.section-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
}
.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li.active > a
{
    color: #333;
    background-color: rgba(0,0,0,.05) !important;
    /*color: var(--active-color-dark) !important;*/
    /*color: var(--active-color) !important;*/
}

.flex-prev {
    content: "\f053" !important;
    font-family: fontAwesome !important;
}
.flex-next {
    content: "\f054" !important;
    font-family: fontAwesome !important;
    /*font-family: fontAwesome;*/
}

.footbot_social li a {
    height: auto !important;
}

.about_slider {
    margin: 0 1em;
}


/* comments = faq */

.materials .item .panel  {
    /*padding: 1em;*/
    /*box-shadow: 0 0 1em rgba(0,0,0,.1);*/
}

.comments .question a {
    text-decoration: none;
    color: #333;
    /*font-weight: bold;*/
}
.comments .answer {
    position: relative;
}
.comments .answer:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    bottom: -10px;
    right: 1em;
    vertical-align: middle;
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}
.comments .message.accent-active:after {
    border-right: 10px solid var(--active-color);
}
.comments .message:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    top: 1em;
    left: -10px;
    vertical-align: middle;
    /*border-top: 10px dashed;*/
    border-right: 10px solid #f8f8f8;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.faq .panel-title {
    font-size: 100%;
}
.faq .panel-title .more {
}
.faq .panel-body .panel-body, .comments .panel-body.collapse .panel-body {
    padding-left: 2.7em;
    /*padding: 1em !important;*/
}
.faq .panel-body > .icon, .comments .panel-body.collapse > .icon {
    position: absolute;
    margin-left: -1.7em;
    margin-top: .8em;
}
.faq .panel-title .more {
    position: relative;
    padding-right: 1.2em;
    display: block;
    /*padding-left: 1.7em;*/
}
.faq .panel {
    border: 1px solid #f8f8f8;
}
.faq-line .panel {
    /*border: 1px solid #f8f8f8;*/
    background-color: #f8f8f8;
    border-radius: 0;
}
.faq-line .panel-heading {
}
.faq-line .panel-body {
    padding-top: 0 !important;
}
.faq .panel-body, .comments .panel-body.collapse {
    padding-top: .5em;
    color: #888;
    /*font-size: 90%;*/
    border: none !important;
}
.faq .panel-heading {
    font-weight: 600;
    /*color: #666;*/
}
.faq .panel-heading .badge {
    display: none;
    position: absolute;
    background-color: rgba(0,0,0,.2);
    margin-left: -1.9em;
    margin-top: .1em;
/*  padding-left: .55em;
    padding-right: .55em;
*/
}

.materials .panel-body {
    /*padding: .5em 1em 1em 1em;*/
}
.materials .item .title, .materials .item .title a {
    text-decoration: none;
    /*color: inherit;*/
    font-weight: bold;
}

.materials .item .description, .materials .item .description a, .description a {
    text-decoration: none;
    color: #555;
    /*font-size: 93%;*/
    display: block;
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.materials .item .panel-heading.v2 a {
    text-shadow: 1px 1px 0 rgba(0,0,0,.5);
    font-size: 120%;
}

@media (max-width: 768px) {
    #logo .svg.logo_short {
        width:  40px !important;
        height:  40px !important;
        /*padding:  0 !important;*/
        margin: 0 10px 0 0 !important;
        background-color: #fff !important;
        object-fit: scale-down;
        object-position: left top;
        mask: url(../vendor/brandbook/images/logo/coop_logo_short.svg) no-repeat left / cover !important;
        -webkit-mask: url(../vendor/brandbook/images/logo/coop_logo_short.svg) no-repeat left / cover !important;
    }
    .menu.shrinked #logo img,
    .menu #logo img {
        width: 64px;
        margin: 0;
    }
    .materials .item .panel-heading.v2 .pull-right {
        float: right !important;
    }
}

.materials .item hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

.materials .item .panel {
    position: relative !important;

}

.materials .item .panel-heading.v2 {
    width: 100%;
    position: absolute;
    /*position: relative;*/
    z-index: 1;
    min-height: 6vh;
    /*margin-bottom: -6vh;*/
    padding-bottom: 1em;
    background: linear-gradient(to top, transparent, rgba(0,0,0,.5)) transparent;
    max-height: 160px;
/*    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
*/}

.faq .panel-body {
    border-radius: 0 !important;
 }

/*.news_line .item a {*/
/*.faq-line .item .question a {*/
.faq-line .item .answer * {
    color: #555 !important;
}
.faq-line .item .answer

.faq-line .item a:hover, .news_line .item a:hover {
    color: var(--active-color-dark) !important;
    /*color: #555 !important;*/
}

.faq-line .item .answer p, .faq .item .answer p {
    padding-top: 1em;
}
.faq-line .item .question, .faq-line .item .answer p {
    max-height: 75px !important;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.docs-list .item, .faq-list .item {
    margin-bottom: 3em;
}


.icon-type,
.contacts-info {
    overflow: hidden
}

.icon-type .date,
.contacts-info .date {
    display: block;
    font-size: 90%
}

.icon-type .date+a,
.contacts-info .date+a {
    margin-bottom: .2em
}

.icon-type a+.date,
.contacts-info a+.date {
    margin-top: .3em
}

.icon-type>.fa,
.contacts-info>.fa,
.icon-type>.icon,
.contacts-info>.icon {
    text-align: center;
    vertical-align: bottom !important;
    font-weight: normal;
    display: block;
    float: left;
    width: 1em;
    margin-right: .5em;
    color: #bbb;
    text-decoration: none !important
}

.icon-type>.fa+p.media-body,
.contacts-info>.fa+p.media-body {
    margin-top: 0;
    padding-top: 0
}

.icon-type>.fa-1x,
.contacts-info>.fa-1x {
    margin: .2em .5em 0 .7em
}

h2.icon-type>.fa,
h2.icon-type>.icon {
    width: auto;
    margin-right: .3em
}

.subscribe-form .form-control {
    height: 36px;
}
.subscribe-form *, .subscribe-form a:hover {
    color: gray !important;
}

.input-group-addon.before+input {
    border-left: none;
}
.subscribe-form input {
    /*border-left: none;*/
    /*border-right: none;*/
}
input+.input-group-addon.after {
    border-left: none;
    /*margin-left: -5px;*/
}

a:hover {
    color: var(--main-color-light);
}

body.localhost::before {
    content: 'localhost';
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    color: red;
    padding: 1em;
    background: red;
    z-index: 1000;
    color: #fff;
}


.panel.panel-default .panel-title > a {
    padding: .7em .5em;
    line-height: inherit; font-weight: inherit;
}


/* coop vladimir correction */

/*.btn, input, textarea {*/
/*    border-radius: 0 !important;*/
/*}*/

.logo2:hover  {
    filter: grayscale(0);
    opacity:  .8 !important;
}
.logo2 {
    border-left: 1px dotted #ccc;
    opacity:  .8 !important;
    /*filter: grayscale(100%);*/
    /*opacity:  .5 !important;*/
    margin-left: 20px;
    padding-left:  20px;
    height: 120px;
}
#logo img {
    width: 120px;
}

#logo .logo {
    height: 100px;
    width:  200px;
}

#logo .svg {
     /*filter: invert(.5);*/
/*    background: radial-gradient(rgba(255,255,255,.8), transparent, transparent); */
    background-color: var(--main-color);
    mask: url(../vendor/brandbook/images/logo/coop_logo.svg) no-repeat left / contain;
    background: url(../images/newlogo.jpg) no-repeat left / cover;
}

section, .section-brand-bg, .section-brand-bg2 {
    position: relative;
}
.section-brand-bg:before {
    content: '';
    background: url(../vendor/brandbook/images/pattern-gray.png) repeat 0 0;
    position: absolute;
    /*top: 0;*/
    bottom: 0;
    left: 0;
    width: 48%;
    height: 40%;
    max-height: 175px;
}

.section-brand-bg2.top.right:after {
    top: 0 !important;
    left: 50%;
    height: 100%;
}
.section-brand-bg2:after {
    content: '';
    background: url(../vendor/brandbook/images/pattern.png) repeat-y 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 40%;
    max-height: 175px;
}

#header {
    box-shadow: none;
}

.animated.background-skew {
    /*animation: none;*/
}
.background-skew.bottom {
    /*top:  -150px;*/
    position: relative;
    /*height: 100px;*/
    margin-bottom: -75px;
    /*bottom:  -75px;*/
    /*z-index: 1;*/
}

.background-skew {
    /*visibility: visible !important;*/
    background-color: inherit;
    position: absolute;
    width: 100%;
    height: 200px;
    top: -75px;
    z-index: -1;
    transform: skewY(-2deg);
}

.slides .slide-heading a {
    /*background-color: rgba(0,0,0,.2);*/
    /*padding:  .5em;*/
}

.top-info.contacts .sub-arrow {
    display: none !important;
}

.multi-carousel .leftLst, .multi-carousel .rightLst {
    border-radius: 0 !important;
}


/* nata */
.blog.lk > div {
    padding: 0;
    padding-top: 5px;
}

.blog.lk > div {
    padding-right: 5px;
}

.blog.lk > .col-md-3 > div {
    height: 200px;
}

div.col-md-3 > div:hover {
    -webkit-filter: brightness(110%);
    cursor: pointer;
}

.blog.lk > .col-md-3 > div > ul > li {
    margin-left: 25px;
}

.blog.lk > .col-md-6 > div {
    height: 610px; /* = 3 * col-md-3 + padding-top */
}
.blog.lk h4 {
    font-weight: 550;
    margin-top: 0;
    padding-left: 10px;
    padding-top: 12px;
}

/* end nata  */

.lk .main-info .list-group-item .badge {
}
.lk .main-info {
    background: linear-gradient(to right top, transparent, rgba(0,0,0,.4)) transparent;
    height:  100%;
    /*opacity: .9;*/
}
.lk .btn-panel {
    /*position:  relative;*/
    overflow:  hidden !important;
}

.lk .main-info .list-group-item, .lk .main-info .list-group-item .badge {
    background-color: rgba(255,255,255,.05);
    border: none;
    border-radius: 0;
}

.lk .main-info .list-group-item:hover {
    background-color: rgba(255,255,255,.1);
}
.lk .btn-panel .title {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: -webkit-all 0.3s;
    transition: all 0.3s;
    font-size:  140%;
}

.lk .btn-panel:hover {
    box-shadow: 0 0 15px rgba(0,0,0,.2);
}
.lk .btn-panel:hover:before {
    content: '';
    position: absolute;
    z-index:  -1;
    display: inline-block;
    top:  0;
    left:  0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right top, transparent, rgba(0,0,0,.4)) transparent;
}
.lk .btn-panel:hover .title {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition: -webkit-all 0.3s;
    transition: all 0.3s;
    font-size:  120%;
    line-height: normal;
    height: 40px;
}

.lk .btn-panel {
    /*background: none;*/
}
.lk .btn-panel img {
    background: transparent !important;
    opacity: .2;
    width: 200px;
    margin: -20px 30%;
    -webkit-transition: -webkit-all 0.3s;
    transition: all 0.3s;
}
.lk .btn-panel:hover img {
    width: 160px !important;
    margin: -60px 20%;
    opacity: 1;
    /*margin:  100px 200px;*/
    -webkit-transition: -webkit-all 0.3s;
    transition: all 0.3s;
}








.intro-tables {
    position: relative;
}

.intro-table:hover {
    box-shadow: 0 0 20px rgba(0,0,0,.5);
}
.intro-table {
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: repeat;
    background-position: 0% 0%;
}

.intro-table-first {
}

.intro-table-hover {
    background-position: 0 0;
    -webkit-transition: background-image 0.3s ease, background-position 0.3s;
    transition: background-image 0.3s ease, background-position 0.3s;
    background:url('../images/popup.jpg');
}

.intro-table-hover h4 {
    font-size:  150%;
    -webkit-transform: translateY(160px);
    transform: translateY(160px);
    -webkit-transition: -webkit-all 0.3s;
    transition: all 0.3s;
}

.intro-table-hover:hover {
    background-position: 50% 50% !important;
}

.intro-table-third {
}

.intro-table-hover .expand {
    position: absolute;
    margin: 30px;
    top: 140px;
    opacity: 0;
    -webkit-transition: -webkit-all 0.3s, opacity 0.3s;
    transition: all 0.3s ease, opacity 0.3s;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}

.intro-table-hover:hover h4 {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}

.intro-table-hover:hover .expand {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.intro-table-hover .hide-hover {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.intro-table-hover:hover .hide-hover {
}

.intro-table-hover:hover img {
    background: transparent !important;
    opacity: .3;
    width:  300px !important;
    -webkit-transition: -webkit-all 0.3s;
    transition: all 0.3s;
}

.intro-tables .intro-table {
    position: relative;
    width: 100%;
    height: 260px;
    margin: 10px 0;
}
.copyright {
    margin-top: 50px;
}
.intro-tables .intro-table .heading {
    margin: 0;
    padding: 30px;
}

.intro-tables .intro-table .heading img {
    -webkit-transition: -webkit-all 0.3s;
    transition: all 0.3s;
    width: 120px;
    margin: 0 30%;
}

.intro-tables .intro-table .small-heading {
    margin: 0;
    padding: 0 30px;
}

.intro-tables .intro-table .bottom {
    position: absolute;
    top: 0px;
}

.intro-tables .intro-table .owl-schedule .schedule-row {
    padding: 10px 30px;
    color: white;
    transition: all 0.3s ease;
}
.pic img {
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}

.pic img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
._logo.kur {
    color: var(--logo-color) !important;
    font-weight: bold;
    display: flex!important;
    flex-direction: row;
    justify-content: center;
}
._logo.kur:hover p {
    color: var(--active-color) !important;
    /*color: #2facb2!important ;*/
}
._logo.kur:hover svg {
    /*fill: var(--active-color) !important;*/
    fill: #2facb2!important;
}

._logo.def{
    display: flex!important;
    flex-direction: row;
    justify-content: center;
}
._logo.def:hover p{
    /*color: var(--active-color) !important;*/
    color: #2facb2!important ;
}
._logo.def:hover svg {
    /*fill: var(--active-color) !important;*/
    fill: #2facb2!important;
}

@media (max-width: 767px) {
    ._logo.kur{
        display: flex!important;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }
    ._logo.def{
        display: flex!important;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        padding-bottom: 20px;
    }
    ._logo p{
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
    }
}
._logo p{
    font-size: 14px;
    color: white;
    text-align: left;
    text-transform: uppercase;
    white-space: normal;
    line-height: 17px;
    word-spacing: 1px;
}
.reception_b1 button{
    width: 100%;
}
.reception_b1 button:hover{
    border-color: var(--active-color) !important;
    background-color: var(--active-color) !important;
}
.reception_b button{
    width: 100%;
    border-radius: 5px!important;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    background-color: #e9ecf7!important;
    color:  #394959;
}
.reception_b button:hover{
    border-color: #2facb2!important;
    background-color: #1ba7b2 !important;
}
.text-primary.sm.auth-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
._d-flex._align-items-center {
    width: 100%;
}

.btn_my{
    background-color: #76bad0;
    border: none;
    border-radius: 3px;
    transition: 0.4s;
    color: white;
}

/*ЗАПИСЬ НА ОБУЧЕНИЕ*/

.reception h1{
    font-size: 3em;
    color: black!important;
}
.reception form {
    /*margin: 1em;*/
    position: relative;
}
.reception form label{
    font-size: 18px;
    color: black!important;
}
.block_category, .block_programm, .block_fio, .block_health, .block_work, .block_learn, .block_edu_doc {
    display: none;
}

.categs{
    /*display: flex;*/
    /*flex-direction: row;*/
    /*justify-content: space-around;*/
}

/*СТИЛИ ДЛЯ ПЛИТОК В ЛИЧНОМ КАБИНЕТЕ*/
.box-link_block{
    position: relative;
}

.link-tile_option{
    display: block;
    position:absolute;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
}

.box-link-body_{
    padding: 15px
}




@media (max-width: 768px) {
    .categs{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    a.text-white.text-decoration-none {
        font-size: 18px;
    }
}

@media (max-width: 478px){
    .reception h1 {
        font-size: 22px;
    }
}