@font-face {
  font-family: "DIN Pro";
  src: url("../fonts/DINPro.eot");
  src: url("../fonts/DINPro.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro.woff") format("woff"),
    url("../fonts/DINPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DIN Pro";
  src: url("../fonts/DINPro-Bold.eot");
  src: url("../fonts/DINPro-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/DINPro-Bold.woff") format("woff"), url("../fonts/DINPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
body,
html {
  height: 100%;
}

body {
  margin: 0;
  font-family: "DIN Pro";
  font-size: 20px;
  line-height: 1.4;
  color: #0189e2;
}

img {
  max-width: 100%;
}

a {
  color: #0088e0;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.2;
}

h1 {
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 26px;
  }
}

h2 {
  font-size: 40px;
}
h2 strong {
  font-size: 60px;
  color: #d24a43;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 19px;
  }
  h2 strong {
    font-size: 19px;
  }
}

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex.inline {
  display: inline-flex;
}
.flex.jcsb {
  justify-content: space-between;
}
.flex.ais {
  align-items: flex-start;
}
.flex.aic {
  align-items: center;
}
.flex.jcc {
  justify-content: center;
}
.flex.aib {
  align-items: flex-end;
}
.flex.aif {
  align-items: flex-start;
}
.flex.nowrap {
  flex-wrap: nowrap;
}

.blockin {
  position: relative;
  max-width: 990px;
  margin: 0 auto;
  padding: 0 15px;
}

.header {
  padding: 20px 0 30px;
}
.header .tel {
  text-align: right;
  font-size: 36px;
}

.header .tel .menu-link {
    text-align: center;
    font-size: 21px;
    transition: 0.5s ease;
    border: 1px solid #d24a43;
    margin: 0 auto;
    width: 50%;
    background-color: #d24a43;
    color: white;
}

.header .tel .menu-link:hover, .header .tel a:hover {
    transform: scale(1.05);
    text-decoration: underline;
  /* color: #000000; */
}

.header .tel a {
    display: block;
    text-align: center;
    font-size: 21px;
    transition: 0.5s ease;
    border: 1px solid #d24a43;
    padding: 5px 10px;
    margin: 0 auto 8px;
    background-color: #d24a43;
    color: white;
}

.header .logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .header .tel {
    font-size: 25px;
  }
  .header .tel .menu-link {
    font-size: 18px;
  }
  .header .logo a {
    max-width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .header .flex {
    flex-direction: column;
  }
  .header .tel {
    margin-top: 20px;
  }
  .header .tel .menu-link {
    font-size: 16px;
  }
}

.logo {
  font-size: 0;
  line-height: 0;
}

.main {
  height: 820px;
  background: url(../images/hed.jpg) 50% 100% no-repeat;
}
.main h1 {
  text-align: center;
  border-bottom: 7px dashed #0088e0;
  padding-bottom: 5px;
}
.main .wrap {
  padding: 120px 0 0 510px;
  position: relative;
}
.main .wrap:before {
  content: "";
  position: absolute;
  top: 80px;
  left: 100px;
  width: 265px;
  height: 515px;
  background: url(../images/men.png) 0 0 no-repeat;
}
.main .main__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main .main__list li {
  display: flex;
  align-items: center;
  min-height: 60px;
  background: url(../images/png.png) 0 50% no-repeat;
  padding-left: 67px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 30px;
}
.main .main__list li:first-child {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .main {
    background-position-x: -500px;
  }
  .main .wrap {
    padding-left: 370px;
  }
}
@media screen and (max-width: 767px) {
  .main {
    height: auto;
    background: none;
  }
  .main h1 {
    margin-bottom: 20px;
  }
  .main .wrap {
    padding: 0;
  }
  .main .wrap:before {
    display: none;
  }
}

.premium {
  padding: 110px 0 70px;
}
.premium h2 {
  text-align: center;
}
.premium .wrap_blocks {
  max-width: 600px;
  margin: 35px auto 0;
}
.premium .wrap_blocks .block {
  padding: 5px 10px 5px 0;
  background-color: #0088e0;
  color: #fff;
  margin-top: 15px;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 1.2;
}
.premium .wrap_blocks .block:first-child {
  margin: 0;
}
.premium .wrap_blocks .block .title {
  font-weight: bold;
}
.premium .wrap_blocks .block img {
  max-width: 98px;
  min-width: 98px;
  width: 98px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .premium {
    padding: 50px 0 20px;
  }
  .premium .wrap_blocks .block {
    flex-direction: column;
    padding: 15px;
    text-align: center;
    line-height: 1.2;
    font-size: 18px;
  }
  .premium .wrap_blocks .block br {
    display: none;
  }
  .premium .wrap_blocks .block img {
    margin: 0 0 10px;
  }
}

.footer {
  background: url(../images/foot.png) 50% 0 no-repeat;
  min-height: 136px;
  padding-top: 108px;
  color: #fff;
}
.footer .blockin {
  width: 100%;
}
.footer .tel {
  text-align: right;
}
.footer .tel a {
  color: #fff;
  font-size: 26px;
}
.footer__disclamer {
    text-align: center;
    width: 100%;
    font-size: 12px;
    margin-bottom: -20px;
    color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 85px;
  }
  .footer__disclamer{
      margin-bottom: -10px;
      margin-top: 10px;
  }
  .footer .blockin {
    flex-direction: column;
    padding: 20px 15px;
  }
  .footer .tel {
    text-align: center;
    margin-top: 20px;
  }
}

