html,
body {
    height: 100%;
    font-family: "GothamPro", "OpenSans", sans-serif;
}
.modal-bg{
    background-color: #FFEDED;
}
.new-header .list-nav li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--color-white) !important;
}
.new-header .block-login a:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 12px;
    border-left: 1px solid #DA3468;
    border-right: 1px solid #DA3468;
    font-size: 12px;
    line-height: 1;
    color: var(--color-white) !important;
}
.new-header .block-login a:last-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 12px;
    margin-left: -1px;
    border-left: 1px solid #DA3468;
    border-right: 1px solid #DA3468;
    font-size: 12px;
    line-height: 1;
    color: var(--color-white) !important;
}
.new-container {
  max-width: 1333px !important;
  padding: 0 45px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
    .new-container {
        padding: 0 30px;
    }
}
@media (max-width: 767.98px) {
    .new-container {
        padding: 0 15px;
    }
}







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

.bg-ezjko{
	background-color: #c51d4f!important;
	color: #fff;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #c41c50;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(196, 28, 80, 0.24);
}
:root {
    --primary-color: #c41c50;
    --primary-color-hover: #AB1C50;
    --grey: #8a8a8a;
}
.grecaptcha-badge {
	display:none;
}
/* header */
.top-header, .top-header-mobile {
    padding-top: 10px;
}

.top-header span, .top-header a, .top-header i, .top-header-mobile a, .top-header-mobile i {
    font-size: 13px;
    color: var(--grey);
}

.top-header span span {
    color: var(--primary-color);
}

.top-header i {
    margin-right: 5px;
}

.top-header .cart-button {
    margin-left: 20px;
    padding: 5px 30px;
}

.top-header-mobile-ham {
    float: right;
    margin-top: 5px;
}
.news-div img {
	    max-width: 555px;
    max-height: 301px;
}
.new-img>img {
	max-height:416px;
}
.content.card_content>span>span {
	color: var(--primary-color);
    font-size: 20px;
}
.top-header-mobile-ham i {
    font-size: 23px;    
}
@media screen and (min-width:1024px) {
	.title-card {
	font-size: 21px;
    font-weight: 600!important;
    margin-top:20px!important;
}
}
.dec-div-6 {
	color: var(--primary-color);
    font-size: 21px;
    font-weight: bold;
}
.main-header {
    padding: 0;
}
#tovar_number {
	margin-right: 15px;
}
.main-header .logo {
    width:100%;
}
.card_content {
	position:relative;
}
.product-category:hover .product-category>.content>h5 {
		color:var(--primary-color)!important;
}
#contact-form .form-control {
	color:white;
}
/*
.card_content:hover .card_content_img2{
	transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.card_content:hover .card_content_img1{
	z-index: -1;
}
*/
.product:hover .product>.content>h5 {
		color:var(--primary-color)!important;
}

.card_content_img2 {
	webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.card_content_img1 {
	opacity:1;
	transition:all 0.3s;
	
}
.product-price-field2 {
	
}
#tovar_price2 {
	color:var(--primary-color);	
}
#span-num2 {
	
}
.small-price {
	margin-bottom:10px;
}
.offer img {
	transition:all 0.3s;
}
.offer:hover img {
	
}
.main-header .navbar {
    box-shadow: none;
}

.main-header .navbar a {
    display: inline-block;
    position: relative;
    height: 140px;
    width: 115px;
    font-size: 13px;
    text-align: center;
    display:flex;
    flex-direction: column;
    align-items: center;
}

.main-header .navbar a img {
    display: block;
    height: 55px;
    margin-top: 22.5px;
    margin-bottom: 15px;
}

div.about-us {
    position: relative;
}

.main-header-inners {
    display: none;
    position: absolute;
    width: 100%;
    top: 140px;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 3;
    background-color: #eee;
	}

.main-header .main-header-inners a {
    height: auto;
    width: 100%;
    padding: 15px;
    font-size: 16px;
}
.part-img {
display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px
}
.part-row {
	
}
.navbar-mobile {
    display: none;
    background-color: #f1f1f1;
}

.navbar-mobile a {
    display: block;
    padding: 15px 0;
    font-size: 21px;
    text-align: center;
}

/* /header */

/* content */

.banner {
    position: relative;
    overflow: hidden;
    /*height: 550px;*/
}

