html, body {
    height: 100%;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #343A40;
    scroll-behavior: smooth;
}

body.active {
    overflow: hidden;
}

* {
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.005);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.fader-wrap {
    position: fixed;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}

.site-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

a {
    text-decoration: udnerline;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

.page-wrapper {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}

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

    /* .page-wrapper {

        padding-left:22px;

        padding-right: 22px;

    } */
}

.text-page-section {
    margin-bottom: 50px;
}

.text-page-wrapper p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.text-page-wrapper h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 20px 0;
}

.text-page-wrapper h3 {
    font-size: 26px;
    font-weight: 600;
    margin: 20px 0;
}

.text-page-wrapper h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0;
}

.text-page-wrapper h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0;
}

.text-page-wrapper a {
    text-decoration: underline;
    color: #358672;
}

.text-page-wrapper a:hover {
    text-decoration: none;
}

.text-page-wrapper ul {
    padding-left: 20px;
    list-style: none;
    margin: 20px 0;
}

.text-page-wrapper ul li {
    position: relative;
    margin-bottom: 10px;
}

.text-page-wrapper ul li::after {
    content: '';
    position: absolute;
    left: -16px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    background-color: #2b7663;
    transform: rotate(45deg);
}

.header-top-row {
    background-color: #2b7663;
    padding: 20px 0;
    box-sizing: border-box;
}

.header-top-row-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-login-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header-login-block a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 500;
    color: #fff;
    margin-right: 30px;
    text-decoration: none;
    font-size: 16px;
    transition: 0.2s;
    white-space: nowrap;
}

.header-login-block a:hover {
    color: #a2cfc4;
}

.header-login-block a:last-child {
    margin-right: 0;
}

.header-login-block a img {
    max-width: 16px;
    max-height: 14px;
    margin-right: 8px;
}

.header-search-row {
    position: relative;
    width: 100%;
    max-width: 570px;
}

.header-search-row input {
    background-color: #589384;
    border: none;
    border-radius: 3px;
    padding-left: 40px;
    height: 40px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
}

.header-search-row input:focus {
    outline: none;
    box-shadow: 0 0 0px 1px rgba(255, 255, 255, 0.45);
}

.header-search-btn {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.header-search-btn img {
    max-width: 16px;
}

.header-lang-chooser {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
}

.header-lang-chooser img {
    width: 15px;
    margin-right: 8px;
}

.header-lang-links a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.2s;
}

.header-lang-links a.active {
    pointer-events: none;
}

.header-lang-links a:hover {
    color: #a2cfc4;
}

.header-bot-row {
    background-color: #358672;
    padding: 20px 0;
    box-sizing: border-box;
}

.header-bot-row-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.haeder-logo-block img {
    width: 228px;
}

.main-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}

.main-menu li {
    position: relative;
    margin: 0 15px;
}

.main-menu li::after {
    content: '';
    position: absolute;
    right: -19px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    background-color: #2b7663;
    transform: rotate(45deg);
}

.main-menu li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.2s;
}

.main-menu li a:hover {
    color: #a2cfc4;
}

.main-menu li:last-child::after {
    display: none;
}

.header-cart-block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
}

.header-cart-block svg {
    width: 16px;
    margin-right: 6px;
    max-height: 14px;
}

.header-cart-block a {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    transition: 0.2s;
    /*font-size: 0;*/
}

.header-cart-block a:first-child {
    margin-right: 30px;
}

.header-cart-block a:hover {
    color: #a2cfc4;
}

.header-cart-block a span {
    color: #81b9a2;
    font-size: 16px;
    position: relative;
}

.header-cart-block a span::after {
    content: ')';
    position: relative;
    color: inherit;
    font-size: inherit;
}

.header-cart-block a span::before {
    content: '(';
    position: relative;
    color: inherit;
    font-size: inherit;
}

.footer {
    background-color: #2f2f2f;
    color: #fff;
    padding: 50px 0 90px;
}

.footer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-logo-block {
    max-width: 228px;
    width: 100%;
}

.copyright-rules-block {
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-logo-block {
    margin-bottom: 20px;
    display: block;
}

.copyright-rules-block a {
    text-decoration: underline;
    color: #358672;
}

.copyright-rules-block a:hover {
    text-decoration: none;
}

.footer-unit-panel {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    padding-top: 11px;
    box-sizing: border-box;
}

.footer-unit-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-unit {
    margin-right: 4%;
    width: 19%;
}

.footer-unit:last-child {
    margin-right: 0;
}

.footer-unit ul {
    list-style: none;
}

.footer-unit ul li {
    margin-bottom: 12px;
}

.footer-unit ul li img {
    width: 100%;
}

.footer-unit ul li:last-child {
    margin-bottom: 2
}

.footer-unit ul a {
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    line-height: 24px;
    transition: 0.2s;
}

.footer-unit ul a:hover {
    color: #999b9a;
}

.payment-unit {
    width: 24%;
    min-width: 222px;
}

.payment-unit ul {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    width: 100%;
    position: relative;
}

.payment-unit li {
    width: 50px;
    margin-right: 7px;
}

.payment-unit li:nth-child(4n) {
    margin-right: 0;
}

.main-slider-panel {
    position: relative;
}

.main-slider-unit {
    min-height: 490px;
    overflow: hidden;
}

.main-slider-unit img {
    width: 100%;
}

.slick-dots {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 1170px;
    padding: 0 10px;
    box-sizing: border-box;
}

.slick-dots li {
    margin: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-dots li:first-child {
    margin-left: 0;
}

.slick-dots li button {
    font-size: 0;
    border-radius: 100px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 0.5;
    transition: 0.2s;
    border: none;
    cursor: pointer;
    outline: none;
}

.slick-dots li.slick-active button {
    opacity: 1;
}

.main-slider-unit {
    position: relative;
}

.slide-text-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.slide-text-panel {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.slider-text-block p.slide-title {
    font-weight: 600;
    font-size: 44px;
    font-family: 'Montserrat';
    line-height: 60px;
    margin-bottom: 20px;
}

.slider-text-block {
    width: 40%;
}

.slider-text-block p {
    font-size: 18px;
    color: #fff;
    line-height: 27px;
}

.slide-text-wrap .btn-row {
    margin-top: 30px;
}

.btn-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.btn-row
.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;
}

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

.blank-btn {
    background-color: #fff;
    color: #358672;
    border: 1px solid #358672;
}

.blank-btn:hover {
    background-color: #4aa48e;
    border-color: #4aa48e;
    color: #fff;
}

.btn:focus {
    background-color: #2b7663;
    border-color: #2b7663;
    color: #fff;
}

.w-btn {
    background-color: #fff;
    color: #358672;
    border: 1px solid #fff;
}

.w-btn:hover {
    color: #fff;
}

.arrowed {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
}

.arrowed img {
    width: 16px;
    margin-left: 6px;
}

.mobile-header-row {
    display: none;
    z-index: 101;
    background-color: #358672;
}

.mobile-burger {
    width: 24px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    cursor: pointer;
}

.mobile-burger span {
    width: 100%;
    height: 3px;
    border-radius: 10px;
    background-color: #fff;
    margin: 2px 0;
    transition: 0.2s;
}

.mobile-burger.active span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.mobile-burger.active span:nth-child(2) {
    opacity: 0;
}

.mobile-burger.active span:nth-child(1) {
    transform: rotate(45deg);
}

.mobile-burger.active span:nth-child(3) {
    transform: rotate(-45deg);
}

.p-room-section {
    background: url(../img/pp-section-bg.png) no-repeat;
    background-size: cover;
}

.seciton-title-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 35px 0 27px;
    box-sizing: border-box;
}

.seciton-title {
    font-size: 30px;
    color: #303039;
    font-weight: 600;
    font-family: 'Montserrat';
}

.seciton-title-h2 {
    font-size: 24px;
    color: #303039;
    font-weight: 600;
    font-family: 'Montserrat';
}

.p-room-unit {
    background-color: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    padding: 35px 35px 24px;
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 15px;
}

.p-room-img {
    margin-bottom: 12px;
}

.p-room-img img {
    max-width: 100%;
}

.pp-unit-link-title {
    font-size: 18px;
    color: #303039;
    font-weight: 600;
    font-family: 'Montserrat';
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    transition: 0.2s;
}

.pp-unit-link-title img {
    opacity: 0;
    transition: 0.2s;
    width: 20px;
    margin-left: 10px;
}

.pp-unit-link-title:hover {
    color: #2b7663;
}

.pp-unit-link-title:hover img {
    opacity: 1;
}

.p-room-unit-cont-text {
    margin-bottom: 15px;
    line-height: 24px;
}

.p-room-unit-cont-text ul {
    padding-left: 20px;
    list-style: none;
    margin: 10px 0;
}

.p-room-unit-cont-text ul li {
    position: relative;
    line-height: 24px;
}

.p-room-unit-cont-text ul li::after {
    content: '';
    position: absolute;
    left: -16px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    background-color: #2b7663;
    transform: rotate(45deg);
}

.p-room-unit .btn-row {
    margin-top: auto;
}

.p-room-unit-cont-text p {
    margin: 10px 0;
}

.slick-arrow {
    position: absolute;
    border: none;
    background-color: #ccced4;
    border-radius: 100px;
    width: 38px;
    height: 38px;
    outline: none;
    font-size: 0;
    cursor: pointer;
    transition: 0.2s;
}

.slick-arrow:hover {
    background-color: #4aa48e;
}

.slick-arrow:focus {
    background-color: #2b7663;
}

.slick-arrow::after {
    content: '';
    position: absolute;
    left: 0;
    right: 3px;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.slick-arrow.slick-prev {
    transform: rotate(-180deg);
}

.p-rooms-slider .slick-arrow.slick-prev {
    top: -65px;
    right: 54px;
}

.p-rooms-slider .slick-arrow.slick-next {
    top: -65px;
    right: 0;
}

.p-rooms-slider .slick-track {
    display: flex;
}

.p-rooms-slider .slick-track .p-room-unit {
    display: flex;
    height: auto;
}

.p-rooms-slider {
    padding-bottom: 50px;
}

.p-room-unit .btn-row .btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    text-align: center;
    min-width: 60%;
}

.p-room-unit .btn-row .btn.blank-btn {
    margin-left: 0;
    min-width: 40%;
}

.subscribe-section {
    background: url(../img/fb-bg.png) no-repeat;
    background-size: cover;
}

.subscribe-panel-pic-block {
    position: relative;
}

.fake-shadow-block-wrap {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.fake-shadow-block {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    margin: auto;
    width: 1px;
    height: 1px;
    z-index: 0;
    box-shadow: 0 0 67px 103px rgba(255, 255, 255, .5);
}

.subscribe-panel {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    flex-flow: row nowrap;
}

.subscribe-panel-pic-block {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35%;
}

.subscribe-panel-pic-block img {
    z-index: 1;
    position: absolute;
    bottom: 0;
    height: calc(100% + 40px);
    left: 0;
    right: 0;
    margin: auto;
}

.subscribe-form-block {
    padding: 40px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 65%;
    align-items: flex-start;
}

.subscribe-title {
    color: #fff;
    font-weight: 700;
    font-size: 44px;
    margin: 15px 0 25px;
    font-family: 'Montserrat';
}

.subscribe-form-block p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 24px;
}

.subscribe-form-block .input-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.subscribe-form-block .input-row input {
    height: 41px;
    padding-left: 30px;
    font-size: 18px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 4px;
    margin-right: 15px;
    width: 100%;
    box-sizing: border-box;
}

.subscribe-form-block .input-row .btn {
    padding-top: 12px;
    padding-bottom: 11px;
    font-weight: 500;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
}

.subscribe-form-block form {
    width: 100%;
    margin-top: 30px;
}

.accept-row {
    position: relative;
    margin-top: 30px;
}

.accept-row input {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

.accept-row input + label {
    position: relative;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding-left: 30px;
    box-sizing: border-box;
    display: block;
}

.accept-row input + label::after {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    margin: auto;
    width: 20px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.3);
}

.accept-row input + label::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 6px;
    width: 10px;
    margin: auto;
    height: 5px;
    transform: rotate(-45deg);
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: 0.2s;
    opacity: 0;
}

