@import url(https://fonts.googleapis.com/css?family=Roboto);

/*........ specification ........*/
body {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  margin: 0;
  background: #f3f3f3;
  padding: 0;
}

div, p, form, input, a, span, button {
  box-sizing: border-box;
}

:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}


botton, input {
    outline: none;
  -webkit-appearance: button;
}

ul, li {
  display: block;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  font-weight: 400;
}


/* ------------------- */

.header_thanks {
  background: url('../img/thanks-fon.jpg') no-repeat center top/cover;
}

.thanks-content {
  margin-top: 138px;
  margin-bottom: 40px;
}

.thanks__title {
  font-family: Playfair Display;
  font-style: italic;
  font-weight: normal;
  font-size: 44px;
  text-align: center;
  color: #FFFFFF;
}

.thanks__text {
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 86px;
  font-size: 15px;
  text-align: center;
  color: #FFFFFF;
}

.thanks__btn {
  display: block;
  background: #FFFFFF;
  border-radius: 5px;
  max-width: 330px;
  width: 100%;
  font-family: Playfair Display;
  font-weight: normal;
  font-size: 18px;
  color: #424242;
  text-align: center;
  padding: 34px 0;
  position: relative;
  margin: auto;
}

.thanks__btn:before {
  background: rgba(194,194,194,0.07);
  background: -moz-linear-gradient(left, rgba(194,194,194,0.07) 0%, rgba(255,255,255,0.84) 51%, rgba(194,194,194,0.07) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(194,194,194,0.07)), color-stop(51%, rgba(255,255,255,0.84)), color-stop(100%, rgba(194,194,194,0.07)));
  background: -webkit-linear-gradient(left, rgba(194,194,194,0.07) 0%, rgba(255,255,255,0.84) 51%, rgba(194,194,194,0.07) 100%);
  background: -o-linear-gradient(left, rgba(194,194,194,0.07) 0%, rgba(255,255,255,0.84) 51%, rgba(194,194,194,0.07) 100%);
  background: -ms-linear-gradient(left, rgba(194,194,194,0.07) 0%, rgba(255,255,255,0.84) 51%, rgba(194,194,194,0.07) 100%);
  background: linear-gradient(to right, rgba(194,194,194,0.07) 0%, rgba(255,255,255,0.84) 51%, rgba(194,194,194,0.07) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2c2c2', endColorstr='#c2c2c2', GradientType=1 );
  content: " ";
  display: block;
  height: 1px;
  width: 349px;
  position: absolute;
  left: 50%;
  top: -45px;
  transform: translateX(-50%);
}

