/* @import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

a:link, a:visited, a:active { color: #bf0000; text-decoration: none; }
a:hover { color: #990000; text-decoration: none; }

::placeholder { color: #775d3c; opacity: 1; }
:-ms-input-placeholder { color: #775d3c; }
::-ms-input-placeholder { color: #775d3c; }

body {
  position: relative; margin: 0; padding: 0; font-size: 16px; /*font-family: 'Nunito', sans-serif;*/ font-family: 'Encode Sans', sans-serif;
}

h1 {
  position: relative; margin: 0 0 30px 0; padding: 0; font-size: 38px;
}
h2 {
  margin: 0 0 25px 0; padding: 0; font-size: 32px;
}
h3 {
  margin: 0 0 25px 0; padding: 0; font-size: 26px;
}

.main {
  margin: 0 auto;
}

.header {
  width: 100%; background: #c69453;
}
.header .main {
  position: relative;
}

.header .headermenutop {
  padding: 10px 0; color: #ffffff;
}
.header .headermenutop ul.lang {
  float: right; margin: 0; padding: 0; list-style: none; font-size: 0;
}
.header .headermenutop ul.lang > li {
  display: inline-block; margin: 0 2px;
}
.header .headermenutop ul.lang > li:nth-last-of-type(2) {
   margin-left: 20px;
}
.header .headermenutop ul.lang > li a {
  padding: 5px 5px; color: #000000; font-size: 14px; font-weight: 600;
}
.header .headermenutop ul.lang > li a.active {
  text-decoration: none; color: #ffffff; background: #cf0000; border-radius: 3px;
}

.headermenu {
  width: 100%; padding: 20px 0; background: #ffffff;
}
.headermenu .logo {
  float: left;
}
.headermenu .logo img {
  display: block; width: auto; height: 43px; margin: 7px 0 0 0;
}

#mt_menu_open {
  display: none; float: right; width: 30px; height: 30px; text-align: center; color: #000000;
}
#mt_menu_open::after {
  content: "\f0c9"; font-family: "Font Awesome 6 Free"; font-weight: 900; width: 30px; height: 30px; font-size: 30px; cursor: pointer;
}
.headermenu .menu #mt_menu_close {
  display: none; text-align: right; margin: 10px 15px 0 0;
}
.headermenu .menu #mt_menu_close span {
  width: 50px; height: 50px; color: #000000;
}
.headermenu .menu #mt_menu_close span::after {
  content: "\f00d"; font-family: "Font Awesome 6 Free"; font-weight: 900; width: 50px; height: 50px; font-size: 50px; cursor: pointer;
}
.headermenu .menu #mt_menu_close::after {
  clear: both;
}
.headermenu .menu {
  float: right;
}
.headermenu .menu > ul {
  display: flex; list-style: none;
}
.headermenu .menu > ul > li {
  position: relative; margin: 0 20px;
}
.headermenu .menu > ul > li.lang {
  display: none;
}
.headermenu .menu > ul > li > a {
  display: block; padding: 20px 0; color: #000000; font-size: 15px; font-weight: bold; text-transform: uppercase;
}
.headermenu .menu > ul > li.order {
  padding: 10px 0;
}
.headermenu .menu > ul > li.order > a {
  padding: 10px; color: #ffffff; background: #bf0000; border-radius: 5px;
}
.headermenu .menu > ul > li > a i {
  opacity: 0.8;
}
.headermenu .menu > ul > li > a.active {
  text-decoration: underline;
}
.headermenu .menu > ul > li > a:hover {
  opacity: 0.7;
}
.headermenu .menu ul > li ul {
  position: absolute; z-index: 999; left: 0; margin: 0; padding: 0; list-style: none; visibility: hidden; opacity: 0; transition: all 0.5s ease;
}
.headermenu .menu ul li:hover > ul, .headermenu .menu ul li ul:hover {
  visibility: visible; opacity: 1;
}
.headermenu .menu ul > li ul li {
  margin: 0 0 1px 0; padding: 0;
}
.headermenu .menu ul > li ul li a {
  display: block; min-width: 150px; padding: 15px 20px; font-size: 15px; color: #ffffff; background: #000000;
}
.headermenu .menu ul > li ul li a:hover {
  color: #000000; background: #ececec;
}

