
/* Portrait phones and smaller */
@media (max-width: 480px) {}

/* Iphone 5 */
@media (max-width: 320px) {}


/*Работая с нами*/
.space {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 75px;
}


.square.square_grey {
  background-color: #F9F9F9;
  padding-bottom: 40px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 20px;
  padding-top: 65px;
}

.square.square_grey h2 {
  margin-bottom: 63px;
}

.square .prov_h2 {
  margin-bottom: 55px;
}

.prov_wrap {
  max-width: 720px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}

.prov_zag {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 19px;
  color: #393E4D;
  margin-bottom: 10px;
}

.prov_text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 15px;
  color: #393E4D;
  margin-bottom: 30px;
}

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

.twice {
  display: flex;
  justify-content: space-between;
  width: 48%;
  max-width: 345px;
}

.prov_spisok {
  width: 100%;
}

.prov_area_part {
  width: 48%;
  max-width: 345px;
}

.prov_name {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 17px;
  color: #393E4D;
  margin-bottom: 10px;
  margin-top: unset;
}

.prov_spisok {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.prov_spisok select {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 50px;
  color: #393E4D;
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  border-radius: 2px;
  background: #FFFFFF;
  width: 100%;
  height: 50px;
  padding-left: 14px;
  position: relative;
  
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.prov_spisok select option {
  border: 1px solid #DEDEDE;
  border-top: none;
  height: 44px;
  line-height: 44px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;

}

.prov_spisok select option:last-of-type {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}


.prov_spisok:after {
  content: url('../images/select.svg');
  position: absolute;
  pointer-events: none;
  top: 5px;
  right: 18px;
}

.prov_inp_text {
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  border-radius: 2px;
  padding-left: 14px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 50px;
  color: #393E4D;
}

.req_text {
  margin-bottom: 30px;
}

.prov_inp_text.sm {
  width: 158px;
}

.prov_zag.last {
  margin-bottom: 30px;
}

.prov_name_small {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 15px;
  color: #C4C4C4;
  margin-bottom: 10px;
}

.prov_inp_text:focus, .prov_inp_text:focus-visible, .prov_inp_text:focus-within {
  background: #FFFFFF;
  border: 1px solid #43AEDE;
  box-sizing: border-box;
  box-shadow: 0px 0px 4px #43AEDE;
  border-radius: 2px;
  outline-color: #43AEDE;
}

.proverka .prov_submit {
  background: #52BAE8;
  border-radius: 2px;
  width: 345px;
  height: 55px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  
  color: #FFFFFF;
  outline: none;
  border: none;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.proverka .prov_submit:hover {
  background: #4EC8FF;
}

.proverka .prov_submit:active {
  background: #43AEDE;
}

.proverka .prov_submit:focus {
  background: #52BAE8;
}

.prov_checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.prov_checkbox+label {
  display: flex;
  align-items: flex-start;
  user-select: none;
  font-family: 'Montserrat Alternates', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #393E4D;
  margin-bottom: 10px;
}

.prov_checkbox+label span a {
  color: #52BAE8;
  background: none;
  display: inline;
  text-decoration: underline;
  padding: 0;
}

.prov_checkbox+label span a:visited {
  color: #52BAE8;
}

.prov_checkbox+label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center center;
}

.prov_checkbox:checked+label::before {
  background-image: url('../images/Vector.svg');
}

.prov_checkbox#oferta+label {
  display: none;
}

.last_check {
  margin-top: auto;
}


.error .prov_inp_text {
  border: 1px solid #D32420;
  box-shadow: 0px 0px 4px #F24822;
  background-image: url('../images/alert.svg');
  background-repeat: no-repeat;
  background-position: right 14px center;
}

.error .prov_inp_text#prov_mail {
  background-image: none;
}

.prov_error {
  display: none;
}

.error .prov_error {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 13px;
  color: #D32420;
  margin-top: 5px;
}





@media (max-width: 768px) {
  .square.square_grey h2 {
    margin-left: 6.25%;
    margin-right: auto;
  }

  .prov_spisok:after {
    right: 3px;
  }
}

@media (max-width: 700px) {

  .last_check {
    margin-top: 5px;
  }
  
  .prov_area {
    flex-direction: column;
  }

  .prov_zag {
    font-size: 18px;
    line-height: 17px;
    margin-top: 15px;
    text-align: center;
  }

  .prov_area_part {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .prov_spisok::after {
    right: 12px;
  }

  .prov_spisok select {
    font-size: 16px;
  }

  .prov_name {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .prov_text {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
  }

  .req_text {
    margin-bottom: 14px;
  }

  .prov_spisok {
    margin-bottom: 15px;
  }

  .prov_inp_text {
    font-size: 16px;
  }

  .prov_name_small {
    font-size: 14px;
  }

  .prov_submit {
    width: 100%;
    max-width: 345px;
    margin-left: 0px;
  }

  .twice {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .twice .prov_area_part:last-of-type {
    margin-left: auto;
    
    max-width: 165px;
  }

  .prov_inp_text.sm {
    width: 100%;
    max-width: 165px;
  }

  .prov_submit {
    font-size: 14px;
    margin-top: 15px;

  }

  .square .prov_h2 {
    margin-bottom: 40px;
  }

  
}



.square_text {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 35px;
  color: #616161;
  max-width: 1015px;
  margin: 0 auto;
  margin-top: 0px;
  width: 95%;
  margin-top: 20px;
}

.square_text ul {
  list-style: none;
}



.square_text .square_text-t {
  margin-bottom: 30px;
  line-height: 130%;
  color: #616161;
  display: flex;
  align-items: center;
}

.square_text .square_text-t:before {
  content: url('../images/bul.svg');
  margin-right: 15px;
  width: 25px;
  height: 25px;
  /*display: flex;*/
}

@media (max-width: 700px) {
  .square.square_grey {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .square.square_grey h2 {
    margin-left: 0px;
    margin-right: auto;
  }

  .square_text {
    width: 100%;
    font-size: 18px;
  }

  .square_text .square_text-t:before {
    width: 18px;
    height: 18px;
    content: url('../images/bul_mob.svg');
  }

  .square.square_grey h2 {
    margin-bottom: 40px; 
  }

  .square_text .square_text-t {
    align-items: flex-start;
    margin-bottom: 20px;
  }
}

.sorting {
  width: 98%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 800px;
  margin-top: 50px;
}

.tab input,
.tab-content {
  display: none;
}

.type_of_property h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 35px;
  color: #393E4D;

}

.info h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: #31343f;
}

.info p {
  margin-top: -20px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #616161;
  width: 335px;
}
.info p::before{
	content:"";
	width: 10.5px;
    height: 10.5px;
	border: 1.5px solid #52BAE8;
    border-radius: 50%;
    transform: translate(-27.8px, 24px);
	display:inline-block;
    z-index: 1;
    background-color: #52BAE8;
	  transition:linear 0.3s; 
}
.info p:hover::before{
background-color: white;	 
}

h2 {
  font-family: Lora;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 60px;
  color: #393E4D;
}

.tab {
  font: 0.8rem/1.2 Arial, sans-serif;
  /* Параметры шрифта */
  border: 1px solid #52BAE8;
  /* Параметры рамки */
  border-radius: 3px;
  /* Скругляем уголки */
  color: #393E4D;
  /* Цвет текста */
  margin-bottom: 10px;
  /* Расстояние между пунктами */
}

.tab-title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  padding: 10px;
  /* Поля вокруг текста */
  display: block;
  /* Блочный элемент */
  cursor: pointer;
  /* Вид курсора */
  text-decoration: none;
  padding-left: 20px;
}

.tab-content {
  background-color: #52BAE8;
  color: white;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 35px;

}

.tab-title::after {
  content: '\002B';
  /* Выводим плюс */
  float: right;
  /* Размещаем по правому краю */
  border: 2px solid #52BAE8;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  position: relative;
  right: 6px;
  top:-5px;
  
  font-size: 18px;
  font-weight: 700;
  
  color: #52BAE8;
  transition: .55s opacity, .55s visibility;
  display: flex;
    align-items: center;
    justify-content: center
}

.tab-title:hover:after {
  background-color: #52BAE8;
  color: #FFFFFF;
}

.tab-content {
  padding: 20px 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  /* Поля вокруг текста */
}

.tab.active .tab-title {
  background-color: #52BAE8;
  /* Цвет фона */
  border-radius: 3px 3px 0 0;
  /* Скругляем уголки */
  color: #fff;
  /* Цвет текста */
}

.tab.active .tab-title::after {
  content: '\2212';
  border: 2px solid white;
  color: white;
  /* Выводим минус */
}

.tab.active .tab-content {
  display: block;
  /* Показываем содержимое */
}

.square {

  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.little_square1 {
  margin-top: -25px;
  width: 21px;
  height: 21px;
  border-radius: 20%;
  transform: translate(80px, 30px);
  position: relative;
  z-index: 1;
  background-color: #52BAE8;
  bottom: 60px;

}

/*Расчет стоимости проверки недвижимости*/

.graybackground h2 {
  margin: 0;
  position: relative;
  z-index: 2;
}

.little_square2 {
  margin-top: -60px;
  margin-left: -5px;
  width: 21px;
  height: 21px;
  border-radius: 20%;
  transform: translate(80px, 30px);
  position: relative;
  z-index: 1;
  background-color: #52BAE8;
  bottom: 87px;

}

.graybackground {

  background-color: #F9F9F9;
  padding-top: 100px;
  padding-left: 50px;
}

.obertka {

  display: flex;
  justify-content: center;
  align-items: start;
  background-color: #F9F9F9;
}

.obertka2 {
  margin-top: 120px;
}

.choice {
  border: 3px solid #52BAE8;
  display: grid;
  grid-template-columns: 30% 70%;
  background-color: white;
}

.type_of_property {
  align-items: flex-end;
}

.choice h2 {

  padding-top: 20px;
  padding-bottom: 20px;
}

.checkboxes {

  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 10px;

}

.check {

  width: 48%;
}

.prog_bar {

  display: flex;
  flex-direction: column;
}

.house2 img {
  float: right;
}

#progress-num {
  padding-bottom: 5px ;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: #393E4D;
}

progress {
  height: 5px;
  width: 300px;
  margin-bottom: -3px;
  z-index: 2;
}

/* Firefox  */
progress {
  appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    background: rgba(57, 62, 77, 0); /*серый*/
    color: #e0a;
}

 progress::-webkit-progress-bar {
    background: rgba(57, 62, 77, 0);/*серый*/
    }
    progress::-moz-progress-bar {
    background: #52BAE8;/*голубой*/
    }
    progress::-webkit-progress-value {
    background: #52BAE8;/*голубой*/
    }
    progress[aria-valuenow]:before  {
    background: rgba(57, 62, 77, 0);/*серый*/
    }
.line-my {
  background: rgba(57, 62, 77, 0.35);
  width: 300px;
  height: 1px;
  z-index: 1;
}

.but {
  color: #fff;
  /* цвет текста */
  text-decoration: none;
  /* убирать подчёркивание у ссылок */
  user-select: none;
  /* убирать выделение текста */
  background: #52BAE8;
  /* фон кнопки */
  padding: .7em 1.5em;
  /* отступ от текста */
  outline: none;
  /* убирать контур в Mozilla */
  transition: 0.4s;
  cursor: pointer;
  width: 232px;
  height: 53px;
  box-sizing: border-box;
  border-radius: 3px;
  border: none;
      margin-top: 35px;
}

.radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}

.type {
  position: relative;
  padding: 0 0 0 35px;
  cursor: pointer;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 25px;

color: #616161;

  
}

.type:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 5px;
  width: 16px;
  height: 16px;
  border: 2px solid#52BAE8;
  border-radius: 50%;
  background: #FFF;
}

.type:after {
  /*content: '\2713';*/
  content: url("../images/galka1.png");
  color: white;
  position: absolute;
  top: 1px;
  left: 6px;
  width: 17px;
  height: 16px;
  border-radius: 50%;
  background-color: #52BAE8;
  transition: .2s;
  opacity: 0;
  text-align: center;
}

.radio input:checked+.type:after {
  opacity: 1;
}

.radio input:checked+.type:before {
  opacity: 1;
  background-color: #52BAE8;
}


.gray {
  background-color: #F9F9F9;
}

.block-costcalculate {
  padding-bottom: 100px;
}

.block-title {
  padding-top: 100px;
  padding-left: 50px;
}

.graybackground {

  background-color: #F9F9F9;
  padding-top: 100px;
  padding-left: 50px;
}

.block-title h2 {
  margin: 0;
  position: relative;
  z-index: 2;
}

.little_square2 {
  width: 21px;
  height: 21px;
  border-radius: 20%;
  transform: translate(80px, 30px);
  position: relative;
  z-index: 1;
  background-color: #52BAE8;
  bottom: 87px;

}

.perenos {
  display: none;
}


/*Схема выполнения проверки*/

.square h2 {
  margin: 0;
  padding-left: 85px;
  padding-top: 50px;
  position: relative;
  z-index: 2;
}
.square h2::before{
  content:"";
  display:block;
  width: 21px;
  height: 21px;
  border-radius: 20%;
  position: absolute;
  left:77px;
  top:55px;
  z-index: -1;
  background-color: #52BAE8;


}

.little_square3 {
  margin-top: -60px;
  width: 21px;
  height: 21px;
  border-radius: 20%;
  transform: translate(80px, 30px);
  position: relative;
  z-index: 1;
  background-color: #52BAE8;
  bottom: 86px;
}

.little_circle1 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: translate(80px, 30px);
  position: relative;
  z-index: 1;
  background-color: #52BAE8;
  bottom: 320px;
  left: 46px;
}

.little_circle2 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: translate(80px, 30px);
  position: relative;
  z-index: 1;
  background-color: #52BAE8;
  bottom: 132px;
  left: 622px;
}

.little_circle3 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: translate(80px, 30px);
  position: relative;
  z-index: 1;
  background-color: #52BAE8;
  bottom: 144px;
  left: 46px;
}

.little_circle4 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: translate(80px, 30px);
  position: relative;
  z-index: 1;
  background-color: #52BAE8;
  bottom: 357px;
  left: 622px;
}

.obertka2 {
  max-width: 1065px;
  width: 98%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /*display: grid;*/
  /*grid-template-columns: 45% 45%;*/
  /*padding-left: 130px;*/
  /*grid-gap: 15px;*/
}

.verification {
  border: 2px solid #52BAE8;
  display: flex;
  justify-content: start;
  width: 508px;
  margin: 10px;
}

.verification:hover .info p, .verification:hover .info h3, .verification:hover .info p a {
  color: #FFFFFF;
}

.info {
  width: 309px;
  height: 181px;
  position: relative;
  top: 50px;
  left: 21px;
}

.info h3 {
  margin: 0;
}

.info span {

  font-family: Lora;
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 50px;
  font-size: 120px;
  line-height: 50px;
  position: relative;
  top: 60px;
  left: 100px;
  color: #9bdcf8ab;

}
.info-number{
width: 100%;
  height: auto;
  position: relative;
  font-family: Lora;
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 50px;
  font-size: 120px;
  line-height: 50px;
  padding-top: 110px;
  color: #9bdcf8ab;
}
.info-number span{
float:right;
}

.verification:hover {
  cursor: pointer;
  background-color: #52BAE8;
  color: white;
}

.block-title h2{
	padding-left:85px;
}

/*Контакты*/

.little_square4 {

  width: 21px;
  height: 21px;
  border-radius: 20%;
  transform: translate(80px, 30px);
  position: relative;
  z-index: 1;
  background-color: #52BAE8;
  bottom: 85px;
}

.obertka3 {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 40px;
  /*margin-left: 50px;*/
  width: 98%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
}

.obertka3 .contacts2 {
  /*min-width: 300px*/
  margin-right: 5px;
}

.contacts2 {

  
  padding-top: 10px;
}

.contact2 img {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  padding: 3px;
  border: 1px solid #52BAE8;
  margin-bottom: -5px;
  box-sizing: content-box;
  
}




.obertka4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  color: white;
  height: 80px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 98%;
  flex-wrap: wrap;

}

.down_left img {
  width: 98px;
  height: 54px;
  margin-right: 20px;

}
.down_left{
  display: flex;
  margin-left: 22px;
}

.down_right{
  margin-right: 50px;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 25px;
}

.down2 {
  /*padding-left: 20px;*/
  color: white;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;

}

.slider {
  position: relative;
  overflow: hidden;
  max-width: 92%;
  margin-right: auto;
  margin-left: auto;
  
}



.lSSlideOuter  {
  max-width: 1220px;
    margin-right: auto;
    margin-left: auto;
}

.slider__wrapper {
  display: flex;
  transition: transform 0.6s ease;
}

.slider__item {
  flex: 0 0 100%;
  max-width: 60%;
}

.slider__control {
  position: absolute;
  top: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  height: 50px;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, .5);
}

.slider__control_show {
  display: flex;
}

.slider__control:hover,
.slider__control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.slider__control_left {
  left: 0;
}

.slider__control_right {
  right: 0;
}

.slider__control::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.slider__control_left::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.slider__control_right::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}


