a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
span,
strike,
strong,
tt,
u,
ul,
var {
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
    outline: 0;
    background: 0 0;
}

caption,
table,
tbody,
td,
tfoot,
th,
thead,
tr {
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: top;

    outline: 0;
}

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

blockquote,
q {
    quotes: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del,
s,
strike {
    text-decoration: line-through;
}

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

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

    margin: 0;
}

.cf:after,
.cf:before {
    display: table;

    content: '';
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

.clear {
    clear: both;
}

.clear-fix:after,
.container-fluid:after,
.container:after,
.row:after {
    display: table;
    clear: both;

    width: 100%;

    content: '';
}

.webkit-flicker-fix {
    -webkit-backface-visibility: hidden;
}

.webkit-border-radius-fix {
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000);
    -webkit-backface-visibility: hidden;
}

.pa {
    position: absolute;
}

.pr {
    position: relative;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a,
a *,
a:after,
a:before {
    transition: all 200ms ease;
}

.media {
    display: block;

    margin-bottom: 30px;
}

.media:after {
    display: table;
    clear: both;

    width: 100%;

    content: '';
}

.media .media-image.fl {
    margin-right: 20px;
    width: 185px \9;
}

.media .media-img.fr {
    margin-left: 20px;
    width: 87px \9;
}

.media .media-body {
    overflow: hidden;
}

.blogPostNav a {
    text-decoration: none;
}
.blogPostNav a:hover {
    text-decoration: underline;
}
.blogPostNav .text-left a {
    background: url(/images/blog-arrow-prev-post.png) no-repeat 0px 7px;
    padding-left: 20px;
}
.blogPostNav .text-right a {
    background: url(/images/blog-arrow-next-post.png) no-repeat 100% 7px;
    padding-right: 20px;
}
.blogItem .text-right a {
    background: url(/images/blog-arrow-next-post.png) no-repeat 100% 9px;
    padding-right: 20px;
}

#remember_me, #remember_me_mob, #remember_me_login {
    display: none;
}
.remember_me_label {
    display: block;
    color: #909ea7;
    margin-bottom: 5px;
    font-size: 16px;
    height: 24px;
    line-height: 28px;
    padding-left: 35px;
    background: url(/images/remember_me.png) no-repeat;
    cursor: pointer;
    background-position: 25% center;
    text-align: left;
    font-style: italic;
    position: relative;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
}
#remember_me:checked + label:before {
    content: url(/images/remember_me_checked.png);
    position: absolute;
    left: 59px;
    top: 1px;
}
#remember_me_login + .remember_me_label {
    background: url(/images/remember_me_mob.png) no-repeat;
    text-align: left;
}
#remember_me_login:checked + label:before {
    content: url(/images/remember_me_checked.png);
    position: absolute;
    left: 3px;
}
@media only screen and (max-width: 1024px) {
    #remember_me_mob + .remember_me_label {
        background: url(/images/remember_me_mob.png) no-repeat;
        width: 69%;
        margin: 0 auto;
        text-align: left;
        line-height: 25px;
    }
    #remember_me_mob:checked + label:before {
        content: url(/images/remember_me_mob_checked.png);
        position: absolute;
        top: 2px;
        left: 3px;
    }
}

@media (max-width: 600px) {
    .media.media-discounts .media-image {
        margin-bottom: 20px;
        text-align: center;
    }

    .media.media-discounts .media-image.fl {
        float: none;

        margin-right: 0;
    }

    .media.media-discounts .media-image.fr {
        float: none;

        margin-left: 0;
    }

    .media.media-discounts .media-body h2 {
        text-align: center;
    }
}

.pagination {
    display: inline-block;

    margin: 0 0 20px;
    padding: 0;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 22px;

    position: relative;

    float: left;

    margin: 0 1px;
    padding: 6px 12px;

    text-decoration: none;

    color: #fff;
    border: none;
    background-color: #3aaec4;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #fff;
    background-color: #ea7159;
}

.pagination > li.active a:focus,
.pagination > li.active > a,
.pagination > li.active > a:hover,
.pagination > li.active > span,
.pagination > li.active > span:focus,
.pagination > li.active > span:hover {
    z-index: 2;

    cursor: default;

    color: #fff;
    background-color: #ea7159;
}

.pagination > li.disabled a:focus,
.pagination > li.disabled > a,
.pagination > li.disabled > a:hover,
.pagination > li.disabled > span,
.pagination > li.disabled > span:focus,
.pagination > li.disabled > span:hover {
    cursor: not-allowed;

    color: #ddd;
    background-color: #3aaec4;
}

body,
button,
input,
select,
textarea {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 12px;
}

body {
    line-height: 1.2;
}

