@font-face {
    font-family: 'Blogger';
    src: url('../fonts/blogger/BloggerSans.eot'); /* IE9 Compat Modes */
    src: url('../fonts/blogger/BloggerSans.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/blogger/BloggerSans.woff') format('woff'), /* Modern Browsers */ url('../fonts/blogger/BloggerSans.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/blogger/BloggerSans.svg#BloggerSans-Bold') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'quotas';
    src: url("../fonts/quotas/icons.eot");
    src: url("../fonts/quotas/icons.eot?#iefix") format('embedded-opentype'),
    url("../fonts/quotas/icons.woff") format('woff'),
    url("../fonts/quotas/icons.ttf") format('truetype'),
    url("../fonts/quotas/icons.svg#icons") format('svg');
    font-weight: normal;
    font-style: normal;
}

table {
    margin-bottom: 40px;
}

thead tr{
    background: #8c8c8c;
    color: White;
}

.search_yellow {
    background: rgba(238,110,115,.35);
    padding: 2px;
}

.tr_link:not(.link_disable) {
    cursor: pointer;
    transition: background-color .1s linear;
}

.tr_link:not(.link_disable):hover {
    background-color: #ebeed8;
}

.tr_link.link_disable {
    border-bottom: none !important;
}

.tr_link:not(.link_disable):hover a {
    border-bottom: 2px solid;
}

.add_info:hover span {
    border-bottom: 2px solid;
}

/*.tr_link td:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}*/

.pagination_center {
    display: inline-block;
    margin: 0 auto;
    outline: 1px solid Red;
}

/*.col {
    outline: 1px solid Red !important;
}*/

/*
h1 {
	font-family: 'Blogger';
}
h2 {
	font-family: 'Blogger';
	font-weight: 700;
}
p.sample {
	font-family: 'Blogger';
	font-size: 20px;
}*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

html {
    overflow-y: scroll;
    -ms-overflow-style: scrollbar;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

/*
Sticky footer
body {
	display: flex;
	flex-direction: column;
}
#page-wrapper {
	flex: 1 0 auto;
}
*/

body {
    display: flex;
    flex-direction: column;
}

#page-wrapper {
    flex: 1 0 auto;
}

/*blockquote {
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 4px 20px;
	border-style: solid;
	border-color: #ccc;
	//border-width: 0;
	border-left: 4px;
}*/

/*blockquote {
	margin: 20px 0;
	font-style: italic;
	padding-left: 1.5rem;
	padding-right: 1rem;
	border: 2px solid #afb42b; //#4527a0; // #ee6e73;
	border-right: 0;
	//background: #4527a0;
	color: #4527a0;
}*/

h4 {
    font-size: 1.8rem;
    line-height: 110%;
    margin: 1.14rem 0 0.912rem 0;
}

h5 {
    font-size: 1.34rem;
}

.container {
/ margin: 0 auto;
    max-width: 1480px;
    width: 90%;
}



@media only screen and (max-width: 768px) {
    .media-off tr td:nth-child(3), .media-off tr td:nth-child(4){
        display: none;
    }
    .media-off tr th:nth-child(3), .media-off tr th:nth-child(4){
        display: none;
    }
}

@media only screen and (min-width: 601px) {
    .container {
        width: 80%;
    }
}

@media only screen and (min-width: 993px) {
    .container {
        width: 80%;
    }
}

@media only screen and (min-width: 1400px) {
    .container {
        width: 75%;
    }
}

@media only screen and (min-width: 1600px) {
    .container {
        width: 70%;
    }
}

.container-margin {
    margin-top: 40px;
    margin-bottom: 50px;
/ outline: 1 px solid Green;
}

blockquote {
    position: relative;
    margin: 25px 0;
    font-size: 14px;
    font-family: 'Merriweather', serif;
    font-style: italic;
/ margin-left: 2 rem;
    padding: 0 1rem;
    padding-left: 5.5rem;
/ / border-left: 5 px solid #afb42b;
    border: none;
    color: #4527a0;
}

blockquote:before {
/ outline: 1 px solid Red;
    font-family: 'quotas';
/ letter-spacing: - 15 px;
    font-style: normal;
    position: absolute;
    line-height: 50px;
    font-size: 50px;
    top: -1rem;
    left: 1rem;
    color: #afb42b;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
}

blockquote:before {
    content: '\275d';
}

/*
blockquote:after{
	right: 0;
	content: '\e800';
}*/

/*blockquote::before{
	content: "\201C"; !*Unicode for Left Double Quote*!
	
	!*Font*!
	font-family: Georgia, serif;
	font-size: 5rem;
	font-weight: bold;
	color: #afb42b;
	
	!*Positioning*!
	position: absolute;
	left: 10px;
	top:20px;
	
}*/
.logo_white {
    width: 130px;
}

