@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local(Roboto), local(Roboto-Regular), url(../fonts/roboto-v20-latin-ext_latin-regular.woff2) format("woff2"), url(../fonts/roboto-v20-latin-ext_latin-regular.woff) format("woff");
    font-display: swap;
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local(Roboto-Bold), url(../fonts/roboto-v20-latin-ext_latin-700.woff2) format("woff2"), url(../fonts/roboto-v20-latin-ext_latin-700.woff) format("woff");
    font-display: swap;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%}
body {
    margin: 0;
}
footer, header, main, nav {
    display: block;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0;
}
b {
    font-weight: 700;
}
h1 {
    margin: .67em 0;
    font-size: 2em;
}
sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    bottom: -.25em;
}
img {
    border: 0;
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
pre {
    overflow: auto;
}
code, pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 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;
}
fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver;
}
legend {
    padding: 0;
    border: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td, th {
    padding: 0;
}
@media print {
    *, ::after, ::before {
    color: #000!important;
    text-shadow: none!important;
    background: 0 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
a, a:visited {
    text-decoration: underline;
}
a[href]:after {
    content: " ("attr(href) ")"}
blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
img, tr {
    page-break-inside: avoid;
}
img {
    max-width: 100%!important;
}
h2, h3, p {
    orphans: 3;
    widows: 3;
}
h2, h3 {
    page-break-after: avoid;
}
.label {
    border: 1px solid #000;
}
.table {
    border-collapse: collapse!important;
}
.table td, .table th {
    background-color: #fff!important;
}
}* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a:focus, a:hover {
    color: #23527c;
    text-decoration: underline;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
img {
    vertical-align: middle;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.h1, h1 {
    font-size: 36px;
}
.h2, h2 {
    font-size: 30px;
}
.h3, h3 {
    font-size: 24px;
}
.h4, h4 {
    font-size: 18px;
}
.h5, h5 {
    font-size: 14px;
}
.h6, h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dd, dt {
    line-height: 1.42857143;
}
dt {
    font-weight: 700;
}
dd {
    margin-left: 0;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    margin-bottom: 0;
}
blockquote footer {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}
blockquote footer:before {
    content: "\2014 \00A0"}
code, pre {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.btn__note {
    padding-top: 10px;
}
@media (min-width:768px) {
    .container {
    width: 750px;
}
}@media (min-width:992px) {
    .container {
    width: 970px;
}
}@media (min-width:1200px) {
    .container {
    width: 1170px;
}
}.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg-10, .col-lg-12, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-md-12, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-8, .col-sm-12, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-xs-12, .col-xs-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-12, .col-xs-6 {
    float: left;
}
.col-xs-12 {
    width: 100%}
.col-xs-6 {
    width: 50%}
@media (min-width:768px) {
    .col-sm-12, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7 {
    float: left;
}
.col-sm-12 {
    width: 100%}
.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%}
}@media (min-width:992px) {
    .col-md-12, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-8 {
    float: left;
}
.col-md-12 {
    width: 100%}
.col-md-8 {
    width: 66.66666667%}
.col-md-6 {
    width: 50%}
.col-md-5 {
    width: 41.66666667%}
.col-md-4 {
    width: 33.33333333%}
.col-md-3 {
    width: 25%}
}@media (min-width:1200px) {
    .col-lg-10, .col-lg-12, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8 {
    float: left;
}
.col-lg-12 {
    width: 100%}
.col-lg-10 {
    width: 83.33333333%}
.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-offset-5 {
    margin-left: 41.66666667%}
.col-lg-offset-4 {
    margin-left: 33.33333333%}
.col-lg-offset-2 {
    margin-left: 16.66666667%}
.col-lg-offset-1 {
    margin-left: 8.33333333%}
}table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 0;
}
.table>tbody+tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
table col[class*=col-] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none;
}
.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
    background-color: #f5f5f5;
}
.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
    background-color: #dff0d8;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    line-height: normal;
}
input[type=file] {
    display: block;
}
select[multiple] {
    height: auto;
}
input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control, input[type=month].form-control, input[type=time].form-control {
    line-height: 34px;
}
}.form-group {
    margin-bottom: 15px;
}
.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox input[type=checkbox], .radio input[type=radio] {
    position: absolute;
    margin-left: -20px;
}
.checkbox+.checkbox, .radio+.radio {
    margin-top: -5px;
}
fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed;
}
.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
    cursor: not-allowed;
}
.open>a {
    outline: 0;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav>li {
    position: relative;
    display: block;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
}
.nav>li.disabled>a {
    color: #777;
}
.nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7;
}
.nav>li>a>img {
    max-width: none;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media {
    overflow: hidden;
    zoom: 1;
}
.container:after, .container:before, .nav:after, .nav:before, .row:after, .row:before {
    display: table;
    content: " "}
.container:after, .nav:after, .row:after {
    clear: both;
}
.hide {
    display: none!important;
}
.show {
    display: block!important;
}
.hidden {
    display: none!important;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%}
body {
    margin: 0;
}
footer, header, main, nav {
    display: block;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0;
}
b {
    font-weight: 700;
}
h1 {
    margin: .67em 0;
    font-size: 2em;
}
sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    bottom: -.25em;
}
img {
    border: 0;
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
pre {
    overflow: auto;
}
code, pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 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;
}
fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver;
}
legend {
    padding: 0;
    border: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td, th {
    padding: 0;
}
@media print {
    * {
    color: #000!important;
    text-shadow: none!important;
    background: 0 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
a, a:visited {
    text-decoration: underline;
}
a[href]:after {
    content: " ("attr(href) ")"}
blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
img, tr {
    page-break-inside: avoid;
}
img {
    max-width: 100%!important;
}
h2, h3, p {
    orphans: 3;
    widows: 3;
}
h2, h3 {
    page-break-after: avoid;
}
.label {
    border: 1px solid #000;
}
.table {
    border-collapse: collapse!important;
}
.table td, .table th {
    background-color: #fff!important;
}
}* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a:focus, a:hover {
    color: #23527c;
    text-decoration: underline;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
img {
    vertical-align: middle;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.h1, h1 {
    font-size: 36px;
}
.h2, h2 {
    font-size: 30px;
}
.h3, h3 {
    font-size: 24px;
}
.h4, h4 {
    font-size: 18px;
}
.h5, h5 {
    font-size: 14px;
}
.h6, h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dd, dt {
    line-height: 1.42857143;
}
dt {
    font-weight: 700;
}
dd {
    margin-left: 0;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    margin-bottom: 0;
}
blockquote footer {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}
blockquote footer:before {
    content: "\2014 \00A0"}
code, pre {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width:768px) {
    .container {
    width: 750px;
}
}@media (min-width:992px) {
    .container {
    width: 970px;
}
}@media (min-width:1200px) {
    .container {
    width: 1170px;
}
}.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg-10, .col-lg-12, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-md-12, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-8, .col-sm-12, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-xs-12, .col-xs-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-12, .col-xs-6 {
    float: left;
}
.col-xs-12 {
    width: 100%}
.col-xs-6 {
    width: 50%}
@media (min-width:768px) {
    .col-sm-12, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7 {
    float: left;
}
.col-sm-12 {
    width: 100%}
.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%}
}@media (min-width:992px) {
    .col-md-12, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-8 {
    float: left;
}
.col-md-12 {
    width: 100%}
.col-md-8 {
    width: 66.66666667%}
.col-md-6 {
    width: 50%}
.col-md-5 {
    width: 41.66666667%}
.col-md-4 {
    width: 33.33333333%}
.col-md-3 {
    width: 25%}
}@media (min-width:1200px) {
    .col-lg-10, .col-lg-12, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8 {
    float: left;
}
.col-lg-12 {
    width: 100%}
.col-lg-10 {
    width: 83.33333333%}
.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-offset-5 {
    margin-left: 41.66666667%}
.col-lg-offset-4 {
    margin-left: 33.33333333%}
.col-lg-offset-2 {
    margin-left: 16.66666667%}
.col-lg-offset-1 {
    margin-left: 8.33333333%}
}table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 0;
}
.table>tbody+tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
table col[class*=col-] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none;
}
.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
    background-color: #f5f5f5;
}
.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
    background-color: #dff0d8;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    line-height: normal;
}
input[type=file] {
    display: block;
}
select[multiple] {
    height: auto;
}
input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control, input[type=month].form-control, input[type=time].form-control {
    line-height: 34px;
}
}.form-group {
    margin-bottom: 15px;
}
.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox input[type=checkbox], .radio input[type=radio] {
    position: absolute;
    margin-left: -20px;
}
.checkbox+.checkbox, .radio+.radio {
    margin-top: -5px;
}
fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed;
}
.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
    cursor: not-allowed;
}
.open>a {
    outline: 0;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav>li {
    position: relative;
    display: block;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
}
.nav>li.disabled>a {
    color: #777;
}
.nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7;
}
.nav>li>a>img {
    max-width: none;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media {
    overflow: hidden;
    zoom: 1;
}
.container:after, .container:before, .nav:after, .nav:before, .row:after, .row:before {
    display: table;
    content: " "}
.container:after, .nav:after, .row:after {
    clear: both;
}
.hide {
    display: none!important;
}
.show {
    display: block!important;
}
.hidden {
    display: none!important;
}
body {
    width: 100%;
    min-width: 320px!important;
    overflow-x: hidden;
    text-align: left;
    background: #fff;
    min-height: 100%;
    max-width: 1920px;
    margin: 0 auto;
    font-family: Roboto;
}
a, button:focus, input:focus, select:focus, textarea:focus {
    outline: 0;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
header {
    background: #246f91;
}
.oneword {
    white-space: nowrap;;
    color: red;
}
.bg-header {
    width: 100%;
    background: url(../images/header-bg.jpg) no-repeat top center;
    background-size: cover;
    min-height: 800px;
}
.title-header {
    font-size: 95px;
    color: #246f91;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-weight: 700;
}
.title-p {
    font-size: 30px;
    color: #07283f;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-weight: 700;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: #86d6ea;
}
.clock-top {
    margin-top: 50px;
}
.form {
    border-radius: 10px;
    background: #fff;
    padding: 8px;
    width: 100%;
    margin-top: 40px;
    position: relative;
    z-index: 2;
}
.form-inner {
    border: 3px solid #1e949d;
    border-radius: 10px;
    width: 100%;
    padding: 15px;
    text-align: center;
}
.new-price {
    color: #1e949d;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 0;
}
.form-group {
    margin-bottom: 15px;
}
.form-control, select {
    border: 1px solid #dadada;
    border-radius: 20px;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .1);
    width: 100%;
    color: #212121;
    font-size: 14px;
    line-height: 30px;
    height: 43px;
    padding: 6px 18px 7px;
}
.form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../images/sel2.png) 95% center no-repeat;
}
.form-group select::-ms-expand {
    display: none;
}
.order-btn {
    background: #ff9523;
    border-radius: 30px;
    -webkit-box-shadow: 0 3px 0 0 #e68900;
    box-shadow: 0 3px 0 0 #e68900;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #fff;
    border: none;
    display: inline-block;
    width: 100%;
    line-height: 32px;
    font-size: 15px;
    text-align: center;
    padding: 15px 0;
    height: 60px;
    letter-spacing: .065em;
    text-transform: uppercase;
    text-decoration: none;
}
.tovar-header {
    width: 300px;
    min-height: 228px;
    top: 106px;
    left: 0;
    position: relative;
    z-index: 5;
    margin: 28px 0;
}
.no-webp .tovar-header {
    background: url(https://e-prod.b-cdn.net//pictures/uromexil/uromexil.png) no-repeat;
    background-size: cover;
}
.webp .tovar-header {
    background: url(https://e-prod.b-cdn.net//pictures/uromexil/uromexil.webp) no-repeat;
    background-size: cover;
}
.guarantee {
    width: 100%;
    background: #216686;
}
.guarantee-inner {
    padding: 60px 0;
    overflow: hidden;
}
.guarantee__item {
    padding-left: 100px;
    min-height: 62px;
    margin-top: 40px;
}
.guarantee__item.gi1 {
    background: url(../images/preim-1.png) no-repeat left top;
}
.guarantee__item.gi2 {
    background: url(../images/preim-2.png) no-repeat left top;
}
.guarantee__item.gi3 {
    background: url(../images/preim-3.png) no-repeat left top;
}
.guarantee-text {
    color: #fff;
    letter-spacing: .02em;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}
.guarantee-title {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
}
.sale-lable {
    background: url(../images/sale.png) no-repeat;
    width: 119px;
    min-height: 119px;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.1;
    position: absolute;
    margin-top: -95px;
    margin-left: 205px;
    color: #fff;
    padding-top: 13px;
    z-index: 5;
}
.sale-persent {
    width: 167px;
    height: 153px;
    display: block;
    position: absolute;
    top: -55px;
    right: 285px;
}
.zak-box .sale-lable {
    margin-top: -40px;
}
.bg-footer .sale-lable {
    margin-top: -15px;
}
.bg-footer .form {
    margin-top: 0;
}
.sale-lable span {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 20px;
}
.sale-lable.sale-hd:before {
    content: "";
    background: url(../images/arrow-header.png) no-repeat;
    position: absolute;
    top: 3px;
    left: -70px;
    width: 63px;
    min-height: 64px;
}
.bg-polzaizl {
    width: 100%;
    min-height: 850px;
}
.no-webp .bg-polzaizl {
    background: url(../images/bg-bol.jpg) no-repeat;
}
.webp .bg-polzaizl {
    background: url(../images/bg-bol.webp) no-repeat;
}
.title-polzaizl {
    margin-top: 70px;
    margin-bottom: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #232323;
    line-height: 45px;
    text-align: center;
}
.title-polzaizl span {
    color: #1e949d;
}
.pos-rel {
    position: relative;
}
.button-down {
    background: url(../images/arrow-down.png) no-repeat;
    width: 60px;
    min-height: 60px;
    position: absolute;
    right: 50%;
    margin-right: -30px;
    margin-bottom: -30px;
    bottom: 0;
    z-index: 10;
}
.unisr-bg {
    width: 100%;
    min-height: 770px;
    background-color: #006788;
}
.title-unisr {
    margin-top: 70px;
    margin-bottom: 40px;
    font-size: 48px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-weight: 700;
}
.title-unisr span {
    color: #3ae2ef;
}
.about {
    background: #fff;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 476px;
    display: flex;
    align-items: center;
}
.pen-bg {
    background: url(../images/pen.jpg) no-repeat;
    width: 100%;
    min-height: 460px;
}
.unisr_ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-bottom: 40px;
    padding-top: 40px;
}
.unisr_ul__item {
    color: #232323;
    font-size: 17px;
    line-height: 30px;
}
.unisr_ul li:before {
    content: "";
    background: url(../images/circle-li.png) no-repeat;
    position: absolute;
    min-height: 10px;
    top: 10px;
    left: -20px;
    width: 10px;
}
.unisr_ul li {
    position: relative;
}
.bg-sostav {
    width: 100%;
    background: url(../images/sostav-bg.jpg) no-repeat top center;
    background-size: cover;
    min-height: 11px;
    position: relative;
}
.bg-sostav::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, .7);
}
.bg-sostav .container {
    padding-bottom: 40px;
}
.title-sost {
    line-height: 50px;
    color: #232323;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 45px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 48px;
}
.and-ul_item {
    vertical-align: top;
    margin-bottom: 20px;
}
.di-1 {
    background: url(../images/sost-1.png) no-repeat bottom center;
    float: left;
}
.di-2 {
    background: url(../images/sost-2.png) no-repeat bottom center;
    float: left;
}
.di-3 {
    background: url(../images/sost-3.png) no-repeat bottom center;
    float: left;
}
.di-4 {
    background: url(../images/sost-4.png) no-repeat bottom center;
    float: left;
}
.deger_item {
    width: 176px;
    height: 176px;
    margin-right: 20px;
    margin-bottom: 40px;
}
.and_text {
    width: 53%;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 24px;
    color: #1e949d;
    line-height: 30px;
    vertical-align: top;
    float: left;
    text-align: left;
}
.and_text-2 {
    width: 64%;
    font-family: GothamPro;
    margin: 0;
    font-size: 16px;
    color: #3c3c3c;
    line-height: 24px;
    vertical-align: top;
    float: left;
    text-align: left;
    margin-bottom: 40px;
}
.zakazur-bg {
    width: 100%;
    background: url(../images/zakaz-bg.jpg) no-repeat top center;
    min-height: 480px;
    background-size: auto 100%}
