body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: '3258e9 1 0';
  color: #000;
  font-size: 42px;
  line-height: 44px;
  font-weight: 700;
}

.first {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Proximanovaregular, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.first.p {
  position: relative;
  left: 0px;
  top: 50%;
  right: 0px;
  bottom: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Proximanovaregular, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.first_header {
  font-family: Roboto, sans-serif;
  color: #0071bb;
  font-size: 48px;
  line-height: 50px;
  font-weight: 500;
  text-align: center;
}

.first_header.second {
  position: relative;
  left: 0px;
  bottom: 0px;
  z-index: 210;
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  font-family: Proximanovaregular, sans-serif;
  color: #2f323a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.block {
  position: static;
  margin-top: 50px;
  padding-top: 100px;
  padding-bottom: 0px;
}

.block.block-social {
  position: relative;
  margin-top: 0px;
}

.block.block-cards {
  display: block;
  margin-top: 0px;
  margin-bottom: -50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.img {
  position: static;
  display: block;
  width: 80%;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  border: 10px solid #fff;
  border-radius: 50%;
  background-color: #dfdfdf;
  box-shadow: 0 2px 25px 5px rgba(0, 9, 44, .15);
  text-align: right;
}

.h1 {
  margin-bottom: 30px;
  font-family: Proximanovaregular, sans-serif;
  color: #000;
  font-size: 40px;
  text-align: center;
}

.comment {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  height: auto;
  margin: 0px 0px 20px;
  padding-top: 0px;
  opacity: 1;
}

.comment-text {
  position: static;
  left: 0px;
  top: 0%;
  right: 0px;
  margin-top: 5px;
  margin-bottom: auto;
  padding: 0px 0px 0px 40px;
  border-width: 20px;
  border-left-color: transparent;
  font-family: Proximanovaregular, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.ym-other-sum-block {
  margin-top: 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.ym-other-sum-btn {
  padding: 5px 10px;
  margin-right: 30px;
  border-radius: 4px;
}

.ym-other-sum-input {
  width: 170px !important;
}

.card {
  display: block;
  min-height: auto;
  margin-right: 0px;
  margin-bottom: 3px;
  margin-left: 0px;
  padding: 40px 30px 60px;
  border: 1px solid #fff;
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .5)), to(hsla(0, 0%, 100%, .5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  box-shadow: 0 2px 25px 3px rgba(23, 26, 34, .1);
}

.card:hover {
  box-shadow: 0 2px 25px 8px rgba(23, 26, 34, .12);
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.card-img {
  margin-top: 30px;
  float: none;
  text-align: right;
}

.price {
  display: block;
  margin: 20px auto 30px;
  font-family: Proximanovaregular, sans-serif;
  font-size: 36px;
  text-align: left;
}

.calltobtn {
  margin-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
  border: 1px solid transparent;
  border-radius: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c22910), to(#b90e10));
  background-image: linear-gradient(180deg, #c22910, #b90e10);
  font-family: Proximanovaregular, sans-serif;
  font-size: 15px;
  line-height: 30px;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-column-count: 1;
  column-count: 1;
}

.calltobtn:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e62f11), to(#b90e10));
  background-image: linear-gradient(180deg, #e62f11, #b90e10);
}

.calltobtn:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b90e10), to(#b90e10));
  background-image: linear-gradient(180deg, #b90e10, #b90e10);
}

.btn-block {
  display: block;
  padding-top: 0px;
  float: none;
  text-align: left;
}

.simple-text {
  padding-right: 22%;
  padding-left: 21%;
  font-size: 16px;
}

.row {
  margin-bottom: 50px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.main-banner {
  width: auto;
  height: auto;
  min-height: 0px;
  min-width: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.social-block {
  display: block;
  width: 380px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  text-align: center;
}

.container-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.img-bg {
  position: absolute;
  left: 0px;
  top: -261px;
  right: 0px;
  bottom: -200px;
  z-index: -1;
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.92;
}

.my-header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: hsla(0, 0%, 100%, .9);
  box-shadow: none;
}

.my-header:hover {
  box-shadow: 0 4px 15px 3px rgba(11, 12, 27, .1);
  opacity: 1;
}

.banner-text {
  margin-top: 0px;
  padding-top: 160px;
}

.nav-menu {
  margin-top: 7px;
  font-family: Proximanovaregular, sans-serif;
}

.banner-h1 {
  margin-top: 0px;
  font-family: Proximanovaregular, sans-serif;
  font-size: 20px;
}

.img-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: -2;
  display: block;
  height: auto;
  max-width: 1920px;
  min-height: 840px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/tree-bg-5.png');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
}

.img-name {
  margin-top: 10px;
  margin-bottom: 40px;
  padding-top: 0px;
}

.col-1 {
  margin-bottom: 0px;
}

.aist-logo {
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 2px;
}

.comment-img {
  position: static;
}

.footer-aist {
  position: relative;
  height: 200px;
}

.body {
  position: relative;
  min-height: 800px;
}

.magin-1 {
  min-height: 240px;
}

.nav-img {
  margin-top: 12px;
  margin-left: 20px;
  padding-left: 0px;
  opacity: 1;
}

.nav-img:hover {
  opacity: 1;
}

.nav-item {
  padding-left: 10px;
}

.nav-item:hover {
  color: #db0000;
  text-decoration: none;
}

.aist-name {
  margin-top: 10px;
  margin-left: 10px;
  float: left;
  font-family: Proximanovaregular, sans-serif;
  color: rgba(51, 51, 51, .5);
}

.soc-link {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
}

.soc-link:hover {
  opacity: 0.85;
}

.col-2 {
  display: block;
}

.comment-img-2 {
  height: auto;
  opacity: 1;
}

.price-1 {
  margin-top: 30px;
  float: none;
}

.img-hot {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: -5;
  width: 100%;
  height: 160px;
  margin-top: -30px;
  opacity: 0.5;
}

.card-img-1 {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 31px;
  float: none;
}

.img-2 {
  display: block;
  width: 55%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  border: 8px solid #fff;
  border-radius: 50%;
  box-shadow: none;
  opacity: 1;
}

.row-1 {
  margin-bottom: 150px;
}

.row-2 {
  margin-bottom: 150px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.block-new {
  padding-right: 0px;
  padding-left: 40px;
}

.quote {
  margin-top: 0px;
  float: right;
}

.block-right {
  margin-right: 40px;
}

.img-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -5;
  display: block;
  max-width: 1920px;
  min-height: 680px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/footer-bg-4.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  height: 100%;
  padding-top: 80px;
  background-color: rgba(11, 12, 27, .2);
  text-align: center;
}

.yandex-money {
  position: relative;
  width: 590px;
  max-width: 100%;
  min-height: 430px;
  margin: auto;
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 4px 20px 3px rgba(11, 12, 27, .1);
}

.payment_1 {
  position: static;
  display: none;
  max-width: 100%;
  margin-bottom: 10px;
}

.payment_1.max-w {
  max-width: 100%;
}

.payment_2 {
  position: static;
  display: none;
  max-width: 100%;
  margin-bottom: 10px;
}

.payment_3 {
  display: none;
  max-width: 100%;
  margin-bottom: 10px;
}

.payment_4 {
  display: none;
  max-width: 100%;
  margin-bottom: 10px;
}

.close_button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
  padding-top: 0px;
  padding-right: 0px;
  background-image: url('../images/1481312942_basics-22.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.label {
  text-align: left;
}

@media (max-width: 991px) {
  .first_header.second {
    margin-top: 0px;
    line-height: 36px;
  }
  .h1 {
    line-height: 50px;
  }
  .comment {
    margin-top: 20px;
    background-size: auto 100%;
  }
  .comment-text {
    top: 30%;
  }
  .card {
    display: block;
    min-height: 820px;
  }
  .card:hover {
    box-shadow: 0 2px 30px 5px rgba(23, 26, 34, .15);
  }
  .simple-text {
    padding-right: 13%;
    padding-left: 13%;
  }
  .img-bg {
    position: absolute;
    top: 50px;
    bottom: auto;
    max-width: 120%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .col-2 {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
  }
  .card-img-1 {
    position: static;
    margin-top: 0px;
    padding-top: 0px;
    text-align: center;
  }
  .img-2 {
    width: 90%;
    margin-top: 0px;
    box-shadow: 0 3px 25px 3px rgba(0, 0, 0, .1);
  }
  .row-1 {
    margin-bottom: 100px;
  }
  .row-2 {
    display: block;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .img-footer {
    max-width: 1200px;
    min-height: 500px;
  }
}

@media (max-width: 767px) {
  .first {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
  .first.p {
    padding-right: 0px;
    padding-left: 0px;
  }
  .first_header.second {
    text-align: center;
  }
  .block {
    margin-top: 150px;
  }
  .block.block-social {
    margin-top: 0px;
  }
  .block.block-cards {
    margin-top: 50px;
    padding-top: 0px;
  }
  .h1 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .comment {
    margin-top: 10px;
    margin-left: 0px;
    text-align: left;
  }
  .comment-text {
    top: 40%;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .container {
    margin-top: 80px;
  }
  .price {
    text-align: center;
  }
  .btn-block {
    text-align: center;
  }
  .simple-text {
    padding-right: 25px;
    padding-left: 25px;
  }
  .img-bg {
    display: block;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .banner-text {
    padding-top: 50px;
  }
  .nav-menu {
    margin-right: 0px;
  }
  .banner-h1 {
    margin-top: 60px;
  }
  .col-1 {
    margin-bottom: 0px;
  }
  .aist-logo {
    margin-left: 0px;
  }
  .comment-img {
    display: block;
    text-align: center;
  }
  .nav-img {
    margin-top: 12px;
    margin-right: 20px;
  }
  .img-mobile {
    position: absolute;
    top: 200px;
    z-index: -1;
  }
  .col-2 {
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .price-1 {
    text-align: center;
  }
  .card-img-1 {
    position: relative;
    width: 50%;
    margin-bottom: 40px;
    text-align: center;
  }
  .img-2 {
    width: 100%;
    height: 100%;
    max-width: none;
    text-align: center;
  }
  .row-1 {
    margin-bottom: 50px;
  }
  .row-2 {
    margin-bottom: 0px;
  }
  .block-new {
    padding-right: 40px;
  }
  .block-right {
    margin-left: 40px;
    text-align: center;
  }
  .quote-left {
    float: left;
  }
}

@media (max-width: 479px) {
  .first {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .first.p {
    margin-top: 0px;
    padding-left: 0px;
    direction: ltr;
    font-size: 15px;
    line-height: 22px;
  }
  .first_header {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 28px;
  }
  .first_header.second {
    font-size: 26px;
    line-height: 30px;
  }
  .block {
    margin-top: 100px;
    padding-top: 80px;
  }
  .block.block-social {
    padding-top: 50px;
  }
  .img {
    margin-bottom: 10px;
  }
  .h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .comment {
    margin-top: 10px;
    margin-left: 0px;
    padding-top: 0px;
    text-align: left;
  }
  .comment-text {
    top: 25%;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 15px;
    line-height: 22px;
  }
  .card {
    min-height: 0px;
    margin-bottom: 0px;
    padding: 30px 20px 60px;
  }
  .container {
    margin-top: 60px;
  }
  .simple-text {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .social-block {
    width: 100%;
    float: none;
    text-align: center;
  }
  .container-center {
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-menu {
    margin-right: 20px;
  }
  .banner-h1 {
    margin-top: 60px;
  }
  .img-name {
    margin-top: 20px;
  }
  .aist-logo {
    margin-left: 0px;
  }
  .footer-aist {
    height: 100px;
  }
  .nav-img {
    margin-right: 0px;
  }
  .img-mobile {
    left: 0px;
    top: 200px;
    right: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .soc-link {
    margin-right: 10px;
    margin-left: 10px;
  }
  .col-2 {
    margin-bottom: 0px;
  }
  .comment-img-2 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .card-img-1 {
    width: 80%;
    margin-bottom: 30px;
  }
  .row-1 {
    margin-top: 0px;
    margin-bottom: 80px;
  }
  .row-2 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .block-new {
    padding-right: 0px;
    padding-left: 0px;
  }
  .block-right {
    margin-right: 0px;
    margin-left: 0px;
  }
  .modal-wrapper {
    display: none;
    overflow: scroll;
    padding-top: 0px;
  }
}

@font-face {
  font-family: 'Proximanovaregular';
  src: url('../fonts/ProximaNovaRegular.eot') format('embedded-opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/3258E9_0_0.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/3258E9_1_0.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanovaregular';
  src: url('../fonts/ProximaNovaRegular.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanovaregular';
  src: url('../fonts/ProximaNovaRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}