body {
    padding: 0 50px;
    /*width: 100%;*/
    max-width: 1200px;
    margin: auto;
    font-family: calibri light, "Oscine W04 Light", serif;
    font-size: 110%;
}
* {
    -webkit-tap-highlight-color: transparent !Important;
}
.product-contact{

    color: #286c5a;
    font-weight: bold;
}

.weblink{
    color: rgb(40, 108, 90);
    font-weight: bold;
}
.flex-start {
    display: flex;
    justify-content: flex-start;
    align-items: center;

}
.deskis-icons {
    width: 35px;
    transform: translateY(10px);
}
.flex-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-center img {
    margin-bottom: 7px;
    width: 25px;
    height: 25px;
}
.grid-2 {
    display:grid;
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}
.grid-2-3 {
    display:grid;
    display: -ms-grid;
    -ms-grid-columns: 2fr 3fr;
    grid-template-columns: 2fr 3fr;
}
.grid-3 {
    display: grid;
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}
.grid-3-2 {
    display: grid;
    grid-template-columns: 3fr 2fr;
}
.grid-7 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(7, 1fr);
}
.grid-8 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(8, 1fr);
}
.grid-9 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(9, 1fr);
}
a {
    text-decoration: none;
    color: black;
}
.sub-menu a {
    color: black;
}
.sub-menu a:hover {
    color: rgb(40, 108, 90) !important;
}
/**************************************
*
* Front Page
*
**************************************/
.front-header {
    margin: 30px 0 0 0;
    display: inline-block;
    width: 94%;
}
.front-header-right {
    display:inline-block;
    float: right;
}
.front-header-left {
    float: left;
    display: inline-block
}
.menu-icons img {
    margin: 0 10px;
    padding-right: 30px;
    padding-bottom: 15px;
}
.menu-icons svg {
    margin: 0 10px;
    padding-right: 30px;
    padding-bottom: 15px;
    width: 35px;
}
.svg-wrap {
    position: relative;
    transition: 0.1s ease-in-out;
    fill: black;
}
.svg-wrap:active {
    fill: white;
}
.menu-icons .svg-wrap::after {
    content: "";
    opacity: 0;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #286c5a;
    transform: translate(-55%, -30%);
    border-radius: 50%;
    transition: 0.1s ease-in-out;
    pointer-events: none;
    display: inline-block;
    z-index: -1;
}
.front-mobile-footer .svg-wrap::after {
    content: "";
    opacity: 0;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #286c5a;
    transform: translate(10px, -25%);
    border-radius: 50%;
    transition: 0.1s ease-in-out;
    pointer-events: none;
    display: inline-block;
    z-index: -1;
}
.menu-icons .svg-wrap:active::after,
.front-mobile-footer .svg-wrap:active:after {
    opacity: 1;
}
.menu span {
    margin: 0 20px;
    font-size: 20px;
}
.menu {
    position: relative;
    padding-bottom: 15px;
    margin-top: 11px;
    text-align: right;
}
.lang-switcher {
    margin-right: 20px;
    padding-top: 12px;
    position: absolute;
    cursor: pointer;
    background-color: #fff;
}
.lang-switcher:hover,
.lang:hover a,
.lang:hover,
.lang a:hover {
    background-color: #cadccd;
    color: white;
    transition: 0.1s ease-in-out;
}
.lang:active,
.lang a:active,
.lang:active a {
    background-color: #286c5a;
}
.lang-sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0%;
    padding-top: 5px;
}
.lang-switcher:hover .lang-sub-menu {
    display: block;
}
.lang {
    margin-bottom: 5px;
}
.header-button {
    border: 1px solid lightgray;
    margin: 3px 5px 3px 5px;
    padding: 3px 5px;
    text-align: center;
    width: 43%;
}
.header-button:hover,
.header-button a:hover,
.header-button:hover a {
    background-color: #cadccd;
    color: white;
    transition: 0.1s ease-in-out;
    -webkit-tap-highlight-color: transparent !Important;
    cursor: pointer;
}
.header-button:active,
.header-button a:active,
.header-button:active a {
    background-color: #286c5a;
}
.new {
    position: relative;
}
.new::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 20%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #85b191;

}
.front-header-image {
    height: 300px;
    width: 60%;
    background-color: #286c5a;
    color: white;
    position: relative;
    float:left;
}
.front-header-image h1 {
    letter-spacing: 2px;
}
.front-header-image-text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%);
}
.front-header-sub-text {
    padding: 0 10px;
    margin: 10px;
    font-size: 90%;
    letter-spacing: 1px;
    padding-left: 5px;
    text-align: justify;
}
.front-header-news-text {
    /*margin: 10px;*/
    font-size: 90%;
    letter-spacing: 1px;
    padding-left: 5px;
    float: left;
    max-width: 45%;

}
.front-header-news-text a.link {
    color:#00955d;
    font-weight: bold;
}
.underline{
    text-decoration: underline
}

