main {
    padding-top: 185px;
}
.breadcrumbs {
    margin-bottom: 40px;
}
.contacts,
.establishments {
    padding-bottom: 120px;
}
.contacts h1,
.establishments h2,
.addresses h2,
.question h2 {
    text-align: center;
    font-family: 'appetite', sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 8px;
}
.contacts .sub-title,
.establishments p,
.addresses > p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #505050;
    max-width: 808px;
    width: 100%;
    text-align: center;
    margin: 0 auto 55px;
}
.contacts .items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-gap: 30px;
}
.contacts .items .item p {
    font-family: 'appetite', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 10px;
}
.contacts .items .item .links {
    display: flex;
    column-gap: 24px;
}
.contacts .items .item .links a {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #636363;
    &::before {
        margin-right: 8px;
        font: 400 16px 'icon';
        color: #636363;
    }
    &:first-child::before {
        content: '\e939';
    }
    &:nth-child(2)::before {
        content: '\e937';
    }
    &:nth-child(3)::before {
        content: '\e946';
    }
}
.contacts .items .item:nth-child(2) {
    display: flex;
    flex-direction: column;
}
.contacts .items .item:nth-child(2) a {
    text-decoration: underline;
}
.contacts .items .item:nth-child(2) a,
.contacts .items .item:nth-child(3) a {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #636363;
}
.contacts .items .item .apps {
    display: flex;
    align-items: center;
    column-gap: 25px;
}
.establishments .map,
.establishments .map iframe {
    height: 374px;
}
.addresses {
    padding-bottom: 65px;
}
.addresses .product-slider .slider .items {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(288px, 0.5fr));
    justify-content: center;
    grid-gap: 24px;
}
.addresses .product-slider .slider .items .item {
    width: 100%;
    max-width: 288px;
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.addresses .product-slider .slider .items .item img {
    width: 100%;
    object-fit: contain;
}
.addresses .product-slider .slider .items .item .item_content {
    padding: 16px 24px 28px;
}
.addresses .product-slider .slider .items .item .item_content h3,
.addresses .product-slider .slider .items .item .item_content div,
.addresses .product-slider .slider .items .item .item_content p,
.addresses .product-slider .slider .items .item .item_content span,
.addresses > span {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
}
.addresses .product-slider .slider .items .item .item_content div {
    font-weight: 300;
}
.addresses .product-slider .slider .items .item .item_content p:last-child {
    margin-bottom: 0;
    font-weight: 300;
}
.addresses .product-slider .bubbles {
    display: none;
    justify-content: center;
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    width: 100%;
}
.addresses .product-slider .bubbles div {
    /* margin-right: 8px; */
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.addresses .product-slider .bubbles div::before {
    content: '';
    width: 8px;
    min-width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #505050;
}
.addresses .product-slider .bubbles div.selected::before {
    background: #F33030;
}
[class*="ymaps-2"][class*="-ground-pane"] {
    filter: grayscale(100%);
}
.question {
    background: url(../images/question-bg.jpg), center, no-repeat;
    padding: 64px 0;
}
.question h2 {
    color: #fff;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 40px;
}
.question .box {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 52px;
}
.question .box form {
    max-width: 288px;
}
.question .box form input:not([type="submit"]) {
    background: transparent;
    color: #fff;
}
.question .box form input:not([type="submit"], :nth-child(3)) {
    margin-bottom: 60px;
}
.question .box form input:nth-child(3) {
    margin-bottom: 45px;
}
.question .box form .btn {
    color: #fff;
    box-shadow: 0px 5px 20px rgba(243, 48, 48, 0.5);
    border-radius: 20px;
    padding: 10px 48px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
.question .box img {
    width: 100%;
    max-width: 308px;
}
@media screen and (max-width: 1280px) {
    main {
        padding-top: 108px;
    }
    .addresses .product-slider .slider .items .item {
        max-width: unset;
    }
}
@media screen and (max-width: 768px) {
    .question .box {
        column-gap: 20px;
    }
}
@media screen and (max-width: 654px) {
    .breadcrumbs {
        margin-bottom: 30px;
    }
    .contacts,
    .establishments {
        padding-bottom: 65px;
    }
    .contacts h1,
    .establishments h2,
    .addresses h2 {
        font-size: 36px;
        line-height: 48px;
    }
    .contacts .sub-title,
    .establishments p,
    .addresses > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 25px;
    }
    .contacts .items {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .addresses .product-slider {
        align-items: center;
        justify-content: space-between;
    }
    .addresses .product-slider .slider .items {
        width: 100%;
        position: relative;
        display: flex;
        transition: 0.6s;
        left: 0;
        column-gap: 16px;
        user-select: none;
        justify-content: unset;
        grid-gap: 16px;
    }
    .addresses .product-slider .slider .items .item {
        width: 288px;
        min-width: 288px;
        /* justify-content: flex-start; */
    }
    .addresses .product-slider .bubbles {
        display: flex;
    }
    .question h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 30px;
    }
    .question .box {
        flex-direction: column;
    }
    .question .box form {
        margin-bottom: 65px;
    }
    .addresses .product-slider .slider .items {
        display: flex !important;
    }
}
@media screen and (max-width: 758px) {
    main {
        padding-top: 100px;
    }
    .establishments .map,
    .establishments .map iframe {
        max-height: 350px;
    }
    .contacts .items .item .apps {
        flex-direction: column;
        gap: 20px;
    }
    .contacts .items .item .apps img {
        width: 150px !important;
        max-height: 100% !important;
    }
}
/* .kontakty-data{
	display: flex;
	margin-bottom:20px
}
.kontakty-data>div{
	width:25%;
	    padding: 10px 0 10px 16px;
}
.kontakty-data .kontakty-data-title{
	font-weight:600;
	margin-bottom:10px
}
.kontakty-data .kontakty-data-phone a{
	    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
}
.kontakty-data .kontakty-data-phone a::before{
	font-family: 'icon';
    content: '\e917';
    font-size: 21px;
    color: #323232;
    margin-right: 11px;
    font-weight: initial;
}
.kontakty-data .kontakty-data-social .social{
	    display: flex;
    align-items: center;
    padding: 5px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 24px;
}
.kontakty-data .kontakty-data-social .social a{
	color: #505050;
    display: flex;
    align-items: center;
}
.kontakty-data .kontakty-data-social .social a::before{
	font-family: 'icon';
    font-weight: 400;
    font-size: 16px;
    margin-right: 8px;
}
.kontakty-data .kontakty-data-social .social a:first-child{
	margin-right: 28px;
}

.map_restaurants {
    margin-bottom: 32px;
}
.map_restaurants h2 {
    margin: 0 auto;
    margin-bottom: 44px;
    font-weight: 700;
    text-transform: uppercase;
}
.map_restaurants .map {
    height: 374px;
    border-radius: 20px;
}
.addresses {
    margin-bottom: 42px;
}
.addresses .product-slider .slider .items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(286px, 0.5fr));
    justify-content: center;
    grid-gap: 24px 20px;
    padding-bottom: 12px;
    padding: 0 8px 12px 8px;
    max-height: 414px;
    overflow: hidden;
    transition: 0.6s;
}
.addresses.show .product-slider .slider .items {
    max-height: 2500px;
}
.addresses .product-slider .slider .items .item {
    width: 100%;
    max-width: 288px;
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
}
.addresses .product-slider .slider .items .item img {
    width: 100%;
    object-fit: contain;
}
.addresses .product-slider .slider .items .item .item_content {
    padding: 16px 24px 28px;
}
.addresses .product-slider .slider .items .item .item_content h3,
.addresses .product-slider .slider .items .item .item_content div,
.addresses .product-slider .slider .items .item .item_content p,
.addresses .product-slider .slider .items .item .item_content span,
.addresses > span {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
}
.addresses .product-slider .slider .items .item .item_content div {
    font-weight: 300;
}
.addresses .product-slider .slider .items .item .item_content p:last-child {
    margin-bottom: 0;
    font-weight: 300;
}
.addresses .product-slider .slider .items .item .item_content span, .addresses > span {
    margin-bottom: 0;
}
.addresses .product-slider .slider .items .item .item_content .item_nav {
    display: flex;
    justify-content: space-between;
}
.addresses .product-slider .slider .items .item .item_content .item_nav * {
    cursor: url(../images/cursor/cur-1.cur), pointer;
}
.addresses > span,
.seo .more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    cursor: url(../images/cursor/cur-1.cur), pointer;
}
.addresses > span::before,
.seo .more::before {
    font-family: 'icon';
    content: '\e921';
    font-size: 12px;
    margin-right: 14px;
    transition: 0.6s;
}

.addresses.show > span::before,
.seo .box.show + .more::before {
    transform: rotate(180deg);
}

@media (max-width: 992px) {
	.kontakty-data{
		    flex-wrap: wrap;
	}
	.kontakty-data>div{
		width: 50%;
	}
}
@media (max-width: 578px) {
    .map_restaurants {
        margin-bottom: 48px;
    }
    .map_restaurants h2 {
        margin-bottom: 30px;
    }
    .map_restaurants .map {
        height: 350px;
        border-radius: 10px;
    }
    .addresses .first-title {
        margin: 0 auto 20px;
    }
	.kontakty-data>div{
		width: 100%;
	}
} */