@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/noto-sans-v27-latin-regular.eot');
    src: url('../fonts/noto-sans-v27-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/noto-sans-v27-latin-regular.woff2') format('woff2'), url('../fonts/noto-sans-v27-latin-regular.woff') format('woff'), url('../fonts/noto-sans-v27-latin-regular.ttf') format('truetype'), url('../fonts/noto-sans-v27-latin-regular.svg#NotoSans') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/noto-sans-v27-latin-700.eot');
    src: url('../fonts/noto-sans-v27-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/noto-sans-v27-latin-700.woff2') format('woff2'), url('../fonts/noto-sans-v27-latin-700.woff') format('woff'), url('../fonts/noto-sans-v27-latin-700.ttf') format('truetype'), url('../fonts/noto-sans-v27-latin-700.svg#NotoSans') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 1em/1.6em 'Noto Sans', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 1196px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #fff;
    overflow: hidden;
    padding: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
li a {
    color: #096FBF !important;
}
p {
    padding-bottom: 1rem;
}
.center {
    text-align: center;
}
h1 {
    margin: 0;
    font-size: 2.15em;
    line-height: 1.1;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 2rem 1rem;
    text-align: center;
}
h1 span {
    font-size: 1rem;
}
h2 {
    font-size: 1.55em;
    line-height: 1.3;
    color: #6DA521;
    font-weight: 400;
    margin-bottom: 1rem;
    background: #fff url('../images/carret.jpg') no-repeat 0 6px;
    padding-left: 2.25rem;
}
h3 {
    font-size: 1.313em;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: #6DA521;
    font-weight: 400;
}
h4 {
    font-size: 1.7em;
    line-height: 1.3;
    margin-bottom: 1rem;
    font-weight: 400;
    color: #DB0001;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding: 0 0 0.5rem 1rem;
    position: relative;
}
li:before {
    content: "\2022";
    font-size: 1.3rem;
    position: absolute;
    left: 0;
    top: 0;
    color: #DB0001;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
a.button {
    display: inline-block;
    background: #93C363;
    padding: 1rem 1.5rem;
    border-radius: 5px;
    font-size: 1.25em;
}
a.button:hover {
    background: #C2E89E;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.banner {
    position: relative;
}
.flex {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    margin: 2rem 0;
}
.flex1 {
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex1>div {
    width: 26%;
}
.flexbox {
    display: flex;
    justify-content: space-between;
}
.left, .right {
    width: 47%;
}
.flex3 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.buttons {
    width: 47%;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 2rem;
}
.buttons a {
    width: 47%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.small {
    font-size: 0.6em;
    line-height: 1.3;
    display: block;
    margin-top: 0.25rem;
}
.iframe {
    width: 57%;
}
.slider {
    width: 40%;
}
.contact {
    background: #F4F4F4;
    padding: 1rem;
    margin: 1.5rem 0;
}
.contact p a {
    color: #DB0001;
}
.contact h2 {
    font-size: 1.313em;
}
.logos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border-block: 1px solid #999999;
}
.social {
    color: #666666;
    display: flex;
    justify-content: center;
    gap: 1rem 2rem;
    padding: 1.5rem 1rem 1rem;
}
.social i {
    font-size: 2.5em;
    line-height: 1;
}
.social i:hover{
    color: #000;
}
figure {
    margin: 0;
}
.iframe {
    overflow: hidden;
    padding-bottom: 32%;
    position: relative;
    height: 0;
    border: none;
}
.iframe iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    border: none;
}
@-webkit-keyframes slidy {
    0% {
        left: 0%;
    }
    7% {
        left: 0%;
    }
    15% {
        left: -100%;
    }
    22% {
        left: -100%;
    }
    29% {
        left: -200%;
    }
    35% {
        left: -200%;
    }
    42% {
        left: -300%;
    }
    49% {
        left: -300%;
    }
    56% {
        left: -400%;
    }
    63% {
        left: -400%;
    }
    70% {
        left: -500%;
    }
    77% {
        left: -500%;
    }
    85% {
        left: -600%;
    }
    93% {
        left: -600%;
    }
    100% {
        left: -700%;
    }
}
@keyframes slidy {
    0% {
        left: 0%;
    }
    7% {
        left: 0%;
    }
    15% {
        left: -100%;
    }
    22% {
        left: -100%;
    }
    29% {
        left: -200%;
    }
    35% {
        left: -200%;
    }
    42% {
        left: -300%;
    }
    49% {
        left: -300%;
    }
    56% {
        left: -400%;
    }
    63% {
        left: -400%;
    }
    70% {
        left: -500%;
    }
    77% {
        left: -500%;
    }
    85% {
        left: -600%;
    }
    93% {
        left: -600%;
    }
    100% {
        left: -700%;
    }
}
.slider-wrapper {
    overflow: hidden;
    position: relative;
    width: 40%;
    background: #6AA730;
}
.slider {
    position: relative;
    width: 800%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    -webkit-animation-name: slidy;
    -webkit-animation-duration: 50s;
    -webkit-animation-delay: 5s;
    -webkit-animation-iteration-count: infinite;
    animation: 50s slidy infinite;
}
.slider figure {
    width: 12.5%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0;
}
.slider figure>div {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    width: 100%;
}
.slider figure>div p {
    color: #fff;
    text-align: center;
    float: left;
    width: 100%;
    padding: 1rem;
    font-size: 1.313rem;
    line-height: 1.3;
}
.hide_des_show_res{
    display: none;
}
@media only screen and (max-width:1195px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    :is(p, li) {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p a, span {
        display: inline-block;
    }
    .flex {
        flex-direction: column;
        align-items: center;
    }
    .buttons {
        justify-content: center;
        flex-wrap: wrap;
        width: auto;
        gap: 1rem;
    }
    .buttons a {
        width: 300px;
    }
    .show_des_hide_res{
        display: none;
    }
    .hide_des_show_res{
        display: inline;
    }
    .hide_m{
        display: none;
    }
}
@media only screen and (max-width:780px) {
    h1 {
        position: static;
    }
    .flex1>div {
        width: 48%;
    }
    .flexbox, .flex2, .flex3 {
        flex-direction: column;
    }
    .left, .right, .iframe, .slider-wrapper {
        width: 100%;
    }
    .slider-wrapper{
        height: 100%;
    }
    .iframe {
        padding-bottom: 50%;
    }
    .slider figure {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        min-height: 350px;
    }
   
}
@media only screen and (max-width:480px) {
    .logos {
        flex-direction: column;
        align-items: center;
    }
    .flex1>div {
        width: 100%;
    }
    h1 {
        font-size: 1.7em;
        padding: 1rem 0.5rem;
    }
}