/***************reset***************/
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

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

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

td,
th {
    padding: 0;
}

form {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button {
    outline: none;
    box-sizing: border-box;
    border: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
    color: inherit;
    background-color: transparent;
    cursor: pointer;
}

select {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
    color: inherit;
    text-overflow: ellipsis;
}

input {
    outline: none;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
    text-overflow: ellipsis;
    color: inherit;
}

textarea {
    overflow: auto;
    resize: none;
    outline: none;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
    color: inherit;
}

hr {
    border: none;
}

img {
    border: 0;
}

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

/*==========GENERAL STYLES==========*/
html {
    min-height: 100%;
}

body {
    overflow-x: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100vh;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#131874), color-stop(50%, #2a30a1), color-stop(51%, #2a30a1), to(#131874));
    background-image: -o-linear-gradient(top, #131874 0%, #2a30a1 50%, #2a30a1 51%, #131874 100%);
    background-image: linear-gradient(180deg, #131874 0%, #2a30a1 50%, #2a30a1 51%, #131874 100%);
    background-size: 100% 1920px;
}

body.noscroll {
    overflow: hidden;
}

/*=TEXT=*/
*::selection {
    background-color: #0855bf;
}

h1 {
    margin-bottom: 48px;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.25;
}

h2 {
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.25;
}

h3 {
    margin-bottom: 32px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.25;
}

h4 {
    margin-bottom: 32px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
}

h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
}

h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
}

.section-title {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 16px;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 80px;
    height: 1px;
    background-color: rgba(12, 137, 235, 0.4);
}

.about .section-title::after {
    left: 0;
}

.section-title-left::after {
    left: 0;
}

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

.section-title-center::after {
    left: 50%;
    margin-left: -40px;
}

.section-text {
    max-width: 1080px;
}

.section-text-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.page-title {
    margin-bottom: 32px;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
}

.article-title {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
}

strong {
    font-weight: 600;
}

em {
    font-style: italic;
}

/*=LINKS&FORMS=*/
a,
button {
    text-decoration: none;
    color: currentColor;
    -webkit-transition: all ease-in-out 0.1s;
    -moz-transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
}

a:hover,
button:hover,
a:active,
button:active,
a:focus,
button:focus {
    outline: none;
    text-decoration: none;
}

.text-link {
    text-decoration: underline;
    color: #fff;
}

.text-link:hover,
.text-link:active,
.text-link:focus {
    text-decoration: underline;
    color: #00c972;
}

.text-link-bold {
    font-weight: bold;
}

.link-tel {
    position: relative;
    padding-left: 26px;
}

.link-tel::before {
    content: '\f095';
    position: absolute;
    left: 0;
    top: 1px;
    font-family: 'FontAwesome', sans-serif;
    font-size: 14px;
    color: #00c972;
}

/*breadcrumbs*/
.breadcrumbs {
    margin-bottom: 32px;
}

.breadcrumbs-item {
    vertical-align: bottom;
    margin-right: 5px;
    font-size: 14px;
    color: #00c972;
}

.breadcrumbs-item::after {
    content: '\f101';
    position: relative;
    top: -1px;
    vertical-align: bottom;
    margin-left: 9px;
    font-size: 12px;
    font-family: 'FontAwesome', sans-serif;
    color: #cdcdcd;
}

.breadcrumbs-home {
    font-size: 16px;
    color: #0c89eb;
}

.breadcrumbs-home i {
    position: relative;
    bottom: -1px;
}

.breadcrumbs-current {
    vertical-align: bottom;
    font-size: 14px;
    color: #fff;
}

.breadcrumbs a:not(.breadcrumbs-home):hover,
.breadcrumbs a:not(.breadcrumbs-home):active,
.breadcrumbs a:not(.breadcrumbs-home):focus {
    text-decoration: underline;
}

/*pagination*/
.pagination-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid rgba(12, 137, 235, 0.4);
    border-bottom: 1px solid rgba(12, 137, 235, 0.4);
    padding: 16px 0;
}

