

/* Start:/local/templates/gsk_site/styles.css?17413559827137*/
:root {
    --container: 1280px;
    --pading-container: 125px;
    box-sizing: border-box;
    position: relative;
    overflow-x: hidden;
    /* fonts */
    --font1: Inter;
    --font: Manrope;
    --font-caveat: Caveat;

    /* font sizes */
    --font5-size: 14px;
    --font3-size: 13px;
    --font-size-5xl: 24px;
    --font4-size: 17px;
    --font-size: 42px;
    --font-size-xs-7: 11.7px;
    --font6-size: 32px;
    --font-size-smi-7: 12.7px;
    --font-size-6xl: 25px;
    --font1-size: 15px;
    --font2-size: 20px;

    /* Colors */
    --color-white: #fff;
    --color-gray-100: #8a8a8a;
    --color-gray-200: #292929;
    --color-gray-300: #1b1b1b;
    --color-gray-400: rgba(255, 255, 255, 0.07);
    --color-gray-500: rgba(255, 255, 255, 0.11);
    --color-dodgerblue-100: #4098ff;
    --color-dodgerblue-200: #1c85ff;
    --color-silver: #b6b6b6;
    --color-cornflowerblue: #55a3ff;
    --color-dimgray-100: #606060;
    --color-dimgray-200: #525252;
    --color-black: #000;
    --color-lightgreen: #73c965;
    --color-whitesmoke-100: #f6f6f6;
    --color-whitesmoke-200: #f0f0f0;
    --color-darkslategray: #373737;

    /* Gaps */
    --gap-5xs: 8px;
    --gap-7xs: 6px;
    --gap-10xl: 29px;
    --gap-xs: 12px;
    --gap-mini: 15px;
    --gap-5xl: 24px;
    --gap-2xs: 11px;
    --gap-13xl: 32px;
    --gap-base: 16px;
    --gap-3xs: 10px;
    --gap-lg: 18px;

    /* Paddings */
    --padding-xs: 12px;
    --padding-base: 16px;
    --padding-mini: 15px;
    --padding-mini-5: 14.5px;
    --padding-lg-1: 18.1px;
    --padding-xs-4: 11.4px;
    --padding-3xs-9: 9.9px;
    --padding-xs-8: 11.8px;
    --padding-3xs: 10px;

    /* border radiuses */
    --br-11xl: 30px;
    --br-8xs: 5px;
    --br-xs: 12px;
    --br-2xs-5: 10.5px;
    --br-28xl: 47px;
    --br-31xl: 50px;
}
*, *:before, *:after {
    box-sizing: inherit;
}

.container {
    max-width: calc(var(--container) + var(--pading-container) * 2);
    padding: 0 var(--pading-container);
    margin: 0 auto;
}

