body{
    max-width: 100%;
    margin: 0 auto;
    font-family: 'Cormorant Garamond', serif;
}
section{
    margin-top: 80px;
    margin-bottom: 80px;
}
main{
    content-visibility: auto;
}
ul, li{
    margin: 0;
    padding: 0;
}
.phone__number a, .work__item__text a, span{
    font-family: 'Bebas Neue';
    font-size: 18px;
    font-weight: 400;
}
a:hover{
    color: #FBE86B;
}
.work__content a:hover, .be__careful a:hover, .contacts a:hover{
    color: #FBE86B;
}
h1{
    font-size: 60px;
    color: #ffffff;
    text-align: center;
    margin-top: 96px;
    font-weight: 700;
    margin-bottom: 4px;
}
.phone{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.phone p{
    font-size: 16px;
    font-weight: 700;
}
.phone__icon img{
    margin-top: 3px;

}
.work__time{
    margin-top: 8px;
    align-items: flex-start;
}
.work__time__icon{
    margin-right: 4px;
}
.work__content span{
    font-size: 35px;
}
.footnote-link1:hover {
    color: #FBE86B;           /* а текст — чёрный */
  }
.banner__container p{
    font-size: 25px;
    color: #ffffff;
    font-weight: 400;
}
.banner__phone{
    margin-top: 35px;
}
.banner__phone__number{
    width: 236px;
    height: 56px;
    background-color: #FBE86B;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner__phone__number img{
    margin-right: 20px;
}
.banner__container a{
    font-family: 'Bebas Neue';
    font-size: 25px;
    color: black;
    font-weight: 400;
}
.footnote-link1 {
    color: white;           /* белый шрифт */
    font-family: 'Cormorant Garamond', serif;
  }
a.footnote-link1 {
    color: white;           /* белый шрифт */
    font-size: 20px;       /* уменьшить, как у сносок */
    font-family: 'Cormorant Garamond', serif;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
  }
h2{
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}
h3{
    font-family: 'Cormorant Garamond';
    font-size: 24px;
    font-weight: 600;
    margin: 9px 0;
}

/* Шапка*/
.top{
    width: 100%;
    height: 55px;
    background-color: #201F1F;
    padding: 10px 0;
    position: fixed;
    top: 0;
    z-index: 900;
}
.menu{
    display: flex;
    justify-content: space-between;
    margin: 0 20px;
}
.menu__list{
    margin-top: 18px;
}
.logo{
    display: flex;
    flex-direction: column;
}
.logo__name p{
    margin: 0;
}
.top ul{
    display: flex;
    flex-direction: row;
    gap: 30px;
}
li{
    list-style: none;
}
li a{
    text-decoration: none;
}
a{
    font-size: 18px;
    font-weight: 700;
}
.section__header{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.car{
    position: relative;
    margin-top: 10px;
    margin-bottom: 33px;
}
.car:after{
    content: "";
    position: absolute;
    right: 25px;
    top: 9px;
    width: 84px;
    height: 3px;
    background-color: #FBE86B;
}
.car:before{
    content: "";
    position: absolute;
    left: 25px;
    top: 9px;
    width: 84px;
    height: 3px;
    background-color: #FBE86B;
}

.phone__contact{
    display: flex;
    gap: 10px;
}
.work__time{
    display: flex;
    gap: 6px;
}
.about__content {
    display: grid;
    grid-template-columns: 474px auto;
}
.about__img img{
    max-width: 100%;
}
.about__text{
    display: flex;
    flex-direction: column;
    margin-left: 35px;
}
.about li{
    position: relative;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 30px;
}
.about li::before{
    content: "";
    position: absolute;
    top: 4px;
    left: -30px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #FBE76B;
}
.about__text ul{
    margin-top: 10px;
    margin-left: 32px;
}
.about__text p{
    margin-bottom: 25px;
    line-height: 30px;
}
.banner__container{
    background-image: url(../img/banner.svg);
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    transition: margin .3s;
    margin-top: 75px;
}
.bg-shadow-banner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.banner{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.banner__phone a{
    text-decoration: none;
}
.advantages{
    background: #F8F8F8;
    padding: 45px 20px;
}
.advantages__container{
    display: flex;
    gap: 0 82px;
}
.advantages__list{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.menu p, a{
    color: #ffff;
}
.container{
    max-width: 1170px;
    margin: 0 auto;
}
.price__content{
    display: flex;
    justify-content: space-between;
}
.price__list{
    margin: 0 10px;
    text-align: center;
}
.price__item{
    margin: 0;
}
.work__content{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
}
.work__list{
    display: grid;
    grid-template-columns: 79px 1fr;
    grid-column-gap: 25px;
}
.work__item{
    width: 79px;
    height: 79px;
    border: 2px dashed #B8B8B8;
    border-radius: 50%;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    background-color: #F8F8F8;
}
.work__item__text{
    align-content: center;
    display: flex;
    flex-wrap: wrap;
}
.whu__content p{
    margin-bottom: 30px;
}
.interest__content{
    display: grid;
    grid-template-columns: 1fr 70px 1fr;
}
.point{
    width: 5px;
    height: 100%;
    background-color: #FBE76B;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
}
.point__item{
    width: 15px;
    height: 15px;
    background-color: #FBE76B;
    border-radius: 50%;
    margin-left: -5px;
}
.left__content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
}
.left__content h3{
    margin-bottom: 30px;
}
.left__content div{
    margin-top: -12px;
}
.left__content > div:nth-child(1) {
    margin-top: -12px;
    }
.left__content > div:nth-child(2) {
    margin-top: 30px;
}
.left__content > div:nth-child(3) {
    margin-top: 40px;
}
.right__content{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.right__content h3{
    margin-bottom: 30px;
}
.right__content div{
    margin-top: 0px;
}
.be__careful__content{
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 0 50px;
}
.be__careful__content img{
    width: 100%;
}
.be__careful__text{
    display: grid;
    align-content: center;
    line-height: 30px;
}
.be__careful__text a{
    font-family: 'Bebas Neue';
    font-size: 22px;
    color: black;
    font-weight: 400;
    padding-top: 10px;
}
.be__careful__text p a{
    display: block;
}
.response__content a{
    display: block;
    width: 300px;
    padding: 0 15px
}
.response__content img{
    margin: 0 auto;
    border: 1px solid #EAEAEA;
}
.map iframe{
    width: 100%;
}
.contacts a, .work__container a{
    color: black;
    font-family: 'Bebas Neue';
    font-size: 20px;
    font-weight: 400;
}
.response__content img{
    width: 250px;
}
.contacts__content{
    position: relative;
}
.contacts__content__text{
    width: 310px;
    height: 220px;
    box-shadow: 0px 1px 7px 0px #00000040;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 85px;
    right: 70px;
    background-color: #ffffff;
    padding-left: 20px;
}
button{
    font-size: 0;
    border: none;
    background: #ccc;
    border-radius: 50px;
    width: 15px;
    height: 15px;
}
.slick-active button{
    background-color: #FBE76B;
}
.slick-list{
    overflow: hidden;
}
.slick-track{
    display: flex;
}
.slick-dots{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.slick-dots li{
    margin: 0 3px;
}
.slick-slide{
    width: 200px;
}
.slick-initialized .slick-slide{
    outline: none;
}
.map__text{
    display: grid;
    gap: 20px;
}
.map__text__item{
    display: grid;
    grid-template-columns: 55px 1fr;
}
.map{
    position: relative;
    cursor: help;
    overflow: hidden;
}
.mapTitle {
    position: absolute;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px;
    display: none;
    padding: 5px 20px;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
}
.map iframe{
    border: none;
    width: 100%;
    height: 400px;
}
.footer__container{
    background-image: url(../img/bg-footer.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 185px;
    position: relative;
}
.footer__container .container{
    margin-top: 60px;
}
.bg-shadow-footer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.footer__content{
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer ul{
    display: flex;
    gap: 30px;
}
.line{
    width: 100%;
    height: 1px;
    background-color: #2D2D2D;
    margin-top: 15px;
    margin-bottom: 15px;
}
.group__copyright{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.copyright{
    margin-bottom: 20px;
    text-align: center;
}
.banner__container .btn-url-bot span{
    color: #ffffff;
    font-size: 17px;
    font-family: 'Bebas Neue';
    text-transform: uppercase;
}
.banner__container .btn-url-bot{
    background-color: #0088cc;
    padding: 16px 15px;
    text-align: center;
    margin-top: 13px;
    gap: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.btn-url-bot__img{
    width: 24px;
}
footer p{
    color: #ffffff;
    font-weight: 300;
}
p{
    margin: 0;
    font-size: 22px;
    font-weight: 400;
}
.advantages__list p{
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 300;
}
.work__list p{
    font-family: 'Cormorant Garamond';
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
}
.top p{
    font-size: 13px;
    font-weight: 600;
}
.logo__name p{
    margin-top: -8px;
}
.whu__content p{
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
}
.price p{
    font-size: 20px;
    font-weight: 600;
}
.interest__content p{
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
}
.be__careful p{
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 25px;
    line-height: 30px;
}
.map__text__item p{
    font-size: 20px;
    font-weight: 700;
}
a.contacts{
    font-family: 'Cormorant Garamond';
    font-size: 20px;
    font-weight: 700;
}
@-webkit-keyframes tremor {
    0%, 25% {
        left: -1px;
        top:-1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    50%, 100% {
        left: 1px;
        top: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}
@-moz-keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}
@-ms-keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}
@-o-keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}
@keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}