.pagination-link {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.pagination-link:last-child {
    margin-right: 0;
}

.pagination-link-prev i {
    position: relative;
    top: -0.5px;
    margin-right: 4px;
    font-size: 14px;
}

.pagination-link-next i {
    margin-left: 4px;
    font-size: 14px;
}

/*btns*/
.btn {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.btn:focus,
.btn:hover,
.btn:active {
    outline: none;
}

.btn-xs {
    padding-left: 16px;
    padding-right: 16px;
    height: 29px;
    font-weight: 600;
    font-size: 14px;
}

.btn-sm {
    padding-left: 16px;
    padding-right: 16px;
    height: 32px;
    font-weight: 600;
    font-size: 14px;
}

.btn-md {
    padding-left: 16px;
    padding-right: 16px;
    height: 32px;
    font-weight: 600;
    font-size: 16px;
}

.btn-lg {
    padding-left: 24px;
    padding-right: 24px;
    height: 40px;
    font-weight: 600;
    font-size: 14px;
}

.btn-xl {
    padding-left: 32px;
    padding-right: 32px;
    height: 40px;
    font-weight: 600;
    font-size: 18px;
}

.btn-dark {
    color: #fff;
    background-color: #00c972;
    -webkit-box-shadow: 0 4px 9px 0 rgba(19, 24, 116, 0.86);
    -moz-box-shadow: 0 4px 9px 0 rgba(19, 24, 116, 0.86);
    box-shadow: 0 4px 9px 0 rgba(19, 24, 116, 0.86);
    border: 0;
}

.btn-dark:focus,
.btn-dark:active,
.btn-dark:hover,
.btn-dark.active {
    background-color: #0c89eb;
}

.btn-light {
    color: #fff;
    background-color: #0c89eb;
    -webkit-box-shadow: 0 4px 9px 0 rgba(19, 24, 116, 0.86);
    -moz-box-shadow: 0 4px 9px 0 rgba(19, 24, 116, 0.86);
    box-shadow: 0 4px 9px 0 rgba(19, 24, 116, 0.86);
}

.btn-light:focus,
.btn-light:active,
.btn-light:hover,
.btn-light.active {
    background-color: #00c972;
}

.btn-border {
    border: 1px solid #00c972;
    color: #00c972;
}

.btn-border:hover,
.btn-border:active,
.btn-border:focus,
.btn-border.active {
    color: #fff;
    background-color: #00c972;
}

.btn-white {
    color: #00c972;
    background-color: #fff;
}

.btn-white:focus,
.btn-white:active,
.btn-white:hover {
    color: #fff;
    background-color: #00c972;
}

.btn-block {
    display: block;
    width: 100%;
}

a.btn-xs {
    line-height: 29px;
}

a.btn-xs.btn-border {
    line-height: 27px;
}

a.btn-sm {
    line-height: 32px;
}

a.btn-sm.btn-border {
    line-height: 30px;
}

a.btn-md {
    line-height: 32px;
}

a.btn-lg {
    line-height: 40px;
}

a.btn-xl {
    line-height: 40px;
}

.btn-submit {
    margin-top: 24px;
}

.form-group {
    margin-bottom: 16px;
}

.form-group-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-group:last-child {
    margin-bottom: 0;
}

.form-control {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #0c89eb;
    padding: 0 16px;
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    background-color: #131874;
    -webkit-box-shadow: 0 4px 9px 0 rgba(19, 24, 116, 0.86);
    -moz-box-shadow: 0 4px 9px 0 rgba(19, 24, 116, 0.86);
    box-shadow: 0 4px 9px 0 rgba(19, 24, 116, 0.86);
    -webkit-transition: all ease-in-out 0.1s;
    -moz-transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
}

.form-control::-webkit-input-placeholder {
    color: #a6a9ad;
    -webkit-transition: all ease-in-out 0.1s;
    -moz-transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
}

.form-control::-moz-placeholder {
    color: #a6a9ad;
    -webkit-transition: all ease-in-out 0.1s;
    -moz-transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
}

.form-control:-moz-placeholder {
    color: #a6a9ad;
    -webkit-transition: all ease-in-out 0.1s;
    -moz-transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
}

.form-control:-ms-input-placeholder {
    color: #a6a9ad;
    -webkit-transition: all ease-in-out 0.1s;
    -moz-transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
}

.form-control:focus::-webkit-input-placeholder {
    opacity: 0.3;
}

.form-control:focus::-moz-placeholder {
    opacity: 0.3;
}

.form-control:focus:-moz-placeholder {
    opacity: 0.3;
}

.form-control:focus:-ms-input-placeholder {
    opacity: 0.3;
}

.form-control-inline {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.form-control-sm {
    height: 32px;
}

textarea.form-control {
    padding-top: 8px;
    padding-bottom: 8px;
    height: 96px;
}

.label {
    font-weight: 400;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

.label-inline {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 16px;
    min-width: 140px;
}

.label-inline-lg {
    min-width: 165px;
}

.label-radio-general {
    display: block;
    margin-bottom: 16px;
}

input[type="checkbox"],
input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.label-checkbox {
    position: relative;
    display: block;
    padding-left: 40px;
    cursor: pointer;
}

.label-checkbox::before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #0c89eb;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 22px;
    font-family: 'FontAwesome', sans-serif;
    text-align: center;
    color: #00c972;
    background-color: #131874;
    -webkit-box-shadow: 0 4px 9px 0 rgba(19, 24, 116, 0.86);
    -moz-box-shadow: 0 4px 9px 0 rgba(19, 24, 116, 0.86);
    box-shadow: 0 4px 9px 0 rgba(19, 24, 116, 0.86);
    -webkit-transition: all ease-in-out 0.1s;
    -moz-transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
}

.label-checkbox-sm {
    padding-left: 32px;
}

.label-checkbox-sm::before {
    top: 2px;
    width: 16px;
    height: 16px;
    font-size: 12px;
    line-height: 14px;
}

input[type="checkbox"]:checked + .label-checkbox::before {
    content: '\f00c';
}

.form-group-radio + .form-group-radio {
    margin-top: 8px;
}

.form-group-radio + .form-group {
    margin-top: 24px;
}

.form-group-radio + p {
    margin-top: 16px;
}

.label-radio {
    position: relative;
    display: block;
    padding-left: 24px;
    cursor: pointer;
}

.label-radio::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    border: 1px solid #0c89eb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: #131874;
}

.label-radio::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: #00c972;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.1s;
    -moz-transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
}

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

/***SELECT2***/
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

.select2-container {
    max-width: 100%;
}

.select2-container--default .select2-selection--single {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #0c89eb;
    width: 100%;
    height: 40px;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    background-color: #131874;
    -webkit-box-shadow: 0 4px 9px 0 rgba(19, 24, 116, 0.86);
    -moz-box-shadow: 0 4px 9px 0 rgba(19, 24, 116, 0.86);
    box-shadow: 0 4px 9px 0 rgba(19, 24, 116, 0.86);
    -webkit-transition: all ease-in-out 0.1s;
    -moz-transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
}

.select2-container--default .select2-selection--single:hover,
.select2-container--default .select2-selection--single:focus {
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 32px 0 16px;
    height: 38px;
    font-size: 16px;
    line-height: 38px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #a6a9ad;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__placeholder {
    color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 1px;
    top: 1px;
    width: 32px;
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    right: 16px;
    left: auto;
    top: 50%;
    margin-top: -10px;
    border: none;
    width: 9px;
    height: 21px;
    -webkit-transition: all ease-in-out 0.1s;
    -moz-transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b::after {
    content: '\f107';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    font-family: 'FontAwesome', sans-serif;
    color: #00c972;
}

.select2-dropdown {
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #0c89eb;
    background-color: #131874;
    -webkit-box-shadow: 0 4px 9px 0 rgba(19, 24, 116, 0.86);
    -moz-box-shadow: 0 4px 9px 0 rgba(19, 24, 116, 0.86);
    box-shadow: 0 4px 9px 0 rgba(19, 24, 116, 0.86);
}

.select2-container--open .select2-container--below {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--open .select2-container--above {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-search.select2-search--dropdown {
    display: none;
}

.select2-results__options {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

.select2-container--default .select2-results__option {
    position: relative;
    border-bottom: 1px solid rgba(12, 137, 235, 0.4);
    padding: 8px 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
}

.select2-container--default .select2-results__option:last-child {
    border-bottom: 0;
}

.select2-container--default .select2-results__option:hover {
    color: #fff;
    background: #0855bf;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #fff;
    background-color: #0855bf;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    color: #fff;
    background: #0855bf;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    color: #fff;
    background: #0855bf;
}

.form-control-sm + .select2-container--default .select2-selection--single {
    height: 32px;
}

.form-control-sm + .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 30px;
    line-height: 30px;
}

.form-control-sm + .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
}

/***validation***/
.help-block {
    margin-top: 4px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
}

/*has-success*/
.has-success .form-control {
    border-color: #93d483;
    color: #fff;
    background-color: #f5fcf4;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.has-success .form-control:focus {
    border-color: #93d483;
    color: #fff;
    background-color: #f5fcf4;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.has-success .select2-container--default .select2-selection--single {
    border-color: #93d483;
    background-color: #f5fcf4;
}

.has-success .select2-container--default .select2-selection--single:hover,
.has-success .select2-container--default .select2-selection--single:focus {
    border-color: #93d483;
    background-color: #f5fcf4;
}

/*has-error*/
.has-error .help-block {
    color: #c97272;
}

.has-error .form-control {
    border-color: #e8a3a3;
    color: #fff;
    background-color: #fcf4f4;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.has-error .form-control:focus {
    border-color: #e8a3a3;
    color: #fff;
    background-color: #fcf4f4;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.has-error .select2-container--default .select2-selection--single {
    border-color: #e8a3a3;
    background-color: #fcf4f4;
}

.has-error .select2-container--default .select2-selection--single:hover,
.has-error .select2-container--default .select2-selection--single:focus {
    border-color: #e8a3a3;
    background-color: #fcf4f4;
}

/*=HEADER=*/
header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-top: 30px;
}

.header-logo-img {
    display: block;
    height: 120px;
}

.header-in {
    width: 100%;
    margin-left: 72px;
}

.header-in-top {
    border-bottom: 1px solid rgba(12, 137, 235, 0.4);
    padding-bottom: 12px;
}

.header-in-top-menu {
    font-size: 14px;
    text-align: right;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header-in-top-menu svg {
    margin-right: 15px;
}

.header-in-top-menu:last-child {
    margin: 0;
}

.header-in-top-menu-item {
    display: inline-block;
    vertical-align: middle;
}

.header-in-top-menu-item.right-side {
    display: flex;
    align-items: center;
}

.header-in-top-menu-link {
    line-height: 1;
}

.header-in-top-menu-link:hover,
.header-in-top-menu-link:active,
.header-in-top-menu-link:focus {
    text-decoration: underline;
}

.header-in-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
}

.header-cart {
    position: relative;
    margin-right: 72px;
    padding-left: 26px;
}

.header-cart-menu{
    position: absolute;
    background: #0855bf;
    z-index: 100;
    padding: 10px;
    right: 0;
}

.header-cart::before {
    content: '\f07a';
    position: absolute;
    left: 0;
    top: 1px;
    font-family: 'FontAwesome', sans-serif;
    font-size: 14px;
    color: #00c972;
}

.header-profile-signin {
    position: relative;
    padding-left: 18px;
    font-size: 14px;
}

.header-profile-signin::before {
    content: '\f007';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9.5px;
    font-size: 14px;
    font-family: 'FontAwesome', sans-serif;
    color: #00c972;
}

.header-profile-signin:hover,
.header-profile-signin:active,
.header-profile-signin:focus {
    text-decoration: underline;
}

/*=NAV=*/
.header-menu-btn {
    display: none;
}

.header-menu-wrapper {
    width: 100%;
}

.header-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-menu-link {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
}

.header-menu-link:hover,
.header-menu-link:active,
.header-menu-link:focus,
.header-menu-link.active {
    color: #00c972;
}

.header-search {
    position: relative;
    line-height: 1.1;
}

.header-search-open-btn {
    font-weight: normal;
    font-size: 14px;
}

.header-search-open-btn:hover,
.header-search-open-btn:active,
.header-search-open-btn:focus {
    color: #00c972;
}

.header-search-form {
    position: absolute;
    right: -8px;
    top: -5px;
    z-index: 1;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #0c89eb;
    width: 254px;
    height: 29px;
    background-color: #131874;
    -webkit-box-shadow: 0 4px 9px 0 rgba(19, 24, 116, 0.86);
    -moz-box-shadow: 0 4px 9px 0 rgba(19, 24, 116, 0.86);
    box-shadow: 0 4px 9px 0 rgba(19, 24, 116, 0.86);
}

.header-search-input {
    padding: 0 32px 0 8px;
    height: 100%;
    border: none;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    background-color: transparent;
}

.header-search-input::-webkit-search-cancel-button {
    display: none;
}

.header-search-input::-ms-clear {
    display: none;
}

.header-search-input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #9fa6ad;
    -webkit-transition: all ease-in-out 0.1s;
    -moz-transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
}

.header-search-input::-moz-placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #9fa6ad;
    -webkit-transition: all ease-in-out 0.1s;
    -moz-transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
}

