.fs16-20,
.productsMenu01 li a h3 {
    font-size: 5vw
}
@media print, screen and (min-width:600px) {
    .fs16-20, .productsMenu01 li a h3 {
        font-size: calc(1.125rem + ((1vw - 6px) * 0.4608));
        min-height: 0vw
    }
}
@media print, screen and (min-width:1034px) {
    .fs16-20, .productsMenu01 li a h3 {
        font-size: 20px
    }
}
.fs12-15,
.productsMenu01 li a p:nth-of-type(2) {
    font-size: 3.75vw
}
@media print, screen and (min-width:600px) {
    .fs12-15, .productsMenu01 li a p:nth-of-type(2) {
        font-size: calc(0.8125rem + ((1vw - 6px) * 0.4608));
        min-height: 0vw
    }
}
@media print, screen and (min-width:1034px) {
    .fs12-15, .productsMenu01 li a p:nth-of-type(2) {
        font-size: 15px
    }
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media print, screen and (min-width:600px) {
    main .bgG {
        padding-bottom: 80px
    }
}
@media print, screen and (min-width:768px) {
    main .bgG {
        padding-bottom: 100px
    }
}
main .in {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px
}

.productsMenu01 {
    padding-top: 20px;
    width: 100%;
    margin: 0 auto
}
@media print, screen and (min-width:600px) {
    .productsMenu01 {
        padding-top: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}
@media print, screen and (min-width:768px) {
    .productsMenu01 {
        padding-top: 60px
    }
}
.productsMenu01 li {
    border-radius: 10px;
    background: #FFF;
    padding: 10px;
    position: relative;
    -webkit-box-shadow: -2px 3px 10px -4px rgba(0, 0, 0, 0.8);
    box-shadow: -2px 3px 10px -4px rgba(0, 0, 0, 0.8);
    margin-bottom: 40px
}
@media print, screen and (min-width:600px) {
    .productsMenu01 li {
        -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
        max-width: 296px;
        margin: 10px 15px 40px
    }
}
@media print, screen and (min-width:960px) {
    .productsMenu01 li {
        -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px)
    }
}
.productsMenu01 li:after {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: url(../_img/arrow.svg) no-repeat center center;
    background-size: auto 26px;
    border-radius: 50%;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -30px;
    -webkit-box-shadow: -2px 3px 10px -4px rgba(0, 0, 0, 0.8);
    box-shadow: -2px 3px 10px -4px rgba(0, 0, 0, 0.8);
    cursor: pointer
}
.productsMenu01 li:hover {
    opacity: 0.7
}
.productsMenu01 li a {
    display: block
}
.productsMenu01 li a h3 {
    border-radius: 5px;
    padding: 0.5em;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    font-weight: 500;
    min-height: 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.productsMenu01 li a p:first-of-type {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.productsMenu01 li a p:first-of-type img {
    width: 84%
}
@media print, screen and (min-width:768px) {
    .productsMenu01 li a p:first-of-type {
        min-height: 180px
    }
}
.productsMenu01 li a p:nth-of-type(2) {
    padding: 1em 1em 40px;
    border-radius: 5px;
    color: #595757
}
@media print, screen and (min-width:600px) {
    .productsMenu01 li a p:nth-of-type(2) {
        min-height: 10em;
        padding-bottom: 1em
    }
}

#tmnf .productsMenu01 li:after {
    background-color: #0099d9
}
#tmnf .productsMenu01 li a h3 {
    background: #0099d9
}
#tmnf .productsMenu01 li a p:first-of-type {
    min-height: 160px
}
#tmnf .productsMenu01 li a p:first-of-type img {
    max-width: 250px
}
#tmnf .productsMenu01 li a p:nth-of-type(2) {
    background: #dff2fc
}
#tmnf #contactBottom a.btn>p:first-child:after {
    background-color: #0099d9
}
#tmnf #contactBottom a.prevBtn:before {
    background-color: #0099d9
}

