main .content .title {
    margin-top: 50px;
}

main .advantages_container {
    display: block;
    margin: auto;
    padding: 0px 12px;
    width: 100%;
    max-width: 384px;
}

@media(min-width:1024px) and (max-width:1799px) {
    main .advantages_container {
        text-align: center;
        word-spacing: -5px;
        max-width: 974px;
    }
}

@media(min-width:1800px) {
    main .advantages_container {
        max-width: 1640px;
    }
}

.advantages_container li {
    display: block;
    float: left;
    position: relative;
    margin: 34px 0px;
    width: 100%;
}

@media(min-width:1024px) and (max-width:1799px) {
    .advantages_container li {
        display: inline-block;
        float: none;
        margin: 38px 0px;
        font-size: 16px;
        vertical-align: top;
        word-spacing: 0px;
        line-height: 19px;
        padding: 0px 25px;
        width: 50%;
    }
}

@media(min-width:1800px) {
    .advantages_container li {
        margin: 54px 0px;
        font-size: 22px;
        line-height: 27px;
        width: 486px;
    }

    .advantages_container li+li {
        margin-left: 79px;
    }
}

.advantages_container li:before {
    display: block;
    position: absolute;
    top: 182px;
    left: 50%;
    margin-left: 43px;
    border-radius: 50%;
    background-color: #0092BE;
    background-image: url(../_img/sprite-calculadora.png);
    background-repeat: no-repeat;
    content: '';
    width: 97px;
    height: 97px;
}

.advantages_container li.umbrella:before {
    background-position: center 21px;
}

.advantages_container li.thumb:before {
    background-position: center -66px;
}

.advantages_container li.moneybox:before {
    background-position: center -147px;
}

.advantages_container img {
    display: block;
    margin: 0px auto 12px;
    border-radius: 50%;
}

@media(min-width:1024px) {
    .advantages_container img {
        margin: 0px auto 28px;
    }
}

.advantages_container .advantage_title {
    display: block;
    float: left;
    color: #0092BE;
    font-family: 'Lato-Bold';
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    width: 100%;
}

@media(min-width:1024px) {
    .advantages_container .thumb .advantage_title {
        line-height: 48px;
        padding: 0px 25px;
    }
}

.advantages_container h3 {
    display: block;
    float: left;
    color: #173250;
    font-family: 'Lato-Bold';
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    line-height: 24px;
    width: 100%;
}

.advantages_container .advantage_text {
    display: block;
    float: left;
    margin-top: 18px;
    color: #5C5C5C;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    width: 100%;
}

.advantages_container.shipping_calculator .advantage_text {
    color: #444444;
}

.advantages_container .advantage_text strong {
    font-family: 'Lato-Bold';
    font-weight: normal;
}

.advantages_container .advantage_text a {
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
}

.advantages_container .advantage_text a:hover {
    text-decoration: none;
}

main .calc_container {
    display: block;
    float: left;
    background-image: url(../_img/smph-background-calc-1.webp);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    padding: 10px 0px 13px;
    width: 100%;
    margin-top: 50px;
}

@media (min-width: 1024px) {
    main .calc_container {
        background-image: url(../_img/background-calc-1-big.jpg);
        background-position: center top;
        background-size: 100% auto;
        padding: 0px;
        height: 430px;
    }
}

@media (min-width: 1800px) {
    main .calc_container {
        background-position: center 80px;
        background-attachment: fixed;
        height: 708px;
    }
}

.calc_container .calc_center_container {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 336px;
}

@media (min-width: 1024px) {
    .calc_container .calc_center_container {
        max-width: 910px;
    }
}

@media (min-width: 1800px) {
    .calc_container .calc_center_container {
        max-width: 1250px;
    }
}

.calc_center_container h2 {
    display: none;
}

@media (min-width: 1024px) {
    .calc_center_container h2 {
        display: block;
        float: left;
        margin-top: 40px;
        color: #fff;
        font-family: "Lato-Light";
        font-size: 40px;
        font-weight: normal;
        line-height: 50px;
        padding-right: 320px;
        width: 100%;
        text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
    }
}

