html,
body {
    height: 100%;
}
@media only screen and (max-width: 1200px) {
    /*pageTovar*/
    
    .wLeft {
        width: 30%;
    }
    .tovar_block .fll {
        width: 41%;
    }
    .tovar_block .flr {
        width: 57%;
        padding: 0 0 0 2%;
    }
    .tovar_block .fll img {
        max-width: 99%;
    }
    .orderOneClick {
    margin: 0%;
    }
}
@media only screen and (max-width: 1140px) {
    .catalog_main .tovars li:nth-child(4n+5) {
	    margin-left: 0px;
	}
    .tovars ul li {
	    margin: 0 10px 20px 0;
	}
	.tovars ul li + li {
	    margin-left: 0px; 
	    margin-right: 10px;
	}
}
@media only screen and (max-width: 1075px) {
    .news_block_main li {
	    width: 100%;
	    display: block;
	}
	.news_block_main li .flr {
	    max-width: 100%;
	    float: none;
	    box-sizing: inherit;
	}
}
@media only screen and (max-width: 980px) {
    .nav,
    .wHeader .fll,
    .wHeader .flr,
    .head_bot ul {
        display: none;
    }
    .mm-listview {
        display: block!important;
    }
    .head_bot {
        width: 80%;
    }
    .wHeader .head_top {
        height: auto;
        padding: 40px 0 0;
    }
    .btnCatalog,
    .btnMenu,
    .btnCart,
    .mobReg,
    .btnInformation {
        display: block;
    }
    .mobReg a {
        margin: 0 3px;
    }
    .slider_big,
    .wLeft {
        display: none;
    }
    .title p span::before,
    .title p span::after {
        display: none;
    }
    .title p::before {
        margin-left: 25px;
    }
    .title p::after {
        margin-right: 25px;
    }
    .wLsize {
        padding-left: 0px;
    }
    #mobMainMenu ul {
        background: none;
    }
    #mobMainMenu ul li {
        float: left;
        display: block;
        clear: both;
        width: 100%;
    }
    #mobMainMenu ul li a {
        color: rgba(0, 0, 0, 0.7);
        line-height: 20px;
        padding: 10px 10px 10px 20px;
    }
    .btnCart {
        text-decoration: none;
    }
    .btnCart:hover {
        text-decoration: none;
    }
    .btnCart span {
        text-align: center;
        display: block;
        color: #444;
    }
    .wrapMob {
        position: fixed;
        height: 45px;
        top: 0;
        left: 0;
        width: 100%;
        background: rgba(234, 234, 234, 1);
        z-index: 999;
    }
    .phones_top li {
        min-height: 55px;
        text-align: center;
    }
    #information ul li {
        display: block !important;
    }
    #information .mm-listview > li:not(.mm-divider)::after {
        display: none;
    }
    #information .phones_top li a {
        width: auto;
    }
    #information .phones_top li .order_call {
        width: auto;
        height: auto;
        display: inline-block;
        background: none;
    }
    #information .phones_top li .order_call:after,
    #information .phones_top li .order_call:before {
        display: none;
    }
    #information .kyivstar {
        background-position: -482px -23px;
        padding-right: 40px;
    }
    #information .kyivstar:before {
        background: url(../pic/sprite.png) no-repeat -389px 0px;
    }
    #information .kyivstar:after {
        display: none;
    }
    #information .mts {
        background: transparent url("../pic/sprite.png") no-repeat scroll -483px -66px;
        padding-right: 40px;
    }
    #information .mts:before {
        background: url(../pic/sprite.png) no-repeat -424px 0px;
    }
    #information .mts:after {
        background: url(../pic/sprite.png) no-repeat -357px 0px;
    }
    .mail_top {
        background-position: -478px -116px;
    }
    .searchForm {
        width: 100%;
        float: none;
        margin-top: 15px;
    }
    .searchForm .searchInput {
        width: 80%;
    }
    .searchForm .searchBut {
        width: 20%;
    }
}
/*================== 900 =================*/

@media only screen and (max-width: 900px) {
    .basket_block > .fll,
    .basket_block > .flr {
        width: 100%;
        float: none;
        margin: 0 auto;
    }
}
/*================== 840 =================*/

@media only screen and (max-width: 840px) {
    /*pageTovar*/
    
    .tovar_block {
        padding: 0 5px;
    }
    /*footer*/
    
    .wFooter .flc {
        display: none;
    }
    .wFooter .fll,
    .wFooter .flr {
        width: 50%;
    }
    .link_f {
        width: 35%;
        margin: 0px 27% 0px 0px;
    }
}
/*================== 800 =================*/

@media only screen and (max-width: 800px) {
/*    .title {
        font-size: 250%;
    }*/
    .news_page ul li .fll {
        width: 100%;
        float: none;
    }
    .news_page ul li .flr {
        width: 100%;
        float: none;
    }
    .news_page ul li a.to_new {
        bottom: -30px;
    }
    .news_page ul li .name {
        max-height: 100%;
    }
}
@media only screen and (max-width: 720px) {
    @keyframes shake {
        5%, 45% { transform: rotate3d(0, 0, 1, -7deg); }
        10%, 40% { transform: rotate3d(0, 0, 1, 7deg); }
        15%, 25%, 35% { transform: rotate3d(0, 0, 1, -7deg); }
        20%, 30% { transform: rotate3d(0, 0, 1, 7deg); }
        51% { transform: rotate3d(0, 0, 0, 0deg); }
        100% { transform: rotate3d(0, 0, 0, 0deg); }
    }
    @-webkit-keyframes shake {
        5%, 45% { -webkit-transform: rotate3d(0, 0, 1, -7deg); }
        10%, 40% { -webkit-transform: rotate3d(0, 0, 1, 7deg); }
        15%, 25%, 35% { -webkit-transform: rotate3d(0, 0, 1, -7deg); }
        20%, 30% { -webkit-transform: rotate3d(0, 0, 1, 7deg); }
        51% { -webkit-transform: rotate3d(0, 0, 0, 0deg); }
        100% { -webkit-transform: rotate3d(0, 0, 0, 0deg); }
    }
    @-moz-keyframes shake {
        5%, 45% { -moz-transform: rotate3d(0, 0, 1, -7deg); }
        10%, 40% { -moz-transform: rotate3d(0, 0, 1, 7deg); }
        15%, 25%, 35% { -moz-transform: rotate3d(0, 0, 1, -7deg); }
        20%, 30% { -moz-transform: rotate3d(0, 0, 1, 7deg); }
        51% { -moz-transform: rotate3d(0, 0, 0, 0deg); }
        100% { -moz-transform: rotate3d(0, 0, 0, 0deg); }
    }
    .viber-button {
        position: fixed;
        display: block;
        bottom: 20px;
        left: 20px;
        z-index: 99;
    }
    .viber-link {
        display: block;
        background: #7A519B;
        border-radius: 20%;
        padding: 5px;
        line-height: 0;
    }
    .viber-link svg {
        pointer-events: none;
        fill: #fff;
        width: 40px;
        height: 40px;
        animation: shake 2s infinite cubic-bezier(.36, .07, .19, .97) both;
    }
    .contact_block .main_contact,
    .contact_block .otziv_form {
        float: none;
        width: 100%;
    }
    .otziv_form {
        max-width: 100%;
    }
    .main_contact address {
        padding: 0 0 0 4%;
    }
    .popupContent {
        display: block;
        overflow: hidden;
        margin: 0;
        max-height: 0;
        padding: 0 10px;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }
    .enterRegPopup {
        max-width: 380px !important;
        padding: 10px 10px 0px;
    }
    .enterRegPopup .mfp-close {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .enterReg_top {
        margin: 0;
        border: none;
    }
    .enterReg_top:after {
        display: none;
    }
    #enterReg2 .enterBlock,
    #enterReg2 .regBlock {
        float: none;
        width: auto;
    }
    #enterReg2 .enterReg_top .title {
        margin: 0;
        text-align: center;
        background: #55ACF0;
        color: #fff;
        display: block;
        text-align: center;
        padding: 10px 0;
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
        margin-bottom: 1px;
        cursor: pointer;
    }
    .wCur .popupContent {
        max-height: 400px;
        padding: 10px;
    }
    .wCur .title {
        box-shadow: inset 0 0 0 1px #55ACF0;
        background: #fff;
        color: #000;
    }
    #enterReg2 .enterReg_btn {
        width: 40%;
    }
    .regBlock .tar {
        text-align: center;
    }
    .regBlock .enterReg_btn {
        width: 100% !important;
    }
}
@media only screen and (max-width: 600px) {
    .tovar_block .fll,
    .tovar_block .flr {
        width: 100%;
        float: none;
        padding: 0;
    }
    .opis_t {
        padding-right: 0px;
    }
}
/*================== 560 =================*/