.header #titleSlider {
  width: 100%; height: 550px;
}
.header #titleSlider .item {
  display: flex; position: relative; width: 100%; height: 550px;
  background-position: 0 0; background-repeat: no-repeat;  background-size: cover;
}
/* .header #titleSlider .item:after {
  content: ''; position: absolute; z-index: 5; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0, 0.4);
} */
.header #titleSlider .item:after {
  content: ''; position: absolute; z-index: 5; top: 0; left: 0; width: 100%; height: 100%; background-image: url(../img/title_bg.png); opacity: 0.5;
}
.header #titleSlider .item .main {
  display: flex; align-items: center;
}
.header #titleSlider .item .main .itt {
  position: relative; z-index: 10; width: 50%; text-align: center;
}
.header #titleSlider .item .main .itt i {
  display: block; font-size: 50px; color: #ffffff; opacity: 0.8;
}
.header #titleSlider .item .main .itt h3 {
  display: inline-block; line-height: 100%; margin-top: 10px; padding: 15px 30px; text-transform: uppercase; font-size: 64px; color: #ffffff; background: #000000; border-radius: 5px; /*text-shadow: 5px 5px 4px #000000;*/
  transition: all 0.2s ease;
}
.header #titleSlider .item .main .itt span {
  display: inline-block; margin-top: 5px; line-height: 100%; padding: 20px 20px; font-size: 18px; font-weight: bold; text-align: center; text-transform: uppercase; color: #ffffff; background: #cf0000; border-radius: 5px;
}
.header #titleSlider .item .main .itt:hover h3 {
  margin-top: 30px;
}
.header #titleSlider .item .main .itt:hover i {
  color: #cf0000;
}

.header #titleSlider .item .main h1 {
  position: relative; z-index: 6; display: inline-block; margin-top: 5px; margin-bottom: 0 !important; line-height: 100%; padding: 25px 30px; font-size: 36px; font-weight: normal; text-align: left; color: #ffffff; background: rgba(0,0,0, 0.80); border-radius: 5px;
}
.header #titleSlider .item .main span { font-size: 42px; font-weight: bold; }

.main_header {
  position: relative; width: 100%; padding: 50px 0; background-color: #000000; background-image: url('../img/page_sub_bg.jpg'); background-position: center center; background-size: cover;
}
.main_header:before {
  content: ''; position: absolute; z-index: 5; top: 0; left: 0; width: 100%; height: 100%; background-color: #000000; opacity: 0.7;
}
.main_header h1 {
  position: relative; z-index: 10; margin: 0; padding: 0; line-height: 130%; font-size: 36px; color: #ffffff;
}

.content_main {
  min-height: 450px; padding: 50px 0 80px 0;
}
.content_main .row {
  margin-top: 50px;
}
.content_main .row:first-child {
  margin-top: 0;
}
.content_main .row h2 {
  margin: 40px 0 0 0;
}
.content_main .row h2:first-child {
  margin: 0 0 0 0;
}
.content_main .row h3 {
  margin: 30px 0 0 0;
}
.content_main .row h3:first-child {
  margin: 0 0 0 0;
}
.content_main .row p {
  margin: 30px 0 0 0; font-size: 18px; line-height: 160%;
}
.content_main .row ul {
  margin: 30px 0 0 0; padding: 0; list-style: none; font-size: 18px; line-height: 160%; color: #000000;
}
.content_main .row ul.mt0 {
  margin-top: 5px !important;
}
.content_main .row ul li {
  position: relative; margin-bottom: 5px; padding-left: 20px;
}
.content_main .row ul li:last-child {
  margin-bottom: 0;
}
.content_main .row ul li:before {
  position: absolute; top: 0; left: 0; content: "\f192"; font-family: "Font Awesome 6 Free"; color: #fe0b0c; font-size: 12px; font-weight: 300;
}
.content_main .row p:first-child, .content_main .row ul:first-child {
  margin-top: 0;
}
.content_main .row img {
  display: flex; max-width: 90%; height: auto; margin: 0 auto;
}

