@keyframes cssAnimation {
  to {
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
  }
}
@-webkit-keyframes cssAnimation {
  to {
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
  }
}
html,
body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  min-height: 100vh;
  box-sizing: border-box;
  position: relative;
}
body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.55em;
  color: #35464b;
  font-weight: 300;
  padding-bottom: 40px;
}
img {
  max-width: 100%;
}
header {
  border-bottom: 1px solid #e6e8e6;
}
header .wrapper {
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}
header a {
  display: block;
}
header a img {
  height: 40px;
}
footer {
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
  background: #21282d;
  color: rgba(255, 255, 255, 0.55);
  padding: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
h2 {
  color: #444444;
  font-weight: 400;
  margin: 64px 0 32px;
  padding: 0 16px;
  font-size: 30px;
  text-align: center;
  line-height: 1.25em;
}
h2 small {
  display: block;
  margin-top: 8px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.25em;
}
h3 {
  font-size: 20px;
  color: #444444;
  font-weight: 400;
  margin: 0 0 24px;
}
h3 small {
  display: block;
  margin-top: 6px;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.25em;
}
ul {
  margin: 0;
  padding: 0 0 0 4px;
  list-style: none;
}
ul li {
  padding-bottom: 8px;
  position: relative;
  padding-left: 32px;
}
ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  background-image: url('../images/sprite.svg#thick');
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.max-1400 {
  max-width: 1400px;
}
.max-1200 {
  max-width: 1200px;
}
.max-1024 {
  max-width: 1024px;
}
.center-block {
  margin: 0 auto;
}
.wrapper {
  margin: 0 auto 48px;
  padding: 48px;
  box-sizing: border-box;
}
.wrapper.gray {
  background-color: #f6f6f6;
}
.wrapper.day-2 {
  padding-top: 0;
  padding-bottom: 0;
}
@media all and (max-width: 992px) {
  .wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.equal-cols {
  display: grid;
  display: -ms-grid;
  justify-content: stretch;
  justify-items: stretch;
  grid-gap: 64px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
}
@media all and (max-width: 992px) {
  .equal-cols {
    grid-template-columns: minmax(0, 1fr);
    max-width: 576px;
  }
}
@media all and (max-width: 768px) {
  .equal-cols {
    grid-template-columns: minmax(0, 1fr);
    max-width: 100%;
  }
}
#advantages .wrapper {
  display: grid;
  display: -ms-grid;
  justify-content: stretch;
  justify-items: stretch;
  grid-gap: 80px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}
#advantages .wrapper strong {
  color: #287eb6;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 30px;
}
#advantages .wrapper > div:not(:nth-child(1)) {
  position: relative;
}
#advantages .wrapper > div:not(:nth-child(1)):before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #287eb6;
  display: block;
  position: absolute;
  top: 0;
  left: -40px;
}
ol {
  padding-left: 28px;
  margin-bottom: 24px;
  list-style: none;
  counter-reset: list-counter;
}
ol li {
  counter-increment: list-counter;
  margin-bottom: 8px;
  padding-left: 8px;
  position: relative;
}
ol li:before {
  content: counter(list-counter) ".";
  color: #287eb6;
  position: absolute;
  top: 0;
  left: -16px;
  font-weight: 700;
}
#agenda .equal-cols-left {
  text-align: center;
}
#agenda img {
  max-width: 460px;
  margin: 0 auto;
  width: 100%;
}
#agenda img + img {
  margin-top: 16px;
}
@media all and (max-width: 992px) {
  #agenda .equal-cols {
    grid-gap: 24px;
    grid-template-areas: "left" "right";
  }
  #agenda .equal-cols .equal-cols-left {
    grid-area: right;
  }
  #agenda .equal-cols .equal-cols-right {
    grid-area: left;
  }
}
.space-top-2px {
  padding-top: 16px;
}
.last-chance {
  text-align: center;
  background: #21282d;
  color: #f2f2f2;
  padding: 80px 16px 48px;
}
.last-chance h2 {
  color: #f2f2f2;
  letter-spacing: 1px;
  margin: 0 0 8px;
}
.last-chance .templateButtonHover {
  background: #fff;
  color: #fff;
}
.last-chance a {
  min-width: 260px;
  color: #21282d;
  text-decoration: none;
  background: #f2f2f2;
  padding: 16px 24px;
  text-align: center;
  margin: 16px auto;
  cursor: default;
  box-sizing: border-box;
  border-radius: 2px;
  display: inline-block;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2em;
  -webkit-transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -ms-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}