.logo_tkuma {
    width: 68px;
    margin-left: 20px;
}

.logo_fb {
    height: 25px;
    margin-left: 10px;
}

.logo_yt {
    height: 23px;
    margin-left: 15px;
}

.news-text {
    font-size: 13px;
}

.news-date {
    margin-top: 10px !important;
    font-size: 12px;
    font-weight: bold;
}

.custom-card-titul-news {
    font-size: 22px !important;
}

.sectionContainerMap {
    position: relative;
    display: block;
    width: 100%;
    height: 400px;
}

.googleMaps, #map_canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    background: rgb(255, 255, 255);
}

.card-panel {
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    padding: 24px;
    margin: 0 0 1rem 0;
    border-radius: 2px;
    background-color: #fff;
}

.card-panel .card-title {
    font-size: 24px;
    font-weight: 300;
    padding: 2px 0 !important;
}

.card-panel .card-action {
    position: relative;
    background-color: inherit;
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    padding: 16px 24px;
    padding-bottom: 0;
}


.custom-card-height {
    height: 400px;
}

.parallax-container {
    height: 550px;
}

.carousel {
    position: relative;
/ top: 7 px;
/ text-indent: 0 !important;
/ width: 100 %;
/ max-width: 100 %;
    margin-bottom: 30px;
    z-index: 1;
    height: auto;
}

.slideCount {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: inline-block;
    /*font-family: 'Open Sans', sans-serif;*/
    /*font-family: 'Russo One', sans-serif;*/
    font-family: 'Scada', sans-serif;
    font-size: 14px;
    color: White;
    z-index: 1;
    transform: translate(-50%, -10%);
    -moz-transform: translate(-50%, -10%);
    -webkit-transform: translate(-50%, -10%);
    -o-transform: translate(-50%, -10%);
    -ms-transform: translate(-50%, -10%);
}

.fresco img {
/ max-width: 100 %;
}

.arrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 100;
    opacity: 1;
    width: 60px;
    height: 60px;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

.arrow:hover {
    opacity: 1;
}

.arrow:hover {
    opacity: 1;
}

.arrowSmall {
    width: 45px;
    opacity: 0.8 !important;
}

.arrowSmall:hover {
    opacity: 1 !important;
}

.arrowSmall:hover {
    opacity: 1 !important;
}

.arrowLeft {
    left: 2%;
}

.arrowRight {
    right: 2%;
}

.tmpBlock {
    width: 100%;
    height: 250px;
    background: Red;
}

.tmpBlock:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 250px;
    background: #aaa;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    transform: skewY(2deg);
}

/* ---------------------  teaser ------------------------*/
.wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.wrapper img {
    width: 400px;
}

.margin-top {
    margin-top: 60px;
}

/* -----------------------------------------------------*/

.imgMediaInside {
    display: block;
    position: relative;
    border-radius: 0 0 10px 10px;
    width: 100%;
    height: 800px;
    margin-bottom: 5%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
}

