@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");

:root {
    --sm-size: 13px;
    --regular-size: 16px;
    --middle-size: 20px;
    --large-size: 24px;
    --full-size: 32px;
    --ms-size: 42px;
    --mx-size: 48px;
}



*::-webkit-scrollbar {
    height: 3px;
    width: 3px;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: #0d8a98;
    border-radius: 3px;
}

html {
    height: 100%;
}

body {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    min-height: 100%;
    position: relative;
    color: #000;
    background: #f0f0f0;
}

body.open {
    overflow: hidden;
}

a {
    color: #000;
}

i {
    font-style: normal;
}

.btn {
    height: 32px;
    border: 1px solid #f2977c;
    border-radius: 15px;
    padding-left: 15px;
    padding-right: 15px;
    align-items: center;
    display: flex;
    text-align: center;
    /* background: #fff; */
    color: #f2977c;
    justify-content: center;
}

.btn_m:not(.btn) {
    height: 45px;
    background: linear-gradient(180deg, #f3977c 0%, #ff7245 100%);
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198),
        0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035),
        0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802),
        inset -1px -5px 14px #f75320;
    border-radius: 54px;
    min-width: 226px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    color: #fff;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 18px;
    text-align: center;
    border: none;
    cursor: pointer;
    font-weight: 600;
    white-space: nowrap;
}

.b24-widget-button-wrapper {
    display: none !important;
}

.toggle-open.open {
    display: block !important;
}

.fz-large {
    font-size: var(--large-size) !important;
}

.fz-ms {
    font-size: var(--ms-size) !important;
}

.btn-center {
    display: flex;
    margin: 0 auto;
    max-width: 276px;
}

.btn_s {
    background: #ffffff;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198),
        0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035),
        0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
    border-radius: 54px;
    color: #f2977c;
    height: 45px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--regular-size);
    max-width: 370px;
}

.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
}

.container.full {
    width: 100%;
    max-width: 100%;
}

.border-radius-22 {
    border-radius: 22px;
}

.col-1 {
    width: calc(33% - 15px);
}
.col-2 {
    width: calc(50% - 15px);
}
.col-3 {
    width: calc(67% - 15px);
}

.col-w-p-60 {
    width: calc(60% - 15px);
}

.col-w-p-40 {
    width: calc(40% - 15px);
}

.flex {
    display: flex;
}

.wrap {
    flex-wrap: wrap;
}

.space-between {
    justify-content: space-between;
}

.row-reverse {
    flex-direction: row-reverse;
}

.aling-stretch {
    align-items: stretch;
}

.row {
    flex-direction: row;
}

.wrap {
    flex-wrap: wrap;
}

.align-center {
    align-items: center;
}

.mob-device {
    display: none;
}

.mobile {
    display: none !important;
}

.visible {
    overflow: visible !important;
}

