/* Fill me with your fixes */

.services-rectangle {
    box-sizing: border-box;
    /* min-height: 270px; */
    max-width: 270px;
    border: 2px solid #F2EAE6;
    border-radius: 10px;
    background-color: #FFFFFF;
    margin-bottom: 30px;
    flex-flow: column;
    gap: 16px;
    padding: 10px;
}


/*bootstrap xs <576px */

@media screen and (max-width: 576px) {
    .services-rectangle {
        max-width: unset;
    }
    .contacts-form {
        padding: 10px !important;
    }
    .contacts-services {
        padding-left: 10px !important;
        padding-top: 10px !important;
        padding-right: 10px !important;
    }
}

.colored-background {
    height: 80px;
    width: 80px;
    border-radius: 20px;
    background-color: #FFC533;
    margin-bottom: 44px;
}

.contact-title {
    color: #3D424D;
    font-family: "Gotham Rounded Medium";
    font-size: 36px;
    font-weight: 500;
    letter-spacing: -2px;
    line-height: 50px;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 10px;
}

.contact-description {
    color: #525866;
    font-family: "Gotham Rounded Book";
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 32px;
    text-align: center;
    padding-bottom: 70px;
}

.contacts-services {
    box-sizing: border-box;
    min-height: 534px;
    max-width: 670px;
    border: 2px solid #F2EAE6;
    border-radius: 10px;
    background-color: #FFFFFF;
    padding-left: 50px;
    padding-top: 50px;
    padding-right: 20px;
    margin-bottom: 20px;
}

.contacts-small-title {
    color: #3D424D;
    font-family: "Gotham Rounded Medium";
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -2px;
    line-height: 44px;
    padding-bottom: 10px;
}

.contacts-form {
    min-height: 534px;
    max-width: 470px;
    border-radius: 10px;
    background-color: #F2EAE6;
    padding: 50px;
}

.contacts-bank {
    min-height: 531px;
    max-width: 470px;
    border-radius: 10px;
    background-color: #F2EAE6;
    padding: 50px;
    margin-bottom: 70px;
    margin-top: 30px;
}

.map-border {
    box-sizing: border-box;
    min-height: 534px;
    max-width: 670px;
    border: 2px solid #F2EAE6;
    border-radius: 10px;
    background-color: #FFFFFF;
    margin-top: 30px;
    padding: 10px;
    height: 100%;
}

.question-margins {
    margin-top: 40px;
    margin-bottom: 90px;
}

.about-us-section {
    padding-bottom: 120px;
}

#contacts-map {
    height: 100%;
}

.banner-title {
    position: relative !important;
}

.bn img {
    max-height: 430px;
    max-width: 500px;
}

.bn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo-gallery {
    display: flex;
    justify-content: space-around;
    height: 702px;
    width: 770px;
    max-width: 100%;
    position: relative;
    padding-bottom: 50px;
}

.galleries-section {
    display: flex;
    justify-content: space-around;
}

.slick-list .draggable {
    border-radius: 10px;
}

.gallery-wrap {
    margin-bottom: 15px;
}

.slick-center img {
    outline: 4px solid #ffc44d;
    outline-offset: -4px;
}

.photo-gallery .background .background-head {
    height: 120px;
    width: 100%;
    z-index: -100;
    background-image: url('/images/html/background-heaad.svg');
    background-position: center;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-color: #ffc44d!important;
}

.page-first-col {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.photo-gallery .background .background-bottom {
    background-color: #F2EAE6;
    width: 100%;
    height: 248px;
    border-radius: 0 0 10px 10px;
}

.photo-gallery .background {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -100;
    display: flex;
    flex-direction: column;
}

.gallery {
    height: 527px;
    width: 670px;
}

.photo-gallery .title {
    height: 44px;
    color: #3D424D;
    font-family: "Gotham Rounded";
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -2px;
    line-height: 44px;
    text-align: center;
}

.image-gallery img {
    width: 100%;
    object-fit: cover;
}

.slick-slide img {
    border-radius: 10px;
}

@media screen and (max-width: 992px) {
    .slick-slide img {
        width: auto;
    }
}

.gallery .item {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.gallery .item img {
    flex-shrink: 0;
    /* min-width: 100%;*/
    min-height: 100%
}

.info-block-section .editor-block {
    border: 2px solid #F2EAE6;
    border-radius: 10px;
    background-color: #FFFFFF;
    padding: 36px 40px;
    margin-top: 10px;
}

.info-block-section .editor-block h2 {
    color: #CC292E;
    padding-left: 40px;
    position: relative;
}

.info-block-section .editor-block h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("/images/html/ic-custom-warning.svg");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-size: contain;
}

.info-block-section .editor-block p {
    color: #525866;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -0.6px;
    line-height: 26px;
}

.info-block-section .editor-block ul {
    color: #525866;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.6px;
    line-height: 22px;
    list-style-type: '- ';
    padding-left: 10px;
}

.info-block-section .editor-block ul li {
    margin-bottom: 7px;
}

.info-block-section .editor-block ul li strong {
    color: #525866;
    font-weight: 600;
}

#header .bottom .container {
    max-width: 1200px;
}

.info-block-section .container {
    max-width: 1200px;
}

.service-type-section .container {
    max-width: 1200px;
}

.about-us-section .container {
    max-width: 1200px;
}

@media screen and (max-width: 991px) {
    .info-block-section .editor-block {
        padding: 20px;
    }
}

.dropdown-item {
    font-family: Gotham Rounded Book;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 17px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 4px solid #CD957A;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 4px solid transparent;
    top: 100%;
}




@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu{ display: none; }
    .navbar .nav-item:hover .nav-link{   }
    .navbar .nav-item:hover .dropdown-menu{ display: block; }
    .navbar .nav-item .dropdown-menu{ margin-top:0; }

    .navbar .nav-item:hover .dropdown-toggle::after {
        transform: rotate(180deg);
        border-top: 4px solid #FFC44D;
    }

    .dropdown-menu:after {
        position: absolute;
        content: "";
        top: -2px;
        left: 20px;
        right: 20px;
        width: calc(100% - 40px);
        height: 4px;
        border-radius: 2px;
        background-color: #FFC44D;
    }

    .dropdown-menu {
        padding: 20px;
        border-radius: 10px;
        background-color: #3D424D;
    }

    .dropdown-item {
        padding: 12px 15px 10px 12px;
        border-radius: 5px;
        background-color: #474D59;
        color: #FFFFFF;
        margin: 1px 0;
    }
}

@media all and (max-width: 992px) {
    .dropdown-menu {
        border: none;
        padding: 0;
    }

    .dropdown-item {
        padding-left: 0;
    }
}

.middle-banner-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-wrapper{
    overflow: hidden;
    width: 100%;
    height: 160px;
    border-radius: 10px;
    margin: 0;
}

.arrow-link{
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
    align-items: center;
}

.arrow-link img{
    max-height: 14px;
}


.header-whatsapp{
    display: flex;
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 35px 35px;
    line-height: 1.2rem;
    margin-left: 40px;
    padding-left: 40px;
    background-image: url(/uploads/WhatsApp.svg);
}

.whatsapp-link{
    display: none;
    position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: rgba(255,255,255,0.7);
  border-radius: 50%;
  padding: 6px;
  margin: 16px;
  box-shadow: 1px 5px 10px rgba(0,0,0,0.3);
}

@media all and (max-width: 992px) {
    .whatsapp-link{
        display: flex;
    }
    .header-whatsapp{
        display: none;
    }

}