

/* Start:/local/components/iq/block.topbanner/templates/.default/style.css?17649316881052*/
@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?1762421080540*/
.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?17624239611112*/
.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?17624224123041*/

.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/components/iq/text.block/templates/.default/style.css?1764931674229*/
.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;
    }
}

/* End */


/* Start:/local/templates/2018/components/bitrix/form.result.new/outsource/style.css?17624210785468*/
.input-group.iqradio, .input-group.iqcheck {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.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:before {
    display: -webkit-box;
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #ee1d23;
}

.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;
    }
}
/* End */
/* /local/components/iq/block.topbanner/templates/.default/style.css?17649316881052 */
/* /local/templates/2018/components/iq/breadcrumbs/.default/style.css?1762421080540 */
/* /local/templates/2018/components/bitrix/breadcrumb/.default/style.css?17624239611112 */
/* /local/components/news-likes/liked/templates/.default/style.css?17624224123041 */
/* /local/components/iq/text.block/templates/.default/style.css?1764931674229 */
/* /local/templates/2018/components/bitrix/form.result.new/outsource/style.css?17624210785468 */