a {
    text-decoration: underline;

    color: #04a9bd;
    outline: 0;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;

    vertical-align: top;

    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
table,
ul {
    margin-bottom: 10px;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
ol:last-child,
p:last-child,
table:last-child,
ul:last-child {
    margin-bottom: 0;
}

h1 {
    font-family: Raleway, sans-serif;
    font-size: 46px;
    font-weight: 300;
    line-height: 54px;
    color: #4b5562;
}

.order_title {
    font-family: 'Open sans', sans-serif;
    width: 745px;
    margin: 10px auto;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    font-weight: 300;

    color: #454e5e;
}

h2.larger {
    font-size: 38px;
}

h3 {
    font-size: 26px;
    font-weight: 300;

    color: #4b5562;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;

    margin-bottom: 10px;

    color: #596472;
}

p strong {
    font-weight: 600;

    color: #34495e;
}

ol,
ul {
    padding-left: 20px;
    margin: 0;
    padding: 0;
}

ol.unstyled,
ul.unstyled {
    margin: 0;
    padding: 0;

    list-style: none;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-italic {
    font-style: italic;
}

code,
pre {
    font-family: monospace;
}

.button,
#submit_order_form {
    font-family: Raleway, sans-serif;
    font-size: 32px;
    font-weight: 300;

    position: relative;

    display: inline-block;

    box-sizing: border-box;
    max-width: 100%;
    margin: 0 0 20px;
    padding: 12px 45px;

    text-align: center;
    white-space: nowrap;
    text-decoration: none;

    color: #fff;
    border: none;
    border-top: 3px solid #f6f8fa;
    border-bottom: 3px solid #d0dae0;
    border-radius: 0;
    background-color: #f6f8fa;
    text-shadow: 0 1px 0 rgba(212, 63, 77, .5);
}

.button:focus,
.button:hover {
    border-top-color: #d0dae0;
    border-bottom-color: #eff3f6;
    background-color: #eff3f6;
}

.button:active {
    border-top-color: #e6ebf1;
    border-bottom-color: #e6ebf1;
    background-color: #e6ebf1;
}

.button.button-block {
    display: block;

    width: 100%;
}

.button.button-md {
    font-size: 32px;
}

.button.button-sm {
    font-size: 28px;
}

.button.button-xs {
    font-size: 24px;
}

.button.button-xxs {
    font-size: 16px;

    padding: 8px 20px;
}

.button.button-file {
    font-size: 18px;

    margin: 20px 0;
    padding: 0;

    cursor: pointer;
    text-align: left;
    white-space: nowrap;

    color: #1e80c3;
    border: none;
    background: 0 0;
    text-shadow: none;
}

.button.button-file:focus,
.button.button-file:hover {
    color: #1b71ad;
}

.button.button-file:active {
    color: #176397;
}

.button.button-file img {
    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}

.button.button-teal {
    letter-spacing: .3px;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    border-bottom: 3px solid #007F94;
    color: #fff;
    background: #2b9fb5;
    background: -moz-linear-gradient(top,  #2b9fb5 50%, #008ea3 51%);
    background: -webkit-linear-gradient(top,  #2b9fb5 50%,#008ea3 51%);
    background: linear-gradient(to bottom,  #2b9fb5 50%,#008ea3 51%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b9fb5', endColorstr='#008ea3',GradientType=0 );
    border-top: none;
}


.button.button-red,
#submit_order_form {
    border-top-color: #ea7159;
    border-bottom-color: #c43c21;
    background: #ea7159;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhNzE1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2VhNzE1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UzNGYzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMzRmMzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ea7159 0%, #ea7159 50%, #e34f32 51%, #e34f32 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ea7159), color-stop(50%, #ea7159), color-stop(51%, #e34f32), color-stop(100%, #e34f32));
    background: -webkit-linear-gradient(top, #ea7159 0%, #ea7159 50%, #e34f32 51%, #e34f32 100%);
    background: -o-linear-gradient(top, #ea7159 0%, #ea7159 50%, #e34f32 51%, #e34f32 100%);
    background: -ms-linear-gradient(top, #ea7159 0%, #ea7159 50%, #e34f32 51%, #e34f32 100%);
    background: linear-gradient(to bottom, #ea7159 0%, #ea7159 50%, #e34f32 51%, #e34f32 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea7159', endColorstr='#e34f32', GradientType=0);
}

.button.button-red:focus,
.button.button-red:hover {
    border-top-color: #e96950;
    border-bottom-color: #bb3920;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5Njk1MCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZTk2OTUwIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNlMjQ3MjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMjQ3MjkiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZGllbnQpIiAvPjwvc3ZnPg==);
    background-image: linear-gradient(to bottom, #e96950 0, #e96950 50%, #e24729 51%, #e24729 100%);
}

.lt-ie-9 .button.button-red:focus,
.lt-ie-9 .button.button-red:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe96950', endColorstr='#ffe24729', GradientType=0)
}

.button.button-red:active {
    border-top-color: #e75e42;
    border-bottom-color: #ae351d;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3NWU0MiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZTc1ZTQyIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNkZDNlMWUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZDNlMWUiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZGllbnQpIiAvPjwvc3ZnPg==);
    background-image: linear-gradient(to bottom, #e75e42 0, #e75e42 50%, #dd3e1e 51%, #dd3e1e 100%);
}

.lt-ie-9 .button.button-red:active {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe75e42', endColorstr='#ffdd3e1e', GradientType=0)
}

.button.button-blue {
    border-top-color: #3aaec4;
    border-bottom-color: #2091a6;
    background-color: #3aaec4;
}

.button.button-blue:focus,
.button.button-blue:hover {
    border-top-color: #2091a6;
    border-bottom-color: #38a7bc;
    background-color: #38a7bc;
}

.button.button-blue:active {
    border-top-color: #349db0;
    border-bottom-color: #349db0;
    background-color: #349db0;
}

.button.button-yellow {
    border-top-color: #ef9908;
    border-bottom-color: #d38706;
    background-color: #ef9908;
}

.button.button-yellow:focus,
.button.button-yellow:hover {
    border-top-color: #d38706;
    border-bottom-color: #e59308;
    background-color: #e59308;
}

.button.button-yellow:active {
    border-top-color: #d68907;
    border-bottom-color: #d68907;
    background-color: #d68907;
}

.button input {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    opacity: 0;
}

.lte-ie-8 .button input {
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
}

input {
    vertical-align: middle;
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=week],
textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;

    display: block;

    box-sizing: border-box;
    width: 100%;
    margin: 0 0 15px;
    padding: 12px 15px;

    color: #544949;
    border: none;
    border-top: 2px solid #399e70;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

input[type=color]:read-only,
input[type=date]:read-only,
input[type=datetime-local]:read-only,
input[type=datetime]:read-only,
input[type=email]:read-only,
input[type=month]:read-only,
input[type=number]:read-only,
input[type=password]:read-only,
input[type=range]:read-only,
input[type=search]:read-only,
input[type=tel]:read-only,
input[type=text]:read-only,
input[type=time]:read-only,
input[type=url]:read-only,
input[type=week]:read-only,
textarea:read-only {
    color: #8c949d;
}

input[type=color].error,
input[type=date].error,
input[type=datetime-local].error,
input[type=datetime].error,
input[type=email].error,
input[type=month].error,
input[type=number].error,
input[type=password].error,
input[type=range].error,
input[type=search].error,
input[type=tel].error,
input[type=text].error,
input[type=time].error,
input[type=url].error,
input[type=week].error,
textarea.error {
    color: #cb371a !important;
    border-color: #e34f32 !important;
}

input[type=color].form-phone,
input[type=date].form-phone,
input[type=datetime-local].form-phone,
input[type=datetime].form-phone,
input[type=email].form-phone,
input[type=month].form-phone,
input[type=number].form-phone,
input[type=password].form-phone,
input[type=range].form-phone,
input[type=search].form-phone,
input[type=tel].form-phone,
input[type=text].form-phone,
input[type=time].form-phone,
input[type=url].form-phone,
input[type=week].form-phone,
textarea.form-phone {
    padding-right: 8px;
    padding-left: 8px;
}

textarea {
    overflow: auto;

    padding: 12px;

    resize: none;
}

input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #8c949d;
}

input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #8c949d;
}

input[type=email]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #8c949d;
}

input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #8c949d;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;

    -webkit-appearance: button;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
    padding: 0;

    border: 0;
}

.selectricWrapper {
    position: relative;

    max-width: 100%;
    margin: 0 0 15px;

    cursor: pointer;
}

.selectricResponsive {
    width: 100%;
    max-width: 100%;
}

.selectric {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;

    position: relative;

    display: block;

    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 11px 15px;

    color: #544949;
    border: none;
    border-top: 2px solid #399e70;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

.selectric-form-control-error .selectric {
    border-color: #e34f32 !important;
}

.selectric-form-control-error .selectric .label {
    color: #cb371a !important;
}

.selectric .label {
    line-height: 24px;

    display: block;
    overflow: hidden;

    min-height: 18px;
    margin: 0 8px 0 0;
    padding: 0 !important;

    white-space: nowrap;

    color: #000000;
}
.payment_page .selectric .label {
    margin: 0 27px 0 5px;
}

.selectric .button {
    font: 0/0 a;
    font-size: 0 !important;

    position: absolute;
    top: 0;
    right: 0;

    display: block;

    width: 30px;
    height: 30px;
    margin: 0 !important;
    padding: 0 !important;

    text-align: center;

    color: #399e70;
    border: none;
    background: 0 0;
}

.selectric .button:after {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 0;
    left: 0;

    width: 0;
    height: 0;
    margin: auto;

    content: ' ';

    border: 4px solid transparent;
    border-top-color: #399e70;
    border-bottom: none;
}

.selectricHover .selectric .button {
    color: #888;
}

.selectricHover .selectric .button:after {
    border-top-color: #888;
}

.selectricOpen {
    z-index: 9999;
}

.selectricOpen .selectric {
    background: #fefefe;
}

.selectricOpen .selectricItems {
    display: block;
}

.selectricDisabled {
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    opacity: .7;

    filter: alpha(opacity=70);
    -webkit-touch-callout: none;
}

.selectricHideSelect {
    position: relative;

    overflow: hidden;

    width: 0;
    height: 0;
}

.selectricHideSelect select {
    position: absolute;
    left: -100%;

    display: none;
    visibility: hidden;
}

.selectricInput {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;

    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;

    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;

    border: none !important;
    outline: 0 !important;
    background: none !important;
}

.selectricTempShow {
    position: absolute !important;

    display: block !important;
    visibility: hidden !important;
}

.selectricItems {
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 0;

    display: none;

    border: 1px solid #ccc;
    background: #f9f9f9;
    box-shadow: 0 0 10px -6px;
}

.selectricItems .selectricScroll {
    overflow: auto;

    height: 100%;
}

.selectricAbove .selectricItems {
    top: auto;
    bottom: 100%;
}

.selectricItems li,
.selectricItems ul {
    font-size: 12px;
    line-height: 20px;

    min-height: 20px;
    margin: 0;
    padding: 0;

    list-style: none;
}

.selectricItems li {
    display: block;

    padding: 5px;

    cursor: pointer;

    color: #666;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #eee;
}

.selectricItems li:hover {
    color: #444;
    background: #f0f0f0;
}

.selectricItems li.selected {
    color: #444;
    border-top-color: #e0e0e0;
    background: #efefef;
}

.selectricItems li.disabled {
    cursor: default;

    color: #bbb;
    border-top-color: #fafafa;
    background: #f5f5f5;
}

.selectricItems ul > li {
    color: #1e242f;
}


html {
    height: 100%;
}

body {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

.no-flexbox body {
    display: block !important;

    height: 100%;
    min-height: 100%;
}

.footer,
.page-wrapper {
    overflow: hidden;

    width: 100%;
    min-width: 460px;
    max-width: none;
    margin: 0 auto;
}

.no-flexbox .footer,
.no-flexbox .page-wrapper {
    width: auto;
}

.page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    min-height: 100vh;

    box-shadow: 0 0 45px 5px rgba(0, 0, 0, .1);

    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.lt-ie-11 .page-wrapper,
.lte-ie-11 .page-wrapper {
    min-height: 0;
}

.no-flexbox .page-wrapper {
    display: block !important;

    width: auto;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

.page-body {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.page-body:after {
   content: '';
    display: block;
}

.page-body.flex-none {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.wrapper {
    position: relative;
}

.container {
    position: relative;

    margin: 0 auto;
}

.container:after {
    display: table;
    clear: both;

    width: 100%;

    content: '';
}

[class*=has-sidebar],
[class|=has-sidebar] {
    position: relative;
}

[class*=has-sidebar] .middle-container,
[class|=has-sidebar] .middle-container {
    float: left;

    width: 100%;
}

[class*=has-sidebar] .middle-container .middle-content,
[class|=has-sidebar] .middle-container .middle-content {
    padding: 0;
}

[class*=has-sidebar].has-sidebar-left .middle-content,
[class|=has-sidebar].has-sidebar-left .middle-content {
    padding: 0 0 0 220px;
}

[class*=has-sidebar].has-sidebar-right .middle-content,
[class|=has-sidebar].has-sidebar-right .middle-content {
    padding: 0 320px 0 0;
}

[class*=has-sidebar].has-sidebar-both .middle-content,
[class|=has-sidebar].has-sidebar-both .middle-content {
    padding: 0 320px 0 220px;
}

[class*=has-sidebar].has-sidebar-both-right .middle-content,
[class|=has-sidebar].has-sidebar-both-right .middle-content {
    padding: 0 520px 0 0;
}

[class*=has-sidebar].has-sidebar-both-right .sidebar-left,
[class|=has-sidebar].has-sidebar-both-right .sidebar-left {
    margin-left: -500px;
}

[class*=has-sidebar].has-sidebar-both-right .sidebar-left.before-content,
[class|=has-sidebar].has-sidebar-both-right .sidebar-left.before-content {
    left: 100%;
}

[class*=has-sidebar].has-sidebar-both-left .middle-content,
[class|=has-sidebar].has-sidebar-both-left .middle-content {
    padding: 0 0 0 520px;
}

[class*=has-sidebar].has-sidebar-both-left .sidebar-right,
[class|=has-sidebar].has-sidebar-both-left .sidebar-right {
    left: 200px;

    margin-left: -100%;
}

[class*=has-sidebar].has-sidebar-both-left .sidebar-right.before-content,
[class|=has-sidebar].has-sidebar-both-left .sidebar-right.before-content {
    float: left;

    margin-left: 0;
}

[class*=has-sidebar].has-sidebar-both-left .sidebar-right.before-content + .middle-container,
[class|=has-sidebar].has-sidebar-both-left .sidebar-right.before-content + .middle-container {
    margin-left: -300px;
}

[class*=sidebar-],
[class|=sidebar] {
    position: relative;

    float: left;
}

.sidebar-left {
    width: 200px;
    margin-left: -100%;
}

.sidebar-left.before-content {
    margin-right: -200px;
    margin-left: 0;
}

.sidebar-right {
    width: 300px;
    margin-right: -3px;
    margin-left: -300px;
}

.sidebar-right.before-content {
    float: right;

    margin-right: 0;
}

.text-xs-left {
    text-align: left;
}

.text-xs-right {
    text-align: right;
}

.text-xs-center {
    text-align: center;
}

.text-xs-justify {
    text-align: justify;
}

@media (min-width: 767px) {
    .text-sm-left {
        text-align: left;
    }

    .text-sm-right {
        text-align: right;
    }

    .text-sm-center {
        text-align: center;
    }

    .text-sm-justify {
        text-align: justify;
    }
}

@media (min-width: 992px) {
    .text-md-left {
        text-align: left;
    }

    .text-md-right {
        text-align: right;
    }

    .text-md-center {
        text-align: center;
    }

    .text-md-justify {
        text-align: justify;
    }
}

@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left;
    }

    .text-lg-right {
        text-align: right;
    }

    .text-lg-center {
        text-align: center;
    }

    .text-lg-justify {
        text-align: justify;
    }
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs, .table-title-block {
        display: none !important;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.container,
.container-fluid {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 767px) {
    .container {
        width: 740px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1160px;
    }
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;

    box-sizing: border-box;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: 0;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: 0;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 767px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }


    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: 0;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: 0;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .tooltips {
        display: none;
    }

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: 0;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: 0;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: 0;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: 0;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

.container {
    width: auto !important;
    max-width: 1020px !important;
}

.header {
    padding: 18px 0;
    border-top: 3px solid #3aaec4;
    background: rgb(244, 250, 251);
}

.header .headerContacts {
    text-align: right;
}

.header p {
    margin-bottom: 5px;
}
.payment_page .header p {
    font-size: 16px;
    font-weight: 300;
}

.header p.phone {
    font-size: 20px;
    font-weight: 300;

    color: #182f48;
}

.header p.phone span {
    font-size: 15px;

    color: #929ca6;
}

.header p a {
    display: inline-block;

    text-decoration: none;

    color: #04a9bd;
    border-bottom: 1px solid transparent;
}

.header p a:hover {
    border-bottom-color: #04a9bd;
}

.separator {
    color: #04a9bd;
}

.header p a.chat {
    margin-left: 20px;
}
.payment_page .header p a.chat {
    float: none;
    position: inherit;
    transform: none;
}

.header p a.chat:before {
    display: inline-block;

    width: 16px;
    height: 15px;
    margin-right: 5px;

    content: '';
    vertical-align: middle;

    background: url(/images/3/icon/icon-chat.png) center center no-repeat;
}

.header p a.login {
    margin-left: 20px;
}

.header p a.login:before {
    display: inline-block;

    width: 12px;
    height: 14px;
    margin-right: 5px;

    content: '';
    vertical-align: baseline;

    background: url(/images/3/icon/icon-login.png) center center no-repeat;
}

@media (max-width: 1024px) {
    .header {
        padding-bottom: 0;
    }

    .header .logo {
        padding-left: 10px;
    }

    .header > .container {
        padding-right: 0;
        padding-left: 0;
    }

    .header .headerContacts {
        margin-top: 0px;
        margin-right: -10px;
        margin-left: -10px;
        padding: 10px 4%;

        text-align: left;

        background-color: #e8f1f3;
        padding-top: 0;
    }

    .header .headerContacts:after {
        display: table;
        clear: both;

        width: 100%;

        content: '';
    }

    .header p.phone {
        margin-bottom: 10px;
    }

    .header p .chat {
        padding: 10px 25px;

        text-decoration: none;

        color: #04a9bd;
        border: 2px solid #3aaec4;
        background-color: #f4fafb;
    }

    .clearfix:after {
        display: table;
        clear: both;
        width: 100%;
        content: '';
    }

    .header p a.chat {
        float: left;
        margin: 0 20px 10px 0;
    }

    .loginBlock {
        text-align: right;
        display: inline-block;
        float: right;
        padding: 4px 25px;
    }

    .header p a:hover {
        background-color: #fff;
    }

    .header p a.login span {
        display: none;
    }
}

.mainNavWrapper {
    border-bottom: 4px solid #27889a;
    background-color: #3aaec4;
}

@media (max-width: 992px) {
    .mainNavWrapper > .container {
        padding-right: 0;
        padding-left: 0;
    }
}

ul.mainNav {
    display: table;

    width: 100%;
    padding: 0;

    border: none;
}

ul.mainNav a {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;

    text-decoration: none;

    color: #fff;
    /*text-shadow: 0 1px 0 rgba(58, 174, 196, .5);*/
}

ul.mainNav a img {
    display: inline-block;

    vertical-align: middle;
}

ul.mainNav > li {
    display: table-cell;
}

ul.mainNav > li > a {
    position: relative;

    display: block;

    padding: 20px 15px;

    text-align: center;
}

.personalWrapper .mainNav.submenu .active:before,
ul.mainNav > li > a:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 4px;

    content: '';
    transition: background-color 200ms ease;

    background-color: transparent;
}

.personalWrapper .mainNav.submenu .active:after,
ul.mainNav > li > a:after {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 4px;

    content: '';
    transition: background-color 200ms ease;

    background-color: transparent;
}

ul.mainNav > li > a:focus,
ul.mainNav > li > a:hover {
    background-color: #2f9eb3;
}

.profileNav .active,
.personalWrapper .mainNav.submenu .active,
.personalWrapper .mainNav.submenu a:focus {
    position: relative;
    background-color: #ecad43;
}

.personalWrapper .mainNav.submenu .active:before,
ul.mainNav > li > a:focus:before,
ul.mainNav > li > a:hover:before {
    background-color: #27889a;
}

.personalWrapper .mainNav.submenu .active:after,
ul.mainNav > li > a:focus:after,
ul.mainNav > li > a:hover:after {
    background-color: #2f9eb3;
}

ul.mainNav > li > a:active {
    background-color: #27889a;
    text-shadow: none;
}

ul.mainNav > li > a:active:after,
ul.mainNav > li > a:active:before {
    background-color: #27889a;
}

ul.mainNav > li.more,
ul.profileNav > li.more {
    display: none;
}

ul.mainNav > li.current a {
    background-color: #2f9eb3;
}

ul.mainNav > li.current a:before {
    background-color: #27889a;
}

ul.mainNav > li.current a:after {
    background-color: #2f9eb3;
}

ul.mainNav > li.order a, ul.mainNav > li:last-child a {
    text-transform: uppercase;

    /*background-color: #e34f32;*/
}

ul.mainNav > li.order a:after {
    /*background-color: #b64b36;*/
}

ul.mainNav > li.order a:focus,
ul.mainNav > li.order a:hover {
    /*background-color: #dd3e1e;*/
}

ul.mainNav > li.order a:focus:before,
ul.mainNav > li.order a:hover:before {
    /*background-color: #b64b36;*/
}

ul.mainNav > li.order a:focus:after,
ul.mainNav > li.order a:hover:after {
    /*background-color: #dd3e1e;*/
}

ul.mainNav > li.order a:active:after,
ul.mainNav > li.order a:active,
ul.mainNav > li:last-child a:active:after,
ul.mainNav > li:last-child a:active {
    /*background-color: #b64b36;*/
    color: #fff;
    background-color: #e34f32;
}

ul.extendedNav {
    display: block;

    width: 100%;
    padding: 0;

    border: none;
}

ul.extendedNav a {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;

    text-decoration: none;

    color: #fff;
    text-shadow: 0 1px 0 rgba(58, 174, 196, .5);
}

ul.extendedNav > li {
    display: block;

    border-bottom: 1px solid #84c4d0;
}

ul.extendedNav > li:last-child {
    border: none;
}

ul.extendedNav > li > a {
    display: block;

    padding: 12px;

    transition: all 400ms ease;
    text-align: center;
}

ul.extendedNav > li > a:focus,
ul.extendedNav > li > a:hover {
    background-color: #efaf43;
}

ul.extendedNav > li > a:active {
    background-color: #eda52b;
    text-shadow: none;
}

.popupBlock {
    display: none;

    background-color: #abdee7;
}

.popupBlock .buttons .text-right {
    text-align: center;
}

.popupBlock input[type=email],
.popupBlock input[type=password],
.popupBlock input[type=text] {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;

    display: block;

    box-sizing: border-box;
    width: 250px;
    margin: 0 0 15px;
    padding: 12px 15px;

    color: #000000;
    border: none;
    border-top: 2px solid #40a3b6;
    background: #fff;
}

.popupBlock input::-webkit-input-placeholder {
    color:    #9d9eac;
}
.popupBlock input:-moz-placeholder {
   color:    #9d9eac;
   opacity:  1;
}
.popupBlock input::-moz-placeholder {
   color:    #9d9eac;
   opacity:  1;
}
.popupBlock input:-ms-input-placeholder {
   color:    #9d9eac;
}

.popupBlock .button {
    margin-bottom: 0;
}

.popupBlock p a {
    font-weight: 400;
    font-style: italic;

    color: #c1280b;
}

.Email {
    line-height: 1.75;

    text-align: left;

    color: #9ea7b2;
}

.footer {
    background-color: #223c58;
}

.footer.footerError {
    position: relative;

    overflow: visible;

    height: 54px;

    background-color: #38516e;
}

.footer.footerError .footerDesc,
.footer.footerError .footerNav,
.footer.footerError .footerPayments {
    display: none;
}

.footer.footerError a.goHome {
    font-family: Raleway, sans-serif;
    font-size: 27px;
    font-weight: 500;
    line-height: 60px;

    position: relative;

    display: block;

    width: 110px;
    height: 60px;
    margin: -45px auto 0;

    text-align: center;
    text-decoration: none;

    color: #fff;
    background-color: #e34f32;
    text-shadow: 0 1px 0 rgba(199, 151, 24, .5);
}

.footer.footerError a.goHome:after,
.footer.footerError a.goHome:before {
    position: absolute;
    left: 50%;

    width: 0;
    height: 0;
    margin-left: -55px;

    content: ' ';
    pointer-events: none;

    border: solid transparent;
}

.footer.footerError a.goHome:before {
    bottom: 100%;

    border-top: 15px solid transparent;
    border-right: 55px solid #e34f32;
    border-bottom: none;
    border-left: 55px solid #e34f32;
}

.footer.footerError a.goHome:after {
    top: 100%;

    border-top: 15px solid #e34f32;
    border-right: 55px solid transparent;
    border-bottom: none;
    border-left: 55px solid transparent;
}

.footer.footerError a.goHome:focus,
.footer.footerError a.goHome:hover {
    background-color: #dd3e1e;
}

.footer.footerError a.goHome:focus:after,
.footer.footerError a.goHome:hover:after {
    border-top-color: #dd3e1e;
}

.footer.footerError a.goHome:focus:before,
.footer.footerError a.goHome:hover:before {
    border-right-color: #dd3e1e;
    border-left-color: #dd3e1e;
}

.footer.footerError a.goHome:active {
    background-color: #c7371b;
}

.footer.footerError a.goHome:active:after {
    border-top-color: #c7371b;
}

.footer.footerError a.goHome:active:before {
    border-right-color: #c7371b;
    border-left-color: #c7371b;
}

.footerNav {
    padding: 15px 0;
}

.footerNav ul {
    font-size: 0;

    margin: 0;
    padding: 0;

    text-align: left;
}

.footerNav ul li {
    display: inline-block;

    margin: 5px 0;
}

.footerNav ul li + li:before {
    font-family: Raleway, sans-serif;
    font-size: 16px;
    font-weight: 400;

    display: inline-block;

    margin: 0 15px;

    content: '|';

    color: #9ba8b7;
}



.footerNav ul li a {
    font-family: Raleway, sans-serif;
    font-size: 16px;
    font-weight: 400;

    text-decoration: none;

    color: #9ba8b7;
}

.footerNav ul li a:focus,
.footerNav ul li a:hover {
    color: #5aa8fe;
}

.footerPayments {
    position: relative;

    padding: 20px 0;

    background-color: #39506a;
}

.footerPayments .copyright {
    position: absolute;
    /*top: 50%;*/
    /*right: 10px;*/

    top: 57%;
    right: 35px;

    display: block;

    width: 120px;
    height: 60px;
    margin-top: -30px;

    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    background: url(/images/3/other/copyright.png) center center no-repeat;
}

.footerPayments ul {
    font-size: 0;

    margin: 0;
    padding: 0;

    text-align: center;
}

.footerPayments ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;

    display: inline-block;
    zoom: 1;
    width: 60px;

    margin: 0 10px;

    vertical-align: middle;

    color: #d9e3ee;

    *display: inline;
}

.footerPayments ul li:first-child {
    margin-left: -100px;
    width: auto;
}

.footerPayments ul li a {
    display: block;

    cursor: default;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.footerDesc {
    position: relative;

    padding: 15px 0;
}

.footerDesc p {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;

    margin-bottom: 10px;

    color: #f4fafb;
}

.footerDesc p span {
    font-size: 14px;
}

.footerDesc p.withCopyright img {
    display: none;
    float: right;

    vertical-align: middle;
}

.footerDesc p.smaller {
    font-size: 12px;
    line-height: 1.2;

    color: #64788d;
}

@media (max-width: 992px) {
    .footerNav ul li:before {
        font-family: Raleway, sans-serif;
        font-size: 16px;
        font-weight: 400;

        display: inline-block;

        margin: 0 15px;

        content: '|';

        color: #9ba8b7;
    }
}

@media (max-width: 767px) {
    .footerPayments .copyright {
        /*display: none;*/
    }

    .footerPayments ul li {
        margin: 6px;
    }

    .footerDesc p.withCopyright {
        text-align: left;
    }

    .footerDesc p.withCopyright img {
        display: block;
    }
}

body.page-error404 {
    background: url(/images/3/other/error_pattern.png) top left #fff;
}

body.page-error404 .errorWrapper {
    padding-bottom: 70px;
}

body.page-error500 {
    background: url(/images/3/other/error_pattern2.png) top left #fff;
}

body.page-error500 .mainNavWrapper {
    display: none;
    visibility: hidden;
}

.errorWrapper {
    max-width: 460px;
    margin-right: auto;
    margin-left: auto;

    text-align: center;
}

.errorWrapper p.error-img {
    margin-bottom: 0;
}

.errorWrapper h2 {
    font-family: Raleway, sans-serif;
    font-size: 35px;
    font-weight: 300;
    line-height: 1;

    display: inline-block;

    width: 100%;
    margin-bottom: 0;
    padding: 25px 0;

    color: #fafdff;
    border: none;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    text-shadow: 0 1px 0 rgba(146, 162, 175, .4);
}

.errorWrapper .errorOverlay {
    padding: 20px 10px 80px;

    color: #fff;
    background-color: none;
    background-color: rgba(0, 0, 0, .1);
}

.errorWrapper .errorOverlay p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.2;

    color: #fafdff;
    text-shadow: 0 1px 0 rgba(146, 162, 175, .4);
}

.errorWrapper .errorOverlay p.callus {
    font-size: 16px;
    font-weight: 300;

    padding-left: 70px;

    text-align: left;
}

.errorWrapper .errorOverlay p.callus span {
    color: #38516e;
}

@media (max-width: 767px) {
    .errorWrapper {
        max-width: 100%;
    }

    .errorWrapper .errorOverlay p {
        text-align: center;
    }

    .errorWrapper .errorOverlay p.callus {
        padding: 0;

        text-align: center;
    }
}

.blogPostNav {
    margin-bottom: 40px;
}

.blogPostNav .col-xs-6.text-right {
    float: right;
}

.blogItem {
    margin-bottom: 50px;
    padding-bottom: 10px;

    border-bottom: 1px solid #b7c3cf;
}

.blogItem .text-right a {
    text-decoration: none;
}
.blogItem .text-right a:hover {
    text-decoration: underline;
}

.blogItem.blogItemSingle {
    margin-bottom: 10px;
}

.blogItem.blogItemSingle .posted {
    margin-top: 30px;
}

.blogItem.blogItemSingle .button {
    margin-top: 20px;
}

.blogItem h2 a {
    text-decoration: none;
}

.blogItem h2 a:hover {
    color: #34495e;
}

.blogItem ul {
    padding-left: 40px;
}

.blogItem ul li {
    position: relative;

    display: block;
}

.blogItem ul li:before {
    position: absolute;
    top: 7px;
    left: -20px;

    display: block;

    width: 9px;
    height: 9px;

    content: '';

    background-color: #6cbc98;
}

.blogItem .media .media-image {
    max-width: 280px;
}

.blogItem .media .media-image.fl {
    margin-right: 20px;
    padding-top: 9px;
}

.blogItem .media .media-image.fr {
    margin-left: 20px;
}

@media (max-width: 992px) {
    .blogItem .media {
        text-align: center;
    }

    .blogItem .media .media-image {
        max-width: 280px;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .blogItem .media .media-image.fl {
        float: none !important;

        margin-right: 0;
        margin-bottom: 10px;
    }

    .blogItem .media .media-image.fr {
        float: none !important;

        margin-left: 0;
    }
}

.sidebarWrapper .whyWrapper {
    margin: 0 10px 40px;
    padding: 20px 0;

    border: 2px solid #d0dae0;
}

.sidebarWrapper .whyWrapper .whyItem {
    margin: 10px;
}

.sidebarWrapper .whyWrapper .whyIcon {
    width: 70px !important;
}

.sidebarWrapper .buttonWrapper {
    margin-bottom: 40px;
}

.sidebarWrapper .buttonWrapper .button {
    margin-bottom: 0;
}
.sidebarWrapper .customersBlock,
.sidebarWrapper .guaranteesBlock {
    margin: 0 10px 40px;
}
.sidebarWrapper .customersBlock {
    max-width: none;
}
.sidebarWrapper .saleWrapper {
    margin: 0 10px 40px;

    text-align: center;

    border: 4px solid #73cada;
}

.sidebarWrapper .saleWrapper h2,
.sidebarWrapper .saleWrapper p {
    line-height: 1;

    display: block;

    margin-bottom: 10px;
}

.sidebarWrapper .saleWrapper h2 {
    font-size: 36px;
}

@media (max-width: 1024px) {
   .sidebarWrapper .customersBlock .text-right {
       text-align: center;
       padding-left: 178px;
   }

    .sidebarWrapper .customersBlock .commentItem .text-right {
       text-align: right;
        padding-left: 0;
    }

    .sidebarWrapper .button-block {
        display: inline-block;
        width: auto;
    }

    .sidebarWrapper .buttonWrapper {
        text-align: center;
    }

    .sidebarWrapper {
        padding-top: 40px;
    }

    .sidebarWrapper:after {
        display: table;
        clear: both;

        width: 100%;

        content: '';
    }

    /*.sidebarWrapper .buttonWrapper,*/
    /*.sidebarWrapper .customersBlock,*/
    .sidebarWrapper .guaranteesBlock,
    .sidebarWrapper .saleWrapper {
        /*max-width: 310px;*/
        /*margin-right: auto !important;*/
        /*margin-left: auto !important;*/
    }
    .sidebarWrapper .whyWrapper {
        max-width: 480px;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .sidebarWrapper .saleWrapper {
        margin-left: auto;
        margin-right: auto;
        max-width: 312px;
    }
    .sidebarWrapper .saleWrapper p {
        width: 285px;
        margin: 0px auto;
    }
}

.mountaineWrapper {
    padding: 40px 0 60px;

    background: url(/images/3/bg/mountaine.jpg) top center no-repeat;
}

.mountaineWrapper .btnBLock {
    margin-top: -40px;
}

.mountaineWrapper .infoImg {
    display: block;

    max-width: 100%;
    margin-top: -70px;
    margin-right: auto;
    margin-left: auto;
}

.mountaineWrapper h1 {
    font-family: Raleway, sans-serif;
    font-size: 46px;
    font-weight: 300;
    line-height: 1;

    margin-bottom: 15px;

    color: #3d4e69;
}

.mountaineWrapper h1 span {
    font-size: 45px;
}

.mountaineWrapper h1 strong {
    font-size: 46px;
    font-weight: 400;

    color: #3fa576;
}

.mountaineWrapper h3 {
    font-family: Raleway, sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.615;

    margin-bottom: 15px;

    color: #223c58;
}

.mountaineWrapper h3 strong {
    font-size: 26px;
    font-weight: 400;

    color: #3fa576;
}

@media (max-width: 992px) {
    .mountaineWrapper {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZmFmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkaWVudCkiIC8+PC9zdmc+);
        background-image: linear-gradient(to bottom, #f4fafb 0, #e7e7e7 100%);
    }

    .lt-ie-9 .mountaineWrapper {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4fafb', endColorstr='#ffe7e7e7', GradientType=0)
    }

    .mountaineWrapper .btnBLock {
        margin-top: 10px;
    }
}

.placeWrapper {
    padding: 30px 0;

    background-color: #e7e7e7;
}

.placeWrapper .selectricWrapper,
.placeWrapper input {
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
}

.placeWrapper .innerCalc {
    padding: 20px 30px;

    border: 2px solid #93d5b7;
    background: url(/images/3/bg/calc_pattern.png) top left #4fb285;
}

.placeWrapper .innerCalc .button {
    font-size: 28px;

    padding: 4px 20px;
}

.placeWrapper .innerCalc h2 {
    font-family: Raleway, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;

    margin-bottom: 13px;

    color: #fff;
    text-shadow: 0 1px 0 rgba(207, 130, 114, .45);
}

.placeWrapper .innerCalc h2 span {
    font-size: 20px;
    font-weight: 300;

    padding-top: 12px;
}

.placeWrapper .innerCalc hr {
    display: block;

    width: 100%;
    height: 1px;
    margin: 0 0 20px;

    color: #fff;
    border: none;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .2);
}

.placeWrapper .innerCalc p.price {
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 48px;

    margin-bottom: 15px;

    color: #fff;
    text-shadow: 0 1px 0 rgba(207, 130, 114, .45);
}

.placeWrapper .innerCalc p.price span {
    font-size: 33px;
    font-weight: 300;
}

@media (max-width: 992px) {
    .placeWrapper h2 {
        text-align: center;
    }

    .placeWrapper h2 span {
        display: block;
        float: none;
    }

    .placeWrapper p.price {
        text-align: center;
    }

    .placeWrapper .button {
        max-width: 280px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    .placeWrapper .innerCalc {
        padding-right: 15px;
        padding-left: 15px;
    }

    .placeWrapper h2 {
        text-align: center;
    }

    .placeWrapper h2 span {
        display: none;
        float: none;
    }
}

.whyWrapper {
    padding: 50px 0;

    background-color: #e7e7e7;
}

.whyWrapper .whyItem {
    margin: 10px 0;
}

.whyWrapper .whyItem:after {
    display: table;
    clear: both;

    width: 100%;

    content: '';
}

.whyWrapper .whyIcon {
    width: 116px;

    text-align: center;
}

.whyWrapper .whyIcon.fl {
    margin-right: 10px;
}

.whyWrapper .whyIcon.fr {
    margin-left: 10px;
}

.whyWrapper .whyContent {
    overflow: hidden;
}

.whyWrapper .whyContent p {
    padding: 0;

    font-size: 18px;
    font-weight: 400;

    color: #454e5e;
}

@media (max-width: 767px) {
    .whyWrapper .whyIcon {
        width: 95px;
    }

    .whyWrapper .whyIcon.fl {
        margin-right: 5px;
    }

    .whyWrapper .whyIcon.fr {
        margin-left: 5px;
    }
}

.aboutWrapper {
    padding: 50px 0;
    /*background-color: #f4fafb;*/
    background-color: #e7e7e7;
}

.aboutWrapper .guaranteesBlock {
    padding-left: 30px;
}

.aboutWrapper a.more {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;

    color: #27889a;
}

.aboutWrapper a.more:after {
    display: inline-block;

    width: 7px;
    height: 11px;
    margin-left: 3px;

    content: '';
    vertical-align: middle;

    background: url(/images/3/other/more_arrow.png) center center no-repeat;
}

.commentItem {
    position: relative;

    max-width: 310px;
    margin: 30px auto;
    padding: 25px 30px 10px;

    background: url(/images/3/other/comment_bg.png) top left #fff;
    box-shadow: 6px 6px 0 0 #d4ddde;
}

.lte-ie-8 .commentItem {
    border-right: 6px solid #d4ddde;
    border-bottom: 6px solid #d4ddde;
}

.commentItem p {
    padding: 0;

    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    font-style: italic;
    line-height: 23px;

    color: #666e79;
}

.commentItem p.author {
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    line-height: 26px;

    margin-top: 20px;
    margin-bottom: 0;

    color: #88999c;
}

.guaranteesBlock ul {
    font-size: 0;

    margin: 0;
    padding: 0;

    text-align: left;
}

.guaranteesBlock ul li {
    display: block;

    margin-bottom: 20px;
}

.guaranteesBlock ul li span {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 1;

    display: inline-block;

    vertical-align: middle;

    color: #454e5e;
}

.guaranteesBlock ul li span:before {
    display: inline-block;

    width: 49px;
    height: 49px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background-color: #f89f17;
    background-repeat: no-repeat;
}

.guaranteesBlock ul li span.icon1:before {
    background-image: url(/images/3/guarantee/guarantee1.png);
}

.guaranteesBlock ul li span.icon2:before {
    background-image: url(/images/3/guarantee/guarantee2.png);
}

.guaranteesBlock ul li span.icon3:before {
    background-image: url(/images/3/guarantee/guarantee3.png);
}

.saleWrapper {
    padding: 20px 0;
    text-align: center;
    border-top: 4px solid #73cada;
    border-bottom: 4px solid #73cada;
    background: url(/images/3/bg/banner_pattern.png) top left #fff;
}

.saleWrapper h2,
.saleWrapper p {
    line-height: 28px;

    display: inline-block;

    margin-right: 6px;
    margin-bottom: 0;

    vertical-align: middle;

    color: #fff;
    text-shadow: 0 1px 0 rgba(93, 183, 200, .95);
}

.saleWrapper h2 {
    font-family: Raleway, sans-serif;
    font-weight: 500;
}

.saleWrapper p {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 300;
}

.saleWrapper p strong {
    font-size: 24px;
    font-weight: 600;

    color: #fff;
}

.saleWrapper .button {
    margin-bottom: 0;
    padding: 12px 35px;
    vertical-align: middle;
}

@media (max-width: 1040px) {
    .saleWrapper h2,
    .saleWrapper p {
        line-height: 1;

        display: block;

        margin-bottom: 10px;
    }

    .saleWrapper .button {
        margin-top: 20px;
    }
}

.descWrapper {
    padding: 50px 0;

    background-color: #fff;
}

.descWrapper .descItem {
    margin-bottom: 50px;
}

.contentWrapper {
    padding: 50px 0;
}

.personalWrapper {
    padding: 20px 0;
    /*border-top: 4px solid #328a63;*/
    /*background-color: #4fb285;*/
}

.profileNav-wrap h3,
.personalWrapper h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 27px;
    font-weight: 300;
    line-height: 1;
    padding-bottom: 21px;
    padding-top: 5px;

    margin: 0;
    color: #65778C;
}

.profileNav {
    margin: 0 0 30px !important;
    padding: 0;

    text-align: left;
}

.profileNav li {
    display: block;

    margin: 0 0 2px;
}

.profileNav li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;

    display: block;

    padding: 15px 35px;

    text-decoration: none;

    color: #fff;
    background-color: #3aaec4;
    text-shadow: 0 1px 0 rgba(2, 2, 2, .2);

    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.profileNav li a:focus,
.profileNav li a:hover,
.profileNav li.active a {
    background-color: #ecad43;
}

.profileNav li a:active {
    background-color: #eaa32c;
}

.profileNav li.order a {
    border-top: 3px solid #e34f32;
    border-bottom: 3px solid #bb2d12;
    background-color: #e34f32;
    text-transform: uppercase;
}

.profileNav li.order a:focus,
.profileNav li.order a:hover {
    border-top-color: #bb2d12;
    border-bottom-color: #dd3e1e;
    background-color: #dd3e1e;
}

.profileNav li.order a:active {
    border-top-color: #bb2d12;
    border-bottom-color: #bb2d12;
    background-color: #bb2d12;
}

.personalWrapper .mainNav {
    display: none;
}

@media (max-width: 766px) {
    .header p a.logOut,
    .header p a.login {
        padding: 14px 0;
    }


    .personalWrapper h3 {
        /*display: none;*/
    }

    .personalWrapper {
        /*padding: 0;*/
        /*border-top: none;*/
        /*border-bottom: 4px solid #27889a;*/
        /*background-color: #3aaec4;*/

        /*border-bottom: 2px solid #29a2b8;*/
        /*border-top: 1px solid #ccd5d7;*/
        /*background-color: #e4eef0;*/
        /*color: #65778c;*/
    }

    .personalWrapper nav {
        position: relative;
        /*top: -4px;*/
    }

    .personalWrapper .mainNav {
        display: block;
    }

    .personalWrapper nav .order {
        position: absolute;
        top: 0;
        right: 0;
    }

    .personalWrapper .mainNav {
        display: table;
        position: relative;
        /*top: -4px;*/
    }

    .personalWrapper .mainNav.submenu {
        display: none;
    }

    .personalWrapper .mainNav.submenu > li {
        display: block;
    }
}

.thanksWrapper {
    margin-top: 20px;
}

/*@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {*/
    /*.thanksWrapper .col-md-6 {*/
        /*width: 50% !important;*/
        /*float: left !important;*/
    /*}*/
/*}*/

.thanksWrapper .greenPanel {
    position: relative;

    height: 50px;
    margin-right: 20px;
    margin-bottom: 20px;

    text-align: center;

    background-color: #52b387;
}

.thanksWrapper .greenPanel p {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 50px;

    margin-bottom: 0;

    color: #fafdff;
    text-shadow: 0 1px 0 rgba(2, 2, 2, .2);
}

.thanksWrapper .greenPanel:before {
    position: absolute;
    top: 50%;
    left: 100%;

    width: 0;
    height: 0;
    margin-top: -25px;

    content: ' ';
    pointer-events: none;

    border: solid transparent;
    border-top: 25px solid transparent;
    border-right: none;
    border-bottom: 25px solid transparent;
    border-left: 20px solid #52b387;
}

.thanksWrapper .orangePanel {
    border: 3px solid #ef9908;
}

.thanksWrapper .orangePanel .panelHeading {
    padding: 10px 20px;

    background-color: #ef9908;
}

.thanksWrapper .orangePanel .panelHeading h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 300;

    margin-bottom: 0;

    color: #fff;
}

.thanksWrapper .offerBlock {
    margin-bottom: 20px;
    padding: 15px;

    border: 3px solid #b6bac1;
    background-color: #fafdff;
}

.thanksWrapper .offerBlock .media .media-content p {
    padding-left: 0;
    padding-right: 0;

    font-size: 16px;
    font-weight: 400;
    line-height: 26px;

    color: #353f52;
}

.thanksWrapper .offerBlock p.price {
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 400;

    margin-bottom: 20px;

    color: #353d49;
    padding-top: 20px;
}

.thanksWrapper .offerBlock p.price span {
    font-family: 'Open Sans', sans-serif;
    font-size: 31px;
    font-weight: 400;
}

.thanksWrapper .padding {
    padding: 0 28px;
}

.thanksWrapper .orderSummary {
    margin-bottom: 30px;
    padding: 20px;

    border: 3px solid #52b387;
    background: #def3f7;
}

.thanksWrapper .orderSummary h3 {
    font-size: 24px;
    font-weight: 400;

    color: #2b845c;
}

.thanksWrapper .orderSummary p {
    padding-left: 25px;
    padding-right: 0;

    color: #353f52;
}

.orderList p {
    padding: 0;
}

.thanksWrapper .orderSummary p strong {
    font-size: 24px;
    font-weight: 400;

    color: #cd3d35;
}

.thanksWrapper .orderList {
    margin: 0 0 20px;
    padding: 0;
}

.thanksWrapper .orderList li {
    position: relative;

    display: block;

    min-height: 30px;
    margin-bottom: 20px;
    padding-left: 50px;
}

.thanksWrapper .orderList li:before {
    position: absolute;
    top: 5px;
    left: 0;

    display: block;

    width: 26px;
    height: 26px;

    content: '';

    background: url(/images/3/icon/order-list.png) center center no-repeat;
}

.thanksWrapper .attachFile {
    padding-left: 50px;
}

.thanksWrapper .attachFile .button-file {
    margin-top: 0;
    cursor: pointer;
    white-space: nowrap;
}
.thanksWrapper a.attach_files {
    font-size: 18px;
    color: #1e80c3;
    text-decoration: none;
    background: url(/images/icon-file.png) no-repeat 0px 0px;
    line-height: 24px;
    padding-left: 20px;
    display: inline-block;
}

.accordion-offer {
    display: block;

    margin-bottom: 20px !important;
}

.accordion-offer > li {
    position: relative;

    display: block;

    cursor: pointer;

    border-bottom: 1px solid #aeb3b9;

    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.accordion-offer > li:before {
    position: absolute;
    top: 16px;
    left: 25px;

    display: none;

    width: 9px;
    height: 7px;

    content: '';

    background: url(/images/3/icon/icon-arrow-down.png) center center no-repeat;
}

.accordion-offer > li .arrow {
    position: absolute;
    top: 0;
    left: 10px;

    display: block;

    width: 40px;
    height: 40px;

    background: url(/images/3/icon/icon-arrow-down.png) center center no-repeat;
}

.accordion-offer > li hr {
    display: block;

    width: 100%;
    height: 1px;
    margin-bottom: 15px;

    color: #aeb3b9;
    border: none;
    background-color: #aeb3b9;
}

.accordion-offer > li h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;

    margin: 0;
    padding: 10px 20px 10px 50px;

    color: #1c2635;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.accordion-offer > li h5 strong {
    font-weight: 600;
}

.accordion-offer > li h5 .icon {
    display: inline-block;

    width: 30px;

    text-align: left;
    vertical-align: middle;
}

.accordion-offer > li .content {
    padding: 0 20px 15px 40px;
}

.accordion-offer > li .content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;

    padding-left: 0;
    padding-right: 0;

    color: #5e6472;
}

.accordion-offer > li label {
    display: inline-block;

    width: 90px;

    vertical-align: middle;
}

.accordion-offer > li label span {
    font-size: 18px;
    font-weight: 600;

    padding-left: 5px;

    white-space: nowrap;
}

.accordion-offer > li.active {
    background-color: #cff1f7;
}

.accordion-offer > li.active .arrow {
    background-image: url(/images/3/icon/icon-arrow-up.png);
}

@media (max-width: 767px) {
    .thanksWrapper .attachFile {
        padding-left: 0;

        text-align: center;
    }
}

.orderDetails {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;

    border: 2px solid #74c29f;
}

.orderDetails tr td,
.orderDetails tr th {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;

    width: 50%;
    padding: 10px;

    text-align: right;
    vertical-align: middle;

    color: #626a78;
    border-bottom: 1px solid #ced8e7;
}

.accordion-order .orderDetails tr td,
.accordion-order .orderDetails tr th {
    width: auto;
    text-align: center;
}

.accordion-order tr:only-child th,
.accordion-order tr:last-child td {
  border-bottom: none;
}

.orderDetails tr th {
    font-weight: bold;
}

.orderDetails tr td + td {
    text-align: left;

    color: #1b2333;
}

.orderDetails tr td .icon {
    position: relative;
    top: -5px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}

.orderDetails tr.info td {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;

    padding: 10px 25px;

    text-align: left !important;

    color: #fafdff;
    background-color: #74c29f;
    text-shadow: 0 1px 0 rgba(60, 148, 108, .2);
}

.additionalServices {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;

    border: 2px solid #f8a415;
}

.additionalServices .button {
    margin-bottom: 0;

    white-space: nowrap;
}

.additionalServices a.tooltips {
    display: inline-block;
}

.additionalServices thead tr th {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 1;

    padding: 15px 20px;

    text-align: center;

    color: #fafdff;
    background-color: #f8a415;
    text-shadow: 0 1px 0 #020202;
}

.additionalServices tbody tr td {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;

    padding: 10px 20px;

    vertical-align: middle;

    color: #626a78;
    border-bottom: 1px solid #c4c4c4;
}

.additionalServices tbody tr td strong {
    font-weight: 600;
}

.additionalServices tbody tr td.price {
    text-align: right;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .additionalServices .button.button-xxs,
    .additionalServices tbody tr td {
        padding-right: 15px;
        padding-left: 15px;
    }
}

a.tooltips {
    position: relative;

    display: inline;

    transition: none;
    text-decoration: none;
}

.tooltips {
    right: 50px;
}

.price .tooltips {
    right: 0;
}

p .tooltips {
    right: -10px;
    bottom: 4px;
}

h5 .tooltips {
    right: 0;
    top: 4px;
}

a.tooltips i {
    font-style: normal;

    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 18px;
    height: 18px;

    transition: none;
    vertical-align: middle;
    text-indent: -9999px;
}

a.tooltips i.icon-exlamation {
    background: url(/images/3/icon/icon-exlamation.png) top left no-repeat;
}

a.tooltips i.icon-question {
    top: -1px;

    width: 19px;
    height: 19px;

    background: url(/images/3/icon/icon-tooltip.png);
}

a.tooltips i.icon-question.field_hint {
    position: static;
    background: none;
    background-color: #eef5f9;
    text-indent: 0;
}

a.tooltips i.icon-question.field_hint:hover {
  background: #faeecb;
}

a.tooltips.opened i {
    background-position: bottom center;
}

a.tooltips span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;

    position: absolute;
    bottom: 100%;
    left: 50%;

    display: none;

    box-sizing: border-box;
    width: 150px;
    height: auto;
    margin-bottom: 10px;
    margin-left: -75px;
    padding: 8px;

    transition: opacity 300ms linear;
    text-align: left;
    white-space: normal;

    opacity: 0;
    color: #000;
    border: 1px solid #ecaf14;
    border-radius: 0;
    background: #fff;
}

.lte-ie-8 a.tooltips span {
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
}

a.tooltips span:before {
    position: absolute;
    top: 100%;
    left: 50%;

    width: 0;
    height: 0;
    margin-left: -11px;

    content: '';

    border-top: 11px solid #ecaf14;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
}

a.tooltips span:after {
    position: absolute;
    top: 100%;
    left: 50%;

    width: 0;
    height: 0;
    margin-left: -10px;

    content: '';

    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

a.tooltips.opened span {
    z-index: 999;

    display: block;

    opacity: 1;
}

.lte-ie-8 a.tooltips.opened span {
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
}

.orderDescription {
    margin: 0 0 30px;
    padding: 0;

    border: 2px solid #74c29f;
}

.orderDescription p {
    padding-left: 0;
    padding-right: 0;
}

.orderDescription .orderDescriptionHeading {
    padding: 15px 35px;

    text-align: left;

    background-color: #74c29f;
}

.orderDescription .orderDescriptionHeading h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 1;

    margin: 0;

    color: #fafdff;
    text-shadow: 0 1px 0 #020202;
}

.orderDescription .orderDescriptionContent {
    padding: 20px 35px;

    border-bottom: 1px dashed #ced8e7;
}

.orderDescription .orderDescriptionContent:last-child {
    border: none;
}

.orderDescription .orderDescriptionContent p {
    font-size: 14px;
    font-weight: 400;

    color: #626a78;
}

.orderDescription .orderDescriptionContent p.button {
    margin-top: 0;
}

.orderDescription .orderDescriptionContent p.text-red {
    color: #cb5506;
}

.orderDescription .orderDescriptionContent p.text-gray {
    color: #7c859a;
}

.fileNamesGroup {
    margin-bottom: 10px;
}

.fileName {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;

    position: relative;

    display: inline-block;

    box-sizing: border-box;
    min-height: 20px;
    padding: 5px 20px 5px 5px;

    color: #3196d2;
    border: 1px solid #cbcccd;
    background-color: #e8eaeb;
}

.fileName .close {
    line-height: 20px;

    position: absolute;
    top: 50%;
    right: 0;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;

    text-align: center;
    text-decoration: none;
}

.orderSubmitter {
    margin-bottom: 20px;
}

.accordion-order {
    display: block;

    margin-bottom: 20px !important;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.accordion-order .orderDetails tr td + td {
   text-align: center;
}

.accordion-order > li {
    position: relative;

    display: block;

    margin: 0 0 5px;

    background-color: #3aaec4;
}

.accordion-order > li h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;

    margin: 0;
    padding: 10px 25px;

    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.accordion-order > li h5 span {
    font-size: 18px;
    font-weight: 400;

    padding-left: 25px;
}

.accordion-order > li h5 .arrow {
    display: block;
    overflow: hidden;

    width: 16px;
    height: 7px;
    margin-top: 10px;

    vertical-align: middle;
    text-indent: -9999px;

    background: url(/images/3/icon/icon-arrow.png) center center no-repeat;

    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}

.accordion-order .active .arrow {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.accordion-order > li .content {
    /*padding: 15px 25px;*/

    border: 2px solid #3aaec4;
    background-color: #fff;
    display: none;
}

.accordion-order .orderDetails {
    border: none;
}

.accordion-order > li .content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;

    color: #5e6472;
}

.qualityTable {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;

    border-spacing: 0;
    border-collapse: collapse;

    border: 2px solid #4fb285;
    display: table !important;
}

.qualityTable img {
    display: inline-block;

    vertical-align: middle;
}

.qualityTable thead tr th {
    vertical-align: bottom;
    font-family: Raleway, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;

    padding: 10px;
    padding-top: 8px;

    text-align: center;

    color: #fff;
    background-color: #b9c5cd;
}

.qualityTable thead tr th + th {
    border-left: 2px solid #4fb285;
    background-color: #4fb285;
}

.qualityTable thead tr th.hover {
    border-top: 2px solid #e89403 !important;
    border-right: 2px solid #e89403 !important;
    border-left: 2px solid #e89403 !important;
    background-color: #e89403;
}

.qualityTable thead tr td, .table-title-block {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2;

    padding: 15px 10px;

    text-align: center;
    vertical-align: middle;

    color: #53626c;
    background-color: #f0f1f2;
    border: 2px solid #4fb285;
    border-bottom: none;
}

.qualityTable thead tr td span, .table-title-block span {
    color: #ab2308;
}

.qualityTable tbody tr td {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;

    padding: 10px;

    text-align: left;
    vertical-align: middle;

    color: #53626c;
    border-bottom: 1px solid #c4d0d8;
    background-color: #f0f1f2;

    width: 15% !important;
}

.qualityTable tbody tr td.urgency {
    text-align: center;
}

#qualityTable1 tbody tr td {
    text-align: center;
    padding: 0;
}

.qualityTable tbody tr td + td {
    text-align: center;

    border-left: 2px solid #4fb285;
    background-color: #fff;

    width: 20% !important;
}

.qualityTable .buy {
    display: none;
    margin-left: 5px;
}

.qualityTable a {
    display: block;
    max-width: 100%;
    padding: 10px;
    text-decoration: none;
    color: #53626c;
}

.qualityTable a,
.qualityTable a span {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.qualityTable td:hover a {
    color: #fff;
}

.qualityTable tbody tr td + td.hover {
    border-right: 2px solid #e89403 !important;
    border-left: 2px solid #e89403 !important;
}

.qualityTable tbody tr.hover td {
    color: #fff;
    background-color: #f8a415;
}

.qualityTable tbody tr.hover td + td {
    color: #53626c;
    background-color: #fff;
}

.qualityTable tbody tr.hover td + td.hover {
    color: #fff;
    background-color: #f9aa24;
}

.qualityTable tbody tr td + td:hover {
    color: #fff;
    background-color: #f9aa24;
}

.qualityTable td:hover .buy {
    display: inline-block;
}

.qualityTable tbody tr:last-child td.hover {
    border-bottom: 2px solid #e89403 !important;
}

#qualityTable2 th.hover {
    border-top: 2px solid #e89403 !important;
}

.currencyChange {
    position: relative;

    margin: 0 0 40px;

    border: 2px solid #4fb285;
    background: #f0f1f2;
}

.currencyChange:after,
.currencyChange:before {
    position: absolute;
    top: 100%;
    left: 50%;

    width: 0;
    height: 0;

    content: ' ';
    pointer-events: none;

    border: solid transparent;
}

.currencyChange:after {
    margin-left: -30px;

    border-width: 30px;
    border-color: rgba(240, 241, 242, 0);
    border-top-color: #f0f1f2;
}

.currencyChange:before {
    margin-left: -33px;

    border-width: 33px;
    border-color: rgba(79, 178, 133, 0);
    border-top-color: #4fb285;
}

.currencyChange .currencyChangeHeading {
    padding: 10px 25px;

    background-color: #4fb285;
}

.currencyChange .currencyChangeHeading h3 {
    font-family: Raleway, sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.231;

    color: #fff;
    text-shadow: 0 1px 0 rgba(126, 179, 175, .5);
}

.currencyChange .currencyChangeContent {
    padding: 30px 70px 20px 20px;
}
.currencyChange .currencyChangeContent .button-calc {
    display: none;
}
.currencyChange .currencyChangeContent label, .dt_text {
    font-size: 15px;
    line-height: 48px;
    white-space: nowrap;
    color: #544949;
}

.currencyChange .currencyChangeContent p {
    padding-top: 10px;
    padding-bottom: 10px;
}

.currencyChange .currencyChangeContent p.text-info {
    font-weight: 400;
    margin-left: 10px;
    color: #970e47;
    font-size: 15px;
}
.currencyChange .currencyChangeContent #discount_text {
    display: block;
    clear: both;
    font-size: 16px;
    margin-bottom: 15px;
    color: #4fb285;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding-left: 205px;
}
@media only screen and (max-width: 1024px) {
    .currencyChange .currencyChangeContent #discount_text {
        padding-left: 0;
        text-align: center;
    }
}
.currencyChange .currencyChangeContent p.text-info b {
    font-weight: normal;
}
.currencyChange .currencyChangeContent p.totalPrice {
    font-size: 27px;
    font-weight: 300;
    color: #2b4044;
}

.currencyChange .currencyChangeContent .onlyNumbers
{
    font-style: normal;
    max-width: 80px;
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
    border: 1px solid #399e70;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.customSelect {
    border: 1px solid #399e70;
    padding: 10px;
}

.currencyChange .currencyChangeContent .selectric {
    border: 1px solid #399e70;
}

.currencyChange .currencyChangeContent .button.button-radio {
    font-size: 20px;
    line-height: 1;
    padding: 12px 15px;
    color: #fff;
    border: none;
    background-color: #3aaec4;
}

.currencyChange .currencyChangeContent .button.button-radio.current,
.currencyChange .currencyChangeContent .button.button-radio:focus,
.currencyChange .currencyChangeContent .button.button-radio:hover {
    background-color: #e34f32;
}

.currencyChange .currencyChangeContent .button.button-radio:active {
    background-color: #dd3e1e;
}

.currencyChange .currencyChangeContent .jq-radio {
    display: none !important;
    visibility: hidden;

    opacity: 0;
}

.lte-ie-8 .currencyChange .currencyChangeContent .jq-radio {
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
}

.currencyChange .currencyChangeContent .jq-radio.checked + label.button.button-radio {
    background-color: #e34f32;
}

@media (max-width: 992px) {
    .currencyChange .currencyChangeContent {
        padding-right: 60px;
        padding-left: 60px;
    }

    .currencyChange .currencyChangeContent label {
        display: block;

        text-align: left !important;
    }

    .currencyChange .currencyChangeContent label.button {
        display: inline-block;
    }

    .currencyChange .currencyChangeContent .radioGroup {
        text-align: left;
    }

    .currencyChange .currencyChangeContent .onlyNumbers {
        max-width: 70px;
    }

    .currencyChange .currencyChangeContent p.text-info {
        font-size: 15px;
    }
}

.orderPreview {
    margin-bottom: 20px;
    padding: 10px 65px;

    border: 2px solid #cddbe4;
    background-color: #fafdff;
}

.orderPreview .previewButtons {
    text-align: center !important;
}

.orderPreview .previewButtons .button-red {
    padding: 10px 60px;
}

.orderPreview #order_form table th:after, .orderPreview #order_form table th:before {
    display: none;
}

.orderPreview #order_form .jq-checkbox, .orderform #order_form .jq-checkbox {
    float: none;
    padding: 0;
    width: 15px;
    vertical-align: top;
}
.orderform #order_form .vas_row .jq-checkbox {
    vertical-align: middle;
}
.orderPreview #order_form .jq-checkbox {
    vertical-align: middle;
}

