body {
  font-family: "Open Sans", sans-serif;
  background-color: #fafbfc;
  overflow-x: hidden;
  margin: none;
}
* {
  box-sizing: border-box;
}

nav.absnav {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.shapka {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shapka a {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease;
}

.order-btn {
  color: #fff;
  background: linear-gradient(303.89deg, #56ccf2 -27.05%, #428aeb 60.11%);
  border: none;
  border-radius: 10px;
  font-size: 16px;
  padding: 10px 17px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.order-btn img {
  height: 18px;
  margin-top: -3px;
  transition: all 0.3s ease-in-out;
}
.order-btn:hover {
  box-shadow: 0px 6px 20px rgba(106, 117, 141, 0.53);
}
.order-btn:hover.order-btn img {
  transform: rotate(120deg) scale(1.1);
}
.subheader {
  padding: 7px 0;
  background-color: #ececec;
}

.header1 {
  background-color: transparent;
    padding: 25px 0;
    background-color: transparent;
    padding: 25px 0;
    position: absolute;
    z-index: 1000;
    width: 100%;
}
.logo img {
  height: 40px;
}

.menu ul {
  padding: 0;
  margin: 0;
}
.menu li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

.menu-adress {
  background: transparent;
  color: #fff;
  border: none;
}

#innerDiv {
  padding: 150px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#innerDiv h1 {
  margin: 0;
}

.breadcrumbs {
  padding: 17px 0;
  background-color: #f4f7f9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bread-link {
  font-size: 12px;
  color: #000;
  font-weight: 600;
  transition: all 0.3s ease;
  text-transform: uppercase;
  margin-right: 30px;
  position: relative;
  transition: all 0.3s ease;
}
.bread-link:hover {
  color: #2b6bf3;
}
.bread-link:before {
  content: "";
  position: absolute;
  height: 14px;
  width: 14px;
  background-image: url(../img/blackarr.svg);
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  right: -23px;
  top: 1px;
}
.bread-link:last-child {
  margin-right: 0;
  color: #2b6bf3;
}
.bread-link:last-child.bread-link:before {
  display: none;
}

#blcircle {
  position: relative;
  padding: 60px 0;
  background-image: url(../img/bluberr.svg);
  background-position: top right;
  background-repeat: no-repeat;
}
.thin-black {
  font-size: 40px;
  font-weight: 400;
  color: #000;
  margin-bottom: 35px;
}
#more_about {
  position: relative;
  padding: 60px 0;
}
.big-num {
  font-size: 70px;
  color: #fff;
  line-height: 70px;
}
.more-number {
  margin-bottom: 40px;
}
#more_about:before {
  width: 48%;
  content: "";
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #534b63;
  top: 0;
  left: 0;
}

#slider {
  height: 100%;
  background-color: #242221;
  background-size: contain;
  background-position: left 0;
  background-repeat: no-repeat;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: #ff6f08 !important;
}
.swiper-pagination-bullet {
  background-color: #2b6bf3 !important;
}
h2 {
  font-weight: bold;
  font-size: 35px;
  color: #000;
  margin-bottom: 15px;
}

/*swiper*/

.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  font-size: 18px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.swiper-slide .title {
  font-size: 41px;
  font-weight: 300;
}
.subtitle {
  color: #ff6f08;
  margin-bottom: 20px;
  margin-top: 23%;
  font-weight: bold;
  font-size: 46px;
}
.swiper-slide .text {
  font-size: 14px;
  max-width: 400px;
  line-height: 1.3;
}
h1 {
  font-size: 43px;
  line-height: 59px;
  color: #fff;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 25px;
}
.remont-slider {
  margin-top: 40%;
}

.swiper-container2 {
  position: relative;
}

.swiper-container3 {
  padding: 30px;
}
.swiper-container3 .swiper-slide img {
  height: 100%;
}
.swiper-slide {
  height: 120px;
}
.swiper-container3 .swiper-pagination {
  bottom: -20px !important;
}

.mobile-menu {
  display: none;
}

