@import '../libs/pure/pure-min.css';
@import '../libs/pure/grids-responsive-min.css';
@import '../css/pure-extend.css';
@import '../css/extra.css';
@import '../css/cart.css';
@import '../libs/swiper-package/swiper-bundle.min.css';
@import '../libs/fontawesome-pro-5.7.2-web/css/all.min.css';
@import '../libs/TurnWheel/jReject/css/jquery.reject.css';
@import '../libs/fancybox/dist/jquery.fancybox.min.css';
@import '../libs/aos/aos.css';
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*pabandyti perskelti css*/
:root {
    --header-top-height: auto;
    --gutter: 7px;
    /*--color-1: rgba(135, 152, 180, 0.99);*/
    --color-1: rgba(6, 26, 58, 0.99);
    --color-2: rgba(255, 255, 255, 0.99);
    --color-3: rgba(6, 26, 58, 0.99);

    --color-4: rgba(66, 133, 244, 0.99);
    /*--color-5: rgba(6, 26, 58, 0.99);*/
    --color-5: rgba(0, 0, 0, 0.99);
    --color-6: rgba(239, 242, 248, 0.99);
    --color-7: rgba(7, 20, 46, 0.99);
    --color-8: rgba(86, 109, 137, 0.99);
    --color-9: rgba(87, 108, 141, 0.99);
    --color-10: rgba(6, 26, 58, 0.99);
}

html {
    height: 100%;
    font-size: 62.5%;
}

body {
    min-height: 100vh;
    color: var(--color-5);
    font-weight: normal;
    font-family: 'Work Sans', sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
}

a {
    text-decoration: none;
    outline: none;
    color: var(--color-4);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

a:focus,
a:hover {
    text-decoration: none;
    color: #000;
}

#page {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex: auto;
}

.we-align img {
    float: left;
    margin: 6px 14px 10px 0;
}

footer {
    height: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    clear: both;
    position: relative;
    z-index: 3;
    color: var(--color-2);
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    margin-top: -50px;
}

div.footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

div.footer-content button,
div.footer-content a {
    color: var(--color-2);
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.footer-content button:focus,
div.footer-content button:hover,
div.footer-content a:focus,
div.footer-content a:hover {
    color: var(--color-4);
}

header {
    position: relative;
    z-index: 222;
    background: #fff;
}

header > .container {
    position: relative;
    height: 100%;
}

main {
    flex: auto;
    flex-grow: 1;
}

div.header-content {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    /*align-items: flex-end;*/

    min-height: 116px;
}

a.logo {
    display: flex;
    position: absolute;
    left: 17px;
    top: 45px;
    bottom: 0;
    background: url(../images/logo.png) left center no-repeat;
    width: 211px;
    background-size: contain;
    z-index: 15;
}

section {
    padding: 60px 0;
}

section.good-to-know-section {
    padding-top: 40px;
    padding-bottom: 95px;
}

.good-to-know-container {
    padding-top: 17px;
}

.good-to-know-container a img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-radius: 5px;
}

.good-to-know-container img:hover,
.good-to-know-container a:focus img {
    transform: scale(0.95);
}

.good-to-know-container .swiper-container {
    overflow: hidden;
}

section.event-section + section.big-images-section {
    padding-top: 0;
}

section.big-images-section {
    padding-bottom: 46px;
}

div.big-images-container {
    margin-bottom: -15px;
}

div.big-images-container > * {
    margin-bottom: 15px;
}

