body{background:#f2f3f5}
h1{color:#333;text-align:center;font-family:"Open Sans",sans-serif;font-size:32px;font-weight:700;line-height:38px;margin-top:40px;margin-bottom:24px}
.rules{padding:24px 32px;border-radius:24px;background:#fff;margin-bottom:48px}
.rules h2{color:#212121;text-align:center;font-family:"Open Sans",sans-serif;font-size:22px;font-weight:700;line-height:28px;margin-bottom:24px}
.rules h3{color:#212121;font-family:"Open Sans",sans-serif;font-size:22px;font-style:normal;font-weight:400;line-height:28px;margin-bottom:24px}
.rules .space{margin-bottom:48px}
.rules .selected-place{display:inline-block;padding:4px 8px;border-radius:8px;background:#12a557;color:#fff}
.table_of_content{position:fixed;top:195px;right:0;display:none}
.table_of_content a{color:#212121;display:block;margin-bottom:8px}
.table_of_content h2{color:#212121;font-family:"Open Sans",sans-serif;font-size:22px;font-weight:700;line-height:28px;margin-bottom:16px}
@media (min-width:1200px){
.table_of_content{display:block;width:245px;right:50%;margin-right:-570px}
}
@media (min-width:1400px){
.table_of_content{display:block;width:400px;right:50%;margin-right:-660px}
}
.bages-container{padding:24px 32px 32px 32px;border-radius:24px;background:#f7f8fa;margin-bottom:32px;margin-top:24px}
.bages-container .bages-row{display:flex;align-items:flex-start;gap:16px;align-self:stretch;margin-top:32px}
.bages-container .bages-row .bages-info{width:172px}
.bages-container .bages-row .bages{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px}
.bages-container .bages-row .bages>div{display:flex;flex-direction:row;gap:8px;align-items:center;justify-content:flex-start;flex-shrink:0;position:relative}
.alert-black{border-radius:24px;background:#333;color:#fff;padding:16px 24px}
.index-description{margin-top:32px;margin-bottom:16px}
.index-stages{display:flex;align-items:flex-start;gap:16px;align-self:stretch}
.index-stages .stage{display:flex;padding:24px 16px;flex-direction:column;align-items:center;gap:8px;flex:1 0 0;align-self:stretch;border-radius:24px;background:#f7f8fa;text-align:center}
.index-stages .stage .icon{height:64px;width:100%;background-position:center;background-repeat:no-repeat}
.index-stages .stage .icon.ok{background-image:url("/img/index/ok.svg")}
.index-stages .stage .icon.circle{background-image:url("/img/index/circle.svg")}
.index-stages .stage .icon.cross{background-image:url("/img/index/point05.svg")}