html {
  scroll-behavior: smooth;
}

body {
  min-width: 200px;
  padding: 0px;
  margin: 0;
  max-width: auto;
  transition: 1s ease-in-out;
  font-family: 'Cuprum', sans-serif;
  font-family: 'Oswald', sans-serif;
}

::-webkit-scrollbar {
  display: none;
}

.header,
.wrap,
.main-img,
.overlay,
.about {
  display: flex;
}

.main-img,
.overlay,
.about {
  flex-direction: column;
}

input,
textarea {
  outline: none;
  resize: none;
}

#myVideo {
  margin: 0;
  position: absolute;
  z-index: -1;
  visibility: visible;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.wrap {
  flex-direction: row;
}

.title-name {
  font-size: 40px;
  text-shadow: 10px 7px 10px black;
}

.title-botom-name {
  font-size: 22px;
  text-shadow: 10px 7px 10px black;
}

.generalHr {
  width: 40%;
  margin: 0 auto;
  border: 1px solid red;
  margin-bottom: 1%;
}

.row {
  display: flex;
  flex-direction: row;
  margin: 5px;
}

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

.ficher-title {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-top: -100px;
}

.ficher-title__list {
  margin-right: 30px;
  background: white;
  padding: 20px;
  box-shadow: 0 0 19px rgba(148, 148, 148, 0.651);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 350px;
  transition: .5s ease-in-out;
  z-index: 2;
}

.ficher-title__list:nth-child(3) {
  margin-right: 0;
}

.ficher-title__list-title {
  margin: 0;
  font-size: 60px;
  color: rgb(190, 190, 190);
  transition: .5s ease-in-out;
}

.ficher-title__list-text {
  color: rgb(59, 59, 59);
  margin: 0;
  padding-bottom: 40px;
  transition: .5s ease-in-out;
}

.ficher-title__list:hover .ficher-title__list-title,
.ficher-title__list:hover .ficher-title__list-text {
  color: black;
  transition: .5s ease-in-out;
}

.ficher-title__list:hover {
  background: rgb(236, 236, 236);
  transition: .5s ease-in-out;
  cursor: pointer;
}

/* navbar */
header {
  z-index: 9;
  background-color: #464951ba;
  position: fixed;
  width: 100%;
  box-shadow: 0px 0px 10px 0px;
  justify-content: center;
  transition: all .3s ease;
}

.header.out {
  transform: translateY(-100%);
}

.wrap {
  height: relative;
  justify-content: center;
  flex-wrap: wrap;
}

.navbar {
  display: flex;
  align-items: center;
  padding: 10px 0;
  margin: 0px;
}

.navbar>li {
  list-style-type: none;
  margin: 0px;
  margin-left: 20px;
  font-size: 20px;
  margin-right: 20px;
}

.navA {
  color: white;
  text-decoration: none;
  transition: ease-in-out .5s;
}

.navA:hover,
.navA:focus {
  color: rgb(204, 204, 204);
  text-shadow: 0 0 8px black;
  text-decoration: none;
}

.logo {
  display: flex;
  align-items: center;
  height: auto;
  width: 100%;
  min-width: 120px;
  margin: 0 auto;
  color: rgb(253, 253, 253);
  text-shadow: (1px 1px 1px red);
  text-shadow: -1px -1px 4px red;
  font-size: 45px;
  font-weight: bold;
  transition: .3s ease-in-out;
  margin-right: 20px;
}

.logo img {
  display: block;
  object-fit: contain;
  max-width: 200px;
}

.logo:hover {
  color: rgb(180, 180, 180);
  text-decoration: none;
  transition: .3s ease-in-out;
}

.logo-footer {
  margin: 0;
  font-size: 20px;
}

/* .logo-footer img {
  max-width: 25px;
  margin-right: 10px;
} */

/* .navbar>li:first-child {
  margin-right: 60px;
} */

/* main-img */
.main-img,
#tour-img,
#projects {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: right top;
  height: 100vh;
  visibility: inherit;
  text-transform: none;
  margin: 0 auto;
  justify-content: center;
}

.main-img {
  background-image: linear-gradient(0deg, rgb(43 43 43 / 68%), rgba(120, 120, 120, 0) 100%);
  background-attachment: scroll;
}