.contact__wrap_thanks {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.contact__time_thanks {
  bottom: 27%;
  right: -20px;
}



@media screen and (min-width: 993px) {





.about__left img {
        width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}





h1 {
  font-size: 40px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}


a, a:hover, a:active {
  text-decoration: none;
}

a, button, input {
  cursor: pointer;
  transition: all 0.5s ease;
}

input, input:hover, input:focus, input:active,
button, button:hover, button:focus, button:active {
  outline: none;
}

.container {
  margin: 0 auto;
  max-width: 1110px; 
}

.text-center {
  text-align: center;
}

.header {
      background-color: #f6f6f6;
  padding-top: 45px;
  background: url('../img/fon.png') no-repeat center top/cover;
}

.header__burger {
  display: block;
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
}

.equipment-block ,.offer__wrap,.logo ,.header-block__left, .header-block__right, .header-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo__text-title {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}

.header-block__left {
  width: 320px;
}

.logo {
  width: 259px;
}

.header-block__right {
  width: 460px;
}

.header__phone {
  text-align: end;
}

.header__phone a {
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.header__phone p {
  font-weight: normal;
  font-size: 13px;
  color: #FFFFFF;
}

.header__btn {
  background: linear-gradient(180deg, #E10600 0%, #840400 100%);
  border-radius: 6px;
  width: 207px;
  border: none;
  cursor: pointer;
  border-bottom: 2px solid #982a2a;
  font-family: Playfair Display;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  padding: 12px 0;
}

.header__btn i {
  margin-right: 10px;
  transform: rotate(-32deg);
}

/* offer */

.offer {
    padding-top: 110px;
}

.offer__block-left {
  width: 583px; 
}

.offer__title, .offer__subtitle {
  font-family: Playfair Display;
  font-weight: normal;
  font-size: 55px;
  line-height: 62px;
  color: #FFFFFF;
}

.offer__subtitle {
  font-style: italic;
  font-size: 27px;
  margin-top: 40px;
  margin-left: 30px;
  position: relative;
  margin-bottom: 30px;
}

.offer__subtitle:before {
  content: " ";
  border-radius: 50%;
  display: block;
  width: 16px;
  height: 16px;
  left: -30px;
  position: absolute;
  background: red;
  top: 22px;
}

.offer__text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #FFFFFF;
}

.offer-form {
  width: 445px;
  padding: 10px;
  background: #282828;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
}

.offer-form__wrap {
  padding: 56px 62px ;
  border: 1px solid #FFFFFF;
  border-radius: 15px;
}

.offer-form__title {
  font-family: Playfair Display;
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 45px;
}

.form-control {
  width: 300px;
  background: #FFFFFF;
  border: none;
  font-weight: normal;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  padding: 22px 30px ;
  margin-bottom: 15px;
  border-radius: 5px;
}

.offer-btn {
  width: 300px;
  font-family: Playfair Display;
  font-weight: normal;
  font-size: 18px;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
  padding: 20px 0;
  text-align: center;
  background: linear-gradient(180deg, #E10600 0%, #A00400 100%);
  border-radius: 6px;
  position: relative;
}

.book {
      position: relative;
}

.book:before {
    content: "";
    position: absolute;
    background: url(../img/book.png);
    width: 69px;
    height: 57px;
    left: -14px;
    bottom: 0;
    z-index: 1;
}


/* workers */

.workers__card {
  width: 277px;
  background: #FFFFFF;
  box-shadow: 0px 0px 14px rgba(97, 97, 97, 0.2);
  border-radius: 6px;
  padding: 12px 20px 24px;
}

.workers__card-position {
  font-weight: normal;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 10px;
  margin-bottom: 13px;
  text-align: center;
}

.workers__card-name {
  font-family: Playfair Display;
  font-style: italic;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}

.workers__card-post {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.workers__card-img {
  text-align: center;
}

.workers {
  display: flex;
  justify-content: center;
  position: relative;
  top: 130px;
}


/* content */

.content {
  padding-top: 240px;
  background: url('../img/fon-about.jpg') no-repeat;
}

.about__block h2, .price__title {
  font-family: Playfair Display;
  font-style: italic;
  font-weight: normal;
  font-size: 42px;
  color: #292929;
}

.about__block p {
  font-weight: normal;
  font-size: 14px;
  margin-left: 40px;
  letter-spacing: 0.285em;
  color: rgba(0, 0, 0, 0.5);
}

.about__text p {
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 25px;
}

.abut__btn, .slide-btn {
  width: 192px;
  padding: 16px 0;
  text-align: center;
  font-family: Playfair Display;
  font-weight: normal;
  font-size: 13px;
  text-align: center;
  color: #292929;
  border: 1px solid #292929;
  border-radius: 6px;
}

.about__block {
  margin-bottom: 50px; 
  display: flex;
  align-items: baseline;
}


/* procedure */

.procedure {
  padding-bottom: 30px;
  margin-top: 100px;
}

.procedure__slide-title {
  font-family: Playfair Display;
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 45px;
}

.procedure__slide-text {
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 5px;
}

.about-wrap {
  display: flex;
}

.about__left {
  margin-top: 40px;
}

/* price */

.price {
  position: relative;
  padding-top: 50px;
  padding-bottom: 44px;
}

.price__title {
  text-align: center;
}

.price__text {
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 44px;
  font-size: 15px;
  text-align: center;
}

.price:before {
background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(92,92,92,1) 53%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(53%, rgba(92,92,92,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(92,92,92,1) 53%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(92,92,92,1) 53%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(92,92,92,1) 53%, rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(92,92,92,1) 53%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
content: " ";
display: block;
height: 2px;
width: 349px;
position: absolute;
left: 50%;
top: 0px;
    transform: translateX(-50%);
}


.price-list {
  width: 100%;
  padding: 26px;
  background: #FFFFFF;
box-shadow: 0px 0px 14px rgba(97, 97, 97, 0.2);
border-radius: 6px;
}

.pprice-list__item-title {
  font-weight: normal;
  font-size: 14px;
}

.pprice-list__item-title:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}

.price-list__item-money {
  font-family: Playfair Display;
  font-weight: normal;
  font-size: 15px;
    width: 258px;
  margin-left: 10px;
}

.price-list__item-money span {
  font-family: Montserrat;
  font-weight: normal;
  font-size: 9px;
}

.price-list__item-dot {
  width: 100%;
  border-bottom: 1px dotted #000;
}

.price-list__item {
  display: flex;
  align-items: baseline;

}

.price-list__item-wrap {
  display: flex;
  width: 100%;
}

.pw1 {
      width: 584px;
}

.pw2 {
       width: 191px;
}

.pw3 {
     width: 444px;
}

.pw5 {
      width: 120px;
}

.pw4 {
      width: 200px;
}

.pw6 {
    width: 706px;
}  

.pw7 {
        width: 150px;
}

.pw8 {
      width: 279px;
}

.price-list__item:not(:last-child) {
  margin-bottom: 10px;
}

/* equipment */

.equipment {
      background-color: #f6f6f6;
  padding: 100px 0 99px;
  background: url('../img/o-fon.png') no-repeat center top/cover;
}

.equipment__title {
  font-family: Playfair Display;
  font-style: italic;
  font-weight: normal;
  font-size: 44px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.equipment__text {
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
}

.equipment-block__title {
  font-weight: normal;
  font-family: Playfair Display;
  font-size: 22px;
  color: #FFFFFF;
  margin-left: 25px;
  position: relative;
}

.equipment-block__title:before {
  content: " ";
  border-radius: 50%;
  display: block;
  width: 12px;
  height: 12px;
  left: -30px;
  position: absolute;
  background: red;
  top: 8px;
}

.equipment-block__text p {
  font-weight: normal;
  font-size: 15px;
  color: #FFFFFF;
  margin-top: 30px;
}

.equipment-block__text p span {
  font-weight: 500;
}

.equipment-block__text {
  width: 595px;
}

/* advantage */

.advantage {
  background: url('../img/fon-about.jpg') no-repeat center top/cover;
  padding-bottom: 100px;
  padding-top: 140px;
    position: relative;
}

.price__title_advantage:before {
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(92,92,92,1) 53%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(53%, rgba(92,92,92,1)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(92,92,92,1) 53%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(92,92,92,1) 53%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(92,92,92,1) 53%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(92,92,92,1) 53%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
  content: " ";
  display: block;
  height: 2px;
  width: 349px;
  position: absolute;
  left: 11%;
  top: 42px;
  transform: translateX(-35%);
}


.price__title_advantage:after {
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(92,92,92,1) 53%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(53%, rgba(92,92,92,1)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(92,92,92,1) 53%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(92,92,92,1) 53%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(92,92,92,1) 53%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(92,92,92,1) 53%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
  content: " ";
  display: block;
  height: 2px;
  width: 349px;
  position: absolute;
  right: 0;
  top: 42px;
  transform: translateX(0%);
}


.price__title_advantage {
  position: relative;
}

.advantage__block {
  display: flex;
}

.advantage__card {
  position: relative;
    padding: 15px 28px 25px 25px;
  width: 368px;
  background: #FFFFFF;
  box-shadow: 0px 0px 14px rgba(97, 97, 97, 0.2);
  border-radius: 6px;
}

.advantage__card-namber { 
  font-family: Playfair Display;
  font-weight: normal;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
}

.advantage__card-title {
  font-family: Playfair Display;
  font-weight: normal;
  font-size: 28px;
  margin-top: 18px;
  margin-bottom: 33px;
}

.advantage__card-text p{
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  margin-top: 33px;
}

.advantage__card-img {
  position: absolute;
  top: 7px;
  right: 0;
}

/* reviews */

.reviews {
  padding: 101px 0 123px;  
  background: url('../img/r-fon.png') no-repeat center top/cover;
}

.reviews__card {
    padding: 8px;
    width: 334.91px;
    min-height: 387px;
    background: #fff;
    margin-top: 70px;
    border-radius: 10px;
}

.reviews__card-wrap {
  min-height: 355px;
  position: relative;
  padding: 0 14px 0 20px;
  border: 1px dashed #000000;
  border-radius: 10px;
}

.reviews__card-name {
  margin-top: 71px;
  margin-bottom: 17px;
  font-family: Playfair Display;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
}

.reviews__card-text {
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 24px;
}

.reviews__card-img {
  position: absolute;
  top: -50px;
  background: #fff;
  left: 50%;
  padding: 4px;
  border-radius: 50%;
  transform: translateX(-50%);
}

.equipment__text_reviews {
  max-width: 536px;
  width: 100%;
  margin: auto;
}

.reviews__card-img img {
  border-radius: 50%;
}

.reviews__slider {
  margin-top: 77px;
}


/* shares */

.shares {
  background: url('../img/a-fon.jpg') no-repeat center top/cover;
  padding: 106px 0 116px;
}

.accordion__wrap, .inner__text {
  padding: 21px 29px;
  width: 475px;
  cursor: pointer;
  background: #FFFFFF;
  border-radius: 5px;
}

.accordion__wrap a {
  font-weight: 500;
  font-size: 14px;
  color: #000;
}

.inner__text {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
}

.accordion {
    list-style: none;
}

.inner {
    overflow: hidden;
    display: none;
}

.accordion__item:not(:last-child) {
  margin-bottom: 15px;
}

.accordion__wrap, .shares__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/* consultation */

.consultation {
      background-color: #f6f6f6;
  background: url('../img/for-fon.png') no-repeat center top/cover;
  padding: 94px 0;
}

.consultation__title {
  font-family: Playfair Display;
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  color: #FFFFFF;
}

.consultation__text {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  max-width: 351px;
  width: 100%;
  margin: 15px auto 30px;
  text-align: center;
  color: #ffffffc2;
}

.consultation__form {
  display: flex;
  max-width: 680px;
  width: 100%;
  justify-content: space-between;
  margin: auto;
}

.consultation__input {
      background: #FFFFFF url('../img/input.png') no-repeat center left 30px;
  width: 330px;
  font-family: Playfair Display;
  font-weight: normal;
  font-size: 24px;
  padding: 30px 0 30px 60px;
  border: none;
  color: #505050;
  border-radius: 5px;
}

.consultation__btn {
  font-family: Playfair Display;
  font-weight: normal;
font-size: 18px;
border: none;
    margin-left: 20px;
cursor: pointer;
color: #FFFFFF;
text-align: center;
background: #000;
padding: 30px 0;
width: 330px;
 border-radius: 5px;
}

/* awards */
.awards {
  background: url('../img/n-fon.jpg') no-repeat center top/cover;
  padding: 100px 0 20px;
}

.awards__card {
  max-width: 450px;
  width: 100%;
  padding: 50px;
  background: #FFFFFF;
  box-shadow: 0px 0px 14px rgba(97, 97, 97, 0.1);
  border-radius: 10px;
}

.awards__card a {
    display: block;
    color: #000;
     margin-bottom: 10px;
    text-decoration: revert;
}

.awards__card a:hover{
     color: #000;
     text-decoration: none;
     
}

.awards__card_bg {
  background: #000;
}

.awards__card_bg  p {
  color: #fff;
}

.awards__card p {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 27px;
}

.awards__world_tr {
  text-align: end;
}

.awards__world-title {
  font-family: Playfair Display;
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 15px;
}

.awards__world-text {
  font-weight: normal;
  font-size: 14px;
}

.awards__world {
    max-width: 450px;
  width: 100%;
}

.awards__block, .awards-check {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.awards__numb {
  width: 50px;
height: 50px;
color: #fff;
border-radius: 50%;
background: #000000;
font-family: Playfair Display;
font-weight: normal;
font-size: 24px;
    line-height: 40px;
text-align: center;
}


.awards__numb_after:after {
    height: 803px;
  content: "";
  display: block;
  width: 2px;
  margin: auto;
  background: #000000;
}

.awards__numb_bg {
  border: 2px solid #000;
  background: #fff;
  color: #000;
}

.awards-check {
  margin-bottom: 0;
      justify-content: space-around;
}

.awards-check__item {
  display: flex;
}

.awards-check__list {
  max-width: 387px;
  width: 100%;
}

.awards-check__item i {
  font-size: 20px;
  color: #000;
  margin-right: 15px;
}

.awards-check__item p {
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
}

.awards-check__item:not(:last-child) {
  margin-bottom: 15px;
}

/* contact */

.contact {
      background-color: #f6f6f6;
  background: url('../img/k.png') no-repeat center top/cover;
  padding: 100px 0 85px;
}

.contact__wrap {
  display: flex;
  justify-content: space-between;
}

.contact__wrap-right {
  max-width: 485px;
  width: 100%;
}

.contact__title {
  font-family: Playfair Display;
  font-style: italic;
  font-weight: normal;
  font-size: 44px;
  color: #FFFFFF;
  margin-bottom: 63px;
}

.info-adress__wrap p {
  font-style: normal;
  font-weight: 500;
  margin-left: 15px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
}

.info-adress__wrap i {
    font-size: 18px;
   color: rgba(255, 255, 255, 0.5);
}

.info-adress__wrap {
  display: flex;
  margin-bottom: 25px;
}

.info-adress ul li {
  font-weight: normal;
  font-size: 18px;
  color: #FFFFFF;
}

.info-adress, .info-tel {
  margin-bottom: 30px;
}

.info-tel ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  max-width: 351px;
}

.info-tel ul li a, .info-mail ul li a {
  font-weight: normal;
  font-size: 18px;
      display: block;
  color: #FFFFFF;
}


.contact__wrap-left{
  position: relative;
}

.contact__time {
  position: absolute;
    bottom: -23px;
     right: -24px;
  width: 213px;
  padding: 33px;
  background: #FFFFFF;
  box-shadow: 0px 0px 14px rgba(97, 97, 97, 0.2);
  border-radius: 10px;
}

.contact__time-title {
  font-family: Playfair Display;
  font-style: italic;
  font-weight: normal;
  font-size: 22px;
      text-align: center;
  color: #000000;
  margin-bottom: 13px;
}

.contact__time-text {
  font-weight: normal;
  font-size: 18px;
      text-align: center;
  color: #000000;
}

.contact__time img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

/* networks */

.networks {
  margin: 5px 0;
  padding: 40px 0 20px;
    border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  background: url('../img/a-fon.jpg') no-repeat center top/cover;

}

.networks-block__item {
  width: 125px;
}

.networks-block {
  display: flex;
  text-align: center;
  justify-content: space-evenly;
}

.networks-block__text {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #333333;
}

.networks-block___btn {
  display: block;
  width: 122px;
  text-align: center;
  position: relative;
  font-weight: normal;
  color: #333333;
  padding: 8px 0;
  border: 1px solid #333333;
  box-sizing: border-box;
  border-radius: 4px;
}

/*.networks-block___btn_bg {*/
/*  background: #333333;*/
/*  color: #fff;*/
/*}*/

/* footer */

.footer {
  padding: 50px 0;
  background: #000000;
}

.footer__menu-item a {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  color: #FFFFFF;

}

.footer__menu {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}


/* ---------------------------- */

/* menu */


.header-menu__title {
  font-family: Playfair Display;
  font-weight: normal;
  font-size: 34px;
  color: #FFFFFF;
}


.header-network {
  display: flex;
     max-width: 65px;
  width: 100%;
  justify-content: space-between;
}

.header-network__item a {
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}

 


/*----------------- button ---------*/
.button {
  top: 10px;
  left: 10px;
  z-index: 10000;
  background: transparent;
  width: 50px;
  height: 37px;
  overflow: hidden;
  cursor: pointer;
}

.button:hover{
  cursor:pointer;
}

.button > .line{
  display:block;
  width:46%;
  height:2px;
  background:#fff;
  margin:8px auto;
}

.button .line:nth-child(1), .button .line:nth-child(3){
  -webkit-transform:rotate(0deg) translateY(0);
  -moz-transform:rotate(0deg) translateY(0);
  ttransform:rotate(0deg) translateY(0);
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition:         all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55); 
}

.button .line:nth-child(2){
  -webkit-transform:translateX(0);
  -moz-transform:translateX(0);
  transform:translateX(0);
   -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition:         all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55); 
}


/*-------------- the close button ---------*/

.close .line:nth-child(1) {
  -webkit-transform:rotate(45deg) translateY(15px);
  -moz-transform:rotate(45deg) translateY(15px);
  transform:rotate(45deg) translateY(15px);
  
}

.close .line:nth-child(3) {
  -webkit-transform:rotate(-45deg) translateY(-15px);
  -moz-transform:rotate(-45deg) translateY(-15px);
  transform:rotate(-45deg) translateY(-15px);
}

.close .line:nth-child(2){
  -webkit-transform:translateX(-100px);
  -moz-transform:translateX(-100px);
  transform:translateX(-100px);
}

.close {
      position: fixed;
    top: 0;
    left: 4%;
}

/*---------------- menu -----------*/
.menu {
    position: fixed;
    background: #2A2A2A;
    height: 100%;
    left: 0;
    z-index: 2;
    padding: 65px 0 0 50px;
    width: 30%;
    border-radius: 0 10px 16px 0;
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
    transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-delay: .1s;
}

.menu nav ul {
  margin: 20px 0;
  padding: 20px 0;
  list-style: none;
}

.menu nav ul li {
  margin: 0;
  padding: 0;
}

.menu nav ul li:not(:last-child) {
  margin-bottom: 30px;
} 

.menu nav ul li a{
  font-weight: normal;
  font-size: 13px;
  color: #FFFFFF;

  text-decoration:none;
  display: block;
 
  -webkit-transform:translateX(0px);
  transform:translateX(0px);
    -webkit-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition:         all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}


/*-- class of show and hide the menu --*/
/* body.nav_is_visible {
  transform: translateX(300px);
}
 */
body.nav_is_visible .menu {

  transform: translateX(0%);
}










.menu nav ul li a:hover{
    font-size: 15px;
    font-weight: 600;
  -webkit-transform:translateX(20px);
  transform:translateX(20px);
}

.menu nav ul li a:hover:before{
  display: block;
}


.menu nav ul li a:before {
    content: " ";
    display: none;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    left: -20px;
    top: 5px;
    background: red;
    position: absolute;
}



/* ------------------ */

.about-modal {
    background: url('../img/a-fon.jpg') no-repeat center top/cover;
    border-radius: 10px;
    padding: 10px;
    max-width: 1200px;
    width: 100%;
}


/* ------- */

.box-modal {
  position: relative;
  border-radius: 6px;

}
.box-modal_close { position: absolute; right: 10px; top: 6px; font-size: 11px; line-height: 15px; color: #999; cursor: pointer; }
.box-modal_close:hover { color: #666; }

.modal-exit {
  border: none;
  background: none;
  font-size: 25px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 5%;
  right: 5%;
}

.modal-exit:hover {
   font-size: 27px; 
}

.modal-exit_color {
  color: #000;
}



/* ---------- */


.about__right {
  max-width: 500px;
  width: 100%;
}

.about-wrap_procedure {
  align-items: center;
}


input[type=range] {
    margin: 5.9px 0;
    background-color: transparent;
    -webkit-appearance: none;
    /* height: 300px; */
    display: block;
    width: 299px;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  background: #000000;
  border: 0;
  width: 100%;
  height: 2.2px;
  cursor: pointer;
}
input[type=range]::-webkit-slider-thumb {
  margin-top: -5.9px;
  width: 14px;
  height: 14px;
  background: #ff0000;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #0d0d0d;
}
input[type=range]::-moz-range-track {
  background: #000000;
  border: 0;
  width: 100%;
  height: 2.2px;
  cursor: pointer;
}
input[type=range]::-moz-range-thumb {
  width: 14px;
  height: 14px;
  background: #ff0000;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  cursor: pointer;
}
input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 6.9px 0;
  color: transparent;
  width: 100%;
  height: 2.2px;
  cursor: pointer;
}
input[type=range]::-ms-fill-lower {
  background: #000000;
  border: 0;
}
input[type=range]::-ms-fill-upper {
  background: #000000;
  border: 0;
}
input[type=range]::-ms-thumb {
  width: 14px;
  height: 14px;
  background: #ff0000;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
input[type=range]:focus::-ms-fill-lower {
  background: #000000;
}
input[type=range]:focus::-ms-fill-upper {
  background: #0d0d0d;
}
/*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
how to remove the virtical space around the range input in IE*/
@supports (-ms-ime-align:auto) {
  /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  input[type=range] {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}


.about-slider__arrow {
  transform: rotate(90deg);
  position: absolute;
  left: 0;
}

.about__right {
    max-width: 574px;
    width: 100%;
    padding-left: 79px;
}
.about__right_modal {
    padding-left: 0px;
}

.procedure__slide-word {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: #000000;
  margin-bottom: 15px;
}

.p-mb {
  margin-bottom: 15px;
}

.slide-btn {
  margin-top: 20px;
}

.numb-2 {
    position: absolute;
    right: -18px;
    transform: rotate(-86deg);
    top: -2px;
}

#cp {
    position: absolute;
    left: -12px;
    top: 0;
    transform: rotate(-90deg);
}

/*--------------  */



.center .reviews__slid {
    opacity: 0.6;
    margin-top: 70px;
    transition: all 300ms ease;
}
.center .slick-center .reviews__slid {
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    opacity: 1;
    transform: scale(1.08);
}

.number {
font-family: Playfair Display;
font-weight: normal;
font-size: 18px;
text-align: center;
color: #FFFFFF;
}

.number-index {
  font-size: 28px;
}

.arrow-center {
  color: #000;
      top: 105%;
    font-size: 12px;
    background: #fff;
    border-radius: 50%;
}

.al {
    left: 45%;
}

.ar {
  right: 45%;
}

.arcticmodal-container_i2 {
  padding: 0;
}



.custom-btn {
    overflow: hidden;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}
.custom-btn:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes slideme { 0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; } }


.about-wrap_modal {
  align-items: center;
}

	.mobiles {
	    display: none;
	}
	



}





.gallery-slider {
        margin-top: 60px
}


.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7-not-valid-tip {
    display: none!important;
}