

/* Start:/bitrix/templates/new_style/components/bitrix/map.yandex.system/myMap/style.min.css?1757057531598*/
div.bx-yandex-map,div.bx-yandex-map div.YMaps-b-balloon-content{color:#000;font-size:11px}div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td{padding:0!important}div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{font-size:11px}div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b{background-image:none!important}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/main.include/form_horizont/style.css?17570575307839*/
.block-contacts-form{
    background: #fff;
    position: relative;
}
.block-contacts-form .container{
    position:relative;
    z-index: 5;
}
.block-contacts-form .column-form{
    padding-right: 10px;
}
.list-check .item-check{
    position:relative;
    padding-left: 54px;
}
.list-check .item-check:last-child{
    margin-bottom: 0;
}

/* Checkmark style starts */
@-moz-keyframes dothabottomcheck {
    0% {
        height: 0;
    }
    100% {
        height: 10px;
    }
}
@-webkit-keyframes dothabottomcheck {
    0% {
        height: 0;
    }
    100% {
        height: 10px;
    }
}
@keyframes dothabottomcheck {
    0% {
        height: 0;
    }
    100% {
        height: 10px;
    }
}
@keyframes dothatopcheck {
    0% {
        height: 0;
    }
    50% {
        height: 0;
    }
    100% {
        height: 25px;
    }
}
@-webkit-keyframes dothatopcheck {
    0% {
        height: 0;
    }
    50% {
        height: 0;
    }
    100% {
        height: 25px;
    }
}
@-moz-keyframes dothatopcheck {
    0% {
        height: 0;
    }
    50% {
        height: 0;
    }
    100% {
        height: 25px;
    }
}

.list-check .check-box{
    position: absolute;
    top:50%;
    margin-top: -13px;
    left: 0;
    height: 26px;
    width: 26px;
    background-color: transparent;
    border: 3px solid #333333;
    border-radius: 5px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    transition-delay: .5s;
}
.list-check .check-box::before, .check-box::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: 3px;
    background-color: #333333;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 2px;
    content: ' ';
    -webkit-transition: opacity ease .5;
    -moz-transition: opacity ease .5;
    transition: opacity ease .5;
    transition-delay: .5s;
}
.list-check .check-box::before {
    top: 16px;
    left: 10px;
    box-shadow: 0 0 0 4px #fff;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.list-check .check-box::after {
    top: 8px;
    left: 2px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.list-check .item-check.visited .check-box {
    border-color: #333333;
}
.list-check .item-check.visited:nth-child(1) .check-box::after
{
    height: 10px;
    -moz-animation: dothabottomcheck 0.2s ease .5s forwards;
    -o-animation: dothabottomcheck 0.2s ease .5s forwards;
    -webkit-animation: dothabottomcheck 0.2s ease .5s forwards;
    animation: dothabottomcheck 0.2s ease .5s forwards;
}
.list-check .item-check.visited:nth-child(1) .check-box::before
{
    height: 25px;
    -moz-animation: dothatopcheck 0.4s ease .5s forwards;
    -o-animation: dothatopcheck 0.4s ease .5s forwards;
    -webkit-animation: dothatopcheck 0.4s ease .5s forwards;
    animation: dothatopcheck 0.4s ease .5s forwards;
}
.list-check .item-check.visited:nth-child(2) .check-box::before{
    -moz-animation: dothatopcheck 0.4s ease 1s forwards;
    -o-animation: dothatopcheck 0.4s ease 1s forwards;
    -webkit-animation: dothatopcheck 0.4s ease 1s forwards;
    animation: dothatopcheck 0.4s ease 1s forwards;
}
.list-check .item-check.visited:nth-child(2) .check-box::after{
    -moz-animation: dothabottomcheck 0.2s ease 1s forwards;
    -o-animation: dothabottomcheck 0.2s ease 1s forwards;
    -webkit-animation: dothabottomcheck 0.2s ease 1s forwards;
    animation: dothabottomcheck 0.2s ease 1s forwards;
}
.list-check .item-check.visited:nth-child(3) .check-box::before{
    -moz-animation: dothatopcheck 0.4s ease 1.5s forwards;
    -o-animation: dothatopcheck 0.4s ease 1.5s forwards;
    -webkit-animation: dothatopcheck 0.4s ease 1.5s forwards;
    animation: dothatopcheck 0.4s ease 1.5s forwards;
}
.list-check .item-check.visited:nth-child(3) .check-box::after{
    -moz-animation: dothabottomcheck 0.2s ease 1.5s forwards;
    -o-animation: dothabottomcheck 0.2s ease 1.5s forwards;
    -webkit-animation: dothabottomcheck 0.2s ease 1.5s forwards;
    animation: dothabottomcheck 0.2s ease 1.5s forwards;
}
.list-check .item-check.visited:nth-child(4) .check-box::before{
    -moz-animation: dothatopcheck 0.4s ease 2s forwards;
    -o-animation: dothatopcheck 0.4s ease 2s forwards;
    -webkit-animation: dothatopcheck 0.4s ease 2s forwards;
    animation: dothatopcheck 0.4s ease 2s forwards;
}
.list-check .item-check.visited:nth-child(4) .check-box::after{
    -moz-animation: dothabottomcheck 0.2s ease 2s forwards;
    -o-animation: dothabottomcheck 0.2s ease 2s forwards;
    -webkit-animation: dothabottomcheck 0.2s ease 2s forwards;
    animation: dothabottomcheck 0.2s ease 2s forwards;
}
.list-check .item-check.visited:nth-child(5) .check-box::before{
    -moz-animation: dothatopcheck 0.4s ease 2.5s forwards;
    -o-animation: dothatopcheck 0.4s ease 2.5s forwards;
    -webkit-animation: dothatopcheck 0.4s ease 2.5s forwards;
    animation: dothatopcheck 0.4s ease 2.5s forwards;
}
.list-check .item-check.visited:nth-child(5) .check-box::after{
    -moz-animation: dothabottomcheck 0.2s ease 2.5s forwards;
    -o-animation: dothabottomcheck 0.2s ease 2.5s forwards;
    -webkit-animation: dothabottomcheck 0.2s ease 2.5s forwards;
    animation: dothabottomcheck 0.2s ease 2.5s forwards;
}
.list-check .item-check.visited:nth-child(2) .check-box{
    transition-delay: 1.5s;
}
.list-check .item-check.visited:nth-child(3) .check-box{
    transition-delay: 2s;
}
.list-check .item-check.visited:nth-child(4) .check-box{
    transition-delay: 2.5s;
}
.list-check .item-check.visited:nth-child(5) .check-box{
    transition-delay: 3s;
}
.contact-panels{
    margin-bottom: 3em;
    background: #FFFFFF;
    box-shadow: -5px 5px 10px rgba(51, 51, 51, 0.1);
    padding: 40px;
}
.contact-panels .panel-info .position,
.column-check .head-column,
.list-check .item-check{
    margin-bottom: 1em;
}
@media (min-width: 992px){
    .block-contacts-form .column-check{
        padding-left: 35px;
    }
}
@media (min-width: 1400px){
    .block-contacts-form .rostik-bg{
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
    }
}
@media (min-width: 1790px){
    .block-contacts-form .column-check{
        width: 55%;
    }
    .block-contacts-form .column-form{
        width: 43%
    }
    .contact-panels{
        min-width:5em;
    }
}
@media (max-width: 1790px){
    .block-contacts-form .rostik-bg{
        background-size: cover;
    }
}
@media (max-width: 767.98px){
    .block-contacts-form .column-form{
        margin-bottom: 30px;
    }
}
@media (max-width: 1399.98px){
    .block-contacts-form .red-line-left:before{
        display: none;
    }
    .block-contacts-form .padd-left-mod{
        padding-left:0;
    }
    .block-contacts-form{
        border-top: 2px solid #E31E24;
    }
}
/* End */
/* /bitrix/templates/new_style/components/bitrix/map.yandex.system/myMap/style.min.css?1757057531598 */
/* /bitrix/templates/.default/components/bitrix/main.include/form_horizont/style.css?17570575307839 */
