body {
  margin: 0px;
  position: relative;
  min-height: 100%;
  min-height: 100vh;
}
*,
::after,
::before {
  box-sizing: unset !important;
}

ul#inv-menu{
	background:#D6F3FF!important;
}

ul#inv-menu li a {
	background:#D6F3FF!important;
}

textarea.form-control {
  height: auto;
}

textarea {
  overflow: auto;
  resize: vertical;
}

 .mobile-show{
	display:none!important;
  }
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.form-group {
  margin-bottom: 1rem;
}

textarea {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: -internal-light-dark-color(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: textarea;
  background-color: -internal-light-dark-color(white, black);
  -webkit-rtl-ordering: logical;
  flex-direction: column;
  resize: auto;
  cursor: text;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  margin: 0em;
  font: 400 13.3333px Arial;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(169, 169, 169);
  border-image: initial;
  padding: 2px;
}
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  /* --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; */
  /* --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; */
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: -internal-light-dark-color(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: textfield;
  background-color: -internal-light-dark-color(white, black);
  -webkit-rtl-ordering: logical;
  cursor: text;
  margin: 0em;
  font: 400 13.3333px Arial;
  padding: 1px 0px;
  border-width: 2px;
  border-style: inset;
  border-color: initial;
  border-image: initial;
}

a:hover {
  /* font-weight: bold; */
  text-decoration: none !important;
  color: #03bd05 !important;
}
a {
  text-decoration: underline!important;
}
.page {
  font-family: "Montserrat", sans-serif;
  color: #313131;
}
.upper-block {
  background: url(../img/Pattern.png);
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.upper-block-content {
  display: flex;
  flex-wrap: wrap;
  width: 85%;
  /* margin: 0 auto; */
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.mp-logo {
  order: 1;
  flex: 0 0 35%;
}

.acc_active .acc_head {
  background-color: #d7f3fe !important;
}

.dog-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  flex-direction: row;

  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  justify-content: center;

  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  align-items: center;
}

.dog-cell {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 1274px) {
  .hide-mobile {
    display: none !important;
  }
  .img-margin-left {
    margin-left: 10px;
  }
  .img-margin-right {
    margin-right: 10px;
  }
  .flex-row {
    flex-direction: row;
    flex-basis: 100%;
  }
  .mp-navigation {
    flex: 0 0 100%;
    margin-top: 20px;
    font-size: 18px !important;
    display: flex;
   
    font-family: "Montserrat", sans-serif;
    color: #313131;
  }
  .dog-img {
    display: none;
  }
  .half-column {
    flex: 0 0 100%;
    display: flex;
    justify-content: flex-start;
  }
  .half-column-right {
    flex: 0 0 100%;
    display: flex;
    justify-content: flex-end;
  }

  .half-column-inverted {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .two-thirds-column-inverted {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .third-column {
    flex: 0 0 100%;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 70px;
  }

  .flex-row-centered {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }
}
@media screen and (min-width: 1275px) {

  .img-margin-left {
    margin-left: 40px;
  }
  .img-margin-right {
    margin-right: 40px;
  }
  .flex-row {
    flex-direction: row;
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
  }
  .mp-navigation {
    order: 2;
    flex: 0 0 65%;
    margin-top: auto;
    display: flex;

    margin-bottom: 10px;
    font-size: 18px !important;
    font-family: "Montserrat", sans-serif;
    color: #313131;
  }
  .dog-img {
    max-width: 95%;
  }

  .half-column {
    flex: 0 0 50%;
    display: flex;
    justify-content: flex-start;
  }

  .half-column-right {
    flex: 0 0 50%;
    display: flex;
    justify-content: flex-end;
  }

  .half-column-inverted {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .two-thirds-column-inverted {
    flex: 0 0 66%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .third-column {
    flex: 0 0 33%;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
  .half-column {
    flex: 0 0 50%;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }

  .flex-row-centered {
    flex: 0 0 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }
}

.top-0 {
  margin-top: 0px !important;
}

.top-15 {
  margin-top: 15px !important;
}

.header-clearfix {
  min-height: 50px;
}

.margin-top-button-contact {
  margin-top: 30px;
}

.flex {
  display: flex;
}

.half-column-right-stable {
  flex: 0 0 50%;
  display: flex;
  justify-content: flex-end;
}
.half-column-stable {
  flex: 0 0 50%;
  display: flex;
  justify-content: flex-start;
}
.mp-navigation span {
  margin-left: 20px;
  font-family: "Montserrat", sans-serif;
  color: black;
}

.mp-navigation a{
  text-decoration: none!important;
}

.mp-calltoaction {
  order: 1;
  flex: 0 0 35%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.dog-and-sofa {
  order: 2;
  flex: 0 0 65%;
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}

.uslugi-shortened {
  width: 50px;
}

.bullet-list {
  list-style-type: circle;
}
.bullet-list li {
  margin-top: 15px;
  font-size: 18px;
  font-weight: regular;
  line-height: 35px;
  margin-top: 0px;
  margin-bottom: 15px;
}

.mp-main-adv {
  margin-top: 30px;
}
.experience {
}
.science {
}
.time {
}
.care {
}
.cheap {
}
.geo {
}
.mp-blog {
}

.calltoact-button {
  border-radius: 30px;
  margin-bottom: 50px;
  background-color: #5df874;
  border-style: none;
  cursor: pointer;
  margin-top: 25px;
  font-size: 16px;
  width: 340px;
  height: 55px;
}

.mp-about-head {
}
.mp-contacts-head {
}
.mp-faq-head {
}
.mp-partnership-head {
}
.mp-price-head {
}
.mp-services-head {
  margin-bottom: 50px;
}

.mp-main {
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

.img-container {
  justify-content: flex-start;
  min-height: 135px;
}

.flex-row-centered p {
  width: 70%;
}

.mp-main .flex-row {
  margin-top: 50px;
}

.top-25 {
  margin-top: 25px !important;
}

.mp-main-write-us {
}

.mp-footer {
  background: url(../img/Pattern.png);
  margin-top: 100px;
}

.mp-footer a{
  text-decoration: none!important;
}

.mp-footer-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 85%;
}

@media screen and (min-width: 1274px) {
  .footer-clearfix {
    min-height: 50px;
  }
  h1 {
   font-size: 45px;
   font-weight: bold;
   line-height: 55px;
   margin-bottom: 35px;
   font-family: "Montserrat", sans-serif;
   color: black;
 }

  .mp-footer-content li {
    margin-top: 15px;
  }
  .footer-logo {
    order: 1;
    flex: 0 0 15%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .mp-footer-navigation-1 {
    order: 2;
    flex: 0 0 20%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .mp-footer-navigation-2 {
    order: 3;
    flex: 0 0 10%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .social-icons {
    order: 4;
    flex: 0 0 40%;
    display: flex;
    justify-content: center;
  }
}

.social-icons img {
  padding-left: 10px;
}

.mp-navigation .active {
  text-decoration: underline!important;
}
@media screen and (min-width: 500px){
#inv-menu{
	display:none!important;
}
}
@media screen and (max-width: 500px)
{
 .mobile-show{
	display:block!important;
  }
 .mobile-hide{
	display:none!important;
 }
 .mp-footer-navigation-1{
	display:none!important;
  }
 .mp-footer-navigation-2{
	display:none!important;
  }
   a{
	text-decoration:none!important;
	cursor:pointer!important;
   }

  .mp-calltoaction {
  	order: 1;
  	flex: 0 0 35%;
  	justify-content: center;
  	display: flex;
  	flex-direction: column;
  	margin-top: 20px;
	max-width:80%;
   }

  h1 {
  	font-size: 30px;
  	font-weight: bold;
  	line-height: 35px;
  	margin-bottom: 20px;
  	font-family: "Montserrat", sans-serif;
  	color: black;
  }
	
  .button-main-link {
  	width:100%;
  }

  .calltoact-button {
  	border-radius: 30px;
  	margin-bottom: 50px;
  	background-color: #5df874;
  	border-style: none;
  	cursor: pointer;
  	margin-top: 25px;
  	font-size: 16px;
  	width: 100%;
  	height: 55px;
  }

  .mp-navigation
  {
	display:none;
  }


}

@media screen and (max-width: 1274px) {
  .footer-logo {
    margin-top: 25px;
    order: 1;
    flex: 0 0 20%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .mp-footer-content li {
    margin-top: 15px;
  }
  .footer-logo {
    order: 1;
    flex: 0 0 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .mp-footer-navigation-1 {
    order: 2;
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .mp-footer-navigation-2 {
    order: 3;
    flex: 0 0 10%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .social-icons {
    margin-top: 25px;
    order: 4;
    flex: 0 0 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .footer-clearfix {
    min-height: 25px;
  }
}


h2 {
  font-size: 25px;
  font-weight: bold;
  line-height: 35px;
  margin-top: 25px;
  margin-bottom: 35px;
  font-family: "Montserrat", sans-serif;
  color: black;
}
h3 {
  font-family: "Montserrat", sans-serif;
  color: black;
  margin-top: 30px;
  margin-bottom: 20px;
}
p {
  font-size: 18px;
  font-weight: regular;
  line-height: 33px;
  margin-top: 0px;
  margin-bottom: 15px;

}
ul {
  list-style: none;
}
li {
}
a {
  text-decoration: none;
  color: black !important;
}
textarea {
  resize: none;
}