.banner-overlay {
   position: absolute;
    height: 20%;
    width: 100%;
    background: url(../images/wave3.svg) no-repeat center bottom;
    z-index:2;
    bottom: 0;
}

/*.banner-overlay {*/
/*    position: absolute;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    background: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.0)), url(../images/wave3.svg) no-repeat center bottom;*/
/*    z-index: 2;*/
/*}*/
.banner video {
    position: absolute;
    width: 100%;
    left: 0;
}

.banner .mobile-image {
    position: absolute;
    height: 100%;
}

.banner .mobile-image img {
    height: 100%;
   
}

.banner-teaser {
    margin-top: 200px;
    z-index: 3;
}

.banner-teaser * {
    z-index: 3;
}

.banner-teaser h2 {
    font-size: 38px;
}

.banner-teaser h2, .banner-teaser p {
    color: white;
    font-weight: bold;
}

.advantages {
    padding: 50px 0;
}

.advantages h2 {
    font-size: 28px;
    margin-bottom: 30px;
}

.advantages h2 span {
    color: var(--primary-color);
    font-weight: bold;
}

.advantages .advantage {
    text-align: center;
}

.advantages .advantage img {
    width: 90px;
    margin-bottom: 10px;
}

.product-category .card_content a.btn{
    width: 100%;
    border-radius: 0;
    margin: 0;
    border: none!important;
    box-shadow: none;
    background-color: #ded5d9!important;
    display: block;
    color: #2d000e!important;
    width: 100%!important;
}
.product-category .card_content a.btn:hover,
.product-category .card_content a.btn:focus{
    background-color: #c41c50!important;
    color: #fff!important;
    width: 100%!important;
    margin:0;
}

.product-category .content, .product .content {
    margin-bottom: 15px;
    border: 1px solid #f3f1f1;
    text-align: center;
    /* box-shadow: 1px 1px 3px 0px #9a9a9a; */
    transition:all 0.3s;
}

.product-category .content:hover, .product .content:hover {
    box-shadow: 2px 2px 5px 1px #9a9a9a;
    transition:all 0.3s;
}

.product-category .content img, .product .content img {
    height: 235px;
    border-bottom: 1px solid #f3f1f1;
}

/*.product-category h5, .product h5 {
   height: 70px;
    margin: 15px 0;
    font-size: 14px;
    padding: 10px;
    
    font-weight: 600;
}*/

.product-category .btn.btn-primary, .product-category .btn.btn-primary:hover, .product .btn.btn-primary, .product .btn.btn-primary:hover {
    color: #fff;
    /*margin-bottom: 15px;*/
    width: 60%;
}

.product-category .content > span {
    display: block;
    margin-bottom: 10px;
}

.product-category span span {
    font-size: 20px;
    color: var(--primary-color); 
}

.contacts {
    height: 500px;
    margin: 50px 0;
    background: url(../images/pekar.jpg) no-repeat;
}

.contacts .content {
    margin-top: 150px;
    text-align: center;
}
.pirog {
	position: absolute;
    right: -10%;
    top: -16%;
}
.contacts .content h5, .contacts .content h2 {
    font-weight: 500;
}

.contacts .content h5 {
    font-weight: bold;
    color: #6fa66f;
}

.contacts .content h2 {
    margin: 10px 0;
    color: var(--primary-color);
}
.contacts .content h2>a {
    margin: 10px 0;
    color: var(--primary-color)!important;
}
.contacts .content span {
    color: #fff;
}

.content-block {
    position: relative;
}

.content-block h2 {
    margin-top: 40px;
    margin-bottom: 25px;
}

.content-block .top-image-wrap {
    z-index: 3;
}

.content-block .top-image {
    position: absolute;
    height: 400px;
    width: 450px;
    top: 100px;
    left: 8%;
}

.content-block .cake {
    height: 700px;
}

.offers {
    width: 100%;
    max-width: 100%;
    margin-top: 140px;
    margin-bottom: 100px;
}

.offers .offer {
    position: relative;
}

.offers .offer .inner-block {
    position: absolute;
    width: 60%;
    left: 20%;
    right: 20%;
    top: 225px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
}

.offers .offer .inner-block h5 {
    padding: 10px;
}

.offers .offer .inner-block .bottom {
    padding: 15px 0;
    background-color: #6fa66f;
}

