﻿@-webkit-keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg)
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg)
    }
    20% {
        transform: translate(-3px, 0px) rotate(1deg)
    }
    30% {
        transform: translate(3px, 2px) rotate(0deg)
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg)
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg)
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg)
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg)
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg)
    }
    90% {
        transform: translate(1px, 2px) rotate(0deg)
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg)
    }
}

@-moz-keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg)
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg)
    }
    20% {
        transform: translate(-3px, 0px) rotate(1deg)
    }
    30% {
        transform: translate(3px, 2px) rotate(0deg)
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg)
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg)
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg)
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg)
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg)
    }
    90% {
        transform: translate(1px, 2px) rotate(0deg)
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg)
    }
}

@-ms-keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg)
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg)
    }
    20% {
        transform: translate(-3px, 0px) rotate(1deg)
    }
    30% {
        transform: translate(3px, 2px) rotate(0deg)
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg)
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg)
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg)
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg)
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg)
    }
    90% {
        transform: translate(1px, 2px) rotate(0deg)
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg)
    }
}

@-o-keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg)
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg)
    }
    20% {
        transform: translate(-3px, 0px) rotate(1deg)
    }
    30% {
        transform: translate(3px, 2px) rotate(0deg)
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg)
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg)
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg)
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg)
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg)
    }
    90% {
        transform: translate(1px, 2px) rotate(0deg)
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg)
    }
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg)
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg)
    }
    20% {
        transform: translate(-3px, 0px) rotate(1deg)
    }
    30% {
        transform: translate(3px, 2px) rotate(0deg)
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg)
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg)
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg)
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg)
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg)
    }
    90% {
        transform: translate(1px, 2px) rotate(0deg)
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg)
    }
}

@-webkit-keyframes shake_2 {
    10%, 90% {
        transform: translate3d(-1px, 0, 0)
    }
    20%, 80% {
        transform: translate3d(2px, 0, 0)
    }
    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0)
    }
    40%, 60% {
        transform: translate3d(4px, 0, 0)
    }
}

@-moz-keyframes shake_2 {
    10%, 90% {
        transform: translate3d(-1px, 0, 0)
    }
    20%, 80% {
        transform: translate3d(2px, 0, 0)
    }
    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0)
    }
    40%, 60% {
        transform: translate3d(4px, 0, 0)
    }
}

@-ms-keyframes shake_2 {
    10%, 90% {
        transform: translate3d(-1px, 0, 0)
    }
    20%, 80% {
        transform: translate3d(2px, 0, 0)
    }
    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0)
    }
    40%, 60% {
        transform: translate3d(4px, 0, 0)
    }
}

@-o-keyframes shake_2 {
    10%, 90% {
        transform: translate3d(-1px, 0, 0)
    }
    20%, 80% {
        transform: translate3d(2px, 0, 0)
    }
    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0)
    }
    40%, 60% {
        transform: translate3d(4px, 0, 0)
    }
}

@keyframes shake_2 {
    10%, 90% {
        transform: translate3d(-1px, 0, 0)
    }
    20%, 80% {
        transform: translate3d(2px, 0, 0)
    }
    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0)
    }
    40%, 60% {
        transform: translate3d(4px, 0, 0)
    }
}

