@font-face {
  font-family: 'Cuprum';
  src: url('/fonts/Cuprum-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Cuprum';
  src: url('/fonts/Cuprum-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Cuprum';
  src: url('/fonts/Cuprum-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'PT Sans';
  src: url('/fonts/PTSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'PT Sans';
  src: url('/fonts/PTSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Cuprum", "Arial", "sans-serif";
  font-size: 17px;
  line-height: 18px;
  font-weight: 400;
  color: rgb(217, 217, 217);
  background-color: rgb(214, 197, 181);
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

img {
  max-width: 100%;
}

.button {
  padding: 10px 40px;
  font-size: 14px;
  color: rgb(255, 255, 255);
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
  background-color: rgb(59, 73, 51);
  border-radius: 30px;
  border-color: rgb(51, 64, 43);
  cursor: pointer;
}

.visually-hidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.visibility-hidden {
  visibility: hidden;
}

.button:hover {
  background-color: rgb(240, 150, 67);
}

.button:active {
  background-color: rgb(178, 34, 34);
}

.main-header {
  margin-bottom: 0;
  color: rgb(255, 255, 255);
  background-color: rgb(122, 99, 85);
}

.navi {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
-ms-flex-align: center;
align-items: center;
  text-transform: uppercase;
}

.mainlogomy {
  border-radius: 50%;
  margin-right: 2%;
  opacity: 0.7;
  cursor: pointer;
}

.myLogo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 25%;
  text-align: center;
  font-size: 23px;
}

.nav-toggle {
  display: none;
}

.header-top-container {
  width: 50%;
  text-align: center;
}

.header-list {
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 4px;
  margin-bottom: 11px;
  padding-left: 0;
}

.main-header a {
  padding-top: 13px;
  padding-bottom: 11px;
  color: rgb(255, 255, 255);
}

.buttsign {
  width: 25%;
  text-align: center;
}

.limark {
  padding-top: 10px;
}

.marks {
  position: relative;
  padding-left: 50px;
  padding-right: 10px;
}

.bookmarks::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 16px;
  top: 13px;
  left: 17px;
  background-image: url('../img/svg/icon-bookmark.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
  opacity: 0.3;
}

.about::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 18px;
  background-image: url('../img/svg/about.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
  opacity: 0.3;
}

.service::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  top: 13px;
  left: 18px;
  background-image: url('../img/svg/Scroll.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
  opacity: 0.3;
}

.artic::before {
  content: '';
  position: absolute;
  width: 19px;
  height: 19px;
  top: 10px;
  left: 15px;
  background-image: url('../img/svg/events.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
  opacity: 0.3;
}

.conts::before {
  content: '';
  position: absolute;
  width: 17px;
  height: 17px;
  top: 12px;
  left: 15px;
  background-image: url('../img/svg/conts.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
  opacity: 0.3;
}

.bookmarks:hover,
.marks:hover {
  background-color: rgb(194, 109, 37);
}

.bookmarks:active,
.marks:active {
  background-color: rgb(178, 34, 34);
  opacity: 0.5;
}

.bookmarks:hover::before,
.marks:hover::before {
  opacity: 1;
}

.bookmarks:active::before,
.marks:active::before {
  opacity: 0.5;
}

.header-list .limark a.check {
  background-color: rgb(194, 109, 37);
}

.sofi {
color: rgb(240, 150, 67);
}

.left-side {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 25%;
}

.evslide-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.near-event {
text-transform: uppercase;
text-align: center;
color: rgb(69, 69, 69);
}

.near-event a:hover {
  color: rgb(194, 109, 37);
}

.near-event a:hover,
.near-event a:active {
  border-bottom: 2px solid rgb(69,69,69);
}

.near-event a:active {
  color:rgb(178, 34, 34);
}

.event-img {
  width: 300px;
  height: 300px;
  border-radius: 5%;
}


.main-articles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.article-title {
  text-transform: uppercase;
  margin-bottom: 0;
}

.art-container {
  width: 200px;
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}

.article-select {
  display: none;
  position: absolute;
  bottom: 0;
  margin-bottom: 20px;
}

.artic-images {
  border-radius: 3%;
}

.liart-cont {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.art-name {
  text-transform: uppercase;
  text-align: center;
}

.article-select-list {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  margin-right: 10px;
  list-style: none;
}

.article-select-btn {
  margin-right: 10px;
}

.article-select-btn a {
  display: inline-block;
  font-size: 13px;
  font-family: "PTSans", Arial, sans-serif;
  color: rgb(0, 0, 0);
  padding-top: 8px;
  padding-bottom: 9px;
  padding-right: 15px;
  padding-left: 14px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(229, 229, 229);
  border-radius: 3px;
}

.article-select-btn a:hover {
  border: 1px solid rgb(189, 198, 202);
}

.btnnext a {
  padding-left: 31px;
  padding-right: 21px;
}

.article-select-btn a:active {
  border: 1px solid rgb(238, 54, 67);
}

.art-image {
  float: right;
}

.art-img {
border-radius: 2%;
cursor: pointer;
}

.article-text {
  float: none;
}

.article-quote {
  margin-bottom: 0;
}

.author {
  margin-top: 0;
  text-align: right;
}

.contacts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
          -ms-flex-align: center;
              align-items: center;
}

.contacts h2 {
  padding-bottom: 10px;
}

.contacts p {
  width: 210px;
  margin: 0;
  padding-bottom: 35px;
  font-size: 15px;
  line-height: 20px;
}

.contact-title {
  text-align: center;
}

.main-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.main {
  position: relative;
  width: 50%;
  height: 735px;
  overflow: auto;
  background-color: rgb(59, 55, 53);
  background-image: url('../img/Cab_s.png');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.contacts-main {
  min-height: 735px;
  height: auto;
  overflow: hidden;
}

.main-about {
  overflow: visible;
  height: auto;
}

.about-container {
  height: 377px;
  overflow: auto;
}

.main-info {
  padding-left: 10px;
  padding-right: 10px;
}

.main-title {
  text-align: center;
}

.event-cont {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 30px;
  width: 100%;
  min-height: 170px;
  background-color: rgba(240, 150, 67, 0.12);
  border: 1px solid rgb(217, 217, 217);
  box-shadow: 0 0 15px rgb(217, 217, 217);
  transition: transform 0.3s;
}

.event-cont:hover {
  transform: scale(1.015);
}

.event-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 10px;
  width: 25%;
}

.event-image {
  height: auto;
  border-radius: 2%;
}

.event-info {
  width: 70%;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
}

.event-info h3 {
  margin-bottom: 0;
  font-size: 15px;
  text-transform: uppercase;
}

.event-text {
  margin-top: 5px;
}

.event-date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-right: 10px;
  padding-left: 10px;
  border-left: 1px solid rgb(217, 217, 217);
}

.event-date h3 {
  margin-top: 0;
}

.slider-container {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

.mySlides {
  display: none;
  width: 100%;
  height: auto;
}

.slideButts-off {
  display: none;
}

.slider-img {
  height: 300px;
  object-fit:contain;
  cursor: pointer;
}

.cursor {
  cursor: pointer;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 75%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.prev {
  left: 6%;
}

.next {
  right: 6%;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(59, 73, 51, 0.8);
}

.enlarge {
  position: relative;
  z-index: 10;
  transform: scale(2);
  transition: transform 0.5s ease-in-out;
}

.slider-img:not(.enlarge) {
  transform: scale(1);
  transition: transform 0.5s ease;
}

.caption-container {
  text-align: center;
  background-color: rgb(34, 34, 34);
  padding: 2px 16px;
  color: rgb(255, 255, 255);
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 16.66%;
}

.demo {
  height: 50px;
  object-fit:contain;
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.right-side {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 25%;
}

.main-foto_container {
  max-width: 250px;
  cursor: pointer;
  position: relative;
}

.mfSlides {
    display: none;
}

.myFoto {
  object-fit: contain;
  border-radius: 5%;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: rgb(187, 187, 187);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: rgb(113, 113, 113);
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.modal-image {
    width: 40%;
}

.quotes-visible {
  display: none;
}

.quotes-container p {
  font-size: 22px;
  font-style: oblique;
  line-height: 30px;
  text-align: center;
  color: rgb(69,69,69);
}

.side-art {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: rgb(69,69,69);
  text-transform: uppercase;
}

.side-art a:hover {
  color: rgb(194, 109, 37);
}

.side-art a:hover,
.side-art a:active {
  border-bottom: 2px solid rgb(69,69,69);
}

.side-art a:active {
  color:rgb(178, 34, 34);
}

.arts {
  margin: 0 auto;
}

.liart {
  margin-top: 10px;
  font-size: 19px;
}

.map {
  position: relative;
  width: 95%;
  height: 330px;
  max-width: 600px;
  min-width: 200px;
  margin-top: 20px;
}

.map-window {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 4;
}
.map-image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.write-us {
  width: 35%;
  margin-top: 5px;
  padding: 10px 20px;
}

.chatbot-container {
  display: none;
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 80%;
  height: 360px;
  margin: auto;
  margin-top: 20px;
  background-color: rgb(217, 217, 217);
  color: rgb(69,69,69);
  border-radius: 10px;
  padding: 10px;
}

.instruction-link {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    text-decoration: none;
    cursor: pointer;
  }
  
.question-mark-path {
  fill: rgb(69,69,69);
}

.instruction-link:hover .question-mark-path {
  fill: rgb(194, 109, 37);
}

.instruction-link:active .question-mark-path {
  fill: rgb(178, 34, 34);
}

.chatbot-visible{
  display: -ms-flexbox;
  display: flex;
}

.chatbot-header {
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px;
}

#chatbot-conversation {
  height: 250px;
  overflow: auto;
}

.chatbot-message-container {
  margin-bottom: 10px;
}

.chatbot-message-user {
  max-width: 85%;
  word-break: break-word;
  background-color: rgb(255, 255, 255);
  padding: 10px;
  border-radius: 10px;
}

.chatbot-message-bot {
  max-width: 85%;
  word-break: break-word;
  background-color: rgb(214, 197, 181);
  padding: 10px;
  border-radius: 10px;
}

.chatbot-message-telegram {
  max-width: 85%;
  word-break: break-word;
  background-color: rgb(240, 150, 67);
  padding: 10px;
  border-radius: 10px;
}

.chatbot-input-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 10px;
}

#chatbot-input {
  -ms-flex: 1;
      flex: 1;
  padding: 10px;
  border-radius: 10px;
  border: none;
  margin-right: 10px;
}

#chatbot-submit {
  margin-top: 10px;
  background-color: rgb(76, 175, 80);
  color: rgb(255, 255, 255);
  padding: 10px 20px;
  border-radius: 10px;
  border: none;
}

#chatbot-submit:hover {
  background-color: rgb(240, 150, 67);
}

#chatbot-submit:active {
  background-color: rgb(178, 34, 34);
}

.chb-cont {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.chatbot-instruct {
  text-align: center;
}

.move-container {
  display: none;
}

.footer-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.footer-bottom-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.footer-bottom {
  background-color: rgb(122, 99, 85);
  padding-top: 35px;
  padding-bottom: 30px;
}

.back-button {
  display: none;
}

.copyright {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 25%;
  margin-left: 2%;
}

.social-btns ul {
  width: 50%;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.social-btns a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  vertical-align: middle;
  background-color: rgb(59, 73, 51);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}

.social-btn-vk {
  background-image: url('../img/svg/icon-vk.svg');
}

.social-btn-tg {
  background-image: url('../img/svg/icon-tg.svg');
}

.social-btn-wa {
  background-image: url('../img/svg/icon-wa.svg');
}

.social-btn-yt {
  background-image: url('../img/svg/icon-yt.svg');
}

.social-btns a:hover,
.social-btns a:active {
  background-color: rgb(240, 150, 67);
}

.footer-right {
  width: 25%;
}

.body-over {
  overflow: hidden;
}

.modwindow {
  display: none;
  height: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}

.mod-show {
  display: block;
  position: fixed;
  background-color: rgba(0,0,0,.6);
  background-size: cover;
  overflow-y: auto;
}

.modal-form {
  position: relative;
  width: 50%;
  margin: 10px auto;
  padding-top: 25px;
  font-size: 18px;
  color: rgb(69,69,69);
  background-color: rgb(255, 255, 255);
  border-top: 7px solid rgb(240, 150, 67);
  border-radius: 30px;
  box-shadow: 0 10px 40px 0 rgba(41, 52, 73, 0.9);
}

.modal-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-left: 15%;
}

.modal-head {
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}

.modal-info p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal-info label {
  padding-bottom: 13px;
}

.modal-input-text,
.modwindow input {
  width: 70%;
  padding-top: 10px;
  padding-right: 7%;
  padding-bottom: 10px;
  padding-left: 3%;
  font-family: 'PT Sans', Arial, sans-serif;
  font-size: 13px;
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(59, 73, 51);
  border-radius: 3px;
}

.message-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-left: 15%;
}

.modal-input-text {
  margin-top: 13px;
}

.modwindow input:hover {
  border: 2px solid rgb(181, 181, 181);
}

.modwindow input:focus,
.modal-input-text:focus {
  outline: none;
  border: 2px solid rgb(240, 150, 67);
}

.modal-input-text {
  height: 114px;
  padding-top: 13px;
  padding-left: 17px;
}

.modal-window-exit {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 21px;
  height: 21px;
  background-image: url('../img/svg/icon-close.svg');
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 120;
}

/*Анимация окошек*/
@keyframes bounce {
0% {transform: translateY(-2000px);}
70% {transform: translateY(30px);}
90% {transform: translateY(-10px);}
100% {transform: translateY(0);}
}

.mod-show {
  animation-name: bounce;
  animation-duration: 0.6s;
}

@keyframes shake {
  0%, 100% {transform: translateX(0);}
  10%, 30%, 50%, 70%, 90% {transform: translate(-10px);}
  20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.mod-error {
  animation-name: shake;
  animation-duration: 0.6s;
}

.connect {
  width: 70%;
  margin: 0 auto;
  padding: 0;
  border: none;
  border-bottom: 2px solid rgb(59, 73, 51);
}

.connect-list {
  list-style-type: none;
  padding: 0;
}

.connect-telephone {
  display: none;
}

.connect input,
.contract input {
  width: auto;
}

.form-butts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

input.modal-window-send,
.pseudo-butt {
  font-family: "Cuprum";
  font-size: 14px;
  width: 30%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 5%;
  border-radius: 30px;
  background-color: rgb(59, 73, 51);
  border-color: rgb(51, 64, 43);
  border: none;
}

input.modal-window-send:disabled {
background-color: rgb(50, 50, 50);
}

.contract {
  width: 70%;
  margin: auto;
  margin-top: 25px;
}

.contract-title {
  line-height: 30px;
}

.contract-link {
  text-decoration: underline;
}

.contract-link:hover {
  color: rgb(0, 0, 128);
}

.service-contract:hover {
  color: rgb(194, 109, 37);
}

.contract-link:active {
  color:rgb(178, 34, 34);
}

.sub-away {
  display: none;
}

.false-butt {
  display: none;
}

.modal-success {
  display: none;
  position: fixed;
  top: 100px;
  right: 0;
  left: 0;
  z-index: 100;
}

.success-show {
  display: block;
}

.modal-success-wrapper {
  margin: 0 auto;
  width: 35%;
  min-height: 325px;
  text-align: center;
  color: rgb(69,69,69);
  background-color: rgb(255, 255, 255);
  box-shadow: 0 5px 10px 0 rgb(212, 212, 212);
  border-radius: 30px;
}
.modal-success__upper-section {
  padding-top: 43px;
}
.modal-success-title {
  font-size: 18px;
}
.modal-success-text {
  margin: 0;
  padding-top: 22px;
  padding-right: 50px;
  padding-left: 50px;
  line-height: 25px;
}
.modal-succes__lower-section {
  margin-top: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgb(242, 242, 242);
}

@media (max-width: 1000px) {
.main-container {
    position: relative;
  }
  
.article-info {
  padding: 0;
}
  
.art-container {
  width: 150px;
}

.header-list .limark a.check {
  background-color: transparent;
  color: rgb(194, 109, 37);
}

.event-cont {
  height: 536px;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}

.event-cont:last-of-type {
  margin-bottom: 30px;
}

.event-left {
  width: auto;
  padding-left: 0;
}

.event-image {
  width: 70%;
}

.event-info h3 {
  text-align: center;
  margin-bottom: 10px;
}

.event-date {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-left: none;
}

.event-date h3 {
  margin-top: 19px;
  margin-right: 10px;
}

.event-date span {
  margin-right: 10px;
}

.right-side {
  position: relative;
  width: 50%;
}

.right-side-quotes {
  display: none;
}

.left-side {
  position: absolute;
  top: 38%;
  left: 50%;
  width: 50%;
  z-index: 2;
}

.liart-cont {
  display: none;
}

.arts {
  margin-top: 20px;
}

.colon {
  display: none;
}

.chatbot-container {
  position: sticky;
  top: 10%;
  right: 8%;
  max-width: 63%;
  height: 329px;
  z-index: 3;
}

.chatbot-input-container {
  margin-top: auto;
}

.chatbot-button {
  z-index: 1;
}

.enlarge {
  left: 70%;
}

.modal-success {
top: 25px;
}

.modal-success-wrapper {
  width: 44%;
}

}

@media (min-width: 530px) and (max-width: 710px) {
.sign {
  padding-left: 0;
  padding-right: 0;
}

.left-side {
  top: calc(34% + 35px);
}

}

@media (max-width: 530px) {
.navi {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.header-top-container {
  display: none;
  width: 100%;
  text-align: center;
}

.header-top-container_show {
  display: block;
}

.header-list {
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0;
  margin-bottom: 0;
}

.myLogo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  line-height: 40px;
  width: 100%;
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
}

.limark {
  font-size: 20px;
  box-shadow: inset 0 -1px 0 0 rgba(69,69,69, 0.5);
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 40px;
}

.limark:first-child {
  box-shadow: inset 0 -1px 0 0 rgba(69,69,69, 0.5), inset 0 4px 6px -3px rgba(0, 0, 0, 0.3);
}

.limark:last-child {
  box-shadow: inset 0 -4px 10px -3px rgba(0, 0, 0, 0.3);
}

.marks {
  padding-left: 0;
  margin-right: 0;
}

.marks::before {
  top: 15px;
  left: -40%;
}

.buttsign {
  display: none;
}

.nav-toggle {
  display: block;
  position: absolute;
  right: 5%;
  width: 23px;
  height: 23px;
  background-image: url("../img/svg/icon-menu.svg");
  background-size: 23px 23px;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.nav-toggle_open {
  position: absolute;
  right: 5%;
  width: 23px;
  height: 23px;
  background-image: url("../img/svg/icon-cross.svg");
  background-size: 23px 23px;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.service::before {
  top: 15px;
  left: -58%;
}

.artic::before {
  top: 11px;
  left: -28%;
}

.conts::before {
  top: 14px;
  left: -30%;
}

.main-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  -ms-flex-align: center;
      align-items: center;
}

.left-side {
  position: static;
  width: auto;
  z-index: 0;
}

.liart-cont {
  display: -ms-flexbox;
  display: flex;
}

.modal-image {
      width: 90%;
}

.art-image {
  float: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 30px;
}

.article-text h3 {
  text-align: center;
}

.colon {
  display: inline;
}

.main {
  width: auto;
}

.info-container {
  width: 80%;
  margin: 0 auto;
}

.enlarge {
  left: 0;
  transform: scale(1.4);
  transition: transform 0.5s ease-in-out;
}

.right-side {
  position: static;
  width: auto;
}

.right-side-quotes {
  display: block;
  height: 110px;
}

.chatbot-container {
  position: fixed;
  top: 15%;
  right: 10%;
  max-width: 74%;
  height: 430px;
  z-index: 5;
}

.chb-cont {
  transform: rotate(90deg);
  left: calc(0% - 61px);
  position: fixed;
  top: 50%;
  z-index: 2;
}

#chatbot-conversation {
  height: 325px;
}

.chatbot-input-container {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: inherit;
      align-items: inherit;
  margin-top: auto;
}

#chatbot-input {
  margin-right: 0;
}

.move-container {
  display: block;
}

.move-container .sign {
    display: block;
    position: relative;
}

.footer-bottom-container {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
}

.back-button {
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.copyright {
  margin-top: 15px;
  width: auto;
  text-align: center;
}

.modal-form {
  width: 90%;
}

.modal-success {
top: 220px;
}

.modal-success-wrapper {
  width: 76%;
}
}
