html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

input,
button {
    -webkit-appearance: none;
    outline: none;
}

i.material-icons {
    position: relative;
}

body {
    line-height: 1;
    -webkit-text-size-adjust: none;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

select,
button,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
textarea {
    -webkit-appearance: none;
    outline: none;
}

input[type="submit"],
a,
button {
    cursor: pointer;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

a {
    outline: none;
    text-decoration: none;
}

iframe {
    max-width: 100%;
}

h1 {
    line-height: 1.5;
}

#status-net-on,
#status-net-off {
    height: 40px;
    line-height: 40px;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    font-size: 22px;
    text-shadow: 0 0 1px #000;
    font-family: 'Raleway-Bold';
    z-index: 2;
    text-align: center;
    display: none;
}

#status-net-off {
    background: rgba(128, 131, 132, 0.45);
}

#status-net-on {
    background: rgba(76, 175, 80, 0.5);
}




/*
.prev-example a.disabled, .next-example a.disabled {
    pointer-events: none;
    cursor: default;
    color: #888;
}
*/

.compare-page-form {
    margin: 0 auto;
}

.form-content {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    max-width: 100%;
}

.form-control.empty_field {
    border: 2px solid red !important;
}

/*RESET END*/

body {
    background-color: #fff;
    font-family: 'Raleway-Regular', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    max-width: 100vw;
    max-height: 100vh;
    overflow: hidden;
    zoom: 1;
    -webkit-overflow-scrolling: touch;
}

/*
.bg-2 {
    background-image: url(../img/bg-2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
*/

.static-page.bg-2 {
    background: #fff;
}

#particles-js {
    background: #14bab4;
}

/*
#particles-js {
    background-image: url(../img/bg-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
*/

#particles-js {
    width: 100vw;
    position: fixed;
    z-index: 1;
    top: 0;
    height: 100vh;
}

.count-particles {
    display: none;
}

#canvas {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-2 #canvas {
    background-color: #fff;
}

.bg-2 main {
    color: #000;
}

.canvas-wrap {
    position: relative;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

/*HEADER*/

header {
    height: 80px;
    background: rgba(255, 255, 255, 0.25);
    z-index: 1;
    position: relative;
}

header .container {
    position: relative;
    height: 100%;
}

.logo {
    font-size: 30px;
    font-family: 'Raleway-Bold';
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.logo span {
    display: inline-block;
    padding: 10px 10px;
    line-height: 1;
}

.logo span.logo-left {
    background: #14b1bb;
    -webkit-box-shadow: 0 0 10px 0 #14b1bb;
    box-shadow: 0 0 10px 0 #14b1bb;
    color: #fff;
}

.logo span.logo-right {
    color: #14b1bb;
    text-shadow: 0 0 2px #14b1bb;
    padding: 10px 6px;
}

.back-link,
a.get-quote-link {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 4px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Raleway-Bold';
}

a.get-quote-link {
    background: #0C676E;
    -webkit-box-shadow: 0 0 10px 0 #0C676E;
    box-shadow: 0 0 10px 0 #0C676E;
    color: #fff;
}

.index-page .back-link {
    display: none;
}

.back-link span,
.back-link i {
    display: inline-block;
    vertical-align: middle;
}

.back-link i {
    font-size: 20px;
}

.back-link span {
    margin-left: 10px;
}

/*HEADER END*/

.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100vh - 80px - 140px);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 2vh;
    padding-bottom: 2vh;
    position: relative;
    overflow: hidden;
}



.index-page .main {
    height: calc(100vh - 80px - 60px);
    padding-top: 7vh;
    padding-bottom: 5vh;
}

.index-page .description {
    margin-bottom: 45px;
}

.actions {
    width: 100%;
}

h1 {
    width: 100%;
    text-align: center;
    font-family: 'Raleway-Bold';
    font-size: 48px;
    text-shadow: 0 0 3px #000;
    line-height: 2;
}

.bg-2 h1 {
    text-shadow: 0 0 3px #fff;
}

h1.title {
    text-align: left;
}

.description {
    width: 100%;
    text-align: center;
    text-shadow: 0 0 1px #000;
    font-size: 22px;
}

.description ul {
    display: inline-block;
}

.description li {
    padding: 0 20px 0 20px;
    margin-bottom: 10px;
    position: relative;
    text-align: left;
    display: inline-block;
    font-family: 'Raleway-Bold';
    vertical-align: top;
}

.description li:last-child {
    margin-bottom: 0;
}


.description li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #fff;
    -webkit-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
    border-radius: 50%;
}

