body.body_home {
    padding-bottom: 0!important;
    position: relative;
    margin: 0;
}

.header_picture {
    position: relative;
    height: calc(80vh + 200px);
    min-height: 800px;
    overflow: hidden;
}

.header_picture>div.top_section>.top_sign_buttons {
    margin: auto 0;
    display: flex;
}

.header_picture>div.top_section {
    margin: 15px 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 250px 1% calc(98% - 500px) 1% 250px;
    grid-template-columns: 250px calc(98% - 500px) 250px;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 0% 1%;
    grid-template-areas: ". . .";
    position: relative;
}

.header_picture>div.top_section>.header_links {
    display: flex;
    color: white;
    font-size: 20px;
    margin: auto 0;
}

.header_picture>div.top_section>.header_links>a:first-of-type {
    margin-right: 50px;
}


/*
.header_picture>div.top_section>.header_links>a>i {
    margin-left: 5px;
}
*/

.header_picture>div.top_section>.top_sign_buttons>.btn {
    padding: 5px;
    margin: 5px;
    font-size: 15px;
    min-width: 108px;
}

.header_picture>div.top_section>.top_sign_buttons>.btn>i {
    display: none;
}

.header_picture>div.top_section>img {
    width: 200px;
}

.header_picture>div.top_section>div.header_links>a>i {
    display: none;
}

@media screen and (max-width: 400px) {
    .header_picture>div.top_section>img {
        width: 10vw;
        min-width: 100px!important;
    }
    .header_picture>div.top_section {
        margin: 0px;
    }
    .header_picture>div.top_section>.header_links>a>i {
        margin-left: 10px!important;
    }
}

@media screen and (max-width: 800px) {
    .header_picture>div.top_section>.top_sign_buttons>.btn {
        height: auto!important;
        width: auto!important;
        min-width: 24px!important;
        max-width: 32px!important;
        display: flex;
        margin: auto 0px auto 15px;
        border-radius: 40px;
        /*min-width: 100px;*/
    }
    .header_picture>div.top_section>.top_sign_buttons>.btn>i {
        display: block;
        margin: auto;
    }
    .header_picture>div.top_section {
        margin: 0px;
        padding: 15px;
        display: flex;
        grid-template-columns: none;
        grid-template-rows: none;
        gap: none;
        grid-template-areas: "none";
    }
    .header_picture>div.top_section>img {
        width: 15vw;
        min-width: 120px;
    }
    .header_picture>div.top_section>div.header_links {
        display: flex;
        margin: auto !important;
    }
    .header_picture>div.top_section>.header_links>a:first-of-type {
        margin-right: auto!important;
        margin-left: auto!important;
    }
    .header_picture>div.top_section>.header_links>a>i {
        margin-left: 30px;
    }
    .header_picture>div.top_section>div.header_links>a>span {
        display: none;
    }
    .header_picture>div.top_section>.top_sign_buttons>.btn>span {
        display: none;
    }
    .header_picture>div.top_section>div.header_links>a>i {
        display: block;
    }
}

.header_picture>h1.slogan {
    margin: 37vh auto 15px auto;
    color: white;
    text-align: center;
    font-size: 50px;
}

.header_picture>.double_search_bar {
    margin: 0 auto;
    width: 40%;
    max-width: 1200px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 992px) {
    .header_picture>.double_search_bar {
        width: calc(75% - 30px)!important;
    }
}

@media screen and (max-width: 768px) {
    .header_picture>.double_search_bar {
        width: calc(100% - 30px)!important;
    }
}

.header_picture>.double_search_bar>.home_searchbar {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    position: relative;
    width: calc(50% + 20px);
    line-height: 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition: width .3s, opacity .3s, border-radius .3s;
    -webkit-transition: width .3s, opacity .3s, border-radius .3s;
    -moz-transition: width .3s, opacity .3s, border-radius .3s;
    -ms-transition: width .3s, opacity .3s, border-radius .3s;
    -o-transition: width .3s, opacity .3s, border-radius .3s;
    position: absolute;
}

.header_picture>.double_search_bar>.home_searchbar>.search_container {
    display: inline-block;
    width: calc(100% - 17px);
    height: calc(100% - 4px);
    padding: 0 7px;
    vertical-align: middle;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition: border-radius .3s, padding .3s;
    -webkit-transition: border-radius .3s, padding .3s;
    -moz-transition: border-radius .3s, padding .3s;
    -ms-transition: border-radius .3s, padding .3s;
    -o-transition: border-radius .3s, padding .3s;
}

