html {
    height: 100vh;
}

body {
    min-height: 100vh;
    overflow-x: hidden;
    margin-right: calc(-1 * (100vw - 100%));
    background: rgba(200,200,200,1);
}


body, button, input, select, textarea {
    font-family: 'Lato', sans-serif;/*, Helvetica, Arial, sans-serif;*/
    font-weight: normal;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;/*, Helvetica, Arial, sans-serif;*/
    font-weight: bold;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    margin-top: 0;
    color: #333;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #196ea0;
    text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #007bff;
    text-decoration: none;
}

a {
    color: #196ea0;
    /*color: #28a745;*/
}

a:hover {
    color: #007bff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    /*color: #88BC65;*/
}

a h1,
a h2 {
    color: #fff;
    text-decoration: none;
}

a h1:hover,
a h2:hover {
    text-decoration: underline;
}

@media (min-width: 576px) {
    h1 {
        font-weight: 900;
        line-height: 1.3;
        font-size: 28px;
        font-size: 1.75rem;
    }
    h2 {
        font-weight: 900;
        line-height: 1.2;
        font-size: 24px;
        font-size: 1.5rem;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 28px;
        font-size: 1.75rem;
    }
    h2 {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

@media only screen and (min-width : 1400px) {

    .container {
        max-width: 1400px;
        width: 1400px;
    }

}

@media only screen and (min-width: 992px) {
    .custom-tabs{
        border-bottom: 0;
    }
    .nav-tabs .nav-link{
        border: 1px solid #ddd;
        border-radius: 10px 10px 0 0;
    }

}

h1 span {
    font-weight: bold;
}

h1 {
    font-weight: 900;
    line-height: 1.3;
    font-size: 21px;
    font-size: 1.3rem;
}

h2 {
    font-weight: 900;
    line-height: 1.25;
    font-size: 20px;
    font-size: 1.25rem;
}

h3 {
    font-size: 18px;
    font-size: 1.2rem;
}

h4 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 12px;
}

h5 {
    font-size: 16px;
    font-size: 1rem;
}

h6 {
    font-size: 16px;
    font-size: 1rem;
}

.nav-bar-logo-img {
    width: 220px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.svgLogo *,
.footerSvgLogo * {
    display:inline;
    fill-opacity:1;
}
.svgLogo path,
.svgLogo text {
    /*fill:rgba(136,188,101,1);*/
    fill:rgba(18,128,191,1);
}
.footerSvgLogo path,
.footerSvgLogo text {
    fill:rgba(50,50,50,0.5);
}
.svgLogo tspan,
.footerSvgLogo tspan {
    font-style:normal;
    font-variant:normal;
    font-weight:700;
    font-stretch:normal;
    font-size:27px;
    font-family:Arial;
}

.footerIcon {
    color: rgba(50,50,50,0.5);
}
.footerSvgLogo {
    width: 174px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

#arrowTop {
    font-size: 3rem;
    /*color: rgba(58, 183, 102, 0.5);*/
    color: rgba(18, 128, 191, 0.5);
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);

    height: 60px;
    width: 52px;
    position: fixed;
    z-index: 9999;
    bottom: 50px;
    right: 40px;
}
#arrowTop:hover {
    /*color: rgba(58, 183, 102, 1);*/
    color: rgba(18, 128, 191, 1);
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    cursor: pointer;
}

#festText {
    position: fixed;
    z-index: 9999;
    top: 15px;
    right: 150px;
    color: rgb(239, 41, 51);
    font-weight: bold;
    text-shadow: 2px 2px 10px rgba(0, 100, 23, 0.5);
    display: none;
}
#festBanner {
    width: 320px;
    position: fixed;
    z-index: 9999;
    top: 50px;
    right: 50px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
    border-radius: 10px 10px 10px 10px;
    display: none;
}
@media (min-width: 1500px) {
    #festText,
    #festBanner {
        display: block;
    }
}

#arrowScroll {
    font-size: 1.5rem;
    color: rgba(255, 255, 0, 1);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    background-color: rgba(0, 0, 0, 0.4);

    position: fixed;
    z-index: 9999;
    top: 60px;
    left: 50px;
}

.card-expand {
    position: absolute;
    bottom: 3px;
    right: 15px;
}

