@import 'fontawesome-all.css';

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/RobotoRegular/RobotoRegular.eot');
    src: url('../fonts/Roboto/RobotoRegular/RobotoRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/RobotoRegular/RobotoRegular.woff2') format('woff2'), url('../fonts/Roboto/RobotoRegular/RobotoRegular.woff') format('woff'), url('../fonts/Roboto/RobotoRegular/RobotoRegular.ttf') format('truetype'), url('../fonts/Roboto/RobotoRegular/RobotoRegular.svg#Roboto') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U0002-FFFD;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/RobotoBold/RobotoBold.eot');
    src: url('../fonts/Roboto/RobotoBold/RobotoBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/RobotoBold/RobotoBold.woff2') format('woff2'), url('../fonts/Roboto/RobotoBold/RobotoBold.woff') format('woff'), url('../fonts/Roboto/RobotoBold/RobotoBold.ttf') format('truetype'), url('../fonts/Roboto/RobotoBold/RobotoBold.svg#Roboto Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U0002-FFFD;
}
/* MODAL SEARCH RESULT */

.blockSearchFastResult{
    position: absolute;
    margin-top:10px;
    right: 0px;
    border: #000000 solid 1px;
    padding: 10px;
    z-index: 1001;
    background: white;
    font-size: 9pt;
    border-radius: 6px;
    display: none;
    width:550px;
   
}
.blockSearchFastResult:before{
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -10px;
    top: -12px;
    border-bottom: #000000 solid 12px;
    border-left: transparent solid 10px;
    border-right: transparent solid 10px;
}
.blockSearchFastResult .item{
    position: relative;
    border-bottom: solid 1px #42210e;
    padding: 10px 0;
    display: block;
    text-decoration: none;
}
.blockSearchFastResult .item .photo{
    float: left;
    margin-right: 20px;
    width: 70px;
    text-align: center;
}
.blockSearchFastResult .item .photo img{
    height: 50px;
    max-width: 70px;
}
.blockSearchFastResult .item .name{
    font-weight: bold;
    font-size: 11pt;
    text-align: left;
    color:#000000;
}
label.error{text-align:center;color:#353535;display:block;font-size:11px;padding:3px;border-radius:3px;background: #fbffeb;margin:10px 0px 10px 0px;border:1px solid #e4eacd;width:256px;}
.blockSearchFastResult .item .price{
    color: #ff0000;
    font-weight: bold;
    font-size: 13pt;
}
.blockSearchFastResult .allResult{
    display: block;
    text-align: center;
    padding: 15px 0 5px 0;
    text-decoration: none;
    font-size:18px;
}
.blockSearchFastResult .allResult:hover{
    color: #ca0000;
    opacity:0.5;
}

.SideBar-Left{
    float: left;
   
    padding-right: 20px;
}
.blockContent{
    float: right;
    width: 940px;
}
.blockFilter{
    position: relative;
    
    margin-bottom: 10px;
}

.blockFilter div.separate{
    border-bottom:1px dashed #cccccc;
    height:1px;
    margin-top:10px;
}


.blockFilter h3.title{
    font-size: 11px;
    text-align: center;
    background: #000000;
    border-radius: 3px 3px 3px 3px;
    padding: 7px 10px;
    color: #ffffff;
    margin: 0;
    font-weight: bold;
    line-height: 15px;
    width:250px;
}
.blockFilter .variants{
    padding: 10px 5px;
    font-size:12px;
}
.blockFilter label{
    display: block;
/*
    float: left;
    min-width: 50%;
*/
    cursor: pointer;
}
.sortLine{
    font-size: 10pt;
    margin-bottom: 10px;
}
.sortLine span{

    display: inline-block;
    margin: 0 10px;
    color:red;
font-weight: bold;
     
     padding:2px 7px;
     font-size:12px;
}
.sortLine a{
    display: inline-block;
    margin: 0 10px;
     color:#000000;

     padding:2px 7px;
     font-size:12px;
     font-weight: bold;
}
.sortLine a:hover{
    
    text-decoration: underline;
}
.paginator{
    text-align: center;
    margin-bottom: 10px;
}
.paginator a{
    display: inline-block;
    text-align: center;
    padding: 2px 0px;
    width: 20px;
    margin: 0 3px;
    background: #1e5799;
    background: -moz-linear-gradient(top, #1e5799 0%, #ffffff 0%, #e9e9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#ffffff), color-stop(100%,#e9e9e9));
    background: -webkit-linear-gradient(top, #1e5799 0%,#ffffff 0%,#e9e9e9 100%);
    background: -o-linear-gradient(top, #1e5799 0%,#ffffff 0%,#e9e9e9 100%);
    background: -ms-linear-gradient(top, #1e5799 0%,#ffffff 0%,#e9e9e9 100%);
    background: linear-gradient(to bottom, #1e5799 0%,#ffffff 0%,#e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#e9e9e9',GradientType=0 );
    font-size: 10pt;
}
.cap{
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.4) url(../images/preloader.gif) no-repeat center center;
}
.paginator a:hover{
    background: #fdd91e;
    color: white;
}
.paginator span{
    display: inline-block;
    text-align: center;
    padding: 2px 0px;
    width: 20px;
    font-size: 10pt;
    margin: 0 3px;
    background: #f69d8e;
    color: white;
}

/* ?????? ???????? */
#slider {
    margin: 16px 8px 5px 8px;
}
/* ????????? ???????? */
.ui-slider {
    position: relative;
}
/* ???????? */
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 13px;   /* ?????? ?????? ?????? */
    height: 13px;  /* ? ?????? */
    background: white; /* ???????? ???????????? ????????. ??? ????? ?????? ??????, ?????? ?????? ? ?????????? */
    border: solid 2px #000000; /* ???????? ???????????? ????????. ??? ????? ?????? ??????, ?????? ?????? ? ?????????? */
    cursor: pointer;
    border-radius: 50%;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    overflow: hidden;
}
/* ?????????????? ??????? (???? ?????? ?? ??????? ?????? ????????) */
.ui-slider-horizontal {
    height: 3px; /* ?????? ?????? ???????? ??????? */
}
/* ????????????? ???????? */
.ui-slider-horizontal .ui-slider-handle {
    top: -5px;
    margin-left: -6px;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
/* ?????????? ?????? ?? ??????? ????? ???????? */
.ui-widget-content {
    border: 1px solid #D4D4D4;
    background: #fff;
}
/* ?????????? ????????? ??????? (????? ????? ??????????) */
.ui-widget-header {
    border: 1px solid #0074c5;
    background: #000000;
    height: 3px !important;
}
/* ?????????? ??? ?????? ???????? */
.ui-corner-all {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#minCost{
    float: left;
    width: 48%;
    padding: 3px 5px;
    margin-left:10px;
    border-radius:3px;
    border:1px solid #d4d3d3;
    width:80px;
    height:25px;
    color:#000000;
}
#maxCost{
    border-radius:3px;
    border:1px solid #d4d3d3;
    width:80px;
    padding: 3px 5px;
    height:25px;
    color:#000000;
}
/* END PRICE SLIDER */
body {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 1.3;
    color: #000;
    margin: 0;
    background: #FFF;
    font-weight: 400;
}

body .wrapper {
    overflow: hidden;
}

body img {
    max-width: 100%;
}

body .container {
    max-width: 1330px;
}

body p {
    font-size: 16px;
    line-height: 19px;
}

body p.big {
    font-size: 18px;
    line-height: 21px;
}

body .title {
    font-size: 51px;
    line-height: 56px;
    font-weight: 700;
    color: #2b2b2b;
}

body p,
body .title {
    margin: 0;
    position: relative;
}

body .order a {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
}

body .order a,
body .order button {
    padding: 5px 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    min-height: 53px;
}

body .order a.blue,
body .order button.blue {
    background: #42c3bb;
}

body .order a.red,
body .order button.red {
    background: #fa1f1f;
}

body a,
body button {
    transition: all 0.2s ease-in-out;
}

body a:active,
body a:focus,
body button:active,
body button:focus {
    outline: none !important;
}

body .form ::-webkit-input-placeholder {
    color: #999;
}

body .form ::-moz-placeholder {
    color: #999;
}

body .form :-moz-placeholder {
    color: #999;
}

body .form :-ms-input-placeholder {
    color: #999;
}

body .form label.error {
    display: none !important;
}

body .form input.error,
body .form textarea.error {
    border-color: #E76767;
    box-shadow: 0 0 4px #CC0000;
}

body .product {
    padding: 20px;
    border: 1px solid #e3e3e3;
    background-color: #ffffff;
    transition: 0.3s;
    max-width: 375px;
    margin: auto;
}

body .product:hover {
    box-shadow: 0 0 23px 1px rgba(0, 0, 0, 0.2);
}

body .product .pic {
    height: 230px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

body .product .text {
    margin: 60px 0 45px 0;
}

body .product .text a {
    color: #000000;
}

body .product .price {
    color: #42c3bb;
    font-size: 23px;
    line-height: 1;
    font-weight: 700;
}

body .product .p-bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 43px 0 0 0;
}

body .product .p-bottom .quantity {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

body .product .p-bottom .quantity input {
    width: 41px;
    height: 41px;
    border: 1px solid #e8e8e8;
    text-align: center;
    color: #000000;
}

body .product .p-bottom .quantity div {
    cursor: pointer;
    width: 41px;
    height: 41px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

body .product .p-bottom .quantity div:hover {
    color: #42c3bb;
}

body .product .p-bottom .to-cart {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    color: #000000;
    padding: 13px 15px 10px 15px;
    text-decoration: none;
}

body .product .p-bottom .to-cart:hover {
    background-color: #fa1f1f;
    color: #fff;
}

body .product .p-bottom .to-cart .icon {
    font-size: 27px;
    margin: 0 14px 0 0;
}

body .slider {
    position: relative;
    padding: 0 70px;
}

body .slider .swiper-button div {
    width: 44px;
    height: 44px;
    margin-top: -22px;
    background: url(../images/arr-slide.png) no-repeat center / contain;
    outline: none;
    transition: 0.3s;
}

body .slider .swiper-button div:hover {
    opacity: 0.6;
}

body .slider .swiper-button div.swiper-button-next {
    transform: scale(-1, 1);
    right: 0;
}

body .slider .swiper-button div.swiper-button-prev {
    left: 0;
}

body .header .container {
    max-width: 1760px;
}

body .header .h-top {
    background-color: #000000;
    padding: 20px 0 18px 0;
}

body .header .h-top p,
body .header .h-top div,
body .header .h-top a {
    color: #fff;
}

body .header .h-top .h-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

body .header .h-top .h-block .icon {
    margin: 0 14px 0 0;
    font-size: 11px;
}

body .header .h-top .h-block .icon.circ {
    border: 2px solid #fff;
    width: 26px;
    height: 26px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

body .header .h-top .h-block .icon.ic-2 i {
    transform: scale(-1, 1);
}

body .header .h-top .h-block .icon.ic-3 {
    font-size: 25px;
}

body .header .h-top .h-block .links div {
    margin: 0 5px;
}

body .header .h-top .h-block .phones a {
    text-decoration: none;
}

body .header .h-top .h-block .phones a:hover {
    color: #42c3bb;
}

body .header .h-top .h-block .phones a span {
    font-weight: 700;
}

body .header .h-bottom {
    padding: 22px 0 0 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    transition: 0.3s;
}

body .header .h-bottom.active {
    position: fixed;
    padding: 10px 0;
    background: #fff;
}

body .header .h-bottom.active .logo {
    width: 90px;
}

body .header .h-bottom .logo {
    width: 130px;
    transition: 0.3s;
}

body .header .h-bottom .menu {
    padding: 15px 0 0 0;
}

body .header .h-bottom .menu .navbar {
    padding: 0;
    margin: 0;
}

body .header .h-bottom .menu .navbar .navbar-toggler {
    border-radius: 0;
    border-color: #000000;
}

body .header .h-bottom .menu .navbar .navbar-nav {
    justify-content: center;
    width: 100%;
}

body .header .h-bottom .menu .navbar .navbar-nav li:not(:last-of-type) {
    margin-right: 30px;
}

body .header .h-bottom .menu .navbar .navbar-nav li a {
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    padding: 0;
    text-transform: uppercase;
}

body .header .h-bottom .menu .navbar .navbar-nav li a:after {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: calc(100% - 8px);
    margin: auto;
    border: none;
    width: 11px;
    height: 7px;
    background: url(../images/arr.png) no-repeat center;
}

body .header .h-bottom .menu .navbar .navbar-nav li a:hover {
    color: #42c3bb;
}

body .header .h-bottom .menu .navbar .navbar-nav li .dropdown-menu {
    padding: 10px;
    border-radius: 0;
    margin: 0;
}

body .header .h-bottom .menu .navbar .navbar-nav li .dropdown-menu div a {
    background: none;
}

body .header .h-bottom .menu .navbar .navbar-nav > li.open > a {
    color: #42c3bb;
}

body .header .h-bottom .menu .navbar .navbar-nav > li > a {
    padding-bottom: 15px;
}

body .header .h-bottom .cart {
    color: #000;
    position: relative;
    display: inline-block;
}

body .header .h-bottom .cart .icon {
    font-size: 20px;
}

body .header .h-bottom .cart .quantity {
    width: 19px;
    height: 19px;
    background: #d3001d;
    border-radius: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    position: absolute;
    right: -9px;
    top: -6px;
}

body .main {
    background-color: #f1f1f1;
    padding: 220px 0 30px 0;
    margin-top: -110px;
}

body .main .slider {
    max-width: 1800px;
    margin: auto;
}

body .main .slider .c-left {
    padding: 0 30px 0 0;
}

body .main .slider .c-right {
    max-width: 720px;
    padding: 30px 0 0 0;
}

body .main .slider .c-right .title {
    font-size: 44px;
    line-height: 50px;
}

body .main .slider .c-right .text {
    color: #5e5e5e;
    margin: 65px 0 50px 0;
}

body .main .slider .c-right .cr-bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

body .main .slider .c-right .cr-bottom .price {
    color: #42c3bb;
    margin: 0 50px 0 0;
}

body .main .slider .c-right .cr-bottom .order a {
    width: 179px;
}

body .types {
    padding: 70px 0 0 0;
}

body .types .container {
    max-width: 1380px;
}

body .types .t-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

body .types .t-row .t-col:not(:last-of-type) {
    margin-right: 21px;
}

body .types .t-row .t-col.t-min {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

body .types .t-row .t-col.t-min .t-block {
    font-size: 23px;
    line-height: 27px;
    font-weight: 700;
}

body .types .t-row .t-col.t-min .t-block:hover .shd {
    opacity: 1;
    visibility: visible;
}

body .types .t-row .t-col.t-min .t-block:not(:last-of-type) {
    margin-bottom: 20px;
}

body .types .t-row .t-col.t-min .t-block .t-text {
    top: 25px;
    left: 25px;
}

body .types .t-row .t-col.t-min .t-block .t-text .name {
    color: #ffffff;
}

body .types .t-row .t-col.t-min .t-block .t-text .price {
    color: #42c3bb;
    margin: 35px 0 35px 0;
}

body .types .t-row .t-col.t-big .t-block .t-text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 415px;
    right: 25px;
}

body .types .t-row .t-col.t-big .t-block .t-text .name {
    color: #2b2b2b;
    font-size: 45px;
    line-height: 50px;
}

body .types .t-row .t-col.t-big .t-block .t-text .text {
    color: #737373;
    margin: 46px 0 70px 0;
}

body .types .t-row .t-col.t-big .t-block .t-text .link a {
    color: #2b2b2b;
}

body .types .t-row .t-col .t-block {
    position: relative;
}

body .types .t-row .t-col .t-block .shd {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.69);
    opacity: 0;
    visibility: hidden;
    transition: 0.8s;
}

body .types .t-row .t-col .t-block .t-text {
    position: absolute;
    padding: 15px;
    top: 0;
    height: 100%;
    z-index: 3;
}

body .types .t-row .t-col .t-block .link {
    text-align: center;
    display: inline-block;
    opacity: 0;
    transition: 0.3s;
    transform: translateX(-20px);
    z-index: 2;
    position: relative;
}

body .types .t-row .t-col .t-block .link a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1;
    text-shadow: 1px 0px 1px #000;
}

body .types .t-row .t-col .t-block .link a:hover {
    color: #42c3bb !important;
}

body .types .t-row .t-col .t-block .link a span {
    line-height: 0;
}

body .types .t-row .t-col .t-block .link span {
    display: inline-block;
    margin: 0 20px 0 0;
    transition: 0.3s;
    font-size: 12px;
}

body .types .t-row .t-col .t-block:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    bottom: 0;
    left: 50%;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    right: 51%;
    top: 0;
}

body .types .t-row .t-col .t-block:after {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    bottom: 50%;
    content: "";
    left: 0;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
}

body .types .t-row .t-col .t-block:hover .link {
    opacity: 1;
    transform: none;
}

body .types .t-row .t-col .t-block:hover .link span {
    margin: 0 10px 0 0;
}

body .types .t-row .t-col .t-block:hover:before {
    left: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    right: 0;
    transition: all 900ms ease-in-out 0s;
    -webkit-transition: all 900ms ease-in-out 0s;
    -moz-transition: all 900ms ease-in-out 0s;
    -o-transition: all 900ms ease-in-out 0s;
    -ms-transition: all 900ms ease-in-out 0s;
}

body .types .t-row .t-col .t-block:hover:after {
    bottom: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    top: 0;
    transition: all 900ms ease-in-out 0s;
    -webkit-transition: all 900ms ease-in-out 0s;
    -moz-transition: all 900ms ease-in-out 0s;
    -o-transition: all 900ms ease-in-out 0s;
    -ms-transition: all 900ms ease-in-out 0s;
}

@media (min-width: 768px) and (max-width: 1919px) {
    body .types .t-row .t-col:not(:last-of-type) {
        margin-right: 1.094vw;
    }

    body .types .t-row .t-col.t-min .t-block {
        font-size: 1.198vw;
        line-height: 1.406vw;
        font-weight: 700;
    }

    body .types .t-row .t-col.t-min .t-block:not(:last-of-type) {
        margin-bottom: 1.042vw;
    }

    body .types .t-row .t-col.t-min .t-block .t-text {
        top: 1.302vw;
        left: 1.302vw;
    }

    body .types .t-row .t-col.t-min .t-block .t-text .price {
        color: #42c3bb;
        margin: 1.823vw 0 1.823vw 0;
    }

    body .types .t-row .t-col.t-big .t-block .t-text {
        right: 3.906vw;
        max-width: 21.615vw;
    }

    body .types .t-row .t-col.t-big .t-block .t-text .name {
        color: #2b2b2b;
        font-size: 2.344vw;
        line-height: 2.5vw;
    }

    body .types .t-row .t-col.t-big .t-block .t-text .text {
        color: #737373;
        margin: 2.396vw 0 3.646vw 0;
    }

    body .types .t-row .t-col.t-big .t-block .t-text .text p {
        font-size: 0.938vw;
        line-height: 1.094vw;
    }

    body .types .t-row .t-col .t-block .link a {
        font-size: 15px;
    }

    body .types .t-row .t-col .t-block .link span {
        display: inline-block;
        margin: 0 20px 0 0;
        transition: 0.3s;
        font-size: 12px;
    }
}

body .products .slider {
    max-width: 1790px;
    margin: 90px auto 0;
}

body .products .slider .swiper-products {
    padding: 25px;
}

body .tops {
    padding: 110px 0 0 0;
}

body .actions {
    padding: 110px 0 0 0;
}

body .about {
    padding: 170px 0 0 0;
}

body .about .container {
    max-width: 1920px;
}

body .about .a-right {
    position: relative;
    padding: 75px 0 0 0;
}

body .about .a-right .pic {
    position: absolute;
    right: 0;
    top: 0;
}

body .about .a-right .company {
    color: #0170c9;
    font-size: 25px;
    line-height: 1;
    position: relative;
    z-index: 2;
}

body .about .a-right .title {
    margin: 18px 0 60px 0;
}

body .about .a-right .text {
    max-width: 590px;
    text-align: justify;
}

body .about .a-right .text p {
    color: #4e4e4e;
}

body .about .a-right .text p:not(:last-of-type) {
    margin-bottom: 18px;
}

body .about .a-right .more {
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    margin-top: 100px;
}

body .about .a-right .more a {
    color: #2b2b2b;
}

body .about .a-right .more a:hover .icon {
    margin: 0 0 0 14px;
}

body .about .a-right .more .icon {
    font-size: 14px;
    margin: 0 0 0 28px;
    transition: 0.3s;
}

body .backform {
    padding: 95px 0 130px 0;
    text-align: center;
}

body .backform .for-title .tit {
    font-size: 40px;
    line-height: 45px;
    margin: 0 0 25px 0;
    color: #2b2b2b;
}

body .backform .for-title p {
    color: #5c5c5c;
    font-size: 20px;
    line-height: 23px;
}

body .backform .forma {
    margin: 80px 0 0 0;
}

body .backform .forma input {
    width: 286px;
    height: 56px;
    line-height: 56px;
    padding: 0 17px;
    margin: 0 13px 0 0;
    border: 1px solid #b8b8b8;
}

body .backform .forma button {
    width: 158px;
}

body .footer {
    padding: 40px 0;
    background: #000000;
    overflow: hidden;
}

body .footer div,
body .footer p,
body .footer a {
    color: #fff;
}

body .footer .f-left .fl-middle {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 60px 0 80px 0;
}

body .footer .f-left .fl-middle .phones a {
    font-weight: 700;
    text-decoration: none;
    font-size: 24px;
    line-height: 1;
    display: block;
}

body .footer .f-left .fl-middle .phones a:not(:last-of-type) {
    margin-bottom: 20px;
}

body .footer .f-left .fl-middle .phones a:hover {
    color: #42c3bb;
}

body .footer .f-left .fl-middle .contacts {
    margin: 0 0 0 85px;
}

body .footer .f-left .fl-middle .contacts .c-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

body .footer .f-left .fl-middle .contacts .c-row:not(:last-of-type) {
    margin-bottom: 15px;
}

body .footer .f-left .fl-middle .contacts .c-row .icon {
    width: 20px;
    text-align: center;
    margin: 0 30px 0 0;
}

body .footer .f-left .fl-middle .contacts .c-row.c-1 a {
    text-decoration: underline;
}

body .footer .f-left .fl-middle .contacts .c-row.c-1 a:hover {
    text-decoration: none;
}

body .footer .f-left .fl-bottom p {
    color: #8e8e8e;
    font-size: 14px;
}

body .footer .f-left .fl-bottom p.develop img {
    margin: -5px 0 0 0;
}

body .footer .f-right {
    height: 100%;
}

body .footer .f-right .map {
    height: 100%;
    width: 100%;
}

body .footer .f-right .map iframe {
    height: 100% !important;
    width: 100% !important;
}

@media (min-width: 1200px) and (max-width: 1600px) {
    body .header .h-bottom .logo {
        width: 90px;
    }

    body .header .h-bottom .menu .navbar .navbar-nav li:not(:last-of-type) {
        margin-right: 10px;
    }

    body .header .h-bottom .menu .navbar .navbar-nav li a {
        font-size: 13px;
    }

    body .main {
        padding: 220px 0 30px 0;
        margin-top: -83px;
    }

    body .main .slider .c-left {
        max-width: 400px;
    }

    body .products .slider .swiper-products {
        padding: 20px;
    }

    body .product {
        padding: 15px;
    }
    body .product .p-bottom {
        margin: 43px -5px 0 -5px;
    }
    body .product .p-bottom .quantity input {
        width: 35px;
        height: 35px;
    }

    body .product .p-bottom .quantity div {
        cursor: pointer;
        width: 35px;
        height: 35px;

    }

    body .product .p-bottom .to-cart .icon {
        font-size: 18px;
        margin: 0 7px 0 0;
    }

    body .product .p-bottom .to-cart {
        padding: 10px 10px 10px 7px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    body .title {
        font-size: 30px;
        line-height: 35px;
    }

    body p {
        font-size: 16px;
        line-height: 19px;
    }

    body p.big {
        font-size: 16px;
        line-height: 19px;
    }

    body .header .h-bottom {
        padding: 0;
        position: relative;
        z-index: 100;
    }

    body .header .h-bottom .navbar-brand img {
        width: 70px;
    }

    body .header .h-bottom .menu {
        text-align: center;
    }

    body .header .h-bottom .menu .navbar-nav {
        padding: 15px 0;
    }

    body .header .h-bottom .cart-top {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        top: 40px;
        margin: auto;
        width: 60px;
    }

    body .header .h-top .h-block {
        margin: 5px 0;
    }

    body .header .h-top .row {
        justify-content: center;
    }

    body .header .h-top .row p {
        font-size: 14px;
    }

    body .header .h-bottom .menu .navbar .navbar-nav li:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 10px;
    }

    body .main {
        padding: 170px 0 30px 0;
        margin-top: -75px;
    }

    body .main .slider .c-right .title {
        font-size: 34px;
        line-height: 32px;
    }

    body .main .slider .c-right .text {
        margin: 25px 0 20px 0;
    }

    body .main .slider .c-right .cr-bottom .order a {
        width: 139px;
    }

    body .main .slider .c-right .cr-bottom .price {
        margin: 0 19px 0 0;
        font-size: 26px;
    }

    body .tops {
        padding: 50px 0 0 0;
    }

    body .products .slider {
        margin: 30px auto 0;
    }

    body .slider {
        padding: 0 30px;
    }

    body .products .slider .swiper-products {
        padding: 0;
    }

    body .actions {
        padding: 50px 0 0 0;
    }

    body .about {
        padding: 70px 0 0 0;
    }

    body .about .a-right .more {
        margin-top: 40px;
    }

    body .backform .forma {
        margin: 40px 0 0 0;
    }

    body .backform {
        padding: 55px 0 60px 0;
    }

    body .backform .forma input {
        width: 230px;
    }

    body .footer .f-left .fl-middle {
        margin: 40px 0 0px 0;
        flex-wrap: wrap;
    }

    body .footer .f-left .fl-middle .contacts {
        margin: 40px 0;
    }
}



@media (min-width: 991px) and (max-width: 1199px) {
    body .footer .f-left .fl-middle .contacts {
        margin: 0 0 0 25px;
    }

    body .footer .f-left .fl-middle {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body .container {
        max-width: 750px;
    }
}

@media (max-width: 767px) {
    body .title {
        font-size: 25px;
        line-height: 30px;
    }
    .blockFilter h3.title{
        margin:0px auto;
    }
    body p {
        font-size: 16px;
        line-height: 19px;
    }

    body p.big {
        font-size: 16px;
        line-height: 19px;
    }

    body .header .h-bottom {
        padding: 0;
        position: relative;
        z-index: 100;
    }

    body .header .h-bottom .navbar-brand img {
        width: 70px;
    }

    body .header .h-bottom .menu {
        text-align: center;
    }

    body .header .h-bottom .menu .navbar-nav {
        padding: 15px 0;
    }

    body .header .h-bottom .cart-top {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        top: 40px;
        margin: auto;
        width: 60px;
    }

    body .header .h-top .h-block {
        margin: 5px 0;
    }

    body .header .h-top .row {
        justify-content: center;
    }

    body .header .h-top .row p {
        font-size: 14px;
    }

    body .header .h-top .h-block .phones a {
        display: block;
    }

    body .header .h-bottom .menu .navbar .navbar-nav li:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 10px;
    }

    body .main {
        margin: -70px 0 0 0;
        padding: 100px 0 30px 0;
    }

    body .main .slider .c-right .title {
        font-size: 16px;
        line-height: 20px;
    }

    body .slider {
        padding: 0 30px;
    }

    body .slider .swiper-button div {
        width: 22px;
        height: 22px;
    }

    body .main .slider .c-right .text {
        margin: 25px 0 20px 0;
    }

    body .main .slider .c-right .text p {
        font-size: 14px;
        line-height: 17px;
    }

    body .main .slider .c-right {
        padding: 0;
    }

    body .main .slider .c-right .cr-bottom .order a {
        width: 149px;
    }

    body .main .slider .c-left {
        padding: 0;
    }

    body .main .slider .c-left .pic {
        max-width: 300px;
        margin: auto;
    }

    body .types {
        padding: 30px 0 0 0;
    }

    body .types .t-row .t-col.t-big .t-block .t-text .name {
        font-size: 25px;
        line-height: 30px;
        color: #fff;
    }

    body .types .t-row .t-col.t-big .t-block .t-text .text {
        margin: 16px 0 10px 0;
        color: #fff;
    }

    body .types .t-row .t-col.t-big .t-block .t-text .text p {
        font-size: 14px;
    }

    body .types .t-row .t-col.t-big .t-block .t-text .link a {
        color: #fff;
    }

    body .types .t-row .t-col .t-block .link {
        opacity: 1;
        visibility: visible;
    }

    body .types .t-row .t-col .t-block .shd {
        opacity: 1;
        visibility: visible;
    }

    body .types .t-row {
        flex-wrap: wrap;
        max-width: 330px;
        margin: auto;
    }

    body .types .t-row > div {
        flex-basis: 100%;
    }

    body .types .t-row .t-col .t-block {
        margin-bottom: 15px;
    }

    body .types .t-row .t-col:not(:last-of-type) {
        margin-right: 0;
    }

    body .tops {
        padding: 30px 0 0 0;
    }

    body .products .slider {
        margin: 20px auto 0;
    }

    body .products .slider {
        margin: 30px auto 0;
    }

    body .products .slider .swiper-products {
        padding: 0;
    }

    body .product {
        padding: 15px;
    }

    body .product .text {
        margin: 20px 0 25px 0;
    }

    body .product .pic {
        height: 180px;
    }

    body .product .pic img {
        max-height: 100%;
    }

    body .product .p-bottom .quantity input {
        width: 30px;
        height: 30px;
    }

    body .product .p-bottom .quantity div {
        width: 30px;
        height: 30px;
    }

    body .product .p-bottom .to-cart .icon {
        font-size: 18px;
        margin: 0 7px 0 0;
    }

    body .about {
        padding: 50px 0 0 0;
    }

    body .about .a-right .title {
        margin: 8px 0 20px 0;
    }

    body .about .a-right .pic {
        display: none;
    }

    body .about .a-right {
        padding: 25px 0 0 0;
    }

    body .about .a-right .more {
        margin-top: 30px;
    }

    body .backform {
        padding: 35px 0 40px 0;
    }

    body .backform .for-title p {
        font-size: 16px;
        line-height: 21px;
    }

    body .backform .for-title .tit {
        font-size: 25px;
        line-height: 33px;
        margin: 0 0 15px 0;
    }

    body .backform .forma {
        margin: 30px 0 0 0;
    }

    body .backform .forma input {
        margin: 10px;
    }

    body .footer {
        padding: 30px 0 0 0;
    }

    body .footer .f-left .fl-middle {
        margin: 40px 0 0px 0;
        flex-wrap: wrap;
    }

    body .footer .f-left .fl-middle .contacts {
        margin: 40px 0;
    }

    body .footer .f-right {
        padding: 15px 0 0 0;
    }

    body .footer .f-right .map {
        height: 250px;
    }
}
