.contacts {
    padding-top: 130px;
}

.contacts_breadcrumbs {
    margin-bottom: 60px;
}

.contacts_breadcrumbs a {
    margin-right: 24px;
    position: relative;
    color: #A7ABBE;
    font-size: 12px;
    font-weight: 400;
}

.contacts_breadcrumbs a:last-child {
    color: #006738;
}

.contacts_breadcrumbs a:not(:last-child)::before {
    content: '';
    position: absolute;
    top: 7px;
    right: -16px;
    background-color: #A7ABBE;
    width: 3px;
    height: 3px;
    border-radius: 50%;
}

.contacts_title{
    margin-bottom: 16px;
    font-size: 48px;
    font-weight: 400;
}

.contacts_wrap{
    padding-bottom: 64px;

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

.contacts_subtitle{
    max-width: 50%;
    text-wrap: balance;

    color: #000;
    font-size: 24px;
    font-weight: 700;
}

.contacts_flex{
    padding: 8px 20px;

    display: flex;
    justify-content: center;
    align-items: center;

    height: 58px;
    border-radius: 10px;
    border: 1px solid #EFF0F5;
}

.contacts_weather{
    padding-right: 20px;
    margin-right: 20px;

    display: flex;
    justify-content: center;
    align-items: center;

    border-right: 1px solid #EFF0F5;
}

.contacts_weather img{
    height: 45px;
}

.contacts_map{
    display: flex;
    justify-content: center;
    align-items: center;

    color: #000;
    cursor: pointer;
    transition: 0.3s ease-in-out all;
}

.contacts_btn_anchor{
    display: none;
}

.contacts_map svg{
    padding-right: 5px;
}

.contacts_map:hover{
    color: #006738;
}

.contacts_map_svg{
    transition: 0.3s ease-in-out all;
}

.contacts_map:hover .contacts_map_svg{
    stroke: #006738;
}

.contacts_list{
    margin-bottom: 100px;

    display: flex;
    flex-direction: column;
}

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

    padding-bottom: 45px;
    margin-bottom: 45px;
    border-bottom: 1px solid #EFF0F5;
}

.contacts_list_row:last-child{
    padding-bottom: unset;
    margin-bottom: unset;
    border-bottom: unset;
}

.contacts_list_element{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    width: 305px;
}

.contacts_list_element_caption{
    margin-bottom: 5px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
}

.contacts_element_timetable{
    margin-bottom: 20px;
}

.contacts_element_timetable p{
    color: #8A8EA1;
    font-size: 14px;
    font-weight: 400;
}

