@font-face{
    font-family:Montserrat;
    src:url(fonts/monst_r.eot);
    src:
    url(fonts/monst_r.eot?#iefix) format("embedded-opentype"),
    url(fonts/monst_r-webfont.woff2) format("woff2"),
    url(fonts/monst_r-webfont.woff) format("woff"),
    url(fonts/monst_r.ttf) format("truetype"),
    url(fonts/monst_r.svg#fontawesome) format("svg");
    font-weight:400;
    font-style:normal;
    font-display:swap
}
@font-face{font-family:Montserrat;
    src:url(fonts/monst_b.eot);
    src:
    url(fonts/monst_b.eot?#iefix) format("embedded-opentype"),
    url(fonts/monst_b-webfont.woff2) format("woff2"),
    url(fonts/monst_b-webfont.woff) format("woff"),
    url(fonts/monst_b.ttf) format("truetype"),
    url(fonts/monst_b.svg#fontawesome) format("svg");

    font-weight:700;font-style:normal;font-display:swap
}
@font-face{font-family:Montserrat;
    src:url(fonts/monst_sb.eot);
    src:
    url(fonts/monst_sb.eot?#iefix) format("embedded-opentype"),
    url(fonts/monst_sb-webfont.woff2) format("woff2"),
    url(fonts/monst_sb-webfont.woff) format("woff"),
    url(fonts/monst_sb.ttf) format("truetype"),
    url(fonts/monst_sb.svg#fontawesome) format("svg");

    font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:Montserrat;
    src:url(fonts/monst_m.eot);
    src:
    url(fonts/monst_m.eot?#iefix) format("embedded-opentype"),
    url(fonts/monst_m-webfont.woff2) format("woff2"),
    url(fonts/monst_m-webfont.woff) format("woff"),
    url(fonts/monst_m.ttf) format("truetype"),
    url(fonts/monst_m.svg#fontawesome) format("svg");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:Montserrat;src:url(fonts/monst_l-webfont.eot);
    src:
    url(fonts/monst_l.eot?#iefix) format("embedded-opentype"),
    url(fonts/monst_l-webfont.woff2) format("woff2"),
    url(fonts/monst_l-webfont.woff) format("woff"),
    url(fonts/monst_l.ttf) format("truetype"),
    url(fonts/monst_l.svg#fontawesome) format("svg");
    font-weight:300;font-style:normal;font-display:swap}
.container_flex {
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: -ms-box;
    display: -moz-flexbox;
    display: -o-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    /*justify-content: space-around;*/
    /*align-items: center;*/
    align-content: space-around;
}

.child_flex {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    flex: 0 0 auto;
    /*align-self: center;*/
}

.hidden {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.visible {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.overflow {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
body{
    font-family: "Montserrat";
}

.bg_input input::-webkit-input-placeholder {
    color: rgba(44, 44, 44, 0.6);
    transition: color 0.5s ease;
}

.bg_input input::-moz-placeholder {
    color: rgba(44, 44, 44, 0.6);
    transition: color 0.5s ease;
}

.bg_input input:-moz-placeholder {
    color: rgba(44, 44, 44, 0.6);
    transition: color 0.5s ease;
}

.bg_input input:-ms-input-placeholder {
    color: rgba(44, 44, 44, 0.6);
    transition: color 0.5s ease;
}

.bg_input input:focus::-webkit-input-placeholder {
    color: rgba(44, 44, 44, 0);
    transition: color 0.5s ease;
}

.bg_input input:focus::-moz-placeholder {
    color: rgba(44, 44, 44, 0);
    transition: color 0.5s ease;
}

.bg_input input:focus:-moz-placeholder {
    color: rgba(44, 44, 44, 0);
    transition: color 0.5s ease;
}

.bg_input input:focus:-ms-input-placeholder {
    color: rgba(44, 44, 44, 0);
    transition: color 0.5s ease;
}

.bg_input textarea::-webkit-input-placeholder {
    color: rgba(44, 44, 44, 0.6);
    transition: color 0.5s ease;
}

.bg_input textarea::-moz-placeholder {
    color: rgba(44, 44, 44, 0.6);
    transition: color 0.5s ease;
}

.bg_input textarea:-moz-placeholder {
    color: rgba(44, 44, 44, 0.6);
    transition: color 0.5s ease;
}

.bg_input textarea:-ms-input-placeholder {
    color: rgba(44, 44, 44, 0.6);
    transition: color 0.5s ease;
}

.bg_input textarea:focus::-webkit-input-placeholder {
    color: rgba(44, 44, 44, 0);
    transition: color 0.5s ease;
}

.bg_input textarea:focus::-moz-placeholder {
    color: rgba(44, 44, 44, 0);
    transition: color 0.5s ease;
}

.bg_input textarea:focus:-moz-placeholder {
    color: rgba(44, 44, 44, 0);
    transition: color 0.5s ease;
}

.bg_input textarea:focus:-ms-input-placeholder {
    color: rgba(44, 44, 44, 0);
    transition: color 0.5s ease;
}

label,
input,
button,
textarea {
    border: none;
    margin: 0px;
    padding: 0px;
    outline: none;
    background: rgba(0, 0, 0, 0);
}

input,
button {
    -webkit-appearance: none;
}

a,
input,
label {
    border: none;
    margin: 0px;
    padding: 0px;
    outline: none;
    color: inherit;
    text-decoration: none;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

span {
    position: relative;
    padding: 0px;
}

picture {
    width: auto;
    max-width: 100%;
}

img {
    float: left;
    vertical-align: middle;
    border: 0;
}

article {
    align-items: flex-start;
    justify-content: space-between;
}

aside {
    width: 300px;
}

body {
    position: relative;
    padding: 0;
    margin: 0;
    float: left;
    min-width: 280px;
    width: 100%;
    /*width: 1920px;*/
    /*height: 4000px;*/
    color: #2c2c2c;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    font-style: normal;
    letter-spacing: 0.1em;
    /*font-family: 'monst_r', Roboto, Helvetica, Arial, sans-serif;*/
    /*background: url(img/bg.jpg) left top no-repeat;*/
    /*overflow-x: hidden;*/
    font-weight: 400;
}

.opacity {
    position: relative;
    float: left;
    width: 100%;
    /*opacity: 0.7;*/
    overflow-x: hidden;
}

.left_block,
.block_span {
    position: relative;
    float: left;
    width: 100%;
}

.center_block {
    position: relative;
    margin: 0px auto;
    min-width: 1170px;
    max-width: 1170px;
    width: 61%;
    float: none !important;
}
.center_block:after{
    clear: both;
    content: "";
}

.null_block {
    float: left;
    width: 100%;
    height: 0px;
}

.index article.center_block {
    float: left;
    width: 100%;
    min-width: unset;
    max-width: none;
}

.z_index_under {
    position: relative;
    z-index: -1;
    visibility: hidden;
}

.z_index_over {
    position: relative;
    z-index: 3;
}

.img_svg {
    width: auto;
    height: auto;
    /*fill: green;  цвет элемента */
    /*fill-opacity: .5;  прозрачность заливки */
    /*stroke: #ff6c00;  цвет обводки */
    /*stroke-width: 10px;  толщина обводки */
    /*stroke-opacity: .8;  прозрачность обводки */
}

.text_monstr {
    /*font-family: 'monst_r';*/
    font-weight: 400;
}

.text_monstsb {
    /*font-family: 'monst_sb';*/
    font-weight: 600;
}

.text_monstm {
    /*font-family: 'monst_m';*/
    font-weight: 500;
}

.text_monstl {
    /*font-family: 'monst_l';*/
    font-weight: 300;
}

.text_monstb {
    /*font-family: 'monst_b';*/
    font-weight: bold;
}

.btn {
    border: 1px solid rgba(147, 208, 184, 1);
    border-radius: 10px;
    background: rgba(147, 208, 184, 1);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    box-sizing: border-box;
}
.page-thank .btn{
    background: #008064;
    border: 1px solid #008064;
}
.page-thank .btn:hover{
    opacity: 0.9;
    background: #008064;
    border: 1px solid #008064;
    color: #fff;
}

.btn:hover {
    color: rgba(147, 208, 184, 1);
    background: rgba(255, 255, 255, 1);
}

.btn.orange {
    border: 1px solid rgba(255, 127, 67, 1);
    background: rgba(255, 127, 67, 1);
}

.btn.orange:hover .pill__icon_cart {
    fill: rgba(255, 127, 67, 1);
}

.btn.grey {
    min-width: 265px;
    color: rgba(84, 84, 84, 0.45);
    border: 1px solid rgba(247, 247, 247, 1);
    background: rgba(247, 247, 247, 1);
}

.btn.grey:hover {
    color: rgba(84, 84, 84, 0.45);
    border: 1px solid rgba(84, 84, 84, 0.45);
    background: rgba(255, 255, 255, 1);
}

.btn_big {
    padding: 2.5% 3.3%;
    min-width: 200px;
    font-size: 12px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    /*white-space: nowrap;*/
}

.pink {
    color: #da0808;
}

/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/

/*header*/

header {
    position: relative;
    background: #93d0b8;
    z-index: 5;
}

header .center_block .left_block {
    padding: 2.22% 0px;
    justify-content: flex-end;
    align-items: center;
}

header .center_block .left_block {
    justify-content: space-between;
}

.header__logo {
    position: absolute;
    left: 0px;
    font-size: 30px;
    text-transform: uppercase;
}

.header__logo {
    position: relative;
}

.header__phone_cart {
    position: relative;
    margin: 0.8% 0px 5.4%;
    min-width: 40.5%;
    align-items: center;
    justify-content: space-between;
}

.header__phone_cart {
    width: auto;
    min-width: auto;
}

.header__phone_cart {
    margin: 0px;
}

.header__phone_cart_description {
    /*padding-right: 5%;*/
    font-size: 12px;
    letter-spacing: 0.1em;
    white-space: nowrap;
}

.header__phone {
    white-space: nowrap;
    align-items: center;
}

.header__phone_number {
    padding-left: 11%;
}

.catalog_mobile {
    display: none;
}

.header__cart {
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    align-items: center;
}

.header__cart_icon {
    /*position: absolute;*/
    width: 18px;
    left: 0px;
    height: 17px;
    fill: rgba(0, 0, 0, 0.67);
}

.header__cart_description {
    position: relative;
    padding-left: 18%;
    /*padding-left: 38%;*/
    font-size: 12px;
    letter-spacing: 0.09em;
}

.header__nav {
    position: relative;
    bottom: auto;
    width: 80%;
    justify-content: flex-end;
    z-index: 2;
}

.header__nav {
    width: auto;
}

.menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 0px;
    margin: 0px;
    width: 65.35%;
    /*font-family: 'monst_m';*/
    list-style: none;
    font-weight: 500;
    flex-wrap: nowrap;
}

 .menu {
    width: 100%
}

.menu li {
    cursor: pointer;
    letter-spacing: 0.075em;
    float: none !important;
}

.menu li + li {
    margin-left: 20px;
}

.menu a {
    position: relative;
    display: block;
    float: none !important;
}

.menu a:before,
.submenu a:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -1px;
    width: 0px;
    height: 1px;
    background: #2c2c2c;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    display: none !important;
}


.submenu a:hover {
    text-decoration: underline;
}

.submenu a {
    padding-right: 10px;
    position: relative;
}
.submenu li a{
    font-size: 16px;
    line-height: 40px;
}
.submenu>li{
    margin-bottom: 7px;
}

.submenu a:after {
    position: absolute;
    content: "\f078";
    color: #fff;
    top: 3px;
    right: -5px;
    width: 5px;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 9px;
}

.submenu:hover:before {
    position: absolute;
    content: '';
    top: 70%;
    width: 100%;
    height: 50px;
}

.submenu .menu {
    cursor: default;
    position: absolute;
    left: 0px;
    top: calc(100% + 17px);
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    height: 0px;
    /*font-family: 'monst_m';*/
    overflow: hidden;
    font-weight: 500;
    background: #fff;
    box-sizing: border-box;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.submenu:hover .menu {
    padding-top: 15px;
    padding-bottom: 25px;
    height: auto;
    align-content: flex-start;
    -webkit-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.05);
}

.submenu .menu li a:after {
    display: none;
}
.submenu .menu li{
    margin-left: 0;
}

.submenu .menu a {
    padding-right: 0px;
    pointer-events: auto;
    display: block;
    height: 100%;
    width: 100%;
    white-space: nowrap;
}
.header__nav.top .menu:not(.header__catalog-menu)>li a{
    font-size: 12px;
    letter-spacing: 1.4px;
    font-weight: 400;
    /*font-family: monst_r;*/
}
.submenu .menu li {
    cursor: default;
    width: 100%;
    line-height: 35px;
    font-size: 12px;
    letter-spacing: 0.06em;
}

/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*index*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/

/*flag_country*/

.flag_country {
    position: relative;
    padding-top: 36.875%;
    width: 100%;
    height: 0px;
    overflow: hidden;
}

.flag_country__bg_block img {
    position: absolute;
    top: 50%;
    left: 50%;
    /*max-width: 100%;*/
    min-width: 100%;
    /*max-height: 100%;*/
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.flag_country__content {
    position: absolute;
    padding-top: 3.7%;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    align-content: center;
    /*align-content: flex-start;*/
    box-sizing: border-box;
}

.flag_country__content .center_block {
    justify-content: flex-end;
}

.flag_country__content .left_block {
    padding-bottom: 0.2%;
    width: 57.5%;
    justify-content: center;
}

.flag_country__content .title_obj {
    margin: 0px;
    margin-top: 5.6%;
    margin-bottom: 6.9%;
    color: #000;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.075em;
}

.flag_country__content_descriptions {
    padding-bottom: 10.1%;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
}

.flag_country__description {
    margin: 0px 4.75%;
    margin-bottom: 7.85%;
    width: 27%;
    justify-content: center;
}

.flag_country__description:nth-child(1) {
    margin-left: 0px;
}

.flag_country__description:nth-child(3) {
    margin-right: 0px;
}

.flag_country__description:nth-child(n+4) {
    margin-bottom: 0px;
}

.flag_country__description_img {
    position: relative;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    min-width: 50px;
    max-width: 50px;
    border-radius: 30px;
    background: rgba(147, 208, 184, 1);
    align-content: center;
    justify-content: center;
}
.flag_country__description_img{
    display: flex;
    justify-content: center;
    align-items: center;
}

.flag_country__description_img:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    border-radius: 25px;
    background: rgba(167, 217, 197, 0.8);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.flag_country__description_img img {
    position: relative;
    z-index: 1;
}

.flag_country__description_text {
    padding-top: 6%;
    width: 100%;
    letter-spacing: 0.075em;
    line-height: 1.75;
    text-align: center;
}

/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/

/*products*/

.products {
    padding-top: 50px;
    padding-bottom: 2%;
    width: 100%;
}

.products .left_block {
    justify-content: center;
}

h2 {
    margin: 0px;
    width: 100%;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.075em;
}


.under_header {
    padding-top: 1.1%;
    width: 60%;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: .03em;
    text-align: center;
    color: rgba(44, 44, 44, 0.66);
}

.products__content {
    margin-top: 35px;
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
}

.products__item {
    padding: 15px 0 10px;
    /*padding: 2.32% 0% 3.3%;*/
    margin-bottom: 20px;
    width: calc(50% - 10px);
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}
.catalog_product__items .products__item{
    width: calc(33.33% - 10px);
    margin-right: 10px;
}

h3,
.product__item_description_content_header {
    margin: 0px;
    width: 100%;
    font-size: 24px;
    line-height: 1.75;
    text-align: center;
    letter-spacing: 0.075em;
}

.product__item_description_content_header {
    float: left;
}

.products__item_img {
    /*margin: 2.5% 0px 3.15%;*/
    margin-bottom: 0.3%;
    width: 100%;
    height: 247px;
    justify-content: center;
    align-items: center;
}

.products__item_description {
    position: relative;
    padding: 0px 15px;
    width: 100%;
    height: 145px;
    padding-bottom: 20px;
    line-height: 25px;
    letter-spacing: 0.068em;
    color: rgba(44, 44, 44, 0.66);
    box-sizing: border-box;
    align-content: flex-start;
}
.products__item_description span{
    overflow: hidden;
    height: 100%;
    display: block;
}
.products__item_description p{
    margin: 0;
}

.btn__view_all {
    cursor: pointer;
    position: absolute;
    right:10px;
    bottom: -9px;
    font-size: 12px;
    letter-spacing: 0.075em;
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: underline;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
}

.products__item_table {
    position: relative;
    float: left;
    margin-top: 3.65%;
    width: 100%;
}

.products__item_table_tabs {
    border: 1px solid rgba(44, 44, 44, 0.2);
    border-left: unset;
    border-bottom: unset;
    box-sizing: border-box;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
}

.products__item_table_tab {
    cursor: pointer;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 33.33333%;
    font-size: 18px;
    color: rgba(44, 44, 44, 0.5);
    text-align: center;
    border-left: 1px solid rgba(44, 44, 44, 0.2);
    border-bottom: 1px solid rgba(44, 44, 44, 0.2);
    background: rgba(255, 127, 67, 0);
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0);
    -o-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0);
    -ms-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    box-sizing: border-box;
}

.products__item_table_tab.active,
.products__item_table_tab:hover {
    color: rgba(44, 44, 44, 1);
}

/*.products__item_table_tab:hover {*/
.products__item_table_tab.active {
    background: rgba(147, 208, 184, 1);
    color: #fff;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.05);
}

.products__item_table_content {
    float: left;
    width: 100%;
    /*max-height: 486px;*/
}

.products__item_table_one_of_content {
    position: relative;
    float: left;
    top: 0px; /*==============*/
    left: -100%; /*==============*/
    width: 100%;
    height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.products__item_table_one_of_content.show {
    height: auto;
    left: 0%; /*==============*/
}

.products__item_table_pill {
    position: relative;
    padding: 5px 10px;
    width: 100%;
    /*min-height: 81px;*/
    border-bottom: 1px solid rgba(44, 44, 44, 0.2);
    align-items: stretch;
    justify-content: space-between;
    box-sizing: border-box;
}

.index .products__item_table_pill {
    min-height: 50px;
    align-items: center;
}

.products__item_table_pill:last-child {
    border-bottom: unset;
}

.dosage .products__item_pill_name,
.dosage .products__item_pill_quantity,
.dosage__pill,
.dosage .products__item_pill_price,
.dosage__pill_btn {
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: -ms-box;
    display: -moz-flexbox;
    display: -o-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products__item_pill_name {
    width: 37%;
    font-size: 14px;
    letter-spacing: 0.07em;
    text-transform: inherit;
    white-space: nowrap;
}

.products__item_pill_quantity {
    width: 25%;
    color: rgba(44, 44, 44, 0.66);
    text-align: center;
}

.products__item_pill_quantity_text {
    width: auto;
    text-align: center;
}
.dosage .products__item_pill_quantity_text{
    margin-right: 10px;
}
.dosage__pill_btn{
    width: 15% !important;
}
.products__item_pill_quantity_bonus {
    margin-top: 8%;
    margin-bottom: 4%;
    padding: 9px 0px;
    width: 100%;
    color: #fff;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
}

.products__item_pill_quantity_bonus:hover {
    color: #fff;
    background: rgba(147, 208, 184, 1);
}

.pill__icon_cart {
    width: 18px;
    height: 17px;
    fill: #fff;
    stroke: rgba(44, 44, 44, 0);
    stroke-width: 2px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.btn__pill_cart {
    cursor: pointer;
    /*position: absolute;*/
    /*right: 4.5%;*/
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    /*-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0);*/
    /*-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0);*/
    /*-o-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0);*/
    /*-ms-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0);*/
    /*box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0);*/
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;

    background: rgba(255, 127, 67, 1);
    border-color:  rgba(255, 127, 67, 1);
}
.btn__agg{
    color: #fff !important;
    padding-right: 35px;
    padding-left: 15px;
    line-height: 35px;
    border-radius: 6px;
    background: rgba(255, 127, 67, 1) !important;
    position: relative;
}
.btn__agg:hover{
    background-color: #ffa46c !important;
}
.btn__agg:after {
    width: 30px;
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE4cHgiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2MCAxODAiPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0xNTIgMTA0bDAgMCAtNiAwIC00OCAwIDAgNjcgNDEgMGMzLDAgNSwtMiA1LC00bDAgLTYzIDIgMCA2IDAgMCA2M2MwLDcgLTYsMTMgLTEzLDEzbC0xMTggMGMtNywwIC0xMywtNiAtMTMsLTEzbDAgLTYzIC04IDAgMCAtMzBjMCwtNyA1LC0xMiAxMiwtMTJsMTM2IDBjNiwwIDEyLDUgMTIsMTJsMCAzMCAtOCAwem0tOTAgLTM0bDAgMCAtNTAgMGMtMywwIC00LDIgLTQsNGwwIDIxIDU0IDAgMCAtMjV6bTAgMzRsMCAwIC01NCAwIDggMCAwIDYzYzAsMiAyLDQgNSw0bDQxIDAgMCAtNjd6bTggNjdsMCAwIDIwIDAgMCAtMTAxIC0yMCAwIDAgMTAxem04MiAtOTdsMCAwYzAsLTIgLTIsLTQgLTQsLTRsLTUwIDAgMCAyNSA1NCAwIDAgLTIxem0wIDMwbDAgMCAwIDAgMCAwem0tMzMgLTUxbDAgMCAtMzcgMCAtNCAwIC0zNyAwYy02LDAgLTEyLC0yIC0xNiwtOCAtNSwtNiAtOCwtMTQgLTcsLTIyIDMsLTE1IDEyLC0yMyAyNywtMjMgMTUsMSAzMCwyMyAzNSwzMCA1LC04IDIwLC0yOSAzNSwtMzAgMTQsMCAyNCw4IDI3LDIzIDEsOCAtMiwxNiAtNywyMiAtNCw2IC0xMCw4IC0xNiw4em0tNzMgLTQzbDAgMCAtMSAwYy0xMiwwIC0xNSw3IC0xNiwxNCAtMSw2IDEsMTIgNCwxNiAyLDIgNSw1IDEwLDVsMzEgMCAxIC00Yy0xLC0yIC0xNywtMzAgLTI5LC0zMXptODUgMTRsMCAwYy0xLC03IC0zLC0xNSAtMTUsLTE1bC0xIDFjLTEyLDAgLTMwLDI5IC0zMCwzMWwxIDQgMzAgMGM2LDAgOSwtMyAxMSwtNSAzLC00IDUsLTEwIDQsLTE2eiIvPjwvc3ZnPg==) no-repeat center center;
}
.btn__pill_cart:hover {
    background: rgba(255, 255, 255, 1);
    /*-webkit-box-shadow: inset 0px 0px 5px -1px rgba(0, 0, 0, 0.5);*/
    /*-moz-box-shadow: inset 0px 0px 5px -1px rgba(0, 0, 0, 0.5);*/
    /*-o-box-shadow: inset 0px 0px 5px -1px rgba(0, 0, 0, 0.5);*/
    /*-ms-box-shadow: inset 0px 0px 5px -1px rgba(0, 0, 0, 0.5);*/
    /*box-shadow: inset 0px 0px 5px -1px rgba(0, 0, 0, 0.5);*/
}

.btn__pill_cart:hover .pill__icon_cart {
    fill: rgba(255, 127, 67, 1);
}

.products__item_pill_price {
    width: 20%;
    font-size: 16px;
    text-align: center;
}

.products .block_span {
    justify-content: flex-end;
}

.btn_show_more {
    cursor: pointer;
    position: relative;
    margin-top: 0.8%;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.btn_show_more:before {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0px;
    width: 0px;
    height: 1px;
    background: rgba(44, 44, 44, 1);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.btn_show_more:hover:before {
    width: 100%;
}

/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/

/*reviews*/

.reviews {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}
.reviews+section{
    padding-bottom: 50px;
}

.reviews__content {
    margin-top: 0px;
    width: 100%;
    justify-content: space-between;
}
.reviews__content h4{
    font-size: 20px;
}
.one_product .reviews__item{
    min-height: auto;
    padding: 0 0 20px;
}

.reviews__item {
    padding: 0 20px 76px;
    margin-bottom: 2.5%;
    width: 31.5%;
    min-height: 300px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    align-content: flex-start;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;

}
.reviews__btn{
    margin-top: 10px;
    margin-left: auto;
    display: inline-block;
    text-align: center;
    background: rgba(255, 127, 67, 1);
    border-color: rgba(255, 127, 67, 1);
    color: #fff;
}
.reviews__btn:hover{
    color: rgba(255, 127, 67, 1);
    background: #fff;
}

.reviews__item_img {
    width: 40%;
    padding-top: 4.4%;
    height: 120px;
    justify-content: flex-start;
}

.reviews__item_header {
    padding-top: 3%;
    width: 57%;
    line-height: 1.9;
    align-self: center;
    letter-spacing: 0.075em;
    box-sizing: border-box;
}

.reviews__item_info {
    margin-top: 2.4%;
    width: 100%;
    justify-content: space-between;
}

.reviews__item_info_rating_all {
    align-items: center;
    white-space: nowrap;
}

.reviews__item_info_rating {
    position: relative;
    height: 18px;
    background: transparent;
}
.reviews__item_info_rating i{
    color: #f57800;
}
.reviews__item_info_rating_all .reviews__item_info_rating i{
    font-size: 10px;
}
.product .reviews__item_info_rating i{
    font-size: 12px;
}
.reviews__item_rating_progress {
    position: absolute;
    top: 0px;
    left: 0px;
    /*width: 70%;*/
    height: 100%;
    background: #f57800;
}

.reviews__item_rating_star {
    float: left;
    width: 90px;
    /*height: 18px;*/
    height: 19px;
    background: url(img/icon_rating_star.png) center repeat-x;
    background-size: 18px 19px;
}

.reviews__item_rating_result {
    margin-left: 7px;
    color: #545454;
    font-size: 12px;
}

.reviews__item_info_date_creat {
    color: rgba(84, 84, 84, 0.7);
    letter-spacing: 0.065em;
}

.reviews__item_description {
    margin-top: 3.3%;
    padding-left: 1.1%;
    width: 100%;
    font-size: 12px;
    line-height: 2.2;
    letter-spacing: 0.075em;
    box-sizing: border-box;
}

.reviews__item_description .text_monstm {
    float: left;
    margin-bottom: 2%;
    width: 100%;
    line-height: 1.25;
}

.reviews__item_description p {
    padding: 0px;
    margin: 0px;
}
.reviews__item_description p:last-child{
    text-align: center;
}

.reviews__item .btn_show_more {
    color: #545454;
    font-size: 12px;
    letter-spacing: 0.05em;
}

.reviews__item .block_span {
    margin-top: 1%;
    justify-content: flex-end;
}

/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/

/*footer*/

.footer {
    padding-top: 3.3%;
    width: 100%;
    background: #f0f0f0;
    padding-bottom: 45px;
}
.notice-inner{

}
.footer .left_block {
    align-items: flex-start;
    justify-content: space-between;
}

.footer__logo {
    font-size: 18px;
    text-transform: uppercase;
}

.footer__info {
    width: 15.5%;
}

.footer__header {
    float: left;
    margin-bottom: 3.5%;
    width: 100%;
    line-height: 1.65;
    text-transform: uppercase;
    letter-spacing: 0.065em;
}

.footer_menu {
    width: 100%;
}

.footer_menu li {
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%;
    font-size: 12px;
    line-height: 3;
    letter-spacing: 0.075em;
}

.footer_menu li a {
    position: relative;
}

.footer_menu li a:after {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0px;
    width: 0px;
    height: 1px;
    background: #2c2c2c;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.footer_menu li a:hover:after {
    width: 100%;
}

.footer__payment_delivery {
    width: 21%;
}

.footer__payment {
    padding-top: 10px;
    margin-bottom: 30px;
    width: 100%;
    justify-content: space-between;
}

.footer__payment div {
    margin-bottom: 10px;
    flex-grow: 0;
    flex-shrink: 1;
    width: auto;
    align-self: center;
    margin-right: 10px;
}

.footer__payment img,
.footer__delivery img {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.footer__payment img:hover,
.footer__delivery img:hover {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}

.footer__delivery {
    padding-top: 0;
    width: 100%;
    justify-content: center;
}

.footer__delivery div {
    margin-bottom: 4.88%;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: center;
}

.footer__contacts {
    /*width: 19.95%;*/
    width: 23%;
}

.footer__contacts_all_country {
    margin-bottom: 5.4%;
    justify-content: space-between;
    align-items: center;
}

.footer__contacts_all_country a {
    align-self: center;
}

.footer__contacts_header {
    line-height: 1.65;
    text-transform: uppercase;
    letter-spacing: 0.065em;
}

.footer__contacts_timetable {
    padding-top: 4%;
    width: 100%;
    letter-spacing: 0.075em;
}

.footer__contacts_phone {
    padding-bottom: 5.4%;
    width: 100%;
    letter-spacing: 0.06em;
}

.footer__contacts_phone a img {
    padding-right: 13px;
}

.footer__contacts_phone:last-child {
    padding: 0px;
}

.footer__contacts_phone .footer__contacts_phone_text {
    /*margin-bottom: 4%;*/
    margin-bottom: 2%;
    line-height: 1.65; /*===================================*/
    width: 100%;
}

.footer__contacts_phone a {
    align-items: center;
    white-space: nowrap;
}

.footer__contacts_phone a span {
    /*padding-left: 13px;*/
    letter-spacing: 0.075em;
}

.footer__contacts_mail {
    float: left;
    /*margin-top: 8%;*/
    margin-top: 2%;
    color: #0094de;
    font-size: 12px;
    letter-spacing: 0.07em;
}

.footer__copyright {
    margin-top: 2.45%;
    padding: 1.6% 0px;
    width: 100%;
    font-size: 12px;
    letter-spacing: 0.075em !important;
    text-align: center !important;
    border-top: 1px solid #e2e2e2;
}
.cart__order .order_step__content_header, .cart__order .cart__table_header{
    text-transform: uppercase !important;
    /*font-family: monst_b;*/
    color: #000;
    font-weight: bold;
}

/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*cart*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/

.content_page {
    width: calc(100% - 300px);
    padding-right: 30px;
    box-sizing: border-box;
}

/*=============================================================================================*/

/*crumbs*/
.catalog_product__top{
    display: block;
    position: absolute;
    top: 80px;
    min-width: 92px;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 8px;
    right: -8px;
    background-color: #5ac2e7;
}
.category__top{
    position: absolute;
    padding: 1.2% 3%;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 12px;
    border-radius: 10px;
    text-transform: uppercase;
    background-color: rgba(255, 127, 67, 1);
    box-sizing: border-box;
}
.product .catalog_product__top{
    top: 65px;
}
.catalog_product__top:before {
    border: 12px solid #5ac2e7;
}
.catalog_product__top:before {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: -12px;
    top: 0;
    border-right: 0;
    border-left: 12px solid transparent;
}
.catalog_product__top:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    right: 0;
    top: -7px;
    border: 0 solid transparent;
    border-right: 7px solid transparent;
}

.catalog_product__top:after {
    border-bottom: 7px solid #227e9e;
}

.crumbs {
    margin: 25px 0 35px;
}

.crumbs li {
    position: relative;
    margin-right: 31px;
    color: #545454;
    font-size: 12px;
    letter-spacing: 0.075em;
}

.crumbs li:before {
    position: absolute;
    content: '>';
    right: -22px;
    width: 13px;
    height: 100%;
    text-align: center;
}

.crumbs li:after {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0px;
    width: 0px;
    height: 1px;
    background: #545454;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.crumbs li:hover:after {
    width: 100%;
}

.crumbs li.active {
    margin-right: 0px;
    /*font-family: 'monst_m';*/
    font-weight: 500;
}

.crumbs li.active:before {
    display: none;
}

.crumbs li.active:after {
    display: none;
}

/*=============================================================================================*/

/*aside*/

.aside_right {
    margin-bottom: 50px;
}

.aside_right .footer__contacts {
    padding: 8.2% 18% 8.5%;
    width: 100%;
    border-radius: 10px;
    background: #f0f0f0;
    box-sizing: border-box;
    overflow: hidden;
}

.aside_right .footer__contacts_phone .footer__contacts_phone_text {
    margin-bottom: 4%;
    line-height: 1.25;
}

.aside_right__baner {
    position: relative;
    margin-top: 4.7%;
    float: left;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.aside_right__baner.two {
    margin-top: 20px;
}

.aside_right__baner img {
    max-width: 100%;
}

.aside_right__baner_text {
    position: absolute;
    left: 8%;
    top: 11.5%;
    color: #2c2c2c;
    font-size: 30px;
    letter-spacing: 0.075em;
}

.aside_right__min_cart {
    position: relative;
    margin-top: 4.7%;
    float: left;
    width: 100%;
}

.aside_right__min_cart_pill {
    float: left;
    margin-bottom: 10px;
    padding: 2px;
    width: 100%;
    border-radius: 10px;
    background: #fff;
    align-items: center;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    overflow: hidden;
}

.aside_right__min_cart .aside_right__min_cart_pill:last-child {
    margin: 0px;
}

.aside_right__min_cart_pill .cart__table_content_pill_img {
    width: 60px;
    margin-right: px;
    justify-content: center;
    align-items: center;
}

.aside_right__min_cart_pill_content {
    position: relative;
    padding: 2% 0px 2.2% 10px;
    width: 61%;
}

.aside_right__min_cart_pill_content:after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    width: 1px;
    height: 100%;
    background: rgba(44, 44, 44, 0.1);
}

.aside_right__min_cart_pill .cart__table_content_pill_name {
    margin-left: 0px;
    padding-top: 0px;
    /*margin-top: 4%;*/
    width: 100%;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.07em;
    text-transform: none;
}

.aside_right__min_cart_pill .cart__table_content_pill_name span {
    float: unset;
    width: auto;
}

.aside_right__min_cart_pill .cart__table_content_pill_price {
    width: 100%;
    font-size: 12px;
    text-align: left;
}

.aside_right__min_cart_pill .reviews__item_info_rating {
    margin: 1.5% 0px 5.5%;
    width: 80px;
    font-size: 9px;
    height: 13px;
}

.aside_right__min_cart_pill .reviews__item_rating_star {
    float: left;
    width: 65px;
    /*height: 13px;*/
    height: 14px;
    background: url(img/icon_rating_star.png) center repeat-x;
    /*background-size: 13px;*/
    background-size: 13px 14px;
}

.aside_right__min_cart_pill .pill__icon_cart {
    width: 14px;
    height: 14px;
}

.aside_right__min_cart_pill .btn__pill_cart {
    position: absolute;
    right: 3%;
    width: 32px;
    height: 32px;
}

/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/

/*cart*/

.cart {
    width: 100%;
}

.cart__table {
    float: left;
    border-radius: 10px;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    /*overflow: hidden;*/
}

.cart__table_header {
    float: left;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 2% 0px 2.25%;
    width: 100%;
    color: #fff;
    text-align: center;
    background: #ff7f43;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.cart__table_description {
    padding: 15px 20px;
    width: 100%;
    font-size: 12px;
    background: #ddd;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    box-sizing: border-box;
}
.btn__checkout-first{
    text-align: center;
    background: #ddd !important;
    color: #000 !important;
    white-space: nowrap;
    padding: 17px 20px !important;
}

.cart__table_description .child_flex {
    width: 25%;
    text-align: center;
}

.cart__table_description .child_flex:first-child {
    width: 50%;
    text-align: left;
}

.cart__table_content {
    padding: 2.6% 3.1% 4% 3.5%;
    width: 100%;
    box-sizing: border-box;
    align-content: space-between;
}

.cart__table_content_pill {
    position: relative;
    width: 100%;
    color: #545454;
}

.cart .cart__table_content_pill {
    margin-top: 2%;
    padding-top: 2%;
    border-top: 1px solid rgba(84, 84, 84, 0.1);
}

.cart .cart__table_content_pill:first-child {
    margin-top: 0px;
    border: unset;
}

.cart__table_content_pill .child_flex {
    align-items: flex-start;
    font-size: 14px;
    padding-left: 0;
    justify-content: space-between;
}

.cart__table_content_pill_img {
    width: 50%;
    justify-content: flex-start;
}

.cart__table_content_pill_name {
    margin-left: 10px;
    padding-top: 3px;
    width: 58%;
    line-height: 1.6;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.cart__table_content_pill_name span {
    float: left;
    width: 100%;
    text-transform: initial;
}

.cart__table_content_pill_amouts,
.cart__table_content_pill_price {
    width: 25%;
    text-align: center;
    box-sizing: border-box;
}

.cart__table_content_pill_amouts {
    padding-top: 0.7%;
    font-size: 14px;
    letter-spacing: 0.075em;
}
strong{
    /*font-family: monst_m;*/
    font-weight: 600;
}
.cart__table_content_pill_price {
    padding-top: 1%;
    text-align: center;
}

.cart__table_content_pill_close {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 18px;
    width: 25px;
    height: 25px;
    background: url(img/icon_close_cart.png) center no-repeat;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 1;
}
.cart__table_content_pill_scroll.empty{
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 15px 0;
    /*font-family: monst_sb;*/
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.cart__table_content_pill_close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cart__table_content_addition {
    padding: 0 0 0 80px;
    margin-top: 1.2%;
    width: 100%;
    color: #545454;
    font-size: 12px;
    box-sizing: border-box;
    letter-spacing: 0.075em;
    justify-content: flex-start;
    align-items: center !important;
}

.cart__table_content_addition_text {
    line-height: 1.9;
    margin-right: 10px;
}

.cart__table_content_addition_text .pink {
    margin-left: 10px;
}

.cart__table_content_result {
    margin-top: 2.2%;
    /*padding-top: 3.75%;*/
    padding-top: 3.1%;
    width: 100%;
    border-top: 1px solid rgba(84, 84, 84, 0.1);
}

.cart__table_content_result_header {
    width: 100%;
    font-size: 14px;
    color: #545454;
    letter-spacing: 0.08em;
    justify-content: center;
    box-sizing: border-box;
}

.cart__table_content_result_header .total {
    padding-left: 0.6%;
    white-space: nowrap;
}

.cart__table_content_result_btn {
    padding-top: 3.6%;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.cart__table_content_result_btn .btn_big:last-child {
    letter-spacing: 0.11em;
}

.cart__table_content_result_btn .btn_big {
    text-align: center;
}

.cart__table_content_result_btn .btn_big:hover {
    /*-webkit-box-shadow: inset 0px 0px 5px -1px rgba(0, 0, 0, 0.5);*/
    /*-moz-box-shadow: inset 0px 0px 5px -1px rgba(0, 0, 0, 0.5);*/
    /*-o-box-shadow: inset 0px 0px 5px -1px rgba(0, 0, 0, 0.5);*/
    /*-ms-box-shadow: inset 0px 0px 5px -1px rgba(0, 0, 0, 0.5);*/
    /*box-shadow: inset 0px 0px 5px -1px rgba(0, 0, 0, 0.5);*/
}

/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*cart_order*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/

.cart.order .cart__table_content {
    padding: 2.6% 3.1% 2.8% 3.5%;
}

.cart.order .cart__table_content_result_header {
    padding: 0 64px 0 80px;
    justify-content: space-between;
}

.cart.order .cart__table_content_last_result {
    padding: 28px 90px 30px 108px;
    letter-spacing: 0.085em;
    justify-content: space-between;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 18px;
}
.cart__index .cart__table_header{
    font-size: 18px;
}
#order_amount{
    background: rgba(255, 127, 67, 1);
}

.cart__table_content_last_result {
    color: #fff;
    background: rgba(147, 208, 184, 1);
}

.order_step {
    margin-top: 30px;
    width: 100%;
}
.delivery-info .order_step__content{
    padding-bottom: 30px;

}
.jq-selectbox__dropdown{
    background: #fff;
    width: 100%;
    margin-top: 0px;
    padding: 20px 0 10px 15px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.13);
    border-top: 0;
    border-radius: 0 0 10px 10px;
}
.jq-selectbox__dropdown li{
    line-height: 25px;
}
.order_step:last-child {
    margin-bottom: 12%;
}

.order_step__content {
    position: relative;
    float: left;
    padding: 3.9% 3% 0.65%;
    width: 100%;
    color: #545454;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    /*overflow: hidden;*/
    box-sizing: border-box;
}

.order_step__content:after {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 11px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(147, 208, 184, 1);
    z-index: 2;
}

.order_step__content_header {
    margin-bottom: 0.4%;
    padding-bottom: 3.5%;
    width: 100%;
    border-bottom: 1px solid rgba(84, 84, 84, 0.1);
    text-align: center;
    letter-spacing: 0.07em;
    box-sizing: border-box;
}

/*=============================================================================================*/

/*order_step__content_form_delivery*/

.order_step__content_form_delivery {
    width: 100%;
}

.order_step__content_form_delivery_line {
    float: left;
    margin-bottom: 0.6%;
    padding: 1.3% 0px 2.2%;
    width: 100%;
    border-bottom: 1px solid rgba(84, 84, 84, 0.1);
}

.order_step__content_form_delivery_line:last-child {
    border-bottom: unset;
}

.radio {
    float: left;
}

.radio input {
    float: left;
    width: 0px;
    height: 0px;
    font-size: 0px;
    overflow: hidden;
    color: rgba(0, 0, 0, 0);
}

.radio__text,
.checkbox__text {
    position: relative;
    cursor: pointer;
    float: left;
    padding-left: 32px;
    line-height: 2.2;
    letter-spacing: 0.08em;
}

.radio__text:before {
    position: absolute;
    content: '';
    top: 50%;
    left: -1px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.13);
    background: #fff;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    box-sizing: border-box;
}

.radio__text:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.radio input:checked + .radio__text:after {
    background: rgba(255, 127, 67, 1);
}

.radio input:checked + .radio__text:before {
    border: 1px solid rgba(255, 127, 67, 1);
}

.checkbox input {
    float: left;
    width: 0px;
    height: 0px;
    font-size: 0px;
    overflow: hidden;
    color: rgba(0, 0, 0, 0);
}

.checkbox__text:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -1px;
    width: 17px;
    height: 17px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    background: #fff;
    box-sizing: border-box;
}

.checkbox__text:after {
    position: absolute;
    content: '';
    top: 10px;
    left: 4px;
    width: 7px;
    height: 7px;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.checkbox input:checked + .checkbox__text:after {
    background: rgba(255, 127, 67, 1);
}

.checkbox input:checked + .checkbox__text:before {
    border: 1px solid rgba(255, 127, 67, 1);
}

/*=============================================================================================*/

/*order_step__content_form_data*/

.order_step__content_form_data {
    margin-top: 0.6%;
    width: 100%;
    justify-content: space-between;
}
.order_step__content {
    align-items: flex-start;
    justify-content: space-between;
}
.order_step__content .order_step__content_form_data{
    width: calc(50% - 20px);
}
.billing-hide-show{
    width: 100%;
    box-sizing: border-box;
}

.order_step__content_form_data_line {
    margin-top: 20px;
    margin-bottom: 0;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    border: 0 !important;
    padding: 0 !important;
    position: relative;
}
.order_step__content_form_data_line input:not([type=checkbox]):not([type=radio]){
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    color: #333;
    padding-right: 20px;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding-left: 60px;
}
.l__label:before{
    background:center rgba(147, 208, 184, 1) no-repeat;
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    border-radius: 10px 0 0 10px;
}
.header__catalog-menu>li.submenu:last-child ul{
    left: auto;
    right: 0;
}
.l__radio{
    height: 50px;
    padding-left: 60px !important;
    border: 1px solid rgba(0, 0, 0, 0.13);

}
.l__address:before{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIwcHgiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDIwMCAyMDAiPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0xOTMgMTIwbC01IDUgLTEzIDAgMCA1MGMwLDE0IC0xMSwyNSAtMjUsMjVsLTEwMCAwYy0xNCwwIC0yNSwtMTEgLTI1LC0yNWwwIC01MCAtMTMgMCAtNSAtNWMtOSwtOSAtOSwtMjUgMCwtMzVsNzkgLTc4YzQsLTQgOSwtNiAxNCwtNyA1LDEgMTAsMyAxNCw3bDc5IDc4YzksMTAgOSwyNiAwLDM1em0tMjYgLTI2bDAgMCAtNjIgLTYxYy0xLC0yIC0zLC0yIC01LC0zIC0yLDEgLTQsMSAtNSwzbC02MiA2MWMtMSwyIC0yLDQgLTMsNmwyMCAwIDAgNjNjMCw2IDYsMTIgMTMsMTJsMTIgMCAwIC01MCAtMyAwIDMgLTMgMCAtOSA1MCAwIDAgOSAzIDMgLTMgMCAwIDUwIDEyIDBjNywwIDEzLC02IDEzLC0xMmwwIC02MyAyMCAwYy0xLC0yIC0yLC00IC0zLC02em0tNTUgLTlsMCAwIDAgMiAtMiAwIDIgLTJ6bS0yNCAwbDAgMCAyIDIgLTIgMCAwIC0yem0xMiAtODVsMCAwIDAgMGMwLDAgMCwwIDAsMCAwLDAgMCwwIDAsMGwwIDB6Ii8+PC9zdmc+");
}
.l__email:before{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjE2cHgiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDIwMCAxNjAiPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0xMiAwYy02LDAgLTEyLDYgLTEyLDEybDAgMTM2YzAsNiA2LDEyIDEyLDEybDE3NiAwYzYsMCAxMiwtNiAxMiwtMTJsMCAtMTM2YzAsLTYgLTYsLTEyIC0xMiwtMTJsLTE3NiAwem0xNjkgMThsMCAwIDAgNSAtODEgNjcgLTgxIC02NyAwIC01IDE2MiAwem0tMTYyIDEyNGwwIDAgMCAtOTUgNzMgNjFjMiwyIDUsMyA4LDMgMywwIDYsLTEgOCwtM2w3MyAtNjEgMCA5NSAtMTYyIDB6Ii8+PC9zdmc+") !important;
}
.l__person:before{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIxcHgiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDIwMCAyMDkiPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0xNDggMTE1YzcsLTEyIDEyLC0yNyAxMiwtNDMgMCwtNDAgLTI3LC03MiAtNjAsLTcyIC0zMywwIC02MCwzMiAtNjAsNzIgMCwxNiA1LDMxIDEyLDQzIC0zMSwxNSAtNTIsNDMgLTUyLDc1bDAgNmMwLDcgNiwxMyAxNCwxM2wxNzIgMGM4LDAgMTQsLTYgMTQsLTEzbDAgLTZjMCwtMzMgLTIxLC02MCAtNTIsLTc1em0tNDggLTk1bDAgMGMyMiwwIDQwLDI0IDQwLDUyIDAsMjggLTE4LDUyIC00MCw1MiAtMjIsMCAtNDAsLTI0IC00MCwtNTIgMCwtMjggMTgsLTUyIDQwLC01MnptLTgwIDE3MGwwIDBjMCwtMjYgMTksLTQ5IDQ2LC01OSA5LDggMjEsMTMgMzQsMTMgMTMsMCAyNSwtNSAzNCwtMTMgMjcsMTAgNDYsMzMgNDYsNTlsLTE2MCAweiIvPjwvc3ZnPg==");
}
.l__zip:before{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOHB4IiBoZWlnaHQ9IjI0cHgiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE4MCAyNDAiPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0xNjYgMTM5bC02MCA5MmMtNCw2IC05LDkgLTE2LDkgLTcsMCAtMTIsLTMgLTE2LC05bC02MCAtOTJjLTksLTE0IC0xNCwtMzEgLTE0LC00OSAwLC01MCA0MCwtOTAgOTAsLTkwIDUwLDAgOTAsNDAgOTAsOTAgMCwxOCAtNSwzNSAtMTQsNDl6bS03NiAtMTE3bDAgMGMtMzcsMCAtNjgsMzEgLTY4LDY4IDAsMTMgNCwyNiAxMSwzN2w1NyA4NyA1NyAtODdjNywtMTEgMTEsLTI0IDExLC0zNyAwLC0zNyAtMzEsLTY4IC02OCwtNjh6bTAgMTA2bDAgMGMtMjEsMCAtMzgsLTE3IC0zOCwtMzggMCwtMjEgMTcsLTM3IDM4LC0zNyAyMSwwIDM4LDE2IDM4LDM3IDAsMjEgLTE3LDM4IC0zOCwzOHptMCAtNTNsMCAwYy04LDAgLTE1LDcgLTE1LDE1IDAsOCA3LDE1IDE1LDE1IDgsMCAxNSwtNyAxNSwtMTUgMCwtOCAtNywtMTUgLTE1LC0xNXoiLz48L3N2Zz4=");
}
.l__city:before{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIwcHgiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDIwMCAyMDAiPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik05OCA0OWwwIDAgMSAwIDAgMGMxLC0zIC0xLC0zIC0zLC0zbC0xIDAgMCAxIDMgMnptMjMgM2wwIDBjMSwwIDIsMSAyLC0xIC0xLDAgLTIsMCAtMywwIDAsMCAwLDEgMSwxem0tOSAtMWwyIDBjLTEsLTEgLTMsLTIgLTMsMCAtMSwwIDAsMCAxLDB6bS0yOCAtMjJjMCwxIDAsLTEgLTEsMGwwIDBjLTIsMSAtNSwyIC00LDUgMiwtMSA0LC0zIDUsLTV6bTEwIDE0Yy0yLC0xIC0yLDEgLTIsM2wwIDFjMiwtMSAzLC0zIDIsLTR6bS04IC0xNWMwLDAgLTEsMSAtMSwxIDAsMCAxLDAgMSwwIDAsMiAtMiwxIC0yLDIgMCwwIDAsMCAwLDEgMCwwIC0xLDAgLTIsMGwyIDBjMCwxIC0xLDEgLTEsMSAtMSwwIC0yLDEgLTEsMiAwLC0xIDEsLTEgMSwtMSAyLC0xIDQsMCA1LC0xIDAsMCAwLC0xIC0xLC0xIDEsMCAyLDAgMiwtMiAtMSwwIC0xLDEgLTEsMSAxLC0yIC0xLC00IDEsLTVsMCAwYzAsMCAtMSwwIC0yLDAgMSwtMSAxLC0xIDIsLTEgLTIsMCAtMywyIC01LDMgMSwxIDIsLTEgMiwwem0tMSAxYzAsMCAwLDAgMCwwIDAsMCAwLDAgMCwwem05MCA0NmwwIDAgLTEgMCAwIDIgMCAwIDAgMCAxIDAgMCAwIDAgMCAxIDEgMSAyIDAgMCAwIC0yIDAgMCAwIDAgMCAwIDAgLTEgMCAtMSAtMSAtMiAwIC0xIDAgMSAwIDEgMCAwIC0xIDB6bTAgMTRsMSAwIDAgMCAxIC0xIDAgLTEgMCAwYy0xLDAgLTIsMSAtMywxbDAgMSAwIDEgMCAxIC0xIDEgMCAyIDAgMSAwIDEgMCAxIDAgMiAwIDAgMSAwIDAgLTEgMCAtMiAwIC0xIDAgMSAxIDEgMCAwIDEgMCAwIC0yIC0xIC0xIDAgLTEgMCAwIDEgLTEgMCAtMSAtMSAwIDAgMSAtMSAtMSAwIC0xIDAgLTEgMSAwem0xIDEzbDAgMCAtMiAwIC0xIDAgMCAxIDAgMSAwIDAgMiAwIDEgLTIgMCAwem0tMyAtMWwtMSAwIC0xIDAgLTEgMCAxIDEgMSAwIDEgMCAwIC0xYzAsMCAwLDAgMCwwem01IC0xN2wwIC0xIDAgMSAwIDEgMCAxIDAgMiAwIDEgMCAxIDAgMCAwIDAgMCAtMSAwIDAgMCAtMSAwIC0xIDAgMCAwIC0xIDAgLTEgMCAtMXptLTEgMTlsLTEgMSAtMSAxIDAgMSAwIDEgMSAtMSAxIC0xIDEgLTMgLTEgMCAwIDF6bTQgLTEybDAgMCAwIDEgMCAxIDAgMSAtMSAtMSAwIC0xIDAgLTIgMCAwIDAgLTEgMCAwIDAgMCAwIDAgLTEgMCAwIDAgMCAxIDAgMCAwIDIgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEgMCAwIDAgMCAxIDAgMCAwIDAgMCAwIDAgMSAwIDAgMCAwIDAgMSAwIDAgMCAxIDAgMCAwIDAgMCAtMSAwIDAgMCAtMSAwIDAgMCAxIDAgMCAwIDAgMCAxIDEgMCAwIDAgMCAwIDAgMCAwIDAgMCAxIDAgMCAwIDAgMCAwIDAgMSAtMSAxIDAgMSAwIDAgMCAxIDAgMCAwIDAgMCAwIDAgMCAwIDEgMCAwIDAgMSAwIDAgMCAtMSAwIDAgMCAwIDAgMCAwIDEgMCAxIDAgMCAwIDBjMSwtNCAxLC04IDEsLTEybDAgLTF6bS0xMCAtMjVsMCAxIDAgMiAwIDAgMSAxIDAgMCAwIC0xIDAgLTEgMSAwIDAgMSAxIC0xIC0xIC0xIC0xIDAgMCAtMSAtMSAtMiAwIC0yIC0xIC0xIC0xIC0xIDAgMCAwIDAgMCAxIDAgMSAwIDEgMSAxIDEgMnptMiA0bDAgMCAwIDEgMCAxIDAgMCAxIDAgMCAwIDAgLTEgMCAwIDAgMCAtMSAtMSAwIDB6bTEgMGwxIDIgMCAxIDAgMCAwIC0xIDAgLTEgMCAwIDAgLTEgMCAwIDAgMCAtMSAtMSAwIDAgMCAwIDAgMCAwIDEgMCAwem0tNCAyNmwxIC0xIDEgLTJjMCwwIDAsMCAwLC0xbDAgMCAwIC0xIDAgLTEgMCAtMSAxIC0xIDAgLTEgMCAtMSAtMSAtMSAwIC0xIDAgLTEgMSAtMiAtMSAtMSAtMiAtMSAwIDAgMCAzIC0xIDBjMSw0IDEsOSAxLDEzbDAgMXptLTE3IDI1bDAgLTIgLTIgMCAtMSAxIDAgMCAtNCA1IC00IDIgMCAxIC0xIDEgMCAwIDAgNSAtMSA1IC0xIDEgMCAyIDAgMCAyIDIgMiAwIDIgLTEgMSAtNCA1IC0xMCAyIC02IDAgLTEgMCAwIDAgMGMwLC0xIDAsLTEgMCwtMWwwIDAgMCAwem0tNDIgLTEwMWMxLDAgMSwwIDEsMCAwLDAgLTEsMCAtMSwwem0tMTEgLTIwYy01NSwwIC0xMDAsNDUgLTEwMCwxMDAgMCw1NSA0NSwxMDAgMTAwLDEwMCA1NSwwIDEwMCwtNDUgMTAwLC0xMDAgMCwtNTUgLTQ1LC0xMDAgLTEwMCwtMTAwem0wIDE4MmMtMTcsMCAtMzQsLTUgLTQ3LC0xNSAwLDAgMCwwIDAsMCAwLDAgMCwwIDAsMCAwLDAgMCwwIDAsMCAwLDAgMCwwIDAsMCAwLDAgMCwwIDAsMCAtMSwwIC0xLDAgLTEsMCAwLDAgMCwwIDAsLTEgLTUsLTMgLTksLTYgLTEzLC0xMCAwLDAgMCwtMSAwLC0xIDAsMCAwLDAgMCwwIDAsMCAwLDAgMCwwIC0xLC0xIC0xLC0xIC0yLC0yIDEsMCAxLDAgMSwwIDAsMCAtMSwtMSAtMSwtMSAwLDAgMSwwIDEsLTEgMSwtMyAwLC00IC0xLC02IDAsMCAxLDAgMSwxIDEsLTEgMSwtMyAxLC00IDAsMCAwLC0xIDAsLTIgMCwtMyAtMywtNiAtMiwtMTAgMSwtNCA0LC04IDUsLTEzIDAsLTEgMCwtMSAxLC0yIDAsLTEgMSwtMiAxLC0zIDAsMCAwLC0xIDAsLTIgMCwtMSAwLC0xIDAsLTIgLTEsMCAtMSwwIC0xLC0xIDAsMCAtMSwtMSAtMiwtMiAtMiwwIC0zLC0xIC0zLC0xIDAsMCAwLDAgMCwwIDAsMCAwLDAgMCwwIDAsMCAwLDAgMCwtMSAwLDAgMCwwIDAsMCAwLDAgMCwwIDAsMCAwLDAgMCwwIDAsMCAwLDAgLTEsMCAtMSwwIDAsMCAwLDAgMCwwIDAsMCAwLDAgMCwwIDAsMCAtMSwwIC0xLDAgMCwwIDAsMCAwLDAgMCwwIDAsMCAtMSwwIC0xLDAgLTEsMCAtMSwwIDAsMCAtMSwwIC0xLDAgMCwwIDAsMSAwLDEgMCwwIDAsMCAwLDAgMCwwIDAsMCAwLDAgMCwtMiAtMSwtNSAtMywtNCAwLDAgMCwxIDAsMSAtMiwwIDAsLTIgLTEsLTIgLTIsLTEgLTEsMSAtMiwyIDEsLTQgMSwtNyAtMSwtMTAgLTEsLTMgLTUsLTQgLTUsLTcgMCwtMSAwLC0xIDAsLTEgMCwwIC0xLDAgLTEsMCAwLDAgMCwwIDAsMCAwLDAgMCwwIDAsMCAwLDAgMCwtMSAwLC0xIDAsMCAwLDAgMCwtMSA4LC0zNiA0MSwtNjMgODAsLTYzIDQsMCA5LDAgMTMsMSAtMSwwIC0yLDAgLTIsMSAtMSwwIC0xLDAgLTEsMCAtMSwwIC0xLDAgLTEsMCAxLDAgMSwwIDIsMCAwLDAgLTEsMCAtMSwwIDAsMCAxLDAgMSwwbDAgMGMwLDAgMCwtMSAwLC0xIDAsMCAwLDAgMCwwIDAsMCAxLDAgMiwwIDAsMCAwLDAgMSwwIC0xLDAgLTEsMSAtMSwxIC0xLDAgLTEsMCAtMiwxbDEgMGMwLDAgMCwwIC0xLDBsMSAwYy0xLDEgLTIsMSAtMywxIDAsLTEgMSwwIDIsLTEgLTQsMCAtNywxIC0xMCwyIC0xLDAgLTEsMCAtMiwwIDAsMSAtMSwxIC0xLDEgLTIsMSAtNCwyIC0zLDMgMCwxIDEsMSAyLDEgMCwwIDEsMSAxLDEgMCwwIDEsMSAxLDEgMywwIDUsLTIgMywtNCAwLC0xIDEsLTEgMSwtMiAxLDAgMSwtMSAyLC0xIC0xLDAgLTEsMiAtMSwyIDEsMSAyLDEgMywwIDEsMCAyLC0xIDMsMCAtMSwwIC0xLDAgLTIsMCAwLDAgLTEsMSAtMSwxIC0yLDAgLTIsMSAtMSwyIC0xLDAgLTEsMCAtMiwwIDAsNCAtNSw0IC04LDIgMSwwIDIsMSAyLDAgMCwtMSAwLC0xIC0xLDAgMCwtMSAwLC0xIDAsLTEgLTIsLTEgLTIsMSAtMiwyIDAsMCAtMSwwIC0xLDAgLTQsMiAtNiwzIC0xMCw1IC0xLDAgLTEsMCAtMiwwIDIsMSAyLDUgMCw0IC01LC0xIC0xMSwtMiAtMTIsNCAwLDEgLTEsMiAwLDIgMywzIDcsMyAxMSwxIDEsMCAyLC0yIDMsLTIgMSwtMSAxLC0xIDIsLTEgMCwtMSAxLC0xIDEsLTIgMSwwIDIsLTEgMiwtMSAxLDAgMiwwIDMsMCAxLDAgMSwwIDIsMCAyLDIgNyw1IDgsOCAxLC0xIDIsLTIgMywtMSAtMSwtMyAtNywtNSAtNywtOSA0LDMgNyw1IDEwLDkgMSwxIDIsMSAzLDEgMSwtMSAwLC0yIDAsLTIgMCwtMSAtMSwtMSAwLC0yIDAsLTEgMSwtMSAxLDAgMiw1IDEwLDMgMTMsNSA0LDMgLTMsNyAtNyw2IC0zLC0xIC01LC0xIC04LC0yIDAsMCAtMSwwIC0xLDAgLTEsMCAtMSwwIC0yLDAgMCwwIDAsMSAwLDEgLTEsMCAtMSwxIC0xLDEgMCwwIDAsMSAwLDEgMCwwIC0xLDAgLTIsLTEgMCwwIC0xLDAgLTEsMCAwLDAgLTEsLTEgLTIsLTEgMCwwIC0xLDAgLTEsLTEgLTMsMCAtNiwtMiAtNSwtNSAtMiwtMSAtNSwtMSAtOCwtMSAwLDAgLTEsMSAtMiwxIC0zLDEgLTcsMSAtMTEsMSAtMywwIC00LDMgLTYsNiAwLDAgMCwwIC0xLDEgLTEsMSAtMywzIC00LDMgLTEsMSAtMiwxIC0yLDIgLTYsMyAtNywxMCAtOSwxNiAwLDAgMCwxIDAsMSAwLDAgMCwxIDAsMSAwLDAgMCwxIDAsMSAwLDEgMCwxIDAsMiAwLDAgMCwwIDAsMCAwLDAgMCwwIDAsMCAxLDEgMSwyIDIsMiAwLDEgMSwxIDEsMiAzLDEwIDE0LDkgMjIsNiAxLDAgMSwwIDIsMCAxLDAgMSwwIDIsMCAxLDAgMiwwIDIsMCAwLDAgMSwxIDEsMSAwLDAgMCwwIDAsMCAwLDAgMCwwIDAsMCAwLDAgMCwxIDAsMSAwLDAgMSwwIDEsMCAwLDAgMSwwIDIsMCAyLDAgMiwxIDMsMiAyLDQgLTEsOCAyLDEwIDEsMCAxLDEgMSwxIDEsMSAxLDIgMiwzIDEsMSAxLDMgMiw0IDAsMiAwLDMgMCwzIDEsMSAxLDIgMSwyIC0xLDEgLTEsMSAtMSwyIC0yLDIgLTMsNSAtMiw4IDEsNSA0LDkgNSwxNCAwLDAgMCwwIDAsMCAwLDEgMSwxIDEsMiAwLDAgMCwwIDAsMCAwLDAgMCwwIDAsMCAxLDAgMSwwIDEsMCAwLDAgMCwxIDAsMSAwLDEgMSwyIDEsMiAxLDAgMSwxIDEsMiAwLDAgMCwxIDAsMSAwLDAgMCwwIDAsMCAwLDEgMCwxIDAsMSAwLDAgMCwxIDEsMSAwLDAgMCwxIDEsMSAwLDAgMCwwIDEsMCAwLDAgMSwwIDEsMCAwLDAgMSwwIDEsMCAwLDAgMCwtMSAxLC0xIDAsMCAyLDAgNCwwIDIsLTEgNCwtMyA2LC0zIDEsLTIgMiwtMyAyLC0zIDAsLTEgMSwtMSAyLC0yIDEsMCAxLC0xIDEsLTIgMCwtMSAxLC0yIDEsLTIgMSwtMSAzLC0xIDMsLTIgMSwtNCAyLC04IDUsLTEyIDAsMCAxLC0xIDEsLTEgMiwtNCAzLC04IDMsLTEzIDAsMCAwLC0xIDAsLTEgLTMsLTggNCwtMTMgMTIsLTE3IDAsMCAxLC0xIDEsLTEgMCwtMiAxLC00IDIsLTUgMCwtMSAwLC0yIDAsLTIgMSwtMSAxLC0zIDEsLTQgLTIsMSAtNSwxIC03LDEgLTEsMCAtMSwwIC0yLDAgMCwwIDAsMCAtMSwwIDAsMCAtMSwtMSAtMiwtMSAtMSwtMSAtMSwtMSAtMiwtMiAwLDAgLTEsLTIgLTIsLTIgMCwwIC0xLC0xIC0xLC0yIC0xLC0yIC0zLC0zIC00LC02IC0xLC0yIC0zLC00IC01LC03IDAsLTEgMCwtMSAtMSwtMiAwLDAgLTEsLTEgLTEsLTEgLTEsLTEgLTEsLTEgLTIsLTIgMCwwIDAsLTEgMCwtMSAzLC0xIDIsMiA0LDIgMCwxIDEsMSAxLDEgMCwxIDEsMSAxLDIgMSwwIDEsMSAyLDIgMiwyIDQsNSA2LDggMCwwIDEsMSAxLDEgMCwxIDEsMSAxLDIgMSw3IDksMyAxMywyIDIsLTEgNSwtMiA2LC01IDEsLTYgLTQsLTkgLTcsLTEyIDAsMyAtNCwzIC01LDEgMCwtMSAtMSwtMSAtMSwtMSAwLDAgMCwwIDAsMSAtMSwtMiAtMywtNCAtNCwtNiAyLDAgNCwyIDYsMyAwLDAgMSwwIDIsMCA0LDIgOCw0IDEyLDMgMSwwIDIsMSAyLDIgMSwxIDEsMSAxLDIgMCwxIDAsMSAwLDIgMCwtMSAxLC0yIDEsLTIgMCwtMSAxLC0yIDEsLTIgMSwtNCAxLC05IDAsLTEzIDEwLDE0IDE1LDMwIDE1LDQ4IDAsNDUgLTM3LDgyIC04Miw4MnptMTIgLTE2M2MtMSwwIC0xLDAgLTEsMCAwLDAgMCwwIDEsMHptLTEgMWMwLDAgMCwwIDAsMCAwLDAgMCwwIDAsMGwwIDB6Ii8+PC9zdmc+");
}
.l__country:before{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxN3B4IiBoZWlnaHQ9IjIwcHgiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE3MCAyMDAiPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0xNjUgMTJjLTMsLTIgLTYsLTIgLTksMCAtOCw0IC0xNiw3IC0zMCw3IC0xNywwIC0yNCwtNCAtMzMsLTkgLTEwLC00IC0yMSwtMTAgLTQyLC0xMCAtMTUsMCAtMjQsMyAtMzIsNiAtMiwtNCAtNSwtNiAtOSwtNiAtNiwwIC0xMCw0IC0xMCw5bDAgMTgyYzAsNSA0LDkgMTAsOSA1LDAgMTAsLTQgMTAsLTlsMCAtNzdjOCwtNCAxNiwtOCAzMSwtOCAxNiwwIDI0LDQgMzMsOSA5LDQgMjEsMTAgNDIsMTAgMTksMCAyOSwtNSAzOSwtOSAzLC0yIDUsLTUgNSwtOGwwIC04OGMwLC0zIC0yLC02IC01LC04em0tMTUgOTBsMCAwYy02LDIgLTEzLDQgLTI0LDQgLTE3LDAgLTI0LC00IC0zMywtOCAtMTAsLTUgLTIxLC0xMSAtNDIsLTExIC0xNCwwIC0yNCwzIC0zMSw2bDAgLTY3YzgsLTQgMTYsLTcgMzEsLTcgMTYsMCAyNCw0IDMzLDggOSw1IDIxLDEwIDQyLDEwIDEwLDAgMTgsLTEgMjQsLTNsMCA2OHoiLz48L3N2Zz4=");
}
.l__phone:before{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjIzcHgiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2MCAyMjkiPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0xNDAgMjI5bC0xMjAgMGMtMTEsMCAtMTksLTkgLTE5LC0yMGwwIC0xOTBjMCwtMTAgOCwtMTkgMTksLTE5bDEyMCAwYzExLDAgMTksOSAxOSwxOWwwIDE5MGMwLDExIC04LDIwIC0xOSwyMHptLTYwIC0xNWwwIDBjNSwwIDEwLC00IDEwLC05IDAsLTYgLTUsLTEwIC0xMCwtMTAgLTYsMCAtMTAsNCAtMTAsMTAgMCw1IDQsOSAxMCw5em0yMCAtMjA0bDAgMCAtNTAgMCAwIDkgNTAgMCAwIC05em00MCAxOWwwIDAgLTExOSAwIC0xIDE1MiAxMjAgMCAwIC0xNTJ6Ii8+PC9zdmc+");
}

.jq-selectbox__select-text{
    height: 50px;
    box-sizing: border-box;
    padding-left: 60px;
    padding-right: 46px;
    line-height: 48px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    border-radius: 10px;
}
.opened .jq-selectbox__select-text{
    border-radius: 10px 10px 0 0;
}
select, .jq-selectbox{
    width: 100%;
}
.jq-selectbox{
    z-index: 6 !important;
}
.jq-selectbox.opened{
    z-index: 7 !important;
}
.jq-selectbox__trigger-arrow {
    position: absolute;
    top: calc(50% - 3px);
    right: 14px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-top: 5px solid #000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    filter: alpha(opacity=30);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
}
.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 100%;
}
.jq-selectbox__dropdown .sel{
    background: rgba(147, 208, 184, 1);
    color: #fff;
}
.jq-selectbox__dropdown{
    padding-left: 0;
}
.jq-selectbox__dropdown li{
    padding-left: 20px;
    cursor: pointer;
}
.jq-selectbox__dropdown li:hover{
    background: rgba(0, 0, 0, 0.13);
}


.order_step__content_form_data_line input.error{
    border: 1px solid #e78073!important;
    -moz-box-shadow: 0 0 5px rgba(225,87,70,0.5);
    -webkit-box-shadow: 0 0 5px rgba(225,87,70,0.5);
    box-shadow: 0 0 5px rgba(225,87,70,0.5);
}

.bg_input {
    padding: 2% 3% 2.3%;
    border: 1px solid rgba(0, 0, 0, 0.13);
}

.order_step__content_form_data_line.bg_input input {
    width: 100%;
    font-size: 14px;
    /*font-family: 'monst_r';*/
    letter-spacing: 0em;
    font-weight: 400;
    color: rgba(44, 44, 44, 0.6);
}

.order_step__content_form_data_line .radio__text {
    padding-right: 22px;
    line-height: 1.8;
    letter-spacing: 0em;
}

.radio:last-child .radio__text {
    padding-right: 0px;
}

.selector {
    position: relative;
}

.selector__result {
    display: flex;
    position: relative;
    cursor: pointer;
    float: left;
    padding: 4.7% 6% 4.3%;
    width: 100%;
    max-height: 50px;
    border-radius: 10px;
    letter-spacing: 0em;
    color: rgba(44, 44, 44, 0.6);
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.13);
    background: #fff;
    box-sizing: border-box;
    z-index: 3;
}

.selector__result:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 5%;
    width: 8px;
    height: 5px;
    background: url(img/icon_arrow_selector.png) no-repeat;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.selector__dropdown {
    /*position: relative;*/
    position: absolute;
    top: 100%;
    left: 0px;
    float: left;
    padding: 0px 6%;
    width: 100%;
    height: 0px;
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 2;
}

.selector__dropdown li {
    cursor: pointer;
    margin: 10px 0px;
    width: 100%;
}

.selector__dropdown.active {
    padding: 4.7% 6% 4.3%;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.13);
}

.order_step__content_header.over_checkbox {
    -margin-top: 4.1%;
    margin-bottom: 14px;
}

.select_hidden {
    position: absolute;
    top: 100%;
    left: 0px;
}

/*=============================================================================================*/

/*order_step__content_form_pay*/

.order_step__content_form_pay {
    margin-top: 0.6%;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.order_step__content_form_pay_left {
    margin-top: 20px;
    width: 48.4%;
    box-sizing: border-box;
    justify-content: space-between;
}

.order_step__content_form_pay_left .order_step__content_form_data_line {
    margin-top: 2%;
    margin-bottom: 0.5%;
    padding: 5% 2%;
    width: 100%;
}

.order_step__content_form_pay_left .order_step__content_form_data_line .radio__text {
    padding-right: 34px;
    padding-left: 28px;
}

.order_step__content_form_pay_left .radio:last-child .radio__text {
    padding-right: 0px;
}

.radio__text img {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    max-height: 30px;
}

.radio__text img:hover {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}

.radio input:checked + .radio__text img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}

.order_step__content_form_pay_left .order_step__content_form_data_line.bg_input {
    padding: 5% 6.5%;
}

.order_step__content_form_pay_left .order_step__content_form_data_line.bg_input input {
    font-size: 14px;
}

.order_step__content_form_pay_left_header {
    padding: 5.5% 0px 2.1%;
    width: 100%;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: rgba(44, 44, 44, 0.6);
}

.order_step__content_form_pay_left .order_step__content_form_data_line.selector {
    margin-top: 30px;
    position: relative;
    padding: 0px;
    width: calc(50% - 10px);
}
.order_step__content_form_pay_left .order_step__content_form_data_line.selector label.error{
    margin-top: -25px;
    margin-bottom: 5px;
}
.order_step__content_form_pay_left .order_step__content_form_data_line.selector.month-year{
    margin-left: 20px;
}

.order_step__content_form_pay_left .order_step__content_form_data_line.selector .selector__dropdown {
    padding: 0px 20% 0px 14%;
}

.order_step__content_form_pay_left .order_step__content_form_data_line.selector .selector__dropdown.active {
    padding: 7% 20% 7% 14%;
}

.order_step__content_form_pay_left .order_step__content_form_data_line.selector .selector__result:after {
    right: 12%;
}

.order_step__content_form_pay_left .order_step__content_form_data_line.selector .selector__result {
    padding: 10% 20% 10% 14%;
}

.order_step__content_form_pay_cvv {
    margin-top: 4%;
    width: calc(50% + 38px);
    justify-content: space-between;
    align-items: center;
}

.order_step__content_form_pay_cvv .order_step__content_form_data_line.bg_input {
    padding: 8% 12%;
    width: calc(100% - 48px);
}

.icon_question {
    cursor: pointer;
    width: 28px;
    height: 28px;
    font-size: 12px;
    line-height: 27px;
    text-transform: uppercase;
    border: 1px solid rgba(0, 0, 0, 0.13);
    background: #fff;
    box-sizing: border-box;
    text-align: center;
    border-radius: 50%;
    padding-left: 3px;
    /*font-family: monst_b;*/
    font-weight: bold;
}
.icon_question.fadein{
    border-color: rgba(255, 127, 67, 1);
    color: rgba(255, 127, 67, 1);
}

.show_description_question {
    display: none;
    cursor: default;
    position: absolute;
    padding: 10px 20px;
    bottom: -195px;
    left: -4px;
    background: #fff;
    height: auto;
    font-size: 10px;
    border-radius: 10px;
    text-transform: none;
    color: rgba(44, 44, 44, 0.8);
    border: 1px solid rgba(255, 127, 67, 1);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    box-sizing: border-box;
    z-index: 3;
}

.order_step__content_form_pay_right {
    margin-top: 20px;
    width: 43%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}
.order_step__content_form_pay_right img{
    max-width: calc(33% - 15px);
    max-height: 50px;
}
.order_step__content_form_pay_right img +img{
    margin-left: 20px;
}
.order_step__content_form_pay_right img {
    margin-right: 6%;
}

.order_step__content_form_pay_right img:last-child {
    margin-right: 0px;
}

.order_step__content_form_pay_btn {
    margin-top: 2.6%;
    padding-bottom: 4.75%;
    width: 100%;
    border-bottom: 1px solid rgba(84, 84, 84, 0.1);
    justify-content: flex-end;
}

.order_step__content_form_pay_btn .btn {
    cursor: pointer;
    padding: 17px 20px;
    color: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    text-transform: uppercase;
    font-size: 16px;
    /*font-family: monst_sb;*/
    font-weight: 600;
}

.order_step__content_form_pay_btn .btn:hover {
    color: rgba(147, 208, 184, 1);
    background: rgba(255, 255, 255, 1);
}

.order_step__content_form_pay .order_step__content_form_delivery_line {
    padding: 3.6% 0px 2%;
}

.order_step__content_form_pay .order_step__content_form_delivery_line .checkbox__text {
    color: #545454;
    font-size: 10px;
    line-height: 1.8;
}

.order_step__content_form_pay .order_step__content_form_delivery_line .checkbox__text:before {
    top: 1px;
    left: 1px;
}

.order_step__content_form_pay .order_step__content_form_delivery_line .checkbox__text:after {
    top: 6px;
    left: 6px;
}

/*=============================================================================================*/

/*header__cart_mini*/

.header__cart_mini {
    display: none;
    position: absolute;
    top: 39px;
    right: 7px;
    width: 350px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    z-index: 3;
}

.header__cart_mini.active {
    display: block;
}

.header__cart_mini:before {
    position: absolute;
    content: '';
    top: -12px;
    right: 2px;
    width: 23px;
    height: 20px;
    background: url(img/icon_before_cart_mini.png) no-repeat;
}

.header__cart_mini .cart__table_content_pill_scroll {
    /*max-height: 115px;*/
    /*height: 60px;*/
    /*overflow: hidden;*/
}

.header__cart_mini .cart__table_content {
    cursor: default;
    padding: 15px;
}

.header__cart_mini .cart__table_content_pill {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(84,84,84,.1);
}
.cart-mini__image{
    min-width:60px;
    max-width: 60px;
}
.cart-mini__image img{
    max-width: 100%;
}
.cart-mini__content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% - 60px);
    margin-left: 10px;
}
.cart-mini__name, .cart-mini__dose, .cart-mini__price{
    /*font-family: monst_m;*/
    font-weight: 500;
}
.cart-mini__bonus{
    font-size: 12px;
    line-height: 2;
    color: rgba(255, 127, 67, 1);
}

.header__cart_mini .cart__table_content_pill:last-child {
    margin-bottom: 0px;
    padding-bottom: 0;
    border-bottom: 0;
}

.header__cart_mini .cart__table_content_pill:after {
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background: rgba(84, 84, 84, 0.1);
}

.header__cart_mini .cart__table_content_pill:last-child:after {
    display: none;
}

.header__cart_mini .cart__table_content_pill_img {
    margin-bottom: 10px;
    width: calc(100% - 25px);
    align-content: center;
}

.header__cart_mini .cart__table_content_pill_img img {
    width: 21%;
}

.header__cart_mini .cart__table_content_pill_name {
    font-size: 13px;
    line-height: 1.15;
    flex-wrap: wrap;
    text-transform: capitalize;
}

.header__cart_mini .cart__table_content_pill_amouts,
.header__cart_mini .cart__table_content_pill_price {
    flex-grow: 1;
    flex-shrink: 1;
    width: 50%;
}

.header__cart_mini .cart__table_content_pill_amouts {
    padding: 0px;
    font-size: 10px;
    text-align: left;
    padding-left: 9px;
}

.header__cart_mini .cart__table_content_pill_price {
    font-size: 12px;
    text-align: right;
}

.header__cart_mini .cart__table_content_result {
    padding-top: 15px;
    margin-top: 20px;
}
.cart-mini__btn{
    font-size: 16px !important;
    text-transform: uppercase !important;
    position: relative;
    display: block;
    text-align: center;
    height: 45px !important;
    line-height: 26px !important;
    padding-right: 40px !important;
    margin-top: 20px !important;
}
.cart-mini__btn:hover {
    background-color: #ffa46c !important;
    color: #fff !important;
}
.cart-mini__btn:after{
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2cHgiIGhlaWdodD0iMTBweCIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTkwIDEwMDIiPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik00MTAgNTAxbC0zODAgMzc3Yy0yOCwyOSAtMjgsNzQgMCwxMDMgMjgsMjggNzQsMjggMTAzLDBsNDI3IC00MjZjMTUsLTE1IDIyLC0zNSAyMSwtNTQgMSwtMjAgLTYsLTQwIC0yMSwtNTVsLTQyNyAtNDI1Yy0yOSwtMjggLTc1LC0yOCAtMTAzLDAgLTI4LDI4IC0yOCw3NCAwLDEwMmwzODAgMzc4eiIvPjwvc3ZnPg==") no-repeat center center;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
}

.header__cart_mini .cart__table_content_result_header {
    width: 100%;
    padding-left: 65px;
    font-size: 12px;
}
.header__cart_mini .cart__table_content_result_header{
    font-size: 16px;
}

.header__cart_mini .cart__table_content_result .btn_big {
    padding: 10px 15px;
    background: rgba(255, 127, 67, 1);
    border-color: rgba(255, 127, 67, 1);
    color: #fff;
    font-size: 9px;
    min-width: 130px;
    width: 100%;
    white-space: nowrap;
    box-sizing: border-box;
    letter-spacing: 0.075em;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.header__cart_mini .cart__table_content_result .btn_big:hover {
    color: rgba(255, 127, 67, 1);
    background: rgba(255, 255, 255, 1);
    /*-webkit-box-shadow: inset 0px 0px 5px -1px rgba(0, 0, 0, 0.5);*/
    /*-moz-box-shadow: inset 0px 0px 5px -1px rgba(0, 0, 0, 0.5);*/
    /*-o-box-shadow: inset 0px 0px 5px -1px rgba(0, 0, 0, 0.5);*/
    /*-ms-box-shadow: inset 0px 0px 5px -1px rgba(0, 0, 0, 0.5);*/
    /*box-shadow: inset 0px 0px 5px -1px rgba(0, 0, 0, 0.5);*/
}

/*=============================================================================================
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*catalog_product*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/

/*catalog_product__text_content*/

.catalog_product__text_content {
    margin-bottom: 2%;
    width: 100%;
}

.catalog_product__text_content_header {
    float: left;
    width: 100%;
    letter-spacing: 0.07em;
}

.catalog_product__text_content p {
    float: left;
    margin: 0.444% 0px 2.1%;
    padding: 0px;
    width: 100%;
    letter-spacing: 0.07em;
    line-height: 2.5;
    font-size: 12px;
}

.catalog_product__items {
    margin-bottom: 0;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}

.catalog_product__items .products__item {
    padding: 20px 0 0px;
    margin-bottom: 20px;
    justify-content: center;
    position: relative;
    background: #f9f9f9;
}

.catalog_product__items .products__item h3,
.product__item_description_content_header {
    position: relative;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.07em;
}
.catalog_product__items .products__item h3{
    padding-bottom: 10px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
}

.catalog_product__items .products__item_img {
    height: 253px;
}
.catalog_product__items .products__item_img img{
    float: none;
    max-width: 95%;
}
.catalog_product__items .products__item_img picture{
    text-align: center;
}
.products__item_img_brend {
    margin: 0 15px;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid rgba(44, 44, 44, 0.2);
    align-content: center;
    justify-content: center;
    background: #577796;
}
.btn__checkout{
    color: #fff;
    background: #ff7f43;
    border: 1px solid #ff7f43;
    position: relative;
    white-space: nowrap;
    padding: 17px 40px 17px 20px !important;

}
.btn__checkout span{
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2cHgiIGhlaWdodD0iMTBweCIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTkwIDEwMDIiPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik00MTAgNTAxbC0zODAgMzc3Yy0yOCwyOSAtMjgsNzQgMCwxMDMgMjgsMjggNzQsMjggMTAzLDBsNDI3IC00MjZjMTUsLTE1IDIyLC0zNSAyMSwtNTQgMSwtMjAgLTYsLTQwIC0yMSwtNTVsLTQyNyAtNDI1Yy0yOSwtMjggLTc1LC0yOCAtMTAzLDAgLTI4LDI4IC0yOCw3NCAwLDEwMmwzODAgMzc4eiIvPjwvc3ZnPg==) no-repeat center center;
    content: "";
    width: 40px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

}
.btn__checkout:hover{
    background: #ffa46c !important;
    color: #fff !important;
}
.cart__index .cart__table_header{
    background: rgba(147, 208, 184, 1);
    color: #000;
}
.catalog_product__items .btn_big {
    cursor: pointer;
    display: block;
    padding: 4.5% 10.5%;
    color: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    background: rgba(255, 127, 67, 1);
    border-color: rgba(255, 127, 67, 1);
    /*font-family: monst_b;*/
    font-weight: bold;

}
.cat__item-bottom{
    background: #577796;
    width: 100%;
    padding-bottom: 30px;
    padding-top: 15px;
    display: flex;
    border-radius: 0 0 10px 10px;
    justify-content: center;
    align-items: center;
}

.catalog_product__items .btn_big:hover {
    color: rgba(255, 127, 67, 1);
    background: #fff;
}

/*=============================================================================================
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*blog*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/

/*aside_left*/

.aside_left {
    position: relative;
    padding: 2.7% 0px 4%;
    width: 23.2%;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    overflow: hidden;
}

.bg_left_aside {
    display: none;
}

.aside_left:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(112, 209, 184, 1);
    z-index: 2;
}

.aside_left__header {
    margin-bottom: 5.5%;
    width: 100%;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.07em;
}

.aside_left__menu {
    padding: 0px 5% 0px 14.4%;
    width: 100%;
    box-sizing: border-box;
}

.aside_left__menu li {
    margin: 7% 0px 7.14%;
    width: 100%;
    letter-spacing: 0.085em;
}

.aside_left__menu li.active {
    /*font-family: 'monst_m';*/
    font-weight: 500;
}

.aside_left__menu li a {
    position: relative;
}

.aside_left__menu li a:after {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0px;
    width: 0px;
    height: 1px;
    background: #2c2c2c;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.aside_left__menu li a:hover:after {
    width: 100%;
}

.aside_left + .content_page {
    width: 74.5%;
}

.blog_articles {
    width: 100%;
}

.blog_articles__title {
    position: relative;
    margin-bottom: 3.55%;
    padding: 4% 4% 4.2% 4.5%;
    width: 100%;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
}

.blog_articles__title:last-child {
    margin-bottom: 11.3%;
}

.blog_articles__title_img {
    position: relative;
    padding-top: 39%;
    width: 50%;
    height: 0px;
    border-radius: 10px;
    overflow: hidden;
}

.blog_articles__title_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.blog_articles__title_content {
    width: 46.1%;
}

.blog_articles__title_content h3 {
    float: left;
    margin: 1% 0px;
    color: #545454;
    text-align: left;
    font-weight: normal;
}

.blog_articles__title_content_date_view {
    float: left;
    margin: 2% 0px 8.7%;
    width: 100%;
    align-content: center;
    justify-content: space-between;
}

.blog_articles__title_content_date {
    padding-left: 1%;
    font-size: 12px;
    letter-spacing: 0.07em;
}

.blog_articles__title_content_view {
    font-size: 10px;
    letter-spacing: 0.07em;
}

.blog_articles__title_content_view span {
    padding: 0px 15% 0px 25%;
}

.blog_articles__title_content_view .img_svg {
    width: 12px;
    height: 12px;
    /*fill: #383a48;*/
}

.blog_articles__title_content_description {
    float: left;
    width: 100%;
    max-height: 200px;
    overflow: hidden;
}

.blog_articles__title_content_description p {
    margin: 0px;
    padding: 0px;
    color: #545454;
    line-height: 2.2;
    letter-spacing: 0.075em;
}

.blog_articles__title_btn {
    position: absolute;
    right: 4.1%;
    bottom: 13px;
    color: #545454;
    font-size: 12px;
    text-transform: unset;
    letter-spacing: 0.07em;
    background: #fff;
}

.blog_articles__title_btn:after {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0px;
    width: 0px;
    height: 1px;
    background: #545454;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.blog_articles__title_btn:hover:after {
    width: 100%;
}
.footer__subscribe{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.footer__logo{
    width: 100%;
}
.footer__logo{
    flex-wrap: wrap;
    flex-direction: column;
    display: flex;
    max-width: 320px;
}
.footer__logo .footer__header {
    font-size: 14px;
    width: 100%;
    letter-spacing:0.91px;
    line-height:23.1px;
}
.footer__subscribe form{
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}
.footer__subscribe input{
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.13);
    border-radius: 7px;
    width: 100%;
    background: #fff;
    height: 39px;
    padding-left: 56px;
}
.footer__subscribe-before{
    width: 56px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;


}
.footer__subscribe button{
    width: 80px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 127, 67, 1);
    border-radius: 7px;
    border: 1px solid #fff;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.9px;
    position: absolute;
    right: 0;
    text-transform: capitalize;
}
.footer__subscribe button svg{
    max-width: 17px;
    fill: #fff;
}
.footer__subscribe-before svg{
    max-width: 17px;
    fill: rgba(255, 127, 67, 1);
}
/*=============================================================================================
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*description_article*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/

/*description_article*/

.description_article {
    float: left;
    padding: 0;
    width: 100%;
    color: #545454;
}
.description_article h1{
    font-size: 36px;
    margin: 0 0 20px;
    /*font-family: monst_m;*/
    font-weight: 500;
}

.description_article .blog_articles__title_img {
    float: left;
    margin-right: 2.5%;
    padding-top: 26.5%;
    width: 40.2%;
}

.description_article h3 {
    text-align: left;
}

.description_article p {
    margin: 0 0px 10px;
    line-height: 26px;
    letter-spacing: 0.075em;
}
.description_article p:last-child, .description_article ul:last-child{
    margin-bottom: 40px;
}
.faq__title{
    margin-top: 0;
    margin-bottom: 15px;
    padding: 5px 15px;
    background: #f7f7f7;
    font-size: 17px;
    line-height: 1.5;
    cursor: pointer;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    /*font-family: monst_m;*/
    position: relative;
    font-weight: 500;
    padding-right: 40px;
}
.faq__title:after{
    position: absolute;
    content: "\f107";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 9px;
    right: 15px;
    transition: .3s all;
}
.faq__title.open:after{
    transform: rotate(180deg);
}
.faq__content{
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 20px;
    display: none;
}
.menu.header__catalog-menu{
    justify-content: space-between;
}
/*=============================================================================================
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*contact*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/

/*contact*/

.contact {
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.contact h3 {
    color: #545454;
}
.flash-success{
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 4px;
    text-shadow: 0 1px 0 #fff;
    background: #f2fae3;
    color: #659f13;
    border-color: rgba(101,159,19,.3);
    /*font-family: monst_m;*/
    font-weight: 500;
}
.btn-home{
    height: 40px;
    line-height: 38px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    display: inline-flex;
    align-items: center;
}
.btn-home svg{
    fill: #fff;
    max-width: 14px;
    margin-right: 15px;
}
.btn-home:hover svg{
    fill: #ff7f43;
}

.contact__bg_form {
    margin: 2% 0px 5.8%;
    padding: 3.7% 3.15%;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    justify-content: flex-start;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}
.contact__bg_form_label .error{
    border: 1px solid #e78073!important;
    -moz-box-shadow: 0 0 5px rgba(225,87,70,0.5);
    -webkit-box-shadow: 0 0 5px rgba(225,87,70,0.5);
    box-shadow: 0 0 5px rgba(225,87,70,0.5)
}
.contact__bg_form_label{
    width: 100%;
    border: 0 !important;
    padding: 0 !important;
}
.contact__bg_form_label input {
    width: 100%;
    letter-spacing: 0.07em;
    margin-bottom: 4%;
    padding: 3.4% 5.5%;
    width: 100%;
    font-size: 12px;
    border-radius: 10px;
    color: rgba(84, 84, 84, 0.9);
    box-sizing: border-box;
    padding: 2% 3% 2.3%;
    border: 1px solid rgba(0, 0, 0, 0.13);
}
.contact__bg_form_label input, .contact__bg_form_label textarea, .contact__title{
    letter-spacing: 0.5px !important;
    font-size: 14px !important;
    /*font-family: monst_r !important;*/
    font-weight: 400;
}
.contact__btn{
    min-width: 260px;
    width: 50% !important;
    margin-left: auto;
    margin-right: auto;
}
.contact__btns{
    width: 100%;
}
.contact__captcha{
    width: 100%;
    text-align: center;
}
.contact__captcha img{
    float: none;
}
.header__catalog-menu>li.submenu{
    position: relative;
}
.header__catalog-menu>li.submenu:first-child>ul.menu{
    width: 700px;
}
.header__catalog-menu>li.submenu:first-child>ul.menu li{
    width: calc(50% - 5px);
}
.btn__pill_cart a{
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.contact__title{
    margin-top: 30px;
    margin-bottom: 5px;
}
.contact__bg_form_label textarea {
    width: 100%;
    height: 98px;
    resize: unset;
    letter-spacing: 0.07em;
    padding: 2% 3% 2.3%;
    border: 1px solid rgba(0, 0, 0, 0.13);
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: none;
}
#cc_info{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 20px;
}

.contact__bg_form .btn {
    cursor: pointer;
    margin-top: 1.7%;
    padding: 15px 30px;
    color: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    /*font-family: monst_b;*/
    font-size: 16px;
    font-weight: bold;
}

.contact__bg_form .btn:hover {
    color: rgba(147, 208, 184, 1);
    background: #fff;
}

/*=============================================================================================
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*product*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/

/*product*/

.product {
    position: relative;
    float: left;
    width: 100%;
}

.product .product__title {
    margin-top:-10px;
    margin-bottom: 0;
    color: #545454;
    text-align: left;
    /*font-family: monst_sb;*/
    font-size: 36px;
    font-weight: 600;
}

.product .reviews__item_info_rating_all {
    position: absolute;
    right: 0;
    top: -2px;
    width: auto;
    box-sizing: border-box;
    float: right;
    cursor: pointer;
}

.product .reviews__item_rating_star {
    width: 95px;
    /*height: 19px;*/
    height: 20px;
    /*background-size: 19px;*/
    background-size: 19px 20px;
}

.product .reviews__item_info_rating {
    width: auto;
    height: 19px;
}

.product__item {
    margin-top: 20px;
    padding: 35px 10px 30px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    justify-content: space-between;
    box-sizing: border-box;
}
.product .product__item{
    padding-bottom: 0;
}

.product__item_slider {
    width: 38%;
    border-right: 1px solid rgba(84, 84, 84, 0.21);
    box-sizing: border-box;
    position: relative;
}
.product__item-spec{
    position: absolute;
    z-index: 1;
    right: 27px;
    top: 15px;
}
.product__item-spec img{
    max-width: 150px;
}
.product__item-spec-text{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 19px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-size: 16px;

}

/*slick_slider*/

.product__item_slider_big {
    position: relative;
    float: left;
    width: 100%;
    height: 283px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.one_of_slide {
    justify-content: center;
    align-content: center;
    align-items: center;
    outline: none;
}
.one_of_slide img{
    max-width: 95%;
    max-height: 95%;
}

.slick-initialized .slick-slide {
    display: flex;
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.product__item_slider_nav {
    position: relative;
    padding: 0px 10%;
    float: left;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    justify-content: center;
}

.product__item_slider_nav .slick-list {
    padding: 0px 0px 4px;
}

.product__item_slider_nav .one_of_slide {
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    border: 2px solid rgba(147, 208, 184, 0);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.product__item_slider_nav .one_of_slide.slick-current {
    border: 2px solid rgba(147, 208, 184, 1);
}

.slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 0px;
    width: 10%;
    height: 100%;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.slick-arrow:hover {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.slick-prev {
    right: -10%;
    background: url(img/right_arrow_slider.png) center no-repeat;
}

.slick-next {
    left: -10%;
    background: url(img/left_arrow_slider.png) center no-repeat;
}

/*end_slick_slider*/

.product__item_description {
    padding: 0;
    width: 60%;
    color: #545454;
    align-content: flex-start;
}

.product__item_description_lines {
    float: left;
    width: 100%;
}

.product__item_description_line {
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
}

.product__item_description_line_icon .img_svg.pill {
    float: left;
    margin-top: -3px;
    margin-left: 0 !important;
    height: 32px;
}
.product__item-icon{
    width: 32px;
    text-align: left;
}
.product__item_description_line_icon .img_svg.delivery {
    float: left;
    width: 38px;
    height: 27px;
    fill: rgba(84, 84, 84, 1);
}

.product__item_description_line_icon .img_svg.credit {
    float: left;
    width: 31px;
    height: 28px;
    fill: rgba(84, 84, 84, 1);
}

.product__item_description_line_icon {
    align-items: center;
}

.product__item_description_line_icon span {
    margin-left: 0px;
    letter-spacing: 0.08em;
    text-transform: capitalize;

}
.product__features{
    margin-top: 30px;
}
.product__features-title{
    font-size: 22px !important;
    text-align: center;
    font-weight: 600;
}
.product__features table{
    width: 100%;
    border: 2px solid rgba(0,0,0,0.3);
    margin-top: 10px;
}
.product__features td:first-child{
    font-weight: 700;
}
.product__features td{
    font-size: 16px;
    letter-spacing: .03em;
}
.product__features td:not(:first-child) strong{
    font-weight: 400;
}
.product__item_description_line_icon_result {
    position: relative;
    letter-spacing: 0.08em;
}

.product__item_description_line:first-child .product__item_description_line_icon_result {
    padding-right: 32px;
}
.product__item_description_line:last-child .product__item_description_line_icon_result {
    padding-right: 4px;
}
.product .product__item_description_line_icon_result.yes{
    background: rgba(147, 208, 184, 1);
    height: 23px;
    color: #fff;
    width: 40px;
    text-align: center;
    line-height: 21px;
    border-radius: 4px;
    /*font-family: monst_b;*/
    justify-content: center;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 16px;
    margin-right: 183px;
}

.product__item_description_line_icon_result img {
    margin-left: 17px;
}

.product__item_description_content {
    margin-top: 30px;
    width: 100%;
    line-height: 22px;
    letter-spacing: 0.075em;
}

/*=============================================================================================*/

/*dosage*/

.dosage {
    padding: 0px;
    width: 100%;
}

.dosage .products__item {
    margin-bottom: 0;
    padding: 0px;
    width: 100%;
    background: rgba(255, 127, 67, 0);
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0);
    -o-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0);
    -ms-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0);
}

.dosage .products__item_table {
    margin-top: 20px;
}
.product__item_description h1{
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 26px;
    /*font-family: monst_r;*/
    font-weight: 800;
}

.dosage .products__item_table_tabs {
    border: unset;
    justify-content: space-between;
    border-radius: 10px 10px 0 0;

}
.dosage .products__item_table_tabs span{
    flex: 1 1 0;
    margin: 0;
    background: #fff;
    border: 1px solid rgba(44, 44, 44, 0.2);
    border-bottom: 0;
}
.dosage .products__item_table_tabs span+span{
    border-left: 0;
}
.dosage .products__item_table_tabs span:first-child{
    border-top-left-radius: 10px;
}
.dosage .products__item_table_tabs span:last-child{
    border-top-right-radius: 10px;
}
.dosage .products__item_table_tabs span.active{
    color: #fff;
    background: rgba(255, 127, 67, 1);
}

.dosage .products__item_table_tab {
    flex-grow: 0;
    flex-wrap: wrap;
    flex-shrink: 0;
    margin-right: 20px;
    padding: 1% 0px;
    min-width: unset;
    letter-spacing: 0.075em;
    border: unset;
    background: rgba(255, 127, 67, 0);
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0);
    -o-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0);
    -ms-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0);
}

.dosage .products__item_table_tab:last-child {
    margin-right: 0px;
}

.dosage .products__item_table_tab:hover {
    color: rgba(44, 44, 44, 1);
    background: rgba(255, 127, 67, 0);
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0);
    -o-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0);
    -ms-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0);
}

.dosage .products__item_table_tab.active {
    color: rgba(255, 127, 67, 1);
}

.dosage .products__item_table_content {
    border-radius: 0 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    color: #545454;
    overflow: hidden;
    box-sizing: border-box;
}

.dosage .products__item_table_content_header {
    width: 100%;
    color: #fff;
    background: rgba(147, 208, 184, 1);
}

.dosage .products__item_table_content_header .products__item_table_content_header_name {
    box-sizing: border-box;
}

.dosage .products__item_table_content_header_name {
    padding: 10px 0px;
    width: 35%;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.21);
}
.dosage .products__item_table_tab{
    background: rgba(255, 127, 67, 1);

}

.dosage .products__item_table_pill {
    padding: 0px;
    width: 100%;
    /*min-height: 69px;*/
    border: unset;
}

.dosage .products__item_pill_name,
.dosage .products__item_pill_quantity,
.dosage__pill,
.dosage .products__item_pill_price,
.dosage__pill_btn {
    padding: 5px;
    width: 35%;
    text-align: center;
    color: #545454;
    border-right: 1px solid rgba(0, 0, 0, 0.13);
    box-sizing: border-box;
}
.products__item_table_content_header .products__item_table_content_header_name:nth-child(3),
.products__item_table_content_header .products__item_table_content_header_name:last-child,
.dosage .products__item_pill_price{
    width: 15%;
}
.products__item_table_content_header .products__item_table_content_header_name:nth-child(2){
    width: 35%;
}
.dosage .products__item_pill_quantity {
    font-size: 16px;
}

.dosage .products__item_pill_name {
    font-size: 14px;
    text-transform: none;
}
.dosage .products__item_pill_name span{
    margin-left: 5px;
}

.dosage__pill_btn {
    border: unset;
    justify-content: center;
}
.product .product__item_description_line_icon_result{
    display: flex;
    align-items: center;

}
.product__item_description_line_icon_result img{
    max-height: 30px;
}

.dosage__pill_btn .btn {
    border: 1px solid rgba(255, 127, 67, 1);
    background: rgba(255, 127, 67, 1);
}

.dosage__pill_btn .btn:hover {
    background: rgba(255, 255, 255, 1);
}

.dosage__pill_btn .btn:hover .pill__icon_cart {
    fill: rgba(255, 127, 67, 1);
}


/*=============================================================================================*/

/*reviews__content*/

.reviews__content.one_product .reviews__item {
    position: relative;
    margin-bottom: 2.6%;
    padding: 0 0 20px;
    width: 100%;
}

.reviews__content.one_product .reviews__item:last-child {
    margin-bottom: 14.5%;
}

.reviews__content.one_product .reviews__item_info {
    margin: 0px;
    width: 80px;
    height: 60px;
    border-radius: 10px;
    border-top-right-radius: unset;
    background: rgba(147, 208, 184, 1);
    overflow: hidden;
    justify-content: center;
    padding: 0 0 5px;
}

.reviews__content.one_product .reviews__item_info_rating_all {
    justify-content: center;
}

.reviews__content.one_product .reviews__item_rating_star {
    width: 65px;
    /*height: 13px;*/
    height: 14px;
    background: url(img/icon_rating_star_bg.png) center repeat-x;
    /*background-size: 13px;*/
    background-size: 13px 14px;
}

.reviews__content.one_product .reviews__item_rating_result {
    order: 1;
    width: 100%;
    margin: 0px;
    color: #fff;
    font-size: 22px;
    text-align: center;
}

.reviews__content.one_product .reviews__item_info_rating {
    order: 2;
    margin-top: 3.1%;
    width: 65px;
    height: 13px;
}
.reviews__content.one_product .reviews__item_info_rating i{
    font-size: 7px;
}

.reviews__content.one_product .reviews__item_description {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 5%;
    width: calc(100% - 95px);
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0em;
}

.reviews__content.one_product .reviews__item_description .text_monstm {
    margin-bottom: 5px;
    /*font-family: monst_b;*/
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
}

.cart__table_content_pill_img img{
    max-width: none;
    margin-top: -10px;
    width: 60px;
}
.category>h2, .category h1{
    text-align: left;
    font-size: 24px;
    margin-bottom: 30px;
    /*font-family: monst_b;*/
    font-weight: bold;
}

.content-text h2, .category>h2{
    text-align: left;
    font-size: 18px;
}
.product__item_slider_nav .slider img, .product__item_slider_big .slider img{
    max-width: 98%;
    max-height: 98%;
}
.product__item_description_content  h2, .product__item_description_content h3, .description_article h3{
    line-height: 30px;
    text-align: left;
    font-size: 24px;
    margin-bottom: 10px;
}
.product__item_description_content  h2, .catalog_product__text_content h2, .description_article h2{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .02em;
}
.catalog_product__text_content h2{
    margin-bottom: 10px;
}
.product__item_description_content h3, .catalog_product__text_content h3{
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .02em;

}
.catalog_product__text_content p{
    margin-bottom: 15px;
    line-height: 22px;
    float: none;
}
.product__item_description_content h4, .product__item_description_content h5{
    margin-bottom: 30px;
}
.product__item_description_content h4, .catalog_product__text_content h4{
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .02em;
    margin-bottom: 10px;
}
.products__item  .products__item_pill_quantity {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 35%;
}
.products__item  .products__item_pill_quantity .products__item_pill_quantity_bonus{
    width: 90px;
    margin: 0 !important;
}
.product__item-description:before{
    content: "";
    display: block;
    clear: both;
}
.products__item_pill_quantity_text{
    font-size: 13px;
}
.product__item-description{
    margin-top: 30px;
}
.product__item-description p{
    margin: 0 0 15px;
}
.product__item-description p, .product__item-description li, .product__item_description_content p, .description_article p, .catalog_product__text_content p, .catalog_product__text_content li, .home__before-review p, .home__after-review p, .home__before-review li, .home__after-review li{
    font-size: 15px;
    letter-spacing: .03em;
    margin-top: 5px;
    margin-bottom: 20px;
}
ul li:last-child{
    margin-bottom: 0 !important;
}
.home__after-review td, .home__before-review td{
    line-height: 22px;
    font-size: 15px;
    letter-spacing: .03em;
}
.product__item_description_content li{
    font-size: 15px;
    letter-spacing: .03em;
    margin-top: 5px;
}
.product__item-description li, .catalog_product__text_content li{
    margin-bottom: 10px;
}
.home__before-review p, .home__after-review p{
    line-height: 22px;
    width: 100%;

}
.home__before-review table, .home__after-review table{
    margin-left: auto;
    margin-right: auto;
    max-width: 700px !important;
}
.home__before-review thead td, .home__after-review thead td{
    font-size: 17px;
}
.home__before-review tbody strong, .home__after-review tbody strong{
    font-weight: 600;
}
.page__dosage{
    margin-bottom: 0px;
}
.reviews h3{
    text-transform: capitalize;
}
.home__before-review a, .home__after-review a, .products__item_description p a{
    color: #d76300;
    text-decoration: underline;
}
.home__before-review a:hover, .home__after-review a:hover, .products__item_description p a:hover{
    text-decoration: none;
}
.home__before-review ul, .home__after-review ul{
    margin-bottom: 20px;
    padding-left: 20px;
}
.home__before-review li:not(:last-child), .home__after-review li:not(:last-child){
    margin-bottom: 10px;
}
.home__before-review li, .home__after-review li{
    list-style-type: disc;
}
.home__before-review h2, .home__after-review h2{
    font-size: 26px;
}
.home__before-review h3, .home__after-review h3{
    font-size: 22px;
}
.home__before-review h3, .home__after-review h3, .home__before-review h2, .home__after-review h2{
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 30px;
}
.home__before-review h2, .home__after-review h2, .home__before-review h3, .home__after-review h3, .home__h1, .home__h2{
    letter-spacing: 0.025em !important;
}
.reviews__content{
    margin-bottom: 30px;
}
.reviews .reviews__content{
    margin-top: 20px;
}
.product__item-description a, .description_article a, .product__item_description_content p a, .catalog_product__text_content a{
    color: #d76300;
    text-decoration: underline;
}
.product__item-description a:hover, .description_article a:hover, .product__item_description_content p a:hover, .catalog_product__text_content a:hover{
    text-decoration: none;
}
.catalog_product__text_content h1{
    margin-top: 0;
}
.catalog_product__text_content ol{
    padding-left: 20px;
}
.catalog_product__items .products__item h3{
    font-weight: 600;
}
.clear{
    clear: both;
}
.product__item-description ul, .catalog_product__text_content ul, .product__item_description_content ul, .product__item_description_content ol{
    padding-left: 20px;
    list-style-type: disc;
    margin-bottom: 20px !important;
}
.product__item-description p+ul{
    margin-bottom: 10px;
}
.dosage .products__item_table_tabs{
    flex-wrap: wrap;
}
.products__only-cat{
    width: 40% !important;
    text-align: left !important;
}
.products__only-cat .products__item_pill_quantity_text{
    text-align: left !important;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
.faq_list, .description_article ul{
    padding-left: 20px;
    list-style-type: disc;
}

.faq_list a{
    line-height: 24px;
    color: #236cc2;
}
.faq_list li, .description_article li{
    margin-top: 7px;
    line-height: 23px;
}
.faq_list a:hover{
    text-decoration: underline;
}
.description_article h2{
    text-align: left !important;
}
.article_faq h2{
    margin-bottom: 20px;
    margin-top: 40px;
}
.article_faq{
    margin-bottom: 100px;
}
#toPrint .step3{
    float: left;
    border-radius: 10px;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 50px;
}
#toPrint .step3 h3 {
    float: left;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 2% 0px 2.25%;
    width: 100%;
    color: #fff;
    text-align: center;
    background: #ff7f43;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    font-size: 14px;
}
#toPrint .invoice-block{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-content: space-around;
    /*font-family: 'monst_m';*/
    padding: 1.6% 3.5% 1.8%;
    font-weight: 500;
    width: 100%;
    font-size: 12px;
    background: #f7f7f7;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    box-sizing: border-box;
}
#toPrint .invoice-left{
    width: 40%;
}
#toPrint .invoice-right{
    width: 60%;
    font-weight: bold;
}
#toPrint .invoice-block + .invoice-block{
    border-top: 1px solid rgba(84, 84, 84, 0.1);
}

