body {
    color: #333333;
}
.crwidget {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.crwidget__switch,
.crwidget__h2,
.crwidget a,
.crwidget__tabs-nav {
    color: #0055a6;
}
.crwidget__place--yes .crwidget__place-desc,
.crwidget__plan-value,
.crwidget__checked--ok,
.crwidget__hotel-rate--good {
    color: #00a651;
}
.crwidget__hotel-rate--good::after,
.svg .crwidget__hotel-rate--good::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M48 38a7 7 0 1 0 7 7 7 7 0 0 0-7-7Zm2.74 3.65a1.09 1.09 0 1 1-1.08 1.09 1.09 1.09 0 0 1 1.08-1.09Zm-5.58 0a1.09 1.09 0 1 1-1.09 1.09 1.09 1.09 0 0 1 1.09-1.09Zm2.86 8.07a5.12 5.12 0 0 1-4.7-3.1h1.38a3.89 3.89 0 0 0 6.64 0h1.39a5.12 5.12 0 0 1-4.71 3.1Z' data-name='Shape 1 copy' style='fill:%2300a651;fill-rule:evenodd' transform='translate(-41 -38)'/%3E%3C/svg%3E");
}
.crwidget__hotel-rate--good {
    background-color: rgba(0, 166, 81, 0.1);
}
.crwidget__checked--ok:before,
.svg .crwidget__checked--ok:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='15' height='15' style='enable-background:new 0 0 15 15' version='1.0' viewBox='0 0 15 15'%3E%3Ccircle cx='7.5' cy='7.5' r='7.5' style='fill:%2300a651'/%3E%3Cpath d='m12.87 5.37-1.64-1.63-5.03 5-2.28-2.26-1.59 1.58 3.75 3.79 6.79-6.48z' style='fill:%23fff'/%3E%3C/svg%3E");
}
.crwidget__place--yes.crwidget__place-icon:before {
    background-color: #00a651;
}
.crwidget__place--yes {
    background-color: rgb(0, 166, 81, 0.1);
}
.crwidget__right-block,
.crwidget__tabs-nav,
.crwidget__tabs-slides {
    background-color: #f3f8fe;
}
.crwidget__text-block {
    background-color: rgba(0, 85, 166, 0.1);
}
.crwidget__form input[type=text]:focus,
.crwidget__form textarea:focus {
    border-color: #0055a6;
}
.crwidget__tabs-navs {
    border-bottom-color: #0055a6;
}
.crwidget__switches-input:checked~.crwidget__switch,
.crwidget__switch--active.crwidget__switch,
.crwidget__tabs-nav--active {
    background-color: #0055a6;
    color: #ffffff;
}
.crwidget__plan-desc,
.crwidget__name,
.crwidget__policy {
    color: rgba(123, 141, 165, 1);
}
.crwidget__button, input.crwidget__button {
    color: #1e1e1e;
    background-color: #ffde00;
}
.crwidget__button:hover, input.crwidget__button:hover {
    color: #1e1e1e;
    background-color: #ffb800;
}
.crwidget__button--white {
    border-color: #ffde00;
    background-color: #ffffff;
}
.crwidget__button--white:hover,
input.crwidget__button--white:hover {
    color: #1e1e1e;
    background-color: #ffffff;
    border-color: #ffb800;
}
.crwidget__flight-point::before {
    background-color: #ffb800;
}
.crwidget__flight-point:after {
    border-color: #ffb800;
}
.crwidget__place-icon {
    padding-top: 5px;
}
.crwidget__tabs-slides {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.crwidget__button,
input.crwidget__button {
    border-radius: 3px;
}
.crwidget input,
.crwidget textarea {
    border-radius: 4px;
}

@media screen and (max-width: 767px) {
    .crwidget__row-item-right {
        background-color: transparent;
    }
}