
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}

img {
    display: block;
}

a {
    text-decoration: none;
}

p a {
    transition: color 0.15s;
    text-decoration: underline;
    color: #789F9E;
}

p a:hover {
    color: #FE615A;
}

li {
    list-style: none;
}

h1 {
    font-size: 60px;
    color: #4F6467;
    font-weight: 500;
}

.webwidth {
    max-width: 1208px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}

.webwidth-plus {
    max-width: 1228px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}

.cb {
    clear: both;
}

.input {
    background-color: #fff;
    border-radius: 0 21px 21px 0;
    height: 42px;
    padding: 5px 10px;
    outline: none;
    border: 1px solid #4F6467;
}

.input.big {
    height: 52px;
    font-size: 16px;
}

label {
    font-size: 20px;
}

label.checkbox-label {
    color: #789F9E;
    font-size: 16px;
    line-height: 28px;
}

textarea {
    resize: vertical;
}

input[type=checkbox] {
    opacity: 0;
    position: absolute;
}

input[type=checkbox] + label {
    padding-left: 40px;
    position: relative;
    cursor: pointer;
}

input[type=checkbox] + label:before {
    transition: background-color 0.15s, border-color 0.15s;
    content: " ";
    opacity: 1;
    display: block;
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #789F9E;
    border-radius: 50%;
}

input[type=checkbox]:checked + label:before {
    background: url('../img/check.svg') no-repeat center 6px #B6D9D5;
    border-color: #B6D9D5;
    background-size: 18px;
}

.button {
    transition: color 0.15s, background 0.15s;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    padding: 0 25px;
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
    border: 0;
    outline: none;
    cursor: pointer;
}

.button em {
    color: #B6D9D5;
    font-style: normal;
}

.button.arrow {
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    padding: 0 50px 0 25px;
    position: relative;
}

.button.arrow:after {
    transition: background 0.15s;
    content: " ";
    display: block;
    width: 40px;
    height: 40px;
    background: url('../img/right.svg') no-repeat 16px center #FE615A;
    background-size: 25%;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 50%;
}

.button.coral.arrow:after {
    background: url('../img/right-coral.svg') no-repeat 16px center #fff;
    background-size: 25%;
}

.button.caded.arrow.arrow-down:after, .button.caded.arrow.arrow-down:hover:after {
    background: url('../img/down.svg') no-repeat center 16px #FE615A;
    background-size: 40%;
}

.button.coral {
    background: #FE615A;
}

.button.caded {
    background: #4F6467;
}

.button.white {
    background: #fff;
    color: #789F9E;
    height: 42px;
    line-height: 42px;
}

.button.white b {
    color: #FE615A;
}

.button.white.arrow.arrow-down:after {
    background: url('../img/down.svg') no-repeat center 13px #789F9E;
    background-size: 40%;
    height: 32px;
    width: 32px;
}

.button.coral:hover {
    background-color: #E2433B;
}

.button.caded:hover {
    background-color: #425153;
}

.button.caded.arrow:hover {
    background-color: #FE615A;
}

.button.caded.arrow:hover:after {
    background-color: #fff;
    background-image: url('../img/right-coral.svg');
}

.button.caded.arrow.arrow-down:hover {
    background: #425153;
}

.button.fb {
    background: #44619D;
    width: 100%;
}

#main-header {
    background: #4F6467;
    padding: 15px 0;
    width: 100%;
    height: 80px;
    position: relative;
    z-index: 250;
    margin-bottom: 118px;
}

#main-header .right-link {
    float: right;
    height: 50px;
    padding: 13px;
    text-align: center;
}

#main-header .right-link a {
    display: block;
    text-align: center;
}

#main-header .right-link .icon {
    transition: filter 0.15s;
    height: 24px;
    width: auto;
    margin: 0 auto;
}

#main-header .right-link:hover .icon {
    filter: invert(5%) sepia(8%) saturate(686%) hue-rotate(114deg) brightness(90%) contrast(88%);
}

#main-header .language-link {
    background: #789F9E;
    color: #fff;
    position: absolute;
    right: 20px;
    border-radius: 25px;
    padding: 0;
    text-align: center;
    font-weight: bold;
    margin-left: 5px;
}

#main-header .language-link a {
    transition: all 0.15s;
    width: 40px;
    display: none;
    color: #4F6467;
    text-decoration: none;
    background: #fff;
    border-radius: 50%;
    margin: 5px;
    line-height: 40px;
    font-size: 20px;
}

#main-header .language-link a:hover, #main-header .language-link a.active {
    color: #fff;
    display: block;
    background: #FE615A;
}

#main-header .language-link.opened {
    height: auto;
}

#main-header .language-link.opened a {
    display: block;
}

#main-header .user-link {
    width: 50px;
    text-align: center;
    margin-right: 60px;
}

#main-header .user-link.opened {
    background-color: #789F9E;
    border-radius: 50% 50% 0 0;
}

.header-window {
    background: #789F9E;
    display: none;
    float: right;
    width: 430px;
    text-align: left;
    margin-right: -13px;
    margin-top: 13px;
    padding: 16px 26px;
    border-radius: 25px 0 25px 25px;
}

.header-window label {
    color: #B6D9D5;
    width: 70px;
    display: inline-block;
    line-height: 42px;
}

.header-window .input {
    border: 0;
    width: 300px;
    float: right;
}

.header-window .input-div {
    margin-bottom: 10px;
    overflow: hidden;
}

.header-window .login-button {
    float: right;
}

#main-header .user-link.opened .header-window {
    display: block;
}

#main-search {
    background: #B6D9D5;
    padding: 34px 0;
    margin-top: -118px;
}

#main-search form {
    float: right;
    width: 74%;
}

