

/* Start:/local/templates/2018/components/bitrix/news/service-plans/style.css?17786812287515*/
@charset "UTF-8";

.site-wrapper .h1, .site-wrapper .content-style h1 {
    margin-top: 40px;
}

@media only screen and (max-width: 1023px) {
    .site-wrapper .h1, .site-wrapper .content-style h1 {
        margin-top: 100px;
    }
}

.tendention-wr {
    margin-top: 40px;
}

@media only screen and (max-width: 1023px) {
    .tendention-wr {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .tendention-wr {
        margin-top: 20px;
    }
}

.tendention-wr .h1 {
    text-align: center;
    margin: 20px 0 0 0;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
}

@media only screen and (max-width: 1023px) {
    .tendention-wr .h1 {
        font-size: 24px;
        line-height: 1.21;
    }
}

@media only screen and (max-width: 767px) {
    .tendention-wr .h1 {
        font-size: 22px;
        line-height: 1.18;
    }
}

.tendention {
    margin-top: 45px;
}

@media only screen and (max-width: 767px) {
    .tendention {
        margin-top: 35px;
    }
}

.tendention .slick-dots {
    font-size: 0;
}

@media only screen and (max-width: 1023px) {
    .tendention .slick-dots {
        margin-top: 20px;
    }
}

.tendention .slick-dots li {
    padding: 0 5px;
    margin-top: 0;
}

.tendention .slick-dots li:before {
    display: none;
}

.tendention-block-wr {
    position: relative;
    min-height: 321px;
}

@media only screen and (max-width: 1279px) {
    .tendention-block-wr {
        min-height: 298px;
    }
}

@media only screen and (max-width: 1023px) {
    .tendention-block-wr {
        min-height: 304px;
    }
}

@media only screen and (max-width: 767px) {
    .tendention-block-wr {
        min-height: 210px;
    }
}

.content-style .tendention-block {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    width: 100%;
    -webkit-transition: all .10s linear;
    transition: all .10s linear;
    border-radius: 4px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.content-style .tendention-block:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 4px;
    /*
       background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.7)));
       background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
       background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
   */
    background: rgba(0, 0, 0, 0.7);
}

@media only screen and (max-width: 767px) {
    .content-style .tendention-block {
        display: block;
        width: 100%;
        position: relative;
    }
}

.content-style .tendention-block .btn-detail {
    background: none;
}

.content-style .tendention-block__fon {
    display: none;
}

html:not(.bx-touch) .content-style .tendention-block:hover, .bx-touch .content-style .tendention-block:active {
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.24);
    left: 0;
    top: -5px;
    text-decoration: none;
}

@media only screen and (max-width: 1279px) {
    html:not(.bx-touch) .content-style .tendention-block:hover, .bx-touch .content-style .tendention-block:active {
        max-width: 330px;
    }
}

@media only screen and (max-width: 1023px) {
    html:not(.bx-touch) .content-style .tendention-block:hover, .bx-touch .content-style .tendention-block:active {
        position: relative;
        top: 0;
        left: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        max-width: 100%;
    }
}

html:not(.bx-touch) .content-style .tendention-block:hover .tendention-block__fon, .bx-touch .content-style .tendention-block:active .tendention-block__fon {
    display: block;
    width: 100%;
    border-radius: 4px;
    height: 100%;
    position: absolute;
    background: #ee1d23;
    opacity: 0.75;
}

html:not(.bx-touch) .content-style .tendention-block:hover .btn-detail, .bx-touch .content-style .tendention-block:active .btn-detail {
    display: block;
    background: transparent;
    font-size: 14px;
    text-transform: none;
    min-width: 264px;
    line-height: 40px;
    border-radius: 4px;
}

html:not(.bx-touch) .content-style .tendention-block:hover .btn-detail__text, .bx-touch .content-style .tendention-block:active .btn-detail__text {
    padding: 0 100px 0 40px;
    font-weight: normal;
}

@media only screen and (max-width: 767px) {
    html:not(.bx-touch) .content-style .tendention-block:hover .btn-detail__text, .bx-touch .content-style .tendention-block:active .btn-detail__text {
        display: none;
    }
}