.tariffs {
    width: 100%
}
.tariffs td, .tariffs th {
    text-align: center;
    padding: .5rem;
    font-size: .875rem
}
.tariffs th {
    font-family: "Tilda Sans", "Golos Text", sans-serif;
    font-size: 1.175rem
}
.tariffs th:first-of-type {
    text-align: left
}
.tariffs th span {
    display: block
}
.tariffs th span.tariff__price-1 {
    color: #3eb4ff
}
.tariffs th span.tariff__price-2 {
    color: #d14eff
}
.tariffs td {
    color: grey
}
.tariffs td:first-of-type {
    font-size: 1rem;
    color: #2b2b2b;
    text-align: left
}
.tariffs td:first-of-type > div {
    display: none
}
.tariffs tbody tr:hover {
    background-color: #f8f8f8
}
.tariffs tbody tr.tariff__field--general > td:first-child {
    font-weight: 700
}
.tariffs [class*=td__icon--] {
    display: inline-flex;
    overflow: hidden;
    text-indent: -200%;
    background-color: transparent;
    width: 2rem;
    height: 2rem;
    border-radius: .75rem;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0
}
.tariffs .td__icon--yes {
    background-color: #defedd;
    background-image: url(/local/templates/gsk_site/image/check-green.svg)
}
.tariffs .td__icon--no {
    background-color: #eaeaea;
    background-image: url(/local/templates/gsk_site/image/cross-gray.svg)
}
.tariffs .td__icon--arrow {
    background-image: url(/local/templates/gsk_site/image/arrow-down-blue.svg);
    background-size: .875em
}
.tariffs .more-info {
    display: inline-flex;
    opacity: 0;
    pointer-events: none;
    width: 1.25rem;
    fill: grey;
    margin-left: 1em;
    transition: all linear .2s;
    position: relative;
}
.tariffs td:hover .more-info {
    opacity: 1;
    pointer-events: all
}
.tariffs td span {
    font-family: var(--font);
}
@media screen and (max-width: 768px) {
    .tariffs {
        width: 100%;
        display: block
    }
    .tariffs > thead {
        display: block
    }
    .tariffs > thead th, .tariffs > thead tr {
        display: block;
        text-align: left
    }
    .tariffs > thead th:nth-of-type(1) {
        display: none
    }
    .tariffs > tbody, .tariffs > tfoot {
        display: block;
        flex-wrap: wrap;
        justify-content: center
    }
    .tariffs > tbody > tr, .tariffs > tfoot > tr {
        display: block;
        padding: .5em
    }
    .tariffs > tbody .tariff__field--general td, .tariffs > tfoot .tariff__field--general td {
        display: none
    }
    .tariffs > tbody .tariff__field--general td:first-child, .tariffs > tfoot .tariff__field--general td:first-child {
        display: flex
    }
    .tariffs > tfoot > tr {
        flex: 1 1 100%;
        margin: .5em 0;
        border: none
    }
    .tariffs td {
        display: flex;
        align-items: center;
        position: relative;
        padding: .25em;
        text-align: left
    }
    .tariffs td:before {
        padding-right: .5em;
        flex: 1 1 100%
    }
    .tariffs td > span {
        flex: 1 1 100%
    }
    .tariffs td [class*=td__icon--] {
        flex: 0 0 2rem
    }
    .tariffs td.td--arrow {
        display: none
    }
    .tariffs td:first-child {
        flex: 1 1 100%;
        border-top: none
    }
    .tariffs td:before {
        content: attr(data-tariff)
    }
    .tariffs td:nth-of-type(1):before {
        content: none;
        display: none
    }
    .tariffs .more-info {
        flex: 0 0 2rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: auto
    }
    .tariffs .more-info:before {
        left: auto;
        right: -1rem;
        transform: none;
        text-align: center
    }
}
.tariffs--qty {
    max-width: 55rem;
    margin: 0 auto
}
.tariffs--qty tbody tr {
    border-bottom: 1px solid #f8f8f8
}
@media screen and (max-width: 768px) {
    .tariffs--qty thead {
        display: none
    }
    .tariffs--qty tr {
        border-bottom: none;
        border-color: #fff
    }
    .tariffs--qty tr td {
        white-space: nowrap
    }
    .tariffs--qty tr td:nth-of-type(1):before {
        content: attr(data-tariff);
        display: block
    }
}

.tooltip::before {
    color: rgb(43, 43, 43);
    font-weight: 400;
    filter: drop-shadow(rgba(156, 165, 184, 0.3) -7px 10px 38px);
    content: attr(data-tooltip);
    background-color: rgb(255, 255, 255);
    left: -1rem;
    bottom: calc(100% + 0.75em);
    text-align: center;
    width: 120%;
    min-width: 17em;
    max-width: 25em;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    font-size: 0.875em;
    transition: 0.2s ease-in-out;
    padding: 1em;
    border-radius: 1em;
    white-space: normal;
}
.tooltip::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #fff transparent transparent transparent;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    transition: all ease-in-out .2s
}

.tooltip:hover::after, .tooltip:hover::before {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    z-index: 101;
}

/* End */


/* Start:/local/templates/gsk_site/template_styles.css?173374574025418*/
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    margin-block-start: 0;
    font-size: 42px;
    font-family: var(--font);
}

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

a {
    background-color: transparent;
    color: white;
    text-decoration: none;
}

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.btn {
    border-radius: var(--br-11xl);
    background-color: var(--color-dodgerblue-100);
    display: flex;
    flex-direction: row;
    padding: var(--padding-xs) var(--padding-base);
    align-items: center;
    justify-content: center;
    gap: var(--gap-5xs);
    font-family: var(--font1);
}

.btn-parent {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    gap: var(--gap-5xs);
    font-size: var(--font5-size);
    color: var(--color-white);
}

