.header {
    overflow-x: hidden;
}
.header__top-wrapper {
    background-color: #ededed;
    background: -o-linear-gradient(335deg,  #ededed 0%,  #ededed 75%,  #6e7774 75%,  #fff 75%,  #fff 100%);
    background: linear-gradient(115deg,  #ededed 0%,  #ededed 75%,  #6e7774 75%,  #fff 75%,  #fff 100%);
}
.header__top {
    min-height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__top-logo {
    height: 36px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.header__top-logo img {
    height: inherit;
}
.header__top-logo span {
    font-weight: 300;
    font-size: 12px;
}
.header__top-pay img {
    height: 36px;
}
.header__top-basket {
    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-left: 14px;
}
.top-basket__amount {
    position: relative;
    margin-top: 5px;
    margin-right: 24px;
}
.top-basket__amount span {
    content: '';
    position: absolute;
    left: 6px;
    top: -3px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-color: #6e6c83;
    color: #f1f1f1;
    font-size: 10px;
    line-height: 19px;
    text-align: center;
}
.top-basket__text {
    font-size: 18px;
    color: #58595b;
    text-align: right;
}
.top-basket__price {
    color: #fe565d;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    padding-left: 28px;
}
.top-basket__price::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 21px;
    height: 23px;
    background-image: url(../images/header/zloty.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.header__content-wrapper {
    min-height: 275px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 -1px 4px #dddddd;
}
.header__content {
    padding-top: 20px;
}
.header__content-main {
    margin-right: 50px;
    padding-top: 20px;
}
.header__content-text p {
    max-width: 900px;
    text-transform: uppercase;
    font-weight: 900;
    color: #58566f;
    font-size: 52px;
    line-height: 1;
}
.header__content-text p:last-child {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}
.header__content-call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header__content-phone {
    height: 62px;
    margin: 19px 15px;
}
.header__content-phone img{
    height: inherit;
}
.header__content-hours {
    height: 80px;
    margin: 10px 0 10px 20px;
}
.header__content-hours img{
    height: inherit;
}
.header__bottom-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 10px;
}
.header__bottom-post img, .header__bottom-sequrity img {
    height: 25px;
}
.header__brands-inner {
    min-height: 80px;
    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;
}
.header__brands-inner img {
    margin: 0 5px;
}
.header__brands-inner img:nth-child(5) {
    padding-bottom: 17px;
}
.header__menu-wrapper {
    background-color: #fe565d;
    position: relative;
}
.header__menu-list {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
}
.header__menu-item {
    padding: 10px 26px;
    border-left: 1px solid #fff;
    position: relative;
}
.header__menu-item::before, .header__menu-item::after {
    opacity: 0;
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #eae9ec;
    z-index: 2;
}
.header__menu-item::before {
    left: -1px;
}
.header__menu-item::after {
    right: -1px;
}
.header__menu-item:last-child {
    border-right: 1px solid #fff;
}
.header__menu-item>a {
    position: relative;
    font-size: 20px;
    padding: 12px 0 12px 25px;
    text-align: center;
}
.header__menu-item>a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
}
.header__menu-item:hover, .header__menu-item:active {
    background-color: #eae9ec;
    color: #ee575e;
}
.header__menu-item:hover::after, .header__menu-item:hover::before, .header__menu-item:active::after, .header__menu-item:active::before {
    opacity: 1;
}
.header__menu-home a::before {
    background-image: url(../images/header/menu/home.svg);
    top: 13px;
}
.header__menu-home:hover a::before, .header__menu-home:active a::before {
    background-image: url(../images/header/menu/home_hover.svg);
}
.header__menu-question a::before {
    background-image: url(../images/header/menu/question.svg);
    top: 17px;
}
.header__menu-question:hover a::before, .header__menu-question:active a::before {
    background-image: url(../images/header/menu/question_hover.svg);
}
.header__menu-cart a::before {
    background-image: url(../images/header/menu/shopping_cart.svg);
    top: 17px;
}
.header__menu-cart:hover a::before, .header__menu-cart:active a::before {
    background-image: url(../images/header/menu/shopping_cart_hover.svg);
}
.header__menu-delivery a::before {
    background-image: url(../images/header/menu/car.svg);
}
.header__menu-delivery:hover a::before, .header__menu-delivery:active a::before {
    background-image: url(../images/header/menu/car_hover.svg);
}
.header__menu-user a::before {
    background-image: url(../images/header/menu/user.svg);
    top: 14px;
}
.header__menu-user:hover a::before, .header__menu-user:active a::before {
    background-image: url(../images/header/menu/user_hover.svg);
}
.header__menu-pill>a::before {
    background-image: url(../images/header/menu/pill.svg);
}
.header__menu-pill:hover>a::before, .header__menu-pill:active>a::before {
    background-image: url(../images/header/menu/pill_hover.svg);
}
.header__menu-blog a::before {
    background-image: url(../images/header/menu/edit.svg);
}
.header__menu-blog:hover a::before, .header__menu-blog:active a::before {
    background-image: url(../images/header/menu/edit_hover.svg);
}
.main {
    padding-top: 40px;
    padding-bottom: 60px;
}
.main .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main__sidebar {
    width: 300px;
}
.main__sidebar-item {
    width: inherit;
    background-color: #f8f8fa;
    border-radius: 5px;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.sidebar-item__title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #58566f;
    padding: 20px 5px 18px;
    text-align: center;
    margin-bottom: 13px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid #fe565d;
}
.sidebar-item__title:hover,
.sidebar-item__title:active{
    border-top-color: #fe565d;
}
.sidebar-item__subtitle {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #58566f;
    padding: 12px 10px 12px 52px;
    position: relative;
}
.sidebar-item__subtitle::before {
    content: '';
    position: absolute;
    left: 13px;
    top: 6px;
    width: 31px;
    height: 31px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sidebar-item__viagra::before {
    background-image: url(../images/icons_sidebar/viagra.png);
}
.sidebar-item__cialis::before {
    background-image: url(../images/icons_sidebar/cialis.png);
}
.sidebar-item__levitra::before {
    background-image: url(../images/icons_sidebar/levitra.png);
}
.sidebar-item__kamagra::before {
    background-image: url(../images/icons_sidebar/kamagra.png);
}
.sidebar-item__female-viagra::before {
    background-image: url(../images/icons_sidebar/female-viagra.png);
}
.sidebar-item__viagrajelly::before {
    background-image: url(../images/icons_sidebar/viagra-jelly.png);
}
.sidebar-item__viagrapro::before {
    background-image: url(../images/viagra-pro.png);
}
.sidebar-item__viagrasoft::before {
    background-image: url(../images/viagra-soft.png);
}
.sidebar-item__viagrasuper::before {
    background-image: url(../images/viagra-super-active.png);
}
.sidebar-item__kamagra-jelly::before {
    background-image: url(../images/icons_sidebar/kamagra-jelly.png);
}
.sidebar-item__kamagragold::before {
    background-image: url(../images/icons_sidebar/kamagra.png);
}
.sidebar-item__super-kamagra::before {
    background-image: url(../images/icons_sidebar/super-kamagra.png);
}
.sidebar-item__cenforce::before {
    background-image: url(../images/icons_sidebar/cenforce.png);
}
.sidebar-item__super-p-force::before {
    background-image: url(../images/icons_sidebar/super-p-force.png);
}
.sidebar-item__vidalista::before {
    background-image: url(../images/icons_sidebar/vidalista.png);
}
.sidebar-item__tadapox::before {
    background-image: url(../images/tadapox.png);
}
.sidebar-item__priligy::before {
    background-image: url(../images/icons_sidebar/priligy.png);
}

.sidebar-item__subtitle:hover, .sidebar-item__subtitle:active {
    background-color: #fff;
    color: #fe565d;
    font-weight: 700;
}

.main__content {
    width: 100%;
    margin-left: 40px;
}
.main__content-info {
    background-color: #f8f8fa;
    padding: 15px;
}
.main__content-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.main__content-item {
    border-radius: 5px;
    width: 31%;
    background-color: #fff;
    text-align: center;
    margin: 0 0 15px 5px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    position: relative;
}
.main__content-item::before {
    content: "";
    position: absolute;
    top: -1.5px;
    bottom: -1.5px;
    left: -1.5px;
    right: -1.5px;
    background: -webkit-gradient(linear,  left top,  left bottom,  from(#6e6c83),  to(#e2e2e2));
    background: -o-linear-gradient(top,  #6e6c83 0%,  #e2e2e2 100%);
    background: linear-gradient(to bottom,  #6e6c83 0%,  #e2e2e2 100%);
    border-radius: 5px;
    z-index: -1;
}
.main__content-item:hover, .main__content-item:active {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 2;
    -webkit-box-shadow: 0px 0px 18.8px 1.2px rgba(66, 66, 66, 0.69);
    box-shadow: 0px 0px 18.8px 1.2px rgba(66, 66, 66, 0.69);
    margin-bottom: 0;
    border: 2px solid #fe565d;
}
.main__content-item:hover::before, .main__content-item:active::before {
    background: #fff;
}
.main__content-item:hover .content-item__name, .main__content-item:active .content-item__name {
    background-color: #fff;
    color: #fe565d;
    font-size: 22px;
}
.main__content-item:hover .content-item__image img, .main__content-item:active .content-item__image img {
    border: 1.5px solid #c5c5c5;
    border-radius: 5px;
}
.main__content-item:hover span, .main__content-item:active span {
    background-color: #fe565d;
    right: -15px;
}
.main__content-item:hover .content-item__price, .main__content-item:active .content-item__price {
    color: #fe565d;
    font-size: 25px;
}
.main__content-item:hover .content-item__text, .main__content-item:active .content-item__text {
    font-size: 13px;
}
.content-item__name {
    font-size: 20px;
    font-weight: 700;
    padding: 22px 0 20px;
    background-color: #6e6c83;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.content-item__image {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.content-item__image img {
    margin-top: 27px;
    border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.content-item__image span {
    text-transform: none;
    position: absolute;
    font-weight: 400;
    top: 15px;
    right: -13px;
    background-color: #58566f;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    font-size: 14px;
    padding: 10px 12px 9px 15px;
}
.content-item__price{
    font-size: 24px;
    color: #58595b;
}
.content-item__text{
    font-size: 12px;
    color: #9f9f9f;
}
.content-item__btn {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    padding: 18px 5px 18px 20px;
    width: 70%;
    border: 2px solid #fff;
    border-radius: 5px;
    background-color: #fe565d;
    margin: 28px 0;
    position: relative;
}
.content-item__btn::before {
    content: '';
    position: absolute;
    left: 60px;
    top: 21px;
    width: 19px;
    height: 20px;
    background-image: url(../images/cart.png);
    background-repeat: no-repeat;
    z-index: 5;
}
.content-item__btn:hover, .content-item__btn:active {
    background-color: #ff8127;
}
.content-info__title, .content-info__category {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 22px;
    padding-left: 68px;
    position: relative;
}
.content-info__title::before {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    top: 4px;
    left: 10px;
    background-image: url(../images/pillow.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.content-info__category {
    font-style: italic;
    padding-left: 5px;
    padding-top: 20px;
    font-size: 26px;
}
.main__content-product{
    border-radius: 5px;
    background-color: #f9f9f9;
    border: 0.5px solid #ddd;
}
.main__content-image {
    display: none;
    width: 25%;
    margin-left: 20px;
    float: right;
}
.main__content-image img {
    width: 100%}
.main__content-image__right {
    margin-left: 0;
    margin-right: 20px;
    float: left;
}
.main__content-image__full {
    width: 100%;
    margin-bottom: 15px;
}
.main__content-image__full img {
    width: inherit;
    border-radius: 5px;
}
.content-info__text {
    display: none;
}
.content-info__text.product__text{
    display: block;
}
.content-info__text p {
    text-align: justify;
    padding-bottom: 8px;
}
.content-info__text a {
    text-decoration: underline;
}
.content-info__text ul {
    padding-bottom: 8px;
}
.content-info__text ul li {
    list-style: none;
    padding-left: 30px;
    position: relative;
    margin-left: 20px;
    line-height: 1.5;
}
.content-info__text ul li::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background-image: url(../images/check.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.content-info__text span {
    font-weight: 700;
	font-style:italic;
}
.content-info__text.content-info__text-full {
    display: block;
}
.content-info__subtitle {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    padding: 22px 7px 20px 60px;
    margin-top: 15px;
    margin-bottom: 10px;
    background-color: #eae9ec;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}
.content-info__subtitle::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    top: 25px;
    left: 17px;
    background-image: url(../images/pills.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.content-info__subtitle:hover {
    color: #ee575e;
    text-decoration: underline;
}
.content-info__subtitle:hover::before {
    background-image: url(../images/pills_hover.svg);
}
.content-info__subtitle-ask {
    font-size: 21px;
}
.content-info__tab.content-info__tab--active .content-info__text, .content-info__tab.content-info__tab--active .main__content-image {
    display: block;
}
.content-info__tab.content-info__tab--active .content-info__subtitle {
    background-color: transparent;
}
.content-info__tab.content-info__tab--active .content-info__subtitle::before {
    background-image: url(../images/pills_active.svg);
}
.footer {
    min-height: 400px;
    background-color: #30384d;
    font-size: 18px;
    color: #fff;
    padding-bottom: 30px;
}
.footer__pharms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 60px;
    margin-bottom: 50px;
}
.footer__pharms-item {
    display: inline-block;
    width: 140px;
    height: 90px;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.footer__pharms-item_1 {
    background-image: url(../images/footer/pharm-1.jpg);
}
.footer__pharms-item_1:hover, .footer__pharms-item_1:active {
    background-image: url(../images/footer/pharm-1_hover.jpg);
}
.footer__pharms-item_2 {
    background-image: url(../images/footer/pharm-2.jpg);
}
.footer__pharms-item_2:hover, .footer__pharms-item_2:active {
    background-image: url(../images/footer/pharm-2_hover.jpg);
}
.footer__pharms-item_3 {
    background-image: url(../images/footer/pharm-3.jpg);
}
.footer__pharms-item_3:hover, .footer__pharms-item_3:active {
    background-image: url(../images/footer/pharm-3_hover.jpg);
}
.footer__pharms-item_4 {
    background-image: url(../images/footer/pharm-4.jpg);
}
.footer__pharms-item_4:hover, .footer__pharms-item_4:active {
    background-image: url(../images/footer/pharm-4_hover.jpg);
}
.footer__pharms-item_5 {
    background-image: url(../images/footer/pharm-5.jpg);
}
.footer__pharms-item_5:hover, .footer__pharms-item_5:active {
    background-image: url(../images/footer/pharm-5_hover.jpg);
}
.footer__pharms-item_6 {
    background-image: url(../images/footer/pharm-6.jpg);
}
.footer__pharms-item_6:hover, .footer__pharms-item_6:active {
    background-image: url(../images/footer/pharm-6_hover.jpg);
}
.footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
}
.footer__content-about {
    padding-right: 30px;
    width: 50%}
.footer__content-politic {
    padding-right: 30px;
    width: 50%}
.footer__content-item {
    display: block;
    margin: 15px 0;
}
.footer__bottom {
    line-height: 1.7;
}
.footer__bottom p {
    margin-top: 10px;
}
.goto-up{
    position: fixed;
    display: none;
    bottom: 5.5%;
    right: 88px;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    background-color: rgba(256, 256, 256, .5);
    border: 1px solid #363636;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
.goto-up img{
    width: 20px;
    height: 20px;
}
.main__content-product{
    padding-bottom: 10px;
}
.content-product__title {
    font-size: 24px;
    font-weight: 900;
    color: #fe565d;
    text-transform: uppercase;
    padding: 28px 0 20px;
    margin: 0 10px;
}
.content-product__info {
    padding: 15px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product__info-image>img {
    margin-left: 18px;
}
.product__info-wrapper{
    width: 100%;
}
.product__info-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}
.product__info-inner:first-child{
    margin-top: 20px;
}
.product__info-bottom{
    max-width: 100%;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
}
.product__info-bottom .product__info-title{
    width: 25%;
}
.product__info-title .product__info-text{
    width: 75%;
}
.product__info-title {
    font-size: 16px;
    font-weight: 900;
    color: #58566f;
    text-transform: uppercase;
    width: 40%;
    text-align: right;
    margin-top: 2px;
}
.product__info-text {
    font-size: 16px;
    padding-left: 10px;
}
.product__info-text img{
    height: 26px;
}
.product__info-text p{
    display: inline-block;
    vertical-align: top;
}
.product__info-pill {
    height: 200px;
    border: 1px solid #58566f;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-right: 7px;
}
.product__info-pill img {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}
.content-info__text.product__text {
    font-size: 18px;
    padding: 35px 0;
}
.content-info__text.product__text-notice {
    font-size: 14px;
    font-style: italic;
    margin: 10px 0;
}
.contacts__form {
    min-height: 250px;
    font-size: 16px;
    width: 100%;
    color: inherit;
    margin-top: 20px;
}
.contacts__form input, .contacts__form button, .contacts__form textarea {
    color: inherit;
    font-size: inherit;
    width: inherit;
    display: block;
    margin-bottom: 20px;
    border: 2px solid #fe565d;
    border-radius: 5px;
    padding: 15px;
    background-color: transparent;
}
.contacts__form button {
    width: 250px;
    color: #fff;
    text-transform: uppercase;
    background-color: #fe565d;
    text-align: center;
}
.contacts__form textarea {
    min-height: 160px;
}
.contacts__form button:hover {
    color: #fe565d;
    font-weight: 700;
    background-color: #eae9ec;
}
.cc-banner .cc-message {
    font-size: 16px;
}
.cc-banner .cc-message a{
    text-decoration: underline;
}
.cc-revoke, .cc-window {
    font-family: inherit;
}
.cc-btn {
    padding:  .4em 2em;
    background-color: #eae9ec!important;
    color: #000!important;
    border-radius: 5px;
}
.cc-btn:hover {
    background-color: #fe565d !important;
}
.menu__burger {
    display: none;
    width: 40px;
    height: 65px;
    position: relative;
    top: 0;
    margin-left: 20px;
}
.menu__burger::before, .menu__burger::after, .menu__burger span {
    position: absolute;
    right: 0;
    background-color: #fff;
    width: 100%;
    height: 4px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.menu__burger::before {
    top: 17px;
    content: ''}
.menu__burger::after {
    bottom: 18px;
    content: ''}
.menu__burger span {
    top: 30px;
}
.menu__burger.active::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 30px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.menu__burger.active::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 31px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.menu__burger.active span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.fra-rat {
    margin-left: auto;
    margin-right: auto;
    width: 160px;
}
.fra-rat ul {
    margin-bottom: 0;
    display: inline;
}
.fra-rat li.ra-full {
    background-position: 0 0;
}
.fra-rat li {
    width: 18px;
    height: 17px;
    background: url(/images/star.svg) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: cover;
    display: inline-block;
    padding: 0;
}
.fra-rat span {
    font-size: 21px;
    font-weight: 600;
    padding-left: 15px;
}

.table__title{
    font-size: 21px;
    font-weight: 600;
    padding: 0;
}
.table__box{
    display: flex;
    justify-content: space-around;
    padding-top: 8px;
}
.table__box ul li{
    display: inline-block;
}
.table__box-link{
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    padding: 5px;
    margin: 5px 5px 0;
    background-color: #fe565d;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.table__box-link.active{
    text-decoration: none;
    font-weight: 700;
    color: #fe565d;
    background-color: #ebf3fc;
    border: 1.5px solid #58566f;
    border-bottom: none;
}
.tab-content{
    margin-bottom: 30px;   
}
.tab-content .tab-pane {
    display: none;
  }
.tab-content .active {
    display: block;
  }
.callout.callout-warning {
    margin-bottom: 20px;
    border: 2px solid #ce1f2e;
    min-height: 100px;
    width: inherit;
    border-radius: 15px;
    padding: 15px;
    background-color: transparent;
    position: relative;
}
.callout-warning::before {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    height: 73px;
    width: 5px;
    background-color: #ce1f2e;
}
.contact-us__map{
    margin-top: 10px;
    margin-bottom: 30px;
}
.contact-us__map iframe{
    max-width: 1090px;
    height: 415px;
    width: 100%;
}

/*add*/

.autor-block{
	border-top:1px solid #f8cdcf;
    border-bottom:1px solid #f8cdcf;	
	padding:20px 0;
	margin:20px 0;
}

.autor-image{
	width:150px;
	padding-left:10px;
	margin-top:10px;
	float:right;
	
}

.hr-autor{
	margin: 20px 0;
	padding: 0;
	height: 0;
	
	border-top: 2px dashed #ddd;
	
}