body {
    background: #FFFFFF;
    font-family: "Gilroy-Regular";
    overflow-x: hidden; }

html {
    font-size: 19px; }

.font_size_42 {
    font-size: 42px;
    font-family: "DaysOne"; }

.font_size_19 {
    font-size: 19px; }

.font_size_21 {
    font-size: 21px; }

.font_size_20 {
    font-size: 20px; }

.font_size_28 {
    font-size: 20px; }

ul {
    margin: 0;
    padding-left: 20px; }

li a {
    color: #FFFFFF;
    text-decoration: none; }
li a:hover {
    color: #FFFFFF;
    text-decoration: underline; }

h2 {
    margin-bottom: 0; }

p {
    margin-bottom: 0; }

.about_us, .suggestions, .first_screen {
    color: #fff; }

.first_screen {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 650px; }

.background-image {
    background: url("../images/biocyd/biocyd_bg.png") center center/cover no-repeat; }

.first_screen .background-image,
.suggestions .background-image,
.container_catalog .background-image {
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-color: #05201D;
    z-index: -1;
    height: 100%;
    width: 100%; }

.container {
    max-width: 1100px; }

.sub_section_main {
    padding: 70px 0;
    background-color: #FFFFFF;
    font-family: Gilroy;
    font-style: normal;
    font-weight: normal;
    color: #000000; }
.sub_section_main .container {
    position: relative; }
.sub_section_main h2 {
    font-size: 27px; }
.sub_section_main__wrapper {
    font-size: 19px;
    line-height: 126%; }
.sub_section_main__wrapper ul {
    margin-top: 5px; }
.sub_section_main__wrapper ul li {
    margin-top: 15px; }

.absolute_figure {
    position: absolute; }

.circle_figure {
    width: 7.73px;
    height: 7.73px;
    border-radius: 100%;
    background-color: #444D6B;
    -webkit-animation: pulsing 2s infinite;
    animation: pulsing 2s infinite; }

.leaf_figure {
    width: 34px;
    height: 41px;
    border-radius: 50% 0;
    background-color: #E8F6F7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: pulsing 2s infinite;
    animation: pulsing 2s infinite; }
.leaf_figure_inner {
    height: 22px;
    width: 18px;
    background-color: #FFFFFF;
    border-radius: 50% 0; }

@-webkit-keyframes pulsing {
    0% {
        -webkit-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5); }
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1); }
    100% {
        -webkit-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5); } }

@keyframes pulsing {
    0% {
        -webkit-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5); }
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1); }
    100% {
        -webkit-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5); } }
.absolute_figure_1 {
    top: 94px;
    right: 0;
    -webkit-transform: translateX(calc(100% + 59.65px));
    transform: translateX(calc(100% + 59.65px));
    width: 153.25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.absolute_figure_1 .circle_figure {
    margin-bottom: 20.83px; }

.absolute_figure_2 {
    top: 326px;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 144.77px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.absolute_figure_2 .circle_figure {
    margin-bottom: 25.81px;
    width: 9.58px;
    height: 9.58px; }

.absolute_figure_4 {
    top: 235px;
    left: -111px;
    width: 442.92px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.absolute_figure_4 .circle_figure {
    margin-bottom: 30px;
    width: 6.91px;
    height: 6.91px; }

.absolute_figure_6 {
    bottom: 213px;
    right: -73px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    width: 144.77px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.absolute_figure_6 .circle_figure {
    margin-bottom: 25.81px;
    width: 9.58px;
    height: 9.58px; }

.circle_wrapper:nth-child(2n) .circle_figure {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }

.leaf_wrapper:nth-child(2) .leaf_figure {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }

.leaf_wrapper:nth-child(3) .leaf_figure {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }

.leaf_wrapper:nth-child(4) .leaf_figure {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }

.leaf_wrapper:nth-child(5) .leaf_figure {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s; }

.absolute_figure_3 {
    top: 69px;
    right: 0;
    -webkit-transform: translateX(calc(100% - 108px));
    transform: translateX(calc(100% - 108px));
    width: 216px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.absolute_figure_5 {
    top: 127.2px;
    right: -32.39px;
    width: 216.39px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.absolute_figure_5 .leaf_figure {
    background-color: #CAC3C1; }

.action {
    padding-bottom: 100px;
    font-family: Days One;
    font-style: normal;
    font-weight: normal; }
.action:first-child {
    padding-bottom: 70px; }
.action .container {
    position: relative; }
.action h2 {
    font-size: 40px;
    color: #000000;
    text-align: center; }
.action__img_wrapper {
    margin-top: 50px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 3px solid #FCE05C; }
.action__img_wrapper_header {
    margin: 0 auto;
    margin-top: 30.7px;
    font-size: 26px;
    color: #060606;
    background: #FCE05C;
    width: 178px;
    height: 41px; }
.action__img_wrapper_header.right {
    background: #E7AF2F; }
.action__img_wrapper_text {
    margin-top: 20px;
    font-family: Gilroy;
    font-weight: 500;
    font-size: 19px;
    color: #000000; }
.action__descr_wrapper {
    padding: 25px 0;
    font-family: Gilroy;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    border-bottom: 3px solid #FCE05C; }
.action__descr_wrapper p {
    margin-top: 5px;
    font-size: 19px;
    line-height: 27px; }
.action__descr_wrapper p:first-child {
    margin-top: 15px; }
.action__descr_wrapper h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    margin-top: 38px;}
.action__descr_wrapper h3:first-child {
    margin-top: 0; }
.action__descr_wrapper_list {
    font-size: 19px;
    line-height: 24px; }
.action__descr_wrapper_list li {
    margin-top: 15px; }
.action__badge_wrapper {
    padding: 30px 0;
    font-family: Gilroy;
    font-style: normal;
    font-weight: normal;
    color: #000000; }
.action__badge_wrapper_item {
    background: #DAD9E0;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    border-radius: 10px;
    padding: 30px 20px;
    height: 100%; }
.action__badge_wrapper_item_header {
    font-size: 19px; }
.action__badge_wrapper_item_text {
    margin-top: 15px;
    font-size: 18px;
    line-height: 24px; }
.action__photo_wrapper_item img {
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .action__descr_wrapper div, .action__badge_wrapper div, .action__photo_wrapper div {
        margin-bottom: 20px;
    }


}

@media (max-width: 580px) {
    .absolute_figure_4, .absolute_figure_5 {
        display: none;
    }

    .font_size_42 {
        font-size: 35px;
    }

    .action h2 {
        font-size: 30px;
    }


}


.link_to_site
{
    color:  #000000;
    text-decoration: none;
}

.link_to_site:hover {
    color:  #000000;
    text-decoration: underline;
}


/*# sourceMappingURL=biocyd.css.map */