div.big-images-container img {
    border-radius: 5px;
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.big-images-container a:focus img {
    transform: scale(.95);
}

section.event-section {
    padding-top: 30px;
}

div.events-container {
    margin-top: 40px;
}

div.events-list {
    max-width: 1035px;
    margin: 0 auto;
}

div.footer-colls a.report-problem {
    color: var(--color-2);
    font-size: 1.3rem;
    font-weight: 400;
    margin-top: 30px;
    display: flex;
    text-decoration-line: underline;
}

.events-item {
    border-radius: 5px;
    background: var(--color-1);
    display: flex;
    align-items: center;
    /*min-height: 220px;*/
    padding: 34px 50px;
    color: var(--color-2);
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.events-item:focus,
.events-item:hover {
    color: var(--color-2);
}

.events-item:focus .events-title,
.events-item:hover .events-title {
    color: var(--color-4);
}

.events-date {
    color: var(--color-2);
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    display: flex;
    align-items: center;
    min-width: 150px;
}

.events-date span {
    font-weight: 500;
    margin-left: 10px;
}

* + .events-info-container {
    margin-left: 50px;
}

* + .events-info {
    margin-top: 20px;
}

.events-title {
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.events-title + *{
    margin-bottom: 25px;
}
.events-info > div {
    display: flex;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 10px;
}

.events-info > div:last-child {
    margin-bottom: 0;
}

.events-info-title {
    color: var(--color-2);
    width: 62px;
    padding-right: 15px;
}

.events-descr {
    padding-right: 80px;
}
* + .pagination-container{
    margin-top: 30px;
}
section.news-section {
    padding-top: 45px;
    padding-bottom: 55px;
}

div.news-swiper-container .swiper-container {
    overflow: hidden;
}

div.news-swiper-container .swiper-slide {
    height: auto;
}

section.news-section.style-1 .news-item:hover,
section.news-section.style-1 .news-item:focus {
    transform: none;
}

section.news-section.style-1 .news-item:hover .news-action svg,
section.news-section.style-1 .news-item:focus .news-action svg {
    transform: scale(1.1);
}

div.news-container {
    margin-bottom: -15px;
    --gutter: 16px;
}

div.news-container > * {
    margin-bottom: 15px;
}

.news-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.news-item:hover .news-box-element,
.news-item:focus .news-box-element {
    transform: translate(0, -10px);
}

.news-photo {

}

.news-photo img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}

.news-box-element {
    background: linear-gradient(45deg, #4285F4 0%, #6FA0F0 100%);
    margin: -60px 19px 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    color: var(--color-2);
    border-radius: 8px;
    padding: 16px 22px 18px;
    min-height: 130px;
    height: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.news-title {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-transform: capitalize;
}

.news-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 10px;
}

.news-action svg {
    position: relative;
    top: -6px;
    right: -4px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.news-date {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 15px;
}

section.tabs-container {
    padding-top: 80px;
    padding-bottom: 40px;
}

ul.tabs-head {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

ul.tabs-head > li > a {
    border-radius: 6px;
    background: var(--color-1);
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    color: var(--color-2);
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
    margin: 0 calc(15px / 2);
}

ul.tabs-head > li > a:focus,
ul.tabs-head > li:hover > a,
ul.tabs-head > li.selected > a {
    background: var(--color-4);
    color: var(--color-2);
}

* + div.tabs-container {
    margin-top: 40px;
}

div.tabs-container > *:not(:first-child) {
    display: none;
}

.icons-linked-item {
    min-height: 113px;
    background: var(--color-6);
    border-radius: 8px;
    display: flex;
    align-items: center;
    color: var(--color-5);
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    justify-content: center;
    height: 100%;
}

.icons-linked-item:hover,
.icons-linked-item:focus,
.icons-linked-item.selected {
    color: var(--color-2);
    background: var(--color-4);
}

div.icons-linked-list {
    margin-bottom: -15px;
}

* + div.icons-linked-list {
    margin-top: 30px;
}

div.icons-linked-list > * {
    margin-bottom: 15px;
}

.icons-linked-icon {

}

.icons-linked-icon .other span {
    display: block;
    width: 50px;
    height: 50px;
    background-color: var(--color-5);
    -webkit-mask-size: contain !important;
    mask-size: contain !important;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}

.icons-linked-item:focus .icons-linked-icon .other span,
.icons-linked-item:hover .icons-linked-icon .other span,
.icons-linked-item.selected .icons-linked-icon .other span {
    background: var(--color-2);
}

.msie .icons-linked-icon .other {
    display: none;
}

.icons-linked-icon .msie {
    display: none;
}

.msie .icons-linked-icon .msie {
    display: block;
}

.icons-linked-title {
    max-width: 140px;
    text-align: center;
}

.icons-linked-title.no-image-element {
    max-width: 100%;
    padding: 10px;
}

* + .icons-linked-title {
    margin-left: 20px;
}

section.info-swiper-section {
    background: var(--color-10);
    position: relative;
    padding-top: 45px;
    padding-bottom: 38px;
    z-index: 1;
}

section.info-swiper-section:before {
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/misc/dec-2.svg);
    width: 151px;
    height: 166px;
    content: '';
    z-index: -1;
}

div.info-swiper-container {
    position: relative;
}

div.info-swiper-container .swiper-container {
    overflow: hidden;
}

div.info-swiper-container .swiper-button-next,
div.info-swiper-container .swiper-button-prev {
    color: var(--color-2);
    width: 12px;
    height: 21px;
    margin-top: -10px;
}

div.info-swiper-container .swiper-button-next:after,
div.info-swiper-container .swiper-button-prev:after {
    content: none;
}

div.info-swiper-container .swiper-button-next {
    right: -40px;
}

div.info-swiper-container .swiper-button-prev {
    left: -40px;
}


.info-swiper-item {
    color: var(--color-2) !important;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 35px;
}

.info-swiper-item:focus .ext_button,
.info-swiper-item:hover .ext_button {
    background: var(--color-8);
    transform: translate(0, -5px);
    color: var(--color-2);
}

.info-swiper-item > * + * {
    margin-left: 30px;
}

.info-swiper-item-action {
    font-size: 1.7rem;
}

.info-swiper-title {

    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
}

div.index-swiper-box {
    position: relative;
}

div.index-swiper-container {
    overflow: hidden;
    width: 100%;
}

div.swiper-slide-box-element {
    position: relative;
}


div.index-info-links-container {
    padding-right: 108px;
    padding-left: 51px;
}

div.index-info-links-container > * a {
    border-bottom: 1px solid #EFF2F8;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
    color: var(--color-5);
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
}

div.index-info-links-container > *:last-child a {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

div.index-info-links {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.80);
    width: 445px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

span.index-info-links {
    color: var(--color-1);
    width: 100%;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.09px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;

}

span.index-info-links svg {
    min-width: 7px;
    margin-left: 5px;
}

div.index-info-links-container > * a:hover span.index-info-links,
div.index-info-links-container > * a:focus span.index-info-links {
    color: var(--color-4);
}

span.index-info-links + p {
    margin-top: 1.1em;
}

div.contacts-search {
    display: flex;
    align-items: center;
    width: 100%;
}

* + div.contacts-search {
    padding-top: 21px;
}

div.contacts-search-form {
    width: 100%;
}

* + div.contacts-search-form {
    margin-left: 50px;
}

div.contacts-search-title {
    color: var(--color-5);
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
}

div.contacts-search-form form {
    display: flex;
    width: 100%;
}

div.contacts-search-form input {
    width: 100%;
    height: 45px;
    border-radius: 6px;
    background: #EFF2F8;
    border: none;
    padding: 5px 20px;
}

.contacts-search-form button {
    margin-left: 16px;
    border: none;
    height: 45px;

}


* + div.contacts-list-top {
    margin-top: 55px;
}

div.contacts-list-top {
    margin-bottom: -20px;
}

div.contacts-list-top > * {
    margin-bottom: 20px;
}


.contacts-list-item-top {
    border-radius: 6px;
    background: #FAFCFF;
}

.contacts-list-item-top > .contacts-list-head {

    padding: 35px 54px;
}


* + div.contacts-list {
    margin-top: 55px;
}

.contacts-list-item-top * + div.contacts-list {
    margin-top: 0;
}

div.contacts-list {
    margin-bottom: -20px;
}

div.contacts-list > * {
    margin-bottom: 20px;
}

.contacts-list-item {
    border-radius: 6px;
    background: #FAFCFF;
    padding: 35px 54px;
}

.contacts-list-head {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.contacts-list-head .title {
    font-size: 2rem;
    color: var(--color-5);
}
.contacts-list-head .title:hover {
    color: var(--color-4);
}

.contacts-list-body table td.title a{
    color: var(--color-5);
}
.contacts-list-body table td.title a:hover{
    color: var(--color-4);
}
.contacts-list-head .title-info {
    font-size: 1.5rem;
    color: var(--color-9);
}

* + .contacts-list-body {
    margin-top: 30px;
}

.contacts-list-body table {
    width: 100%;
}

.contacts-list-body table td {
    padding: 11px;
    vertical-align: top;
}

.contacts-list-body table td:first-child {
    padding-left: 0;
}

.contacts-list-body table td:last-child {
    text-align: right;
}

.contacts-list-body table td.name {
    padding-left: 0;
    font-size: 1.8rem;

}


.contacts-list-body table a {
    color: var(--color-4);
}

.contacts-list-body table a:focus,
.contacts-list-body table a:hover {
    color: var(--color-1);
}
.contacts-list-body table{
    border-collapse:collapse;
}
section.image-links-section {

}

div.image-links-container {
    display: flex;
    justify-content: center;
    --gutter: 10px;
    margin-bottom: -25px;
}

div.image-links-container > * {
    padding-bottom: 25px;
}

.image-links-item {
    position: relative;
}
.image-links-item.no-image{
    background: #025cc4;
    display: block;
    border-radius: 7px;
    height: 100%;
    display: flex;
    align-items: center;
}

.image-links-item.no-image:hover .image-links-descr ,
.image-links-item.no-image:focus .image-links-descr {
    text-decoration: underline;
}
.image-links-photo {
    position: relative;
    border-radius: 7px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.image-links-photo:before {
    border-radius: 7px;
    background: rgba(0, 0, 0, 0.26);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    z-index: 1;
}

.image-links-photo img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 7px;

}

.image-links-descr {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: #FFF;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 16px 24px;
    min-height: 72px;
    align-items: center;
    z-index: 1;
    width: 100%;
}

.image-links-item.no-image .image-links-descr{
    position: static;
}
.image-links-item:focus .image-links-photo,
.image-links-item:hover .image-links-photo {
    transform: scale(.98);
}

section.links-selector {
    padding-top: 27px;
    padding-bottom: 30px;
}

section.add-info-section {
    padding-top: 34px;
    padding-bottom: 30px;
}

section.image-links-section {
    padding-top: 30px;
    padding-bottom: 125px;
}

div.index-swiper .swiper-slide .photo {
    width: 100%;
    height: calc(100vh - 162px);
    display: block;
    object-fit: cover;
    min-height: 545px;
}

div.index-swiper div.swiper-slide-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    background: rgba(6, 26, 58, 0.36);
    color: var(--color-2);
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 90px 50px 50px 97px;
}

div.index-swiper div.swiper-slide-content .cont {
    max-width: 595px;
}

div.index-swiper div.swiper-slide-content h1 {
    margin: 0;
    font-size: 5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 108.8%;
    letter-spacing: -0.25px;
    margin-bottom: 30px;
}

div.index-swiper div.swiper-slide-content .action {
    margin-top: 33px;
    font-size: 1.7rem;
}

section.gallery-section {
    padding-top: 30px;
    padding-bottom: 98px;
}

div.gallery-container {
    padding-top: 15px;
}

div.gallery-container .swiper-container {
    overflow: hidden;
}

div.gallery-container .swiper-container img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.gallery-container .swiper-container img:focus,
div.gallery-container .swiper-container img:hover {
    transform: scale(0.95);
}

div.questions-container {
    padding-top: 23px;
    font-size: 1.7rem;
}

div.questions-container + div.accorditions-block {
    padding-top: 30px;
}

div.questions-container + div.accorditions-block .accord-toggler {
    padding-left: 0;
}


div.path-container {
    position: relative;
    font-size: 1.3rem;
    font-weight: 400;
    color: var(--color-2);
    display: flex;
    justify-content: space-between;
}

div.path-container a {
    color: var(--color-2);
}

div.path-container a:focus,
div.path-container a:hover {
    color: var(--color-4);
}

ul.path {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}

ul.path > li {
    display: flex;
    height: 33px;
    align-items: center;
}

ul.path > li > a {
    display: flex;
    align-items: center;
    padding-right: 10px;
    position: relative;
}

ul.path > li > a:after {
    content: '/';
    position: absolute;
    right: 3px;
    top: 50%;
    margin-top: -0.7em;
    color: var(--color-2);
}

.float-left {
    float: left;
    display: block;
    border-radius: 5px;
    margin-right: 55px;
    margin-top: -14px;
}

.page-module:after {
    clear: both;
    content: '';
    display: block;
}

* + div.mayor-container {
    margin-top: 33px;
}

div.mayor-container {
    background: var(--color-1);
    color: var(--color-2);
    padding: 58px;
    display: flex;
    position: relative;
    padding-right: 400px;
    padding-bottom: 63px;
}

div.mayor-container:before {
    position: absolute;
    left: 100%;
    right: -100vw;
    top: 0;
    bottom: 0;
    background: var(--color-1);
    content: '';
}

.pre-title {
    font-size: 1.5rem;
    margin-bottom: 16px;
}

.mayor-title {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 28px;
}

.mayor-text-box {
    font-size: 1.4rem;
    margin-bottom: 36px;
}

.mayor_link {
    display: inline-flex;
    font-size: 1.5rem;
    align-items: center;
    color: var(--color-2);
    position: relative;
}

.mayor_link:after {
    content: '';
    background-image: url(../images/icons/svg/ico-22.svg);
    width: 5px;
    height: 10px;
    margin-left: 10px;
}

.mayor_link:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 1px;
    background: var(--color-2);
    content: '';
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    width: 0;
}

.mayor_link + .mayor_link {
    margin-top: 8px;
}

.mayor_link + br + .mayor_link {
    margin-top: 8px;
}

.mayor_link:focus,
.mayor_link:hover {

    color: var(--color-2);
}

.mayor_link:focus:before,
.mayor_link:hover:before {
    width: 100%;
}

.mayor-text {

}

.mayor-photo {
    min-width: 326px;
    width: 326px;
    position: absolute;
    top: -12px;
    right: 0;
}

.mayor-photo img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}

.mayor-quote {
    width: 658px;
    height: 86px;
    position: absolute;
    background: #E8EDF5;
    border-radius: 5px;
    padding: 6px 31px 19px 50px;
    bottom: -37px;
    right: 65px;
    font-size: 1.6rem;
    color: var(--color-5);
    display: flex;
    align-items: flex-end;
    line-height: normal;
}

.mayor-quote img {
    width: 25px;
    display: block;
    margin-right: 7px;
    position: absolute;
    left: 19px;
    top: 20px;
}

* + div.info-blocks-container {
    margin-top: 123px;
}

div.info-blocks-container {
    margin-bottom: -14px;
}

div.info-blocks-container > * {
    margin-bottom: 14px;
}

div.info-blocks-item {
    background: var(--color-6);
    text-align: center;
    min-height: 136px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 37px;
    border-radius: 5px;
    position: relative;
    height: 100%;
    z-index: 1;
}

div.info-blocks-item:before {
    position: absolute;
    right: 10px;
    top: 4px;
    background-image: url("../images/misc/dec-3.svg");
    width: 153.755px;
    height: 129px;
    content: '';
    z-index: -1;
}

div.info-blocks-item h2 {
    color: var(--color-5);
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}

div.info-blocks-item h2 + p {
    margin: 0;
    font-size: 1.5rem;
    line-height: 107.3%;
}

div.info-blocks-item b {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 107.3%;
}

* + div.z-container {
    margin-top: 60px;
}

div.z-container {
    margin-bottom: -50px;
}

div.z-container > * {
    display: flex;
    padding-bottom: 50px;
}

div.z-container > *:nth-child(even) {
    flex-direction: row-reverse;
}

div.z-text {
    margin-left: 55px;
    display: flex;
    align-items: center;
}

div.z-container > *:nth-child(even) div.z-text {
    margin-left: 0;
    margin-right: 55px;
}

div.z-photo img {
    display: block;
    height: auto;
    border-radius: 5px;
}

* + .downloads-container-box {
    padding-top: 70px;
}

div.downloads-container-box {

}

div.downloads-container {
    display: flex;
    margin: 0 -10px -25px;
    flex-wrap: wrap;
}

div.downloads-container > a {
    margin: 0 10px 25px;
}

* + div.accorditions-block {
    padding-top: 45px;
}

div.accorditions-block > div {
    border-bottom: 1px solid #E8EDF5
}

div.accorditions-block > div:after {
    content: "";
    clear: both;
    display: block;
}

div.accorditions-block > div:first-child {
    margin: 0;
}

div.accorditions-block .accord-toggler {
    display: flex;
    justify-content: space-between;
    text-decoration: none !important;
    padding: 1.4em 105px 1.4em 16px;
    font-size: 2rem;
    color: var(--color-5);
    line-height: 1.1;
    position: relative;
    cursor: pointer;
}

div.accorditions-block .accord-toggler > span {
    position: relative;
}

div.accorditions-block .accord-toggler > span:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 1px;
    content: '';
    background: var(--color-5);
    width: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.accorditions-block .accord-toggler:after {
    color: var(--color-4);
    font-family: "Font Awesome 5 Pro";
    content: '\f067';
    position: absolute;
    font-weight: 100;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    font-size: 1rem;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.accorditions-block .accord-toggler.opened:after {
    content: '\f068';
}


div.accorditions-block .accord-toggler:focus > span:before,
div.accorditions-block .accord-toggler:hover > span:before {
    width: 100%;
}

div.accorditions-block .accord {
    display: none;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.accorditions-block .accord-toggler.opened + .accord {
    display: block;
}

div.accorditions-block .accord-toggler.opened > span:before {
    width: 100%;
}

div.accorditions-block .accord > div {
    padding: 9px 95px 50px 35px;
    line-height: 22px;
    font-size: 1.6rem;
}

div.header-elements {
    display: flex;
    position: relative;
    margin: 0 -9px;
    color: var(--color-5);
    font-size: 1.3rem;
    align-items: center;
    min-height: 45px;
    padding-top: 15px;
    justify-content: flex-end;
}

div.header-elements > * {
    display: flex;
    padding: 0 9px;
}

.pre-header {
    background: var(--color-10);
    min-height: 30px;
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.pre-header-info {
    text-align: center;

    color: var(--color-2);
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.pre-header-info a {
    color: var(--color-2);
}

.pre-header-info a:hover {
    text-decoration: underline
}

section.footer-colls-section {
    background: var(--color-10);
    color: var(--color-2);
    line-height: normal;
    font-weight: 300;
    font-size: 1.3rem;
    position: relative;
    padding-top: 86px;
    z-index: 1;
    padding-bottom: 80px;
}

section.footer-colls-section:before {
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/misc/dec-1.svg);
    width: 300px;
    height: 482px;
    content: '';
    z-index: -1;
}

div.footer-logo {
    margin-top: -30px;
    padding-bottom: 19px;
}

div.footer-logo img {
    display: block;
}

div.footer-colls {
    display: flex;
    margin: -30px -15px 0;
}

div.footer-colls > div {
    margin-top: 30px;
    padding: 0 15px;
    flex: 1 1 100%;
}


div.footer-colls h4 {
    color: var(--color-2);
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 0.9em;
}

div.footer-colls ul:not(.socials) {
    list-style: none;
    padding: 0;
    margin: 0 0 -10px;
}

div.footer-colls ul:not(.socials) > li > a {
    margin-bottom: 10px;
    display: block;
}

div.footer-colls a {
    color: var(--color-2);
    font-size: 1.5rem;
    font-weight: 400;
}

div.footer-colls a:focus,
div.footer-colls a:hover {
    color: var(--color-4);
}

div.footer-contacts {
    margin-top: 16px;
    margin-bottom: 22px;
}

div.footer-contacts a {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

div.footer-contacts a img {
    margin-right: 13px;
}

div.footer-colls ul.socials {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 -10px;
    margin-top: 19px;
}

ul.socials li a {
    padding: 0 10px;
    display: block;
}

.subscription-footer {
    margin-top: 41px;
}

.subscription-title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 17px;
}

.subscription-form {

}

.subscription-form form {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);;
}

.subscription-form form input {
    color: var(--color-2);
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    background: transparent;
    border: none;
    width: 100%;
    padding: 7px 0;
}

.subscription-form form input::placeholder {
    color: var(--color-2);
}

.subscription-form button {
    background: transparent;
    border: none;
}

.footer-action {
    margin-top: 21px;
    font-size: 1.7rem;
}

.footer-action a {
    width: 100%;
    justify-content: center;
}

section.page-top-photo-section:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: rgba(6, 26, 58, 0.30);
}

section.page-top-photo-section {
    display: flex;
    align-items: flex-end;
    background-position: center center;
    background-size: cover;
    position: relative;
    /*height: 121px;*/
    padding: 28px 0;
}

section.page-top-photo-section .container {
    position: relative;
    z-index: 2;
}

section.page-top-photo-section h1 {
    margin: 0;
    color: var(--color-2);
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 108.8%;
    letter-spacing: -0.175px;
}

section.content-colls-section {
    padding-top: 43px;
    padding-bottom: 40px;
}

div.content-colls {
    display: flex;
    margin: 0 -15px;
}

div.content-colls > * {
    padding: 0 15px;
}

aside {
    min-width: 272px;
    flex-basis: 272px;
}

div.mainbar {
    min-width: 1px;
    flex: auto;
}

nav.top-menu-container:before {
    background: var(--color-4);
    position: absolute;
    left: -100vw;
    right: -100vw;
    top: 0;
    bottom: 0;
    content: '';
    height: 45px;
}

nav.top-menu-container {
    position: relative;
    width: 100%;
}

ul.top-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 -2px;
    width: 100%;
}

ul.top-menu > li {
    position: relative;
    display: flex;
    width: 100%;
}

ul.top-menu > li > a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 10px 2px;
    height: 45px;
    line-height: 1.1;
    text-align: center;
    color: var(--color-2);
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 500;
}

ul.top-menu > li > a:focus,
ul.top-menu > li:hover > a,
ul.top-menu > li.selected > a {
    background: var(--color-1);
}

ul.top-menu > li:not(:last-child) > a:before {
    position: absolute;
    left: 100%;
    top: 50%;
    width: 1px;
    height: 22px;
    background: rgba(255, 255, 255, 0.53);
    content: '';
    margin-top: -11px;
}

nav.main-menu-container {
    display: flex;
    padding-left: 200px;
    padding-top: 5px;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 19px;
}

div.menu-action {
    font-size: 1.7rem;
}

* + div.menu-action {
    margin-left: 38px;
}

ul.main-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 -15px;
}

ul.main-menu > li {
    position: relative;
    display: flex;
}


ul.main-menu > li.has-submenu > a > span {
    position: relative;
    padding-right: 15px;
}

ul.main-menu > li.has-submenu > a > span:after {
    display: block;
    position: absolute;
    right: 0;
    top: 4px;
    content: '\f107';
    font-size: 1.3rem;
    font-weight: 100;
    font-family: "Font Awesome 5 Pro";
}

ul.main-menu > li > a {
    display: flex;
    align-items: flex-start;
    padding: 10px 15px;
    line-height: 1.1;
    text-align: center;
    color: var(--color-5);
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 500;
}

ul.main-menu > li > a:focus,
ul.main-menu > li:hover > a,
ul.main-menu > li.selected > a {
    color: var(--color-4);
}

ul.main-menu > li > ul {
    display: none;
}

div.content-menu-container {

}

ul.content-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.content-menu li {
    position: relative;
}

ul.content-menu li > span {
    display: flex;
    align-items: center;
}

ul.content-menu > li:first-child > span a {
    padding-top: 0.5em;
}

ul.content-menu li > span a {
    display: flex;
    padding: .5em 0;
    align-items: center;
    font-size: 1.6rem;
    color: var(--color-5);
}

ul.content-menu ul li > span a {
    display: flex;
    align-items: center;
    color: var(--color-5);
    font-size: 1.5rem;
    padding: 0.3em 3px 0.3em 12px;
    display: flex;
    align-items: center;
}

table[border="0"] th,
table[border="0"] td {
    border-color: transparent !important;
}

ul.content-menu ul ul li > span a {
    font-size: 1.2rem;
    padding-left: 20px;
    line-height: 1.3;
}

ul.content-menu li.has-submenu.selected > span i {
    transform: rotate(180deg);
}

ul.content-menu li > span i {
    font-weight: 500;
    margin-left: 4px;
    font-size: 1.4rem;
    cursor: pointer;
}

ul.content-menu li > a:focus,
ul.content-menu li:hover > a,
ul.content-menu li.selected > a {
    color: var(--color-4);
}

ul.content-menu li > span > a:focus,
ul.content-menu li:hover > span > a,
ul.content-menu li.selected > span > a {
    color: var(--color-4);
}

ul.content-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

ul.content-menu li.has-submenu.selected > ul {
    max-height: 1000px;
}

ul.content-menu ul > li > a {
    font-size: 1.5rem;
    padding: .3em 3px .3em 12px;
    display: flex;
    align-items: center;
    color: var(--color-5);
}

.opener-line {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    font-size: 1.4rem;
    line-height: 1.1;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.opener-line:hover {
    color: var(--color-4);
}

.opener-line.opened .opener{
    transform: rotate(180deg);
}
.hidden-table-box{
    display: none;
    text-align: left;
}
.hidden-table-box.opened{
    display: table-row;
}

.contacts-list-body table .hidden-table-box td{
    text-align: left;
}
/*!*INPUTS*!*/
div.langs-switcher {
    position: relative;
    z-index: 55;
    display: flex;
    align-self: center;
}

a.current-lang {
    display: flex;
    align-items: center;
    padding: 10px 0;
    line-height: 1.1;
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--color-5);
    position: relative;
}

a.current-lang .fa {
    margin-left: .3em;
}

ul.langs {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    background: var(--color-2);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 5px 0 rgba(255, 255, 255, .15);
}

ul.langs > li > a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    text-align: center;
    text-transform: uppercase;
    color: var(--color-5);
}