.btn3 {
    display: flex;
    align-items: center;
    border-radius: var(--br-11xl);
    border: 1px solid var(--color-dodgerblue-100);
    flex-direction: row;
    padding: var(--padding-xs) var(--padding-base);
    justify-content: center;
    gap: var(--gap-5xs);
    color: var(--color-dodgerblue-100);
}

.button {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: var(--gap-5xs);
    text-align: left;
    font-size: var(--font5-size);
    color: var(--color-white);
    font-family: var(--font1);
}

.image {
    position: absolute;
    top: 445px;
    left: 0;
    width: 1440px;
    height: 650px;
}

.p {
    font-family: var(--font1);
    font-size: var(--font5-size);
    color: #525252;
}

.detail__text p {
    margin: 0;
    font-family: var(--font1);
    font-size: var(--font5-size);
    color: #525252;
}

.demo-btn {
    border-radius: var(--br-11xl);
    border: 1px solid var(--color-whitesmoke-200);
    box-sizing: border-box;
    height: 45px;
    display: flex;
    flex-direction: row;
    padding: var(--padding-xs) var(--padding-base);
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-5xs);
    background: rgb(17, 84, 161);
    background: -moz-linear-gradient(90deg, rgba(17, 84, 161, 1) 1%, rgba(115, 201, 101, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(17, 84, 161, 1) 1%, rgba(115, 201, 101, 1) 100%);
    background: linear-gradient(90deg, rgba(17, 84, 161, 1) 1%, rgba(115, 201, 101, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1154a1", endColorstr="#73c965", GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 7px;
}

.demo-btn img {
    margin-left: 0 !important;
}

.demo-btn a {
    white-space: nowrap
}

.enter-btn, .footer-btn, .tariff-btn {
    background-color: #4098FF;
    border-radius: var(--br-11xl);
    box-sizing: border-box;
    height: 45px;
    display: flex;
    flex-direction: row;
    padding: var(--padding-xs) var(--padding-base);
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-5xs);
    margin-top: 7px;
}

.enter-btn img {
    margin-left: 0 !important;
}

.enter-btn a {
    white-space: nowrap;
}

.menu-items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-5xl);
    color: var(--color-black);
}

.menu-items1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-5xl);
}

.menu-items1 a {
    color: black;
}

.menu-items-parent {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    gap: var(--gap-5xl);
    color: var(--color-black);
    flex-direction: row;
    margin-block-start: 22px;

}

.headerdesktop {
    position: sticky;
    top: 0;
    left: 0;
    background-color: var(--color-white);
    height: 75px;
    font-size: var(--font5-size);
    color: var(--color-white);
    font-family: var(--font1);
    z-index: 300;
    padding-top: 0.6em;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header img {
    margin: 0;
}

.header__menu {
    margin-right: var(--pading-container);
}

.header__button {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: var(--gap-5xs);
    text-align: left;
    font-size: var(--font5-size);
    color: var(--color-white);
    font-family: var(--font1);
    justify-content: center;
}

.main {
    position: relative;
    background-color: var(--color-white);
    width: 100%;
    overflow: hidden;
    font-size: var(--font-size);
    color: var(--color-black);
    font-family: var(--font);
}

.h1-block {
    background-color: #F6F6F6;
    margin-top: 0;
}

.h1-block h1 {
    font-size: 42px;
    text-align: center;
    padding-top: 150px;
}

.h1-block p {
    font-size: var(--font4-size);
    line-height: 150%;
    font-family: var(--font1);
    color: var(--color-dimgray-100);
    text-align: center;
}

.first-vector {
    margin-left: 55%;
    display: flex;
    padding-top: 2em;
}

.first-vector--text p {
    text-align: left;
    font-family: var(--font-caveat);
    color: black;
    font-size: 25px;
    margin: 0;
}

.first-vector--text .first-vector--secondP {
    margin-bottom: 2em;
}

.first-vector--img {
    margin: 0;
}

.first-image {
    display: table;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #F6F6F6 35%, white 0%);
}

.first-image__cell {
    display: table-cell;
    vertical-align: middle;
}

.second-block {
    display: flex;
    justify-content: flex-end;
    font-size: 25px;
    margin-bottom: 2em;
}

.second-block--text {
    padding-top: 5em;
    padding-right: 5em;
    text-align: left;
    width: 50%;
    margin-left: 2em;
}

.second-block--text p {
    font-size: 15px;
    font-family: var(--font1);
    color: #525252;
}

.reviews {
    background-color: #F6F6F6;
}

.reviews-block {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-bottom: 1.5em;
}

.reviews-block img {
    max-width: 200% !important;
}

.reviews p {
    font-family: var(--font1);
    font-size: 15px;
}

.reviewP1 {
    margin-left: 0.5em;
    font-family: var(--font-caveat);
    font-size: 25px;
    text-align: left;
    color: black;
}

.reviewP2 {
    margin-left: 0.5em;
    padding-bottom: 0.5em;
    font-family: var(--font-caveat);
    font-size: 25px;
    text-align: left;
    color: black;
}

.reviews h4 {
    font-size: 20px;
    margin-top: 0;
}

.reviews h2 {
    font-size: 42px;
}

.review-stars {
    display: flex;
    justify-content: center;
}

.review-stars img {
    margin: 0 0 0.5em 0;
}

.review-address {
    font-size: 14px;
    color: #606060;
    margin: 3em 0;
}

.jackdaw {
}

.free-test, .free-test-tariff {
    background-color: #73C965;
    border-radius: 30px;
    display: flex;
    text-align: left;
    margin-bottom: 1.5em;
}

.free-test h2, .free-test-tariff h2 {
    color: white;
    font-size: 32px;
}

.free-test p, .free-test-tariff p {
    color: white;
    font-size: 17px;
}

.free-test .btn, .free-test-tariff .btn {
    background-color: white;
    color: #525252;
}

.free-test .btn3, .free-test-tariff .btn3 {
    background-color: transparent;
    border: 1px solid white;
    color: white;
}

.faq {
    display: flex;
    flex-direction: column;
    margin-bottom: 3em;
}

.faq h2 {
    font-size: 42px;
    text-align: center;
}

.question {
    font-size: 14px;
    text-align: left;
    background-color: #F6F6F6;
    border-radius: 12px;
    margin: 0.3em 20em;
    display: flex;
}

.question h4 {
    padding-left: 1em;
}

.question:hover {
    color: #55A3FF;
}

.question img {
    position: relative;
    right: 0;
}

.footer {
    display: flex;
    flex-direction: column;
}

.footer-block1 {
    display: flex;
    flex-direction: row;
    background-color: #1B1B1B;
    height: 132px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.footer-block1 h2 {
    color: white;
    font-size: 24px;
    font-family: var(--font1);
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.footer-block1 p {
    color: #B6B6B6;
    font-size: 13px;
    font-family: var(--font1);
}

.footer-block1 .btn {
    margin-left: 1em;
}

.footer-block2 {
    display: flex;
    flex-direction: column;
    background-color: #292929;
}

.footer-content1 {
    display: flex;
}

.footer-content2 {
    display: flex;
    margin-top: 10%;
}

.footer-content1 a {
    display: flex;
    flex-direction: column;
}

.footer-content2 a {
    display: flex;
    flex-direction: column;
    font-family: var(--font1);
    color: #B6B6B6;
    font-size: 13px;
}

.footer-content2 a:hover {
    color: #55A3FF;
}

.footer-content1 p {
    font-size: 13px;
    color: #8A8A8A;
}

.footer-content2 p {
    font-size: 13px;
    color: #8A8A8A;
    font-family: var(--font1);
}

.footer-content2 h4 {
    font-size: 17px;
    color: #FFFFFF;
    font-family: var(--font1);
}

.content2 {
    margin-left: 3em;
}

.content2 > img {
    margin-left: 0;
}

.footer-right {
    text-align: center;
    color: #8A8A8A;
    margin-top: 5em;
    font-size: 13px;
    font-family: var(--font1)
}

.footer-image {
    position: absolute;
    right: 250px;
    bottom: 20px;
}

.active {
    border-top: 3px solid #4098FF;
}

.footer-btn {
    margin-top: 2.8em;
    margin-left: 2em;
}

.footer-btn p {
    color: white !important;
}

.calculate-tariff {
    display: flex;
    margin-bottom: 5em;
    justify-content: space-between;
    margin-top: 5em;
}

.range-block > h1 {
    font-family: var(--font);
    font-size: 42px;
}

.range-block > h2, .month-range > h2 {
    font-family: var(--font);
    font-size: 20px;
    margin-top: 3em;
}

.range-block > p {
    font-family: var(--font1);
    color: #606060;
    font-size: 15px;
}

.img-tariff {
    margin: 30px;
    width: 20em;
    font-family: var(--font1);
    font-size: 15px;
}

.range {
    display: flex;
    align-items: center;
}

input[type="range"] {
    -webkit-appearance: none !important;
    width: 100%;
    background-color: #F0F0F0;
    border-radius: 30px;
    height: 0.4em;
    margin: 0;
    padding: 0;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    width: 44px;
    height: 44px;
    background-image: url("/local/templates/gsk_site/image/slider.svg");
}

input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none !important;
    width: 44px;
    height: 44px;
    background-image: url("/local/templates/gsk_site/image/slider.svg");
}

.bx-ios.bx-touch input[type="range"]::-webkit-slider-thumb {
    background-image: unset !important;
    width: 33px;
    height: 33px;
    border-radius: 33%;
}

.member-filed, .month-filed {
    background-color: #F6F6F6;
    border-radius: 12px;
    border: #F6F6F6;
    margin-left: 2em;
    width: 70px;
    height: 39px;
    text-align: center;
    padding-left: 0.5em;
}

.month-range {
    display: flex;
    justify-content: space-between;
    margin-top: 1em;
}

.tariff-vector {
    display: flex;
    align-items: center;
}

.first-p, .second-p, .discount-p, .nds, .itogo, .itogo-p {
    width: 50%;
    text-align: left;
    white-space: nowrap;
}

.second-p {
    color: #606060;
}

.discount-p {
    color: #73C965;
}

.itogo {
    font-size: 20px;
}

.nds {
    font-size: 12px;
    white-space: nowrap;
    color: #606060;
    margin-top: 0;
}

.itogo-p {
    margin-bottom: 0;
    font-size: 17px;
}

.tariff-btn {
    text-align: right;
    padding-left: 25%;
}

.kontacty {
    width: 50%;
    margin-top: 5em;
}

.kontacty > h1 {
    font-family: var(--font);
    font-size: 42px;
}

.kontacty-block {
    display: flex;
    align-items: center;
    margin-bottom: 2em;
    width: 273px;
}

.kontacty-block > img {
    width: 58px;
    height: 56px;
    margin: 0 !important;
}

.kontacty-data {
    padding: 10px 20px;
    font-family: var(--font1);
    text-align: left;
}

.kontacty-data > p {
    color: #606060;
    font-size: 14px;
    margin: 0 0 5px 0;
}

.kontacty-email {
    display: flex;
}

.kontacty-time {
    display: flex;
}

.form__info > h2 {
    font-family: var(--font1);
    font-size: 24px;
}

.form__info > p, .form__item, .form__item--submit, .form__info {
    font-family: var(--font1);
    font-size: 15px;
    color: #606060;
}

.questions {
    display: flex;
    flex-direction: column;
}

.questions > label {
    font-family: var(--font1);
    color: #606060;
    font-size: 14px;
    margin: 12px 14px;
}

.email {
    height: 40px;
    width: 50%;
    background-color: #F6F6F6;
    border-radius: 12px;
    border: solid #F6F6F6;
}

.email:active {
    height: 40px;
    width: 50%;
    background-color: #F6F6F6;
    border-radius: 12px;
    border: solid #F6F6F6;
}

.text {
    height: 100px;
    background-color: #F6F6F6;
    border-radius: 12px;
    border: solid #F6F6F6;
}

.callback-form-button {
    width: 100%;
    background-color: #4098FF;
    border-radius: 30px;
    border: solid #4098FF;
    color: white;
    margin: 3em 0 1em 0;
    height: 45px;
}

.posts__tag {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    padding: .3em 1em;
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    border-radius: .5rem 0 .5rem 0;
    font-family: var(--font1);
}

.posts__date {
    position: absolute;
    display: inline-block;
    bottom: 0;
    right: 0;
    padding: .3em 1em;
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    border-radius: .5rem 0 .5rem 0;
    font-size: var(--font1);
}

.posts__img {
    width: 100%;
    height: 12em;
    overflow: hidden;
    border-radius: .5rem;
    position: relative;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
}

.posts__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    max-width: 100%;
    border-radius: 12px;
}

.posts__img a {
    display: block;
    width: 100%;
    height: 100%;
}

.posts__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: var(--font1);
    color: #525252;
    font-size: 15px;
}