.contacts_element_phone{
    margin-bottom: 8px;

    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.contacts_element_phone_circle{
    margin-right: 8px;

    position: relative;
    width: 24px;
    height: 24px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;

    background-color: #EFF0F5;
    border-radius: 50%;
}

.contacts_element_phone_whatsapp{
    margin-right: 8px;
}

.contacts_element_email{
    color: #006738;
    font-size: 18px;
    font-weight: 400;
    text-decoration-line: underline;
}

.contacts_ya_map{
    height: 700px;

    border-radius: 20px;
    overflow: hidden;
}

.contacts_ya_map_wrap{
    height: 100%;
    position: relative;
}

.contacts_ya_map_frame{
    height: 100%;
    width: 100%;
    display: block;
}

.contacts_road_content{
    margin-top: 75px;
}

.contacts_road{
    margin: 0 40px 80px 40px;
    position: relative;

    border-radius: 20px;
    background-color: #EFF0F5;
}

.contacts_road_content_top{
    margin-bottom: 50px;

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

.contacts_road_title{
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 400;
}

.contacts_road_subtitle{
    color: #000;
    font-size: 24px;
    font-weight: 400;
}

.contacts_road_link{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;

    width: 320px;
    height: 60px;

    cursor: pointer;
    border-radius: 30px;
    background-color: #FFF;
}

.contacts_road_link_txt{
    margin-left: 7px;

    color: #000;
    width: 200px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.56px;
    text-transform: uppercase;
}

.contacts_accordion{
    padding-bottom: 120px;
}

.contacts_accordion_element{
    margin-bottom: 15px;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #ffffff;
    cursor: pointer;
    transition: all 0.05s ease-in-out;
}

.contacts_top{
    padding: 20px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contacts_element_caption {
    padding-right: 50px;

    display: flex;
    align-items: center;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.contacts_element_close{
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    transition: all 0.3s ease-in-out;
}

.contacts_element_caption_svg{
    margin-right: 15px;

    display: flex;
    justify-content: center;
    align-items: center;

    width: 40px;
    height: 40px;
    flex-shrink: 1;
    border-radius: 10px;
    background: rgba(107, 111, 130, 0.13);
}

.contacts_bottom_content{
    padding: 0 60px 65px 80px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.contacts_bottom_element{
    padding-bottom: 25px;
    padding-top: 25px;

    border-bottom: 1px solid #EFF0F5;
    color: #000;
    font-size: 16px;
    line-height: 140%;
}

.contacts_bottom_element:first-child{
    padding-top: 0;
}

.contacts_bottom_element_weight{
    font-weight: 700;
}

.contacts_bottom_element_flex{
    margin-top: 5px;

    display: flex;
    align-items: center;
}

.contacts_bottom_element_flex svg{
    margin-right: 5px;
}

.accordion_bottom_link{
    padding-top: 50px;

    display: flex;
    align-items: center;

    color: #006738;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.56px;
    text-transform: uppercase;
}

.accordion_bottom_link svg{
    margin-right: 5px;
}

.contacts_bottom_element_mt{
    margin-top: 10px;
}

.contacts_bottom_element_green{
    padding: 5px;
    margin-right: 3px;

    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;

    border-radius: 8px;
    background: #87D454;
}

.accordion_bottom{
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}

.contacts_bottom_element_group{
    margin-top: 33px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.contacts_bottom_element_images:not(:last-child) {
    margin-right: 20px;
}

.contacts_bottom_element_images img{
    border-radius: 10px;
    height: 250px;
}

@media(max-width: 1200px){

    .contacts_breadcrumbs {
        margin-bottom: 30px;
    }

    .contacts_title {
        font-size: 38px;
    }

    .contacts_subtitle {
        font-size: 18px;
        font-weight: 600;
    }

    .contacts_road_content {
        margin-top: 40px;
    }

    .contacts_road_content_top{
        align-items: flex-start;
        flex-direction: column-reverse;
    }

    .contacts_road_link{
        margin-bottom: 30px;
    }

    .contacts_road_title{
        margin-bottom: 15px;
        font-size: 32px;
    }

    .contacts_road_subtitle{
        font-size: 20px;
    }

    .accordion_bottom_link {
        padding-top: 40px;
    }

    .contacts_bottom_content{
        padding-bottom: 50px;
    }

    .contacts_list_row{
        margin-bottom: 0;
        flex-wrap: wrap;
    }

    .contacts_list_element{
        margin-top: 40px;
    }

}

@media(max-width: 768px){

    .contacts_title{
        text-align: center;
        font-size: 30px;
    }

    .contacts_subtitle{
        margin-bottom: 30px;
        max-width: 90%;
        text-align: center;
    }
    
    .contacts_breadcrumbs{
        display: none;
    }

    .contacts_wrap{
        flex-direction: column;
    }

    .contacts_list_element_caption{
        font-weight: 700;
    }

    .contacts_list_row{
        flex-direction: column;
    }

    .contacts_list_element:last-child{
        margin-top: unset;
    }

    .contacts_btn_anchor{
        margin-top: 15px;

        display: flex;
        justify-content: center;
        align-items: center;

        width: 350px;
        height: 60px;
        border-radius: 10px;
        background: #006738;

        color: #FFF;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.64px;
        text-transform: uppercase;
    }

    .contacts_list_row{
        padding-bottom: 0;
        margin-bottom: 0;
        border: unset;
    }

    .contacts_list{
        margin-bottom: 40px;
        align-items: center;
    }

    .contacts_list_row{
        width: 60%;
    }

    .contacts_list_element{
        margin-top: unset;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #EFF0F5;
    }

    .contacts_road_content{
        position: relative;
    }

    .contacts_road_link{
        position: absolute;
        top: -70px;
        left: 50%;
        transform: translateX(-50%);
    }

	.contacts_bottom_element_images:not(:last-child) {
		margin-right: 0;
		margin-bottom: 20px;
	}


    .contacts_bottom_element_group{
        flex-direction: column;
		align-items: flex-start;
    }

    .contacts_bottom_element_images{
        width: 100%;
    }

    .contacts_bottom_element_images img{
        width: 100%;
    }
}

@media(max-width: 600px){

    .contacts_list{
        padding-top: 26px;
        border-radius: 20px;
        border: 1px solid #EFF0F5;
    }

    .contacts_list_element:last-child{
        border: unset;
    }

    .contacts_road {
        margin: 80px 0;
    }

    .contacts_road_link{
        top: -72px;
    }

    .contacts_road_content {
        margin-top: 60px;
    }

    .contacts_bottom_content{
        padding-left: 25px;
    }

}

@media(max-width: 415px){

    .contacts {
        padding-top: 100px;
    }

    .contacts_btn_anchor{
        width: 95%;
        max-width: unset;
    }

    .contacts_list{
        padding-left: 20px;
        padding-right: 20px;
        align-items: flex-start;
    }

    .contacts_list_row{
        width: 100%;
    }

    .accordion_bottom_link{
        padding-top: 35px;
    }

    .contacts_bottom_content{
        padding-right: 20px;
        padding-bottom: 40px;
    }

    .contacts_ya_map{
        height: 485px;
    }

    .contacts_accordion{
        padding-bottom: 55px;
    }

    .contacts_element_caption_svg{
        display: none;
    }

    .contacts_bottom_element{
        font-size: 14px;
    }

    .contacts_bottom_element_green{
        line-height: 200%;
    }

    .contacts_road_link{
        display: none;
    }

    .contacts_road_content {
        margin-top: 30px;
    }

}