.content_main .row .row_flex {
  display: flex;
}
.content_main .row .row_flex div {
  width: 50%; margin: 30px 0 0 0; font-size: 18px; line-height: 160%;
}
.content_main .row .row_flex div img {
  display: flex; max-width: 90%; height: auto; margin: 0 auto; border-radius: 10px;
}

.content_main a.order_button {
  display: inline-block; margin: 0 auto; padding: 25px; font-size: 20px; color: #bf0000; font-weight: bold; border: 3px solid #bf0000; border-radius: 5px;  transition: all 0.3s ease;
}
/* .content_main a.order_button::before {
  content: '\f07a'; font-family: "Font Awesome 6 Free"; margin-right: 20px; font-weight: bold; font-size: 26px;
} */
.content_main a.order_button:hover {
  opacity: 0.7;
}

.content_main a.href_spec {
  display: flex; padding: 15px; font-weight: 600; border: 2px solid #bf0000; border-radius: 5px;
}
.content_main a.href_spec:hover {
  border-color: #990000;
}

.content_main .gallery {
  margin-top: 50px; text-align: center;
}
.content_main .gallery img {
  display: inline-block; width: auto; height: 140px; margin: 3px;
}

.content_main table.border {
  width: auto; margin: 20px 0 0 0; border-top: 1px solid #6a6a6a; border-left: 1px solid #6a6a6a; border-spacing: 0; border-collapse: separate;
}
.content_main table.border tr td {
  padding: 15px; border-right: 1px solid #6a6a6a; border-bottom: 1px solid #6a6a6a;
}

.title_top {
  position: relative; width: 100%;
}
.title_top:before {
  content: ''; position: absolute; z-index: -5; top: 0; left: 0; width: 100%; height: 60%; background: #c69453;
}
.title_top .items {
  display: flex; justify-content: center; gap: 150px; padding: 70px 0 20px 0;
}
.title_top .items .item {
  position: relative; padding: 0; text-align: center; background: #ffffff; transform: skewY(-1deg);
}
.title_top .items .item h3 {
  width: 70%; margin: 0 auto; padding: 20px; font-size: 22px; color: #ffffff; text-transform: uppercase; background: #bd0000; border-radius: 5px;
}
.title_top .items a:hover .item h3 {
  background: #2f2f2f;
}
.title_top .items .item img {
  display: flex; width: 450px; height: auto; margin: 0 auto; border: 10px solid #ffffff;
}


.tpl_kontakt {
}
.tpl_kontakt .data {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0 40px; margin-bottom: 40px;
}
.tpl_kontakt .data .item {
  flex: 1; min-width: 400px; margin: 0; padding: 30px; font-size: 18px; line-height: 160%; background: #f2f2f2;
}
.tpl_kontakt .data .item .rowkontakt {
  display: flex; align-items: center; gap: 0 5px; margin-top: 5px;
}
.tpl_kontakt .data .item .rowkontakt a {
  color: #bf0000; font-weight: 600;
}
.tpl_kontakt .data .item .rowkontakt a:hover {
  text-decoration: underline;
}
.tpl_kontakt .data .item .rowkontakt i {
  margin-right: 2px; font-size: 12px; color: #bf0000;
}
.tpl_kontakt .data .item .hdr {
  display: flex; align-items: center; margin-bottom: 10px;
}
.tpl_kontakt .data .item .hdr i {
  margin-right: 10px; font-size: 18px;
}
.tpl_kontakt .data .item .bold600 {
  font-weight: 600;
}


.tpl_kontakt .form {
  width: 100%; margin-bottom: 60px; padding: 30px 30px; background: #f2f2f2;
}
.tpl_kontakt .form .status {
  width: 100%; height: 100%; margin: 20px 0; padding: 20px; font-size: 22px; color: #ffffff; background: #000000;
}
.tpl_kontakt .form .status.yes {
  background: #55a425;
}
.tpl_kontakt .form .status.no {
  background: #ff0000;
}

.tpl_kontakt .map {
  width: 100%;
}
.tpl_kontakt .map h2 {
  margin: 0 0 20px 0 !important; font-size: 26px;
}
.tpl_kontakt .map .w100 {
  width: 100%;
}
.tpl_kontakt .map .l {
  float: left; width: 100%;
}
.tpl_kontakt .map iframe {
  width: 100%; height: 400px; border: 0;
}