.accept-row input:checked + label::before {
    opacity: 1;
}

.pre-catalog-section {
    margin-bottom: 30px;
}

.pre-catalog-units-panel {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
}

.pre-catalog-units-panel .slick-dots {
    bottom: -53px;
}

.pre-catalog-units-panel .slick-dots li button {
    opacity: 1;
    background-color: #ccced4;
}

.pre-catalog-units-panel .slick-dots li.slick-active button {
    opacity: 1;
    background-color: #358672;
}

.pre-catalog-unit {
    background-color: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    padding: 32px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 30px;
}

.pre-catalog-unit:nth-child(3n) {
    margin-right: 0;
}

.pre-catalog-unit a {
    display: block;
    text-decoration: none;
}

.pcu-pic-wrap {
    width: 100%;
    margin-bottom: 12px;
}

.pcu-pic-wrap img {
    /*width: 100%;*/
    max-width: 100%;
    height: 100px;
    display: inherit;
    margin: -15px auto 5px auto;
    border-radius: 15px;
}

.pcu-title {
    font-weight: 600;
    font-size: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: 0.2s;
    margin-bottom: 10px;
}

.pcu-title img {
    margin-left: 12px;
    width: 20px;
    opacity: 0;
    transition: 0.2s;
}

.pre-catalog-unit a:hover img {
    opacity: 1;
}

.pre-catalog-unit a:hover .pcu-title {
    color: #2b7663;
}

.price-btn-row {
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.pcu-price-block {
    font-size: 24px;
    font-family: 'Montserrat';
    font-weight: 400;
}

.pcu-text-block {
    margin-bottom: 20px;
}

.pcu-text-block p {
    line-height: 24px;
}

.pre-catalog-chooser-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    margin-top: 11px;
}

.pre-catalog-chooser-links a {
    margin-left: 52px;
    font-weight: 600;
    color: #303039;
    padding-bottom: 4px;
    box-sizing: border-box;
    border-bottom: 1px solid transparent;
    text-decoration: none;
    transition: 0.2s;
}

.pre-catalog-chooser-links a:first-child {
    margin-left: 0;
}

.pre-catalog-chooser-links a.active {
    color: #358672;
    border-bottom: 1px solid #358672;
}

.pre-catalog-chooser-links a:hover {
    color: #358672;
}

.exclusive-section {
    background: url(../img/pp-section-bg.png) no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}

.exclusive-unit {
    display: flex !important;
    justify-content: space-between;
    flex-flow: row nowrap;
    /* align-items: flex-start; */
    background-color: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 10px;
}

.exc-pic-wrap {
    min-width: 136px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.exc-pic-wrap img {
    width: auto;
    float: left;
    min-height: 100%;
    position: absolute;
    min-width: 100%;
}

.exc-title {
    font-family: 'Montserrat';
    font-size: 18px;
    color: #303039;
    margin-bottom: 6px;
}

.exclusive-text {
    padding: 14px;
    box-sizing: border-box;
    width: 100%;
}

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

.exclusive-carousel .slick-arrow, .main-news-panel-list .slick-arrow {
    top: -63px;
}

.exclusive-carousel .slick-arrow.slick-next, .main-news-panel-list .slick-arrow.slick-next {
    right: 0;
}

.exclusive-carousel .slick-arrow.slick-prev, .main-news-panel-list .slick-arrow.slick-prev {
    right: 52px;
}

.main-news-section {
    background: url(../img/news-bg.png);
    background-size: cover;
    padding-bottom: 50px;
}

.main-news-panel-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-item {
    background-color: #fff;
    border: 1px solid #d6d8dd;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 10px;
    text-decoration: none;
    box-sizing: border-box;
}

.ni-pic-text-wrap img {
    width: 100%;
}

.news-item-date {
    color: #8e93a2;
    position: relative;
    display: block;
    padding-left: 20px;
    margin: 10px 0;
}

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

.ni-text-wrap {
    padding: 0 34px;
    box-sizing: border-box;
}

.news-item-more-link {
    padding: 0 34px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #358672;
    margin-bottom: 10px;
    padding-bottom: 12px;
}

.news-item-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #303039;
}

.news-item-more-link img {
    width: 20px;
    margin-left: 10px;
    opacity: 0;
    transition: 0.2s;
}

.news-item-annotation {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0;
}

.news-item:hover .news-item-more-link img {
    opacity: 1;
}

.last-thread-section {
    margin-bottom: 50px;
}

.last-thread-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 24px;
}

.last-thread-unit {
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    background-color: #f6f8fb;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.last-thread-unit:last-child {
    margin-bottom: 0;
}

.lti-text {
    width: 73%;
    margin-right: 10%;
}

.lti-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #303039;
    line-height: 1.3;
    margin-bottom: 8px;
}

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

.lti-op-info {
    width: 17%;
    display: flex;
    min-width: 180px;
    justify-content: space-between;
    align-items: center;
    flex-flow: row nowrap;
}

.op-pic-wrap {
    display: flex;
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    overflow: hidden;
    border: 1px solid #d7d7d7;
}

.op-pic-wrap img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
}

.op-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.op-nick {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.op-info span {
    font-size: 14px;
    color: #8e93a2;
    line-height: 24px;
}

.last-thread-panel .btn-row, .main-news-panel .btn-row {
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadcrumbs-section {
    margin-top: 42px;
}

.breadcrumbs {
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

.breadcrumbs li a {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;
    color: #358672;
    text-decoration: none;
    transition: 0.2s;
    position: relative;
}

.breadcrumbs li a::after {
    content: '>';
    position: relative;
    margin: 0 6px;
    pointer-events: none;
    font-size: inherit;
    color: #303039;
}

.breadcrumbs li a:hover {
    color: #303039;
}

.breadcrumbs li span {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;
    color: #303039;
}

.page-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-flow: row nowrap;
}

.page-title-row h1 {
    font-family: 'Montserrat';
    font-size: 30px;
    line-height: 1.6;
    color: #303039;
    font-weight: 600;
}

.catalog-filter-cont-wrap {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.catalog-filter-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 263px;
    min-width: 263px;
    margin-right: 30px;
    margin-bottom: 40px;
}

.catalog-filter-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 30px;
}

.catalog-filter-unit {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

.catalog-filter-unit:first-child {
    border-top: 1px solid #d6d6d6;
    border-radius: 4px 4px 0 0;
}

.catalog-filter-unit:last-child {
    border-radius: 0 0 4px 4px;
}

.catalog-fitler-unit-title {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #303039;
    padding: 18px 24px;
    box-sizing: border-box;
    align-items: center;
    background-color: #f6f8fb;
    position: relative;
    border-bottom: 1px solid transparent;
    transition: 0.5s;
    cursor: pointer;
}

.catalog-filter-unit:last-child .catalog-fitler-unit-title {
    border-bottom: none;
}

.catalog-fitler-unit-title::after {
    content: '';
    position: absolute;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-right: 1px solid #818288;
    border-bottom: 1px solid #818288;
    transform: rotate(45deg);
    transition: 0.2s;
}

.catalog-fitler-unit-title.active {
    border-bottom: 1px solid #d6d6d6;
}

.catalog-fitler-unit-title.active::after {
    transform: rotate(-45deg);
}

.cfi-filter-cont-list {
    width: 100%;
    display: none;
    padding: 10px 0;
    box-sizing: border-box;
}

.cfif-unit {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-size: 14px;
    color: #303039;
    font-weight: 500;
    padding: 6px 24px;
    box-sizing: border-box;
    background-color: transparent;
    transition: 0.2s;
    text-decoration: none;
}

.cfif-unit:hover, .cfif-unit.active {
    color: #fff;
    background-color: #358672;
}

.has-inner-list.cfif-unit:hover, .has-inner-list.cfif-unit.active {
    color: inherit;
    background-color: inherit;
}

.cfif-unit .cf-last-feedbacks-block {
    display: block;
    width: 100%;
    border: 1px solid #d6d6d6;
    background-color: #f6f8fb;
    border-radius: 4px;
    margin-bottom: 30px;
}

.cfif-check-panel {
    margin: 12px 0 0 10px;
}

.cfif-check-panel .checkradio-row:last-child {
    margin-bottom: 0;
}

.cfif-unit .checkradio-row input + label {
    padding-left: 36px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
}

.cf-last-feedbacks-title {
    font-size: 16px;
    font-weight: 600;
    color: #303039;
    padding: 18px 24px;
    box-sizing: border-box;
    align-items: center;
}

.cat-last-feedback-unit {
    border-bottom: 1px solid #d6d6d6;
    padding: 20px;
    box-sizing: border-box;
}

.cat-last-feedback-unit:last-child {
    border-bottom: none;
}

.clf-op-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.clf-op-block .op-pic-wrap {
    width: 52px;
    height: 52px;
    margin-right: 16px;
}

.clf-op-info p {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #303039;
    margin-bottom: 8px;
}

.clf-op-rate {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.clf-op-rate .stars{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.clf-op-rate .stars .star{
    cursor: pointer;
}

.clf-op-rate .star {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2px;
    background: url(../img/star-2.svg) no-repeat;
    background-size: cover;
}

.clf-op-rate .star.star-active, .clf-op-rate .star.fullStar, .clf-op-rate .star.tmp_fs {
    background: url(../img/star-1.svg) no-repeat;
}

.clf-op-rate .start:last-child {
    margin-right: 0;
}

.clf-op-text {
    font-size: 16px;
    margin-bottom: 24px;
    line-height: 24px;
    margin-top: 14px;
}

.clf-more {
    font-weight: 600;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #358672;
    transition: 0.2s;
    text-decoration: none;
}

.clf-more a {
    text-decoration: none;
    border-bottom: 2px solid rgba(53, 134, 114, 0.72);
    transition: 0.2s;
}

.clf-more:hover a {
    color: #303039;
    border-bottom: 2px solid transparent;
}

.catalog-cont-info-row {
    margin-bottom: 24px;
}

.catalog-cont-info-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 25px 50px;
    box-sizing: border-box;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #f6f8fb;
}

.catalog-cont-info-block img {
    margin-right: 55px;
}

.cci-info-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

.cci-info-text-block {
    width: 100%;
}

.cci-info-text-block p {
    font-size: 14px;
    color: #303039;
    line-height: 24px;
}

.catalog-page-list-wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    width: 100%;
}

.catalog-item-list-unit {
    width: 31%;
    margin-right: 3.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #303039;
    background-color: #fff;
    padding: 24px;
    box-sizing: border-box;
    border-radius: 20px;
    margin-bottom: 30px;
}

.catalog-item-list-unit a {
    display: block;
    text-decoration: none;
}

.catalog-item-list-unit a img {
    /*width: 100%;*/
    height: 100px;
    max-width: 100%;
    margin: -15px auto 5px auto;
    border-radius: 15px;
    display: inherit;
}

.cil-unit-title-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    line-height: 24px;
    font-family: 'Montserrat';
    margin-bottom: 8px;
}

.cil-unit-title-row p {
    font-size: 18px;
    font-weight: 600;
    color: #303039;
    line-height: 24px;
}

.cil-text {
    font-size: 14px;
    color: #303039;
    line-height: 22px;
    margin-bottom: 5px;
}

.cil-bot-row {
    width: 100%;
}

.cil-rate-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.cil-feedback-counter {
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
}

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

.cil-btn-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-top: 20px;
}