@-webkit-keyframes pulseYellow {
    0% {
        box-shadow: 0 0 0 0 rgba(233, 183, 48, 0.5)
    }
    70% {
        box-shadow: 0 0 0 10px rgba(233, 183, 48, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(233, 183, 48, 0)
    }
}

@-moz-keyframes pulseYellow {
    0% {
        box-shadow: 0 0 0 0 rgba(233, 183, 48, 0.5)
    }
    70% {
        box-shadow: 0 0 0 10px rgba(233, 183, 48, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(233, 183, 48, 0)
    }
}

@-ms-keyframes pulseYellow {
    0% {
        box-shadow: 0 0 0 0 rgba(233, 183, 48, 0.5)
    }
    70% {
        box-shadow: 0 0 0 10px rgba(233, 183, 48, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(233, 183, 48, 0)
    }
}

@-o-keyframes pulseYellow {
    0% {
        box-shadow: 0 0 0 0 rgba(233, 183, 48, 0.5)
    }
    70% {
        box-shadow: 0 0 0 10px rgba(233, 183, 48, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(233, 183, 48, 0)
    }
}

@keyframes pulseYellow {
    0% {
        box-shadow: 0 0 0 0 rgba(233, 183, 48, 0.5)
    }
    70% {
        box-shadow: 0 0 0 10px rgba(233, 183, 48, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(233, 183, 48, 0)
    }
}

@-webkit-keyframes pulseDarkGreen {
    0% {
        box-shadow: 0 0 0 0 rgba(36, 69, 38, 0.3)
    }
    70% {
        box-shadow: 0 0 0 10px rgba(36, 69, 38, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(36, 69, 38, 0)
    }
}

@-moz-keyframes pulseDarkGreen {
    0% {
        box-shadow: 0 0 0 0 rgba(36, 69, 38, 0.3)
    }
    70% {
        box-shadow: 0 0 0 10px rgba(36, 69, 38, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(36, 69, 38, 0)
    }
}

@-ms-keyframes pulseDarkGreen {
    0% {
        box-shadow: 0 0 0 0 rgba(36, 69, 38, 0.3)
    }
    70% {
        box-shadow: 0 0 0 10px rgba(36, 69, 38, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(36, 69, 38, 0)
    }
}

@-o-keyframes pulseDarkGreen {
    0% {
        box-shadow: 0 0 0 0 rgba(36, 69, 38, 0.3)
    }
    70% {
        box-shadow: 0 0 0 10px rgba(36, 69, 38, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(36, 69, 38, 0)
    }
}

@keyframes pulseDarkGreen {
    0% {
        box-shadow: 0 0 0 0 rgba(36, 69, 38, 0.3)
    }
    70% {
        box-shadow: 0 0 0 10px rgba(36, 69, 38, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(36, 69, 38, 0)
    }
}

@-webkit-keyframes pulseRed {
    0% {
        box-shadow: 0 0 0 0 rgba(246, 16, 103, 0.3)
    }
    70% {
        box-shadow: 0 0 0 10px rgba(246, 16, 103, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(246, 16, 103, 0)
    }
}

@-moz-keyframes pulseRed {
    0% {
        box-shadow: 0 0 0 0 rgba(246, 16, 103, 0.3)
    }
    70% {
        box-shadow: 0 0 0 10px rgba(246, 16, 103, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(246, 16, 103, 0)
    }
}

@-ms-keyframes pulseRed {
    0% {
        box-shadow: 0 0 0 0 rgba(246, 16, 103, 0.3)
    }
    70% {
        box-shadow: 0 0 0 10px rgba(246, 16, 103, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(246, 16, 103, 0)
    }
}

@-o-keyframes pulseRed {
    0% {
        box-shadow: 0 0 0 0 rgba(246, 16, 103, 0.3)
    }
    70% {
        box-shadow: 0 0 0 10px rgba(246, 16, 103, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(246, 16, 103, 0)
    }
}

@keyframes pulseRed {
    0% {
        box-shadow: 0 0 0 0 rgba(246, 16, 103, 0.3)
    }
    70% {
        box-shadow: 0 0 0 10px rgba(246, 16, 103, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(246, 16, 103, 0)
    }
}

@-webkit-keyframes breathing {
    0% {
        transform: scale(1)
    }
    15% {
        transform: scale(1.1)
    }
    50% {
        transform: scale(0.9)
    }
    85% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}

@-moz-keyframes breathing {
    0% {
        transform: scale(1)
    }
    15% {
        transform: scale(1.1)
    }
    50% {
        transform: scale(0.9)
    }
    85% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}

@-ms-keyframes breathing {
    0% {
        transform: scale(1)
    }
    15% {
        transform: scale(1.1)
    }
    50% {
        transform: scale(0.9)
    }
    85% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}

@-o-keyframes breathing {
    0% {
        transform: scale(1)
    }
    15% {
        transform: scale(1.1)
    }
    50% {
        transform: scale(0.9)
    }
    85% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes breathing {
    0% {
        transform: scale(1)
    }
    15% {
        transform: scale(1.1)
    }
    50% {
        transform: scale(0.9)
    }
    85% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes bounceOut {
    0% {
        transform: translate3d(0%, 0%, 0px)
    }
    100% {
        transform: translate3d(100%, 0%, 0px)
    }
}

@-moz-keyframes bounceOut {
    0% {
        transform: translate3d(0%, 0%, 0px)
    }
    100% {
        transform: translate3d(100%, 0%, 0px)
    }
}

@-ms-keyframes bounceOut {
    0% {
        transform: translate3d(0%, 0%, 0px)
    }
    100% {
        transform: translate3d(100%, 0%, 0px)
    }
}

@-o-keyframes bounceOut {
    0% {
        transform: translate3d(0%, 0%, 0px)
    }
    100% {
        transform: translate3d(100%, 0%, 0px)
    }
}

@keyframes bounceOut {
    0% {
        transform: translate3d(0%, 0%, 0px)
    }
    100% {
        transform: translate3d(100%, 0%, 0px)
    }
}

@-webkit-keyframes border1 {
    0% {
        background-size: 0 1px, 1px 0, 0 1px, 1px 0
    }
    25% {
        background-size: 100% 1px, 1px 0, 0 1px, 1px 0
    }
    50% {
        background-size: 100% 1px, 1px 100%, 0 1px, 1px 0
    }
    75% {
        background-size: 100% 1px, 1px 100%, 100% 1px, 1px 0
    }
    100% {
        background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%
    }
}

@-moz-keyframes border1 {
    0% {
        background-size: 0 1px, 1px 0, 0 1px, 1px 0
    }
    25% {
        background-size: 100% 1px, 1px 0, 0 1px, 1px 0
    }
    50% {
        background-size: 100% 1px, 1px 100%, 0 1px, 1px 0
    }
    75% {
        background-size: 100% 1px, 1px 100%, 100% 1px, 1px 0
    }
    100% {
        background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%
    }
}

@-ms-keyframes border1 {
    0% {
        background-size: 0 1px, 1px 0, 0 1px, 1px 0
    }
    25% {
        background-size: 100% 1px, 1px 0, 0 1px, 1px 0
    }
    50% {
        background-size: 100% 1px, 1px 100%, 0 1px, 1px 0
    }
    75% {
        background-size: 100% 1px, 1px 100%, 100% 1px, 1px 0
    }
    100% {
        background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%
    }
}

@-o-keyframes border1 {
    0% {
        background-size: 0 1px, 1px 0, 0 1px, 1px 0
    }
    25% {
        background-size: 100% 1px, 1px 0, 0 1px, 1px 0
    }
    50% {
        background-size: 100% 1px, 1px 100%, 0 1px, 1px 0
    }
    75% {
        background-size: 100% 1px, 1px 100%, 100% 1px, 1px 0
    }
    100% {
        background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%
    }
}

@keyframes border1 {
    0% {
        background-size: 0 1px, 1px 0, 0 1px, 1px 0
    }
    25% {
        background-size: 100% 1px, 1px 0, 0 1px, 1px 0
    }
    50% {
        background-size: 100% 1px, 1px 100%, 0 1px, 1px 0
    }
    75% {
        background-size: 100% 1px, 1px 100%, 100% 1px, 1px 0
    }
    100% {
        background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%
    }
}

@-webkit-keyframes border2 {
    0% {
        background-size: 0 2px, 2px 0, 0 2px, 2px 0
    }
    25% {
        background-size: 100% 2px, 2px 0, 0 2px, 2px 0
    }
    50% {
        background-size: 100% 2px, 2px 100%, 0 2px, 2px 0
    }
    75% {
        background-size: 100% 2px, 2px 100%, 100% 2px, 2px 0
    }
    100% {
        background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%
    }
}

@-moz-keyframes border2 {
    0% {
        background-size: 0 2px, 2px 0, 0 2px, 2px 0
    }
    25% {
        background-size: 100% 2px, 2px 0, 0 2px, 2px 0
    }
    50% {
        background-size: 100% 2px, 2px 100%, 0 2px, 2px 0
    }
    75% {
        background-size: 100% 2px, 2px 100%, 100% 2px, 2px 0
    }
    100% {
        background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%
    }
}

@-ms-keyframes border2 {
    0% {
        background-size: 0 2px, 2px 0, 0 2px, 2px 0
    }
    25% {
        background-size: 100% 2px, 2px 0, 0 2px, 2px 0
    }
    50% {
        background-size: 100% 2px, 2px 100%, 0 2px, 2px 0
    }
    75% {
        background-size: 100% 2px, 2px 100%, 100% 2px, 2px 0
    }
    100% {
        background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%
    }
}

@-o-keyframes border2 {
    0% {
        background-size: 0 2px, 2px 0, 0 2px, 2px 0
    }
    25% {
        background-size: 100% 2px, 2px 0, 0 2px, 2px 0
    }
    50% {
        background-size: 100% 2px, 2px 100%, 0 2px, 2px 0
    }
    75% {
        background-size: 100% 2px, 2px 100%, 100% 2px, 2px 0
    }
    100% {
        background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%
    }
}

@keyframes border2 {
    0% {
        background-size: 0 2px, 2px 0, 0 2px, 2px 0
    }
    25% {
        background-size: 100% 2px, 2px 0, 0 2px, 2px 0
    }
    50% {
        background-size: 100% 2px, 2px 100%, 0 2px, 2px 0
    }
    75% {
        background-size: 100% 2px, 2px 100%, 100% 2px, 2px 0
    }
    100% {
        background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-moz-keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-ms-keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-o-keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(300px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(300px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(300px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(300px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(300px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-300px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-300px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-ms-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-300px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-300px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-300px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-300px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-300px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@-ms-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-300px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-300px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-300px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(300px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(300px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@-ms-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(300px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(300px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(300px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes spaceRight {
    0% {
        transform: translateX(-50%) scaleX(1) scaleY(1) translateZ(0) rotate(0)
    }
    100% {
        transform: translate(0) scaleX(1) scaleY(1) translateZ(0) rotate(0)
    }
}

@-moz-keyframes spaceRight {
    0% {
        transform: translateX(-50%) scaleX(1) scaleY(1) translateZ(0) rotate(0)
    }
    100% {
        transform: translate(0) scaleX(1) scaleY(1) translateZ(0) rotate(0)
    }
}

@-ms-keyframes spaceRight {
    0% {
        transform: translateX(-50%) scaleX(1) scaleY(1) translateZ(0) rotate(0)
    }
    100% {
        transform: translate(0) scaleX(1) scaleY(1) translateZ(0) rotate(0)
    }
}

@-o-keyframes spaceRight {
    0% {
        transform: translateX(-50%) scaleX(1) scaleY(1) translateZ(0) rotate(0)
    }
    100% {
        transform: translate(0) scaleX(1) scaleY(1) translateZ(0) rotate(0)
    }
}

@keyframes spaceRight {
    0% {
        transform: translateX(-50%) scaleX(1) scaleY(1) translateZ(0) rotate(0)
    }
    100% {
        transform: translate(0) scaleX(1) scaleY(1) translateZ(0) rotate(0)
    }
}

@-webkit-keyframes spaceLeft {
    0% {
        transform: translateX(50%) scaleX(1) scaleY(1) translateZ(0) rotate(0)
    }
    100% {
        transform: translate(0) scaleX(1) scaleY(1) translateZ(0) rotate(0)
    }
}

@-moz-keyframes spaceLeft {
    0% {
        transform: translateX(50%) scaleX(1) scaleY(1) translateZ(0) rotate(0)
    }
    100% {
        transform: translate(0) scaleX(1) scaleY(1) translateZ(0) rotate(0)
    }
}

@-ms-keyframes spaceLeft {
    0% {
        transform: translateX(50%) scaleX(1) scaleY(1) translateZ(0) rotate(0)
    }
    100% {
        transform: translate(0) scaleX(1) scaleY(1) translateZ(0) rotate(0)
    }
}

@-o-keyframes spaceLeft {
    0% {
        transform: translateX(50%) scaleX(1) scaleY(1) translateZ(0) rotate(0)
    }
    100% {
        transform: translate(0) scaleX(1) scaleY(1) translateZ(0) rotate(0)
    }
}

@keyframes spaceLeft {
    0% {
        transform: translateX(50%) scaleX(1) scaleY(1) translateZ(0) rotate(0)
    }
    100% {
        transform: translate(0) scaleX(1) scaleY(1) translateZ(0) rotate(0)
    }
}

.anim-fadeinup {
    opacity: 0
}

.anim-fadeinup.start {
    -webkit-animation: fadeInUp ease 0.5s forwards;
    -moz-animation: fadeInUp ease 0.5s forwards;
    -ms-animation: fadeInUp ease 0.5s forwards;
    -o-animation: fadeInUp ease 0.5s forwards;
    animation: fadeInUp ease 0.5s forwards
}

.anim-fadeindown {
    opacity: 0
}

.anim-fadeindown.start {
    -webkit-animation: fadeInDown ease 0.5s forwards;
    -moz-animation: fadeInDown ease 0.5s forwards;
    -ms-animation: fadeInDown ease 0.5s forwards;
    -o-animation: fadeInDown ease 0.5s forwards;
    animation: fadeInDown ease 0.5s forwards
}

.anim-fadeinleft {
    opacity: 0
}

.anim-fadeinleft.start {
    -webkit-animation: fadeInLeft ease 0.5s forwards;
    -moz-animation: fadeInLeft ease 0.5s forwards;
    -ms-animation: fadeInLeft ease 0.5s forwards;
    -o-animation: fadeInLeft ease 0.5s forwards;
    animation: fadeInLeft ease 0.5s forwards
}

.anim-fadeinright {
    opacity: 0
}

.anim-fadeinright.start {
    -webkit-animation: fadeInRight ease 0.5s forwards;
    -moz-animation: fadeInRight ease 0.5s forwards;
    -ms-animation: fadeInRight ease 0.5s forwards;
    -o-animation: fadeInRight ease 0.5s forwards;
    animation: fadeInRight ease 0.5s forwards
}

.anim-spaceright {
    transform: translateX(-50%) scaleX(1) scaleY(1) translateZ(0) rotate(0)
}

.anim-spaceright.start {
    -webkit-animation: spaceRight ease 0.5s forwards;
    -moz-animation: spaceRight ease 0.5s forwards;
    -ms-animation: spaceRight ease 0.5s forwards;
    -o-animation: spaceRight ease 0.5s forwards;
    animation: spaceRight ease 0.5s forwards
}

.anim-spaceleft {
    transform: translateX(50%) scaleX(1) scaleY(1) translateZ(0) rotate(0)
}

.anim-spaceleft.start {
    -webkit-animation: spaceLeft ease 0.5s forwards;
    -moz-animation: spaceLeft ease 0.5s forwards;
    -ms-animation: spaceLeft ease 0.5s forwards;
    -o-animation: spaceLeft ease 0.5s forwards;
    animation: spaceLeft ease 0.5s forwards
}

@font-face {
    font-family: "M PLUS 1p";
    src: url(".././fonts/MPLUS1p-Thin.ttf");
    font-display: block;
    font-style: normal;
    font-weight: 100
}

@font-face {
    font-family: "M PLUS 1p";
    src: url(".././fonts/MPLUS1p-Light.ttf");
    font-display: block;
    font-style: normal;
    font-weight: 300
}

@font-face {
    font-family: "M PLUS 1p";
    src: url(".././fonts/MPLUS1p-Regular.ttf");
    font-display: block;
    font-style: normal;
    font-weight: normal
}

@font-face {
    font-family: "M PLUS 1p";
    src: url(".././fonts/MPLUS1p-Medium.ttf");
    font-display: block;
    font-style: normal;
    font-weight: 500
}

@font-face {
    font-family: "M PLUS 1p";
    src: url(".././fonts/MPLUS1p-Bold.ttf");
    font-display: block;
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: "M PLUS 1p";
    src: url(".././fonts/MPLUS1p-ExtraBold.ttf");
    font-display: block;
    font-style: normal;
    font-weight: 800
}

@font-face {
    font-family: "M PLUS 1p";
    src: url(".././fonts/MPLUS1p-Black.ttf");
    font-display: block;
    font-style: normal;
    font-weight: 900
}

@font-face {
    font-family: "Open Sans";
    src: url(".././fonts/OpenSans-Regular.ttf");
    font-display: block;
    font-style: normal;
    font-weight: normal
}

@font-face {
    font-family: "Poppins";
    src: url(".././fonts/Poppins-SemiBold.ttf");
    font-display: block;
    font-style: normal;
    font-weight: 600
}

h1 {
    font-size: 65px;
    line-height: normal;
    font-weight: 900;
    letter-spacing: normal
}

@media only screen and (max-width: 1200px) {
    h1 {
        font-size: 55px;
        line-height: 1.2;
        font-weight: 900;
        letter-spacing: normal
    }
}

@media only screen and (max-width: 992px) {
    h1 {
        font-size: 45px;
        line-height: 1.33;
        font-weight: 900;
        letter-spacing: normal
    }
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 40px;
        line-height: 1.33;
        font-weight: 900;
        letter-spacing: normal
    }
}

@media only screen and (max-width: 576px) {
    h1 {
        font-size: 34px;
        line-height: 1.33;
        font-weight: 900;
        letter-spacing: normal
    }
}

h2 {
    font-size: 55px;
    line-height: normal;
    font-weight: 500;
    letter-spacing: normal
}

@media only screen and (max-width: 1200px) {
    h2 {
        font-size: 45px;
        line-height: 1.2;
        font-weight: 500;
        letter-spacing: normal
    }
}

@media only screen and (max-width: 992px) {
    h2 {
        font-size: 40px;
        line-height: 1.33;
        font-weight: 500;
        letter-spacing: normal
    }
}

@media only screen and (max-width: 768px) {
    h2 {
        font-size: 36px;
        line-height: 1.33;
        font-weight: 500;
        letter-spacing: normal
    }
}

@media only screen and (max-width: 576px) {
    h2 {
        font-size: 30px;
        line-height: 1.33;
        font-weight: 500;
        letter-spacing: normal
    }
}

h3 {
    font-size: 45px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: normal
}

@media only screen and (max-width: 1200px) {
    h3 {
        font-size: 40px;
        line-height: 1.2;
        font-weight: 500;
        letter-spacing: normal
    }
}

@media only screen and (max-width: 992px) {
    h3 {
        font-size: 36px;
        line-height: 1.33;
        font-weight: 500;
        letter-spacing: normal
    }
}

@media only screen and (max-width: 768px) {
    h3 {
        font-size: 30px;
        line-height: 1.33;
        font-weight: 500;
        letter-spacing: normal
    }
}

@media only screen and (max-width: 576px) {
    h3 {
        font-size: 26px;
        line-height: 1.33;
        font-weight: 500;
        letter-spacing: normal
    }
}

h4 {
    font-size: 40px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: normal
}

@media only screen and (max-width: 1200px) {
    h4 {
        font-size: 36px;
        line-height: 1.5;
        font-weight: 500;
        letter-spacing: normal
    }
}

@media only screen and (max-width: 992px) {
    h4 {
        font-size: 32px;
        line-height: 1.5;
        font-weight: 500;
        letter-spacing: normal
    }
}

@media only screen and (max-width: 768px) {
    h4 {
        font-size: 28px;
        line-height: 1.5;
        font-weight: 500;
        letter-spacing: normal
    }
}

@media only screen and (max-width: 576px) {
    h4 {
        font-size: 24px;
        line-height: 1.5;
        font-weight: 500;
        letter-spacing: normal
    }
}

h5 {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: normal
}

@media only screen and (max-width: 1200px) {
    h5 {
        font-size: 26px;
        line-height: 1.5;
        font-weight: 500;
        letter-spacing: normal
    }
}

@media only screen and (max-width: 992px) {
    h5 {
        font-size: 24px;
        line-height: 1.5;
        font-weight: 500;
        letter-spacing: normal
    }
}

@media only screen and (max-width: 768px) {
    h5 {
        font-size: 22px;
        line-height: 1.5;
        font-weight: 500;
        letter-spacing: normal
    }
}

@media only screen and (max-width: 576px) {
    h5 {
        font-size: 20px;
        line-height: 1.5;
        font-weight: 500;
        letter-spacing: normal
    }
}

h6 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: normal
}

@media only screen and (max-width: 576px) {
    h6 {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 500;
        letter-spacing: normal
    }
}

p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal
}

@media only screen and (max-width: 576px) {
    p {
        font-size: 16px;
        line-height: 1.5;
        font-weight: normal;
        letter-spacing: normal
    }
}

p.small {
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal
}

@media only screen and (max-width: 576px) {
    p.small {
        font-size: 14px;
        line-height: 1.5;
        font-weight: normal;
        letter-spacing: normal
    }
}

p.bold {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 800;
    letter-spacing: normal
}

@media only screen and (max-width: 576px) {
    p.bold {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 800;
        letter-spacing: normal
    }
}

a {
    font-size: 16px;
    line-height: normal;
    font-weight: normal;
    letter-spacing: normal
}

@media only screen and (max-width: 576px) {
    a {
        font-size: 14px;
        line-height: normal;
        font-weight: normal;
        letter-spacing: normal
    }
}

li {
    font-size: 18px;
    line-height: normal;
    font-weight: normal;
    letter-spacing: normal
}

@media only screen and (max-width: 576px) {
    li {
        font-size: 16px;
        line-height: normal;
        font-weight: normal;
        letter-spacing: normal
    }
}

b {
    font-weight: 700
}

strong {
    font-weight: 900
}

* {
    box-sizing: border-box;
    scrollbar-width: thin
}

*::before, *::after {
    display: block;
    padding: 0;
    margin: 0
}

*::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

*::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)
}

*::-webkit-scrollbar-thumb {
    background-color: #076fb5;
    outline: 1px solid slategrey
}

html {
    scroll-behavior: smooth
}

body {
    overflow-y: overlay;
    padding: 0;
    margin: 45px 0 0;
    background-color: #F8F8F8
}

body * :is(h1,h2,h3,h4,h5,h6,p,a,span) {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s
}

body h1, body h2, body h3, body h4, body h5, body h6, body p, body a, body li, body span {
    font-family: "M PLUS 1p", sans-serif;
    padding: 0;
    margin: 0
}

body.overflow {
    overflow: hidden
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none
}

a, button, input[type='submit'], .button {
    display: block;
    border: none;
    border-radius: 0;
    outline: none
}

input, textarea {
    resize: none;
    outline: none;
    border: none
}

input:focus, textarea:focus {
    outline: none
}

img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    -webkit-user-drag: none;
    user-select: none
}

img.lazy {
    opacity: 0
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.loader {
    z-index: 999;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    display: flex;
    align-content: center;
    justify-content: center
}

.loader img {
    width: 175px
}

@media only screen and (max-width: 1200px) {
    .loader img {
        width: 150px
    }
}

@media only screen and (max-width: 992px) {
    .loader img {
        width: 125px
    }
}

@media only screen and (max-width: 768px) {
    .loader img {
        width: 100px
    }
}

@media only screen and (max-width: 576px) {
    .loader img {
        width: 75px
    }
}

.breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 60px;
    margin-bottom: 10px
}

@media only screen and (max-width: 576px) {
    .breadcrumbs {
        padding-top: 40px
    }
}

.breadcrumbs a {
    position: relative;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-family: "Open Sans";
    font-size: 12px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    color: #a9a9a9
}

.breadcrumbs a::after {
    content: '';
    position: absolute;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background-color: #151515
}

.breadcrumbs a:hover {
    color: #151515
}

.breadcrumbs a:hover::after {
    width: 100%
}

.breadcrumbs span {
    font-size: 12px;
    color: #a9a9a9
}

.breadcrumbs p {
    font-family: "Open Sans";
    font-size: 12px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    color: #151515
}

.navigation.pagination {
    grid-column: 1 / 5
}

@media only screen and (max-width: 992px) {
    .navigation.pagination {
        grid-column: 1 / 4
    }
}

@media only screen and (max-width: 768px) {
    .navigation.pagination {
        grid-column: 1 / 3
    }
}

@media only screen and (max-width: 576px) {
    .navigation.pagination {
        grid-column: 1 / 2
    }
}

.navigation.pagination .screen-reader-text {
    display: none
}

.navigation.pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 15px
}

.navigation.pagination .nav-links .page-numbers {
    position: relative;
    padding: 5px 10px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    color: white;
    background-color: #D1D1D1
}

.navigation.pagination .nav-links .page-numbers.current, .navigation.pagination .nav-links .page-numbers:hover {
    background-color: #076fb5
}

.navigation.pagination .nav-links .next, .navigation.pagination .nav-links .prev {
    display: none !important
}

.blog .navigation.pagination {
    grid-column: 1 / 4
}

@media only screen and (max-width: 768px) {
    .blog .navigation.pagination {
        grid-column: 1 / 3
    }
}

@media only screen and (max-width: 576px) {
    .blog .navigation.pagination {
        grid-column: 1 / 2
    }
}

.border1 {
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, #a9a9a9 100%, #a9a9a9 100%), linear-gradient(to bottom, #a9a9a9 100%, #a9a9a9 100%), linear-gradient(to right, #a9a9a9 100%, #a9a9a9 100%), linear-gradient(to bottom, #a9a9a9 100%, #a9a9a9 100%);
    background-size: 100% 1px,
    1px 100%,
    100% 1px,
    1px 100%;
    background-position: 0 0,
    100% 0,
    100% 100%,
    0 100%;
    -webkit-animation: border1 1.25s cubic-bezier(0.19, 1, 0.22, 1) 1;
    -moz-animation: border1 1.25s cubic-bezier(0.19, 1, 0.22, 1) 1;
    -ms-animation: border1 1.25s cubic-bezier(0.19, 1, 0.22, 1) 1;
    -o-animation: border1 1.25s cubic-bezier(0.19, 1, 0.22, 1) 1;
    animation: border1 1.25s cubic-bezier(0.19, 1, 0.22, 1) 1;
    animation-play-state: paused
}

.border1:hover {
    animation-play-state: running
}

.border2 {
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, #076fb5 100%, #076fb5 100%), linear-gradient(to bottom, #076fb5 100%, #076fb5 100%), linear-gradient(to right, #076fb5 100%, #076fb5 100%), linear-gradient(to bottom, #076fb5 100%, #076fb5 100%);
    background-size: 100% 2px,
    2px 100%,
    100% 2px,
    2px 100%;
    background-position: 0 0,
    100% 0,
    100% 100%,
    0 100%;
    -webkit-animation: border2 5s cubic-bezier(0.19, 1, 0.22, 1) 1;
    -moz-animation: border2 5s cubic-bezier(0.19, 1, 0.22, 1) 1;
    -ms-animation: border2 5s cubic-bezier(0.19, 1, 0.22, 1) 1;
    -o-animation: border2 5s cubic-bezier(0.19, 1, 0.22, 1) 1;
    animation: border2 5s cubic-bezier(0.19, 1, 0.22, 1) 1;
    animation-play-state: running
}

.border2:hover {
    animation-play-state: paused
}

.border2:nth-child(2n) {
    animation-delay: .5s
}

.border2:nth-child(3n) {
    animation-delay: 1s
}

main {
    margin: 100px 0 200px
}

@media only screen and (max-width: 1080px) {
    main {
        margin: 90px 0 175px
    }
}

@media only screen and (max-width: 992px) {
    main {
        margin: 85px 0 125px
    }
}

@media only screen and (max-width: 768px) {
    main {
        margin: 85px 0 80px
    }
}

@media only screen and (max-width: 576px) {
    main {
        margin: 80px 0 60px
    }
}

.container {
    width: 100%;
    max-width: 1340px;
    padding: 0 30px;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (max-width: 576px) {
    .container {
        padding: 0 15px
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat
}

@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal
}

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir="rtl"] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir="rtl"] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

body {
    margin-left: 0;
    -webkit-transition: margin-left ease-in-out 0.5s;
    -moz-transition: margin-left ease-in-out 0.5s;
    -ms-transition: margin-left ease-in-out 0.5s;
    -o-transition: margin-left ease-in-out 0.5s;
    transition: margin-left ease-in-out 0.5s
}

body.menu-open {
    margin-left: -250px;
    overflow: hidden
}

.header {
    z-index: 99;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 6px 0;
    background-color: #7D858B
}

.header__wrapp {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header__logo {
    flex-basis: 150px
}

.header__logo img {
    max-height: 35px;
    height: 35px;
    object-fit: contain;
}

.header__nav .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px 40px
}

.header__nav .menu a {
    position: relative;
    font-size: 15px;
    line-height: 2;
    font-weight: 800;
    letter-spacing: 2px;
    color: white;
    opacity: .8
}

.header__nav .menu a::after {
    content: '';
    position: absolute;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background-color: white
}

.header__nav .menu a:hover {
    opacity: 1;
    color: #076fb5
}

.header__nav .menu a:hover::after {
    background-color: #076fb5;
    width: 100%
}

.header__nav .menu .current-menu-item a {
    opacity: 1;
    color: #076fb5
}

.header__nav .menu .current-menu-item a::after {
    background-color: #076fb5;
    width: 100%
}

.header__comparison {
    display: flex;
    justify-content: flex-end;
    gap: 10px 30px;
    flex-basis: 150px;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -ms-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s
}

.header__comparison a {
    opacity: 0
}

.header__comparison a svg {
    display: none;
    -webkit-animation: breathing linear 6s infinite;
    -moz-animation: breathing linear 6s infinite;
    -ms-animation: breathing linear 6s infinite;
    -o-animation: breathing linear 6s infinite;
    animation: breathing linear 6s infinite
}

.header__comparison a svg path {
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -ms-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s
}

.header__comparison a svg:hover, .header__comparison a svg.open {
    animation-play-state: paused
}

.header__comparison a svg:hover path, .header__comparison a svg.open path {
    fill: #076fb5
}

.header__comparison.active a {
    opacity: 1;
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -ms-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    animation: fadeIn 1s
}

@media only screen and (max-width: 992px) {
    .header__comparison.active a {
        margin-right: 50px
    }
}

.header__comparison.active a svg {
    display: block
}

.header__comparison.active a.m-r-0 {
    margin-right: 0
}

.header__burger {
    display: none;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 5px;
    cursor: pointer
}

.header__burger div {
    height: 2px;
    width: 25px;
    background-color: white;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s
}

.header__burger div:nth-child(2) {
    width: 75%
}

.header__burger div:last-child {
    width: 50%
}

.header__burger.open div {
    background-color: #076fb5
}

.header__burger.open div:first-child {
    transform: rotate(45deg);
    margin: 7px 0 -7px
}

.header__burger.open div:nth-child(2) {
    width: 100%;
    transform: rotate(-45deg)
}

.header__burger.open div:last-child {
    opacity: 0
}

.comparison__alert {
    z-index: 1;
    position: absolute;
    top: calc(100% + 35px);
    right: 35px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background-color: white;
    display: none;
    justify-content: center;
    gap: 15px;
    padding: 30px 25px 20px
}

.comparison__alert.active {
    -webkit-animation: fadeInDownSmall 1s;
    -moz-animation: fadeInDownSmall 1s;
    -ms-animation: fadeInDownSmall 1s;
    -o-animation: fadeInDownSmall 1s;
    animation: fadeInDownSmall 1s;
    display: flex
}

.comparison__icon {
    max-height: 35px
}

.comparison__text {
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    color: #151515
}

@media only screen and (max-width: 1080px) {
    .header__nav .menu {
        gap: 10px 25px
    }
}

@media only screen and (max-width: 992px) {
    .header__nav {
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        width: 0;
        background-color: #7D858B;
        -webkit-transition: all ease-in-out 0.5s;
        -moz-transition: all ease-in-out 0.5s;
        -ms-transition: all ease-in-out 0.5s;
        -o-transition: all ease-in-out 0.5s;
        transition: all ease-in-out 0.5s
    }

    .header__nav .menu {
        display: none;
        flex-direction: column
    }

    .header__nav.open {
        width: 250px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .header__nav.open .menu {
        display: flex;
        flex-direction: column;
        -webkit-animation: fadeIn 0.5s;
        -moz-animation: fadeIn 0.5s;
        -ms-animation: fadeIn 0.5s;
        -o-animation: fadeIn 0.5s;
        animation: fadeIn 0.5s
    }

    .header__burger {
        position: fixed;
        top: 15px;
        right: 30px;
        display: flex;
        -webkit-animation: fadeIn 1s;
        -moz-animation: fadeIn 1s;
        -ms-animation: fadeIn 1s;
        -o-animation: fadeIn 1s;
        animation: fadeIn 1s
    }
}

@media only screen and (max-width: 992px) and (max-width: 576px) {
    .header__burger {
        right: 15px
    }
}

.footer {
    background-color: #D8DAD2
}

.footer__wrapp {
    display: grid;
    grid-template-columns:3fr 1fr 1.5fr 2.5fr 3fr;
    gap: 60px 40px;
    padding: 120px 0 60px
}

.footer__logo {
    display: inline-block;
    margin-bottom: 40px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    max-width: 200px
}

.footer__logo:hover {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(68, 141, 70, 0.5);
    -moz-box-shadow: 0px 0px 50px 0px rgba(68, 141, 70, 0.5);
    box-shadow: 0px 0px 50px 0px rgba(68, 141, 70, 0.5)
}

.footer__text {
    max-width: 200px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    color: #244526
}

.footer__title {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 2;
    font-weight: 800;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #244526
}

.footer__title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 1px;
    width: 70%;
    background-color: #F61067
}

.footer__menu a {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 1px;
    color: #244526
}

.footer__menu a::after {
    content: '';
    position: absolute;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background-color: #076fb5
}

.footer__menu a:hover {
    color: #076fb5
}

.footer__menu a:hover::after {
    width: 100%
}

.footer__info {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.footer__info a {
    width: fit-content;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    color: #244526
}

.footer__info a i {
    min-width: 16px;
    margin-right: 10px
}

.footer__info a::after {
    content: '';
    position: absolute;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background-color: #076fb5
}

.footer__info a:hover {
    color: #076fb5
}

.footer__info a:hover::after {
    width: 100%
}

.footer__sodial {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px
}

.footer__sodial a {
    display: flex;
    align-items: center;
    color: #244526
}

.footer__sodial a i {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 18px
}

.footer__sodial a:hover i {
    color: #076fb5;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(68, 141, 70, 0.6);
    -moz-box-shadow: 0px 0px 50px 0px rgba(68, 141, 70, 0.6);
    box-shadow: 0px 0px 50px 0px rgba(68, 141, 70, 0.6)
}

.footer__copyright {
    grid-column: 2 / 5
}

.footer__copyright p {
    font-size: 12px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    color: #244526
}

@media only screen and (max-width: 1080px) {
    .footer__wrapp {
        gap: 40px 30px
    }
}

@media only screen and (max-width: 992px) {
    .footer__wrapp {
        padding: 90px 0 60px;
        grid-template-columns:2fr 1fr 1fr
    }

    .footer__copyright {
        grid-column: 1
    }

    .footer__sodial a {
        justify-content: end
    }
}

@media only screen and (max-width: 768px) {
    .footer__wrapp {
        grid-template-columns:1fr 1fr
    }

    .footer__copyright {
        grid-column: 1
    }
}

@media only screen and (max-width: 576px) {
    .footer__wrapp {
        padding: 60px 0 45px
    }

    .footer__logo {
        margin-bottom: 25px
    }

    .footer__title {
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 480px) {
    .footer__wrapp {
        grid-template-columns:1fr;
        gap: 25px
    }

    .footer__text {
        max-width: initial
    }
}

.no_found {
    margin: 75px 0 100px
}

.no_found__wrapp {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 0 0
}

.no_found h1 {
    text-decoration: underline;
    margin-bottom: 30px
}

.no_found p {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    margin-bottom: 30px
}

.no_found a {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    max-width: 270px;
    width: 100%;
    padding: 15px;
    margin: auto;
    background-color: #076fb5;
    border: 1px solid transparent;
    border-radius: 35px;
    text-transform: uppercase;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: 2px;
    color: #FCFCFC
}

.no_found a:hover {
    border-color: #076fb5;
    background-color: #FCFCFC;
    color: #076fb5;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(84, 180, 90, 0.5);
    -moz-box-shadow: 0px 0px 50px 0px rgba(84, 180, 90, 0.5);
    box-shadow: 0px 0px 50px 0px rgba(84, 180, 90, 0.5)
}

.home-page .intro {
    margin-bottom: 120px
}

@media only screen and (max-width: 1200px) {
    .home-page .intro {
        margin-bottom: 100px
    }
}

@media only screen and (max-width: 992px) {
    .home-page .intro {
        margin-bottom: 80px
    }
}

@media only screen and (max-width: 768px) {
    .home-page .intro {
        margin-bottom: 60px
    }
}

.home-page .intro__wrapp {
    max-width: 1070px;
    margin: auto
}

.home-page .intro__title {
    margin-bottom: 50px;
    font-size: 45px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: normal;
    text-align: center;
    color: black
}

.home-page .intro__title span {
    color: #076fb5
}

@media only screen and (max-width: 992px) {
    .home-page .intro__title {
        font-size: 40px;
        line-height: 1.2;
        font-weight: 900;
        letter-spacing: normal;
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 768px) {
    .home-page .intro__title {
        font-size: 34px;
        line-height: 1.2;
        font-weight: 900;
        letter-spacing: normal;
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 576px) {
    .home-page .intro__title {
        font-size: 28px;
        line-height: 1.2;
        font-weight: 900;
        letter-spacing: normal;
        margin-bottom: 20px
    }
}

.home-page .intro__sub_title {
    margin-bottom: 50px;
    font-size: 25px;
    line-height: 1.2;
    font-weight: normal;
    letter-spacing: normal;
    text-align: center;
    color: #30233D
}

@media only screen and (max-width: 992px) {
    .home-page .intro__sub_title {
        font-size: 23px;
        line-height: 1.2;
        font-weight: normal;
        letter-spacing: normal;
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 768px) {
    .home-page .intro__sub_title {
        font-size: 20px;
        line-height: 1.2;
        font-weight: normal;
        letter-spacing: normal;
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 576px) {
    .home-page .intro__sub_title {
        font-size: 18px;
        line-height: 1.2;
        font-weight: normal;
        letter-spacing: normal;
        margin-bottom: 20px
    }

    .home-page .intro__sub_title br {
        display: none
    }
}

.home-page .intro__img {
    display: flex;
    justify-content: center
}

.home-page .intro__img img {
    max-height: 800px
}

.areas__title {
    margin-bottom: 10px;
    font-size: 45px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: normal;
    text-align: center;
    color: #30233D
}

@media only screen and (max-width: 992px) {
    .areas__title {
        font-size: 40px;
        line-height: 1.5;
        font-weight: 500;
        letter-spacing: normal
    }
}

@media only screen and (max-width: 768px) {
    .areas__title {
        font-size: 34px;
        line-height: 1.5;
        font-weight: 500;
        letter-spacing: normal
    }
}

@media only screen and (max-width: 576px) {
    .areas__title {
        font-size: 28px;
        line-height: 1.5;
        font-weight: 500;
        letter-spacing: normal
    }
}

.areas__sub_title {
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 1.8;
    font-weight: normal;
    letter-spacing: normal;
    text-align: center;
    color: #30233D
}

@media only screen and (max-width: 576px) {
    .areas__sub_title {
        font-size: 16px;
        line-height: 1.5;
        font-weight: normal;
        letter-spacing: normal;
        margin-bottom: 40px
    }

    .areas__sub_title br {
        display: none
    }
}

.areas__item {
    display: grid;
    grid-template-columns:5fr 6fr;
    align-items: center;
    justify-content: space-between;
    gap: calc(100% / 12);
    margin-bottom: 120px
}

@media only screen and (max-width: 1200px) {
    .areas__item {
        margin-bottom: 100px
    }
}

@media only screen and (max-width: 992px) {
    .areas__item {
        margin-bottom: 80px;
        grid-template-columns:1fr;
        gap: 40px
    }

    .areas__item .areas__item__img {
        order: 1
    }

    .areas__item .areas__item__img img {
        margin: auto
    }

    .areas__item .areas__info {
        order: 2
    }
}

@media only screen and (max-width: 768px) {
    .areas__item {
        margin-bottom: 60px;
        gap: 30px
    }
}

.areas__item.reverse {
    grid-template-columns:6fr 5fr
}

@media only screen and (max-width: 992px) {
    .areas__item.reverse {
        grid-template-columns:1fr
    }
}

.areas__item.reverse .areas__item__img {
    order: 1
}

.areas__item.reverse .areas__info {
    order: 2
}

.areas__info__number {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: normal;
    font-weight: 800;
    letter-spacing: 4px
}

@media only screen and (max-width: 576px) {
    .areas__info__number {
        font-size: 16px;
        line-height: normal;
        font-weight: 800;
        letter-spacing: 4px
    }
}

.areas__info__title {
    margin-bottom: 30px;
    color: #30233D
}

@media only screen and (max-width: 768px) {
    .areas__info__title {
        margin-bottom: 20px
    }
}

.areas__info__text {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    color: #30233D
}

@media only screen and (max-width: 768px) {
    .areas__info__text {
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 480px) {
    .areas__info__text {
        font-size: 14px;
        line-height: 1.5;
        font-weight: normal;
        letter-spacing: normal
    }
}

.areas__info__btn {
    display: flex
}

.areas__info__btn-link {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 800;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #244526;
    -webkit-transition: all ease-in-out 0.75s;
    -moz-transition: all ease-in-out 0.75s;
    -ms-transition: all ease-in-out 0.75s;
    -o-transition: all ease-in-out 0.75s;
    transition: all ease-in-out 0.75s
}

.areas__info__btn-link:hover {
    color: #076fb5
}

.areas__info__btn-link:hover .areas__info__btn-icon {
    border-color: #076fb5
}

.areas__info__btn-link:hover .arrow-move {
    -webkit-animation: bounceOut ease-in-out 0.75s;
    -moz-animation: bounceOut ease-in-out 0.75s;
    -ms-animation: bounceOut ease-in-out 0.75s;
    -o-animation: bounceOut ease-in-out 0.75s;
    animation: bounceOut ease-in-out 0.75s
}

.areas__info__btn-link:hover .arrow-move svg path {
    fill: #076fb5
}

.areas__info__btn-icon {
    overflow: hidden;
    margin-left: 20px;
    height: 28px;
    width: 28px;
    border: 1px solid #244526;
    border-radius: 50%;
    -webkit-transition: all ease-in-out 0.75s;
    -moz-transition: all ease-in-out 0.75s;
    -ms-transition: all ease-in-out 0.75s;
    -o-transition: all ease-in-out 0.75s;
    transition: all ease-in-out 0.75s;
    -webkit-animation: pulseDarkGreen 2s infinite;
    -moz-animation: pulseDarkGreen 2s infinite;
    -ms-animation: pulseDarkGreen 2s infinite;
    -o-animation: pulseDarkGreen 2s infinite;
    animation: pulseDarkGreen 2s infinite
}

.areas__info__btn-icon .arrow-move {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    -webkit-transition: all ease-in-out 0.75s;
    -moz-transition: all ease-in-out 0.75s;
    -ms-transition: all ease-in-out 0.75s;
    -o-transition: all ease-in-out 0.75s;
    transition: all ease-in-out 0.75s
}

.areas__info__btn-icon .arrow-move svg path {
    -webkit-transition: all ease-in-out 0.75s;
    -moz-transition: all ease-in-out 0.75s;
    -ms-transition: all ease-in-out 0.75s;
    -o-transition: all ease-in-out 0.75s;
    transition: all ease-in-out 0.75s
}

.areas__info__btn-icon .arrow-move.move-last {
    top: -100%;
    left: -100%
}

.catalog-page {
    margin-top: 0
}

.catalog-page .video__wrapp {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.catalog-page .video__wrapp video {
    object-fit: cover;
    min-height: 200px;
    max-height: 530px;
    width: 100%
}

.catalog-page .video__wrapp::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4)
}

.catalog-page .video__wrapp.play .video__play {
    opacity: 0;
    visibility: hidden;
    z-index: 0
}

.catalog-page .video__wrapp.play video {
    max-height: initial
}

.catalog-page .video__wrapp.play::after {
    background: transparent;
    display: none
}

.catalog-page .video__play {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s
}

@media only screen and (max-width: 1200px) {
    .catalog-page .video__play svg {
        height: 175px
    }
}

@media only screen and (max-width: 992px) {
    .catalog-page .video__play svg {
        height: 150px
    }
}

@media only screen and (max-width: 768px) {
    .catalog-page .video__play svg {
        height: 125px
    }
}

@media only screen and (max-width: 576px) {
    .catalog-page .video__play svg {
        height: 100px
    }
}

.catalog-page .hello {
    margin: 130px 0
}

@media only screen and (max-width: 1200px) {
    .catalog-page .hello {
        margin: 115px 0
    }
}

@media only screen and (max-width: 992px) {
    .catalog-page .hello {
        margin: 100px 0
    }
}

@media only screen and (max-width: 768px) {
    .catalog-page .hello {
        margin: 80px 0
    }
}

@media only screen and (max-width: 576px) {
    .catalog-page .hello {
        margin: 60px 0
    }
}

.catalog-page .hello__title {
    margin-bottom: 40px;
    font-size: 45px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: normal
}

@media only screen and (max-width: 1200px) {
    .catalog-page .hello__title {
        font-size: 40px;
        line-height: 1.2;
        font-weight: 900;
        letter-spacing: normal
    }
}

@media only screen and (max-width: 992px) {
    .catalog-page .hello__title {
        font-size: 36px;
        line-height: 1.33;
        font-weight: 900;
        letter-spacing: normal
    }
}

@media only screen and (max-width: 768px) {
    .catalog-page .hello__title {
        font-size: 30px;
        line-height: 1.33;
        font-weight: 900;
        letter-spacing: normal;
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 576px) {
    .catalog-page .hello__title {
        font-size: 26px;
        line-height: 1.33;
        font-weight: 900;
        letter-spacing: normal;
        margin-bottom: 20px
    }
}

.catalog-page .hello__sub_title {
    margin-left: 8%;
    font-size: 20px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    color: #30233D
}

@media only screen and (max-width: 576px) {
    .catalog-page .hello__sub_title {
        font-size: 18px;
        line-height: 1.5;
        font-weight: normal;
        letter-spacing: normal
    }
}

.catalog-page .catalog__title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 45px;
    line-height: 1.5;
    font-weight: 500;
}

.catalog-page .catalog__sub_title {
    margin-bottom: 25px;
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    font-weight: normal;
    letter-spacing: normal;
    color: #30233D
}

@media only screen and (max-width: 576px) {
    .catalog-page .catalog__sub_title {
        font-size: 18px;
        line-height: 1.5;
        font-weight: normal;
        letter-spacing: normal
    }
}

.catalog-page .catalog__wrapp {
    display: grid;
    grid-template-columns:repeat(3, 1fr)
}

@media only screen and (max-width: 992px) {
    .catalog-page .catalog__wrapp {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media only screen and (max-width: 576px) {
    .catalog-page .catalog__wrapp {
        grid-template-columns:1fr
    }
}

.catalog-page .catalog__item {
    position: relative;
    perspective: 1000px;
    perspective: 100%
}

.catalog-page .catalog__item__parent {
    min-height: 580px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    backface-visibility: hidden;
    -webkit-transition: ease-in-out 1s;
    -moz-transition: ease-in-out 1s;
    -ms-transition: ease-in-out 1s;
    -o-transition: ease-in-out 1s;
    transition: ease-in-out 1s
}
.catalog-page .catalog__item__parent>a {
    padding: 125px 70px !important;
}
@media only screen and (max-width: 992px) {
    .catalog-page .catalog__item__parent {
        min-height: 500px;
    }
    .catalog-page .catalog__item__parent>a {
        padding: 100px 60px!important;
    }
}

@media only screen and (max-width: 768px) {
    .catalog-page .catalog__item__parent>a {
        padding: 75px 45px!important;
    }
}

@media only screen and (max-width: 576px) {
    .catalog-page .catalog__item__parent>a {
        padding: 50px 30px!important;
    }
}

.catalog-page .catalog__item__parent a {
    position: relative;
    height: 100%;
    padding-left: 32px;
    font-size: 32px;
    line-height: 1.2;
    font-weight: normal;
    letter-spacing: normal;
    color: white;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

@media only screen and (max-width: 1200px) {
    .catalog-page .catalog__item__parent a {
        font-size: 28px;
        line-height: 1.3;
        font-weight: normal;
        letter-spacing: normal
    }
}

@media only screen and (max-width: 992px) {
    .catalog-page .catalog__item__parent a {
        font-size: 26px;
        line-height: 1.3;
        font-weight: normal;
        letter-spacing: normal
    }
}

@media only screen and (max-width: 768px) {
    .catalog-page .catalog__item__parent a {
        font-size: 24px;
        line-height: 1.3;
        font-weight: normal;
        letter-spacing: normal;
        padding-left: 25px
    }
}

@media only screen and (max-width: 576px) {
    .catalog-page .catalog__item__parent a {
        font-size: 22px;
        line-height: 1.3;
        font-weight: normal;
        letter-spacing: normal
    }
}

.catalog-page .catalog__item__parent a::after {
    content: '';
    position: absolute;
    top: 14px;
    left: 0;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #E9B730;
    box-shadow: 0 0 0 rgba(233, 183, 48, 0.5);
    -webkit-animation: pulseYellow 2s infinite;
    -moz-animation: pulseYellow 2s infinite;
    -ms-animation: pulseYellow 2s infinite;
    -o-animation: pulseYellow 2s infinite;
    animation: pulseYellow 2s infinite
}

@media only screen and (max-width: 1200px) {
    .catalog-page .catalog__item__parent a::after {
        top: 10px
    }
}

.catalog-page .catalog__item__parent a:hover {
    color: #E9B730
}

.catalog-page .catalog__item__parent a:hover svg {
    stroke-dashoffset: -480
}

.catalog-page .catalog__item__parent a:hover::after {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none
}

.catalog-page .catalog__item__parent svg {
    position: absolute;
    height: 110%;
    width: 110%;
    top: -5%;
    left: -5%;
    fill: none;
    stroke: white;
    stroke-dasharray: 150 480;
    stroke-dashoffset: 150;
    -webkit-transition: ease-in-out 2s;
    -moz-transition: ease-in-out 2s;
    -ms-transition: ease-in-out 2s;
    -o-transition: ease-in-out 2s;
    transition: ease-in-out 2s
}

.catalog-page .catalog__item__child {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 50px;
    background-color: #076fb5;
    opacity: 0;
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -ms-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s
}

@media only screen and (max-width: 1200px) {
    .catalog-page .catalog__item__child {
        padding: 0 50px
    }
}

@media only screen and (max-width: 992px) {
    .catalog-page .catalog__item__child {
        padding: 0 40px
    }
}

@media only screen and (max-width: 768px) {
    .catalog-page .catalog__item__child {
        padding: 0 30px
    }
}

@media only screen and (max-width: 576px) {
    .catalog-page .catalog__item__child {
        padding: 0 20px
    }
}

.catalog-page .catalog__item__child ul {
    display: flex;
    flex-direction: column;
    gap: 15px
}

@media only screen and (max-width: 1200px) {
    .catalog-page .catalog__item__child ul {
        gap: 15px
    }
}

.catalog-page .catalog__item__child ul li a {
    position: relative;
    padding-left: 0px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: normal;
    letter-spacing: normal;
    color: white;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease
}

@media only screen and (max-width: 1200px) {
    .catalog-page .catalog__item__child ul li a {
        font-size: 15px;
        line-height: 1.3;
        font-weight: normal;
        letter-spacing: normal
    }
}

@media only screen and (max-width: 992px) {
    .catalog-page .catalog__item__child ul li a {
        font-size: 15px;
        line-height: 1.3;
        font-weight: normal;
        letter-spacing: normal
    }
}

@media only screen and (max-width: 768px) {
    .catalog-page .catalog__item__child ul li a {
        font-size: 15px;
        line-height: 1.3;
        font-weight: normal;
        letter-spacing: normal;
        padding-left: 0px
    }
}

@media only screen and (max-width: 576px) {
    .catalog-page .catalog__item__child ul li a {
        font-size: 14px;
        line-height: 1.3;
        font-weight: normal;
        letter-spacing: normal
    }
}

.catalog-page .catalog__item__child ul li a::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #E9B730;
    box-shadow: 0 0 0 rgba(233, 183, 48, 0.5);
    -webkit-animation: pulseYellow 2s infinite;
    -moz-animation: pulseYellow 2s infinite;
    -ms-animation: pulseYellow 2s infinite;
    -o-animation: pulseYellow 2s infinite;
    animation: pulseYellow 2s infinite
}

@media only screen and (max-width: 992px) {
    .catalog-page .catalog__item__child ul li a::after {
        top: 4px
    }
}

@media only screen and (max-width: 576px) {
    .catalog-page .catalog__item__child ul li a::after {
        top: 4px
    }
}

.catalog-page .catalog__item__child ul li a:hover {
    color: #E9B730
}

.catalog-page .catalog__item__child ul li a:hover::after {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none
}

.catalog-page .catalog__item.have-child:hover .catalog__item__child {
    opacity: 1
}

#product {
    margin: 0;
    padding-bottom: 150px;
    background-color: #F8F8F8
}

@media only screen and (max-width: 1200px) {
    #product {
        padding-bottom: 125px
    }
}

@media only screen and (max-width: 992px) {
    #product {
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 768px) {
    #product {
        padding-bottom: 80px
    }
}

@media only screen and (max-width: 576px) {
    #product {
        padding-bottom: 60px
    }
}

#product .product__wrapp {
    display: grid;
    grid-template-columns:1fr 1fr;
    align-items: flex-start;
    gap: 40px;
    margin-top: 40px;
    padding: 100px 70px;
    border-radius: 12px;
    background-color: white
}

@media only screen and (max-width: 1200px) {
    #product .product__wrapp {
        grid-template-columns:1fr 2fr;
        padding: 50px 30px
    }
}

@media only screen and (max-width: 768px) {
    #product .product__wrapp {
        grid-template-columns:1fr;
        gap: 30px;
        padding: 30px 20px
    }
}

#product .product__image {
    position: sticky;
    top: 60px
}

@media only screen and (max-width: 768px) {
    #product .product__image {
        position: relative;
        top: initial
    }

    #product .product__image img {
        max-height: 250px;
        margin: auto
    }
}

@media only screen and (max-width: 576px) {
    #product .product__image img {
        max-height: 200px
    }
}

#product .product__info_main {
    margin-bottom: 60px
}

@media only screen and (max-width: 1200px) {
    #product .product__info_main {
        margin-bottom: 50px
    }
}

@media only screen and (max-width: 992px) {
    #product .product__info_main {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 768px) {
    #product .product__info_main {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 576px) {
    #product .product__info_main {
        margin-bottom: 20px
    }
}

#product .product__name {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 800;
    letter-spacing: normal;
    color: #151515
}

@media only screen and (max-width: 1200px) {
    #product .product__name {
        font-size: 30px;
        line-height: 1.5;
        font-weight: 800;
        letter-spacing: normal
    }
}

@media only screen and (max-width: 992px) {
    #product .product__name {
        font-size: 28px;
        line-height: 1.5;
        font-weight: 800;
        letter-spacing: normal;
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 768px) {
    #product .product__name {
        font-size: 24px;
        line-height: 1.5;
        font-weight: 800;
        letter-spacing: normal
    }
}

@media only screen and (max-width: 576px) {
    #product .product__name {
        font-size: 22px;
        line-height: 1.5;
        font-weight: 800;
        letter-spacing: normal;
        margin-bottom: 20px
    }
}

#product .product__description_short {
    margin-bottom: 40px;
    color: #151515
}

@media only screen and (max-width: 992px) {
    #product .product__description_short {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 576px) {
    #product .product__description_short {
        margin-bottom: 20px
    }
}

#product .product__info_additional {
    display: grid;
    grid-template-columns:1fr 3fr;
    gap: 12px 50px
}

@media only screen and (max-width: 768px) {
    #product .product__info_additional {
        gap: 12px 40px
    }
}

@media only screen and (max-width: 576px) {
    #product .product__info_additional {
        gap: 12px 25px
    }
}

#product .product__info_additional p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    color: #151515
}

#product .product__info_additional p.cat {
    color: #a9a9a9
}

#product .product__info_additional a {
    text-decoration: underline;
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    color: #151515
}

#product .product__info_additional a:hover {
    color: black;
    text-decoration: none
}

#product .product__info_additional .cat-2 a {
    color: #6A983C
}

#product .product__info_additional .cat-2 a:hover {
    color: #076fb5
}