.front-product-shortcut {
    float:left;
    cursor: pointer;
}


/**************************************
*
* Front Slider
*
**************************************/
.front-slider {
    float: right;
    width: 40%;
    margin-top: -30px;
}
.front-slider img {
    width: 100%;
    max-width: 100%;
    height: 300px;

}
.slider-text {
    position: absolute;
    top:45%;
    right: 15%;
    color: white;
}
.slider-button {
    border: 2px solid white;
    padding: 5px 10px;
    margin-bottom: 20px;
    text-align: center;
    transition: 0.1s ease-in-out;
    cursor: pointer;
    font-weight:600;
    -webkit-tap-highlight-color: transparent !Important;
}
.slider-button:hover {
    background-color: #286c5a;
    opacity: 0.9;
    color: white;
}
.slider-nav {
    position: relative;
    top: 85%;
    margin-top: -30px;
    text-align: center;
}
.slider-dot {
    height: 20px;
    width: 20px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    cursor: pointer;
}
.slider-dot:hover {
    background-color: lightgrey;
}
.slider-full-screen {
    width: 30px;
    position: relative;
    /*position: absolute;*/
    top: 40px;
    right: 5px;
    height: 30px;
    /*display: flex;*/
    background-color: rgba(52,59,52,0.58);
    border-radius: 12px;
    cursor: pointer;
    text-align: center;
    float: right
}
.slider-full-screen img {
    height: auto;
    width: 18px;
    margin: auto;
    margin-top: 5px;
}
.social-icons {
    display: inline-block;
    width: 30px;
    position: absolute;
    margin-top: 20px;
}
.news-text {
    float:left;
    display: inline-block;
    padding-right: 35px;

}
.overlay {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 9999;
    transition: 0.1s ease-in-out;
}
.slider-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
}
.slider-modal img {
    max-width: 800px;
    max-height: 500px;
    width: 100%;
    height: 100%;
    min-width: 300px;
}
.modal-close {
    position: absolute;
    z-index: 999999;
    top: 10%;
    right: 10%;
    cursor: pointer;
    color: white;
    font-size: 30px;
}
.slider-modal.active,
.overlay.active {
    transition: 0.1s ease-in-out;
    visibility: visible;
    opacity: 1;
}
.grid-6 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(6, 1fr);
}
.grid-6 img,
.grid-7 img,
.grid-8 img,
.grid-9 img {
    width: 80px;
    margin-bottom: 10px;
}

.front-icons {
    text-align: center;
    margin-top: 15px;
    height: 120px;
    display:inline-block;
    float: left;
    max-width: 65%;
}
.front-icons p:first-child {
    height: 25px;
}
.front-icons-text {
    line-height: 15px;
    color: #85b191;
}
.grid-6-1 {
    display: grid;
    grid-template-columns: 6fr 1fr;
}
.grid-1 {
    display: grid;
    display: -ms-grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}