.cil-btn-row .btn {
    width: calc(100% - 54px);
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
    align-items: center;
    box-sizing: border-box;
    height: 40px;
    justify-content: center;
}

.cil-price {
    font-weight: 400;
    min-width: 72px;
    text-align: right;
}

.cil-btn-row .btn.arrowed {
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cil-btn-row .btn.arrowed img {
    width: 20px;
    margin: 0;
}

.catalog-item-list-unit:nth-child(3n) {
    margin-right: 0;
}

.cat-sort-panel {
    margin-bottom: 19px;
    position: absolute;
    top: -63px;
    right: 0;
}

.mobile-sort {
    display: none;
}

.catalog-item-section {
    margin-bottom: 10px;
}

.catalog-item-panel-block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: row wrap;
    width: 100%;
}

.cip-pic-wrap {
    width: 58%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 2%;
    max-height: 364px;
    margin-bottom: 40px;
}

.cip-main-info-wrap {
    width: 40%;
    display: block
}

.cip-pic-mini-block-wrap {
    width: 10%;
    margin-right: 3%;
    min-width: 96px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cip-pic-mini-block {
    height: 100%;
    position: relative;
}

.cip-pic-mini-block.cip-pic-mini-block .slick-arrow {
    width: 100%;
    height: 20px;
    background: url(../img/triangle-btn.svg) no-repeat;
    background-size: contain;
    background-position: center;
    border-radius: 0;
    transform: none;
}

.cip-pic-mini-block .slick-arrow.slick-next {
    transform: rotate(180deg);
    bottom: -20px;
    z-index: 2;
}

.cip-pic-mini-block .slick-arrow.slick-prev {
    z-index: 2;
    top: -20px;
}

.cip-pic-mini-block .slick-arrow::after {
    display: none;
}

.cip-pic-mini-block a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 10px 0;
    border: 1px solid #d6d6d6;
}

.cip-pic-mini-block a img {
    width: 100%;
}

.cip-pic-mini-block.slick-initialized {
    margin-top: 18px;
}

.cip-pic-mini-block a {
    max-height: 60px;
}

.cip-pic-main-block {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 87%;
    max-height: 364px;
}

.cip-pic-main-block a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    overflow: hidden;
}

.cip-pic-main-block a {
    padding: 30px;
    box-sizing: border-box;
}

.cip-pic-main-block a img {
    width: auto;
    max-width: 100%;
}

.cip-main-info-block {
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    padding: 20px 30px;
    box-sizing: border-box;
}

.cip-main-info-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-flow: row nowrap;
}

.cip-title-rate-block {
    display: block;
}

.custiom-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100%;
    line-break: auto;
}

.custiom-select .select2-container {
    height: 100%;
}

.custiom-select.select2-container .select2-selection--single {
    height: 100%;
}

.cip-title-rate-block p {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 4px;
}

.cip-price {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 30px;
    line-height: 1.6;

}

.cip-price span {
    display: block;
    font-size: 14px;
    text-align: right;
    line-height: 1;
    color: #9e9e9e;
}

.cip-main-text {
    width: 100%;
    margin: 16px 0 24px;
    font-size: 16px;
    line-height: 24px;
}

.cip-buy-block {
    border-top: 1px solid #d6d6d6;
    padding-top: 22px;
}

.version-block {
    width: 100%;
}

.uppertitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 6px;
}

.p-rooms-slider .catalog-item-list-unit {
    width: auto !important;
    margin: 0 3px !important;
    min-width: 280px;
    display: flex;
    height: auto;
}

.custom-select {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #fff;
    min-height: 40px;
    height: auto;
    box-sizing: border-box;
}

.quant-block {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-flow: row nowrap;
}

.quant-block button {
    border: 1px solid #d6d6d6;
    background-color: #f6f8fb;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.quant-block button:focus {
    box-shadow: inset 0 0 1px 0 #358672;
    outline: none;
}

.minus-quant::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 2px;
    width: 10px;
    background-color: #9aa5ba;
}

.plus-quant::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 2px;
    width: 10px;
    background-color: #9aa5ba;
}

.plus-quant::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 2px;
    width: 10px;
    background-color: #9aa5ba;
    transform: rotate(90deg);
}

.quant-block input {
    border: none;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    width: 50px;
    text-align: center;
    font-weight: 500;
    font-family: 'Montserrat';
}

.cip-buy-block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cip-btn-row {
    margin-top: 20px;
}

.cip-btn-row .btn {
    margin-right: 12px;
}

.cip-fav-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 30px;
    margin-left: auto;
    position: relative;
}

.cip-fav-btn::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    background: url(../img/favor-ico-r.svg) no-repeat;
    background-size: cover;
    transition: 0.2s;
}

.cip-fav-btn.active::after {
    animation: addfavheart 0.5s ease-out;
    animation-fill-mode: forwards;
}

@keyframes addfavheart {

    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1.8);
    }
}

.cip-fav-btn svg path {
    transition: 0.2s;
    fill: #d6d6d6;
}

.cip-fav-btn.active svg path, .cip-fav-btn:hover svg path {
    fill: #ED8A19;
}

.cip-fav-btn svg {
    width: 30px;
}

.cip-tabs-row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
}

.cip-row-tab {
    font-weight: 600;
    font-size: 16px;
    color: #303039;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 16px;
    background-color: transparent;
    border: 1px solid transparent;
    position: relative;
    border-bottom: 1px solid transparent !important;
    text-decoration: none;
    box-sizing: border-box;
}

.cip-row-tab.active {
    border: 1px solid #dfe0e1;
    background-color: #f6f8fb;
    border-radius: 4px 4px 0 0;
}

.cip-row-tab.active::after {
    content: '';
    position: absolute;
    bottom: -3px;
    width: 100%;
    background-color: #f6f8fb;
    z-index: 1;
    height: 3px;
}

.cip-tabcont-panel {
    border: 1px solid #dfe0e1;
    background-color: #f6f8fb;
    padding: 30px 16px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 0 0 4px 4px;
    letter-spacing: 0.6px;
}

.cip-tabcont {
    display: none;
}

.cip-tabcont.active {
    display: block;
}

.cip-tabs-cont-panel {
    width: 58%;
    margin-right: 2%;
}

.cip-additional-interrogation-panel {
    width: 40%;
}

.cip-additional-interrogation-panel form {
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    background-color: #fff;
    padding: 14px 30px;
}

.form-title {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Montserrat';
    margin-bottom: 40px;
    line-height: 1.3;
}

.form-text {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat';
    margin-bottom: 40px;
    line-height: 24px;
    margin-bottom: 24px;
}

.checkradio-row {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.checkradio-row input {
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
    position: absolute;
}

.checkradio-row input + label {
    padding-left: 60px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    display: block;
    cursor: pointer;
}

.checkradio-row input[type="radio"] + label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #d7d7d7;
    border-radius: 100px;
    background-color: #f6f8fb;
    z-index: 1;
}

.checkradio-row input[type="radio"] + label::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    width: 12px;
    height: 12px;
    background-color: #358672;
    border-radius: 100px;
    z-index: 2;
    opacity: 0;
    transition: 0.2s;
}