#product .product__actions {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 15px;
    padding: 25px;
    margin-bottom: 60px;
    border: 1px solid #D1D1D1;
    border-radius: 12px
}

@media only screen and (max-width: 1200px) {
    #product .product__actions {
        margin-bottom: 50px;
        padding: 20px
    }
}

@media only screen and (max-width: 992px) {
    #product .product__actions {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 768px) {
    #product .product__actions {
        margin-bottom: 30px;
        padding: 15px
    }
}

@media only screen and (max-width: 576px) {
    #product .product__actions {
        margin-bottom: 20px
    }
}

#product .product__actions button, #product .product__actions a {
    cursor: pointer;
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s
}

#product .product__actions button.product__buy, #product .product__actions a.product__buy {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    padding: 8px;
    border: 1px solid #076fb5;
    border-radius: 6px;
    background-color: #076fb5;
    color: white
}

#product .product__actions button.product__buy:hover, #product .product__actions a.product__buy:hover {
    color: #076fb5;
    background-color: white;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(84, 180, 90, 0.5);
    -moz-box-shadow: 0px 0px 30px 0px rgba(84, 180, 90, 0.5);
    box-shadow: 0px 0px 30px 0px rgba(84, 180, 90, 0.5)
}

#product .product__actions button.product__instruction, #product .product__actions button.product__compare, #product .product__actions a.product__instruction, #product .product__actions a.product__compare {
    position: relative;
    color: #151515
}