html:not(.bx-touch) .content-style .tendention-block:hover .tendention-block__text--read, .bx-touch .content-style .tendention-block:active .tendention-block__text--read {
    color: white;
}

html:not(.bx-touch) .content-style .tendention-block:hover .tendention-info, .bx-touch .content-style .tendention-block:active .tendention-info {
    padding: 30px 40px 10px 30px;
    border-radius: 4px;
}

@media only screen and (max-width: 767px) {
    html:not(.bx-touch) .content-style .tendention-block:hover .tendention-info, .bx-touch .content-style .tendention-block:active .tendention-info {
        padding: 30px 40px 50px 30px;
    }
}

.content-style .tendention-block__title {
    font-size: 18px;
    line-height: 30px;
    line-height: 1.17;
    color: white;
    margin-bottom: 10px;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .content-style .tendention-block__title {
        margin-bottom: 25px;
    }
}

.content-style .tendention-block__title--nodesc {
    height: 136px;
}

.content-style .tendention-block__text {
    font-size: 14px;
    line-height: 1.57;
    color: white;
    height: 110px;
    overflow: hidden;
    margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
    .content-style .tendention-block__text {
        display: none;
    }
}

.content-style .tendention-block__text--read {
    text-decoration: underline;
    line-height: 1.43;
    font-size: 14px;
    color: white;
}

html:not(.bx-touch) .content-style .tendention-block__text--read:hover, .bx-touch .content-style .tendention-block__text--read:active {
    color: black;
}

.content-style .tendention-block__text--read .icon {
    width: 12px;
    height: 12px;
    fill: white;
    padding-left: 5px;
}

.content-style .tendention-block .btn-detail {
    width: 100%;
    line-height: 70px;
    display: none;
    position: relative;
}

.content-style .tendention-block__pic {
    margin-bottom: 25px;
}

@media only screen and (max-width: 1279px) {
    .content-style .tendention-block__pic {
        margin-bottom: 15px;
    }
}

.content-style .tendention-block__pic .icon {
    width: 70px;
    height: 70px;
    fill: white;
}

@media only screen and (max-width: 1279px) {
    .content-style .tendention-block__pic .icon {
        width: 60px;
        height: 60px;
    }
}

.content-style .tendention-block__pic--small .icon {
    width: 60px;
    height: 60px;
}

.tendention-info {
    padding: 30px 40px 50px 30px;
    position: relative;
}

@media only screen and (max-width: 1279px) {
    .tendention-info {
        max-height: 298px;
    }
}

@media only screen and (max-width: 1023px) {
    .tendention-info {
        max-height: none;
    }
}

@media only screen and (max-width: 767px) {
    .tendention-info {
        padding: 30px 40px 50px 30px;
        max-height: 100%;
    }
}


/* End */


/* Start:/local/components/iq/block.topbanner/templates/.default/style.css?17786753091052*/
@media all and (max-width: 600px){
/* .mfp-content{
transform: scale(0.7);
} */
}
.iq-topheader-block{
    overflow: hidden;
    background-position: 50%;
    background-size: cover;
    position: relative;
    min-height: 390px;
}

.iq-topheader-block:before{
    position: absolute;
    top:0;
    content:" ";
    display:block;
    bottom:0;
    left:0;
    right:0;
    background: linear-gradient( to right, rgba(0,0,0, 0.5), rgba(0,0,0, 0) );
    z-index:1;
}

.iq-topheader-container {
    max-width: 1280px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: white;
    position: relative;
    z-index: 2;
    min-height: 390px;
}

.iq-topheader-block .iq-topheader-container h1{
    font-weight:700;
    font-size: 28px;
    line-height: 32px;
    margin: 15px 0 30px !important;
}