.last-chance a:hover {
  background: #fff;
}
.content_countdown .countdown {
  margin: 0 auto 24px;
  display: grid;
  display: -ms-grid;
  justify-content: center;
  justify-items: stretch;
  grid-gap: 0;
  grid-template-columns: minmax(0, 70px) minmax(0, 70px) minmax(0, 70px) minmax(0, 70px);
}
.content_countdown .countdown > span {
  box-sizing: border-box;
  padding: 8px 0;
  min-width: unset !important;
}
.content_countdown .countdown > span span {
  color: #92a5b1 !important;
  display: block;
  line-height: 1.25em;
  font-family: "Lato", sans-serif !important;
}
.content_countdown .countdown > span span:nth-child(1) {
  font-size: 36px !important;
  font-weight: 500 !important;
  position: relative;
  background: none !important;
  padding: 0  !important;
}
.content_countdown .countdown > span span:nth-child(2) {
  opacity: 0.7;
  font-size: 12px !important;
  font-weight: 300 !important;
  margin: 0 !important;
}
.content_countdown .countdown > span:nth-child(3) span:nth-child(1):before,
.content_countdown .countdown > span:nth-child(4) span:nth-child(1):before {
  content: ":";
  position: absolute;
  top: -3px;
  left: -4px;
}
#main {
  position: relative;
  overflow: hidden;
}
#main figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
}
#main figure:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 13, 21, 0.45);
  z-index: 1;
}
#main figure img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  /* Opera */
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  width: auto !important;
  height: 100% !important;
  max-width: unset;
  display: block;
}
#main .wrapper {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 32px 48px;
}
@media all and (max-width: 460px) {
  #main .wrapper#form {
    padding-left: 16px;
    padding-right: 16px;
  }
}
#main h1 {
  margin: 0 0 48px;
  font-size: 30px;
  color: #FFFFFF;
  font-weight: 300;
  line-height: 1.25em;
  max-width: 576px;
}
#main p {
  max-width: 576px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.55em;
}
#main p strong {
  font-weight: 400;
}
#main .equal-cols-right {
  justify-self: end;
}
@media all and (max-width: 992px) {
  #main {
    text-align: center;
  }
  #main .equal-cols-right {
    justify-self: center;
  }
  #main h1 {
    font-size: 22px;
  }
}
.form-holder {
  padding: 24px 32px 32px;
  display: block;
  border-top: 3px solid #287eb6;
  background-color: #ffffff;
  max-width: 460px;
  box-sizing: border-box;
  -webkit-box-shadow: 6px 7px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 6px 7px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 6px 7px 20px 0px rgba(0, 0, 0, 0.25);
}
.form-holder h3 {
  margin-bottom: 16px;
}
.form-holder input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #b1b7b1;
  padding: 12px;
  margin-bottom: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 16px;
  outline: 0;
}
.form-holder input:focus {
  border-color: #287eb6;
}
.form-holder input[type="submit"] {
  width: 100%;
  background: #287eb6;
  padding: 16px 12px;
  text-align: center;
  cursor: default;
  border: 0;
  box-sizing: border-box;
  border-radius: 2px;
  display: block;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 0;
  -webkit-transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -ms-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}