#main-search .input {
    border: 0;
    width: 100%;
    height: 52px;
    border-radius: 0 26px 26px 0;
    font-size: 20px;
    padding-left: 17px;
}

#main-search .input::-webkit-input-placeholder {
    color: #CEE6E3;
}

#main-search .input::-moz-placeholder {
    color: #CEE6E3;
}

#main-search .input:-ms-input-placeholder {
    color: #CEE6E3;
}

#main-search .input:-moz-placeholder {
    color: #CEE6E3;
}

#main-search .button {
    position: absolute;
    right: 20px;
    margin: 5px;
    padding: 0 20px;
}

#main-search .button img {
    float: right;
    margin-left: 5px;
    position: relative;
    left: 3px;
    top: 10px;
}

#main-search.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 0;
    z-index: 10000;
    padding: 15px 0;
}

#main-search.fixed #search-logo {
    display: block;
    float: left;
    margin-right: 30px;
}

#main-search.fixed #search-logo img {
    width: 125px;
    margin: 12px 0;
}

#main-search.fixed #categories-link {
    width: 20%;
    margin-right: 15px;
}

#main-search.fixed form {
    width: 65%;
}

#main-search.fixed #categories-list:before {
    left: 23%;
}

#search-logo {
    display: none;
}

#categories {
}

#categories-link {
    background-color: #789F9E;
    text-align: center;
    color: #fff;
    line-height: 52px;
    display: inline-block;
    padding: 0 25px;
    width: 25%;
}

#categories-list {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    z-index: 200;
    max-height: 80vh;
    display: none;
    position: absolute;
    height: 500px;
    left: 20px;
    right: 20px;
    background: #F4FBFA;
    margin-top: 15px;
    padding: 10px 0;
    font-size: 16px;
}

#categories-list:before {
    content: " ";
    display: block;
    position: absolute;
    width: 50px;
    height: 25px;
    border-radius: 0 0 25px 25px;
    background: url('../img/down.svg') no-repeat center 5px #FE615A;
    background-size: 20px;
    top: -15px;
    left: 12.5%;
    margin-left: -25px;
}

#categories .line {
    width: 1px;
    background-color: #789F9E;
    position: absolute;
    left: 25%;
    top: 10px;
    bottom: 10px;
}

#categories .line + .line {
    left: 50%;
}

#categories .line + .line + .line {
    left: 75%;
}

#categories-list .subcategories {
    position: absolute;
    width: 100%;
    height: 100%;
    height: calc(100% - 10px);
    overflow-x: hidden;
}

#categories-list .subcategories ul {
    width: 25%;
    overflow-y: auto;
}

#categories-list .subcategories .subcategories {
    left: 25%;
    top: 0;
    display: none;
}

#categories-list li:hover > .subcategories {
    display: block;
}

#categories-list ul li a {
    color: #4F6467;
    display: block;
    padding: 4px 20px;
    line-height: 20px;
}

#categories-list ul li:hover > a {
    color: #fff;
    background: #789F9E;
}

#categories-list .mobile-header, #subcategories .mobile-header {
    display: none;
}

#categories-list .all {
    display: none;
}

#categories-list .more a {
    color: #fff;
    background: #FE615A;
    display: inline-block;
    line-height: 28px;
    height: 28px;
    border-radius: 14px;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 20px;
    margin-top: 10px;
}

#categories-list .more:hover a {
    background-color: #FE615A;
}

#categories-list .more:hover a:hover {
    background-color: #E2433B;
}

#home-categories {
    overflow: hidden;
    padding-top: 50px;
}

.home-category {
    height: 400px;
    float: left;
    position: relative;
    border: 10px solid #fff;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.home-category a {
    transition: background 0.15s;
    display: block;
    height: 400px;
    padding-top: 290px;
}

.home-category a:hover {
    background: rgba(255, 255, 255, 0.2);
}

.home-category.width-50 {
    width: 50%;
}

.home-category.width-25 {
    width: 25%;
}

.home-category .title {
    transition: background 0.15s;
    width: 100%;
}

.home-category .title:after {
    content: " ";
    display: block;
    width: 40px;
    height: 40px;
    background: url('../img/right.svg') no-repeat 16px center #FE615A;
    border-radius: 50%;
    background-size: 25%;
    position: absolute;
    right: 16px;
    bottom: 25px;
}

.home-category:hover .title:after {
    background: url('../img/right-coral.svg') no-repeat 16px center #fff;
    background-size: 25%;
}

.home-category .title.coral {
    background: rgba(254, 97, 90, 0.75);
}

.home-category .title.caded {
    background: rgba(79, 100, 103, 0.75);
}

.home-category .title.cyan {
    background: rgba(182, 217, 213, 0.75);
}

.home-category a:hover .title.coral {
    background: rgba(254, 97, 90, 1);
}

.home-category a:hover .title.caded {
    background: rgba(79, 100, 103, 1);
}

.home-category a:hover .title.cyan {
    background: rgba(182, 217, 213, 1);
}

.home-category h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    line-height: 33px;
    height: 90px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 80px;
}

#article {
}

#article .main-article {
    max-width: 870px;
    margin-bottom: 100px;
}

#article h1 {
    margin-bottom: 32px;
    margin-top: 32px;
}

#article h2 {
    color: #789F9E;
    font-size: 26px;
    line-height: 33px;
    margin-bottom: 20px;
    margin-top: 30px;
}

#article p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}

#article p.intro {
    color: #789F9E;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 32px;
}

#form {
    overflow: hidden;
    margin-bottom: 100px;
}

.form-left, .form-right {
    width: 50%;
    float: left;
    overflow-x: hidden;
}

.form-left {
    padding-right: 10px;
    clear: both;
}

.form-right {
    padding-left: 10px;
}

#form label {
    display: block;
    margin: 30px 0 10px 0;
    color: #4F6467;
}

