@import "https://fonts.googleapis.com/css?family=PT+Sans:regular&display=swap";
@import "https://fonts.googleapis.com/css?family=Roboto:500,600,900&display=swap";

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

body {
    margin: 0
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

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

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

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

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

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

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

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

html {
    -webkit-tap-highlight-color: transparent
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #428bca;
    text-decoration: none
}

a:hover,
a:focus {
    color: #2a6496;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

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

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important
}

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

.visible-print {
    display: none !important
}

.visible-print-block {
    display: none !important
}

.visible-print-inline {
    display: none !important
}

.visible-print-inline-block {
    display: none !important
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

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

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

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

img {
    border-style: none
}

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

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

.purp {
    color: #ecaf2c
}

.gold {
    color: #fbc731
}

.blue {
    color: #8be2fc
}

@font-face {
    font-family: "pdf";
    font-style: normal;
    font-weight: 400;
    src: url(//viposidn.com/content/pI91hChW22FJEcb/fonts/pfdindisplaypro-reg.ttf)
}

@font-face {
    font-family: "pdf";
    font-style: bold;
    font-weight: 700;
    src: url(//viposidn.com/content/pI91hChW22FJEcb/fonts/pfdindisplaypro-bold.ttf)
}

@font-face {
    font-family: "pdf";
    font-style: normal;
    font-weight: 100;
    src: url(//viposidn.com/content/pI91hChW22FJEcb/fonts/pfdindisplaypro-thin.ttf)
}

@font-face {
    font-family: "fontAwesom";
    font-style: normal;
    font-weight: 400;
    src: url(//viposidn.com/content/pI91hChW22FJEcb/fonts/fontawesome-webfont.ttf)
}

@font-face {
    font-family: "fontAwesom2";
    font-style: normal;
    font-weight: 400;
    src: url(//viposidn.com/content/pI91hChW22FJEcb/fonts/FontAwesome.otf)
}

.iconed {
    position: relative;
    -webkit-padding-start: 50px;
    padding-inline-start: 50px
}

.iconed::before {
    content: "";
    background: url(../img/content/icons.webp) no-repeat 0 0;
    width: 40px;
    height: 40px;
    position: absolute;
    inset-inline-start: -5px
}

.iconed:nth-child(2n)::before {
    background-position-x: -40px
}

.iconed:nth-child(3n)::before {
    background-position-x: -80px
}

.icon-box {
    position: relative;
    padding-left: 50px
}

.icon-box .before {
    content: "";
    background: url(../img/content/icons.webp) no-repeat 0 0;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -5px
}

.icon-box:nth-child(2n).before {
    background-position-x: -40px
}

.icon-box:nth-child(3n).before {
    background-position-x: -80px
}

.block-2 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.block-2 .col-xs-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.block-2 .icon-box {
    padding-left: 0;
    padding-top: 135px
}

.block-2 .icon-box .before {
    width: 125px;
    height: 125px;
    left: calc(50% - 62px);
    top: 0;
    background-position-y: -60px
}

.block-2 .icon-box.n2th .before {
    background-position-x: -125px
}

.block-2 .icon-box.n3th .before {
    background-position-x: -250px
}

.block-2 .icon-box.n4th .before {
    background-position-x: -375px
}

.block-2 .icon-box.n5th .before {
    background-position-x: -500px
}

.block-2 .icon-box.n6th .before {
    background-position-x: -625px
}

.block-3 .iconed {
    padding-left: 0
}

.block-3 .iconed::before {
    width: 40px;
    height: 40px;
    left: -50px;
    background-position-y: -200px
}

.block-3 .iconed.n2th::before {
    background-position-x: -40px
}

.block-3 .iconed.n3th::before {
    background-position-x: -80px
}

.block-10 .icon-box {
    padding-left: 0
}

.block-10 .icon-box .before {
    width: 40px;
    height: 40px;
    inset-inline-start: -50px;
    background-position-y: -200px;
    background-position-x: -120px
}

.block-14 .icon-box {
    padding-left: 0;
    padding-top: 135px
}

.block-14 .icon-box .before {
    width: 125px;
    height: 125px;
    left: calc(50% - 62px);
    top: 0;
    background-position-y: -250px
}

.block-14 .nth-3 .before {
    background-position-x: -125px
}

.block-14 .nth-5 .before {
    background-position-x: -250px
}

.block-14 .nth-2 .before {
    background-position-x: -375px
}

.block-14 .nth-4 .before {
    background-position-x: -500px
}

.soc_bar {
    text-align: center
}

.soc_bar a {
    display: inline-block;
    width: 56px;
    height: 56px
}

.soc_bar a .social_icon {
    display: block;
    width: 100%;
    height: 100%
}

a:hover .social_icon,
a:active .social_icon {
    background-size: cover;
    -webkit-background-size: cover
}

.social_icon {
    background-size: cover;
    -webkit-background-size: cover
}

.wrap-effect {
    position: relative;
    overflow: hidden
}

figure.effect-apollo img {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    -webkit-transform: scale3d(1.03, 1.03, 1);
    transform: scale3d(1.03, 1.03, 1)
}

figure.effect-apollo figcaption::before {
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .4);
    content: "";
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
    transition: transform .6s, -webkit-transform .6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0)
}

figure.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 3em 1.5em 1.5em 3em;
    padding: 0 1em;
    max-width: 300px;
    border-right: 1px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity .35s;
    transition: opacity .35s
}

figure.effect-apollo:hover img {
    opacity: .25;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

figure.effect-apollo:hover figcaption::before {
    visibility: visible;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0)
}

figure.effect-apollo:hover p {
    opacity: 1;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-footer {
    padding: 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.modal-dialog {
    width: 55%
}

.modal-content {
    border-radius: 0;
    background-color: #000
}

.modal-header {
    border: 0;
    text-align: right;
    padding: 20px
}

.modal-header .close {
    background-color: #000
}

.modal-header .close img {
    width: 20px
}

.modal-body {
    padding: 0 7% 7%
}

.modal-body .left-wrap {
    width: 60%;
    text-align: center
}

.modal-body .left-wrap .title {
    font-size: 2rem;
    line-height: 2rem
}

.modal-body .left-wrap .desc {
    padding: 0 10%;
    line-height: 1.6rem
}

.modal-body .left-wrap .price {
    float: left;
    width: 50%;
    padding: 10px;
    font-size: 2.3rem;
    font-family: "Roboto", sans-serif;
    font-weight: 600
}

.modal-body .left-wrap .price.old {
    text-decoration: line-through;
    text-align: right;
    color: #55aee6
}

.modal-body .left-wrap .price.new {
    padding-left: 25px;
    text-align: left
}

.modal-body .left-wrap .purp {
    font-size: 1.2rem;
    padding-top: 15px
}

.modal-body form {
    margin-top: 75px
}

.modal-body form input,
.modal-body form select {
    width: 75%
}

.modal-body form .button {
    width: 75%
}

.modal-body .product {
    position: absolute;
    top: 20%;
    left: 55%;
    width: 37%
}

.modal-body .product img {
    width: 100%
}

.modal-body .discount {
    width: 140px;
    height: 220px;
    padding-top: 58px;
    font-size: 2.8rem;
    top: -5%;
    right: -30px
}

html {
    font-size: 14px;
    font-family: "PT Sans", sans-serif;
    color: #fff;
    min-width: 320px
}

body {
    background-color: #8c2048;
    overflow-x: hidden
}

section,
header,
footer {
    overflow: hidden
}

p,
h1,
h2,
h3,
h4 {
    padding: 20px 0;
    margin: 0
}

h1,
h2,
h3,
h4 {
    padding-top: 0
}

section>div {
    padding: 80px 0
}

button {
    border: 0
}

.button {
    background-color: #ee7031;
    color: #fff;
    padding: 15px 25px;
    border-radius: 10px;
    font-size: 1.12rem;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
    font-weight: 700;
    display: block;
    -webkit-transition: all 500ms ease 0;
    transition: all 500ms ease 0
}

.button:hover {
    background-color: #29619b;
    color: #fcfcfc;
    text-decoration: none
}

.button:active,
.button:visited,
.button:link {
    text-decoration: none;
    outline: 0
}

.title {
    font-family: "Roboto", sans-serif;
    font-size: 2.8rem;
    line-height: 3rem;
    font-weight: 500
}

.desc {
    font-size: 1.4rem;
    line-height: 2rem
}

.bold {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 2.3rem
}

.covered {
    background-size: cover;
    -webkit-background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll
}

form {
    margin-top: 75px;
    text-align: center
}

form input,
form select {
    width: 360px;
    padding: 10px 25px 8px;
    margin: 5px 0;
    border-radius: 10px;
    font-size: 1.2rem;
    border-width: 0;
    color: gray;
    outline: 0;
    max-width: 100%
}

form .button {
    width: 360px;
    margin: 5px 0;
    display: inline-block;
    outline: 0;
    max-width: 100%
}

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #8c2048;
    z-index: 9999
}

.top-bar {
    padding: 25px 0;
    height: 95px;
    overflow: hidden
}

.top-bar .logo {
    height: auto
}

.top-bar .logo div {
    top: -25px;
    width: 100%;
    height: 120px;
    position: absolute;
    background: url(../img/content/logo.webp) no-repeat right top
}

.top-bar .menu ul {
    margin-top: 0
}

.top-bar .menu li {
    width: 32%;
    display: inline-block;
    float: inline-start;
    font-size: 1.17rem
}

.top-bar .menu li:first-letter {
    text-transform: uppercase
}

.top-bar .call_back {
    text-align: center
}

.top-bar .call_back .button {
    display: inline-block;
    float: inline-start
}

.block-1 {
    margin-top: 95px
}

.block-1,
.block-7,
.block-16 {
    background-color: #0b090e;
    background-image: url(../img/content/bg-2.webp)
}

.block-1 .left,
.block-7 .left,
.block-16 .left {
    margin-left: -240px
}

.block-1 .left .wrap,
.block-7 .left .wrap,
.block-16 .left .wrap {
    text-align: center;
    padding: 0 20px
}

[dir=rtl] .block-1 .left .wrap,
[dir=rtl] .block-7 .left .wrap,
[dir=rtl] .block-16 .left .wrap {
    text-align: start
}

.block-1 .left .wrap .desc,
.block-7 .left .wrap .desc,
.block-16 .left .wrap .desc {
    padding: 10px 15%
}

.block-1 .left .wrap .price,
.block-7 .left .wrap .price,
.block-16 .left .wrap .price {
    float: left;
    width: 50%;
    padding: 10px;
    font-size: 2.5rem;
    font-family: "Roboto", sans-serif;
    font-weight: 600
}

.block-1 .left .wrap .price.old,
.block-7 .left .wrap .price.old,
.block-16 .left .wrap .price.old {
    text-decoration: line-through;
    text-align: right;
    color: #55aee6
}

.block-1 .left .wrap .price.new,
.block-7 .left .wrap .price.new,
.block-16 .left .wrap .price.new {
    padding-left: 25px;
    text-align: left
}

.block-1 .left .wrap .purp,
.block-7 .left .wrap .purp,
.block-16 .left .wrap .purp {
    padding-top: 15px
}

.block-1 .product,
.block-7 .product,
.block-16 .product {
    margin-left: -85px;
    padding-top: 60px
}

.block-1 .product img,
.block-7 .product img,
.block-16 .product img {
    width: 100%
}

.block-2 {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center
}

[dir=rtl] .block-2 {
    text-align: start
}

.block-2 .icon-box {
    font-size: 1.2rem
}

.block-3 {
    background: url(../img/content/bg-3.webp);
    background-size: cover
}

.block-3 .desc {
    letter-spacing: .02em
}

.block-4 {
    background-image: url(../img/content/bg-4.webp);
    text-align: center
}

.block-4 .title {
    padding-bottom: 40px
}

.block-4 .col-1 {
    text-align: left
}

.block-4 .col-2 {
    text-align: center
}

.block-4 .col-3 {
    text-align: right
}

.block-4 img {
    width: 82%
}

.block-4 .desc {
    width: 82%;
    display: inline-block;
    text-align: center
}

[dir=rtl] .block-4 .desc {
    text-align: start
}

.block-4 .pic-2:before,
.block-4 .pic-2:after {
    top: calc(50% - 30px);
    content: "";
    background: url(../img/content/icons.webp) no-repeat 0 0;
    width: 60px;
    height: 60px;
    position: absolute;
    left: -40px;
    background-position-x: -140px
}

.block-4 .pic-2:after {
    left: auto;
    right: -40px
}

.block-5,
.block-9 {
    background-image: url(../img/content/bg-5.webp);
    color: #232323
}

.block-5 .content,
.block-9 .content {
    padding: 0 30px
}

.block-5 .half,
.block-9 .half {
    padding: 10px 0
}

.block-5 img,
.block-9 img {
    width: 90%
}

.block-5 .title,
.block-9 .title {
    text-align: center;
    width: 80%;
    margin: 0 auto
}

[dir=rtl] .block-5 .title,
[dir=rtl] .block-9 .title {
    text-align: start
}

.block-6 {
    background-image: url(../img/content/bg-6.webp);
    letter-spacing: .09em
}

.block-6 .title {
    text-align: center;
    width: 110%;
    margin-left: -5%
}

[dir=rtl] .block-6 .title {
    text-align: start
}

.block-6 .desc {
    letter-spacing: .02em
}

.block-6 .desc .bold {
    font-size: 1.9rem;
    letter-spacing: .02em
}

.block-7 {
    background-image: url(../img/content/bg-7.webp)
}

.block-8 {
    background-image: url(../img/content/bg-8.webp)
}

.block-8 .title {
    text-align: center
}

[dir=rtl] .block-8 .title {
    text-align: start
}

.block-8 img {
    margin-bottom: -81px;
    margin-left: -20px
}

.block-8 .desc {
    padding-left: 25px;
    padding-top: 35px;
    letter-spacing: .02em
}

.block-8 .desc .doc-name {
    font-size: 1.7rem;
    font-weight: 600
}

.block-9 {
    background-image: url(../img/content/bg-9.webp)
}

.block-9 .title {
    width: 60%
}

.block-9 img {
    padding-top: 10px;
    width: 100%
}

.block-10 {
    background-image: url(../img/content/bg-10.webp)
}

.block-10 .title {
    text-align: center
}

[dir=rtl] .block-10 .title {
    text-align: start
}

.block-10 .desc {
    letter-spacing: .02em
}

.block-10 .desc p {
    padding-top: 10px
}

.block-11 {
    background: rgba(56, 75, 74, .6)
}

.block-11 .title {
    text-align: center
}

[dir=rtl] .block-11 .title {
    text-align: start
}

.block-11 .chapter {
    padding-top: 10px
}

.block-11 .pic {
    text-align: center
}

.block-11 img {
    width: 100%;
    max-width: 170px;
    padding-bottom: 5px
}

.block-11 i {
    font-size: 1.2rem;
    display: block;
}

.block-11 .left {
    text-align: right
}

.block-12 {
    background-image: url(../img/content/bg-12.webp);
    text-align: center;
    color: #232323
}

[dir=rtl] .block-12 {
    text-align: start
}

.block-12 .title {
    padding-bottom: 40px
}

.block-12 .col-1 {
    text-align: left
}

.block-12 .col-2 {
    text-align: center
}

.block-12 .col-3 {
    text-align: right
}

.block-12 img {
    width: 82%
}

.block-12 .desc {
    display: inline-block;
    width: 82%;
    text-align: center;
    padding: 20px 10%
}

.block-12 .pic-2:before,
.block-12 .pic-2:after {
    top: calc(50% - 30px);
    content: "";
    background: url(../img/content/icons.webp) no-repeat 0 0;
    width: 80px;
    height: 60px;
    position: absolute;
    left: -50px;
    background-position-x: -200px
}

.block-12 .pic-2:after {
    left: auto;
    right: -60px
}

.block-13 {
    background-image: url(../img/content/bg-13.webp)
}

.block-13 .desc {
    letter-spacing: .02em
}

.block-13 .desc :nth-child(3n) {
    color: #ffa0de
}

.block-13 .form {
    text-align: center
}

.block-13 .form input,
.block-13 .form select {
    width: 100%;
    padding: 10px 25px 8px;
    margin: 5px 0;
    border-radius: 10px;
    font-size: 1.2rem;
    border-width: 0;
    outline: 0;
    color: gray
}

.block-13 .form .button {
    width: 100%;
    margin: 5px 0;
    display: inline-block;
    outline: 0
}

.block-13 .chek-code-message {
    color: red
}

.block-14 {
    background-image: url(../img/content/bg-14.webp);
    text-align: center
}

[dir=rtl] .block-14 {
    text-align: start
}

.block-14 .content {
    padding-top: 20px
}

.block-14 .iconed {
    font-size: 1.1rem;
    display: inline-block;
    width: 88%
}

.block-14 .icon-box p {
    max-width: 145px;
    margin-inline: auto
}

.block-15 {
    background-image: url(../img/content/bg-15.webp);
    text-align: center;
    color: #232323
}

[dir=rtl] .block-15 {
    text-align: start
}

.block-15 .title {
    padding-bottom: 40px
}

.block-15 .col-1 {
    text-align: left
}

.block-15 .col-2 {
    text-align: center
}

.block-15 .col-3 {
    text-align: right
}

.block-15 img {
    width: 82%
}

.block-15 .row>div>p,
.block-15 .row>div>i {
    display: inline-block;
    width: 82%;
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 0
}

[dir=rtl] .block-15 .row>div>p,
[dir=rtl] .block-15 .row>div>i {
    text-align: start
}

.block-15 .row>div>p:first-letter,
.block-15 .row>div>i:first-letter {
    text-transform: uppercase
}

.block-16 {
    background-image: url(../img/content/bg-16.webp)
}

footer {
    text-align: center;
    overflow-x: hidden;
    padding: 40px 0;
    background-color: #000;
    color: #d7d7d7;
    font-size: 1.2rem
}

footer a {
    color: #77acdc
}

.mt-5 {
    margin-top: 5px
}

.pt-5 {
    padding-top: 5px
}

.mr-5 {
    margin-right: 5px
}

.pr-5 {
    padding-right: 5px
}

.mb-5 {
    margin-bottom: 5px
}

.pb-5 {
    padding-bottom: 5px
}

.ml-5 {
    margin-left: 5px
}

.pl-5 {
    padding-left: 5px
}

.mt-10 {
    margin-top: 10px
}

.pt-10 {
    padding-top: 10px
}

.mr-10 {
    margin-right: 10px
}

.pr-10 {
    padding-right: 10px
}

.mb-10 {
    margin-bottom: 10px
}

.pb-10 {
    padding-bottom: 10px
}

.ml-10 {
    margin-left: 10px
}

.pl-10 {
    padding-left: 10px
}

.mt-15 {
    margin-top: 15px
}

.pt-15 {
    padding-top: 15px
}

.mr-15 {
    margin-right: 15px
}

.pr-15 {
    padding-right: 15px
}

.mb-15 {
    margin-bottom: 15px
}

.pb-15 {
    padding-bottom: 15px
}

.ml-15 {
    margin-left: 15px
}

.pl-15 {
    padding-left: 15px
}

.mt-20 {
    margin-top: 20px
}

.pt-20 {
    padding-top: 20px
}

.mr-20 {
    margin-right: 20px
}

.pr-20 {
    padding-right: 20px
}

.mb-20 {
    margin-bottom: 20px
}

.pb-20 {
    padding-bottom: 20px
}

.ml-20 {
    margin-left: 20px
}

.pl-20 {
    padding-left: 20px
}

.mt-25 {
    margin-top: 25px
}

.pt-25 {
    padding-top: 25px
}

.mr-25 {
    margin-right: 25px
}

.pr-25 {
    padding-right: 25px
}

.mb-25 {
    margin-bottom: 25px
}

.pb-25 {
    padding-bottom: 25px
}

.ml-25 {
    margin-left: 25px
}

.pl-25 {
    padding-left: 25px
}

.mt-30 {
    margin-top: 30px
}

.pt-30 {
    padding-top: 30px
}

.mr-30 {
    margin-right: 30px
}

.pr-30 {
    padding-right: 30px
}

.mb-30 {
    margin-bottom: 30px
}

.pb-30 {
    padding-bottom: 30px
}

.ml-30 {
    margin-left: 30px
}

.pl-30 {
    padding-left: 30px
}

.mt-35 {
    margin-top: 35px
}

.pt-35 {
    padding-top: 35px
}

.mr-35 {
    margin-right: 35px
}

.pr-35 {
    padding-right: 35px
}

.mb-35 {
    margin-bottom: 35px
}

.pb-35 {
    padding-bottom: 35px
}

.ml-35 {
    margin-left: 35px
}

.pl-35 {
    padding-left: 35px
}

.mt-40 {
    margin-top: 40px
}

.pt-40 {
    padding-top: 40px
}

.mr-40 {
    margin-right: 40px
}

.pr-40 {
    padding-right: 40px
}

.mb-40 {
    margin-bottom: 40px
}

.pb-40 {
    padding-bottom: 40px
}

.ml-40 {
    margin-left: 40px
}

.pl-40 {
    padding-left: 40px
}

.mt-45 {
    margin-top: 45px
}

.pt-45 {
    padding-top: 45px
}

.mr-45 {
    margin-right: 45px
}

.pr-45 {
    padding-right: 45px
}

.mb-45 {
    margin-bottom: 45px
}

.pb-45 {
    padding-bottom: 45px
}

.ml-45 {
    margin-left: 45px
}

.pl-45 {
    padding-left: 45px
}

.mt-50 {
    margin-top: 50px
}

.pt-50 {
    padding-top: 50px
}

.mr-50 {
    margin-right: 50px
}

.pr-50 {
    padding-right: 50px
}

.mb-50 {
    margin-bottom: 50px
}

.pb-50 {
    padding-bottom: 50px
}

.ml-50 {
    margin-left: 50px
}

.pl-50 {
    padding-left: 50px
}

.mt-75 {
    margin-top: 75px
}

.pt-75 {
    padding-top: 75px
}

.mr-75 {
    margin-right: 75px
}

.pr-75 {
    padding-right: 75px
}

.mb-75 {
    margin-bottom: 75px
}

.pb-75 {
    padding-bottom: 75px
}

.ml-75 {
    margin-left: 75px
}

.pl-75 {
    padding-left: 75px
}

.mt-100 {
    margin-top: 100px
}

.pt-100 {
    padding-top: 100px
}

.mr-100 {
    margin-right: 100px
}

.pr-100 {
    padding-right: 100px
}

.mb-100 {
    margin-bottom: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.ml-100 {
    margin-left: 100px
}

.pl-100 {
    padding-left: 100px
}

.w-5 {
    width: 5%
}

.h-5 {
    height: 5%
}

.maxw-5 {
    max-width: 5%
}

.maxh-5 {
    max-height: 5%
}

.w-10 {
    width: 10%
}

.h-10 {
    height: 10%
}

.maxw-10 {
    max-width: 10%
}

.maxh-10 {
    max-height: 10%
}

.w-15 {
    width: 15%
}

.h-15 {
    height: 15%
}

.maxw-15 {
    max-width: 15%
}

.maxh-15 {
    max-height: 15%
}

.w-20 {
    width: 20%
}

.h-20 {
    height: 20%
}

.maxw-20 {
    max-width: 20%
}

.maxh-20 {
    max-height: 20%
}

.w-25 {
    width: 25%
}

.h-25 {
    height: 25%
}

.maxw-25 {
    max-width: 25%
}

.maxh-25 {
    max-height: 25%
}

.w-30 {
    width: 30%
}

.h-30 {
    height: 30%
}

.maxw-30 {
    max-width: 30%
}

.maxh-30 {
    max-height: 30%
}

.w-35 {
    width: 35%
}

.h-35 {
    height: 35%
}

.maxw-35 {
    max-width: 35%
}

.maxh-35 {
    max-height: 35%
}

.w-40 {
    width: 40%
}

.h-40 {
    height: 40%
}

.maxw-40 {
    max-width: 40%
}

.maxh-40 {
    max-height: 40%
}

.w-45 {
    width: 45%
}

.h-45 {
    height: 45%
}

.maxw-45 {
    max-width: 45%
}

.maxh-45 {
    max-height: 45%
}

.w-50 {
    width: 50%
}

.h-50 {
    height: 50%
}

.maxw-50 {
    max-width: 50%
}

.maxh-50 {
    max-height: 50%
}

.w-75 {
    width: 75%
}

.h-75 {
    height: 75%
}

.maxw-75 {
    max-width: 75%
}

.maxh-75 {
    max-height: 75%
}

.w-100 {
    width: 100%
}

.h-100 {
    height: 100%
}

.maxw-100 {
    max-width: 100%
}

.maxh-100 {
    max-height: 100%
}

.d-none {
    display: none !important
}

.d-block {
    display: block
}

.d-inline-block {
    display: inline-block
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.d-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-fill {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.flex-fill-no-shrink {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.flex-fill-100per {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

.flex-no-shrink {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.align-items-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.align-items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.justify-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

body.js-popup {
    overflow-y: hidden
}

.js-d-none {
    display: none !important
}

.b-lazy {
    opacity: 0
}

.b-loaded {
    opacity: 1
}

.social-links-telegram,
.social-links-facebook,
.social-links-youtube {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.social-links-telegram {
    background-color: #007ebd
}

.social-links-telegram:hover {
    background-color: #00aeff
}

.social-links-telegram svg {
    width: 11px;
    height: 11px;
    fill: #fff;
    margin-right: 2px
}

.social-links-facebook {
    background-color: #3754a0
}

.social-links-facebook:hover {
    background-color: #1178f2
}

.social-links-facebook svg {
    width: 6px;
    height: 13px;
    fill: #fff
}

.social-links-youtube {
    background-color: #b71a20
}

.social-links-youtube:hover {
    background-color: #fe0000
}

.social-links-youtube svg {
    width: 13px;
    height: 9px;
    fill: #fff
}

.icon-like {
    fill: #4c5b6b
}

@font-face {
    font-family: "Cairo";
    src: url(../fonts/Cairo-Regular.woff2) format("woff2"), url(../fonts/Cairo-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Bebas Neue Cyrillic";
    src: url(../fonts/BebasNeueCyrillic.eot);
    src: local("Bebas Neue Cyrillic"), local("BebasNeueCyrillic"), url(../fonts/BebasNeueCyrillic.eot?#iefix) format("embedded-opentype"), url(../fonts/BebasNeueCyrillic.woff2) format("woff2"), url(../fonts/BebasNeueCyrillic.woff) format("woff"), url(../fonts/BebasNeueCyrillic.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@media (min-width:768px) {
    .container {
        width: 750px
    }

    .col-sm-1,
    .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-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }

    .block-14 .col-sm-2 {
        width: 20% !important
    }

    .block-14 .col-sm-3 {
        width: 20% !important
    }
}

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

    .col-md-1,
    .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-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .modal-lg {
        width: 900px
    }
}

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

    .col-lg-1,
    .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-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

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

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

    .visible-lg-block {
        display: block !important
    }

    .visible-lg-inline {
        display: inline !important
    }

    .visible-lg-inline-block {
        display: inline-block !important
    }

    .hidden-lg {
        display: none !important
    }
}

@media (max-width:1500px) {
    .modal-body .product {
        top: 25%;
        left: 55%;
        width: 40%
    }

    .modal-body .product img {
        width: 97%
    }

    .modal-body .discount {
        width: 112px;
        height: 176px;
        padding-top: 45px;
        font-size: 2.4rem;
        top: -5%;
        right: -25px
    }
}

@media (max-width:992px) {
    .modal-header .close {
        background-color: #000
    }

    .modal-header .close img {
        width: 15px
    }

    .modal-body .left-wrap {
        width: 100%
    }

    .modal-body .product {
        display: none
    }
}

@media (max-width:768px) {
    .modal-dialog {
        width: 500px;
        margin: 20px auto
    }

    .block-14 .icon-box p {
        max-width: 100px
    }
}

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

    table.visible-xs {
        display: table !important
    }

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

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

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }

    .hidden-xs {
        display: none !important
    }

    .block-2 .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .block-3 .iconed {
        padding-left: 0
    }

    .block-3 .iconed::before {
        background-image: none
    }

    .block-3 .iconed.n2th::before {
        background-image: none
    }

    .block-3 .iconed.n3th::before {
        background-image: none
    }

    .block-10 .icon-box {
        -webkit-padding-start: 28px;
        padding-inline-start: 28px
    }

    .block-10 .icon-box .before {
        width: 25px;
        height: 25px;
        inset-inline-start: 0;
        top: 8px;
        background-position-y: -200px;
        background-position-x: -160px
    }

    .block-14 .icon-box {
        padding-left: 0;
        padding-top: 100px
    }

    .block-14 .icon-box .before {
        width: 90px;
        height: 90px;
        left: calc(50% - 45px);
        top: 0;
        background-position-y: -470px
    }

    .block-14 .nth-3 .before {
        background-position-x: -90px
    }

    .block-14 .nth-5 .before {
        background-position-x: -180px
    }

    .block-14 .nth-2 .before {
        background-position-x: -270px
    }

    .block-14 .nth-4 .before {
        background-position-x: -360px
    }

    html {
        font-size: 10px
    }

    p,
    h1,
    h2,
    h3,
    h4 {
        padding: 12px 0
    }

    h1,
    h2,
    h3,
    h4 {
        padding-top: 0
    }

    section>div {
        padding: 60px 0 40px
    }

    .discount {
        width: 96px;
        height: 144px;
        padding-top: 40px;
        font-size: 2.6rem
    }

    .title {
        line-height: 2.6rem
    }

    .desc {
        line-height: 1.8rem
    }

    .bold {
        line-height: 2.1rem
    }

    form {
        margin-top: 50px
    }

    form input,
    form select {
        width: 260px;
        padding: 10px 25px 8px;
        margin: 5px 0
    }

    form .button {
        width: 260px
    }

    .top-bar {
        padding: 12px 0;
        height: 70px
    }

    .top-bar .logo div {
        top: -12px;
        background: url(../img/content/logo_sm.webp) no-repeat center top
    }

    .block-1 {
        margin-top: 70px
    }

    .block-1,
    .block-7,
    .block-16 {
        background-image: none
    }

    .block-1>div,
    .block-7>div,
    .block-16>div {
        padding-top: 50px
    }

    .block-1 .left,
    .block-7 .left,
    .block-16 .left {
        margin-left: 0
    }

    .block-1 .left .wrap,
    .block-7 .left .wrap,
    .block-16 .left .wrap {
        padding: 0 15%
    }

    .block-1 .left .wrap .title,
    .block-7 .left .wrap .title,
    .block-16 .left .wrap .title {
        font-size: 2.1rem;
        padding: 0 5%
    }

    .block-1 .left .wrap .desc,
    .block-7 .left .wrap .desc,
    .block-16 .left .wrap .desc {
        padding: 10px 7%
    }

    .block-1 .left .wrap .price,
    .block-7 .left .wrap .price,
    .block-16 .left .wrap .price {
        font-size: 2rem
    }

    .block-1 .left .wrap .purp,
    .block-7 .left .wrap .purp,
    .block-16 .left .wrap .purp {
        padding-top: 10px
    }

    .block-1 .product,
    .block-7 .product,
    .block-16 .product {
        padding-top: 20px;
        text-align: center;
        margin-left: 0
    }

    .block-1 .product img,
    .block-7 .product img,
    .block-16 .product img {
        width: 60%
    }

    .block-1 .product .discount,
    .block-7 .product .discount,
    .block-16 .product .discount {
        top: 20px;
        right: 18%
    }

    .block-2 .icon-box {
        padding-bottom: 20px;
        font-size: 1.2rem;
        height: 200px;
        max-width: 130px;
        width: 100%
    }

    [dir=rtl] .block-2 .icon-box {
        font-size: 14px
    }

    .block-3 .title {
        text-align: center
    }

    .block-4 .col-1,
    .block-4 .col-2,
    .block-4 .col-3 {
        text-align: center
    }

    .block-4 img {
        width: 70%
    }

    .block-4 .desc {
        width: 70%;
        font-size: 1.6rem
    }

    .block-4 .pic-2:before,
    .block-4 .pic-2:after {
        background-image: none
    }

    .block-5 .content {
        padding: 0 15px
    }

    .block-5 .half :first-child {
        text-align: center
    }

    .block-5 img {
        width: 70%
    }

    .block-5 .bold {
        font-size: 2rem
    }

    .block-6 .title {
        width: 100%;
        margin-left: 0
    }

    .block-7 {
        background-image: none
    }

    .block-8 {
        height: auto;
        overflow-y: hidden
    }

    .block-8 img {
        width: 270px;
        height: 400px;
        margin-bottom: -60px;
        margin-left: calc(50% - 135px)
    }

    .block-9 .title {
        width: 100%
    }

    .block-10 .desc {
        letter-spacing: .02em
    }

    .block-10 .desc p {
        padding-top: 12px
    }

    .block-12 .col-1,
    .block-12 .col-2,
    .block-12 .col-3 {
        text-align: center
    }

    .block-12 img {
        width: 72%
    }

    .block-12 .desc {
        text-align: center;
        padding: 20px 0
    }

    .block-12 .pic-2:before,
    .block-12 .pic-2:after {
        background-image: none
    }

    .block-13 .title {
        text-align: center
    }

    .block-14 .content {
        padding-top: 20px
    }

    .block-14 .icon-box {
        font-size: 1.1rem;
        width: 100%;
        height: 160px
    }

    .block-15 .title {
        padding-bottom: 40px
    }

    .block-15 .col-1,
    .block-15 .col-2,
    .block-15 .col-3 {
        text-align: center;
        padding-bottom: 20px
    }

    .block-15 img {
        width: 100%;
        max-width: 285px;
    }

    [dir=rtl] .block-15 .prof {
        margin-top: 3px;
        font-size: 12px
    }

    [dir=rtl] .block-15 .text {
        font-size: 14px
    }

    .block-15 .row>div>p,
    .block-15 .row>div>i {
        width: 100%;
        padding-bottom: 0
    }

    .block-16 {
        background-image: none
    }

    footer {
        padding-right: 10%;
        padding-left: 10%
    }

    .social-links-telegram,
    .social-links-facebook,
    .social-links-youtube {
        width: 25px;
        height: 25px
    }
}

@media (max-width:540px) {
    .modal-dialog {
        width: 340px;
        margin: 10px auto
    }
}

@media (max-width:400px) {

    form input,
    form select,
    form .button {
        width: 220px
    }

    .top-bar .button {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 1rem;
        margin-left: 10px
    }
}

@media (max-width:360px) {
    .modal-dialog {
        width: 340px;
        margin: 5px auto
    }
}

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

    table.visible-sm {
        display: table !important
    }

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

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

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }

    .hidden-sm {
        display: none !important
    }

    .block-2 .icon-box {
        padding-left: 0;
        padding-top: 105px
    }

    .block-2 .icon-box .before {
        width: 90px;
        height: 90px;
        left: calc(50% - 45px);
        background-position-y: -380px
    }

    .block-2 .icon-box.n2th .before {
        background-position-x: -90px
    }

    .block-2 .icon-box.n3th .before {
        background-position-x: -180px
    }

    .block-2 .icon-box.n4th .before {
        background-position-x: -270px
    }

    .block-2 .icon-box.n5th .before {
        background-position-x: -360px
    }

    .block-2 .icon-box.n6th .before {
        background-position-x: -450px
    }

    html {
        font-size: 11px
    }

    p,
    h1,
    h2,
    h3,
    h4 {
        padding: 12px 0
    }

    h1,
    h2,
    h3,
    h4 {
        padding-top: 0
    }

    section>div {
        padding: 60px 0
    }

    .discount {
        width: 120px;
        height: 180px;
        padding-top: 52px;
        font-size: 2.6rem
    }

    .desc {
        line-height: 1.8rem
    }

    .bold {
        line-height: 2.1rem
    }

    form {
        margin-top: 50px
    }

    form input,
    form select {
        width: 250px;
        padding: 10px 25px 8px;
        margin: 5px 0
    }

    form .button {
        width: 250px
    }

    .top-bar {
        padding: 12px 0;
        height: 70px
    }

    .top-bar .button {
        width: 130%;
        font-size: 1.02rem;
        margin-left: -40px
    }

    .top-bar .logo div {
        top: -12px;
        width: 100%;
        height: 100px;
        background: url(../img/content/logo_sm.webp) no-repeat right top
    }

    .top-bar .menu ul {
        padding-top: 5px
    }

    .top-bar .menu li {
        font-size: 1.05rem
    }

    .block-1 {
        margin-top: 70px
    }

    .block-1,
    .block-7,
    .block-16 {
        background-image: url(../img/content/bg-2_sm.webp)
    }

    .block-1 .left,
    .block-7 .left,
    .block-16 .left {
        margin-left: -80px
    }

    .block-1 .left .wrap,
    .block-7 .left .wrap,
    .block-16 .left .wrap {
        padding: 0
    }

    .block-1 .left .wrap .title,
    .block-7 .left .wrap .title,
    .block-16 .left .wrap .title {
        font-size: 2.5rem
    }

    .block-1 .left .wrap .desc,
    .block-7 .left .wrap .desc,
    .block-16 .left .wrap .desc {
        padding: 10px 5%
    }

    .block-1 .left .wrap .price,
    .block-7 .left .wrap .price,
    .block-16 .left .wrap .price {
        font-size: 2.2rem
    }

    .block-1 .left .wrap .purp,
    .block-7 .left .wrap .purp,
    .block-16 .left .wrap .purp {
        padding-top: 10px
    }

    .block-1 .product,
    .block-7 .product,
    .block-16 .product {
        margin-left: -60px;
        padding-top: 80px
    }

    .block-5 .content {
        padding: 0
    }

    .block-5 img {
        width: 90%
    }

    .block-5 .bold {
        font-size: 2rem
    }

    .block-8 .title {
        font-size: 2.1rem
    }

    .block-8 img {
        width: 270px;
        height: 400px;
        margin-bottom: -467px;
        margin-left: 50px
    }

    .block-8 .desc {
        padding-left: 25px;
        padding-top: 15px;
        line-height: 1.8rem;
        letter-spacing: 0
    }

    .block-14 .icon-box {
        font-size: 1.1rem;
        width: 100%;
        height: 160px
    }

    .block-16 {
        background-image: url(../img/content/bg-16_sm.webp)
    }
}

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

    table.visible-md {
        display: table !important
    }

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

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

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }

    .hidden-md {
        display: none !important
    }

    html {
        font-size: 12px
    }

    p,
    h1,
    h2,
    h3,
    h4 {
        padding: 15px 0
    }

    h1,
    h2,
    h3,
    h4 {
        padding-top: 0
    }

    section>div {
        padding: 70px 0
    }

    .desc {
        line-height: 1.8rem
    }

    .bold {
        line-height: 2.1rem
    }

    form {
        margin-top: 50px
    }

    form input,
    form select {
        width: 310px;
        padding: 10px 25px 8px;
        margin: 5px 0
    }

    form .button {
        width: 310px
    }

    .top-bar .button {
        width: 107%;
        font-size: 1.02rem
    }

    .top-bar .menu ul {
        padding-top: 5px
    }

    .top-bar .menu li {
        font-size: 1.05rem
    }

    .block-1,
    .block-7,
    .block-16 {
        background-image: url(../img/content/bg-2_md.webp)
    }

    .block-1 .left,
    .block-7 .left,
    .block-16 .left {
        margin-left: -80px
    }

    .block-1 .left .wrap,
    .block-7 .left .wrap,
    .block-16 .left .wrap {
        padding: 0 20px
    }

    .block-1 .left .wrap .desc,
    .block-7 .left .wrap .desc,
    .block-16 .left .wrap .desc {
        padding: 10px 40px
    }

    .block-1 .left .wrap .purp,
    .block-7 .left .wrap .purp,
    .block-16 .left .wrap .purp {
        padding-top: 10px
    }

    .block-1 .product,
    .block-7 .product,
    .block-16 .product {
        padding-top: 55px
    }

    .block-7 {
        background-image: url(../img/content/bg-7_md.webp)
    }

    .block-8 img {
        margin-bottom: -70px;
        margin-left: -70px
    }

    .block-8 .desc {
        line-height: 2rem;
        letter-spacing: .05em
    }

    .block-16 {
        background-image: url(../img/content/bg-16_md.webp)
    }
}

@media (min-width:768px)and (max-width:880px) {

    .block-1 .left,
    .block-7 .left,
    .block-16 .left {
        margin-left: -20px
    }
}

@media (min-width:992px)and (max-width:1090px) {

    .block-1 .left,
    .block-7 .left,
    .block-16 .left {
        margin-left: -20px
    }
}

@media (min-width:1200px)and (max-width:1350px) {

    .block-1 .left,
    .block-7 .left,
    .block-16 .left {
        margin-left: -40px
    }
}

@media (min-width:1350px)and (max-width:1600px) {

    .block-1 .left,
    .block-7 .left,
    .block-16 .left {
        margin-left: -120px
    }
}

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

    table.visible-print {
        display: table !important
    }

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

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

    .visible-print-block {
        display: block !important
    }

    .visible-print-inline {
        display: inline !important
    }

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

    .hidden-print {
        display: none !important
    }
}
select {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E%0A") no-repeat 5% 50%, #fff !important;
  appearance: none;

  }
@media  (max-width: 767px) {
    .block-16 .row, .block-1 .row {
    display: flex;
    flex-direction: column-reverse;
}
}
input[type="tel"]{
text-align:right;
}