.menu-item {
    padding-bottom: 15px;
    margin: 0 5px;
}
.menu-item:hover {
    color: rgb(40, 108, 90) !important;
}
.menu-item a {
    text-decoration: none;
    color: black;
}
.menu-item a:hover {
    color: rgb(40, 108, 90) !important;
}
.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #1e6450;
    z-index: 999;
    width: 100%;
    height: 130px;
}
.dropdown a {
    color: white;
}

.menu:hover .dropdown {
    display: flex;
    opacity: 0.95;
}
.dropdown-section {
    display: inline-block;
    padding-left: 21px;
    padding-top: 18px;
    color: white;
    font-size: 15px;
    width: 90px;
}
.dropdown-section div {
    padding-top: 10px;
    cursor: pointer;
}
.dropdown-section div:hover {
    /* text-decoration: underline; */
    font-weight: 600;
}

/**************************************
*
* Tooted -> Pages
*
**************************************/
.header {
    margin-top: 30px;
}
.header-right {
    width: 100%;
}
.sub-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-right: 30px;
    margin-bottom: 20px;
    vertical-align: baseline;
}
.sub-menu div {
    margin: 0 7px;
}
.sub-menu .active {
    font-weight: 600;
    cursor: default;
    color: #286c5a;
}
.menu-item.active a {
    font-weight: 600;
    color: rgb(40, 108, 90);
}
.content {
    display: inline-block;
    width: 100%
}
.content-full,
.content-left {
    text-align: center;
    float: left;
    width: 50%;
}
.content-full p,
.content-left h3 {
    line-height: 25px;
    padding: 0 10px;
}
.content-left p,
.content-full p {
    text-align: justify;
}
.content-right {
    text-align: center;
    margin-top:10px;
    float: right;
    width: 45%;
}
.content-full img {
    max-width: 100%;
    margin: auto;
    padding-top: 30px;
}
.content-right img {
    max-width: 100%;
    margin: auto;
}
.content-bottom {
    text-align: center;
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
}
.content-bottom img {
    width: 80px;
}
.content-bottom div {
    float: left;
    width: 120px;
}
.content-left-icon h1 {
    display: inline-block;
}
.content-left img {
    width: 100%;
    margin-right: 10px;
}
.funktsioonid-icons img {
    width: 80px;
    margin-top: 20px;
}
.funktsioonid-buttons {
    margin: 20px 0;
}
.detailid-data img {
    width: 20px;
    transform: translateY(3px);
}
.detailid-data p {
    margin: 5px 0;
}