@media only screen and (max-width: 560px) {
    /*footer*/
    
    .wFooter {
        margin: -264px auto 0px;
        min-height: 264px;
    }
    .wFooter .fll {
        display: none;
    }
    .wFooter .flr {
        float: none;
        width: 100%;
    }
    .wFooter .soc_seti {
        padding-left: 0;
    }
    .wFooter .soc_seti ul li {
        float: left;
        width: 50%;
        margin: 0 0 20px;
    }
    .title_f {
        margin-bottom: 40px;
    }
    .bottomMenu {
        text-align: center;
    }
    .bottomMenu > .wez_p {
        text-align: center;
    }
    .bottomMenu > .wez_p,
    .bottomMenu > p {
        width: 100%;
        float: none;
    }
}
@media only screen and (max-width: 540px) {
    /*breadcrumbs*/
    
    .breadcrumbs span {
        display: none;
    }
    .breadcrumbs span:nth-last-child(2) {
        display: inline-block;
        font-size: 0;
        vertical-align: top;
        background: none;
        padding-left: 0;
        margin-left: 0;
    }
    .breadcrumbs span:nth-last-child(2) a {
        text-decoration: none;
        text-transform: uppercase;
        font-size: 11px;
        line-height: 14px;
    }
    .breadcrumbs span:nth-last-child(2) a:before {
        content: '◄ Назад к ';
        text-transform: lowercase;
    }
    .breadcrumbs span + span::before {
	    display: none;
	}
	/*main news*/
	.news_block_main li .flr .name_new {
	    font-size: 16px;
	}
	.news_block_main li .flr p {
	    font-size: 12px;
	}
	.news_block_main li .img_new {
		float: none;
	}
}
@media only screen and (max-width: 480px) {
    /*orderCall*/
    
/*    .title {
        font-size: 35px;
    }*/
    /*seo*/
    
    .seoTxt {
        max-height: 400px;
        overflow: auto;
        padding: 0 10px;
        width: 93%;
    }
    .enterBlock table {
        font-size: 12px;
    }
    .table_enter th {
        display: none !important;
    }
    .table_enter th,
    .table_enter td {
        text-align: left;
        display: table-cell;
        padding: .25em .5em;
        border-bottom: 1px solid #D6D6D6 !important;
        border-right: 0 !important;
        border-top: 0 !important;
        border-left: 0 !important;
        width: 100% !important;
    }
    .table_enter td {
        display: block;
    }
    .mTd {
        display: block;
        float: left;
        width: 49%;
        border-right: 1px solid #D6D6D6;
        text-align: center;
    }
    .enterBlock table tr td:last-child {
        border-bottom: 0 !important;
    }
    .tName,
    .imgTB {
        width: 50%;
        display: inline-block;
        text-align: center;
        border-left: 1px solid #D6D6D6;
    }
    .kolling td:first-child .mTd {
        border-right: none;
    }
    .kolling td:nth-child(2) .mTd {
        border-right: none;
    }
    .enterBlock table td a.plus,
    .enterBlock table td a.minus {
        width: 44px;
        height: 21px;
        font-size: 25px;
    }
    .enterBlock table td img {
        vertical-align: middle;
    }
    .enterBlock table td a.remove_tovar {
        font-size: 20px;
    }
    .link_f {
        width: 100%;
        margin: 0 0 10px;
    }
    .wFooter {
        margin: -269px auto 0px;
        min-height: 269px;
        padding-top: 10px;
    }
    .title_f {
        margin: 10px 0 30px;
    }
}
@media only screen and (max-width: 400px) {
    .title {
        font-size: 200%;
    }
}
@media only screen and (max-width: 360px) {
    .title.full {
        font-size: 250%;
    }
    /*basket*/
    
    .battons_a,
    .oform_z {
        text-align: center;
    }
    .battons_a {
        margin-bottom: 10px;
    }
    .battons_a .flr,
    .battons_a .fll {
        float: none;
        width: 100%;
        text-align: center;
    }
    .battons_a .fll {
        margin: 0 0 10px;
    }
    .battons_a .flr a {
        float: none;
    }
    .oform_z a {
        display: inline-block;
        float: none;
    }

}
/*================== 370 =================*/

@media only screen and (max-width: 370px) {
    #information .mail_top {
        font-size: 14px;
        line-height: 19px;
    }
}
/*================== 340 =================*/

@media only screen and (max-width: 340px) {
    /*footer*/
    
    .wFooter {
        margin: -271px auto 0px;
        min-height: 271px;
    }
    .wFooter .soc_seti ul li {
        margin: 0px 0px 10px;
    }
    .title_f {
        margin: 10px 0px 25px;
    }
}

@media only screen and (max-width: 325px) {
    .wrLink {
        text-align: left;
    }
}