
#contacts .section.section-1 {
    padding: 40px;
}

#contacts .section.section-1 .container {
    padding: 190px 20px 80px 20px;
    position: relative;
}

#contacts .section.section-1 .container .map {
    position: absolute;
    top: 190px;
    right: 227px;
}

#contacts .section.section-1 .sub-title {
    padding: 4px 20px 20px 20px;
    border-left: 1px solid #FD5000;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FD5000;
}

#contacts .section.section-1 .d-flex-block {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 370px;
    position: relative;
}

#contacts .section.section-1 .text-block {
    max-width: 672px;
}

#contacts .section.section-1 > .breadcrumbs {
    display: none;
}

#contacts .section.section-1 .text-block .breadcrumbs {
    margin-bottom: 16px;
}

#contacts .section.section-1 .text-block .section-title {
    color: #F3F3F3;
    margin-bottom: 20px;
}

#contacts .section.section-1 .text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #ACACAC;
}

#contacts .section.section-3 {
    padding: 200px 0;
    margin-bottom: 16px;
}

#contacts .section.section-4.section-text .section-title {
    color: #fff;
}

#contacts .section.section-1 .map svg {
    z-index: 0;
}

#contacts .section.section-1 .map .dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#contacts .section.section-1 .map .dots .dot-map {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #20202099;
    position: absolute;
    flex-shrink: 0;
    cursor: pointer;
    z-index: 4;
    transition: .8s ease-out;
}

#contacts .section.section-1 .map .dots .dot-map:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #20202099;
    opacity: 1;
    animation: dot_scale 1.5s linear infinite;
    transition: .8s ease-out;
}

#contacts .section.section-1 .map .dots .dot-map:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}

#contacts .section.section-1 .map .dots .dot-map.active {
    background: #FD5000E0;
}

#contacts .section.section-1 .map .dots .dot-map.active:before {
    border-color: #FD5000E0;
}

#contacts .section.section-1 .map .dots .dot-map.grodno {
    left: 60px;
    top: 282px;
}

#contacts .section.section-1 .map .dots .dot-map.gomel {
    right: 115px;
    bottom: 152px;
}

#contacts .section.section-1 .map .dots .dot-map.mogilev {
    right: 160px;
    top: 236px;
}

#contacts .section.section-1 .map .dots .dot-map.vitebsk {
    right: 180px;
    top: 96px;
}

#contacts .section.section-1 .map .dots .dot-map.minsk {
    top: 265px;
    left: 310px;
}

#contacts .section.section-1 .map .dots .dot-map.brest {
    left: 22px;
    bottom: 96px;
}

#contacts .section.section-1 .map svg path {
    transition: .3s ease-out;
    fill: url(#linear-gradient);
    fill-opacity: 1;
}

#contacts .section.section-1 .map svg path.active {
    fill: url(#myGradient);
    fill-opacity: 1;
    transition: .3s ease-out;
}

/*  SLIDER  */
#custom-slider .cards-container .card .text,
#custom-slider .cards-container .card .text-col {
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    color: #FFFFFF33;
}

#contacts #custom-slider .cards-container .card .text {
    max-width: 320px;
}

#contacts .section.section-2 {
    padding: 60px 40px 100px 40px;
}

#contacts .section.section-2 .container {
    padding-top: 100px;
    padding-bottom: 100px;
}

#contacts .section.section-2 .d-flex-block {
    display: flex;
    gap: 20px;
    align-items: flex-end;
    justify-content: space-between;
}

#contacts .section.section-2 .d-flex-block .text-block {
    max-width: 672px;
}

#contacts .section.section-2 .d-flex-block .text-block .title {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: #F3F3F3;
    margin-bottom: 32px;
}

#contacts .section.section-2 .d-flex-block .text-block .ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#contacts .section.section-2 .d-flex-block .text-block .ul .li {
    padding-left: 12px;
    position: relative;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #ACACAC;
}

#contacts .section.section-2 .d-flex-block .text-block .ul .li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #FD5000;
}

#contacts .section.section-2 .d-flex-block .image-block {
    width: 903px;
    flex-shrink: 0;
}

#contacts .section.section-2 .d-flex-block .image-block .image {
    width: 672px;
    height: 672px;
    position: relative;
}

