/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

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

body {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    background-color: #F5F5F5;
}

a {
    text-decoration: none;
    color: inherit;
    font-family: inherit;
    border: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

a:active {
    outline: none;
    border: none;
}

button {
    font-family: inherit;
    color: inherit;
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.prev,
.next {
    -webkit-tap-highlight-color: transparent;
}

input {
    font-family: inherit;
    color: inherit;
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
}

input::-webkit-input-placeholder {
    opacity: 1;
}

input::-moz-placeholder {
    opacity: 1;
}

input:-ms-input-placeholder {
    opacity: 1;
}

input::-ms-input-placeholder {
    opacity: 1;
}

input::placeholder {
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

input::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

input::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

input::placeholder {
    color: inherit;
    opacity: 1;
}

input:invalid {
    -webkit-box-shadow: none;
    box-shadow: none;
}

img {
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none !important;
    -webkit-user-select: none !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
}

select::-ms-expand {
    display: none;
}

label.error {
    display: none !important;
}

input::-ms-clear {
    width: 15px;
    height: 15px;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.back {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: none;
}

.back div {
    position: absolute;
}

.back div img {
    display: block;
    width: 100%;
}

.back img {
    position: absolute;
}

.container {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    padding: 0 30px;
}

.overflow {
    position: relative;
    overflow: hidden;
}

.full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50000;
    pointer-events: none;
    opacity: 0.4;
}

.header {
    background-color: #00468D;
    margin-bottom: 50px;
}

.header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}

.header-content > div:not(:last-child) {
    position: relative;
    padding-right: 30px;
    line-height: 1;
}

.header-content > div:not(:last-child):before {
    position: absolute;
    top: 0;
    right: 15px;
    width: 2px;
    height: 100%;
    content: "";
    background-color: #fff;
}

.social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    vertical-align: middle;
    margin-bottom: 0;
    padding-left: 0;
    margin-top: 0;
}

.social-links li {
    color: #3b3b3b;
    font-size: 18px;
    line-height: 1.3em;
    margin-right: 10px;
}

.social-icon--faceboock a {
    background-color: #4875b4;
}

.social-icon--twitter a {
    background-color: #4cb6e2;
}

.social-icon--youtoobe a {
    background-color: #dd3535;
}

.social-icon--instagram a img {
    width: 100% !important;
}

.social-icon--instagram a {
    width: 41px;
    margin-right: -7px;
    margin-left: 0px;
}

.social-icon a {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    text-decoration: none;
    color: #fff;
    /* background: #4c66a4; */
    -webkit-border-radius: 2px;
    font-size: 18px;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    margin-right: 3px;
}

.social-links li span {
    display: inline-block;
    border: 1px solid #ccc;
    line-height: 1.3em;
    margin-left: 8px;
    position: relative;
    padding: 0 8px;
    font-size: 11px;
    background: #fff;
    color: #aaa;
    border-radius: 2px;
    -moz-border-radius: 2px;
    vertical-align: middle;
}

.social-links li span:before {
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    border-left: inherit;
    border-bottom: inherit;
    content: '';
    top: 8px;
    left: -4px;
    background: inherit;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.social-links li a img {
    width: auto;
    vertical-align: middle;
    border-style: none;
}

.social-links li {
    color: #3b3b3b;
    font-size: 18px;
    line-height: 1.3em;
    margin-right: 10px;
}

.social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* width: 25px; */
    /* height: 25px; */
}

.article-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333333;
}

.article-info > div:not(:last-child) {
    position: relative;
    padding-right: 30px;
    line-height: 1;
}

.article-info > div:not(:last-child):before {
    position: absolute;
    top: 0;
    right: 15px;
    width: 2px;
    height: 100%;
    content: "";
    background-color: #333333;
}

h1 {
    color: #00468D;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 500;
    margin: 0;
}

.page-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 60px;
    overflow: hidden;
}

