@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&display=swap");
::-webkit-scrollbar-button {
  background-image: url("");
  background-repeat: no-repeat;
  width: 8px;
  height: 0px;
}

::-webkit-scrollbar-track {
  background-color: #F7F7F7;
}

::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #0c0080;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #2c2c2c;
}

::-webkit-resizer {
  background-image: url("");
  background-repeat: no-repeat;
  width: 8px;
  height: 0px;
}

::-webkit-scrollbar {
  width: 8px;
}

body {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

a.view-all {
  font-weight: 600;
  color: #7aa93c;
  transition: all 0.2s;
}
a.view-all svg {
  width: 19px;
  height: 19px;
  fill: #7aa93c;
  transition: all 0.2s;
}

a.view-all:hover {
  color: #0c0080;
}
a.view-all:hover svg {
  fill: #0c0080;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}

ul {
  margin-bottom: 0;
}

.link-all {
  margin-top: 20px;
  text-align: center;
}

.small-button {
  border: none;
  background-color: #0c0080;
  color: #fff !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.75px;
  padding: 5px 10px;
  border-radius: 5px;
  transition: all 0.2s;
}

.small-button:hover {
  background-color: #7aa93c;
}

.big-btn {
  border: none;
  outline: none;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: all 0.2s;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-align: center;
}

.big-blue {
  background-color: #0c0080;
  color: #fff;
}

.big-blue:hover {
  background-color: #2c2c2c;
  color: #fff;
}

.big-green {
  background-color: #7aa93c;
  color: #fff;
}

.big-green:hover {
  background-color: #2c2c2c;
  color: #fff;
}

.mobile {
  display: none;
}

.tablet {
  display: none;
}

.minipc {
  display: none;
}

.pc {
  display: none;
}

.fixed-top {
  background-color: #fff;
  transition: all 0.8s;
  border-radius: 0px 0px 20px 20px;
}

.margin {
  margin-top: 123px;
}

header {
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
}
header .firstline {
  background-color: #f2f2f2;
  padding: 5px 0px;
}
header .firstline .container .row .part {
  display: flex;
  align-items: center;
  font-size: 12px;
}
header .firstline .container .row .part a {
  color: #2c2c2c;
  margin: 0px 10px;
  font-weight: 600;
  transition: all 0.2s;
}
header .firstline .container .row .part a:hover {
  color: #0c0080;
}
header .firstline .container .row .part a:first-of-type {
  margin-left: 0;
}
header .firstline .container .row .part .language_switch {
  display: flex;
  list-style-type: none;
  margin: 0px 10px;
}
header .firstline .container .row .part .language_switch li a {
  font-weight: 700;
}
header .firstline .container .row .worktime {
  display: flex;
  justify-content: center;
}
header .firstline .container .row .part:last-of-type {
  justify-content: flex-end;
  align-items: center;
}
header .header {
  padding-top: 10px;
  padding-bottom: 10px;
}
header .header .row .logo a img.mobile-none {
  width: 306px;
  height: 103px;
}
header .header .row nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
header .header .row nav .onnav {
  margin-bottom: 20px;
  display: none;
  gap: 30px;
}
header .header .row nav .onnav a {
  font-size: 12px;
  font-weight: 600;
  color: #2c2c2c;
  transition: all 0.2s;
}
header .header .row nav .onnav a:hover {
  color: #0c0080;
}
header .header .row nav .main-menu {
  display: flex;
  list-style-type: none;
}
header .header .row nav .main-menu > li:not(.dropdown), header .header .row nav .main-menu > li.statti, header .header .row nav .main-menu > li.statyi {
  margin-left: 30px;
}
header .header .row nav .main-menu > li:not(.dropdown) > a, header .header .row nav .main-menu > li.statti > a, header .header .row nav .main-menu > li.statyi > a {
  position: relative;
  color: #2c2c2c;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.75px;
  transition: all 0.2s;
}
header .header .row nav .main-menu > li:not(.dropdown) a::after, header .header .row nav .main-menu > li.statti a::after, header .header .row nav .main-menu > li.statyi a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 3px;
  background-color: #0c0080;
  transition: all 0.2s;
}
header .header .row nav .main-menu > li:not(.dropdown) a:hover, header .header .row nav .main-menu > li.statti a:hover, header .header .row nav .main-menu > li.statyi a:hover {
  color: #7aa93c;
}
header .header .row nav .main-menu > li:not(.dropdown) a:hover::after, header .header .row nav .main-menu > li.statti a:hover::after, header .header .row nav .main-menu > li.statyi a:hover::after {
  width: 100%;
}
header .header .row nav .main-menu li.dropdown {
  margin-left: 30px;
  position: relative;
  z-index: 2;
}
header .header .row nav .main-menu li.dropdown > a {
  color: #2c2c2c;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.75px;
}
header .header .row nav .main-menu li.dropdown .submenu {
  display: none;
  list-style-type: none;
  padding: 10px 0px 0px 0px;
  position: absolute;
  top: 98%;
  left: 0;
  transition: all 0.2s;
  opacity: 0;
  z-index: 1;
}
header .header .row nav .main-menu li.dropdown .submenu li {
  background-color: #f2f2f2;
  padding: 5px 20px;
}
header .header .row nav .main-menu li.dropdown .submenu li a {
  font-size: 14px;
  color: #2c2c2c;
}
header .header .row nav .main-menu > li.dropdown:hover .submenu {
  display: block;
  opacity: 1;
}
header .header .row nav .main-menu li.statti:hover .submenu, header .header .row nav .main-menu li.statyi:hover .submenu {
  display: none !important;
}
header .header.fixed-top .row nav .onnav {
  display: flex;
}

main .main-slider {
  background-color: #7aa93c;
  height: 650px;
  transition: all 0.5s;
}
main .main-slider .slide {
  position: relative;
  height: 650px;
  background-image: url("/image/background.jpg");
  background-size: cover;
  border-left: 3px dotted #fff;
  border-right: 3px dotted #fff;
  padding-left: 0;
  padding-right: 0;
}
main .main-slider .slide .owl-carousel {
  height: 650px;
}
main .main-slider .slide .owl-carousel .owl-stage-outer {
  height: 650px;
}
main .main-slider .slide .owl-carousel .owl-stage-outer .owl-stage {
  position: relative;
}
main .main-slider .slide .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  position: relative;
  height: 650px;
  z-index: 5;
}
main .main-slider .slide .owl-carousel .owl-stage-outer .owl-stage .owl-item .item h1 {
  position: absolute;
  top: 80px;
  left: 30px;
  max-width: 50%;
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
main .main-slider .slide .owl-carousel .owl-stage-outer .owl-stage .owl-item .item img {
  position: absolute;
  right: 0px;
  bottom: 0;
  height: 650px;
  width: auto;
  z-index: 5;
}
main .main-slider .slide .layers {
  position: absolute;
  bottom: -50px;
  display: flex;
  justify-content: center;
  gap: 30px;
  z-index: 10;
}
main .main-slider .slide .layers .layer {
  width: 25%;
  background-color: #0c0080;
  padding: 30px;
  color: #fff;
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main .main-slider .slide .layers .layer h2 {
  font-size: 24px;
  margin-bottom: 30px;
  position: relative;
}
main .main-slider .slide .layers .layer h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 5px;
  width: 20%;
  background-color: #7aa93c;
}
main .main-slider .slide .layers .layer p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 14px;
}
main .main-slider .slide .layers .layer p span {
  line-height: 40px;
}
main .main-slider .slide .layers .layer a {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: right;
  transition: all 0.2s;
}
main .main-slider .slide .layers .layer a svg {
  width: 16px;
  height: 16px;
  fill: #fff;
  transition: all 0.2s;
  margin-top: -4px;
}
main .main-slider .slide .layers .layer a:hover {
  color: #7aa93c;
}
main .main-slider .slide .layers .layer a:hover svg {
  fill: #7aa93c;
}
main .main-slider .slide .layers .layer:first-of-type {
  border-radius: 10px 0px 0px 10px;
}
main .main-slider .slide .layers .layer:last-of-type {
  border-radius: 0px 10px 10px 0px;
}
main .main-slider .slide .layers .layer:last-of-type p:last-of-type {
  font-size: 14px;
  margin-top: 20px;
  text-align: right;
}
main .main-slider .slide .layers .layer:last-of-type p:last-of-type a {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.2s;
}
main .main-slider .slide .layers .layer:last-of-type p:last-of-type a svg {
  width: 16px;
  height: 16px;
  fill: #fff;
  transition: all 0.2s;
  margin-top: -4px;
}
main .main-slider .slide .layers .layer:last-of-type p:last-of-type a:hover {
  color: #7aa93c;
}
main .main-slider .slide .layers .layer:last-of-type p:last-of-type a:hover svg {
  fill: #7aa93c;
}
main .main-slider .slide .layers .layer:hover {
  background-color: #2c2c2c;
}
main section {
  font-family: "Roboto", sans-serif;
}
main section h1 {
  font-size: 30px;
  letter-spacing: -0.75px;
}
main section h2 {
  letter-spacing: -0.75px;
}
main section h3 {
  font-weight: 700;
  text-align: center;
  font-size: 28px;
  color: rgb(46, 49, 146);
  letter-spacing: -0.75px;
}
main section h4 {
  font-size: 24px;
  letter-spacing: -0.75px;
}
main section.advantages {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}
main section.advantages .subtitle, main section.advantages .block-end {
  max-width: 80%;
  text-align: center;
  margin: 20px 0px;
}
main section.advantages .advantage-block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
main section.advantages .advantage-block .layout {
  display: flex;
  width: 30%;
}
main section.advantages .advantage-block .layout img {
  width: 64px;
  height: 64px;
  margin-right: 10px;
}
main section.advantages .advantage-block .layout .layout-info h4 {
  font-size: 16px;
  font-weight: 600;
  color: #0c0080;
}
main section.advantages .advantage-block .layout .layout-info p {
  font-size: 14px;
  letter-spacing: -0.5px;
}
main section.services {
  margin-top: 100px;
}
main section.services .allservices {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 30px;
}
main section.services .allservices a {
  color: #2c2c2c;
}
main section.services .allservices .service {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  padding: 20px;
  gap: 20px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-color: rgba(0, 0, 0, 0.1);
}
main section.services .allservices .service p {
  margin-bottom: 0;
}
main section.services .allservices .service img {
  width: 64px;
  height: 64px;
}
main section.services .allservices .service:hover {
  background-color: #f2f2f2;
}
main section.services .allservices .service:not(:nth-of-type(5n)) {
  border-right-style: solid;
  border-right-width: 2px;
}
main section.services .two-buttons {
  margin-top: 30px;
}
main section.services .page-content {
  margin-top: 30px;
}
main section.services .page-content h2 {
  font-size: 18px;
  font-weight: 700;
}
main section.gallery-block hr {
  height: 3px;
  margin: 30px 0px;
}
main section.gallery-block .gallerys {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
main section.gallery-block .gallerys .item img {
  width: 100px;
  height: 100px;
}
main section.infopage {
  margin-top: 30px;
  width: 100%;
}
main section.infopage h1 {
  position: relative;
  margin-bottom: 30px;
}
main section.infopage h1::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 5px;
  width: 40px;
  background-color: #7aa93c;
}
main section.infopage h3 {
  margin-bottom: 20px;
}
main section.infopage .pagecontent h2 {
  color: #0c0080;
  letter-spacing: -0.75px;
}
main section.infopage .pagecontent h3 {
  text-align: left;
  font-weight: 400;
  letter-spacing: -0.75px;
}
main section.infopage .pagecontent h4 {
  letter-spacing: -0.75px;
}
main section.infopage .pagecontent .pageimg {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  max-width: 500px;
  height: auto;
}
main section.infopage .pagecontent ul {
  margin-bottom: 20px;
}
main section.infopage .pagecontent ol {
  list-style-type: none;
}
main section.map {
  margin: 30px 0px;
  padding-left: 0;
  padding-right: 0;
}
main section.stock .all-stock {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
main section.stock .all-stock .onestock {
  background-color: #f2f2f2;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main section.stock .all-stock .onestock .stockheader {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
main section.stock .all-stock .onestock .stockheader .stockname {
  font-weight: 700;
  font-size: 18px;
  color: #0c0080;
}
main section.stock .all-stock .onestock .stockheader .stockdate {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  background-color: #7aa93c;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 5px;
}
main section.stock .all-stock .onestock .stockbottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
main section.stock .all-stock .onestock .stockbottom .stockprice {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
main section.stock .all-stock .onestock .stockbottom .stockprice span {
  padding: 0px 5px;
  font-weight: 700;
  font-size: 18px;
  color: #0c0080;
}
main section.seotext {
  font-size: 14px;
  margin-top: 50px;
}
main section.doctors .page-description {
  margin-bottom: 20px;
}
main section.doctors .doctors-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
main section.doctors .doctors-block .onedoctor {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #2c2c2c;
  transition: all 0.2s;
  padding: 20px;
}
main section.doctors .doctors-block .onedoctor img {
  height: 250px;
  width: 250px;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.1);
  padding: 5px;
  transition: all 0.2s;
  background-color: #fff;
}
main section.doctors .doctors-block .onedoctor h2 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
main section.doctors .doctors-block .onedoctor p {
  margin: 0;
  font-size: 14px;
}
main section.doctors .doctors-block .onedoctor .specialism {
  padding-bottom: 5px;
  font-weight: 600;
  color: #0c0080;
}
main section.doctors .doctors-block .onedoctor .experience {
  padding-top: 5px;
  border-top: 3px solid #7aa93c;
  font-weight: 400;
}
main section.doctors .doctors-block .onedoctor:hover {
  background-color: #f2f2f2;
}
main section.doctors .doctors-block .onedoctor:hover img {
  border: 3px solid #7aa93c;
}
main section.news {
  padding-left: 0;
  padding-right: 0;
}
main section.news .news-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
main section.news .news-block .onearticle {
  padding: 20px;
  color: #2c2c2c;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.2s;
}
main section.news .news-block .onearticle img {
  max-width: 100%;
  height: auto;
}
main section.news .news-block .onearticle h2 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #0c0080;
  width: 100%;
}
main section.news .news-block .onearticle p {
  margin-bottom: 0;
  font-size: 14px;
}
main section.news .news-block .onearticle:hover {
  background-color: #f2f2f2;
}
main section.news .page-content {
  margin-top: 30px;
}
main section.contactpage .ourcontacts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
main section.contactpage .ourcontacts .layer {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
}
main section.contactpage .ourcontacts .layer .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid #7aa93c;
  display: flex;
  justify-content: center;
  align-items: center;
}
main section.contactpage .ourcontacts .layer .icon svg {
  width: 30px;
  height: 30px;
  fill: #2c2c2c;
}
main section.contactpage .ourcontacts .layer .textpart h2 {
  font-size: 14px;
  font-weight: 700;
}
main section.contactpage .ourcontacts .layer .textpart a {
  color: #0c0080;
  font-weight: 600;
  font-size: 18px;
  transition: all 0.2s;
}
main section.contactpage .ourcontacts .layer .textpart a:hover {
  color: #7aa93c;
}
main section.aboutpage .aboutus {
  display: flex;
  gap: 30px;
}
main section.aboutpage .aboutus .about-img img {
  width: 500px;
  height: 500px;
}
main section.aboutpage .aboutus .about-info h2 {
  font-size: 22px;
  color: #0c0080;
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 3px solid #7aa93c;
}
main section.aboutpage .aboutus .about-info .textpart p {
  font-size: 14px;
}
main section.aboutpage .aboutelements {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
main section.aboutpage .aboutelements .element {
  padding: 30px 20px;
  background-color: #f2f2f2;
}
main section.aboutpage .aboutelements .element h3 {
  font-size: 22px;
  font-weight: 500;
  -moz-text-align-last: left;
       text-align-last: left;
  padding-bottom: 5px;
  border-bottom: 3px solid #7aa93c;
}
main section.aboutpage .aboutelements .element p {
  margin-bottom: 0;
  font-size: 14px;
}
main section.aboutpage .documentsblock {
  padding: 30px 20px;
  background-color: #f2f2f2;
  margin-top: 30px;
  width: calc(50% - 15px);
}
main section.aboutpage .documentsblock h3 {
  font-size: 22px;
  font-weight: 500;
  -moz-text-align-last: left;
       text-align-last: left;
  padding-bottom: 5px;
  border-bottom: 3px solid rgb(122, 169, 60);
}
main section.aboutpage .documentsblock .documents {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
main section.aboutpage .documentsblock .documents .element {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main section.aboutpage .documentsblock .documents .element p {
  margin-bottom: 0;
}
main section.aboutpage .documentsblock .documents .element .buttons {
  display: flex;
  gap: 10px;
}
main section.aboutpage .documentsblock .documents .element .buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #2c2c2c;
  transition: all 0.2s;
}
main section.aboutpage .documentsblock .documents .element .buttons a svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}
main section.aboutpage .documentsblock .documents .element .buttons a:hover {
  background-color: #7aa93c;
}
main section.aboutpage .aboutafter {
  margin: 30px 0px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}
main .all-prices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
main .all-prices .new-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px;
  box-shadow: 0px 0px 5px 5px #eeeeee;
  -webkit-box-shadow: 0px 0px 5px 5px #eeeeee;
  -moz-box-shadow: 0px 0px 5px 5px #eeeeee;
  transition: all 0.2s;
}
main .all-prices .new-price .price-name {
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
}
main .all-prices .new-price .price-value {
  width: 100%;
  text-align: right;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #0c0080;
  margin-bottom: 0;
}
main .all-prices .new-price:hover {
  box-shadow: 0px 0px 5px 5px #7aa93c;
  -webkit-box-shadow: 0px 0px 5px 5px #7aa93c;
  -moz-box-shadow: 0px 0px 5px 5px #7aa93c;
}