#yearsMoreIn {
    transform: translate(0, 10%);
    /*color: rgba(120,140,80,1); /* 120,140,80 - светлая олива; 83,105,53 - темная */
    color: rgba(18,128,191,1);
    line-height: 0.7;
    font-weight: 600;
    font-size: 4rem;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
#yearsMorePic {
    transform: translate(0, -10%);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('/images/stickers/Olive_low.png');
    margin-left: 80px;
    margin-right: 80px;
}

@media (min-width: 576px) {
    #yearsMoreIn {
        font-weight: 600;
    }
    #yearsMorePic {
        margin-left: 100px;
        margin-right: 100px;
    }
}

@media (min-width: 768px) {
    #yearsMoreIn {
        transform: translate(0, 40%);
        font-weight: 700;
        font-size: 3rem;
    }
    #yearsMorePic {
        transform: translate(0, 10%);
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    #yearsMoreIn {
        transform: translate(0, 10%);
    }
    #yearsMorePic {
        transform: translate(0, -10%);
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media (min-width: 1200px) {
    #yearsMoreIn {
        font-size: 3.5rem;
    }
    #yearsMorePic {
        transform: translate(0, -20%);
    }
}

@media (min-width: 1400px) {
    #yearsMoreIn {
        font-size: 3.5rem;
    }
    #yearsMorePic {
        margin-left: 100px;
        margin-right: 100px;
    }
}

#navbar-kodofon {
    color:#fff;
}

/* ------- Крестик вместо бургера ----- */
/* Без этого вроде работает 
.navbar-toggler>.close {
    display:inline;
}*/
.navbar-toggler.collapsed>.close,
.navbar-toggler:not(.collapsed)>.burger {
    display:none;
}

/* -------- Кувырок стрелки -------- */
/* Без этого вроде работает 
.myToggler>.myUp {
    display:inline;
}*/
.myToggler.collapsed .myUp,
.myToggler:not(.collapsed) .myDown {
    display:none;
}

.forSale, .forSale1, .forSale2 {
    border-radius: 6px;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 700;
}

.forSale2, .certif, .certif1 {
    z-index: 1;
    position: absolute;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 1);
}

.forSale {
    background-color: #ff0000;
    color: #ffff00;
}

.forSale1 {
    background-color: rgba(255, 220, 220, 1);
    color: #aa0000;
}

.forSale2 {
    right: 10px;
    top: 70px;
}

.certif {
    left: 50px;
    top: 80px;
}

.certif1 {
    left: 50px;
    top: 15px;
}

.navLink,
.navLinkLang {
    transform: translate(0%, 7%);
    border-radius: 6px;
    /*border-color: rgba(136, 188, 101, 0.5) ;*/
    border-color: rgba(18, 128, 191, 0.5) ;
    border-width: 1px;
    margin-right: 2px;
    padding: 0;
}
.navLink {
    border-style:hidden;
}
.navLinkLang {
    border-style:solid;
}

.navLink:hover {
    color: #ffffff !important;
    background: #bbbbbb !important;
}

.nav-link{
    color: #555;
}

.nav-link:hover{
/*    color: #3f916c;*/
    background: #ccc;
    color: #fff;
}

.dropdown-item.active {
    color: #fff;
    /*background-color: rgba(136,188,101,0.5);*/
    background-color: rgba(18,128,191,0.5);
    pointer-events: none;
}

.DD_menu {
    transform: translate(0px, -3px);
}
.DD_menu > a:hover {
    background: #ccc;
    color: #fff;
}

/* Раскрытие меню по наведению мыши */
nav.navbar .dropdown:hover > .dropdown-menu {
    display: block;
}

.header-color-white{
    color: #fff;
}

.header-color-green{
    /*color: rgba(58,183,102,1);*/
    color: rgba(18,128,191,1);
}

.hometopic-left{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(127,127,127,0.3);
    border-radius: 0 0 0 0;
}
.hometopic-right{
    display: none;
}

@media (min-width: 768px) {
    .hometopic-right{
        display: flex;
        border-radius: 0 0 0 0;
        background-color: rgba(255,255,255,1);
        flex-direction: column;
/*        justify-content: space-between;*/
    }
}

