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%;
    -moz-border-radius: 32px 32px 32px 32px; /* Firefox */
    -webkit-border-radius: 32px 32px 32px 32px; /* Safari, Chrome */
    -khtml-border-radius: 32px 32px 32px 32px; /* KHTML */
    border-radius: 32px 32px 32px 32px; /* CSS3 */
    overflow: hidden;
    position: relative;
}
.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 .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;
}
.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;
}
.contact-us {
    background: #FEFEFE;
    padding: 128px 0;
}
.contact-us 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;
}
.contact-us h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #161616;
    padding: 0;
    margin: 0 0 6px 0;
}
.contact-us a,
.contact-us p {
    color: #161616;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    padding: 0;
    margin: 0 0 4px 0;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.contact-us a:hover {
    color: #03C3D7;
}
.contact-us p img{
    margin-right: 16px;
}
.contact-us .form-select {
    background-color: #F0F0F0;
    background-size: auto;
    background-image: url("../img/arrow-down-blue.svg");
    border: 1px solid #F0F0F0;
    border-radius: 16px;
    padding: 20px 16px;
    color: #161616;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.contact-us .form-control {
    background: #F0F0F0;
    border: 1px solid #F0F0F0;
    border-radius: 16px;
    padding: 20px 16px;
    color: #161616;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /*margin-bottom: 32px;*/
    resize: none;
    height: initial!important;
}
.contact-us .form-control::placeholder {
    color: #A2AAAD;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.follow-row {
    background: #F0F0F0;
    border-radius: 16px;
    padding: 32px;
}
.follow-row h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    color: #000000;
    margin: 0;
    padding: 0;
}
.follow-row a {
    text-decoration: none;
    margin-right: 24px;
}
.follow-row a:hover > img {
    filter: brightness(0) saturate(100%) invert(66%) sepia(20%) saturate(6648%) hue-rotate(141deg) brightness(96%) contrast(98%);
}
.accordion-item {
    background: #F0F0F0;
    border-radius: 16px !important;
    padding: 24px;
    margin-bottom: 32px;

}
.accordion-button {
    background: none;
    padding: 0;
    outline:none;
    border:none;
    color: #161616;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    box-shadow: none!important;
}
.accordion-button::after{
    background-image: url("../img/arrow-down-black.svg")!important;
    width: 24px;
    height: 24px;
    background-size: auto;
}

.accordion-body{
    padding: 4px 0 0 0;
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #161616;
}
.page-footer {
    background: #000000;
    padding: 35px 0;
}
.slider-section {
    background: #FEFEFE;
}
.slider-section h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    color: #161616;
    margin: 0 0 16px 0;
    padding: 0;
}
.slider-section p {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    color: #393939;
    margin: 0 0 128px 0;
    padding: 0;
}
.carousel{
    overflow: hidden;
}
.carousel-indicators {
    margin-bottom: 32px;
}
.carousel-indicators .item {
    opacity: 1;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(25px);
    min-width: 200px;
    height: auto;
    text-indent: unset;
    padding: 32px;
    margin-right: 30px;
}
.carousel-indicators .active {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(25px);
}
.carousel-indicators .item h3 {
    /*font-size: 32px;*/
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    color: #FEFEFE;
    margin: 0;
    padding: 0;
}

.carousel-indicators .item p {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    color: #FEFEFE;
    margin: 0;
    padding: 0;
}
.carousel-indicators .item p span {
    color: #03C3D7;
}
.page-footer a {
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #FEFEFE;
    margin-right: 72px;
}
.page-footer p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #FEFEFE;
    margin: 0;
}
.form-footer{
    display: flex;
    justify-content: center;
}
.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: 16px;
    border: 1px solid #cccccc;
    margin-top: 5px;
    height: 460px;
    overflow: scroll;
}
.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-item {
    width: initial!important;
}
.point-row.active .carousel-item img {
    max-height: 169px!important;
    min-width: 340px!important;
}