#contacts .section.section-2 .d-flex-block .image-block .image .items {
    position: absolute;
    top: 64px;
    right: -230px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 80px;
}

#contacts .section.section-2 .d-flex-block .image-block .image .items .item {
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
}

#contacts .section.section-2 .d-flex-block .image-block .image .items .item .dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #20202099;
    position: relative;
    flex-shrink: 0;
    z-index: 4;
    transition: .8s ease-out;
}

#contacts .section.section-2 .d-flex-block .image-block .image .items .item .dot:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #20202099;
    opacity: 1;
    animation: dot_scale 1.5s linear infinite;
    transition: .8s ease-out;
}

#contacts .section.section-2 .d-flex-block .image-block .image .items .item .dot:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}

#contacts .section.section-2 .d-flex-block .image-block .image .items .item:nth-child(1) {
    margin-right: 62px;
}

#contacts .section.section-2 .d-flex-block .image-block .image .items .item:nth-child(2) {
    margin-right: 23px;
}

#contacts .section.section-2 .d-flex-block .image-block .image .items .item:nth-child(4) {
    margin-right: 13px;
}

#contacts .section.section-2 .d-flex-block .image-block .image .items .item:nth-child(5) {
    margin-right: 140px;
}

#contacts .section.section-2 .d-flex-block .image-block .image .items .item .text {
    border-radius: 8px;
    background: #20202099;
    padding: 12px 16px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    backdrop-filter: blur(4px);
    transition: .3s ease-out;
}


@media (min-width: 768px) {
    #contacts .section.section-1 .map .dots .dot-map:hover,
    #contacts .section.section-1 .map .dots .dot-map.hover,
    #contacts .section.section-2 .d-flex-block .image-block .image .items .item:hover .dot,
    #contacts .section.section-2 .d-flex-block .image-block .image .items .item:hover .text {
        background: #FD5000E0;
    }

    #contacts .section.section-1 .map .dots .dot-map:hover:before,
    #contacts .section.section-1 .map .dots .dot-map.hover:before,
    #contacts .section.section-2 .d-flex-block .image-block .image .items .item:hover .dot:before {
        border-color: #FD5000E0;
    }
}

@media (max-width: 1680px) {
    #contacts .section.section-1 {
        padding: 40px 0;
    }
}

@media (max-width: 1500px) {
    #contacts .section.section-2 .d-flex-block .image-block .image {
        width: 572px;
        height: 572px;
    }

    #contacts .section.section-2 .d-flex-block .image-block .image .items {
        top: 50%;
        right: -200px;
        gap: 50px;
        transform: translateY(-50%);
    }

    #contacts .section.section-2 .d-flex-block .image-block {
        width: 772px;
    }

    #contacts .section.section-2 .d-flex-block .image-block .image .items .item:nth-child(5) {
        margin-right: 62px;
    }
}

@media (max-width: 1300px) {
    #contacts .section.section-1 .d-flex-block {
        flex-direction: column-reverse;
        align-items: center;
        margin-top: 464px;
    }

    #contacts .section.section-1 .text-block {
        max-width: none;
    }

    #contacts .section.section-2 .d-flex-block {
        flex-direction: column;
        gap: 60px;
    }

    #contacts .section.section-2 .d-flex-block .image-block {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    #contacts .section.section-2 .d-flex-block .text-block {
        max-width: none;
    }

    #contacts .section.section-2 .container {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 1200px) {
    #contacts .section.section-1 .container .map {
        right: inherit;
        left: 50%;

        transform: translateX(-50%);
    }
}

@media (max-width: 1100px) {
    #contacts .section.section-2 .d-flex-block .image-block {
        justify-content: flex-start;
    }
}

@media (max-width: 992px) {
    #contacts .section.section-3 {
        padding: 100px 0;
    }

    #contacts .section.section-1 .container {
        padding-top: 100px;
    }

    #contacts .section.section-1 .container .map {
        top: 100px;
    }

    #contacts .section.section-2 .d-flex-block .text-block .title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 24px;
    }

    #contacts .section.section-2 {
        padding: 60px 0 100px 0;
    }
}