.orderPreview .button {
    font-size: 26px;
    line-height: 26px;

    padding-right: 30px;
    padding-left: 30px;
}

.orderPreview .button.button-unstyled {
    font-size: 16px;

    color: #179bc6;
    border-color: transparent;
    background: none !important;
    text-shadow: none;
}

.orderPreview .button.button-unstyled:focus,
.orderPreview .button.button-unstyled:hover {
    color: #1489af;
    border-color: transparent;
    background: none !important;
}

.orderPreview .button.button-unstyled:active {
    color: #127798;
    border-color: transparent;
    background: none !important;
}

.orderPreview h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.2;

    margin-top: 25px;
    margin-bottom: 20px;

    white-space: nowrap;

    color: #2e3947;
    border-bottom: 1px solid #cdd2d7;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    #qualityTable2__new {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .orderPreview h2 {
        font-size: 32px;
    }
    .sidebarWrapper .whyWrapper {
        max-width: 375px;
    }
    .sidebarWrapper .guaranteesBlock {
        max-width: 100%;
    }
    .sidebarWrapper .guaranteesBlock ul {
        max-width: 270px;
        margin: 0px auto;
        text-align: left;
    }
    .sidebarWrapper .guaranteesBlock li {
        width: 100%;
        text-align: left;
    }
    .sidebarWrapper .guaranteesBlock li span {
        font-size: 22px;
        font-weight: 300;
    }
    .sidebarWrapper .guaranteesBlock ul li span:before {
        margin-right: 10px;
        display: inline-block;
    }
}

