/* First screen */
/* Recipes */
.sostav_block p {
    padding: 0px;
    margin: 0px;
}

#calculator {
    padding-top: 50px;
}

.vents_recipes_container h2{
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
}
main.content .qr_code_container .container  {    height: 100%;}

main.content .qr_code_container .container .wrapper {    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;}

main.content .qr_code_container .container .wrapper .block_img {
    left: 430px;
    position: absolute;
}

main.content .qr_code_container .container .wrapper .block_content {
    max-width: 570px;
    width: 35%;
    position: absolute;
    left: 60%;
}

main.content .qr_code_container .container .wrapper .block_content p{
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 60px;
}
main.content .qr_code_container .container .wrapper .block_content h3{
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 60px;
    padding: 0;
}

main.content .qr_code_container .container .wrapper .block_content .butn {
    background: #E61739;
    border-radius: 25px;
    color: #fff;
    padding: 9px 25px;
    display: inline-block;
}
main.content .qr_code_container .container .wrapper .block_content .link_btn {
    color: #E7173B;
}


main.content .qr_code_container .container .wrapper .block_content .description_text {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 60px;
}
.qr_code_container {
    position: relative;
    background-color: #F1F1F1;
    z-index: 1;
    height : 660px;
}
.qr_background {
    background-image: url('../img/mobile_fon.png');
    background-repeat: no-repeat ;
    position: absolute;
    display: block;
    width: 100%;
    height: 660px;
    z-index: -99;
}

.cont_dis_class .cover-content__inside {
    display: flex;
}

.cover-content.cont_dis_class .cover-content__inside.covet_text_left {
    justify-content: flex-start;
}

.cover-content.cont_dis_class .cover-content__inside.covet_text_right {
    justify-content: flex-end;
}

.sostav_block .cover {
    height: 800px;
    position: relative;
}

.sostav_block {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
}

.covet_text_right {
    position: absolute;
    left: 50%;
    transform: translateX(50%);
}


.covet_text_left {
    position: absolute;
    left: 12%;

    z-index: 1;
    color: #fff;
}


.sostav_slider .slick-arrow {
    width: 40px;
    height: 40px;
    bottom: 22px;
}


.events_recipes_container {
    background: url(../images/bg2.jpg) top repeat-x;
}

.events_recipes_block {
    padding: 95px 0 56px;
}

.events_recipes_block:after {
    clear: both;
    content: "";
    display: block;
}

.events_recipes_block .block_title {
    margin-bottom: 52px;
}

.recipes_slider {
    box-shadow: 0 10px 40px 0 rgba(10, 10, 11, .5);
    float: left;
    margin-right: 101px;
    width: 670px;
    max-width: 670px;
}

.recipes_slider .slick-slide {
    height: 400px;
}

.slick-dots {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    width: 100%;
}

.slick-dots li {
    margin: 0 5px;
}

.slick-dots li button {
    border: none;
    border-radius: 50%;
    display: block;
    height: 6px;
    padding: 0;
    text-indent: -9999px;
    transition: all 0.2s linear;
    width: 6px;
}

.slick-dots li.slick-active button {
    background-color: #ff1038;
}

.slick-arrow, .slick-prev {
    background-color: #fff;
    border: none;
    border-radius: 50%;
    bottom: 30px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
    height: 40px;
    left: auto;
    position: absolute;
    right: 30px;
    text-indent: -99999px;
    width: 40px;
    z-index: 99;
}

.slick-next {
    right: -20px;
}

.slick-arrow:before {
    border: 0 solid #0000;
    border-width: 5px 6px;
    content: '.';
    display: block;
    height: 0;
    left: 50%;
    margin: -5px 0 0 -2px;
    overflow: hidden;
    position: absolute;
    text-indent: -99999;
    top: 50%;
    width: 0;
}

.slick-prev:before {
    border-right-color: #39424f;
    margin-left: -10px;
}

.slick-next:before {
    border-left-color: #39424f;
}

.recipes_slider_nav {
    float: left;
    width: 245px;
}

.recipes_slider_nav .slick-track {
    transform: translate3d(0px, 0px, 0px) !important;
}

.recipes_slide {
    color: #252525;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .3px;
    line-height: 26px;
    margin-bottom: 18px;
    min-width: 245px;
    padding-left: 31px;
    position: relative;
    transition: all 0.2s linear;
}

.recipes_slide.slick-current {
    color: #ed1c24;
    font-weight: 600;
}

.recipes_slide:before {
    background-color: #ed1c24;
    border-radius: 50%;
    content: "";
    height: 12px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 7px;
    transition: all 0.2s linear;
    width: 12px;
}

