
html {
box-sizing: border-box;
scroll-behavior: smooth;
     
}

*,
*::after,
*::before {
 box-sizing: inherit;
}

body{
  margin: 0;
  font-family: 'Montserrat', sans-serif!important;
  margin: 0 auto;
  max-width: 2560px;
}

.container {
    max-width: 1200px;
    width: 90%;
    margin: auto;
  }
  
.btn {
    display: inline-block;
    padding: 0.5em 1.5em;
    text-decoration: none;
    border-radius: 50px;
    cursor: pointer;
    outline: none;
    margin-top: 1em;
    text-transform: uppercase;
    font-weight: small;
  }
  
.btn-primary {
    color: #fff;
    background: #16a083;
  }
  
.btn-primary:hover {
    background: #117964;
    transition: background 0.3s ease-in-out;
  }
  
  /* ............/navbar/............ *
  
  /* desktop mode............/// */
  
.navbar input[type="checkbox"],
.navbar .hamburger-lines {
    display: none;
  }
  
.navbar {
    /* box-shadow: 0px 10px 10px 0px #aaa; */
    /* position: fixed; */
    width: 100%;
    background: #fff;
    color: #000;
    opacity: 0.85;
    height: 120px;
    z-index: 12;
  }
  
.logo img{
    width: 90px;
  }
.navbar-container {
    display: flex;
    justify-content: space-between;
    height: 133px;
    align-items: center;
  }
  
.menu-items {
    order: 2;
    display: flex;
    gap: 30px;
  }
  
.menu-items li {
    list-style: none;
    margin-left: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
  }
  
.menu-items a {
    text-decoration: none;
    color: coral;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
  }
  
.menu-items a:hover {
    color: red;
    transition: color 0.3s ease-in-out;
  }



.logo {
    order: 1;
    font-size: 2.3rem;
    margin-bottom: 0.5rem;
    z-index: -1;
  }
  

  @media (max-width: 768px) {
    .navbar {
      opacity: 0.95;
      height: 132px;
    }
  
    .navbar-container input[type="checkbox"],
    .navbar-container .hamburger-lines {
      display: block;
    }
  
    .navbar-container {
      display: block;
      position: relative;
      height: 120px;
    }
  
    .navbar-container input[type="checkbox"] {
      position: absolute;
      display: block;
      height: 32px;
      width: 30px;
      top: 20px;
      left: 20px;
      z-index: 5;
      opacity: 0;
    }
  
    .navbar-container .hamburger-lines {
      display: block;
      height: 23px;
      width: 35px;
      position: absolute;
      top: 17px;
      left: 20px;
      z-index: 2;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
  
    .navbar-container .hamburger-lines .line {
      display: block;
      height: 4px;
      width: 100%;
      border-radius: 10px;
      background: #333;
    }
  
    .navbar-container .hamburger-lines .line1 {
      transform-origin: 0% 0%;
      transition: transform 0.4s ease-in-out;
    }
  
    .navbar-container .hamburger-lines .line2 {
      transition: transform 0.2s ease-in-out;
    }
  
    .navbar-container .hamburger-lines .line3 {
      transform-origin: 0% 100%;
      transition: transform 0.4s ease-in-out;
    }
  
    .navbar .menu-items {
      padding-top: 100px;
      background: #fff;
      height: 100vh;
      max-width: 300px;
      transform: translate(-150%);
      display: flex;
      flex-direction: column;
      margin-left: -40px;
      padding-left: 50px;
      transition: transform 0.5s ease-in-out;
      /* box-shadow: 5px 0px 10px 0px #aaa; */
    }
  
    .navbar .menu-items li {
      margin-bottom: 1.5rem;
      font-size: 1.3rem;
      font-weight: 500;
    }
  
    .logo {
      position: absolute;
      top: 5px;
      right: 15px;
      font-size: 2rem;
    }
  
    .navbar-container input[type="checkbox"]:checked ~ .menu-items {
      transform: translateX(0);
    }
  
    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
      transform: rotate(35deg);
    }
  
    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
      transform: scaleY(0);
    }
  
    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
      transform: rotate(-35deg);
    }
  }