.footerprevadzky {
  position: relative; display: flex; width: 100%; height: 500px;
}
.footerprevadzky .itt {
  position: relative; z-index: 1; display: flex; justify-content: center; align-items: center; width: 100%; text-align: center;
  background-size: cover; background-repeat: no-repeat; background-position: center center;
}
.footerprevadzky .itt:before {
  content: ''; position: absolute; z-index: 2; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0, 0.5);
}
.footerprevadzky .itt i {
  position: relative; z-index: 5; display: block; font-size: 36px; color: #ffffff; opacity: 0.8;
}
.footerprevadzky .itt h3 {
  position: relative; z-index: 5; display: inline-block; line-height: 100%; margin-top: 10px; padding: 15px 30px; text-transform: uppercase; font-size: 46px; color: #ffffff; background: #000000; border-radius: 5px; /*text-shadow: 5px 5px 4px #000000;*/
  transition: all 0.2s ease;
}
.footerprevadzky .itt span {
  position: relative; z-index: 5; display: inline-block; margin-top: 5px; line-height: 100%; padding: 15px; font-size: 16px; font-weight: bold; text-align: center; text-transform: uppercase; color: #ffffff; background: #cf0000; border-radius: 5px;
}
.footerprevadzky .itt:hover h3 {
  margin-top: 20px;
}
.footerprevadzky .itt:hover i {
  color: #cf0000;
}
.footerprevadzky .itt:hover:before {
  background: rgba(0,0,0, 0.2);
}


.products {
  display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 0;
}
.products .item {
  display: flex; flex-direction: column; align-items: center; justify-content: center; justify-content: flex-start; width: 50%; padding: 40px; text-align: center;
}
.products .item {
  width: 33.33334%;
}
.products.single .item:nth-child(1) {
  flex-direction: row; align-items: flex-start; width: 100%; border-bottom: 1px solid #d9d9d9;
}
.products.single .item:nth-child(1) .break_price {
  display: none;
}

.products.single .item:nth-child(1) .content_single {
  display: flex; flex-direction: column; align-items: flex-start; width: 100%; padding-left: 50px;
}
.products.single .item:nth-child(1) h2 {
  margin-top: 0;
}

.products .item img {
  width: 300px; height: auto; transition: all .2s ease-in-out;
}
.products.single .item:nth-child(1) img {
  width: 500px;
}
#basket_content .products .item img {
  width: 200px;
}
.products.single .item:nth-child(1) .price_info {
  text-align: left;
}
.products .item h2 {
  margin: 25px 0 0 0 !important; padding: 0; font-size: 24px; color: #000000;
}
.products .item ul {
  margin: 20px; padding: 0; text-align: left; font-size: 16px; list-style: square;
}
.products .item ul li {
  padding-left: 0;
}
.products .item ul li:before {
  display: none;
}
.products .item span {
  display: inline-block; line-height: 140%; padding: 15px 20px; color: #ffffff; text-align: center; background: #bf0000; border-radius: 5px;
}
.products .item span strong {
  display: inline-block; margin-right: 3px; font-size: 22px;
}
.products .item .price_info {
  margin-top: 8px; font-size: 15px; text-align: center; font-style: italic; opacity: 0.9;
}
.products .item .price_info a {
  display: block; margin-top: 5px; font-style: normal; font-weight: 600;
}
.products .item a.button {
  display: flex; display: inline-block; margin-top: 20px; line-height: 100%; padding: 15px 20px; font-size: 14px; color: #000000; font-weight: bold; background: #eeeeee; border-radius: 5px; box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.15);
}
.products .item a.button::before {
  content: '\f07a'; font-family: "Font Awesome 6 Free"; margin-right: 9px; font-weight: bold; font-size: 18px; opacity: 0.7;
}
.products .item a.button:hover {
  color: #ffffff; background: #000000;
}
.products .item a.button:hover::before {
  opacity: 0.9;
}
.products .item:hover h2 {
  color: #bf0000;
}
.products.single .item:hover:nth-child(1) h2 {
  color: #000000;
}
.products .item:hover img {
  transform: scale(1.05);
}