.header-search-input:-moz-placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #9fa6ad;
    -webkit-transition: all ease-in-out 0.1s;
    -moz-transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
}

.header-search-input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #9fa6ad;
    -webkit-transition: all ease-in-out 0.1s;
    -moz-transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
}

.header-search-input:focus::-webkit-input-placeholder {
    opacity: 0.3;
}

.header-search-input:focus::-moz-placeholder {
    opacity: 0.3;
}

.header-search-input:focus:-moz-placeholder {
    opacity: 0.3;
}

.header-search-input:focus:-ms-input-placeholder {
    opacity: 0.3;
}

.header-search-btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 8px;
    height: 27px;
    font-size: 14px;
    line-height: 1;
    color: #00c972;
}

.header-search-btn:hover,
.header-search-btn:active,
.header-search-btn:focus {
    color: #0c89eb;
}

.header-menu-close-btn-item {
    display: none;
}

.header-menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.59);
    display: none;
}

/*=FOOTER=*/
footer {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-top: 1px solid rgba(12, 137, 235, 0.4);
    padding: 40px 0;
    font-size: 14px;
    color: #fff;
    background-color: rgba(19, 24, 116, 0.8);
    -webkit-box-shadow: 0 2px 4px 0 rgba(8, 85, 191, 0.2);
    -moz-box-shadow: 0 2px 4px 0 rgba(8, 85, 191, 0.2);
    box-shadow: 0 2px 4px 0 rgba(8, 85, 191, 0.2);
}

.footer-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-in {
    width: 50%;
}

.footer-in-2 {
    text-align: right;
}

.footer-logo-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
}

.footer-logo {
    display: block;
    height: 48px;
}

.footer-menu {
    display: inline-block;
    vertical-align: middle;
}

.footer-menu-item {
    display: inline-block;
    vertical-align: middle;
}

.footer-menu-item:first-child {
    position: relative;
}

.footer-menu-item:first-child::after {
    content: '|';
    display: inline-block;
    vertical-align: top;
    margin-top: -1px;
}

.footer-menu-link {
    line-height: 1.2;
    color: #fff;
}

.footer-menu-link:hover,
.footer-menu-link:active,
.footer-menu-link:focus {
    color: #fff;
    text-decoration: underline;
}

.footer-contacts {
    padding-top: 16px;
}

.footer-contacts-item:first-child {
    margin-right: 15px;
}

.footer-contacts-item:last-child {
    margin-left: 35px;
}

.footer-contacts-item svg {
    margin-right: 15px;
}

.footer-contacts-item:last-child {
    margin-right: 0;
}

.footer-contacts-item:first-child::after {
    padding-left: 20px;
}

.footer-copyright {
    display: inline-block;
    vertical-align: middle;
    margin-right: 36px;
    padding-top: 16px;
}

.footer-privacy {
    padding-top: 16px;
}

.footer-privacy-item:first-child {
    margin-right: 4px;
}

.footer-privacy-item:first-child::after {
    padding-left: 8px;
}

.footer-powered {
    margin-top: 4px;
    width: 100%;
}

.footer-powered a {
    font-size: 10px;
    line-height: 1;
}

.footer-powered a:hover,
.footer-powered a:focus,
.footer-powered a:active {
    text-decoration: underline;
}

/***MODALS***/
.modal-backdrop {
    background-color: #000;
}

.modal-backdrop.in {
    opacity: 0.59;
}

