/*NORMALIZE.CSS*/


/*! normalize.css v3.0.1 | MIT License | git.io/normalize */


/**
 * 1. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    -ms-text-size-adjust: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 1 */
}



/**
 * Remove default margin.
 */

body {
    margin: 0;
}



/* HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}



/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}



/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}



/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}



/* Links
   ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}



/* Text-level semantics
   ========================================================================== */


/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}



/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}



/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}



/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}



/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}



/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}



/* Embedded content
   ========================================================================== */


/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}



/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}



/* Grouping content
   ========================================================================== */


/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40;
}



/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}



/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}



/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}



/* Forms
   ========================================================================== */


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */


/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}



/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}



/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}



/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}



/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}



/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}



/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}



/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}



/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}



/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
}



/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}



/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}



/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}



/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}



/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}



/* Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}



/*NORMALIZE.CSS END*/


/*RESET*/

*,
:focus {
    outline: none;
}

body {
    -webkit-fontype-smalloothing: antialiased;
}

body,
html {
    height: 100%;
    width: 100%;
}

a,
input[type=radio],
input[type=checkbox],
select {
    cursor: pointer;
}

select[disabled] {
    cursor: default;
}



/*normalization mozila*/

input:-webkit-autofill {
    background-color: transparent;
}



/*normalization ie7*/

*+html input[type=checkbox],
*+html input[type=radio] {
    width: 13px;
    height: 13px;
}

textarea {
    resize: none;
    vertical-align: top;
}

em,
i {
    font-style: italic;
}

img {
    vertical-align: top;
}

input {
    vertical-align: middle;
}

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none outside none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

:focus {
    -moz-outline: 3px solid #fff !important;
}

input[type="radio"]:focus {
    -moz-outline-radius: 12px !important;
    -moz-outline-offset: 0 !important;
}

input[type="checkbox"]:focus {
    -moz-outline-offset: -1px !important;
    -moz-outline: 1px solid #000 !important;
}



/*fix button click opera old version*/

button:after {
    content: "";
}

del {
    text-decoration: line-through;
}

table {
    width: 100%;
}

form {
    margin: 0;
    padding: 0;
}

input::-ms-clear {
    display: none;
}

:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
}

::-webkit-input-placeholder {
    /* chrome */
    opacity: 1;
    color: inherit;
}