.iq-topheader-scaler {
    max-width: 605px;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media screen and (max-width: 1319.99px)
{
    .iq-topheader-container {
        padding: 0 20px;
    }
}

/* End */


/* Start:/local/templates/2018/components/iq/breadcrumbs/.default/style.css?1778681232540*/
.iq-breadcrumbs-container {
    max-width: 1280px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #404140;
    position: relative;
    z-index: 2;
}

.iq-breadcrumbs-container ul.breadcrumbs{
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
	flex-wrap:wrap;
}

@media screen and (max-width: 1319.99px)
{
    .iq-breadcrumbs-container {
        padding: 0 20px;
    }
}

.container.container-breadcrumbs{
	margin-top:0;
	padding:0;
}
/* End */


/* Start:/local/templates/2018/components/bitrix/breadcrumb/.default/style.css?17786812271112*/
.container-breadcrumbs {
    padding: 0 60px;
    margin-top: 20px
}

@media only screen and (max-width: 1279px) {
    .container-breadcrumbs {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media only screen and (max-width: 1023px) {
    .container-breadcrumbs {
        margin-top: 10px;
        padding: 70px 10px 0 10px
    }
}

.breadcrumbs {
    margin: 0;
    padding: 25px 0 10px
}

@media only screen and (max-width: 767px) {
    .breadcrumbs {
        padding: 5px 0 5px
    }
}

.breadcrumbs__item {
    display: inline;
    vertical-align: middle;
    font-size: 12px;
    line-height: 18px;

}

.breadcrumbs__item a {
 color: #ee1d23;
}

@media only screen and (max-width: 767px) {
    .breadcrumbs__item {
        font-size: 12px;
        line-height: 16px
    }
}

.breadcrumbs__item:not(:first-child):before {
    content: '\003E';
    margin: 0 5px;
    font-size: 13px
}

.breadcrumbs__item:last-child:before {
    color: #6d6d6d
}

.breadcrumbs__link {
    color: #6d6d6d;
    /* text-decoration: underline */
}

.breadcrumbs__link:hover {
    text-decoration: underline;
}

/* End */


/* Start:/local/components/news-likes/liked/templates/.default/style.css?17786753083041*/

.copied-it {
    /*font-weight:bold;*/
}
#btn-liked {
    margin-bottom: 12px;
}

.btn-liked:hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}

.evaluate-wrapper {
    margin-bottom: 30px;
}

.view-stat:hover .suggestion-view-state {
    opacity: 1;
    visibility: visible;
}
.btn-checked-cmp path {
    stroke: white;
}

.btn-checked-cmp:hover {
    background-color: #707070 !important;
}

.btn-checked-cmp {
    background-color: #424242 !important;
    color:white !important;
}
.title-catalog-item-ch-cmp {
    margin-right: 4px;
}
.suggestion-view-state {
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
    position: absolute;
    background: #424242;
    border: 1px solid #424242;
    border-radius:4px;
    bottom: -27px;
    white-space: nowrap;
    padding: 0 5px;
    z-index: 2;
}
.suggestion-views {
    left: -15px;
}
.suggestion-likes {
    right: -25px;
}


.view-count {
    display:inline-flex;
    background-color: #424242;
    color:white;
    padding:7px 10px;
    border-radius: 7px;
    font-size: 12px;
    position: relative;
    line-height: 100%;
    align-items: center;
    align-content: center;
}
.view-stat {
    display: inline-flex;
    align-items: center;
}

.view-stat svg {
    margin-right: 6px;
}
.evaluate-wrapper-news .view-stat {
    white-space: nowrap;
    margin: 0 0px;
    display: flex;
    align-items: center;
}
.btn-evl:hover .share-item {
    opacity:100%;
    visibility: inherit;
}
/*.btn-evl:hover svg path {*/
/*    stroke:black;*/
/*}*/
.btn-evl {
    transition: 0.5s;
}


.share-item {
    visibility: hidden;
    opacity:0;
    position:absolute;
    left:0;
    top:36px;
    background-color: white;
    width:100%;
    z-index:10;
    box-shadow: 0px 2px 5px 0px #0000002E;
    border-radius: 7px;
}


.share-item span {
    padding:7px 10px;
    display: block;
}


.share-item span:hover {
    color: #EE1D23;
    text-decoration: underline;
}
.share {
    width:110px
}

.evl-share-wrap {
    width: 110px;
}
.evaluate-wrapper .btn-evl {
    display:inline-block;
    position: relative;
    cursor:pointer;
    padding-bottom: 10px;
}

.evaluate-wrapper > span,
.evaluate-wrapper > div {
    margin-right: 12px;
}

.evl-share-wrap:hover {
    background: white !important;
}
.btn-evl svg {
    vertical-align: sub;
} 

.btn-evl-news-subscribe svg {
   margin-top: 4px;
   margin-left: 2px;
}
/*.evaluate-wrapper .btn-evl:hover {*/
/*    background-color:#424242;*/
/*    color:white;*/
/*}*/


.add-cmp-ic svg{
    vertical-align: middle;
}

@media screen and (max-width: 1320px) {
    .wrapper-states {
        padding-left: 20px;
    }
}

@media screen and (max-width: 480px) {
    .evl-text {
        /* display: none; */
    }
    .evl-share-wrap {
        width: auto;
    }
    .btn-evl-news-subscribe svg {
        margin-top: 5px;
        margin-left: 0px;
     }
}

@media screen and (max-width: 590px) and (min-width: 480px) {
    .btn-evl-catalog-item {
        margin: 10px !important;
        margin-left: 0 !important;
    }
}
/* End */


/* Start:/local/templates/2018/components/bitrix/system.pagenavigation/.default/style.css?17786812271261*/
.paging-wr{padding:25px 0;text-align:right}
@media only screen and (max-width: 1023px){.paging-wr{padding:20px 0}
}
.content-style .paging,.paging{font-size:0;margin:0 -15px}
.content-style .paging__item,.paging__item{color:#888888;display:inline-block;vertical-align:middle;font-size:18px;line-height:32px;margin:0 15px;text-align:center}
@media only screen and (max-width: 1023px){.content-style .paging__item,.paging__item{margin:0 12px;font-size:16px;line-height:24px}
}
.content-style .paging__item--active,.paging__item:hover{color:#6d6d6d;font-weight:500}
html:not(.bx-touch) .content-style .paging__item:hover,.bx-touch .content-style .paging__item:active,html:not(.bx-touch) .paging__item:hover,.bx-touch .paging__item:active{text-decoration:none}
.content-style .paging__item--arr,.paging__item--arr{margin:0 3px}
.content-style .paging__item--arr:first-child,.paging__item--arr:first-child{margin-right:3px}
.content-style .paging__item--arr:not(:first-child),.paging__item--arr:not(:first-child){margin-left:3px}
.pager-arr,.content-style .pager-arr{display:inline-block;vertical-align:middle;width:32px;height:32px;padding:10px;line-height:0;text-align:center}
.pager-arr .icon,.content-style .pager-arr .icon{width:12px;height:12px;fill:#6d6d6d}


/* End */


/* Start:/local/templates/2018/components/bitrix/news.list/service-plan-noform/style.css?17786812281382*/
.career-list .news-list-block .news-list-block__pic img {
    filter: grayscale(100%);
    transition: all 0.3s ease-in-out;
}

.career-list .news-list-block:hover .news-list-block__pic img {
    filter: grayscale(0%);
}

.content-style .btn-detail--mainpage-distr:after, .btn-detail--mainpage-distr:after {
    content: '';
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjQxIiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgNy40MSAxMiI+DQogIDxkZWZzPg0KICAgIDxzdHlsZT4NCiAgICAgIC5jbHMtMSB7DQogICAgICAgIGZpbGw6ICNmZmY7DQogICAgICB9DQogICAgPC9zdHlsZT4NCiAgPC9kZWZzPg0KICA8ZyBpZD0iYmFzZWxpbmUta2V5Ym9hcmRfYXJyb3dfcmlnaHQtMjRweCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTguNTkgLTYpIj4NCiAgICA8cGF0aCBpZD0iUGF0aF8yODEiIGRhdGEtbmFtZT0iUGF0aCAyODEiIGNsYXNzPSJjbHMtMSIgZD0iTTguNTksMTYuNTksMTMuMTcsMTIsOC41OSw3LjQxLDEwLDZsNiw2LTYsNloiLz4NCiAgPC9nPg0KPC9zdmc+DQo=) center no-repeat;
    background-size: cover;
    width: 7px;
    height: 12px;
    position: absolute;
    top: 16px;
    left: 185px !important;
    right: unset !important;
}

@media only screen and (max-width: 1024px) {
    .tendention-block-wr {
        margin-bottom: 20px;
    }
}

.solutions-block {
    margin-top: 50px;
}

.content-style .solutions-block h2 {
    font-size: 30px;
    font-weight: 600;
}

.document-button-holder {
    text-align: center;
    margin-top: 30px;
}
/* End */


/* Start:/local/components/iq/icons.block/templates/.default/style.css?17786753092380*/
.iq-building-block{
    padding: 40px 0;
}


.iq-block-container{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
}

@media screen and (max-width: 1319.99px)
{
    .iq-block-container {
        padding: 0 20px;
    }
}
.iq-iconblock-content{
    display: flex;
    column-gap: 40px;
    align-items: stretch;
}

.iq-iconblock-content .slick-track{
    display: flex !important;
    align-items: stretch;
}

.iq-iconblock-content .slick-slide{
    height: inherit !important;
}

.iq-iconblock-content .slick-track > div{
    height:100%;
    margin:5px 20px 25px 20px;
}

.iq-iconblock{
    flex-basis: 300px;
    flex-grow: 1;
    background-position: 50%;
    background-size: cover;
    transition: all .3s ease-out;
    border-radius: 5px;
   /* margin-right:40px; */
}

.iq-iconblock:last-child{
  /*  margin-right:0; */
}

.iq-iconblock:hover {
    margin-top: -5px;
    margin-bottom: 5px;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .24);
}

.iq-iconblock-link{
    display: flex;
    flex-direction: column;
    color: white !important;
    /* oh you TeamProfi! WHY DID YOU DO THIS WITH .content-style? */
    text-decoration: none;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    height:100%;
    transition: all .3s ease-out;
}

.iq-iconblock-link:hover{
    text-decoration: none !important;
    background: #ad2428e8;
    transition: all .3s ease-out;
}

.iq-iconblock-link svg{
    fill: currentColor;
}

.iq-iconblock-icon{
    padding: 40px 30px 25px 30px;
}

.iq-iconblock-icon svg{
    height: 70px;
    width: 70px;
}

.iq-iconblock-title{
    padding: 0 30px;
    font-size: 18px;
    line-height: 1.17;
    margin-bottom: 10px;
    font-weight: 700;
}

.iq-iconblock-text{
    padding: 0 30px;
    font-size: 14px;
    line-height: 1.57;
    color: white;
    overflow: hidden;
    margin-bottom: 25px;
}

.iq-iconblock-readmore{
    margin-top: auto;
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px dashed white;
    opacity:0;
}

.iq-iconblock-readmore svg{
    height: 14px;
    width: 14px;
}

.iq-iconblock-link:hover .iq-iconblock-readmore{
    opacity: 1;
}

.iq-iconblock-buttonholder {
    text-align: center;
    margin-top: 20px;
}

.iq-iconblock-text.js-cut-text{
    max-height: 95px;
}
/* End */


/* Start:/local/templates/2018/components/bitrix/form.result.new/gameform/style.css?17786812276604*/
#question-mark {
    margin-left: -10px;
    margin-top: -8px;
    top: -8px;
    width: 8px;
    height: 12px;
    color: green;
    cursor: pointer;
    background-color: #fafafa;

}

#question-mark div {
    text-align: center;
    width: 24px;
    height: 24px;
    color: #333;
    border: 1px solid transparent;
    padding-left: 2px;
    font-weight: 500;
}