.title-ft-zakaz {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #fff;
    text-align: center;
    margin: 50px 0 20px;
    padding: 0 20px;
    line-height: 50px;
}
.zak-box {
    width: 100%;
    min-height: 340px;
    background: #ecf4f3;
    border-radius: 10px;
    margin-bottom: 20px;
}
.zak-box-1 {
    float: left;
    width: 55%;
    min-height: 300px;
}
.txt-block-ft {
    width: 100%;
    position: relative;
}
.box-txt-salenew {
    margin: 30px 0 10px 55px;
    color: #1e949d;
    font-size: 30px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
}
.tovar-header_1 {
    width: 320px;
    min-height: 245px;
    margin: 50px 0 0 60px;
    position: relative;
}
.no-webp .tovar-header_1 {
    background: url(https://e-prod.b-cdn.net//pictures/uromexil/uromexil.png) no-repeat;
    background-size: cover;
}
.webp .tovar-header_1 {
    background: url(https://e-prod.b-cdn.net//pictures/uromexil/uromexil.webp) no-repeat;
    background-size: cover;
}
.tovar-header_1 .sale-persent {
    top: -45px;
}
.zak-box-2 {
    width: 45%;
    min-height: 300px;
    display: inline-block;
    text-align: center;
}
.order-btn-1 {
    background: #ff9523;
    border-radius: 30px;
    -webkit-box-shadow: 0 3px 0 0 #e68900;
    box-shadow: 0 3px 0 0 #e68900;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #fff;
    border: none;
    display: inline-block;
    width: 85%;
    line-height: 35px;
    font-size: 15px;
    text-align: center;
    padding: 15px 0;
    height: 60px;
    letter-spacing: .065em;
    text-transform: uppercase;
    text-decoration: none;
}
.order-btn-1:hover {
    color: #fff;
    text-decoration: none;
}
.bg-doc {
    width: 100%;
    background: url(../images/bg-doc.png) repeat;
    min-height: 730px;
    margin-top: 0;
}
.specialist {
    border-radius: 10px;
    background: #fff;
    padding: 35px;
    -webkit-box-shadow: 0 1px 18px 0 rgba(50, 50, 50, .75);
    box-shadow: 0 1px 18px 0 rgba(50, 50, 50, .75);
    margin-top: 40px;
    position: relative;
}
.specialist:before {
    content: "";
    position: absolute;
    right: -64px;
    top: 35%;
    width: 87px;
    height: 76px;
    background: url(../images/arrow-doc.png) no-repeat center;
    margin-top: -53px;
}
.specialist-title {
    color: #232323;
    font-size: 48px;
    line-height: 50px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    margin: 0;
    margin-bottom: 30px;
}
.specialist-text {
    line-height: 30px;
    font-size: 16px;
    color: #232323;
    margin: 0;
    margin-bottom: 40px;
    font-family: GothamPro;
}
.specialist-name {
    font-size: 22px;
    color: #1e949d;
    line-height: 30px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.specialist-name span {
    color: #c5c5c5;
    font-size: 16px;
    font-family: GothamPro;
    text-transform: none;
    display: block;
    width: calc(100% - 110px);
}
.autograph {
    max-width: 100%;
    display: block;
    position: absolute;
    bottom: 10px;
    right: 35px;
}
.img-doc {
    width: 428px;
    min-height: 703px;
    margin-top: 40px;
    margin-left: -60px;
    margin-top: 70px;
}
.no-webp .img-doc {
    background: url(../images/doc.png) no-repeat center;
    background-size: 100% auto;
}
.webp .img-doc {
    background: url(../images/doc.webp) no-repeat center;
    background-size: 100% auto;
}
.bg-instr {
    width: 100%;
    min-height: 505px;
}
.no-webp .bg-instr {
    background: url(../images/bg-man.jpg) no-repeat top center;
    background-size: cover;
}
.webp .bg-instr {
    background: url(../images/bg-man.webp) no-repeat top center;
    background-size: cover;
}
.title-instr {
    text-align: center;
    color: #232323;
    font-size: 48px;
    line-height: 50px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    margin-top: 70px;
    margin-bottom: 40px;
}
.title-instr span {
    color: #1e949d;
    font-size: 48px;
    line-height: 50px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    margin-top: 70px;
    margin-bottom: 40px;
    text-align: center;
}
.instr__item {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 50px;
}
.instr-box {
    width: 100%;
    height: 176px;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
}
.instr-ico.in1 {
    background: url(../images/prem-1.png) no-repeat center;
}
.instr-ico.in2 {
    background: url(../images/prem-2.png) no-repeat center;
}
.instr-ico.in3 {
    background: url(../images/prem-3.png) no-repeat center;
}
.instr-ico {
    width: 100%;
    height: 100%}
.instr-text1 {
    font-size: 16px;
    line-height: 24px;
    color: #232323;
    font-family: GothamPro;
    margin: 0;
    margin-bottom: 5px;
    text-align: center;
    margin-top: 10px;
}
.instr-box.arrow-instr:after {
    content: "";
    background: url(../images/arrow-prem.png) no-repeat;
    position: absolute;
    top: 33%;
    right: -20px;
    width: 31px;
    min-height: 47px;
}
.issl-1 {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 20px;
}
.rezissl-bg {
    width: 100%;
    min-height: 635px;
    background-color: #006788;
}
.title-rezissl {
    color: #fff;
    font-size: 48px;
    line-height: 50px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    margin-top: 70px;
    margin-bottom: 40px;
    text-align: center;
}
.graph img {
    display: inline-block;
    max-width: 480px;
    width: 100%}
.tabl-grapf {
    width: 290px;
    min-height: 50px;
    float: right;
    text-align: left;
    background: #1e949d;
    position: absolute;
    right: 15px;
    bottom: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 5px;
}
.tabl-grapf-2 {
    width: 270px;
}
.title-com {
    margin: 60px 0 40px;
    text-align: center;
    font-size: 48px;
    color: #232323;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    line-height: 50px;
}
.com-block {
    width: 100%;
    min-height: 240px;
    margin-bottom: 45px;
    border-bottom: 2px solid #e8e8e8;
    float: left;
}
.com-img-bl {
    width: 170px;
    height: 170px;
    margin-right: 20px;
    margin-left: 25px;
    margin-bottom: 40px;
    border-radius: 100px;
}
.com-img-1 {
    background: url(../images/ava-1.png) no-repeat top center;
    float: left;
}
.com-img-2 {
    background: url(../images/ava-1.png) no-repeat top center;
    float: left;
}
.com-img-3 {
    background: url(../images/ava-3.png) no-repeat top center;
    float: left;
}
.com-img-4 {
    background: url(../images/ava-1.png) no-repeat top center;
    float: left;
}
.com-txt {
    width: 76%;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 22px;
    color: #1e949d;
    line-height: 30px;
    vertical-align: top;
    float: left;
    text-align: left;
    text-transform: uppercase;
}
.com-p {
    width: 71%;
    font-family: GothamPro;
    margin: 0;
    font-size: 16px;
    color: #232323;
    line-height: 30px;
    vertical-align: top;
    float: left;
    text-align: left;
    margin-bottom: 20px;
}
.com-right {
    text-align: right;
    float: right;
}
.bord-n {
    border-bottom: none;
}
.best__item {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 50px;
}
.best-box {
    width: 100%;
    height: 70px;
    display: inline-block;
    margin-bottom: 20px;
}
.best-ico.bs1 {
    background: url(../images/ft-preim-1.png) no-repeat center;
}
.best-ico.bs2 {
    background: url(../images/ft-preim-2.png) no-repeat center;
}
.best-ico.bs3 {
    background: url(../images/ft-preim-3.png) no-repeat center;
}
.best-ico.bs4 {
    background: url(../images/ft-preim-4.png) no-repeat center;
}
.best-ico {
    width: 100%;
    height: 100%}
.best-text {
    font-size: 16px;
    line-height: 24px;
    color: #232323;
    font-family: GothamPro;
    margin: 0;
    margin-bottom: 5px;
    text-align: center;
    margin-top: 20px;
}
.bg-best {
    background: #f3f6f8;
    background-size: cover;
    min-height: 255px;
}
.bg-footer {
    width: 100%;
    min-height: 760px;
}
.no-webp .bg-footer {
    background: url(../images/bg-footer.jpg) no-repeat;
    background-size: cover;
}
.webp .bg-footer {
    background: url(../images/bg-footer.webp) no-repeat;
    background-size: cover;
}
.title-footer {
    margin: 60px 0 20px;
    text-align: center;
    font-size: 48px;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    line-height: 50px;
}
.sale-lable.sale-ft:before {
    content: "";
    background: url(../images/arrow-footer.png) no-repeat;
    position: absolute;
    top: -70px;
    left: 54px;
    width: 46px;
    min-height: 61px;
}
.bg-footer .sale-lable.sale-ft:before {
    content: none;
}
.sale-ft {
    margin-left: 278px;
}
.tovar-ft {
    top: 30px;
    left: -125px!important;
}
.tovar-ft .sale-persent {
    top: -40px;
    right: 300px;
}
a, input {
    outline: 0!important;
}
footer .text-wrap {
    background: #f3f6f8;
    padding: 15px;
    text-align: center;
    margin-bottom: 0;
}
.wrap-bottom {
    padding: 25px 0;
}
.timer {
    text-align: center;
    display: block;
    margin: 0 auto 10px;
    font-family: "Exo 2"}
.white {
    color: #fff;
}
.sale-end-text {
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-family: GothamPro;
    text-align: center;
}
.timer .block {
    display: inline-block;
    width: 55px;
    height: 55px;
    text-align: center;
    vertical-align: top;
    border-radius: 5px;
    background: #1e949d;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    margin: 0 3px;
    margin-bottom: 5px;
}
.timer .block .rect {
    font-size: 30px;
    text-align: center;
    color: #fff;
    line-height: 58px;
    width: 55px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
}
.timer .block label {
    font-size: 14px;
    text-align: center;
    margin: 0;
    color: #232323;
    font-family: GothamPro;
}
.bl-clock-ft-p {
    margin-top: 40px;
}
.clock-ft-pa {
    margin-top: 50px;
}
.ft-clk {
    text-align: center;
}
.timer .block-1 label {
    font-size: 14px;
    text-align: center;
    margin: 0;
    color: #fff;
    font-family: GothamPro;
}
.timer .block-1 {
    background: #fff;
}
.timer .block .rect-1 {
    color: #1e949d;
}
.timer .block .rect-2 {
    color: #1e949d;
}
@media (max-width:1199px) {
    .bg-footer .form {
    width: 350px;
    margin-left: auto;
}
.sale-lable {
    margin-left: 235px;
    margin-top: -97px;
}
.guarantee-inner {
    padding: 10px 0 40px;
}
.zak-box .sale-lable {
    margin-left: 258px;
    margin-top: -45px;
}
.bg-header .title-p {
    padding-left: 0;
}
.box-txt-salenew {
    margin-left: 80px;
}
.sale-lable.sale-hd:before {
    content: none;
}
.bg-header {
    position: relative;
}
.bg-header::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, .75);
}
.bg-header .clock-top {
    margin-top: 0;
}
.tovar-header {
    top: 35px;
    margin-left: auto;
    margin-right: auto;
}
.sale-lable {
    margin-top: -50px;
    z-index: 50;
}
.pen-bg {
    min-height: 425px;
    background-size: 100%}
.unisr_ul {
    padding-bottom: 0;
    padding-top: 40px;
    margin-left: 20px;
}
.unisr_ul__item {
    line-height: 25px;
}
.tovar-header_1 {
    position: relative;
    margin-left: 50px;
    z-index: 20;
}
.order-btn-1 {
    position: relative;
    z-index: 90;
}
.bg-doc {
    position: relative;
    z-index: 1;
}
.specialist {
    margin-bottom: 40px;
}
.tabl-grapf {
    width: 170px;
}
.tabl-grapf-2 {
    width: 140px;
}
.tovar-ft {
    left: 80px!important;
}
.sale-lable.sale-ft:before {
    display: none;
}
.bg-instr {
    background: #fff;
}
.clock-ft-pa {
    margin-top: 96px;
}
.img-doc {
    width: 370px;
    margin-top: 149px;
    -ms-background-position-y: bottom;
    background-position-y: bottom;
}
.specialist:before {
    right: -45px;
    margin-top: 64px;
}
.about {
    min-height: 426px;
}
.zak-box {
    width: 730px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
}@media (max-width:991px) {
    .title-footer {
    font-size: 37px;
    line-height: 45px;
}
.pen-bg {
    background-size: contain;
}
.unisr_ul__item {
    font-size: 13px;
    line-height: 20px;
}
.unisr_ul {
    padding-top: 20px;
}
.img-doc {
    display: none;
}
.specialist:before {
    display: none;
}
.specialist {
    margin-bottom: 40px;
}
.tabl-grapf {
    width: 270px;
}
.tabl-grapf-2 {
    width: 240px;
}
.tabl-grapf {
    bottom: 80px;
}
.issl-1 {
    margin-bottom: 35px;
}
.rezissl-bg {
    background-size: cover;
}
.com-p {
    width: 100%}
.clock-ft-pa {
    margin-top: 0;
}
.bg-footer .tovar-header {
    top: 85px;
    left: -20px!important;
}
.com-img-bl {
    margin-left: 0;
    margin-right: 15px;
    margin-top: 15px;
}
.com-img-bl.com-right {
    margin-right: 0;
    margin-left: 15px;
}
.com-p, .com-txt {
    width: calc(100% - 190px);
}
.about .col-sm-7 {
    display: none;
}
.about .col-sm-5 {
    width: 100%!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
}
.about {
    min-height: 1px;
    border-radius: 15px;
}
.log {
    float: none;
}
.unisr-bg {
    min-height: 630px;
}
.unisr_ul li:before {
    top: 5px;
}
.unisr_ul__item {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 11px;
}
.zak-box {
    width: 100%;
    padding: 10px;
}
.zak-box .bl-clock-ft-p {
    margin-top: 4px;
}
.zak-box .tovar-header_1 {
    margin-left: 30px;
}
.zak-box .box-txt-salenew {
    margin-left: 41px;
}
}@media (max-width:767px) {
    .bg-footer .form {
    margin: auto;
}
.bg-footer .tovar-header {
    top: -10px;
    left: 0!important;
    margin-bottom: 50px;
    margin-top: 30px;
}
.bg-header .title-p {
    padding-left: 0;
}
.title-rezissl {
    font-size: 30px;
}
.form-inner {
    padding-top: 40px;
}
.title-header {
    font-size: 70px;
}
.tovar-header {
    left: 0;
    bottom: 0;
    margin: 0 auto 80px;
}
.form {
    margin-bottom: 20px;
}
.zak-box .sale-lable {
    margin-left: 450px;
    margin-top: -80px;
}
.sale-lable {
    margin-left: 245px;
    margin-top: -30px;
}
.guarantee-inner {
    padding: 10px 0 50px;
}
.instr-box.arrow-instr:after {
    display: none;
}
.title-instr {
    margin-bottom: 0;
}
.bg-header {
    overflow: hidden;
    -ms-background-position-x: calc(50% - 500px);
    background-position-x: calc(50% - 500px);
}
.bg-polzaizl {
    background-size: cover;
    padding-bottom: 30px;
}
.pen-bg {
    display: none;
}
.unisr-bg {
    min-height: 725px;
    background-size: cover;
    padding-bottom: 30px;
}
.about {
    border-radius: 15px;
}
.box-txt-salenew {
    margin: 29px 0 10px 100px;
    padding-top: 35px;
}
.unisr_ul__item {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 19px;
}
.unisr_ul li:before {
    top: 5px;
}
.unisr_ul {
    padding-top: 30px;
    padding-bottom: 10px;
    margin-left: 35px;
}
.title-unisr {
    font-size: 38px;
    line-height: 40px;
}
.deger_item {
    width: 100%}
.and_text {
    width: 100%;
    text-align: center;
}
.and_text-2 {
    width: 100%;
    text-align: center;
}
.title-ft-zakaz {
    font-size: 32px;
    line-height: 35px;
}
.zak-box-1 {
    float: left;
    width: 100%;
    min-height: 0;
}
.tovar-header_1 {
    display: none;
}
.zak-box-2 {
    width: 100%;
    float: none;
}
.zakazur-bg {
    overflow: hidden;
}
.bg-doc {
    margin-top: 0;
}
.specialist-name {
    line-height: 23px;
}
.specialist-text {
    line-height: 24px;
}
.rezissl-bg {
    background-size: cover;
}
.title-footer {
    font-size: 30px;
    line-height: 37px;
}
.bg-footer {
    background-size: cover;
    min-height: 1060px;
}
.sale-ft {
    margin-left: 265px;
    margin-top: -55px;
}
.bg-footer .sale-lable {
    margin-top: 0;
}
.sale-lable.sale-hd:before {
    display: none;
}
.clock-ft-pa {
    width: auto;
    display: table;
    margin: 0 auto;
    float: none;
}
.com-block .com-img-bl {
    float: none;
    display: table;
    margin: 0 auto 15px;
}
.com-p, .com-txt {
    width: 100%;
    text-align: center;
}
.issl-1 {
    padding-bottom: 0;
}
.graph img {
    margin-bottom: 70px;
}
.tabl-grapf {
    bottom: 20px;
}
.bg-best {
    padding-bottom: 40px;
}
}@media (max-width:640px) {
    .zak-box .sale-lable {
    display: none;
}
.box-txt-salenew {
    margin-left: 0;
    text-align: center;
}
}@media (max-width:479px) {
    .bg-footer .form {
    width: 100%}
.order-btn, .order-btn-1 {
    font-size: 12px;
}
.best__item {
    width: 100%}
.specialist-name span {
    width: calc(100% - 76px);
    font-size: 14px;
}
.sale-persent img {
    width: 70%}
.sale-persent {
    right: -40px;
}
.autograph {
    width: 76px;
    height: auto;
    right: 10px;
    bottom: 20px;
}
.specialist {
    padding: 25px 15px;
}
.title-header {
    font-size: 42px;
}
.tovar-header {
    width: 255px;
    min-height: 195px;
    margin-left: -138px;
}
.form-inner {
    padding-top: 60px;
}
.unisr_ul__item {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 12px;
}
.tovar-header {
    top: 80px;
    position: relative;
    top: auto;
    left: 10px;
    right: auto;
    bottom: auto;
    margin: 120px auto 20px;
}
.sale-persent {
    right: auto;
    left: 0;
}
.sale-lable {
    margin-left: 130px;
    margin-top: -60px;
}
.title-footer {
    margin-bottom: 0;
}
.graph img {
    margin-bottom: 90px;
}
.bg-footer .sale-ft {
    display: none;
}
.clock-ft-pa {
    margin-top: 30px;
}
.bg-footer .tovar-header {
    top: 0;
    margin: 80px auto 0;
}
.title-footer {
    font-size: 28px;
}
.new-price {
    font-size: 34px;
}
}.inL_777094.inL_777094 {
    text-decoration: line-through;
    font-size: 25px;
    margin-right: 10px;
    color: #000;
}
.inL_746218.inL_746218 {
    padding: 0;
}
.inL_503012.inL_503012 {
    text-decoration: line-through;
    font-size: 25px;
    margin-right: 10px;
    color: #000;
}
.order-btn-1:active, .order-btn-1:focus, .order-btn-1:visited {
    text-decoration: none;
    color: #fff;
}
.zak-box .sale-lable {
    margin-top: -30px;
}
.ever-popup__inner {
    max-width: 100%!important;
}
.pop-up {
    padding-left: 10px;
    padding-right: 10px;
}
.pop-up__box {
    background-color: rgba(33, 102, 134, .95);
    border: 2px solid #fff;
    box-sizing: border-box;
    border-radius: 12px;
    width: 700px;
    max-width: 100%;
    padding: 25px;
}
.pop-up__box * {
    box-sizing: border-box;
}
.pop-up__content {
    display: flex;
    align-items: center;
}
.pop-up__content .form {
    margin-top: 0;
    width: 300px;
}
.pop-up__left .image-pack {
    max-width: 100%;
    flex-shrink: 0;
}
.pop-up__content .image-pack img {
    max-width: 100%;
    max-height: initial;
    margin-right: 0;
}
.image-pack {
    display: inline-block;
    max-width: 350px;
    max-height: 350px;
    position: relative;
    box-sizing: border-box;
}
.image-pack .plash {
    margin: 0;
    position: absolute;
}
.image-pack .plash img {
    margin: 0;
}
.image-pack .plash_two {
    right: 0;
    top: -10px;
    width: 100px;
}
.image-pack .plash_two span:last-child {
    display: block;
    font-size: 30px;
}
.image-pack img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    margin-right: -20%}
.pop-up__left {
    flex: 1;
    text-align: center;
    min-width: 250px;
    padding-right: 20px;
}
.pop-up__right {
    max-width: 100%}
@media (max-width:999px) {
    .pop-up__box {
    width: 360px;
}
.pop-up__content {
    flex-direction: column;
}
.pop-up__content .image-pack img {
    width: 100%}
.pop-up__left {
    padding-right: 0;
}
.image-pack {
    padding-bottom: 20px;
}
.image-pack img {
    max-height: 280px;
}
}@media (max-width:767px) {
    .image-pack {
    display: none;
}
.pop-up__content .form {
    margin-bottom: 0;
}
}@media (max-width:479px) {
    .pop-up__box {
    border: 0;
    background-color: transparent;
    width: 300px;
    width: 300px;
    padding: 0;
}
.pop-up__right {
    width: 100%
}
    
}.issl-1 {
    min-height: 320px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 20px;
}
.graph__one, .graph__two {
    display: flex;
    justify-content: space-around;
    padding: 10px 10px 55px;
}
.graph img {
    display: inline-block;
    max-width: 480px;
    width: 100%}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.graph__list {
    width: 263px;
    margin-left: 30px;
}
.list__item {
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
.list__item::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 5px;
    top: calc(50% - 5px);
    border-radius: 50%}
.list__item1::before {
    background-color: #00f;
}
.list__item2::before {
    background-color: red;
}
.list__item3::before {
    background-color: orange;
}
.list__item4::before {
    background-color: green;
}
.list__item5::before {
    background-color: purple;
}
.tabl-grapf {
    width: 300px;
    min-height: 50px;
    float: right;
    text-align: left;
    background: #1e949d;
    position: absolute;
    right: 15px;
    bottom: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 5px;
}
.issl-1 {
    min-height: 320px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 20px;
}
@media (max-width:991px) {
    .tabl-grapf {
    bottom: 60px;
}
}@media (max-width:767px) {
    .graph__one, .graph__two {
    padding-bottom: 0;
}
.tabl-grapf {
    bottom: 20px;
}
}@media (max-width:479px) {
    .graph__one, .graph__two {
    padding-bottom: 65px;
    flex-direction: column;
    align-content: center;
}
.graph img {
    width: 100%;
    max-width: 292px;
    display: block;
    margin: 0 auto;
}
.tabl-grapf {
    width: 290px;
}
}.button-down {
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: background-position, .2s;
    box-shadow: 0 0 3px 0 #dedede;
}
.button-down:hover {
    animation: muveSt .3s linear;
}
.button-down a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
@keyframes muveSt {
    0% {
    background-position: center;
}
50% {
    background-position: center 5px;
}
100% {
    background-position: center;
}
}.sale-persent.sale-persent {
    width: 120px;
    height: 110px;
    top: 170px;
    right: 236px;
}
.sale-persent.sale-persent img {
    width: 100%;
    max-width: 100%;
    max-height: 100%}
.bg-instr {
    padding-bottom: 40px;
}
.rezissl-bg {
    min-height: 605px;
}
.img-doc {
    margin-top: 0;
}
.bg-doc {
    min-height: auto;
}
@media (min-width:1200px) {
    .tovar-header {
    left: -45px;
}
}@media (max-width:1199px) {
    .sale-lable {
    margin-top: -40px;
}
.bg-doc {
    min-height: auto;
}
.zakazur-bg {
    padding-bottom: 40px;
}
.bg-doc {
    padding-top: 20px;
}
.img-doc {
    margin-top: 40px;
}
.unisr-bg {
    min-height: 760px;
}
}@media (max-width:991px) {
    .unisr-bg {
    min-height: 700px;
}
.bg-doc {
    min-height: auto;
    padding-bottom: 30px;
}
.rezissl-bg {
    padding-bottom: 40px;
}
.title-polzaizl {
    margin-top: 40px;
}
.pos-rel {
    padding-bottom: 20px;
}
.title-sost {
    margin-top: 35px;
}
.bg-sostav .container {
    padding-bottom: 0;
}
.rezissl-bg.pos-rel {
    padding-bottom: 40px;
}
.specialist {
    margin-bottom: 60px;
}
}@media (min-width:768px) and (max-width:800px) {
    .sale-persent.sale-persent {
    right: 325px;
}
}@media (max-width:767px) {
    .best__item:nth-child(3), .best__item:nth-child(4) {
    margin-top: 0;
}
.container {
    overflow: hidden;
}
.tovar-header_1 {
    -webkit-background-size: contain;
    background-size: contain;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    transform: translateX(10%);
}
.box-txt-salenew {
    padding-top: 0;
}
.txt-block-ft {
    min-height: auto;
}
.d_vis {
    display: none;
}
.order-btn-1 {
    margin-top: 20px;
}
.zak-box-1 {
    position: relative;
}
.zak-box.zak-box .sale-lable {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    top: 170px;
    right: auto;
    left: 50%;
    transform: scale(.85) translateX(80%);
}
.box-txt-salenew {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}
.bl-clock-ft-p {
    margin-top: 0;
}
.bg-polzaizl {
    padding-bottom: 40px;
}
.title-rezissl {
    margin-top: 50px;
}
}@media (max-width:479px) {
    .zak-box .box-txt-salenew {
    margin-left: 9px;
}
.form-inner {
    padding-top: 30px;
}
.bg-footer .sale-ft {
    display: block;
}
.zak-box.zak-box .sale-lable {
    top: 170px;
    transform: scale(.7) translateX(40%);
}
.sale-lable.sale-hd {
    transform: scale(.7);
    margin-left: 170px;
    margin-top: -60px;
}
.tovar-header_1 {
    margin-top: 40px;
    width: 300px;
    height: 207px;
    min-height: auto;
}
.zak-box {
    display: block;
}
.sale-persent.sale-persent {
    width: 100px;
    height: 95px;
    top: -40px;
    right: auto;
    left: -35px;
}
.sale-lable.sale-ft {
    transform: scale(.7);
    top: -60px;
    margin-left: 180px;
}
.bg-footer .tovar-header {
    margin-top: 10px;
    margin-bottom: 20px;
}
.tovar-header {
    margin-top: 65px;
}
.bl-clock-ft-p {
    margin-top: 0;
}
.zak-box-2 {
    min-height: auto;
}
.order-btn-1 {
    margin-top: 0;
}
.zak-box {
    min-height: 320px;
}
.zak-box .bl-clock-ft-p {
    font-size: 15px;
}
.form {
    margin-bottom: 40px;
}
.guarantee-inner {
    padding-bottom: 40px;
}
.title-polzaizl {
    margin-top: 40px;
}
.unisr-bg {
    padding-bottom: 50px;
}
.title-sost {
    margin-top: 40px;
}
.bg-sostav .container {
    padding-bottom: 20px;
}
.title-ft-zakaz {
    margin-top: 60px;
}
.zakazur-bg {
    padding-bottom: 30px;
}
.specialist {
    margin-top: 50px;
    margin-bottom: 70px;
}
.margin-top {
    margin-top: 60px;
}
.instr__item {
    margin-bottom: 70px;
}
.title-rezissl {
    margin-top: 60px;
}
.rezissl-bg {
    padding-bottom: 40px;
}
.com-block {
    margin-bottom: 20px;
}
.title-p {
    font-size: 27px;
    line-height: 1.2;
}
.title-polzaizl {
    font-size: 38px;
}
.title-unisr {
    font-size: 28px;
}
.title-sost {
    font-size: 28px;
    line-height: 1.2;
}
.specialist-title {
    font-size: 38px;
    line-height: 1.2;
    text-align: center;
}
.autograph {
    bottom: 9px;
}
.title-instr.title-instr, .title-instr.title-instr * {
    font-size: 32px;
}
.title-com {
    font-size: 32px;
    line-height: 1.2;
}
.title-footer {
    line-height: 1.2;
    margin-bottom: 40px;
}
.bg-best .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.best__item {
    width: 48%}
.guarantee-inner {
    padding-top: 0;
}
.unisr-bg {
    min-height: auto;
}
.pos-rel {
    padding-top: 0;
}
.title-unisr {
    margin-top: 60px;
}
.title-instr, .title-instr span, .title-rezissl {
    line-height: 1.2;
}
}.about, .and_text-2, .com-p, .form-control, .guarantee-text, .instr-text1, .issl-1, .sale-end-text, .specialist-name span, .specialist-text, select {
    font-family: GothamPro, sans-serif;
}
.bl-clock-ft-p, .timer .block label {
    font-family: GothamPro, sans-serif;
}
.unisr-bg {
    -webkit-background-size: cover;
    background-size: cover;
}
.inb {
    display: inline-block;
}
@media (max-width:991px) {
    .about>div {
    float: none;
}
}@media (min-width:992px) and (max-width:1024px) {
    .sale-persent.sale-persent {
    right: 237px;
}
}@media (min-width:480px) and (max-width:767px) {
    .bg-instr .row>.col-xs-12 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.bg-instr .row>.col-xs-12>div {
    width: 250px;
}
}.bg-polzaizl_new {
    -webkit-background-size: 125% 100%;
    background-size: 125% 100%;
    min-height: auto;
}
.what-heals__wrap {
    padding-bottom: 30px;
}
.what-heals__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.what-heals__item {
    width: 20%;
    min-width: 228px;
    font-size: 0;
    text-align: center;
}
.what-heals__item-box {
    display: inline-block;
    font-size: 16px;
    padding: 20px 0;
    width: 220px;
}
.what-heals__text {
    padding-top: 10px;
}
.what-heals__text span {
    display: inline-block;
}
.what-heals {
    margin-top: 40px;
    margin-bottom: 60px;
}
@media (max-width:1199px) {
    .what-heals {
    margin-bottom: 40px;
}
}@media (max-width:991px) {
    .what-heals__item {
    width: 34%}
.what-heals {
    margin-top: 0;
    margin-bottom: 0;
}
}@media (max-width:479px) {
    .what-heals__wrap {
    padding-bottom: 0;
}
.bg-header, .bg-instr, .bg-polzaizl_new, .bg-sostav, .no-webp .bg-polzaizl, .webp .bg-polzaizl {
    background: 0 0!important;
    background-color: #f5f6f6!important;
}
.bg-footer, .rezissl-bg.pos-rel, .unisr-bg, .zakazur-bg {
    background: 0 0!important;
    background-color: #216686!important;
}
.no-webp .tovar-header, .no-webp .tovar-header_1 {
    background: url(https://e-prod.b-cdn.net//pictures/uromexil/uromexil.webp) no-repeat;
    background-size: cover;
}
.webp .tovar-header, .webp .tovar-header_1 {
    background: url(https://e-prod.b-cdn.net//pictures/uromexil/uromexil.png) no-repeat;
    background-size: cover;
}
}.render {
    content-visibility: auto;
}
footer .row {
    margin-left: auto;
    margin-right: auto;
}
.rom-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
@media (max-width:767px) {
    .rom-footer {
    flex-direction: column;
}
.rom_center, .rom_left {
    margin-bottom: 15px;
}
}

.rom_center {
    width: 100%;
}