.navigaton {
  margin: 20px 0;
}

.nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 15px;
  padding: 0;
  margin: 0;
}

.nav li {
  list-style: none;
  font-size: 16px;
  text-align: center;
}

.nav li a {
  transition: color 0.4s ease;
}

.nav li a:hover {
  color: #000000;
}

.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 5px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease;
}

.scroll-top img {
  width: 100%;
  height: 100%;
  max-width: 50px;
}

@media screen and (max-width: 767px) {
  .nav {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }

  .nav li {
    font-size: 20px;
  }
}

.price-list {
  margin-top: 40px;
  border: 1px solid;
  font-size: 18px;
}

.price-list__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid;
}

.price-list__row:last-child {
  border: none;
}

.price-list__row.header {
  font-weight: bold;
  padding: 0;
}
.price-list__num {
  flex: 0 0 50px;
  display: flex;
  justify-content: center;
  padding: 10px;
}

.price-list__text {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-start;
  padding: 10px;
  border-left: 1px solid;
  border-right: 1px solid;
}

.price-list__price {
  flex: 0 0 150px;
  display: flex;
  justify-content: flex-end;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .price-list {
    font-size: 16px;
  }

  .price-list__price {
    flex: 0 0 120px;
  }
  .price-list__text {
    border-left: none;
  }
  .price-list__num {
    display: none;
  }
}

/*# sourceMappingURL=styles.css.map */

.forma {
    margin: 5rem 0;
}
.forma__title {
    font-size: 34px;
    text-align: center;
    font-weight: bold;
}
.forma__subtitle {
    text-align: center;
    margin-bottom: 2rem;
}
.feedback.form {
    width: 100%;
    max-width: 30rem;
    margin: auto;
}
.forma__row {
    margin: 1.5rem 0;
}
.forma__input {
    display: flex;
    flex-direction: column;
}
.forma__input span {
    font-size: 13px;
    opacity: .6;
    margin-bottom: 5px;
}
.forma__input input[type="text"],.forma__input input[type="tel"] {
    font-family: 'DIN Pro';
    font-size: 17px;
    padding: 15px 20px;
    border: none;
    outline: none;
    background: #ebf2ff;
    border-radius: 10px;
    color: #000;
}
.forma__input.--agree {
    font-size: 15px;
    line-height: 1.3;color: #0189e287;
}
.forma__input.--agree  a:hover
{ color: #000}

.btn {
    background: #0189e2;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #0189e2;
    outline: none;
    padding: 15px;
    border-radius: 10px;
    font-family: 'DIN Pro';
    font-size: 17px;
    font-weight: 600;
    transition: all .3s;
}
.btn:hover
{  background: #fff;
    color: #0189e2;}
.thanks{ display: none; margin: 5rem 0}
.contact_tele {
    display: flex; 
    gap: 5px;
}
.pic-text {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.pic-text__pic {
    flex: 0 1 250px;
    padding-top: 1rem;
    margin-left: 1rem;
}

.pic-text__text {
    flex: 1;
}

@media screen and (max-width: 767px) {
	.forma__title {
    font-size: 25px;
	}
	.forma__subtitle {
    font-size: 15px;
}
	.pic-text {
		flex-direction: column;}
	.pic-text__pic {
    flex: 1;
    padding-top: 1rem;
    margin-left: 0;
    width: 100%;
    text-align: center;
}
.pic-text__pic img
	 {
    max-width: 100%;
    width: 250px;
}

}
