@charset "UTF-8";
@font-face {
    font-family: 'Circe';
    src: url('fonts/Circe/Circe-Regular.eot');
    src: local('Circe'), local('Circe-Regular'),
    url('fonts/Circe/Circe-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/Circe/Circe-Regular.woff') format('woff'),
    url('fonts/Circe/Circe-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('fonts/Circe/Circe-ExtraLight.eot');
    src: local('Circe ExtraLight'), local('Circe-ExtraLight'),
    url('fonts/Circe/Circe-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('fonts/Circe/Circe-ExtraLight.woff') format('woff'),
    url('fonts/Circe/Circe-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('fonts/Circe/Circe-Thin.eot');
    src: local('Circe Thin'), local('Circe-Thin'),
    url('fonts/Circe/Circe-Thin.eot?#iefix') format('embedded-opentype'),
    url('fonts/Circe/Circe-Thin.woff') format('woff'),
    url('fonts/Circe/Circe-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('fonts/Circe/Circe-Light.eot');
    src: local('Circe Light'), local('Circe-Light'),
    url('fonts/Circe/Circe-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/Circe/Circe-Light.woff') format('woff'),
    url('fonts/Circe/Circe-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('fonts/Circe/Circe-Bold.eot');
    src: local('Circe Bold'), local('Circe-Bold'),
    url('fonts/Circe/Circe-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Circe/Circe-Bold.woff') format('woff'),
    url('fonts/Circe/Circe-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('fonts/Circe/Circe-ExtraBold.eot');
    src: local('Circe ExtraBold'), local('Circe-ExtraBold'),
    url('fonts/Circe/Circe-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Circe/Circe-ExtraBold.woff') format('woff'),
    url('fonts/Circe/Circe-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

html {
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
*,
::after,
::before {
    box-sizing: inherit;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bold;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
blockquote {
    background: #eee;
    padding: 20px;
    border-radius: 5px;
    margin-top: 40px;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
    -webkit-appearance: none;
    margin: 0;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden],
.hidden{
    display: none;
}
* {
    box-sizing: border-box;
}

@-ms-viewport {
    width: device-width;
}
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
*,
::after,
::before {
    box-sizing: inherit;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1024px) {
    .container {
        max-width: 950px;
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 1250px) {
    .container {
        max-width: 1170px;
    }
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    flex-basis: 0%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -webkit-box-ordinal-group: 0;
    order: -1;
}
.order-last {
    -webkit-box-ordinal-group: 14;
    order: 13;
}
.order-0 {
    -webkit-box-ordinal-group: 1;
    order: 0;
}
.order-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
}
.order-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
}
.order-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
}
.order-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
}
.order-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
}
.order-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
}
.order-7 {
    -webkit-box-ordinal-group: 8;
    order: 7;
}
.order-8 {
    -webkit-box-ordinal-group: 9;
    order: 8;
}
.order-9 {
    -webkit-box-ordinal-group: 10;
    order: 9;
}
.order-10 {
    -webkit-box-ordinal-group: 11;
    order: 10;
}
.order-11 {
    -webkit-box-ordinal-group: 12;
    order: 11;
}
.order-12 {
    -webkit-box-ordinal-group: 13;
    order: 12;
}
.offset-1 {
    margin-left: 8.33333%;
}
.offset-2 {
    margin-left: 16.66667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333%;
}
.offset-5 {
    margin-left: 41.66667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333%;
}
.offset-8 {
    margin-left: 66.66667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333%;
}
.offset-11 {
    margin-left: 91.66667%;
}
@media (min-width: 768px) {
    .col-sm {
        flex-basis: 0%;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        order: 13;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 1024px) {
    .col-md {
        flex-basis: 0%;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 1250px) {
    .col-lg {
        flex-basis: 0%;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -webkit-box !important;
    display: flex !important;
}
.d-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
}
@media (min-width: 768px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}
@media (min-width: 1024px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}
@media (min-width: 1250px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -webkit-box !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}
.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.justify-content-start {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.align-items-start {
    -webkit-box-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -webkit-box-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
@media (min-width: 768px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1024px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1250px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 768px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1024px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1250px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}

/* <- slick */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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;
    top: 0;
    left: 0;

    display: flex;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    flex-shrink: 0;

    height: 100%;
    min-height: 1px;
}
[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;
}
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('js/slick/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('js/slick/fonts/slick.eot');
    src: url('js/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('js/slick/fonts/slick.woff') format('woff'), url('js/slick/fonts/slick.ttf') format('truetype'), url('js/slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    border-top: 2px rgba(0, 0, 0, 0.54) solid;
    border-left: 2px rgba(0, 0, 0, 0.54) solid;
    transform: rotate(-45deg);

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -15px;
}
[dir='rtl'] .slick-prev
{
    right: -15px;
    left: auto;
}
.slick-prev:before
{

}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -15px;

}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -15px;
}
.slick-next:before
{
    transform: rotate(135deg);
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* -> slick */


body,
html {
    color: #415B74;
    font: normal 18px/1.33 IBM Plex Sans, sans-serif;
    letter-spacing: -0.06px;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    background-color: #ffffff;
    min-width: 360px;
    width: 100%;
}
@media(max-width: 768px){
    body,
    html {
        font-size: 16px;
    }
}
a {
    color: #2772C8;
}
a:hover {
    text-decoration: underline;
}
p{
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 26px;
}
img,
svg {
    display: block;
    max-height: 100%;
    max-width: 100%;
    height: auto;
}
form {
    display: block;
}
form.order-form{
    font-size: 16px;
}
h1 {
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    color: #00AEEF;
    padding: 0;
    margin: 0 0 30px;
    background: linear-gradient(112.88deg, #00AEEF 19.8%, #2772C8 82.51%, #2772C8 126.71%, #2772C8 126.72%), #00AEEF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-block;
}
h1 span{

}

h2,
.like-h2{
    font-weight: 500;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    background: linear-gradient(112.88deg, #00AEEF 19.8%, #2772C8 82.51%, #2772C8 126.71%, #2772C8 126.72%), #00AEEF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    padding: 0;
    margin: 40px 0;
    display: inline-block;
}
h2:after,
.like-h2:after{
    content: '';
    display: block;
    clear: both;
}
@media(max-width: 768px){
    h1{
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 20px;
    }
    h2,
    .like-h2{
        display: block;
        font-size: 26px;
        margin: 20px 0 10px;
    }
}
@media(max-width: 560px){
    h1{
        margin-top: 20px;
    }
}
svg.arrow{
    stroke: #415B74;
}

.btn{
    position: relative;
    display: inline-block;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 16px 32px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.02em;
    text-align: center;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input.btn{
    font-size: 18px;
    line-height: 32px;
    padding: 5px 25px;
}
.btn span{
    background: linear-gradient(112.88deg, #00AEEF 19.8%, #2772C8 82.51%, #2772C8 126.71%, #2772C8 126.72%), #00AEEF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    z-index: 1;
    position: relative;
    transition: .3s ease-in-out;
}
.btn:hover{
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    transition: .3s ease-in-out;
}
.btn--blue{
    color: white;
    background: linear-gradient(112.88deg, #00AEEF 19.8%, #2772C8 82.51%, #2772C8 126.71%, #2772C8 126.72%), #00AEEF;
    border: none;
}
.btn--empty{
    background: none;
    border-color: white;
}
.btn.btn--blue span{
    background-image: none;
    text-fill-color: white;
    -webkit-text-fill-color: white;
    color: white;
}
.btn--blue-v{
    color: white;
    background: linear-gradient(152deg, #00AEEF 12.97%, #2772C8 54.02%, #2772C8 82.97%, #2772C8 82.97%), #00AEEF;
    border: none;
}
.btn.btn--blue-v span{
    background-image: none;
    text-fill-color: white;
    -webkit-text-fill-color: white;
    color: white;
}
.btn--white{
    position: relative;
    border: none;
    background: linear-gradient(112.88deg, #00AEEF 19.8%, #2772C8 82.51%, #2772C8 126.71%, #2772C8 126.72%), #00AEEF;
}
.btn--white:before{
    content: '';
    position: absolute;
    top: 1px;
    right: 1px;
    left: 1px;
    bottom: 1px;
    border-radius: inherit;
    background: white;
    z-index: 0;
}
@media (max-width: 768px){
    .btn{
        font-size: 20px;
    }
}
.wrapper {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    min-width: 360px;
    min-height: 60vh;

}
@media (max-width: 768px) {
    .wrapper.is-fixed {
        display: block;
        min-height: 0;
    }
}
.blue-banner{
    position: relative;
    color: white;
    padding: 40px 0;
    margin: 40px 0;
}
.blue-banner > *{
    position: relative;
    z-index: 1;
}
.blue-banner h3{
    font-weight: 500;
    font-size: 40px;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 16px;
}
.blue-banner .btn{
    margin: 15px 0;
}
.blue-banner:before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 2000px;
    height: 100%;
    transform: translateX(-50%);
    background: #00AEEF;
    z-index: 0;
}
@media(max-width: 768px){
    .blue-banner h3{
        font-size: 26px;
    }
    .blue-banner .btn{
        margin-top: 10px;
    }
    .blue-banner{
        padding: 20px 0 15px;
        margin: 20px 0;
        text-align: center;
    }

}
.gradient-link{
    background: linear-gradient(112.88deg, #00AEEF 19.8%, #2772C8 82.51%, #2772C8 126.71%, #2772C8 126.72%), #00AEEF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    position: relative;
}
.gradient-link:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: none;
}
.gradient-link:hover:after{
    background: linear-gradient(112.88deg, #00AEEF 19.8%, #2772C8 82.51%, #2772C8 126.71%, #2772C8 126.72%), #00AEEF;
}
/* <- noUIslider */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.noUi-target {
    position: relative
}
.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}
.noUi-connects {
    overflow: hidden;
    z-index: 0
}
.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto
}
.noUi-vertical .noUi-origin {
    top: -100%;
    width: 0
}
.noUi-horizontal .noUi-origin {
    height: 0
}
.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute
}
.noUi-touch-area {
    height: 100%;
    width: 100%
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform .3s;
    transition: transform .3s
}
.noUi-state-drag * {
    cursor: inherit!important
}
.noUi-horizontal {
    height: 18px
}

.noUi-vertical {
    width: 18px
}
.noUi-target {
    background: #2772C8;
    height: 1px;
}
.noUi-connects {
    border-radius: 3px
}
.noUi-connect {
    background: #2772C8
}
.noUi-draggable {
    cursor: ew-resize
}
.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}
.noUi-handle {
    cursor: pointer;
    cursor: hand;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    height: 15px;
    width: 30px;
    right: -15px;
    bottom: -7px;
    text-align: center;
    color: #FFFFFF;
    background: linear-gradient(112.88deg, #00AEEF 19.8%, #2772C8 82.51%, #2772C8 126.71%, #2772C8 126.72%), #00AEEF;
    border-radius: 5px;
}
#PRICE_RANGE .noUi-handle{
    width: 60px;
    right: -30px;
}
.noUi-active {
    box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb
}

[disabled] .noUi-connect {
    background: #b8b8b8
}
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed
}
.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.noUi-pips {
    position: absolute;
    color: #999
}
.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}
.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}
.noUi-marker {
    position: absolute;
    background: #ccc
}
.noUi-marker-sub {
    background: #aaa
}
.noUi-marker-large {
    background: #aaa
}
.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}
.noUi-value-horizontal {
    -webkit-transform: translate(-50%,50%);
    transform: translate(-50%,50%)
}
.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%,50%);
    transform: translate(50%,50%)
}
.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}
.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}
.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}
.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}
.noUi-value-vertical {
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    padding-left: 25px
}
.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0,50%);
    transform: translate(0,50%)
}
.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}
.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}
.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}
.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}
.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    left: 50%;
    bottom: 120%
}
.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    right: 120%
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(50%,0);
    transform: translate(50%,0);
    left: auto;
    bottom: 10px
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(0,-18px);
    transform: translate(0,-18px);
    top: auto;
    right: 28px
}
/* -> noUIslider */
/* <- forms */
[has-error]{
    border-color: red !important;
}
.form-field{
    position: relative;
    margin-bottom: 10px;
    max-width: 100%;
}
.form-field-text input,
.form-field-text textarea{
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-width: 100%;
    border: 1px solid #2772C8;
    background: white;
    border-radius: 5px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    font-family: "IBM Plex Sans", sans-serif;
    padding: 0 13px;
    color: black;
}
.form-field-text textarea{
    height: 100px;
    line-height: 16px;
    padding: 10px 13px;
}
.form-field-text input::-webkit-input-placeholder,
.form-field-text textarea::-webkit-input-placeholder {
    color: #8A8A8A;
}
.form-field-text input:-moz-placeholder,
.form-field-text input::-moz-placeholder,
.form-field-text textarea:-moz-placeholder,
.form-field-text textarea::-moz-placeholder {
    color: #8A8A8A;
}
.form-field-text input:-ms-input-placeholder,
.form-field-text textarea:-ms-input-placeholder {
    color: #8A8A8A;
}
.form-field-file{
    position: relative;
    font-size: 0;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 1023px) {
    .form-field-file {
        padding-bottom: 33px;
    }
}
.form-field-file input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
    opacity: 0;
}
.form-field-file__label {
    position: relative;
    font-size: 14px;
    line-height: 1.1;
    cursor: pointer;
    color: #00AEEF;
    white-space: nowrap;
}
.form-field-file__attach {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    line-height: 1.1;
    color: #00AEEF;
    margin-right: 20px;
    cursor: pointer;
}
.form-field-file__attach:hover{
    color: #2672C8;
    text-decoration: none;
}
@media (max-width: 1023px) {
    .form-field-file__attach {
        margin: 0;
    }
}
.form-field-file__file-name {
    /*position: relative;*/
    padding-left: 27px;
    display: inline-block;
    vertical-align: bottom;
    font-size: 14px;
    line-height: 1.1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
/*@media (max-width: 1023px) {
    .form-field-file__file-name {
        max-width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
    }
}*/
.form-field-file__file-name .file-icon {
    display: block;
    width: 18px;
    height: 10px;
    background: url("images/svg/file-icon.svg") center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 3px;
    left: 0;
}
.form-field-file__file-ext {
    position: absolute;
    top: 0;
    right: 20px;
}
.form-field-file__remove {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.form-field-file__remove::before {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background-color: #b5bcc6;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.form-field-file__remove::after {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background-color: #b5bcc6;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.form-field-button{
    text-align: center;
    padding-top: 20px;
}
.form-field-button input{
    min-width: 160px;
}
.feedback-form .form-field{
    margin-bottom: 24px;
}
.form-field-title{
    margin-bottom: 12px;
    font-weight: 500;
}
.feedback-form .form-field-text input,
.feedback-form .form-field-text textarea{
    border-color: #E4E4E7;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10);
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    height: auto;
}
@media (max-width: 767px){
    .feedback-form .form-field-text input,
    .feedback-form .form-field-text textarea{
        font-size: 15px;
        padding: 10px 16px;
    }
}
.feedback-form .form-field-text input::-webkit-input-placeholder,
.feedback-form .form-field-text textarea::-webkit-input-placeholder {
    color: #ccc;
}
.feedback-form .form-field-text input:-moz-placeholder,
.feedback-form .form-field-text input::-moz-placeholder,
.feedback-form .form-field-text textarea:-moz-placeholder,
.feedback-form .form-field-text textarea::-moz-placeholder {
    color: #ccc;
}
.feedback-form .form-field-text input:-ms-input-placeholder,
.feedback-form .form-field-text textarea:-ms-input-placeholder {
    color: #ccc;
}
.feedback-form .form-field-button{
    padding-top: 0;
    text-align: left;
}
.feedback-form input.btn{
    padding: 12px 24px;
}
.checkbox {
    position: relative;
    display: block;
}
.checkbox__default {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}
.checkbox__custom {
    box-sizing: border-box;
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #2772C8;
    border-radius: 5px;
    position: absolute;
    top: 4px;
    left: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 2;
}
.checkbox__label {
    cursor: pointer;
    cursor: hand;
    position: relative;
    /*display: block;*/
    font-size: 18px;
    color: #415B74;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 0 0 35px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.checkbox__label:hover{
    color: #2772C8;
}
.checkbox__default:checked + .checkbox__custom {
    border-color: #2772C8;
}
.checkbox__default:checked + .checkbox__custom::before {
    content: "";
    display: block;
    width: 9px;
    height: 4px;
    border-left: 1px solid #2772C8;
    border-bottom: 1px solid #2772C8;
    position: absolute;
    top: 4px;
    left: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.radio {
    position: relative;
    display: block;
}
.radio__default {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}
.radio__custom {
    box-sizing: border-box;
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #2772C8;
    border-radius: 100%;
    position: absolute;
    top: 4px;
    left: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 2;
}
.radio__label {
    cursor: pointer;
    cursor: hand;
    position: relative;
    /*display: block;*/
    font-size: 18px;
    color: #415B74;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 0 0 50px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.radio__label:hover{
    color: #2772C8;
}
.radio__default:checked + .radio__custom {
    border-color: #2772C8;
}
.radio__default:checked + .radio__custom::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #2772C8;
    border-radius: 100%;
    position: absolute;
    top: 4px;
    left: 4px;
}
.with-border .radio__label{
    color: black;
    padding: 7px 13px 7px 43px;
    font-size: 14px;
    line-height: 16px;
    display: block;
    background: #F9F9F9;
    box-shadow: inset 0 0 0 1px #DADADA;
    border-radius: 5px;
}
.with-border .radio.is-checked .radio__label{
    background: linear-gradient(112.88deg, #00AEEF 19.8%, #2772C8 82.51%, #2772C8 126.71%, #2772C8 126.72%), #00AEEF;
    color: white;
    box-shadow: none;
}
.with-border .radio__custom{
    width: 15px;
    height: 15px;
    border-color: #C4C4C4;
    background: white;
    top: 8px;
    left: 13px;
}
.with-border .radio__default:checked + .radio__custom{
    border-color: white;
}
.with-border .radio__default:checked + .radio__custom::before{
    width: 9px;
    height: 9px;
    background: #00AEEF;
    top: 2px;
    left: 2px;
}

    /* -> forms */
.order-block,
.popup-block{
    max-width: 615px;
    padding: 40px 70px;
}
@media (min-width: 1024px){
    .order-block .mob-footer,
    .popup-block .mob-footer{
        display: none;
    }
}
.popup-block .btn{
    margin-top: 10px;
    font-size: 18px;
    line-height: 32px;
    padding: 5px 25px;
}
.order-user-type{
    position: relative;
    margin: 0 -10px 10px;
    display: flex;
    align-items: stretch;
}
.order-user-type .form-field{
    margin-left: 10px;
    margin-right: 10px;
    flex: 1 0 0;
}
.fancybox-content{
    position: relative;
    padding: 40px 70px;
    cursor: default !important;
}
.fancybox-content h2{
    margin: 0 0 18px;
}
@media (max-width: 1023px){
    .fancybox-content{
        padding-bottom: 170px;
    }
}
@media (max-width: 768px) {
    .order-user-type{
        flex-direction: column;
    }
    .fancybox-content{
        padding: 40px 20px 170px;
    }
    .full-cover .fancybox-content{
        min-height: 100%;
        width: 100%;
        padding: 80px 20px 165px 50px;
    }
    .full-cover .fancybox-slide--html .fancybox-close-small{
        right: auto;
        left: 0;
        width: 50px;
        height: 50px;
        background-color: #00AEEF;
        padding: 0;
    }
    .full-cover .fancybox-slide--html .fancybox-close-small::before {
        content: "";
        position: absolute;
        top: 23px;
        left: 14px;
        width: 24px;
        height: 3px;
        background-color: #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .full-cover .fancybox-slide--html .fancybox-close-small::after {
        content: "";
        position: absolute;
        top: 23px;
        left: 14px;
        width: 24px;
        height: 3px;
        background-color: #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .full-cover .fancybox-slide--html .fancybox-close-small svg{
        display: none;
    }
    .full-cover .fancybox-slide{
        padding: 0;
    }

}

.pagination {
    font-size: 0;
    text-align: center;
}
.pagination__next,
.pagination__prev {
    /*position: relative;
    display: inline-block;
    vertical-align: middle;*/
    display: none;
}
@media (max-width: 767px) {
    .pagination__next,
    .pagination__prev {
        height: 30px;
    }
}
.pagination__next::before,
.pagination__prev::before {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    background-color: #bac0ca;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pagination__next::after,
.pagination__prev::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #bac0ca;
    position: absolute;
    top: 50%;
}
.pagination__next span,
.pagination__prev span {
    position: relative;
    display: block;
    font-size: 15px;
    color: #0684bd;
    padding-bottom: 2px;
}
@media (max-width: 767px) {
    .pagination__next span,
    .pagination__prev span {
        display: none;
    }
}
.pagination__next span::after,
.pagination__prev span::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #0684bd;
    position: absolute;
    left: 0;
    bottom: 2px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}
.pagination__next span:hover::after,
.pagination__prev span:hover::after {
    opacity: 0;
}
.pagination__prev {
    padding-left: 25px;
    margin-right: 20px;
}
.pagination__prev::before {
    left: 0;
}
.pagination__prev::after {
    border-left: 2px solid #bac0ca;
    left: 0;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.pagination__next {
    padding-right: 25px;
    margin-left: 20px;
}
.pagination__next::before {
    right: 0;
}
.pagination__next::after {
    border-right: 2px solid #bac0ca;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
.pagination__list {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}
.pagination__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    margin-right: 9px;
    position: relative;
    background: linear-gradient(112.88deg, #00AEEF 19.8%, #2772C8 82.51%, #2772C8 126.71%, #2772C8 126.72%), #00AEEF;

}
.pagination__item:last-child {
    margin-right: 0;
}
.pagination__item.is-current span {
    color: #fff;
    cursor: default;
}
.pagination__item:before{
    content: '';
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    z-index: 0;
    background: white;
    border-radius: 4px;
}
.pagination__item.is-current:before{
    display: none;
}
.pagination__item a{
    position: relative;
    z-index: 1;
    background: linear-gradient(112.88deg, #00AEEF 19.8%, #2772C8 82.51%, #2772C8 126.71%, #2772C8 126.72%), #00AEEF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-decoration: none;
}
.pagination__item a,
.pagination__item span {
    display: block;
    width: 33px;
    height: 30px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
}
.pagination__item a:hover,
.pagination__item span:hover,
.pagination__item:hover a{
    background: none;
    color: white;
    -webkit-text-fill-color: white;
}
.pagination__item:hover:before{
    display: none;
}


.header-top-row{
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top-left{
    display: flex;
    align-items: center;
}
.header-logo{
    width: 167px;
    height: 37px;
    margin-right: 32px;
}
.header-logo svg{
    max-height: 100%;
    fill: #2772C8;
}
.header-top-menu ul{
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
}
.header-top-menu ul li{
    padding-right: 24px;
}
.header-top-menu ul li a, .header-top-menu ul li span{
    color: #1976D2;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}
.header-top-menu ul li.is-parent{
    position: relative;
}
.header-top-menu ul li.is-parent > a, .header-top-menu ul li.is-parent > span{
    padding-right: 18px;
    position: relative;
    white-space: nowrap;
}
.header-top-menu ul li.is-parent > a:after, .header-top-menu ul li.is-parent > span:after{
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    right: 3px;
    height: 6px;
    width: 6px;
    border-right: 1.5px solid #1976D2;
    border-bottom: 1.5px solid #1976D2;
    transform: rotate(45deg);
}
.header-top-menu ul ul{
    display: none;
    position: absolute;
    top: 23px;
    left: -15px;
    min-width: 100%;
    background: #ffffff;
    padding: 10px 15px;
    z-index: 10;
}
.header-top-menu ul ul li{
    padding: 5px 0;
    width: 150px;
}
.header-top-menu ul ul li a{
    color: #9FA9B3;
    font-size: 16px;
    font-weight: normal;
}
.header-top-menu ul ul li a:hover{
    color: #1976D2;
}
.header-top-menu ul li.is-parent:hover > ul{
    display: block;
}
.header-top-right{
    color: #C4C4C4;
    white-space: nowrap;
    text-align: right;
}
.header-top-right a{
    white-space: nowrap;
    color: #9FA9B3;
    text-decoration: none;
}
.header-top-right a:hover{
    color: #2772C8;
}
.header-top-right a:last-of-type{
    font-weight: 700;
    color: #2772C8;
}
@media (max-width: 1250px)
{
    .header-contacts-span{
        display: none;
    }
    .header-top-right{
        white-space: normal;
    }
}
.header-bottom{
    height: 64px;
    background: linear-gradient(112.88deg, #00AEEF 19.8%, #2772C8 82.51%, #2772C8 126.71%, #2772C8 126.72%), #00AEEF;
    color: white;
}
.header-bottom-animate.search-moving{
    overflow: hidden;
    opacity: 0.5;
}
.header-bottom-row{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-icon{
    height: 64px;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
}
.search-icon svg{
    height: 24px;
    width: 24px;
    stroke: #ffffff;
}
.search-icon-close{
    height: 64px;
    width: 64px;
    cursor: pointer;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}
.search-icon-close:before{
    content: '';
    position: absolute;
    top: 20px;
    left: 30px;
    width: 2px;
    height: 25px;
    background: white;
    transform: rotate(-45deg);
}
.search-icon-close:after{
    content: '';
    position: absolute;
    top: 20px;
    left: 30px;
    width: 2px;
    height: 25px;
    background: white;
    transform: rotate(45deg);
}
.header-bottom-menu ul{
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
}
.header-bottom-menu ul li{
    padding-right: 30px;
}
.header-bottom-menu > ul > li > a,
.header-bottom-menu > ul > li > span{
    font-size: 20px;
    line-height: 64px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.header-bottom-menu a {
    text-decoration: none;
    transition: .5s ease-in-out;
}
.header-bottom-menu ul li.is-parent{
    position: relative;
    transition: .5s ease-in-out;
}
.header-bottom-menu ul li.is-parent > a,
.header-bottom-menu ul li.is-parent > span{
    padding-right: 22px;
    position: relative;
    white-space: nowrap;
    transition: .5s ease-in-out;
}
.header-bottom-menu ul li.is-parent > a:after,
.header-bottom-menu ul li.is-parent > span:after{
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    right: 3px;
    height: 8px;
    width: 8px;
    border-right: 1.5px solid #ffffff;
    border-bottom: 1.5px solid #ffffff;
    transform: rotate(45deg);
    transition: .5s ease-in-out;
}
.header-bottom-menu ul ul{
    display: none;
    position: absolute;
    top: 64px;
    left: -15px;
    z-index: 10;
    width: 270px;
    min-width: 100%;
    background: #F9F9F9;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    padding: 10px 15px;
    transition: .5s ease-in-out;
}
.header-bottom-menu ul ul li{
    padding: 5px 0;
    transition: .5s ease-in-out;
}
.header-bottom-menu ul ul li a{
    color: #415B74;
    font-size: 16px;
    font-weight: normal;
    transition: .5s ease-in-out;
}
.header-bottom-menu ul ul li a:hover{
    color: #2772C8;
    transition: .5s ease-in-out;
}
.header-bottom-menu ul li.is-parent:hover > ul{
    display: block;
    transition: .5s ease-in-out;
}
.search-block{
    height: 64px;
    display: none;
}
.search-block input[type="submit"]{
    display: none;
}
.search-block input[type="text"]{
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 18px;
    height: 64px;
    background: none;
    border: none;
    line-height: 62px;
    color: white;
    padding: 0;
    outline: none;
    display: block;
    width: 100%;
    max-width: calc(100% - 64px);
}
.search-block input[type="text"]::-webkit-input-placeholder {
    font-family: "IBM Plex Sans", sans-serif;
    color: #F2F5FA;
}
.search-block input[type="text"]:-moz-placeholder,
.search-block input[type="text"]::-moz-placeholder {
    font-family: "IBM Plex Sans", sans-serif;
    color: #F2F5FA;
}
.search-block input[type="text"]:-ms-input-placeholder {
    font-family: "IBM Plex Sans", sans-serif;
    color: #F2F5FA;
}
.search-block input[type="text"]:focus::-webkit-input-placeholder {
    color: transparent !important;
}
.search-block input[type="text"]:focus:-moz-placeholder,
.search-block input[type="text"]:focus::-moz-placeholder {
    color: transparent !important;
}
.search-block input[type="text"]:focus:-ms-input-placeholder {
    color: transparent !important;
}
.header-bottom-animate.search-active .header-bottom-row{
    left: auto !important;
    justify-content: flex-start;
}
.header-bottom-animate.search-active .header-bottom-menu{
    display: none;
}
.header-bottom-animate.search-active .search-block,
.header-bottom-animate.search-active .search-icon-close{
    display: block;
}
.header-bottom-animate.search-active .search-icon{
    margin-left: -20px;
}
.header-bottom-mobile,
.header-logo-mobile{
    display: none;
}
.header-logo-mobile{
    height: 25px;
    width: 115px;
    margin-right: 15px;
}
.header-logo-mobile svg{
    max-height: 100%;
    fill: #ffffff;
}
.hamburger {
    padding: 16px 13px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.hamburger:hover {
    opacity: 1;
}
.hamburger.is-active:hover {
    opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
    background-color: #fff;
}
.hamburger-box {
    width: 24px;
    height: 17px;
    display: inline-block;
    position: relative;
}
header .hamburger {
    display: none;
    font-size: 0;
}
@media (max-width: 1023px) {
    header .hamburger {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        background-color: #00AEEF;
        padding-top: 17px;
        margin-right: 8px;
        z-index: 999;
    }
    div.title-search-result{
        left: 0 !important;
        max-width: 100% !important;
    }
    table.title-search-result th{
        font-size: 0;
        padding: 0 17px;
    }
}
@media (max-width: 480px) {
    div.title-search-result{
        width: 100% !important;
    }
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 24px;
    height: 3px;
    background-color: #fff;
    border-radius: 0;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.hamburger-inner::after,
.hamburger-inner::before {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -7px;
}
.hamburger-inner::after {
    bottom: -7px;
}
.hamburger--squeeze .hamburger-inner {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
    -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
    transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.hamburger--squeeze .hamburger-inner::after {
    -webkit-transition: bottom 75ms 0.12s ease, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms 0.12s ease, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms 0.12s ease, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms 0.12s ease, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
    transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 75ms ease, -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 75ms ease, -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 75ms ease, transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 75ms ease, transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header .header-nav{
    display: none;
}
@media (max-width: 1023px) {
    .header-bottom-mobile{
        display: flex;
        align-items: center;
    }
    .header-bottom-animate.search-active .header-bottom-mobile{
        display: none;
    }
    .header-logo-mobile{
        display: block;
    }
    header .header-nav {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        width: 100%;
        min-height: 100vh;
        background-color: #fff;
        padding: 80px 0 165px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 998;
    }
    .header-top,
    .header-bottom-menu,
    .grey-tabs-menu{
        display: none;
    }
    .header-bottom{
        /*background: white;*/
        height: 50px;
    }
    .header-bottom .container{
        padding: 0;
    }
    .search-icon{
        height: 50px;
        width: 50px;
    }
    .search-icon svg{
        /*stroke: #2772C8;*/
    }
    .header-bottom-animate.search-active .search-icon{
        margin-left: 0;
    }
    .search-icon-close{
        height: 50px;
        width: 50px;
    }
    .search-icon-close:before,
    .search-icon-close:after{
        top: 12px;
        left: 24px;
    }
    .search-block{
        height: 50px;
    }
    .search-block input[type="text"]{
        height: 50px;
        line-height: 50px;
    }
}
@media (max-width: 768px){
    .search-block input[type="text"]{
        font-size: 16px;
    }
}
.header-nav ul{
    padding: 0;
    list-style: none;
    margin: 0 0 20px 50px;
}
.header-nav ul ul{
    margin-bottom: 0;
}
.header-nav ul li{
    padding: 0;
    margin: 0 0 5px 0;
}
.header-nav ul li a,
.header-nav ul li span{
    text-transform: uppercase;
    text-decoration: none;
    color: #1976D2;
    font-size: 20px;
    font-weight: 700;
    padding: 5px 0;
    display: inline-block;
}
.header-nav ul li span{
    color: #415B74;
}
.mob-footer{
    background: linear-gradient(112.88deg, #00AEEF 19.8%, #2772C8 82.51%, #2772C8 126.71%, #2772C8 126.72%), #00AEEF;
    color: white;
    padding: 20px 40px 20px 50px;
    font-size: 14px;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.mob-footer a{
    color: white;
    font-weight: bold;
    text-decoration: none;
}
main{
    padding-bottom: 100px;
}
.front-banners-slider .slick-prev{
    left: 25px;
    z-index: 2;
}
.front-banners-slider .slick-next{
    right: 25px;
    z-index: 2;
}
.front-banners-slider .slick-dots{
    bottom: 25px;
    z-index: 2;
}
.front-banners-slider .slick-dots li.slick-active button:before,
.front-banners-slider .slick-dots li button:before{
    font-size: 10px;
    color: white;
}
.front-banner{
    background: #2772C8;
    padding: 80px 0;
}
.front-banner .container{
    position: relative;
}
.banner-text{
    position: relative;
    z-index: 1;
    max-width: 63%;
    color: white;
    font-size: 24px;
}
.front-banner h2, .front-banner .h2{
    font-weight: 700;
    font-size: 40px;
    line-height: 72px;
    color: white;
    background: none;
    margin: 20px 0 24px;
    -webkit-text-fill-color: white;
}
.front-banner .banner-text p{line-height: 36px;}
.banner-text .btn{
    margin: 30px 0;
}
.banner-picture{
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 0;
    max-width: 55%;
}
.banner-picture img{
    max-width: 100%;
}
@media (max-width: 1250px) {
    .banner-text{
        font-size: 18px;
    }
    .front-banner h2, .front-banner .h2{
        font-size: 40px;
    }
    .banner-picture{
        right: 0;
    }
}
@media (max-width: 1023px) {
    .banner-text{
        max-width: none;
        text-align: center;
    }
    .front-banner{
        padding: 30px 0;
    }
    .front-banner h2, .front-banner .h2{
        text-align: center;
        margin: 0 0 20px;
        font-size: 32px;
        line-height: 1.2;
    }
    .banner-text .btn{
        font-size: 20px;
        margin: 10px 0 20px;
    }
    .banner-picture{
        position: relative;
        bottom: auto;
        right: auto;
        margin: 0 auto;
        width: 100%;
        max-width: 600px;
    }
    .front-banners-slider .slick-prev{
        left: 10px;
    }
    .front-banners-slider .slick-next{
        right: 10px;
    }
    .front-banners-slider .slick-dots{
        bottom: 15px;
    }
}
@media (max-width: 768px) {
    main{
        padding-bottom: 20px;
    }
    .front-banner h2, .front-banner .h2{
        font-size: 28px;
    }
    .banner-text {
        font-size: 16px;
    }
}
.front-catalog{
    margin-top: 45px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.front-catalog-item{
    position: relative;
    padding: 50px 27px 65px;
    text-align: center;
    max-width: 600px;
}
.front-catalog-item:before{
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    background: #F9F9F9;
    border-radius: 16px;
    z-index: 0;
    transition: .6s ease-in-out;
}
.front-catalog-item:hover:before{
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.front-catalog-item a{
    text-decoration: none;
}
.front-catalog-item a:hover{
    text-decoration: underline;
}
.front-catalog-item > *{
    position: relative;
    z-index: 1;
}
.front-catalog-item__name{
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    height: 48px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.front-catalog-item__picture{
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}
.front-catalog-item__picture a{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.front-catalog-item__picture img{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.front-catalog-item__product{
    margin-bottom: 15px;
}
@media (max-width: 1250px){
    .front-catalog-item__name{
        font-size: 20px;
        height: 40px;
    }
    .front-catalog-item__product{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .front-catalog-item__picture{
        height: 160px;
    }
}
@media (max-width: 768px){
    .front-catalog{
        margin-top: 10px;
    }
    .front-catalog-item__name{
        font-size: 24px;
        height: 50px;
    }
    .front-catalog-item__picture{
        height: 140px;
    }
    .front-catalog-item{
        padding: 40px 27px 40px;
    }
    .front-catalog-item:before{
        bottom: 10px;
    }
    .front-catalog-item__product{
        margin: 0;
    }
    .front-catalog-item__product a{
        display: inline-block;
        padding: 5px 0;
    }
    .banner-picture{
        display: none;
    }
}
.front-standard{
    position: relative;
    padding: 55px;
}
.front-standard > *{
    position: relative;
    z-index: 1;
}
.front-standard:before{
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background: #F9F9F9;
    border-radius: 16px;
    z-index: 0;
}
.premium:before {
    background: linear-gradient(112.88deg, #00AEEF 19.8%, #2772C8 82.51%, #2772C8 126.71%, #2772C8 126.72%), #00AEEF;
    color: #fff;
}
.front-standard__name{
    font-size: 24px;
    color: #2772C8;
    padding-bottom: 8px;
}

.premium .front-standard__name {color: #fff}
.premium .front-standard__text {color: #fff}

.front-standard__name strong{
    font-weight: 600;
}
@media (max-width: 1250px) {
    .front-standard{
        padding: 45px;
    }
}
@media (max-width: 768px) {
    .front-standard{
        font-size: 16px;
        padding: 35px 35px 30px;
    }
    .front-standard:before{
        bottom: 10px;
    }
    .front-standard__name{
        font-size: 20px;
    }
}

@media (min-width: 1024px) {
    .front-seo-text h2{
        max-width: 48%;
    }
    .front-seo-text article{
        -webkit-column-count:2;
        -moz-column-count:2;
        column-count:2;
    }
}

.prev-review,
.next-review{
    height: 40px;
    width: 40px;
    cursor: pointer;
}
.prev-review.slick-disabled,
.next-review.slick-disabled{
    opacity: 0.4;
}
.prev-review.slick-disabled:hover svg.arrow,
.next-review.slick-disabled:hover svg.arrow{
    stroke: #415B74;
}
.prev-review:hover svg.arrow,
.next-review:hover svg.arrow{
    stroke: #2372C3;
}
.reviews-block{
    margin-top: 15px;
}
.reviews-block h2{
    margin: 0 0 20px;
}
.review-item{
    position: relative;
    border: 3px solid #F3F4ED;
    border-radius: 16px;
    min-height: 390px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 35px;
}
.review-item-new{
    display: block;
    font-size: 16px;
}
.review-picture{
    max-height: 400px;
}
.review-picture a{
    max-height: 100%;
    display: flex;
    align-items: center;
}
.review-picture img{
    height: 100%;
    max-height: 380px;
    width: auto;
    object-fit: cover;
}
.review-link{
    position: absolute;
    top: 22px;
    right: 17px;
}
.review-link a{
    text-decoration: none;
}
.review-link a:hover{
    text-decoration: underline;
}
@media(max-width: 1023px){
    .reviews-slider-controls{
        margin-left: 0;
    }
    .reviews-block h2{
        margin: 20px 0 10px;
    }
    .review-link{
        font-size: 16px;
        top: 14px;
    }
    .review-item{
        min-height: 300px;
        margin-top: 10px;
        padding: 20px 25px;
    }
}
@media(max-width: 400px){
    .review-link{
        font-size: 12px;
        top: 8px;
        right: 10px;
    }
    .review-item{
        min-height: 200px;
        margin-top: 10px;
        padding: 10px;
    }
}

@media (min-width: 1024px) {
    .sb-filter {
        display: block !important;
    }
    .sb-filter__title {
        display: none;
    }
    .sb-filter .items-filter {
        display: none;
    }
    .sb-filter__submit {
        display: none;
    }
}
.sb-filter__list{
    list-style: none;
    padding: 0 0 0 17px;
    margin: 20px 0 30px;
}
.sb-filter .mob-footer{
    display: none;
}
@media (max-width: 1023px) {
    .sb-filter__list{
        margin: 10px 0 20px;
    }
    .sb-filter {
        display: none;
        min-height: 100vh;
        position: absolute !important;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        background-color: #fff;
        padding: 80px 0 165px;
    }
    .sb-filter .mob-footer{
        display: block;
    }
    .sb-filter .sb-filter__form {
        padding: 0 55px;
    }
}
@media (max-width: 1023px) and (max-width: 378px) {
    .sb-filter {
        padding-bottom: 185px;
    }
}
@media (max-width: 1023px) and (max-width: 340px) {
    .sb-filter {
        padding-bottom: 200px;
    }
    .sb-filter .sb-filter__form {
        padding: 0 35px;
    }
}
.sb-filter__title {
    margin-top: 0;
    margin-bottom: 30px;
}
.sb-filter__sec {
    margin-bottom: 13px;
}
.sb-filter__sec:last-child {
    margin-bottom: 0;
}
@media (min-width: 1024px) {
    .sb-filter__sec--sort {
        display: none;
    }
}
.sb-filter__sec-checkbox{
    margin-bottom: 10px;
}
.sb-filter__sec-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #2772C8;
    transition: .2s;
}
.sb-filter__sec.empty-val .sb-filter__sec-name{
    /*opacity: 0.5;*/
    color: #00AEF1;
}
.sb-filter__sec.empty-val .range-block{
    opacity: 0.5;
}
/*.sb-filter__sec.empty-val .noUi-handle,
.sb-filter__sec.empty-val .noUi-target,
.sb-filter__sec.empty-val .noUi-connect{
    background: #eee;
    color: black;
}*/
.sb-filter__sec-checkbox .sb-filter__sec-name{
    margin-bottom: 0;
    order: -1;
    /*opacity: 0.5;*/

}
.checkbox-ios {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    position: relative;
    vertical-align: middle;
    font-size: 14px;
    user-select: none;
}
.checkbox-ios .checkbox-ios-switch {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 40px;
    height: 20px;
    border-radius: 10px;
    vertical-align: top;
    background: #eee;
    transition: .2s;
    flex-shrink: 0;
}
.checkbox-ios .checkbox-ios-switch:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    transition: .15s;
}
.checkbox-ios input[type=checkbox] {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.checkbox-ios input[type=checkbox]:not(:disabled):active + .checkbox-ios-switch:before {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
}
.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch {
    background: linear-gradient(107.19deg, #00AEEF 27.21%, #2772C8 86.3%, #2772C8 127.96%, #2772C8 127.97%), #00AEEF;
}
.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch + .sb-filter__sec-name{
    opacity: 1;
}
.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch:before {
    transform:translateX(20px);
}

/* Hover */
.checkbox-ios input[type="checkbox"]:not(:disabled) + .checkbox-ios-switch {
    cursor: pointer;
    border-color: #eee;
}

/* Disabled */
.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch {
    filter: grayscale(70%);
    border-color: #eee;
}
.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch:before {
    background: #eee;
}

/* Focus */
.checkbox-ios.focused .checkbox-ios-switch:before {
    box-shadow: inset 0px 0px 4px #ff5623;
}
.sb-filter__sec-checkbox .checkbox-ios{
    display: flex;
    justify-content: space-between;
    height: auto;
}
.sb-filter__sec-checkbox .checkbox-ios-switch{
    margin-top: 4px;
}

@media (max-width: 1023px) {
    .sb-filter__sec-name {

        margin-bottom: 14px;
    }
}
.sb-filter__item {
    margin-bottom: 3px;
}
.sb-filter__item:last-child {
    margin-bottom: 0;
}
.sb-filter__submit {
    padding: 3px 0;
    margin: 30px 0;
}
.sb-filter__submit .btn {
    font-size: 16px;
    line-height: 38px;
    padding: 0 20px;
}
@media (max-width: 1023px) {
    .sb-filter__submit {
        margin-bottom: 0;
    }
}
@media (min-width: 1024px) {
    .sb-filter--parts {
        padding: 23px 0 13px;
    }
}
@media (max-width: 1023px) {
    .sb-filter--parts .sb-filter__title {
        margin-bottom: 20px;
    }
    .sb-filter--parts .sb-filter__sec-name {
        display: none;
    }
}
@media (max-width: 389px) {
    .sb-filter--parts .sb-filter__form {
        padding: 0 20px;
    }
}

@media (min-width: 1024px) {
    .sidebar {
        max-width: 270px;
    }
}
@media (max-width: 1023px) {
    .sidebar {
        position: static;
    }
}

.mob-filter-open {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background-color: #00AEEF;
    position: absolute;
    top: -60px;
    right: 15px;
}
@media (min-width: 1024px) {
    .mob-filter-open {
        display: none;
    }
}
.mob-filter-open .icon {
    fill: #fff;
    width: 22px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.mob-filter-close {
    display: none;
}
@media (max-width: 1023px) {
    .mob-filter-close {
        display: block;
        width: 50px;
        height: 50px;
        background-color: #00AEEF;
        position: absolute;
        top: 0;
        left: 0;
    }
    .mob-filter-close .close-icon {
        width: 24px;
        height: 24px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .mob-filter-close .close-icon::before {
        content: "";
        position: absolute;
        top: 10px;
        width: 24px;
        height: 3px;
        background-color: #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .mob-filter-close .close-icon::after {
        content: "";
        position: absolute;
        top: 10px;
        width: 24px;
        height: 3px;
        background-color: #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.items-grid {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.items-grid::after {
    content: "";
    -webkit-box-flex: 1;
    flex: auto;
}
.item-card-section{
    box-sizing: border-box;
    color: #2772C8;
    font-size: 28px;
    font-weight: 500;
    width: 100%;
    padding: 0 25px 15px;
}
.item-card-see-all{
    box-sizing: border-box;
    width: 100%;
}
.hidden-item-card{
    display: none;
}
.item-card-see-all{
    padding: 0 15px 30px;
}
.item-card-see-all .btn{
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}
.item-card-see-all span:hover{
    text-decoration: underline;
}
.item-card {
    position: relative;
    width: 100%;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #F0F0F0;
    border-radius: 16px;
    overflow: hidden;
    min-height: 400px;
    box-sizing: border-box;
    padding-bottom: 100px;
    transition: .6s ease-in-out;
}
.item-card.link-card{
    background: linear-gradient(107.19deg, #00AEEF 27.21%, #2772C8 86.3%, #2772C8 127.96%, #2772C8 127.97%);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 50px 30px 30px;
}
.link-card-icon{
    height: 60px;
    width: 60px;
    margin-bottom: 10px;
}
.link-card-title{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.06px;
}
.link-card-text{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.06px;
    text-align: center;
}
.link-card-button{
    border: 1px white solid;
    color: white;
    display: inline-block;
    border-radius: 32px;
    font-size: 20px;
    line-height: 36px;
    font-weight: 600;
    padding: 10px 40px;
    text-align: center;
    letter-spacing: -0.02em;
    text-decoration: none;
}
.link-card-button:hover{
    text-decoration: none;
    box-shadow: 0 0 10px rgba(255,255,255,0.3);
}
.item-card:hover {
    box-shadow:  0 4px 10px rgba(0, 0, 0, 0.15);
}
.servers__grid .item-card{
    max-width: calc(33.3333% - 30px);
    margin: 0 15px 30px;
}
.common-article-grid .item-card{
    flex: 1 0 0;
    margin: 0 15px 30px;
    max-width: 300px;
}
.servers__grid .item-card:hover,
.common-article-grid .item-card:hover{
    transition: .6s ease-in-out;
}
@media (max-width: 1249px) {
    .servers__grid .item-card,
    .common-article-grid .item-card{
        max-width: calc(50% - 30px);
    }
}
@media (max-width: 1023px) {
    .servers__grid,
    .common-article-grid{
        margin: 0 -7px;
    }
    .servers__grid .item-card,
    .common-article-grid .item-card{
        margin: 0 7px 20px;
        max-width: calc(50% - 14px);
    }
    .item-card-section{
        padding: 0 7px 15px;
    }
}
@media (max-width: 599px) {
    .servers__grid .item-card{
        max-width: 100%;
    }
    .common-article-grid .item-card{
        max-width: 300px;
        flex: auto 0 0;
    }
}
@media (max-width: 389px) {
    .servers__grid,
    .common-article-grid{
        padding: 0;
    }
}
.item-card__picture{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: right;
    height: 230px;
    box-sizing: border-box;
    padding: 15px 1px 5px;
}
.item-card__picture a{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-card__picture img{
    max-width: 100%;
    max-height: 115%;
    object-fit: cover;
}
.item-card__picture a.item-card__configure-link{
    display: block;
    position: absolute;
    top: 15px;
    right: 22px;
    z-index: 2;
    height: 24px;
    width: 24px;
    background: url("images/svg/configure-icon.svg") center center no-repeat;
    font-size: 0;
}
.item-card__name{
    height: 50px;
    overflow: hidden;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-card__name a{
    text-decoration: none;
}
.new-servers .item-card__name a{
    text-align: center;
}
.item-card__name a:hover{
    text-decoration: underline;
}
.item-card__features{
    padding: 5px 24px 0;
}
.item-card__feature{
    font-size: 14px;
    line-height: 24px;
    color: #415B74;
    display: flex;
}
.item-card__feature-icon{
    height: 18px;
    width: 18px;
    margin: 3px 12px 0 0;
    flex-shrink: 0;
}
.item-card__bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 68px;
    z-index: 1;
    background: #00AEEF;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.item-card__price{
    color: white;
    padding-left: 24px;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
}
.item-card__order-button{
    cursor: pointer;
    color: white;
    text-decoration: none;
    height: 100%;
    font-weight: 600;
    font-size: 20px;
    line-height: 68px;
    padding: 0 15px;
    background: linear-gradient(107.19deg, #00AEEF 27.21%, #2772C8 86.3%, #2772C8 127.96%, #2772C8 127.97%), #00AEEF;
}
.new-servers .item-card__order-button{
    flex: 1 0 0;
    text-align: center;
}
@media (max-width: 768px){
    .item-card{
        padding-bottom: 70px;
    }
    .item-card__bottom{
        height: 55px;
    }
    .item-card__price,
    .item-card__order-button{
        line-height: 55px;
    }
}
.range-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 10px;
    line-height: 24px;
    color: #415B74;
    margin: 20px 0 30px;
}
.range-item{
    margin: 0 10px;
    flex: 1 0 0;
}
@media (max-width: 1023px)
{
    .range-block{
        margin: 10px 0 20px;
    }
}
.server-pictures{
    margin-bottom: 40px;
    position: relative;
}

.server-pictures-big{
    overflow: hidden;
    max-height: 500px;
}
.server-pictures-big .slick-track{
    align-items: stretch;
    width: 100% !important;
}
.server-pictures-big_slider{
    display: flex;
}
.server-pictures-big_item{
    flex-shrink: 0;
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    max-height: 500px;
}
.server-pictures-big_item.slick-slide{
    height: auto;
}
.server-pictures-big_item a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-height: 500px;
    overflow: hidden;
}
.server-pictures-big_item a img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.server-pictures-big_item a.video-item:before{
    content: '';
    position: absolute;
    z-index: 2;
    height: 60px;
    width: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(112.88deg, #00AEEF 19.8%, #2772C8 82.51%, #2772C8 126.71%, #2772C8 126.72%), #00AEEF;
    border-radius: 100%;
    cursor: pointer;
}
.server-pictures-big_item a.video-item:after {
    content: '';
    position: absolute;
    z-index: 3;
    height: 0;
    width: 0;
    border-left: 20px white solid;
    border-top: 12px transparent solid;
    border-bottom: 12px transparent solid;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    cursor: pointer;
}
.server-pictures-small {
    position: relative;
    max-width: 720px;
    margin: 20px 0 10px -10px;
    overflow: hidden;
    max-height: 60px;
}
.with-tabs .server-pictures-small{
    overflow: initial;
/*    max-width: 560px;*/
}
.server-pictures-small_slider{
    display: flex;
}
.server-pictures-small_slider .slick-track{
    width: 100% !important;
}
.server-pictures-small_item {
    box-sizing: border-box;
    flex-shrink: 0;
    position: relative;
    width: 60px !important;
    height: 60px;
    margin: 0 10px;
    border: 1px solid #DADADA;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
}
.with-tabs .server-pictures-small_item{
    height: 45px;
}
.server-pictures-small_item.active{
    border-color: transparent;
    background: linear-gradient(112.88deg, #00AEEF 19.8%, #2772C8 82.51%, #2772C8 126.71%, #2772C8 126.72%), #00AEEF;
}
.server-pictures-small_item.active:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: white;
    z-index: 0;
    border-radius: 4px;
}
.server-pictures-small_item-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    overflow: hidden;
}
.server-pictures-small_item-wrap.video-item:before{
    content: '';
    position: absolute;
    z-index: 2;
    height: 32px;
    width: 32px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(112.88deg, #00AEEF 19.8%, #2772C8 82.51%, #2772C8 126.71%, #2772C8 126.72%), #00AEEF;
    border-radius: 100%;
    cursor: pointer;
}
.server-pictures-small_item-wrap.video-item:after {
    content: '';
    position: absolute;
    z-index: 3;
    height: 0;
    width: 0;
    border-left: 12px white solid;
    border-top: 8px transparent solid;
    border-bottom: 8px transparent solid;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    cursor: pointer;
}
.with-tabs .server-pictures-small_item-wrap{
    height: 43px;
}
.server-pictures-small_item img {
    display: block;
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.server-files{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 35px;
}
.server-files a{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #C4C4C4;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}
.server-files a:first-of-type{
    margin-right: 50px;
}
svg.save-icon{
    stroke: #C4C4C4;
}
.server-files a svg,
.server-co-pdf svg{
    height: 18px;
    width: 18px;
    margin-right: 13px;
}
.server-files a:hover{
    color: #2772C8;
}
.server-files a:hover svg{
    stroke: #2772C8;
}
.specification-title{
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.02em;
    color: #2772C8;
}
.specification-list{
    margin-bottom: 30px;
}
.specification-item{
    font-size: 16px;
    padding: 7px 10px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.with-tabs .specification-list .specification-item:nth-of-type(2n){
    background: #F9F9F9;
    /*box-shadow: inset 0 0 0 1px #DADADA;*/
    border-radius: 5px;
}
.specification-item .spec-item-value{
    color: #2772C8;
}
.server-co-pdf{
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    cursor: pointer;
    color: #2772C8;
}
.server-co-pdf svg{
    stroke: #2772C8;
}
.server-detail-left{
    padding-right: 30px;
}
.order-guarantee{
    font-size: 14px;
    line-height: 16px;
    padding: 2px 0 13px 28px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.order-guarantee.done{
    background-image: url("images/svg/server-done.svg");
}
.order-guarantee.done-all{
    background-image: url("images/svg/server-done-all.svg");
}
.order-guarantee.verified{
    background-image: url("images/svg/server-verified.svg");
}
.order-guarantee.world{
    background-image: url("images/svg/server-world.svg");
}
.order-guarantee.photos{
    background-image: url("images/svg/server-photos.svg");
}
.server-price{
    margin-top: 30px;
    font-weight: 500;
    font-size: 40px;
    line-height: 24px;
    text-align: center;
    color: #2772C8;
}
.server-price i{
    font-style: normal;
}
.server-price span{
    display: block;
    padding-top: 10px;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #415B74;
}
.server-buttons{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 25px;
}
.server-buttons .btn{
    margin: 0 13px 15px 0;
    font-size: 18px;
    line-height: 32px;
    padding: 5px 25px;
}
@media (max-width: 1249px)
{
    .server-pictures-small{
        max-width: 550px;
    }
    .with-tabs .server-pictures-small{
        max-width: 480px;
    }
}
@media (max-width: 1023px)
{
    .server-detail-left{
        padding-right: 15px;
    }
    .server-pictures-small{
        max-width: none;
        margin: 10px 0 10px -5px;
    }
    .with-tabs .server-pictures-small{
        margin: 10px auto;
    }
    .server-pictures-small_item{
        margin: 0 5px;
        width: 40px !important;
        height: 40px;
    }
    .with-tabs .server-pictures-small_item{
        margin: 0 10px;
        width: 60px !important;
        height: 45px;
    }
    .server-pictures-small_item-wrap{
        width: 38px;
        height: 38px;
    }
    .with-tabs .server-pictures-small_item-wrap{
        width: 58px;
        height: 43px;
    }
    .server-detail-right{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .server-co-pdf{
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .server-files a{
        margin-bottom: 10px;
    }
    .specification-list{
        font-size: 14px;
    }
    .with-tabs .specification-list{
        margin: 0 -15px;
        position: relative;
    }
    .with-tabs .specification-item{
        padding: 7px 15px;
        font-size: 14px;
    }
}
@media (max-width: 560px)
{
    .with-tabs .server-pictures-small{
        max-width: 300px;
    }
    .with-tabs .server-pictures-small_item{
        margin: 0 5px;
        width: 40px !important;
        height: 29px;
    }
    .with-tabs .server-pictures-small_item-wrap{
        width: 38px;
        height: 27px;
    }
    .server-pictures-small_item-wrap.video-item:before{
        height: 24px;
        width: 24px;
    }
    .server-pictures-small_item-wrap.video-item:after{
        border-width: 5px 0 5px 8px;
    }
}


footer{
    position: relative;
    overflow: hidden;
    padding: 115px 0 50px;
    color: white;
}
footer:before{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(241.52deg, #00AEEF 12.97%, #2772C8 54.02%, #2772C8 82.97%, #2772C8 82.97%), #00AEEF;
    z-index: 0;
}
footer .container{
    position: relative;
    z-index: 1;
}
.footer-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-logo{
    width: 167px;
    height: 37px;
}
.footer-logo svg{
    max-height: 100%;
    fill: #ffffff;
}
.footer-slogan{
    font-size: 16px;
}
.footer-slogan p{
    margin: 35px 0 0;
}
.footer-partners{
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.footer-partner{
    margin: 15px 35px 0 0;
    height: 38px;
}
.footer-partners .footer-partner:last-of-type{
    margin-right: 0;
}
.footer-partner.dell-logo{
    width: 38px;
}
.footer-partner.hp-logo{
    width: 90px;
}
.footer-partner.intel-logo{
    width: 58px;
}
.footer-partner svg{
    max-height: 100%;
}
.footer-title{
    font-weight: 600;
    opacity: 0.8;
    padding-bottom: 24px;
}
.footer-title a{
    color: white;
    text-decoration: none;
    transition: .6s ease-in-out;
}
.footer-title a:hover{
    text-decoration: underline;
}
.footer-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    opacity: 0.8;
}
.footer-menu ul li{
    padding: 0 0 20px;
}
.footer-menu ul li a{
    color: inherit;
    text-decoration: none;
    transition: .3s ease-in-out;
}
.footer-menu ul li a:hover{
    text-decoration: underline;
}
.footer-socials{
    display: flex;
}
.footer-social{
    width: 25px;
    height: 25px;
    margin: 10px 17px 0 0;
}
.footer-socials .footer-social:last-of-type{
    margin-right: 0;
}
.footer-bottom{
    margin-top: 45px;
    padding-top: 25px;
    position: relative;
}
.footer-bottom:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    display: block;
    background: #ffffff;
    opacity: 0.3;
}
.footer-copyright{
    font-size: 14px;
}
@media (max-width: 1023px){
    footer{
        padding: 20px 0;
    }
    .footer-contacts{
        position: relative;
        padding-bottom: 25px;
        margin-bottom: 20px;
    }
    .footer-contacts:after{
        content: '';
        position: absolute;
        bottom: 0;
        left: 15px;
        right: 15px;
        height: 1px;
        display: block;
        background: #ffffff;
        opacity: 0.3;
    }
    .footer-logos{
        margin-top: 10px;
        padding-top: 25px;
    }
    .footer-logos:before{
        content: '';
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        height: 1px;
        display: block;
        background: #ffffff;
        opacity: 0.3;
    }
    .footer-title,
    .footer-menu ul li{
        padding-bottom: 12px;
    }
    .footer-logo{
        width: 115px;
        height: 25px;
    }
    .footer-slogan p{
        font-size: 14px;
        margin-top: 15px;
    }
    .footer-partners{
        margin-top: 10px;
    }
    .footer-bottom{
        margin-top: 20px;
        padding-top: 20px;
    }
}
@media(max-width: 768px){
    .footer-title{
        font-size: 18px;
        padding-bottom: 6px;
    }
    .footer-menu ul li{
        padding-bottom: 0;
    }
    .footer-menu ul li a,
    .footer-menu ul li span{
        padding: 6px 0;
        font-size: 16px;
        display: inline-block;
    }
}
table.title-search-result td.title-search-item img{
    display: none;
}
.components-order-list{
    display: table;
    font-size: 14px;
    width: 100%;
    background: #F9F9F9;
    box-shadow: inset 0 0 0 1px #dadada;
    border-radius: 5px;
    margin-bottom: 20px;
}
.component-order-item{
    display: table-row;
}
.component-order-item__title{
    background: linear-gradient(112.88deg, #00AEEF 19.8%, #2772C8 82.51%, #2772C8 126.71%, #2772C8 126.72%), #00AEEF;
    color: white;
}
.component-order-item__title > div:first-of-type{
    border-radius: 5px 0 0 0;
}
.component-order-item__title > div:last-of-type{
    border-radius: 0 5px 0 0;
}
.component-order-item > div{
    padding: 5px 13px;
    display: table-cell;
    vertical-align: middle;
}
.component-order-item__body > div{
    border-bottom: 1px #dadada solid;
}
.components-order-list .component-order-item__body:last-of-type > div{
    border-bottom: none;
}
.component-oi__cost{
    min-width: 90px;
    text-align: right;
}
.component-oi__price{
    text-align: right;
}
.component-oi__cost span,
.component-oi__price span{
    white-space: nowrap;
}
.component-oi__num{
    text-align: center;
}
.component-oi__quantity{
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 5px;
    height: 20px;
    width: 60px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.component-oi__quantity .js-item-counter-minus,
.component-oi__quantity .js-item-counter-plus {
    height: 18px;
    width: 15px;
    position: relative;
    cursor: pointer;
    display: block;
}
.component-oi__quantity .js-item-counter-minus:before,
.component-oi__quantity .js-item-counter-plus:before,
.component-oi__quantity .js-item-counter-plus:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 1px;
    background: rgba(0, 0, 0, 0.54);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.component-oi__quantity .js-item-counter-plus:after {
    height: 7px;
    width: 1px;
}
.component-oi__quantity .js-item-counter {
    border: none;
    height: 18px;
    width: 28px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: black;
    padding: 0;
    display: inline-block;
    outline: none;
}
.component-oi__delete-item{
    height: 24px;
    width: 24px;
    cursor: pointer;
}
.component-oi__delete-item svg path{
    fill: #415B74;
    stroke-width: 0;
}
.components-sections{
    padding-bottom: 50px;
    font-size: 18px;
}
.components-section{
    margin: 0 0 5px;
}
.components-section-sub{
    padding: 5px 0 5px 15px;
    font-size: 16px;
}
.components-section a,
.components-section span{
    text-decoration: none;
    padding: 5px 0;
    font-weight: 500;
}
.components-section a:hover{
    text-decoration: underline;
}
@media (max-width:560px){
    .components-order-list{
        display: block;
    }
    .component-order-item{
        display: flex;
        flex-wrap: wrap;
        border-radius: 5px 5px 0 0;
        position: relative;
    }
    .component-order-item__body .component-oi__title{
        flex: 0 0 100%;
        max-width: calc(100% - 50px);
        border-bottom: none !important;
    }
    .component-order-item__title .component-oi__title{
        display: none;
    }
    .component-oi__num{
        flex: 1 0 0;
    }
    .component-oi__cost{
        flex: 0 0 110px;
    }
    .component-order-item > div:not(.component-oi__title){
        padding-bottom: 7px;
    }
    .component-oi__delete{
        padding: 4px 6px 0 0 !important;
        position: absolute;
        top: 0;
        right: 0;
        border-bottom: none !important;
    }
}
.article .article-card,
.articles .article-card {
    position: relative;
    display: block;
    overflow: hidden;
    height: 440px;
    margin-bottom: 30px;
    border-radius: 16px;
}
@media (max-width: 767px) {
    .article .article-card,
    .articles .article-card {
        margin-bottom: 16px;
    }
}
.article .article-card::before,
.articles .article-card::before {
    content: "";
    display: block;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0) 50%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 2;
}
.article .article-card::after,
.articles .article-card::after {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    z-index: 3;
}
.article .article-card__bg,
.articles .article-card__bg {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
    z-index: 1;
}
.article .article-card__text,
.articles .article-card__text {
    max-width: 540px;
    min-height: 256px;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 32px;
    z-index: 4;
}
@media (max-width: 1023px) {
    .article .article-card__text,
    .articles .article-card__text {
        max-width: 480px;
        min-height: 220px;
    }
}
.article .article-card__text .date,
.articles .article-card__text .date {
    line-height: 2;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    margin-bottom: 8px;
}
.article .article-card__text h2,
.articles .article-card__text h2 {
    font-size: 40px;
    line-height: 1.2;
    color: #fff;
    background: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
    background-clip: text;
    text-fill-color: #fff;
    margin-bottom: 8px;
}
@media (max-width: 1023px) {
    .article .article-card__text h2,
    .articles .article-card__text h2 {
        font-size: 24px;
    }
}
.article .article-card__text h4,
.articles .article-card__text h4 {
    line-height: 1.2;
    color: #fff;
    margin-bottom: 8px;
}
.article .article-card__text p,
.articles .article-card__text p {
    line-height: 1.5;
    color: #fff;
}
.article .article-card:hover .article-card__bg,
.articles .article-card:hover .article-card__bg {
    -webkit-transform: scale(1.075);
    transform: scale(1.075);
}
.article .article-card:hover::after,
.articles .article-card:hover::after {
    opacity: 0;
}
.article .article-card--main,
.articles .article-card--main {
    height: 640px;
}
@media (max-width: 1023px) {
    .article .article-card--main,
    .articles .article-card--main {
        height: 440px;
    }
}
.article .article-card--main .article-card__text,
.articles .article-card--main .article-card__text {
    min-height: 0;
    bottom: 96px;
}
@media (max-width: 1023px) {
    .article .article-card--main .article-card__text,
    .articles .article-card--main .article-card__text {
        bottom: 32px;
    }
}
.article .pagination,
.articles .pagination {
    padding-top: 18px;
}
@media (max-width: 767px) {
    .article .pagination,
    .articles .pagination {
        padding-top: 32px;
    }
}

.article img {
    width: 100%;
    margin-bottom: 16px;
}
@media (max-width: 499px) {
    .article img {
        margin-bottom: 8px;
    }
}
.article__main-img {
    margin-bottom: 32px;
}
@media (max-width: 1023px) {
    .article__main-img {
        margin: 0 -30px 24px;
    }
}
@media (max-width: 413px) {
    .article__main-img {
        margin: 0 -15px 24px;
    }
}
.article__main-img img {
    margin-bottom: 0;
}
.article h2 {
    line-height: 1.25;
    color: #22446b;
    text-transform: none;
    margin-bottom: 32px;
}
@media (max-width: 499px) {
    .article h2 {
        font-size: 24px;
        line-height: 1.33;
        margin-bottom: 24px;
    }
}
.article p {
    line-height: 1.5;
    color: #333;
    margin-bottom: 20px;
}
.article p.italic {
    font-style: italic;
    font-size: 12px;
}
.article p > a {
    color: #0684bd;
    text-decoration: underline;
}
@media (max-width: 499px) {
    .article p.italic {
        font-size: 12px;
        line-height: 1.33;
    }
}
.article__text-block {
    margin-bottom: 40px;
}
.article__text-block h2 {
    font-weight: 500;
    color: #18304c;
    margin-bottom: 16px;
}
.article__text-block p {
    margin-bottom: 24px;
}
.collapse-text p:last-child,
.article__text-block p:last-child {
    margin-bottom: 0;
}
.collapse-text ul {
    margin: 10px 0;
}
.article ul:not(.breadcrumbs__list) {
    margin-bottom: 24px;
    list-style: none;
    margin-left: 0;
    padding-left: 15px;
}
/*.collapse-text ul li,
.article ul:not(.breadcrumbs__list) li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px;
    color: #333;
}*/
.collapse-text ul li:last-child,
.article ul:not(.breadcrumbs__list) li:last-child {
    margin-bottom: 0;
}
/*.collapse-text ul li:before,
.article ul:not(.breadcrumbs__list) li::before {
    content: "\2014";
    display: block;
    position: absolute;
    left: 0;
}*/
.article table{
    margin: 8px 0 24px;
    border-spacing: 0;
    width: 100%;
}
.article table thead td {
    padding: 16px 8px;
    background: #eee;
    border-bottom: 1px solid #ccc;
    font-weight: 700;
}
/*.article table thead tr td:first-child,
.article table tbody tr td:first-child {
    width: 70%;
}*/
.article table tbody td {
    padding: 8px;
    border-bottom: 1px solid #eee;
}
.article .a-table {
    margin-bottom: 16px;
}
.article .a-table__row {
    display: -webkit-box;
    display: flex;
    border-bottom: 1px solid #d7dde3;
    padding: 16px 0;
}
@media (max-width: 767px) {
    .article .a-table__row {
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
}
.article .a-table__row:last-child {
    border-bottom: none;
}
.article .a-table__row--title .a-table__col {
    font-weight: bold;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
}
@media (max-width: 499px) {
    .article .a-table__row--title .a-table__col {
        font-size: 14px;
        line-height: 1.7;
    }
}
@media (max-width: 767px) {
    .article .a-table__row--title .a-table__col--title {
        display: none;
    }
}
.article .a-table__col {
    width: 37%;
    padding-right: 30px;
}
@media (max-width: 767px) {
    .article .a-table__col {
        width: calc(50% - 10px);
        padding-right: 0;
    }
}
@media (max-width: 499px) {
    .article .a-table__col {
        font-size: 12px;
        line-height: 1.33;
    }
}
.article .a-table__col:last-child {
    padding-right: 0;
}
.article .a-table__col--title {
    width: 26%;
    font-weight: bold;
}
@media (max-width: 767px) {
    .article .a-table__col--title {
        width: 100%;
        padding-bottom: 8px;
    }
}
@media (max-width: 499px) {
    .article .a-table__col--title {
        font-size: 16px;
        line-height: 1.5;
    }
    .b24-widget-button-position-bottom-right{
        right: 20px !important;
        bottom: 20px !important;
    }
}
.article .btn {
    padding-left: 24px;
    padding-right: 24px;
}
.article .related-articles {
    padding: 64px 0;
}
@media (max-width: 767px) {
    .article .related-articles {
        padding-bottom: 0;
    }
}
.article .related-articles h2 {
    font-weight: 500;
    color: #18304c;
}
.article .related-articles p {
    margin-bottom: 0;
}
.common-article-grid {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    margin: 0 auto;
    line-height: normal;
}
.photo-gallery{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 0 -6px;
}
.photo-gallery a{
    display: block;
    width: calc(25% - 12px);
    margin: 6px;
}
@media (max-width: 767px) {
    .photo-gallery a {
        width: calc(50% - 12px);
    }
}
.item-card-label{
    height: 64px;
    width: 64px;
    position: absolute;
    z-index: 1;
    top: -1px;
    right: -1px;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("images/svg/label-green.svg");
}
.item-card-label.label-left{
    left: auto;
    right: -1px;
}
.item-card-label.label-yellow{
    background-image: url("images/svg/label-yellow.svg");
}
.item-card-label.label-red{
/*    background-image: url("images/svg/label-red.svg");*/
}
.item-card-label span{
    display: block;
    color: white;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.06px;
    transform: rotate(45deg);
    text-transform: uppercase;
    margin: 12px 0 0 12px;
}
.item-card-label.label-left span{
    transform: rotate(50deg);
/*    margin-left: -12px;*/
}
.item-card-label-left{
    position: absolute;
    left: 0;
    top: 17px;
    width: 129px;
    height: 20px;
    z-index: 3;
}
.item-card-label-left svg{
    height: 100%;
    width: 100%;
}
.item-card-label-left span{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 116px;
    text-align: center;
    line-height: 20px;
    z-index: 4;
    color: white;
    font-size: 14px;
}
.reviews-row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.review-col{
    width: 45%;
    margin: 30px 0 50px;
}
.review-col_logo{
    height: 88px;
    margin-bottom: 32px;
    display: flex;
    align-items: flex-end;
}
.review-col_logo img{
    width: auto;
    max-height: 100%;
    object-fit: cover;
}
.review-col_text p{
    margin-bottom: 24px;
}
.review-col_text p:last-of-type{
    margin-bottom: 0;
}
.review-col_author{
    max-width: 300px;
    margin-top: 24px;
}
.review-col_zoom{
    margin-top: 24px;
    display: inline-flex;
    align-items: center;
}
.review-col_zoom{
    color: #00AEEF;
    text-decoration: none;
}
.review-col_zoom svg{
    fill: #00AEEF;
    height: 24px;
    width: 24px;
    margin-right: 8px;
}
.review-col_zoom:hover{
    color: #2672C8;
    text-decoration: none;
}
.review-col_zoom:hover svg{
    fill: #2672C8;
}
@media (max-width: 767px) {
    .review-col{
        width: 100%;
        margin: 40px 0 0;
        padding-bottom: 40px;
        border-bottom: 1px solid #F0F0F0;
    }
    .review-col_logo{
        max-height: 88px;
        height: auto;
    }
}
.wide-block{
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}
.last-block{
    margin-bottom: -100px;
    position: relative;
}
@media (max-width: 767px) {
    .last-block{
        margin-bottom: -20px;
    }
}
section.feedback{
    background: #ECF0F4;
}
section.feedback h2{
    font-size: 32px;
    line-height: 1.3;
    max-width: 670px;
    margin-bottom: 16px;
}
.feedback-row{
    display: flex;
    justify-content: space-between;
}
.feedback-form{
    flex: 1 0 0;
    margin-bottom: 50px;
}
.feedback-form p{
    margin-bottom: 24px;
}
.feedback-line{
    width: 1px;
    background: #ccc;
    margin: 150px 9% 130px;
}
.feedback-reviews{
    width: 370px;
    margin: 150px 0;
}
.feedback-reviews h3{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: -0.02em;
    background: linear-gradient(112.88deg, #00AEEF 19.8%, #2772C8 82.51%, #2772C8 126.71%, #2772C8 126.72%), #00AEEF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-block;
}
.feedback-reviews h3:first-child{
    margin-top: 0;
}
.feedback-reviews .btn{
    font-size: 18px;
    margin-bottom: 32px;
}
.feedback-reviews hr{
    border: none;
    border-top: 1px #ccc solid;
}
.review-outer-links{
    display: flex;
}
.review-outer-links svg{
    width: 141px;
    height: 40px;
}
.review-outer-links a:first-child{
    margin-right: 40px;
}
@media (max-width: 1250px){
    .feedback-reviews{
        width: 330px;
    }
    .feedback-line{
        margin: 150px 70px 130px;
    }
}
@media (max-width: 1023px){
    .feedback-line{
        margin: 150px 40px 130px;
    }
}
@media (max-width: 830px){
    section.feedback h2{
        font-size: 26px;
    }
    .feedback-row{
        flex-direction: column;
    }
    .feedback-form{
        margin-bottom: 0;
    }
    .feedback-line{
        height: 1px;
        width: 100%;
        margin: 40px 0 0;
    }
    .feedback-reviews{
        width: 100%;
        margin: 30px 0 50px;
    }
}
[data-readmore] {
    transition: height 200ms;
    overflow: hidden;
    position: relative;
}
[data-readmore][aria-expanded="false"]:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, #ffffff, transparent);
    z-index: 10;
}
.review-col [data-readmore-toggle],
.review-item [data-readmore-toggle]{
    margin-top: 8px;
    color: #00AEEF;
    text-decoration: none;
    display: inline-block;
}
.review-col [data-readmore-toggle]:hover,
.review-item [data-readmore-toggle]:hover{
    color: #2672C8;
    text-decoration: none;
}
.ss-banner{
    position: relative;
}
.ss-banner-inner{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.ss-banner-inner_text{
    max-width: 635px;
    width: 55%;
    color: white;
    padding: 60px 0;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -0.06px;
    transition: .6s ease-in-out;
}
.ss-banner-inner_text h1{
    color: white;
    -webkit-text-fill-color: white;
    text-fill-color: white;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.96px;
    margin: 0 -50px 24px 0;
}
.ss-banner-inner_text p:last-of-type{
    margin: 0;
}
.ss-banner-inner_text .btn{
    margin: 55px 0 0 0;
}
.ss-banner-inner_picture{
    width: 44%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.ss-banner-inner_picture img{
    max-height: 80%;
}
.ss-servers h2,
.ss-form h2,
.ss-guide h2{
    margin: 0;
    padding: 40px 0 20px;
    display: inline-block;
}
.ss-servers_text{
    max-width: 870px;
}
.ss-servers .items-grid{
    margin: 40px -15px 0;
}
.ss-servers .servers__grid .item-card{
    width: calc(25% - 30px);
}
.ss-form{
    background: #00AEEF;
    color: white;
}
.ss-form h2{
    color: white;
    text-fill-color: white;
    -webkit-text-fill-color: white;
}
.ss-form_text{
    max-width: 750px;
}
.ss-form-inner{
    position: relative;
    padding: 20px 0 40px;
    display: flex;
    align-items: flex-start;
}
.ss-form-inner:before{
    content: '';
    position: absolute;
    z-index: 0;
    top: 50px;
    left: 0;
    right: 30%;
    bottom: 40px;
    border-radius: 5px;
    background: #FFF;
}
.ss-form-block{
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: 385px;
    padding: 70px 40px 40px;
    color: #415B74;
}
.ss-form-cover{
    width: 305px;
}
.ss-form-picture{
    flex: 1 0 0;
    z-index: 3;
    border-radius: 5px;
    background: #FFF;
    padding: 20px;
    box-shadow: -5px 5px 20px -7px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.ss-guide-inner{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 40px;
}
.ss-guide-text p:last-of-type{
    margin: 0;
}
.ss-guide-text ol{
    margin: 20px 0 20px 22px;
    padding: 0;
}
.ss-guide-text ol li{
    margin: 0 0 10px;
}
.ss-guide-links{
    min-width: 250px;
    flex: 1 0 30%;
    padding: 20px;
    border-radius: 16px;
    background: #F9F9F9;
    margin-left: 60px;
}
.ss-guide-links_title{
    color: #2772C8;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.4px;
}
.ss-guide-links ul{
    list-style: none;
    font-size: 14px;
    margin: 12px 0 0;
    padding: 0;
}
.ss-guide-links li{
    margin: 6px 0;
}
.ss-guide-links li a{
    color: #415B74;
    text-decoration: none;
}
.ss-guide-links li a:hover{
    color: #2772C8;
    text-decoration: underline;
}
.tz-button{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(180deg);
    z-index: 100;
    height: 311px;
    width: 70px;
    background: url("images/svg/tz-bg.svg") center center no-repeat;
    background-size: cover;
    transition: .6s ease-in-out;
}
.tz-button span{
    display: block;
    transform: rotate(90deg) translate(18px, -70px);
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -0.52px;
    /* z-index: 4; */
    /* position: relative; */
    color: white;
    height: 48px;
    width: 260px;
    /* vertical-align: top; */
    transform-origin: top left;
    cursor: pointer;
}
.ss-form-field{
    margin-bottom: 13px;
}
.ss-form-field input[type = 'text'],
.ss-form-field input[type = 'tel'],
.ss-form-field input[type = 'email'],
.ss-form-field textarea{
    display: block;
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px #415B74 solid;
    margin: 0;
    padding: 0;
    color: #415B74;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: -0.28px;
    outline: none;
}
/*.ss-form-field input[type = 'text']:focus,
.ss-form-field input[type = 'tel']:focus,
.ss-form-field input[type = 'email']:focus,
.ss-form-field textarea:focus{
    border-color: #1976D2;
    color: #1976D2;
}*/
.ss-form-field-textarea{
    position: relative;
}
.ss-form-field-textarea:before{
    content: '';
    height: 1px;
    width: 100%;
    background: #415B74;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 0;
}
.ss-form-field-textarea:after{
    content: '';
    height: 1px;
    width: 100%;
    background: #415B74;
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 0;
}
.ss-form-field textarea{
    resize: none;
    position: relative;
    height: 121px;
    line-height: 40px;
    font-style: italic;
    /*background: url("images/textarea-bg.png") 0 -1px repeat;*/
}
.ss-form-field-file{
    position: relative;
}
.upload-file input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
    opacity: 0;
}
.label-with-plus{
    color: #A8B7C6;
    font-size: 12px;
    line-height: 20px;
    font-style: italic;
    letter-spacing: -0.24px;
    display: flex;
    align-items: center;
    margin-bottom: 13px;
    cursor: pointer;
    transition: .6s ease-in-out;
}
label.label-with-plus{
    margin-bottom: 5px;
}
.label-with-plus svg{
    height: 15px;
    width: 15px;
    margin-right: 6px;
    fill: #A8B7C6;
}
.label-with-plus:hover{
    color: #1976D2;
}
.label-with-plus:hover svg{
    fill: #1976D2;
}
.ss-form-comment{
    display: none;
    transition: .6s ease-in-out;
}
.upload-file{
    position: relative;
    font-size: 0;
    white-space: nowrap;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    color: #415B74;
    min-height: 45px;
}
.file__file-name {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    font-size: 12px;
    max-width: 100%;
    line-height: 20px;
    padding-left: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.file__file-name .file-icon {
    display: block;
    width: 16px;
    height: 16px;
    background: url("images/svg/clip.svg") center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 3px;
    left: 0;
}
.file__file-ext {
    position: absolute;
    top: 0;
    right: 20px;
}
.file__remove {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.file__remove::before {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background-color: #415B74;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.file__remove::after {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background-color: #415B74;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.ss-form-fieldset{
    position: relative;
}
.ss-form-fieldset-selected{
    position: relative;
    border-bottom: 1px #1976D2 solid;
    color: #1976D2;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: -0.28px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 20px;
}
.ss-form-fieldset-selected:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%) rotate(45deg);
    transition: .2s ease-in-out;
    height: 6px;
    width: 6px;
    border-right: 1.5px #1976D2 solid;
    border-bottom: 1.5px #1976D2 solid;
}
.error .ss-form-fieldset-selected,
.error .ss-form-fieldset-selected:after,
.ss-field-required.error input{
    border-color: red;
}
.ss-form-fieldset.opened .ss-form-fieldset-selected:after{
    transform: translateY(-50%) rotate(225deg);
}
.ss-form-fieldset-body{
    display: none;
    position: absolute;
    z-index: 5;
    top: 28px;
    left: 0;
    width: 100%;
    border-radius: 0 0 5px 5px;
    background: #FFF;
    box-shadow: -5px 5px 20px -7px rgba(0, 0, 0, 0.25);
    padding: 15px 20px;
    box-sizing: border-box;
    transition: .6s ease-in-out;
    font-size: 14px;
    line-height: 27px;
}
.ss-form-fieldset.opened .ss-form-fieldset-body{
    display: block;
}
.ss-form-fieldset .checkbox__custom{
    border-radius: 2px;
    border: 1px solid #00AEEF;
    width: 12px;
    height: 12px;
    top: 8px;
}
.ss-form-fieldset .checkbox__default:checked + .checkbox__custom{
    border-color: #00AEEF;
    background: linear-gradient(152deg, #00AEEF 12.97%, #2772C8 54.02%, #2772C8 82.97%, #2772C8 82.97%);
}
.ss-form-fieldset .checkbox__default:checked + .checkbox__custom::before{
    border-color: white;
    top: 2px;
    left: 1px;
}
.ss-form-fieldset .checkbox__label{
    color: #1976D2;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.28px;
    padding-left: 22px;
}
.ss-form-fieldset .radio__custom{
    display: none;
}
.ss-form-fieldset .radio__label{
    color: #1976D2;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.28px;
    padding-left: 0;
}
.ss-form-fieldset .checkbox__label:hover,
.ss-form-fieldset .radio__label:hover{
    text-decoration: underline;
}
.ss-form-fieldset .range-block{
    margin: 0;
}
.ss-form-fieldset .range-item{
    margin: 0 20px;
}
.ss-form-fieldset .noUi-handle{
    width: auto;
    padding: 0 5px;
}
.ss-items{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 40px 0;
}
.ss-item{
    min-width: 30%;
    flex: 1 0 0;
    border-radius: 16px;
    background: #F9F9F9;
    padding: 40px;
    letter-spacing: -0.06px;
    display: block;
    text-decoration: none;
    color: #415B74;
    transition: .3s ease-in-out;
}
.ss-item:hover{
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}
.ss-item-title{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: -0.48px;
    padding-bottom: 8px;
    color: #2772C8;
}
.ss-item-preview ul,
.ss-item-preview ol{
    margin: 0;
    padding: 0 0 0 25px;
}
.ss-individual-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ss-individual-row .btn{
    white-space: nowrap;
}
.ss-individual-text{
    margin: 0 30px 30px 0;
}
.ss-individual-text a{
    color: white;
}
.ss-individual-text a:hover{
    text-decoration: none;
}
.ss-individual-text p:last-of-type{
    margin-bottom: 0;
}
.hide-breadcrumb .sp-breadcrumb{
    display: none;
}
.contacts-map-row{
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.contacts-block{
    position: relative;
    width: 42%;
    box-sizing: border-box;
    padding: 90px 30px 90px 0;
}
.contacts-block_title{
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}
.contacts-block_title h1{
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    margin: 0;
}
.company-requisites{
    color: #C4C4C4;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.06px;
    margin: 7px 0 0 40px;
}
.contacts-item{
    margin-top: 15px;
    display: flex;
    align-items: flex-start;
    font-size: 22px;
    line-height: 1.5;
}
.contacts-item a{
    color: #415B74;
    text-decoration: none;
}
.contacts-item a:hover{
    text-decoration: underline;
}
.contacts-item svg{
    height: 24px;
    width: 24px;
    fill: #415B74;
    margin: 6px 10px 0 0;
    flex-shrink: 0;
}
.contacts-socials{
    margin-top: 80px;
    max-width: 220px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contacts-social img{
   height: 40px;
   width: 40px;
}
.contacts-social.contacts-social-vk img{
   height: 34px;
    width: 34px;
}
.contacts-map-block{
    flex: 1 0 0;
}
.contacts-map-cover{
    position: absolute;
    top: 0;
    left: 60%;
    bottom: 0;
    right: calc(50% - 50vw);
}
.contacts-history .ss-items{
    margin-bottom: 0;
}
.contacts-history h2{
    margin-bottom: 10px;
}
.history-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 0;
    border-top: 1px solid #EBEBEB;
    font-size: 20px;
}
.history-items .history-item:first-of-type{
    border: none;
}
.history-item_date{
    color: #2772C8;
    font-weight: 600;
    width: 20%;
    min-width: 120px;
    padding-right: 32px;
}
.history-item_text{
    flex: 1 0 0;
}
.new-server-mainframe{
    margin: 40px 0 60px;
}
.new-server-mainframe-row{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.new-server-mainframe-left{
    width: 47%;
    display: flex;
    flex-direction: column;
}
.new-server-mainframe-right{
    width: 50%;
}
.new-server-mainframe_title{
    font-size: 48px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.96px;
    background: linear-gradient(152deg, #00AEEF 12.97%, #2772C8 54.02%, #2772C8 82.97%, #2772C8 82.97%), #00AEEF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.new-server-mainframe_text{
    color: #415B74;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.33;
    margin-bottom: 32px;
    flex: 1 0 0;
}
.new-server-mainframe_buttons{
    display: flex;
    gap: 25px;
}
.new-server-mainframe .server-pictures-big_item{
    max-height: 400px;
}
.new-server-mainframe .server-pictures{
    margin: 0;
}
.new-server-mainframe .server-pictures-small{
    margin: 20px 13px 1px;
    overflow: inherit;
}
.new-server-mainframe .server-files{
    justify-content: space-between;
}
.new-server-mainframe .server-files a{
    margin: 0;
}
.new-server-promo{
    background: #00AEEF;
    color: white;
}
.new-server-content .ss-items{
    margin: 60px 0 50px;
}
.new-server-content h2{
    margin: 0 0 20px;
}
.ns-promo{
    margin: 50px 0;
}
.ns-guide{
    padding-bottom: 20px;
}
.ns-guide.ss-guide h2{
    padding: 0;
    margin: 20px 0 50px;
}
@media (max-width: 1300px){
    .tz-button{
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        transform: translate(117px, 121px) rotate(90deg);
    }
    .tz-button span{
        transform: rotate(-90deg) translate(-280px, 20px);
    }
}
@media (max-width: 1250px){
    .new-server-mainframe{
        margin: 40px 0;
    }
    .new-server-mainframe .server-pictures-small{
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .new-server-mainframe .server-files{
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 10px;
    }
    .new-server-mainframe_title{
        font-size: 40px;
    }
    .new-server-mainframe_text{
        font-size: 20px;
    }
    .new-server-mainframe_buttons .btn{
        font-size: 18px;
        padding: 16px 26px;
    }
    .ns-promo{
        margin: 30px 0;
    }
    .contacts-item{
        font-size: 20px;
    }
    .contacts-item svg{
        margin-top: 5px;
    }
    .contacts-block_title{
        align-items: flex-end;
    }
    .company-requisites{
        margin: 0 0 2px 0px;
    }
    .ss-item{
        min-width: 45%;
    }
    .ss-banner-inner_text h1{
        font-size: 40px;
    }
    .ss-banner-inner_text{
        padding-top: 40px;
        font-size: 20px;
    }
    .ss-banner-inner_text .btn{
        margin-top: 35px;
    }
    .ss-servers .servers__grid .item-card{
        width: calc(50% - 30px);
    }
}
@media (max-width: 1023px){
    .new-server-mainframe{
        margin: 20px 0;
    }
    .new-server-mainframe_title{
        font-size: 34px;
    }
    .new-server-mainframe_text{
        font-size: 16px;
        margin-bottom: 22px;
    }
    .new-server-mainframe_buttons{
        flex-wrap: wrap;
        gap: 15px;
        justify-content: flex-start;
    }
    .new-server-mainframe .server-pictures-big_item{
        max-height: 300px;
    }
    .new-server-mainframe_buttons .btn{
        font-size: 18px;
        padding: 12px 20px;
    }
    .history-item_text,
    .contacts-item{
        font-size: 18px;
    }
    .contacts-item svg{
        margin-top: 3px;
    }
    .company-requisites{
        margin-left: 30px;
    }
    .contacts-socials{
        margin: 40px auto 0;
    }
    .ss-items{
        gap: 15px;
        margin: 30px 0;
    }
    .ss-item{
        padding: 20px;
    }
    .ss-individual-row{
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 30px;
    }
    .ss-individual-text{
        margin: 0 0 10px 0;
    }
    .ss-banner-inner_text h1{
        font-size: 32px;
        margin-right: 0;
    }
    .ss-banner-inner_text{
        padding: 20px 0 40px;
        font-size: 18px;
    }
    .ss-banner-inner_text .btn{
        font-size: 20px;
    }
    .ss-servers .items-grid{
        margin: 30px -7px 0;
    }
    .ss-servers .servers__grid .item-card{
        width: calc(50% - 14px);
    }
    .ss-servers h2,
    .ss-form h2,
    .ss-guide h2{
        padding: 20px 0;
    }
    .ss-form-inner{
        padding-bottom: 30px;
    }
    .ss-form-picture{
        /*bottom: 55px;*/
    }
    .ss-guide-links{
        margin-left: 20px;
    }
}
@media (max-width: 860px) {
    .new-server-mainframe-row{
        flex-direction: column;
        align-items: center;
    }
    .new-server-mainframe-left,
    .new-server-mainframe-right{
        width: auto;
    }
    .new-server-mainframe-left{
        align-self: flex-start;
        margin-bottom: 30px;
    }
    .new-server-mainframe .server-pictures-big_item{
        max-height: 400px;
    }
}
@media (max-width: 767px) {
    .ns-promo .ss-individual-text{
        margin-bottom: 0;
    }
    .ns-promo .ss-individual-row .btn{
        padding: 16px 20px;
        font-size: 18px;
        margin-top: 22px;
    }
    .new-server-content .ss-items{
        margin: 30px 0;
    }
    .new-server-content h2{
        margin-bottom: 10px;
    }
    .new-server-content .history-item_date{
        width: 25%;
    }
    .ns-guide{
        padding: 0;
    }
    .ns-guide.ss-guide h2{
        margin: 0 0 20px;
    }
    .ss-item-title{
        font-size: 22px;
    }
    .contacts-map-row{
        flex-direction: column;
    }
    .contacts-block{
        width: 100%;
        padding: 30px 0 40px;
    }
    .contacts-block_title{
        justify-content: center;
        padding-bottom: 20px;
    }
    .contacts-socials{
        margin-top: 30px;
    }
    .contacts-item{
        font-size: 18px;
        width: 100%;
        max-width: 325px;
        margin: 15px auto;
    }
    .contacts-item svg{
        margin-top: 3px;
    }
    .history-item{
        padding: 20px 0;
    }
    .history-item_date{
        font-size: 18px;
        padding-right: 20px;
    }
    .history-item_text{
        font-size: 16px;
    }
    .contacts-phone span br{
        display: none;
    }
    .contacts-phone span a{
        display: inline-block;
        margin-right: 15px;
    }
    .contacts-map-cover{
        position: relative;
        margin: 0 -15px;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        height: 400px;
    }
    .ss-item{
        min-width: 100%;
    }
    .tz-button{
        height: 222px;
        width: 50px;
        transform: translate(80px, 86px) rotate(90deg);
    }
    .tz-button span{
        height: 38px;
        width: 180px;
        font-size: 20px;
        line-height: 38px;
        transform: rotate(-90deg) translate(-198px, 12px)
    }
    .ss-banner-inner_picture{
        display: none;
    }
    .ss-banner-inner_text{
        width: 100%;
    }
    .ss-guide-inner{
        flex-direction: column;
    }
    .ss-guide-links{
        margin: 30px 0 0;
        flex: 1 0 100%;
    }
    .ss-form-picture{
        display: none;
    }
    .ss-form-block,
    .ss-form-cover{
        width: 440px;
        max-width: 100%;
    }
    .ss-form-block{
        padding: 50px 20px 30px;
    }
    .ss-form-inner:before{
        right: auto;
        top: 30px;
        width: 100%;
        max-width: 440px;
    }
    .ss-form-inner{
        padding-top: 0;
    }
}
@media (max-width: 600px) {
    .new-server-mainframe_title{
        margin-top: 0;
    }
    .ss-servers .servers__grid .item-card{
        width: 100%;
    }
    .new-server-mainframe .server-pictures-big_item{
        max-height: 300px;
    }
    .new-server-mainframe .server-pictures-small{
        max-width: 300px;
    }
    .new-server-content .history-item_date{
        min-width: 150px;
    }
}
@media (max-width: 400px) {
    .new-server-mainframe_buttons .btn,
    .ns-promo .ss-individual-row .btn{
        width: 100%;
        padding: 16px;
        font-size: 20px;
    }
    .history-item{
        flex-direction: column;
        align-items: flex-start;
    }
    .history-item_date,
    .new-server-content .history-item_date{
        max-width: none;
        width: 100%;
        padding: 0 0 10px 0;
    }
    .history-item_date br{
        display: none;
    }
    .contacts-block_title h1{
        font-size: 44px;
    }
    .ss-banner-inner_text{
        font-size: 16px;
    }
    .ss-banner-inner_text h1{
        font-size: 28px;
    }
    .ss-banner-inner_text .btn,
    .ss-individual-row .btn{
        padding: 16px;
        width: 100%;
        text-align: center;
    }
    .ss-guide-links{
        width: 100%;
    }
}
.seo-tags {
    display:flex;
    flex-wrap: wrap;
    grid-gap: 15px;
    margin-bottom: 20px;
}
.seo-tags > a {
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #2772C8;
    color: #2772C8;
    text-decoration: none;
    transition: .2s;
    font-size: 14px;
}
.seo-tags > a:hover {
    color: #fff;
    background: #2772C8;
}