::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
}

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,
tbody,
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 {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    background: url(../img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    /*background-position: 50% 50%;*/
}

ol,
ul {
    list-style: outside none none;
}

blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url("../fonts/roboto_light/Roboto-Light.eot");
    src: url("../fonts/roboto_light/Roboto-Light.woff2") format("woff2"), url("../fonts/roboto_light/Roboto-Light.woff") format("woff"), url("../fonts/roboto_light/Roboto-Light.ttf") format("truetype"), url("../fonts/roboto_light/Roboto-Light.svg#Roboto-Light") format("svg"), url("../fonts/roboto_light/Roboto-Light.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url("../fonts/roboto_reg/Roboto-Regular.eot");
    src: url("../fonts/roboto_reg/Roboto-Regular.woff2") format("woff2"), url("../fonts/roboto_reg/Roboto-Regular.woff") format("woff"), url("../fonts/roboto_reg/Roboto-Regular.ttf") format("truetype"), url("../fonts/roboto_reg/Roboto-Regular.svg#Roboto-Regular") format("svg"), url("../fonts/roboto_reg/Roboto-Regular.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url("../fonts/roboto_bold/Roboto-Bold.eot");
    src: url("../fonts/roboto_bold/Roboto-Bold.woff2") format("woff2"), url("../fonts/roboto_bold/Roboto-Bold.woff") format("woff"), url("../fonts/roboto_bold/Roboto-Bold.ttf") format("truetype"), url("../fonts/roboto_bold/Roboto-Bold.svg#Roboto-Bold") format("svg"), url("../fonts/roboto_bold/Roboto-Bold.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url("../fonts/openSans/OpenSans-Light.eot");
    src: url("../fonts/openSans/OpenSans-Light.woff2") format("woff2"), url("../fonts/openSans/OpenSans-Light.woff") format("woff"), url("../fonts/openSans/OpenSans-Light.ttf") format("truetype"), url("../fonts/openSans/OpenSans-Light.svg#OpenSans-Light") format("svg"), url("../fonts/openSans/OpenSans-Light.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.centered {
    display: table;
    width: 100%;
    height: 100%;
}

.centered>* {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

body {
    text-align: center;
    color: #fff;
    font-family: "Roboto";
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    font-family: "Roboto";
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 3em;
    line-height: 1.23;
    font-weight: 700;
}

@media (max-width: 767px) {
    h1 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 30px;
    }
}

h2 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 200;
}

h3 {
    font-family: 'Roboto-Light';
    font-size: 26px;
    line-height: 35px;
    font-weight: 300;
}

h4 {
    font-family: 'Roboto-Regular';
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
}

@media (max-width: 767px) {
    h4 {
        font-size: 20px;
    }
}

h5 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

h6 {
    position: absolute;
    width: 100%;
    top: 23px;
    right: 30px;
    font-size: 1.3em;
    line-height: 25px;
    letter-spacing: 2.5px;
    font-weight: 600;
    text-align: right;
}

@media (max-width: 479px) {
    h6 {
        top: 17px;
    }
}

p {
    padding: 0 0 24px;
    margin: 10px 0 10px;
}

@media (max-width: 1023px) {
    p {
        font-size: 1.5em;
    }
}

@media (max-width: 767px) {
    p {
        font-size: 1.5em;
    }
}

hr {
    overflow: hidden;
    height: 1px;
    background: #e9e9e9;
    border: 0;
    margin: 32px 0;
}

q,
blockquote {
    text-align: center;
    display: block;
    font-style: italic;
}

strong,
b {
    font-weight: 700;
}

a {
    color: #354fc1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
}

a.button {
    text-decoration: none;
}

a.button:hover {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    opacity: .8;
}

[class*="icon-"] {
    display: inline-block;
    vertical-align: top;
}

img[style*="float: left"],
img[style*="float:left"],
img[align="left"] {
    margin: 0 20px 5px 0;
}

img[style*="float: right"],
img[style*="float:right"],
img[align="right"] {
    margin: 0 0 5px 20px;
}

.static-content .content__main ul li,
.default-list li {
    position: relative;
    padding-left: 10px;
}

.static-content .content__main ul li:before,
.default-list li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    background: pink;
    border-radius: 50%;
}

ol {
    list-style-type: decimal;
    list-style-position: inside;
    counter-reset: item;
}

ol li {
    display: block;
    position: relative;
}

ol li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
    display: inline;
    vertical-align: top;
    font-weight: 700;
}

.upper {
    text-transform: uppercase;
}

fieldset {
    display: block;
    text-align: center;
}

label {
    display: block;
}

label:hover {
    cursor: pointer;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea,
select,
.input {
    background-color: #fff;
    border: none;
    color: #9b9eb0;
    font-size: 16px;
    line-height: 1.33;
    padding: 20px;
    width: 100%;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-appearance: none;
    border-radius: 5px;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
.input::-webkit-input-placeholder {
    color: #9c9c9c;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
.input:-ms-input-placeholder {
    color: #9c9c9c;
}

input[type="text"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="search"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
.input:focus::-webkit-input-placeholder {
    color: transparent;
}

input[type="text"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="search"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
.input:focus:-ms-input-placeholder {
    color: transparent;
}

input[type="text"]:focus::placeholder,
input[type="password"]:focus::placeholder,
input[type="email"]:focus::placeholder,
input[type="tel"]:focus::placeholder,
input[type="search"]:focus::placeholder,
textarea:focus::placeholder,
select:focus::placeholder,
.input:focus::placeholder {
    color: transparent;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus,
.input:focus {
    border-color: #696969;
    background-color: #fff;
}

input[type="text"].error,
input[type="password"].error,
input[type="email"].error,
input[type="tel"].error,
input[type="search"].error,
textarea.error,
select.error,
.input.error {
    border: 1px solid red;
}

input[type="text"].disabled,
input[type="text"][disabled="disabled"],
input[type="text"][disabled],
input[type="password"].disabled,
input[type="password"][disabled="disabled"],
input[type="password"][disabled],
input[type="email"].disabled,
input[type="email"][disabled="disabled"],
input[type="email"][disabled],
input[type="tel"].disabled,
input[type="tel"][disabled="disabled"],
input[type="tel"][disabled],
input[type="search"].disabled,
input[type="search"][disabled="disabled"],
input[type="search"][disabled],
textarea.disabled,
textarea[disabled="disabled"],
textarea[disabled],
select.disabled,
select[disabled="disabled"],
select[disabled],
.input.disabled,
.input[disabled="disabled"],
.input[disabled] {
    background-color: #f3f3f3;
}

textarea {
    height: 150px;
}

input[type="file"] {
    display: none;
}

input[type="file"]+label {
    display: block;
    background: #fff;
    font-size: 14px;
    line-height: 24px;
    padding: 25px 15px;
    color: #969696;
    text-align: center;
    border: 1px dashed #c4c4c4;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

input[type="file"]+label:hover {
    border-color: #696969;
    background: #e9e9e9;
}

select {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-transition: none;
    transition: none;
    background-position: right 25px center;
    background-repeat: no-repeat;
    background-image: url("../img/sprite/retina/2x/select-down.png");
    background-size: 29px 17px;
    background-color: #fff;
}

select:focus {
    background-image: url("../img/sprite/retina/2x/select-up.png");
}

.ui-front {
    z-index: 9999;
}

.ui-selectmenu-button {
    border: 1px solid #939393;
    border-radius: 0;
    background: #f3f3f3;
    color: #282828;
}

.ui-selectmenu-button[aria-expanded="true"] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #8e8e8e;
}

.ui-selectmenu-button span.ui-selectmenu-text {
    padding: 10px 15px 9px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.ui-selectmenu-button span.ui-icon-triangle-1-s {
    width: 45px;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid #939393;
    background: url("../img/icons/slct-open.png") center center no-repeat;
    margin: 0;
}

.ui-selectmenu-menu .ui-widget-content {
    border-radius: 0;
    background: #f3f3f3;
    color: #282828;
}

.ui-selectmenu-menu .ui-widget-content .ui-menu-item {
    padding: 10px 15px 9px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.ui-selectmenu-menu .ui-widget-content .ui-menu-item.ui-state-focus {
    border: 0;
    margin: 0;
    font-weight: inherit;
}

button,
.btn {
    text-align: center;
    vertical-align: top;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 17px 0;
    background: #ff0000;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
    display: block;
}

button:hover,
button.active,
.btn:hover,
.btn.active {
    color: #fff;
    border-color: #04b321;
    background: #04b321;
}

button.disabled,
button[disabled="disabled"],
button[disabled],
.btn.disabled,
.btn[disabled="disabled"],
.btn[disabled] {
    background: #ccc;
    color: #aaa;
    cursor: not-allowed;
}

input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}

input[type="checkbox"]+label {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 30px;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    line-height: 24px;
    width: auto !important;
}

input[type="checkbox"]+label:before,
input[type="checkbox"]+label:after {
    position: absolute;
    content: '';
}

input[type="checkbox"]:checked+label:after {
    opacity: 1;
}

input[type="radio"] {
    position: absolute;
    left: -9999px;
}

input[type="radio"]+label {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 30px;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    line-height: 24px;
    width: auto !important;
}

input[type="radio"]+label:before,
input[type="radio"]+label:after {
    position: absolute;
    content: '';
}

input[type="radio"]:checked+label:after {
    opacity: 1;
}

.ui-datepicker {
    width: 242px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 2px #ccc;
    box-shadow: 0 0 2px #ccc;
    padding: 10px !important;
    display: none;
}

.ui-datepicker .ui-widget-header {
    background: #fff;
    border: 0;
    border-radius: 0;
    padding: 5px 35px 13px;
}

.ui-datepicker .ui-widget-header .ui-datepicker-prev,
.ui-datepicker .ui-widget-header .ui-datepicker-next {
    position: absolute;
    font-family: 'mymobstr-pt';
    top: 14px;
    color: #9B9B9B;
    font-size: 24px;
    height: 24px;
    width: 24px;
}

.ui-datepicker .ui-widget-header .ui-datepicker-prev:hover,
.ui-datepicker .ui-widget-header .ui-datepicker-next:hover {
    background: #fff;
    border: 0;
    text-decoration: none;
}

.ui-datepicker .ui-widget-header .ui-datepicker-prev {
    left: 10px;
}

.ui-datepicker .ui-widget-header .ui-datepicker-prev:before {
    content: '\e6fe';
}

.ui-datepicker .ui-widget-header .ui-datepicker-next {
    right: 10px;
}

.ui-datepicker .ui-widget-header .ui-datepicker-next:before {
    content: '\e6ff';
}

.ui-datepicker .ui-widget-header .ui-datepicker-title {
    color: #333;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.ui-datepicker .ui-datepicker-calendar {
    margin: 0 -10px;
    padding: 0 10px;
}

.ui-datepicker thead th {
    font-size: 12px;
    line-height: 16px;
    color: #9B9B9B;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 0 6px;
}

.ui-datepicker tbody tr td .ui-state-default {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    padding: 5px 8px;
    color: #333;
    border: 0;
    background: #fff;
    display: block;
    text-align: center;
}

.ui-datepicker tbody tr td .ui-state-default.ui-state-hover {
    border: 0;
    background: #eee;
    text-decoration: none;
}

.ui-datepicker tbody tr td .ui-state-default.ui-state-highlight {
    color: #fff;
}

.ui-datepicker tbody tr td .ui-state-default.ui-state-active {
    background: #eee;
    text-decoration: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    height: 100%;
    min-width: 320px;
}

.footer {
    background-color: #000;
    padding: 30px;
}

.footer__bottom {
    background-color: #000;
    padding: 20px 0;
}

.container__main {
    height: 100%;
}

.content {
    height: 100vh;
    min-height: 650px;
    width: 100%;
    padding-top: 80px;
    background: #00000010, url(../img/bg.jpg);
}

.content__cell {
    display: table-cell;
    vertical-align: middle;
}

.content__tb {
    display: table;
    height: 100%;
}

.content__gr {
    background: #fff;
}

.form-block__success {
    display: none;
    text-align: center;
    background: #62C584;
    color: #fff;
    font-size: 20px;
    padding: 20px;
    margin: 0 15px 20px;
}

.form-block__error-wrap {
    margin-top: 20px;
}

.form-block__block-error {
    text-align: center;
    background: #F95D51;
    color: #fff;
    font-size: 20px;
    padding: 20px;
}

.form-block__block-error:empty {
    display: none;
}

.form-block__wrap {
    margin-bottom: 20px;
}

.for-it {
    font-weight: 300;
}

.thanks-header {
    text-align: center;
    margin: 28px 0;
}

.thanks-header__title {
    font-family: 'OpenSans-Light';
    font-weight: lighter;
}

.thanks-header__under {
    font-family: 'Roboto-bold';
    color: #000;
}

.thanks-center {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #eeeeee;
}

.thanks-center__accord {
    margin-bottom: 2px;
}

.thanks-center__accord--button {
    position: absolute;
    right: 10px;
    text-align: center;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    color: rgba(69, 69, 69, 0.84);
}

.thanks-center__accord--link {
    font-size: 55px;
    display: inline-block;
    vertical-align: middle;
    padding: 6px 2px;
    border-radius: 100px;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.thanks-center__accord--link:hover {
    background-color: #eeeeee;
}

.thanks-center__accord--link:checked {
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.thanks-center__wrapper-part {
    background-color: #FFFFFF;
}

.thanks-center__wrapper-part--question {
    position: relative;
    cursor: pointer;
    padding: 25px 30px;
}

.thanks-center__wrapper-part--title {
    font-family: 'Roboto-Regular';
    padding-right: 30px;
    font-weight: 700;
    text-align: left;
}

@media (max-width: 479px) {
    .thanks-center__wrapper-part--title {
        font-size: 18px;
    }
}

.thanks-center__wrapper-part--content {
    display: none;
    -webkit-transition: max-height ease-in-out .3s, opacity ease-in-out .3s;
    transition: max-height ease-in-out .3s, opacity ease-in-out .3s;
    padding: 0 30px 30px;
    font-family: 'Roboto-Light';
    font-size: 16px;
    text-align: left;
    color: #000;
}

.back-liner {
    padding: 60px 0;
    text-align: center;
}

.back-liner__button {
    display: inline-block;
    width: 250px;
}

.back-liner__link {
    border: 4px solid black;
    display: inline-block;
    color: #000;
    width: 100%;
    line-height: 60px;
}

.back-liner__link:hover {
    background-color: #000;
    color: #FFFFFF;
}

.rotate {
    -webkit-transform: rotate(-45deg) !important;
    -ms-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
}

img.logo {
    position: absolute;
    top: 16px;
    left: 35px;
    width: 12em;
}

.fixcontent{
  background: rgba(0,0,0,0.7);
}

@media all and (max-width: 1024px) {
  body{
    font-size: 20px;
  }
}

@media all and (max-width: 768px) {
  body{
    font-size: 12px;
  }
    img.logo {
        width: 15em;
    }
}

@media all and (max-width: 425px) {
    img.logo {
        width: 7em;
    }
}


