

/* Start:/bitrix/components/itlite/site.menu/templates/.header/style.css?175995144819847*/

/* 0й - уровень*/
.header-menu .main-menu-ul-0{
    width:100%;

    list-style-type: none;
}
.header-menu .main-menu-li-0{
    padding: 0;
    list-style: none;
}
/* 1ый - уровень*/
.header-menu .main-menu-ul-1{
    width:100%;
    list-style-type: none;
}
.header-menu .main-menu-li-1{
    display: inline-block;top:0px;border-bottom:none;
    color: #555;
}
.opensubmenulist{
    display: none;
}
.header-menu .main-menu-li-1>span.a,
.header-menu .main-menu-li-1>a{
    padding-left: 10px;
    display: block;
    /*padding: 21px 10px;*/
    padding: 30px 10px 16px 10px;
    font-size: 14px;
    color: inherit!important;


        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 15px!important;

        /* #4B4B4B */

        color: #4B4B4B;
}
/* 2ой - уровень*/
.header-menu .main-menu-div-2{
    display: none;position: absolute;
    left: 0px;top: 67px;z-index: 999999!important;
    margin-top: 0px;width: 100%;
    /*min-height: 100px;*/
    /*border: #999 1px solid;border-top: none;*/
    box-shadow: 2px 4px 11px #bbbbbb;
    border-radius: 0px 0px 8px 8px;
    background-color: #F2F2F2;
    /*padding: 3px 7px 7px 20px; перенесено в низ по устройствам 800*/
}
.header-menu .main-menu-div-2 > span{
    margin: 20px 5px 10px 5px;
    display: block;
    opacity: 0.3;
}
.header-menu .main-menu-div-2 span > span,
.header-menu .main-menu-div-2 span > a{
    font-weight: bold;
    color:#000000;
}
.header-menu .main-menu-ul-2{
    font-size: 15px;
    list-style-type: none;
    list-style: none;
    display: block;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-left: 4%;
}
.header-menu .main-menu-li-2{
    page-break-inside: avoid;break-inside: avoid;
    max-width: 300px;
    min-width: 168px;
}
/* 3ий - уровень*/
.header-menu .main-menu-ul-3{
    list-style-type: none;
}
.header-menu .main-menu-li-3{
    list-style: none outside;margin-left:20px;
}
/* 4ый - уровень*/
.header-menu .main-menu-ul-4{
    list-style-type: none;
}
.header-menu .main-menu-li-4
{}
/* 5ый - уровень*/
.header-menu .main-menu-ul-5{
    list-style-type: none;
}
.header-menu .main-menu-li-5
{}
/* если пункт меню имеет подпункты*/
.header-menu .menu-grupp
{}
/* Нумерация id-пунктов*/
/* .link-id-1, .link-id-2, ....*/

html header#header{
    z-index: 999;
}
/* Структура и положение полного меню */
html header .container-segment.container-segment-center.ww960{
    position: relative;
}
html header .menu{
    width: 82%;
    overflow-y: hidden;
    overflow-x: visible;
}
html header .header-menu{
    padding: 0;
    /*border: #999 1px solid;*/
    box-shadow: 3px 3px 18px 0 rgba(0,0,0,0.25);
    border-radius: 12px;
    background: #FFF;
}
html header .header-menu .logo,
html header .header-menu .menu,
html header .header-menu .stack-menu,
html header .header-menu .search{
    min-height: 55px;
    display: block;
    float: left;
}

html header .header-menu .logo a.logo-link{
            min-height: 35px;
            width: 73px;
            background-image: url(/bitrix/components/itlite/site.menu/images/logo-3.0.svg);
            background-position-x: left;
            background-position-y: center;
            background-repeat: no-repeat;
            display: inline-block;
            cursor: pointer;
            float:left;
            margin-top: 9px;
        }
html header .header-menu .stack-menu{
            display: inline-block;
            cursor: pointer;
            /*float:right;*/
            margin: 0;
        }
html header .header-menu .stack-menu .stack-btm{
            min-height: 30px;
            width: 40px;
            background: #e6e6e6 url(/bitrix/components/itlite/site.menu/images/stack-ico.png);
            background-position-x: center;
            background-position-y: center;
            background-repeat: no-repeat;
            display: block;
            margin: 22px 3px;
            border-radius: 10px;
            height: 34px;
        }
html header .header-menu .search{
            min-height: 55px;
            width: 43px;
            background-image: url(/bitrix/components/itlite/site.menu/images/search.svg);
            background-position-x: 6px;
            background-position-y: center;
            background-repeat: no-repeat;
            display: inline-block;
            cursor: pointer;
            float:right;
            margin-top: 3px;
        }
html header .header-menu .search.active{

            background-image: url(/bitrix/components/itlite/site.menu/images/Cross.svg);
        }
html header .header-menu .search .searchblock{
    display:none;
    position: absolute; background: #BBB;
    right: 0px;
    
width: 290px;
height: 50px;
top: 70px;

background: #FFFFFF;
    box-shadow: -1px -1px 20px rgb(0 0 0 / 40%);
border-radius: 6px;
        }
html header .header-menu .search.active .searchblock{
    display:block;
        }

html header .header-menu .search.active .searchblock:after {
  content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #FFF;
    top: -20px;
    left: calc(90% - 5px);
    z-index: 2;
}
html header .header-menu .search.active .searchblock:before {
    
    content: "";
    position: absolute;
    width: calc(100% - 43px);
    height: 36px;
    /* border: 10px solid transparent; */
    border-bottom-color: #999;
    top: -30px;
    /* left: calc(90% - 5px); */
    z-index: 1;
}
html header .header-menu .search.active .searchblock .searchgoto{
    
            min-height: 43px;
            width: 43px;
            background-color: #FFF;
            background-image: url(/bitrix/components/itlite/site.menu/images/search.svg);
            background-position-x: 6px;
            background-position-y: center;
            background-repeat: no-repeat;
            display: inline-block;
            cursor: pointer;
            float:right;
            margin-top: 3px;
            border:none;
        }
    
html header .header-menu .search.active #searchtext {
    margin: 15px 10px 10px 15px;
    border: none!important;
    outline: none!important;
    background: #FFF!important;
    background-color: #FFF!important;
}html header .header-menu .search.active input:-internal-autofill-selected{
    background: #FFF!important;
    background-color: #FFF!important;
}
input#searchtext::placeholder{ color:#CCCCCC!important;}
input#searchtext::-webkit-input-placeholder{ color:#CCCCCC!important;}
input#searchtext::-moz-placeholder{ color:#CCCCCC!important;}
input#searchtext:-moz-placeholder{ color:#CCCCCC!important;}
input#searchtext:-ms-input-placeholder{ color:#CCCCCC!important;}
/*  Высота полного меню */
.header-menu,
.header-menu .logo,
.header-menu .stack-menu,
.header-menu .search,
.header-menu .menu,
.header-menu .menu .main-menu-div,
.header-menu .menu .main-menu-div .main-menu-ul-0,
.header-menu .menu .main-menu-div .main-menu-ul-0 .main-menu-li-0,
.header-menu .menu .main-menu-div .main-menu-ul-0 .main-menu-li-0>a,
.header-menu .menu .main-menu-div .main-menu-ul-0 .main-menu-li-0 .main-menu-ul-1,
.header-menu .menu .main-menu-div .main-menu-ul-0 .main-menu-li-0 .main-menu-ul-1 .main-menu-li-1/*,
.header-menu .menu .main-menu-div .main-menu-ul-0 .main-menu-li-0 .main-menu-ul-1 .main-menu-li-1>a,
.header-menu .menu .main-menu-div .main-menu-ul-0 .main-menu-li-0 .main-menu-ul-1 .main-menu-li-1>span.a*/
{margin-top:0px;margin-bottom:0px;height: 75px}

.header-menu .logo{    margin-left: 17px;}
.header-menu .logo .logo-link{margin-top:0px;margin-bottom:0px;height: 50px}



/* background-color: */
/*
.header-menu .menu .link-id-898.menu-grupp:hover{border-bottom: 13px solid #fdf55b;color: #fdf55b;}
.header-menu .menu .link-id-892.menu-grupp:hover{border-bottom: 13px solid #a3de83;color: #a3de83;}
.header-menu .menu .link-id-928.menu-grupp:hover{border-bottom: 13px solid #64c4d0;color: #64c4d0;}
.header-menu .menu .link-id-938.menu-grupp:hover{border-bottom: 13px solid #fd9334;color: #fd9334;}
.header-menu .menu .link-id-948.menu-grupp:hover{border-bottom: 13px solid #ff6334;color: #ff6334;}
.header-menu .menu .link-id-958.menu-grupp:hover{border-bottom: 13px solid #f9c37a;color: #f9c37a;}
.header-menu .menu .link-id-970.menu-grupp:hover{border-bottom: 13px solid #f8b595;color: #f8b595;}
.header-menu .menu .link-id-884.menu-grupp:hover{border-bottom: 13px solid #c7f5fe;color: #c7f5fe;}
.header-menu .menu .link-id-954.menu-grupp:hover{border-bottom: 13px solid #306665;color: #306665;}
.header-menu .menu .link-id-last.menu-grupp:hover{border-bottom: 13px solid #c1c1c1;color: #c1c1c1;}

.header-menu .menu .link-id-898.menu-grupp .main-menu-div-2{background-color: #fdf55b;}
.header-menu .menu .link-id-892.menu-grupp .main-menu-div-2{background-color: #a3de83;}
.header-menu .menu .link-id-928.menu-grupp .main-menu-div-2{background-color: #64c4d0;}
.header-menu .menu .link-id-938.menu-grupp .main-menu-div-2{background-color: #fd9334;}
.header-menu .menu .link-id-948.menu-grupp .main-menu-div-2{background-color: #ff6334;}
.header-menu .menu .link-id-958.menu-grupp .main-menu-div-2{background-color: #f9c37a;}
.header-menu .menu .link-id-970.menu-grupp .main-menu-div-2{background-color: #f8b595;}
.header-menu .menu .link-id-884.menu-grupp .main-menu-div-2{background-color: #c7f5fe;}
.header-menu .menu .link-id-954.menu-grupp .main-menu-div-2{background-color: #306665;}
.header-menu .menu .link-id-last.menu-grupp .main-menu-div-2{background-color:#c1c1c1;}
*/

.header-menu .menu .link-id-last.menu-grupp:hover{border-bottom: 13px solid #F2F2F2;color: #F2F2F2;}

.header-menu .menu .link-id-last.menu-grupp .main-menu-div-2{background-color:#F2F2F2;}

/* manual fix:
.link-id-892.menu-grupp .main-menu-ul-2{max-height: 105px !important;}
.link-id-898.menu-grupp .main-menu-ul-2{max-height: 313px !important;}
.link-id-928.menu-grupp .main-menu-ul-2{max-height: 117px !important;}
.link-id-938.menu-grupp .main-menu-ul-2{max-height: 117px !important;}
.link-id-948.menu-grupp .main-menu-ul-2{max-height: 117px !important;}
.link-id-954.menu-grupp .main-menu-ul-2{max-height: 77px !important;}
.link-id-958.menu-grupp .main-menu-ul-2{max-height: 220px !important;}
.link-id-970.menu-grupp .main-menu-ul-2{max-height: 400px !important;}
.link-id-884.menu-grupp .main-menu-ul-2{max-height: 400px !important;}
.link-id-last.menu-grupp .main-menu-ul-2{max-height:400px !important;}
*/
@media (max-width: 800px){
    .header-menu .main-menu-ul-2{
        max-height:155px !important;
    }
    .header-menu .link-id-last.menu-grupp .main-menu-ul-2{
        max-height:437px !important;
    }
    .header-menu .main-menu-li-2 {
    max-width: 290px;
    }
}
@media (max-width: 1200px){
  html header .menu{
    width: 80%;
  }
}
@media (max-width: 1024px){
  html header .menu{
    width: 77%;
  }
}
@media (max-width: 940px){
  html header .menu{
    width: 75%;
  }
}
@media (max-width: 799px){
  html header .menu{
    width: 73%;
  }
  html header .header-menu .stack-menu{    margin: 13px 0px;
  }

}
@media (max-width: 700px){

  html header .menu{
    width: 70%;
  }
  html header .header-menu .stack-menu{    margin: 13px 0px;
  }
}




.header-menu .link-id-958.menu-grupp .main-menu-ul-2>li{
    max-width: 300px;
    min-width: 290px;
}

.header-menu ul.main-menu-ul-2>li{
    float: left;
    /* display: block; */
    width: 50%;
}
.header-menu ul.main-menu-ul-2 li{
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: 22px;
    margin-left: 27px;
}


.header-menu ul.main-menu-ul-2 li span,
.header-menu ul.main-menu-ul-2 li a{
    padding-left: 10px;
    display: block;
    line-height: 20px;
    padding: 5px 5px;
    color:#000000;
}

.header-menu ul.main-menu-ul-2 li a:hover{
    text-decoration:none!important;
    color:#0050E0;
}

.header-menu ul.main-menu-ul-3 li a{
    padding-left: 10px;
    display: block;
    line-height: 16px;
    padding: 3px 5px;
    color:#555555;
}

.header-menu .main-menu-title-2,
.header-menu .main-menu-ul-2{
    float: none;
    clear: both;
}


/*darkness*/
header#header{
    z-index: 1;
}
#container-segment-menu,.header-menu{
    z-index: 0;
    padding-left: 0px;
    padding-right: 0px;
}
#menudarkness {
    position: fixed;
    display: none;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 9999;
}

html header .header-menu .open-menu,
html header .header-menu #open-menu,
html header .header-menu .open-menu#open-menu{

            display: none;
    }










@media (min-width: 801px){
    .header-menu .main-menu-li-1:hover > span.a,
    .header-menu .main-menu-li-1:hover > a{
        color: inherit !important;
        border-bottom: 6px solid #f7f7f7;
    }


    .header-menu .stack:hover,.header-menu .stack-menu .main-menu-div-2,
    .header-menu .main-menu-div-2,.header-menu .main-menu-li-1 .main-menu-div-2{
        display:block;
        overflow: hidden;
        padding: 3px 7px 30px 20px;
        padding: 0px 7px 0px 20px;
        opacity: 0;
        max-height: 0px;
        transition: max-height ease-out 0.2s;
    }

    .header-menu .stack:hover,.header-menu .stack-menu:hover .main-menu-div-2,
    .header-menu .main-menu-div-2:hover,.header-menu .main-menu-li-1:hover .main-menu-div-2{
        display: block;
        padding-bottom: 17px;
        padding: 3px 7px 30px 20px;
        opacity: 1;
        max-height: 800px;
        transition: max-height ease-in 0.4s;
    }
}