.offers .offer .inner-block span {
    display: block;
    margin-bottom: 10px;
    color: var(--grey);
}

.form-block {
    position: relative;
    margin-top: 200px;
    padding: 200px 0;
   
    background-size: cover;
    background-repeat:no-repeat;
}
.soc-ul a {
	color:white!important;
}
.socseti i {
	color:white;
	transition:all 0.3s;
	margin-right: 5px;
    font-size: 18px;
}
.small-span {
    font-size: 0.6rem;

}
.socseti a:hover i {
	color:var(--primary-color-hover)!important;
}
.form-block form * {
    z-index: 1;
}

.form-block label, .form-block h2, .form-block p {
    color: #fff!important;
}

.form-block label {
    font-size: 18px!important;
}

.form-block p {
    margin-top: 40px;
}

label.active {
    color: var(--primary-color) !important;
}

.md-form input:focus, .md-form textarea:focus {
    border-bottom-color: var(--primary-color) !important;
    box-shadow: none !important;
}

.md-form textarea:focus {
    border-color: var(--primary-color) !important;
}

.form-block-overlay-top {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: -1px;
    background: url(../images/wave3.svg) no-repeat center bottom;
    transform: rotateX(-180deg);
}

.form-block-overlay-bottom {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    background: url(../images/wave3.svg) no-repeat center bottom;
}

.form-block button {
    z-index: 2;
}

.partners {
    margin-top: 140px;
}

.partners h2 span {
    color: var(--primary-color);
}

/*.partners img {
	height: auto;
    width: 155px;
}*/

.category .list h2 {
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-weight: bold;
    border-bottom: 1px dashed #aaa;
}

.category .list h3 {
    padding-top: 30px;
    margin: 30px 0;
    font-weight: bold;
    font-size: 18px;
    border-top: 1px dashed #aaa;
}

.category .list a {
    display: block; 
    padding: 2px 0;
    color: var(--grey);
}

.category .list a:hover {
    color: var(--primary-color-hover);
}

.category .list .btn.btn-primary {
    display: inline-block;
    margin-top: 30px;
    padding: 5px !important;
}

/* .category-banner {
    margin-bottom: 40px;
} */

.category-bottom-nav {
    text-align: center;
    display:none;
}

.category-bottom-nav span {
    padding: 0 10px;
    color: var(--grey);
}

.category-bottom-nav a {
    display: inline-block;
    width: 30px;
    padding: 3px 0;
    border-radius: 5px;
}

.category-bottom-nav a.active {
    background-color: var(--primary-color);
    color: #fff;
}

.category select {
    height: 40px;
    width: 100%;
}

.product-page h6 {
    font-weight: bold;
}

.product-price-field {
    display: block;
    font-size: 35px;
    font-weight: bold;
    color: var(--primary-color);
}

.product-page input {
    height: 40px;
    width: 150px;
    margin-bottom: 20px;
    border: 1px solid #aaa;
    border-radius: 5px;
    text-align: center;
}
#basket-content {
	margin-top:25px;
}
.product-page button {
    margin-left: 0;
}

.contacts-page i, .about-company-page i, .delivery-page i {
    margin-right: 10px;
    color: var(--primary-color);
}

.contacts-page span, .delivery-page span {
    display: block;
    margin-bottom: 10px;
}

.about-company-page {
    padding-bottom: 30px;
    background: linear-gradient(rgba(0, 0, 0, 0.05),rgba(0, 0, 0, 0.03)), url(../images/contacts-page-bg.jpg) no-repeat;
    background-size: cover;
   
    min-height: 970px;
    position: relative;
}
.about-company-page p{
	text-align:center;
}
.href-decor {
	color:#c41c50!important;
	font-size:1.5rem;
}
.about-company-page h3.title {
    color: var(--primary-color);
}
.third-bg {
	background: url('/images/3.jpg') no-repeat center bottom;
    min-height: 1000px;
    position: relative;
}
.about-company-page .polzovatelskoe-soglashenie {
    display: block;
    font-size: 21px;
    text-align: center;
}
.news-div {
	margin-bottom:25px;
}
.offers-page .news-div h5, .offers-page .news-div button {
    margin: 10px 0;
}
.delivery-page {
    padding-bottom: 280px;
    /*background: linear-gradient(rgba(0, 0, 0, 0.0),rgba(0, 0, 0, 0.0)), url(../images/delivery-page-bg.jpg) no-repeat;*/
    background-size: cover;
}