#product .product__actions button.product__instruction::after, #product .product__actions button.product__compare::after, #product .product__actions a.product__instruction::after, #product .product__actions a.product__compare::after {
    content: '';
    position: absolute;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background-color: #076fb5
}

#product .product__actions button.product__instruction:hover, #product .product__actions button.product__compare:hover, #product .product__actions a.product__instruction:hover, #product .product__actions a.product__compare:hover {
    color: #076fb5
}

#product .product__actions button.product__instruction:hover::after, #product .product__actions button.product__compare:hover::after, #product .product__actions a.product__instruction:hover::after, #product .product__actions a.product__compare:hover::after {
    width: 100%
}

#product .product__instruction__popup {
    z-index: 100;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6)
}

#product .product__instruction__popup video {
    position: relative;
    z-index: 10;
    max-width: 1200px;
    padding: 60px
}

@media only screen and (max-width: 1200px) {
    #product .product__instruction__popup video {
        max-width: 1200px;
        width: 100%;
        padding: 60px 50px
    }
}

@media only screen and (max-width: 992px) {
    #product .product__instruction__popup video {
        padding: 50px 25px
    }
}

@media only screen and (max-width: 768px) {
    #product .product__instruction__popup video {
        padding: 40px 20px
    }
}

@media only screen and (max-width: 576px) {
    #product .product__instruction__popup video {
        padding: 30px 15px
    }
}