.main_picture img{ 
    /* width: 90%; */
    /* height: 82vh; */
    border-top-left-radius: 20px;
    /* border-top-right-radius: 20px; */
} 

.main_picture{
    margin-top: 3.9vw;
    display: block;
    position: absolute;
    margin-left: 72.7vh;
}

.menu__list{
    list-style: none;
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    margin-left: auto;
    gap: 6vh;
}

.menu{
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu__list-item h4{
    /* margin-right: 10vh; */
    color:black;
    text-decoration: none;
    transition:0.3s;
}

.menu{
    /* margin-left: 64vh; */
    height: 150px;
}

.menu__list-link{
    color:coral;
    text-decoration: none;
}

.menu__list-item h4:hover{
    transform: scale(110%);
    color:red;
}

.menu__list-item a:hover{
    transform: scale(110%);
    color:red;
}

/* .logo{ */
    /* width: 100px; */
    /* position: absolute; */
/* } */
/*  */
/* .logo img{ */
    /* width: 100px; */
/* } */

.main_about{
  display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
    width: 50vh;
    /* margin-left: 8vh; */
    margin-top: 3.5vh;
    /* text-align: center; */
    font-size: 30px;
}

.main_about h4{
    color:coral;
    transition:0.3s;
}

#hah5{
  margin-top: -2vw;   
}

.main_about p{
  color: grey;
  margin-top: -1vw;
}
.link-to-site{
    color: white;
    text-decoration: none;
    transition:.3s
}

.o{
  background: coral;
  text-align: center;
  margin-top: -1vw;
}

.o:hover{
    transform:scale(110%);
}

.link-to-site:hover{
    color:red;
}


.main_logo img{
    margin-top: 3.5vh;
    border-radius: 26px;
    
}

.main_about1{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-content: center;
  align-items: center;
}



article {
    position: relative;
    border-radius: 16px;
    box-shadow: none;
    background: #fff;
    transform-origin: center;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    margin-top: 2vw;

  }
  
  article a::after {
    position: absolute;
    inset-block: 0;
    inset-inline: 0;
    cursor: pointer;
    content: "";
  }
  
  /* basic article elements styling */
  article h2 {
    margin: 0 0 18px 0;
    /* font-family: "Bebas Neue", cursive; */
    font-size: 1.9rem;
    letter-spacing: 0.06em;
    color: var(--title-color);
    transition: color 0.3s ease-out;
  }
  
  figure {
    margin: 0;
    padding: 0;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }
  
  article img {
    max-width: 100%;
    transform-origin: center;
    transform: scale(var(--img-scale));
    transition: transform 0.4s ease-in-out;
  }
  
  .article-body {
    padding: 24px;
  }
  
  article a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: coral;
  }
  
  article a:focus {
    outline: 1px dotted coral;
  }
  
  article a .icon {
    min-width: 24px;
    width: 24px;
    height: 24px;
    margin-left: 5px;
    transform: translateX(var(--link-icon-translate));
    opacity: var(--link-icon-opacity);
    transition: all 0.3s;
  }
  
  /* using the has() relational pseudo selector to update our custom properties */
  article:has(:hover, :focus) {
    --img-scale: 1.1;
    --title-color: coral;
    --link-icon-translate: 0;
    --link-icon-opacity: 1;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  }
  
  
  .articles {
    display: grid;
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 24px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
  }
  
  @media screen and (max-width: 960px) {
    article {
      container: card/inline-size;
    }
    .article-body p {
      display: none;
    }
  }
  
  @container card (min-width: 380px) {
    .article-wrapper {
      display: grid;
      grid-template-columns: 100px 1fr;
      gap: 16px;
    }
    .article-body {
      padding-left: 0;
    }
    figure {
      width: 100%;
      height: 100%;
      overflow: hidden;
    }
    figure img {
      height: 100%;
      aspect-ratio: 1;
      object-fit: cover;
    }
  }
  
  .sr-only:not(:focus):not(:active) {
    clip: rect(0 0 0 0); 
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap; 
    width: 1px;
  }

.container_cards{
  margin-top: 10vh;
  background-image: url('img/4861242.jpg');
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px; */
  /* background-size: cover; */
}