ul.change_prices {
  margin: 0 0 15px 0 !important; padding: 0; list-style: none; font-size: 0;
}
ul.change_prices li {
  display: inline-block; margin: 0 10px 0 0 !important; padding: 0 !important;
}
ul.change_prices li::before {
  display: none;
}
ul.change_prices li span {
  display: inline-block; padding: 12px 12px; font-size: 15px; color: #ffffff; background: #bf0000; border-radius: 5px;
}
ul.change_prices li a {
  display: block; padding: 12px 12px; font-size: 15px; color: #000000; background: #e9e9e9; border-radius: 5px;
}
ul.change_prices li a i {
  margin-right: 5px;
}
ul.change_prices li a:hover {
  color: #000000; background: #c5c5c5;
}

.price_modal {
  padding: 20px;
}
.price_modal .price {
  display: inline-block; margin-top: 15px; line-height: 140%; padding: 15px 16px; color: #ffffff; text-align: center; background: #bf0000; border-radius: 5px;
}
.price_modal .price strong {
  display: inline-block; margin-right: 3px; font-size: 22px;
}
.price_modal a.change_price_for {
  display: inline-block; margin-top: 15px; padding: 12px 12px; font-size: 14px; color: #000000; background: #e9e9e9; border-radius: 5px;
}
.price_modal a.change_price_for i {
  margin-right: 5px;
}
.price_modal a.change_price_for:hover {
  background: #c5c5c5;
}

.basket {
  position: relative; display: flex; align-items: flex-start;
}
.basket .loader {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #ffffff; opacity: 0.8;
}
.basket h2 {
  margin: 0 0 25px 0; padding: 0; font-size: 24px;
}
#basket_content h3 {
  margin: 0 0 15px 0; padding: 0; font-size: 20px;
}

.basket .table_products {
  flex-basis: 100%;
}
.basket .table_products select {
  padding: 7px; border: 1px solid #000000;
}
.basket .table_products table {
  width: 98%; border-spacing: 0; border-collapse: collapse; border-bottom: 1px solid #afafaf;
}
.basket .table_products table tr td {
  padding-top: 25px !important; padding-bottom: 25px !important; border-top: 1px solid #afafaf;
}
.basket .table_products table.kontrola tr td {
  padding-top: 10px !important; padding-bottom: 10px !important;
}
.basket .table_products table tr.klaty td {
  border-top: 1px dashed #afafaf;
}
.basket .table_products table td.image {
  width: 100px;
}
.basket .table_products table.kontrola tr td.image {
  width: 50px;
}
.basket .table_products table td.image img {
  width: 100%; height: auto;
}
.basket .table_products table td.description {
  padding-left: 30px; text-align: left; line-height: 160%;
}
.basket .table_products table td.description a {
  color: #000000; font-weight: 600; font-size: 18px;
}
.basket .table_products table td.description a:hover {
  text-decoration: underline;
}
.basket .table_products table td.description .text {
  display: block;
}
.basket .table_products table td.description .text ul {
  list-style: none; font-size: 14px;
}
.basket .table_products table td.description .dlzka_klatov {
  margin: 10px 0 0 0;
}
.basket .table_products table td.description .dlzka_klatov span {
  display: block; margin-bottom: 3px; font-weight: 600; font-size: 15px;
}
.basket .table_products table td.description .dlzka_klatov span::before {
  content: "\f30c"; font-family: "Font Awesome 6 Free"; margin-right: 6px;
}
.basket .table_products table td.description .dlzka_klatov select {
  border: 2px solid #000000; border-radius: 5px;
}
.basket .table_products table td.count {
  padding: 0 20px; text-align: left;
}
.basket .table_products table td.count select {
  border: 2px solid #000000; border-radius: 5px;
}
.basket .table_products table td.price {
  line-height: 170%; padding-right: 20px; padding-left: 20px; text-align: right; font-size: 12.9px; vertical-align: top;
}
.basket .table_products table td.price .p1 strong {
  display: block; font-size: 20px;
}
.basket .table_products table tr.kontrola td.price .p1 strong {
  font-size: 16px;
}
.basket .table_products table td.price.n2 {
}
.basket .table_products table td.price::after {
  display: block; content: attr(data-unit); margin-top: 4px; font-size: 14px; text-align: right; opacity: 0.7;
}
.basket .table_products table td.price.n2::after {
  content: 'spolu';
}
.basket .table_products table td.remove {
  padding-left: 40px; padding-right: 40px; text-align: center;
}
.basket .table_products table td.remove a {
  color: #000000;
}