.hidden {
    overflow: hidden !important;
    display: block !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-22 {
    margin-bottom: 22px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.w100 {
    width: 100%;
}

.opacity-04 {
    opacity: 0.4;
}

.z-index-2 {
    z-index: 2;
}

.relative {
    position: relative;
}

.text-center {
    text-align: center;
}

.justify-center {
    justify-content: center;
}

.flex-column {
    flex-direction: column;
}

.content h3 {
    font-size: var(--full-size);
    margin-top: 33px;
    margin-bottom: 22px;
}

.content h4 {
    font-size: var(--large-size);
    margin-top: 33px;
    margin-bottom: 22px;
}

.content p {
    margin-bottom: 12px;
    margin-top: 12px;
}

p {
    line-height: 1.375;
}

.text-left {
    text-align: left;
}

.white {
    color: white !important;
}

.orange {
    color: #f2977c;
    font-weight: 900;
}

.orange-new {
    color: #f2977c;
    font-size: 22px;
    font-weight: 900;
}

.turq {
    color: #067a87;
}

.cbk-phone {
    display: none !important;
}

/* header */

header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.header > .container {
    height: 130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__mob {
    border-top: 1px solid rgba(27, 27, 27, 0.2);
    height: 55px;
}

.header__mob > .header__phone {
    margin-bottom: 0;
}

.header__mob > span {
    max-width: 150px;
}

.header__logo {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.open .header__logo {
    z-index: 101;
}

.header__logo > span {
    max-width: 160px;
    margin-left: 29px;
    font-size: var(--middle-size);
}

.header__phone-city {
    display: flex;
    align-items: center;
}

.phone {
    display: flex;
    align-items: center;
    margin-right: 80px;
    font-weight: 600;
    white-space: nowrap;
    font-size: var(--middle-size);
}
.phone::before {
    content: url(../image/phone.svg);
    margin-right: 7px;
}

.header__city > span {
    display: flex;
    align-items: center;
    font-size: var(--middle-size);
    white-space: nowrap;
    font-weight: 600;
}

.header__city_label::after {
    content: url(../image/arrow.svg);
}

.header__city_wrap {
    display: none;
    position: absolute;
    padding: 24px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.035);
    z-index: 50;
    margin-top: 0;
    max-height :200px;
    overflow-y:scroll;
}

@media (min-width: 720px) {
    .header__city:hover .header__city_wrap {
        display: block;
    }
}

.header__citylist > li {
    margin-bottom: 11px;
}

.header__citylist > li:last-child {
    margin-bottom: 0;
}

.header__citylist > li > a {
    font-weight: 600;
    color: #000;
}

.header__citylist > li:first-child > a {
    color: #f2977c;
}

.header__callback {
    display: flex;
    flex-direction: row;
    align-items: initial;
}

.header__order_a_call {
    margin-bottom: 12px;
    margin-left: 10px;
    white-space: nowrap;
}

.header__order_a_call::before {
    content: url(../image/callback.svg);
    margin-right: 10px;
}

.header__mailsend::before {
    content: url(../image/facebook.svg);
    margin-right: 10px;
}

.header__burger {
    background: none;
    border: none;
    cursor: pointer;
    /* margin-left: 20px; */
    font-weight: 700;
    color: #067a87;
}

.header__burger.active {
    z-index: 150;
}

.header__burger > span {
    height: 22px;
    width: 24px;
    position: relative;
    display: block;
    margin-left: 8px;
}

.header__burger > span::after {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #0d8a98;
    position: absolute;
    left: 0;
    bottom: 0;
}

.header__burger > span::before {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #0d8a98;
    position: absolute;
    left: 0;
    top: 0;
}

.header__burger > span > span::after {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #0d8a98;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5px;
}

.header__burger.active > span > span::after {
    display: none;
}

.header__burger.active > span::before {
    transform: rotate(-45deg);
    top: 7px;
}

.header__burger.active > span::after {
    transform: rotate(45deg);
    top: 7px;
}

/* main */

.main__head {
    margin-bottom: 21px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main__title {
    font-size: var(--mx-size);
    font-weight: bold;
    margin-bottom: 33px;
    color: #067a87;
}

.main__title > span {
    font-size: var(--full-size);
    font-weight: 500;
    display: block;
}

.main__list {
    margin-bottom: 22px;
    margin-top: 22px;
}

.main__list > li {
    margin-bottom: 13px;
    font-size: var(--middle-size);
    display: flex;
    /* align-items: center; */
}

.main__list.minimal > li {
    font-size: var(--regular-size);
}

.main__list.font-regular > li {
    font-size: var(--regular-size);
}

.main__list > li::before {
    content: url(../image/vec01.svg);
    margin-right: 10px;
}

.main__list.minimal > li::before {
    zoom: 0.6;
}

.main__list > li > span {
    color: #f75320;
}

.main__list_two > li {
    margin-bottom: 7px;
    display: flex;
}

.main__list_two > li:last-child {
    margin-bottom: 0;
}

.main__list_two > li::before {
    content: "";
    height: 4px;
    width: 4px;
    min-width: 4px;
    margin-right: 10px;
    border-radius: 50%;
    margin-top: 7px;
    margin-left: 5px;
    background-color: #000;
}

/* nav */

.nav__menu {
    display: flex;
    /* height: 88px; */
    padding-top: 28px;
    padding-bottom: 28px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.nav__menu > li {
    margin-right: 12px;
}

.nav__menu > li:last-child {
    margin-right: 0;
}

.nav__menu > li > a:hover,
.nav__menu > li.active > a {
    color: #f2977c;
}

.nav__menu > li > a {
    display: block;
    font-size: 18px;
    text-align: center;
}

/* capture */

.capture-unit {
    background: linear-gradient(306.02deg, #0d8a98 14.06%, #158e9b 77.05%);
    position: relative;
    overflow: hidden;
}

.capture-unit.dark {
    background: linear-gradient(0deg, #067a87, #067a87);
}

.capture-unit__btn {
    margin-top: 22px;
}

.capture-unit__title {
    color: #fff;
    margin-bottom: 22px;
}

.capture-unit__title > i {
    font-style: normal;
    color: #f2977c;
    white-space: nowrap;
}

.capture-unit__sect {
    color: #fff;

    max-width: 2200px;
    margin: 0 auto;
    position: relative;
}

.capture-unit__discont {
    position: absolute;
    height: 76px;
    width: 100%;
    max-width: 455px;
    right: 1rem;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--full-size);
    color: #067a87;
    background: #bee0e1;
    border-radius: 0 15px 15px 15px;
    margin-top: -15px;
    font-weight: bold;
    z-index: 10;
}

.capture-unit__discont::after {
    content: "";
    position: absolute;
    left: -41px;
    top: -0;
    height: 15px;
    width: 41px;
    border-radius: 10px 0 0 0;
    background-color: #a3bbbc;
}

.capture-unit__discont::before {
    content: "";
    position: absolute;
    left: -7.5px;
    top: -0;
    height: 15px;
    width: 15px;
    border-radius: 0;
    z-index: 2;
    background: url(../image/vec12.svg) no-repeat -4px 0;
}

.capture-unit__vec-three {
    background: url(../image/vec04.svg) no-repeat 0 0;
    background-size: cover;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

.capture-unit__vec-three.left {
    right: unset;
    left: 0;
}

.capture-unit__vec-four {
    position: absolute;
    right: -20%;
    bottom: -90%;
    z-index: 2;
    width: 1570px;
    height: 1569px;
    background: radial-gradient(47.45% 47.45% at 49.31% 52.55%, #82ced3 0%, rgba(202, 232, 235, 0) 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}

.capture-unit__vec-four.left {
    right: unset;
    left: -20%;
}

.capture-unit__vec-five {
    background: url(../image/vec17.svg) no-repeat 0 0;
    background-size: cover;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.top_mar {
    margin-top: 70px;
}

.first > div > .capture-unit__wrap::after {
    content: "";
    position: absolute;
    width: 1102px;
    height: 1102px;
    left: -151px;
    top: 0px;
    z-index: 4;
    background: radial-gradient(47.45% 47.45% at 49.31% 52.55%, #82ced3 0%, rgba(202, 232, 235, 0) 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}

.capture-unit__vec_ambulance {
    background: url(../image/ambulance.png) no-repeat left bottom;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-size: contain;
}

.capture-unit__vec02 {
    background: url(../image/vec02.svg) no-repeat right 0;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
}

.capture-unit__vec03 {
    content: "";
    background: url(../image/vec03.svg) no-repeat right bottom;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
}

.capture-unit__amb {
    background: url(../image/ambulance02.png) no-repeat right 0;
    background-size: contain;
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0px;
    z-index: 2;
    opacity: 0.33;
}

.capture-unit__vec-first {
    background: url(../image/vec10.svg) no-repeat 0 0;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
}

.capture-unit__vec-two {
    background: url(../image/vec11.svg) no-repeat right bottom;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    opacity: 0.8;
    width: 50%;
}

.capture-unit__vec18 {
    background: url(../image/vec18.svg) no-repeat left bottom;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0.8;
    width: 50%;
}

.capture-unit__glow {
    position: absolute;
    width: 1102px;
    height: 1102px;
    right: 0;
    top: 0;
    z-index: 4;
    background: radial-gradient(47.45% 47.45% at 49.31% 52.55%, #82ced3 0%, rgba(202, 232, 235, 0) 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}

.capture-unit__glow {
    right: unset;
    left: 0;
}

.capture-unit__sect > div > .container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    min-height: 600px;
    z-index: 10;
}

.zapoy > .capture-unit__sect > div > .container {
    min-height: auto;
}

.every-hour > .capture-unit__sect > div > .container {
    flex-direction: row-reverse;
}

.capture-unit__intro {
    width: 60%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
}

.zapoy .capture-unit__intro {
    width: 60%;
}

.capture-unit__image {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px;
}

/* .capture-unit__image > img {
    height: 100%;
} */

.capture-unit__intro > div > h4 {
    font-size: var(--full-size);
    font-weight: 500;
    margin-bottom: 28px;
    margin-top: -14px;
}

.capture-unit__oneday {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-top: 20px;
    font-size: var(--large-size);
    font-weight: 700;
}

.capture-unit__oneday > span:last-child {
    text-align: right;
    font-weight: 900;
    font-size: var(--full-size);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.capture-unit__oneday > span > span {
    display: block;
    font-size: var(--regular-size);
    opacity: 0.8;
    position: relative;
    font-weight: 100;
}

.capture-unit__oneday > span > span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.5px;
    width: 100%;
    height: 1px;
    background: #fff;
}

/* advan-block */

.advan-block__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.advan-block__item {
    width: calc(50% - 15px);
    margin-bottom: 30px;
    background: #fff;
    border-radius: 22px;
    display: flex;
    padding: 28px;
    background: #fff;
    box-shadow: 0px 96px 80px rgba(15, 69, 69, 0.07), 0px 12.0207px 10.0172px rgba(15, 69, 69, 0.035);
}

.advan-block__bott {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.advan-block__price {
    font-size: var(--large-size);
    color: #067a87;
    font-weight: 600;
}

.advan-block__pic {
    min-width: 90px;
    margin-right: 18px;
}

.advan-block__title {
    margin-bottom: 8px;
    font-size: var(--large-size);
    font-weight: bold;
    color: #067a87;
}

.advan-block__more {
    display: flex;
    max-width: 177px;
    margin: 0 auto;
    margin-top: 30px;
}

/* price-box */

/* .price-box {
    margin-top: 70px;
} */

.price-box__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.price-box__item {
    background-color: #ffffff;
    border-radius: 22px;
    padding: 28px;
    margin-bottom: 30px;
    width: 100%;
}

.price-box__head {
    margin-bottom: 21px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.price-box__title {
    font-size: var(--full-size);
    font-weight: bold;
    color: #1b1b1b;
}

.price-box__price-main {
    font-size: var(--full-size);
    color: #067a87;
    font-weight: 600;
    white-space: nowrap;
}

.price-box__priceval {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.price-box__price-old {
    color: #1b1b1b;
    opacity: 0.5;
    position: relative;
    /* text-decoration: line-through; */
}

.price-box__price-old::after {
    content: "";
    position: absolute;
    left: 0;
    top: 56%;
    width: 100%;
    height: 1px;
    background-color: #1b1b1b;
}

/* distinction */

.distinction__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.distinction__item img {
    width: 100%;
}

.distinction__item:last-child {
    margin-bottom: 0;
}

.distinction__item:nth-child(even) {
    flex-direction: row-reverse;
}

/* every-hour */

.every-hour__list > li::before {
    content: url(../image/vec05.svg);
}

.exc > li::before {
    content: url(../image/vec05.svg);
}

span.exc {
    display: flex;
}

span.exc::before {
    content: url(../image/vec05.svg);
    margin-right: 8px;
}

/* import */

.import {
    background-color: #bee0e1;
    font-size: var(--ms-size);
    font-weight: bold;
    color: #067a87;
}

.import > .container {
    display: flex;
    height: 120px;
    align-items: center;
    justify-content: center;
}

/* whywe */
.whywe__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.whywe__item {
    width: calc(25% - 15px);
    margin-bottom: 21px;
}

.item-3 .whywe__item {
    width: calc(33.33% - 15px);
}

.whywe__title {
    background-color: #73c0c6;
    border-radius: 22px;
    padding: 22px;
    margin-bottom: 20px;
    color: #fff;
    font-size: var(--middle-size);
    display: flex;
    align-items: center;
    position: relative;
    height: 106px;
}

.whywe__title > span {
    position: relative;
    z-index: 3;
}

.title-vari .whywe__title > span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.title-vari .whywe__title > span > span {
    font-size: 72px;
}

.whywe__title > span > span {
    display: block;
}

.whywe__title::before {
    margin-right: 11px;
    position: relative;
    z-index: 3;
}

.whywe__title > img {
    margin-right: 12px;
}

/* .whywe__item:nth-child(1) .whywe__title {
    text-align: center;
}

.whywe__item:nth-child(2) .whywe__title::before {
    content: url(../image/vec06.svg);
}
.whywe__item:nth-child(3) .whywe__title::before {
    content: url(../image/vec08.svg);
}
.whywe__item:nth-child(4) .whywe__title::before {
    content: url(../image/vec09.svg);
} */

.whywe__title::after {
    content: url(../image/vec07.svg);
    position: absolute;
    left: 0;
    bottom: -5px;
    z-index: 2;
}

.whywe__title > span > span {
    font-size: 34px;
    font-weight: 700;
}

.whywe__txt {
    line-height: 1.3;
}

/* hotline */

.hotline__video {
    position: relative;
    cursor: pointer;
}

.hotline .btn_m {
    margin-top: 11px;
}

.hotline img {
    width: 100%;
}

.hotline__pic {
    border-radius: 22px;
}

.hotline__box {
    border-radius: 22px;
    padding: 22px;
    background: #fff;
    margin-top: 24px;
    margin-bottom: 36px;
}

.hotline__box_title {
    display: block;
    font-size: var(--large-size);
    font-weight: bold;
    color: #067a87;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.hotline__video > img {
    width: 100%;
}

.hotline__video::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.035);
}

.hotline__video::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.035);
}

.hotline__video::after {
    content: "";
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    width: 60%;
    height: 60%;
    background: url(../image/play.svg) no-repeat;
}

.hotline__intro {
    border-radius: 22px;
    padding: 22px;
    background-color: #fff;
    margin-bottom: 48px;
}

.hotline__intro_title {
    font-size: var(--large-size);
    color: #067a87;
    font-weight: 700;
    display: block;
    margin-bottom: 12px;
}

.hotline__pic {
    position: relative;
}

.hotline__pic > img {
    width: 100%;
    border-radius: 22px;
}

.hotline__whitsapp {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #bee0e1;
    height: 58px;
    justify-content: center;
    align-items: center;
    left: 0;
    display: flex;
    border-radius: 0 0 22px 22px;
    font-weight: 600;
    color: #067a87;
}

.hotline__whitsapp > span {
    display: flex;
    align-items: center;
}

.hotline__whitsapp > span::before {
    content: url(../image/whats.svg);
    margin-right: 5px;
}

.hotline__24free,
.main__label {
    font-size: var(--middle-size);
    background: #bee0e1;
    border-radius: 22px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
    color: #067a87;
    font-weight: 700;
    margin-bottom: 11px;
    /* max-width: 445px; */
}

.hotline__24free > span {
    padding-top: 15px;
    padding-bottom: 15px;
}

.hotline__title {
    margin-bottom: 18px;
}

/* footer */

.footer {
    background-color: rgba(190, 224, 225, 0.2);
    color: #1b1b1b;
}

.footer__row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer__row:first-child {
    margin-bottom: 36px;
    flex-wrap: nowrap;
    align-items: center;
}

.footer__logo {
    display: flex;
    align-items: center;
}

.footer__logo > span {
    max-width: 160px;
    margin-left: 29px;
    font-size: var(--middle-size);
}

/* .footer__phone {
    display: flex;
    align-items: center;
    font-size: var(--middle-size);
    white-space: nowrap;
}
.footer__phone::before {
    content: url(../image/phone.svg);
    margin-right: 7px;
} */

.footer__city > span {
    display: flex;
    align-items: self-start;
    font-size: var(--middle-size);
}

.footer__city > span::after {
    content: url(../image/arrow.svg);
}

.footer__callback {
    display: flex;
}

.footer__order_a_call {
    margin-left: 50px;
}

.footer__order_a_call::before {
    content: url(../image/callback.svg);
    margin-right: 10px;
}

.footer__mailsend::before {
    content: url(../image/facebook.svg);
    margin-right: 10px;
}

.footer__col {
    width: 25%;
}

.footer__menu > li {
    margin-bottom: 8px;
}

.footer__menu > li > a {
    color: #1b1b1b;
}

.footer__menu.backlight > li > a {
    color: #067a87;
}

.footer__menu > li > a:hover {
    color: #067a87;
}

.footer_corporation > span {
    display: block;
    margin-top: 8px;
    text-align: left;
}

/* mobile-menu */

.mobile-menu__back {
    display: flex;
    padding: 20px 16px;
    color: #067a87;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid rgba(27, 27, 27, 0.2);
}

.mobile-menu__back::before {
    content: url(../image/arrow03.svg);
    margin-right: 10px;
}

.mobile-menu {
    position: fixed;
    top: 0;
    width: 100%;
    bottom: 0;
    background: #fff;
    /* align-items: center; */
    /* padding-top: 100px; */
    z-index: 22;
    text-align: left;
    left: -5000px;
    transition: all 1s ease;
}

.mobile-menu.active {
    left: 0;
}

.mobile-menu__menu > li {
    border-bottom: 1px solid rgba(27, 27, 27, 0.2);
}

.mobile-menu__menu > li:last-child {
    border-bottom: none;
}

.mobile-menu__menu > li > a {
    font-weight: 600;
    display: block;
    padding: 20px 16px;
    font-size: var(--regular-size);
}

.mobile-menu__phone-city {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.mobile-menu__phone {
    display: flex;
    align-items: center;
    margin-right: 20px;
    white-space: nowrap;
    font-size: var(--middle-size);
}
.mobile-menu__phone::before {
    content: url(../image/phone.svg);
    margin-right: 7px;
}

.mobile-menu__city > span {
    display: flex;
    align-items: self-start;
    font-size: var(--middle-size);
    white-space: nowrap;
    position: relative;
}

.mobile-menu__city > span::after {
    content: url(../image/arrow.svg);
    position: absolute;
    right: -22px;
}

.mobile-menu__callback {
    display: none;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

.mobile-menu__order_a_call {
    /* margin-bottom: 12px; */
    white-space: nowrap;
}

.mobile-menu__order_a_call::before {
    content: url(../image/callback.svg);
    margin-right: 10px;
}

.mobile-menu__mailsend::before {
    content: url(../image/facebook.svg);
    margin-right: 10px;
}

/* alcohol-block  */

.alcohol-block > .container {
    display: flex;
    align-items: stretch;
}

.alcohol-block__pic {
    border-radius: 22px;
}

.alcohol-block__items {
    padding: 18px 0;
}

.alcohol-block__item {
    padding: 22px;
    border-radius: 22px;
    background: #fff;
    margin-bottom: 8px;
    margin-left: -22px;
}

.alcohol-block__item:last-child {
    margin-bottom: 0;
}

.alcohol-block__title {
    font-size: var(--large-size);
    color: #067a87;
    margin-bottom: 18px;
    font-weight: 900;
}

/* countdown */

.countdown__wrap {
    display: flex;
    background: linear-gradient(180deg, #f3977c 0%, #ff7245 100%);
    border-radius: 22px;
    display: flex;
    justify-content: space-between;
    padding: 55px;
    font-size: var(--mx-size);
    color: #fff;
    font-weight: 700;
    margin-top: 22px;
    align-items: center;
}

.countdown__wrap > span {
    margin-right: 12px;
}

.countdown__wrap > span:last-child {
    margin-right: 0;
}

/* after_an_iv */

.after_an_iv > .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.after_an_iv__lt {
    width: calc(40% - 15px);
}

.after_an_iv__rt {
    width: calc(60% - 15px);
}

/* systematic */

.systematic__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.systematic__item {
    width: calc(25% - 22px);
    font-size: var(--sm-size);
}

.systematic__item > span {
    margin-top: 14px;
    margin-bottom: 18px;
    font-size: var(--large-size);
    font-weight: bold;
    display: block;
}

.drug__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.drug__item {
    width: calc(25% - 20px);
    border-radius: 22px;
    background-color: #fff;
    padding: 22px 33px;
}

.drug__title {
    font-size: var(--large-size);
    font-weight: 700;
    color: #067a87;
    display: flex;
    margin-bottom: 18px;
}

.drug__title > span > i {
    font-style: normal;
    font-size: var(--large-size);
    display: block;
    font-weight: 500;
}

.drug__title::before {
    content: url(../image/vec01.svg);
    margin-right: 10px;
}

.drug__title::before {
    content: url(../image/vec01.svg);
    margin-right: 10px;
}

.exc_point > .drug__title::before {
    content: url(../image/ext.svg);
    margin-right: 10px;
}

.drug__txt {
    line-height: 1.33;
}

/* accordion */

.accordion__item {
    background-color: #ffffff;
    border-radius: 22px;
    padding: 28px;
    margin-bottom: 30px;
    width: 100%;
}

.accordion__title {
    font-size: calc(var(--large-size) + 2px);
    color: #067a87;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
}

.accordion__title::after {
    content: url(../image/arrow02.svg);
    margin-left: 20px;
}

.active .accordion__title::after {
    transform: rotate(-180deg);
}

.accordion__txt {
    padding-top: 22px;
    display: none;
}

.active > .accordion__txt {
    display: block;
}

/* not-become */

.not-become {
    background: linear-gradient(306.02deg, #00454d 14.06%, #158e9b 77.05%);
}

.not-become__items {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.not-become__item {
    width: calc(25% - 15px);
    color: #fff;
    margin-bottom: 24px;
}

.not-become__title {
    margin-bottom: 20px;
    border-radius: 22px;
    background-color: #73c0c6;
    display: block;
    height: 106px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.not-become__title::after {
    content: url(../image/vec07.svg);
    position: absolute;
    left: 0;
    bottom: -5px;
    z-index: 2;
}

.not-become__title > div > span:first-child {
    font-size: 72px;
    font-weight: bold;
}

.evidence-based__item {
    width: calc(50% - 16px);
    margin-bottom: 31px;
}

.evidence-based__title {
    color: #000;
    font-size: var(--full-size);
    margin-bottom: 8px;
}

/* newgen */
.newgen__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newgen__item {
    background: #fff;
    border-radius: 22px;
    padding: 46px;

    width: calc(50% - 15px);
    margin-bottom: 30px;
}

.newgen__item:last-child {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
}

.newgen__title {
    font-size: var(--full-size);
    font-weight: 700;
    display: flex;
    align-items: center;
}

.newgen__title::before {
    margin-right: 5px;
}

.newgen__item:nth-child(1) > .newgen__title::before {
    content: url(../image/icon01.svg);
}
.newgen__item:nth-child(2) > .newgen__title::before {
    content: url(../image/icon02.svg);
}
.newgen__item:nth-child(3) > .newgen__title::before {
    content: url(../image/icon03.svg);
}

/* 
why_at_home */

.why_at_home__items {
    width: calc(100% + 80px);
    padding-top: 10px;
}

.why_at_home__item {
    padding: 22px;
    line-height: 1.33;
    border-radius: 22px;
    background-color: #fff;
    margin-bottom: 18px;
    display: flex;
    box-shadow: 0px 96px 80px rgba(15, 69, 69, 0.07), 0px 12.0207px 10.0172px rgba(15, 69, 69, 0.035);
}

.why_at_home__item:last-child {
    margin-bottom: 8px;
}

.why_at_home__title {
    font-size: var(--large-size);
    margin-bottom: 8px;
    color: #067a87;
    font-weight: 600;
    display: flex;
}

.why_at_home__title::before {
    content: url(../image/vec01.svg);
    margin-right: 10px;
}

.why_at_home__item::before {
    margin-right: 15px;
}

.why_at_home__item:nth-child(1):before {
    content: url(../image/icon04.svg);
}
.why_at_home__item:nth-child(2):before {
    content: url(../image/icon05.svg);
}
.why_at_home__item:nth-child(3):before {
    content: url(../image/icon06.svg);
}
.why_at_home__item:nth-child(4):before {
    content: url(../image/icon07.svg);
}

.no-before.why_at_home__item::before {
    content: "";
}

/* modal */

.modal {
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 200;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 22px;
}

.modal.open {
    display: flex;
}

.modal__wrap {
    padding: 24px;
    border-radius: 22px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.035);
    background: #fff;
    width: 100%;
    max-width: 400px;
    position: relative;
}

@media (max-width: 520px) {
    .modal__wrap {
        padding: 12px;
    }

    .orange {
        font-size: 26px;
    }
    .orange-new {
        font-size: 22px;
    }
}

.modal__title {
    font-size: var(--large-size);
    font-weight: 700;
    display: block;
    padding: 0 33px;
    /* color: #067A87; */
}

.modal__thenks {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #067a87;
    margin-top: 22px;
}

.modal__row {
    margin-bottom: 24px;
}
.modal__row:last-child {
    margin-bottom: 0;
}

.modal__close {
    position: absolute;
    right: 24px;
    top: 24px;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    border: 1px solid #067a87;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.modal__row > span {
    display: block;
    margin-bottom: 8px;
    /* font-weight: 600; */
    /* text-align: left; */
}

.modal__row > span:last-child {
    margin-bottom: 0;
}

.modal__input,
.modal__row > input[type="text"] {
    border-radius: 14px;
    border: 1px solid #73c0c6;
    height: 38px;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
}

.modal__row a {
    color: #067a87;
}

.modal__row > input[type="submit"],
.modal__submit {
    height: 45px;
    background: linear-gradient(180deg, #f3977c 0%, #ff7245 100%);
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198),
        0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035),
        0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802),
        inset -1px -5px 14px #f75320;
    border-radius: 54px;
    min-width: 256px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    cursor: pointer;
}

/* reason */

.reason__box {
    border-radius: 22px;
    background-color: #fff;
    padding: 42px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin-bottom: 12px;
}

.reason__title {
    font-size: var(--full-size);
    font-weight: bold;
    margin-bottom: 48px;
    display: block;
}

.reason__butons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reason__price {
    font-size: var(--full-size);
    font-weight: 600;
    color: #067a87;
}

/* mobile-fix-footer */

.mobile-fix-footer {
    background: #fff;
    border-radius: 22px 22px 0 0;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 20;
    box-shadow: 0 0 10px rgb(0 0 0 / 12%);
}

.mobile-fix-footer > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 66px;
    width: 100%;
}

.underlined__list > li {
    padding-bottom: 11px;
    margin-bottom: 11px;
    border-bottom: 1px solid #067a874d;
}

.underlined__list > li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    color: #067a87;
}

@media (max-width: 1024px) {
    :root {
        --middle-size: 18px;
        --large-size: 22px;
        --full-size: 27px;
        --ms-size: 32px;
        --mx-size: 40px;
    }

    .no-tablet {
        display: none;
    }
    .header__logo {
        flex-direction: column;
    }
    .header__logo > span {
        margin-left: 0;
        max-width: 100%;
    }
    .header__phone {
        margin-right: 0;
        margin-bottom: 12px;
    }

    .header__phone-city {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .main__title {
        font-size: var(--mx-size);
        margin-bottom: 22px;
    }
    .main__list > li {
        font-size: var(--regular-size);
    }
    .footer__order_a_call {
        margin-left: 20px;
    }
}

@media (max-width: 911px) {
    :root {
        --mx-size: 32px;
    }

    .capture-unit__sect > div > .container {
        min-height: auto;
        flex-direction: column !important;
    }

    .capture-unit__intro {
        width: 70% !important;
    }

    .header__order_a_call {
        margin-bottom: 0;
        margin-top: 12px;
    }

    .capture-unit__image {
        height: 300px;
        width: 300px;
        position: absolute;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 22px;
    }

    .first > div > .capture-unit__wrap::before {
        display: none;
    }
    .whywe__item {
        width: calc(50% - 15px);
    }

    .footer__callback {
        flex-direction: column;
    }
    .footer__logo {
        flex-direction: column;
    }
    .footer__logo > span {
        margin-left: 0;
        max-width: 100%;
    }
    .footer__phone {
        margin-right: 22px;
    }
    .footer__order_a_call {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media (max-width: 720px) {
    :root {
        --middle-size: 16px;
        --large-size: 20px;
        --full-size: 22px;
        --ms-size: 26px;
        --mx-size: 28px;
    }
    .content h3 {
        margin-top: 22px;
        margin-bottom: 11px;
    }

    .content h4 {
        margin-top: 22px;
        margin-bottom: 11px;
    }

    .content p {
        margin-bottom: 8px;
        margin-top: 8px;
    }
    /* .main__title {
        margin-bottom: 11px;
    } */
    body {
        padding-top: 114px;
        padding-bottom: 65px;
    }
    .section-padding {
        padding-top: 36px;
        padding-bottom: 36px;
    }
    .m-column-reverse {
        flex-direction: column-reverse;
    }
    .m-mb-0 {
        margin-bottom: 0 !important;
    }
    .no-mobile {
        display: none;
    }
    .mb-m-0 {
        margin-bottom: 0 !important;
    }

    .header {
        position: fixed;
        left: 0;
        width: 100%;
        top: 0;
        z-index: 20;
        border-bottom: none;
    }

    .header > .container {
        height: 69px;
        background-color: #fff;
    }
    .header__phone-city {
        flex-direction: column;
    }
    .header__phone {
        margin: 0;
        margin-bottom: 12px;
    }

    .capture-unit__intro > div > h4 {
        margin-top: 0;
    }

    .advan-block__item {
        width: 100%;
    }
    .whywe__item {
        width: calc(50% - 15px);
    }
    .col-1,
    .col-2,
    .col-3 {
        width: 100%;
        padding-bottom: 6px;
    }
    .col-w-p-60 {
        width: 100%;
        margin-bottom: 12px;
    }

    .col-w-p-40 {
        width: 100%;
        margin-bottom: 12px;
    }
    .why_at_home__items {
        width: 94%;
        margin-left: 3%;
        margin-top: -33px;
    }
    .why_at_home__item {
        border-radius: 11px;
        margin-bottom: 13px;
    }
    .hotline__container {
        flex-wrap: wrap;
    }
    .hotline__pic,
    .hotline__bg {
        height: 260px;
        margin-bottom: 12px;
        background-position: right;
    }
    .hotline__intro {
        margin-bottom: 24px;
    }
    .drug_prep {
        padding-top: 120px;
        position: relative;
    }
    .drug_prep .main__title {
        position: absolute;
        top: -96px;
    }
    .mobile {
        display: flex !important;
    }
    .hotline__title {
        margin-top: 22px;
        max-width: 85%;
    }

    .alcohol-block > .container {
        flex-direction: column;
    }
    .alcohol-block__pic {
        height: 300px;
    }
    .alcohol-block__item {
        margin-left: 22px;
        margin-right: 22px;
    }
    .alcohol-block__item p {
        display: flex;
    }
    .alcohol-block__item p::before {
        content: url(../image/vec01.svg);
        margin-right: 8px;
    }
    .alcohol-block__items {
        margin-top: -31px;
    }

    .advan-block__more {
        margin-top: 0;
        max-width: 100%;
        font-weight: 900;
    }
    .advan-block__bott {
        flex-direction: column;
    }
    .advan-block__price {
        margin-bottom: 10px;
    }
    .whywe__item {
        width: calc(50% - 15px) !important;
    }
    .item-3 .whywe__item:last-child {
        width: 100% !important;
    }

    .countdown__wrap {
        padding: 33px;
    }

    .capture-unit__discont {
        height: 62px;
        max-width: 260px;
        right: 1rem;
        font-size: 32px;
    }

    .capture-unit__intro {
        width: 100% !important;
    }

    .capture-unit__sect > div > .container {
        padding-bottom: 300px;
        padding-top: 42px;
    }

    .capture-unit__image {
        width: 100%;
    }

    .capture-unit__image > img {
        height: 264px;
        width: auto;
    }

    .after_an_iv__lt,
    .after_an_iv__rt {
        width: 100%;
    }

    .systematic__item {
        width: calc(50% - 15px);
    }

    .drug__item {
        width: calc(50% - 15px);
        margin-bottom: 30px;
    }

    .not-become__item {
        width: calc(50% - 15px);
    }
    .not-become__title {
        margin-bottom: 11px;
    }
    .not-become__title > div > span:first-child {
        font-size: 52px;
    }

    .newgen__item {
        width: 100%;
    }

    .reason__butons {
        flex-direction: column-reverse;
        gap: 8px;
    }
    .reason__title {
        margin-bottom: 24px;
    }
    .footer > .container {
        display: flex;
        flex-direction: column-reverse;
    }
    .footer__col {
        width: 50%;
        margin-bottom: 22px;
    }
    .footer__row:first-child {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 1rem;
        margin-top: 22px;
        margin-bottom: 0;
    }
    .footer_corporation {
        text-align: center;
    }
}

@media (max-width: 501px) {
    .no-mob-device {
        display: none;
    }
    .pb-m-0 {
        padding-bottom: 0;
    }
    
 

    .mob-device {
        display: flex;
    }

    .btn_m:not(.btn) {
        max-width: 100%;
        width: 100%;
        display: flex;
    }

    .mt-50 {
        margin-top: 25px !important;
    }

    .mb-50 {
        margin-bottom: 25px !important;
    }



    .header__logo > img {
        max-width: 111px;
    }
    .header__city > span, .header__burger {
        font-size: var(--sm-size);
    }

    .capture-unit__vec-first {
        background-position: right center;
    }

    .countdown__wrap {
        flex-direction: column;
        margin-bottom: 52px;
    }

    .countdown__wrap > span {
        margin: 0;
        margin-bottom: 12px;
    }

    .countdown__wrap > span:last-child {
        margin-bottom: 0;
    }

    .whywe__item {
        width: 100% !important;
    }
    .advan-block__pic {
        min-width: 60px;
        margin-right: 10px;
    }
    .systematic__item {
        width: 100%;
    }

    .not-become__item {
        width: 100%;
    }

    .drug__item {
        width: 100%;
    }

    .front-page .main__list > li:nth-child(1) {
        max-width: 90%;
    }

    .front-page .main__list > li:nth-child(2) {
        max-width: 65%;
    }

    .front-page .main__list > li:nth-child(3) {
        max-width: 60%;
    }

    .front-page .capture-unit__image {
        background-position: 0 bottom !important;
        transform: scale(-1, 1);
    }

    .front-page .capture-unit__sect > div > .container {
        padding-bottom: 100px;
        padding-top: 42px;
    }

    .front-page .btn_m,
    .inner-page .btn_m,
    .zapoy-page .btn_m,
    .igomanya .btn_m {
        padding-left: 0;
        padding-right: 0;
        width: auto;
        max-width: auto;
        display: inline-flex;
        height: 58px;
    }

    .inner-page .capture-unit__sect > div > .container {
        padding-bottom: 200px;
        padding-top: 42px;
    }

    .inner-page .capture-unit__image {
        right: -120px;
    }

    .no-narkotik .capture-unit__image {
        transform: scale(-1, 1);
        right: -150px;
    }

    .capture-unit__amb {
        width: 100%;
        height: 50%;
        top: unset;
        bottom: 0;
    }

    .hotline__24free,
    .main__label {
        padding-left: 30px;
        padding-right: 30px;
    }

    .fz-24 {
        font-size: 24px !important;
    }

    .footer__col {
        width: 100%;
    }

    /* .footer__menu > li {
        text-align: center;
    } */
}
.modal_form {
    top: 40%;
}
.warm_bg{
    background-color: #eff5fa;
}
.modal_form .block-webform {
    position: relative;
}
.modal_form .block_heading {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px;
}
#block-webform-client-block-127 p.block_heading span {
    position: absolute;
    right: 0;
    cursor: pointer;
}
.modal_form .form-item {
    margin-bottom: 20px;
}
.modal_form .form-item label {
    top: 17px;
}
.modal_form {
    display: none;
    position: fixed;
    z-index: 11;
    top: 50%;
    left: 50%;
    background: #fff;
    padding: 20px 20px 25px;
    width: 500px;
    margin: -120px 0 0 -250px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}
.modal_form .form-item input {
    border: 1px solid #e3e3e3;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    font-family: 'Open Sans';
    width: 100%;
}