@font-face {
	font-family: "font";
	src: url("./fonts/Comfortaa-VariableFont_wght.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
	font-display: swap;
}

html.dark{
    background: #d5d9d9;
    filter: invert(1) hue-rotate(180deg) !important;
}

.basket_category{
    text-align: left;
    color: #3D405B;
}

.basket_category .name{
    display: inline !important;
    font-size: 20px;
}

.basket_category span{
    font-weight: 700;
}

.dark .item{
    box-shadow:  none !important;
    background: #c4c7c9;
}

.girlianda{
    height: 30px; width: 100%; position: absolute; background: url(snow/girlianda.gif) repeat-x 100%; z-index: 1;
}

.snowflake{
    pointer-events: none;
}

.hat{
    position: absolute;
    top: -37px;
    right: -17px;
}

@media screen and (max-width: 1250px) {
    .hat{
        top: -19px;
        right: -2px;
        width: 30px;
    }
}

.dark .snowflake, .dark img:not(.logo), .dark iframe, .dark .background, .dark .separator_bg, .dark .background .menu, .dark #map_container, .dark object{
    filter: invert(1) hue-rotate(180deg) !important;
}

.dark #map_container iframe{
    filter: initial !important;
}

.dark .basket-button{
    background: #d5d9d9;
}

.theme svg{
    width: 74%;
    padding: 13%;
}

html{
	height: 100%;
}

.map{
    height: 400px;
    background-image: url(images/map.jpeg);
    background-position: center center;
}

body{
	color: #242021;
	height:100%;
	margin: 0 auto;
	font-family: "font", Helvetica, Arial, Sans-Serif;
	text-align: center;
}

.product-content .button{
    display: block;
}

.product-content .button:nth-child(2){
    margin-bottom: 0;
}

.product-content{
    position: relative;
}

body *{
    word-break: break-word;
}

.basket-button{
    padding: 10px;
    width: 100%;
    font-size: 20px;
    background: white;
    position: sticky;
    bottom: 0;
}

.basket-button a{
    display: block;
    padding: 10px;
    border-radius: 50px;
    color: white !important;
    background: #E07A5F;
    width: fit-content;
    margin: 0 auto;
}

.basket-button a:hover{
    background: #d96e52;
    color: white !important;
}

.basket-list .name{
    text-align: left;
}

.basket-list .button_container, .product-content .button_container{
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.basket-list .product{
    font-weight: 700;
}

.list:not(.basket-list) .product{
    display: block;
    height: 100%;
}

.basket-list img{
    box-sizing: border-box;
    padding: 10px;
    object-fit: cover !important;
    height: 150px;
}

.product-content.list-content{
    position: relative;
    padding-bottom: 75px;
}

.basket-list .list-content{
    position: relative;
    padding-bottom: 20px;
}

@media (hover: hover) {
    div:not(.news):not(.basket-list)>.item:hover {
        transform: scale(1.01);
        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.4);
    }
}

/* Style the list */
ul.breadcrumb {
  padding: 0;
  list-style: none;
}

