html,
body {
  border: 0;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
.svg-close {
  background: url("../svg/sprite.svg?6") no-repeat;
  background-position: 95.260663507109% 10.526315789473685%;
  width: 20px;
  height: 20px;
}
.svg-done {
  background: url("../svg/sprite.svg?6") no-repeat;
  background-position: 0 100%;
  width: 180px;
  height: 180px;
}
.svg-inst {
  background: url("../svg/sprite.svg?6") no-repeat;
  background-position: 93.48837209302326% 19.718309859154928%;
  width: 16px;
  height: 16px;
}
.svg-logo {
  background: url("../svg/sprite.svg?6") no-repeat;
  background-position: 0 0;
  width: 201px;
  height: 49px;
}
.svg-right-blue {
  background: url("../svg/sprite.svg?6") no-repeat;
  background-position: 100% 0;
  width: 30px;
  height: 11px;
}
.svg-right-white {
  background: url("../svg/sprite.svg?6") no-repeat;
  background-position: 97.10144927536231% 5.045871559633028%;
  width: 24px;
  height: 11px;
}
@font-face {
  font-family: 'Manrope';
  src: url('/fonts/Manrope-Medium.woff2') format('woff2'), url('/fonts/Manrope-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Manrope';
  src: url('/fonts/Manrope-Regular.woff2') format('woff2'), url('/fonts/Manrope-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Manrope';
  src: url('/fonts/Manrope-Light.woff2') format('woff2'), url('/fonts/Manrope-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Manrope';
  src: url('/fonts/Manrope-Bold.woff2') format('woff2'), url('/fonts/Manrope-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Manrope';
  src: url('/fonts/Manrope-Thin.woff2') format('woff2'), url('/fonts/Manrope-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Manrope';
  src: url('/fonts/Manrope-Semibold.woff2') format('woff2'), url('/fonts/Manrope-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
body {
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-size: 16px;
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
}
html {
  height: 100%;
  min-height: 100%;
}
a {
  color: #21A5CD;
  text-decoration: none;
  font-weight: 400;
}
.layout {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.layout__header {
  position: fixed;
  width: 100%;
  z-index: 3;
}
.layout__content {
  width: 100%;
  height: 100%;
  z-index: 2;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 244px;
  height: 81px;
  background-color: #21A5CD;
  transition: 0.12s ease-in-out;
}
.header__logo:before {
  content: '';
  background: url("../svg/sprite.svg?6") no-repeat;
  background-position: 0 0;
  width: 201px;
  height: 49px;
}
.header__logo:hover {
  background-color: #2bb3dd;
}
.header__socials {
  display: flex;
  margin-right: 5%;
}
.header__social-btn {
  border-radius: 5px;
  display: flex;
  height: 36px;
  padding: 0 12px;
  align-items: center;
  transition: 0.12s ease-in-out;
  color: #fff;
}
.header__social-btn_inst {
  background-color: #1A161E;
  border: 1px solid #21A5CD;
  font-size: 0;
}
.header__social-btn_mail {
  background-color: #1A161E;
  border: 1px solid #21A5CD;
  font-size: 0;
  margin-left: 11px;
}
.header__social-btn_inst:before {
  content: '';
  background: url("../svg/sprite.svg?6") no-repeat;
  background-position: 93.48837209302326% 19.718309859154928%;
  width: 16px;
  height: 16px;
}
@media (min-width: 400px) {
  .header__social-btn_inst:before {
    margin-right: 5px;
  }
  .header__social-btn_mail:before {
    margin-right: 5px;
  }
}
.header__social-btn_inst:hover {
  background-color: #1F3039;
  border-color: #2bb3dd;
}
.header__social-btn_mail:hover {
  background-color: #1F3039;
  border-color: #2bb3dd;
}
@media (min-width: 400px) {
  .header__social-btn_inst {
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
  }
  .header__social-btn_mail {
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
  }
}
.header__social-btn_contact {
  display: none;
}
@media (min-width: 600px) {
  .header__social-btn_contact {
    display: flex;
    margin-left: 11px;
    background-color: #21A5CD;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 13px;
    cursor: pointer;
  }
  .header__social-btn_contact:after {
    content: '';
    margin-left: 5px;
    background: url("../svg/sprite.svg?6") no-repeat;
    background-position: 97.10144927536231% 5.045871559633028%;
    width: 24px;
    height: 11px;
    transition: 0.12s ease-in-out;
  }
  .header__social-btn_contact:hover {
    background-color: #1b89aa;
  }
  .header__social-btn_contact:hover:after {
    transform: translateX(3px);
  }
}
.content {
  position: relative;
  width: 100%;
  padding: 120px 0 100px;
}
.content__intro-img {
  display: none;
}
@media (min-width: 1100px) {
  .content__intro-img {
    position: absolute;
    display: block;
    right: 4%;
    width: 500px;
    bottom: 120px;
    transform: none;
  }
}
@media (min-width: 1250px) {
  .content__intro-img {
    width: 620px;
    bottom: 70px;
    right: 1%;
  }
}
@media (min-width: 1420px) {
  .content__intro-img {
    width: 800px;
    bottom: 0;
    right: -5%;
  }
}
@media (min-width: 1620px) {
  .content__intro-img {
    width: 850px;
    right: 5%;
  }
}
@media (min-width: 1800px) {
  .content__intro-img {
    right: 10%;
    width: 900px;
  }
}
@media (min-width: 1980px) {
  .content__intro-img {
    right: 10%;
    width: 950px;
  }
}
.content__img-links {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  padding-top: 3px;
  background-color: #030304;
  overflow: hidden;
}
@media (min-width: 1100px) {
  .content__img-links {
    padding-top: 6px;
  }
}
.content__img-link {
  flex: none;
  margin: 0 2px;
  width: 55px;
  height: 55px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.12s ease-in-out;
}
.content__img-link:hover {
  opacity: .75;
}
@media (min-width: 500px) {
  .content__img-link {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 700px) {
  .content__img-link {
    width: 166px;
    height: 166px;
  }
}
@media (min-width: 1100px) {
  .content__img-link {
    margin: 0 3px;
  }
}
.content__intro-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 500px;
}
@media (min-width: 1100px) {
  .content__intro-info {
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    margin-left: 10%;
    width: 509px;
    padding-bottom: 109px;
  }
}
.content__title {
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 33px;
  font-weight: bold;
}
@media (min-width: 1100px) {
  .content__title {
    margin-bottom: 30px;
    font-size: 60px;
    line-height: 43px;
  }
}
.content__text {
  margin-bottom: 22px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}
@media (min-width: 1100px) {
  .content__text {
    margin-bottom: 57px;
    text-align: initial;
    font-size: 32px;
    line-height: 38px;
  }
}
.content__contact {
  display: flex;
  align-items: center;
  height: 47px;
  padding: 0 20px;
  border-radius: 5px;
  border: 1px solid #1a82a1;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 43px;
  color: #1d90b3;
  cursor: pointer;
}
.content__contact:after {
  content: '';
  margin-left: 9px;
  background: url("../svg/sprite.svg?6") no-repeat;
  background-position: 100% 0;
  width: 30px;
  height: 11px;
  transition: 0.12s ease-in-out;
}
.content__contact:hover {
  background-color: rgba(33, 165, 205, 0.12);
}
.content__contact:hover:after {
  transform: translateX(3px);
}
.content__last-slide {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 25px 0;
  background-color: rgba(13, 20, 23, 0.75);
}
@media (min-width: 1100px) {
  .content__last-slide {
    height: 100%;
    padding: 0;
    background-color: transparent;
  }
  .content__last-slide .content__contact {
    display: none;
  }
}
.content__last-title {
  padding: 0 15px;
  display: flex;
  align-items: flex-end;
  text-align: center;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  color: #fff;
}
@media (min-width: 1100px) {
  .content__last-title {
    margin: 0 auto;
    padding: 0 0 80px;
    width: 490px;
    font-size: 32px;
    line-height: 43px;
    color: #32353A;
  }
}
@media (min-width: 500px) {
  .content {
    padding: 120px 0 140px;
  }
}
@media (min-width: 700px) {
  .content {
    padding: 120px 0 200px;
  }
}
@media (min-width: 1100px) {
  .content {
    padding: 0;
    height: 100%;
  }
}
.content_second {
  display: flex;
  align-items: flex-end;
  padding: 0;
  height: 400px;
}
@media (min-width: 1100px) {
  .content_second {
    height: 100%;
    display: block;
    align-items: initial;
  }
}
.section {
  min-height: 100%;
  height: 100%;
  background-size: cover;
}
.section_1 {
  background-image: url('../images/bg-main.png');
  background-position: center bottom;
}
.section_2 {
  display: flex;
  align-items: flex-end;
  background-image: url('../images/bg-lab.png');
  background-position: top center;
}
@media (min-width: 1100px) {
  .section_2 {
    display: block;
    align-items: initial;
    background-position: center;
  }
}
.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  transition: .13s ease;
  opacity: 0;
  visibility: hidden;
}
.modal-wrapper__overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(7, 8, 11, 0.9);
}
.modal-wrapper__modal {
  position: relative;
  z-index: 2;
  max-width: 810px;
  padding: 15px;
  width: 100%;
}
.modal-wrapper.show {
  opacity: 1;
  visibility: visible;
}
.modal {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 25px;
  background-color: #1A202B;
  border-radius: 5px;
}
.modal__data {
  display: flex;
  flex-direction: column;
}
@media (min-width: 800px) {
  .modal__data {
    flex-direction: row;
    align-items: center;
  }
}
.modal__form-wrapper {
  width: 100%;
  max-width: 350px;
  flex: none;
  order: 2;
}
@media (min-width: 800px) {
  .modal__form-wrapper {
    order: 1;
  }
}
.modal__contacts {
  width: 100%;
  order: 1;
}
@media (min-width: 800px) {
  .modal__contacts {
    padding-left: 65px;
    order: 2;
  }
}
.modal__title {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 800px) {
  .modal__title {
    margin-bottom: 50px;
    font-size: 42px;
    line-height: 43px;
  }
}
.modal__form {
  display: flex;
  flex-direction: column;
}
.modal__form label {
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  color: #6C7584;
}
.modal__form input,
.modal__form textarea {
  margin-bottom: 10px;
  border: 1px solid #2F3746;
  background-color: transparent;
  border-radius: 5px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
  transition: 0.12s ease-in-out;
}
.modal__form input:-ms-input-placeholder,
.modal__form textarea:-ms-input-placeholder {
  color: rgba(108, 117, 132, 0.63);
}
.modal__form input::placeholder,
.modal__form textarea::placeholder {
  color: rgba(108, 117, 132, 0.63);
}
.modal__form input:focus,
.modal__form textarea:focus {
  border-color: rgba(33, 165, 205, 0.85);
  box-shadow: 0 0 11px 0 rgba(33, 165, 205, 0.2);
}
.modal__form input.error,
.modal__form textarea.error {
  border-color: #A52A2A;
  box-shadow: 0 0 10px 0 rgba(165, 42, 42, 0.2);
}
@media (min-width: 800px) {
  .modal__form input,
  .modal__form textarea {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 14px;
  }
}
.modal__form textarea {
  padding: 10px;
  resize: none;
  max-width: 330px;
  height: 55px;
  color: #fff;
}
@media (min-width: 800px) {
  .modal__form textarea {
    height: 86px;
  }
}
.modal__form input {
  padding: 0 10px;
  max-width: 207px;
  height: 36px;
  color: #fff;
}
.modal__btn-send {
  height: 36px;
  display: flex;
  align-items: center;
  align-self: flex-start;
  padding: 0 30px;
  background-color: #21A5CD;
  border-radius: 5px;
  border: none;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  transition: 0.12s ease-in-out;
  cursor: pointer;
  color: #fff;
}
.modal__btn-send:after {
  content: '';
  background: url("../svg/sprite.svg?6") no-repeat;
  background-position: 97.10144927536231% 5.045871559633028%;
  width: 24px;
  height: 11px;
  margin-left: 8px;
  transition: 0.12s ease-in-out;
}
.modal__btn-send:hover {
  background-color: #38b8df;
}
.modal__btn-send:hover:after {
  transform: translateX(3px);
}
.modal__info-text {
  display: none;
}
@media (min-width: 800px) {
  .modal__info-text {
    display: block;
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
  }
}
.modal__phone-info {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  color: #6C7584;
}
.modal__phone {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 43px;
}
@media (min-width: 800px) {
  .modal__phone {
    margin-bottom: 1px;
  }
}
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  transition: 0.12s ease-in-out;
  background: url("../svg/sprite.svg?6") no-repeat;
  background-position: 95.260663507109% 10.526315789473685%;
  width: 20px;
  height: 20px;
}
.modal__close:hover {
  transform: scale(1.1) rotate(90deg);
}
.modal__done-message {
  display: flex;
  flex-direction: column;
}
.modal__done-title {
  margin-bottom: 13px;
  font-size: 22px;
  line-height: 23px;
  font-weight: bold;
}
@media (min-width: 800px) {
  .modal__done-title {
    margin-bottom: 33px;
    font-size: 42px;
    line-height: 43px;
  }
}
.modal__done-text {
  max-width: 425px;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 23px;
  color: #6C7584;
}
@media (min-width: 800px) {
  .modal__done-text {
    margin-bottom: 54px;
    font-size: 34px;
    line-height: 43px;
  }
}
@media (min-width: 800px) {
  .modal__done-icon {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    background: url("../svg/sprite.svg?6") no-repeat;
    background-position: 0 100%;
    width: 180px;
    height: 180px;
  }
}
.modal__done-close {
  padding: 11px 28px;
  align-self: flex-start;
  background-color: #21A5CD;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  transition: 0.12s ease-in-out;
  cursor: pointer;
}
.modal__done-close:hover {
  background-color: #38b8df;
}
@media (min-width: 800px) {
  .modal {
    padding: 65px 70px;
  }
}

.modal__do {
  opacity: 0;
  visibility: hidden;
}


.modal__done {
  opacity: 0;
  visibility: hidden;
}


.modal__do.show {
  opacity: 1;
  visibility: visible;
}

.modal__done.show {
  opacity: 1;
  visibility: visible;
}

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