.container_cards h1{
  text-align: center;
  margin-bottom: 8vh;
  background: -webkit-linear-gradient(360deg, #98c1ff, #fdd3d3, #bbb5f5);
  padding: 45px;
  border-radius: 20px;
  width:1200px;
  margin: 0 auto;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
}

.list_hours{
  list-style: none;
  display: flex;
  gap: 6vw;
  padding-left: 0;
}

.hour_item{
  list-style: none;
  
}

.chose_hour{
  display: flex;
  justify-content: center;
}

.marshrut_torist h1{
  text-align: center;
}

.marshrut_torist{
  padding: 15px;
  
  background: -webkit-linear-gradient(360deg, #98c1ff,#fdd3d3,#bbb5f5);
  display: block;
  width: 1200px;
  margin: 0 auto;
  margin-top: 5vw;
  border-radius: 20px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
}

.hours_link{
  color:coral;
  text-decoration: none;
  transition: 0.3s;
}


.hour_item{
  transition: 0.3s ;
}

.hour_item{
  border: solid white 2px;
  padding: 0px 30px;
  border-radius: 11px;
}

.hour_item:hover{
  transform: scale(110%);
  border:solid coral 2px;
}

.hours_link:hover{
  color: white;
}

.wrapper_about_city img{
  width: 360px;
  border-radius: 30px;
  height: 30.5vh;
  margin: 0 auto;
}


.wrapper_about_city{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: center;
  /* justify-content: center; */
}

.about_body{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* width: 19vw; */
}

.about_body p{
  text-align: center;
}

.about_body h2{
  text-align: center;
  color:coral
}

.about_city h1{
  text-align: center;
}

.about_city{
  margin-top:5vw;
  background-image: url('img/4861242.jpg');
  padding: 67px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;

}


.about_city_body{
  display: grid;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 24px;
  grid-template-columns: repeat(auto-fill, minmax(357px, 3fr));
  gap: 24px;
  margin-top: 3vw;
}

.wrapper_first{
  /* width: 58vw; */
  margin-top: 3vw;
}

.taganrog-tourist {
  width: 1200px;
  margin: 0 auto;
  margin-top: 5vw;
  background: -webkit-linear-gradient(360deg, #98c1ff,#fdd3d3,#bbb5f5);
  padding: 20px; 
  border-radius: 20px;
}

.taganrog-tourist h1{
  text-align: center;
  color:coral;
}

.wrapper_first h2{
  margin-bottom: 3vw;
}


hr{
  border-bottom: solid 1px #c9c9c9
}

.news h1{
  text-align: center;
  
  
}

.news_wrapper{
  width: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: .3s;
  background: #fff;
  border-bottom: solid 1px grey;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  
}

.news_text{
  padding:24px;
}

.news_text a{
  text-decoration: none;
  color:white;
  background-color: coral;
  border-radius: 20px;
  padding: 6px;
  transition: .3s;
}

.news_text h3:hover{
  transform: scale(105%);
}
.news_text h1:hover{
  color:coral;
}

.news_text h1{
  transition: .3s;
}

.news_text h3{
  transition: .3s
}
.news_img img{
  width: 360px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
}

.news{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap:24px;
  /* display: grid; */
  grid-template-columns: repeat(auto-fill, minmax(357px, 4fr));
  max-width: 1600px;
  margin-inline: auto;
  justify-items: center;
  
}

#hah{
  text-align: center;
  margin-top: 5vw;
  margin-bottom: 3vw;
}

.news_inner{
  padding:17px;
  background-image: url('img/light-watercolor-texture-background-wallpaper.jpg');
  background-size: cover;
  margin-top: 5vw;
}

.news_wrapper:hover{
  transform: scale(103%);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

@media(max-width:650px){
  .news_inner{
    padding:0px;
  }
  .about_city{
    padding: 0px;
  }
}

#hah3{
  text-decoration: none;
  color: coral;
}

#hah2{
  text-align: center;
  transition: .3s;
}

#hah2:hover{
  transform: scale(105%);
}

/* .container6 { */
  /* max-width: 1050px; */
  /* width: 90%; */
  /* margin: auto; */