@media (min-width: 1800px) {
    .calc_center_container h2 {
        margin-top: 144px;
        font-size: 48px;
        letter-spacing: -0.5px;
        line-height: 73px;
        padding-right: 450px;
    }
}

.calc_center_container .calc_content {
    display: block;
    float: left;
    width: 100%;
}

@media (min-width: 1024px) {
    .calc_center_container .calc_content {
        position: relative;
        margin-top: 22px;
        padding-right: 320px;
    }
}

@media (min-width: 1800px) {
    .calc_center_container .calc_content {
        margin-top: 34px;
        padding-right: 450px;
    }
}

.calc_content .calculator {
    display: block;
    float: left;
    border-radius: 5px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 12px 12px 20px;
    width: 100%;
    height: 388px;
}

@media (min-width: 1024px) {
    .calc_content .calculator {
        padding: 20px 30px 32px;
        height: 232px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    }
}

@media (min-width: 1800px) {
    .calc_content .calculator {
        padding: 34px 50px 52px;
        height: 292px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    }
}

.calc_content .calculator.calculator_fixed {
    border-radius: 0px;
}

.calculator .countries_selectors {
    display: block;
    float: left;
    width: 100%;
}

.countries_selectors label {
    display: block;
    float: left;
    position: relative;
    color: #646464;
    font-size: 14px;
    line-height: 34px;
    width: 100%;
}

@media (min-width: 1024px) {
    .countries_selectors label {
        width: 246px;
    }
}

@media (min-width: 1800px) {
    .countries_selectors label {
        font-size: 14px;
        line-height: 42px;
        width: 324px;
    }
}

.countries_selectors input {
    display: block;
    float: left;
    border-radius: 4px;
    border: 1px solid #e7e8ea;
    color: #404141;
    font-size: 18px;
    line-height: 21px;
    padding: 9px 11px;
    width: 100%;
    height: 45px;
}

@media (min-width: 1024px) {
    .countries_selectors input {
        font-size: 16px;
        padding: 6px 9px;
        height: 35px;
    }
}

@media (min-width: 1800px) {
    .countries_selectors input {
        font-size: 18px;
        padding: 9px 11px;
        height: 45px;
    }
}

.countries_selectors label .alert {
    display: none;
    float: left;
    color: #900;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 2px 0px 2px;
    width: 100%;
}

@media (min-width: 1024px) {
    .countries_selectors label .alert {
        margin-bottom: -23px;
    }
}

.countries_selectors .results_list {
    display: block;
    position: absolute;
    top: 92px;
    left: 0px;
    border: 1px solid #e7e8ea;
    background-color: #fff;
    padding: 3px 0px 0px;
    width: 100%;
    max-height: 150px;
    overflow: auto;
    z-index: 1;
}

.results_list li {
    display: block;
    float: left;
    margin-bottom: 3px;
    padding: 0px 3px;
    width: 100%;
}

.results_list li a {
    display: block;
    float: left;
    color: #333;
    font-size: 16px;
    text-decoration: none;
    line-height: 34px;
    padding: 0px 14px;
    width: 100%;
    transition: background-color 150ms, color 150ms;
}

.results_list li a:hover {
    background-color: #1cb3e2;
    color: #fff;
}

.results_list li a span {
    color: inherit;
    font-size: inherit;
    font-weight: bold;
    text-decoration: none;
}

.countries_selectors .swap_btn {
    display: block;
    position: relative;
    float: right;
    margin: 5px 0px -30px;
    background-image: url(../_img/sprite.png);
    background-repeat: no-repeat;
    background-position: -457px -44px;
    width: 45px;
    height: 45px;
    z-index: 9;
}

@media (min-width: 1024px) {
    .countries_selectors .swap_btn {
        float: left;
        margin: 34px 0px 0px;
        background-position: -411px -49px;
        width: 38px;
        height: 35px;
    }
}

@media (min-width: 1800px) {
    .countries_selectors .swap_btn {
        margin: 42px 0px 0px;
        background-position: -404px -44px;
        width: 52px;
        height: 45px;
    }
}

.calculator .tickets_options {
    display: block;
    float: left;
    width: 100%;
}

@media (min-width: 1024px) {
    .calculator .tickets_options {
        width: auto;
    }
}

