@media screen and (max-width: 1190px) {

.block {
width:900px;
}

.top_menu ul li a {
    padding-left: 15px;
    padding-right: 15px;
}

.whywe .whywe_items .item .item_cont {
    font-size: 15px;
}

.whywe {
    margin-bottom: 35px;
}

.info_block {
    margin-top: 35px;
}

.info_block .cont .left .info {
    font-size: 17px;
}

.services .services_items .item .left {
    width: 170px;
}

.services .services_items .item .right {
    width: calc(100% - 170px);
    padding-left: 20px;
    padding-top: 19px;
}

.services .services_items .item .right .info {
    font-size: 14px;
    height: 75px;
}

.services .services_items .item {
    width: calc(50% - 15px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}

.reviews .info {
    margin-left: 24.7%;
    width: 75.3%;
    margin-top: 115px;
}

.reviews .info .reviews_items {
    margin-top: 35px;
    height: 240px;
}

.promo_magic .cont .left .info {
    font-size: 17px;
}

div.events .events_items .item .info .cont {
    font-size: 15px;
    line-height: 16px;
}

div.events .events_items .item .info .title {
    font-size: 22px;
}

.feedback .fb_form {
    width: 66.5%;
}

div.events .events_items.ev_posts_2 .item .img {
    width: 180px;
}

div.events .events_items.ev_posts_2 .item .info {
    width: calc(100% - 180px);
    padding-left: 22px;
}

}




@media screen and (max-width: 910px) {

.block {
    width: 790px;
}

.head .right .col3 a {
    width: 118px;
    font-size: 11px;
}

.head .right .st1 {
    font-size: 12px;
}

.top_menu ul li a {
    font-size: 12px;
    padding-left: 12px;
    padding-right: 12px;	
    line-height: 45px;	
}

.top_menu {
    height: 45px;
}

.top_menu .right form.search-form .search-field {
    background: url(../images/search.svg) no-repeat top 4px left 7px;
    height: 25px;
    background-size: 15px 15px;
}

.top_menu .right form.search-form .search-field:focus {
    width: 155px;
}

.slider .item {
    height: 300px;
}

.slider .item .title {
    font-size: 30px;
    margin-top: 40px;
}

.slider .item .title p {
    line-height: 35px;
}

.slider .item .content {
    font-size: 15px;
}

.slider .item a.button {
    height: 39px;
    margin-top: 10px;
    line-height: 37px;
    font-size: 14px;
}

.whywe .whywe_items .item h4 {
    font-size: 19px;
}

.services .services_items .item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
	height: 100%;
    position: relative;	
}

.services .services_items .item .left {
    width: 234px;
    position: absolute;
}

.services .services_items .item .right {
    width: calc(100% - 234px);
    padding-left: 30px;
    padding-top: 27px;
}

.services .services_items .item .right .info {
    font-size: 15px;
    height: auto;
    margin-bottom: 40px;
}

.services .services_items .item .right .button {
    position: absolute;
    bottom: 20px;	
}

.reviews {
    height: 430px;
}

.reviews .info {
    margin-top: 60px;
}

.reviews .info .title {
    font-size: 20px;
}

.reviews .info .cont {
    font-size: 14px;
    line-height: 15px;
    width: 100%;
}

.reviews .info .reviews_items {
    margin-top: 10px;
    height: 225px;
}

.reviews .info .reviews_items .item .item_info {
    font-size: 14px;
    line-height: 17px;
}

.reviews .info .reviews_items .item .item_author {
    font-size: 15px;
    margin-top: 12px;
}

div.events .events_items .item .img {
    height: 155px;
}

div.events .events_items .item .info {
    height: calc(100% - 155px);
    padding-top: 18px;
}

div.events .events_items .item {
    height: 335px;
}

div.events .events_items .item .info .title {
    font-size: 18px;
    margin-bottom: 20px;
}

.feedback {
    height: 430px;
}

.feedback .title {
    margin-top: 75px;
}

#foot_top .right .col1 {
	display:none;
}

#foot_top {
    height: 370px;
}

#foot_top .block {
    padding-top: 45px;
}

.foot_bottom {
    height: 70px;
}