#product .product__instruction__popup .close {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1
}

#product .product__instruction__popup .close__icon {
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 60px;
    background-color: rgba(0, 0, 0, 0.8)
}

@media only screen and (max-width: 576px) {
    #product .product__instruction__popup .close__icon {
        height: 40px;
        width: 40px
    }
}

#product .product__instruction__popup .close__icon::after, #product .product__instruction__popup .close__icon::before {
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 10px);
    height: 2px;
    width: 20px;
    background-color: white;
    border-radius: 12px;
    transform: rotate(45deg)
}

#product .product__instruction__popup .close__icon::after {
    transform: rotate(-45deg)
}

#product .product__instruction__popup .close__icon:hover {
    background-color: #000
}

#product .product__instruction__popup .close__icon:hover::before, #product .product__instruction__popup .close__icon:hover::after {
    background-color: #F61067;
    transform: rotate(225deg)
}

#product .product__instruction__popup .close__icon:hover::after {
    transform: rotate(135deg)
}

#product .product__instruction__popup.open {
    display: flex !important;
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -ms-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    animation: fadeIn 1s
}

#product .product__tabs {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 50px
}

@media only screen and (max-width: 992px) {
    #product .product__tabs {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 768px) {
    #product .product__tabs {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 576px) {
    #product .product__tabs {
        grid-template-columns:1fr;
        gap: 10px;
        margin-bottom: 20px
    }
}

#product .product__tabs p {
    position: relative;
    cursor: pointer;
    margin-right: 15px;
    padding-bottom: 15px;
    white-space: nowrap;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: normal;
    color: #151515
}

@media only screen and (max-width: 576px) {
    #product .product__tabs p {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 600;
        letter-spacing: normal;
        width: fit-content
    }
}

#product .product__tabs p::after {
    content: '';
    position: absolute;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background-color: #6A983C
}

#product .product__tabs p.active {
    cursor: default
}

#product .product__tabs p.active::after {
    width: 90%
}

#product .product__tabs p:hover::after {
    width: 90%
}

#product .product__tabs p span {
    background-color: #F4F8EC;
    border-radius: 12px;
    padding: 2px 8px;
    margin-left: 5px;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: normal;
    color: #6A983C
}

#product .product__tab_content {
    display: none
}

#product .product__tab_content.active {
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -ms-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    animation: fadeIn 1s;
    display: block
}

#product .product__tab_content h6 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 800;
    letter-spacing: normal;
    color: #151515
}

#product .product__tab_content p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    color: #151515
}

#product .product__appointment, #product .product__status {
    margin-bottom: 30px
}

@media only screen and (max-width: 576px) {
    #product .product__appointment, #product .product__status {
        margin-bottom: 20px
    }
}

#product .product__other h6 {
    margin-bottom: 20px
}

@media only screen and (max-width: 576px) {
    #product .product__other h6 {
        margin-bottom: 15px
    }
}

#product .product__other_info {
    display: grid;
    grid-template-columns:2fr 3fr;
    gap: 20px 0
}

#product .product__other_info div p {
    color: #575757;
    word-break: break-word
}

#product .product__other_info div.heading {
    position: relative
}

#product .product__other_info div.heading p {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: normal
}

#product .product__other_info div.heading::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #f5f5f5
}

#product .product__other_info div:nth-child(odd) p {
    padding-right: 15px
}

#product .product__certificate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 15px 0;
    position: relative;
    border-bottom: 1px solid #F8F8F8
}

#product .product__certificate::after {
    content: '';
    position: absolute;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -ms-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background-color: #6A983C
}

#product .product__certificate:last-child {
    border-bottom: none
}

#product .product__certificate p {
    position: relative;
    color: #151515;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

#product .product__certificate:hover::after {
    width: 100%
}

#product .product__certificate:hover p {
    color: #6A983C
}

#product .product__related {
    margin-top: 60px
}

@media only screen and (max-width: 992px) {
    #product .product__related {
        margin-top: 45px
    }
}

@media only screen and (max-width: 576px) {
    #product .product__related {
        margin-top: 30px
    }
}

#product .product__related__title {
    text-align: center;
    margin-bottom: 30px
}

@media only screen and (max-width: 576px) {
    #product .product__related__title {
        margin-bottom: 20px
    }
}

#product .product__related .product__image {
    position: relative;
    top: initial
}

#product .catalog__items .slick-list {
    margin: 0 -15px
}

#product .catalog__items .slick-prev, #product .catalog__items .slick-next {
    font-weight: 900;
    font-family: "Font Awesome 5 Free"
}

#product .catalog__items .slick-prev:before, #product .catalog__items .slick-next:before {
    color: #076fb5
}

#product .catalog__items .product__item {
    margin: 0 15px
}

#product .catalog__items .product__item > a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    padding: 30px 8px;
    border: 1px solid #D1D1D1;
    border-radius: 12px;
    background-color: white
}

@media only screen and (max-width: 576px) {
    #product .catalog__items .product__item > a {
        padding: 20px 8px
    }
}

#product .catalog__items .product__item > a:hover {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(84, 180, 90, 0.5);
    -moz-box-shadow: 0px 0px 30px 0px rgba(84, 180, 90, 0.5);
    box-shadow: 0px 0px 30px 0px rgba(84, 180, 90, 0.5)
}

#product .catalog__items .product__item > a p {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: normal;
    color: #151515
}

#product .catalog__items .product__item > a p:first-child {
    margin-top: 20px
}

#product .catalog__items .product__item > a p.name {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: normal
}

@media only screen and (max-width: 576px) {
    #product .catalog__items .product__item > a p.name {
        font-size: 14px;
        line-height: 1.5;
        font-weight: 500;
        letter-spacing: normal
    }
}

#product .catalog__items .product__item > a button {
    cursor: pointer;
    padding: 8px 16px;
    margin: 30px auto 0;
    border: 1px solid #076fb5;
    border-radius: 6px;
    background-color: #076fb5;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    color: white
}

@media only screen and (max-width: 768px) {
    #product .catalog__items .product__item > a button {
        margin: 20px auto 0
    }
}

@media only screen and (max-width: 576px) {
    #product .catalog__items .product__item > a button {
        margin: 15px auto 0;
        font-size: 14px;
        line-height: 1.5;
        font-weight: normal;
        letter-spacing: normal
    }
}

#product .catalog__items .product__item > a button:hover {
    color: #076fb5;
    background-color: white;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(84, 180, 90, 0.5);
    -moz-box-shadow: 0px 0px 30px 0px rgba(84, 180, 90, 0.5);
    box-shadow: 0px 0px 30px 0px rgba(84, 180, 90, 0.5)
}

#product .catalog__items .product__info {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.about-page {
    margin-bottom: 150px
}

@media only screen and (max-width: 1200px) {
    .about-page {
        margin-bottom: 125px
    }
}

@media only screen and (max-width: 992px) {
    .about-page {
        margin-bottom: 100px
    }
}

@media only screen and (max-width: 768px) {
    .about-page {
        margin-bottom: 80px
    }
}

