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

body {
  --default-color: #d6e2b2;
  --default-color-dark: #b5c28c;
}

ul,
li {
  list-style: none;
}

body,
ul,
li,
div,
p,
span,
a,
img {
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  height: 100vh;
}

body {
  background-image: url("../image/fon.jpg");
  background-repeat: repeat;
  background-position: center;
  background-size: 150px;

  font-family: "PT Sans";
  font-size: 18px;
  color: #222;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: all 0.2s linear;
}
a:hover {
  text-decoration: underline;
}
nav,
footer {
  background: var(--default-color);
}
footer {
  margin-top: 40px;
  padding: 20px 0;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}
h1 {
  position: absolute;
  font-size: 0px;
  visibility: hidden;
  opacity: 0;
}
h2.title {
  font-size: 32px;
  text-align: center;
  margin: 30px auto;
  font-weight: 400;
}
.success-form {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding: 30px 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  max-width: 460px;
}
.d-flex-center-beatween {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

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

.space-beatween {
  justify-content: space-between;
}
.container {
  padding: 20px;
}
.svg-in-photo {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 10px;
  top: 10px;
}
.svg-in-photo path {
  fill: #f0f0f0;
}
.main-container {
  background: #fff;
  min-height: 700px;
  width: 90%;
  max-width: 1200px;
  margin: 24px auto;
  box-shadow: 0px 0px 10px #a1a1a180;
}

.logo {
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.wrap-phone {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.item-phone {
  gap: 10px;
}
.navigation ul {
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 840px;
  flex-wrap: wrap;
  justify-content: center;
}
.navigation ul li {
  width: 165px;
  text-align: center;
}
.navigation ul li a {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigation ul li a:hover,
.navigation ul li a.active {
  background: #c0d877;
  border-radius: 6px;
}

.banner-top {
  width: 100%;
  height: 700px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.wrap-our-cats ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4%;
  width: 100%;
}
.wrap-our-cats ul li {
  width: 48%;
  max-width: 550px;
  height: 370px;
  position: relative;
  margin-bottom: 30px;
}
.wrap-our-cats ul li a {
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.our-cats-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 73px;
  background: rgba(53, 53, 53, 0.5);
  font-size: 22px;
  transition: all 0.2s linear;
}
.wrap-our-cats ul li a:hover .our-cats-name {
  background: rgba(53, 53, 53, 0.7);
}

.us-description {
  font-size: 20px;
  font-weight: 400;
}
.us-description p {
  margin-bottom: 15px;
  text-indent: 30px;
}
.wrap-form {
  display: flex;
  border: 1px solid #cccccc;
  border-radius: 6px;
}
.feedback-left {
  width: 25%;
  padding: 20px;
}
.feedback-left h2 {
  line-height: 54px;
}
.feedback-right {
  width: 75%;
  border-left: 1px solid #cccccc;
  padding: 20px;
}
#form-question ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
#form-question ul li {
  width: 30%;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
textarea.form-control {
  height: 100px;
}
.checkbox-label {
  font-size: 14px;
}
.wrap-submit {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}

.wrap-submit a {
  display: inline;
}
.wrap-submit .checkbox {
  width: 49%;
}
.wrap-submit .wrap-brn-submit {
  width: 49%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.section-slider {
  position: relative;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
.slider-cats-university,
.slider-cats-buy {
  position: relative;
}
.not-description .swiper-button-next,
.not-description .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 60%) !important;
}
.swiper-button-next,
.swiper-button-prev {
  background: #f1f1f179;
  padding: 5px;
  width: 52px;
  height: 52px;
  border-radius: 50px;
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 22px);
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 22px);
  right: auto;
}

.wrap-brn-submit button {
  background-color: var(--default-color);
  font-size: 14px;
  font-weight: 600;
  color: #222;
  border: none;
  border-radius: 6px;
  padding: 14px 27px;
  cursor: pointer;
}
.fancybox__caption {
  text-align: center;
}
.wrap-brn-submit button:hover {
  background-color: var(--default-color-dark);
}
.item-slide {
  max-width: 33%;
}
.slide-sub-description {
  margin-top: 20px;
}
.item-slide a,
.item-slide .img-slide {
  width: 100%;
  height: 220px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-button-next,
.swiper-button-prev {
  color: var(--default-color);
}
.wrap-university .our-cats-name {
  font-size: 16px;
  padding: 0 10px;
}
.wrap-contacts {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.item-contact {
  width: 20%;
  min-width: 200px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.yotube {
  width: 140px;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.wrap-siploms {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.wrap-siploms img {
  width: 100%;
  display: block;
  max-width: 200px;
  max-height: 200px;
  border-radius: 6px;
  cursor: pointer;
}
.cookie_notice {
  width: 100%;
  max-width: 1150px;
  display: none;
  position: fixed;
  align-items: center;
  justify-content: center;
  z-index: 9999999;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: fixed;
  text-align: center;
  font-size: 14px;
  font-family: Verdana, sans-serif;
  color: #222;
  background: #e2e2e2;
  padding: 10px 20px;
  border-top: none;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 0 35px -20px #000;
  opacity: 1;
}

.cookie_btn {
  display: inline-block;
  margin: 0 7px 0 7px;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  padding: 4px 12px;
  color: #fff;
  text-transform: inherit;
  background: var(--default-color-dark);
  border: 2px solid transparent;
  border-radius: 3px;
}

.cookie_btn:hover {
  opacity: 0.8;
}

@media (max-width: 1200px) {
  .navigation ul li {
    width: auto;
    text-align: center;
    min-width: 140px;
  }
  .banner-top {
    height: 580px;
  }
  .wrap-our-cats ul li {
    height: 230px;
  }
  .us-description {
    font-size: 16px;
  }
  .feedback-left {
    width: 50%;
  }
  .feedback-right {
    width: 50%;
  }
  #form-question ul {
    flex-direction: column;
    gap: 10px;
  }
  #form-question ul li {
    width: 100%;
  }
  .wrap-submit {
    flex-direction: column;
  }
  .wrap-submit .checkbox {
    width: 100%;
  }
  .wrap-submit .wrap-brn-submit {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 20px;
  }
  .item-slide {
    max-width: 49%;
  }
  .wrap-contacts {
    flex-direction: column;
  }
  #cats .item-slide a {
    border-radius: 6px;
    border: 1px solid #ccc;
  }
  .item-contact {
    width: 100%;
    margin-bottom: 12px;
  }
  .item-slide a,
  .item-slide .img-slide {
    height: 195px;
  }
  .item-contact {
    min-width: 100px;
  }
  /* .item-slide a,
  .item-slide .img-slide {
    height: 150px;
  } */
  /* .wrap-submit .checkbox {
    width: 70%;
  }
  .wrap-submit .wrap-brn-submit {
    width: 28%;
  }
  .wrap-our-cats ul li {
    height: 290px;
  } */
  .cookie_notice {
    width: 85%;
    max-width: 500px;
    bottom: 0;
    display: none;
    left: 0;
    max-height: 60px;
    top: 0;
    margin: auto auto 0;
    right: 0;
    font-size: 11px;
    flex-direction: column;
  }

  .cookie_btn {
    margin: 5px 4px 4px 4px;
    font-size: 12px;
  }
}
@media (max-width: 800px) {
  .wrap-logo {
    flex-direction: column;
    gap: 10px;
  }
  .wrap-our-cats ul li {
    height: 176px;
  }
  .banner-top {
    height: 400px;
  }
  h2.title {
    font-size: 26px;
    margin: 20px auto;
  }
  .wrap-form {
    flex-direction: column;
  }
  .feedback-left {
    width: 100%;
  }
  .feedback-right {
    width: 100%;
    border-top: 1px solid #cccccc;
    border-left: none;
  }
  /* .item-slide a,
  .item-slide .img-slide {
    height: 136px;
  } */
  .slide-sub-description {
    font-size: 16px;
  }
  .wrap-university .our-cats-name {
    font-size: 12px;
    padding: 0 10px;
    height: auto;
    min-height: 40px;
  }
}

@media (max-width: 575px) {
  .logo {
    font-size: 20px;
    font-weight: 700;
  }
  .item-slide a,
  .item-slide .img-slide {
    height: 230px;
  }
  .banner-top {
    height: 222px;
  }
  .wrap-our-cats ul li {
    width: 100%;
    height: 222px;
  }
  .svg-in-photo {
    width: 30px;
    height: 30px;
  }
  .item-slide {
    max-width: 100%;
  }
  .section-slider {
    position: relative;
    width: 100%;
  }
  .wrap-siploms img {
    max-width: 120px;
    max-height: 120px;
  }
  .our-cats-name {
    font-size: 16px;
    padding: 0 10px;
  }
  nav.navigation ul {
    display: none;
  }
  .wrap-logo {
    padding-bottom: 10px;
  }
  nav.navigation {
    min-height: 44px;
    position: relative;
  }
  .header-burger_mob-first {
    transform: translate(9px, -3px) rotate(45deg);
    transform-origin: left top;
  }
  .header-burger_mob-middle {
    transform: translate(0px, -11px) rotate(-45deg);
    transform-origin: right bottom;
  }
  .header-social-mob-end {
    transform: scale(0);
  }
  .header-burger_mob {
    height: 30px;
    width: 30px;
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 10px;
  }
  .on_flex {
    display: flex !important;
  }
  .header-burger_mob > span {
    transition: all 0.3s;
    height: 3px;
    background: white;
    display: block;
    width: 30px;
    margin: 4px 0;
  }
  .header-filter_mob > .header-burger_mob-middle {
    transform: translate(-1px, 0px) rotate(-45deg);
  }
  .header-filter_mob > .header-burger_mob-first {
    transform: translate(25px, 1px) rotate(45deg);
  }
  /* .mob-hiden{
    display: none;
  } */
  nav.navigation ul {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    text-align: left;
  }
  nav.navigation ul li a {
    justify-content: flex-start;
  }
  footer.navigation ul {
    flex-direction: column;
  }
  .cookie_notice div {
    margin-top: 5px;
  }
  .cookie_notice {
    max-height: 120px;
  }
}

@media (max-width: 360px) {
  .item-slide a,
  .item-slide .img-slide {
    height: 200px;
  }
  .logo {
    font-size: 18px;
    font-weight: 700;
  }
  .banner-top {
    height: 196px;
  }
  .wrap-our-cats ul li {
    width: 100%;
    height: 196px;
  }
  h2.title {
    font-size: 18px;
    margin: 20px auto;
  }
  .us-description {
    font-size: 14px;
  }
  .feedback-left h2 {
    line-height: 34px;
    font-size: 18px;
  }
  .feedback-left p {
    font-size: 14px;
  }
}
