html {
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: transparent;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

a {
    text-decoration: none;
    display: block;
}

.head {
    z-index: 1000;
    position: sticky;
    display: flex;
    top: 0;
    box-shadow: 0px -5px 6px 9px #a3a3a3;
    width: auto;
    height: 110px;
    background-color: rgb(255, 255, 255);
    justify-content: space-between;
}

.logo {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-shrink: 0;
    width: 305px;
    height: 110px;
    background-color: rgb(255, 255, 255);
}

.trubka {
    display: none;
    margin-right: 20px;
}

.trubka-img {
    display: block;
    width: 70px;
}

.navigation {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: auto;
    /*width: 1100px;*/
    height: 110px;
    background-color: rgb(255, 255, 255);
}

.button {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0px 6px;
    width: 200px;
    height: 40px;
    background-color: rgb(240, 240, 240);
    border: 3px solid transparent;
    border-radius: 10px;
    transition: background-color 0.6s;
    z-index: 2;
}

.button:hover {
    border: 3px solid black;
    background-color: #39551d;
}

.button:active {
    filter: drop-shadow(0px 0px 5px rgb(165, 165, 165));
}

.button-active {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 6px;
    width: 200px;
    height: 40px;
    background-color: rgb(240, 240, 240);
    border: 3px solid black;
    border-radius: 10px;
    transition: background-color 0.6s;
    z-index: 2;
}

.button-active:hover {
    border: 3px solid black;
    background-color: #39551d;
}

.p-button {

    font-family: "Montserrat-Bold";
    font-size: 17px;
    text-align: center;
    color: black;
}

.button:hover .p-button {
    color: white;
}

.button-active:hover .p-button {
    color: white;
}

.button-active:active {
    filter: drop-shadow(0px 0px 5px rgb(165, 165, 165));
}

.margin-button {
    margin: 0px 0px 9px;
}

.slice-block-outside {
    position: relative;
    transform: translateY(-175px);
    width: auto;
    height: 12px;
    z-index: -1;
    background-color: transparent;
}

.slice-block {
    position: relative;
}

.slice-block-outside:hover .slice-menu {
    display: block;
}

.slice-block:hover .slice-menu {
    display: block;
}

.slice-menu {
    display: none;
    position: absolute;
    height: 160px;
    top: 55px;
    z-index: 2;
}

.logo-img {
    display: block;
    width: 225px;
    margin: 5px auto 7px;
}

.logo-img:active {
    filter: drop-shadow(0px 0px 5px rgb(165, 165, 165));
}

.logo-p {
    display: inline;
    font-family: Montserrat-Medium;
    margin: 1px auto 2px;
    font-size: 15px;
}

.telefon {
    float: right;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    flex-shrink: 0;
    width: 305px;
    height: 110px;
    background-color: rgb(255, 255, 255);
}

.p-telefon {
    display: block;
    font-family: "Montserrat-Bold";
    font-size: 30px;
    color: black;
}

.telegramwhatsapp {
    display: flex;
    justify-content: space-between;
    background-color: rgb(255, 255, 255);
    width: 200px;
}

.m-telefon {
    display: inline-block;
    font-family: "Montserrat-Bold";
    font-size: 15px;
    color: black;
}

.m-telefon:hover {
    color: #39551d;
}

.m-telefon:active {
    filter: drop-shadow(0px 0px 5px rgb(165, 165, 165));
}

#burger {
    display: none;
}

[for=burger] {
    display: block;
    position: fixed;
    text-align: center;
    right: 0;
    top: 0;
    background-color: rgb(255, 255, 255);
}

[for=burger]::before {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background-image: url("../images/elements/burger.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#burger:checked+label+.menu-box {
    display: block;
    animation: show 0.5s ease;
}

#burger:checked+[for=burger]::before {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background-image: url("..//images/elements/close-burger.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    animation: show 1.5s ease;
}

@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.menu-box {
    display: none;
}

.menu {
    display: flex;
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 70px;
    background-color: #ffffff;
    flex-direction: column;
    align-items: center;
}

.menu-section {
    display: flex;
    width: 90%;
    height: 30px;
    border-top: 2px solid black;
    margin-bottom: 0px;
    align-items: center;
}

.menu-section p,
.menu-section-partition p {
    font-family: "Montserrat-SemiBold";
    font-size: 15px;
    color: black;
}

.menu-section-partition {
    display: flex;
    width: 70%;
    height: 30px;
    border-top: 2px solid rgb(218, 218, 218);
    margin-bottom: 0px;
    align-items: center;
}

.strelka {
    z-index: 9999;
    opacity: 0.4;
    transition: opacity 0.3s;
    position: fixed;
    display: block;
    width: 60px;
    bottom: 60px;
    right: 5px;
}