/*FOOTER*/

footer {
    height: 140px;
    background: rgba(255, 255, 255, 0.25);
    position: relative;
    z-index: 1;
}

footer > .container {
    height: 60px;
}

.footer-links {
    text-align: left;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer-links a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    font-family: 'Raleway-Bold';
}

.footer-links a,
footer {
    color: #666;
    font-size: 14px;
}

.footer-links a:hover {
    color: #000;
}

.index-page footer {
    height: 60px;
    background: none;
    position: relative;
}

.copyright {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'Raleway-Bold';
}

.index-page .copyright {
    width: 100%;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.navigation {
    position: relative;
    height: 80px;
    z-index: 1;
    font-size: 0;
    width: 100%;
}

.navigation .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}

.navigation a {
    display: inline-block;
    width: 25%;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    padding: 0 15px;
    font-family: 'Raleway-Bold';
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.navigation a > span {
    font-size: 15px;
    border-radius: 5px;
    padding: 15px 15px;
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.navigation a > span:hover {
    -webkit-box-shadow: 0 0 15px 0px #505050;
    box-shadow: 0 0 15px 0px #505050;
}

/*FOOTER END*/

/*CONTACT-US PAGE*/

.contact-us-page .main {
    padding-top: 2vh;
    padding-bottom: 2vh;
}

.contact-us-page .contact-us-item {
    display: none;
}

.contact-us-form {
    font-size: 0;
    width: 100%;
}

.contact-us-form .form-column {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    padding-right: 15px;
    overflow: hidden;
}

.contact-us-form .addres-column {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    padding-left: 15px;
}

.addres-column li {
    padding: 15px;
    padding-left: 45px;
    margin: 0 0 15px 0;
    border-left: 5px solid #14b1bb;
    background: #cccccc91;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 5px;
    position: relative;
}

.addres-column li i {
    position: absolute;
    top: 15px;
    left: 10px;
    color: #14b1bb;
}

.addres-column p > span {
    font-family: 'Raleway-Bold';
    display: inline-block;
    margin-bottom: 10px;
}

.addres-column a {
    color: inherit;
}

.addres-column a:hover {
    color: #0C676E;
    font-family: 'Raleway-Bold';
}

.form-column textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 187px;
    min-height: 187px;
    max-height: 187px;
    padding: 15px 15px;
    max-width: 100%;
    min-width: 100%;
    display: block;
}

.form-control {
    border-radius: 5px;
    background: #f9f9f9;
    padding: 15px 15px;
    height: 45px;
    color: #666;
    color: #000;
    border: 1px solid #333;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    display: inline-block;
}

.form-control:focus {
    color: #454545;
}

.form-input,
.form-textarea {
    margin-bottom: 15px;
}

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

input.form-submit {
    padding: 0;
    display: inline-block;
    width: 265px;
    height: 65px;
    line-height: 65px;
    font-size: 20px;
    color: #fff;
    font-family: 'Raleway-Bold';

    border: 0;
    outline: none;
    border-radius: 5px;
    text-transform: uppercase;
}

span.form-text {
    font-size: 20px;
    margin-right: 20px;
    line-height: 50px;
    font-family: 'Raleway-Bold';
    vertical-align: middle;
}

span.form-text.ml {
    margin-left: 20px;
}

input#contact-us-name {
    width: 406px;
    float: right;
}

input#contact-us-email,
input#contact-us-phone {
    width: 244px;
}

input#contact-us-name,
input#contact-us-email,
input#contact-us-phone {
    text-align: left;
}

.form-control:focus {
    border: 2px solid #14b1bb;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 none;
}

.form-control:focus::-webkit-input-placeholder {
    font-size: 0;
}

.form-control:focus:-ms-input-placeholder {
    font-size: 0;
}

.form-control:focus::-ms-input-placeholder {
    font-size: 0;
}

.form-control:focus::-webkit-input-placeholder {
    font-size: 0;
}

.form-control:focus:-ms-input-placeholder {
    font-size: 0;
}

.form-control:focus::placeholder {
    font-size: 0;
}

/*CONTACT-US PAGE END*/

/*LEARN-PAGE*/

.learn-page .learn-item {
    display: none;
}

/*LEARN-PAGE END*/

/*ORDER-PAGE*/

.order-form {
    font-size: 0;
    width: 100%;
}

.order-page .main {
    padding-top: 7vh;
    padding-bottom: 7vh;
}

.order-page .order-item {
    display: none;
}

#order-form {
    width: 650px;
    max-width: 100%;
    margin: 0 auto;
}