.header_picture>.double_search_bar>.home_searchbar>.search_container>div {
    position: absolute;
    width: calc(100% - 20px);
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.header_picture>.double_search_bar>.home_searchbar>.search_container>div>input {
    background: transparent;
    border: none;
    width: calc(100% - 30px);
    font-size: 16px;
    vertical-align: middle;
    margin: auto;
}

.header_picture>.double_search_bar>.home_searchbar>.search_container>div>i {
    font-size: 18px;
    margin-right: 5px;
    vertical-align: middle;
}

.header_picture>.double_search_bar>.home_searchbar.searchbar_photos>.search_container>div>i {
    color: var(--orange);
}

.header_picture>.double_search_bar>.home_searchbar.searchbar_photographers>.search_container>div>i {
    color: var(--purple);
}

.header_picture>.double_search_bar>.home_searchbar.searchbar_photos {
    background-color: #ffffff;
}

.header_picture>.double_search_bar>.home_searchbar.searchbar_photographers {
    background-color: #ffffff;
}

.header_picture>.double_search_bar>.home_searchbar.searchbar_photos>.search_container {
    border: 2px solid var(--orange);
    border-right: none;
}

.header_picture>.double_search_bar>.home_searchbar.searchbar_photographers>.search_container {
    border: 2px solid var(--purple);
}

.header_picture>.double_search_bar>.home_searchbar.searchbar_washidden,
.header_picture>.double_search_bar>.home_searchbar.searchbar_washidden>.search_container,
.header_picture>.double_search_bar>.home_searchbar.searchbar_hidden>.search_container>div>i,
.header_picture>.double_search_bar>.home_searchbar.searchbar_hidden>.wave {
    transition-delay: .2s;
}

.header_picture>.double_search_bar>.home_searchbar.searchbar_photos {
    left: 0;
}

.header_picture>.double_search_bar>.home_searchbar.searchbar_photographers {
    right: 0;
}

.header_picture>.double_search_bar>.home_searchbar.searchbar_focused {
    width: 100%;
}

.header_picture>.double_search_bar>.home_searchbar.searchbar_focused.searchbar_photos>.search_container {
    border-right: 2px solid var(--orange);
}

.header_picture>.double_search_bar>.home_searchbar.searchbar_focused>.search_container {
    width: calc(100% - 17px);
}

.header_picture>.double_search_bar>.home_searchbar.searchbar_focused>.wave {
    display: none;
}

.header_picture>.double_search_bar>.home_searchbar.searchbar_hidden>.wave {
    width: 0;
}

.header_picture>.double_search_bar>.home_searchbar.searchbar_hidden>.search_container {
    padding: 0;
}

.header_picture>.double_search_bar>.home_searchbar.searchbar_hidden {
    width: 0;
    opacity: 0;
}

.header_picture .nav_search_suggestion {
    top: 37px;
    width: calc(100% + 1px);
    box-sizing: border-box;
    border: 2px solid;
    border-top: none;
}

.topbar_wave {
    position: relative;
    margin-top: calc(-99% * 0.17);
}

.body_no_background {
    background-color: white;
    margin-top: -10px;
    width: 100%;
    overflow-x: hidden;
}

p.home_title {
    font-size: 40px;
    text-align: center;
}

body p {
    font-size: 1rem;
    line-height: 2rem;
}

p.home_title {
    font-size: 2.5rem;
    line-height: 3.5rem;
    text-align: center;
}

h4 {
    font-size: 35px;
}

p.home_subtitle,
.cards .card_subtitle {
    text-align: center;
    max-width: 500px;
    margin: 1em auto;
}

.cards {
    width: 60%;
    margin: 70px auto 0;
    text-align: center;
    padding-bottom: 10px;
}

.card {
    padding: 15px;
}

@media only screen and (max-width:992px) {
    .cards {
        width: 80%;
        margin: auto;
        text-align: center;
        padding-bottom: 10px;
    }
}

.cards .card_title {
    font-size: 2rem;
    line-height: 2rem;
}

.cards .card_icon {
    font-size: 100px;
}

b.premium_pro_cond {
    display: block;
    margin-top: 7px;
}

div.home_section {
    margin: 0;
    position: relative;
}

div.home_section.section_popular {
    overflow: hidden;
}

div.home_section.section_popular,
div.home_section.regional_section,
div.home_section.simplicity_section {
    background-size: 100% auto;
    background-repeat: no-repeat;
}

div.home_section.section_popular {
    background-image: url(/img/home/waves/popular.svg);
}

div.home_section.regional_section>div,
div.home_section.simplicity_section>div,
div.home_section.control_section>div,
footer {
    background-image: linear-gradient(90deg, #ffd3a6 0%, #fff9f3 85%);
    padding: 30px 0;
    margin: -1px 0;
}

footer {
    display: flex;
    border: none !important;
    padding: 0 0 20px;
    justify-content: space-around;
}

footer .select-selected {
    background: transparent;
}

div.home_section.section_popular div.popular-swiper-container {
    height: fit-content;
    /* padding: 30px; */
    /* width: calc(100vw - 15px); */
}

div.home_section.section_popular div.popular-swiper-container.loading .swiper-wrapper {
    opacity: 0;
}

div.home_section.section_popular div.flexbin.popular_pictures {
    margin: 10px 0;
    position: relative;
}

div.home_section.section_popular div.flexbin.popular_pictures:after {
    content: unset;
}

div.home_section.section_popular div.flexbin.popular_pictures>* {
    height: 30vh;
}

div.home_section.section_popular div.flexbin.popular_pictures>span {
    height: 30vh;
    width: 100%;
    display: flex;
}

div.home_section.section_popular div.flexbin.popular_pictures>*>img {
    height: 30vh;
    border-radius: 40px;
}

div.home_section.features_section>div.features_grid,
div.home_section.advantages_section>div.advantages_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 30px 60px;
    grid-template-areas: ". . .";
    width: calc(100% - 60px);
    text-align: center;
    margin: 0 auto 50px;
}

@media only screen and (max-width:992px) {
    /*div.home_section.features_section>div.features_grid,*/
    div.home_section.advantages_section>div.advantages_grid {
        display: block;
    }
    div.home_section.features_section>div.features_grid_mobile {
        display: block;
        padding: 15px;
    }
}

div.home_section.features_section>div.features_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: auto;
    align-items: center;
    grid-template-areas: ". . ." ". . ." ". . ." ". . images" ". . images" ". . images";
}

