* {
  padding: 0;
  margin: 0;
}
html {
  overflow-x: hidden;
}
body {
  font-family: "MuseoSansCyrl";
  box-sizing: border-box;
  font-weight: normal;
  font-size: 14px;
}
img {
  max-width: 100%;
}
a,
a:hover {
  text-decoration: none;
}

button:focus,
input:focus,
a:focus {
  outline: none;
}
.top-area {
  position: fixed;
  left: 0;
  top: 45px;
  width: 300px;
  z-index: 999;
  height: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.top-area.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.top-area__wrap {
  height: calc(100% - 52px);
  overflow-y: scroll;
}
.top-area__header {
  padding-top: 50px;
  padding-bottom: 15px;
  background: #fff;
}

.top-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.top-nav .top-nav__link {
  font-size: 13px;
  color: #333333;
  text-decoration: none;
  position: relative;
  padding: 8px 0px;
  transition: all 0.5s ease;
}

.ancor-panel__cont.fixed {
  position: fixed;
  top: 0;
}
.menu-button {
  position: relative;
  z-index: 100;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.menu-button__burger {
  position: absolute;
  top: 50%;
  left: 43%;
  width: 20px;
  height: 2px;
  margin: 0px 0 0 -20%;
  -webkit-transition: -webkit-transform 0.2s ease 0s;
  transition: -webkit-transform 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}
.menu-button__burger-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.2s linear 0.2s;
  transition: -webkit-transform 0.2s linear 0.2s;
  -o-transition: transform 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
  background: #000;
}
.menu-button__burger:after,
.menu-button__burger:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #000;
}
.menu-button__burger:before {
  top: -6px;
  -webkit-transition: top 0.2s linear 0.4s;
  -o-transition: top 0.2s linear 0.4s;
  transition: top 0.2s linear 0.4s;
}
.menu-button__burger:after {
  bottom: -6px;
  -webkit-transition: bottom 0.2s linear 0.4s;
  -o-transition: bottom 0.2s linear 0.4s;
  transition: bottom 0.2s linear 0.4s;
}
.menu-button.active .menu-button__burger {
  -webkit-transition: -webkit-transform 0.2s linear 0.4s;
  transition: -webkit-transform 0.2s linear 0.4s;
  -o-transition: transform 0.2s linear 0.4s;
  transition: transform 0.2s linear 0.4s;
  transition: transform 0.2s linear 0.4s, -webkit-transform 0.2s linear 0.4s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-button.active .menu-button__burger:before {
  top: 0;
  -webkit-transition: top 0.2s linear;
  -o-transition: top 0.2s linear;
  transition: top 0.2s linear;
}
.menu-button.active .menu-button__burger-line {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.menu-button.active .menu-button__burger:after {
  bottom: 0;
  -webkit-transition: bottom 0.2s linear;
  -o-transition: bottom 0.2s linear;
  transition: bottom 0.2s linear;
}


.site-header {
  /* position: fixed;
  left: 0;
  top: 0; */
  width: 100%;
  z-index: 999;
  padding-top: 4px;
  padding-bottom: 4px;
}
.header__menu{
  list-style-type: none;
  margin-bottom: 0;
  height: 100%;
}
.header__menu li{
  margin: 0 10px;
}
.header__menu li a{
  font-weight: 600;
font-size: 14px;
color: #000;
}
.header__menu li a > img.width-18px{
  width: 18px;
}
.header__tel{
color: #333333;
margin-right: 10px;
margin-left: 15px;
}
.top__categories{
  list-style-type: none;
  margin-bottom: 100px;
  margin-top: 35px;
  position: relative;
}

.top__categories li .dropdown-nav,
.top__categories li .dropdown-toggle{
  color: #030303;
  font-size: 14px;
  font-weight: 600;
  background: transparent;
border-radius: 27px;
display: flex;
align-items: center;
justify-content: center;
padding: 0 30px;
height: 42px;
transition: .3s;
}
@media (min-width:1200px){
.top__categories li .dropdown-nav,
.top__categories li .dropdown-toggle{
  font-size: 16px;
}
}

.top__categories .dropdown-nav:hover,
.top__categories .dropdown-toggle:hover{
  background: #328062;
  color: #fff;
}
.top__categories .dropdown-menu{
  border: none;
  /* background: transparent; */
  background: #fff;
  flex-wrap: wrap;
  -ms-box-shadow: 0 0 0 1px rgba(0, 26, 52, 0.03), 0 4px 16px 0 rgba(0, 26, 52, 0.1);
  -o-box-shadow: 0 0 0 1px rgba(0, 26, 52, 0.03), 0 4px 16px 0 rgba(0, 26, 52, 0.1);
  box-shadow: 0 0 0 1px rgba(0, 26, 52, 0.03), 0 4px 16px 0 rgba(0, 26, 52, 0.1);
  
}

.top__categories .dropdown-item{
  color: #000;
  font-size: 16px;
color: #328062;
padding: .25rem 1rem;
left: 0;
width: auto;
border: 1px solid transparent;
transition: .3s;
border-radius: 50px;
}
.top__categories .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #328062;
}
.top__categories .dropdown-menu.show {
  transform: unset !important;
  top: 100% !important;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  z-index:1;
}

.top__categories li .dropdown-nav::after,
.top__categories li .dropdown-toggle::after {
content: none;
border:none;
}
.dropdown-item.active, .dropdown-item:active {
  color: #000;
  background-color: transparent;
}
/* TOP */
.top{
overflow: hidden;
position: relative;
}
.top:before{
  background-image: url(/images/top.png);
  position: absolute;
  width: 1784px;
  height: 1743px;
  content: "";
  right: -45%;
  bottom: -105px;
  background-size: contain;
  z-index:-1;
}

@media (min-width:768px){
  .top:before{
    bottom:auto;
    top:-480px;
    content:'';
  }
}

.top__title{
  font-size: 36px;
  font-weight: 900;
  color: #000;
}
.sub-title{
  font-size: 16px;
  color: #333333;
  font-weight: normal;
}
.green-text{
  color: #328062;
  position: relative;
}
.green-text::before{
  position: absolute;
  background-image: url(/images/arrow.png);
  width: 38px;
  height: 42px;
  content: "";
  right: 25px;
  bottom: -50px;
  background-size: contain;
}
.btn-transparent{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  font-weight: 700;
font-size: 16px;
color: #328062;
background: #FFFFFF;
border: 2px solid #328062;
box-sizing: border-box;
border-radius: 27px;
width: 228px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
transition: .3s;
}
.btn-transparent:hover{
  opacity: .8;
  color: #328062;
}

.srv__border{
  border: 1px solid #EEEEEE;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: none;
  overflow: hidden;
}
.services{
  margin-top: 100px;
}
.services .col-lg-3 .services__item{
  border-right: 1px solid #EEEEEE;
}
.services .col-lg-3 .services__item{
  border-bottom: 1px solid #EEEEEE;
}
.services .col-lg-3:last-child .services__item{
  border-right: none;
}

.services__wrapper .col-lg-3:first-of-type .services__item{
  border-left: 1px solid #EEEEEE;
  border-bottom-left-radius: 10px;
}
.services__item{
  background: #fff;
  font-size: 12px;
  padding: 30px 22px;
  height: 100%;
  display: block;
  color:#000;
}
.services__item:hover{
  color:#000;
}
.services__green{
  background: #328062;
border-radius: 0px 0px 10px 0px;
border: none !important;
}
.title-md{
  font-weight: 700;
font-size: 16px;
margin-top: 13px;
margin-bottom: 11px;
color: #000;
}
.icon-q{
font-size: 64px;
color: #459777;
line-height: 14px;
}
.btn__link{
  font-weight: 700;
font-size: 12px;
color: #328062;
background: #EEEEEE;
border-radius: 50px;
width: 130px;
height: 24px;
display: flex;
align-items: center;
justify-content: center;
transition: .3s;
}
.btn__link:hover{
  color: #328062;
  opacity: .8;
}
.btn-white{
  background: #F9F9F9;
border-radius: 50px;
width: 160px;
height: 30px;
}
/* END TOP */

/* advantages */
.advantages{
  padding-top: 77px;
  padding-bottom: 65px;
}
.adv__item{
  font-size: 12px;
  color: #777;
  display: flex;
}
.adv__icon{
  width: 55px;
}
.adv__content{
  width: calc(100% - 55px);
}
/* end advantages */

/* ORDER */
.order{
  padding-top: 60px;
  padding-bottom: 35px;
  background: #F9F9F9;
}

body.--services .order{
  margin-top:-90px;
  padding-top: 115px;
}
@media (min-width:768px){
  body.--services .order{
    margin-top: -62px;
  }
}
.section-title{
  font-weight: 900;
font-size: 30px;
}
.section-sub span{
  background: #F9F9F9;
border: 1px solid #328062;
border-radius: 50px;
padding: 2px 4px;
color: #328062;
display: inline-block;
}
.title-sm{
  font-size: 15px;
  margin-bottom: 25px;
  font-weight: normal;
}
.radio {
  position: relative;
  width: 100%;
  cursor: pointer;
  margin-bottom: 20px;
}
.radio input[type="radio"] {
  display: none;
}
.radio span {
  color: #000;
  font-size: 16px;
  padding-left: 33px;
  position: relative;
  display: block;
  height: 22px;
}
.radio.radio-circle span{
  font-size: 15px;
color: #999999;
height: 24px;
}
.radio.radio-circle span:before{
  width: 24px;
height: 24px;
background: #FFFFFF;
border: 1px solid #C1C1C1;
border-radius: 6px;
}
.radio span:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  left: 0;
  top: 0;
  border-radius: 3px;
  border: 1px solid transparent;
  background: #EEEEEE;
  transition: all 0.3s;
  border-radius: 50%;
}
.radio.radio-circle span::after{
  background-image: url(/images/check.png);
  width: 11px;
  height: 8px;
  background-size: contain;
}
.radio span:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: 7px;
  top: 7px;
  border-radius: 50%;
  background: #EEEEEE;
  opacity: 0;
  transition: all 0.3s;
}
.radio input[type="radio"]:checked + span:before {
  border: 1px solid #328062;
  background: #fff;
}
.radio-circle input[type="radio"]:checked + span:before{
  background-color: #328062;
}
.radio input[type="radio"]:checked + span:after {
  background-color: #328062;
  opacity: 1;
}
.radio.radio-circle input[type="radio"]:checked + span:after {
  opacity: 1;
}
.radio.radio-circle input[type="radio"]:checked + span{
  color: #000;
}
.form-group input,
.form-group textarea{
  background: #FFFFFF;
border: 1px solid #C1C1C1;
border-radius: 6px;
font-size: 16px;
}