.foot_bottom .left p {
    font-size: 14px;
    margin-top: 28px;
}

.foot_bottom .right ul {
    margin-top: 28px;
}

.foot_bottom .right ul li a {
    font-size: 14px;
}

div.events .events_items.ev_posts_2 .item .img {
    width: 155px;
}

div.events .events_items.ev_posts_2 .item .info {
    width: calc(100% - 155px);
    padding-left: 18px;
}

div.events .events_items.ev_posts_2 .item {
    width: calc(50% - 15px);
    margin-left: 15px;
    margin-right: 15px;
}

}






@media screen and (max-width: 800px) {
	
.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
}

.slideout-menu-left {
  left: 0;
}

.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  background-color: #FFF; /* A background-color is required */
  min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

.mob_top_panel {
	display:block;
    background-color: #ffffff;
    height: 50px;
    position: fixed;
    width: 100%;
    z-index: 999;
	/*
	border-bottom: 2px solid #ca54c0;
	*/
    border-bottom: 2px solid #fa6900;
}
	

	
.mob_top_panel .soc_block a.cart {
	float: left;
    margin-top: 9px;
    text-decoration: none;
    color: #fff;
    margin-right: 8px;		
}	
	
.mob_top_panel .soc_block a.cart img {	
	float: left;
    margin-right: 5px;	
}
	
.mob_top_panel .soc_block a.cart .cart_amount1 {
	float: left;
    top: 0px;
    position: relative;
    margin-top: 4px;
}

.top_panel {
	display:none;
}

.head {
	display:none;
}

#page.site {
    padding-top: 50px;
}

.block {
	width: calc(100% - 40px);
}	

.top_menu {
	display:none;
}

.site-main {
    margin-top: 0px !important;
}

.scrollTop a i {
	display:none;
}

.whywe .whywe_items .item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.whywe .whywe_items .item:nth-child(3n+1) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.whywe .whywe_items .item:nth-child(3n) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.whywe .whywe_items .item {
    margin-bottom: 90px;
}

.whywe .whywe_items .item:last-child {
    margin-bottom: 0px;
}

.whywe {
    margin-bottom: 20px;
}

.info_block {
    margin-top: 20px;
}

.whywe .whywe_items .item h4 {
    font-size: 24px;
}

.whywe .whywe_items .item .item_cont {
    font-size: 17px;
}

.promo_magic .cont .left {
    width: 100%;
    padding-right: 0;
}

.promo_magic .cont .right {
    width: 100%;
}

div.events .events_items .item:nth-child(3n+1) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: auto;
}

div.events .events_items .item:nth-child(3n) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: auto;
}


div.events .events_items .item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: auto;
}

div.events .events_items .item .img {
    height: 100%;
    width: 234px;
    position: absolute;
}

div.events .events_items .item .info {
    height: auto;
    width: calc(100% - 234px);
    margin-left: 234px;
    text-align: left;
}


/*
div.events .events_items .item {
    width: 100%;
    height: 280px;
    margin-left: 0;
    margin-right: 0;
}

div.events .events_items .item .img {
    width: 390px;
    height: 100%;
}

div.events .events_items .item .info {
	width:calc(100% - 390px);
    height: 100%;
	padding-left: 45px;
    padding-top: 35px;
    padding-bottom: 35px;	
	
    display: flex;
    flex-direction: column;
    justify-content: center;	
}

div.events .events_items .item .info .title {
    text-align: left;
    font-size: 28px;	
}

div.events .events_items .item .info .cont {
    font-size: 18px;
    text-align: left;
    line-height: 20px;
}
*/

div.events .events_items.ev_posts_2 .item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

div.events .events_items.ev_posts_2 .item .info {
    width: calc(100% - 234px);
}

div.events .events_items.ev_posts_2 .item .img {
    width: 234px;
    position: absolute;
}




div.events .events_items.ev_posts_1 .item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

div.events .events_items.ev_posts_1 .item .info {
    width: calc(100% - 234px);
}

div.events .events_items.ev_posts_1 .item .img {
    width: 234px;
    position: absolute;
}

.content_info header h2 {
    font-size: 24px;
}