/* } */
/*  */
/* .navbar { */
  /* width: 100%; */
  /* box-shadow: 0 1px 4px rgb(146 161 176 / 15%); */
/* } */
/*  */
/* .nav-container { */
  /* display: flex; */
  /* justify-content: space-between; */
  /* align-items: center; */
  /* height: 62px; */
/* } */
/*  */
/* .navbar .menu-items { */
  /* display: flex; */
/* } */
/*  */
/* .navbar .nav-container li { */
  /* list-style: none; */
/* } */
/*  */
/* .navbar .nav-container a { */
  /* text-decoration: none; */
  /* color: #0e2431; */
  /* font-weight: 500; */
  /* font-size: 1.2rem; */
  /* padding: 0.7rem; */
/* } */
/*  */
/* .navbar .nav-container a:hover{ */
    /* font-weight: bolder; */
/* } */
/*  */
/* .nav-container { */
  /* display: block; */
  /* position: relative; */
  /* height: 60px; */
/* } */
/*  */
/* .nav-container .checkbox { */
  /* position: absolute; */
  /* display: block; */
  /* height: 32px; */
  /* width: 32px; */
  /* top: 20px; */
  /* left: 20px; */
  /* z-index: 5; */
  /* opacity: 0; */
  /* cursor: pointer; */
/* } */
/*  */
/* .nav-container .hamburger-lines { */
  /* display: block; */
  /* height: 26px; */
  /* width: 32px; */
  /* position: absolute; */
  /* top: 17px; */
  /* left: 20px; */
  /* z-index: 2; */
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: space-between; */
/* } */
/*  */
/* .nav-container .hamburger-lines .line { */
  /* display: block; */
  /* height: 4px; */
  /* width: 100%; */
  /* border-radius: 10px; */
  /* background: #0e2431; */
/* } */
/*  */
/* .nav-container .hamburger-lines .line1 { */
  /* transform-origin: 0% 0%; */
  /* transition: transform 0.4s ease-in-out; */
/* } */
/*  */
/* .nav-container .hamburger-lines .line2 { */
  /* transition: transform 0.2s ease-in-out; */
/* } */
/*  */
/* .nav-container .hamburger-lines .line3 { */
  /* transform-origin: 0% 100%; */
  /* transition: transform 0.4s ease-in-out; */
/* } */
/*  */
/* .navbar .menu-items { */
  /* padding-top: 120px; */
  /* box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5); */
  /* height: 100vh; */
  /* width: 100%; */
  /* transform: translate(-150%); */
  /* display: flex; */
  /* flex-direction: column; */
  /* margin-left: -40px; */
  /* padding-left: 50px; */
  /* transition: transform 0.5s ease-in-out; */
  /* text-align: center; */
/* } */
/*  */
/* .navbar .menu-items li { */
  /* margin-bottom: 1.2rem; */
  /* font-size: 1.5rem; */
  /* font-weight: 500; */
/* } */
/*  */
/* .logo5 { */
  /* position: absolute; */
  /* top: 5px; */
  /* right: 15px; */
  /* font-size: 1.2rem; */
  /* color: #0e2431; */
/* } */
/*  */
/* .nav-container input[type="checkbox"]:checked ~ .menu-items { */
  /* transform: translateX(0); */
/* } */
/*  */
/* .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 { */
  /* transform: rotate(45deg); */
/* } */
/*  */
/* .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 { */
  /* transform: scaleY(0); */
/* } */
/*  */
/* .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 { */
  /* transform: rotate(-45deg); */
/* } */
/*  */
/* .nav-container input[type="checkbox"]:checked ~ .logo{ */
  /* display: none; */
/* } */
/*  */

@media(min-width:2560px){
  #hah5{
    margin-top: 0vw;
  }
  .main_about{
    width: 13vh;
  }
  .o{
    margin-top: 0vw;
  }
  .container_cards{
    margin-top: 2vh;
  }
  .about_city{
    margin-top: 2vw;
  }
  .marshrut_torist{
    margin-top: 2vw;
  }
  .wrapper_about_city img{
    height: 5.5vh;
  }
  .main_about p{
    margin-top: 0vw;
  }
}