.basket.basket2 .order_data {
  flex-basis: 100%;
}
.basket.basket2 .order_data a.back {
  display: inline-block; line-height: 100%; margin-bottom: 30px; color: #000000; padding: 12px; border: 1px solid #000000; border-radius: 5px;
}
.basket.basket2 .order_data a.back i {
  margin-right: 6px;
}
.basket.basket2 .order_data a.back:hover {
  text-decoration: underline;
}
.basket.basket2 .table_products {
  width: 400px; flex-basis: 400px; padding: 20px; background: #f9f9fa; border-radius: 5px;
}
.basket.basket2 .table_products h2 {
  margin-bottom: 15px; font-size: 18px;
}
.basket.basket2 .table_products table.kontrola {
  width: 100%;
}
.basket.basket2 .table_products table.kontrola td.description {
  padding-left: 20px;
}
.basket.basket2 .table_products tr.order_price_together {
  color: #bf0000; font-weight: bold;
}
.basket.basket2 .table_products tr.order_price_together .name {
}
.basket.basket2 .table_products tr.order_price_together .price {
  padding-right: 0; line-height: 100%; font-size: 20px;
}
.basket.basket2 .table_products tr.order_price_together .price span {
  font-size: 14px; font-weight: normal;
}

.form {
  width: 90%;
}
.form .frow {
  width: 100%; margin-bottom: 20px;
}
.form .frow.fw50 {
  width: 48%;
}
.form .frow .l {
  float: left; width: 48%;
}
.form .frow .r {
  float: right; width: 48%;
}
.form .frow:last-child {
  margin-bottom: 0;
}
.form label {
  display: block; margin-bottom: 7px; font-weight: 600;
}
.form input[type="text"] {
  width: 100%; padding: 12px; border: 1px solid #888888; border-radius: 5px;
}
.form textarea {
  width: 100%; height: 100px; padding: 12px; border: 1px solid #888888; border-radius: 5px;
}
.form input[type="submit"] {
  display: block; margin-top: 10px; padding: 20px; color: #ffffff; font-size: 16px; text-align: center; font-weight: 600; background: #bf0000; border-radius: 5px;
}
.form input[type="submit"]:hover {
  background: #a50000;
}

.form_error {
  display: inline-block; margin-bottom: 30px; padding: 20px; text-align: center; font-size: 18px; color: #ffffff; background: #ff0000; border-radius: 5px;
}

#info_change_prices {
  display: none; padding: 30px !important; font-weight: 600; font-size: 18px; color: #ffffff; text-align: center; background: #e79500;
}
#info_change_prices i {
  display: block; margin-bottom: 20px; font-size: 40px;
}
#info_change_prices .button {
  line-height: 100%; margin: 25px auto 0 auto; padding: 15px; font-weight: 600; text-align: center; color: #ffffff; background: #000000; border-radius: 3px;
}
#info_change_prices .button:hover {
  background: #bf0000;
}

.basket .doprava {
  width: 98%; margin-top: 30px; padding: 20px; font-weight: 600; background: #f9f9fa; border-radius: 5px;
}
.basket .doprava h2 {
  margin-bottom: 15px;
}
.basket .doprava .warning {
  display: inline-block; margin: 0 0 15px 0; padding: 10px; color: #e79500; font-weight: 500; border: 1px solid #e79500; border-radius: 5px;
}
.basket .doprava .warning i {
  margin-right: 4px;
}
.basket .doprava select {
  margin-right: 10px; padding: 10px; border: 2px solid #000000; border-radius: 5px;
}