.content_info {
    padding-top: 40px;
}

.promo h1 {
    font-size: 24px;
    margin-top: 60px;
}


element.style {
}
.promo {
    height: 180px;
}

.map_info .left {
    width: 100%;
    order: 2;
}

.map_info .right {
    width: 100%;
    order: 1;
	padding-bottom: 30px;
	padding-left:0;
}

.map_info .block {
	display: flex;
    flex-flow: wrap;	
}

.map_info .left > ymaps {
    height: 240px !important;
}

.fbform .info {
    width: 80%;
}

.cosultblock .left {
    width: 100%;
    padding-right: 0;
}

.cosultblock .right {
    width: 100%;
}

.site-main .post-navigation {
	margin:0;
}

.post-navigation .nav-links {
    display: block;
}

.post-navigation .nav-links .nav-previous {
	float: left;
    margin-bottom: 15px;
}

.post-navigation .nav-links .nav-previous a {
    float: left;	
}

.post-navigation .nav-links .nav-next {
    float: left;
    clear: both;	
}

.post-navigation .nav-links .nav-next a {
    float: left;		
}

}








@media screen and (max-width: 740px) {
	
.feedback .title {
    margin-top: 65px;
}

.feedback .descr {
    font-size: 16px;
    width: 70%;
}	

.feedback .fb_form {
    width: 100%;
}
	
}






@media screen and (max-width: 670px) {
	
.info_block .cont .left {
    width: 100%;
}

.info_block .cont .right {
	display:none;
}

div.events .events_items.ev_posts_1 .item .info {
    padding-left: 30px;
}	

#foot_top .right {
	display:none;	
}
	
}






@media screen and (max-width: 620px) {
	
.reviews .info .reviews_items .item .item_info {
    font-size: 12px;
}	
	
}






@media screen and (max-width: 600px) {
	
#wpadminbar {
	position: fixed;
}	

.brands {
	display:none;
}



}









@media screen and (max-width: 540px) {
	
.slider .item .title {
    font-size: 22px;
    margin-top: 30px;
}

.slider .item .title p {
    line-height: 25px;
}

.slider .item .content {
    font-size: 14px;
}

.slider .item {
    height: 260px;
}

.services .services_items .item .left {
    width: 180px;
}

.services .services_items .item .right {
    width: calc(100% - 180px);
}

.reviews {

}

div.events .events_items .item .img {
    width: 180px;
}

div.events .events_items .item .info {
    width: calc(100% - 180px);
    margin-left: 180px;
}

div.events .events_items.ev_posts_2 .item .img {
    width: 180px;
}

div.events .events_items.ev_posts_2 .item .info {
    width: calc(100% - 180px);
    margin-left: 180px;	
}

div.events .events_items.ev_posts_1 .item .img {
    width: 180px;
}

div.events .events_items.ev_posts_1 .item .info {
    width: calc(100% - 180px);
    margin-left: 180px;	
}

.feedback .title {
    margin-top: 50px;
}

.feedback .descr {
    width: 100%;
}

.feedback .fb_form .wpforms-container-full .wpforms-field-name {
    width: 100%;
}

.feedback .fb_form .wpforms-container-full .wpforms-field-text {
    width: 100%;
}

.feedback .fb_form .wpforms-container-full .wpforms-field-textarea {
    width: 100%;
    margin-top: 14px;
}

.feedback {
    height: auto;
    padding-bottom: 45px;
}

.foot_bottom .right {
	display:none;
}

.promo h1 {
    font-size: 20px;
    margin-top: 45px;
}

.promo #breadcrumbs {
    font-size: 13px;
    margin-top: 7px;
}

.promo {
    height: 130px;
}

.reviews .info {
    margin-left: 2.5%;
    width: 95.5%;
}

.reviews .info .reviews_items .slick-dots {
    text-align: center;
    padding-left: 0px;
}
	
}





@media screen and (max-width: 460px) {
	
.reviews {
    height: 480px;
}

.reviews .info .reviews_items {
    height: 270px;
}	
	
}