.orderPreview p {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.orderPreview p sup {
    line-height: 1;

    position: relative;
    top: 0;

    color: #d2342b;
}

.orderPreview .crossLine {
    margin: 20px -67px;
    padding: 10px 67px;
    overflow: hidden;
    background: url(/images/3/bg/yellow_pattern.png) top left #edbc29;
}

.orderPreview .edit_order_prev, #resubmit_cancel {
    cursor: pointer;
    font-family: Raleway, sans-serif;
    font-size: 32px;
    font-weight: 300;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 0 20px;
    padding: 12px 45px;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
    border: none;
    border-top: 3px solid #f6f8fa;
    border-bottom: 3px solid #d0dae0;
    border-radius: 0;
    background-color: #f6f8fa;
    text-shadow: 0 1px 0 rgba(212, 63, 77, .5);
    font-size: 16px;
    color: #179bc6;
    border-color: transparent;
    background: none !important;
    text-shadow: none;
    line-height: 26px;
    padding-right: 30px;
    padding-left: 30px;
}


.orderPreview .edit_order_proceed {
    font-family: Raleway, sans-serif;
    font-size: 32px;
    font-weight: 300;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 0 20px;
    padding: 10px 45px;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
    border: none;
    border-top: 3px solid #f6f8fa;
    border-bottom: 3px solid #d0dae0;
    border-radius: 0;
    background-color: #f6f8fa;
    text-shadow: 0 1px 0 rgba(212, 63, 77, .5);
    border-top-color: #ea7159;
    border-bottom-color: #c43c21;
    background: #ea7159;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ea7159 0%, #ea7159 50%, #e34f32 51%, #e34f32 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ea7159), color-stop(50%, #ea7159), color-stop(51%, #e34f32), color-stop(100%, #e34f32));
    background: -webkit-linear-gradient(top, #ea7159 0%, #ea7159 50%, #e34f32 51%, #e34f32 100%);
    background: -o-linear-gradient(top, #ea7159 0%, #ea7159 50%, #e34f32 51%, #e34f32 100%);
    background: -ms-linear-gradient(top, #ea7159 0%, #ea7159 50%, #e34f32 51%, #e34f32 100%);
    background: linear-gradient(to bottom, #ea7159 0%, #ea7159 50%, #e34f32 51%, #e34f32 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea7159', endColorstr='#e34f32', GradientType=0);
    font-size: 26px;
    line-height: 26px;
    padding-right: 60px;
    padding-left: 60px;
    cursor: pointer;
    -webkit-appearance: button;
}
#resubmit_cancel {
    margin-top: 20px;
}
.orderPreview .edit_order_proceed:focus,
.orderPreview .edit_order_proceed:hover {
    border-top-color: #e96950;
    border-bottom-color: #bb3920;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5Njk1MCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZTk2OTUwIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNlMjQ3MjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMjQ3MjkiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZGllbnQpIiAvPjwvc3ZnPg==);
    background-image: linear-gradient(to bottom, #e96950 0, #e96950 50%, #e24729 51%, #e24729 100%);
}
.orderPreview #order_form tr td.label {
    text-align: right;
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    color: #596472;
    width: 41.66666667%;
}
.orderPreview #order_form tr#row_promo td.label, #order_form tr#row_promo td.label label {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #313d45;
}
.orderPreview #order_form tr#row_promo td:nth-child(2) div, #order_form tr#row_promo td:nth-child(2) div {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    font-style: normal;
}
#order_form tr#row_promo td:nth-child(2) div {
    line-height: 32px;
}
#order_form.resubmit_order_form tr#row_promo td:nth-child(2) div {
    line-height: 0;
    font-size: 0;
    padding-top: 40px;
}
#order_form tr#row_promo td:nth-child(2) div.brdata {
    display: block;
    color: #353f52;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 400;
    width: auto;
    white-space: normal;
    padding: 5px 0px 0px;
    line-height: 18px;
}
.orderPreview #order_form #row_total td.label {
    padding: 0;
}
.orderPreview #order_form tr td > div {
    width: 100%;
}
.orderPreview #order_form tr td:nth-child(2) div {
    font-style: italic;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}