.btn-close {
    position: absolute;
    right: 20px;
}
.btn-default:hover,
.btn-close:hover {
    color: #fff;
    background: #ccc;
}

.link-more{
    font-weight: 600;
    text-align: right;
    margin-bottom: 10px;
}

.link-order{
    /* background-color: rgba(136,188,101,0.75);*/
    position: absolute;
    bottom: 0;
    right: 40px;
    font-weight: 900;
    /*text-align: right;
    margin-top: 15px;*/
}

.block-middle{
    padding-top: 40px;
    padding-top: 2.5rem;
    padding-bottom: 80px;
    padding-bottom: 5rem;
    padding-left: -15px;
    padding-right: -15px;
}

.block-last{
    padding-top: 40px;
    padding-top: 2.5rem;
    padding-bottom: 120px;
    padding-bottom: 7.5rem;
}

.bgMiddlePage {
    background: linear-gradient(to bottom,
                rgba(248,248,248,1) 20%,
                rgba(230,230,230,1) 80%);
}
.bgRightPage {
    border-radius: 0 0 10px 10px;
}

.footerKDF {
    width: 100%;
    background: linear-gradient(to bottom,
                rgba(230,230,230,1) 20%,
                rgba(200,200,200,1) 80%);
}

.footerKDF-content {
    background: linear-gradient(to bottom,
                rgba(240,240,240,1) 20%,
                rgba(230,230,230,1) 80%);

    border-radius: 10px;
    color: rgba(50,50,50,0.8);
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 15px;
}
.footerKDF-content a {
    color: rgba(50,50,50,0.8);
}
.footerKDF-content a:hover {
    color: rgba(50,50,255,1);
}

.footerKDF-header {
    font-family: 'Lato', sans-serif, Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-align: left;
    padding-left: 20px;
    color: rgba(50,50,50,0.8);
}

.newsBG {
    z-index: 0;
    background: linear-gradient(to right,
                rgba(136,188,101,1) 10%,
                rgba(255,255,255,1) 40%,
                rgba(255,255,255,1) 60%,
                rgba(136,188,101,1) 90%);
}

.card {
    /*border: 1px solid rgba(58,183,102,0.325);*/
    border: 1px solid rgba(8,60,90,0.325);
}

.card-home,
.card-home a {
    color:rgba(0, 0, 0, 1)
}

.card-events {
    background-color: rgba(255,255,255,1);
}

.card-patents {
    background-color: rgba(200,200,200,0.3);
}

.card-home,
.card-events,
.card-patents {
    border: none;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
}

.white-link {
    color:rgba(255, 255, 255, 1);
    text-decoration: none;
}
.white-link:hover {
    box-shadow: 0 0 5px 5px rgba(0, 127, 127, 0.5);
    text-decoration: none;
}

.card-home,
.card-events,
.card-patents {
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5);
}
.card-home:hover,
.card-events:hover,
.card-patents:hover {
    color: blue;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.8);
    text-decoration: none;
}
.card-home:hover .card-title,
.card-home:hover a {
    color: blue;
    text-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.8);
    text-decoration: none;
}

.card-title {
    font-family: 'Lato', sans-serif;/*, Helvetica, Arial, sans-serif;*/
    font-weight: bold;
}

.card-subtitle {
    font-weight: bold;
}

.card-footer {
    background-color: transparent;
    border-top: none;
    border-bottom: none; /*1px solid rgba(58,183,102,0.325);*/
}

.pdfico {
    height: 32px;
    width: 32px;
    margin-right: 4px;
    height: 2rem;
    width: 2rem;
    margin-right: 0.25rem;

}

.icotext {
    display:inline;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

.row-eq-height > [class^=col] {
    display: flex;
    flex-direction: column;
}

.row-eq-height > [class^=col] div {
    flex-grow: 1
}

.c-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-direction: row;
    flex-wrap: wrap;
}

#topmenuKDF {
    position: fixed;
    z-index: 1022;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 10px rgba(83,105,53,0.7);
}

@media (max-width: 991px) {
    .myFluid {
        box-shadow: 0px 0px 5px rgba(0,0,0,0.7)
    }
}

.myMenu {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    top: 56px;
    height: 25px;
    z-index: 1021 !important;
}

.bgg {
    background-color: #f8f8f8;
}

.bgw {
    background-color: white;
}