.strelka:hover {
    opacity: 1;
}

.strelka:active {
    filter: drop-shadow(0px 0px 5px rgb(165, 165, 165));
}

.bold-1 {
    display: block;
    width: auto;
    margin: 70px 0px 40px 130px;
    font-family: "Montserrat-Bold";
    font-size: 35px;
}

.bold-2 {
    display: block;
    width: auto;
    margin: 0px 0px 40px 130px;
    font-family: "Montserrat-Bold";
    font-size: 35px;
}

.blocks {
    display: flex;
    flex-wrap: wrap;
}

.blocks a {
    display: block;
    width: 100%;
    height: 100%;
}

.block-pochemu {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    margin: 0px 70px 60px 70px;
    border: 2px solid #adadad;
    border-radius: 20px;
    padding: 20px;
    transition: background-color 0.3s;
    background-color: #f5f5f5;
}

.block-pochemu-slide {
    display: block;
    width: 100%;
    height: auto;
    min-height: 100px;
    margin: 0px 70px 60px 70px;
    border: 2px solid #adadad;
    border-radius: 20px;
    padding: 20px;
    background-color: #f5f5f5;
    filter: drop-shadow(0px 0px 5px rgb(165, 165, 165));
}

.semibold {
    display: block;
    font-family: "Montserrat-SemiBold";
    font-size: 28px;
    color: black;
}

.semibold-2 {
    display: block;
    height: 40px;
    font-family: "Montserrat-SemiBold";
    font-size: 28px;
    color: black;
}

.medium {
    font-family: "Montserrat-Medium";
    font-size: 20px;
    color: black;
}

.block-pochemu:hover .semibold {

    color: rgb(255, 255, 255);
}

.block-pochemu:hover {
    background-color: #000000;
    border: 2px solid #000000;
}

.number-etap {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-family: "Montserrat-Medium";
    font-size: 40px;
    text-align: center;
    color: black;
    border: 3px solid #000000;
    border-radius: 50%;
    margin-bottom: 15px;
    transition: background-color 0.2s;
    transition: color 0.2s
}

.blocks-etapy-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0px 35px 0px 35px;
}

.block-etapy {
    display: block;
    width: 490px;
    flex-grow: 1;
    height: 180px;
    margin: 0px 35px 60px 35px;
    border: 2px solid #ffffff;
    border-radius: 20px;
    padding: 20px;
    transition: background-color 0.3s;
    background-color: #f5f5f5;
    transition: filter 0.2s;
}

.block-etapy:hover {
    filter: drop-shadow(0px 0px 5px rgb(165, 165, 165));
}

.block-etapy:hover .number-etap {
    background-color: #128012;
    color: white;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: auto;
    min-height: 140px;
    height: auto;
    background-color: #f5f5f5;
}

.p-footer-1 {
    display: block;
    width: 290px;
    height: 80px;
    font-family: "Montserrat-Medium";
    font-size: 15px;
    color: black;
    margin: 25px 20px 0px 30px;
}

.p-footer-2 {
    display: block;
    width: 700px;
    height: 90px;
    font-family: "Montserrat-Medium";
    font-size: 12px;
    color: black;
    margin: 25px 0px 0px 30px;
}

.p-footer-3 {
    display: block;
    width: 230px;
    height: 67px;
    font-family: "Montserrat-Medium";
    font-size: 20px;
    color: black;
    margin: 25px 0px 0px 30px;
}

.p-footer-3 a {
    color: black;
}

h1 {
    display: block;
    width: auto;
    margin: 70px 0px 40px 130px;
    font-family: "Montserrat-Bold";
    font-size: 35px;
}

h2 {
    display: block;
    width: auto;
    margin: 70px 0px 40px 130px;
    font-family: "Montserrat-Bold";
    font-size: 25px;
}

.text {
    display: block;
    width: auto;
    margin: 0px 130px 40px 130px;
}

.text p {
    margin-bottom: 20px;
    font-family: "Montserrat-Medium";
    font-size: 20px;
    text-indent: 55px;
    color: #000000;
}

.contacts-block {
    width: auto;
    height: 285px;
}

.block-img-00 {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
}

.block-img-01 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    width: 600px;
    height: 420px;
    border: 2px solid #ffffff;
    border-radius: 20px;
    transition: background-color 0.3s;
    background-color: #f5f5f5;
    transition: filter 0.2s;
}

.block-img-01:hover {
    filter: drop-shadow(0px 0px 5px rgb(165, 165, 165));
}

.block-img-02 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 560px;
    height: 350px;
}

.block-img-02 p {
    position: absolute;
    bottom: 15px;
    font-family: "Montserrat-SemiBold";
    font-size: 20px;
    color: #000000;
}

