body {
  background-color: #f7f7f7;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 54px;
  margin-bottom: 28px;
  font-family: Roboto, sans-serif;
  font-size: 45px;
  line-height: 52px;
  font-weight: 300;
  letter-spacing: -1px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .28);
}

h2 {
  margin-top: 58px;
  margin-bottom: 16px;
  font-size: 36px;
  line-height: 47px;
  font-weight: 300;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .32);
}

h3 {
  margin-top: 31px;
  margin-bottom: 17px;
  font-size: 25px;
  line-height: 31px;
  font-weight: 300;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .39);
}

h4 {
  margin-top: 10px;
  margin-bottom: 4px;
  color: #333;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  text-shadow: 1px 0 0 rgba(0, 0, 0, .53);
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 15px;
  margin-bottom: 20px;
  color: #292929;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0px;
}

.button {
  display: inline-block;
  margin-top: 7px;
  padding: 7px 31px;
  border-radius: 5px;
  background-color: #22a358;
  box-shadow: inset 0 2px 1px 0 hsla(0, 0%, 100%, .72), inset 0 -2px 1px 0 rgba(0, 0, 0, .34);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #2d93c2;
}

.button:active {
  background-color: #178746;
  box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, .34);
}

.button.big {
  display: block;
  width: 50%;
  margin-top: 2%;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 1% 14px;
  border-radius: 7px;
  background-color: #0a416e;
  background-image: -webkit-linear-gradient(270deg, #266ba3, #0a416e);
  background-image: linear-gradient(180deg, #266ba3, #0a416e);
  box-shadow: inset 0 3px 1px 0 hsla(0, 0%, 100%, .5), inset 0 2px 1px 0 #00192e;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  text-transform: none;
  text-shadow: 0 -2px 0 #000;
}

.button.big:hover {
  background-image: -webkit-linear-gradient(270deg, #1ba856, #0d803d);
  background-image: linear-gradient(180deg, #1ba856, #0d803d);
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.button.big.small {
  width: 29%;
  margin-left: 0px;
  padding: 14px 20px;
  font-size: 18px;
}

.button.big.small.back {
  width: 39%;
  margin-top: 4%;
  margin-bottom: 62px;
  margin-left: auto;
  float: left;
  background-image: -webkit-linear-gradient(270deg, #bababa, #878787);
  background-image: linear-gradient(180deg, #bababa, #878787);
}

.button.big.s {
  width: 231px;
  margin-top: 0px;
  padding: 5px 9px;
  background-image: -webkit-linear-gradient(270deg, #22a358, #187840);
  background-image: linear-gradient(180deg, #22a358, #187840);
  box-shadow: inset 0 1px 1px 0 hsla(0, 0%, 100%, .5), 0 2px 1px 0 #044720;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  font-size: 14px;
  font-weight: 400;
  text-shadow: 0 -1px 0 #000;
}

.button.big.s:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.button.zvonok2 {
  padding: 15px 43px;
  background-color: #09b04e;
  background-image: -webkit-linear-gradient(270deg, #00b54b, #00943e);
  background-image: linear-gradient(180deg, #00b54b, #00943e);
  box-shadow: inset 0 3px 0 0 hsla(0, 0%, 100%, .28), inset 0 -3px 0 0 rgba(0, 0, 0, .43);
  font-size: 19px;
  font-weight: 300;
}

.button.zvonok2.full {
  display: block;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  overflow: hidden;
  border-right: 0px solid #00569c;
  border-left: 0px solid #008cff;
  background-color: #0a416e;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .56);
}

.nav-link {
  width: 33.3%;
  padding-top: 18px;
  float: left;
  color: #fff;
  font-size: 17px;
  line-height: 21px;
  font-weight: 300;
  text-align: left;
}

.nav-link:hover {
  color: #6bbcff;
  text-decoration: none;
}

.nav-link:active {
  box-shadow: none;
}

.nav-link.w--current {
  border-radius: 4px;
  color: #7dc4ff;
}

.brand {
  width: 53px;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: 20px;
  float: left;
  text-align: center;
}

.brand:hover {
  background-image: -webkit-radial-gradient(circle closest-side at 50% 50%, hsla(0, 0%, 100%, .22), hsla(0, 0%, 100%, 0));
  background-image: radial-gradient(circle closest-side at 50% 50%, hsla(0, 0%, 100%, .22), hsla(0, 0%, 100%, 0));
}

.brand.w--current {
  margin-left: 20px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.brand.w--current:hover {
  background-image: none;
  -webkit-transform: translate(0px, 7px);
  -ms-transform: translate(0px, 7px);
  transform: translate(0px, 7px);
}

.link-nav-info {
  float: right;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.link-nav-info:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #87c9ff;
}

.link-nav-info.tel {
  display: block;
  margin-top: 16px;
  margin-right: 16px;
  float: right;
  font-size: 26px;
  line-height: 32px;
  font-weight: 300;
}

.nav-menu {
  position: absolute;
  right: 0px;
  display: block;
  margin-top: 4px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 17px;
  border-radius: 4px;
  background-color: #1c588a;
  background-image: -webkit-linear-gradient(270deg, #0a416e, hsla(0, 0%, 100%, .07));
  background-image: linear-gradient(180deg, #0a416e, hsla(0, 0%, 100%, .07));
  box-shadow: 1px 1px 2px 0 #000;
}

.section-contacts {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 400px;
  margin-left: 0%;
}

.map {
  height: 400px;
}

.container-map {
  position: absolute;
  left: 0px;
  top: 2%;
  right: 0px;
  z-index: 10;
}

.h-adress {
  margin-top: 1%;
  margin-bottom: 0px;
  padding-right: 125px;
  padding-left: 125px;
  color: #fff;
  font-size: 31px;
  line-height: 37px;
  font-weight: 300;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .8);
}

.map-gradient {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  height: 38%;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .74), hsla(0, 0%, 100%, 0));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .74), hsla(0, 0%, 100%, 0));
}

.section-3 {
  margin-left: 0%;
  padding-top: 1%;
  padding-bottom: 6%;
  background-color: #006dc7;
  background-image: url('../images/cat2.jpg');
  background-position: 100% 100%;
  background-size: 204px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-transition: background-color 1500ms ease;
  transition: background-color 1500ms ease;
}

.section-3._100 {
  height: 100vh;
  margin-left: 0%;
  padding-top: 0%;
  background-color: #6d996e;
  background-image: none;
}

.text-field {
  display: block;
  height: 52px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1%;
  padding-bottom: 1%;
  border-radius: 4px;
  font-size: 21px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
}

.text-field.area {
  height: 135px;
  border-radius: 4px;
}

.menu-button {
  margin-top: 6px;
  margin-right: 17px;
  margin-bottom: 0px;
  padding: 14px 17px;
  float: right;
  border-radius: 6px;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .08), hsla(0, 0%, 100%, .14));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .08), hsla(0, 0%, 100%, .14));
  box-shadow: inset 0 2px 1px 0 hsla(0, 0%, 100%, .5), 0 2px 1px 0 #000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
}

.menu-button:hover {
  background-color: #0d5691;
}

.menu-button.w--open {
  background-color: #093559;
  background-image: -webkit-linear-gradient(90deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .17));
  background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .17));
  box-shadow: inset 0 3px 1px 0 rgba(0, 0, 0, .49);
  color: #dedede;
}

.form {
  display: block;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-l {
  margin-left: 15.4%;
  padding-top: 3%;
  padding-bottom: 3%;
}

.section-l.sec-banner {
  margin-left: 0%;
  padding-top: 0%;
  padding-bottom: 0%;
  background-image: -webkit-linear-gradient(270deg, #006dc7, #0a416e);
  background-image: linear-gradient(180deg, #006dc7, #0a416e);
}

.banner {
  width: 25%;
  height: 258px;
  padding: 3%;
  float: left;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  text-align: center;
  text-decoration: none;
}

.banner:hover {
  box-shadow: inset 0 0 38px 7px rgba(0, 0, 0, .37);
}

.banner.orto {
  background-image: -webkit-linear-gradient(315deg, rgba(4, 247, 0, .49), rgba(255, 187, 0, .87)), url('../images/banner.jpg');
  background-image: linear-gradient(135deg, rgba(4, 247, 0, .49), rgba(255, 187, 0, .87)), url('../images/banner.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  text-decoration: none;
}

.banner.ofta {
  background-color: #0a416e;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/veterinarnaya-oftalmologiya-s.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/veterinarnaya-oftalmologiya-s.png');
  background-position: 0px 0px, 50% -23px;
}

.banner.vet {
  background-color: #000;
  background-image: -webkit-linear-gradient(315deg, rgba(38, 216, 240, .9), rgba(20, 76, 181, .72)), url('../images/logo_banner.png');
  background-image: linear-gradient(135deg, rgba(38, 216, 240, .9), rgba(20, 76, 181, .72)), url('../images/logo_banner.png');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, 307px;
  background-repeat: repeat, no-repeat;
}

.banner.endo {
  background-image: -webkit-linear-gradient(315deg, rgba(255, 145, 0, .29), rgba(255, 153, 0, .81)), url('../images/ortodontology.jpg');
  background-image: linear-gradient(135deg, rgba(255, 145, 0, .29), rgba(255, 153, 0, .81)), url('../images/ortodontology.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
}

.banner.implant {
  background-image: -webkit-linear-gradient(315deg, rgba(135, 54, 227, .66), rgba(5, 9, 69, .1)), url('../images/1.png');
  background-image: linear-gradient(135deg, rgba(135, 54, 227, .66), rgba(5, 9, 69, .1)), url('../images/1.png');
  background-size: auto, cover;
}

.banner.onko {
  background-image: -webkit-linear-gradient(315deg, rgba(255, 102, 0, .73), rgba(74, 110, 189, .53)), url('../images/vetonko2.jpg');
  background-image: linear-gradient(135deg, rgba(255, 102, 0, .73), rgba(74, 110, 189, .53)), url('../images/vetonko2.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
}

.banner.orthoped {
  background-image: -webkit-linear-gradient(315deg, rgba(0, 0, 0, .45), rgba(61, 255, 142, .34)), url('../images/illi.jpg');
  background-image: linear-gradient(135deg, rgba(0, 0, 0, .45), rgba(61, 255, 142, .34)), url('../images/illi.jpg');
}

.banner.dermotolog {
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .46), rgba(0, 0, 0, .21)), url('../images/chesh-s.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .46), rgba(0, 0, 0, .21)), url('../images/chesh-s.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.banner-title {
  margin-top: 30px;
  margin-bottom: 12px;
  color: #fff;
  font-size: 20px;
  line-height: 29px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 0 2px rgba(0, 0, 0, .85);
}

.banner-small-txt {
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  text-transform: lowercase;
  text-shadow: 0 0 4px rgba(0, 0, 0, .75);
}

.text-w {
  color: #fff;
  font-size: 21px;
  line-height: 23px;
  font-weight: 300;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.brand-link {
  display: block;
  margin-top: 14px;
  margin-left: 9px;
  float: left;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

.brand-link.w--current {
  margin-top: 14px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-size: 14px;
}

.brand-link.w--current:hover {
  color: #5cb6ff;
}

.navbar2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #0a416e;
}

.container {
  max-width: 100%;
}

.call {
  position: fixed;
  left: 20px;
  top: 67px;
  z-index: 999;
  padding: 4px 4px 5px;
  border-radius: 9px;
  background-image: -webkit-linear-gradient(270deg, rgba(10, 65, 110, .33), rgba(10, 65, 110, .11));
  background-image: linear-gradient(180deg, rgba(10, 65, 110, .33), rgba(10, 65, 110, .11));
}

.s-icons {
  display: none;
  padding-top: 57px;
  padding-bottom: 91px;
  background-color: #5f9d7e;
  background-image: -webkit-linear-gradient(315deg, hsla(0, 0%, 100%, 0), rgba(13, 163, 108, .36));
  background-image: linear-gradient(135deg, hsla(0, 0%, 100%, 0), rgba(13, 163, 108, .36));
}

.h1-icons {
  margin-bottom: 32px;
  color: #fff;
  font-size: 48px;
  line-height: 54px;
  font-weight: 100;
  text-align: center;
  letter-spacing: -1px;
  text-shadow: 0 1px 0 hsla(0, 0%, 100%, .25);
}

.icon-link {
  display: block;
  margin-top: 18px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-decoration: none;
}

.txt-icon {
  display: block;
  margin-top: 7px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  font-weight: 100;
  text-align: center;
}

.icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 120px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.icon:hover {
  box-shadow: inset 0 0 58px 0 rgba(0, 0, 0, .32);
}

.big {
  font-size: 23px;
  line-height: 30px;
  font-weight: 300;
}

.s-callme {
  padding-top: 80px;
  background-image: -webkit-radial-gradient(circle closest-corner at 46% 69%, #eb8d13, #e07800);
  background-image: radial-gradient(circle closest-corner at 46% 69%, #eb8d13, #e07800);
}

.callback {
  width: 250px;
  margin-right: 88px;
  float: left;
}

.zvonok {
  display: inline-block;
  width: 600px;
  margin-top: 24px;
  float: left;
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  font-weight: 100;
  text-align: left;
  text-shadow: 0 -1px 0 hsla(0, 0%, 100%, .28);
}

.s-pismo {
  height: 100vh;
  padding-top: 101px;
  padding-bottom: 85px;
}

.sps {
  margin-top: 111px;
  margin-bottom: 29px;
  color: #fff;
  font-size: 33px;
  line-height: 47px;
  font-weight: 300;
  letter-spacing: 0px;
}

.h-icon {
  display: block;
  width: 170px;
  height: 170px;
  margin-right: auto;
  margin-bottom: 12px;
  margin-left: auto;
  border-radius: 144px;
  background-color: hsla(0, 0%, 100%, .92);
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, .61), inset 0 0 8px 4px rgba(0, 0, 0, .24);
}

.h-icon:hover {
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, .61), inset 0 0 5px 4px #1fc263;
}

.h-txt-icon {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -1px;
  text-shadow: 0 -1px 0 #000;
}

.s-preim {
  padding-top: 78px;
  padding-bottom: 90px;
  background-color: #2fa862;
  box-shadow: inset 0 3px 5px 0 hsla(0, 0%, 100%, .49), inset 0 -7px 8px 0 rgba(0, 0, 0, .11);
}

.s-klinika {
  margin-top: 60px;
  padding-top: 28px;
  padding-bottom: 78px;
  background-image: url('../images/subtle_white_mini_waves.png');
}

.img-clin {
  margin-bottom: 11px;
  margin-left: 11px;
  float: right;
  border-radius: 9px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .61);
}

.listb {
  margin-top: 13px;
  margin-bottom: 14px;
  font-size: 17px;
  line-height: 29px;
}

.h1-border {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 13px 27px 15px;
  border-radius: 7px;
  background-color: #daf2e4;
}

.h1-q {
  display: block;
  margin: 0px auto;
  padding: 0px;
  font-size: 41px;
  line-height: 53px;
  text-align: center;
}

.form-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 7px;
  background-color: #daf2e4;
}

.img-cntr {
  display: block;
  margin: 24px auto;
}

.img-cntr.shadow {
  margin-top: 5px;
  box-shadow: 1px 1px 3px 0 #000;
}

.list-big {
  font-size: 17px;
  line-height: 24px;
}

.link-b {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

.s-hero {
  padding-top: 64px;
  background-color: #0a416e;
}

.base-50 {
  width: 50%;
  height: 493px;
  padding-top: 278px;
  float: left;
  background-image: url('../images/dobermanis-s.jpg');
  background-size: cover;
  text-decoration: none;
}

.base-50.all-cat {
  background-image: url('../images/all_cat_50.jpg');
}

.base-50.all-dog {
  background-image: url('../images/all_dog_50.jpg');
}

.l-desc {
  height: 215px;
  padding-top: 23px;
  padding-right: 51px;
  padding-left: 41px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .73) 96%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .73) 96%);
  text-decoration: none;
}

.t-h2 {
  display: block;
  margin-bottom: 4px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 33px;
  line-height: 35px;
  font-weight: 300;
  letter-spacing: -1px;
  text-decoration: none;
  text-shadow: 1px 1px 6px #000;
}

.t-h2:hover {
  -webkit-transform: translate(9px, 0px);
  -ms-transform: translate(9px, 0px);
  transform: translate(9px, 0px);
}

.t-h3 {
  display: inline-block;
  margin-top: 7px;
  margin-right: 5px;
  margin-bottom: 0px;
  padding: 6px 13px 8px;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, .27);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
  text-decoration: none;
}

.t-h3:hover {
  border-color: #1fc263;
  background-color: #178746;
}

.hero-d-s {
  width: 33.3%;
  height: 318px;
  padding-top: 103px;
  float: left;
  background-color: #0098ff;
}

.hero-d-s.zud-klin {
  background-color: #64b5f6;
}

.hero-d-s.zud {
  background-color: #fff;
  background-image: url('../images/chesh-s.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero-d-s.pish-home {
  background-image: url('../images/pish_all-s.jpg');
  background-position: 50% 100%;
  background-size: cover;
  box-shadow: inset 0 0 8px 0 #000;
}

.hero-d-s.nepish {
  background-image: url('../images/nepish-home.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-d-s.medica {
  background-color: #014a7a;
  background-image: url('../images/pills_Artboard 8.svg');
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.hero-d-s.clinic {
  background-color: #0b629c;
  /*
  background-image: url('../images/Логотип_плоский.png');
  */
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero-d-s.demod {
  background-color: #0b629c;
  background-image: url('../images/dog.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero-d-s.grib {
  background-image: url('../images/grib.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-d-s.alo {
  background-color: #014a7a;
}

.s-first {
  margin-top: 63px;
  padding-top: 38px;
  padding-bottom: 128px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(90deg, #aeebc7, #fff 4%);
  background-image: linear-gradient(0deg, #aeebc7, #fff 4%);
}

.s-first.pat {
  margin-top: 28px;
  background-image: url('../images/ecailles_@2X.png');
  background-size: 48px;
}

.s-first.pat._2 {
  margin-top: 0px;
  padding-top: 0px;
}

.img-full {
  border-radius: 12px;
  background-image: url('../images/kavkazskaja_ovcharka_7.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  box-shadow: 1px 1px 3px 0 #000;
}

.s-header {
  height: 206px;
  margin-top: 65px;
  background-image: url('../images/cat-claw.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.s-header.aller-cat {
  background-color: #d6d6d6;
  background-image: url('../images/allerg_new.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.s-header.aller-dog {
  background-image: url('../images/line_all_cat.jpg');
}

.s-header.aller-dog.demod {
  background-color: #81c784;
  background-image: url('../images/line_all_cat.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.s-header.aller-dog.dematofi {
  background-image: url('../images/grib-f.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.s-header.zud-klin {
  background-color: #1d70a8;
  background-image: url('../images/line_klin.jpg');
}

.s-header.zud {
  background-color: #fff;
  background-image: -webkit-linear-gradient(180deg, #e8a13c, hsla(0, 0%, 100%, 0) 83%), url('../images/chesh-s.jpg');
  background-image: linear-gradient(270deg, #e8a13c, hsla(0, 0%, 100%, 0) 83%), url('../images/chesh-s.jpg');
  background-position: 0% 0%, 0px 100%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
  box-shadow: inset 0 -2px 6px 0 rgba(0, 0, 0, .44);
}

.s-header.pishev {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .11), rgba(0, 0, 0, .24)), url('../images/pish_line.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .11), rgba(0, 0, 0, .24)), url('../images/pish_line.jpg');
  background-position: 0% 0%, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: inset 0 -1px 6px 0 rgba(0, 0, 0, .56);
}

.s-header.nepish {
  background-image: url('../images/line_all_cat_1.jpg');
  box-shadow: inset 0 -2px 6px 0 rgba(0, 0, 0, .61);
}

.vert-div {
  width: 3px;
  height: 39px;
  margin-top: 12px;
  margin-right: 2px;
  margin-left: 8px;
  float: left;
  background-color: #0a75a3;
}

.brand-link2 {
  display: block;
  margin-top: 14px;
  margin-left: 8px;
  float: left;
  color: #75d6ff;
  line-height: 17px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

.brand-link2.w--current {
  display: block;
  margin-top: 14px;
  margin-left: 8px;
  float: left;
  color: #75d6ff;
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.s-vrachi {
  padding-top: 18px;
  padding-bottom: 76px;
  background-image: -webkit-linear-gradient(270deg, rgba(9, 85, 148, .8), rgba(10, 65, 110, .7)), url('../images/bg-dt-low-16.jpg');
  background-image: linear-gradient(180deg, rgba(9, 85, 148, .8), rgba(10, 65, 110, .7)), url('../images/bg-dt-low-16.jpg');
  background-position: 0px 0px, 50% 50%;
  background-attachment: scroll, fixed;
}

.row-vrachi {
  padding: 21px 43px 33px;
  background-image: -webkit-linear-gradient(rgba(0, 56, 99, .45), #003863);
  background-image: linear-gradient(rgba(0, 56, 99, .45), #003863);
  background-position: left top;
  background-repeat: repeat;
}

.h2-hero {
  color: #fff;
  text-align: left;
}

.p-hero {
  margin-top: 10px;
  margin-bottom: 12px;
  color: #fff;
  font-size: 18px;
  line-height: 31px;
  font-weight: 300;
  text-indent: 0px;
}

.slider-uni {
  height: 504px;
}

.sl-mlap {
  background-image: url('../images/1_1.jpg');
  background-size: cover;
}

.sl-mlap2 {
  background-image: url('../images/2_5.jpg');
  background-size: cover;
}

.s-mlap3 {
  background-image: url('../images/3_4.jpg');
  background-size: cover;
}

.arrow-b {
  color: #2b2b2b;
  text-shadow: 0 2px 1px hsla(0, 0%, 100%, .79);
}

.slider-vr {
  height: 580px;
  padding-left: 78px;
  background-color: #e8dbc8;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .31), inset 0 1px 0 1px hsla(0, 0%, 100%, .61);
}

.slide-vr {
  padding-top: 16px;
  background-image: url('../images/sot_m_l-Recovered.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-vr.abramova {
  background-image: url('../images/abramova.png');
}

.slide-vr.sot-m {
  background-image: url('../images/sot_m_l.png');
}

.slide-vr.baksh {
  background-image: url('../images/bak_a.png');
}

.slide-vr.katcuk {
  background-image: url('../images/katcuk.png');
}

.slide-vr.lomakina {
  background-image: url('../images/lomakina.png');
}

.slide-vr.lavrova {
  background-image: url('../images/lavrova_k.png');
}

.slide-vr.listova {
  background-image: url('../images/list.png');
}

.slide-vr.nabo {
  background-image: url('../images/nabo.png');
}

.slide-vr.firs {
  background-image: url('../images/firs.png');
}

.slide-vr.shilov {
  background-image: url('../images/shilov.png');
}

.h3-vr {
  font-weight: 400;
  text-align: left;
  text-shadow: none;
}

.txt-vr {
  font-size: 17px;
  line-height: 24px;
}

.mask-vr {
  padding-top: 15px;
}

.lb-klin {
  display: block;
  width: 183px;
  margin-right: 14px;
  margin-bottom: 20px;
  margin-left: 18px;
  float: right;
}

.lb-klin.float-r {
  margin-right: 18px;
  margin-bottom: 7px;
  float: left;
}

.img-lb-klin {
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: #c2bcb2;
  box-shadow: 0 4px 1px 1px #525252, inset 0 0 8px 0 #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.img-lb-klin:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.h3-cl {
  clear: both;
}

.row-klin {
  margin-bottom: 81px;
  padding: 7px 21px 26px;
  background-color: #ebe5da;
  box-shadow: 0 1px 3px 0 #002e4d, inset 0 2px 0 0 hsla(0, 0%, 100%, .74);
}

.row-klin.home {
  margin-bottom: 38px;
}

.h3-clear {
  margin-top: 43px;
  clear: both;
}

.img-1 {
  margin-top: 13px;
  margin-right: 34px;
  margin-bottom: 16px;
  float: left;
  border-radius: 4px;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .62);
}

.title-3 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
}

.p-big {
  margin-bottom: 26px;
  padding-bottom: 20px;
  border-bottom: 5px solid rgba(31, 194, 99, .45);
  color: #0f0f0f;
  font-size: 23px;
  line-height: 38px;
  font-weight: 300;
  text-indent: 0px;
  text-shadow: 0 0 0 #121212;
}

.p-big.p-border {
  border-bottom-style: none;
}

.img-shadow {
  display: block;
  margin: 26px auto;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .7);
}

.img-shadow.niz {
  margin-bottom: 18px;
}

.row-padding {
  margin-bottom: 6px;
}

.p-bez-otstupa {
  text-indent: 0px;
}

.txt-menu {
  margin-left: 3px;
  float: left;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  text-transform: uppercase;
}

.icon-menu {
  float: left;
}

.txt-nazv {
  display: block;
  width: 87%;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
}

.lb-link {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #2b2b2b;
  text-decoration: none;
}

.lb-link:hover {
  color: #2fa862;
}

.video {
  margin-bottom: 7px;
}

.video.hero {
  margin-top: 11px;
}

.hero-h1 {
  color: #fff;
}

.h3-hero {
  color: #fff;
  text-align: left;
}

.div-img {
  display: inline-block;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 19px;
  padding: 7px 8px 9px;
  float: left;
  background-color: #e8f5e9;
  box-shadow: 1px 1px 2px 0 #424242;
}

.div-img.full {
  float: none;
}

.img-txt {
  padding-top: 7px;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -1px;
}

.img-in {
  box-shadow: 0 0 0 1px #000;
}

.img-in.micr {
  max-height: 222px;
}

.clr {
  clear: both;
  text-shadow: none;
}

.h1 {
  font-size: 41px;
}

.iconm {
  font-family: Icomoon, sans-serif;
}

.iconm.menu {
  margin-right: 4px;
  padding-top: 2px;
  float: left;
  font-size: 28px;
}

.div-space {
  height: 10px;
}

.fontaw {
  font-family: Icomoon, sans-serif;
  font-size: 27px;
}

.s-klin-home {
  padding-top: 31px;
  padding-bottom: 72px;
  background-image: url('../images/ecailles_@2X.png');
  background-position: 0px 0px;
  background-size: 48px;
}

html.w-mod-js *[data-ix="menu"] {
  opacity: 0;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

html.w-mod-js *[data-ix="fade-in-heading"] {
  opacity: 0;
  -webkit-transform: translate(0px, -35px);
  -ms-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
}

html.w-mod-js *[data-ix="fade-in-heading-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -35px);
  -ms-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
}

html.w-mod-js *[data-ix="fade-in-heading-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -35px);
  -ms-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.79, 0.79);
  -ms-transform: scale(0.79, 0.79);
  transform: scale(0.79, 0.79);
}

html.w-mod-js *[data-ix="scale-on-scroll-2"] {
  opacity: 0;
  -webkit-transform: scale(0.79, 0.79);
  -ms-transform: scale(0.79, 0.79);
  transform: scale(0.79, 0.79);
}

html.w-mod-js *[data-ix="scale-on-scroll-3"] {
  opacity: 0;
  -webkit-transform: scale(0.79, 0.79);
  -ms-transform: scale(0.79, 0.79);
  transform: scale(0.79, 0.79);
}

html.w-mod-js *[data-ix="scale-on-scroll-4"] {
  opacity: 0;
  -webkit-transform: scale(0.79, 0.79);
  -ms-transform: scale(0.79, 0.79);
  transform: scale(0.79, 0.79);
}

html.w-mod-js *[data-ix="display-none"] {
  display: none;
}

html.w-mod-js *[data-ix="scale-on-scroll-5"] {
  opacity: 0;
  -webkit-transform: scale(0.79, 0.79);
  -ms-transform: scale(0.79, 0.79);
  transform: scale(0.79, 0.79);
}

html.w-mod-js *[data-ix="scale-on-scroll-6"] {
  opacity: 0;
  -webkit-transform: scale(0.79, 0.79);
  -ms-transform: scale(0.79, 0.79);
  transform: scale(0.79, 0.79);
}

html.w-mod-js *[data-ix="bottom-to-top"] {
  opacity: 0;
  -webkit-transform: translate(0px, 250px);
  -ms-transform: translate(0px, 250px);
  transform: translate(0px, 250px);
}

html.w-mod-js *[data-ix="btn"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

@media (max-width: 991px) {
  h1 {
    margin-top: 38px;
    font-size: 38px;
    line-height: 41px;
  }
  h2 {
    margin-top: 29px;
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 43px;
  }
  p {
    font-size: 17px;
    line-height: 25px;
  }
  .button.big {
    font-size: 17px;
  }
  .button.big.small {
    font-size: 17px;
  }
  .button.zvonok2 {
    font-size: 18px;
  }
  .navbar {
    position: absolute;
    z-index: 100;
  }
  .nav-link {
    box-shadow: none;
  }
  .nav-link.w--current {
    box-shadow: none;
  }
  .brand {
    width: 44px;
  }
  .link-nav-info.tel {
    font-size: 22px;
  }
  .nav-menu {
    width: 98%;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    background-color: #0a416e;
  }
  .section-contacts {
    height: 400px;
  }
  .map {
    height: 400px;
  }
  .h-adress {
    font-size: 30px;
    text-shadow: none;
  }
  .map-gradient {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .69), hsla(0, 0%, 100%, 0));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .69), hsla(0, 0%, 100%, 0));
  }
  .section-3 {
    padding-right: 6%;
    padding-left: 6%;
  }
  .text-field {
    font-size: 1.2rem;
  }
  .menu-button {
    margin-top: 4px;
    margin-right: 8px;
    padding: 10px 13px;
    color: #fff;
    text-align: center;
  }
  .section-l {
    margin-left: 25.4%;
    padding-right: 3%;
    padding-left: 3%;
  }
  .section-l.sec-banner {
    padding-right: 0%;
    padding-left: 0%;
  }
  .banner {
    width: 50%;
  }
  .banner-title {
    font-size: 20px;
    line-height: 25px;
  }
  .banner-small-txt {
    font-size: 17px;
    line-height: 19px;
  }
  .text-w {
    padding-right: 11px;
    padding-left: 11px;
    font-size: 16px;
  }
  .brand-link {
    margin-top: 10px;
    font-size: 12px;
  }
  .brand-link.w--current {
    font-size: 12px;
  }
  .s-icons {
    padding-top: 0px;
    padding-bottom: 64px;
  }
  .h1-icons {
    font-size: 38px;
    line-height: 41px;
  }
  .txt-icon {
    font-size: 23px;
    line-height: 28px;
  }
  .s-callme {
    padding-top: 58px;
  }
  .callback {
    width: 186px;
  }
  .zvonok {
    width: 450px;
    font-size: 33px;
    line-height: 36px;
  }
  .s-preim {
    padding-top: 57px;
    padding-bottom: 74px;
  }
  .s-klinika {
    margin-top: 52px;
  }
  .base-50.all-cat {
    width: 100%;
  }
  .base-50.all-dog {
    width: 100%;
  }
  .l-desc {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .78) 96%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .78) 96%);
  }
  .t-h2 {
    font-size: 29px;
    line-height: 33px;
  }
  .t-h3 {
    line-height: 22px;
  }
  .hero-d-s {
    width: 50%;
  }
  .s-header.aller-cat {
    background-position: 0px 50%;
    background-size: cover;
  }
  .vert-div {
    margin-top: 10px;
  }
  .brand-link2 {
    margin-top: 10px;
    font-size: 12px;
  }
  .brand-link2.w--current {
    font-size: 12px;
  }
  .s-vrachi {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .h2-hero {
    font-size: 27px;
    line-height: 35px;
  }
  .p-hero {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
  }
  .h3-vr {
    font-size: 21px;
    line-height: 25px;
    text-shadow: none;
  }
  .txt-vr {
    font-size: 14px;
    line-height: 23px;
  }
  .mask-vr {
    padding-top: 4px;
  }
}

@media (max-width: 767px) {
  h1 {
    margin-top: 25px;
    font-size: 30px;
    line-height: 36px;
  }
  h2 {
    margin-top: 35px;
    font-size: 30px;
    line-height: 36px;
  }
  p {
    margin-top: 7px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
  }
  .button.big {
    width: 53%;
    padding: 6px 2%;
    font-size: 16px;
  }
  .button.big.small {
    width: 36%;
    font-size: 17px;
  }
  .button.zvonok2 {
    font-size: 16px;
    line-height: 23px;
  }
  .nav-link {
    padding: 12px 3px;
    box-shadow: none;
    font-size: 15px;
  }
  .brand {
    margin-left: 7px;
  }
  .brand.w--current {
    width: 50px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 6px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .link-nav-info.tel {
    margin-top: 7px;
    font-size: 20px;
  }
  .nav-menu {
    padding: 6px 4px;
  }
  .section-contacts {
    height: 300px;
  }
  .map {
    height: 300px;
  }
  .h-adress {
    font-size: 24px;
    line-height: 28px;
    text-shadow: none;
  }
  .section-3 {
    background-image: none;
  }
  .section-3._100 {
    height: 100%;
  }
  .text-field {
    width: 96%;
    height: 52px;
    margin-left: 0px;
  }
  .menu-button {
    padding: 6px;
    font-size: 21px;
  }
  .banner {
    height: 198px;
  }
  .banner-title {
    font-size: 18px;
    line-height: 23px;
  }
  .banner-small-txt {
    font-size: 16px;
    line-height: 18px;
  }
  .brand-link {
    margin-top: 9px;
  }
  .brand-link.w--current {
    margin-top: 8px;
    font-size: 11px;
    line-height: 14px;
  }
  .call {
    top: 47px;
  }
  .s-icons {
    padding-bottom: 35px;
  }
  .h1-icons {
    margin-top: 20px;
    font-size: 29px;
    line-height: 33px;
  }
  .txt-icon {
    font-size: 19px;
    line-height: 22px;
  }
  .s-callme {
    padding-top: 43px;
  }
  .callback {
    width: 176px;
    margin-right: 22px;
  }
  .zvonok {
    width: 279px;
    font-size: 23px;
    line-height: 29px;
  }
  .h-txt-icon {
    margin-bottom: 28px;
  }
  .s-klinika {
    margin-top: 46px;
  }
  .t-h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
  }
  .t-h3 {
    font-size: 14px;
    line-height: 21px;
  }
  .hero-d-s.clinic.mobiletel {
    width: 100%;
  }
  .hero-d-s.demod {
    width: 50%;
  }
  .s-first.pat._2 {
    padding-top: 80px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .row-klin.home {
    margin-right: 15px;
    margin-left: 15px;
  }
  .p-big {
    font-size: 18px;
    line-height: 25px;
  }
}

@media (max-width: 479px) {
  h1 {
    margin-bottom: 12px;
    padding-right: 11px;
    padding-left: 11px;
    font-size: 23px;
    line-height: 28px;
  }
  h2 {
    margin-bottom: 15px;
    font-size: 23px;
    line-height: 28px;
  }
  .button.big {
    width: 89%;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 15px;
    line-height: 18px;
  }
  .button.big.small {
    width: 58%;
    margin-top: 3%;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
  }
  .navbar {
    width: 26.4%;
  }
  .nav-link {
    padding-top: 8px;
    padding-bottom: 8px;
    box-shadow: none;
    font-size: 13px;
    line-height: 18px;
  }
  .brand.w--current {
    width: 38px;
    margin-bottom: 4px;
    margin-left: 10px;
  }
  .link-nav-info {
    font-size: 9px;
    line-height: 18px;
    letter-spacing: -1px;
  }
  .link-nav-info.tel {
    margin-top: 0px;
    margin-right: 16px;
    font-size: 12px;
  }
  .h-adress {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 1.4rem;
    text-shadow: none;
  }
  .map-gradient {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .71), hsla(0, 0%, 100%, 0));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .71), hsla(0, 0%, 100%, 0));
  }
  .text-field {
    width: 100%;
    height: 39px;
    margin-bottom: 4px;
    padding: 6px 7px;
    border-radius: 3px;
    font-size: 15px;
    line-height: 13px;
  }
  .text-field.area {
    line-height: 1.2rem;
  }
  .menu-button {
    margin-top: 2px;
    margin-right: 6px;
    margin-bottom: 2px;
    padding: 3px;
    font-size: 22px;
    line-height: 21px;
  }
  .form {
    margin-top: 2px;
  }
  .banner {
    width: 100%;
  }
  .banner-title {
    font-size: 18px;
    line-height: 24px;
  }
  .banner-small-txt {
    font-size: 15px;
    line-height: 17px;
  }
  .brand-link {
    font-size: 13px;
  }
  .brand-link.w--current {
    margin-top: 5px;
    font-size: 9px;
    line-height: 12px;
  }
  .call {
    left: 1px;
    top: 35px;
  }
  .s-callme {
    padding: 14px 13px 18px;
  }
  .zvonok {
    margin-top: 0px;
    margin-bottom: 2px;
  }
  .h-txt-icon {
    font-size: 19px;
    line-height: 23px;
  }
  .s-preim {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s-klinika {
    margin-top: 46px;
  }
  .img-clin {
    display: block;
    width: 301px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .s-hero {
    padding-top: 41px;
  }
  .base-50.all-cat {
    height: 341px;
    padding-top: 130px;
  }
  .base-50.all-dog {
    height: 345px;
    padding-top: 130px;
    background-position: 50% 50%;
  }
  .hero-d-s {
    width: 100%;
  }
  .hero-d-s.zud {
    background-position: 50% 100%;
    background-size: cover;
  }
  .hero-d-s.demod {
    width: 100%;
  }
  .s-first.pat._2 {
    padding-top: 47px;
  }
  .s-vrachi {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .row-vrachi {
    padding: 0px 11px;
  }
  .h2-hero {
    margin-top: 26px;
    margin-bottom: 6px;
    font-size: 22px;
    line-height: 29px;
  }
  .p-hero {
    padding-right: 3px;
    padding-left: 3px;
  }
  .row-klin.home {
    padding-right: 6px;
    padding-left: 6px;
  }
}

@font-face {
  font-family: 'Icomoon';
  src: url('../fonts/icomoon.eot') format('embedded-opentype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}