/* Всё ниже - для мобильнойверсии */
@media (max-width: 800px){
    html header .header-menu {
        width: 95%;
        margin: 0 2%;
    }
    html header .header-menu .menu .menu-grupp,
    html header .header-menu .menu .menu-grupp:hover{border-bottom: none !important;}

    html header .header-menu .open-menu,
    html header .header-menu #open-menu,
    html header .header-menu .open-menu#open-menu{

            min-height: 30px;
            width: 40px;
            background: url(/bitrix/components/itlite/site.menu/images/menu-ico.png);
            background-position-x: center;
            background-position-y: center;
            background-repeat: no-repeat;
            display: block;
            margin: 13px 3px;
            border-radius: 10px;
            height: 40px;float:left;
    }

    html header .header-menu .logo,
    html header .header-menu .menu {

    }

    .header-menu .main-menu-li-1.menu-grupp .main-menu-div-2,
    .header-menu .main-menu-div-2{
        padding: 3px 7px 7px 20px;
        display: none;position: relative;
        left: auto;top: auto;
        z-index: 999999!important;
        margin-top: 0px;width: 100%;
        min-height: 0px;
        padding: 7px;
        padding-left: 20px;
        /*border: #999 1px solid;border-top: none;*/
        box-shadow: none;
        border-radius: unset;
        float: left;
                height: 0px;
                /*overflow-y: hidden;
     -webkit-transition: opacity 2s ease-out 1.5s, height 2s ease-out 1.5s;
        -moz-transition: opacity 2s ease-out 1.5s, height 2s ease-out 1.5s;
          -o-transition: opacity 2s ease-out 1.5s, height 2s ease-out 1.5s;
             transition: opacity 2s ease-out 1.5s, height 2s ease-out 1.5s;*/
    }
    .header-menu .main-menu-li-1.menu-grupp.submenuopened .main-menu-div-2{
        height: auto;
                display: block;
    }

    .header-menu .menu{
        min-height: 0px;
        height: 0px;
        width: 0px;
    }
    html header .header-menu .stack-menu,html header .header-menu .stack-menu .stack,
    html header .header-menu .main-menu-title-2{
        display: none !important;
    }

    html header .header-menu .main-menu-div{
    position: absolute;
    left: 0px;
    top: 60px;
    width: 100%;
    display: block;
    float: left;
    height: auto;
    background-color: #FFF;
    padding-bottom: 10px;
    box-shadow: 2px 4px 6px #888;
    border-radius: 0px 0px 8px 8px;
    }
    .header-menu .main-menu-ul-2{
        display: block!important;
    }

    .header-menu .logo{
        margin-left: 35%;
    }
    .header-menu .menu .main-menu-div{

        margin-top: 0px;
        margin-bottom: 0px;
        height: auto!important;
        width: 100%;
        float: left;
        position: absolute;
    }
    .header-menu .menu .main-menu-div{
        display: none;

    }
    .header-menu.opened .menu .main-menu-div{
        display: block!important;

    }

    .header-menu,
    .header-menu .stack-menu,
    .header-menu .search,
    .header-menu .menu .main-menu-div .main-menu-ul-0,
    .header-menu .menu .main-menu-div .main-menu-ul-0 .main-menu-li-0,
    .header-menu .menu .main-menu-div .main-menu-ul-0 .main-menu-li-0>a,
    .header-menu .menu .main-menu-div .main-menu-ul-0 .main-menu-li-0 .main-menu-ul-1,
    .header-menu .menu .main-menu-div .main-menu-ul-0 .main-menu-li-0 .main-menu-ul-1 .main-menu-li-1 {
        margin-top: 0px;
        margin-bottom: 0px;
        height: auto!important;
        display: block!important;
        width: 100%;
        float: left;
    }
    .header-menu.opened{
        border-radius: 0px;
        width: 100%;
        margin: 0;
    }

    .header-menu .link-id-last.menu-grupp .main-menu-ul-2{
        max-height:100% !important;
    }



    .header-menu ul.main-menu-ul-2>li {
        min-width: 49%;
    }
    .header-menu .main-menu-li-1{
    }

    .header-menu .main-menu-li-1>span.a,
    .header-menu .main-menu-li-1>a,
    .header-menu .menu .main-menu-div .main-menu-ul-0 .main-menu-li-0 .main-menu-ul-1 .main-menu-li-1>span.a,
    .header-menu .menu .main-menu-div .main-menu-ul-0 .main-menu-li-0 .main-menu-ul-1 .main-menu-li-1>a {
        display: block !important;
        line-height: 20px;
        width: 60%;
        float: left;
        height: auto!important;
        padding-left: 10px;
        display: block;
        padding: 13px 5px;
        margin-left: 10px;
        padding-right: 40px;
        border-bottom: 1px solid #eee;
        text-decoration: underline;
    }
    .header-menu .main-menu-li-1>span.a,
    .header-menu .menu .main-menu-div .main-menu-ul-0 .main-menu-li-0 .main-menu-ul-1 .main-menu-li-1>span.a{
        text-decoration: none;
    }

    .header-menu .menu .main-menu-div .main-menu-ul-0 .main-menu-li-0 .main-menu-ul-1 .main-menu-li-1 .opensubmenulist {
        content: "";
        display: block !important;
        background: url(/bitrix/components/itlite/site.menu/images/list-open-ico.png);
        background-position-x: center;
        background-position-y: center;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
        float: right;
        position: absolute;
        right: 17px;
        border: 1px solid #eee;
        border-radius: 12px;
        opacity: 1;
        margin-top: 6px;
    }
    .header-menu .menu .main-menu-div .main-menu-ul-0 .main-menu-li-0 .main-menu-ul-1 .main-menu-li-1.submenuopened .opensubmenulist {
        opacity: 0.3;
    }


}

@media (max-width: 640px){
    .header-menu ul.main-menu-ul-2>li {
        width: 99%;
    }
    .header-menu .main-menu-li-2 {
        max-width: 100%;
    }
}
@media (max-width: 600px){
    .header-menu .logo {
        margin-left: 30%;
    }
}
    .header-menu .main-menu-li-1>a,
    .header-menu .main-menu-li-1>span.a{
        font-weight: bold;
        letter-spacing: 0.5px;
    }
    .header-menu .link-id-898.main-menu-li-1>span.a{
    font-weight: bold;
    font-size: 14px;
        padding-left:30px;
        padding-right:10px;
}

.header-menu ul.main-menu-ul-3 li a,
.header-menu ul.main-menu-ul-2 li a{
    font-size: 15px;
}
/* End */


/* Start:/bitrix/templates/main_2020/components/bitrix/breadcrumb/shema/style.css?17211475081579*/
html body div.bx_breadcrumbs {
    /*background: linear-gradient(to bottom, #f6f6f6 20%, transparent 90%);*/
    /*position: absolute;*/
    position:relative;
    display: block;
    left: 0;
    right: 0; }
html body div.bx_breadcrumbs > ul {
    max-width: 960px;
    /*margin: 0 auto;*/
    padding: 3px 0px;
    width: 100%;
    display: block;
    list-style: none;
    font-size: 13px;
    font-weight: normal;
    color: #d5d5d5;
    overflow: hidden;
    white-space: nowrap; }
html body div.bx_breadcrumbs > ul > li {
    display: inline-block; }