.modal-dialog {
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    width: 98%;
    max-width: 484px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.modal-content {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    padding: 40px;
    background: -webkit-gradient(linear, left bottom, left top, from(#2a30a1), to(#131874));
    background: -o-linear-gradient(bottom, #2a30a1 0%, #131874 100%);
    background: linear-gradient(0deg, #2a30a1 0%, #131874 100%);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.modal-content-light {
    background-color: #fff;
}

button.modal-close {
    position: absolute;
    top: 28px;
    right: 28px;
    z-index: 2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 16px;
    color: #00c972;
    text-shadow: none;
    background-color: transparent;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.1s;
    -moz-transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
}

button.modal-close:hover,
button.modal-close:focus {
    color: #0c89eb;
    background-color: transparent;
}

.modal-title {
    margin-bottom: 24px;
    line-height: 1;
}

.modal-title-icon {
    position: relative;
    padding-left: 27px;
}

.modal-title-icon::before {
    position: absolute;
    left: 0;
    top: 50%;
    font-weight: normal;
    font-size: 18px;
    font-family: 'FontAwesome', sans-serif;
    color: #00c972;
}

.modal-title-icon-user::before {
    content: '\f007';
    margin-top: -9px;
}

.modal-title-icon-unlock::before {
    content: '\f13e';
    margin-top: -8px;
}

.modal-btn {
    height: 40px;
    font-size: 14px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.signin-modal-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 24px;
    font-size: 14px;
}

.password-modal-text {
    margin-bottom: 16px;
}

.register-modal-links {
    margin-top: 32px;
    font-size: 14px;
    text-align: center;
}

.cart-modal-dialog {
    max-width: 580px;
}

.cart-modal-title {
    margin-bottom: 16px;
    padding-right: 32px;
}

.cart-modal-title i {
    position: relative;
    top: 1px;
    margin-right: 12px;
    font-size: 18px;
    color: #00c972;
}

.cart-modal-product {
    overflow: hidden;
    margin-bottom: 24px;
    border-top: 1px solid rgba(12, 137, 235, 0.4);
    border-bottom: 1px solid rgba(12, 137, 235, 0.4);
    padding-top: 24px;
    padding-bottom: 24px;
}

.cart-modal-product-img-wrapper {
    overflow: hidden;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 8px;
    width: 88px;
    height: 88px;
}

.cart-modal-product-img {
    display: block;
    max-width: 100%;
}

.cart-modal-product-info {
    margin-left: 112px;
}

.cart-modal-product-title {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
}

.cart-modal-product-price {
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 1;
}

.cart-modal-product-quantity {
    line-height: 1;
}

.cart-modal-subtotal {
    margin-bottom: 32px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    text-align: right;
}

.cart-modal-btns-bar {
    text-align: right;
}

.cart-modal-btns-bar .btn:first-child {
    margin-right: 20px;
}

/***CONTENT***/
.content-wrapper {
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 160px;
}

.inner-section {
    padding: 40px 0 80px;
}

.inner-section + .inner-section {
    padding-top: 0;
}

.text-section h2 {
    margin-top: 64px;
}

.text-section h2:first-child {
    margin-top: 0;
}

.text-section h3 {
    margin-top: 48px;
}

.text-section h3:first-child {
    margin-top: 0;
}

.text-section h4 {
    margin-top: 48px;
}

.text-section h4:first-child {
    margin-top: 0;
}

.text-section h5 {
    margin-top: 40px;
    margin-bottom: 24px;
}

.text-section h5:first-child {
    margin-top: 0;
}

.text-section h6 {
    margin-top: 32px;
    margin-bottom: 16px;
}

.text-section h6:first-child {
    margin-top: 0;
}

.text-section p {
    margin-bottom: 24px;
}

.text-section p:last-child {
    margin-bottom: 0;
}

.text-section ul {
    margin-bottom: 24px;
}

.text-section ul:last-child {
    margin-bottom: 0;
}

.text-section ul li {
    position: relative;
    padding-left: 24px;
}

.text-section ul li + li {
    margin-top: 8px;
}

.text-section ul li::before {
    content: '\f00c';
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 12px;
    font-family: 'FontAwesome', sans-serif;
    color: #00c972;
}

.text-section ol {
    counter-reset: li;
    margin-bottom: 24px;
}

.text-section ol li {
    position: relative;
    padding-left: 24px;
}

.text-section ol li + li {
    margin-top: 8px;
}

.text-section ol li::before {
    content: counter(li) ".";
    counter-increment: li;
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 16px;
    font-family: 'FontAwesome', sans-serif;
    color: #00c972;
}

.text-section img {
    display: block;
    margin: 32px auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    max-width: 100%;
}

.text-section img:first-child {
    margin-top: 0;
}

.text-section img:last-child {
    margin-bottom: 0;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

/*Card*/
.card {
    border: 1px solid rgba(12, 137, 235, 0.4);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(19, 24, 116, 0.4);
    -webkit-box-shadow: 0 2px 4px 0 rgba(8, 85, 191, 0.2);
    -moz-box-shadow: 0 2px 4px 0 rgba(8, 85, 191, 0.2);
    box-shadow: 0 2px 4px 0 rgba(8, 85, 191, 0.2);
}

.card-section-text {
    margin-bottom: 24px;
}

/*News-card*/
.news-card-wrapper {
    margin-bottom: 64px;
}

.news-card-img-wrapper {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
    height: 214px;
    background-position: 50% 100%;
    background-size: 100%;
}

.news-card-img-wrapper img {
    display: block;
    margin: auto;
    max-width: 100%;
}

.news-card-content {
    position: relative;
    padding: 0 16px 56px;
    text-align: center;
}

.news-card-title {
    overflow: hidden;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

.news-card-title:hover,
.news-card-title:active,
.news-card-title:focus {
    color: #00c972;
}

.news-card-text {
    overflow: hidden;
    display: -webkit-box;
    max-height: 94px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news-card-btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*Product-card*/
.product-card-wrapper {
    margin-bottom: 40px;
}

.product-card {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgba(12, 137, 235, 0.4);
    padding: 16px 16px 24px;
    height: 100%;
    background-color: rgba(19, 24, 116, 0.4);
    -webkit-box-shadow: 0 2px 4px 0 rgba(8, 85, 191, 0.2);
    -moz-box-shadow: 0 2px 4px 0 rgba(8, 85, 191, 0.2);
    box-shadow: 0 2px 4px 0 rgba(8, 85, 191, 0.2);
}

.product-card-img-wrapper {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 233px;
}

.product-card-img {
    display: block;
    max-width: 100%;
}

.product-card-content {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 8px 32px;
    height: -webkit-calc(-133%);
    height: calc(100% - 233px);
}

.product-card-title {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
}

.product-card-title a {
    color: #fff;
}

.product-card-title a:hover,
.product-card-title a:active,
.product-card-title a:focus {
    color: #00c972;
}

.product-card-price {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.18;
    color: #fff;
}

.product-card-footer {
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-count {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgba(12, 137, 235, 0.4);
    width: 66px;
    height: 32px;
    background-color: #131874;
    -webkit-box-shadow: 0 2px 4px 0 rgba(8, 85, 191, 0.2);
    -moz-box-shadow: 0 2px 4px 0 rgba(8, 85, 191, 0.2);
    box-shadow: 0 2px 4px 0 rgba(8, 85, 191, 0.2);
}

.product-count-input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-right: 1px solid rgba(12, 137, 235, 0.4);
    padding: 0 8px;
    width: 44px;
    height: 32px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    background-color: transparent;
}

.product-count-btn {
    position: absolute;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 22px;
    height: 16px;
    font-size: 12px;
    color: #00c972;
    text-align: center;
    background-color: transparent;
}

.product-count-btn:hover,
.product-count-btn:active,
.product-count-btn:focus {
    color: #0c89eb;
}

.product-count-btn-plus {
    top: 0;
    border-bottom: 1px solid rgba(12, 137, 235, 0.4);
    line-height: 15px;
}

.product-count-btn-minus {
    bottom: 0;
    line-height: 16px;
}

.product-count-big {
    width: 112px;
    height: 40px;
}

.product-count-big-input {
    padding: 0 16px;
    width: 76px;
    height: 38px;
    font-size: 16px;
}

.product-count-big-btn {
    width: 34px;
    height: 19px;
    font-size: 16px;
}

.product-count-big-btn-plus {
    line-height: 18px;
}

.product-count-big-btn-minus {
    line-height: 19px;
}

/***SLICK-SLIDER***/
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*custom styles for slick-slider*/
.slick-slider {
    position: relative;
    white-space: nowrap;
}

.slick-slide {
    outline: none;
    display: inline-block;
    white-space: normal;
}

.slick-slide:focus,
.slick-slide:active {
    outline: none;
}

.slick-arrow {
    position: absolute;
    z-index: 2;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    width: 48px;
    height: 48px;
    font-size: 0;
    line-height: 0;
    color: transparent;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 48px 48px;
    background-position: center center;
    transition: all ease-in-out 0.1s;
    cursor: pointer;
}

.slick-prev {
    background-image: url("../image/ico-slider-arrow-left.svg");
}

.slick-next {
    background-image: url("../image/ico-slider-arrow-right.svg");
}

.slick-dots {
    position: absolute;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.slick-dots li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.slick-dots li button {
    display: block;
    padding: 0;
    font-size: 0;
    line-height: 0;
    color: transparent;
    -webkit-transition: all ease-in-out 0.1s;
    -moz-transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
}

/***HOME***/
.content-wrapper-home {
    background-image: url("../image/bg-welcome.png");
    background-repeat: no-repeat;
    background-position: center top;
}

/*Welcome*/
.welcome {
    overflow: hidden;
    padding: 72px 0 24px;
}

.welcome-slider .slick-arrow {
    top: 196px;
}

.welcome-slider .slick-prev {
    left: -48px;
}

.welcome-slider .slick-next {
    right: -48px;
}

.welcome-slider .slick-dots {
    position: absolute;
    bottom: 56px;
    left: 76px;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.welcome-slider .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin-right: 32px;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.welcome-slider .slick-dots li button {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #00c972;
    width: 16px;
    height: 16px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    color: transparent;
    -webkit-transition: all ease-in-out 0.1s;
    -moz-transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
}

.welcome-slider .slick-dots li.slick-active button {
    background-color: #00c972;
}

.welcome-slider .slick-dots li:hover button {
    background-color: #00c972;
}

.welcome-slider .slick-dots li:last-child {
    margin-right: 0;
}

.welcome-slide {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 76px;
}

.welcome-slide-in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.welcome-img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: block;
    max-width: 450px;
    object-fit: none;
    object-position: center;
    height: 100%;
}

.welcome-content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 56px;
    padding-top: 90px;
    padding-bottom: 88px;
    max-width: 515px;
}

.welcome-text {
    margin-bottom: 32px;
    line-height: 1.625;
}

/*Advantages*/
.advantages {
    padding-bottom: 56px;
}

.advantages-card {
    padding: 40px 0;
}

.advantage {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 40px;
}

.advantage-icon {
    float: left;
    width: 48px;
}

.advantage-content {
    position: relative;
    margin-left: 32px;
    padding-left: 17px;
}

.advantage-content::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -16px;
    width: 1px;
    height: 32px;
    background-color: rgba(12, 137, 235, 0.4);
}

.advantage-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.18;
}

.advantage-text {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.2;
    color: #a6a9ad;
}
.advantage-text:empty {
    display: none;
    
}

/*About*/
.about {
    padding-top: 80px;
    padding-bottom: 48px;
}

.about-img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.about-content {
    padding-top: 16px;
}

.about-section-text {
    margin-bottom: 24px;
}

/*Solutions*/
.solutions {
    padding-top: 80px;
    padding-bottom: 80px;
}
.solutions .container {
    text-align: center;
}

.solutions-section-text {
    margin-bottom: 96px;
}

.solutions-slider {
    margin-left: -15px;
    margin-right: -15px;
}

.solutions-slider .slick-arrow {
    top: 95px;
}

.solutions-slider .slick-prev {
    left: -33px;
}

.solutions-slider .slick-next {
    right: -33px;
}

.solutions-slide {
    padding: 0 15px;
}

.solutions-slide.border-slide .solution-card-content::before {
    opacity: 1;
}

.solutions-slide.border-slide .solution-card-content::after {
    opacity: 1;
}

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

.solution-card-img-wrapper {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    box-sizing: border-box;
    padding-top: 40px;
}

.solution-card-img-wrapper img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.solution-card-content {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 32px 0 0;
}

.solution-card-content::before,
.solution-card-content::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -72px;
    width: 1px;
    height: 160px;
    background-color: rgba(12, 137, 235, 0.4);
    opacity: 0;
    -webkit-transition: all ease-in-out 0.1s;
    -moz-transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
}

.solution-card-content::before {
    left: -15px;
}

.solution-card-content::after {
    right: -15px;
}

.solution-card-title {
    margin-top: 32px;
    margin-bottom: 24px;
    font-weight: bold;
    font-size: 24px;
}
.solution-card-title:first-child {
    margin-top: 0;
}
.solution-card-title:last-child {
    margin-bottom: 0;
}

.solution-card-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.solutions-btn {
    margin-top: 64px;
}

/*Know more*/
.know-more {
    padding-top: 80px;
    padding-bottom: 80px;
}

.know-more-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 104px 112px;
}

.know-more-card-content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 56px;
    padding-top: 8px;
    max-width: 630px;
}

.know-more-card-img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

/*Home-product-tabs*/
.products {
    padding-top: 80px;
    padding-bottom: 40px;
}

.home-product-tabs {
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 56px;
    border: 1px solid rgba(12, 137, 235, 0.4);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    max-width: 1140px;
    background-color: rgba(19, 24, 116, 0.4);
    -webkit-box-shadow: 0 2px 4px 0 rgba(8, 85, 191, 0.2);
    -moz-box-shadow: 0 2px 4px 0 rgba(8, 85, 191, 0.2);
    box-shadow: 0 2px 4px 0 rgba(8, 85, 191, 0.2);
}

.home-product-tabs-item {
    position: relative;
    display: table-cell;
}

.home-product-tabs-item:first-child a {
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}

.home-product-tabs-item:last-child a {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.home-product-tabs-item + .home-product-tabs-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    width: 1px;
    height: 24px;
    background-color: rgba(12, 137, 235, 0.4);
}

.home-product-tabs-item + .home-product-tabs-item.active::before,
.home-product-tabs-item + .home-product-tabs-item:hover::before {
    opacity: 0;
}

.home-product-tabs-item a {
    position: relative;
    display: block;
    padding: 16px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.75;
    text-align: center;
    color: #fff;
}

.home-product-tabs-item a:hover,
.home-product-tabs-item a:active,
.home-product-tabs-item a:focus {
    color: #fff;
    background-color: #00c972;
}

.home-product-tabs-item a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -11px;
    border-style: solid;
    border-width: 14px 11px 0 11px;
    border-color: transparent;
    -webkit-transition: all ease-in-out 0.1s;
    -moz-transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
}

.home-product-tabs-item.active + .home-product-tabs-item::before,
.home-product-tabs-item:hover + .home-product-tabs-item::before {
    opacity: 0;
}

.home-product-tabs-item.active a,
.home-product-tabs-item:hover a {
    color: #fff;
    background-color: #00c972;
}

.home-product-tabs-item.active a::after,
.home-product-tabs-item:hover a::after {
    border-color: #00c972 transparent transparent transparent;
}

.home-product-tab-content {
    margin: 0 auto;
    max-width: 1140px;
}

/*News*/
.news {
    padding-top: 96px;
    padding-bottom: 40px;
}

/*Questions*/
.questions {
    padding-top: 80px;
    padding-bottom: 120px;
}

.questions-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 88px 112px 64px;
}

.questions-card-content {
    margin-left: 56px;
    padding-top: 16px;
    max-width: 660px;
}

/***ABOUT US***/
.about-section {
    padding-bottom: 48px;
}

.about-section + .about-section {
    border-top: 64px solid rgba(0, 201, 114, 0.1);
    padding-top: 48px;
}

.about-section img {
    display: block;
    max-width: 100%;
}

/***CATALOG***/
.products-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 40px;
    margin-bottom: 48px;
    border-top: 1px solid rgba(12, 137, 235, 0.4);
    border-bottom: 1px solid rgba(12, 137, 235, 0.4);
    padding: 16px 0;
}

