@media screen and (min-width:320px) and (max-width:420px)) {
.cont-width {
width:270px;
margin-bottom:15px;
}
}
@media screen and (min-width:320px) and (max-width:420px) {
div.push-row {
    flex-direction: column;
}

div.push-img1 {
    width: 100%;
    height: 150px;
    background-position: top;
}

div.push-img2 {
    width: 100%;
    height: 150px;
    background-position: top;
}

div.push-text {
    width: 100%;
    text-align: center;
}
}

@media screen and (min-width:320px) and (max-width:420px) {
div.forcecont {
    display: none;
}
h1 {
    font-size: 45px;
}
.fs-row-catalog {
  display: flex;
  margin: 25px 25px;
  flex-direction: column;
  justify-content: space-between;}

.catalog-item {
border: 2px solid #999;
-webkit-border-top-left-radius: 34px;
-webkit-border-bottom-right-radius: 34px;
-moz-border-radius-topleft: 34px;
-moz-border-radius-bottomright: 34px;
border-top-left-radius: 34px;
border-bottom-right-radius: 34px;
margin-top: 20px;}

}

@media screen and (min-width:320px) and (max-width:420px) {
.contact-row {
    margin-top: 5px;
    margin-right: 0%;
    margin-left: 0%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}
.contact-logo h1, h3 {
    text-align: center;
}
}


@media screen and (min-width:320px) and (max-width:1024px) {
div.forcecont {
    display: none;
}
h1 {
    font-size: 45px;
}
.fs-row-catalog {
  display: flex;
  margin: 25px 25px;
  flex-direction: column;
  justify-content: space-between;}

.catalog-item {
border: 2px solid #999;
-webkit-border-top-left-radius: 34px;
-webkit-border-bottom-right-radius: 34px;
-moz-border-radius-topleft: 34px;
-moz-border-radius-bottomright: 34px;
border-top-left-radius: 34px;
border-bottom-right-radius: 34px;
width:270px;
margin-top: 20px;}

.catalog-item h3 {
font-size: 22px;
}

.fs-first {
height:auto;
}

.hero-header {
    text-align: center;
}

.logo {
    flex-direction: column;
    align-items: center;
}

.hero-contacts {
    flex-direction: column;
}

h1 {
    font-size: 32px;
}
div.partners {
    display: none;
}

div.wrapper {
    display: flex;
    flex-direction: column;
}

.contact-logo h3 {
    text-align: center;
    font-size: 22px;
}
}