.posts__title {
    font-size: 1.5em;
    line-height: 1.3;
    margin: .5em 0;
}

.posts__title > a {
    color: black !important;
    font-family: var(--font1);
    font-size: 17px;
}

.posts__title > a:hover {
    color: #1C85FF !important;
}

.posts__pager {
    flex: 1 1 100%;
    padding-top: 2em;
    padding-bottom: 2em;
    text-align: center;
}

.load-more {
    background-color: #4098FF;
    border-radius: 10px;
    border: solid #4098FF;
    color: white;
    padding: 14px 12px;
}

.page__title {
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-family: var(--font);
    font-size: 42px;
}

.post__article {
    font-size: 1.175em;
    padding-top: 1em;
    padding-bottom: 2em
}

.post__article > p, .post__article > ol > li, .post__article > ul > li {
    font-family: var(--font1);
    font-size: 15px;
    color: #525252;
}

.post__article > h2, .post__article > h3 {
    font-family: var(--font);
    font-size: 20px;
    margin-top: 1em;
}

.post__article img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: .5em;
    filter: drop-shadow(0 34px 63px rgba(0, 0, 0, .12));
    width: 50%;
    height: 50%;
}

.post__article .cta__form {
    font-size: .875em
}

.post__img {
    margin-bottom: 1em
}

