*,
*::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;
}

a:hover {
  color: var(--hover-color);
}

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

.list-link:hover {
  border-bottom: 2px #ffffff solid;
  line-height: 3px;
  color: #ffffff;
}

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

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

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

.container {
  background: linear-gradient(
    228.57deg,
    #323264 11.93%,
    #323264 57.17%,
    #643e72 87.46%
  );
  border-radius: 0px 0px 12px 12px;
  /* height: 3344px; */
}

.h {
  background-image: url(../img/symbol/Symbol-375.png);
  background-repeat: no-repeat;
}

.header {
  margin-bottom: 129px;
}

.header_top {
  background: rgba(245, 245, 250, 0.2);
  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(--main-text-color);
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
  display: inline-block;
}

.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(--main-text-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;
}

.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;
}

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

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

  .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;
  }

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

  .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: #ffffff;
  }

  .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: block;
    margin: 0 0 30px 60px;
  }

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

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

  .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 !important;
  }
}

/* sentence */
.title {
  font-size: 30px;
  line-height: 37px;
  background: var(--bg-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 315px;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}

.mb30 {
  margin-bottom: 30px !important;
}

.list-items {
  display: grid;
}

.icon {
  width: 92px;
  height: 92px;
  margin-bottom: 30px;
}

.item {
  text-decoration: none;
  font-size: 22px;
  line-height: 27px;
  color: var(--main-link-color);
  display: inline-block;
  margin-bottom: 15px;
}

.item-text {
  font-size: 16px;
  line-height: 26px;
  color: var(--main-text-color);
  font-weight: 400;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  margin-right: 30px;
}

.border-1 {
  background: #cacadb;
  border-radius: 0px 0px 12px 12px;
  height: 10px;
  width: 95%;
  margin: 0 auto;
}

.border-2 {
  background: #e7e7f2;
  border-radius: 0px 0px 12px 12px;
  height: 10px;
  width: 89%;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .logo-768 {
    display: flex;
    margin: 0 0 30px 60px;
  }
  .title {
    font-size: 38px;
    line-height: 46px;
    width: 648px;
    margin-bottom: 60px;
  }

  .services {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px 60px;
    align-items: baseline;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .services {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.border-1 {
  background: #cacadb;
  border-radius: 0px 0px 12px 12px;
  height: 10px;
  width: 95%;
  margin: 0 auto;
}

.border-2 {
  background: #e7e7f2;
  border-radius: 0px 0px 12px 12px;
  height: 10px;
  width: 89%;
  margin: 0 auto;
  margin-bottom: 60px;
}

/* *!promo start */

.promo {
  display: grid;
}

.promo-title {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #323264;
  width: 210px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.promo-card {
  width: 100%;
  height: 120px;
}

.promo-card__img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.img1 {
  margin-top: 30px;
}

.promo-card-1 {
  background-color: #1c4280;
}

.promo-card-2 {
  background-color: #143646;
}

.img2 {
  margin-top: 44px;
}

.promo-card-3 {
  background-color: #f48b30;
}

.img3 {
  margin-top: 38px;
}

.promo-card-4 {
  background-color: #9e4dc3;
}

.img4 {
  margin-top: 38px;
}

.promo-card-5 {
  background-color: #fd9339;
}

.img5 {
  margin-top: 38px;
}

.promo-card-6 {
  display: none;
}

.promo-card-6-1 {
  background: #e2e2e4;
}

.img7 {
  margin-top: 36px;
}

.promo-card-7 {
  display: none;
}

.promo-card-8 {
  display: none;
}

.promo-card-9 {
  display: none;
}

.promo-card-10 {
  display: none;
}

.promo-card-11 {
  display: none;
}

.promo-card-12 {
  display: none;
}

.bg7 {
  background: #f5f5fa;
}

.cards {
  padding-top: 30px;
  padding-bottom: 30px;
}

.column {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .promo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }

  .promo-card-6-1 {
    display: none;
  }

  .promo-card-6 {
    display: block;
    background: #e2e2e4;
  }

  .img6 {
    margin-top: 36px;
  }

  .promo-card-7 {
    display: block;
    background: #c71c36;
  }

  .img8 {
    margin-top: 29px;
  }

  .promo-card-8 {
    display: block;
    background: #dcf3f9;
  }

  .img9 {
    margin-top: 22px;
  }

  .promo-card-9 {
    display: block;
    background: #eaeaea;
  }

  .img10 {
    margin-top: 30px;
  }

  .promo-card-10 {
    display: block;
    background: #282240;
  }

  .img11 {
    margin-top: 41px;
  }

  .promo-card-11 {
    display: block;
    background: #1d4568;
  }

  .img12 {
    margin-top: 37px;
  }

  .promo-card-12 {
    display: block;
    background: #000000;
  }

  .img13 {
    margin-top: 13px;
  }
}

@media screen and (min-width: 1024px) {
  .promo {
    margin: 0 100px 60px 100px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
/* *!promo end*/

.bg7 {
  padding-top: 30px;
}