@media (min-width: 1024px) {
    .calculator_fixed .tickets_options {
        padding-left: 70px;
        width: 50%;
    }
}

@media (min-width: 1800px) {
    .calculator_fixed .tickets_options {
        padding-left: 0px;
    }
}

.tickets_options label {
    display: block;
    float: left;
    margin-top: 24px;
    color: #797979;
    font-size: 15px;
    line-height: 35px;
}

@media (min-width: 1024px) {
    .tickets_options label {
        margin-top: 25px;
        font-family: "Lato-Bold";
        font-size: 14px;
        line-height: 27px;
        padding-right: 12px;
    }

    .calculator_fixed .tickets_options label {
        margin-top: 18px;
    }
}

@media (min-width: 1800px) {
    .tickets_options label {
        margin-top: 34px;
        font-size: 18px;
        line-height: 35px;
        padding-right: 25px;
    }

    .calculator_fixed .tickets_options label {
        margin-top: 5px;
    }
}

@media (max-width: 1024px) {
    .tickets_options.text_cat label {
        width: 50%;
        line-height: 15px;
    }
}

.tickets_options input {
    display: block;
    position: relative;
    float: left;
    margin-right: -67px;
    width: 67px;
    height: 35px;
    opacity: 0.01;
    z-index: 1;
    cursor: pointer;
}

@media (min-width: 1024px) {
    .tickets_options input {
        margin-right: -51px;
        width: 51px;
        height: 27px;
    }
}

.tickets_options span {
    display: block;
    position: relative;
    float: left;
    margin-right: 5px;
    border: 1px solid #95989a;
    border-radius: 17px;
    background-color: #fff;
    width: 67px;
    height: 35px;
    transition: border-color 150ms, background-color 150ms;
    cursor: pointer;
}

@media (min-width: 1024px) {
    .tickets_options span {
        border-radius: 13px;
        width: 51px;
        height: 27px;
    }
}

@media (min-width: 1800px) {
    .tickets_options span {
        border-radius: 17px;
        width: 67px;
        height: 35px;
    }
}

.tickets_options input:checked+span {
    border-color: #173250;
    background-color: #173250;
}

.tickets_options span:before {
    display: block;
    position: absolute;
    top: 2px;
    left: 3px;
    border-radius: 50%;
    background-color: #95989a;
    content: "";
    width: 29px;
    height: 29px;
    transition: left 150ms, background-color 150ms;
}

@media (min-width: 1024px) {
    .tickets_options span:before {
        top: 1px;
        left: 2px;
        width: 23px;
        height: 23px;
    }
}

@media (min-width: 1800px) {
    .tickets_options span:before {
        top: 2px;
        left: 3px;
        width: 29px;
        height: 29px;
    }
}

.tickets_options input:checked+span:before {
    left: 34px;
    background-color: #fff;
}

@media (min-width: 1024px) {
    .tickets_options input:checked+span:before {
        left: 24px;
    }
}

@media (min-width: 1800px) {
    .tickets_options input:checked+span:before {
        left: 34px;
    }
}

.calculator .price_container {
    display: block;
    margin: auto;
    width: 290px;
}

@media (min-width: 1024px) {
    .calculator .price_container {
        float: left;
        width: 200px;
    }
}

@media (min-width: 1800px) {
    .calculator .price_container {
        width: 240px;
    }
}

.price_container .price {
    display: none;
    float: left;
    margin-bottom: -40px;
    color: #169bc3;
    font-family: "Lato-Bold";
    font-size: 21px;
    text-align: center;
    word-spacing: 14px;
    line-height: 40px;
    padding: 18px 0px 12px;
    width: 100%;
}

@media (min-width: 1024px) {
    .price_container .price {
        margin-bottom: -25px;
        font-size: 16px;
        text-align: left;
        word-spacing: 10px;
        padding: 15px 16px;
    }
}

@media (min-width: 1800px) {
    .price_container .price {
        margin-bottom: -30px;
        font-size: 21px;
        word-spacing: 14px;
        padding: 28px 8px 12px;
    }
}

.price span {
    color: inherit;
    font-family: inherit;
    font-size: 32px;
}

@media (min-width: 1024px) {
    .price span {
        font-size: 24px;
    }
}