.page-content-wrapper .content {
    width: calc(100% - 330px - 30px);
}

.sidebar {
    width: 330px;
}

.sidebar .image {
    margin: 10px 0;
}

.sidebar .image img {
    display: block;
    width: 100%;
}

.about {
    margin-top: 50px;
}

.about-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 30px;
    overflow: hidden;
}

.about-content .about-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 35px 40px 18px 40px;
    background-color: #fff;
    width: calc(100% - 370px);
}

.about-content .doctor-photo {
    width: 370px;
}

.about-content .doctor-photo img {
    display: block;
    width: 100%;
}

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

.banner--mini {
    background: #E5ECF4;
    border: 2px solid #00468D;
    text-align: center;
    border-radius: 30px;
    padding: 15px;
}

h4 {
    margin: 0;
    font-size: 24px;
    color: #00468D;
}

.red-text {
    color: red;
}

.article {
    background-color: #fff;
    border-radius: 30px;
    padding: 25px 50px;
    margin-top: 50px;
}

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

.col {
    width: 48%;
    margin-bottom: 30px;
}

.list {
    border: 2px solid #ED3900;
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.list li {
    position: relative;
    padding-left: 30px;
    margin: 10px 0;
}

.list li:before {
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/check-icon2.png") center no-repeat;
    background-size: contain;
}

.list--orange {
    background-color: #FF3D00;
    color: #fff;
    margin-bottom: 0px;
}

.list--orange li:before {
    background-image: url("../img/check-icon.png");
}

article h4 {
    margin-bottom: 15px;
}

.orange-text {
    color: #FF3D00;
}

.box-info {
    margin-bottom: 90px;
}

.col-rel {
    position: relative;
    margin-left: auto;
    min-height: 465px;
}

.col-rel .logo-abs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 40px;
    height: 110px;
    position: absolute;
    top: 0;
    left: calc(-100% - 9%);
    width: 100%;
    border-radius: 20px;
    background-color: #00468D;
    color: #fff;
}

.col-rel .logo-abs .logo-image {
    margin-right: 15px;
}

.col-rel .logo-abs .text {
    font-size: 24px;
}

.col-rel .image {
    position: absolute;
    top: 140px;
    left: calc(-100% - 9%);
    width: 100%;
}

.col .image {
    border-radius: 20px;
    overflow: hidden;
}

.col .image {
    background-color: grey;
}

.col .image img {
    display: block;
    width: 100%;
}

.banner {
    background: #E5ECF4;
    border: 10px solid #00468D;
    margin: 0;
    border-radius: 30px;
    padding: 40px 10%;
}

.banner p {
    margin-bottom: 0;
}

.banner2 {
    padding-left: 50px;
    padding-right: 50px;
}

.banner2 .banner-content {
    margin: 0;
    width: 54%;
}

.banner2 .banner-content .image-prod {
    left: calc(122% - 17%);
}

.banner2 .prod-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 20px;
}

.banner2 .text {
    font-size: 24px;
    width: calc(100% - 180px - 15px);
}

.banner2 .count-prod {
    background-color: red;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    border-radius: 10px;
    margin-left: 15px;
    color: #fff;
    width: 180px;
}

.count-prod-inner {
    font-weight: bold;
}

.color-red {
    color: red;
}

h3 {
    font-size: 30px;
    margin: 0;
    color: #FF3D00;
}

.banner-content {
    position: relative;
    text-align: center;
    width: 40%;
    margin-left: auto;
    min-height: 350px;
}

.banner-content .image-prod {
    position: absolute;
    top: calc(50% - 380px / 2);
    height: 380px;
    text-align: center;
    left: calc(-140% - 17%);
}

.banner-content .image-prod img {
    height: 100%;
}

.banner .btn-style {
    margin-top: 20px;
}