main.mainpage section.doctors {
  margin-top: 50px;
}
main.mainpage section.services {
  transition: all 0.5s;
  opacity: 0;
}
main.mainpage section.services.showed {
  opacity: 1;
}

main.cliniccontacts section.doctors {
  margin-top: 50px;
}

.two-buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 20px;
}

section h3 {
  font-weight: 700;
  text-align: center;
  font-size: 36px;
  color: rgb(46, 49, 146);
}

footer {
  margin-top: 30px;
  background-color: #f2f2f2;
}
footer .footer {
  padding: 20px 0px;
  display: flex;
  justify-content: space-between;
}
footer .footer .section a img {
  width: 306px;
  height: 103px;
}
footer .footer .section .footer-socials {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
footer .footer .section .footer-socials a {
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2c2c2c;
  transition: all 0.2s;
}
footer .footer .section .footer-socials a svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
footer .footer .section .footer-socials a.whatsapp-btn {
  background-color: #36bc49;
}
footer .footer .section .footer-socials a:hover {
  background-color: #7aa93c;
}
footer .footer .footer-menu, footer .footer .categories, footer .footer .footer-contacts {
  margin-top: 10px;
}
footer .footer .footer-menu ul, footer .footer .categories ul, footer .footer .footer-contacts ul {
  list-style-type: none;
}
footer .footer .footer-menu ul li a, footer .footer .categories ul li a, footer .footer .footer-contacts ul li a {
  color: #2c2c2c;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.2s;
}
footer .footer .footer-menu ul li a:hover, footer .footer .categories ul li a:hover, footer .footer .footer-contacts ul li a:hover {
  color: #7aa93c;
}
footer .footer .categories .menu {
  padding-left: 0;
}
footer .footer .footer-contacts ul li:nth-child(1) svg {
  width: 18px;
  height: 18px;
  fill: #0c0080;
  margin-right: 10px;
}
footer .footer .footer-contacts ul li:nth-child(1) a {
  font-size: 16px;
}
footer .footer .footer-contacts ul li:nth-child(2), footer .footer .footer-contacts ul li:nth-child(3) {
  margin-top: 5px;
  margin-bottom: 5px;
}
footer .footer .footer-contacts ul li:nth-child(2) svg, footer .footer .footer-contacts ul li:nth-child(3) svg {
  width: 20px;
  height: 20px;
  fill: #0c0080;
  margin-right: 5px;
}
footer .footer .footer-contacts ul li:nth-child(2) a, footer .footer .footer-contacts ul li:nth-child(3) a {
  font-size: 24px;
  color: #7aa93c;
}
footer .footer .footer-contacts ul li:nth-child(2) a:hover, footer .footer .footer-contacts ul li:nth-child(3) a:hover {
  color: #0c0080;
}
footer .footer .footer-contacts ul li:nth-child(4) {
  margin-bottom: 10px;
}
footer .footer .footer-contacts ul li:nth-child(4) svg {
  width: 18px;
  height: 18px;
  fill: #0c0080;
  margin-right: 10px;
}
footer .footer .footer-contacts ul li:nth-child(4) a {
  font-size: 16px;
}
footer .footer .footer-contacts ul li:nth-child(5) {
  display: flex;
}
footer .footer .footer-contacts ul li:nth-child(5) svg {
  width: 18px;
  height: 18px;
  fill: #0c0080;
  margin-top: 5px;
  margin-right: 10px;
}
footer .copyright {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
}
footer .copyright .rpart {
  font-size: 12px;
}
footer .copyright .rpart a {
  color: #2c2c2c;
  font-weight: 600;
}
footer .fixed-social {
  position: fixed;
  right: 30px;
  bottom: 45vh;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .fixed-social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #2c2c2c;
  transition: all 0.2s;
}
footer .fixed-social a svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
footer .fixed-social a.whatsapp-btn {
  background-color: #36bc49;
}
footer .fixed-social a:hover {
  background-color: #0c0080;
}
footer #consultation, footer #callback {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 85;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer #consultation .consultation-wrapper, footer #consultation .callback-wrapper, footer #callback .consultation-wrapper, footer #callback .callback-wrapper {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #f2f2f2;
}
footer #consultation .consultation-wrapper form, footer #consultation .callback-wrapper form, footer #callback .consultation-wrapper form, footer #callback .callback-wrapper form {
  padding: 20px;
  border: 2px solid #7aa93c;
  display: flex;
  flex-direction: column;
  min-width: 350px;
  max-width: 400px;
}
footer #consultation .consultation-wrapper form .form-header, footer #consultation .callback-wrapper form .form-header, footer #callback .consultation-wrapper form .form-header, footer #callback .callback-wrapper form .form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
footer #consultation .consultation-wrapper form .form-header legend, footer #consultation .callback-wrapper form .form-header legend, footer #callback .consultation-wrapper form .form-header legend, footer #callback .callback-wrapper form .form-header legend {
  margin-bottom: 0;
}
footer #consultation .consultation-wrapper form .form-header svg, footer #consultation .callback-wrapper form .form-header svg, footer #callback .consultation-wrapper form .form-header svg, footer #callback .callback-wrapper form .form-header svg {
  width: 20px;
  height: 20px;
  fill: #2c2c2c;
  cursor: pointer;
  transition: all 0.2s;
}
footer #consultation .consultation-wrapper form .form-header svg:hover, footer #consultation .callback-wrapper form .form-header svg:hover, footer #callback .consultation-wrapper form .form-header svg:hover, footer #callback .callback-wrapper form .form-header svg:hover {
  fill: firebrick;
}
footer #consultation .consultation-wrapper form .work-mail, footer #consultation .callback-wrapper form .work-mail, footer #callback .consultation-wrapper form .work-mail, footer #callback .callback-wrapper form .work-mail {
  display: none;
}
footer #consultation .consultation-wrapper form input[type=text], footer #consultation .consultation-wrapper form .form-row, footer #consultation .callback-wrapper form input[type=text], footer #consultation .callback-wrapper form .form-row, footer #callback .consultation-wrapper form input[type=text], footer #callback .consultation-wrapper form .form-row, footer #callback .callback-wrapper form input[type=text], footer #callback .callback-wrapper form .form-row {
  margin-bottom: 10px;
}
footer #consultation .consultation-wrapper form label[for=date], footer #consultation .callback-wrapper form label[for=date], footer #callback .consultation-wrapper form label[for=date], footer #callback .callback-wrapper form label[for=date] {
  font-weight: 600;
  color: #2c2c2c;
}
footer #consultation .consultation-wrapper form .form-row, footer #consultation .callback-wrapper form .form-row, footer #callback .consultation-wrapper form .form-row, footer #callback .callback-wrapper form .form-row {
  display: flex;
  justify-content: space-between;
}
footer #consultation .consultation-wrapper form input[type=text], footer #consultation .consultation-wrapper form textarea, footer #consultation .consultation-wrapper form input[type=date], footer #consultation .consultation-wrapper form select[name=time], footer #consultation .callback-wrapper form input[type=text], footer #consultation .callback-wrapper form textarea, footer #consultation .callback-wrapper form input[type=date], footer #consultation .callback-wrapper form select[name=time], footer #callback .consultation-wrapper form input[type=text], footer #callback .consultation-wrapper form textarea, footer #callback .consultation-wrapper form input[type=date], footer #callback .consultation-wrapper form select[name=time], footer #callback .callback-wrapper form input[type=text], footer #callback .callback-wrapper form textarea, footer #callback .callback-wrapper form input[type=date], footer #callback .callback-wrapper form select[name=time] {
  border: none;
  outline: none;
  transition: all 0.2s;
  border-bottom: 2px solid #fff;
  padding: 5px 20px;
}
footer #consultation .consultation-wrapper form input[type=text], footer #consultation .callback-wrapper form input[type=text], footer #callback .consultation-wrapper form input[type=text], footer #callback .callback-wrapper form input[type=text] {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
footer #consultation .consultation-wrapper form input[type=text]:focus, footer #consultation .consultation-wrapper form textarea:focus, footer #consultation .callback-wrapper form input[type=text]:focus, footer #consultation .callback-wrapper form textarea:focus, footer #callback .consultation-wrapper form input[type=text]:focus, footer #callback .consultation-wrapper form textarea:focus, footer #callback .callback-wrapper form input[type=text]:focus, footer #callback .callback-wrapper form textarea:focus {
  border-bottom: 2px solid #0c0080;
}
footer #consultation .consultation-wrapper form textarea, footer #consultation .callback-wrapper form textarea, footer #callback .consultation-wrapper form textarea, footer #callback .callback-wrapper form textarea {
  margin-bottom: 20px;
}
footer #consultation .consultation-wrapper form span, footer #consultation .callback-wrapper form span, footer #callback .consultation-wrapper form span, footer #callback .callback-wrapper form span {
  text-align: center;
  font-size: 14px;
  letter-spacing: -0.75px;
}
footer #consultation .consultation-wrapper form input[type=submit], footer #consultation .callback-wrapper form input[type=submit], footer #callback .consultation-wrapper form input[type=submit], footer #callback .callback-wrapper form input[type=submit] {
  margin-top: 20px;
}
footer #consultation {
  right: -100%;
}
footer #callback {
  left: -100%;
}
footer #consultation.active {
  right: 0;
}
footer #callback.active {
  left: 0;
}
footer .ask-doctor {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 20;
}
footer .ask-doctor .ask-field {
  max-width: 250px;
  border: 2px solid #f2f2f2;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  display: none;
  flex-direction: column;
  align-items: flex-end;
  transition: all 0.2s;
  opacity: 0;
}
footer .ask-doctor .ask-field .field-header {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #62569d;
  width: 100%;
  padding: 10px;
  border-radius: 5px 5px 0px 0px;
  width: 100%;
}
footer .ask-doctor .ask-field .field-header .chatclose {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  fill: #fff;
  cursor: pointer;
}
footer .ask-doctor .ask-field .field-header img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
footer .ask-doctor .ask-field .field-header p {
  margin: 0px 0px 0px 10px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 15px;
}
footer .ask-doctor .ask-field .field-header p span {
  font-size: 10px;
  font-weight: 400;
}
footer .ask-doctor .ask-field .body {
  padding: 10px;
  margin-bottom: 20px;
  width: 100%;
}
footer .ask-doctor .ask-field .body p {
  margin: 0px 30px 0px 0px;
  padding: 10px;
  background-color: #f2f2f2;
  font-size: 14px;
}
footer .ask-doctor .ask-field .ask-link {
  display: block;
  background-color: #62569d;
  font-weight: 600;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 0px 10px 10px 0px;
}
footer .ask-doctor .ask-field.forview {
  opacity: 1;
  display: flex;
}
footer .ask-doctor .ask-button {
  padding: 5px 10px;
  font-weight: 600;
  outline: none;
  border: 2px solid #fff;
  border-radius: 5px;
  transition: all 0.2s;
}
footer .ask-doctor .ask-button svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}