@media (min-width: 1800px) {
    .price span {
        font-size: 32px;
    }
}

.price_container .calc_btn {
    display: block;
    float: left;
    margin-top: 30px;
    border-radius: 22px;
    background-color: #f78e1e;
    color: #fff;
    font-family: "Lato-Bold";
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    line-height: 45px;
    width: 100%;
    display: none;
}

@media (min-width: 1024px) {
    .price_container .calc_btn {
        margin-top: 25px;
        border-radius: 19px;
        font-size: 15px;
        line-height: 38px;
    }
}

@media (min-width: 1800px) {
    .price_container .calc_btn {
        margin-top: 30px;
        border-radius: 22px;
        font-size: 18px;
        line-height: 45px;
    }
}

.error_search {
    display: none;
    float: left;
    padding: 10px;
    color: #868686;
    margin: 10px 0px;
}

.calculator_fixed .is_customs {
    position: initial;
}

.is_customs {
    display: none;
    float: left;
    padding: 10px;
    color: #404141;
    margin: 10px 0px;
    position: absolute;
    top: 335px;
    font-size: 13px;
    font-family: "Lato-Regular";
    width: 300px;
    text-align: center;
}

@media (min-width: 1024px) {
    .is_customs {
        left: 30px;
        text-align: left;
        width: 275px;
        top: 130px;
        left: 20px;
    }
}

@media (min-width: 1800px) {
    .is_customs {
        top: 185px;
        left: 40px;
        width: 330px;
        font-size: 14px;
    }
}

.is_customs span {
    display: block;
    font-family: "Lato-Bold";
    color: #0092be;
}

.is_customs_bnt {
    margin-top: 45px !important;
}

.is_customs_ticketoptions {
    margin-bottom: 60px;
}

.is_large {
    margin-bottom: 90px;
}

.price_container .top_price {
    margin-top: 35px;
}

.is_customs_height {
    height: auto !important;
}

.calc_content .calc_info_container {
    display: block;
    float: left;
    padding: 0px 12px;
    width: 100%;
}

@media (min-width: 1024px) {
    .calc_content .calc_info_container {
        padding: 0px 5px 0px 25px;
    }
}

@media (min-width: 1800px) {
    .calc_content .calc_info_container {
        padding: 0px 50px;
    }
}

.calc_info_container .calc_info {
    display: block;
    float: left;
    border-radius: 0px 0px 5px 5px;
    background-color: #173250;
    padding: 5px 10px 12px;
    width: 100%;
}

@media (min-width: 1024px) {
    .calc_info_container .calc_info {
        border-radius: 0px 0px 8px 8px;
        padding: 0px;
    }
}

@media (min-width: 1800px) {
    .calc_info_container .calc_info {
        padding: 4px 0px 7px;
    }
}

.calc_info .discount_container {
    display: block;
    float: left;
    color: #f78e1e;
    font-family: "Lato-Light";
    font-size: 44px;
    text-align: center;
    padding: 6px;
    width: 48%;
}

@media (min-width: 1024px) {
    .calc_info .discount_container {
        font-size: 32px;
        line-height: 46px;
        padding: 0px;
        width: 100px;
    }
}

@media (min-width: 1800px) {
    .calc_info .discount_container {
        font-size: 44px;
        line-height: 52px;
        width: 162px;
    }
}

.discount_container .discount {
    color: inherit;
    font-family: "Lato-Regular";
    font-size: inherit;
}

.discount_container .text {
    display: block;
    float: right;
    margin: 18px 5px 0px -17px;
    color: inherit;
    font-family: "Lato-Regular";
    font-size: 16px;
    transform: rotate(90deg);
    line-height: 19px;
}

@media (min-width: 1024px) {
    .discount_container .text {
        margin: 18px 5px 0px -15px;
        font-size: 11px;
        line-height: 13px;
    }
}

@media (min-width: 1800px) {
    .discount_container .text {
        margin: 18px 12px 0px -30px;
        font-size: 16px;
        line-height: 19px;
    }
}

.calc_info .calc_info_text {
    display: block;
    float: left;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    width: 52%;
}