.offers-page .offer span {
    color: var(--grey);
}

.offers-page .offer h5, .offers-page .offer button {
    margin: 10px 0;
}

.feedback {
    margin: 20px 0;
}
.news-wrap {
	padding-top: 25px;
}
.new-h1 {
	font-weight: 600;
    color: #c41c50;
}
.new-img {
	margin-bottom:10px;
}
.new-href {
	font-size: 1.4rem;
    font-weight: bold;
    font-family: auto;
}
.feedback .col-12 {
    margin-bottom: 60px;
}

.feedback h6 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: bold;
}

.feedback i {
    font-size: 35px;
}

.feedback .name {
    margin: 0 15px;
    font-size: 19px;
}

.feedback small {
    color: #a1a1a1;
}

/* /content */

/* footer */

.footer-top, .footer-bottom {
    padding: 40px 0;
    color: #fff;
}

.footer-top {
    /*margin-top: 150px;
    padding-top: 80px;
    background-color: #2a2a2a;*/
}

/*.footer-top img {
    width: 200px;
    margin-bottom: 30px;
}*/

.footer-top .heading {
    margin-bottom: 10px;
    font-weight: bold;
}

.footer-top ul li {
    margin-bottom: 5px;
}

.footer-bottom {
    background-color: #1a1a1a;
}

.footer-bottom ul {
    margin: 0;
    padding: 0;
}

.footer-bottom ul li {
    display: inline-block;
    margin-right: 10px;
}

.footer-bottom a {
    color: #fff;
}

.footer-bottom span {
    font-size: 14px;
}

.footer-bottom span a {
    color: var(--primary-color);
}

/* /footer */

/* Ð’Ð°Ð¶Ð½Ð¾ */

.title, .category_h1 {
    margin-top: 20px;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}

strong, b {
    font-weight: bold;
}

/*img {
    width: 100%;
}*/

html {
    overflow-x: hidden;
}
.footer-bottom a {
	color:white!important;
}
.btn.btn-primary, .btn-primary {
    padding: 10px 30px !important;
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    border-radius: 18px;
}

.btn.btn-primary:hover {
    background-color: var(--primary-color-hover);
    border-color: var(--primary-color-hover);
    cursor: pointer;
}

.btn.btn-primary.hollow {
    background-color: transparent !important;
    color: var(--primary-color) !important;
}

a {
    color: #1a1a1a;
}

a:hover {
    color: var(--primary-color-hover);
    text-decoration: none;
}

* {
    font-family: 'GothamPro', sans-serif;
    text-decoration: none;
    list-style: none;
    outline: none;
}

.slide  {
	position:relative;
	z-index:0;
}
@media screen and (min-width:450px) {
    .slide  {
    height:550px;
}
.slide:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	/*background:rgba(0,0,0,0.4);*/
	z-index:-1;
}
.slide1 {
	background:url('/img/sl1.jpg')center no-repeat;
	background-size:cover;
}
.slide2 {
	background:url('/img/sl2.jpg')center no-repeat;
	background-size:cover;
}
.slide3 {
	background:url('/img/sl3.jpg')center no-repeat;
	background-size:cover;
}
.slide4 {
	background:url('/img/sl4.jpg')center no-repeat;
	background-size:cover;
}
.second-bg {
    background: url('/images/2.jpg')no-repeat right;
    min-height: 1330px;
    position: relative;
    padding: 50px 0px;
    visibility: visible;
}
.dostavka-ul {
	
}
.dostavka-ul>li {
	position: relative;
    margin-bottom: 15px;
}
.decor-title {
	color: #c41c50;
}
.dostavka-ul>li:before {
	content: "\2714";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #c41c50;
    position: absolute;
    left: -25px;
    top: 6px;
}
/* /Ð’Ð°Ð¶Ð½Ð¾ */

