/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    /**/
    .menu-toggle {
        margin-top: 30px;
        margin-bottom: 25px;
    }

    .header {
        text-align: center;
        position: relative;
    }

    .header__logo img {
        width: 220px;
    }

    .header__social {
        text-align: center;
        display: none;
    }

    .popup-social {
        width: 40px;
    }

    .benefits__text {
        float: none;
        margin: 10px auto 0px;
    }


    .header__menu {
        display: none;
        position: absolute;
        width: 200px;
        margin-left: auto;
        margin-right: auto;
        left: -130px;
        right: 0;
        z-index: 9999;
        background: #fff;
        border-radius: 20px;
        text-align: center;
        top: 0;
        margin-top: 85px;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
        padding: 10px 0;
    }


    .frontpage-tubes {
        position: relative;
        margin-bottom: 20px;
    }

    .frontpage-tubes .owl-controls {
        margin-top: 30px;
    }

    .frontpage-tubes__item {
        width: 100%;
        filter: blur(0);
        -webkit-filter: blur(0px);
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
        text-align: center;
        display: inline-block;
    }

    .frontpage-tubes__item img {
        display: inline-block;
        width: 150px !important;
        text-align: center;
        margin: 0 auto;
        transform: none !important;
        -webkit-transform: none !important;
    }

    .frontpage-tubes__item:hover {
        transform: none;
    }

    .frontpage-tubes__item:hover .frontpage-tubes__caption {
        display: none;
    }

    .frontpage-tubes__item:hover img {
        -webkit-transform: none;
    }

    .frontpage-tubes__caption {
        width: 280px;
        margin-left: auto !important;
        margin-right: auto !important;
        left: 0;
        right: 0;
        z-index: 90;
        transition: 0.3s;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
    }

    .resellers {
        margin-top: 40px;
    }

    .resellers.cross {
        margin-top: 0px !important;
    }

    .catalog-content .volna {
        bottom: 100px !important;
        top: unset;
    }

    .resellers .headliner {
        margin-bottom: 30px;
    }

    .resellers__item {
        margin: 20px 10px;
    }

    .footer__menu li {
        font-size: 20px;
        width: 50%;
        float: left;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .footer__copyright {
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .footer__phone {
        text-align: center;
    }

    .footer__social {
        text-align: center;

    }

    .footer__articles {
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .news-full__text {
        padding-left: 0;
    }

    .news-full__social {
        padding-left: 0;
    }

    .news-full__date {
        margin-bottom: 20px;
    }

    .news-full__allnews {
        margin: 30px 0;
    }

    .about {
        background: none;
        height: auto;
        margin-bottom: 30px;
    }

    .about:before {
        display: none;
    }

    .about:after {
        display: none;
    }

    .about__content {
        background: none;
        height: auto;
        display: inline-block;
        margin-top: 0;
    }

    .about__text {
        width: 100%;
        text-align: center;
        display: inline-block;
        margin-top: 40px;
    }

    .about__text .icon {
        margin-right: 0;
        margin-bottom: 0;
        margin-top: 0;
        float: none;
        display: inline-block;
    }

    .about__text h1 {
        margin-top: 0;
    }

    .catalog {
        padding-top: 0;
    }

    .catalog__title-item--link, .catalog__block-image {
        display: none;
    }

    .catalog__title-menu {
        padding-top: 0;
    }

    .catalog__title-item {
        margin: 0 !important;
    }

    .catalog__block-content {
        margin-top: 20px;
        min-height: 0 !important;
        padding-bottom: 0;
    }

    .catalog__items, .catalog__items.pg_catalog {
        height: auto;
    }

    .catalog__text {
        padding: 30px 10px 0px;
        height: 100%;
        clear: both;
        margin-top: 0px;
        text-align: center;
        font-size: 14px;
    }

    .catalog__text h1 {
        display: none;
    }

    /*.catalog__popup-text h1 {
    font-weight: 300;
    font-style: italic;
    line-height: 1.25;
    letter-spacing: 0.14px;
    font-family: cambria	}
    .catalog__popup h1 strong {
        font-weight: 300;	} */
    .catalog__block {
        height: auto;
    }

    .catalog__elements {
        width: 100%;
        padding: 50px 15px 30px 15px;
        margin-top: 0px;
        -webkit-transform: none !important;
        transform: none !important;
    }

    .catalog__elements img {
        width: auto !important;
    }

    .catalog__popup .container {
        position: static;
        margin: 0;
    }

    .catalog__popup {
        background: #fff !important;
        position: relative;
        border: 1px solid transparent;
        border-radius: 25px;
        box-shadow: 3px 9px 31px 0 rgba(0, 0, 0, 0.16)
    }

    .catalog__popup-image {
        width: 100%;
        float: left;
        height: auto;
        margin-bottom: 20px;
        margin-top: 30px;
    }

    .catalog__popup-image img {
        max-width: 50%;
        margin: 0 auto;
        display: block;
    }

    .catalog__popup-explanations {
        position: relative;
        width: 100%;
        display: inline-block;
        text-align: left;
        bottom: auto;
        left: auto;
        margin-bottom: 10px;
    }

    .catalog__popup-close {
        top: 0px;
        right: 0px;
    }


    .catalog__popup-text {
        width: 100%;
        float: left;
        margin: 0 auto !important;
        background: #fff;
        box-shadow: none;
        height: auto;
        position: relative;
        padding: 0 !important;
    }

    .catalog__popup-shops .catalog__popup-text {
        top: auto;
        bottom: 50px;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        position: absolute;
    }

    .catalog__popup-text:before {
        display: none;
    }

    .catalog__popup-text:after {
        display: none;
    }

    .catalog__popup-text img {
        float: none;
        margin: 0;
    }

    .catalog__popup-gradient {
        display: none;
    }

    .catalog__popup .catalog__popup-close:nth-child(1) {
        display: none;
    }

    .catalog__popup-button {
        margin: 20px auto;
        display: block;
        max-width: 300px;
    }

    .catalog__popup .catalog__popup-button {
        position: relative;
        right: auto;
        bottom: auto;
    }

    .popbutt {
        top: 10px;

    }

    .catalog__popup-social {
        display: inline-block;
        position: relative;
        width: 100%;
        bottom: auto;
        right: auto;
        margin-bottom: 10px;
        text-align: center;
    }

    .media {
        display: inline-block;
    }

    .media-left {
        width: 100%;
        display: inline-block;
        text-align: left;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .media-left img {
        width: 70px;
    }

    .contacts-form__checkbox {
        margin-top: 0;
        margin-bottom: 25px;
    }

    .not-found:before {
        background: #f5f5f5 url("../images/layout/inside.jpg") no-repeat center center;
        opacity: 0.5;
    }

    .not-found:after {
        display: none;
    }

    .triangle {
        background: none;
    }

    .cross {
        background: none;
    }

    .catalog_catalog_content .catalog:first-child {
        /*background: url(../images/catalog/52.svg) 40% 90% no-repeat;*/
    }

    .catalog__popup-text h1 {
        margin-top: 23px;
    }


    .catalog__element.summer img {
        float: right;
    }

    .catalog__block .prev, .catalog__block .next {
        display: none;
    }
	
	
	
	.catalog__title-link.new:hover, .catalog__element-item.new:hover span {
      background: #97d4ed; }
    .catalog__title-link.base:hover, .catalog__element-item.base:hover span {
      background: #f4a6d2; }
    .catalog__title-link.special:hover, .catalog__element-item.special:hover span {
      background: #E4925D; }
    .catalog__title-link.season:hover, .catalog__element-item.season:hover span {
      background: #f8d32b; }
	
	
	
	

}

@media only screen and (max-width: 768px) {
    .animated {
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        animation: none !important;
    }

    .catalog__element {
        /*-webkit-transform: none !important;
        transform: none !important; */
        /* margin: 0 !important;*/
        max-width: 30%;
        /*top: 0 !important;*/
    }

    .catalog__element:before {
        display: none;
    }

    .catalog__element img {
        height: auto !important;
        max-width: 100%;
    }

    .catalog__text {
        font-size: 14px;
        padding: 30px 15px 0px;
    }

    .catalog-content {
        background: transparent;
    }

    .info__img {
        display: none;
    }

    .additional .more-button {
        text-align: center;
        margin-top: 0px;
    }

    .info__cream, .benefits .headliner, .resellers .headliner {
        text-align: center;
    }

    .headliner__top {
        width: 220px;
    }


    .resellers .headliner {
        margin-bottom: 0px;
    }

    .social-mobile .headliner {
        margin-top: 100px;
    }
	.catalog .single {
		margin-top: 0;
	}
    .catalog__popup {
        width: 95%;
        margin: 0 auto;
        float: none;
    }

    .catalog__popup-image img {
        width: 200px;
    }

    .headliner__content.headliner__cont {
        margin-top: -20px;
    }

    .additional {
        padding-top: 80px;
        background: url(../images/catalog/voln-768.svg) 0% 30px no-repeat;
    }

    .catalog__title-menu > div {
        vertical-align: baseline;
    }

    .headliner__text.one_minute {
        text-align: center;
        /*margin-top: 30px;*/
    }

    .catalog_catalog_content .catalog:first-child {
        background: url(../images/catalog/volna-v-768.svg) 0% -8% no-repeat;
    }


    .catalog_catalog_content {
        background: url(../images/catalog/volna-n-768.svg) 0% 100% no-repeat, url(../images/catalog/catalog-bg-new-new.png) top left;
    }

    .social-mobile {
        background: url(../images/catalog/voln-768.svg) 0% 3% no-repeat;
    }

    .footer_div {
        text-align: center;
    }


    .volna {
        display: none;
    }

    .where_buy {
        margin-top: 40px !important;
    }

    .catalog__title-menu {
        margin-bottom: 30px;
    }

    .index .catalog__items {
        margin-bottom: 60px;
    }

    .benefits .headliner {
        margin-bottom: 10px;
    }

    .additional.pg_catalog {
        background: transparent;

    }

    .catalog__block-content .catalog__elements .cream_butt_nav, .catalog__block-content .catalog__elements .cream_butt_nav2 {
        display: block;
        position: absolute;
    }

    .catalog__elements {
        position: relative;
    }

    .cream_butt_nav2 {
        bottom: 15px;
        left: 80px;
    }

    .cream_butt_nav {
        bottom: 15px;
        right: 80px;
        -moz-transform: rotate(180deg); /* Для Firefox */
        -ms-transform: rotate(180deg); /* Для IE */
        -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
        -o-transform: rotate(180deg); /* Для Opera */
        transform: rotate(180deg);
    }

    .frontpage-slider.owl-theme .owl-controls .owl-nav .owl-prev,
    .frontpage-slider.owl-theme .owl-controls .owl-nav .owl-next {
        display: none !important;
    }

    /* new style 23.04.2020 */

    .single__main {
        display: block;
        padding-left: 0;
    }

    .single__tabs {
        position: relative;
        margin-top: 40px;
        width: 100%;
        padding-right: 0;
    }

    .single__main-title-text {
        font-size: 26px;
        line-height: 24px;
    }

    .single__tabs-item {
        justify-content: flex-start;
    }

    .line__icon_plus {
        display: none;
    }
}


@media only screen and (min-width: 1200px) {
    .menu-toggle {
        display: none;
    }

    .header__menu {
        display: inline-block !important;
    }

    .owl-item .stores__item {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1200px) {
    .catalog__title-link {
        display: none;
    }

    .catalog__title-link.active {
        display: block;
    }

    .catalog_content_padding {
        border: none;
        box-shadow: none;
        background-color: transparent;
        width: 100%;
        height: 0%;
    }


    .catalog__elements {
        width: 100% !important;
    }
}

@media only screen and (max-width: 600px) {
    .catalog__popup-table {
        display: block;
    }

    .catalog__popup-table tbody, .catalog__popup-table tr {
        display: block;
    }

    .catalog__popup-table tr {
        border-top: 1px solid #e6e6e6;
    }

    .catalog__popup-table td {
        display: inline-block;
        border: none;
    }

    .catalog__popup-table-link {
        width: 200px;
    }
}

@media only screen and (max-height: 480px) {
    .catalog__popup-shops .catalog__popup-close {
        top: 10px;
        right: 10px;
    }
}

/*@media (max-width: 574px) {

.owl-dots{
	display: none !important;
}
}*/

@media (max-width: 425px) {

    .footer {
        padding-bottom: 0px;
        padding-top: 0px;
    }


    .benefits__image img {

        float: left;
        margin-bottom: 10px;
    }

    .benefits__image {
        display: block;
        width: 100%;
        float: none;
    }


    .benefits__headliner {
        text-align: left;
        padding-top: 5px;
        line-height: 1.18;
        width: 200px;
        float: left;
        font-size: 17px;

    }
	.benefits .col-lg-3.col-xs-6:nth-child(5) {
      display: none;
    }
	
    .benefits__box {
        margin-left: 0px;
        height: 90px !important;
    }
	

	

    .info__cream {
        margin: 0 auto;
        /*display: block;*/
        font-size: 20px;
    }

    .additional img {
        display: none;
    }


    .additional p {
        width: 100%;
        margin: 0 auto;
        font-size: 14px;
    }


    .additional .more-button {
        text-align: center;
    }

    .benefits__text {
        height: 100%;
        text-align: left;
        padding: 0 0px;
        font-size: 14px;
        margin-top: 0px;
        float: left !important;
    }

    .catalog__text {
        text-align: left !important;
    }


    .header__logo img {
        width: 130px !important;
        margin: 10px 0px 0px 0px;
    }

    .header__logo {
        float: none;
        width: 100%;
        margin-left: 0px;
    }

    .footer_logo {
        float: none;
        width: 100%;
    }

    .owl-dots {
        height: 20px;
        margin: 0 auto;
    }

    /*.catalog__popup-text h1 {
            font-weight: 300;
        font-style: italic;
         line-height: 1.25;
      letter-spacing: 0.14px;
          font-family: cambria;}
    .catalog__popup h1 strong {
        font-weight: 300;} */
    .catalog__popup-text p {
        line-height: 20px;
        font-size: 14px;
    }

    .catalog__popup-image img {
        max-width: 145px !important;
    }

    .additional .more-text {
        font-size: 14px;
    }

    .benefits .headliner {
        margin-bottom: 0px;
    }

    .stores__items .owl-prev,
    .stores__items .owl-next {
        top: 60px;
    }

    .stores__items .owl-controls {

        margin-top: 20px;
    }

    .headliner__top {
        margin-top: -30px;
    }

    .slider_cream {
        margin-bottom: 30px;
        margin-top: 55px;
    }

    .catalog__text {
        padding: 50px 15px 0px !important;
    }

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

    .resellers .headliner {
        margin-bottom: 0px !important;
    }

    .catalog_catalog_content {
		margin-top: 10px;
        background: none !important;
    }

    .catalog_catalog_content .catalog:first-child {
        background: url(../images/catalog/voln-768.svg) 50% 8% no-repeat !important;
    }

    .additional {
        background: url(../images/catalog/voln-768.svg) 50% 30px no-repeat !important;
    }

    .headliner__content.headliner__cont {
        margin-top: 50px !important;
    }

    .catalog__element img {
        max-width: 100% !important;
    }

    .headliner__text.social_button_text {
        font-size: 20px;
    }

    .headliner__text.one_minute {
        font-size: 14px;
    }

    .social-mobile {
        background: url(../images/catalog/voln-768.svg) 50% 4% no-repeat !important;
    }

    .text_buy {
        margin-top: 20px !important;
    }

    .cross {
        background: url(../images/catalog/voln-768.svg) 50% 10% no-repeat !important;
    }

    .catalog__element.spain {
        margin-left: -14px;
        margin-right: 10px;
    }

    .catalog__element.blue {
        margin-left: -14px;
        margin-right: 10px;
    }

    .catalog__element.winter {
        margin-left: -14px;
    }

    .index .catalog__items {
        margin-bottom: 0px !important;
    }

    .social-mobile .headliner {
        margin-top: 80px !important;
    }

    .social-mobile-frame img {
        width: 477px;
        height: 595px;
        position: absolute;
        left: -178px;
        bottom: -93px;
    }

    .social-mobile-frame {
        width: 276px;
        margin: -20px auto 93px;
        position: relative;
        height: 100%;
    }

    .cream_butt_nav2 {
        bottom: 105px !important;
        left: 25px !important;
    }

    .cream_butt_nav {
        bottom: 105px !important;
        right: 25px !important;
        -moz-transform: rotate(180deg); /* Для Firefox */
        -ms-transform: rotate(180deg); /* Для IE */
        -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
        -o-transform: rotate(180deg); /* Для Opera */
        transform: rotate(180deg);
    }

    .catalog__items .owl-prev, .catalog__items .owl-next {
        margin: -150px -13px 0 !important;
    }

    .social_mobile_widget {
        width: 240px !important;
    }

    /* new style 23.04.2020 */

    .more__list {
        margin: -5px;
    }

    .more__item {
        padding: 5px;
        width: 50%;
    }

    .more__name {
        font-size: 16px;
        line-height: 20px;
    }

    .more__photo {
        height: 200px;
    }

    .catalogue__downtext {
        margin-top: 30px;
    }
}


@media (max-width: 426px) {
    .benefits .col-lg-3 {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .social .headliner {
        width: 500px;
    }

    .footer_telsoc {
        margin-top: 45px !important;
    }

    .f_text {
        left: 20px !important;
    }

    .social .social__icons {
        margin-left: 10px;
    }

    /* new style 23.04.2020 */

    .line__icon_girl {
        right: -10px;
    }

    .line:after {
        background-position: 0 0;
    }

    .header__menu li {
        display: block;
    }
}


@media (max-width: 1024px) {
    .line:after {
        background-position: 0 0;
    }

    .page-content_read .news-full__cover {
        max-width: 50%;
    }
}

@media (max-width: 992px) {

    .headliner__content.headliner__cont {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .headliner__text.social_button_text {
        left: 0px;
        font-family: Cambria;
        font-size: 28px;
        font-weight: normal;
        font-style: italic;
        font-stretch: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: left;
        color: #707070;
    }


    .stores__items .owl-prev,
    .stores__items .owl-next {
        top: 93px;
    }

    .owl-prev, .owl-next {
        width: 40px;
        height: 40px;
    }

    .owl-item .stores__item img {
        max-height: 80px;
    }

    .stores__items.owl-carousel {
        padding: 0 0px;
    }

    .benefits__box {
        text-align: left;
        position: relative;
    }

    .benefits__image {
        width: 67px;
        float: left;
    }

    .benefits__image img {
        width: 58px;
    }

    .benefits__headliner {
        width: 50%;
        float: left;
        text-align: left;
    }


    /* new style 23.04.2020 */

    .single__props-list {
        margin: -20px -20px;
    }

    .single__props-item {
        padding: 20px 20px;
    }

    .line__icon_girl {
        display: none;
    }

    .page-content_read .news-full__cover {
        float: none;
        max-width: none;
        margin-right: 0;
    }

}

@media (max-width: 760px) {
    .benefits__box {
        margin-left: 0px !important;
        height: 220px;
    }
}

@media (max-width: 550px) {


    .benefits__headliner {
        overflow: hidden;
    }

    .benefits__text {
        height: 100%;
    }

    .cream_butt_nav2 {
        bottom: 105px !important;
        left: 25px !important;
    }

    .cream_butt_nav {
        bottom: 105px !important;
        right: 25px !important;
        -moz-transform: rotate(180deg); /* Для Firefox */
        -ms-transform: rotate(180deg); /* Для IE */
        -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
        -o-transform: rotate(180deg); /* Для Opera */
        transform: rotate(180deg);
    }

    /* new style 23.04.2020 */

    .single__main-title-text {
        font-size: 24px;
        line-height: 24px;
    }

}

@media only screen and (max-width: 600px) {
    .stores__headliner {
        margin: 40px 0 15px;
    }

    .stores__item {
        width: 125px;
        margin: 25px 20px;
    }

    /* new style 23.04.2020 */

    .single__props-list {
        display: block;
    }

    .single__props-item {
        width: 100%;
        display: flex;
    }

    .single__props-info {
        margin-left: 20px;
    }

    .single__prefooter {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 374px) {
    .stores__headliner {
        margin: 40px 0 15px;
    }

    .stores__item {
        width: 115px;
        margin: 25px 14px;
    }

    .catalogue__title-text {
        font-size: 25px;
        line-height: 32px;
    }
}