@media (min-width: 1024px) {
    .calc_info .calc_info_text {
        font-size: 13px;
        line-height: 46px;
        width: calc(100% - 100px);
    }
}

@media (min-width: 1800px) {
    .calc_info .calc_info_text {
        font-size: 15px;
        line-height: 52px;
        width: calc(100% - 162px);
    }
}

.calc_info_container .brakebreakers {
    display: block;
    float: left;
    margin-top: 15px;
    background-color: #173250;
    background-color: rgba(23, 50, 80, 0.75);
    padding: 5px 20px 7px;
    width: 100%;
}

@media (min-width: 1024px) {
    .calc_info_container .brakebreakers {
        position: absolute;
        float: none;
        top: 18px;
        right: 0px;
        margin-top: 0px;
        padding: 14px 12px 14px 17px;
        width: 320px;
    }
}

@media (min-width: 1800px) {
    .calc_info_container .brakebreakers {
        padding: 17px 34px 17px 28px;
        width: 450px;
    }
}

.brakebreakers li {
    display: table;
    position: relative;
    float: left;
    padding-left: 70px;
    width: 100%;
    height: 70px;
}

@media (min-width: 1024px) {
    .brakebreakers li {
        padding-left: 63px;
        height: 56px;
    }
}

@media (min-width: 1800px) {
    .brakebreakers li {
        padding-left: 70px;
        height: 74px;
    }
}

.brakebreakers li:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -25px;
    background-image: url(../_img/sprite.png);
    background-repeat: no-repeat;
    content: "";
    width: 50px;
    height: 50px;
}

.brakebreakers li.effectiveness:before {
    background-position: -228px -111px;
}

.brakebreakers li.secured:before {
    background-position: -288px -111px;
}

.brakebreakers li.tariff:before {
    background-position: -348px -111px;
}

@media (min-width: 1024px) {
    .brakebreakers li:before {
        margin-top: -20px;
        background-size: 400px 400px;
        width: 41px;
        height: 40px;
    }

    .brakebreakers li.effectiveness:before {
        background-position: -182px -89px;
    }

    .brakebreakers li.secured:before {
        background-position: -230px -89px;
    }

    .brakebreakers li.tariff:before {
        background-position: -278px -89px;
    }
}

@media (min-width: 1800px) {
    .brakebreakers li:before {
        margin-top: -25px;
        background-size: auto auto;
        width: 50px;
        height: 50px;
    }

    .brakebreakers li.effectiveness:before {
        background-position: -228px -111px;
    }

    .brakebreakers li.secured:before {
        background-position: -288px -111px;
    }

    .brakebreakers li.tariff:before {
        background-position: -348px -111px;
    }
}

.brakebreakers span {
    display: table-cell;
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
    line-height: 19px;
}

@media (min-width: 1024px) {
    .brakebreakers span {
        font-size: 15px;
        line-height: 18px;
    }
}

@media (min-width: 1800px) {
    .brakebreakers span {
        font-size: 18px;
        line-height: 26px;
    }
}

main .collaborators_container {
    display: block;
    float: left;
    background-color: #fff;
    padding: 36px 0px 48px;
    width: 100%;
}

@media (min-width: 1024px) {
    main .collaborators_container {
        padding: 28px 0px 58px;
    }
}

@media (min-width: 1800px) {
    main .collaborators_container {
        padding: 60px 0px 110px;
    }
}

.collaborators_container h2 {
    display: block;
    float: left;
    font-family: "Lato-Light";
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    line-height: 34px;
    padding: 0px 20px;
    width: 100%;
}

@media (min-width: 1024px) {
    .collaborators_container h2 {
        font-size: 26px;
        line-height: 32px;
        padding: 0px;
    }
}

@media (min-width: 1800px) {
    .collaborators_container h2 {
        font-size: 40px;
        line-height: 48px;
    }
}

.collaborators_container ul {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 652px;
}

@media (min-width: 1024px) {
    .collaborators_container ul {
        max-width: 904px;
    }
}

@media (min-width: 1800px) {
    .collaborators_container ul {
        max-width: 1630px;
    }
}

.collaborators_container ul li {
    display: block;
    float: left;
    margin-top: 20px;
    padding: 0px 25%;
    width: 100%;
}

