@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local(''),
        url('../fonts/montserrat-regular.woff2') format('woff2'),
        url('../fonts/montserrat-regular.woff') format('woff');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local(''),
        url('../fonts/montserrat-700.woff2') format('woff2'),
        url('../fonts/montserrat-700.woff') format('woff');
}

nav,
section {
    display: block;
}

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

body {
    margin: 0;
}

a {
    background: transparent;
}

a:focus {
    outline: thin dotted;
}

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

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

b,
strong {
    font-weight: 700;
}

img {
    border: 0;
}

button,
input {
    margin: 0;
    font-family: inherit;
    font-size: 100%;
}

button,
input {
    line-height: normal;
}

button {
    text-transform: none;
}

button {
    cursor: pointer;
    -webkit-appearance: button;
}

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

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

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff;
}

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

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

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

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

img {
    vertical-align: middle;
}

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

h1,
h2,
h4,
h5 {
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
}

h1,
h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h4,
h5 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
}

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

.container:before,
.container:after {
    display: table;
    content: " ";
}

.container:after {
    clear: both;
}

.container:before,
.container:after {
    display: table;
    content: " ";
}

.container:after {
    clear: both;
}

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

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

.col-md-4,
.col-md-8,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

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

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

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

    .col-md-4,
    .col-md-8 {
        float: left;
    }

    .col-md-8 {
        width: 66.66666666666666%;
    }

    .col-md-4 {
        width: 33.33333333333333%;
    }
}

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





.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav:before,
.nav:after {
    display: table;
    content: " ";
}

.nav:after {
    clear: both;
}

.nav:before,
.nav:after {
    display: table;
    content: " ";
}

.nav:after {
    clear: both;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
}

.navbar:before,
.navbar:after {
    display: table;
    content: " ";
}

.navbar:after {
    clear: both;
}

.navbar:before,
.navbar:after {
    display: table;
    content: " ";
}

.navbar:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-header:before,
.navbar-header:after {
    display: table;
    content: " ";
}

.navbar-header:after {
    clear: both;
}

.navbar-header:before,
.navbar-header:after {
    display: table;
    content: " ";
}

.navbar-header:after {
    clear: both;
}

.navbar-header {
    float: left;
}