#question-mark div.bordered {
    border: 1px solid #333333;
    border-radius: 50%;
}

#question-mark:hover div  {
    text-align: center;
    background-color: black;
    border-radius: 50%;
    color: white;
}

#question-mark-description {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px;
    border: 1px solid #C9C9C9FF;
    color: #333333;
    line-height: 17px;
    display: none;
    font-size: 11px;
    position: absolute;
    bottom: calc(100% + 10px);
    background-color: #fafafa;
    padding: 15px;
    border-radius: 15px;
    z-index: 9;
    font-weight: 500;
}

#question-mark-description button {
    border: none;
    width: 17px;
    height: 17px;
    position: absolute;
    right: 7px;
    top: 7px;
    background: none;
    padding: 0;

}

@media (max-width: 1250px) {
    #question-mark-description {

        right: auto;
        left: 0;
        width: 100%;
    }
}

#step4 label {
    overflow: visible;
}


#question-mark > span:before, #question-mark > span:after {
    display: none;
}

.input-group.iqradio, .input-group.iqcheck {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
}

.iqradio label, .iqcheck label {
    display: -webkit-box;
    display: flex;
    cursor: pointer;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.375em;
    margin-right: 20px;
    /* Accessible outline */
    /* Remove comment to use */
    /*
        &:focus-within {
                outline: .125em solid $primary-color;
        }
    */
}