.block-img-02 img {
    width: 100%;
    max-height: 100%;
}

.box-block {
    width: auto;
    height: 85px;
}

.pages-menu {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin: 30px 0px;
}

.pages-menu-block-activ {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
    width: 50px;
    height: 50px;
    background-color: #39551d;
    border: 3px solid #39551d;
    border-radius: 8px;
}

.pages-menu-block-activ p {
    font-family: "Montserrat-SemiBold";
    font-size: 30px;
    color: white;
}

.pages-menu-block-noactiv {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border: 3px solid #39551d;
    border-radius: 8px;
    transition: filter 0.2s;
}

.pages-menu-block-noactiv p {
    font-family: "Montserrat-SemiBold";
    font-size: 30px;
    color: black;
}

.pages-menu-block-noactiv:hover {
    filter: drop-shadow(0px 0px 5px rgb(165, 165, 165));
}

.pages-menu-block-noactiv:active {
    background-color: #39551d;
}

.infographics-00 {
    display: flex;
    align-items: center;
    margin: 0 0 40px 90px;
}

.infographics-01 {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    left: 10px;
}

.infographics-00 img {
    display: inline-block;
    width: auto;
}

.bold {
    display: block;
    font-family: "Montserrat-Bold";
    font-size: 18px;
}

.medium {
    display: block;
    font-family: "Montserrat-Medium";
    font-size: 18px;
}

.block_pochemu_mi {
    display: inline-block;
    margin: 0 0 40px 90px;
}

.img-mi {
    display: inline-block;
    width: auto;
    margin: 0 0 20px 60px;
}

.img-kb {
    display: block;
    margin: 0 0 40px 60px;
    width: 50%;
}

.varianti-profiley {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 40px 0px;
}

.profil {
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 30px;
}

.profil img {
    width: 100%;
}

.img-conteiner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

.img-conteiner img {
    max-width: 730px;
    width: 100%;
    margin: 0 0 40px 0;
}

@media only screen and (max-width: 576px) {

    .trubka {
        display: block;
    }

    .head {
        height: 70px;
    }

    .telefon {
        display: none;
    }

    .navigation {
        display: none;
    }

    .logo {
        width: 150px;
        height: 70px;
        margin-left: 10px;
    }

    .navigation {
        display: none;
    }

    .logo-p {
        display: none;
    }

    .logo-img {
        width: 150px;
    }

    .bold-2,
    .bold-1 {
        margin: 20px 0px 20px 30px;
        font-size: 17px;
    }

    .block-pochemu {
        height: 40px;
        margin: 0px 12px 12px 12px;
        border: 2px solid #adadad;
    }

    .semibold {
        display: block;
        font-family: "Montserrat-SemiBold";
        font-size: 19px;
        color: black;
    }

    .blocks-etapy-box {
        margin: 0px 0px 0px 0px;
    }

    .block-etapy {
        width: 490px;
        height: 140px;
        margin: 0px 12px 12px 12px;
    }

    .number-etap {
        width: 23px;
        height: 23px;
        font-size: 20px;
        border: 2px solid #000000;
        margin-bottom: 5px;
    }

    .semibold-2 {
        height: 25px;
        font-size: 19px;
    }

    .medium {
        font-size: 15px;
    }

    .block-pochemu-slide {
        margin: 0px 12px 12px 12px;
    }

    .p-footer-2 {
        font-size: 10px;
    }

    h1 {
        margin: 20px 0px 20px 15px;
        font-size: 17px;
    }

    .text {
        margin: 0px 13px 40px 15px;
    }

    .text p {
        margin-bottom: 20px;
        font-size: 15px;
        text-indent: 20px;
    }

    .block-img-01 {
        margin: 7px;
        width: 300px;
        height: 210px;
        border-radius: 10px;
    }

    .block-img-02 {
        width: 280px;
        height: 175px;
    }

    .block-img-02 p {
        bottom: 6px;
        font-size: 15px;
    }

    h2 {
        margin: 20px 0px 20px 15px;
        font-size: 17px;
    }

    .infographics-00 {
        margin: 0 0 40px 7px;
    }

    .infographics-00 img {
        display: inline-block;
        width: 60px;
    }

    .bold {
        font-size: 15px;
    }

    .medium {
        font-size: 14px;
    }

    .block_pochemu_mi {
        margin: 0 0 40px 14px;
    }

    .img-mi {
        width: 300px;
        margin: 0 0 20px 14px;
    }

    .img-kb {
        margin: 0 0 40px 14px;
        width: 70%;
    }

    .varianti-profiley {
        margin: 0 0 40px 0px;
    }

    .profil {
        width: 70px;
    }

    .profil img {
        width: 100%;

    }

    .strelka {
        width: 40px;
        bottom: 40px;
        right: 10px;
    }

    .strelka:hover {
        opacity: 0.4;
    }

}

