@charset "UTF-8";
/* Fonts */
/* Main */
/* Buttons */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400");
/* font-family: "BitterRegular"; */
@font-face {
    font-family: "BitterRegular";
    src: url("../fonts/BitterRegular/BitterRegular.eot");
    src: url("../fonts/BitterRegular/BitterRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/BitterRegular/BitterRegular.woff") format("woff"), url("../fonts/BitterRegular/BitterRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "BitterBold"; */
@font-face {
    font-family: "BitterBold";
    src: url("../fonts/BitterBold/BitterBold.eot");
    src: url("../fonts/BitterBold/BitterBold.eot?#iefix") format("embedded-opentype"), url("../fonts/BitterBold/BitterBold.woff") format("woff"), url("../fonts/BitterBold/BitterBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "BitterItalic"; */
@font-face {
    font-family: "BitterItalic";
    src: url("../fonts/BitterItalic/BitterItalic.eot");
    src: url("../fonts/BitterItalic/BitterItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/BitterItalic/BitterItalic.woff") format("woff"), url("../fonts/BitterItalic/BitterItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "BitterBoldItalic"; */
@font-face {
    font-family: "BitterBoldItalic";
    src: url("../fonts/BitterBoldItalic/BitterBoldItalic.eot");
    src: url("../fonts/BitterBoldItalic/BitterBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/BitterBoldItalic/BitterBoldItalic.woff") format("woff"), url("../fonts/BitterBoldItalic/BitterBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@keyframes blink {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color:transparent;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: underline;
}

a.link {
    color: #000;
    text-decoration: none;
}

a.link:hover {
    color: #939ca1;
}

a.hover {
    color: #5a6063;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "BitterBold", sans-serif;
    color: #444;
}

h1 {
    font-size: 47px;
}

h2 {
    font-size: 36px;
}

@media screen and (max-width: 991px) {
    h2 {
        line-height: 52px;
    }
}

h3 {
    font-size: 22px;
}

@media screen and (max-width: 991px) {
    h3 {
        font-size: 32px;
    }
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 13px;
}

p {
    color: #000;
    font-size: 16px;
    line-height: 26px;
}

p.lh-32 {
    line-height: 32px;
}

strong {
    font-family: "BitterBold", sans-serif;
}

ol li {
    margin: 0 0 10px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

ul.no-style li {
    padding-left: 0;
}

ul.no-style li:before {
    display: none;
}

ul.indent-li-40 li {
    margin-bottom: 40px;
}

ul.indent-li-40 li:last-child {
    margin-bottom: 0;
}

ul.indent-li-30 li {
    margin-bottom: 30px;
}

ul.indent-li-30 li:last-child {
    margin-bottom: 0;
}

ul.text-indent {
    text-indent: -20px;
    padding-left: 20px;
}

ul li {
    color: #000;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

ul li:before {
    content: '—';
    position: absolute;
    top: 0;
    left: 0;
}

input,
textarea,
select {
    width: 100%;
    border-radius: 2px;
    padding: 20px 25px 13px;
    background: #f4f6f8;
    border: 1px solid #dee3e6;
    outline: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

input:focus, input.focus,
textarea:focus,
textarea.focus,
select:focus,
select.focus {
    background: #fff;
    border: 1px solid #f9ac18;
}

input.error,
textarea.error,
select.error {
    background: #fce4e5;
    border: 1px solid #e30613;
}

input.error ~ .input-block-placeholder,
textarea.error ~ .input-block-placeholder,
select.error ~ .input-block-placeholder {
    color: #fa2121;
}

select {
    -webkit-appearance: none;
}

textarea {
    resize: none;
}

hr.tablet {
    margin-left: -15px;
    margin-right: -15px;
}

.title-sm {
    font-family: "BitterBold", sans-serif;
    font-size: 30px;
    line-height: 25px;
    color: #000;
    margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
    .title-sm {
        font-size: 32px;
    }
}

@media screen and (max-width: 767px) {
    .title-sm {
        font-size: 32px;
        line-height: 40px;
    }
}

.title-md {
    font-size: 44px;
    line-height: 60px;
    color: #ababab;
}

@media screen and (max-width: 991px) {
    .title-md {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    .title-md {
        font-size: 30px;
        line-height: 46px;
    }
}

.input-block {
    position: relative;
    margin-bottom: 25px;
}

.input-block-placeholder {
    position: absolute;
    top: 17px;
    left: 25px;
    color: #878787;
    pointer-events: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.input-block-placeholder .red {
    color: #EC3E3E;
}

.input-block.select .input-block-placeholder {
    top: 7px;
    font-size: 11px;
    color: #b4b4b4;
}

.input-block[class*="col-"] .input-block-placeholder {
    left: 40px;
}

.input-block[class*="col-"] input,
.input-block[class*="col-"] textarea,
.input-block[class*="col-"] select {
    padding-left: 25px;
    padding-right: 25px;
}

.input-block.active input.error ~ .input-block-placeholder,
.input-block.active textarea.error ~ .input-block-placeholder,
.input-block.active select.error ~ .input-block-placeholder {
    color: #f95151;
}

.input-block.active .input-block-placeholder {
    top: 7px;
    font-size: 11px;
    color: #b4b4b4;
}

.input-block input,
.input-block textarea,
.input-block select {
    padding-left: 25px;
    padding-right: 20px;
}

.select {
    position: relative;
}

.select:after {
    content: '';
    position: absolute;
    top: 25px;
    right: 30px;
    border-top: 6px solid #000;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    pointer-events: none;
    z-index: 1;
}

.js-select {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.js-select.no-bg.opened .jq-selectbox__trigger {
    background: #fff;
    border: 1px solid #CCC;
    border-bottom: 0;
    border-radius: 2px 2px 0 0;
}

.js-select.no-bg .jq-selectbox__select {
    border-radius: 0;
    background: transparent;
    border: 0 !important;
    width: auto;
    padding-right: 20px;
}

.js-select.no-bg .jq-selectbox__select-text {
    color: #878787;
    font-weight: 500;
    padding: 4px 10px 5px 0;
    width: auto !important;
}

.js-select.no-bg .jq-selectbox__trigger {
    width: 20px;
    border: 1px solid transparent;
    border-bottom: 0;
    z-index: 300;
}

.js-select.no-bg .jq-selectbox__trigger-arrow {
    top: 10px;
    right: 5px;
    border-top: 6px solid #878787;
}

.js-select.no-bg .jq-selectbox__dropdown {
    left: inherit !important;
    right: 0;
    min-width: 100%;
    max-width: none;
    width: auto;
}

.js-select .jq-selectbox__select {
    width: 100%;
    padding: 0;
    height: auto;
    border-radius: 2px;
    background: #f4f6f8;
    border: 1px solid #dee3e6;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.js-select .jq-selectbox__select-text {
    font-family: "BitterRegular", sans-serif;
    padding: 18px 25px;
    font-size: 16px;
    line-height: 20px;
    color: #878787;
    text-shadow: none;
}

.js-select .jq-selectbox__trigger {
    border-left: 0;
}

.js-select .jq-selectbox__trigger-arrow {
    top: 25px;
    right: 25px;
    border-top: 6px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.js-select .jq-selectbox__dropdown {
    margin: -1px 0 0 0;
    border-radius: 0 0 2px 2px;
    z-index: 201;
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.js-select .jq-selectbox__dropdown ul li {
    font-family: "BitterRegular", sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 18px 25px;
    color: #000;
    background: #fff;
    border-bottom: 1px solid #f4f6f8;
    white-space: normal;
    display: block;
    max-width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.js-select .jq-selectbox__dropdown ul li:before {
    display: none;
}

.js-select .jq-selectbox__dropdown ul li:hover {
    color: #ee3b37;
    background: #fff;
}

.jq-selectbox.focused .jq-selectbox__select {
    border: 1px solid #dee3e6;
    outline: none !important;
}

.image {
    margin-bottom: 35px;
}

.image img {
    margin-bottom: 25px;
}

.image .caption {
    color: #858585;
    font-size: 13px;
    font-style: italic;
}

@media screen and (max-width: 480px) {
    .image {
        margin: 0 -15px 15px;
    }

    .image .caption {
        margin-left: 15px;
    }
}

.checkbox {
    margin-bottom: 30px;
}

.checkbox:last-child {
    margin-bottom: 0;
}

.checkbox input {
    display: none;
}

.checkbox input:checked + label:after {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    top: 6px;
    left: 5px;
    background: url("../img/svg/icon-check.svg") no-repeat;
}

.checkbox input + label {
    padding-left: 40px;
    font-size: 16px;
    line-height: 22px;
}

.checkbox input + label.fs-14 {
    font-size: 14px;
}

.checkbox input + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background: #f4f6f8;
    border: 1px solid #dee3e6;
    border-radius: 2px;
}

.checkbox input + label.errors:before {
    border: 1px solid #ee3b37;
    background: #f2aeb2;
}

.checkbox[class*="col-"] input:checked + label:after {
    left: 20px;
}

.checkbox[class*="col-"] input + label:before {
    left: 15px;
}

.radio {
    margin-top: 0;
    margin-bottom: 30px;
}

.radio:last-child {
    margin-bottom: 0;
}

.radio + .radio {
    margin-top: 0;
}

.radio input {
    display: none;
}

.radio input:checked + label:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    top: 6px;
    left: 4px;
    border-radius: 50%;
    background: #ee3b37;
}

.radio input + label {
    padding-left: 30px;
    font-size: 16px;
    line-height: 22px;
}

.radio input + label:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 19px;
    height: 19px;
    background: #f4f6f8;
    border: 1px solid #dee3e6;
    border-radius: 50%;
}

.radio input + label.errors:before {
    border: 1px solid #ee3b37;
    background: #f2aeb2;
}

.radio[class*="col-"] input:checked + label:after {
    left: 19px;
}

.radio[class*="col-"] input + label:before {
    left: 15px;
}

.counter-block {
    position: relative;
    display: inline-block;
}

.counter-block.unstock .counter-order {
    pointer-events: all;
    opacity: 1;
    filter: alpha(opacity=100);
}

.counter-block input {
    width: 63px;
    height: 39px;
    padding: 10px 0 10px 15px;
    border-radius: 4px;
}

.counter-btn {
    position: absolute;
    right: 0;
    width: 25px;
    height: 19.5px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    text-align: center;
    line-height: 17px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.counter-btn.inc {
    top: 0;
    background: #EBEBEB;
    border-radius: 0 4px 0 0;
}

.counter-btn.inc:hover {
    background: #E4E4E4;
}

.counter-btn.dec {
    bottom: 0;
    background: #D6D6D6;
    border-radius: 0 0 4px 0;
}

.counter-btn.dec:hover {
    background: #BFBFBF;
}

.counter-order {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 2px;
    background-color: #EB3D3F;
    font-family: "BitterBold", sans-serif;
    font-size: 14px;
    line-height: 48px;
    color: #fff;
    cursor: pointer;
    pointer-events: none;
    z-index: 3;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    filter: alpha(opacity=0);
}

.btn {
    padding: 10px 20px;
    text-decoration: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.btn-30 {
    padding: 10px 30px;
}

.btn-40 {
    padding: 12px 40px;
}

.btn-50 {
    padding: 14px 50px;
}

.btn.full {
    width: 100%;
}

.btn-default {
    color: #fff;
    background-color: #faad19;
    border: #faad19;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-default:hover, .btn-default.hover {
    color: #fff;
    background-color: #e59805;
    border: #e59805;
}

.btn-default:focus, .btn-default:active, .btn-default:active:hover {
    color: #fff;
    background-color: #e59805;
    border: #e59805;
}

.btn-default.active {
    color: #fff;
    background-color: #c28104;
    border: #c28104;
}

.btn-default.active:hover {
    color: #fff;
    background-color: #e59805;
    border: #e59805;
}

.btn-primary {
    font-family: "BitterBold", sans-serif;
    color: #fff;
    background-color: transparent;
    border: 3px solid #fff;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-primary:hover, .btn-primary.hover {
    color: #000 !important;
    background-color: #fff;
    border: 3px solid #fff;
}

.btn-primary:focus, .btn-primary:active, .btn-primary:active:hover {
    color: #000;
    background-color: #fff;
    border: 3px solid #fff;
}

.btn-primary.active {
    color: #000;
    background-color: #fbfbfb;
    border: 3px solid #fbfbfb;
}

.btn-primary.active:hover {
    color: #000;
    background-color: #fff;
    border: 3px solid #fff;
}

.btn-danger {
    color: #fff;
    background-color: #ee3b37;
    border: #ee3b37;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.site-header__column .btn-danger {
	max-width: 150px;
	white-space: normal;
}

.btn-danger:hover, .btn-danger.hover {
    color: #fff;
    background-color: #d60f0f;
    border: #d60f0f;
}

.btn-danger:focus, .btn-danger:active, .btn-danger:active:hover {
    color: #fff;
    background-color: #d60f0f;
    border: #d60f0f;
}

.btn-danger.active {
    color: #fff;
    background-color: #c20e0e;
    border: #c20e0e;
}

.btn-danger.active:hover {
    color: #fff;
    background-color: #d60f0f;
    border: #d60f0f;
}

.icon {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.icon-logo {
    max-width: 147px;
    max-height: 63px;
}

.icon-logo-white {
    max-width: 160px;
    max-height: 60px;
}

@media screen and (max-width: 480px) {
    .icon-logo {
        max-width: 125px;
        max-height: 40px;
    }
}

.icon-cross {
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
    max-width: 26px;
    max-height: 26px;
    color: #fff;
}

.icon-menu {
    display: none;
    float: left;
    padding: 30px;
    border: 0;
    border-right: 1px solid #e5eaed;
    background: transparent;
    margin-right: 35px;
}

@media screen and (max-width: 1200px) {
    .icon-menu {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .icon-menu {
        padding: 20px;
    }
}

.icon-bar {
    display: block;
    width: 37px;
    height: 5px;
    border-radius: 3px;
    margin-bottom: 9px;
    background: #b5bdc9;
}

.icon-bar:last-child {
    margin-bottom: 0;
}

.icon-social {
    max-width: 39px;
    max-height: 39px;
    color: #a1afb8;
    border: 1px solid #a1afb8;
}

.icon-social-yt {
    padding: 8px;
}

.icon-social:hover {
    color: #fff;
    background: #a1afb8;
}

@media screen and (max-width: 991px) {
    .icon-social {
        max-width: 33px;
        max-height: 33px;
    }
}

.icon-send {
    max-width: 20px;
    max-height: 14px;
    margin-right: 5px;
    color: #939BA0;
}

.icon-send.orange {
    color: #ed9310;
}

.icon-arrow-prev, .icon-arrow-next {
    cursor: pointer;
    max-width: 139px;
    max-height: 139px;
    color: #000000;
    margin-top: 60px;
}

@media (max-width: 767px) {
	.icon-arrow-prev, .icon-arrow-next {
		margin-top: 0px;
	}
}

.icon-arrow-prev:hover, .icon-arrow-next:hover {
    color: #A1AFB8;
}

@media screen and (max-width: 767px) {
    .icon-arrow-prev, .icon-arrow-next {
        max-width: 54px;
        max-height: 54px;
    }
}

.icon-arrow-down {
    max-width: 12px;
    max-height: 7px;
    margin-left: 6px;
    position: relative;
    top: -1px;
}

.icon-arrow-pag-left, .icon-arrow-pag-right {
    cursor: pointer;
    max-width: 22px;
    max-height: 15px;
    color: #000;
    position: relative;
    top: 2px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.icon-arrow-pag-left:hover, .icon-arrow-pag-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.icon-time {
    max-width: 18px;
    max-height: 20px;
    margin: 0 10px 0 0;
    position: relative;
    top: 4px;
}

.icon-calendar {
    max-width: 14px;
    max-height: 14px;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.icon-back {
    max-width: 27px;
    max-height: 19px;
    margin-right: 5px;
}

.icon-tag {
    max-width: 16px;
    max-height: 10px;
    margin-right: 5px;
}

.icon-new-tab {
    max-width: 19px;
    max-height: 12px;
    margin-left: 7px;
}

.icon-share-fb, .icon-share-vk, .icon-share-ok {
    max-width: 93px;
    max-height: 33px;
}

@media screen and (max-width: 480px) {
    .icon-share-fb, .icon-share-vk, .icon-share-ok {
        max-width: 78px;
        max-height: 30px;
    }
}

.icon-doc {
    max-width: 13px;
    max-height: 17px;
    margin-right: 8px;
    position: relative;
    top: 3px;
}

.icon-partner {
    max-width: 100px;
    max-height: 100px;
}

.icon-review {
    max-width: 98px;
    max-height: 87px;
}

.icon-payment {
    max-width: 18px;
    max-height: 16px;
    margin-right: 8px;
}

.icon-card {
    max-width: 15px;
    max-height: 12px;
    margin-right: 8px;
}

.icon-info {
    max-width: 86px;
    max-height: 86px;
}

.icon-help {
    max-width: 87px;
    max-height: 76px;
}

nav ul {
    margin: 0;
}

nav ul li {
    float: left;
    padding: 0;
    margin: 0;
    position: relative;
}

nav ul li:before {
    display: none;
}

@media screen and (min-width: 992px) {
    nav ul li:hover > .sub-menu, nav ul li.hover > .sub-menu {
        pointer-events: all;
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@media screen and (min-width: 992px) {
    nav ul li.has-childs:hover .arrow, nav ul li.has-childs.hover .arrow {
        pointer-events: all;
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@media screen and (min-width: 992px) and (max-width: 1300px) {
    nav ul li.has-childs:last-child .sub-menu {
        left: -390px;
    }
}

@media screen and (min-width: 992px) {
    nav ul li.has-childs .icon-back {
        display: none;
    }

    nav ul li.has-childs .arrow {
        content: '';
        position: absolute;
        bottom: -20px;
        left: 30px;
        border-bottom: 15px solid #ee3b37;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        pointer-events: none;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

@media screen and (max-width: 991px) {
    nav ul li.has-childs {
        position: relative;
        -webkit-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

    nav ul li.has-childs.active {
        padding-left: 35px;
    }

    nav ul li.has-childs.active a {
        font-size: 16px;
        color: #f8ac00;
    }

    nav ul li.has-childs.active .icon-back {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    nav ul li.has-childs.active .sub-menu {
        pointer-events: all;
        position: relative;
        padding: 0;
        display: inline-block;
        left: -35px;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    nav ul li.has-childs .sub-menu {
        display: none;
    }

    nav ul li.has-childs .icon-back {
        position: absolute;
        top: 3px;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.05s linear;
        transition: all 0.05s linear;
    }
}

nav ul li.active a,
nav ul li a {
    padding: 10px 7px;
    color: #000;
    font-size: 14px;
    text-decoration: none;
}

nav ul li.active a:hover,
nav ul li a:hover {
    color: #ee3b37;
    text-decoration: none;
}

@media screen and (max-width: 1200px) {
    nav ul li.active a,
    nav ul li a {
        font-size: 13px;
    }
}

nav ul .sub-menu {
    position: absolute;
    left: -15px;
    top: 100%;
    margin-top: 20px;
    background: #f8fafc;
    padding: 30px;
    min-width: 500px;
    border-radius: 3px;
    border: 1px solid #e5eaed;
    border-top: 0;
    pointer-events: none;
    z-index: 100;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    filter: alpha(opacity=0);
}

nav ul .sub-menu:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    border-radius: 3px 3px 0 0;
    background: #ee3b37;
}

nav ul .sub-menu li {
    float: left;
    width: 50%;
    margin-bottom: 15px;
}

nav ul .sub-menu li:last-child {
    margin-bottom: 0;
}

nav ul .sub-menu li a {
    padding: 0;
}

@media screen and (max-width: 991px) {
    nav ul .sub-menu {
        margin: 30px 0 10px !important;
        border-radius: 0;
        background: #6e2164;
        border: 0;
        padding: 15px;
        min-width: 0;
    }

    nav ul .sub-menu:before, nav ul .sub-menu:after {
        display: none;
    }

    nav ul .sub-menu li {
        margin-bottom: 15px;
    }

    nav ul .sub-menu li a {
        padding: 0;
        display: block;
        color: #fff !important;
        font-size: 25px !important;
    }
}

@media screen and (max-width: 1200px) {
    nav {
        display: none;
    }

    nav.main-menu.show-childs {
        display: block;
    }

    nav.main-menu.show-childs > ul > li {
        margin: 0;
    }
}

@media screen and (max-width: 1200px) and (max-height: 600px) {
    nav.main-menu.show-childs ~ .info {
        position: static;
    }
}

@media screen and (max-width: 1200px) {
    nav.main-menu.show-childs > ul > li {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

    nav.main-menu.show-childs > ul > li.has-childs {
        max-height: 10000px;
        position: relative;
        z-index: 999;
        display: none;
    }

    nav.main-menu.show-childs > ul > li.has-childs.active {
        display: block;
    }
}

.site-header {
    /*padding: 20px 0;*/
    background: #fff;
    border-bottom: 1px solid #e5eaed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 119px;
    position: relative;
}

.site-header__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site-header__inner > *:nth-child(2) {
	flex-grow: 0.9;
}

/*@media screen and (max-width: 991px) {
    .site-header .logo {
        padding: 15px 0 0;
    }
}*/

.site-header .offer {
    padding: 15px 0;
    margin-left: 7px;
}

@media screen and (max-width: 1200px) and (min-width: 991px) {
    .site-header .offer {
        /*margin-left: 0;*/
    }

    .site-header .offer .btn {
        font-size: 13px;
        white-space: pre-wrap;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
    .site-header .offer {
        margin-right: 41px;
        /*margin-left: 0px;*/
    }
}

@media screen and (max-width: 991px) {
    .site-header .offer {
        float: left;
        margin-left: 15px;
        /*margin-left: 60px;*/
        /*padding: 25px 0 0;*/
    }
}

.site-header .social {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    max-width: 87px;
    overflow: hidden;
    font-size: 0;
}

.site-header .social li {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0;
}

.site-header .social li:before {
    display: none;
}

.site-header .social li a {
    float: left;
    max-width: 40px;
    max-height: 39px;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .site-header .social li a {
        /*max-width: 33px;
            max-height: 32px; */
    }
}

.site-header .social li .icon-social {
    background: #fff;
    border: 1px solid #e5eaed;
    border-right: 0;
    width: 40px;
}

.site-header .social li:nth-child(2n) .icon-social {
    border-right: 1px solid #e5eaed;
}

@media screen and (max-width: 1200px) {
    .site-header {
        height: auto;
        padding: 0;
    }

    .site-header .social {
        position: static;
        /* max-width: 66px;*/
        /*top: 8px;*/
    }

    .site-header .container {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 717px) {
    .site-header {
        padding-top: 39px;
    }

    .site-header .offer {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0;
        padding: 0;
        z-index: 9;
    }

    .site-header .offer .btn {
        width: 100%;
        border-radius: 0;
    }

    .site-header .social {
        top: 47px;
    }
}

@media screen and (max-width: 480px) {
    .site-header .social {
        display: none;
    }
}

.site-footer {
    background: #f4f6f8;
    padding: 70px 0 30px;
}

.site-footer p {
    font-size: 14px;
    line-height: 29px;
}

.site-footer ul a {
    color: #000;
    text-decoration: none !important;
	font-size: 19px;
}

.site-footer ul a:hover {
    color: #939ca1;
}

.site-footer .copyright {
    margin-top: 10px;
    font-size: 14px;
}

.site-footer .phone {
    font-size: 25px;
    display: block;
    margin-bottom: 15px;
    color: #000;
    text-decoration: none !important;
}

.site-footer .phone:hover {
    color: #939ca1;
}

.site-footer .mail {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    color: #000;
    text-decoration: none !important;
}

.site-footer .mail:hover {
    color: #939ca1;
}

.site-footer .write {
    font-size: 14px;
}

.site-footer .write .icon-send {
    position: relative;
    top: 3px;
}

.site-footer .icon-logo {
    max-width: 240px;
    max-height: 80px;
    margin-bottom: 25px;
}

.site-footer .social {
    margin-top: 35px;
}

.site-footer .social li {
    display: inline-block;
    margin-right: 10px;
}

.site-footer .social li .icon-social {
    max-width: 40px;
    max-height: 40px;
    stroke-width: 0;
    color: #fff;
    background: #a1afb8;
}

.site-footer .social li .icon-social:hover {
    background: #B9C5CB;
    border: 1px solid #B9C5CB;
}

@media screen and (min-width: 768px) {
    .site-footer .social {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .site-footer {
        padding: 65px 0;
    }

    .site-footer p {
        font-size: 18px;
        line-height: 29px;
    }

    .site-footer .copyright,
    .site-footer .write,
    .site-footer .mail {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .site-footer {
        padding: 50px 0;
    }
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    z-index: 9;
    background: #6e2164;
    padding: 40px 50px;
    z-index: 1500;
    overflow: auto;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.mobile-menu.active {
    left: 0;
}

.mobile-menu .info {
    position: absolute;
    bottom: 40px;
    left: 50px;
}

.mobile-menu .info .phone a {
    font-size: 16px;
    color: #fff;
}

.mobile-menu .info .send a {
    text-decoration: underline;
    font-size: 16px;
    color: #ed9310;
}

@media screen and (max-width: 1200px) {
    .mobile-menu nav {
        display: inline-block;
        float: none;
    }

    .mobile-menu nav ul {
        margin: 60px 0;
    }

    .mobile-menu nav ul li {
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }

    .mobile-menu nav ul li a {
        padding: 0;
        display: block;
        color: #fff;
        font-size: 25px;
    }
}

@media screen and (max-width: 480px) {
    .mobile-menu {
        width: 100%;
        padding: 20px;
    }

    .mobile-menu nav ul {
        margin: 30px 0;
    }

    .mobile-menu .info {
        bottom: 20px;
        left: 20px;
    }
}

@media screen and (max-height: 500px) {
    .mobile-menu .info {
        position: static;
        margin-top: 40px;
    }
}

.share .jssocials-share {
    min-width: 95px;
    margin: 0 10px 10px 0;
}

.share .jssocials-share-link {
    width: 33px;
    height: 33px;
    display: inline-block;
    padding: 0;
    background-size: cover !important;
    vertical-align: top;
}

.share .jssocials-share-count {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 33px;
    padding: 0 5px;
    display: block;
    width: 100%;
}

.share .jssocials-share-count-box {
    position: relative;
    height: 33px;
    min-width: 60px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.share .jssocials-share-count-box.jssocials-share-no-count .jssocials-share-count:before {
    content: '0';
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 33px;
}

.share .jssocials-share-count-box:after {
    display: none;
}

.share .jssocials-share-facebook .jssocials-share-link {
    background: url("../img/svg/share-fb.svg") no-repeat;
}

.share .jssocials-share-facebook .jssocials-share-count-box {
    background: #5778C6;
}

.share .jssocials-share-vkontakte .jssocials-share-link {
    background: url("../img/svg/share-vk.svg") no-repeat;
}

.share .jssocials-share-vkontakte .jssocials-share-count-box {
    background: #618AB0;
}

.share .jssocials-share-odnoklassniki .jssocials-share-link {
    background: url("../img/svg/share-ok.svg") no-repeat;
}

.share .jssocials-share-odnoklassniki .jssocials-share-count-box {
    background: #F28645;
}

.share .jssocials-share .fa {
    display: none;
}

.numicon-item {
    border: 1px solid #DDE2E5;
    position: relative;
    border-radius: 2px;
    margin-top: 20px;
}

.numicon-item__main {
    padding: 40px 30px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.numicon-item__thumb {
    width: 145px;
}

.numicon-item__thumb img {
    border: 1px solid #F5F7F9;
}

.numicon-item__content {
    padding-left: 35px;
    width: -webkit-calc(100% - 145px);
    width: calc(100% - 145px);
    max-width: 590px;
}

.numicon-item__title {
    font-family: "BitterBold", sans-serif;
    margin-bottom: 20px;
    font-size: 17px;
}

.numicon-item__desc {
    font-size: 14px;
    color: black;
    line-height: 1.5;
}

.numicon-item__desc_toggle {
    display: none;
}

.numicon-item__toggle {
    font-size: 14px;
}

.numicon-item__remove {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: url("../img/numicon-delete.png") no-repeat;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.numicon-item__remove:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.numicon-item__info {
    width: -webkit-calc(100% - 145px - 590px - 40px);
    width: calc(100% - 145px - 590px - 40px);
    text-align: center;
    padding-top: 20px;
}

.numicon-item__footer {
    border-top: 1px solid #DDE2E5;
    background-color: #F5F5F5;
    padding: 17px 30px;
    font-size: 16px;
    font-family: "BitterBold", sans-serif;
    color: rgba(0, 0, 0, 0.529);
    line-height: 1.375;
    text-align: right;
}

.numicon-item .price {
    font-family: "BitterBold", sans-serif;
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
}

.numicon-item .counter-block input {
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #DEE3E6;
    width: 152px;
    height: 48px;
    text-align: center;
    padding-left: 46px;
    padding-right: 46px;
    font-family: "BitterBold", sans-serif;
}

.numicon-item .counter-btn {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #DEE3E6;
    background-color: #F3F3F3;
    top: 50%;
    font-family: "BitterBold", sans-serif;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.numicon-item .counter-btn.inc {
    right: 15px;
}

.numicon-item .counter-btn.dec {
    right: inherit;
    bottom: inherit;
    left: 15px;
}

@media (max-width: 1199px) {
    .numicon-item__thumb {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .numicon-item__info {
        width: 100%;
        max-width: 145px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .numicon-item__content {
        width: -webkit-calc(100% - 145px);
        width: calc(100% - 145px);
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .numicon-item .counter-block input {
        width: 145px;
    }
}

@media (max-width: 991px) {
    .numicon-item__remove {
        top: 10px;
        right: 10px;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@media (max-width: 550px) {
    .numicon-item__thumb {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .numicon-item__info {
        width: auto;
        margin-left: auto;
    }

    .numicon-item__main {
        padding: 25px 15px;
    }

    .numicon-item__footer {
        padding: 15px;
    }

    .numicon-item__content {
        margin-top: 20px;
        width: 100%;
        padding-left: 0;
    }
}

@media (max-width: 450px) {
    .numicon-item__thumb {
        display: block;
    }

    .numicon-item__thumb img {
        width: 100%;
        height: auto;
        max-height: none;
    }

    .numicon-item__info {
        width: 100%;
        margin: 0 auto;
    }
}

.numicon-add {
    position: relative;
    height: 53px;
    line-height: 53px;
    padding: 0 40px 0 60px;
    color: #ee3b39;
    background-color: #fff;
    border: 1px solid #ee3b39;
    border-radius: 5px;
    margin-top: 35px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.numicon-add:before {
    content: '+';
    position: absolute;
    top: 14px;
    left: 20px;
    width: 25px;
    height: 25px;
    border: 1px solid #ee3b39;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    padding-left: .5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.numicon-add:hover {
    background-color: #ee3b39;
    color: #fff;
}

.numicon-add:hover:before {
    background-color: #fff;
    border-color: #fff;
    color: #ee3b39;
}

.numicon .js-select .jq-selectbox__select-text {
    padding: 19.5px 25px;
}

.slider-main .slick-slide {
    z-index: 9;
    height: auto;
    position: relative;
    outline: none !important;
}

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

.slider-main .slick-slide .container {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
}

.slider-main .slick-slide .info {
    max-width: 100%;
    padding: 55px 0;
    color: #fff;
}

.slider-main .slick-slide .info.numicon .btn {
    padding: 15px 40px;
}

.slider-main .slick-slide .info h1 {
    margin-top: 30px;
    margin-bottom: 45px;
    color: #fff;
}

@media screen and (max-width: 1300px) {
    .slider-main .slick-slide .info h1 {
        margin-bottom: 30px;
    }
}

.slider-main .slick-slide .info p {
    color: #fff;
    margin-bottom: 45px;
    font-size: 17px;
    line-height: 30px;
}

@media screen and (max-width: 1300px) {
    .slider-main .slick-slide .info p {
        margin-bottom: 30px;
    }
}

.slider-main .slick-slide .info .btn {
    padding: 10px 60px;
}

/*@media screen and (max-width: 1200px) {
    .slider-main .slick-slide {
      min-height: 450px; }
      .slider-main .slick-slide img {
        max-width: none;
        width: auto; } }*/
@media screen and (max-width: 991px) {
    .slider-main .slick-slide {
        overflow: hidden;
    }

    /*.slider-main .slick-slide img {
        position: relative;
        z-index: -1;
        left: -30%; }*/
    .slider-main .slick-slide .info {
        max-width: 100%;
    }
}

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

	.site-header__column .btn-danger {
		max-width: unset;
	}

    .slider-main .slick-slide {
        /*min-height: 360px;
      height: 360px;*/
        overflow: hidden;
        background: #707070;
    }

    .slider-main .slick-slide .info {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .slider-main .slick-slide .info h1 {
        /*font-size: 25px;*/
        /*line-height: 40px;*/
        line-height: 18px;
        /*margin: 15px 0 20px;*/
        /*margin: 10px 0;*/
    }

    .slider-main .slick-slide .info h1 br {
        display: none;
    }

    .slider-main .slick-slide .info p {
        display: none;
    }

    .slider-main .slick-slide .info .date {
        font-size: 18px;
    }

    .slider-main .slick-slide .container {
        z-index: 1;
    }

    .slider-main .slick-slide .info .btn {

    /*width: 100%;*/
    /*padding: 5px 20px;*/
    /*font-size: 18px;*/
    /*font-size: 15px;*/
    /*font-family: "BitterBold", sans-serif;*/ } }
    @media screen and (max-width: 480px) {
        .slider-main .slick-slide img {
            position: relative;
            z-index: -1;
            left: -50%;
            opacity: 0.7;
            filter: alpha(opacity=70);
        }
    }
    @media screen and (max-width: 420px) {
        .slider-main .slick-slide img {
            left: -60%;
        }
    }
    @media screen and (max-width: 380px) {
        .slider-main .slick-slide img {
            left: -70%;
        }
    }
    @media screen and (max-width: 350px) {
        .slider-main .slick-slide img {
            left: -90%;
        }
    }

    .slider-main .slick-prev, .slider-main .slick-next {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 10;
	width: 80px !important;
	height: 80px !important;
    }

    .slider-main .slick-prev {
/*        right: 40px;*/
	left: -15px !important;
    }

    .slider-main .slick-next {
/*        right: 40px;*/
	right: -15px !important;
    }

    @media screen and (max-width: 767px) {
        .slider-main .slick-prev {
            right: 55px;
        }
    }

    .slider-main .breadcrumbs {
        margin-top: 30px;
    }

    @media screen and (max-width: 1450px) {
        .slider-main .breadcrumbs {
            margin-top: 0;
            position: relative;
            top: 30px;
        }
    }
    .slider-main .breadcrumbs-back {
        position: relative;
        top: 30px;
    }

    .mini-banners img {
        width: 100%;
    }

    .mini-banners .slick-prev {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 5;
        margin-top: -20px;
    }

    .mini-banners .slick-next {
        position: absolute;
        top: 50%;
        right: 0;
        z-index: 5;
        margin-top: -20px;
    }

    .widget.ind-40 {
        padding: 40px 0;
    }

    .widget.ind-50 {
        padding: 50px 0;
    }

    .widget.ind-60 {
        padding: 60px 0;
    }

    .widget.ind-70 {
        padding: 70px 0;
    }

    @media (max-width: 767px) {
        .widget.ind-70 {
            padding: 45px 0;
        }
    }

    .widget.ind-80 {
        padding: 80px 0;
    }

    .widget.ind-85 {
        padding: 85px 0;
    }

    .widget-card {
        margin-bottom: 3px;
        border-bottom: 1px solid #E5EAED;
    }

    .widget-card.ind-85 {
        padding-bottom: 45px;
    }

    @media (max-width: 767px) {
        .widget-card.ind-85 {
            padding-top: 45px;
            padding-bottom: 25px;
        }
    }

    .board {
        width: calc(33.33% - 30px);
        padding: 45px 25px 40px 35px;
        position: relative;
        border-radius: 5px;
        background: #fff;
        margin: 0 15px 30px;
        /*-webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;*/
        overflow: hidden;
        cursor: pointer;
        text-decoration: none;
        cursor: pointer;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-shadow: 0 0 0 1px #e1e1e1;
        box-shadow: 0 0 0 1px #e1e1e1;
    }

    .board:before {
        content: '';
        border-radius: 4px 4px 0 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 10px;
        background: #e1e1e1;
    }

    .board.red:before {
        background: #ee3b37;
    }

    .board.yellow:before {
        background: #faad19;
    }

    .board.purple:before {
        background: #6c236a;
    }

    .board.thumb:hover {
        text-decoration: none;
    }

    .board.thumb:hover .thumb {
        pointer-events: all;
    }

    .board.thumb:hover .thumb img {
        top: -80px;
    }

    .board.thumb:hover .description p {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .board.thumb:hover .description .head {
        color: #fff;
    }

    .board.thumb .description {
        pointer-events: none;
    }

    @media screen and (max-width: 767px) {
        .board:active .description .head, .board:focus .description .head {
            color: #fff;
        }
    }
    .board h1, .board h2, .board h3, .board h4, .board h5 {
        color: #000;
    }

    .board p {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .board .thumb {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        cursor: pointer;
        pointer-events: none;
        border-radius: 4px;
        z-index: 9;
        cursor: pointer;
    }

    .board .thumb img {
        border-radius: 4px;
        max-width: none;
        width: auto;
        min-height: 100%;
        min-width: 100%;
	top: -288px;
        position: relative;
        pointer-events: none;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .board .description {
        position: relative;
        top: 0;
        z-index: 9;
        cursor: pointer;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .board .head {
        margin-bottom: 25px;
    }

    .board .title {
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 5px;
    }

    .board .number {
        font-family: "BitterBold", sans-serif;
        font-size: 16px;
    }

    @media screen and (max-width: 991px) {
        .board {
            width: calc(50% - 30px);
            /*-webkit-box-flex: 1;
      -webkit-flex: auto;
          -ms-flex: auto;
              flex: auto;*/
            margin-bottom: 25px;
        }

        .board:last-child {
            margin-bottom: 0;
        }

        .board p {
            font-size: 20px;
            margin-bottom: 40px;
        }

        .board .head {
            font-size: 25px;
        }

        .board .title {
            font-size: 18px;
            line-height: 22px;
            margin-bottom: 10px;
        }

        .board .number {
            font-size: 30px;
            margin-bottom: 0;
        }
    }

    @media screen and (max-width: 767px) {
        .board {
            width: calc(100% - 30px);
        }
    }

    .new {
        margin-bottom: 40px;
    }

    .new:last-child {
        margin-bottom: 0;
    }

    .new-thumb {
        overflow: hidden;
    }

    .new-thumb img {
        width: 100%;
    }

    .new .new-tags {
        top: -5px;
    }

    .new .new-tags ul {
        margin: 0;
    }

    .new-tags {
        position: relative;
        top: -40px;
    }

    .new-tags.detail {
        top: 0;
    }

    .new-tags ul {
        list-style: none;
        padding: 0;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .new-tags ul li {
        display: inline-block;
        padding: 0;
        margin: 0 8px 10px 0;
    }

    .new-tags ul li.active a {
        border: 1px solid #EB3D3D;
    }

    .new-tags ul li.show-more-tags {
        line-height: 28px;
        cursor: pointer;
        margin-left: 5px;
    }

    .new-tags ul li.show-more-tags span {
        color: #EB3D3D;
        font-size: 14px;
        border-bottom: 2px dotted;
    }

    .new-tags ul li a {
        display: block;
        font-size: 14px;
        text-decoration: none;
        color: #000;
        border: 1px solid #A6A6A6;
        padding: 3px 12px;
    }

    .new-tags ul li a:hover {
        border: 1px solid #EB3D3D;
    }

    @media (max-width: 991px) {
        .new-tags ul li a {
            font-size: 16px;
            padding: 4px 10px;
        }
    }
    .new-tags ul li.hide-tag {
        overflow: hidden;
        width: 0;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .new-tags ul li:before {
        display: none;
    }

    @media (max-width: 991px) {
        .new-tags {
            top: -20px;
        }
    }
    .new .date,
    .new .tag {
        display: inline-block;
        margin-bottom: 15px;
        margin-right: 15px;
        color: #878787;
    }

    .new h5,
    .new .title {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 22px;
        font-family: "BitterBold", sans-serif;
    }

    @media screen and (max-width: 991px) {
        .new h5,
        .new .title {
            font-size: 20px;
            line-height: 32px;
        }

        .new p {
            font-size: 20px;
            line-height: 36px;
        }

        .new a {
            font-size: 20px;
        }

        .new-thumb {
            margin-bottom: 35px;
        }
    }

    .banner {
        display: block;
        text-decoration: none !important;
        position: relative;
        min-height: 225px;
        background: #fff;
        margin-bottom: 15px;
    }

    .banner.blue {
        background: #2c4155;
    }

    .banner.gray {
        background: #f1f3f5;
    }

    .banner-one {
        background: url("../img/banner1.png") 100% 10% no-repeat #2c4155;
        background-size: 60%;
    }

    .banner-one .title {
        position: relative;
        left: -15px;
    }

    .banner-two {
        background: url("../img/banner2.png") right bottom no-repeat #f1f3f5;
    }

    .banner-two .info {
        padding-top: 20px !important;
    }

    .banner-two .info .title {
        color: #231f20 !important;
    }

    @media screen and (max-width: 991px) {
        .banner-two .info .title {
            max-width: 60%;
        }
    }
    @media screen and (max-width: 480px) {
        .banner-two .info .title {
            max-width: 100%;
        }
    }
    .banner-three {
        background: url("../img/banner3.png") 75% 50% no-repeat #2c4155;
    }

    .banner-three .title {
        max-width: 70%;
    }

    .banner .info {
        padding: 40px 50px;
    }

    .banner .info .title {
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        color: #fff;
        font-size: 35px;
        margin-bottom: 10px;
        display: block;
        width: 100%;
    }

    .banner .info .description {
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        color: #fff;
        font-size: 20px;
        margin-bottom: 20px;
        display: block;
        width: 100%;
        opacity: 0.63;
        filter: alpha(opacity=63);
    }

    .banner .info .btn-default {
        font-family: 'Open Sans', sans-serif;
        padding: 13px 20px;
        border-radius: 3px;
        background: #ed193f;
        border: 0;
    }

    @media screen and (max-width: 991px) {
        .banner {
            margin-bottom: 20px;
        }

        .banner:last-child {
            margin-bottom: 0;
        }

        .banner-one {
            background: url("../img/banner1.png") 100% 40% no-repeat #2c4155;
            background-size: 40%;
        }

        .banner-three {
            background: url("../img/banner3.png") 90% 10% no-repeat #2c4155;
        }

        .banner .info {
            padding: 40px 80px;
        }
    }
    @media screen and (max-width: 767px) {
        .banner img {
            width: 100%;
        }

        .banner .info {
            padding: 55px 40px;
        }
    }
    @media screen and (max-width: 480px) {
        .banner {
            min-height: 360px;
        }

        .banners {
            padding: 0;
        }

        .banner-one {
            background: url("../img/banner1.png") -120% 0% no-repeat #2c4155;
            background-size: 120%;
        }

        .banner-one .info {
            padding: 55px 20px;
        }

        .banner-one .info .title {
            position: relative;
            left: 0;
        }

        .banner-two {
            background: url("../img/banner2.png") 250% bottom no-repeat #f1f3f5;
            background-size: 80%;
        }

        .banner-two .info .title {
            font-size: 34px;
        }

        .banner-three {
            background: url("../img/banner3.png") 90% 95% no-repeat #2c4155;
        }

        .banner .info {
            min-height: 360px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-align-content: center;
            -ms-flex-line-pack: center;
            align-content: center;
        }
    }

    .map-info {
        position: relative;
        z-index: 8;
        padding: 45px 30px 30px;
        max-width: 480px;
        background: rgba(255, 255, 255, 0.9);
    }

    .map-info h2 {
        margin: 0px 0 25px;
        line-height: 56px;
        font-size: 33px;
    }

    @media screen and (max-width: 991px) {
        .map-info {
            max-width: 100%;
            padding: 45px 0 30px;
        }
    }

    .map-contact small {
        font-size: 13px;
        display: block;
        color: #878787;
    }

    .map-contact li {
        margin-bottom: 30px;
    }

    .map-contact li:last-child {
        margin-bottom: 0;
    }

    .map-contact p {
        margin: 0;
        font-size: 16px;
    }

    .map-contact .phone {
        color: #000;
        text-decoration: none;
        font-size: 25px;
    }

    .map-contact .phone:hover {
        color: #5a6063;
    }

    .map-contact .mail {
        font-size: 16px;
        color: #000;
        text-decoration: none;
    }

    .map-contact .mail:hover {
        color: #5a6063;
    }

    @media screen and (max-width: 991px) and (min-width: 480px) {
        .map-contact {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        .map-contact li {
            width: 50%;
        }
    }

    @media screen and (max-width: 991px) {
        .map {
            padding: 0 !important;
        }

        .map .breadcrumbs {
            display: none;
        }

        .map #map {
            position: static;
            height: 580px;
            width: 100%;
        }
    }

    @media screen and (max-width: 767px) {
        .map #map {
            height: 450px;
        }
    }

    #map {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .breadcrumbs.white ul li {
        color: #fff;
    }

    .breadcrumbs.white ul li:after {
        color: #fff;
    }

    .breadcrumbs-back {
        margin-bottom: 30px;
    }

    .breadcrumbs-back a {
        font-size: 20px;
        color: #ee3b37;
        text-decoration: none;
    }

    .breadcrumbs-back a:hover {
        color: #e59805;
    }

    .breadcrumbs-back .icon-back {
        position: relative;
        top: 2px;
    }

    @media screen and (max-width: 991px) {
        .breadcrumbs-back {
            margin-bottom: 25px;
        }
    }
    @media screen and (min-width: 992px) {
        .breadcrumbs-back {
            display: none;
        }
    }

    .breadcrumbs ul li {
        display: inline-block;
        color: #878787;
        font-size: 13px;
    }

    .breadcrumbs ul li:after {
        font-size: 13px;
        content: '/';
        display: inline-block;
        color: #878787;
        margin: 0 0 0 3px;
    }

    .breadcrumbs ul li:last-child:after {
        display: none;
    }

    .breadcrumbs ul li a {
        font-size: 13px;
        color: #ee3b37;
        text-decoration: none;
    }

    .breadcrumbs ul li a:hover {
        color: #f26966;
    }

    @media screen and (max-width: 991px) {
        .breadcrumbs {
            display: none;
        }
    }

    .plug {
        background: url("../img/plug.png") no-repeat #6e2164;
        min-height: 100%;
    }

    .plug-container {
        max-width: 850px;
        margin: 0 auto;
        padding: 5% 25px 3%;
        min-height: 100%;
    }

    .plug-description {
        max-width: 680px;
        margin: 0 auto;
        padding: 130px 0 0;
        min-height: 100%;
        text-align: center;
    }

    .plug a {
        color: #fff;
        text-decoration: none;
    }

    .plug a:hover {
        color: #d9d9d9;
    }

    .plug .icon-logo-white {
        max-width: 220px;
        max-height: 75px;
    }

    .plug .title {
        font-size: 31px;
        line-height: 38px;
        text-transform: uppercase;
        color: #fff;
    }

    .plug .slogan {
        font-family: "BitterBold", sans-serif;
        font-size: 60px;
        text-transform: uppercase;
        color: #fff;
    }

    .plug .description {
        font-family: "BitterRegular", sans-serif;
        text-align: center;
        color: #fff;
        font-size: 18px;
        margin-top: 80px;
    }

    .plug .description-mobile {
        display: none;
    }

    .plug .description p {
        font-family: "BitterRegular", sans-serif;
        color: #fff;
        font-size: 17px;
    }

    .plug .description .bold {
        font-family: "BitterBold", sans-serif;
    }

    .plug .logo {
        position: relative;
    }

    .plug .donate {
        position: absolute;
        top: 0;
        right: 0;
    }

    .plug .donate-text {
        color: #fff;
        font-size: 12px;
        position: absolute;
        bottom: 5px;
        right: 0;
    }

    @media screen and (max-height: 800px) {
        .plug-container {
            padding: 3% 25px 3%;
        }

        .plug-description {
            padding: 80px 0 0;
        }
    }
    @media screen and (max-height: 600px) and (max-width: 991px) {
        .plug-description {
            padding: 50px 0 0;
        }
    }
    @media screen and (max-width: 1440px) {
        .plug {
            background-position: -10% 0;
        }
    }
    @media screen and (max-width: 1400px) {
        .plug {
            background-position: -20% 0;
        }
    }
    @media screen and (max-width: 1200px) {
        .plug {
            background-position: -40% 0;
        }

        .plug-container {
            text-align: center;
        }

        .plug .title br {
            display: none;
        }

        .plug .logo {
            text-align: right;
            display: block;
        }

        .plug .logo .logotype {
            display: block;
            max-width: 220px;
            margin: 0 0 20px auto;
        }

        .plug .donate {
            position: static;
            display: inline-block;
            margin-bottom: 10px;
        }

        .plug .donate-text {
            position: static;
            display: block;
        }

        .plug .description {
            font-size: 24px;
            line-height: 30px;
        }

        .plug .description a {
            display: block;
        }

        .plug .description br {
            display: none;
        }

        .plug .description p {
            font-size: 24px;
            line-height: 30px;
        }

        .plug .description .phone {
            margin-top: 60px;
        }
    }
    @media screen and (max-width: 991px) {
        .plug {
            background-position: -160px -0px;
            background-size: 700px 3032px;
        }

        .plug-container {
            padding: 3% 15px 3%;
        }
    }
    @media screen and (max-width: 766px) {
        .plug {
            background-position: -120px -1250px;
            background-size: 500px 2332px;
        }

        .plug-description {
            padding: 40px 0 0;
        }

        .plug .icon-logo-white {
            max-width: 165px;
            max-height: 60px;
        }

        .plug .description {
            margin-top: 40px;
        }

        .plug .description-desktop {
            display: none;
        }

        .plug .description-mobile {
            display: block;
        }

        .plug .description .title {
            font-size: 30px;
            line-height: 38px;
            text-align: center;
        }

        .plug .title {
            font-size: 17px;
            line-height: 22px;
        }

        .plug .slogan {
            font-size: 26px;
        }
    }

    .author {
        margin: 35px 0;
    }

    @media screen and (max-width: 767px) {
        .author .thumb {
            margin-bottom: 15px;
        }
    }

    .modal.small .modal-dialog {
        max-width: 450px;
        margin: 50px auto;
    }

    .modal.medium .modal-dialog {
        max-width: 580px;
        margin: 50px auto;
    }

    .modal.big .modal-dialog {
        max-width: 1140px;
        width: 100%;
        margin: 50px auto;
    }

    @media (max-width: 991px) {
        .modal.big .modal-dialog {
            margin: 0 auto;
        }
    }

    .modal.full-vh .modal-dialog {
        max-height: -webkit-calc(100vh - 97px);
        max-height: calc(100vh - 97px);
        overflow: hidden;
    }

    .modal.full-vh .modal-content {
        padding: 70px 25px 50px 50px;
        max-height: -webkit-calc(100vh - 105px);
        max-height: calc(100vh - 105px);
    }

    .modal.full-vh .scroll-pane {
        width: 100% !important;
        height: -webkit-calc(100vh - 270px) !important;
        height: calc(100vh - 270px) !important;
        overflow: hidden !important;
    }

    .modal.full-vh .jspPane {
        padding-right: 40px !important;
    }

    @media (max-width: 768px) {
        .modal.full-vh .modal-dialog {
            max-height: 100%;
            max-width: 100%;
        }

        .modal.full-vh .modal-content {
            max-height: 100%;
            overflow: hidden;
        }

        .modal.full-vh .scroll-pane {
            height: -webkit-calc(100vh - 170px) !important;
            height: calc(100vh - 170px) !important;
        }

        .modal.full-vh .jspPane {
            padding-right: 20px !important;
        }
    }

    @media (max-width: 767px) {
        .modal.full-vh .modal-content {
            padding: 60px 25px;
        }
    }

    .modal.bg .modal-content {
        background: url("../img/modal_bg.png") -50px 50px no-repeat #fff;
    }

    @media (max-width: 768px) {
        .modal.bg .modal-content {
            background: url("../img/modal_bg.png") -50px bottom no-repeat #fff;
        }
    }

    .modal.numicon .modal-content {
        padding: 70px 50px 50px 50px;
    }

    @media (max-width: 767px) {
        .modal.numicon .modal-content {
            padding: 60px 25px;
        }
    }

    .modal.numicon .numicon-item__content {
        width: -webkit-calc(100% - 145px);
        width: calc(100% - 145px);
        max-width: 100%;
    }

    @media (max-width: 550px) {
        .modal.numicon .numicon-item__content {
            width: 100%;
        }
    }

    .modal.numicon .numicon-item__info {
        width: 100%;
    }

    .modal.numicon .numicon-item__info .counter-block input {
        max-width: 145px;
    }

    .modal.numicon .jq-selectbox__dropdown {
        top: 100% !important;
    }

    .modal-cross {
        color: #a0aeb8;
        z-index: 999;
    }

    .modal-content {
        border: 1px solid #e8eaec;
        border-radius: 2px;
        padding: 70px 60px 50px;
        -webkit-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4);
    }

    .modal-backdrop {
        background: #fff;
        opacity: 0.58;
        filter: alpha(opacity=58);
    }

    .modal-open .wrapper {
        -webkit-filter: blur(3px) !important;
        -ms-filter: blur(3px) !important;
        -moz-filter: blur(3px) !important;
        filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='3' /></filter></svg>#blur");
        filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
    }

    .modal-header {
        padding: 0;
        border-bottom: 0;
    }

    .modal-body {
        padding: 0;
    }

    .modal-footer {
        border-top: 0;
        padding: 0;
    }

    @media (max-width: 768px) {
        .modal-dialog {
            width: 100%;
            height: 100%;
            margin: 0 !important;
        }

        .modal-content {
            height: 100%;
            overflow: auto;
        }

        .modal-open {
            position: fixed;
            left: 0;
            right: 0;
        }
    }

    @media (max-width: 767px) {
        .modal-content {
            padding: 60px 25px 40px;
        }
    }

    .event {
        position: relative;
        display: block;
        text-decoration: none;
        margin-bottom: 20px;
        overflow: hidden;
        border: 1px solid #e1e1e1;
    }

    .event:hover {
        text-decoration: none;
    }

    .event:hover .thumb {
        top: 100%;
    }

    .event:hover .title,
    .event:hover .date,
    .event:hover .description,
    .event:hover .icon-time,
    .event:hover h4,
    .event:hover p {
        color: #000;
    }

    .event:last-child {
        margin-bottom: 0;
    }

    .event-wrap {
        margin-bottom: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
/*
    .event-wrap:last-child, .event-wrap:nth-last-child(2), .event-wrap:nth-last-child(3) {
        margin-bottom: 0;
    }
  */
    .event-wrap .event {
        min-height: 200px;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
    }

    .event .content {
        padding: 30px;
        position: relative;
        z-index: 2;
        color: #fff;
    }

    .event .title,
    .event .date,
    .event .description,
    .event .icon-time,
    .event h4,
    .event p {
        color: #fff;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .event .title,
    .event h4 {
        margin-bottom: 15px;
        line-height: 28px;
    }

    .event .date {
        display: block;
        font-size: 13px;
        margin-bottom: 15px;
    }

    .event .thumb {
        background: #3f4d5b;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        overflow: hidden;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .event .thumb img {
        max-width: none;
        width: auto;
        min-height: 100%;
        min-width: 100%;
        opacity: 0.21;
        filter: alpha(opacity=21);
    }

    @media (max-width: 991px) {
        .event-wrap:nth-last-child(2), .event-wrap:nth-last-child(3) {
            margin-bottom: 30px;
        }

        .event .date {
            font-size: 16px;
        }

        .event .title,
        .event h4 {
            font-size: 20px;
            line-height: 30px;
        }

        .event .description,
        .event p {
            font-size: 20px;
        }
    }
    @media (max-width: 767px) {
        .event .date {
            font-size: 16px;
        }

        .event .title,
        .event h4 {
            font-size: 20px;
            line-height: 32px;
        }

        .event .description,
        .event p {
            display: none;
        }
    }
    @media (max-width: 480px) {
        .event {
            margin: 0 -15px 20px;
        }

        .event-wrap {
            padding: 0;
            margin-left: 15px;
            margin-right: 15px;
        }

        .event-wrap .event {
            min-height: 150px;
            margin: 0;
        }

        .event .content {
            padding: 30px 15px;
        }

        .event .title,
        .event h4 {
            font-size: 20px;
            line-height: 32px;
        }
    }

    .pagination {
        margin: 30px 0;
        text-align: center;
    }

    .pagination li {
        display: inline-block;
    }

    .pagination li:before {
        display: none;
    }

    .pagination li.active {
        cursor: default;
    }

    .pagination li.active a {
        cursor: default;
        color: #ee3b37;
    }

    .pagination li a {
        text-decoration: none;
        color: #000;
        font-size: 18px;
    }

    .pagination li a:hover {
        color: #ee3b37;
    }

    @media (max-width: 991px) {
        .pagination li {
            margin: 0 8px;
        }

        .pagination li a {
            font-size: 32px;
        }

        .pagination li a .icon-arrow-pag-left,
        .pagination li a .icon-arrow-pag-right {
            max-width: 44px;
            max-height: 30px;
            top: 4px;
            margin: 0 10px;
        }
    }
    @media (max-width: 767px) {
        .pagination li {
            margin: 0 4px;
            padding: 0 9px;
        }

        .pagination li:first-child, .pagination li:last-child {
            padding: 0;
            margin: 0;
        }

        .pagination li a {
            font-size: 25px;
        }

        .pagination li a .icon-arrow-pag-left,
        .pagination li a .icon-arrow-pag-right {
            max-width: 28px;
            max-height: 19px;
            top: 2px;
            margin: 0 5px;
        }
    }

    .share li {
        margin: 0 10px 10px 0;
        position: relative;
        display: inline-block;
    }

    .share li:last-child {
        margin-bottom: 0;
    }

    .share .number {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        padding-left: 32px;
        padding-top: 6px;
        text-align: center;
        color: #fff;
        font-size: 14px;
    }

    @media screen and (max-width: 480px) {
        .share .number {
            padding-left: 26px;
            font-size: 12px;
        }
    }

    .links {
        margin: 0 5px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .link-block {
        position: relative;
        margin: 0 0 20px;
        padding: 0 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .link-block .content {
        width: 100%;
        position: relative;
        padding: 50px 30px;
        border-radius: 5px;
        background: #fff;
        cursor: pointer;
        text-decoration: none;
        min-height: 150px;
        background: #fbfcfc;
        border: 1px solid #e1e1e1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
    }

    .link-block .content:before {
        content: '';
        border-radius: 4px 4px 0 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 10px;
        background: #e1e1e1;
    }

    .link-block .content:hover a {
        color: #5a6063;
    }

    .link-block .content a {
        color: #000;
        font-family: "BitterBold", sans-serif;
        font-size: 20px;
        line-height: 32px;
        text-decoration: none;
    }

    @media screen and (max-width: 991px) {
        .link-block .content a {
            font-size: 24px;
            line-height: 40px;
        }
    }

    .tab-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
    }

    .tab-nav li {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
        border: 1px solid #e8eaec;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .tab-nav li.active {
        border: 1px solid #fbad18;
        background: #fbad18;
    }

    .tab-nav li.active a {
        color: #fff;
    }

    .tab-nav li a {
        display: block;
        padding: 10px;
        text-decoration: none;
        font-size: 17px;
    }

    @media screen and (max-width: 480px) {
        .tab-nav {
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        .tab-nav li {
            -webkit-box-flex: 1;
            -webkit-flex: auto;
            -ms-flex: auto;
            flex: auto;
            width: 100%;
            margin-bottom: 0;
        }
    }

    .tab-pane {
        display: none;
    }

    .tab-pane.active {
        display: block;
    }

    .accordion-link {
        color: #000;
        display: block;
        margin-bottom: 25px;
        text-decoration: underline;
        cursor: pointer;
    }

    .accordion-content {
        display: none;
        width: 100%;
    }

    .accordion-content p {
        margin-bottom: 30px;
    }

    .accordion.active .accordion-link {
        color: #ee3b37;
    }

    .accordion.active .icon-arrow-down {
        color: #ee3b37;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .partner {
        margin-bottom: 50px;
    }

    .partner:last-child {
        margin-bottom: 0;
    }

    .partner .thumb {
        min-height: 190px;
        border: 1px solid #e2e2e2;
        margin-bottom: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }

    .partner .thumb:hover img {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .partner .thumb img {
        max-height: 170px;
        width: auto;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .partner .title {
        display: block;
        margin-bottom: 10px;
        color: #000;
        text-decoration: none;
    }

    .partner .title:hover {
        color: #5a6063;
    }

    .programm {
        text-decoration: none;
        border: 1px solid #e1e1e1;
        border-radius: 4px;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: start;
        -moz-align-items: start;
        align-items: start;
    }

    .programm:hover {
        text-decoration: none;
    }

    .programm:hover .thumb img {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

    .programm:hover .title {
        color: #878787;
    }

    .programm-wrap {
        margin-bottom: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .programm .thumb {
        border-radius: 3px 3px 0 0;
        background: #953789;
        height: 200px;
        width: 100%;
        overflow: hidden;
    }

    .programm .thumb img {
        height: 100%;
        max-width: none;
        width: auto;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    @media screen and (max-width: 768px) {
        .programm .thumb {
            width: 100%;
            height: auto;
        }

        .programm .thumb img {
            min-width: 100%;
            height: auto;
        }
    }
    .programm .content {
        padding: 40px 25px;
    }

    .programm .title {
        font-size: 20px;
        font-family: "BitterBold", sans-serif;
        margin-bottom: 20px;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .programm .description {
        margin-bottom: 0;
    }

    .smi-block {
        padding: 20px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .smi-block:hover {
        background: #f8f8f8;
    }

    html {
        height: 100%;
        font-family: "BitterRegular", sans-serif;
        font-size: 16px;
        font-weight: 400;
    }

    body {
        font-family: "BitterRegular", sans-serif;
        font-size: 16px;
        font-weight: 400;
        height: 100%;
    }

    body.no-scroll {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
    }

    a {
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    button,
    input,
    textarea,
    a {
        outline: none !important;
    }

    .title-head {
        margin-top: 10px;
    }

    @media screen and (max-width: 991px) {
        .title-head {
            margin-top: 0;
        }
    }

    .wrapper {
        min-height: 100%;
        overflow: hidden;
    }

    .bg-white {
        background: #fff;
    }

    .bg-gray {
        background: #f1f3f5;
    }

    .border-v {
        border-top: 1px solid #e5eaed;
        border-bottom: 1px solid #e5eaed;
    }

    .fs-12 {
        font-size: 12px;
    }

    .fs-14 {
        font-size: 14px;
    }

    .fs-16 {
        font-size: 16px;
    }

    .fs-18 {
        font-size: 18px;
    }

    .fs-20 {
        font-size: 20px;
    }

    @media screen and (max-width: 991px) {
        .fs-20-tablet {
            font-size: 20px;
        }
    }

    .fs-22 {
        font-size: 22px;
    }

    .fs-26 {
        font-size: 26px;
    }

    .fs-28 {
        font-size: 28px;
    }

    .fs-30 {
        font-size: 30px;
    }

    .text-bold {
        font-family: "BitterBold", sans-serif;
    }

    @media screen and (max-width: 991px) {
        .text-bold-tablet {
            font-family: "BitterBold", sans-serif;
        }
    }

    .text-red {
        color: #ee3b37;
    }

    .text-gray {
        color: #939ca1;
    }

    .text-gray-light {
        color: #aaa;
    }

    .indent-10 {
        margin-bottom: 10px;
    }

    .indent-20 {
        margin-bottom: 20px;
    }

    @media screen and (max-width: 767px) {
        .indent-20-mobile {
            margin-bottom: 20px;
        }
    }

    .indent-30 {
        margin-bottom: 30px;
    }

    @media screen and (max-width: 991px) {
        .indent-30-tablet {
            margin-bottom: 30px;
        }
    }

    .indent-40 {
        margin-bottom: 40px;
    }

    @media screen and (max-width: 991px) {
        .indent-40-tablet {
            margin-bottom: 40px;
        }
    }
    @media screen and (max-width: 767px) {
        .indent-40-tablet {
            margin-bottom: 30px;
        }
    }
    @media screen and (max-width: 767px) {
        .indent-40-mobile {
            margin-bottom: 40px;
        }
    }

    .indent-50 {
        margin-bottom: 50px;
    }

    .indent-60 {
        margin-bottom: 60px;
    }

    @media screen and (max-width: 991px) {
        .indent-60 {
            margin-bottom: 50px;
        }
    }
    @media screen and (max-width: 767px) {
        .indent-60 {
            margin-bottom: 40px;
        }
    }

    .indent-70 {
        margin-bottom: 70px;
    }

    @media screen and (min-width: 992px) {
        .indent-70-desktop {
            margin-bottom: 70px;
        }
    }
    @media screen and (max-width: 991px) {
        .indent-70-tablet {
            margin-bottom: 70px;
        }
    }

    .indent-75 {
        margin-bottom: 75px;
    }

    @media screen and (max-width: 991px) {
        .indent-75 {
            margin-bottom: 65px;
        }
    }
    @media screen and (max-width: 767px) {
        .indent-75 {
            margin-bottom: 40px;
        }
    }

    .flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .flex-1 {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .flex-1-1 {
        -webkit-box-flex: 1.1;
        -webkit-flex: 1.1;
        -ms-flex: 1.1;
        flex: 1.1;
    }

    .flex-1-2 {
        -webkit-box-flex: 1.2;
        -webkit-flex: 1.2;
        -ms-flex: 1.2;
        flex: 1.2;
    }

    .flex-1-3 {
        -webkit-box-flex: 1.3;
        -webkit-flex: 1.3;
        -ms-flex: 1.3;
        flex: 1.3;
    }

    @media screen and (min-width: 992px) {
        .flex-desktop {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
        }
    }
    .flex-swap {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }

    @media screen and (max-width: 991px) {
        .flex-swap-tablet {
            display: -webkit-inline-box;
            display: -webkit-inline-flex;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-direction: reverse;
            -webkit-box-orient: horizontal;
            -webkit-flex-direction: row-reverse;
            -moz-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
            -webkit-flex-wrap: wrap-reverse;
            -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
        }
    }

    .flex-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    @media screen and (max-width: 991px) {
        .flex-wrap-tablet {
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
    }

    .align-items-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
    }

    .align-content-center {
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .align-content-stretch {
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }

    .no-padding-r {
        padding-right: 0;
    }

    .no-padding-l {
        padding-left: 0;
    }

    .no-padding-v {
        padding-top: 0;
        padding-bottom: 0;
    }

    .no-padding-h {
        padding-right: 0;
        padding-left: 0;
    }

    @media screen and (max-width: 480px) {
        .no-padding-b-mobile {
            padding-bottom: 0 !important;
        }
    }

    .no-margin-r {
        margin-right: 0;
    }

    .no-margin-l {
        margin-left: 0;
    }

    .no-margin-t {
        margin-top: 0;
    }

    .no-margin-b {
        margin-bottom: 0;
    }

    .no-margin-v {
        margin-top: 0;
        margin-bottom: 0;
    }

    .no-margin-h {
        margin-right: 0;
        margin-left: 0;
    }

    .no-indent {
        margin-bottom: 0;
    }

    @media screen and (max-width: 480px) {
        .no-indent-mobile {
            margin-bottom: 0;
        }
    }

    .relative {
        position: relative;
    }

    .typewriter {
        display: none;
    }

    .typewriter:after {
        content: '';
        position: relative;
        display: none;
        height: 30px;
        width: 1px;
        bottom: -3px;
        right: 0;
        background-color: rgba(0, 0, 0, 0.4);
        margin-left: 8px;
        -webkit-transition: opacity .35s ease-out;
        transition: opacity .35s ease-out;
        -webkit-animation: blink 1s infinite;
        animation: blink 1s infinite;
    }

    @media screen and (max-width: 991px) {
        .typewriter:after {
            display: none;
        }
    }

    .jspScrollable {
        outline: none;
        overflow: auto !important;
    }

    .jspPane {
        width: 100% !important;
    }

    .jspVerticalBar {
        width: 7px;
        background: #f3f5f6;
    }

    .jspVerticalBar .jspTrack {
        background: #f3f5f6;
    }

    .jspVerticalBar .jspDrag {
        background: #e59805;
    }

    .content-indent-left {
        padding-left: 60px;
    }

    .content-indent-left-30 {
        padding-left: 30px;
    }

    @media screen and (max-width: 991px) {
        .content-indent-left {
            padding-left: 15px;
        }

        .content-indent-left-30 {
            padding-left: 15px;
        }
    }

    .content-indent-right {
        padding-right: 60px;
    }

    @media screen and (max-width: 991px) {
        .content-indent-right {
            padding-right: 15px;
        }
    }

    .page {
        line-height: 26px;
    }

    .page p:last-child {
        margin-bottom: 0;
    }

    .page p:not(:last-child) {
        margin-bottom: 40px;
    }

    .thumbnail img {
        border: 1px solid #e6e6e6;
    }

    .ex {
        word-wrap: break-word;
    }

    .open-sans {
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
    }

    .svb-dsa {
        position: absolute;
        top: 0;
        right: 0;
        max-width: 50%;
        padding-left: 30px;
        max-height: 180px;
        overflow: hidden;
        display: none;
    }

    .svb-dsa.active {
        display: block;
    }

    .svb-dsa p {
        color: #939ca1;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 18px;
    }

    @media (max-width: 991px) {
        .svb-dsa {
            position: static;
            padding-left: 0;
            max-width: 100%;
            margin-bottom: 40px;
            max-height: none;
            overflow: inherit;
        }
    }

    .card-filter {
        margin-bottom: 45px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
    }

    .card-filter h3 {
        width: auto;
        margin: 0 0 4px 0;
    }

    @media (max-width: 1199px) {
        .card-filter h3 {
            width: 100%;
            margin: 0 0 30px 0;
        }
    }
    @media (max-width: 767px) {
        .card-filter h3 {
            margin: 0 0 20px 0;
        }
    }

    .card-type {
        width: auto;
        margin-left: 45px;
    }

    .card-type span {
        font-size: 15px;
        color: #000;
        font-weight: 500;
    }

    .card-type .select {
        display: inline-block;
        margin: 0;
    }

    .card-type .select:after {
        display: none;
    }

    @media (max-width: 1199px) {
        .card-type {
            margin-left: 0;
        }
    }
    @media (max-width: 767px) {
        .card-type {
            width: -webkit-calc(100% + 36px);
            width: calc(100% + 36px);
            background: #fff;
            padding: 12px 18px;
            margin-left: -18px;
            margin-right: -18px;
            margin-bottom: 20px;
        }
    }

    .card-wait-count {
        font-size: 15px;
        text-decoration: none;
        color: #000;
        margin-left: auto;
        font-weight: 500;
        min-width: 240px;
    }

    .card-wait-count:hover {
        text-decoration: none;
    }

    .card-wait-count span {
        color: #ee3b39;
        text-decoration: underline;
    }

    .card-wait-count .icon {
        position: relative;
        top: -2px;
        max-width: 23px;
        max-height: 17px;
        margin-right: 8px;
    }

    @media (max-width: 767px) {
        .card-wait-count {
            width: 100%;
        }
    }

    .card-container {
        margin: -30px -15px 50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .card-item {
        width: -webkit-calc(25% - 32px);
        width: calc(25% - 32px);
        margin: 30px 15px 0;
        background: #fff;
        border: 1px solid #e1e1e1;
        padding: 20px 20px 59px;
        border-radius: 4px;
        position: relative;
    }

    @media (max-width: 1199px) {
        .card-item {
            width: -webkit-calc(50% - 32px);
            width: calc(50% - 32px);
        }
    }
    @media (max-width: 767px) {
        .card-item {
            width: -webkit-calc(100% - 32px);
            width: calc(100% - 32px);
        }
    }

    .card-thumb {
        min-height: 195px;
        margin-bottom: 23px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .card-title {
        width: 100%;
        font-size: 15px;
        line-height: 20px;
        color: #000;
        margin-bottom: 23px;
        font-weight: 500;
    }

    .card-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .card-tools {
        width: 100%;
        margin-top: auto;
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
        padding: 0 40px 0 0;
    }

    .card-tools .btn {
        background-image: url("../img/svg/white_mail_ico.svg");
        background-repeat: no-repeat;
        background-position: 16px center;
        background-size: 15px 11px;
        padding-left: 45px;
        float: right;
    }

    .card-tools .btn.active {
        background-color: #5EB13D;
        background-image: url("../img/svg/checked_ico.svg");
        background-repeat: no-repeat;
        background-position: 16px center;
        background-size: 19px 19px;
    }

    .card-modal-content {
        padding: 0;
    }

    .card-modal-content .btn[disabled] {
        background: #ABABAB;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    @media (max-width: 991px) {
        .card-modal-content p {
            font-size: 18px;
        }
    }

    .card-modal-tabs {
        padding: 30px 60px 25px;
        background-color: #FBFBFB;
        border-bottom: 1px solid #F0F1F3;
    }

    .card-modal-tabs .title {
        font-size: 19px;
        font-weight: 700;
    }

    .card-modal-tabs .title .red {
        color: #EC3E3E;
    }

    .card-modal-tabs .nav-tabs {
        margin: 0;
    }

    .card-modal-tabs .nav-tabs li {
        display: inline-block;
        padding: 0;
        margin: 0;
    }

    .card-modal-tabs .nav-tabs li:before {
        display: none;
    }

    .card-modal-tabs .nav-tabs li.active a {
        background-color: #ee3b37;
        color: #fff;
        text-decoration: none;
    }

    .card-modal-tabs .nav-tabs li.complete.active a {
        color: #fff;
    }

    .card-modal-tabs .nav-tabs li.complete a {
        color: #000;
    }

    .card-modal-tabs .nav-tabs li a {
        text-align: center;
        border-radius: 3px;
        background-color: transparent;
        display: block;
        width: 26px;
        font-size: 18px;
        text-decoration: none;
        color: #b4b4b4;
        padding: 3px 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .card-modal-tabs .nav-tabs li a:hover {
        text-decoration: none;
    }

    @media (max-width: 767px) {
        .card-modal-tabs {
            padding: 30px 18px;
            text-align: center;
        }
    }

    .card-modal-body {
        padding: 35px 60px;
    }

    @media (max-width: 767px) {
        .card-modal-body {
            padding: 25px 18px;
        }
    }

    .card-modal-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .card-modal-info .thumb {
        width: 100%;
        max-width: 270px;
    }

    .card-modal-info .detail {
        margin-top: auto;
        width: 100%;
    }

    .card-modal-info .detail .title {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 17px;
        max-width: 270px;
    }

    .card-modal-info .detail .summary {
        font-size: 16px;
        line-height: 26px;
        font-weight: 700;
        margin-bottom: 17px;
        max-width: 300px;
    }

    .card-modal-info .detail .remove {
        color: #EC3E3E;
        text-decoration: none;
        border-bottom: 2px dotted;
    }

    @media (max-width: 991px) {
        .card-modal-info {
            margin-bottom: 70px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            align-items: center;
        }

        .card-modal-info .thumb {
            max-width: 280px;
            padding-right: 60px;
            width: auto;
        }

        .card-modal-info .detail {
            max-width: -webkit-calc(100% - 280px);
            max-width: calc(100% - 280px);
            width: auto;
            margin: auto 0;
        }

        .card-modal-info .detail .summary {
            font-size: 20px;
            max-width: none;
        }

        .card-modal-info .detail .title {
            font-size: 18px;
            max-width: none;
        }

        .card-modal-info .detail .remove {
            font-size: 18px;
        }
    }
    @media (max-width: 767px) {
        .card-modal-info {
            text-align: center;
        }

        .card-modal-info .thumb {
            max-width: none;
            width: 100%;
            margin-bottom: 25px;
            padding-right: 0;
        }

        .card-modal-info .detail {
            max-width: none;
            width: 100%;
        }
    }

    .card-flex {
        margin-left: -15px;
        margin-right: -15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

/* HEADER SEARCH */

.site-search-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.site-search {
    position: relative;
}

.site-search__search-btn {
    border: 0;
    background: none;
    height: 23px;
    padding: 0;
    width: 23px;
}

.site-search__search-btn .icon-search {
    transition: fill 0.3s;
    height: 100%;
    width: 100%;
}

.site-search__search-btn:hover .icon-search {
    fill: #ee3b37;
}

.site-search-form {
    height: 119px;
    overflow: hidden;
    position: absolute;
    right: -25px;
    top: -46px;
    transition: width 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 0;
    z-index: 9;
}

.site-search.is-active .site-search-form {
    width: 621px;
}

.site-search-form__input-wrap {
    height: 100%;
    position: relative;
}

.site-search-form__input {
    background: #fff;
    border-bottom: 0;
    border-top: 0;
    font-size: 16px;
    height: 100%;
    padding: 0 95px 0 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.site-search-form__input:focus {
    border-bottom: 0;
    border-color: #dee3e6;
    border-top: 0;
}

.site-search-form__submit-btn,
.site-search-form__close-btn {
    background: none;
    border: 0;
    padding: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

.site-search-form__submit-btn {
    height: 23px;
    right: 67px;
    width: 23px;
}

.site-search-form__close-btn {
    height: 20px;
    right: 28px;
    width: 20px;
}

.site-search-form__submit-btn .icon-search {
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
    height: 100%;
    width: 100%;
}

.site-search-form__close-btn .icon-reset {
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
    height: 100%;
    width: 100%;
}

.site-search-form__submit-btn:hover .icon-search,
.site-search-form__close-btn:hover .icon-reset {
    fill: #ee3b37;
}

/* TAGS */

.tags-list {
    font-size: 14px;
    margin-left: -12px;
}

.tags-list__item {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 12px;
    vertical-align: top;
    padding: 0;
}

.tags-list__item:before {
    display: none;
}

.tags-list__link {
    border: 1px solid #a6a6a6;
    color: #000;
    display: block;
    padding: 3px 10px;
    text-decoration: none;
}

.tags-list__link:hover {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

/* SEARCH PAGE */

.search-form {
    position: relative;
}

.search-form__input-wrap {
    position: relative;
}

.search-form__tag {
    background: #fff;
    border: 1px solid #a6a6a6;
    color: #000;
    display: inline-block;
    font-size: 14px;
    left: 25px;
    padding: 3px 10px;
    pointer-events: none;
    position: absolute;
    text-decoration: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search-form__tag.is-hidden {
    display: none;
}

.search-form__input {
    background: #fff;
    border: 1px solid #dcdcdc;
    padding-bottom: 15px;
    padding-right: 90px;
    padding-top: 15px;
    text-overflow: ellipsis;
}

.search-form__submit-btn,
.search-form__reset-btn {
    background: none;
    border: 0;
    padding: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
}

.search-form__submit-btn {
    height: 18px;
    right: 67px;
    width: 18px;
}

.search-form__reset-btn {
    height: 16px;
    right: 28px;
    width: 15px;
}

.search-form__submit-btn .icon-search {
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
    height: 100%;
    width: 100%;
}

.search-form__reset-btn .icon-reset {
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
    height: 100%;
    width: 100%;
}

.search-form__submit-btn:hover .icon-search,
.search-form__reset-btn:hover .icon-reset {
    fill: #ee3b37;
}

.search-results {
    font-size: 15px;
    padding-top: 50px;
}

.search-results__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #dedede;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    overflow: hidden;
    padding: 27px 0 31px;
}

.search-results__item:first-child {
    padding-top: 0;
}

.search-results__item:before {
    display: none;
}

.search-results__item:first-child {
    border-top: 0;
}

.search-results__img-wrap {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 33px;
}

.search-results__title {
    font-weight: 700;
}

.search-results__link {
    color: #000;
    text-decoration: none;
}

.search-results__text {
    margin-bottom: 0;
}

.info-list {
    color: #878787;
    font-size: 13px;
    margin-left: -26px;
}

.info-list__item {
    display: inline-block;
    margin-left: 26px;
    padding: 0;
    vertical-align: middle;
}

.info-list__item:before {
    display: none;
}

.info-list__category {
    color: #ee3b37;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.info-list .date {
    color: #878787;
}

.info-list .icon-time {
    height: 16px;
    width: 14px;
}

.info-list .icon-calendar {
    margin-right: 10px;
    top: 3px;
}

@media (max-width: 1200px) {
    .site-search-wrap {
        flex-direction: row-reverse;
    }

    .site-search {
        position: static;
    }

    .site-search-form {
        display: none;
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
    }

    .site-header .offer {
        margin-right: 15px;
    }

    .site-search.is-active .site-search-form {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .search-results__item {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .search-results__content {
        margin-top: 30px;
    }
}

@media (max-width: 717px) {
    .site-header .offer {
        margin-right: 0;
    }

    .site-search-form__input-wrap {
        height: calc(100% - 39px);
        top: 39px;
    }
}

@media (max-width: 480px) {
    .site-search {
        float: right;
        margin-left: 0;
        margin-right: 27px;
        position: static;
    }

    .site-search-form__input {
        padding-right: 60px;
    }

    .site-search-form__submit-btn {
        display: none;
    }

    .site-search__search-btn {
        fill: #b5bdc9;
        height: 32px;
        width: 32px;
    }

    .site-search-form__close-btn {
        height: 25px;
        width: 25px;
    }

    .icon-menu {
        margin-right: 0;
    }

    .site-header .logo {
        margin-right: 0;
    }

    .site-header__column_socials {
        display: none;
    }
}


.my-icon-vk {
	width: 39px; height: 39px; display: flex; align-items: center; justify-content: center; border: solid 1px #eee
}
.my-icon-vk img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.my-icon-vk:hover img {
	opacity: 0;
} 

.my-icon-tg {
	width: 40px; height: 39px; display: flex; align-items: center; justify-content: center; border: solid 1px #eee;
	border-top: none;
}
.my-icon-tg img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.my-icon-tg:hover img {
	opacity: 0;
} 

.page a, .content-indent-right a {
	color: #222 !important;
	text-decoration: underline !important;
}
.page a:hover, .content-indent-right a:hover {
	color: #057dbc !important;
}