nav form{
    display: contents;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 4px;
  color: black;
  content: ">";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a span{
  color: #3D405B;
}


ul.breadcrumb li a[href] span:hover {
  color: #e63b28;
}

/* Add a color on mouse-over */
ul.breadcrumb li a[href] span {
  color: #E07A5F;
}

.contacts{
    text-align: center;
}

.header_index{
    font-size: 30px;
}

.best .list-content{
    position: relative;
    padding-bottom: 70px;
}

.best .button_container{
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.best_text{
    height: 100%;
}

.best .list-content .button{
    text-align: center;
    display: block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: #E07A5F;
    color: #fff;
    text-align: center;
    padding: 0px 5px;
    border-radius: 30px;
    width: max-content;
    font-size: 20px;
    position: absolute;
    z-index: -1;
    padding-right: 45px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    right: 0%;
}

.icon_freeze{
    user-select: none;
    position: fixed;
    width: 50px;
    height: 50px;
    z-index:999;
    background: #E07A5F;
    color: white;
    font-size: 30px;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    right: 30px;
}

.theme{
    bottom: 90px;
}

.up{
    bottom: 30px;
}

.mail{
    bottom: 150px;
}

.call{
    bottom: 210px;
}

.mail svg, .call svg{
    height: 50px;
    width: 30px;
}

.icon_freeze:hover{
    background: #d96e52;
}

.page-container {
	position: relative;
	min-height: 100%;
}

.content-wrap {
	padding-bottom: 60px;
}

footer{
	background: linear-gradient(90deg, #9fa7a9 0%, #dddee0 100%) ;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px; 
}

.text{
    padding-top: 10px;
}

.background{
	background: url(./images/background.jpg) no-repeat center center fixed;
	background-size: cover;
	height: 600px;
	width: 100%;
	position: relative;
}

.menu{
	position: relative;
	top: 10%;
	left: 5%;
	width: 90%;
	height: 80%;
	background: rgba(255,255,255,0.5);
	border-radius: 80px;
}

.background img{
	margin-top: 5%;
	max-width: 70%;
}

.item h2{
    font-size:20px;
}

.toolbar img{
	float: left;
    cursor: pointer;
    width: 200px;
    padding-top: 25px;
}

.menu a{
	text-decoration: none;
	color: #242021;
}

.menu nav{
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
}

.background .menu .find{
    max-width: 405px;
}

.background .menu .find #find_all_text{
    width: 380px;
    font-size: 24px;
}


nav{
	font-size: 25px;
}

nav a{
    white-space: nowrap;
	padding-right: 10px;
}

a:hover{
	color: #e63b28 !important;
}

.news a{
    color: #AD1C0B;
    text-decoration: underline;
}

a{
	text-decoration: none;
	color: #242021;
}

.news, .best{
	text-align: left;
	padding: 0 50px;
}

.list-content{
    word-break: break-word;
}

.news img, .best img{
    max-width: 100%;
}

.news{
    padding: 0 50px 20px 50px;
}


.news .item h3, .best .item h3{
    font-size: 18px;
}

.news_image, .best_image{
	float: left;
	width: 200px;
	padding-right: 10px;
}

.separator{
	width: 100%;
	height: 20px;
	clear: both;
}

.background #find_all_text::placeholder {
  color: #2420219c;
  opacity: 1; /* Firefox */
}

.background #find_all_text::-ms-input-placeholder { /* Edge 12 -18 */
  color: #2420219c;
}

@media screen and (max-width: 1250px) {
    .separator_bg{
        display: none;
    }
    .tooltip .tooltiptext {
        font-size: 14px;
    }
    .icon_freeze{
        width: 35px;
        height: 35px;
        font-size: 20px;
        line-height: 35px;
        right: 2px;
    }
    .theme{
        top: calc(50%);
    }
    .up{
        top: calc(50% + 40px);
    }
    .mail{
        top: calc(50% - 40px);
    }
    .mail svg, .call svg{
        height: 35px;
        width: 22px;
    }
    .call{
        top: calc(50% - 80px);
    }
	.toolbar img{
		padding-top: 5px;
		float: unset;
	}
	body .toolbar nav{
	    font-size:15px;
		width: auto;
		float: unset;
		height: auto;
		line-height: unset;
	}
	body .toolbar nav .find #find_all_text{
	    font-size:15px;
	}
	body .toolbar nav .find{
	    max-width: 250px;
	}
	body .toolbar nav a{
	    padding: 0 5px;
	}
	body .item{
		width: 47%;
	}
	.content-wrap {
    	padding-bottom: 80px;
    }
    
    footer{
    	height: 80px; 
    }
    h1{
        font-size: 15px;
    }
    .item h2, .item h3, .item .name{
        font-size: 13px;
    }
}


@media screen and (max-width: 580px) {
    body .basket_image{
	    height: auto !important;
	}
	body .item{
		width: 97%;
	}
	body .order_form input, body .order_form textarea, body .order_form select{
		width: 100%;
	}
	body .formfield label{
		padding-top: 0px;
	}
	body .order_form label{
		width: 100%;
	}
	body .delivery, body .map{
		width: 100%;
	}
	.background{
		height: 230px;
	}
	.menu{
		border-radius: 20px !important;
	}
}

