@import url("https://fonts.googleapis.com/css?family=Open+Sans");

body {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    background: url(../img/bg.jpg) repeat;
}

img {
    max-width: 100%;
}

a {
    color: #bc277d;
    font-weight: bold;
}

a:hover, a:focus {
    color: #000;
}

h1 {
    color: #bc277d;
    font-size: 25px;
    line-height: 28px;
}

h2 {
    color: #000;
    font-size: 20px;
    line-height: 23px;
    padding-bottom: 10px;
}

h3 {
    color: #bc277d;
    font-size: 18px;
    line-height: 20px;
}
#hdr {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(127, 127, 127, 0.9);

    color: white;
    padding: 10px 0;
    font-size: 19px;
    text-transform: uppercase;
    z-index: 10;
}
#ftr {
    position: fixed;
    color: #000;
    font-size: 16px;
    bottom: -1px;
    left: 0;
    right: 0;
    background: rgba(127, 127, 127, 0.9);

    text-align: center;
    display: none;
    z-index: 10;
    padding: 10px 0;
}
.btn3 {
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    color: #fff;
    background-color: #a71414;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-transform: uppercase;
}
.btn3:hover{
    text-decoration: none;
}
@media (max-width: 440px) {
    h1 {
        font-size: 20px;
        line-height: 23px;
    }

    h2 {
        font-size: 18px;
        line-height: 21px;
    }
}

ol {
    font-weight: bold;
}

.color-red {
    color: #f00;
}

#wrapper {
    background: url(../img/bg-top.jpg) repeat-x;
}

#header {
    color: #fff;
}

#header .mob-menu {
    padding: 10px 0 0;
    line-height: 39px;
    font-size: 0;
}

#header .mob-menu .user-city {
    font-size: 15px;
    vertical-align: middle;
}

#header .mob-menu .burger {
    display: inline-block;
    width: 35px;
    vertical-align: middle;
}

#header .mob-menu .burger span {
    display: block;
    margin: 5px 0;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background: #fff;
}

#header .logobar {
    margin: 10px 0;
    font-size: 12px;
    text-transform: uppercase;
}

#header .logobar a {
    color: #fff;
    text-decoration: none;
}

#header .logobar a:hover, #header .logobar a:active {
    color: #fff;
    text-decoration: none;
}

#header .logobar .logo {
    margin-top: 20px;
    text-align: center;
}

@media (max-width: 1199px) {
    #header .logobar .logo {
        margin-top: 0;
    }
}

#header .logobar .logo img {
    display: inline;
    margin-bottom: 3px;
}

#header #menubar {
    margin: 10px 0;
}

#header #menubar ul {
    float: left;
    padding: 0;
    margin: 0;
    line-height: 36px;
}

#header #menubar ul li {
    display: inline-block;
    position: relative;
}

#header #menubar ul li a {
    padding: 7px 19px;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
}

#header #menubar ul li a:hover {
    text-decoration: none;
    border: 1px solid #ded8e1;
    background: #fff;
    color: #bc277d;
}

#header #menubar ul li a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    border: 5px solid transparent;
    border-top: 5px solid #fff;
}

#header #menubar .menubar__search {
    float: right;
    width: 155px;
    line-height: 36px;
}

#header #menubar .menubar__search input {
    width: 100%;
    height: 36px;
    padding: 0 15px;
    border: 1px solid #fff;
    border-radius: 30px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAANCAYAAACgu+4kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAARFJREFUeNqU079LAnEYx/E7bfVHOugSUejQ4ujoWKiLEIjR4Bj9BblIXENLTk02uri4+heIIAiCaNAWTUIggpThkvZ+4FGOw7vwgRcPd1/uc899785cLxYGZaKAS5xihgFeMDE8yiRALraQQwevOEQev7jBu1dAlv6gIW3bWgR1DbnGaleADyX0HBcb+hg1JJFym0ACjjF2WR9qP/EK+EbYZT2q/csrQMY/141zVhFrfX6/2ybG6U184gkjhHCFsr5iqTdU8eEMkH6GRxzZ1mT3G0ggo+eWeEZLJ9sGSB0grR/SHH2dKoAKLmzhPX3tU3vAfyUBdwjqsdzE2idAKoZ7nVTqZ9+AzX8jG3yL7p8AAwDahErLUJ7N7wAAAABJRU5ErkJggg==) 120px center no-repeat;
}

#header #menubar .menubar__search input:focus {
    outline: none;
}

#mainbar {
    padding: 0 15px 15px;
    border-radius: 12px;
    background: #fff;
}

#mainbar article img {
    display: block;
    margin: 15px auto;
}

#mainbar__header {
    margin: 0 -15px;
    padding: 15px;
    border-radius: 12px 12px 0 0;
    background-color: #f0e8f5;
}

#mainbar__header .breadcrumbs ul {
    font-size: 0;
    line-height: 24px;
    padding: 0;
}

#mainbar__header .breadcrumbs ul li {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    line-height: 46px;
    margin-right: 26px;
    font-size: 19px;
}

