@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

html {
    box-sizing: border-box;
}

*, *:after, *:before {
    box-sizing:inherit;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.header__wrapper {}

.header {
    max-width: 1200px;
    margin: 15px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

a.header__logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #00569c;
}

.header__logo__body {
    display: flex;
    flex-direction: column;
}

.header__logo::before {
    content: '';
    background-image: url(../images/logo.png);
    background-position: center;
    background-size: cover;
    width: 70px;
    height: 70px;
    margin: 0 15px 0 0;
}

.header__logo span {}

.header__logo__title {
    font-weight: 800;
    font-size: 24px;
    color: #333;
}

.header__logo__subtitle {
    font-size: 14px;
    font-weight: 600;
    margin: 2px 0 0 0;
}

.header__contacts {
    display: flex;
    justify-content: space-between;
}

.header__contacts__item {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border-right: solid 1px #eee;
    padding: 15px 10px 15px 50px;
}

.header__contacts__item__icon {
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: cover;
}

.header__contacts :nth-child(1) .header__contacts__item__icon {background-image: url(../images/time.svg);}
.header__contacts :nth-child(2) .header__contacts__item__icon {background-image: url(../images/email.svg);}
.header__contacts :nth-child(3) .header__contacts__item__icon {background-image: url(../images/phone.svg);}

.header__contacts__item__title {
    font-weight: 300;
    margin: 3px 0;
}

.header__contacts__item__content {
    font-weight: 600;
}

.header__contacts__item__content a {
    color: #000;
    text-decoration: none;
    white-space: nowrap;
}

.home__wrapper {
    background-image: url(../images/home.jpg);
    background-position: center;
    background-size: cover;
}

.home {
    max-width: 1200px;
    padding: 100px 10px;
    text-align: center;
    margin: 0 auto;
}

.home h1 {
    color: #ebc71d;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 600;
    line-height: 40px;
}

.catalog {
    max-width: 1200px;
    margin: 50px auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0 5px;
}

.catalog > div, .catalog > a {
    width: 33%;
    height: 270px;
    margin: 0 0 5px;
    display: flex;
    padding: 15px;
    border-radius: 5px;
}

.catalog > a {
    text-decoration: none;
}

.catalog > a .catalog__toning {
    background-color: #00569c;
}

.catalog__toning {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    padding: 0 10px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    border-radius: 5px;
}

.catalog__price {
    font-size: 14px;
    font-weight: 600;
    display: none;
}

.catalog__title {
    font-size: 21px;
    font-weight: 600;
    margin: 15px 0;
    text-transform: uppercase;
}

.catalog__subtitle {
    font-weight: 300;
    font-size: 16px;
}

.catalog > :nth-child(1) {background-image: url(../images/01.jpg);}
.catalog > :nth-child(2) {background-image: url(../images/02.jpg);}
.catalog > :nth-child(3) {background-image: url(../images/03.jpg);}
.catalog > :nth-child(4) {background-image: url(../images/04.jpg);}
.catalog > :nth-child(6) {background-image: url(../images/05.jpg);}
.catalog > :nth-child(7) {background-image: url(../images/06.jpg);}
.catalog > :nth-child(8) {background-image: url(../images/07.jpg);}
.catalog > :nth-child(9) {background-image: url(../images/08.jpg);}
.catalog > :nth-child(10) {background-image: url(../images/09.jpg);}
.catalog > :nth-child(12) {background-image: url(../images/10.jpg);}
.catalog > :nth-child(13) {background-image: url(../images/11.jpg);}
.catalog > :nth-child(14) {background-image: url(../images/12.jpg);}
.catalog > :nth-child(15) {background-image: url(../images/13.jpg);}

.preim__wrapper {
    background-color: #eee;
    padding: 50px 10px;
}

.preim {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.preim__item {
    display: flex;
    flex-direction: column;
    width: 48%;
}

.preim__item__uptitle {
    color: #00569c;
    font-weight: 600;
    text-transform: uppercase;
}

.preim__item__title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 31px;
    color: #222;
    display: flex;
    flex-direction: column;
    margin: 15px 0 0 0;
}

.preim__item__title::after {
    content: '';
    height: 8px;
    width: 50px;
    background-color: #00569c;
    margin: 15px 0 0 0;
}

.preim__item__subtitle {
    font-size: 14px;
    margin: 25px 0 0 0;
}

.quiz {
    max-width: 1200px;
    margin: 50px auto;
    text-align: center;
    padding: 0 10px;
}

.quiz h2 {
    margin: 0 0 25px;
    font-size: 34px;
    color: #222;
}

.quiz__title {
    font-size: 27px;
    font-weight: 300;
    margin: 0 0 10px;
}

.quiz__subtitle {
    font-size: 14px;
    font-weight: 400;
}

.quiz__subtitle strong {}

.quiz__body {
    margin: 50px auto 0;
    max-width: 1000px;
    box-shadow: 0px 0px 5px 0 #ddd;
    padding: 50px;
    background: #00569c;
    color: #fff;
    border-radius: 5px;
}

.quiz__body__title {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.quiz__body__title::before {
    content: '';
    width: 50%;
    height: 1px;
    background-color: #ff3636;
    margin: 0 0 50px;
}

.quiz__body__subtitle {
    font-size: 14px;
    font-weight: 400;
}

.quiz__body__options {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 25px 0 0;
}

.quiz__body__options a {
    display: flex;
    flex-direction: column;
    /* box-shadow: 0px 0px 5px 0 #ddd; */
    border-radius: 5px;
    margin: 0 0 25px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s ease 0s;
}

.quiz__body__options a:hover {
    transition: all 0.2s ease 0s;
    box-shadow: 0px 0px 15px 0 #777;
}

.quiz__body__options a span {
    background-position: center;
    background-size: cover;
    border-radius: 5px 5px 0 0;
}

.quiz__body__options a b {
    text-align: center;
    padding: 15px 0;
    font-weight: 600;
    border-radius: 0 0 5px 5px;
    background: #fff;
}

.quiz__body__options__3 {
}

.quiz__body__options__6 a span {height: 130px;}
.quiz__body__options__4 a span {height: 180px;}
.quiz__body__options__3 a span {height: 200px;}

.quiz__body__options__6 a {width: 16%;}
.quiz__body__options__4 a {width: 24%;}
.quiz__body__options__3 a {width: 32%;}

.quiz__body__area form {
    display: flex;
    justify-content: center;
}

.quiz__body__area form input {
    font-size: 24px;
    font-weight: 300;
    padding: 15px;
    width: 150px;
    border-radius: 3px;
    border: solid 1px #ddd;
    font-family: 'Montserrat', sans-serif;
}

.quiz__body__area form button {
    background-color: #ff3636;
    border: none;
    color: #fff;
    padding: 0 40px;
    margin: 0 0 0 15px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.quiz__body__contact form {
    margin: 25px 0 0 0;
}

.quiz__body__contact__row {
    display: flex;
    justify-content: space-between;
    text-align: left;
    margin: 0 0 25px;
    align-items: flex-end;
}

.quiz__body__contact__row__col {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.quiz__body__contact__row__3 {}

.quiz__body__contact__row__3 .quiz__body__contact__row__col {
    width: 32%;
}

.quiz__body__contact__row__2 {}

.quiz__body__contact__row__2 .quiz__body__contact__row__col {}

.quiz__body__contact__row__2 > :nth-child(1) {
    width: 66%;
}

.quiz__body__contact__row__2 > :nth-child(2) {
    width: 34%;
}

.quiz__body__contact form label {
    font-size: 16px;
    margin: 0 0 5px;
}

.quiz__body__contact form input,
.quiz__body__contact form select,
.quiz__body__contact form textarea {
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    padding: 15px;
    border-radius: 3px;
    border: solid 1px #ddd;
    font-family: 'Montserrat', sans-serif;
}

.quiz__body__contact form button {
    background-color: #ff3636;
    border: none;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding: 29px 25px;
    margin: 0 0 0 15px;
    border-radius: 3px;
    cursor: pointer;
}

.portfolio__wrapper {
    background-color: #f1f4f7;
    padding: 50px 10px;
}

.portfolio__wrapper h2 {
    text-align: center;
    margin: 0 0 50px;
    font-size: 27px;
}

.portfolio {
    max-width: 1200px;
    margin: 0 auto;
}

.portfolio__item {
    display: flex;
    background-color: #fff;
    padding: 50px;
    border-radius: 15px;
    margin: 0 0 50px;
}

.portfolio__item > div {
    width: 50%;
}

.portfolio__item__meta {
    padding: 0 20px 0 0;
}

.portfolio__item__meta__title {
    font-size: 27px;
    font-weight: 700;
    margin: 0 0 30px;
}

.portfolio__item__meta__subtitle {
    font-size: 16px;
    border-bottom: solid 1px #ff3636;
    padding: 0 0 30px;
    margin: 0 0 40px;
}

.portfolio__item__meta ul {
    list-style: none;
    padding: 0;
}

.portfolio__item__meta ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #ddd;
    padding: 0 0 10px;
    margin: 0 0 15px;
    font-size: 16px;
}

.portfolio__item__meta ul li span {}

.portfolio__item__meta ul li :nth-child(1) {}

.portfolio__item__meta ul li :nth-child(2) {}

.portfolio__item__meta img {
    width: 100%;
    border-radius: 15px;
    margin: 50px 0 0 0;
}

.portfolio__item__meta__description {
    margin: 50px 0 0 0;
}

.portfolio__item__meta__description h3 {
    margin: 0 0 20px;
    font-size: 18px;
}

.portfolio__item__meta__description p {
    font-size: 16px;
    line-height: 25px;
}

.portfolio__item__content {
    padding: 0 0 0 20px;
}

.portfolio__item__content h3 {
    margin: 0 0 20px;
    font-size: 18px;
}

.portfolio__item__content p {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 30px;
}

.portfolio__item__content ul {
    padding: 0;
    list-style: none;
}

.portfolio__item__content ul li {
    font-size: 16px;
    margin: 0 0 20px;
    position: relative;
    display: flex;
    padding: 0 0 0 25px;
    align-items: center;
}

.portfolio__item__content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ff3636;
}

.portfolio__item__content a {
    background-color: #ff3636;
    color: #fff;
    text-decoration: none;
    width: 100%;
    text-align: center;
    padding: 25px 0;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    font-size: 16px;
    margin: 30px 0 0 0;
}

.portfolio__item__content a span {
    font-weight: 600;
    margin: 0 0 5px;
}

.warrant__wrapper {
    background-image: url(../images/warant.jpg);
    background-position: center;
    background-size: cover;
    padding: 80px 0;
}

.warrant {
    max-width: 1200px;
    margin: 0 auto;
}

.warrant__block {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
}

.warrant__block__content {
    background-color: #fff;
    padding: 50px;
}

.warrant__block__content h2 {
    margin: 0 0 25px;
}

.warrant__block__content p {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
}

.warrant__block a {
    background-color: #ff3636;
    color: #fff;
    text-decoration: none;
    padding: 30px 0;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.footer__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0;
}

.footer__cta h2 {
    margin: 0 0 20px;
}

.footer__cta p {
    margin: 0;
    font-size: 16px;
    line-height: 25px;
}

.footer__cta a {}

.footer__cta a.footer__cta__phone {
    color: #000;
    text-decoration: none;
    margin: 10px 0;
    font-weight: 700;
    font-size: 16px;
}

.footer__cta a.footer__cta__btn {
    text-decoration: none;
    color: #fff;
    background-color: #ff3636;
    padding: 25px 50px;
    margin: 25px 0 0 0;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
}

.map {}

.map iframe {
    width: 100%;
    height: 450px;
}

.footer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 25px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__logo {
    display: flex;
    align-items: center;
}

.footer__logo__icon {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    flex-direction: column;
}

.footer__logo__icon::before {
    content: '';
    background-image: url(../images/logo.png);
    background-position: center;
    background-size: cover;
    width: 40px;
    height: 40px;
    margin: 10px 0 0 0;
}

.footer__logo__icon span {}

.footer__logo__title {
    margin: 0 0 0 15px;
    font-size: 12px;
}

.footer__contact {
    display: flex;
}

.footer__contact__item {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    margin: 0 0 0 30px;
}

.footer__contact__item span {
    font-weight: 600;
}

.footer__contact__item a {
    color: #000;
    text-decoration: none;
}

.copyright__wrapper {
    background-color: #f1f4f7;
    padding: 25px 0;
}

.copyright {
    max-width: 1200px;
    padding: 0 10px;
    margin: 0 auto;
    font-size: 12px;
    color: #777;
}

a.call__fix, .filetype {
    display: none;
}

.pricelist {
    width: 100%;
    max-width: 1200px;
}

.pricelist h2 {
    margin: 0 0 25px;
    font-size: 18px;
    color: #222;
    text-align: center;
}

.pricelist table {
    border-collapse: collapse;
}

.pricelist table th, .pricelist table td {
    padding: 9px;
    border: solid 1px #ddd;
    font-size: 12px;
}

.pricelist table th {}

.pricelist table tr {}

.pricelist table tr td {}

.pricelist table tr>:nth-child(3) {
    white-space: nowrap;
}

a.pricelist__btn {
    background-color: #ff3636;
    color: #fff;
    text-decoration: none;
    margin: 50px auto;
    display: block;
    width: 300px;
    text-align: center;
    padding: 25px 0;
    font-weight: 500;
    font-size: 21px;
    border-radius: 5px;
}

.cta__call {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 100px 0 100px;
}

.cta__call__title {
    font-size: 18px;
    margin: 0 0 15px;
    font-weight: 700;
}

.cta__call a {
    display: flex;
    flex-direction: column;
    color: #ff3636;
    font-weight: 700;
    font-size: 27px;
    text-decoration: none;
}

.cta__call a span {
    font-size: 18px;
    color: #333;
    margin: 5px 0 0 0;
}

a.calc__btn {
    display: none;
}

@media screen and (max-width: 990px) {
    .catalog__title {
        font-size: 16px;
    }
    .catalog__subtitle {
        font-size: 14px;
    }
    .header__contacts__item__content {
        font-size: 12px;
    }
    .header__contacts__item {
        padding: 15px 10px 15px 20px;
    }
    .header__contacts__item__icon {
        width: 15px;
        height: 15px;
    }
    .header__logo__title {
        font-size: 21px;
    }
    .header__logo__subtitle {
        font-size: 12px;
    }
    .header__logo::before {
        width: 60px;
        height: 60px;
        margin: 0 10px 0 0;
    }
    .preim__item__title {
        font-size: 24px;
    }
    .footer__contact__item {
        font-size: 10px;
        margin: 0 0 0 10px;
    }
}

@media screen and (max-width: 768px) {
    .header, .header__contacts, .catalog, .preim, .portfolio__item, .footer, .footer__contact, .footer__logo {
        flex-direction: column;
    }
    .header__contacts {
        align-self: flex-end;
        margin: 10px 0 0 0;
    }
    .header__contacts__item__icon {
        display: none;
    }
    .header__contacts__item {
        padding: 0 15px 0 0;
        margin: 0 5px 5px;
        font-size: 12px;
    }
    .catalog>div, .catalog>a {
        width: 100%;
    }
    .preim__item__title {
        font-size: 18px;
    }
    .header__logo {
    }
    .header__logo::before {
        width: 45px;
        height: 45px;
    }
    .header__logo__title {
        font-size: 18px;
    }
    .header__logo__subtitle {
        font-size: 12px;
    }
    .home {
        padding: 50px 10px;
    }
    .home h1 {
        font-size: 14px;
        line-height: 25px;
    }
    .catalog {
        margin: 25px 0 0;
        padding: 0 10px;
    }
    .catalog>div, .catalog>a {
        margin: 0 0 10px;
        padding: 10px;
        height: auto;
    }
    .catalog__title, .catalog__subtitle {
        font-size: 14px;
    }
    .catalog__toning {
        padding: 25px 10px;
    }
    .catalog>a .catalog__toning {
        padding: 5px;
    }
    .catalog>a .catalog__title {
        font-size: 12px;
    }
    .preim__wrapper {
        margin: 20px 0 0 0;
        padding: 20px 10px 0 10px;
    }
    .preim__item {
        width: 100%;
        margin: 0 0 25px;
    }
    .preim__item__uptitle {
        font-size: 12px;
    }
    .preim__item__title {
        font-size: 16px;
        margin: 5px 0 0 0;
    }
    .preim__item__subtitle {
        margin: 10px 0 0 0;
    }
    .preim__item__title::after {
        height: 5px;
        margin: 10px 0 0 0;
    }
    .quiz {
        margin: 20px 0 0 0;
    }
    .quiz h2 {
        font-size: 16px;
        margin: 0 0 15px;
    }
    .quiz__title {
        font-size: 14px;
    }
    .quiz__subtitle {
        font-weight: 300;
        font-size: 14px;
    }
    .quiz__body {
        margin: 20px 0;
        padding: 15px;
    }
    .quiz__body__title {
        font-size: 18px;
        font-weight: 600;
    }
    .quiz__body__title::before {
        margin: 0 0 20px;
    }
    .quiz__body__subtitle {
        font-weight: 300;
        font-size: 14px;
    }
    .quiz__body__options a {
        margin: 0 0 10px;
    }
    .quiz__body__options__6 a {
        width: 49%;
    }
    .quiz__body__options__6 a span {
        height: 110px;
    }
    .quiz__body__options a b {
        padding: 10px 0;
        font-size: 12px;
    }
    .quiz__body__options__4 a {
        width: 48%;
    }
    .quiz__body__options__4 a span {
        height: 110px;
    }
    .quiz__body__options__3 a span {
        height: 75px;
    }
    .quiz__body__area form input {
        font-size: 16px;
    }
    .quiz__body__contact__row {
        flex-direction: column;
    }
    .quiz__body__contact__row__3 .quiz__body__contact__row__col {
        width: 100%;
        margin: 0 0 10px;
    }
    .quiz__body__contact__row__2>:nth-child(1) {
        width: 100%;
    }
    .quiz__body__contact__row__2>:nth-child(2) {
        width: 100%;
    }
    .quiz__body__contact form label {
        font-size: 14px;
        font-weight: 600;
        margin: 0 0 3px;
    }
    .quiz__body__contact form input, .quiz__body__contact form select, .quiz__body__contact form textarea {
        font-size: 14px;
        padding: 12px;
    }
    .quiz__body__contact form button {
        margin: 20px 0 0 0;
        padding: 15px 0;
        font-size: 12px;
    }
    .portfolio__wrapper {
        padding: 20px 10px;
    }
    .portfolio__wrapper h2 {
        font-size: 16px;
        margin: 0 0 20px;
    }
    .portfolio__item {
        padding: 20px;
        margin: 0 0 10px;
    }
    .portfolio__item>div {
        width: 100%;
        padding: 0;
    }
    .portfolio__item__meta__title {
        font-size: 18px;
        margin: 0 0 10px;
        text-align: center;
    }
    .portfolio__item__meta__subtitle {
        font-size: 14px;
        padding: 0 0 15px;
        margin: 0 0 15px;
        text-align: center;
    }
    .portfolio__item__meta ul li {
        font-size: 12px;
    }
    .portfolio__item__meta img {
        margin: 10px 0 0 0;
    }
    .portfolio__item__meta__description {
        margin: 20px 0 0 0;
    }
    .portfolio__item__meta__description h3, .portfolio__item__content h3 {
        font-size: 16px;
        margin: 0 0 5px;
    }
    .portfolio__item__meta__description p, .portfolio__item__content p {
        line-height: normal;
        font-size: 14px;
        margin: 0 0 20px;
    }
    .portfolio__item__content ul li {
        padding: 0 0 0 15px;
        font-size: 12px;
        margin: 0 0 5px;
    }
    .portfolio__item__content a {
        font-size: 14px;
        padding: 15px 0;
        margin: 20px 0 0 0;
    }
    .portfolio__item__content a span {
        margin: 0;
    }
    .warrant__block__content {
        padding: 15px;
        width: 80%;
        margin: 0 auto;
        border-radius: 10px 10px 0 0;
        box-shadow: 0px 0px 5px 0 #ddd;
    }
    .warrant__block a {
        width: 80%;
        margin: 0 auto;
        border-radius: 0 0 10px 10px;
        font-size: 12px;
        padding: 20px 0;
        box-shadow: 0px 0px 5px 0 #ddd;
    }
    .warrant__block__content h2 {
        font-size: 16px;
        margin: 0 0 10px;
    }
    .warrant__block__content p {
        line-height: normal;
        font-size: 12px;
    }
    .footer__cta {
        padding: 50px 0;
    }
    .footer__cta a.footer__cta__btn {
        text-align: center;
        width: 90%;
        padding: 15px 0;
        font-size: 14px;
        margin: 20px 0 0 0;
    }
    .map {
        padding: 0 20px;
    }
    .map iframe {
        height: 200px;
    }
    .footer {
        padding: 0 10px;
    }
    .footer__logo {
        margin: 0 0 10px;
    }
    .footer__contact__item {
        font-size: 12px;
        margin: 0 0 10px;
        text-align: center;
    }
    .copyright__wrapper {
        padding: 15px 0;
        margin: 15px 0 65px 0;
    }
    .copyright {
        text-align: center;
        font-size: 10px;
    }
    a.call__fix {
        position: fixed;
        bottom: 10px;
        left: 0;
        right: 0;
        background-color: #0af;
        color: #fff;
        padding: 10px 10px;
        display: flex;
        text-decoration: none;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        margin: 0 auto;
        width: calc(100% - 50px);
        border-radius: 3px;
        box-shadow: 0px 0px 5px 0px #555;
    }

    span.call__fix__pic {
        background-image: url(../images/dmitro.jpg);
        width: 50px;
        height: 50px;
        background-position: center;
        background-size: cover;
        margin: 0 15px 0 0;
        border-radius: 50%;
        position: relative;
    }

    span.call__fix__pic::before {
        content: '1';
        background: #f00;
        color: #fff;
        font-size: 11px;
        font-weight: 500;
        width: 16px;
        position: absolute;
        right: 0px;
        height: 16px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0px;
        border: solid 1px #fff;
    }
    span.call__fix__pic::after {
        content: '';
        width: 14px;
        height: 14px;
        background-color: #07a23c;
        position: absolute;
        right: 0;
        bottom: 0;
        border-radius: 50%;
        border: solid 1px #fff;
    }
    span.call__fix__phone {
        display: flex;
        flex-direction: column;
        font-weight: 500;
    }
    span.call__fix__phone span {
        font-size: 21px;
        font-weight: 600;
        margin: 3px 0 0 0px;
    }
    .pricelist {
        padding: 15px 10px;
    }
    .pricelist h2 {
        margin: 0 0 10px;
    }
    .pricelist table th, .pricelist table td {
        padding: 3px;
        font-size: 10px;
        font-weight: 500;
    }
    .pricelist table tr>:nth-child(3) {
        white-space: pre-wrap;
    }
    .blocker {
        padding: 15px;
    }
    a.pricelist__btn {
        margin: auto;
        width: 120px;
        padding: 10px 0;
        font-weight: 500;
        font-size: 14px;
        border-radius: 5px 5px 0 0;
        transform: rotate(-90deg);
        position: fixed;
        right: -41px;
        top: 180px;
    }
    .cta__call__title {
        font-size: 14px;
    }
    a.calc__btn {
        background-color: #07a23c;
        color: #fff;
        text-decoration: none;
        display: block;
        text-align: center;
        margin: auto;
        width: 120px;
        padding: 10px 0;
        font-weight: 500;
        font-size: 14px;
        border-radius: 5px 5px 0 0;
        transform: rotate(-90deg);
        position: fixed;
        right: -41px;
        top: 310px;
    }
}