.overlay {
  background-size: cover;
  color: white;
  width: 50%;
  justify-content: center;
  text-align: center;
  height: 100%;
}

/* about */
.about {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin-top: 1%;
}

.about-text {
  background: #ffffffc2;
  border-radius: 10px;
  font-size: 18px;
  color: #000;
  width: 40%;
  text-align: justify;
}

#city-number {
  font-size: 22px;
  text-shadow: 4px 3px 4px black;
}

#city-number a {
  color: white;
  font-size: 22px;
  text-decoration: none;
}

#errorMess,
#errorMessCom {
  font-size: 16px;
  color: #000;
  z-index: 3;
}

.about-image {
  width: 50%;
}

.about-content {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 100px;
}

.image-1 {
  position: absolute;
  height: 450px;
  width: 800px;
  margin-top: 100px;
  margin-left: 100px;
  content: url(./img/image-1.jpg);
  box-shadow: 0 0 15px black;
  border-radius: 10px;
  background-size: cover;
  z-index: 99;
}

.image-2 {
  box-shadow: 0 0 15px black;
  border-radius: 10px;
  content: url(./img/image-2.jpg);
  background-size: cover;
  z-index: 3;
}

main {
  background: url(./img/pngegg.png) no-repeat;
  background-size: cover;
  padding-bottom: 20px;
}

.about>h3 {
  font-size: 40px;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.logoAbout {
  margin: 0 auto;
  height: auto;
  width: 300px;
}

p {
  color: gray;
  font-size: 26px;
  padding: 10px;
  line-height: 1.5;
}



#tour-img {
  text-align: center;
  background-image: url('./img/konsult.jpg');
  background-size: cover;
  height: 100%;

  border: 1px solid black;
  margin: 0 auto;
}

.tourOverlay {
  display: flex;
  justify-content: space-between;
  padding: 40px 100px;
  background: linear-gradient(108deg, rgba(117, 117, 117, 0.27494747899159666) 0%, rgba(204, 65, 65, 0.3309698879551821) 71%);
}

.tourOverlay>h2 {
  font-size: 50px;
  color: white;
  text-shadow: 2px 2px black;
}

.red-line {
  border-bottom: 4px solid red;
}

.titleForm {
  color: white;
  text-shadow: 0 0 5px black;
}