@media (max-width: 768px) {
  .two-buttons {
    gap: 10px;
    flex-direction: column;
  }
  .big-btn {
    font-size: 14px;
  }
  .mobile {
    display: block;
  }
  .mobile-none {
    display: none;
  }
  header {
    position: fixed;
    background-color: #f2f2f2;
    width: 100%;
    z-index: 98;
  }
  header .firstline {
    display: none;
  }
  header .header .row .logo a img {
    width: 50px;
    height: 50px;
  }
  header .header .row nav {
    position: fixed;
    left: -100%;
    top: 70px;
    max-width: 300px;
    height: calc(100% - 70px); /* calc(100% - 110px) */
    background-color: #f2f2f2;
    z-index: 97;
    transition: all 0.5s;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px 20px;
  }
  header .header .row nav h2 {
    margin-bottom: 30px;
    position: relative;
    letter-spacing: -0.75px;
  }
  header .header .row nav h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 40px;
    height: 5px;
    background-color: #7aa93c;
  }
  header .header .row nav .main-menu {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    gap: 10px;
    width: 100%;
  }
  header .header .row nav .main-menu li {
    margin-left: 0 !important;
  }
  header .header .row nav .main-menu li a {
    font-size: 16px;
  }
  header .header .row nav .main-menu li.dropdown:hover .submenu {
    display: none;
  }
  header .header .row nav.active {
    left: 0;
  }
  header .header .row .language_mobile {
    list-style-type: none;
    padding-left: 0;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 30px;
    width: 100%;
  }
  header .header .row .language_mobile li a {
    font-size: 16px;
    font-weight: 600;
    color: #2c2c2c;
  }
  header .header .row .header-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .header .row .header-mobile .mobile-menu {
    list-style-type: none;
    padding-left: 0;
  }
  header .header .row .header-mobile .mobile-menu li {
    text-align: right;
  }
  header .header .row .header-mobile .mobile-menu li a {
    font-weight: 600;
    text-transform: uppercase;
    color: #2c2c2c;
  }
  header .header .row .header-mobile .rpart {
    display: flex;
    align-items: center;
  }
  header .header .row .header-mobile .rpart svg, header .header .row .header-mobile .rpart a svg {
    width: 25px;
    height: 25px;
    fill: #2c2c2c;
    margin-right: 20px;
  }
  header .header .row .header-mobile .rpart a:last-of-type svg {
    width: 25px;
    height: 25px;
    fill: #2c2c2c;
    margin-right: 20px;
  }
  header .header .row .header-mobile .rpart .header_button {
    display: block;
    position: relative;
    width: 30px;
    height: 25px;
    z-index: 99;
  }
  header .header .row .header-mobile .rpart .header_button span {
    position: absolute;
    background-color: #2c2c2c;
    width: 100%;
    height: 3px;
    left: 0;
    top: 11px;
    transition: all 0.5s;
  }
  header .header .row .header-mobile .rpart .header_button.active::before {
    transform: rotate(45deg);
    top: 11px;
  }
  header .header .row .header-mobile .rpart .header_button.active::after {
    transform: rotate(-45deg);
    bottom: 11px;
  }
  header .header .row .header-mobile .rpart .header_button.active span {
    transform: scale(0);
  }
  header .header .row .header-mobile .rpart .header_button::before, header .header .row .header-mobile .rpart .header_button::after {
    content: "";
    background-color: #2c2c2c;
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    transition: all 0.5s;
  }
  header .header .row .header-mobile .rpart .header_button::before {
    top: 0;
  }
  header .header .row .header-mobile .rpart .header_button::after {
    bottom: 0;
  }
  main {
    padding-top: 70px;
  }
  main .main-clinik {
    width: 100%;
    height: auto;
  }
  main .main-slider {
    height: auto;
  }
  main .main-slider .slide {
    height: auto;
  }
  main .main-slider .slide .owl-carousel {
    height: 100%;
  }
  main .main-slider .slide .owl-carousel .owl-stage-outer {
    height: 100%;
  }
  main .main-slider .slide .owl-carousel .owl-stage-outer .owl-stage {
    height: auto;
    display: flex;
    align-items: center;
  }
  main .main-slider .slide .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    height: auto;
  }
  main .main-slider .slide .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
  }
  main .main-slider .slide .owl-carousel .owl-stage-outer .owl-stage .owl-item .item h1, main .main-slider .slide .owl-carousel .owl-stage-outer .owl-stage .owl-item .item a h1 {
    position: static;
    font-size: 2.1em;
    max-width: 90%;
    margin-bottom: 30px;
    text-align: center;
    margin-bottom: 0;
  }
  main .main-slider .slide .owl-carousel .owl-stage-outer .owl-stage .owl-item .item a {
    display: flex;
    justify-content: center;
  }
  main .main-slider .slide .owl-carousel .owl-stage-outer .owl-stage .owl-item .item img {
    display: none;
  }
  main .main-slider .slide .layers {
    position: static;
    flex-direction: column;
    gap: 10px;
  }
  main .main-slider .slide .layers .layer {
    width: auto;
    border-radius: 10px;
    margin: 10px 20px;
  }
  main .main-slider .slide .layers .layer p {
    margin-bottom: 20px;
  }
  main .main-slider .slide .layers .layer:first-of-type, main .main-slider .slide .layers .layer:last-of-type {
    border-radius: 10px;
  }
  main .main-slider .slide .layers .layer:last-of-type p:last-of-type {
    margin-bottom: 0;
  }
  main .main-slider:hover {
    background-color: #7aa93c;
  }
  main section.gallery-block .gallerys {
    gap: 10px;
  }
  main section.advantages {
    margin-top: 30px;
  }
  main section.advantages .subtitle, main section.advantages .block-end {
    max-width: 100%;
  }
  main section.advantages .advantage-block .layout {
    width: 100%;
  }
  main section.services .allservices {
    grid-template-columns: repeat(2, 1fr);
  }
  main section.services .allservices .service {
    border-color: rgba(0, 0, 0, 0.1);
    border-bottom-style: solid;
    border-bottom-width: 2px;
  }
  main section.services .allservices .service p {
    text-align: center;
  }
  main section.services .allservices .service:nth-of-type(5n) {
    border-right-style: solid;
    border-right-width: 2px;
  }
  main section.services .allservices .service:not(:nth-of-type(2n)) {
    border-right-style: solid;
    border-right-width: 2px;
  }
  main section.services .allservices .service:nth-of-type(2n) {
    border-right: none;
  }
  main section.stock .all-stock {
    grid-template-columns: repeat(1, 1fr);
  }
  main section.doctors .doctors-block {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  main section.doctors .doctors-block .onedoctor {
    padding: 10px;
  }
  main section.doctors .doctors-block .onedoctor img {
    width: 150px;
    height: 150px;
  }
  main section.news .news-block {
    grid-template-columns: repeat(1, 1fr);
  }
  main section.news .news-block .onearticle {
    background-color: #f2f2f2;
    padding: 30px;
  }
  main section.news .news-block .onearticle img {
    width: 100%;
    height: auto;
  }
  main section.news .news-block .onearticle h2 {
    margin-bottom: 0;
  }
  main section.news .news-block .onearticle p {
    display: none;
  }
  main section.infopage h1::after {
    width: 50%;
  }
  main section.infopage .pagecontent img, main section.infopage .pagecontent p img {
    max-width: 100% !important;
    height: auto;
    margin: 20px 0px;
  }
  main section.contactpage {
    margin-bottom: 30px;
  }
  main section.contactpage .ourcontacts {
    grid-template-columns: repeat(1, 1fr);
  }
  main section.aboutpage .aboutus {
    flex-direction: column;
  }
  main section.aboutpage .aboutus .about-img img {
    width: 100%;
    height: auto;
  }
  main section.aboutpage .aboutelements {
    grid-template-columns: repeat(1, 1fr);
  }
  main section.aboutpage .documentsblock {
    width: 100%;
  }
  main .all-prices {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  main .all-prices .new-price .price-name {
    font-size: 14px;
  }
  main .all-prices .new-price .price-value {
    font-size: 18px;
  }
  footer .footer {
    flex-wrap: wrap;
  }
  footer .footer .section {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  footer .footer .section .footer-socials {
    margin-top: 30px;
  }
  footer .footer .footer-menu .menu {
    padding-left: 0;
    margin-left: 40px;
    margin-right: 20px;
  }
  footer .footer .categories .menu {
    margin-left: 20px;
    margin-right: 40px;
  }
  footer .footer .footer-contacts {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  footer .footer .footer-contacts ul {
    padding-left: 0;
  }
  footer .copyright {
    /*    margin-bottom: 40px;
        padding-bottom: 40px; */
  }
  footer .fixed-social {
    left: 0;
    bottom: 0;
    display: grid;
    gap: 0px;
    grid-template-columns: repeat(4, 1fr);
    background-color: #f2f2f2;
    width: 100%;
    z-index: 98;
  }
  footer .fixed-social a {
    width: 100%;
  }
  footer .fixed-social a:first-of-type {
    background-color: #62569d;
  }
  footer .fixed-social a:nth-child(2) {
    background-color: #28a8e9;
  }
  footer .fixed-social a:nth-child(3) {
    background-color: #36bc49;
  }
  footer .fixed-social a:nth-child(4) {
    display: none;
  }
  footer #consultation .consultation-wrapper form span, footer #consultation .callback-wrapper form span, footer #callback .consultation-wrapper form span, footer #callback .callback-wrapper form span {
    font-size: 12px;
  }
  footer .ask-doctor {
    right: 0;
    bottom: 40px;
  }
  footer .ask-doctor .ask-field {
    margin-right: 30px;
    margin-bottom: 20px;
  }
  footer .ask-doctor .ask-field .field-header p {
    font-size: 18px;
  }
  footer .ask-doctor .ask-field .field-header p span {
    font-size: 12px;
  }
  footer .ask-doctor .ask-field .body p {
    font-size: 16px;
  }
  footer .ask-doctor .ask-button {
    width: calc(50vw + 2px);
    height: 40px;
    font-size: 18px;
    border-radius: 10px 0px 0px 0px;
    border-right: none;
    border-bottom: none;
  }
  footer .ask-doctor .ask-button svg {
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .small-button span {
    display: none;
  }
  header .firstline .container .part:nth-child(2) span {
    display: none;
  }
  header .firstline .container .part:nth-child(1) a:last-of-type, header .firstline .container .part:nth-child(1) a:first-of-type {
    display: none;
  }
  header .header .row .logo a img.mobile-none {
    width: 200px;
    height: auto;
  }
  header .header .row nav .main-menu {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  header .header .row nav .main-menu li {
    margin-left: 15px;
  }
  header .header .row nav .main-menu li a {
    font-size: 14px;
  }
  header .header .row nav .main-menu li:first-of-type {
    display: none;
  }
  header .header .row nav .main-menu li:nth-child(6) {
    display: none;
  }
  header .header.fixed-top .row nav .onnav {
    gap: 20px;
    margin-bottom: 15px;
  }
  header .header.fixed-top .row nav .onnav a:last-of-type {
    display: none;
  }
  main .main-slider .slide .layers {
    gap: 0;
  }
  main .main-slider .slide .layers .layer {
    width: 33.3333333333%;
    padding: 15px;
  }
  main .main-slider .slide .layers .layer h2 {
    font-size: 18px;
  }
  main .main-slider .slide .layers .layer p:first-of-type {
    margin-bottom: 10px;
  }
  main .main-slider .slide .layers .layer:last-of-type p:last-of-type a {
    font-size: 16px;
  }
  main .main-slider .slide .owl-carousel .owl-stage-outer .owl-stage .owl-item .item h1, main .main-slider .slide .owl-carousel .owl-stage-outer .owl-stage .owl-item .item a h1 {
    z-index: 20;
    font-size: 26px;
  }
  main .main-slider .slide .owl-carousel .owl-stage-outer .owl-stage .owl-item .item img {
    z-index: 15;
  }
  main section.advantages .advantage-block {
    flex-wrap: wrap;
  }
  main section.advantages .advantage-block .layout {
    width: calc(50% - 20px);
  }
  main section.services .allservices {
    grid-template-columns: repeat(4, 1fr);
  }
  main section.services .allservices .service {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
  main section.services .allservices .service p {
    text-align: center;
  }
  main section.doctors .doctors-block {
    grid-template-columns: repeat(3, 1fr);
  }
  main section.doctors .doctors-block .onedoctor img {
    width: 150px;
    height: 150px;
  }
  main section.doctors .doctors-block .onedoctor:last-of-type {
    display: none;
  }
  main section.doctors.infopage .doctors-block .onedoctor:last-of-type {
    display: flex;
  }
  main section.news .news-block {
    grid-template-columns: repeat(3, 1fr);
  }
  main section.news .news-block .onearticle:last-of-type {
    display: none;
  }
  main section.news.infopage .news-block {
    grid-template-columns: repeat(2, 1fr);
  }
  main section.news.infopage .news-block a:last-of-type {
    display: flex;
  }
  main section.contactpage .ourcontacts {
    grid-template-columns: repeat(2, 1fr);
  }
  main section.stock .all-stock {
    grid-template-columns: repeat(1, 1fr);
  }
  main section.aboutpage .aboutus .about-img img {
    width: 250px;
    height: 250px;
  }
  main section.aboutpage .aboutelements {
    grid-template-columns: repeat(2, 1fr);
  }
  main section.aboutpage .documentsblock {
    width: 100%;
  }
  main .all-prices {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  main .all-prices .new-price .price-name {
    font-size: 14px;
  }
  main .all-prices .new-price .price-value {
    font-size: 18px;
  }
  footer .footer .categories {
    display: none;
  }
  .tablet-none {
    display: none;
  }
  .tablet {
    display: block;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .small-button span {
    display: none;
  }
  header .firstline .container .part:nth-child(2) span {
    display: none;
  }
  header .firstline .container .part:nth-child(1) a:last-of-type {
    display: none;
  }
  header .header .row nav .main-menu li a {
    font-size: 14px;
  }
  main .main-slider .slide .layers {
    gap: 20px;
  }
  main .main-slider .slide .layers .layer {
    width: 30%;
  }
  main .main-slider .slide .owl-carousel .owl-stage-outer .owl-stage .owl-item .item h1, main .main-slider .slide .owl-carousel .owl-stage-outer .owl-stage .owl-item .item a h1 {
    z-index: 20;
    font-size: 42px;
  }
  main .main-slider .slide .owl-carousel .owl-stage-outer .owl-stage .owl-item .item img {
    z-index: 15;
  }
  main section.doctors .doctors-block .onedoctor img {
    width: 150px;
    height: 150px;
  }
  main section.gallery-block .gallerys .item img {
    width: 75px;
    height: 75px;
  }
  main section.contactpage .ourcontacts {
    grid-template-columns: repeat(3, 1fr);
  }
  main section.services .allservices .service p {
    text-align: center;
  }
  main section.news .news-block {
    grid-template-columns: repeat(3, 1fr);
  }
  main section.stock .all-stock {
    grid-template-columns: repeat(2, 1fr);
  }
  main section.aboutpage .aboutus .about-img img {
    width: 300px;
    height: 300px;
  }
  main section.aboutpage .aboutelements {
    grid-template-columns: repeat(2, 1fr);
  }
  .minipc-none {
    display: none;
  }
  .minipc {
    display: block;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .small-button span {
    display: none;
  }
  header .firstline .container .row .part:first-of-type a:last-of-type {
    display: none;
  }
  main .main-slider .slide .owl-carousel .owl-stage-outer .owl-stage .owl-item .item h1 {
    font-size: 48px;
  }
  main section.doctors .doctors-block .onedoctor img {
    width: 200px;
    height: 200px;
  }
  main section.contactpage .ourcontacts {
    gap: 0;
  }
  main section.contactpage .ourcontacts .layer {
    padding: 10px;
  }
  main section.contactpage .ourcontacts .layer .textpart a {
    font-size: 16px;
  }
  main section.services .allservices .service p {
    text-align: center;
  }
  footer .footer .section a img {
    width: 250px;
    height: 84px;
  }
  .pc-none {
    display: none;
  }
  .pc {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */