@import url('https://fonts.googleapis.com/css?family=Montserrat:700&subset=cyrillic');
html, body {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    background-color: #eaeaea;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}
.plashka {
    position: absolute;
    top: calc(50% - 50px);
    width: 100vw;
    height: 100px;
    background-color: white;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    text-transform: uppercase;
    line-height: 1.5;
}
.a9ic0n {
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    background-size: 70% auto;
    background-repeat: no-repeat;
    background-position: center;
    animation-name: rotate;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    opacity: 0.7;
    transition: opacity 0.3s ease-in-out;
}
.icon:hover {
    opacity: 1;
    animation-duration: 0.25s !important;
    animation-timing-function: linear;
}
.a9ic0n1 {
    background-image: url('ic0n5/022-sprout.svg');
}
.a9ic0n2 {
    background-image: url('ic0n5/023-tree.svg');
}
.a9ic0n3 {
    background-image: url('ic0n5/024-sunflower.svg');
}
.a9ic0n4 {
    background-image: url('ic0n5/026-wheat.svg');
}
.a9ic0n5 {
    background-image: url('ic0n5/033-onion.svg');
}
.a9ic0n6 {
    background-image: url('ic0n5/034-carrot.svg');
}
.a9ic0n7 {
    background-image: url('ic0n5/035-pear.svg');
}
.a9ic0n8 {
    background-image: url('ic0n5/036-tomato.svg');
}
.a9ic0n9 {
    background-image: url('ic0n5/037-corn.svg');
}
.a9ic0n10 {
    background-image: url('ic0n5/041-combine-harvester.svg');
}
.a9ic0n11 {
    background-image: url('ic0n5/042-tractor.svg');
}
.a9ic0n12 {
    background-image: url('ic0n5/045-hay-bale.svg');
}


@keyframes rotate {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(5deg); }
    75% { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
}


}
@media screen and (max-width: 300px) {

}
