@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=latin,cyrillic);

/* region body */
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    background: #f7f7f7;
}
/* endregion */

/* region links */
.links-theme a {
    text-decoration: underline;
}
/* endregion */

/* region video */
video {
    margin: 10px;
}

@media (max-width: 768px) {
    video {
        width: calc(100% - 20px);
    }
}

/* endregion */


/* region Header */
header.navbar {
    height: 100px;
    background: #22272d;
    border-radius: 0;
    margin-bottom: 0;
}

header.navbar .navbar-header .logo {
    height: 50px;
    width: 310px;
    margin-top: 25px;
    background: url("../../images/euclidea/EuclideaLogo.png");
    display: inline-block;
}
@media (max-width: 767px) {

    header.navbar .navbar-header .logo {
        margin-left: 25px;
        width: 285px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: left center;
    }
}
@media (max-width: 623px) {

    header.navbar .nav.pull-right {
        margin-right: 25px;
    }

    header.navbar .navbar-header .logo {
        background-size: 82%;
    }

    header.navbar .nav.pull-right .feedback-icon,
    header.navbar .nav.pull-right .faq-icon {
        position: relative;
        z-index: 1000;
        padding: 0 0 0 20px;
        font-size: 0;
        height: 40px;
        backface-visibility: hidden;
    }

    header.navbar .navbar-header .logo {
        position: absolute;
        background-size: 65%;
    }
}

@media all and (max-width: 360px) {

    header.navbar .navbar-header .logo {
        position: absolute;
        background-size: 65% !important;
        backface-visibility: hidden;
    }
}

header.navbar .nav.pull-right {
    margin-top: 28px;
    font-size: 16px;
}

header.navbar .nav.pull-right > li {
    float: left;
}

header.navbar .nav.pull-right li a {
    color: #5AA0FF;
    font-weight: 800;
}
header.navbar .nav.pull-right .feedback-icon {
    padding-left: 40px;
    background: url("../../images/euclidea/FeedbackIcon.svg") no-repeat;
    background-position: 0 4px;
    background-size: 40px 40px;
}

header.navbar .nav.pull-right .faq-icon {
    padding-left: 30px;
    background: url("../../images/euclidea/FAQicon.svg") no-repeat;
    background-position: 0 4px;
    background-size: 40px 40px;
}
/* endregion */

/* region Footer */
footer.footer {
    background: #f7f7f7;
    height: 100%;
    position: relative;
    z-index: 10;
}

.footer-wrapper {
    position: relative;
    top: -2px;
    height: 100px;
    background: #f7f7f7;
}
.footer-links {
    font-size: 14px;
    color: #337ab7;
}
.social-icons-wrapper, .menu-wrapper {
    display: inline-block;
    position: relative;
    width: 50%;
}

.menu-wrapper, .social-icons-wrapper {
    position: relative;
    height: 100%;
    float: left;
}
.social-icons-wrapper {
    text-align: right;
    float: right;
}

.company-address {
    font-size: 14px;
    color: #6d6c6c;
    padding-bottom: 8px;
}

.company-name {
    font-size: 14px;
    color: #6d6c6c;
}

.menu-link-item {
    padding: 0 15px;
    display: inline-block;
    border-left: solid 1px rgba(145, 146, 147, 0.25);
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgba(145, 146, 147, 0.247059);
    font-size: 14px;
}

.menu-link-item:first-child, .footer-link:first-child {
    padding-left: 0;
    border: none;
}

.menu-link-item .inner {
    color: #6d6c6c;
}

.menu-link-item .inner:hover {
    color: #6d6c6c;
}

.footer-link {
    padding: 0 10px;
    border-left: solid 1px rgba(145, 146, 147, 0.25);
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgba(145, 146, 147, 0.247059);
    color: #6d6c6c;
}

.footer-link:hover {
    color: #6d6c6c;
}

.soc-icon {
    margin-left: 15px;
    display: inline-block;
}

.menu {
    padding: 0;
    font-size: 16px;
    margin-bottom: 8px;
}

.menu-box, .social-icons {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 50px;
}

.menu-box {
    font-weight: 500;
}

.hil {
    margin-left: 10px;
}

.langs {
    color: #6d6c6c;
}

.langs:hover {
    color: #6d6c6c;
}

.langs.active {
    font-weight: 700;
    pointer-events: none;
    text-decoration: none;
}
.langs:first-child {
    margin-right: 5px;
}
.copyright {
    color: #6d6c6c;
    text-decoration: none;
}

.copyright-text {
    color: #6d6c6c;
}

.copyright:hover {
    color: #6d6c6c;
    text-decoration: none;
}

.copyright:hover .hil {
    text-decoration: underline;
}

.social-icons {
    right: 0;
}
@media (max-width: 767px) {

    .footer-wrapper {
        height: 100%;
    }
    .social-icons-wrapper, .menu-wrapper {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        margin: 20px 0;
    }

    .social-icons-wrapper {
        margin: 10px 0 15px;
    }

    .menu-wrapper {
        margin: 15px 0 10px;
    }

    .menu-box, .social-icons {
        position: static;
        float: none;
    }

    .menu-link-item {
        font-size: 14px;
        padding: 0 8px;
    }

    .menu-link-item:last-child {
        padding-right: 0;
    }

    .footer-link:first-child {
        padding-bottom: 2px;
    }

    .soc-icon:first-child {
        margin-left: 0;
    }

    .footer-link:last-child {
        padding-top: 2px;
        padding-right: 0;
    }

}

.show-version {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    right: 18px;
    line-height: 0;
    margin-bottom: 0;
    color: #f7f7f7;
    font-size: 12px;
}
/* endregion */

.content p {
    line-height: 32px;
    letter-spacing: 0;
}
/* region Section */
section h2 {
    font-size: 45px;
    font-weight: 100;
}

section p {
    font-size: 18px;
}

@media only screen and (max-device-width: 480px) {
    section h2 {
        font-size: 30px;
        font-weight: 100;
    }

    section p {
        font-size: 16px;
    }

    section ol {
        font-size: 16px;
        line-height: 32px;
    }

    section ul {
        font-size: 16px;
        line-height: 32px;
    }
}
/* endregion */