.orderPreview .disabled .jq-checkbox.checked, .resubmit_order_form .disabled .jq-checkbox.checked {
    pointer-events: none;
    background-image: url(/images/3/icon/checkbox_checked_disabled.png);
    border: 1px solid #7b7b7b;
}
.orderPreview #order_form tr td:nth-child(2) > div {
    width: auto;
    position: relative;
    padding-top: 0;
    padding-left: 0;
}
.orderPreview #order_form tr.vas_row td:nth-child(2) > div {
    top: 1px;
}
.orderPreview #order_form tr td.label .required_star {
    line-height: 1;
    position: relative;
    top: 0;
    color: #d2342b;
}
.orderPreview #order_form tr#row_cost_per_page td.label div {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    color: #596472;
    margin: 0;
    padding: 0px 10px;
}
.orderPreview #order_form tr#row_cost_per_page td div, .orderPreview #order_form tr#row_total td div {
     padding: 0px 10px;
}
#order_form tr#row_total td div {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 0;
}
#order_form tr#row_total td {
    vertical-align: top;
    padding-bottom: 10px;
}
#order_form tr#row_total td.label {
    text-align: right;
}
.orderPreview #order_form #row_total div:last-child, .orderPreview #order_form #row_cost_per_page div:last-child {
    margin-top: 0;
    font-weight: 600;
    color: #34495e;
    padding-top: 0;
    font-style: normal;
}
.orderPreview #order_form #row_total td.label > div {
    display: block;
    width: 100%;
    padding-right: 0px;
}
#row_total td:nth-child(2) div {
    width: 310px;
    padding-bottom: 14px;
    padding-top: 14px;
}
.orderPreview #row_details td:last-child, .orderPreview #row_will_upload_files td:last-child {
    vertical-align: top;
    padding-top: 5px;
}
.orderPreview #row_will_upload_files div {
     margin-bottom: 0px;
     font-family: 'Open Sans', sans-serif;
     font-size: initial;
}
.orderPreview .vas_row .vas_price, .vas_row .vas_price {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    font-style: normal;
    color: #353f52;
    padding-right: 15px;
}
.orderPreview .vas_row .field_hint, .orderPreview #row_total .field_hint {
    margin-left: 10px;
}
@media (max-width: 767px) {
.orderPreview #order_form tr td.label > div {
    text-align: left;
}
#page-body .preview #row_will_upload_files .label div:before {
    text-align: left;
    width: auto;
    float: left;
}
#page-body #row_will_upload_files .label div:before {
    width: auto;
    float: none;
    text-align: left;
    padding: 0;
    margin: 0;
    margin-bottom: -10px;
}
.orderPreview #order_form tr#row_promo td.label > div {
    text-align: right;
}
.orderPreview #order_form tr td.label {
    width: 60%;
}
.orderPreview #order_form tr td:nth-child(2) > div {

}
.orderPreview #order_form #row_additional_164 td:nth-child(2) > div,
.orderPreview #order_form #row_additional_153 td:nth-child(2) > div,
.orderPreview #order_form #row_additional_151 td:nth-child(2) > div,
.orderPreview #order_form #row_additional_147 td:nth-child(2) > div,
.orderPreview #order_form #row_additional_152 td:nth-child(2) > div {
    text-align: right;
    padding-right: 30px;
    width: auto;
    float: right;
}
.orderPreview .vas_row .field_hint, .orderPreview #row_total .field_hint {
    position: absolute;
    right: 0px;
}
}
@media (max-width: 479px) {
    #page-body #row_will_upload_files .label div:before {
        font-size: 13px;
        margin-bottom: 0;
    }
}
.orderPreview .crossLine h2 {
    margin: 0;
    padding: 0;

    white-space: normal;

    color: #FFF;
    border: none;
    text-shadow: 0 1px 0 rgba(2, 2, 2, .2);
}

.orderform {
    width: 735px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 10px 25px;

    border: 2px solid #cddbe4;
    background-color: #fafdff;
}

.orderform .previewButtons {
    text-align: center !important;
}

.orderform .previewButtons .button-red {
    padding: 10px 60px;
}

.orderform .selectric,
.orderform input,
.orderform textarea {
    border: 1px solid #3ea979;
    padding: 5px;
    margin-bottom: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #000;
    font-weight: 400;
    width: 100%;
    box-sizing: border-box;
}

.prefflist li input {
    width: 88%;
}

#order_form input[type="checkbox"] {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 3px;
    left: -5px;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}
#order_form input[type="checkbox"] + .vas_price {
    background: url(/images/3/icon/checkbox.png) no-repeat 0px 0px;
    padding-left: 25px;
    line-height: 18px;
}
#order_form input[type="checkbox"]:checked + .vas_price {
    background: url(/images/3/icon/checkbox_checked.png) no-repeat 0px 0px;
}
.orderform input.validation_error, .orderform textarea.validation_error, .orderform select.validation_error, .select2-container.validation_error .select2-choice {
    border: 1px solid #e34f32;
}

.orderform [value="select"] {
    display: none;
}

#row_will_upload_files .label div label {
    font-weight: 400;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 0;
}

#row_will_upload_files div {
    margin-bottom: 8px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
#row_will_upload_files td:nth-child(2) > div {
    padding-top: 10px;
    white-space: nowrap;
}

#details {
    resize: vertical;
    min-height: 70px !important;
    height: 70px;
}

.orderform h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.2;

    margin-top: 25px;
    margin-bottom: 20px;

    color: #2e3947;
    border-bottom: 1px solid #cdd2d7;
}

.orderform p {
    padding-top: 10px;
    padding-bottom: 10px;
}

.orderform p.no-padding {
    margin: -5px 0 10px;
    padding: 0;
}

.orderform p sup {
    line-height: 1;

    position: relative;
    top: 0;

    color: #d2342b;
}

.orderform .crossLine {
    margin: 20px -67px;
    padding: 10px 67px;

    background: url(/images/3/bg/yellow_pattern.png) top left #edbc29;
}

.orderform .crossLine h2 {
    margin: 0;

    color: #fff;
    border: none;
    text-shadow: 0 1px 0 rgba(2, 2, 2, .2);
}

.orderform .crossLine.toppper {
    margin-top: -11px;
}

.orderform .crossLine.green {
    background-image: url(/images/3/bg/calc_pattern.png);
}

.orderform label {
    display: block;
    font-family: 'Open Sans', sans-serif;
    margin: 7px 13px;
    text-align: right;
    color: #353f52;
    font-weight: 400;
    float: right;
    -webkit-pointer-events: none;
    -o-pointer-events: none;
    -ms-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

.orderform .required_star {
    color: #d2342b;
    padding: 0;
}

.orderform label span {
    font-size: 16px;
    font-weight: 400;

    padding-left: 5px;

    color: #282e39;
}

/*new order form*/
#order_form table {
    margin-top: -3px;
}

#order_form table th {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    font-weight: 300;
    color: #fff;
}

#order_form table th:after {
    content: "";
    width: 100%;
    height: 40px;
    display: block;
    background-image: url(/images/3/bg/calc_pattern.png);
    padding: 10px 0;
    margin: 20px -27px;
    padding: 10px 25px;
    margin-top: -52px;
    border-left: 2px solid #43b180;
    border-right: 2px solid #43b180;
}

#order_form table #group_4 th:after {
    background-image: url(/images/3/bg/yellow_pattern.png);
    border-left: 2px solid #d4a519;
    border-right: 2px solid #d4a519;
}

#order_form table {
    width: 100%;
    counter-reset: list -0;
}

#order_form table th:before {
    content: counter(list) ". ";
    counter-increment: list;
    width: 40px;
    height: 33px;
    color: #fff;
}

tr td:last-child {
    vertical-align: middle;
}

#order_form tr td.label {
    font-size: 16px;
    color: #596472;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

tr td + td div {
    position: relative;
    margin-right: 5px;
    width: 310px;
    color: #353f52;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}

tr#row_phone1, tr#row_phone2 {
    position: relative;
}

tr#row_phone1.validation-error input, tr#row_phone2.validation-error input {
    border: 1px solid #e34f32;
}

div.validation_error {
    display: none;
    color: #cb3719;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-style: italic;
    margin: 0px 0px 10px;
    padding: 0px 5px 5px;
}

.orderform select {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: italic;
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 5px;
    padding: 4px 5px;
    color: #000;
    border: none;
    border: 1px solid #399e70;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(/images/3/icon/icon_arrow_green.png) 97% center no-repeat;
}

.orderform #country {
    margin-bottom: 5px;
    padding: 4px;
}

#phone1_country, #phone1_area, #phone2_country, #phone2_area {
    display: inline-block;
    width: 44px;
}

#phone1_number, #phone2_number {
    display: inline-block;
    width: 262px;
    height: 34px;
}

#phone1_type, #phone2_type {
    display: inline-block;
    width: 106px;
    padding: 4px;
    background-position: 89px 50%;
    height: 34px;
    margin-bottom: 5px;
    vertical-align: top;
}


.phone_hint {
    position: relative;
    top: 0px;
    left: -8px;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #79808e;
    font-style: italic;
    display: block;
    margin-top: 0;
    padding-left: 10px;
    margin-bottom: 20px;
}

#img_delete_phone2, #img_add_phone2 {
    position: absolute;
    top: 7px;
    right: -25px;
    cursor: pointer;
}

#row_phone1 td:last-child div:first-child, #row_phone2 td:last-child div:first-child {
    text-align: left;
}
#row_phone1 input[type=text], #row_phone2 input[type=text] {
    height: 34px;
    vertical-align: top;
    color: #000;
}

.prices_table td a {
    position: relative;
    text-align: center;
}
.prices_table td img {
  position: absolute;
  left: 10px;
}
.prices_table .th_wrlevel_div{
    padding-bottom:2px;
    height:52px;
    line-height: 52px;
}

#num_pg_ord {
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: italic;
    color: #79808e;
}

#cost_per_page {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #313d45;
    font-style: normal;
}

.field_hint {
    position: absolute;
    right: -25px;
    top: 50%;
    margin-top: -9px;
    background: #eef5f9;
    display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 16px;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    color: #9ab2c3;
    border-radius: 50%;
    border: 1px solid #a3baca;
    box-sizing: border-box;
}

.field_hint:hover {
    background: #faeecb;
    color: #d7a305;
    border-color: #cfab52;
}

#preff_wr_id {
    padding: 0;
    margin: 0;
}

#row_preff_wr_id label {
    line-height: 14px;
    margin-top: 0;
}

#order_form.preview #row_preff_wr_id label {
    font-weight: 300;
    position: relative;
    top: -5px;
    line-height: 25px;
}
#order_form.preview tr#row_preff_wr_id td.label div {
    margin: 0;
}

#preff_wr_id li {
    position: relative;
    list-style: none;
}

#preff_wr_id .add {
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
    cursor: pointer;
    width: 15px;
    height: 13px;
}

#preff_wr_id li:nth-child(9):last-child .add {
    display: block !important;
}

#preff_wr_id .delete {
    position: absolute;
    right: 6px;
    top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}

#preff_wr_id .add, #preff_wr_id .delete {
    top: -1px;
    right: 1px;
    padding: 9px;
}
#preff_wr_id .add {
    background: #FFF;
}

.brdata {
    color: #353f52;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}

#row_preff_wr_id .brdata {
    margin-bottom: 28px;
}

/*clutitle*/
#cluetip-title {
    position: absolute;
    left: 30px;
    top: -5px;
    padding: 8px 12px;
    background: #fff;
    border: 1px solid #cfab52;
    -webkit-box-shadow: 2px 2px 5px rgba(79, 69, 69, 0.16);
    box-shadow: 2px 2px 5px rgba(79, 69, 69, 0.16);
    color: #786f6f;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

#cluetip-title:before {
    content: '';
    position: absolute;
    left: -6px;
    top: 10px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-left: 1px solid #cfab52;
    border-bottom: 1px solid #cfab52;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    box-sizing: border-box;
}

#cluetip-title p {
    margin: -5px 0;
}

/*additional vas*/
.vas_row label {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #313d45;
}

.vas_row .label {
   text-align: right;
}

#row_promo td {
    padding-top: 0;
}