.comp__content{
  color: #999999;
  width: calc(100% - 32px);
  padding-left: 25px;
  font-weight: 300;
}

.drop-dwn .dropdown-menu.show{
  transform: unset !important;
  top: 100% !important;
}
.dropdown-toggle.btn-light{
  background: #FFFFFF;
border: 1px solid #C1C1C1;
box-sizing: border-box;
border-radius: 6px;
padding: 0.7rem .75rem;
}
.dropdown-item.active, .dropdown-item:active {
  color: #000;
}
.drop-dwn .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border: none;
  position: absolute;
  background-image: url(/images/down.png);
  width: 16px;
  height: 10px;
  right: 15px;
  background-size: contain;
}
.drop-dwn .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(180deg);
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
  outline: none !important;
  outline-offset: -2px;
}
.form-group input,
.form-group textarea{
  background: #FFFFFF;
border: 1px solid #C1C1C1;
box-sizing: border-box;
border-radius: 6px;
padding: 0.7rem .75rem;
color: #000;
font-size: 15px;
width: 100%;
}
.form-group input::placeholder,
.form-group textarea::placeholder{
  color: #999999;
}
.btn-order{
  padding: 0.7rem .75rem;
  display: flex;
  justify-content: center;
  color: #fff;
  font-weight: 600;
font-size: 18px;
background: #328062;
border-radius: 6px;
transition: .3s;
border:0;
}
.btn-order:hover{
  color: #fff;
  opacity: .8;
}
.text-sm{
  font-size: 10px;
  color: #999999;
  display: block;
  line-height: 12px;
  margin-top: 12px;
}
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  counter-reset: step;
  margin-top: 40px;
}
#progressbar li {
  list-style-type: none;
  width: 25%;
  position: relative;
  padding-bottom: 25px;
  font-size: 16px;
