@charset "UTF-8";
/*Обнуление*/
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -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;
}

/*--------------------*/
@font-face {
  font-family: 'Montserrat';
  font-weight: 400;
  font-style: normal;
  src: url(https://fs.advance.ru/fonts/Montserrat/Montserrat-Regular.ttf);
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 900px) {
  .container {
    padding: 0 10px;
  }
}

body {
  position: relative;
  background-image: url(img/bg-IM-conspect-1920.png);
  background-repeat: no-repeat;
  background-position-x: 50%;
}
@media (max-width: 1155px) {
  body {
    background-size: 111rem;
    background-position-x: 60%;
  }
}
@media (max-width: 780px) {
  body {
    background-image: url(img/bg-IM-conspect-768.png);
    background-size: auto;
    background-position-x: center;
  }
}
@media (max-width: 665px) {
  body {
    background-image: none;
    background: linear-gradient(360deg, #F3E8FF 0%, #D4AAFF 100%);
    background-size: auto;
    background-position-x: center;
  }
}

/*MODAL*/
.modal {
  display: none;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100vw;
  height: 100vh;
}
.modal .bg_modal {
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  align-items: center;
  flex-direction: column;
}
.modal .bg_modal .body {
  max-width: 600px;
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  background: #fff;
}
@media (max-width: 728px) {
  .modal .bg_modal .body {
    width: 300px;
    padding: 0;
  }
}

/*HEADER*/
header {
  margin-top: 23px;
}

.header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_content span {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 23px;
  text-align: right;
  color: #3C3C3C;
}
@media (max-width: 1040px) {
  .header_content span {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 1040px) {
  .header_content img {
    height: 28px;
  }
}
@media (max-width: 424px) {
  .header_content img {
    height: 24px;
  }
}

/**MAIN**/
.block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 67px;
  margin: 80px 40% 0 0;
  padding-bottom: 185px;
}
@media (max-width: 1155px) {
  .block {
    gap: 42px;
  }
}
@media (max-width: 780px) {
  .block {
    margin: 46px 40% 0 0;
    padding-bottom: 9%;
  }
}
@media (max-width: 665px) {
  .block {
    margin: 20px 0 0 0;
    padding-bottom: 405px;
  }
}
.block img {
  display: none;
  z-index: 0;
}
@media (max-width: 665px) {
  .block img {
    display: flex;
    position: absolute;
    bottom: 114px;
  }
}
.block h1 {
  position: relative;
  z-index: 1;
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 66px;
  line-height: 76px;
  text-align: center;
  color: #1D1D1D;
}
@media (max-width: 1155px) {
  .block h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (max-width: 665px) {
  .block h1 {
    font-size: 36px;
    line-height: 41px;
  }
}
.block button {
  position: relative;
  z-index: 1;
  width: 460px;
  height: 72px;
  background: linear-gradient(360deg, #FE4C04 0%, #FF8756 100%);
  box-shadow: 0px 5px 15px -5px #D03C00;
  border-radius: 20px;
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  line-height: 41px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 1155px) {
  .block button {
    width: 287.86px;
    height: 50px;
    border-radius: 15px;
    font-size: 22px;
    line-height: 25px;
  }
}
@media (max-width: 665px) {
  .block button {
    width: 300px;
  }
}

/****************FOOTER*******************/
footer {
  position: relative;
  z-index: 1;
  padding: 50px 0 55px;
  background-color: #404143;
}
@media (max-width: 1230px) {
  footer {
    padding: 29px 0 31px;
  }
}

.about_section {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 34px;
}
@media (max-width: 1230px) {
  .about_section {
    gap: 15px;
  }
}
@media (max-width: 700px) {
  .about_section {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}

.about_us {
  width: 370px;
}
@media (max-width: 1230px) {
  .about_us {
    width: 226px;
  }
}
.about_us .requisite {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}
@media (max-width: 1230px) {
  .about_us .requisite {
    font-size: 8px;
    line-height: 12px;
  }
}

.footer_numbers {
  margin: 20px 0 22px;
}
@media (max-width: 1230px) {
  .footer_numbers {
    margin: 12px 0 14px;
  }
}
.footer_numbers span {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
}
@media (max-width: 1230px) {
  .footer_numbers span {
    font-size: 11px;
    line-height: 14px;
  }
}

.about_social {
  width: 170px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1230px) {
  .about_social > img {
    width: 104px;
    height: 25px;
  }
}

.social_media {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}
@media (max-width: 1230px) {
  .social_media {
    margin-top: 5px;
    gap: 8px;
  }
}
@media (max-width: 1230px) {
  .social_media img {
    width: 20px;
    height: 20px;
  }
}

.politics {
  margin: 35px 0 30px;
  display: flex;
  gap: 10px;
}
@media (max-width: 1230px) {
  .politics {
    margin: 18px 0 12px;
  }
  .politics img {
    width: 44px;
    height: 66px;
  }
}

.politics_name {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 7px;
}
@media (max-width: 1230px) {
  .politics_name {
    font-size: 8px;
    line-height: 9px;
  }
}

.politics_links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1230px) {
  .politics_links {
    gap: 5px;
  }
}
.politics_links a, .politics_links .name_transcriptions {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 14px;
}
@media (max-width: 1230px) {
  .politics_links a, .politics_links .name_transcriptions {
    font-size: 7px;
    line-height: 8px;
  }
}

/************FOOTER-TRAINING****************/
.training {
  width: 250px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 1230px) {
  .training {
    width: 150px;
    gap: 10px;
  }
}
.training > span {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 1230px) {
  .training > span {
    font-size: 10px;
    line-height: 11px;
  }
}

.categories {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.categories_name {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #8F8F8F;
  transition: 0.2s;
}
.categories_name:hover {
  color: #FFFFFF;
}
@media (max-width: 1230px) {
  .categories_name {
    font-size: 10px;
    line-height: 11px;
  }
}

.training_links {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 150%;
  color: #FFFFFF;
}
@media (max-width: 1230px) {
  .training_links {
    font-size: 7px;
  }
}

/***************FOOTER-CONTACTS*******************/
.contacts {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
@media (max-width: 700px) {
  .contacts {
    width: 300px;
  }
}
.contacts form {
  display: grid;
  gap: 13px;
  padding: 25px 30px;
  width: 370px;
  height: 210px;
  background: #FFFFFF;
  border-radius: 10px;
}
@media (max-width: 1230px) {
  .contacts form {
    gap: 8px;
    width: 226px;
    height: 126px;
    padding: 15px 16px;
    border-radius: 6px;
  }
}
@media (max-width: 700px) {
  .contacts form {
    width: 300px;
    justify-content: center;
  }
}
.contacts form > span {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #404143;
}
@media (max-width: 1230px) {
  .contacts form > span {
    font-size: 10px;
    line-height: 11px;
  }
}

.subscription_email {
  box-sizing: border-box;
  width: 306.63px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #5D5F62;
  border-radius: 5px;
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #8F8F8F;
}
@media (max-width: 1230px) {
  .subscription_email {
    width: 187px;
    height: 24px;
    border-radius: 3px;
    font-size: 8px;
    line-height: 9px;
  }
}
@media (max-width: 700px) {
  .subscription_email {
    width: 245px;
  }
}

.contacts_icon {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 1230px) {
  .contacts_icon {
    gap: 0;
    height: 20px;
  }
}

.subscription_check {
  display: flex;
  gap: 10px;
}
@media (max-width: 1230px) {
  .subscription_check {
    gap: 5px;
  }
}

.check_agree span, .check_agree a {
  display: inline-block;
  margin: 0;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  color: #8F8F8F;
  font-size: 10px;
  line-height: 10px;
}
@media (max-width: 1230px) {
  .check_agree span, .check_agree a {
    font-size: 6px;
    line-height: 6px;
  }
}

.btn_subscribe {
  cursor: pointer;
  width: 306.63px;
  height: 40px;
  background: linear-gradient(180deg, #9633FB 0%, #7000E3 100%);
  border-radius: 5px;
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 1230px) {
  .btn_subscribe {
    width: 187px;
    height: 24px;
    border-radius: 3px;
    font-size: 8px;
    line-height: 9px;
  }
}
@media (max-width: 700px) {
  .btn_subscribe {
    width: 249px;
  }
}

/*# sourceMappingURL=style.css.map */