#row_additional_164 .label label {
    background: url(/images/3/icon/icon-offer1.png) no-repeat 0px 50%;
    padding-left: 30px;
    line-height: 24px;
}

#row_additional_153 .label label {
    background: url(/images/3/icon/icon-offer2.png) no-repeat 0px -2px;
    padding-left: 30px;
}

#row_additional_151 .label label {
    background: url(/images/3/icon/icon-offer3.png) no-repeat 0px -1px;
    padding-left: 30px;
}

#row_additional_152 .label label {
    background: url(/images/3/icon/icon-offer4.png) no-repeat 0px -1px;
    padding-left: 30px;
}

#row_additional_147 .label label {
    background: url(/images/3/icon/icon-offer5.png) no-repeat 0px -1px;
    padding-left: 30px;
}

.vas_row .label > div {
    display: inline-block;
}


.sweet-checkbox a {
    background: url(/images/3/icon/checkbox.png) no-repeat scroll 0 0;
    display: block;
    float: left;
    height: 20px;
    margin-right: 4px;
    padding: 0 0 0 20px;
    text-decoration: none !important;
}

.sweet-checkbox a.checked {
    background: url(/images/3/icon/checkbox_checked.png) no-repeat scroll 0 0;
}

.vas_row div:last-child,
#row_total div:last-child {
    width: 80px;
    padding-top: 7px;
}

.vas_row .label div,
#row_total .label div{
    width: auto;
}
.vas_row .label + td div {
    width: auto;
    padding-top: 7px;
    float: left;
    padding-right: 0px;
}
.vas_row .field_hint {
    right: -10px;
    margin-top: -7px;
}
.label_comment {
    display: block;
}

#row_total label {
    color: #313d45;
    font-size: 17px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    margin: 0px 13px 7px;
}
#row_total label:after,#row_academic_level label:after {
    content: ":";
    display: inline;
}

#accept ul {
    margin: 0;
    padding: 0;
}

#accept li {
    list-style: none;
}

#accept label {
    display: inline-block;
    margin: 7px 0;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #282e39;
    cursor: pointer;
    float: none;
    -webkit-pointer-events: initial;
    -o-pointer-events: initial;
    -ms-pointer-events: initial;
    -moz-pointer-events: initial;
     pointer-events: initial;
}

#accept label a {
    color: #179bc6;
    text-decoration: none;
}

#accept input[type="radio"] {
    display: none;
}

#accept input[type="radio"] + label:before {
    content: "";
    color: #4fb285;
    font-size: 26px;
    text-align: center;
    line-height: 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 12px;
    border: 1px solid #70c09c;
    border-radius: 100%;
    vertical-align: middle;
    cursor: pointer;
}

#accept input[type="radio"]:checked + label:before {
    content: "\2022";
}

#submit_order_form {
    margin-top: 20px;
    background: #ee5c54;
    border-bottom: 3px solid #ca372f;
    border-top: none;
    font-size: 26px;
    text-shadow: 0 1px 1px rgba(2, 2, 2, .5);
    padding: 10px 75px;
    font-family: 'Open Sans', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

#submit_order_form:hover {
    background: #ca372f;
}

#submit_order_form:active {
    border-bottom: none;
    border-top: 3px solid #ee5c54;
}

@media (max-width: 767px) {
    .orderform {
        width: auto;
        padding: 10px 25px !important;
    }
}

/*new order form*/
@media (max-width: 992px) {
    .orderPreview,
    .orderform {
        padding-right: 26px;
        padding-left: 26px;
    }

    .orderPreview .crossLine,
    .orderform .crossLine {
        margin-right: -32px;
        margin-left: -32px;
        padding-right: 30px;
        padding-left: 30px;
    }
}

.previewDiscountProgram {
    margin-bottom: 20px;
}

.previewDiscountProgram h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;

    margin: 0;
    padding: 10px 20px 10px 50px;

    text-align: right;

    color: #1c2635;
}

.previewDiscountProgram h5 strong {
    font-weight: 600;
}

.previewDiscountProgram h5 .icon {
    display: inline-block;

    width: 30px;

    text-align: left;
    vertical-align: middle;
}

.previewDiscountProgram label {
    display: inline-block;

    width: 90px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;

    text-align: left;
    vertical-align: middle;
}

.previewDiscountProgram label span {
    font-size: 18px;
    font-weight: 600;

    display: inline-block;

    vertical-align: middle;
    white-space: nowrap;
}

.previewDiscountProgram label.label-radio {
    line-height: 18px;

    display: block;

    width: 100%;
    margin: 0 0 10px;
}

.previewDiscountProgram label.label-radio span {
    font-size: 14px;
    font-weight: 400;

    color: #282e39;
}

@media (max-width: 767px) {
    .previewDiscountProgram {
        margin-right: -30px;
        margin-left: -30px;
    }

    .previewDiscountProgram h5 {
        text-align: left !important;
        padding-right: 71px;
    }
}

@media (max-width: 575px) {







}

.jq-checkbox {
    top: -1px;

    width: 15px;
    height: 15px;

    cursor: pointer;
    vertical-align: middle;

    border: 1px solid #70c09c;
    border-radius: 0;
    background: center center no-repeat #fff;
    box-shadow: none;
}

.jq-checkbox.checked {
    background-image: url(/images/3/icon/checkbox_checked.png);
}

.jq-checkbox.checked .jq-checkbox__div {
    display: none !important;

    width: 9px;
    height: 9px;
    margin: 2px 0 0 2px;

    border-radius: 0;
    background: #70c09c;
    box-shadow: none;
}

.jq-checkbox.focused {
    border: 1px solid #08c;
}

.jq-checkbox.disabled {
    opacity: .55;

    filter: alpha(opacity=55);
}

.jq-radio {
    width: 12px;
    height: 12px;

    cursor: pointer;
    vertical-align: middle;

    border: 1px solid #4fb285;
    border-radius: 50%;
    background: #fff;
    box-shadow: none;
}

.jq-radio.checked .jq-radio__div {
    width: 6px;
    height: 6px;
    margin: 3px 0 0 3px;

    border-radius: 50%;
    background: #4fb285;
}

.jq-radio.focused {
    border: 1px solid #08c;
}

.jq-radio.disabled {
    opacity: .55;

    filter: alpha(opacity=55);
}

.jq-file {
    width: 270px;

    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.jq-file input {
    line-height: 1em;

    height: auto;

    cursor: pointer;
}

.jq-file__name {
    font: 14px/30px Arial, sans-serif;

    overflow: hidden;

    box-sizing: border-box;
    width: 100%;
    height: 32px;
    padding: 0 80px 0 10px;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #333;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    background: #fff;
    box-shadow: inset 1px 1px #f1f1f1;
}

.focused .jq-file__name {
    border: 1px solid #5794bf;
}

.jq-file__browse {
    font: 14px/30px Arial, sans-serif;

    position: absolute;
    top: 1px;
    right: 1px;

    padding: 0 10px;

    color: #333;
    border-left: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x #f1f1f1;
    box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    text-shadow: 1px 1px #fff;
}

.jq-file:hover .jq-file__browse {
    background-color: #e6e6e6;
    background-position: 0 -10px;
}

.jq-file:active .jq-file__browse {
    background: #f5f5f5;
    box-shadow: inset 1px 1px 3px #ddd;
}

.jq-file.disabled .jq-file__name {
    color: #888;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__browse {
    color: #888;
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
}

.jq-selectbox {
    cursor: pointer;
    vertical-align: middle;
}

.jq-selectbox__select {
    font: 14px/30px Arial, sans-serif;

    height: 30px;
    padding: 0 45px 0 10px;

    color: #333;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x #f5f5f5;
    box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    text-shadow: 1px 1px #fff;
}

.jq-selectbox__select:hover {
    background-color: #e6e6e6;
    background-position: 0 -10px;
}

.jq-selectbox__select:active {
    background: #f5f5f5;
    box-shadow: inset 1px 1px 3px #ddd;
}

.jq-selectbox.focused .jq-selectbox__select {
    border: 1px solid #5794bf;
}

.jq-selectbox.disabled .jq-selectbox__select {
    color: #888;
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
}

.jq-selectbox__select-text {
    display: block;
    overflow: hidden;

    width: 100%;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.jq-selectbox .placeholder {
    color: #888;
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;

    width: 34px;
    height: 100%;

    border-left: 1px solid #ccc;
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 14px;
    right: 12px;

    overflow: hidden;

    width: 0;
    height: 0;

    opacity: .3;
    border-top: 5px solid #000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;

    filter: alpha(opacity=30);
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    opacity: 1;

    filter: alpha(opacity=100);
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    opacity: .3;

    filter: alpha(opacity=30);
}

.jq-selectbox__dropdown {
    font: 14px/18px Arial, sans-serif;

    top: 33px;

    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;

    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}

.jq-selectbox__search {
    margin: 5px;
}

.jq-selectbox__search input {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;

    color: #333;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) 100% 50% no-repeat;
    box-shadow: inset 1px 1px #f1f1f1;

    -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}

.jq-selectbox__not-found {
    font-size: 13px;

    margin: 5px;
    padding: 5px 8px 6px;

    background: #f0f0f0;
}

.jq-selectbox ul {
    margin: 0;
    padding: 0;
}

.jq-selectbox li {
    min-height: 18px;
    padding: 5px 10px 6px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;

    color: #231f20;

    -o-user-select: none;
}

.jq-selectbox li.selected {
    color: #fff;
    background-color: #a3abb1;
}

.jq-selectbox li:hover {
    color: #fff;
    background-color: #08c;
}

.jq-selectbox li.disabled {
    color: #aaa;
}

.jq-selectbox li.disabled:hover {
    background: 0 0;
}

.jq-selectbox li.optgroup {
    font-weight: 700;
}

.jq-selectbox li.optgroup:hover {
    cursor: default;

    color: #231f20;
    background: 0 0;
}

.jq-selectbox li.option {
    padding-left: 25px;
}

.jq-select-multiple {
    font: 14px/18px Arial, sans-serif;

    box-sizing: border-box;
    padding: 1px;

    cursor: default;

    color: #333;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    background: #fff;
    box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
}

.jq-select-multiple.focused {
    border: 1px solid #5794bf;
}

.jq-select-multiple.disabled {
    color: #888;
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
}

.jq-select-multiple ul {
    margin: 0;
    padding: 0;
}

.jq-select-multiple li {
    padding: 3px 9px 4px;

    list-style: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.jq-select-multiple li:first-child {
    border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
    border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
    color: #fff;
    background: #08c;
}

.jq-select-multiple li.disabled {
    color: #aaa;
}

.jq-select-multiple li.selected.disabled,
.jq-select-multiple.disabled li.selected {
    color: #fff;
    background: #ccc;
}

.jq-select-multiple li.optgroup {
    font-weight: 700;
}

.jq-select-multiple li.option {
    padding-left: 25px;
}

input[type=email].styler,
input[type=number].styler,
input[type=password].styler,
input[type=search].styler,
input[type=tel].styler,
input[type=text].styler,
input[type=url].styler,
textarea.styler {
    font: 14px Arial, sans-serif;

    padding: 7px 9px;

    color: #333;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
}

input[type=search].styler {
    -webkit-appearance: none;
}

textarea.styler {
    overflow: auto;
}

input[type=email].styler:hover,
input[type=number].styler:hover,
input[type=password].styler:hover,
input[type=search].styler:hover,
input[type=tel].styler:hover,
input[type=text].styler:hover,
input[type=url].styler:hover,
textarea.styler:hover {
    border-color: #b3b3b3;
}

input[type=email].styler:focus,
input[type=number].styler:focus,
input[type=password].styler:focus,
input[type=search].styler:focus,
input[type=tel].styler:focus,
input[type=text].styler:focus,
input[type=url].styler:focus,
textarea.styler:focus {
    border-color: #b3b3b3 #ccc #ccc;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

button.styler,
input[type=button].styler,
input[type=reset].styler,
input[type=submit].styler {
    font: 14px Arial, sans-serif;

    overflow: visible;

    padding: 7px 11px;

    cursor: pointer;

    color: #333;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    outline: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x #f1f1f1;
    box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    text-shadow: 1px 1px #fff;
}

button.styler::-moz-focus-inner,
input[type=button].styler::-moz-focus-inner,
input[type=reset].styler::-moz-focus-inner,
input[type=submit].styler::-moz-focus-inner {
    padding: 0;

    border: 0;
}

button.styler:after {
    content: '';
}

button.styler:not([disabled]):hover,
input[type=button].styler:not([disabled]):hover,
input[type=reset].styler:hover,
input[type=submit].styler:not([disabled]):hover {
    background-color: #e6e6e6;
    background-position: 0 -10px;
}

button.styler:not([disabled]):active,
input[type=button].styler:not([disabled]):active,
input[type=reset].styler:active,
input[type=submit].styler:not([disabled]):active {
    background: #f5f5f5;
    box-shadow: inset 1px 1px 3px #ddd;
}

button.styler[disabled],
input[type=button].styler[disabled],
input[type=submit].styler[disabled] {
    color: #888;
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
}

#price-area .select2-container,
#price-area .select2-container .select2-choice {
    height: 50px;
    line-height: 50px !important;
    margin-bottom: 10px;
}
#price-area .select2-container .select2-choice .select2-arrow b {
    position: relative;
    top: 28%;
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {
    /*.qualityTable .th-premium {*/
        /*border-right: 2px solid #e89403 !important;*/
        /*border-left: 2px solid #e89403 !important;*/
        /*background-color: #e89403;*/
    /*}*/

    /*.qualityTable .td-premium_last {*/
        /*border-bottom: 2px solid #e89403 !important;*/
        /*border-right: 2px solid #e89403 !important;*/
        /*border-left: 2px solid #e89403 !important;*/
    /*}*/

    /*.qualityTable .td-premium {*/
        /*border-right: 2px solid #e89403 !important;*/
        /*border-left: 2px solid #e89403 !important;*/
    /*}*/

    #qualityTable2 th.hover,
        border-top: 2px solid #e89403 !important;
    }

    /*#qualityTable2 .th-premium { }*/

    .qualityTable td:hover .buy {
        display: inline-block;
    }
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {
    .button.button-block {
        width: 36%;
        margin-left: auto;
        margin-right: auto;
    }

    .aboutWrapper .guaranteesBlock.guaranteesBlock {
        background-color: #e7e7e7;
    }
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait) {
    /*.col-xs-12 {*/
        /*width: 100% !important;*/
    /*}*/


    .guaranteesBlock ul li {
        /*width: 39%;*/
        margin-left: auto;
        margin-right: auto;
    }

    .guaranteesBlock ul li span {
        float: left;
        margin-bottom: 20px;
    }

    .guaranteesBlock ul:after {
        clear: both;
        display: table;
        content: '';
    }

    .sidebarWrapper .whyWrapper .whyItem {
        width: 83%;
        margin-left: auto;
        margin-right: auto;
    }

    .previewDiscountProgram .col-xs-12 {
        width: 66.66666667% !important;
    }
}

.header-menu {
    display: none;
    float: left;
    border-right: 2px solid #ADDDE6;
    padding-left: 10px;
}

.header-menu:before {
    content: url(/images/3/icon/menu_mobile.png);
    display: inline-block;
    padding-top: 24px;
    padding-left: 9px;
    padding-right: 20px;
}

.header-login {
    display: none;
    float: right;
    border-left: 2px solid #ADDDE6;
    padding-right: 10px;
}

.logo_mobile {
    display: none;
}

.header-login:before {
    content: url(/images/3/icon/icon_login.png);
    display: inline-block;
    padding-top: 21px;
    padding-right: 14px;
    padding-left: 22px;
}

#row_input_deadline label {
  margin: 5px;
  float: left;
}
#row_input_deadline .label label {
    float: right;
}
#row_input_deadline td + td {
    padding-bottom: 30px;
}

.orderPreview #row_input_deadline td + td {
    padding-bottom: 0px;
}

@media (max-width: 992px) {
    a.tooltips {
        display: none;
    }

    p a.tooltips,
    h5 a.tooltips {
        display: inline-block;
    }
}