.checkradio-row input[type="checkbox"] + label::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #d7d7d7;
    background-color: #fff;
    z-index: 1;
    margin-top: -10px;
}

.checkradio-row input[type="checkbox"] + label::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 5px;
    width: 12px;
    height: 12px;
    background-color: #358672;
    z-index: 2;
    opacity: 0;
    transition: 0.2s;
    margin-top: -5px;
}

.checkradio-row input:checked + label::before {
    opacity: 1;
}

.cip-top-row, .cip-bot-row {
    display: flex;
    flex-flow: row nowrap;
}

.cip-main-info-wrap {
    min-width: 420px;
}

.cip-tabs-cont-panel {
    min-width: 610px;
}

.bit-name-row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #f6f8fb;
    border-bottom: 1px solid #d6d6d6;
    box-sizing: border-box;
}

.bit-unit-block {
    padding: 24px 24px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    border-right: 1px solid #d6d6d6;
}

.bit-name-row .bit-unit-block {
    font-weight: 600;
}

.bit-unit-block.bit-pic {
    width: 15%;
}
.bit-unit-block.bit-name {
    width: 20%;
}
.bit-unit-block.bit-ver {
    width: 30%;
}
.bit-unit-block.bit-count {
    width: 15%;
}
.bit-unit-block.bit-price {
    width: 15%;
}
.bit-unit-block.bit-del {
    width: 5%;
}

.bit-cont-unit-row {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.bit-unit-block.bit-pic img {
    width: 135px;
    max-width: 100%;
}

.bit-cont-unit-row {
    border-bottom: 1px solid #d6d6d6;
}

.bit-cont-unit-row .bit-unit-block {
    border-right: 1px solid #d6d6d6;
}

.basket-items-table {
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.bit-unit-block.bit-del {
    justify-content: center;
    align-items: center;
}

.bit-unit-block:last-child {
    border-right: none;
}

.bit-unit-block.bit-del a {
    position: relative;
    width: 30px;
    height: 30px;
}

.bit-unit-block.bit-del a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 22px;
    height: 22px;
    background: url(../img/cancel-basket.svg) no-repeat;
    background-size: cover;
    opacity: 1;
    transition: 0.2s;
}

.bit-unit-block.bit-del a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 22px;
    height: 22px;
    background: url(../img/cancel-basket-h.svg) no-repeat;
    background-size: cover;
    opacity: 0;
    transition: 0.2s;
}

.bit-unit-block.bit-del a:hover::after {
    opacity: 0;
}

.bit-unit-block.bit-del a:hover::before {
    opacity: 1;
}

.seclection {
    height: 40px;
    border: 1px solid #d6d6d6;
    padding-left: 20px;
    box-sizing: border-box;
    width: 80%;
}

.basket-accord-panel-wrap {
    margin-bottom: 50px;
}

.basket-accord-panel-wrap > p {
    margin: 15px 0;
}

.bap-unit {
    border: 1px solid #d6d6d6;
    border-bottom: none;
}

.bap-unit:first-child {
    border-top: 1px solid #d6d6d6;
}

.bap-unit:last-child {
    border-bottom: 1px solid #d6d6d6;
}

.bap-title {
    background-color: #f6f8fb;
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    transition: 0.2s;
}

.bap-title.active {
    border-bottom: 1px solid #d6d6d6;
}

.bap-cont {
    padding: 20px;
    line-height: 24px;
    font-size: 16px;
}

.bap-title span {
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

.bap-title span::after {
    content: '';
    position: relative;
    margin: auto;
    margin-left: 12px;
    margin-bottom: 3px;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #545454;
    border-bottom: 2px solid #545454;
    transform: rotate(45deg);
    transition: 0.2s;
}

.bap-title.active span::after {
    transform: rotate(-135deg);
    margin-bottom: -2px;
}

.mobile-bit-title {
    display: none;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}

.del-basket-item span {
    display: none;
}

.basket-accordion-panel {
    margin-bottom: 30px;
}

.basket-total-table {
    width: 100%;
    max-width: 360px;
    border: 1px solid #d6d6d6;
    margin-bottom: 20px;
}

.basket-total-table-row {
    display: flex;
    justify-content: space-between;
    align-content: center;
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
    padding: 22px 12px;
    box-sizing: border-box;
}

.basket-total-table-row:last-child {
    border-bottom: none;
}

.btt-title {
    font-size: 16px;
    font-weight: 600;
}

.btt-cont {
    font-size: 16px;
}

.btt-total-row .btt-title, .btt-total-row .btt-cont {
    font-size: 18px;
    font-weight: 600;
}

.btt-total-row {
    background-color: #f6f8fb;
}

.text-page-section {
    margin-bottom: 50px;
}

.text-page-wrapper p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.text-page-wrapper h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 20px 0;
}

.text-page-wrapper h3 {
    font-size: 26px;
    font-weight: 600;
    margin: 20px 0;
}

.text-page-wrapper h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0;
}

.text-page-wrapper h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0;
}

.text-page-wrapper a {
    text-decoration: underline;
    color: #358672;
}

.text-page-wrapper a:hover {
    text-decoration: none;
}

.text-page-wrapper ul {
    padding-left: 20px;
    list-style: none;
    margin: 20px 0;
}

.text-page-wrapper ul li {
    position: relative;
    margin-bottom: 10px;
}

.text-page-wrapper ul li::after {
    content: '';
    position: absolute;
    left: -16px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    background-color: #2b7663;
    transform: rotate(45deg);
}


/* news-page */


.paginator {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
}

.paginator li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 3px;
}

.paginator li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: 'Montserrat';
    text-align: center;
    width: 36px;
    height: 36px;
    background-color: #f6f8fb;
    text-decoration: none;
    position: relative;
    transition: 0.2s;
}

.paginator li.active a {
    background-color: #358672;
    color: #fff;
}

.paginator li a:hover {
    background-color: #358672;
    color: #fff;
}

.pag-prev a::after {
    content: '';
    position: absolute;
    left: 0;
    right: -6px;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 9px;
    height: 9px;
    border-top: 2px solid #303039;
    border-right: 2px solid #303039;
    transform: rotate(-135deg);
    transition: 0.2s;
}

.pag-prev:hover a::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.pag-next a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 6px;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 9px;
    height: 9px;
    border-top: 2px solid #303039;
    border-right: 2px solid #303039;
    transform: rotate(45deg);
    transition: 0.2s;
}

.pag-next:hover a::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.news-list-cont {
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    width: 100%;
}

.news-list-panel .news-item {
    width: 32%;
    margin-right: 1.7%;
    margin-bottom: 30px;
    margin-left: 0;
    display: block;
}

.first-news-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.news-list-panel .first-news-row .news-item:first-child {
    width: 65.8%;
    margin-right: 1.5%;
}

.news-list-panel .first-news-row .news-item:nth-child(2) {
    margin-right: 0;
}

.news-list-panel .news-item:nth-child(3n) {
    margin-right: 0;
}

.news-item .subscribe-form-block {
    background: url(../img/fb-bg.png) no-repeat;
    background-size: cover;
    width: 100%;
    padding: 45px 25px;
    display: flex;
    height: 100%;
}

.news-item .subscribe-form-block .subscribe-title {
    margin-top: 0;
    font-size: 21px;
    margin-bottom: 12px;
}

.news-item .subscribe-form-block p {
    font-size: 16px;
}

.news-item .subscribe-form-block .btn-row {
    margin-top: 30px;
}

.news-item .subscribe-form-block form {
    margin-top: 10px;
}

.bot-side-pag {
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 50px;
}

.bot-side-pag .paginator {
    justify-content: flex-end;
}


/* account-styles */


.account-main-panel .page-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.account-ep-counter {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 210px;
    color: #303039;
    font-weight: 600;
    font-size: 18px;
}

.epp-quest {
    width: 14px;
    height: 14px;
    background-color: #bac0c8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin-left: 8px;
    background-image: url(../img/question-ico.svg);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: center;
    cursor: help;
    position: relative;
}

.epp-quest::after {
    content: attr(data-title);
    font-size: 12px;
    font-family: Raleway;
    background-color: #fff;
    padding: 7px 10px;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
    width: 140px;
    position: absolute;
    line-height: 20px;
    top: 10px;
    right: 0px;
    transition: 0.2s;
    opacity: 0;
    pointer-events: none;
}

.epp-quest:hover::after {
    opacity: 1;
    top: 20px;
}

.account-ep-counter span {
    margin-left: 10px;
    color: #358672;
    font-family: 'Montserrat';
}

.account-main-block {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
}

.account-main-links {
    width: 262px;
    max-width: 262px;
}

.account-main-links ul {
    display: block;
    list-style: none;
    border: 1px solid #d6d6d6;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 6px;
}

.account-main-links ul li a {
    font-weight: 600;
    font-size: 16px;
    color: #303039;
    background-color: #f6f8fb;
    transition: 0.2s;
    padding: 14px 25px;
    text-decoration: none;
    display: block;
    border-top: 1px solid #d6d6d6;
    box-sizing: border-box;
}

.account-main-links ul li a:hover {
    background-color: #589384;
    color: #fff;
    border-top: 1px solid #589384;
}

.account-main-links ul li.active a {
    background-color: #358672;
    color: #fff;
    border-top: 1px solid #358672;
}

.account-main-links ul li:first-child a, .account-main-links ul li.active a {
    border-top: none;
}

.account-main-cont-panel {
    width: calc(100% - 289px);
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    overflow: hidden;
}

.amcp-title {
    display: flex;
    background-color: #f6f8fb;
    padding: 30px 35px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    flex-direction: column;
    font-family: 'Montserrat';
    border-bottom: 1px solid #d6d6d6;
}

.amcp-orders-list {
    display: block;
}

.amcp-order-unit {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 20px 35px 40px 35px;
    box-sizing: border-box;
    background-color: #fff;
    border-bottom: 1px solid #d6d6d6;
}

.amcp-order-unit:last-child {
    border-bottom: none;
}

.amcp-order-unit:nth-child(2n) {
    background-color: #f6f8fb;
}

.amcp-order-title-row {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    width: 100%;
}

.amcp-order-title-row p {
    line-height: 1.3;
    font-size: 20px;
    font-family: 'Montserrat';
}

