/* ~ GENERAL ~ */
header {
    padding-top: 153px;
}

.boston-section:not(.bhs-boston):not(.promo-video) {
    padding: 80px 0;
}

.boston-section h1, .boston-section h3 {
    font: normal 300 32px/50px 'Open Sans', sans-serif;
    letter-spacing: 0.03em;
    text-align: center;
    color: #FFFFFF;
}

.boston-section .content-text {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
}

.boston-section label {
    margin: 0;
}

/* ~ HEADER SLIDER ~ */
.bhs-boston {
    background: url('/local/templates/new-itin/images/content/boston/slider_bg.png') right center no-repeat #070D17;
    background-size: auto 100%;
    margin-top: 0 !important;
}

.header-slider-title {
    font: normal 300 38px/50px 'Open Sans', sans-serif;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

.header-slider-des-text {
    font: italic normal 18px/50px 'Open Sans', sans-serif;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

.hs-boston-00 {
    position: absolute;
    left: 0;
    bottom: 87px;
    width: 665px;
    height: 255px;
    background: url('/local/templates/new-itin/images/content/boston/slide1_city.png') 100% no-repeat;
}

.hs-boston-01 {
    position: absolute;
    left: -60px;
    bottom: 125px;
    width: 598px;
    height: 332px;
    background: url('/local/templates/new-itin/images/content/boston/slide1_bals.png') top left no-repeat;
}

.hs-boston-02 {
    position: absolute;
    left: -50px;
    top: 0;
    width: 229px;
    height: 159px;
    background: url('/local/templates/new-itin/images/content/boston/slide1_ai.png') top left no-repeat;
}

.hs-boston-03 {
    position: absolute;
    left: -50px;
    top: 0;
    width: 891px;
    height: 535px;
    background: url('/local/templates/new-itin/images/content/boston/slide2.png') center no-repeat;
}

.advantage {
    width: 60%;
    margin: 0 auto;
    padding: 80px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.a-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.a-img {
    width: 48px;
    height: 48px;
    margin-bottom: 25px;
}

.a-text {
    font: normal normal 16px/22px 'Open Sans', sans-serif;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    text-align: center;
}

/* ~ section 1 *license* ~ */
.sect1 {
    background: url("/local/templates/new-itin/images/content/boston/sect1_bg.png") center no-repeat, #070D17;
    background-size: contain;
    border-bottom: 1px solid #222A37;
}

.sect1 .content-text {
    color: #fff;
    font-weight: 300;
}

.tabs1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.tabs1 > div, .tabs1 > input {
    display: none;
}

.tabs1 label {
    font: normal normal 16px/22px 'Open Sans', sans-serif;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    border: 1px solid #202A3C;
    flex-basis: 25%;
    text-align: center;
    padding: 10px 30px;
}

.tabs1 label span:last-child {
    display: block;
    margin-top: 10px;
    font: normal 14px/16px 'Roboto Condensed', sans-serif;
    letter-spacing: 0.03em;
    color: #858A93;
}

.tabs1 input[type="radio"]:checked + label {
    background: #00A6E6;
}

.tabs1 input[type="radio"]:checked + label span {
    color: #ADE8FF;
}

.tabs1 > input:nth-of-type(1):checked ~ div:nth-of-type(1),
.tabs1 > input:nth-of-type(2):checked ~ div:nth-of-type(2),
.tabs1 > input:nth-of-type(3):checked ~ div:nth-of-type(3) {
    display: flex;
}

.tabs1-item {
    flex-basis: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.tabs1-item h4 {
    flex-basis: 100%;
    margin: 20px auto;
    font: normal 300 24px/40px 'Open Sans', sans-serif;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    text-align: center;
}

.tabs1-item-img, .tabs1-item-text {
    padding: 0 20px;
}

.tabs1-item-3 .tabs1-item-img, .tabs1-item-3 .tabs1-item-text {
    padding: 0 35px;
}

.tabs1-item-img img {
    width: auto;
    height: 174px;
}

.tabs1-item-img img.tabs1-item-img_sa {
    height: 144px;
    margin: 15px 0;
}

.tabs1-item-img div {
    margin: 10px auto;
    font: normal 300 18px/25px 'Open Sans', sans-serif;
    text-align: center;
    color: #fff;
}

.tabs1-item-symbol {
    font: normal 300 40px/54px 'Open Sans', sans-serif;
    color: #fff;
    opacity: .5;
    padding-bottom: 40px;
}

.tabs1-item .tabs1-item-text {
    font: normal 300 32px/40px 'Open Sans', sans-serif;
    color: #fff;
    padding-bottom: 40px;
}

.tabs1-item-text span {
    display: block;
    font-size: 18px;
    color: #858A93;
}

.tabs1-item-btn {
    display: block;
    font: normal normal 14px/19px 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 30px;
    background: #F93B14;
    border: 1px solid #F93B14;
    border-radius: 20px;
    margin-top: 20px;
    text-align: center;
}

.tabs1-item-btn-wrap {
    flex-basis: 100%;
    min-height: 91px;
    padding: 25px;
    text-align: center;
}

.tabs1-item-btn-wrap .tabs1-item-btn {
    display: inline-block;
    margin: 0 auto;
}

/* ~ section 2 *tarif* ~ */
.sect2 {
    background: #070D17;
}

.tabs2 {
    display: grid;
    grid-template-areas:
            'tarif col1'
            'tab2-1 col1'
            'tab2-2 col1'
            '. col1';
    grid-template-rows: repeat(3, max-content) 1fr;
    grid-template-columns: max-content 1fr;
    border: 1px solid rgba(32,42,60,.5);
}

.tabs2 > div, .tabs2 > input {
    display: none;
}

.tabs2 input[type="radio"]:checked + label {
    background: rgba(32,42,60,.5);
}

.tabs2 > input:nth-of-type(1):checked ~ div:nth-of-type(1),
.tabs2 > input:nth-of-type(2):checked ~ div:nth-of-type(2) {
    display: flex;
    background: rgba(32,42,60,.5);
}

.tabs2 .tabs2-tarif {
    grid-area: tarif;
    display: block;
    font: normal normal 12px/16px 'Open Sans', sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #858A93;
    padding: 30px;
}

.tabs2-tab1 {
    grid-area: tab2-1;
}

.tabs2-tab2 {
    grid-area: tab2-2;
}

.tabs2-tab1, .tabs2-tab2 {
    display: grid;
    grid-template-columns: 20px 1fr;
    grid-template-rows: repeat(4, min-content);
    grid-column-gap: 15px;
    padding: 30px;
    justify-content: left;
    align-items: flex-start;
}

.tabs2 .cog, .tabs2 .time {
    grid-row-start: span 4;
    width: 20px;
    height: 20px;
    margin-top: 3px;
}

.tabs2 .cog {
    background: url("/local/templates/new-itin/images/content/boston/cog.svg") center no-repeat;
    background-size: contain;
}

.tabs2 .time {
    background: url("/local/templates/new-itin/images/content/boston/time.svg") center no-repeat;
    background-size: contain;
}

.tabs2 .text-title {
    font: normal normal 17px/23px 'Open Sans', sans-serif;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

.tabs2 .text-list {
    font: normal normal 13px/24px 'Open Sans', sans-serif;
    letter-spacing: 0.03em;
    color: #858A93;
}

.tabs2-item {
    grid-area: col1;
    padding: 30px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.tabs2-item-title {
    flex-basis: 100%;
    justify-self: left;
    font: normal 300 24px/33px 'Open Sans', sans-serif;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

.tabs2-item-text {
    flex-basis: 100%;
    justify-self: left;
    font: normal 300 14px/24px 'Open Sans', sans-serif;
    letter-spacing: 0.03em;
    text-align: justify;
    color: #ABABAB;
}

.tabs2-item-subtitle {
    flex-basis: 100%;
    justify-self: left;
    font: normal 300 16px/24px 'Roboto Condensed', sans-serif;
    letter-spacing: 0.03em;
    text-align: left;
    color: #FFFFFF;
}

.t2-1-item {
    display: grid;
    grid-template-columns: 1fr repeat(3, 20%);
    grid-template-rows: repeat(32, minmax(1fr, max-content));
    border: 1px solid #2D3B52;
}

.t2-1-item-first-col {
    font: normal 300 12px/16px 'Roboto Condensed', sans-serif;
    letter-spacing: 0.03em;
    color: #A2AAB9;
    border: 1px solid #2D3B52;
    padding: 15px;
}

.t2-1-item-col {
    border: 1px solid #2D3B52;
}

@media (min-width: 768px) {
    .t2-1-item-col.hover {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    .t2-1-item-col.hover:nth-child(2),
    .t2-1-item-col.hover:nth-child(3),
    .t2-1-item-col.hover:nth-child(4) {
        border-top: 1px solid #fff;
    }

    .t2-1-item-col.hover:nth-last-child(3),
    .t2-1-item-col.hover:nth-last-child(2),
    .t2-1-item-col.hover:nth-last-child(1) {
        border-bottom: 1px solid #fff;
    }

    .t2-1-item-col.active {
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
    }

    .t2-1-item-col.active:nth-child(2),
    .t2-1-item-col.active:nth-child(3),
    .t2-1-item-col.active:nth-child(4) {
        border-top: 2px solid #fff;
    }

    .t2-1-item-col.active:nth-last-child(3),
    .t2-1-item-col.active:nth-last-child(2),
    .t2-1-item-col.active:nth-last-child(1) {
        border-bottom: 2px solid #fff;
    }
}

.t2-1ic-plus, .t2-1ic-minus {
    display: block;
    width: 24px;
    height: 24px;
    margin: 15px auto;
    border-radius: 20px;
    background: #222E42;
}

.t2-1ic-plus i, .t2-1ic-minus i {
    margin: 6px 5px;
}

.t2-1ic-text {
    display: block;
    text-align: center;
    margin: 15px auto;
}

.t2-1ic-plus, .t2-1ic-minus,
.t2-1ic-text {
    font: normal 300 12px/16px 'Roboto Condensed', sans-serif;
    text-align: center;
    letter-spacing: 0.03em;
    color: #fff;
}

.t2-1ic-text-first {
    padding-top: 10px;
    font-size: 22px;
    line-height: 24px;
}

.t2-1ic-text-two {
    font-size: 18px;
    line-height: 18px;
    margin: 10px auto 5px;
}

.t2-1ic-text_two {
    font-size: 14px;
    line-height: 16px;
    margin: 5px auto 10px;
}

.t2-1-item .btn-tarif,
.t2-1-footer .btn-tarif {
    display: block;
    margin: 10px auto;
    padding: 7px 20px;
    font: normal normal 12px/16px 'Open Sans', sans-serif;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #2EBEF0;
    border: 1px solid #2EBEF0;
    border-radius: 30px;
    background: transparent;
}

.t2-1-item-col.active .btn-tarif {
    color: #fff;
    border: 1px solid #F93B14;
    background: #F93B14;
}

.t2-1-item > :nth-child(8n+5), .t2-1-item > :nth-child(8n+6),
.t2-1-item > :nth-child(8n+7), .t2-1-item > :nth-child(8n+8) {
    background: #161F2E;
}

.t2-1-item > :nth-child(5), .t2-1-item > :nth-child(6),
.t2-1-item > :nth-child(7), .t2-1-item > :nth-child(8) {
    background: #222E42;
}

.t2-1-footer {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 111;
    width: 100%;
    background: #070D17;
}

.tabs2-f {
    display: grid;
    grid-template-areas:
            '. col1-f';
    grid-template-rows: 1fr;
    grid-template-columns: 239px 1fr;
}

.tabs2-item-f {
    grid-area: col1-f;
    padding: 15px 30px;
    display: grid;
    grid-template-columns: 1fr repeat(3, 20%);
    grid-template-rows: 1fr;
}

.tabs2-item-f .t2-1-item-first-col {
    font: normal 300 16px/24px 'Roboto Condensed', sans-serif;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    border: none;
}

.tabs2-item-f .t2-1-item-col,
.tabs2-item-f .t2-1-item-col.active {
    border: none;
}

.tabs2-item-f .t2-1ic-text {
    font: normal 300 16px/24px 'Roboto Condensed', sans-serif;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    padding: 0;
    margin: 5px;
}

.tabs2-item-f .t2-1-item-first-col,
.tabs2-item-f .t2-1-item-col:not(last-child) {
    border-right: 1px solid #191E26;;
}

.tabs2-2-item-col {
    background: #222E42;
    padding: 30px;
    width: calc(100% * 1/3 - 1*30px);
}

.tabs2-2-item-col:nth-child(2) {
    margin: 0 30px;
}

.tabs2-2-item-col.active {
    background: url('/local/templates/new-itin/images/content/boston/wave.png') center no-repeat #00A6E6;
    background-size: cover;
}

.t2-2ic-title {
    font: normal bolder 60px/24px 'Open Sans', sans-serif;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

.t2-2ic-subtitle {
    display: block;
    font-size: 24px;
    padding-top: 20px;
}

.t2-2ic-list {
    margin: 25px 0 25px 15px;
    padding: 0;
}

.t2-2ic-list-item {
    font: normal 300 12px/23px 'Roboto Condensed', sans-serif;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

.btn-tarif {
    margin: 0 auto;
}

/* ~ section 3 *video* ~ */
.promo-video {
    background: url("/local/templates/new-itin/images/content/boston/video_bg.jpg") center no-repeat #070D17;
    padding: 80px 0;
}

.promo-video-subtitle {
    display: block;
    margin: 0 auto;
    font: normal normal 16px/42px 'Open Sans', sans-serif;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.promo-video h3 {
    margin: 30px auto 50px;
}

.video-play {
    margin: 0 auto;
    width: 50px;
    height: 50px;
    position: relative;
    background: #F93B14;
    border-radius: 50px;

}

.video-play i {
    position: absolute;
    left: calc(50% - 5px);
    top: calc(50% - 9px);
    font-size: 18px;
    color: #fff;
}

.promo-video .video-play + iframe {
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: solid rgba(0, 0, 0, .3);
    border-width: 5vh 5vw;
}

/* ~ section 4 *progress* ~ */
.sect4 {
    background: url(/local/templates/new-itin/images/content/boston/sect4_bg.png) center no-repeat #070D17;
    background-size: contain;
}

.sect4 .container {
    position: relative;
}

.sect4 .container:before {
    content: '';
    display: block;
    background: url(/local/templates/new-itin/images/content/boston/line.png) no-repeat center;
    background-size: contain;
    height: 120%;
    width: 6px;
    position: absolute;
    top: -10px;
    bottom: -50px;
    left: calc(50% - 3px);
}

.sect4 .container {
    display: grid;
    grid-template-areas:
            '. point1 text1'
            'text2 point2 .'
            '. point3 text3'
            'text4 point4 .'
            '. point5 text5'
            'text6 point6 .'
            '. point7 text7';
    grid-template-rows: repeat(7, 1fr);
    grid-template-columns: 44% 1fr 44%;
}

.point-1 {grid-area: point1;}
.point-2 {grid-area: point2;}
.point-3 {grid-area: point3;}
.point-4 {grid-area: point4;}
.point-5 {grid-area: point5;}
.point-6 {grid-area: point6;}
.point-7 {grid-area: point7;}
.text-1 {grid-area: text1;}
.text-2 {grid-area: text2;}
.text-3 {grid-area: text3;}
.text-4 {grid-area: text4;}
.text-5 {grid-area: text5;}
.text-6 {grid-area: text6;}
.text-7 {grid-area: text7;}

.point-1, .point-2, .point-3, .point-4,
.point-5, .point-6, .point-7 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sect4 .point {
    width: 10px;
    height: 10px;
    background: #00A6E6;
    border-radius: 50%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    margin: auto;
}

.sect4 .point.active {
    width: 16px;
    height: 16px;
    box-shadow: 0 4px 20px #2EBEF0;
}

.text-1, .text-2, .text-3, .text-4,
.text-5, .text-6, .text-7 {
    display: flex;
    flex-direction: column;
    padding: 25px 0;
    justify-content: center;
    align-items: flex-start;
}

.text-2, .text-4, .text-6 {
    align-items: flex-end;
}

.sect4 .text {
    font: normal 300 20px/28px 'Open Sans', sans-serif;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

.sect4 .text.active {
    font-weight: normal;
}

.sect4 .text-blue {
    font: normal normal 12px/24px 'Open Sans', sans-serif;
    letter-spacing: 0.03em;
    color: #2EBEF0;
}

.sect4 .text-blue.active {
    font-weight: bold;
}

/* ~ section 5 *SEO* ~ */
.sect5 {
    background: #070D17;
}

@media (max-width: 767px) {
    /* ~ GENERAL ~ */
    .boston-section:not(.bhs-boston):not(.promo-video) {
        padding: 40px 0;
    }

    .boston-section h1, .boston-section h3 {
        width: 100%;
        font: normal 300 20px/26px 'Open Sans', sans-serif;
    }

    .boston-section .content-text {
        font: normal 300 13px/18px 'Open Sans', sans-serif;
        width: 95%;
        padding-top: 20px;
    }

    section .container {
        width: 100%;
        padding: 0;
    }
    /* ~ HEADER SLIDER ~ */
    .bhs-boston {
        background: url('/local/templates/new-itin/images/content/boston/slider_bg.png') right center no-repeat,
        linear-gradient(95.92deg, rgba(20, 40, 135, 0.4) -0.31%, rgba(7, 13, 23, 0.4) 85.69%) #070D17;
        background-size: auto 100%;
    }

    .header-slider-text {
        padding-top: 40px !important;
    }

    .header-slider-title {
        font: normal 300 20px/22px 'Open Sans', sans-serif;
    }

    .header-slider-des-text {
        font: italic normal 13px/15px 'Open Sans', sans-serif;
    }

    .advantage {
        width: 95%;
        margin: 0 auto;
        padding: 20px 0;
        flex-wrap: wrap;
    }

    .a-item {
        width: 48%;
        margin-bottom: 20px;
    }

    .a-img {
        margin-bottom: 15px;
    }

    .a-text {
        font: normal normal 13px/18px 'Open Sans', sans-serif;
    }

    /* ~ section 1 *license* ~ */
    .tabs1 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
    }

    .tabs1 label {
        font: normal normal 13px/16px 'Open Sans', sans-serif;
        flex-basis: 30%;
        padding: 10px 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .tabs1-item h4 {
        font: normal 300 20px/16px 'Open Sans', sans-serif;
    }

    .tabs1-item-1 > :nth-child(2),
    .tabs1-item-2 > :nth-child(2) {
        width: 35%;
    }

    .tabs1-item-1 > :nth-child(5),
    .tabs1-item-2 > :nth-child(5),
    .tabs1-item-3 > :nth-child(7) {
        width: 100%;
        padding-bottom: 5px;
        text-align: center;
    }

    .tabs1-item-1 > :nth-child(2) img,
    .tabs1-item-1 > :nth-child(6) img,
    .tabs1-item-1 > :nth-child(8) img,
    .tabs1-item-2 > :nth-child(2) img,
    .tabs1-item-2 > :nth-child(6) img,
    .tabs1-item-2 > :nth-child(8) img,
    .tabs1-item-3 > :nth-child(2) img,
    .tabs1-item-3 > :nth-child(4) img {
        margin: 0 auto;
        height: 120px;
        width: auto;
    }

    .tabs1-item-1 > :nth-child(6),
    .tabs1-item-1 > :nth-child(8),
    .tabs1-item-1 > :nth-child(10),
    .tabs1-item-2 > :nth-child(6),
    .tabs1-item-2 > :nth-child(8),
    .tabs1-item-2 > :nth-child(10),
    .tabs1-item-3 > :nth-child(2),
    .tabs1-item-3 > :nth-child(4),
    .tabs1-item-3 > :nth-child(6) {
        width: 25%;
        padding: 0;
        text-align: center;
    }

    .tabs1-item-1 > :nth-child(10) img,
    .tabs1-item-2 > :nth-child(10) img,
    .tabs1-item-3 > :nth-child(6) img {
        max-width: 80px;
        height: auto;
    }

    .tabs1-item-1 .tabs-item-img div,
    .tabs1-item-2 .tabs-item-img div {
        font: normal 300 13px/18px 'Open Sans', sans-serif;
        margin: 5px auto;
    }


    /* ~ section 2 *tarif* ~ */
    .tabs2 {
        display: grid;
        grid-template-areas:
                'tab2-1 tab2-2'
                'col1 col1';
        grid-template-rows: max-content 1fr;
        grid-template-columns: 1fr 1fr;
        margin: 15px;
    }

    .tabs2-tab1, .tabs2-tab2 {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, min-content);
        padding: 30px;
        justify-content: center;
        align-items: center;
    }

    .tabs2 .cog, .tabs2 .time {
        grid-row-start: span 1;
        width: 30px;
        height: 30px;
        margin: 0 auto 10px;
    }

    .tabs2 .text-title {
        font: normal normal 13px/18px 'Open Sans', sans-serif;
        text-align: center;
    }

    .tabs2 > input:nth-of-type(1):checked ~ div:nth-of-type(1),
    .tabs2 > input:nth-of-type(2):checked ~ div:nth-of-type(2) {
        background: transparent;
    }

    .tabs2-item {
        grid-area: col1;
        padding: 25px 15px;
        display: flex;
    }

    .tabs2-item-title {
        justify-self: center;
        font: normal 300 16px/22px 'Open Sans', sans-serif;
        text-align: center;
    }

    .tabs2-item-text {
        justify-self: center;
        font: normal 300 12px/22px 'Open Sans', sans-serif;
    }

    .tabs2-item-subtitle {
        justify-self: center;
        font: normal 300 14px/18px 'Roboto Condensed', sans-serif;
    }

    .t2-1-item {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(auto-fit, 1fr);
        border: none;
        width: 100%;
    }

    .t2-1-item > :nth-child(4n-2) {
        order: 1;
    }

    .t2-1-item > :nth-child(4n-1) {
        order: 2;
    }

    .t2-1-item > :nth-child(4n) {
        order: 3;
    }

    .t2-1-item-col {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        border: none;
        color: #fff;
        font: normal 300 10px/30px 'Roboto Condensed', sans-serif;
        background: rgba(32,42,60,.5) !important;
    }

    .t2-1-item :nth-child(-8n+8),
    .t2-1-item :nth-child(-8n+7),
    .t2-1-item :nth-child(-8n+6) {
        background: #222E42 !important;
    }

    .t2-1-item :nth-child(-8n+8) .btn-tarif,
    .t2-1-item :nth-child(-8n+7) .btn-tarif,
    .t2-1-item :nth-child(-8n+6) .btn-tarif {
        color: #fff;
        border: 1px solid #F93B14;
        background: #F93B14;
    }

    .t2-1-item-col .visible-xs {
        padding-left: 15px;
        color: #A2AAB9;
    }

    .mobile-chervon {
        grid-row-start: span 3;
        display: block;
        width: 25px;
        height: 25px;
        border: 1px solid #3A4251;
        border-radius: 25px;
        background: url("/local/templates/new-itin/images/content/boston/chervon.png") center no-repeat;
        background-size: 7px 4px;
    }

    .mobile-chervon.rotate {
        transform: rotate(180deg);
    }
    .t2-1ic-plus, .t2-1ic-minus {
        margin: 15px;
    }

    .t2-1ic-minus i {
        margin: 7px 7px;
    }

    .t2-1ic-plus, .t2-1ic-minus,
    .t2-1ic-text {
        font: normal 300 12px/16px 'Roboto Condensed', sans-serif;
        text-align: right;
        letter-spacing: 0.03em;
        color: #fff;
    }

    .t2-1ic-text {
        display: inline-block;
        margin-right: 15px;
    }

    .t2-1ic-text-first {
        padding-top: 10px;
        font-size: 22px;
        line-height: 24px;
    }

    .t2-1-item > :nth-child(-n+4) {
        display: grid;
        padding: 25px;
        grid-template-columns: 1fr 25px;
        grid-template-rows: repeat(3, minmax(min-content, max-content));
        align-items: start;
        justify-content: start;
    }

    .t2-1-item > :nth-child(-n+4) .t2-1ic-text-first {
        margin: 0 0 15px;
        padding: 0;
        text-align: left;
    }
    .t2-1ic-text-first-1, .t2-1ic-text_first-2 {
        margin: 0;
        padding: 0 !important;
        text-align: left;
        font: normal 300 17px/18px 'Open Sans', sans-serif;
    }
    .t2-1ic-text_first-2 {
        font-size: 13px;
    }

    .t2-1-item > :nth-child(-8n+6),
    .t2-1-item > :nth-child(-8n+7),
    .t2-1-item > :nth-child(-8n+8) {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .t2-1-item > :nth-child(-8n+6) .t2-1ic-text,
    .t2-1-item > :nth-child(-8n+7) .t2-1ic-text,
    .t2-1-item > :nth-child(-8n+8) .t2-1ic-text {
        margin: 0 auto 10px;
        font: normal 300 20px/18px 'Open Sans', sans-serif;
    }

    .t2-1-item > :nth-child(-8n+6) .t2-1ic-text_two,
    .t2-1-item > :nth-child(-8n+7) .t2-1ic-text_two,
    .t2-1-item > :nth-child(-8n+8) .t2-1ic-text_two {
        font: normal 300 13px/18px 'Open Sans', sans-serif;
    }

    .t2-1-item .btn-tarif,
    .t2-1-footer .btn-tarif {
        display: block;
        margin: 10px auto;
        padding: 7px 20px;
        font: normal normal 12px/16px 'Open Sans', sans-serif;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        color: #2EBEF0;
        border: 1px solid #2EBEF0;
        border-radius: 30px;
        background: transparent;
    }

    .t2-1-item-col.active .btn-tarif {
        color: #fff;
        border: 1px solid #F93B14;
        background: #F93B14;
    }

    .t2-1-item > :nth-child(-8n+6) .btn-tarif,
    .t2-1-item > :nth-child(-8n+7) .btn-tarif,
    .t2-1-item > :nth-child(-8n+8) .btn-tarif {
        margin-bottom: 0;
    }

    .t2-1-footer {
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 111;
        width: 100%;
        background: #070D17;
    }

    .tabs2-f {
        display: grid;
        grid-template-areas:
                '. col1-f';
        grid-template-rows: 1fr;
        grid-template-columns: 239px 1fr;
    }

    .tabs2-item-f {
        grid-area: col1-f;
        padding: 15px 30px;
        display: grid;
        grid-template-columns: 1fr repeat(3, 20%);
        grid-template-rows: 1fr;
    }

    .tabs2-item-f .t2-1-item-first-col {
        font: normal 300 16px/24px 'Roboto Condensed', sans-serif;
        letter-spacing: 0.03em;
        color: #FFFFFF;
        border: none;
    }

    .tabs2-item-f .t2-1-item-col,
    .tabs2-item-f .t2-1-item-col.active {
        border: none;
    }

    .tabs2-item-f .t2-1ic-text {
        font: normal 300 16px/24px 'Roboto Condensed', sans-serif;
        text-align: center;
        letter-spacing: 0.03em;
        color: #FFFFFF;
        padding: 0;
        margin: 5px;
    }

    .tabs2-item-f .t2-1-item-first-col,
    .tabs2-item-f .t2-1-item-col:not(last-child) {
        border-right: 1px solid #191E26;;
    }

    .tabs2-2-item-col {
        padding: 30px;
        width: 100%;
        margin-bottom: 15px;
    }

    .tabs2-2-item-col:nth-child(2) {
        margin: 0 auto 15px;
    }

    .t2-2ic-list {
        list-style: none;
        text-align: center;
    }

    /* ~ section 3 *video* ~ */
    .promo-video {
        background: url("/local/templates/new-itin/images/content/boston/video_bg.jpg") center no-repeat #070D17;
        padding: 40px 0;
    }

    .promo-video-subtitle {
        font: normal normal 13px/42px 'Open Sans', sans-serif;
    }

    .promo-video h3 {
        margin: 20px auto 40px;
    }

    .promo-video .video-play + iframe {
        position: fixed;
        width: 100%;
        height: 100%;
        border-width: 25vh 0;
    }

    /* ~ section 4 *progress* ~ */
    .sect4 {
        background: url(/local/templates/new-itin/images/content/boston/sect4_bg.png) top center no-repeat #070D17;
        background-size: contain;
    }

    .sect4 .container {
        grid-template-areas:
                'point1 text1'
                'point2 text2'
                'point3 text3'
                'point4 text4'
                'point5 text5'
                'point6 text6'
                'point7 text7';
        grid-template-columns: 1fr 80%;
    }

    .sect4 .container:before {
        content: '';
        display: block;
        background: url(/local/templates/new-itin/images/content/boston/line.png) no-repeat center;
        background-size: contain;
        height: 120%;
        width: 4px;
        position: absolute;
        top: -10px;
        bottom: -50px;
        left: calc(10% - 2px);
    }

    .point-1, .point-2, .point-3, .point-4,
    .point-5, .point-6, .point-7 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sect4 .point {
        width: 6px;
        height: 6px;
    }

    .sect4 .point.active {
        width: 10px;
        height: 10px;
    }

    .text-1, .text-2, .text-3, .text-4,
    .text-5, .text-6, .text-7 {
        padding: 15px 0;
    }

    .text-2, .text-4, .text-6 {
        align-items: flex-start;
    }

    .sect4 .text {
        font: normal 300 13px/20px 'Open Sans', sans-serif;
    }

    .sect4 .text-blue {
        font: normal normal 10px/24px 'Open Sans', sans-serif;
    }
}
