@font-face {
  font-family: 'EFN Pastele';
  src: url('../fonts/EFNPastele/EFNPastele.eot');
  src: url('../fonts/EFNPastele/EFNPastele.eot?#iefix') format('embedded-opentype'), url('../fonts/EFNPastele/EFNPastele.woff2') format('woff2'), url('../fonts/EFNPastele/EFNPastele.woff') format('woff'), url('../fonts/EFNPastele/EFNPastele.ttf') format('truetype'), url('../fonts/EFNPastele/EFNPastele.svg#EFNPastele') format('svg');
  font-weight: 400;
  font-style: normal;
}
@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: #3f58a5 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: #3f58a5 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: #5fb62a;
    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:#5fb62a;

     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 #5fb62a; /* ???????? ???????????? ????????. ??? ????? ?????? ??????, ?????? ?????? ? ?????????? */
    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: #5fb62a;
    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;
}
@media (max-width: 1199px) {
  body {
    padding-top: 45px;
  }
}
img {
  max-width: 100%;
}
.wrapper {
  position: relative;
  overflow: hidden;
}
.container {
  max-width: 1200px;
  position: relative;
  z-index: 2;
}
p.big {
  font-size: 18px;
}
@media (max-width: 767px) {
  p.big {
    font-size: 16px;
  }
}
.min-title {
  font-size: 30px;
}
@media (max-width: 767px) {
  .min-title {
    font-size: 21px;
  }
}
.title {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .title {
    font-size: 26px;
  }
}
p,
.min-title,
.title {
  margin: 0;
  position: relative;
}
.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;
}
.order a,
.order button {
  border-radius: 50px;
  padding: 15px 30px;
  cursor: pointer;
  border: none;
  min-height: 56px;
  color: #fff;
  background-color: #5fb62a;
}
.order a:hover,
.order button:hover {
  background-color: #3c7b16;
}
@media (max-width: 767px) {
  .order a,
  .order button {
    padding: 10px 20px;
    font-size: 16px;
  }
}
a,
button {
  transition: all 0.2s ease-in-out;
}
a:active,
a:focus,
button:active,
button:focus {
  outline: none !important;
}
.form ::-webkit-input-placeholder {
  color: #999;
}
.form ::-moz-placeholder {
  color: #999;
}
.form :-moz-placeholder {
  color: #999;
}
.form :-ms-input-placeholder {
  color: #999;
}
.form label.error {
  display: none !important;
}
.form input,
.form select,
.form textarea {
  border-radius: 2px;
  border: 1px solid transparent;
  color: #fff;
  width: 100%;
  outline: none;
  font-size: 18px;
  background-color: #ededed;
}
.form input:focus,
.form select:focus,
.form textarea:focus {
  border-color: #3d3d3d;
}
.form input.error,
.form select.error,
.form textarea.error {
  border-color: #E76767;
  box-shadow: 0 0 4px #CC0000;
}
.form input {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
}
.form select {
  height: 60px;
}
.form textarea {
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .form input,
  .form textarea,
  .form select {
    font-size: 16px;
  }
}
.manage {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  background: #fff;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  z-index: 1000;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.79);
}
.manage .logo img {
  width: 40px;
}
.manage .humb {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 18px;
  height: 15px;
  flex-direction: column;
  justify-content: space-between;
}
.manage .humb div {
  height: 1px;
  background: #5fb62a;
  width: 100%;
}
.manage .humb div:nth-last-of-type(2) {
  width: 90%;
}
.left-menu {
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  height: 100%;
  width: 290px;
  background: #fff;
  z-index: 10003;
  transition: 0.3s;
  padding: 30px;
  overflow-y: scroll;
}
.left-menu.active {
  transform: none;
}
.left-menu .close-menu {
  position: absolute;
  top: 11px;
  right: 11px;
  font-size: 30px;
  line-height: 10px;
  height: 10px;
  color: #000;
  cursor: pointer;
  transition: 0.3s;
}
.left-menu .close-menu:hover {
  color: #d41584;
}
.left-menu .logo {
  margin: 0 0 40px 0;
}
.left-menu .logo img {
  width: 60px;
}
.left-menu .links div:not(:last-of-type) {
  margin-bottom: 10px;
}
.left-menu .links div a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0;
  line-height: 1;
}
.left-menu .links div a:hover,
.left-menu .links div a.active {
  color: #d41584;
}
.left-menu .links .dropdown > a {
  box-shadow: none;
}
.left-menu .links .dropdown .dropdown-menu {
  transform: none !important;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  float: none;
  padding: 15px;
}
.left-menu .links .dropdown .dropdown-menu div:not(:last-of-type) {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .left-menu .links {
    font-size: 16px;
  }
}
.product {
  box-shadow: 0 1px 9px rgba(0,0,0,0.06);
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  max-width: 350px;
  width: 100%;
  padding: 50px 20px 45px 20px;
  transition: 0.3s;
  text-align: center;
  margin: auto;
}
.product:hover {
  box-shadow: 0 1px 9px rgba(0,0,0,0.34);
}
.product .pic {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 275px;
  text-decoration: none;
}
.product .pic img {
  max-height: 100%;
}
.product .name {
  display: block;
  margin: 55px 0 35px 0;
  color: #000;
}
.product .order a,
.product .order button {
  min-height: 50px;
  border-radius: 0;
}
@media (max-width: 767px) {
  .product {
    padding: 30px 15px 35px 15px;
  }
  .product .pic {
    height: 230px;
  }
  .product .name {
    margin: 25px 0 20px 0;
  }
}
.a-block {
  max-width: 385px;
  width: 100%;
  background-color: #ffffff;
  transition: 0.3s;
}
.a-block:hover {
  box-shadow: 0 1px 7px 1px rgba(0,0,0,0.19);
  transform: translateY(-10px);
}
.a-block .pic {
  display: block;
  max-height: 255px;
  overflow: hidden;
  text-align: center;
}
.a-block .name {
  text-decoration: underline;
  font-weight: 700;
  margin: 0 0 22px 0;
  color: #000;
  display: block;
}
.a-block .name:hover {
  text-decoration: none;
}
.a-block .a-body {
  padding: 32px 20px 40px 20px;
}
.b-block {
  max-width: 270px;
  margin: auto;
  background: #fff;
  transition: 0.3s;
}
.b-block:hover {
  transform: translateY(-10px);
}
.b-block .pic {
  text-decoration: none;
  max-height: 185px;
  overflow: hidden;
}
.b-block .name a {
  color: #000;
}
.b-block .b-body {
  padding: 15px 25px 25px 25px;
}
.b-block .b-body .a-bottom {
  margin: 40px 0 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b-block .b-body .a-bottom > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.b-block .b-body .a-bottom .icon {
  margin: 0 10px 0 0;
}
.b-block .b-body .a-bottom p {
  color: #b7b5b3;
}
.slider {
  padding: 0 75px;
  position: relative;
}
.slider .swiper-button div {
  width: 40px;
  height: 63px;
  font-size: 30px;
  color: #fff;
  background-color: #5fb62a;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  outline: none;
  box-shadow: none;
}
.slider .swiper-button div:hover {
  background-color: #459117;
}
.slider .swiper-button div:after {
  font-size: 30px;
}
.slider .swiper-button .swiper-button-next {
  right: 0;
}
.slider .swiper-button .swiper-button-prev {
  left: 0;
}
@media (max-width: 767px) {
  .slider {
    padding: 0 25px;
  }
  .slider .swiper-button div {
    width: 25px;
    height: 40px;
  }
  .slider .swiper-button div:after {
    font-size: 20px;
  }
}
.header {
  background: #fff;
  position: relative;
  z-index: 100;
}
.header .h-top {
  padding: 7px 0 10px 0;
}
.header .h-top .h-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.header .h-top .h-block .icon {
  width: 19px;
  text-align: center;
  margin: 0 9px 0 0;
}
.header .h-top .h-block a {
  color: #000;
}
.header .h-top .h-1 .h-block {
  align-items: center;
}
.header .h-top .h-1 .h-block:not(:last-of-type) {
  margin-bottom: 12px;
}
.header .h-top .numbers a {
  display: block;
  text-decoration: none;
}
.header .h-top .numbers a:not(:last-of-type) {
  margin-bottom: 3px;
}
.header .h-top .numbers a:hover {
  color: #5fb62a;
}
.header .h-bottom {
  background-color: #5fb62a;
  padding: 20px 0 15px 0;
  position: relative;
  z-index: 1000;
}
.header .h-bottom.active {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
}
.header .h-bottom .menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.header .h-bottom .menu > div:not(:last-of-type) {
  margin-right: 15px;
}
.header .h-bottom .menu > div > a {
  text-transform: uppercase;
  color: #fff;
  box-shadow: none;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  padding: 0;
  line-height: 1;
}
.header .h-bottom .menu > div > a:hover,
.header .h-bottom .menu > div > a.active {
  border-color: #fff;
}
.header .h-bottom .menu > div .dropdown-menu {
  margin: 0;
  border-radius: 0;
}
@media (max-width: 767px) {
  .header {
    font-size: 14px;
  }
  .header .h-top .h-block .icon {
    width: 10px;
    margin: 0 5px 0 0;
  }
}
.main {
  position: relative;
  min-height: 750px;
  padding: 45px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
.main div,
.main p {
  color: #fff;
}
.main:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.71);
  z-index: 2;
}
.main video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}
.main .title {
  font-family: "EFN Pastele";
  font-size: 51px;
}
.main .min-title {
  margin: 25px 0 80px 0;
}
.main .order a {
  min-height: 65px;
  width: 290px;
  font-size: 20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main {
    min-height: 500px;
  }
  .main .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .main {
    min-height: 0;
  }
  .main .title {
    font-size: 26px;
  }
  .main .min-title {
    margin: 20px 0 40px 0;
  }
  .main .order a {
    min-height: 55px;
    font-size: 16px;
  }
}
.products {
  padding: 80px 0 110px 0;
}
.products .title {
  margin: 0 0 65px 0;
  text-align: center;
}
.products .cnt {
  max-width: 1630px;
}
.products .swiper-container {
  padding: 15px 10px;
}
.products .banner {
  margin: 110px 0 0 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .products {
    padding: 50px 0 70px 0;
  }
  .products .banner {
    margin: 60px 0 0 0;
  }
}
@media (max-width: 767px) {
  .products {
    padding: 30px 0 40px 0;
  }
  .products .title {
    margin: 0 0 30px 0;
  }
  .products .banner {
    margin: 35px 0 0 0;
  }
}
.banner .b-inner {
  border: 1px solid #d7d7d7;
  padding: 14px;
}
.banner .b-inner .b-right .min-title {
  margin: 0 0 20px 0;
  font-family: "EFN Pastele";
}
.banner .b-inner .b-right a {
  text-decoration: underline;
  color: #e43c27;
}
.banner .b-inner .b-right a:hover {
  text-decoration: none;
}
@media (max-width: 575px) {
  .banner {
    text-align: center;
  }
  .banner .pic {
    margin: 0 0 25px 0;
  }
}
.best {
  padding: 100px 0 60px 0;
  background: url(../images/best-bg.jpg) no-repeat center top / cover;
  background-attachment: fixed;
}
.best .title {
  text-align: center;
  color: #fff;
}
.best .b-block {
  margin: 75px auto 0;
}
.best .order {
  text-align: center;
  margin: 55px 0 0 0;
}
@media (max-width: 767px) {
  .best {
    padding: 40px 0 40px 0;
  }
  .best .b-block {
    margin: 35px auto 0;
  }
}
.all {
  padding: 95px 0 50px 0;
  background: url(../images/all-bg.jpg) no-repeat center center / cover;
}
.all .a-block {
  margin: 60px auto 0;
}
.all .banner {
  margin: 75px 0 0 0;
}
.all .banner .b-inner {
  background-color: #e6e7e2;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .all {
    padding: 60px 0 50px 0;
  }
}
@media (max-width: 767px) {
  .all {
    padding: 35px 0 40px 0;
  }
  .all .a-block {
    margin: 30px auto 0;
  }
  .all .banner {
    margin: 40px 0 0 0;
  }
}
.footer {
  padding: 60px 0 30px 0;
  background-color: #5fb62a;
}
.footer div,
.footer p,
.footer a {
  color: #fff;
}
.footer .f-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.footer .f-block:not(:last-of-type) {
  margin-bottom: 13px;
}
.footer .f-block .icon {
  margin: 0 10px 0 0;
}
.footer .f-1 .f-block {
  margin: 15px 0 0 0;
}
.footer .f-1 .f-block a {
  text-decoration: underline;
}
.footer .f-1 .f-block a:hover {
  text-decoration: none;
}
.footer .f-3 .phones {
  margin: 0 0 0 60px;
}
.footer .f-3 .phones a {
  display: block;
}
.footer .f-3 .phones a:not(:last-of-type) {
  margin-bottom: 3px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer .f-3 .phones {
    margin: 0 0 0 10px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 35px 0 30px 0;
  }
  .footer .f-block {
    justify-content: center;
  }
  .footer .links {
    text-align: center;
  }
  .footer .f-3 .phones {
    margin: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .footer .f-3 {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 575px) {
  .footer .logo {
    margin: 0 0 30px 0;
  }
  .footer .ff-1 {
    margin: 20px 0 30px 0;
  }
}