.page-thank .form-btn{
    cursor: pointer;
    padding: 2.4% 9.7%;
    color: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.header__phone span:last-child{
    display: flex;
    align-items: center;
}
.header__phone svg{
    max-height: 20px;
}
.products__item_img a{
    height: 100%;
}
.products__item_img img{
    max-height: 100%;
}
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
.mobile_nav{
    position: absolute;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: none;
}

.catalog_product__text_content h2{
    margin-bottom: 25px;
}
.product__item_description_content ul, .product__item_description_content ol{
    margin-bottom: 20px !important;
}
.catalog_product__text_content .category-container{
    margin-bottom: 30px;
}
.catalog_product__text_content li:not(:last-child), .product__item_description_content li:not(:last-child){
    margin-bottom: 10px;
}
table{
    border: 1px solid rgba(44, 44, 44, 0.2);
    border-radius: 10px;
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 20px;
}
table td{
    border: 1px solid rgba(44,44,44,0.2);
    padding: 5px 10px;
}
table strong{
    font-weight: 700;
}

@media (max-width: 1366px) {

    .flag_country__bg_block img {
        max-width: 100%;
        min-width: unset;
        max-height: 100%;
        min-height: unset;
    }

    .flag_country__content .title_obj {
        margin-top: 10%;
        margin-bottom: 4%;
        font-size: 36px;
    }

    h2 {
        font-size: 28px;
    }

    .under_header {
        font-size: 16px;
    }

    h3,
    .product__item_description_content_header {
        font-size: 22px;
    }

}

/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/

@media (max-width: 1365px) {

    .center_block {
        position: relative;
        margin: 0px auto;
        min-width: unset;
        width: 98%;
    }

    .header__phone_cart {
        margin: 0.8% 0px 3%;
    }

    .index .header__nav {
        -bottom: -35%;
    }

    .flag_country__description {
        margin-bottom: 5%;
    }

    .flag_country__content .title_obj {
        margin-top: 7%;
    }

    .description_article {
        padding-top: 0px;
    }

    .crumbs {
        margin-top: 4%;
    }

    .blog_articles__title {
        margin-bottom: 3%;
        padding: 3%;
    }

    .aside_right {
        margin-bottom: 15%;
    }

    .footer {
        padding-top: 2%;
    }

    .footer__payment div {
        margin-bottom: 5%;
    }

    .footer__header {
        margin-bottom: 0%;
    }

    .footer__payment,
    .footer__delivery {
        padding-top: 2%;
    }

    .footer__copyright {
        margin-top: 1%;
    }

    .contact {
        padding: 0px;
    }

}

/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/

@media (max-width: 1279px) {

    body {
        font-size: 13px;
    }

    header .center_block .left_block,
    .index header .center_block .left_block {
        padding: 2% 0px;
        justify-content: space-between;
        align-items: center;
    }

    .header__phone_cart {
        margin: 0;
        min-width: auto;
    }

    .menu,
    .index .menu {
        width: auto;
    }

    .index .header__logo {
        position: static;
        left: 0px;
    }

    .index .header__phone_cart {
        margin: 0;
    }

    .index .header__nav {
        position: relative;
        bottom: auto;
        width: auto;
        justify-content: flex-end;
        z-index: 2;
    }

    .submenu .menu {
        padding-left: 3%;
        padding-right: 3%;
    }

    .submenu:hover .menu {
        padding-top: 2%;
        padding-bottom: 2%;
    }

    .submenu .menu li {
        line-height: 2.8;
    }

    .description_article p {
        margin: 1% 0px;
        line-height: 2;
    }

    .aside_left__menu {
        padding: 0px 3% 0px 5%;
    }

    .aside_left__menu li {
        margin: 4.5% 0px;
    }

    .blog_articles__title_content {
        width: 47%;
    }

    .blog_articles__title_content h3,
    .product__item_description_content_header {
        margin: 0px;
        font-size: 20px;
        text-align: left;
    }

    .blog_articles__title_content_date_view {
        margin: 1% 0px 5%;
    }

    .blog_articles__title_content_description {
        max-height: 160px;
    }

    .blog_articles__title_content_description p {
        margin: 0px;
        padding: 0px;
        line-height: 2;
    }

    .blog_articles__title_btn {
        right: 4%;
        bottom: 7%;
    }

    .catalog_product__top {
        padding: 1% 2%;
        top: -16px;
        right: 2%;
        font-size: 10px;
    }

    .flag_country__content {
        /*padding-top: 3%;*/
        padding-top: 0px;
    }

    .flag_country__content .title_obj {
        margin: 0px;
        margin-bottom: 3%;
        font-size: 30px;
    }

    .flag_country__content_descriptions {
        padding-bottom: 0px;
    }

    .flag_country__description {
        margin: 0px 0.5%;
        margin-bottom: 4%;
        width: 32%;
        justify-content: center;
    }

    .flag_country__description_text {
        padding-top: 2%;
        line-height: 1.75;
    }

    .products {
        padding-top: 4%;
    }

    .under_header {
        padding-top: 1%;
        font-size: 15px;
    }

    h2 {
        font-size: 26px;
    }

    .btn__view_all {
        bottom: -5px;
    }

    .products__item_table_tab {
        font-size: 16px;
    }

    .products__item_pill_name,
    .products__item_pill_price {
        font-size: 15px;
    }

    .btn_show_more {
        font-size: 13px;
    }

    .reviews {
        padding-top: 0px;
    }

    .reviews__item {
        padding: 0% 1% 1%;
        margin-bottom: 2.5%;
        width: 32%;
        /*min-height: 300px;*/
    }

    .reviews__item_img {
        padding-top: 2%;
    }

    .reviews__item_info {
        margin-top: 0px;
    }

    .reviews__item_info_date_creat {
        font-size: 12px;
    }

    .reviews__item_description {
        max-height: none;
        overflow: hidden;
    }

    .footer__payment_delivery {
        width: 25%;
    }

    .footer__contacts {
        width: 24%;
    }

    .dosage .products__item_pill_name,
    .dosage .products__item_pill_quantity,
    .dosage__pill,
    .dosage .products__item_pill_price,
    .dosage__pill_btn {
        padding: 1% 0px;
    }

    .dosage .products__item_pill_quantity {
        font-size: 13px;
    }

    .reviews__content.one_product .reviews__item {
        padding: 0px 0px 2%;
        min-height: unset;
    }

    .reviews__content.one_product .reviews__item_info {
        width: 9%;
        height: 45%;
    }

    .reviews__content.one_product .reviews__item_description {
        margin-top: 3%;
        padding-right: 5%;
        width: 88%;
        max-height: unset;
        font-size: 13px;
        line-height: 2.2;
    }

}

/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/

@media (max-width: 1023px) {
    .order_step__content_form_pay_right{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .order_step__content_form_pay_right img{
        max-width: 100%;
        max-height: 85px;
    }
    .order_step__content_form_pay_right img+img{
        margin-top: 10px;
        margin-left: 0;
    }
    body {
        font-size: 12px;
    }

    header .center_block .left_block,
    .index header .center_block .left_block {
        padding: 1% 0px;
    }
    body .go_to_top{
        /*bottom: 100px !important;*/
    }

    .index .header__phone_cart,
    .header__phone_cart {
        margin: 0px 0px 2%;
    }

    footer:not(.cookie_inform){
        padding-bottom: 80px !important;
    }

    .index .header__phone_cart {
        min-width: auto;
        margin: 0;
    }

    .header__phone_cart {
        min-width: auto;
    }

    .index .header__nav {
        justify-content: space-between;
    }

    .menu,
    .index .menu {
        width: 100%;
    }

    .submenu .menu li {
        width: 32%;
        line-height: 2.5;
    }

    .flag_country__content .left_block {
        width: 57%;
    }

    .flag_country__description {
        margin-bottom: 2%;
        width: 32.5%;
        font-size: 11px;
    }

    .flag_country__content .title_obj {
        margin-bottom: 2%;
        font-size: 26px;
    }

    h2 {
        font-size: 22px;
    }

    .under_header {
        font-size: 13px;
        width: 80%;
    }

    h3,
    .product__item_description_content_header {
        font-size: 18px;
    }

    .products__item {
        padding: 1.5% 0px;
        -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
        -o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
        -ms-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
    }

    .products__item_description {
        height: 84px;
        line-height: 1.8;
    }

    .btn__view_all {
        bottom: -1px;
    }

    .btn__view_all:before {
        bottom: 2px;
    }

    .products__item_table_pill {
        padding: 0px 2%;
        /*min-height: 75px;*/
    }

    .index .products__item_table_pill {
        min-height: 75px;
    }

    .products__item_pill_name,
    .products__item_pill_price {
        font-size: 12px;
    }

    .products__item_pill_quantity {
        width: 22%;
    }

    .reviews__item {
        padding: 2% 1%;
    }

    .reviews__item_img {
        padding-top: 0px;
        width: 50%;
    }

    .reviews__item_header {
        padding-top: 0px;
        width: 50%;
        line-height: 1.8;
        font-size: 12px;
        letter-spacing: 0em;
    }

    .reviews__item_info_date_creat {
        margin: 2% 0px 2%;
        width: 100%;
        font-size: 11px;
    }

    .reviews__item_description {
        max-height: none;
        font-size: 11px;
    }

    .reviews__item .block_span {
        margin-top: 2%;
    }

    .reviews__item .btn_show_more {
        font-size: 10px;
    }

    .footer__payment_delivery {
        width: 33%;
    }

    .footer__contacts {
        width: 29%;
    }

    .footer__copyright {
        margin-top: 1.5%;
    }

    .aside_left {
        width: 29%;
    }

    .aside_left + .content_page {
        width: 69%;
    }

    .blog_articles__title {
        padding: 2% 1%;
    }

    .blog_articles__title_content h3,
    .product__item_description_content_header {
        font-size: 14px;
    }

    .blog_articles__title_content_date_view {
        margin: 2% 0px 4%;
    }

    .blog_articles__title_content_date {
        font-size: 10px;
    }

    .blog_articles__title_content_description {
        max-height: 140px;
    }

    .blog_articles__title_content_description p {
        font-size: 11px;
        line-height: 1.8;
    }

    .blog_articles__title_btn {
        right: 2%;
        bottom: 8.5%;
    }

    .blog_articles__title_btn:before {
        position: absolute;
        content: '';
        top: 0px;
        left: -10px;
        width: 10px;
        height: 100%;
        background: #fff;
    }

    .aside_left__header {
        margin-bottom: 3%;
        font-size: 18px;
    }

    .cart__table_description {
        padding: 1.6% 2% 1.8%;
        font-size: 10px;
    }

    .cart__table_content {
        padding: 3% 2%;
    }

    .cart__table_content_pill_name {
        margin-left: 5%;
        padding-top: 0px;
        width: 63%;
    }

    .cart__table_content_addition {
        padding-left: 0px;
        font-size: 11px;
    }

    .cart__table_content_addition_text {
        width: 80%;
    }

    .cart__table_content_addition_text .pink {
        float: unset;
        padding-left: 10px;
        width: auto;
    }

    .btn_big {
        padding: 2.5% 3.3%;
        min-width: 170px;
        font-size: 10px;
        letter-spacing: 0.05em;
        text-align: center;
    }

    .btn.grey {
        min-width: 210px;
    }

    .aside_right .footer__contacts {
        padding: 5%;
    }

    .aside_right__baner_text {
        font-size: 22px;
    }

    .aside_right__min_cart_pill {
        padding: 2.7% 2%;
    }

    .aside_right__min_cart_pill_content {
        padding: 2% 0px;
        width: 55%;
    }

    .aside_right__min_cart_pill .cart__table_content_pill_img {
        width: 30%;
    }

    .aside_right__min_cart_pill .cart__table_content_pill_img img {
        width: 90%;
    }

    .aside_right__min_cart_pill .cart__table_content_pill_name {
        font-size: 10px;
    }

    .aside_right__min_cart_pill .btn__pill_cart {
        right: 2%;
        width: 30px;
        height: 30px;
    }

    .aside_right__min_cart_pill .cart__table_content_pill_price {
        font-size: 10px;
        font-weight: 800;
    }

    .radio__text br,
    .checkbox__text br {
        display: none;
    }

    .order_step__content_form_data_line {
        height: 36px;
        max-height: unset;
        align-items: center;
    }

    .order_step__content_form_data_line.bg_input input {
        font-size: 12px;
    }

    .radio__text,
    .checkbox__text {
        font-size: 18px;
        line-height: 1.8;
    }

    .checkbox__text:before,
    .order_step__content_form_pay .order_step__content_form_delivery_line .checkbox__text:before {
        top: 0px;
        left: 0px;
    }

    .checkbox__text:after,
    .order_step__content_form_pay .order_step__content_form_delivery_line .checkbox__text:after {
        top: 5px;
        left: 5px;
    }

    .order_step__content_form_pay_right {
        width: 35%;
    }

    .order_step__content_form_pay_left {
        width: 60%;
    }

    .order_step__content_form_pay_left .order_step__content_form_data_line {
        margin-bottom: 1.5%;
        justify-content: space-between;
    }

    .order_step__content_form_pay_left .order_step__content_form_data_line .radio__text {
        padding-right: 0px;
    }

    .order_step__content_form_pay_left .order_step__content_form_data_line.bg_input input {
        font-size: 12px;
    }

    .order_step__content_form_pay_left .order_step__content_form_data_line.bg_input {
        padding: 2% 3% 2.3%;
    }

    .order_step__content {
        padding: 4.9% 3% 0.65%;
    }

    .selector__result {
        max-height: 36px;
    }

    .order_step__content_form_pay_left .order_step__content_form_data_line.selector .selector__result {
        padding: 8% 20% 8% 14%;
        max-height: 36px;
    }

    .order_step__content_form_pay_left_header {
        padding: 5% 0px 4%;
    }

    .order_step__content_form_pay_cvv {
        margin-top: 7%;
    }

    .order_step__content_form_pay_right img {
        margin-right: 0px;
        margin-bottom: 8px;
    }

    .order_step__content_form_pay_right img:last-child {
        margin-bottom: 0px;
    }

    .order_step__content_form_pay_cvv .order_step__content_form_data_line.bg_input {
        padding: 2% 6% 2.3%;
        margin: 0px;
    }

    .catalog_product__items .products__item_img img {
        max-width: 100%;
    }

    .catalog_product__top {
        padding: 0% 2%;
        top: -14px;
    }

    .catalog_product__text_content p {
        margin: 0.5% 0px 1%;
        line-height: 2.2;
    }

    .product__item_description_line_icon span {
        margin-left: 15px;
        letter-spacing: 0.05em;
        font-size: 19px;
    }

    .one_of_slide img {
        max-width: 100%;
    }

    .product__item {
        padding: 2% 1%;
    }

    .products__item_table_tab {
        font-size: 14px;
    }

    .dosage .products__item_table_content_header .products__item_table_content_header_name {
        font-size: 10px;
    }

    .dosage .products__item_pill_name, .dosage .products__item_pill_quantity, .dosage__pill, .dosage .products__item_pill_price, .dosage__pill_btn {
        padding: 1% 0px;
        font-size: 11px;
    }

    .btn__pill_cart {
        width: 36px;
        height: 36px;
    }

    .index .reviews__content {
        margin-top: 3%;
    }

    .reviews__content {
        margin-top: 0%;
    }

    .reviews__content.one_product .reviews__item_info {
        width: 12%;
        height: 40%;
    }

    .reviews__content.one_product .reviews__item_description {
        margin-top: 2%;
        padding-right: 3%;
        width: 85%;
        font-size: 12px;
        line-height: 2;
    }

}

/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/
/*=============================================================================================*/

@media (max-width: 767px) {
    .footer__menu{
        padding: 0 20px !important;
    }
    .footer__menu a{
        font-size: 16px;
        line-height: 1.5;
        white-space: nowrap;
    }
    .footer__menu li{
        width: 50%;
        margin-bottom: 7px;
    }
    .footer__logo{
        max-width: 90%;
    }
    .go_to_top{
        height: 60px !important;
        width: 60px !important;
        bottom: 150px !important;
    }
    .mobile_nav{
        display: block;
    }
    .show_description_question{
        bottom: -207px;
        left: -85px;
    }
    .product .reviews__item_info_rating_all{
        position: static;
        float: none;
        margin-top: 10px;
    }
    .center_block {
        width: 93%;
    }

    .footer__payment img,
    .footer__delivery img {
        -webkit-filter: none;
        -moz-filter: none;
        -ms-filter: none;
        -o-filter: none;
        filter: none;
    }

    .catalog_mobile {
        display: block;
    }

    .header__cart_mini {
        right: -10px;
        width: 310px;
    }

    .header__cart_mini .cart__table_content_pill_scroll {
        height: 70px;
    }

    .header__cart_mini:before {
        right: 41px;
    }

    header .center_block .left_block,
    .index header .center_block .left_block {
        padding: 5% 0px;
        justify-content: space-between;
        align-items: center;
    }

    .flag_country {
        /*padding-top: 143%;*/
        padding-top: 92vh;
        background: rgba(255,255,255, .4);
        position: relative;
    }
    .flag_country:after, .flag_country:before{
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 33.33%;

    }
    .flag_country:before{
        background: rgba(147,208,184, 0.3);
        left:0;
    }
    .flag_country:after{
        background: rgba(255,0,0, 0.3);
        right: 0;
    }

    .flag_country__bg_block img {
        top: auto;
        left: auto;
        bottom: -57px;
        right: 0px;
        max-width: 100%;
        min-width: auto;
        max-height: none;
        min-height: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 5;
    }
    .header__top-bar{
        position: relative;
        z-index: 7999;
    }

    .header__logo {
        font-size: 14px;
    }

    .index .header__logo {
        position: relative;
        left: auto;
    }

    .header__phone_number,
    .header__cart_description {
        display: none;
    }

    .index .header__phone_cart,
    .header__phone_cart {
        margin: 0px;
        min-width: 68%;
        width: 100%;
        margin-top: 18px;
    }

    .index .header__nav,
    .header__nav {
        position: unset;
        width: 30px;
        height: 30px;
        overflow: hidden;
    }

    .open_menu,
    .close_menu {
        cursor: pointer;
        float: left;
        width: 30px;
        height: 30px;
        z-index: 3;
    }

    .open_menu {
        background: url(img/icon_open_menu.png) right center no-repeat;
    }

    .close_menu {
        position: fixed;
        display: none;
        background: url(img/icon_close_menu.png) right center no-repeat;
        background-size: 18px 15px;
    }

    header .center_block,
    header.left_block,
    header .left_block {
        position: unset;
    }

    .menu,
    .index .menu {
        position: fixed;
        top: -100%;
        left: 0px;
        padding: 2% 3.5%;
        width: 100%;
        font-size: 16px;
        color: #fff;
        background: #008064 ;
        box-sizing: border-box;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
        display: flex;
        align-items: flex-start !important;
        justify-content: flex-start;
        z-index: 1000;
    }

    .menu.active,
    .index .menu.active {
        top: 0px;
        flex-wrap: wrap;
        max-width: 100%;
        box-sizing: border-box;
        align-items: flex-start !important;
        justify-content: flex-start;
        text-align: left;
        padding-top: 80px;
        width: 100%;
    }

    .menu li {
        width: 100%;
        text-align: left;
        height: 30px;
        line-height: 30px;
        position: relative;
        z-index: 10;
    }
    .menu li+li{
        margin-left: 0;
    }

    .submenu .menu.active,
    .submenu:hover .menu {
        display: none;
        position: relative;
        min-height: unset;
        overflow: hidden;
    }

    .submenu:before,
    .submenu:after,
    .submenu a:after {
        display: none;
    }

    .submenu .menu li {
        width: 100%;
    }

    .submenu .menu {
        display: none;
    }

    .submenu a {
        padding: 0px;
        pointer-events: auto;
    }

    .menu a:before, .submenu a:before {
        background: #fff;
    }

    .flag_country__content .left_block {
        width: 100%;
    }

    .flag_country__content {
        padding-top: 0px;
        height: auto;
        align-content: center;
    }

    .flag_country__content .title_obj {
        margin-top: 11.5%;
        margin-bottom: 7.5%;
        font-size: 18px;
    }

    .flag_country__content_descriptions {
        padding-bottom: 10.1%;
        justify-content: space-between;
    }

    .flag_country__description {
        margin: 0px;
        margin-bottom: 20px;
        width: 48%;
        font-size: 11px;
    }

    .flag_country__description:nth-child(n+4) {
        margin-bottom: 20px;
    }

    .flag_country__description_text {
        padding-top: 9%;
        line-height: 1.7;
        letter-spacing: 0.025em;
        /*font-family: monst_m;*/
        color: #000;
        font-weight: 500;
    }

    h2 {
        font-size: 34px;
        margin-bottom: 15px;
        letter-spacing: 0;
    }

    .products {
        padding-top: 13%;
    }

    .under_header {
        padding-top: 10px;
        width: 100%;
        line-height: 1.5;
        font-size: 20px;
    }
    .products>.center_block{
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .products__content {
        margin-top: 5%;
        justify-content: center;
    }

    .products__item {
        padding: 7% 0% 0.8%;
        margin-bottom: 8%;
        width: 100%;
    }

    h3,
    .product__item_description_content_header {
        font-size: 15px;
        line-height: 1.8;
    }
    .products__item h3{
        line-height: 1.5;
        font-size: 26px;
    }

    .products__item_img {
        padding: 5% 0px;
        margin-bottom: 0px;
        height: 169px;
        height: auto;
    }

    .products__item_img picture {
        width: auto;
        max-width: 55%;
    }

    .products__item_img img {
        max-width: 100%;
    }
    section.left_block>.center_block{
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
    }
    section.left_block .center_block .left_block p, .home__before-review li, .home__after-review li{
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 1.5;
    }

    .products__item_description {
        margin-bottom: 60px;
        padding: 0px 15px;
        height: 118px;
        line-height: 1.5;
        letter-spacing: 1px;
        overflow: unset;
        font-size: 20px;
    }

    .products__item_description span {
        height: 116px;
        overflow: hidden;
    }

    .btn__view_all {
        right: 15px;
        bottom: -50px;
        font-size: 18px;
        letter-spacing: 0;
    }

    .btn__view_all:before {
        bottom: 4px;
    }
    .content_page .dosage .products__item_table_tabs span.active{
        background: #008064 !important
    }

    .products__item_table_tab {
        padding: 15px 0;
        font-size: 24px;
        /*font-family: monst_m;*/
        height: auto;
        font-weight: 500;
    }

    .products__item_table_pill {
        padding: 3% 3.5% 3% 10px;
    }

    .products__item_pill_name {
        width: calc(100% - 50px);
        font-size: 24px;
        text-transform: none;
    }

    .products__item_pill_quantity {
        width: calc(100% - 50px) !important;
        margin-top: 15px !important;
        justify-content: flex-start !important;
    }
    .home__after-review p, .home__before-review p{
        padding-left: 10px;
        font-size: 20px;
        line-height: 1.5;
    }

    .index .products__item_pill_quantity.bonus {
        margin-top: -16px;
        width: 100%;
    }

    .products__item_pill_quantity_text {
        text-align: right;
        font-size: 18px;
        line-height: 1.5;
    }

    .products__item .products__item_pill_quantity .products__item_pill_quantity_bonus{
        margin: 0 0 0 15px !important;
        padding: 7px 0px;
        line-height: 1.5;
        font-size: 18px;
    }

    .index .products__item_pill_quantity.bonus .products__item_pill_quantity_bonus {
        margin: 2% 0px 0px;
        padding: 7px 2%;
        white-space: nowrap;
        width: auto;
    }

    .products__item_pill_price {
        /*font-family: monst_sb;*/
        font-weight: 600;
    }

    .index .products__item_pill_price {
        text-align: left;
        font-size: 20px;
        margin-top: 10px;
        width: calc(100% - 50px);
    }

    .btn__pill_cart {
        width: 30px;
        height: 30px;
    }

    .pill__icon_cart {
        width: 14px;
        height: 13px;
    }
    .index .pill__icon_cart{
        width: 44px;
        height: 30px;
    }

    .index .btn__pill_cart {
        margin-top: 5px;
        width: 70px;
        height: 70px;
        position: absolute;
        right: 15px;
        top: calc(50% - 41px);
    }

    .index .products__item_pill_quantity.bonus .btn__pill_cart {
        margin-top: 0px;
    }

    .products .btn_show_more {
        margin-bottom: 5%;
        font-size: 12px;
    }

    .reviews {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .reviews__item_header{
        line-height: 1.5;
        font-size: 26px;
        /*font-family: "monst_b";*/
        font-weight: bold;
    }

    .index .reviews__content {
        margin-top: 4%;
    }

    .reviews__item {
        margin-bottom: 30px;
        padding: 10px 10px 30px;
        width: 100%;
        box-sizing: border-box;
        display: block;
    }

    .reviews__item_img {
        padding-top: 0px;
        width: 150px;
        display: block;
        float: left;
        margin-right: 30px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .reviews__item_description:before{
        content: "";
        clear: both;
        display: block;
        height: 1px;
    }

    .reviews__item_img img {
        max-width: 100%;
        max-height: 100%;
    }

    .reviews__item_img picture {
        max-height: 100%;
        width: 100%
    }

    .reviews__item_header {
        padding-top: 10px;
        width: 58.5%;
        line-height: 1.5;
        font-size: 23px;
        letter-spacing: 0;
        align-self: flex-start;
    }

    .reviews__item_info {
        margin-top: 10px;
        display: block;
        width: auto;
        float: none;
    }
    .reviews__item_description p{
        font-size: 18px !important;
    }
    .reviews__item_description .text_monstm{
        float: none;
        font-size: 22px;
    }

    .reviews__item_info_date_creat {
        margin:8px 0 0;
        width: 100%;
        padding-left: 0;
        font-size: 16px;
        letter-spacing: 0;
        display: block;
    }

    .reviews__item_description {
        margin-top: 10px;
        padding-left: 0;
        max-height: none;
        font-size: 12px;
        letter-spacing: 0.075em;
        display: block;
        overflow: initial;
        float: none;
    }

    .reviews__item .block_span {
        margin-top: 2.8%;
    }

    .reviews__item .btn_show_more {
        font-size: 9px;
    }

    .footer {
        padding-top: 12%;
    }

    .footer .left_block {
        justify-content: center;
    }

    .footer__header {
        margin-top: 8.5%;
        margin-bottom: 5%;
        text-align: center;
        letter-spacing: 0.08em;
    }

    .footer__info {
        width: 100%;
    }

    .footer_menu {
        padding-left: 19%;
        justify-content: space-between;
        box-sizing: border-box;
    }

    .footer_menu li {
        flex-grow: 0;
        flex-shrink: 0;
        width: 45%;
        font-size: 10px;
    }

    .footer__payment_delivery {
        margin-top: 1.5%;
        width: 100%;
    }

    .footer__payment {
        margin-bottom: 0.4%;
        justify-content: space-around;
    }

    .footer__payment div {
        display: flex;
        margin-bottom: 4%;
        flex-grow: 0;
        flex-shrink: 0;
        align-self: center;
        justify-content: center;
    }

    .footer__header {
        margin-bottom: 4.5%;
    }

    .footer__delivery .child_flex {
        display: flex;
        flex-grow: 0;
        flex-shrink: 0;
        width: 47%;
        justify-content: center;
    }

    .footer__contacts {
        margin-top: 5%;
        padding-left: 0;
        width: 100%;
        box-sizing: border-box;
        justify-content: center;
    }

    .footer__contacts_all_country {
        margin-bottom: 3%;
    }

    .footer__contacts_phone {
        padding-bottom: 3%;
        letter-spacing: 0.03em;
    }

    .footer__copyright {
        margin-top: 13%;
        padding: 8.5% 0px;
        font-size: 14px;
        letter-spacing: 1px;
        text-align: center;
    }

    .catalog_mobile__header {
        cursor: pointer;
        padding-right: 18px;
        font-size: 14px;
        text-transform: uppercase;
    }

    .catalog_mobile__header:after {
        position: absolute;
        content: '';
        top: 50%;
        right: 5px;
        width: 8px;
        height: 5px;
        background: url(img/icon_submenu.png) center no-repeat;
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -o-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
    }

    .catalog_mobile__header_close {
        position: fixed;
        cursor: pointer;
        display: none;
        right: 3%;
        top: 15px;
        padding: 0px;
        width: 30px;
        height: 30px;
        line-height: 0px;
        text-indent: 50px;
        font-size: 0px;
        background: url(img/icon_close_menu_g.png) right center no-repeat;
        background-size: 18px 15px;
        overflow: hidden;
        z-index: 6;
    }

    .catalog_mobile__menu {
        position: fixed;
        top: -150%;
        left: 0px;
        padding: 15% 0px 5%;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        background: #93d0b8;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
        align-content: flex-start;
        box-sizing: border-box;
        z-index: 5;
    }

    .catalog_mobile__menu li {
        cursor: pointer;
        position: relative;
        margin-bottom: 5px;
        padding-left: 5%;
        width: 100%;
        font-size: 14px;
        height: 18px;
        /*font-family: 'monst_sb';*/
        box-sizing: border-box;
        font-weight: 600;
        overflow: hidden;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
    }

    .catalog_mobile__menu li:after {
        position: absolute;
        content: '';
        top: 0px;
        right: 0px;
        width: 30px;
        height: 18px;
        background: url(img/icon_submenu.png) center no-repeat;
        z-index: 3;
    }

    .catalog_mobile__menu li.active {
        height: auto;
    }

    .catalog_mobile__menu.active {
        top: 0px;
    }

    .submenu_mobile {
        padding: 5px 0px;
        width: 100%;
    }

    .submenu_mobile li {
        margin: 5px 0px;
        font-size: 12px;
        /*font-family: 'monst_m';*/
        height: auto;
        font-weight: 500;
    }

    .submenu_mobile li:after {
        display: none;
    }

    .submenu_mobile li a {
        position: relative;
    }

    .submenu_mobile li a:after {
        position: absolute;
        content: '';
        left: 0px;
        bottom: 0px;
        width: 0px;
        height: 1px;
        background: #2c2c2c;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
    }

    .submenu_mobile li a:hover:after {
        width: 100%;
        height: 1px;
    }

    /*=============================================================================================*/
    .header__logo {
        position: relative;
        left: auto;
    }

    .header__phone_cart_description {
        display: none;
    }

    .crumbs {
        margin: 20px 0px 30px;
    }

    .crumbs li {
        margin-right: 31px;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.08em;
    }

    .catalog_product__text_content_header {
        font-size: 14px;
        line-height: 1.75;
        letter-spacing: 0.065em;
        /*font-family: 'monst_sb';*/
        font-weight: 600;
    }

    .catalog_product__text_content p {
        margin: 0.5% 0px 7.5%;
        line-height: 1.5;
        font-size: 18px;
    }

    .aside_right {
        display: none;
    }

    .content_page {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding-right: 0;
    }
    .content-text h2, .category>h2{
        font-size: 22px;
        /*font-family: monst_m;*/
        font-weight: 500;
    }

    .catalog_product__items {
        margin-bottom: 0;
    }

    .catalog_product__items .products__item {
        padding: 20px 0 0;
        margin-bottom: 50px;
        width: 100%;
        position: relative;
        border: 1px solid #607695;
        border-top: 20px solid #607695;
        background: #fff;
    }

    .catalog_product__items .products__item h3,
    .product__item_description_content_header {
        font-size: 15px;
        letter-spacing: 0.1em;
    }

    .product__item_description_content_header {
        text-align: left;
    }

    .catalog_product__items .products__item_img {
        height: 171px;
    }

    .catalog_product__items .products__item_img picture {
        max-width: 65%;
    }

    .catalog_product__top {
        padding: 1.15% 2.4% 1%;
        top: -11px;
        right: 3%;
    }

    .products__item_img_brend {
        margin: 0;
        width:  100%;
        height: 70px;
    }

    .products__item_img_brend img {
        max-width: 41%;
    }

    .catalog_product__items .btn_big {
        margin-top: 10px;
        padding: 15px 30px;
        letter-spacing: 0.2em;
        font-size: 16px;
    }

    /*=============================================================================================*/
    .description_article {
        display: -webkit-box;
        display: -moz-box;
        display: -o-box;
        display: -ms-box;
        display: -moz-flexbox;
        display: -o-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: -o-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .article_faq{
        display: block;
    }
    .article_faq h2{
        font-size: 24px;
    }
    .article_faq p{
        text-indent: 0 !important;
    }

    .description_article h3 {
        order: 1;
        width: 100%;
        text-align: center;
        margin-bottom: 7%;
    }
    .article_faq h3{
        text-align: left;
    }

    .description_article .blog_articles__title_img {
        order: 2;
        margin: 0px;
        margin-bottom: 2%;
        padding-top: 65.9204%;
        width: 100%;
    }

    .description_article p {
        order: 3;
        margin: 2% 0px;
        text-indent: 30px;
    }

    /*=============================================================================================*/
    .bg_left_aside {
        display: block;
    }

    .aside_left,
    .aside_left + .content_page {
        width: 100%;
    }

    .aside_left {
        padding: 0px;
    }

    .aside_left:before {
        display: none;
    }

    .aside_left__header {
        cursor: pointer;
        position: relative;
        margin: 0px;
        padding: 15px;
        color: #fff;
        font-size: 24px;
        background: #ff7f43;
        text-align: left;
        text-transform: lowercase;
        box-sizing: border-box;
    }

    .aside_left__header:after {
        transform: rotate(-180deg);
        position: absolute;
        content: '';
        top: 0px;
        right: 5px;
        width: 30px;
        height: 100%;
        background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNHB4IiBoZWlnaHQ9IjlweCIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTQwIDg4Ij48cG9seWdvbiBmaWxsPSIjZmZmZmZmIiBwb2ludHM9IjE0MCw3MiA3MSwwIDAsNzIgMTYsODggNzEsMzMgMTI1LDg4ICIvPjwvc3ZnPg==") no-repeat center center
    }

    .aside_left__header:first-letter {
        text-transform: uppercase;
    }

    .bg_left_aside {
        display: none;
        position: relative;
        padding-top: 42%;
        width: 100%;
        height: 0px;
        overflow: hidden;
        box-sizing: border-box;
    }

    .bg_left_aside img {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .aside_left__menu {
        padding: 0px 3%;
        height: 0px;
        overflow: hidden;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
    }

    .aside_left__menu.active {
        padding: 2% 3%;
        height: auto;
    }

    .aside_left__menu li {
        margin: 10px 0;
        font-size: 18px;
    }

    .blog_articles {
        margin-top: 30px;
    }

    .blog_articles__title {
        padding: 4% 4% 14.5%;
        margin-bottom: 7%;
        justify-content: center;
    }

    .blog_articles__title_img {
        padding-top: 73%;
        width: 99%;
    }

    .blog_articles__title_content {
        margin-top: 5.8%;
        width: 100%;
    }

    .blog_articles__title_content h3 {
        text-align: left;
        letter-spacing: 0;
        font-size: 24px;
        /*font-family: monst_m;*/
        font-weight: 500;
    }
    .blog_articles__title_content_date{
        font-size: 14px;
    }

    .blog_articles__title_content_date_view {
        margin: 10px 0 0;
        padding: 0;
        box-sizing: border-box;
    }
    .blog_articles__title_content_view{
        font-size: 14px;
    }
    .blog_articles__title_content_view .img_svg{
        width: 14px;
        height: 14px;
        margin-top: 2px;
    }

    .blog_articles__title_content_description p {
        font-size: 18px;
        line-height: 1.7;
        letter-spacing: 1px;
    }

    .blog_articles__title_content_description {
        max-height: none;
        margin-top: 15px;
    }

    .blog_articles__title_btn {
        right: 3%;
        bottom: 5%;
        font-size: 14px;
    }

    .blog_articles__title:last-child {
        margin-bottom: 41.3%;
    }

    /*=============================================================================================*/
    .cart__table_header {
        padding: 4% 0px;
    }

    .cart__table_description {
        padding: 3% 2%;
    }

    .cart .cart__table_content_pill_name {
        order: 1;
        margin-left: 0px;
        margin-bottom: 3%;
        width: 100%;
    }

    .cart .cart__table_content_pill img {
        order: 2;
    }

    .cart .cart__table_content_addition {
        padding: 0px;
    }

    .cart .cart__table_content_addition_text .pink {
        padding-left: 0px;
        width: 100%;
    }

    .cart__table_content_pill_amouts {
        font-size: 10px;
    }

    .cart .cart__table_content_pill {
        align-items: center;
    }

    .cart__table_content_pill_close {
        right: 0px;
        top: 3px;
        width: 15px;
        height: 15px;
    }

    .btn.grey {
        min-width: 156px;
    }

    .btn_big {
        padding: 3% 1%;
        min-width: 116px;
        font-size: 8px;
    }
    .reviews__btn{
        padding: 10px 20px;
        font-size: 18px;
        margin-top: 20px;
    }

    .cart__table {
        margin-bottom: 30%;
    }

    /*=============================================================================================*/
    .cart.order .cart__table_content_result_header {
        padding: 0px;
    }

    .cart__table_content_result_header {
        font-size: 10px;
    }

    .cart__table_content_result_header span {
        margin: 1% 0px;
    }

    .cart.order .cart__table {
        margin-bottom: 0px;
    }

    .order_step {
        margin-top: 10%;
    }

    .order_step__content:after {
        height: 15px;
    }

    .order_step__content {
        padding: 7% 3% 1%;
    }

    .radio__text, .checkbox__text {
        padding-left: 25px;
    }

    .order_step__content_form_pay_left {
        width: 100%;
    }

    .order_step__content_form_pay_right {
        margin-top: 30px;
        width: 100%;
        justify-content: space-between;
    }
    .order_step__content_form_pay_right img{
        margin-top:  0 !important;
        max-width: calc(50% - 5px);

    }

    .order_step__content_form_data_line {
        height: 50px;
    }

    .selector__result {
        padding: 0px 6%;
        height: 36px;
    }

    .order_step__content_form_delivery_line {
        padding: 3% 0px;
    }
    .order_step__content .order_step__content_form_data{
        width: 100%;
    }
    .order_step__content .order_step__content_form_data:last-child{
        margin-top: 30px;
    }

    .order_step__content_form_data_line {
        justify-content: flex-start;
        height: auto;
    }
    .order_step__content_form_data_line .radio{
        min-height: 50px;
        display: flex;
        align-items: center;
    }

    .order_step__content_form_data_line .radio__text {
        padding-right: 0px;
        margin-left: 25px;
    }

    .order_step:last-child {
        margin-bottom: 30%;
    }

    .order_step__content_form_pay_left .order_step__content_form_data_line .radio__text {
        padding-right: 0px;
        margin-left: 0;
    }

    .order_step__content_form_pay_btn {
        margin-top: 10%;
    }
    .radio__text img{
        max-height: 50px;
    }

    /*=============================================================================================*/
    .contact__bg_form {
        margin: 5% 0px 15%;
        width: 100%;
        max-width: 480px;
    }

    /*=============================================================================================*/
    .product h2 {
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: 1.3;
        font-size: 30px;
        /*font-family: monst_m;*/
        font-weight: 500;
    }
    .dosage .products__item{
        margin-bottom: 0px;
    }
    .product__item {
        margin-top: 6%;
        margin-bottom: 20px;
    }

    .product__item_slider {
        width: 100%;
        border-right: unset;
    }

    .product__item_slider_big {
        height: auto;
    }

    .one_of_slide img {
        max-width: 60%;
        max-height: 80%;
    }

    .product__item_slider_nav {
        height: 71px;
        margin-top: -50px;
    }

    .product__item_slider_nav .one_of_slide img {
        max-width: 80%;
        max-height: 90%;
    }

    .product__item_description {
        padding: 7% 0px 0px;
        width: 100%;
    }

    .product__item_description_line {
        padding: 0px;
        margin-bottom: 15px;
    }

    .product__item_description_line_icon .img_svg.pill {
        margin-top: -3px;
        margin-left: 8px !important;
    }

    .product__item_description_line_icon span {
        margin-left: 25px;
        letter-spacing: 0.07em;
    }

    .product__item_description_line:first-child .product__item_description_line_icon_result {
        padding-right: 17px;
        font-size: 10px;
    }

    .product__item_description_line_icon_result.yes:after {
        right: 0px;
        background-size: 80% auto;
    }

    .product__item_description_line_icon .img_svg.delivery {
        margin-left: 6px;
    }

    .product__item_description_line_icon_result {
        margin-right: 6px;
        font-size: 19px;
    }

    .product__item_description_line_icon .img_svg.credit {
        margin-left: 6px;
    }

    .product__item_description_line_icon_result img {
        margin-left: 14px;
    }

    .product__item_description_content {
        margin-top: 0px;
        padding: 0px 2%;
        width: 100%;
        letter-spacing: 0.08em;
        box-sizing: border-box;
        line-height: 1.7;
        font-size: 18px;
    }
    .dosage .product__item_description_content{
        margin-top: 30px;
    }

    .dosage .products__item_table {
        margin-top: 11px;
    }

    .dosage .products__item_table_tabs {
        box-sizing: border-box;
        padding-left: 2%;
    }

    .dosage .products__item_table_tab {
        padding: 1% 0px;
        margin: 0px;
        width: 100%;
        text-align: left;
        margin-bottom: 3.5%;
        font-size: 12px;
        letter-spacing: 0.1em;
    }
    .product__item-description p, .product__item-description li, .product__item_description_content p, .description_article p, .catalog_product__text_content p, .catalog_product__text_content li, .home__before-review p, .home__after-review p, .home__before-review li, .home__after-review li{
        font-size: 16px;
    }

    .dosage .products__item_table_content_header {
        display: none;
    }

    .dosage .products__item_pill_name,
    .dosage .products__item_pill_quantity,
    .dosage__pill,
    .dosage .products__item_pill_price,
    .dosage__pill_btn {
        border: unset;
        /*font-family: 'monst_sb';*/
        font-size: 12px;
        font-weight: 600;
    }

    .dosage .products__item_table_content {
        padding: 0px;
    }

    .dosage .products__item_table_pill {
        padding: 8% 5.9% 8%;
        padding-right: 20%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.13);
        align-items: center;
    }

    .dosage .dosage__pill_btn {
        position: absolute;
        right: 5.9%;
        width: auto;
    }

    .dosage .products__item_pill_name,
    .dosage .products__item_pill_quantity {
        width: 65%;
        justify-content: flex-start;
    }

    .dosage .dosage__pill,
    .dosage .products__item_pill_price {
        width: 33%;
        padding-right: 5%;
    }

    .dosage .products__item_pill_quantity_text {
        text-align: left;
    }

    .dosage .products__item_pill_quantity,
    .dosage .products__item_pill_price {
        margin-top: 2%;
    }

    .dosage .btn__pill_cart {
        width: 70px;
        height: 70px;
    }

    .reviews__content {
        margin-top: 5%;
    }

    .reviews__content.one_product .reviews__item_info {
        width: 29.5%;
        height: 19%;
        min-height: 76px;
    }

    .reviews__content.one_product .reviews__item_description .text_monstm {
        display: flex;
        position: absolute;
        top: 0px;
        right: 0px;
        margin-bottom: 0px;
        padding-right: 15%;
        width: 64.7%;
        height: 45px;
        min-height: 60px;
        line-height: 2;
        font-size: 12px;
        align-items: center;
        box-sizing: border-box;
        padding-top: 10px;
    }

    .reviews__content.one_product .reviews__item_description {
        margin-top: 3.5%;
        padding: 0px 4%;
        width: 100%;
    }

    .reviews__content.one_product .reviews__item {
        padding: 0px 0px 20px;
        margin-bottom: 20px;
    }

    .reviews__content.one_product .reviews__item:last-child {
        margin-bottom: 30px;
    }

}

@media(min-width: 601px) and (max-width: 767px){
    .flag_country__description{
        width: calc(33.33% - 20px);
        margin-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .flag_country__content_descriptions{
        justify-content: center;
    }
    .flag_country__content .title_obj{
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .flag_country{
        padding-top: 104vh;
    }
}
@media(max-width: 600px){
    .cart__table_content_result_btn{
        flex-direction: column;
    }
    .cart__table_content_result_btn .btn{
        width: 100%;
        font-size: 16px;
        /*font-family: monst_m;*/
        font-weight: 500;
    }
    .cart__table_content_result_btn .grey{
        margin-top: 15px;
        order: 2;
    }
    .content_page{
        width: 100%;
    }
    .cart .cart__table_content_addition{
        flex-wrap: nowrap;
        margin-top: 15px;
    }
    .cart__table_content_result_header{
        font-size: 20px;
    }
    .cart__table_content_addition_text{
        width: calc(100% - 150px);
    }
    .cart .cart__table_content_addition_text .pink{
        display: block;
        margin-left: 0;
    }
    .article_aboutus{
        display: block;

    }
    .article_aboutus strong{
        font-size: 16px;
        text-indent: 0;
    }
    .description_article p{
        text-indent: 0;
    }
    .article_faq h3{
        margin-bottom: 10px;
    }
}

/** new design **/
.header__phone span:first-child{
    font-size: 12px;
    margin-right: 10px;
}
.header__phone span:first-child{
    margin-right: 10px;
}
.header__phone i{
    transform: rotate(104deg);
    margin-top: 1px;
    font-size: 11px;
    margin-right: 6px;
}
.header__phone img{
    max-height: 13px;
}
.header__cart_icon{
    position: relative;
}
.header__cart_icon svg, .header__cart_icon svg path{
    fill: #000 !important;
}
.header__cart_description{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(255, 127, 67, 1);
    color: #fff;
    line-height: 21px;
    text-align: center;
    padding: 0;
    right: -5px;
    top: -8px;
}
.full_menu{
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    background: darkseagreen;
    border-top: 1px solid rgba(44, 44, 44, 0.2);
}
.full_menu .header__nav>.menu{
    height: 50px;
    display: flex;
    align-items: center;
    width: 100%;
}
.go_to_top{
    width: 38px;
    height: 38px;
    border-radius: 4px;
    position: fixed;
    cursor: pointer;
    bottom: 50px !important;
    right: 20px;
    background: rgba(147, 208, 184, 1) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNHB4IiBoZWlnaHQ9IjlweCIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTQwIDg4Ij48cG9seWdvbiBmaWxsPSIjZmZmZmZmIiBwb2ludHM9IjE0MCw3MiA3MSwwIDAsNzIgMTYsODggNzEsMzMgMTI1LDg4ICIvPjwvc3ZnPg==") no-repeat center center
}
.footer__subscribe .footer__header{
    text-transform: uppercase;
    /*font-family: 'monst_r', Roboto, Helvetica, Arial, sans-serif;*/
    margin-bottom: 20px;
    letter-spacing: 0.9px;
    font-size: 14px;
    /*font-family: monst_sb;*/
    font-weight: 600;
}
.products__item h3{
    /*font-family: "monst_b";*/
    font-weight: bold;
}
.products__item_table_pill .dosage__pill{
    width: 15%;
}
.only-mobile{
    display: none;
}
.open_menu svg{
    display: none;
}
.header__logo img{
    max-height: 49px;
}
@media(max-width: 767px){
    .flag_country__description:nth-child(1){
        display: none;
    }
    .product__features td:not(:first-child) strong{
        display: block;
    }
    .cart__index .cart__table_header{
        font-size: 18px;
        /*font-family: monst_b;*/
        color: #000;
        font-weight: bold;
    }
    .crumbs li.cat-active+li.active{
        display: none;
    }
    .crumbs li.cat-active:before{
        display: none;
    }
    .description_article h1, .contact h3{
        font-size: 36px;
        margin-bottom: 30px;
        /*font-family: monst_sb;*/
        text-align: center;
        font-weight: 600;
    }
    .description_article p, .description_article ul li{
        font-size: 18px;
        line-height: 1.8;
    }
    .footer__logo a img{
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .footer__subscribe .footer__header{
        margin-top: 0px;
    }
    .footer__subscribe{
        margin-top: 20px;
    }
    .footer__subscribe button{
        position: static;
        width: 150px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        font-size: 16px;
        height: 56px;
    }
    .description_article .blog_articles__title_img{
        padding: 0;
        margin-bottom: 20px;
        float: none;
        display: block;
        height: auto;
    }
    .contact__bg_form_label + img{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .blog_articles__title_img img{
        position: static;
        min-width: auto;
        max-width: 100%;
        min-height: auto;
         -webkit-transform: initial;
        -moz-transform: initial;
        -o-transform: initial;
        -ms-transform: initial;
         transform: initial;
    }


    .checkbox__text:after{
        top: 14px;
    }
    .checkbox__text:before{
        top: 9px;
    }
    .radio__text:before{
        width: 25px;
        height: 25px;
    }
    .radio__text:after{
        width: 15px;
        height: 15px;
    }
    .radio__text{
        padding-left: 35px;
    }
    .footer__logo img:not(.only-mobile), .header__logo  img:not(.only-mobile){
        display: none;
    }
    .header__phone span:first-child{
        display: none;
    }
    .open_menu svg{
        display: block;
    }
    .only-mobile{
        display: block;
    }
    html, body, .center_block{
        min-width: 500px;
    }
    .contact__btn{
        width: 100% !important;
    }
    header .center_block{
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
    .flag_country__description{
        width: calc(50% - 10px);
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 0px !important;
        box-sizing: border-box;
        margin-right: 0 !important;
    }
    .flag_country__description_text{
        font-size: 18px;
        margin-top: 0;
        min-height: 108px;
    }
    .flag_country__description_img:after{
        width: 40px;
        height: 40px;
    }
    .flag_country__content_descriptions{
        justify-content: center;
        align-items: stretch;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .flag_country__content .title_obj{
        margin-top: 50px;
        margin-bottom: 30px;
        font-size: 30px;
        font-weight: bold;
        /*font-family: monst_b;*/
        color: #000;
        font-weight: bold;
    }
    .flag_country{
        height: auto;
        padding: 0 0 ;
    }
    .flag_country__bg_block img{
        opacity: 0.9;
        display: inline-block;
        position: static;
        width: 100%;
    }
    .flag_country__bg_block{
        position: absolute;
        bottom: 0;
        left: 0;
        text-align: center;
        display: block;
        width: 100%;
        z-index: 1;
    }
    .flag_country__content{
        position: relative;
        z-index: 5;
    }
    .flag_country__content:after{
        position: absolute;
        background: rgba(255,255,255,0.6);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
    }
    .flag_country__content .center_block{
        position: relative;
        z-index: 2;
    }
    .open_menu{
        background: none;
    }
    .index .header__nav, .header__nav{
        height: auto;
        width: auto;
    }
    .open_menu, .close_menu{
        width: 24px;
        height: 24px;
        margin-top: 8px;
        margin-left: 20px;
    }
    .index .header__phone_cart, .header__phone_cart{
        width: 30px;
        height: 25px;
        min-width: auto;
        margin: 0;
    }
    .header__cart_icon{
        width: 30px;
        height: 25px;
    }
    .header__cart_description{
        display: block;
        right: 11px;
    }
    .header__nav.top .menu.active{
        z-index: 7;
    }
    header.left_block{
        position: relative;
        z-index: 7;
    }
    .close_menu{
        z-index: 8;
    }
    .open_menu{
        display: block !important;
    }
    .full_menu{
        height: 50px;
        display: block;
    }
    .burger-catalog{
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
        line-height: 49px;
        color: #fff;
        /*font-family: monst_r;*/
        font-size: 20px;
        font-weight: 400;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .burger-catalog.open svg{
        transform: rotate(-180deg);
    }
    .header__top{
        max-height: 107px;
    }
    .mobile_nav .header__nav.top{
        width: 45px;
    }
    .header__nav .close_menu{
        margin-left: 0;
        float: none;
        left: 15px;
        width: 20px;
    }
    .burger-catalog svg{
        width: 13px;
        height: 13px;
        fill: #fff;
        margin-top: 1px;
        transition: .3s all;
    }
    .header__catalog-menu li{
        height: auto;
    }
    .header__catalog-menu .submenu .menu{
        position: static;
        height: auto;
        background: transparent;
    }
    .header__catalog-menu a{
        display: block;
        font-size: 24px !important;
        width: 100%;
    }
    .opacity:not(.index) main .center_block{
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
    .product .product__title{
        width: 100%;
    }
    .product__item_description h1{
        font-size: 30px;
        letter-spacing: 0;
        margin-bottom: 30px;
        /*font-family: monst_sb;*/
        font-weight: 600;
    }
    .full_menu .header__nav>.menu{
        position: absolute;
        top: 187px;
        display: none;
        height: auto;
        padding-bottom: 50px;
    }
    .header__catalog-menu .menu__item{
        line-height: 35px;
        padding-top: 10px;
        font-size: 24px !important;
        position: relative;
        padding-bottom: 20px;
    }
    .full_menu .image__pill{
        margin-right: 20px;
    }
    .header__nav.top .menu:not(.header__catalog-menu)>li{
        height: auto;
        line-height: normal;
    }
    .header__nav.top .menu:not(.header__catalog-menu)>li a{
        font-size: 24px;
        line-height: 2;
    }
    .header__catalog-menu .menu__item:after{
        content: "";
        display:  block;
        height: 13px;
        width: 13px;
        right: 20px;
        position: absolute;
        top: calc(50% - 3px);
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAADwCAYAAAA+VemSAAAACXBIWXMAAA7EAAAOxAGVKw4bAAATkUlEQVR42u3df4gk5ZkH8Oqqnp7qru6e2clilkVCCCISJASRJcjh3jgZXaPeejkviHieBP+QQ4KIBDkkEEIIIYiEEI4QQhDPCxpkTzyzGSe742R3L3ERNbIsm8WE2Vl3fu1merq7qt4f1fXU/ZHqXCfuj/nR1U/329/Pn7szPc/79Pud6u55630tCwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAoE1KeUBrPbe6ulrlrgWgm1ZXV6ta6zkp5QHuWjIhpTxARCpJkiSKohMXL14sc9cE0A0XL14sR1F0LEmShIiUcSHuDG9bq9Waq9VqJe7aAHaiVquVWq3WXOfcNirElwtvR4iPIMQwqNLwzl5ubhsR4quFtyPEM2tray53rQBbsbKy4rZarZmrze2BDvFmwtsWRdHhxcVFhBgGwrlz51yt9eHNzO2BDPFWwtumtX5jYWGhwF07wNWcO3euoLV+fStze6BCvJ3wdlyJD50/fx4hhr50/vz5QhRFr25nbg9EiHcS3rZWq/XzpaWlPPdYADotLy/nW63WyzuZ230d4m6EtyPEP1teXkaIoS8sLi7moyh6qRtzuy9D3M3wtkVR9OLZs2cRYmB16tSpvNb6xW7O7b4KcRbhbVNKvfDee+8hxMDi7bfftpVSP81ibvdFiLMMb0eIf/Kb3/zG5n4yYbgcO3bM1lr/OMu5zRriXoS3TWv9o/n5eYQYemJubs6OouiHvZjbLCEWQvQsvG1RFP1gdnYWIYZMvfLKK3YURc/3cm73NMQc4W3TWj/P/QSD2ZRSz3HMbSJSQohsQ8wZ3jal1HPcTzKYSUr5Xc65nWmI+yG8bUKI73I/2WAWKeW3ued1kmQU4n4Kb5uU8lvcTzqYQSn1De753KmrIe7H8LZprZ/lfvJhsGmtnyEi7qn8MV0JcT+HNx1korV+hnsSwGDSWj/dj+HtmN/bD3G/h7djkIlS6mnuyQCDRQjxZD+Ht2N+bz3EgxLejkEmQognuScFDAYhxBODEN6O+b35EA9aeDsGmQghvsY9OaC/SSkfH6Twdszva4d4UMPbMchESvk49ySB/qSU+uoghrdjfl85xIMe3o5BJkqpr3JPFugvSqlHiCjmnp9dmN8fD7Ep4e0YZKyUeoR70kB/EEI8bEJ4O+b3X0KcE0IcGB0dfS2Xyxm1F1WSJKS1/lfXdf+TuxbgE4bhg67rvpTL5Yy6ESZJEq2UOpiLomg+n8/fzl1QRoMkKeW/lEql/+KuBXpPCPHA6Ojoz3K5nJGbQrRarV/bQoiDRPQOdzFZyOVytuu6L4Zh+BXuWqC3pJT/YHJ4iegdIcTBnGVZVrPZnCiVSrO2bd/CXVgWkiRpaa3/2XXd/+auBbKnlPrSyMjIIdPeFrYR0bthGE5XKpX1XPsf0xAfsW3789wFZiFJEh1F0T+Njo7+D3ctkB1TP9NpI6IPwjCcrFQq65ZlWX95Y1+pVNZ935+O4/gUd5FZyOVyhZGRkVeVUv2xGyB0XRAEdxYKBWOvvHEcn/J9f7odXsvqCLBlWdbY2NilRqMxFcfxae5is5CG+LUwDO/krgW6KwiCO1zXfc22bSPP2Irj+HSj0ZgaGxtb6/z33OW+eH19fU+1Wp1zHOcm7sKzQERSCHFfuVz+FXctsHNCiNtHR0cP53I5I4+qjeP4bKPR2D8xMbHyt/+Xu9I3bWxs7C2Xy3OO49zIPYAsEFEopbzH87y3uGuB7ZNS3lYoFGZyuVyZu5YsxHF8NgiCybGxsaXL/X/uat/s+/7eYrE4Z9u2kSFOkiRUSt1VLBaPc9cCWyel3FcoFGZzuVyVu5YsENGHUsr9nuctXelrrro6pVwuL0kpp4joQ+7BZCGXy5VGR0cPSym/wF0LbI3v+7eOjIyYHN4/SiknrxZey7pGgC3LsjzP+ygN8R+5B5WFXC5XLhQKM0KIfdy1wOY0m81bisXirG3bpoZ3IQ3vR9f62k2tD/U8b1EIMUVEC9yDy0Iul6sWCoVZ3/dv5a4Fri4Igs+li47GuWvJAhEthmE46Xne4ma+ftMLvMvl8kIQBFNxHF/zt8Igsm27WiwWZ5vNppGr0UwghLjZdd0jtm1PcNeShTiOP/J9f7JSqSxs9ntym/3Ctnq9foPnefOO4+zlHnAWiGg9ffnyAXct8P+EEDcVCoV527av464lC3EcLwVBsH9sbGxLnzdt+RarsbGxD4MgmCSipa1+7yCwbXvCdd0jQojPctcCf+b7/o2FQmHO1PAS0YoQYnKr4bWsbVyB23zfv7FYLM7btr2HuwFZIKI1rfX+YrF4hruWYTYEr/hWlFKTpVJpW/Ns2wG2rL+8rJkzOMQrQoj95XL5LHctw6jRaHymVCrNO45zPXctWUgvEpPFYnHbS5d3tEtBsVg8o7WeIqK1nTxOv7Jte4/runP1ev0G7lqGje/7n/I874jB4b2klJraSXgta4cBtizLKhaLp5VSU0R0ibspWXAcZ6/neXP1ev0z3LUMiyAIrk9XAH6au5YspB+UTpVKpR3f+deVfYJKpdKpdLHH+s4frf84jnN9uVye833/09y1mM73/b2u687Ztm3kL0wi2gjDcLpbf+Xo2kZfnud9EIbhNBFt8LUnO7Ztf6pYLB4JgsDIl3T9oFartcNr5FuWdngrlcq73XrMHX2IdTnNZvNWw1fKXHOBOWzdENzC2pBSTnued7Kbj9v1AFuWZQVBsM91XWPXqsZxfNb3/cnx8XGEuAvq9fpuz/PmHMe5mbuWLCRJ0tBaT7uu29XwWlZGAbYs82/1iuP4TKPRmLzcTdaweUOwF5ufhve3WTx+Zptdu657Umt9V5Ikfnbt4eM4zk3VavVIrVYzcnVQLzSbzfH07Zax4VVK3Z1VeC0rwwBblmW5rvtbrfXdBof4s9VqdbbRaOzmrmXQ/OlPfxpPbwk08uaRdMeX+7LeLCLz4yZc1z2ulLonSZIw65/Fwbbtz3meN9NsNo28QyYLq6ur1Wq1OuM4jpG3bxKRlFLeVyqV3sr6Z/XkvJhisfhrIcR9RCR78fN6zbbtW0ql0ky9Xjfyk/duWltbK09MTBzO5/NGbqCQhveg53lHe/Hzenbgk+d5R6WUJof4Vs/zZi5evIgQX8H6+nppYmLijXw+fxt3LVloHzjmed6bvfqZPT2xzfO8XymlDiZJonv5c3vFcZx94+Pjh1dXV4385H0narVaqVqtvu44jqkH6ekoig6WSqWehdeyehxgy7KsUqn0ptba2BDn8/kvfOITn3jj0qVLRm5zuh1ra2tupVI55DjOHdy1ZKHj2J5f9vpns5yZ6rruL6Mo+kdTQ+w4zt+Nj4+/XqvVjNxofCsWFxfdXbt2HXIcx8jTMNoH5w3lmVtKqXuJKOI+8TwrrVZrtlarGXnUx2YsLCwUtNavcz8PWSGiSAjxZe4+s5JS3m94iGdWVlaGLsTnz58vRFF0iLv/WSGiGOdOp8IwfMDkEGutD587d25oQnzhwoV8q9V6mbvvWUnD+xB3n/tKGIYPElHM/eRkRWv9+sLCgpHHXnZaXl7OR1H0Ene/s0JEsRDiYe4+96UwDB8yOcRRFB06f/68sSE+ffp0Xmv9Inefs0JEsVIK4b0aKeXDJoe41Wq9fOHChTx3n7vt5MmTtlLqBe7+ZoWIEqXUo9x9HghKqUdMDnEURS8tLy8bE+ITJ07YWusfc/c1K2l4H+Pu80DRWj9KRNzPXWa01i+eOXNm4EN89OhRO4qiH3L3MytElEgpH+fu80BSSj1mcoiVUi+88847LItpuuGVV16xoyj6Pncfs0JEiRDiCe4+DzQp5b8ZHuKfnDhxYiBDrLV+jrt/WUnD+yR3j40ghPiaySGOoug/jh07NlAhllJ+j7tvWUlfNj/F3WOjCCGeNDzE35+ZmRmIEEspv83dr6wQUaK1fpq7x0aSUj5lcoi11s9x9/halFLf4O5TVtLwPsPdY6NprZ82OcRSyu9x9/gqvX/G5N5rrZ/l7vFQMH0iCSG+w93jy/Tc9F+c3+Tu8VDRWj9r+IT6FneP20x/69KPvzCHglLqm9xPfpb64SWd6X8B6Oe3LENhCD4R/Tpjbx83ObxKqb7/0HAoCCG+yz0ZspKuw+353yRNXwWntX6ee95CB9MXFvRyVdAQ3EwyMH9zHypDsLQv83W5pt/OGUXRD+fn5xHefvSLX/zC+MX1Wd4ZMwS7ovz4+PHjCG8/S29v+wH3ZMlK+sHWV7vdt3RfMmPDq5T66dtvv43wDoL5+Xlba/0j7kmTlXRrl0e61S/TdwZVSr3w/vvvD/y910PlxIkTtlLqJ9yTJyvd2lwt3ZtbcY8nK1rrF3//+98jvIMo3afpp9yTKCvp9qYPbrc/UsoDJofXtK2LhtLvfvc743dKDMPwga32JQiCO4lIcNeflVar9fLS0hLCa4I//OEPpu9VHEkp799sP4IguCOOY5PD+3MTd/4caumG4z/jnlxZISKllLr3Wn0QQtwex3HAXW9WTN97e6gNwZEfSkp54Erjl1LeRkRN7jqzMiynXwy1CxcuFKIoepV7smWFiFQQBB87ylNK+QUiqnPXl5VhO39qqC0uLhaiKHqNe9JlJY5jEQTBF9vjDYJgXxzHxoY3iqKZpaWloQxvjrsALgsLC4W9e/e+OjIycs33jYOIiEKl1D1xHPulUmnWtu1x7pqyEMfxm41G4+DExITkroXD0AbYsv58evyePXsOjYyMHNj5o/WfJEn8JEm0bdsT3LVkIY7jo81m875du3aF3LVwGeoAW5ZlLS8vu7t3734tn8/fufNHg16J4/itZrN5zzCH17IQYMuyLGt9fd2tVquvOY6DEA+AOI6Pb2xs3L17926fuxZuCHCqVquVKpXK647j3MFdC1xZq9X67fr6+l2f/OQnG9y19AMEuEMa4jccx/l77lrg41qt1slarTZ93XXXIbwp3B/ZYdeuXeHGxsZ9cRwf564F/locxycbjcZdCO9fwxX4MlZXV6sTExOH8/n8bdy1gGUR0TtBEExXq9UN7lr6DQJ8BWmIZ/P5/D7uWoYZEb0bhuF0pVJZ566lHyHAV3Hp0qXx8fHxGcdxEGIGRPRBGIZTlUrlEnct/QoBvoZ6vT5eLpdnbdu+lbuWYRLH8Snf96fGx8fXuGvpZwjwJjSbzYl0OeIt3LUMgziOzzQajcmJiYkV7lr6HQK8SWmIj9i2/XnuWkwWx/HZRqOxH+HdHAR4C+r1+m7P8+Ycx7mZuxYTEdFZ3/cnx8bGlrhrGRQI8BbVarXrKpXKnOM4n+WuxSRE9KGUcr/neQjvFmAhxxbt2rVrrdFoTMVxfIa7FlMQ0R+llJMI79bhCrxNtVptb3olvpG7lkFGRAvplXeRu5ZBhADvQLPZ3FsqleZs20aIt4GIFsMw3F+pVBa4axlUCPAOBUGw13Xdedu2b+CuZZDEcfxREASTY2NjH3LXMsgQ4C4Iw/D60dHRedu2P8NdyyCI43gpDe9Z7loGHQLcJb7vf6pYLM7btv1p7lr6GRGtCCH2l8tlhLcL8Cl0l5TL5cUgCKaICB/GXAERrWitJxHe7sEVuMvq9foN6WKP67lr6SdEtKa1niwWi6e5azEJrsBdNjY29mF6JcbfNFNEdEkpNYXwdh+uwBnxff/G9D3xHu5aOBHRerpI4wPuWkyEK3BGyuXyWa31JBEN7aJ8ItoIw3Aa4c0OApyhYrF4Rms9RURDd09rO7yVSuVd7lpMhpfQPRCG4c2jo6Nztm3v5q6lF4ioIaWc9jzvJHctpkOAeyQIgs+5rjtn6jEnbUmSNLTW067rIrw9gJfQPeJ53gdhGE4TkbE7KyZJ4mut70Z4ewcB7qFKpfKuqSFOksRXSt3tuu7/ctcyTPASmkEQBPtc1521bbvKXUs3tI8yLZVKb3HXMmwQYCZCiH2jo6OzuVxuoENMRFJKeY/neUe5axlGeAnNpFgsntRa35UkycCesJeG9yDCC0NLSnkbETWTAUNESghh5MHoAFsihLidiALuUG4lvEophBegLQiCO+I4Ftzh3GR47+XuF0Df8X3/i/0cYiKKpJT3c/cJoG8FQXAnEfVdiIkoEkJ8mbs/AH1PSnmAiBR3aDvCG4dh+BXuvgAMDKXUl/ohxGl4H+LuB8DAUUrdyxliIoqllA9z9wFgYEkp7yeiiCO8SqlHuMcPMPCEEA/0MsRElGitH+UeN4AxwjB8kIjiXoRXKfUY93gBjBOG4UNZhpiIEinl49zjBDCWlPLhLEJMRIkQ4gnu8QEYTyn1SDdDnIb3Se5xAQwNrfWjRNSV8CqlnuIeD8DQUUo9tpMQp582P809DoChJaV8fDshTsP7DHf9AENPCPHEVkOslHqWu24ASAkhntxsiKWU3+KuFwD+hpTyqWuFWAjxHe46AeAKtNZPXynEUsrvcdcHANegtf7634ZYKfUcd10AsEla639vhziKoue56wGALVJKfTOKoh+8+eab2P8bAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAw/8BwsuZS2J65ygAAAAASUVORK5CYII=') center no-repeat;
        background-size: 13px 13px;
        transition: .3s all;
    }
    .header__catalog-menu .menu__item.open:after{
        transform: rotate(-180deg);
    }
    body{
        font-size: 15px;
    }
    .cart__table_content_result_header, .jq-selectbox__select-text, .cart__order .order_step__content_header, .cart__order .cart__table_header, .order_step__content_form_pay_left_header{
        font-size: 18px;
    }
    label:not(.l__label) input{
        padding-left: 20px !important;

    }
    input{
        font-size: 18px !important;
    }
    .order_step__content_form_pay_btn{
        justify-content: center;
    }
    .order_step__content_form_pay_btn .btn{
        width: 100%;
        font-size: 18px;
    }
    .header__cart_mini{
        right: 15px;
    }
    .header__cart_mini:before{
        right: 6px;
    }
    .header__cart_mini .cart__table_content{
        padding: 5px 10px 20px;
    }
    .header__cart_mini .cart__table_content_result{
        margin-top: 5px;
        padding-top: 15px;
    }
    .full_menu .submenu li.child_flex{
        margin-bottom: 20px !important;
    }

    .dosage .products__item_table_pill{
        padding:  15px;
        display: block;
    }
    .dosage .products__item_pill_name {
        width: calc(100% - 70px);
        text-transform: none;
        padding: 0 !important;
        font-size: 21px;
        white-space: normal;
        text-align: left;
        display: block;
    }
    .dosage .products__item_table_pill .dosage__pill{
        width: auto;
        padding: 0;
        white-space: nowrap;
        font-size: 16px;
        display: block;
        text-align: left;
        margin-top: 5px;
        /*font-family: monst_m;*/
        font-weight: 500;

    }
    .dosage .products__item_pill_quantity, .dosage .products__item_pill_price{
        width: calc(100% - 50px);
        /*font-family: monst_m;*/

        font-weight: 500;
    }
    .dosage .products__item_pill_quantity{
        margin-top: 5px !important;
        padding: 0;
        /*font-family: monst_m;*/
        font-weight: 500;
    }
    .dosage  .products__item_pill_price{
        text-align: left;
        font-size: 18px;
        /*font-family: monst_sb;*/
        margin-top: 10px;
        font-weight: 600;
        width: calc(100% - 50px);
        justify-content: flex-start;
        padding: 0 !important;
    }
    .dosage .dosage__pill_btn{
        margin-top: 0px;
        width: 70px !important;
        padding: 0 !important;
        height: 70px;
        position: absolute;
        right: 15px;
        top: calc(50% - 35px);
    }
    .dosage .dosage__pill_btn .pill__icon_cart {
        width: 44px;
        height: 31px;
    }
    .dosage .products__item_table_tabs{
        padding-left: 0 !important;
    }
    .dosage .products__item_table_tabs span{
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 24px;
    }
    .reviews__content.one_product .reviews__item_info{
        width: 90px;
        height: 47px;
        max-height: 63px;
        min-height: 47px;
    }
    .reviews__content.one_product .reviews__item_description .text_monstm{
        left: 0;
        padding-left: 120px;
        padding-right: 20px;
        font-size: 20px;
        /*font-family: monst_b;*/
        width: 100%;
        font-weight: bold;
        line-height: 27px;
    }
    .reviews__content.one_product .reviews__item_description{
        margin-top: 20px;
        font-size: 18px;
        line-height: 1.8;
    }
    .product__item-spec img{
        max-width: none;
    }
    .product__item-spec{
        right: 18px;
    }

}
.footer__logo img{
    max-height: 49px;
}
.over__black{
    position: absolute;
    height: calc(100% - 107px);
    top: 107px;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.7);
    content: "";
    z-index: 100;
    display: none;
}
.black__ower .over__black{
    display: block;
}
.header__cart_mini.active{
    z-index: 101;
}
header.left_block{
    z-index: 101;
}
.header__cart_mini .cart__table_content_pill_scroll{
    max-height: 206px !important;
    overflow: auto;
}
.page-thank .form-btn{
    padding: 0 0 50px;
    justify-content: flex-end;
    display: flex;
}
.page-thank .form-btn .btn{
    height: 50px;
    line-height: 48px;
    font-size: 18px;
    width: 200px;
    padding-right: 60px;
    text-align: center;
    display: block;
    position: relative;
}
.page-thank .form-btn .btn:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjIzcHgiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0MCAyMzAiPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0yMjEgMzhsLTMgMCAwIDE5MiAtNyAtNyAtMSAwIC0yMSAtMjEgLTIyIDIzIC0xIDAgMCAwIC0yMyAtMjIgLTIyIDIyIC0xIDAgLTEgMCAtMjIgLTIyIC0yMyAyMiAtMSAwIDAgMCAtMjMgLTIzIC0yMCAyMSAtMSAwIC03IDcgMCAtMTkyIC0yIDBjLTEwLDAgLTIwLC04IC0yMCwtMTkgMCwtMTAgMTAsLTE5IDIwLC0xOWwyMDEgMGMxMCwwIDE5LDkgMTksMTkgMCwxMSAtOSwxOSAtMTksMTl6bTIgLTI3bDAgMCAtMjA1IDBjLTUsMCAtOCw0IC04LDggMCw1IDMsOCA4LDhsNCAwIDAgLTE2IDAgMCAxMSAwIDAgMTkzIDE3IC0xNyAwIDAgMSAwIDIyIDIyIDIzIC0yMiAxIDAgMCAwIDIzIDIyIDIyIC0yMiAxIDAgMSAwIDIyIDIyIDIzIC0yMiAwIDAgMSAwIDE3IDE3IDAgLTE3NSAwIDAgMCAtMTggMTEgMCAwIDAgMCAxNiA1IDBjNCwwIDgsLTMgOCwtOCAwLC00IC00LC04IC04LC04em0tMTY1IDQ0bDAgMCA5MSAwYzIsMCA1LDIgNSw1IDAsMyAtMyw1IC01LDVsLTkxIDBjLTMsMCAtNiwtMiAtNiwtNSAwLC0zIDMsLTUgNiwtNXptMCAzMmwwIDAgNTggMGMzLDAgNSwzIDUsNSAwLDMgLTIsNiAtNSw2bC01OCAwYy0zLDAgLTYsLTMgLTYsLTYgMCwtMiAzLC01IDYsLTV6bTAgMzNsMCAwIDk2IDBjMywwIDUsMiA1LDUgMCwzIC0yLDUgLTUsNWwtOTYgMGMtMywwIC02LC0yIC02LC01IDAsLTMgMywtNSA2LC01em0wIDMzbDAgMCA4NSAwYzMsMCA1LDIgNSw1IDAsMyAtMiw1IC01LDVsLTg1IDBjLTMsMCAtNiwtMiAtNiwtNSAwLC0zIDMsLTUgNiwtNXoiLz48L3N2Zz4=) no-repeat center center;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60px;
    content: "";
    border-left:   1px solid #fff;
}
.full_menu li img{
    max-width: 40px;
}
.full_menu .image__pill{
    margin-right: 10px;
}
.full_menu .submenu li.child_flex{
    display: flex;
    align-items: center;
}
.header__top-flex{
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(44, 44, 44, 0.2);
}
.btn.products__item_pill_quantity_bonus{
    padding: 0 !important;
    width: auto !important;
    color: #e69500 !important;
    background: transparent !important;
    border: 0 !important;

}
.btn-orange{
    background: #ff7f43 !important;
    border-color: #ff7f43 !important;
    color: #fff !important;
}
.btn-orange:hover{
    background: #fff !important;
    border-color: #ff7f43 !important;
    color: #ff7f43 !important;
}
input[type=checkbox].error + span + span, input[type=checkbox]#agb.error + label + span + span{
    opacity: 1 !important;
    font-size: 12px;
    color: #e78073;
    /*font-family: monst_b;*/
    font-weight: bold;
}
input[type=checkbox]#agb.error + label{
    display:  none !important;
}
#pcvv{
    padding-left: 20px !important;
    text-align: center !important;
}
label label.error, .order_step__content_form_pay_left .order_step__content_form_data_line.selector label.error{
    display: block;
    height: 20px;
    width: 100%;
    color: #e78073;
    padding-left: 60px;
    padding-top: 5px;
    font-size: 12px;
    /*font-family: monst_m;*/
    font-weight: 500;
}
.order_step__content_form_pay_left .order_step__content_form_data_line.selector label.error{
    padding-left: 0;
    padding-top: 0;
}
.order_step__content_form_pay_left .order_step__content_form_data_line.selector label.error:after, .order_step__content_form_pay_left .order_step__content_form_data_line.selector label.error:before{
    position: absolute;
    content: "";
    display: block;
    width: calc(100% - 2px);
    border: 1px solid #e78073!important;
    -moz-box-shadow: 0 0 5px rgba(225,87,70,0.5);
    -webkit-box-shadow: 0 0 5px rgba(225,87,70,0.5);
    box-shadow: 0 0 5px rgba(225,87,70,0.5);
    height: 48px;
    border-radius: 10px;
    top: 0;
}
.order_step__content_form_pay_left .order_step__content_form_data_line.selector label.error:before{
    left: 0;
}
.order_step__content_form_pay_left .order_step__content_form_data_line.selector label.error:after{
    left: calc(100% + 20px);
}
input#pcvv+label.error{
    padding-left: 0;
}
.contact__bg_form .btn{
    display: block;
    width: 100%;
    margin-top: 20px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    height: 70px;
}
.contact__bg_form_label + img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
html, body, .center_block{
    -min-width: 200px !important;
}
textarea{
    -webkit-appearance: none;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.order_step__content_form_pay_right{
    margin-bottom: 60px;
}

header{
    background-color: #fff !important;
}
.dosage .products__item_table_tabs span.active{
    background-color: rgba(255, 127, 67, 1) !important;
}
.full_menu, .go_to_top, .products__item_table_tab.active, .cart__index .cart__table_header, .order_step__content:after, .l__label:before, .product .product__item_description_line_icon_result.yes, .dosage .products__item_table_content_header, .aside_left:before, .mobile_nav .menu, .reviews__content.one_product .reviews__item_info{
    background-color: #008064 !important;
}
.product__item_slider_nav .one_of_slide.slick-current{
    border-color: #008064 !important;
}
.reviews__content.one_product .reviews__item_rating_star{
    background-image: url(img/icon_rating_star_bg_2.png);
}
.flag_country__description_img{
    background: rgba(0,0,0, 0.5);
}
.header__catalog-menu>li>a{
    color: #fff !important
}
.contact__btns .btn:not(:hover){
    background-color: #008064;
}
.cart__index .cart__table_header{
    color: #fff;
}
.notice-cookie {
    font-size: 14px;
    width: 100%;
    color: #616161;
    background-color: #242424;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.2);
    box-shadow: 0 0 6px rgba(0,0,0,.2);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100000;
}
.notice-inner{
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}
.notice-inner p{
    line-height: 1.5;
    margin: 0 0 10px;
    font-size: 12px;
    text-align: center;
    width: 100%;
}
.recensioni__btns{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0 20px 20px !important;
    box-sizing: border-box;
}
.notice-inner button{
    margin-left: 20px;
    cursor: pointer;
    border-radius: 4px;
    line-height: 26px;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    border-color: #fff;
    color: #242424;
    font-size: 14px;
    font-weight: bold;
    width: 100px;
    height: 36px;
}
.notice-inner button:hover{
    color: #fff;
    background-color: #242424;
    border-color: #fff;
}
footer.cookie_inform{
    padding-bottom: 0;
}