@media only screen and (min-width: 577px) and (max-width: 768px) {

    .trubka {
        display: block;
    }

    .head {
        height: 70px;
    }

    .telefon {
        display: none;
    }

    .navigation {
        display: none;
    }

    .logo {
        width: 150px;
        height: 70px;
        margin-left: 10px;
    }

    .navigation {
        display: none;

    }

    .logo-p {
        display: none;
    }

    .logo-img {
        width: 150px;
    }

    .bold-2,
    .bold-1 {
        font-size: 25px;
    }

    .block-pochemu {
        height: 40px;
        margin: 0px 12px 12px 12px;
        border: 2px solid #adadad;
    }

    .semibold {
        display: block;
        font-family: "Montserrat-SemiBold";
        font-size: 19px;
        color: black;
    }

    .blocks-etapy-box {
        margin: 0px 0px 0px 0px;
    }

    .block-etapy {
        width: 490px;
        height: 140px;
        margin: 0px 12px 12px 12px;
    }

    .number-etap {
        width: 23px;
        height: 23px;
        font-size: 20px;
        border: 2px solid #000000;
        margin-bottom: 5px;
    }

    .semibold-2 {
        height: 25px;
        font-size: 19px;
    }

    .medium {
        font-size: 15px;
    }

    .block-pochemu-slide {
        margin: 0px 12px 12px 12px;
    }

    .p-footer-2 {
        font-size: 10px;
    }

    h1 {
        margin: 20px 0px 20px 15px;
        font-size: 17px;
    }

    .text {
        margin: 0px 13px 40px 15px;
    }

    .text p {
        margin-bottom: 20px;
        font-size: 15px;
        text-indent: 20px;
    }

    .block-img-01 {
        margin: 7px;
        width: 400px;
        height: 280px;
        border-radius: 10px;
    }

    .block-img-02 {
        width: 369px;
        height: 230px;
    }

    .block-img-02 p {
        bottom: 6px;
        font-size: 15px;
    }

    h2 {
        margin: 20px 0px 20px 15px;
        font-size: 17px;
    }

    .infographics-00 {
        margin: 0 0 40px 7px;
    }

    .infographics-00 img {
        display: inline-block;
        width: 60px;
    }

    .bold {
        font-size: 15px;
    }

    .medium {
        font-size: 14px;
    }

    .block_pochemu_mi {
        margin: 0 0 40px 14px;
    }

    .img-mi {
        width: 300px;
        margin: 0 0 20px 14px;
    }

    .img-kb {
        margin: 0 0 40px 14px;
        width: 70%;
    }

    .varianti-profiley {
        margin: 0 0 40px 0px;
    }

    .profil {
        width: 70px;
    }

    .profil img {
        width: 100%;
    }

    .strelka {
        width: 40px;
        bottom: 40px;
        right: 10px;
    }

    .strelka:hover {
        opacity: 0.4;
    }

}

@media only screen and (min-width: 769px) and (max-width: 1039px) {

    .trubka {
        display: block;
    }

    .head {
        height: 70px;
    }

    .telefon {
        display: none;
    }

    .navigation {
        display: none;
    }

    .logo {
        width: 150px;
        height: 70px;
        margin-left: 10px;
    }

    .logo-p {
        display: none;
    }

    .logo-img {
        width: 150px;
    }

    .bold-2,
    .bold-1 {
        font-size: 25px;
    }

    .semibold {
        display: block;
        font-family: "Montserrat-SemiBold";
        font-size: 24px;
        color: black;
    }

    h1 {
        margin: 20px 0px 20px 15px;
        font-size: 23px;
    }

    .text {
        margin: 0px 13px 40px 15px;
    }

    .text p {
        margin-bottom: 20px;
        font-size: 17px;
        text-indent: 20px;
    }

    .strelka {
        width: 40px;
        bottom: 40px;
        right: 10px;
    }

    .strelka:hover {
        opacity: 0.4;
    }

}

@media only screen and (min-width: 1040px) and (max-width: 1280px) {
    .p-telefon {
        font-size: 22px;
    }

    .telefon {
        width: 210px;
    }

    .logo {
        width: 150px;
        margin-left: 10px;
    }

    .logo-p {
        display: none;
    }

    .logo-img {
        width: 150px;
    }

    .menu,
    [for=burger] {
        display: none;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1440px) {
    .p-telefon {
        font-size: 22px;
    }

    .telefon {
        width: 210px;
    }

    .logo {
        width: 230px;
        margin-left: 15px;
    }

    .menu,
    [for=burger] {
        display: none;
    }

}

@media only screen and (min-width: 1441px) {

    .menu,
    [for=burger] {
        display: none;
    }
}