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

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.is-hidden {
  display: none;
}
a {
  cursor: pointer;
}
a[href]:hover {
  color: var(--hover-color);
}

.contact__link_mail:hover {
  color: var(--hover-color);
}

.inner-container {
  max-width: 1920px;
  margin: 0 30px;
}

.conteiner-bg {
  background-color: #f5f5fa;
}

@media screen and (min-width: 768px) {
  /*tablet*/
  .inner-container {
    margin: 0 60px;
  }
}

@media screen and (min-width: 1920px) {
  /*ultrawide*/
  .inner-container {
    margin: 0 160px;
  }
}

/* header start */

.header {
  margin-bottom: 10px;
}

.header_top {
  background: #f5f5fa;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.edd {
  background: #e6e6f0;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-right: 6px;
  display: none;
}

.switch-language {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-left: 22px;
}

.switch {
  display: inline-block;
  margin-right: 14px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.switch:last-child {
  margin-right: 0px;
}

.language {
  color: var(--grey-color);
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
  display: inline-block;
}

.language-active {
  color: var(--main-text-color);
}

.language:hover {
  background: #f5f5fa;
  border-radius: 8px;
  padding: 5px 7px;
  width: 33px;
  height: 25px;
}

.lang-bg {
  background: #f0145a;
  border-radius: 8px;
  width: 33px;
  height: 25px;
  padding: 5px 7px;
}

.header-map {
  display: none;
}

.phone {
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
  line-height: 20px;
  color: var(--grey-color);
  text-decoration: none;
}

.header-link_fb {
  width: 24px;
  height: 24px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  background: none;
}

@media screen and (max-width: 768px) {
  .header-link_fb {
    display: none;
  }
}

.fb-red-hover {
  display: none;
}

.header-link_fb:hover .fb-f {
  display: none;
}

.header-link_fb:hover .fb-red-hover {
  display: block !important;
}

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

.logo375 {
  display: flex;
  margin-top: 15px;
}

.logo-link {
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
}

.logo {
  width: 69.33px;
  height: 32px;
  margin-left: 15px;
}

.logo-slash {
  width: 11.62px;
  height: 26px;
  margin: 0 4px 0 4px;
}

.logo-768 {
  display: none;
}

.nav {
  display: none;
}

.logo-1024 {
  display: none;
}

.breadcrumb {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #323264;
}

.nav-btn {
  width: 32px;
  height: 32px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  margin-top: 12.5px;
  margin-right: 15px;
  background: none;
}

@media screen and (min-width: 768px) {
  .header {
    margin-bottom: 65px;
  }

  .header_top {
    background: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 50px;
    margin-bottom: 30px;
  }

  .switch-language {
    margin-left: 60px;
  }

  .edd {
    display: block;
  }

  .header-map {
    display: block;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    color: #b3b3ba;
    text-decoration: none;
    font-weight: 400;
    margin-right: 6px;
  }

  /*Времено  */
  .switch:last-child {
    margin-right: 6px;
  }

  .phone {
    margin-right: 6px;
  }

  .header-link_fb {
    display: block;
  }

  .logo {
    margin-left: 60px;
  }

  .nav-mobile {
    display: none;
  }

  .nav {
    display: block;
  }

  .list {
    list-style-type: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    margin-left: 60px;
  }

  .list-item {
    margin-right: 15px;
  }

  .list-link {
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    color: var(--main-link-color);
  }

  .list-link:hover {
    border-bottom: 2px var(--main-link-color) solid;
    line-height: 3px;
    color: var(--main-link-color);
  }

  .list-link__active {
    border-bottom: 2px #f0145a solid;
    line-height: 3px;
    color: var(--hover-color);
  }

  .logo375 {
    display: none;
  }

  .logo-1024 {
    display: none;
  }

  .logo-768 {
    display: flex;
    margin: 0 0 30px 60px;
  }

  .logo-768_img {
    width: 130px;
    height: 60px;
  }

  .breadcrumb {
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    color: #323264;
  }
}

@media screen and (min-width: 1024px) {
  .header {
    margin-bottom: 65px;
  }

  .logo-1024 {
    display: flex;
    padding-top: 50px;
    float: left;
  }

  .logo {
    width: 130px;
    height: 60px;
  }

  .header_top {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0px;
    padding: 0;
    padding-top: 50px;
    margin-left: 275px;
    margin-right: 60px;
  }

  .switch-language {
    margin-left: 0px;
  }

  .header_bot {
    display: inline-block;
  }

  .list {
    justify-content: flex-end;
    margin-right: 60px;
  }

  .logo-768 {
    display: none;
  }
}

/* header end */

/* cards */
.cards {
  padding-top: 30px;
  padding-bottom: 30px;
}
#cards {
  animation: fadeIn 1s ease-in;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.animate-this-element {
}

.hr {
  border: 2px solid #e6e6f0;
  margin-bottom: 15px;
  height: auto;
  margin: 0 30px;
}

.column {
  margin-bottom: 30px;
}

.cards-link {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
  color: var(--main-link-color);
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 30px;
  padding-bottom: 5px;
}

.card_link_mr30 {
  margin-right: 30px;
}

.card {
  width: 100%;
  background-color: #ffffff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 30px;
  height: 100%;
}

.cards-content {
  display: grid;
}

@media screen and (min-width: 768px) {
  .cards-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .cards-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}

.card:last-child {
  margin-bottom: 0;
}

.card-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
  border-radius: 8px 8px 0px 0px;
}

.card_link {
  font-size: 16px;
  line-height: 20px;
  color: #24a3ff;
  text-decoration: none;
  margin-bottom: 15px;
  margin-left: 30px;
}

.card_link__mt {
  margin-top: 30px;
}

.card_data {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #b3b3ba;
  margin-bottom: 15px;
  margin-left: 30px;
}

.hr {
  border: 2px solid rgba(230, 230, 240, 0.3);
  margin-bottom: 15px;
}

.card_text {
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  margin: 0 30px 30px 30px;
  font-weight: 400;
}

.content-btn {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.card-btn {
  border: none;
  background: #24a3ff;
  box-shadow: 0px 0px 20px rgba(36, 163, 255, 0.5);
  border-radius: 12px;
  padding: 18px 30px;
  color: #ffffff;
}

.footer-hr {
  border: 1px solid rgb(230, 230, 240);
  margin-bottom: 30px;
}
