/* carousel */

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.carousel {
    position: relative;

    width: 100vw;

    border-bottom: 4px solid #29325a;
}

.carousel__previos-btn,
.carousel__next-btn {
    cursor: pointer;
    position: absolute;
    z-index: 0;
    top: 50%;
    width: auto;
    margin-top: -22px;
    color: #7e7e7e;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: #dddddd52;
}

.carousel__previos-btn {
    left: 20px;
    border-radius: 30px;
    padding: 5px 18px 5px 16px;
}

.carousel__next-btn {
    right: 20px;
    border-radius: 30px;
    padding: 5px 16px 5px 18px;
}

.carousel__previos-btn:hover,
.carousel__next-btn:hover {
    color: white;
    background-color: #7e7e7e;
}

.carousel__dot {
    cursor: pointer;
    height: 13px;
    width: 13px;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.616);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.carousel__dots {
    position: absolute;

    width: 100%;

    display: flex;
    justify-content: center;

    bottom: 10px;
    text-align: center;
    user-select: none;
}

.carousel__dot--active,
.carousel__dot:hover {
    background-color: #29325af5;
}

.carousel__slides {
    max-height: 400px;
    height: 50vh;
    background-color: #29325a;
    background-repeat: no-repeat;
    background-size: cover;
}

.slides_opener {
    top: 30%;
}

.slides_loc {
    top: 60%;
}

.carousel__fir-slide {
    background-image: url(/images/CarouselImages/carouselCrimea.jpg);
    animation: background-image-scroll 15s;
}

.carousel__second-slide {
    background-image: url(/images/CarouselImages/carouselUkhta.jpg);
    animation: background-image-scroll 15s;
}

.carousel__third-slide {
    background-image: url(/images/CarouselImages/carouselFire.png);
    animation: background-image-scroll 15s;
}

.carousel__fourth-slide {
    background-image: url(/images/CarouselImages/carouselFlooding.png);
    animation: background-image-scroll 15s;
}

@keyframes background-image-scroll {
    from {
        background-position: top;
    }

    to {
        background-position: bottom;
    }
}

.carousel__info-block-wrapper {
    width: 80%;
    height: 100%;

    display: flex;
    margin: 0 auto;
}

.fire {
    justify-content: flex-end;
}

.flood,
.outback {
    justify-content: flex-start;
}

.carousel__info-block {
    width: 30%;

    margin: auto 50px;
    padding: 10px;

    display: flex;
    flex-direction: column;

    border-radius: 3px;

    background-color: #fff;
}

.carousel__label {
    padding: 5px;
    font-weight: 800;

    color: #29325a;
}

.carousel__text {
    padding: 5px;
    margin: 10px 0;

    color: #3f587f;
}

.carousel__link {
    margin: 0 15px 0 auto;
    padding: 10px;

    color: #29325a;
    background-color: white;
    border: 1px solid #29325a;

    text-decoration: none;
    text-transform: uppercase;

    transition: all 0.5s ease;
}

.carousel__link:hover {
    color: #29325a;
    background-color: white;
}

/* carousel */

/* --------------------------------------------------- */

/* plates */

.plates {
    max-width: 1400px;
    width: 81%;

    margin: 20px auto 0 auto;
    padding-bottom: 30px;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.plates__services-evaluation {
    min-width: 330px;
    width: 30%;
    height: 150px;
    margin-bottom: 30px;

    display: flex;
    flex-direction: column;

    text-decoration: none;
    color: #3f587f;
    border-top: 2px solid #29325a;

    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
    transition: all ease .5s;
}

.plates__title {
    margin: 10px 0;
    padding: 6px 0;
    text-align: center;

    background-color: #29325a;
    color: white;

    font-size: 125%;
}

.plates__info {
    height: 100%;
    padding: 0 5px;

    display: flex;
    align-items: center;

    font-size: 16px;
    color: #3f587f;
}

.plates__services-evaluation:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25), 0 20px 20px rgba(0, 0, 0, 0.22);
}

/* plates */

/* --------------------------------------------- */

/* exp_plates */

.plates__services-expertise {
    width: 48%;
    height: 150px;
    margin: 10px 0;

    display: flex;
    align-items: flex-end;

    text-decoration: none;
    color: #3f587f;
    border-top: 2px solid #29325a;

    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);

    transition: all ease .5s;
    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.plates__expertise-title {
    width: 100%;
    padding: 10px 0;

    text-align: center;
    font-size: 125%;    

    background-color: #29325aa2;
    color: white;
}

