* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.hidden {
  display: none;
}

.myhidden {
  display: none;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

button {
  cursor: pointer;
}

.fade {
  opacity: 0;
  animation: fadeIn 1s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

section {
  overflow-x: hidden;
}

body {
  /* max-width: 100vw; */
  mix-blend-mode: darken;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
  font-family: 'Open Sans', sans-serif;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.container {
  margin: 0 auto;
  max-width: 1450px;
  padding-left: 5px;
  padding-right: 5px;
}

.mainTitle_block {
  margin: 0 auto;
  max-width: 687px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.title {
  padding-top: 50px;
}

/* Sun header */

.header_logo-text {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  color: #212329;
}

.main_header-nav-burger-btn {
  display: none;
}

.main_header-nav-mobile {
  padding-bottom: 10px;
  background: #fff;
  text-align: center;
  width: 100vw;
  /* height: 516px; */
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

.nav-mobile_header-item {
  margin-top: 14px;
}

.main_header-nav-drop {
  position: relative;
}

.main_header-nav-drop-btn {
  color: #212329;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: -20px;
  /* justify-content: baseline; */
}

.main_header-nav-drop span {
}

.main_header-nav-drop-btn {
  background: none;
  border: none;
}

.main_header-item_drop-content {
  position: absolute;
  left: -80px;
  /* transform: translateX(-50%); */
  top: 5px;

  box-shadow: -1px -3px 19px 3px rgba(34, 60, 80, 0.2);

  flex-direction: column;
  width: 200px;
  /* height: 100px; */
  margin-top: 20px;
  display: none;
  z-index: 1;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
}

.main_header-item_phone {
  display: none;
}

.main_header-item_drop-link + .main_header-item_drop-link {
  margin-top: 13px;
}

.main_header-item_drop-link {
  display: block;
  color: #212329;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.nav-mobile_header-item a {
  color: #212329;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.nav-mobile_sun-item {
  margin-top: 6px;
}

.nav-mobile_sun-item a {
  color: var(--Gray-Text, #545a6e);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.nav-mobile_line {
  margin-top: 20px;
  width: 90%;
  height: 1px;
  background: rgba(84, 90, 110, 0.2);
}

.nav-mobile_sun {
  display: none !important;
}

.sun_header {
  display: none !important;
  background: #f8f8f8;
}

.sun_header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
}

.header_nav {
  display: flex;
}

.header_links {
  display: flex;
}

.header_nav-link {
  color: var(--Gray-Text, #545a6e);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header_nav-item + .header_nav-item {
  margin-left: 24px;
}

.header_links-item + .header_links-item {
  margin-left: 24px;
}

/* .header_nav-link {
  display: block;
} */

.header_links-item .header_nav-link {
  display: flex;
  align-items: center;
}

.header_links-item .header_nav-link img {
  margin-right: 4px;
}

/* Main header */

.main_header-nav-burger-btn button {
  background: none;
  border: none;
}

.main_header {
  padding-top: 16px;
  padding-bottom: 16px;
}

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

.header_logo-block {
  /* max-width: 350px; */
  cursor: pointer;
  display: flex;
  align-items: center;
}

.header_logo-block p {
  display: inline-block;
  margin-left: 20px;
  color: #212329;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 158px;
}

.main_header-nav {
  display: flex;
  align-items: center;
}

.main_header-item + .main_header-item {
  margin-left: 32px;
}

.main_header-item {
  cursor: pointer;
  color: #212329;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.main_header-item button {
  border: none;
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--White, #fff);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 4px;
  background: #368db5;
}

.main_header-item button:hover {
  background: var(--Hover, #2f7cb2);
}

.main_header {
  font-family: Roboto;
  font-weight: 600;
  font-size: 64px;
  color: var(--black);
}

.title {
  background: url('../BG.png'),
    rgba(211, 211, 211, 0.2) 0% 0% / 20.45833319425583px 20.45833319425583px repeat;
  mix-blend-mode: darken;
}

.reviews,
.carousel-section {
  background: url('../BG.png'),
    rgba(211, 211, 211, 0.2) 0% 0% / 20.45833319425583px 20.45833319425583px repeat;
  mix-blend-mode: darken;

  padding-top: 80px;
  padding-bottom: 80px;
}

.review-form {
  display: flex;
}

input[type='text'],
input[type='email'],
textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}
textarea {
  height: 150px;
}
input[type='submit'] {
  background-color: #4caf50;
  color: #fff;
  border: none;
  padding: 15px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
input[type='submit']:hover {
  background-color: #45a049;
}

.container-form {
  margin-top: 100px;
  min-width: 400px;
  margin-left: 100px;
  border-radius: 8px;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.08);
  background: white;
  padding: 30px 45px;
}

form {
  padding-left: 3px;
}

.form-title {
  font-family: Roboto;
  font-weight: 500;
  font-size: 21px;
  color: #303030;
  margin-bottom: 30px;
}

.container-form label {
  font-weight: 600;
  font-size: 13px;
  color: #4f4e7b;
  margin-top: 18px;
  display: block;
}

.container input {
  padding: 0;
  margin-top: 10px;
  max-width: 344px;
  min-height: 29px;
  border: none;
}

.container-form textarea {
  height: 60px;
  margin-top: 20px;
  border: none;
  resize: none;
}

.container-form textarea::placeholder {
  font-weight: 600;
  font-size: 13px;
  color: #4f4e7b;
}

.form-submit {
  border-radius: 4px;
  padding: 12px 24px;
  width: 100%;
  height: 42px;
  font-family: Roboto;
  font-weight: 600;
  font-size: 15px;
  color: white;
  border: none;
  background-color: #368db5;
  margin-top: 27px;
}

.form-redtext {
  color: red;
}

.reivew_main {
  display: flex;
  align-items: flex-start;
}

.review_main-title {
  font-family: Roboto;
  font-weight: 600;
  font-size: 34px;
  color: #333;
  margin-top: -50px;
}

.review_main-text {
  margin-top: 30px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--black);
}

.review_main-item {
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.13);
  background: white;
  border-radius: 14px;
  padding: 30px;
  margin-top: 20px;
}

.review_main-name {
  font-family: Roboto;
  font-weight: 600;
  font-size: 17px;
  color: #212329;
}

.review_main-what {
  margin-top: 5px;

  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  color: #545a6e;
}

.review_main-ans {
  margin-top: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
}

.main_header-title {
  font-weight: 600;
  font-size: 64px;
  color: black;
}

.show-more-btn {
  font-family: Roboto;
  font-weight: 600;
  font-size: 16px;
  color: #368db5;
  border: none;
  margin-top: 12px;
}

/* carouserl */

.carousel {
  position: relative;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}

.carousel-inner {
  gap: 20px;
  display: flex;
  transition: transform 0.5s ease;
}

.carousel img {
  width: calc(100% / 5.3);
  cursor: pointer;
}

.carousel button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
  z-index: 2;
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 80px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 150%;
  max-height: 150%;
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

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

.carousel-title {
  margin-bottom: 30px;
  font-family: Roboto;
  font-weight: 600;
  font-size: 34px;
  color: #333;
}

.carousel-section {
  padding-top: 0;
}

footer {
  padding-top: 40px;
  padding-bottom: 20px;
  background: var(--Dark-Blue, #212329);
}

.footer_content {
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer_left {
  display: flex;
  align-items: flex-start;
}

.footer_list-item {
  margin-top: 6px;
}

.footer_list-item,
.footer_list-item a {
  color: var(--Light-Blue-BG, #f8f8f8);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.8;
}

.footer_list1 {
  width: 330px;
  margin-right: 56px;
}

.footer_list2,
.footer_list3 {
  width: 220px;
  margin-right: 24px;
}

footer .map_item-phone {
  margin-bottom: 13px;
  margin-top: 32px;
  color: var(--White, #fff);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  opacity: 1;
}

footer .mail,
footer .location,
footer .time {
  margin-top: 8px;
}

.footer_list-title {
  color: var(--White, #fff);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer_right {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.footer_right-btn {
  color: var(--Dark-Blue, #212329);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;

  border-radius: 4px;
  background: var(--White, #fff);
}

.footer_right-btn {
  background: var(--Hover, #2f7cb2);
}

.footer_right_item {
  width: 20px;
  height: 20px;
}

.footer_right-list {
  margin-top: 12px;
}

.footer_right_item + .footer_right_item {
  margin-left: 8px;
}

.footer_line {
  margin-top: 20px;
  width: 100%;
  height: 1px;
  background: rgba(248, 248, 248, 0.2);
}

.footer_end {
  margin-top: 20px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_end,
.footer_end a {
  color: var(--Light-Blue-BG, #f8f8f8);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.6;
}

@media (max-width: 1000px) {
  .reivew_main {
    flex-wrap: wrap;
  }

  .container-form {
    margin-left: auto;
    margin: 0 auto;
    margin-top: 30px;
  }
}

@media (max-width: 700px) {
  .carousel img {
    width: calc(100% / 3.3);
  }
}