.basket .basket_summary {
  padding: 20px; background: #f9f9fa; border-radius: 5px;
}
.basket .basket_summary .item {
  clear: both; width: 300px; margin-bottom: 15px;
}
.basket .basket_summary .item .label {
  display: inline-block;
}
.basket .basket_summary .item .price {
  float: right; display: inline-block; text-align: right;
}
.basket .basket_summary .item .price small {
  font-size: 12px;
}
.basket .basket_summary .item.together {
  margin-bottom: 0; padding-top: 15px; border-top: 2px solid #000000;
}
.basket .basket_summary .item.together2 {
  margin-bottom: 25px; padding-top: 15px;
}
.basket .basket_summary .item.together .price, .basket .basket_summary .item.together2 .price {
  display: block; font-size: 20px; font-weight: 600; line-height: 100%;
}
.basket .basket_summary .step_data_none {
  display: block; padding: 20px; color: #ffffff; text-align: center; font-weight: bold; background: #e79500; border-radius: 5px;
}
.basket .basket_summary a.step_data {
  display: block; padding: 20px; color: #ffffff; text-align: center; font-weight: bold; background: #bf0000; border-radius: 5px;
}
.basket .basket_summary a.step_data:hover {
  background: #a50000;
}

footer {
  padding: 50px; color: #ffffff; background: #000000;
}
footer .main {
  display: flex;
}
footer .logo {
}
footer .logo img {
  width: auto; height: 40px; opacity: 0.6;
}
footer .menu {
  margin-left: 150px;
}
footer .menu ul {
  margin: 0; padding: 0; list-style: none;
}
footer .menu ul li {
  margin-bottom: 20px; padding: 0;
}
footer .menu ul li:last-child {
  margin-bottom: 0;
}
footer .menu ul li a {
  color: #ffffff; opacity: 0.5;
}
footer .menu ul li a:hover {
  text-decoration: underline;
}
footer .cities {
  width: 50%; margin-left: 150px; color: rgba(255,255,255, 0.7);
}
footer .cities h3 {
  color: rgba(255,255,255, 0.9);
}
footer .cities p {
  margin-top: 20px; line-height: 150%;
}
footer .eu {
  margin-top: 50px; text-align: center;
}
footer .eu img {
  width: auto; height: 150px;
}

.basket_footer {
  position: fixed; z-index: 100; right: 0; bottom: 0; width: auto;
}
.basket_footer .content {
  display: flex; align-items: center; margin: 0 20px 20px 20px; padding: 30px; color: #ffffff; background: #41a300; border-radius: 10px;
}
.basket_footer .content span {
  display: inline-block; margin: 0 10px; opacity: 0.5;
}
.basket_footer .content i {
  margin-right: 25px; font-size: 34px;
}
.basket_footer .content .items {
}
.basket_footer .content .items strong {
  font-size: 24px;
}

.order {
}
.order .order_ok {
  display: flex; align-items: flex-start; margin: 0 0 30px 0; padding: 24px; background: #f9f9fa; border-radius: 5px;
}
.order .order_ok i {
  font-size: 50px; color: #55a425;
}
.order .order_ok div {
  margin-left: 20px;
}
.order .order_ok div span {
  display: block; margin: 5px 0; font-size: 22px; font-weight: bold;
}
.order .order_data_left {
  float: left; width: 48%; padding-left: 30px; line-height: 150%;
}
.order .order_data_left .orow {
  margin: 0 0 15px 0;
}
.order .order_data_left .orow:last-child {
  margin: 0;
}
.order .order_data_left .orow .label {
  float: left; width: 200px; font-weight: 600;
}
.order .order_data_left .orow .text {
  float: left;
}

.order .order_data_products {
  float: right; width: 48%; padding-left: 30px;
}
.order .order_data_products table {
  width: 100%; border-spacing: 0; border-collapse: collapse;
}
.order .order_data_products table tr {
  line-height: 140%; font-size: 16px;
}
.order .order_data_products table tr.primary td {
  padding: 6px 6px 0 6px;
}
.order .order_data_products table tr td {
  padding: 3px 6px 6px 6px;
}
.order .order_data_products table tfoot tr td {
  padding: 10px; color: #bf0000; font-weight: bold; font-size: 20px; background: #f9f9fa; border-radius: 5px;
}
.order .order_data_products table tfoot tr.delivery td {
  padding-top: 20px; color: #000000; background: none;
}
.order .order_data_products table tfoot tr.delivery td:first-child span {
  display: block; margin-top: 4px; font-weight: 400;
}
.order .order_data_products table tfoot tr td span {
  font-size: 15px; font-weight: 400;
}