.collaborators_container ul li+li {
    padding: 0px;
    width: 50%;
}

@media (min-width: 1024px) {

    .collaborators_container ul li,
    .collaborators_container ul li+li {
        margin-top: 40px;
        padding: 0px;
        width: 20%;
    }
}

@media (min-width: 1800px) {

    .collaborators_container ul li,
    .collaborators_container ul li+li {
        margin-top: 98px;
    }
}

.collaborators_container ul li img {
    display: block;
    float: left;
    width: 100%;
}

main .contact_section {
    display: block;
    float: left;
    background-color: #f2f5f8;
    padding: 46px 20px 30px;
    width: 100%;
}

@media (min-width: 1024px) {
    main .contact_section {
        padding: 38px 0px 48px;
    }
}

@media (min-width: 1800px) {
    main .contact_section {
        padding: 70px 0px 68px;
    }
}

.contact_section h2 {
    display: block;
    float: left;
    font-family: "Lato-Light";
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    line-height: 34px;
    width: 100%;
}

@media (min-width: 1024px) {
    .contact_section h2 {
        font-size: 24px;
        line-height: 29px;
    }
}

@media (min-width: 1800px) {
    .contact_section h2 {
        font-size: 40px;
        line-height: 48px;
    }
}

.contact_section p {
    display: block;
    float: left;
    margin-top: 32px;
    color: #434343;
    font-size: 22px;
    text-align: center;
    line-height: 30px;
    width: 100%;
}

@media (min-width: 1024px) {
    .contact_section p {
        margin-top: 24px;
        font-size: 16px;
    }
}

@media (min-width: 1800px) {
    .contact_section p {
        margin-top: 50px;
        font-size: 22px;
    }
}

.contact_section ul {
    display: block;
    margin: auto;
    width: 280px;
}

@media (min-width: 1024px) {
    .contact_section ul {
        width: 810px;
    }
}

@media (min-width: 1800px) {
    .contact_section ul {
        width: 1200px;
    }
}

.contact_section ul li {
    display: block;
    float: left;
    position: relative;
    color: #434343;
    font-family: "Lato-Bold";
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    padding: 125px 0px 25px;
    width: 100%;
}

@media (min-width: 1024px) {
    .contact_section ul li {
        margin-top: 40px;
        font-size: 14px;
        line-height: 20px;
        padding: 88px 0px 8px;
        width: 270px;
    }
}

@media (min-width: 1800px) {
    .contact_section ul li {
        margin-top: 38px;
        font-size: 20px;
        line-height: 30px;
        padding: 114px 0px 5px;
        width: 400px;
    }
}

.contact_section ul li:before {
    display: block;
    position: absolute;
    top: 32px;
    left: 50%;
    margin-left: -39px;
    background-image: url(../_img/sprite.png);
    background-repeat: no-repeat;
    content: "";
    width: 78px;
    height: 78px;
}

.contact_section ul li.phone:before {
    background-position: -253px -302px;
}

.contact_section ul li.message:before {
    background-position: -337px -302px;
}

.contact_section ul li.chat:before {
    background-position: right -302px;
}

@media (min-width: 1024px) {
    .contact_section ul li:before {
        top: 4px;
        margin-left: -30px;
        background-size: 385px 385px;
        width: 61px;
        height: 61px;
    }

    .contact_section ul li.phone:before {
        background-position: -195px -232px;
    }

    .contact_section ul li.message:before {
        background-position: -259px -232px;
    }

    .contact_section ul li.chat:before {
        background-position: right -232px;
    }
}

@media (min-width: 1800px) {
    .contact_section ul li:before {
        top: 0px;
        margin-left: -39px;
        background-size: auto auto;
        width: 78px;
        height: 78px;
    }

    .contact_section ul li.phone:before {
        background-position: -253px -302px;
    }

    .contact_section ul li.message:before {
        background-position: -337px -302px;
    }

    .contact_section ul li.chat:before {
        background-position: right -302px;
    }
}

.contact_section ul li+li:after {
    display: block;
    position: absolute;
    top: 0px;
    left: 55px;
    border-top: 2px dotted #0092be;
    content: "";
    width: 170px;
}

@media (min-width: 1024px) {
    .contact_section ul li+li:after {
        left: 0px;
        border-top: none;
        border-left: 2px dotted #0092be;
        width: 0px;
        height: 100%;
    }
}

.contact_section ul li a {
    display: block;
    color: #0092be;
    font-family: "Lato-Regular";
    font-size: 22px;
    text-decoration: none;
    width: 100%;
}

@media (min-width: 1024px) {
    .contact_section ul li a {
        font-size: 14px;
        line-height: 20px;
    }

    .contact_section ul li a.smph {
        display: none;
    }
}

@media (min-width: 1800px) {
    .contact_section ul li a {
        font-size: 22px;
        line-height: 30px;
    }
}

.contact_section ul li a:hover {
    text-decoration: underline;
}

.contact_section ul li span {
    display: none;
}

@media (min-width: 1024px) {
    .contact_section ul li span {
        display: block;
        color: #0092be;
        font-family: "Lato-Regular";
        font-size: 14px;
        line-height: 20px;
        width: 100%;
    }
}

@media (min-width: 1800px) {
    .contact_section ul li span {
        font-size: 22px;
        line-height: 30px;
    }
}

/*******************
Calculator fixed mobile
********************/
@media (max-width: 1500px) {
    .title_calculator {
        display: none;
    }

    .fixed_mobile {
        display: block;
        width: 93%;
        position: fixed;
        top: 60px;
    }

    .calc_container .calculator_width_fixed {
        max-width: none;
        margin-top: -10px !important;
    }

    .top_section_fixed {
        margin-top: 700px;
    }
}

img.loading {
    position: absolute;
    width: 20px;
    right: 10px;
    top: 25px;
}

@media (min-width: 1024px) {
    img.loading {
        top: 12px;
    }
}

@media (min-width: 1800px) {
    img.loading {
        top: 25px;
    }
}

#toast-container {
    text-align: center;
    padding-bottom: 20px;
}

#toast-container .toast-message {
    color: #636363;
}

main .info_list {
    display: block;
    float: left;
    padding: 0px 12px 60px;
    width: 100%;
}

@media(min-width:768px) {
    main .info_list {
        margin-top: 20px;
        padding: 0px 12px 65px;
    }
}

.info_list ul {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 900px;
}

@media(min-width:1280px) {
    .info_list ul {
        max-width: 1100px;
    }
}

.info_list ul li {
    display: block;
    float: left;
    position: relative;
    margin-top: 32px;
    padding-top: 150px;
    width: 100%;
}

@media(min-width:768px) {
    .info_list ul li {
        display: table;
        margin-top: 45px;
        padding-top: 0px;
        padding-left: 150px;
        height: 125px;
    }
}

.info_list li:before {
    display: block;
    position: absolute;
    top: 0px;
    left: 50%;
    border: 2px solid #F78D1E;
    border-radius: 50%;
    background-image: url(../_img/sprite-calculator.png);
    background-repeat: no-repeat;
    transform: translateX(-50%);
    content: '';
    width: 125px;
    height: 125px;
}

.info_list li.place:before {
    background-position: center 19px;
}

.info_list li.bag:before {
    background-position: center -103px;
}

.info_list li.calendar:before {
    background-position: center -229px;
}

.info_list li.truck:before {
    background-position: center -343px;
}

.info_list li.umbrella:before {
    background-position: center -467px;
}

.info_list li.info:before {
    background-position: center -590px;
}

@media(min-width:768px) {
    .info_list li:before {
        left: 0px;
        transform: translateX(0%);
    }
}

.info_list li .text {
    display: table-cell;
    color: #444;
    font-size: 18px;
    vertical-align: middle;
    line-height: 22px;
    width: 100%;
}

.text span {
    display: block;
    float: left;
    color: #0092BE;
    font-family: 'Lato-Bold';
    font-size: 20px;
    line-height: 30px;
    width: 100%;
}

.text a {
    color: #F78D1E;
    font-size: inherit;
    text-decoration: underline;
}

.text a:hover {
    text-decoration: none;
}

.popup .half {
    width: 100%;
}

.popup li p span {
    color: #0092BE;
}

.popup ul.half li {
    font-size: 18px;
}

.center_text strong {
    color: #444444;
}