#form label.checkbox-label {
    color: #789F9E;
}

#form .input {
    width: 100%;
}

#form textarea {
    height: 403px;
}

#form .button {
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    padding: 0 50px;
    margin-top: 25px;
}

#form .form-right .button {
    float: right;
}

#form p {
    margin: 30px 0;
    color: #4F6467;
}

#product {
}

#product .title {
    width: 60%;
    float: right;
    padding-left: 25px;
}

#product .description {
    width: 60%;
    float: right;
    padding-left: 25px;
}

#product .image {
    width: 40%;
    float: left;
}

#product .image img {
    max-width: 100%;
    max-height: 400px;
    display: block;
    margin: 0 auto;
}

#product h1 {
    font-size: 26px;
    line-height: 33px;
    font-weight: 700;
}

#product .favorite {
    color: #789F9E;
    font-size: 16px;
    line-height: 18px;
    display: block;
    padding: 15px 0;
}

#product .favorite img {
    height: 18px;
    width: auto;
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
}

#product .product-buy {
}

#product .price {
    font-size: 16px;
    color: #789F9E;
    margin-top: 25px;
}

#product .price span {
    color: #FE615A;
    font-size: 60px;
    line-height: 75px;
    display: block;
}

#product .delivery, #product .stock {
    font-size: 20px;
    line-height: 32px;
    color: #4F6467;
}

#product .delivery span, #product .stock span {
    color: #FE615A;
}

#product .product-buy .button {
    padding: 0 100px 0 75px;
    margin-top: 15px;
}

#product .product-buy .shop {
    float: right;
    text-align: center;
    width: 272px;
    font-size: 20px; /*margin-top: 95px;*/
    margin-top: 15px;
}

#product .product-buy .shop img {
    width: 100%;
}

#product .product-buy .shop a {
    color: #FE615A;
    text-decoration: none;
}

#shops {
    margin-top: 40px;
    margin-bottom: 100px;
}

#shops .shops-header {
    background: #B6D9D5;
    border-radius: 25px;
    text-align: center;
    padding: 5px;
}

#shops li {
    border-bottom: 1px solid #789F9E;
    clear: both;
    overflow: hidden;
    padding: 30px 0;
    width: 100%;
    display: table;
}

#shops li.hidden {
}

#shops li div {
    display: table-cell;
    padding: 0 50px 0 0;
    vertical-align: middle;
}

#shops li div:last-child {
    padding-right: 0;
    text-align: right;
}

#shops li .shop {
    width: 55%;
}

#shops li .shop .link {
    text-align: left;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
}

#shops li .shop p {
    margin-bottom: 20px;
}

#shops li .shop p a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    color: #4F6467;
}

#shops li .shop a.shop-link {
    color: #FE615A;
    font-size: 20px;
    font-weight: 500;
}

#shops li .shop a:hover {
    text-decoration: underline;
}

#shops li .shop .logo {
    height: 100px;
    width: 230px;
    display: table-cell;
    vertical-align: middle;
}

#shops li .shop .logo img {
    width: 100%;
    display: inline;
}

#shops li .prices {
    width: 20%;
}

#shops .price {
    margin-top: 0;
}

#shops .price span {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 5px;
}

#shops .delivery, #shops .stock {
    font-size: 16px;
    line-height: 22px;
}

#shops .buttons {
}

#shops .buttons .button {
    width: 100%;
    text-align: center;
}

#all-shops {
    width: 100%;
    text-align: center;
    padding: 50px 0;
    display: none;
}

#all-shops .button {
    padding: 0 75px 0 50px;
}

.products {
    margin-bottom: 80px;
}

#products h1 {
    font-size: 26px;
    line-height: 33px;
    margin: 30px 10px;
}

#products .count {
    font-size: 16px;
    color: #789F9E;
    float: right;
    margin-top: 10px;
    padding-left: 15px;
    margin-right: 10px;
    padding-bottom: 10px;
}

#products .count strong {
    font-weight: 700;
}

#products {
    margin-bottom: 15px;
}

.products li {
    width: 25%;
    border: 10px solid #fff;
    float: left;
    text-align: center;
    position: relative;
}

.products li > a {
    border: 1px solid #4F6467;
    display: block;
    padding: 16px;
    height: 390px;
}

.products .image {
    width: 240px;
    height: 240px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.products .image img {
    max-height: 100%;
    max-width: 100%;
    display: inline-block;
}

.products li h2.title {
    font-size: 16px;
    color: #4F6467;
    line-height: 20px;
    font-weight: 700;
    height: 60px;
    overflow: hidden;
    margin-top: 10px;
}

.products .price {
    color: #FE615A;
    font-size: 30px;
    line-height: 38px;
    padding-top: 10px;
}

.products .description {
    font-size: 12px;
    line-height: 15px;
    height: 45px;
    overflow: hidden;
    color: #4F6467;
    margin-bottom: 10px;
}

.products .button {
    margin: 10px 0;
    display: block;
    padding-left: 15px;
}

.products .hidden {
    transition: height 0.3s, opacity 0.3s;
    position: absolute;
    background: #fff;
    width: 100%;
    border: 1px solid #4F6467;
    border-top: 0;
    left: 0;
    right: 0;
    top: 390px;
    z-index: 89;
    padding: 0px 15px 15px 15px;
    overflow: hidden;
    height: 0;
    visibility: hidden;
}

.products.catalog li:hover .hidden {
    height: 180px;
    visibility: visible;
}

.products.catalog li:hover a {
    border-bottom: 0;
}

/*.products li a:hover .hidden{display: block;}*/
.center-bottom {
    text-align: center;
    margin: 50px 0;
}

#product-modal {
    display: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    position: fixed;
    text-align: center;
    left: 20px;
    right: 20px;
    top: 20px;
    padding: 20px;
    bottom: 20px;
    background: #fff;
    border: 1px solid #FE615A;
    z-index: 999;
    overflow-y: auto;
}