.product {
    border-bottom: 1px solid #bebebe;
    padding-right: 20px;
    display: inline-block;
    width: 100%;
}
.product-img {
    text-align: center;
    padding-top:25px;
    width: 140px;
    float: left;
}
.product-txt {
    padding-top: 20px;
    padding-left: 10px;
    text-align: justify;
}
.product img {
    width: 120px;
}
.product-link {
    float: right;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Lato Semibold",Helvetica,Arial,sans-serif;
    color: #006f45;
    padding-bottom: 10px;
}
.video-container{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/**************************************
*
* Uudised Pages
*
**************************************/
.news-grid-3-1 {
    display: grid;
    display: -ms-grid;
    -ms-grid-columns: 3fr 1fr;
    grid-template-columns: 3fr 1fr;
}
.news-grid-2 {
    display: grid;
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}
.news-block {
    margin-left: 35px;
}
.news-post {
    width: 330px;
    margin: 0 20px;
    display: block;
}
.news-post img {
    max-width: 330px;
    width: 100%;
}
.news-post-text {
    top: -55px;
    left: 30px;
    background-color: white;
    width: 300px;
    height: 50px;
    padding-left: 10px;
    padding-top: 10px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    position: relative;
}
.news-post-icon {
    margin-right: 15px;
    transform: translateY(15px);
}
.news-social {
    text-align: right;
    margin-top: 70px;
}
.news-wrap {
    /*width: 80%;*/
    float: left;
}
.news-button {
    border: 3px solid lightgrey;
    padding: 10px 20px;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer;
}
.news-button:hover,
.news-button:hover a,
.news-button a:hover,
input[type=submit]:hover {
    background-color: #cadccd !Important;
    color: white !Important;
    transition: 0.1s ease-in-out !Important;
    -webkit-tap-highlight-color: transparent !Important;
}
.news-button:active,
.news-button:active a,
.news-button a:active,
input[type=submit]:active {
    background-color: #286c5a !Important;
    color: white;
}
.social-icon {
    margin-top: 10px;
}
.social-icon img {
    width: 25px;
    height: 25px;
}
.news-content-right {
    margin-top: 70px;
}
.news-post-pic {
    float: right;
    width: 100% !Important;
    max-width: 550px !Important;
    margin: 20px;
}
.news-heading img {
    margin-right: 10px;
    margin-left: 10px;
    transform: translateY(7px);
}
.newsbox{width:100%; margin-bottom:0px;overflow:auto;}

.newsbox img.b {margin:0px 5px 0px 0px;}
.newsbox img.c {margin-left:45px;}
.newsbox h3
{
    font-size:130%;
    font-weight:bold;
    color:rgb(120,170,40);
    text-align:left;
    text-indent:1px;
    margin:30px 0px 0px 0px;
}
.news {margin-left:5px;}
/**************************************
*
* Contact Pages
*
**************************************/

.contact-grid-2 {
    display: grid;
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}
.contact-grid-3-1 {
    display: grid;
    display: -ms-grid;
    -ms-grid-columns: 3fr 1fr;
    grid-template-columns: 3fr 1fr;
}
.contacts-wrap{
    position: relative;
}
.contacts-content-right {
    margin-top: 70px;
    position: relative;
}
.news-post-text.contact-card {
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 1px;
    font-weight: 400;
}
.contact-post {
    width: 300px;
    margin-bottom: 40px;
    float: left;
    text-align: center;
}
.grid-5-1 {
    display: grid;
    display: -ms-grid;
    -ms-grid-columns: 5fr 1fr;
    grid-template-columns: 5fr 1fr;
}
.contact {
    max-width: 400px;
}
.contact-social {
    margin-top: 0px;
}
/**************************************
*
* Mobile Menu
*
**************************************/
.mobile-toggle {
    display: none;
    cursor: pointer;
    padding-left: 70px;
    padding-bottom: 15px;
}
.bar {
    width: 30px;
    height: 3px;
    background-color: #286c5a;
    margin: 5px 0;
}
#mobile-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

/**************************************
*
* Registration form
*
**************************************/
.form-grid {
    display: grid;
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
}
.regForm input {
    margin: 5px;
    height: 25px;
}
.regForm select {
    height: 30px;
    margin: 5px;
}
#agree {
    transform: translateY(6px);
}
input[type="radio"] {
    margin: 0 0 10px 0;
    height: 12px;
}
#submitForm {
    background-color: #fff;
    border: 2px solid lightgrey;
    color: black;
    padding: 14px !Important;
    text-decoration: none;
    margin: 0px;
    cursor: pointer;
    outline: none;
    width: 100%;
    height: 45px;
    margin-top: 20px;
}
.form-success {
    color:#286C5A;
}

/**************************************
*
* Mobile Footer
*
**************************************/
/*  MOBILE FOOTER MENU */
.mobile-footer-menu {
    display: none;
    padding: 20px 0 10px 0;
    position: relative;
    background-color: white;
}
.mobile-footer-menu a{
    font-weight: 300;
}
.mobile-footer-menu a:hover{
    font-weight: 1000;
    color: #286c5a;
}