ul.langs > li > a:focus,
ul.langs > li:hover > a {
    color: var(--color-2);
    background: var(--color-4);
}

div.langs-switcher:focus-within ul.langs,
div.langs-switcher:hover ul.langs {
    opacity: 1;
    visibility: visible;
}

div.search-container {
    margin-right: 8px;
}

div.search-container form {
    width: 208px;
    display: flex;
    background: #fff;
    border-bottom: 1px solid #F5F5F5;
}

div.search-container input[type="text"] {
    padding: 7px 0;
    border: 0;
    width: 50px;
    flex: auto;
    color: var(--color-5);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

div.search-container input[type="text"]::placeholder {
    color: var(--color-5);
}

div.search-container button {
    border: 0;
    background: none;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*!*HEADERS*!*/

.custom-title-1 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1em;
}

div.titled-line {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 36px;
}

div.titled-line .action {
    display: flex;
    justify-content: flex-end;
    font-size: 1.7rem;
    margin-left: 30px;
}

div.swiper-controls {
    display: flex;
    gap: 25px;
}

div.swiper-controls > * {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    color: var(--color-5);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.swiper-controls > *:focus,
div.swiper-controls > *:hover {
    color: var(--color-4);
}

div.swiper-controls > *:after {
    content: none;
}

div.titled-line-links {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -20px;
    padding-top: 15px;
}

div.titled-line-links a {
    color: var(--color-7);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.04px;
    margin: 0 20px 20px;
}

div.titled-line-links a span {
    position: relative;
}

div.titled-line-links a span:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    content: '';
    height: 1px;
    background: var(--color-4);
    width: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.titled-line-links a.selected,
div.titled-line-links a:focus,
div.titled-line-links a:hover {
    color: var(--color-4);
}

div.titled-line-links a:focus span:before,
div.titled-line-links a:hover span:before {
    width: 100%;
}

/*!*BUTTONS*!*/

.ext_button {
    display: inline-flex;
    align-items: center;
    height: 2.65em;
    line-height: 1em;
    padding: 0 3.3em;
    position: relative;
    text-align: center;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    text-decoration: none !important;
}

.ext_button.narrow {
    padding: 0 2.6em;
    font-weight: 500;
}

.ext_button.blue-style {
    background: var(--color-4);
    color: var(--color-2);
    border-radius: 6px;

}
.buttonone,
#Button {
    background: var(--color-4);
    color: var(--color-2);
    border-radius: 6px;
    border: none;
    display: inline-flex;
    align-items: center;
    height: 2.65em;
    line-height: 1em;
    padding: 0 3.3em;
    position: relative;
    text-align: center;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    text-decoration: none !important;
}
.buttonone:focus,
.buttonone:hover,
#Button:hover,
#Button:focus {
    background: var(--color-8);
    transform: translate(0, -5px);
    color: var(--color-2);
}