.order-form .input-block {
    font-size: 0;
}

.order-form .input-block > div {
    display: inline-block;
    vertical-align: top;
}

.order-form .input-block .left-side {
    width: 50%;
    padding-right: 10px;
}

.order-form .input-block .right-side {
    width: 50%;
    padding-left: 10px;
}

.order-form input {
    width: 100%;
    margin-bottom: 20px;
}

.order-form textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 175px;
    min-height: 175px;
    max-height: 175px;
}

.button-block {
    text-align: center;
    padding: 20px 15px;
}

button.order-form-submit {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-family: 'Raleway-Bold';
    -webkit-box-shadow: 0 0 10px 0 #ea5802;
    box-shadow: 0 0 10px 0 #ea5802;
    background: #ea5802;
    letter-spacing: 1px;
    border: 0;
    outline: none;
    border-radius: 5px;
    text-transform: uppercase;
    line-height: 55px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    margin: 0 auto;
    text-align: center;
    width: auto;
    padding: 0 30px;
}

button.order-form-submit:hover {
    -webkit-box-shadow: 0 0 15px 0 #ea5802;
    box-shadow: 0 0 15px 0 #ea5802;
}

button.order-form-submit span {
    vertical-align: middle;
}

button.order-form-submit i {
    vertical-align: middle;
    line-height: 1;
    top: -1px;
}


/*ORDER PAGE END*/

/*STATIC PAGE*/

.static-page .main {
    padding-top: 0px;
    padding-bottom: 0px;
    overflow-y: hidden;
    height: calc(100vh - 80px - 140px);
}

.static-page main {
    color: #000
}

.static-page h1 {
    text-align: left;
    margin-bottom: 15px;
    font-size: 36px;
}

.static-page h2,
.static-page h3 {
    font-size: 22px;
    margin: 10px 0;
    font-family: 'Raleway-Bold';
    display: block;
    width: 100%;
}

.static-page h3 {
    font-size: 20px;
}

.static-page main a:hover {
    text-decoration: underline;
}

.static-page h3 {
    font-size: 20px;
    margin: 10px 0;
}

.static-page p {
    margin: 0 0 10px 0;
}

#scrollbar1 {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#scrollbar1 .viewport {
    height: calc(100vh - 280px);
    overflow-y: hidden;
    position: relative;
}

#scrollbar1 .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding-right: 15px;
    height: calc(100vh - 240px);
}

#scrollbar1 .scrollbar {
    position: absolute;
    background-position: 0 0;
    right: 0px;
    top: 0;
    width: 15px;
    z-index: 1;
}

#scrollbar1 .track {
    height: calc(100vh - 240px - 60px) !important;
    width: 13px;
    position: relative;
    padding: 0 1px;
}

#scrollbar1 .thumb {
    background: transparent url(scroll-images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
    height: 20px;
    width: 25px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -5px;
}

#scrollbar1 .thumb .end {
    background: transparent url(scroll-images/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
    overflow: hidden;
    height: 5px;
    width: 25px;
}

#scrollbar1 .disable {
    display: none;
}

.noSelect {
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

/*STATIC PAGE END*/

/*COMPARE PAGE*/

.compare-page .main {
    padding-top: 15vh;
    padding-bottom: 15vh;
}

.compare-page .description {
    font-size: 20px;
    margin-bottom: 30px;
}

#compare-form {
    width: calc(100% + 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    margin: 0 -10px;
}

#compare-form > div {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
}

#compare-form > div input {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

/*COMPARE END*/

/*COLORS*/

/*Хедер-футер на темном фоне*/

header,
footer {
    background: rgba(255, 255, 255, 0.7);
}

/*Хедер-футер на светлом + Контакты на странице контактов*/

.bg-2 header,
.bg-2 footer {
    background: rgba(185, 234, 233, 0.3607843137254902);
}

.bg-2 .addres-column li {
    background: #f5f5f5;
}

/*кнопки форм*/

button.order-form-submit,
input.form-submit {
    background: #0C676E;
    -webkit-box-shadow: 0 0 10px 0 #0C676E;
    box-shadow: 0 0 10px 0 #0C676E;
}

input.form-submit:hover,
button.order-form-submit:hover {
    -webkit-box-shadow: 0 0 20px 0 #0C676E;
    box-shadow: 0 0 20px 0 #0C676E;
}

/*темный фон*/

/*светлый фон*/

/*Лого bg + назад + цвет иконок в Контактах + Бордер в контактах + Input:focus*/