#mainbar__header .breadcrumbs ul li:after {
    content: " >";
    top: 0;
    right: -20px;
    color: #9f9aa2;
    position: absolute;
}

#mainbar__header .breadcrumbs ul li:first-child {
    width: 65px;
    height: 46px;
    background: url("../img/crumbs.png") center center no-repeat;
}

#mainbar__header .breadcrumbs ul li:last-child {
    margin-right: 0;
}

#mainbar__header .breadcrumbs ul li:last-child:after {
    display: none;
}

#mainbar__header .breadcrumbs ul li a {
    font-weight: normal;
}

@media (max-width: 630px) {
    #mainbar__header .breadcrumbs ul li {
        font-size: 16px;
    }
}

@media (max-width: 530px) {
    #mainbar__header {
        padding: 0 5px;
    }

    #mainbar__header .breadcrumbs ul li {
        margin-right: 12px;
        font-size: 9px;
    }

    #mainbar__header .breadcrumbs ul li:first-child {
        width: 39px;
        height: 30px;
        background-size: contain;
        margin-right: 3px;
    }

    #mainbar__header .breadcrumbs ul li:first-child:after {
        display: none;
    }

    #mainbar__header .breadcrumbs ul li:after {
        right: -9px;
    }
}

#mainbar .quote {
    padding: 10px;
    border-radius: 10px;
    font-style: italic;
    background: #f8f2fa;
}

#mainbar .quote__sign {
    text-align: right;
}

#mainbar .quote p {
    margin: 0;
}

#mainbar .quote2 {
    padding: 10px 0;
    border: 2px solid #dcd5df;
    border-left: none;
    border-right: none;
    font-weight: bold;
    font-style: italic;
}

#mainbar .thumbnail {
    text-align: center;
    font-weight: bold;
    margin: 15px 0;
}

#mainbar .thumbnail img {
    margin: 0 auto 3px;
}

#mainbar .illustration {
    margin: 0 auto;
    position: relative;
    max-width: 412px;
    overflow: hidden;
}

#mainbar .illustration img {
    margin: 0 auto;
}

#mainbar .illustration__sign1 {
    position: absolute;
    width: 100px;
    text-align: center;
    font-weight: bold;
    line-height: 0.8;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 7px;
    top: 92px;
    left: 13px;
}

#mainbar .illustration__sign2 {
    position: absolute;
    width: 100px;
    text-align: center;
    font-weight: bold;
    line-height: 0.8;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 13px;
    bottom: 31px;
    left: 2px;
}

@media (max-width: 442px) {
    #mainbar .illustration__sign2 {
        font-size: 10px;
        bottom: 21px;
    }
}

#mainbar .illustration__sign3 {
    position: absolute;
    width: 100px;
    text-align: center;
    font-weight: bold;
    line-height: 0.8;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 13px;
    bottom: 31px;
    left: 158px;
}

@media (max-width: 442px) {
    #mainbar .illustration__sign3 {
        font-size: 10px;
        bottom: 21px;
    }
}

#mainbar .illustration__sign4 {
    position: absolute;
    width: 100px;
    text-align: center;
    font-weight: bold;
    line-height: 0.8;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 13px;
    bottom: 31px;
    right: 17px;
}

@media (max-width: 442px) {
    #mainbar .illustration__sign4 {
        font-size: 10px;
        bottom: 21px;
    }
}

@media (max-width: 442px) {
    #mainbar .illustration {
        max-width: 250px;
    }

    #mainbar .illustration__sign1 {
        top: 45px;
        left: 21px;
    }

    #mainbar .illustration__sign1 span {
        width: 47px;
        height: 47px;
        padding: 15px 0;
        display: table-cell;
        vertical-align: middle;
        border: 2px solid #848586;
        border-radius: 50%;
        background: #fff;
    }

    #mainbar .illustration__sign2 {
        left: -18px;
        bottom: 18px;
    }

    #mainbar .illustration__sign3 {
        left: 77px;
        bottom: 18px;
    }

    #mainbar .illustration__sign4 {
        right: -10px;
        bottom: 18px;
    }
}

#mainbar .results {
    padding: 0 10px 10px;
    border: 1px solid #dcd5df;
    max-width: 600px;
    margin: 0 auto;
}

#mainbar .results__item {
    margin-top: 10px;
}

#mainbar .results__photo {
    float: left;
    max-width: 200px;
    margin: 4px 10px 0 0;
    text-align: center;
    font-weight: bold;
    font-size: 0;
}

#mainbar .results__photo div {
    line-height: 40px;
}

#mainbar .results__photo div span {
    font-size: 18px;
    vertical-align: middle;
}

#mainbar .results__photo img {
    display: block;
    margin: 0 auto;
}

#mainbar .results p {
    margin: 0;
    padding: 40px 0 0;
    font-style: italic;
}

@media (max-width: 460px) {
    #mainbar .results__photo {
        float: none;
        margin: 0 auto;
        max-width: 100%;
    }

    #mainbar .results p {
        padding-top: 10px;
    }
}

