@font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/RobotoBold.eot');
    src: url('../fonts/RobotoBold.eot') format('embedded-opentype'),
        url('../fonts/RobotoBold.woff2') format('woff2'),
        url('../fonts/RobotoBold.woff') format('woff'),
        url('../fonts/RobotoBold.ttf') format('truetype'),
        url('../fonts/RobotoBold.svg#RobotoBold') format('svg');
}

@font-face {
    font-family: 'RobotoLight';
    src: url('../fonts/RobotoLight.eot');
    src: url('../fonts/RobotoLight.eot') format('embedded-opentype'),
        url('../fonts/RobotoLight.woff2') format('woff2'),
        url('../fonts/RobotoLight.woff') format('woff'),
        url('../fonts/RobotoLight.ttf') format('truetype'),
        url('../fonts/RobotoLight.svg#RobotoLight') format('svg');
}
@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/RobotoRegular.eot');
    src: url('../fonts/RobotoRegular.eot') format('embedded-opentype'),
        url('../fonts/RobotoRegular.woff2') format('woff2'),
        url('../fonts/RobotoRegular.woff') format('woff'),
        url('../fonts/RobotoRegular.ttf') format('truetype'),
        url('../fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}

@font-face {
    font-family: 'RobotoMedium';
    src: url('../fonts/RobotoMedium.eot');
    src: url('../fonts/RobotoMedium.eot') format('embedded-opentype'),
        url('../fonts/RobotoMedium.woff2') format('woff2'),
        url('../fonts/RobotoMedium.woff') format('woff'),
        url('../fonts/RobotoMedium.ttf') format('truetype'),
        url('../fonts/RobotoMedium.svg#RobotoMedium') format('svg');
}

body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td{
    margin: 0;
    padding: 0;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,img,abbr{
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var{
    font-style: normal;
    font-weight: normal;
}
ul li{
    list-style: none;
}
caption,th{
    text-align: left;
}
h1,h2,h3,h4,h5,h6{
    font-size: 100%;
    font-weight: normal;
}
sup{
    vertical-align: text-top;
}
sub{
    vertical-align: text-bottom;
}
input,textarea,select{
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
legend{
    color: #000;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main{
    display: block;
}
img{
    max-width: 100%;
    height: auto;
}
a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    text-decoration: none;
}
body {
    font-family: 'RobotoRegular';
}
ul,li {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}
input {
    border: none;
}
button {
    background: none;
    border: none;
}
* {
	box-sizing: border-box;
}

.container {
    max-width: 580px;
    margin: 0 auto;
    padding: 0 10px;
}
.lt-header {
    padding: 20px 0;
    background-color: #181c22;
    text-align: center;
    position: relative;
}
.lt-header img {
    height: 20px;
}
.main-container {
    overflow: hidden;
    position: relative;
}
.overlay {
    opacity: .8;
    background-color: #000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 21;
    display: none;
}
.overlay.active {
    display: block;
}
.wrapper {
    padding: 0 5px;
}
.el-catalog img {
    margin: 10px auto 0;
    display: block;
}
.ct-header {
    background-color: #181c22;
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 5px;
    overflow-x: scroll;
    margin-left: -10px;
}
.ct-header_item {
    font-family: 'RobotoLight';
    font-size: 14px;
    color: #c3c3c3;
    margin: 0 10px;
    white-space: nowrap;
}
.ct-header_item.active {
    color: #fff;
    font-family: 'RobotoBold';
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #c3c3c3;
}
.ct-top {
    height: 26px;
    text-align: center;
border-top: 1px solid #dfdfdf;
}
.ct-top p {
    font-size: 12px;
    line-height: 26px;
}
.ct-gallery {
    margin-bottom: 30px;
}
.ct_dots {
    position: absolute;
    bottom: -20px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.ct_dots li {
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.ct_dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 6px;
    height: 6px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}
.ct_dots li button::before {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    text-align: center;
    width: 6px;
    height: 6px;
    background-color: #b6b6b6;
    border: 1px solid #b6b6b6;
    border-radius: 100%;
}
.ct_dots li.slick-active button::before {
    background-color: #f2f2f2;
}

.ct-figure {
    position: relative;
    margin-bottom: 30px;
}
.ct-figure_hidden {
    position: absolute;
    width: 100%;
    padding: 30px 0 40px 22px;
    background-color: rgba(35, 35, 35, 0.94);
    top: 0; left: 0;
    display: none;
}
.ct-figure_hidden p {
    color: #fff;
    font-family: 'RobotoLight';
    font-size: 12px;
    margin-top: 15px;
    max-width: 305px;
}
.ct-figure_hit {
    position: absolute;
    top: 12px; left: 15px;
    width: auto; padding:0px 5px;
    height: 17px;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    line-height: 17px;
    text-align: center;
    border-radius: 3px;
    background-color: #ffa800;
}
.ct-figure_info {
    position: absolute;
    top: 12px; right: 5px;
    display: flex;
    z-index: 10;
padding: 0 10px;
}
.ct-figure_info--text {
    border-radius: 15px;
    border: 1px solid #fff;
    background-color: #000;
    padding: 0 28px 0 8px;
right: -21px;
    position: relative;
}
.ct-figure_info--text.active {
    display: none;
}
.ct-figure_hidden.active {
    display: block;
}
.ct-figure_info--text p {
    color: #fff;
    font-size: 12px;
    line-height: 21px;
}
.ct-figure_info--circle {
    width: 21px;
    height: 21px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
     top: 1px;
    background-color: #fff;
}
.ct-figure_info--circle:before{
    width: 21px;
    height: 21px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.ct-figure_desc {
    margin-top: 30px;
    padding: 0 15px;
}
.ct-figure_desc--title {
    font-size: 18px;
}
.ct-figure_desc--row {
    margin-top: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ct-figure_desc--item {
    display: flex;
    align-items: center;
}
.ct-figure_desc--item p {
    font-family: 'RobotoLight';
    font-size: 13px;
    margin-left: 5px;
}
.ct-figure_desc--green {
    font-family: 'RobotoLight';
    font-size: 13px;
    width: 60px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #3e8761;
    color: #3e8761;
}
.ct-basket {
    height: 40px;
    background-color: rgb(101 101 101 / 70%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.ct-basket_figure {
    position: relative;
}
.ct-basket_number {
    position: absolute;
    top: 12px;
    left: 9px;
    color: #fff;
    font-size: 10px;
}
.ct-basket_text {
    font-size: 14px;
    font-family: 'RobotoMedium';
    margin-left: 7px;
    color: #fff;
}

.basket_back {
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    top: 17px; left: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.basket_item {
    display: flex;
    align-items: flex-start;
    margin: 13px 0 10px;
}
.basket_img {
    width: 135px;
    height: 135px;
    display: block;
}
.basket_text {
    margin-left: 10px;
    width: 100%;
}
.basket_text--top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.basket_text--title {
    font-size: 16px;
    font-family: 'RobotoMedium';
    max-width: 190px;
}
.basket_text--close {
    position: relative;
    top: 3px;
}
.basket_text--metr {
    font-size: 10px;
    margin-top: 5px;
}
.basket_text--gray {
    margin-top: 10px;
    max-width: 190px;
    color: #696969;
    font-size: 10px;
}
.basket_text--bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.basket_text--quantity {
    display: flex;
    width: 100px;
    height: 20px;
    align-items: center;
    justify-content: space-around;
    background-color: #f5f5f5;
    border-radius: 10px;
}
.basket_text--min {
    position: relative;

}
.basket_text--number {
    font-size: 12px;
background: none;
    text-align: center;
    width: 35px;
}
.basket_text--plus {
    position: relative;

}
.basket_text--price {
    font-size: 13px;
    color: #696969;
    font-family: 'RobotoLight';
}

.card {
    position: absolute;
    top: 76px; left: 0;
    width: 100%;
    z-index: 22;
    background-color: #fff;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.card::after {
    content: '';
    position: absolute;
    top: -13px; left: 50%;
    transform: translateX(-50%);
    width: 44px;
    height: 4px;
    border-radius: 4px;
    background-color: #fff;
}
.card_figure {
    position: relative;
}
.card_figure img {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.card_close {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: absolute;
    top: 22px; left: 15px;
background-image:url(/local/templates/menu/img/close.svg);
cursor:pointer;
}
.card_info {
    width: 21px;
    height: 21px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: absolute;
    top: 22px; right: 15px;
}

.card_dots {
    position: absolute;
    bottom: -20px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.card_dots li {
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.card_dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 6px;
    height: 6px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}
.card_dots li button::before {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    text-align: center;
    width: 6px;
    height: 6px;
    background-color: #b6b6b6;
    border: 1px solid #b6b6b6;
    border-radius: 100%;
}
.card_dots li.slick-active button::before {
    background-color: #f2f2f2;
}

.btn-border {
    background: #fff;
    border: 1px solid #00be88;
    color: #00be88;
}

.add_title {
    margin-top: 35px;
    font-size: 18px;
}
.add_item {
    margin: 15px 0 105px;
    display: flex;
}
.add_item--text {
    padding-top: 13px;
}
.add_item--title {
    font-size: 13px;
    font-family: 'RobotoMedium';
}
.add_item--price {
    margin-top: 10px;
    color: #696969;
    font-family: 'RobotoLight';
}
.add_item--btn {
    margin-top: 7px;
    width: 74px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #00be88;
    color: #00be88;
    font-size: 13px;
    border-radius: 4px;
}
.add_img {
    margin-left: 35px;
}