html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, body, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
b, strong {font-weight: bold;}
i, em {font-style: italic;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
ul {list-style: none;}
ol li{list-style-position: outside;margin-left: 12px;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
img{max-width: 100%;height: auto;}
table {border-collapse: collapse;border-spacing: 0;}
html {height: 100%;}
*:focus, * {outline: none;}
textarea {resize: vertical; overflow: auto;}
body {
    height: 100%;
    line-height: 1.2;
    background: #fff;
    color: #fff;
    font: 16px OpenSans;
    background: #076c9f;
    background: linear-gradient(150deg, #076c9f, #024b6e 29%, #0d2f4f 80%, #0b2645);
    background-attachment: fixed;
}
a {text-decoration: none;outline: none !important;color: #fff;}
a:active, a:focus {text-decoration: none !important;box-shadow: 0;}
.img-wrap img {display: block;width: 100%;height: auto;}

@font-face {
    font-family: OpenSans;
    src: url('../fonts/OpenSansBold.eot');
    src: url('../fonts/OpenSansBold.woff') format('woff'),
        url('../fonts/OpenSansBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: OpenSans;
    src: url('../fonts/OpenSansItalic.eot');
    src: url('../fonts/OpenSansItalic.woff') format('woff'),
        url('../fonts/OpenSansItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: OpenSans;
    src: url('../fonts/OpenSansBoldItalic.eot');
    src: url('../fonts/OpenSansBoldItalic.woff') format('woff'),
        url('../fonts/OpenSansBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: OpenSans;
    src: url('../fonts/OpenSansRegular.eot');
    src: url('../fonts/OpenSansRegular.woff') format('woff'),
        url('../fonts/OpenSansRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* style */
.wrapper {
    position: relative;
    height: 100%;
    max-width: 1170px;
    margin: auto;
    background-size: contain;
}
.container {
    padding: 0 15px;
    max-width: 1170px;
    margin: auto;
}
header {
    font-size: 87.5%;
    padding: 35px 0 25px;
}
.header-links {
    padding-left: 35px;
    float: left;
    font-size: 87.5%;
}
.header-links .links-wrap {
    position: relative;
    margin-bottom: 10px;
}
.header-links .links-wrap-inn {
    display: inline-block;
    position: relative;
}
.main-links a,
.header-links .links-wrap-inn > a {
    padding-left: 11px;
    text-shadow: 1px 1px 0 #000;
}
.main-links a:before,
.header-links .links-wrap-inn > a:before {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: .6em;
    background: #fcd603;
    transform: rotate(45deg);
    transition: all .2s;
}
.main-links a:hover:before,
.header-links .links-wrap-inn > a.hover:before,
.header-links .links-wrap-inn > a:hover:before {
    width: 0;
    height: 0;
    top: .5em;
    background: transparent;
    border-top: 3px solid transparent;
    border-left: 4px solid #fcd603;
    border-bottom: 3px solid transparent;
    transform: scale(2) rotate(0);
}
.main-links a:after,
.header-links .links-wrap-inn > a:after {
    content: '';
    background: #fcd603;
    position: absolute;
    height: 2px;
    width: 0;
    top: .6em;
    left: 0;
    margin-top: 2px;
}
.main-links a:hover:after,
.header-links .links-wrap-inn > a.hover:after,
.header-links .links-wrap-inn > a:hover:after {
    left: -6px;
    width: 4px;
    top: 0.5em;
    transform: scale(2);
    transition: .1s .1s;
}
.header-links .links-wrap-inn form {
    position: relative;
}
.header-links .hide-block {
    position: absolute;
    top: -.3em;
    margin-left: 10px;
    left: 100%;
    z-index: 5;
    width: 0;
    padding-top: 1px;
    overflow: hidden;
}
.header-links .hide-block.active {
    display: block;
    width: auto;
    z-index: 1;
}
.header-links .hide-block form {
    margin-left: -100%;
    transition: all .2s ease-in;
    width: 100%;
}
.header-links .hide-block.active form {
    margin-left: 0;
}
.logo {
    display: inline-block;
    max-width: 210px;
    width: 100%;
}
.logo img {
    width: 100%;
    display: block;
}
input::-webkit-input-placeholder {color: #fff;}
textarea::-webkit-input-placeholder {color: #fff;}
input::-moz-placeholder {color: #fff;}
textarea::-moz-placeholder {color: #fff;}
input,
textarea {
/*    background: transparent;*/
    background: #225eac;
    border: 1px solid #fff;
    padding: 5px 15px;
    color: #fff;
    width: 200px;
    box-sizing: border-box;
    font: 100% OpenSans;
    display: block;
}
input[type="submit"] {
    background: #f7ce0a;
    color: #000;
}
.subscribe-form input {
    float: left;
    padding: 5px 50px 5px 15px;
}
.subscribe-form input[type="submit"] {
    width: auto;
    position: absolute;
    padding: 5px 10px;
    right: 0;
}
.idea-form input,
.idea-form textarea {
    margin-top: -1px;
}
.idea-form textarea {
    min-height: 100px;
}
.idea-form input[type="submit"] {
    width: auto;
    float: right;
}
.modal-open {
    overflow: hidden;
}
.modal-mask {
    position: fixed;
    left:0;
    top:0;
    bottom: 0;
    right: 0;
    z-index:99999;
    background-color: #000;
    background-color: rgba(0,0,0,.85);
    text-align: center;
    display: none;
    overflow-x: hidden;
    overflow-y: scroll;
}
.modal-mask:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin: 0 -5px;
}
.modal-window {
    display: inline-block;
    position: relative;
    z-index:9001;
    overflow: hidden;
    width: 90%;
    max-width: 615px;
    display: inline-block;
    vertical-align: middle;
    margin: 20px;
}
.modal-container {
    background-color: #024b6e;
    position: relative;
    padding: 35px;
    text-align: center;
    color: #fff;
}
.u4a-dscr {
    background: #024b6e;
    padding: 15px 20px;
    min-width: 400px;
    border: 1px solid #fff;
    box-sizing: border-box;
    margin-left: -100%;
    transition: all .2s ease-in;
    width: 100%;
    position: relative;
}
.u4a-dscr * + img {
    margin-top: 15px;
}
.header-links .active .u4a-dscr {
    margin-left: 0;
}
.modal-exit,
.u4a-dscr .exit {
    width: 25px;
    height: 25px;
    float: right;
    margin-top: -15px;
    margin-right: -20px;
    margin: -15px -20px 10px 10px;
    text-align: center;
    line-height: 25px;
    display: block;
    color: #fcd603;
    font-size: 150%;
    cursor: pointer;
}
.modal-exit {
    width: 35px;
    height: 35px;
    font-size: 250%;
    text-decoration: none !important;
    line-height: 35px;
    float: none;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}
.main-links {
    float: right;
    font-size: 87.5%;
}
.main-links-dscr {
    display: none;
}
.main-links-dscr img {
    margin: 10px 0;
}
.main-links-item {
    margin-bottom: 10px;
    position: relative;
}
.main-links-item a {
    display: inline-block;
}
.switch-lang {
    float: right;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    z-index: 500;
    padding: 0;
    margin-right: 10px;
    margin-top: 12px;
}
.switch-lang li {
    list-style: none;
}
.lang-btn span {
    cursor: pointer;
    padding-right: 10px;
}
.lang-block {
    position: absolute;
    top: 82%;
    left: -3px;
    display: none;
}
.lang-block ul {
    padding: 1px 4px;
}
.lang-block a {
/*    color: #000;*/
}
.lang-block a:hover {
    color: #fbd504;
}
.lang-btn span:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #fbd504;
}
.lang-btn span.active:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    border-top: none;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 5px solid #fbd504;
}
#modal-text .main-links-dscr {
    display: block;
}
.capt {
    font-weight: bold;
    font-size: 125%;
    margin-bottom: 15px;
}
.header-links:after,
.main-links:after {
    content: '';
    display: block;
    clear: both;
}
footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 81.25%;
    clear: both;
    text-shadow: 1px 1px 0 #000;
    padding: 10px 0 15px;
}
footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 115px;
    height: 1px;
    background: #7099b7;
}
.footer-item {
    width: 33.33%;
    float: left;
}
.footer-item.copyright {
    text-align: center;
}
.content {
    background: url(../img/bg.png) center 70% no-repeat;
    background-size: contain;
    height: 100%;
    margin-top: -150px;
    padding-top: 175px;
    box-sizing: border-box;
}
.mmix {
	float:right;
    margin-top: -46px;
}
.mmix a {
	display: inline-block;
	float: right;
}
.mmix p {
	display: inline-block;
	width: auto;
	position: relative;
	vertical-align: middle;
	text-align: left;
	left: 25px;
	margin: 12px 0 -30px 0;
	float:left;
	text-transform: none;
	line-height: 1.2;
}
.mmix img {
	display: inline-block;
	vertical-align: middle;
	width: 75px;
}
.mmix-wrap {
    float: right;
}
input.error,
textarea.error {
    background: #b90101;
}
.new-load {
    width: 33px;
    height: 33px;
}
.new-load svg {
    fill: #fbd504;
}
.fb-button {
    width: 80px;
    margin-top: 20px;
    display: inline-block;
}

/*New sections*/
/* Hero Section */
.hero {
    background: linear-gradient(to bottom, #ffffff, #f0f8ff);
    padding: 40px 20px;
    text-align: center;
}

.hero h1 {
    font-size: 2.5em;
    font-weight: bold;
    color: #333;
}

.hero p {
    font-size: 1.2em;
    color: #555;
    margin: 15px 0 20px;
}

.hero .cta-button {
    display: inline-block;
    padding: 10px 20px;
    background: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1em;
}

.hero .cta-button:hover {
    background: #0056b3;
}

/* Section Styling */
.section {
    padding: 40px 20px;
    background: #f9f9f9;
    text-align: center;
}

.section:nth-child(even) {
    background: #eef7ff;
}

.section h2 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #222;
}

.section p {
    font-size: 1em;
    color: #444;
    line-height: 1.6;
}

.section ul {
    list-style: disc;
    padding: 20px 40px;
    text-align: left;
    display: inline-block;
    margin: 20px auto;
}

.section ul li {
    font-size: 1em;
    color: #555;
    margin-bottom: 10px;
}

/* Call-to-Action Section */
.call-to-action {
    background: linear-gradient(to right, #007bff, #0056b3);
    color: #222;
    text-align: center;
    padding: 40px 20px;
}

.call-to-action ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.call-to-action ul li {
    margin: 10px 0;
    font-size: 1em;
    color: #222;
}

.call-to-action .cta-button {
    background: #fff;
    color: #007bff;
    padding: 10px 20px;
    font-size: 1em;
    border-radius: 5px;
}

.call-to-action .cta-button:hover {
    background: #ddd;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .section {
        padding: 30px 15px;
    }

    .call-to-action {
        padding: 30px 15px;
    }

    .hero h1 {
        font-size: 2em;
    }

    .hero p {
        font-size: 1em;
    }

    .section h2 {
        font-size: 1.5em;
    }

    .section p, .section ul li {
        font-size: 0.9em;
    }

    .call-to-action h2 {
        font-size: 1.5em;
    }

    .call-to-action ul li {
        font-size: 0.9em;
    }

    .call-to-action .cta-button {
        font-size: 0.9em;
        padding: 8px 16px;
    }
}

/* Tablet Styles */
@media (max-width: 1024px) {
    .section {
        padding: 35px 20px;
    }

    .call-to-action {
        padding: 35px 20px;
    }

    .hero h1 {
        font-size: 2.2em;
    }

    .hero p {
        font-size: 1.1em;
    }

    .section h2 {
        font-size: 1.8em;
    }

    .section ul li {
        font-size: 1em;
    }

    .call-to-action h2 {
        font-size: 1.8em;
    }

    .call-to-action ul li {
        font-size: 1em;
    }

    .call-to-action .cta-button {
        padding: 10px 18px;
    }
}

/* Desktop Large Screens */
@media (min-width: 1200px) {
    .section {
        padding: 50px 30px;
    }

    .call-to-action {
        padding: 50px 30px;
    }

    .hero h1 {
        font-size: 2.8em;
    }

    .hero p {
        font-size: 1.3em;
    }

    .section h2 {
        font-size: 2.2em;
    }

    .section p, .section ul li {
        font-size: 1.1em;
    }

    .call-to-action h2 {
        font-size: 2.2em;
    }

    .call-to-action ul li {
        font-size: 1.1em;
    }

    .call-to-action .cta-button {
        font-size: 1.1em;
        padding: 12px 25px;
    }
}


.mobile-visible {display: none;}
.mobile-hide {display: block;}
@media (max-width:768px) {
    body {font-size: 18px;}
    .content {background-position: center top; margin-top: 0;}
    .header-links {margin-top: 20px;}
    .main-links {float: none; text-align: center;}
    .main-links .container {display: inline-block; padding-top: 30px; text-align: left;}
    .wrapper {height: auto;}
    footer {position: relative; margin-top: 30px; text-align: center;}
    footer:before {right: 0;}
    .footer-item {width: 100%;margin-bottom: 15px;}
    .header-links .hide-block {left: -20px; right: 20px;}
    .mmix {margin-top: 0;}
    .header-links {float: none;}
    .header-links .links-wrap-inn {display: block;}
    input, textarea {width: 100%;}
    .u4a-dscr {min-width: 0;}
    .mmix-wrap {float: none;}
    .mobile-visible {display: block;}
    .mobile-hide {display: none;}
    .fb-button {margin: 25px auto 0}
}