.back-link,
.logo span.logo-left,
a.get-quote-link {
    background: #0C676E;
    -webkit-box-shadow: 0 0 10px 0 #0C676E;
    box-shadow: 0 0 10px 0 #0C676E;
}

a.get-quote-link {
    width: 132px;
}

.back-link:hover,
a.get-quote-link:hover {
    -webkit-box-shadow: 0 0 15px 0px #0C676E;
    box-shadow: 0 0 15px 0px #0C676E;
}

.form-control:focus {
    border-color: #0C676E;
}

.form-control:-ms-input-placeholder,
.form-control::-ms-placeholder,
.form-control::-ms-input-placeholder {
    font-weight: 400;
    color: #999;
    font-size: 16px;
}

.form-control::-ms-input-placeholder,
.form-control::-ms-placeholder,
.form-control::-ms-input-placeholder {
    font-weight: 400;
    color: #999;
    font-size: 16px;
}

.form-control:-ms-input-placeholder,
.form-control::-ms-placeholder,
.form-control::-ms-input-placeholder {
    font-weight: 400;
    color: #999;
    font-size: 16px;
}

.form-control::placeholder,
.form-control::-ms-placeholder,
.form-control::-ms-input-placeholder {
    font-weight: 400;
    color: #999;
    font-size: 16px;
}

.logo span.logo-right,
.addres-column li i,
.static-page main a {
    color: #0C676E;
}

.addres-column li {
    border-color: #0C676E;
}

/*Цвет текста на всетлой теме*/

.bg-2 h1,
.bg-2 .contact-us-form,
.addres-column li,
.footer-links a,
.navigation a > span,
footer,
.grid figure h2,
.static-page main {
    color: #454545;
}

.form-control {
    border-color: #454545;
    color: #454545;
    font-family: 'Raleway-Bold';
    background: #f5f5f5;
}

.navigation a > span {
    background: rgba(128, 131, 132, 0.23137254901960785);
    -webkit-box-shadow: 0 0 10px 0px rgba(128, 131, 132, 0.23137254901960785);
    box-shadow: 0 0 10px 0px rgba(128, 131, 132, 0.23137254901960785);
}

.navigation a > span {
    border-left: 5px solid #0C676E;
}

.navigation a > span:hover {
    -webkit-box-shadow: 0 0 15px 0px #505050;
    box-shadow: 0 0 15px 0px #505050;
}

.services-page h1 {
    text-align: left;
}

a.example-order-link {
    padding: 0;
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-size: 20px;
    color: #fff;
    font-family: 'Raleway-Bold';
    border: 0;
    outline: none;
    border-radius: 5px;
    text-transform: uppercase;
    background: #0C676E;
    -webkit-box-shadow: 0 0 10px 0 #0C676E;
    box-shadow: 0 0 10px 0 #0C676E;
    position: absolute;
    bottom: 0;
}



a.example-order-link:hover {
    -webkit-box-shadow: 0 0 15px 0 #0C676E;
    box-shadow: 0 0 15px 0 #0C676E;
}

.services-page-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.services-image-block {
    display: inline-block;
    width: 262px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.services-image-block a,
.services-image-block img {
    display: block;
}

.services-image-block img {
    width: 200px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 15px #0C676E;
    box-shadow: 0 0 15px #0C676E;
}

.services-page .description {
    width: calc(100% - 262px*2);
    padding-left: 30px;
    text-align: left;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.services-page .description li {
    line-height: 1.4;
    margin-bottom: 15px;
}

.services-order-block {
    width: 262px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    height: 355px;
    position: relative;
}


.services-link {
    display: inline-block;
    margin-top: 30px;
    font-size: 16px;
    vertical-align: middle;
    /*    width: 275px;*/
}

.services-link-title {
    margin-bottom: 5px;
    font-family: 'Raleway-Bold';
    font-size: 20px;
    text-transform: uppercase;
}

.service-link {
    white-space: nowrap;
    overflow: hidden;
}

.service-link a {
    color: #0C676E;
    text-shadow: none;
    font-family: 'Raleway-Bold';
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    display: block;
}

.example-order-button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.example-order-link-wrap a.example-order-link {
    position: relative;
    width: 100%;
}

.services-order-block .animated-form-button {
    display: block;
}

.order-page h1 {
    margin-bottom: 15px;
}

.index-page .wrapper-content,
.for-free-page .wrapper-content,
.learn-page .wrapper-content,
.wrapper-content {
    padding-bottom: 35px;
}

.wrapper-content {
    width: 100%;
}

.for-free-page h1,
.learn-page h1 {
    margin-bottom: 30px;
}

.portfolio-example h1 {
    margin-bottom: 15px;
}

.portfolio-example .wrapper-content {
    padding-bottom: 15px;
}

.services-page h1 {
    margin-bottom: 15px;
}

#result {
    position: absolute;
    width: 100%;
    max-width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 15px 15px;
}

#not-found {
    position: relative;
    z-index: 1000;
}

