﻿@charset "UTF-8";
.radio-holder {
    background-color: #fff;
    border-top: 1px solid #929292
}

.radio-holder:last-child {
    border-bottom: 1px solid #929292
}

.radio-holder.active {
    border-top-color: #219fd1;
    border-bottom: 1px solid #219fd1
}

.radio-holder.active + .radio-holder {
    border-top: 0
}

.radio-holder .radio-holder__text {
    vertical-align: middle;
    width: 90%;
    display: inline-block
}

@media all and (min-width: 579px) {
    .radio-holder .radio-holder__text {
        width: 94%
    }
}

.radio-holder .radio-holder__radioButton {
    display: none
}

.radio-holder .radio-holder__radioButton + span {
    width: 25px;
    width: 1.5625rem;
    height: 25px;
    height: 1.5625rem;
    background-color: #fff;
    border: 1px solid #929292;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle
}

.radio-holder .radio-holder__radioButton:checked + span {
    background-color: #219fd1;
    border-color: #219fd1
}

.radio-holder .radio-holder__radioButton + span .icon2 {
    display: none;
    color: #fff;
    position: relative;
    top: 5px;
    top: .3125rem;
    left: 5px;
    left: .3125rem;
    font-size: 15px;
    font-size: .9375rem
}

.radio-holder .radio-holder__radioButton:checked + span .icon2 {
    display: block
}

.timeline {
    position: relative
}

.timeline [class*='question-'] {
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    -o-animation-direction: normal;
    animation-direction: normal;
    overflow: hidden;
    display: block
}

.timeline .question-previous {
    opacity: .5;
    padding-bottom: 0;
    display: block
}

.timeline .question-previous:hover {
    cursor: pointer
}

.timeline .question-previous .timeline__icon .timeline__icon__circle:before {
    color: #ff8c36;
    position: absolute;
    top: 2px;
    top: .125rem;
    left: 2px;
    left: .125rem;
    top: 2px;
    left: 2px
}

.timeline .question-previous .timeline__title {
    margin-bottom: 0
}

.timeline .question-previous .timeline__title:hover {
    cursor: pointer
}

.timeline .question-previous .timeline__content, .timeline .question-previous .timeline__title__buttons {
    display: none
}

.timeline .question-previous:last-child, .timeline .question-previous:last-of-type {
    display: block
}

.timeline .question-next .timeline__icon .timeline__icon__circle {
    background-color: transparent !important;
    border: none
}

.timeline .question-shown .timeline__title .question {
    display: inline-block
}

.timeline .question-shown .timeline__title .answer {
    display: none
}

.timeline .question-shown .timeline__title .timeline__title__buttons {
    display: inline-block
}

@media screen and (max-width: 760px) {
    .timeline .question-shown .timeline__title .timeline__title__buttons {
        display: none
    }
}

.timeline .question-shown.question-last + .question-next {
    display: none
}

.timeline .question-next {
    padding-bottom: 0;
    height: 30px;
    height: 1.875rem
}

.timeline .question-next .timeline__title, .timeline .question-next .timeline__content, .timeline .question-next .timeline__title__buttons, .timeline .question-next .timeline__options {
    display: none
}

.timeline .question-answered .timeline__icon .timeline__icon__circle {
    background-color: transparent !important;
    border: none
}

.timeline .question-answered .timeline__icon .timeline__icon__circle:before {
    color: #ff8c36;
    position: absolute;
    top: 2px;
    top: .125rem;
    left: 2px;
    left: .125rem
}

.timeline .question-answered .timeline__title .timeline__title__buttons div .icon-arrow.disable {
    color: #ff8c36
}

.timeline .question-hidden {
    display: none
}

.timeline:after {
    content: '';
    border-right: 2px solid #ff8c36;
    border-right-style: dashed;
    display: block;
    position: absolute;
    top: 0;
    left: -15px;
    left: -.9375rem;
    width: 4px;
    width: .25rem;
    margin-top: 45px;
    margin-top: 2.8125rem;
    height: 88%;
    z-index: -1
}