@media only screen and (max-width: 1024px) {
    .personalWrapper h3 {
        padding-left: 30px;
    }

    .header-menu-wrap {
        width: 100%;
    }

    .contentWrapper {
        padding-top: 0px;
        padding-bottom: 0;
    }

    .underHeader.underHeader {
        padding-top: 0;
        padding-bottom: 0;
        background-image: url(/images/3/bg/header_bg_mobile.jpg);
        background-repeat: no-repeat;
    }

    .underHeader.underHeader h1 {
        font-size: 44.24px;
    }

    .underHeader.underHeader h3 {
        font-size: 32.83px;
    }

   .underHeader.underHeader .ribbon_text {
       font-size: 23.88px;
       -webkit-background-size: 100%;
       background-size: 100%;
   }


    .logo_mobile {
        position: relative;
        left: 42px;
        top: 13px;
        display: inline-block;
    }

    .mainNavWrapper.mainNavWrapper {
        border-top: none;
    }

    .header-menu,
    .header-login {
        display: block;
        height: 68px;
        text-align: center;
        width: 70px;
        box-sizing: border-box;
    }

    .guaranteesBlock ul li span {
        font-size: 18px;
        font-weight: 400;
    }

    .guaranteesBlock ul li span:before {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

    .guaranteesBlock ul {
        text-align: center;
    }

    /*ul.mainNav.mainNav,*/
    /*.logo,*/
    /*.header .headerContacts {*/
        /*display: none;*/
    /*}*/

    .header {
        height: 68px;
        padding: 0;
        border-top: none;
    }

   .footerDesc p.withCopyright img {
       display: none;
   }

  .footerDesc p.withCopyright {
      text-align: center;
  }

}

@media only screen and (max-width: 1024px) {
   .guaranteesBlock h2 {
       text-align: center;
   }

    .aboutWrapper {
        padding-bottom: 0;
        padding-top: 41px;
    }

    .guaranteesBlock ul li {
        display: inline-block;
        width: 200px;
        /*width: 100%;*/
        vertical-align: top;
        text-align: center;
    }

    .guaranteesBlock {
        width: auto !important;
    }

    .guaranteesBlock ul {
        text-align: center;
    }

    .aboutWrapper .guaranteesBlock {
        padding-top: 41px;
        padding-bottom: 50px;
        background-color: #E0E3E3;
        padding-left: 0;
    }
}

@media only screen and (max-width: 655px) {
    .guaranteesBlock ul li {
        width: 130px;
    }
}

#row_total #total {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #313d45;
    font-style: normal;
}

.page-error404 .page-body:after {
    height: 256px;
}

.orderform select {
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.orderform select::-ms-expand {
    display: none;
}

@media only screen and (max-width: 767px) {
    #row_input_deadline .label label {
        float: left;
    }
    p {
        padding-left: 15px;
        padding-right: 15px;
    }

    h1,
    h2 {
        padding-left: 15px;
        padding-right: 15px;
    }

   .orderform label span {
       font-size: 13px;
   }

   #order_form table th  {
       font-size: 32px;
   }

   .label_comment  {
       display: inline-block;
   }

   #row_total label {
       margin: -4px 10px 0px 0px;
   }
}
#order_form tr#row_total td div#error_total.validation_error {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .testimonials-slider-static h2,
    .whyWrapper h2 {
        text-align: center;
    }

    .page-sidebar,
    .page-content {
        width: 100%;
    }

    .page-sidebar {
        padding: 0;
    }
    .customer-page .page-sidebar {
        display: none;
    }
    .sidebarWrapper .whyWrapper .col-xs-12 {
        width: 100%;
    }
    .sidebarWrapper .whyWrapper .whyIcon {
        width: 60px !important;
    }

    .sidebarWrapper .whyWrapper .container .row:first-child .col-xs-12 {
        width: 100%;
    }

    .sidebarWrapper .whyWrapper .whyItem {
        height: 80px !important;
    }

    .sidebarWrapper .whyWrapper .whyWrapper-header {
        width: 100%;
    }
    .no-credit {
        padding-left: 40px;
    }
}

.select_invalid {
    color: #E34F32 !important;
    border-color: #E34F32 !important;
    background: #fff url(/images/3/icon/icon_arrow_red.png) 97% center no-repeat !important;
}

.select-invalid option {
    color: #000;
}

.qualityTable .th-premium {
    font-size: 21px;
    font-weight: 400;
}

.orderform .select_changed {
    font-weight: 400;
    color: #000;
}

.page-error500 .page-body:after {
    height: 250px;
}



.page_limiter {
    text-align: center;
}
.page_limiter .black {
    display: none;
}
.page_limiter .page_sell, .page_limiter .page a, .page_limiter .page_next a, .page_limiter .page_prev a {
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 22px;
    position: relative;
    float: none;
    display: inline-block;
    margin: 0 1px;
    padding: 6px 12px !important;
    text-decoration: none;
    color: #fff;
    border: none;
    background-color: #3aaec4;
    vertical-align: middle;
}
.page_limiter .page_sell:focus, .page_limiter .page a:focus, .page_limiter .page_next a:focus,
.page_limiter .page_sell:hover, .page_limiter .page a:hover, .page_limiter .page_next a:hover,
.page_limiter .page_prev a:hover, .page_limiter .page_prev a:focus {
    color: #fff;
    background-color: #ea7159;
}
.page_limiter .page_sell {
    z-index: 2;

    cursor: default;

    color: #fff;
    background-color: #ea7159;
}
.page_limiter .page_next a {
    font-size: 0;
}
.page_limiter .page_next a:before {
    content: "Next";
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    background: url(/images/blog-arrow-next.png) no-repeat 100% 8px;
    padding-right: 30px;
}
.page_limiter span, .page_limiter .current {
    padding: 0 !important;
}
.page_limiter .page_prev a {
    font-size: 0;
}
.page_limiter .page_prev a:before {
    content: "Previous";
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    background: url(/images/blog-arrow-prev.png) no-repeat 5px 8px;
    padding-left: 30px;
}
.underHeader .calc .total_discount .total #price {
    white-space: nowrap;
}
.underHeader .calc .total-discount {
    text-align: right;
}

#order_form tr#row_cost_per_page td.label div, #order_form tr#row_preff_wr_id td.label div {
    display: block;
    font-family: 'Open Sans', sans-serif;
    margin: 7px 13px;
    text-align: right;
    color: #353f52;
    font-weight: 400;
}
#personal_info #phone1_country, #personal_info #phone1_area, #personal_info #phone2_country, #personal_info #phone2_area {
    width: 44px;
}
#personal_info #phone1_area, #personal_info #phone2_area {
    width: 59px;
    height: 34px;
}
#error_phone1_type {
    padding-bottom: 10px;
}
#order_form tr#row_preff_wr_id td.label div {
    margin-top: 0px;
    line-height: 18px;
}
.page-sidebar .button.orange {
    text-align: left;
}
.blogItem li, .page-content .decorated li {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 10px;
    color: #596472;
    list-style: none;
    position: relative;
}
.page-content .decorated li:before {
    position: absolute;
    top: 7px;
    left: -20px;
    display: block;
    width: 9px;
    height: 9px;
    content: '';
    background-color: #6cbc98;
}

.addserv-table .vas_row td:nth-child(2) {
    padding: 0;
    text-align: right;
    padding-right: 10px;
}
.addserv-table .vas_row td:nth-child(3) {
    padding: 0;
}
.addserv-table .vas_row td:nth-child(3) a {
    width: 19px;
    height: 19px;
    background: url(../images/icon/icon-tooltip.png) no-repeat 0px 0px;
    font-size: 0;
    border: none;
    background-color: transparent;
    top: -4px;
}
.addserv-table .vas_row td:nth-child(3) a:hover {
    opacity: 0.8;
}
.addserv-table .vas_row td:nth-child(1) {
    width: 45%;
}
.addserv-table .vas_row .additional-text {
    text-align: center;
}
.addserv-table .vas_row b {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #626a78;
}
.addserv-table .vas_row .additional-button-area img {

}
.addserv-table .vas_row .additional-button-area {
    font-family: Raleway, sans-serif;
    font-size: 32px;
    font-weight: 300;

    position: relative;

    display: inline-block;

    box-sizing: border-box;
    max-width: 100%;
    margin: 0;

    text-align: center;
    white-space: nowrap;
    text-decoration: none;

    color: #fff;
    border: none;
    border-top: 3px solid #f6f8fa;
    border-bottom: 3px solid #d0dae0;
    border-radius: 0;
    background-color: #f6f8fa;
    text-shadow: 0 1px 0 rgba(212, 63, 77, .5);

    font-size: 16px;
    padding: 0px;
}
.addserv-table .vas_row .additional-button-area {
    border-top-color: #3aaec4;
    border-bottom-color: #2091a6;
    background-color: #3aaec4;
}

.addserv-table .vas_row .additional-button-area:focus,
.addserv-table .vas_row .additional-button-area:hover {
    border-top-color: #2091a6;
    border-bottom-color: #38a7bc;
    background-color: #38a7bc;
}

.addserv-table .vas_row .additional-button-area:active {
    border-top-color: #349db0;
    border-bottom-color: #349db0;
    background-color: #349db0;
}
.additional-button-add {
    content: url(/images/addtoorder.png);
    min-width: 100px;
    opacity: 0;
    position: relative;
    z-index: 1;
}
.additional-button-area:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url("/images/addtoorder.png") 50% 50%;
    z-index: 0;
}
.additional-button-cancel {
    content: url(/images/cancel.png);
    min-width: 100px;
    opacity: 0;
    position: relative;
    z-index: 1;
}
.additional-button-area.cancel:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url("/images/cancel.png") 50% 50%;
    z-index: 0;
}
.addserv-table .vas_row td:nth-child(5) {
    text-align: center;
}
.description_text .attention p {
    font-size: 14px;
    font-weight: 400;
    color: #cb5506;
    line-height: 25px;
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    clear: both;
    padding-top: 10px;
}
.description_text {
    background: #FFF;
}
.uploaded-files-list {
    padding: 10px 35px;
}
.cheack.uploaded-files-list li {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-height: 20px;
    padding: 5px 5px 5px 5px;
    color: #3196d2;
    border: 1px solid #cbcccd;
    background: #E8EAEB;
    height: auto;
    clear: both;
}
.cheack.uploaded-files-list li a {
    color: #3196d2;
    text-decoration: none;
    font-size: 14px;
    line-height: 25px;
}

.cheack.uploaded-files-list .uploaded-files-title {
    background: none;
    color: #7c859a;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 10px;
    float: none;
    display: block;
    padding-left: 0;
    height: auto;
    border: none;
    padding-top: 0;
}


@media screen and (max-width: 766px) {
    .saleWrapper + .container + p {
        display: none;
    }
}

.payment-but {
    background-color: transparent;
}
.forgot-page .unnamed4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 10px;
    color: #596472;
}
.forgot-page td {
    vertical-align: middle;
}
.forgot-page input[type=text], .forgot-page input[type=email], .main_div.login-page input[type=text], .main_div.login-page input[type=email], .main_div.login-page input[type=password] {
    border: 1px solid #399e70;
    margin: 0;
    min-width: 200px;
    padding: 8px 15px;
}
.forgot-page input[type=submit] {
    margin-top: 20px;
}
.main_div.login-page {
    width: 55%;
    margin: 0px 0px 0px 320px;
    max-width: 350px;
}
.main_div.forgot-page .title_text, .main_div.login-page .title_text {
    margin-top: 0;
}
.main_div.login-page .title_text {
    margin-bottom: 20px;
    background: none;
    color: #000;
    text-shadow: none;
    padding-left: 20px;
    font-size: 24px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.main_div.login-page ul, .main_div.login-page li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.main_div.login-page li {
    margin-bottom: 20px;
}
.main_div.login-page form {
    padding: 20px;
}
.button.login {
    padding: 6px 45px;
}
.csc_forgot {
    vertical-align: top;
    display: inline-block;
    line-height: 50px;
    margin-right: 20px;
}
#loginbox ul, #loginbox li {
    list-style: none;
}

.resubmit_order_form input[type="text"]#promo {
    position: absolute;
    top: 0;
    border: none;
    background: none;
    pointer-events: none;
}


.resubmit_order_form #row_curr.without_select td div {
    width: auto;
    font-size: 16px;
    padding: 0;
}

@media (max-width: 767px) {

    .orderPreview p,
    .orderform p {
        text-align: left !important;
    }

    .orderform label, #order_form tr#row_cost_per_page td.label div, #order_form tr#row_preff_wr_id td.label div {
        margin-top: 0;
        text-align: left;
        margin-left: 0;
        margin-bottom: 5px;
        float: none;
    }

    .orderform tr, .orderform td, .orderform th {
        display: block;
    }
    .resubmit_order_form #row_curr.without_select {
        max-width: 296px;
        margin: 0px auto 5px;
        line-height: 15px;
    }
    .resubmit_order_form #row_curr.without_select td {
        display: inline-block;
        vertical-align: top;
        margin: 0;
    }
    .resubmit_order_form #row_curr.without_select td div {
        width: auto;
        font-size: 16px;
        padding: 0;
    }
    .orderform td {
        max-width: 296px;
        margin: 0px auto 10px;
    }
    #order_form tr td.label {
        margin-bottom: 0;
    }
    #order_form tr#row_cost_per_page, #order_form tr#row_total {
        max-width: 296px;
        margin: 0px auto 5px;
    }
    #order_form tr#row_cost_per_page td, #order_form tr#row_total td {
        display: inline-block;
        vertical-align: top;
        margin: 0;
    }
    .orderPreview #order_form tr#row_cost_per_page td, .orderPreview #order_form tr#row_total td {
        display: table-cell;
        vertical-align: middle;
    }
    #order_form tr#row_cost_per_page td div, #order_form tr#row_total td div {
        width: auto;
        padding: 0;
    }
    .mobile-hide {
        display: none;
    }
    .orderform tr.vas_row .label {
        display: inline-block;
        vertical-align: baseline;
        text-align: right;
        width: 245px;
    }
    .orderform tr.vas_row {
        max-width: 370px;
        margin: 0px auto;
        clear: both;
        white-space: nowrap;
    }
    .orderform tr.vas_row .label + td {
        display: inline-block;
        float: none;
    }
    .orderform #row_promo {
        padding-top: 0px;
        max-width: 360px;
        margin: 0px auto;
        clear: both;
    }
    #submit_order_form {
        font-size: 23px;
        padding: 7px 45px !important;
        margin: 0;
    }
    .orderform #row_promo td.label {
        display: table-cell;
        vertical-align: top;
        width: 245px;
    }
    .orderform #row_promo td.label label {
        text-align: right;
        padding-top: 3px;
    }
    .orderform #row_promo td.label + td {
        display: table-cell;
    }
    .orderform #row_promo td.label + td > div {
        width: auto;
    }
    #order_form tr#row_promo td:nth-child(2) div.brdata {
        margin-left: -215px;
        padding-top: 0px;
        padding-bottom: 10px;
        margin-top: 20px;
    }
    #order_form.resubmit_order_form tr#row_promo td:nth-child(2) div.brdata {
        margin-top: 0px;
    }
    #order_form tr#row_promo td:nth-child(2) #promo {
        margin-top: -5px;
    }
    #order_form tr#row_promo td:nth-child(2) div {
        line-height: 16px;
    }
}


@media only screen and (max-width: 479px) {
    #phone1_number, #phone2_number {
        height: 26px;
    }
    .orderform #row_promo, .orderform tr.vas_row {
        max-width: 300px;
    }
    #order_form.resubmit_order_form tr#row_promo td:nth-child(2) div {
        padding-top: 30px;
    }
    .footerNav ul li:before,
    .footerNav ul li + li:before {
        content: "" !important;
        display: inline-block;
        width: 6px;
        height: 10px;
        color: #4d6076 !important;
        background: url(/images/footer-li-arrow.png) no-repeat 0px 0px;
        margin: 0 !important;
    }
    #page-body h1 {
        text-align: center;
        width: auto;
        font-size: 26px;
        margin-top: 0px;
        line-height: 32px;
    }
    #page-body .blogItem {
        margin-bottom: 20px;
    }
    .orderform #row_promo td.label {
        display: block !important;
        vertical-align: baseline;
        text-align: left;
        width: 100% !important;
        margin: 0;
        max-width: 100%;
    }
    .orderform #row_promo td.label label {
        font-size: 13px !important;
        line-height: 18px;
        text-align: left;
    }
    #order_form tr#row_promo td:nth-child(2) div {
        line-height: 16px;
        font-size: 16px;
        max-width: 100%;
        width: 100%;
    }
    .orderform #row_promo td.label + td {
        display: block;
        vertical-align: top;
        padding-bottom: 10px;
        margin: 0;
        max-width: 100%;
    }
    #order_form tr#row_promo td:nth-child(2) div.brdata {
        position: static;
        margin-left: 0;
        margin-top: 10px;
        padding-top: 0px;
        font-size: 13px;
        padding-bottom: 0px;
    }
    .header .headerContacts {
        display: none;
    }
    .orderPreview .vas_row .vas_price, .vas_row .vas_price {
        font-size: 14px;
        vertical-align: baseline;
    }
    .orderPreview #order_form tr#row_promo td.label label, .orderPreview #order_form tr#row_promo td:nth-child(2) div {
        font-size: 13px;
        color: #79808E;
        line-height: 16px;
        padding: 0;
        padding-top: 10px;
        display: block;
        padding-right: 5px;
        padding-left: 5px;
    }
    #order_form table th .mobile-hide {
        display: inline;
    }
    .mobile-newline {
        display: block;
    }
    #order_form table #group_4 th:after {
        height: 47px;
        margin-top: -60px;
        padding-left: 24px;
    }
    .payment-resubmit-wrap .pr-butwrap p {
        margin: 10px 35px 0 15px;
        width: auto;
    }
    .blogPostNav {
        display: none;
    }
    .vas_row .label + td div {
        padding-right: 0;
    }
}