.btn-style {
    display: block;
    border-radius: 20px;
    background: -o-linear-gradient(45deg, #ee5323, #ef0000);
    background: linear-gradient(45deg, #ee5323, #ef0000);
    background-size: 200% 100%;
    background-position: 0 0;
    padding: 15px 15px;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    margin-top: 15px;
    text-align: center;
    width: 100%;
    -webkit-transition: 320ms;
    -o-transition: 320ms;
    transition: 320ms;
    position: relative;
    overflow: hidden;
}

.btn-style:before {
    position: absolute;
    top: -100px;
    left: -50%;
    content: "";

    width: 20px;
    height: 300px;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    background-color: rgba(255, 224, 25, 0.2);
    pointer-events: none;
    -webkit-animation: 2s animLine ease-in-out infinite;
    animation: 2s animLine ease-in-out infinite;
}

.btn-style:hover {
    background-position: 100% 0;
    -webkit-box-shadow: 0 10px 10px rgba(255, 235, 193, 0.1);
    box-shadow: 0 10px 10px rgba(255, 235, 193, 0.1);
}

@-webkit-keyframes animLine {
    0% {
        left: -50%;
    }

    100% {
        left: 150%;
    }
}

@keyframes animLine {
    0% {
        left: -50%;
    }

    100% {
        left: 150%;
    }
}

.btn-wrapper {
    max-width: 360px;
    margin: 40px auto 0;
}

.anim-pulse {
    -webkit-animation: 3s animPulse ease-in-out infinite;
    animation: 3s animPulse ease-in-out infinite;
}

@-webkit-keyframes animPulse {
    0%, 100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@keyframes animPulse {
    0%, 100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

.statistic {
    background: #525764;
    border-radius: 30px;
    padding: 50px;
    color: #fff;
}

.statistic .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

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

.statistic .item .text {
    position: relative;
    width: 370px;
    padding-left: 40px;
}

.statistic .item .text:before {
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.statistic-line {
    padding: 5px;
    border-radius: 30px;
    background-color: #40434B;
    width: calc(100% - 370px - 40px);
}

.statistic-line .line-inner {
    background: -webkit-gradient(linear, left top, right top, from(#DC5248), to(#D1392F));
    background: -o-linear-gradient(left, #DC5248 0%, #D1392F 100%);
    background: linear-gradient(90deg, #DC5248 0%, #D1392F 100%);
    border-radius: 30px;
    text-align: right;
    line-height: 36px;
    padding: 0 15px;
}

.statistic .item--red .line-inner,
.statistic .item--red .text:before {
    background: -webkit-gradient(linear, left top, right top, from(#DC5248), to(#D1392F));
    background: -o-linear-gradient(left, #DC5248 0%, #D1392F 100%);
    background: linear-gradient(90deg, #DC5248 0%, #D1392F 100%);
}

.statistic .item--red-light .line-inner,
.statistic .item--red-light .text:before {
    background: -webkit-gradient(linear, left top, right top, from(#F87C5A), to(#DD5834));
    background: -o-linear-gradient(left, #F87C5A 0%, #DD5834 100%);
    background: linear-gradient(90deg, #F87C5A 0%, #DD5834 100%);
}

.statistic .item--yellow .line-inner,
.statistic .item--yellow .text:before {
    background: -webkit-gradient(linear, left top, right top, from(#F7BE78), to(#EC9B38));
    background: -o-linear-gradient(left, #F7BE78 0%, #EC9B38 100%);
    background: linear-gradient(90deg, #F7BE78 0%, #EC9B38 100%);
}

.statistic .item--green .line-inner,
.statistic .item--green .text:before {
    background: -webkit-gradient(linear, left top, right top, from(#ADC869), to(#8AB028));
    background: -o-linear-gradient(left, #ADC869 0%, #8AB028 100%);
    background: linear-gradient(90deg, #ADC869 0%, #8AB028 100%);
}

.statistic .item--green-light .line-inner,
.statistic .item--green-light .text:before {
    background: -webkit-gradient(linear, left top, right top, from(#91D6C9), to(#35AD95));
    background: -o-linear-gradient(left, #91D6C9 0%, #35AD95 100%);
    background: linear-gradient(90deg, #91D6C9 0%, #35AD95 100%);
}

.statistic .item--purple .line-inner,
.statistic .item--purple .text:before {
    background: -webkit-gradient(linear, left top, right top, from(#9866D9), to(#704ABB));
    background: -o-linear-gradient(left, #9866D9 0%, #704ABB 100%);
    background: linear-gradient(90deg, #9866D9 0%, #704ABB 100%);
}

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

.dialog {
    position: relative;
    border-radius: 30px;
    padding: 25px 30px 25px 125px;
    min-height: 140px;
    margin-bottom: 30px;
}

.dialog:last-child {
    margin-bottom: 0;
}

.dialog p {
    margin: 9px 0;
}

.dialog img {
    max-width: 100%;
    border-radius: 30px;
}

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

.dialog:before {
    position: absolute;
    left: 30px;
    top: 30px;
    content: "";
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: center no-repeat;
    background-size: cover;
}

.dialog .name {
    font-weight: bold;
}

.dialog.question {
    border: 1px solid #FF3D00;
    background-color: #FFF5F2;
}

.dialog.question .name {
    color: #FF3D00;
}

.dialog.question p span {
    color: #00468D;
}

.dialog.doctor {
    border: 1px solid #00468D;
    background-color: #E5ECF4;
}

.dialog.doctor .name {
    color: #00468D;
}

.dialog.reporter:before {
    background-image: url("../img/report.jpg");
}

.dialog.doctor:before {
    background-image: url("../img/doctor-mini.jpg");
}

.new-price {
    font-size: 36px;
    color: #00FFD1;
}

.order {
    border-radius: 30px;
    background-color: #00468D;
    color: #fff;
    text-align: center;
    padding: 50px 40px 20px;
}

.order p {
    margin: 0;
}

h5 {
    font-size: 30px;
    margin: 0;
}

.color-yellow {
    color: #FFD600;
}

.form-wrapper {
    position: relative;
    width: 50%;
    margin-left: auto;
    margin-right: 3%;
}

.form-wrapper .price-info {
    margin-top: 15px;
}

.form-wrapper .image {
    position: absolute;
    top: calc(50% - 380px / 2);
    left: -98%;
    height: 380px;
}

.form-wrapper .image:before {
    position: absolute;
    top: 0;
    right: 15px;
    content: "";
    width: 169px;
    height: 78px;
    background: url("../img/labels.png") center no-repeat;
}

.form-wrapper .image img {
    height: 100%;
}

.success-part {
    margin-top: 50px;
}

.order .sale-info {
    margin-top: 10px;
    font-weight: 500;
}

.order-form {
    max-width: 360px;
    width: 100%;
    margin: 30px auto 10px;
}

.order-form .btn-style {
    background: -o-linear-gradient(45deg, #ed2400, #FF0000);
    background: linear-gradient(45deg, #ed2400, #FF0000);
}

input {
    display: block;
    border-radius: 20px;
    border: 1px solid #fff;
    width: 100%;
    height: 60px;
    padding: 0 15px;
    margin-bottom: 10px;
}

input:focus, input:active {
    border: 1px solid #FFD600;
}

.lottery-box {
    margin-top: 40px;
}

.results-info {
    text-align: center;
}

.results-info .article-row {
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
}

.results-info .col {
    background-color: #00468D;
    padding: 30px;
    border-radius: 30px;
    color: #fff;
}

.footer {
    padding: 20px 0;
}

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

.footer-list a {
    font-weight: bold;
    color: #00468D;
    margin-right: 15px;
}

.footer-list a:last-child {
    margin-right: 0;
}

@media (max-width: 1535px) {
    body {
        font-size: 18px;
    }

    .col-rel {
        min-height: 415px;
    }

    .sidebar {
        width: 315px;
    }

    .page-content-wrapper .content {
        width: calc(100% - 315px - 30px);
    }

    h1 {
        font-size: 34px;
    }

    .about-content .about-text {
        padding-left: 25px;
        padding-right: 25px;
    }

    .article {
        padding-left: 25px;
        padding-right: 25px;
    }

    .statistic {
        padding-left: 25px;
        padding-right: 25px;
    }

    .about-content .article-info-wrap {
        display: block;
    }

    .article-info {
        margin-bottom: 10px;
    }

    .banner {
        padding-left: 30px;
        padding-right: 30px;
    }

    .banner2 .text {
        width: calc(100% - 140px - 15px);
    }

    .banner2 .banner-content {
        width: 100%;
    }

    .banner2 .banner-content .image-prod {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        margin-top: 30px;
    }

    .prod-info {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .order {
        padding-left: 30px;
        padding-right: 30px;
    }

    .form-wrapper .image {
        height: 340px;
        top: calc(50% - 340px / 2);
    }
}

@media (max-width: 1365px) {
    .container {
        max-width: 1200px;
        padding: 0 15px;
    }

    .sidebar {
        display: none;
    }

    .page-content-wrapper .content {
        width: 100%;
    }

    .form-wrapper .image {
        height: 400px;
        top: calc(50% - 400px / 2);
    }

    .banner {
        padding-left: 8%;
        padding-right: 8%;
    }
}

@media (max-width: 1199px) {
    .container {
        max-width: 992px;
    }

    .banner {
        padding-left: 25px;
        padding-right: 25px;
    }

    .form-wrapper .image {
        height: 330px;
        top: calc(50% - 330px / 2);
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 768px;
    }

    h1 {
        font-size: 26px;
    }

    .about-content .about-text {
        padding-top: 20px;
        width: calc(100% - 340px);
    }

    .about-content .doctor-photo {
        width: 340px;
    }

    .article-row {
        display: block;
    }

    .col {
        width: 100%;
    }

    .box-info {
        margin-bottom: 50px;
    }

    .col-rel .logo-abs,
    .col-rel .image {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
    }

    article h4 {
        text-align: center;
    }

    .first-article-headline {
        text-align: left;
    }

    .banner-content {
        width: 100%;
    }

    .banner-content .image-prod {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        margin-top: 30px;
        margin-bottom: 30px;
        height: auto;
    }

    .banner-content .image-prod img {
        height: auto;
        width: auto;
        max-width: 100%;
    }

    .statistic .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .statistic .item .text {
        text-align: center;
        padding-left: 0;
        margin-bottom: 10px;
    }

    .statistic .item .text,
    .statistic-line {
        width: 100%;
    }

    .statistic .text:before {
        display: none;
    }

    .form-wrapper {
        width: 100%;
    }

    .form-wrapper .image {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        margin-top: 30px;
        height: auto;
        width: 100%;
        max-width: 440px;
        margin-left: auto;
        margin-right: auto;
    }

    .form-wrapper .image:before {
        width: 35%;
        background-size: contain;
    }

    .dialog {
        padding-left: 15px;
        padding-right: 15px;
    }

    .dialog:before {
        left: 15px;
    }

    .dialog .name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 95px;
        height: 85px;
    }

    .order {
        padding: 20px 15px;
    }

    .results-info .col {
        padding: 30px 20px 20px;
    }

    .form-wrapper .image img {
        max-width: 100%;
        height: initial;
    }

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

@media (max-width: 767px) {
    .header {
        margin-bottom: 30px;
    }

    h1 {
        font-size: 26px;
    }

    .about-content .about-text {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .about-content .article-info-wrap {
        margin-top: 30px;
    }

    .article {
        margin-top: 20px;
    }

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

    .article-info > div:before {
        display: none;
    }

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

    .banner {
        padding: 20px 15px;
    }

    body {
        background-color: #fff;
    }

    .article {
        padding-left: 0px;
        padding-right: 0px;
    }

    .about-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        border-radius: 0;
    }

    .about-content .doctor-photo {
        width: 420px;
        margin-left: auto;
        margin-right: auto;
    }

    .about-content .doctor-photo img {
        display: block;
        width: 100%;
        border-radius: 30px;
    }

    .prod-info {
        width: 100%;
    }

    .banner2 .count-prod {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 575px) {
    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }

    .banner2 .text {
        font-size: 24px;
    }

    .btn-style {
        font-size: 22px;
    }

    .new-price {
        font-size: 30px;
    }

    .article {
        margin-top: 0;
        padding-top: 15px;
    }

    .banner2 .prod-info {
        display: block;
    }

    .banner2 .text {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .col-rel .logo-abs .text {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .about-content .doctor-photo {
        width: 100%;
    }
}

@media (max-width: 413px) {
    body {
        font-size: 17px;
    }

    .order .sale-info {
        font-size: 18px;
    }

    input {
        height: 50px;
    }

    h1 {
        font-size: 24px;
    }

    .social-links .social-icon {
        margin-bottom: 5px;
    }

    .statistic {
        padding: 25px 10px;
    }

    .col-rel .logo-abs {
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-rel .logo-abs .text {
        font-size: 20px;
    }
}

.success-part.active {
    display: block;
}

.success-part {
    display: none;
}

.lottery-box {
    position: relative;
    width: 600px;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    z-index: 50;
}

.lottery-box:before {
    position: absolute;
    top: 29%;
    left: calc(50% - 40px);
    content: "";
    width: 80px;
    height: 80px;
    background: url("../img/lottary-cursor.png") top center no-repeat;
    background-size: contain;
    z-index: 50;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .lottery-text .text-item,
    .promo-sale span {
        color: #fff3a6;
    }
}

.text-sale-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
}

.text-sale-count span {
    display: block;
}

.text-sale-count .sale-count {
    font-weight: bold;
    font-size: 48px;
    color: #fff;
}

.lottery-round {
    -webkit-transform: rotate(-23deg);
    -ms-transform: rotate(-23deg);
    transform: rotate(-23deg);
}

.lottery-round.rotated + .lottery-btn {
    pointer-events: none;
}

.lottery-round.rotated + .lottery-btn .text-init {
    opacity: 0;
}

.lottery-round.rotated + .lottery-btn .text-sale-count {
    opacity: 1;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(-23deg);
        transform: rotate(-23deg);
    }
    100% {
        -webkit-transform: rotate(1815deg);
        transform: rotate(1815deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(-23deg);
        transform: rotate(-23deg);
    }
    100% {
        -webkit-transform: rotate(1815deg);
        transform: rotate(1815deg);
    }
}

.lottery-round {
    width: 100%;
    height: 100%;
    background: url("../img/lottary-round.png") top center no-repeat;
    background-size: contain;
}

.lottery-round.rotated {
    -webkit-transform: rotate(1821deg);
    -ms-transform: rotate(1821deg);
    transform: rotate(1821deg);
}

.lottery-btn {
    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;
    position: absolute;
    top: calc(50% - 26.658% / 2);
    left: calc(50% - 26.658% / 2);
    width: 26.658%;
    height: 26.658%;
    background-color: #00FFD1;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: 320ms;
    -o-transition: 320ms;
    transition: 320ms;
    -webkit-tap-highlight-color: transparent;
    z-index: 100;
}

.lottery-btn:before {
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    content: "";
    background-color: #FF0000;
    border-radius: 50%;

    -webkit-animation: 2.5s animPulse ease-in-out infinite;
    animation: 2.5s animPulse ease-in-out infinite;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
}

.lottery-text  {
    -webkit-animation: 2.5s animPulse ease-in-out infinite;
    animation: 2.5s animPulse ease-in-out infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.lottery-btn .text-init,
.lottery-btn .text-sale-count {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10%;
}

.lottery-text {
    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;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    font-family: Oswald, sans-serif;
    cursor: pointer;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.lottery-text .text-item {
    margin: 0 2px;
    color: #fff;
}

.lottery-items {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lottery-items .item {
    display: inline-block;
    font-size: 48px;
    font-weight: bold;
    font-family: Oswald, sans-serif;
    color: #fff;
}

.lottery-items .item:nth-child(1) {
    position: absolute;
    top: 16.6%;
    left: 69.7%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.lottery-items .item:nth-child(2) {
    position: absolute;
    top: 44.6%;
    left: 79.8%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.lottery-items .item:nth-child(3) {
    position: absolute;
    top: 72%;
    left: 69.5%;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.lottery-items .item:nth-child(4) {
    position: absolute;
    top: 83.5%;
    left: 40.7%;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.lottery-items .item:nth-child(5) {
    position: absolute;
    top: 71.6%;
    left: 13.3%;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.lottery-items .item:nth-child(6) {
    position: absolute;
    top: 44.3%;
    left: 2.7%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.lottery-items .item:nth-child(7) {
    position: absolute;
    top: 15.9%;
    left: 13.5%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.lottery-items .item:nth-child(8) {
    position: absolute;
    top: 4.7%;
    left: 42.8%;
}

.result-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    opacity: 0;
    pointer-events: none;
}

.result-popup-wrap.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    pointer-events: auto;
}

.result-popup {
    border-radius: 30px;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    width: 95vw;
    max-width: 480px;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}

.result-popup h5 {
    color: #29a429;
}

.btn-ok {
    display: block;
    width: 100%;
    max-width: 200px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 15px;
    margin: 50px auto 0;
    font-weight: bold;
    background-color: #29a429;
}

@media (max-width: 767px) {
    .lottery-box {
        width: calc(100vw - 30px);
        height: calc(100vw - 30px);
    }
}

@media (max-width: 575px) {
    .lottery-items .item {
        font-size: 6vw;
    }

    .lottery-btn:before {
        top: 2vw;
        left: 2vw;
        right: 2vw;
        bottom: 2vw;
    }

    .lottery-text .text-item {
        font-size: 5vw;
    }
}

/*------------------------------------------------------------------------------------------------*/
.reviews-wrapper {
    font-family: Tahoma, serif;
    padding-bottom: 60px;
}

.reviews-headline {
    border-bottom: 1px dashed #365398;
    color: #365398;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 14px;
    font-family: 'Tahoma', sans-serif;
}

.reviews {
    padding-bottom: 40px;
    /*max-width: 790px;*/
    width: 100%;
    /*margin-top: 30px;*/
}

.form-comment--name input {
    font-size: 14px;
}

.form-reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

.comment-photo {
    width: 64px;
    height: 64px;
    /*border-radius: 50%;*/
}

.comment-photo img {
    display: block;
    width: 100%;
    border-radius: 50%;
}

.comment-info {
    width: calc(100% - 60px - 15px);
}

.form-comment--name input {
    outline: none;
    display: block;
    width: 100%;
    max-width: 190px;
    height: 27px;
    padding: 5px 10px;
    border-radius: 0;
    border: 1px solid #ddd;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
}

.form-comment--name input:focus {
    border: 2px solid #000;
    border-radius: 4px;
}

.form-comment--text textarea {
    display: block;
    width: 100%;
    height: 58px;
    padding: 10px;
    border-radius: 0;
    border: 1px solid #ddd;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    resize: none;
    margin-top: 14px;
    font-weight: normal;
    font-size: 14px;
}

.form-comment--btn button {
    display: inline-block;
    padding: 0 5px;
    /* font-size: 16px; */
    color: #fff;
    background: #4267b2;
    border-radius: 2px;
    font-size: 14px;
    min-width: 127px;
    height: 22px;
    cursor: pointer;
    font-weight: bold;
    line-height: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid rgba(0, 0, 0, 0);
    margin-top: 15px;
}

.review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}

.review .media-left {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
    padding: 0;
}

.review .media-left img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    border-radius: 50%;
    /*width: 74px;*/
}

.content .img-responsive {
    margin: 4px 0 0;
}

.review .media-body {
    width: calc(100% - 70px - 10px);
}

.review .media-body > p {
    font-size: 14px !important;
    line-height: 19.6px;
}

.review .media-body p {
    font-weight: normal;
}

.review {
    border-bottom: 1px dashed #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 14px 0;
}

.review h4 {
    font-size: 14px !important;
    font-weight: 700;
}

.review .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    line-height: 20px;
    margin-top: 8px;
}

.review .review {
    padding-bottom: 0;
    border: none;
    width: 100%;
}

.review .separator-point {
    font-weight: normal;
    margin: 0 3px;
}

.review .media-left img {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
}

.review .media-heading {
    margin-bottom: 8px;
}

.review .media-body > p img {
    margin-top: 10px;
    max-width: 340px;
    width: 100%;
}

.rating-like {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 4px;
}

.rating-like .count {
    margin-left: 4px;
    font-size: 12px;
    color: #365398;
    font-weight: normal !important;
}

.rating .time {
    color: #365398;
    font-size: 13px;
    font-weight: normal !important;
}

.add-like,
.review-link {
    color: #365398 !important;
    font-size: 13px;
    margin-bottom: 0 !important;
    font-weight: normal;
}

.ratting .likes {
    font-size: 12px;
}

.rating-like img {
    width: 13px;
}

.add-like {
    cursor: pointer;
    margin: 0 !important;
}

.add-like.active {
    font-weight: bold !important;
}

.review-photo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 10px;
    overflow: hidden;
}

.review-photo img {
    display: block;
    width: 100%;
}

.review-body {
    width: calc(100% - 50px - 20px - 10px);
}

.review .review .review-photo {
    margin: 0 10px 0 0;
}

.review .review .review-body {
    width: calc(100% - 50px - 20px);
}

.review .user-name {
    margin-top: 0;
    color: #365398;
    font-size: 15px;
    text-align: left;
    -moz-text-align-last: left;
    text-align-last: left;
    font-weight: 700;
}

.review-inner {
    margin: 8px 0;
    font-size: 15px;
    line-height: 1.4;
}

.review a {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.review a:hover {
    text-decoration: none;
    color: red;
}

.review-photo-prod {
    display: block;
    width: 100%;
    max-width: 380px;
    margin-top: 8px;
}

@media (max-width: 575px) {
    .reviews-wrapper {
        padding-bottom: 40px;
    }

    .review-photo {
        margin-left: 0;
    }

    .review-body {
        width: calc(100% - 50px - 10px);
    }

    .review .review .review-body {
        width: calc(100% - 50px - 10px);
    }
}

.feedback-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 40px;
}

.feedback-list li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.list-item--fb {
    width: 16px;
}

.list-item--fb svg {
    position: relative;
    top: 2px;
    fill: #304591;
}

.list-item--tw {
    width: 20px;
    height: 22px;
}

.list-item--tw svg {
    position: relative;
    top: 2px;
    fill: #31adf4;
}

.list-item--in {
    width: 18px;
}

.feedback-list li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
    margin-right: 15px;
    height: 22px;
    width: 35px;
    padding-right: 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.feedback-list li img {
    display: block;
    width: 100%;
}

.review-inner > img {
    width: 100%;
    max-width: 300px;
}

@media (max-width: 991px) {
    .feedback-list {
        margin-top: 50px;
    }
}

.modal-police {
    display: none;
    padding: 20px !important;
    max-width: 780px !important;
}

.modal-police h2 {
    font-size: 24px;
}