@media only screen and (max-width: 576px) {
    .about-page {
        margin-bottom: 60px
    }
}

.history {
    margin-bottom: 120px
}

@media only screen and (max-width: 1200px) {
    .history {
        margin-bottom: 100px
    }
}

@media only screen and (max-width: 992px) {
    .history {
        margin-bottom: 80px
    }
}

@media only screen and (max-width: 768px) {
    .history {
        margin-bottom: 60px
    }
}

@media only screen and (max-width: 576px) {
    .history {
        margin-bottom: 40px
    }
}

.history__wrapp {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 30px 60px
}

@media only screen and (max-width: 1200px) {
    .history__wrapp {
        gap: 30px
    }
}

@media only screen and (max-width: 992px) {
    .history__wrapp {
        grid-template-columns:1fr
    }
}

@media only screen and (max-width: 576px) {
    .history__wrapp {
        gap: 20px
    }
}

.history__title {
    margin-bottom: 25px;
    color: #150433
}

@media only screen and (max-width: 576px) {
    .history__title {
        margin-bottom: 15px
    }
}

.history__text {
    max-width: 500px;
    color: black
}

@media only screen and (max-width: 992px) {
    .history__text {
        max-width: initial
    }
}

.history__text p {
    margin-bottom: 15px
}

@media only screen and (max-width: 576px) {
    .history__text p {
        gap: 10px
    }
}

.history__img {
    position: relative
}

@media only screen and (max-width: 992px) {
    .history__img {
        height: 400px
    }
}

@media only screen and (max-width: 768px) {
    .history__img {
        height: 300px
    }
}

@media only screen and (max-width: 576px) {
    .history__img {
        height: 200px
    }
}

.history__img > * {
    position: absolute
}

.history__img-1 {
    z-index: 1;
    top: 0;
    right: 0
}

.history__img-2 {
    bottom: 0;
    left: 0
}

.quality {
    margin-bottom: 120px
}

@media only screen and (max-width: 1200px) {
    .quality {
        margin-bottom: 100px
    }
}

@media only screen and (max-width: 992px) {
    .quality {
        margin-bottom: 90px
    }
}

@media only screen and (max-width: 768px) {
    .quality {
        margin-bottom: 75px
    }
}

@media only screen and (max-width: 576px) {
    .quality {
        margin-bottom: 60px
    }
}

.quality__wrapp {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-auto-rows: auto;
    gap: 30px
}

@media only screen and (max-width: 768px) {
    .quality__wrapp {
        gap: 20px
    }
}

@media only screen and (max-width: 576px) {
    .quality__wrapp {
        grid-template-columns:1fr
    }
}

.quality__item {
    position: relative;
    padding: 60px 35px
}

@media only screen and (max-width: 1200px) {
    .quality__item {
        padding: 50px 35px
    }
}

@media only screen and (max-width: 992px) {
    .quality__item {
        padding: 45px 30px
    }
}

@media only screen and (max-width: 768px) {
    .quality__item {
        padding: 40px 25px
    }
}

@media only screen and (max-width: 576px) {
    .quality__item {
        padding: 35px 20px
    }
}

.quality__item__title {
    margin: 20px 0 15px;
    color: #30233D
}

@media only screen and (max-width: 576px) {
    .quality__item__title {
        margin: 15px 0 10px
    }
}

.quality__item__text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    color: #30233D
}

.specialty__wrapp {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-auto-rows: auto;
    gap: 125px 75px
}

@media only screen and (max-width: 1200px) {
    .specialty__wrapp {
        gap: 100px 55px
    }
}

@media only screen and (max-width: 992px) {
    .specialty__wrapp {
        gap: 80px 45px
    }
}

@media only screen and (max-width: 768px) {
    .specialty__wrapp {
        grid-template-columns:repeat(2, 1fr);
        gap: 60px 35px
    }
}

@media only screen and (max-width: 576px) {
    .specialty__wrapp {
        gap: 40px 25px
    }
}

@media only screen and (max-width: 480px) {
    .specialty__wrapp {
        grid-template-columns:1fr;
        gap: 25px
    }
}

.specialty__title {
    grid-row: 1;
    grid-column: 1 / 4
}

@media only screen and (max-width: 768px) {
    .specialty__title {
        grid-column: 1 / 3
    }
}

@media only screen and (max-width: 480px) {
    .specialty__title {
        grid-column: 1 / 2
    }
}

.specialty__item__title {
    margin-bottom: 10px;
    color: #30233D
}

.specialty__item__text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    color: #776C82
}

.principle__wrapp {
    position: relative;
    padding: 180px 0 30px
}

@media only screen and (max-width: 1200px) {
    .principle__wrapp {
        padding: 130px 0 30px
    }
}

@media only screen and (max-width: 992px) {
    .principle__wrapp {
        padding: 80px 0 30px;
        margin-top: 30px
    }
}

@media only screen and (max-width: 768px) {
    .principle__wrapp {
        padding: 60px 0 0;
        margin-top: 0
    }
}

@media only screen and (max-width: 576px) {
    .principle__wrapp {
        padding: 40px 0 0
    }
}

.principle__text {
    background-color: #076fb5;
    padding: 75px 100px
}

@media only screen and (max-width: 1200px) {
    .principle__text {
        padding: 60px 80px
    }
}

@media only screen and (max-width: 992px) {
    .principle__text {
        padding: 50px 70px
    }
}

@media only screen and (max-width: 768px) {
    .principle__text {
        padding: 40px
    }
}

@media only screen and (max-width: 576px) {
    .principle__text {
        padding: 30px
    }
}

.principle__text p {
    max-width: 67%;
    color: #FCFCFC
}

@media only screen and (max-width: 1200px) {
    .principle__text p {
        max-width: 60%
    }
}

@media only screen and (max-width: 992px) {
    .principle__text p {
        max-width: 50%
    }
}

@media only screen and (max-width: 768px) {
    .principle__text p {
        max-width: initial
    }
}

.principle__img {
    z-index: 1;
    position: absolute;
    bottom: -30px;
    right: 0
}

@media only screen and (max-width: 992px) {
    .principle__img {
        max-width: 45%;
        bottom: 0
    }
}

@media only screen and (max-width: 768px) {
    .principle__img {
        display: none
    }
}

.contact-page {
    margin: 0;
    overflow-x: hidden
}

.contacts {
    position: relative
}

@media only screen and (max-width: 768px) {
    .contacts {
        margin-bottom: 40px
    }
}

.contacts__wrapp {
    display: grid;
    grid-template-columns:3fr 4fr;
    gap: 60px
}

@media only screen and (max-width: 1200px) {
    .contacts__wrapp {
        gap: 40px
    }
}

@media only screen and (max-width: 1080px) {
    .contacts__wrapp {
        grid-template-columns:1.2fr 1fr
    }
}

@media only screen and (max-width: 992px) {
    .contacts__wrapp {
        gap: 50px
    }
}

@media only screen and (max-width: 768px) {
    .contacts__wrapp {
        grid-template-columns:1fr;
        gap: 40px
    }
}

.contacts__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 100px
}

@media only screen and (max-width: 992px) {
    .contacts__content {
        padding-left: 75px
    }
}

@media only screen and (max-width: 768px) {
    .contacts__content {
        padding-left: initial
    }
}

.contacts__title {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: normal;
    color: #30233D;
    font-size: 45px;
    line-height: 1.5;
    font-weight: 500;
    color: #30233D;
}

@media only screen and (max-width: 992px) {
    .contacts__title {
        font-size: 36px;
        line-height: 1.5;
        font-weight: normal;
        letter-spacing: normal;
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 768px) {
    .contacts__title {
        font-size: 32px;
        line-height: 1.5;
        font-weight: normal;
        letter-spacing: normal;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 576px) {
    .contacts__title {
        font-size: 28px;
        line-height: 1.5;
        font-weight: normal;
        letter-spacing: normal
    }
}

.contacts__info a {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    color: #30233D
}

@media only screen and (max-width: 768px) {
    .contacts__info a {
        margin-bottom: 15px
    }
}

.contacts__info a i {
    color: #076fb5;
    min-width: 24px;
    margin-right: 50px
}

@media only screen and (max-width: 992px) {
    .contacts__info a i {
        margin-right: 35px
    }
}

@media only screen and (max-width: 768px) {
    .contacts__info a i {
        margin-right: 20px
    }
}

.contacts__info a::after {
    content: '';
    position: absolute;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background-color: #076fb5
}

.contacts__info a:hover {
    color: #076fb5
}

.contacts__info a:hover::after {
    width: 100%
}

@media only screen and (max-width: 768px) {
    .contacts__info {
        display: flex;
        flex-wrap: wrap;
        gap: 0 30px
    }
}

.contacts__img {
    position: relative;
    right: -100px
}

@media only screen and (max-width: 992px) {
    .contacts__img {
        right: initial
    }
}

@media only screen and (max-width: 768px) {
    .contacts__img {
        order: -1;
        width: 100%;
        max-height: 300px;
        object-fit: cover
    }
}

@media only screen and (max-width: 768px) {
    .contacts__img {
        max-height: 250px
    }
}

@media only screen and (max-width: 576px) {
    .contacts__img {
        max-height: 200px
    }
}

.contacts__icon {
    z-index: -1;
    position: absolute;
    top: calc(50% - 145px);
    left: 0
}

@media only screen and (max-width: 992px) {
    .contacts__icon {
        top: calc(50% - 100px);
        left: -15px
    }
}

@media only screen and (max-width: 768px) {
    .contacts__icon {
        display: none
    }
}

@media only screen and (max-width: 992px) {
    .contacts__icon svg {
        height: 200px
    }
}

.form {
    background-color: #D8DAD2
}

.form__wrapp {
    z-index: 2;
    position: relative;
    top: -70px;
    padding: 80px 50px;
    background-color: #076fb5
}

@media only screen and (max-width: 1200px) {
    .form__wrapp {
        top: -35px
    }
}

@media only screen and (max-width: 992px) {
    .form__wrapp {
        top: 0;
        padding: 70px 40px 50px
    }
}

@media only screen and (max-width: 768px) {
    .form__wrapp {
        padding: 70px 30px 40px
    }
}

@media only screen and (max-width: 576px) {
    .form__wrapp {
        padding: 50px 20px 30px
    }
}

.form__title {
    position: relative;
    margin-bottom: 50px
}

.form__title h5 {
    color: #FCFCFC
}

.form__title span {
    z-index: -1;
    position: absolute;
    bottom: -20px;
    left: 40px;
    font-size: 115px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: normal;
    opacity: .1;
    color: #FCFCFC
}

@media only screen and (max-width: 992px) {
    .form__title span {
        font-size: 100px;
        line-height: 1;
        font-weight: 900;
        letter-spacing: normal;
        bottom: -50%
    }
}

@media only screen and (max-width: 768px) {
    .form__title span {
        font-size: 85px;
        line-height: 1;
        font-weight: 900;
        letter-spacing: normal;
        left: 30px
    }
}

@media only screen and (max-width: 576px) {
    .form__title span {
        font-size: 70px;
        line-height: 1;
        font-weight: 900;
        letter-spacing: normal;
        left: 20px
    }
}

@media only screen and (max-width: 480px) {
    .form__title span {
        font-size: 50px;
        line-height: 1;
        font-weight: 900;
        letter-spacing: normal;
        bottom: -25%
    }
}

.form__main {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 40px
}

@media only screen and (max-width: 768px) {
    .form__main {
        grid-template-columns:1fr;
        gap: 40px
    }
}

@media only screen and (max-width: 768px) {
    .form__main {
        gap: 30px
    }
}

.form__main label {
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 800;
    letter-spacing: 6px;
    color: #FCFCFC
}

.form__main input:not([type="submit"]), .form__main textarea {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    width: 100%;
    margin-bottom: 40px;
    padding: 15px 20px;
    background-color: #FCFCFC;
    border: 1px solid #F4F4ED;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    color: #30233D
}

@media only screen and (max-width: 768px) {
    .form__main input:not([type="submit"]), .form__main textarea {
        margin-bottom: 30px;
        padding: 10px 15px
    }
}

.form__main input:not([type="submit"]):placeholder, .form__main textarea:placeholder {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    opacity: .5;
    color: #776C82
}

.form__main input:not([type="submit"]):hover, .form__main input:not([type="submit"]):active, .form__main input:not([type="submit"]):focus, .form__main textarea:hover, .form__main textarea:active, .form__main textarea:focus {
    border-color: #076fb5
}

.form__main input:not([type="submit"]).wpcf7-not-valid, .form__main textarea.wpcf7-not-valid {
    border-color: #F61067
}

.form__main textarea {
    padding: 35px;
    height: 235px
}

@media only screen and (max-width: 768px) {
    .form__main textarea {
        padding: 10px 15px
    }
}

.form__main input[type="submit"] {
    -webkit-appearance: none;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    cursor: pointer;
    max-width: 270px;
    width: 100%;
    padding: 15px;
    background-color: #076fb5;
    border: 1px solid transparent;
    border-radius: 35px;
    text-transform: uppercase;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 2px;
    color: #FCFCFC
}

@media only screen and (max-width: 768px) {
    .form__main input[type="submit"] {
        margin: auto
    }
}

.form__main input[type="submit"]:hover {
    border-color: #076fb5;
    background-color: #FCFCFC;
    color: #076fb5;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(84, 180, 90, 0.5);
    -moz-box-shadow: 0px 0px 50px 0px rgba(84, 180, 90, 0.5);
    box-shadow: 0px 0px 50px 0px rgba(84, 180, 90, 0.5)
}

@media only screen and (max-width: 768px) {
    .form__main_col-1 input[type="email"] {
        margin-bottom: 0
    }
}

.form .wpcf7-not-valid-tip {
    margin-top: -20px;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    color: #F61067
}

@media only screen and (max-width: 768px) {
    .form .wpcf7-not-valid-tip {
        margin-top: -25px
    }

    .form .your-email .wpcf7-not-valid-tip {
        margin-top: 10px
    }
}

.form .wpcf7-response-output {
    margin: 20px 0 0 !important;
    padding: 15px 20px !important;
    text-align: center;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    color: #FCFCFC
}

#catalog {
    margin: 0 0 150px
}

@media only screen and (max-width: 1200px) {
    #catalog {
        margin: 0 0 125px
    }
}