.ext_button.blue-style:focus,
.ext_button.blue-style:hover {
    background: var(--color-8);
    transform: translate(0, -5px);
    color: var(--color-2);
}

.ext_button.white-style {
    background: transparent;
    border: 1px solid var(--color-2);
    color: var(--color-2);
    border-radius: 6px;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.ext_button.white-style:focus,
.ext_button.white-style:hover {
    background: var(--color-2);
    color: var(--color-4);
    transform: translate(0, -5px);
}

.ext_button.nuostatai {
    font-size: 9px;
    margin-top: 10px;
}

.ext_button.nuostatai2 {
    font-size: 9px;
    margin-left: 50px;
}

.small-link {
    font-size: 10px;
}

/*!*COLORS*!*/

.semi-black-color {
    color: var(--color-5);
}

.inn > div {
    margin-bottom: 30px;
}

div.inputs-container {
    margin: -24px -12px 0;
}

div.inputs-container > div {
    margin-top: 24px;
    padding: 0 12px !important;
}

div.inputs-container input[type="text"],
div.inputs-container input[type="email"] {
    border: 1px solid #cecece;
    background: #fff;
    width: 100%;
    font-size: 15px;
    color: #666;
    padding: 12px 20px;
    border-radius: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.inputs-container textarea {
    border: 1px solid #cecece;
    background: #fff;
    width: 100%;
    font-size: 15px;
    color: #666;
    padding: 12px 20px;
    border-radius: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    resize: vertical;
}

div.inputs-container input[type="text"]:focus,
div.inputs-container input[type="error"]:focus,
div.inputs-container textarea:focus {
    border-color: #6d6d6d;
}

div.inputs-container .error {
    border-color: #ce2a1e !important
}

div.inputs-container .action {
    font-size: 14px;
}

div#popup-content {
    max-width: 800px
}

.not-found {
    margin: 15px 0;
}

.news-content img {
    width: 100%;
    height: auto;
}

.image_r {
    float: right;
    margin: 10px 0 20px 20px;
}

.image_l{
    float: left;
    margin: 10px 20px 20px 0;
}
.created-when {
    font-size: 1.2rem;
    margin-top: 1em;
    text-align: right;
}

.errors {
    color: red;
}

.tabs-container > *:not(:first-child) {
    display: none;
}

.tabs-container .swiper-container {
    overflow: hidden;
}

.tabs-container .swiper-container .swiper-slide {
    height: auto;
}

.z-container + .vipcontacts-block ,
.vipcontacts-block + .vipcontacts-block {
    margin-top: 30px;
}

.vip-contacts-list {
    --gutter: 5px;
    margin-bottom: -10px;
}

.vip-contacts-list > * {
    margin-bottom: 10px;
}
.vip-contacts-list-photo img{
    display: block;
    height: auto;
}
.vip-contacts-list-item {
    border-radius: 4.921px;
    border: 1px solid #EFF2F8;
    background: #FFF;
    padding: 42px 22px;
    position: relative;
    height: 100%;
}

.vip-contacts-list-item:before {
    position: absolute;
    right: 33px;
    top: 40px;
    background-image: url(../images/misc/dec-4.svg);
    width: 149px;
    height: 130px;
    content: '';
}

.vip-contacts-list-head {
    display: flex;
}

* + .vip-contacts-list-info {
    margin-left: 18px;
}

.vip-contacts-list-name {
    color: var(--color-1);
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 11px;
}

.vip-contacts-list-title {
    font-size: 1.5rem;
    color: var(--color-1);
    line-height: normal;
    margin-bottom: 3px;
}

.vip-contacts-list-contacts {

}

.vip-contacts-list-contacts a {
    display: flex;
    align-items: center;
    color: var(--color-1);
}

.vip-contacts-list-contacts a:focus,
.vip-contacts-list-contacts a:hover {
    color: var(--color-4);
}

.vip-contacts-list-contacts img {
    margin-right: 8px;
}

* + .vip-contacts-list-body {
    padding-top: 22px;
}

.vip-contacts-list-body {
    font-size: 1.4rem;
    line-height: 1.2;
}

* + .vip-contacts-list-link {
    padding-top: 17px;
}

.vip-contacts-list-link {
    display: flex;
    align-items: center;
}

.vip-contacts-list-link a {
    color: var(--color-1);
}

.vip-contacts-list-link a:focus,
.vip-contacts-list-link a:hover {
    color: var(--color-4);
}

.vip-contacts-list-link img {
    margin-left: 6px;
}

/* XS */
@media (max-width: 767px) {
    .image_r {
        float: none;
    }

    .vip-contacts-list-item {
        padding: 15px;
    }

    .vip-contacts-list-head {
        display: block;
    }

    * + .vip-contacts-list-info {
        margin-left: 0;
        margin-top: 30px;
    }

    div.news-inside-info-box a.photo-block {
        padding: 0 0 30px 0;
    }

    .news-inside-info-box img {
        width: 100%;
        height: auto;
        display: block;
    }

    .good-to-know-section .swiper-controls {
        display: none;
    }

    header {
        height: 70px;
        -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 0 7px 0 rgba(0, 0, 0, .15);
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        background: #fff;
    }

    div.mob_nav_container div.mob-nav-top-line {
        background: var(--color-4);
        color: #fff;
    }

    a.logo {
        left: 15px;
        top: 0;
        width: 100px;
    }

    div.header-content {
        display: none;
    }

    ul.top-menu {
        display: block;
        margin: 0;
    }

    ul.top-menu > li {
        display: block;
    }

    ul.top-menu > li > a {
        display: block;
        position: relative;
        padding: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        text-align: left;
        color: var(--color-5);
        font-size: 1.4rem;
    }

    ul.top-menu > li:hover > a,
    ul.top-menu > li.selected > a {
        color: var(--color-2);
    }

    ul.main-menu {
        display: block;
        margin: 0;
    }

    ul.main-menu > li {
        display: block;
    }

    ul.main-menu > li > a {
        display: block;
        position: relative;
        padding: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        text-align: left;
    }

    ul.main-menu > li.has-submenu > a {
        padding-right: 45px;
    }

    ul.main-menu > li > a:focus,
    ul.main-menu > li:hover > a,
    ul.main-menu > li.selected > a {
        background: #fff;
    }

    ul.main-menu > li > a .fa {
        position: absolute;
        right: 10px;
        top: 10px;
        bottom: 10px;
        width: 30px;
        background: #fff;
        color: #000 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }

    ul.main-menu > li.selected > a .fa:before {
        content: '\f068';
    }

    ul.main-menu > li.selected > ul {
        max-height: 1600px;
    }

    ul.main-menu > li > ul {
        position: static;
        opacity: 1;
        visibility: visible;
        background: #fff;
        overflow: hidden;
        max-height: 0;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    ul.main-menu > li > ul > li:last-child > a {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    ul.main-menu > li > ul > li > a {
        white-space: normal;
        padding: .5em 2em;
        display: flex;
        align-items: center;
        font-size: 1.4rem;
    }

    ul.main-menu > li.has-submenu > a > span:after {
        display: none;
    }

    div.index-swiper {
        height: 100vw;
    }

    div.index-swiper .swiper-slide .photo {
        height: 100vw;
        object-fit: cover;
        min-height: 100vw;
        max-height: 100vw;
    }

    div.index-swiper div.swiper-slide-content {
        padding: 30px 15px;
        text-align: center;
        font-size: 1.6rem;
    }

    div.index-swiper div.swiper-slide-content h1 {
        font-size: 3rem;
    }

    div.index-swiper div.swiper-slide-content h1 br {
        display: none;
    }

    div.index-swiper-container .swiper-pagination {
        display: none;
    }

    .mobile-menu-toggler {
        display: flex !important;
        padding: 15px 45px 15px 15px;
        position: relative;
        justify-content: space-between;
        align-items: center;
        text-transform: uppercase;
        color: #000;
        font-weight: 500;
        background: transparent;
        border: none;
        width: 100%;
        text-align: left;
    }

    .mobile-menu-toggler .fa {
        font-size: 18px;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        position: absolute;
        right: 0;
        top: 10px;
        bottom: 10px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-left: 1px solid rgba(0, 0, 0, 0.1);

    }

    .mobile-menu-toggler.opened .fa:before {
        content: '\f068';
    }

    div.content-menu-container {
        margin: -30px -15px 25px;
    }

    ul.content-menu {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    ul.content-menu.opened {
        max-height: 1500px;
    }

    ul.content-menu > li:first-child > a {
        border-top: 1px solid rgba(0, 0, 0, .1);
    }

    .image_r {
        float: none;
        margin: 0 0 20px 0;
    }

    .image_l {
        float: none;
        margin: 0 0 20px 0;
    }
    footer {
        margin: 0;
        height: auto;
        padding: 15px;
        background: var(--color-4);
    }

    div.footer-content {
        display: block;
        text-align: center;
    }

    div.footer-content a:focus,
    div.footer-content a:hover {
        color: var(--color-2);
        text-decoration: underline;
    }

    div.search-container {
        position: static;
        opacity: 1;
        visibility: visible;
        width: 100%;
    }

    div.search-container form {
        width: 100%;
        height: 40px;
    }

    div.search-container input[type="text"] {
        padding: 5px 15px;
    }

    .custom-title-1 {
        font-size: 30px;
        text-align: center;
    }

    div.fancy-blocks-container {
        margin: 0 15px;
    }

    div.fancy-blocks-item {
        min-height: 50px;
    }

    div.footer-colls {
        flex-direction: column;
        text-align: center;
    }

    section.path-container-section + section {
        padding-top: 30px;
    }

    div.content-colls {
        flex-direction: column;
    }

    aside {
        flex-basis: auto;
        min-width: auto;
    }

    section.page-top-photo-section {
        padding: 30px 15px;
        text-align: center;
        height: auto;
    }

    section.page-top-photo-section h1 {
        font-size: 3rem;
    }

    div.path-container {
        display: none;
    }

    .pre-header {
        margin-top: 70px;
    }

    .pre-header + * + header.mob-position-fixed + div,
    .pre-header + * + header.mob-position-fixed + main {
        margin-top: 0;
    }

    section.content-colls-section,
    section.links-selector,
    section.add-info-section,
    section.image-links-section {
        padding: 30px 0;
    }

    .icons-linked-item {
        font-size: 1.6rem;
    }

    section.links-selector {
        --gutter: 4px;
    }

    div.icons-linked-list {
        margin-bottom: -8px;
    }

    div.icons-linked-list > * {
        margin-bottom: 8px;
    }

    section.image-links-section {

    }

    div.image-links-container {
        --gutter: 4px;
        margin-bottom: -8px;
    }

    div.image-links-container > * {
        padding-bottom: 8px;
    }

    div.footer-logo {
        margin: 0;
    }

    div.footer-logo img {
        margin: 0 auto;
    }

    div.footer-contacts a {
        justify-content: center;
    }

    div.footer-colls ul.socials {
        justify-content: center;
    }

    section.footer-colls-section {
        padding: 30px 0;
    }

    .subscription-footer {
        margin-top: 30px;
    }

    .icons-linked-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }

    * + .icons-linked-title {
        margin-left: 0;
        margin-top: 10px;
        font-size: 1.4rem;
    }

    .image-links-descr {
        font-size: 1.6rem;
        padding: 10px;
        min-height: auto;
    }

    ul.main-menu > li.has-submenu > a:after {
        display: none;
    }

    ul.main-menu > li > a {
        font-size: 1.6rem;
    }

    .contacts-list-head {
        display: block;
    }

    .contacts-list-head .title {
        margin-bottom: 10px;
    }

    ul.content-menu li > span {
        padding: 0 10px;
    }

    ul.content-menu ul > li > a {
        padding-left: 20px;
    }

    div.contacts-search {
        flex-direction: column;
        align-items: flex-start;
    }

    div.contacts-search-title {
        font-size: 1.8rem;
    }

    * + div.contacts-search-form {
        margin-left: 0;
        margin-top: 15px;
    }

    div.contacts-search-form form {
        flex-direction: column;
    }

    .contacts-search-form button {
        margin-left: 0;
        margin-top: 15px;
        justify-content: center;
    }

    * + div.contacts-list {
        margin-top: 30px;
    }

    .contacts-list-item {
        padding: 15px;
        font-size: 1.4rem;
    }

    .contacts-list-body table td.name {
        font-size: 1.6rem;
    }

    .contacts-list-head .title {
        font-size: 1.6rem;
    }

    div.accorditions-block .accord-toggler {
        font-size: 1.8rem;
        padding: 1em 3em 1em 1em;
        flex-direction: column;
        align-items: flex-start;
    }

    div.accorditions-block .accord-toggler > span.date {
        font-size: 1.2rem;
        margin-top: 4px;
    }

    div.accorditions-block .accord > div {
        padding: 1em;
    }

    section.news-section {
        padding: 30px 0;
    }

    div.titled-line {
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }

    div.swiper-controls {
        margin-top: 10px;
    }

    div.menu-action {
        margin: 0;
        font-size: 1.6rem;
    }

    div.menu-action > * {
        width: 100%;
        justify-content: center;
        border-radius: 0 !important;
    }

    .float-left {
        float: none;
        width: 100%;
        height: auto;
        display: block;
        margin-right: 0;
        margin-bottom: 30px;
    }

    div.mayor-container {
        padding: 1em;
        display: block;
    }

    .mayor-quote {
        position: relative;
        width: auto;
        height: auto;
        bottom: auto;
        right: auto;
        margin-top: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 50px;
    }

    .mayor-photo {
        width: 100%;
        position: static;
        min-width: auto;
        margin-top: 30px;
    }

    * + div.info-blocks-container {
        margin-top: 30px;
    }

    * + div.z-container {
        margin-top: 30px;
    }

    div.z-container > * {
        display: block;
    }

    div.z-text {
        margin-left: 0;
        margin-top: 30px;
    }

    div.z-photo img {
        width: 100%;
    }

    div.z-container > *:nth-child(even) div.z-text {
        margin-right: 0;
    }

    * + .downloads-container-box {
        padding-top: 30px;
    }

    section.gallery-section {
        padding-bottom: 30px;
    }

    div.downloads-container > a {
        flex: 1 1 calc(50% - 10px);
        justify-content: center;
        margin: 0 5px 10px;
    }

    div.z-container > * {
        padding-bottom: 30px;
    }

    div.info-blocks-item h2 {
        font-size: 2.5rem;
    }

    div.info-blocks-item b {
        font-size: 1.6rem;
    }

    div.info-blocks-item {
        padding: 1em;
    }

    .mayor-title {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }

    .pre-title {
        font-size: 1.4rem;
    }

    .mayor-text {
        font-size: 1.4rem;
    }

    .mayor-link a {
        font-size: 1.4rem;
    }

    div.index-swiper-box {
        display: block;
    }

    div.index-info-links {
        min-width: auto;
        padding: 30px 0;
    }

    div.index-info-links-container {
        padding: 0 15px;
    }

    span.index-info-links {
        font-size: 1.6rem;
    }

    div.index-info-links-container > * a {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    section.info-swiper-section {
        padding: 30px 0;
    }

    .info-swiper-item {
        display: block;
    }

    .info-swiper-item > * + * {
        margin-left: 0;
        margin-top: 15px;
    }

    .info-swiper-item .ext_button {
        width: 100%;
        justify-content: center;
    }

    .info-swiper-title {
        text-align: center;
        font-size: 2.5rem;
    }

    div.info-swiper-container .swiper-button-prev {
        left: 0;
    }

    div.info-swiper-container .swiper-button-next {
        right: 0;
    }

    section.tabs-container {
        padding: 30px 0;
    }

    ul.tabs-head {
        display: block;
    }

    ul.tabs-head > li + li {
        margin-top: 5px;
    }

    section.big-images-section {
        padding: 30px 0;
    }

    * + div.tabs-container {
        margin-top: 30px;
    }

    ul.tabs-head > li > a {
        width: 100%;
        margin: 0;
    }

    div.titled-line .action {
        margin-left: 0;
        margin-top: 30px;
    }

    .ui-datepicker-calendar {
        width: 100%;
    }


    div.news-container {
        margin-bottom: -3px;
        --gutter: 6px;
    }

    .news-box-element {
        margin-left: 5px;
        margin-right: 5px;
    }

    div.footer-colls a.report-problem {
        justify-content: center;
    }

    div.index-info-links {
        position: static;
        width: auto;
    }

    .news-title {
        font-size: 1.4rem;
        line-height: 1.3;
    }

    .ui-datepicker-calendar a {
        color: var(--color-5);
        text-decoration: underline;
    }

    .ui-datepicker-calendar .ui-datepicker-today.ui-datepicker-current-day a {
        color: var(--color-4);
    }

    .ui-datepicker-calendar tr th,
    .ui-datepicker-calendar tr td {
        text-align: center;
        border: 1px solid #EFF2F8;
        color: var(--color-5);
        font-weight: 400;
        padding: .3em;
    }

    .events-date-calendar {
        padding: 10px;
        border-radius: 6px;
        border: 1px solid #EFF2F8;;
    }

    .ui-datepicker-current-day,
    .event_day.ui-datepicker-current-day {
        background: var(--color-2);
        color: var(--color-4) !important;
    }

    .event_day.ui-datepicker-current-day a {
        color: var(--color-4) !important;
    }

    .events-date-calendar .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
        color: var(--color-5);
        font-size: 2rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        border: none;
        text-transform: lowercase;
        background: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .events-date-calendar .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year .ui-datepicker-month {
        text-transform: lowercase;
    }

    .ui-datepicker-title {
        color: var(--color-5);
        text-align: center;
        margin-bottom: 10px;
    }

    .events-date-calendar .ui-datepicker-header .ui-datepicker-prev {
        position: absolute;
        left: 25px;
        width: 30px;
        height: 30px;
        background: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        cursor: pointer;
    }

    .events-date-calendar .ui-datepicker-header .ui-datepicker-next {
        position: absolute;
        right: 25px;
        width: 30px;
        height: 30px;
        background: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        cursor: pointer;

    }

    .events-date-calendar .ui-datepicker-header .ui-datepicker-next:before {
        width: 7px;
        height: 13px;
        background-image: url(../images/icons/svg/ico-20.svg);
        content: '';
        display: block;
    }

    .events-date-calendar .ui-datepicker-header .ui-datepicker-prev:before {
        width: 7px;
        height: 13px;
        background-image: url(../images/icons/svg/ico-21.svg);
        content: '';
        display: block;
    }

    .events-date-calendar .ui-datepicker-header .ui-datepicker-prev span,
    .events-date-calendar .ui-datepicker-header .ui-datepicker-next span {
        display: none;
    }

    .events-item {
        padding: 1em;
        flex-direction: column;
        align-items: flex-start;
        min-height: auto;
    }

    * + .events-info-container {
        margin-left: 0;
        margin-top: 15px;
    }

    .events-info-title {
        width: 60px;
        min-width: 60px;
    }

    .events-descr {
        padding-right: 0;
    }

    .events-date {
        font-size: 2rem;
    }

    .events-title {
        font-size: 1.6rem;
    }

    section.event-section {
        padding: 30px 0;
    }

    section.good-to-know-section {
        padding: 30px 0;
    }

    .good-to-know-container {
        padding-top: 0;
    }

    .contacts-list-body table tr {
        display: flex;
        flex-direction: column;
    }

    .contacts-list-body table tr + tr {
        margin-top: 30px;
    }

    .contacts-list-body table td,
    .contacts-list-body table td.name {
        padding: 0;
        text-align: left;
    }

    .contacts-list-item-top > .contacts-list-head {
        padding: 10px;
    }

    .contacts-list-body table td:last-child {
        text-align: left;
    }

    * + .contacts-list-body {
        margin-top: 10px;
    }
}

/* SM */
@media /*(min-width: 568px) and */
(max-width: 767px) {

}

/* */
@media (min-width: 768px) {
    .contacts-list-body table td.name{
        width: 30%;
        min-width: 250px;
    }

    .contacts-list-body table td.title {
        min-width: 370px;
        width: 30%;
    }
    .contacts-list-body table td.numbers a{
  display: block;
    }
    section.page-top-photo-section {
        min-height: 121px;
    }

    .events-date-calendar {
        position: relative;
        margin-top: -5px;
    }

    .events-date-calendar .special-table {
        overflow: hidden;
    }

    .events-date-calendar .ui-datepicker-calendar {
        width: 100%;
    }

    .events-date-calendar .ui-datepicker-calendar thead {
        display: none;
    }

    .events-date-calendar .ui-datepicker-calendar tbody {
        display: flex;
        width: 100%;
        border-top: 1px solid #EFF2F8;
        border-bottom: 1px solid #EFF2F8;
        padding: 10px 0;
        overflow: hidden;
    }

    .events-date-calendar .ui-datepicker-calendar tbody .ui-datepicker-other-month {
        display: none;
    }

    .events-date-calendar .ui-datepicker-calendar tbody .ui-state-default {
        color: var(--color-5);
        font-size: 2rem;
        font-style: normal;
        font-weight: 400;
        line-height: 48px;
        padding: 0 11px;
        width: 40px;
        display: flex;
        align-items: center;
    }

    .events-date-calendar .ui-datepicker-calendar tbody .ui-datepicker-today .ui-state-default {
        color: var(--color-4);
    }

    .events-date-calendar .ui-datepicker-calendar tbody .event_day .ui-state-default {
        font-size: 2.5rem;
        font-weight: 600;
    }

    .events-date-calendar .ui-datepicker-calendar tbody .event_day .ui-state-default:focus,
    .events-date-calendar .ui-datepicker-calendar tbody .event_day .ui-state-default:hover {
        color: var(--color-4);
    }

    .events-date-calendar .ui-datepicker-header {
        position: absolute;
        right: 0;
        bottom: calc(100% + 34px);
        display: flex;
        align-items: center;
    }

    .events-date-calendar .ui-datepicker-header .ui-datepicker-prev {
        position: absolute;
        left: 0;
        cursor: pointer;
    }

    .events-date-calendar .ui-datepicker-header .ui-datepicker-next {
        position: absolute;
        right: 0;
        cursor: pointer;
    }

    .events-date-calendar .ui-datepicker-header .ui-datepicker-next:before {
        width: 7px;
        height: 13px;
        background-image: url(../images/icons/svg/ico-20.svg);
        content: '';
        display: block;
    }

    .events-date-calendar .ui-datepicker-header .ui-datepicker-prev:before {
        width: 7px;
        height: 13px;
        background-image: url(../images/icons/svg/ico-21.svg);
        content: '';
        display: block;
    }

    .events-date-calendar .ui-datepicker-header .ui-datepicker-prev span,
    .events-date-calendar .ui-datepicker-header .ui-datepicker-next span {
        display: none;
    }

    .events-date-calendar .ui-datepicker-header .ui-datepicker-title {
        color: var(--color-4);
        font-size: 2rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        border: none;
        padding: 0 20px;
    }

    .events-date-calendar .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
        color: var(--color-4);
        font-size: 2rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        border: none;
        text-transform: lowercase;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .events-date-calendar .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year:after {
        content: ' m.';
    }

    .events-date-calendar .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year .ui-datepicker-month {
        text-transform: lowercase;
    }

}

/* MD */
@media (min-width: 768px) and (max-width: 1023px) {

    div.header-elements {
        padding: 10px 0;
        min-height: auto;
    }

    ul.main-menu {
        margin: 0 -10px;
    }

    ul.main-menu > li > a {
        padding: 10px;
    }

    .icons-linked-item {
        font-size: 1.6rem;
    }

    nav.top-menu-container {
        margin-right: 0;
    }

    nav.main-menu-container {
        flex-direction: column-reverse;
        align-items: flex-end;
        height: 78px;
        padding-left: 0;
        padding-top: 0;
    }

    a.logo {
        bottom: 78px;
        width: 100px;
    }

    * + div.menu-action {
        margin-left: 0;
    }

    div.menu-action {
        font-size: 1.4rem;
    }

    section.footer-colls-section {
        padding-top: 50px;
    }

    div.footer-colls {
        flex-wrap: wrap;
    }

    div.footer-colls > div {
        max-width: 50%;
    }

    div.footer-logo {
        margin-top: 0;
    }

    div.contacts-search {
        flex-direction: column;
        align-items: flex-start;
    }

    * + div.contacts-search-form {
        margin-left: 0;
        margin-top: 10px;
    }

    * + div.contacts-list {
        margin-top: 30px;
    }

    .contacts-list-item {
        padding: 30px;
    }

    .contacts-list-head {
        display: block;
    }

    .contacts-list-head .title {
        margin-bottom: 10px;
    }

    div.accorditions-block .accord-toggler {
        font-size: 1.8rem;
        padding: 1em 3em 1em 1em;
    }

    div.accorditions-block .accord-toggler > span.date {
        font-size: 1.4rem;
    }

    div.accorditions-block .accord > div {
        padding: 1em;
    }

    section.content-colls-section {
        padding: 50px 0;
    }

    .float-left {
        float: none;
        width: 100%;
        height: auto;
        display: block;
        margin-right: 0;
        margin-bottom: 30px;
    }

    div.mayor-container {
        padding: 1em;
        display: block;
    }

    .mayor-photo {
        position: static;
    }

    .mayor-quote {
        position: relative;
        width: auto;
        height: auto;
        bottom: auto;
        right: auto;
        margin-top: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 50px;
    }

    .mayor-photo {
        width: 100%;
        margin-top: 30px;
    }

    * + div.info-blocks-container {
        margin-top: 50px;
    }

    * + div.z-container {
        margin-top: 50px;
    }

    div.z-container > * {
        display: block;
    }

    div.z-text {
        margin-left: 0;
        margin-top: 30px;
    }

    div.z-photo img {
        width: 100%;
    }

    div.z-container > *:nth-child(even) div.z-text {
        margin-right: 0;
    }

    * + .downloads-container-box {
        padding-top: 50px;
    }

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

    div.index-info-links-container {
        padding: 30px;
    }


    span.index-info-links {
        font-size: 1.6rem;

    }

    div.index-info-links-container > * a {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    div.index-swiper div.swiper-slide-content h1 {
        font-size: 3.2rem;
    }

    div.index-swiper div.swiper-slide-content .cont {
        font-size: 1.6rem;
        max-width: 365px;
    }

    section.tabs-container {
        padding: 30px 0;
    }

    .events-date-calendar .ui-datepicker-calendar tbody .ui-state-default {
        width: 23px;
        font-size: 1.6rem;
        padding: 0 2px;
    }

    .events-date-calendar .ui-datepicker-calendar tbody .event_day .ui-state-default {
        font-size: 1.8rem;
    }

    div.index-swiper div.swiper-slide-content {
        padding-left: 50px;
    }

    ul.top-menu > li > a {
        font-size: 1.3rem;
    }

    div.menu-action {
        font-size: 1.5rem;
    }

    div.index-info-links {
        width: 325px;
    }

    .vip-contacts-list-head{
        flex-direction: column;
    }
    * + .vip-contacts-list-info {
        margin-left: 0;
        margin-top: 20px;
    }
}

/* LG */
@media (min-width: 1024px) and (max-width: 1279px) {
    div.menu-action {
        font-size: 1.5rem;
    }

    div.index-swiper div.swiper-slide-content .cont {
        max-width: 455px;
    }

    ul.main-menu {
        margin: 0 -10px;
    }

    ul.main-menu > li > a {
        padding: 10px;
        font-size: 1.4rem;
    }

    .icons-linked-item {
        font-size: 1.6rem;
    }

    .float-left {
        margin-right: 15px;
    }

    div.mayor-container {
        padding: 1em;
        padding-right: 400px;
        padding-bottom: 70px;
    }

    div.z-text {
        margin-left: 30px;
    }

    div.z-container > *:nth-child(even) div.z-text {
        margin-right: 30px;
    }

    div.index-swiper div.swiper-slide-content h1 {
        font-size: 3rem;
    }

    div.info-swiper-container .swiper-button-next {
        right: 0;
    }

    div.info-swiper-container .swiper-button-prev {
        left: 0;
    }

    .info-swiper-item {
        padding: 0;
        margin: 0 40px;
    }

    .events-date-calendar .ui-datepicker-calendar tbody .ui-state-default {
        width: 31px;
    }

    .vip-contacts-list-head{
        flex-direction: column;
    }

    * + .vip-contacts-list-info{
        margin-left: 0;
        margin-top: 20px;
    }
    .z-photo{
        max-width: 50%;
    }
    .z-photo img{
        width: 100%;
        height: auto;
        display: block;
    }
}

/* XL */
@media (min-width: 1280px) {


}

@media (min-width: 1310px) {
    .container {
        width: 1280px;
    }

    div.footer-colls > div:nth-child(1) {
        min-width: 380px;
    }

    /*div.footer-colls > div:nth-child(2) {*/
    /*    min-width: 333px;*/
    /*}*/
    div.footer-colls > div:nth-child(3) {
        min-width: 310px;
    }
}

/* PORTRAIT ORIENTATION*/
@media all and (orientation: portrait) {
}

/* LANDSCAPE ORIENTATION*/
@media all and (orientation: landscape) {
}