.iqradio label input, .iqcheck label input {
    position: absolute;
    left: -9999px;
}


.iqcheck label input:checked + span:before {
    background-color: #ee1d23;
}

.iqcheck label span:after {
    border: 4px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 0.6em;
    left: 0.75em;
    opacity: 0;
    position: absolute;
    top: 0.7em;
    transform: rotate(-45deg);
    width: 1.2em;
    z-index: 500;
    transform-origin: center;
}

.iqcheck label input:checked + span:after {
    opacity: 1;
}

.iqradio label input:disabled + span {
    opacity: 0.5;
}



.iqcheck label span {

}




.game-results {
    display: none;
    flex-direction: row;
    justify-content: center;
}

.game-results.shown {
    display: flex;
    margin-top: 10px;
}

.game-result {
    padding: 5px;
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;

    flex-basis: 100px;
    max-width: 300px;
    flex-grow: 1;
}

.content-style .game-result .pagewide-block-wr .distribution-block {
    background-color: #fafafa;
}

.content-style .game-result.shown .pagewide-block-wr .distribution-block {
    background-color: white;
}

.game-result .pagewide-block__info {
    opacity: .5;
}

.game-result.shown .pagewide-block__info {
    opacity: 1;
}

.game-result.shown .splash {
    display: none;
}

