@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
}

@font-face {
  font-family: 'ProximaNova-Light';
  src: url('fonts/ProximaNova-Light.eot');
  src: local('☺'), url('../fonts/ProximaNova-Light.woff') format('woff'), url('../fonts/ProximaNova-Light.ttf') format('truetype'), url('../fonts/ProximaNova-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'ProximaNova-Reg';
  src: url('../fonts/ProximaNova-Regular.eot');
  src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg'), url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('fonts/ProximaNova-Bold.eot');
  src: local('☺'), url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype'), url('../fonts/ProximaNova-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal
}


@font-face {
  font-family: 'RotondaC';
  src: url('../fonts/RotondaC.eot?#iefix') format('embedded-opentype'),
       url('../fonts/RotondaC.otf')  format('opentype'),
       url('../fonts/RotondaC.woff') format('woff'),
       url('../fonts/RotondaC.ttf')  format('truetype'),
       url('../fonts/RotondaC.svg#RotondaC') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src:  url('../fonts/OpenSans-Semibold/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Semibold/OpenSans-Semibold.woff') format('woff'),
    url('../fonts/OpenSans-Semibold/OpenSans-Semibold.ttf')  format('truetype'),
    url('../fonts/OpenSans-Semibold/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
  position: relative;
  overflow-x: hidden;
  outline: none;
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
}

body b,
body strong{
  font-weight: 700;
}

.input-group-addon{
    cursor: pointer;
}

.one-row{
    white-space: nowrap;
    display: inline-block;
}

.blue-text {
  color: #00adbe
}

.black-text {
  color: #2d2d2d !important
}

.green-text {
  color: #70c433
}

.deepblue-text {
  color: #2559a1
}

.gray-color:hover, .gray-color {
  color: #777
}

.cyan-bg {
  background: #00adbe
}

.green-bg {
  background: #70c433
}

.red-text {
  color: #ff465e
}

.deepblue-bg {
  background: #2559a1
}

.deeppurple-bg {
  background: #650f9a;
}

.h2.blue-text {
  font-weight: 600
}

.f18 {
  font-size: 18px
}

.pt8 {
  padding-top: 8px
}

.dashed-link {
  border-bottom: 1px dashed
}

.block {
  display: block
}

.i-block {
  display: block !important
}

.inline-block {
  display: inline-block
}

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden
}

.mb75 {
  margin-bottom: 75px
}

.mb15 {
  margin-bottom: 15px
}

body {
  background-color: #f7f7f7
}

img{
  display: block;
  max-width: 100%;
  height: auto;
}

.common-heading {
  margin-bottom: 30px;
  margin-top: 84px
}

.common-heading:before {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden
}

button:focus, input:focus {
  outline: none
}

.h2 {
  font-size: 26px;
  margin: 0
}

.h3 {
  font-size: 20px;
  margin: 0
}

.h4 {
  color: #2d2d2d;
  font-size: 16px;
  margin: 0
}

.fl {
  float: left
}

.form-clear {
  clear: both
}

.alert {
  border: none;
  border-radius: 5px;
  position: relative
}

.alert p:before {
  content: "";
  display: block;
  width: 27px;
  height: 23px;
  position: absolute;
  top: 23px;
  left: 15px;
  margin-top: -11px
}

.alert-warning {
  background: rgba(255, 226, 106, 0.34)
}

.alert-warning p:before {
  background: url('../img/icons/warning.png') no-repeat
}

.alert-info {
  background: #dbf2ff
}

.alert-info p:before {
  background: url('../img/icons/info.png') no-repeat
}

.alert-danger {
  background: #fbd8dc
}

.alert-danger p:before {
  background: url('../img/icons/danger.png') no-repeat
}

.alert-delivery {
  background: #fff;
  border: 1px solid #000
}

.alert-delivery p:before {
  background: url('../img/icons/delivery.png') no-repeat
}

p.alert-text {
  font-family: 'Open Sans', sans-serif;
  color: #2d2d2d;
  font-size: 13px;
  margin-left: 37px;
  line-height: 20px
}

p.alert-text a {
  color: #2d2d2d;
  text-decoration: underline
}

p.alert-text a:hover {
  text-decoration: none
}

.btn-reserve {
  width: 190px;
  padding: 10px 12px;
  background: #e5e5e5
}

.btn-reserve:hover {
  background: #d4d4d4
}

.btn-danger {
  padding: 10px 12px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  border: none;
  font-size: 14px;
  background: #ff5f69
}

.btn-danger:hover {
  background: #ef525b
}

.btn-blue {
  background: #00adbe
}

.btn-blue:hover {
  background: #0092a0
}

.gray-btn {
  color: #212121;
  background: #e5e5e5;
  display: inline-block;
  font-size: 15px;
  padding: 6px 22px
}

.gray-btn:hover {
  background: #d4d4d4
}

.simple-btn {
  text-decoration: none !important;
  min-width: 190px;
  padding: 9px 10px
}

.btn {
  font-size: 15px
}

.socials li, .social-buttons>li, .social-buttons>div {
  width: 28px;
  height: 28px;
  border: 1px solid #c8c8c8;
  border-radius: 50%;
  display: inline-block;
  margin-left: 10px
}

.socials li > a, .social-buttons>li a, .social-buttons>div a {
  display: block;
  height: 28px;
  text-indent: 999px;
  overflow: hidden;
}
.social-buttons>div a {
    text-indent: 0px;
}

.socials li, .social-buttons>li {
  float: left
}

.socials .ok, .socials .ya-share2__item_service_odnoklassniki, .social-buttons .ok {
  background: url('../img/icons/ok.png') 50% 50% no-repeat
}

.socials .ok:hover, .socials .ya-share2__item_service_odnoklassniki:hover, .social-buttons .ok:hover {
  background: url('../img/icons/ok-hover.png') 50% 50% no-repeat;
  border-color: #00adbe
}

.socials .vk, .socials .ya-share2__item_service_vkontakte, .social-buttons .vk {
  background: url('../img/icons/vk.png') 50% 50% no-repeat
}

.socials .vk:hover, .socials .ya-share2__item_service_vkontakte:hover, .social-buttons .vk:hover {
  background: url('../img/icons/vk-hover.png') 50% 50% no-repeat;
  border-color: #00adbe
}

.socials .fb, .socials .ya-share2__item_service_facebook, .social-buttons .fb {
  background: url('../img/icons/fb.png') 50% 50% no-repeat
}

.socials .fb:hover, .socials .ya-share2__item_service_facebook:hover, .social-buttons .fb:hover {
  background: url('../img/icons/fb-hover.png') 50% 50% no-repeat;
  border-color: #00adbe
}

.location-marker {
  display: inline-block;
  width: 13px;
  height: 18px;
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 5px
}

.location-marker.lm-blue {
  background: url('../img/icons/location-blue.png') 0 0 no-repeat
}

.location-marker.lm-red {
  background: url('../img/icons/location-red.png') 0 0 no-repeat
}

.location-marker.lm-green {
  background: url('../img/icons/location-green.png') 0 0 no-repeat
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

body {
  line-height: 1.2
}

ol, ul {
  /*list-style: none;*/
}

/*div:not(.seo-text) ol,
div:not(.seo-text) ul{
  list-style: none;
}
*/
blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

body {
  font-family: 'Open Sans', sans-serif;
  line-height: 130%;
}

.cart-title, .section-title a, .section-title, .page-title {
  font-size: 26px;
  color: #1c1c1c;
  margin-bottom: 20px;
  line-height: 130%;
  text-decoration: none !important
}

.cart-title, .page-title {
  font-family: 'ProximaNova-Light';
  margin-bottom: 35px
}

.section-title {
  font-family: 'ProximaNova-Light'
}

.cart-title {
  margin-bottom: 10px
}

.section-title a span {
  #color: #777;
  font-size: 18px;
  text-decoration:underline;
}

.section-title {
  margin-bottom: 30px
}

img {
  max-width: 100%
}

a, a:hover {
  color: #00717b;
  -webkit-transition: .25s;
  transition: .25s
}

a:focus {
  text-decoration: none
}

.text-wrap {
  color: #2d2d2d;
  font-size: 15px;
  margin-bottom: 50px;
}

.text-wrap img{
  display: block;
  max-width: 100%;
  height: auto;
}

.text-wrap .h2, .text-wrap h2{
  margin-bottom: 20px;
}

.text-wrap > div:not(.test-product-slider) p, .text-wrap > p {
  color: #2d2d2d;
  line-height: 22px;
  margin-bottom: 20px;
}

.text-wrap table {
  width: 100%;
  margin-bottom: 25px
}

.text-wrap>ul {
  margin-bottom: 20px
}

/*.text-wrap>ul>li {
  padding-left: 36px;
  position: relative;
  margin-bottom: 7px
}

.text-wrap>ul>li:before {
  content: "";
  width: 18px;
  height: 12px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  background: url(../img/images/mark-li.png) no-repeat
}*/

.text-wrap ul.nav-pills li {
  padding-left: 0;
  margin: 0 20px 0 0
}

.text-wrap ul.nav-pills li:last-child {
  margin: 0
}

.text-wrap ul.nav-pills li:before {
  content: none
}

.text-wrap .article-bottom-info ul.nav-pills li {
  margin: 0 4px 0 0
}

.text-wrap .article-bottom-info ul.nav-pills li> .socials {
  margin-top: 0
}

.text-wrap > div:not(.test-product-slider) a, .text-wrap > a {
  text-decoration: underline
}

.text-wrap > div:not(.test-product-slider) a:hover, .text-wrap > a:hover {
  text-decoration: none
}

.seo-text {
  font-size: 14px;
  margin-top: 50px
}

.seo-text ul,
.seo-text ol{
  padding-left: 18px;
}

.seo-text p {
  color: #777;
  line-height: 22px
}

.seo-text  h1{
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 28px;
}
.seo-text  h2{
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 21px;
}
.seo-text  h3{
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 18px;
}
.seo-text  h4{
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 18px;
}
.seo-text  h5{
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 12px;
}
.seo-text  h6{
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
}

strong {
  font-weight: 700
}

h3 {
  color: #2d2d2d;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px
}

h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  border: 0
}

hr {
  color: #e5e5e5
}

.date a, .date {
  font-size: 13px;
  margin-bottom: 0
}

.article-wrapper p {
  margin-bottom: 30px
}

.title24 {
  font-size: 24px;
  font-family: 'ProximaNova-Light';
  margin-bottom: 15px
}

.content-section ol {
  margin-bottom: 20px
}

.content-section ol li {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 15px
}

.content-section ul {
  margin-bottom: 20px
}

.content-section ul li {
  list-style-image: url('../img/icons/ul-green.png');
  margin-left: 20px;
  margin-bottom: 15px
}

.fixed-menu {
  position: fixed;
  top: -690px;
  z-index: 99999999;
  width: 100%;
  max-width: 1325px
}

.chevron-region {
  display: inline-block;
  width: 7px;
  height: 5px;
  background: url('../img/images/blue-shevron-down.png') 0 0 no-repeat;
  margin-left: 2px;
  margin-bottom: 1px
}

.chevron-black {
  display: inline-block;
  width: 8px;
  height: 5px;
  background: url('../img/images/black-shevron-down.png') 0 0 no-repeat;
  margin-left: 10px;
  margin-bottom: 1px
}

.container {
  width: 100%;
  max-width: 1325px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  padding: 0;
  background: #fff
}

.container header {
  font-size: 13px;
  position: relative
}

.container header .header__top-menu {
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
  width: 100%;
  min-height: 40px;
  padding: 3px 32px
}

.container header .header__top-menu>ul {
  margin: 0;
  height: 35px
}

.container header .header__top-menu .top-menu_left {
  width: 220px;
  float: left;
  list-style: none;
}

.container header .header__top-menu .top-menu_left li {
  float: left;
  line-height: 35px;
  padding-right: 21px;
  font-size: 13px
}

.container header .header__top-menu .top-menu_left li a {
  color: #777;
  text-decoration: underline;
  -webkit-transition: .25s;
  transition: .25s
}

.container header .header__top-menu .top-menu_left li a:hover {
  color: #00717b;
  text-decoration: none
}

.container header .header__top-menu .top-menu_left li:last-child {
  padding: 0
}

.container header .header__top-menu .top-menu_left:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.container header .header__top-menu .top-menu_center {
  width: calc(100% - 400px);
  float: right;
  list-style: none;
  text-align: center;
}

.container header .header__top-menu .top-menu_center > li {
  display: inline-block;
  vertical-align: top;
  line-height: 35px;
  padding: 0 21px 0 0;
  font-size: 13px;
  padding: 0 0 0 25px
}

.container header .header__top-menu .top-menu_center li.contact-center{
  padding-left: 0;
  height: 35px;
}

.contact-center .showContact{
  font-size: 24px;
  color: #5b5b5b;
  padding: 0 30px 0 62px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  margin-right: 45px;
  height: 35px;
  line-height: 32px;
  position: relative;
}

.contact-center .showContact:before,
.contact-center .showContact:after{
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 2px;
  left: 0;
  background-image: url(../img/icons/mts.png);
  background-position: 5px 5px;
  background-repeat: no-repeat;
  background-size: 20px;
}

.contact-center .showContact:after{
  left: 30px;
  background-image: url(/local/templates/main/styles/../img/icons/a1.png);
  background-position: 4px 4px;
}

.contact-center .showContact__icon{
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #bfbdbd;
  border-radius: 50%;
  top: 7px;
  right: 0;
  transition: transform .3s;
}

.contact-center .showContact__icon:before,
.contact-center .showContact__icon:after{
  content: '';
  width: 8px;
  height: 1px;
  position: absolute;
  top: 9px;
  left: 2px;
  background: #bfbdbd;
  transform: rotate(45deg);
}

.contact-center .showContact__icon:after{
  transform: rotate(-45deg);
  left: 8px;
}

.contact-center.isOpen .showContact .showContact__icon{
  transform: rotate(180deg);
}

.container header .header__top-menu .top-menu_center>li a:hover {
  text-decoration: none
}

.container header .header__top-menu .top-menu_center>li .region-wrapper .glyphicon.glyphicon-map-marker {
  display: none
}

.container header .header__top-menu .top-menu_center>li .region-wrapper .top-menu_region {
  font-size: 13px;
  color: #777
}

.container header .header__top-menu .top-menu_center:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.container header .header__top-menu .top-menu_center .contact-center,
.container header .header__top-menu .top-menu_center .region {
  position: relative;
}

.container header .header__top-menu .top-menu_center .region{
	width: 360px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.container header .header__top-menu .top-menu_center .contact-center .header-popup, .container header .header__top-menu .top-menu_center .region .header-popup {
  position: absolute;
  z-index: 99999;
  background: #fff;
  box-shadow: 1px 2px 7px 0 rgba(0, 0, 0, 0.16);
  padding: 20px
}

.container header .header__top-menu .top-menu_center .contact-center .cc-popup,
.container header .header__top-menu .top-menu_center .region .cc-popup {
  width: 280px;
  min-height: 298px;
  top: 35px;
  left: 50%;
  left: calc(50% - 140px);
  text-align: left;
  display: none;
  z-index: 1041;
}

.container header .header__top-menu .top-menu_center .contact-center .header-popup:before,
.container header .header__top-menu .top-menu_center .region .header-popup:before {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  position: absolute;
  top: -6px;
  left: 50%;
  left: calc(50% - 10px);
  background: url('../img/images/header-popup.png') no-repeat
}


/* .container header .header__top-menu .top-menu_center .contact-center .cc-popup div:not(:last-child),
.container header .header__top-menu .top-menu_center .region .cc-popup div:not(:last-child) {
  margin-bottom: 20px
} */

.container header .header__top-menu .top-menu_center .contact-center .r-popup, .container header .header__top-menu .top-menu_center .region .r-popup {
  width: 285px;
  min-height: 157px;
  top: 35px;
  left: 45px;
  display: none
}

.container header .header__top-menu .top-menu_center .contact-center .r-popup p:last-child, .container header .header__top-menu .top-menu_center .region .r-popup p:last-child {
  font-size: 13px
}

.container header .header__top-menu .top-menu_center .contact-center .r-popup div, .container header .header__top-menu .top-menu_center .region .r-popup div {
  margin: 10px 0
}

.container header .header__top-menu .top-menu_center .contact-center .r-popup div .btn-small-blue, .container header .header__top-menu .top-menu_center .region .r-popup div .btn-small-blue {
  background: #00adbe;
  border: none;
  color: #fff !important;
  width: 70px;
  margin-right: 10px
}

.container header .header__top-menu .top-menu_center .contact-center .r-popup div .btn-small-blue:hover, .container header .header__top-menu .top-menu_center .region .r-popup div .btn-small-blue:hover {
  background: #00717b
}

.container header .header__top-menu .top-menu_center .contact-center .r-popup div .btn-default, .container header .header__top-menu .top-menu_center .region .r-popup div .btn-default {
  width: 160px;
  border: 1px solid #2d2d2d !important;
  color: #2d2d2d !important;
  background: #fff
}

.container header .header__top-menu .top-menu_center .contact-center .r-popup div .btn-default:hover, .container header .header__top-menu .top-menu_center .region .r-popup div .btn-default:hover {
  background: #e5e5e5
}

.container header .header__top-menu .top-menu_center .contact-center .r-popup-chose, .container header .header__top-menu .top-menu_center .region .r-popup-chose {
  width: 330px;
  min-height: 260px;
  display: none
}

.container header .header__top-menu .top-menu_center .contact-center .r-popup-chose:before, .container header .header__top-menu .top-menu_center .region .r-popup-chose:before {
  left: 67px
}

.container header .header__top-menu .top-menu_center .contact-center .r-popup-chose>p, .container header .header__top-menu .top-menu_center .region .r-popup-chose>p {
  margin-bottom: 10px;
  font-size: 14px
}

.container header .header__top-menu .top-menu_center .contact-center .r-popup-chose .alert, .container header .header__top-menu .top-menu_center .region .r-popup-chose .alert {
  margin-bottom: 10px
}

.container header .header__top-menu .top-menu_center .contact-center .r-popup-chose .alert .alert-text, .container header .header__top-menu .top-menu_center .region .r-popup-chose .alert .alert-text {
  font-size: 13px !important;
  line-height: 20px
}

.container header .header__top-menu .top-menu_center .contact-center .r-popup-chose .alert .alert-text:before, .container header .header__top-menu .top-menu_center .region .r-popup-chose .alert .alert-text:before {
  top: 30px
}

.container header .header__top-menu .top-menu_center .contact-center .r-popup-chose .simple-form label, .container header .header__top-menu .top-menu_center .region .r-popup-chose .simple-form label {
  font-size: 14px;
  color: #2d2d2d
}

.container header .header__top-menu .top-menu_center .contact-center .r-popup-chose .nothing-found, .container header .header__top-menu .top-menu_center .region .r-popup-chose .nothing-found {
  font-size: 14px;
  color: #777
}

.container header .header__top-menu .top-menu_center .contact-center .r-popup-chose .region-list, .container header .header__top-menu .top-menu_center .region .r-popup-chose .region-list {
  margin-bottom: 7px
}

.container header .header__top-menu .top-menu_center .contact-center .r-popup-chose .region-list>li, .container header .header__top-menu .top-menu_center .region .r-popup-chose .region-list>li {
  font-size: 20px;
  margin-bottom: 15px;
  height: auto
}

.container header .header__top-menu .top-menu_center .contact-center .r-popup-chose .region-list>li ul li, .container header .header__top-menu .top-menu_center .region .r-popup-chose .region-list>li ul li {
  font-size: 14px;
  height: 25px
}

.container header .header__top-menu .top-menu_center .contact-center .r-popup-chose .region-list>li ul li.active, .container header .header__top-menu .top-menu_center .region .r-popup-chose .region-list>li ul li.active {
  font-size: 15px;
  font-weight: 700
}

.container header .header__top-menu .top-menu_center .contact-center .r-popup-chose .region-list>li ul li a, .container header .header__top-menu .top-menu_center .region .r-popup-chose .region-list>li ul li a {
  color: #2d2d2d;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  border: 0
}

.container header .header__top-menu .top-menu_right {
  width: 170px;
  float: right;
  list-style: none;
}

.container header .header__top-menu .top-menu_right li {
  float: left;
  line-height: 35px;
  font-size: 13px;
  padding: 0 0 0 15px
}

.container header .header__top-menu .top-menu_right li:first-child p {
  font-weight: 600
}

.container header .header__top-menu .top-menu_right li a {
  color: #777;
  text-decoration: underline;
  -webkit-transition: .25s;
  transition: .25s
}

.container header .header__top-menu .top-menu_right li a:hover {
  color: #00717b;
  text-decoration: none
}

.container header .header__top-menu .top-menu_right li span {
  color: #00adbe;
  margin-left: 8px;
  font-size: 11px;
  cursor: pointer
}

.container header .header__top-menu .top-menu_right:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.container header .header__search {
  font-size: 15px;
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
  width: 100%;
  min-height: 102px;
  padding: 0 32px
}

.container header .header__search .search_logo {
  width: 16%;
  float: left;
  padding-top: 20px
}

.container header .header__search .search_logo img {
  width: 100%
}

.container header .header__search .search_form {
  width: 53.96825%;
  float: left;
  padding: 30px 0;
  padding-right: 3.33333%;
  padding-left: 3.33333%;
  position: relative;
}

.container header .header__search .search_form .input-group-btn .btn-group>button {
  -webkit-transition: .25s;
  transition: .25s
}

.container header .header__search .search_form .input-group-btn>.btn-default {
  background: #00adbe;
  color: #fff;
  border-color: #00adbe;
  border-left: 1px solid #00717b;
  vertical-align: top;
  width: 45px;
  height: 40px;
}

.container header .header__search .search_form .input-group-btn .btn.active, .container header .header__search .search_form .input-group-btn .btn:active, .container header .header__search .search_form .input-group-btn .btn:hover, .container header .header__search .search_form .input-group-btn .btn:focus {
  border-color: #c8c8c8;
  background-image: none;
  outline: 0;
  box-shadow: none;
  -webkit-transition: .25s;
  transition: .25s
}

.container header .header__search .search_form .input-group-btn>.btn:hover, .container header .header__search .search_form .input-group-btn>.btn:active {
  border-color: #00adbe;
  /*border-left: 1px solid #00717b*/
}

.container header .header__search .search_form .input-group-btn .btn-group.open .dropdown-toggle {
  box-shadow: none
}

.container header .header__search .search_form .input-group-btn .icon-search {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url('../img/icons/search-icon.png') center no-repeat;
}

.container header .header__search .search_form .form-control, .container header .header__search .search_form .form-control:active, .container header .header__search .search_form .form-control:focus {
  border-color: #c8c8c8
}

.container header .header__search .search_form input {
  height: 40px
}

.container header .header__search .search_form button {
  height: 40px
}

.container header .header__search .search_buttons {
  width: 29.86507%;
  float: left;
  text-align: right;
}

.container header .header__search .search_buttons .button {
  margin-top: 33px;
  float: left
}

.container header .header__search .search_buttons .button a {
  line-height: 35px;
  color: #2d2d2d;
  text-decoration: none
}

.container header .header__search .search_buttons .button .button-icon {
  display: block;
  float: left;
  width: 37px;
  height: 35px;
  margin-right: 10px
}

.container header .header__search .search_buttons .button.compare:hover .button-icon {
  background: url('../img/icons/icons-index.svg') 8px -50px no-repeat
}

.container header .header__search .search_buttons .button.wish:hover .button-icon {
  background: url('../img/icons/icons-index.svg') -49px -50px no-repeat
}

.container header .header__search .search_buttons .button.cart:hover .button-icon {
  background: url('../img/icons/icons-index.svg') -114px -50px no-repeat
}

.container header .header__search .search_buttons .compare {
  width: 45%
}

.container header .header__search .search_buttons .compare .button-icon {
  background: url('../img/icons/icons-index.svg') 8px 0 no-repeat
}

.container header .header__search .search_buttons .wish {
  width: 41%;
  display: inline-block;
  text-align: left;
  float: none;
  position: relative;
}

.container header .header__search .search_buttons .wish .button-icon {
  background: url('../img/icons/icons-index.svg') -49px 0 no-repeat
}

.container header .header__search .search_buttons .cart {
  width: 13%;
  position: relative;
  float: right;
}

.container header .header__search .search_buttons .cart .button-icon {
  background: url('../img/icons/icons-index.svg') -114px 0 no-repeat
}

.container header .header__search .search_buttons .label-warning {
  background: #ff465e;
  border-radius: 8px;
  position: absolute;
  top: 7px;
  left: 13px;
  padding: .2em .6em .3em;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer
}

.container header .header__search .menu-button {
  display: none
}

.container header .main-menu-wrap {
  position: relative;
  min-height: 91px
}

.container header .main-menu-wrap .menu_close-button.menu-closed {
  display: none
}

.container header .header__navigation {
  font-size: 15px;
  -webkit-transition: all ease .6s;
  transition: all ease .6s
}

.container header .header__navigation .enter-dublicate {
  display: none
}

.container header .header__navigation .info-dublicate {
  display: none
}

.container header .header__navigation .nav-tabs {
  border-bottom: 0
}

.container header .header__navigation .nav-category {
  padding: 0 2.53968%;
  background: #f6f6f6;
  border-bottom: 1px solid #e4e4e4;
  width: 100%;
  min-height: 34px;
  color: #fff;
  text-align: center
}

.container header .header__navigation .nav-category>ul {
  text-align: center
}

.container header .header__navigation .nav-category>ul li {
  padding: 0 2.9365%;
  display: inline-block;
  float: none
}

.container header .header__navigation .nav-category>ul li a {
  border: 0;
  border-radius: 0;
  padding: 6px 0;
  color: #2d2d2d
}

.container header .header__navigation .nav-category>ul li a:hover {
  background: none;
  color: #00adbe
}

.container header .header__navigation .nav-category>ul li .active {
  color: #00adbe
}

.container header .header__navigation .nav-category>ul li .coral {
  color: #ff465e;
  font-weight: 600
}

.container header .header__navigation .nav-section {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
  width: 100%;
  min-height: 56px
}

.container header .header__navigation .nav-section>ul {
  height: 100%
}

.container header .header__navigation .nav-section>ul>li {
  position: static
}

.container header .header__navigation .nav-section>ul>li>a {
  position: relative;
  display: block;
  border: 0;
  border-radius: 0;
  border-right: 1px solid #f6f6f6;
  height: 56px;
  margin: 0;
  color: #2d2d2d;
  white-space: nowrap !important;
  padding: 16px 3%
}

.container header .header__navigation .nav-section>ul>li>a:hover {
  background: none
}

.container header .header__navigation .nav-section>ul>li:last-child a {
  border: none
}

.container header .header__navigation .nav-section>ul>li:hover {
  background-color: #f6f6f6
}

.container header .header__navigation .nav-section>ul>li>.menu-dropdown {
  display: none;
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 99999;
  width: 100%;
  max-width: 1350px;
  border: 1px solid #e4e4e4;
  background: #fff;
  padding: 30px;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.2)
}

.container header .header__navigation .nav-section>ul>li>.menu-dropdown .flag {
  margin-left: 5px
}

.container header .header__navigation .nav-section>ul>li>.menu-dropdown ul li {
  padding: 0
}

.container header .header__navigation .nav-section>ul>li>.menu-dropdown ul li:hover {
  background: #fff
}

.container header .header__navigation .nav-section>ul>li>.menu-dropdown ul li a {
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  line-height: 28px;
  font-weight: 600;
  color: #2d2d2d
}

.container header .header__navigation .nav-section>ul>li>.menu-dropdown ul li a:hover {
  color: #00717b;
  text-decoration: none
}

.container header .header__navigation .nav-section>ul>li>.menu-dropdown ul li ul {
  margin-left: 20px
}

.container header .header__navigation .nav-section>ul>li>.menu-dropdown ul li ul li {
  padding: 0
}

.container header .header__navigation .nav-section>ul>li>.menu-dropdown ul li ul li a {
  line-height: 28px;
  border: 0;
  font-weight: 500
}

.container header .header__navigation .nav-section>ul>li>.menu-dropdown ul li ul li a:hover {
  color: #00717b;
  text-decoration: none
}

.container header .header__navigation .nav-section>ul>li>.menu-dropdown ul li ul li a.all-category:hover:after {
  -webkit-transform: rotate(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotate(-90deg) !important
}

.container header .header__navigation .nav-section>ul>li>.menu-dropdown ul .dropdown-new:after {
  content: "NEW";
  color: #fff;
  display: inline-block;
  text-align: center;
  background: url('../img/icons/new-flag.png') 50% 50% no-repeat;
  width: 47px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px
}

.container header .header__navigation .nav-section>ul>li>.menu-dropdown .dropdown-brands {
  border-left: 1px solid #e4e4e4;
  padding-left: 22px
}

.container header .header__navigation .nav-section>ul>li>.menu-dropdown .dropdown-brands ul li a:hover {
  color: #00717b
}

.container header .header__navigation .nav-section>ul>li>.menu-dropdown .dropdown-commercial .dropdown-banner {
  margin-bottom: 20px
}

.container header .header__navigation .nav-section>ul>li>.menu-dropdown .dropdown-commercial .dropdown-banner a {
  border-right: 0
}

.container header .header__navigation .nav-section>ul>li>.menu-dropdown .dropdown-commercial .dropdown-banner a img {
  width: 100%
}

.container header .header__navigation .nav-section>ul>li>.menu-dropdown .dropdown-commercial .dropdown-links a {
  line-height: 22px;
  color: #00717b;
  text-decoration: underline;
  margin-bottom: 15px;
  display: inline-block;
  border-right: 0
}

.container header .header__navigation .nav-section>ul>li>.menu-dropdown .dropdown-commercial .dropdown-links a:hover {
  text-decoration: none
}

.container header .header__navigation .nav-section>ul>li>.menu-dropdown .dropdown-commercial .dropdown-links a:last-child {
  margin: 0
}

.slider .bx-wrapper {
  margin: 0 !important
}

.slider .bx-wrapper .bx-controls .bx-pager {
  z-index: 99;
  bottom: -28px
}

.bx-wrapper {
  margin-bottom: 0
}

.bx-wrapper .bx-viewport {
  border: 0;
  box-shadow: none;
  left: 0
}

.main-slider{
	margin-bottom:-25px;
}

.js-no .main-slider{
    height: 380px;
    overflow: hidden;
}

.main-slider .bx-wrapper .bx-viewport {
  border: 0;
  box-shadow: none;
  left: 0
}

.main-slider .slider-item{
  /*height: 380px;*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.main-slider .slider-item img{
  margin: auto;
}

.main-slider .bx-wrapper .bx-loading {
  display: none !important
}

.main-slider .bx-wrapper .bx-controls .bx-pager a {
  border: 1px solid #e4e4e4;
  display: table-cell;
  width: 215px;
  min-height: 60px;
  margin-right: -1px;
  padding: 11px 15px 3px;
  background: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #2d2d2d;
  text-align: center;
  text-decoration: none;
  z-index: 1040;
}

.main-slider .bx-wrapper .bx-controls .bx-pager-item a {
  position: relative
}

.main-slider .bx-wrapper .bx-controls .bx-pager-item a:before {
  content: "";
  display: none;
  width: 12px;
  height: 7px;
  background: url(../img/plugins/pager-arrow.png) 0 0 no-repeat;
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -6px
}

.main-slider .bx-wrapper .bx-controls .bx-pager a:hover {
  border-bottom: 3px solid #00adbe;
  text-decoration: none
}

.main-slider .bx-wrapper .bx-controls .bx-pager a.active {
  border-bottom: 3px solid #00adbe;
  text-decoration: none
}

.main-slider .bx-wrapper .bx-controls .bx-pager a.active:before {
  display: block
}

.main-slider .bx-wrapper .bx-viewport {
  border: 0;
  box-shadow: none;
  left: 0
}

.container .main-slider .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
  display: inline-block;
  width: 13px;
  height: 13px;
  min-height: 10px;
  color: transparent;
  padding: 0;
  margin: 0;
  background: #e4e4e4;
  background-image: none;
  vertical-align: middle;
  border: none;
  margin: 3.5px;
  border-radius: 50%
}

.container .main-slider .bx-wrapper .bx-pager{
  /*bottom: 15px;*/
  padding: 0 15px;
}

.container .main-slider .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active,
.container .main-slider .bx-wrapper .bx-controls .bx-pager .bx-pager-item a:hover{
  background: #00adbe;
}


.container .main-slider .bx-wrapper .bx-controls .bx-pager .bx-pager-item a:before {
  display: none !important
}
.container .main-slider .bx-wrapper .bx-controls .bx-pager .bx-pager-item a:hover, .container .main-slider .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active {
  border: none;
  width: 13px;
  height: 13px
}

.footer-heading {
  margin: 25px 0 15px
}

footer .footer-top {
  padding: 0 30px;
  padding-top: 100px;
  background: #f9f9f9
}

footer .footer-top .footer-heading {
  font-size: 16px
}

footer .footer-top .footer__nav ul {
  padding-right: 46px
}

footer .footer-top .footer__nav ul li {
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 120%
}

footer .footer-top .footer__nav ul li a {
  text-decoration: none;
  color: #5e5e5e
}

footer .footer-top .footer__nav ul li a:hover {
  color: #00717b
}

footer .footer-top .footer__contacts>.row {
  border-left: 1px solid #dbdbdb;
  margin-top: 25px;
  margin-bottom: 30px
}

footer .footer-top .footer__contacts .footer-heading {
  padding-left: 15px;
  margin-top: 0
}

footer .footer-top .footer__contacts ul {
  margin-bottom: 10px
}

footer .footer-top .footer__contacts ul li {
  color: #5e5e5e;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 120%
}

footer .footer-top .footer__contacts ul li a{
  color: #5e5e5e;
  text-decoration: none;
  white-space: nowrap;
}

footer .footer-top .footer__contacts ul li a:hover{
  color: #00717b;
}

footer .footer-top .footer__contacts ul li:first-child {
  font-weight: normal
}

footer .footer-top .footer__contacts .footer-payments p {
  margin-bottom: 9px;
  font-size: 14px
}

footer .footer-top .footer__contacts .footer-payments ul {
  margin-bottom: 0
}

footer .footer-top .footer__contacts .footer-payments ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px
}

footer .footer-top .footer__contacts .footer-payments ul li img {
  border: 1px solid #e4e4e4;
  border-radius: 3px
}

footer .footer-top .footer_social-buttons {
  text-align: center;
  padding-top: 67px
}

footer .footer-top .footer_social-buttons * {
  display: inline-block;
  -webkit-transition: .25s;
  transition: .25s;
    vertical-align: middle;
    color:#6a6a6a;
}
footer .footer-top .footer_social-buttons .social-buttons div:hover {
    border-color: #00adbe;
}
footer .footer-top .footer_social-buttons .social-buttons div:hover *{
    color: #00adbe;
}
footer .footer-top .footer_social-buttons * a {
  display: block;
  width: 100%;
  height: 100%
}
footer .footer-top .footer_social-buttons .social-buttons div {
    padding-top: 1px;
}

footer .footer-top .footer_social-buttons .app-buttons {
  margin-left: 10px
}

footer .footer-top .footer_social-buttons .app-buttons .gplay {
  width: 95px;
  height: 28px;
  background: url('../img/icons/g-play.png') 0 0 no-repeat
}

footer .footer-top .footer_social-buttons .app-buttons .appstore {
  width: 95px;
  height: 28px;
  background: url('../img/icons/appstore.png') 0 0 no-repeat
}

footer .footer-bottom {
  background: #f1f1f1;
  color: #2d2d2d;
  font-size: 13px;
  padding: 15px 30px 30px;
  line-height: 21px
}

footer .footer-bottom p:nth-child(2) {
  text-decoration: underline
}

.l-menu-wrap {
  width: 100%;
  position: relative
}

.l-menu-wrap>div {
  float: left
}


.l-menu-wrap>div.sidebar {
  width: 214px;
  position: relative;
  margin-right: -214px;
  float: left;
  margin-bottom: 40px
}

.l-menu-wrap>div.r-content {
  width: 100%;
  float: right;
  padding-bottom: 70px
}

.l-menu-wrap>div.r-content>.content-wrapper {
  margin-left: 214px
}

.l-menu-wrap .row {
  margin-right: -13px;
  margin-left: -13px
}

.l-menu-wrap .row>div {
  padding: 0 13px
}

.l-menu-wrap .r-content>.content-wrapper>section {
  margin-bottom: 40px
}

.l-menu-wrap .r-content>.content-wrapper>section.section-tabs {
  margin-bottom: 75px
}

.popular .bx-controls-direction {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px
}

.popular .bx-controls-direction a {
  width: 21px;
  height: 21px;
  background: #dbdbdb url('../img/icons/lr-arrow.png') 0 0 no-repeat;
  border-radius: 50%;
  position: absolute;
  top: -39px
}

.popular .bx-controls-direction a:hover {
  background-color: #00adbe
}

.popular .bx-controls-direction a.bx-next {
  right: 0;
  background-position: -21px 0
}

.popular .bx-controls-direction a.bx-prev {
  left: 0
}

.popular .slide .flag {
  top: 55px
}

.popular .slide .border-block__img img {
  max-height: 220px
}

.best .bx-controls-direction {
  position: absolute;
  top: -19px;
  right: 17px;
  width: 50px
}

.best .bx-controls-direction a {
  width: 21px;
  height: 21px;
  background: #dbdbdb url('../img/icons/lr-arrow.png') 0 0 no-repeat;
  border-radius: 50%;
  position: absolute;
  top: 0
}

.best .bx-controls-direction a:hover {
  background-color: #00adbe
}

.best .bx-controls-direction a.bx-next {
  right: 0;
  background-position: -21px 0
}

.best .bx-controls-direction a.bx-prev {
  left: 0
}

.clearfix:after {
  visibility: hidden;
  display: block;
  clear: both;
  height: 0
}

.main-content {
  padding: 0 32px;
  #margin-top: -25px;
}

.banner {
  border-radius: 4px;
  position: relative;
  overflow: hidden
}

.banner img {
  width: 100%;
  display: block
}

.banner a {
  display: block
}

.banner.banner-small {
  margin-bottom: 20px
}

.banner.banner-small:last-child {
  margin-bottom: 0
}

.popular .bx-viewport {
  height: auto !important
}

.js-no .popular .popular_carousel{
    height: 313px;
    overflow: hidden;
}

.popular .popular_carousel .slide {
  height: auto;
  padding: 22px 15px;
  border: 1px solid #e4e4e4;
  position: relative
}

.popular .popular_carousel .slide:hover {
  border: 1px solid #c8c8c8
}

.popular .popular_carousel .slide:hover .popular_slide_content .slide_image {
  background-size: 53.535353%
}

.popular .popular_carousel .slide .slide_tags {
  padding: 0
}

.popular .popular_carousel .slide .slide_tags ul li {
  display: inline-block;
  margin-right: 15px
}

.popular .popular_carousel .slide .slide_tags ul li a {
  text-decoration: underline;
  color: #00717b;
  font-size: 14px
}

.popular .popular_carousel .slide .slide_tags ul li a:hover {
  color: #00717b;
  text-decoration: none
}

.popular .popular_carousel .slide .slide_tags ul li a.pop-dotts {
  display: inline-block;
  width: 27px;
  height: 8px;
  background: url('../img/icons/dotts.png') 50% 50% no-repeat
}

.popular .popular_carousel .slide .slide_tags ul li:last-child {
  margin-right: 0
}

.js-no .best .border-block{
    height: 355px;
    overflow: hidden;
}

.best .border-block {
  margin: 0;
  padding: 0 !important
}

.best .border-block .slide-heading {
  padding: 15px
}

.best .border-block__img img {
  max-height: 225px
}

.test-product-slider .product-list .product-price, .product-price {
  color: #00adbe;
  font-size: 18px;
  font-weight: 600
}

.product-price.old{
  color: #ff5f69;
}

.product-old-price {
  color: #777;
  font-size: 14px;
  text-decoration: line-through
}

.gray-flag {
  background: url(../img/images/gray-flag-l.png) repeat-y left top, url(../img/images/gray-flag-r.png) repeat-y right top, #919191;
  padding: 0 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  margin-left: 10px
}

.about .about_text {
  padding-right: 25px
}

.about .about_text p {
  font-size: 15px;
  color: #2d2d2d;
  line-height: 22px;
  margin-bottom: 20px
}

.help .self-small {
  display: none
}

.help .heading {
  clear: both
}

.cart-main-content, .order-main-content {
  padding: 0 32px
}

.cart-header .booking {
  margin-bottom: 30px
}

.cart-header .booking .booking-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #ff465e url('../img/icons/clock.png') 50% 50% no-repeat;
  float: left;
  margin-right: 20px
}

.cart-header .booking p {
  font-size: 15px;
  line-height: 20px
}

.cart-header .booking p.booking-time {
  color: #ff465e;
  font-size: 20px
}

.cart-body {
  margin: 0 -32px
}

.table {
  font-size: 15px
}

.table thead>tr th:not(.testblock) {
  border-bottom: 1px solid #000;
  font-size: 13px;
  color: #777;
  vertical-align: middle
}

.table thead>tr th[colspan="2"] {
  font-size: 20px;
  color: #2d2d2d;
  padding-left: 0;
  white-space: nowrap
}

.table thead>tr th[colspan="2"]+th {
  text-align: right;
  padding-right: 50px
}

.table .table-line{
  border-bottom: 1px solid #e4e4e4
}

.table .table-line .table-img {
  width: 90px
}

.table .table-line .table-img {
  width: 90px;
  padding: 8px;
  margin-right: 10px;
}

.table .table-line .table-img img {
  width: 100%;
  padding: 5px 10px
}

.table .table-line .table-item {
  max-width: 815px;
  position: relative;
  padding: 8px;
  width: calc(100% - 100px);
}

.table .table-line .table-item .product-name {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #2d2d2d;
  line-height: 22px;
  max-width: 520px
}

.table .table-line .table-item .item-brand, .table .table-line .table-item .item-parameter {
  margin-top: 10px;
  color: #777;
  font-size: 13px
}

.table .table-line .table-item .item-brand a {
  color: #777;
  text-decoration: underline;
  margin-right: 5px
}

.table .table-line .table-item .item-brand a:hover {
  text-decoration: none;
  color: #00717b
}

.table .table-line .table-item .item-parameter {
  margin-top: 10px
}

.table .table-line .table-item .item-parameter .item-color {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #00adbe;
  border-radius: 3px;
  margin: 0 15px 0 5px;
  margin-bottom: -6px;
  cursor: pointer
}

.table .table-line .table-item .item-parameter .item-size, .table .table-line .table-item .item-parameter .item-height {
  margin-right: 15px
}

.table .table-line .number {
  width: auto;
  padding-right: 50px;
  line-height: 20px;
  position: absolute;
  top: 10px;
  right: 0
}

.table .table-line .table-price div, .table .table-line .table-total div {
  font-weight: 600
}

.table .table-line .table-price {
  width: 175px;
  white-space: nowrap
}

.table .table-line .table-price .discount {
  display: inline-block;
  text-align: center;
  line-height: 18px;
  padding: 0 9px;
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  white-space: nowrap;
  font-size: 13px;
  color: #fff;
  background: url('../img/images/green-flag-l.png') repeat-y left top, url('../img/images/green-flag-r.png') repeat-y right top, #8cbd33
}

.table .table-line .table-total {
  width: 140px;
  white-space: nowrap
}

.table .table-line .table-total .bonus-block {
  margin-top: 15px
}

.table .table-line .table-total .bonus-block .bonus {
  display: inline-block;
  width: 43px;
  height: 43px;
  background: url('../img/icons/bonus.png') 0 0 no-repeat;
  vertical-align: middle
}

.table .table-line .table-total .bonus-block .bonus-count {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 15px;
  margin-top: 5px
}

.table .table-line .table-buttons {
  width: 20px
}

.table .table-line .table-buttons li {
  width: 25px;
  height: 25px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  background: url('../img/icons/red-star.png') 50% 50% no-repeat;
  -webkit-transition: .25s;
  transition: .25s
}

.tooltip-custom,
.table .table-line .table-buttons li .tooltips {
  display: none;
  position: absolute;
  padding: 10px;
  top: 50%;
  right: 35px;
  margin-top: -18px;
  background: #f6f6f6;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.25)
}

.tooltip-custom:after,
.table .table-line .table-buttons li .tooltips:after {
  content: "";
  display: block;
  width: 11px;
  height: 20px;
  background: url('../img/images/tooltip.png') 50% 50% no-repeat;
  position: absolute;
  right: -11px;
  top: 50%;
  margin-top: -10px
}

.table .table-line .table-buttons li:hover, .table .table-line .table-buttons li.hovered {
  background: url('../img/icons/red-star-hover.png') 50% 50% no-repeat
}

.table .table-line .table-buttons li:hover .tooltips {
  display: block
}

.table .table-line .table-buttons li.trash {
  background: url('../img/icons/trash.png') 50% 50% no-repeat
}

.table .table-line .table-buttons li.trash:hover {
  background: url('../img/icons/trash-hover.png') 50% 50% no-repeat
}

.table .table-line .table-buttons li.trash:hover .tooltips {
  width: 150px
}

.table .table-line .table-buttons li.wishlist:hover .tooltips {
  width: 200px
}

.table .out-of-stock {
  background: #ffeee1;
  position: relative
}

.table .out-of-stock .stock-message {
  margin-top: 10px;
  color: #ff465e;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  max-width: 520px
}

.table .out-of-stock .bonus-block {
  display: none
}

.table .out-of-stock .table-price .discount {
  background: url('../img/images/green-flag-bg-l.png') repeat-y left top, url('../img/images/green-flag-bg-r.png') repeat-y right top, #8cbd33
}

.table .out-of-stock .table-buttons {
  position: relative
}

.table .out-of-stock .table-buttons .wait-list {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: bold;
  background: #ffeee1;
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 210px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .25s;
  transition: .25s
}

.table .out-of-stock .table-buttons .wait-list img {
  margin-left: 15px;
  margin-top: 5px;
  float: left
}

.table .out-of-stock .table-buttons .wait-list p {
  line-height: 28px
}

.table .out-of-stock .table-buttons .wait-list:hover {
  background: #f1d4bd
}

.cart-foot {
  padding: 0 32px
}

.cart-summary-block {
  margin-bottom: 25px
}

.cart-summary-block .overall {
  max-width: 1130px;
  text-align: right;
  white-space: nowrap
}

.cart-summary-block .cart-summary {
  font-weight: 600;
  text-align: right;
  white-space: nowrap
}

.cart-banner {
  clear: both;
  background: #2559a1;
  display: inline-block;
  border-radius: 0 30px 0 30px;
  padding: 13px 30px;
  margin-bottom: 35px
}

.cart-banner p {
  font-family: 'Lobster', cursive;
  color: #fff;
  font-size: 18px;
  line-height: 28px
}

.cart-banner p a {
  color: #fff;
  border-bottom: 1px dashed #fff
}

.cart-banner p a:hover {
  text-decoration: none;
  border: none
}

.howto-wrap .howto-img {
  border-radius: 5px;
  margin-bottom: 45px;
}

.howto-wrap .tab-content .inner-content img {
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  margin-bottom: 30px
}

.howto-wrap .accordeon-bot-wrap {
  display: none
}

.howto-wrap .accordeon-bot-wrap+.btn {
  width: 100%
}

.howto-wrap .accordeon-bot-wrap+.btn-danger, .howto-wrap .accordeon-bot-wrap+.btn-blue {
  color: #fff
}

.howto-wrap .accordeon-bot-wrap+.toggler:after {
  margin-top: 2px;
  width: 5px;
  height: 9px;
  background: url('../img/images/accordeon-arrow.png') 0 0 no-repeat;
  background-size: contain;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.howto-wrap .accordeon-bot-wrap+.toggler:hover, .howto-wrap .accordeon-bot-wrap+.toggler:focus, .howto-wrap .accordeon-bot-wrap+.toggler:active {
  text-decoration: none
}

.howto-wrap .accordeon-bot-wrap+.toggler.open:after {
  margin-top: 2px;
  width: 5px;
  height: 9px;
  background: url('../img/images/accordeon-arrow.png') 0 0 no-repeat;
  background-size: contain;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.howto-wrap .accordeon-bot-wrap+.toggler.gray-btn {
  color: #2d2d2d
}

.howto-wrap .accordeon-bot-wrap+.toggler.gray-btn:after {
  width: 8px;
  height: 5px;
  background: url('../img/images/black-shevron-down.png') 0 0 no-repeat;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg)
}

.howto-wrap .accordeon-bot-wrap+.toggler.gray-btn.open {
  color: #2d2d2d
}

.howto-wrap .accordeon-bot-wrap+.toggler.gray-btn.open:after {
  width: 8px;
  height: 5px;
  background: url('../img/images/black-shevron-down.png') 0 0 no-repeat;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.howto-tab-heading {
  color: #00717b;
  font-size: 15px;
  font-weight: 600;
  margin: 15px 0 10px
}

.howto-par {
  font-size: 14px;
  padding-left: 40px
}

.howto-step {
  position: relative;
  font-weight: 600;
  margin: 10px 0
}

.howto-step span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #00adbe;
  padding: 0;
  text-align: center;
  color: #fff;
  font-weight: 700
}

.howto-nav li {
  margin-bottom: 15px
}

.howto-nav li a {
  border-bottom: 1px dashed #2d2d2d;
  text-decoration: none;
  color: #2d2d2d
}

.howto-nav li a:hover {
  text-decoration: none;
  border: 0;
  color: #00717b
}

.questions-form-wrapper {
  padding: 0 25px 55px;
  border-bottom: 1px solid #e4e4e4
}

.questions-form-wrapper .text-wrap {
  margin-bottom: 30px
}

.questions-form-wrapper .btn {
  max-width: 300px
}

.questions-form-wrapper .simple-form textarea {
  height: 145px
}

.accordeon-wrapper {
  margin: 45px 0
}

.accordeon-wrapper p {
  line-height: 24px
}

.accordeon-wrapper .accordeon-top {
  margin-bottom: 25px
}

.accordeon-wrapper .question-sender {
  margin-bottom: 5px
}

.accordeon-wrapper .question-sender .question-date {
  color: #777;
  margin-right: 5px
}

.accordeon-wrapper .question-topic {
  color: #777;
  font-size: 13px;
  text-decoration: underline;
  margin-bottom: 5px;
  line-height: 24px
}

.accordeon-wrapper .question-topic:hover {
  text-decoration: none
}

.accordeon-wrapper .answer-heading {
  color: #00717b;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px
}

.accordeon-wrapper .answer-body {
  margin-bottom: 5px;
  display: none
}

.toggler {
  color: #00717b;
  font-size: 13px
}

.toggler.open:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 5px;
  margin-left: 5px;
  margin-bottom: 1px;
  background: url('../img/images/arrow-green.png') 0 0 no-repeat;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: .5s;
  transition: .5s
}

.toggler:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 5px;
  margin-left: 5px;
  margin-bottom: 1px;
  background: url('../img/images/arrow-green.png') 0 0 no-repeat;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s;
  transition: .5s
}

.toggler:hover {
  text-decoration: underline
}

.cart-delivery {
  margin-bottom: 30px
}

.cart-delivery .h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #000;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 25px
}

.cart-delivery .promocode-label {
  font-size: 13px;
  color: #777;
  margin-bottom: 5px
}

.cart-delivery .promocode .input-group {
  width: 320px
}

.cart-delivery .promocode .input-group .form-group {
  width: 100%
}

.cart-delivery .promocode .input-group .form-group input {
  color: #2d2d2d;
  font-size: 15px
}

.cart-delivery .promocode .input-group-btn {
  width: 45%
}

.cart-delivery .promocode .input-group-btn .btn {
  width: 100%;
  font-size: 14px;
  background: #00adbe;
  border-color: #00adbe;
  -webkit-transition: .25s;
  transition: .25s
}

.cart-delivery .promocode .input-group-btn .btn:hover {
  background: #00717b;
  border-color: #00717b
}

.cart-delivery .delivery-method .h5 a.more {
  float: right;
  color: #00717b;
  text-decoration: underline;
  font-size: 13px;
  vertical-align: bottom;
  cursor: pointer;
  font-weight: lighter
}

.cart-delivery .delivery-method .h5 a.more:hover {
  text-decoration: none
}

.cart-delivery .delivery-method .radio-block label p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #2d2d2d
}

.cart-delivery .delivery-method .radio-block .alert .red-text {
  font-size: 13px;
  color: #ff465e;
  margin-left: 37px
}

.cart-delivery .delivery-method .radio-block .alert .red-text:before {
  content: none
}

.cart-delivery .delivery-method .radio-block .alert .alert-text {
  margin-left: 37px
}

.cart-delivery .delivery-method .radio-block .alert .alert-text:before {
  top: 28px
}

.cart-delivery .delivery-discount {
  margin-top: -10px;
  float: right
}

.cart-delivery .delivery-discount table tr:nth-child(2) {
  border-bottom: 1px solid #e4e4e4
}

.cart-delivery .delivery-discount table tr:nth-child(2) td {
  padding-bottom: 20px
}

.cart-delivery .delivery-discount table tr:nth-child(2n) td {
  padding-bottom: 20px
}

.cart-delivery .delivery-discount table tr:nth-child(2n-1) td {
  padding-top: 20px
}

.cart-delivery .delivery-discount table td {
  vertical-align: middle;
  padding: 5px 0
}

.cart-delivery .delivery-discount .delivery-discount-label {
  width: 225px;
  height: 30px;
  font-size: 15px
}

.cart-delivery .delivery-discount .delivery-discount-label a {
  font-size: 13px
}

.cart-delivery .delivery-discount .delivery-discount-label a:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 5px;
  background: url('../img/images/blue-shevron-down.png') 0 0 no-repeat;
  margin-left: 10px;
  margin-bottom: 1px
}

.cart-delivery .delivery-discount .delivery-discount-value {
  text-align: right;
  width: 95px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #2d2d2d
}

.cart-delivery .delivery-discount .bonus-block {
  text-align: right;
  padding: 0 !important
}

.cart-delivery .delivery-discount .bonus-block .bonus {
  display: block;
  float: left;
  margin-left: 25px;
  width: 43px;
  height: 43px
}

.cart-delivery .delivery-discount .bonus-block .bonus-amount {
  font-weight: 600;
  font-size: 18px;
  line-height: 37px
}

.cart-delivery .delivery-discount .summary-row {
  border-top: 1px solid #e4e4e4;
  padding-top: 30px
}

.cart-delivery .delivery-discount .summary-row .summary-label {
  display: inline-block;
  width: 175px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap
}

.cart-delivery .delivery-discount .summary-row .summary-label p {
  vertical-align: bottom
}

.cart-delivery .delivery-discount .summary-row .summary-amount {
  display: inline-block;
  white-space: nowrap;
  font-weight: 700;
  font-size: 24px;
  width: 140px;
  text-align: right
}

.cart-delivery .delivery-discount .summary-row .summary-amount p {
  vertical-align: bottom
}

.cart-delivery .delivery-buts {
  border-top: 1px solid #2d2d2d;
  padding-top: 30px;
  margin-top: 10px
}

.cart-delivery .delivery-buts .btn {
  font-size: 14px
}

.cart-delivery .delivery-buts .submit {
  margin-bottom: 10px
}

.cart-delivery .delivery-buts .submit .btn-default {
  width: 190px;
  background: #fff;
  border-color: #2d2d2d;
  padding: 10px 12px
}

.cart-delivery .delivery-buts .submit .btn-default:hover {
  background: #e5e5e5;
  border-color: #2d2d2d
}

.cart-delivery .delivery-buts .reserve>.btn {
  display: block;
  float: right;
  width: 190px;
  margin-bottom: 10px
}

.cart-delivery .delivery-buts .reserve>.btn.btn-reserve {
  color: #2d2d2d
}

.cart-footer {
  margin-bottom: 30px
}

.cart-footer .heading {
  margin: 30px 0
}

.order-steps .alert {
  max-width: 930px
}

.order-steps .hidden-step {
  margin-left: 24px;
  min-height: 20px;
  border-left: 2px solid #b6b6b5
}

.order-steps .cart-title {
  font-family: 'ProximaNova-Light', sans-serif;
  font-size: 26px;
  color: #2d2d2d;
  margin: 0 15px 35px 15px
}

.order-steps .cart-title+.alert {
  margin: 0 15px 30px 15px
}

.order-steps .step-number .number {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  padding: 13px 0
}

.order-steps .step-number .number+span {
  font-family: 'ProximaNova-Bold', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  margin-left: 35px;
  cursor: pointer
}

.order-steps .step-number .number+span:hover {
  text-decoration: none
}

.order-steps .step-number .green-bg {
  background: #8cbd33
}

.order-steps .step-number .green-bg:hover {
  background: #8cbd33 !important;
  cursor: pointer
}

.order-steps .step-number .deepblue-bg:hover {
  background: #2559a1 !important;
  cursor: pointer
}

.order-steps .step-number .deeppurple-bg:hover {
  background: #650f9a !important;
  cursor: pointer
}

.order-steps .main-block-hidden .number {
  background: #b6b6b5
}

.order-steps .main-block-hidden .deepblue-text,
.order-steps .main-block-hidden .green-text,
.order-steps .main-block-hidden .deeppurple-text {
  font-family: 'ProximaNova', sans-serif !important;
  text-transform: none !important;
  color: #2d2d2d;
  border-bottom: 1px dashed #2d2d2d;
  font-size: 15px
}

.order-steps .main-block-hidden .deepblue-text:hover, .order-steps .main-block-hidden .green-text:hover {
  text-decoration: none;
  border: 0
}

.order-steps .table {
  padding: 25px 35px 25px 45px;
  margin-left: 24px;
  margin-bottom: 0
}

.order-steps .table table {
  width: 100%
}

.order-steps .table table .table-line {
  border-bottom: 1px solid #e4e4e4
}

.order-steps .table table .table-line .table-img {
  width: 90px
}

.order-steps .table table .table-line .table-img img {
  width: 100%
}

.order-steps .table table .table-line .table-item {
  position: relative;
  font-size: 15px
}

.order-steps .table table .table-line .table-item .product-name {
  font-family: 'Open Sans', sans-serif;
  color: #2d2d2d;
  line-height: 22px
}

.order-steps .table table .table-line .table-item .product-name a {
  color: #2d2d2d
}

.order-steps .table table .table-line .table-item .product-name a:hover, .order-steps .table table .table-line .table-item .product-name a:active {
  color: #00717b;
  text-decoration: none
}

.order-steps .table table .table-line .table-item .item-brand, .order-steps .table table .table-line .table-item .item-parameter {
  margin-top: 10px;
  color: #777;
  font-size: 13px
}

.order-steps .table table .table-line .table-item .item-brand a {
  color: #777;
  text-decoration: underline;
  margin-right: 5px
}

.order-steps .table table .table-line .table-item .item-brand a:hover {
  text-decoration: none;
  color: #00717b
}

.order-steps .table table .table-line .table-item .item-parameter {
  margin-top: 10px
}

.order-steps .table table .table-line .table-item .item-parameter .item-color {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #00adbe;
  border-radius: 3px;
  margin: 0 15px 0 5px;
  margin-bottom: -6px;
  cursor: pointer
}

.order-steps .table table .table-line .table-item .item-parameter .item-size, .order-steps .table table .table-line .table-item .item-parameter .item-height {
  margin-right: 15px
}

.order-steps .table table .table-line .table-item+td {
  font-size: 13px
}

.order-steps .table table .table-line .table-price {
  font-family: 'Open Sans', sans-serif;
  white-space: nowrap;
  margin-bottom: 15px
}

.order-steps .table table .table-line .table-price .discount {
  display: inline-block;
  text-align: center;
  line-height: 18px;
  padding: 0 9px;
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  white-space: nowrap;
  font-size: 13px;
  color: #fff;
  background: url('../img/images/green-flag-l.png') repeat-y left top, url('../img/images/green-flag-r.png') repeat-y right top, #8cbd33
}

.order-steps .table tr>td {
  border-top: none;
  vertical-align: top;
  padding: 15px
}

.order-steps .table tr>td img {
  padding: 0
}

.order-steps .table tr>td.table-price {
  width: auto
}

.order-steps .table.border-cyan {
  border-left: 2px solid #00adbe
}

.order-steps .table.border-green {
  position: relative;
  border-left: 2px solid #8cbd33;
  display: none;
}

.order-steps .table.border-green:before{
  content: '';
  width: 2px;
  height: 20px;
  background: #8cbd33;
  left: -2px;
  bottom: -20px;
  position: absolute;
}

.order-steps .table.border-deepblue {
  position: relative;
  border-left: 2px solid #2559a1;
  display: none;
}

.order-steps .table.border-deepblue:before{
  content: '';
  width: 2px;
  height: 20px;
  background: #2559a1;
  left: -2px;
  bottom: -20px;
  position: absolute;
}

.order-steps .table.border-deeppurple {
  position: relative;
  border-left: 2px solid #650f9a;
  display: none;
}

.order-steps .table .order-form label {
  font-size: 13px;
  color: #777;
  font-weight: 400;
  display: block;
  white-space: nowrap;
  margin-bottom: 5px
}

.order-steps .table .order-form label.required-field:before {
  content: "*";
  color: #00adbe;
  margin-right: 3px
}

.order-steps .table .order-form input, .order-steps .table .order-form textarea, .order-steps .table .order-form select {
  border: 1px solid #c8c8c8;
  height: 36px;
  border-radius: 4px;
  width: 100%;
  padding: 0 5px;
  -webkit-transition: .25s;
  transition: .25s
}

.order-steps .table .order-form input:focus, .order-steps .table .order-form textarea:focus, .order-steps .table .order-form select:focus {
  border: 1px solid #00adbe;
  box-shadow: 0 0 3px 0 rgba(0, 173, 193, 0.63)
}

.order-steps .table .order-form textarea {
  height: 90px;
  padding: 5px;
  resize: none;
}

.order-steps .table .pay label {
  margin: 10px 0
}

.order-steps .table .pay label p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #2d2d2d;
  margin-left: 10px
}

.order-steps .table .pay .pay-methods {
  background: #f1f3f3;
  padding: 24px 29px;
  border-radius: 4px;
  max-width: 750px;
  width: 100%;
  margin: 10px 0
}

.order-steps .table .pay .pay-methods p {
  font-size: 13px
}

.order-steps .table .pay .pay-methods ul {
  margin-top: 24px
}

.order-steps .table .pay .pay-methods ul li {
  display: inline-block;
  margin-right: 11px;
  vertical-align: middle
}

.order-steps .table .pay .pay-methods ul li img {
  border-radius: 2px;
  border: 2px solid #f1f1f1
}

.order-steps .table .delivery label{
  margin: 10px 0 15px;
}

.order-steps .table .delivery label p{
  font-family: 'Open Sans', sans-serif;
  color: #2d2d2d;
  margin-left: 10px;
}

.order-steps .table .delivery label .delivery-name{
  font-size: 15px;
  margin-bottom: 5px;
  white-space: normal;
}

.order-steps .table .delivery .delivery-description{
  max-width: 300px;
}

.order-steps .table .delivery label .delivery-desc-name{
  width: 60%;
  float: left;
  display: block;
  padding-right: 10px;
  white-space: normal;
}

.order-steps .table .delivery label .delivery-desc-value{
  float: right;
  width: 40%;
  display: block;
  text-align: right;
  white-space: normal;
}

.order-steps .table .delivery .delivery-date-fields{
  margin-bottom: 25px;
  display: none;
}

.order-steps .table .delivery .delivery-date-fields.active{
  display: block;
}


.order-steps .confirm-order {
  margin: 40px 0 35px
}

.order-steps .confirm-order p {
  font-size: 13px;
  margin-bottom: 20px
}

.order-steps .confirm-order p a {
  color: #2d2d2d;
  text-decoration: underline
}

.order-steps .confirm-order p a:hover, .order-steps .confirm-order p a:active {
  text-decoration: none
}

.order-steps .confirm-order p+.btn {
  width: 190px
}

.cl-aftr {
  margin-top: 30px;
  margin-bottom: 10px
}

.cl-aftr a {
  font-size: 15px
}

.clear-form-link {
  color: #2d2d2d;
  border-bottom: 1px dashed #2d2d2d;
  margin-bottom: 2px;
  margin-top: 0
}

.clear-form-link:hover {
  text-decoration: none;
  border-bottom: none
}

.clear-form-link:active {
  color: #00717b;
  border-bottom: none;
  text-decoration: none
}

.sliding-cart {
  border: 2px solid #ff5f69;
  width: 100%;
  max-width: 300px;
  border-radius: 4px;
  margin: 20px auto 0;
  position: relative
}

.sliding-cart .sliding-cart-top {
  position: relative;
  width: 100%;
  padding: 26px 18px 11px;
  background: url('../img/images/cart-bg.jpg') 140px bottom no-repeat;
  margin-bottom: 50px
}

.sliding-cart .sliding-cart-top table tr td {
  vertical-align: middle;
  padding-bottom: 21px
}

.sliding-cart .sliding-cart-top .sliding-cart-icon {
  width: 48px;
  height: 48px;
  background: #ff5f69 url('../img/icons/wallet.png') 50% 50% no-repeat;
  border-radius: 50%;
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -24px
}

.sliding-cart .sliding-cart-top .sliding-cart-label {
  font-size: 14px
}

.sliding-cart .sliding-cart-top .sliding-cart-value {
  font-weight: 600;
  font-size: 18px;
  white-space: nowrap;
  text-align: right
}

.sliding-cart .sliding-cart-top .sliding-cart-value .bonus-value {
  display: inline-block;
  position: relative
}

.sliding-cart .sliding-cart-top .sliding-cart-value .bonus-value:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -30px;
  top: -4px;
  width: 27px;
  height: 30px;
  background: url('../img/icons/bonus.png') 50% 50% no-repeat;
  background-size: contain
}

.sliding-cart .sliding-cart-bottom {
  min-height: 57px;
  background: #ff5f69;
  padding: 20px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%
}

.sliding-cart .sliding-cart-bottom .summary-label {
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase
}

.sliding-cart .sliding-cart-bottom .summary-amount {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  float: right
}

.order-confirm-content {
  padding: 0 32px
}

.order-confirm-content .order-confirm-wrap {
  max-width: 615px;
  margin: 0 auto
}

.order-confirm-content .order-confirm-wrap .confirm-image {
  width: 80px;
  margin: 0 auto;
  margin-bottom: 15px
}

.order-confirm-content .order-confirm-wrap .message1 {
  margin-bottom: 15px
}

.order-confirm-content .order-confirm-wrap .message1 p {
  font-size: 18px;
  text-align: center;
  line-height: 28px
}

.order-confirm-content .order-confirm-wrap .message1 p span {
  font-weight: 700
}

.order-confirm-content .order-confirm-wrap .message2 p {
  font-size: 13px;
  color: #777;
  text-align: center;
  line-height: 20px
}

.order-confirm-content .order-confirm-wrap .message2 p span {
  color: #2d2d2d;
  white-space: nowrap
}

.order-confirm-content .order-confirm-wrap .message2 p a {
  color: inherit;
  text-decoration: underline
}

.order-confirm-content .order-confirm-wrap .message2 p a:hover {
  text-decoration: none
}

.order-confirm-content .order-confirm-wrap .message2 p:first-child {
  margin-bottom: 10px
}

.order-confirm-content .order-confirm-wrap .confirm-table {
  padding: 30px
}

.order-confirm-content .order-confirm-wrap .confirm-table table {
  width: 100%
}

.order-confirm-content .order-confirm-wrap .confirm-table table tr td {
  width: 50%;
  font-size: 15px;
  line-height: 28px
}

.order-confirm-content .order-confirm-wrap .confirm-table table tr td:first-child {
  text-align: left
}

.order-confirm-content .order-confirm-wrap .confirm-table table tr td:last-child {
  text-align: right
}

.order-confirm-content .order-confirm-wrap .confirm-table table tr td.table-price {
  font-weight: 600;
  font-size: 20px
}

.order-confirm-content .order-confirm-wrap>a {
  display: block;
  max-width: 190px;
  margin: 0 auto 15px
}

.order-confirm-content .order-confirm-wrap .btn-default {
  width: 190px;
  font-size: 14px;
  background: #fff;
  border-color: #2d2d2d;
  padding: 9px 12px
}

.order-confirm-content .order-confirm-wrap .btn-default:hover {
  background: #e5e5e5;
  border-color: #2d2d2d
}

.seasons-content {
  padding: 0 32px
}

.seasons-content .seasons-block {
  min-height: 399px;
  margin-bottom: 30px;
  border-radius: 3px
}

.seasons-content .seasons-block:nth-child(2n-1) {
  background: #f7f7f7
}

.seasons-content .seasons-block .seasons-category-img {
  height: 399px;
  border-radius: 3px
}

.seasons-content .seasons-block .category-heading {
  font-family: 'ProximaNova-Bold', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  color: #00adbe;
  line-height: 50px;
  text-align: center;
  margin-top: 15px
}

.seasons-content .seasons-block .seasons-category li {
  text-align: center;
  max-width: 310px;
  margin: 0 auto
}

.seasons-content .seasons-block .seasons-category li a {
  font-family: 'ProximaNova-Light', sans-serif;
  font-size: 22px;
  color: #2d2d2d;
  line-height: 50px;
  text-align: center;
  border-bottom: 1px solid #2d2d2d;
  -webkit-transition: .25s;
  transition: .25s
}

.seasons-content .seasons-block .seasons-category li a:hover {
  border-bottom: none;
  text-decoration: none;
  color: #00717b
}

.heroes-content {
  padding: 0 32px
}

.heroes-content .seo-text {
  margin-bottom: 40px
}

.heroes-content .heroes-banners-block {
  margin-top: 40px
}

.hero-banner {
  margin-bottom: 23px
}

.hero-banner img {
  border-radius: 70px 0
}

.shops-content .page-title {
  margin-bottom: 20px
}

.shops-content .socials {
  margin-top: -50px
}

.shops-wrap .advantages {
  margin-bottom: 75px;
  margin-top: 25px
}

.shops-wrap .advantages h2 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 45px
}

.shops-wrap .advantages .advantage-item {
  margin-bottom: 50px
}

/*.shops-wrap .advantages .advantage-item .round-img {
  width: 100%;
  height: auto
}
*/
.shops-wrap .advantages .advantage-item .advantage-post {
  padding-top: 10px;
  padding-left: 23px
}

.shops-wrap .advantages .advantage-item .advantage-post .advantage-heading {
  color: #00adbe;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'ProximaNova-Bold', sans-serif;
  font-size: 14px
}

.shops-wrap .advantages .advantage-item .advantage-post .advantage-text{
  font-size: 15px;
  line-height: 24px
}

.shop-photo {
  width: 100%
}

.shop-description {
  margin-bottom: 45px
}

.shop-description .page-title {
  margin-bottom: 15px
}

.shop-description>p {
  line-height: 24px;
  font-size: 15px
}

.shop-description>p .weekend {
  margin-left: 10px;
  color: #ff465e
}

.shop-description table {
  margin-top: 30px;
  width: 100%;
  font-size: 15px
}

.shop-description ul li {
  margin-bottom: 5px;
  max-width: 170px;
  line-height: 19px;
  padding-left: 11px;
  position: relative;
  display: inline-block
}

.shop-description ul li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px
}

.shop-description .desc-heading {
  padding: 10px 0;
  border-bottom: 1px solid;
  margin-bottom: 10px
}

.shop-description .h-blue {
  width: 40%;
  padding-right: 88px;
  float: left;
}

.shop-description .h-blue .desc-heading {
  max-width: 190px;
  border-color: #5891e0;
  color: #5891e0
}

.shop-description .h-blue li {
  width: 100%
}

.shop-description .h-blue li:before {
  background-color: #5891e0
}

.shop-description .h-green {
  float: right;
  width: 60%
}

.shop-description .h-green .desc-heading {
  width: 100%;
  border-color: #70c433;
  color: #70c433
}

.shop-description .h-green ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2
}

.shop-description .h-green ul li {
  width: 100% !important;
  max-width: 100%;
  padding-right: 20px
}

.shop-description .h-green ul li:before {
  background-color: #70c433
}

.more-info .nav-tabs li.active:hover>a, .more-info .nav-tabs li.active>a {
  border-bottom: 3px solid #00adbe !important
}

.cart-header .heading {
  margin-bottom: 10px;
}

.cart-header .heading .page-title {
  margin-top: 20px;
  margin-bottom: 0;
  width: 70%;
  float: left;
}

.cart-header .heading .socials{
  margin-top: 20px;
}

.orders-list ul {
  margin-bottom: 200px
}

.orders-list .orders-list-row {
  padding: 15px 0;
  border-bottom: 1px solid #d7d7d7;
  -webkit-transition: .2s;
  transition: .2s
}

.orders-list .orders-list-row .order-number {
  padding-left: 20px;
  width: 35%;
  font-size: 16px;
}

/* .orders-list .orders-list-row .order-number:hover {
  color: #7dccd4;
  -webkit-transition: .2s;
  transition: .2s
} */

.orders-list .orders-list-row .order-status {
  width: 19%;
  font-family: "ProximaNova-Bold", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #666;
  -webkit-transition: .2s;
  transition: .2s
}

.orders-list .orders-list-row .order-price {
  width: 15%;
  font-weight: 600;
  -webkit-transition: .2s;
  transition: .2s
}

.orders-list .orders-list-row .order-chevron {
  width: 31%;
  text-align: right;
  font-size: 13px;
  color: #777;
  padding-right: 20px;
  cursor: pointer
}

.orders-list .orders-list-row .order-chevron:hover {
  color: #00717b
}

.orders-list .orders-list-row .order-chevron:hover .more-chevron {
  background: url('../img/icons/order-chevron-hover.png') 0 0 no-repeat
}

.orders-list .orders-list-row .order-chevron .more-chevron {
  display: inline-block;
  width: 7px;
  height: 12px;
  margin-left: 18px;
  margin-bottom: -2px;
  background: url('../img/icons/320-chevron-closed.png') 0 0 no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform .2s;
  transition: transform .2s
}

.orders-list .orders-list-row.active {
  background: #7dccd4;
  padding-bottom: 0
}

.orders-list .orders-list-row:last-child.active{
  border-bottom: none;
}

.orders-list .orders-list-row.active:first-child {
  border-radius: 4px 4px 0 0
}

.orders-list .orders-list-row.active .order-number {
  color: #fff;
  font-size: 18px;
  font-weight: 600
}

.orders-list .orders-list-row.active .order-status span {
  margin-left: -15px;
  padding: 3px 15px;
  background: #fff;
  color: #7dccd4;
  border-radius: 17px
}

.orders-list .orders-list-row.active .order-price {
  color: #fff
}

.orders-list .orders-list-row.active .order-chevron {
  color: #fff
}

.orders-list .orders-list-row.active .order-chevron .more-chevron {
  background: url('../img/icons/320-chevron-open.png') no-repeat;
  background-size: cover;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.orders-list .orders-list-row:nth-child(2) {
  border-radius: 4px 4px 0 0
}

.orders-list .ord-heading {
  border-bottom: 0
}

.orders-list .ord-heading .order-number, .orders-list .ord-heading .order-status span, .orders-list .ord-heading .order-price {
  font-size: 13px;
  color: #777;
  text-transform: none;
  font-weight: 500;
  font-family: "Open Sans", sans-serif
}

.orders-list .ord-heading .order-status span {
  margin-left: -15px
}

.detail {
  display: none
}

.detail>.table {
  position: relative;
  margin-top: 15px;
  margin-bottom: 0;
  background: #fff !important
}

.detail .table .table-line .item-brand,
.detail .table .table-line .item-parameter {
  margin-top: 0
}

.detail .table .table-line .item-parameter {
  margin-top: 5px
}

.detail .table .table-line .ord-item-price {
  display: none;
  width: 175px;
  white-space: nowrap;
  font-weight: 600
}

.detail>.table tr.table-line td .ord-item-price .discount {
  display: inline-block;
  text-align: center;
  line-height: 18px;
  padding: 0 9px;
  margin-top: 10px;
  margin-left: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  white-space: nowrap;
  font-size: 13px;
  color: #fff;
  background: url('../img/images/green-flag-l.png') repeat-y left top, url('../img/images/green-flag-r.png') repeat-y right top, #8cbd33
}

.order-head > div{
  float: left;
}

.table-column:first-child{
  width: 60%;
  float: left;
}

.table-column:last-child{
  width: 40%;
  float: left;
}

.detail .table .order-item-info tr td {
  font-size: 13px;
  line-height: 28px;
  vertical-align: top;
  border-bottom: 0 !important;
}

.detail .table .order-item-info tr>td:first-child{
  color: #777;
  width: 40%;
}

table {
  width: 100%
}

.bonus-body {
  max-width: 940px
}

.bonus-body .alert-text:before {
  top: 25px;
  left: 15px
}

.bonus-body .bonuses-t1 {
  max-width: 430px;
  margin-top: 30px
}

.bonus-body .bonuses-t1 tr td {
  font-size: 15px
}

.bonus-body .bonuses-t1 tr td:last-child {
  font-weight: 600;
  color: #00717b
}

.bonus-body h2 {
  margin: 45px 0 25px;
  font-weight: 600
}

.bonus-body .bonuses-t2 {
  max-width: 600px;
  margin-bottom: 60px
}

.bonus-body .bonuses-t2 tr {
  border-bottom: 1px solid #d7d7d7
}

.bonus-body .bonuses-t2 tr td {
  font-size: 15px;
  padding-left: 10px
}

.bonus-body .bonuses-t2 tr.active {
  font-size: 13px;
  font-weight: 600;
  border-bottom: 0;
  border-radius: 4px 4px 0 0
}

.flag::after {
  content: 'new';
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  text-align: center;
  background: url('../img/icons/new-flag.png') 50% 50% no-repeat;
  width: 47px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 4px 0;
  text-transform: uppercase;
}
.flag.new::after{
  content: 'new';
}
.flag.hit::after{
  content: 'hit';
}
.flag.sale::after{
  content: 'sale';
}

.sidebar {
  padding: 0 25px 0 0;
  font-size: 15px
}

.sidebar .sidebar-menu {
  margin-bottom: 35px;
  list-style: none;
}

.sidebar>ul>li {
  position: relative
}

.sidebar>ul>li>.accordeon-btn {
  position: absolute;
  right: 0;
  top: 0
}

.sidebar>ul>li a {
  color: #2d2d2d;
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 2px
}

.sidebar>ul>li a.active, .sidebar>ul>li a:hover {
  color: #00717b;
  text-decoration: none
}

.sidebar>ul>li ul {
  padding-left: 20px
}

.sidebar>ul>li ul a {
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 2px
}

.sidebar>ul>li ul .dropdown-all-category {
  padding-left: 0
}

.sidebar li.with-flag a{
  padding-right: 70px;
}

.sidebar .flag {
  margin: 0;
  position: absolute;
  left: auto;
  right: 0;
  top: 1px;
}

.sidebar .flag + .flag{
  left: auto;
  right: 42px;
}

.sidebar .flag + .flag:after{
  width: 32px;
  background-position: 0 0;
}

.more, .turn-all-category, .all-category {
  color: #00717b !important;
  font-size: 13px !important;
  display: inline-block;
  text-decoration: none !important
}

.more:after, .turn-all-category:after, .all-category:after {
  display: inline-block;
  width: 8px;
  height: 8px;
  content: '';
  background: url(../img/images/arrow-green.png) center no-repeat;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: .5s;
  transition: .5s;
  margin-left: 5px
}

.more:hover, .turn-all-category:hover, .all-category:hover {
  text-decoration: underline !important
}

.more:hover:after, .turn-all-category:hover:after, .all-category:hover:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s;
  transition: .5s
}

.more.open:hover:after, .turn-all-category.open:hover:after, .all-category.open:hover:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.age-wrapper ul {
  padding-top: 10px;
  margin-bottom: 0 -15px 70px
}

.age-wrapper ul li {
  float: left;
  padding: 0 15px;
  width: 20%;
  text-align: center
}

.age-wrapper ul li img {
  display: inline-block;
  margin-bottom: 15px
}

.age-wrapper ul li a {
  text-decoration: none !important;
  color: #2d2d2d
}

.age-wrapper ul li a p {
  font-size: 15px;
  font-weight: 600
}

.age-wrapper ul li a:hover {
  color: #00717b
}

.hover-options {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px
}

.border-block.with-overlay .hover-options{
  z-index: 10;
}

.comparison-icon a, .wishlist-icon a {
  width: 33px;
  height: 33px;
  display: inline-block;
  -webkit-transition: 0s !important;
  transition: 0s !important;
  margin-bottom: 5px
}

.wishlist-icon a {
  background: url(../img/images/icons-card.svg) 0 0 no-repeat
}

.wishlist-icon a.hovered {
  background-position: -82px 0
}

@media (min-width: 1200px){
  .wishlist-icon a:hover{
    background-position: -82px 0;
  }
}

.comparison-icon a {
  background: url(../img/images/icons-card.svg) -41px 0 no-repeat
}

.comparison-icon a:hover {
  background-position: -123px 0
}

.comparison-icon.hovered a {
  background-position: -123px 0
}

.blue-title {
  color: #00adbe !important
}

.border-block {
  position: relative;
  border: 1px solid #e4e4e4;
  padding: 8px 0 0;
  -webkit-transition: .25s;
  transition: .25s
}

.border-block:not(.with-overlay):hover {
  border: 1px solid #c8c8c8;
  -webkit-transition: .25s;
  transition: .25s
}

.border-block:not(.with-overlay):hover .hover-options {
  display: block
}

.border-block.with-overlay{
  position: relative;
  z-index: 0;
}

.border-block.with-overlay:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background: rgba(0,0,0,.3);
}

.border-block.with-overlay p,
.border-block.with-overlay img{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.border-block.with-overlay:hover .offers-block{
  display: none;
}


.border-block__name-wrapper{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.remove-product{
  cursor: pointer;
  text-align: center;
}

.test-product-slider .product-list .border-block__name, .border-block__name {
  text-decoration: none;
  font-size: 15px;
  color: #2d2d2d !important
}

.border-block__firm {
  text-decoration: underline;
  font-size: 13px;
  color: #777 !important
}

.border-block__name:hover, .border-block__firm:hover {
  color: #00717b !important
}

.border-block__img {
  width: 400px;
  display: table-cell;
  vertical-align: middle;
  text-align: center
}

.border-block__img img {
  max-height: 200px;
  display: inline-block;
  -webkit-transform: scale(.98);
  -ms-transform: scale(.98);
  transform: scale(.98);
  -webkit-transition: .25s;
  transition: .25s
}

.border-block__img+div {
  padding: 0 15px 60px;
}

.border-block:not(.with-overlay):hover {
  border: 1px solid #c8c8c8;
  -webkit-transition: .25s;
  transition: .25s
}

.border-block:not(.with-overlay):hover .border-block__img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .25s;
  transition: .25s
}

.border-block:not(.with-overlay):hover .hover-options {
  display: block
}

.border-block .product-price {
  margin: 5px 0 5px
}

.border-block .price-row .product-price{
  width: 50%;
}

.border-block .price-row .unit-price{
  width: 50%;
  font-family: 'OpenSans-Semibold';
  font-size: 14px;
  color: #757575;
  line-height: 24px;
  text-align: right;
  height: 20px;
  margin: 5px 0;
}

.border-block .price-row .unit-price span{
  font-size: 12px;
}

.border-block .price-row{
  display: flex;
  flex-wrap: wrap;
}

.border-block a:hover {
  text-decoration: none
}
.flag {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-family: 'ProximaNova-Reg', sans-serif
}

.green-flag, .new, .sale {
  position: relative;
  min-height: 16px
}

.green-flag .flag, .new .flag, .sale .flag {
  white-space: nowrap;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 2px 15px 2px 10px;
  background: #ff5f69;
  font-size: 15px
}

.green-flag .flag:after, .new .flag:after, .sale .flag:after {
  content: "";
  background: url(../img/images/red-flag-r.png) repeat-y right top;
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  right: -3px;
  top: 0
}

.green-flag .flag.right-flag, .new .flag.right-flag, .sale .flag.right-flag {
  left: auto;
  right: 0
}

.product-card__delivery .flag.right-flag {
  right: 4px
}

.new .flag {
  background: #00b9e4
}

.new .flag:after {
  background: url(../img/images/blue-flag-r.png) repeat-y right top
}

.green-flag .flag {
  background: #8cbd33;
  padding: 5px 24px 5px 24px
}

.green-flag .flag:after {
  background: url('../img/images/green-flag-r.png') repeat-y right top
}

.green-flag .flag:before {
  background: url('../img/images/green-flag-l.png') repeat-y left top;
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  left: -3px;
  top: 0
}

.right-flag .flag, .r-content-slider .flag {
  font-size: 18px;
  position: absolute;
  top: 15px;
  right: 0;
  min-width: 94px;
  text-align: center;
  padding: 5px 10px 5px 10px;
  background: #ff5f69
}

.right-flag .flag p, .r-content-slider .flag p {
  margin-bottom: 0
}

.right-flag .flag:before, .r-content-slider .flag:before {
  background: url('../img/images/red-flag-l.png') repeat-y left top;
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  left: -3px;
  top: 0
}

.rzv .r-content-slider .bx-viewport>ul {
  height: 100%
}

.rzv .r-content-slider .bx-viewport>ul>li {
  height: 100%;
  background: #f7f7f7;
}

.rzv .r-content-slider .bx-viewport>ul>li>.slider-img {
  height: 100%
}

.section-tabs .section-title-tabs {
  border: none
}

.section-tabs .section-title-tabs>li {
  margin-right: 35px
}

.section-tabs .section-title-tabs>li>a {
  background: none !important;
  border: none !important;
  color: #777;
  padding: 0;
  margin-bottom: 30px;
  position: relative
}

.section-tabs .section-title-tabs>li>a:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 2px;
  left: 0;
  border-bottom: 1px dashed #777
}

.section-tabs .section-title-tabs>li:focus a, .section-tabs .section-title-tabs>li.active a {
  color: #1c1c1c;
  border-bottom: none !important
}

.section-tabs .section-title-tabs>li:focus a:after, .section-tabs .section-title-tabs>li.active a:after {
  content: none
}

.section-tabs .section-title-tabs>li:hover a, .section-tabs .section-title-tabs>li.active:hover a {
  color: #00717b
}

.section-tabs .section-title-tabs>li:hover a:after, .section-tabs .section-title-tabs>li.active:hover a:after {
  content: none
}

.card-description {
  margin-bottom: 40px
}

.card-description .tab-content {
  margin-bottom: 50px
}

.card-description .nav-tabs {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 35px;
  margin-top: 5px
}

.card-description .nav-tabs li {
  margin-bottom: 0
}

.card-description .nav-tabs li a {
  margin-bottom: 0;
  padding: 0;
  font-size: 22px;
  color: #777;
  border-bottom: 2px solid #fff !important
}

.card-description .nav-tabs li:not(:last-child) {
  margin-right: 40px
}

.card-description .nav-tabs li:hover>a {
  color: #00717b;
  border-bottom: 2px solid #fff !important
}

.card-description .nav-tabs li.active:hover>a, .card-description .nav-tabs li.active>a {
  color: #1c1c1c;
  border-bottom: 2px solid #00adbe !important
}

.card-description .text-wrap {
  font-size: 15px
}

.more-btn {
  text-align: center;
  margin-top: 30px
}

.more-btn a {
  max-width: 308px;
  width: 100%
}

.bx-wrapper .bx-controls-direction a{
  z-index: 999;
}

.r-content-slider .bx-wrapper .bx-viewport {
  border-radius: 4px;
  overflow: hidden;
  min-height: 260px;
  margin-bottom: 40px
}

.r-content-slider .bx-wrapper .bx-viewport .slider-img {
  min-height: 260px;
  float: left;
  width: 59%
}

.r-content-slider .bx-wrapper .bx-viewport p {
  color: #454545;
  font-size: 15px;
  font-family: 'ProximaNova-Light';
  margin-bottom: 5px
}

.r-content-slider .bx-wrapper .bx-viewport .title {
  font-size: 24px;
  color: #1b1b1b;
  margin-bottom: 10px
}

.r-content-slider .bx-wrapper .bx-viewport .r-content__info {
  float: left;
  width: 41%;
  padding: 50px 27px 22px !important;
  min-height: 260px;
  background: #f7f7f7
}

.r-content-slider .bx-wrapper .bx-viewport .r-content__info > p,.r-content-slider .r-content__info .info-text-desc {
  padding-right: 70px
}

.r-content-slider .bx-wrapper .bx-viewport .r-content__info .gray-btn {
  margin-top: 15px
}

.r-content-slider .bx-wrapper .bx-viewport .r-content__info .info-text {
  min-height: 105px
}

.r-content-slider .bx-wrapper .bx-controls-direction a {
  width: 15px;
  height: 28px;
  background: url(../img/images/r-slider-arrows.png) no-repeat;
  -webkit-transition: 0s !important;
  transition: 0s !important;
}

.r-content-slider .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 20px
}

.r-content-slider .bx-wrapper .bx-controls-direction a.bx-prev:hover {
  background-position: 0 -28px
}

.r-content-slider .bx-wrapper .bx-controls-direction a.bx-next {
  right: 20px;
  background-position: -15px 0
}

.r-content-slider .bx-wrapper .bx-controls-direction a.bx-next:hover {
  background-position: -15px -28px
}

.r-content-slider .bx-wrapper .bx-controls .bx-pager {
  width: 59%;
  bottom: 5px
}

.r-content-slider .bx-wrapper .bx-controls .bx-pager .bx-pager-link {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  opacity: .7
}

.r-content-slider .bx-wrapper .bx-controls .bx-pager .bx-pager-link.active {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3)
}

.r-content-slider .bx-wrapper .bx-controls .bx-pager .bx-pager-link:hover {
  opacity: 1
}

.b-block-slider .bx-controls-direction a {
  width: 30px;
  margin-top: -40px;
  height: 80px;
  background: url(../img/images/sliders-arrows.png) no-repeat
}

.b-block-slider .bx-controls-direction a.bx-prev {
  left: 0
}

.b-block-slider .bx-controls-direction a.bx-next {
  right: 0;
  background-position: -30px 0
}

.b-block-slider .bx-viewport {
  height: auto !important
}

.form-group label {
  color: #2d2d2d;
  font-weight: 600;
  font-size: 14px
}

.form-control {
  border: 1px solid #c8c8c8;
  box-shadow: none !important;
  border-radius: 3px
}

.form-control:focus {
  border: 1px solid #00adbe;
  box-shadow: 0 0 3px 0 rgba(0, 173, 193, 0.63)
}

.filters {
  margin-bottom: 30px
}

.filters .filters-block {
  padding: 16px 14px;
  border: 1px solid #e6e6e6;
  border-top: none
}

.filters .filters-block:first-child {
  border-top: 1px solid #e6e6e6
}

.filters .filters-block a {
  line-height: 170%
}

.filters .filters-block .form-group {
  margin-bottom: 12px
}

.filters__links a {
  color: #00717b;
  font-size: 14px;
  text-decoration: underline
}

.filters__links a:hover {
  text-decoration: none
}

.filters__links ul {
  margin-right: -16px
}

.filters__links ul li {
  display: inline-block;
  margin-right: 16px
}

.filters__links ul li a {
  font-size: 14px;
  padding-left: 8px;
  position: relative;
  display: inline-block
}

.filters__links ul li a:before {
  width: 4px;
  height: 4px;
  background: #00717b;
  border-radius: 4px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  content: ""
}

.filters__links ul li a.all-category, .filters__links ul li a.turn-all-category {
  padding-left: 0;
  margin-top: 5px
}

.filters__links ul li a.all-category:before, .filters__links ul li a.turn-all-category:before {
  content: none
}

.drop-more__all {
  display: none
}

.checkout-block{
  list-style: none;
}

.checkout-block input[type="checkbox"] {
  display: none
}

a.checkbox-label,a.checkbox-template,.checkbox-label a{
  text-decoration: inherit;
  color: inherit;
  cursor: inherit;
  line-height: inherit !important;
  -webkit-transition: none;
  transition: none;
}

.checkout-block input[type="checkbox"]+label,.checkout-block input[type="checkbox"]+.checkbox-label, .checkbox-template, a.checkbox-template{
  -moz-user-select: none;
  -webkit-user-select: none;
  color: #2d2d2d;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 5px;
  padding-left: 30px;
  position: relative;
  line-height: inherit;
  display: inline-block;
}

.checkout-block input[type="checkbox"]+label:hover,.checkout-block input[type="checkbox"]+.checkbox-label:hover, .checkbox-template:hover, a.checkbox-template:hover {
  color: #00717b
}

.checkout-block input[type="checkbox"]+label::before,.checkout-block input[type="checkbox"]+.checkbox-label::before, .checkbox-template::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  display: inline-block;
  height: 16px;
  margin-right: 14px;
  background: url(../img/images/checkbox.png) no-repeat
}

.checkout-block input[type="checkbox"]:checked+label::before,.checkout-block input[type="checkbox"]:checked+.checkbox-label::before, .checkbox-template.checked::before {
  background-position: -16px 0
}

.radio-block {
  position: relative;
  z-index: 2
}

.radio-block input[type="radio"] {
  display: none
}

.radio-block input[type="radio"]+label {
  -moz-user-select: none;
  -webkit-user-select: none;
  color: #777;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 10px;
  padding-left: 23px;
  position: relative
}

.radio-block input[type="radio"]+label .price {
  font-size: 18px;
  font-weight: 600;
  color: #2c2c2c;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 8px
}

.radio-block input[type="radio"]+label p {
  color: #777;
  font-size: 13px
}

.radio-block input[type="radio"]+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  display: inline-block;
  height: 16px;
  margin-right: 14px;
  background: url(../img/images/radio.png) no-repeat
}

.radio-block input[type="radio"]:checked+label:before {
  background-position: -16px 0
}

.color-filter {
  margin: 0 -5px
}

.color-filter li {
  float: left;
  display: inline-block;
  margin: 0 5px;
}

.color-filter.with-name li{
  display: block;
  float: none;
  width: 100%;
  cursor: pointer;
}

.color-block {
  display: block;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  border-radius: 3px;
  border: 1px solid #c8c8c8;
  -webkit-transition: 0s;
  transition: 0s
}

.color-block.active, .color-block:hover {
  border: 2px solid #00adbe;
  -webkit-transition: 0s;
  transition: 0s
}

.sidebar .color-filter {
  margin: 0 -7px
}

.sidebar .color-filter li {
  padding: 0 7px;
  width: 25%;
  margin: 0
}

.sidebar .color-filter li:nth-child(2), .sidebar .color-filter li:nth-child(3), .sidebar .color-filter li:nth-child(4), .sidebar .color-filter li:first-child {
  margin-top: 0
}

.size-filter {
  margin: 0 -5px
}

.size-filter li {
  float: left;
  padding: 0 5px
}

.size-block {
  display: block;
  min-width: 40px;
  text-align: center;
  font-size: 15px;
  height: 30px;
  padding: 3px;
  margin-bottom: 5px;
  border-radius: 3px;
  border: 1px solid #c8c8c8;
  -webkit-transition: 0s;
  transition: 0s;
  color: #2d2d2d;
  text-decoration: none !important;
  background: #fff
}

.size-block.active, .size-block:hover {
  border: 2px solid #00adbe;
  -webkit-transition: 0s;
  transition: 0s;
  padding: 2px 0
}

.sidebar .size-filter {
  margin: 0 -7px
}

.sidebar .size-filter li {
  padding: 0 7px;
  width: 30%;
  margin-top: 10px
}

.sidebar .size-filter li:nth-child(2), .sidebar .size-filter li:nth-child(3), .sidebar .size-filter li:first-child {
  margin-top: 0
}

.cost-to, .cost-from {
  position: relative
}

.cost-to input, .cost-from input {
  padding: 6px 10px
}

.page-title {
  font-family: 'ProximaNova-Light';
  margin-bottom: 35px
}

.page-title .pull-right {
  position: relative;
  top: -5px
}

.action-detail ~ .catalog-wrap{
  margin-top: 25px;
}

.catalog-wrap {
  margin-bottom: 5px !important
}

.catalog-wrap .border-block {
  margin-bottom: 30px
}

.catalog-wrap .more-btn {
  margin-top: 10px
}

.paginaton-wrap .pagination>li>a {
  padding: 2px 3px;
  min-width: 20px;
  border: none;
  margin: 0 3px;
  text-align: center;
  color: #2d2d2d;
  font-size: 15px
}

.paginaton-wrap .pagination>li>a.active {
  font-weight: 600
}

.paginaton-wrap .pagination>li>a:hover {
  background: none;
  color: #00717b
}

.paginaton-wrap .pagination>li.next a, .paginaton-wrap .pagination>li.prev a {
  width: 7px;
  height: 11px;
  padding: 0;
  margin: 7px 12px 0 0;
  min-width: 1px;
  -webkit-transition: 0s;
  transition: 0s;
  display: inline-block;
  background: url(../img/images/pagination-arrows.png) no-repeat 0 0
}

.paginaton-wrap .pagination>li.next a:hover, .paginaton-wrap .pagination>li.prev a:hover {
  background-position: 0 -11px
}

.paginaton-wrap .pagination>li.next a {
  margin: 7px 0 0 12px;
  background-position: -7px 0
}

.paginaton-wrap .pagination>li.next a:hover {
  background-position: -7px -11px
}

.catalog-filter {
  background: #f7f7f7;
  margin-bottom: 30px;
  padding: 6px 20px
}

.catalog-filter .chosen-container:before{
  top: -4px;
}

.catalog-filter .page-numbers li {
  float: left;
  color: #2d2d2d;
  font-size: 13px
}

.catalog-filter .page-numbers li a {
  display: inline-block;
  margin-left: 15px;
  color: #777
}

.catalog-filter .page-numbers li a.active {
  color: #2c2c2c;
  font-weight: 600
}

.catalog-filter .page-numbers li a:hover {
  color: #00717b;
  text-decoration: none
}

.catalog-filter .sorting select {
  border: none;
  background: none;
  box-shadow: none;
  font-size: 13px;
  margin-right: 20px;
  padding: 0;
  color: #2d2d2d
}

.catalog-filter .sorting .chosen-container {
  margin-right: 10px;
  width: auto !important
}

.catalog-filter .sorting .chosen-container .chosen-single {
  border: none;
  background: none;
  box-shadow: none;
  font-size: 13px;
  padding: 0;
  color: #2d2d2d
}

.catalog-filter .sorting .chosen-container .chosen-single div b {
  background-position: 0 4px
}

.catalog-filter .sorting .chosen-container.chosen-container-active .chosen-single div b {
  background-position: -18px 4px
}

.catalog-filter .sorting .chosen-container .chosen-drop {
  border: 1px solid #e6e6e6;
  border-radius: 0;
  top: 65px;
  margin-left: -20px;
  min-width: 270px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
}

.catalog-filter .sorting .chosen-container .chosen-drop.active{
  display: block!important;
}

.catalog-filter .sorting .chosen-container .chosen-drop .chosen-results {
  padding: 0;
  margin: 0
}

.catalog-filter .sorting .chosen-container .chosen-drop .chosen-results li {
  padding: 6px 15px
}

.catalog-filter .sorting .chosen-container .chosen-drop .chosen-results li:hover, .catalog-filter .sorting .chosen-container .chosen-drop .chosen-results li.highlighted {
  color: #00717b;
  background: #f6f6f6
}

.stars-wrap {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5
}

.stars-wrap>div p, .stars-wrap>div span {
  color: #777;
  font-size: 13px
}

.stars-wrap .stars {
  display: inline-block;
  margin-right: 5px
}

.empty-stars {
  width: 114px;
  height: 17px;
  display: inline-block;
  background: url('../img/images/empty-star.png') repeat-x
}

.full-stars {
  height: 17px;
  display: inline-block;
  background: url('../img/images/full-star.png') repeat-x
}

.container .product-card {
  width: 100%;
  position: relative;
  margin-bottom: 20px
}

.addProduct{
  visibility: hidden;
  height: 460px;
}

.product-card__sliders {
  width: 33%;
  position: relative;
  margin-right: -33%;
  float: left;
  overflow: hidden;
  padding-right: 20px
}

.js-no .product-card__sliders .product-sliders{
  max-height: 452px;
  overflow: hidden;
}

.product-card__info {
  width: 100%;
  float: left
}

.product-card__info>div {
  margin: 0 300px 0 33%
}

.product-card__info .text-wrap {
  margin-top: 35px
}

.product-card__info .parametrs {
  padding-right: 22px
}

.product-card__info .parametrs .page-title {
  margin-bottom: 20px
}

.product-card__info .parametrs .text-wrap table td:first-child {
  width: 60%
}

.product-card__info .parametrs .product-description table {
  font-size: 13px
}

.product-card__delivery {
  width: 300px;
  position: relative;
  margin-left: -300px;
  float: right;
  border-left: 1px solid #e5e5e5;
  padding-left: 20px;
  overflow: hidden
}

.product-card__delivery .prace-unit, .text-wrap .prace-unit{
  font-family: 'OpenSans-Semibold';
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  color: #00adbe;
}

.product-card__delivery .prace-unit{
  line-height: 21px;
  margin-bottom: 6px;
}

.product-card__delivery .name{
  margin-bottom: 10px;
}

.list-market-wher-hass-product{
  font-size: 14px;
}

.product-card__delivery .border-b-block {
  padding: 24px 0;
  font-size: 13px
}

.product-card__delivery .border-b-block table {
  width: 100%
}

.product-card__delivery .border-b-block table td {
  padding: 0 10px 5px 0;
  vertical-align: bottom;
  line-height: 130%;
  font-size: 13px;
  border-bottom: 0;
  height: auto !important
}

.product-card__delivery .border-b-block table td:first-child {
  width: 56%
}

.product-card__delivery .border-b-block table td a:not(.btn) {
  border-bottom: 1px dotted #00717b
}

.product-card__delivery .border-b-block table td a:not(.btn):hover {
  border-color: #fff;
  text-decoration: none
}

.product-card__delivery .border-b-block table td .btn {
  font-size: 10px;
  text-transform: uppercase;
  white-space: normal;
  padding: 5px 10px;
  max-width: 80px;
  margin-top: 10px;
  border-color: #454545;
  color: #454545;
  font-weight: 600;
  min-width: 0;
}

.product-card__delivery .banner-small {
  margin-right: 0
}

.product-card__delivery .total_cost {
  padding: 15px 0
}

.product-card__delivery .total_cost table {
  width: 100%
}

.product-card__delivery .total_cost table td {
  width: 1%;
  padding: 0 !important;
  vertical-align: middle !important
}

.product-card__delivery .total_cost table td p {
  font-size: 13px;
  margin-bottom: 4px
}

.product-card__delivery .total_cost table td p.total-price {
  font-size: 26px;
  font-weight: 600;
  white-space: nowrap;
  margin: 11px 0 10px
}

.product-card__delivery .total_cost table td p.total-price+.product-old-price {
  margin-top: 15px;
  margin-bottom: 0
}

.product-card__delivery .bonus-block {
  font-size: 13px
}

.product-card__delivery .bonus-block a {
  font-size: 13px;
  color: #777;
  text-decoration: underline
}

.product-card__delivery .bonus-block a:hover {
  text-decoration: none
}

.product-card__delivery .bonus-block td {
  vertical-align: middle;
  padding: 10px 0 0 0
}

.product-card__delivery .bonus-block td:first-child {
  width: 68%;
  padding-right: 10px
}

.product-card__delivery .bonus-block td img {
  float: left;
  display: inline-block;
  margin-right: 10px
}

.product-card__delivery .bonus-block td img+span {
  position: relative;
  font-size: 15px;
  top: 5px
}

.product-card__delivery .card-buttons {
  margin: 20px 0 10px
}

.product-card__delivery .card-buttons ul {
  display: table;
  width: 100%
}

.product-card__delivery .card-buttons ul li {
  display: table-cell;
  width: 100%;
  vertical-align: top
}

.product-card__delivery .card-buttons ul li .icon40 {
  margin-left: 10px
}

.product-card__delivery .card-buttons .btn-danger {
  width: 170px;
  text-align: center;
  display: block;
  max-width: 170px;
  padding: 10px 10px;
  border-radius: 3px
}

.product-card__delivery .socials-wrap {
  font-size: 14px;
  color: #777
}

.product-card__delivery .socials-wrap ul {
  margin-top: 10px
}

.product-card__delivery .socials-wrap ul li {
  margin-left: 0;
  margin-right: 10px
}

.fancybox-inner .product-card {
  margin-bottom: 0
}

.section-title-tabs li {
  margin: 8px 2px 0 0
}

.section-title-tabs li a {
  font-size: 13px;
  color: #2d2d2d;
  padding: 0 12px 13px;
  margin-bottom: 0;
  -webkit-transition: 0s;
  transition: 0s
}

.section-title-tabs li a:hover {
  -webkit-transition: 0s;
  transition: 0s
}

.section-title-tabs li a:after {
  content: none
}

.section-title-tabs li a:hover:after {
  height: 3px;
  background: #ffce54
}

.section-title-tabs li:hover a, .section-title-tabs li.active a {
  color: #1c1c1c
}

.section-title-tabs li:hover a:after, .section-title-tabs li.active a:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 2px;
  left: 0;
  height: 3px;
  background: #ffce54
}

.section-title-tabs li.active a {
  font-weight: 600
}

.section-title-tabs li:last-child {
  margin: 0;
  margin-top: 8px
}

.section-tabs .section-title-tabs a {
  font-size: 26px
}

.section-tabs .section-title-tabs li.active a {
  font-weight: 400
}

.links-bg {
  border-radius: 4px;
  position: relative;
  height: 100%;
}

.links-bg img {
  display: block
}

.links-bg .delivery-links {
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px;
  width: 100%;
  height: 100%
}

.links-bg .delivery-links ul {
  height: 100%
}

.links-bg .delivery-links ul li {
  padding-left: 70px;
  padding-top: 8%;
  padding-right: 5px;
  background: #fff;
  position: relative;
  height: 33.33333%;
  list-style: none;
}

.links-bg .delivery-links ul li .delivery-links-number {
  position: absolute;
  display: block;
  left: 10px;
  top: 25%;
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  display: inline-block;
  background: #fff;
  font-family: 'ProximaNova-Bold', sans-serif;
  font-size: 28px;
  color: #00adbe;
  padding: 15px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(50, 50, 50, 0.2)
}

.links-bg .delivery-links ul li a {
  font-family: 'ProximaNova-Bold', sans-serif;
  font-size: 18px;
  color: #2d2d2d;
  text-decoration: none;
  line-height: 22px
}

.links-bg .delivery-links ul li a:hover {
  text-decoration: underline
}

.links-bg .delivery-links ul li a span {
  display: block;
  font-size: 15px;
  font-family: 'ProximaNova-Reg', sans-serif;
  line-height: 20px
}

.simple-flag {
  top: -2px !important
}

.company-wrap a {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #e6e6e6;
  width: 115px;
  height: 50px;
  text-align: center
}

.company-wrap a img {
  display: block;
  margin: 0 auto;
}

.additional_products .product-list {
  margin-bottom: 40px
}

.additional_products .product-list .row {
  margin-right: -12px;
  margin-left: -12px
}

.additional_products .product-list .row>div {
  padding: 0 12px
}

.additional_products .product-list .row .border-block__img img {
  max-height: 160px
}

.additional_products .product-list .bx-wrapper .row {
  margin-right: 0;
  margin-left: 0
}

.additional_products .product-list .bx-wrapper .row>div {
  padding: 0
}

.border-b-block {
  border-bottom: 1px solid #e5e5e5
}

.nav-tabs {
  border-bottom: none
}

.nav-tabs>li>a, .nav-tabs>li>a:focus, .nav-tabs>li>a:hover, .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  border: none;
  background: none
}

.number .counter-button {
  width: 21px;
  float: left;
  height: 21px;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  background: url('../img/images/number-arrows.png');
  background-size: cover
}

.number .counter-button.arrow-right {
  background-position: -22px 0
}

.simple-form .get-data{
  display: block;
  text-align: center;
  cursor: pointer;
  border: 1px solid #c8c8c8;
  height: 36px;
  line-height: 34px;
  border-radius: 4px;
  width: 100%;
  padding: 0 20px;
  -webkit-transition: .25s;
  transition: .25s;
}

.number input {
  float: left;
  height: 21px;
  border: none;
  width: 34px;
  padding: 0 5px;
  text-align: center;
  font-size: 15px;
  color: #2c2c2c;
  background: none
}

.btn-white-color {
  color: #fff !important
}

.btn-white-color:hover {
  text-decoration: none !important
}

.btn-uppercase {
  text-transform: uppercase
}

.icon40 {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #ff5f69
}

.icon40.star {
  background: url('../img/images/star.png') no-repeat center
}

.icon40.star:hover, .icon40.star.hovered {
  background: url('../img/images/star-hover.png') no-repeat center
}

.icon40.wishlist {
  background: url('../img/images/icon-wishlist.png') no-repeat center
}

.icon40.wishlist:hover {
  background: url('../img/images/icon-wishlist-hover.png') no-repeat center
}

.testblock {
  width: 32px
}

.table .out-of-stock .testblock{
  background: #ffeee1
}

.choose-city {
  margin-bottom: 35px;
  max-width: 940px
}

.simple-form label {
  font-size: 13px;
  color: #777;
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
  text-overflow: ellipsis;
}

.simple-form label.required-field:before {
  content: "*";
  color: #00adbe;
  margin-right: 3px
}

.simple-form input, .simple-form textarea {
  border: 1px solid #c8c8c8;
  height: 36px;
  border-radius: 4px;
  width: 100%;
  padding: 0 20px;
  -webkit-transition: .25s;
  transition: .25s
}

.simple-form input:focus, .simple-form textarea:focus {
  border: 1px solid #00adbe;
  box-shadow: 0 0 3px 0 rgba(0, 173, 193, 0.63)
}

.simple-form input[type=submit],.simple-form input[type=button] {
  height: 40px;
  border: none
}

.simple-form input[type=submit]:focus, .simple-form input[type=button]:focus {
  outline: none
}

.simple-form textarea {
  height: 60px;
  padding: 10px 20px
}

.simple-form .chosen-container {
  width: 100% !important
}

.simple-form .chosen-container .chosen-single {
  border: 1px solid #c8c8c8;
  height: 36px;
  border-radius: 3px;
  width: 100%;
  padding: 4px 0;
  font-size: 15px;
  box-shadow: none;
  background: none
}

.simple-form .chosen-container .chosen-single span {
  padding: 0 0 0 9px
}

.simple-form .chosen-select {
  border: 1px solid #c8c8c8;
  height: 36px;
  border-radius: 3px;
  width: 100%;
  padding: 4px 20px;
  font-size: 15px;
  box-shadow: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('../img/images/select-arrow.png') no-repeat 98% 7px
}

.simple-form .chosen-container-single .chosen-single div b {
  background-position: 0 8px
}

.simple-form .chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -18px 8px
}

.simple-form .buttons-block {
  margin-top: 20px
}

.content-wrapper {
  font-size: 15px
}

.content-wrapper table {
  width: 100%;
  margin-bottom: 20px
}

.content-wrapper table th {
  font-size: 13px;
  background: #ededed;
  height: 60px;
  border-radius: 2px;
  overflow: hidden;
  vertical-align: middle
}

.content-wrapper table th, .content-wrapper table td {
  padding: 0 20px
}

.content-wrapper table td {
  height: 74px;
  padding-top: 15px;
  font-size: 15px
}

.content-wrapper table tr:not(:last-child) td {
  border-bottom: 1px solid #e1e1e1
}

.content-wrapper .delivery-table p:not(:last-child){
  margin-bottom: 12px;
}

.content-wrapper .delivery-table{
  margin-bottom: 50px;
}

.content-wrapper .delivery-table td{
  font-size: 13px;
  line-height: 16px;
  padding: 10px 20px 20px;
}

.content-wrapper .delivery-table th{
  font-size: 13px;
  line-height: 16px;
}

.comment-form-wrap {
  margin-bottom: 30px
}

.comments-wrap .comment-block {
  margin-bottom: 35px
}

.comments-wrap .comment-block .stars {
  margin-bottom: 14px
}

.comments-wrap .comment-block .title {
  font-size: 18px
}

.comments-wrap .comment-block .comment-date {
  margin-bottom: 12px
}

.rating-wrapper {
  margin-left: 40px
}

.rating-wrapper .br-theme-css-stars .br-widget a {
  height: 26px;
  width: 26px;
  margin-right: 10px
}

.rating-wrapper .br-theme-css-stars .br-widget a:after {
  content: "";
  width: 26px;
  height: 26px;
  display: inline-block;
  background: url('../img/images/rating.png') no-repeat 0 0
}

.rating-wrapper .br-theme-css-stars .br-widget a.br-active:after, .rating-wrapper .br-theme-css-stars .br-widget a.br-selected:after {
  background-position: -26px 0
}

.hover-title-block, .shares-block {
  color: #2d2d2d;
  margin-top: 70px
}

.hover-title-block:first-child, .shares-block:first-child, .hover-title-block:nth-child(2), .shares-block:nth-child(2), .hover-title-block:nth-child(3), .shares-block:nth-child(3) {
  margin-top: 0
}

.hover-title-block:nth-child(3n+1), .shares-block:nth-child(3n+1) {
  clear: both
}

.hover-title-block a, .shares-block a {
  text-decoration: none
}

.hover-title-block a:hover, .shares-block a:hover {
  text-decoration: none
}

.hover-title-block .title, .shares-block .title {
  color: #2d2d2d;
  display: inline-block;
  margin-bottom: 12px;
  font-size: 24px;
  font-family: 'ProximaNova-Light', sans-serif;
  text-decoration: none;
  font-weight: 400
}

.hover-title-block .title:hover, .shares-block .title:hover {
  color: #00717b;
  text-decoration: none
}

.hover-title-block .small-title, .shares-block .small-title {
  font-size: 15px;
  margin-bottom: 5px
}

.hover-title-block p, .shares-block p {
  margin-bottom: 10px
}

.hover-title-block .share-info .date a, .shares-block .share-info .date a, .hover-title-block .share-info .date, .shares-block .share-info .date {
  font-size: 13px;
  margin-bottom: 0
}

.hover-title-block .share-info .black-text, .shares-block .share-info .black-text, .hover-title-block .share-info .red-text, .shares-block .share-info .red-text, .hover-title-block .share-info .gray-text, .shares-block .share-info .gray-text {
  font-weight: 600
}

.hover-title-block .share-info .gray-text, .shares-block .share-info .gray-text {
  color: #a5a5a5
}

.hover-title-block .shares-img, .shares-block .shares-img {
  position: relative;
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
}

.hover-title-block .shares-img .flag, .shares-block .shares-img .flag {
  top: 14px
}

.hover-title-block .shares-img img, .shares-block .shares-img img {
  display: block
}

.hover-title-block .shares-img a, .shares-block .shares-img a {
  position: absolute;
  top: 50%;
  width: 170px;
  margin-left: -85px;
  margin-top: -18px;
  left: 50%;
  display: none;
  z-index: 3
}

.hover-title-block .shares-img:hover a, .shares-block .shares-img:hover a {
  display: block
}

.hover-title-block .shares-img:before, .shares-block .shares-img:before {
  background: rgba(0, 0, 0, 0);
  content: '';
  border-radius: 3px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: .25s;
  transition: .25s;
  z-index: 2
}

.hover-title-block .shares-img:hover:before, .shares-block .shares-img:hover:before {
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .25s;
  transition: .25s
}

.hover-title-block.expired, .shares-block.expired {
  color: #999
}

.hover-title-block.expired .title:hover, .shares-block.expired .title:hover, .hover-title-block.expired .title, .shares-block.expired .title {
  color: #999
}

.hover-title-block.expired .red-text, .shares-block.expired .red-text {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700
}

.hover-title-block.expired .shares-img:before, .shares-block.expired .shares-img:before {
  content: none !important
}

.hover-title-block.expired .shares-img a, .shares-block.expired .shares-img a {
  display: none
}

.hover-title-block .shares-img:hover:before {
  background: none
}

.hover-title-block:nth-child(3n+1) {
  clear: both
}

.hover-title-block .small-title {
  font-family: 'Open Sans', sans-serif;
  display: block;
}

.tasting-block .shares-img {
  position: relative;
  display: block
}

.tasting-block .shares-img a {
  background: rgba(0, 0, 0, 0);
  border-radius: 3px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin-left: 0;
  margin-top: 0;
  -webkit-transition: .25s;
  transition: .25s;
  text-decoration: none;
  display: block;
  padding: 0 9%;
  color: #fff;
  z-index: 2;
  opacity: 0
}

.tasting-block .shares-img a div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.tasting-block .shares-img a div p:last-child {
  margin-bottom: 0
}

.tasting-block .shares-img a div strong {
  font-weight: 600
}

.tasting-block .shares-img a:hover {
  opacity: 1;
  background: rgba(255, 95, 105, 0.9);
  -webkit-transition: .25s;
  transition: .25s
}

.tasting-block .shares-img:before {
  content: none
}

.round-img {
  width: 178px;
  height: 178px;
  overflow: hidden;
  border-radius: 178px;
  box-shadow: 10px 10px 0 7px #ceecfd;
  margin-bottom: 30px;
  position: relative
}

.hyper-post-block {
  margin-bottom: 30px
}

.hyper-post-block .text-wrap {
  margin-bottom: 15px;
  line-height: 24px
}

.hyper-post-block .hyper-post-heading {
  font-size: 18px;
  font-weight: 600;
  color: #2d2d2d;
  line-height: 30px
}

.hyper-post-block a.hyper-post-heading:hover {
  color: #00717b;
  text-decoration: none
}

.hyper-post-block .btn {
  min-width: 170px;
  font-size: 14px
}

.certificates-wrap p, .certificates-wrap .text-wrap {
  line-height: 22px
}

.certificates-wrap .black-text {
  font-size: 18px;
  line-height: 30px
}

.certificates-wrap .certificate-img-row {
  margin: 30px 0
}

.certificates-wrap .certificate-img-row img {
  width: 100%;
  border: 1px solid #f7f7f7
}

.certificates-wrap .certificate-order {
  margin: 30px 0
}

.certificates-wrap .certificate-order .parametrs-block {
  margin: 20px 0
}

.certificates-wrap .certificate-order .number {
  margin-bottom: 20px
}

.certificates-wrap .certificate-order .add-certificate {
  margin-bottom: 20px
}

/*.certificates-wrap .certificate-order .add-certificate a {
  color: #00717b;
  border-bottom: 1px dashed #00717b
}

.certificates-wrap .certificate-order .add-certificate li a{
  border: none;
}*/

.certificates-wrap .certificate-order .add-certificate > span {
  color: #00717b;
  border-bottom: 1px dashed #00717b;
  cursor: pointer;
}

.certificates-wrap .certificate-order .add-certificate > span:hover,
.certificates-wrap .certificate-order .add-certificate > span:active {
  border: 0;
  text-decoration: none;
}


/*.certificates-wrap .certificate-order .add-certificate a:hover, .certificates-wrap .certificate-order .add-certificate a:active {
  border: 0;
  text-decoration: none
}*/

.certificates-wrap .certificate-order .add-certificate:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../img/icons/add-file.png') 0 0 no-repeat;
  margin-bottom: -6px;
  margin-right: 5px
}

.add-certificate .delet-certificate a{
  cursor: pointer;
}

.certificates-wrap .certificate-order .btn-danger {
  min-width: 170px
}

.colored-list {
  list-style: decimal;
  color: #00adbe;
  margin: 15px 0
}

.colored-list li {
  margin-left: 15px;
  line-height: 28px;
  font-weight: 700
}

.colored-list li .text-wrap {
  color: #2d2d2d;
  font-weight: 400
}

.number-places {
  width: 54px;
  height: 54px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e13982;
  border-radius: 54px;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: .9;
  padding-top: 12px;
  font-weight: 600
}

.number-places span {
  font-size: 12px;
  display: block
}

.fotorama--fullscreen .number-places {
  top: 30px;
  left: 30px;
  bottom: auto
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5
}

#tooltip {
  position: absolute;
  background: #f6f6f6;
  padding: 10px 15px 15px;
  box-shadow: 1px 1px 5px #bebebe;
  border-radius: 4px;
  display: none;
  font-size: 13px;
  color: #2c2c2c;
  max-width: 300px;
  z-index: 9999
}

.sex-radio li {
  margin: 0 !important
}

.sex-radio li input[type="radio"] {
  display: none
}

.sex-radio li input[type="radio"]+label {
  -moz-user-select: none;
  -webkit-user-select: none;
  color: #2d2d2d;
  font-size: 15px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 3px 0 0 3px;
  padding: 6px 17px;
  margin-bottom: 0
}

.sex-radio li input[type="radio"]:checked+label {
  background: #00adbe;
  border: 1px solid #00adbe;
  color: #fff
}

.sex-radio li+li input[type="radio"]+label {
  border-radius: 0 3px 3px 0
}

.eye {
  display: block;
  width: 36px;
  height: 36px;
  background: url(../img/images/input_pass.png) no-repeat center;
  position: absolute;
  right: 0;
  top: 0
}

.see_words {
  background: url(../img/images/input_pass_hover.png) no-repeat center
}

.border-btn {
  color: #444 !important;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #444;
  display: inline-block;
  max-width: 308px;
  width: 100%;
  font-size: 15px;
  padding: 7px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
}

.border-btn:hover {
  background: #e5e5e5
}

.border-btn.dart-border {
  color: #454545 !important;
  border: 1px solid #454545
}

input[type=submit].dart-border {
  border: 1px solid #454545
}

.alphabet-list {
  margin-bottom: 30px
}

.alphabet-list li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px
}

.alphabet-list li a {
  text-transform: uppercase;
  color: #2d2d2d;
  text-decoration: none;
  font-size: 20px
}

.alphabet-list li a:hover {
  text-decoration: none;
  color: #00717b
}

.alphabet-list li a.active {
  color: #00717b
}

.brand-wrap {
  display: block;
  margin-bottom: 30px;
  color: #2d2d2d
}

.brand-wrap:hover {
  text-decoration: none;
  color: #00717b
}

.brand-wrap>p {
  text-align: center;
  margin-top: 5px;
  font-weight: 600
}

div.red-flag {
  display: inline-block;
  width: 50px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background: #ff5f69;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  font-family: 'ProximaNova-Reg';
  padding: 0 4px
}

div.red-flag:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 20px;
  background: url('../img/images/myred-flag-r.png') 0 0 no-repeat;
  position: absolute;
  top: 0;
  right: -4px
}

span.red-flag {
  display: inline-block;
  width: 51px;
  height: 19px;
  margin-left: 5px;
  background: url('../img/images/red-flag-bg.png') no-repeat;
  background-size: cover;
  text-align: center;
  font-size: 13px;
  color: #fff;
  font-family: 'ProximaNova-Bold';
  padding: 0 4px
}

.brand-img {
  border: 1px solid #e5e5e5;
  display: table-cell;
  width: 190px;
  height: 125px;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative
}

.brand-img:hover {
  border: 1px solid #d0d0d0
}
.brand-img > img{
  margin: 0 auto;
}
.brand-section {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5
}

.brand-section:last-child {
  border: 0
}

.brand-section p {
  color: #00adbe;
  font-size: 20px;
  font-family: "ProximaNova-Light", sans-serif;
  float: left;
  text-transform: uppercase
}

.brand-section > ul {
  margin-left: 215px;
  column-count: 4;
}

.brand-section ul ul{
  margin-left: 1em;
}

.brand-section ul>li a {
  color: #2d2d2d;
  line-height: 24px;
  text-decoration: underline;
  font-size: 15px
}

.brand-section ul>li a:hover {
  text-decoration: none;
  color: #00717b
}

.brand-image-heading img {
  border-radius: 4px
}

.wish-body .border-block {
  margin-bottom: 30px
}

.central-office .tab-content .black-text {
  font-size: 18px;
  margin-bottom: 10px
}

.central-office .tab-content ul {
  margin-bottom: 35px
}

.central-office .tab-content ul li {
  color: #666;
  line-height: 22px;
  font-size: 15px
}

.central-office .tab-content .addon-text {
  color: #2b2b2b;
  font-size: 13px
}

.central-office .tab-content .addon-text a {
  color: inherit;
  text-decoration: underline
}

.central-office .tab-content .addon-text a:hover {
  text-decoration: none
}

.qtopics-wrap {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 15px;
  margin-bottom: 30px
}

.qtopics-wrap .black-text {
  font-size: 18px;
  margin-bottom: 8px
}

.questions-form .black-text {
  font-size: 18px;
  margin-bottom: 15px
}

.questions-form .btn-blue {
  max-width: 300px
}

.question-topic {
  margin-bottom: 15px
}

.question-topic li {
  margin-bottom: 10px
}

.question-topic li .read-more {
  color: #2d2d2d
}

.question-topic li .read-more.active {
  border: none;
  color: #00717b;
  font-weight: 600
}

.question-topic li .read-more:hover {
  color: #00717b
}

.question-topic li .read-more+.question-answer {
  display: none;
  line-height: 22px;
  padding: 10px 0
}

.rassrochka .certificate-block {
  margin: 0;
  margin-bottom: 60px
}

.rassrochka .content-wrapper>.text-wrap {
  margin-bottom: 30px
}

.h100 {
  height: 100%
}

.page-404 {
  height: 100%;
  padding: 90px 0 25px;
}

.page-404 img {
  display: block
}

.page-404 p {
  text-align: center;
  font-family: 'ProximaNova-Light', sans-serif
}

.page-404 p a {
  color: #2d2d2d;
  text-decoration: underline
}

.page-404 p a:hover, .page-404 p a:active, .page-404 p a:focus {
  text-decoration: none
}

.page-404 p a:hover {
  color: #00717b
}

.img-404 {
  margin: 45px auto 30px
}

.logo-404 {
  margin: 0 auto 30px
}

.heading-404 {
  font-size: 26px;
  margin-bottom: 10px
}

.sets .r-content-slider .bx-wrapper .bx-viewport .r-content__info {
  padding: 15px 27px 22px !important;
  min-height: auto;
  height: 260px;
  overflow-y: hidden
}

.sets .stars {
  margin-bottom: 10px
}

.sets .stars>span {
  margin-left: 5px;
  font-size: 13px;
  color: #777
}

.sets .title {
  font-weight: 400
}

.block-width-cb .cb-block {
  border-top: 1px solid #e4e4e4
}

.block-width-cb a.cb-block{
  display: block;
  text-decoration: none;
  color: inherit;
  text-align: center;
  padding: 10px 15px;
}

.block-width-cb .cb-block table {
  margin: 0
}

.block-width-cb .cb-block table td {
  padding: 10px 15px;
  height: auto
}

.block-width-cb .cb-block table td:last-child {
  width: 110px
}

.block-width-cb .cb-block table td label {
  margin: 0;
  padding-left: 25px
}

.clear-both {
  clear: both !important
}

.advertisers .page-title {
  margin-top: 30px
}

.advertisers .btn-danger {
  max-width: 310px;
  margin-top: 30px
}

.content-section p {
  margin-bottom: 20px
}

.content-section h3 {
  margin-bottom: 5px
}

.file-block {
  margin: 15px 30px 10px 0;
  display: inline-block;
  cursor: pointer;
  min-height: 40px;
  padding-left: 45px
}

.file-block .file-block-text {
  color: #00717b;
  text-decoration: underline
}

.file-block .file-block-text:hover {
  text-decoration: none
}

.pdf-file {
  background: url('../img/icons/pdf.png') left bottom no-repeat
}

.doc-file {
  background: url('../img/icons/doc.png') left bottom no-repeat
}

.xls-file {
  background: url('../img/icons/xls.png') left bottom no-repeat
}

.other-file {
  background: url('../img/icons/other-file.png') left bottom no-repeat
}

.dropdown-all-category {
  display: none;
  padding-left: 0
}

select:focus, a:focus, input:focus {
  outline: none
}

.countdown {
  width: 100%;
  height: 25px;
  padding-left: 30px;
  background: url(../img/images/clock.png) no-repeat left top
}

.countdown.is-countdown {
  border: none;
  color: #2d2d2d;
  font-size: 15px
}

.countdown.is-countdown .countdown-section {
  width: auto;
  padding-top: 3px
}

.countdown.is-countdown .countdown-section .countdown-period {
  display: inline-block;
  margin: 0 10px 0 5px
}

.countdown.is-countdown .countdown-section .countdown-amount {
  font-size: 22px;
  font-family: 'ProximaNova-Light'
}

.b-block-slider .bx-viewport .row {
  margin: 0
}

.b-block-slider .bx-viewport .row>div {
  padding: 0
}

.column {
  -webkit-column-width: 50%;
  -moz-column-width: 50%;
  column-width: 50%;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px
}

.characteristics-block table tr td {
  color: #2d2d2d;
  padding-bottom: 10px
}

.characteristics-block table tr td:first-child {
  color: #777;
  padding-right: 10px;
  width: 25%
}

.download_files li {
  margin-bottom: 22px
}

.download_files li p {
  min-height: 40px;
  height: 40px;
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 100%;
  color: #2c2c2c;
  padding-left: 47px;
  line-height: 120% !important;
  background: none;
  font-size: 15px
}

.download_files li p a {
  text-decoration: underline;
  color: #2c2c2c
}

.download_files li p a:hover {
  color: #00717b;
  text-decoration: none
}

.download_files li p:before {
  content: '';
  width: 47px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0
}

.download_files li p.doc:before {
  background: url(../img/images/doc.png) no-repeat left top
}

.download_files li p.pdf:before {
  background: url(../img/images/pdf.png) no-repeat left top
}

.download_files li p.xls:before {
  background: url(../img/images/xls.png) no-repeat left top
}

.selected-filters .row {
  margin: 0 -8px
}

.selected-filters .row li {
  float: left;
  padding: 0 8px;
  margin-bottom: 9px
}

.selected-filters .row li div {
  background: #f9f9f9;
  padding: 8px 40px 8px 10px;
  border-radius: 3px;
  position: relative;
  font-size: 15px;
  line-height: 30px;
  color: #2d2d2d
}

.selected-filters .row li div a {
  position: absolute;
  top: 15px;
  right: 8px;
  width: 16px;
  display: inline-block;
  height: 16px;
  background: url(../img/images/close.png) no-repeat left top
}

.selected-filters .row li div span {
  margin-bottom: 0;
  line-height: 160%
}

.selected-filters .row li .border-btn {
  font-size: 15px;
  padding: 12px 33px
}

.accordeon-btn {
  position: relative;
  width: 21px;
  height: 21px;
  display: inline-block;
  background: url(../img/images/accordeon-btn.png) no-repeat left top;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer
}

.accordeon-btn:after {
  width: 39px;
  height: 39px;
  display: inline-block;
  content: '';
  position: absolute;
  left: -9px;
  top: -11px
}

.accordeon-btn.open {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: .5s;
  transition: .5s
}

.accordeon-btn.sidebar-open {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg)
}

iframe {
  max-width: 100%
}

.product-list .bx-wrapper .bx-controls-direction a {
  width: 30px;
  margin-top: -40px;
  height: 80px;
  font-size: 13px;
  background: url(../img/images/sliders-arrows.png) no-repeat;
}

.product-list .bx-wrapper .bx-controls-direction a:hover{
  background: url(../img/images/sliders-arrows-hover.png) no-repeat;
}

.product-list .bx-wrapper .bx-controls-direction a.bx-next {
  background-position: -30px 0;
  right: 0
}

.product-list .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 0
}

.product-list p, .product-list span, .product-list .border-block__name {
  font-size: 13px
}

.product-list .product-price {
  font-weight: 700
}

a.read-more {
  border-bottom: 1px dashed #2d2d2d;
  text-decoration: none
}

a.read-more:hover {
  border-bottom: none
}

.back-catalog {
  margin-bottom: 45px
}

.back-catalog a {
  max-width: 190px;
  padding: 9px 7px
}

.fotorama__thumb-border {
  background: none
}

.popup-block {
  display: none
}

.product-card.popup-block {
  max-width: 970px
}

.fancybox-close {
  top: 8px;
  right: 8px
}

.fancybox-opened .fancybox-skin {
  padding: 30px !important
}

.title {
  font-weight: 600;
  margin-bottom: 20px
}

.dropdown-category {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2
}

.comment-form-wrap .comment-form {
  display: none;
  position: relative
}

.comment-form-wrap .comment-form form {
  width: 100%;
  position: relative
}

.comment-form-wrap .comment-form textarea{
  height: 120px;
}

.comment-form .btn-blue {
  max-width: 300px
}

.comment-form .wrap-form{
  font-size: 13px;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #2d2d2d;
  border-bottom: 1px dotted #2d2d2d
}

.comment-form .wrap-form:hover {
  text-decoration: none;
  border-bottom: 1px dotted #fff
}

.comment-form .wrap-form img {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 5px;
  display: inline-block;
  margin-left: 5px
}

.cost-from {
  position: relative
}

.cost-from:after {
  content: "";
  position: absolute;
  right: -21px;
  top: 16px;
  display: inline-block;
  width: 15px;
  height: 1px;
  background: url(../img/images/line.png) no-repeat
}

.determine_size {
  font-size: 13px;
  border-bottom: 1px dashed #777
}

.determine_size:hover {
  text-decoration: none;
  border-bottom: none
}

.grey-color {
  color: #777
}

.grey-color:hover {
  color: #777
}

.btn.disabled, a.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 1;
  background: #d4d4d4 !important
}

.add-comment {
  position: relative
}

.add-comment .add-comment-title {
  margin-top: 9px
}

.add-comment>.comment-caption {
  font-size: 12px;
  color: #777;
  position: absolute;
  right: 0;
  bottom: -55px;
  max-width: 225px;
  text-align: justify;
  line-height: 15px
}

.smart #flexcroll-tabs_mcontentwrapper, .list-adresses #flexcroll-tabs_mcontentwrapper, #flexcroll-tabs #flexcroll-tabs_mcontentwrapper, #flexcroll-bar #flexcroll-tabs_mcontentwrapper {
  height: 164px !important;
  z-index: 2 !important
}

.smart .vscrollerbar, .list-adresses .vscrollerbar, #flexcroll-tabs .vscrollerbar, #flexcroll-bar .vscrollerbar {
  background: #00adbe
}

.smart .vscrollerbar, .list-adresses .vscrollerbar, #flexcroll-tabs .vscrollerbar, #flexcroll-bar .vscrollerbar, .smart .vscrollerbaseend, .list-adresses .vscrollerbaseend, #flexcroll-tabs .vscrollerbaseend, #flexcroll-bar .vscrollerbaseend, .smart .vscrollerbasebeg, .list-adresses .vscrollerbasebeg, #flexcroll-tabs .vscrollerbasebeg, #flexcroll-bar .vscrollerbasebeg, .smart .vscrollerbarend, .list-adresses .vscrollerbarend, #flexcroll-tabs .vscrollerbarend, #flexcroll-bar .vscrollerbarend, .smart .vscrollerbarbeg, .list-adresses .vscrollerbarbeg, #flexcroll-tabs .vscrollerbarbeg, #flexcroll-bar .vscrollerbarbeg, .smart .vscrollerbase, .list-adresses .vscrollerbase, #flexcroll-tabs .vscrollerbase, #flexcroll-bar .vscrollerbase {
  width: 10px
}

.smart .vscrollerbase, .list-adresses .vscrollerbase, #flexcroll-tabs .vscrollerbase, #flexcroll-bar .vscrollerbase {
  background: #dcdbdb;
  border-radius: 2px
}

.smart .vscrollerbar, .list-adresses .vscrollerbar, #flexcroll-tabs .vscrollerbar, #flexcroll-bar .vscrollerbar {
  border-radius: 2px
}

.smart .vscrollerbasebeg, .list-adresses .vscrollerbasebeg, #flexcroll-tabs .vscrollerbasebeg, #flexcroll-bar .vscrollerbasebeg {
  position: relative
}

.smart .vscrollerbasebeg:before, .list-adresses .vscrollerbasebeg:before, #flexcroll-tabs .vscrollerbasebeg:before, #flexcroll-bar .vscrollerbasebeg:before {
  content: "";
  top: 3px;
  left: 2px;
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3px 4px 3px;
  border-color: transparent transparent #4c4c4c transparent
}

.smart .vscrollerbaseend, .list-adresses .vscrollerbaseend, #flexcroll-tabs .vscrollerbaseend, #flexcroll-bar .vscrollerbaseend {
  margin-top: -15px;
  position: relative
}

.smart .vscrollerbaseend:before, .list-adresses .vscrollerbaseend:before, #flexcroll-tabs .vscrollerbaseend:before, #flexcroll-bar .vscrollerbaseend:before {
  content: "";
  bottom: 3px;
  left: 2px;
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #4c4c4c transparent transparent transparent
}

#flexcroll-bar #flexcroll-bar_mcontentwrapper {
  height: 200px !important
}

.chosen-container .chosen-results{
  max-height: 234px;
}

.chosen-container .chosen-results li.group-result {
  font-size: 20px;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 10px
}

.chosen-container .chosen-results li.active-result {
  font-size: 14px;
  font-weight: 500
}

.chosen-container-active, .chosen-container-multi {
  font-size: 15px
}

.chosen-container-active .chosen-choices, .chosen-container-multi .chosen-choices {
  border-radius: 4px
}

.chosen-container-active .chosen-choices li.search-choice, .chosen-container-multi .chosen-choices li.search-choice {
  display: inline;
  margin-top: 7px;
  padding: 0;
  border: 0;
  max-width: 100%;
  border-radius: 0;
  background-color: transparent;
  background-image: none !important;
  background-size: inherit;
  background-repeat: no-repeat;
  background-clip: inherit;
  box-shadow: none;
  color: #2d2d2d;
  line-height: normal
}

.chosen-container-active .chosen-choices li.search-choice a.search-choice-close, .chosen-container-multi .chosen-choices li.search-choice a.search-choice-close {
  display: none
}

.chosen-container-active .chosen-choices .search-field, .chosen-container-multi .chosen-choices .search-field {
  max-width: 100%
}

.chosen-container-active .chosen-choices .search-field input, .chosen-container-multi .chosen-choices .search-field input {
  width: 200px !important
}

.chosen-container-active .chosen-results li.highlighted, .chosen-container-multi .chosen-results li.highlighted {
  background-color: #00adbe;
  background-image: none;
  color: #fff
}

.chosen-container-active .chosen-choices {
  border: 1px solid #00adbe;
  box-shadow: none;
  height: 37px!important;
  white-space: nowrap;
}

.list-adresses {
  min-height: 470px !important
}

.delivery-tabs {
  margin: 50px 0
}

.delivery-tabs .section-title-tabs {
  margin-bottom: 23px
}

.delivery-tabs .section-title-tabs li {
  margin-right: 42px
}

.delivery-tabs .section-title-tabs li a {
  padding: 0 0 13px;
  font-size: 15px
}

.more-details {
  margin-bottom: 25px
}

.more-details a {
  color: #2d2d2d;
  border-color: #2d2d2d
}

.map-wrap-contacts {
  margin-bottom: 30px;
  margin-top: 7px
}

.delivery-areas {
  margin-top: 35px
}

.delivery-areas>li {
  padding-left: 40px;
  margin-bottom: 30px;
  font-size: 15px;
  position: relative;
  display: none
}

.delivery-areas>li:first-child, .delivery-areas>li:nth-child(2), .delivery-areas>li:nth-child(4), .delivery-areas>li:nth-child(3) {
  display: block
}

.delivery-areas>li.more-details {
  padding-left: 0;
  margin-bottom: 0
}

.delivery-areas>li .color-area {
  width: 17px;
  height: 17px;
  border-radius: 17px;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0
}

.delivery-areas>li p {
  margin-bottom: 10px;
  color: #2d2d2d;
  font-weight: 600
}

.delivery-areas>li ul li {
  color: #666;
  margin-bottom: 5px
}

.map-wrap {
  border: 1px solid #dddfe1;
  border-radius: 5px;
  overflow: hidden
}

.map-wrap img {
  width: 100%;
  display: block
}

.map-scroll-wrap {
  margin-bottom: 50px
}

.map-scroll-wrap .map-scroll {
  width: 100%;
  float: left
}

.map-scroll-wrap .map-scroll .map {
  margin: 0 320px 0 0;
  height: 523px;
  background: #00adbe
}

.map-scroll-wrap .map-list {
  width: 300px;
  position: relative;
  margin-left: -300px;
  float: right
}

.map-list {
  border-radius: 3px;
  font-size: 13px;
  color: #666;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35)
}

.map-list .map-list-header {
  padding: 15px 12px;
  border-bottom: 1px solid #e1e1e1
}

.map-list .map-list-header .form-group {
  margin: 0
}

.map-list .map-list-header .form-group .chosen-container {
  width: 150px !important
}

.map-list .map-list-header .form-group .chosen-container .chosen-single {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #00717b;
  background: none;
  height: auto;
  line-height: normal;
  padding: 0
}

.map-list .map-list-header .form-group .chosen-container .chosen-single span {
  text-align: right;
  margin-top: -3px
}

.map-list .map-list-header .form-group .chosen-container .chosen-single div {
  top: -4px
}

.map-list .map-list-header .form-group .chosen-container-active, .map-list .map-list-header .form-group .chosen-container-multi {
  font-size: inherit
}

.map-list .map-list-header .form-group .chosen-container.chosen-with-drop .chosen-drop {
  left: -138px;
  top: 217%;
  border-color: #e4e4e4;
  width: 290px;
  max-height: 200px;
  overflow-y: scroll
}

.map-list .list-adresses .list-adresses-block {
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 12px 12px
}

.map-list .list-adresses .list-adresses-block a {
  font-size: 12px
}

.map-list .list-adresses .list-adresses-block .title {
  margin-bottom: 5px;
  color: #2d2d2d
}

.map-list .list-adresses .list-adresses-block:hover {
  background: #f3f3f3
}

.map-list .list-adresses .list-adresses-block:hover .title {
  color: #00717b
}

.map-markers {
  margin-bottom: 25px
}

.map-markers .places-list{
  float: left;
  margin-right: 40px;
  margin-bottom: 5px;
  font-size: 15px;
  cursor: pointer;
}

.map-markers .places-list input[type=checkbox]{
  display: none;
}

.map-markers .places-list label{
  cursor: pointer;
}

.map-markers .places-list label.active{
  text-decoration: underline;
}

.map img {
  display: block
}

/* .shops-wrap .ymaps-2-1-59-map ymaps{
    display: none!important;
} */

.modal-dialog {
  margin: 30px auto
}

.modal-content {
  padding: 50px 33px 20px;
  max-width: 970px;
  margin: 0 auto;
  min-height: 122px;
}

.modal-content .close {
  width: 13px;
  height: 13px;
  position: absolute;
  right: 18px;
  top: 18px;
  background: url(../img/images/close-modal.png) no-repeat
}

.newspaper a {
  font-size: 14px
}

.newspaper p {
  margin-bottom: 5px
}

.newspaper p.title {
  font-family: 'ProximaNova-Light', sans-serif;
  font-size: 24px;
  font-weight: 400
}

.newspaper .newspaper-img {
  position: relative;
  max-width: 178px
}

.newspaper .newspaper-img .doc-format {
  position: absolute;
  top: -3px;
  right: 12px;
  z-index: 2
}

.top-filters {
  background: #f7f7f7;
  padding: 13px 23px;
  border-radius: 3px;
  margin-bottom: 30px
}

.top-filters img{
  display: inline-block;
}

.top-filters .all-filters {
  padding: 12px 0 0;
  display: none
}

.top-filters .all-filters .checkout-block {
  margin-right: -8px;
  margin-left: -8px
}

.top-filters .all-filters .checkout-block label {
  font-size: 13px !important
}

.top-filters .all-filters .checkout-block>li {
  padding: 0 8px
}

.top-filters .border-btn {
  background: none;
  display: none;
  width: 160px;
  margin-top: 10px
}

.top-filters .border-btn:hover {
  background: #e5e5e5
}

.top-filters .title {
  margin-bottom: 0
}

.top-filters .title .all-filters-btn {
  color: #2d2d2d;
  display: inline-block;
  margin-left: 5px;
  font-size: 13px
}

.top-filters .title .all-filters-btn:after {
  content: "";
  display: inline-block;
  width: 0;
  position: relative;
  top: -2px;
  margin-left: 3px;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #525252 transparent transparent transparent
}

.top-filters .title .all-filters-btn.open:after {
  content: "";
  border-width: 0 3px 4px 3px;
  border-color: transparent transparent #525252 transparent
}

.top-filters .title .all-filters-btn:hover {
  text-decoration: none
}

.top-filters.open-filters .border-btn {
  display: block
}

.question-block {
  margin-top: 50px
}

.question-block .question-img {
  display: inline-block;
  margin-bottom: 15px;
  border-radius: 117px;
  overflow: hidden;
  border-radius: 50%;
}

.question-block .question-img img {
  display: block;
  border-radius: 50%;
  overflow: hidden;
}

.question-block .title {
  font-size: 18px
}

.question-block .text-wrap {
  text-align: left;
  max-height: 110px;
  font-size: 13px;
  overflow: hidden;
  position: relative
}

.question-block .text-wrap:before {
  content: "";
  width: 100%;
  height: 30px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent;
  background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.1)), color-stop(100%, #fff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0, #fff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0, #fff 100%)
}

.question-block .text-wrap.open {
  overflow: auto;
  max-height: 100%
}

.question-block .text-wrap.open:before {
  content: none
}

.question-block .btn-danger {
  margin-top: 30px;
  font-size: 14px;
  width: 100%;
  max-width: 174px
}

.question-block .turn-all-category {
  display: none
}

.lg-backdrop {
  background: rgba(0, 0, 0, 0.6)
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  height: 100%;
  width: 50%;
  top: 0;
  background: none
}

.lg-actions .lg-prev {
  left: 0
}

.lg-actions .lg-prev:before {
  content: ""
}

.lg-actions .lg-next {
  right: 0
}

.tasting-card__sliders .lSSlideOuter {
  max-width: 535px
}

.tasting-card__sliders .lSSlideOuter .lSSlideWrapper {
  border: 1px solid #f7f7f7
}

.tasting-card__sliders .lSSlideOuter .lSSlideWrapper li {
  text-align: center;
  height: 405px;
  position: relative
}

.tasting-card__sliders .lSSlideOuter .lSSlideWrapper li img {
  top: 50%;
  left: 0;
  padding: 10px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.tasting-card__sliders .lSSlideOuter .lSPager li {
  border: 1px solid #e6e6e6;
  height: 80px;
  position: relative
}

.tasting-card__sliders .lSSlideOuter .lSPager li a {
  top: 50%;
  padding: 10px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.tasting-card__sliders .lSSlideOuter .lSPager li.active, .tasting-card__sliders .lSSlideOuter .lSPager li:hover {
  border: 1px solid #00adbe;
  border-radius: 0
}

.tasting-card__sliders #lSPager {
  height: 80px
}

.grid-sizer, .grid-item {
  width: 100%;
}

.cart-header .row .alrt-wrapper {
  max-width: 930px;
  float: left
}

.tasting-card {
  margin-bottom: 40px
}

.tasting-card .tasting-card__sliders .fotorama__stage {
  margin-bottom: 40px
}

.tasting-card .tasting-card__sliders #mycustomscroll_mcontentwrapper {
  height: 105px !important
}

.tasting-card .tasting-card__sliders #mycustomscroll_vscrollerbase {
  height: 90px !important
}

.tasting-card .tasting-card__sliders #mycustomscroll_scrollwrapper {
  height: 105px !important
}

.tasting-card .tasting-card__sliders .lSPager {
  margin-top: 0 !important
}

.tasting-card .tasting-card__sliders .lSSlideWrapper {
  margin-bottom: 40px
}

.fotorama__stage {
  border: 1px solid #f7f7f7
}

.fotorama__thumb-border, .fotorama__nav__frame {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

.fotorama__thumb-border {
  border-color: #00adbe
}

.fotorama__nav.fotorama__shadows--right:after, .fotorama__stage.fotorama__shadows--right:after, .fotorama__nav.fotorama__shadows--left:before, .fotorama__stage.fotorama__shadows--left:before {
  content: none
}

.fullscreen {
  background: #f7f7f7
}

.fotorama__thumb {
  background: #fff;
  border: 1px solid #e6e6e6
}

.fotorama__thumb:hover {
  border-color: #00adbe
}

.fotorama--fullscreen .fotorama__nav-wrap, .fotorama--fullscreen .fotorama__nav, .fotorama--fullscreen .fotorama__stage {
  background: none
}

.fotorama--fullscreen .fotorama__stage {
  border: none
}

.fotorama--fullscreen {
  background: #f7f7f7
}

.fotorama--fullscreen .fotorama__stage {
  margin-bottom: 0 !important
}

.fotorama__fullscreen-icon {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  opacity: 0 !important;
  background: none !important;
  position: absolute;
  width: 100%;
  z-index: 2;
  height: 100%
}

.fotorama__arr {
  opacity: 0 !important
}

.product-sliders .fotorama__stage {
  margin-bottom: 70px
}

.fotorama--fullscreen {
  background: #fff
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  opacity: 1 !important;
  background: url('../img/images/close-popup.png') no-repeat center !important;
  width: 30px;
  height: 30px;
  top: 40px;
  right: 40px
}

.fotorama--fullscreen .fotorama__arr {
  opacity: 1 !important
}

.fotorama--fullscreen .fotorama__nav__shaft {
  padding: 10px 0
}

.fotorama--fullscreen .fotorama__thumb-border {
  margin-top: 10px !important
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(65px, 0, 0);
  transform: translate3d(65px, 0, 0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-65px, 0, 0);
  transform: translate3d(-65px, 0, 0)
}

.fotorama__arr {
  width: 19px;
  height: 35px;
  background: url('../img/images/arrows-popup.png') no-repeat !important
}

.fotorama__arr.fotorama__arr--prev {
  left: 40px
}

.fotorama__arr.fotorama__arr--prev:hover {
  background: url('../img/images/arrows-popup.png') no-repeat 0 -35px !important
}

.fotorama__arr.fotorama__arr--next {
  right: 40px;
  background: url('../img/images/arrows-popup.png') no-repeat -19px 0 !important
}

.fotorama__arr.fotorama__arr--next:hover {
  background: url('../img/images/arrows-popup.png') no-repeat -19px -35px !important
}

.event_description {
  margin: 30px 0
}

.event_description td {
  font-weight: 600;
  height: 30px
}

.event_description td:first-child {
  color: #777;
  font-weight: 400;
  width: 190px
}

.event_description .btn {
  min-width: 190px;
  text-decoration: none
}

.event_description .btn:hover, .event_description .btn:focus, .event_description .btn:active {
  text-decoration: none
}

.brands {
  margin-bottom: 25px
}

.brands li {
  margin-right: 20px
}

.tasting-card__sliders {
  padding-right: 40px;
  margin-bottom: 20px
}

.tasting-card__info hr {
  margin-left: -25px
}

.article-bottom-info>ul>li {
  margin-right: 0 !important
}

.article-bottom-info>ul>li:after {
  content: "|";
  display: inline-block;
  color: #727272;
  font-size: 13px;
  float: right;
  margin: 0 13px 0 17px
}

.article-bottom-info>ul>li:last-child:after {
  content: none
}

.article-bottom-info ul {
  display: inline-block
}

.article-bottom-info .socials {
  margin-left: 20px;
  position: relative;
  top: -4px
}

.article-bottom-info .socials li {
  margin-right: 8px !important
}

.captcha {
  margin-top: 18px
}

.form-margin30 .form-group {
  margin-bottom: 22px
}

.form-margin30 .form-group label {
  white-space: normal
}

.form-margin30 .form-group .pt8 {
  display: inline-block
}

.glyphicon-calendar {
  color: #a4a4a4
}

.input-group-addon {
  background: none;
  font-size: 20px;
  padding: 6px 12px 5px
}

.sale_first, .picker-switch.accordion-toggle {
  display: none
}

.input-group.date .input-group-addon span {
  width: 20px;
  height: 20px
}


.bootstrap-datetimepicker-widget{

}

.bootstrap-datetimepicker-widget th,
.bootstrap-datetimepicker-widget td{
  /*background:green;*/
}

.datepicker{

}

.datepicker table {
  margin-bottom: 0;
  /*width: 200px!important;*/
}

.datepicker table thead>tr>th.prev, .datepicker table thead>tr>th.next {
  color: #00adbe
}

.datepicker table tbody>tr>td.today:before {
  border-bottom: 7px solid #00adbe
}

.datepicker table tbody>tr>td.active {
  background: #00adbe
}

.datepicker table tbody>tr>td.active.today:before {
  border-bottom: 7px solid #fff
}

.get_first_sale {
  margin-bottom: 20px
}

.get_first_sale a {
  display: inline;
  text-decoration: none !important;
  font-size: 18px;
  color: #2d2d2d !important;
  font-weight: 700
}

.get_first_sale a:hover {
  border-color: #fff
}

.article-wrapper {
  line-height: 170%
}

.article-wrapper p {
  line-height: 170%
}

.article-wrapper>ul li {
  padding-left: 10px;
  margin-bottom: 3px;
  position: relative;
}

.article-wrapper>ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  position: absolute;
  left: 0;
  border-radius: 4px;
  top: 12px;
  background: #2d2d2d
}

.settings-nav {
  margin-bottom: 35px
}

.settings-nav li {
  margin-right: 25px;
  margin-bottom: 10px
}

.settings-nav li a {
  font-size: 15px;
  color: #2d2d2d
}

.settings-nav li a:hover {
  text-decoration: none;
  color: #00717b
}

.settings-nav li a.active {
  color: #00717b;
  font-weight: 600
}

.pass {
  position: relative
}

.pass input {
  padding: 0 40px 0 20px
}

.add-field {
  line-height: 31px;
  display: inline-block;
  color: #2d2d2d !important;
  text-decoration: none !important
}

.add-field:hover span {
  border-bottom: none
}

.edit-field {
  margin-right: 20px
}

.new-fields-form {
  margin-bottom: 25px;
}

.container header .menu_close-button{
  cursor: pointer;
}

.smart {
  border-radius: 3px;
  width: 248px;
  -webkit-transition: .5s;
  transition: .5s;
  top: 55px;
  position: fixed;
  right: 20px
}

.smart .dropdown-smart {
  background: #fff;
  display: none;
  box-shadow: 0 2px 6px 0 rgba(178, 178, 178, 0.33)
}

.smart-header {
  background: #00adbe;
  box-shadow: 0 2px 6px 0 rgba(178, 178, 178, 0);
  color: #fff;
  font-weight: 600;
  width: 113px;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 18px;
  border-radius: 3px 3px 0 0;
  padding: 12px 15px 14px
}

.smart-header .cart {
  border-right: 1px solid #59cad5;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
  padding-right: 25px
}

.smart-header .cart .label-warning {
  background: #ff465e;
  border-radius: 8px;
  position: absolute;
  top: 7px;
  left: 13px;
  padding: .2em .6em .3em;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer
}

.smart-header .arrow {
  margin-top: 8px;
  width: 11px;
  cursor: pointer;
  height: 17px;
  display: inline-block;
  background: url('../img/images/smart-arrow.png') no-repeat 0 0
}

.smart-header>p {
  line-height: 30px;
  width: 0;
  -webkit-transition: .5s;
  transition: .5s;
  overflow: hidden
}

.smart .reserve {
  padding: 15px 15px;
  font-size: 13px;
  border-bottom: 1px solid #efefef
}

.smart .reserve .countdown {
  margin-left: 15px;
  width: auto;
  padding-left: 0;
  background: none;
  position: relative;
  top: -1px
}

.smart .reserve .countdown.is-countdown {
  border: none;
  color: #ff5f6a;
  font-size: 13px
}

.smart .reserve .countdown.is-countdown .countdown-section {
  width: auto;
  padding-top: 3px
}

.smart .reserve .countdown.is-countdown .countdown-section .countdown-period {
  display: inline-block;
  margin: 0 10px 0 5px
}

.smart .reserve .countdown.is-countdown .countdown-section .countdown-amount {
  font-size: 19px
}

.smart-cart {
  padding-top: 7px
}

.smart-cart .smart-products-wrap {
  overflow: auto
}

.smart-cart .smart-product td {
  padding: 7px 7px;
  vertical-align: top;
  position: relative
}

.smart-cart .smart-product td .title-product {
  margin-bottom: 6px
}

.smart-cart .smart-product td:first-child {
  width: 68px
}

.smart-cart .smart-product td a {
  font-size: 13px;
  line-height: 140%;
  color: #777;
  text-decoration: underline
}

.smart-cart .smart-product td a:hover {
  text-decoration: none
}

.smart-cart .smart-product td .title {
  text-decoration: none;
  color: #2d2d2d
}

.smart-cart .smart-product td .price {
  font-size: 13px;
  font-weight: 600;
  padding-right: 14px
}

.smart-cart .smart-product td .number {
  margin-right: 12px
}

.smart-cart .smart-product td .number .counter-button {
  width: 18px;
  height: 18px;
  background-size: 36px
}

.smart-cart .smart-product td .number .counter-button.arrow-right {
  background-position: -18px 0
}

.smart-cart .smart-product td .number input {
  width: 16px;
  font-size: 13px;
  padding: 0;
  height: 18px
}

.smart-cart .smart-product td .delete {
  position: absolute;
  bottom: 15px;
  display: inline-block;
  right: 10px;
  width: 12px;
  height: 14px;
  background: url('../img/images/delete.png') no-repeat
}

.smart-cart .final-cost {
  padding: 16px 12px 20px;
  font-size: 13px;
  border-top: 1px solid #efefef
}

.smart-cart .final-cost table {
  margin-bottom: 20px;
  color: #2d2d2d
}

.smart-cart .final-cost table th {
  font-weight: 700;
  vertical-align: bottom
}

.smart-cart .final-cost .btn-danger {
  max-width: 190px;
  margin: 0 auto;
  width: 100%;
  display: block
}

.smart-banner {
  border-radius: 0 0 3px 3px;
  overflow: hidden
}

.smart-banner img {
  display: block
}

.smart.open {
  -webkit-transition: .5s;
  transition: .5s
}

.smart.open .smart-header {
  width: 248px;
  -webkit-transition: .5s;
  transition: .5s;
  box-shadow: 0 2px 6px 0 rgba(178, 178, 178, 0.33)
}

.smart.open .smart-header .arrow {
  background-position: -11px 0
}

.smart.open .smart-header .cart {
  border-right: none;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.smart.open .smart-header>p {
  width: 100px;
  -webkit-transition: .5s;
  transition: .5s
}

.payment-block {
  padding-left: 80px;
  position: relative;
  margin-top: 30px
}

.payment-block>img {
  position: absolute;
  left: 0;
  top: -20px
}

.payment-block .payment-text {
  padding-left: 20px
}

.payment-form {
  max-width: 298px
}

.payment-form label {
  color: #ff5f69;
  font-size: 13px
}

.payment-form input {
  border-color: #ff5f69 !important;
  height: 36px
}

.payment-form .input-group-addon {
  background: #ff5f69;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  width: 50%
}

.payment-form .input-group-addon:hover {
  background: #ef525b
}

.row-special .form-group {
  float: left
}

.row-special .form-group label {
  font-size: 13px;
  color: #777;
  font-weight: 400;
  display: block;
  white-space: nowrap;
  margin-bottom: 5px
}

.row-special .form-group label.required-field:before {
  content: "*";
  color: #00adbe;
  margin-right: 3px
}

.row-special .form-group.sm-lc {
  margin-right: 0
}

.row-special .form-group:first-child {
  min-width: 300px;
  margin-right: 31px
}

.row-special .small-inp {
  max-width: 80px;
  float: left;
  margin-right: 31px
}

.form-margin30 .row-special .form-group:first-child {
  min-width: 293px
}

.form-margin30 .row-special .small-inp {
  max-width: 77px;
  float: left;
  margin-right: 31px
}

.padding-bottom20-bb {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc
}

.pad-top30 {
  padding-top: 30px
}

.black-text, .red-text, .gray-text {
  font-weight: 600
}

.navigation-tabs .nav-tabs .cart-button {
  display: none
}

.navigation-tabs .nav-tabs ul li {
  float: left;
  width: 16.66666%;
}

.navigation-tabs .nav-tabs ul li a {
  display: block;
  width: 100%;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #2d2d2d;
  text-transform: uppercase
}

.navigation-tabs .nav-tabs ul li a:hover {
  border-bottom: 2px solid #00adbe;
  color: #00adbe;
  text-decoration: none
}

.navigation-tabs .nav-tabs ul li a.active {
  border-bottom: 2px solid #00adbe;
  color: #00adbe
}

.breadcrumb {
  background: none;
  margin: 26px 0 24px;
  padding: 0
}

.breadcrumb li.active, .breadcrumb li {
  font-size: 14px;
  color: #2d2d2d
}

.breadcrumb li.active a, .breadcrumb li a {
  color: #777;
  text-decoration: underline
}

.breadcrumb li.active a:hover, .breadcrumb li a:hover {
  text-decoration: none
}

.shim {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1049;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  top: 0;
  left: 0;
}

.popup-window {
  padding: 27px 28px!important;
  width: 355px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 5px .25px rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  right: 0;
  top: 10%;
  z-index: 1050;
  display: none;
  margin: auto
}

.popup-window a.close-popup {
  display: block;
  width: 13px;
  height: 13px;
  background: url('../img/images/close-modal.png') 0 0 no-repeat;
  position: absolute;
  right: 12px;
  top: 12px
}

.popup-select-store .simple-form .list-market-block {
  padding-top: 10px;
  text-align: left;
}

.popup-select-store .simple-form .list-market-block .market-plus-list {
  margin-left: 0px;
}

.popup-select-store .simple-form .list-market-block .market-plus-list .list-market li {
  margin-bottom: 7px;
}

@media screen and (min-width: 551px) {
  .popup-window.popup-select-store {
    padding: 35px 35px !important;
    width: 390px;
  }

  .popup-select-store .cart-title {
    font-size: 26px;
  }

  .popup-select-store .simple-form .form-group .input-checkbox {
    font-size: 14px;
  }

  .popup-select-store .simple-form label {
    font-size: 14px;
  }

  .popup-select-store .simple-form .list-market-block .market-plus-list .list-market li {
    font-size: 14px;
  }
}

.rc-anchor-normal {
  max-width: 99% !important
}

.lock {
  overflow: hidden;
  position: relative
}

.popup-border-link {
  margin-top: 30px;
  text-decoration: underline;
  font-size: 13px;
}

.popup-border-link:hover {
  text-decoration: none
}

.header-login-link input[type="submit"] {
  margin-top: 20px
}

.input-file-group label {
  color: #00717b;
  text-decoration: underline;
  cursor: pointer;
  font-size: 15px
}

.input-file-group label:hover {
  text-decoration: none
}

.input-file-group label:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 17px;
  background: url('../img/icons/file-icon.png') 0 0 no-repeat;
  margin-bottom: -3px;
  margin-right: 10px
}

.input-file-group input {
  display: none
}

@media (max-width:1300px){
  .links-bg .delivery-links ul li a{
    font-size: 16px;
    line-height: 18px;
  }

  .links-bg .delivery-links ul li .delivery-links-number{
    width: 45px;
    height: 45px;
    font-size: 15px;
    padding: 13px;
  }

  .links-bg .delivery-links ul li a span {
    font-size: 13px;
    line-height: 18px;
  }
}

@media(min-width:1200px){
  .table .table-line .table-item {
    padding-right: 150px;
  }
}

@media screen and (min-width:992px) {
  .sidebar {
    display: block !important
  }
}

@media screen and (min-width:768px) {
  .modal-dialog {
    width: 100%
  }
}

@media screen and (max-width:1350px) {
  .container header .nav-section .nav-tabs .sidebar-cat2 {
    white-space: normal !important;
    padding: 8px 15px
  }
  .container .main-content .delivery .banner, .container .main-content .help .banner {
    margin-right: 0
  }
  .container .main-content .delivery .banner-small, .container .main-content .help .banner-small {
    margin-right: 0
  }

  .container header .header__top-menu .top-menu_center>li{
    padding-left: 15px;
  }

}

@media screen and (max-width:1325px) {
  .r-content-slider .bx-wrapper .bx-viewport .r-content__info, .r-content-slider .bx-wrapper .bx-viewport .slider-img {
    width: 100%;
    background-size: 100% !important
  }
  .r-content-slider .bx-wrapper .bx-viewport .info-text {
    min-height: 10px !important
  }
  .r-content-slider .bx-wrapper .bx-viewport .info-text p {
    max-width: 100%
  }
  .r-content-slider .bx-wrapper .bx-viewport .title {
    font-size: 18px
  }
  .r-content-slider .bx-wrapper .bx-viewport .r-content__info {
    padding: 12px 10px !important;
    min-height: auto
  }
  .r-content-slider .bx-wrapper .bx-pager {
    width: 100% !important;
    bottom: auto !important;
    top: 215px
  }
  .r-content-slider .bx-wrapper .bx-controls-direction>a {
    display: none
  }
  .rzv .r-content-slider .bx-viewport>ul>li>.slider-img {
    height: auto
  }
}

@media screen and (max-width:1299px) {
  .popular .slide .border-block__img img {
    height: 220px
  }
  .best .inner-block .border-block__img img {
    height: 205px
  }
}

@media screen and (max-width:1199px) {

  .table th[colspan="2"]+th {
    visibility: hidden
  }
  .table .table-line td.table-img {
    width: 90px
  }
  .table .table-line .table-item .number {
    position: relative;
    margin-bottom: 15px
  }
  .table .table-line .table-item .number input[type="text"] {
    height: 30px
  }
  .table .table-line .table-item .number .counter-button {
    width: 31px;
    height: 30px;
    background-size: cover
  }
  .table .table-line .table-item .number .counter-button.arrow-right {
    background-position: -30px 0
  }
  .table .table-line .table-buttons li:hover .tooltips {
    display: none
  }
  .cart-banner {
    margin: 0 auto 35px
  }
  .cart-delivery .delivery-method p {
    vertical-align: baseline
  }
  .cart-delivery .delivery-method p>a.more {
    float: none;
    margin-left: 17px;
    line-height: 18px
  }
  .cart-delivery .delivery-method .h5 {
    margin-top: 35px
  }
  .cart-delivery .delivery-discount {
    margin-left: 0;
    float: right
  }
  .cart-delivery .delivery-discount tr:first-child td {
    padding-top: 10px
  }
  .order-steps .table .order-form .row5 .cl-aftr {
    margin-left: 0
  }
  .popular .slide .border-block__img img {
    height: 197px
  }
  .best .inner-block .border-block__img img {
    height: 185px
  }
  .links-bg .delivery-links ul li {
    padding-left: 60px
  }
  .links-bg .delivery-links ul li .delivery-links-number {
    width: 40px;
    height: 40px;
    font-size: 22px;
    padding: 10px
  }
  .links-bg .delivery-links ul li a {
    font-size: 15px;
    line-height: normal
  }
  .links-bg .delivery-links ul li a span {
    display: block;
    font-size: 13px;
    font-family: 'ProximaNova-Reg', sans-serif;
    line-height: normal
  }
}

@media screen and (max-width:1155px) {
  .container .main-content .delivery .banner-small {
    margin-right: 0
  }
  .container header .header__navigation .nav-section>ul>li>a {
    font-size: 14px
  }
  .container header .header__search .search_buttons .button span.button-icon {
    margin-right: 5px
  }
  .popular .slide .border-block__img img {
    height: 150px
  }
  .best .inner-block .border-block__img img {
    height: 160px
  }
  .delivery section:last-child .heading {
    margin-top: 60px
  }
  .howto-wrap .section-title-tabs li.section-title {
    padding-right: 10px
  }
  .determine_size {
    float: left !important;
    margin-bottom: 10px
  }
  .determine_size:after {
    content: "";
    display: block;
    clear: both;
    height: 0
  }
}

@media (min-width:992px) and (max-width:1199px){
  .container header .header__search .search_buttons .wish{
    width: 65%;
  }
}

@media (min-width:992px) and (max-width:1024px){
  .container header .header__navigation .nav-section>ul>li>a{
    font-size: 13px;
  }
}

@media screen and (max-width:1100px) {
  .container .popular .popular_carousel .slide {
    padding: 15px
  }
  .container .popular .popular_carousel .slide .slide-heading p {
    font-size: 18px
  }
  .container .popular .popular_carousel .slide .slide_tags li {
    margin-right: 6px
  }
  .container .popular .popular_carousel .slide .slide_tags a {
    font-size: 13px
  }
  .popular .slide .border-block__img img {
    height: 180px
  }
  .best .inner-block .border-block__img img {
    height: 160px
  }
}

@media screen and (max-width:1045px) {
  .popular .slide .border-block__img img {
    height: 147px
  }
  .best .inner-block .border-block__img img {
    height: 143px
  }
}

@media screen and (max-width:1025px) {
  .popular .slide .border-block__img img {
    height: 139px
  }
  .best .inner-block .border-block__img img {
    height: 135px
  }
}

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

  .container header .header__top-menu .top-menu_right {
    display: none
  }
  .container header .header__navigation .info-dublicate {
    display: block;
    padding: 0;
    border-bottom: none;
    margin-top: 10px
  }
  .container header .header__navigation .info-dublicate ul {
    padding: 0;
    border-bottom: none
  }
  .container header .header__navigation .info-dublicate ul li {
    float: none;
    padding: 10px;
    min-height: 0
  }
  .container header .header__navigation .info-dublicate ul li a {
    line-height: normal;
    color: #2d2d2d;
    padding: 0
  }
  .container header .header__navigation .info-dublicate ul li a:active {
    background: none;
    color: #00adbe;
    text-decoration: none
  }
  .container header .header__navigation .info-dublicate ul li a:hover {
    background: none;
    color: #00adbe;
    text-decoration: none
  }

  .container header .header__navigation .enter-dublicate {
    display: block;
    background: #f6f6f6;
    border-bottom: 1px solid #c8c8c8;
    padding: 5px 10px
  }
  .container header .header__navigation .enter-dublicate li {
    display: inline-block;
    margin-right: 35px
  }
  .container header .header__navigation .enter-dublicate li a {
    text-decoration: underline;
    color: #777;
    font-size: 13px
  }

  .container header .header__top-menu .top-menu_left li{
    padding-right: 15px;
  }

  .mb75 {
    margin-bottom: 30px
  }
  .shops-content .breadcrumb {
    margin-top: 0
  }
  .bx-viewport {
    min-height: 220px
  }
  .menu-closed {
    display: none
  }
  .container header .header__top-menu {
    padding: 0 15px;
    min-height: 40px;
  }

  .container header .header__top-menu>ul{
    height: auto;
  }

  .container header .header__top-menu .top-menu_center {
    width: 100%!important;
    min-width: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  /* .container header .header__top-menu .top-menu_center li {
    padding-left: 15px
  } */
  .container header .header__top-menu .top-menu_center li .region-wrapper .glyphicon.glyphicon-map-marker {
    display: inline;
    color: #777
  }
  .container header .header__top-menu .top-menu_center li .region-wrapper .top-menu_region {
    display: none
  }
  /* .container header .header__top-menu .top-menu_center .contact-center .cc-popup {
    left: -17px
  } */
  .container header .header__top-menu .top-menu_center .region .r-popup {
    left: -8px
  }
  .container header .header__top-menu .top-menu_center .region .r-popup-chose {
    left: -20px
  }

  .container header .header__top-menu .top-menu_right {
    width: 20%;
    min-width: 0
  }
  .container header .header__top-menu .top-menu_right li {
    padding-left: 15px
  }
  .container header .header__search {
    padding: 0 16px
  }
  .container header .header__search .search_logo {
    float: none;
    width: 30%;
    margin: 0 auto;
    padding-top: 10px
  }
  .container header .header__search .search_form {
    width: 100%;
    float: none;
    padding: 0;
    padding-bottom: 20px
  }
  .container header .header__search .search_buttons {
    position: absolute;
    top: 35px;
    right: 16px;
    width: auto
  }
  .container header .header__search .search_buttons .button {
    width: 55px
  }
  .container header .header__search .search_buttons .button .button-icon_caption {
    display: none
  }
  .container header .header__search .menu-button {
    display: block;
    width: 42px;
    cursor: pointer;
    height: 31px;
    position: absolute;
    top: 70px;
    left: 17px;
    background: url(../img/icons/menu-sandwich.png) 0 0 no-repeat
  }
  .container header .main-menu-wrap {
    min-height: auto
  }
  .container header .menu_close-button {
    display: block;
    position: fixed;
    top: 20px;
    left: 315px;
    background: url(../img/icons/menu-close.png) 0 0 no-repeat;
    width: 26px;
    height: 26px;
    z-index: 99999999
  }
  .container header .menu-closed+.main-menu-wrap .menu_close-button {
    display: none
  }
  .container header .header__navigation {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 305px;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .container header .header__navigation .nav-category {
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    padding: 0
  }
  .container header .header__navigation .nav-category>ul {
    margin: 0;
    padding: 0
  }
  .container header .header__navigation .nav-category>ul li {
    float: none;
    display: block;
    text-align: left;
    padding: 10px
  }
  .container header .header__navigation .nav-category>ul li a {
    line-height: normal;
    color: #00adbe;
    padding: 0
  }
  .container header .header__navigation .nav-category>ul li a:active {
    color: #00717b
  }
  .container header .header__navigation .nav-category>ul li a.coral {
    color: #00adbe
  }
  .container header .header__navigation .nav-section {
    padding: 0;
    border-bottom: 1px solid #e4e4e4
  }
  .container header .header__navigation .nav-section>ul>li {
    float: none;
    min-height: 0;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
    display: block;
    width: 100%
  }
  .container header .header__navigation .nav-section>ul>li:active {
    background: #e4e4e4;
    color: #2d2d2d
  }
  .container header .header__navigation .nav-section>ul>li:hover {
    color: #2d2d2d
  }
  .container header .header__navigation .nav-section>ul>li:hover .menu-dropdown {
    display: none
  }
  .container header .header__navigation .nav-section>ul>li a {
    padding: 10px;
    display: block;
    background: none;
    line-height: normal;
    color: #2d2d2d;
    border-right: none;
    text-align: left;
    height: auto
  }
  .container header .header__navigation .nav-section>ul>li a:hover {
    background: none
  }
  .container header .header__navigation .nav-section>ul>li a:hover .menu-dropdown {
    color: #2d2d2d
  }
  .container header .header__navigation .nav-section>ul>li a+.accordeon-btn {
    position: absolute;
    top: 11px;
    right: 10px
  }
  .container header .header__navigation .nav-section>ul>li>.accordeon-btn {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s;
    transition: .25s;
    border-radius: 21px;
    background: url(../img/images/accordeon-arrow.png) center no-repeat, #dbdbdb
  }
  .container header .header__navigation .nav-section>ul>li.open>a {
    background: #e8e8e8
  }
  .container header .header__navigation .nav-section>ul>li.open>.accordeon-btn {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .25s;
    transition: .25s;
    background: url(../img/images/accordeon-arrow-black.png) center no-repeat, #fff
  }
  .container header .header__navigation .nav-section>ul>li .menu-dropdown .accordeon-btn {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s;
    transition: .25s;
    background: url(../img/images/accordeon-arrow-black.png) center no-repeat
  }
  .container header .header__navigation .nav-section>ul>li .menu-dropdown .open>a {
    background: #e8e8e8
  }
  .container header .header__navigation .nav-section>ul>li .menu-dropdown .open>.accordeon-btn {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .25s;
    transition: .25s;
    background: url(../img/images/accordeon-arrow-black.png) center no-repeat
  }
  .container header .header__navigation .nav-section .nav-tabs>li>a {
    font-weight: 600
  }
  .container header .header__navigation .nav-section .nav-tabs>li .menu-dropdown {
    display: none;
    position: static;
    padding: 0;
    -o-box-shadow: none;
    box-shadow: none;
    border: 0;
    width: 100%;
    margin: 0
  }
  .container header .header__navigation .nav-section .nav-tabs>li .menu-dropdown .row {
    margin: 0
  }
  .container header .header__navigation .nav-section .nav-tabs>li .menu-dropdown .dropdown-category {
    padding: 0
  }
  .container header .header__navigation .nav-section .nav-tabs>li .menu-dropdown .dropdown-category .menu-dropdown {
    padding-left: 41px
  }
  .container header .header__navigation .nav-section .nav-tabs>li .menu-dropdown .dropdown-category>li {
    position: relative
  }
  .container header .header__navigation .nav-section .nav-tabs>li .menu-dropdown .dropdown-category>li>a {
    padding: 10px 15px;
    padding-left: 25px;
    font-weight: 400;
    display: block;
    line-height: normal
  }
  .container header .header__navigation .nav-section .nav-tabs>li .menu-dropdown .dropdown-category>li>ul {
    display: none;
    margin-left: 0
  }
  .container header .header__navigation .nav-section .nav-tabs>li .menu-dropdown .dropdown-category>li>ul li {
    background: #fff;
    list-style-type: disc
  }
  .container header .header__navigation .nav-section .nav-tabs>li .menu-dropdown .dropdown-category>li>ul li:hover {
    color: #00717b
  }
  .container header .header__navigation .nav-section .nav-tabs>li .menu-dropdown .dropdown-category>li>ul li a {
    line-height: normal;
    padding: 10px 0
  }
  .container header .header__navigation .nav-section .nav-tabs>li .menu-dropdown .dropdown-category>li>ul li a:hover {
    color: #00717b
  }
  .container header .header__navigation .nav-section .nav-tabs>li .menu-dropdown .dropdown-category:first-child {
    margin-top: 10px
  }
  .container header .header__navigation .nav-section .nav-tabs>li .menu-dropdown .dropdown-brands, .container header .header__navigation .nav-section .nav-tabs>li .menu-dropdown .dropdown-commercial {
    display: none
  }
  .container header .sidebar-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99998;
    background: rgba(0, 0, 0, 0.5)
  }
  .container .main-content {
    padding: 0 15px
  }
  .container .main-content .common-heading {
    margin-top: 40px
  }
  .container .main-content .popular .slide .border-block__img img {
    height: 230px
  }
  .container .main-content .popular .popular_carousel .slide .slide-heading p {
    font-size: 16px
  }
  .container .main-content .popular .popular_carousel .slide .slide_tags li {
    margin-right: 11px
  }
  .container .main-content .popular .popular_carousel .slide .slide_tags li:last-child {
    margin-right: 0
  }
  .container .main-content .popular .popular_carousel .slide .slide_tags a {
    font-size: 14px
  }
  .container .main-content .beneficial .banner, .container .main-content .beneficial .banner-small {
    max-width: 297px
  }
  .container .main-content .beneficial .banner-small {
    margin-bottom: 15px
  }
  .container .main-content .delivery {
    padding: 0;
    margin-top: 60px
  }
  .container .main-content .delivery .banner.delivery-fix {
    min-height: 0
  }
  .container .main-content .delivery .heading {
    display: none
  }
  .container .main-content .delivery .banner, .container .main-content .delivery .banner-small {
    max-width: 297px
  }
  .container .main-content .delivery .banner-small {
    margin-bottom: 17px
  }
  .container .main-content .links-bg .delivery-links ul li {
    padding-left: 70px
  }
  .container .main-content .links-bg .delivery-links ul li .delivery-links-number {
    width: 50px;
    height: 50px;
    font-size: 28px;
    padding: 15px
  }
  .container .main-content .links-bg .delivery-links ul li a {
    font-size: 18px;
    line-height: normal
  }
  .container .main-content .links-bg .delivery-links ul li a span {
    font-size: 15px;
    line-height: normal
  }
  .container .main-content .about .heading, .container .main-content .beneficial .heading {
    margin-top: 40px
  }
  .container .main-content .best .inner-block .border-block__img img {
    height: 230px
  }
  .container .main-content .best>.heading {
    margin-top: 40px
  }
  .container .main-content .special .banner-small {
    margin-bottom: 13px
  }
  .container .main-content .help {
    margin-top: 40px
  }
  .container .main-content .help .heading {
    display: none
  }
  .container .main-content .help .self {
    display: none
  }
  .container .main-content .help .self-small {
    display: block
  }
  .container .main-content .help .banner {
    float: left
  }
  .container .main-content .help .banner-small:last-child {
    margin-right: 0
  }
  .container footer .footer-top {
    padding: 100px 15px 0
  }
  .container footer .footer-top .footer_social-buttons {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #c8c8c8
  }
  .container footer .footer-top .footer__contacts>.row {
    border-left: 0;
    margin-top: 0;
    margin-bottom: 40px
  }
  .container footer .footer-top .footer__contacts .footer-heading {
    padding-top: 20px;
    margin-top: 0
  }
  .container footer .footer-top .footer__contacts .footer-payments ul li {
    margin-right: 13px
  }
  .container footer .footer-top .footer__nav ul {
    padding-right: 0
  }
  .container footer .footer-bottom {
    padding: 20px 15px 30px
  }
  .container footer .footer-bottom .footer__info {
    padding-right: 20px
  }

  .l-menu-wrap>div.sidebar {
    width: 100%;
    position: relative;
    padding: 0;
    float: none
  }
  .l-menu-wrap>div.sidebar ul>li>ul {
    display: none
  }
  .l-menu-wrap>div.sidebar ul>li>ul.sidebar-menu__submenu {
    display: block;
  }
  .l-menu-wrap>div.sidebar ul>li>ul>li .dropdown-all-category {
    display: block
  }
  .l-menu-wrap>div.sidebar ul>li>ul>li .all-category {
    display: none
  }
  .l-menu-wrap>div.r-content {
    padding-left: 0
  }
  .l-menu-wrap>div.r-content .content-wrapper {
    margin-left: 0
  }
  .filters-title, .l-menu-wrap .page-title {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin-bottom: 0;
    text-align: center;
    font-family: 'ProximaNova-Light';
    padding: 13px 10px
  }
  .filters-title.open, .l-menu-wrap .page-title.open {
    border-radius: 4px 4px 0 0
  }
  .l-menu-wrap .page-title {
    padding: 7px 10px;
    margin-bottom: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
  }
  .l-menu-wrap .page-title.open {
    box-shadow: none
  }
  .page-title+.sidebar+.r-content, .selected-filters {
    margin-top: 20px
  }
  .page-title span {
    position: relative;
    padding-left: 55px
  }
  .page-title span:before {
    content: "";
    left: 0;
    top: 2px;
    width: 36px;
    height: 26px;
    position: absolute;
    display: inline-block;
    background: url(../img/images/page-title.png) no-repeat left top
  }
  .filters-title {
    font-size: 20px;
    margin-top: 20px
  }
  .sidebar {
    display: none
  }
  .sidebar .sidebar-menu {
    margin-bottom: 22px
  }
  .sidebar .sidebar-menu .accordeon-btn {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s;
    transition: .25s;
    background: url(../img/images/accordeon-arrow-black.png) center no-repeat
  }
  .sidebar .sidebar-menu .open>.accordeon-btn {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .25s;
    transition: .25s;
    background: url(../img/images/accordeon-arrow-black.png) center no-repeat
  }

  .sidebar .sidebar-menu .accordeon-btn-cust {
    width: 21px;
    height: 21px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s;
    transition: .25s;
    background: url(../img/images/accordeon-arrow-black.png) center no-repeat;
  }

  .sidebar .sidebar-menu .open>.accordeon-btn-cust {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .25s;
    transition: .25s;
    background: url(../img/images/accordeon-arrow-black.png) center no-repeat
  }

  .sidebar>ul {
    border: 1px solid #dadada;
    border-radius: 0 0 4px 4px;
    border-top: none;
    padding: 20px
  }
  .color-filter li, .size-filter li {
    width: auto;
    margin-right: 12px;
    margin-bottom: 0;
    margin-top: 0
  }
  .border-btn {
    max-width: 100%
  }
  .l-menu-wrap>div.sidebar {
    margin-bottom: 2px
  }
  .filters {
    margin-bottom: 0
  }
  .filters .filters-block:first-child {
    border-top: none
  }
  .cart-main-content {
    padding: 0 15px
  }
  .cart-main-content .cart-body {
    margin: 0 -15px
  }
  .testblock {
    width: 14px
  }
  .navigation-tabs {
    margin-bottom: 20px
  }
  .navigation-tabs .breadcrumb {
    display: none
  }
  .navigation-tabs .nav-tabs {
    border: none;
    margin-top: 20px
  }
  .navigation-tabs .nav-tabs .cart-button {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    text-align: center;
    font-family: 'ProximaNova-Light';
    padding: 13px 10px;
    display: block;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.12)
  }
  .navigation-tabs .nav-tabs .cart-button a:hover, .navigation-tabs .nav-tabs .cart-button a:active {
    text-decoration: none
  }
  .navigation-tabs .nav-tabs .cart-button span {
    font-size: 26px;
    position: relative;
    padding-left: 55px;
    text-decoration: none;
    color: #2d2d2d
  }
  .navigation-tabs .nav-tabs .cart-button span:after {
    content: "";
    left: 0;
    top: 3px;
    width: 36px;
    height: 26px;
    position: absolute;
    display: inline-block;
    background: url('../img/images/page-title.png') no-repeat left top
  }
  .navigation-tabs .nav-tabs .cart-button:hover, .navigation-tabs .nav-tabs .cart-button:active {
    text-decoration: none
  }
  .navigation-tabs .nav-tabs ul.cart-mobile-menu {
    display: none;
    width: 100%
  }
  .navigation-tabs .nav-tabs ul.cart-mobile-menu li {
    display: block;
    float: none;
    width: 100%;
    border-bottom: 1px solid #f6f6f6
  }
  .navigation-tabs .nav-tabs ul.cart-mobile-menu li:hover {
    border-bottom: 1px solid #e4e4e4
  }
  .navigation-tabs .nav-tabs ul.cart-mobile-menu li a {
    border: none
  }
  .navigation-tabs .nav-tabs ul.cart-mobile-menu li a.active {
    display: none
  }
  .navigation-tabs .nav-tabs ul.cart-mobile-menu li a:hover {
    border: none
  }
  .cart-header .heading {
    display: none
  }
  .cart-body .cart-summary-block {
    margin-top: 20px;
    margin-right: 14px
  }
  .cart-body .cart-banner {
    display: block;
    max-width: 585px;
    margin: 0 auto 35px
  }
  .product-card__info>div {
    margin: 0 0 0 50%
  }
  .product-card__info .parametrs-block .form-group {
    margin-bottom: 10px
  }
  .product-list .bx-viewport {
    height: auto !important
  }
  .product-card__delivery {
    clear: both;
    width: 100%;
    position: relative;
    margin-left: 0;
    float: none;
    border-left: none;
    padding-left: 0;
    overflow: hidden
  }
  .product-card__delivery .total_cost {
    border-top: 1px solid #e5e5e5
  }
  .product-card__delivery .product-card__price {
    border-left: 1px solid #e5e5e5
  }
  .product-card__delivery .tab-content .border-b-block {
    border: none
  }
  .product-card__delivery .row>div {
    padding: 0 30px
  }
  .product-card__sliders {
    width: 50%;
    margin-bottom: 30px;
    margin-right: -50%
  }
  .sidebar .size-filter li, .sidebar .color-filter li {
    width: auto;
    margin: 0
  }
  .order-main-content {
    padding: 0 15px
  }
  .order-main-content .order-step1 .table, .order-main-content .order-step2 .table, .order-main-content .order-step3 .table {
    padding: 15px 25px
  }
  .order-main-content .cart-title {
    margin: 20px
  }
  .order-main-content .breadcrumb {
    display: none
  }
  .order-main-content .order-step1 .table .table-item {
    display: block;
    padding: 10px;
    border-bottom: 0
  }
  .order-main-content .order-step1 .table .item-count {
    display: block;
    padding: 5px 10px;
    border-bottom: 0
  }
  .order-main-content .order-step1 .table .item-count p {
    font-size: 13px
  }
  .order-main-content .order-step1 .table .table-price {
    display: block;
    padding: 5px 10px;
    border-bottom: 0
  }
  .order-main-content .order-step1 .table .table-price * {
    float: left
  }
  .order-main-content .order-step1 .table .table-price .discount {
    margin-left: 10px;
    margin-top: 0 !important
  }
  .order-main-content .order-step2 .table .cl-aftr {
    margin-top: 15px
  }
  .order-main-content .order-step2 .order-form .medium-inp {
    width: 100%
  }
  .order-main-content .order-steps .table .pay .pay-methods ul li {
    margin-right: 0
  }
  .cart-body {
    margin: 0
  }
  .r-content__info .flag {
    top: 0
  }
  .r-content-slider .bx-wrapper .bx-viewport {
    margin-bottom: 25px
  }
  .accordeon-hidden {
    margin-top: 15px
  }
  .filters .filters-block .form-group {
    margin-bottom: 0
  }
  .product-card.popup-block {
    display: none !important
  }
  .dropdown-category {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
  }
  .detail>.table .order-item-info {
    width: 100%;
    position: static
  }
  .detail>.table .order-item-info tr>td:first-child {
    width: 20%
  }
  .detail>.table .table-line {
    border-top: 1px solid #e5e5e5
  }
  .detail>.table .table-line:first-child {
    border-top: 0
  }
  .detail>.table .table-line:last-child {
    border-top: 0
  }
  .detail>.table .table-line .table-item .ord-item-price {
    display: block
  }
  .newspaper-img {
    margin: 30px auto
  }
  .howto-wrap .section-title-tabs li.section-title {
    display: block;
    padding: 0;
    margin: 0;
    text-align: center
  }
  .howto-wrap .section-title-tabs li.section-title a {
    min-height: auto;
    padding: 10px 20px;
    position: relative;
    display: inline-block
  }
  .howto-wrap .section-title-tabs li.section-title a:after {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%
  }
  .brnd-content .breadcrumb {
    margin-top: 0
  }
  .brand-section p {
    display: block;
    margin-bottom: 10px;
    float: none
  }
  .brand-section ul {
    margin: 0
  }
  .r-content {
    margin-top: 15px
  }
  section.main-content.bonus-content {
    padding-top: 0 !important
  }
  .heroes-content {
    padding: 15px
  }
  .map-scroll-wrap .map-scroll {
    float: none
  }
  .map-scroll-wrap .map-scroll .map {
    height: auto;
    margin: 0;
    margin-bottom: 30px
  }
  .map-scroll-wrap .map-list {
    margin: auto;
    float: none
  }

  .product-card-popup .modal-dialog{
    padding: 0 15px;
  }
}

@media screen and (max-width:860px) {
  .container .main-content .links-bg .delivery-links ul li {
    padding-left: 60px;
    padding-top: 8%
  }
  .container .main-content .links-bg .delivery-links ul li .delivery-links-number {
    width: 40px;
    height: 40px;
    font-size: 22px;
    padding: 10px
  }
  .container .main-content .links-bg .delivery-links ul li a {
    font-size: 14px
  }
  .container .main-content .links-bg .delivery-links ul li a span {
    font-size: 12px
  }
  .container .main-content .links-bg .delivery-links ul li:nth-child(2) {
    padding-top: 5%
  }
}

@media screen and (max-width:767px) {

  .l-menu-wrap > div{
    float: none;
  }

  .cost-from {
    margin-bottom: 10px
  }

  .container .main-content .beneficial .banner{
    margin: 0 auto 20px;
  }

  .page-title.shop-title{
    height: auto;
    box-shadow: none;
    padding: 3px 0 3px 0;
    font-size: 21px;
    line-height: 24px;
  }

  .page-404 {
    padding: 30px 10px 25px;
  }

  .page-404 .heading-404{
    line-height: 28px;
  }

  .page-404 img{
    margin: 20px auto 20px;
  }

  .page-404 .logo-404{
    margin: 10px auto 10px;
  }

  .table .table-line .table-item .number{
    padding-right: 15px;
  }

  .container header .header__top-menu .top-menu_center .region{
    width: 100%;
    text-align: center;
  }

  .container header .header__top-menu .top-menu_center{
    float: none;
    padding-bottom: 5px;
  }

  .container header .header__top-menu .top-menu_center>li{
    min-height: 25px;
    line-height: 25px;
  }

  .container header .header__search .menu-button{
    top: 84px;
  }

  .container header .header__search .search_buttons{
    top: 82px;
  }

  .container header .header__search .search_buttons .button{
    margin-top: 0;
    width: 40px;
    margin-left: 10px;
  }

  .container header .header__search .search_buttons .button:first-child{
    margin-left: 0;
  }

  /*.container header .header__top-menu .top-menu_center .region a{*/
    /*display: none;*/
  /*}*/

  .navigation-tabs .nav-tabs .cart-button{
    text-align: left;
    padding: 5px 10px;
  }

  .navigation-tabs .nav-tabs .cart-button span{
    font-size: 18px;
    padding-left: 35px;
  }

  .navigation-tabs .nav-tabs .cart-button span:after{
    width: 22px;
    height: 19px;
    background-size: contain;
    background-position: center;
    top: 2px;
  }

  .lock{
    overflow-y: auto;
  }

  .popup-window{
    top: 30px;
  }

  .table-column:first-child,
  .table-column:last-child{
    width: 100%;
    float: none;
  }

  .table-column:last-child{
    padding: 8px;
  }

  .smart{
    display: none!important;
  }

  .container header .header__navigation .nav-section .nav-tabs>li .menu-dropdown .dropdown-category>li>a{
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
  }

  .container header .header__navigation .nav-section .nav-tabs>li .menu-dropdown .dropdown-category>li>ul{
    margin-left: 45px;
    list-style: none;
  }

  .container header .header__navigation .nav-section .nav-tabs>li .menu-dropdown .dropdown-category>li>ul{
    list-style: none;
  }

  .container header .header__navigation .nav-section>ul>li .menu-dropdown .open a{
    background: #ffffff!important;
  }


  .card-description .nav-tabs li{
    padding: 5px 10px;
    margin: 0 0 15px 0;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e5e5e5;
  }

  .card-description .nav-tabs li.active:hover,
  .card-description .nav-tabs li.active{
    border: 2px solid #00adbe !important;
  }

  .card-description .nav-tabs li.active:hover>a,
  .card-description .nav-tabs li.active>a {
    color: #1c1c1c;
    border-bottom: none !important;
  }


  .shop-description .one-row{
    display: block;
    white-space: pre-wrap!important;
  }

  .shop-description>p .weekend{
    margin-left: 0;
  }

  .container header .header__top-menu {
    padding: 0 10px
  }
  .container header .header__top-menu .top-menu_center {
    width: 100%
  }
  /* .container header .header__top-menu .top-menu_center li {
    padding: 0 10px 0 0
  } */

  .container header .header__top-menu .top-menu_center .chosen-choices{
    height: 37px;
    line-height: 37px;
  }

  .container header .header__top-menu .top-menu_center .chosen-choices li{
    display: none;
  }

  .container header .header__top-menu .top-menu_center .chosen-choices .search-choice {
    margin: 7px 0 7px 10px;
    display: block;
  }
  .container header .header__top-menu .top-menu_center .region {
    padding: 0
  }
  .container header .header__top-menu .top-menu_center .region span {
    margin-left: 0
  }
  .container header .header__top-menu .top-menu_center .region span.glyphicon-chevron-down {
    margin-left: 8px
  }
  .container header .header__top-menu .top-menu_center .cc-popup {
    left: -15px
  }
  .container header .header__top-menu .top-menu_center .r-popup, .container header .header__top-menu .top-menu_center .r-popup-chose {
    left: -23px
  }
  .container header .menu_close-button {
    left: 275px
  }
  .container header .header__navigation {
    width: 265px;
    max-height: 100%
  }
  .container header .header__navigation .nav-category ul li a, .container header .header__navigation .nav-section ul li a {
    font-size: 14px
  }
  .container header .header__navigation .nav-category ul li a:hover, .container header .header__navigation .nav-section ul li a:hover {
    color: #2d2d2d
  }
  .container header .header__navigation .nav-category ul {
    width: auto
  }
  .container .main-content {
	margin-top: 15px !important;
  }

  .main-slider {
    margin-bottom: 40px;
   }

  .container .main-content .popular .bx-controls-direction {
    top: 16px
  }
  .container .main-content .popular .bx-controls-direction a {
    top: -50px
  }
  .container .main-content .popular .common-heading {
    margin-top: 20px
  }
  .container .main-content .best .border-block {
    width: 300px;
    margin: 0 auto 25px
  }
  .container .main-content .special .banner {
    margin: 7px auto;
    max-width: 300px
  }
  .container .main-content .delivery {
    display: none
  }
  .container .main-content .help .self-small {
    display: none
  }
  .container .main-content .help .banner-small {
    max-width: 0
  }
  .container .main-content .common-heading.spec-heading {
    margin: 40px 0 8px
  }
  .container footer .footer-top .footer__nav {
    padding: 20px 0
  }
  .container footer .footer-top .footer__nav .nav-item:nth-child(2n+1) {
    clear: both
  }
  .container footer .footer-top .footer__nav .footer-heading {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 15px
  }
  .container footer .footer-top .footer__nav .nav-item {
    min-height: 220px
  }
  .sets .r-content-slider .bx-wrapper .bx-viewport .r-content__info {
    min-height: auto;
    height: auto;
    overflow-y: auto
  }
  .banners-block {
    margin-bottom: 20px !important
  }
  .catalog-filter {
    margin-bottom: 10px
  }
  .cart .cart-delivery .delivery-discount {
    margin-top: 10px;
    width: 100%;
    float: none
  }
  .cart .cart-delivery .delivery-discount table {
    width: 100%
  }
  .cart .cart-delivery .delivery-discount table .delivery-discount-label {
    width: 70%
  }
  .cart .cart-delivery .delivery-discount table .delivery-discount-value {
    width: 20%
  }
  .cart .cart-delivery .delivery-discount table .delivery-discount-value p {
    white-space: nowrap
  }
  .cart .cart-delivery .delivery-discount table .bonus-block {
    white-space: nowrap
  }
  .cart .cart-delivery .delivery-discount table .bonus-block .bonus {
    margin-left: 0;
    margin-left: 10px
  }
  .cart .cart-delivery .delivery-discount table .bonus-block .bonus-amount {
    float: left
  }
  .cart .cart-delivery .delivery-discount .summary-row .summary-amount {
    float: right
  }
  .cart .cart-delivery .radio .alert p.alert-text:before {
    top: 25px;
    left: 15px
  }
  .cart .cart-delivery .delivery-buts {
    border-top: none;
    margin-top: 0
  }
  .cart .cart-foot {
    padding: 0
  }
  .column {
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0
  }
  .product-card__info>div {
    margin: 0
  }
  .product-card__delivery {
    width: 100%;
    position: relative;
    margin-left: 0;
    float: none;
    border-left: none;
    padding-left: 0;
    overflow: hidden
  }
  .product-card__sliders {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    padding-right: 0
  }
  .fotorama__stage {
    margin-bottom: 20px
  }
  .footer__nav>div:nth-child(2n+1) {
    clear: both
  }
  .selected-filters .row li {
    padding: 0;
    margin-right: 10px
  }
  .selected-filters .row li:first-child{
    width: 100%;
    float: none;
    clear: both;
  }


  .banners-block>.row>div, .r-content-slider .bx-wrapper .bx-viewport {
    margin-bottom: 20px
  }
  .age-wrapper .row {
    text-align: center
  }
  .age-wrapper .row li {
    float: none;
    padding: 0 1%;
    display: inline-block;
    width: 30%;
    vertical-align: top
  }
  .cart-title {
    margin-bottom: 10px
  }
  .stars-wrap {
    border-bottom: none
  }
  .fotorama__wrap {
    margin: 0 auto
  }
  .order-confirm-content {
    padding: 0 10px
  }
  .order-confirm-content .page-title {
    margin-top: 15px
  }
  .order-confirm-content .order-confirm-wrap .confirm-table {
    padding: 15px 0 25px !important
  }
  .order-confirm-content .order-confirm-wrap .confirm-table table tr td {
    line-height: normal;
    padding-top: 10px
  }
  .order-confirm-content .order-confirm-wrap .btn {
    max-width: 100%;
    width: 100% !important
  }
  .seasons-content {
    padding: 0 15px
  }
  .seasons-content .page-title {
    margin-top: 15px
  }
  .seasons-content .seasons-block .seasons-category-img {
    height: 199px
  }
  .seasons-content .seasons-block .seasons-category {
    padding-bottom: 15px
  }
  .heroes-content {
    padding: 0 15px
  }
  .heroes-content .page-title {
    margin-top: 15px
  }
  .heroes-content .hero-banner {
    text-align: center
  }
  .comment-form-wrap .comment-form form {
    max-width: 100%
  }
  .comment-form .wrap-form {
    position: relative;
    display: inline-block;
    margin-top: 15px
  }
  .ord-heading {
    display: none
  }
  .orders-list .orders-list-row {
    position: relative;
    margin: 0 -10px
  }
  .orders-list .orders-list-row .order-number, .orders-list .orders-list-row .order-status, .orders-list .orders-list-row .order-price {
    display: block;
    width: 100%;
    padding: 0 10px;
    margin: 0;
    margin-bottom: 5px
  }
  .orders-list .orders-list-row .order-number .xs-caption, .orders-list .orders-list-row .order-status .xs-caption, .orders-list .orders-list-row .order-price .xs-caption, .orders-list .orders-list-row .order-number .xs-caption, .orders-list .orders-list-row .order-status .xs-caption, .orders-list .orders-list-row .order-price .xs-caption {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    text-transform: none;
    color: #777;
    margin-right: 10px;
    font-weight: 500
  }
  .orders-list .orders-list-row .order-number {
    margin-bottom: 10px
  }
  .orders-list .orders-list-row .order-price {
    margin-bottom: 0
  }
  .orders-list .orders-list-row .order-chevron {
    display: block;
    position: absolute;
    top: 42px;
    right: 0
  }
  .orders-list .orders-list-row .order-chevron .more-chevron {
    width: 10px;
    height: 17px;
    background: url('../img/icons/320-chevron-closed.png') 0 0 no-repeat
  }
  .orders-list .orders-list-row .order-chevron:hover .more-chevron {
    background: url('../img/icons/320-chevron-closed.png') no-repeat
  }
  .orders-list .orders-list-row.active .xs-caption {
    color: #fff
  }
  .orders-list .orders-list-row.active .order-number {
    color: #fff;
    font-size: 18px;
    font-weight: 600
  }
  .orders-list .orders-list-row.active .order-status {
    color: #fff
  }
  .orders-list .orders-list-row.active .order-status .xs-caption {
    background: none;
    color: #fff
  }
  .orders-list .orders-list-row.active .order-price {
    color: #fff
  }
  .orders-list .orders-list-row.active .order-chevron {
    color: #fff
  }
  .orders-list .orders-list-row.active .order-chevron .more-chevron {
    background: url('../img/icons/320-chevron-open.png') no-repeat;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
  }
  .orders-list .orders-list-row.active .order-chevron:hover .more-chevron {
    background: url('../img/icons/320-chevron-open.png') no-repeat
  }
  .detail .order-item-info tr>td {
    display: block
  }
  .detail .order-item-info tr>td:first-child {
    width: 100% !important;
    line-height: normal
  }
  .detail .order-item-info tr>td:last-child {
    margin-bottom: 5px
  }
  .selected-filters .row {
    margin: 0;
    list-style: none;
  }
  .product-card__delivery .row>div {
    padding: 0 15px
  }
  .hover-title-block:nth-child(2n+1), .shares-block:nth-child(2n+1) {
    clear: both
  }
  .hover-title-block:nth-child(3n+1), .shares-block:nth-child(3n+1) {
    clear: none
  }
  .hover-title-block, .shares-block, .hover-title-block:nth-child(3), .shares-block:nth-child(3) {
    margin-top: 40px
  }
  .grid-sizer, .grid-item {
    width: 100%
  }
  .section-title {
    margin-bottom: 15px;
    font-size: 20px
  }
  .card-description {
    margin-bottom: 20px
  }
  .tasting-card .tasting-card__sliders .fotorama__stage {
    margin-bottom: 60px
  }
  .content-wrapper .questions-form-wrapper {
    padding: 0 0 40px
  }
  .content-wrapper .questions-wrapper {
    margin: 25px 0
  }
  .content-wrapper .questions-wrapper+.paginaton-wrap {
    text-align: center
  }
  .content-wrapper .seo-text.text-wrap {
    margin-top: 30px
  }
  .advantage-item .round-img.fl {
    margin: 0 10% 15px;
    float: none !important;
    max-width: 178px
  }
  .advantage-item .advantage-post {
    padding-left: 0 !important
  }
  .paymnt-content .payment-block img {
    top: -10px;
    left: 10px;
    width: 40px;
    height: 40px
  }

  .l-menu-wrap .page-title{
    text-align: left;
    padding: 3px 5px 3px 10px;
    font-size: 18px;
    line-height: 24px;
    height: 33px;
  }
  .page-title span{
    padding-left: 35px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
  }
  .page-title span:before{
    width: 22px;
    height: 19px;
    background-size: contain;
    background-position: center;
  }

}

@media screen and (max-width:670px) {
  .r-content-slider .bx-wrapper .bx-viewport .slider-img {
    background-size: auto !important
  }
}

@media screen and (max-width:600px) {
  .container header .header__search .search_form .input-group-btn>.btn-default {
    width: 40px;
  }
  .container header .header__search .search_form .form-control {
    border-radius: 3px;
  }
  .container header .header__search .search_form .input-group {
    display: flex;
  }
  .container header .header__search .search_form .input-group-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
  }

  .shop-description .h-green,
  .shop-description .h-blue{
    width: 100%;
    float: none;
    padding-right: 0;
  }

  .container .main-slider .bx-wrapper .bx-viewport {
    min-height: auto;
  }
  .container .main-slider .bx-wrapper .bx-controls .bx-pager {
    bottom: -23px;
  }
  .container .main-content .popular .bx-controls-direction {
    top: 26px
  }
  .container .main-content .popular .common-heading {
    margin-top: 0
  }
  .h2 {
    font-size: 20px
  }
  .h3 {
    font-size: 16px
  }
  .common-heading {
    margin: 38px 0 18px
  }

  .container header .header__search .search_form .input-group-btn>.btn-default{
    height: 33px;
  }

  .container header .header__search .search_form .input-group-btn .btn{
    padding: 0;
  }

  .container header .header__search {
    margin-top: 0
  }
  .container header .header__search .search_logo {
    width: 109px
  }
  .container header .header__search .search_logo img {
    width: 100%
  }
  .container header .header__search .search_form input, .container header .header__search .search_form button {
    font-size: 13px;
    height: 33px
  }

  .container header .header__search .search_form .dropdown-toggle {
    display: none
  }
  .container header .header__search .search_buttons {
    top: 66px;
    right: 15px
  }
  .container header .header__search .search_buttons .button {
    width: 37px;
    min-height: 26px;
    margin-top: 8px
  }
  .container header .header__search .search_buttons .button .button-icon {
    width: 27px;
    margin-right: 0;
    margin-left: 10px;
    background-size: 190px
  }
  .container header .header__search .search_buttons .button.compare .button-icon {
    background-position: 2px 1px
  }
  .container header .header__search .search_buttons .button.compare .button-icon:hover, .container header .header__search .search_buttons .button.compare .button-icon:active {
    background-size: 190px;
    background-position: 2px -36px
  }
  .container header .header__search .search_buttons .button.wish .button-icon {
    background-position: -37px 1px
  }
  .container header .header__search .search_buttons .button.wish .button-icon:hover, .container header .header__search .search_buttons .button.wish .button-icon:active {
    background-size: 190px;
    background-position: -37px -36px
  }
  .container header .header__search .search_buttons .button.cart .button-icon {
    background-position: -83px 1px
  }
  .container header .header__search .search_buttons .button.cart .button-icon:hover, .container header .header__search .search_buttons .button.cart .button-icon:active {
    background-size: 190px;
    background-position: -83px -36px
  }

  .container header .header__search .search_buttons .button.compare:hover .button-icon{
    background: url(../img/icons/icons-index.svg) 2px -36px no-repeat;
    background-size: 190px;
  }
  .container header .header__search .search_buttons .button.wish:hover .button-icon{
    background: url(../img/icons/icons-index.svg) -37px -36px no-repeat;
    background-size: 190px;
  }
  .container header .header__search .search_buttons .button.cart:hover .button-icon{
    background: url(../img/icons/icons-index.svg) -83px -36px no-repeat;
    background-size: 190px;
  }


  .container header .header__search .search_buttons .label-warning {
    font-size: 11px;
    top: 7px;
    left: 22px;
    padding: .1em .4em .2em
  }
  .container header .header__search .menu-button {
    width: 28px;
    height: 21px;
    top: 77px;
    background-size: cover
  }
  .container header .r-popup {
    width: 320px !important;
    left: -240px !important
  }
  .container header .r-popup:before {
    left: 270px !important
  }
  .container header .r-popup-chose {
    width: 320px !important;
    left: -240px !important
  }
  .container header .r-popup-chose:before {
    left: 273px !important
  }
  .container .main-content .delivery {
    display: none
  }
  .container .main-content .best .slide-outer {
    width: 300px;
    margin: 0 auto
  }
  .container .main-content .special .banner-small {
    margin: 10px auto
  }
  .container .main-content .about {
    display: none
  }
  .container .main-content .help {
    display: none
  }
  .container footer .footer-top .footer__nav {
    border-bottom: 1px solid #c8c8c8
  }
  .container footer .footer-top .footer_social-buttons {
    padding: 20px 0;
    border-bottom: 1px solid #c8c8c8
  }
  .container footer .footer-top .footer_social-buttons .social-buttons {
    margin-bottom: 20px
  }
  .container footer .footer-top .footer__contacts ul {
    width: 49%;
    display: inline-block
  }
  .container footer .footer-top .footer__contacts .footer-payments {
    width: 100%
  }
  .container footer .footer-top .footer__contacts .footer-payments ul {
    width: 100%;
    display: block
  }
  .container footer .footer-top .footer__contacts .footer-payments ul li {
    display: inline-block;
    margin-right: 3px
  }
  .container footer .footer-bottom {
    padding: 20px 15px
  }
  .container footer .footer-bottom .footer__development p {
    display: inline
  }
  .cart .cart-header .booking {
    margin-bottom: 5px
  }
  .cart .cart-body .table {
    margin-top: 0
  }
  .cart .cart-body .table thead {
    border-bottom: 1px solid #2d2d2d
  }
  .cart .cart-body .table thead th:not([colspan="2"]) {
    display: none
  }
  .cart .cart-body .table tbody tr {
    display: block;
    position: relative
  }
  .cart .cart-body .table tbody td {
    display: block;
    margin-left: 90px;
    margin-right: 40px;
    border: none;
    width: 100%
  }
  .cart .cart-body .table tbody .table-line {
    width: 100%;
    padding-bottom: 20px
  }
  .cart .cart-body .table tbody .table-line:after {
    content: "";
    display: block;
    height: 0;
    clear: both
  }
  .cart .cart-body .table tbody .table-line .table-item {
    width: auto;
    margin-right: 0
  }
  .cart .cart-body .table tbody .table-line .table-item .product-name {
    margin-right: 40px;
    display: inline-block;
  }
  .cart .cart-body .table tbody .table-img {
    position: absolute;
    left: 0;
    width: 90px;
    margin: 0
  }
  .cart .cart-body .table tbody .table-price {
    width: 85px;
    float: left
  }
  .cart .cart-body .table tbody .table-price div {
    float: left
  }
  .cart .cart-body .table tbody .table-price div:before {
    content: "Цена за 1 шт.";
    display: block;
    font-size: 13px;
    color: #777
  }
  .cart .cart-body .table tbody .table-price .discount {
    float: left;
    margin-top: 10px
  }
  .cart .cart-body .table tbody .table-total {
    width: auto
  }
  .cart .cart-body .table tbody .table-total div:not(.bonus-block):before {
    content: "Сумма";
    display: block;
    font-size: 13px;
    color: #777
  }
  .cart .cart-body .table tbody .table-total .bonus-block {
    display: none
  }
  .cart .cart-body .table tbody .table-buttons {
    position: absolute;
    right: 18px;
    top: 0;
    width: 30px;
    margin: 0
  }
  .cart .cart-body .table tbody .table-buttons .wait-list {
    display: none
  }
  .cart .cart-body .cart-banner {
    margin: 0 14px
  }
  .cart .cart-delivery {
    margin-top: 20px
  }
  .cart .cart-delivery .promocode .input-group {
    width: 100%
  }
  .cart .cart-delivery .delivery-discount {
    float: none;
    width: 100%
  }
  .cart .cart-delivery .delivery-discount .summary-row .summary-label {
    width: 50%
  }
  .cart .cart-delivery .delivery-discount .summary-row .summary-amount {
    width: 47%
  }
  .cart .cart-delivery .delivery-buts {
    border: none
  }
  .cart .cart-delivery .delivery-buts .col-xs-3 {
    width: 100%
  }
  .cart .cart-delivery .delivery-buts .col-xs-offset-6 {
    margin: 0
  }
  .cart .cart-delivery .delivery-buts .btn {
    width: 100%
  }
  .section-tabs li {
    margin-right: 10px !important
  }
  .section-tabs li:last-child {
    margin-right: 0 !important
  }
  .section-tabs li a {
    font-size: 19px
  }
  .stars-wrap div {
    float: none !important
  }
  .card-description .nav-tabs li {
    margin-right: 15px !important
  }
  .card-description .nav-tabs li:last-child {
    margin-right: 0 !important
  }
  .card-description .nav-tabs li>a {
    font-size: 20px
  }
  .order-steps .hidden-step {
    margin-left: 15px
  }
  .order-steps .left-column-wrap .table table .table-line .table-img {
    width: 70px;
    padding: 15px 5px
  }
  .order-steps .order-step1 .table, .order-steps .order-step2 .table, .order-steps .order-step3 .table {
    padding: 15px;
    margin-left: 15px
  }
  .order-steps .order-step1 .table table .table-line .table-image, .order-steps .order-step2 .table table .table-line .table-image, .order-steps .order-step3 .table table .table-line .table-image {
    width: 70px;
    padding: 15px 0
  }
  .order-steps .order-step1 .table table .table-line .discount, .order-steps .order-step2 .table table .table-line .discount, .order-steps .order-step3 .table table .table-line .discount {
    margin-left: 5px
  }
  .order-steps .order-step1 .step-number .number, .order-steps .order-step2 .step-number .number, .order-steps .order-step3 .step-number .number , .order-steps .order-step4 .step-number .number{
    width: 30px;
    height: 30px;
    padding: 5px 0;
    font-size: 20px
  }
  .order-steps .table{
    margin-left: 15px;
  }

  .order-steps .order-step2 .table .order-form label {
    white-space: normal
  }
  .order-steps .order-step2 .table .order-form .row3 .small-inp {
    max-width: 50%;
    padding-right: 5%;
    margin-right: 0
  }
  .order-steps .order-step2 .table .order-form .row3 .small-inp:nth-child(2n+1) {
    margin-right: 0
  }
  .order-steps .order-step2 .sm-lc label {
    white-space: nowrap !important
  }
  .order-steps .order-step2 .row-special .form-group:first-child {
    min-width: auto
  }
  .order-steps .sliding-cart {
    margin: 50px 0 20px
  }
  .order-steps .confirm-order {
    margin: 10px 0 20px
  }
  .order-steps .confirm-order a {
    display: block;
    margin: 0 auto
  }
  .order-steps .confirm-order a.btn-danger {
    width: 100%
  }
  .testblock {
    display: none !important
  }
  .cart-body {
    margin: 0
  }
  .cart-body .table .table-line {
    border-bottom: 1px solid #e4e4e4
  }
  .cart-body .table .table-line td:not(.testblock) {
    border-bottom: none
  }
  .cart-body .table thead>tr th[colspan="2"] {
    padding-left: 10px
  }
  .heroes-content .page-title span {
    font-size: 22px
  }
  .shops-wrap .advantages .advantage-item .advantage-post {
    padding-top: 15px
  }
  .shop-description table td:first-child, .shop-description table td:last-child {
    display: block;
    width: 100%;
    padding-right: 0
  }
  .shop-description table td:first-child dt, .shop-description table td:last-child dt, .shop-description table td:first-child dd, .shop-description table td:last-child dd, .shop-description table td:first-child .desc-heading, .shop-description table td:last-child .desc-heading {
    max-width: 100%
  }
  .certificate-block .cert-block-img {
    width: 100%;
    float: none
  }
  .certificate-block .cert-block-img img {
    display: block;
    margin: 0 auto 30px
  }
  .certificate-block .cert-info {
    width: 100%;
    float: none
  }
  .certificate-block .cert-info a.btn {
    width: 100%
  }
  .brand-section > ul{
    column-count: 2;
  }
  .paymnt-content .payment-block {
    padding-left: 0
  }
  .paymnt-content .payment-block img {
    position: static;
    float: left;
    margin-top: 10px
  }
  .paymnt-content .payment-block .title24 {
    padding-left: 55px;
    padding-top: 20px;
    margin-bottom: 25px
  }
  .paymnt-content .payment-block .title24+div {
    clear: both
  }
  .paymnt-content .payment-block .payment-text {
    padding-left: 0
  }
  .paymnt-content .payment-block:first-child {
    margin-top: 0
  }
  .hover-title-block:not(:first-child) {
    margin-top: 30px
  }
  .add-comment {
    margin-bottom: 70px
  }
  .add-comment .btn {
    width: 100%;
    max-width: 100%
  }
  .add-comment .btn+.comment-caption {
    max-width: 100%
  }
}

@media screen and (max-width:550px) {
  .header__navigation {
    width: 235px
  }
  .catalog-filter {
    padding: 10px 15px 0
  }
  .catalog-filter .pull-right.page-numbers {
    float: left !important;
    margin-bottom: 10px
  }
  .catalog-filter .sorting {
    margin-right: 20px;
    margin-bottom: 10px
  }
  .catalog>div {
    width: 100%
  }
  .l-menu-wrap .row>.col-xs-4, .l-menu-wrap .row .col-xs-8 {
    width: 100%
  }
  .l-menu-wrap .row>.col-xs-4>img, .l-menu-wrap .row .col-xs-8>img {
    display: block;
    margin: auto;
    margin-bottom: 10px
  }
  .r-content-slider .bx-wrapper .bx-viewport .r-content__info > p,  .r-content-slider .r-content__info .info-text-desc{
    padding-right: 20px
  }
  .border-block__img {
    width: 500px
  }
  .shares-block {
    width: 100%
  }
  .shares-block {
    margin-top: 40px
  }
  .shares-block:nth-child(2), .shares-block:nth-child(3) {
    margin-top: 40px
  }
  .shares-block img {
    width: 100%
  }
  .hover-title-block {
    width: 100%
  }
  .hover-title-block .shares-img img {
    margin: auto
  }
  footer .footer-top .footer-heading {
    padding: 20px 0 10px 0
  }
  .age-wrapper .row li {
    width: 32%;
    margin-bottom: 10px
  }
  .age-wrapper .row li p {
    font-size: 12px
  }
  .top-filters .border-btn, .simple-btn, .add-comment .btn {
    width: 100%;
    max-width: 100%
  }
  .certificate-order .col-md-6:first-child {
    margin-bottom: 15px
  }
  .certificate-order .btn-danger {
    width: 100%;
    margin-top: 20px
  }
  .certificate-img-row .col-xs-4 {
    width: 100%;
    margin-bottom: 15px
  }
  .wishes .page-title {
    font-size: 23px
  }
  .wishes .wish-body .col-xs-6 {
    width: 100%
  }
  .wishes .wish-body .col-xs-6 .border-block {
    max-width: 300px;
    margin: auto;
    margin-bottom: 15px
  }
  .rzv .choose-city+table th {
    padding: 0 7px;
    font-size: 10px
  }
  .rzv .choose-city+table td {
    font-size: 11px;
    padding: 0 7px
  }
  .rzv .delivery-tabs .section-title-tabs li {
    margin-right: 15px
  }
  .rzv .delivery-areas>li {
    padding-left: 30px
  }
  .cart .additional_products .product-list .row .border-block__img img {
    max-height: 210px
  }
  .h-green ul {
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important
  }
  .container .ord-cont.main-content {
    padding-top: 0 !important
  }
  .our-frnds .page-title {
    font-size: 23px
  }
  .main-content .best .border-block {
    width: 290px !important;
    max-width: 300px
  }
  .deg-zapis-content .page-title {
    font-size: 22px
  }
  .popup-window {
    width: 320px;
  }
  .advantages>.row>.col-xs-6 {
    width: 100%
  }
  .map-scroll-wrap .map-list {
    width: 290px
  }
}

@media (max-width:359px){
  .container header .header__top-menu .top-menu_center li .region-wrapper .glyphicon.glyphicon-map-marker{
    display: none;
  }
}

.footer__development{
  text-align: center;
}

.develop-logo{
  display: block;
  color: #000;
  text-decoration: none;
  vertical-align: top;
  margin-top: 20px;
}

.develop-logo .develop-logo__desc{
  height: 27px;
  line-height: 27px;
  vertical-align: top;
  display: block;
  margin-right: 7px;
}

.chosen-container-single .chosen-drop{
  margin-top: -34px;
}

@media (max-width: 767px){
  .footer__development{
    text-align: left;
  }
}



/*Start activation card*/

.btn-card-activate{
  width: 220px;
  display: block;
  margin: 0 auto;
}

.field-descr{
  font-size: 13px;
}

.btn-activate{
  text-decoration: none!important;
}

.card-activation-form .wrap-form {
  font-size: 13px;
  position: absolute;
  right: 0;
  bottom: 15px;
  color: #2d2d2d;
  /* border-bottom: 1px dotted #2d2d2d; */
  text-decoration: none;
  color: #00717b;
}

.bonus-card-rule {
  font-size: 13px;
  margin-top: 30px;
}

.form-action {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.card-activation-form .wrap-form img {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 5px;
  display: inline-block;
  margin-left: 5px;
}

.card-activation-form .checkout-block {
  margin-bottom: 30px;
}

footer{
  padding-top: 50px;
}

.open-active-card .js-btn-card-activate{
  display: none;
}

@media (max-width:767px){

  .cart-body .cart-summary-block{
    margin: 20px 15px 25px 15px;
  }

  .cart-summary-block .overall{
    text-align: left;
  }

  .delivery-table-wrapper{
    overflow-x: scroll;
  }

  .delivery-table-wrapper .delivery-table{
    width: 800px;
    margin-bottom: 20px;
  }

  .card-activation-form{
    margin-top: 25px;
  }

  .catalog-filter .sorting .chosen-container .chosen-drop{
    margin-left: -15px;
  }

  .filters-block .cost-from,
  .filters-block .cost-to{
    max-width: 95%;
  }
}

@media (max-width:479px){
  .card-activation-form .wrap-form{
    position: static;
    display: block;
    margin-top: 10px;
  }

  .form-action{
    display: block;
  }
}

/*End activation card*/




/* Start ready page popup */

.js-ready-document.popup-window{
  padding: 25px;
  bottom: auto;
}

.js-ready-document .simple-form input[type=submit]{
  margin-top: 10px;
}

.js-ready-document .cart-title{
  font-size: 24px;
  margin-bottom: 13px;
}

.simple-form .input-checkbox{
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
}

.list-market{
  margin-bottom: 12px;
  list-style: none;
}

.list-market li{
  padding-left: 20px;
  background-image: url(../img/icons/check-icon.png);
  background-repeat: no-repeat;
  background-position: 0 4px ;
  color: #000;
  font-size: 13px;
}

.list-market li:first-child{
  margin-top: 8px;
}

.input-field{
  margin-bottom: 10px;
}

.input-field .input-checkbox{
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  text-align: left;
}

.input-field input[type="radio"]{
  display: none;
}

.input-field label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  display: inline-block;
  height: 16px;
  margin-right: 14px;
  border: 1px solid #048e9a;
  border-radius: 50%;
}

.input-field input[type="radio"]:checked+label:after{
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  width: 6px;
  height: 6px;
  background: #048e9a;
  border-radius: 50%;
}

.market-plus-list{
  margin-left: 25px;
}

.chosen-container:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
  background-image: url(../img/icons/chosen-sprite.png);
  background-position: 0 8px;
  background-repeat: no-repeat;

}

.simple-form .chosen-container-single.chosen-with-drop:before{
  background-position: -18px 8px;
  z-index: 1111;
}

/* End ready page popup */

/*start read page new-popup*/

.new-input-field{
  display: inline-block;
  min-width: 70px;
  white-space:nowrap;
  #border: 3px solid red;
}

.other-store-label{
  color:#fff !important;
  font-weight: bold !important;
}

.new-input-field input[type="radio"]{
  display: none;
}

.other-input-field input[type="radio"] {
  display: none;
}

.new-input-field label{
  padding:7px;
}
.new-input-field input[type="radio"]:checked+label{
  border: 1px solid #00adbe;
  box-shadow: 0 0 3px 0 rgba(0, 173, 193, 0.63);
  #padding: 10px;
  #min-width: 70px;
  #max-width: 110px;
  border-radius: 4px;
  color:  #00adbe;
  text-align:center;
}

/*end ready page new-popup*/

/* Start fast view */

.product-card-popup .product-sliders{
  height: 283px;
  overflow: hidden;
}

.modal-open .product-card-popup .product-sliders{
  height: auto;
  overflow: visible;
}

/* End fast view */


/* Start action page */

.top-row .page-title{
  width: 70%;
  float: left;
}

.top-row .socials{
  width: 30%;
  float: right;
  text-align: right;
}

.top-row .socials li{
  display: inline-block;
  float: none;
}

.action-banner{
  margin-bottom: 25px;
  background-color: #f7f7f7;
  position: relative;
}

.action-banner .action-banner__img{
  width: 60%;
  float: left;
}

.action-banner .action-banner__info{
  width: 40%;
  float: left;
  padding: 35px 25px 20px;
  position: relative;
}

.action-banner .flag {
  font-size: 18px;
  position: absolute;
  top: 30px;
  right: 0;
  min-width: 94px;
  text-align: center;
  padding: 5px 10px 5px 10px;
  background: #ff5f69;
}

.action-banner .flag:before {
  background: url(../img/images/red-flag-l.png) repeat-y left top;
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  left: -3px;
  top: 0;
}

.action-banner .title{
  padding-right: 80px;
  font-size: 24px;
  color: #1b1b1b;
  margin-bottom: 10px;
  font-family: 'ProximaNova-Light',sans-serif;
  font-weight: normal;
  line-height: 25px;
}

@media (max-width:767px){
  .action-banner .action-banner__img{
    width: 100%;
    float: none;
  }

  .action-banner .action-banner__info{
    width: 100%;
    float: none;
    padding: 25px 25px 20px;
  }

  .action-banner .flag{
    top: 20px;
  }
}

/* End action page */

/* Start basket popup */

.smartSearch-block22 {
  background-color: white;
  border: 1px solid #c8c8c8;
  z-index: 99;
  height: auto !important;
  max-width: 595px;

  display: none;
  position: absolute;
  top: 70px;
  left: 42px;
  height: 774px;
  z-index: 1041;

}

.smartSearch-block22 ul {
  padding: 15px 0px;
}

.smartSearch-block22 li {
  padding: 10px 15px 7px 15px;
}

.smartSearch-block22 li:hover {
  background-color: #f5f5f5;
}

.smartSearch-block22 .sim-img {
  float: left;
}

.smartSearch-block22 .name {
  padding-left: 60px;
}

.smartSearch-block22 li.noitem.all,
.smartSearch-block22 li.noitem.i_all {
  text-align: right;
}

@media (min-width:992px) and (max-width:1199px){
  .smartSearch-block22{
    left: 37px;
  }

  .order-main-content .order-step1 .cl-aftr,
  .order-main-content .order-step2 .cl-aftr,
  .order-main-content .order-step3 .cl-aftr {
    margin-top: 5px;
  }
}

@media (max-width:991px){
  .smartSearch-block22{
    top: 40px;
    left: 0;
  }
}

@media (max-width:600px){
  .smartSearch-block22{
    top: 33px;
  }
}


@media (min-width:992px){
  .navigation-tabs .nav-tabs ul.cart-mobile-menu{
    display: block!important;
  }
}

/* End basket popup */



/* Start advertisers */

.l-menu-wrap .page-title-wrapper{
  float: none;
}

.page-title-wrapper .socials{
  float: right;
  width: 30%;
  text-align: right;
  margin-top: 0;
}

.page-title-wrapper .socials li{
  display: inline-block;
  float: none;
}

.page-title-wrapper .page-title{
  float: left;
  width: 70%;
}

.l-menu-wrap .page-content-wrapper .sidebar {
  width: 214px;
  position: relative;
  margin-right: -214px;
  float: left;
  margin-bottom: 40px;
}

.l-menu-wrap .page-content-wrapper .r-content{
  width: 100%;
  float: right;
  padding-bottom: 70px;
}

.l-menu-wrap .page-content-wrapper .r-content .content-wrapper {
  margin-left: 214px;
}

.advertisers-form-wrapper {
  margin-top: 50px;
}

.advertisers-form .main-info input,
.advertisers-form .main-info .chosen-container .chosen-single,
.btn-advertisers,
.upload-button,
.advertisers-form .chosen-container .chosen-drop {
  width: 300px;
}

.advertisers-form textarea {
  max-width: 100% !important;
  width: 650px;
  height: auto !important;
  resize: none;
}

.advertisers-upload,
.advertisers-message {
  margin-bottom: 15px;
}

.advertisers-form-wrapper .form-group{
  position: relative;
}

.advertisers-form textarea{
  border: 1px solid #8CA3AE;
  border-radius: 5px;
  background: #fff;
  box-shadow: inset 0 3px 6px 0 rgba(215, 215, 215, 0.7);
  position: relative;
  font-size: 18px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: normal;
  max-width: 100% !important;
  width: 650px;
  height: auto !important;;
  box-sizing: border-box;
  outline: none;
}

.advertisers-form .main-info input,
.advertisers-form .main-info .chosen-container .chosen-single,
.btn-advertisers,
.upload-button,
.advertisers-form .chosen-container .chosen-drop {
  width: 300px;
}

.btn-advertisers

.btn-advertisers {
  margin-top: 15px;
}

.formErrorContent {
  display: inline-block;
  position: absolute;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  padding: 2px 10px 2px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  background-color: #ff5f69;
  border: none;
  box-shadow: none;
  bottom: -23px;
  left: 0;
  z-index: 3;
}

.formErrorContent:before{
  content: '';
  position: absolute;
  top:-4px;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #ff5f6a transparent
}

.file-placeholder {
  margin-left: 56px;
}
.file-placeholder .loading-wrap {
  display:inline-block;
  margin-left:15px;
  vertical-align:middle;
  position:relative;
  width:50%;
}
.file-placeholder .loading {
  background:#e3ebed;
  display:block;
  border:1px solid;
  border-top:1px solid #bcc2c4;
  border-left-color:#cfd7d9;
  border-right-color:#cfd7d9;
  border-bottom:1px solid #dde5e6;
  border-radius:2px;
  height:17px;
  -webkit-box-shadow:inset 0 1px 2px rgba(188,194,196,0.7);
  -moz-box-shadow:inset 0 1px 2px rgba(188,194,196,0.7);
  box-shadow:inset 0 1px 2px rgba(188,194,196,0.7);
}
.file-placeholder .loading .del-but {
  background: url("../img/images/live_feed_sprite.png") no-repeat 7px -20px;
  cursor: pointer;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.file-placeholder .load-indicator {
  background:#40c0e9;
  background:linear-gradient(top, #40c0e9, #2698db);
  background:-moz-linear-gradient(top, #40c0e9, #2698db);
  background:-o-linear-gradient(top, #40c0e9, #2698db);
  background:-ms-linear-gradient(top, #40c0e9, #2698db);
  background:-webkit-gradient(linear, left top, left bottom, from(#40c0e9), to(#2698db));
  border-radius:2px;
  color:#fff;
  font-size:12px;
  height:19px;
  text-align:center;
  text-shadow:0 1px 0 rgba(56, 124, 162, 1);
  left:0;
  top:0;
  position:absolute;
}
.file-placeholder .load-number {
  display:inline-block; box-sizing:border-box; padding-top:2px;
}
.file-placeholder .files-title {
  background:url("../img/images/live_feed_sprite.png") no-repeat;
  color:#5c6470;
  font-size:12px;
  text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
  left:13px;
  top:12px;
  width:54px;
  padding-left:20px;
  position:absolute;
}
.file-placeholder .files-list-wrap {
  margin-left:56px;
}
html* .file-placeholder .files-list {
  width: auto !important;
}
.file-placeholder .files-list {
  margin-top:-10px;
  table-layout:fixed;
  width:100%;
  position:relative;
}
.file-placeholder .files-list td {
  box-shadow:0 -2px 0 -1px #FFFFFF inset;
  border-bottom:1px solid #dde5e8;
  color:#5c6470;
  font-size:12px;
  line-height:16px;
  padding:10px 0 10px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  position: relative;
  zoom:1;
}
.file-placeholder .file-edit,
.file-placeholder .file-section {
  display: none;
}
.file-placeholder .files-name {
  width:30%
}
.file-placeholder .files-size {
  width:12%
}
.file-placeholder .files-storage {
  width:20%
}
.file-placeholder .files-storage .files-storage-text{
  display: inline-block;
  width:80px;
  color:#5C6470;
}
.file-placeholder .files-storage-block {
  position:relative;
}
.file-placeholder .files-text {
  -moz-box-sizing: border-box;
  color: #2067B0;
  display: inline-block;
  font-weight: bold;
  max-width: 100%;
  padding-right: 20px;
  position: relative;
  zoom:1;
}
.file-placeholder .error-load .files-text {
  color:#bb0000;
}
.file-placeholder .f-wrap {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  word-wrap: break-word;
  zoom:1;
}
.file-placeholder .del-but {
  background: url("../img/images/live_feed_sprite.png") no-repeat 0 0;
  cursor: pointer;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.file-placeholder .files-text .del-but {
  background-position:6px -19px;
  display:inline-block;
  margin-top:-2px;
  position:static;
  vertical-align:top;
}
.file-placeholder .loading .del-but {
  background-position: 7px -20px;
  top: 0;
}
.file-placeholder .files-storage-block .del-but {
  background-position: 7px -20px;
  top: 0;
}
.file-placeholder .info-icon {
  background:url("../img/images/live_feed_sprite.png") no-repeat -112px -60px;
  display:inline-block;
  height:16px;
  margin-right:10px;
  vertical-align:middle;
  width:17px;
}
.file-placeholder .stor-place {
  display:inline-block;
  margin-left:10px;
  vertical-align:top;
}
.file-placeholder .stor-text {
  display:inline-block;
  border-bottom:1px solid #5c6470;
}
.file-placeholder .stor-pl-arrow {
  background:url("../img/images/live_feed_sprite.png") no-repeat -130px -23px;
  display:inline-block;
  margin-left:10px;
  height:5px;
  vertical-align:middle;
  width:3px;
}
.file-placeholder .edit-stor {
  background:url("../img/images/live_feed_sprite.png") no-repeat 4px -64px;
  /*cursor:pointer;*/
  /*display:inline-block;*/
  display: none;
  height:15px;
  margin-left:0px;
  vertical-align:middle;
  width:15px;
}
.file-placeholder .files-path,
.file-placeholder .files-path:visited,
.file-placeholder .files-path:active,
.file-placeholder .files-path:link,
.file-placeholder .files-path:hover {
  border-bottom:1px dashed #5C6470;
  display:inline-block;
  color:#5C6470;
  /*margin-left:10px;*/
  text-decoration:none;
}
.file-placeholder .files-placement,
.file-placeholder .files-placement:visited,
.file-placeholder .files-placement:active,
.file-placeholder .files-placement:link,
.file-placeholder .files-placement:hover {
  display:inline-block;
  color:#5C6470;
  /*margin-left:10px;*/
  text-decoration:none;
}
.file-selectdialog {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #F4F8F9;
  border-color: #CED0D1 #CED1D1 #D3D7D8;
  border-radius: 2px 2px 2px 2px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 2px -1px rgba(164, 164, 164, 0.698) inset;
  margin-bottom: 11px;
  overflow: hidden;
  padding: 13px 30px 0 0;
  position: relative;
  display: none;
}
.file-selectdialog .file-placeholder{
  margin-left: 56px;
}
.file-selectdialog .file-simple .file-placeholder {
  margin-top: 0px;
  margin-left: 90px;
}
.file-selectdialog .file-label {
  background: url("../img/images/live_feed_sprite.png") no-repeat -146px -186px;
  color: #5C6470;
  font-size: 12px;
  left: 13px;
  padding-left: 20px;
  position: absolute;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  top: 12px;
  width: 54px;
  line-height: 20px;
}
.file-selectdialog .file-extended .file-selector {
  border-radius: 5px 5px 5px 5px;
  color: #A0AEB5;
  font-size: 17px;
  font-weight: bold;
  line-height: 26px;
  margin: 30px 0 10px;
  padding: 24px 3px 43px 191px;
  position: relative;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.file-selectdialog .file-extended .file-selector-active {
  background-position:57px -88px;
  border:3px dashed #d4dde1;
  padding:21px 0 40px 190px;
}
.file-selectdialog .file-extended .file-selector:hover {
  border:3px dashed #d4dde1;
  padding:21px 0 40px 188px;
}
.file-selectdialog .file-extended .file-load-img {background:url("../img/images/loading-place-img.gif") no-repeat 0 0;
  height:79px;
  left:58px;
  top:20px;
  position:absolute;
  width:90px;
}
.file-selectdialog .file-extended .file-selector:hover .file-load-img  {
  background-position:0 -104px;
  left:55px;
  top:17px;
}
.file-selectdialog .file-extended .file-uploader {
  color: #2067B0;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}
.file-selectdialog .file-extended .file-uploader .file-but-text {
  cursor: pointer;
  display: block;
  width:100%;
  height:100%;
}
.file-selectdialog .file-simple .file-uploader .file-fileUploader {
  /*font-size: 12px;*/
}
.file-selectdialog .file-uploader .file-fileUploader {
  font-size:120px;
  height:85px;
  opacity:0;
  filter: alpha(opacity=0);
  position:absolute;
  right: 0;
  top: -20px;
  cursor: pointer;
}
.file-selectdialog .file-uploader .file-filemacos {
  left:0 !important;
}
.file-selectdialog .file-label2 {
  color: #5C6470;
  font-size: 12px;
  margin-left: 58px;
  padding-bottom: 11px;
}
.file-selectdialog .file-simple,
.file-selectdialog .file-extended {
  /* display: none; */
  margin-left: 30px;
}
.file-selectdialog .file-simple .file-label2 {
  margin-top:20px;
}
.file-selectdialog .file-simple .file-selector{
  color:#5c6470;
  overflow: hidden;
  height: 30px;
  /*font-size:12px;*/
  font-weight:bold;
  margin:6px 0 6px 90px;
  text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
}
.file-selectdialog .file-simple .file-uploader{
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin: 0 15px 0 0;
  vertical-align: middle;
  cursor:pointer;
}
.file-selectdialog .file-simple .file-uploader-left{
  background: url("../img/images/live_feed_sprite.png") no-repeat 0px -240px;
  display: inline-block;
  height: 25px;
  vertical-align: top;
  width: 4px;
}
.file-selectdialog .file-simple .file-uploader-right{
  background: url("../img/images/live_feed_sprite.png") no-repeat -7px -240px;
  display: inline-block;
  height: 25px;
  vertical-align: top;
  width: 4px;
}
.file-selectdialog .file-simple .file-but-text{
  background: url("../img/images/live_feed_sprite.png") repeat-x 0 -267px;
  color: #7A808C;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 25px;
  padding: 2px 10px 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  vertical-align: top;
}


@media (max-width: 992px){

  .page-title-wrapper .page-title{
    width: auto;
  }

  .advertisers-form textarea{
    width: 100%;
  }

  .l-menu-wrap .page-content-wrapper .r-content .content-wrapper{
    margin-left: 0;
  }
}

@media (max-width:767px){

  .file-selectdialog .file-extended .file-selector .file-load-img{
    left: 23px;
  }

  .file-selectdialog .file-extended .file-selector:hover .file-load-img{
    left: 20px;
  }

  .file-selectdialog .file-extended .file-selector{
    padding: 24px 3px 43px 130px;
    font-size: 15px;
    line-height: 21px;
  }

  .file-selectdialog .file-extended .file-selector:hover{
    padding: 21px 0px 40px 127px;
  }
}

@media (max-width: 479px){
  .file-selectdialog .file-simple, .file-selectdialog .file-extended{
    margin-left: 25px;
  }
}

/* End advertisers */


/* vacancies */
.vacancies .vacancies__controls{
  margin-bottom: 40px;
}
.vacancies .tabs__item{
  list-style: none outside none;
  display: none;
}
.vacancies .tabs__item.active{
  display: block;
}
.vacancies .tabs__item .tabs__item-header{
  display: flex;
  margin-bottom: 45px;
}
.vacancies .tabs__item .tabs__item-header .item__header-baner{
  width: 79%;
  height: 150px;
}
.vacancies .tabs__item .tabs__item-header .item__header-application{
  width: 21%;
  padding: 7px 20px;
}
@media(max-width: 768px){
  .vacancies .tabs__item .tabs__item-header{
    flex-direction: column;
  }
  .vacancies .tabs__item .tabs__item-header .item__header-baner{
    width: 100%;
  }
  .vacancies .tabs__item .tabs__item-header .item__header-application{
    width: 100%;
    padding: 13px 20px 7px;
  }
}
.vacancies .tabs__item .tabs__item-header .item__header-application .item__header-application-link{
  display: flex;
}
.vacancies .tabs__item .tabs__item-header .item__header-application .item__header-application-link img{
  width: 31px;
  height: 40px;
}
.vacancies .tabs__item .tabs__item-header .item__header-application .item__header-application-link p{
  margin-left: 15px;
}
.vacancies .vacancies__controls .vacancies__controls-item{
  display: inline-block;
  margin-right: 40px;
  padding-bottom: 14px;
  border-bottom: 3px solid transparent;
  transition: all .3s;
}
.vacancies .vacancies__controls .vacancies__controls-item.active{
  border-bottom: 3px solid #ffce54;
  font-weight: bold;
}
.vacancies .vacancies__controls .vacancies__controls-item .vacancies__control-link{
  color: #000;
}
.vacancies .vacancies__controls .vacancies__controls-item .vacancies__control-link:hover{
  text-decoration: none;
}
.vacancies .tabs__item .tabs__item-dropdown{
  display: flex;
  padding-bottom: 30px;
}
@media(max-width: 415px){
  .vacancies .tabs__item .tabs__item-dropdown{
    flex-direction: column;
  }
  .vacancies .tabs__item .tabs__item-dropdown .item-dropdown-city{
    margin-right: 0 !important;
    width: 100% !important;
    margin-bottom: 15px;
  }
  .vacancies .tabs__item .tabs__item-dropdown .item-dropdown-address{
    width: 100% !important;
  }
  .vacancies .vacancies__list .vacancies__list-item{
    line-height: 24px !important;
  }
}
.vacancies .tabs__item .tabs__item-dropdown .item-dropdown-city{
  width: 200px;
  margin-right: 45px;
}
.vacancies .tabs__item .tabs__item-dropdown .item-dropdown-address{
  width: 200px;
}

.vacancies .vacancies-header{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 35px;
}

.vacancies .vacancies__list .vacancies__list-item{
  margin-bottom: 30px;
  line-height: 30px;
  transition: all .3s;
}
.vacancies .vacancies__list .vacancies__list-item.active .vacancie-name{
  color: #00717b;
  border-bottom: 1px solid transparent;
  font-weight: 600;
}
.vacancies .vacancies__list .vacancies__list-item .vacancie-name{
  border-bottom: 1px dashed #000;
  display: inline-block;
  cursor: pointer;
  line-height: 20px;
}
.vacancies .vacancies__list .vacancies__list-item .vacancie-name:hover{
  color: #00717b;
  border-bottom: 1px solid transparent;
}
.vacancies .vacancie__full .vacancie-requirements,
.vacancies .vacancie__full .vacancie-duties,
.vacancies .vacancie__full .vacancie-offer,
.vacancies .vacancie__full .vacancie-contacts,
.font-weight-bold
{
  font-weight: bold;
}
.vacancies .vacancies__list-item .vacancie__full{
  display: none;
  padding-bottom: 35px;
}
.vacancies .tabs__item-dropdown .chosen-container .chosen-single{
  border: 1px solid #c8c8c8;
  height: 36px;
  border-radius: 3px;
  width: 100%;
  padding: 4px 0;
  font-size: 15px;
  box-shadow: none;
  background: none;
}
.vacancies .tabs__item-dropdown .chosen-container-single .chosen-single div b{
  background-position: 0 8px;
}
.vacancies .tabs__item-dropdown .chosen-container .chosen-single span{
  padding: 0 0 0 9px;
}
.vacancies .tabs__item-dropdown .chosen-container{
  width: 100% !important;
}

.vacancies .section-title-tabs li{
  display: inline-block;
  margin-right: 40px;
  padding-bottom: 14px;
  transition: all .3s;
}

.vacancies .section-title-tabs li a{
  color: #000;
  font-size: 15px;
  opacity: 1;
  padding: 0;
}

.vacancies .nav-tabs>li.active>a,
.vacancies .nav-tabs>li.active>a:focus,
.vacancies .nav-tabs>li.active>a:hover{
  color: #000;
}

.vacancies .section-title-tabs li:hover a:after,
.vacancies .section-title-tabs li.active a:after{
  bottom: -15px;
}

.vacancies .section-title-tabs{
  margin-bottom: 20px;
}

.vacancies-content li{
  margin-bottom: 20px;
}

.vacancies .vacancies__list .vacancies__name{
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
}

.vacancies .vacancies__list .vacancies__name:hover,
.vacancies .vacancies__list .vacancies__name.active{
  color: #00717b;
}

.vacancies .vacancies__list .vacancies_block__full-description{
  margin: 15px 0px 25px;
}

.vacancies .vacancies_block{
  font-weight: bold;
}

.vacancies .vacancies_block .vacancies_block__description{
  font-weight: normal;
  margin: 5px 0 15px;
  color: #2d2d2d;
  line-height: 22px;
}

.js-show-hidden-btn .dashed-link{
  vertical-align: top;
  display: inline-block;
  padding: 5px 0 0 0;
  cursor: pointer;
}

.cl-aftr{
  margin-top: 25px;
}

.get-phone{
  display: none!important;
}

.get-phone.active{
  display: block!important;
}

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 100000;
}

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 40px 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 100001;
}

@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}


/* Start map site */

.list-pages{
  margin: 30px 0 45px;
}

.name-category{
  margin-bottom: 25px;
}

.name-category ul li{
  margin-bottom: 10px;
}

.name-category ul{
  margin-left: 25px;
}

a.parent{
  display: inline-block;
}

.parent{
  margin-bottom: 10px;
}


/* End map site */



.order-steps .table .myDateBlock tr>td{
  padding: 3px;
  text-align: center;
}

.myDateBlock{
  display: inline-block;
  max-width: 200px;
  margin-right: 45px;
  margin-bottom: 0;
}

.myDateBlock .input-group input{
  height: 28px;
}

/* .myDateBlock .input-group-addon{
    font-size: 16px!important;
    padding: 4px 12px 0px!important;
} */

.input-group-list{
  display: inline-block;
  vertical-align: top;
}

.input-group-list li{
  display: inline-block;
  margin-right: 25px;
}

.row-value .row-value__name-column{
  font-size: 13px;
  color: #777;
  font-weight: 400;
}

.input-group-list li:last-child{
  margin-right: 0;
}

.row-value{
  margin-top: 5px;
  margin-left: 0px;
}

.full-row .delivery-description{
  max-width: 100%!important;
}

.price-delivery{
  max-width: 300px;
}

/* bonus-program */
.bonus-card{
  font-weight: 700;
  font-size: 18px;
  color: #1c1c1c;
  margin-bottom: 25px;
}
.bonus-advantages{
  margin-bottom: 40px;
}
.bonus-advantages__item{
  display: flex;
  background-color: #f7f7f7;
  margin-bottom: 20px;
}
.bonus-advantages__item-image img{
  max-width: 100%;
}
.bonus-advantages__item-image{
  width: 50%;
}
.bonus-advantages__item-descr{
  width: 50%;
  padding: 13px 25px 23px;
}
.advantages-item-header{
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 30px;
}
.advantages-item-text{
  font-size: 15px;
  line-height: 24px;
}
.bonus-advantages__item-revers .bonus-advantages__item-image{
  order: 2;
}
.bonus-advantages__item-revers .bonus-advantages__item-descr{
  order: 1;
}
.bonus-advantages__item:nth-child(even) .bonus-advantages__item-image{
  order: 2;
}
.bonus-advantages__item:nth-child(even) .bonus-advantages__item-descr{
  order: 1;
}

.map-container {
  width: 100%;
  margin: 15px 0;
}

@media (min-width: 992px) {
  .map-container {
    width: calc(100% + 214px);
    margin-left: -214px;
  }
}

@media (max-width: 767px){
  .bonus-advantages__item{
    flex-direction: column;
  }
  .bonus-advantages__item-image{
    width: 100%;
  }
  .bonus-advantages__item-image img{
    display: block;
    margin: 0 auto;
  }
  .bonus-advantages__item-descr{
    width: 100%;
  }
}

.card-activation{
  margin:45px 0;
}
.catalog-wrap > .catalog{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catalog-wrap > .catalog > div{
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: none;
}

.catalog-wrap .border-block__img{
  height: 240px;
}

@media (min-width: 991px) and (max-width: 1199px){
  .catalog-wrap > .catalog > div{
    width: 33.3%;
  }
}

.modal{
  text-align: center;
}
.modal-dialog{
  display: inline-block;
  text-align: left;
  width: auto;
}
.row-flex{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row-flex > [class^=col-]{
  float: none !important;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}


.question-topic ul,
.question-topic ol{
  margin-left: 17px;
}

footer ul,
footer ol{
  list-style: none;
}

.nav-tabs ul,
.nav-tabs ol,
.banner ul,
.banner ol,
.delivery-links ul,
.delivery-links ol,
.payment-text ul,
.payment-text ol,
.age-wrapper ul,
.age-wrapper ol,
.central-office .tab-content ul,
.central-office .tab-content ol,
.sidebar ul,
.sidebar ol,
.orders-list ul,
.orders-list ol,
  /*.question-topic ul,*/
  /*.question-topic ol,*/
.brand-section ol,
.brand-section ul{
  list-style: none!important;
}

header ul,
header ol{
  list-style: none;
}

.vacancies-content,
.third-level,
.howto-nav,
.page-numbers,
.size-filter,
.map-markers,
.cart-mobile-menu,
.settings-nav,
.sex-radio,
.nav-pills,
.text-wrap>ul{
  list-style: none;
}

.hover-options,
.table-buttons ul,
.table ul{
  list-style: none;
}


.link-to-top{
  position: fixed;
  z-index: 15;
  width: 33px;
  height: 32px;
  border: 1px solid #00adbe;
  bottom: 75px;
  right: 50px;
  background: #f1f1f1;
  cursor: pointer;
  display: none;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.link-to-top:after{
  content: '';
  position: absolute;
  top: 13px;
  left: 2px;
  width: 16px;
  height: 2px;
  background-color: #00adbe;
  transform: rotate(-45deg);
}

.link-to-top:before{
  content: '';
  position: absolute;
  top: 13px;
  left: 12px;
  width: 16px;
  height: 2px;
  background-color: #00adbe;
  transform: rotate(45deg);
}

.refresh-code{
  margin-top: 5px;
  font-size: 13px;
  color: #777;
  font-weight: 400;
  display: block;
}

[data-entity="phone-code-btn"],[data-phone-valid][data-code-sent][data-code-checked] [data-entity="phone-code-btn"]{
  display: none;
}

[data-entity="phone-confirm-block"], [data-phone-valid][data-code-sent][data-code-checked] ~ [data-entity="phone-confirm-block"]{
  display: none;
}

[data-phone-valid][data-code-sent] ~ [data-entity="phone-confirm-block"]{
  display: block;
}

[data-phone-valid] [data-entity="phone-code-btn"]{
  display: inline-block;
}

.show-child-level{
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 3px;
  right: 0;
  cursor: pointer;
}

.show-child-level:before{
  content:'';
  position: absolute;
  width: 100%;
  height: 1px;
  background: grey;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}

.show-child-level:after{
  content:'';
  position: absolute;
  width: 1px;
  height: 100%;
  background: grey;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}

.show-child-level.open:after{
  display: none;
}

.show-child-wrap{
  position: relative;
  padding-right: 20px;
}

.checkout-block > li.show-child-wrap > ul{
  padding-left: 15px;
  display: none;
}

.checkout-block > li.show-child-wrap > .open ~ ul{
  display: block;
}

.checkout-block > li > ul input[type="checkbox"]+label{
  padding-left: 25px;
}


.sidebar.open{
  display: block!important;
}
.error-message{
  color: red;
  margin: 1em 0;
}

.questions-form-wrapper .error-message{margin-top: 0}



.product-card-popup .input-field label:before{
  top: -1px;
}

.product-card-popup .input-field input[type="radio"]:checked+label:after{
  top: 4px;
}

.product-card-popup .list-market li {
  background-position: 0 3px;
  white-space: normal;
  margin-bottom: 3px;
}


@media (max-width: 767px){
  .page-title{
    text-align: left;
    padding: 3px 5px 3px 10px;
    font-size: 18px;
    line-height: 24px;
    height: 33px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  }
}


/* Start ui-slider */

.ui-state-active,.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover{
  border: 1px solid #00adbe;
  background: #00adbe;
  font-weight: normal;
  color: #fff
}

/* End ui-slider */


/* Start select */

select{
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 5px 15px 5px 5px;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
}

select:focus{
  border: 1px solid #66afe9;
  outline: 0;
}

/* End select */


/* Start header 404 */

.container header.header-404 .header__search .search_buttons{
  float: right;
}

@media (max-width: 1199px){

  .container header .header__top-menu{
    padding: 0 15px;
  }

  .container header .header__top-menu .top-menu_left li:not(:last-child){
    padding-right: 10px;
  }

  /* .container header .header__top-menu .top-menu_center {
    width: 64%;
  } */

  .container header.header-404 .header__search .search_buttons .button{
    margin-top: 27px;
  }

  .container header.header-404 .header__search{
    min-height: 95px;
  }
}

@media (max-width: 991px){

  .container header .header__top-menu .top-menu_left{
    display: none;
  }

  .container header.header-404 .header__search .search_logo{
    max-width: 185px;
    padding-top: 17px;
  }

  .container header.header-404 .header__search .search_buttons .button {
    margin-top: -5px;
  }

  .container header.header-404 .header__search .menu-button{
    top: 33px;
  }
}

@media (max-width: 767px){
  .container header.header-404 .header__search .search_logo{
    padding-top: 0;
  }

  .container header.header-404 .header__search .search_buttons{
    top: 15px;
  }

  .container header.header-404 .header__search .menu-button{
    top: 13px;
  }

  .container header.header-404 .header__search {
    min-height: 75px;
  }
}

@media (max-width: 600px){
  .container header.header-404 .header__search .search_logo{
    margin: 10px auto 0;
  }

  .container header.header-404 .header__search .search_buttons{
    top: 5px;
  }

  .container header.header-404 .header__search .menu-button{
    top: 2px;
    left: 15px;
  }

  .container header.header-404 .header__search{
    min-height: 45px;
  }
}

/* End header 404 */

/* Start preheader banner */

.preheader-banner{
  text-align: center;
  font-size: 26px;
  color: #ff465e;
  /*  padding: 15px;*/
}

.preheader-banner img{
  margin: auto;
}


/* End preheader banner */


/* Start after relis*/
.cancel-order-body {
    text-align:center;
}
.cancel-order-body textarea {
    width: 370px;
    max-width: 100%;
    height: 80px;
    margin-top: 20px;
}

.action-details ul,
.action-details ol{
  margin: 0 0 0 17px
}

.product-list {
  position: relative;
  z-index: 1;
}

.product-list .bx-viewport{
  height: auto!important;
}

.product-list .bx-wrapper .bx-viewport{
  background: transparent;
}

.product-list .bx-wrapper .bx-controls-direction a {
  margin-top: -125px;
}

.orders-list-row .order-head{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  align-items: center;
}

.remove-order{
  display: block;
  width: auto;
  margin-right: 36px;

}

.remove-order a{
  color: #777;
  transition: none!important;
}

.remove-order a:hover{
  color: #00717b;
}

.orders-list-row.active .remove-order{
  margin-right: 35px;
  color: #fff;
}

.orders-list-row.active .remove-order a:hover{
  color: #fff;
}

.orders-list-row.active .remove-order a{
  color: #fff;
}

.action-form{
  margin-bottom: 50px;
}

.action-form .file-upload {
  position: relative;
  overflow: hidden;
  width: 20%;
  height: 36px;
  background: #00adbe;
  border-radius: 3px;
  padding: 8px 4px;
  text-align: center;
  float: left;
  margin-bottom: 15px;
}
.action-form .file-upload:hover {
  background: #029faf;
}
.action-form .file-upload input[type="file"]{
  display: none;
}
.action-form .file-upload label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.action-form .file-upload span {
  line-height: 36px;
  color: #fff;
}

.action-form .simple-form .filename {
  background: #fff;
  border: 0;
  color: #000;
  width: 75%;
  font-size: 15px;
  margin-bottom: 25px;
}

.action-detail-text{
  border: 1px solid #ff5f69;
  padding: 15px 20px;
  border-radius: 15px;
  box-shadow: 1px 2px 7px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 20px;
}

/* Start flag */

.flag-wrapper{
  position: absolute;
  min-height: 16px;
  top: 0;
  left: 0;
  z-index: 2;
}

.flag {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-family: 'ProximaNova-Reg', sans-serif;
  padding: 2px 15px 2px 10px;
  background: #ff5f69;
  white-space: nowrap;
  text-transform: uppercase;
  position: relative;
}

.flag:after{
  content: "";
  background: url(../img/images/red-flag-r.png) repeat-y right top;
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  right: -3px;
  top: 0;
}

.flag.flag_new{
  background: #8cbd33;
}

.flag.flag_new:after{
  background: url('../img/images/green-flag.png') repeat-y right top;
}

.flag.flag_outlet{
  background: #273476;
}

.flag.flag_outlet:after{
  background: url('../img/images/blue-flag2.png') repeat-y right top;
}

.flag.flag_tovardobra{
  background: #FFED00;
}

.flag.flag_tovardobra:after{
  background: url('../img/images/yellow-flag2.png') repeat-y right top;
}

.flag.flag_game{
	background: #efe41a;
	color: #2d2d2d;
}

.flag.flag_game:after{
  background: url('../img/images/yellow-flag2.png') repeat-y right top;
}

.flag.flag_super{
  background: #ffd900;
}

.flag.flag_super:after{
  background: url('../img/images/yellow-flag.png') repeat-y right top;
}

.flag + .flag{
  left: -4px;
  z-index: 3;
}

@media (max-width: 1199px){
  .flag-wrapper{
    top: -1px;
  }
  .flag{
    padding: 1px 10px 1px 8px;
    font-size: 14px;
  }
}

/* End flag */

@media (max-width: 767px){
  .orders-list-row .order-head{
    display: block;
  }

  .remove-order{
    margin-right: 0;
    position: relative;
    font-size: 0;
    width: 100%;
    height: 20px;
    text-align: right;
    margin-bottom: 5px;
  }

  .remove-order a{
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
  }

  .remove-order a:after,
  .remove-order a:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 20px;
    height: 1px;
    background: #000;
    cursor: pointer;
    transform: rotate(45deg);
  }

  .remove-order a:after{
    transform: rotate(-45deg);
  }

  .orders-list .orders-list-row .order-chevron{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .orders-list .orders-list-row .order-chevron .more-chevron{
    margin-right: 5px;
  }

  .action-form .file-upload{
    width: 220px;
  }

  .action-form .simple-form .filename{
    width: 100%;
    padding: 0;
  }

}

.btn-buy {
  background: #5a83ee;
}
.btn-buy:hover {
  background: #4473ed;
}
.btn-buy:active, .btn-buy:focus, .btn-buy:active:hover {
  background: #073bc1;
}

.btn-wait {
  background: #8ccb33;
}
.btn-wait:hover {
  background: #79af2b;
}
.btn-wait:active, .btn-wait:focus, .btn-wait:active:hover {
  background: #679624;
}


@media (min-width: 1024px){
  .safari .row.catalog > div{
    width: 24.9%;
  }
}

@media (min-width: 768px) and (max-width: 1023px){
  .safari .row.catalog > div{
    width: 33%;
  }
}

@media (max-width: 767px){
  .safari .row.catalog > div{
    width: 49%;
  }
}

@media (max-width: 555px){
  .safari .row.catalog > div{
    width: 100%;
  }
}

.hide-list{
    display: none;
}

.show-hide-btn{
    cursor: pointer;
    color: #00717b;
    margin-top: 5px;
}

@media (max-width: 1380px){
    .test-product-slider .product-list .product-price, .product-price{
        font-size: 17px;
    }

    .border-block .price-row .product-price{
        width: 55%;
    }

    .border-block .price-row .unit-price{
        width: 45%;
    }
}

.sidebar .flag{
  background: #00b9e4;
}

.sidebar .flag::after{
  color: #fff;
  display: inline-block;
  text-align: center;
  background-image: url('../img/icons/new-flag.png');
  background-position: center;
  background-repeat: no-repeat;
  width: 47px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 4px 0;
  text-transform: uppercase;
}

@media (min-width: 991px) and (max-width: 1199px){
    .header__top-menu{
        position: relative;
    }

    .header__top-menu:after {
        display: block;
        content: "";
        clear: both;
    }

    .container header .header__top-menu > ul{
        height: auto;
    }

    .container header .header__top-menu .top-menu_center .region{
        /* width: 100%; */
        padding: 0;
        padding: 3px 0;
    }

    .container header .header__search .search_logo img{
        width: 150px;
    }

    .container header .header__top-menu .top-menu_center{
        margin-bottom: 5px;
    }

    .container header .header__top-menu .top-menu_center > li{
        line-height: 24px;
    }

    .container header .header__search .search_buttons .button{
        margin-top: 14px;
    }

    .container header .header__search{
        min-height: 66px;
    }

    .container header .header__search .search_form{
        padding: 13px 3.33%;
    }

    .container header .header__search .search_logo{
        padding-top: 10px;
    }

}

.heart-popup{
  width: 720px;
  height: 700px;
  background-image: url('/local/templates/main/img/tmp/heart-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: auto;
  position: relative;
}

.heart{
  width: 382px;
  height: 325px;
  background-image: url('/local/templates/main/img/tmp/heart.png');
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 85px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.heart::after{
  content: '';
  width: 91px;
  height: 142px;
  background-image: url('/local/templates/main/img/tmp/heart-add.png');
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: calc(100% - 6px);
  left: 4px;
  right: 0;
  margin: auto;
  z-index: 1;
}

.heart-popup .mfp-close{
  width: 38px;
  height: 38px;
  background: #fff;
  opacity: 1;
  border-radius: 50%;
  font-size: 0;
  top: 20%;
  right: 25%;
}

.heart-popup .mfp-close::after,
.heart-popup .mfp-close::before{
  content: '';
  width: 20px;
  height: 2px;
  background: #b1b2b3;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(35deg);
}

.heart-popup .mfp-close::before{
  transform: rotate(-35deg);
}

.heart-popup .mfp-close:hover::after,
.heart-popup .mfp-close:hover::before{
  background: #000;
}

.heart__decor{
  width: 68px;
  height: 68px;
  position: absolute;
  background-image: url('/local/templates/main/img/tmp/heart_dec1.png');
  background-repeat: no-repeat;
  background-position: center;
  left: -65px;
  bottom: 50px;
}

.heart__decor.decor2{
  background-image: url('/local/templates/main/img/tmp/heart_dec2.png');
  left: auto;
  right: -45px;
  bottom: -10px;
}

.heart__content{
  text-align: center;
  padding: 105px 31px 0;
}

.heart__content.errors{
  text-align: center;
  padding: 75px 31px 0;
  z-index: 2;
  position: relative;
}

.heart__content .error-message{
  color:#FFF;
  font-family: 'RotondaC', sans-serif;
}

.heart__content .ok-message{
  padding-top:45px;
  color:#FFF;
  font-family: 'RotondaC', sans-serif;
  font-size:40px;
}

.heart__content img{
  margin: auto;
}

.heart .note{
  color: #fff;
  font-size: 9px;
  display: inline-block;
  position: relative;
}

.note__text{
  display: none;
  position: absolute;
  color: red;
  background: #fff;
  line-height: 12px;
  padding: 8px 10px;
  width: 100%;
  border-radius: 5px;
}

.note__text.isShow{
  display: block;
}

.note__close{
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 3px;
  right: 5px;
  cursor: pointer;
}

.note__close::after,
.note__close::before{
  content: '';
  width: 12px;
  height: 1px;
  background: #b1b2b3;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(38deg);
}

.note__close::before{
  transform: rotate(-38deg);
}

.note__close:hover::before,
.note__close:hover::after{
  background: #000;
}

.js-note{
  cursor: pointer;
}

.heart .note a{
  color: #fff;
}

.heart-btn{
  color: #c01f43;
  height: 40px;
  line-height: 36px;
  text-transform: uppercase;
  background: #fff;
  display: inline-block;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 3px;
  cursor: pointer;
  border: 2px solid #fff;
  transition: .3s;
}

.heart-btn:hover{
  background: transparent;
  color: #fff;
}

.gift-title{
  margin-bottom: 15px;
}

.heart-form{
  transform: translateY(-10px);
}

.heart__content textarea{
  width: 100%;
  max-width: 250px;
  height: 70px;
  border: 0;
  resize: none;
  font-size: 14px;
  padding: 10px 15px;
  outline: none;
  border-radius: 10px;
}

.heart fieldset{
  margin-bottom: 5px;
}

.heart input[type="text"]{
  display: block;
  margin: 0 auto 7px;
  border: 0;
  font-size: 12px;
  padding: 2px 12px;
  width: 100%;
  max-width: 180px;
  border-radius: 3px;
}

.heart input[type="text"].error,
.heart__content textarea.error{
  color: red;
}

.heart .step2{
    display: none;
}

.heart_step2 .step1{
  display: none;
}

.heart_step2 .step2{
  display: block;
}

@media (max-width: 991px){
  .heart-popup {
    width: 640px;
    height: 640px;
  }
}

@media (max-width: 767px){
  .heart-popup{
    width: 435px;
    height: 465px;
  }

  .heart{
    width: 320px;
    background-size: contain;
    bottom: -20px;
  }

  .heart::after{
    display: none;
  }

  .heart__content {
    text-align: center;
    padding: 115px 30px 0;
  }

  .heart__content textarea {
    max-width: 220px;
    height: 60px;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 8px;
  }

  .heart input[type="text"]{
    font-size: 11px;
    padding: 1px 12px;
    max-width: 165px;
  }

  .heart-btn{
    height: 30px;
    line-height: 26px;
    padding: 0 10px;
    font-size: 13px;
  }
}

@media (max-width: 479px){
  .heart-popup {
    width: 140%;
    height: 480px;
    left: -20%;
  }

  .heart__decor{
    display: none;
  }

  .mfp-content{
    overflow: hidden;
  }
}

@media (max-width: 320px){
  .heart {
    width: 300px;
  }

  .heart__content textarea{
    height: 46px;
  }
}

.test-product-slider{
    margin-top: 40px;
}

/* Start brand haus */

.main-slider .bx-viewport{
    min-height: auto!important;
}

.t-style{
    font-family: 'RotondaC';
    font-size: 24px;
    letter-spacing: .25px;
    color: #000;
}

.brands-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.brand{
    width: 20%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.brand a{
    display: block;
    transition: .3s;
}

.brand a:hover{
    opacity: .8;
}

@media (max-width: 1199px){
    .brand{
        width: 25%;
    }
}

@media (max-width: 991px){
    .brand{
        width: 33.3%;
    }
}

@media (max-width: 767px){
    .brand{
        width: 50%;
    }
}


.banner-group{
    margin: 25px -15px 5px;
}

.small-banner-row{
    display: flex;
    flex-wrap: wrap;

}

.small-banner-column{
    width: 31.3%;
    padding: 0 15px;
}

.small-banner{
    margin-bottom: 30px;
    border-radius: 6px;
    overflow: hidden;
}

.small-banner a{
    display: block;
    border-radius: 6px;
    overflow: hidden;
}

.small-banner a:hover{
    opacity: .8;
}

@media (max-width: 767px){

    .banner-group{
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
        margin: 30px 0 35px;
    }

    .small-banner-row{
        margin: 0;
        display: block;
        width: auto;
        white-space: nowrap;
    }

    .small-banner-column{
        width: max-content;
        padding: 0 !important;
        display: inline-block;
        vertical-align: top;
    }

    .small-banner{
        padding: 0 7.5px;
        max-width: 200px;
        display: inline-block;
        margin-bottom: 0;
    }

    .small-banner-column img{
        margin: auto;
    }

    .banner-group .mCSB_horizontal.mCSB_inside > .mCSB_container{
        margin-bottom: 0;
    }

    .banner-group .mCSB_scrollTools{
        opacity: 0!important;
    }
}


.categories-block{
    margin-bottom: 45px;
}

.categories-block h2{
    font-family: 'RotondaC';
    font-size: 24px;
    letter-spacing: .25px;
    color: #000;
    margin-bottom: 38px;
}

.categories-group{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.categories-group .mCSB_container{
    font-size: 0;
}

.category-item{
    width: 16.66%;
    padding: 0 10px;
    /* vertical-align: top; */
    margin-bottom: 28px;
    /* display: inline-block; */
}

.category-item__img{
    margin-bottom: 8px;
}

.category-item__img a{
    display: block;
}

.category-item__img a:hover{
    opacity: .6;
}

.category-item__img img{
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}

.category-item__title{
    font-family: 'RotondaC';
    font-size: 18px;
    text-align: center;
}

.category-item__title a{
    color: #000;
    text-decoration: none;
}

.category-item__title a:hover{
    color: #504a4a;
}

@media (max-width: 1199px){
    .category-item{
        width: 20%;
    }
}

@media (max-width: 991px){
    .category-item__title{
        font-size: 16px;
    }
}

@media (max-width: 767px){
    .categories-group{
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
        display: block;
        white-space: nowrap;
    }

    .category-item{
        width: 132px;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 0;
    }

    .category-item__title{
        white-space: pre-wrap;
    }
}

.filter-bottom-area{
    transform: translateY(-30px);
}

.filter-top-area{
    margin-bottom: 40px;
}

@media (max-width: 991px){
    .filter-top-area{
        margin: 20px auto 20px;
    }

    .filter-top-area img{
        margin: auto;
    }
}

@media (max-width: 767px){
    .filter-top-area img{
        max-width: 130px;
    }
}





.aside-area{
    background: palevioletred;
    position: absolute;
    top: 0;
    display: none;
}

.aside-area_left{
    left: 0;
}

.aside-area_right{
    right: 0;
}

@media (min-width: 1360px){
    .aside-area{
        display: block;
        width: calc((100% - 1325px)/2);
        height: 100%;
    }
}


/* start aside-banner */

.aside-banners{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.aside-banner{
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
}

.aside-banner a{
    display: block;
    transition: .3s;
}

.aside-banner a:hover{
    opacity: .8;
}

.bottomPanel{
    display: none;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    background: #c6c6c6;
    float: none;
}

@media (max-width: 991px){

    .bottomPanel{
        display: flex;
    }

    .aside-banners{
        padding: 15px 0 0;
    }

    .aside-banner{
        display: none;
        margin-bottom: 0!important;
    }

    .aside-banner a:hover{
        color: #fff;
    }

    .aside-banner.isShowInBottomPanel,
    .aside-banner.isShowInMobileMenu{
        display: block;
    }

    .aside-banner__icon{
        display: flex;
        height: 30px;
        margin-right: 10px;
    }

    .aside-banner__icon img{
        max-width: auto;
        /*width: auto;*/
    }

    .aside-banner__icon svg{
        width: 30px;
    }

    .aside-banner__title{
        line-height: 14px;
    }

    .aside-banner{
        width: 100%;
        position: relative;
    }

    .aside-banner a{
        text-decoration: none;
        font-size: 12px;
        text-transform: uppercase;
        padding: 10px;
    }

    .aside-mobile{
        display: flex!important;
        align-items: center;
        justify-content: center;
    }

    .aside-banner:nth-child(even) .aside-mobile{
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    .aside-banners .aside-banner{
        text-align: center;
        width: 100%!important;
    }

    .aside-banners .aside-banner img{
        max-height: 80px;
        width: auto;
        margin: auto;
    }

    .aside-banners .aside-banner a {
        display: inline-flex;
        width: 225px;
        margin-bottom: 10px;
    }

    .aside-banners .aside-banner__icon{
        width: 50px;
        height: auto;
        align-items: center;
    }

    .aside-banners .aside-banner svg{
        width: 100%;
        fill: #6d6e70;
    }

    .aside-banners .aside-banner__icon img{
        display: block;
        width: 100%;
        height: auto;
    }

    .aside-banners .aside-banner__title{
        color: #6d6e70;
        font-size: 18px;
        font-family: 'RotondaC';
        line-height: 18px;
        width: auto;
        text-align: left;
        text-transform: none;
        transform: translateY(-3px);
        padding: 0;
        margin-left: 22px;
        width: calc(100% - 72px);
    }

}

@media (max-width: 767px){

    .aside-banner__icon svg{
        width: 25px;
        margin-right: 5px;
    }

    .aside-banner a{
        font-size: 11px;
        padding: 8px 5px;
    }
}

@media (max-width: 480px){
    .aside-banner:nth-child(1){
        width: 80%;
    }
    .aside-banner:nth-child(2){
        width: 120%;
    }
    .aside-banner:nth-child(3){
        width: 80%;
    }
}

/* end aside-banner */

/* start series */

.series{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.series__column{
    display: flex;
    width: 50%;
}

.series-row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.series-item{
    width: 25%;
    font-family: 'RotondaC';
    border-radius: 10px;
    overflow: hidden;
    padding: 0 10px;
    margin-bottom: 20px;
}

.series-item.series-item_big{
    width: 50%;
}

.series-item_quote{
    width: 25%;
}

.series-item_half{
    width: 50%;
}

.series-item a{
    border-radius: 6px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    color: #000;
    font-size: 18px;
    letter-spacing: .25px;
    transition: .3s;
}

.series-item__title{
    width: calc(100% - 2px);
    background: #fdfdfd;
    position: absolute;
    left: 1px;
    bottom: 1px;
    border-radius: 3px;
    padding: 5px;
    text-align: center;
}

.series-item a:hover{
    opacity: .8;
}

.series .slick-arrow{
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 45px;
    border-radius: 5px 0 0 5px;
    z-index: 3;
}

.series .slick-next {
    right: 5px;
    background-position: -21px 11px;
}

.series .slick-prev{
    right: auto;
    left: 5px;
    background-position: 0 11px;
    border-radius: 0 5px 5px 0;
}

@media (max-width: 767px){

    .categories-group .mCSB_scrollTools{
        opacity: 0!important;
    }

    .categories-group .mCSB_container{
        margin-bottom: 0!important;
    }

    .series{
        max-width: 480px;
        margin: auto;
    }

    .series-item{
        width: 50%;
        text-align: center;
        margin-bottom: 5px;
        padding: 0 5px;
    }

    .series-item.series-item_big{
        width: 100%;
    }
}


/* end series */

.top-row{
    margin-bottom: 22px;
}

.criterion-list{
    display: flex;
    margin-bottom: 3px;
    background-position: center center;
    background-size: cover;
}

.hous-filter{
    font-size: 14px;
    font-family: 'RotondaC';
    line-height: 16px;
    color: #000;
}

.top-row .criterion{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 3px 15px;
    background-color: #fff8d7;
    position: relative;
    z-index: 1;
    cursor: pointer;
    color: #000;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.top-row .criterion span{
    display: inline-block;
    text-align: left;
}

.top-row .criterion:nth-child(even){
    background-color: #fde0c4;
}

.top-row .criterion:hover{
    z-index: 3;
    box-shadow: 0px 1px 6px 0px rgba(89, 74, 62, 0.38)
}

.top-row .criterion.isActive{
    background-color:#ff0d22;
    color: #fff;
}

.bottom-row{
    margin-bottom: 30px;
}

.bottom-row .criterion-list{
    justify-content: space-between;
    margin: 0 0 3px 0;
}

.bottom-row .criterion{
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #3a962c;
    border-radius: 25px;
    color: #3a962c;
    height: 45px;
    padding: 0 15px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    cursor: pointer;
    /* margin: 0 10px; */
    color: #000;
    text-decoration: none;
}

.bottom-row .criterion-list.simpeRow{
    justify-content: flex-start;
}

.bottom-row .criterion-list.simpeRow .criterion{
    margin: 0 30px 0 0;
}

.bottom-row .criterion-list.simpeRow .criterion:last-child{
    margin-right: 0;
}

.bottom-row .criterion.isActive,
.bottom-row .criterion:hover{
    background-color:#3a962c;
    color: #fff;
    box-shadow: inset 0px 0px 13px 0px rgba(0, 0, 0, 0.16);
}

@media (max-width: 1199px){

    .top-row,
    .bottom-row{
        overflow: hidden;
        overflow-x: auto;
        margin-bottom: 0;
    }

    .criterion-list{
        font-size: 0;
        white-space: nowrap;
        margin-bottom: 0;
    }

    .top-row .criterion-list{
        background: #f24841;
    }

    .top-row .criterion{
        padding: 3px 15px;
        font-size: 15px;
        letter-spacing: .25px;
        color: #fff;
        background-color: #f24841;
        flex-wrap: nowrap;
        min-height: 40px;
        line-height: 34px;
        white-space: nowrap;
        display: inline-block;
        position: relative;
    }

    .top-row .criterion.isActive:before{
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        background: #fff;
    }

    .top-row .criterion:hover{
        box-shadow: none;
    }

    .bottom-row .criterion-list{
        margin: 0;
        background: #ffe6cf;
        justify-content: stretch;
    }

    .bottom-row .criterion{
        width: 100%;
        margin: 0;
        font-size: 15px;
        letter-spacing: .25px;
        color: #6c6966;
        border-radius: 0;
        border: none;
        display: inline-flex;
        height: 35px;
        padding: 0 25px;
    }

    .bottom-row .criterion.isActive,
    .bottom-row .criterion:hover{
        box-shadow: none;
    }

    .bottom-row .criterion.isActive:before{
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        background: #fff;
    }

    .top-row .mCSB_horizontal.mCSB_inside > .mCSB_container,
    .bottom-row .mCSB_horizontal.mCSB_inside > .mCSB_container{
        margin-bottom: 0;
    }

    .top-row .mCSB_scrollTools,
    .bottom-row .mCSB_scrollTools{
        opacity: 0!important;
    }
}



/* video  start*/

.info-area .h2{
    font-family: 'RotondaC';
    margin-bottom: 15px;
    padding-right: 60px;
}

.info-area-slider{
    position: relative;
    margin: 20px 0 35px;
}

.slick-arrow{
    font-size: 0;
    border: none;
    width: 21px;
    height: 21px;
    background-color: #dbdbdb;
    background-image: url('../img/icons/lr-arrow.png');
    background-position: 0;
    background-repeat: no-repeat;
    border-radius: 50%;
    position: absolute;
    top: -40px;
}

.slick-next{
    right: 0;
    background-position: -21px 0;
}

.slick-prev{
    right: 31px;;
}

.slick-arrow:hover{
    background-color: #00adbe;
}

.info-area-slider .slick-list{margin: 0 -7.5px;}
.info-area-slider .slick-slide {padding: 0 7.5px;}

.video-item{
    position: relative;
    max-width: 780px;
}

.video-item > a{
    display: block;
    color: #000;
    text-decoration: none;
}

.video-item__img{
    position: relative;
    margin-bottom: 5px;
}

.video-item__img:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 71px;
    height: 71px;
    background: url('../img/icons/video-play-icon.png');
    background-size: contain;
    z-index: 1;
    opacity: .6;
}

.video-item__img:hover:before{
    opacity: 1;
}

.video-item__img:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: 0;
}

.video-item__text{
    font-size: 18px;
    line-height: 22px;
}

.video-item__shirm{
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.video-item__shirm.isHidden{
    display: none;
}

.video-item__shirm:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 71px;
    height: 71px;
    background: url('../img/icons/video-play-icon.png');
    z-index: 2;
    opacity: .6;
}

.video-item__shirm:hover:before{
    opacity: 1;
}

.mfp-content .info-area-slider{
    width: 765px;
    margin: auto;
}

.mfp-content .info-area-slider .slick-slide{
    padding: 0;
}

@media (max-width: 1199px){
    .video-item__img:before{
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 991px){
    .mfp-content .info-area-slider{
        width: 460px;
    }

    .video-item__video{
        height: 280px!important;
    }
}


@media (max-width: 480px){
    .mfp-content .info-area-slider{
        width: calc(100% - 30px);
    }

    .video-item__video{
        height: 240px!important;
    }
}

/* video end*/


/* start product-slider */

.product-slider{
    position: relative;
    margin: 20px 0 35px;
}

.product-slider .slick-list{margin: 0 -5px;}
.product-slider .slick-slide {padding: 0 5px;}


.product-slider .border-block__name{
    display: block;
    height: 60px;
    overflow: hidden;
}

.product-slider .border-block__img{
    height: 204px;
}

/* end product-slider */


/* start overview-slider */

.overview-slider{
    position: relative;
    margin: 20px 0 35px;
}

.overview-slider .slick-list{margin: 0 -12.5px;}
.overview-slider .slick-slide {padding: 0 12.5px;}

.overview-slider .shares-block{
    margin: 0;
}

.overview-slider .shares-block:focus{
    outline: none;
}

.overview-slider .hover-title-block .title,
.overview-slider .shares-block .title{
    font-size: 20px;
    margin-bottom: 5px;
}

.overview-slider .shares-block .share-info .date{
    font-size: 14px;
}

.overview-slider .hover-title-block,
.overview-slider .shares-block{
    clear: inherit!important;
}

@media (max-width: 1199px){

    .overview-slider .slick-list{margin: 0 -5px;}
    .overview-slider .slick-slide {padding: 0 5px;}

    .hover-title-block .shares-img,
    .shares-block .shares-img{
        margin-bottom: 12px;
    }

    .overview-slider .hover-title-block .title,
    .overview-slider .shares-block .title{
        font-size: 18px;
    }
}

/* end overview-slider */



.editable-area{
    margin: 20px 0 35px;
}

.editable-area h2,
.editable-area h3,
.editable-area h4,
.editable-area h5,
.editable-area h6{
    font-weight: 400;
    letter-spacing: .25px;
    line-height: 1.2;
    margin-bottom: 18px;
}

.editable-area h2{
    font-size: 32px;
}
.editable-area h3{
    font-size: 26px;
}
.editable-area h4{
    font-size: 24px;
}
.editable-area h5{
    font-size: 20px;
}
.editable-area h6{
    font-size: 16px;
}

.editable-area ul,
.editable-area ol{
    margin: 0 0 16px 18px;
}

.editable-area ul li,
.editable-area ol li{
    margin-bottom: 3px;
}

.editable-area p{
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 12px;
}

.editable-area img{
    margin-bottom: 12px;
}



/* End brand haus */


.area-show .cls-1,
.area-show .cls-2 {
    fill: none;
    stroke: #dc1916;
    stroke-miterlimit: 10;
}

.area-show .cls-1 {
    stroke-width: 3.19px;
}

.area-show .cls-2 {
    stroke-width: 3px;
}

.area-show .cls-3 {
    fill: #dc1916;
}

.area-show{
    margin-bottom: 15px;
}

.area-show a{
    display: flex;
    height: 120px;
    line-height: 28px;
    border-radius: 8px;
    border: 2px solid #dc1916;
    padding: 10px 15px;
    color: #dc1916;
    align-items: center;
    align-content: center;
    font-size: 24px;
    font-family: 'RotondaC';
    text-decoration: none;
    transition: .3s;
}

.area-show a:hover{
    opacity: .6;
}

.area-show .svg-wrapper{
    width: 35%;
}

.area-show span{
    display: inline-block;
    width: 65%;
    padding-left: 15px;
    text-align: center;
}

@media (max-width: 1199px){
    .area-show a{
        height: 90px;
        line-height: 18px;
        font-size: 18px;
    }
}

@media (max-width: 991px){

    .area-item-block{
        display: flex;
        justify-content: space-between;
    }

    .area-show {
        margin-bottom: 15px;
        width: calc(33% - 15px);
    }

    .area-show svg{
        width: 75px;
    }

    .area-show span{
        width: calc(100% - 75px);
    }
}

@media (max-width: 767px){
    .area-item-block{
        display: block;
    }

    .area-show{
        text-align: center;
        width: 100%;
        margin-bottom: 4px;
    }

    .area-show a{
        display: inline-flex;
        width: 245px;
        height: 58px;
    }

    .area-show .svg-wrapper{
        width: 50px;
    }

    .area-show svg{
        width: 100%;
    }

    .area-show span {
        width: auto;
        text-align: left;
        transform: translateY(-3px);
        padding: 0;
        margin-left: 25px;
    }


}





/* start brand-hous-wrapper */


@media (min-width: 1200px){
    .l-menu-wrap.brand-hous-wrapper > div.sidebar {
        width: 280px;
        margin-right: -280px;
    }

    .l-menu-wrap.brand-hous-wrapper > div.r-content > .content-wrapper {
        margin-left: 287px;
    }
}

@media (max-width: 1199px){


    .brand-hous-wrapper .content-wrapper > div{
        order: 4;
        width: 100%;
    }

    .brand-hous-wrapper .content-wrapper{
        display: flex;
        flex-wrap: wrap;
        width: calc(100% - 214px);
    }

    .brand-hous-wrapper .content-wrapper .main-slider{
        order: 1;
        width: 100%;
    }

    .brand-hous-wrapper .content-wrapper .hous-filter{
        box-shadow: 0 3px 3px -1px rgba(0,0,0,.1);
        order: 2;
        width: 100%;
        margin: 25px 0 20px;
    }

    .brand-hous-wrapper .content-wrapper .info-area{
        order: 3;
    }
}

@media (max-width: 991px){
    .brand-hous-wrapper .content-wrapper{
        width: 100%;
    }
}

.l-menu-wrap.brand-hous-wrapper > div.r-content{
    padding-bottom: 0;
}

/* end brand-hous-wrapper */

@media (max-width: 1199px){
    .scroll-element.scroll-x.scroll-scrollx_visible{
        display: none!important;
    }
}

.magnific-video .mfp-content{
    text-align: center;
}

.magnific-video .video-popup{
    max-width: 780px;
    margin: auto;
    position: relative;
}

.magnific-video .mfp-close{
    opacity: 1;
    right: 0;
    top: 0;
    color: #fff;
}

@media (max-width: 991px){
    .magnific-video .video-popup{
        max-width: 460px;
    }
}

.contact-center a{
  text-decoration: underline;
}

.contact-center p{
  line-height: 18px;
}

.contact-center__text p{
  font-size: 14px;
  line-height: 18px;
}

.contact-center__text a{
  font-size: 14px;
}

.header-popup__name{
  font-size: 18px;
  border-bottom: 1px solid #848484;
  padding: 0 10px;
  display: inline-block;
  color: #333;
  text-align: center;
  margin: 0 auto 15px;
}

.header-popup__phones{
  margin-bottom: 12px;
}

.phoneNumber{
  position: relative;
  min-height: 30px;
  padding-left: 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 5px 0;
}

.phoneNumber::before{
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5px;
  left: 0;
  background-image: url(../img/icons/phone.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}

.phoneNumber.phoneNumber_mts::before{
  background-image: url(../img/icons/mts.png);
}

.phoneNumber.phoneNumber_velcom::before{
  background-image: url(../img/icons/a1.png);
}

.phoneNumber.phoneNumber_city::before{
  top: 10px;
}

.phoneNumber a{
  color: #333!important;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.phoneNumber.phoneNumber_city p{
  width: 100%;
}

.phoneNumber.phoneNumber_city a{
  font-size: 13px;
}

.contact-center__text .time{
  font-size: 14px;
  padding: 10px 0;
  border-top: 1px solid #5b5b5b;
  border-bottom: 1px solid #5b5b5b;
  margin: 15px 0 15px;
}

.contact-center__area{
  border-bottom: 1px solid #5b5b5b;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.contact-center__area p{
  font-size: 14px;
  margin-bottom: 2px;
}

.contact-center__area .helpi{
  background: url(../img/icons/help-icon.png);
  background-position: 0 4px;
  background-size: 31px;
  background-repeat: no-repeat;
  padding-left: 40px;
  margin-bottom: 10px;
  min-height: 40px;
  line-height: 16px;
}

.contact-center__area p a{
  font-size: 14px;
  color: #333!important;
  text-decoration: none;
}

.contact-center__area .nowrap{
  white-space: nowrap;
}

.contact-center__bottom{
  font-size: 14px;
  margin-bottom: 15px;
}

.social{
  font-size: 0;
  text-align: center;
  height: 30px;
}

.social__item{
  display: inline-block;
}

.social__link{
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../img/icons/social_sprite.png);
  background-position: 0 0px;
  background-repeat: no-repeat;
  background-size: auto 30px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 5px;
}

.social__link.social_link-insta{
  background-position: -100px 0;
}

.social__link.social_link-ok{
  background-position: -33px 0;
}

.social__link.social_link-fb{
  background-position: -67px 0px;
}

.messengers{
  margin-bottom: 15px;
}

.messenger{
  line-height: 19px;
  margin-bottom: 3px;
}

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

.messenger a{
  display: inline-block;
  font-size: 13px;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.messenger.messenger_telegram a{
  background-image: url(../img/icons/telegram.png);
  background-size: 19px;
}

.messenger.messenger_viber a{
  background-image: url(../img/icons/viber.png);
  background-size: 19px;
}

@media (max-width: 767px){
  .contact-center .showContact{
    margin-right: 0;
  }

  .contact-center .cc-popup::before{
    display: none!important;
  }
}

.set-products {
  margin-bottom: 40px;
//background: #000;
}
.set-products .set-product {
  /*max-width: 100px;*/
}
.set-products .set-product p a {
  font-size: 13px;
  color: #2d2d2d !important;
}
.set-products .set-product p a:hover {
  font-size: 13px;
  color: #00717b !important;
  text-decoration: none;
}
.set-product .product-price {
  font-size: 13px;
  font-weight: bold;
}
.set-product .product-old-price {
  font-size: 13px;
}
.set-product .product-price .discount {
  color: #FF0000;
}
.set-products .plus {
  font-size: 50px;
  padding-top: 75px;
  text-align: center;
  max-width: 30px;
  color: #00adbe;
  padding-left: 0;
}
.set-products .total-price {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}
.set-products .buy-block {
  margin-top: 30px;
}
.your-economy {
  font-size: 13px;
}
.buy-block .btn-buy {
  text-align: center;
  display: block;
  max-width: 100%;
  padding: 10px 10px;
  border-radius: 3px;
  margin-top: 30px;
}
.set-products .section-title {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .set-products .row {
    white-space: nowrap;
    /*width: 840px !important;*/
  }
  .set-products .set-product {
    width: 200px;
    white-space: normal;
    display: inline-block;
    float:none;
    vertical-align: top;
  }
  .set-products .plus {
    display: inline-block;
    float:none;
    vertical-align: top;
  }
  .set-products .buy-block {
    display: inline-block;
    float:none;
    width: 280px;
    vertical-align: top;
  }
  .set-products {
    width: 100% !important;
    overflow-x: scroll !important;
  }
}
@media screen and (min-width: 1100px) {
  .set-products .buy-block {
    max-width: 280px;
  }
}

.dropdown-brand-logo{
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.dropdown-brand-logo>.dropdown-banner{
  margin-bottom: 20px;
}

@media screen and (max-width:991px) {
  .container header .header__navigation .nav-section .nav-tabs>li .menu-dropdown .dropdown-brand-logo{
    display:none;
  }
}
.container header .header__navigation .nav-section>ul>li>.menu-dropdown .dropdown-brand-logo .dropdown-banner img {
  width:100%;
  height: auto;
  max-height: 121.39px;
}
.container header .header__navigation .nav-section>ul>li>.menu-dropdown .dropdown-brand-logo .dropdown-banner {
  margin-bottom: 20px
}

.container header .header__navigation .nav-section>ul>li>.menu-dropdown .dropdown-brand-logo .dropdown-banner a {
  border-right: 0
}

.container header .header__navigation .nav-section>ul>li>.menu-dropdown .dropdown-brand-logo .dropdown-banner a img {
  width: 100%
}

.container header .header__navigation .nav-section>ul>li>.menu-dropdown .dropdown-brand-logo .dropdown-links a {
  line-height: 22px;
  color: #00717b;
  text-decoration: underline;
  margin-bottom: 15px;
  display: inline-block;
  border-right: 0
}

.container header .header__navigation .nav-section>ul>li>.menu-dropdown .dropdown-brand-logo .dropdown-links a:hover {
  text-decoration: none;
}

.container header .header__navigation .nav-section>ul>li>.menu-dropdown .dropdown-brand-logo .dropdown-links a:last-child {
  margin: 0;
}

.flag.flag_half {
  background: url(/local/templates/main/styles/../img/images/50.png);
  width: 201px;
  height: 60px;
  background-size: 168px;
  background-repeat: no-repeat;
  margin-left: -5px;
  font-size: 16px;
  padding-top: 6px;
  padding-left: 10px;
  /*color: transparent;*/
}


.product-card .flag.flag_half {
  background: url(/local/templates/main/styles/../img/images/50.png);
  width: 220px;
  height: 60px;
  background-size: 225px;
  background-repeat: no-repeat;
  margin-left: -8px;
  font-size: 17px;
  padding-left: 15px;
  padding-top: 11px;
}

.flag.flag_half::after {
  content: none;
}

.flag.flag_half .iShop .text {
  display: inline-block;
  vertical-align: top;
  text-transform: lowercase;
  font-size: 11px;
  margin-left: 10px;
  line-height: 9px;
}
.flag.flag_half .iShop .text span {
  font-weight: 600;
}
.flag.flag_half .iShop .discount {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  text-align: center;
  font-size: 14px;
}
.col-sm-2 .flag.flag_half .iShop .text span {
  font-size: 11px;
}

.product-card .flag.flag_half .iShop .discount {
  width: 39px;
  margin-left: -1px;
  font-size: 18px;
}
.product-card .flag.flag_half .iShop .text {
  font-size: 14px;
  line-height: 11px;
  margin-top: -2px;
}
.close {
  opacity: 1;
}

}

.set-products {
  margin-bottom: 40px;
//background: #000;
}
.set-products .set-product {
  /*max-width: 100px;*/
}
.set-products .set-product p a {
  font-size: 13px;
  color: #2d2d2d !important;
}
.set-products .set-product p a:hover {
  font-size: 13px;
  color: #00717b !important;
  text-decoration: none;
}
.set-product .product-price {
  font-size: 13px;
  font-weight: bold;
}
.set-product .product-old-price {
  font-size: 13px;
}
.set-product .product-price .discount {
  color: #FF0000;
}
.set-products .plus {
  font-size: 50px;
  padding-top: 75px;
  text-align: center;
  max-width: 30px;
  color: #00adbe;
  padding-left: 0;
}
.set-products .total-price {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}
.set-products .buy-block {
  margin-top: 30px;
}
.your-economy {
  font-size: 13px;
}
.buy-block .btn-buy {
  text-align: center;
  display: block;
  max-width: 100%;
  padding: 10px 10px;
  border-radius: 3px;
  margin-top: 30px;
}
.set-products .section-title {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .set-products .row {
    white-space: nowrap;
    /*width: 840px !important;*/
  }
  .set-products .set-product {
    width: 200px;
    white-space: normal;
    display: inline-block;
    float:none;
    vertical-align: top;
  }
  .set-products .plus {
    display: inline-block;
    float:none;
    vertical-align: top;
  }
  .set-products .buy-block {
    display: inline-block;
    float:none;
    width: 280px;
    vertical-align: top;
  }
  .set-products {
    width: 100% !important;
    overflow-x: scroll !important;
  }
}
@media screen and (min-width: 1100px) {
  .set-products .buy-block {
    max-width: 280px;
  }
}

.flag.flag_half {
  background: url(/local/templates/main/styles/../img/images/50.png);
  width: 201px;
  height: 60px;
  background-size: 168px;
  background-repeat: no-repeat;
  margin-left: -8px;
  font-size: 16px;
  padding-top: 6px;
  padding-left: 10px
}

.product-card .flag.flag_half {
  background: url(/local/templates/main/styles/../img/images/50.png);
  width: 220px;
  height: 60px;
  background-size: 225px;
  background-repeat: no-repeat;
  margin-left: -5px;
  font-size: 17px;
  padding-left: 15px;
  padding-top: 11px
}

.flag.flag_half::after {
  content: none
}

.flag.flag_half .iShop .text {
  display: inline-block;
  vertical-align: top;
  text-transform: lowercase;
  font-size: 11px;
  margin-left: 10px;
  line-height: 9px
}

.flag.flag_half .iShop .text span {
  font-weight: 600
}

.flag.flag_half .iShop .discount {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  text-align: center;
  font-size: 14px
}

.product-card .flag.flag_half .iShop .discount {
  width: 39px;
  margin-left: -1px;
  font-size: 18px
}

.product-card .flag.flag_half .iShop .text {
  font-size: 14px;
  line-height: 11px;
  margin-top: -2px
}

.border-block__img {
  position: relative;
}
.border-block__fast-preview {
  background: #ffffff8f;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  font-size: 12px;
  padding: 4px 10px;
  width: 150px;
  margin-left: -75px;
  border: 1px solid #e4e4e4;
  cursor: pointer;
}
.border-block__img:hover .border-block__fast-preview {
  display: block;
}
.border-block__fast-preview:hover {
  background: #ffffffd1;
}
/*.border-block p a {
  word-break: break-all;
}*/

li.region {
  position: relative;
}
body {
  position: relative;
}
.delivery_popup {
  position: absolute;
  top: 28px;
  left: 50%;
  margin-left: 30px;
  width: 288px;
  height: 200px;
  z-index: 99;
}
.delivery_popup img {
  position: absolute;
}
.delivery-banner__bottom-button {
  position: absolute;
  bottom: 54px;
  left: 12px;
  cursor: pointer;
}
.delivery-banner__cross {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .delivery_popup {
    margin-left: -144px;
    top: 55px;
  }
}
.search_logo img.newYearLogo {
  margin-top: -15px;
}
@media screen and (max-width: 960px) {
  .search_logo img.newYearLogo {
    margin-top: -10px;
    margin-bottom: 5px;
  }
}
.can-buy{
  #background: green;
}
.blocked-buy{
  color:  #e4e4e4;
  background:#f6f6f6;
}
.border-block-minimum{
  min-height: 390px !important;
}

/* open-sans-regular - cyrillic */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/open-sans-v17-cyrillic-regular.woff2') format('woff2'),  url('../fonts/open-sans-v17-cyrillic-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-600 - cyrillic */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('../fonts/open-sans-v17-cyrillic-600.woff2') format('woff2'),  url('../fonts/open-sans-v17-cyrillic-600.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700 - cyrillic */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/open-sans-v17-cyrillic-700.woff2') format('woff2'),  url('../fonts/open-sans-v17-cyrillic-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

.outer-wrapper {
  max-width: 1325px;
  padding: 0 32px;
  margin: 0 auto;
}

.bs-basket {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.bs-basket__title {
  font-size: 26px;
  font-weight: 400;
  margin: 16px 0;
  color: #1a1a1a;
}

.bs-basket__select {
  margin: 16px 0;
}

.bs-basket__select-label {
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  padding-left: 42px;
  position: relative;
}

.bs-basket__select-label-ico {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 auto;
  cursor: pointer;
  border: 1px solid #00abbc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: transparent;
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bs-basket__select-label-ico .svg-icon {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.bs-basket__select-label.active .bs-basket__select-label-ico {
  color: #fff;
  background-color: #00abbc;
}

.bs-basket__select-checker {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.bs-basket__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -16px;
}

.bs-basket__main,
.bs-basket__aside {
  padding: 16px;
}

.bs-basket__main {
  width: -webkit-calc(100% - 314px);
  width: calc(100% - 314px);
}

.bs-basket__aside {
  width: 314px;
}

.bs-basket__product .alert-warning {
  margin-left: 204px;
}
.bs-basket__product {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: 0.15s all linear;
  transition: 0.15s all linear;
  border: 1px solid transparent;
}

.bs-basket__product:hover {
  border: solid 1px #e6e6e6;
}

.bs-basket__product:hover .bs-basket__product-actions {
  opacity: 1;
}

.bs-basket__product-main {
  width: -webkit-calc(100% - 78px);
  width: calc(100% - 78px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bs-basket__product-aside {
  width: 78px;
}

.bs-basket__product-actions {
  padding: 17px 24px;
  opacity: 0;
  -webkit-transition: 0.15s all linear;
  transition: 0.15s all linear;
  will-change: opacity;
}

.bs-basket__product-favorite,
.bs-basket__product-delete {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
  color: #aaaaaa;
  -webkit-transition: 0.15s all linear;
  transition: 0.15s all linear;
  margin: 20px 0;
  text-decoration: none;
}
.bs-basket__product-favorite:hover .tooltip-custom,
.bs-basket__product-delete:hover .tooltip-custom {
  display: block;
}
.bs-basket__product-favorite .tooltip-custom--del.tooltip-custom{
  visibility: hidden;}
.bs-basket__product-favorite.hovered .tooltip-custom--del.tooltip-custom {
  visibility: visible;
}
.bs-basket__product-favorite.hovered .tooltip-custom--add.tooltip-custom{
  visibility: hidden;}

.bs-basket__product-favorite .svg-icon,
.bs-basket__product-delete .svg-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bs-basket__product-favorite.hovered,
.bs-basket__product-delete.hovered,
.bs-basket__product-favorite:hover,
.bs-basket__product-delete:hover {
  color: #ff465e;
  /*filter: drop-shadow(0 0 2px #ff465e);*/
}

.bs-basket__product-favorite_mob,
.bs-basket__product-delete_mob {
  display: none;
}

.bs-basket__product-check {
  width: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
}

.bs-basket__product-select {
  display: block;
}

.bs-basket__product-select-ico {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 auto;
  cursor: pointer;
  border: 1px solid #00abbc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: transparent;
  position: relative;
}

.bs-basket__product-select-ico .svg-icon {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.bs-basket__product-select.active .bs-basket__product-select-ico {
  color: #fff;
  background-color: #00abbc;
}

.bs-basket__product-checker {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  width: 0;
  height: 0;
}
.bs-basket__product-pic-wrap{
  display: flex;
  align-items: center;
  align-self: flex-start;
}
.bs-basket__product-pic {
  width: 140px;
  margin-right: 24px;
  *margin-bottom: -20px;
}

.bs-basket__product-thumb {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.bs-basket__product-thumb::before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 100%;
}

.bs-basket__product-desc {
  max-width: 256px;
  padding-top: 17px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.bs-basket__product-title {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  color: #1a1a1a;
  margin-bottom: 8px;
  text-decoration: none;
}

.bs-basket__product-title:hover,
.bs-basket__product-title:focus {
  text-decoration: underline;
}

.bs-basket__product-type {
  color: #777777;
  font-size: 13px;
  margin: 0;
}

.bs-basket__product-type-link {
  text-decoration: none;
  color: #777777;
}

.bs-basket__product-type-link:hover,
.bs-basket__product-type-link:focus {
  text-decoration: underline;
}

.bs-basket__product-availability.bs-basket__product-availability.bs-basket__product-availability {
  margin-bottom: 5px;
}
.bs-basket__product-availability {
  display: block;
  color: #333333;
  font-size: 13px;
  margin: 0;
}

.bs-basket__product-availability_order {
  color: #00abbc;
}

.bs-basket__product-params {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bs-basket__product-color {
  display: inline-flex;
  align-items: center;
  order: -10;
  height: 28px;
  line-height: 28px;
  padding-right: 36px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #2d2d2d;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  margin-right: 13px;
}
.bs-basket__product-color-icon{
  margin-left: 6px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
}

.bs-basket__product-height {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #2d2d2d;
  line-height: 1.54;
}

.bs-basket__product-counter {
  width: 92px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-top: 13px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bs-basket__product-status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 17px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.bs-basket__product-status-value {
  font-size: 13px;
  min-height: 24px;
  line-height: 22px;
  padding: 0 14px;
  border: 1px dashed #ff465e;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #ff465e;
}

.bs-basket__product-info {
  padding-top: 17px;
  text-align: right;
  -webkit-flex-basis: 130px;
  -ms-flex-preferred-size: 130px;
  flex-basis: 130px;
  max-width: 130px;
  word-break: break-word;
  margin: 0 0 0 auto;
}

.bs-basket__product-price {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #333333;
  margin: 8px 0;
}

.bs-basket__product-discount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 8px 0 6px 0;
}

.bs-basket__product-old-price {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #777777;
  margin-right: 9px;
  text-decoration: line-through;
}

.bs-basket__product-action {
  width: 41px;
  height: 18px;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  background: no-repeat center;
  background-size: contain;
  text-align: center;
}

.bs-basket__product-saving {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #777777;
  margin: 6px 0;
  display: inline-flex;
  white-space: nowrap;
}

.bs-basket__product-left {
  max-width: 460px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.bs-basket__product-right {
  width: -webkit-calc(100% - 460px);
  width: calc(100% - 460px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.bs-counter__group {
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.bs-counter__value {
  width: 57px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #C8C8C8;
  box-sizing: border-box;
  border-radius: 3px;
  text-align: center;
  outline: none;
  line-height: 32px;
  margin: 0 12px;
  padding: 2px 4px;
  font-size: 16px;
  color: #333333;
  box-shadow: 0px 2px 4px rgba(0,0,0,.15) inset;;
}

.bs-counter__minus,
.bs-counter__plus {
  text-align: center;
  line-height: 21px;
  width: 21px;
  height: 21px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  background-color: #f6f6f6;
  color: #737373;
}

.bs-counter__notify {
  width: 204px;
  position: absolute;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateY(100%) translateX(-50%);
  -ms-transform: translateY(100%) translateX(-50%);
  transform: translateY(100%) translateX(-50%);
  color: #1a1a1a;
  padding-top: 10px;
  -webkit-transition: 0.15s all linear;
  transition: 0.15s all linear;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  will-change: opacity, visibility, z-index;
}

.bs-counter__notify.open {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}

.bs-counter__notify-text {
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #d9d9d9;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 8px 37px 12px 16px;
  position: relative;
  background-color: #fff;
}

.bs-counter__notify-text::before {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  border-left: solid 1px #d9d9d9;
  border-top: solid 1px #d9d9d9;
  -webkit-box-shadow: -2px -2px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: -2px -2px 2px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: -1px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.bs-counter__notify-close {
  width: 10px;
  height: 10px;
  cursor: pointer;
  z-index: 4;
  position: absolute;
  top: 17px;
  right: 13px;
}

.bs-counter__notify-close-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #1a1a1a;
  position: absolute;
  top: 50%;
}

.bs-counter__notify-close-line:first-child {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.bs-counter__notify-close-line:last-child {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.bs-quick-order {
  padding: 18px 18px 22px 18px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.24);
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 25px 0;
}

.bs-quick-order__total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: wrap;
  -webkit-flex: wrap;
  -ms-flex: wrap;
  flex: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 26px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #333333;
  margin: 9px 0;
}

.bs-quick-order__total-text {
  font-size: 22px;
  margin-top: 2px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  line-height: 1;
  margin-right: 5px;
}

.bs-quick-order__total-value {
  line-height: 1;
  text-align: right;
}

.bs-quick-order__list {
  margin: 9px 0 17px 0;
  padding: 0;
}

.bs-quick-order__list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: none;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #777777;
  margin: 4px 0;
}

.bs-quick-order__list-item_bonus .bs-quick-order__list-value {
  position: relative;
  padding-left: 24px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.bs-quick-order__list-item_bonus .bs-quick-order__list-value::after {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/basket/bonus-ico.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}

.bs-quick-order__list-key,
.bs-quick-order__list-value {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.bs-quick-order__list-value {
  text-align: right;
}

.bs-quick-order__promocode {
  margin: 17px 0 24px 0;
}
.bs-quick-order__promocode .bx_ordercart_coupon {
  display: flex;
  margin-top: 10px;
}
.bs-quick-order__promocode .bx_ordercart_coupon input{
  width: 100px;
  min-width: 100px;
  flex-grow: 1;
  padding-left: 14px;
}
.bs-quick-order__promocode .bx_ordercart_coupon span{
  width: 30px;
}

.bs-quick-order__promocode-text {
  display: inline-block;
  padding-right: 19px;
  cursor: pointer;
  color: #777777;
  font-size: 13px;
  font-weight: bold;
  position: relative;
}

.bs-quick-order__promocode-text::after {
  display: block;
  content: '';
  width: 7px;
  height: 4px;
  background: url(../img/basket/grey-arrow-down.png) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bs-quick-order__promocode-text.open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.bs-quick-order__promocode-wrap {
  margin-top: 11px;
  display: flex;
}
.bs-quick-order__promocode-wrap .input-group-btn {
  width: 35px;
}
.bs-quick-order__promocode-wrap .btn {
  height: 36px;
  background-color: #00adbe;
  border-color: #00adbe;
}
.bs-quick-order__promocode-wrap ~ .promocode {
  margin-top: 10px;
}

.bs-quick-order__promocode-field {
  width: 100%;
  height: 36px;
  line-height: 34px;
  border-radius: 4px 0 0 4px;
  outline: none;
  padding: 0 14px;
  border: solid 1px #c8c8c8;
  font-size: 15px;
  color: #777777;
}

.bs-quick-order__promocode-field::-webkit-input-placeholder {
  color: #aaaaaa;
}

.bs-quick-order__promocode-field::-moz-placeholder {
  color: #aaaaaa;
}

.bs-quick-order__promocode-field:-ms-input-placeholder {
  color: #aaaaaa;
}

.bs-quick-order__promocode-field::placeholder {
  color: #aaaaaa;
}

.bs-quick-order__comment {
  margin: 17px 0 8px 0;
}

.bs-quick-order__comment-text {
  display: inline-block;
  padding-right: 19px;
  cursor: pointer;
  color: #777777;
  font-size: 13px;
  font-weight: bold;
  position: relative;
}

.bs-quick-order__comment-text::after {
  display: block;
  content: '';
  width: 7px;
  height: 4px;
  background: url(../img/basket/grey-arrow-down.png) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bs-quick-order__comment-text.open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.bs-quick-order__comment-wrap {
  margin-top: 11px;
}

.bs-quick-order__comment-area {
  width: 100%;
  min-height: 82px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  padding: 9px 14px;
  border: solid 1px #c8c8c8;
  font-size: 15px;
  color: #aaaaaa;
  resize: none;
}

.bs-quick-order__comment-area::-webkit-input-placeholder {
  color: #aaaaaa;
  font-size: 15px;
}

.bs-quick-order__comment-area::-moz-placeholder {
  color: #aaaaaa;
  font-size: 15px;
}

.bs-quick-order__comment-area:-ms-input-placeholder {
  color: #aaaaaa;
  font-size: 15px;
}

.bs-quick-order__comment-area::placeholder {
  color: #aaaaaa;
  font-size: 15px;
}

.bs-quick-order__action {
  margin: 24px 0;
}

.bs-quick-order__action_disabled {
  cursor: not-allowed;
}

.bs-quick-order__action-price {
  display: none;
}

.bs-quick-order__checker{
  margin: 8px 0 20px 0;
}
.bs-quick-auth__checker {
  margin: 8px 0 20px 0;
}

.bs-quick-order__checker-field, .bs-quick-auth__checker-field {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  visibility: hidden;
}

.bs-quick-order__checker-desc, .bs-quick-auth__checker-desc {
  display: block;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #aaaaaa;
  cursor: pointer;
  position: relative;
  padding-left: 28px;
}

.bs-quick-order__checker-ico, .bs-quick-auth__checker-ico {
  width: 18px;
  height: 18px;
  position: absolute;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #00abbc;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: transparent;
  -webkit-transition: 0.1s all linear;
  transition: 0.1s all linear;
}

.bs-quick-order__checker-ico .svg-icon, .bs-quick-auth__checker-ico .svg-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bs-quick-order__submit {
  width: 100%;
  height: 44px;
  line-height: 44px;
  background-color: #ff465e;
  border: none;
  text-decoration: none;
  color: white;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 12px;
  cursor: pointer;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
  outline: none;
}

.bs-quick-order__submit:hover,
.bs-quick-order__submit:focus {
  opacity: 0.8;
}

.bs-quick-order__submit_disabled {
  background-color: #aaaaaa;
  pointer-events: none;
  padding: 0 54px 0 22px;
  position: relative;
}

.bs-quick-order__submit_disabled .svg-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 19px;
  height: 13px;
}

.bs-quick-order__submit_ready {
  padding: 0 54px 0 22px;
  position: relative;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.bs-quick-order__submit_ready .svg-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 19px;
  height: 13px;
}

.bs-quick-order__public-offer {
  margin: 19px 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #aaaaaa;
}

.bs-quick-order__public-offer a {
  color: #aaaaaa;
}

.bs-quick-order__public-offer a:hover {
  text-decoration: none;
}

#bs-quick-order-checker:checked ~ .bs-quick-order__checker-desc > .bs-quick-order__checker-ico {
  color: #00abbc;
}

#bs-quick-auth-checker:checked ~ .bs-quick-auth__checker-desc > .bs-quick-auth__checker-ico {
  color: #00abbc;
}

#bs-select-all-products:checked ~ .bs-basket__select-label > .bs-basket__select-label-ico {
  background-color: #00abbc;
  color: white;
}

.bs-promo-block {
  border: solid 1px #e6e6e6;
  padding: 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 14px 0;
  background-repeat: no-repeat;
  background-position: 100% 17px;
}

.bs-promo-block__title {
  max-width: 146px;
  font-size: 13px;
  font-weight: bold;
  color: #333333;
  margin: 4px 0;
}

.bs-promo-block__title_enter {
  color: #00717b;
  cursor: pointer;
}

.bs-promo-block__subtitle {
  max-width: 146px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  color: #777777;
  margin: 4px 0;
}

.bs-promo-block__text {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #aaaaaa;
  margin: 10px 0;
}

.bs-promo-block__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 4px 0 21px 0;
}

.bs-promo-block__link {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #aaaaaa;
}

.bs-promo-block__link:hover,
.bs-promo-block__link:focus {
  text-decoration: none;
}

.bs-support {
  margin: 26px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 20px;
}

.bs-support_mob {
  display: none;
}

.bs-support__text {
  max-width: 200px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #aaaaaa;
}

.bs-support a {
  font-size: 12px;
  color: #aaaaaa;
}

.bs-support a:hover,
.bs-support a:focus {
  text-decoration: none;
}

.bs-support__pic {
  max-width: 25px;
  margin: 0 0 0 auto;
}

.bs-order {
  width: 100%;
}

.bs-step {
  width: -webkit-calc(100% - 25px);
  width: calc(100% - 25px);
  max-width: 702px;
  padding-left: 50px;
  margin-left: 25px;
  padding-bottom: 38px;
}

.bs-step_disabled .bs-step__title {
  color: #737373;
}

.bs-step_disabled .bs-step__step-number {
  background-color: #737373;
}

.bs-step_border_green {
  border-left: 2px solid #00abbc;
}

.bs-step_border_light-green {
  border-left: 2px solid #8bbc32;
}

.bs-step_border_blue {
  border-left: 2px solid #245aa2;
}

.bs-step-form {
  margin: 24px 0;
}

.bs-step__caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-height: 51px;
  margin: 22px 0;
}

.bs-step__title {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  margin-right: 24px;
}

.bs-step__title_green {
  color: #00abbc;
}

.bs-step__title_light-green {
  color: #8bbc32;
}

.bs-step__title_blue {
  color: #245aa2;
}

.bs-step__step-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 51px;
  height: 51px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  position: absolute;
  -webkit-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  transform: translateX(-150%);
  top: 0;
}

.bs-step__step-number_green {
  background-color: #00abbc;
}

.bs-step__step-number_light-green {
  background-color: #8bbc32;
}

.bs-step__step-number_blue {
  background-color: #245aa2;
}

.bs-step__change-data {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin-top: 8px;
  border-bottom: 1px solid transparent;
  text-decoration: none;
}

.bs-step__change-data_green {
  color: #00717b;
}

.bs-step__change-data:hover,
.bs-step__change-data:focus {
  border-bottom: 1px solid #00717b;
}

.bs-step-form__checker-el {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
}

.bs-step-form__checker-desc {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}

.bs-step-form__checker-desc-ico {
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #00abbc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: transparent;
}

.bs-step-form__checker-desc-ico .svg-icon {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bs-step-form__checker-el:checked + .bs-step-form__checker-desc .bs-step-form__checker-desc-ico,
.bs-step-form__checker-desc_active .bs-step-form__checker-desc-ico {
  color: white;
  background-color: #00abbc;
}

.bs-step-form__group {
  background-color: #f9f9f9;
  padding: 21px 21px 28px 21px;
  margin: 22px 0 27px 0;
}

.bs-step-form__list {
  padding-left: 0;
  margin: 22px 0;
}

.bs-step-form__list_multi_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -13px -11px;
}

.bs-step-form__item {
  list-style-type: none;
  margin: 18px 0;
}

.bs-step-form__item_size_full {
  width: 100%;
  padding: 13px 11px;
  margin: 0;
}

.bs-step-form__item_size_half {
  width: 50%;
  padding: 13px 11px;
  margin: 0;
}

.bs-step-form__item_size_fourth {
  width: 25%;
  padding: 13px 11px;
  margin: 0;
}
select.bs-step-form__field{
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  padding-left: 5px;
}
.bs-step-form__field-name {
  display: block;
  font-size: 15px;
  color: #555;
  margin: 6px 0;
}

.bs-step-form__field ~ .phoneField input,
.bs-step-form__field {
  min-height: 36px;
  line-height: 34px;
  padding: 0 10px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #c8c8c8;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  color: #555555;
  outline: none;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.bx-firefox .phoneField select{
  min-width: 38px;
}
.bx-firefox .phoneField input{
  padding-left: 88px !important;
}

.bs-step-form__field_custom {
  padding-left: 45px;
}

.bs-step-form__field-type {
  position: relative;
}

.bs-step-form__field-type .bs-step-form__field-type-ico {
  position: absolute;
  width: 43px;
  height: 100%;
  border-right: 1px solid #c8c8c8;
  color: #fff;
}

.bs-step-form__field-type .bs-step-form__field-type-ico .svg-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19px;
  height: 19px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bs-step-form__field_size_half {
  max-width: 312px;
}

.bs-step-form-actions {
  margin: 22px 0 38px 0;
}

.bs-step-form-actions__btn {
  background-color: #00abbc;
  border: none;
  min-height: 42px;
  line-height: 42px;
  color: #f7f7f7;
  padding: 0 58px 0 31px;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
  position: relative;
  text-decoration: none;
}

.bs-step-form-actions__btn .svg-icon {
  position: absolute;
  width: 19px;
  height: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  right: 31px;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.bs-step-form-actions__btn:hover,
.bs-step-form-actions__btn:focus {
  opacity: 0.7;
}

.bs-step-form-actions__btn:hover .svg-icon,
.bs-step-form-actions__btn:focus .svg-icon {
  -webkit-transform: translateX(5px) translateY(-50%);
  -ms-transform: translateX(5px) translateY(-50%);
  transform: translateX(5px) translateY(-50%);
}

.bs-step-form-actions__btn_red {
  background-color: #ff465e;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.bs-step-text {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #555555;
  margin: 20px 0 21px;
}

.bs-result-group {
  margin: 31px 0 22px 0;
}

.bs-result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.bs-result_offset_bottom {
  padding-bottom: 34px;
  border-bottom: 1px solid #e6e6e6;
  margin: 31px 0;
}

.bs-result_offset_bottom:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.bs-result__list {
  width: 64%;
}

.bs-result__list_width_full {
  width: 100%;
  margin-bottom: 17px;
}

.bs-result__header {
  width: 100%;
  margin: 19px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bs-result__header_type_arrow {
  width: auto;
  cursor: pointer;
  padding-right: 17px;
  position: relative;
}

.bs-result__header_type_arrow::after {
  display: block;
  content: '';
  width: 7px;
  height: 4px;
  background: url(../img/basket/grey-arrow-down.png) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bs-result__header_type_arrow.open.bs-result__header_type_arrow::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.bs-result__header_type_arrow .bs-result__title {
  margin-right: 0;
}

.bs-result__change-data {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #00717b;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin-top: 2px;
  border-bottom: 1px solid transparent;
  padding: 0;
}

.bs-result__change-data:hover,
.bs-result__change-data:focus {
  border-bottom: 1px solid #00717b;
}

.bs-result__title {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #777777;
  margin: 0;
  margin-right: 16px;
}

.bs-result__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 4px 0;
  list-style-type: none;
}

.bs-result__caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 155px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.bs-result__caption_size_lg {
  width: 165px;
}

.bs-result__caption_long {
  width: 220px;
}

.bs-result__name {
  max-width: -webkit-calc(100% - 20px);
  max-width: calc(100% - 20px);
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #aaaaaa;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.bs-result__name_size_lg {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
}

.bs-result__sizer {
  min-width: 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.bs-result__sizer::after {
  display: block;
  content: '';
  width: 100%;
  border-bottom: 1px dotted #aaaaaa;
  position: absolute;
  bottom: 5px;
  left: 0;
}

.bs-result__status {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  max-width: 290px;
}

.bs-result__value {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #555555;
}

.bs-result__value_size_lg {
  font-size: 26px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #333333;
}

.bs-result__value_bold {
  font-weight: bold;
}

.bs-result__photos {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: -8px;
}

.bs-result__photos_width_full {
  width: 100%;
}

.bs-result__photos_width_full .bs-result__photo-wrap {
  width: auto;
}

.bs-result__photo-wrap {
  width: 59px;
  padding: 8px;
}

.bs-result__photo {
  max-width: 100%;
}

.bs-step-switchs {
  margin: 20px 0 31px 0;
}

.bs-step-switchs_offset_sm {
  margin: 20px 0 11px 0;
}

.bs-step-switchs__list {
  margin: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bs-step-switch {
  width: 50%;
  padding: 10px;
  position: relative;
}

.bs-step-switch:hover {
  z-index: 12;
}

.bs-step-switch-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px 0 48px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background-color: #f9f9f9;
  min-height: 48px;
  cursor: pointer;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #00717b;
  position: relative;
}

.bs-step-switch-checkbox__ico {
  display: block;
  content: '';
  width: 18px;
  height: 18px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #00abbc;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bs-step-switch-checkbox__ico .svg-icon {
  position: absolute;
  width: 90%;
  height: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.bs-step-switch-checkbox_active {
  background-color: #def4f7;
}

.bs-step-switch-checkbox_active .bs-step-switch-checkbox__ico {
  color: white;
  background-color: #00abbc;
}

.bs-step-switch-checkbox_active .bs-step-switch-checkbox__ico .svg-icon {
  position: absolute;
  width: 90%;
  height: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}

.bs-step-switch-order-type {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}

.bs-step-switch-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 37px 0 70px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background-color: #f9f9f9;
  min-height: 61px;
  cursor: pointer;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #00717b;
  position: relative;
}

.bs-step-switch-tab_active {
  background-color: #def4f7;
}

.bs-step-switch-tab__ico {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bs-step-switch-tab__ico .svg-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bs-step-switch-tab__notify {
  width: 21px;
  height: 21px;
  color: #aaa;
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 11;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  cursor: pointer;
}

.bs-step-switch-tab__notify .svg-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.bs-step-switch-tab__notify-dropdown {
  min-width: 280px;
  padding: 18px 12px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #d9d9d9;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  position: absolute;
  top: -20px;
  right: 0;
  -webkit-transform: translateX(-webkit-calc(100% + 32px));
  -ms-transform: translateX(calc(100% + 32px));
  transform: translateX(calc(100% + 32px));
}

.bs-notify-dropdown {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
  cursor: auto;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
  visibility: hidden;
  will-change: opacity, z-index, visibility;
}

.bs-notify-dropdown.open {
  opacity: 1;
  z-index: 10;
  visibility: visible;
}

.bs-notify-dropdown::before {
  display: block;
  content: '';
  width: 18px;
  height: 18px;
  border-left: solid 1px #d9d9d9;
  border-top: solid 1px #d9d9d9;
  -webkit-box-shadow: -2px -2px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: -2px -2px 2px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 20px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  z-index: 3;
}

.bs-notify-dropdown__info {
  margin: 4px 0;
}

.bs-notify-dropdown__title {
  margin: 0;
  color: #aaaaaa;
}

.bs-notify-dropdown__text {
  margin: 0;
}

.bs-notify-dropdown__close {
  width: 9px;
  height: 9px;
  position: absolute;
  top: 9px;
  right: 9px;
  cursor: pointer;
}

.bs-notify-dropdown__close-line {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #000000;
}

.bs-notify-dropdown__close-line:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bs-notify-dropdown__close-line:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.bs-shop-info {
  margin: 29px 0 22px 0;
  padding: 34px 28px;
  background-color: #f9f9f9;
}

.bs-shop-info__caption {
  margin: 8px 0;
  cursor: pointer;
  max-width: 274px;
  padding-right: 9px;
  position: relative;
}

.bs-shop-info__title {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #777777;
  margin: 8px 0;
}

.bs-shop-info__desc {
  max-width: 422px;
  margin: 8px 0;
  color: #777777;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
}

.bs-shop-info__text {
  margin: 8px 0;
}

.bs-shop-info__link {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #00abbc;
  text-decoration: none;
}

.bs-shop-info__link:hover,
.bs-shop-info__link:focus {
  text-decoration: underline;
}

.bs-step-payment {
  margin: 11px 0 32px 0;
}

.bs-step-payment__group {
  margin: 11px 0 22px 0;
  padding: 32px 28px;
  background-color: #f9f9f9;
}

.bs-step-payment__title {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #777777;
  margin: 8px 0;
}

.bs-step-payment__subtitle {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #aaaaaa;
  margin: 8px 0;
}

.bs-step-payment__cards {
  margin: 30px 0;
}

.bs-step-payment__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -27px;
}

.bs-step-payment__item {
  width: 25%;
  padding: 27px;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.bs-step-payment__card {
  display: block;
  cursor: pointer;
  position: relative;
}

.bs-step-payment__card.active .bs-step-payment__card-pic {
  border: 3px solid #00abbc;
}

.bs-step-payment__card.active .bs-step-payment__card-name {
  color: #00abbc;
}

.bs-step-payment__card-pic {
  max-height: 53px;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.bs-step-payment__card-type {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  margin: 0;
  visibility: hidden;
}

.bs-step-payment__card-name {
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #777777;
  margin: 10px 0 0 0;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}

.bs-step-payment__card-desc {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #aaaaaa;
  margin: 0;
}

.bs-step-payment__file-list {
  margin: 22px 0 31px 0;
}

.bs-step-payment__file-item {
  margin: 28px 0;
}

.bs-step-payment__file-caption {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #00abbc;
  position: relative;
  padding-left: 23px;
  cursor: pointer;
}

.bs-step-payment__file-field {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
}

.bs-step-payment__file-ico {
  position: absolute;
  width: 11px;
  height: 19px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bs-step-payment__file-ico .svg-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bs-step-payment__file-comment {
  min-height: 72px;
  resize: none;
  width: 100%;
  padding: 9px 20px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #777777;
  outline: none;
}

.bs-step-payment__file-comment::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #aaaaaa;
}

.bs-step-payment__file-comment::-moz-placeholder {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #aaaaaa;
}

.bs-step-payment__file-comment:-ms-input-placeholder {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #aaaaaa;
}

.bs-step-payment__file-comment::placeholder {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #aaaaaa;
}

.required-ico {
  color: #00abbc;
}

.bs-success {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.24);
  background-color: #ffffff;
  margin: 36px 0;
}

.bs-success__title {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #56ad68;
  margin: 13px 0;
}

.bs-success__text {
  margin: 8px 0 23px 0;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #aaaaaa;
}

.bs-success__top {
  padding: 22px 24px 37px 24px;
  border-bottom: solid 1px #e6e6e6;
}

.bs-success__bottom {
  padding: 35px 45px 24px 25px;
}

.bs-success__delivery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bs-success__delivery-item {
  width: 50%;
  padding-right: 20px;
}

.bs-edit {
  margin: 36px 0;
  border: solid 1px #e6e6e6;
  display: flex;
}

.bs-edit__img {
  display: flex;
  flex-shrink: 0;
  width: 39%;
}
.bs-edit__img img {
  width: 100%;
  object-fit: cover;
}
.bs-edit__info {
  padding: 36px 57px 36px 24px;
  position: relative;
  flex-grow: 1;
  min-width: 0;
}

.bs-edit__title {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #00abbc;
}

.bs-edit__subtitle {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #aaaaaa;
  margin: 24px 0;
}

.bs-edit__action {
  width: 25px;
  height: 25px;
  position: absolute;
  color: #e6e6e6;
  top: 24px;
  right: 24px;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}

.bs-edit__action:hover,
.bs-edit__action:focus {
  color: #777777;
}

.bs-edit__action .svg-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.rich-text-input__error{
  color: #ff465e;
  font-size: 13px;
  display: block;
  margin-top: 3px;
}

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

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

ul,
ol {
  padding: 0;
  margin: 0;
}

ul li,
ol li {
  list-style-type: none;
}

.flc:first-child,
.flc:first-child::before,
.flc:first-child::after {
  margin-top: 0;
}

.flc:last-child,
.flc:last-child::before,
.flc:last-child::after {
  margin-bottom: 0;
}
.link-simple,
.open-call-back{
  text-decoration: underline;
}
.bs-quick-order__submit-mob{
  display: none;
  margin-top: 20px;
}

.subscribe-block{
  position: relative;
  z-index: 2;
  background: #DDF3F5;
  border-radius: 8px;
  padding: 24px 24px 19px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: -60px;
}
.subscribe-block__wrapper{
  display: flex;
}
.subscribe-block__left{
  margin-right: 30px;
  flex-shrink: 0;
}
.subscribe-block__left img {
  margin-bottom: -56px;
  max-height: none;
}
.subscribe-block__right {
  flex-shrink: 0;
  margin-left: 30px;
}
.subscribe-block__right img {
  margin-top: -54px;
  margin-bottom: -16px;
  max-height: none;
}
.subscribe-block__center {
  display: flex;
}
.subscribe-block__text {
  margin-right: 30px;
  font-size: 15px;
  line-height: 20px;
  color: #2D2D2D;
  width: 41.55%;
}
.subscribe-block__form{
  width: 58.45%;
}
.subscribe-block__form .input-group {
  display: flex;
}
.subscribe-block__form .form-control {
  height: 40px;
  border-right: none;
}
.subscribe-block__form .btn img {
  width: 18px;
  height: 18px;
  margin: 0 auto;
}
.subscribe-block__form .btn{
  width: 40px;
  height: 40px;
  right: 221px;
  padding: 6px;
  top: 24px;
  background: #1BADBC;
  border-radius: 0 3px 3px 0;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
}
.subscribe-block__checkboxes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 12px;
}
.subscribe-block__checkboxes-item:not(:last-child) {
  margin-right: 28px;
}
.subscribe-block__checkboxes-item input[type="checkbox"]+label{
  padding-left: 25px;
}
.subscribe-block__center--success{
  max-width: 530px;
  margin: auto;
}
.subscribe-block__center--success .subscribe-block__text {
  width: auto;
}
.subscribe-block__caption {
  font-weight: 600;
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 4px;
  color: #2D2D2D;
}
.subscribe-block__img{
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  margin-right: 20px;
}
.subscription__error{
  color: red;
  font-size: 13px;
  margin-top: 3px;
}

/*.breadcrumb li{*/
/*  display: none;*/
/*}*/
/*li.breadcrumb__item-mobile{*/
/*  display: inline-flex;*/
/*}*/
/*li.breadcrumb__item-mobile a{*/
/*  text-decoration: none;*/
/*  display: inline-flex;*/
/*  align-items: center;*/
/*}*/
/*li.breadcrumb__item-mobile::before{*/
/*  display: none;*/
/*}*/
/*li.breadcrumb__item-mobile a::before{*/
/*  content: '';*/
/*  display: block;*/
/*  color: #777;*/
/*  width: 6px;*/
/*  height: 6px;*/
/*  margin-bottom: 1px;*/
/*  transform: rotate(-45deg);*/
/*  border-left: 1px solid;*/
/*  border-top: 1px solid;*/
/*  margin-right: 6px;*/
/*}*/

.basket-banner{
  overflow: hidden;
  border-radius: 7px;
  margin-bottom: 24px;
}
.basket-banner__wrapper{
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.basket-banner__grid{
  display: flex;
  align-items: center;
  min-height: 110px;
  padding: 11px 48px 11px 38%;
}
.basket-banner__cell-aside img {
  max-width: 150px;
  max-height: 80px;
  margin: 0 auto;
}
.basket-banner__cell-aside{
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
}
.basket-banner__cell-main{
  margin-right: 20px;
  flex-grow: 1;
}
.basket-banner__discount {
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  color: #FFFFFF;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 12px;
  top: 12px;
  background-color: rgba(252, 45, 80, 0.8);
}
.basket-banner__price {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}
.basket-banner__text{
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.basket-banner__timer {
  width: auto;
}
.basket-banner__timer.countdown {
  color: inherit;
  background: none;
  margin-left: -11px;
  padding-left: 0;
  text-align: center;
  height: 40px;
  margin-right: 13px;
  margin-bottom: 16px;
}
.basket-banner__timer .countdown-row {
  display: flex;
  padding: 0;
  vertical-align: top;
}
.basket-banner__timer .countdown-section.countdown-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  float: left;
  text-align: center;
  line-height: 1;
  position: relative;
  align-items: center;
  padding: 0;
}
.basket-banner__timer .countdown-section:not(:last-child)::after {
  content: ':';
  position: absolute;
  right: -1px;
  top: 13px;
}
.basket-banner__timer .countdown-amount {
  border-radius: 4px;
  width: 38px;
  height: 40px;
  margin: 0 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255,255,255,0.4);
  font-weight: 600;
  font-size: 19px;
  line-height: 26px;
}
.basket-banner__timer .countdown-period.countdown-period {
  display: block;
  margin: 0;
  font-size: 8px;
  line-height: 14px;
  opacity: 0.5;
  text-transform: uppercase;
  position: absolute;
  top: calc(100% + 2px);
}
.basket-banner__action{
  display: flex;
  margin-top: 15px;
}
.basket-banner__btn:focus,
.basket-banner__btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #0095A3;
}
.basket-banner__coupon{
  display: flex;
  position: relative;
  z-index: 10;
}
.basket-banner__coupon.basket-banner__coupon input {
  background: none;
  margin-right: 12px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #C8C8C8;
  border-radius: 7px;
  width: 160px;
}
.basket-banner__coupon-message{
  display: none;
  position: absolute;
  bottom: 110%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  padding: 5px 10px;
  white-space: nowrap;
  border-radius: 7px;
  font-size: 14px;
}
.basket-banner__btn{
  padding: 10px 18px 13px;
  background-color: #00adbe;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  border: none;
  transition-duration: 300ms;
  position: relative;
  z-index: 10;
  text-align: center;
}
.basket-banner__link{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.__jivoMobileButton > jdiv{
  bottom: 70px;
}

@media screen and (min-width: 1201px) {
  body{
    overflow: visible;
  }
  .bs-quick-order-wrap{
    position: sticky;
    top: 5px;
  }
}
@media screen and (max-width: 1200px) {
  .ios * {
    cursor: pointer;
  }

  .bs-basket__aside {
    width: 100%;
  }
  .bs-quick-order-wrap{
    width: 100%;
  }

  .bs-basket__main {
    width: 100%;
  }

  .bs-basket__product {
    border: solid 1px #e6e6e6;
  }

  .bs-basket__product-actions {
    opacity: 1;
  }

  .bs-quick-order {
    max-width: 650px;
    margin: 25px auto;
  }

  .bs-promo-block {
    max-width: 650px;
    margin: 25px auto;
  }

  .bs-support {
    max-width: 650px;
    margin: 25px auto;
    padding-right: 0;
  }

  .bs-step {
    max-width: 100%;
  }

  .bs-step-switch-tab__notify-dropdown {
    -webkit-transform: translateX(0) translateY(-webkit-calc(100% + 20px));
    -ms-transform: translateX(0) translateY(calc(100% + 20px));
    transform: translateX(0) translateY(calc(100% + 20px));
    right: -16px;
    bottom: 0;
    top: auto;
  }

  .bs-step-switch-tab__notify-dropdown::before {
    top: 0;
    left: auto;
    right: 16px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
  }

  .bs-order {
    padding: 0 15px;
  }

  .bs-step {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }

  .bs-step__step-number {
    width: 28px;
    height: 28px;
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    font-size: 18px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-right: 15px;
  }

  .bs-step__caption {
    min-height: 0;
  }
  .bs-edit__img{
    width: 50%;
  }

  .basket-banner__grid{
    padding-left: 35%;
    padding-right: 20px;
  }
}

@media screen and (max-width: 901px) {
  .basket-banner{
    margin-bottom: 0;
  }
  .basket-banner__wrapper{
    background-position: 40% 50%;
  }
  .basket-banner__grid{
    flex-direction: column;
    align-items: flex-start;
  }
  .basket-banner__cell-aside,
  .basket-banner__cell-main{
    width: 100%;
  }
  .basket-banner__cell-main {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .basket-banner__text {
    font-size: 16px;
    line-height: 20px;
  }
  .bs-basket__product-pic{
    margin-bottom: 0;
  }
  .bs-basket__title {
    padding: 0 15px;
  }

  .bs-basket__select {
    padding: 0 15px;
  }

  .bs-basket__select-label {
    padding-left: 30px;
  }

  .bs-basket__select-label-ico {
    left: 0;
  }

  .bs-basket__product-right {
    width: 100%;
  }

  .bs-basket__product-left {
    width: 100%;
    max-width: 100%;
    margin: 13px 0;
  }

  .bs-basket__product-check {
    width: 30px;
  }

  .bs-basket__product-select-ico {
    margin: 0;
  }

  .bs-basket__product-main {
    width: 100%;
    padding: 0 15px;
  }

  .bs-basket__product-counter {
    width: 140px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 24px;
    margin-left: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 0;
  }

  .bs-basket__product-status {
    margin-left: 30px;
    width: 140px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 0;
  }

  .bs-basket__product-actions {
    padding: 0 8px 0 30px;
  }

  .bs-basket__product-info {
    margin: 0;
    padding-top: 0;
  }

  .bs-basket__product-aside {
    display: none;
  }

  .bs-basket__product-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    opacity: 1;
  }

  .bs-basket__product-info {
    text-align: left;
  }

  .bs-basket__product-price {
    text-align: left;
  }

  .bs-basket__product-discount {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .bs-basket__product {
    padding: 23px 0;
    border: none;
    border-bottom: 1px solid #e4e4e4;
  }

  .bs-basket__product:hover,
  .bs-basket__product:focus {
    border: none;
    border-bottom: 1px solid #e4e4e4;
  }

  .bs-basket__grid {
    margin: 0;
  }

  .bs-basket__main {
    padding: 0;
  }

  .outer-wrapper {
    padding: 0;
  }

  .bs-basket__product-desc {
    padding-top: 0;
  }

  .bs-basket__product-favorite_mob,
  .bs-basket__product-delete_mob {
    display: block;
    margin: 0 0 0 auto;
  }

  .bs-counter__notify {
    width: -webkit-calc(100vw - 50px);
    width: calc(100vw - 50px);
    left: 0;
    -webkit-transform: translateY(100%) translateX(0);
    -ms-transform: translateY(100%) translateX(0);
    transform: translateY(100%) translateX(0);
  }

  .bs-counter__notify-text::before {
    left: 26px;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
  }

  .bs-basket__product-delete:hover,
  .bs-basket__product-favorite:hover {
    color: #aaa;
  }

  .bs-result__list {
    width: 100%;
  }
  .bs-basket__product-delete-link{
    margin-left: auto;
  }

  .subscribe-block {
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px 15px 24px;
    margin-bottom: -86px;
  }
  .subscribe-block__left {
    display: none;
  }
  .subscribe-block__wrapper {
    flex-direction: column;
  }
  .subscribe-block__right img {
    width: 114px;
    margin-top: -35px;
  }
  .subscribe-block__right {
    margin-left: auto;
    margin-bottom: -37px;
  }
  .subscribe-block__center {
    display: block;
  }
  .subscribe-block__text {
    width: auto;
    margin-right: 0;
    margin-bottom: 17px;
  }
  .subscribe-block__form {
    width: auto;
  }
  .subscribe-block__checkboxes-item {
    margin-bottom: 10px;
  }
  .subscribe-block__checkboxes {
    margin-right: 110px;
    margin-bottom: -10px;
  }
  .subscribe-block__center--success{
    display: flex;
    margin: 60px 0 40px;
  }
  .subscribe-block__img {
    width: 38px;
    height: 38px;
    margin-right: 10px;
  }
}
@media (max-width: 767px){
  .button_9afc.button_9afc{
    margin-bottom: 100px !important;
  }
}
@media (max-width: 750px){
  .bs-edit{
    flex-direction: column;
  }
  .bs-edit__img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .basket-banner__wrapper::before{
    background-image: inherit;
    content: '';
    padding-top: 23.65%;
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .basket-banner__wrapper{
    background-size: 0;
  }
  .basket-banner__grid{
    padding: 16px 10px;
    min-height: 0;
  }
  .basket-banner__discount{
    top: 10px;
    left: 10px;
  }
  .basket-banner__cell-main{
    margin-bottom: 13px;
  }
  .basket-banner__text{
    font-size: 12px;
    line-height: 16px;
  }
  .basket-banner__timer .countdown-amount.countdown-amount.countdown-amount{
    font-size: 14px;
    line-height: 19px;
    width: 36px;
    height: 32px;
    margin: 0 8px;
  }
  .basket-banner__timer .countdown-section:not(:last-child)::after{
    top: 9px;
  }
  .basket-banner__timer .countdown-period.countdown-period.countdown-period{
    margin: 0 auto;
    font-size: 7px;
    line-height: 14px;
  }
  .basket-banner__timer.countdown{
    margin: 0 2px 5px -8px;
  }
  .basket-banner__cell-aside,
  .basket-banner__timer,
  .basket-banner__coupon{
  }
  .basket-banner__coupon.basket-banner__coupon input{
    margin-right: 10px;
    font-size: 12px;
    line-height: 16px;
    height: 32px;
  }
  .basket-banner__discount{
    width: 40px;
    height: 40px;
    font-size: 12px;
    line-height: 17px;
  }
  .basket-banner__btn{
    font-size: 12px;
    line-height: 17px;
    padding: 7px 16px 8px;
  }

  .bs-basket__product .alert-warning {
    margin-left: 133px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .bs-order{
    padding: 0;
    margin-top: 15px;
  }
  .bs-step__step-number{
    margin-right: 10px;
  }
  .basket-page footer{
    margin-bottom: 66px;}
  .basket-page .link-to-top{
    bottom: 80px;}
  .basket-page .wrap_mW {
    bottom: 75px !important;
  }
  .bs-quick-order-wrap{
    display: flex;
    flex-direction: column;
  }
  .bs-promo-block{
    order: -10;
    margin-bottom: 0;
  }
  .bs-basket__product-check{
    margin-right: -30px;
    z-index: 1;
  }
  .bs-basket__product-pic {
    width: 110px;
    margin-right: 8px;
  }

  .bs-basket__product-counter {
    width: 120px;
    margin-right: 8px;
    margin-left: 0;
  }

  .bs-counter__value {
    width: 54px;
  }

  .bs-basket__product-desc {
    width: -webkit-calc(100% - 148px);
    width: calc(100% - 148px);
    padding-right: 8px;
  }

  .bs-basket__product-status {
    width: 80px;
    margin-right: 8px;
  }

  .bs-basket__product-status-value {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.83;
    text-align: center;
    padding: 5px 7px 7px;
  }

  .bs-basket__product-price {
    margin: 4px 0;
  }

  .bs-basket__product-discount {
    margin: 4px 0;
  }

  .bs-basket__product-saving {
    margin: 4px 0;
  }

  .bs-basket__aside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
  .bs-quick-order__submit-mob{
    display: block;
  }
  .bs-quick-order__submit-mob .bs-quick-order__submit {
	  width: 100%;
	  height: 54px;
	  line-height: 54px;
	  font-size: 16px;
  }
  .bs-promo-block {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 20px;
  }

  .bs-quick-order {
    width: 100%;
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
  }

  .bs-support {
    width: 100%;
    max-width: 100%;
    margin: 19px 0 26px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    display: none;
  }

  .bs-support_mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0;
  }

  .bs-quick-order__action_mix {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    background-color: #e6e6e6;
    padding: 15px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
  }

  .bs-quick-order__submit {
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  .bs-quick-order__submit:hover,
  .bs-quick-order__submit:focus {
    opacity: 1;
  }

  .bs-quick-order__submit_mob_xs {
    width: 161px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
  }

  .bs-quick-order__total-value {
    font-size: 22px;
  }

  .bs-quick-order__total-text {
    font-size: 18px;
  }

  .bs-basket__title {
    text-align: center;
    font-size: 20px;
    margin: 0;
    padding: 9px 15px 13px 15px;
    border-bottom: 1px solid #00abbc;
  }

  .bs-quick-order__action-price {
    display: block;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ff465e;
    margin: 0 auto;
  }

  .bs-step {
    padding: 25px 0;
  }

  .bs-step_done {
    padding: 18px;
    border: solid 1px #eeeeee;
  }

  .bs-step-form__field_size_half {
    max-width: 100%;
  }

  .bs-step-form__list {
    margin: 22px 0;
  }

  .bs-step-form__item {
    margin: 0;
    margin-bottom: 22px;
  }

  .bs-step-form__item:last-of-type {
    margin-bottom: 0;
  }

  .bs-step-form__group {
    margin: 22px 0;
    background-color: #fff;
    padding: 0;
  }

  .bs-step-form__item_size_half {
    width: 100%;
    padding: 0;
  }

  .bs-step-form-actions__btn {
    width: 100%;
    padding: 0 12px;
    text-align: center;
    height: 56px;
    line-height: 56px;
    font-size: 15px;
  }

  .bs-step-form-actions__btn .svg-icon {
    display: none;
  }

  .bs-result__caption {
    width: 100%;
  }

  .bs-result__sizer {
    display: none;
  }

  .bs-result__name {
    font-size: 12px;
    line-height: 1;
  }

  .bs-result__status {
    width: 100%;
  }

  .bs-result__status-value {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
  }

  .bs-result__item {
    margin: 8px 0;
  }

  .bs-step__caption {
    margin: 17px 0;
  }

  .bs-step-text {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    color: #555555;
    margin: 17px 0;
  }

  .bs-step-switchs__list {
    margin: 0;
  }

  .bs-step-switch {
    width: 100%;
    padding: 7px 0;
  }

  .bs-result__header {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .bs-result__photos {
    width: 100%;
    margin: 0 -8px 17px -8px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .bs-result__list {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .bs-result_offset_bottom {
    padding-bottom: 17px;
    margin: 17px 0;
  }

  .bs-step-form {
    margin: 14px 0;
  }

  .bs-result-group {
    margin: 14px 0 16px 0;
  }

  .bs-shop-info {
    margin: 14px 0;
  }

  .bs-shop-info {
    padding: 12px;
  }

  .bs-step-form__list_multi_column {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .bs-step-form__item_size_fourth {
    width: -webkit-calc(50% - 8px);
    width: calc(50% - 8px);
    padding: 0;
  }

  .bs-step-form__item_size_full {
    padding: 0;
  }

  .bs-step-payment__group {
    padding: 12px;
  }

  .bs-step-payment__list {
    margin: -10px;
  }

  .bs-step-payment__item {
    width: 50%;
    padding: 10px;
  }

  .bs-step-payment__file-item {
    margin: 12px 0;
  }

  .bs-step-payment__group {
    background-color: transparent;
  }

  .bs-step-payment__title {
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #777777;
  }

  .bs-step-payment__subtitle {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #aaaaaa;
  }

  .bs-step-payment {
    margin: 11px 0;
  }

  .bs-step-form-actions {
    margin: 16px 0;
  }

  .bs-step_disabled {
    padding: 25px 15px;
    border: solid 1px #eeeeee;
    margin: 20px 0;
  }

  .bs-success {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .bs-success__top {
    padding: 10px 15px;
    text-align: center;
    border-bottom: none;
  }

  .bs-success__bottom {
    padding: 10px 15px;
    margin: 18px 0;
    border-bottom: none;
  }

  .bs-success__title {
    font-size: 20px;
  }

  .bs-result__caption {
    display: block;
  }

  .bs-result__status {
    max-width: 100%;
  }

  .bs-result__name_size_lg {
    font-size: 22px;
  }

  .bs-success__text {
    font-size: 12px;
    line-height: 1.33;
    margin: 8px 0 16px 0;
  }

  .bs-success__delivery-item {
    width: 100%;
    padding-right: 0;
    margin: 8px 0;
  }

  .bs-result-group_bordered {
    padding: 24px 17px 24px 17px;
    border: solid 1px #eeeeee;
  }

  .bs-result__list_width_full {
    margin-bottom: 0;
  }

  .bs-result__photos_width_full .bs-result__photo-wrap {
    width: 25%;
  }

  .bs-edit {
    padding: 0 15px;
    border: none;
  }

  .bs-edit__info {
    padding: 20px 19px 26px 19px;
    border: solid 1px #e6e6e6;
  }

  .bs-edit__title {
    font-size: 18px;
    padding-right: 10px;
    margin: 18px 0;
  }

  .bs-edit__action {
    top: 24px;
    right: 16px;
    width: 18px;
    height: 18px;
  }

  .bs-edit__subtitle {
    margin: 18px 0;
    font-size: 12px;
    line-height: 1.33;
  }

  .bs-quick-order__list-item {
    margin: 8px 0;
  }
  .bx-touch .bx_ordercart_coupon_notes{
    display: none;
  }
}
@media (max-width: 450px){
  .bs-basket__product .alert-warning {
    margin-left: 121px;
  }
  .bs-basket__product-main{
    padding: 0;
  }
  .bs-basket__product-title{
    font-size: 14px;
  }
  .subscribe-block__right img{
    margin-top: -45px;
  }

  li.breadcrumb__item-mobile a{
    font-size: 12px;
    line-height: 16px;
  }
}