html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

.btn-reset {
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

.list-reset {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    min-width: 280px;
    font-size: 18px;
    color: #04080d;
    background-color: #f2f6fb;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.title-1 {
    text-align: left;
    margin: 0;
    font-size: 20px;
    color: #1f5424;
    font-weight: 100;
}

.burger {
    display: none;
}

.heder-link {
    display: inline-block;
    margin-right: 40px;
    color: #e3d0a4;
}

.links {
    flex-direction: row;
    margin: 0 0 0 auto;
}

.main-content {
    padding: 30px 0 50px;
}

.top-panel {
    padding: 30px;
    margin: 0 auto 180px;
    display: flex;
    flex-direction: row;
}

.intro {
    margin-bottom: 180px;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
}

.tagline {
    max-width: 715px;
    flex-direction: column;
    margin: 0 auto;
}

.ur {
    flex-direction: column;
    max-width: 475px;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 10px;
}

.quote {
    color: #1f5424;
    margin: 0 0 30px;
    padding: 0 0 0 40px;
}

.important-text {
    margin: 0 0 80px;
    font-size: 50px;
    text-align: center;
}

.main-photo {
    max-width: 120px;
    border-radius: 100px;
    margin: 0;
    box-shadow: #7da5d7 1px 1px 7px;
}

.description {
    color: #1f5424;
    margin: 0;
    position: absolute;
    top: 0;
    left: 110px;
}

.hero {
    position: absolute;
    text-align: center;
    position: relative;
    align-items: center;
    margin: 0;
}

.form {
    display: none;
    position: absolute;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 50;
    overflow-y: auto;
    padding: 70px;
    background-color: #fff;
    border: #e3d0a4 solid 1px;
    gap: 20px;
    box-shadow: #04080d 1px 1px 15px;
    vertical-align: middle;
    flex-wrap: wrap;
    flex-direction: column;
}

.options{
    margin: 0 0 0 auto;
    gap: 20px;
    flex-wrap: wrap;
}

.confirm {
    display: none;
    max-width: 400px;
    height: 250px;
    background-color: #fff;
   margin: 0 auto;
   position: fixed;
   left: 20%;
   right: 20%;
   top: 300px;
   z-index: 10;
   box-shadow: #04080d 1px 1px 15px;
   padding: 15px;
   flex-direction: column;
   flex-wrap: wrap;
   justify-content: center;
   border-radius: 20px;
   gap: 20px;
}

.circle{
    display: flex;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background-color: #b0e7b4;
    position: relative;
    margin: 0 auto;
}

.small {
    position: absolute;
    background-color: #fff;
    width: 33px;
    height: 3px;
    border-radius: 1px;
    top: 55px;
    left: 22px;
    transform: rotate(45deg);
    z-index: 53;
}

.big {
    position: absolute;
    background-color: #fff;
    width: 44px;
    height: 3px;
    border-radius: 1px;
    top: 50px;
    right: 15px;
    transform: rotate(-50deg);
    z-index: 53;
}

.btn-ok{
    width: 100px;
    height: 40px;
    padding: 10px;
    background-color: #7da5d7;
    bottom: 15px;
    border-radius: 10px;
    margin: 0 auto;
}

.btn-ok:hover {
    background-color: #113560;
    color: #fff;
    transition: 0.1s;
}

.btn-ok:active {
    background-color: #04080d;
}

.price-form {
    top: 25%;
    position: fixed;
}

.form-data {
    gap: 20px;
    flex-wrap: wrap;
    margin-right: 10px;
}

.btn-form {
    margin: 0 auto;
    gap: 20px;
    padding-top: 40px;
    flex-wrap: wrap;
}

.btn-close {
    margin: 0 auto;
}

.form-example {
    flex-wrap: wrap;
    text-align: right;
    margin-right: 0;
    margin-left: auto;
}

.data {
    border: 1px solid #e3d0a4;
    max-width: 80%;
}

.button-sign-up {
    position: relative;
    margin: 0 auto;
    border-radius: 7px;
    background-color: #e3d0a4;
    color: #000;
    padding: 15px;
}

.button-sign-up:hover {
    background-color: #cba856;
    color: #fff;
    transition: 0.1s;
}

.button-sign-up:active {
    background-color: #04080d;
}

.intro-text {
    margin: 0 0 25px;
}

.intro-text:last-child {
    margin-bottom: 0;
}

.blue-box {
    background-color: #cbdbef;
    padding: 15px;
    border-radius: 10px;
    margin: 0 0 20px;
    min-width: 240px;
}

.text {
    display: flex;
    margin: 0 auto;
    text-align: center;
}

.pic {
    display: inline-block;
    margin-right: 30px;
    border-radius: 20px;
}

.title-2 {
    margin: 0;
    text-align: center;
    line-height: 40px;
    font-weight: 100;
    margin-bottom: 50px;
}

.flex {
    display: flex;
}

.panel-3 {
    padding: 0 30px;
    margin-bottom: 70px;
}

.scroll {
    flex-wrap: wrap;
    margin: 0 auto 20px;
}

.service {
    max-width: 206px;
    gap: 20px;
    flex-direction: column;
    text-align: center;
    padding: 10px 10px 15px;
    background-position: top 10px center;
    background-repeat: no-repeat;
    background-size: 60px;
    padding-top: 80px;
    margin: 0 auto;
    font-size: 16px;
}

.serv-1 {
    background-image: url(../img/иконка-1-round.png);
}

.serv-2 {
    background-image: url(../img/иконка-6-round.png);
}

.serv-3 {
    background-image: url(../img/иконка-2-round.png);
}

.serv-4 {
    background-image: url(../img/иконка-7-round.png);
}

.serv-5 {
    background-image: url(../img/иконка-3-round.png);
}

.serv-6 {
    background-image: url(../img/иконка-8-round.png);
}

.serv-7 {
    background-image: url(../img/иконка-4-round.png);
}

.serv-8 {
    background-image: url(../img/иконка-9-round.png);
}

.serv-9 {
    background-image: url(../img/иконка-5-round.png);
}

.serv-10 {
    background-image: url(../img/иконка-10-round.png);
}

.panel-4 {
    margin: 0 auto 70px;
    padding: 0 30px;
    position: relative;
}

.title-3 {
    margin: 0 auto 15px;
    line-height: normal;
    font-weight: 500;
    font-style: italic;
    font-size: 17px;
}

.price {
    max-width: 180px;
    flex-direction: column;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    vertical-align: middle;
    border: #e3d0a4 2px solid;
    display: flex;
    padding: 20px 10px 60px;
    position: relative;
    margin: 0 auto;
    font-size: 16px;
}

.button-price {
    padding: 10px;
    border-radius: 6px;
    width: 150px;
}

.btn-holder {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-reset {
    margin: 0;
    padding: 0;
    list-style: none;
}

.price-text {
    margin: 0;
}

.scroll-price {
    text-align: center;
    vertical-align: middle;
    gap: 12px;
    flex-wrap: wrap;
}

.list-price {
    margin-bottom: 10px;
}

.offer {
    font-style: italic;
    margin: 0 0 10px;
}

.offer:last-child {
    margin-bottom: 0;
}

.money {
    color: #e3d0a4;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
}

.panel-5 {
    background-color: #f2f6fb;
    padding: 0 20px;
    margin: 0 auto 50px;
}

.slide-content {
    max-width: 240px;
    min-width: 100px;
    border-radius: 20px;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    align-items: stretch;
    flex-direction: column;
}

.person {
    margin: 0;
    text-align: center;
    padding: 20px 0;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: top left;
    border-radius: 20px;
}

.content {
    margin: 0;
    font-style: italic;
    font-size: 16px;
}

.reviews {
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 20px;
}

.men {
    background-image: url(../img/мужчина-fotor-20240514174725.png);
}

.woman {
    background-image: url(../img/женщина.png);
}

.contacts {
    padding: 20px;
    margin: 0 auto;
    flex-direction: column;
}

.contact {
    margin: 0 auto;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 35px;
    height: 30px;
    line-height: 30px;
}

.links-cont {
    flex-wrap: wrap;
    gap: 30px;
}

.telegram {
    background-image: url(../img/телеграм.png);
}

.vk {
    background-image: url(../img/вк.png);
}

.instagram {
    background-image: url(../img/инстаграм.png);
}

.telephone {
    background-image: url(../img/телефон.png);
}