/*
.game-result.ihidden{
    display:none;
}

.game-result.ihidden.shown{
    display:flex;
}
*/

.content-style .form.form-gameform {
    margin: 0 auto;
    display: block;
}

h4.element-header {
    margin-bottom: 5px;
}

#needs-block {
    display: none;
}

.gameform-results-title {
    display: none;
    margin-top: 20px;
}

.gameform-results-title.shown {
    display: block;
}

#resultform input[type=submit]:disabled {
    opacity: 0.5;
}

.required-star {
    color: #ee1d23;
}

.my_checkmark {
    display: none;
    color: transparent;
    position: relative;
}

.my_checkmark:after {
    border: 4px solid green;
    border-top: none;
    border-right: none;
    content: "";
    height: 0.6em;
    left: 3px;
    position: absolute;
    top: 2px;
    transform: rotate(-45deg);
    width: 1.2em;
    z-index: 2;
    transform-origin: center;
}

@media (max-width: 1023.99px) {
    .game-results {
        flex-direction: column;
    }

    .game-result {
        flex-direction: row;
        max-width: unset;
        width: 100%;
        flex-basis: unset;
        padding: 3px 10px !important;
    }

    .content-style .pagewide-block-wr {
        min-height: unset !important;
        width: 100%;
    }

    .content-style .pagewide-block-wr .distribution-block {
        flex-direction: row !important;
    }

    .game-result .pagewide-block__info {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        padding: 10px 20px !important;
    }

    .content-style .game-result .distribution-block {
        min-height: unset !important;
        position: relative !important;
    }

    .content-style .game-result .distribution-block__pic {
        margin-bottom: unset !important;
    }

    .content-style .game-result .distribution-block__pic .icon {
        max-width: 40px !important;
        max-height: 40px !important;
        margin-bottom: unset !important;
    }

    .content-style .game-result h3 {
        margin: 0 15px !important;
        text-align: left !important;
    }

    .btn-holder {
        margin: 0 20px !important;
    }

    .game-result a.js-modal {
        margin-left: auto;
        margin-top: 0;
    }

    html:not(.bx-touch) .content-style .game-result .distribution-block:hover, .bx-touch .content-style .game-result .distribution-block:active {
        -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.24);
        -moz-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.24);
        box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.24);
        left: 0;
        top: -5px;
        text-decoration: none;
    }
}