@media (max-width: 890px) {
    #contacts .section.section-2 .d-flex-block .image-block .image .items {
        display: none;
    }

    #contacts .section.section-2 .d-flex-block .image-block {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    #contacts .section.section-3 {
        padding: 60px 0;
    }

    #contacts .section.section-1 {
        padding: 100px 0 40px 0;
    }

    #contacts .section.section-1 .container {
        padding: 40px 16px;
    }

    #contacts .section.section-1 .map svg {
        height: 426px;
        width: 510.9px;
    }

    #contacts .section.section-1 .map .dots .dot-map.grodno {
        left: 50px;
        top: 215px;
    }

    #contacts .section.section-1 .map .dots .dot-map.gomel {
        right: 80px;
        bottom: 100px;
    }

    #contacts .section.section-1 .map .dots .dot-map.mogilev {
        right: 120px;
        top: 180px;
    }

    #contacts .section.section-1 .map .dots .dot-map.vitebsk {
        right: 140px;
        top: 64px;
    }

    #contacts .section.section-1 .map .dots .dot-map.minsk {
        top: 200px;
        left: 230px;
    }

    #contacts .section.section-1 .map .dots .dot-map.brest {
        left: 32px;
        bottom: 70px;
    }

    #contacts .section.section-1 .navigation {
        display: flex;
        margin: 16px 26% 0 0;
    }

    #custom-slider.cards-wrapper {
        padding-left: 0;
    }

    #contacts .section.section-2 {
        padding: 40px 0 80px 0;
    }

    #contacts .section.section-2 .container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #contacts .section.section-2 .d-flex-block .image-block .image {
        width: 472px;
        height: 472px;
    }

    #contacts .section.section-1 .text-block .section-title,
    #contacts .section.section-2 .d-flex-block .text-block .title {
        font-size: 24px;
        line-height: 30px;
    }

    #contacts .section.section-1 .sub-title {
        font-size: 16px;
        line-height: 20px;
        padding: 4px 16px 16px 16px;
    }

    #contacts .section.section-1 .text-block .breadcrumbs {
        margin-bottom: 12px;
    }
}

@media (max-width: 576px) {
    #contacts .section.section-1 .container {
        padding: 20px 0 40px 16px;
    }

    #contacts .section.section-1 .d-flex-block {
        margin-top: 340px;
    }

    #contacts .section.section-1 .text-block .section-title {
        margin-bottom: 16px;
        padding-right: 16px;
    }

    #contacts .section.section-1 .text {
        font-size: 16px;
        line-height: 20px;
    }

    #contacts .section.section-1 .container .map {
        top: 76px;
    }

    #contacts .section.section-1 .map svg {
        height: 300px;
        width: 358px;
    }

    #contacts .section.section-1 .map .dots .dot-map.grodno {
        left: 8.4%;
        top: 50.6%;
    }

    #contacts .section.section-1 .map .dots .dot-map.gomel {
        right: 17.6%;
        bottom: 21.3%;
    }

    #contacts .section.section-1 .map .dots .dot-map.mogilev {
        right: 22.3%;
        top: 42%;
    }

    #contacts .section.section-1 .map .dots .dot-map.vitebsk {
        right: 27%;
        top: 11.6%;
    }

    #contacts .section.section-1 .map .dots .dot-map.minsk {
        top: 44.3%;
        left: 45%;
    }

    #contacts .section.section-1 .map .dots .dot-map.brest {
        left: 4.2%;
        bottom: 14.3%;
    }

    #contacts .section.section-2 .d-flex-block .text-block .title {
        margin-bottom: 16px;
    }

    #contacts .section.section-2 .d-flex-block .text-block .ul .li {
        font-size: 16px;
        line-height: 20px;
    }

    #contacts .section.section-2 .d-flex-block .image-block .image {
        width: 358px;
        height: 358px;
    }

    #contacts .section.section-2 .d-flex-block {
        gap: 40px;
    }

    #contacts .section.section-2 {
        padding: 40px 0;
    }

    #contacts .section.section-1 {
        padding-top: 76px;
    }

    #contacts .section.section-1 > .breadcrumbs {
        display: flex;
        margin-left: 16px;
    }

    #contacts .section.section-1 .text-block .breadcrumbs {
        display: none;
    }
}

@media (max-width: 380px) {
    #contacts .section.section-2 .d-flex-block .image-block .image {
        width: 100%;
        height: auto;
    }
}