.mobile-footer-submenu {
    text-align: center;
    margin-bottom:8px;
}
.mobile-footer-submenu div {
    display: inline-block;
    font-size: 90%;
    margin: 0 2px;
}
.mobile-menu-content-left,
.mobile-menu-content-right {
    display: inline-block;
    margin-left: 10px;
}
.mobile-menu-content-right {
    margin-right: 50px;
    float: right;
    display: flex;
}
.mobile-menu-toggler,
.footer-active-menu-item {
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
}
#mobile-menu h4 {
    margin: 0;
    grid-column: none;
}
.mobile-menu-wrap {
    position: fixed;
    padding: 10px 0 10px 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    border-top: 6px solid #efefef;
}

.front-mobile-footer {
    -ms-grid-columns: 2fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
    padding: 0 10px;
    margin-bottom: 20px;
    margin-top: 15px;
    display: none;
    position: relative;
}
.mobile-lang-switcher {
    height: 25px;
    padding-top: 5px;
    position: relative;
    display: inline-block;
}
.mobile-lang-switcher img {
    width: 40px;
}
#mobile-lang-dropdown {
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: 9999999;
}
#mobile-menu {
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 92%;
    background-color: white;
    padding-bottom: 15px;
    z-index: 999;
}
.mobile-menu-sections {
    text-align: left;
    margin: 0;
    padding: 10px 10px 0 0;
    height: 30px;
    border-bottom: 1px solid #efefef;
}
.mobile-menu-sections:last-child {
    border: none;
}
.mobile-menu-sections:first-child {
    border-top: 1px solid #efefef;
}
.mobile-menu-sections h2 {
    text-align: right !Important;
    margin: 0;
}
.mobile-menu-sections p {
    display: inline-block;
    font-size: 14px;
    margin-left: 15px;
}
.mobile-menu-sections a {
    color: black;
}
.content-left {
    padding: 0 20px;
}
.content-bottom p {
    font-size: 90%;
}
.content-bottom img {
    width: 60px;
}

.clear-all {
    display: none;
}

.h-30 {
    height: 30px;
}
.text-center {
    text-align: center;
}
.w-33p {
    width: 33% !important;
}
.w-25p {
    width: 25% !important;
}