.products-filter-item {
    margin-left: 24px;
}

.products-filter-item:first-child {
    margin-left: 0;
}

.products-filter-label {
    display: inline-block;
    margin-right: 4px;
}

.products-filter-select {
    display: inline-block;
    width: auto;
    font-weight: 500;
}

.products-filter-select-sort {
    min-width: 152px;
}

.products-filter-select-sort + .select2-container {
    min-width: 152px;
}

.products-filter-select-sort + .select2-container .select2-selection--single .select2-selection__rendered {
    font-weight: 500;
}

.products-filter-select-show {
    min-width: 80px;
}

.products-filter-select-show + .select2-container {
    min-width: 80px;
}

.products-filter-select-show + .select2-container .select2-selection--single .select2-selection__rendered {
    font-weight: 500;
}

/***PRODUCT-PAGE***/
.product-sliders-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 72px;
}

.product-slider-big {
    overflow: hidden;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
    max-width: 457px;
    height: 424px;
}

.product-photo-big-wrapper {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 72px;
    max-width: 100%;
    height: 424px;
}

.product-photo-big {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}

.product-slider-small {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 30px;
    margin-top: -16px;
    margin-bottom: -16px;
    width: 165px;
}

.product-slider-small .product-slide-small {
    border: none;
    padding: 16px 0;
    cursor: pointer;
}

.product-slide-small.slick-current .product-photo-small-wrapper {
    border-color: #0c89eb;
}

.product-photo-small-wrapper {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #0c89eb;
    padding: 24px;
    max-width: 165px;
    height: 120px;
    -webkit-transition: all ease-in-out 0.1s;
    -moz-transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
}

.product-photo-small {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}

.product-table td {
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(12, 137, 235, 0.4);
    padding: 16px 24px;
}

.product-table td:first-child {
    width: 37%;
}

.product-info h3 {
    margin-top: 40px;
}

.product-info h3:first-child {
    margin-top: 0;
}

.product-info ul li {
    position: relative;
    padding-left: 24px;
}

.product-info ul li + li {
    margin-top: 24px;
}

.product-info ul li::before {
    content: '\f00c';
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 12px;
    font-family: 'FontAwesome', sans-serif;
    color: #0c89eb;
}

.product-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.product-price {
    font-weight: 600;
    font-size: 24px;
}

.related-products {
    padding-bottom: 40px;
}

.related-products-title {
    margin-bottom: 40px;
}

/***CART***/
.cart-table {
    width: 100%;
}

.cart-table tr {
    border-bottom: 1px solid rgba(12, 137, 235, 0.4);
}

.cart-table th {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 16px;
    padding-bottom: 16px;
    font-weight: 500;
    font-size: 16px;
    white-space: nowrap;
}

.cart-table td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    padding-top: 24px;
    padding-bottom: 24px;
}

.cart-table-img-td {
    width: 88px;
}

.cart-table-name-td {
    padding-left: 24px;
    padding-right: 24px;
    width: 24%;
    text-align: left;
}

.cart-table-price-td {
    padding-left: 24px;
    padding-right: 24px;
    width: 13.3%;
    text-align: right;
}

.cart-table-quantity-td {
    padding-left: 100px;
    padding-right: 24px;
    width: 20.7%;
    text-align: left;
}

.cart-table-total-td {
    padding-left: 24px;
    padding-right: 24px;
    width: 17.5%;
    text-align: right;
}

.cart-table-remove-td {
    padding-left: 24px;
    padding-right: 32px;
}

.cart-table-img-wrapper {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 8px;
    width: 88px;
    height: 88px;
}

.cart-table-img-wrapper img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.cart-table-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
}

.cart-table-name a {
    color: #00c972;
}

.cart-table-name a:hover,
.cart-table-name a:active,
.cart-table-name a:focus {
    text-decoration: underline;
}

.cart-table-price {
    font-weight: 600;
    font-size: 18px;
    text-align: right;
}

.cart-table-remove-btn {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 0 auto;
    padding: 16px;
    width: 48px;
    font-size: 18px;
    text-align: center;
    color: #00c972;
}

.cart-table-total-row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 40px 0 56px auto;
    padding-right: 48px;
    max-width: 386px;
}

.cart-table-total-row-in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart-table-total-row-in:last-child p {
    margin-bottom: 0;
}

.cart-table-total-row-item {
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 18px;
}

.cart-table-total-price {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
}

.cart-btns-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 56px;
    padding-bottom: 48px;
}

/***CHECKOUT***/
.accordion-item {
    margin-bottom: 56px;
}

