

/* Start:/bitrix/templates/new_style/components/bitrix/main.include/image-block/style.min.css?1763724601269*/
@media (min-width:1400px){.line-image-text .left-image-block{padding-right:35px}.line-image-text .right-image-block{padding-left:35px}}@media (max-width:768px){.line-image-text .left-image-block{padding-bottom:20px}.line-image-text .right-image-block{padding-top:20px}}
/* End */


/* Start:/bitrix/templates/new_style/components/bitrix/news.list/instrument-list/style.min.css?1763724601323*/
.instrument-list{margin-bottom:calc(var(--bs-gutter-x)*-1)}.instrument-list .panel{border:1px solid #c7c7c7;padding:20px;text-align:center}.instrument-list .item-instrument{margin-bottom:var(--bs-gutter-x)}@media (min-width:1790px){.instrument-list{margin-bottom:-50px}.instrument-list .item-instrument{margin-bottom:50px}}
/* End */


/* Start:/bitrix/templates/new_style/components/bitrix/main.include/image-arrow-block/style.min.css?1763724601672*/
@media (min-width:568px){.line-image-arrow.container{position:relative;background-image:url(/images/new/services/img-arrow-to-form.png);background-repeat:no-repeat;background-position:15px bottom}}@media (min-width:1400px){.line-image-arrow .right-image-block{padding-left:35px;padding-right:50px}.line-image-arrow .text-block{font-size:1.2em}}@media (min-width:1680px){.line-image-arrow .text-block{font-size:1.4em}}@media (min-width:1790px){.line-image-arrow .right-image-block{padding-left:65px;padding-right:80px}}@media (max-width:992px){.line-image-arrow .text-block{padding-bottom:60px}}@media (max-width:1579.98px){.line-image-arrow.container{background-size:24%}}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/main.include/form_horizont/style.css?17637246017839*/
.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/main.include/image-block/style.min.css?1763724601269 */
/* /bitrix/templates/new_style/components/bitrix/news.list/instrument-list/style.min.css?1763724601323 */
/* /bitrix/templates/new_style/components/bitrix/main.include/image-arrow-block/style.min.css?1763724601672 */
/* /bitrix/templates/.default/components/bitrix/main.include/form_horizont/style.css?17637246017839 */