.header-layout{
    background-color: rgba(248,248,248,1);
    /*color: rgba(83,105,53,1); /* 120,140,80 - светлая олива; 83,105,53 - темная */
    color: rgba(18,128,191,1);
    font-weight: 800;
}

.text-dark-olive {
    /*color: rgba(83,105,53,1) !important;*/
    color: rgba(8,60,90,1) !important;
}
.text-olive {
    /*color: rgba(120,140,80,1) !important;*/
    color: rgba(18,128,191,1) !important;
}
.text-black {
    color: rgba(0,0,0,1) !important;
}


.topStub55 {
    background-color: transparent;
    width: 100%;
    height: 55px;
}

.topStub110 {
    background-color: transparent;
    width: 100%;
    height: 110px;
}

#breadGrey {
    background-color: rgba(127,200,127,0.4);
    box-shadow: inset 0 0 5px rgba(63,63,63,0.5);
}
#breadGreen {
    /*background-color: rgba(136,188,101,1);*/
    background-color: rgba(18,128,191,1);
    box-shadow: inset 0 0 5px rgba(63,63,63,0.5);
}

.kodofon-breadcrumbs{
    margin-top: 0px;
    color: white;
    font-size: 0.875rem;
}
.kodofon-breadcrumbs a{
    color: white;
    text-decoration: none;
}
.kodofon-breadcrumbs a:hover{
    color: white;
    text-decoration: underline;
}

.lead{
    font-style: italic;
}

.custom-tabs .nav-link.active{
    /*background-color: rgba(136,188,101,0.5);*/
    background-color: rgba(18,128,191,0.5);
    color: #fff;
    pointer-events: none;
}

.custom-tabs{
    border-bottom: 0;
}



.img-thumbnail {
    float: left !important;
    cursor: pointer;
}

.img-thumbnail:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.65);
}

.collective{
    width: 250px;
    height: 170px;
}

.img-fluid{
    max-width: 100%;

}


.strikethrough {
    position: relative;
    font-size: 1.25rem;
}

.strikethrough:before {
    border-bottom: 2px solid red;
    position: absolute;
    content: "";
    width: 100%;
    height: 70%;
    transform: rotate(-10deg);
}


.fs200 {
    font-size: 2rem;
}
.fs175 {
    font-size: 1.75rem;
}
.fs150 {
    font-size: 1.5rem;
}
.fs125 {
    font-size: 1.25rem;
}
.fs120 {
    font-size: 1.2rem;
}
.fs110 {
    font-size: 1.1rem;
}
.fs100 {
    font-size: 1rem;
}
.fs090 {
    font-size: 0.9rem;
}
.fs085 {
    font-size: 0.85rem;
}
.fs080 {
    font-size: 0.8rem;
}
.fs075 {
    font-size: 0.75rem;
}
.fs050 {
    font-size: 0.5rem;
}
.fs025 {
    font-size: 0.25rem;
}


.tvc > tbody > tr > td {
    vertical-align: middle;
    border: #fff;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.nav-tabs {
    margin-bottom: 0;
}

a[disabled] { pointer-events: none; }

.characteristics {
    font-size: small;
}

.characteristics > div > div > p{
    font-weight: bold;
    margin-bottom: 0;

}

.tracking-img {
    box-shadow: 0 10px 10px rgb(0, 0, 0);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.product-tag {
    font-weight: 600;
    margin: 10px;
    text-align: center;
    display: block;
    border: 1px solid indianred;
    color: indianred;
    line-height: 23px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100px;
    height: 25px;
    border-radius: 5px 5px 5px 5px;
}

.date {
    text-align: right;
    color: darkgray;
    font-size: 0.8em;
}

.news, .pat {
    font-size: 16px;
    font-weight: 200;
    padding-left: 25px;
    padding-right: 25px;
}

.news-top, .pat-top {
    padding: 10px;
    width: 100%;
    line-height: 45px;
}

.news-top > p, .pat-top > p {
    display: inline-block !important;
}

p.cursive {
    font-style: italic;
}

.flag-shadow {
    box-shadow: 0px 0px 10px rgba(126, 126, 126, 1);
}

.tableDescription {
    width: 100%;
}
@media (min-width: 768px) {
    .tableDescription {
        width: 67%;
    }
}