.not-found-page-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.not-found-page h1 {
    font-size: 200px;
    width: 100%;
    line-height: 1.5;
}

.not-found-page-text {
    width: 100%;
    font-size: 30px;
    text-shadow: 0 0 2px #000;
}

/*RESPONSIVE*/

@media (max-width: 1025px) {
    .services-page .description {
        width: calc(100% - 262px);
    }
}


@media (max-width: 500px) {
    .navigation a {
        height: 75px;
        overflow: hidden;
        position: relative;
    }

    .navigation a > span {
        height: 60px;
        padding: 0 10px;
        width: calc(50vw - 15px);
        display: table-cell;
        vertical-align: middle;
    }
}



.ac-grid a {
    height: 100%;
    z-index: 10;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .ac-wrapper.ac-gridview .ac-grid a:first-child,
    .ac-wrapper.ac-gridview .ac-grid a:last-child {
        -webkit-transform: none !important;
        transform: none !important;
    }
}

@media all and (min--moz-device-pixel-ratio:0) {
    .ac-wrapper.ac-gridview .ac-grid a:first-child,
    .ac-wrapper.ac-gridview .ac-grid a:last-child {
        -webkit-transform: none !important;
        transform: none !important;
    }
}

@supports (-ms-accelerator:true) {
    .ac-wrapper.ac-gridview .ac-grid a:first-child,
    .ac-wrapper.ac-gridview .ac-grid a:last-child {
        -webkit-transform: none !important;
        transform: none !important;
    }
}

@supports (-ms-ime-align:auto) {
    .ac-wrapper.ac-gridview .ac-grid a:first-child,
    .ac-wrapper.ac-gridview .ac-grid a:last-child {
        -webkit-transform: none !important;
        transform: none !important;
    }
}

button.order-form-submit.btn-offline,
input.form-submit.btn-offline,
button.order-form-submit.btn-offline:disabled,
input.form-submit.btn-offline:disabled {
    background: rgba(69, 69, 69, 0.5);
    -webkit-box-shadow: 0 0 10px 0 rgba(69, 69, 69, 0.5);
    box-shadow: 0 0 10px 0 rgba(69, 69, 69, 0.5);
    cursor: no-drop;
    pointer-events: none;
}


/*ICONS*/

i.icon-return,
img.icon-return {
    display: inline-block;
    width: 20px;
    height: 22px;
    background: url(btn-icons/return-icon.png);
    background-size: cover;
    position: relative;
    vertical-align: middle;
}

i.icon-get-btn {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(btn-icons/get-btn-icon.png);
    background-size: cover;
    position: relative;
}

i.icon-location {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(btn-icons/location-icon.svg);
    background-size: cover;
}

i.icon-left {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(btn-icons/left-icon.png);
    background-size: cover;
}

i.icon-right {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(btn-icons/right-icon.png);
    background-size: cover;
}

i.icon-flash {
    display: block;
    width: 50px;
    height: 50px;
    background: url(btn-icons/flash-icon.png);
    background-size: cover;
}


i.icon-prev-example {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background: url(btn-icons/left-icon.png);
    background-size: cover;
}

i.icon-next-example {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background: url(btn-icons/right-icon.png);
    background-size: cover;
}

i.icon-parameter-flash {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: url(btn-icons/parameter-flash-icon.svg);
    background-size: cover;
}


i.icon-parameter-mobile {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: url(btn-icons/parameter-mobile-icon.svg);
    background-size: cover;
}



/*ICONS END*/

#preloader {
    position: fixed;
    width: 100%;
    top: 0;
    text-align: center;
    bottom: 0;
    z-index: 2000;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#preloader div {
    width: 100%;
}

#preloader img {
    display: block;
    width: 300px;
    margin: 0 auto;
    max-width: 70%;
}

#preloader img.loader-gif {
    max-width: 70px;
    margin-top: 30px;
}

#preloader {
    background: #14bab4;
}

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

.services-image-block img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
}




@media all and (display-mode: standalone) {
    body {
        font-family: 'Raleway-Bold';
        color: #fff;
        font-size: 0;
    }
}