.recipes_slide.slick-current:before, .slick-current .recipes_slide:before {
    opacity: 1;
}


.events_recipes_container .events_recipes_block .slick-dots{
    bottom: -35px;
    text-align: left;
    padding-left: 60px;
}

.events_recipes_container .events_recipes_block .slick-arrow{
    bottom: -50px;
}

.events_recipes_container .events_recipes_block .slick-arrow.slick-next {
    right: auto;
    left: 210px;
}

/* END recipes */




/*START media  1370 px */
@media(max-width: 1370px){
    .qr_code_container{
        height: auto;
    }
    main.content .qr_code_container .container .wrapper {
        align-items: start;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    main.content .qr_code_container .qr_background{
        background: none!important;
    }
    main.content .qr_code_container .container .wrapper .block_img{
        position: relative;
        width: 50%;
        left: 0;
        text-align: center;
    }
    main.content .qr_code_container .container .wrapper .block_content{
        position: relative;
        width: 50%;
        left: 0;
    }
    .covet_text_right {
        position: absolute;
        right: 15px;
        left: auto;
        transform:none;
        margin-left: 15px;
    }
    .cover__background.tablet-v{
        background-position-x: -400px;
    }
}
/*END media  1370 px */
@media(max-width: 1200px){
    .recipes_slider_nav{
        display: none!important;
    }
    .recipes_slider{
        width: auto;
        float:none;
        margin-right: 0;
    }
}
/* media  600 px */
@media(max-width: 600px){
    main.content .qr_code_container .container .wrapper{
        display: block;
    }
    main.content .qr_code_container .container .wrapper .block_img{
        height: auto;
        width: 100%;
        margin-bottom: 60px;
    }
    main.content .qr_code_container .container .wrapper .block_content{
        height: auto;
        width: 100%;
    }
    .qr_code_container{
        height: auto;
    }
}
/*END media  600 px */


.sostav_slider_pager{
    position: relative;
    display: block;
    text-align: center;
    height: 40px;
    top: -70px;
}
.sostav_slider_pager .slick-prev{
    position: relative;
    display: inline-block;
    bottom:0;
}
.sostav_slider_pager .slick-next{
    position: relative;
    display: inline-block;
    margin-left: 5px;
    bottom:0;
}
.sostav_slider_pager .dots{
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    top: -15px;
}
.sostav_block .dots .slick-dots{
    position: relative;
    display: inline-block;
}



/*New*/

.shops-section .h2 {color: #F17022;display: block;text-align: center;font-family: Neucha, sans-serif;font-size: 50px}
.shops-section {margin: 30px 0}
.shops-section .row{margin-left: -5px;margin-right: -5px}
.shops-section .row > div{padding-left: 5px;padding-right: 5px;width: calc(33.33333% - 10px);}
.link-hover {display: block;}
.shops-item {height: 60px;}
.shops-item a {display: block;text-align: center;line-height: 58px;}
.shops-item {margin-bottom: 20px;height: 175px}
.shops-item a {position: relative;height: 100%;text-align: center;line-height: 171px;border: 0;-webkit-box-shadow: inset 0 0 0 4px #f6f3f1;box-shadow: inset 0 0 0 4px #f6f3f1;border-radius: 10px;overflow: hidden}
.link-hover {display: block;height: 100%;position: relative;overflow: hidden;border: 0}
.link-hover:before {content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #a59c94;opacity: 0;visibility: hidden;-webkit-transition: .3s;transition: .3s;z-index: 5}
.link-hover:after {content: '';position: absolute;right: 0;top: 0;width: 40px;height: 40px;border-radius: 0 0 0 10px;background-image: url('/images/link-external.svg');background-position: 50% 50%;background-repeat: no-repeat;background-size: 20px 20px;background-color: #00c0ff;-webkit-transform: translate(100%, -100%);transform: translate(100%, -100%);visibility: hidden;-webkit-transition: .3s;transition: .3s;z-index: 10}
.link-hover:hover:before {opacity: .6;visibility: visible}
.link-hover:hover:after {-webkit-transform: translate(0, 0) !important;transform: translate(0, 0) !important;visibility: visible}
.shops-item img {vertical-align: middle;padding: 20px;max-width: calc(100%);max-height: calc(100%);}
i.fas.fa-chevron-right.fa-sm {
    font-family: FontAwesome;
}

i.fas.fa-chevron-left.fa-sm {
    font-family: FontAwesome;
}


.row {
    scale: 0.9;
}

.lp-section_thick {
    padding: 0em 0;
}

p.butn {
    font-family: Helvetica;
    font-size: 13px;
    color: #9d8c8bad;
    font-weight: 700;
    padding-top: 20px;
}

div.table-title {
   display: block;
  margin: auto;
  max-width: 600px;
  padding:5px;
  width: 100%;
}
.bato {
    display: flex;
    padding-left: 0px;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row;
    justify-content: space-around;
    font-family: monospace;
    font-size: 10px;
    align-content: center;
}

.table-title h3 {
   color: #fafafa;
   font-size: 30px;
   font-weight: 400;
   font-style:normal;
   font-family: "Roboto", helvetica, arial, sans-serif;
   text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
   text-transform:uppercase;
}

img.mCS_img_loaded {
    margin: -20px;
    padding: 10px;
    height: auto;
    max-width: 700px;
    animation-delay: revert;
    text-align: center;
}

/*** Table Styles **/
<?/*

.table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  height: 320px;
  margin: auto;
  max-width: 600px;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}
 
th {
    color: #ffffff;
    background: #992a2a;
    border-bottom: 1px solid #dba2a2;
    border-right: 1px solid #d57c7c;
    font-size: 16px;
    font-weight: 600;
    padding: 30px;
    text-align: center;
    text-shadow: 1px 3px 5px rgb(0 0 0 / 86%);
    vertical-align: middle;
    line-height: 1;
    letter-spacing: 0.014em;
    font-family: Roboto;
}

th:first-child {
  border-top-left-radius:3px;
}
 
th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}

tr {
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color:#666B85;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}



tr:hover td {
  background:#4E5066;
  color:#FFFFFF;
  border-top: 1px solid #22262e;
}
 
tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom:none;
}
 
tr:nth-child(odd) td {
  background:#EBEBEB;
}
 
tr:nth-child(odd):hover td {
  background:#4E5066;
}

tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 

td {
    background: #FFFFFF;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    font-weight: 300;
    font-size: 18px;
    text-shadow: -1px -1px 1px rgb(0 0 0 / 0%);
    border-right: 1px solid #C1C3D1;
}


td:last-child {
  border-right: 0px;
}

th.text-left {
  text-align: left;
}

th.text-center {
  text-align: center;
}

th.text-right {
  text-align: right;
}

td.text-left {
  text-align: left;
}

td.text-center {
  text-align: center;
}

td.text-right {
  text-align: right;
}
*/?>


td {
    margin: auto;
    padding: 5px;
    font-family: 'Open Sans';
text-align: center;
}





                                    table.hor {
    border-bottom: 0px solid #dfdfdf;
    border-radius: revert-layer;
    border-collapse: separate;
    text-align: left;
    text-wrap: nowrap;
    padding: 0px;
    display: flex;
    position: static;
    border-spacing: 5px;
    justify-content: space-around;
                                    }


                                    table.hor th tr td {
                                        color: #ffffff;
                                        font-weight: bold;
                                        background: #c83240;
                                    }
                                    table.hor thead tr {
                                        color: #ffffff;
                                        font-weight: bold;
                                        background: #c83240;
                                    }

                                    table.hor tr td {
                                        border-right: 1px solid #dfdfdf;
                                    }

                                    table.hor tr td:last-child {
                                        border-right: 0px;
                                    }

                                    table.hor tr td {
                                        border-bottom: 0px;
                                    }

                                    table.hor tbody tr:nth-child(1n) {
                                        background: #f6f6f6;
                                    }

                                    table.hor tbody tr:nth-child(2n) {
                                        background: #e6e6e6;
                                    }

                                    table.hor tbody tr:hover {
                                        background: #e2cd2d87;
                                        transition-duration: 0.6s;
                                    }

.card-gr {
    display: flex;
}

.card {
    position: relative;
    width: 370px;
    height: 370px;
    margin: 4px;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    transition: all 0.2s linear;
}


.card-content {
  position: absolute;
  bottom: 10rem;
  right: 100%;
  width: 100%;
  text-align: center;
  background-color: #94828194;
  transition: all 0.2s linear;
}

.card-content1 {
  position: absolute;
  bottom: 2rem;
  right: -100%;
  width: 100%;
  text-align: center;
  background-color: #94828194;
  transition: all 0.2s linear;
}



a {
  text-decoration: none;
}

.card-category {
      font-size: 25px;
    line-height: 25px;
    letter-spacing: 2px;
    font-weight: 700;
    margin: 20px;
    color: #F7CF0A;
    font-family: fantasy;
}

i {
  margin-left: 5px;
}

.card:hover {
  box-shadow: 0 0px 28px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.22);
}

.card:hover .card-content {
  right: 0;
}

.card:hover .card-content1 {
  right: 0;
}

.card:hover img {
  transform: scale(1.1);
}

.baton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    height: 100%;
    margin-bottom: 8%;
    margin-top: 4%;
justify-content: space-around;
}

.effect1 {
  color: #222;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 16px;
  position: relative;
  padding: 10px 50px 10px 20px;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

  -webkit-transform: scale(2);

      -ms-transform: scale(2);

          transform: scale(2); /*change scale(3) to scale(1)*/
}

.effect1 .bg {
  background: #E61739;
  width: 40px;
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  z-index: -1;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;
}

.effect1:hover {
  padding-right: 20px;
  color: #fff;
}

.effect1:hover .bg {
  height: 100%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.effect1 .bg:before, .effect1 .bg:after {
  content: '';
  height: 2px;
  width: 10px;
  background: #E61739;
  position: absolute;
  right: -2px;      
  -webkit-transition: all 0.3s;      
  -o-transition: all 0.3s;      
  transition: all 0.3s;
}

.effect1 .bg:before {
  bottom: 3px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.effect1 .bg:after{
  top: 3px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.effect1:hover .bg:before,
.effect1:hover .bg:after{
  right: 0;
}

.effect1:hover .bg:before{
  bottom: 6px;
}

img {
  transition: all 0.2s linear;
}

.effect1:hover .bg:after{
  top: 6px;
}

.batons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    flex-direction: column;
}

.effect2 {
  color: #222;
  text-decoration: none;
    font-family: fantasy;
    font-size: 12px;
  position: relative;
  padding: 10px 50px 10px 20px;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

  -webkit-transform: scale(2);

      -ms-transform: scale(2);

          transform: scale(2); /*change scale(3) to scale(1)*/
}

.effect2 .bg {
  background: #E61739;
  width: 40px;
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  z-index: -1;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;
}

.effect2:hover {
  padding-right: 20px;
  color: #fff;
}

.effect2:hover .bg {
  height: 100%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.effect2 .bg:before, .effect2 .bg:after {
  content: '';
  height: 2px;
  width: 10px;
  background: #E61739;
  position: absolute;
  right: -2px;      
  -webkit-transition: all 0.3s;      
  -o-transition: all 0.3s;      
  transition: all 0.3s;
}

.effect2 .bg:before {
  bottom: 3px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.effect2 .bg:after{
  top: 3px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.effect2:hover .bg:before,
.effect2:hover .bg:after{
  right: 0;
}

.effect2:hover .bg:before{
  bottom: 6px;
}

img {
  transition: all 0.2s linear;
}

.effect2:hover .bg:after{
  top: 6px;
}

@media only screen and (max-width: 1200px) {
.card-gr {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
}
.baton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    height: 100%;
    margin-bottom: 10%;
    margin-top: 5%;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.effect1 {
    color: #222;
    text-decoration: ;
    padding: 16px;
    font-family: sans-serif;
    margin-top: 30px;
    font-size: 16px;
    position: relative;
    padding: 10px 50px 14px 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}
}


.dryage-hist-carousel .slick-list {
    padding-left: 0px;
}






.float-button {
    z-index: 10;
    color: var(--color-text-white);
    text-align: center;
    background-color: #fccc0080;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    padding: 8px;
    font-size: 13px;
    font-weight: 800;
    line-height: normal;
    text-decoration: none;
    animation: float-button-pulse 2s infinite, fadeIn 1.4s 0.4s both;
    display: flex;
    position: fixed;
    bottom: 24px;
    right: 16px;
    box-shadow: 0 0 #ffb28180
}

.float-button:before {
    content: "";
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    inset: 0;
    box-shadow: 0 0 10px 5px #FCCC00;
}

@media (min-width: 1024px) {
    .float-button {
        width:140px;
        height: 140px;
        font-size: 20px;
        bottom: 120px;
        right: 24px
    }

    @media (hover: hover) {
        .float-button {
            transition:background-color var(--transition-duration)
        }
p.butn {
    color: #9D8C8B;
	font-size: 23px;
}

        .float-button:hover {
            background-color: #FCCC00
        }
 p.butn:hover  {
    color: #9D8C8B;
}
    }
}

@media (min-width: 1280px) {
    .float-button {
        right:50px
    }
}

@keyframes float-button-pulse {
    0% {
        box-shadow: 0 0 #ffb28180
    }

    70% {
        box-shadow: 0 0 0 15px #ffb28100
    }

    to {
        box-shadow: 0 0 #ffb28100
    }
}