.tourOverlay>form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.form-input {
  width: 500px;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.tourButton {
  width: 120px;
  height: 40px;
  margin: 0 auto;
  background-color: white;
  border: 1px solid black;
  color: black;
  font-size: 20px;
  box-shadow: 2px 2px black;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  transition: .5s ease-in-out;
}

.mod-tourButton {
  width: 300px;
}

.tourButton:hover {
  transition: .5s ease-in-out;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}


.services {
  margin: 3rem auto;
  max-width: 1800px;
  width: 100%;
}

.services-title {
  border-radius: 5px;
  color: var(--primary-clr);
  max-width: 100%;
  display: flex;
  justify-content: center;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.02rem;
  position: relative;
  padding-bottom: 0.9rem;
  color: white;

}


.title-about {
  color: #000;
}

.services-title::before {
  content: "";
  position: absolute;
  height: 0.3rem;
  width: 12.9rem;
  background-color: var(--orange-color);
  position: absolute;
  bottom: 0;
}

.services-container {
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 3rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  z-index: 9;
  color: black;
  transition: ease-in-out .5s;
}

.service {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-height: 500px;
  position: relative;
  padding: 40px;
  padding-bottom: 20зч;
  background-color: rgba(255, 255, 255, 0.634);
  border-radius: 5px;
  font-family: 'Cuprum', sans-serif;
  z-index: 1;
  transition: ease-in-out .5s;
}

.service p {
  text-align: justify;
}

.service-1 {
  height: 470px;
}

.service-2 {
  height: 510px;
}

.service-3 {
  min-height: 550px;
}

.tab-10 {
  display: none;
}

.service-3 .tab__content {
  top: 0;
}

.service span {
  font-size: 34px;
  font-weight: 800;
  color: rgba(122, 122, 122, 0.349);
  position: absolute;
  top: 0.9rem;
  left: 1.2rem;
}

.service-title {
  color: var(--primary-clr);
  margin: 1rem 0;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.005rem;
  margin-bottom: 30px;
}

.service-title-line {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-height: 100%;
  transition: .5s ease-in-out;
}

.service-description {
  color: var(--primary-clr);
  font-size: 16px;
  line-height: 1.5rem;
  position: relative;
  padding-bottom: 5px;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 22%;
  cursor: pointer;
  padding: 10px;
  border: 1px rgba(185, 185, 185, 0.603) solid;
  border-radius: 5px;
  transition: .5s ease-in-out;
}

.service-description:hover {
  transition: .5s ease-in-out;
  border: 1px black solid;
  box-shadow: black 0 0 10px;
}

.service-description::before {
  content: "";
  background-color: var(--orange-color);
  left: 0;
  right: 0;
  height: 0.3rem;
  position: absolute;
  bottom: 0;
}

.spoilers {
  display: none;
  padding-bottom: 40px;
  transition: .5s ease-in-out;
}

.spoilers>p,
.spoilers>ul {
  transition: .5s ease-in-out;
}

.coments {
  background: #dcdcdcc2;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  max-width: 1740px;
  margin-left: auto;
  margin-right: auto;
}

.coment-leftblock {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.title-coments {
  color: rgb(37, 37, 37);
}

.slider {
  width: 70%;
}

.slick-slide {
  margin: 0px 20px;
}

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

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

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

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

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

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

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

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

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

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

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

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

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

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

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

.slide p {
  color: #000;
  font-size: 16px;
  padding: 0;
}

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

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

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


footer {
  background-color: #565656;
  padding: 50px 30px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.navFooter {
  margin-bottom: 10px;
  font-size: 20px;
  color: white;
  transition: .5s ease-in-out;
}

.navFooter:hover {
  color: #677fa5;
  transition: .5s ease-in-out;
}

.navbar-footer {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.navbar-footer>li {
  margin-bottom: 10px;
}

.form-footer {
  display: flex;
  flex-direction: column;
}

.footer-block {
  width: 30%;
  color: white;
}

#myCanvas {
  height: 200px;
  width: 100%;
  max-width: 100%;
  min-width: 800px;
  position: absolute;
  bottom: 0;

}

.chart {
  width: 100%;
  height: 50%;
}


.tabs {
  display: flex;
  flex-wrap: wrap;
  clear: both;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.tab {
  float: left;
}

.tab label {
  margin-right: 20px;
  position: relative;
  top: 0;
  cursor: pointer;
  color: #333;
  padding: 5px;
  border-radius: 10px;
  text-transform: uppercase;
  transition: .5s ease-in-out;
  box-shadow: inset 0 0 3px black;
}

.tab label:hover {
  box-shadow: 0 0 10px black;

  border-bottom: 2px solid black;
  transition: .5s ease-in-out;
  /*animation    : bounce 1s;*/
}

@keyframes bounce {

  0%,
  20%,
  60%,
  100% {
    transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
    transform: translateY(-10px);
  }

  80% {
    transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.tab [type=radio] {
  display: none;
}

.tab__content {
  position: relative;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity .2s cubic-bezier(.42, 0, .34, 1.01);
  opacity: 0;
}

.service {
  border-radius: 15px;
  box-shadow: 0 0 5px black;
}

.tab__content p {
  color: #000;
}

.tab__content ul {
  font-size: 18px;
}

[type=radio]:checked~label {
  border-bottom: 2px solid #1d1d1d;
  color: #1d1d1d;
  z-index: 2;
}

[type=radio]:checked~label~.tab__content {
  z-index: 1;
  opacity: 1;
}

.container-portfolio {
  max-width: 1740px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.grafic-portfolio {
  display: flex;
  background-color: #dcdcdcc2;
  justify-content: space-evenly;
  border-radius: 10px;
  padding: 20px;
}

.title-portfolio {
  color: #000;
}

.portfolio-text {
  width: 45%;
  color: #000;
}

.portfolio-text p {
  color: rgb(0, 0, 0);
  text-align: justify;
}

.graph {
  width: 50%;
}

/**/
.margin-top {
  margin-top: 30%;
}

.button-footer {
  width: 270px;
  height: 60px;
  border: none;
  background: #ad0404;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.button-footer:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background-color: #000;
  top: 0;
  left: 0;
  transition: width 1s ease-in-out;
}

.button-footer:after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background-color: #000;
  bottom: 0;
  right: 0;
  transition: width 1s ease-in-out;
}

button:hover:before,
button:hover:after {
  width: 100%;
}

.letters {
  width: 50px;
  height: 50px;
  perspective: 600px;
}

.card {
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform 1s ease-in-out;
  transform-style: preserve-3d;
}

.card a {
  color: white;
}

.card_face {
  position: absolute;
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 600;
}

.back {
  transform: rotateY(180deg);
}

button:hover .card {
  transform: rotateY(180deg);
}

.text-social {
  padding: 0;
  color: white;
  font-size: 20px;
}

.formComent {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.chartmob {
  display: none;
}

/* Модальный (фон) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

/* Модальное содержание */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 576px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Добавить анимацию */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

/* Кнопка закрытия */
.close {
  color: white;
  float: right;
  font-size: 38px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: rgb(131, 43, 43);
  color: white;
  margin-bottom: 30px;
}

.modal-body {
  padding: 2px 16px;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #868686;
  color: white;
}

.company_contact__body {
  background-size: cover;
}

.company_contact__main {
  background: url(./img/pngegg.png) no-repeat;
}

.company__container {
  max-width: 1440px;
  margin: 0 auto;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.company_title {
  margin: 0;
  padding-top: 200px;
  font-size: 38px;
  margin-bottom: 20px;
}

.company__text {
  display: flex;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.377);
  margin-bottom: 20px;
  border-radius: 10px;
  transition: .3s ease-in-out;
  box-shadow: 0 0 12px black;
}

.company__text:hover {
  background: rgba(94, 94, 94, 0.733);
}

.company_about {
  width: 48%;
  color: #fff;
  cursor: pointer;
  transition: .3s ease-in-out;
  padding: 20px;
  text-shadow: 0 0 3px black;
}

.company_about:hover {
  text-shadow: 0 0 7px black;
}

.company_image {
  width: 48%;
  border-radius: 15px 15px;
  text-shadow: 0 0 10px black;
}

.company_image-1 {
  background: url("./img/contact-1.jpg");
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 10px black;
}

.company_image-2 {
  background: url("./img/contact-2.jpg");
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 10px black;
}

.company_image-3 {
  background: url("./img/contact-3.jpg");
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 10px black;
}

.contact-card {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-block-right p {
  color: white;
  padding-left: 0;
  text-align: justify;
  font-size: 18px;
}

/*
.icon_sud {
  width: 50px;
}
.sud-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style-type: none;
}
.sud-wrap li {
  margin-right: 20px;
}
*/

.card-list a {
    text-decoration: none;
    color: black;
}

.card-list {
  margin-right: 20px;
  width: 31%;
  background-color: rgba(177, 177, 177, 0.76);
  color: #000;
  padding: 5px 10px;
  border-radius: 10px;
  box-shadow: 0 0 2px black;
  text-shadow: 0 0 7px white;
  transition: .3s ease-in-out;
}

.card-inn {
  background-color: rgba(177, 177, 177, 0.76);
  max-width: 500px;
  width:100%;
  margin: 10px;
  color: #000;
  padding: 5px 10px;
  border-radius: 10px;
  box-shadow: 0 0 2px black;
  text-shadow: 0 0 7px white;
  transition: .3s ease-in-out;
}

.card-list:last-child {
  margin-right: 0;
}

.card-list:hover {
  text-shadow: 0 0 5px rgb(255, 255, 255);
  box-shadow: 0 0 8px black;
  background-color: rgba(177, 177, 177, 0.904);
}

.card-text {
  font-size: 16px;
  color: #000;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  transition: .3s ease-in-out;
}

.card-graf {
  font-size: 24px;
  color: #000;
  padding-left: 0;
  margin: 0;
}


/* скрываем чекбокс */
#menu__toggle {
  opacity: 0;
}

/* стилизуем кнопку */
.menu__btn {
  display: flex;
  /* используем flex для центрирования содержимого */
  align-items: center;
  /* центрируем содержимое кнопки */
  position: fixed;
  top: 20px;
  left: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
  transition: ease-out .5s;
  background-color: #0000009e;
  border-radius: 15px;
}

/* добавляем "гамбургер" */
.menu__btn>span,
.menu__btn>span::before,
.menu__btn>span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #ffffff;
  transition: ease-out .5s;
}

.menu__btn>span::before {
  content: '';
  top: -8px;
  transition: ease-out .5s;
}

.menu__btn>span::after {
  content: '';
  top: 8px;
  transition: ease-out .5s;
}

/* контейнер меню */
.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: -100%;
  top: -100%;
  width: 300px;
  height: 50%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  text-align: center;
  background-color: #00000073;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
  border-radius: 0 0 50px 0;
  transition: ease-out 1s;
}

/* элементы меню */
.menu__item {
  display: block;
  padding: 12px 24px;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: .5s ease-out;
}

.menu__item:hover {
  background-color: #CFD8DC;
  transition: ease-out .5s;
}

#menu__toggle:checked~.menu__btn>span {
  transform: rotate(45deg);
  transition: ease-out .5s;
}

#menu__toggle:checked~.menu__btn>span::before {
  top: 0;
  transform: rotate(0);
  transition: ease-out .5s;
}

#menu__toggle:checked~.menu__btn>span::after {
  top: 0;
  transform: rotate(90deg);
  transition: ease-out .5s;
}

#menu__toggle:checked~.menu__box {
  visibility: visible;
  left: 0;
  top: 0;
  transition: ease-out .5s;
}

textarea {
  height: 200px;
}

@media (max-width: 1800px) {

  .image-1,
  .image-2 {
    width: 550px;
    height: 330px;
  }
}



@media (max-width: 1700px) {
  .service-1 {
    height: 560px;
  }

  .service-2 {
    height: 560px;
  }

  .service-3 {
    min-height: 635px;
  }
}

@media (max-width: 1440px) {
  .services-title {
    color: black;
    text-shadow: 1px 1px 1px white, -1px -1px 1px wheat;
  }

  .form-input {
    width: 400px;
  }

  .about-content {
    justify-content: center;
  }
}

@media (max-width: 1300px) {
  .logo {
    font-size: 32px;
  }

  .title-name {
    font-size: 30px;
  }

  .ficher-title__list {
    width: 300px;
  }

  .image-1 {
    margin-top: 200px;
    margin-left: 50px;
  }

  .tourOverlay {
    padding: 40px 20px;
    justify-content: space-between;
  }

  .tourOverlay>h2 {
    font-size: 40px;
  }

  .portfolio-text p {
    font-size: 24px;
  }

  .logo {
    min-width: 80px;
  }

  .button-footer {
    width: 260px;
  }

  /* .logo-footer {
    font-size: 20px;
    width: 60px;
    display: flex;
    margin: 0;
  } */

  .service-1 {
    min-height: 550px;
  }

  .service-2 {
    min-height: 600px;
  }

  .service-3 {
    min-height: 670px;
  }
}

@media (min-width: 1134px) {
  .hamburger-menu {
    display: none;
  }
}

@media (max-width: 1134px) {
  .overlay {
    width: 100%;
  }

  .hamburger-menu {
    display: block;
  }

  .wrap {
    display: none;
  }

  header {
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none;
  }

  .about-image {
    display: none;
  }

  .about-text {
    width: 88%;
  }

  .footer-block-right {
    display: none;
  }



  .coments {
    flex-direction: column
  }

  .slider,
  .coment-leftblock {
    width: 100%;
  }

  .coment-leftblock {
    margin-bottom: 20px;
  }
}

@media (max-width: 1045px) {
  .about-text {
    width: 100%;
  }

  .service-1 {
    min-height: 670px;
  }

  .service-2 {
    min-height: 650px;
  }

  .service-3 {
    min-height: 720px;
  }

  .grafic-portfolio {
    flex-direction: column;
  }

  .portfolio-text {
    width: 100%;
  }

  .graph {
    width: 100%;
  }

  .service-3 .tab__content {
    top: 60px;
  }
}

@media (max-width: 980px) {
  .ficher-title__list {
    width: 260px;
  }

  .tab__content {
    top: 110px;
  }

  .text-social {
    font-size: 19px;
  }

  .tourOverlay {
    flex-direction: column;
  }

  .tourForm .form-input {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .tourForm .titleForm {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 908px) {
  .container {
    padding: 0;
  }

  .service-1 {
    min-height: 690px;
  }

  .service-2 {
    min-height: 710px;
  }

  .service-3 {
    min-height: 770px;
  }

  .text-social {
    font-size: 18px;
  }
}

@media (max-width: 850px) {
  .ficher-title__list-text {
    font-size: 22px;
  }

  .ficher-title__list {
    width: auto;
    min-width: 200px;
    max-width: 300px;
  }

  .footer-block {
    width: 50%;
  }

  .form-footer {
    width: 48%;
  }

  .form-input {
    width: auto;
    min-width: 230px;
    max-width: 400px;
  }

  .company_image {
    display: none;
  }

  .company_about {
    width: 100%;
  }

  .contact-card {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .card-list {
    width: 45%;
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .card-list:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 800px) {
  .tab__content p {
    font-size: 24px;
  }
}

@media (max-width: 750px) {
  .ficher-title__list {
    margin-right: 15px;
  }

  .chart {
    width: 100%;
    height: 70%;
  }

  .front {
    display: none;
  }

  .back {
    transform: rotateY(0deg);
  }

  button:hover .card {
    transform: rotateY(0deg);
  }

  .copyraite {
    margin-top: 60px;
  }
}

@media (max-width: 750px) {
  .service-1 {
    min-height: 750px;
  }

  .service-2 {
    min-height: 760px;
  }

  .service-3 {
    min-height: 860px;
  }
}

@media (max-width: 700px) {
  .service-1 .tab__content {
    top: 140px;
  }

  main {
    background: url(./img/pngegg-700.png);
    background-size: cover;
  }
}

@media (max-width: 670px) {
  .ficher-title__list-text {
    text-align: center;
    padding-bottom: 0;
  }

  .form-footer {
    display: none;
  }

  .service-3 {
    min-height: 900px;
  }
}

@media (max-width: 650px) {
  .service-3 {
    min-height: 780px;
  }

  .footer-block {
    width: 100%;
  }

  .chart {
    display: none;
  }

  .chartmob {
    display: block;
    width: 100%;
    height: 100%;
  }

  #densityChart2 {
    height: 350px;
  }

  .graph {
    width: 100%;
    height: 100%;
  }

}

@media (max-width: 630px) {
  .tab__content p {
    font-size: 20px;
  }

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


@media (max-width: 610px) {
  .ficher-title {
    display: none;
  }

  .service-1 .tab__content {
    top: 170px;
  }

  .service-1 {
    min-height: 800px;
  }
}

@media (max-width: 575px) {
  .title-name {
    font-size: 24px;
  }

  .title-botom-name {
    font-size: 18px;
  }

  .about-text {
    font-size: 16px;
  }

  .portfolio-text p {
    font-size: 16px;
  }

  .about-content {
    margin-bottom: 30px;
  }

  .contact-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-list {
    margin-right: 0;
    width: 100%;
  }
}

@media (max-width: 525px) {
  .service-2 .tab__content {
    top: 140px;
  }

  .service-3 .tab__content {
    top: 65px;
  }

  .tab__content p {
    font-size: 18px;
    padding: 0;
  }

  .tab__content ul {
    font-size: 16px;
    padding: 0;
  }

  .services label {
    margin-right: 5px;
  }
}

@media (max-width:430px) {
  .tab__content p {
    font-size: 16px;
    padding: 0;
  }

  .tab__content ul {
    font-size: 14px;
    padding: 0;
  }

  .company_about {
    font-size: 16px;
  }

  #tour-img {
    background-attachment: local;
  }
}

@media (max-width: 415px) {
  .services label {
    font-size: 12px;
  }

  .menu__box {
    width: 60%;
    height: 400px;
  }
}

@media (max-width: 375px) {
  .service-1 {
    min-height: 800px;
  }

  .service-2 {
    min-height: 850px;
  }

  .service-3 {
    min-height: 780px;
    padding-right: 15px;
  }

  .services label {
    font-size: 10px;
  }

  .mod-tourButton {
    width: 220px;
  }

  .sud-wrap li {
    margin-right: 0px;
  }
}