html body div.bx_breadcrumbs > ul > li > a {
    color: #595959; }
html body div.bx_breadcrumbs > ul > li > a img.home_title_name{
    height: 16px;
}


html body div.bx_breadcrumbs > ul > li > a:after {
    content: '';
    height: 20px;
    background: url(/bitrix/templates/main_2020/components/bitrix/breadcrumb/shema/images/shwron_ico.png);
    width: 6px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 12px;
    /*top: 19%;*/
    position: absolute; }
html body div.bx_breadcrumbs > ul > li > a:hover {
    text-decoration: underline;
    text-decoration-style: dotted;
    cursor: pointer; }
html body div.bx_breadcrumbs > ul > li:not(first-child) {
    padding-right: 30px; }
@media (max-width: 768px) {
    html body div.bx_breadcrumbs > ul:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 20%;
        display: block;
        background: linear-gradient(to left, #ffffff 20%, transparent 80%);
        top: 0;
        right: 0; 
    } 
}
/* End */


/* Start:/bitrix/components/itlite/site.menu/templates/.footer/style.css?17211475251150*/
.footer-menu{width:100%}.footer-menu .main-menu-div{width:100%}.footer-menu li{list-style:none}.footer-menu li a{color:#939393}.footer-menu .main-menu-ul-0{width:100%}.footer-menu .main-menu-li-0{width:100%}.footer-menu .main-menu-ul-1{width:100%;list-style:none;display:block}.footer-menu .main-menu-li-1{margin-top:10px;margin-bottom:10px;float:left;width:25%;padding-left:5px}@media (max-width: 1199px){.footer-menu .main-menu-li-1{width:49%}}@media (max-width: 1023px){.footer-menu .main-menu-li-1{width:49%}}@media (max-width: 799px){.footer-menu .main-menu-li-1{width:90%}}@media (max-width: 767px){.footer-menu .main-menu-li-1{width:33%}}@media (max-width: 639px){.footer-menu .main-menu-li-1{width:80%}}.footer-menu .main-menu-li-1>a{color:#FFF;font-weight:bold}.footer-menu .main-menu-ul-2{list-style:none;display:block;margin-top:10px;margin-bottom:10px}.footer-menu .main-menu-li-2{page-break-inside:avoid;break-inside:avoid;max-width:300px;min-width:168px;padding:7px 0}.footer-menu .main-menu-ul-3{padding-left:3px;margin-left:3px}.footer-menu .main-menu-div-2{margin-top:15px;margin-bottom:25px}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/main_2020/styles.css?17600748306641*/
/* ============ стили быстрой адаптации (для внесения срочных изменений) ============ */

.roistat-multiwidget-pulsator-holder{right: 70px !important;bottom: 8px !important;}
html body .scroll_top_button{  right: 13px;opacity:0.5;}
html body .scroll_top_button:hover{  opacity:1;}
.popup-window.popup-window-with-titlebar input[type=checkbox],.popup-window.popup-window-with-titlebar input[type=radio] {
    margin: 4px 4px 0 0!important;
}

/* стили только для IE9 */
@media screen and (min-width:0\0) {
  .header-menu .main-menu-ul-2 {
    display: block !important;
  }
}
/* стили только для IE10 и IE11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header-menu .main-menu-ul-2 {
    display: block !important;
  }
}





html body .btn-order-service{

    max-width: 100%;
}

@media screen and (max-width: 1024px) {

 

}




html header.blureback#header>*,
html main.blureback>*,
html footer.blureback>* {
    -webkit-filter: blur(2px);
    -moz-filter: blur(5px);
    filter: blur(5px);
    opacity: 0.9;
   /* animation: opacity 2.5s forwards;
	 2s infinite ease-in-out*/
}



/*форма связи*/
.popup-window.popup-window-with-titlebar {    height: auto;    padding: 10px 0px;transition: opacity  0.3s linear 0.1s, top 0.2s ease 0s;opacity:1;z-index:99999999;position: absolute;}
.popup-window.popup-window-with-titlebar.opacity-1{opacity:1;}
.popup-window.popup-window-with-titlebar.opacity-0{opacity:0;}
.popup-window.popup-window-with-titlebar .popup-window-titlebar {    height: auto;    padding: 10px 0px;}
.popup-window.popup-window-with-titlebar .popup-window-content {    padding: 0px;}
.access-title-bar{    font-weight: bold; font-size:24px;}

.popup-window.popup-window-with-titlebar .btn-primary, 
.popup-window.popup-window-with-titlebar .btn-primary.active, 
.popup-window.popup-window-with-titlebar .btn-primary.focus, 
.popup-window.popup-window-with-titlebar .btn-primary:active, 
.popup-window.popup-window-with-titlebar .btn-primary:focus, 
.popup-window.popup-window-with-titlebar .btn-primary:hover {
    background-color: #27AE60 !important;border:none !important;background-image:none !important;
}

.popup-window.popup-window-with-titlebar{ width: 94% !important; max-width: 770px !important;background: #FFFFFF;border-radius: 12px;padding: 40px;}
.popup-window.popup-window-with-titlebar#form-order-service{     max-width: 480px !important;}

@media screen and (max-width: 1024px) {

 
.popup-window.popup-window-with-titlebar{max-width: 96%!important;}

}


.popup-window-with-titlebar .popup-window-content{background-color: inherit;}


.popup-window.popup-window-with-titlebar .form-control {
    height: 34px;    padding: 6px 12px;    font-family: 'Roboto',Roboto,sans-serif;font-feature-settings: normal;    font-style: normal;    font-weight: normal;    font-size: 13px;    line-height: 175%;
    color: #2B2B2B;    background-image: none;    background:#F5F5F5;    border: none;    border-radius: 12px;    margin: 10px 0px 10px 0px;}

.popup-window.popup-window-with-titlebar label {    font-family: 'Roboto',Roboto,sans-serif;font-feature-settings: normal;    font-style: normal;    font-weight: normal;    font-size: 12px;    line-height: 18px;    color: #676767;    margin: 10px 0px 0px 0px;}
.btn.btn-primary#putcodebtn,
.btn.btn-primary#getcodebtn{background-image:none;border:none;background: #727F8E !important;	border-radius: 12px;    margin: 10px 0px 10px 0px;}


.popup-window.popup-window-with-titlebar label.main-user-consent-request{font-family: 'Roboto',Roboto,sans-serif;font-feature-settings: normal;font-style: normal;font-weight: normal;font-size: 12px;line-height: 145%;align-items: center;	color: #727F8E;}

.popup-window.popup-window-with-titlebar input.form-control:focus {    box-shadow: none;background: #E6E6E6;}

.popup-window.popup-window-with-titlebar .info-text{font-family: 'Roboto',Roboto,sans-serif;font-feature-settings: normal;font-style: normal;font-weight: normal;font-size: 13px;line-height: 150%;color: #676767;    margin:5px 0px 0px 0px;}

.popup-window.popup-window-with-titlebar .info-text.color_red{display:inline-block;color: #F77600;background: #FFF6EE url(/bitrix/templates/main_2020/img/isvg/Alert-Triangle.svg) no-repeat 7px center; border-radius: 8px; padding: 10px 8px 10px 42px; margin:20px 0px;}
.popup-window.popup-window-with-titlebar .popup-window-buttons,
.popup-window.popup-window-with-titlebar .order-ajax-form-button-link-cancel,
.popup-window.popup-window-with-titlebar .order-ajax-form-button-link-send{display:none;}
.popup-window.popup-window-with-titlebar .btn.btn-primary{    border-radius: 12px;    margin: 10px 0px 10px 0px;align-items: center;padding: 10px 15px;text-align:center;    }

.popup-window.popup-window-with-titlebar .trigerdeactiv.disabled #mainFeedback_newlogin{opacity:0.5;}
.popup-window.popup-window-with-titlebar .trigerdeactiv .btn-primary.btnchngin{    margin: 10px 10px 10px 20px;background: #FFF url(/bitrix/templates/main_2020/img/Lock.png) no-repeat center -48px !important;height: 30px;width: 30px;    transition: none;box-shadow: none;border: none;}
.popup-window.popup-window-with-titlebar .trigerdeactiv .btn-primary.btnchngin:focuse{box-shadow: none;border: none;}
.popup-window.popup-window-with-titlebar .trigerdeactiv.disabled .btn-primary.btnchngin{background: #FFF url(/bitrix/templates/main_2020/img/Lock.png) no-repeat center 2px !important;opacity:0.6;}

.popup-window.popup-window-with-titlebar .form-group {    margin-bottom: 8px;}
.main-user-consent-request-announce{padding-left: 4px;}
#apicalcorderformpopup #apicalcordersendbtmpress{margin-top:35px;float: right;}

html body footer#footer div#landing-bottom-feedback div.form-content div.block-inside form .main-user-consent-request-announce-link{padding-left: 10px;}
html body footer#footer div#landing-bottom-feedback div.form-content div.block-inside.info-text span.big-text {font-family: Roboto!important;font-family: 'Roboto',Roboto,sans-serif!important;font-feature-settings: normal;}


.nav-string-spans font.text{
     line-height: 48px;
}
.nav-string-spans .nav-string-span{
    margin: 5px;
}
.nav-string-spans .nav-string-span a{
    padding: 7px 13px;
    border-radius: 12px;
    border: 1px solid #F0F0F0;
    background: #F9F9F9;
    color:#444;
}
.nav-string-spans .nav-string-span a:hover{
    background: #F0F0F0;
	text-decoration: none;

}



.wiki-post-area .wiki-post-link-dashed {
    padding-left: 11px;
    margin-left: 11px;
    padding-right: 11px;
    font-weight: 600;
    border: 1px dashed;
}
/* End */


/* Start:/bitrix/templates/main_2020/template_styles.css?176007515676215*/
html header{z-index:1;background:none;padding-top:5px;position:relative;min-height:120px}@media (max-width: 767px){html header{padding-top:10px}}html header .header-info{height:38px;padding-top:3px}html header .header-info span,html header .header-info a,html header .header-info a:link,html header .header-info a:visited,html header .header-info a:active,html header .header-info a:hover{font-family:'Roboto',Roboto,sans-serif;font-feature-settings:normal;font-style:normal;font-weight:normal;font-size:13px;line-height:15px;color:#2B2B2B}html header .header-info .site-info-header-ul-1{display:inline-block;width:87%;height:20px;overflow:hidden}@media (max-width: 988px){html header .header-info .site-info-header-ul-1{width:100%}}html header .header-info .site-info-header-ul-1 .site-info-header-li-1{display:inline-block}html header .header-info .site-info-header-ul-1 .site-info-header-li-1{margin-right:15px}html header .header-info .site-info-header-ul-1 .site-info-header-li-1.with-link-list{margin-right:160px}html header .header-info .site-info-header-list{display:inline-block;top:0px}html header .header-info .site-info-header-ul-2{display:block;width:175px;position:absolute;margin-top:-14px;padding:0 10px}html header .header-info .site-info-header-li-1.with-link-list:hover .site-info-header-ul-2,html header .header-info .site-info-header-ul-2:hover{z-index:9;box-shadow:3px 7px 23px #aaa;background:#fefefe;padding:0 10px 8px 10px;border-radius:0 0 8px 8px}html header .header-info .site-info-header-li-1.with-link-list .site-info-header-ul-2 .site-info-header-li-2,html header .header-info .site-info-header-ul-2 .site-info-header-li-2,html header .header-info .site-info-header-ul-2 .site-info-header-li-2{display:none;height:20px}html header .header-info .site-info-header-ul-2 .site-info-header-li-2:nth-child(1){display:inline-block !important}html header .header-info .site-info-header-li-1.with-link-list:hover .site-info-header-ul-2 .site-info-header-li-2,html header .header-info .site-info-header-ul-2:hover .site-info-header-li-2,html header .header-info .site-info-header-ul-2 .site-info-header-li-2:hover{display:inline-block}@media (max-width: 640px){html header .header-info .site-info-header-ul-1:nth-child(2){display:none}html header .header-info .site-info-header-li-1:nth-child(2){display:none}}html main{z-index:0}html,body,p,ul,ul li,ol li,div,a{font-family:'Roboto',Roboto,sans-serif;font-feature-settings:normal;font-style:normal;font-size:16px}html body p.subtitle{font-size:16px;color:#4B4B4B;font-weight:normal;font-size:16px;line-height:27px;color:#585858}table{width:100%;font-size:14px}table ul,table ul li,table ol li,table label,table a{font-family:'Raleway',Raleway,sans-serif;font-feature-settings:'pnum' on, 'lnum' on}.container.ww960>.container{margin:0;padding:0}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{padding-right:0px;padding-left:0px}html body{height:100%}html body .segment-info-gray{background:#F3F9FF;border-radius:12px;padding:30px;margin:10px 0;float:left}html body .segment-info{float:left;width:100%}html body .container-out-page{display:block;position:relative;width:100%;float:left;clear:left}html body .container-out-clear{display:block;position:relative;width:100%;content:"";float:none;clear:both}html body .page-segment{display:block;position:relative;width:100%;clear:both;margin-top:10px;margin-bottom:50px;float:left}html body .page-segment.minbttm{margin-bottom:30px}html body .page-segment>.col-lg-1,html body .page-segment>.col-lg-10,html body .page-segment>.col-lg-11,html body .page-segment>.col-lg-12,html body .page-segment>.col-lg-2,html body .page-segment>.col-lg-3,html body .page-segment>.col-lg-4,html body .page-segment>.col-lg-5,html body .page-segment>.col-lg-6,html body .page-segment>.col-lg-7,html body .page-segment>.col-lg-8,html body .page-segment>.col-lg-9,html body .page-segment>.col-md-1,html body .page-segment>.col-md-10,html body .page-segment>.col-md-11,html body .page-segment>.col-md-12,html body .page-segment>.col-md-2,html body .page-segment>.col-md-3,html body .page-segment>.col-md-4,html body .page-segment>.col-md-5,html body .page-segment>.col-md-6,html body .page-segment>.col-md-7,html body .page-segment>.col-md-8,html body .page-segment>.col-md-9,html body .page-segment>.col-sm-1,html body .page-segment>.col-sm-10,html body .page-segment>.col-sm-11,html body .page-segment>.col-sm-12,html body .page-segment>.col-sm-2,html body .page-segment>.col-sm-3,html body .page-segment>.col-sm-4,html body .page-segment>.col-sm-5,html body .page-segment>.col-sm-6,html body .page-segment>.col-sm-7,html body .page-segment>.col-sm-8,html body .page-segment>.col-sm-9,html body .page-segment>.col-xs-1,html body .page-segment>.col-xs-10,html body .page-segment>.col-xs-11,html body .page-segment>.col-xs-12,html body .page-segment>.col-xs-2,html body .page-segment>.col-xs-3,html body .page-segment>.col-xs-4,html body .page-segment>.col-xs-5,html body .page-segment>.col-xs-6,html body .page-segment>.col-xs-7,html body .page-segment>.col-xs-8,html body .page-segment>.col-xs-9{padding-top:10px;padding-bottom:10px;padding-right:0px;padding-left:0px}html body h1,html body h2,html body h3,html body h4,html body h5,html body h6,html body .htitle,html body .htitle-b{font-family:'Raleway',Raleway,sans-serif;font-feature-settings:'pnum' on, 'lnum' on}@media (min-width: 769px){html body table tr td{padding-left:5px;padding-right:5px}}html body h1{font-style:normal;font-weight:700;letter-spacing:0em;text-align:left;color:#2B2B2B;line-height:34px;line-height:130%;font-size:40px;margin-top:30px;margin-bottom:15px}html body.main-page h1{font-size:28px}html body h2,html body h2 a{font-size:28px;font-style:normal;font-weight:bold;line-height:36px;letter-spacing:0em;text-align:left}html body h3,html body .htitle,html body h3 a,html body .htitle a{font-size:26px;font-style:normal;font-weight:bold;line-height:36px;letter-spacing:0em;text-align:left}html body .htitle{color:#000;font-size:26px}html body .htitle-b{font-style:normal;font-weight:bold;font-size:26px;line-height:130%;font-feature-settings:'pnum' on, 'lnum' on;color:#2B2B2B}html body h4{font-size:24px;font-style:normal;font-weight:bold;line-height:35px;letter-spacing:0em;text-align:left}html body h5{font-size:22px;font-style:normal;font-weight:bold;line-height:34px;letter-spacing:0em;text-align:left}html body h6{font-size:20px;font-style:normal;font-weight:bold;line-height:33px;letter-spacing:0em;text-align:left}html body main .container{position:relative}html body main .container>div{position:relative;float:left}html body main p.fsz12,html body main ul.fsz12,html body main ul li.fsz12,html body main ol li.fsz12,html body main a.fsz12,html body main h1.fsz12,html body main h2.fsz12,html body main h3.fsz12,html body main h4.fsz12,html body main h5.fsz12,html body main h6.fsz12,html body main .htitle.fsz12{font-size:12px}html body main p.fsz13,html body main ul.fsz13,html body main ul li.fsz13,html body main ol li.fsz13,html body main a.fsz13,html body main h1.fsz13,html body main h2.fsz13,html body main h3.fsz13,html body main h4.fsz13,html body main h5.fsz13,html body main h6.fsz13,html body main .htitle.fsz13{font-size:13px}html body main p.fsz14,html body main ul.fsz14,html body main ul li.fsz14,html body main ol li.fsz14,html body main a.fsz14,html body main h1.fsz14,html body main h2.fsz14,html body main h3.fsz14,html body main h4.fsz14,html body main h5.fsz14,html body main h6.fsz14,html body main .htitle.fsz14{font-size:14px}html body main p.fsz15,html body main ul.fsz15,html body main ul li.fsz15,html body main ol li.fsz15,html body main a.fsz15,html body main h1.fsz15,html body main h2.fsz15,html body main h3.fsz15,html body main h4.fsz15,html body main h5.fsz15,html body main h6.fsz15,html body main .htitle.fsz15{font-size:15px}html body main p.fsz16,html body main ul.fsz16,html body main ul li.fsz16,html body main ol li.fsz16,html body main a.fsz16,html body main h1.fsz16,html body main h2.fsz16,html body main h3.fsz16,html body main h4.fsz16,html body main h5.fsz16,html body main h6.fsz16,html body main .htitle.fsz16{font-size:16px}html body main p.fsz18,html body main ul.fsz18,html body main ul li.fsz18,html body main ol li.fsz18,html body main a.fsz18,html body main h1.fsz18,html body main h2.fsz18,html body main h3.fsz18,html body main h4.fsz18,html body main h5.fsz18,html body main h6.fsz18,html body main .htitle.fsz18{font-size:18px}html body main p.fsz20,html body main ul.fsz20,html body main ul li.fsz20,html body main ol li.fsz20,html body main a.fsz20,html body main h1.fsz20,html body main h2.fsz20,html body main h3.fsz20,html body main h4.fsz20,html body main h5.fsz20,html body main h6.fsz20,html body main .htitle.fsz20{font-size:20px}html body main p.fsz22,html body main ul.fsz22,html body main ul li.fsz22,html body main ol li.fsz22,html body main a.fsz22,html body main h1.fsz22,html body main h2.fsz22,html body main h3.fsz22,html body main h4.fsz22,html body main h5.fsz22,html body main h6.fsz22,html body main .htitle.fsz22{font-size:22px}html body main p.fsz24,html body main ul.fsz24,html body main ul li.fsz24,html body main ol li.fsz24,html body main a.fsz24,html body main h1.fsz24,html body main h2.fsz24,html body main h3.fsz24,html body main h4.fsz24,html body main h5.fsz24,html body main h6.fsz24,html body main .htitle.fsz24{font-size:24px}html body main p.fsz26,html body main ul.fsz26,html body main ul li.fsz26,html body main ol li.fsz26,html body main a.fsz26,html body main h1.fsz26,html body main h2.fsz26,html body main h3.fsz26,html body main h4.fsz26,html body main h5.fsz26,html body main h6.fsz26,html body main .htitle.fsz26{font-size:26px}html body main p.fsz28,html body main ul.fsz28,html body main ul li.fsz28,html body main ol li.fsz28,html body main a.fsz28,html body main h1.fsz28,html body main h2.fsz28,html body main h3.fsz28,html body main h4.fsz28,html body main h5.fsz28,html body main h6.fsz28,html body main .htitle.fsz28{font-size:28px}html body main p.fsz40,html body main ul.fsz40,html body main ul li.fsz40,html body main ol li.fsz40,html body main a.fsz40,html body main h1.fsz40,html body main h2.fsz40,html body main h3.fsz40,html body main h4.fsz40,html body main h5.fsz40,html body main h6.fsz40,html body main .htitle.fsz40{font-size:40px}@media (max-width: 768px){html body h1{font-size:22px}html body h2{font-size:21px}html body h3{font-size:21px}html body h4{font-size:20px}html body h5{font-size:20px}html body h6{font-size:20px}}html body main p{font-style:normal;font-weight:400;line-height:24px;letter-spacing:0em;color:#2B2B2B}html body main ol,html body main ul{padding-left:10px;padding-right:10px}html body main ol li,html body main ul li{padding:1px 5px 9px 5px}html body.main-page .new-home-page-title{font-size:25px;font-weight:bold;color:#448ccb}@media (max-width: 768px){html body.main-page .new-home-page-title{font-size:18px}}html body.main-page .new-home-page-title-2{font-weight:normal;color:#000}html body.main-page .hidden-text{position:absolute;top:320px;width:930px;padding:20px;background:#fbfbfb;box-shadow:0px 4px 8.8px 0.2px rgba(0,0,0,0.05);border-radius:10px;display:none;color:#000;z-index:100;line-height:20px}@media screen and (max-width: 991px){html body.main-page .hidden-text{position:initial;margin-top:15px;max-width:100%}}html body.main-page .hidden-text-second{right:-307px}html body.main-page .hidden-text-third{right:15px}html body .new-home-page-why-choose .card-blocks-new-home-page{padding:0;margin-bottom:100px}html body .new-home-page-why-choose .card-blocks-new-home-page .card-items{margin-top:22px;margin-bottom:8px;padding:0;border-radius:12px;background-position:30% top;background-color:rgba(0,80,224,0);transition:background-color,background 0.3s ease-out}@media (max-width: 768px){html body .new-home-page-why-choose .card-blocks-new-home-page .card-items{margin-top:5px;margin-bottom:5px}}html body .new-home-page-why-choose .card-blocks-new-home-page .card-items .card-items-bck{border-radius:12px;margin-left:0px;margin-right:0px;margin-top:10px;margin-bottom:0px;min-height:270px;background:#F5F5F5;border-radius:12px}@media (max-width: 768px){html body .new-home-page-why-choose .card-blocks-new-home-page .card-items .card-items-bck{padding:16px 20px;min-height:auto}}html body .new-home-page-why-choose .card-blocks-new-home-page .card-items .card-items-bck .image-for-card{height:240px;margin:2px 0px;opacity:0.2;filter:grayscale(100%);-webkit-filter:grayscale(100%);width:100%;transition:background-color,background 0.2s ease}@media (max-width: 768px){html body .new-home-page-why-choose .card-blocks-new-home-page .card-items .card-items-bck .image-for-card{height:140px}}html body .new-home-page-why-choose .card-blocks-new-home-page .card-items .card-items-bck .text-title-for-card{font-family:'Raleway',Raleway,sans-serif;font-feature-settings:'pnum' on, 'lnum' on;font-style:normal;line-height:24px;letter-spacing:0em;text-align:left;font-size:16px;font-weight:700;text-align:left;font-weight:bold;color:#2B2B2B;margin:10px 0px}html body .new-home-page-why-choose .card-blocks-new-home-page .card-items .card-items-bck .text-for-card{font-family:'Roboto',Roboto,sans-serif;font-feature-settings:normal;font-size:13px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:0em;text-align:left;width:100%;padding:50px 20px;position:absolute;top:0px;margin-top:18px;min-height:270px}@media (max-width: 768px){html body .new-home-page-why-choose .card-blocks-new-home-page .card-items .card-items-bck .text-for-card{padding:20px 20px;min-height:190px;width:90%;margin-top:5px}}html body .new-home-page-why-choose .card-blocks-new-home-page .card-items .card-items-bck .link-for-card{color:#0050E0;bottom:40px;position:absolute}html body .new-home-page-why-choose .card-blocks-new-home-page .card-items:nth-child(1) .card-items-bck{background:#f5f5f5 url(/images/lite-letters.jpg) no-repeat -20px 0px}html body .new-home-page-why-choose .card-blocks-new-home-page .card-items:nth-child(2) .card-items-bck{background:#f5f5f5 url(/images/lite-letters.jpg) no-repeat -320px 0px}html body .new-home-page-why-choose .card-blocks-new-home-page .card-items:nth-child(3) .card-items-bck{background:#f5f5f5 url(/images/lite-letters.jpg) no-repeat -580px 0px}html body .new-home-page-why-choose .card-blocks-new-home-page .card-items:nth-child(4) .card-items-bck{background:#f5f5f5 url(/images/lite-letters.jpg) no-repeat -878px 0px}html body .new-home-page-why-choose .card-blocks-new-home-page .card-items .card-items-bck{transition:background 0.3s ease-out}html body .new-home-page-why-choose .card-blocks-new-home-page .card-items .card-items-bck{margin-right:13px;margin-right:13px}html body .new-home-page-why-choose .card-blocks-new-home-page .card-items:hover .card-items-bck{transition:background 0.3s ease-out}html body .new-home-page-why-choose .card-blocks-new-home-page .card-items:hover:nth-child(1) .card-items-bck{background:#f5f5f5 url(/images/lite-letters-inv.jpg) no-repeat -20px -40px}html body .new-home-page-why-choose .card-blocks-new-home-page .card-items:hover:nth-child(2) .card-items-bck{background:#f5f5f5 url(/images/lite-letters-inv.jpg) no-repeat -320px -40px}html body .new-home-page-why-choose .card-blocks-new-home-page .card-items:hover:nth-child(3) .card-items-bck{background:#f5f5f5 url(/images/lite-letters-inv.jpg) no-repeat -580px -40px}html body .new-home-page-why-choose .card-blocks-new-home-page .card-items:hover:nth-child(4) .card-items-bck{background:#f5f5f5 url(/images/lite-letters-inv.jpg) no-repeat -878px -40px}html body .new-home-page-why-choose .card-blocks-new-home-page .card-items:hover .image-for-card{opacity:0.1;filter:grayscale(0%);-webkit-filter:grayscale(0%)}html body .case-otzovi-blocks-new-home-page{position:relative;width:100%;height:500px;padding-top:25px;background:#F5F5F5 url(/bitrix/templates/main_2020/img/img_home_page/patter-background.png) no-repeat right top}html body .case-otzovi-blocks-new-home-page h3{margin-bottom:0}html body .case-otzovi-blocks-new-home-page div.slider-line-landing{margin-top:0}html body .case-otzovi-blocks-new-home-page div.slider-line-landing div.slider-line-slider div.block-tabs-name{display:none;width:fit-content;max-width:unset;min-width:unset;margin:0 auto}html body .case-otzovi-blocks-new-home-page div.slider-line-landing div.slider-line-slider div.block-tabs-name ul li{font-family:'Roboto',Roboto,sans-serif;font-feature-settings:normal;font-style:normal;font-weight:bold;font-size:14px;line-height:150%;text-align:center;color:#0050E0;min-width:185px}html body .new-home-page-spincrement{padding-top:55px;margin-bottom:80px;position:relative}html body .new-home-page-spincrement .new-home-page-content .wrapping-blocks-item{padding-left:70px;padding-right:70px}html body .new-home-page-spincrement .new-home-page-content .wrapping-blocks-item .new-home-page-block-items-info{text-align:center;margin-top:21px;margin-bottom:15px}html body .new-home-page-spincrement .new-home-page-content .wrapping-blocks-item .new-home-page-block-items-info .new-home-page-block-item .new-home-page-number-style{font-family:"Exo 2",sans-serif;font-feature-settings:normal;font-size:50px;font-style:normal;font-weight:700;line-height:65px;letter-spacing:0em;text-align:center;color:#0050E0;margin-top:15px}html body .new-home-page-spincrement .new-home-page-content .wrapping-blocks-item .new-home-page-block-items-info .new-home-page-block-item .new-home-page-text-title-for-block{font-size:15px;font-weight:bold;color:#000000;border-bottom:1px solid;padding-bottom:22px}html body .new-home-page-spincrement .new-home-page-content .wrapping-blocks-item{padding-left:0px;padding-right:0px}html body .sertificates-blocks-home-page{background:url(/bitrix/templates/main_2020/img/img_home_page/patter-background.png) no-repeat right top}html body .sertificates-blocks-home-page .block-items-info-1{padding-left:0}html body .sertificates-blocks-home-page .block-items-info-1 h4{font-style:normal;font-weight:bold;line-height:130%;color:#2B2B2B;text-align:left}html body .sertificates-blocks-home-page .block-items-info-1 p{font-size:14px;font-style:normal;font-weight:400;line-height:21px;letter-spacing:0em;text-align:left}html body .sertificates-blocks-home-page .block-items-info-2 img{max-width:100%}html body ul.sertificates{font-family:'Roboto',Roboto,sans-serif;font-feature-settings:normal;font-size:14px;font-style:normal;font-weight:400;line-height:21px;letter-spacing:0em;text-align:left}html body ul.sertificates li{list-style:none;background:url(/bitrix/templates/main_2020/img/ipng/new-check.png) no-repeat left center;padding:0 40px;min-height:40px}html body .history-blocks-home-page h3{margin:0 auto;margin:60px 0 20px 0}html body .history-blocks-home-page .history-table{margin:0 auto;padding-left:3%}html body .history-blocks-home-page .history-table .history-item{display:block;float:left;position:relative}html body .history-blocks-home-page .history-table .history-item .right-border-line{display:block;float:left;position:relative;width:80%}html body .history-blocks-home-page .history-table .history-item .right-border-line h3,html body .history-blocks-home-page .history-table .history-item .right-border-line h4,html body .history-blocks-home-page .history-table .history-item .right-border-line h5{text-align:left}html body .history-blocks-home-page .history-table .history-item .div-img{display:block;float:left}html body .history-blocks-home-page .history-table .history-item .history-img{position:relative;margin:0px 0px 0px 30px;float:left}@media (max-width: 1024px){html body .history-blocks-home-page .history-table .history-item .history-img{margin:0px 15px}}@media (max-width: 640px){html body .history-blocks-home-page .history-table .history-item .history-img{display:none}}html body .history-blocks-home-page .history-table .history-item .history-date{position:relative;width:80%;margin:9px;float:left;font-family:"Exo 2",sans-serif;font-feature-settings:normal;font-style:normal;font-weight:bold;font-size:25px;line-height:130%;color:#0050E0}html body .history-blocks-home-page .history-table .history-item .history-date:before{content:" ";position:absolute;width:1px;height:133px;left:-2px;top:14px;border:0px solid #BFBFBF;border-left-width:1px;margin-left:-9px}html body .history-blocks-home-page .history-table .history-item .history-date:after{content:" ";position:absolute;width:10px;height:10px;left:-6px;top:12px;background-color:#27AE60;border-radius:5px;margin-left:-9px}html body .history-blocks-home-page .history-table .history-item .history-point-name{position:relative;width:80%;margin:0px 0px 9px 9px;float:left;font-family:'Roboto',Roboto,sans-serif;font-feature-settings:normal;font-style:normal;font-weight:bold;font-size:18px;line-height:130%}@media (max-width: 768px){html body .history-blocks-home-page .history-table .history-item .history-point-name{width:auto}}html body .history-blocks-home-page .history-table .history-item .history-text{position:relative;width:80%;margin:0px 0px 0px 11px;float:left;font-family:'Roboto',Roboto,sans-serif;font-feature-settings:normal;font-style:normal;font-weight:normal;font-size:15px;line-height:130%;color:#2B2B2B;flex:none;order:2;align-self:stretch;flex-grow:0}html body .history-blocks-home-page .history-table .history-item .history-date,html body .history-blocks-home-page .history-table .history-item .history-point-name,html body .history-blocks-home-page .history-table .history-item .history-text{margin-left:30px}html body .history-blocks-home-page .history-table .history-item .history-date:after,html body .history-blocks-home-page .history-table .history-item .history-date:before{margin-left:-30px}@media (max-width: 768px){html body .history-blocks-home-page .history-table .history-item .history-date,html body .history-blocks-home-page .history-table .history-item .history-point-name,html body .history-blocks-home-page .history-table .history-item .history-text{margin-left:38px}html body .history-blocks-home-page .history-table .history-item .history-date:after,html body .history-blocks-home-page .history-table .history-item .history-date:before{margin-left:-16px}}html body .history-blocks-home-page .history-table .history-item:last-child .history-date:before{height:77px;border-style:dashed}@media (min-width: 769px){html body .history-blocks-home-page .history-table .history-item{width:16.5%}html body .history-blocks-home-page .history-table .history-item .history-img{margin:10px 0px 20px 0px}html body .history-blocks-home-page .history-table .history-item .history-point-name{font-size:14px}html body .history-blocks-home-page .history-table .history-item .history-text{font-size:12px}html body .history-blocks-home-page .history-table .history-item .history-date,html body .history-blocks-home-page .history-table .history-item .history-point-name,html body .history-blocks-home-page .history-table .history-item .history-text{margin-left:2%;width:96%}html body .history-blocks-home-page .history-table .history-item .history-text{font-size:12px}html body .history-blocks-home-page .history-table .history-item .history-date:before{content:" ";position:absolute;width:129%;height:1px;left:38px;top:-12px;border:0px solid #BFBFBF;border-top-width:1px;margin-left:-9px}html body .history-blocks-home-page .history-table .history-item .history-date:after{content:" ";position:absolute;width:10px;height:10px;left:33px;top:-17px;background-color:#27AE60;border-radius:5px;margin-left:-9px}html body .history-blocks-home-page .history-table .history-item .right-border-line,html body .history-blocks-home-page .history-table .history-item .div-img{margin-left:10%}html body .history-blocks-home-page .history-table .history-item:last-child .history-date:before{width:77px;border-style:dashed}}html body .blog-blocks-home-page h4{text-align:left}html body .blog-blocks-home-page ul.block-razdel-name{padding-left:0px !important}html body .blog-blocks-home-page ul.block-razdel-name>li{font-family:'Roboto',Roboto,sans-serif;font-feature-settings:normal;font-style:normal;font-weight:bold;font-size:14px;line-height:150%;text-align:center;color:#0050E0;min-width:185px}html body .all-sertificates,html body .case-otzovi-blocks-new-home-page .all-listed-items,html body .blog-blocks-home-page .all-listed-items{display:block;align-items:center;padding:0px;position:relative;max-width:280px;min-height:47px;margin:0 auto;box-sizing:border-box;color:#676767}html body .all-sertificates>a,html body .case-otzovi-blocks-new-home-page .all-listed-items>a,html body .blog-blocks-home-page .all-listed-items>a{display:block;align-items:center;padding:10px 25px;position:relative;max-width:280px;min-height:47px;margin:0 auto;border:2px solid #CDCDCD;box-sizing:border-box;border-radius:12px;color:#676767;text-decoration:unset}html body .all-sertificates>a:hover,html body .case-otzovi-blocks-new-home-page .all-listed-items>a:hover,html body .blog-blocks-home-page .all-listed-items>a:hover{background:#CDCDCD;color:#676767;text-decoration:unset}html body .logopartnersblock div{display:flex;width:16.45%;height:150px;border-left:1px solid #DDD;border-top:1px solid #DDD;float:left}html body .logopartnersblock div img{width:auto;height:auto;max-width:90%;max-height:100px;margin:auto}@media (max-width: 1023px){html body .logopartnersblock div img{max-width:140px;max-width:90%}}@media (max-width: 800px){html body .logopartnersblock div img{max-width:120px;max-width:90%}}@media (max-width: 640px){html body .logopartnersblock div img{max-width:100px;max-width:90%}}@media (max-width: 500px){html body .logopartnersblock div img{max-width:80px;max-width:90%}}@media (max-width: 1023px){html body .logopartnersblock div{height:140px}}@media (max-width: 800px){html body .logopartnersblock div{height:130px}}@media (max-width: 640px){html body .logopartnersblock div{height:110px}}@media (max-width: 500px){html body .logopartnersblock div{height:100px}}@media (min-width: 1024px){html body .logopartnersblock div:nth-child(1){border-radius:12px 0 0 0}html body .logopartnersblock div:nth-child(24){border-radius:0 0 12px 0}html body .logopartnersblock div:nth-child(6){border-radius:0 12px 0 0}html body .logopartnersblock div:nth-child(19){border-radius:0 0 0 12px}html body .logopartnersblock div:nth-child(6n){border-right:1px solid #DDD}html body .logopartnersblock div:nth-child(19){border-bottom:1px solid #DDD}html body .logopartnersblock div:nth-child(20){border-bottom:1px solid #DDD}html body .logopartnersblock div:nth-child(21){border-bottom:1px solid #DDD}html body .logopartnersblock div:nth-child(22){border-bottom:1px solid #DDD}html body .logopartnersblock div:nth-child(23){border-bottom:1px solid #DDD}html body .logopartnersblock div:nth-child(24){border-bottom:1px solid #DDD}}@media (max-width: 1023px){html body .logopartnersblock div{width:30%}html body .logopartnersblock div:nth-child(1){border-radius:12px 0 0 0}html body .logopartnersblock div:nth-child(24){border-radius:0 0 12px 0}html body .logopartnersblock div:nth-child(3){border-radius:0 12px 0 0}html body .logopartnersblock div:nth-child(22){border-radius:0 0 0 12px}html body .logopartnersblock div:nth-child(3n){border-right:1px solid #DDD}html body .logopartnersblock div:nth-child(22){border-bottom:1px solid #DDD}html body .logopartnersblock div:nth-child(23){border-bottom:1px solid #DDD}html body .logopartnersblock div:nth-child(24){border-bottom:1px solid #DDD}}@media (max-width: 1023px){html body .logopartnersblock{padding-left:4%}}html body .flex-boxs-block{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-center safe;align-items:stretch;align-content:stretch}html body .flex-boxs-block .flex-box-3-2-1{min-width:160px;width:33%;flex-basis:33%}@media (max-width: 1023px){html body .flex-boxs-block .flex-box-3-2-1{width:50%;flex-basis:33%}}@media (max-width: 799px){html body .flex-boxs-block .flex-box-3-2-1{width:50%;flex-basis:50%}}@media (max-width: 480px){html body .flex-boxs-block .flex-box-3-2-1{width:99%;flex-basis:100%}}html body .flex-boxs-block .flex-box-4-3-2-1{min-width:200px;width:25%;flex-basis:25%}@media (max-width: 1023px){html body .flex-boxs-block .flex-box-4-3-2-1{width:32%;flex-basis:33%}html body .flex-boxs-block .flex-box-4-3-2-1:nth-last-child(3n){flex-grow:1}}@media (max-width: 799px){html body .flex-boxs-block .flex-box-4-3-2-1{width:50%;flex-basis:50%}}@media (max-width: 480px){html body .flex-boxs-block .flex-box-4-3-2-1{width:99%;flex-basis:100%}}html body .flex-boxs-block .flex-box-4-3-2-1:nth-last-child(1){flex-grow:1}html body .flex-boxs-block .flex-box-5-3-2{min-width:160px;width:20%;flex-basis:20%}@media (max-width: 1023px){html body .flex-boxs-block .flex-box-5-3-2{width:32%;flex-basis:33%}}@media (max-width: 799px){html body .flex-boxs-block .flex-box-5-3-2{width:32%;flex-basis:50%}}@media (max-width: 480px){html body .flex-boxs-block .flex-box-5-3-2{width:50%;flex-basis:100%}}html body .flex-boxs-block .flex-box-5-3-2:nth-last-child(1){flex-grow:1}html body .flex-boxs-block .flex-box-5-3-2:nth-last-child(2){flex-grow:1}html body .flex-boxs-block .flex-box-3-2-1 .box-items,html body .flex-boxs-block .flex-box-4-3-2-1 .box-items,html body .flex-boxs-block .flex-box-5-3-2 .box-items{margin:5px}html body .flex-boxs-block .flex-box-3-2-1 .box-items .flex-box-img,html body .flex-boxs-block .flex-box-4-3-2-1 .box-items .flex-box-img,html body .flex-boxs-block .flex-box-5-3-2 .box-items .flex-box-img{width:64px;height:64px;float:left}html body .flex-boxs-block .flex-box-3-2-1 .box-items .flex-box-text,html body .flex-boxs-block .flex-box-4-3-2-1 .box-items .flex-box-text,html body .flex-boxs-block .flex-box-5-3-2 .box-items .flex-box-text{height:64px;width:auto;padding-top:20px;font-family:'Roboto',Roboto,sans-serif;font-feature-settings:normal;font-style:normal;font-weight:normal;font-size:14px;line-height:130%;align-items:center;text-align:center;align-content:center}html body .block-padding-8-20{padding:8px 20px 20px 20px}html body .block-padding-20{padding:20px}html body .block-padding-30-0{padding:30px 0}html body .block-padding-30{padding:30px}html body .block-gray{background:#F5F5F5}html body .block-blue{background:#0050E0}html body .block-blue-blocks{background:#0050E0 url(/img/frame-220.png) no-repeat top right}html body .block-blue{background:#0050E0}html body .block-radius-6{border-radius:6px}html body .block-radius-8{border-radius:8px}html body .block-radius-10{border-radius:10px}html body .block-radius-12{border-radius:12px}html body .text-color-FFFFFF,html body .text-color-white{color:#FFFFFF}html body .text-color-FFFFFF a,html body .text-color-FFFFFF li,html body .text-color-FFFFFF p,html body .text-color-FFFFFF div,html body .text-color-FFFFFF h2,html body .text-color-FFFFFF h3,html body .text-color-FFFFFF h4,html body .text-color-FFFFFF h5,html body .text-color-FFFFFF h6,html body .text-color-white a,html body .text-color-white li,html body .text-color-white p,html body .text-color-white div,html body .text-color-white h2,html body .text-color-white h3,html body .text-color-white h4,html body .text-color-white h5,html body .text-color-white h6{color:#FFFFFF}html body .text-color-333333{color:#333333}html body .text-color-333333 a,html body .text-color-333333 li,html body .text-color-333333 p,html body .text-color-333333 div,html body .text-color-333333 h2,html body .text-color-333333 h3,html body .text-color-333333 h4,html body .text-color-333333 h5,html body .text-color-333333 h6{color:#333333}html body .p-text-14-center{font-family:'Roboto',Roboto,sans-serif;font-feature-settings:normal;font-size:14px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:0em;text-align:center}html body .main-menu-div.sidebar-menu ul{padding:0px}html body .main-menu-div.sidebar-menu ul li{padding:0px}html body ul.checkedlist{font-family:'Roboto',Roboto,sans-serif;font-feature-settings:normal;font-size:14px;font-style:normal;font-weight:400;line-height:21px;letter-spacing:0em;text-align:left;padding-right:0;padding-bottom:29px;padding-left:40px}html body ul.checkedlist li{list-style:none;background:url(/bitrix/templates/main_2020/img/img_home_page/check.png) no-repeat left center;padding:14px 0 29px 40px}html body ol.list-num,html body ul.list-num,html body ul.list-null,html body ul.list-bg-check-ok,html body ul.list-new-check-ok,html body ul.list-ok-circul-mini,html body ul.list-files,html body ul.list-check,html body ul.list-check-red-square,html body ul.list-ok,html body ul.list-ok-circul,html body ul.list-no,html body ul.list-none,html body ul.list-infoi,html body ul.list-info,html body ul.list-plus,html body ul.list-arrow-left-blue,html body ul.list-arrow-right-blue,html body ul.list-arrow-left-green,html body ul.list-arrow-right-green{list-style:none;font-family:'Roboto',Roboto,sans-serif;font-feature-settings:normal;font-size:16px;font-style:normal;font-weight:400;line-height:21px;letter-spacing:0em;text-align:left;padding:10px 0px;margin-top:10px;margin-bottom:10px;display:block;width:100%;position:relative;float:left}html body ol.list-num li,html body ul.list-num li,html body ul.list-null li,html body ul.list-bg-check-ok li,html body ul.list-new-check-ok li,html body ul.list-ok-circul-mini li,html body ul.list-files li,html body ul.list-check li,html body ul.list-check-red-square li,html body ul.list-ok li,html body ul.list-ok-circul li,html body ul.list-no li,html body ul.list-none li,html body ul.list-infoi li,html body ul.list-info li,html body ul.list-plus li,html body ul.list-arrow-left-blue li,html body ul.list-arrow-right-blue li,html body ul.list-arrow-left-green li,html body ul.list-arrow-right-green li{padding:11px 20px 11px 39px;margin-left:0px;margin-right:0px}html body ol.list-num.ul-semi-compact,html body ul.list-num.ul-semi-compact,html body ul.list-null.ul-semi-compact,html body ul.list-bg-check-ok.ul-semi-compact,html body ul.list-new-check-ok.ul-semi-compact,html body ul.list-ok-circul-mini.ul-semi-compact,html body ul.list-files.ul-semi-compact,html body ul.list-check.ul-semi-compact,html body ul.list-check-red-square.ul-semi-compact,html body ul.list-ok.ul-semi-compact,html body ul.list-ok-circul.ul-semi-compact,html body ul.list-no.ul-semi-compact,html body ul.list-none.ul-semi-compact,html body ul.list-infoi.ul-semi-compact,html body ul.list-info.ul-semi-compact,html body ul.list-plus.ul-semi-compact,html body ul.list-arrow-left-blue.ul-semi-compact,html body ul.list-arrow-right-blue.ul-semi-compact,html body ul.list-arrow-left-green.ul-semi-compact,html body ul.list-arrow-right-green.ul-semi-compact{padding:0px;margin-top:5px;margin-bottom:5px}html body ol.list-num.ul-semi-compact li,html body ul.list-num.ul-semi-compact li,html body ul.list-null.ul-semi-compact li,html body ul.list-bg-check-ok.ul-semi-compact li,html body ul.list-new-check-ok.ul-semi-compact li,html body ul.list-ok-circul-mini.ul-semi-compact li,html body ul.list-files.ul-semi-compact li,html body ul.list-check.ul-semi-compact li,html body ul.list-check-red-square.ul-semi-compact li,html body ul.list-ok.ul-semi-compact li,html body ul.list-ok-circul.ul-semi-compact li,html body ul.list-no.ul-semi-compact li,html body ul.list-none.ul-semi-compact li,html body ul.list-infoi.ul-semi-compact li,html body ul.list-info.ul-semi-compact li,html body ul.list-plus.ul-semi-compact li,html body ul.list-arrow-left-blue.ul-semi-compact li,html body ul.list-arrow-right-blue.ul-semi-compact li,html body ul.list-arrow-left-green.ul-semi-compact li,html body ul.list-arrow-right-green.ul-semi-compact li{padding:5px 20px 5px 43px;margin-left:0px;margin-right:0px}html body ol.list-num.ul-compact,html body ul.list-num.ul-compact,html body ul.list-null.ul-compact,html body ul.list-bg-check-ok.ul-compact,html body ul.list-new-check-ok.ul-compact,html body ul.list-ok-circul-mini.ul-compact,html body ul.list-files.ul-compact,html body ul.list-check.ul-compact,html body ul.list-check-red-square.ul-compact,html body ul.list-ok.ul-compact,html body ul.list-ok-circul.ul-compact,html body ul.list-no.ul-compact,html body ul.list-none.ul-compact,html body ul.list-infoi.ul-compact,html body ul.list-info.ul-compact,html body ul.list-plus.ul-compact,html body ul.list-arrow-left-blue.ul-compact,html body ul.list-arrow-right-blue.ul-compact,html body ul.list-arrow-left-green.ul-compact,html body ul.list-arrow-right-green.ul-compact{padding:0px;margin-top:0px;margin-bottom:0px}html body ol.list-num.ul-compact li,html body ul.list-num.ul-compact li,html body ul.list-null.ul-compact li,html body ul.list-bg-check-ok.ul-compact li,html body ul.list-new-check-ok.ul-compact li,html body ul.list-ok-circul-mini.ul-compact li,html body ul.list-files.ul-compact li,html body ul.list-check.ul-compact li,html body ul.list-check-red-square.ul-compact li,html body ul.list-ok.ul-compact li,html body ul.list-ok-circul.ul-compact li,html body ul.list-no.ul-compact li,html body ul.list-none.ul-compact li,html body ul.list-infoi.ul-compact li,html body ul.list-info.ul-compact li,html body ul.list-plus.ul-compact li,html body ul.list-arrow-left-blue.ul-compact li,html body ul.list-arrow-right-blue.ul-compact li,html body ul.list-arrow-left-green.ul-compact li,html body ul.list-arrow-right-green.ul-compact li{padding:1px 20px 1px 39px;margin-left:0px;margin-right:0px}html body ul.list-none li{list-style:none}html body ul.list-files{padding-top:5px;padding-left:40px}html body ul.list-files li{background:url(/bitrix/templates/main_2020/img/loadfile.png) no-repeat left center;padding:5px 40px}html body ul.list-bg-check-ok li{background:url(/bitrix/templates/main_2020/img/isvg/bg-check-ok.svg) no-repeat left center;padding:10px 40px 10px 40px}html body ul.list-new-check-ok li{background:url(/bitrix/templates/main_2020/img/isvg/new-check-ok.svg) no-repeat left center;padding:10px 40px 10px 40px}html body ul.list-new-check-ok.bk-y-top li{background-position-y:10px}html body ul.list-ok-circul-mini li{background:url(/bitrix/templates/main_2020/img/ipng/ok-circul-mini.png) no-repeat left center;padding:10px 40px 10px 40px}html body ul.list-check li{background:url(/bitrix/templates/main_2020/img/ok-ico.png) no-repeat 7px center;padding:10px 40px 10px 39px}html body ul.list-ok li{background:url(/bitrix/templates/main_2020/img/check.png) no-repeat left center}html body ul.list-ok-circul li{background:url(/bitrix/templates/main_2020/img/ok-circul.png) no-repeat left center}html body ul.list-no li{background:url(/bitrix/templates/main_2020/img/minus.png) no-repeat left center}html body ul.list-infoi li{background:url(/bitrix/templates/main_2020/img/ipng/infoi.png) no-repeat left center}html body ul.list-info li{background:url(/bitrix/templates/main_2020/img/ipng/info.png) no-repeat left center}html body ul.list-check-red-square li{background:url(/bitrix/templates/main_2020/img/isvg/Checkbox-Square.svg) no-repeat left center}html body ul.list-plus li{background:url(/bitrix/templates/main_2020/img/ipng/plus.png) no-repeat left center;background-size:19px}html body ul.list-arrow-left-blue li{background:url(/bitrix/templates/main_2020/img/ipng/arrow-left-blue.png) no-repeat left center}html body ul.list-arrow-right-blue li{background:url(/bitrix/templates/main_2020/img/ipng/arrow-right-blue.png) no-repeat left center}html body ul.list-arrow-right-green li{background:url(/bitrix/templates/main_2020/img/ipng/arrow-right-green.png) no-repeat left center}html body ol.list-num,html body ul.list-num{padding-left:13px}html body ol.list-num li,html body ul.list-num li{position:relative;z-index:10;font-family:'Roboto',Roboto,sans-serif;font-feature-settings:normal;font-style:normal;font-weight:normal;line-height:150%;min-height:60px;margin:0;padding:5px 13px 5px 50px}html body ol.list-num li>b,html body ul.list-num li>b{font-size:16px}html body ol.list-num.w50 li,html body ul.list-num.w50 li{min-height:100px}html body ol.list-num.w33 li,html body ul.list-num.w33 li{min-height:80px}html body ol.list-num.w25 li,html body ul.list-num.w25 li{min-height:60px}html body ol.list-num li:before,html body ul.list-num li:before{width:48px;height:48px;z-index:999;display:block;position:absolute;background:#F2F2F2;border-radius:12px;content:" ";margin-top:-3px;margin-left:-57px;font-family:'Roboto',Roboto,sans-serif;font-feature-settings:normal;font-style:normal;font-weight:bold;font-size:16px;line-height:150%;color:#727F8E;text-align:center;padding-top:13px;padding-left:0px}html body ol.list-num.circul-green,html body ul.list-num.circul-green{padding-left:0px}html body ol.list-num.circul-green li:before,html body ul.list-num.circul-green li:before{width:30px;height:30px;z-index:999;display:block;position:absolute;background:#FFFFFF;border-radius:30px;content:" ";margin-top:-3px;margin-left:-45px;font-family:'Roboto',Roboto,sans-serif;font-feature-settings:normal;font-style:normal;font-weight:bold;font-size:14px;line-height:150%;color:#39B54A;text-align:center;padding-top:3px;padding-left:1px;border:3px solid #39B54A;padding-right:2px}html body ol.list-num li:nth-child(1):before,html body ul.list-num li:nth-child(1):before{content:"1"}html body ol.list-num li:nth-child(2):before,html body ul.list-num li:nth-child(2):before{content:"2"}html body ol.list-num li:nth-child(3):before,html body ul.list-num li:nth-child(3):before{content:"3"}html body ol.list-num li:nth-child(4):before,html body ul.list-num li:nth-child(4):before{content:"4"}html body ol.list-num li:nth-child(5):before,html body ul.list-num li:nth-child(5):before{content:"5"}html body ol.list-num li:nth-child(6):before,html body ul.list-num li:nth-child(6):before{content:"6"}html body ol.list-num li:nth-child(7):before,html body ul.list-num li:nth-child(7):before{content:"7"}html body ol.list-num li:nth-child(8):before,html body ul.list-num li:nth-child(8):before{content:"8"}html body ol.list-num li:nth-child(9):before,html body ul.list-num li:nth-child(9):before{content:"9"}html body ol.list-num li:nth-child(10):before,html body ul.list-num li:nth-child(10):before{content:"10"}html body ol.list-num li:nth-child(11):before,html body ul.list-num li:nth-child(11):before{content:"11"}html body ol.list-num li:nth-child(12):before,html body ul.list-num li:nth-child(12):before{content:"12"}html body ol.list-num li:nth-child(13):before,html body ul.list-num li:nth-child(13):before{content:"13"}html body ol.list-num li:nth-child(14):before,html body ul.list-num li:nth-child(14):before{content:"14"}html body ol.list-num li:nth-child(15):before,html body ul.list-num li:nth-child(15):before{content:"15"}html body ol.list-num li:nth-child(16):before,html body ul.list-num li:nth-child(16):before{content:"16"}html body ol.list-num li:nth-child(17):before,html body ul.list-num li:nth-child(17):before{content:"17"}html body ol.list-num li:nth-child(17):before,html body ul.list-num li:nth-child(17):before{content:"18"}html body ol.list-num li:nth-child(18):before,html body ul.list-num li:nth-child(18):before{content:"19"}html body ol.list-num li:nth-child(19):before,html body ul.list-num li:nth-child(19):before{content:"20"}html body ol.list-num li:marker,html body ul.list-num li:marker{font-weight:bold}html body ol.flex,html body ul.flex{display:flex;flex-direction:column;flex-wrap:wrap}html body ol.w50 li,html body ul.w50 li{font-size:15px;display:list-item;float:left;width:50%}@media (max-width: 640px){html body ol.w50 li,html body ul.w50 li{width:100%;flex-basis:100%}}html body ol.w33 li,html body ul.w33 li{font-size:14px;display:list-item;float:left;width:33%}html body ol.w25 li,html body ul.w25 li{font-size:13px;display:list-item;float:left;width:25%}html body ul.bksz32 li{background-size:32px}html body ul.bksz24 li{background-size:24px}html body ul.bksz16 li{background-size:16px}html body ul.fsz13 li{font-size:13px}html body ul.fsz14 li{font-size:14px}html body ul.fsz15 li{font-size:15px}html body ul.fsz16 li{font-size:16px}html body ul.fsz18 li{font-size:18px}@media (max-width: 1024px){html body ol.w25 li,html body ul.w25 li{width:50%}}@media (max-width: 480px){html body ol.w25 li,html body ul.w25 li{width:100%}}@media (max-width: 640px){html body ol.w33 li,html body ul.w33 li{width:100%}}html body a.btn-order-service:not([href]):not([tabindex]),html body .btn-order-service{display:block;background:#F67600;border:3px #F67600 solid;border-radius:12px;padding:5px 10px;margin:5px auto;text-decoration:none;color:#FFF;cursor:pointer;font-weight:bold;width:max-content;clear:both;float:left;font-size:14px;line-height:130%;text-align:center;padding:14px 20px}html body a.btn-order-service:not([href]):not([tabindex]):hover,html body .btn-order-service:hover{text-decoration:none}@media (max-width: 768px){html body a.btn-order-service:not([href]):not([tabindex]),html body .btn-order-service{float:none}}html body a.btn-order-service:not([href]):not([tabindex]).btn-order-service-white,html body .btn-order-service.btn-order-service-white{color:#fff;background:none;border:3px #fff solid}html body a.btn-order-service:not([href]):not([tabindex]).btn-order-service-blackwhite,html body .btn-order-service.btn-order-service-blackwhite{color:#777777;background:#fff;border:3px #F2F2F2 solid}html body a.btn-order-service:not([href]):not([tabindex]).btn-order-service-orange,html body .btn-order-service.btn-order-service-orange{color:#F67600;background:none;border:3px #F67600 solid}html body a.btn-order-service:not([href]):not([tabindex]):hover,html body .btn-order-service:hover{color:#FFF;background:#f49423;border:3px #f49423 solid}html body a.btn-order-service:not([href]):not([tabindex]).btn-order-service-blackwhite:hover,html body .btn-order-service.btn-order-service-blackwhite:hover{color:#555555;background-color:#F2F2F2;border:3px #F2F2F2 solid}html body a.btn-order-service:not([href]):not([tabindex]).btn-order-service-orange:hover,html body .btn-order-service.btn-order-service-orange:hover{color:#f49423;background:none;border:3px #f49423 solid}html body .container>.btn-order-service{margin-left:0px}html body .ww960>.btn-order-service{margin-left:0px}html body .page-segment>.btn-order-service{margin-left:0px}html body .link-service-orange,html body .link-service-blue{display:inline-block;border-bottom:1px #fff dotted;letter-spacing:0.3px;padding:0;margin:0 10px}html body .link-service-orange:hover,html body .link-service-blue:hover{text-decoration:none;color:#f49423;border-bottom:1px #F67600 dotted}html body .link-service-orange{color:#F67600}html body .link-service-blue{color:#68a8ff}@media screen and (max-width: 768px){html body .panel-listing .panel-group-wrapper-background{background:none}}html body .panel-listing .panel-group-wrapper-background .panel-group{padding-bottom:25px}html body .panel-listing .panel-group-wrapper-background .panel-group .panel{margin-top:15px;background-color:#ffffff;border:none;box-shadow:1px 2px 6px rgba(0,0,0,0.13);border-radius:8px;overflow:hidden;width:100%}html body .panel-listing .panel-group-wrapper-background .panel-group .panel .panel-heading{padding:0 15px 0 0;position:relative}html body .panel-listing .panel-group-wrapper-background .panel-group .panel .panel-heading:before{content:'';position:absolute;width:98.5%;height:1px;bottom:-1px;background:#ececec;right:0}html body .panel-listing .panel-group-wrapper-background .panel-group .panel .panel-heading .panel-title{font-size:13px;background:url(/bitrix/templates/main_2020/img/plus_ico.png) no-repeat right;line-height:22px;font-weight:bold !important;color:#39b54a}html body .panel-listing .panel-group-wrapper-background .panel-group .panel .panel-heading .panel-title>a{text-decoration:none;padding:11px 40px 11px 15px;display:block;text-align:left;padding-left:5%}html body .panel-listing .panel-group-wrapper-background .panel-group .panel .panel-heading .panel-title.minus_ico{background:url(/bitrix/templates/main_2020/img/minus_ico.png) no-repeat right !important}html body .panel-listing .panel-group-wrapper-background .panel-group .panel .panel-collapse .panel-body{padding:15px 0;border:none}html body .panel-listing .panel-group-wrapper-background .panel-group .panel .panel-collapse .panel-body .panel-body-ico{min-height:50px;margin-top:5px}@media screen and (max-width: 991px){html body .panel-listing .panel-group-wrapper-background .panel-group .panel .panel-collapse .panel-body .panel-body-ico{display:none}}html body .panel-listing .panel-group-wrapper-background .panel-group .panel .panel-collapse .panel-body .panel-body-text{padding:0 15px 0 0}@media screen and (max-width: 991px){html body .panel-listing .panel-group-wrapper-background .panel-group .panel .panel-collapse .panel-body .panel-body-text{padding-left:15px}}html body .panel-listing .panel-group-wrapper-background .panel-group .panel .panel-collapse .panel-body .body-ico-1{background:url(/bitrix/templates/main_2020/../img/info_ico.png) no-repeat center}html body .panel-listing .panel-group-wrapper-background .panel-group .panel .panel-collapse .panel-body .body-ico-2{background:url(/bitrix/templates/main_2020/../img/get-money_ico.png) no-repeat center}html body .panel-listing .panel-group-wrapper-background .panel-group .panel .panel-collapse .panel-body .body-ico-3{background:url(/bitrix/templates/main_2020/../img/ic_ico.png) no-repeat center}html body .panel-listing .panel-group-wrapper-background .panel-group .panel .panel-collapse .panel-body .body-ico-4{background:url(/bitrix/templates/main_2020/../img/check_ico.png) no-repeat center}html body .panel-listing .panel-group-wrapper-background .panel-group .panel .panel-collapse .panel-body .body-text>span{font-weight:bold}html body .panel-listing .panel-group-wrapper-background .panel-group .panel-group-bottom-text{font-size:13px;width:84%;padding:0;font-weight:normal;margin:15px auto;color:#676767;text-align:center}@media screen and (max-width: 991px){html body .panel-listing .panel-group-wrapper-background .panel-group .panel-group-bottom-text{width:100%}}html body .panel-listing .panel-group-wrapper-background .panel-group .panel-group-bottom-text>a{cursor:pointer}html body .segment-gray2{background:#F6F6F6}html body .segment-gray2 .panel-listing .panel-group-wrapper-background .panel-group .panel .panel-heading .panel-title{font-family:'Roboto',Roboto,sans-serif;font-feature-settings:normal;font-style:normal;font-weight:bold;font-size:13px;line-height:175%;color:#333333}html body .infotooltipsi{display:inline-block}html body .infotooltipsi .info-div{display:block;position:relative;float:left;bottom:-0.4em;border-radius:1.5em;border:1px solid #999;color:#777;font-weight:bold;width:1.5em;height:1.5em;background:#FFF;padding-top:1px}html body .infotooltipsi .info-div .info-qw{margin:auto;display:block;text-align:center;padding:0;vertical-align:middle}html body .infotooltipsi .info-div .info-text{display:none}html body .infotooltipsi .info-div:hover .info-text,html body .infotooltipsi:hover .info-div .info-text{display:block;width:25%;min-width:400px;max-width:50%;min-height:50px;position:absolute;left:20px;margin-left:10px;border-radius:10px;background:#FFF;line-height:17px;color:#1e98a0;border:1px solid #3ecab5;transition:all 0.5s;padding:6px 20px;box-shadow:0.4em 0.4em 5px rgba(122,122,122,0.5);z-index:999;bottom:-5px}html body .thead1th1tb3{border-radius:8px;overflow:hidden}html body .thead1th1tb3>div>table,html body .thead1th1tb3>table{border:1px solid #EAEAEA;text-align:center;vertical-align:middle}html body .thead1th1tb3>div>table tbody tr,html body .thead1th1tb3>table tbody tr{background:#FFFFFF}html body .thead1th1tb3>div>table tbody tr:nth-child(2n),html body .thead1th1tb3>table tbody tr:nth-child(2n){background:#FBFBFB}html body .thead1th1tb3>div>table .thead1th1tb3>table tbody tr th,html body .thead1th1tb3>div>table tbody tr td,html body .thead1th1tb3>table .thead1th1tb3>table tbody tr th,html body .thead1th1tb3>table tbody tr td{padding:16px 3px;font-size:13px;color:#111111;border-right:1px solid #EAEAEA;border-left:1px solid #EAEAEA}html body .thead1th1tb3>div>table tbody tr th,html body .thead1th1tb3>table tbody tr th{padding:16px 13px;width:16%;max-width:200px}html body .thead1th1tb3>div>table tbody tr:nth-child(2n+1) th,html body .thead1th1tb3>table tbody tr:nth-child(2n+1) th{background:#F5F5F5}html body .thead1th1tb3>div>table tr th,html body .thead1th1tb3>table tr th{padding:16px 13px;font-size:12px;font-weight:bold;color:#222;text-transform:uppercase;background:#EEEEEE;text-align:center;vertical-align:middle}html body .white-100-midlebotder{width:100%;border:none;border-spacing:0;border-collapse:collapse}html body .white-100-midlebotder tr{border-bottom:1px solid #CDCDCD}html body .white-100-midlebotder tr:last-child{border-bottom:none}html body .white-100-midlebotder td{padding:20px 0;width:50%}html body .fancybox-inner form div label,html body .fancybox-inner form div.popup_form_notes{padding-left:20px;padding-right:30px}table.chkoutrez tr td.tdnm,table.chkoutrez tr td.tdcnt,table.chkoutrez tr td.tdprc{padding-bottom:10px}table.chkoutrez tr td.tdnm{width:auto}table.chkoutrez tr td.tdprc{min-width:80px;text-align:right}.btnopenbock-back{display:none;position:fixed;width:100%;height:100%;background:#333;opacity:0.3;z-index:9999;float:none;top:0px;left:0px}.btnopenbock-back.active{display:block}div.btnopenbock .btnopenbock-block{overflow:hidden;width:1px;height:0px}div.btnopenbock.active .btnopenbock-block{overflow:visible}div.btnopenbock .btnopenbock-img{float:left;margin-top:10%;margin-left:10%;position:relative;z-index:1;z-index:-99990;width:auto;height:20px;opacity:0.01;transition:all ease-out  0.2s}div.btnopenbock.active .btnopenbock-img{margin-top:0%;margin-left:0%;position:fixed;z-index:99999;top:10%;width:auto;height:80%;opacity:1;padding:10px;background:#FFF;border:1px solid #555;transition:all ease-out  0.4s}.btn-order-service.ltgray:hover,.btn-order-service.ltgray{border-color:#BBB;background:#FFF;color:#999}.bk-sqrs-152{background:url(/bitrix/templates/main_2020/img/bk-sqrs-152.svg) no-repeat center right}.bk-sqrs-151{background:url(/bitrix/templates/main_2020/img/headerback.svg) no-repeat center left}.bk-sqrs-148-2{background:url(/bitrix/templates/main_2020/img/bk-sqrs-group-148_2.svg) no-repeat center right}.bk-sqrs-148{background:url(/bitrix/templates/main_2020/img/bk-sqrs-group-148.svg) no-repeat center right}.bk-sqrs-148r{background:url(/bitrix/templates/main_2020/img/bk-sqrs-group-148r.svg) no-repeat center left}.bk-sqrs-141{background:url(/bitrix/templates/main_2020/img/bk-sqrs-group-141.svg) no-repeat center right}.bk-sqrs-142{background:url(/bitrix/templates/main_2020/img/bk-sqrs-group-142.svg) no-repeat center right}.bk-sqrs-147{background:url(/bitrix/templates/main_2020/img/bk-sqrs-group-147.svg) no-repeat center left}.bk-sqrs-minus{background:url(/bitrix/templates/main_2020/img/bk-sqrs-minus.svg) no-repeat center left;opacity:0.04}@media screen and (max-width: 768px){.bk-sqrs-sizer{display:none}}html body .btn-order-service-file{background:url(/bitrix/templates/main_2020/img/loadfile.png) no-repeat 13px center;padding:14px 20px 14px 40px;border:1px #bbb solid;box-shadow:none}html body .btn-order-service-blackwhite-hvgreen{text-align:left;position:fixed;right:-1px;top:-1px;border-radius:0px 0px 0px 12px;padding:10px 15px;display:block;z-index:999;color:#eeeeee;font-size:14px;line-height:130%;text-align:center;border:1px #bbb solid;background:#27AE60;z-index:999999}html body .btn-order-service-blackwhite-hvgreen:hover{color:#ffffff;border-color:#27AE60;font-weight:600;background:#27AE60;box-shadow:1px 1px 7px #999}@media (max-width: 988px){html body .btn-order-service-blackwhite-hvgreen{display:none}}html body footer#footer div#landing-bottom-feedback{background-color:#0050E0;background:#0050E0 url("/bitrix/templates/main_2020/img/feedbackcall.bckgrnd.70.png") right top no-repeat;padding-top:8px;padding-bottom:8px}@media (min-width: 768px) and (max-width: 1920px){html body footer#footer div#landing-bottom-feedback{background-size:unset}}html body footer#footer div#landing-bottom-feedback div.form-content div.block-inside.info-text{color:#fff}html body footer#footer div#landing-bottom-feedback div.form-content div.feedback-form-title{padding:0;margin-top:25px;font-size:25px;font-weight:bold;color:#fff}html body footer#footer div#landing-bottom-feedback div.form-content div.block-inside{padding:0;margin-top:13px;color:#fff;font-family:'Raleway',Raleway,sans-serif;font-feature-settings:'pnum' on, 'lnum' on;font-style:normal;font-weight:normal;font-size:13px;line-height:175%}html body footer#footer div#landing-bottom-feedback div.form-content div.block-inside p{margin:0}html body footer#footer div#landing-bottom-feedback div.form-content div.block-inside.info-text{background:url(/bitrix/templates/main_2020/img/call-back.svg) -9px center no-repeat;padding-left:67px;font-family:'Roboto',Roboto,sans-serif;font-feature-settings:normal;font-style:normal;font-weight:normal;font-size:13px;line-height:175%;padding-top:6px;margin-top:6px;padding-bottom:3px}html body footer#footer div#landing-bottom-feedback div.form-content div.block-inside.info-text span.big-text{font-family:'Roboto',Roboto,sans-serif;font-feature-settings:normal;font-style:normal;font-weight:bold;font-size:22px;line-height:130%}html body footer#footer div#landing-bottom-feedback div.form-content div.block-inside form{display:block;max-width:720px;margin:0 auto;color:#fff;font-size:14px;font-weight:300}html body footer#footer div#landing-bottom-feedback div.form-content div.block-inside form div.bottom-feedback-caption{border-radius:5px;border:1px dotted #fff;margin-bottom:37px}html body footer#footer div#landing-bottom-feedback div.form-content div.block-inside form .form-inp-item{margin:0 auto;padding-right:10px}html body footer#footer div#landing-bottom-feedback div.form-content div.block-inside form label{font-size:14px;font-weight:300;margin-bottom:7px}html body footer#footer div#landing-bottom-feedback div.form-content div.block-inside form input[type="text"]{width:100%;height:50px;padding-left:13px;border-radius:12px;background-color:#3373e6;border:none;outline:none;margin-bottom:19px;color:#fff !important;background-repeat:no-repeat;background-position-x:2%;background-position-y:50%;font-family:'Roboto',Roboto,sans-serif;font-feature-settings:normal;font-style:normal;font-weight:normal;font-size:13px;line-height:175%}@media (min-width: 768px) and (max-width: 990px){html body footer#footer div#landing-bottom-feedback div.form-content div.block-inside form input[type="text"]{padding-left:7px;font-size:11px}}html body footer#footer div#landing-bottom-feedback div.form-content div.block-inside form input[type="text"].phonemask{font-weight:bold;font-size:1.3em;padding-left:15px}html body footer#footer div#landing-bottom-feedback div.form-content div.block-inside form input[type="submit"]{border-radius:12px;height:50px;background-color:#FFFFFF;color:#000000;font-size:13px;font-weight:bold;border-width:1px;padding:5px 22px;outline:none;font-family:'Roboto',Roboto,sans-serif;font-feature-settings:normal;font-style:normal;font-weight:bold;font-size:13px;line-height:175%;text-align:right;color:#2B2B2B}html body footer#footer div#landing-bottom-feedback div.form-content div.block-inside form input[type="submit"]:hover{background:linear-gradient(to top, 0% green, 50% #fff, 0% green);cursor:pointer}html body footer#footer div#landing-bottom-feedback div.form-content div.block-inside form input[type="submit"]:active{background:linear-gradient(to top, 0% green, 50% #fff, 0% green);cursor:pointer}html body footer#footer div#landing-bottom-feedback div.form-content div.block-inside form input[type="text"]::-ms-input-placeholder{color:#FFF}html body footer#footer div#landing-bottom-feedback div.form-content div.block-inside form input[type="text"]::-webkit-input-placeholder{color:#FFF}html body footer#footer div#landing-bottom-feedback div.form-content div.block-inside form input[type="text"]::-moz-placeholder{color:#FFF}html body footer#footer div#landing-bottom-feedback div.form-content div.block-inside form input[type="text"]::-moz-placeholder{color:#FFF}html body footer#footer div#landing-bottom-feedback div.form-content div.block-inside form div.form-feedback-notes{padding:0;font-size:13px;font-weight:300}html body footer#footer{margin-top:58px}html body footer#footer div.footer-bg{color:#FFFFFF;position:relative;background-color:#4B4B4B}@media (min-width: 991px) and (max-width: 1920px){html body footer#footer div.footer-bg{background-size:unset}}html body footer#footer div.footer-bg div.footer-block-logo{float:left;padding-top:130px;background:url("/bitrix/templates/main_2020/img/logo.footer.80.png") 9px 40px no-repeat;color:#939393;font-family:'Raleway',Raleway,sans-serif;font-feature-settings:'pnum' on, 'lnum' on;font-style:normal;font-weight:normal;font-size:13px;line-height:175%;color:#939393;border-right:1px solid #424242;padding-bottom:10px}html body footer#footer div.footer-bg div.footer-block-logo span{font-style:normal;font-weight:normal;font-size:12px;line-height:150%;color:#FFFFFF}html body footer#footer div.footer-bg .footer-block-info{font-family:'Raleway',Raleway,sans-serif;font-feature-settings:'pnum' on, 'lnum' on;font-style:normal;font-weight:normal;font-size:13px;line-height:150%;color:#FFFFFF;padding-top:5px;border-right:1px solid #424242;float:left}html body footer#footer div.footer-bg .footer-block-info .link-adress{color:#FFFFFF}html body footer#footer div.footer-bg .footer-block-info .link-title{font-weight:bold;color:#FFFFFF;margin:13px 0;display:inline-block}html body footer#footer div.footer-bg .footer-block-info .link-text{opacity:0.7;color:#FFFFFF}html body footer#footer div.footer-bg .footer-block-info .link-tel{color:#FFFFFF;opacity:0.7;font-weight:bold}html body footer#footer div.footer-bg .footer-block-info .link-mail{color:#FFFFFF;opacity:0.7}html body footer#footer div.footer-bg .footer-block-info .link-time{color:#FFFFFF;opacity:0.7}html body footer#footer div.footer-bg .footer-block-menu{float:right;margin-top:20px;font-family:'Raleway',Raleway,sans-serif;font-feature-settings:'pnum' on, 'lnum' on;font-style:normal;font-weight:normal;font-size:14px;line-height:175%;color:#939393;padding-left:30px}html body footer#footer div.footer-bg div.partners-block{height:72px;background-color:#232527;margin-bottom:20px}html body footer#footer div.footer-bg div.partners-block span{display:inline-block}html body footer#footer div.footer-bg div.partners-block span:not(:last-child){margin-right:34px}html body footer#footer div.footer-bg div.partners-block span:first-child{margin-left:15px}html body footer#footer div.footer-bg div.partners-block span div{height:72px;display:inline-block;opacity:0.8;background-repeat:no-repeat !important;background-position-x:center !important}html body footer#footer div.footer-bg div.partners-block span div.storedata-partner{width:187px;background:url("/bitrix/templates/main_2020/img/footer-storedata.png");background-position-y:-58px}html body footer#footer div.footer-bg div.partners-block span div.storedata-partner:hover{background-position-y:14px;opacity:1}html body footer#footer div.footer-bg div.partners-block span div.gazprom-partner{width:100px;background:url("/bitrix/templates/main_2020/img/footer-gazprom.png");background-position-y:-83px}html body footer#footer div.footer-bg div.partners-block span div.gazprom-partner:hover{background-position-y:3px;opacity:1}html body footer#footer div.footer-bg div.partners-block span div.ovk-partner{width:226px;background:url("/bitrix/templates/main_2020/img/footer-obk.png");background-position-y:-38px}html body footer#footer div.footer-bg div.partners-block span div.ovk-partner:hover{background-position-y:22px;opacity:1}html body footer#footer div.footer-bg div.partners-block span div.ozk-partner{width:69px;background:url("/bitrix/templates/main_2020/img/footer-semechka.png");background-position-y:-78px}html body footer#footer div.footer-bg div.partners-block span div.ozk-partner:hover{background-position-y:7px;opacity:1}html body footer#footer div.footer-bg div.partners-block span div.itcapital-partner{width:162px;background:url("/bitrix/templates/main_2020/img/footer-it-capital.png");background-position-y:-49px}html body footer#footer div.footer-bg div.partners-block span div.itcapital-partner:hover{background-position-y:17px;opacity:1}@media (max-width: 991px){html body footer#footer div.footer-bg div.partners-block{display:none}}html body footer#footer div.footer-bg div.footer-content .footer-content-text{color:#fff}html body footer#footer div.footer-bg div.footer-content .footer-content-text .title{font-size:16px;font-weight:bold;border-bottom:1px solid #4b4b4b;padding-bottom:4px}@media (max-width: 767px){html body footer#footer div.footer-bg div.footer-content .footer-content-text .title{text-align:center}}html body footer#footer div.footer-bg div.footer-content .footer-content-text .links-block{margin-bottom:10px}html body footer#footer div.footer-bg div.footer-content .footer-content-text .links-block .link-item{font-size:14px;font-weight:300;margin:3px 0 0 0}html body footer#footer div.footer-bg div.footer-content .footer-content-text .links-block .link-item a{color:#fff}@media (min-width: 768px){html body footer#footer div.footer-bg div.footer-content .footer-content-text .links-block .link-item{padding:0 0 0 15px}}@media (max-width: 767px){html body footer#footer div.footer-bg div.footer-content .footer-content-text .links-block .link-item{text-align:center}}html body footer#footer div.footer-bg div.footer-content .footer-content-text .contact-block{margin-bottom:10px}html body footer#footer div.footer-bg div.footer-content .footer-content-text .contact-block .contact-item{margin-top:4px}@media (max-width: 767px){html body footer#footer div.footer-bg div.footer-content .footer-content-text .contact-block .contact-item{text-align:center}}html body footer#footer div.footer-bg div.footer-content .footer-content-text .contact-block .contact-item .text{font-size:14px;font-weight:300}html body footer#footer div.footer-bg div.footer-content .footer-content-text .contact-block .contact-item .phone,html body footer#footer div.footer-bg div.footer-content .footer-content-text .contact-block .contact-item .mail{font-size:14px;font-weight:bold}html body footer#footer div.footer-bg div.footer-content .footer-content-text .contact-block .contact-item .phone span,html body footer#footer div.footer-bg div.footer-content .footer-content-text .contact-block .contact-item .mail span{background-repeat:no-repeat;background-position-x:left;background-position-y:center;width:20px;height:12px;display:inline-block}html body footer#footer div.footer-bg div.footer-content .footer-content-text .contact-block .contact-item .phone.phone span,html body footer#footer div.footer-bg div.footer-content .footer-content-text .contact-block .contact-item .mail.phone span{background-image:url(/bitrix/templates/main_2020/img/phone-google-ico.png)}html body footer#footer div.footer-bg div.footer-content .footer-content-text .contact-block .contact-item .phone.mail span,html body footer#footer div.footer-bg div.footer-content .footer-content-text .contact-block .contact-item .mail.mail span{background-image:url(/bitrix/templates/main_2020/img/malito-google-ico.png)}html body footer#footer div.footer-bg div.footer-content .footer-content-text .adress-block .adress-item{font-size:14px;font-weight:bold;margin-top:5px}@media (max-width: 767px){html body footer#footer div.footer-bg div.footer-content .footer-content-text .adress-block .adress-item{text-align:center}}html body footer#footer div.footer-bg div.footer-content .footer-content-text .adress-block .adress-item span.maps-google-ico,html body footer#footer div.footer-bg div.footer-content .footer-content-text .adress-block .adress-item span.time-google-ico{width:20px;display:inline-block;position:relative}@media (max-width: 767px){html body footer#footer div.footer-bg div.footer-content .footer-content-text .adress-block .adress-item span.maps-google-ico,html body footer#footer div.footer-bg div.footer-content .footer-content-text .adress-block .adress-item span.time-google-ico{width:35px}}html body footer#footer div.footer-bg div.footer-content .footer-content-text .adress-block .adress-item span.maps-google-ico.maps-google-ico:before,html body footer#footer div.footer-bg div.footer-content .footer-content-text .adress-block .adress-item span.time-google-ico.maps-google-ico:before{content:"";position:absolute;width:20px;height:23px;background-image:url(/bitrix/templates/main_2020/img/maps-google-ico.png);background-repeat:no-repeat;top:-14px}html body footer#footer div.footer-bg div.footer-content .footer-content-text .adress-block .adress-item span.maps-google-ico.time-google-ico:before,html body footer#footer div.footer-bg div.footer-content .footer-content-text .adress-block .adress-item span.time-google-ico.time-google-ico:before{content:"";position:absolute;width:20px;height:23px;background-repeat:no-repeat;top:-14px;background-image:url(/bitrix/templates/main_2020/img/time-google-ico.png)}html body footer#footer div.footer-bg div.footer-content .footer-content-map #map_infooter{min-height:260px;border-radius:4px}@media (min-width: 768px){html body footer#footer div.footer-bg div.footer-content .footer-content-map{padding-left:0}}@media (max-width: 768px){html body footer#footer div.footer-bg div.footer-content .footer-content-map{margin-top:10px}}html body footer#footer div.footer-bg div.footer-content .copyright-block{margin-top:30px;padding-bottom:11px;font-size:14px;font-weight:300;color:#676767}html body footer#footer div.footer-bg div.footer-content .copyright-block .sotiallink{position:fixed;top:83px;right:0px;opacity:0.7;width:71px;padding-right:15px;z-index:99999}html body footer#footer div.footer-bg div.footer-content .copyright-block .sotiallink:hover{opacity:1}@media (max-width: 640px){html body footer#footer div.footer-bg div.footer-content .copyright-block .sotiallink{width:150px;padding-right:60px;z-index:9999;top:inherit;bottom:10px;right:inherit;left:0px}}html body footer#footer div.footer-bg div.footer-content .copyright-block a span{height:36px;width:36px;display:inline-block;position:relative;margin-left:3px}html body footer#footer div.footer-bg div.footer-content .copyright-block a span.vkontakte-ico:before{content:"";position:absolute;width:32px;height:32px;top:-24px;right:0;background:#07f url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.878 17.304c-5.411 0-8.695-3.755-8.823-9.994h2.74c.086 4.583 2.171 6.528 3.77 6.925V7.31h2.627v3.954c1.542-.17 3.155-1.97 3.698-3.954h2.584c-.414 2.441-2.17 4.24-3.412 4.983 1.242.6 3.24 2.17 4.011 5.01h-2.84c-.6-1.898-2.07-3.369-4.04-3.569v3.57h-.315Z' fill='%23fff'/%3E%3C/svg%3E");border-radius:13%}html body footer#footer div.footer-bg div.footer-content .copyright-block a span.facebook-ico:before{content:"";position:absolute;width:32px;height:32px;top:-24px;right:0;background:url(/bitrix/templates/main_2020/img/if_facebook_1233013.png) no-repeat center}html body footer#footer div.footer-bg div.footer-content .copyright-block a span.twitter-ico:before{content:"";position:absolute;width:32px;height:32px;top:-24px;right:0;background:url(/bitrix/templates/main_2020/img/if_twitter_1233015.png) no-repeat center}html body footer#footer div.footer-bg div.footer-content .copyright-block a span.whatsapp-ico:before{content:"";position:absolute;width:32px;height:32px;top:-24px;right:0;background:#65bc54 url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 11.794c0 4.304-3.517 7.794-7.855 7.794a7.87 7.87 0 01-3.796-.97L4 20l1.418-4.182a7.714 7.714 0 01-1.127-4.024C4.29 7.489 7.807 4 12.145 4S20 7.49 20 11.794zm-7.855-6.553c-3.641 0-6.603 2.94-6.603 6.553A6.48 6.48 0 006.8 15.636l-.825 2.433 2.537-.806a6.6 6.6 0 003.633 1.084c3.642 0 6.604-2.94 6.604-6.553s-2.962-6.553-6.604-6.553zm3.967 8.348c-.049-.08-.177-.128-.37-.223-.192-.095-1.139-.558-1.315-.621-.177-.064-.305-.096-.434.095a10.92 10.92 0 01-.61.749c-.112.128-.224.143-.416.048-.193-.096-.813-.297-1.549-.948a5.76 5.76 0 01-1.07-1.323c-.113-.191-.013-.295.084-.39.086-.086.192-.223.289-.334.096-.112.128-.191.192-.319s.032-.239-.016-.335c-.048-.095-.433-1.035-.594-1.418-.16-.382-.32-.318-.433-.318-.112 0-.24-.016-.369-.016a.71.71 0 00-.513.239c-.177.19-.674.653-.674 1.593s.69 1.848.786 1.976c.096.127 1.332 2.119 3.289 2.884 1.958.764 1.958.51 2.31.477.353-.031 1.14-.461 1.3-.908.16-.446.16-.829.113-.908z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");border-radius:13%}html body footer#footer div.footer-bg div.footer-content .copyright-block a span.telegram-ico:before{content:"";position:absolute;width:32px;height:32px;top:-24px;right:0;background:#64a9dc url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.92 6.089L4.747 11.555c-.967.388-.962.928-.176 1.168l3.534 1.104 1.353 4.146c.164.454.083.634.56.634.368 0 .53-.168.736-.368.13-.127.903-.88 1.767-1.719l3.677 2.717c.676.373 1.165.18 1.333-.628l2.414-11.374c.247-.99-.378-1.44-1.025-1.146zM8.66 13.573l7.967-5.026c.398-.242.763-.112.463.154l-6.822 6.155-.265 2.833-1.343-4.116z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");border-radius:13%}@media (max-width: 768px){html body footer#footer div.footer-bg div.footer-content .copyright-block>div:nth-child(2){text-align:center !important;margin-top:14px}}html body #order-ajax-add-stack{display:none}html body{font-family:sans-serif;font-weight:normal;background-color:#FFFFFF;background:#fff url(/bitrix/templates/main_2020/img/headerback.svg) 100% 14px no-repeat;background-size:35%;min-width:320px}html body .bk-sqrs-blue{background:url(/bitrix/templates/main_2020/img/bk-sqrs-group-148.svg) 100% 50% no-repeat}@media (max-width: 819px){html body{background:#fff url(/bitrix/templates/main_2020/img/headerback.svg) 100% 175px no-repeat;background-size:40%;position:relative;left:0;margin:0;padding-left:10px;padding-right:10px}}html body .ww960{display:block;max-width:960px;max-width:1200px;margin:0 auto;padding-left:5px;padding-right:5px}html body .row{margin-right:0px;margin-left:0px}@media (min-width: 768px){html body .nopadsidebarpage{padding-left:0px;padding-right:15px}}html body .scroll_top_button{position:fixed;bottom:30px;left:25px;width:56px;height:50px;background:url("/bitrix/templates/main_2020/img/up_ico.png") #F26522;background-position:center;background-repeat:no-repeat;box-shadow:0px 0px 6px rgba(0,0,0,0.25);border-radius:8px;z-index:30;font-size:0px;cursor:pointer}@media (max-width: 768px){html body .scroll_top_button{display:none}}html body ol,html body ul{padding:0}html body .left-static-obl{display:block;width:140px;height:315px;position:fixed;z-index:20000;top:120px;left:0px;background:url("/bitrix/templates/main_2020/img/oblako-green-new.png") no-repeat center left;padding-top:80px}html body .left-static-obl a{display:block;list-style:none;text-decoration:none;color:#fff;font-weight:bold;font-size:12px;text-align:left;margin:15px 0px;padding-left:3px;text-decoration:none}html body .left-static-obl a:hover{text-decoration:none;color:#136eb5}html body .right-static-obl{display:block;width:174px;height:424px;position:fixed;z-index:20000;bottom:130px;right:0px;background:url("/bitrix/templates/main_2020/img/oblako-blue-new.png") center no-repeat;padding-top:105px}html body .right-static-obl a{display:block;list-style:none;text-decoration:none;color:white;font-weight:bold;font-size:12px;text-align:right;margin:15px 0px;padding-right:3px;text-decoration:none}html body .right-static-obl a:hover{text-decoration:none;color:#00FF00}html body div[role="tooltip"]{color:#4b4b4b;background-color:#fff;border:1px solid #39b54a !important;font-size:13px;box-shadow:none}html body div.fancybox-redesign-style .fancybox-skin{padding:28px 51px}html body div.fancybox-redesign-style .fancybox-skin .fancybox-inner{vertical-align:middle;display:table-cell}@media (min-width: 768px){html body div.fancybox-redesign-style .fancybox-skin .fancybox-inner .alert-fancy{white-space:nowrap}}html body div.fancybox-redesign-style .fancybox-skin a.fancybox-close{top:-19px;right:-19px;width:20px;height:20px;background-image:url(/bitrix/templates/main_2020/img/cancel_ico.png);background-repeat:no-repeat;background-position:center;background-size:cover}html body div.fancybox-redesign-style:after{content:"";width:100%;height:5px;bottom:5px;position:relative;display:block;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background:linear-gradient(to right, #78BAF0 33.3%, #F06331 33.3%, #F06331 66.6%, #72F187 66.6%)}
/*# sourceMappingURL=template_styles.css.map */

/* End */
/* /bitrix/components/itlite/site.menu/templates/.header/style.css?175995144819847 */
/* /bitrix/templates/main_2020/components/bitrix/breadcrumb/shema/style.css?17211475081579 */
/* /bitrix/components/itlite/site.menu/templates/.footer/style.css?17211475251150 */
/* /bitrix/templates/main_2020/styles.css?17600748306641 */
/* /bitrix/templates/main_2020/template_styles.css?176007515676215 */
