@font-face {
  font-family: "OswaldBold";
  src: url("../fonts/OswaldBold/OswaldBold.eot");
  src: url("../fonts/OswaldBold/OswaldBold.eot?#iefix")format("embedded-opentype"),
  url("../fonts/OswaldBold/OswaldBold.woff") format("woff"),
  url("../fonts/OswaldBold/OswaldBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "OswaldRegular";
  src: url("../fonts/OswaldRegular/OswaldRegular.eot");
  src: url("../fonts/OswaldRegular/OswaldRegular.eot?#iefix")format("embedded-opentype"),
  url("../fonts/OswaldRegular/OswaldRegular.woff") format("woff"),
  url("../fonts/OswaldRegular/OswaldRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "OswaldLight";
  src: url("../fonts/OswaldLight/OswaldLight.eot");
  src: url("../fonts/OswaldLight/OswaldLight.eot?#iefix")format("embedded-opentype"),
  url("../fonts/OswaldLight/OswaldLight.woff") format("woff"),
  url("../fonts/OswaldLight/OswaldLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

strong {
  font-weight: 700;
}

div[onclick] {
  cursor: pointer;
}

.bg {
  overflow: hidden;
  height: 100vh;
  background-size: cover;
}

.bg:hover:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);
}

.bg .show-block {
  font-size: 32px;
  font-family: "OswaldBold";
  font-weight: bold;
  line-height: 50px;
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 0;
  min-height: 150px;
  margin-bottom: -180px;
  -webkit-transition: margin .5s linear;
  -o-transition: margin .5s linear;
  transition: margin .5s linear;
  text-align: right;
  color: #fff;
}

.bg .show-block .site-name {
  font-size: 16px;
  line-height: 25px;
  padding: 0 10px;
  text-align: center;
  background: -webkit-linear-gradient(329.16deg, #1c84ff 39.48%, #fc3d00 163.2%);
  background: -o-linear-gradient(329.16deg, #1c84ff 39.48%, #fc3d00 163.2%);
  background: linear-gradient(120.84deg, #1c84ff 39.48%, #fc3d00 163.2%);
}

.bg:hover .show-block {
  margin-bottom: 0;
}

.bg.promotion {
  background: url('../img/promotion.png') no-repeat left;
  background-size: cover;
}

.bg.corp {
  background: url('../img/corp.png') no-repeat left;
  background-size: cover;
}

.bg.lend {
  background: url('../img/lend.png') no-repeat left;
  background-size: cover;
}

.bg.ufw {
  position: absolute;
  left: 0;
  width: 20%;
  -webkit-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
  background: url('../img/ufw.png') no-repeat left;
  background-size: cover;
}

.bg.hlorella {
  position: absolute;
  right: 60%;
  width: 20%;
  -webkit-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
  background: url('../img/hlorella.png') no-repeat left;
  background-size: cover;
}

.bg.gc {
  position: absolute;
  right: 40%;
  width: 20%;
  -webkit-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
  background: url('../img/greencity.png') no-repeat left;
  background-size: cover;
}

.bg.praider {
  position: absolute;
  right: 20%;
  width: 20%;
  -webkit-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
  background: url('../img/praider.png') no-repeat left;
  background-size: cover;
}

.bg.pogrebok {
  position: absolute;
  right: 0;
  width: 20%;
  -webkit-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
  background: url('../img/pogrebok.png') no-repeat left;
  background-size: cover;
}

.bg.promarin {
  background: url('../img/promarin.png') no-repeat left;
  background-size: cover;
}

.bg.mcpoliklinika {
  background: url('../img/mcpoliklinika.png') no-repeat left;
  background-size: cover;
}

.bg.venda {
  background: url('../img/venda.png') no-repeat left;
  background-size: cover;
}

.bg.alex {
  background: url('../img/alex.png') no-repeat left;
  background-size: cover;
}

.bg.ufw:hover,
.bg.hlorella:hover,
.bg.gc:hover,
.bg.praider:hover,
.bg.pogrebok:hover {
  z-index: 1;
  width: 25%;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.fixed:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);
}

.fixed.alex {
  background-image: url('../img/alex-page.png');
}

.fixed.venda {
  background-image: url('../img/venda-page.png');
}

.fixed.promarin {
  background-image: url('../img/promarin-page.png');
}

.fixed.mcpoliklinika {
  background-image: url('../img/mcpoliklinika-page.png');
}

.fixed.greencity {
  background-image: url('../img/greencity-page.png');
}

.fixed.hlorella {
  background-image: url('../img/hlorella-page.png');
}

.fixed.ufw {
  background-image: url('../img/ufw-page.png');
}

.fixed.praider {
  background-image: url('../img/praider-page.png');
}

.fixed.pogrebok {
  background-image: url('../img/pogrebok-page.png');
}

.fixed.promotion {
  background-image: url('../img/promotion-page.png');
}

.fixed .block-name {
  font-size: 42px;
  font-family: "OswaldBold";
  font-weight: bold;
  line-height: 50px;
  position: absolute;
  right: 10px;
  bottom: 0;
  min-height: 150px;
  text-align: right;
  color: #fff;
  z-index: 1;
}

.fixed .block-name .site-name {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  background: -webkit-linear-gradient(329.16deg, #1c84ff 39.48%, #fc3d00 163.2%);
  background: -o-linear-gradient(329.16deg, #1c84ff 39.48%, #fc3d00 163.2%);
  background: linear-gradient(120.84deg, #1c84ff 39.48%, #fc3d00 163.2%);
  padding: 0 10px;
}

.scroll {
  position: absolute;
  right: 0;
}

.scroll .status {
  font-size: 24px;
  font-family: "OswaldBold";
  font-weight: bold;
  line-height: 28px;
  width: 220px;
  padding: 5px;
  text-transform: uppercase;
  color: #fff;
  background: -webkit-linear-gradient(320.76deg, #1c84ff 27.78%, #fc3d00 172.06%);
  background: -o-linear-gradient(320.76deg, #1c84ff 27.78%, #fc3d00 172.06%);
  background: linear-gradient(129.24deg, #1c84ff 27.78%, #fc3d00 172.06%);
}

.scroll .content {
  margin: 35px 50px;
}

.scroll .btn-go-site {
  font-size: 18px;
  font-family: "OswaldBold";
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 30px 5px 10px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-radius: 2px;
  border-radius: 2px;
  background: -webkit-linear-gradient(310.33deg, #5200ff -98.92%, #fc0000 143.75%);
  background: -o-linear-gradient(310.33deg, #5200ff -98.92%, #fc0000 143.75%);
  background: linear-gradient(139.67deg, #5200ff -98.92%, #fc0000 143.75%);
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, .25);
  box-shadow: 0 6px 6px rgba(0, 0, 0, .25);
}

.scroll .btn.btn-go-site:after {
  position: absolute;
  width: 26px;
  height: 26px;
  content: '';
  background: url('../img/triangle-right.png') no-repeat;
  background-position: 10px;
  background-size: 50%;
}

.scroll .btn-go-site:hover {
  text-decoration: underline;
}

.scroll .name {
  font-size: 46px;
  font-family: "OswaldBold";
  font-weight: bold;
  line-height: 56px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #333;
}

.scroll .task.purple {
  background: #a35dcc;
}

.scroll .task.green {
  background: #27ae60;
}

.scroll .task.brown {
  background: #5c3200;
}

.scroll .task.blue {
  background: #2f80ed;
}

.scroll .task.lightblue {
  background: #50bbde;
}

.scroll .task.darkred {
  background: #b30c1a;
}

.scroll .task {
  font-size: 20px;
  font-family: "OswaldBold";
  font-weight: bold;
  line-height: 28px;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.scroll .about {
  font-size: 24px;
  font-family: "OswaldLight";
  font-weight: 300;
  line-height: 28px;
  margin: 10px 0;
  color: #828282;
}

.scroll .title {
  font-size: 28px;
  font-family: "OswaldBold";
  font-weight: bold;
  line-height: 38px;
  position: relative;
  display: inline-block;
  margin: 40px 0 20px;
  color: #333;
  text-transform: uppercase;
}

.scroll .title.purple:before {
  border-left: 8px solid #a35dcc;
}

.scroll .title.green:before {
  border-left: 8px solid #27ae60;
}

.scroll .title.brown:before {
  border-left: 8px solid #5c3200;
}

.scroll .title.blue:before {
  border-left: 8px solid #2f80ed;
}

.scroll .title.lightblue:before {
  border-left: 8px solid #50bbde;
}

.scroll .title.darkred:before {
  border-left: 8px solid #b30c1a;
}

.scroll .title.purple:before,
.scroll .title.green:before,
.scroll .title.brown:before,
.scroll .title.blue:before,
.scroll .title.lightblue:before,
.scroll .title.darkred:before {
  position: absolute;
  height: 100%;
  margin-left: -20px;
  padding-left: 15px;
  content: '';
}

.scroll .descr {
  font-size: 24px;
  font-family: "OswaldLight";
  font-weight: 300;
  line-height: 28px;
  color: #828282;
}

.scroll .screen-site {
  margin: 20px 0 60px;
}

.scroll .report {
  background: linear-gradient(104.48deg, #1C84FF 51.59%, #FC3D00 154.02%);
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 18px;
  font-family: "OswaldRegular";
}

.scroll .button {
  display: inline-block;
}

.scroll .button .btn-top {
  font-size: 24px;
  font-family: "OswaldBold";
  font-weight: bold;
  padding: 5px 40px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-radius: 2px;
  border-radius: 2px;
  background: -webkit-linear-gradient(310.33deg, #5200ff -98.92%, #fc0000 143.75%);
  background: -o-linear-gradient(310.33deg, #5200ff -98.92%, #fc0000 143.75%);
  background: linear-gradient(139.67deg, #5200ff -98.92%, #fc0000 143.75%);
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, .25);
  box-shadow: 0 6px 6px rgba(0, 0, 0, .25);
  margin-top: -20px;
}

.scroll .button .btn-right {
  position: fixed;
  top: 130px;
  right: 0;
  display: none;
  width: 48px;
  width: 64px;
  height: 200px;
  height: 239px;
  padding: 0;
  background: url('../img/btn-2.svg');
  background-size: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.scroll .button .btn-bottom {
  position: absolute;
  bottom: 0;
  left: 50px;
  display: block!important;
}

.makros {
  position: relative;
  z-index: 2;
  display: inline-block;
  height: auto;
}

.go-back {
  font-family: "OswaldBold";
  font-weight: bold;
  position: absolute;
  z-index: 10;
  bottom: 5px;
  left: 20px;
  padding: 10px;
  padding-left: 35px;
  text-transform: uppercase;
  color: #333;
  background: #fff url('../img/triangle-left.png') no-repeat 5px;
}

.modal-content {
  border-radius: 0;
}

.modal-content.brown {
  border: 5px solid #5c3200;
}

.modal-content.purple {
  border: 5px solid #9b51e0;
}

.modal-content.green {
  border: 5px solid #219653;
}

.modal-content.blue {
  border: 5px solid #2f80ed;
}

.modal-content.lightblue {
  border: 5px solid #50bbde;
}

.modal-content.darkred {
  border: 5px solid #b30c1a;
}

.modal-header {
  border-bottom: 0;
}

.modal-header .modal-title {
  font-size: 30px;
  font-family: "OswaldBold";
  font-weight: bold;
  margin: 25px auto 0;
  text-align: center;
  text-transform: uppercase;
  color: #333;
}

.modal-header .close {
  position: absolute;
  top: 0;
  right: 5px;
}

.modal-body .form-group {
  max-width: 320px;
  margin: 0 auto;
  width: 100%;
}

.modal-body .col-form-label {
  font-size: 18px;
  font-family: "OswaldLight";
  font-weight: 300;
  line-height: 21px;
  display: block;
  margin-left: 35px;
  color: #919191;
}

.brown .modal-body .form-group .step {
  color: #5c3200;
}

.purple .modal-body .form-group .step {
  color: #9b51e0;
}

.green .modal-body .form-group .step {
  color: #219653;
}

.blue .modal-body .form-group .step {
  color: #2f80ed;
}

.lightblue .modal-body .form-group .step {
  color: #50bbde;
}

.modal-body .form-group .step {
  font-size: 64px;
  font-family: "OswaldBold";
  font-weight: bold;
  line-height: 55px;
  display: inline-block;
  width: 33px;
  text-align: center;
  vertical-align: bottom;
}

.modal-body .form-control {
	font-family: "OswaldLight";
  font-weight: 400;
  display: inline-block;
  max-width: 280px;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  color: #333;
  border: 0;
  border-radius: 0;
  background: rgba(196, 196, 196, .43);
}

.modal-body .btn-primary {
  font-size: 20px;
  font-family: "OswaldBold";
  font-weight: bold;
  max-width: 280px;
  width: 100%;
  margin-top: 20px;
  margin-left: 25px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-color: transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, .25);
  box-shadow: 0 6px 6px rgba(0, 0, 0, .25);
}

.brown .modal-body .btn-primary {
  background: -webkit-gradient(linear, left bottom, left top, from(#5c3200), to(#5c3200));
  background: -webkit-linear-gradient(bottom, #5c3200, #5c3200);
  background: -o-linear-gradient(bottom, #5c3200, #5c3200);
  background: linear-gradient(0deg, #5c3200, #5c3200);
}

.purple .modal-body .btn-primary {
  background: -webkit-gradient(linear, left bottom, left top, from(#9b51e0), to(#9b51e0));
  background: -webkit-linear-gradient(bottom, #9b51e0, #9b51e0);
  background: -o-linear-gradient(bottom, #9b51e0, #9b51e0);
  background: linear-gradient(0deg, #9b51e0, #9b51e0);
}

.green .modal-body .btn-primary {
  background: -webkit-gradient(linear, left bottom, left top, from(#219653), to(#219653));
  background: -webkit-linear-gradient(bottom, #219653, #219653);
  background: -o-linear-gradient(bottom, #219653, #219653);
  background: linear-gradient(0deg, #219653, #219653);
}

.blue .modal-body .btn-primary {
  background: -webkit-gradient(linear, left bottom, left top, from(#2f80ed), to(#2f80ed));
  background: -webkit-linear-gradient(bottom, #2f80ed, #2f80ed);
  background: -o-linear-gradient(bottom, #2f80ed, #2f80ed);
  background: linear-gradient(0deg, #2f80ed, #2f80ed);
}

.lightblue .modal-body .btn-primary {
  background: -webkit-gradient(linear, left bottom, left top, from(#50bbde), to(#50bbde));
  background: -webkit-linear-gradient(bottom, #50bbde, #50bbde);
  background: -o-linear-gradient(bottom, #50bbde, #50bbde);
  background: linear-gradient(0deg, #50bbde, #50bbde);
}

.darkred .modal-body .btn-primary {
  background: -webkit-gradient(linear, left bottom, left top, from(#b30c1a), to(#b30c1a));
  background: -webkit-linear-gradient(bottom, #b30c1a, #b30c1a);
  background: -o-linear-gradient(bottom, #b30c1a, #b30c1a);
  background: linear-gradient(0deg, #b30c1a, #b30c1a);
}

.modal-body .soon-callback {
  font-size: 24px;
  font-family: "OswaldBold";
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  color: #333;
}

.modal-footer {
  border-top: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.no-padding {
  padding-right: 0;
  padding-left: 0;
}

.no-margin {
  margin-right: 0;
  margin-left: 0;
}

.blur {
  -webkit-filter: blur(3px);
  -ms-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  filter: blur(3px);
}

.btn:not([disabled]):not(.disabled).active,
.btn:not([disabled]):not(.disabled):active {
  background: -webkit-linear-gradient(310.33deg, #5200ff -98.92%, #fc0000 143.75%);
  background: -o-linear-gradient(310.33deg, #5200ff -98.92%, #fc0000 143.75%);
  background: linear-gradient(139.67deg, #5200ff -98.92%, #fc0000 143.75%);
}
@media (max-width: 992px) {
  .bg.ufw,
  .bg.hlorella,
  .bg.gc,
  .bg.praider,
  .bg.pogrebok {
    position: relative;
    right: 0;
    width: 100%;
  }
  .show-block {
    font-size: 34px;
    line-height: 40px;
  }
  .scroll .name {
    font-size: 44px;
    line-height: 46px;
  }
  .scroll .task {
    font-size: 16px;
    line-height: 32px;
  }
  .scroll .about {
    font-size: 22px;
  }
  .scroll .title {
    font-size: 26px;
    line-height: 33px;
  }
  .scroll .descr {
    font-size: 22px;
  }
  .scroll .button .btn-top {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .fixed,
  .scroll {
    position: relative;
  }
  .bg:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .bg .show-block {
    font-size: 26px;
    line-height: 35px;
    min-height: 100px;
    margin-bottom: 0;
  }
  .scroll .name {
    font-size: 34px;
    line-height: 36px;
  }
  .scroll .task {
    font-size: 14px;
  }
  .scroll .about {
    font-size: 18px;
    line-height: 24px;
  }
  .scroll .title {
    font-size: 24px;
    line-height: 30px;
  }
  .scroll .descr {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 576px) {
  .go-back {
    top: 10px;
    right: 10px;
    left: initial;
    bottom: inherit;
  }
  .fixed .block-name {
    font-size: 32px;
  }
  .scroll .btn-go-site {
    left: 0;
  }
  .scroll .content {
    margin: 55px 10px;
  }
  .scroll .button .btn-top {
    padding: 5px 10px;
    white-space: normal;
  }
  .modal-body .btn-primary {
    margin-left: 0;
  }
  .modal-header .modal-title {
    font-size: 22px;
  }
  .modal-body .col-form-label {
    margin-left: 0;
  }
}