@font-face {
    font-family: GolosText;
    src: url(/assets/src/assets/fonts/GolosText/static/GolosText-Regular.2afdf3a308c59008cd7e2496fb784a38.ttf);
}

@font-face {
    font-family: GolosText;
    src: url(/assets/src/assets/fonts/GolosText/static/GolosText-Bold.249e63dbfef3cb95c86f3ea1b91bdcd5.ttf);
    font-weight: bold;
}

*, ::after, ::before {
    box-sizing: border-box;
}

html {
    font-family: GolosText;
    font-weight: normal;
    scroll-behavior: smooth;
}

p, h1, h2 {
    margin-block-start: 0;
    margin-block-end: 0;
}

.scroll-target {
    padding-top: 50px;
}

@media (min-width: 650px) {
    .scroll-target {
        padding-top: 100px;
    }
}

.green-link, .green-link:visited {
    color: #14AB1B;
}

body {
    background-color: #f5fff6;
    line-height: 1.5;
    padding: 0;
    margin: 0;
}

h1, .h1 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}

h2, .h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.align_center {
    text-align: center !important;
}

.margin_btt_sm {
    margin-bottom: 30px;
}

.margin_btt {
    margin-bottom: 50px;
}

.font_highlighted {
    color: #14AB1B;

}

header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 -1px 3px 3px rgba(0,0,0,.05);
}

nav {
    display: none;
}



.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo, .options {
    width: 170px;
}

.options {
    text-align: right;
    padding-right: 20px;
}

.link-btn {
    padding: 14px 36px 15px;
    background-color: #14AB1B;
    border-radius: 200px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    text-decoration: none;
    user-select: none;
    display: inline-block;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.2);
    transition: background-color .2s ease-in, box-shadow .2s ease-in;
}

.link-btn:hover {
    background-color: #22b929;
    box-shadow: 0 4px 3px 0 rgba(0,0,0,.2);
}

.container {
    max-width: 900px;
    margin: 140px auto 0;
    padding: 0 20px;
}


.columns {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 70px;
}


.columns__add {
    margin-bottom: 30px;
    background-image: url(../doski-images/scheme-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.columns__add > img {
    width: 100%;
    padding: 20% 13% 9%;
}

.panel {
    margin-bottom: 40px;
}

.panel:last-child {
    margin-bottom: 0px;
}

.panel__ico {
    margin-bottom: 10px;
}

.features .panel__ico svg {
    width: 30px;
    height: 30px;
}

.panel__title {
    font-weight: bold;
    margin-bottom: 7px;
    font-size: 1.2rem;
}

.ico-list {
    list-style-type: none;
    padding-left: 0;
}

.ico-list > li {
    display: flex;
    align-items: center;
    margin: 17px 0;
}

.ico-list__ico {
    width: 55px;
    flex-basis: 55px;
    flex-shrink: 0;
}

.ico-list__ico > img {
    max-width: 40px;
}

.tools-bar {
    background-color: #fff;
    padding: 50px 50px;
    margin: 0 0 30px;
    border-radius: 10px;
}

.color-bar {
    background-color: #14AB1B;
    padding: 40px;
    color: #fff;
    margin-bottom: 40px;
    border-radius: 10px;
}



.tariffs-panel > .tariff-bar {
    margin-bottom: 20px;
}

.tariff-bar {
    display: flex;
    flex-direction: column;
}

.tariff_n_1 > .tariff-bar__top,
.tariff_n_1 > .tariff-bar__bottom {
    background-color: #e8f8ea;
}

.tariff_n_2 > .tariff-bar__top,
.tariff_n_2 > .tariff-bar__bottom {
    background-color: #6beab3;
}

.tariff_n_3 > .tariff-bar__top,
.tariff_n_3 > .tariff-bar__bottom {
    background-color: #18d483;
}

.tariff_n_1 .link-btn {
    background-color: #fff;
    color: #000;
}

.tariff_n_1 .link-btn:hover {
    background-color: #eee;
}

.tariff_n_2 .link-btn {
    background-color: #18d483;
}

.tariff_n_2 .link-btn:hover {
    background-color: #1bc77d;
}

.tariff_n_3 .link-btn {
    background-color: #000;
}

.tariff_n_3 .link-btn:hover {
    background-color: #333333;
}

.tariff-bar__top {
    border-radius: 50px 50px 0 0;
    margin-bottom: 4px;
    flex: 1;
}

.tariff-bar__name {
    font-size: 1.2rem;
    font-weight: bold;
    padding-left: 2rem;
    margin-bottom: 15px;
    margin-top: 10px;
}

.tariff-bar__benefits {
    padding-right: 10px;
}

.tariff-bar__benefits > li {
    margin: 8px 0;
}

.add_list_comma > li:after {
    content: ';';
}

.add_list_comma > li:last-child:after {
    content: '.';
}

.tariff-bar__bottom .link-btn {
    padding: 5px 18px 6px;
    font-weight: normal;
    margin-bottom: 7px;
}

.tariff-bar__bottom > p:first-child {
    margin-bottom: 7px;
}

.tariff-bar__top, .tariff-bar__bottom {
    padding: 15px;
}

.tariff-bar__bottom {
    border-radius: 0 0 50px 50px;
    padding-left: 2.2rem;

}

footer {
    width: 100%;
    background-color: #3d3d3d;
    padding: 10px;
    color: #fff;
}

footer a {
    color: #c7e9cc;
}

.footer-content {
    text-align: center;
}


.legal_link {
    color: #c7e9cc;
    text-decoration: none;
    display: block;
    margin: 18px 0;
    line-height: 1.2rem;
}

.legal_link:hover {
    color: #a4dfad;
}



.footer_h {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.addr {
    color: #ccc;
}

@media (min-width: 650px) {

    nav {
        display: flex;
        justify-content: space-between;
    }

    nav > a {
        display: block;
        padding: 5px;
        text-decoration: none;
        color: #000;
        width: max-content;
        height: min-content;
        white-space: nowrap;
        position: relative;
    }

    nav > a:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 4px;
        background-color: #14AB1B;
        bottom: -5px;
        left: 0;
        transform: scale(0,1);
        transition: transform .1s ease-in-out;
    }

    nav > a:hover:before {
        transform: scale(1,1);
    }


    .columns {
        display: flex;
        flex-direction: row;
    }

    .columns__main {
        width: 53%;
        padding-right: 50px;
    }

    .columns__add {
        width: 47%;
        margin-bottom: 0;
    }

    .tariffs-panel {
        display: flex;
        align-items: stretch;
        margin: 0 -12px;
    }

    .tariffs-panel > .tariff-bar {
        width: 33.3333%;
        padding: 12px;
    }

    .tariff-bar__name {
        margin-left: -10px;

    }

    .tariff-bar__benefits {
        margin-left: -10px;
    }

    .tariff-bar__bottom {
        flex: 0 0 134px;
    }

    .footer-content {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }

    .footer-content > div {
        width: 33.333%;
        padding: 20px;
        text-align: left;
    }

    .addr-block {
        text-align: right !important;
    }

}

@media (min-width: 600px) {

    .panels {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -20px;
    }

    .panels > div {
        width: 50%;
        padding: 20px;
    }

    .tools-bar {
        padding: 50px 80px;
        margin-bottom: 30px;
    }

    .panel {
        margin-bottom: 0;
    }

}