.inside-hot {
  display: flex;
  justify-content: center;
}
.hot {
  padding: 10px 55px;
  background: linear-gradient(302.27deg, #2275e4 -27.39%, #3fc0ea 72.02%);
  border-radius: 7px;
  box-sizing: border-box;
  width: 260px;
}
.hot .black-txt {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
}
.hot .white-price {
  font-weight: bold;
  font-size: 32px;
  color: #fff;
  margin-bottom: 0;
}

#makeorder {
  position: relative;
  padding: 70px 0;
}
.icon-order {
  padding: 20px;
  background-color: #fafbfc;
  position: absolute;
  border-radius: 50px;
  top: -40px;
  left: calc(50% - 42px);
  z-index: 300;

}
.form-adress {
  margin-bottom: 25px;
}
#makeorder input{
  width: 100%;
  color: #000;
  background-color: #fff;
  border: 2px solid #dedede !important;
  border: none;
  border-radius: 10px;
  font-size: 20px;
  padding: 17px 15px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}
#makeorder input[type="submit"] {
  position: relative;
  color: #fff;
  background: linear-gradient(310.35deg, #56ccf2 -27.05%, #2f80ed 60.11%);
  border: none !important;
  border-radius: 10px;
  font-size: 20px;
  padding: 17px 45px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}

#makeorder input[type="submit"]:hover {
  box-shadow: 0px 6px 20px rgba(106, 117, 141, 0.53);
}

.main-btn:hover {
  box-shadow: 0px 6px 20px rgba(106, 117, 141, 0.53);
}

#whywe {
  padding: 90px 0;
  background: linear-gradient(180deg, #4480ff 0%, #00a8fb 100%);
}
.h2-padd {
  margin-bottom: 70px;
}

.icon {
  margin-bottom: 30px;
}
.service-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service-type {
  padding: 20px;
  background: rgba(250, 250, 250, 0.7);
  border-radius: 28px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.service-type:hover {
  box-shadow: 0px 6px 20px rgba(106, 117, 141, 0.53);
}

.active-service {
  background: rgba(0, 20, 91, 0.7);
  border-radius: 28px;
}

.active-service p {
  color: #fff;
}

.service-content {
  /*height: 0px;
  overflow: hidden;*/
  margin: auto;
  margin-top: 50px;
  font-size: 18px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  display: none;
}
.service-content img {
  width: 70%;
}

.active-service img {
  filter: invert(100%) sepia(91%) saturate(0%) hue-rotate(114deg)
    brightness(105%) contrast(101%);
  transform: rotate(90deg);
}

.white-txt {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  margin: 0;
}
.icon img {
  width: 100px;
  margin-bottom: 15px;
}

#howwework {
  padding: 80px 0;
}
.process {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.proc {
  width: 20%;
  position: relative;
  margin-bottom: 50px;
}
.proc img {
  margin-bottom: 24px;
  height: 60px;
}
.proc:before {
  content: "";
  width: 150px;
  height: 2px;
  background: #dedede;
  top: 25px;
  position: absolute;
  left: 28%;
}
.proc:last-child.proc:before {
  display: none;
}
.black-txt {
  color: #000;
  font-weight: 600;
  font-size: 14px;
}
.payment {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.payment span {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  margin-right: 12px;
}

#reviews {
  padding: 70px 0;
  overflow:hidden;
  background: linear-gradient(180deg, #4480ff 0%, #00a8fb 100%);
}

.rev-img {
  height: 65px;
  width: 65px;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
.img-rev-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rev-txt {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

#contacts {
  padding: 70px 0;
}
.big-btn {
  color: #fff;
  background: linear-gradient(310.35deg, #56ccf2 -27.05%, #2f80ed 60.11%);
  border: none !important;
  border-radius: 10px;
  font-size: 20px;
  padding: 17px 45px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
  margin-top: 25px;
}
.big-btn:hover {
  box-shadow: 0px 6px 20px rgba(106, 117, 141, 0.53);
}
#contfooter {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 700;
  width: 320px;
  background-color: #dedede;
  border: none;
  position: relative;
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/9/9d/Arrow-down.svg");
  background-repeat: no-repeat;
  -webkit-background-size: 20px;
  background-size: 20px;
  background-position: right 10px center;
}
.time-loco {
  text-decoration: underline;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 30px 0;
}
.time-loco img {
  margin-right: 5px;
  height: 14px;
}

.form-adress {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 700;
    width: 320px;
    background-color: #DEDEDE;
    border: none;
    position: relative;
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/9/9d/Arrow-down.svg');
    background-repeat: no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    background-position: right 10px center;
}

footer {
  background-color: #5a5658;
}
.footer-shapka {
  display: flex;
  padding: 25px;
  justify-content: space-between;
  align-items: center;
}
.social-links {
  margin-right: 12px;
}
.copyright {
  color: #fff;
}
.copyright a {
  color: #fff;
  text-decoration: underline;
}
.biglink {
  font-size: 20px !important;
}
.pop {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  height: 100vh;
  width: 100vw;
  z-index: 1000;
}
.pop-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 35px;
  width: 50%;
  position: relative;
}
.cross {
  height: 20px;
  font-size: 20px;
  color: #000;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 100001;
}
.pop-box input {
  width: 100%;
  color: #000;
  background-color: #fff;
  border: 2px solid #dedede !important;
  border: none;
  border-radius: 10px;
  font-size: 20px;
  padding: 17px 15px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}
.pop-box input[type="submit"] {
  color: #fff;
  background: linear-gradient(303.89deg, #56ccf2 -27.05%, #428aeb 60.11%);
  border: none !important;
  border-radius: 10px;
  font-size: 20px;
  padding: 17px 45px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}
.pop-box input[type="submit"]:hover {
  box-shadow: 0px 6px 20px rgba(106, 117, 141, 0.53);
}
.pop-box select {
  width: 100% !important;
  margin-bottom: 10px;
  transition: all 0.5s ease 0.5s;
}
#map{
  height: 400px;
  width: 100%;
}


/*ADAPTIIIIIIIIIV*/

@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 786px) {
}
@media (max-width: 767px) {
  .service-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 672px) {
}
@media (max-width: 512px) {
  .proc {
    width: 100%;
    text-align: center;
  }
  .proc:before {
    display: none;
  }
  .payment img {
    margin: 12px 0 12px 0;
  }
  .pop-box {
    width: 95%;
  }
  h1 {
    font-size: 23px;
    line-height: 30px;
  }
  .subtitle {
    font-size: 30px;
    margin-top: 70%;
  }
  .form-adress {
    width: 100%;
  }
  #contfooter {
    width: 100%;
  }
  .pop-box {
    padding: 20px 5px;
  }

  .service-flex .col-lg-3 {
    padding: 5px;
  }

  .service-type {
    padding: 5px;
    border-radius: 5px;
  }

  .white-txt {
    font-size: 14px;
  }

  .service-content img {
    width: 100%;
  }
  .footer-shapka{
    flex-wrap: wrap;
  }
}
@media (max-width: 390px) {
}
@media (max-width: 320px) {
  .white-txt {
    font-size: 12px;
  }

  .service-type {
    font-size: 10px;
  }

  .service-type img {
    width: 15px;
  }
}