#product-modal .close img {
    width: 20px;
    position: fixed;
    right: 40px;
    top: 40px;
}

#product-modal .hidden {
    position: static;
    height: auto;
    visibility: visible;
    border: 0;
    padding: 0;
}

#product-modal .button {
    max-width: 350px;
    margin: 10px auto;
}

#product-modal a .title {
    color: #4F6467;
    margin-top: 15px;
}

#product-modal .products {
    margin-bottom: 0;
}

#product-modal .description {
    margin: 15px 0 25px 0;
    height: auto;
}

#tips {
    margin-bottom: 80px;
    overflow: hidden;
}

#tips h1 {
    text-align: center;
    margin: 80px 0 40px 0;
}

.products.tips {
    overflow: hidden;
    margin-bottom: 0;
}

.products.tips li > a {
    height: 455px;
}

.bx-wrapper .bx-controls-direction a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.bx-wrapper .bx-controls-direction a.bx-next {
    background: url('../img/right.svg') no-repeat 17px 12px #4F6467;
    background-size: 10px;
    right: -10px;
}

.bx-wrapper .bx-controls-direction a.bx-prev {
    background: url('../img/left.svg') no-repeat 13px 12px #4F6467;
    background-size: 10px;
    left: -10px;
}

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

.paging {
    text-align: center;
    position: relative;
    height: 50px;
    margin-top: 40px;
}

.main-paging {
    font-size: 20px;
    line-height: 28px;
    color: #789F9E;
    padding: 11px 0;
    position: absolute;
    right: 0;
    top: 0;
}

.main-paging a {
    transition: color 0.15s;
    color: #789F9E;
    display: inline-block;
    padding: 0 2px;
}

.main-paging a:hover {
    color: #4F6467;
}

.main-paging a.active {
    font-weight: 700;
    color: #4F6467;
}

.main-paging a.next, .paging a.back {
    transition: background 0.15s;
    margin: 0 10px;
    width: 28px;
    height: 28px;
    display: inline-block;
    border-radius: 50%;
}

.main-paging a.next {
    background: url('../img/right.svg') no-repeat 11px center #B6D9D5;
    background-size: 8px;
}

.main-paging a.back {
    background: url('../img/left.svg') no-repeat 9px center #B6D9D5;
    background-size: 8px;
}

.main-paging a.next:hover, .paging a.back:hover {
    background-color: #4F6467;
}

#crumbs {
    overflow: hidden;
    padding: 15px 20px;
}

#crumbs li {
    float: left;
}

#crumbs li + li:before {
    content: "›";
    display: block;
    padding: 0 10px;
    float: left;
}

#crumbs li a {
    color: #4F6467;
    font-size: 12px;
    line-height: 15px;
    text-decoration: underline;
}

#filter {
}

#filter form {
    padding: 16px;
    height: 74px;
    border-radius: 0 37px 37px 0;
    background: #E4FBF8;
    color: #789F9E;
    text-transform: uppercase;
}

#filter h2 {
    line-height: 42px;
    float: left;
    margin: 0 16px;
}

.custom-select {
    height: 42px;
    border-radius: 21px;
    background: #F4FBFA;
    float: left;
    width: 280px;
    margin: 0 8px;
    position: relative;
}

.custom-select .value {
    line-height: 42px;
    height: 42px;
    overflow: hidden;
    padding: 0 20px;
    border-radius: 21px;
    color: #4F6467;
    background: url('../img/down.svg') no-repeat right 15px center #b6d9d5;
    background-size: auto 11px;
    cursor: pointer;
    position: absolute;
    z-index: 120;
    left: 0;
    right: 0;
}

.custom-select .list {
    display: none;
    background: #F4FBFA;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    position: absolute;
    z-index: 110;
    width: 100%;
    padding: 55px 0px 10px 0px;
    border-radius: 21px 21px 0 0;
    max-height: 60vh;
    overflow-y: auto;
}

.custom-select .list li {
    line-height: 20px;
    padding: 4px 20px;
    cursor: pointer;
}

.custom-select .list li:hover {
    background: #789F9E;
    color: #fff;
}

.custom-select.opened {
    z-index: 200;
}

.custom-select.opened .value {
    background-image: url('../img/up.svg');
}

#filter .button {
    background: #789F9E;
    float: right;
}

#filter .button.disabled {
    background: #D6E2E2;
}

#subcategories {
}

#subcategories h1 {
    font-size: 26px;
    line-height: 33px;
    margin: 25px 0;
}

#subcategories .subcategories {
    padding-top: 5px;
}

#subcategories > ul {
    columns: 2;
}

#subcategories ul {
    margin-left: 30px;
    margin-bottom: 30px;
}

#subcategories ul ul ul {
    margin-bottom: 0;
}

#subcategories ul li {
    list-style-type: disc;
    color: #4F6467;
    line-height: 20px;
    font-size: 16px;
    padding: 5px 0;
}

#subcategories ul li a {
    color: #4F6467;
}

#subcategories ul li li {
    color: #789F9E;
}

#subcategories ul li li a {
    color: #789F9E;
}

#main-footer {
    background: #B6D9D5;
    overflow: hidden;
}

.footer-block {
    width: 25%;
    float: left;
    padding: 60px 0;
}

.footer-block h2 {
    font-size: 16px;
    line-height: 28px;
    color: #4F6467;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-menu li {
    line-height: 28px;
}

.footer-menu li a {
    color: #4F6467;
}

.footer-menu li a:hover {
    text-decoration: underline;
}

.footer-logo {
    margin-top: 15px;
}