@media screen and (max-width: 600px) {
    .timeline:after {
        height: 95%
    }
}

.timeline .timeline__icon {
    position: absolute;
    left: -24px;
    left: -1.5rem;
    width: 25px;
    width: 1.5625rem;
    height: 25px;
    height: 1.5625rem;
    border: 1px solid #ff8c36;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    z-index: 2
}

.timeline .timeline__icon .timeline__icon__circle {
    width: 17px;
    width: 1.0625rem;
    height: 17px;
    height: 1.0625rem;
    position: absolute;
    top: 3px;
    top: .1875rem;
    left: 3px;
    left: .1875rem;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .timeline .timeline__icon .timeline__icon__circle {
        top: 3px;
        top: .1875rem
    }
}

@-moz-document url-prefix() {
    .timeline .timeline__icon .timeline__icon__circle {
        top: 3px;
        top: .1875rem;
    }
}

.timeline .timeline__title {
    position: relative;
    top: -5px;
    top: -.3125rem;
    margin-bottom: 32px;
    margin-bottom: 2rem
}

.timeline .timeline__title label {
    display: block
}

.timeline .timeline__title label.question {
    font-size: 24px;
    font-size: 1.5rem;
    color: #000;
    font-weight: 500
}

.timeline .timeline__title label.question:hover, .timeline .timeline__title label.answer:hover {
    cursor: pointer
}

@media screen and (max-width: 760px) {
    .timeline .timeline__title label.question {
        font-size: 22px;
        font-size: 1.375rem
    }
}

