.sum {
    color: #0a82ba;
    text-align: center;
    margin: 0;
    font-weight: 700;
}

.sum--main{
    font-style: italic;
    line-height: 1.3;
    font-size: 54px;
}

.sum--converted {
    font-size: 20px;
}

.congrats .cform-block-item, .congrats .action-button-container {
    width: 100%;
}

.congrats .action-button {
    display: block;
    padding: 8px 40px;
}

.congrats-block {
    margin: 0 auto;
    max-width: 350px;
    position: relative;
}

.airline-top-block {
    display: inline-block;
    width: 48.8%;
    vertical-align: top;
    position: relative;
}

.congrats .cform-block {
    margin-bottom: 0;
}

.congrats .info {
    max-width: 300px;
}

#airline-dropdown {
    top: 64px;
    right: 0;
    max-width: 100%;
}

@media only screen and (min-width: 768px) {
    .congrats .cform-block-item, .congrats .action-button-container {
        max-width: 300px;
    }

    #airline-dropdown {
        top: 69px;
        right: 15px;
        max-width: 93%;
    }
}

.from-to .cform-block-item input:focus {
    border: 1px solid #c8c8c8;
    outline: none;
    box-shadow: none;
}

.from-to {
    text-align: center;
    margin-bottom: 10px;
}

p.congrats-note {
    position: absolute;
    right: 4%;
    width: 93%;
    line-height: 1.5;
    font-size: 12px;
    display: block;
    bottom: auto;
    padding: 10px 12px;
}

p.congrats-note:after {
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #358db6;
}

p.congrats-note:after, .congrats-note:before {
    top: 10px;
    right: 50%;
}

.congrats-form {
    margin-top: 75px;
}

.cform-block-item-icon.icon-departure {
    background-image: url(../../img/colors/blue/depart.svg);
}

.cform-block-item-icon.icon-arrival {
    background-image: url(../../img/colors/blue/arrive.svg);
}

.name-note {
    position: absolute;
    display: block;
    width: 300px;
    bottom: -100px;
    right: 0;
    top: initial;
}

.name-note:after {
    top: 15%;
}

.infoMissed .info-text, .connectionTime .info-text {
    float: none;
    max-width: 85%;
    text-align: right;
    margin: -5px 0 0 10px;
}

.info-below-calculate {
    width: auto;
    margin-top: -10px;
}

.info-below-calculate .info-text {
    text-align: center;
    float: none;
    max-width: 100%;
}

.congrats .cform-block.policyagree-container, .congrats .cform-block.prbox-container {
    margin-bottom: 27px;
}

.price-container--amount, .price-container .dropdown-container {
    display: inline-block;
    max-width: 49%;
}

.cform-block .price-inputs-container {
    display:flex;
    justify-content: space-around;
}

.price-container--amount input.cform-block-item-input, .price-container .dropdown-container input.cform-block-item-input {
    max-width: 100%;
}

.price-container .dropdown.currency-dropdown {
    top: 63px;
    right: 0;
    max-width: 100%;
}
.cform-block-item.phone-block-item {
    /*display: flex;
    justify-content: center;
    max-width: none !important;*/
}
.cform-block-item-phone {
    display: inline-block;
    position: relative;
    top: -5px;
    max-width: calc(100% - 39px);
    width: 100%;
}
.iti .cform-phoneNumber{
    padding-right: 36px !important;
    max-width: 100% !important;
}
.iti.cform-phoneNumber-error{
    margin-bottom:20px;
}
.cform-phoneNumber-error::after {
    position: absolute;
    right: 0;
    bottom: -28px;
    white-space: nowrap;
}
tb-notification-widget.tb-no-api-call {
    display: block;
    position: absolute;
    z-index: -100;
}

@media only screen and (min-width:768px) {
    .price-container .dropdown.currency-dropdown {
        top: 69px;
    }
}