/********************************************************/
@media only screen and (max-width: 1200px) {
    .content-bottom {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .content-bottom.grid-3 {
        grid-template-columns: 1fr 1fr 1fr
    }
    h3 {
        text-align: center;
    }
    .content-full {
        width: 100%;
    }
    .content-left {
        padding: 0;
    }
    .content-left img {
        margin-right: 0 !Important;
    }
    .content-right img{
        max-height: 500px;
    }
    .grid-3-2 {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .grid-6,
    .grid-9 {
        grid-template-columns: repeat(3, 1fr);
    }
    .grid-7,
    .grid-8 {
        grid-template-columns: repeat(4, 1fr);
    }
    .grid-6-1 {
        grid-template-columns: 1fr;
    }
    .grid-1 {
        grid-template-columns: repeat(4, 1fr);
        margin: 30px 0;
    }
    .front-header-image h1 {
        font-size: 22px;
    }
    .front-header-sub-text div:first-child {
        flex-direction: column;
        justify-content: center;
    }
    .grid-6 img,
    .content-bottom.grid-3 img {
        width: 60px;
    }
    .front-icons p:first-child {
        height: 15px;
    }
    .front-icons p:last-child {
        line-height: 12px;
    }
    .news-grid-3-1 {
        grid-template-columns: 1fr;
    }
    .front-product-shortcut:hover::before {
        display: none;
    }
    .front-header-news-text {
        max-width: 100%;
    }
    .front-icons {
        max-width: 100% !important;
        text-align: center;
    }
	.news-content-right {
		display: none;
	}
    .contact {
        width: 80%;
    }
    .contact-post {
        width: 250px;
    }
	.news-post-text.contact-card {
		font-size: 15px;
		line-height: 17px;
		letter-spacing: 1px;
		font-weight: 400;
	}
	.contact-social {
		margin-top: 0px;
	}
}
@media only screen and (max-width: 900px) {
    body {
        padding: 20px;
        margin-bottom: 100px;
    }
    h1{
        text-align:center;
    }
    .contact-grid-3-1 {
        grid-template-columns: 1fr ;
    }
    .contacts-wrap{
        order:2;
    }
    .contacts-content-right {
        order:1;
        margin-top: 20px;
    }
    .content-full {
        width: 100%;
    }
    .content-left {
        width: 100%;
    }
    .content-right {
        width: 100%;
    }
    .content-right img {
        width: auto;
    }
    .mobile-2{
        order:2;
    }
    .mobile-1{
        order:1;
    }
    .mobile-hide{
        display: none;
    }
    .front-header {
        display:none;
    }
    .front-header-left {
        margin-left: 0;
    }
    .header-left,
    .front-header-left {
        display: none;
    }

    .front-header {
        grid-template-columns: 2fr 5fr !Important;
        margin: 0;
    }
    .header-right {
        align-items: center !Important;
    }
    .front-header-right {
        display: none;
    }
    .menu,
    .sub-menu {
        display: none;
    }
    .mobile-toggle {
        display: inline-block;
    }
    .mobile-footer-menu {
        display: block;
    }
    .front-mobile-footer {
        display: grid;
    }
    .menu-icons {
        display: none;
    }
    .news-post-pic {
        max-width: 100% !Important;
        float: none;
        margin: 0;
    }
    .news-post-content p{
        padding: 0 20px;
    }
    .news-post-icon {
        max-width: 55px !Important;
    }
    .contact-post {
        width: 230px;
    }

    .front-header-news-text {
        clear: both;
        max-width: 90% !important;
        display: inline-block;
    }
    .clear-all {
        clear: both;
    }


}
@media only screen and (max-width: 778px) {
    .grid-3-2 {
        -ms-grid-columns: 1fr !Important;
        grid-template-columns: 1fr !Important;
    }
    .front-header {
        -ms-grid-columns: 2fr 1fr !Important;
        grid-template-columns: 2fr 1fr !Important;
    }
    .header-right .header-button {
        display: none;
    }
    .front-header .grid-3-2 {
        display: block !Important;
    }
    .front-header-image {
        width: 100%;
		height: 150px;    
		text-align: center;
    }
    .front-slider{
        width: 100%;
    }
	.mobile-hide2{
        display: none;
	}
    .front-text {
        margin-bottom: 30px;
    }
    .mobile-toggle {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .mobile-toggle {
        padding-bottom: 35px;
    }
    .news-grid-2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .form-grid {
        display: grid;
        display: -ms-grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 5px;
        /* padding: 0 10px; */
    }
    .news-post-text.contact-card {
        font-size: 14px;
        line-height: 16px;
    }
    .front-icons {
        float: none;
        display: block;
    }
    .front-header-news-text {
        float: none;
    }
}

@media only screen and (max-width: 576px) {
    body {
        padding: 20px;
        margin-bottom: 100px;
    }
    .grid-6 {
        grid-template-columns: repeat(3, 1fr) !Important;
    }
    .social-icons {
        width: 80%;
        margin: 20px auto 30px auto;
        position: relative;
    }
    .flex-center {
        width: 50px;
        float: left;
    }
    .slider-text {
        right: 0;
    }
    .front-icons {
        margin: 20px 0;
        position: relative;
    }
    .front-icons-text {
        display: none;
    }
    .news-post-icon {
        display: none;
    }
    .contact-grid-2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .content-bottom div {
        float:none;
        width: 100%;
    }
	.w-33p {
		width: 100% !important;
	}
	.w-25p {
		width: 50% !important;
	}
}
@media only screen and (max-width: 400px) {
    .new::after {
        right: -10%;
    }
    .front-product-shortcut:hover::after {
        content: "";
        opacity: 1;
        width: 90% !Important;
        height: 90% !Important;
        position: absolute;
        top: 0;
        right: 0;
        transform: translateY(10px);
        border-radius: 50%;
        transition: 0.1s ease-in-out;
        pointer-events: none;
        display: inline-block;
    }
}

@font-face {font-family: "Oscine W04 Light";
    src: url("f3b4480034be437c576a2fd2af7173db.eot"); /* IE9*/
    src: url("f3b4480034be437c576a2fd2af7173db.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("f3b4480034be437c576a2fd2af7173db.woff2") format("woff2"), /* chrome、firefox */
    url("f3b4480034be437c576a2fd2af7173db.woff") format("woff"), /* chrome、firefox */
    url("f3b4480034be437c576a2fd2af7173db.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("f3b4480034be437c576a2fd2af7173db.svg#Oscine W04 Light") format("svg"); /* iOS 4.1- */
}

/* icons in font */
@font-face {
    font-family: "deskis";
    src:url("fonts/deskis.eot");
    src:url("fonts/deskis.eot?#iefix") format("embedded-opentype"),
    url("fonts/deskis.woff") format("woff"),
    url("fonts/deskis.ttf") format("truetype"),
    url("fonts/deskis.svg#deskis") format("svg");
    font-weight: normal;
    font-style: normal;

}

[data-icon]:before {
    font-family: "deskis" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "deskis" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-blog:before {
    content: "\61";
}
.icon-chatpot:before {
    content: "\62";
}
.icon-say:before {
    content: "\63";
}
.icon-events:before {
    content: "\64";
}
.icon-news:before {
    content: "\65";
}
.icon-videos:before {
    content: "\67";
}
.icon-presentations:before {
    content: "\66";
}
.icon-arrow:before {
    content: "\69";
}
.icon-registrate:before {
    content: "\6a";
}
.icon-instructions:before {
    content: "\6b";
}
.icon-book:before {
    content: "\68";
}
.icon-calendar:before {
    content: "\6c";
}

/********************************************************/
/* IMG-circle hover effects */
.ch-item {
    border-radius: 50%;
    display: flex;
    flex: 0 0 120px;
    height: 120px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 120px;
    cursor: pointer;
    box-shadow:
            inset 0 0 0 0 rgba(202,220,205, 0.4),
            inset 0 0 0 16px rgba(255,255,255,0.6),
            0 1px 2px rgba(0,0,0,0.1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ch-img  {
    width: 100%;
    height: 100%;
    margin-top: 30%;
    transition: all 0.4s ease-in-out 0.1s;
}

.ch-info {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    opacity: 0;
}

.ch-h3 {
    font-size: 80%;
    width: 100%;
    height: 100%;
    position: absolute;
}

.ch-info p {
    color: rgb(255, 255, 255);
    position: relative;
    margin-top: 20%;
    opacity: 0;
    font-size: 80%;
}

.ch-item .ch-item {
    height: 100%;
}

.ch-item:hover .ch-h3{
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 16px;
    margin-top: 30%;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    backface-visibility: hidden;
}
.ch-item:hover .ch-img{
    opacity: 0;
    transition: all 0.2s ease-in-out;
    backface-visibility: hidden;
}
.ch-info:hover {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ch-item:hover {
    box-shadow:
            inset 0 0 0 110px rgba(40,108,90, 0.8),
            inset 0 0 0 16px rgba(255,255,255,0.8),
            0 1px 2px rgba(0,0,0,0.1);
}

.ch-info p {
    opacity: 1;
    transform: scale(1);
}


.ch-img::after {
    backface-visibility: hidden;
    transform: scale(1);
}

.product-button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #00955d;
    border-color: #00955d;
    text-transform: uppercase;
}
.fl-left {
    float: left;
}
.fl-right {
    float: right;
}
.clear {
    clear: both;
}