@media(max-width:1311px){
  .main_logo img{
    width: 550px;
  }
  .main_about{
    width: 500px;
  }
}
@media(max-width:1301px){
  .about_city_body{
    justify-content: space-evenly;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .wrapper_about_city{
    /* width: 600px; */
    margin: 0 auto;
  }
  .wrapper_about_city img{
    width: 450px;
  }
}

@media(max-width:1154px){
  .news_wrapper{
    width: 350px;
  }
  .news_wrapper img{
    width: 350px;
  }
}

@media(max-width:1200px){
  .main_logo img{
    width:500px;
    border-radius: 20px;
  }
  .main_about1{
    display: flex;
    /* flex-direction: column; */
    justify-content: space-around;
    align-content: center;
    align-items: center;
  }
  .main_about{
    width:500px;
    font-size: 21px;
  }
  .marshrut_torist{
    width: auto;
  }
  .taganrog-tourist{
    width: auto ;
  }
  .container_cards h1{
    width: auto;
  }
  .news_inner{
    padding: 0;
  }
  .container_cards h1{
    border-radius: 0px;
  }
  .marshrut_torist{
    border-radius: 0px;
  }
}


@media(max-width:1100px){
  .main_logo img{
    width:500px;
    border-radius: 20px;
  }
  .main_about1{
    display: flex;
    /* flex-direction: column; */
    justify-content: space-around;
    align-content: center;
    align-items: center;
  }
  .main_about{
    width:500px;
    font-size: 21px;
  }
  .marshrut_torist{
    width: auto;
  }
  .taganrog-tourist{
    width: auto ;
    border-radius: 0px;
  }
  .container_cards h1{
    width: auto;
  }
}

@media(max-width:1024px){
  .main_logo img{
    width:500px;
    border-radius: 20px;
  }
  .main_about1{
    display: flex;
    /* flex-direction: column; */
    justify-content: space-around;
    align-content: center;
    align-items: center;
  }
  .main_about{
    width:500px;
    font-size: 21px;
  }
  .container_cards h1{
    width: 900px;
  }
  .menu-items a{
    font-size: 17px;
  }
  .marshrut_torist{
    width: auto;
    border-radius: 0px;
  }
  .taganrog-tourist{
    width: auto;
    border-radius: 0px;
  }
  .container_cards{
    margin-top:5vh;
  }
  .news_wrapper{
    width: 380px;
  }
  .news_wrapper img{
    width: 380px;
  }
  .container_cards h1{
    width: auto;
    border-radius: 0px;
  }
}

@media(max-width:998px){
  .main_logo img{
    width: 450px;
  }
  .main_about{
    width: 450px;
  }
}

@media(max-width:902px){
  .main_logo img{
    width: 400px;
  }
  .main_about{
    width: 400px;
  }
}

@media(max-width:820px){
  .main_logo img{
    width: 700px;
  }
  .main_about1{
    flex-direction: column;
  }
  .main_about{
    width: 700px;
  }
  .container_cards h1{
    font-size: 28px;
    /* width: 700px; */
  }
  .list_hours{
    text-align: center;
    flex-direction: column;
  }
  .marshrut_torist{
    width:auto;
    border-radius: 0px;
  }
  .taganrog-tourist{
    width: auto;
    border-radius: 0px;
  }
  .wrapper_about_city img{
    width: 388px;
  }

  .news_inner{
    padding: 0  ;
  }

  /* .wrapper_about_city img{ */
    /* width: 620px; */
  /* } */

  .marshrut_torist{
    width: 500px;
    border-radius: 20px;
  }
  .taganrog-tourist{
    width: auto ;
  }
  .container_cards h1{
    width: auto;
  }
}

@media(max-width:768px){
  .main_logo img{
    width: 700px;
  }
  .main_about1{
    flex-direction: column;
  }
  .main_about{
    width: 700px;
  }
  .container_cards h1{
    font-size: 28px;
    width: 700px;
  }
  .list_hours{
    text-align: center;
    flex-direction: column;
  }
  .taganrog-tourist{
    width: auto;
    border-radius: 0px;
  }
  .wrapper_about_city img{
    width: 380px;
  }
  .news_wrapper{
    width: 350px;
  }
  .news_wrapper img{
    width: 350px;
  }
  .about_city_body{
    grid-template-columns: repeat(auto-fill, minmax(320px, 3fr));
  }

}

@media(max-width:700px){
  .container_cards h1{
    width: auto;
    font-size: 25px;
    border-radius: 0px;
  }
  .main_logo img{
    width: 650px;
  }
  .main_about1{
    width: auto;
  }
  .main_about{
    width: 650px;
  }
}

@media(max-width:650px){
  .main_logo img{
    width: 600px;
  }
  .main_about{
    width: 600px;
  }
  .news_wrapper{
    width: 380px;
  }
  .news_wrapper img{
    width: 380px;
  }
  .container_cards h1{
    border-radius: 0px;
  }
}

@media(max-width:600px){
  .main_logo img{
    width: 500px;
  }
  .main_about1{
    width: auto;
  }
  .main_about{
    width: 500px;
  }
}

@media(max-width:550px){
  .main_logo img{
    width: 500px;
  }
  .main_about{
    width: 500px;
  }
}

@media(max-width:500px){
  .marshrut_torist{
    width: auto;
    border-radius: 0px;
  }
  .main_logo img{
    width: 450px;
  }
  .main_about1{
    width: auto;
  }
  .main_about{
    width: 450px;
  }
}

@media(max-width:450px){
  .main_logo img{
    width: 400px;
  }
  .main_about{
    width: 400px;
  }
  #hah2{
    margin-top: 20vw;
  }
  .wrapper_about_city img{
    width: 342px;
  }
}

