.catalog-cont-wrap{
    width: 100%;
}
.exclusive-unit{
    text-decoration: none;
}
.pre-catalog-click {
    cursor: pointer;
}
.ui-widget-content{
    z-index: 1000;
}

.space-btn-row {
    justify-content: space-between;
}

.basket-info-form {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
.basket-info-form .basket-info-block {
    /*width: calc(70% - 20px);*/
}

.basket-info-additional-stack {
    display: flex;
    flex-direction: column;
}

.basket-info-additional-stack .input-row:first-child {
    margin-right: 20px;
}

.basket-info-form .input-row {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    transition: 0.2s;
}
.basket-info-form .input-row textarea, .basket-info-form .input-row input[type="text"]{
    padding-left: 14px;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #d6d6d6;
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    transition: 0.2s;
    width: 100%;
}
.basket-info-form .input-row textarea {
    height: 120px;
    resize: none;
}
.basket-info-form .basket-payment-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.basket-info-form .basket-payment-list .checkradio-row {
    width: 50%;
    margin-bottom: 5px;
}
@media screen and (max-width: 990px) {
    .basket-info-form .basket-payment-list .checkradio-row {
        width: 100%;
    }
}

.basket-info-additional {
    width: 100%;
}

.text-page-section.text-page-with-form {
    display: flex;
    max-width: 1170px;
    margin: 0 auto;
}
.text-page-form-block {
    margin-top: 1.67em;
    width: 30%;
    padding-left: 20px;
}

.text-page-form .input-row {
    margin-bottom: 20px;
}

.text-page-form .input-row input[type="text"] {
    padding-left: 14px;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #d6d6d6;
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    transition: 0.2s;
    width: 100%;
}
.last-thread-unit img{
    max-width: 100%;
}
.field-order-comment .control-label,.field-order-payment_type .control-label{
    margin-right: 20px;
}

.basket-coupon-message:empty {
    display: none;
}

.basket-coupon-message, .account-error-message {
    width: 100%;
    background: #ffe7e7;
    padding: 10px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #f00;
    color: #f00;
    font-weight: bold;
}

.account-error-message {
    margin-bottom: 25px;
}

.basket-en-message:empty {
    display: none;
}
.basket-en-message {
    width: 100%;
    background: #f1ffe7;
    padding: 10px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #358672;
    color: #358672;
    font-weight: bold;
}
.feedback-form .input-row{
    width: 100%;
}
.feedback-area{
    width: 100%;
}
.cip-old-price {
    font-size: 22px!important;
    text-decoration: line-through;
    color: #358672!important;
}
.catalog-item-list-unit .cip-old-price {
    display: block;
    font-size: 14px!important;
    text-decoration: line-through;
    color: #358672!important;
}
.price-red{
    color:#f00!important;
    white-space: nowrap;
}
.select2-results__option{
    border-bottom: 1px solid #ccc;
}
.bit-unit-block.bit-price{
    flex-direction: inherit;
    align-items: center;
}
.basket-info-additional-stack label{
    margin-right: 8px;
    color: red;
    display: inline-block;
}
.basket-info-additional-stack  .help-block{
    color: red;
    width: 300px;
}
@media screen and (max-width: 768px) {
    .bit-unit-block.bit-price{
        flex-direction: column;
        align-items: center;
    }
}
.select2-container--default .select2-results>.select2-results__options{
    max-height: 500px!important;
}

.input-row-payments {
    flex-flow: row wrap;
}
.input-row-payments .help-block {
    width: 100%;
}

.input-row.has-error input[type="text"], .input-row.has-error input[type="text"] {
    border: 1px solid #e72800;
}

.input-row.has-error .help-block {
    font-size: 12px;
    color: #e72800;
}

.animated-modal * {
    color: #fff;
}

.animated-modal {
    padding: 3rem !important;
    max-width: 400px;
    border-radius: 4px;
    overflow: hidden;
    background: linear-gradient(45deg, #2b7663 32%, #358672 100%);
    transform: translateY(-80px);
    transition: all .5s;
}
.animated-modal.animated-modal-error {
    background: linear-gradient(45deg, #c87562 32%, #f08672 100%);
}

.animated-modal h2, .animated-modal p {
    transform: translateY(-40px);
    opacity: 0;
    transition-property: transform, opacity;
    transition-duration: .3s;
}

.fancybox-slide--current .animated-modal, .fancybox-slide--current .animated-modal h2, .fancybox-slide--current .animated-modal p {
    transform: translateY(0);
    opacity: 1;
    transition-duration: .3s;
}

.animated-modal.text-center {
    text-align: center !important;
}

.animated-modal p, .animated-modal h2 {
    margin-top: 0;
    margin-bottom: 1rem;
}
.cip-tabcont p{
    margin-bottom: 1em;
}

ol li{
    list-style-position: inside;
    margin-bottom: 20px;
}
ol li p{
    display: inline;
}
.field-order-payment_type.has-error .help-block{
    width: 100%;
    background: #ffe7e7;
    padding: 10px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #f00;
    color: #f00;
    font-weight: bold;
}
.border-table{
    border-collapse: collapse;
}
.border-table td,.border-table th{
    border: 1px solid #ccc;
    padding: 8px;
}
.border-table .border-table-name{
    text-align: center;
}
.pointer{
    cursor: pointer;
}
.exc-pic-wrap{
    min-height: 136px;
}
blockquote{
    border-left:5px solid #ccc;
    padding: 5px;
    margin-bottom: 0.5em;
    margin-left: 25px;
    margin-top: -0.5em;
}
.over-text{
    height: 300px;
    overflow: hidden;
    position: relative;
}
.over-text:before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(248,250,252,1) 90%, rgba(246,248,251,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(90%, rgba(248,250,252,1)), color-stop(100%, rgba(246,248,251,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(248,250,252,1) 90%, rgba(246,248,251,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(248,250,252,1) 90%, rgba(246,248,251,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(248,250,252,1) 90%, rgba(246,248,251,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(248,250,252,1) 90%, rgba(246,248,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f8fb', GradientType=0 );
}

.show-over-text{
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    left: 16px;
    z-index: 101;
    text-decoration: underline;
}
.show-over-text:hover{
    text-decoration: none;
}
.not-decoration{
    text-decoration: none;
}
.not-decoration:hover{
    text-decoration: underline;
}
.table-partner-1{
    font-size: 20px;
}
.table-partner-2{
    font-size: 18px;
}
.table-partner-3{
    font-size: 16px;
}
.paint-table thead th{
    background: #6d9eeb;
}

.tr-color-0 td{
    background: #d9ead3;
}
.tr-color-1 td{
    background: #fff2cc;
}
.is-sticky{
    z-index: 102;
}
.is-sticky .header-bot-row{
    padding: 5px;
}
.is-sticky .haeder-logo-block img{
    max-height: 25px;

}
html[lang="en"] .is-sticky .haeder-logo-block img{width: auto;}
.header{
    z-index: 990;
}
@media screen and (max-width: 768px) {
    .sticky-wrapper{
        height: 100%!important;
    }
    .is-sticky .header-bot-row{
    position: relative!important;
    }
    .bap-cont .input-row{
        flex-direction: column;
        width: 100%;
    }
}

.tags-box{
    color: #8e93a2;
    position: relative;
    display: block;
    margin: 10px 0;
}



.div-label-hint{
    width: 300px;
}

.hint-box{
    position:relative;
}

.hint-box-popup{
    position:absolute;
    display: none;
    bottom:33px;
    width:600px;
    left:-305px;
    border:1px solid #d6d6d6;
    padding:8px;
    font-size:12px;
    line-height:14px;
    background:#f7f8fb;
    -webkit-justify-content: center;
    justify-content: center;
    background: #444;
    border-radius: 0px;
    color: #fff;
}
.hint-box:hover .hint-box-popup{
    display: block;
}
.hint-box-popup:after{
    content: "";
    border: solid;
    border-color: #444 transparent;
    border-width: 12px 12px 0 12px;
    content: "";
    left: 50%;
    margin-left:-6px;
    bottom: -10px;
    position: absolute;
}
.hint-box-q{
    width:18px;
    height:18px;
    display:inline-block;
    text-align:center;
    font-size:12px;
    line-height:18px;
    border:1px solid #d6d6d6;
    background:#999da1;
    border-radius:50%;
    font-weight:bolder;
    cursor:pointer;
    color:white;
}
.hint-block{
    display: inline-block;
}

.hint-box-popup img{
    max-width: 100%;
}
.hint-box-popup p{
    margin-bottom: 4px;
}







/* poker-room-page */

.rooms-reviews-section {
    padding:24px 0;
    box-sizing: border-box;
}

.rooms-reviews-section .seciton-title {
    margin-bottom: 24px;
}

.rsp-front-info-block {
    background: linear-gradient(226.75deg, #37363F 0%, #1C1B20 62.36%);
    border-radius: 3px;
    padding:38px 57px;
    box-sizing: border-box;
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    color:#fff;
    margin-bottom: 44px;
}

.rspf-logo-block {
    margin-bottom: 32px;
}

.rspf-info-unit-item {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom:16px;
}

.rspf-info-unit-title {
    min-width: 90px;
    font-weight: 600;
}



.rspf-list-title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    margin-bottom:12px;
}

.rspf-list-col {
    padding-left:48px;
    box-sizing:border-box;
    border-left:1px solid rgba(255,255,255,0.2);
    width: 40%;
    min-width: 40%;
}

.rspf-list-col ul {
    list-style:none;
}

.rspf-list-col ul li {
    position:relative;
    padding-left:21px;
    box-sizing:border-box;
    margin-bottom:20px;
}

.rspf-list-col ul li:last-child {
    margin-bottom: 0;
}


.rspf-list-col ul li::after {
    content:'';
    position:absolute;
    left:0;
    top:4px;
    width:9px;
    height:9px;
    background-color:#2b7663;
    border-radius:10px;
}

.rspf-info-col {
    width: 60%;
    padding-right: 66px;
    box-sizing: border-box;
}

.rspf-info-unit-content ul {
    display:flex;
    flex-flow:row wrap;
    list-style:none;
}

.rspf-info-unit-content ul li {
    margin-right:6px;
}

.rspf-info-unit-content ul li img {
    width:38px;
    border-radius: 3px;
}

.rspf-text-panel p {
    font-size: 16px;
    line-height: 24px;
}

.rspf-info-units-list {
    margin-bottom:32px;
}



.rspf-cont-selector-row {
    display:flex;
    flex-flow:row nowrap;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom:24px;
}

.rspf-cont-selector-link {
    display:flex;
    justify-content: center;
    align-items: center;
    padding:36px 6px;
    box-sizing: border-box;
    color: #303039;
    font-weight: 600;
    font-size:14px;
    text-transform: uppercase;
    transition: 0.2s;
    border-radius: 3px;
    margin-right:20px;
    width:100%;
    border: 1px solid #D6D6D6;
    box-sizing: border-box;
    cursor:pointer;
    background-color:transparent;
    text-align: center;
}

.rspf-cont-selector-link:hover{
    background-color:#f2f2f2;
}

.rspf-cont-selector-link:last-child {
    margin-right: 0;
}



.rspf-cont-selector-link.active {
    color:#fff;
    background-color:#1C1B20;
    border-color:#1C1B20;
}

.rspf-page-cont-cols-wrap {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.rspf-col-cont-unit-list {
    border: 1px solid #D6D6D6;
    box-sizing: border-box;
    border-radius: 3px;
    padding:36px;
}

.rspf-cont-side-col {
    max-width:367px;
    min-width: 367px;
    margin-left:20px;
}

.rspf-cont-changed-col-wrap {
    width:100%;
}




.rspf-room-consut-block {
    background: linear-gradient(44.76deg, #1C1B20 0.9%, #38363F 100%);
    border-radius: 3px;
    padding:30px;
    box-sizing:border-box;
    color:#fff;
    display:flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin-bottom: 22px;
}

.rspf-room-consult-pic-wrap {
    max-width: 138px;
    display:flex;
    justify-content: center;
    align-items: center;
    overflow:hidden;
    border-radius: 140px;
    margin-bottom: 24px;
}

.rspf-room-consult-pic-wrap img {
    width:100%;
}

.rspf-rc-name {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height:1.4;
    text-transform: uppercase;
    margin-bottom: 12px;
 }

.rspf-rc-text{
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.rspf-rc-links {
    width:100%;
    margin-top:16px;
    border-top:1px solid rgba(255,255,255,0.2);
    padding-top:17px;
    box-sizing: border-box;
    display:flex;
    justify-content: center;
    align-items: center;
}

.rspf-rc-links a {
    margin:0 5px;
    display:flex;
    justify-content: center;
    align-items: center;
}





.rspf-news-list-wrap {
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    padding:24px;
    box-sizing: border-box;
    background-color:transparent;
}

.rspf-side-col-block-title {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 22px;
}

.rspf-news-list .news-item .news-item-title{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.rspf-news-list .ni-text-wrap {
    padding: 0;
}

.rspf-news-list .news-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: none;
    margin: 0;
}

.rspf-col-cont-unit-list {
    margin-bottom: 56px;
}


.rspf-faq-list-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 20px;
}

.rspf-faq-unit {
    background: #F6F6F6;
    border: 1px solid #D6D6D6;
    box-sizing: border-box;
    border-radius: 3px;
    padding:25px 37px;
    margin-bottom: 14px;
}

.rspf-faq-unit-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding-left:32px;
    padding-right: 32px;
    cursor:pointer;
}

.rspf-faq-answer-unit {
    padding-top:18px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
    margin-top:16px;
    border-top:1px solid #D6D6D6;
    display:none;
    margin-bottom: 14px;
}

.rspf-faq-unit-title::after {
    content:'';
    position: absolute;
    left:0;
    top:0;
    width:20px;
    height:20px;
    background:url(../img/rsp-quest.svg)no-repeat;
    background-size:cover;
}

.rspf-faq-unit-title::before {
    content:'';
    position: absolute;
    right:0;
    top:8px;
    width:14px;
    height:9px;
    background:url(../img/rsp-faq-arrow.svg)no-repeat;
    background-size:cover;
    transform: rotate(180deg);
    transition: 0.2s;
}

.rspf-faq-unit.active .rspf-faq-unit-title::before {
    transform: rotate(0deg);
}


.rspf-aside-info-cont {
    border: 1px solid #D6D6D6;
    box-sizing: border-box;
    border-radius: 3px;
    padding:20px 24px;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 24px;
}

.rspf-aic-row {
    display:flex;
    justify-content: flex-start;
    align-items: flex-start;
    color:#303039;
    margin-bottom: 14px;
    width: 100%;
}

.rspf-aic-row:last-child {
    margin-bottom: 0;
}

.rspf-aic-title {
    font-weight: 600;
    font-size: 16px;
    width:40%;
    text-align: left;
    min-width:40%;
}

.rspf-aic-cont {
    font-size: 16px;
    width:60%;
    text-align: left;
}

.psfr-aic-cont {
    font-size: 16px;
    width:60%;
    box-sizing: border-box;
    padding-left:20px;
    text-align: left;
}


.rspf-col-cont-unit-panel {
    display:none;
}

.rspf-col-cont-unit-panel.active {
    display:block;
}





.rspf-inner-pr-unit{
    background: #F6F6F6;
    border: 1px solid #D6D6D6;
    box-sizing: border-box;
    border-radius: 3px;
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 20px;
}

.rspf-inner-pr-unit:last-child {
    margin-bottom: 0;
}


.rspf-inner-pr-pic-wrap {
    display:flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    width: 223px;
    min-width: 223px;
    overflow:hidden;
}

.rspf-inner-pr-pic-wrap img {
    position: relative;
    max-width: 100%;
}

.rspf-inner-pr-text-wrap {
    width:100%;
    padding:18px 40px;
    box-sizing: border-box;
}

.rspf-inner-pr-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.rspf-inner-pr-text-wrap p{
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.rspf-inner-pr-soc-row {
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top:18px;
}

.rspf-inner-pr-soc-row a {
    display:flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.rspf-inner-pr-soc-row a img {
    margin:auto;
    width:100%;
}

.rspf-col-cont-unit-panel h2 {
    margin-top:0;
}


.custom-cont-inside-li {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    margin-top: 14px;
}

.custom-cont-inside-li .input-row {
    width:100%;
    margin-right: 20px;
    margin-bottom: 0;
}

.custom-cont-inside-li .input-row input {
    height:46px;
}

.rspf-col-cont-unit-panel ul li::after {
    bottom:unset;
    top: 6px;
}

.rspf-feedback-head-row {
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.rspf-feedback-list {
    display:flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.rspf-feedback {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.rspf-feedback-user-pic {
    width:136px;
    max-width:136px;
    min-width: 136px;
    height:136px;
    display:flex;
    justify-content: center;
    align-items: center;
    overflow:hidden;
    border-radius: 140px;
    margin-right: 20px;
}

.rspf-feedback-user-pic img {
    height:100%;
    width:auto;
}

.rspf-feedback-text-wrap {
    font-size: 16px;
    line-height: 24px;
}


.rspf-feedback {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom:1px solid #D6D6D6;
}

.rspf-feedback:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.rspf-feedback-head-row h2 {
    margin:0;
}

.rspf-feedback-head-row .btn {
    background-color:#fff;
    border: 1px solid #1C1B20;
    padding:20px 56px;
    box-sizing: border-box;
    color:#1C1B20;
    transition: 0.2s;
}

.rspf-feedback-head-row .btn:hover, .rspf-feedback-head-row .btn:focus {
    background-color:#f2f2f2;
}

@media screen and (max-width:991px) {
    .rsp-front-info-block {
        flex-direction: column;
    }

    .rspf-info-col, .rspf-list-col {
        padding:0;
        margin-bottom: 16px;
        width:100%;
        border: none;
    }

    .rspf-page-cont-cols-wrap {
        flex-direction: column;
    }

    .rspf-cont-side-col {
        width:100%;
        min-width: 100%;
        max-width: 100%;
        margin-left:0;
    }

    .rspf-news-list .news-item {
        margin-bottom: 32px;
    }

    .rspf-news-list .ni-pic-text-wrap {
        width:100%;
    }

    .rspf-cont-selector-link {
        padding:6px;
        font-size:12px;
    }


}

@media screen and (max-width:768px) {
    .rspf-feedback-head-row {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .rspf-feedback-head-row h2 {
        margin-bottom: 22px;
    }

    .rspf-feedback-head-row .btn {
        padding: 12px 36px;
        font-size: 12px;
    }

    .rspf-feedback-user-pic {
        width: 96px;
        max-width: 96px;
        min-width: 96px;
        height: 96px;
    }
    .rsp-front-info-block {
        padding: 28px 27px;
    }

    .rspf-col-cont-unit-list {
        padding:16px;
    }

    .rspf-cont-selector-link {
        min-width: 130px;
    }

    .rspf-cont-selector-row {
        overflow-x:auto;
    }

    .rspf-inner-pr-pic-wrap {
        display:none;
    }

    .rspf-inner-pr-text-wrap {
        padding: 18px 24px;
    }

    .rspf-col-cont-unit-panel h2 {
        font-size:20px;
    }

}
.hidden{display: none}

.feedback-area{
    width: 100%;
    margin-bottom: 10px
}
@media screen and (max-width:480px) {

    .custom-cont-inside-li {
        flex-direction: column;
        align-items: center;
    }

    .custom-cont-inside-li .input-row {
        margin-right: 0;
    }

    .stand-form .btn-row .btn {
        text-align: center;
    }

    .custom-cont-inside-li .btn-row {
        margin-top:10px;
    }


    .rspf-feedback-user-pic {
        width: 56px;
        max-width: 56px;
        min-width: 56px;
        height: 56px;
    }

    .rpfs-page-cont-panel .text-page-wrapper p {
        font-size: 14px;
    }



}

.errorMessage{
    display: none;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

ol li{
    font-size: 16px;
    line-height: 24px;
}
.call-box{
    margin-right: 16px;
    position: relative;
}
.call-box span{
    cursor: pointer;
}
.call-box-hover{
    display: none;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 100;
}
.call-box:hover .call-box-hover{
    display: block;
}

.call-box-hover-link{
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-position: 8px 11px;
    padding-left: 50px!important;
}
.call-box-hover-span{
    margin-top: 6px;
    font-size: 12px;
    display: block;
}
.vote-form{
    margin-top: 1em;
}


/*new-category-style*/

.n-strategy-b-block {
    background-color:#000;
    display:flex;
    align-items: stretch;
    justify-content: flex-end;
    padding:64px;
    box-sizing: border-box;
    background-image: url(../img/n-strategy-b-pic.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left center;
    margin-bottom: 40px;
    margin-top:40px;
}

.n-s-b-text {
    width:55%;
    color:#fff;
    padding-top:24px;
    padding-bottom: 24px;
    box-sizing: border-box;
}

.nsb-title {
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight:500;
    margin-bottom: 16px;
}

.n-s-b-text p {
    font-family: 'Raleway', sans-serif;
    font-size:16px;
    color:#fff;
    margin-bottom: 20px;
    line-height:1.6;
}

.n-s-b-text p:last-child {
    margin-bottom: 0;
}

.ns-selector-row {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: center;
    border-bottom:1px solid rgba(151, 151, 156, 0.5);
    position: relative;
    margin-bottom: 32px;
}

.ns-selector-row-unit {
    margin-right: 32px;
}

.ns-selector-row-unit:last-child {
    margin-right: 0;
}

.ns-selector-row-unit a  {
    font-size:16px;
    font-weight: 600;
    color:rgba(48, 48, 57, 0.5);
    position: relative;
    padding:16px 0;
    box-sizing: border-box;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:0.2s;

}

.ns-selector-row-unit a:hover {
    color:rgba(48, 48, 57, 1);
}

.ns-selector-row-unit.active a {
    color:rgba(48, 48, 57, 1);
}

.ns-selector-row-unit.active a::after {
    content:'';
    position: absolute;
    bottom: -2px;
    left:0;
    right:0;
    margin:auto;
    width:100%;
    height:3px;
    background-color:#358672;
}


.ns-selector-type-row {
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.ns-selector-type-row label {
    margin-right:14px;
    margin-bottom: 14px;
    display:flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
}

.ns-selector-type-row label input + span {
    display:flex;
    align-items: center;
    justify-content: center;
    padding:0 20px;
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    box-sizing: border-box;
    border-radius: 3px;
    font-size:16px;
    text-align: center;
    font-weight: 500;
    height:38px;
    user-select: none;
    transition:0.2s;
}

.ns-selector-type-row label input {
    position: absolute;
    visibility: hidden;
    width:0;
    height: 0;
}


.ns-selector-type-row label input:checked + span {
    color:#fff;
    background-color:#2b7663;
    border-color:#2b7663;
}

.ns-selector-type-clear-btn {
    cursor:pointer;
    height:38px;
    padding:4px 20px;
    background: #FFFFFF;
    border: 1px solid #E8490D;
    color:#E8490D;
    box-sizing: border-box;
    border-radius: 3px;
    font-size:16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.ns-selector-type-clear-btn:hover {
    background-color: rgb(232 74 13 / 12%);
}




.ns-selector-sort-row {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 32px;
}

.ns-sort-row-wrap {
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items: center;
    font-weight: 500;
}

.ns-sort-row-wrap .checkradio-row {
    width:auto;
    margin-right: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.ns-sort-row-wrap .checkradio-row input + label {
    padding-left: 34px;
}

.ns-sort-title {
    margin:10px 30px 10px 0;
    display:flex;
    align-items: flex-start;
    font-weight: 500;
}


.news-item-comment {
    color: #8e93a2;
    display: block;
    position: absolute;
    top: 0;
    right: 33px;
    padding-left: 24px;
}

.news-item-comment::after {
    content: '';
    position: absolute;
    left: 0;
    width: 14px;
    height: 12px;
    background: url(../img/comment.svg) no-repeat;
    background-size: cover;
    background-position: center;
    top: 0;
    bottom: 0;
    margin: auto;
}

.ni-text-wrap {
    position: relative;
}

.n-s-news-list-cont {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 20px;
    column-gap: 20px;
}

.n-s-news-list-cont .news-item {
    margin:0;
    width:100% !important;
}

.n-strategy-btn-row{
    justify-content: center;
    margin:30px 0 60px;
}

@media screen and (max-width:1170px) {
    .ns-selector-row-unit a {
        font-size:14px;
    }

    .ns-selector-row-unit {
        margin-right: 16px;
    }

    .ns-selector-type-row label input + span {
        padding-left:12px;
        padding-right: 12px;
    }

    .ns-selector-type-row label {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .ns-selector-type-row label input + span, .ns-selector-type-clear-btn {
        font-size:14px;
    }

    .ns-sort-row-wrap .checkradio-row {
        margin-right: 20px;
    }
}

@media screen and (max-width:991px) {
    .ns-selector-row-unit {
        display:none;
        width:100%;
    }

    .ns-selector-row-unit.active a {
        pointer-events: none;
    }


    .ns-selector-row {
        display:flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width:100%;
        box-sizing: border-box;
    }


    .n-s-selectors-panel.open .ns-selector-row-unit {
        display:block;
    }

    .ns-selector-row {
        border: 1px solid #358672;
        border-radius: 4px;
        padding: 0 20px;
        position: relative;
    }

    .ns-selector-row::after {
        content: '';
        position: absolute;
        right: 10px;
        top: 18px;
        bottom: 0;
        transform: rotate(45deg);
        width: 6px;
        height: 6px;
        border-right: 2px solid #2f2f2f;
        border-bottom: 2px solid #2f2f2f;
    }



    .ns-selector-row-unit.active a::after {
        display:none;
    }

    .ns-selector-row-unit.active {
        display:block;
    }

    .ns-selector-row.open .ns-selector-row-unit {
        display:block;
    }
}

@media screen and (max-width:768px) {
    .n-s-news-list-cont {
        grid-template-columns: 1fr 1fr;
    }

    .ns-selector-sort-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .n-s-b-text {
        width:100%;
        background-color:rgba(0,0,0,0.6);
        padding:40px;
        box-sizing: border-box;
    }

    .n-strategy-b-block {
        padding:0;
    }

}

@media screen and (max-width:550px) {
    .n-s-news-list-cont {
        grid-template-columns: 1fr;
    }

}

@media screen and (max-width:480px) {
    .n-s-b-text {
        padding:20px;
        box-sizing: border-box;
    }

    .n-strategy-b-block {
        margin-top:20px;
    }
}



.sc-search-row {
    width:100%;
    position: relative;
    margin-bottom: 20px;
}

.sc-search-row input {
    width:100%;
    position: relative;
    height:53px;
    border:2px solid #D6D6D6;
    background-color:#F6F6F6;
    outline:none;
    box-sizing: border-box;
    padding-left:30px;
    border-radius: 3px;
}

.sc-search-row button {
    display:flex;
    align-items: center;
    justify-content: center;
    width:50px;
    height:50px;
    position: absolute;
    right:5px;
    top:0;
    bottom:0;
    margin:auto;
    background:none;
    border:none;
    cursor:pointer;
}



.sc-bnr-main-panel {
    position: relative;
    width:100%;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.sc-bnr-main-panel img {
    width:100%;
}

.sc-text-panel {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    top:0;
    bottom:0;
    margin:auto;
    left:120px;
    box-sizing: border-box;
    width:100%;
    max-width:530px;
    color:#fff;
}

.sc-text-title {
    font-size:24px;
    font-weight: bold;
    font-family: Raleway;
    margin-bottom: 20px;
}

.sc-text-panel ul {
    padding-left:0;
    box-sizing: border-box;
    font-size:16px;
    color:#fff;
    list-style:none;
}

.sc-text-panel ul li {
    position: relative;
    padding-left:20px;
    box-sizing: border-box;
    margin-bottom: 12px;
}

.sc-text-panel ul li::after {
    content:'';
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    width:8px;
    height:8px;
    background-color:#2b7663;
    border-radius: 10px;
    margin:auto;
}

.sc-sub-bnr-list {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
    margin-bottom: 60px;
}

.sc-sub-bnr-unit {
    position: relative;
    display:flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor:pointer;
}

.sc-sub-bnr-unit img {
    width:100%;
}

.sc-sub-bnr-unit .sc-bn-link {
    position: absolute;
    top:0;
    left:0;
    right:0;
    padding:30px 60px;
    line-height:1.6;
    box-sizing: border-box;
    font-size:21px;
    font-weight: 600;
    width:100%;
    text-transform: uppercase;
    color:#fff;
}

.sc-sub-bnr-unit .sc-bn-link::after {
    content:'';
    position: relative;
    display:inline-block;
    width:20px;
    height:16px;
    background:url(../img/title-link-arrow-w.svg) no-repeat;
    background-position: center;
    margin-left:5px;
}

@media screen and (max-width:991px) {
    .sc-text-panel {
        left:60px;
    }

    .sc-sub-bnr-unit .sc-bn-link {
        font-size:18px;
        padding:24px;
    }
}


@media screen and (max-width:768px) {
    .sc-bnr-main-panel img {
        display:none;
    }

    .sc-bnr-main-panel {
        background:url(../img/sc-bnr.jpg)no-repeat;
        background-size:cover;
        background-position: center;
    }

    .sc-text-panel {
        position: relative;
        top:unset;
        left:unset;
        width:100%;
        padding:48px 24px;
    }

    .sc-sub-bnr-list {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width:480px) {
    .sc-sub-bnr-list {
        grid-template-columns: 1fr;
    }

    .sc-search-row input {
        padding-left:20px;
    }
}

.how-to-pay-btn{
    background-color: #358672;
    color: #fff;
    padding: 14px 38px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.2s;
    border: 1px solid #358672;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    box-sizing: border-box;
}

.how-to-pay-btn:hover {
    background-color: #4aa48e;
    border-color: #4aa48e;
}

.payment-logo-basket{
    position: absolute;
    top: 0;
    left: 30px;
    width: 28px;
    height: 28px;
}
.checkradio-row.payment-has-not-image input + label{
    padding-left: 34px!important;
}