.imgMediaInsidePromo {
    position: absolute;
    left: 5%;
    top: 50%;
    z-index: 1;
    width: 50%;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

.imgMediaInsidePromo img {
    max-width: 80%;
}

nav {
    box-shadow: none;
    margin: 20px 0;
}

.black-text li a {
    color: #404040;
    font-size: 16px;
}

.fitImage {
    max-width: 100%;
}

.logo {
    height: 65px;
}

.linkDisabled {
    pointer-events: none;
    opacity: 0.6;
}

.material-icon-custom {
    color: #afb42b; /* кислотный */
    font-size: 45px;
}

.promo-caption {
    color: #4527a0; /* фиолетовый */
    font-size: 20px;
    font-weight: bold;
}

.fitImage {
    max-width: 100%;
}

.colorLineBack {
    width: 100%;
    height: 7px;
    position: relative;
}

.noMargin {
    margin: 0;
    padding: 15px;
    padding-left: 0;
}

.footer-bar-fixed-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.red {
    color: Red;
    background: none !important;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
    color: #4527a0;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
    color: #afb42b;
}

.card-title-20 {
    font-size: 20px !important;
    color: #4527a0 !important;
}

.card-title-18 {
    font-size: 18px !important;
    color: #4527a0 !important;
}

.card-title-16 {
    font-size: 16px !important;
}

.border-top {
    border-top: 1px solid LightGray;
}

.card .card-content .card-title i {
    line-height: 22px;
}

.cardCustom {
    display: block;
}

.cardCustom:hover {
    -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
    background: #f5f5f5;
}

.col_multiline {
    margin-bottom: 0.3rem;
}

.cardCustom:hover .card-image .activator {
    opacity: 1;
    -webkit-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);;
    transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.card-image img {
    max-width: 100%;
}

.activator {
    opacity: 0.7;
    -webkit-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);;
    transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.alphabetButton {
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 4px;
    border-radius: 4px;
    width: 34px;
    height: 34px;
    border: none;
    font-family: 'Blogger';
    font-weight: 500;
    line-height: 38px;
    background: #afb42b;
    opacity: 0.5;
    cursor: not-allowed;
    text-align: center;
    color: Black;
}

.on {
    opacity: 1;
    cursor: pointer;
}

.on:hover {
    background: #7e8218; /* темно кислотный */
    -webkit-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);;
    transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.blogger {
    font-family: 'Blogger';
    font-weight: 500;
}

.lastElementMargin {
    margin-bottom: 50px;
}

.custom-content-size {
    font-size: 14px;
}

img.responsive-img-size_20 {
    max-width: 20%;
    height: auto;
}

img.responsive-img-size_30 {
    max-width: 30%;
    height: auto;
}

img.responsive-img-size_40 {
    max-width: 40%;
    height: auto;
}

img.responsive-img-size_50 {
    max-width: 50%;
    height: auto;
}

img.responsive-img-size_60 {
    max-width: 60%;
    height: auto;
}

img.responsive-img-size_70 {
    max-width: 70%;
    height: auto;
}

.curator-video {
    position: relative;
    top: 0%;
    left: 0%;
    z-index: 1;
}

.pushpin_fixed {
    position: fixed;
    top: 0;
}

.collapsible-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.5;
    padding: 0.7rem;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.collapsible-header i {
    width: 2rem;
    font-size: 1.6rem;
    display: inline-block;
    text-align: center;
    margin-right: 1rem;
}

.collapsible-body {
    display: none;
    border-bottom: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2rem;
}

.video-container-memory {
    margin: 20px 0;
}

.collapsible-size100 {
    width: 100% !important;
}

.collapsible-header:hover {
    background: #afb42b;
    color: White;
    -webkit-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);;
    transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.collapsible-header-off {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

.imgMediaInsidePromo_text {
    position: absolute;
    top: 50%;
    width: 100%;
    font-family: 'Blogger', sans-serif;
    font-size: 34px;
    line-height: 38px;
    padding: 0 5%;
/ font-weight: bold;
    color: white;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
}

@media screen and (max-width: 1366px) {
    .imgMediaInsidePromo {
        width: 70%;
    }

    .imgMediaInsidePromo_text {
        font-size: 30px;
        line-height: 34px;
    }
}

.card_link {

}

.card_link .card-title {
    color: black !important;
}

.card_link:hover .z-depth-1 {
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.24), 0 2px 7px 0 rgba(0, 0, 0, 0.22), 0 3px 1px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.24), 0 2px 7px 0 rgba(0, 0, 0, 0.22), 0 3px 1px -2px rgba(0, 0, 0, 0.3);
}

.card_link:hover .card-title {
    color: #4527a0 !important;
}

.icon_video {
    position: absolute;
    left: 50%;
    top: 100%;
    width: 34px;
    height: 34px;
    z-index: 1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.icon_video:hover path {
    fill: #0a94e3 !important;
}

#icon_video .cls-2 {
    fill: #AFB42B;
}

#icon_video .cls-1 {
    fill: #fff;
    stroke: #AFB42B;
}

.closed_page {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #AFB42B;
}

.closed_page_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: white;
}

.persona_role {
    position: absolute;
    bottom: 0;
    padding-left: 24px;
}

.persona_role p {
/ color: #4527a0 !important;
    color: #afb42b !important;
/ font-weight: bold;
}


.card .card-content {
    padding-bottom: 50px;
}

/* pagination GRID */
.p_grid {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(36px, max-content));
    place-content: center;
    width: 100%;
}

.p_item {
    display: inline-block;
    text-align: center;
}

.p_item a {
    color: #444;
    border-radius: 4px;
    display: inline-block;
    width: 100%;
    font-size: 1rem;
    line-height: 30px;
}

.p_item a img{
    height: 30px;
}

.p_item a.link_active {
    cursor: default;
    pointer-events: none;
    background-color: #FA5B00;
    color: white;
}

.p_item:not(.active, .arrow_prev, .arrow_next) a:hover {
    background: #ededed;
}
.p_item:first-child {
/margin-left: 15px;
}

.p_item:last-child {
/margin-right: 15px;
}

.p_item.arrow_prev {
    margin-right: 20px;
/width: 42px;
}

.p_item.arrow_next {
    margin-left: 20px;
/width: 42px;
}

.p_separator {
    margin: 0 2px;
}
/* END pagination GRID */