/* Less Than 1440px wide */
@media screen and (max-width: 1440px) {
    .content-block .top-image {
        left: 3%;
    }
    
    .offers .offer .inner-block {
        width: 80%;
        left: 10%;
        right: 10%;
        top: 125px;
    }
}
@media screen and (max-width:450px) {
	.product-category .content img, .product .content img {
		height:100%;
	}
	.card_content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
}
/* Less Than 1200px wide */
@media screen and (max-width: 1200px) {
    .content-block .top-image {
        left: 0%;
        top: 80px;
    }
    
    .content-block h2 {
        margin-top: 10px;
        margin-bottom: 25px;
    }
    
    .offers .offer .inner-block {
        width: 80%;
        left: 10%;
        right: 10%;
        top: 100px;
    }
    
    .main-header {
        padding: 0;
    }
    
    .main-header .navbar a {
        height: 140px;
        width: 130px;
        font-size: 13px;
    }
    
    .main-header .main-header-inners a {
        height: auto;
        width: 100%;
        padding: 10px;
    }
    
}
@media screen and (min-width:768px) {
	.container.category {
		margin-bottom: 90px;
	}
}
@media screen and (max-width:1024px) {
	 .pirog {
    	display:none;
    }
}
/* Mobile version */
@media screen and (max-width: 768px) {
    
    h1.title {
        font-size: 32px;
    }
    
    .banner-teaser {
        margin-top: 125px;
    }
    
    .banner-teaser h2 {
        font-size: 32px;
    }
    
    .banner video {
        width: auto;
    }
    
    .advantages h2 {
        font-size: 25px;
    }
    
    .advantages .advantage img {
        width: 90px;
        margin-top: 10px;
    }
    
    .advantages .advantage span {
        display: block;
    }
    
    .offers .offer {
        margin-bottom: 200px;
    }
    
    .offers .offer .inner-block {
        width: 100%;
        left: 0;
        right: 0;
        top: 155px;
    }
    .searchBtn{
    	margin-top: -10px;
    }
}
.polit h4 {
	text-align:center;
	margin-bottom: 1rem;
}
.tovar-tr {
	padding: 0 5px;
    min-height: 39px;
    background: #c41c50;
    color: #fff;
    font-size: 14px;
    text-align:center;
}
.tovar-tr2 {
	
}
.tovar-tr2 img {
	width: 45%;
    margin: auto;
    display: block;
}
.tovar-tr2>td:first-child {
	width: 30%;
}
.tovar-tr2>td {
	text-align: center!important;
    vertical-align: middle;
}
.remove-tovar {
	border: 1px solid #c41c50;
    padding: 10px;
    transition:all 0.3s;
    color:#c41c50!important;
}
.remove-tovar:hover {
	background:#c41c50;
	color:white!important;
}
#modal-tovar {
	position: fixed;
    top: 11px;
    right: 13px;
    border: 1px solid lightgray;
    z-index: 99;
    background: white;
    width: 250px;
    padding: 10px 10px;
    transition:all 0.3s;
    display:none;
}
#modal-tovar h5 {
	text-align: center;
    font-size: 14px;
}
#modal-tovar p {
	text-align: center;
    font-weight: 600;
    font-size: 14px;
}
#modal-tovar>div {
	
}
#modal-tovar>div>img {
	
}
.site-signup {
	margin-top:25px;
}
.site-signup h1 {
	margin-bottom:25px;
}
.site-login {
	margin-top:25px;
}
.site-login h1 {
	margin-bottom:25px;
}
.my-cabinet {
	margin-top:25px;
}
.my-cabinet h1 {
	margin-bottom:25px;
}
.mobile-select {
	display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    height: 30px;
    border: 1px solid gray;
    padding: 3px 10px;
    margin-bottom: 15px;
    position:relative;
    z-index:3;
}
.mobile-select a {
	width: 90%;
	position:relative;
}
.select-height {
	height:250px;
	overflow-y:scroll;
}
.select-after {
	transition:transform 0.4s;
	transform:rotateZ(180deg);
}
.mobile-select.select-height:after {
	content: '>';
    position: absolute;
    right: 13px;
    font-size: 21px;
    font-weight: bold;
    top: -2px;
    transform: rotateZ(270deg);
    z-index: 9999;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
}
.mobile-select:after {
	content: '>';
    position: absolute;
    right: 13px;
    font-size: 21px;
    font-weight: bold;
    top: -2px;
    transform: rotateZ(90deg);
    z-index: 9999;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
}