.accordion-item:last-child {
    margin-bottom: 0;
}

.accordion-btn {
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 13.5px 24px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    background-color: #00c972;
}

.accordion-btn i {
    position: relative;
    top: -1px;
    margin-left: 5px;
    font-weight: normal;
    font-size: 12px;
}

.accordion-content {
    padding: 40px 0 0;
}

.accordion-content-in:first-child {
    position: relative;
}

.accordion-content-in:first-child::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #d8d8d8;
}

.accordion-content-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.accordion-content-item-left {
    padding-right: 24px;
}

.accordion-content-item-right {
    padding-left: 24px;
}

.accordion-content-item-title {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
}

.accordion-content-item p {
    margin-bottom: 16px;
}

.accordion-content-item p:last-child {
    margin-bottom: 0;
}

.checkout-customer-form {
    position: relative;
    height: 100%;
}

.checkout-customer-form .btn {
    position: absolute;
    left: 0;
    bottom: 0;
}

.checkout-btns-bar {
    margin-top: 40px;
    text-align: right;
}

.checkout-table {
    width: 100%;
}

.checkout-table tr {
    border-bottom: 1px solid rgba(12, 137, 235, 0.4);
}

.checkout-table th {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 16px;
    padding-bottom: 16px;
    font-weight: 500;
    font-size: 16px;
    white-space: nowrap;
}

.checkout-table td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    padding-top: 24px;
    padding-bottom: 24px;
}

.checkout-table-img-td {
    width: 56px;
}

.checkout-table-name-td {
    padding-left: 24px;
    padding-right: 24px;
    text-align: left;
}

.checkout-table-price-td {
    padding-left: 24px;
    padding-right: 24px;
    width: 16%;
    text-align: right;
}

.checkout-table-quantity-td {
    padding-left: 176px;
    padding-right: 24px;
    width: 24%;
    text-align: center;
}

.checkout-table-total-td {
    padding-left: 24px;
    padding-right: 56px;
    width: 26.5%;
    text-align: right;
}

.checkout-table-img-wrapper {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 8px;
    width: 56px;
    height: 56px;
}

.checkout-table-img-wrapper img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.checkout-table-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
}

.checkout-table-name a {
    color: #00c972;
}

.checkout-table-name a:hover,
.checkout-table-name a:active,
.checkout-table-name a:focus {
    text-decoration: underline;
}

.checkout-table-price {
    font-weight: 600;
    font-size: 18px;
    text-align: right;
}