.white-col {
  color: #fff;
}

/* Remove outline on the forms and links */
:active,
:hover,
:focus {
  outline: 0;
  outline-offset: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}

[class*="ymaps-2"][class*="-ground-pane"] {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}

.mobile-subheader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-subheader .order-btn {
  width: 50%;
  border-radius: 0;
  padding: 20px 0;
}
.mobile-subheader .order-btn img {
  animation: round;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mobile-subheader a {
  width: 50%;
}
.call-btn {
  color: #fff;
  background-color: #2c6af3;
  border: none;
  width: 100%;
  font-size: 16px;
  border-radius: 0;
  padding: 20px 0;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.nav-link {
  height: 35px;
  width: 50px;
  border: none;
  position: relative;
  background-color: transparent;
}
.nav-link span:first-child {
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #003363;
  content: "";
  border-radius: 20px;
  transition: all 0.3s ease;
}
.nav-link span:nth-child(2n) {
  width: 100%;
  height: 4px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 0;
  background-color: #003363;
  content: "";
  border-radius: 20px;
  transition: all 0.3s ease;
}
.nav-link span:last-child {
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #003363;
  content: "";
  border-radius: 20px;
  transition: all 0.3s ease;
}
.nav-link-active span:first-child {
  transform: rotate(225deg);
  top: 16px;
}
.nav-link-active span:nth-child(2n) {
  display: none;
}

.nav-link-active span:last-child {
  transform: rotate(-225deg);
  top: 16px;
}
#map {
    height: 400px;
    width: 100%;
}
.spinningGear{
	height:25px;
	width: 25px;
	animation: 2s spingear infinite;
	animation-timing-function: linear;
	transform: rotate(0deg);
}
@keyframes spingear{
	0%{
		transform: rotate(0deg);
	}
	50%{
		transform: rotate(180deg);
	}
	100%{
		transform: rotate(360deg);
	}
}
select {
    background-color: none;
    color: #000000;
    transition: all 0.5s ease 0.5s;
}
option {
    background-color: none;
    color: #000000;
}
.pop-box textarea {
    width: 100%;
    height: 150px;
    color: #000;
    background-color: #fff;
    border: 2px solid #DEDEDE!important;
    border: none;
    border-radius: 10px;
    font-size: 20px;
    padding: 17px 15px;
    font-weight: 400;
    transition: all .3s ease-in-out;
    margin-bottom: 10px;
}
.copyright img {
    height: 15px;
    transition: all .3s ease-in-out;
    margin-left: 5px;
}
#services {
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    padding: 15px!important;
    width: 100%!important;
    background-color: #fff!important;
    border: 1px solid #534B63!important;
    position: relative!important;
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/9/9d/Arrow-down.svg)!important;
    background-repeat: no-repeat!important;
    -webkit-background-size: 20px!important;
    background-size: 20px!important;
    background-position: right 10px center!important;
    margin-bottom: 10px!important;
    width: 100%;
    color: #000;
    background-color: #fff;
    border: 2px solid #dedede !important;
    border: none;
    border-radius: 10px;
    font-size: 20px;f
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    margin-bottom: 10px;
}