.form-holder input[type="submit"]:hover {
  background: #1f618c;
}
.form-holder span {
  font-size: 13px;
  line-height: 1.1em;
  display: block;
  padding-top: 12px;
  color: #8a8a8a;
}
.form-holder span[class*='form-control-wrap'] {
  position: relative;
}
.form-holder span[class*='not-valid-tip'] {
  color: red;
  position: absolute;
  bottom: 2px;
  left: 2px;
  font-size: 12px;
}
.form-holder #rodo-more {
  display: inline-block;
  margin: 0;
  padding: 0;
  cursor: default;
}
.form-holder p {
  margin: 0 !important;
  font-size: 20px;
  font-weight: 400;
}
.form-holder br {
  display: none;
}
.form-holder .screen-reader-response,
.form-holder .ajax-loader {
  display: none !important;
}
.form-holder .wpcf7-response-output {
  position: fixed;
  top: 16px;
  right: 16px;
  max-width: 300px;
  border: 0 !important;
  color: #fff;
  padding: 12px 16px !important;
  font-size: 12px;
  line-height: 1.25em;
  margin: 0!important;
  -moz-animation: cssAnimation 0s ease-in 4s forwards;
  -webkit-animation: cssAnimation 0s ease-in 4s forwards;
  -o-animation: cssAnimation 0s ease-in 4s forwards;
  animation: cssAnimation 0s ease-in 4s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  box-sizing: border-box;
}
.form-holder .sent .wpcf7-response-output {
  background: #389e0d;
}
.form-holder .invalid .wpcf7-response-output {
  background: #ff4d4f;
}
#reasons .wrapper {
  align-items: start;
  grid-gap: 48px;
  padding-bottom: 0;
}
#reasons .element {
  display: grid;
  display: -ms-grid;
  justify-content: stretch;
  justify-items: stretch;
  grid-gap: 0;
  height: 100%;
  grid-template-columns: minmax(0, 0.35fr) minmax(0, 0.65fr);
}
@media all and (max-width: 576px) {
  #reasons .element {
    grid-template-columns: minmax(0, 1fr);
  }
}
#reasons .element > .title {
  border: 1px solid #287eb6;
  border-right: 0;
  padding: 32px;
  font-size: 20px;
  align-content: center;
}
#reasons .element > .title p {
  margin: 0;
}
#reasons .element > .title strong {
  font-weight: 400;
}
@media all and (max-width: 576px) {
  #reasons .element > .title {
    border-right: 1px solid #287eb6;
    border-bottom-width: 0px;
  }
}
#reasons .element > .elem-content {
  background: #fff;
  padding: 32px;
  border: 1px solid #287eb6;
}
#reasons .element > .elem-content .no-list li:before {
  background-image: url('../images/sprite.svg#no');
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center;
}
#reasons .element > .elem-content .yes-list li:before {
  background-image: url('../images/sprite.svg#yes');
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}
#reasons .element > .elem-content li {
  position: relative;
  padding-left: 32px;
}
#reasons .element > .elem-content li:not(:last-child) {
  padding-bottom: 12px;
}
#reasons .element > .elem-content li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.last-content {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  max-width: 768px;
}
.last-content p {
  font-size: 20px;
  line-height: 1.55em;
}
.last-content p strong {
  font-weight: 400;
}
figure {
  display: block;
  padding: 0;
}
figure img {
  max-width: 100%;
  height: auto;
}
#rodo-note {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 16px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.65);
}
#rodo-note .grid {
  display: grid;
  display: -ms-grid;
  justify-content: stretch;
  justify-items: stretch;
  grid-gap: 0;
  align-items: center;
  justify-items: center;
  width: 100%;
  height: 100%;
}
#rodo-note .fixed-wrapper {
  display: block;
  background: #fff;
  max-width: 460px;
  max-height: 100%;
  padding: 24px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
#rodo-note .fixed-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  background-image: url('../images/sprite.svg#close-gray');
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
#rodo-note .fixed-wrapper div {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: auto;
}
#rodo-note .fixed-wrapper div::-webkit-scrollbar {
  background-color: white;
  border-radius: 10px;
  width: 15px;
}
#rodo-note .fixed-wrapper div::-webkit-scrollbar-thumb {
  background-color: #f6f6f6;
  border-radius: 10px;
  border: 5px solid white;
}
#rodo-note .fixed-wrapper div::-webkit-scrollbar-thumb:vertical {
  height: 15px!important;
  width: 15px;
}
#rodo-note .fixed-wrapper span {
  box-sizing: border-box;
  text-align: left;
  font-size: 16px;
  line-height: 1.55em;
  overflow: auto;
  margin: 0;
  padding: 0;
}
.content-after .equal-cols-left a,
.content-after .equal-cols-left figure {
  display: block;
  margin: 0;
  width: 100%;
  text-align: center;
}
.content-after .equal-cols-right a {
  min-width: 260px;
  color: #fff;
  text-decoration: none;
  background: #287eb6;
  padding: 16px 24px;
  text-align: center;
  margin: 16px auto 16px 32px;
  cursor: default;
  box-sizing: border-box;
  border-radius: 2px;
  display: inline-block;
  letter-spacing: 0.5px;
  font-size: 16px;
  line-height: 1.2em;
  -webkit-transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -ms-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}
.content-after .equal-cols-right a:hover {
  background: #1f618c;
}
@media all and (max-width: 576px) {
  .content-after .equal-cols-right a {
    margin: 16px auto !important;
  }
}
@media all and (max-width: 992px) {
  .content-after .equal-cols-right {
    text-align: center;
  }
  .content-after .equal-cols-right ol,
  .content-after .equal-cols-right ul {
    text-align: left;
  }
}
.content-after#main .equal-cols {
  grid-template-columns: minmax(0, 1fr);
}
.content-after#main figure img {
  height: auto !important;
  min-width: 100%;
  min-height: 100%;
}
.content-after#main .wrapper {
  padding-top: 64px;
  padding-bottom: 64px;
}
.last-chance.content-after a {
  display: block;
  max-width: 260px;
}
.last-chance.content-after h2 {
  margin-bottom: 48px;
}
@media all and (max-width: 992px) {
  .last-chance.content-after br {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */