
.sb-block.destination .section__wrapper > .row {
    margin-left: -15px;
    margin-right: -15px;
}
.sb-block.destination .add__categories_info {
    margin-bottom: 0;
}

.sb-block.destination .description {
    margin-bottom: 30px;
}


.sb-block.destination .thumb {
    margin-bottom: 15px;
    border-radius: 10px;
    overflow:hidden;
}
.sb-block.destination .thumb .swiper-slide {
    position: relative;
    padding-bottom: 56.25%;
}
.sb-block.destination .thumb .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    box-shadow: none;
}

.sb-block.destination .swiper-pagination-bullet {
    background-color:#fff;
    opacity: .8;
}
.sb-block.destination .swiper-pagination-bullet-active {
    background-color:#007aff;
    opacity:1;
}


.sb-block.destination .content {
    margin-bottom: 45px;
}

.sb-block.destination .name {
    font-size: 18px;
}

.sb-block.destination .text-content p {
    font-size: 14px;
    line-height: 19px;
    color:#8C8C8C;
    margin-bottom: 15px;
}

/**/
.sb-block.destination .list-content ul li {
    margin-bottom: 7px;
    font-size: 15px;
}
.sb-block.destination .list-content ul li:before {
    background-size: contain;
    background-repeat: no-repeat;
    background-image:  url('data:image/svg+xml;utf8,<svg width="11" height="9" viewBox="0 0 11 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 4.5L4 7.5L10 1.5" stroke="green" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    width: 11px;
    height: 9px;
    background-color: transparent;
    margin-right: 9px;
}

.sb-block.destination .button {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: initial;
    min-width: unset;
    padding:12px 14px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sb-block.destination .button-calculate {
    background-color: #5DA1FF;
    background-image: none;
    box-shadow: none;
    margin-right: 15px;
}
.sb-block.destination .button-contacts {
    color:#303030;
    border: 1px solid #5DA1FF;
    background: transparent;
}


@media (min-width: 768px) {
    .sb-block.destination .list-content ul {
        column-count: 2;
    }
}

@media (min-width: 992px) {
    .sb-block.destination .button {
        font-size: 16px;
        padding:16px 18px;
    }
}

@media only screen and (max-width: 1209px) {
    .sb-block.destination .add__categories_buttons {
        flex-direction: row;
        align-items: unset;
    }
    .sb-block.destination .add__categories_buttons a:not(:last-child) {
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .sb-block.destination .content {
        margin-bottom: 30px;
    }
    .sb-block.destination .button {
        width:auto;
        margin-right: 5px;
    }
}
@media (max-width: 400px) {
    .sb-block.destination .button-contacts {
        flex-grow: 1;
    }
}


/**
 * form item
*/
.sb-block.destination .item.form {
    display: flex;
}
.sb-block.destination .item.form .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(139.92deg, #CAE0FF 23.86%, #EAF3FF 75.97%);
    padding: 35px 15px;
    border-radius: 10px;
    width:100%;
}
.sb-block.destination .item.form .inner .img-bg {
    position: absolute;
    bottom: 0;
    right: 0;
}

/**/
.sb-block.destination .item.form .caldera-grid .row {
    margin-left: 0;
    margin-right: 0;
}
.sb-block.destination .item.form form {
    width: 100%;
    max-width: 340px;
}
.sb-block.destination .item.form .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 10px;
}
.sb-block.destination .item.form .sub-title{
    font-size: 16px;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 20px;
}
.sb-block.destination .item.form .form-control {
    font-size: 14px;
    line-height: 1;
    border:none;
    padding:15px;
    height: auto;
}
.sb-block.destination .item.form .btn {
    font-size: 18px;
    line-height: 1;
    color: #fff;
    padding: 16px 16px;
    background: #5DA1FF;
    border: none;
    border-radius: 5px;
    height: auto;
}

@media (max-width: 767px) {
    .sb-block.destination .item.form .title {
        font-size: 20px;
    }

    .sb-block.destination .item.form .sub-title{
        font-size: 14px;
    }
}