.contacts
{
    padding: 29px 0 72px;
}
.contacts__caption
{
    font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 700; 

    display: block;

    padding-bottom: 37px;
}
.contacts__holder
{
    display: flex;
    font-size: 0;
    line-height: 0;
    /*margin: 24px -12px;*/
}
.contacts__inner
{
    font-size: 16px;
    line-height: 1.5;

    /*display: inline-block;*/

    flex: 1 1 0;
    width: 0;
    padding-right: 16px; 

    /*vertical-align: top;*/
}

.contacts__inner:last-of-type {
    padding-right: 0;
}

.upper-section .contacts__inner {
    width: 33%;
    flex: 0 1 auto;
}

.contacts__title
{
    font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
    font-size: 16px; 
    font-weight: 700;
    line-height: 1.5;

    display: block;

    padding-bottom: 16px;
}

.contacts__title_main {
    font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    display: block;
    margin-bottom: 30px;
}

.contacts__map, .contacts__video, .contacts__image {
    width: 100%;
    height: 350px;
}
.contacts__image {
    object-fit: cover;
    object-position: center;
}

.contacts__item
{
    font-size: 0;
    line-height: 0;

    padding-bottom: 24px;
}
.contacts__item-icon
{
    position: relative;
    font-size: 16px;
    line-height: 1.5;

    display: inline-block;

    width: 24px;
    height: 24px;
    margin-top: 2px; 

    text-align: center;
    vertical-align: top;

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

.contacts__item-icon svg
{
    display: inline-block;

    height: 100%; 

    fill: #fff;
}

.contacts__item-icon .icon-clock,
.contacts__item-icon .icon-phone,
.contacts__item-icon .icon-car
{
    width: 12px;
}

.contacts__item-icon .icon-location
{
    width: 8px;
}

.contacts .icon-wapp {margin-top: 5px;}
.contacts__item-content
{
    font-size: 16px;
    line-height: 1.5;

    display: inline-block;

    width: calc(100% - 24px);
    padding-left: 17px; 
    margin-bottom: 16px;

    vertical-align: top;
}
.contacts__item-txt
{
    display: block;
}
.contacts__item-phone
{
    color: #4c504a;
}
.contacts__item-phone:hover
{
    color: #599c28;
}
.contacts__item-mail
{
    color: #599c28;
    border-bottom: 1px solid #599c28;
}
.contacts__item-mail:hover
{
    border-bottom-color: transparent;
}
a.yanavigator  {
    display: inline-block;
    background-color: #ffd015;
    padding: 10px 24px;
    border-radius: 5px;
    margin-top: 10px;
    box-shadow: 0px 5px 0px #e7bd13;
}

.contacts__item-inner
{
    padding-bottom: 8px;
}
.contacts__item-title
{
    font-size: 16px;
    font-weight: 700; 
    line-height: 1.5;

    display: inline-block;

    width: 80px;

    vertical-align: top;
}
.contacts__item-info
{
    font-size: 16px;
    line-height: 1.5;

    display: inline-block;

    width: calc(100% - 80px); 
    padding-left: 24px;

    vertical-align: top;
}

.contacts-form
{
    padding: 30px 0 33px; 

    background-color: #f3f3f3;
}
.contacts-form__caption
{
    font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
    font-weight: 700;

    display: block;

    padding-bottom: 19px;
}
.contacts-form__row
{
    font-size: 0;
    line-height: 0;

    margin: 0 -12px;
}
.contacts-form__col
{
    font-size: 16px;
    line-height: 1.5;

    display: inline-block;

    padding: 0 12px; 

    vertical-align: top;
}
.contacts-form__col-sm
{
    width: 16.66%;
}
.contacts-form__col-md
{
    width: 33.33%;
}
.contacts-form__item
{
    padding-bottom: 24px;
}
.contacts-form__title
{
    font-weight: 700;
    line-height: 48px; 

    display: block;
}
.contacts-form__title--mob
{
    display: none;
}
.contacts-form__message
{
    height: 192px;

    border: none;
    background-color: #fff;
}
.contacts-form__bottom
{
    position: relative; 

    margin-top: -10px;
}
.contacts-form__txt
{
    font-size: 14px;
    line-height: 24px; 

    display: block;
}
.contacts-form__btn
{
    position: absolute;
    right: 0;
    bottom: 63px;

    max-width: 184px;
}

.office-block {
    background-color: #f3f3f3;
    padding: 32px 0;
    margin: 0 0 48px 0;
}

@media (max-width: 1255px) {

    .contacts
    {
        padding: 20px 0 47px;
    }
    .contacts-form
    {
        padding: 30px 0 11px;
    }
    .contacts-form__col-lg
    {
        width: 50%;
    }
    .contacts-form__bottom
    {
        font-size: 0;
        line-height: 0;
    }
    .contacts-form__descr
    {
        font-size: 16px;
        line-height: 1.5;

        display: inline-block;

        width: 70%;

        vertical-align: top;
    }
    .contacts-form__btn
    {
        top: 0;
        bottom: auto;

        max-width: 236px;
    }
}

@media (max-width: 1023px) {
    .contacts-form__title
    {
        letter-spacing: -.4px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    
    .upper-section .contacts__inner {
        width: 50%;
    }
    
    .office-block .contacts__holder {
        flex-wrap: wrap;
    }
    .office-block .contacts__inner:first-of-type {
        flex: 0 0 100%;
        padding-right: 0;
    }

    .contacts-form__col-md
    {
        width: 43.33%;
    }
    .contacts-form__col-lg
    {
        width: 40%;
    }

}

@media (max-width: 767px) {
    .contacts
    {
        padding: 20px 0 23px;
    }

    .contacts__holder {
        flex-direction: column;
    }
    .contacts__inner, .upper-section .contacts__inner
    {
        width: 100%;
        padding: 0;
        margin-bottom: 32px;
    }
    
	.contacts a.yanavigator {
		text-align: center;
	}

    .contacts__title
    {
        padding-bottom: 8px;
    }
    .contacts__title--mod
    {
        padding-bottom: 16px;
    }

    .contacts__item
    {
        padding-bottom: 8px;
    }
    .contacts__item--mod
    {
        padding-top: 8px;
    }
    .contacts__item-icon .icon-location
    {
        width: 8px;
    }
    .contacts__item-title
    {
        display: block;

        padding-bottom: 8px;
    }
    .contacts__item-info
    {
        display: block;

        width: 100%;
        padding-left: 0;
    }
    .contacts-form
    {
        padding: 14px 0 24px;
    }
    .contacts-form__caption
    {
        padding-bottom: 8px;
    }
    .contacts-form__col
    {
        display: block;
    }
    .contacts-form__col-sm
    {
        display: none;
    }
    .contacts-form__col-md
    {
        width: 100%;
    }
    .contacts-form__col-lg
    {
        width: 100%;
        padding: 11px 12px 16px;
    }
    .contacts-form__item
    {
        padding-bottom: 5px;
    }
    .contacts-form__title--mob
    {
        line-height: 24px; 

        display: block;

        padding-bottom: 3px;
    }
    .contacts-form__descr
    {
        width: 100%;
        padding-bottom: 9px;
    }
    .contacts-form__btn
    {
        position: static;

        max-width: 100%;
    }
}

    




.contacts__item-icon.svg-icon-contact::before {
    content: "";
    position: absolute;
    top: 22%;
    left: 22%;
    width: 18px;
    height: 30px;
    background-repeat: no-repeat;
}


.contacts__item-icon.svg-icon-contact.phone::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.5 13.64'%3e%3cpath class='bmcls-1' d='M8.64 6.83a2 2 0 0 1-.06.43 2.46 2.46 0 0 1-.13.42 1.64 1.64 0 0 1-.75.65 2.38 2.38 0 0 1-1.14.31h-.32l-.35-.08-.29-.09-.34-.13L5 8.22a5.54 5.54 0 0 1-1.07-.51 9 9 0 0 1-1.67-1.32A9.13 9.13 0 0 1 .93 4.76a5.6 5.6 0 0 1-.51-1.07l-.11-.3L.19 3 .1 2.76A3 3 0 0 1 0 2.4a2.43 2.43 0 0 1 0-.32A2.38 2.38 0 0 1 .31.94 1.64 1.64 0 0 1 1 .19a2.43 2.43 0 0 1 .38-.13A2 2 0 0 1 1.82 0h.13c.05 0 .18.2.32.48l.18.33.21.39.19.33.15.16a1.83 1.83 0 0 1 .13.22.41.41 0 0 1 0 .18.52.52 0 0 1-.13.3 3 3 0 0 1-.38.34 3.35 3.35 0 0 0-.38.32.47.47 0 0 0-.24.28.4.4 0 0 0 0 .14l.05.13.09.15.07.12A6.42 6.42 0 0 0 3.34 5.3a6.45 6.45 0 0 0 1.44 1.07l.12.07.1.09.13.05h.14a.47.47 0 0 0 .28-.18 3.66 3.66 0 0 0 .32-.38 2.86 2.86 0 0 1 .34-.38.51.51 0 0 1 .31-.17.4.4 0 0 1 .18 0l.3.21.15.11.29.21.39.22.33.18c.29.14.44.25.47.32a.38.38 0 0 1 .01.11z' style='&%2310; fill: %23fff;&%2310;'/%3e%3c/svg%3e");    
}

.contacts__item-icon.svg-icon-contact.clock::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 12.5 13.64'%3e%3cpath d='M8.8 2.35a4.62 4.62 0 0 1 .63 2.37 4.62 4.62 0 0 1-.63 2.36A4.68 4.68 0 0 1 7.08 8.8a4.61 4.61 0 0 1-2.37.63 4.61 4.61 0 0 1-2.36-.63A4.68 4.68 0 0 1 .63 7.08 4.62 4.62 0 0 1 0 4.71a4.62 4.62 0 0 1 .63-2.36A4.69 4.69 0 0 1 2.35.63 4.62 4.62 0 0 1 4.71 0a4.61 4.61 0 0 1 2.37.63A4.69 4.69 0 0 1 8.8 2.35zm-1.19 4a3.25 3.25 0 0 0 .45-1.68A3.25 3.25 0 0 0 7.61 3a3.33 3.33 0 0 0-1.22-1.18 3.26 3.26 0 0 0-1.68-.45A3.26 3.26 0 0 0 3 1.82 3.33 3.33 0 0 0 1.82 3a3.26 3.26 0 0 0-.45 1.68 3.26 3.26 0 0 0 .45 1.68A3.33 3.33 0 0 0 3 7.61a3.26 3.26 0 0 0 1.68.45 3.27 3.27 0 0 0 1.68-.45 3.33 3.33 0 0 0 1.25-1.22zM5.5 2.55V5.3a.19.19 0 0 1-.05.14.19.19 0 0 1-.14.06h-2a.19.19 0 0 1-.2-.2v-.39a.19.19 0 0 1 .2-.2h1.4V2.55a.2.2 0 0 1 .05-.14.19.19 0 0 1 .14-.06h.4a.19.19 0 0 1 .14.06.2.2 0 0 1 .06.14z' style='&%2310; fill: %23fff;&%2310;'/%3e%3c/svg%3e");
}