@media screen and (max-width: 280px) {
    .menu img{
        max-width: 100%;
    }
    .content-wrap .background {
        height: 190px;
    }
    .content-wrap .toolbar{
        height: 125px !important;
    }
    .background .menu *{
        font-size: 20px !important;
    }
}

@media screen and (max-width: 610px) {
    .background{
        height: 225px !important;
    }
    .background .find {
        max-width: 330px;
    } 
    .background .menu .find #find_all_text{
        width: 305px;
        font-size: 20px;
    }
}

@media screen and (max-width: 370px) {
    .background .find {
        max-width: 270px;
    } 
    .background .menu .find #find_all_text{
        width: 245px;
        font-size: 16px;
    }
}

@media screen and (max-width: 457px) {
    body .content-wrap .toolbar{
        height: 140px !important;
    }
}

@media screen and (max-width: 785px) {
    .dark .content-wrap .background{
        filter: initial !important;
    }
    .content-wrap .toolbar{
        height: 125px !important;
    }
    .menu nav {
        top: unset;
    }
    .background{
		height: 250px;
	}
	.background .separator{
	    height: 1px;
	}
	.news, .best{
		padding: 0 10%;
	}
	.news{
	    padding-bottom:20px;
	}
	.news_image, .best_image {
		width: 100% !important;
		height: auto !important;
		padding: 0 0 20px 0;
	}
	body .details_image{
		width: 100%;
	}
	body .description{
		padding: 0;
		width: 100%;
		text-align: center;
	}
	body .description .text{
	    text-align: left;
	}
	body .price{
		width: 100%;
	}
	body .basket_image{
	    height: 250px;
		width: 100%;
	}
}

@media screen and (max-width: 343px) {
    .background{
        height: 250px !important;
    }
    .background .menu .find #find_all_text {
        width: 170px !important;
        font-size: 11px !important;
    }
}

input, textarea, select{
	border: 2px solid #3D405B;
	box-sizing: border-box;
	width: 80%;
	padding: 6px;
	font-size: 20px;
	margin: 8px 0;
	border-radius: 4px;
}

.toolbar{
	height: 100px;
	width: 100%;
	position: relative;
}

.toolbar, footer{
    background: url(./images/bg2.png);
    background-size: cover;
}

.separator_bg{
    background: url(./images/background.jpg) no-repeat center center fixed;
    background-size: cover;
    height: 30px;
	width: 100%;
}

.toolbar .menu{
	border-radius: 40px;
}

.toolbar nav{
    padding-right: 10px;
	font-size: 18px;
	float: right;
	width: fit-content;
	position: unset;
	height: 80px;
	line-height: 80px;
}

.toolbar p{
	font-size: 16px;
	margin-block-start: -20px;
	margin-bottom: 10px;
}

.content{
	width: 80%;
	margin-left: 10%; 
	padding: 20px 0;
}

.list {
 	display: flex;
	flex-wrap: wrap;
}

.list-content {
  width: 100%;
}

.item{
	display: flex;
	width: 30.33333%;
	padding: 1%;
	margin: 0.5%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}



.list-content .name{
	padding-top: 10px;
}

.item .category{
	font-size: 18px;
	display: block;
}

.list:not(.best) .item a img{
	width: 100%;
	height: 300px;
	object-fit: contain;
}

.item .category img{
    object-fit: cover !important;
}

.order{
	color: #E07A5F;
}

.stock{
	color: #81B29A;
}

.button{
	border: 3px solid #3D405B;
	border-style: dotted;
	border-radius: 6px;
	padding: 5px;
	margin-bottom: 10px;
	cursor: pointer;
	display: inline-block;
	margin-top: 4px;
}

.button:hover{
	border-style: dashed;
}

.content a{
	color: #3D405B;
}

body .content>a:not([class="button"]), body .content>p>a{
    color: #E07A5F !important;
}