.checkout-table-quantity {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.checkout-table-total-row {
    margin-bottom: 72px;
    max-width: 396px;
}

/***NEWS-PAGE***/
.related-news-title {
    margin-bottom: 24px;
}

.related-news-card {
    overflow: hidden;
    margin-bottom: 32px;
}

.related-news-card:last-child {
    margin-bottom: 0;
}

.related-news-card-img-wrapper {
    float: left;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 160px;
    height: 96px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.related-news-card-title {
    margin-left: 192px;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
}

.related-news-card-title a {
    color: #00c972;
}

.related-news-card-title a:hover,
.related-news-card-title a:active,
.related-news-card-title a:focus {
    text-decoration: underline;
}

.related-news-card-text {
    margin-left: 192px;
    font-size: 14px;
}

/***CONTACT US***/
.contacts-section {
    padding-top: 24px;
}

.contacts-title {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
}

.contacts-text {
    margin-bottom: 24px;
}

.contacts-form {
    padding-left: 24px;
}

.contacts-info-item + .contacts-info-item {
    margin-top: 24px;
}

.contacts-info-title {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
}

/*==========RESPONSIVE==========*/
@media (max-width: 1340px) {
    /***HOME***/
    /*Welcome*/
    .welcome-slider .slick-prev {
        left: 0;
    }

    .welcome-slider .slick-next {
        right: 0;
    }

    /*Solutions*/
    .solutions-slider .slick-prev {
        left: 15px;
    }

    .solutions-slider .slick-next {
        right: 15px;
    }
}

@media (max-width: 1270px) {
    /*=HEADER=*/
    .header-in {
        max-width: 875px;
    }
}

@media (max-width: 1269px) {
    .footer-in {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 16px;
        width: 100%;
        flex-wrap: wrap;
    }
}

@media (max-width: 1199px) {
    /*=TEXT=*/
    .section-title {
        font-size: 32px;
    }

    /*=HEADER=*/
    .header-logo-img {
        height: 56px;
    }

    .header-in {
        max-width: 725px;
    }

    .header-in-top {
        padding: 8px 0;
    }

    .header-in-bottom {
        padding-top: 16px;
    }

    .header-menu-link {
        font-size: 14px;
    }

    /*=FOOTER=*/
    .footer-container {
        display: block;
    }

    .footer-logo-wrapper {
        display: block;
        margin-right: 0;
    }

    .footer-contacts {
        display: block;
    }

    .footer-copyright {
        display: block;
        margin-right: 0;
        padding-top: 0;
    }

    .footer-privacy {
        display: block;
        padding-top: 0;
    }

    .footer-powered {
        margin-top: 0;
    }

    /***CONTENT***/
    .content-wrapper {
        padding-top: 84px;
    }

    /*Product-card*/
    .product-card-img-wrapper {
        height: 175px;
    }

    .product-card-content {
        padding: 24px 0 40px;
        height: -webkit-calc(-75%);
        height: calc(100% - 175px);
    }

    .product-card-title {
        font-size: 16px;
    }

    .product-card-price {
        font-size: 14px;
    }

    .product-card-footer {
        left: 0;
        right: 0;
        display: block;
        text-align: center;
    }

    .product-card-footer .product-count {
        position: absolute;
        right: 0;
        bottom: 48px;
        text-align: left;
    }

    /***HOME***/
    /*Welcome*/
    .welcome-slider .slick-arrow {
        top: 50%;
        margin-top: -24px;
    }

    .welcome-slider .slick-prev {
        left: -16px;
    }

    .welcome-slider .slick-next {
        right: -16px;
    }

    .welcome-slider .slick-dots {
        bottom: 24px;
        left: 48px;
    }

    .welcome-slide {
        padding: 0 48px;
    }

    .welcome-content {
        padding-top: 0;
        padding-bottom: 56px;
    }

    .welcome-img {
        max-width: 40%;
    }

    /*Advantages*/
    .advantage {
        padding-left: 24px;
    }

    /*Solutions*/
    .solutions-slider .slick-arrow {
        top: 50%;
        margin-top: -24px;
    }

    /*Know more*/
    .know-more-card {
        padding: 72px 80px 80px;
    }

    /*Home-product-tabs*/
    .home-product-tabs-item a {
        padding: 16px 24px;
        line-height: 1.2;
    }

    /*Questions*/
    .questions-card {
        padding: 64px 80px;
    }

    /***CART***/
    .cart-table-name {
        font-size: 16px;
    }

    /***CHECKOUT***/
    .checkout-table-name {
        font-size: 16px;
    }

    .checkout-table-quantity-td {
        padding-left: 72px;
    }

    /***NEWS-PAGE***/
    .related-news-card-img-wrapper {
        width: 160px;
        height: 96px;
    }

    .related-news-card-title {
        margin-left: 176px;
        font-size: 16px;
    }

    .related-news-card-text {
        margin-left: 176px;
    }
}

.section-separator {
    height: 1px;
    background-color: #1569cc;
    margin: 50px 0;
}

@media (max-width: 991px) {
    body {
        background-size: 100% 1680px;
    }

    /*=HEADER=*/
    .header-container {
        position: relative;
        display: block;
    }

    .header-in-top {
        padding-top: 30px;
        padding-bottom: 12px;
    }

    .header-logo {
        position: absolute;
        top: 0;
        left: 15px;
        padding-top: 8px;
    }

    .header-logo-img {
        height: 48px;
    }

    .header-cart {
        margin-right: 40px;
    }

    /*=NAV=*/
    .header-menu-wrapper {
        width: auto;
    }

    .header-menu-btn {
        display: block;
        margin-left: -9px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        width: 32px;
        height: 32px;
        font-size: 16px;
        line-height: 31px;
        text-align: center;
        color: #fff;
    }

    .header-menu {
        overflow-y: auto;
        overflow-x: hidden;
        position: fixed;
        left: -100%;
        top: 0;
        display: block;
        padding-top: 40px;
        width: 90%;
        max-width: 520px;
        height: 100%;
        z-index: 10;
        background-color: #131874;
        -webkit-transition: all ease-in-out 0.1s;
        -moz-transition: all ease-in-out 0.1s;
        -o-transition: all ease-in-out 0.1s;
        transition: all ease-in-out 0.1s;
    }

    .header-menu.open {
        left: 0;
    }

    .header-menu-link {
        padding: 16px 32px;
        font-size: 16px;
    }

    .header-search-open-btn {
        display: none;
    }

    .header-search-form {
        position: relative;
        top: 0;
        right: 0;
        display: block !important;
        margin-left: 32px;
        margin-top: 16px;
    }

    .header-menu-close-btn-item {
        position: absolute;
        right: 4px;
        top: 4px;
        display: block;
    }

    .header-menu-close-btn {
        width: 32px;
        height: 32px;
        color: #fff;
    }

    .header-in {
        margin-left: 0;
        padding-left: 160px;
    }

    .header-in-top {
        padding-top: 0;
    }

    .header-in-bottom {
        justify-content: flex-end;
        padding-top: 0;
    }

    .header-menu-item {
        width: fit-content;
    }

    .header-profile-signin {
        display: block;
        font-size: 16px;
        line-height: 1.2;
        color: #fff;
        padding: 16px 32px;
    }

    .header-menu-btn {
        width: unset;
    }
    .header-profile-signin::before {
        left: 16px;
    }

    .header-profile-signin::after {
        content: none;
    }

    .js-register-link{
        margin-left: 32px;
        margin-top: 16px;
    }

    .custom-submenu {
        z-index: 2;
    }
    /***CONTENT***/
    .content-wrapper {
        padding-top: 113px;
    }

    /*Product-card*/
    .product-card-img-wrapper {
        height: 233px;
    }

    .product-card-content {
        padding: 24px 8px 32px;
        height: -webkit-calc(-133%);
        height: calc(100% - 233px);
    }

    .product-card-footer {
        left: 8px;
        right: 8px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: left;
    }

    .product-card-footer .product-count {
        position: relative;
        left: 0;
        right: auto;
        bottom: 0;
    }

    /***HOME***/
    /*Welcome*/
    .welcome-slider .slick-dots {
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
    }

    .welcome-slide {
        overflow: hidden;
        padding: 0;
    }

    .welcome-slide-in {
        display: block;
    }

    .welcome-content {
        margin-right: 0;
        padding-bottom: 48px;
        max-width: none;
    }

    .welcome-img {
        margin: 0 auto 24px;
        max-width: 40%;
    }

    /*Advantages*/
    .advantages {
        padding-bottom: 40px;
    }

    .advantage-icon {
        float: none;
        display: block;
    }

    .advantage-content {
        margin-left: 0;
        margin-top: 16px;
        padding-left: 0;
        padding-top: 17px;
    }

    .advantage-content::after {
        top: 0;
        margin-top: 0;
        width: 32px;
        height: 1px;
    }

    /*About*/
    .about {
        padding-top: 64px;
        padding-bottom: 40px;
    }

    .about-img {
        margin: 0 auto 48px;
    }

    .about-content {
        padding-top: 0;
    }

    /*Solutions*/
    .solutions {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .solutions-slide.border-slide .solution-card-content::after {
        display: none;
    }

    /*Know more*/
    .know-more {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .know-more-card {
        padding: 40px;
    }

    .know-more-card-content {
        margin-right: 40px;
        padding-top: 0;
    }

    /*Home-product-tabs*/
    .products {
        padding-top: 64px;
        padding-bottom: 24px;
    }

    .home-product-tabs {
        display: block;
    }

    .home-product-tabs-item {
        display: block;
    }

    .home-product-tabs-item:first-child a {
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
    }

    .home-product-tabs-item:last-child a {
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .home-product-tabs-item + .home-product-tabs-item::before {
        top: 0;
        left: 50%;
        width: 32px;
        height: 1px;
        margin-top: 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .home-product-tabs-item a {
        padding: 16px;
    }

    .home-product-tabs-item a::after {
        display: none;
    }

    /*News*/
    .news {
        padding-top: 64px;
        padding-bottom: 24px;
    }

    /*Questions*/
    .questions {
        padding-top: 64px;
        padding-bottom: 120px;
    }

    .questions-card {
        padding: 40px;
    }

    .questions-card-content {
        margin-left: 40px;
        padding-top: 0;
        max-width: 310px;
    }

    /***ABOUT US***/
    .about-section img {
        margin: 0 auto 32px;
    }

    /***PRODUCT-PAGE***/
    .product-info {
        padding-top: 64px;
    }

    .section-separator {
        margin: 50px 0 0;
    }

    /***NEWS-PAGE***/
    .related-news {
        margin-top: 64px;
    }

    /***CART***/
    .cart-table-quantity-td {
        padding-left: 24px;
    }

    .cart-table-remove-td {
        padding-right: 8px;
    }

    /***CHECKOUT***/
    .checkout-table-quantity-td {
        padding-left: 24px;
    }

    .contacts-section {
        padding-top: 24px;
    }

    .contacts-section + .contacts-section {
        padding-top: 56px;
    }

    /***CONTACT US***/
    .contacts-form {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    /*=HEADER=*/
    .header-in-top {
        padding: 8px 0;
    }

    .header-logo {
        top: 29px;
    }

    .header-in-top-menu-item {
        display: block;
    }

    .header-in-top-menu-item:first-child {
        margin-bottom: 8px;
    }

    .header-in-bottom {
        padding-top: 8px;
    }

    .header-cart {
        margin-right: 0;
    }

    /***CONTENT***/
    .content-wrapper {
        padding-top: 108px;
    }

    /*Product-card*/
    .product-card-img-wrapper {
        height: 205px;
    }

    .product-card-content {
        padding: 24px 0 32px;
        height: -webkit-calc(-105%);
        height: calc(100% - 205px);
    }

    .product-card-footer {
        left: 0;
        right: 0;
    }

    /***HOME***/
    /*Advantages*/
    .advantage-wrapper {
        margin-bottom: 24px;
    }

    .advantage-wrapper:last-child {
        margin-bottom: 0;
    }

    .advantage-icon {
        float: left;
    }

    .advantage-content {
        margin-left: 8px;
        margin-top: 0;
        padding-left: 4px;
        padding-top: 0;
    }

    .advantage-content::after {
        top: 50%;
        margin-top: -16px;
        width: 1px;
        height: 32px;
    }

    /*Solutions*/
    .solutions-slide.border-slide .solution-card-content::before {
        display: none;
    }

    /*Know more*/
    .know-more-card {
        display: block;
        padding: 24px;
    }

    .know-more-card-content {
        margin-right: 0;
    }

    .know-more-card-img {
        display: block;
        margin: 0 auto 40px;
        max-width: 100%;
    }

    /*Questions*/
    .questions-card {
        display: block;
        padding: 24px;
    }

    .questions-card-img {
        display: block;
        margin: 0 auto 40px;
        max-width: 100%;
    }

    .questions-card-content {
        margin-left: 0;
        max-width: none;
    }

    /***PRODUCT-PAGE***/
    .product-slider-big {
        max-width: 457px;
        height: 392px;
    }

    .product-photo-big-wrapper {
        padding: 32px;
        height: 392px;
    }

    .product-slider-small {
        margin-right: 16px;
        margin-top: -8px;
        margin-bottom: -8px;
        width: 165px;
    }

    .product-slider-small .product-slide-small {
        padding: 8px 0;
    }

    .product-photo-small-wrapper {
        padding: 16px;
    }

    /***CART***/
    .cart-table-total-row {
        padding-right: 0;
    }

    .cart-table-item {
        font-size: 16px;
    }

    .cart-table-total-price {
        font-size: 20px;
    }

    /***CHECKOUT***/
    .checkout-table-total-td {
        padding-right: 0;
    }

    .checkout-table-total-row {
        padding-right: 0;
    }

    .accordion-content-in:first-child::after {
        display: none;
    }

    .accordion-content-item {
        max-width: none;
    }

    .accordion-content-item-left {
        position: relative;
        padding-right: 0;
        padding-bottom: 56px;
    }

    .accordion-content-item-left::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 24px;
        height: 1px;
        background-color: #d8d8d8;
    }

    .accordion-content-item-right {
        padding-left: 0;
        padding-right: 0;
    }

    .accordion-content-item-title {
        margin-bottom: 24px;
        font-weight: 600;
        font-size: 24px;
        line-height: 1.2;
    }

    .accordion-content-item p {
        margin-bottom: 16px;
    }

    .checkout-customer-form {
        height: auto;
    }

    .checkout-customer-form .btn {
        position: static;
    }
}

@media (max-width: 575px) {
    /*=TEXT=*/
    .section-title {
        font-size: 28px;
    }

    .page-title {
        font-size: 30px;
    }

    /*=LINKS&FORMS=*/
    /*pagination*/
    .pagination-link {
        margin-right: 0;
    }

    /*=FOOTER=*/
    .footer-in {
        display: block;
        text-align: center;
    }

    .footer-logo-wrapper {
        margin-bottom: 16px;
    }

    .footer-logo {
        margin: 0 auto;
    }

    .footer-contacts {
        padding-top: 0;
    }

    .footer-copyright {
        margin-bottom: 16px;
    }

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

    /***MODALS***/
    .cart-modal-btns-bar .btn:first-child {
        margin-right: 12px;
    }

    /***CONTENT***/
    /*Product-card*/
    .product-card {
        height: auto;
    }

    .product-card-content {
        height: auto;
    }

    /***CART***/
    .cart-table tfoot td {
        font-size: 18px;
    }

    /***CHECKOUT***/
    .checkout-table tfoot td {
        font-size: 18px;
    }
}

@media (max-width: 1920px) {
    /***PRODUCT-PAGE***/
    .product-sliders-wrapper {
        display: block;
        margin-bottom: 0;
    }

    .product-slider-big {
        margin-bottom: 16px;
        max-width: 100%;
        height: auto;
    }

    .product-photo-big-wrapper {
        height: auto;
    }

    .product-slider-small {
        margin: 0 -8px;
        width: auto;
    }

    .product-slider-small .product-slide-small {
        padding: 0 8px;
    }

    .product-photo-small-wrapper {
        max-width: none;
    }
}

@media (max-width: 500px) {
    /*=LINKS&FORMS=*/
    /*pagination*/
    .pagination-wrapper {
        display: block;
        text-align: center;
    }

    .pagination {
        margin-bottom: 16px;
    }

    .pagination-link-prev span {
        display: none;
    }

    .pagination-link-prev i {
        margin-right: 0;
    }

    .pagination-link-next span {
        display: none;
    }

    .pagination-link-next i {
        margin-left: 0;
    }

    /***MODALS***/
    .cart-modal-btns-bar .btn {
        display: block;
        width: 100%;
    }

    .cart-modal-btns-bar .btn:first-child {
        margin-bottom: 16px;
        margin-right: 0;
    }

    /***CATALOG***/
    .products-filter {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (max-width: 460px) {
    /*=LINKS&FORMS=*/
    .form-group-inline {
        display: block;
    }

    .label-inline {
        margin-bottom: 8px;
        padding-right: 0;
        min-width: 0;
    }

    /***MODALS***/
    .modal-content {
        padding: 32px 24px;
    }

    .modal-close {
        top: 20px;
        right: 12px;
    }

    .signin-modal-links {
        display: block;
        text-align: center;
    }

    .signin-modal-links p:first-child {
        margin-bottom: 8px;
    }

    .cart-modal-product-img-wrapper {
        float: none;
        margin-bottom: 24px;
    }

    .cart-modal-product-info {
        margin-left: 0;
    }

    /***HOME***/
    /*Welcome*/
    .welcome-img {
        max-width: 60%;
    }

    /***PRODUCT-PAGE***/
    .product-menu {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product-price {
        margin-bottom: 16px;
        width: 100%;
    }

    .product-table td {
        padding: 8px 16px;
    }
}

@media (max-width: 456px) {
    .footer-in svg {
        margin-top: 15px;
    }
}
@media (max-width: 420px) {
    /*=TEXT=*/
    .page-title {
        font-size: 26px;
    }

    /***CATALOG***/
    .products-filter-item {
        width: 48%;
    }

    .products-filter-label {
        display: block;
        margin-bottom: 8px;
    }

    .products-filter-select {
        display: block;
        min-width: 0;
        width: 100%;
    }

    .products-filter-select + .select2-container {
        min-width: 0;
        width: 100%;
        max-width: 100%;
    }

    /***NEWS-PAGE***/
    .related-news-card-img-wrapper {
        float: none;
        margin-bottom: 16px;
    }

    .related-news-card-title {
        margin-left: 0;
    }

    .related-news-card-text {
        margin-left: 0;
    }
}

@media (max-width: 360px) {
    /*=HEADER=*/
    header {
        padding-top: 8px;
    }

    .header-logo {
        position: static;
        text-align: center;
    }

    .header-in {
        padding-left: 0;
    }

    .header-logo-img {
        margin: 0 auto;
    }

    .header-in-top-menu {
        text-align: center;
        justify-content: center;
    }

    /*=NAV=*/
    .header-search-form {
        width: calc(100% - 64px);
    }

    /***CONTENT***/
    .content-wrapper {
        padding-top: 164px;
    }

    /***HOME***/
    /*Advantages*/
    .advantage-wrapper {
        margin-bottom: 32px;
    }

    .advantage-wrapper:nth-child(2) {
        padding-left: 0;
    }

    .advantage-wrapper:nth-child(2) .advantage {
        padding-left: 15px;
    }

    .advantage-wrapper:nth-child(3) {
        padding-right: 0;
    }


    .advantage-icon {
        float: none;
        display: block;
    }

    .advantage-content {
        margin-left: 8px;
        padding-left: 0;
    }

    .advantage-content::after {
        top: 0;
        margin-top: 0;
        width: 32px;
        height: 1px;
    }

    /*Know more*/
    .know-more-card {
        padding: 24px 16px;
    }

    .know-more-card-btn {
        padding-left: 16px;
        padding-right: 16px;
    }

    /*Questions*/
    .questions-card {
        display: block;
        padding: 24px 16px;
    }

    /***CHECKOUT***/
    .accordion-btn {
        padding: 13.5px 16px;
        font-weight: 600;
        font-size: 18px;
    }
}

@media (max-width: 360px) {
    .advantage-title {
        font-size: 12px;
    }
}

.container ol {
    list-style: decimal;
    margin-left: 10px;
}

.solutions .solution-card-content p {
    text-align: justify;
}
.solutions .solution-card-content p:empty {
    display: none;
}

.header-menu-link {
    cursor: pointer;
}

.header-menu-item {
    align-self: center;
}

.header-menu-item .custom-submenu {
    display: none;
}

.header-menu-item:hover .custom-submenu {
    display: block;
}

.header-menu-item input[type="checkbox"]:checked + .custom-submenu {
    display: block;
}

.custom-submenu {
    position: absolute;
    background: #212890;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.custom-submenu li a.header-menu-link {
    padding: 10px;
}

.custom-submenu .images-block div.sub-item {
    display: inline-block;
    text-align: left;
    padding: 0 5px;
}

.sub-item:hover {
    color: #00c972;
}

.btn-border-white {
    border: 1px solid #0c89eb;
    color: #fff;
}

.btn-border-white:hover, .btn-border-white:active, .btn-border-white:focus {
    color: #0c89eb;
    background-color: #fff;
}

.btn-submit[disabled] {
    opacity: 0.7;
    cursor: not-allowed;
}

.contact-btn {
    margin-left: 20px;
    background-color: #01c971;
}

@media (max-width: 530px) {
    .header-in-top-menu-item.right-side {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-btn {
        margin-top: 8px;
        margin-left: 0;
    }

    .header-in-top-menu {
        align-items: center;
    }
}

@media (max-width: 464px) {
    .header-logo {
        position: static;
        text-align: center;
    }

    .header-logo-img {
        margin: 0 auto;
    }

    .header-in {
        padding-left: 0;
    }

    .header-in-top-menu {
        text-align: center;
        justify-content: center;
    }

    .header-in-top-menu-item {
        width: 100%;
    }

    .header-in-bottom {
        justify-content: flex-start;
        padding-left: 10px;
    }

    .contact-btn {
        right: 14px;
        position: absolute;
        bottom: 0;
    }

    .header-in-top-menu-item.right-side {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 380px) {
    .advantage-content {
        margin-left: 2px;
    }
}