@media (max-width: 575.98px) {
    .input-group.iqcheck {
        flex-direction: column;
    }

    .content-style .distribution-block--white.distribution-block .distribution-block__pic {
        display: none;
    }

    .game-result .pagewide-block__info {
        padding: 10px !important;
    }

    .btn-holder {
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    .content-style .distribution-block--white.distribution-block {
        flex-wrap: wrap;
    }

    .game-result a.js-modal {
        margin-left: auto;
        margin-top: 0;
        margin-right: 10px;
        text-align: right;
    }
}

.hidden-on-start {
	display:none; 
}
/* End */


/* Start:/local/templates/2018/components/bitrix/news.list/agree/style.css?17786812282074*/
.mfp-wrap .mfp-container .modal-popup {
    max-width: 960px;
}

.mfp-content .popup-content {
    display: block;
    max-width: 960px;
    position: relative;
    margin: 20px 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    padding: 45px;
}

.distribution-block__pic img, .pagewide-block__text img {
    max-height: 200px;
    margin: 10px auto;
}

.pagewide-block__text {
    font-size: 16px;
    font-weight: bold;
    text-align: center;

}

.pagewide-block__info {
    padding: 30px 20px 10px 20px;
}

.content-style .pagewide-block-wr {
    min-height: 340px;
    margin: 0px;
    position: relative;
}

.content-style .pagewide-block-wr .distribution-block {
    left: 0;
    margin: 0;
    background-color: white;
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.content-style .game-result .distribution-block {
    min-height: 320px;
}

.content-style .game-result.selected .pagewide-block-wr .distribution-block {
    border: 2px solid #ee1d23;
}

.popup-content {
    display: none;
}

a.js-modal {
    display: block;
    text-align: center;
    margin-top: auto;
}

a.js-modal.btn-red {
    display: inline-block;
}


.header-connect-button a.js-modal {
    display: inline;
    /*text-align: center;*/
    /*margin-top: auto;*/
}

.header-connect-button a.js-modal.btn-red {
    display: inline-block;
}

.btn-holder {
    margin: 10px auto 20px;
    text-align: center;
}

.content-style .game-result .distribution-block__pic .icon {
    width: 100%;
    height: unset;
    max-width: 100px;
    max-height: 100px;
    fill: #404140;
    margin-bottom: 15px;
}

.content-style .game-result h3 {
    text-align: center;
}

.content-style .game-result .btn-slct {
    display: none;
}

.content-style .game-result.shown .btn-slct {
    display: inline-block;
}

.content-style .game-result.selected .btn-slct {
    display: none;
}


.gameform-results-title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
/* End */


/* Start:/local/templates/2018/components/bitrix/form.result.new/.default/style.css?1778681227126*/
.form-req-indicator {
    color: #424242;
    margin-left: 2px;
}

.message {
    padding: 25px 20px 25px 20px !important;
}


/* End */
/* /local/templates/2018/components/bitrix/news/service-plans/style.css?17786812287515 */
/* /local/components/iq/block.topbanner/templates/.default/style.css?17786753091052 */
/* /local/templates/2018/components/iq/breadcrumbs/.default/style.css?1778681232540 */
/* /local/templates/2018/components/bitrix/breadcrumb/.default/style.css?17786812271112 */
/* /local/components/news-likes/liked/templates/.default/style.css?17786753083041 */
/* /local/templates/2018/components/bitrix/system.pagenavigation/.default/style.css?17786812271261 */
/* /local/templates/2018/components/bitrix/news.list/service-plan-noform/style.css?17786812281382 */
/* /local/components/iq/icons.block/templates/.default/style.css?17786753092380 */
/* /local/templates/2018/components/bitrix/form.result.new/gameform/style.css?17786812276604 */
/* /local/templates/2018/components/bitrix/news.list/agree/style.css?17786812282074 */
/* /local/templates/2018/components/bitrix/form.result.new/.default/style.css?1778681227126 */
