html, body {
    font-family: 'Montserrat', sans-serif;
    background: #000000 none;
}
.page-head h1 {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    color: #FEFEFE;
}
.page-head p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #A2AAAD;
}
.points-area {
    background: #161616;
    border-radius: 32px;
    padding: 48px;
}
.map-area {
    position: relative;
    height: 100%;
}
.search-row {
    z-index: 1;
    background: #FFFFFF;
    border: 1px solid #cccccc;
    border-radius: 16px;
    position: absolute;
    padding: 20px 16px;
    width: calc(100% - 32px);
    top: 16px;
    left: 16px;
}
.search-area {
    display: flex;
}
.search-area img{
    width: 24px;
    height: 24px;
    margin-right: 16px;
}
.search-area input {
    width: 100%;
    border: none;
    background: none;
    color: #A2AAAD;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.search-area input::placeholder {
    color: #A2AAAD;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.search-area input:focus{
    outline: none;
    border: none;
    background: none;
}
img.map {
    width: 100%;
}
.points-area {
    margin-bottom: 128px;
}
.points-area .nav-tabs {
    border-bottom:  1px solid #A2AAAD;
    margin-bottom: 24px;
}
.points-area .tab-content {
    overflow-y: auto;
    padding-right: 11px;
}

.points-area .nav-link {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 38px;
    color: #A2AAAD;
    padding: 0 0 9px 0;
    margin: 0 32px 24px 0;
    border: none;
}
.points-area .nav-link.active {
    color: #FEFEFE;
    background: none;
    border-bottom: 4px solid #03C3D7;
}
.points-area .point-row {
    padding: 16px;
    margin-bottom: 16px;
    background: #393939;
    border-radius: 16px;
    display: flex;
}
.points-area .point-row.active {
    display: block;
}
.points-area .point-row .img {
    width: 99px;
    height: 99px;
    min-width: 99px;
    min-height: 99px;
    margin-right: 32px;
    transition: .5s width, height ease;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 16px;
    overflow: hidden;
}
.points-area .point-row.active .img {
    width: 100%;
    height: 169px!important;
    margin-right: 0;
    background-position: 50%;
    margin-bottom: 16px;
}
.points-area .point-row h2 {
    margin: 0 0 6px 0;
    padding: 0;
    color: #FEFEFE;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}
.points-area .point-row p {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FEFEFE;
}
.points-area .point-row p.hours {
    color: #A2AAAD;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.points-area .point-row.active .working-hours {
    display: none;
}
.points-area .point-row .flat-button {
    display: none;
}
.points-area .point-row.active .flat-button {
    display: block;
}
.points-area .point-row .additional-info {
    display: none;
}
.points-area .point-row.active .additional-info {
    display: block;
    margin-bottom: 42px;
}
.points-area .point-row .additional-text-title {
    margin-top: 16px;
    margin-bottom: 6px;
    color: #A2AAAD;
}
.see-more {
    cursor: pointer;
    color: #A2AAAD;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
.delivery {
    background: #FEFEFE;
    padding: 128px 0;
}
.delivery h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    color: #161616;
    padding: 0;
    margin: 0 0 64px 0;
}
.delivery-item {
    border-radius: 16px;
    background: #F0F0F0;
    padding: 24px;
}
.delivery-item .method h3 {
    color: #161616;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px;
    margin: 0 0 4px 0;
}
.delivery-item .method p {
    color: #393939;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}
.delivery-item .price {
    /*width: 150px;*/
    min-width: 150px;
    border-radius: 16px;
    background: #FEFEFE;
    padding: 16px;
    gap: 10px;
    color: #161616;
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px;
    margin-left:15px;
}
.ymaps-2-1-79-balloon {
    border-radius: 16px!important;
    /*overflow: hidden!important;*/
}
.ymaps-2-1-79-balloon__content {
    background-color: #F0F0F0!important;
}
.ymaps-2-1-79-balloon__layout {
    background-color: #F0F0F0!important;
    border-radius: 16px!important;
}
.ymaps-2-1-79-balloon__tail:after {
    background-color: #F0F0F0!important;
}
.search-results {
    position: absolute;
    top: 65px;
    left: 0;
    background-color: #F0F0F0;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #cccccc;
}
.search-results .item {
    cursor: pointer;
    padding: 5px 5px 5px 42px;
}
.search-results .item span {
    font-size: 15px;
    line-height: 30px;
    color: #676767;
    margin-left: 25px;
}
.search-results .item:hover {
    background-color: #FFFFFF!important;
}
.footer {
    padding: 32px 16px;
    background: #000000;
    position: relative;
}
.carousel-control-prev {
    margin-left: 15px;
    display: none;
}
.carousel-control-next {
    margin-right: 20px;
    display: none;
}
.point-row.active .carousel-control-prev,
.point-row.active .carousel-control-next {
    display: block;
}
.img .carousel-inner {
    overflow: hidden;
}
.img .carousel-item {
    width: initial!important;
}
.point-row.active .carousel-item img {
    max-height: 169px!important;
    min-width: 340px!important;
}