@media only screen and (max-width: 992px) {
    #catalog {
        margin: 0 0 100px
    }
}

@media only screen and (max-width: 768px) {
    #catalog {
        margin: 0 0 80px
    }
}

@media only screen and (max-width: 576px) {
    #catalog {
        margin: 0 0 60px
    }
}

#catalog .catalog__hero {
    position: relative;
    margin-bottom: 75px
}

@media only screen and (max-width: 1200px) {
    #catalog .catalog__hero {
        margin-bottom: 60px
    }
}

@media only screen and (max-width: 992px) {
    #catalog .catalog__hero {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 768px) {
    #catalog .catalog__hero {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 576px) {
    #catalog .catalog__hero {
        margin-bottom: 20px
    }
}

#catalog .catalog__hero img {
    width: 100%;
    object-fit: cover;
    max-height: 650px
}

@media only screen and (max-width: 1200px) {
    #catalog .catalog__hero img {
        max-height: 550px
    }
}

@media only screen and (max-width: 992px) {
    #catalog .catalog__hero img {
        max-height: 450px
    }
    .catalog-page .catalog__item__parent a>img{
        /* width: 100px !important;
        height: 100px !important;
        object-fit: contain; */
    }
}

@media only screen and (max-width: 768px) {
    #catalog .catalog__hero img {
        max-height: 350px
    }
}

@media only screen and (max-width: 576px) {
    #catalog .catalog__hero img {
        max-height: 250px
    }
    .catalog-page .catalog__item__parent{
        height: 500px;
    }
}

#catalog .catalog__hero h1 {
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-size: 55px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: normal;
    color: white;
    text-align: center;
}

@media only screen and (max-width: 1200px) {
    #catalog .catalog__hero h1 {
        font-size: 45px;
        line-height: 1.1;
        font-weight: 900;
        letter-spacing: normal
    }
}

@media only screen and (max-width: 992px) {
    #catalog .catalog__hero h1 {
        font-size: 40px;
        line-height: 1.1;
        font-weight: 900;
        letter-spacing: normal
    }
}

@media only screen and (max-width: 768px) {
    #catalog .catalog__hero h1 {
        font-size: 36px;
        line-height: 1.1;
        font-weight: 900;
        letter-spacing: normal
    }
}

@media only screen and (max-width: 576px) {
    #catalog .catalog__hero h1 {
        font-size: 30px;
        line-height: 1.1;
        font-weight: 900;
        letter-spacing: normal
    }
}

#catalog .catalog__hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7,111,181,.58)
}

#catalog .catalog__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-bottom: 50px
}

@media only screen and (max-width: 992px) {
    #catalog .catalog__top {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 768px) {
    #catalog .catalog__top {
        margin-bottom: 30px
    }
}

#catalog .catalog__top .catalog__title {
    margin-right: 15px;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: normal;
    color: #151515;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 500;
}


.catalog-page .hello__sub_title p strong {
    font-size: 28px;
    display: inline-block;
    font-weight: 500;
}


@media only screen and (max-width: 1200px) {
    #catalog .catalog__top .catalog__title {
        font-size: 30px;
        line-height: 1.5;
        font-weight: 500;
        letter-spacing: normal
    }
}

@media only screen and (max-width: 992px) {
    #catalog .catalog__top .catalog__title {
        font-size: 28px;
        line-height: 1.5;
        font-weight: 500;
        letter-spacing: normal
    }
}

@media only screen and (max-width: 768px) {
    #catalog .catalog__top .catalog__title {
        font-size: 24px;
        line-height: 1.5;
        font-weight: 500;
        letter-spacing: normal
    }
}

@media only screen and (max-width: 576px) {
    #catalog .catalog__top .catalog__title {
        font-size: 22px;
        line-height: 1.5;
        font-weight: 500;
        letter-spacing: normal
    }
}

#catalog .catalog__actions {
    display: flex;
    align-items: center;
    gap: 10px 30px
}

#catalog .catalog__actions button {
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 12px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    color: #a9a9a9
}

#catalog .catalog__actions button svg path {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s
}

#catalog .catalog__actions button.active, #catalog .catalog__actions button:hover {
    color: #151515
}

#catalog .catalog__actions button.active svg path, #catalog .catalog__actions button:hover svg path {
    stroke: #6A983C
}

#catalog .catalog__actions button.active {
    cursor: default
}

#catalog .catalog__actions__count {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    color: #a9a9a9
}

#catalog .catalog__actions__count span {
    background-color: #F4F8EC;
    border-radius: 12px;
    padding: 2px 8px;
    margin-right: 5px;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: normal;
    color: #6A983C
}

#catalog .catalog__items {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 30px
}

@media only screen and (max-width: 992px) {
    #catalog .catalog__items {
        grid-template-columns:repeat(3, 1fr)
    }
}

@media only screen and (max-width: 768px) {
    #catalog .catalog__items {
        grid-template-columns:repeat(2, 1fr);
        gap: 20px
    }
}

@media only screen and (max-width: 576px) {
    #catalog .catalog__items {
        grid-template-columns:1fr
    }
}

#catalog .catalog__items .product__item > a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    padding: 30px 8px;
    border: 1px solid #D1D1D1;
    border-radius: 12px;
    background-color: white
}

@media only screen and (max-width: 576px) {
    #catalog .catalog__items .product__item > a {
        padding: 20px 8px
    }
}

#catalog .catalog__items .product__item > a:hover {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(84, 180, 90, 0.5);
    -moz-box-shadow: 0px 0px 30px 0px rgba(84, 180, 90, 0.5);
    box-shadow: 0px 0px 30px 0px rgba(84, 180, 90, 0.5)
}

#catalog .catalog__items .product__item > a p {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: normal;
    color: #151515
}

#catalog .catalog__items .product__item > a p:first-child {
    margin-top: 20px
}

#catalog .catalog__items .product__item > a p.name {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: normal
}

@media only screen and (max-width: 576px) {
    #catalog .catalog__items .product__item > a p.name {
        font-size: 14px;
        line-height: 1.5;
        font-weight: 500;
        letter-spacing: normal
    }
}

#catalog .catalog__items .product__item > a button {
    cursor: pointer;
    padding: 8px 16px;
    margin: 30px auto 0;
    border: 1px solid #076fb5;
    border-radius: 6px;
    background-color: #076fb5;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    color: white
}

@media only screen and (max-width: 768px) {
    #catalog .catalog__items .product__item > a button {
        margin: 20px auto 0
    }
}

@media only screen and (max-width: 576px) {
    #catalog .catalog__items .product__item > a button {
        margin: 15px auto 0;
        font-size: 14px;
        line-height: 1.5;
        font-weight: normal;
        letter-spacing: normal
    }
}

#catalog .catalog__items .product__item > a button:hover {
    color: #076fb5;
    background-color: white;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(84, 180, 90, 0.5);
    -moz-box-shadow: 0px 0px 30px 0px rgba(84, 180, 90, 0.5);
    box-shadow: 0px 0px 30px 0px rgba(84, 180, 90, 0.5)
}

#catalog .catalog__items .product__info {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.comparison {
    margin: 0;
    padding: 80px 0 120px;
    background-color: #F8F8F8
}

@media only screen and (max-width: 1200px) {
    .comparison {
        padding: 70px 0 100px
    }
}

@media only screen and (max-width: 992px) {
    .comparison {
        padding: 60px 0 90px
    }
}

@media only screen and (max-width: 768px) {
    .comparison {
        padding: 50px 0 75px
    }
}

@media only screen and (max-width: 576px) {
    .comparison {
        padding: 40px 0 60px
    }
}

.comparison__title {
    margin-bottom: 60px;
    text-align: center;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 800;
    letter-spacing: normal;
    color: #151515
}

@media only screen and (max-width: 1200px) {
    .comparison__title {
        font-size: 30px;
        line-height: 1.5;
        font-weight: 800;
        letter-spacing: normal
    }
}

@media only screen and (max-width: 992px) {
    .comparison__title {
        font-size: 28px;
        line-height: 1.5;
        font-weight: 800;
        letter-spacing: normal;
        margin-bottom: 50px
    }
}

@media only screen and (max-width: 768px) {
    .comparison__title {
        font-size: 24px;
        line-height: 1.5;
        font-weight: 800;
        letter-spacing: normal;
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 576px) {
    .comparison__title {
        font-size: 22px;
        line-height: 1.5;
        font-weight: 800;
        letter-spacing: normal;
        margin-bottom: 30px
    }
}

.comparison__wrapp {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 30px
}

@media only screen and (max-width: 992px) {
    .comparison__wrapp {
        grid-template-columns:1fr
    }
}

.comparison .product__remove {
    cursor: pointer;
    z-index: 1;
    position: absolute;
    top: 25px;
    right: 25px;
    height: 15px;
    width: 15px;
    border: 1px solid black;
    border-radius: 50%;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s
}

@media only screen and (max-width: 768px) {
    .comparison .product__remove {
        top: 20px;
        right: 20px
    }
}

@media only screen and (max-width: 576px) {
    .comparison .product__remove {
        top: 15px;
        right: 15px
    }
}

.comparison .product__remove::before, .comparison .product__remove::after {
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    content: '';
    position: absolute;
    top: calc(50% - .5px);
    left: calc(50% - 2.5px);
    height: 1px;
    width: 5px;
    background-color: black;
    border-radius: 12px;
    transform: rotate(45deg)
}

.comparison .product__remove::after {
    transform: rotate(-45deg)
}

.comparison .product__remove:hover {
    border-color: #F61067;
    -webkit-animation: pulseRed 2s infinite;
    -moz-animation: pulseRed 2s infinite;
    -ms-animation: pulseRed 2s infinite;
    -o-animation: pulseRed 2s infinite;
    animation: pulseRed 2s infinite;
    animation-delay: .5s
}

.comparison .product__remove:hover::before, .comparison .product__remove:hover::after {
    background-color: #F61067;
    transform: rotate(225deg)
}

.comparison .product__remove:hover::after {
    transform: rotate(135deg)
}

.comparison .product__content {
    position: relative;
    padding: 60px 40px 40px;
    border-radius: 12px;
    background-color: white;
    border: 1px solid #D1D1D1
}

@media only screen and (max-width: 1200px) {
    .comparison .product__content {
        padding: 60px 20px 30px
    }
}

@media only screen and (max-width: 992px) {
    .comparison .product__content {
        padding: 50px 30px 30px
    }
}

@media only screen and (max-width: 768px) {
    .comparison .product__content {
        padding: 40px 20px 20px
    }
}

.comparison .product__top {
    display: grid;
    grid-template-columns:1fr 2fr;
    gap: 20px;
    margin-bottom: 40px
}

@media only screen and (max-width: 768px) {
    .comparison .product__top {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 576px) {
    .comparison .product__top {
        grid-template-columns:1fr;
        margin-bottom: 20px
    }

    .comparison .product__top .product__image img {
        margin: auto;
        max-height: 200px
    }
}

.comparison .product__info_main {
    margin-bottom: 60px
}

@media only screen and (max-width: 1200px) {
    .comparison .product__info_main {
        margin-bottom: 20px
    }
}

.comparison .product__name {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: normal;
    color: #151515
}

@media only screen and (max-width: 992px) {
    .comparison .product__name {
        font-size: 18px;
        line-height: 1.5;
        font-weight: 800;
        letter-spacing: normal;
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 576px) {
    .comparison .product__name {
        margin-bottom: 20px
    }
}

.comparison .product__info_additional {
    display: grid;
    grid-template-columns:2fr 3fr;
    gap: 12px 30px
}

@media only screen and (max-width: 576px) {
    .comparison .product__info_additional {
        gap: 12px 20px
    }
}

.comparison .product__info_additional p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    color: #151515
}

.comparison .product__info_additional p.cat {
    color: #a9a9a9
}

.comparison .product__info_additional a {
    text-decoration: underline;
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    color: #151515
}

.comparison .product__info_additional a:hover {
    color: black;
    text-decoration: none
}

.comparison .product__info_additional .cat-2 a {
    color: #6A983C
}

.comparison .product__info_additional .cat-2 a:hover {
    color: #076fb5
}

.comparison .product__tabs {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 50px
}

@media only screen and (max-width: 992px) {
    .comparison .product__tabs {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 768px) {
    .comparison .product__tabs {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 576px) {
    .comparison .product__tabs {
        grid-template-columns:1fr;
        gap: 10px;
        margin-bottom: 20px
    }
}

.comparison .product__tabs p {
    position: relative;
    cursor: pointer;
    margin-right: 15px;
    padding-bottom: 15px;
    white-space: nowrap;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: normal;
    color: #151515
}

@media only screen and (max-width: 576px) {
    .comparison .product__tabs p {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 600;
        letter-spacing: normal;
        width: fit-content
    }
}

.comparison .product__tabs p::after {
    content: '';
    position: absolute;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background-color: #6A983C
}

.comparison .product__tabs p.active {
    cursor: default
}

.comparison .product__tabs p.active::after {
    width: 90%
}

.comparison .product__tabs p:hover::after {
    width: 90%
}

.comparison .product__tabs p span {
    background-color: #F4F8EC;
    border-radius: 12px;
    padding: 2px 8px;
    margin-left: 5px;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: normal;
    color: #6A983C
}

.comparison .product__tab_content {
    display: none
}

.comparison .product__tab_content.active {
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -ms-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    animation: fadeIn 1s;
    display: block
}

.comparison .product__tab_content h6 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 800;
    letter-spacing: normal;
    color: #151515
}

.comparison .product__tab_content p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    color: #151515
}

.comparison .product__appointment, .comparison .product__status {
    margin-bottom: 30px
}

@media only screen and (max-width: 576px) {
    .comparison .product__appointment, .comparison .product__status {
        margin-bottom: 20px
    }
}

.comparison .product__other h6 {
    margin-bottom: 20px
}

@media only screen and (max-width: 576px) {
    .comparison .product__other h6 {
        margin-bottom: 15px
    }
}

.comparison .product__other_info {
    display: grid;
    grid-template-columns:2fr 3fr;
    gap: 20px 0
}

.comparison .product__other_info div p {
    color: #575757;
    word-break: break-word
}

.comparison .product__other_info div.heading {
    position: relative
}

.comparison .product__other_info div.heading p {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: normal
}

.comparison .product__other_info div.heading::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #f5f5f5
}

.comparison .product__other_info div:nth-child(odd) p {
    padding-right: 15px
}

.comparison .product__certificate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 15px 0;
    position: relative;
    border-bottom: 1px solid #F8F8F8
}

