/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img,
svg {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

input {
  outline: none;
  border: none;
  background-color: transparent;
}

input::-moz-placeholder {
  color: inherit;
}

input::-webkit-input-placeholder {
  color: inherit;
}

input:-ms-input-placeholder {
  color: inherit;
}

input::-ms-input-placeholder {
  color: inherit;
}

input::placeholder {
  color: inherit;
}

a {
  display: inline-block;
  color: inherit;
  font-family: inherit;
}

html {
  font-size: 10px;
}

body {
  font-family: "Montserrat Alternates", sans-serif;
  color: #212529;
  line-height: 1.2;
  min-height: 100vh;
  padding-top: 2.8rem;
  padding-bottom: 7.5rem;
  background-image: url(../img/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

@media screen and (max-width: 1200px) {
  body {
    background-image: url(../img/bg-s.webp);
    padding-top: 1.8rem;
    padding-bottom: 3.4rem;
  }
}

.container {
  max-width: 56rem;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 32rem;
  }
}

.logo {
  display: block;
  margin: 0 auto;
}

.site {
  padding-top: 3rem;
}

.site .container {
  border-radius: 1.5rem;
  background-color: #EFEFEF;
  padding: 1rem;
}

.general {
  background-color: #FFFFFF;
  border-radius: 1rem;
  overflow: hidden;
  padding: 4rem 3.7rem 3rem 3.7rem;
  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: 1rem;
}

@media screen and (max-width: 1200px) {
  .general {
    position: relative;
    display: block;
    padding: 4.3rem 2.2rem 3rem 2.2rem;
  }
}

@media screen and (max-width: 1200px) {
  .general__image {
    position: absolute;
    width: 10rem;
    height: auto;
    top: 2.4rem;
    right: 2.1rem;
  }
}

.general__title {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 1.7rem;
}

@media screen and (max-width: 1200px) {
  .general__title {
    font-size: 1.9rem;
    margin-bottom: 2.2rem;
  }
}

.general__title b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  font-size: 2.6rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 1200px) {
  .general__title b {
    font-size: 2rem;
    margin-bottom: 0.2rem;
  }

  .general__title b img {
    width: 2.6rem;
    height: 2.6rem;
  }
}

.general__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.3rem;
  padding: 0.3rem 0.8rem;
  background-color: #5378D8;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  font-style: italic;
  line-height: 1;
  color: #FFFFFF;
}

@media screen and (max-width: 1200px) {
  .general__subtitle {
    margin-bottom: 1.5rem;
  }
}

.general__desc {
  max-width: 20.4rem;
  font-size: 1.4rem;
  font-style: italic;
  line-height: 1.3;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 1rem;
  margin-bottom: 1rem;
}

.social__code {
  padding: 0.7rem 1.5rem;
  background-color: #FFFFFF;
  border-radius: 1rem;
}

@media screen and (max-width: 1200px) {
  .social__code {
    display: none;
  }
}

.social__info {
  background-color: #FFFFFF;
  width: 100%;
  border-radius: 1rem;
  padding: 1.8rem 1.4rem;
}

@media screen and (max-width: 1200px) {
  .social__info {
    padding: 2rem 2.4rem;
  }
}

.social__title {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.9rem;
}

@media screen and (max-width: 1200px) {
  .social__title {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 0.8rem;
  }
}

.social__subtitle {
  font-size: 1.4rem;
  font-style: italic;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 1.3rem;
}

@media screen and (max-width: 1200px) {
  .social__subtitle {
    margin-bottom: 1.9rem;
  }
}

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

@media screen and (max-width: 1200px) {
  .social__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.social__list+.social__list {
  margin-top: 1rem;
}

.social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3rem;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
}

.network {
  border-radius: 1rem;
  background-color: #FFFFFF;
  padding: 1.7rem 1.3rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 1200px) {
  .network {
    background-color: transparent;
    padding: 0;
  }
}

.network__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.network__item {
  width: calc((100% - 2rem) / 3);
}

@media screen and (max-width: 1200px) {
  .network__item {
    width: 100%;
  }
}

.network__link {
  width: 100%;
  height: 4.7rem;
  border-radius: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  color: #FFFFFF;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
}

.network__link.telegram {
  background-color: #2BABEE;
}

.network__link.telegram:hover {
  background-color: #1582bc;
}

.network__link.skype {
  background-color: #01B9F1;
}

.network__link.skype:hover {
  background-color: #1e96bb;
}

.network__link.linkedin {
  background-color: #0A66C2;
}

.network__link.linkedin:hover {
  background-color: #1a5692;
}

.partner {
  border-radius: 1rem;
  background-color: #FFFFFF;
  padding: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .partner {
    background-color: transparent;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}

.partner__title {
  font-size: 1.4rem;
  max-width: 18.1rem;
  line-height: 1.35;
  font-weight: 500;
  font-style: italic;
}

@media screen and (max-width: 1200px) {
  .partner__title {
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 1rem;
    text-align: center;
    padding: 1.3rem 6rem;
    max-width: 100%;
  }
}

.partner__link {
  margin-left: 1.3rem;
  width: 14.4rem;
  height: 4.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.014rem;
  text-decoration: none;
  border-radius: 10rem;
  border: 0.1rem solid #355ECB;
  color: #355ECB;
}

@media screen and (max-width: 1200px) {
  .partner__link {
    margin-left: 0;
    width: 100%;
  }
}

.partner__link.blue {
  margin-left: 2.4rem;
  background-color: #355ECB;
  color: #FFFFFF;
}

@media screen and (max-width: 1200px) {
  .partner__link.blue {
    margin-left: 0;
    width: 100%;
  }
}