.amcp-order-status-block {
    display: block;
}

.amcp-order-status-block-row {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 600;
    margin-bottom: 6px;
}

.amcp-order-status-block-row p {
    min-width: 115px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Raleway';
}

.amcp-order-status-block-row span {
    margin-left: 12px;
    font-weight: 400;
}

.amcp-order-status-block-row span.amcp-order-status-ep {
    font-family: 'Montserrat';
    color: #358672;
}

.amcp-order-unit-title {
    display: block;
    font-size: 18px;
    font-family: 'Montserrat';
    margin-top: 10px;
    margin-bottom: 10px;
}

.amcp-order-unit > p {
    line-height: 24px;
    font-size: 16px;
}

.amcp-order-btn-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 30px;
}

.amcp-order-btn-row .btn {
    margin-left: 10px;
}

.amcp-order-btn-row .btn:first-child {
    margin-left: 0;
}

.stand-form .input-row {
    display: block;
    width: 48%;
    margin-right: 4%;
    position: relative;
    margin-bottom: 20px;
    transition: 0.2s;
}

.stand-form {
    padding: 35px;
}

.stand-form .input-row:nth-child(2n) {
    margin-right: 0;
}

.stand-form .input-row input {
    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%;
}

.stand-form .has-error span {
    position: absolute;
    left: 0;
    top: 69px;
    font-size: 12px;
    color: #e72800;
}

.input-row.has-error input {
    border: 1px solid #e72800;
}

.amcp-login-mail-form {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: row nowrap;
}

.amcp-login-mail-form .input-row {
    margin-bottom: 0;
}

.input-row label {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}

.amcp-forms-panel form {
    border-bottom: 1px solid #d6d6d6;
    box-sizing: border-box;
}

.amcp-personal-data {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-flow: row wrap;
}

.form-inner-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    width: 100%;
}

.form-wrap-block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: row wrap;
    width: 100%;
}

.stand-form-col {
    width: 48%;
    margin-right: 4%;
}

.stand-form-col:nth-child(2n) {
    margin-right: 0;
}

.stand-form-col .input-row {
    width: 100%;
    margin-right: 0;
}

.soc-networks-panel {
    width: 100%;
}

.soc-nw-unit {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}

.soc-nw-ico {
    padding: 10px 20px;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #e0e2eb;
}

.soc-nw-ico img {
    width: 20px;
    filter: grayscale(100%) brightness(0%) invert(100%);
}

.soc-nw-unit a {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: calc(100% - 50px);
    text-decoration: none;
}

.soc-nw-unit a.del-soc-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    background: url(../img/cancel-basket.svg) no-repeat;
    opacity: 0.3;
    transition: 0.2s;
    background-size: 80%;
    background-position: center;
}

.soc-nw-unit a.del-soc-link:hover {
    opacity: 1;
}

.soc-nw-text {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: 10px 10px 10px 30px;
    box-sizing: border-box;
    width: 100%;
    line-height: 20px;
}

.snu-vk .soc-nw-text {
    background-color: #4a76a8;
}

.snu-fb .soc-nw-text {
    background-color: #3d498f;
}

.snu-ok .soc-nw-text {
    background-color: #f7931e;
}

.snu-g .soc-nw-text {
    background-color: #dd4c39;
}

.snu-tw .soc-nw-text {
    background-color: #03a9f4;
}

.snu-vk.active .soc-nw-ico {
    background-color: #396699;
}

.snu-fb.active .soc-nw-ico {
    background-color: #2a3470;
}

.snu-ok.active .soc-nw-ico {
    background-color: #e98510
}

.snu-g.active .soc-nw-ico {
    background-color: #ca4836;
}

.snu-tw.active .soc-nw-ico {
    background-color: #098eca;
}

.soc-col {
    min-width: 330px;
}

.change-pass-form {
    flex: 1 0 0;
    min-width: 330px;
}

.fancybox-content {
    padding: 0;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    width: 100%;
    max-width: 380px;
}

.fancybox-content .stand-form {
    padding: 24px 20px;
    background-color: #f6f8fb;
}

.fancybox-slide--html .fancybox-close-small {
    top: 12px;
}

.fancybox-button svg path {
    fill: #fff;
    transition: 0.2s;
}

.modal-wrap .stand-form .input-row {
    width: 100%;
}

.modal-title {
    width: 100%;
    background-color: #358672;
    padding: 24px 20px;
    font-size: 18px;
    color: #fff;
}

.modal-wrap .btn-row {
    margin-top: 30px;
}

.soc-reg-icon-row {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    border-top: 1px solid #d6d6d6;
    margin-top: 30px;
}

.soc-reg-icon-row a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    margin-right: 10px;
}

.soc-reg-icon-row a:last-child {
    margin-right: 0;
}

.soc-reg-icon-row a img {
    width: 22px;
    filter: grayscale(100%) brightness(0%) invert(100%);
}

.srir-vk {
    background-color: #4a76a8;
}

.srir-fb {
    background-color: #3d498f
}

.srir-ok {
    background-color: #f7931e
}

.srir-g {
    background-color: #dd4c39;
}

.srir-tw {
    background-color: #03a9f4;
}

.modal-wrap .checkradio-row {
    margin: 40px 0 0;
}

.modal-wrap .checkradio-row label {
    padding-left: 32px;
    font-size: 14px;
}

.modal-wrap {
}

.simple-link {
    margin-left: 20px;
    font-size: 14px;
    color: #358672;
    text-decoration: none;
    margin-left: auto;
    margin-right: 20px;
}

.simple-link:hover {
    text-decoration: underline;
}

.ref-prog-top-info {
    width: 100%;
    font-size: 16px;
}

.ref-prog-top-info-unit {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    font-size: 16px;
    font-weight: 400;
    align-items: center;
    margin-bottom: 20px;
}

.ref-prog-top-info-unit p {
    font-weight: 600;
}

.ref-input-row {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 360px;
}

.ref-input-row button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 100%;
    background-color: #358672;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

.ref-prog-top-info-unit p {
    margin-right: 17px;
}

.ref-prog-top-info-unit span {
}

.ref-input-row button svg {
    width: 16px;
    position: relative;
    height: 100%;
}

.ref-input-row input {
    background-color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 400;
    padding-lefT: 10px;
    height: 40px;
    box-sizing: border-box;
    width: 100%;
    font-family: 'Raleway';
    border: 1px solid #d6d6d6;
}

.ref-prog-top-info-unit .account-ep-counter {
    width: auto;
    font-size: 16px;
}

.reff-page-cont-panel {
    border: none;
}

.reff-page-cont-panel > .amcp-title {
    border: 1px solid #d6d6d6;
    border-radius: 6px;
}

.amcp-cont-wrap {
    margin-top: 30px;
}

.reff-page-cont-panel .amcp-cont-wrap {
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    overflow: hidden;
}

.ref-units-list {
    background-color: #f6f8fb;
}

.ref-unit {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 20px 35px 20px 35px;
    box-sizing: border-box;
    border-bottom: 1px solid #d6d6d6;
}

.ref-unit-name {
    font-size: 20px;
    font-weight: 600;
    color: #358672;
    font-family: 'Montserrat';
    margin-bottom: 20px;
}

.ref-unit-info {
    width: 33%;
}

.ref-unit-info p {
    font-family: 'Montserrat';
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 600;
}

.ref-unit-info p span {
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 300;
}

.ref-unit-order-list-wrap {
    width: 62%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 24px 20px;
    max-height: 200px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #d6d6d6;
}

.ref-unit-order-unit {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #d6d6d6;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
}

.ref-unit-order-unit:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.ruo-order-info p {
    font-family: 'Montserrat';
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 600;
    display: flex;
    justify-content: flex-end;
    text-align: right;
}

.ruo-order-info {
    width: 64%;
    display: flex;
    flex-direction: column;
}

.ruo-order-info p span {
    font-family: 'Raleway';
    font-weight: 300;
    width: 100px;
    min-width: 100px;
    text-align: left;
    margin-left: 10px;
}

.ref-unit-order-list-wrap::-webkit-scrollbar {
    width: 6px;
}


/* Track */

.ref-unit-order-list-wrap::-webkit-scrollbar-track {
    background: #fff;
}


/* Handle */

.ref-unit-order-list-wrap::-webkit-scrollbar-thumb {
    background: #acb1b7;
    border-radius: 4px;
    transition: 0.2s;
}


/* Handle on hover */

.ref-unit-order-list-wrap::-webkit-scrollbar-thumb:hover {
    background: #a1a4a8;
}

.amcp-order-list-wrap {
    margin-top: 0;
}

.amcp-fav-list-wrap {
    padding: 0 30px;
}

.amcp-fav-list-wrap .cil-btn-row {
    flex-flow: row wrap;
}

.amcp-fav-list-wrap .cil-btn-row .remove-fav-btn {
    width: 100%;
    margin-top: 12px;
}

.custom-select select {
    background-color: transparent;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    box-sizing: border-box;
}

.custom-select .select2-container .select2-selection--multiple {
    height: 100%;
    border: 1px solid #d6d6d6;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #358672;
}

.custom-select .select2-container--default.select2-container--focus .select2-selection--multiple {
}

.small-text {
    font-size: 14px;
    font-family: 'Raleway';
    font-weight: 400;
    margin-top: 10px;
}

.amcp-title .account-ep-counter {
    justify-content: flex-start;
}

.promo-code-wrap-unit {
    flex-direction: column;
    padding-bottom: 24px;
}

.promo-code-wrap-unit .ref-input-row {
    margin-bottom: 20px;
}

.promo-code-wrap-unit .ref-input-row input {
    font-family: 'Montserrat';
}

.promo-code-wrap-unit > p {
    font-size: 14px;
}

.optional-price {
    display: block;
    font-size: 14px;
    text-align: right;
    line-height: 1;
    color: #9e9e9e;
    white-space: nowrap;
}

.cil-price .optional-price {
    font-size: 12px;
    margin-top: 5px;
}

.pcu-price-block .optional-price {
    text-align: left;
}

.if-not-login-panel {
    background-color: #f6f8fb;
    border: 1px solid #d6d6d6;
    padding: 30px 40px;
    box-sizing: border-box;
    border-radius: 3px;
    margin-bottom: 34px;
}