.comparison .product__certificate::after {
    content: '';
    position: absolute;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -ms-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background-color: #6A983C
}

.comparison .product__certificate:last-child {
    border-bottom: none
}

.comparison .product__certificate p {
    position: relative;
    color: #151515;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.comparison .product__certificate:hover::after {
    width: 100%
}

.comparison .product__certificate:hover p {
    color: #6A983C
}

.blog {
    margin: 0 0 100px
}

@media only screen and (max-width: 992px) {
    .blog {
        margin: 0 0 80px
    }
}

@media only screen and (max-width: 576px) {
    .blog {
        margin: 0 0 60px
    }
}

.blog__title {
    margin-bottom: 60px;
    text-align: center;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 800;
    letter-spacing: normal;
    color: #150433;
    font-size: 45px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: normal;
    text-align: center;
    color: #30233D;
}

@media only screen and (max-width: 1200px) {
    .blog__title {
        font-size: 30px;
        line-height: 1.5;
        font-weight: 800;
        letter-spacing: normal
    }
}

@media only screen and (max-width: 992px) {
    .blog__title {
        font-size: 28px;
        line-height: 1.5;
        font-weight: 800;
        letter-spacing: normal;
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 768px) {
    .blog__title {
        font-size: 25px;
        line-height: 1.5;
        font-weight: 800;
        letter-spacing: normal;
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 576px) {
    .blog__title {
        font-size: 22px;
        line-height: 1.5;
        font-weight: 800;
        letter-spacing: normal;
        margin-bottom: 20px
    }
}

.blog__top {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 0 40px;
    margin-bottom: 60px
}

@media only screen and (max-width: 992px) {
    .blog__top {
        gap: 0 30px;
        margin-bottom: 0
    }
}

@media only screen and (max-width: 768px) {
    .blog__top {
        grid-template-columns:1fr
    }
}

.blog__main {
    display: grid;
    grid-template-columns:1fr 4fr;
    gap: 40px
}

@media only screen and (max-width: 992px) {
    .blog__main {
        gap: 30px
    }
}

@media only screen and (max-width: 768px) {
    .blog__main {
        grid-template-columns:1fr
    }
}

.blog__posts {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 50px 30px;
    margin-bottom: 50px
}

@media only screen and (max-width: 992px) {
    .blog__posts {
        gap: 40px 30px;
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 768px) {
    .blog__posts {
        grid-template-columns:repeat(2, 1fr);
        gap: 30px
    }
}

@media only screen and (max-width: 576px) {
    .blog__posts {
        grid-template-columns:1fr;
        gap: 20px;
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 768px) {
    .sidebar {
        order: 1
    }
}

.sidebar .widget-content {
    margin-bottom: 12px
}

@media only screen and (max-width: 768px) {
    .sidebar .widget-content {
        margin-bottom: 12px
    }
}

@media only screen and (max-width: 576px) {
    .sidebar .widget-content {
        margin-bottom: 12px
    }
}

.sidebar .widget-content ul li {
    margin-top: 10px
}

.sidebar .widget-content ul li a {
    position: relative;
    width: fit-content;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    color: #6A983C
}

.sidebar .widget-content ul li a::after {
    content: '';
    position: absolute;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #6A983C
}

.sidebar .widget-content ul li a:hover {
    color: #a9a9a9
}

.sidebar .widget-content ul li a:hover::after {
    background-color: #a9a9a9;
    width: 0
}

.sidebar .widget-content ul li.cat-item a {
    color: #a9a9a9
}

.sidebar .widget-content ul li.cat-item a::after {
    background-color: #a9a9a9
}

.sidebar .widget-content ul li.cat-item a:hover {
    color: #6A983C
}

.sidebar .widget-content ul li.cat-item a:hover::after {
    background-color: #6A983C
}

.sidebar .widget-content p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    color: #6A983C
}

.sidebar .widget-content .sign-widget__cont p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    color: #a9a9a9
}

.sidebar .widget-content .sign-widget__cont form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 20px;
    background-color: #f9f9f9;
    border: 1px solid #D1D1D1;
    margin-top: 20px;
    border-radius: 12px
}

@media only screen and (max-width: 992px) {
    .sidebar .widget-content .sign-widget__cont form {
        padding: 10px
    }
}

.sidebar .widget-content .sign-widget__cont form input:not([type="submit"]) {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    width: 100%;
    background-color: transparent;
    border: none;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    color: #151515
}

.sidebar .widget-content .sign-widget__cont form input:not([type="submit"]):placeholder {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    color: #a9a9a9
}

.sidebar .widget-content .sign-widget__cont form input[type="submit"] {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    cursor: pointer;
    background-color: transparent;
    border: none;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: normal;
    color: #151515
}

.sidebar .widget-content .sign-widget__cont form input[type="submit"]:hover {
    color: #076fb5
}

.sidebar .widget-title {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: normal;
    color: #151515
}

.single {
    margin: 0 0 100px
}

@media only screen and (max-width: 992px) {
    .single {
        margin: 0 0 80px
    }
}

@media only screen and (max-width: 576px) {
    .single {
        margin: 0 0 60px
    }
}

.single__wrapp {
    margin-top: 60px
}

@media only screen and (max-width: 992px) {
    .single__wrapp {
        margin-top: 40px
    }
}

@media only screen and (max-width: 576px) {
    .single__wrapp {
        margin-top: 30px
    }
}

.single__hero {
    position: relative;
    margin-bottom: 50px
}

@media only screen and (max-width: 992px) {
    .single__hero {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 576px) {
    .single__hero {
        margin-bottom: 30px
    }
}

.single__hero img {
    min-height: 200px;
    max-height: 520px;
    object-fit: cover;
    width: 100%;
    height: fit-content;
    overflow: hidden;
    border-radius: 12px
}

@media only screen and (max-width: 1200px) {
    .single__hero img {
        max-height: 450px
    }
}

@media only screen and (max-width: 992px) {
    .single__hero img {
        max-height: 400px
    }
}

@media only screen and (max-width: 768px) {
    .single__hero img {
        max-height: 350px
    }
}

@media only screen and (max-width: 576px) {
    .single__hero img {
        max-height: 300px
    }
}

.single__hero__info {
    position: absolute;
    bottom: 25px;
    left: 25px;
    max-width: 380px
}

@media only screen and (max-width: 576px) {
    .single__hero__info {
        max-width: initial
    }
}

.single__hero__info .title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 900;
    letter-spacing: normal;
    color: white
}

@media only screen and (max-width: 1200px) {
    .single__hero__info .title {
        font-size: 28px;
        line-height: 1.5;
        font-weight: 900;
        letter-spacing: normal
    }
}

@media only screen and (max-width: 992px) {
    .single__hero__info .title {
        font-size: 26px;
        line-height: 1.5;
        font-weight: 900;
        letter-spacing: normal
    }
}

@media only screen and (max-width: 768px) {
    .single__hero__info .title {
        font-size: 24px;
        line-height: 1.5;
        font-weight: 900;
        letter-spacing: normal
    }
}

@media only screen and (max-width: 576px) {
    .single__hero__info .title {
        font-size: 22px;
        line-height: 1.5;
        font-weight: 900;
        letter-spacing: normal;
        margin-bottom: 10px
    }
}

.single__hero__info p {
    color: white
}

.single__category {
    position: absolute;
    top: 25px;
    left: 25px;
    display: inline-flex;
    align-items: flex-start;
    gap: 10px
}

.single__category a {
    background-color: #F4F8EC;
    border-radius: 12px;
    padding: 2px 8px;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: normal;
    color: #6A983C
}

.single__category a:hover {
    background-color: #076fb5;
    color: white;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(84, 180, 90, 0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(84, 180, 90, 0.5);
    box-shadow: 0px 0px 20px 0px rgba(84, 180, 90, 0.5)
}

.single__content {
    margin-bottom: 40px
}

@media only screen and (max-width: 576px) {
    .single__content {
        margin-bottom: 30px
    }
}

.single__content h1, .single__content h2, .single__content h3, .single__content h4, .single__content h5, .single__content h6 {
    font-weight: 600;
    margin-bottom: 20px;
    font-weight: 600;
    color: #151515
}

@media only screen and (max-width: 576px) {
    .single__content h1, .single__content h2, .single__content h3, .single__content h4, .single__content h5, .single__content h6 {
        margin-bottom: 15px
    }
}

.single__content p, .single__content a, .single__content li {
    margin-bottom: 15px;
    color: #151515
}

@media only screen and (max-width: 576px) {
    .single__content p, .single__content a, .single__content li {
        margin-bottom: 10px
    }
}

.single__content p > a {
    margin-bottom: 0
}

.single__content b {
    font-weight: bold
}

.single__content strong {
    font-weight: 800
}

.single__share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px 30px
}

.single__share > p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: normal;
    color: #151515
}

.single__share a {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: normal;
    color: #151515
}

.single__share a svg path {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s
}

.single__share a:hover {
    color: #6A983C
}

.single__share a:hover svg path {
    fill: #6A983C
}

.latest {
    margin-top: 100px
}

@media only screen and (max-width: 992px) {
    .latest {
        margin-top: 80px
    }
}

@media only screen and (max-width: 576px) {
    .latest {
        margin-top: 60px
    }
}

.latest__title {
    margin-bottom: 50px;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 800;
    letter-spacing: normal;
    color: #151515;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 500;
}

@media only screen and (max-width: 992px) {
    .latest__title {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 576px) {
    .latest__title {
        margin-bottom: 30px
    }
}

.latest__news {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 30px
}

@media only screen and (max-width: 992px) {
    .latest__news {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media only screen and (max-width: 576px) {
    .latest__news {
        grid-template-columns:1fr;
        gap: 20
    }
}

.post__item img {
    object-fit: cover;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 25px
}

@media only screen and (max-width: 1200px) {
    .post__item img {
        max-height: 230px
    }
}

@media only screen and (max-width: 992px) {
    .post__item img {
        max-height: 200px
    }
}

@media only screen and (max-width: 768px) {
    .post__item img {
        max-height: 180px
    }
}

@media only screen and (max-width: 576px) {
    .post__item img {
        margin-bottom: 15px
    }
}

.post__category {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px
}

.post__category a {
    background-color: #F4F8EC;
    border-radius: 12px;
    padding: 2px 8px;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: normal;
    color: #6A983C
}

.post__category a:hover {
    background-color: #076fb5;
    color: white;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(84, 180, 90, 0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(84, 180, 90, 0.5);
    box-shadow: 0px 0px 20px 0px rgba(84, 180, 90, 0.5)
}

.post__title {
    position: relative;
    width: fit-content;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: normal;
    color: #151515
}

.post__title::after {
    content: '';
    position: absolute;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background-color: #151515
}

.post__title:hover::after {
    width: 100%
}

.post__date {
    font-family: "Open Sans";
    font-size: 12px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    color: #151515
}

.service__wrapp {
    margin-bottom: 50px
}

@media only screen and (max-width: 768px) {
    .service__wrapp {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 576px) {
    .service__wrapp {
        margin-bottom: 30px
    }
}

.service__title {
    text-align: center;
    font-weight: 500;
    margin-bottom: 40px
}

@media only screen and (max-width: 576px) {
    .service__title {
        margin-bottom: 30px
    }
}

.service__thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px
}

@media only screen and (max-width: 768px) {
    .service__thumbnail {
        margin-bottom: 45px
    }
}

@media only screen and (max-width: 576px) {
    .service__thumbnail {
        margin-bottom: 30px
    }
}

.service__thumbnail img {
    margin: auto
}

.service__content p {
    margin-bottom: 20px
}

@media only screen and (max-width: 576px) {
    .service__content p {
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 480px) {
    .service__content p {
        margin-bottom: 10px
    }
}

.service__form__title {
    text-align: center;
    margin-bottom: 50px
}

@media only screen and (max-width: 768px) {
    .service__form__title {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 576px) {
    .service__form__title {
        margin-bottom: 30px
    }
}

.service__form .form__main {
    gap: 0 40px;
    padding: 45px 80px 35px;
    background-color: #076fb5
}

@media only screen and (max-width: 992px) {
    .service__form .form__main {
        padding: 40px 50px 25px
    }
}

@media only screen and (max-width: 768px) {
    .service__form .form__main {
        padding: 30px 35px 15px;
        gap: 0 25px
    }
}

@media only screen and (max-width: 576px) {
    .service__form .form__main {
        padding: 20px 20px 10px;
        gap: 0 15px
    }
}

@media only screen and (max-width: 480px) {
    .service__form .form__main {
        padding: 15px 15px 0
    }
}

.service__form .form__main_col-1 {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 2
}

@media only screen and (max-width: 768px) {
    .service__form .form__main_col-1 {
        grid-column-start: initial;
        grid-row-start: initial;
        grid-row-end: initial
    }
}

.service__form .form__main_col-2 {
    grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: 3
}

@media only screen and (max-width: 768px) {
    .service__form .form__main_col-2 {
        grid-column-start: initial;
        grid-row-start: initial;
        grid-row-end: initial
    }
}

.service__form .form__main_col-3 {
    grid-column-start: 1;
    grid-row-start: 2;
    grid-row-end: 3
}

@media only screen and (max-width: 768px) {
    .service__form .form__main_col-3 {
        grid-column-start: initial;
        grid-row-start: initial;
        grid-row-end: initial
    }
}

.service__form .form__main input:not([type="submit"]), .service__form .form__main textarea {
    margin-bottom: 20px
}

.service__form .form__main textarea {
    height: 180px
}

.service__form .form__main input[type="submit"] {
    border-radius: 0
}

.service__form .form__main input[type="checkbox"] {
    width: auto;
    margin: 5px 10px 0 0
}

.service__form .form__main .your-agreement .wpcf7-list-item {
    display: flex;
    margin: 0
}

.service__form .form__main .your-agreement .wpcf7-list-item-label {
    color: white
}

.service__form .wpcf7-response-output {
    text-align: center
}