#owner {
    clear: both;
    background: #4F6467;
    padding: 31px 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

#slideup {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(../img/up.svg) no-repeat center center #789F9E;
    background-size: 16px auto;
    position: fixed;
    bottom: 20px;
    z-index: 9999;
    margin-left: 15px;
    display: none;
}

@media only screen and (max-height: 900px) {
    #categories-list {
        max-height: 70vh;
    }
}


@media only screen and (max-height: 600px) {
    #categories-list {
        max-height: 60vh;
    }
}

@media only screen and (max-width: 1300px) {
    #slideup {
        margin-left: -35px;
    }
}

@media only screen and (max-width: 1200px) {
    .button {
        font-size: 17px;
    }

    .webwidth-plus {
        padding: 0 10px;
    }

    .home-category h2 {
        font-size: 21px;
        line-height: 27px;
    }

    #home-categories {
        padding-top: 10px;
    }

    .paging {
        height: auto;
    }

    .main-paging {
        position: static;
        margin-bottom: 10px;
    }

    .bx-wrapper .bx-controls-direction a.bx-next {
        right: -5px;
    }

    .bx-wrapper .bx-controls-direction a.bx-prev {
        left: -5px;
    }

    #main-search.fixed #search-logo {
        display: none;
    }

    #main-search.fixed #categories-link {
        width: 25%;
        margin-right: 0;
    }

    #main-search.fixed form {
        width: 74%;
    }

    #main-search.fixed #categories-list:before {
        left: 12.5%;
    }

}

@media only screen and (max-width: 1024px) {
    #main-header {
        margin-bottom: 100px;
    }

    #main-search {
        padding: 24px 0;
        margin-top: -100px;
    }

    .home-category {
        height: 300px
    }

    .home-category a {
        height: 300px;
        padding-top: 190px;
    }

    .home-category h2 {
        font-size: 17px;
        line-height: 22px;
    }

    #tips h1 {
        margin: 60px 0 30px 0;
        font-size: 45px;
    }

    .button {
        font-size: 15px;
    }


    .products.catalog li:hover .hidden {
        height: 0;
        visibility: hidden;
    }

    #product .image {
        width: 100%;
    }

    #product .description {
        width: 100%;
        padding: 0;
    }

    #product .title {
        width: 100%;
        padding: 0;
    }

    #product .image {
        margin: 0 0 25px 0;
    }

    #product .favorite {
        float: right;
    }

    /*#product .product-buy .shop{float: left;}*/
    #shops li .shop {
        width: 40%;
        text-align: center;
    }

    #shops li .shop p {
        display: none;
    }

    #shops li .shop .logo {
        display: block;
        height: auto;
        width: 100%;
        padding: 0;
        text-align: center;
    }

    #shops li .shop .logo img {
    }

    #shops li .shop .link {
        display: block;
        height: auto;
        text-align: center;
        padding: 0;
    }

    #shops li .prices {
        width: 30%;
    }

    #shops .buttons {
        width: 30%;
    }
}

@media only screen and (max-width: 900px) {

    .products li {
        width: 50%;
    }

    .products .image {
        width: 350px;
    }

    .button {
        font-size: 20px;
    }

    #categories-list {
        position: fixed;
        top: -15px;
        left: 0px;
        right: 0px;
        max-height: none;
        bottom: 0;
        height: auto;
        padding-top: 80px;
        overflow-y: auto;
        z-index: 999;
    }

    #subcategories .close, #categories-list .close {
        float: right;
        height: 30px;
    }

    #subcategories .close img, #categories-list .close img {
        height: 100%;
        padding: 5px 0;
    }

    #subcategories .icon, #categories-list .icon {
        float: left;
        margin-right: 20px;
        height: 30px;
    }

    #subcategories .icon img, #categories-list .icon img {
        height: 100%;
    }

    #subcategories .mobile-header, #subcategories .mobile-header, #categories-list .mobile-header, #subcategories .mobile-header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        background: #718F8F;
        color: #fff;
        font-size: 20px;
        padding: 20px 20px;
        overflow: hidden;
        height: 70px;
        line-height: 30px;
    }

    #categories-list .line {
        display: none;
    }

    #subcategories .subcategories, #categories-list .subcategories {
        position: static;
        overflow: unset;
    }

    #subcategories .subcategories ul, #categories-list .subcategories ul {
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }

    #subcategories .subcategories ul ul, #categories-list .subcategories ul ul {
        margin-right: 0;
    }

    #subcategories .subcategories ul li, #categories-list .subcategories ul li {
        width: auto;
    }

    #subcategories ul li a, #categories-list ul li a {
        padding-left: 10px;
        padding-right: 30px;
        background: url('../img/down-cyan.svg') no-repeat right 8px center;
        background-size: 16px auto;
    }

    #subcategories li:hover > .subcategories, #categories-list li:hover > .subcategories {
        display: none;
    }

    #subcategories ul li:hover > a, #categories-list ul li:hover > a {
        color: #4F6467;
        background: url('../img/down-cyan.svg') no-repeat right 8px center transparent;
        background-size: 16px auto;
    }

    #subcategories li.opened:hover > .subcategories, #categories-list li.opened:hover > .subcategories {
        display: block;
    }

    #subcategories ul li.opened > a, #categories-list ul li.opened > a {
        color: #fff;
        background: url('../img/up.svg') no-repeat right 8px center #718F8F;
        background-size: 16px;
    }

    #subcategories .opened > .subcategories, #categories-list .opened > .subcategories {
        display: block;
    }

    #subcategories ul li a.no-subcats, #categories-list ul li a.no-subcats {
        background: url('../img/right-caded.svg') no-repeat right 11px center;
        background-size: auto 16px;
    }

    #categories-list .all, #categories-list .more {
        display: block;
    }

    #categories-list ul li.more a {
        color: #E2433B;
        margin: 0;
        display: block;
        background: url('../img/right-coral.svg') no-repeat right 11px center;
        background-size: auto 16px;
    }

    #categories-list ul li.more:hover a:hover, #categories-list ul li.more:hover a {
        background-color: transparent;
    }

    #subcategories {
        position: fixed;
        overflow-y: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #F4FBFA;
        z-index: 10000;
    }

    #subcategories ul {
        columns: 1;
        margin: 0;
    }

    #subcategories .subcategories {
        display: none;
    }

    #subcategories ul li {
        list-style: none;
        width: 100%;
        padding: 0;
    }

    #subcategories ul li a, #subcategories ul ul li a {
        display: block;
        padding: 4px 30px 4px 20px;
        line-height: 20px;
        color: #4F6467;
    }

    #subcategories .subcategories ul {
        margin-right: 0;
    }

    #subcategories h1 {
        margin-top: 70px;
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 20px;
        background: #4F6467;
        color: #fff;
        font-size: 14px;
        line-height: 20px;
        padding: 7px 20px;
    }

    #subcategories h1 .close {
        height: 20px;
        margin-right: 5px;
    }

    .custom-select {
        width: 220px;
    }

    .form-left, .form-right {
        width: 100%;
        padding: 0;
        float: none;
    }

}