.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {

    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-nav {
    padding-top: 32px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.navbar-nav {
    float: left;
    margin: 0;
}

.navbar-nav>li {
    float: left;
}

.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-default {
    background-color: #f4f4f4;
    border-bottom: 1px solid #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
    color: #777;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent;
}

.media {
    margin-top: 15px;
}

.media-left {
    padding-right: 10px;
    flex-shrink: 0;
}

.content .media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.media,
.media .media {
    margin-top: 15px;
}

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

img {
    max-width: 100%;
}

.comments {
    background: #fff;
}

.footer {
    padding: 15px;
    background-color: #ccc;
    font-size: 20px;
    text-align: center;

}

.recent {
    margin-left: 0;
    margin-right: 0;
}

.recent p,
.recent a {
    font-family: Tahoma;
    font-size: 14px;
    margin: 0;
    line-height: 18px;
    color: #3B5998;
}

.recent p {
    font-weight: 700;
}

.media {
    margin: 0;
    padding: 8px 0;
    border-top: 1px solid #E2E2E2;
    display: flex;
}

.media.border-bottom {
    border-bottom: 1px solid #E2E2E2;
}

.media-left img {
    margin-top: 6px;
}

.content .media-body h4 a {
    font-family: Tahoma;
    font-size: 17px;
    color: #3B5998;
    margin: 0 0 5px 0;
    line-height: 14px;
    font-weight: 700;
}

.content .media-body h4 a:hover,
.content .media-body h4 a:focus {
    color: #3B5998;
}

.content .media-body p {
    font-family: Tahoma;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 1.2;
    margin: 0 0 5px 0;
}

.media-body a.bottom {
    color: #3B5998;
    font-family: Tahoma;
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 5px 0;
    font-weight: 400;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    margin-top: 0px;
}

img {
    display: inline;
}

.box-image {
    margin: 20px 0;
    text-align: center;
}

.box-image img {
    margin-bottom: 5px;
}

.qoute {
    border-top: 3px double #FF4500;
    border-bottom: 3px double #FF4500;
    padding: 20px 0;
    margin: 20px 0;
    position: relative;
}

.qoute img {
    position: absolute;
    top: calc(50% - 64px);
    left: calc(50% - 64px);
    opacity: 0.2;
}

.qoute-simple {
    border-top: 3px double #cccccc;
    border-bottom: 3px double #cccccc;
}

.main__content .qoute p {
    text-align: center;
    margin: 0 auto !important;
    width: 85%;
    font-weight: 700;
}

.heading {
    font-size: 24px;
    margin-bottom: 20px;
}

a {
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

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

.m-b-5 {
    margin-bottom: 5px !important;
}

.navbar {
    margin-bottom: 0;
}

.navbar-default {
    border-radius: 0;
}

.navbar-brand {
    padding: 0 15px;
}

.navbar-nav {
    float: left;
}

.navbar-nav>li {
    text-align: center;
}

.navbar-default .navbar-nav>li>a {
    text-shadow: none;
    color: #333333;
    font-size: 13px;
    font-weight: 700;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    text-shadow: 0px 2px 2px #777;
    color: #fff;
}

.content-box {
    background: #fff;
}

.content h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin: 30px 0 16px 0;
    color: #222;
    font-size: 40px;
    line-height: 44px;
}

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

.content p,
.content ul,
.content ol {
    font-family: "Montserrat", sans-serif;
    line-height: 1.3;
    font-size: 17px;
    color: #222;
    margin-bottom: 20px;
}

.list {
    margin-left: 20px;
}

.warning {
    text-align: center;
    border: 3px solid #ffffff;
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 20px;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
}

.warning img {
    position: absolute;
    left: calc(50% - 64px);
    top: calc(50% - 64px);
    opacity: .1;
}

.warning h2 {
    font-weight: 700;
    margin-top: 10px;
}

.warning p,
.warning h2 {
    color: #fff;
}

.warning p {
    font-size: 18px;
    line-height: 1.3;
}

.main__content .warning p {
    text-align: center;
}

.content h5 {
    font-family: "Montserrat", sans-serif;
    color: #222;
    margin: 8px 0 20px 0;
    font-size: 20px;
    line-height: 28px;
}

.content h5.pink-border-bottom {
    color: #666;
    border-bottom: 2px solid #0198bd;
    margin-bottom: 15px;
}

.content h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 1;
    color: #222;
    margin: 0 0 20px 0;
}

.content p a {
    color: #0198bd;
}

.content a {
    font-weight: 700;
}

.content p a:hover,
.content p a:focus {
    color: #0198bd;
}

.content .revival-box2 {
    margin-left: 0;
    margin-right: 0;
    border: 1px solid #ccc;
    background: #f5f9fa;
    padding: 10px 10px 10px 10px;
    margin-bottom: 15px;
}

.revival-box2 h4 {
    padding-top: 5px;
}

.revival-box2 img {
    float: left;
}

.col-md-4 {
    padding-top: 30px;
}

.order-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.order-wrap .o1 {
    width: 50%;
}

.order-wrap .o2 {
    width: 50%;
}

.no-wrap {
    white-space: nowrap;
}

.photo {
    margin-bottom: 5px;
    display: block;
}

.box-prod {
    margin: 0 auto;
}

.content p.comment__title {
    font-size: 19px;
    padding-top: 20px;
    margin-bottom: 10px;
}

.main__content p {
    text-align: justify;
}

@media screen and (max-width: 1191px) {
    .order-wrap .o1 {
        width: 40%;
    }

    .content h1 {
        font-size: 26px;
        line-height: 1.3;
    }

    .footer {
        font-size: 17px;
    }

    .heading {
        font-size: 21px;
        margin-bottom: 5px;
    }

    .qoute {
        padding: 15px 0;
    }

    .content .recent p,
    .recent a {
        padding-top: 20px;
        margin-bottom: 10px;
    }

    .warning p {
        font-size: 17px;
    }

    .warning h2 {
        font-size: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content h1 {
        font-size: 24px;
    }
}

@media all and (max-width: 991px) {

    .navbar-brand img {
        width: 85px;
        margin-bottom: -1px;
    }

    .navbar-nav {
        padding-top: 7px;
    }

    .sidebar {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .order-wrap {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin-top: 0;
    }

    .order-wrap .o1 {
        width: 100%;
    }

    .order-wrap .o2 {
        width: 100%;
    }

    .content h1 {
        font-size: 22px;
    }

    .header__menu {
        display: none;
    }

    .navbar-header {
        display: flex;
        float: none;
        margin: 0 auto;
    }

    .heading {
        font-size: 19px;
    }

    .main__content p {
        text-align: left;
    }

    .main__content h4 {
        font-size: 19px;
    }
}

.prices {
    align-items: center;
    justify-content: center;
    display: flex;
    display: -ms-flexbox;
    font-size: 28px;
}

.prices .old-price {
    margin-right: 30px;
    color: #4e4e4e;
}

p.price-text {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
}

.old-price span {
    text-decoration: line-through;
}

.main-price {
    color: #000;
    font-weight: 700;
    text-align: center;
}

.orderForm {
    max-width: 300px;
    margin: 0 auto;
}

.orderForm input,
.orderForm select {
    width: 100%;
    height: 40px;
    padding-left: 20px;
    border-radius: 20px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-weight: 400;
    transition: all .4s;
}

.orderForm input:focus,
.orderForm select:focus {
    box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.2);
}

.border-bottom {
    border-bottom: 1px solid #E2E2E2;
}

.main-link {
    display: block;
    margin: 0 auto;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 18px;
    background-color: #D2691E;
    color: #fff;
    border: 0;
    transition: all .3s;
    width: 100%;
    font-weight: 700;
}

.main-link:hover {
    box-shadow: 3px 2px 10px rgba(244, 164, 96, 1);
}

.bottom-btn {
    max-width: 300px;
    text-align: center;
    margin: 20px auto;
}

.bottom-btn:hover,
.bottom-btn:focus {
    color: #fff !important;
}

@media only screen and (max-width: 1024px) {
    .content h1 {
        margin: 10px 0;
    }

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

    .navbar-brand {
        margin: 0 auto;
        display: block;
        float: left;
    }
}

::-ms-clear {
    display: none;
}

* {
    -webkit-tap-highlight-color: transparent;
}

#comebacker_main_div {
    display: none !important;
    height: 0px !important;
}

html {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

a:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

*:focus,
*:visited,
*:active,
*:hover {
    outline: 0 !important;
}

a,
a:focus,
a:visited,
a:active,
a:hover {
    outline: 0 !important;
}

*::-moz-focus-inner {
    border: 0;
    outline: none;
}

button::-moz-focus-inner {
    border: none;
}

*:not(#fake) {
    outline: none;
}

input:invalid {
    box-shadow: none;
}