div.home_section.features_section>div.features_grid_mobile {
    display: none;
    visibility: hidden;
}

@media only screen and (max-width: 992px) {
    div.home_section.features_section>div.features_grid {
        display: none;
        visibility: hidden;
    }
    div.home_section.features_section>div.features_grid_mobile {
        padding: 15px;
        display: block;
        visibility: visible;
    }
    div.home_section.features_section>div.features_grid_mobile>div {
        text-align: center;
    }
    div.home_section.features_section>div.features_grid_mobile>div.images_container {
        display: none;
    }
    div.home_section.features_section>div.features_grid_mobile>div>i {
        font-size: 1.8rem;
        margin: 0;
        padding: 0;
    }
    div.home_section.features_section>div.features_grid_mobile>div>h4 {
        font-size: 2rem;
        margin: 30px auto;
        padding: 0;
    }
}

div.home_section.features_section>div.features_grid * {
    margin: 0;
}

div.home_section.features_section>div.features_grid i,
div.home_section.advantages_section>div.advantages_grid i {
    font-size: 70px;
    margin-top: 80px;
}

div.home_section.features_section>.features_grid>.images_container {
    position: relative;
    grid-area: images;
    overflow: hidden;
    width: calc(100% + 30px);
    pointer-events: none;
    height: calc(100% + 300px);
    margin-top: 300px;
}

div.home_section.features_section>.features_grid>.images_container>img {
    position: absolute;
    top: 15%;
    right: calc(-100px - 10%);
    width: calc(320px + 20%);
    max-width: 700px;
    z-index: 1;
}

div.home_section.features_section>.features_grid>.images_container>img:last-child {
    max-width: 400px;
    width: calc(200px + 15%);
    right: calc(50px + 10%);
}

img.img_imac {
    width: 25%;
    margin-bottom: -10%;
    margin-left: 15%;
    z-index: 2;
    position: relative;
}

div.home_section.control_section>div>.control_features {
    display: flex;
    justify-content: space-around;
    margin: 50px auto;
    max-width: 1200px;
}

div.home_section.control_section>div>.control_features>div {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: white;
    text-align: center;
    width: 20%;
    height: 0;
    padding-bottom: max(20%, 300px);
    min-width: 300px;
    position: relative;
    /* animation: float 3s ease-in-out infinite; */
    /* -webkit-animation: float 3s ease-in-out infinite; */
}

div.home_section.control_section>div>.control_features>div:nth-child(2n) {
    animation-delay: 1s;
}

div.home_section.control_section>div>.control_features>div>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

div.home_section.control_section>div>.control_features>div>div>i {
    color: var(--orange);
    font-size: 60px;
}

@media only screen and (max-width:992px) {
    div.home_section.control_section>div>.control_features {
        display: block;
        padding: 0;
        justify-content: space-between;
        margin: 50px auto 0px auto;
        max-width: 300px!important;
    }
    div.home_section.control_section>div>.control_features>div {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        background-color: white;
        text-align: center;
        width: 20%;
        height: 0;
        padding-bottom: max(20%, 300px);
        min-width: 300px;
        margin-top: 15px;
        position: relative;
        /* animation: float 3s ease-in-out infinite; */
        /* -webkit-animation: float 3s ease-in-out infinite; */
    }
}

.plans_popup {
    margin: 50px auto;
    max-width: 1200px;
    min-width: 800px;
}

.plans_popup .plans {
    gap: 60px;
}

.plans_popup>.plans>.plan {
    height: 100%;
}

.plans_popup>.plans>.plan>.header {
    color: black;
    padding: 20px 0 10px;
}

.plans_popup>.plans>.plan>.price_type {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: auto;
}

.plans_popup .plans .plan ul {
    max-height: unset;
}

.plans_popup .plans {
    gap: 20px;
    height: fit-content;
}

@media only screen and (max-width:992px) {
    .plans_popup {
        display: block;
        max-width: 100%;
        min-width: 80%;
        margin: 15px;
    }
    .plans_popup .plans {
        display: block;
    }
    .plans_popup>.plans>.plan {
        height: fit-content;
        margin: 15px auto;
    }
}

@keyframes float {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    50% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        box-shadow: 0 0px 20px 1px rgba(64, 60, 67, 10%);
        -webkit-box-shadow: 0 0px 20px 1px rgba(64, 60, 67, 10%);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}