.chose{
	height: 100vh;
	width: 100vw;
	background-color: rgba(0,0,0,0);
	z-index: 1021;
	position: fixed;
	top: -100vh;
	left: 0;
	transition: all .4s ease-in-out
}
.chose-city{
	position: absolute;
	top: -128px;
	left: 0;
	width: 100%;
	height: 128px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	transition: all .3s ease-in-out;
	padding:20px 0;
}
.chose-city h3{
	width: 100%;
	margin-top:0;
	margin-bottom: 10px;
}
.chose-act{
	top:0;
	background-color: rgba(0,0,0,.8);
}
.chose-act .chose-city{
	top: 0;
}

.city-btn{
	color: #000;
	background-color: rgb(202, 202, 202);
	border: none;
	border-radius: 10px;
	font-size: 16px;
	padding: 10px 17px;
	font-weight: 600;
	transition: all .3s ease;
	margin-right: 20px;
}
.city-btn:last-child{
	margin-right: 0;
}
.city-btn:hover{
	box-shadow: 0px 6px 20px rgba(106, 117, 141, 0.53);
}
.city-btn-act{
	background-color: #2B6BF3;
	color: #fff;
}
.city-btn img{
	display: none;
}
.city-btn-act img{
	height: 10px;
    transform: translateY(-1px);
    margin-right: 4px;
    display: unset;
}



/*смена города*/
#cityChange{
	text-decoration:underline;
}
#cityChange img{
	transform: translateY(-2px);
    margin-right: 5px;
    height: 16px;
}


.chose {
    height: 100vh;
    width: 100vw;
    background-color: rgba(0,0,0,0);
    z-index: 1021;
    position: fixed;
    top: -100vh;
    left: 0;
    transition: all .4s ease-in-out;
}
.chose-act {
    top: 0;
    background-color: rgba(0,0,0,.8);
}
.chose-city {
    position: absolute;
    top: -128px;
    left: 0;
    width: 100%;
    height: 128px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: all .3s ease-in-out;
    padding: 20px 0;
}
.chose-city h3 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
}
.city-btn {
    color: #000;
    background-color: rgb(202, 202, 202);
    border: none;
    border-radius: 10px;
    font-size: 16px;
    padding: 10px 17px;
    font-weight: 600;
    transition: all .3s ease;
    margin-right: 20px;
}
.city-btn-act {
    background-color: #2B6BF3;
    color: #fff;
}
.city-btn img {
    display: none;
}
.city-btn-act img {
    height: 10px;
    transform: translateY(-1px);
    margin-right: 4px;
    display: unset;
}
.rev-btn {
    color: #fff;
    background-color: #2B6BF3;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    padding: 10px 17px;
    font-weight: 600;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 2;
    margin-top: 15px;
}
.ya-btn {
    background-color: #E52421!important;
    position: relative;
    overflow: hidden;
}