.plates__services-expertise:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.plates__image-construction {
    background-image: url("/images/MainPageImages/Exp-Image_Construction.png");
}

.plates__image-commodity {
    background-image: url("/images/MainPageImages/Exp-Image_Commodity.png");
}

.plates__image-fire-technical {
    background-image: url("/images/MainPageImages/Exp-Image_fireTechnical.png");
}

.plates__image-land-management {
    background-image: url("/images/MainPageImages/Exp-Image_LandManagement.png");
}


/* exp_plates */

/* ------------------------------------------ */

/* Benefits */

.benefits {
    width: 100vw;

    padding: 20px 0 30px 0;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

    background-color: whitesmoke;
}

.benefits__wrapper {
    max-width: 1400px;
    width: 81%;
    padding-bottom: 10px;


    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.benefits__top-title {
    padding: 10px 0;

    text-align: center;

    color: #29325a;
}

.benefits__couple {
    width: 100%;

    padding-bottom: 10px;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    color: #3f587f;
}

.benefits__points {
    width: 45%;
    min-width: 400px;
    margin: 5px 0;

    display: flex;
    align-items: center;

    cursor: default;
}

.benefits__icon {
    width: 70px;
    height: 70px;

    margin-right: 15px;
}

.benefits__text {
    position: relative;

    width: 100%;
    height: 100%;

    overflow: hidden;
}

.benefits__inner-title {
    position: absolute;

    width: 100%;

    transform: translateY(90%);
    transition-property: all;
    transition: all ease .5s;

    font-size: calc(12px + (22 - 12) * ((100vw - 320px) / (1920 - 320)));
}

.benefits__info {
    position: absolute;
    transform: translateY(100px);
    transition-property: all;
    transition: all ease .5s;
}

.benefits__points:hover .benefits__inner-title {
    transform: translateY(0%);
}

.benefits__points:hover .benefits__info {
    transform: translateY(28px);
}

/* benefits */

/* *************************************** */

#ankhor_valuation-unmovable,
#ankhor_valuation-movable,
#ankhor_valuation-earth_place,
#ankhor_valuation-damage,
#ankhor_valuation-cadastral_value,
#ankhor_valuation-weapon_value,
#ankhor_valuation-notary_value,
#ankhor_valuation-value_for_bank,
#ankhor_valuation-construction_value {
    padding-top: 25vh;
    margin-top: -25vh;
}

/* ********main_info-about_company.html style******** */

/* ********online_valuation.html style******** */

.ov_top-previev-wrapper {
    margin-top: 20px;
    width: 100vw;
}

.ov_top-stretcher {
    max-width: 1400px;
    width: 81%;
    margin: 0 auto;
}

.ov_top-stretcher-img {
    width: 25%;
    opacity: 0;
}

.ov_top-previev {
    position: relative;

    max-width: 1400px;
    width: 81%;

    margin: 0 auto;
}

.ov_top-previev-photographer {
    position: absolute;
    bottom: 0;
    left: 0;

    width: 25%;

    animation: mover_photographer 1s;
}

.ov_top-previev-building {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25%;

    animation: mover_building 1s;
}

@keyframes mover_photographer {
    from {
        left: 25%;
        opacity: 0;
    }

    to {
        left: 0%;
        opacity: 1;
    }
}

@keyframes mover_building {
    from {
        right: 25%;
        opacity: 0;
    }

    to {
        right: 0%;
        opacity: 1;
    }
}

.ov_top-previev-info {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0);

    width: 40%;

}

.ov_top-previev-label {
    position: absolute;
    top: 0;

    width: 100%;

    font-size: 36px;
    text-align: center;

    color: #3f587f;
    opacity: 0;

    animation: mover_prev-label 1s .5s forwards;
}

.ov_top-previev-text {
    position: absolute;
    top: 50px;
    left: 0;

    font-size: 20px;
    text-align: center;

    color: #3f587f;
    opacity: 0;

    animation: mover_prev-text 1s .5s forwards;
}

@keyframes mover_prev-label {
    from {
        top: -50px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes mover_prev-text {
    from {
        top: 100px;
        opacity: 0;
    }

    to {
        top: 50px;
        opacity: 1;
    }
}






















