.text-decoration-underline {
    text-decoration: underline;
}

.ctnContentOrderPosition {
    display: none;
}
.video-block {
    background-color: #003066;
    border-left: 4px solid #E2216B;
    padding: 20px;
}

.video-block>div:nth-child(1) {
    padding: 15px 25px;
}
.video-block a { color: white; }

.border-top {
    border-top: 1px solid #f2f3f5;
}
a.href { color: #8da3ba; }

.btnContinue {
    width: 200px;
}

.btnContinue span {
    font-size: 12px;
    color: #fff;
}

.ctnYourPhone {
    margin: 0 auto;
    max-width: 300px;
}

.ctnPlateNumber > div {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    background-color: #1573e3;
    height: 50px;
    width: 40px;
}

.ctnPlateNumber > div > img:first-child {
    margin: 10px auto;
    height: 14px;
    width: 14px;
}

.ctnPlateNumber > div > img:last-child {
    margin: 0 auto;
    height: 9px;
    width: 13px;
}

.ctnPlateNumber > input {
    width: calc(100% - 40px);
    letter-spacing: 5px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #e6e8eb;
    font-size: 21px;
    color: #000;
    text-transform: uppercase;
}

.ctnPlateNumberRoot {
    max-width: 300px;
    margin: 0 auto;
}

input#phone {
    padding: 10px 12px;
    font-size: 18px;
    color: #000;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.ctnHowItWorks > div {
    padding-left: 40px;
}

.ctnHowItWorks > div:nth-child(odd) {
    padding-right: 40px;
}

.ctnHowItWorks > div:nth-child(odd) > div:nth-child(2),
.ctnHowItWorks > div:nth-child(even) > div:nth-child(2) {
    padding-top: 50px;
}

.ctnHowItWorks > div:nth-child(odd) {
    background-color: #f2f3f5;
}

.ctnHowItWorks > div:nth-child(even) {
    background-color: #e9ebee;
}

.imgHowItWorks {
    width: calc(100% - 40px);
    max-width: 250px;
    bottom: 0;
}

.ctnHowItWorksTitleLeft {
    width: 60px;
    font-size: 30px;
}

.ctnHowItWorksTitleRight {
    font-weight: bold;
    font-size: 30px;
    width: calc(100% - 60px);
}

.ctnHowItWorksStep {
    margin-bottom: 20px;
}

.ctnHowItWorksStepTitleLeft {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    width: 60px;
}

.ctnHowItWorksStepTitleRight {
    width: calc(100% - 60px);
    font-size: 20px;
    font-weight: bold;
    padding-top: 12px;
}

.ctnHowItWorksStepInfoLeft {
    width: 60px;
    font-weight: bold;
    color: #c7cfde;
    text-align: center;
    transform: translateY(50%) rotate(90deg);
    font-size: 18px;
}

.ctnHowItWorksStepInfoRight {
    width: calc(100% - 60px);
}

.ctnHowItWorks > div:last-child > div:nth-child(2) {
    padding-top: 100px;
}

.ctnHowItWorks > div:last-child > div:nth-child(2) .ctnHowItWorksStepTitleLeft {
    text-align: left;
    width: auto;
}

.ctnHowItWorks > div:last-child > div:nth-child(2) .ctnHowItWorksStepTitleRight {
    padding-top: 0;
    font-size: 22px;
}

.ctnHowItWorks .btnContinue {
    margin-top: 40px;
    max-width: 320px;
    width: 200px;
}

.ctnWhyWorthIt > div:first-child {
    margin-bottom: 30px;
    font-size: 30px;
}

.ctnWhyWorthIt > div:last-child > div:first-child {
    padding-right: 20px;
    width: 33%;
}

.ctnWhyWorthIt > div:last-child > div:nth-child(2) {
    padding: 0 20px;
    width: 34%;
}

.ctnWhyWorthIt > div:last-child > div:last-child {
    padding-left: 20px;
    width: 33%;
}

.ctnWhyWorthIt > div:last-child > div > div:first-child {
    margin-bottom: 5px;
    font-size: 20px;
}
