body, html {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  height: 100%;
}

body {
  position: relative;
}
body.overlay {
  overflow: hidden;
}
.roboto {
  font-family: 'Roboto', sans-serif;
}
.stickyPaddintTop {
  padding-top: 100px;
}

.header {
  height: 100px;
  background: #f2f2f2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
}
.header.christmas {
  height: 120px;
}
.header-blank {
  height: 164px;
}

.header .solid {
  overflow: hidden;
}

.header .logo-wrap {
  float: left;
  display: block;
  text-decoration: none;
  position: relative;
}

.header .logo-wrap .redhat {
  display: none;
}
.header.christmas .logo-wrap .redhat {
  display: block;
  position: absolute;
  top: -12px;
  left: -21px;
  height: auto;
}


.wrapper {
  min-height: calc(100% - 160px);
  transition: padding-top 500ms ease-out;
}
.loader {
  display: block;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%; left: 50%;
  margin: -100px 0 0 -100px;
}
.content-title {
  font: 300 3.4em/1.2em 'Roboto', sans-serif;
  margin-bottom: 1em;
  margin-top: 1.5em;
}
.content-text {
  margin-bottom: 1.25em;
  letter-spacing: 0.05em;
}
.christmas.header .logo-wrap .logo {
  margin-top: 40px;
}
.header .logo-wrap .logo {
  width: 150px;
  background: url("/images/logo.png") center center no-repeat;
  background-size: contain;
}

