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

/* ГАМБУРГЕР */

.header__logo img {
   margin-left: 40px;
}

.menu-toggle {
    display: inline-block;
    right: -4px;
    top: 0px;
    z-index: 200;
}

}

@media(max-width: 767px) {
	.cta__info p,
	.cta__info span{
		font-size: 35px;
		line-height: 42px;
	}
}

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

/* .cta:before {
    display: block;
    position: absolute;
    background-image: url(/wp-content/themes/leon_theme/assets/img/line-2.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    top: -230px;
    left: 0px;
    width: 100%;
    height: 573px;
    content: '';
    z-index: 10;
} */
	.cta__inner {
		overflow: hidden;
		position: relative;
	}
	.cta__inner:before {
		display: block;
		position: absolute;
		background-image: url(/wp-content/themes/leon_theme/assets/img/line-2.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		top: 0;
		left: 0;
		height: 100%;
		content: '';
		z-index: 10;
		background-size: cover;
		width: 100%;
	}

}

@media screen and (max-width: 600px) {
   
.action-text-link {
	font-size: 20px;
	line-height: 23px;
}
.action-p {
	font-size: 15px;
	line-height: 18px;
}	
	
.menu-toggle {
    right: 4px;
}

/* МОБИЛЬНОЕ МЕНЮ */

.mobile-menu img {
	display: block;
	margin:  0 auto;
	margin-top: 20px;
	width: 100px;
	text-align: center;
/*     margin-left: 170px; */
}

.mobile-menu__list {
    margin: 0px;
    padding: 0px;
    margin: 0 auto 0 32px;
    width: 50%;
    margin-top: 30px;
/*     margin-right: 15px; */
}

.mobile-menu__list li {
    font-family: 'Roboto', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
	line-height: 18px;;
    text-transform: uppercase;
    list-style: none;
    position: relative;
    margin-top: 15px;
}

.mobile-menu__list li:last-child {
    padding-right: 0px;
}

.mobile-menu__list a {
    text-decoration: none;
    color: #FFFFFF;
}

.mobile-menu__list a:hover {
    opacity: 0.8;
    transition: 0.5s;
}

.mobile-menu__list .current {
    color: #D6161B;
}

/* ШАПКА */

.header {
    margin-top: 40px;
    position: relative;
}

.header__container {
    max-width: 100%;
}

.header__logo {
    margin: 0 auto;
}

.header__logo img {
   width: 100px;
}

.header:before {
    position: absolute;
    background-image: url(/wp-content/themes/leon_theme/assets/img/line-3.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 100%;
	height: 300%;
	left: 0px;
	top: -40px;
    content: '';
/*     z-index: 100; */
}

/* CTA */

.cta__inner {
    max-width: 100%;
    flex-wrap: wrap;
}

.cta__gift {
    margin: 0 auto;
/*     margin-top: -100px; */
    z-index: 100;
}

.cta__gift img {
    width: 205px;
}

.cta__info {
    margin: 0 auto;
    width: 100%;
    z-index: 100;
}

.cta__info p {
	text-align: center;
    font-size: 25px;
    line-height: 30px;
    margin-top: 20px;
}

.cta__button {
    width: 90%;
    display: block;
    margin:  0 auto;
    margin-top: 15px;
    font-size: 25px;
	line-height: 29px;
	padding: 12px;
}

/* СЛАЙДЫ */

.slides {
    margin-top: 15px;
}

.slides__item {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.slides__inner {
    width: 100%;
    margin: 0 auto;
}

.slides__heading {
	margin-top: 100px;
    font-size: 20px;
    line-height: 23px;
}

.slides__info {
    font-size: 14px;
    line-height: 16px;
}


.slides__controls {
	display: none;
}

#slider-1 .owl-prev {
  display: none;
}

#slider-1 .owl-next {
  display: none;
}

#slider-1 .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
}

/* КОНТЕНТ */

article h1 {
    font-size: 25px;
    line-height: 30px;
}

article h2 {
    font-size: 20px;
    line-height: 24px;
}

.show-more {
    display: block;
    width: 55%;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 14px;
	line-height: 16px;
	text-align: center;
}

/* СЛОТЫ */

.slots {
    margin-top: 15px;
}

.slots__wrapper {
    padding: 15px;
}

.slots__main-heading {
    font-size: 25px;
    line-height: 30px;
}

.slots__outer {
    width: 180px;
    height: 240px;
    margin: 0 auto;
}

.slots__inner {
    width: 180px;
    height: 240px;
}

.slots__heading {
    font-size: 14px;
	line-height: 16px
}

.slots__buttons {
    margin-top: 95px;
}

.slots__button {
	padding: 10px 20px;
/*     width: 45px; */
    font-size: 14px;
    line-height: 16px;
}

.slots__controls {
    display: none;
}

#slider-2 .owl-prev {
  	display: none
}

#slider-2 .owl-next {
  	display: none
}

/* FAQ */

.faq {
	box-sizing: border-box;
    margin-bottom: 20px;
}

.faq__container {
    margin: 0 auto;
    max-width: 100%;
    min-height: auto;
    padding: 15px;
}

.faq__main-heading {
    font-size: 25px;
    line-height: 30px;
}

.faq__preview {
    font-size: 14px;
	line-height: 16px;
    margin-bottom: 20px;
}

.faq-item__title {
    font-size: 15px;
    line-height: 18px;
}

.faq-item__text {
    font-size: 12px;
    line-height: 14px;
}

.faq-item__btn {
	width: 30px;
	padding: 0px;
}

.faq-item__cross {
    width: 13px;
    height: 26px; 
    padding: 0px;
}

/* ПРОИЗВОДИТЕЛИ */

.providers {
	display: none;
}

/* ФУТЕР */

.footer {
	display: none;
}


}