@media only screen and (max-width: 800px) {
    .footer-logo {
        display: none;
    }

    .footer-block {
        width: 33.33%;
    }

    #categories-link, #main-search.fixed #categories-link {
        width: 34%;
    }

    #main-search form, #main-search.fixed form {
        width: 64%;
    }


    .home-category.width-50 {
        width: 100%;
    }

    .home-category.width-25 {
        width: 50%;
    }

    .home-category h2 {
        font-size: 21px;
        line-height: 27px;
    }

    .home-category a .title.coral {
        background: rgba(254, 97, 90, 1);
    }

    .home-category a .title.caded {
        background: rgba(79, 100, 103, 1);
    }

    .home-category a .title.cyan {
        background: rgba(182, 217, 213, 1);
    }

    .home-category .title:after {
        background: url('../img/right-coral.svg') no-repeat 16px center #fff;
        background-size: 25%;
    }

    #filter h2 {
        display: none;
    }

    #article h1 {
        font-size: 40px;
    }

}

@media only screen and (max-width: 700px) {
    .custom-select {
        width: 175px;
    }

    #shops {
        margin-bottom: 50px;
    }

    #shops .shops-header {
        border-radius: 0;
        margin-left: -20px;
        margin-right: -20px;
    }

    #shops li .shop {
        width: 180px;
        display: block;
        float: left;
        margin-bottom: 25px;
        white-space: nowrap;
    }

    #shops li .shop .logo {
        width: 180px;
        margin: 0 auto;
    }

    #shops li .prices {
        width: 40%;
        display: block;
        float: right;
        margin-bottom: 25px;
    }

    #shops .buttons {
        width: 100%;
        display: block;
        clear: both;
    }

    #product .product-buy .link {
        width: 100%;
        text-align: center;
    }

    #product .product-buy .shop {
        float: left;
        width: 60%;
        min-height: 95px;
        margin-top: 0;
        text-align: left;
    }

    #product .product-buy .shop img {
        max-width: 180px;
    }

    #product .price b {
        display: none;
    }

    #product .price {
    }

    #product .price span {
        font-size: 46px;
        line-height: 54px;
    }

    #product .delivery, #product .stock {
        font-size: 16px;
        line-height: 22px;
    }

}

@media only screen and (max-width: 640px) {
    #main-footer {
        padding: 15px 0;
    }

    .footer-block {
        width: 100%;
        text-align: center;
        padding: 15px 0;
    }

    #owner {
        position: relative;
        top: 15px;
    }

    #product h1 {
        font-size: 20px;
        line-height: 30px;
    }
}


@media only screen and (max-width: 600px) {
    #main-search.subpage #categories-link {
        width: 52px;
        text-indent: -1000px;
        background: url('../img/menu.svg') no-repeat center center #789F9E;
    }

    #main-search.subpage form {
        width: 80%;
        width: calc(100% - 70px);
    }

    #main-search.home #categories-link {
        width: auto;
        float: none;
        position: absolute;
        left: 20px;
        right: 20px;
        margin-top: -120px;
        background: url('../img/menu.svg') right 20px center no-repeat #718F8F;
        padding-right: 55px;
    }

    #main-search.home form {
        width: 100%;
        float: none;
        position: relative;
        margin-top: 60px;
    }

    #main-search.home form .button {
        right: 0;
    }

    #main-search.home.fixed {
        position: static;
        margin-top: -100px;
        padding: 24px 0;
    }

    #main-logo img {
        height: 30px;
        position: relative;
        top: 5px;
    }

    #main-header {
        height: 60px;
        padding: 10px 0;
    }

    #main-header .right-link {
        height: 40px;
        width: 40px;
        padding: 8px;
    }

    #main-header .language-link a {
        width: 30px;
        height: 30px;
        font-size: 16px;
        line-height: 30px;
    }

    #main-header .right-link .icon {
    }

    #main-header .language-link {
        padding: 0;
    }

    #main-header .user-link {
        margin-right: 45px;
    }

    .header-window {
        margin-top: 8px;
        left: 0;
        right: 0;
        position: absolute;
        width: 100%;
        border-radius: 0 0 25px 25px;
    }

    #filter form {
        background: transparent;
        height: auto;
        padding: 0;
    }

    .custom-select {
        width: 100%;
        margin: 10px 0;
        float: none;
    }

    #filter .button {
        float: none;
        margin: 20px auto;
        display: block;
    }

    #article h1 {
        font-size: 26px;
    }

    #article p {
        font-size: 14px;
    }

    #article p.intro {
        font-size: 16px;
        line-height: 22px;
    }

    #form {
        margin-bottom: 50px;
    }

    #form h1 {
        font-size: 26px;
    }

    #form p {
        font-size: 12px;
    }

    #shops li .prices {
        width: 50%;
        padding-right: 0;
    }

    #shops .price span {
        font-size: 30px;
        line-height: 38px;
    }

    #product .product-buy .shop {
        width: 50%;
    }

    #all-shops {
        padding: 25px 0;
    }

    .products.tips .button {
        font-size: 16px;
    }


}