body .content>a:not([class="button"]):hover, body .content>p>a:hover{
    color: #e63b28 !important;
}

.details_image{
	float: left;
	width: 35%;
}

.description{
	text-align: left;
	width: 60%;
    padding: 0 0 0 20px;
    float: left;
}

.basket_image{
	width: 150px;
	float: left;
}

.border{
	border-bottom: 3px dotted #3D405B;
	margin-bottom: 20px;
}

.price{
	font-size: 20px;
	float: right;
}

.count{
	width: 56px;
}

a.remove{
	color: #E07A5F;
	cursor: pointer;
}

a.name{
	display: block;
	padding-bottom: 10px;
	font-size: 20px;
}

a.name:hover{
	color: #81B29A;
}

.order_form{
	text-align: left;
}

.find {
  justify-content: center;
  display: inline-flex;
  width: auto;
  max-width: 300px;
  border-bottom: 1px solid #e54735;
}

.find input, .find svg {
  padding:0px;
  margin:0px;
  display: block;
  box-sizing: border-box;
}

.find #find_all_text {
  font-family: 'font';
  color:#242021;
  font-weight: 400;
  background: transparent;
  border: none;
  font-size:18px;
  padding: 0 4px;
  width: 275px;
}

.find #find_all_text:focus{
  outline: none;
}

.find #find_all {
  cursor: pointer;
  height: 23px;
  width: 25px;
  border: none;
  background: transparent;
  background-size: cover;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23e54735%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cpath%20d%3D%22M%2021%203%20C%2011.601563%203%204%2010.601563%204%2020%20C%204%2029.398438%2011.601563%2037%2021%2037%20C%2024.355469%2037%2027.460938%2036.015625%2030.09375%2034.34375%20L%2042.375%2046.625%20L%2046.625%2042.375%20L%2034.5%2030.28125%20C%2036.679688%2027.421875%2038%2023.878906%2038%2020%20C%2038%2010.601563%2030.398438%203%2021%203%20Z%20M%2021%207%20C%2028.199219%207%2034%2012.800781%2034%2020%20C%2034%2027.199219%2028.199219%2033%2021%2033%20C%2013.800781%2033%208%2027.199219%208%2020%20C%208%2012.800781%2013.800781%207%2021%207%20Z%22%2F%3E%3C%2Fsvg%3E);
}

.order_form label{
	width: 130px;
	padding-right: 20px;
	display: inline-block;
}

.formfield label{
	vertical-align: top;
	padding-top: 15px;
}

.order_form input, .order_form textarea, .order_form select{
	background: white;
	-webkit-appearance: none;
	border: 3px solid #3D405B;
	width: calc(100% - 150px);
}

.order_form>input[type="submit"]{
    color:#242021;
	cursor: pointer;
	background: transparent;
	width: 100%;
	border-style: dotted;
}

.order_form>input[type="submit"]:hover{
	border-style: dashed;
	color: #e63b28 !important;
}

.delivery{
	width: 45%;
	float: right;
}

.delivery p{
	text-align: left;
}

.map{
	float: left;
	width: 50%;
	max-width: 800px;
}

.best .list-content{
    height: 100%;
    padding-bottom: 80px;
}
.best .item{
    flex: 0 0 auto;
}
.best{
    overflow: hidden;
    margin: 0 50px;
    padding: 0 0 10px 0;
    flex-wrap: initial;
    scroll-behavior: smooth;
}
.prev, .next{
    position: absolute;
    top: calc(50% - 25px);
    width: 25px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    font-size: 40px;
    color: #E07A5F;
    cursor: pointer;
    z-index: 1;
    background: rgba(0, 0, 0, 0.1);
}
.prev:hover, .next:hover{
    color: #d96e52;
    background: rgba(0, 0, 0, 0.2);
}
.prev{
    left: 15px;
}
.next{
    right:15px;
}
.best_wrap{
    position: relative;
    
}
.best .button_container {
    bottom: 80px;
}

.catalog_about a{
    color: #AD1C0B;
}