.post__img + h1, .post__img + h2 {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.5em
}

.container--medium {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
}

.mobile-burger {
    display: none;
}

.slider, .popup {
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: all ease .3s
}

.slider.active, .popup.active {
    visibility: visible;
    opacity: 1;
    z-index: 100;
    pointer-events: all;
    z-index: 900;
}

.btn__icon {
    position: absolute;
    right: 25px;
    top: 20px;
}

.slider--menu {
    background-color: #2b2b2b;
    color: #fff;
    fill: #fff;
    height: 100%;
    top: 0;
    right: -100%;
    width: 20em;
    max-width: 100%;
    padding: 3em 2em 2em 2em
}

.slider--menu.active {
    right: 0;
    overflow-x: hidden
}

.slider--menu .btn-close {
    position: absolute;
    right: .5em;
    top: .5em;
    padding: .5em;
}

.mobile__menu .menu {
    display: block;
    justify-content: space-evenly
}

.mobile__menu .menu__item {
    position: relative;
    padding-bottom: 1em
}

.mobile__menu .menu__item--parent .submenu {
    display: none
}

.mobile__menu .menu__item--parent.active .submenu {
    display: block
}

.mobile__menu .menu__item--parent.active > .menu__link--parent:after {
    transform: rotate(180deg)
}

.mobile__menu .menu__link {
    color: #fff;
    font-size: 1.25em;
    font-weight: 700;
    display: block
}

.mobile__menu .menu__link.active, .mobile__menu .menu__link:hover {
    color: #3eb4ff
}

