html, body {
    font-family: 'Montserrat', sans-serif;
    background: none;
    height: 100%;
}
.header {
    margin-top: 0;
}
.header .navbar-toggler-icon {
    background-image: url(../img/burger-black.svg);
}
.header .nav-link {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;

    color: #161616;
}
.cabinet-header-menu button {
    color: #161616!important;
}
.background {
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner {
    position: relative;
}
.banner-row {
    /* Firefox */
    min-height: -moz-calc(100% - 94px);
    /* WebKit */
    min-height: -webkit-calc(100% - 94px);
    /* Opera */
    min-height: -o-calc(100% - 94px);
    /* Standard */
    min-height: calc(100% - 94px);
    overflow: hidden;
}
.banner-row .content {
    margin-top: 70px;
}
.banner-row .content .banner-content{
    position: absolute;
    bottom: 20%;
}
.banner-content h2 {
    color: #FEFEFE;
    text-shadow: 0 4px 150px 0 rgba(0, 0, 0, 0.20);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.step .circle {
    width: 40px;
    height: 40px;
    background-color: #FEFEFE;
    border-radius: 20px;
    color: #161616;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.step .step-info {
    color: #FEFEFE;
    text-shadow: 0 4px 150px 0 rgba(0, 0, 0, 0.20);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
.banner-row .content h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 77px;
    color: #FEFEFE;
    text-shadow: 0 4px 150px rgba(0, 0, 0, 0.2);
}
.banner-row .content p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #FEFEFE;
    text-shadow: 0 4px 150px rgba(0, 0, 0, 0.2);
}
.signup {
    padding: 24px;
    max-width: 488px;
    width: 100%;
}
.signup {
    h1, h2 {
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 32px;
        text-align: center;
        color: #161616;
    }
}
.signup label {
    padding: 8px;
}
.signup .sign-up-form {
    border-bottom: 1px solid #A2AAAD;
}
.signup .sign-up-form.no-border {
    border-bottom: none;
}
.signup .sign-up-form .error input[type="text"],.signup .sign-up-form .error input[type="password"],.signup .sign-up-form .error input[type="email"] {
    padding: 18px 16px;
}
.sign-up-form input[type="text"],.sign-up-form input[type="password"],.sign-up-form input[type="email"] {
    width: 100%;
    background: #F0F0F0;
    border: 1px solid #F0F0F0;
    border-radius: 16px;
    padding: 20px 16px;
    color: #A2AAAD;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    outline: none;
}
.sign-up-form select {
    width: 100%;
    background-color: #FFFFFF;
    border: 2px solid #DADADA;
    border-radius: 16px;
    padding: 20px 16px;
    color: #393939;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    outline: none;
    appearance: none;
    background-image: url('../img/arrow-down-black.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
}
.input {
    border: 2px solid #DADADA;
    background: transparent;
    padding: 19px;
    border-radius: 16px;
    color: #393939;
    transition: all .5s;
    gap: 8px
}
.input .select-box {
    height: auto;
}
.input .blank-input {
    border-radius: 0!important;
    padding: 0 !important;
    border: none!important;
}
.signup .sign-up-form input:focus  {
    color: #A2AAAD;
    border: 1px solid #F0F0F0;
    outline: none;
}
.signup .sign-up-form input:focus::placeholder {
    color: transparent;
}
.signup .sign-up-form input::placeholder {
    color: #A2AAAD;
    opacity: 1;
}

.signup .sign-up-form input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0 10px 0 0;
    font: inherit;
    color: #03C3D7;
    width: 32px;
    height: 32px;
    border: 3px solid #03C3D7;
    border-radius: 8px;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}
.signup .sign-up-form input[type="checkbox"]::before {
    content: "";
    width: 16px;
    height: 16px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #03C3D7;
    transform-origin: bottom left;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.signup .sign-up-form input[type="checkbox"]:checked::before {
    transform: scale(1);
}
.signup .sign-up-form input[type="checkbox"]:focus {
    outline: none;
}
.signup .sign-up-form input[type="checkbox"]:disabled {
    --form-control-color: #959495;
    color: #959495;
    cursor: not-allowed;
}
.signup .sign-up-form .checkbox-row {
    padding: 8px;
}
.signup .sign-up-form .checkbox-row span{
    margin: 0;
    color: #676767;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.signup .sign-up-form .checkbox-row a{
    text-decoration: none;
    color: #03C3D7;
}
.signup .sign-up-form .button {
    width: 100%;
    padding: 17px;
    background: #03C3D7;
    border-radius: 16px;
    border: none;
    color: #FEFEFE;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}
.signup .sign-up-form .button:hover {
    background: rgba(22, 22, 22, 1);
    color: rgba(254, 254, 254, 1);
}
.sent-message-box .button:disabled {
    background: #A2AAAD;
    opacity: 0.5;
}
.signup p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #161616;
}
.signup a {
    text-decoration: none;

}
.signup p a {
    text-decoration: none;
    color: #03C3D7;
    font-weight: 700;
}
.recover {
    padding: 24px;
    max-width: 488px;
    width: 100%;
}
.recover input {
    padding: 20px;
    width: 100%;
    background: #FEFEFE;
    border: 3px solid #03C3D7;
    border-radius: 16px;
    color: #161616;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.recover input:focus {
    outline: none;
    border: 3px solid #03C3D7;
}
.recover h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    color: #161616;
}
.recover.sent-success .button{
    background: #34B78F;
}
.recover.sent-success .label-group label{
    color: #34B78F;
}
.recover.sent-success input{
    border: 3px solid #34B78F;
}
.recover.sent-success input:focus{
    border: 3px solid #34B78F;
}
.recover .button {
    width: 100%;
    padding: 17px;
    background: #03C3D7;
    border-radius: 16px;
    border: none;
    color: #FEFEFE;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}
.recover .button:hover {
    background: rgba(22, 22, 22, 1);
    color: rgba(254, 254, 254, 1);
}
.label-group {
    position: relative;
}
.label-group label {
    position: absolute;
    z-index: 2;
    top: -9px;
    left: 16px;
    background-color: white;
    padding: 0 8px;
    color: #03C3D7;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.label-group .clear-field {
    display: none;
    position: absolute;
    right: 16px;
    top: 23px;
    z-index: 2;
    cursor: pointer;
}
.footer {
    padding: 32px 16px;
    background: #000000;
    position: relative;
}
.footer-row {
    /*height: 30px;*/
}
.footer a {
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #FEFEFE;
}
.form-tabs {
    border: none;
    justify-content: center;
}
.form-tabs .nav-link {
    border: none;
    padding: 16px;
    color: #161616;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
.form-tabs .nav-link.active {
    border-radius: 9999px;
    background: #03C3D7;
    color: #FEFEFE;
}
.content {
    padding-top: 64px;
    /* Firefox */
    min-height: -moz-calc(100% - 94px);
    /* WebKit */
    min-height: -webkit-calc(100% - 94px);
    /* Opera */
    min-height: -o-calc(100% - 94px);
    /* Standard */
    min-height: calc(100% - 94px);
    overflow: hidden;
}
.page-head h1 {
    color: #161616;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
.page-head p {
    color: #676767;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
}
.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%;
}
.filters {
    border-radius: 16px;
    border: 3px solid #F0F0F0;
    background: #FEFEFE;
    box-shadow: 0 4px 16px 0 rgba(17, 17, 17, 0.04);
    padding: 16px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filters p {
    color: #676767;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
}
.points-area .nav-tabs {
    border-bottom:  none;
}
.points-area .tab-content {
    overflow-y: auto;
}
.points-area .nav-link {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    color: #161616;
    padding: 0 0 9px 0;
    margin: 0 20px 0 0;
    border: none;
}
.points-area .nav-link.active {
    color: #161616;
    background: none;
    border-bottom: 4px solid #03C3D7;
}
.points-area .point-row {
    padding: 16px;
    border-radius: 16px;
    border: 3px solid #F0F0F0;
    background: #FFF;
    box-shadow: 0 4px 16px 0 rgba(17, 17, 17, 0.04);

    margin-bottom: 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: #161616;
    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: #161616;
}
.points-area .point-row p.hours {
    color: #676767;
    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;
}
.address-modal .blue-button {
    display: block;
    width: max-content;
}
.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;
    max-height: 400px;
    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;
}
.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;
}
.select-dropdown .dropdown-item img {
    border-radius: 24px;
}