@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('/templates/cassiopeia/css/lk/fonts/HelveticaNeueCyr-Light.eot');
    src: url('/templates/cassiopeia/css/lk/fonts/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'), url('/templates/cassiopeia/css/lk/fonts/HelveticaNeueCyr-Light.woff2') format('woff2'), url('/templates/cassiopeia/css/lk/fonts/HelveticaNeueCyr-Light.woff') format('woff'), url('/templates/cassiopeia/css/lk/fonts/HelveticaNeueCyr-Light.ttf') format('truetype'), url('/templates/cassiopeia/css/lk/fonts/HelveticaNeueCyr-Light.svg#HelveticaNeueCyr-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeueCyrbold';
    src: url('/templates/cassiopeia/css/lk/fonts/HelveticaNeueCyr-Bold.eot');
    src: url('/templates/cassiopeia/css/lk/fonts/HelveticaNeueCyr-Bold.eot?#iefix') format('embedded-opentype'), url('/templates/cassiopeia/css/lk/fonts/HelveticaNeueCyr-Bold.woff2') format('woff2'), url('/templates/cassiopeia/css/lk/fonts/HelveticaNeueCyr-Bold.woff') format('woff'), url('/templates/cassiopeia/css/lk/fonts/HelveticaNeueCyr-Bold.ttf') format('truetype'), url('/templates/cassiopeia/css/lk/fonts/HelveticaNeueCyr-Bold.svg#HelveticaNeueCyr-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.debug {
    height: 100vh;
    position: fixed;
    width: 100%;
}

.debug>div {
    height: inherit;
    max-width: 970px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.debug>div>div {
    height: inherit;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.debug>div>div>div {
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
    width: calc(8.333333333333334% - 20px);
    height: inherit;
    outline: 1px solid #ff0;
    background: rgba(0, 0, 0, 0.5);
}

/* Defaults */

body,
div,
dl,
dt,
dd,
ul,
li,
/*h1,
h2,
h3,*/
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img,
abbr {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ul li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

/*h1,
h2,
h3,*/
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

legend {
    color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

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

body {
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-size: 14px;
    min-width: 300px;
    background: #fff;
    color: #4D4D4D;
    line-height: 1.5em;
}

body.openModal {
    overflow-y: hidden;
    padding-right: 15px;
}

header,
main,
footer {
    margin: 0;
    padding: 0;
}

button,
select {
    cursor: pointer;
}

button:focus,
select:focus {
    outline: none;
}

input:focus {
    outline: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #808080;
}

a:hover {
    color: #4D4D4D;
}

.wrapper {
    /*max-width: 970px;*/
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.container {
    max-width: 1600px;
    margin: 0 auto;
}

.section {
    padding: 50px 0;
}

.section-title {
    font-size: 18px;
    color: #000;
}

.section-title_center {
    text-align: center;
}

/* ==============  header  ================ */

.header {
    background: #fff;
    padding: 20px 0;
}

.header-logo {
    /*  margin-right: 40px;*/
}

.headerBlock {
    /*  display: -webkit-box;
  display: flex;*/
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.headerBlock-left {
    /* display: -webkit-box;
  display: flex;*/
    -webkit-box-align: center;
    align-items: center;
}

.headerBlock-right {
    /*  display: -webkit-box;
  display: flex;*/
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

.header-menu {
    display: -webkit-box;
    display: flex;
    font-size: 16px;
    color: #808080;
}

.header-menu li {
    margin-right: 20px;
    margin-top: 10px;
}

.header-menu li:last-child {
    margin-right: 0;
}

.blockCity {
    font-size: 16px;
    color: #808080;
}

.blockCity-city {
    text-decoration: underline;
}

.header-btn {
    /*margin-left: 40px;*/
}

.btn {
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-size: 16px;
    color: #333333;
    background: none;
    width: 99%;
    height: 40px;
    border: 1.5px solid #D76543;
    box-sizing: border-box;
    border-radius: 8px;
}

.btn_orange {
    background: #D76543;
    font-size: 16px;
    color: #FFFFFF;
}

.btn:hover {
    opacity: 0.8;
}

.header-lk {
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #76767C;
    position: relative;
    padding-right: 20px;
    cursor: pointer;
    margin-top: 10px;
}

.header-lk:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: url(/templates/cassiopeia/images/arrow-down.png) center center no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.modal-lk {
    width: 270px;
    position: absolute;
    top: 25px;
    right: -20px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
    border-radius: 14px;
    border-color: #ccc;
    display: none;
    z-index: 100;
}

.modal-lk::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: -4px;
    right: 20px;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
}

.modal-lk-list {
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #76767C;
}

.modal-lk-list_red {
    color: #F27E7E;
}

.modal-lk-list li {
    margin-bottom: 15px;
}

.modal-lk-list li:last-child {
    margin-bottom: 0;
}

.modal-lk-top {
    border-bottom: 1px solid #E3E4E7;
    padding: 22px;
}

.modal-lk-bottom {
    padding: 22px;
}

.modal-lk-contact-rf {
    font-size: 12px;
    letter-spacing: 0.02em;
    color: #A3A3A3;
    margin-top: 20px;
    margin-bottom: 10px;
}

.modal-lk-contact-tel {
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #333333;
}

.modal-info {
    width: 200px;
    padding: 22px;
    position: absolute;
    top: 40px;
    right: -20px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
    border-radius: 14px;
    display: none;
    z-index: 100;
}

.modal-info::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: -4px;
    right: 28px;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
}

/* ==============  main  ================ */

.main {
    padding: 40px 0 60px;
    background: #F4F6FA;
}

.mainBlock {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    /*    margin-left: -10px;
    margin-right: -10px;*/
    margin-bottom: 80px;
}

.mainBlock-left {
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
    width: calc(58.333333333333336% - 20px);
}

.mainBlock-right {
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
    width: calc(25% - 20px);
}

.mainBlock-title {
    font-family: 'HelveticaNeueCyrbold', sans-serif;
    font-size: 36px;
    line-height: 1.1;
    color: #333333;
    margin-bottom: 45px;
}

.mainBlock-subtitle {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.5;
    color: #333333;
    margin-bottom: 20px;
}

.mainBlock-subtitle span {
    display: block;
}

.mainCard {
    display: -webkit-box;
    display: flex;
    background: #FFFFFF;
    border-radius: 14px;
    box-sizing: border-box;
    padding: 15px;
    width: 300px;
}

.mainCard-left {
    margin-right: 20px;
}

.mainCard-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.mainCard-item-title {
    font-size: 12px;
    letter-spacing: 0.04em;
    color: #868686;
}

.mainCard-item-img {
    margin-right: 15px;
}

.cardItems {
    /*    display: -webkit-box;
    display: flex;*/
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.cardItem {
    background: #FFFFFF;
    border-radius: 14px;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
    margin-bottom: 10px
        /* width: calc(50% - 20px);*/
}

.cardItem-top {
    padding: 34px 44px 16px;
}

.cardItem-bottom {
    padding: 16px 44px;
    border-top: 1px solid #E3E4E7;
    border-radius: 0px 0px 14px 14px;
}

.cardItem-bottom-title {
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
}

.cardItem-title {
    font-size: 24px;
    color: #333333;
    margin-bottom: 25px;
}

.cardItem-points {
    font-size: 14px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #4D74FF;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-bottom: 29px;
}

.cardItem-points:hover {
    text-decoration: none;
}

.cardItem-points:before {
    content: '';
    display: block;
    width: 16px;
    height: 18px;
    background: url(/templates/cassiopeia/images/icon-point.svg) center center no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cardItem-desc {
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #76767C;
    line-height: 1.4;
}

.cardItem-list li {
    margin-bottom: 0px;
}

.cardItem-list li a {
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 0.02em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #76767C;
}

.cardItem-list li a:hover {
    text-decoration: none;
}

/* ==============  news  ================ */

.news {
    padding: 100px 0 50px;
}

.titles {
    font-size: 36px;
    color: #333333;
    margin-bottom: 35px;
}

.newsItems {
    /*    display: -webkit-box;
    display: flex;*/
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.newsItem {
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
    /*width: calc(33.333333333333336% - 20px);*/
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 20px;
}

.newsItem:hover .newsItemBottom-link {
    display: inline;
}

.newsItem-img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.newsItemDesc-anonce {
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #76767C;
    padding: 20px;
    box-sizing: border-box;
    line-height: 1.4;
}

.newsItemBottom {
    padding: 20px 15px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #E3E4E7;
}

.newsItemBottom-date {
    font-size: 12px;
    letter-spacing: 0.02em;
    color: #A3A3A3;
}

.newsItemBottom-link {
    font-size: 12px;
    color: #D76543;
    display: none;
}

/* ==============  service  ================ */

.service {
    padding: 15px 0 70px;
}

.serviceBlock {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.serviceBlock .serviceBlock-left {
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
    width: calc(33.333333333333336% - 20px);
}

.serviceBlock .serviceBlock-right {
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
    width: calc(66.66666666666667% - 20px);
}

.serviceBottom {
    margin-top: 50px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.serviceBottom .serviceBottom-left {
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
    width: calc(50% - 20px);
}

.serviceBottom .serviceBottom-right {
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
    width: calc(50% - 20px);
}

.serviceBottom-points {
    font-size: 14px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #4D74FF;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    display: block;
}

.serviceBottom-points:hover {
    text-decoration: none;
}

.serviceBottom-points:before {
    content: '';
    display: block;
    width: 16px;
    height: 18px;
    background: url(/templates/cassiopeia/images/icon-point.svg) center center no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.serviceBlock-left-title {
    font-size: 22px;
    color: #333333;
}

.serviceBlock-right-desc {
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #76767C;
}

.serviceBlock-right-desc p {
    margin-bottom: 20px;
}

.serviceBlock-right-desc p:last-child {
    margin-bottom: 0;
}

.serviceBottom-right-title {
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #A3A3A3;
    margin-bottom: 15px;
}

.serviceBottom-right-tel {
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #333333;
}

/* ==============  newsDetail  ================ */

.newsDetailBlock {
    /*    display: -webkit-box;
    display: flex;*/
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.newsDetailBlock-left {
    box-sizing: border-box;
    /*    margin-left: 10px;
    margin-right: 10px;*/
    word-wrap: break-word;
    /*    width: calc(33.333333333333336% - 20px);*/
}

.newsDetailBlock-right {
    box-sizing: border-box;
    /*    margin-left: 10px;
    margin-right: 10px;*/
    word-wrap: break-word;
    /* width: calc(66.66666666666667% - 20px);*/
}

.newsDetailBlock-img {
    margin-bottom: 30px;
}

.newsDetailBlock-imgtag {
    border-radius: 14px;
}

.newsDetailBlock-desc {
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #76767C;
}

.newsDetailBlock-desc p {
    margin-bottom: 30px;
}

.newsDetailBlock-back {
    font-size: 12px;
    color: #D76543;
}

.newsDetailBlock-title {
    font-size: 36px;
    color: #333333;
    margin: 30px 0;
}

.newsDetailBlock-date {
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #A3A3A3;
}

/* ==============  lk  ================ */

.lk {
    background: #E5E5E5;
}

.lkBlock {
    background: #FFFFFF;
    border-radius: 14px;
    box-sizing: border-box;
}

.lkBlock-top {
    box-sizing: border-box;
    padding: 25px 35px;
    border-bottom: 1px solid #E3E4E7;
}

.lkBlock-bottom {
    box-sizing: border-box;
    padding: 25px 35px;
    display: -webkit-box;
    display: flex;
}

.lkBlock-left {
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
    width: calc(33.333333333333336% - 20px);
}

.lkBlock-right {
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
    width: calc(66.66666666666667% - 20px);
}

.lkBlock-title {
    font-family: 'HelveticaNeueCyrbold', sans-serif;
    font-size: 18px;
    color: #333333;
}

.lkBlock-add {
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 30px;
}

.lkBlock-add:hover {
    opacity: 0.8;
}

.lkBlock-add-text {
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #A3A3A3;
    margin-left: 20px;
}

.lkBlockSlider {
    width: 100%;
}

.lkBlockCard {
    background: #F4F6FA;
    border-radius: 14px;
}

.lkBlockCardtop {
    box-sizing: border-box;
    padding: 20px 25px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.lkBlockCard-title {
    font-size: 24px;
    color: #333333;
    white-space: nowrap;
}

.lkBlockCard-editBlock {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

.lkBlockCard-edit {
    display: block;
    width: 14px;
    height: 14px;
    background: url(/templates/cassiopeia/images/icon-edit.png) center center no-repeat;
    cursor: pointer;
    margin-right: 20px;
}

.lkBlockCard-edit:hover {
    opacity: 0.8;
}

.lkBlockCard-choice {
    display: block;
    width: 36px;
    height: 16px;
    background: url(/templates/cassiopeia/images/icon-choice.png) center center no-repeat;
    cursor: pointer;
}

.lkBlockCard-choice:hover {
    opacity: 0.8;
}

.lkBlockCardcenter {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #E3E4E7;
}

.lkBlockCardcenter-left {
    padding: 20px 25px;
}

.lkBlockCardcenter-right {
    padding: 20px 25px;
    text-align: right;
}

.lkBlockCardbottom {
    padding: 20px 25px;
}

.lkBlockCardcenter-ost {
    font-size: 12px;
    letter-spacing: 0.02em;
    color: #A3A3A3;
    margin-bottom: 10px;
}

.lkBlockCardcenter-price {
    font-family: 'HelveticaNeueCyrbold', sans-serif;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #333333;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    white-space: nowrap;
}

.lkBlockCardcenter-info {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/templates/cassiopeia/images/icon-info.png) center center no-repeat;
    cursor: pointer;
    margin-left: 15px;
}

.lkBlockCardcenter-info:hover {
    opacity: 0.8;
}

.lkBlockCardcenter-until {
    font-size: 12px;
    letter-spacing: 0.02em;
    color: #A3A3A3;
    margin-bottom: 10px;
}

.lkBlockCardcenter-nubmercard {
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #76767C;
}

.checkbox {
    cursor: pointer;
    display: -webkit-box;
    display: flex;
}

.checkbox-text {
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #76767C;
    margin-left: 20px;
    max-width: 190px;
    line-height: 1.3;
}

.checkbox-input {
    display: none;
}

.checkbox-input:checked~.checkbox-div {
    background: #D76543;
}

.checkbox-input:checked~.checkbox-div::before {
    right: 2px;
    left: auto;
}

.checkbox-div {
    width: 55px;
    height: 30px;
    background: #E3E4E7;
    border-radius: 16px;
    position: relative;
}

.checkbox-div:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 2px;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
}

.lkBlockBtns {
    text-align: right;
    margin-top: 20px;
}

.lkBlockBtn {
    border: 1.5px solid #D76543;
    border-radius: 8px;
    background: none;
    box-sizing: border-box;
    padding: 11px 20px;
    font-size: 16px;
    color: #333333;
    margin-left: 15px;
}

.lkBlockBtn:hover {
    opacity: 0.9;
}

.lkBlockBtn_orange {
    background: #D76543;
    color: #fff;
}

.tabs {
    margin-top: 20px;
    background: #FFFFFF;
    border-radius: 14px;
}

.tabNav {
    box-sizing: border-box;
    padding: 23px 35px 0;
}

.tabNav-list {
    display: -webkit-box;
    display: flex;
}

.tabNav-list li {
    margin-right: 20px;
    padding-bottom: 23px;
}

.tabNav-list li a {
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #A3A3A3;
    padding-bottom: 22px;
}

.tabNav-list li a.activelink {
    color: #333333;
    border-bottom: 2px solid #D76543;
}

.tabContent {
    padding: 23px 35px;
    border-top: 1px solid #E3E4E7;
}

.tabItem {
    display: none;
}

.faded {
    opacity: 0;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
}

.faded.in {
    opacity: 1;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
}

.active {
    display: block;
}

.tabItem1-title {
    font-size: 28px;
    color: #333333;
    margin-bottom: 20px;
}

.tabItem1-desc {
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #76767C;
    max-width: 590px;
    margin-bottom: 40px;
}

.tabItem1-desc p {
    margin-bottom: 20px;
}

.tabItem1-datetext {
    margin-bottom: 20px;
}

.formdate {
    display: -webkit-box;
    /* display: flex;*/
    margin-bottom: 30px;
}

.tabItem1Date {
    background: #FFFFFF;
    border: 1px solid #E3E4E7;
    border-radius: 8px;
    width: 260px;
    box-sizing: border-box;
    padding: 12px 20px;
    display: -webkit-box;
    display: flex;
    margin-right: 20px;
}

.tabItem1Date-input {
    border: none;
    width: 100%;
}

.tabItem1Date-icon {
    display: block;
    width: 16px;
    height: 16px;
    background: url(/templates/cassiopeia/images/icon-date.png) center center no-repeat;
    cursor: pointer;
}

.tabItem1Date-btn {
    background: #E3E4E7;
    border-radius: 8px;
    border: none;
    padding: 12px 20px;
    font-weight: 500;
    font-size: 16px;
    color: #A3A3A3;
}

.tabItem1Date-btn:hover {
    opacity: 0.8;
}

.tabItem1Table {
    border: 1px solid #E3E4E7;
    box-sizing: border-box;
    border-radius: 14px;
}

.tabItem1Row {
    display: -webkit-box;
    display: flex;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #A3A3A3;
    padding: 20px 45px;
    box-sizing: border-box;
}

.tabItem1Zag {
    border-bottom: 1px solid #E3E4E7;
}

.tabItem1Col {
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
    width: calc(25% - 20px);
}

.tabItem1Col:last-child {
    text-align: right;
}

.tabItem1Bus {
    position: relative;
    padding-left: 45px;
}

.tabItem1Bus:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: url(/templates/cassiopeia/images/icon-bus.png) center center no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tabItemColTicket {
    position: relative;
}

.tabItemColTicket:before {
    right: 120%;
    content: '';
    display: block;
    position: absolute;
    width: 17px;
    height: 18px;
    background: url(/templates/cassiopeia/images/icon-check.svg) center center no-repeat;
}

.tabItem1Full {
    position: relative;
    padding-left: 45px;
}

.tabItem1Full:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: url(/templates/cassiopeia/images/icon-full.png) center center no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tabItem1Table-no {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 80px;
}

.tabItem1Table-notitle {
    font-family: 'HelveticaNeueCyrbold', sans-serif;
    font-size: 16px;
    color: #333333;
    margin-bottom: 20px;
}

.tabItem1Table-noDesc {
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #76767C;
}

.nofind-btn {
    text-align: center;
    margin-bottom: 20px;
}

.nofind-img {
    text-align: center;
}

/* ==============  footer  ================ */

.footer {
    background: #333333;
    padding: 40px 0 30px;
    margin-top: 30px;
}

.footerItems {
    /*    display: -webkit-box;
    display: flex;*/
    padding-bottom: 35px;
    padding-left: 15px;
}

.footerItem {
    /*    width: 30%;*/
    box-sizing: border-box;
}

.footerItem-title {
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #A3A3A3;
    margin-bottom: 25px;
}

.footerItem-menu li {
    margin-bottom: 10px;
    position: relative;
}

.footerItem-menu li a {
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #E3E4E7;
}

.footerItem-menu li a:hover {
    opacity: 0.8;
}

li.footerItem-menu-li {
    padding-left: 30px;
    margin-bottom: 20px;
}

li.footerItem-menu-li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

li.footerItem-menu-lk:before {
    width: 18px;
    height: 18px;
    background: url(/templates/cassiopeia/images/icon-lk.svg) center center no-repeat;
}

li.footerItem-menu-check:before {
    width: 17px;
    height: 18px;
    background: url(/templates/cassiopeia/images/icon-check.svg) center center no-repeat;
}

.footerTop {
    border-top: 1px solid #76767C;
    opacity: 0.5;
    padding: 35px 0 0;
}

.footerTopBlock {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.footerTopBlock-logo {
    margin-right: 20px;
}

.footerTopBlock-copyright {
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #A3A3A3;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
    display: none;
}

.modal {
    box-sizing: border-box;
    padding: 30px;
    width: 30%;
    background: #FFFFFF;
    border-radius: 14px;
    z-index: 101;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
}

.modal-title {
    font-size: 28px;
    color: #333333;
    margin-bottom: 35px;
}

.modal-close {
    color: #A3A3A3;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
}

.modal-btn {
    color: #333333;
    background: none;
    border-radius: 8px;
    width: 100%;
    border: 1.5px solid #D76543;
    box-sizing: border-box;
    padding: 15px 0;
    font-weight: 500;
    font-size: 16px;
    /*color: #A3A3A3;*/
}

.modal-btn:hover {
    opacity: 0.8;
}

.modalBlock {
    margin-bottom: 20px;
}

.modalBlock-subtitle {
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #76767C;
    margin-bottom: 10px;
}

.modalBlock-input {
    background: #FFFFFF;
    border: 1px solid #E3E4E7;
    box-sizing: border-box;
    border-radius: 8px;
    width: 100%;
    padding: 14px 20px;
}

.modal-links {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.modal-links .modal-link {
    color: #4D74FF;
}

.modal-links .modal-link:hover {
    text-decoration: underline;
}

.modal-title-Info {
    margin-bottom: 20px;
}

.modalInfoRow {
    border-bottom: 1px solid #E3E4E7;
    padding: 15px 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.modalInfoRow-card {
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #A3A3A3;
}

.modalInfoRow-number {
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #333333;
}

.modalCart {
    width: 48%;
    padding: 0;
}

.cardCart {
    /*    display: -webkit-box;
    display: flex;*/
    padding: 30px;
}

.cardCart .cardCartLeft {
    /*width: 50%;*/
    box-sizing: border-box;
}

.cardCart .cardCartRight {
    /* width: 50%;*/
    box-sizing: border-box;
    padding-left: 35px;
}

.cardCartLeft-bigimg {
    margin-bottom: 20px;
}

.radio {
    margin-bottom: 10px;
    position: relative;
}

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

.radio-input {
    display: none;
}

.radio-label {
    font-size: 14px;
    color: #76767C;
    cursor: pointer;
    padding-left: 30px;
    white-space: nowrap;
}

.radio-label::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #A3A3A3;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.radio-label::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    border: 4px solid #D76543;
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.radio-input:checked+.radio-label:after {
    opacity: 1;
}

.cardFormBLock {
    margin-top: 30px;
}

.cardForm-title {
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #76767C;
    margin-bottom: 10px;
}

.cardFormInputs {
    background: #FFFFFF;
    border: 1px solid #E3E4E7;
    border-radius: 8px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    box-sizing: border-box;
    padding: 13px 20px;
}

.cardForm-input,
.cardPayForm-input {
    width: 90%;
    font-size: 13px;
    letter-spacing: 0.02em;
    color: #A3A3A3;
    border: none;
}

.cardFormSelects {
    margin: 7px 0;
}

.cardFormSelects .dropdown-btn {
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #A3A3A3;
    text-align: left;
    border: 1px solid #E3E4E7;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 13px 20px;
    width: 100%;
    position: relative;
}

.cardFormSelects .dropdown-btn:after {
    content: '';
    display: block;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #A3A3A3 transparent transparent transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    z-index: 1;
}

.dropDown {
    position: relative;
}

.dropdown-list {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 40px;
    z-index: 3;
    left: 0;
    color: #000;
    display: none;
}

.dropdown-list-visible {
    display: block;
}

.dropdown-listItem {
    padding: 8px 5px 8px 25px;
    cursor: pointer;
    background: #fff;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.dropdown-listItem:first-child {
    border-top: 1px solid #ccc;
}

.dropdown-listItem:last-child {
    border-radius: 0 0 8px 8px;
    border-bottom: 1px solid #ccc;
}

.dropdown-listItem:hover {
    background: #E3E4E7;
}

.cardForm-btn {
    width: 100%;
    border: none;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #A3A3A3;
    padding: 15px 24px 14px 23px;
    background: #E3E4E7;
    border-radius: 8px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.cardForm-btn:hover {
    opacity: 0.8;
}

.cardText {
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #76767C;
    line-height: 1.3;
    border-top: 1px solid #E3E4E7;
    padding: 30px;
    box-sizing: border-box;
}

.none {
    display: none;
}

.relation {
    position: relative;
}

.relation_ration {
    padding-top: 50.25%;
    height: 0;
}

.relation_content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* libs */

/* Arrows */

.lkBlockSlider .slick-prev,
.lkBlockSlider .slick-next {
    color: transparent;
    font-size: 0;
    border: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

.lkBlockSlider .slick-prev:focus,
.lkBlockSlider .slick-next:focus {
    outline: 0;
}

.lkBlockSlider .slick-prev:hover,
.lkBlockSlider .slick-next:hover {
    opacity: 1;
    cursor: pointer;
}

.lkBlockSlider .slick-prev {
    left: -20px;
    background: #fff url('/templates/cassiopeia/images/arrow-slider-prev.png') center center no-repeat;
}

.lkBlockSlider .slick-next {
    right: -20px;
    background: #fff url('/templates/cassiopeia/images/arrow-slider.png') center center no-repeat;
}

/* Dots */

.allslider .slick-dots {
    margin-top: 20px;
    bottom: -50px;
    left: 0px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

.allslider .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.allslider .slick-dots li button {
    padding: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #C4C4C4;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    color: transparent;
    font-size: 0;
}

.allslider .slick-dots li button:hover {
    cursor: pointer;
    opacity: 1;
}

.allslider .slick-dots li button:hover,
.allslider .slick-dots li button:focus {
    outline: none;
}

.allslider .slick-dots li.slick-active button {
    background-color: #3870B7;
    border: 1px solid #3870B7;
    opacity: 1;
    position: relative;
}

.partners .slick-prev,
.partners .slick-next {
    color: transparent;
    font-size: 0;
    border: 0;
    width: 18px;
    height: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

.partners .slick-prev:focus,
.partners .slick-next:focus {
    outline: 0;
}

.partners .slick-prev:hover,
.partners .slick-next:hover {
    opacity: 1;
    cursor: pointer;
}

.partners .slick-prev {
    left: 0px;
    background: url('/templates/cassiopeia/images/clients/arrow-prev.svg') center center no-repeat;
}

.partners .slick-next {
    right: 0px;
    background: url('/templates/cassiopeia/images/clients/arrow-next.svg') center center no-repeat;
}

.slick-dots {
    position: absolute;
    bottom: -50px;
    left: 0;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    padding: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #DBDBDB;
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
    color: transparent;
    font-size: 0;
}

.slick-dots li button:hover {
    cursor: pointer;
    opacity: 1;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li.slick-active button {
    background-color: #174363;
    border: 1px solid #174363;
    opacity: 1;
    position: relative;
}

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

.slick-slide:focus {
    outline: 0;
}

.slick-slide img {
    display: inline-block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.lb-loader,
.lightbox {
    text-align: center;
    line-height: 0;
    position: absolute;
    left: 0;
}

body.lb-disable-scrolling {
    overflow: hidden;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(opacity=80);
    opacity: .8;
    display: none;
}

.lightbox {
    width: 100%;
    z-index: 10000;
    font-weight: 400;
    outline: 0;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(/templates/cassiopeia/images/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container>.nav {
    left: 0;
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(/templates/cassiopeia/images/prev.png) left 48% no-repeat;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(/templates/cassiopeia/images/next.png) right 48% no-repeat;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(/templates/cassiopeia/images/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(opacity=100);
    opacity: 1;
}
.lktariff-block{
    float: left;
}
.lkregion-block{
    float: right;
    margin-top: 10px;
    margin-bottom: -10px;
}

@media screen and (min-width: 720px) {
    .headerBlock-right-city {
        margin-top: 10px
    }
}

@media screen and (min-width: 992px) {
    .headerBlock-right-city {
        text-align: right;
    }
}

@media screen and (max-width: 992px) {
    .debug>div {
        padding-left: 15px;
        padding-right: 15px;
    }

    .debug>div {
        padding-left: 15px;
        padding-right: 15px;
    }

    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .allslider .slick-dots {
        bottom: -30px;
    }

    .slick-dots {
        bottom: -10px;
    }
    .lktariff-block{
        float: none;
    }    
    .lkregion-block{
        float: none;
    }
}

@media screen and (max-width: 970px) {
    .debug>div {
        padding-left: 20px;
        padding-right: 20px;
    }

    .debug>div {
        padding-left: 20px;
        padding-right: 20px;
    }

    .wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .modal {
        width: 65%;
    }

    .lkBlock-left {
        box-sizing: border-box;
        margin-left: 10px;
        margin-right: 10px;
        word-wrap: break-word;
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 720px) {
    .section {
        padding: 15px 0;
    }

    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-lk {
        margin-top: 0px;
    }

    .lkBlockCardcenter-left {
        padding: 10px 15px;
    }

    .lkBlockCardcenter-right {
        padding: 10px 15px;
        text-align: right;
    }

    .lkBlockCardbottom {
        padding: 10px 15px;
    }

    .lkBlockCardtop {
        padding: 15px 10px 0px 15px;
    }

    .lkBlockCardcenter{
        display:block
    }

    .lkBlock-add {
        justify-content: left;
    }
}

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


    .lkBlockCardcenter-left {
        padding: 10px 15px;
    }

    .lkBlockCardcenter-right {
        padding: 10px 15px;
        text-align: right;
    }

    .lkBlockCardbottom {
        padding: 10px 15px;
    }

    .section {
        padding: 15px 0;
    }

    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-menu {
        margin-bottom: 10px;
    }

    .modal {
        width: 95%;
    }

    .mainBlock-title {
        font-size: 18px;
        letter-spacing: 0.04em;
        line-height: 1.5;
    }

    .lkBlock-left {
        width: 100%;
    }

    .lkBlock-right {
        width: 100%;
        margin-top: 10px;
    }

    .lkBlock-bottom {

        display: block;
    }

    .lkBlockCard-title {
        font-size: 18px;
    }

    .formdate {
        display: block;
    }

    .tabItem1Date-btn {
        width: 100%;
        margin-top: 10px;
    }

    .tabItem1Table {
        border: 0;
    }

    .tabItem1Row {
        display: block;
        padding: 10px 15px;
        position: relative;
    }

    .tabItem1Col {
        word-wrap: normal;
        width: 100%;
        margin-top: 6px;
    }

    .tabItem1Bus,
    .tabItem1Full {
        padding-left: 0px;
    }

    .tabItem1Bus:before,
    .tabItem1Full:before {
        left: -43px;
        top: -18px;
    }

    .tabItem1Sum {
        position: absolute;
        top: 40px;
    }

    .tabItem1Zag {
        display: none;
    }

    .footerItem-title {
        margin-bottom: 15px;
        margin-top: 25px;
    }

    .titles {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .news {
        padding: 40px 0 20px;
    }

    .lkBlock-title {
        margin-left: 20px
    }

    .lkBlock-top,
    .lkBlock-bottom {
        padding-left: 4px;
        padding-right: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .newsDetailBlock-title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .newsDetailBlock-date {
        margin-bottom: 12px;
    }

    .cardItem-title {
        font-size: 18px;
    }

    .btn {
        font-size: 12px;
    }

    .lkBlock-add {
        margin-top: 15px;
    }
}

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

/*# sourceMappingURL=styles.css.map */