@media only screen and (max-width: 480px) {
    .header-window .input {
        width: 250px;
        height: 36px;
        line-height: 36px;
    }

    .header-window label {
        line-height: 36px;
        font-size: 16px;
    }

    .header-window .button {
        font-size: 16px;
    }

    #main-search form .button {
        text-indent: -1000px;
        width: 38px;
        height: 38px;
        padding: 0;
        margin: 3px;
    }

    #main-search .button img {
        left: -10px;
        height: 18px;
        width: auto;
    }

    #main-search .input {
        height: 44px;
        font-size: 16px;
    }

    /*#categories-link{ margin-top: -110px;}*/
    #main-search.subpage #categories-link {
        width: 44px;
        height: 44px;
        padding: 0;
    }

    #main-search.subpage form {
        width: calc(100% - 55px);
    }

    #main-search.home #categories-link {
        margin-top: -105px;
    }

    .home-category {
        border: 0;
        height: 180px;
    }

    #home-categories.webwidth-plus {
        padding: 0;
        margin-top: 0;
    }

    .home-category a {
        padding-top: 120px;
    }

    .home-category a .title {
        height: 60px;
    }

    .home-category a .title h2 {
        font-size: 14px;
        line-height: 20px;
        height: 60px;
    }

    .home-category .title:after {
        width: 26px;
        height: 26px;
        bottom: 17px;
        right: 10px;
        background-position: 11px center;
    }

    .paging a {
        font-size: 16px;
    }

    #form label {
        font-size: 14px;
        margin: 20px 0 10px 0;
    }

    #form .input {
        height: 36px;
        line-height: 36px;
    }

    #form .button {
        height: 36px;
        line-height: 36px;
        font-size: 12px;
    }

    #product h1, #products h1 {
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
    }

    #product .price span, #shops .price span {
        font-size: 26px;
        line-height: 34px;
    }

    #product .delivery, #product .stock, #shops .delivery, #shops .stock {
        font-size: 12px;
        line-height: 20px;
    }

    #product .product-buy .shop {
        padding-right: 20px;
        width: 60%;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
    }

    #shops li {
        padding: 15px 0;
    }

    #shops li .shop {
        width: 50%;
        padding-right: 20px;
    }

    #shops li .shop .logo {
        max-width: 100%;
        max-height: 50px;
    }

    #shops li .shop .logo img {
        width: 100%;
    }

    #shops li .shop a.shop-link {
        font-size: 12px;
        line-height: 20px;
    }

    #shops li .prices {
        width: 40%;
    }

    .products.tips .button, #shops .button, .paging .button {
        height: 33px;
        line-height: 33px;
        font-size: 14px;
        padding: 0 20px 0 10px;
    }

    .products.tips .button.arrow:after, #shops .button.arrow:after, .paging .button.arrow:after {
        height: 27px;
        width: 27px;
        top: 3px;
        right: 3px;
        background-position: 11px center;
    }

    .products.tips .button.arrow-down:after, #shops .button.arrow-down:after, .paging .button.arrow.arrow-down:after {
        background-position: center 11px;
    }

    #shops .button.arrow-down {
        padding: 0 75px 0 50px;
    }

    #shops li .shop, #shops li .prices {
        margin-bottom: 15px;
    }

    .products li > a {
        height: 310px;
        padding: 8px;
    }

    .products li h2.title {
        font-size: 12px;
        line-height: 16px;
    }

    .products.catalog .price, .products.tips .price {
        font-size: 16px;
        line-height: 20px;
        padding-top: 0px;
    }

    .products .image {
        height: 180px;
    }

    .paging {
        margin-top: 15px;
    }

    #tips {
        margin-bottom: 0;
    }

    #tips h1 {
        font-size: 26px;
        line-height: 40px;
        margin: 25px 0 10px 0;
    }

    .products.tips li > a {
        height: 335px;
    }

    #products .count {
        font-size: 12px;
        text-align: right;
        margin-top: 3px;
        padding-right: 5px;
    }

    #products .count strong {
        display: block;
    }
}

@media only screen and (max-width: 420px) {
    .header-window {
        padding: 15px;
    }

    .header-window .input {
        width: 200px;
    }

    .custom-select {
        margin: 0;
    }

    .custom-select .value {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .custom-select .list {
        font-size: 12px;
        padding-top: 40px;
    }

    .footer-block {
        padding: 6px 0;
        font-size: 12px;
        line-height: 16px;
    }

    #filter .button {
        width: 100%;
        margin-top: 0px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .paging .button {
        width: 100%;
    }

    .paging a.mobile-hide {
        display: none;
    }

    #form .button {
        width: 100%;
    }

    #product .product-buy .shop {
        width: 50%;
    }

    #product .favorite span {
        display: none;
    }

    #product .product-buy .button {
        padding: 0 75px 0 50px;
        width: 100%;
    }

    #shops li .prices {
        width: 50%;
    }

    #product .favorite {
        text-indent: -50px;
        text-align: right;
    }

    #product .favorite img {
        margin-right: 0;
    }

    .bx-wrapper .bx-controls-direction a {
        width: 30px;
        height: 30px;
    }

    .bx-wrapper .bx-controls-direction a.bx-next {
        background: url('../img/right.svg') no-repeat 13px 10px #4F6467;
        background-size: 7px;
        right: -5px;
    }

    .bx-wrapper .bx-controls-direction a.bx-prev {
        background: url('../img/left.svg') no-repeat 10px 10px #4F6467;
        background-size: 7px;
        left: -5px;
    }

    .products li {
        border-width: 5px;
    }

    .products li > a {
        height: 270px;
    }

    .products .image {
        height: 150px;
    }

    .products.tips li > a {
        height: 305px;
    }

    .products.tips .button, #shops .button, .paging .button {
        font-size: 12px;
        padding: 0 20px 0 0px;
    }

}

