body {
    background-color: rgba(8, 29, 38, 0.9);
    margin: 0;
    padding: 0;
}

.crwidget {
    width: 950px;
    max-width: 100%;
    margin: 55px auto;
    background-color: #ffffff;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #313140;
    position: relative;
    border-radius: 3px;
}

.crwidget * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    outline: none;
}

.crwidget a {
    color: #00aae1;
    text-decoration: none;
}

.crwidget img {
    vertical-align: top;
}

.crwidget input,
.crwidget textarea {
    background: #ffffff;
    border: solid 1px #cacad9;
    font-size: 16px;
}

.crwidget input {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
}

.crwidget textarea {
    padding: 12px 10px;
}

.crwidget input::-webkit-input-placeholder {
    color: #cacaca;
}

.crwidget input::-moz-placeholder {
    color: #cacaca;
}

.crwidget input:-moz-placeholder {
    color: #cacaca;
}

.crwidget input:-ms-input-placeholder {
    color: #cacaca;
}

.crwidget input::-ms-input-placeholder {
    color: #cacaca;
}

.crwidget input:-webkit-input-placeholder {
    color: #cacaca;
}

.crwidget textarea[placeholder] {
    color: #cacaca;
}

.crwidget textarea::-webkit-input-placeholder {
    color: #cacaca;
}

.crwidget textarea::-moz-placeholder {
    color: #cacaca;
}

.crwidget textarea:-moz-placeholder {
    color: #cacaca;
}

.crwidget textarea:-ms-input-placeholder {
    color: #cacaca;
}

.crwidget textarea::-ms-input-placeholder {
    color: #cacaca;
}

.crwidget textarea:-webkit-input-placeholder {
    color: #cacaca;
}

.crwidget__wrap {
    margin: 0 30px;
}

.crwidget ul {
    list-style-type: none;
}

.crwidget__rub {
    position: relative;
    display: inline-block;
    line-height: 1;
    vertical-align: baseline;
}

.crwidget__rub:after {
    content: '–';
    position: absolute;
    top: 11%;
    left: 0;
}

.crwidget__rub:before {
    content: '-';
    font-size: 0.9em;
    position: absolute;
    top: 3%;
}

.crwidget__h1 {
    font-weight: 700;
    font-size: 30px;
    margin: 22px 0;
    color: #313140;
}

.crwidget__h1:first-child {
    margin-top: -10px;
}

.crwidget__h2 {
    text-transform: uppercase;
    color: #00aae1;
    font-weight: 700;
    margin: 22px 0 25px 0;
}

.crwidget__h2:first-child {
    margin-top: 0;
}

.crwidget__form .crwidget__h2 {
    color: #313140;
}

.crwidget__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.crwidget__row-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.crwidget__acenter,
.crwidget__lcenter,
.crwidget__rcenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.crwidget__acenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.crwidget__lcenter {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
}

.crwidget__rcenter {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
}

.crwidget__tour {
    padding-top: 30px;
    margin-bottom: 32px;
}

.crwidget__id {
    font-weight: 600;
    display: inline;
    padding-right: 20px;
}

.crwidget__name {
    display: inline;
    color: #999999;
}

.crwidget__places {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    margin: 0 0 33px 0;
}

.crwidget__place {
    position: relative;
    padding: 2px 10px 0 10px;
    background: #ebebeb;
    border-radius: 2px;
    overflow: hidden;
    height: 36px;
}

.crwidget__place:not(:last-child) {
    margin-right: 10px;
}

.crwidget__place-header,
.crwidget__place-desc {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
}

.crwidget__place-desc {
    font-size: 12px;
    color: #9e9e9e;
}

.crwidget__place--yes {
    background: #e7f0cc;
}

.crwidget__place--no {
    background: #f8e3e3;
}

.crwidget__place--get {
    background: #f2ebe0;
}

.crwidget__place-icon {
    padding: 2px 10px 0 45px;
    position: relative;
}

.crwidget__place-icon:before {
    content: "";
    display: block;
    position: absolute;
    height: 36px;
    width: 36px;
    left: 0;
    top: 0;
    background-color: #999999;
    border-radius: 2px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
}

.crwidget__place--yes.crwidget__place-icon:before {
    background-color: #85b200;
}

.crwidget__place--no.crwidget__place-icon:before {
    background-color: #e32626;
}

.crwidget__place--get.crwidget__place-icon:before {
    background-color: #feae00;
}

.crwidget__place--yes .crwidget__place-desc {
    color: #85b200;
}

.crwidget__place--no .crwidget__place-desc {
    color: #e32626;
}

.crwidget__place--get .crwidget__place-desc {
    color: #d36a02;
}

.crwidget__place-icon-plane:before {
    background-image: url(../images/plane.png);
}

.svg .crwidget__place-icon-plane:before {
    background-image: url(../images/plane.svg);
}

.crwidget__place-icon-plane2:before {
    background-image: url(../images/plane.png);
    transform: scale(-1, 1);
}

.svg .crwidget__place-icon-plane2:before {
    background-image: url(../images/plane.svg);
}

.crwidget__place-icon-hotel:before {
    background-image: url(../images/hotel.png);
}

.svg .crwidget__place-icon-hotel:before {
    background-image: url(../images/hotel.svg);
}

.crwidget__list {
    display: table;
}

.crwidget__list li {
    display: table-row;
    width: 100%;
    line-height: normal;
    line-height: 24px;
}

.crwidget__list-header {
    position: relative;
    width: 150px;
    overflow: hidden;
    display: table-cell;
    padding: 0 0 6px 0;
    vertical-align: top;
}

.crwidget__list-desc {
    display: table-cell;
    padding: 0 0 6px 10px;
    vertical-align: top;
}

.crwidget__list-header:after {
    position: relative;
    content: "......................................................";
    width: 0;
    display: inline-block;
    margin-left: 10px;
    color: #a2a2ab;
}

.crwidget__list2 {
    width: 100%;
    padding-bottom: 18px;
    border-bottom: solid 2px #e4e4f0;
    margin-bottom: 26px;
    margin-top: -4px;
}

.crwidget__list2 .crwidget__list-header {
    width: 250px;
    font-weight: 600;
}

.crwidget__list2 .crwidget__list-header:only-child:after {
    display: none;
}

.crwidget__flight {
    margin-top: -8px;
    margin-bottom: 40px;
}

.crwidget__flight-time {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 2px;
}

.crwidget__flight-info {
    max-width: 135px;
}

.crwidget__flight-place,
.crwidget__flight-date,
.crwidget__flight-year {
    font-size: 13px;
    line-height: 20px;
}

.crwidget__flight-end * {
    text-align: right;
}

.crwidget__flight-bar {
    height: 1px;
    width: 100%;
    background-color: #999999;
    position: relative;
    margin: 5px 0;
}

.crwidget__flight-point {
    position: relative;
    padding-top: 14px;
    width: 1px;
    height: 1px;
    max-width: 1px;
    max-height: 1px;
}

.crwidget__flight-point-name {
    position: absolute;
    width: 300px;
    left: -150px;
    font-size: 11px;
    text-align: center;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.crwidget__flight-point:first-child {
    text-align: left;
}

.crwidget__flight-point:last-child {
    text-align: right;
}

.crwidget__flight-point:before {
    content: "";
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -5px;
    width: 5px;
    height: 5px;
    border: solid 2px #ffffff;
    background-color: #ffcc00;
    border-radius: 50%;
}

.crwidget__flight-point:after {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -6px;
    width: 9px;
    height: 9px;
    border: solid 1px #ffcc00;
    border-radius: 50%;
}

.crwidget__flight-point:first-child:before {
    left: 0;
    margin: 0;
}

.crwidget__flight-point:last-child:before {
    right: 0;
    margin: 0;
    left: auto;
}

.crwidget__flight-point:first-child:after {
    left: -1px;
    margin: 0;
}

.crwidget__flight-point:last-child:after {
    right: -1px;
    margin: 0;
    left: auto;
}

.crwidget__flight-point:first-child .crwidget__flight-point-name {
    text-align: left;
}

.crwidget__flight-point:last-child .crwidget__flight-point-name {
    text-align: right;
}

.crwidget__flight-point:nth-last-child(2):first-child .crwidget__flight-point-name {
    width: 155px;
    left: 0;
}

.crwidget__flight-point:nth-last-child(2)~div:last-child .crwidget__flight-point-name {
    width: 155px;
    right: 0;
    left: auto;
}

.crwidget__flight-point:nth-last-child(3):first-child .crwidget__flight-point-name,
.crwidget__flight-point:nth-last-child(3):first-child~div .crwidget__flight-point-name {
    left: -78px;
    width: 156px;
}

.crwidget__flight-point:nth-last-child(3):first-child .crwidget__flight-point-name {
    width: 78px;
    left: 0;
}

.crwidget__flight-point:nth-last-child(3)~div:last-child .crwidget__flight-point-name {
    width: 78px;
    right: 0;
    left: auto;
}

.crwidget__flight-point:nth-last-child(4):first-child .crwidget__flight-point-name,
.crwidget__flight-point:nth-last-child(4):first-child~div .crwidget__flight-point-name {
    width: 104px;
    left: -52px;
}

.crwidget__flight-point:nth-last-child(4):first-child .crwidget__flight-point-name {
    width: 52px;
    left: 0;
}

.crwidget__flight-point:nth-last-child(4)~div:last-child .crwidget__flight-point-name {
    width: 52px;
    right: 0;
    left: auto;
}

.crwidget__flight-planes {
    position: absolute;
    left: 0;
    top: -26px;
    right: 0;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    height: 35px;
}

.crwidget__flight-plane {
    position: relative;
}

.crwidget__flight-plane:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 18px;
    height: 18px;
    margin-left: -9px;
    background-image: url('../images/plane2.png');
}

.svg .crwidget__flight-plane:before {
    background-image: url('../images/plane2.svg');
}

.crwidget__flight-route-col {
    margin-top: 4px;
    text-align: center;
    height: 43px;
}

.crwidget__flight-route--none .crwidget__flight-route-col {
    color: #d11e3b;
    height: 28px;
}

.crwidget__tabs {
    margin-top: 10px;
}

.crwidget__tabs-navs {
    border-bottom: solid 2px #00aae1;
}

.crwidget__tabs-slides {
    background-color: #f3f3ff;
    padding: 38px 0;
}

.crwidget__tabs-slide {
    display: none;
}

.crwidget__tabs-slide--active {
    display: block;
}

.crwidget__tabs:last-child {
    margin-bottom: -30px;
}

.crwidget__hotel-hotel {
    padding-right: 25px;
    display: inline-block;
}

.crwidget__hotel-stars {
    position: relative;
    padding-right: 15px;
    margin-right: 10px;
    font-weight: 600;
}

.crwidget__hotel-stars:after {
    content: "";
    position: absolute;
    display: block;
    top: 4px;
    right: 0px;
    width: 12px;
    height: 11px;
    background-repeat: no-repeat;
    background-image: url('../images/star.png');
}

.svg .crwidget__hotel-stars:after {
    background-image: url('../images/star.svg');
}

.crwidget__hotel-rate {
    border-radius: 9px;
    background: #e6e5e5;
    font-size: 12px;
    font-weight: 600;
    padding: 0 7px 0 22px;
    height: 18px;
    line-height: 18px;
    position: relative;
    display: inline-block;
}

.crwidget__hotel-rate:after {
    content: "";
    position: absolute;
    display: block;
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
}

.crwidget__hotel-rate--good {
    background: #d5e9b4;
    color: #548a06;
}

.crwidget__hotel-rate--good:after {
    background-image: url('../images/rate-good.png');
}

.svg .crwidget__hotel-rate--good:after {
    background-image: url('../images/rate-good.svg');
}

.crwidget__hotel-rate--average {
    background: #faead1;
    color: #e18f00;
}

.crwidget__hotel-rate--average:after {
    background-image: url('../images/rate-average.png');
}

.svg .crwidget__hotel-rate--average:after {
    background-image: url('../images/rate-average.svg');
}

.crwidget__hotel-rate--bad {
    background: #f6d8d6;
    color: #e32626;
}

.crwidget__hotel-rate--bad:after {
    background-image: url('../images/rate-bad.png');
}

.svg .crwidget__hotel-rate--bad:after {
    background-image: url('../images/rate-bad.svg');
}

.crwidget__tabs-nav {
    text-transform: uppercase;
    text-align: center;
    padding: 15px 5px;
    line-height: 20px;
    background-color: #f3f3ff;
    cursor: pointer;
    font-weight: 700;
    color: #00aae1;
    transition: background 0.2s ease;
}

.crwidget__tabs-nav:not(:last-child) {
    border-right: 1px solid #ddddec;
}

.crwidget__tabs-nav:hover span {
    text-align: center;
    border-color: transparent;
}

.crwidget__tabs-nav:first-child {
    margin-left: 30px;
}

.crwidget__tabs-nav:last-child {
    margin-right: 30px;
}

.crwidget__tabs-nav--active {
    background-color: #00aae1;
    color: #ffffff;
}

.crwidget__tabs-nav span {
    border-bottom: dotted 1px;
}

.crwidget__tabs-nav--active span {
    border-bottom: transparent;
}

.crwidget__info {
    min-height: 39px;
    padding-left: 55px;
    margin-bottom: 30px;
    position: relative;
}

.crwidget__info:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -19px;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background-color: #c9c9e2;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/i.png);
}

.svg .crwidget__info:before {
    background-image: url(../images/i.svg);
}

.crwidget__info-text {
    line-height: 24px;
}

.crwidget__error {
    color: #e52529;
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
}

.crwidget__errors+.crwidget__form {
    margin-top: 20px;
}

.crwidget__input-wrapper {
    position: relative;
}

.crwidget__input,
.crwidget__textarea {
    width: 100%;
    vertical-align: top;
}

.crwidget__textarea {
    min-height: 120px;
    max-width: 100%;
    min-width: 100%;
}

.crwidget__input-error,
.crwidget__textarea-error {
    border-color: #e52529 !important;
    color: #e52529 !important;
}

.crwidget__input-error-text {
    position: absolute;
    bottom: 38px;
    background: #e52529;
    padding: 2px 3px 3px 3px;
    right: 0;
    font-size: 11px;
    color: #ffffff;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.crwidget__form input[type=text] {
    width: 100%;
}

.crwidget__form input[type=text]:focus,
.crwidget__form textarea:focus {
    border-color: #00aae1;
}

.crwidget__form input:focus::-webkit-input-placeholder {
    color: transparent;
}

.crwidget__form input:focus:-moz-placeholder {
    color: transparent;
}

/* FF 4-18 */

.crwidget__form input:focus::-moz-placeholder {
    color: transparent;
}

/* FF 19+ */

.crwidget__form input:focus:-ms-input-placeholder {
    color: transparent;
}

/* IE 10+ */

.crwidget__form .crwidget__row {
    margin-bottom: 25px;
}

.crwidget__form .crwidget__row:last-child {
    margin-bottom: 0;
}

.crwidget__label {
    display: block;
    padding-bottom: 7px;
    font-weight: 600;
}

.crwidget__label+.crwidget__row {
    margin: 0;
}

.crwidget__label+.crwidget__row .crwidget__row-item:not(:last-child) {
    margin-right: 10px;
}

.crwidget__form .crwidget__row-item:not(:last-child) {
    margin-right: 30px;
}

.crwidget__row-item-right {
    max-width: 277px;
    margin-left: 30px;
}

.crwidget__row-item200 {
    max-width: 200px;
}

.crwidget__row-item256 {
    max-width: 256px;
}

.crwidget__row-item277 {
    max-width: 277px;
}

.crwidget__button,
input.crwidget__button {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: normal;
    text-transform: uppercase;
    background-color: #feae00;
    padding: 10px 40px 11px 40px;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    border: none;
    font-weight: bold;
    overflow: hidden;
    position: relative;
    height: auto;
    box-sizing: border-box;
    border-radius: 2px;
    transition: all 0.2s ease;
}

.crwidget__button:hover,
input.crwidget__button:hover {
    background-color: #ff9619;
}

.crwidget__button--white,
input.crwidget__button--white {
    background-color: #ffffff;
    border: solid 2px #feae00;
    color: #574da5;
    padding: 8px 38px 9px 38px;
    font-weight: 600;
    color: #313140;
}

.crwidget__button--white:hover,
input.crwidget__button--white:hover {
    border-color: #ff9619;
    background-color: #ffffff;
}

.crwidget__form-button {
    margin: 30px 0 15px 0;
}

.crwidget__button-back {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 10px;
}

.crwidget__button-pay,
input.crwidget__button-checkout {
    padding-left: 15px;
    padding-right: 15px;
}

input.crwidget__button-checkout {
    margin-bottom: 35px;
}

.crwidget__policy {
    color: #a2a2a2;
}

.crwidget__panel {
    background-color: #ffffff;
    border: solid 1px #ddddec;
    padding: 25px 30px 30px 30px;
}

.crwidget__panel--tourist {
    margin-bottom: 10px;
}

.crwidget__radio,
.crwidget__checkbox {
    display: inline-block;
}

.crwidget__radio input,
.crwidget__checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}

.crwidget__radio-text,
.crwidget__checkbox-text {
    position: relative;
    padding: 0 0 0 40px;
    cursor: pointer;
}

.crwidget__radio-text:before,
.crwidget__checkbox-text:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 3px solid #cacad9;
    border-radius: 50%;
    background: #FFF;
}

.crwidget__radio-text:after,
.crwidget__checkbox-text:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #f562a0;
    opacity: 0;
    transition: .2s;
}

.crwidget__checkbox-text:before,
.crwidget__checkbox-text:after {
    border-radius: 0;
}

.crwidget__radio input:checked+.crwidget__radio-text:after,
.crwidget__checkbox input:checked+.crwidget__checkbox-text:after {
    opacity: 1;
}

.crwidget__checkbox-text:after {
    background: #00aae1;
}

.crwidget__form-radio {
    margin-right: 25px;
}

.crwidget__radio--blue .crwidget__radio-text:after {
    background: #00aae1;
}

.crwidget__desc {
    margin-bottom: 25px;
}

.crwidget__desc:last-child {
    margin-bottom: 0;
}

.crwidget__h2+.crwidget__desc {
    margin-top: -15px;
}

.crwidget__right-block {
    padding: 28px;
    background-color: #f3f3ff;
}

.crwidget__price {
    font-size: 36px;
    font-weight: 700;
    margin-top: -4px;
    margin-bottom: 7px;
}

.crwidget__price-header,
.crwidget__checked-header {
    font-weight: 600;
}

.crwidget__checked-header {
    margin: 0 0 5px 0;
}

.crwidget__checked {
    font-weight: 600;
    color: #9e9e9e;
    padding-left: 22px;
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
    width: 100%;
}

.crwidget__checked:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #999999;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.crwidget__checked:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 4px;
    width: 7px;
    height: 3px;
    background-color: #ffffff;
    z-index: 10;
}

.crwidget__checked--ok {
    color: #548a06;
}

.crwidget__checked--ok:before {
    background-color: #85b200;
    background-image: url(../images/check.png);
}

.svg .crwidget__checked--ok:before {
    background-image: url(../images/check.svg);
}

.crwidget__checked--ok:after {
    display: none;
}

.crwidget__right-block .crwidget__button {
    margin: 6px 0 0 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.crwidget__close {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    text-align: right;
    height: 30px;
    line-height: 30px;
}

.crwidget__close-icon {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 16px;
}

.crwidget__close-icon:before,
.crwidget__close-icon:after {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    top: 9px;
    right: 0;
    background: #ffffff;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.crwidget__close-icon:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.crwidget__tabs-slide-step2 {
    display: none;
}

.crwidget__final {
    background: #ffffff;
    padding: 28px 28px 43px 28px;
    border: solid 4px #e1e1f1;
    text-align: center;
    margin-top: 37px;
}

.crwidget__final-check {
    display: inline-block;
    margin-bottom: 7px;
    width: 60px;
    height: 60px;
    background: url(../images/check2.png);
}

.svg .crwidget__final-check {
    background-image: url(../images/check2.svg);
}

.crwidget__final-success {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
}

.crwidget__phone {
    font-size: 18px;
    font-weight: 700;
}

.crwidget__mail {
    border-bottom: dotted 1px;
    display: inline-block;
    margin-left: 30px;
    position: relative;
    padding-top: 2px;
}

.crwidget__mail:before {
    content: "";
    position: absolute;
    display: block;
    left: -30px;
    top: 5px;
    width: 20px;
    height: 14px;
    background: url(../images/mail.png);
}

.svg .crwidget__mail:before {
    background-image: url(../images/mail.svg);
}

.crwidget__mail:hover {
    border-color: transparent;
}

.crwidget__contacts-row {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.crwidget__contacts .crwidget__row-item {
    max-width: 180px;
    margin-right: 0;
}

.crwidget__contacts {
    margin-top: 46px;
}

.crwidget__contacts p {
    margin-bottom: 15px;
}

.crwidget__loader-wrap {
    margin: 0 auto;
    width: 300px;
    padding: 50px 0;
    text-align: center;
}

.crwidget__loader-wrap .crwidget__loader {
    width: 70px;
}

.crwidget__loader-wrap .crwidget__loader>div {
    width: 13px;
    height: 13px;
}

.crwidget__loader-desc {
    margin-top: 10px;
    font-size: 18px;
}

.crwidget__pdf {
    margin: 30px 0;
}

.crwidget__pdf-link {
    display: block;
    width: 60px;
    height: 70px;
    background: url(../images/pdf.png) no-repeat;
    padding: 13px 0 0 90px;
    margin: 30px 0 40px 0;
    max-width: 300px;
    width: 100%;
}

.svg .crwidget__pdf-link {
    background-image: url(../images/pdf.svg);
}

.crwidget__pdf-download {
    text-decoration: underline;
}

.crwidget__pdf-link:hover .crwidget__pdf-download {
    text-decoration: none;
}

.crwidget input[type=button] {
    font-family: 'Open Sans', sans-serif;
}

.crwidget input[disabled=disabled] {
    cursor: default;
    background-color: #d6d6d6;
}

.crwidget__price-block {
    margin: 25px 0;
}

.crwidget__expdate-hint {
    text-align: center;
    padding: 20px;
    background-color: #f9eac3;
    font-weight: bold;
    margin: 5px 0 26px 0;
    position: relative;
    display: none;
}

.crwidget__expdate-hint:after {
    bottom: 100%;
    right: 14%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(249, 234, 195, 0);
    border-bottom-color: #f9eac3;
    border-width: 13px;
    margin-left: -13px;
}

.crwidget__switches {
    margin-bottom: 30px;
}

.crwidget__switches-sm-title {
    display: none;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.visuallyhidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.crwidget__switches-nav {
    overflow: hidden;
    margin-bottom: 20px;
}

.crwidget__switches-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -10px;
}

.crwidget__switches-item {
    margin: 10px;
}

.crwidget__switch {
    display: inline-block;
    line-height: 20px;
    padding: 10px 20px;
    border-radius: 20px;
    text-transform: uppercase;
    color: #00aae1;
    background-color: #ffffff;
    font-weight: 700;
    cursor: pointer;
}

.crwidget__switch {
    color: #00aae1;
}

.crwidget__switches-input:checked~.crwidget__switch,
.crwidget__switch--active.crwidget__switch {
    color: #ffffff;
    background-color: #00aae1;
}

.crwidget__switches-input:checked~.crwidget__switch .crwidget__switch-name,
.crwidget__switch--active .crwidget__switch-name {
    border-color: transparent;
}

.crwidget__switch-name {
    border-bottom: 1px dotted #00aae1;
}

.crwidget__switch:hover .crwidget__switch-name {
    border-color: transparent;
}

.crwidget__switches-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.crwidget__switches-text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: calc(100% - 310px);
}

.crwidget__plan-wrap {
    overflow: hidden;
    margin-bottom: 22px;
}

.crwidget__plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -10px;
    padding: 0;
}

.crwidget__plan-item {
    width: calc(33.333333% - 20px);
    margin: 10px;
    padding: 10px 14px;
    border-radius: 4px;
    border: 1px solid #ddddec;
    background-color: #ffffff;
}

.crwidget__plan-value {
    font-size: 24px;
    line-height: 36px;
    color: #2e8d24;
    font-weight: 700;
    white-space: nowrap;
}

.crwidget__plan-num {
    font-size: 36px;
}

.crwidget__plan-desc {
    color: #7e7e92;
    font-size: 13px;
    font-weight: 600;
}

.crwidget__terms>*:first-child {
    margin-top: 0;
}

.crwidget__terms>*:last-child {
    margin-bottom: 0;
}

.crwidget__terms p {
    margin-top: 20px;
    margin-bottom: 20px;
}

.crwidget__note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.crwidget__note-logo {
    width: 110px;
    margin-left: 30px;
}

.crwidget__note-logo img {
    display: block;
}

.crwidget__note-info {
    width: calc(100% - 140px);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 24px;
    color: #7e7e92;
}

.crwidget__switches-summary {
    width: 280px;
    margin-left: 30px;
}

.crwidget__summary {
    padding: 30px;
    border: 1px solid #ddddec;
    background-color: #ffffff;
}

.crwidget__summary-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5px 0;
}

.crwidget__summary-name {
    font-weight: 600;
}

.crwidget__summary-value {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-weight: 700;
    margin-left: 10px;
    white-space: nowrap;
}

.crwidget__summary-info {
    margin-top: 26px;
    padding-top: 25px;
    border-top: 1px solid #ebeef0;
}

.crwidget__summary-title {
    margin-bottom: 7px;
    font-weight: 600;
}

.crwidget__summary-price {
    display: block;
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
}

.crwidget__summary-checked {
    margin-top: 20px;
    margin-bottom: 0;
}

@media screen and (max-width: 980px) {
    .crwidget {
        margin-left: 15px;
        margin-right: 15px;
        width: auto;
    }
    .crwidget__row-item-left {
        order: 2;
        -webkit-order: 2;
    }
    .crwidget__row-item-right {
        order: 1;
        -webkit-order: 1;
        margin-left: 0;
        margin-bottom: 40px;
    }
    .crwidget__row-item-left,
    .crwidget__row-item-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 100%;
        max-width: 100%;
        position: relative;
    }
    .crwidget__columns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .crwidget__right-block {
        float: left;
        padding-left: 330px;
        min-height: 244px;
    }
    .crwidget__row-item-right img {
        position: absolute;
        left: 28px;
        top: 28px;
    }
    .crwidget__right-block .crwidget__form-button {
        width: 47%;
    }
    .crwidget__right-block .crwidget__form-button:not(:last-child) {
        margin-right: 10px;
    }
    .crwidget__label {
        font-size: 13px;
    }
    .crwidget__form .crwidget__row-item:not(:last-child) {
        margin-right: 15px;
    }
    .crwidget__plan {
        display: block;
        margin: 0;
        padding: 10px 30px;
        border: 1px solid #ddddec;
        border-radius: 4px;
        background-color: #ffffff;
    }
    .crwidget__plan-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        width: 100%;
        margin: 0;
        padding: 5px 0;
        background: transparent;
        border: 0;
        border-radius: 0;
    }
    .crwidget__plan-value {
        flex-shrink: 0;
        width: 95px;
        font-size: 18px;
        line-height: 30px;
    }
    .crwidget__plan-desc {
        align-self: center;
    }
    .crwidget__plan-num {
        font-size: 30px;
    }
}

@media screen and (max-width: 820px) {
    .crwidget {
        margin-left: 10px;
        margin-right: 10px;
    }
    .crwidget__wrap {
        margin: 0 15px;
    }
    .crwidget__tabs-nav:first-child {
        margin-left: 15px;
    }
    .crwidget__tabs-nav:last-child {
        margin-right: 15px;
    }
    .crwidget__panel {
        padding: 25px 15px 25px 15px;
    }
    .crwidget__right-block {
        padding: 15px 15px 15px 320px;
        min-height: 218px
    }
    .crwidget__row-item-right img {
        left: 15px;
        top: 15px;
    }
}

@media screen and (max-width: 767px) {
    .crwidget {
        margin: 55px 0 0 0;
    }
    .crwidget__close {
        right: 20px;
    }
    .crwidget__row-group,
    .crwidget__places {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .crwidget__row-group>.crwidget__row-item,
    .crwidget__place-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 100%;
        max-width: 100%;
        margin-right: 0 !important;
    }
    .crwidget__form .crwidget__row,
    .crwidget__row-group>.crwidget__row-item:not(:last-child) {
        margin-bottom: 15px;
        margin-right: 0;
    }
    .crwidget__form-button {
        max-width: 100%;
    }
    .crwidget__place-icon {
        min-width: 178px;
        margin-bottom: 10px;
    }
    .crwidget__row-item-right img {
        position: relative;
        left: 0;
        top: 0;
        margin: 20px auto 0 auto;
        display: block;
    }
    .crwidget__right-block {
        padding: 15px;
        width: 277px;
        max-width: 100%;
        margin: 0 auto;
        float: none;
    }
    .crwidget__row-item-right {
        background-color: #f1f1f1;
    }
    .crwidget__right-block .crwidget__form-button {
        width: 100%;
    }
    .crwidget__h1 {
        font-size: 22px;
    }
    .crwidget__switches-sm-title {
        display: block;
    }
    .crwidget__switches-items {
        margin: -5px;
    }
    .crwidget__switches-item {
        margin: 5px;
    }
    .crwidget__switch {
        padding-left: 14px;
        padding-right: 14px;
    }
    .crwidget__switch-name {
        border: 0;
    }
    .crwidget__switch-name span {
        display: none;
    }
    .crwidget__switches-row {
        display: block;
    }
    .crwidget__switches-text {
        width: 100%;
    }
    .crwidget__switches-summary {
        margin-top: 30px;
        margin-left: 0;
        width: auto;
    }
}

@media screen and (max-width: 620px) {
    .crwidget__list,
    .crwidget__list li,
    .crwidget__list-header,
    .crwidget__list-desc,
    .crwidget__info {
        display: block;
        width: 100%;
        padding: 0;
    }
    .crwidget__list-header:after {
        display: none;
    }
    .crwidget__list-header {
        font-weight: 700;
    }
    .crwidget__list-desc {
        padding-bottom: 10px;
    }
    .crwidget__places {
        margin-bottom: 20px;
    }
    .crwidget__info:before,
    .crwidget__info-text {
        position: relative;
        margin-bottom: 15px;
        display: block;
        margin-top: 0;
    }
    .crwidget__form-button {
        width: 100%;
    }
    .crwidget__button-pay {
        margin-top: 0;
    }
    .crwidget__tabs-nav:first-child {
        margin-left: 0;
    }
    .crwidget__tabs-nav:last-child {
        margin-right: 0;
    }
    .crwidget__tabs-nav {
        font-size: 13px;
    }
    .crwidget__flight-time {
        font-size: 16px;
    }
    .crwidget__flight-place,
    .crwidget__flight-date,
    .crwidget__flight-year {
        font-size: 11px;
        line-height: normal;
    }
    .crwidget__flight-info {
        max-width: 75px;
    }
    .crwidget__flight-point-name {
        font-size: 7.5px;
    }
    .crwidget__flight-route-col {
        font-size: 13px;
        height: 33px;
    }
    .crwidget__tabs-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        min-height: 50px;
        padding: 9px;
        font-size: 12px;
        line-height: 16px;
    }
    .crwidget__tabs-nav span {
        border: 0;
    }
    .crwidget__note {
        display: block;
    }
    .crwidget__note-info {
        width: 100%;
    }
    .crwidget__note-logo {
        margin-top: 8px;
        margin-left: 0;
    }
}

@media screen and (max-width: 500px) {
    .crwidget__flight-point:nth-last-child(2):first-child .crwidget__flight-point-name {
        width: 70px;
        left: 0;
    }
    .crwidget__flight-point:nth-last-child(2)~div:last-child .crwidget__flight-point-name {
        width: 70px;
        right: 0;
        left: auto;
    }
    .crwidget__flight-point:nth-last-child(3):first-child .crwidget__flight-point-name,
    .crwidget__flight-point:nth-last-child(3):first-child~div .crwidget__flight-point-name {
        left: -35px;
        width: 70px;
    }
    .crwidget__flight-point:nth-last-child(3):first-child .crwidget__flight-point-name {
        width: 35px;
        left: 0;
    }
    .crwidget__flight-point:nth-last-child(3)~div:last-child .crwidget__flight-point-name {
        width: 35px;
        right: 0;
        left: auto;
    }
    .crwidget__flight-point:nth-last-child(4):first-child .crwidget__flight-point-name,
    .crwidget__flight-point:nth-last-child(4):first-child~div .crwidget__flight-point-name {
        width: 46px;
        left: -23px;
    }
    .crwidget__flight-point:nth-last-child(4):first-child .crwidget__flight-point-name {
        width: 23px;
        left: 0;
    }
    .crwidget__flight-point:nth-last-child(4)~div:last-child .crwidget__flight-point-name {
        width: 23px;
        right: 0;
        left: auto;
    }
    .crwidget__flight-planes {
        top: -21px;
        height: 30px;
    }
    .crwidget__contacts-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .crwidget__contacts-row>.crwidget__row-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 100%;
        max-width: 100%;
        margin-right: 0 !important;
    }
    .crwidget__contacts-row>.crwidget__row-item:not(:last-child) {
        margin-bottom: 5px;
    }
    .crwidget__contacts,
    .crwidget__final {
        margin-top: 30px;
    }
}

.crwidget__loader {
    width: 44px;
    font-size: 0px;
    padding: 2px 0;
    display: inline-block;
}

.crwidget__loader>div {
    width: 10px;
    height: 10px;
    background-color: #aaaaaa;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.crwidget__loader>div:not(:last-child) {
    margin-right: 5px;
}

.crwidget__loader .crwidget__bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.crwidget__loader .crwidget__bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.crwidget__right-block .crwidget__loader {
    margin-bottom: 13px;
}

.hidden {
    display: none !important;
}


.crwidget__list-toggle {
    display: inline-block;
    margin-bottom: 5px;
    line-height: 18px;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}

.crwidget__list-toggle:hover {
    border-bottom-color: transparent;
}

.crwidget__list-toggle--has-arrow {
    position: relative;
    margin-right: 11px;
}

.crwidget__list-toggle--has-arrow::after {
    content: "";
    position: absolute;
    top: 0;
    right: -11px;
    height: 18px;
    width: 7px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='4'%3E%3Cpath d='M3.5 4c-.1 0-.3-.1-.4-.1l-3-3C-.1.7-.1.4.1.2c.2-.2.5-.2.7 0l2.6 2.7L6 .2c.3-.2.6-.2.8-.1.2.2.2.5 0 .7l-3 3c0 .1-.2.2-.3.2z' fill='%23a8c1dc'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform 0.2s ease;
}

.crwidget__list-toggle--opened.crwidget__list-toggle--has-arrow::after {
    transform: rotate(-180deg);
}

.crwidget__list-collapse {
    display: none;
}

.crwidget__text-block {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #e2e2f8;
}

.crwidget__text-block > :first-child {
    margin-top: 0;
}

.crwidget__text-block > :last-child {
    margin-bottom: 0;
}

.crwidget__text-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
}

.crwidget__bulleted-list li {
    position: relative;
    padding-left: 15px;
    margin-top: 5px;
}

.crwidget__bulleted-list li:first-of-type {
    margin-top: 0;
}

.crwidget__bulleted-list li::before {
    content: "";
    position: absolute;
    display: block;
    top: 7px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #838092;
    border-radius: 50%;
}