/* Blueorange */
/* Imports */
/* Dobronauti */
html,
body,
form,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
div,
hr,
input,
fieldset,
button {
  margin: 0px;
  padding: 0px;
}
/* Global settings */
.blind,
hr {
  display: none !important;
}
fieldset,
a,
a img {
  border: none;
  outline: none;
}
input,
textarea {
  outline: none;
  display: block;
  resize: none;
}
select,
button,
input,
textarea {
  font-family: 'Montserrat', sans-serif;
}
button {
  outline: none;
  cursor: pointer;
}
/* Layout */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  padding-top: 152px;
}
@media (max-width: 1200px) {
  body {
    padding-top: 102px;
  }
}
body.presentation {
  padding: 0 0 !important;
}
section {
  width: 100%;
  clear: both;
  min-height: 1%;
  position: relative;
  padding-top: 100px;
  z-index: 30;
}
section:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
@media (max-width: 1200px) {
  section {
    padding-top: 70px;
  }
}
section .row {
  min-height: 1%;
  width: 100%;
  clear: both;
}
section .row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.pt0 {
  padding-top: 0 !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.half {
  width: 50%;
}
.half img {
  display: block;
  margin: 0 auto;
}
.half.left {
  float: left;
  padding-right: 23px;
}
.half.right {
  float: right;
  padding-left: 23px;
}
@media (max-width: 1200px) {
  .half {
    width: 100% !important;
    padding-top: 0 !important;
  }
  .half:first-of-type {
    padding-bottom: 40px !important;
  }
  .half.left {
    float: none;
    padding-right: 0 !important;
  }
  .half.right {
    float: none;
    padding-left: 0 !important;
  }
}
.container {
  max-width: 1480px;
  padding: 0 40px;
  margin: 0 auto;
  min-height: 1%;
  position: relative;
}
.container:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
img {
  max-width: 100%;
}
h1,
h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 35px;
  color: #562580;
}
@media (max-width: 1020px) {
  h1,
  h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  h1,
  h2 {
    font-size: 35px !important;
    margin-bottom: 27px;
  }
}
@media (max-width: 400px) {
  h1,
  h2 {
    font-size: 30px !important;
  }
}
h3 {
  font-size: 18px;
  clear: both;
  margin-bottom: 19px;
  font-weight: bold;
  line-height: 1.3;
  color: #000;
}
p,
ul li,
table td,
table th,
label,
ol li,
q {
  margin-bottom: 28px;
  font-size: 15px;
  line-height: 1.7;
  font-weight: normal;
  color: #000000;
}
p a,
ul li a,
table td a,
table th a,
label a,
ol li a,
q a {
  color: inherit;
}
p a:hover,
ul li a:hover,
table td a:hover,
table th a:hover,
label a:hover,
ol li a:hover,
q a:hover {
  text-decoration: none;
}
q {
  font-style: italic;
}
.purple-text {
  color: #562580;
}
section ol {
  margin-bottom: 28px;
  clear: both;
  padding: 0 0;
  padding-left: 18px;
}
section ol li {
  margin-bottom: 9px;
}
section ul,
.remodal ul {
  margin-bottom: 28px;
  clear: both;
  padding: 0 0;
  list-style: none;
}
section ul li,
.remodal ul li {
  margin-bottom: 16px;
  padding-left: 15px;
  position: relative;
}
section ul li:before,
.remodal ul li:before {
  display: block;
  content: '';
  position: absolute;
  width: 5px;
  height: 6px;
  left: 0;
  top: 9px;
  background: url("./images/list.svg") center center no-repeat;
  background-size: 100% 100%;
}
.button {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  background: transparent;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  outline: none;
  min-width: 170px;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  background: linear-gradient(86.2deg, #562580 11.05%, #AE2C85 89.41%);
  border: none;
  border-radius: 25px;
}
.button span {
  background: url("./images/arrow-white.svg") right center no-repeat;
  background-size: 12px 11px;
  padding-right: 25px;
}
.button:hover {
  background: linear-gradient(86.2deg, #AE2C85 11.05%, #562580 89.41%);
}
.link-more {
  color: #000;
  display: inline-block;
  padding-right: 21px;
  position: relative;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  clear: both;
  padding-bottom: 11px;
  background: url("./images/arrow-dark.svg") right 7px no-repeat;
  background-size: 9px 8px;
}
.link-more:before {
  content: "";
  display: block;
  height: 2px;
  background: #562580;
  position: absolute;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  bottom: 0;
  width: 100%;
}
table {
  border-spacing: 0;
  width: 100%;
}
table tr td:last-of-type,
table tr th:last-of-type {
  padding-left: 20px;
}
table td,
table th {
  padding: 11px 0;
  line-height: 23px;
  border-top: 1px solid #c7c7c7;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  color: #fff;
}
table td strong,
table th strong {
  font-weight: bold;
}
table th {
  border-top: none;
  font-weight: bold;
}
/* Header */
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  padding: 50px 0;
}
header * {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
header .logo {
  float: left;
  display: block;
  height: 52px;
}
@media (max-width: 1350px) {
  header .logo {
    height: 40px;
    margin-top: 6px;
    margin-bottom: 6px;
  }
}
header .right {
  min-height: 1%;
  display: inline-block;
  float: right;
}
header .right:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
header .navigation-link-mobile {
  display: none;
}
header .user {
  float: left;
  min-height: 1%;
  margin-top: 6px;
  margin-left: 40px;
}
header .user:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
header .user a.login,
header .user span.login {
  font-size: 15px;
  color: #000;
  padding-left: 35px;
  margin: 0 0;
  background: url("./images/user.svg") left center no-repeat;
  background-size: 19px 19px;
}
header .user a.login:hover,
header .user span.login:hover {
  text-decoration: none;
}
header .user a.logged-in,
header .user span.logged-in {
  font-size: 15px;
  color: #000;
  padding-left: 35px;
  margin: 0 0;
  margin-top: 6px;
  background: url("./images/user.svg") left center no-repeat;
  background-size: 19px 19px;
  font-weight: bold;
  text-decoration: none;
  text-overflow: ellipsis;
  max-width: 240px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  top: 5px;
}
header .user a.logged-in:hover,
header .user span.logged-in:hover {
  text-decoration: none;
}
header .user a.button,
header .user span.button {
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  padding: 0 30px;
  min-width: 1px;
  margin-left: 25px;
}
@media (max-width: 1350px) {
  header .user {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  header .user {
    display: none;
  }
}
header nav {
  float: left;
  display: inline-block;
  margin-top: 6px;
  min-height: 1%;
}
header nav:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
header nav.visible {
  display: inline-block !important;
}
header nav .menu {
  width: 100%;
  display: block;
  min-height: 1%;
  list-style: none;
  padding: 0 0;
  margin: 0 0;
}
header nav .menu:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
header nav .menu li {
  float: left;
  display: inline-block;
  margin: 0 0;
  margin-left: 11px;
  padding: 0 0;
  clear: none;
  position: relative;
}
@media (max-width: 1350px) {
  header nav .menu li {
    margin-left: 1px;
  }
}
header nav .menu li a.menu-link {
  height: 40px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  line-height: 37px;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
  color: #000;
  display: inline-block;
  padding: 0 23px;
  border: 2px solid #fff;
  border-radius: 20px;
}
header nav .menu li a.menu-link.active {
  font-weight: bold;
}
header nav .menu li a.menu-link:hover,
header nav .menu li a.menu-link.active {
  border-color: #294b99;
}
header nav .menu li a.menu-link.mobile-only {
  display: none;
}
@media (max-width: 767px) {
  header nav .menu li a.menu-link.mobile-only {
    display: block;
  }
}
header nav .menu li .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  padding-top: 14px;
}
header nav .menu li .submenu ul {
  background: #fff;
  border-radius: 15px;
  padding: 15px;
  box-shadow: 0 0 20px 0 rgba(86, 37, 128, 0.15);
  display: block;
  min-width: 235px;
}
header nav .menu li .submenu li {
  margin: 0 0;
  float: none;
  width: 100%;
  clear: both;
  display: block;
}
header nav .menu li .submenu a.submenu-link {
  text-decoration: none;
  margin: 0 0;
  padding: 7px 0;
  display: block;
  width: 100%;
}
header nav .menu li .submenu a.submenu-link svg {
  display: inline-block;
  margin-right: 10px;
  margin-top: 1px;
}
header nav .menu li .submenu a.submenu-link:hover {
  font-weight: bold;
}
header nav .menu li:hover .submenu {
  display: block;
}
header nav .menu li:hover a.menu-link {
  border-color: #294b99;
}
header nav .menu li:first-of-type {
  margin-left: 0;
}
header.small {
  position: fixed;
  padding: 24px 0 19px 0;
  background: #fff;
}
@media (max-width: 1200px) {
  header,
  header.small {
    position: absolute;
    padding: 25px 0 25px 0;
    background: #fff;
  }
  header .container,
  header.small .container {
    position: static;
  }
  header nav,
  header.small nav {
    margin-top: 0;
    padding: 0 0;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background: #fff;
    display: none;
    border-top: 1px solid #d4d9dd;
  }
  header nav .menu,
  header.small nav .menu {
    margin: 0 0;
    width: 100%;
  }
  header nav .menu li,
  header.small nav .menu li {
    width: 100%;
    padding: 0 0;
    margin: 0 0;
    display: block;
  }
  header nav .menu li.social,
  header.small nav .menu li.social {
    padding: 15px 20px;
    padding-bottom: 30px;
  }
  header nav .menu li.social a,
  header.small nav .menu li.social a {
    margin-left: 0;
    margin-right: 25px;
  }
  header nav .menu li.social a i,
  header.small nav .menu li.social a i {
    color: #294b99;
  }
  header nav .menu li:hover a.menu-link,
  header.small nav .menu li:hover a.menu-link {
    border: none;
    border-bottom: 1px solid #d4d9dd;
  }
  header nav .menu li a.menu-link,
  header.small nav .menu li a.menu-link {
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #d4d9dd;
    padding: 15px 40px;
    height: auto;
    font-weight: 500;
    line-height: normal;
    color: #294b99 !important;
    border-radius: 0 0;
    margin: 0 0;
    text-align: left;
    font-size: 15px;
  }
  header nav .menu li a.menu-link:before,
  header.small nav .menu li a.menu-link:before,
  header nav .menu li a.menu-link:after,
  header.small nav .menu li a.menu-link:after {
    display: none !important;
  }
  header nav .menu li a.menu-link:hover,
  header.small nav .menu li a.menu-link:hover,
  header nav .menu li a.menu-link.active,
  header.small nav .menu li a.menu-link.active {
    color: #294b99 !important;
    border-bottom: 1px solid #d4d9dd !important;
  }
  header nav .menu li .submenu,
  header.small nav .menu li .submenu {
    display: block !important;
    position: static;
    width: 100%;
    padding: 0 0;
  }
  header nav .menu li .submenu ul,
  header.small nav .menu li .submenu ul {
    padding: 0 0;
    box-shadow: none;
    background: transparent;
    border-radius: 0 0;
  }
  header nav .menu li .submenu li:hover,
  header.small nav .menu li .submenu li:hover {
    border: none !important;
  }
  header nav .menu li .submenu a.submenu-link,
  header.small nav .menu li .submenu a.submenu-link {
    padding: 11px 40px;
    border-bottom: 1px solid #d4d9dd !important;
  }
  header .user,
  header.small .user {
    margin-right: 70px;
  }
  header .navigation-link-mobile,
  header.small .navigation-link-mobile {
    position: absolute;
    float: right;
    display: inline-block;
    width: 36px;
    height: 32px;
    padding: 6px;
    top: 50%;
    margin-top: -15px;
    right: 20px;
    vertical-align: middle;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
  }
  header .navigation-link-mobile span,
  header.small .navigation-link-mobile span {
    position: absolute;
    left: 6px;
    opacity: 1;
    display: block;
    height: 2px;
    width: calc(100% - 12px);
    background: #294b99;
    border-radius: 9px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  header .navigation-link-mobile span:nth-child(1),
  header.small .navigation-link-mobile span:nth-child(1) {
    top: 6px;
  }
  header .navigation-link-mobile span:nth-child(2),
  header.small .navigation-link-mobile span:nth-child(2),
  header .navigation-link-mobile span:nth-child(3),
  header.small .navigation-link-mobile span:nth-child(3) {
    top: 14px;
  }
  header .navigation-link-mobile span:nth-child(4),
  header.small .navigation-link-mobile span:nth-child(4) {
    top: 22px;
  }
  header .navigation-link-mobile.active span:nth-child(1),
  header.small .navigation-link-mobile.active span:nth-child(1) {
    width: 0%;
    left: 50%;
  }
  header .navigation-link-mobile.active span:nth-child(2),
  header.small .navigation-link-mobile.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .navigation-link-mobile.active span:nth-child(3),
  header.small .navigation-link-mobile.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .navigation-link-mobile.active span:nth-child(4),
  header.small .navigation-link-mobile.active span:nth-child(4) {
    width: 0%;
    left: 50%;
  }
}
/* Footer */
footer {
  width: 100%;
  min-height: 1%;
  clear: both;
  position: relative;
  z-index: 30;
}
footer:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
footer .top {
  border-bottom: 1px solid #d4d9dd;
}
footer .top .container {
  padding-top: 45px;
  padding-bottom: 15px;
}
footer .top .col {
  padding-bottom: 30px;
  width: 22%;
  float: left;
  min-height: 1%;
}
footer .top .col:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
footer .top .col.last,
footer .top .col.short {
  width: 17%;
}
@media (max-width: 1200px) {
  footer .top .col {
    width: 50% !important;
  }
  footer .top .col.last {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  footer .top .col {
    width: 100% !important;
    float: none;
    clear: both;
  }
}
@media (max-width: 1200px) {
  footer .top .row {
    min-height: 1%;
    width: 100%;
    float: left;
    clear: none;
  }
  footer .top .row:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
  }
}
footer .top h3 {
  font-weight: bold;
  font-size: 20px;
  color: #562580;
  text-transform: none;
  margin-bottom: 18px;
  line-height: 1.4;
}
footer .top p {
  margin-bottom: 0;
}
footer .top ul {
  list-style: none;
}
footer .top ul li {
  margin-bottom: 6px;
  padding: 0 0;
}
footer .top ul li a {
  padding-left: 16px;
  text-decoration: none;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  background: url("./images/list.svg") left 6px no-repeat;
  background-size: 5px 6px;
}
footer .top ul li a:hover {
  text-decoration: underline;
}
footer .top .contact a {
  clear: both;
  display: block;
  width: 100%;
  padding-left: 44px;
  height: 35px;
  line-height: 35px;
}
footer .top .contact a.phone {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  background: url("./images/phone.svg") 6px center no-repeat;
  background-size: auto 33px;
}
footer .top .contact a.email {
  background: url("./images/email.svg") left center no-repeat;
  background-size: auto 29px;
  color: #562580;
  font-size: 15px;
}
footer .top .social a {
  margin-right: 40px;
}
footer .top .social a i {
  color: #d6d6d6;
  font-size: 29px;
  display: inline-block;
  line-height: 32px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
footer .top .social a:hover i {
  color: #562580;
}
footer .bottom {
  width: 100%;
  clear: both;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
footer .bottom p {
  margin: 0 0;
  font-size: 13px;
}
/* Remodal */
.remodal,
.remodal-js {
  max-width: 780px;
  padding: 60px 50px;
  text-align: left;
  border-radius: 20px;
}
.remodal .remodal-close,
.remodal-js .remodal-close {
  background: #e94683;
  top: -19px;
  right: -10px;
  left: auto;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.remodal .remodal-close:hover,
.remodal-js .remodal-close:hover {
  background: #562580;
}
.remodal .remodal-close:before,
.remodal-js .remodal-close:before {
  color: #fff;
  width: 38px;
  height: 38px;
  line-height: 40px;
  font-size: 28px;
}
.remodal .button.text-white,
.remodal-js .button.text-white {
  border-width: 2px;
  border-style: solid;
  border-color: #562580;
  background: #fff;
  color: #000;
  line-height: 47px;
  padding: 0 30px 0 27px;
}
.remodal .button.text-white:hover,
.remodal-js .button.text-white:hover {
  background: #562580;
  color: #fff;
}
.remodal h2,
.remodal-js h2 {
  margin-bottom: 25px;
}
.remodal p,
.remodal-js p {
  margin-bottom: 39px;
}
.remodal .buttons .button,
.remodal-js .buttons .button {
  margin-right: 25px;
  float: left;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .remodal,
  .remodal-js {
    padding: 65px 40px;
  }
}
@media (max-width: 500px) {
  .remodal,
  .remodal-js {
    padding: 55px 40px;
  }
}
/* Datepicker */
.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #562580;
}
.datepicker-top-left:before,
.datepicker-top-right:before {
  border-bottom-color: #562580;
}
.datepicker-panel > ul > li.highlighted,
.datepicker-panel > ul > li:hover,
.datepicker-panel > ul > li.highlighted,
.datepicker-panel > ul > li:hover,
.datepicker-panel > ul > li.highlighted:hover {
  background-color: #f8efff;
}
.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #562580;
}
/*------ Components -------*/
/* Preview */
.section-preview .row {
  margin-bottom: 100px;
}
.section-preview .row:last-of-type {
  margin-bottom: 0;
}
.section-preview .row:last-of-type img {
  width: 100%;
  display: block;
}
.section-preview .half.left p {
  margin-bottom: 55px;
}
.section-preview .half.left img {
  display: inline-block;
}
.section-preview .half.left img.img {
  width: 100%;
  max-width: 386px;
  margin-bottom: 35px;
}
.section-preview .half.left img.logo {
  width: 100%;
  max-width: 290px;
}
@media (max-width: 1100px) {
  .section-preview .row {
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .section-preview .half.left p {
    margin-bottom: 40px;
  }
  .section-preview .half.left img.img {
    max-width: 300px;
  }
}
/* Form */
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  left: 0;
  clear: none !important;
  display: block;
  top: 3px;
  cursor: pointer;
  padding: 0 0;
  float: left !important;
  background: #fff;
  width: 18px;
  border: 1px solid #DFDFDF;
  height: 18px;
  outline: none;
}
input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  background: #562580;
}
input[type="checkbox"].error {
  border-color: red;
}
input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  clear: none !important;
  display: block;
  cursor: pointer;
  padding: 0 0;
  float: left !important;
  background: #fff;
  width: 18px;
  border: 1px solid #DFDFDF;
  position: relative;
  height: 18px;
  border-radius: 9px 9px !important;
  outline: none;
}
input[type="radio"]:checked:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 12px;
  border-radius: 6px 6px !important;
  height: 12px;
  background: #562580;
}
form p {
  margin-bottom: 28px;
  min-height: 1%;
}
form p:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
form p a {
  color: #562580;
}
form p.checkbox {
  padding-left: 31px;
  position: relative;
  margin-bottom: 13px;
}
form p.checkbox label,
form p.checkbox .label {
  margin-bottom: 0;
  font-size: 13px;
}
form p.correct {
  position: relative;
}
form p.correct:before {
  width: 21px;
  height: 21px;
  position: absolute;
  bottom: 16.5px;
  right: -38px;
  background: url("./images/check.svg") center center no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
}
form p.correct input[type="text"],
form p.correct input[type="email"],
form p.correct input[type="password"],
form p.correct input[type="number"],
form p.correct textarea,
form p.correct select {
  background: #FCF9FF;
  border-color: #562580;
}
form p.error {
  position: relative;
}
form p.error .error-text {
  position: absolute;
  top: 0;
  right: 0;
  background: #EF0000;
  opacity: 0.3;
  border-radius: 20px;
  display: inline-block;
  padding: 0 13px;
  font-size: 13px;
  font-weight: 600;
  height: 27px;
  color: #fff;
  line-height: 27px;
}
form p.error input[type="text"],
form p.error input[type="email"],
form p.error input[type="password"],
form p.error textarea,
form p.error select {
  background: #FFFBFB;
  border-color: #FAB3B3;
}
@media (max-width: 767px) {
  form p.correct:before {
    display: none;
  }
}
form label,
form .label {
  clear: both;
  margin-bottom: 10px;
  display: block;
}
form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="number"],
form textarea,
form select {
  border: 1px solid #d4d9dd;
  width: 100%;
  display: block;
  height: 54px;
  line-height: 53px;
  outline: none !important;
  padding: 0 28px;
  font-size: 15px;
  background: transparent;
  color: #000;
  border-radius: 27px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form input[type="number"]:focus,
form textarea:focus,
form select:focus {
  border-color: #562580;
}
form input[type="text"].datepicker,
form input[type="email"].datepicker,
form input[type="password"].datepicker,
form input[type="number"].datepicker,
form textarea.datepicker,
form select.datepicker {
  background-image: url("./images/calendar.svg");
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 22px 22px;
}
form textarea {
  height: 185px;
  padding: 17px 28px;
  line-height: 21px;
}
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 40px;
  background: transparent url("./images/select.svg") 95% center no-repeat;
  background-size: 11px 11px;
}
form .info {
  position: absolute;
  bottom: 15px;
  right: -38px;
  left: auto;
}
form .info .price {
  color: #2fa023;
  font-size: 15px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
}
form .info .info-link {
  width: 24px;
  height: 24px;
  background: url("./images/info.svg") left center no-repeat;
  background-size: 100% 100%;
  text-align: left;
  display: block;
  overflow: hidden;
  text-indent: -1000px;
}
form .info .info-text {
  display: none;
  position: absolute;
  background: #562580;
  padding: 20px;
  border-radius: 15px;
  width: 360px;
  bottom: 100%;
  margin-bottom: 10px;
  left: 12px;
}
form .info .info-text.right {
  left: auto;
  right: 12px;
}
form .info .info-text p {
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0;
}
form .info:hover .info-text {
  display: block;
}
@media (max-width: 1200px) {
  form .info .info-text {
    left: auto;
    right: 12px;
  }
}
@media (max-width: 767px) {
  form .info {
    position: static;
    width: 100% !important;
  }
  form .info .price {
    width: 100%;
    margin-top: 12px;
  }
  form .info .info-link {
    display: none;
  }
  form .info .info-text {
    display: block;
    position: static;
    width: 100%;
    margin: 0 0;
    margin-top: 12px;
  }
}
form .class {
  position: relative;
}
form .class input[type="text"].datepicker,
form .class input[type="email"].datepicker,
form .class input[type="password"].datepicker,
form .class input[type="number"].datepicker {
  background-position: 95% center;
}
form .class input[type="text"].long,
form .class input[type="email"].long,
form .class input[type="password"].long,
form .class input[type="number"].long {
  width: 60%;
  float: left;
  clear: none;
}
form .class input[type="text"].short,
form .class input[type="email"].short,
form .class input[type="password"].short,
form .class input[type="number"].short {
  width: 36%;
  float: right;
}
@media (max-width: 767px) {
  form .class p {
    margin-bottom: 12px;
  }
  form .class input[type="text"].datepicker,
  form .class input[type="email"].datepicker,
  form .class input[type="password"].datepicker {
    background-position: 95% center;
  }
  form .class input[type="text"].long,
  form .class input[type="email"].long,
  form .class input[type="password"].long {
    width: 100%;
    float: none;
    margin-bottom: 17px;
    clear: both;
  }
  form .class input[type="text"].short,
  form .class input[type="email"].short,
  form .class input[type="password"].short {
    width: 100%;
    float: none;
    clear: both;
  }
}
form .add-class {
  color: #562580;
  padding-left: 33px;
  background: url("./images/add.svg") left center no-repeat;
  background-size: 20px 20px;
  display: inline-block;
  line-height: 22px;
  height: 22px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  form .add-class {
    margin-top: 30px;
  }
}
form .short .row {
  padding-right: 120px;
  position: relative;
  margin-bottom: 28px;
}
form .short .row p {
  margin-bottom: 0;
}
form .short .info {
  width: 102px;
  right: 0;
}
@media (max-width: 1200px) {
  form .short .info .info-text {
    left: auto;
    right: 0;
  }
}
@media (max-width: 767px) {
  form .short .row {
    padding-right: 0;
  }
}
form .bottom {
  position: relative;
  width: 100%;
}
form .bottom img {
  width: auto;
  max-width: 250px;
}
@media (max-width: 1200px) {
  form .bottom img {
    float: left;
  }
}
/* Slider styles */
.slick-dots {
  list-style: none;
  display: block;
  width: 100%;
  padding: 0 0;
  margin: 0 0;
  padding-top: 20px;
  text-align: center;
}
.slick-dots li {
  clear: none;
  display: inline-block;
  margin: 0 14px;
  padding: 0 0;
  line-height: normal;
  font-size: 12px;
  background: none;
}
.slick-dots li:before {
  display: none !important;
}
.slick-dots li button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #c4c4c4;
  outline: none;
  text-align: left;
  text-indent: -1000px;
  overflow: hidden;
  border: 3px solid #fff;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.slick-dots li.slick-active button {
  border-color: #562580;
  background: #fff;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  width: 13px;
  height: 21px;
  border: none;
  outline: none;
  cursor: pointer;
  margin-top: -10.5px;
  background-image: url("./images/prev-next.png");
  background-size: 200% 200%;
  background-repeat: no-repeat;
  text-align: left;
  background-color: transparent;
  text-indent: -1000px;
  z-index: 800;
  overflow: hidden;
}
.slick-arrow.slick-prev {
  left: 0;
  background-position: left bottom;
}
.slick-arrow.slick-prev:hover {
  background-position: left top;
}
.slick-arrow.slick-next {
  right: 0;
  background-position: right bottom;
}
.slick-arrow.slick-next:hover {
  background-position: right top;
}
/* Intro */
.section-intro img {
  transform: scale(1.2);
  position: relative;
  left: -20px;
}
.section-intro h2,
.section-intro h1 {
  font-size: 55px;
}
.section-intro h2.small,
.section-intro h1.small {
  font-size: 40px;
}
.section-intro .half.text {
  padding-top: 4%;
  padding-right: 40px;
}
.section-intro p {
  font-size: 18px;
  line-height: 1.5;
}
.section-intro .social a {
  margin-right: 40px;
}
.section-intro .social a i {
  color: #d6d6d6;
  font-size: 29px;
  display: inline-block;
  line-height: 32px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.section-intro .social a:hover i {
  color: #562580;
}
@media (max-width: 1200px) {
  .section-intro img {
    transform: scale(1);
    position: relative;
    left: 0;
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
  }
}
/* Info boxes */
.section-info-boxes {
  margin-bottom: 20px;
}
.section-info-boxes .box {
  border-radius: 15px;
  box-shadow: 10px 10px 40px rgba(86, 37, 128, 0.1);
  padding: 65px 45px;
  padding-right: 300px;
  text-wrap: balance;
  position: relative;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.section-info-boxes .box h2,
.section-info-boxes .box h1 {
  margin-bottom: 28px;
}
.section-info-boxes .box p {
  margin-bottom: 35px;
}
.section-info-boxes .box.box1-hp {
  top: -70px;
  padding-right: 350px;
  max-height: 455px;
  max-width: 674px;
  background-size: cover !important;
}
.section-info-boxes .box.box2-hp {
  bottom: -70px;
  padding-right: 350px;
  max-height: 455px;
  max-width: 674px;
  background-size: cover !important;
}
.section-info-boxes .box.box1 {
  top: -40px;
  background: #ffffff url("../images/ilustrace3.svg") 95% center no-repeat;
  background-size: auto 95%;
}
.section-info-boxes .box.box2 {
  bottom: -40px;
  background: #ffffff url(../images/ilustrace2.svg) 88% center no-repeat;
  background-size: auto 100%;
  padding-right: 330px;
}
.section-info-boxes .box:hover {
  box-shadow: 10px 10px 60px rgba(86, 37, 128, 0.4);
}
@media (max-width: 1440px) {
  .section-info-boxes {
    margin-bottom: 0;
  }
  .section-info-boxes .half {
    width: 100% !important;
    padding-top: 0 !important;
  }
  .section-info-boxes .half:first-of-type {
    padding-bottom: 40px !important;
  }
  .section-info-boxes .half.left {
    float: none;
    padding-right: 0 !important;
  }
  .section-info-boxes .half.right {
    float: none;
    padding-left: 0 !important;
  }
  .section-info-boxes .box.box1 {
    top: 0;
  }
  .section-info-boxes .box.box2 {
    bottom: 0;
  }
}
@media (max-width: 1200px) {
  .section-info-boxes {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 767px) {
  .section-info-boxes .box {
    background: #fff !important;
    padding: 40px 20px !important;
  }
}
/* About */
.section-about {
  position: relative;
  padding-bottom: 50px;
}
.section-about .container {
  z-index: 10;
}
.section-about:before {
  width: 100%;
  z-index: 5;
  height: 50%;
  background: linear-gradient(180deg, rgba(86, 37, 128, 0.05) 0%, rgba(86, 37, 128, 0) 27.25%);
  transform: rotate(-180deg);
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
}
.section-about p {
  margin-bottom: 50px;
}
.section-about .half.right {
  padding-left: 80px;
  padding-top: 140px;
}
.section-about .play {
  position: absolute;
  top: 50%;
  right: 49%;
  display: block;
  background-image: linear-gradient(to top, #572680, #af2d85);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  text-align: left;
  text-indent: -1000px;
  overflow: hidden;
}
.section-about .play:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("./images/play.svg") center center no-repeat;
  background-size: 31px 39px;
}
@media (max-width: 1200px) {
  .section-about .play {
    position: relative;
    margin: 0 auto;
    left: auto;
    top: auto;
    right: auto;
    margin-bottom: 40px;
  }
  .section-about img {
    margin: 0 auto;
    width: 100%;
    max-width: 550px;
  }
}
/* Video */
.section-play-video {
  position: relative;
}
.section-play-video .container {
  z-index: 10;
}
.section-play-video h2,
.section-play-video h1 {
  max-width: 500px;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.4;
}
.section-play-video .half.left {
  text-align: right;
  padding-right: 110px;
  padding-top: 133px;
}
.section-play-video .half.right {
  padding-left: 0;
}
.section-play-video .play {
  position: absolute;
  top: 50%;
  right: 50%;
  display: block;
  background-image: linear-gradient(to top, #572680, #af2d85);
  width: 120px;
  height: 120px;
  margin-right: -60px;
  margin-top: -60px;
  border-radius: 50%;
  text-align: left;
  text-decoration: none;
  z-index: 10;
}
.section-play-video .play:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("./images/play.svg") center center no-repeat;
  background-size: 31px 39px;
}
.section-play-video .play:after {
  position: absolute;
  top: -29px;
  left: 50%;
  width: 116px;
  margin-left: -58px;
  content: "";
  display: block;
  background: url("./images/play-text.svg") center center no-repeat;
  background-size: 100% auto;
  height: 40px;
}
.section-play-video .box {
  width: 100%;
  position: relative;
  border-radius: 15px;
  box-shadow: 10px 10px 40px 0 rgba(86, 37, 128, 0.1);
  background-color: #ffffff;
}
.section-play-video .box img {
  display: block;
  max-height: 436px;
  position: relative;
  top: -30px;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .section-play-video .half {
    text-align: left !important;
  }
  .section-play-video h2,
  .section-play-video h1 {
    width: 100%;
    max-width: 100%;
  }
  .section-play-video .play {
    position: relative;
    margin: 40px auto;
    left: auto;
    top: auto;
    right: auto;
  }
  .section-play-video .box {
    width: 100%;
    position: relative;
    border-radius: 0 0;
    box-shadow: none;
    background-color: transparent;
  }
  .section-play-video .box img {
    max-height: none;
    top: 0;
    width: 90%;
    margin: 0 auto;
    max-width: 500px;
  }
}
/* Contact form - HP */
.section-contact-form .half {
  position: relative;
}
.section-contact-form .half.left {
  padding-right: 70px;
}
.section-contact-form .half.right {
  padding-left: 100px;
  padding-top: 90px;
}
.section-contact-form .contact-text {
  width: 429px;
  top: -60px;
  left: 70px;
  padding: 65px 65px;
  height: 303px;
  position: absolute;
  background: url("./images/popup.png") center center no-repeat;
}
.section-contact-form .contact-text a {
  clear: both;
  display: block;
  width: 100%;
  padding-left: 47px;
  height: 40px;
  line-height: 40px;
}
.section-contact-form .contact-text a.phone {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  background: url("./images/phone.svg") 6px center no-repeat;
  background-size: auto 38px;
}
.section-contact-form .contact-text a.email {
  background: url("./images/email.svg") left center no-repeat;
  background-size: auto 33px;
  color: #562580;
  font-size: 17px;
}
@media (max-width: 1200px) {
  .section-contact-form .contact-text {
    position: static;
    clear: both;
    margin: 20px auto 55px auto;
    width: 100%;
    text-align: center;
    background: none;
    height: auto;
    padding: 0 0;
  }
  .section-contact-form .contact-text a {
    width: auto;
    margin-bottom: 10px;
    display: inline-block;
  }
  .section-contact-form img {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
  }
}
.contact-form form {
  width: 100%;
  margin: 0 auto;
  min-height: 1%;
  display: block;
}
.contact-form form:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.contact-form form .link-underlined {
  line-height: normal;
}
.contact-form form .half {
  padding: 0 0 !important;
  width: 50%;
  float: left;
  clear: none;
}
.contact-form form .half.left {
  width: 56%;
  padding-right: 10px !important;
}
.contact-form form .half.right {
  width: 44%;
  padding-left: 10px !important;
}
@media (max-width: 1200px) {
  .contact-form form .half.left {
    padding-right: 0 !important;
  }
  .contact-form form .half.right {
    margin-bottom: 25px;
    padding-left: 0 !important;
  }
}
.contact-form form p {
  width: 100%;
  clear: both;
  display: block;
  margin-bottom: 28px;
  min-height: 1%;
  text-align: left;
}
.contact-form form p:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.contact-form form p.text {
  font-size: 13px;
  margin-bottom: 10px;
}
.contact-form form p.last {
  margin-bottom: 0;
}
.contact-form form p.text-center {
  text-align: center;
}
/* Newsletter */
.section-newsletter {
  background-image: linear-gradient(to left, #e94683, #562580);
  margin: 0 0;
  margin-top: 100px;
  text-align: center;
  vertical-align: middle;
  padding-top: 15px;
}
.section-newsletter h3 {
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  display: inline-block;
  float: none;
  margin: 0 0;
  margin-right: 40px;
  vertical-align: middle;
  line-height: 30px;
  padding-bottom: 15px;
}
.section-newsletter form {
  padding-bottom: 15px;
  min-height: 1%;
  display: inline-block;
  vertical-align: middle;
  float: none;
  width: 100%;
  max-width: 650px;
  position: relative;
}
.section-newsletter form:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-newsletter form input[type="text"],
.section-newsletter form input[type="email"] {
  border-radius: 30px;
  border: solid 1px rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  min-width: 265px;
  height: 48px;
  line-height: 48px;
}
.section-newsletter form input[type="text"]:focus,
.section-newsletter form input[type="email"]:focus {
  border-color: #fff;
}
.section-newsletter form p {
  float: left;
  width: auto;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  padding-right: 60px;
}
.section-newsletter form p.checkbox {
  margin-left: 15px;
  padding-top: 13px;
  padding-right: 0;
  color: #fff;
  padding-left: 28px;
  text-align: left;
}
.section-newsletter form p.checkbox input {
  top: 15px;
}
.section-newsletter form p.checkbox a {
  color: #fff;
}
.section-newsletter form p.checkbox label {
  color: #fff;
}
.section-newsletter form ::-webkit-input-placeholder {
  color: #ffffff;
}
.section-newsletter form :-ms-input-placeholder {
  color: #ffffff;
}
.section-newsletter form ::placeholder {
  color: #ffffff;
}
.section-newsletter form button {
  width: 49px;
  height: 48px;
  border-radius: 30px;
  background-color: #562580;
  background-image: url("./images/send.svg");
  background-position: center center;
  background-size: 21px 21px;
  background-repeat: no-repeat;
  text-align: left;
  border: none;
  outline: none;
  text-indent: -1000px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1430px) {
  .section-newsletter h3 {
    margin: 0 0;
    clear: both;
    width: 100%;
    padding-bottom: 17px;
  }
}
@media (max-width: 1300px) {
  .section-newsletter {
    padding-top: 25px;
  }
  .section-newsletter form {
    padding-bottom: 25px;
  }
}
@media (max-width: 1200px) {
  .section-newsletter {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .section-newsletter form {
    max-width: 100%;
  }
  .section-newsletter form p {
    width: 100%;
    display: block;
    margin-left: 0 !important;
  }
}
/* Subpage - shadow background */
.section-subpage {
  background: linear-gradient(180deg, rgba(86, 37, 128, 0.03) 0%, rgba(86, 37, 128, 0) 27.25%);
  border-top: 1px solid #f0f0f0;
}
/* Order form */
.section-order-form .container {
  max-width: 1230px;
}
.section-order-form .half.left {
  width: 52%;
  padding-right: 50px;
}
.section-order-form .half.right {
  width: 48%;
  padding-left: 50px;
}
.section-order-form form p img.captcha {
  max-width: 270px;
  display: block;
  margin: 0 0;
}
.section-order-form form p.text {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .section-order-form form {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .section-order-form form {
    padding-right: 0;
  }
}
.order-product {
  border-radius: 15px;
  box-shadow: 10px 10px 40px 0 rgba(86, 37, 128, 0.1);
  background-color: #ffffff;
  width: 100%;
  overflow: hidden;
}
.order-product h2,
.order-product h3 {
  font-size: 30px;
  font-weight: bold;
  color: #562580;
  margin-bottom: 17px;
}
.order-product p {
  font-size: 13px;
  line-height: 1.8;
}
.order-product p .purple {
  color: #562580;
}
.order-product .half {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  width: 50%;
}
.order-product .half.left {
  padding-right: 10px;
}
.order-product .half.right {
  padding-left: 10px;
  text-align: right;
}
@media (max-width: 1200px) {
  .order-product .half:first-of-type {
    padding-bottom: 6px !important;
  }
  .order-product .half.right {
    text-align: left;
  }
}
.order-product .photo {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 240px;
  clear: both;
}
.order-product .photo img {
  max-height: 100%;
  max-width: 100%;
}
.order-product .photo.program {
  padding-top: 50px;
}
.order-product .top {
  padding: 15px 45px 25px 45px;
}
.order-product .top .half.left {
  width: 50%;
}
.order-product .top .half.right {
  width: 50%;
}
.order-product .top .row {
  margin-bottom: 10px;
}
.order-product .top .row:last-of-type {
  margin-bottom: 0;
}
.order-product .top .row p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 22px;
  vertical-align: baseline;
  display: inline-block;
}
.order-product .top .row .price {
  color: #562580;
  font-size: 20px;
  line-height: 22px;
  display: inline-block;
  font-weight: bold;
  vertical-align: baseline;
}
.order-product .bottom {
  padding: 27px 45px;
  min-height: 1%;
  background: linear-gradient(78.79deg, #562580 -1.91%, #AF2D85 103.18%), #562580;
}
.order-product .bottom:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.order-product .bottom p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 23px;
  vertical-align: baseline;
  display: inline-block;
}
.order-product .bottom .row {
  margin-bottom: 7px;
}
.order-product .bottom .row:last-of-type {
  margin-bottom: 0;
}
.order-product .bottom .price {
  font-size: 23px;
  font-weight: bold;
}
.order-product .bottom * {
  color: #fff;
}
@media (max-width: 767px) {
  .order-product .top {
    padding: 20px 20px 25px 20px;
  }
  .order-product .bottom {
    padding: 25px 20px;
  }
}
/* FAQ */
.section-faq {
  text-align: center;
}
.section-faq * {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.section-faq .box {
  background: #FFFFFF;
  box-shadow: 10px 10px 40px rgba(86, 37, 128, 0.1);
  border-radius: 15px;
  padding: 100px 95px;
  max-width: 980px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  min-height: 470px;
}
.section-faq .box:before {
  content: "";
  display: block;
  position: absolute;
  width: 195px;
  height: 357px;
  background: url("../images/faq-left.png") center center no-repeat;
  background-size: 100% 100%;
  right: 100%;
  top: 50%;
  margin-top: -200px;
}
.section-faq .box:after {
  content: "";
  display: block;
  position: absolute;
  width: 215px;
  height: 360px;
  background: url("../images/faq-right.png") center center no-repeat;
  background-size: 100% 100%;
  left: 100%;
  top: 50%;
  margin-top: -170px;
}
.section-faq h2,
.section-faq h1 {
  margin-bottom: 44px;
  font-size: 55px;
}
@media (max-width: 1400px) {
  .section-faq .box {
    padding: 40px 40px 55px 40px;
    max-width: 100%;
  }
  .section-faq .box:before,
  .section-faq .box:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-faq .box {
    box-shadow: none;
    padding: 0 0;
    background: none;
    border-radius: 0 0;
  }
}
.accordion {
  width: 100%;
  min-height: 1%;
  clear: both;
  margin: 0 auto;
}
.accordion:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.accordion .item {
  text-align: left;
  margin-bottom: 0;
  min-height: 1%;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.accordion .item:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.accordion .accordion-link {
  width: 100%;
  display: block;
  padding: 18px 28px 17px 0;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  line-height: 23px;
  min-height: 1%;
}
.accordion .accordion-link:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.accordion .accordion-link .more {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  text-align: left;
  text-indent: -1000px;
  overflow: hidden;
  border: none;
  outline: none;
  background: url("./images/arrow-down.svg") center center no-repeat;
  background-size: 100% auto;
  width: 8px;
  height: 100%;
}
.accordion .accordion-link.active .more {
  background-image: url("./images/arrow-up.svg");
}
.accordion .content {
  padding: 5px 0 0 0;
  display: none;
}
.accordion .content p {
  font-size: 15px;
  line-height: 22px;
}
.accordion .content p a {
  color: #562580;
}
.accordion .content ul li {
  font-size: 15px;
  line-height: 1.8;
}
.accordion .content.active {
  display: block;
}
/* Halves */
.section-halves {
  padding-top: 40px;
}
.section-halves.gap {
  padding-top: 100px;
}
@media (max-width: 1200px) {
  .section-halves.gap {
    padding-top: 70px;
  }
}
.section-halves .price {
  position: relative;
  display: inline-block;
  padding-right: 42px;
  width: auto;
}
.section-halves .price p {
  margin-bottom: 0;
}
.section-halves .price .price-text {
  color: #562580;
  font-size: 16px;
  font-weight: bold;
}
.section-halves .price .price-text strong {
  font-size: 23px;
}
@media (max-width: 767px) {
  .section-halves .price {
    padding-right: 0;
  }
}
.section-halves .info {
  position: absolute;
  bottom: 9px;
  right: 0;
  left: auto;
}
.section-halves .info .price {
  color: #2fa023;
  font-size: 15px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
}
.section-halves .info .info-link {
  width: 24px;
  height: 24px;
  background: url("./images/info.svg") left center no-repeat;
  background-size: 100% 100%;
  text-align: left;
  display: block;
  overflow: hidden;
  text-indent: -1000px;
}
.section-halves .info .info-text {
  display: none;
  position: absolute;
  background: rgba(86, 37, 128, 0.9);
  padding: 20px;
  border-radius: 15px;
  width: 360px;
  bottom: 100%;
  margin-bottom: 10px;
  left: 12px;
}
.section-halves .info .info-text p {
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0;
}
.section-halves .info:hover .info-text {
  display: block;
}
@media (max-width: 767px) {
  .section-halves .info {
    position: static;
    width: 100% !important;
    margin-bottom: 18px;
  }
  .section-halves .info .price {
    width: 100%;
    margin-top: 12px;
  }
  .section-halves .info .info-link {
    display: none;
  }
  .section-halves .info .info-text {
    display: block;
    position: static;
    width: 100%;
    margin: 0 0;
    margin-top: 12px;
    background: #562580;
  }
}
.section-halves .half.text {
  padding-top: 4%;
}
.section-halves p.small {
  font-size: 13px;
}
.section-halves h2,
.section-halves h1 {
  font-size: 55px;
}
.section-halves h2.small,
.section-halves h1.small {
  font-size: 40px;
}
@media (max-width: 1200px) {
  .section-halves img {
    margin: 0 auto;
    width: 100%;
    display: block;
    max-width: 550px;
    top: 0 !important;
  }
}
/* About - detail */
.section-about-detail .half.text {
  padding-top: 0;
}
.section-about-detail .partners {
  width: 100%;
  min-height: 1%;
  padding-top: 10px;
  clear: both;
  float: none;
}
.section-about-detail .partners:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-about-detail .partners .item {
  width: 33.333%;
  display: block;
  text-decoration: none;
  float: left;
  padding: 0 10px 10px 10px;
  height: 110px;
  line-height: 110px;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.section-about-detail .partners .item img {
  max-width: 90%;
  max-height: 90%;
  display: inline-block;
  vertical-align: middle;
}
.section-about-detail .partners .item.large img {
  height: 145%;
  position: absolute;
  top: 35px;
  right: 40px;
  max-height: none;
}
.section-about-detail .partners .item.small img {
  max-height: 65%;
}
@media (max-width: 1200px) {
  .section-about-detail .partners .item img {
    width: auto;
  }
}
@media (max-width: 600px) {
  .section-about-detail .partners {
    padding: 25px 0;
  }
  .section-about-detail .partners .item {
    width: 100%;
    padding: 0 0;
    height: auto;
    line-height: normal;
    margin-bottom: 35px;
  }
  .section-about-detail .partners .item:last-of-type {
    margin-bottom: 0;
  }
  .section-about-detail .partners .item img {
    width: auto;
    height: auto;
    max-width: 190px !important;
    position: static !important;
    max-height: 100px !important;
  }
}
/* Testimonials */
.section-testimonials .slick-dots {
  padding-top: 0;
}
.section-testimonials .container {
  padding: 0 0;
}
.section-testimonials .testimonials {
  width: 100%;
  min-height: 1%;
  display: block;
}
.section-testimonials .testimonials:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-testimonials h2,
.section-testimonials h1 {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 15px;
}
.section-testimonials h3 {
  margin-bottom: 6px;
}
.section-testimonials .item {
  width: 33.333%;
  margin: 50px 20px 60px 20px;
  padding: 50px;
  position: relative;
  border-radius: 15px;
  outline: none;
  box-shadow: 0 0 20px 0 rgba(86, 37, 128, 0.15);
  background-color: #ffffff;
  min-height: 180px;
}
.section-testimonials .item:before {
  background: url("./images/quote.svg") center center no-repeat;
  background-size: 100% 100%;
  display: block;
  content: "";
  position: absolute;
  width: 43px;
  height: 45px;
  left: 50px;
  top: -20px;
}
@media (max-width: 767px) {
  .section-testimonials .item {
    margin-bottom: 40px;
    padding: 45px 25px;
  }
  .section-testimonials .item:before {
    left: 25px;
  }
}
/* Edubalíček - about */
.edubalicek-about {
  background: url("./images/zvc-kruhy.svg") center center no-repeat;
  background-size: auto 580px;
  position: relative;
  padding-top: 0;
  margin-top: 120px;
  margin-bottom: 125px;
}
.edubalicek-about.ht {
  margin-bottom: 170px;
}
.edubalicek-about .container {
  min-height: 713px;
}
.edubalicek-about .img {
  width: 373px;
  text-align: center;
  margin: 0 auto;
  padding-top: 230px;
}
.edubalicek-about .img img {
  display: block;
  margin: 0 auto;
  margin-bottom: 19px;
  width: 170px;
}
.edubalicek-about .img h2,
.edubalicek-about .img h1 {
  font-size: 32px;
}
.edubalicek-about .text {
  width: 50%;
  max-width: 445px;
  padding: 37px;
  border-radius: 15px;
  outline: none;
  box-shadow: 0 0 20px 0 rgba(86, 37, 128, 0.15);
  background-color: #ffffff;
  position: absolute;
}
.edubalicek-about .text img {
  width: 50px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 15px;
  display: block;
}
.edubalicek-about .text img.last {
  width: 90px;
}
.edubalicek-about .text.top {
  top: -50px;
}
.edubalicek-about .text.bottom {
  bottom: -50px;
}
.edubalicek-about .text.left {
  left: 20px;
}
.edubalicek-about .text.right {
  right: 20px;
}
.edubalicek-about h3 {
  font-size: 22px;
  font-weight: bold;
  color: #562580;
}
.edubalicek-about p {
  margin-bottom: 12px;
}
.edubalicek-about .heading {
  position: relative;
  width: 100%;
  padding-right: 0;
  min-height: 1%;
}
.edubalicek-about .heading:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.edubalicek-about .heading h3 {
  display: inline-block;
  clear: none;
  width: auto;
}
.edubalicek-about .info {
  position: relative;
  top: 3px;
  margin-left: 9px;
  display: inline-block;
}
.edubalicek-about .info .price {
  color: #2fa023;
  font-size: 15px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
}
.edubalicek-about .info .info-link {
  width: 24px;
  height: 24px;
  background: url("./images/info.svg") left center no-repeat;
  background-size: 100% 100%;
  text-align: left;
  display: block;
  overflow: hidden;
  text-indent: -1000px;
}
.edubalicek-about .info .info-text {
  display: none;
  position: absolute;
  background: #562580;
  padding: 20px;
  border-radius: 15px;
  width: 360px;
  bottom: 100%;
  margin-bottom: 10px;
  left: 12px;
}
.edubalicek-about .info .info-text.right {
  left: auto;
  right: 12px;
}
.edubalicek-about .info .info-text p {
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0;
}
.edubalicek-about .info:hover .info-text {
  display: block;
}
.edubalicek-about .info.left .info-text {
  left: auto;
  right: 12px;
}
@media (max-width: 1200px) {
  .edubalicek-about .info .info-text {
    left: 12px !important;
    right: auto !important;
  }
}
@media (max-width: 767px) {
  .edubalicek-about .info {
    position: static;
    width: 100% !important;
    margin: 0 0;
    margin-bottom: 23px;
    margin-top: -10px;
  }
  .edubalicek-about .info .info-link {
    display: none;
  }
  .edubalicek-about .info .info-text {
    display: block;
    position: static;
    width: 100%;
    margin: 0 0;
    margin-top: 12px;
  }
}
.edubalicek-about ul {
  margin-bottom: 0;
}
.edubalicek-about ul li {
  margin-bottom: 6px;
}
@media (max-width: 1200px) {
  .edubalicek-about {
    margin-top: 70px;
    background: none;
    margin-bottom: 0;
  }
  .edubalicek-about.ht {
    margin-bottom: 0;
  }
  .edubalicek-about .img {
    width: 100%;
    padding-top: 0;
  }
  .edubalicek-about .img h2,
  .edubalicek-about .img h1 {
    font-size: 35px;
    margin-bottom: 45px;
  }
  .edubalicek-about .img h2 br,
  .edubalicek-about .img h1 br {
    display: none;
  }
  .edubalicek-about .text {
    width: 100%;
    border-radius: 0 0;
    background: none;
    box-shadow: none;
    padding: 0 0;
    max-width: 100%;
    position: static;
    margin-bottom: 35px;
  }
}
/* Gallery */
.section-gallery {
  text-align: center;
}
.section-gallery .container {
  padding: 0 0;
}
@media (max-width: 1200px) {
  .section-gallery .container {
    padding: 0 10px;
  }
}
.section-gallery .row {
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .section-gallery .row {
    padding: 0 10px;
  }
}
.section-gallery .gallery {
  width: 100%;
  min-height: 1%;
  clear: both;
}
.section-gallery .gallery:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-gallery a.photo {
  display: block;
  text-decoration: none;
  border: 20px solid #fff;
  float: left;
  width: 33.333%;
}
.section-gallery a.photo .inner {
  height: 340px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  position: relative;
  width: 100%;
}
.section-gallery a.photo .inner:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(86, 37, 128, 0.6);
  display: block;
  content: '';
  opacity: 0;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.section-gallery a.photo .inner span {
  width: 100%;
  height: 90px;
  top: 50%;
  padding-top: 70px;
  display: block;
  font-size: 15px;
  color: #fff;
  margin-top: -45px;
  left: 0;
  position: absolute;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  background-image: url("./images/search.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 54px 55px;
}
.section-gallery a.photo:hover .inner:before,
.section-gallery a.photo:hover .inner span {
  opacity: 1;
}
.section-gallery a.photo:nth-child(1) {
  width: 30%;
}
.section-gallery a.photo:nth-child(1) .inner {
  height: 680px;
}
.section-gallery a.photo:nth-child(2) {
  width: 30%;
}
.section-gallery a.photo:nth-child(2) .inner {
  height: 320px;
}
.section-gallery a.photo:nth-child(4) {
  width: 40%;
}
.section-gallery a.photo:nth-child(4) .inner {
  height: 320px;
}
.section-gallery a.photo:nth-child(3) {
  width: 40%;
  float: right;
}
.section-gallery a.photo:nth-child(3) .inner {
  height: 320px;
}
.section-gallery a.photo:nth-child(5) {
  width: 30%;
}
.section-gallery a.photo:nth-child(5) .inner {
  height: 320px;
}
@media (max-width: 1200px) {
  .section-gallery a.photo {
    width: 33.333% !important;
    border: 10px solid #fff;
  }
  .section-gallery a.photo .inner {
    height: 28vw !important;
  }
}
@media (max-width: 767px) {
  .section-gallery a.photo {
    width: 50% !important;
  }
  .section-gallery a.photo .inner {
    height: 44vw !important;
  }
}
/* Statistics */
.section-statistics.section-statistics-hp {
  padding-top: 150px;
}
@media (max-width: 1200px) {
  .section-statistics.section-statistics-hp {
    padding-top: 50px;
  }
}
.section-statistics .container {
  padding: 0 0;
}
.section-statistics .col {
  padding: 0 30px;
  width: 25%;
  float: left;
  text-align: center;
}
.section-statistics img {
  display: block;
  width: 100%;
  max-width: 214px;
  margin: 0 auto;
  margin-bottom: 34px;
}
.section-statistics .text {
  height: 140px;
}
.section-statistics h3 {
  font-size: 51px;
  color: #562580;
  font-weight: bold;
  margin-bottom: 13px;
}
.section-statistics p {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 0;
}
@media (max-width: 1020px) {
  .section-statistics .col {
    width: 50%;
    margin-bottom: 45px;
    padding: 0 20px;
  }
}
@media (max-width: 600px) {
  .section-statistics .col {
    width: 100%;
    margin-bottom: 35px;
  }
  .section-statistics .col:last-of-type {
    margin-bottom: 0;
  }
  .section-statistics h3 {
    font-size: 39px;
    margin-bottom: 10px;
  }
  .section-statistics p {
    font-size: 19px;
  }
}
/* Contact - detail */
.section-contact-detail-form {
  text-align: center;
}
.section-contact-detail-form h2 {
  margin-bottom: 60px;
}
.section-contact-detail-form .box {
  background: #FFFFFF;
  box-shadow: 10px 10px 40px rgba(86, 37, 128, 0.1);
  border-radius: 15px;
  padding: 95px;
  max-width: 775px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
.section-contact-detail-form .box .bg-right {
  content: "";
  display: block;
  position: absolute;
  width: 205px;
  height: 369px;
  background: url("../images/girl-right.png") center center no-repeat;
  background-size: 100% 100%;
  left: 100%;
  top: 50%;
  margin-top: -140px;
}
.section-contact-detail-form .box:before {
  content: "";
  display: block;
  position: absolute;
  width: 195px;
  height: 357px;
  background: url("../images/boy-left.png") center center no-repeat;
  background-size: 100% 100%;
  right: 100%;
  top: 30%;
  margin-top: -178px;
}
.section-contact-detail-form .box:after {
  content: "";
  display: block;
  position: absolute;
  width: 215px;
  height: 360px;
  background: url("../images/girl-left.png") center center no-repeat;
  background-size: 100% 100%;
  right: 100%;
  top: 70%;
  margin-top: -140px;
}
.section-contact-detail-form form p img {
  max-width: 265px;
}
.section-contact-detail-form form p.last {
  margin-bottom: 0;
}
.section-contact-detail-form form p.text {
  font-size: 13px;
}
.section-contact-detail-form form p.checkbox,
.section-contact-detail-form form p.text {
  margin-bottom: 28px;
}
@media (max-width: 1200px) {
  .section-contact-detail-form .box {
    padding: 55px 75px;
    max-width: 100%;
  }
  .section-contact-detail-form .box:before,
  .section-contact-detail-form .box:after,
  .section-contact-detail-form .box .bg-right {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-contact-detail-form .box {
    box-shadow: none;
    padding: 0 0;
    background: none;
    border-radius: 0 0;
  }
}
.section-contact-detail h2,
.section-account .main-content h2 {
  padding: 0 20px;
  margin-bottom: 15px;
}
.section-contact-detail .container,
.section-account .main-content .container {
  padding: 0 20px;
}
.section-contact-detail .row,
.section-account .main-content .row {
  margin: 0 auto;
  display: flex;
  min-height: 1%;
  max-width: 100%;
  align-items: stretch;
  flex-direction: row;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.section-contact-detail .row:after,
.section-account .main-content .row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-contact-detail .row:last-of-type,
.section-account .main-content .row:last-of-type {
  margin-bottom: 0;
}
.section-contact-detail .box,
.section-account .main-content .box {
  width: 33.333%;
  max-width: calc(33.333% - 40px);
  flex: 0 0 auto;
  padding: 35px 40px;
  text-align: left;
  margin: 20px;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  z-index: 10;
  background-color: #fff;
  background-repeat: no-repeat;
  border: 2px solid #fff;
  border-radius: 15px;
  box-shadow: 10px 10px 40px 0 rgba(86, 37, 128, 0.1);
  position: relative;
  display: block;
}
.section-contact-detail .box.box-half,
.section-account .main-content .box.box-half {
  width: 50%;
  max-width: calc(50% - 40px);
}
.section-contact-detail .box.team-photo,
.section-account .main-content .box.team-photo {
  padding: 0 0 !important;
}
.section-contact-detail .box.team-photo img,
.section-account .main-content .box.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section-contact-detail .box.text-center,
.section-account .main-content .box.text-center {
  text-align: center;
}
.section-contact-detail .box.text-center img,
.section-account .main-content .box.text-center img {
  margin: 0 auto;
}
.section-contact-detail .box.with-photo p,
.section-account .main-content .box.with-photo p {
  padding-right: 100px;
}
.section-contact-detail .box:hover,
.section-account .main-content .box:hover {
  border-color: #5584FF;
  background-color: #fcfbff;
}
.section-contact-detail img,
.section-account .main-content img {
  max-width: 100%;
}
.section-contact-detail .photo,
.section-account .main-content .photo {
  width: 122px;
  height: 122px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #5584FF;
  bottom: 25px;
  right: 25px;
}
.section-contact-detail h3,
.section-account .main-content h3 {
  font-size: 26px;
  font-weight: bold;
  color: #294b99;
  margin-bottom: 19px;
}
.section-contact-detail h4,
.section-account .main-content h4 {
  font-size: 21px;
  font-weight: bold;
  color: #294b99;
  margin-bottom: 4px;
}
.section-contact-detail p,
.section-account .main-content p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.8;
}
.section-contact-detail p a,
.section-account .main-content p a {
  color: #294b99;
}
.section-contact-detail p a.phone,
.section-account .main-content p a.phone {
  color: #000;
  text-decoration: none;
}
.section-contact-detail p .purple,
.section-account .main-content p .purple {
  color: #294b99;
}
.section-contact-detail .contact a,
.section-account .main-content .contact a {
  clear: both;
  display: block;
  width: 100%;
  padding-left: 44px;
  height: 35px;
  line-height: 35px;
}
.section-contact-detail .contact a.phone,
.section-account .main-content .contact a.phone {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  background: url("./images/phone.svg") 6px center no-repeat;
  background-size: auto 33px;
}
.section-contact-detail .contact a.email,
.section-account .main-content .contact a.email {
  background: url("./images/email.svg") left center no-repeat;
  background-size: auto 29px;
  color: #562580;
  font-size: 17px;
}
@media (max-width: 1200px) {
  .section-contact-detail h2,
  .section-account .main-content h2 {
    padding: 0 10px;
    margin-bottom: 25px;
  }
  .section-contact-detail .container,
  .section-account .main-content .container {
    padding: 0 10px;
  }
  .section-contact-detail .box,
  .section-account .main-content .box,
  .section-contact-detail .box.box-half,
  .section-account .main-content .box.box-half {
    margin: 10px;
    width: 50%;
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 1000px) {
  .section-contact-detail h2,
  .section-account .main-content h2 {
    padding: 0 0;
    margin-bottom: 35px;
  }
  .section-contact-detail .container,
  .section-account .main-content .container {
    padding: 0 20px;
  }
  .section-contact-detail .box,
  .section-account .main-content .box,
  .section-contact-detail .box.box-half,
  .section-account .main-content .box.box-half {
    width: 100%;
    max-width: 100%;
    margin: 0 0;
    margin-bottom: 20px;
    padding: 30px 30px;
  }
  .section-contact-detail .row,
  .section-account .main-content .row {
    display: block;
  }
}
@media (max-width: 500px) {
  .section-contact-detail .photo,
  .section-account .main-content .photo {
    display: none;
  }
  .section-contact-detail .box,
  .section-account .main-content .box {
    padding: 30px 20px;
  }
}
/* Account */
.section-account p {
  font-size: 16px;
  line-height: 1.7;
}
.section-account .top {
  width: 100%;
  clear: both;
  margin-bottom: 35px;
}
.section-account .top h2 {
  margin-bottom: 10px;
}
.section-account .top a {
  color: #e94683;
}
.section-account .top p {
  margin-bottom: 7px;
}
.section-account .top p:last-of-type {
  margin-bottom: 0;
}
.section-account .sidebar {
  width: 34%;
  float: left;
}
.section-account .sidebar ul {
  margin: 0 0;
  display: block;
  background: linear-gradient(232.92deg, #E94683 -0.67%, #562580 101.34%);
  box-shadow: 10px 10px 40px rgba(86, 37, 128, 0.1);
  border-radius: 15px;
  padding: 42px 45px;
}
.section-account .sidebar ul li {
  color: #fff;
  padding: 0 0;
  margin-bottom: 23px;
}
.section-account .sidebar ul li a {
  color: #fff;
  font-size: 21px;
  text-decoration: none;
  width: 100%;
  display: block;
  padding-right: 24px;
  background: url("./images/arrow-transparent.svg") right center no-repeat;
  background-size: 12px 11px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.section-account .sidebar ul li a:hover {
  text-decoration: underline;
  background-image: url("./images/arrow-white.svg");
}
.section-account .sidebar ul li a.active {
  font-weight: bold;
  background-image: url("./images/arrow-white.svg");
}
.section-account .sidebar ul li:before {
  display: none;
}
.section-account .sidebar ul li:last-of-type {
  margin-bottom: 0;
}
.section-account .main-content {
  width: 66%;
  float: left;
  padding-bottom: 40px;
}
.section-account .main-content .row {
  margin-bottom: 80px;
}
.section-account .main-content .box {
  margin: 20px 0 20px 40px;
  width: 50%;
  max-width: calc(50% - 40px);
}
.section-account .main-content .box:hover {
  background-color: #fff;
  border-color: transparent;
}
.section-account .main-content .box.add-more {
  border: 1px solid rgba(0, 0, 0, 0.09);
  padding-top: 80px;
  padding-bottom: 60px;
  text-align: center;
  box-shadow: none;
}
.section-account .main-content .box.add-more span {
  color: #562580;
  text-decoration: underline;
  text-align: center;
  padding-top: 63px;
  display: inline-block;
  background: url("./images/plus.svg") center top no-repeat;
  background-size: 43px 43px;
}
.section-account .main-content .box.add-more:hover span {
  text-decoration: none;
}
.section-account .main-content .box.mt0 {
  margin-top: 0;
}
.section-account .main-content .box.full-width {
  width: 100%;
  max-width: calc(100% - 40px);
  padding: 45px 40px;
  margin-right: 0 !important;
  margin-bottom: 0;
}
.section-account .main-content .box.full-width .img {
  width: 36%;
  float: left;
  padding-right: 40px;
  height: 100%;
  text-align: center;
  display: table;
}
.section-account .main-content .box.full-width .img .inner {
  display: table-cell;
  vertical-align: middle;
}
.section-account .main-content .box.full-width .img img {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  max-width: 249px;
}
.section-account .main-content .box.full-width .text {
  width: 64%;
  float: left;
}
.section-account .main-content .box.full-width h3 {
  padding: 0 0 !important;
  margin-top: 0 !important;
}
.section-account .main-content .box.full-width p {
  margin-bottom: 23px;
}
.section-account .main-content .box.full-width p:last-of-type {
  margin-bottom: 0;
}
.section-account .main-content .box.full-width .button {
  margin-bottom: 23px;
}
.section-account .main-content .box.full-width.teacher h4 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
.section-account .main-content .box.full-width.teacher p {
  margin-bottom: 25px;
}
.section-account .main-content .box.full-width.teacher .text {
  width: 69%;
}
.section-account .main-content .box.full-width.teacher .img {
  width: 31%;
}
.section-account .main-content .box.full-width.teacher .img img {
  max-width: 165px;
}
.section-account .main-content .box.full-width.teacher .button {
  margin-bottom: 0;
  height: 56px;
  line-height: 56px;
  border-radius: 28px;
  font-size: 18px;
  padding: 0 45px;
}
.section-account .main-content .box.full-width.teacher .button span {
  background-size: 14px 12px;
}
.section-account .main-content h3 {
  padding: 0 40px;
  color: #000;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 14px;
}
.section-account .main-content h4 {
  font-size: 19px;
  margin-bottom: 3px;
}
.section-account .main-content p.links {
  min-height: 1%;
  width: 100%;
  margin-top: 14px;
}
.section-account .main-content p.links:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-account .main-content p.links a,
.section-account .main-content p.links span.link {
  display: inline-block;
  float: left;
  margin-right: 33px;
  margin-top: 10px;
  clear: none;
}
.section-account .main-content p.links a:last-of-type,
.section-account .main-content p.links span.link:last-of-type {
  margin-right: 0;
}
.section-account .main-content p.links a.edit,
.section-account .main-content p.links span.link.edit {
  padding-left: 28px;
  background: url("./images/edit.svg") left center no-repeat;
  background-size: 18px 18px;
}
.section-account .main-content p.links a.delete,
.section-account .main-content p.links span.link.delete {
  padding-left: 24px;
  color: #bdbdbd;
  background: url("./images/close-grey.svg") left center no-repeat;
  background-size: 12px 12px;
}
.section-account .main-content form {
  width: 100%;
  padding-left: 40px;
  max-width: 630px;
  padding-right: 60px;
  padding-top: 20px;
}
.section-account .main-content form label,
.section-account .main-content form .label {
  font-size: 16px;
}
.section-account .main-content form p {
  margin-bottom: 28px;
  position: relative;
}
.section-account .main-content form p.last {
  margin-bottom: 0;
  padding-top: 15px;
}
.section-account .main-content form .show-password {
  display: block;
  width: 24px;
  height: 14px;
  text-align: left;
  text-indent: -1000px;
  overflow: hidden;
  background: url("./images/passwd.svg") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 30px;
  bottom: 19px;
}
.section-account .cols {
  min-height: 1%;
  clear: both;
  width: 100%;
}
.section-account .cols:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-account .cols .col {
  width: 50%;
  float: left;
}
.section-account .cols .box {
  width: 100%;
  max-width: calc(100% - 40px);
}
@media (max-width: 1200px) {
  .section-account .container {
    padding-left: 20px;
  }
  .section-account .top {
    padding: 0 20px;
  }
  .section-account .sidebar {
    padding-left: 20px;
    width: 100%;
    float: none;
    margin-bottom: 65px;
  }
  .section-account .sidebar ul {
    padding: 35px 40px;
  }
  .section-account .main-content {
    width: 100%;
    float: none;
    clear: both;
  }
  .section-account .main-content .row {
    margin-bottom: 60px;
  }
  .section-account .main-content .box {
    margin: 10px 0 10px 20px;
    width: 50%;
    max-width: calc(50% - 20px);
  }
  .section-account .main-content .box.full-width {
    max-width: calc(100% - 20px);
  }
  .section-account .main-content h3 {
    padding: 0 0;
    padding-left: 20px;
  }
  .section-account .main-content form {
    width: 100%;
    padding-left: 20px;
    max-width: none;
    padding-right: 60px;
  }
  .section-account .cols .box {
    width: 100%;
    max-width: calc(100% - 20px);
  }
}
@media (max-width: 1000px) {
  .section-account .container {
    padding: 0 40px;
  }
  .section-account .top {
    padding: 0 0;
  }
  .section-account .sidebar {
    padding: 0 0;
  }
  .section-account .sidebar ul {
    padding: 35px 30px;
  }
  .section-account .row {
    margin-bottom: 0;
  }
  .section-account .main-content .box {
    width: 100%;
    max-width: 100%;
    margin: 0 0;
    margin-bottom: 20px;
    padding: 30px 30px;
  }
  .section-account .main-content .box.add-more {
    padding: 60px 0;
  }
  .section-account .main-content .box.full-width {
    max-width: 100%;
    padding: 35px 30px;
  }
  .section-account .main-content .box.full-width .img {
    float: none;
    width: 100% !important;
    display: block;
    margin-bottom: 40px;
  }
  .section-account .main-content .box.full-width .img .inner {
    display: block;
  }
  .section-account .main-content .box.full-width .text {
    width: 100% !important;
  }
  .section-account .main-content h3 {
    margin-top: 50px;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .section-account .main-content form {
    padding-left: 0;
    max-width: none;
  }
  .section-account .cols .col {
    width: 100%;
    float: none;
    clear: both;
  }
  .section-account .cols .box {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .section-account .main-content form {
    padding-right: 0;
  }
}
@media (max-width: 500px) {
  .section-account .main-content .box {
    padding: 30px 20px;
  }
  .section-account .main-content .box.full-width {
    padding: 35px 20px;
  }
}
/* Game */
.section-game .container {
  padding: 0 20px;
}
.section-game .row {
  padding: 0 20px;
}
.section-game h2 {
  margin-bottom: 100px;
}
.section-game .text-short {
  max-width: 700px;
  margin: 0 auto;
}
.section-game .selected-options {
  position: absolute;
  top: 0;
  right: 40px;
  min-height: 1%;
}
.section-game .selected-options:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-game .selected-options .selected {
  border: solid 1px #d4d9dd;
  border-radius: 29px;
  padding: 15px 35px;
  float: left;
  margin-left: 24px;
}
.section-game .selected-options p {
  line-height: 28px;
  margin: 0 0;
}
.section-game .selected-options p strong {
  display: inline-block;
  margin-left: 6px;
  color: #562580;
}
.section-game .selected-options p a {
  color: #e94683;
  display: inline-block;
  margin-left: 6px;
}
.section-game .selected-options p a:hover {
  text-decoration: none;
}
.section-game .classes,
.section-game .packages,
.section-game .col {
  margin: 0 auto;
  display: flex;
  min-height: 1%;
  max-width: 100%;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
.section-game .classes:after,
.section-game .packages:after,
.section-game .col:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-game .classes:last-of-type,
.section-game .packages:last-of-type,
.section-game .col:last-of-type {
  margin-bottom: 0;
}
.section-game .program {
  min-height: 1%;
  width: 100%;
}
.section-game .edubalicek-variants-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
.section-game .edubalicek-variants-row .edubalicek-box-flex {
  flex: 1 1 300px;
  max-width: 360px;
  width: auto;
  min-width: 260px;
}
.section-game .program:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-game .box {
  width: 20%;
  max-width: calc(20% - 40px);
  flex: 0 0 auto;
  padding: 0 20px;
  text-align: center;
  margin: 20px;
  text-decoration: none;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  z-index: 10;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 15px;
  box-shadow: 10px 10px 40px 0 rgba(86, 37, 128, 0.1);
  position: relative;
  display: block;
  height: 166px;
  line-height: 140px;
  vertical-align: middle;
}
.section-game .box:hover {
  background: linear-gradient(57.08deg, #562580 10.24%, #E94683 104.29%);
}
.section-game .box:hover * {
  color: #fff;
}
.section-game .box:hover .button {
  background: #fff;
}
.section-game .box:hover .button span {
  color: #562580;
  background-image: url("./images/arrow-purple.svg");
}
.section-game .box h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3;
}
.section-game .box p {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  display: block;
  font-size: 15px;
  margin: 0 0;
  bottom: 14px;
}
.section-game .box .links {
  position: absolute;
  top: -13px;
  right: -13px;
}
.section-game .box .links a,
.section-game .box .links span.link {
  width: 26px;
  height: 26px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  display: block;
  text-align: left;
  border-radius: 50%;
  margin-bottom: 10px;
  text-indent: -1000px;
  overflow-x: hidden;
  line-height: normal;
}
.section-game .box .links a.delete,
.section-game .box .links span.link.delete {
  background: #fff url("./images/close.svg") 7px 8px no-repeat;
  background-size: 12px 12px;
}
.section-game .box .links a.edit,
.section-game .box .links span.link.edit {
  background: #fff url("./images/edit.svg") center center no-repeat;
  background-size: 14px 14px;
}
.section-game .box.add-more {
  border: 1px solid rgba(0, 0, 0, 0.09);
  padding-top: 45px;
  padding-bottom: 0;
  text-align: center;
  box-shadow: none;
}
.section-game .box.add-more span {
  color: #562580;
  text-decoration: underline;
  text-align: center;
  padding-top: 63px;
  display: inline-block;
  background: url("./images/plus.svg") center top no-repeat;
  background-size: 43px 43px;
  line-height: normal;
}
.section-game .box.add-more:hover {
  background: #fff;
}
.section-game .box.add-more:hover * {
  color: #562580;
}
.section-game .packages {
  max-width: 1020px;
}
.section-game .packages .box {
  width: 50%;
  height: auto;
  line-height: normal;
  padding: 40px;
  max-width: calc(50% - 40px);
  min-height: 300px;
  position: relative;
}
.section-game .packages .box p {
  position: static;
  font-size: 16px;
  margin-bottom: 32px;
}
.section-game .packages .box h3 {
  margin-bottom: 26px;
}
.section-game .packages .box .in-progress {
  text-decoration: none;
  font-weight: bold;
  color: #000;
  font-size: 26px;
  background: url("./images/glasses.svg") center top no-repeat;
  background-size: 87px 62px;
  padding-top: 98px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-game .packages .box img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: 205px;
  margin-bottom: 40px;
}
.section-game .program .box {
  width: 50%;
  height: auto;
  line-height: normal;
  padding: 37px 30px 30px 30px;
  max-width: calc(50% - 40px);
  min-height: 300px;
  position: relative;
  text-align: left;
}
.section-game .program h3 {
  font-size: 30px;
  margin-bottom: 23px;
}
.section-game .program p {
  position: static;
  text-align: left;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 21px;
}
.section-game .program table {
  margin-bottom: 25px;
}
.section-game .program table tr,
.section-game .program table td {
  border: none;
  color: #000;
  font-size: 15px;
  padding: 5px 0;
}
.section-game .program table tr:last-of-type,
.section-game .program table td:last-of-type {
  text-align: right;
}
.section-game .program .label {
  position: absolute;
  border-radius: 20px 20px 0 0;
  border: solid 1px #c5c5c5;
  width: 50%;
  top: 0;
  left: 25%;
  border-bottom: none;
  height: 35px;
  text-align: center;
}
.section-game .program .label span {
  background: #fff;
  padding: 0 15px;
  position: relative;
  display: inline-block;
  top: -10px;
  font-size: 16px;
  font-weight: bold;
}
.section-game .col {
  width: 50%;
  float: left;
  position: relative;
  padding-top: 40px;
}
@media (max-width: 1440px) {
  .section-game .selected-options {
    position: static;
    clear: both;
    width: 100%;
    margin-bottom: 60px;
    margin-top: -40px;
  }
  .section-game .selected-options .selected {
    margin-left: 0;
    margin-bottom: 20px;
    margin-right: 25px;
  }
}
@media (max-width: 1300px) {
  .section-game .box {
    width: 25%;
    max-width: calc(25% - 40px);
  }
  .section-game .col {
    width: 100%;
    float: none;
    margin-bottom: 50px;
  }
  .section-game .col:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 1100px) {
  .section-game .box {
    width: 33.333%;
    max-width: calc(33.333% - 40px);
  }
}
@media (max-width: 900px) {
  .section-game .box {
    width: 50%;
    max-width: calc(50% - 40px);
  }
  .section-game .edubalicek-variants-row .edubalicek-box-flex {
    flex-basis: calc(100% - 40px);
    width: 100%;
    max-width: calc(100% - 40px);
    min-width: 0;
  }
  .section-game .packages .box {
    width: 100%;
    max-width: calc(100% - 40px);
    margin: 10px 20px;
  }
  .section-game .program .box {
    width: 100%;
    max-width: calc(100% - 40px);
    margin: 10px 20px;
  }
  .section-game .program h3 {
    font-size: 25px;
    font-weight: bold;
  }
  .section-game .program .label {
    border: none;
    width: 100%;
    text-align: center;
    position: static;
    height: auto;
    margin-bottom: 10px;
    padding: 0 20px;
  }
  .section-game .program .label span {
    font-size: 30px;
    font-weight: bold;
  }
  .section-game .col {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .section-game h2 {
    margin-bottom: 45px;
  }
  .section-game .selected-options {
    margin-top: 0;
  }
  .section-game .selected-options .selected {
    padding: 15px 22px;
  }
  .section-game .packages .box {
    padding: 40px 20px;
  }
  .section-game .program .box {
    padding: 37px 20px 30px 20px;
  }
}
@media (max-width: 600px) {
  .section-game .box {
    width: 100%;
    max-width: calc(100% - 40px);
  }
}
.steps {
  min-height: 1%;
  width: 100%;
  margin-bottom: 70px;
  position: relative;
}
.steps:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.steps .step {
  width: 33%;
  float: left;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  display: block;
  text-decoration: none;
  position: relative;
}
.steps .step:before {
  content: "";
  position: absolute;
  left: 70%;
  width: 60%;
  height: 1px;
  z-index: 5;
  background-color: #c9d2da;
  display: block;
  top: 35px;
}
.steps .step .number {
  display: block;
  width: 70px;
  margin: 0 auto 18px auto;
  height: 70px;
  position: relative;
  z-index: 10;
}
.steps .step .number span {
  text-align: center;
  border: solid 3px #e94683;
  border-radius: 50%;
  font-size: 30px;
  color: #000000;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  display: block;
  width: 70px;
  margin: 0 auto;
  height: 70px;
  line-height: 66px;
}
.steps .step .text {
  display: inline-block;
  position: relative;
  z-index: 15;
  color: #000;
}
.steps .step:nth-child(3):before {
  display: none;
}
.steps .step.active .number span {
  background: #e94683;
  color: #fff;
}
.steps .step.done .number span {
  background: #e94683 url("./images/check-white.svg") center center no-repeat;
  background-size: 24px 19px;
}
.steps .step.done .text {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .steps .step {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .steps .step:before {
    display: none;
  }
  .steps .step:nth-child(4) {
    margin-bottom: 0;
  }
}
/* Popup info */
.popup-info .box {
  background: linear-gradient(90deg, #562580 0%, #E94683 104.13%);
  padding: 13px 0 8px 0;
  position: relative;
  text-align: left;
}
.popup-info p {
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  padding: 7px 0 11px 0;
  color: #FFFFFF;
  display: inline-block;
  clear: none;
  width: auto;
  margin: 0 0;
  position: relative;
  top: 1px;
  padding-left: 30px;
  background: url("./images/star.png") left 8px no-repeat;
  background-size: 20px auto;
  padding-right: 35px;
}
.popup-info .button {
  color: #fff;
  border: 2px solid #fff;
  height: 30px;
  line-height: 26px;
  border-radius: 15px;
  background: none;
  font-weight: 500;
  font-size: 15px;
  min-width: 1px;
  margin: 0 12px;
  margin-bottom: 5px;
}
.popup-info .button:hover {
  color: #562580;
  background: #fff;
}
.popup-info .hide-popup-info {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 50%;
  text-align: left;
  text-indent: -1000px;
  overflow: hidden;
  margin-top: -11px;
  background: url("./images/close-white.svg") center center no-repeat;
}
/* Select card */
.section-select-card .container {
  padding: 0 30px;
}
.section-select-card .row {
  padding: 0 10px;
}
.section-select-card h2 {
  margin-bottom: 13px;
}
.section-select-card h3 {
  font-size: 17px;
}
.section-select-card .purple {
  color: #562580;
}
.section-select-card p a {
  color: #562580;
}
.section-select-card .cards {
  padding-top: 20px;
  padding-bottom: 40px;
  width: 100%;
  min-height: 1%;
  text-align: center;
}
.section-select-card .cards:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-select-card .cards:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-select-card .card {
  position: relative;
  max-width: 351px;
  width: 24%;
  z-index: 1;
  display: inline-block;
  padding: 10px;
  perspective: 1000;
}
.section-select-card .card .inner {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 0.6s linear;
  padding: 5px;
  border: 10px solid transparent;
  border-radius: 24px;
}
.section-select-card .card .inner img {
  display: block;
  width: 100%;
}
.section-select-card .card.active .inner {
  border-color: #562580;
}
.section-select-card .card:hover .inner {
  transform: rotateY(180deg);
}
.section-select-card .card:hover .inner .face.back img {
  box-shadow: 4px 4px 10px rgba(86, 37, 128, 0.15);
}
.section-select-card .card .face {
  backface-visibility: hidden;
}
.section-select-card .card .face.back {
  display: block;
  transform: rotateY(180deg);
  position: absolute;
  width: 100%;
  padding: 5px;
  height: 100%;
  top: 0;
  left: 0;
}
/* Screenplay */
.screenplay {
  min-height: 1%;
  padding: 0 20px;
}
.screenplay:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.screenplay .screenplay-description {
  margin-bottom: 70px;
}
.screenplay .screenplay-description h2 {
  font-size: 30px;
}
.screenplay .screenplay-description h3 {
  margin-top: 29px;
}
.screenplay .screenplay-description p {
  line-height: 1.9;
  margin-bottom: 10px;
}
.screenplay .screenplay-description p span {
  display: inline-block;
  height: 25px;
  line-height: 21px;
  border: 2px solid #562580;
  text-decoration: none;
  margin-right: 14px;
  float: left;
  font-size: 13px;
  font-weight: 500;
  color: #562580;
  border-radius: 13px;
  padding-right: 15px;
  padding-left: 33px;
}
.screenplay .screenplay-description p span.edit {
  background: #fff url("./images/edit.svg") 10px center no-repeat;
  background-size: 13px 13px;
}
.screenplay .screenplay-description p span.plan {
  background: #fff url("./images/plan.svg") 10px center no-repeat;
  background-size: 13px 13px;
  color: #5685FF;
  border-color: #5685FF;
}
.screenplay .screenplay-description p span.play {
  border-color: #e94683;
  color: #e94683;
  background: #fff url("./images/play-pink.svg") 11px center no-repeat;
  background-size: 9px 11px;
  padding-left: 30px;
}
.screenplay .screenplay-description p span.done {
  background: #fff url("./images/check.svg") 11px center no-repeat;
  background-size: 13px 11px;
}
.screenplay .month {
  min-height: 1%;
  width: 100%;
  clear: both;
  position: relative;
  padding-left: 140px;
}
.screenplay .month:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.screenplay .month:last-of-type .week:last-of-type:before {
  display: none;
}
.screenplay .month-heading {
  position: absolute;
  top: 0;
  left: 0;
  width: 128px;
  height: 50px;
  line-height: 48px;
  border: 2px solid #562580;
  border-radius: 25px;
  font-weight: bold;
  font-size: 16px;
  color: #562580;
  display: block;
  text-align: center;
}
.screenplay .week-heading {
  text-align: center;
  width: 111px;
  float: left;
  color: #C9D2DA;
  font-size: 14px;
  font-weight: bold;
  background: #fff;
  padding: 18px 0;
  position: relative;
  top: -18px;
}
.screenplay .week-heading .sign {
  margin: 0 auto;
  display: block;
  margin-top: 9px;
  border: 2px solid #C9D2DA;
  width: 31px;
  height: 31px;
  border-radius: 50%;
}
.screenplay .activities {
  min-height: 1%;
  float: right;
  width: calc(100% - 111px);
}
.screenplay .activities:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.screenplay .activities .activity {
  margin-bottom: 20px;
  min-height: 1%;
  width: 100%;
}
.screenplay .activities .activity:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.screenplay .week-text {
  float: left;
  width: calc(100% - 210px);
}
.screenplay .week-text .inner {
  background: #FFFFFF;
  box-shadow: 10px 10px 40px rgba(86, 37, 128, 0.1);
  border-radius: 15px;
  padding: 20px 30px 18px 30px;
  position: relative;
  border: 1px solid rgba(201, 210, 218, 0.5);
  min-height: 77px;
}
.screenplay .week-text h3 {
  font-style: italic;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 0;
}
.screenplay .week-text p {
  margin: 0 0;
  font-size: 14px;
  line-height: 23px;
  padding-top: 9px;
}
.screenplay .week-text .options {
  position: absolute;
  top: -12px;
  right: 12px;
  min-height: 1%;
}
.screenplay .week-text .options:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.screenplay .week-text .options a,
.screenplay .week-text .options button {
  display: inline-block;
  height: 25px;
  line-height: 21px;
  border: 2px solid #562580;
  text-decoration: none;
  float: left;
  margin-left: 16px;
  font-size: 13px;
  font-weight: 500;
  color: #562580;
  border-radius: 13px;
  padding-right: 15px;
  padding-left: 33px;
}
.screenplay .week-text .options a.edit,
.screenplay .week-text .options button.edit {
  background: #fff url("./images/edit.svg") 10px center no-repeat;
  background-size: 13px 13px;
}
.screenplay .week-text .options a.plan,
.screenplay .week-text .options button.plan {
  background: #fff url("./images/plan.svg") 10px center no-repeat;
  background-size: 13px 13px;
  color: #5685FF;
  border-color: #5685FF;
}
.screenplay .week-text .options a.play,
.screenplay .week-text .options button.play {
  border-color: #e94683;
  color: #e94683;
  background: #fff url("./images/play-pink.svg") 11px center no-repeat;
  background-size: 9px 11px;
  padding-left: 30px;
}
.screenplay .week-text .options a.done,
.screenplay .week-text .options button.done {
  background: #fff url("./images/check.svg") 11px center no-repeat;
  background-size: 13px 11px;
}
.screenplay .week-cards {
  width: 210px;
  float: left;
}
.screenplay .week-cards .card {
  width: calc(33.333% - 15px);
  float: left;
  margin-left: 15px;
}
.screenplay .week-cards .card img {
  width: 100%;
}
.screenplay .week {
  width: 100%;
  clear: both;
  min-height: 1%;
  padding-bottom: 20px;
  position: relative;
}
.screenplay .week:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.screenplay .week:before {
  background: #C9D2DA;
  width: 1px;
  left: 55px;
  top: 0;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
}
.screenplay .week.active .week-heading {
  color: #e94683;
}
.screenplay .week.active .week-heading .sign {
  border-color: #e94683;
  background: #e94683 url("./images/play-white.svg") 10px center no-repeat;
  background-size: 10px 12px;
}
.screenplay .week.active .week-text .inner {
  border: 2px solid #E94683;
}
.screenplay .week.done .week-heading {
  color: #562580;
}
.screenplay .week.done .week-heading .sign {
  border-color: #562580;
  background: #562580 url("./images/check-white.svg") center center no-repeat;
  background-size: 13px 13px;
}
.screenplay .week.done .week-text .inner {
  border: none;
}
@media (max-width: 1020px) {
  .screenplay .month {
    margin-bottom: 18px;
    padding-left: 0;
  }
  .screenplay .month .month-heading {
    position: static;
    clear: both;
    margin-bottom: 25px;
  }
}
@media (max-width: 800px) {
  .screenplay .month .month-heading {
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .screenplay .week:before {
    display: none;
  }
  .screenplay .week .activities {
    width: 100%;
  }
  .screenplay .week .week-heading {
    float: none;
    clear: both;
    background: none;
    width: 100%;
  }
  .screenplay .week .week-text {
    float: none;
    clear: both;
    width: 100%;
    margin-bottom: 25px;
  }
  .screenplay .week .week-cards {
    float: none;
    clear: both;
    width: 100%;
  }
  .screenplay .week .week-cards .card {
    width: calc(33.333% - 14px);
    float: left;
    margin: 7px;
  }
}
/* Presentation */
.section-presentation {
  width: 100vw;
  height: 100vh;
  padding: 1.7vw;
}
.section-presentation .slide {
  border: 4px solid #562580;
  box-sizing: border-box;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 1.7vw;
  position: relative;
}
.section-presentation .inner {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.section-presentation img {
  max-width: 25vw;
  margin: 0 1.2vw;
  max-height: 67vh;
  filter: drop-shadow(4px 4px 10px rgba(86, 37, 128, 0.15));
}
.section-presentation img.logo {
  width: 25vw;
  filter: none;
}
.section-presentation .video-controls {
  width: 92vw;
  left: 4vw;
  bottom: 3vw;
  position: fixed;
  z-index: 50;
  padding-left: 11vw;
  height: 2.8vw;
}
.section-presentation .video-controls .controls-buttons {
  min-height: 1%;
  position: absolute;
  left: 0;
  top: 0;
}
.section-presentation .video-controls .controls-buttons:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-presentation .video-controls .controls-button {
  width: 2.8vw;
  height: 2.8vw;
  background: linear-gradient(53.3deg, #572680 9.05%, #AF2D85 90.75%);
  border-radius: 50%;
  display: block;
  text-align: left;
  text-indent: -200vw;
  overflow: hidden;
  float: left;
  margin-right: 0.4vw;
  position: relative;
}
.section-presentation .video-controls .controls-button.controls-play:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background: url("./images/play.svg") 52% center no-repeat;
  background-size: auto 41%;
}
.section-presentation .video-controls .controls-button.controls-play.paused:before {
  background: url("./images/paused.svg") 49% center no-repeat;
  background-size: auto 39%;
}
.section-presentation .video-controls .controls-button.next:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background: url("./images/next.svg") 61% 49% no-repeat;
  background-size: auto 25%;
}
.section-presentation .video-controls .controls-button.prev:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background: url("./images/prev.svg") 43% 49% no-repeat;
  background-size: auto 25%;
}
.section-presentation .video-controls .controls-time {
  position: relative;
  width: 100%;
  margin-top: 1.3vw;
}
.section-presentation .video-controls .controls-time .line {
  height: 0.2vw;
  width: 100%;
  position: relative;
  background: #C9D2DA;
  z-index: 10;
}
.section-presentation .video-controls .controls-time .line:before {
  width: 0.6vw;
  height: 0.6vw;
  position: absolute;
  top: -0.2vw;
  left: 0;
  content: "";
  display: block;
  background: #C9D2DA;
  border-radius: 50%;
}
.section-presentation .video-controls .controls-time .line:after {
  width: 0.6vw;
  height: 0.6vw;
  position: absolute;
  top: -0.2vw;
  right: 0;
  content: "";
  display: block;
  background: #C9D2DA;
  border-radius: 50%;
}
.section-presentation .video-controls .controls-time .dot {
  height: 2vw;
  width: 2vw;
  background: linear-gradient(53.3deg, #572680 9.05%, #AF2D85 90.75%);
  display: block;
  border-radius: 50%;
  position: absolute;
  margin-left: -1vw;
  left: 0%;
  top: -0.9vw;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  z-index: 20;
}
.section-presentation .countdown .time {
  font-size: 20vw;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  line-height: 1;
  display: inline-block;
  margin-bottom: 2.5vw;
}
.section-presentation .countdown .time span {
  background: -webkit-linear-gradient(#562580, #e94683);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 29vw;
  display: inline-block;
  text-align: center;
}
.section-presentation .countdown .time span.middle {
  width: auto;
  position: relative;
  top: -1vw;
}
.section-presentation .countdown-controls {
  text-align: center;
  vertical-align: middle;
}
.section-presentation .countdown-controls a {
  display: inline-block;
  margin: 0 2vw;
  text-decoration: none;
  border-radius: 50%;
  text-align: left;
  vertical-align: middle;
  text-indent: -200vw;
  overflow: hidden;
}
.section-presentation .countdown-controls a.change {
  width: 4vw;
  height: 4vw;
  border: 0.2vw solid #C9D2DA;
}
.section-presentation .countdown-controls a.change.more {
  background: url("./images/more.svg") center center no-repeat;
  background-size: 41% auto;
}
.section-presentation .countdown-controls a.change.less {
  background: url("./images/minus.svg") center center no-repeat;
  background-size: 41% auto;
}
.section-presentation .countdown-controls a.play {
  width: 6vw;
  height: 6vw;
  background: linear-gradient(53.3deg, #572680 9.05%, #AF2D85 90.75%);
  position: relative;
}
.section-presentation .countdown-controls a.play:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background: url("./images/play.svg") 54% center no-repeat;
  background-size: auto 39%;
}
.section-presentation .countdown-controls a.play.paused:before {
  background: url("./images/paused.svg") 50% center no-repeat;
  background-size: auto 39%;
}
.section-presentation .points .score {
  display: inline-block;
  text-align: center;
  margin: 0 4vw;
  width: 22vw;
}
.section-presentation .points .text {
  font-weight: 900;
  font-size: 3.2vw;
  background: -webkit-linear-gradient(#562580, #e94683);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.1;
  width: 100%;
  clear: both;
  display: block;
  margin-bottom: 2vw;
}
.section-presentation .points .number {
  display: inline-block;
  border: 0.1vw solid #C9D2DA;
  height: 6.4vw;
  line-height: 6.4vw;
  width: 100%;
  border-radius: 3.2vw;
}
.section-presentation .points .number span {
  font-weight: 900;
  font-size: 3.6vw;
  background: -webkit-linear-gradient(#562580, #e94683);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-presentation h3 {
  font-size: 1.8vw;
  margin-bottom: 2.1vw;
  font-weight: normal;
  line-height: 1.5;
}
.section-presentation h3 strong {
  font-weight: 900;
}
.section-presentation .cards .row {
  clear: both;
  width: 100%;
}
.section-presentation .cards img {
  filter: drop-shadow(10px 10px 20px rgba(86, 37, 128, 0.15));
  margin: 0.8vw 0.6vw;
  max-width: 18vw;
  max-height: 31vh;
}
.section-presentation .points-for-symbols {
  min-height: 1%;
  text-align: center;
  max-width: 100%;
  min-width: 40vw;
}
.section-presentation .points-for-symbols:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-presentation .points-for-symbols h2 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2.5vw;
  margin-bottom: 3vw;
  padding-top: 2vw;
}
.section-presentation .points-for-symbols .symbols {
  border: 0.7vw solid;
  border-radius: 1.5vw;
  max-width: 100%;
  width: auto;
  padding: 3vw 3.8vw;
  display: inline-block;
  clear: both;
}
.section-presentation .points-for-symbols .symbols img {
  width: 9.5vw;
  margin: 0 3vw;
}
.section-presentation .points-for-symbols.red h2 {
  color: #D5444A;
}
.section-presentation .points-for-symbols.red .symbols {
  border-color: #D5444A;
}
.section-presentation .points-for-symbols.yellow h2 {
  color: #FCC000;
}
.section-presentation .points-for-symbols.yellow .symbols {
  border-color: #FCC000;
}
.section-presentation .points-for-symbols.blue h2 {
  color: #342A70;
}
.section-presentation .points-for-symbols.blue .symbols {
  border-color: #342A70;
}
.section-presentation video {
  height: calc(100% - 3.4vw);
  outline: none;
  width: 100%;
}
/* Breadcrumbs */
.breadcrumbs {
  width: 100%;
  padding: 12px 0 10px 0;
}
.breadcrumbs a,
.breadcrumbs span {
  display: inline-block;
  margin: 4px 0;
  float: left;
  line-height: 18px;
  height: 18px;
  font-size: 12px;
  margin-right: 21px;
}
.breadcrumbs a {
  color: #000;
}
.breadcrumbs .divider {
  font-size: 12px;
  text-align: left;
  text-indent: -1000px;
  overflow: hidden;
  background: url("./images/list.svg") center center no-repeat;
  width: 5px;
  background-size: 100% auto;
}
/* Mixins */
.cf {
  min-height: 1%;
}
.cf:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.inner-border {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.upp {
  text-transform: uppercase;
}
.und {
  text-decoration: underline;
}
.img-grey {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all 0.6s ease;
  /* Transition for Webkit browsers */
}
.img-color {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none;
}
.animated {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.transparent-bg {
  background: rgba(5, 6, 7, 0.68);
}
.roboto {
  font-family: 'Roboto', sans-serif;
}