.inl-title {
    font-size: 24px;
    font-family: 'Montserrat';
    margin-bottom: 20px;
}

.inl-authorized-block .stand-form {
    padding: 0;
}

.if-not-login-panel {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: stretch;
}

.inl-authorized-block {
    width: 100%;
    max-width: 320px;
    margin-right: 70px;
}

.inl-registration-block {
    padding-left: 70px;
    box-sizing: border-box;
    width: 100%;
}

.if-not-login-panel .stand-form .input-row {
    width: 100%;
}

.inl-registration-block {
    border-left: 1px solid #d6d6d6;
}

.inl-authorized-block .btn-row a {
    margin-left: 30px;
    color: #358672;
}

.bap-cont .stand-form {
    padding: 0;
    width: 100%;
}

.bap-cont .input-row {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.bap-cont .input-row input[type="text"] {
    max-width: 570px;
    margin-right: 20px;
}

.bap-cont .input-row .btn {
    padding: 7px 38px;
}

.cip-tabcont ul, .cip-tabcont ol {
    padding-left: 20px;
    box-sizing: border-box;
    margin: 5px 0;
}

.cip-tabcont h2 {
    margin: 18px 0;
}

.cip-tabcont img {
    max-width: 100%;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #589384;
    color: #333333;
    padding: 8px 10px 8px 10px;
    box-sizing: border-box;
    color: #fff;
    max-width: calc(100% - 20px);
}

.ui-widget.ui-widget-content {
    border: 1px solid #7db0a3;
}

.ui-widget {
    font-family: 'Raleway', sans-serif;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}

.cip-tabcont strong {
    display: inline;
}




/* ecoPayz */

.eco-bnr-info {
    width:100%;
    display:flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-flow:row nowrap;
    margin-bottom: 90px;
}

.eco-bnr-pic-wrap {
    background-color:#043665;
    background:url(../img/tbg.jpg)no-repeat;
    background-size:cover;
    padding:28px;
    box-sizing: border-box;
    color:#fff;
    width:450px;
    min-width: 448px;
}

.eco-bnr-pic-wrap img {
    width:auto;
    max-width:100%;
    margin-bottom:8px;
}

.eco-bnr-pic-wrap p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.eco-bnr-text-wrap {
    width:100%;
    padding:28px;
    box-sizing: border-box;
    background-color:#F4F4F4;
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.eco-bnr-text-wrap ul {
    list-style: none;
    margin-right: 60px;
}

.eco-bnr-text-wrap ul li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height:1.3;
    color:#303039;
    position: relative;
    padding-left:20px;
}

.eco-bnr-text-wrap ul li:last-child {
    margin-bottom: 0;
}

.eco-bnr-text-wrap ul li::after {
    content:'';
    position: absolute;
    left:0;
    top: 4px;
    width:9px;
    height:9px;
    border-radius: 10px;
    background-color:#8CC23C;
}

.eco-bnr-text-wrap .btn-row {
    display:flex;
    flex-direction: column;
    align-items: center;
}

.eco-bnr-text-wrap .btn-row .btn {
    width:100%;
    color:#fff;
    font-size:14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border:none;
    margin-bottom: 12px;
    padding:20px 70px;
    line-height: 1.3;
    text-align: center;
}

.eco-bnr-text-wrap .btn-row .btn:last-child {
    margin-bottom: 0;
}

.btn.lg-btn {
    background-color: #8CC23C;
    border:none;
}

.btn.lg-btn:hover {
    background:#a4dd50;
}

.btn.db-btn{
    background-color:#033564;
    border:none;
}

.btn.db-btn:hover{
    background-color:#104e89;
}


.col-comparsion-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 32px;
}

.col-comp-unit {
    margin-bottom:24px;
}

.ccr-title-row p {
    font-weight: bold;
}

.col-norm-block, .col-prem-block {
    width:50%;
    display:Flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: center;
    font-size:18px;
    padding:24px 32px;
    font-weight: 500;
}

.col-prem-block {
    color:#fff;
}

.col-norm-block img, .col-prem-block img {
    margin-right: 24px;
}

