@font-face {
  font-family: "Roboto";
  src: local(Roboto Thin), url("../fonts/Roboto-Thin.woff2") format("woff2"), url("../fonts/Roboto-Thin.woff") format("woff"), url("../fonts/Roboto-Thin.ttf") format("truetype"), url("../fonts/Roboto-Thin.svg#ruslan_displayregular") format("svg");
  font-weight: 100;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Light), url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype"), url("../fonts/Roboto-Light.svg#ruslan_displayregular") format("svg");
  font-weight: 300;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Regular), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#ruslan_displayregular") format("svg");
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Medium), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium.svg#ruslan_displayregular") format("svg");
  font-weight: 500;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Bold), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg#ruslan_displayregular") format("svg");
  font-weight: 700;
}

*,
:after,
:before {
  box-sizing: inherit;
}

html {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

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

.container-full {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  height: auto;
}

a {
  transition: color 0.3s;
}

.header {
  width: 100%;
  background-color: #009fc3;
}

.header .wr_header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 1%;
  align-items: center;
}

.header .wr_header .logoimg {
  width: auto;
  max-height: 65px;
}

.header .wr_header a {
  transition: color 0.3s;
  font-size: 1.1rem;
  color: #fff;
  padding: 5px 0;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
  margin-right: 1rem;
}

.header .wr_header a:hover {
  color: #a1e0ff;
  border-bottom: 1px dotted #a1e0ff;
}

.no-webp .section1 {
  background-image: url(../img/bghome.jpg); }

.section1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 0.3rem 0.2rem 0 0;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  width: 100%;
}

.section1 .nm-col-row-2 {
  display: flex;
  flex-basis: 30%;
  flex-flow: row wrap;
  align-content: space-between;
}

.section1 .nm-col-row-2 .garantii {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  background-color: #0a677f;
  margin: 0 0 0.3rem 0;
  padding: 0.5rem;
  text-align: center;
  font-weight: 700;
}

.section1 .nm-col-row-2 .pricin {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 0;
  padding: 0.5rem 0.8rem 0 0.8rem;
  background-color: #d0e8f1;
  border: 1px solid #7ec2d9;
  color: #246c85;
}

.section1 .nm-col-row-2 .pricin h1 {
  font-size: 1.3rem;
  margin-bottom: 0.3rem;
  font-weight: 700;
  margin-top: 0;
  text-align: center;
}

.section1 .nm-col-row-2 .pricin ul {
  padding-left: 2rem;
  list-style-type: none;
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  line-height: 1.5;
}

.section1 .nm-col-row-2 .pricin ul li {
  list-style-type: none;
  position: relative;
  font-size: 1.06rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.section1 .nm-col-row-2 .pricin ul li:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background-color: #f82177;
  top: 0.45rem;
  left: -1.3rem;
  width: 0.6rem;
  height: 0.6rem;
}

.section1 .nm-col-row-2 .pricin ul li span {
  font-weight: 400;
}

.content {
  width: 100%;
}

.content .card {
  padding: 1rem;
  font-weight: 300;
  letter-spacing: 0.03rem;
}

.content .card a {
  color: #c7fcff;
}

.content .card a:hover {
  color: #fff;
}

.content .card .title h2 {
  color: #fff;
  text-align: center;
  font-weight: 400;
}

.content .card .title h2 a {
  text-decoration: none;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.nmirk {
  background-color: #1c6883;
  color: #c7fcff;
}

.nmirk.card a {
  color: #c7fcff;
}

.nmirk.card a:hover {
  color: #fff;
}

.nmtmn {
  background-color: #20a0c4;
  color: #fff;
}

.nmtmn.card a {
  color: #fff;
}

.nmtmn.card a:hover {
  color: #eee;
}

.nmsmr {
  background-color: #fef8df;
  color: #000;
}

.nmsmr.card a {
  color: #38a4c8;
}

.nmsmr.card a:hover {
  color: #c9568c;
}

@media only screen and (max-width: 960px) {
  .section1 {
    background-size: cover;
    height: 400px;
  }

  .section1 .nm-col-row-2 {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .header .wr_header .logoimg {
    max-height: 35px;
  }
}

@media only screen and (max-width: 375px) {
  .header .wr_header a {
    font-size: 0.8rem;
    padding: 2px 0;
    margin-right: 0.4rem;
  }
}

.webp .section1 { background-image: url(../img/bghome.webp); }