/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18.07.2017, 18:43:53
    Author     : Сергей
*/

.header__logo span {
    font-size: 11.4px;
    letter-spacing: 2.1px;
}

.row_bordered_bottom > div:first-of-type {
    background-size: calc(100% - 15px) 1px;
    background-position: right bottom;
}

.row_bordered_bottom > div:last-of-type {
    background-size: calc(100% - 15px) 1px;
    background-position: left bottom;
}

@media (max-width: 767px) {
    .reason__text {
        width: calc(100% - 110px);
    }
}

/*
@media (max-width: 767px) {
	form.webform-client-form .form-item input {
		width: calc(100% - 24px);
	}
} */

/*.snakesvg {*/
/*.shadow {*/
/*filter: url(#dropShadow);*/
/*}*/
/*}*/

@keyframes snake {
    from {
        stroke-dashoffset: 5300;
    }
    to {
        stroke-dashoffset: 0;
    }
}

/*.calc-slider__slider-cont {*/
/*width: calc(100% - 82px);*/
/*}*/

.item__grid {
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 1199px) {
    .item__grid {
        grid-template-columns: 1fr;
    }
}