.col-norm-block {
    background: linear-gradient(105.43deg, #F2F2F2 0%, #E4E4E4 100%);
}

.col-prem-block{
    background: linear-gradient(254.58deg, #419A84 0%, #358672 100%);
}

.col-comp-row {
    display:flex;
    flex-flow:row nowrap;
    border-bottom:1px solid #D6D6D6;
}

.col-comp-row:last-child {
    border-bottom: none;
}

.ccr-title-row .col-norm-block, .ccr-title-row .col-prem-block {
    padding-left:26px;
    padding-right: 26px;
}


.ccu-title {
    font-size:16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.col-comparsion-panel {
    width:100%;
    max-width:786px;
    margin:0 auto 80px;
}




.eco-table-panel {
    width:100%;
    border:1px solid #D6D6D6;
    background-color:#F9F9F9;
    overflow:hidden;
    margin-bottom: 90px;
    border-radius: 8px
}

.et-title-unit {
    padding:32px;
    box-sizing: border-box;
}

.et-cont-unit {
    padding:32px;
    box-sizing: border-box;
}

.et-row, .et-head-row {
    display:flex;
    flex-flow:row nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.et-title-unit {
    width: 37%;

}

.et-cont-unit {
    width:21%;
    display:flex;
    justify-content: center;
    align-items: center;
}

.et-head-row .et-cont-unit{
    flex-direction: column;
    font-weight: bold;
}

.et-row .et-cont-unit {
    font-weight: 600;
}


.et-cont-unit:nth-child(2) {
    background-color:#E4E4E4;
}

.et-row:nth-child(2n) .et-cont-unit:nth-child(2){
    background-color:#F7F7F7;
}

.et-row:nth-child(2n) .et-cont-unit:nth-child(3){
    background-color:#F7F0DD;
}

.et-row:nth-child(2n) .et-cont-unit:nth-child(4){
    background-color:#CEEEE1;
}

.et-cont-unit:nth-child(3) {
    background-color:#E2CB8D;
}


.et-cont-unit:nth-child(4) {
    background-color:#409983;
}

.et-cont-unit img {
    mix-blend-mode: multiply;
    filter: brightness(110%);
    margin-bottom: 5px;
}

.et-cont-unit p {
    text-align: center;
}




.q-pay-panel {
    display:flex;
    flex-flow:row nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

.qpay-pic-block {
    background:#033564;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width:460px;
    padding:32px;
    box-sizing: border-box;
    transition:0.2s;
}

.qpay-pic-block:hover {
    background-color: #104e89;
}

.qpay-pic-block p {
    color:#fff;
    font-size:22px;
    text-transform: uppercase;
    margin-bottom: 22px;
    font-weight: bold;
}

.qpay-pic-block img {
    width:100%;
    max-width:225px;

}

.q-pay-panel > img {
    margin:0 86px;
}


.q-pay-btn-text-block {
    width:460px;
}

.q-pay-btn-text-block p {
    margin-bottom: 32px;
    line-height: 1.5;
}

.q-pay-btn-text-block .btn-row {
    width:100%;
}

.q-pay-btn-text-block .btn-row .btn {
    width:100%;
    padding:32px;
    font-size:22px;
    justify-content: center;
    align-items: center;
    display:flex;
}


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


    .haeder-logo-block img {
        width: 188px;
    }

    .news-list-panel .news-item {
        margin-right: 1.6%;
    }

    .cip-row-tab {
        font-size: 14px;
    }

    .catalog-item-list-unit:nth-child(3n) {
        margin-right: 4%;
    }

    .catalog-item-list-unit {
        width: 48%;
        margin-right: 4%;
    }

    .catalog-item-list-unit:nth-child(2n) {
        margin-right: 0;
    }

    .pre-catalog-unit .btn {
        padding: 14px 27px;
    }

    .pre-catalog-unit {
        padding: 15px;
    }

    .slider-text-block {
        width: 60%;
    }

    .footer-unit {
        margin-right: 7%;
        width: auto;
    }

    .footer-unit.payment-unit {
        width: 220px;
    }

    .fake-shadow-block-wrap {
        display: none;
    }
}

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


    .header-cart-block {
        flex-flow: row nowrap;
    }

    .header-cart-block a:first-child {
        margin-bottom: 0;
        margin-right: 16px;
    }

    .account-main-block {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .account-main-cont-panel {
        width: 100%;
    }

    .account-main-links {
        width: 100%;
        margin-bottom: 30px;
    }

    .news-list-panel .first-news-row .news-item:first-child {
        width: 49%;
        margin-right: 2%;
    }

    .news-list-cont .news-item {
        width: 49%;
        margin-right: 2%;
    }

    .news-list-panel .first-news-row .news-item:nth-child(2) {
        width: 49%;
        margin-right: 0;
    }

    .news-list-cont .news-item:nth-child(3n) {
        margin-right: 2%;
    }

    .news-list-cont .news-item:nth-child(2n) {
        margin-right: 0;
    }

    .bit-unit-block {
        padding: 19px 14px;
    }

    .cip-top-row, .cip-bot-row {
        flex-direction: column;
        width: 100%;
    }

    .cip-pic-wrap, .cip-main-info-wrap, .cip-tabs-cont-panel, .cip-additional-interrogation-panel {
        width: 100%;
        margin-bottom: 40px;
        min-width: 1px;
    }

    .page-content {
        margin-top: 54px;
    }

    .breadcrumbs-section {
        margin-top: 17px;
    }

    .catalog-filter-wrap {
        width: 243px;
        min-width: 243px;
    }

    .ni-text-wrap, .news-item-more-link {
        padding: 0 14px 12px;
    }

    .main-news-panel-list .slick-dots {
        bottom: -30px;
    }

    .main-news-panel-list .slick-dots li button {
        opacity: 1;
        background-color: #ccced4;
    }

    .main-news-panel-list .slick-dots li.slick-active button {
        opacity: 1;
        background-color: #358672;
    }

    .pre-catalog-section {
        padding-bottom: 60px;
    }

    .pcu-price-block {
        font-size: 20px;
    }

    .pre-catalog-unit .btn {
        padding: 14px 14px;
    }

    .pre-catalog-unit {
        width: auto;
        margin: 0 10px !important;
        height: 100%;
        display: flex !important;
        justify-content: space-between;
    }

    .pre-catalog-units-panel .slick-track {
        display: flex;
        height: 100%;
    }

    .header-cart-block a span::before, .header-cart-block a span::after {
        display: none;
    }

    .header-cart-block a span {
        position: absolute;
        background-color: #fff;
        color: #358672;
        border: 2px solid #358672;
        min-width: 20px;
        height: 20px;
        width: auto;
        border-radius: 100px;
        top: -9px;
        right: -12px;
        font-size: 12px;
        text-align: center;
        display: flex;
        justify-content: center;
        box-sizing: border-box;
        align-items: center;
        line-height: 10px;
        font-weight: 600;
        font-family: 'Montserrat';
        padding: 3px;
        box-sizing: border-box;
    }

    .p-room-unit {
        padding: 24px 20px 20px;
    }

    .p-room-unit .btn-row {
        flex-direction: column;
        align-items: center;
    }

    .p-room-unit-cont-text {
        font-size: 14px;
        line-height: 1.6;
    }

    .p-room-unit .btn-row .btn {
        width: 100%;
        margin: 6px 0;
    }

    .footer {
        padding: 30px 0;
    }

    .footer-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-unit-panel {
        order: 1;
        margin-bottom: 30px;
    }

    .footer-logo-block {
        order: 2;
        width: 100%;
        margin-bottom: 12px;
    }

    .copyright-rules-block {
        align-items: center;
    }

    .mobile-header-row {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        box-sizing: border-box;
        width: 100%;
        box-sizing: border-box;
        height: 55px;
        box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.48);
    }

    .header-wrapper {
        position: fixed;
        display: flex;
        flex-direction: column;
        align-content: center;
        width: 100%;
        max-width: 500px;
        top: 55px;
        left: -100%;
        transition: 0.2s;
        z-index: 101;
        height: calc(100vh - 55px);
        overflow-y: scroll;
    }

    .header-bot-row {
        height: 100%;
    }

    .header-wrapper.active {
        left: 0;
    }

    .mobile-header-logo {
        width: 50%;
        max-width: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .mobile-header-logo a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-header-logo a img {
        width: 100%;
    }

    .slider-text-block {
        width: 100%;
        text-align: center;
    }

    .slide-text-wrap .btn-row {
        justify-content: center;
        align-items: center;
    }

    .slick-dots {
        justify-content: center;
        align-items: center;
        max-width: 100%;
        padding: 0;
        bottom: 30px;
    }

    .header-top-row-wrap {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .header-search-row {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .header-login-block {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        justify-content: center;
        margin-bottom: 17px;
    }

    .haeder-logo-block {
        display: none;
    }

    .main-menu {
        flex-direction: column;
        align-items: flex-start;
    }

    .main-menu li {
        margin: 0 0 12px 0;
    }

    .main-menu li::after {
        display: none;
    }

    .main-menu li a {
        font-size: 22px;
    }

    .header-cart-block {
        position: fixed;
        top: 16px;
        right: 50px;
    }

    .header-cart-block a {
        font-size: 0;
        position: relative;
    }

    .header-cart-block svg {
        margin-right: 0;
        width: 24px;
        max-height: 21px;
    }

    .header-cart-block svg path {
        fill: #fff;
    }

    .subscribe-panel-pic-block {
        display: none;
    }

    .subscribe-form-block {
        width: 100%;
    }

    .pre-catalog-units-panel .slick-arrow.slick-prev {
        top: 0;
        right: auto;
        bottom: 0;
        z-index: 2;
        left: -8px;
        margin: auto;
    }

    .pre-catalog-units-panel .slick-arrow.slick-next {
        top: 0;
        left: auto;
        bottom: 0;
        z-index: 2;
        right: -8px;
        margin: auto;
    }
}

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


    .if-not-login-panel {
        flex-direction: column;
    }

    .if-not-login-panel {
        padding: 15px;
    }

    .inl-authorized-block {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }

    .inl-registration-block {
        padding-left: 0;
        border-left: none;
        padding-top: 30px;
        border-top: 1px solid #d6d6d6;
        margin-top: 30px;
    }

    .amcp-fav-list-wrap {
        padding: 0 15px;
    }

    .amcp-fav-list-wrap .catalog-item-list-unit {
        padding: 15px;
    }

    .slide-text-wrap {
        background-color: rgba(31, 46, 33, 0.7);
    }

    .ref-unit {
        flex-direction: column;
    }

    .ref-unit-info {
        width: 100%;
        margin-bottom: 20px;
    }

    .ref-unit-order-list-wrap {
        width: 100%;
        margin-left: 0;
    }

    .change-pass-form, .soc-col {
        flex: auto;
        width: 100%;
        min-width: 1px;
        margin-right: 0;
    }

    .amcp-forms-panel form {
        flex-direction: column;
    }

    .amcp-forms-panel form .input-row {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .account-ep-counter {
        font-size: 15px;
        width: 185px;
    }

    .paginator-wrap {
        display: none;
    }

    .paginator-wrap.bot-side-pag {
        display: flex;
        justify-content: center;
    }

    .news-list-panel .first-news-row .news-item:nth-child(2) {
        order: 1;
    }

    .news-page-wrapper .page-title-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .bot-side-pag .paginator {
        justify-content: center;
    }

    .page-title-row .paginator-wrap {
        margin-bottom: 30px;
        justify-content: center;
        width: 100%;
    }

    .news-list-panel .first-news-row .news-item:nth-child(1) {
        order: 2;
    }

    .news-list-panel .first-news-row .news-item {
        width: 100% !important;
        margin-right: 0;
    }

    .news-list-panel .first-news-row {
        flex-direction: column;
    }

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

    .bit-name-row {
        display: none;
    }

    .del-basket-item span {
        display: block;
        color: #9AA5BA;
        font-size: 12px;
    }

    .bit-unit-block.bit-del a::after, .bit-unit-block.bit-del a::before {
        display: none;
    }

    .bit-unit-block.bit-del a {
        width: auto;
        height: auto;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
        position: relative;
    }

    .bit-unit-block.bit-del a span::before {
        content: '';
        width: 17px;
        display: inline-block;
        height: 20px;
        vertical-align: middle;
        margin-right: 10px;
        background: url(../img/cancel-basket.svg) no-repeat;
    }

    .bit-cont-unit-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }

    .bit-cont-unit-row {
        border: 1px solid #d6d6d6;
    }

    .bit-unit-block.bit-pic img {
        width: 100%;
        max-width: 400px;
    }

    .bit-cont-unit-row .bit-unit-block {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        border: none;
    }

    .bit-cont-unit-row .bit-unit-block {
        border: none;
    }

    .bit-unit-block.bit-pic img {
        max-height: 60px;
        width: auto;
        max-width: 80%;
    }

    .mobile-bit-title {
        display: block;
        margin-bottom: 20px;
    }

    .basket-items-table {
        border: none;
    }

    .cip-tabs-row {
        flex-flow: row wrap;
        margin-bottom: 4px;
        display: flex;
        justify-content: flex-start;
        align-content: flex-start;
    }

    .cip-row-tab {
        border: 1px solid transparent;
        border-radius: 4px;
        margin-right: 4px;
        margin-bottom: 4px;
        padding: 10px;
    }

    .cip-row-tab.active {
        border-radius: 4px;
        border: 1px solid #dfe0e1 !important;
    }

    .cip-row-tab::after {
        display: none;
    }

    .breadcrumbs li a {
        font-size: 12px;
    }

    .breadcrumbs li span {
        font-size: 12px;
    }

    .cat-sort-panel {
        position: relative;
        top: auto;
        right: auto;
    }

    .cat-sort-panel > a {
        display: none;
    }

    .mobile-sort {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        font-size: 14px;
    }

    .mobile-sort span {
        margin-left: 10px;
        font-weight: 600;
        margin-right: 10px;
        color: #303039;
    }

    .mobile-sort select {
        border: none;
        background-color: #fff;
    }

    .cf-last-feedbacks-block {
        display: none;
    }

    .catalog-filter-wrap {
        width: 100%;
    }

    .catalog-filter-cont-wrap {
        flex-direction: column;
        justify-content: flex-start;
    }

    .last-thread-unit {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .last-thread-unit > * {
        width: 100%;
        margin: 0;
    }

    .lti-op-info {
        order: 1;
        margin-bottom: 16px;
        display: flex;
        flex-direction: column;
        align-content: center;
    }

    .op-info {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }

    .op-pic-wrap {
        margin-bottom: 8px;
    }

    .op-nick {
        margin-right: 20px;
    }

    .lti-text {
        order: 2;
    }

    .exclusive-section {
        padding-bottom: 50px;
    }

    .pre-catalog-panel .seciton-title-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .pre-catalog-panel .pre-catalog-chooser-links {
        align-self: center;
        justify-content: center;
        width: 100%;
        margin-top: 30px;
    }

    .pre-catalog-unit {
        padding: 12px;
    }

    .subscribe-form-block .input-row input {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .subscribe-title {
        font-size: 38px;
        text-align: center;
    }

    .subscribe-form-block p {
        font-size: 16px;
        text-align: center;
    }

    .subscribe-form-block .input-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .subscribe-form-block form {
        margin-top: 10px;
    }

    .subscribe-form-block {
        padding: 20px 0;
    }

    .footer-unit-panel {
        flex-direction: column;
        align-items: center;
    }

    .footer-unit {
        width: 100%;
        max-width: 200px;
        text-align: center;
        align-items: center;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .footer-unit ul {
        display: none;
    }

    .payment-unit li {
        width: auto;
        display: inline-block;
    }

    .payment-unit li img {
        max-width: 50px;
        margin: 0 auto;
    }

    .footer-unit-title {
        margin-bottom: 10px;
        cursor: pointer;
    }

    .catalog-cont-info-block {
        padding: 15px;
    }

    .catalog-cont-info-block img {
        width: 80px;
        margin-right: 30px;
    }

    .amcp-order-title-row {
        display: flex;
        flex-direction: column;
    }

    .amcp-order-title-row > p {
        margin-bottom: 20px;
    }

    .amcp-order-status-block-row {
        margin-bottom: 15px;
    }

    .amcp-title {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 20px;
    }

    .stand-form {
        padding-left: 15px;
        padding-right: 15px;
    }
}

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

    .amcp-order-btn-row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .amcp-order-btn-row .news-item-date {
        margin-bottom: 20px;
        align-self: flex-start;
    }
}

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

    .ui-menu .ui-menu-item {
        margin: 10px 0;
    }

    .cip-tabcont img {
        height: auto !important;
    }

    .ref-unit-order-list-wrap {
        max-height: 400px;
    }

    .ref-input-row {
        max-width: 100%;
    }

    .promo-code-wrap-unit .ref-input-row input {
        font-size: 14px;
    }

    .ref-unit-order-unit {
        flex-direction: column;
    }

    .ruo-name-block {
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }

    .ruo-order-info {
        width: 100%;
    }

    .ruo-name-block .news-item-date {
        margin-top: 0;
        margin-left: 20px;
    }

    .ref-unit {
        padding: 20px;
    }

    .ruo-order-info p {
        justify-content: flex-start;
        text-align: left;
    }

    .stand-form {
        padding: 15px;
    }

    .account-main-panel .page-title-row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .account-ep-counter {
        font-size: 15px;
        width: auto;
        margin-bottom: 20px;
    }

    .amcp-order-unit {
        padding-left: 15px;
        padding-right: 15px;
    }

    .basket-total-table {
        max-width: 100%;
    }

    .basket-total-block .btn-row {
        justify-content: center;
    }

    .mobile-bit-title {
        display: block;
        margin-bottom: 10px;
    }

    .cip-title-rate-block {
        width: 100%;
    }

    .cip-price {
        width: 100%;
        margin-top: 10px;
    }

    .seclection {
        font-size: 14px;
    }

    .quant-block-wrap {
        width: 100%;
        margin-right: 0;
    }

    .version-block {
        margin-right: 0;
        margin-bottom: 16px;
    }

    .cip-btn-row {
        flex-flow: row wrap;
    }

    .cip-main-info-block {
        padding: 20px 16px;
    }

    .cip-btn-row .btn.buy-1-click {
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
        text-align: center;
    }

    .cip-btn-row .btn {
        width: 75%;
        text-align: center;
    }

    .quant-block input {
        width: 100%;
    }

    .cip-buy-block {
        flex-direction: column;
    }

    .cip-main-info-title-row {
        flex-direction: column;
        align-items: center;
    }

    .catalog-fitler-unit-title {
        font-size: 14px;
    }

    .catalog-item-list-unit {
        padding: 12px;
    }

    .page-title-row h1 {
        font-size: 24px;
    }

    .breadcrumbs li a {
        font-size: 10px;
    }

    .breadcrumbs li span {
        font-size: 10px;
    }

    .catalog-cont-info-block img {
        display: none;
    }

    .catalog-item-list-unit {
        width: 100%;
        margin: 0 0 22px 0 !important;
    }

    .slick-dots li button {
        width: 8px;
        height: 8px;
    }

    .p-rooms-slider .slick-dots {
        bottom: 20px;
    }

    .p-rooms-slider .slick-dots li button {
        opacity: 1;
    }

    .p-rooms-slider .slick-dots li.slick-active button {
        background-color: #358672;
    }

    .pre-catalog-section {
        margin-bottom: 20px;
    }

    .pre-catalog-chooser-links a {
        font-size: 11px;
    }

    .accept-row input + label {
        font-size: 14px;
    }

    .subscribe-title {
        font-size: 24px;
    }

    .subscribe-form-block p {
        font-size: 14px;
    }

    .subscribe-form-block .input-row input {
        padding-left: 16px;
        font-size: 16px;
    }

    .subscribe-form-block .btn {
        width: 100%;
    }

    .slider-text-block p.slide-title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 4px;
    }

    .slider-text-block p {
        font-size: 16px;
    }

    .main-slider-unit {
        min-height: 420px;
    }

    .seciton-title {
        font-size: 24px;
    }

    .p-room-unit {
        margin: 0 10px;
    }

    .p-rooms-slider .slick-arrow, .pre-catalog-units-panel .slick-arrow {
        width: 24px;
        height: 24px;
    }

    .p-rooms-slider .slick-arrow.slick-prev, .pre-catalog-units-panel .slick-arrow.slick-prev {
        top: 0;
        right: auto;
        bottom: 0;
        z-index: 2;
        left: -8px;
        margin: auto;
    }

    .slick-arrow::after {
        content: '';
        position: absolute;
        left: 0;
        right: 2px;
        bottom: 0;
        top: 0;
        margin: auto;
        width: 5px;
        height: 5px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
    }

    .p-rooms-slider .slick-arrow.slick-next, .pre-catalog-units-panel .slick-arrow.slick-next {
        top: 0;
        left: auto;
        bottom: 0;
        z-index: 2;
        right: -8px;
        margin: auto;
    }

    .account-main-links {
        max-width: 100%;
    }

    .stand-form .btn-row {
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .stand-form .btn-row .btn {
        width: 100%;
    }

    .modal-wrap .stand-form .btn-row {
        margin-top: 40px;
        flex-direction: column;
        align-items: center;
    }

    .modal-wrap .stand-form .btn-row .btn {
        margin: 0 0 20px 0;
        text-align: center;
    }

    .simple-link {
        margin: auto;
    }
}

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


    .stand-form {
        padding: 15px;
    }

    .cip-pic-main-block {
        max-height: 264px;
    }

    .amcp-order-btn-row .btn-row {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
    }

    .amcp-order-btn-row .btn {
        width: 100%;
        margin: 8px 0;
        text-align: center;
    }
}


/* VIPDEPOSITS */
.topbanner
{
height:190px;
background:url(../img/banner_skrill.jpg);
background-repeat: no-repeat;
background-size:cover;
display: flex;
    align-items: center;
    justify-content: space-around;
}

.net.topbanner
{
	background:url(../img/banner_neteller.jpg);
	background-repeat: no-repeat;
}

.topbanner .logo
{
	    position: relative;
    top: -50px;
    right: 25px;
}

.vip_wrapper
{
	padding:0 100px;
}

.vip_footer
{
	display: flex;
    justify-content: space-between;
	    align-items: center;
}
.support_text
{
 font-size: 16px;
  font-family: "Raleway";
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-align: center;	
}
.connect_text
{
	  font-size: 18px;
  font-family: "Raleway";
  color: rgb(3, 3, 3);
  line-height: 1.2;
  padding-right:35px;
  font-weight:bold;
}

a.connect_but
{
	 font-weight:bold;
	  font-family: "Raleway";
	padding:35px 20px;
	background-color:#ff9900;
	font-size:22px;
	  color:white;
	  text-decoration:none;
	     text-transform: uppercase;
    display: block;
    margin-top: 30px;
    margin: auto;
}

.vip_wrapper .cell_head
{
	display:flex;
	align-content:center;
}

.vip_wrapper .cell_head p
{
	align-self: center;
	  font-size: 22px;
  font-family: "Raleway";
  color: rgb(2, 2, 2);
  font-weight: bold;
  line-height: 1.2;
  padding-left:10px;
  margin-bottom:0;
}

.about
{
	margin-top:20px;
	align-content:center;
	display:flex;
	justify-content:space-between;
}

.two {position:relative;}
.two:before{
    position: absolute;
    top: 4px;
    left: 0;
    height: 35px;
    border-left: 1px solid black;
    content: "";
    width: 1px;
}

.two p:before{
 position: absolute;
    top: 11px;
    left: -15px;
    content: "•";
}


.vip_wrapper .head p
{
	 font-size: 24px;
  font-family: "Raleway";
  color: rgb(2, 2, 2);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-top:75px;
}

.best p
{
  font-size: 25px;
   font-family: "Raleway";
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.2;	
}

.best li
{
  font-size: 19px;
     font-family: "Raleway";
  color: rgb(0, 0, 0);
  line-height: 1.2;

}

.best ul{  
    padding-left: 0px;
}

.best ul li {
  list-style: none;
}
.best li {
  position: relative;
  padding-left: 1.5em;  /* space to preserve indentation on wrap */
}
.best li:after
{
    width: 0 !important;
}
.best li:before {
  content: '';  /* placeholder for the SVG */
  position: absolute;
  left: 0;  /* place the SVG at the start of the padding */
  width: 1em;
  height: 1em;
  background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg width='18' height='18' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'><path d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/></svg>") no-repeat;
}

.buttons .create_top, .buttons .get_top
{
padding:15px 40px;	
}
.buttons a.create_top, .buttons a.get_top
{
  font-size: 20px;
  font-family: "Raleway";
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  text-decoration:none;
  display:block;
}


.buttons .create_top	
{
	background-color:#c73096;
	margin-bottom:10px;
}

.buttons .get_top
{
	background-color:#ff9900;
}

.one, .two
{
	width:475px;
	padding-left:60px;
}
.two p 
{ font-weight:bold; position:relative; }

.cell
{
	margin-top:15px;
}

.about p
{
	  font-size: 18px;
  font-family: "Raleway";
  color: rgb(102, 102, 102);
  line-height: 1.2;
}
	.buttons.mobile
	{
		display:none;
	}
	.best.mobile{display:none;}

@media screen and (max-width: 1170px) {
	.buttons
	{
		display:none;
	}

.vip_wrapper
{
	padding:0 60px;
}

	.buttons.mobile
	{
		display:block;
		width:380px;
		margin:auto;
		margin-top:15px;
	}
	
}

@media screen and (max-width: 961px) {
	.about p
{
	  font-size: 15px;
}
.one, .two
{
	width:auto;
}
.cell_head p {font-size:17px !important;}

	.best{display:none;}
	.best.mobile{display:block;}
	.logo {display:none;}
 a.connect_but{font-size:19px;}
 .connect_text{padding-right:0;}
 .vip_wrapper
{
	padding:0 10px;
}
.about
{
	flex-wrap:wrap;
}
.two:before{
    border-left: none;
}
.cell
{
	    width: 475px;
    margin: auto;
}
.arrow{	display:none;}
.vip_footer { display:block; }
.big_create img {display:block; margin:auto; max-width:100%; }
.connect {    margin: 15px auto}
.connect p {padding-right: 0px;}
}