@charset "UTF-8";
/*Обнуление*/
@import url("../fonts/VisbyRoundCF/stylesheet.css");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/
.header {
  background: #fff;
  position: fixed;
  width: 100%;
  min-width: 340px;
  left: 0px;
  top: 0;
  z-index: 10;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: visible;
}
.header__wrapper {
  position: relative;
  width: 90%;
  overflow: visible;
  margin: auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}
.header__logo {
  width: 25%;
}
.header__links {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__cab {
  width: 25%;
}
.header__cab_button {
  color: #fff;
  width: 100px;
  height: 40px;
  border-radius: 15px;
  background-color: #2355A2;
}
.header__item {
  width: 20%;
  height: 100%;
}
.header__item img {
  width: 100%;
  height: 100%;
}
.header__item_text {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.02em;
}

.footer {
  width: 100%;
  padding-bottom: 40px;
}
.footer__wrapper {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
.footer__logo {
  font-size: 40px;
  color: #fff;
}
.footer__logo img {
  width: 30px;
  height: 30px;
}
.footer__adr {
  text-align: center;
}

.fc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

h2 {
  font-size: 40px;
  font-weight: bold;
  color: #2355A2;
  text-align: center;
}

h4 {
  font-size: 20px;
  font-weight: bold;
  color: #2355A2;
}

.bl {
  color: #2355A2;
}

.typtext {
  font-weight: 400;
  line-height: 120%;
  font-size: 14px;
}

* {
  font-family: "Montserrat", serif;
  margin: 0;
}

.photo_shadow {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}

.wrapper {
  width: 100%;
  overflow: hidden;
  background-color: #F3F7FF;
}

.home {
  width: 100%;
  height: 700px;
}
.home__wrapper {
  margin: 0 auto;
  height: 100%;
  width: 96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home__left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 21px;
}
.home__left_title {
  font-weight: bold;
  font-size: 32px;
  color: #000;
}
.home__left_subtitle {
  font-weight: 500;
  line-height: 120%;
  font-size: 20px;
}
.home__left_button {
  padding: 10px 20px;
  max-width: 180px;
  border: 2px solid #2355A2;
  border-radius: 5px;
  background-color: #F3F7FF;
  color: #2355A2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home__left_button:hover {
  background: #2355A2;
  -webkit-box-shadow: inset -3.5em 0 0 0 #2355A2, inset 3.5em 0 0 0 #2355A2;
          box-shadow: inset -3.5em 0 0 0 #2355A2, inset 3.5em 0 0 0 #2355A2;
  color: #fff;
}
.home__right {
  width: 55%;
  height: 100%;
}
.home__right img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  width: 100%;
  height: auto;
}

.about {
  height: 1000px;
  width: 100%;
  background: url("../img/bg.png") 50% 50%/cover no-repeat;
}
.about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about__title {
  margin-top: -50px;
  margin-bottom: 20px;
}
.about__text {
  margin-top: -50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  width: 660px;
  font-weight: 500;
  line-height: 140%;
  font-size: 18px;
}
.about__text p {
  margin-top: 24px;
}

.services {
  margin-top: -5px;
  width: 100%;
  background-color: #023891;
}
.services__title {
  color: #fff;
  padding-top: 50px;
}
.services__wrapper {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
.services__item {
  margin-top: 50px;
  width: 30%;
  height: 300px;
  background-color: #F3F7FF;
  border-radius: 15px;
}
.services__item_wrapper {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.services__item_icon {
  height: 40%;
  width: 100%;
}
.services__item_icon p {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #2355A2;
}
.services__item_icon img {
  width: 60px;
  height: 60px;
}
.services__item_title {
  margin-bottom: 20px;
}
.services__item_text {
  padding: 0 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .home {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .home__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__left {
    width: 90%;
    padding-top: 100px;
  }
  .home__right {
    width: 90%;
    margin-top: -80px;
  }
  .about__text {
    width: 80%;
    font-size: 16px;
  }
  .services__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .services__item {
    width: 80%;
  }
  .header__links {
    display: none;
  }
  .header__wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__adr {
    margin-top: 20px;
  }
  .footer__logo {
    width: 90%;
    margin-bottom: 40px;
    margin-top: -20px;
  }
}