@media screen and (max-width: 420px) {
	
.whywe .whywe_items .item {
    padding-left: 15px;
    padding-right: 15px;
}	

.services .services_items .item .left {
    width: 100%;
    position: relative;
    height: 180px;
}

.services .services_items .item .right {
    width: 100%;
    padding-left: 25px;
}

div.events .events_items .item .img {
	width: 100%;
    height: 194px;
    position: relative;
}

div.events .events_items .item .info {
    width: 100%;
    padding-top: 24px;
    text-align: center;
    height: calc(100% - 194px);
    margin-left: 0px;
}

div.events .events_items .item {

}

div.events .events_items.ev_posts_2 .item {
    height: auto;
}

div.events .events_items.ev_posts_2 .item .img {
    width: 100%;
    height: 194px;
    position: relative;
}

div.events .events_items.ev_posts_2 .item .info {
    width: 100%;
    padding-top: 24px;
    text-align: center;
    height: calc(100% - 194px);
    margin-left: 0px;
}


div.events .events_items.ev_posts_1 .item {
    height: auto;
}

div.events .events_items.ev_posts_1 .item .img {
    width: 100%;
    height: 194px;
    position: relative;
}

div.events .events_items.ev_posts_1 .item .info {
    width: 100%;
    padding-top: 24px;
    text-align: center;
    height: calc(100% - 194px);
    margin-left: 0px;
}

.foot_bottom .left p {
    font-size: 12px;
}

.fbform .info {
    width: 100%;
    margin-top: 50px;
}

.cosultblock .left h2 {
    font-size: 24px;
}

.cosultblock {
    padding-top: 50px;
}

.cosultblock div.wpforms-container-full .wpforms-form .wpforms-first {
    width: 100%;
}

.cosultblock div.wpforms-container-full .wpforms-form .wpforms-one-half {
    width: 100%;
    margin-left: 0;	
}

.content_info .entry-content table {
    padding: 0;
    border: none;
}
	
}




@media screen and (max-width: 390px) {

.slider .item .content p {
    margin-bottom: 1px;
}

.slider .item .title {
    font-size: 20px;
    margin-top: 22px;
}

.slider .item .title p {
    line-height: 21px;
}

.info_block .cont .left {
    padding-left: 50px;
    padding-top: 60px;
    padding-right: 45px;
}

.info_block .cont .left .title {
    font-size: 21px;
    line-height: 22px;
}

#foot_top .left {
    width: 100%;
}

.whywe .whywe_items .item {
    height: auto;
    padding-bottom: 40px;
}

}








@media screen and (max-width: 360px) {
	
.reviews .info .reviews_items {
    height: 300px;
}	
	
}






@media screen and (max-width: 320px) {
	
.mob_top_panel .head_right a.insta {
	display:none;
}	

.mob_top_panel .head_right a.whatsapp {
    margin-right: 0px;
}

.info_block .cont .left {
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 30px;
}

div.events .events_items .item .img {
    height: 155px;
}

div.events .events_items.ev_posts_2 .item .img {
	height: 155px;
}

div.events .events_items.ev_posts_1 .item .img {
	height: 155px;
}

#foot_top .logo_foot {
    width: 100%;
}

.reviews .info {
    margin-top: 45px;
}

.reviews .info .reviews_items .item::before {
    font-size: 17px;
    top: 0px;
}

.reviews .info .reviews_items .item {
    padding-left: 35px;
    padding-right: 8px;
}

.reviews .info .cont {
    font-size: 12px;
}


	
}








@media screen and (max-width: 300px) {
	
.slider .item .content {
    font-size: 12px;
}	

.services .services_items .item .left {
    height: 150px;
}

.reviews .info .reviews_items .slick-dots {
    bottom: 10px;
}
	
}







@media screen and (max-width: 280px) {

.mob_top_panel .head_right a.whatsapp {
	display:none;
}

.mob_top_panel .head_right a.mob_phone {
    margin-right: 0px;
}

.reviews .info .cont {
    display: none;
}

.reviews .info .reviews_items {
    height: 350px;
}

.reviews .info .title {
    font-size: 16px;
}
	
}



@media screen and (max-width: 250px) {
	
.mob_top_panel .head_left a img {
    height: 20px;
    margin-top: 15px;
}	
	
}