@font-face {
  font-family: "OpenSansLight";
  src: url("./fonts/OpenSansLight.eot");
  src: url("./fonts/OpenSansLight.eot?#iefix") format("embedded-opentype"),
    url("./fonts/OpenSansLight.woff") format("woff"),
    url("./fonts/OpenSansLight.ttf") format("truetype"),
    url("./fonts/OpenSansLight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Verdana, Helvetica;
  src: url("./fonts/timesnewroman.eot");
  src: url("./fonts/timesnewroman.eot?#iefix") format("embedded-opentype"),
    url("./fonts/timesnewroman.woff") format("woff"),
    url("./fonts/timesnewroman.ttf") format("truetype"),
    url("./fonts/timesnewroman") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "opensansbold";
  src: url("./fonts/opensansbold.eot");
  src: url("./fonts/opensansbold.eot?#iefix") format("embedded-opentype"),
    url("./fonts/opensansbold.woff") format("woff"),
    url("./fonts/opensansbold.ttf") format("truetype"),
    url("./fonts/opensansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "opensans";
  src: url("./fonts/opensans.eot");
  src: url("./fonts/opensans.eot?#iefix") format("embedded-opentype"),
    url("./fonts/opensans.woff") format("woff"),
    url("./fonts/opensans.ttf") format("truetype"),
    url("./fonts/opensans") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("./fonts/Montserrat-Regular.woff") format("woff"),
    url("./fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url("./fonts/Montserrat-ExtraBold.woff") format("woff"),
    url("./fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("./fonts/Montserrat-Bold.woff") format("woff"),
    url("./fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* новый год */
/* .logo_wrapper {
    display: block;
    position: relative;
}
.logo_wrapper img {
    position: relative;
    z-index: 100;
}
.logo_wrapper::before {
    content: '';
    position: absolute;
    top: 6px;
    right: -158px;
    width: 213px;
    height: 201px;
    background-image: url('/website/img/ny_right.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.logo_wrapper::after {
    content: '';
    position: absolute;
    top: 6px;
    left: -158px;
    width: 213px;
    height: 201px;
    background-image: url('/website/img/ny_left.png');
    background-repeat: no-repeat;
    background-size: contain;
}
@media screen and (max-width: 950px) {
    .logo_wrapper::before {
        content: '';
        position: absolute;
        top: 6px;
        right: -25%;
        width: 70%;
    }
    .logo_wrapper::after {
        content: '';
        position: absolute;
        top: 6px;
        left: -25%;
        width: 70%;
    }
} */
/* конец новый год */

body {
  margin: 0px;
  padding: 0px;
  font-family: "Montserrat", Verdana, Helvetica;
  font-size: 18px;
  color: #212529;
  background-color: #fff;
}
p {
  margin: 0;
  padding: 0.8em 0;
  line-height: 1.2;
}
header {
  background-color: #eaebf0;
  background-image: url("/website/img/header_dog_1.png"),
    url("/website/img/header_dog_2.png");
  background-position: bottom left, bottom right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1540px) {
  header {
    background-size: 240px;
  }
}
@media screen and (max-width: 1480px) {
  header {
    background-size: 200px;
  }
}
@media screen and (max-width: 1380px) {
  header {
    background-size: 150px;
  }
}
@media screen and (max-width: 1170px) {
  header {
    background-size: 100px;
  }
}
@media screen and (max-width: 840px) {
  header {
    background-image: url("/website/img/header_dog_2.png");
    background-position: bottom right;
  }
}
@media screen and (max-width: 540px) {
  header {
    background-image: none;
    background-position: bottom right;
  }
}
.container {
  width: 1170px;
  max-width: 100%;
  margin: 0 auto;
}
.main-container {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1140px) {
  .main-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
header .container,
footer .container {
  position: relative;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 45px;
  font-size: 16px;
  box-sizing: border-box;
}
header .container {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 20px;
}
footer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1800px) {
  header .container {
    width: 1060px;
  }
}
@media screen and (max-width: 1680px) {
  header .container {
    width: 920px;
  }
}
@media screen and (max-width: 1024px) {
  header .container {
    grid-template-columns: repeat(3,auto);
  }
}
@media screen and (max-width: 1024px) and (min-width: 789px) {
  header .container {
    justify-content: center;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1170px) and (min-width: 769px) {
  footer .container {
    justify-content: center;
    column-gap: 20px;
  }
}
@media screen and (max-width: 992px) {
  footer .container {
    column-gap: initial;
  }
}
@media screen and (max-width: 768px) {
  footer .container {
    justify-content: space-around;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  header .container {
    grid-template-columns: repeat(2, 49%);
    justify-content: space-between;
    align-items: start;
    column-gap: initial;
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 540px) {
  header .container {
    grid-template-columns: 100%;
  }
  header .container,
  footer .container {
    padding-bottom: 10px;
  }
}

header .header-logo {
  width: 314px;
}
.header_left {
  padding-top: 30px;
}
.header_right {
  margin-left: auto;
}
@media screen and (max-width: 1280px) {
  .header_left {
    padding-top: 0px;
  }
}
@media screen and (max-width: 1024px) {
  header .header-logo {
    width: 220px;
  }
}
@media screen and (max-width: 768px) {
  header .logo_wrapper {
    grid-column: 1/-1;
    order: -1;
    width: 100%;
    text-align: center;
  }
  .header_right {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  footer .logo_wrapper {
    order: -1;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 540px) {
  .header_left,
  .header_right,
  .footer_left,
  .footer_right {
    width: 100%;
    text-align: center;
  }
  .header_left,
  .header_right {
    max-width: 300px;
    margin: 0 auto;
  }
}
.header_adr {
  position: relative;
  margin: 0 0 25px;
  padding: 0;
  padding-left: 32px;
  box-sizing: border-box;
}
.header_adr::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 28px;
  background-image: url("/website/img/header_pin.png");
}
@media screen and (max-width: 1800px) {
  .header_adr {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 900px) {
  .header_adr {
    max-width: 205px;
    font-size: 14px;
  }
  footer .header_adr {
    max-width: 260px;
  }
}
@media screen and (max-width: 680px) {
  .header_adr {
    max-width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .header_adr {
    display: inline-block;
    padding-left: 0;
  }
  .header_adr::before {
    display: none;
  }
}
@media screen and (max-width: 460px) {
  .header_adr::before {
    display: none;
  }
}
.header_adr a {
  color: inherit;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .header_adr a {
    display: block;
  }
}
header .tel,
footer .tel {
  position: relative;
  padding-left: 32px;
  color: inherit;
  text-decoration: none;
}
header .tel {
  font-family: "Montserrat-ExtraBold";
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
  text-align: left;
}
footer .tel {
  display: flex;
  align-items: center;
  font-family: "Montserrat-Bold";
  padding-top: 2px;
  min-height: 25px;
  font-size: 18px;
}
header .tel::before,
footer .tel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background-image: url("/website/img/header_tel.png");
}
header .phones_row {
  font-size: 24px;
  column-gap: 6px;
  margin-bottom: 10px;
}
header .phones_row .mobile_tel {
  margin-left: 5px;
}
@media screen and (max-width: 1140px) {
  header .phones_row,
  header .tel {
    font-size: 20px;
  }
  header .phones_row {
    column-gap: 5px;
  }
  header .phones_row .mobile_tel {
    margin-left: 0;
  }
}
@media screen and (max-width: 540px) {
  header .phones_row {
    column-gap: 10px;
  }
  header .phones_row .viber,
  header .phones_row .telegram {
    order: 1;
  }
  header .whatsapp img,
  header .telegram img {
    width: 24px;
  }
  header .tel {
    padding-left: 40px;
    width: 100%;
    max-width: 250px;
    margin: 0 auto 10px;
    text-align: left;
  }
  .header_right {
    display: flex;
    flex-direction: column;
  }
  header .phones_row {
    justify-content: center;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 420px) {
  header .phones_row,
  header .tel {
    font-size: 18px;
  }
  header .tel {
    max-width: 230px;
  }
}
.header_doc {
  width: 100%;
  max-width: 310px;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 50px;
  margin: 0;
  padding: 8px 12px 8px 50px;
  text-align: center;
  font-size: 16px;
  color: #212529;
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  border-radius: 25px;
  box-shadow: 0px 0px 10px 0px rgba(33, 37, 41, 0.2);
  box-sizing: border-box;
  line-height: 1.2;
}
.header_doc::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 27px;
  background-image: url("/website/img/header_btn.png");
}
.header_doc:hover {
  box-shadow: none;
}
@media screen and (max-width: 1680px) {
  .header_doc {
    max-width: 240px;
  }
}
@media screen and (max-width: 900px) {
  .header_doc {
    max-width: 240px;
    padding: 10px 12px 10px 50px;
    font-size: 14px;
  }
}
@media screen and (max-width: 680px) {
  .header_doc {
    margin-bottom: 8px;
    max-width: 265px;
  }
}
@media screen and (max-width: 540px) {
  .header_doc {
    max-width: 100%;
    margin: 0 auto 15px;
    font-size: 15px;
  }
}
.header_soc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header_soc img {
  display: block;
}
@media screen and (max-width: 540px) {
  .header_soc {
    align-self: flex-end;
    display: flex;
    position: relative;
    justify-content: flex-end;
    padding: 20px 0 20px 20px;
    z-index: 200;
  }
}

footer .header_soc {
  justify-content: flex-start;
  max-width: 260px;
  margin-left: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 540px) {
  footer .header_soc {
    display: flex;
    max-width: 100%;
    padding: 0;
    justify-content: center;
  }
}
footer .header_soc a {
  margin: 0;
}
footer .header_soc a + a {
  margin-left: 12px;
}
footer {
  background-color: #13244d;
  color: #fff;
}
@media screen and (min-width: 1170px) {
  .footer_left,
  .footer_right {
    min-width: 390px;
  }
  .footer_right {
    text-align: right;
  }
}
footer .header-logo {
  width: 246px;
}
footer .container {
  padding-top: 20px;
  padding-bottom: 0;
  color: #fff;
}
.footer_time {
  display: inline-block;
  position: relative;
  margin: 0 0 17px;
  padding: 0;
  padding-left: 42px;
  color: inherit;
  text-decoration: none;
  text-align: left;
}
.footer_time b {
  font-family: "Montserrat-ExtraBold";
  font-weight: 400;
}
.footer_time::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-image: url("/website/img/footer_time.png");
}
@media screen and (max-width: 900px) {
  .footer_time {
    font-size: 14px;
  }
}
@media screen and (max-width: 540px) {
  .footer_time {
    width: 100%;
    max-width: 260px;
    box-sizing: border-box;
    margin: 0 auto 17px;
    padding-left: 35px;
  }
}
.footer_phones {
  display: flex;
  align-items: center;
  column-gap: 30px;
  row-gap: 10px;
  padding-top: 10px;
}
.footer_phones .mobile_tel {
  font-family: "Montserrat-Bold";
  font-size: 18px;
  margin-left: 5px;
}
@media screen and (max-width: 1280px) {
  .footer_phones {
    column-gap: 15px;
  }
}
@media screen and (max-width: 992px) {
  .footer_phones {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
  }
}
@media screen and (max-width: 840px) {
  .footer_phones .mobile_tel,
  footer .tel {
    font-size: 16px;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer_phones .mobile_tel,
  footer .tel {
    font-size: 18px;
  }
}
@media screen and (max-width: 540px) {
  .footer_phones {
    max-width: 260px;
    margin: 0 auto 25px;
    align-items: flex-start;
  }
  .footer_phones .viber,
  .footer_phones .telegram {
    order: 1;
  }
}
.footer_copy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 25px 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .footer_copy {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .footer_copy {
    flex-wrap: wrap;
    padding: 10px 0;
    font-size: 10px;
  }
  .footer_copy span {
    width: 100%;
    text-align: center;
  }
}
.footer_copy a {
  color: #fff;
  text-decoration: none;
}
.upheader {
  background: url(../img/up-head1.jpg) top center repeat-x,
    url(../img/up-head2.jpg);
  min-height: 126px;
  width: 100%;
  min-width: 1000px;
  position: relative;
}

.upheader:before,
.upheader:after,
.content:after,
.content-two:after {
  display: block;
  height: 1px;
  border-bottom: 1px solid #5b4a43;
  border-top: 1px solid #5b4a43;
  z-index: 100;
  width: 100%;
  content: " ";
  position: absolute;
}

.upheader:before {
  top: 23px;
}

.upheader:after,
.down-header:after {
  bottom: 0px;
}

.down-header {
  width: 100%;
  min-width: 1000px;
  height: 432px;
  background: url(../img/fonforcatdog.jpg) repeat-x;
  position: relative;
}

.upheader-ch {
  width: 980px;
  margin: 0 auto;
  padding-top: 30px;
  text-align: center;
}

.down-header-ch {
  width: 980px;
  margin: 0 auto;
  position: relative;
  height: 100px;
}

.down-header-ch img.big {
  height: 432px;
  position: absolute;
  top: 0px;
  margin-left: 143px;
}

.flexbox {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  text-align: center;
}

.div-dimensions {
  width: 22%;
  margin: 14px;
  padding: 0;
}

.div-dimensions ul {
  text-align: left;
}

.div-dimensions img {
  border: 0;
}

.image-box {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  text-align: center;
}
#hidden-content ul {
  padding: 0;
}

.flexbox h2 {
  font-weight: bold;
  font-size: 20px;
  min-height: 60px;
}
.flexbox ul {
  padding-left: 10%;
  margin-top: 0;
}
.green-text {
  color: #4b960b;
  font-weight: bold;
  padding: 30px;
}

.green-background {
  background: rgba(230, 235, 227, 0.9);
  width: 100%;
  border-radius: 15px;
  text-align: left;
  padding: 5px 1%;
}

.pic-dim {
  width: 22%;
}

.brownback {
  width: 100%;
  background: url("/website/img/uzor-cont.jpg");
  position: relative;
  padding-bottom: 50px;
}

.for-img {
  margin: 30px 0;
  text-align: center;
  max-width: 100%;
  height: auto;
  display: block;
}

.pictbox {
  width: 48%;
  margin-top: 15px;
}

#hidden-content {
  display: none;
}

#hidden-content h4 {
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
}

.oval {
  position: absolute;
  top: -4px;
  z-index: 200;
  /* left: -39px; */
  left: 50%;
  transform: translateX(-50%);
}

.button-box {
  vertical-align: top;
  font: 18px Verdana, Helvetica;
  text-transform: uppercase;
  border-radius: 27px;
  border: 2px solid #5b4a43;
  width: 440px;
  box-shadow: 6px 6px 2px rgba(114, 114, 114, 0.7);
  margin: auto;
}

.button-box button {
  display: block;
  border-radius: 25px;
  background: #ddd9d6;
  text-decoration: none;
  border-top: 6px solid #fff;
  color: #000;
  padding: 12px;
  transition: all 0.3s ease;
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
  height: 100%;
  outline: none;
}

.mainpage {
  width: 100%;
  min-width: 1100px;
}

.upheader-ch div {
  display: inline-block;
  vertical-align: top;
  margin-top: 12px;
}

.upheader-ch div:first-child {
  float: left;
  text-align: left;
  font: 14px "opensans";
  color: #000;
}

.upheader-ch div:first-child a {
  color: #000;
}

.upheader-ch div:first-child span {
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  top: 6px;
}

.upheader-ch div:first-child a:hover {
  text-decoration: none;
}

.upheader-ch div:nth-child(2) {
  text-align: center;
  font: 16px Verdana, Helvetica;
  text-transform: uppercase;
  position: relative;
  z-index: 300;
}

.upheader-ch div:nth-child(2) img {
  position: absolute;
  left: -85px;
  top: 0;
}

.upheader-ch:after {
  display: block;
  clear: both;
  content: " ";
}

.upheader-ch div:last-child {
  float: right;
  text-align: right;
  font: 30px "opensans";
  text-transform: uppercase;
  line-height: 27px;
}

.upheader-ch div:last-child span {
  font-size: 18px;
  color: #006633;
}

.upheader-ch div:last-child img {
  margin: 8px 0;
}

.upheader-ch div:first-child,
.upheader-ch div:last-child,
.upheader-ch div:nth-child(2) {
  width: 33%;
}
.upheader-ch {
  display: flex;
}
.upheader-ch div:nth-child(2) {
  display: flex;
  flex-direction: column;
}
.upheader-ch div:nth-child(2) a {
  position: relative;
}
.upheader-ch div:nth-child(2) img {
  left: -20px;
}

.content {
  width: 100%;
  position: relative;
  padding-top: 1px;
  padding-bottom: 22px;
}

.content:after {
  bottom: 0px;
}

.content:before,
.forlines:before {
  display: block;
  height: 1px;
  border-bottom: 1px solid #5b4a43;
  border-top: 1px solid #5b4a43;
  z-index: 100;
  width: 100%;
  top: 0px;
  content: " ";
  position: absolute;
}
.content.no-before:after {
  display: none;
}
.content-ch {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

.content.no-after:after {
  display: none;
}

.content-ch:after {
  display: block;
  clear: both;
  content: " ";
}
nav {
  background-color: #13244d;
}
nav.footer_nav {
  background-color: #1e315e;
}
@media screen and (max-width: 540px) {
  nav.footer_nav {
    display: none;
  }
  nav.footer_nav ul {
    display: none;
  }
}
nav ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 8px 0;
}

nav ul li {
  text-transform: uppercase;
  border-radius: 25px;
  border: 1px solid transparent;
  font-size: 16px;
}
nav ul li a {
  display: block;
  padding: 13px 18px;
  text-decoration: none;
  transition: all 0.3s ease;
  color: #fff;
}
@media screen and (max-width: 992px) {
  nav ul li {
    font-size: 15px;
  }
  nav ul li a {
    padding: 12px 10px;
  }
}
@media screen and (max-width: 800px) {
  nav ul li {
    font-size: 12px;
    border-radius: 15px;
  }
  nav ul li a {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 640px) {
  nav ul li a {
    padding: 5px 3px;
    max-width: 110px;
    text-align: center;
  }
}
@media screen and (max-width: 540px) {
  nav ul li a {
    padding: 10px 5px;
    max-width: initial;
    text-align: center;
  }
}
nav ul li.active,
nav ul li:hover {
  border-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(33, 37, 41, 0.2);
  background-color: #1e315e;
}
@media screen and (max-width: 540px) {
  nav ul li {
    width: 100%;
    text-align: center;
    border-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px rgba(33, 37, 41, 0.2);
    background-color: #1e315e;
  }
}

.content-ch h1,
.mainpage h1 {
  text-align: center;
  text-transform: uppercase;
  color: #42312a;
  font: 24px Verdana, Helvetica;
  margin-top: 30px;
}

.content-ch h1.no-margin {
  margin-top: 0;
}

.mainpage h2 {
  text-align: center;
  text-transform: uppercase;
  color: #42312a;
  font: 24px Verdana, Helvetica;
  margin-top: 30px;
  line-height: 28px;
}

.mainpage h3 {
  text-transform: uppercase;
  text-align: left;
  font: 19px Verdana, Helvetica;
}

h4 {
  text-transform: uppercase;
  text-align: center;
  font: 17px Verdana, Helvetica;
}

.mainpage .zel h2 {
  color: #ffffc8;
  margin-bottom: 32px;
}

.l {
  float: left;
  width: 40%;
}

.r {
  float: right;
  width: 40%;
}

.lr {
  display: flex;
  justify-content: space-between;
}

.lr p {
  width: 450px;
}

/*border: 1px solid #5b4a43*/
/*background: #fff*/
.content-ch img,
.imgborder img {
  margin: 1px;
  max-width: 100%;
}

.forimg {
  text-align: center;
  margin-top: 6px;
}

.forimg a {
  display: inline-block;
  vertical-align: top;
}

.forimg a:first-child {
  float: left;
  margin: 0px;
}

.forimg a:last-child {
  float: right;
  margin: 0px;
}

.forimg:after {
  clear: both;
  display: block;
  content: " ";
}

.shir {
  width: 972px;
}

.content-two {
  width: 100%;
  position: relative;
  padding-bottom: 50px;
}

.content-two-ch {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

.foruzor:before {
  display: block;
  position: absolute;
  top: 0px;
  content: url(../img/ris.png);
  left: 285px;
}

.content-two-ch .column a p {
  text-align: center;
}

.content-two:after {
  bottom: 0px;
}

.foruzor {
  padding-top: 20px;
}

.content-ch .shir {
  margin: 1em auto;
  display: block;
}

.cennosti {
  text-align: center;
  margin-top: 45px;
}

.cennosti div {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-transform: uppercase;
  color: #42312a;
  font: 18px Verdana, Helvetica;
  border-radius: 5px;
  width: 300px;
  height: 124px;
  margin: 0 12px;
}

.cennosti div:first-child {
  margin-left: 0px;
}

.cennosti div:last-child {
  margin-right: 0px;
}

.cennosti div img {
  margin-top: -23px;
  margin-bottom: 5px;
}

.no-before:before {
  display: none;
  height: 0;
}

.spec_list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 30px;
    row-gap: 70px;
    padding: 35px 0;
    margin-bottom: 50px;
}
.spec_item {
  display: flex;
  flex-direction: column;

}
.spec_item > a img {
    display: block;
    margin: 0 auto 12px;
}
.spec_item__name {
    font-size: 22px;
    font-family: "Montserrat-Bold";
    line-height: 1.2em;
    margin: 0 0 15px;
}
.spec_item__post {
    margin: 0 0 20px;
    font-size: 16px;
}
.spec_item__post span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.spec_item p {
  padding: 0;
  text-align: left;
}
@media screen and (max-width: 992px) {
    .spec_list {
        padding-top: 20px;
        margin-bottom: 30px;
    }
    .spec_item__name {
        font-size: 20px;
    }
}
@media screen and (max-width: 768px) {
    .spec_list {
        grid-template-columns: repeat(2, 48%);
        column-gap: initial;
        justify-content: space-between;
        row-gap: 30px;
    }
    .spec_item__post {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 640px) {
    .spec_item__name {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .spec_item__post {
        font-size: 15px;
    }
    .spec_item__post span {
        font-size: 16px;
    }
}
@media screen and (max-width: 520px) {
    .spec_item__name {
        font-size: 16px;
    }
    .spec_item {
        font-size: 14px;
    }
    .spec_item__post span {
        font-size: 15px;
    }
}
@media screen and (max-width: 440px) {
    .spec_list {
        grid-template-columns: 1fr;
        max-width: 360px;
        margin: 0 auto;
    }
}


.spec_item .certifications {
  display: block;
  margin-top: auto;
  padding: 12px 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid rgb(214, 215, 225);
  border-radius: 25px;
  transition: 0.15s;
  color: #212529;
  font-size: 16px;
}
.spec_item .certifications:hover,
.spec_item .certifications:focus {
  background-color: rgb(214, 215, 225);
}
@media screen and (max-width: 619px) {
  .spec_item .certifications {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 14px;
  }
}

.zel {
  width: 100%;
  background: #8da762;
  padding-top: 1px;
  padding-bottom: 70px;
}

.zel-ch {
  position: relative;
  width: 980px;
  margin: 0 auto;
}

.zel-ch.foruzor {
  padding-top: 0px;
}

.sert {
  text-align: center;
  margin-top: 15px;
}

.sert a {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  border: 2px solid #5b4a43;
  padding: 2px;
  margin: 3px;
}

.sert a img {
  padding: 0px;
  margin: 0px;
}

.sert a:first-child {
  margin-left: 0px;
}

.sert a:last-child {
  margin-right: 0px;
}

.forlines {
  position: relative;
}

.forlines .foruzor:before {
  top: 2px;
}

.foruzor:after {
  clear: both;
  display: block;
  content: " ";
}

.column {
  -webkit-column-width: 410px;
  -moz-column-width: 410px;
  column-width: 410px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 84px;
  -moz-column-gap: 84px;
  column-gap: 84px;
  -webkit-column-rule: 0px solid #ccc;
  -moz-column-rule: 0px solid #ccc;
  column-rule: 0px solid #ccc;
  margin-top: 44px;
  margin-bottom: 21px;
}

.column p {
  margin-top: 0px;
}

.content-ch .column img {
  margin-bottom: 12px;
}

.foot-lr:after {
  clear: both;
  display: block;
  content: " ";
}

.l-ch {
  margin-top: 31px;
}

.l-ch .krasny {
  color: #be3a3b;
  font: 600 14px "opensans";
}

.l-ch .krasny b {
  font: 600 35px "opensansbold";
}

.l-ch .cherny {
  color: #000;
  font: 14px "opensans";
}

.l-ch .cherny a {
  color: #be3a3b;
  font-weight: 600;
  display: block;
}

.l .l-ch .melky {
  top: -15px;
}

.l-ch .cherny b {
  font: 600 14px "opensansbold";
}

.l-ch .cherny a:hover {
  text-decoration: none;
}

.melky {
  color: #57382b;
  font: 600 12px "opensans";
  top: 17px;
  position: relative;
}

.melky a {
  color: #57382b;
  text-decoration: none;
}

.melky a:hover {
  text-decoration: underline;
}

.r .l-ch .cherny {
  line-height: 21px;
}

.foot-lr .l {
  padding-left: 112px;
  position: relative;
}

.foot-lr .l:before {
  display: block;
  position: absolute;
  content: url(../img/logo-down.jpg);
  left: -6px;
  top: 35px;
}

.bigb {
  text-transform: uppercase;
  font-weight: 600;
}

.lr div.r ul {
  padding: 0px;
  margin: 0px;
  color: #42312a;
  font: 18px Verdana, Helvetica;
  margin-top: 20px;
}

.lr div.r ul li,
.ul li {
  padding-left: 20px;
}

.content-two-ch .imgborder.column img {
  margin-bottom: 17px;
}

h2.dlyahdva {
  text-align: left;
  font-size: 19px;
  margin-top: 19px;
}

.ul {
  color: #42312a;
  font: 600 18px Verdana, Helvetica;
  padding: 0px;
  margin: 0;
  padding-left: 18px;
  margin-bottom: 12px;
}

.no-bold {
  font-weight: 500;
}

p.brown {
  color: #fff;
  background: #51423b;
  padding: 15px;
  margin-bottom: 25px;
}

.no-up {
  margin-top: 0px;
}

.visota {
  height: 196px;
  background: url(../img/up-head1.jpg) bottom center repeat-x,
    url(../img/fonfooter1.jpg) top center repeat-x;
}

.date {
  text-align: center;
  font-size: 18px;
  margin-top: 9px;
  margin-bottom: 10px;
}

.no-down {
  margin-bottom: 0;
}

.green-block {
  line-height: 23px;
  background: #8da762;
  width: 800px;
  margin: 0 auto 60px;
  border: 2px solid #434d33;
  padding: 9px;
}

.green-block p {
  border: 3px solid #ffffc8;
  padding: 26px 35px;
  color: #000;
  font: 16px "opensans";
  margin: 0;
  padding-right: 0;
  line-height: 29px;
}

.price {
  width: 100%;
  border-spacing: 0px;
  color: #42312a;
  font-size: 16px;
}
@media screen and (max-width: 400px) {
  .price {
    font-size: 14px;
  }
}
.price tr td:first-child,
.price tr th:first-child {
  text-align: left;
}

.price tr td:last-child {
  text-align: center;
  width: 240px;
}
@media screen and (max-width: 600px) {
  .price tr td:last-child {
    width: 150px;
  }
}
.price td:first-child {
  padding-left: 50px;
}
@media screen and (max-width: 600px) {
  .price td:first-child {
    padding-left: 15px;
  }
}
.price tr td {
  padding: 8px 0;
  background-color: #fff;
  border-bottom: 1px solid #eaebf0;
}
.price_warn {
  padding: 30px 0 3px;
  text-align: center;
  font-size: 14px;
  color: #614941;
}

.forprice {
  padding: 1px;
  margin-top: 0;
  margin-bottom: 8px;
}

.forprice-ch {
  color: #fff;
  background: #13244d;
  font-size: 16px;
  padding: 23px 0;
}
@media screen and (max-width: 400px) {
  .forprice-ch {
    font-size: 14px;
  }
}
.forprice-ch:after,
.content-ch:after,
.maps:after {
  display: block;
  clear: both;
  content: " ";
}

.forprice-ch .l {
  margin-left: 50px;
}
@media screen and (max-width: 600px) {
  .forprice-ch .l {
    margin-left: 15px;
  }
}
.forprice-ch .r {
  text-align: center;
  position: relative;
  width: 240px;
}
@media screen and (max-width: 600px) {
  .forprice-ch .r {
    width: 150px;
  }
}
.forprice-ch .r:before {
  display: block;
  position: absolute;
  content: "|";
  left: 0px;
}
@media screen and (max-width: 400px) {
  .forprice-ch .r:before {
    display: none;
  }
}
.hide {
  display: none;
}

.price tr td:last-child {
  text-align: center;
}

h3.htri {
  font-weight: bold;
  font-size: 22px;
}

div.ecsperiment {
  border-top: 1px solid #7e879e;
  border-bottom: 3px solid #7e879e;
  padding: 20px 0;
  padding-left: 45px;
  margin: 1px 0;
  cursor: pointer;
}
div.ecsperiment.active {
  border-bottom-color: #eaebf0;
}
div.ecsperiment.active + .hide {
  padding-bottom: 30px;
  border-bottom: 3px solid #7e879e;
}
div.ecsperiment > p {
  margin: 0;
  padding: 15px 0 0;
  font-size: 20px;
}
@media screen and (max-width: 400px) {
  div.ecsperiment > p {
    font-size: 17px;
  }
}
div.ecsperiment h3.htri::after {
  content: "";
  position: absolute;
  left: -45px;
  top: 0;
  height: 23px;
  width: 28px;
  background-size: 40px;
  background-position: 32px -5px;
  background-image: url("data:image/svg+xml,%3Csvg fill='%2313244d' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cellipse transform='matrix(0.9009 -0.434 0.434 0.9009 -58.1579 91.4526)' cx='171.2' cy='173.1' rx='35.7' ry='50.3'/%3E%3Cellipse transform='matrix(0.962 -0.273 0.273 0.962 -23.9359 70.7846)' cx='242.4' cy='121.4' rx='35.7' ry='50.3'/%3E%3Cellipse transform='matrix(0.434 -0.9009 0.9009 0.434 72.1142 461.551)' cx='403.4' cy='173.4' rx='50.3' ry='35.7'/%3E%3Cellipse transform='matrix(0.273 -0.962 0.962 0.273 124.5384 407.5247)' cx='331.9' cy='121.4' rx='50.3' ry='35.7'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M342.1,202.1c6.2,9.3,31.4,30.6,31.5,30.6c10.9,10.7,13.5,28.2,6.6,42.3c-9.9,20.6-29.1,51.2-52.2,42.6 c-4.5-1.7-13.6-5-22-8.1c-12.2-4.5-25.4-4.5-37.6,0c-8.4,3.1-17.5,6.4-22,8.1c-23.1,8.6-42.2-22-52.2-42.6 c-6.8-14.1-4.2-31.6,6.6-42.3c0.1-0.1,24.7-21.8,31.5-30.6C255,172.3,323.2,173.7,342.1,202.1L342.1,202.1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  opacity: 0.5;
}

div.ecsperiment h3.htri {
  position: relative;
  display: inline-block;
  text-align: left;
  font-weight: 400;
  font-family: "Montserrat-Bold";
  font-size: 20px;
  margin: 0;
  text-transform: none;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 400px) {
  div.ecsperiment h3.htri {
    font-size: 18px;
  }
}
.warning p {
  padding: 16px;
  color: #ce3f3f;
  font: 14px "opensans";
}

.warning {
  width: 900px;
  margin-left: 70px;
  max-width: calc(100% - 70px);
  position: relative;
}

.warning:before {
  display: block;
  position: absolute;
  content: url(../img/warning.jpg);
  left: -65px;
}

.visota .foot-lr {
  margin-top: 11px;
}

img.noborder {
  padding: 0;
  border: none;
}

.maps {
  margin-bottom: 6px;
}

#map {
  display: none;
}

#naverch {
  display: none;
  position: fixed;
  right: 100px;
  bottom: 100px;
  z-index: 500;
}

#forchemaorg {
  display: none;
}

.down-header-ch {
  position: relative;
}

.down-header-ch .ng {
  position: absolute;
  z-index: 2;
  top: 192px;
  font-size: 19px;
  background: rgba(255, 255, 255, 0.5);
}

.sert-list {
  clear: both;
  display: none;
  border: 2px solid rgb(91, 74, 67);
  position: relative;
  padding: 12px 0;
  margin-top: 5px;
  height: 136px;
  margin-bottom: 20px;
}

.sert-list:before {
  display: block;
  position: absolute;
  content: url(../img/triangle.png);
}

.sert-list.left1:before {
  top: -14px;
  left: 86px;
}

.sert-list.left2:before {
  top: -14px;
  left: 285px;
}

.sert-list.left3:before {
  top: -14px;
  left: 479px;
}

.sert-list.left4:before {
  top: -14px;
  left: 681px;
}

.sert-list:after {
  clear: both;
  display: block;
  content: " ";
}

.sert-list > div {
  position: relative;
  overflow-y: hidden;
  margin: 0 auto;
  height: 136px;
}

.sert-list > div ul {
  padding: 0;
  margin: 0;
}

.sert-list > div ul li {
  margin-right: 12px;
  height: 133px;
  min-width: 188px;
}

.sert-list a.prev {
  left: 20px;
  background: none;
}

.sert-list a.next {
  right: 20px;
}

.sert-list a.next img,
.sert-list a.prev img {
  border: none;
  background: none;
}

.sert-list a.prev,
.sert-list a.next {
  display: block;
  position: absolute;
  z-index: 20;
  top: 70px;
  border: none;
}

.left_grum {
  float: left;
  width: 215px;
  text-align: center;
}

.right_grum {
  width: calc(100% - 277px);
  float: right;
}

.right_grum h1 {
  text-align: left;
  margin-top: 0;
}

.right_grum ul {
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  padding-left: 18px;
}

section {
  overflow: auto;
  clear: both;
  float: none;
}

table {
  width: 100%;
}
.table-grumming {
  margin-bottom: 35px;
  border-collapse: collapse;
}
@media screen and (max-width: 600px) {
  .gruming_price .table-grumming {
    width: 100%;
  }
}
.table-grumming thead {
  background-color: #cf3a3a;
}

.table-grumming thead tr th {
  color: #fff;
  font-size: 21px;
  font-family: "Montserrat-Bold";
  padding: 20px 40px;
  position: relative;
  text-align: center;
}
.table-grumming tr td {
  padding: 20px 40px;
  font-size: 18px;
  text-align: center;
  background-color: #fff;
}
.table-grumming tbody tr:nth-child(even) td {
  background-color: #fff4f4;
}
.table-grumming tr td:nth-child(2) {
  font-family: "Montserrat-Bold";
}
.table-grumming tr.padding td {
  font-family: "Montserrat-Bold";
}
.table-grumming tr td.low {
  padding-left: 80px;
}

.table-grumming tr td:first-child,
.table-grumming tr th:first-child {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .table-grumming thead tr th,
  .table-grumming tr td {
    padding: 12px 15px;
    font-size: 16px;
  }
  .table-grumming tr td.low {
    padding-left: 25px;
  }
  .table-grumming thead tr th {
    font-size: 18px;
  }
}
.table-grumming h2 {
  margin-top: 20px;
  width: 980px;
}

.grum_pics {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.grum_pics div {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 680px) {
  .grum_pics div {
    width: 32%;
    margin-right: 2%;
  }
  .grum_pics div:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 400px) and (max-width: 679px) {
  .grum_pics div {
    width: 48%;
    margin-right: 4%;
  }
  .grum_pics div:nth-child(2n) {
    margin-right: 0;
  }
}
.grum_pics--one div {
  width: 100%;
  text-align: center;
}
.grum_pics div img {
  width: 100%;
}
.grum_pics h4 {
  margin: 0;
  padding: 15px 0;
  font-size: 21px;
  color: #13244d;
  font-weight: 400;
  font-family: "Montserrat-Bold";
}
.contacts-info {
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  text-align: left;
}

.info-left {
  width: 48%;
}
@media screen and (max-width: 600px) {
  .contacts-info .info-left {
    text-align: left;
  }
}

.info-right {
  width: 50%;
}

.contacts-info img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.main-container .contacts-info h2 {
  min-height: 0;
  padding: 0 0 25px;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .main-container .contacts-info h2 {
    padding-bottom: 0;
  }
}

.contacts-info p {
  max-width: 100%;
  margin: 20px 0;
  padding: 0;
  padding-left: 45px;
}
.contacts-info .phones_row {
  display: flex;
  column-gap: 10px;
  padding-left: 0;
  margin-top: 0;
}
.contacts-info .phones_row .whatsapp {
  margin-right: 10px;
}
@media screen and (max-width: 540px) {
  .contacts-info p {
    display: block;
  }
}
.contacts-info .header_adr::before {
  display: block;
}
.contacts-info .tel {
  display: block;
  position: relative;
  color: inherit;
  text-decoration: none;
  margin-bottom: 15px;
}
.contacts-info .tel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background-image: url("/website/img/header_tel.png");
}
.contacts-info .tel a {
  color: inherit;
  text-decoration: none;
}
.contacts-info .time {
  display: block;
  position: relative;
}
.contacts-info .time::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 27px;
  height: 27px;
  background-image: url("/website/img/contacts_time.png");
}
.contacts-info + .map {
  height: 400px;
  margin-top: 50px;
  line-height: 0;
  border: 5px solid #f1f1f1;
}
.gray .contacts-info + .map {
  border-color: #fff;
}
@media screen and (max-width: 768px) {
  .contacts-info + .map {
    height: 300px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 801px) {
  .contacts + .gray {
    padding-top: 70px;
  }
}

.content-ch img.border-none,
.imgborder img.border-none {
  padding: 0;
  border: none;
}

.preffs div {
  width: 223px;
  font-size: 11px;
}

.preffs div img {
  margin-top: -25px;
}

.red,
.red h2 {
  color: #b52628;
  text-align: center;
}

.red div {
  width: 316px;
  height: 56px;
  text-transform: uppercase;
  color: #b52628;
  display: inline-block;
  margin: 5px 3px;
  font-size: 16px;
  padding-top: 97px;
  line-height: 1;
  -webkit-text-shadow: 1px 1px 0px #fff;
  -moz-text-shadow: 1px 1px 0px #fff;
  text-shadow: 1px 1px 0px #fff;
}

.red div b span {
  font-size: 26px;
}

.red div img {
  width: 100%;
}

.pre-registration {
  border: 2px solid #5b4a43;
  margin-top: 35px;
}

.pre-registration p {
  display: inline-block;
  vertical-align: top;
  width: 43%;
  margin: 12px 30px 20px;
  font-size: 18px;
  color: #42312a;
  position: relative;
  text-align: left;
  line-height: 22px;
}

.pre-registration p b {
  text-transform: uppercase;
}

.pre-registration p:nth-child(2) {
  margin-left: 24px;
}

.pre-registration p:nth-child(2):before {
  display: block;
  position: absolute;
  top: 11px;
  right: -30px;
  width: 1px;
  height: 100%;
  background: #bfbab8;
  content: " ";
}

.pre-registration p span {
  color: #28738e;
  font-weight: 600;
}

.pre-registration p.red {
  width: 100%;
  display: block;
  text-align: center;
  background: #c63635;
  color: #fff;
  font-size: 25px;
  padding: 17px 0;
  margin: 0;
}

.content-ch img.profitably {
  border: none;
  margin-left: 3px;
  width: 970px;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  position: absolute;
  top: 38%;
  text-indent: -9999px;
  opacity: 1;
}

.owl-carousel .owl-prev {
  left: 18px;
}

.owl-carousel .owl-next {
  right: 18px;
}

.owl-prev {
  background: url(../img/k-left.png) no-repeat;
  width: 17px;
  height: 23px;
}

.owl-next {
  background: url(../img/k-right.png) no-repeat;
  width: 17px;
  height: 23px;
}

.owl-carousel .owl-item {
  text-align: center;
}

.owl-carousel .owl-item img {
  height: 100%;
  width: auto;
  margin: 0 auto;
}

#rizhkova {
  display: none;
}

.owl-carousel.rizhkova {
  display: block;
}

.button-question {
  font: 15px Verdana, Helvetica;
  text-transform: uppercase;
  border-radius: 27px;
  border: 2px solid #fff;
  width: auto;
  max-width: 200px;
  margin: 0px 6px;
  color: #fff;
  position: relative;
  left: 92%;
  top: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  display: flex;
  cursor: pointer;
  z-index: 220;
  transition: all 0.4s ease;
}

.button-question:hover .button {
  background-color: #5d8937;
  border-top-color: #5d8937;
  border-left-color: #5d8937;
}

.button-question .button {
  background: #5d8937;
  border-top: 6px solid #94b17a;
  border-left: 6px solid #94b17a;
  border-radius: 25px;
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  box-sizing: border-box;
  padding: 0px 12px 12px 24px;
  width: 100%;
  transition: all 0.4s ease;
  box-shadow: 4px 4px 1px #cfcfcf;
}

.button img {
  position: relative;
  left: -10px;
  top: 5px;
}

.gray {
  background-color: #eaebf0;
}
.question_title .main-container {
  padding-bottom: 1px;
}
.question_title .main-container h2 {
  position: relative;
  margin: 0 0;
  padding: 30px 0;
  font-size: 36px;
  text-align: center;
  font-weight: 400;
  font-family: "Montserrat-ExtraBold";
  text-transform: none;
}
.question_title .main-container h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 40px);
  width: 80px;
  height: 8px;
  background-color: rgb(207, 58, 58);
  border-radius: 3px;
}
@media screen and (max-width: 900px) {
  .question_title .main-container h2 {
    font-size: 27px;
  }
}
@media screen and (max-width: 600px) {
  .question_title .main-container h2 {
    margin: 0 0 15px;
    padding: 20px 0 15px;
    font-size: 22px;
  }
}
@media screen and (max-width: 400px) {
  .question_title .main-container h2 {
    font-size: 20px;
  }
}
.qa-item {
  width: 100%;
}
.qa-item:nth-child(odd) {
  background-color: #eaebf0;
}
.qa-item .main-container {
  position: relative;
  width: 1370px;
  max-width: 100%;
  padding: 65px 100px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .qa-item .main-container {
    padding: 35px 100px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 480px) {
  .qa-item .main-container {
    padding-left: 15px;
  }
}
.qa-item .main-container::before {
  content: "";
  position: absolute;
  top: 55px;
  left: 10px;
  width: 72px;
  height: 59px;
  background-image: url("/website/img/quotes_gray.png");
}
@media screen and (max-width: 768px) {
  .qa-item .main-container::before {
    top: 25px;
  }
}
@media screen and (max-width: 480px) {
  .qa-item .main-container::before {
    display: none;
  }
}
.qa-item:nth-child(odd) .main-container::before {
  background-image: url("/website/img/quotes_white.png");
}
.qa-item .question,
.qa-item .answer {
  max-width: 1140px;
  margin: 0 auto;
}
.qa-item .main-container h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: "Montserrat-Bold";
  text-transform: none;
  text-align: left;
}

hr.quest {
  margin: 40px auto;
  width: 60%;
  background-color: gray;
  height: 2px;
  border: 0;
}

.flex-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-row .col-img img {
  border: none;
  background-color: transparent;
}

.flex-row .col-text {
  margin-left: 2em;
}

.col-input,
.col-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.col-button .button-question {
  position: static;
  width: 100%;
  transform: inherit;
}

.col-input {
  width: 70%;
}

.col-button {
  width: 30%;
}

.col-input .row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.col-input .row textarea,
.col-input .row input {
  width: 100%;
  max-width: 520px;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 15px;
  border: 1px solid gray;
}

.col-input .row textarea {
  height: 105px;
  max-height: 200px;
}

.col-input .row + .row {
  margin-top: 15px;
}

.content-ch .flex-row + .flex-row {
  padding: 30px;
  background-color: #fff;
  border: 1px solid #e6e4e4;
  border-radius: 5px;
  align-items: flex-start;
  margin-top: 1em;
  margin-bottom: 80px;
}

label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #42312a;
}

.col-button p {
  margin-top: 0;
  text-align: left;
  width: 85%;
}

.col-button p a {
  color: red;
}

.col-button .button-question .button {
  padding: 15px 0px 15px 50px;
  font-size: 15px;
  color: #968b86;
  background: #5b4a43;
  border-top-color: #968b86;
  border-left-color: #968b86;
}
.question_form .main-container > p {
  font-size: 18px;
  color: #13244d;
  font-family: "Montserrat-Bold";
}
@media screen and (max-width: 400px) {
  .question_form .main-container > p {
    font-size: 16px;
  }
}
.question_form .main-container > p:first-letter {
  color: rgb(207, 58, 58);
}
.question_form .flex-row {
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
  padding-top: 35px;
}
.question_form .flex-row .col {
  width: 48%;
  margin-bottom: 25px;
}
.question_form .flex-row .row {
  display: flex;
  align-items: flex-start;
}
.question_form .flex-row .row + .row {
  margin-top: 25px;
}
.question_form .flex-row .row label {
  width: 145px;

  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  align-self: center;
}
.question_form .flex-row .col.row label {
  width: 130px;
  align-self: flex-start;
  padding-top: 10px;
}
.question_form .flex-row .row input,
.question_form .flex-row .row textarea {
  flex-grow: 1;
  height: 46px;
  padding: 5px 10px;
  border-radius: 20px;
  background-color: rgb(234, 235, 240);
  border: none;
  box-shadow: none;
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  .question_form .flex-row {
    padding-top: 10px;
  }
  .question_form .flex-row .col {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .question_form .flex-row .col {
    margin-bottom: 15px;
  }
  .question_form .flex-row .row + .row {
    margin-top: 15px;
  }
  .question_form .flex-row .row {
    flex-wrap: wrap;
  }
  .question_form .flex-row .row label {
    width: 100%;
    max-width: initial;
    margin-bottom: 10px;
  }
  .question_form .flex-row .row input,
  .question_form .flex-row .row textarea {
    width: 100%;
  }
}
.question_form .flex-row .row textarea {
  height: 100%;
  min-height: 120px;
}
.question_form .flex-row p {
  width: 100%;
  padding: 35px 0 45px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 400px) {
  .question_form .flex-row p {
    padding: 10px 0 20px;
  }
}
.question_form .flex-row p a {
  color: #13244d;
  text-decoration: underline;
}
.question_form .button-question {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0px;
  font-family: "Montserrat";
  text-transform: none;
  text-align: center;
  border-radius: 0;
  border: none;
  color: #fff;
  background: none;
  position: static;
  transform: none;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 220;
  transition: all 0.2s ease;
}
.question_form .button-question .button {
  display: inline-block;
  width: auto;
  padding: 12px 40px;
  font-family: "Montserrat";
  text-transform: none;
  text-align: center;
  font-size: 18px;
  border-radius: 23px;
  border: 1px solid #cf3a3a;
  color: #fff;
  background-color: #cf3a3a;
  position: static;
  transform: none;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 220;
  transition: all 0.2s ease;
  box-shadow: none;
}
.hidden-menu-ticker {
  display: none;
}

.btn-menu {
  color: #fff;
  background-color: #666;
  padding: 5px;
  position: fixed;
  top: 5px;
  left: 5px;
  cursor: pointer;
  transition: left 0.23s;
  z-index: 3;
  width: 25px;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.btn-menu span {
  display: block;
  height: 5px;
  background-color: #fff;
  margin: 5px 0 0;
  transition: all 0.1s linear 0.23s;
  position: relative;
}

.btn-menu span.first {
  margin-top: 0;
}

.hidden-menu-ticker:checked ~ .btn-menu {
  left: 160px;
}

.hidden-menu-ticker:checked ~ .btn-menu.menu-mobile-midi {
  left: 33px;
  top: -45px;
}

.hidden-menu-ticker:checked ~ ul.navigation-pages {
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10000;
}

.hidden-menu-ticker:checked ~ ul.navigation-pages > li {
  left: 0;
  z-index: 10000;
}

.hidden-menu-ticker:checked ~ .btn-menu span.first {
  -webkit-transform: rotate(45deg);
  top: 10px;
}

.hidden-menu-ticker:checked ~ .btn-menu span.second {
  opacity: 0;
}

.hidden-menu-ticker:checked ~ .btn-menu span.third {
  -webkit-transform: rotate(-45deg);
  top: -10px;
}

.menu-mobile-mini,
.menu-mobile-midi {
  display: none;
}

.menu-mobile-midi {
  margin: 5px 10px;
  position: relative;
  text-transform: uppercase;
  border-radius: 27px;
  border: 2px solid #5b4a43;
  width: 166px;
  box-shadow: 0 0 5px #cfcfcf;
}
.menu-mobile-midi:hover {
  box-shadow: none;
}
.menu-mobile-midi > span {
  color: #fff;
  background: #13244d;
  border-top: 2px solid #6e7ea6;
  border-left: 2px solid #6e7ea6;
  padding: 8px;
  font-size: 14px;
  display: block;
  border-radius: 25px;
  transition: all 0.3s ease;
  height: auto;
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  text-align: center;
}

.only-mobile {
  display: none;
}

.tel {
  text-decoration: none;
  color: #c83d3c;
  font-size: inherit;
}

.content-ch .border-none {
  max-width: 100%;
  margin: 1em auto;
  display: block;
}

.content-two-ch.foruzor .no-up + .imgborder {
  display: flex;
}

.imgborder .fancybox {
  display: flex;
  flex-direction: column;
  margin: 1em auto;
}

.imgborder .fancybox p {
  text-align: center;
}

.imgborder .fancybox img {
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
}

.g-recaptcha {
  transform: scale(0.8);
}

.content-ch label img {
  border: none;
  margin-left: 0;
}

.pagination {
  text-align: center;
}

.pagination a,
.pagination span {
  padding: 5px;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  border-radius: 2px;
  border: 1px solid transparent;
  transition: border 0.2s linear;
}

.pagination a:hover,
.pagination span {
  border: 1px solid #000;
}

.pagination a:visited,
.pagination a:active {
  color: #000000;
}

.hide-box {
  display: none;
}

.file_icon {
  text-decoration: underline;
  padding-left: 35px;
  padding-bottom: 5px;
  margin-left: 5px;
  background-image: url(http://orel-ohotnik.ru/website/img/file-icon.png);
  background-position: left center;
  background-repeat: no-repeat;
}

.green {
  color: #15974d;
}

.underline {
  text-decoration: underline;
}

.reserch h4 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 1em 0;
  margin-top: 2em;
  text-align: left;
}

.reserch h4 + h4 {
  margin-top: 0;
}

.reserch ul {
  list-style: none;
  padding: 0;
  margin-left: 0;
}

img[src*="dogovor_na_uslugi"] {
  position: absolute;
  bottom: -5px;
  left: 0;
  cursor: pointer;
  z-index: 9999;
}

@media screen and (max-width: 1098px) {
  img[src*="dogovor_na_uslugi"] {
    left: 4%;
  }
}
img:not(.header-logo) {
  max-width: 100%;
}

@media screen and (max-width: 800px) {
  img[src*="dogovor_na_uslugi"] {
    bottom: -1px;
    left: 20px;
    max-height: 49px;
  }
}

@media screen and (max-width: 769px) {
  img[src*="dogovor_na_uslugi"] {
    left: 20px;
  }
}

@media screen and (max-width: 600px) {
  img[src*="dogovor_na_uslugi"] {
    bottom: 11px;
    left: calc(50% - 80px);
    max-height: 45px;
  }
  .down-header-ch {
    height: 150px;
  }
  .menu-mobile-midi {
    top: -62px !important;
  }
  .button-question {
    top: 93px !important;
  }
}

@media screen and (max-width: 1000px) {
  .media-margin {
    margin-left: 5%;
    margin-right: 5%;
  }

  .pictbox {
    width: 100%;
    text-align: center;
    margin: 15px 2.5% 0;
  }
}

@media screen and (max-width: 880px) {
  .div-dimensions {
    width: 28%;
  }
}

@media screen and (max-width: 650px) {
  .div-dimensions {
    width: 43%;
  }

  .pic-dim {
    width: 45%;
  }
}

@media screen and (max-width: 500px) {
  .div-dimensions {
    width: 100%;
  }

  .pic-dim {
    width: 100%;
  }
}
@media screen and (min-width: 880px) and (max-width: 920px) {
  .flexbox h2 {
    min-height: 84px;
  }
}

@media screen and (max-width: 480px) {
  img[src*="dogovor_na_uslugi"] {
    bottom: 62px;
    left: calc(50% - 80px);
    max-height: 45px;
  }
}

#hidden-content li {
  list-style-type: none !important;
}

.content--mart::before,
.content--mart::after {
  display: none;
}
.mart_wrapper {
  position: relative;
  padding-top: 5px;
  padding-left: 5px;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: #fff;
}
@media screen and (max-width: 1100px) {
  .content-ch.mart_wrapper {
    padding-right: 0;
  }
}

.mart_wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-width: 2px;
  border-color: rgb(108, 93, 86);
  border-style: solid;
  border-radius: 30px;
  box-sizing: border-box;
  z-index: 1000;
}
.mart {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.mart::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 10px;
  width: 41px;
  height: 101px;
  background-image: url("/website/img/martcot_cat.png");
}
.mart::after {
  content: "";
  position: absolute;
  left: 64%;
  top: 20px;
  width: 60px;
  height: 89px;
  background-image: url("/website/img/martcot_dog.png");
}
@media screen and (max-width: 1100px) {
  .mart::before {
    left: 20px;
    top: 10px;
    width: 31px;
    height: 78px;
    background-size: contain;
  }
  .mart::after {
    left: 65%;
    width: 40px;
    height: 59px;
    background-size: contain;
  }
}
@media screen and (max-width: 720px) {
  .mart::after {
    left: auto;
    right: 30px;
  }
}
@media screen and (max-width: 550px) {
  .mart::before,
  .mart::after {
    display: none;
  }
}

.mart_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28%;
  background-color: #7abfe6;
  border-radius: 0 30px 30px 0;
}
.mart_img img {
  border-radius: 0 30px 30px 0;
}
.mart_img .mart_img2 {
  display: none;
}
.mart_text {
  width: 72%;
  background-image: url("/website/img/martcot_back.jpg");
  background-size: cover;
  border-radius: 30px 0 0 30px;
  text-align: center;
  color: #19120f;
  font-size: 18px;
}
@media screen and (max-width: 720px) {
  .mart_img,
  .mart_text {
    width: 100%;
  }
  .mart_text {
    padding-right: 10px;
    border-radius: 30px 0 0 0;
    background: #e5e1df;
    font-size: 16px;
  }
  .mart_img {
    border-radius: 0 0 30px 30px;
  }
  .mart_img .mart_img1 {
    display: none;
  }
  .mart_img .mart_img2 {
    display: block;
    margin: 0;
    border-radius: 0 0 30px 30px;
  }
}
@media screen and (max-width: 550px) {
  .mart_img {
    order: -1;
    border-radius: 30px 30px 0 0;
  }
  .mart_text {
    border-radius: 0 0 30px 30px;
    padding-bottom: 10px;
  }
}
.mart_text h2 {
  margin: 25px 0;
  font-size: 24px;
  color: rgb(177, 27, 26);
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0.616px 0.788px 0px rgba(255, 255, 255, 1);
}
@media screen and (max-width: 800px) {
  .mart_text h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .mart_text h2 {
    margin: 15px 0;
  }
}
.mart_text p {
  margin: 0 0 10px;
}
.mart_text .mart_tel {
  padding-top: 15px;
}
.mart_text ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 10px 0 25px;
  color: rgb(177, 27, 26);
  font-weight: bold;
  text-shadow: 0.616px 0.788px 0px rgba(255, 255, 255, 0.49);
  text-align: left;
}
.mart_text ul::before {
  content: "";
  position: absolute;
  left: calc(50% - 31.5px);
  bottom: 10px;
  width: 63px;
  height: 3px;
  background-color: rgb(108, 93, 86);
}
.mart_text .red {
  color: rgb(177, 27, 26);
}
.mart_text ul li {
  width: 40%;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .mart_text ul li {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  .mart_text ul li {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
  }
}
.mart_tel b {
  font-size: 20px;
  color: rgb(177, 27, 26);
}
.main-container h1 {
  position: relative;
  margin: 0 0 30px;
  padding: 30px 0;
  font-size: 36px;
  text-align: center;
  font-weight: 400;
  font-family: "Montserrat-ExtraBold";
  text-transform: none;
}
.main-container h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 40px);
  width: 80px;
  height: 8px;
  background-color: rgb(207, 58, 58);
  border-radius: 3px;
}
.main-container h2 {
  margin: 0;
  padding: 25px 0;
  font-size: 30px;
  color: #13244d;
  text-align: left;
  font-weight: 400;
  font-family: "Montserrat-ExtraBold";
  text-transform: none;
}
.main-container h2:first-letter {
  color: rgb(207, 58, 58);
}
@media screen and (max-width: 900px) {
  .main-container h1 {
    font-size: 27px;
  }
  .main-container h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .main-container h1 {
    margin: 0 0 15px;
    padding: 20px 0 15px;
    font-size: 22px;
  }
  .main-container h2 {
    padding: 20px 0;
    font-size: 19px;
  }
}
@media screen and (max-width: 400px) {
  .main-container h1 {
    font-size: 20px;
  }
  .main-container h2 {
    padding: 15px 0;
    font-size: 18px;
  }
}
.main-container {
  padding-top: 30px;
  padding-bottom: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .main-container {
    padding-top: 15px;
    padding-bottom: 20px;
  }
}
.main-container * {
  box-sizing: border-box;
}
.main-catalog,
.gruming,
.contacts,
.articles {
  background-image: url("/website/img/back_main_1.jpg");
  background-size: cover;
}

.main-catalog .flexbox {
  margin-top: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 400px) {
  .main-catalog .flexbox {
    margin-top: 0;
  }
}
.main-catalog .flexbox > div {
  display: flex;
  width: 26%;
  margin-bottom: 25px;
  background-size: cover;
}
.main-catalog .flexbox > div.big {
  width: 44%;
}
.main-catalog .flexbox > div.big.main_catalog_4,
.main-catalog .flexbox > div.big.main_catalog_5 {
  width: 49%;
}
@media screen and (max-width: 500px) {
  .main-catalog .flexbox > div,
  .main-catalog .flexbox > div.big,
  .main-catalog .flexbox > div.big.main_catalog_4,
  .main-catalog .flexbox > div.big.main_catalog_5 {
    width: 49%;
    margin-bottom: 10px;
  }
}
.main_catalog_1 {
  background-image: url("/website/img/new_main_cat1.jpg");
}
.main_catalog_2 {
  background-image: url("/website/img/new_main_cat2.jpg");
}
.main_catalog_3 {
  background-image: url("/website/img/new_main_cat3.jpg");
}
.main_catalog_4 {
  background-image: url("/website/img/new_main_cat4.jpg");
}
.main_catalog_5 {
  background-image: url("/website/img/new_main_cat5.jpg");
}
.main_catalog_6 {
  background-image: url("/website/img/new_main_cat6.jpg");
}
.main_catalog_7 {
  background-image: url("/website/img/new_main_cat7.jpg");
}
.main_catalog_8 {
  background-image: url("/website/img/new_main_cat8.jpg");
}
.main-catalog .flexbox > div a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  width: 100%;
  position: relative;
  padding: 55px 0;
  background-color: rgba(255, 255, 255, 0.3);
  color: inherit;
  text-decoration: none;
  transition: 0.15s;
}
.main-catalog .flexbox > div a span {
  padding: 10px 35px;
  text-align: center;
  font-size: 24px;
  font-family: "Montserrat-ExtraBold";
  background-color: rgba(255, 255, 255, 0.6);
  transition: 0.15s;
}
.main-catalog .flexbox > div a:hover {
  background-color: rgba(0, 0, 0, 0);
}
.main-catalog .flexbox > div a:hover span {
  background-color: rgba(255, 255, 255, 1);
  color: #cf3a3a;
}
@media screen and (max-width: 900px) {
  .main-catalog .flexbox > div a span {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .main-catalog .flexbox > div a span {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 600px) {
  .main-catalog .flexbox > div a span {
    font-size: 16px;
  }
}
@media screen and (max-width: 400px) {
  .main-catalog .flexbox > div a span {
    font-size: 14px;
    padding: 10px;
  }
}
.main-about {
  padding-top: 30px;
  padding-bottom: 80px;
  background-image: url("/website/img/back_main_2.jpg");
  background-size: cover;
  color: #fff;
}
.main-about h2 {
  margin-bottom: 30px;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .main-about {
    padding-top: 0;
    padding-bottom: 0;
  }
  .main-about h2 {
    margin-bottom: 0;
  }
}
.pref_list {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 60px 0 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .pref_list {
    padding: 20px 0 0;
  }
}
.pref_list li {
  position: relative;
  width: 30%;
  min-width: 210px;
  margin-bottom: 20px;
  padding-top: 225px;
}
.pref_list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 105px);
  width: 210px;
  height: 210px;
  border-width: 15px;
  border-color: rgb(208, 210, 216);
  border-style: solid;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
}
.pref_list li::after {
  content: "";
  position: absolute;
  top: 19px;
  left: calc(50% - 86px);
  width: 172px;
  height: 172px;
  border-radius: 50%;
  background-color: rgb(239, 240, 243);
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.pref_list li.pref1::after {
  background-image: url("/website/img/new_pref1.png");
}
.pref_list li.pref2::after {
  background-image: url("/website/img/new_pref2.png");
}
.pref_list li.pref3::after {
  background-image: url("/website/img/new_pref3.png");
}
.pref_list li p {
  position: relative;
  padding: 30px 0 0;
  font-size: 18px;
  font-family: "Montserrat-Bold";
  text-align: center;
}
.pref_list li p::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
  width: 40px;
  height: 4px;
  background-color: rgb(207, 58, 58);
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .pref_list li p {
    font-size: 16px;
  }
}
.main-form {
  overflow: initial;
  position: relative;
  padding-top: 5px;
  padding-bottom: 45px;
  border-top: 5px solid #fff;
  background-image: url("/website/img/back_main_3.jpg");
  background-position: center;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .main-form {
    padding-bottom: 0;
  }
}
.main-form::before {
  content: "";
  width: 434px;
  height: 420px;
  position: absolute;
  bottom: 0;
  right: 20.5%;
  background-image: url("/website/img/new_form_back.png");
  z-index: 10000;
}
@media screen and (max-width: 1140px) {
  .main-form::before {
    right: 5%;
  }
}
@media screen and (max-width: 800px) {
  .main-form::before {
    width: 350px;
    height: 340px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 720px) {
  .main-form::before {
    display: none;
  }
}
.main-form h3 {
  margin: 0;
  padding: 40px 0 15px;
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Montserrat-ExtraBold";
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .main-form h3 {
    padding: 25px 0 15px;
    font-size: 22px;
  }
}
.main-form p {
  margin-bottom: 80px;
  padding: 0;
  font-size: 24px;
  font-family: "Montserrat-Bold";
}
@media screen and (max-width: 600px) {
  .main-form p {
    margin-bottom: 25px;
    font-size: 18px;
  }
}
.main-form .main-form_btn {
  display: inline-block;
  padding: 15px 40px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 25px;
  text-align: center;
  color: #212529;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Montserrat-Bold";
  text-decoration: none;
  transition: 0.25s;
}
.main-form .main-form_btn:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .main-form .main-form_btn {
    padding: 10px 20px;
    font-size: 15px;
  }
}
.main-propos {
  background-color: #eaebf0;
}
.propos_list {
  display: grid;
  grid-template-columns: repeat(4, 24%);
  justify-content: space-between;
  row-gap: 55px;
  margin: 0 0 30px;
  padding: 40px 0 0;
  list-style: none;
}
.propos_list li {
  position: relative;
  width: 100%;
}
.propos_list li.main-form {
  grid-column: 2/-1;
}
.propos_list li .img_wrapper {
  position: relative;
  width: 100%;
}
.propos_list li .img_wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 8px solid rgba(255, 255, 255, 0.55);
  box-sizing: border-box;
  z-index: 1000;
}
.propos_list li .img_wrapper img {
  width: 100%;
}
.propos_list li p {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 93px;
  padding: 5px 22px;
  padding-right: 8px;
  background-color: rgba(20, 37, 79, 0.8);
  font-size: 18px;
  font-family: "Montserrat-ExtraBold";
  text-align: left;
  color: #fff;
}
.propos_list li p::before {
  content: "";
  width: 8px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #cf3a3a;
  z-index: 10000;
}
.propos_list li p b {
  font-weight: 400;
  font-size: 24px;
}
.propos_list .main-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 30px 30px 30px 50px;
  background: url('/website/img/propos_list_form.jpg') 40% center / cover no-repeat, #162753;
  background-position: 60% center;
  padding-bottom: 0;
  border: none;
  font-family: "Montserrat-ExtraBold";
}
.propos_list .main-form::before {
  width: 325px;
  height: 315px;
  background-size: 100%;
  background-repeat: no-repeat;
  right: 8%;
}
.propos_list .main-form_question {
  margin-bottom: 40px;
}
.propos_list .main-form h3 {
  padding-top: 0;
}
@media screen and (max-width: 1140px) {
  .propos_list li p {
    font-size: 16px;
  }
  .propos_list li p b {
    font-size: 18px;
  }
  .propos_list .main-form::before {
    width: 290px;
    height: 280px;
    right: 5%;
  }
  .propos_list .main-form_question {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 900px) {
  .propos_list {
    grid-template-columns: repeat(3, 32%);
    row-gap: 40px;
  }
  .propos_list li.main-form {
    grid-column: initial;
  }
  .propos_list .main-form {
    padding: 10px;
    align-items: center;
    text-align: center;
  }
  .propos_list .main-form::before {
    display: none;
  }
  .propos_list .main-form h3 {
    font-size: 24px;
    text-align: center;
  }
  .propos_list .main-form_btn {
    padding: 12px 5px;
    width: 100%;
    max-width: 200px;
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .propos_list .main-form h3 {
    font-size: 20px;
    text-align: center;
  }
  .propos_list .main-form_question {
    font-size: 16px;
  }
  .propos_list .main-form_btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 680px) {
  .propos_list {
    grid-template-columns: repeat(2, 48.5%);
    row-gap: 25px;
    padding: 0;
  }
  .propos_list li p {
    font-size: 14px;
  }
  .propos_list li p b {
    font-size: 16px;
  }

}
@media screen and (max-width: 480px) {

  .propos_list .main-form h3 {
    padding-bottom: 10px;
    font-size: 20px;
  }
  .propos_list .main-form_question {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .propos_list .main-form_btn {
    font-size: 15px;
    line-height: 1em;
  }
}
@media screen and (max-width: 420px) {
  .propos_list {
    grid-template-columns: 100%;
  }
  .propos_list .main-form {
    min-height: 240px;
    row-gap: 10px;
  }
}

@media screen and (min-width: 601px) {
  .main-text {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.main-text_imgs {
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .main-text_imgs {
    margin-top: 15px;
  }
}
.main-text_imgs img {
  display: block;
  border: 8px solid #f3f2f7;
  width: 49%;
  margin-bottom: 15px;
}
@media screen and (max-width: 400px) {
  .main-text_imgs img {
    width: 100%;
    border-width: 4px;
  }
}

.principles ol {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 90px 0 120px;
  counter-reset: myCounter;
}
.principles ol li {
  max-width: 35%;
  position: relative;
  list-style: none;
  min-height: 128px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 150px;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Montserrat-ExtraBold";
}
@media screen and (max-width: 1060px) {
  .principles ol li {
    max-width: 31%;
    font-size: 21px;
  }
}
@media screen and (max-width: 970px) {
  .principles ol {
    padding: 50px 0;
  }
  .principles ol li {
    max-width: 46%;
  }
  .principles ol li:last-child {
    width: 100%;
    max-width: 100%;
  }
  .principles ol li br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .principles ol {
    padding: 15px 0;
  }
  .principles ol li {
    font-size: 19px;
  }
}
@media screen and (max-width: 690px) {
  .principles ol li {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .principles ol li {
    min-height: 100px;
    padding-left: 120px;
  }
}
.principles ol li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 128px;
  height: 128px;
  background-color: #d0d2d8;
  border-radius: 50%;
}
.principles ol li::after {
  counter-increment: myCounter;
  content: counter(myCounter);
  border-width: 1px;
  border-color: #fff;
  border-style: solid;
  border-radius: 50%;
  background-color: #eff0f3;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 108px;
  height: 108px;
  box-sizing: border-box;
  color: #cf3a3a;
  font-size: 60px;
  line-height: 108px;
  font-family: "Montserrat-ExtraBold";
  text-align: center;
}
@media screen and (max-width: 400px) {
  .principles ol li::before {
    width: 100px;
    height: 100px;
  }
  .principles ol li::after {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
.gruming .flexbox {
  align-items: flex-start;
  justify-content: space-between;
}
.gruming .main-container > .flexbox > div {
  width: 45%;
  flex-wrap: wrap;
}
.gruming .spec_item {
  flex-direction: row;
  justify-content: space-between;
  width: 45%;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .gruming .main-container > .flexbox > div,
  .gruming .spec_item {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .gruming .main-container > .flexbox > div,
  .gruming .spec_item {
    width: 100%;
    max-width: 100%;
  }
}
.gruming h2 {
  width: 100%;
  padding-bottom: 50px;
}
.gruming .spec_item > a.fancybox {
  width: 45%;
  box-sizing: border-box;
}
.gruming .spec_item > div {
  width: 52%;
}
@media screen and (min-width: 900px) {
  .gruming .spec_item > div p:first-child {
    margin-bottom: 35px;
  }
  .gruming .spec_item a.certifications {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .gruming h2 {
    padding-bottom: 25px;
  }
  .gruming .spec_item > a.fancybox {
    width: 240px;
    max-width: 100%;
  }
  .gruming .spec_item > div {
    width: calc(100% - 260px);
  }
}
@media screen and (max-width: 480px) {
  .gruming .spec_item > div {
    width: 100%;
  }
  .gruming .spec_item > a.fancybox {
    margin: 0 auto 15px;
  }
}

.gruming .spec_item a.certifications {
  background-color: #eaebf0;
  border-color: #d6d7e1;
}
.gruming .gruming_tel {
  position: relative;
  width: 100%;
  margin-top: 45px;
  padding-left: 45px;
  font-size: 24px;
  color: #13244d;
  font-family: "Montserrat-Bold";
  text-decoration: none;
  text-align: left;
}
.gruming .gruming_tel::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 0;
  width: 28px;
  height: 28px;
  background-image: url(/website/img/blue_tel.png);
}
@media screen and (max-width: 767px) {
  .gruming .gruming_tel {
    margin-top: 15px;
  }
}
.gruming_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gruming_list ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 47px;
  font-family: "Montserrat-Bold";
  font-size: 21px;
  text-align: left;
}
.gruming_list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-image: url(/website/img/red-check.png);
}
@media screen and (max-width: 900px) {
  .gruming_list ul li {
    font-size: 19px;
  }
}
@media screen and (max-width: 600px) {
  .gruming_list ul li {
    font-size: 17px;
  }
}
.gruming_price .main-container h2 {
  position: relative;
  margin: 0 0 30px;
  padding: 30px 0;
  font-size: 36px;
  text-align: center;
  font-weight: 400;
  font-family: "Montserrat-ExtraBold";
  text-transform: none;
  color: #212529;
}
.gruming_price .main-container h2:first-letter {
  color: #212529;
}
.gruming_price .main-container h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 40px);
  width: 80px;
  height: 8px;
  background-color: rgb(207, 58, 58);
  border-radius: 3px;
}
@media screen and (max-width: 900px) {
  .gruming_price .main-container h2 {
    font-size: 27px;
  }
}
@media screen and (max-width: 600px) {
  .gruming_price .main-container h2 {
    margin: 0 0 15px;
    padding: 20px 0 15px;
    font-size: 22px;
  }
}
@media screen and (max-width: 400px) {
  .gruming_price .main-container h2 {
    font-size: 20px;
  }
}
.gruming_item:nth-child(even) {
  background-color: #eaebf0;
}
@media screen and (max-width: 600px) {
  .timer {
    transform: scale(1.3) translateX(-4%);
  }
}
@media screen and (max-width: 400px) {
  .timer {
    transform: scale(1.4) translateX(-4.5%);
  }
}

.ny_time {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  background-image: url("/website/img/ny_time_1920.jpg");
  background-size: cover;
  background-position: center;
}
.ny_time p:first-child {
  max-width: 400px;
  margin-left: 160px;
  margin-right: 95px;
  text-transform: uppercase;
  color: #ffc45e;
  font-size: 24px;
  font-family: "Montserrat-Bold";
}
@media screen and (max-width: 1120px) {
  .ny_time p:first-child {
    margin-left: 60px;
  }
}
@media screen and (max-width: 940px) {
  .ny_time {
    padding: 0 15px;
    background-position: 34%;
    justify-content: space-between;
  }
  .ny_time p:first-child {
    margin: 0;
  }
}
@media screen and (max-width: 800px) {
  .ny_time {
    background-position: right;
  }
}
@media screen and (max-width: 600px) {
  .ny_time {
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-color: #1e315e;
  }
  .ny_time p:first-child {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 420px) {
  .ny_time p:first-child {
    font-size: 19px;
  }
}
@media screen and (max-width: 370px) {
  .ny_time p:first-child {
    font-size: 18px;
  }
}
.ny_time p:last-child {
  font-size: 18px;
  font-family: "Montserrat-Bold";
  color: #fff;
}
@media screen and (max-width: 420px) {
  .ny_time p:last-child {
    font-size: 16px;
  }
}
@media screen and (max-width: 370px) {
  .ny_time p:last-child {
    font-size: 13.5px;
  }
}
.ny_time p:last-child span {
  color: #ffc45e;
}

.mart-kot {
  background-color: #eaebf0;
  font-size: 16px;
}
.mart-kot .main-container > p:first-child {
  margin: 0;
  padding: 30px 0 10px;
  text-align: center;
  color: #c72222;
  font-size: 18px;
  font-family: "Montserrat-Bold";
}
.mart-kot .main-container > p:first-child b {
  display: block;
  font-weight: 400;
  font-family: "Montserrat-ExtraBold";
  text-transform: uppercase;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .mart-kot .main-container > p:first-child b {
    font-size: 20px;
  }
}
@media screen and (max-width: 400px) {
  .mart-kot .main-container > p:first-child {
    font-size: 16px;
  }
  .mart-kot .main-container > p:first-child b {
    font-size: 17px;
  }
}
.mart-kot .flexbox {
  justify-content: space-between;
  align-items: center;
}
.mart-kot .wh {
  width: calc(100% - 391px);
  padding: 20px 30px;
  background-color: #fff;
}
.mart-kot .wh p {
  margin: 0 0 5px;
  padding: 0;
  text-align: left;
}
.mart-kot .wh p b {
  display: block;
  font-weight: 400;
  font-family: "Montserrat-Bold";
}
.mart-kot .wh ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 900px) {
  .mart-kot .wh ul {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .mart-kot div.flexbox {
    justify-content: center;
  }
  .mart-kot .wh {
    width: 100%;
    order: 2;
  }
  .mart-kot .main-container {
    padding-top: 0;
    padding-bottom: 10px;
  }
}
.mart-kot .wh ul li {
  width: 48%;
  margin-bottom: 15px;
  font-family: "Montserrat-Bold";
  text-align: left;
}
@media screen and (max-width: 400px) {
  .mart-kot .wh ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.mart-kot .wh ul li span {
  color: #c72222;
  font-family: "Montserrat-ExtraBold";
}
.mart-kot .flexbox + p {
  padding-bottom: 0;
}
.mart-kot .flexbox + p b {
  font-family: "Montserrat-Bold";
}
.mart-kot .mart-kot_end {
  padding-top: 8px;
  font-size: 18px;
  font-family: "Montserrat-Bold";
}
.mart-kot .mart-kot_end a {
  color: #c72222;
  white-space: nowrap;
  font-family: "Montserrat-ExtraBold";
}
@media screen and (max-width: 400px) {
  .mart-kot .mart-kot_end {
    font-size: 16px;
  }
}

.cv_warn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 12px;
  padding-left: 112px;
  background-color: #f03737;
  color: #fff;
  background-image: url("/website/img/warn_icon.png");
  background-repeat: no-repeat;
  background-position: 40px center;
}
@media screen and (max-width: 768px) {
  .cv_warn {
    display: block;
  }
}
@media screen and (max-width: 520px) {
  .cv_warn {
    padding: 12px;
    background-size: 15px;
    background-position: 15px 15px;
  }
}
@media screen and (max-width: 360px) {
  .cv_warn {
    background-image: none;
  }
}
.cv_warn p:first-child {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-family: "Montserrat-Bold";
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .cv_warn p:first-child {
    font-size: 25px;
    text-align: center;
  }
}
@media screen and (max-width: 460px) {
  .cv_warn p:first-child {
    padding: 0 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 360px) {
  .cv_warn p:first-child {
    padding: 0;
    font-size: 18px;
  }
}
.cv_warn p:first-child b {
  display: block;
  text-transform: uppercase;
  font-family: "Montserrat-ExtraBold";
}
.cv_warn p:last-child {
  position: relative;
  max-width: 550px;
  margin: 0;
  padding: 15px 35px;
  font-size: 18px;
}
@media screen and (max-width: 800px) {
  .cv_warn p:last-child {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .cv_warn p:last-child {
    margin: 15px auto 0;
  }
}
@media screen and (max-width: 520px) {
  .cv_warn p:last-child {
    width: calc(100% - 30px);
    margin-left: 30px;
    font-size: 16px;
  }
}
@media screen and (max-width: 360px) {
  .cv_warn p:last-child {
    width: 100%;
    margin-left: auto;
    padding: 0 0 15px;
  }
  .cv_warn p:last-child::before,
  .cv_warn p:last-child::after {
    display: none;
  }
}
.cv_warn p:last-child b {
  font-family: "Montserrat-Bold";
  font-weight: 400;
}
.cv_warn p:last-child span {
  position: relative;
  z-index: 2;
}
.cv_warn p:last-child::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(228, 33, 41);
  border-radius: 20px;
  transform: skew(-15deg);
  z-index: 1;
}
.cv_warn p:last-child::after {
  content: "";
  position: absolute;
  left: -45px;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ea2c30;
  border-radius: 20px;
  transform: skew(-15deg);
}
@media screen and (max-width: 520px) {
  .cv_warn p:last-child::before {
    left: -7px;
    transform: skew(-7deg);
  }
  .cv_warn p:last-child::after {
    left: -15px;
    transform: skew(-7deg);
  }
}
.services {
  background-image: url("/website/img/back_main_1.jpg");
  background-position: top;
  background-repeat: no-repeat;
}
.services h1 {
  color: inherit;
}
.services_intro {
  padding-top: 20px;
}
.services__link_price {
  display: block;
  width: 498px;
  max-width: 100%;
  margin: 20px auto 0;
  padding: 18px 20px 18px 80px;
  border-width: 1px;
  border-color: rgb(207, 58, 58);
  border-style: solid;
  border-radius: 30px;
  background-color: rgb(254, 254, 254);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 511 511' style='enable-background:new 0 0 511 511;' xml:space='preserve'%3E%3Cpath style='fill:%23E24C3F;' d='M511,431c0,44.183-35.817,80-80,80H80c-44.183,0-80-35.817-80-80V104L104,0h327 c44.183,0,80,35.817,80,80V431z'/%3E%3Cpolygon style='opacity:0.2;fill:%235D5D5D;enable-background:new ;' points='0,159.733 0,104 55.467,104 '/%3E%3Cpath style='fill:%23FF7063;' d='M0,104h69.334C88.4,104,104,88.666,104,69.6V0L0,104z'/%3E%3Cpath style='fill:%23FF7063;' d='M85.652,343.717V176.396h82.818c7.861,0,14.844,1.286,20.945,3.852 c6.098,2.569,11.154,6.14,15.168,10.714c4.01,4.574,7.061,10.032,9.148,16.371c2.084,6.342,3.129,13.361,3.129,21.065 s-1.004,14.927-3.01,21.667c-2.008,6.741-4.977,12.561-8.906,17.455c-3.936,4.897-8.949,8.75-15.047,11.556 c-6.102,2.811-13.242,4.213-21.428,4.213h-55.613v60.429H85.652V343.717z M112.857,201.434v56.335h46.225 c10.592,0,18.334-2.366,23.232-7.102c4.893-4.732,7.342-12.158,7.342-22.27c0-9.63-2.609-16.529-7.824-20.705 c-5.217-4.171-12.801-6.259-22.75-6.259h-46.225V201.434z'/%3E%3Cpath style='fill:%23FF7063;' d='M314.846,180.729l26.242-7.223V316.03c0,3.051,0.156,5.778,0.48,8.186 c0.32,2.407,0.723,4.657,1.203,6.741c0.641,1.926,1.363,3.973,2.168,6.139c0.801,2.167,1.842,4.375,3.129,6.621h-27.686 c-0.963-1.603-1.926-3.77-2.889-6.5c-0.645-2.89-1.125-5.455-1.445-7.704c-4.814,4.814-10.314,8.87-16.492,12.158 c-6.18,3.287-12.801,4.935-19.861,4.935c-8.348,0-15.689-1.365-22.029-4.093c-6.342-2.727-11.676-6.5-16.01-11.314 c-4.332-4.815-7.582-10.552-9.75-17.214c-2.166-6.658-3.25-13.844-3.25-21.548v-11.556c0-20.381,5.375-35.71,16.131-45.983 c10.75-10.27,26.4-15.408,46.945-15.408c7.863,0,15.566,1.527,23.113,4.574L314.846,180.729L314.846,180.729z M314.846,248.38 c-3.533-2.084-7.584-3.528-12.158-4.334c-4.574-0.801-8.871-1.203-12.881-1.203c-6.42,0-11.838,0.884-16.25,2.647 c-4.416,1.769-8.027,4.255-10.834,7.464c-2.811,3.212-4.814,7.064-6.02,11.556c-1.203,4.495-1.805,9.39-1.805,14.686v8.908 c0,4.495,0.32,8.87,0.963,13.121c0.639,4.254,1.885,7.986,3.732,11.194c1.842,3.213,4.371,5.819,7.582,7.824 c3.209,2.009,7.381,3.01,12.52,3.01c3.371,0,6.699-0.561,9.992-1.686c3.287-1.121,6.459-2.606,9.51-4.453 c3.047-1.844,5.898-3.89,8.545-6.14c2.648-2.246,5.016-4.574,7.104-6.981L314.846,248.38L314.846,248.38z'/%3E%3Cpath style='fill:%23FF7063;' d='M374.549,208.896c0-4.491,0.602-8.866,1.807-13.121c1.203-4.25,3.088-8.023,5.656-11.315 c2.566-3.287,5.938-5.936,10.111-7.944c4.172-2.005,9.148-3.01,14.928-3.01c2.727,0,5.814,0.282,9.268,0.843 c3.451,0.564,6.459,1.245,9.029,2.047V197.1h-9.631c-4.977,0-8.707,1.365-11.193,4.093c-2.49,2.731-3.732,6.5-3.732,11.315v9.871 h23.354l-6.982,21.667h-16.371v99.671h-26.242v-99.671h-15.166v-21.667h15.166v-13.483H374.549z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M85.652,337.717V170.396h82.818c7.861,0,14.844,1.286,20.945,3.852 c6.098,2.569,11.154,6.14,15.168,10.714c4.01,4.574,7.061,10.032,9.148,16.371c2.084,6.342,3.129,13.361,3.129,21.065 s-1.004,14.927-3.01,21.667c-2.008,6.741-4.977,12.561-8.906,17.455c-3.936,4.897-8.949,8.75-15.047,11.556 c-6.102,2.811-13.242,4.213-21.428,4.213h-55.613v60.429H85.652V337.717z M112.857,195.434v56.335h46.225 c10.592,0,18.334-2.366,23.232-7.102c4.893-4.732,7.342-12.158,7.342-22.27c0-9.63-2.609-16.529-7.824-20.705 c-5.217-4.171-12.801-6.259-22.75-6.259h-46.225V195.434z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M314.846,174.729l26.242-7.223V310.03c0,3.051,0.156,5.778,0.48,8.186 c0.32,2.407,0.723,4.657,1.203,6.741c0.641,1.926,1.363,3.973,2.168,6.139c0.801,2.167,1.842,4.375,3.129,6.621h-27.686 c-0.963-1.603-1.926-3.77-2.889-6.5c-0.645-2.89-1.125-5.455-1.445-7.704c-4.814,4.814-10.314,8.87-16.492,12.158 c-6.18,3.287-12.801,4.935-19.861,4.935c-8.348,0-15.689-1.365-22.029-4.093c-6.342-2.727-11.676-6.5-16.01-11.314 c-4.332-4.815-7.582-10.552-9.75-17.214c-2.166-6.658-3.25-13.844-3.25-21.548v-11.556c0-20.381,5.375-35.71,16.131-45.983 c10.75-10.27,26.4-15.408,46.945-15.408c7.863,0,15.566,1.527,23.113,4.574L314.846,174.729L314.846,174.729z M314.846,242.38 c-3.533-2.084-7.584-3.528-12.158-4.334c-4.574-0.801-8.871-1.203-12.881-1.203c-6.42,0-11.838,0.884-16.25,2.647 c-4.416,1.769-8.027,4.255-10.834,7.464c-2.811,3.212-4.814,7.064-6.02,11.556c-1.203,4.495-1.805,9.39-1.805,14.686v8.908 c0,4.495,0.32,8.87,0.963,13.121c0.639,4.254,1.885,7.986,3.732,11.194c1.842,3.213,4.371,5.819,7.582,7.824 c3.209,2.009,7.381,3.01,12.52,3.01c3.371,0,6.699-0.561,9.992-1.686c3.287-1.121,6.459-2.606,9.51-4.453 c3.047-1.844,5.898-3.89,8.545-6.14c2.648-2.246,5.016-4.574,7.104-6.981L314.846,242.38L314.846,242.38z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M374.549,202.896c0-4.491,0.602-8.866,1.807-13.121c1.203-4.25,3.088-8.023,5.656-11.315 c2.566-3.287,5.938-5.936,10.111-7.944c4.172-2.005,9.148-3.01,14.928-3.01c2.727,0,5.814,0.282,9.268,0.843 c3.451,0.564,6.459,1.245,9.029,2.047V191.1h-9.631c-4.977,0-8.707,1.365-11.193,4.093c-2.49,2.731-3.732,6.5-3.732,11.315v9.871 h23.354l-6.982,21.667h-16.371v99.671h-26.242v-99.671h-15.166v-21.667h15.166v-13.483H374.549z'/%3E%3C/svg%3E%0A");
  background-position: 25px center;
  background-repeat: no-repeat;
  background-size: 36px;
  color: #cf3a3a;
  font-family: "Montserrat-ExtraBold";
  text-align: center;
  font-size: 18px;
  text-decoration: none;
}
.services__link_price:hover {
  border-color: #fff;
}
@media screen and (max-width: 992px) {
  .services_intro {
    padding-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .services__link_price {
    margin: 20px auto 0;
    font-size: 16px;
  }
}
.services_list {
  padding-top: 10px;
  position: relative;
  overflow: hidden;
  background-color: #eaebf0;
}
.services_list::after {
  content: "";
  position: absolute;
  bottom: -90px;
  right: 0;
  width: 554px;
  height: 554px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='diagnoz.svg' class='cls-1' d='M889.445,1650.95a1,1,0,0,1-.89-1.79,8,8,0,1,0-7.11,0,1,1,0,0,1-.89,1.79A10,10,0,1,1,889.445,1650.95Zm-34.459-8.02c0,0.02.014,0.05,0.014,0.07v5.5a14.5,14.5,0,0,0,29,0V1647a0.885,0.885,0,0,1,.02-0.1,5,5,0,1,1,1.96,0,0.885,0.885,0,0,1,.02.1v1.5a16.5,16.5,0,0,1-33,0V1643a0.572,0.572,0,0,1,.014-0.07,65.534,65.534,0,0,1-13.719-10.1,1,1,0,0,1,1.408-1.43,64.557,64.557,0,0,0,13.3,9.79c3.115-1.72,21-12.12,21-24.59,0-6.09-4.417-11.09-10-11.55a4.045,4.045,0,1,1-.543-2.03c6.945,0.17,12.548,6.19,12.548,13.58C877,1630.33,858.431,1641.06,854.986,1642.93ZM888,1642a3,3,0,1,0-3,3A3.006,3.006,0,0,0,888,1642Zm-27-39a2,2,0,1,0,2,2A2,2,0,0,0,861,1603Zm5,23v2h-6a0.992,0.992,0,0,1-.923-0.62l-4-9.59-5.134,14.54a1.01,1.01,0,0,1-.881.67H849a1,1,0,0,1-.894-0.55l-4.186-8.37-2.063,3.43a0.984,0.984,0,0,1-.857.49H831v-2h2.834a18.433,18.433,0,0,1-2.834-9.4c0-7.39,5.6-13.41,12.548-13.58a3.975,3.975,0,1,1-.543,2.03c-5.588.46-10,5.46-10,11.55a17.15,17.15,0,0,0,3.2,9.4h4.235l2.709-4.51a0.935,0.935,0,0,1,.9-0.49,1,1,0,0,1,.855.55l3.947,7.9,5.216-14.78a1,1,0,0,1,1.866-.05l4.744,11.38H866Zm-19-19a2,2,0,1,0-2-2A2,2,0,0,0,847,1607Z' transform='translate(-831 -1601)'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 554px;
  opacity: 0.3;
}
.services_list h2 {
  line-height: 1.4em;
}
.services_list .main-container {
  position: relative;
  z-index: 1;
}
.services_list ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  column-count: 2;
}
@media screen and (max-width: 620px) {
  .services_list ul {
    margin: 0;
    column-count: 1;
  }
}
.services_list ul li {
  position: relative;
  min-height: 30px;
  margin-bottom: 20px;
  padding-top: 2px;
  padding-left: 55px;
  font-size: 18px;
  font-weight: 600;
}
.services_list ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-size: 40px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:%23EAEBF0;%7D .st2%7Bfill:%23CF3A3A;%7D%0A%3C/style%3E%3Cg%3E%3Ccircle class='st0' cx='256' cy='256' r='183.5'/%3E%3Ccircle class='st1' cx='256' cy='256' r='151.2'/%3E%3Cpath class='st2' d='M238.1,325.8c-4.8,0-9.5-2-12.8-5.4l-58.2-60c-7-7-6.9-18.4,0.1-25.3c7-7,18.4-6.9,25.3,0.1 c0.1,0.1,0.2,0.2,0.2,0.3l44.9,46.2l81.2-89.6c6.7-7.2,18.1-7.6,25.3-0.9c7.1,6.6,7.6,17.6,1.2,24.9l-94,103.8 c-3.3,3.7-8,5.8-13,5.9H238.1z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.housecall {
  background-color: #cf3a3a;
}
.housecall .main-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.housecall p:first-child {
  width: 100%;
  padding: 25px 0 70px;
  color: #fff;
  font-size: 30px;
  font-family: "Montserrat-ExtraBold";
}
@media screen and (max-width: 900px) {
  .services_list {
    padding-top: 0;
  }
  .housecall p:first-child {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .housecall p:first-child {
    padding: 25px 0 50px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .services_list ul li {
    margin-bottom: 15px;
  }
}
.housecall__block {
  width: 48%;
  max-width: 460px;
  margin: 0 0 25px;
  padding: 25px 40px;
  font-size: 18px;
  border-radius: 13px;
  background-color: rgb(254, 254, 254);
  box-shadow: -14.142px -14.142px 0px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 900px) {
  .housecall__block {
    padding: 25px;
  }
}
@media screen and (max-width: 660px) {
  .housecall__block {
    width: 100%;
    max-width: 380px;
  }
}
.housecall__block b {
  font-family: "Montserrat-Bold";
}
.housecall__block span {
  display: block;
  font-weight: 600;
  color: #cf3a3a;
}
.services_text {
  overflow: visible;
  padding-top: 55px;
  padding-bottom: 20px;
}
.services_text p {
  line-height: 1.3em;
}
.services_photos {
  padding-top: 75px;
}
.service_imgs {
  margin-bottom: 60px;
}
.service_imgs__block--grid4 {
  display: grid;
  grid-template-columns: repeat(3, 31%);
  row-gap: 15px;
  justify-content: space-between;
  align-items: start;
}
.service_imgs__block--grid4 .service_imgs__item:nth-child(1),
.service_imgs__block--grid4 .service_imgs__item:nth-child(2) {
  grid-row: 1/3;
}
.service_imgs__block--grid4 .service_imgs__item:nth-child(4) {
  align-self: end;
}
.service_imgs__item {
  display: block;
}
.service_imgs__block img {
  display: block;
}
.service_imgs__desc {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  padding: 10px;
  background-color: rgba(19, 36, 77, 0.9);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin: -20px 30px 0;
}
.service_row,
.service_imgs__block--flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service_imgs__block--flex {
  row-gap: 15px;
}
.service_row .service_imgs,
.service_imgs__block--flex .service_imgs__item {
  width: 48%;
}
@media screen and (max-width: 992px) {
  .services_text {
    padding-top: 30px;
  }
  .services_photos {
    padding-top: 30px;
  }
  .service_imgs__desc {
    min-height: 70px;
    font-size: 18px;
    margin-top: -15px;
  }
  .service_imgs {
    margin-bottom: 40px;
  }
  .service_imgs__block--grid4 {
    grid-template-columns: repeat(3, 31.5%);
  }
  .service_row .service_imgs,
  .service_imgs__block--flex .service_imgs__item {
    width: 48.5%;
  }
}
@media screen and (max-width: 768px) {
  .service_imgs {
    margin-bottom: 25px;
  }
  .service_imgs__desc {
    font-size: 16px;
    margin: -10px 15px 0;
    min-height: 60px;
  }
}
@media screen and (max-width: 600px) {
  .service_imgs__block--grid4 {
    grid-template-columns: repeat(2, 48.5%);
  }
  .service_imgs__block--grid4 .service_imgs__item:nth-child(1), .service_imgs__block--grid4 .service_imgs__item:nth-child(2) {
    grid-row: initial;
  }
  .service_row .service_imgs, .service_imgs__block--flex .service_imgs__item {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .service_imgs__block--grid4 {
    grid-template-columns: 100%;
  }
}


.services_text p b {
  display: block;
  margin-top: 10px;
  padding-left: 18px;
  font-family: "Montserrat-Bold";
}
.services_price {
  background-color: #eaebf0;
}
.services_price__important {
  margin: 10px 0 25px;
  padding: 25px 70px;
  padding-left: 120px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  background-position: 50px center, center;
  background-repeat: no-repeat;
  background-image: url("/website/img/warn_icon.png"),
    linear-gradient(0deg, rgb(207, 58, 58) 0%, rgb(230, 73, 73) 100%);
}
@media screen and (max-width: 800px) {
  .services_price__important {
    padding: 15px;
    padding-left: 120px;
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .services_price__important {
    padding: 100px 20px 20px;
    background-position: center 10px, center;
  }
}
.services_price__important b {
  font-family: "Montserrat-Bold";
  font-weight: 400;
}
.services_price__important span {
  display: block;
  margin-top: 10px;
}
@media screen and (min-width: 721px) {
  .ny_graf_mobile {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .ny_graf {
    display: none;
  }
}
.job_block {
  padding: 23px 0;
  color: #fff;
  background-image: url('/website/img/job_block_bg.jpg');
  background-size: cover;
  background-position: 35%;
}
  @media screen and (max-width: 1140px) {
    .job_block {
      padding: 15px 0;
    }
  }
  @media screen and (max-width: 413px) {
    .job_block {
      background-position: right;
    }
  }
.job_block .main-container {
  padding-top: 0;
  padding-bottom: 0;
}
.job_block__text {
  position: relative;
  max-width: 750px;
  margin-left: auto;
  padding: 40px 40px 26px 60px;
}
.job_block__text::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 79px;
  height: 79px;
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
}
.job_block__text::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 57px;
  height: 57px;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
}
.job_block__text p {
  margin: 0;
  padding: 0;
  font-size: 36px;
  line-height: 1.1;
  font-family: "Montserrat-ExtraBold";
}
.job_block__text p span {
  display: block;
  margin: 6px 0 25px;
}
.job_block__text .job_block__small {
  font-size: 28px;
  font-family: "Montserrat-Bold";
}
.job_block__text a {
  color: inherit;
  text-decoration: none;
}
  @media screen and (max-width: 1140px) {
    .job_block__text {
        max-width: 60%;
        padding: 25px 40px;
    }
    .job_block__text p {
      font-size: 28px;
    }
    .job_block__text p span {
      margin: 5px 0 15px;
    }
    .job_block__text .job_block__small {
      font-size: 22px;
    }
  }
  @media screen and (max-width: 768px) {
    .job_block__text {
        padding: 15px 20px;
    }
    .job_block__text::before {
      width: 40px;
      height: 40px;
      border-top: 3px solid #fff;
      border-left: 3px solid #fff;
    }
    .job_block__text::after {
      width: 35px;
      height: 35px;
      border-bottom: 2px solid #fff;
      border-right: 2px solid #fff;
    }
    .job_block__text p {
      font-size: 20px;
    }
    .job_block__text .job_block__small {
      font-size: 16px;
    }
  }
  @media screen and (max-width: 413px) {
    .job_block__text {
      max-width: 100%;
    }
  }
  .gdpr {
    position: fixed;
    top: auto;
    bottom: 0;
    height: auto;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    box-shadow: 0px 3px 38px 0px rgba(99, 99, 99, 0.38);
    padding: 15px 0;
    font-weight: 600;
    z-index: 1000;
  }
  .gdpr--white {
    background-color: rgba(255, 255, 255, 0.9);
    color: #090f1f;
    border-top: 3px solid #191919;
  }
  .gdpr .container {
    display: grid;
    grid-template-columns: 1fr 244px;
    grid-column-gap: 80px;
    align-items: center;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0;
  }
  .gdpr .container:before,
  .gdpr .container:after {
    display: none;
  }
  .gdpr p,
  .gdpr small {
    margin: 0;
    padding: 0;
    color: inherit;
    font-size: 14px;
    line-height: 1.3;
  }
  .gdpr .container > small {
    display: none;
  }
  .btn_close {
    grid-row: 1/3;
    grid-column: 2/3;
    display: block;
    margin: 0;
    padding: 20px;
    font-size: 14px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    border: none;
    background-color: #fff;
    cursor: pointer;
    font-weight: 600;
  }
  .gdpr--white .btn_close {
    background-color: #000000;
    color: #fff;
  }
  .btn_close:hover {
    color: #000;
  }
  .gdpr--white .btn_close:hover {
    color: #fff;
  }
  @media screen and (max-width: 991px) {
    .gdpr .container {
      grid-template-columns: 1fr 200px;
      grid-column-gap: 40px;
    }
  }
  @media screen and (max-width: 680px) {
    .gdpr {
      padding: 20px 0 15px;
    }
    .gdpr .container {
      grid-template-columns: 1fr 175px;
      grid-column-gap: 35px;
    }
    .gdpr p {
      grid-column: 1/-1;
      margin-bottom: 10px;
      font-size: 13px;
    }
    .gdpr p small {
      display: none;
    }
    .gdpr .container > small {
      display: block;
      font-size: 12px;
      font-weight: normal;
    }
    .btn_close {
      grid-row: 2/3;
      grid-column: 2/3;
      font-size: 13px;
    }
  }
  @media screen and (max-width: 400px) {
    .gdpr .container {
      grid-template-columns: 1fr 145px;
      grid-column-gap: 20px;
    }
    .btn_close {
      padding: 15px 10px;
    }
  }
.phones_row {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.phones_row a {
  text-decoration: none;
  color: inherit;
  flex-shrink: 0;
}
.phones_row a img {
  display: block;
}
header .mobile_tel {
  font-family: "Montserrat-ExtraBold";
}
@media screen and (max-width: 540px) {
  .menu-mobile-midi {
    left: 0;
    width: 100%;
    max-width: 300px;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    background: transparent;
    box-shadow: none;
    margin: 0;
    z-index: 100 !important;
  }
  .hidden-menu-ticker:checked ~ .btn-menu.menu-mobile-midi {
    left: 30px;
    transform: none;
  }
  .menu-mobile-midi > span {
    max-width: 105px;
    margin-left: 0;
    padding: 10px;
  }
}


.spec_item--form {
  grid-column: span 2;
  justify-content: center;
}

.spec_item--form  .main-form {
  max-height: 450px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  padding: 35px 30px 80px 40px;
  background: url(/website/img/propos_list_form.jpg) 40% center / cover no-repeat, #162753;
  background-position: 60% center;
  border: none;
  font-family: "Montserrat-ExtraBold";
  color: #fff;
}

.spec_item--form .main-form::before {
  right: 0;
}

.spec_item--form .main-form_question {
  margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
  .spec_item--form .main-form::before {
    display: none;
  }
  .spec_item--form .main-form {
    align-items: center;
    text-align: center;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .spec_item--form {
    grid-column: span 1;
  }
  .spec_item--form .main-form h3 {
    text-align: center;
  }
  .spec_item--form  .main-form {
    max-height: none;
  }
}
@media screen and (max-width: 440px) {
  .spec_item--form .main-form  {
    padding-bottom: 50px;
  }
}

.articles {
  padding-top: 10px;
  position: relative;
}
.articles .main-container {
  width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
.main-container.articles_container {
  padding-bottom: 100px;
}
.articles_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 20px;
  padding: 30px 0 0;
  margin: 0 0 40px;
  list-style: none;
}
.articles_list__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 3px solid #f3f2f7;
  background-color: #fff;
  text-decoration: none;
  border-radius: 25px;
  overflow: hidden;
}
.articles_list__link img {
  display: block;
}
.articles_list__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  padding: 24px 10px 28px 28px;
}
.articles_list__name {
  font-size: 24px;
  font-family: "Montserrat-ExtraBold";
  color: #1e315e;
  min-height: 120px;
  margin-bottom: 15px;
  transition: .2s;
}
.articles_list__link:hover .articles_list__name {
  color: #cf3a3a;
}
.articles_list__more {
  color: #fff;
  background-color: #1e315e;
  border: 1px solid #1e315e;
  font-family: "Montserrat-Bold";
  text-align: center;
  text-transform: uppercase;
  padding: 12px 6px;
  line-height: 1.2em;
  width: 100%;
  border-radius: 40px;
  max-width: 240px;
  margin-top: auto;
  transition: .2s;
}
@media screen and (max-width: 1140px) {
  .articles {
    padding-top: 0px;
  }
  .articles_list {
    padding-top: 10px;
  }
  .articles_list__inner {
    padding: 15px 10px 15px 15px;
  }
  .articles_list__name {
    font-size: 22px;
    min-height: 100px;
  }
  .articles_list__more {
    font-size: 16px;
    max-width: 210px;
  }
}
@media screen and (max-width: 840px) {
  .articles_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 800px) {
  .main-container.articles_container {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .articles_list {
    column-gap: 15px;
  }
  .articles_list__name {
    font-size: 18px;
    font-size: 20px;
  }
  .articles_list__more {
    font-size: 14px;
  }
}
@media screen and (max-width: 440px) {
  .articles_list {
    grid-template-columns: 1fr;
  }  
  .main-container.articles_container {
    padding-bottom: 40px;
  }
}

.article {
  padding-top: 30px;
}
.article_img {
  padding: 20px;
  background-color: #f3f2f7;
  border-radius: 25px;
  margin-bottom: 55px;
}
.article_img img {
  display: block;
  border-radius: 25px;
}
.article_text p {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 24px;
  padding: 0;
  line-height: 1.35em;
}
@media screen and (max-width: 1140px) {
  .article {
    padding-top: 10px;
  }
  .article_img {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 600px) {
  .article_text p {
    margin: 0 auto 20px;
  }
  .article_img {
    margin-bottom: 25px;
    padding: 15px 10px;
    border-radius: 15px;
  }
  .article_img img {
    border-radius: 15px;
  }
}
.site-creator {
  padding: 10px 0;
  background-color: #555555;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
}
.site-creator_link {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
  font-weight: bold;
}
.site-creator_block {
  display: inline-block;
}
@media (max-width: 480px) {
  .site-creator {
    font-size: 14px;
  }
}
.agreement label {
  text-transform: none;
  font-weight: normal;
}