@media screen and (max-width: 600px) {
    .timeline .timeline__title label.question {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.timeline .timeline__title label.answer {
    font-size: 16px;
    font-size: 1rem;
    color: #000;
    font-weight: 400
}

@media screen and (max-width: 760px) {
    .timeline .timeline__title .timeline__title__buttons {
        display: none
    }
}

.timeline .timeline__title .timeline__title__buttons div {
    display: inline-block;
    border: 1px solid #f3f3f3;
    -webkit-border-radius: 25%;
    -moz-border-radius: 25%;
    border-radius: 25%;
    padding: 8px 8px 4px 8px;
    padding: .5rem .5rem .25rem .5rem
}

.timeline .timeline__title .timeline__title__buttons div:first-child {
    margin-right: 8px;
    margin-right: .5rem
}

.timeline .timeline__title .timeline__title__buttons div .icon-arrow.enable {
    color: #ff8c36
}

.timeline .timeline__title .timeline__title__buttons div .icon-arrow.enable:hover {
    cursor: pointer
}

.timeline .timeline__title .timeline__title__buttons div .icon-arrow.disable {
    color: #d8d8d8 !important
}

.timeline .timeline__content {
    overflow: auto
}

.timeline .timeline__content > div.one-half, .timeline .timeline__content > div.one-third, .timeline .timeline__content > div.one-quarter, .timeline .timeline__content > div.one-fifth {
    border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    margin-bottom: 16px;
    margin-bottom: 1rem
}

.timeline .timeline__content > div.one-half.no-border, .timeline .timeline__content > div.one-third.no-border, .timeline .timeline__content > div.one-quarter.no-border, .timeline .timeline__content > div.one-fifth.no-border {
    border-top: none;
    border-right: none;
    border-left: none
}

.timeline .timeline__content .timeline__content__btn {
    width: 100%;
    height: 90px;
    height: 5.625rem;
    color: #323232;
    background-color: #fff;
    text-align: center;
    font-weight: 500;
    position: relative;
    font-size: 16px;
    font-size: 1rem;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #d8d8d8;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    -o-animation-direction: normal;
    animation-direction: normal
}

.btpdrop {
    width: 200px;
    height: 90px;
    height: 5.625rem;
    color: #323232;
    background-color: #fff;
    text-align: center;
    font-weight: 500;
    position: relative;
    font-size: 16px;
    font-size: 1rem;
    border-left: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 2px solid #d8d8d8;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    -o-animation-direction: normal;
    animation-direction: normal;
    display: block;
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 16px;
    margin-bottom: 16px;
    margin-bottom: 1rem

}

.btpdrop:hover {
    border-bottom-color: #FFAC3A;
}

.timeline .timeline__content .timeline__content__btn i {
    display: block;
    font-size: 24px;
    font-size: 1.5rem
}

.timeline .timeline__content .timeline__content__btn:last-child {
    margin-right: 0
}

.timeline .timeline__content .timeline__content__btn:nth-child(3n+3) {
    margin-right: 0
}

.timeline .timeline__content .timeline__content__btn.disable {
    color: #d8d8d8
}

.timeline .timeline__content .timeline__content__btn.active {
    border-bottom: 3px solid #FFAC3A;
    border-bottom-color: #FFAC3A;
    background-color: #fdfdfd
}

.timeline .timeline__content .timeline__content__btn:focus {
    outline: none
}

.timeline .timeline__content .timeline__content__btn:hover {
    cursor: pointer;
    border-bottom: 3px solid #FFAC3A;
    background-color: #fdfdfd
}

.theme_blue .timeline .timeline__content .timeline__content__btn:hover {
    border-bottom-color: #FFAC3A
}

.theme_blue .timeline .timeline__content .timeline__content__btn:hover.active {
    border-bottom-color: #FFAC3A
}

.theme_lightBlue .timeline .timeline__content .timeline__content__btn:hover {
    border-bottom-color: #FFAC3A
}

.theme_lightBlue .timeline .timeline__content .timeline__content__btn:hover.active {
    border-bottom-color: #FFAC3A
}

.theme_pink .timeline .timeline__content .timeline__content__btn:hover {
    border-bottom-color: #FFAC3A
}

.theme_pink .timeline .timeline__content .timeline__content__btn:hover.active {
    border-bottom-color: #FFAC3A
}

.theme_yellow .timeline .timeline__content .timeline__content__btn:hover {
    border-bottom-color: #FFAC3A
}

.theme_yellow .timeline .timeline__content .timeline__content__btn:hover.active {
    border-bottom-color: #FFAC3A
}

.theme_lightGreen .timeline .timeline__content .timeline__content__btn:hover {
    border-bottom-color: #FFAC3A
}

.theme_lightGreen .timeline .timeline__content .timeline__content__btn:hover.active {
    border-bottom-color: #FFAC3A
}

.theme_green .timeline .timeline__content .timeline__content__btn:hover {
    border-bottom-color: #FFAC3A
}

.theme_green .timeline .timeline__content .timeline__content__btn:hover.active {
    border-bottom-color: #FFAC3A
}

.timeline .timeline__content .timeline__content__btn p {
    margin: 0 auto;
    padding: 0 8px
}

.timeline .timeline__content .timeline__content__btn.timeline__content__btn--link {
    display: block;
    height: auto;
    border: none;
    border-bottom: 1px solid #FFAC3A;
    text-align: left;
    padding: 0 24px 16px 16px;
    padding: 0 1.5rem 1rem 1rem;
    font-size: 14px;
    font-weight: 400
}

.timeline .timeline__content .timeline__content__btn.timeline__content__btn--link i {
    position: absolute;
    right: 0;
    top: -6px;
    top: -.375rem
}

.timeline .timeline__content.timeline__content--big .timeline__content__btn {
    text-align: left;
    padding: 0 16px;
    padding: 0 16px;
    padding: 0 1rem;
    height: 65px;
    height: 4.0625rem
}

.timeline .timeline__content.timeline__content--big .timeline__content__btn span {
    font-size: 12px;
    font-size: .75rem
}

.timeline .timeline__content.timeline__content--big .timeline__content__btn [class*='icon2-arrow'] {
    display: inline-block;
    position: absolute;
    top: 15px;
    top: .9375rem;
    right: 0;
    font-size: 24px;
    font-size: 1.5rem
}

.timeline .timeline__options {
    margin-top: 16px;
    margin-top: 1rem;
    clear: both;
    overflow: auto
}

.timeline .timeline__options > div.one-half, .timeline .timeline__options > div.one-third, .timeline .timeline__options > div.one-quarter, .timeline .timeline__options > div.one-fifth {
    margin-bottom: 16px;
    margin-bottom: 16px;
    margin-bottom: 1rem
}

.timeline .timeline__options .timeline__options__recomended {
    border: 1px solid #d8d8d8
}

.timeline .timeline__options .timeline__options__recomended > div {
    margin-bottom: 16px;
    margin-bottom: 1rem
}

.timeline .timeline__options .timeline__options__recomended > div:last-child {
    margin-bottom: 0
}

.timeline .timeline__options .timeline__options__recomended:last-child {
    margin-right: 0
}

.timeline .timeline__options .timeline__options__recomended .flag-holder {
    margin-bottom: 0
}

.timeline .timeline__options .timeline__options__recomended .flag-holder .flag {
    position: absolute;
    display: block;
    right: 16px;
    right: 1rem
}

.timeline .timeline__options .timeline__options__recomended .timeline__options__recomended__title {
    text-align: center
}

.timeline .timeline__options .timeline__options__recomended .timeline__options__recomended__title label {
    display: block;
    font-weight: 500;
    margin-top: -24px;
    margin-top: -1.5rem
}

.timeline .timeline__options .timeline__options__recomended .timeline__options__recomended__content {
    min-height: 70px;
    min-height: 4.375rem
}

.timeline .timeline__options .timeline__options__recomended .timeline__options__recomended__content span {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400
}

.timeline .timeline__options .timeline__options__recomended .timeline__options__recomended__link {
    border-top: 1px solid #d8d8d8;
    padding: 8px 24px;
    padding: .5rem 1.5rem;
    background-color: #fafafa
}

.timeline .timeline__options .timeline__options__recomended .timeline__options__recomended__link a {
    color: #ff8c36
}

@media screen and (max-width: 400px) {
    .timeline .timeline__options .timeline__options__recomended .timeline__options__recomended__link {
        padding: 8px 16px;
        padding: .5rem 1rem
    }
}

.timeline .timeline__options .timeline__options__title {
    font-size: 18px;
    font-size: 1.125rem;
    color: #000;
    font-weight: 500;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    display: block
}

.timeline .timeline__options .timeline__options__half {
    height: auto;
    padding-bottom: 24px;
    padding-bottom: 1.5rem
}

@media screen and (min-width: 600px) {
    .timeline .timeline__options .timeline__options__half {
        height: 140px;
        height: 8.75rem
    }
}

.timeline .timeline__options .timeline__options__half > article:last-child {
    margin-bottom: 0
}

.timeline .timeline__options .timeline__options__half > article .timeline__options__half__list {
    margin-bottom: 0
}

.timeline .timeline__options .timeline__options__half > article .timeline__options__half__list li {
    list-style: none;
    display: inline-block;
    text-align: left;
    margin-right: 24px;
    margin-right: 1.5rem;
    margin-left: 0
}

.timeline .timeline__options .timeline__options__half > article .timeline__options__half__list li:first-child {
    width: 29%;
    text-align: center;
    overflow: hidden
}

.timeline .timeline__options .timeline__options__half > article .timeline__options__half__list li:last-child {
    width: 65%;
    margin-right: 0
}

.timeline .timeline__options .timeline__options__half > article .timeline__options__half__list li p {
    max-width: 320px;
    max-width: 20rem;
    margin-bottom: 8px;
    margin-bottom: .5rem;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400
}

.timeline .timeline__options .timeline__options__half > article .timeline__options__half__list li label {
    display: block;
    margin-top: -10px;
    margin-top: -.625rem;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500
}

.timeline .timeline__options .timeline__options__half > article .timeline__options__half__list li a {
    color: #ff8c36;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500
}

@media screen and (max-width: 600px) {
    .timeline .timeline__options .timeline__options__half > article .timeline__options__half__list li {
        display: block;
        text-align: center
    }

    .timeline .timeline__options .timeline__options__half > article .timeline__options__half__list li p {
        margin: 0 auto
    }
}

.timeline .timeline__options .timeline__options__recomended__title .icon.icon--big {
    font-size: 77px;
    font-size: 4.8125rem
}

.timeline .timeline__options .icon.icon--big {
    font-size: 55px;
    font-size: 3.4375rem
}

.timeline .timeline__options .icon-arrow {
    color: #000
}

.inner {
    padding: 16px;
    padding: 1rem
}

.inner.inner--big {
    padding: 32px;
    padding: 2rem
}

@media all and (max-width: 600px) {
    .inner.inner--big {
        padding-right: 0
    }
}

@media all and (max-width: 600px) {
    .inner {
        padding-right: 0
    }
}

.titanic {
    float: none
}

.left {
    float: left
}

.right {
    float: right
}

.ml-small {
    margin-left: 8px;
    margin-left: .5rem
}

.inline-block {
    display: inline-block
}

.has-border-right {
    border-right: 1px solid #d8d8d8
}

.flex {
    display: table
}

.flexbox .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .flexbox .flex {
        display: table
    }
}

@media all and (max-width: 600px) {
    .flexbox .flex {
        display: block
    }
}

.flexbox .flex .flex__bottom {
    display: initial;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.flexbox .flex .flex__center {
    display: initial;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.flex .flex__bottom {
    display: table-cell;
    vertical-align: bottom
}

.flex .flex__center {
    display: table-cell;
    vertical-align: middle
}

.flag-holder {
    position: relative
}

.flag-holder .flag {
    width: 20px;
    width: 1.25rem;
    height: 35px;
    height: 2.1875rem;
    padding-top: 15px;
    padding-top: .9375rem;
    position: relative
}

.flag-holder .flag:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 13px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

.one-fifth {
    width: 100%;
    display: block
}

@media only screen and (min-width: 600px) {
    .one-fifth {
        display: inline;
        float: left;
        width: 17.688%;
        margin: 0 1.14741%
    }

}

.one-tenth {
    display: inline;
    float: left;
    width: 5.884%;
    height: auto;
    margin: 2 1.14741%
}

@media only screen and (max-width: 600px) {
    .contacts-content .is-collapsed .box.last-column {
        border-bottom: 1px solid #e6e6e6
    }
}

.to-top {
    display: none;
    background-color: #fff;
    float: right;
    padding: 8px;
    padding: .5rem;
    border: 1px solid #d8d8d8;
    font-size: 13px;
    font-size: .8125rem;
    margin-right: 14px;
    margin-right: .875rem;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    -o-animation-direction: normal;
    animation-direction: normal;
    outline: none
}

@media only screen and (max-width: 480px) {
    .to-top {
        width: 100%;
        text-align: center;
        float: none
    }
}

.to-top:hover {
    cursor: pointer;
    border-bottom: 3px solid;
    background-color: #fdfdfd
}

.theme_blue .to-top:hover {
    border-bottom-color: #4f60d2
}

.theme_blue .to-top:hover.active {
    border-bottom-color: #4f60d2
}

.theme_lightBlue .to-top:hover {
    border-bottom-color: #4bdbc5
}

.theme_lightBlue .to-top:hover.active {
    border-bottom-color: #4bdbc5
}

.theme_pink .to-top:hover {
    border-bottom-color: #eb84cd
}

.theme_pink .to-top:hover.active {
    border-bottom-color: #eb84cd
}

.theme_yellow .to-top:hover {
    border-bottom-color: #fadd0b
}

.theme_yellow .to-top:hover.active {
    border-bottom-color: #fadd0b
}

.theme_lightGreen .to-top:hover {
    border-bottom-color: #bad80a
}

.theme_lightGreen .to-top:hover.active {
    border-bottom-color: #bad80a
}

.theme_green .to-top:hover {
    border-bottom-color: #6ea514
}

.theme_green .to-top:hover.active {
    border-bottom-color: #6ea514
}