color: #999999;
}
#progressbar li span{
  background: #F9F9F9;
  position: relative;
  z-index: 1;
  padding-right: 20px;
  padding-left: 20px;
}
#progressbar li:first-child span{
  padding-left: 0;
}
#progressbar li:last-child{
  width: 50%;
}
#progressbar li:last-child::after{
  content: none;
}
#progressbar li:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #C1C1C1;
  position: absolute;
  left: 0;
  top: 12px;
}
 #progressbar li.active:after {
  background: #328062;
}
#progressbar li.active{
  font-weight: bold;
color: #328062;

}
.comp__icon{
  width: 32px;
}
.comp__content .comp__num{
  font-weight: 900;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 15px;
  display: block;
}
/* END ORDER */

/* proffessional */
.profesional{
  padding-top: 73px;
  padding-bottom: 60px;
}
.prof__card{
  background: #FFFFFF;
border: 1px solid #EEEEEE;
box-sizing: border-box;
border-radius: 6px;
font-weight: normal;
font-size: 15px;
overflow: hidden;
height: 100%;
}
.prof__content{
  padding: 23px 15px;
}
.prof__img{
  background: #E9E9E9;
  text-align: center;
  padding-top: 13px;
  min-height: 166px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.prof__card h3{
  font-weight: 700;
font-size: 18px;
}
/* end prof */

/* faq */
.faq__wrapper{
  width: 80%;
  margin: 0 auto;
}
.faq__wrapper .card-header{
  background: #F9F9F9;

border: none;
}
.faq__wrapper .card-header .btn-link{
  font-weight: normal;
    color: #000;
    text-decoration: none;
    font-size: 18px;
}
.faq__wrapper .card-header .btn-link[aria-expanded="true"] svg{
transform: rotate(180deg);
}
.btn:focus {
  box-shadow: none;
}
.faq__wrapper .card{
  border-radius: 6px;
  overflow: hidden;
  border: none;
  margin-bottom: 10px;
}
.faq__wrapper .collapse.show .card-body:before{
  position: absolute;
  left: 12px;
  top: 12px;
  content: "";
  height: 85%;
  width: 2px;
  background: transparent;
}
.faq__wrapper .collapse.show .card-body:before{
  background: #328062;
}
.faq__wrapper .card-body{
  background: #F9F9F9;
  padding-left: 70px;
  padding-top: 14px;
}
.faq__btns{
  margin-top: 40px;
  font-weight: normal;
font-size: 15px;
color: #777777;
}
.btn-green{
  font-size: 16px;
  color: #fff;
  width: 200px;
height: 42px;
display: flex;
align-items: center;
justify-content: center;
background: #328062;
border-radius: 50px;
transition: 3s;
}
.btn-green:hover{
  opacity: .8;
  color: #fff;
}
.btn-contact{
  background: #FFFFFF;
width: 42px;
height: 42px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
transition: 3s;
}

.btn-contact.wa{
  border: 1px solid #13C725;
}
.btn-contact.tg{
  border: 1px solid #0788FF;
}
.line{
  width: 70px;
  border-top: 1px solid #C1C1C1;
}
/* end faq */

/* CALLBACK */
.callback{
  background-image: url(/images/bg.png);
  background-repeat: no-repeat;
  background-size: 1110px 259px;
  padding: 70px 0;
  font-size: 16px;
color: #555555; 
margin-top: 60px;
border-radius: 15px;
position: relative;
bottom: -15px;
background-position: center;
}
.callback__wrapper{
  width: 80%;
  margin: 0 auto;
}
/* END CALLBACK */

/* FOOTER */
.footer{
  background: #2F2F2F;
  color: #999999;
padding-top: 95px;
padding-bottom: 38px;
}
.footer__title{
color: #fff;
font-weight: normal;
font-size: 16px;
margin-bottom: 15px;
}
.footer__menu li{
  list-style-type: none;
  margin-bottom: 15px;
  font-size: 16px;
}
.footer__menu li a{
  color: #999;
  transition: .3s;
}
.footer__menu li a>img{
  display: none;
}
.footer__menu li a:hover{
  color: #fff;
}
.red{
  font-size: 10px;
  color: #fff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #FD2D2D;
border-radius: 8.5px;
display: flex;
align-items: center;
justify-content: center;
height: 17px;
width: 104px;
}
.call-tel{
  font-weight: 600;
font-size: 24px;
color: #FFFFFF;
transition: .3s;
}
.call-tel:hover{
  color: #fff;
  opacity: .8;
}
.border-top2{
  border-top: 1px solid #555555;
  padding: 45px 0;
}
.site-bottom{
  background: #2F2F2F;
  color: #999999;
}
.site-bottom a{
  color: #999;
  transition: .3s;
}
.site-bottom a:hover{
  color: #fff;
}
.modal-content{
  background: #FFFFFF;
border-radius: 15px;
padding-top: 50px;
padding-bottom: 15px;
padding-right: 75px;
padding-left: 75px;
}
.modal-content .btn-order {
width: 80%;
margin: 0 auto;
}
.close{
  position: absolute;
  right: 45px;
  top: 20px;
}
.modal .text-center p{
  font-size: 12px;
  color: #777777;
}


/* END FOOTER */
@media (min-width: 1440px) {
  .top:before {
    right: -35%;
  }
}
@media (min-width: 1600px) {
  .top:before {
    right: -25%;
  }
  }
@media (min-width: 1800px) {
.top:before {
  right: -15%;
}
}
@media (min-width: 992px) {
.top__categories .dropdown:hover .dropdown-menu {
  display: flex;
  margin-top: 0;
  width: 100%;
}
.top__categories .dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.top__categories .dropdown {
  position: static;
}
}
@media (max-width: 1199px) {
.line {
  width: 40px;
}
.top {
  background-position: 0;
}
.top:before {
  right: -650px;
}
}
@media (max-width: 991px) {
  .top__categories li{
    margin-bottom: 10px;
  }
  .top__categories li a{
    padding: 0 10px;
    color: #030303;
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
  }
  .top{
    padding-top: 100px;
  }
  .top:before {
    width: 1580px;
    height: 1420px;
    /* bottom: 29%; */
}
  .site-header {
    background: #fff;
    border-bottom: 1px solid #eeeeee;
    position: fixed;
    left: 0;
    top: 0;
}
  .top-area {
    background-color: #fff;
}
.top__categories {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
}
.top-area__cont{
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.top-area__wrap{
  padding: 0 15px;
}
.top__categories li .dropdown-nav,
.top__categories li .dropdown-toggle {
  justify-content: flex-start;
  padding: 0 10px;
  width: fit-content;
}
.social-box{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #eee;
}
.srv__border .col-lg-3:nth-child(2n) .services__item {
  border-right: none;
}
}

@media (max-width: 767px) {
  .services{
    margin-top: 0;  
  }
  .btn-transparent{
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
.faq__wrapper {
  width: 100%;
}
.callback{
  background-size: cover;
  background-position: left;
}
.top{
  padding-bottom: 0px;
}
.top::before{
  content: none;
}
.top-bg{
  bottom: -45px;
}
.top-bg:before{
background-image: url(/images/elipse.png);
background-size: cover;
position: absolute;
content: "";
bottom: 0;
width: 160%;
height: 160%;
z-index: -1;
left: -140px;
}
.green-text::before {
  right: -5px;
  bottom: -40px;
}
#progressbar li, #progressbar li:last-child {
  width: 35%;
}
#progressbar li:last-child {
  width: 30%;
}
}
@media (max-width: 576px) {
.srv__border, .services__wrapper{
  margin: 0;
}
.srv__border .col-lg-3 .services__item {
  border-right: none;
}
.services__wrapper .col-lg-3:nth-child(2n) .services__item {
    border-left: 1px solid #EEEEEE;
}
.services__wrapper .col-lg-3:first-of-type .services__item {
  border-bottom-left-radius: 0px;
}
}
@media (max-width: 475px) {
.top__title {
  font-size: 25px;
}
.social-box{
  width: 30px;
  height: 30px;
}
.section-title {
  font-size: 22px;
}
.modal-content{
padding-right: 15px;
padding-left: 15px;
}
}
@media (max-width: 375px) {
.green-text::before {
  content: none;
}
}



.article-subcategories{
  margin: 0;
  padding: 0;
}

.article-subcategories .row .col .card{
  padding: 13px 15px 20px 15px;
  border-radius: 0;
  margin: 0;
  border:1px solid #EEEEEE;
  border-top:1px solid transparent;
}
.article-subcategories .row .col:first-child .card{
  border-top:1px solid #EEEEEE;
}
@media(min-width:576px){
  .article-subcategories .row .col{
    margin: 0 -1px;
  }

  .article-subcategories .row .col:nth-child(-n+2) .card{
      border-top:1px solid #EEEEEE;
  }
}
@media (min-width:768px){
  .article-subcategories .row .col:nth-child(-n+3) .card{
      border-top:1px solid #EEEEEE;
  }
}

@media (min-width:992px){
  .article-subcategories .row .col:nth-child(-n+4) .card{
      border-top:1px solid #EEEEEE;
  }
}

@media (min-width:1200px){
  .article-subcategories .row .col:nth-child(-n+6) .card{
      border-top:1px solid #EEEEEE;
  }
}



.article-subcategories .row .col .card .card-body{
  padding: 0;
  margin: 0;
}
.article-subcategories .row .col .card .card-body .title-md{
  margin-top: 17px;
}
.article-subcategories .row .col .card .card-footer{
  padding: 0;
  margin: 30px 0 0 0;
  background: none;
  border:0;
  text-align: center;
}
.article-subcategories .row .col .card .card-footer>a{
  margin: 0 auto;
}
.article-subcategories .row .col .card > img{
  max-width: 80px;
  margin: 0 auto;
  min-width: 80px;
  max-height: 80px;
  min-height: 80px;
  border-radius: 100%;
}
@media (min-width: 768px){
  .article-subcategories{
    margin-top: 100px;
  }
}