.total-price-row .price_tb_buy {
    display: none !important;
}
.total-price-row {
    text-align: center;
    color: #544949;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 300;
    display: none;
}
.payment-resubmit-wrap {
    max-width: 600px;
}
#page-body .payment-resubmit-wrap p {
    padding: 0;
    margin-left: 0;
    width: auto;
    padding-left: 0px;
    overflow: visible;
}
#page-body .payment-but {
    margin-right: 10px;
}
@media screen and (max-width: 650px) {
    #page-body .payment-resubmit-wrap p {
        overflow: hidden;
        padding-right: 7px;
        margin-right: 0px;
    }
}
.order_title.place-your-order {
    max-width: 1000px;
    margin: 0px auto 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
@media screen and (max-width: 1024px) {
    .main_div.login-page {
        width: auto;
        margin: 0px auto;
        max-width: 350px;
    }
    .login_message #message {
        padding-left: 20px;
    }
}
@media screen and (max-width: 479px) {

    #personal_info #phone1_area, #personal_info #phone2_area{
        width: 38px;
    }

    .personalInfo__phoneWrap {
        /*margin-right: 10px !important;*/
    }

    #phone1_number, #phone2_number{
        width: 248px;
    }

    .total-price-row {
        padding-bottom: 20px;
        font-size: 22px;
        padding-top: 10px;
    }
    .customer-page .page-content .main_div.login-page h2 {
        padding-top: 10px;
    }
    .thanksWrapper .greenPanel p {
        font-size: 18px;
    }
}
.latestOrderBlock {
    width: 135px;
}
.latestOrderBlock .orderNumber {
    background: none;
    padding-top: 5px;
    margin-bottom: 0px;
}
.latestOrderBlock .orderDescription {
    border: none;
    padding: 0px;
    margin: 0;
    padding-left: 20px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
    min-height: 40px;
}

.request_part textarea {
    border: 1px solid #399e70;
}
.request_part input[type=submit] {
    display: block;
    text-align: center;
    float: left;
    padding: 0 20px;
    height: 38px;
    font: bold 14px/38px Arial;
    color: #fff;
    text-decoration: none;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
    background: -moz-radial-gradient(center, ellipse cover, rgba(94,148,228,0.72) 0%, rgba(67,132,205,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(94,148,228,0.72)), color-stop(100%,rgba(67,132,205,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(94,148,228,0.72) 0%,rgba(67,132,205,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(94,148,228,0.72) 0%,rgba(67,132,205,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(94,148,228,0.72) 0%,rgba(67,132,205,1) 100%);
    background: radial-gradient(ellipse at center, rgba(94,148,228,0.72) 0%,rgba(67,132,205,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b85e94e4', endColorstr='#4384cd',GradientType=1 );
    cursor: pointer;
    border: 0;
}


/*ToolTips*/
    #tooltip {
      position: absolute;
          z-index: 3000;
          width: 150px;
          border: 1px solid #E89403;
          background-color: #4FB285;
          padding: 10px;
          opacity: 1;
          color: #fff;
    }
    #tooltip h3 {
      background-color: #269;
      padding-left:5px;
      font-weight:bold;
      font-size:10px;
    }
    #tooltip div {
      padding-left:5px;
      padding-right:5px;
    }
    #tooltip img {
        vertical-align: bottom;
        margin-right: 5px;
    }
/*ToolTips End*/



#firstname:focus::-webkit-input-placeholder { color:transparent; }
#firstname:focus:-moz-placeholder { color:transparent; }
#firstname:focus::-moz-placeholder { color:transparent; }
#firstname:focus:-ms-input-placeholder { color:transparent; }

#lastname:focus::-webkit-input-placeholder { color:transparent; }
#lastname:focus:-moz-placeholder { color:transparent; }
#lastname:focus::-moz-placeholder { color:transparent; }
#lastname:focus:-ms-input-placeholder { color:transparent; }



input[type=number] {
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none;}
input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none;}
@-moz-document url-prefix() {
    #phone1_type{
        width: 105px;
    }
    #phone2_type{
        width: 105px;
    }
}


#order_form .selectric {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: italic;
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 5px;
    padding: 4px 5px;
    color: #000;
    border: none;
    border: 1px solid #399e70;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    appearance: none;
    background: #fff url(/images/3/icon/icon_arrow_green.png) 97% center no-repeat;
}
#order_form .selectric.validation_error {
    border: 1px solid #e34f32;
    position: static;
    height: auto;
    background: #fff url(/images/3/icon/icon_arrow_green.png) 97% center no-repeat;
    -webkit-pointer-events: auto;
    -o-pointer-events: auto;
    -ms-pointer-events: auto;
    -moz-pointer-events: auto;
    pointer-events: auto;
}
#order_form .selectric .label {
    line-height: 1;
    overflow: hidden;
    min-height: 18px;
    white-space: nowrap;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: italic;
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 5px;
    padding: 4px 5px !important;
    color: #000;
    font-weight: 400;
    margin: 0px;
}
#order_form .selectric .button {
    display: none;
}
#order_form .selectricItems {
    border: 1px solid #399E70;
    background: #FFF;
    margin-top: 1px;
}
#order_form .selectricWrapper, #order_form .selectricItems .selectricScroll  {
    margin: 0px !important;
    width: auto;
}
#row_phone1 .selectricWrapper, #row_phone2 .selectricWrapper {
    display: inline-block;
    vertical-align: top;
    width: 106px;
}
#row_phone1 .selectricWrapper div, #row_phone2 .selectricWrapper div {
    margin-bottom: 0 !important;
}
#row_phone1 .selectricWrapper .selectric, #row_phone2 .selectricWrapper .selectric {
    padding: 5px 5px;
    background: #fff url(/images/3/icon/icon_arrow_green.png) 90% center no-repeat;
    height: 34px;
}
@media screen and (max-width: 479px) {
    #row_phone1 .selectricWrapper .selectric, #row_phone2 .selectricWrapper .selectric {
        padding: 1px 5px;
        height: 26px;
    }
    #row_phone1 .selectricWrapper, #row_phone2 .selectricWrapper {
        width: 77px;
    }
    #img_delete_phone2, #img_add_phone2 {
        right: -37px;
    }
    .orderform #row_numpages div.validation_error,
    .orderform #row_order_category div.validation_error {
        top: 4px;
    }
    .preview #row_preff_wr_id .brdata {
        width: auto;
        margin-right: 0;
    }
}

.preceed-vas-btn {
    font-family: Raleway, sans-serif;
    font-weight: 300;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 0 -10px;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    border: none;
    border-top: 3px solid #f6f8fa;
    border-bottom: 3px solid #d0dae0;
    border-radius: 0;
    text-shadow: 0 1px 0 rgba(212, 63, 77, .5);
    padding: 4px 14px;
    font-size: 20px;
    top: -10px;
    cursor: pointer;
    -webkit-appearance: button;
    width: auto;
    height: auto;
    text-decoration: none;
    border-top-color: #ef9908;
    border-bottom-color: #d38706;
    background-color: #ef9908;
}
.preceed-vas-btn:hover {
    border-top-color: #d38706;
    border-bottom-color: #e59308;
    background-color: #e59308;
}
.preceed-vas-btn:active {
    border-top-color: #d68907;
    border-bottom-color: #d68907;
    background-color: #d68907;
}
#prefwriter_urgency_attention {
    color: red;
}
.faq-wrapper ul {
    margin-left: 20px;
}
.faq-wrapper h1 {
    line-height: 44px;
    font-size: 40px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.faq-wrapper h1:first-child {
    margin-top: 0;
}
@media screen and (max-width: 992px) {
    h2.text-xs-center {
        text-align: center;
    }
    h2.text-xs-center span {
        display: block;
    }
    .thanksWrapper .greenPanel:before {
        top: 70px;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(82, 179, 135, 0);
        border-top-color: #52b387;
        border-width: 20px;
        margin-left: -20px;
    }
    .thanksWrapper .greenPanel {
        margin-right: 0;
    }
}

#input_deadline .selectricWrapper {
    width: 93px;
    float: left;
}
.extend_deadline_text {
    display: block;
    margin-bottom: 3px;
    line-height: 25px;
}
#order_form #row_input_deadline .selectric {
    background: #fff url(/images/3/icon/icon_arrow_green.png) 90% center no-repeat;
}
#input_deadline {
    display: block;
    clear: both;
}
#input_deadline #deadline {
    margin-bottom: 0;
}
#input_deadline:after {
    content: "";
    display: table;
    clear: both;
}
.message-form table {
    width: 100%;
}
.message-form input[type="submit"] {
    float: none !important;
    margin: 0px auto;
    display: block;
}

.message-form {
    padding-right: 20px;
}
@media screen and (max-width: 1024px) {
    .message-form {
        padding-right: 0px;
    }
}

@media screen and (min-width: 1024px) {
    .sidebarWrapper .buttonWrapper .button {
        width: 100%;
    }
}

#row_additional_164 font[color=green] + input {
    display: none;
}
#row_additional_164 font[color=green] + input + span {
    display: none;
}
.resubmit_order_form #row_additional_164 font[color=green] + input + span {
    display: inline-block;
}
.resubmit_order_form #row_additional_164 font[color=green]:before {
    color: #353f52;
    font-size: 14px;
}
.resubmit_order_form #row_additional_164 font[color=green] {
    top: 1px;
    padding-right: 0px;
}
#row_additional_164 font[color=red] {
    display: none;
}

.orderPreview #order_form tr.vas_row td:nth-child(2) span, #row_additional_164 font[color=green], #row_additional_164 font[color=red] {
    top: 3px;
    position: relative;
    padding-right: 15px;
}
#row_additional_164 font[color=green] {
    color: transparent;
    font-size: 0;
}
#row_additional_164 font[color=green]:before {
    color: #353f52;
    font-size: 16px;
    content: 'yes';
}

#row_will_upload_files .label div:before {
    content: "Additional files:";
    display: block;
    font-family: 'Open Sans', sans-serif;
    margin: 7px 13px;
    text-align: right;
    color: #353f52;
    font-weight: 400;
    float: right;
    -webkit-pointer-events: none;
    -o-pointer-events: none;
    -ms-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
    font-size: 16px;
}
.orderPreview #row_will_upload_files .label div {
    font-size: 0;
}
.preview #row_will_upload_files .label div:before {
    content: "Additional files:";
    display: block;
    margin: 0;
    float: right;
    -webkit-pointer-events: none;
    -o-pointer-events: none;
    -ms-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
    margin-bottom: 0px;
    text-align: right;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    color: #596472;
    width: 41.66666667%;
}
.preview_comment,
.accept__link-wrp{
    display: block;
    text-align: center;
}
.accept__link-wrp{
    margin-bottom: 15px;
}

/* Select2 default CSS overwriting */
div.select2-container  {
    display: block !important;
    padding: 0 !important;
}
.select2-container, .select2-container .select2-choice {
    width: 310px;
    height: 34px;
    box-sizing: border-box;
    margin-bottom: 5px;
}
.select2-input.select2-input {
    padding: 3px 5px;
    margin: 0;
    border: 1px solid #399e70;
}
.select2-container .select2-choice {
    padding: 0 10px;
    border: 1px solid #399e70;
    background-color: #fff;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: italic;
    border-radius: 0;
    line-height: 32px;
    background-image: none;
}
.select2-container .select2-choice>.select2-chosen {
    margin: 0;
}
.select2-container .select2-choice .select2-arrow {
    background: transparent;
    border: none;
}
.select2-container .select2-choice .select2-arrow b {
    position: absolute;
    top: 13px;
    left: 2px;
    width: 0;
    height: 0;
    background-image: none;
}
.select2-drop {
    border-radius: 0;
    border-color: #399e70;
}
.select2-container-active .select2-choice,.select2-container-active .select2-choices{
    -webkit-box-shadow: none;
    box-shadow: none;
}
.select2-results li {
    margin-left: 0;
    font: normal 12px Arial;
}
@media only screen and (max-width: 479px) {
    .select2-container, .select2-container .select2-choice {
        width: 296px;
        height: 26px;
        font-size: 13px;
    }
    .select2-container .select2-choice {
        line-height: 24px;
    }
    .select2-input.select2-input {
        font-size: 13px;
    }
    .select2-container .select2-choice .select2-arrow b {
        top: 9px;
    }
}
/* ! Select2 default CSS overwriting */

.tooltiptext {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 0px;
    margin-left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    line-height: 18px;
    right: 0;
    margin-bottom: 5px;
}

.tooltiptext:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.wrlevels__td {
    position: relative;
    cursor: pointer;
    padding-right: 20px;
}

.wrlevels__td:after {
    content: url(/images/hint-wrlevels.png);
    display: inline-block;
    z-index: 1;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -10px;
}

#qualityTable2__new td:first-child:hover .tooltiptext {
    opacity: 1;
    visibility: visible;
}

.wrlevel_popup__list {
    width: 100%;
    margin-bottom: 10px;
}

.wrlevel_popup__item {
    list-style-type: none;
    margin: 0;
    padding: 8px;
    width: 100%;
    background: #f5f5f5;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 1px;
}

.wrlevel_popup__item.show {
    display: flex;
    flex-direction: column;
}

.wrlevel_popup__item:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 13px 0 0;
    border-color: #cfcfcf transparent transparent transparent;
    background: #fafdff;
}

.wrlevel_popup__item--premium {
    background: #fff8e7;
}

.wrlevel_popup__item--premium:after {
    border-color: #d9cdae transparent transparent transparent;
}

.wrlevel_popup__li {
    display: flex;
    margin: 4px 0;
    font-size: 12px;
    color: #444;
}

.wrlevel_popup__li:before {
    flex-shrink: 0;
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    background: url(/images/tick.png);
}

.wrlevel_popup__li--price {
    margin-top: auto;
    padding-top: 6px;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    justify-content: center;
    color: #000;
}

.wrlevel_popup__li--price span {
    display: inline-block;
    margin-left: 4px;
}

.wrlevel_popup__li--price:before {
    display: none;
}

.wrlevel_field_hint {
    display: none;
    position: absolute;
    right: -25px;
    top: 10px;
}

.wrlevel_field_hint.mobile {
    display: none !important;
}

.wrlevel_field_hint.clicked .fa-fw:after {
    content: '';
    width: 10px;
    height: 10px;
    background: url('../images/split/icons/svg/close.svg');
}

#row_wrlevel .orderform__el_container {
    position: relative;
}

.wrlevel_popup {
    display: none;
    position: relative;
    z-index: 2;
}

#linear-select-wrlevel {
    position: relative;
    z-index: 2;
}

.mobile {
    display: none;
}

.field_hint__wrlevel {
    position: absolute;
    right: -30px;
    top: -29px;
    display: block;
    width: 18px !important;
    height: 18px;
    border-radius: 50%;
    box-sizing: border-box;

    background: url(../images/clue-icon.png) no-repeat 0px 0px;
    font-size: 0;
    border: none;
    transition: none;
    cursor: pointer;
}

.info-popup__wrlevel.active .field_hint__wrlevel {
    background: none;
}

.info-popup__wrlevel.active .field_hint__wrlevel:before,
.info-popup__wrlevel.active .field_hint__wrlevel:after {
    position: absolute;
    left: 10px;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #333;
}

.info-popup__wrlevel.active .field_hint__wrlevel:before {
    transform: rotate(45deg);
}

.info-popup__wrlevel.active .field_hint__wrlevel:after {
    transform: rotate(-45deg);
}

@media all and (max-width: 767px) {
    .wrlevel_popup {
        position: fixed;
        top: 0;
        height: 100%;
        overflow: auto;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 0 8px;
        box-sizing: border-box;
        z-index: 3;
        right: 0;
        margin-right: 0 !important;
    }

    .wrlevel_popup__head {
        font-size: 18px;
        color: #363636;
    }

    .wrlevel_popup__title {
        font-size: 24px;
        color: #363636;
        font-weight: 500;
        padding: 5px 0 10px;
    }

    .wrlevel_popup__list {
        flex-direction: column;
        margin-right: 0 !important;
    }

    .wrlevel_popup__item {
        width: 100% !important;
        padding: 15px 20px 15px;
        margin-bottom: 15px;
    }

    .wrlevel_popup__li {
        font-size: 14px;
    }

    .wrlevel_popup__li--price {
        background: #ddd;
        line-height: 1.5em;
        padding: 9px 0;
        margin: 10px -20px 0;
    }

    .wrlevel_popup__item:after {
        display: none;
    }

    .mobile {
        display: block;
    }

    .wrlevel_popup__close {
        display: block;
        float: right;
        position: relative;
        width: 33px !important;
        height: 33px;
        top: 5px;
        cursor: pointer;
        z-index: 99;
        margin-right: 0 !important;
    }

    .wrlevel_popup__close:before,
    .wrlevel_popup__close:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 33px;
        width: 2px;
        background-color: #333;
    }

    .wrlevel_popup__close:before {
        transform: rotate(45deg);
    }

    .wrlevel_popup__close:after {
        transform: rotate(-45deg);
    }

    .info-popup__wrlevel {
        top: 0px;
        right: 0px;
        left: auto;
    }
}

#qualityTable2__new tbody tr td {
    width: 75% !important;
}

@media (max-width: 639px) {
    .qualityTable thead tr th{
        padding: 10px 5px;
        font-size: 14px;
    }
    .qualityTable tbody tr td{
        padding: 10px 12px;
    }
    .prices_table td a{
        padding: 0 5px;
    }
    .prices_table .ptable_featureimg > img{
        left: -8px;
    }
    .qualityTable tbody tr>.urgency{
        font-size: 14px;
        padding: 10px 5px;
    }
    .prices_table .price_text{
        font-size: 12px;
        white-space: nowrap;
    }
}