.contacts__item-icon.svg-icon-contact.location::before {
    left: 31%;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 12.5 13.64'%3e%3cpath class='aycls-1' d='M6.28 3.14a2.57 2.57 0 0 1-.2 1.1L3.85 9a.73.73 0 0 1-.29.32.79.79 0 0 1-.83 0A.71.71 0 0 1 2.44 9L.2 4.24a2.59 2.59 0 0 1-.2-1.1A3 3 0 0 1 .92.92 3 3 0 0 1 3.14 0a3 3 0 0 1 2.22.92 3 3 0 0 1 .92 2.22zm-2 1.11a1.52 1.52 0 0 0 .46-1.11A1.51 1.51 0 0 0 4.25 2a1.52 1.52 0 0 0-1.11-.46A1.51 1.51 0 0 0 2 2a1.52 1.52 0 0 0-.46 1.11A1.52 1.52 0 0 0 2 4.25a1.51 1.51 0 0 0 1.11.46 1.52 1.52 0 0 0 1.14-.46z' style='&%2310; fill: %23fff;&%2310;'/%3e%3c/svg%3e");
}

.contacts__item-icon.svg-icon-contact.car::before {
    top: 15%;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 12.5 13.64'%3e%3cpath d='M9.43 5.73v3.7h-.79v.79a.79.79 0 0 1-1.57 0v-.79H2.36v.79a.79.79 0 0 1-.79.78.75.75 0 0 1-.57-.23.75.75 0 0 1-.23-.56v-.78H0v-3.7a6.23 6.23 0 0 1 .15-1.37l.64-2.79a1.19 1.19 0 0 1 .6-.84A4.07 4.07 0 0 1 2.8.18 9.25 9.25 0 0 1 4.71 0a9.32 9.32 0 0 1 1.92.18A4.07 4.07 0 0 1 8 .73a1.2 1.2 0 0 1 .6.84l.65 2.79a6.3 6.3 0 0 1 .18 1.37zM2.13 8a.79.79 0 0 0 0-1.11.76.76 0 0 0-.56-.23.76.76 0 0 0-.57.25A.79.79 0 0 0 1 8a.75.75 0 0 0 .56.23.75.75 0 0 0 .57-.23zm6.23-3l-.44-2.32a.4.4 0 0 0-.14-.23.37.37 0 0 0-.25-.09H1.9a.38.38 0 0 0-.25.09.4.4 0 0 0-.14.23L1.07 5a.39.39 0 0 0 .09.33.37.37 0 0 0 .3.14H8a.37.37 0 0 0 .3-.14.39.39 0 0 0 .06-.33zM6.89 1.49A.28.28 0 0 0 7 1.28.3.3 0 0 0 6.68 1H2.75a.29.29 0 0 0-.29.3.29.29 0 0 0 .29.29h3.93a.28.28 0 0 0 .21-.1zM8.41 8a.79.79 0 1 0-.56.23.76.76 0 0 0 .56-.23z' style='&%2310; fill: %23fff;&%2310;'/%3e%3c/svg%3e");
}