.arrow-up {
	position: fixed;
    transition: opacity 0.4s;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--primary-color);
    z-index: 999;
    opacity:0;
}
.arrow-up:hover {
	background:white;
	cursor:pointer;
}
.arrow-up:hover i {
	color:var(--primary-color);
}
.arrow-up>i {
	font-size: 21px;
    color: white;
}
.arrow-up.show-ar {
	opacity:1;
	transition:opacity 0.4s
}
.span_modal {
	font-size: 12px;
}
.zayv-btn {
	color: white;
    padding: 5px 10px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 30px !important;
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    border-radius: 18px;
    z-index: 999;
}
.zayv-btn:hover {
	cursor:pointer;
	background:white!important;
	color:var(--primary-color) !important;
}
.zayv-btn:hover,.zayv-btn:focus,.zayv-btn:active {
	outline:none;
}
.banner-teaser * {
}
.check_modal:before {
    content: "";
    background: var(--primary-color);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}
.check_modal {
	position:relative;
}
.check_modal:checked:after {
    content: "\2714";
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    color: white;
    font-size: 13px;
    top: -3px;
    font-weight: bold;
    left: 1px;
}
.search-wrap {
	position: absolute;
    bottom: -25px;
    left: -240px;
    z-index: -1;
    opacity:0;
}
.fa-search:hover {
	cursor:pointer;
}
.search-wrap.active {
	opacity:1;
	z-index:999;
}
.search-wrap-form {
	background: rgba(255,255,255,0.7);
    padding: 15px;
    display: flex;
    border: 1px solid var(--primary-color) !important;
    z-index: 9;
    opacity:0;
}
.search-wrap-form.active {
	opacity:1;
}
.search-wrap-form>#search {
	margin-right: 10px;
    border: 1px solid var(--primary-color);
}
.sub-in {
	border: 1px solid var(--primary-color);
    color: white;
    background: var(--primary-color);
    font-size: 16px;
    padding: 3px 15px;
}
.div-search {
	
}
.skidki_div {
	
}
.skidki__div_img {
	
}
.skidki__div_img>img {
	
}
.skidki__div_title {
	color: var(--primary-color);
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 18px;
    height: 50px;
}
.skidki__div_info {
	font-size: 14px;
    text-align: left;
    margin-top: 15px;
}
.line-div {
	margin-top: 15px;
    height: 2px;
    width: 57%;
    background: var(--primary-color);
}
.post-poisk {
	display: flex;
    align-items: center;
    margin-bottom: 34px;
}
.post-poisk-img {
	width: 15%;
	margin-right: 18px;
}
.post-poisk-img>img {
	border-radius: 50%;
    border: 1px solid var(--primary-color);
}
.post-poisk-info {
	width: 75%;
}
.no-photo {
	text-align: center;
    font-size: 24px;
    font-weight: bold;
    height: 100%;
    width: 100%;
    line-height: 29px;
}
.post-poisk-info>h2 {
	margin-bottom: 20px;
}
.poisk_wrap {
	margin-top: 40px;
    margin-bottom: 25px;
}
.poisk_wrap h1 {
	margin-bottom: 40px;
}
.post-poisk-info>a {
	background: var(--primary-color);
    color: white!important;
    font-size: 16px;
    padding: 10px 30px !important;
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    border-radius: 18px;
}
.komanda_wrap {
	margin-top:40px;
}
.komanda-div {
	
}
.komanda-img {
	
}
.komanda-img>img {
	border: 2px solid var(--primary-color);
    border-radius: 50%;
}
.komanda-text {
	margin-top: 10px;
    text-align: center;
}
.komanda-name {
    display: block;
    font-size: 18px;
    color: var(--primary-color);
    font-weight: bold;
    margin-bottom: 5px;
}
.komanda-info {
    display: block;
	color: var(--grey);
    font-size: 14px;
}

.cabinet-dropdown-menu {
    display: none;
    position: absolute;
    top: 35px;
    width: 100%;
    padding: 0;
    background: #eeeeee;
    z-index: 10;
}

.cabinet-dropdown-menu li {
    padding: 5px 10px;
}

.cabinet-dropdown-menu li a {
    display: block;
}

#checkout-form button {
    background-color: #c41d50!important;
    color: #fff!important;
}

.modal-open {
    overflow: initial !important;
}

@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */


@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}



@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}