@media(max-width:425px){
  .main_logo img{
    width:390px;
    border-radius: 0;
  }
  .main_about{
    width:375px;
  }
  .wrapper_about_city img{
    width: 342px;
  }
}


@media(max-width:375px) {
  .main_logo img{
    width:375px;
    border-radius: 0;
  }
  .main_about1{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-content: center;
    align-items: center;
  }
  .main_about{
    width:375px;
  }
  .main_about h1{
    font-size: 45px ;
  }
  .container_cards h1{
    font-size: 23px;
    padding:25px;
    /* width:375px; */
    border-radius: 0px;
  }
  .list_hours{
    text-align: center;
    flex-direction: column;
  }
  .marshrut_torist{
    /* width:375px; */
    border-radius: 0px;
  }
  .taganrog-tourist{
    /* width: 375px; */
    border-radius: 0px;
  }
  .wrapper_about_city img{
    width: 320px;
  }
  .news_wrapper{
    width: 335px;
  }
  .news_wrapper img{
    width: 335px;
  }
}

@media(max-width:361px){
  .main_logo img{
    width:361px;
    border-radius: 0;
  }
  .main_about{
    width:361px;
  }
}



.ff1 a{
  display: flex;
  justify-content: center;
  text-decoration: none;
  color: coral;
  transition: .3s;
  font-size: 25px;
}
.ff1 a:hover{
  color:white;
}

/* @media(max-width:1024px){
  .articles{
    gap:4px;
  }
}

@media(max-width:980px){
  .articles{
    justify-content: space-evenly;
    display: flex;
    flex-direction: column;
  }
} */

/* @media(max-width:950px){
  .about_city_body{
    justify-content: space-evenly;
    display: flex;
    flex-direction: column;
  }
} */

#toTop {
	position: fixed;
	display: inline-block;
	bottom: 30px;
	right: -40px;
	width: 40px;
	height: 40px;
	z-index: 1000;
	cursor: pointer;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	background: coral;
	box-shadow: 0 0 0 3px rgba(0,0,0,.2);
	opacity: 0;
	visibility: hidden;
  transition: all .3s ease-in-out;
}
#toTop:hover {
		background: rgb(255, 79, 15);
}

#toTop svg {
	position: relative;
	top: 12px;
	right: -1px;
	fill: #fff;
	transition: all .3s ease-in-out;
}

#toTop:hover svg {
	cursor: pointer;
	fill: #fff;
	transition: all .3s ease-in-out;
}

#toTop.show {
	opacity: 1;
	visibility: visible;
	right: calc(2%);
}