.alert {
    position: relative;
    padding: 1.1rem 1.5rem;
    margin-bottom: 1rem;
    border: 0 solid transparent;
    border-radius: 2px;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: normal;
}

.alert-dismissible {
    padding-right: 4.5rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1.1rem 1.5rem;
    color: inherit;
}

.alert-primary {
    color: white;
    background-color: #2196f3;
    border-color: #c1e2fc;
}

.alert-primary hr {
    border-top-color: #a9d7fb;
}

.alert-primary .alert-link {
    color: #e6e5e5;
}

.alert-secondary {
    color: white;
    background-color: #868e96;
    border-color: #dddfe2;
}

.alert-secondary hr {
    border-top-color: #cfd2d6;
}

.alert-secondary .alert-link {
    color: #e6e5e5;
}

.alert-success {
    color: white;
    background-color: #32c787;
    border-color: #c6efdd;
}

.alert-success hr {
    border-top-color: #b2e9d1;
}

.alert-success .alert-link {
    color: #e6e5e5;
}

.alert-info {
    color: white;
    background-color: #03a9f4;
    border-color: #b8e7fc;
}

.alert-info hr {
    border-top-color: #a0dffb;
}

.alert-info .alert-link {
    color: #e6e5e5;
}

.alert-warning {
    color: white;
    background-color: #ffc721;
    border-color: #ffefc1;
}

.alert-warning hr {
    border-top-color: #ffe8a8;
}

.alert-warning .alert-link {
    color: #e6e5e5;
}

.alert-danger {
    color: white;
    background-color: #ff6b68;
    border-color: #ffd6d5;
}

.alert-danger hr {
    border-top-color: #ffbdbc;
}

.alert-danger .alert-link {
    color: #e6e5e5;
}

.alert-light {
    color: white;
    background-color: #f6f6f6;
    border-color: #fcfcfc;
}

.alert-light hr {
    border-top-color: #efefef;
}

.alert-light .alert-link {
    color: #e6e5e5;
}

.alert-dark {
    color: white;
    background-color: #495057;
    border-color: #ccced0;
}

.alert-dark hr {
    border-top-color: #bfc1c4;
}

.alert-dark .alert-link {
    color: #e6e5e5;
}

footer.fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
}

table.contact_table {
    margin-top: 20px;
}

.contact_image {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* ========================
   DSA page styles (moved from template)
   Scoped to .dsa-page to avoid side effects
   ======================== */
.dsa-page #article-h1 h1 {
    font-size: 2rem;
    line-height: 1.2;
    margin: 0;
}
.dsa-page #article-text {
    background: #f7fbff; /* subtle blue tint */
}
.dsa-page #article-text .red {
    height: 3px;
    width: 60px;
    background: #e30613; /* brand accent */
    margin: 0 0 16px 0;
}
.dsa-page #article-text h2 {
    margin: 24px 0 12px;
    padding-left: 10px;
    border-left: 4px solid #e30613;
    font-size: 1.25rem;
    line-height: 1.3;
}
.dsa-page #article-text h3 {
    margin: 22px 0 10px;
    font-size: 1.1rem;
    font-weight: 600; /* emphasize */
    color: #111;
    display: inline-block; /* so the underline/accent doesn’t span full width */
    padding-bottom: 4px;
    border-bottom: 2px solid #e30613; /* brand accent underline */
}
.dsa-page #article-text p {
    line-height: 1.7;
    margin: 10px 0 14px;
}
.dsa-page #article-text ul {
    margin: 8px 0 16px 1.25rem;
    padding: 0;
    list-style: disc;
}
.dsa-page #article-text ul li {
    margin: 6px 0;
}
.dsa-page #article-text a {
    color: #005ea6;
    text-decoration: underline;
}
.dsa-page #article-text a:hover,
.dsa-page #article-text a:focus {
    color: #00467d;
    text-decoration-color: #00467d;
}
/* Make long legal paragraphs easier to read on wide screens */
@media (min-width: 992px) {
    .dsa-page #article-text { padding: 28px; }
    .dsa-page #article-text > p,
    .dsa-page #article-text > h2,
    .dsa-page #article-text > h3,
    .dsa-page #article-text > ul { max-width: 980px; }
}

/* DSA summary list styling (cards at the end of the page) */
.dsa-page #article-text ul.dsa-summary {
    list-style: none;
    margin: 12px 0 8px 0;
    padding: 0;
}
.dsa-page #article-text ul.dsa-summary li {
    background: #fff;
    border: 1px solid #e6ecf2;
    border-left: 4px solid #e30613; /* brand accent */
    border-radius: 6px;
    padding: 12px 14px;
    margin: 10px 0;
}
.dsa-page #article-text ul.dsa-summary li strong {
    margin-bottom: 6px;
    font-weight: 700;
}
/* Responsive layout: show summary items in a simple grid on wider screens */
@media (min-width: 768px) {
    .dsa-page #article-text ul.dsa-summary {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 12px;
    }
    .dsa-page #article-text ul.dsa-summary li {
        margin: 0; /* gap handles spacing */
    }
}