/* region Intro */
section.intro {
    padding-top: 50px;
    min-height: 770px;
    background: #ffffff url("../../images/euclidea/IntroBg.jpg") no-repeat;
    background-position: center center;
}
section.intro .container .features {
    padding-top: 70px;
    padding-left: 40px;
    font-size: 18px;
}
.intro-image {
    position: relative;
    display: none;
}
.intro-image > .col-xs-12 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 700px;
    background-image: url("../../images/euclidea/IntroBg.jpg");
    background-size: 1500px;
    background-position: -780px -40px;
    background-repeat: no-repeat;
}
@media only screen and (max-device-width: 480px) {
    section.intro .container .features {
        font-size: 16px;
    }
}
section.intro .container .features .col-xs-12 div {
    padding-bottom: 12px;
}
section.intro .container .buttons {
    margin-top: 80px;
}
section.intro .container .buttons.second-row {
    margin-top: 20px;
    margin-bottom: 40px;
}
section.intro .container .buttons a {
    display: inline-block;
    height: 70px;
    width: 220px;
    background-size: 220px 70px;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
section.intro .container .buttons a:hover {
    opacity: 1;
}
section.intro .container .buttons a:active {
    opacity: 1;
}
section.intro .container .buttons .itunes {
    margin-right: 40px;
    background-color: transparent;
    background-repeat: no-repeat;
}
section.intro .container .buttons .play-now {
    background-color: transparent;
    background-repeat: no-repeat;
}
@media (max-width: 767px) {
    section.intro {
        background: #ffffff;
        padding-top: 0;
        min-height: 700px;
    }
    section.intro .intro-content {
        margin: 0 -15px;
        padding: 0 15px;
        background-color: rgba(255, 255, 255, 0.8);
        position: relative;
        z-index: 2;
        min-height: 700px;
    }
    section.intro .container .header h2 {
        /* margin-top: -50px; */
        padding-top: 20px;
        margin-left: -15px;
        padding-left: 15px;
        margin-right: -15px;
        padding-right: 15px;
    }
    section.intro .container .features {
        padding-left: 0;
        padding-top: 30px;
    }

    section.intro .container .buttons {
        margin-top: 30px;
    }

    .intro-image {
        display: block;
    }
    section.intro .container .buttons .play-now {
        margin-bottom: 50px;
    }
    section.intro .container .buttons.visible-xs-block {
      margin-top: 0;
    }
    section.intro .container .buttons.visible-xs-block > .col-xs-6 {
      margin-top: 14px;
    }
    section.intro .container .buttons.visible-xs-block > .col-xs-6 .play-now {
        margin-bottom: 0;
    }
}
@media (max-width: 520px) {
    section.intro .container .buttons.visible-xs-block > .col-xs-6 {
        width: 100%;
    }
}
/* endregion */

/* region Fun */

section.fun .content {
    background: transparent url("../../images/euclidea/fun-bg-wide.png") no-repeat;
    background-size: cover;
    background-position: center 180%;
    background-attachment: scroll
}
section.fun .container {
    max-width: 730px;
    text-align: center;
    position: relative;
}
@media (max-width: 767px) {
    section.fun .container {
        text-align: left;
    }
}
section.fun .content .container.main {
    padding-bottom: 45em;
}
section.fun .content .container .header {
    margin-top: 4em;
}
section.fun .content .container .header h2 {
    margin-bottom: 0.5em;
}
section.fun .container .fun-remark {
    color: #7C929C;
}
section.fun .container .fun-stars {
    position: absolute;
    bottom: 5px;
    right: 0;
    margin: 0;
    padding: 0;
    text-align: right;
}
section.fun .container .fun-stars img {
    max-width: 80%;
}
@media (max-width: 767px) {
    section.fun .content {
        background: transparent url("../../images/euclidea/fun-bg.png") no-repeat;
        background-size: 250%;
        background-position: center 90%;
        background-attachment: scroll
    }
    section.fun .content .container.main {
        padding-bottom: 30em;
    }
    section.fun .content .col-xs-12 > img {
        width: 100%;
    }
    section.fun .container .fun-remark {
        margin-bottom: 20px;
    }
    section.fun .container .fun-stars {
        right: 20px;
        bottom: 25px;
        text-align: right;
    }
    section.fun .container .fun-stars img {
        max-width: 50%;
    }
}
/* endregion */

/* region Two */
section.two {
    background: #f7f7f7;
}
section.two .content {
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 30%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(30%,rgba(255,255,255,0.9)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 30%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 30%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 30%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 30%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
section.two .content .container.main {
    max-width: 730px;
    text-align: center;
}
@media (max-width: 767px) {
    section.two .content .container.main {
        text-align: left;
    }
}
section.two .content .container .header {
    margin-top: 4em;
}
section.two .content .container .header h2 {
    margin-bottom: 0.5em;
}
section.two .two-bg {
    margin-top: 2em;
    height: 32em;
    background-position-x: 50%;
    background-position-y: 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    max-width: 960px;
}
/* endregion */

/* region Explore */
section.explore {
    background: #ffffff;
}
section.explore .header {
    margin-top: 4em;
}
section.explore .media {
    margin-top: 4em;
    margin-bottom: 4em;
}
section.explore .media .media-body h2.media-heading {
    margin-bottom: 0.5em;
    margin-top: 20px;
}
section.explore .col-xs-12 > img {
    width: 100%;
    max-width: 420px;
}
section.explore .divider {
    width: 100%;
    height: 2px;
    background-color: #f4f4f4;
}
/* endregion */

/* region Tools2 */
section.tools2 {
    background: #f7f7f7;
}
section.tools2 .media {
    margin-top: 4em;
    margin-bottom: 4em;
    padding-top: 20px;
}
section.tools2 .content {
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 30%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(30%,rgba(255,255,255,0.9)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 30%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 30%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 30%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 30%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}
section.tools2 .media .media-body h2.media-heading {
    margin-bottom: 0.5em;
}

section.tools2 .media .media-left .string {
    width: 340px;
    clear: both;
}
section.tools2 .small-icons .string {
    width: 100%;
    clear: both;
}
section.tools2 .media .media-left .tool {
    float: left;
    width: 165px;
    margin-bottom: 2.5em;
}
section.tools2 .small-icons .tool {
    float: left;
    width: 50%;
    text-align: center;
    margin: 1em 0;
}
section.tools2 .media .media-left .tool img {
    width: 88px;
    height: 88px;
}
section.tools2 .small-icons {
    margin: 2em 0;
}
section.tools2 .small-icons .tool img {
    width: 60px;
    height: 60px;
}
section.tools2 .media .media-left .tool p {
    width: 88px;
    text-align: center;
    font-size: 14px;
    line-height: 1.5em;
}
section.tools2 .small-icons .tool p {
    font-size: 12px;
    line-height: 20px;
}
/* endregion */

/* region Cta */
section.cta {
    background: url("../../images/euclidea/overlay.png"), url("../../images/euclidea/cta.jpg");
    background-size: 256px 256px, cover;
    background-attachment: fixed, fixed;
    background-position: top left, bottom center;
    background-repeat: repeat, no-repeat;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)and (-webkit-min-device-pixel-ratio: 2) {
    section.cta {
        background-attachment: scroll, scroll;
        background-position: top left, bottom center;
        background-repeat: repeat, no-repeat;
    }
}
@media (max-width: 1024px) {
    section.cta {
        background-attachment: scroll, scroll;
    }
}
section.cta .container {
    padding-top: 5.5em;
    padding-bottom: 9em;
}
section.cta header {
    text-align: center;
}
section.cta .logo {
    position: relative;
    height: 3.5em;
    width: 3.5em;
    line-height: 3em;
    letter-spacing: -1px;
    background: url("../../images/euclidea/logo.png") left center no-repeat;
    background-size: cover;
    text-indent: -100em;
    margin-top: 0em;
    left: 0em;
    overflow: hidden;
}
@media (max-width: 767px) {
    section.cta .logo {
        height: 2.5em;
        width: 2.5em;
    }
}
section.cta .logo2 {
    position: relative;
    margin: 0 auto;
    height: 4.4em;
    width: 16.3em;
    line-height: 3em;
    letter-spacing: -1px;
    background: url("../../images/euclidea/logo2.png") center center no-repeat;
    background-size: contain;
    text-indent: -100em;
    margin-top: 0em;
    left: 0em;
    opacity: 0.8;
    margin-bottom: -1.5em;
    overflow: hidden;
}
@media (max-width: 767px) {
    section.cta .logo2 {
        width: 8em;
    }
}
section.cta .teaser {
    color: #ffffff;
    font-size: 1.9em;
    font-weight: 400;
    opacity: 0.6;
    text-align: center;
    margin-top: 1.9em;
    line-height: 1.9em;
    padding-bottom: 1em;
}
section.cta .available {
    display: inline-block;
    background-position: center center;
    opacity: 1;
    background-size: contain;

    text-indent: -100em;
    border: none;
    position: relative;
    top: 2em;
    overflow: hidden;
    width: 24em;
    height: 8em;
}
section.cta .available {
    margin: 10px 10px;
}
@media (max-width: 767px) {
    section.cta .available {
        width: 18em;
        height: 6em;
    }
}
/* endregion */

/* region Support */

section.feedback .content.container .header {
    margin-top: 4em;
}
section.feedback .content.container .header h2 {
    margin-bottom: 0.5em;
    text-align: center;
}
section.feedback .container p {
    text-align: center;
}
@media (max-width: 767px) {
    section.feedback .content.container .header h2 {
        text-align: left;
    }
    section.feedback .container p {
        text-align: left;
    }
}
section.feedback .form-container {
    background: #ffffff;
    padding: 4.5em;
    margin-top: 1.5em;
}
section.feedback .form-container form input[type="text"],
section.feedback .form-container form input[type="email"],
section.feedback .form-container form input[type="password"],
section.feedback .form-container form textarea,
section.feedback .form-container form select {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.65em 0.75em;
    background: #fff;
    border: solid 2px rgba(185, 186, 187, 0.25);
    color: inherit;
    border-radius: 0.5em;
    outline: none;
    resize: none;
    -moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 12pt;
    line-height: 1.5em;
    font-weight: 300;
}
section.feedback .form-container form input[type="text"]:focus,
section.feedback .form-container form input[type="email"]:focus,
section.feedback .form-container form input[type="password"]:focus,
section.feedback .form-container form textarea:focus,
section.feedback .form-container form select:focus {
    border-color: #9ac8e9;
}
section.feedback .form-container form input[type="text"].error,
section.feedback .form-container form input[type="email"].error,
section.feedback .form-container form input[type="password"].error,
section.feedback .form-container form textarea.error,
section.feedback .form-container form select.error {
    border-color: #E96363;
}
section.feedback .form-container form input[type="text"],
section.feedback .form-container form input[type="email"],
section.feedback .form-container form input[type="password"],
section.feedback .form-container form textarea{
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
section.feedback .form-container form .form-group {
    margin-bottom: 2em;
}
@media (max-width: 767px) {
    section.feedback .form-container form .form-group .margined-2em-xs {
        margin-bottom: 2em;
    }
}
section.feedback .form-container form .form-submit {
    margin-top: 4em;
}
section.feedback .form-container form .form-submit input[type="submit"],
section.feedback .form-container form .form-submit button {
    background-color: #2E82CC;
    border: 0;
    border-radius: 0.5em;
    opacity: 1;
    color: #FFF;
    cursor: pointer;
    height: 3.5em;
    line-height: 3.5em;
    outline: 0;
    padding: 0 2em 0 2em;
    position: relative;
    font-size: 12pt;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
section.feedback .form-container form .form-submit button.button-container {
    display: none;
    overflow: hidden;
    background-color: #5CA0FF;
}
section.feedback .form-container form .form-submit input[type="submit"]:hover {
    background-color: #4291FF;
    opacity: 1;
}
/* endregion */

/* region Faq */
section.faq {
    color: #323232;
    background: #fff;
    font-size: 18px;
}
section.faq .h3, h3 {
    font-size: 18px;
    font-weight: 700;
}
section.faq b, strong {
    font-weight: 600;
}
section.faq ol img, section.faq ul img{
    display: block;
    padding: 10px 0 10px 0;
}
section.faq a {
    color: #5aa0ff;
}
section.faq img {
    max-width: 100%;
    width: auto;
    height: auto;
    /*margin: 5px;*/
}
section.faq .content.container .header {
    margin-top: 4em;
}
section.faq .content.container .header h2 {
    margin-bottom: 0.5em;
    text-align: center;
}
section.faq .content.container h3 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 0;
}
section.faq .container .accord {
    margin-bottom: 2em;
}
section.faq .container .accord:last-of-type {
    margin-bottom: 3em;
}
section.faq .container .panel {
    margin-bottom: 0;
    background-color: transparent;
    border: none ;
    box-shadow: none;
    padding-left: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    padding-top: 8px;
    padding-right: 0;
}
section.faq .container .panel a.ac-link{
    color: #333;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
}
section.faq .container .panel a.ac-link.collapsed{
    color: #5aa0ff;
}
section.faq .container table tr td {
   padding-right: 10px;
}
@media (max-width: 767px) {
    section.faq .content.container .header h2 {
        text-align: left;
    }
    section.faq .container p {
        text-align: left;
    }
}
/* endregion */

/* region Confirm */
.confirm-submit {
    display: none;
    position: fixed;
    left: 25%;
    top: 30%;
    z-index: 99999;
    padding: 20px;
    width: 50%;
    background: #FFF;
    border-radius: 6px;
    text-align: center;
}
.confirm-submit__text {
    margin: 20px 0;
    color: #4EB3E9;
    font-size: 18px;
    font-weight: 300;
}
.confirm-submit__text.error {
    color: #E96363;
}
.confirm-submit__btn {
    margin-bottom: 20px;
    padding: 0 2em;
    font-family: 'Open Sans', sans-serif;
    font-size: 2.2em;
    font-weight: 300;
    color: #FFF;
    line-height: 2.5em;
    background-color: rgba(92, 160, 255, 0.8);
    border: none;
    border-radius: 6px;
    cursor: pointer;
    outline: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.confirm-submit__btn:hover, .confirm-submit__btn:active {
    background-color: #5CA0FF;
}
/* endregion */

.cover-submit {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99998;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/* region Site error */
.site-error .e404 {
    text-align: center;
    color: #ffffff;

    background-image: url("../../images/euclidea/404-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100%;
    height: 700px;
}
.site-error .e404 h1 {
    font-size: 180pt;
    font-weight: 600;
    margin-top: 100px;
}
.site-error .e404::before {
    display: table;
    content: " ";
}
.site-error .e404::after {
    clear: both;
}
.site-error .e404 .error-text {
    font-weight: 100;
    font-size: 32pt;
    color: #ffffff;
    text-align: center;
}
.site-error .e404 .to-main-page {
    font-weight: 100;
    font-size: 14pt;
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
}
.site-error .e404 .to-main-page a {
    color: #ffffff;
    text-decoration: underline;
}
@media (max-width: 767px) {
    .site-error .e404 h1 {
        font-size: 25pt;
        margin-top: 20px;
    }

    .site-error .e404 .error-text {
        font-size: 15pt;
        margin-top: 20px;
    }

    .site-error .e404 {
        height: auto;
    }

    .site-error .e404 .to-main-page {
        font-size: 12pt;
        padding-bottom: 20px;
    }
}
/* endregion */

.glossary-text{
    font-size: 12pt;
}

/* region Other Apps */
section.other {
    background: #fff;
}
section.other p {
    line-height: 22px;
}
section.other .container.main{
    margin-top: 4em;
}
section.other .container.main .line{
    margin-bottom: 2em;
}
section.other .container.main .line.buttons-line.first{
    margin-bottom: 0;
}
section.other .container.main .line.buttons-line.first{
    margin-bottom: 6em;
}
section.other .container.main .header h2{
    margin-bottom: 40px;
}
section.other .container.main .media-list .media-left {
    padding-right: 25px;
}
section.other .container.main .media-list .media-body .media-heading {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
}

section.other .container.main .buttons a {
    display: inline-block;
    height: 70px;
    width: 220px;
    background-size: 220px 70px;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
section.other .container.main .buttons a:hover {
    opacity: 1;
}
section.other .container.main .buttons a:active {
    opacity: 1;
}
section.other .container.main .buttons .itunes {
    margin-right: 40px;
    background-color: transparent;
    background-repeat: no-repeat;
}
@media (max-width: 767px) {
    section.other .container.main .buttons {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    section.other .container.main .line{
        margin-bottom: 0;
    }
    section.other .container.main .media-list .media-left img{
        height: 90px;
        width: 90px;
    }
}
@media (min-width: 992px) {
    section.other .container.main .buttons .itunes {
        margin-right: 5px;
    }
}
@media (min-width: 1200px) {
    section.other .container.main .buttons .itunes {
        margin-right: 40px;
    }
}
/* endregion */


/* --------------- FAQ ------------------ */
.image-faq-container {
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
}

.state-image-gif-layout, .video-description-container-state-play:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-image: url('../../images/euclidea/playBtn.svg');
    background-size: inherit;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, .3);
    transition: .2s;
    cursor: pointer;
}

.state-image-gif-layout:hover, .video-description-container-state-play:hover:after {
    background-color: rgba(255, 255, 255, .1);
}

.image-faq-container .state-image-inner {
    margin: 0;
}


.video-description-container {
    position: relative;
    display: inline-block;
}

.video-description-container-state-play {
    cursor: pointer;
}

.video-description-container-state-play-ios {
    background-color: #F3F4F5;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

::-ms-clear, ::-ms-reveal {
    display: none;
}

.other-footer-block {
    margin: 0 auto;
    display: inline-block;
    width: 100%;
}

.video-description-container-state-play:after {
    position: absolute;
    display: block;
    z-index: 100;
    content: '';
}


/*hack ios play button*/
*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

*::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}


*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

video::-webkit-media-controls {
    display: none !important;
}/*hack ios play button*/


.other-section {
    position: relative;
    display: inline-block;
    width: 100%;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* IE10–11 */
    color: #b0b0b0 !important;
}

select:focus::-ms-value {
    color: #555 !important;
    background: #fff !important;
}


/*---------------------------Privacy policy-----------------------------------*/

section.privacy-policy {
    padding-top: 72px;
    padding-bottom: 40px;
}

section.privacy-policy h1 {
    font-size: 40px;
    font-weight: 100;
    text-align: center;
}

section.privacy-policy h3 {
    margin-top: 40px;
    font-size: 30px;
    font-weight: 100;
}

section.privacy-policy p {
    font-size: 16px;
    line-height: 30px;
}