.mobile__menu .menu__link--parent {
    cursor: default;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.mobile__menu .menu__link--parent:after {
    content: '';
    width: 1.25em;
    height: 1.25em;
    transition: all linear .2s;
    background: url(/local/templates/gsk_site/img/expand-w.svg) no-repeat center transparent;
    background-size: .75em
}

.mobile__menu .submenu {
    padding-top: 1em
}

.mobile__menu .submenu__item {
    padding-bottom: .5em
}

.mobile__menu .submenu__item a {
    display: block
}

.mobile__menu .submenu a {
    color: #fff
}

.mobile__menu .submenu a.active, .mobile__menu .submenu a:hover {
    color: #3eb4ff
}

.popup {
    transition: all ease .2s
}

.popup {
    width: 100%;
    max-width: 30rem;
    background-color: #fff;
    padding: 1.5em;
    border-radius: 1.5rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.overlay {
    z-index: -1;
    pointer-events: none;
    visibility: hidden
}

.overlay.active {
    pointer-events: all;
    visibility: visible;
    z-index: 899
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(21, 38, 71, .15);
    transition: all linear .1s;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px)
}

.mobile-user-icon {
    display: none;
    width: 32px;
    height: 32px;
    background: #4098ff;
    border-radius: 30%;
}

.form__note {
    display: none;
    font-size: 1.25em;
    text-align: center;
    font-weight: 700;
    font-family: "Tilda Sans", "Golos Text", sans-serif;
    margin-bottom: 5em;
}

.form__note::before {
    content: '';
    display: block;
    width: 3em;
    height: 3em;
    background: url(/local/templates/gsk_site/image/success.svg) no-repeat center/contain transparent;
    margin: 0 auto 1em auto;
}

.form__item > input {
    height: 40px;
    width: 50%;
    background-color: #F6F6F6;
    border-radius: 12px;
    border: solid #F6F6F6;
    margin: 0.5em 0;
}

.form__item > textarea {
    height: 100px;
    background-color: #F6F6F6;
    border-radius: 12px;
    border: solid #F6F6F6;
    margin: 0.5em 0;
    width: 100%;
}

.form__item--center, .form__row {
    display: flex;
}

.form__item--center {
    flex-direction: column;
    margin: 12px 16px;
}

.form__item--center > img {
    margin-top: 8px;
}

@media screen and (max-width: 1198px) {
    .container {
        padding: 0 50px;
    }

    .header {
        justify-content: unset;
    }

    .header img {
        margin-left: 0.5em;
    }

    .header__button {
        position: absolute;
        right: 50px;
    }

    .header__menu {
        display: none;
    }

    .mobile-burger {
        display: block;
    }

    .menu-items-parent {
        flex-direction: column;
    }

    .menu-items1 a {
        color: white;
        font-family: var(--font1);
        font-size: 20px;
    }

    .menu-items > .active {
        border-top: 0;
        color: #4098FF;
    }

    .h1-block {
        display: flex;
        flex-direction: column-reverse;
        padding-bottom: 1em;
    }

    .h1-block h1 {
        font-size: 32px;
        padding-top: 0;
    }

    .first-image {
        background: #F6F6F6;
        margin-top: 2em;
    }

    .first-vector {
        display: none;
    }

    .second-block {
        margin-top: 1em;
        flex-direction: column;
    }

    .second-block--text {
        width: 100%;
        text-align: center;
        padding-right: 0;
        margin-left: 0;
    }

    .btn-parent, .text {
        justify-content: center;
    }

    .tariff-vector {
        display: none;
    }

    .free-test > div > h2 {
        font-size: 24px;
        white-space: nowrap

    }

    .free-test-tariff > div > h2 {
        font-size: 24px;
        white-space: nowrap

    }

    .free-test > div > p {
        font-size: 17px;
    }

    .free-test-tariff > div > p {
        font-size: 17px;
    }

    .kontacty {
        width: 100%;
    }

    .tariff-bill {
        margin-left: 0.4em;
    }
}

@media screen and (min-width: 968px) {
    .posts__item {
        flex: 0 0 33% !important;
    }
    .post__img + h1, .post__img + h2 {
        font-size: 2em
    }
}

@media screen and (min-width: 680px) {
    .posts__list {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        justify-content: flex-start;
        margin-bottom: 10em;
    }
}

@media screen and (max-width: 750px) {
    .container {
        margin: 0;
        padding: 0 20px;
    }

    .header {
        justify-content: space-between;
    }

    .enter-btn {
        display: none;
    }

    .mobile-user-icon {
        display: block;
    }

    .footer-content2 {
        flex-direction: column;
    }

    .h1-block h1 {
        font-size: 24px;
        padding-top: 0;
    }

    .second-block--text {
        padding: 0 15px;
        text-align: center;
        width: 100%;
        margin: 0;
    }

    .free-test {
        border-radius: 0;
        padding-bottom: 1em;
        margin-bottom: 2em;
        text-align: center;
    }

    .free-test-tariff {
        padding-bottom: 1em;
        margin-bottom: 2em;
        text-align: center;
    }

    .free-test > img, .free-test-tariff > img {
        display: none;
    }

    .btn-parent, .button {
        flex-direction: column;
    }

    .calculate-tariff {
        flex-direction: column;
    }

    .tariff-bill {
        margin-top: 3em;
    }

    .kontacty {
        width: 100%;
    }

    .kontacty-email {
        flex-direction: column;
    }

    .kontacty-time {
        flex-direction: column;
    }
}

@media screen and (min-width: 560px) {
    .posts__item {
        flex: 0 0 50%;
        padding: .75em;
    }

    .container--medium {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media screen and (max-width: 400px) {
    .img-tariff {
        font-size: 14px;
    }
}
/* End */
/* /local/templates/gsk_site/styles.css?17413559827137 */
/* /local/templates/gsk_site/template_styles.css?173374574025418 */