.header .logo-wrap * {
  height: 100px;
  float: left;
}
.row {
  flex-direction: row;
  display: flex;
}
.flex {
  flex: 1;
  box-sizing: border-box;
}
.dev-con {
  padding: 10px;
  display: block;
  text-decoration: none;
  font-size: 1.2em;
  margin: 0;
  margin-bottom: 1em;
  background-color: #ffde41;
}
.dev-con-text {
  display: block;
  font-size: 1.4em;
  color: #000000;
  text-align: center;
  margin-bottom: 0.4em;
  line-height: 1.7em;
  padding-top: 0.5em;
}
.logo-text {
  font-family: 'Open Sans';
  font-size: 6em;
  font-weight: 500;
  color: black;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2em;
}
.logo-text .red {
  color: #C83135;
}
.logo-img {
  display: inline-block;
  vertical-align: middle;
  margin-top: 11px;
}
.hidden {
  color: transparent !important;
}
.reg-form {
  background-color: #fefefe;
  padding: 3em 4em 4em;
  display: block;
  margin: 0 auto;
  margin-bottom: 16em;
  box-shadow: 0 1em 2em rgba(0,0,0,0.1)
}
.reg-form form {
  padding-bottom: 1em;
}
.reg-form .item {
  margin-bottom: 4em;
}
.reg-form .label {
  font-size: 2em;
  font-family: 'Roboto', sans-serif;
  color: #414141;
  margin-bottom: 0.5em;
  font-weight: 100;
}
.reg-form input {
  width: 100%;
  height: 3.4em;
  box-sizing: border-box;
  border: 3px solid #ffe654;
  border-radius: 2em;
  padding: 0 1.4em;
  font-size: 2em;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.reg-form input:active {
  border-radius: 2em;
  outline: 0 none;
  border-color: #a3a3a3;
}
.reg-form input:focus {
  border-radius: 2em;
  outline: 0 none;
  border-color: #a3a3a3;
}
.reg-form .submit {
  border: 0 none;
  color: #070707;
  border-radius: 40px;
  width: 300px;
  height: 4em;
  font: 400 14px/40px 'Roboto', sans-serif;
  box-shadow: 0 2px 3px 1px rgba(0,0,0,0.2);
  background-color: #ffe654;
  margin-top: 1em;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-transform: uppercase;
  position: relative;
}
.reg-form .submit:active {
  outline: 0 none;
  background-color: #ffe654;
  box-shadow: none;
  top: 2px;
}
.reg-form .submit:focus {
  outline: 0 none;
  background-color: #ffe654;
  box-shadow: none;
  top: 2px;
}
.reg-form p {
  font: 300 3em/1.5em 'Roboto', sans-serif;
  color: black;
  text-align: center;
  margin-bottom: 2em;
}

.form-wrapper {
  position: relative;
}
.form-loader {
  position: absolute;
  top: 0;
  height: 100%;
  bottom: 0;
  width: 100%;
  background-color: #fff;
}
.link.pseudo {
  color: #0087fd;
  border-bottom: 1px dashed #0087fd;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}
.form-loader p {
  font: 300 2em/1.5em 'Roboto', sans-serif;
  color: black;
}
.form-loader img {
  display: block;
  margin: 0 auto;
}
.dev-con-logo {
  width: 560px;
  height: 80px;
  background: url(/images/dev_con_logo.svg) 0 0 no-repeat;
  background-size: contain;
  cursor: pointer;
  display: block;
  margin: 2em auto;
}
.menu-wrapper {
  background-color: #ffde41;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.main-menu {
  overflow: hidden;

  margin: 0;
  padding: 0;
  list-style: none;
}
.main-menu li {
  float: left;
  padding: 1em;
  margin: 0;
}
.main-menu li a {
  color: #3f4448;
  border-bottom: 1px dashed #3f4448;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}
.main-menu li.active a {
  font-weight: 400;
  color: #000;
}
.main-menu li:first-child {
  padding-left: 0;
}
.content-menu {
  margin: 2em 0 2em 0;
  padding: 0;
}
.content-menu li {
  margin-bottom: 0.5em;
}
.order-button {
  text-decoration: none;
  border-radius: 25px;
  border: 1px solid transparent;
  background: #ffde41;
  margin: 18px 0;
  font: 500 1.5em/50px "Roboto", sans-serif;
  text-align: center;
  color: #0f0f0f;
  transition: background-color ease 200ms;
  display: inline-block;
  outline: 0 none;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 304px;
  height: 48px;
  cursor: pointer;
}
.order-button:active,
.order-button:focus {
  outline: 0 none;
}
.order-button:hover {
  background: #ffe654;
}
.order-button.white {
  background-color: #ffffff;
  width: auto;
  height: 40px;
  border-radius: 20px;
  margin-top: 45px;
  border: 0 none;
  box-shadow: 0 2px 3px 1px rgba(0,0,0,0.2);
  font: 300 14px/40px 'Roboto', sans-serif;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 2em;
  padding-right: 2em;;
}
.christmas.header .order-button {
  margin-top: 45px;
}
.header .hr-buttons {

}
.header .order-button {
  float: right;
  background-color: #ffffff;
  width: auto;
  height: 40px;
  border-radius: 20px;
  border: 0 none;
  box-shadow: 0 2px 3px 1px rgba(0,0,0,0.2);
  font: 300 14px/43px 'Roboto', sans-serif;
  text-transform: uppercase;
  margin-top: 30px;
  padding-right: 2em;
  padding-left: 2em;
  margin-left: 1em;
}

.header .order-button:hover,
.header .order-button.active {
  background-color: #ffe654;
  border-color: #ffe654;
}
.order-button.mini {
  display: inline-block;
  font-size: 1em;
  height: 2.5em;
  line-height: 2.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  margin-right: 1em;
  width: auto;
  min-width: auto;
}
strong {
  font-weight: 500;
}
p, ul > li, ol > li, blockquote, table tr td {
  font: 300 1.8em/1.5em 'Roboto', sans-serif;
  margin-bottom: 1.25em;
  letter-spacing: 0.05em;
}
p, ul > li, ol > li {
  margin-bottom: 0.75em;
}
table {
  border-collapse: collapse;
}
table tr td {
  font: 300 1.8em/1.5em 'Roboto', sans-serif;
  margin-bottom: 1.25em;
  letter-spacing: 0.05em;
  padding: 0.5em;
}
table tr:hover {
  background-color: #f1f1f1;
}

table, table td {
  border: 1px solid #cccccc;;
}
.narrow-list li {
  margin-bottom: 0.5em;
}
ul ul li, ul ol li, ol ul li {
  font: inherit;
  font-style: italic;
  margin-bottom: 0.5em;
  font-size: 0.9em;
}
ul ul li:first-child, ul ol li:first-child, ol ul li:first-child {
  padding-top: 1em;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
  font-weight: 500;
}
p strong {
  font-weight: 500;
}

.note {
  font: 400 24px/1.4em "Open Sans", sans-serif;
  color: #323638;
  padding-left: 25px;
  background: url("/images/image_05.png") 0 0.5em no-repeat;
}
.note.big {
  font-size: 38px;
  margin: 1.2em 0;
}

.solid {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
}
.christmas .slogan {
  padding-top: 40px;
}
.slogan {
  font-family: 'Roboto', sans-serif;
  display: block;
  margin: 0 300px 0 160px;
  font-size: 1.5em;
  font-weight: 300;
  padding: 25px 0 0 16px;
}
.slogan sup {
  font-size: 14px; color: #949494; font-weight: normal;
}
.solid .content-box {
  padding-right: 45%;
  padding-top: 1em;
  padding-bottom: 5em;
}

.solid .content-box.right {
  padding-right: 0;
  padding-left: 42.5%;
}

.slide {
  position: relative;
  overflow: hidden;
}

.slide .img {
  position: absolute;
}

/*.slide h1 {
  font: 400 2em/1.5em "Open Sans", sans-serif;
  color: #323638;
  margin-bottom: 1em;
}*/
/*.slide h2 {
  font: 700 1.7em/1.2em "Open Sans", sans-serif;
  color: #323638;
  margin-bottom: 1em;
}*/
.slide h1 .special {
  font-weight: 700;
  color: #ffd400;
}

.slide-a {
  min-height: 700px;
  background: #ffffff
}

.slide-a .content-box {
  /*padding-top: 5em;*/
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.slide-a .content-box.bottom {
  padding-right: 71%;
}
.slide-a .content-box.bottom .yellow {
  font: normal 2.4em/1em "Open Sans", sans-serif;
  color: #F6BF23;
  margin-bottom: 15px;
  display: block;
}
.smiles-1 {
  background: url("/images/icons.svg") 0 0 no-repeat;
  width: 86px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1em;
}
.smiles-2 {
  background: url("/images/icons2.svg") 0 0 no-repeat;
  width: 84px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1em;
}
.slide-a .percent-icon {
  background: url("/images/persent.svg") 0 0 no-repeat;
  width: 21px;
  height: 22px;
  position: absolute;
}
.slide-a .content-box.bottom h1 {

}
.slide-a .content-box .top h1.main .special {
  color: #d71921;
  font-weight: 400;
}
h1 {
  margin: 2em  0 1em 0;
  font: 300 3.4em/1.2em 'Roboto', sans-serif;
}
h2 {
  margin: 2em  0 1em 0;
  font: 300 2.7em/1.2em 'Roboto', sans-serif;
}
h3 {
  margin: 2em  0 1em 0;
  font: 300 2.2em/1.2em 'Roboto', sans-serif;
  font-weight: 400;
}
h4 {
  margin: 2em  0 1em 0;
  font: 300 2em/1.2em 'Roboto', sans-serif;
  font-weight: 400;
}

.img-full {
  background: url("/images/90-image.svg") 0 0 no-repeat;
  width: 202px;
  height: 80px;
}
.img-80 {
  background: url("/images/80-image.svg") 0 0 no-repeat;
  width: 134px;
  height: 81px;
}
.slide-a h1.main, .slide-d .sub-top {
  margin-top: 0;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-size: 2.4em;
  margin-bottom: 2em;
  padding-top: 0;
  text-align: center;
  color: #d71921;
}

.slide-a .img {
  background: url("/images/anim-smooth.gif") 0 0 no-repeat;
  width: 653px;
  height: 594px;
  top: 50%;
  left: 29%;
  margin-top: -227px;
}

.slide-a .order-button {
  margin-bottom: 1.4em;
  margin-top: 2em;
}

.slide-a .note {
  color: #839096;
}
.slide-d {
  background: #f4f5f7;
  min-height: 570px;
}

.slide-d .img {
  width: 421px;
  height: 240px;
  background: url("/images/promo_bg_buh.png") 0 0 no-repeat;
  top: 50%;
  margin-top: -120px;
  right: 52.7%;
}

.slide-d .solid .content-box {
  padding: 0;
  /*padding-left: 51%;*/
}

.slide-d h1 {
  margin-bottom: 0.2em;
}

.slide-order {
  min-height: 600px;
  background: #d7d8da;
}
.slide-order .form {
  width: 415px;
  height: 420px;
  background: white;
  margin: 90px auto;
  border-radius: 5px;
  overflow: hidden;
  color: #585858;
  position: relative;
}
.slide-order .form .inner {
  width: 290px;
  margin: 0 auto;
}
.slide-order .form h3 {
  text-align: center;
  margin-top: 1.3em;
  font: 400 24px/1.3em "Open Sans", sans-serif;
  margin-bottom: 1.4em;
}
.slide-order .form .order-button {
  width: 290px;
  margin-top: 1.6em;
  height: 51px;
  line-height: 50px;
  cursor: pointer;
}
.slide-order .form .input {
  position: relative;
  margin-bottom: 1.3em;
}
.slide-order .form .input label {
  position: absolute;
  top: -1px;
  left: 0;
  width: 57px;
  height: 32px;
  font: 300 17px/40px "Open Sans", sans-serif;
  color: #8e8e8e;
  text-shadow: 0 0 1px #adadad;
}
.slide-order .form input[type=text],
.slide-order .form input[type=tel],
.slide-order .form input[type=email] {
  background: none;
  border: 0 none;
  height: 35px;
  padding-left: 60px;
  border-bottom: 1px solid #e4e4e4;
  font: 400 18px/40px "Open Sans", sans-serif;
  color: #0f0f0f;
  display: block;
  margin: 0;
  width: 230px;
  outline: 0 none;
  box-shadow: inset 100px 100px 10px white;
}
.slide-order .form input[type=text]:active,
.slide-order .form input[type=tel]:active,
.slide-order .form input[type=email]:active,
.slide-order .form input[type=text]:focus,
.slide-order .form input[type=tel]:focus,
.slide-order .form input[type=email]:focus {
  outline: 0 none;
  border-bottom-color: #ffd400;
}
.slide-order .form .form-success {
  text-align: center;
}
.slide-order .form .icon {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.slide-order .form .loader-box,
.slide-order .form .form-success,
.slide-order .form .error-box {
  position: absolute;
  margin: 42px 63px;
}
.footer {
  min-height: 120px;
  background-color: #3f4448;
}
.footer .logo {
  background: url(/images/image_02.png) 0 center no-repeat;
  width: 69px;
  height: 100%;
  min-height: 100%;
  position: absolute;
}
.footer .copyright {
  margin-left: 115px;
  color: white;
  font-size: 13px;
  margin-top: 3em;
  margin-bottom: 3em;
  overflow: hidden;
  line-height: 1.7em;
}
.footer .copyright .left {
  float: left;
  width: 42%;
}
.footer .copyright .right {
  float: right;
  text-align: right;
  width: 58%;
}
.magic-box {
  float: left; width: 55%; position: relative
}
.magic-box.right {
  width: 45%;
}

.animate-show-hide.ng-hide-add,
.animate-show-hide.ng-hide-remove {
  transition: all linear 0.2s;
}
.list-of-events {
  font: 300 2em/1.3em 'Roboto', sans-serif;
  margin-bottom: 5em;
  padding-left: 0;
}
.list-of-events li {
  padding-bottom: 1em;
  list-style: none;
  overflow: hidden;
  position: relative;
}
.list-of-events li:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background: #cccccc;
  left: 6.3em;
  top: 0;
}
.list-of-events li:first-child:after {
  content: '';
  position: absolute;
  height: 20%;
  width: 1px;
  background: #fff;
  left: 6.3em;
  top: 0;
}
.list-of-events li:last-child:after {
  content: '';
  position: absolute;
  height: 50%;
  width: 1px;
  background: #fff;
  left: 6.3em;
  bottom: 0;
}
.list-of-events li span {
  font-size: 0.9em;
  display: inline-block;
  /* border-right: 1px solid #ccc; */
  /* padding-right: 0.5em; */
  margin-right: 1em;
  /* line-height: 1em; */
  width: 7em;
  position: relative;
  float: left;
}
.list-of-events li span:after {
  content: '';
  display: block;
  position: absolute;
  right: -3px;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -2px;
  background: #cccccc;
  border-radius: 4px;
  outline: 7px solid white;
}
.list-of-events li em {
  font-style: normal;
  font-size: 0.95em;
  background-color: white;
  position: relative;
  width: calc(100% - 7.66em);
  display: block;
  float: left;
}
@media (max-width: 800px) {
  .slide-a .content-box.bottom {
    padding-left: 0;
    padding-right: 23%;
  }
  .slide-d .solid .content-box.right {
    padding-left: 23%;
  }
  .slide-a .img {
    left: 80%;
  }
  .slide-d .img {
    right: 80%;
  }
  .slogan {
    display: none;
  }
}
@media (max-width: 715px) {
  .header .order-button {
    width: auto;
  }
}
@media (max-width: 750px) {
  .footer .copyright {
    margin-top: 2em;
  }
  .footer .copyright .right br {
    display: none;
  }
  .footer .copyright .left br {
    display: none;
  }
  .footer .copyright .left {
    float: none;
    width: auto;
  }
  .footer .copyright .right {
    float: none;
    text-align: left;
    width: auto;
  }
}
@media (max-width: 670px) {
  .slogan {
    font-size: 2em;
    padding-top: 34px;
  }
}
@media (max-width: 600px) {
  .slide .img {
    position: absolute;
    opacity: 0.1;
  }
  .slide-a .content-box.bottom {
    padding-left: 0;
    padding-right: 0;
  }
  .slide-d .solid .content-box.right {
    padding-left: 0;
  }
  .side-left, .side-right {
    float: none;
    width: auto;
  }
  .order-button {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .slogan {
    display: none;
  }
}
@media (max-width: 420px) {
  .header .order-button {
    width: calc(100% - 123px);
  }
  .magic-box, .magic-box.right {
    float: none;
    width: 220px;
    margin: 2em auto;
  }
}

@media (max-width: 320px) {
  .header .order-button {
    /*width: 150px;*/
  }
  .note {
    font-size: 1.2em;
  }
  .note.big {
    font-size: 1.2em;
  }
  .slide h1 {
    font: 400 2em/1.4em "Open Sans", sans-serif;
  }
  .slide h2 {
    font: 400 1.7px/1.4em "Open Sans", sans-serif;
  }
}