#mainbar .offerbar h2 {
    text-align: center;
    color: #666666;
    font-weight: normal;
    font-size: 18px;
    border-bottom: 4px dotted #afadae;
    margin-bottom: 20px;
}

#mainbar .offerbar h3 {
    text-align: center;
    color: #ff33cc;
    font-weight: bold;
}

#mainbar .offerbar__line {
    margin: 10px auto;
    padding: 0.5% 1%;
    background: #effff7 none repeat scroll 0 0;
    border: 1px dotted black;
}

#mainbar .offerbar__line img {
    display: inline;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

#mainbar .offerbar__step {
    border: 1px solid #cccccc;
    padding: 10px;
}

#mainbar .offerbar__step h2 {
    border: none;
    font-weight: bold;
    color: #000;
}

#mainbar .offerbar__step h3 {
    color: #000;
}

#mainbar .socialsbar {
    margin: 10px 0;
    padding: 0;
    text-align: center;
}

#mainbar .socialsbar li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#mainbar .socialsbar li a {
    display: block;
    width: 100%;
    height: 100%;
}

#mainbar .socialsbar__fb {
    width: 24px;
    height: 20px;
    background: url(../img/socials.png) 24px 0;
}

#mainbar .socialsbar__g {
    width: 32px;
    height: 20px;
    background: url(../img/socials.png) 61px 0;
}

#mainbar .socialsbar__tw {
    width: 23px;
    height: 20px;
    background: url(../img/socials.png) 0 0;
}

#mainbar .socialsbar .socialsbar__likes {
    position: relative;
    margin-left: -9px;
    border: 1px solid #cbcbcb;
    height: 20px;
    padding: 0 5px;
    border-radius: 4px;
    text-align: center;
}

#mainbar .socialsbar .socialsbar__likes:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 1px solid #cbcbcb;
    border-left: 1px solid #cbcbcb;
    top: calc(50% - 3px);
    left: -4px;
    transform: rotate(-45deg);
    background: #fff;
}

#mainbar .socialsbar .socialsbar__likes a {
    color: #000;
    font-size: 0;
    font-weight: normal;
    line-height: 20px;
}

#mainbar .socialsbar .socialsbar__likes a:hover {
    text-decoration: none;
}

#mainbar .socialsbar .socialsbar__likes a span {
    font-size: 12px;
    vertical-align: middle;
}

#sidebar {
    border-radius: 12px;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

#sidebar p {
    margin: 5px 0 25px;
    font-style: italic;
}

#sidebar .sidebar__link {
    margin-bottom: 15px;
    text-decoration: underline;
    text-align: center;
}

#sidebar .order-btn a div {
    -webkit-border-radius: 30px/50%;
    -moz-border-radius: 30px/50%;
    border-radius: 30px/50%;
}

#sidebar .order-btn a div div {
    -webkit-border-radius: 30px/50%;
    -moz-border-radius: 30px/50%;
    border-radius: 30px/50%;
}

#sidebar .order-btn a div div span {
    -webkit-border-radius: 30px/50%;
    -moz-border-radius: 30px/50%;
    border-radius: 30px/50%;
    padding: 5px;
    font-size: 18px;
    max-width: 230px;
}

#footer {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #bc277d;
    padding-bottom: 30px;
    background: #f0e8f5;
}

#footer .footer__logo a:hover {
    text-decoration: none;
}

#footer .copyright {
    display: block;
    margin-top: -25px;
    font-weight: normal;
    color: #9b969e;
}

.order-btn {
    margin: 30px auto;
    text-align: center;
}

.order-btn > a > div {
    display: inline-block;
    padding: 6px;
    background: #ab1a0a;
    background: linear-gradient(to top, #761106, #dc200c);
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
    -webkit-border-radius: 60px/50%;
    -moz-border-radius: 60px/50%;
    border-radius: 60px/50%;
}

.order-btn > a > div:hover {
    transform: scale(1.1);
}

.order-btn > a > div > div {
    padding: 5px;
    background: #ab1a0a;
    background: linear-gradient(to top, #db210d, #7c1106);
    -webkit-border-radius: 60px/50%;
    -moz-border-radius: 60px/50%;
    border-radius: 60px/50%;
}

.order-btn > a > div > div > span {
    display: inline-block;
    vertical-align: middle;
    max-width: 350px;
    line-height: 1.2;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 4px #000;
    padding: 20px 10px;
    background: #ab1a0a;
    background: linear-gradient(to top, #db210d, #981608, #d4b1ad);
    -webkit-border-radius: 60px/50%;
    -moz-border-radius: 60px/50%;
    border-radius: 60px/50%;
}

@media (max-width: 420px) {
    .order-btn > a > div > div > span {
        font-size: 16px;
    }
}
@media (max-width: 480px) {
  #hdr {
    padding: 10px;
  }
  .mob-hidden {
        display: none;
    }
}
@media (max-width: 420px) {
    .offerbar .order-btn > a > div > div > span {
        font-size: 12px;
    }
    
}

.ac_footer {
  padding: 50px 0 80px;
}