* {
    padding: 0;
    margin: 0;

}

*:-moz-placeholder,
*:-ms-input-placeholder,
*::-webkit-input-placeholder {
    color: #e0e0e5 !important;
}

:root {
    --body-color: white;
    --body-white: white;
    --body-blue: #D3EEF6;
    --body-black: black;

    --font-color: black;
    --font-white: white;
    --font-blue: #1C22AC;
    --font-black: black;

    --size-default: 17px;
    --size-17: 17px;
    --size-20: 20px;
    --size-23: 23px;
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: Calibri;
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--body-color);
    color: var(--font-color);
    font-size: var(--size-default);
}

a {
    text-decoration: none;
    color: var(--font-color);
}

a:hover {}

li {
    list-style-type: none;
}

input,
textarea {
    outline: none;
}

header {
    display: block;
    width: 100%;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.container-2 {
    width: 100%;
    max-width: 1310px;
    margin: 0 auto;
    padding: 0px 25px;
}

.backcolor {
    width: 100%;
    height: auto;
    background-color: #4EBBDA;
    position: relative;
}

.menu-visually {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    /*line-height: 20px;*/
    font-weight: bold;
    font-size: 17px !important;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 90px;
    padding-right: 95px;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.menu-visually__icon {
    top: 18px;
    left: 25px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: absolute;
}

.menu-visually__title {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
    text-transform: uppercase;
    padding-right: 10px;
}

.menu-visually__size,
.menu-visually__color {
    -webkit-box-flex: 1.5;
    -ms-flex-positive: 1.5;
    flex-grow: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.choice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.choice li {
    width: 30px;
    height: 35px;
    background-color: black;
    border-radius: 4px;
    margin-right: 7px;
    cursor: pointer;
    line-height: 35px;
    text-align: center;
}

.menu-visually__size ul li:first-child {
    font-size: 21px;
    margin-left: 10px;
}

.menu-visually__size ul li:nth-child(2) {
    font-size: 26px;
}

.menu-visually__size ul li:last-child {
    font-size: 30px;
}

.menu-visually__color {
    min-width: 250px;
}

.menu-visually__color ul {
    font-size: 26px;
}

.menu-visually__color ul li:first-child {
    background-color: #FFFFFF;
    color: #000000;
    margin-left: 10px;
}

.menu-visually__color ul li:last-child {
    background-color: #D3EEF6;
    ;
    color: #1C22AC;
}

.menu-visually__hide-btn {
    text-transform: uppercase;
    position: absolute;
    right: 25px;
}

.menu-visually__hide-btn a {
    color: white !important;
}

.menu-visually__hide-btn .word {
    cursor: pointer;
}

.menu-visually__hide-btn .cross {
    display: none;
}

.topblock {
    position: relative;
}

.head-phones {
    font-size: 1.27em;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight: bold;
}

.menu li>a {
    display: block;
    width: 100%;
}

.top-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-menu li {
    padding: 10px 10px;
}

footer {
    padding-top: 50px;
    border-top: 1px solid var(--font-color);
}

.bottom-menu {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bottom-menu .bottom-menu__sub {
    text-transform: none;
    margin-top: 22px;
}

.back-white {
    height: auto;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--body-color);
}

.box-contraindications {
    opacity: 0;
    position: relative;
    padding: 40px 0px;
    font-size: 1.77em;
    text-transform: uppercase;
    font-weight: bold;
}

.box-contraindications-holder {
    width: 100%;
    padding: 40px 10px;
    display: block;
    color: var(--font-color);
    font-weight: bold;
    font-size: 1.77em;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
}

.vis_impaired-body {
    font-size: 1.26em;
    text-align: center;
}

.vis_impaired-body h2 {
    font-weight: bold;
    font-size: 1.14em;
}

.vis_impaired-body div {
    padding: 15px 0;
}

.call-popup {
    display: block;
    padding: 15px 20px;
    text-align: center;
    background-color: var(--font-color);
    color: var(--body-color);
    border-radius: 4px;
}

.call-popup:hover {
    color: var(--body-color);
}

.adapt-menu {
    display: none;
}

.cross-adapt {
    display: none;
}

@media screen and (max-width: 768px) {
    .menu-visually__hide-btn {
        top: 22px;
    }

    .menu-visually__hide-btn .word {
        cursor: pointer;
        display: none;
    }

    .menu-visually__hide-btn .cross {
        cursor: pointer;
        display: inline-block;
    }

    .cross-adapt {
        display: block;
    }

    .top-menu {
        padding: 40px 15px;
        -webkit-transition: left .3s ease;
        transition: left .3s ease;
        left: -100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .menu-visually__size,
    .menu-visually__color,
    .menu-visually__hide-btn {
        /*margin-left:15px;*/
    }

    .adapt-menu {
        display: block;
        width: 28px;
        height: 20px;
        position: absolute;
        left: 25px;
        top: 30px;
        cursor: pointer;
    }

    .adapt-menu {
        fill: var(--font-color);
    }

    .menu-visually {
        padding-right: 55px;
    }

    .menu-visually__title {
        -webkit-box-flex: 5;
        -ms-flex: 5;
        flex: 5;
    }

    .menu-visually__color {
        min-width: unset;
    }

    .top-menu {
        position: absolute;
        z-index: 1;
        background-color: var(--body-color);
        width: 100%;
        top: 0;
        overflow-x: hidden;
    }

    .cross-adapt {
        position: absolute;
        z-index: 1;
        top: 15px;
        right: 25px;
        cursor: pointer;
    }

    .cross-adapt {
        fill: var(--font-color);
    }
}

@media screen and (max-width: 480px) {
    .container-2 {
        padding: 0px 15px;
    }

    .head-phones {
        padding: 20px 0;

        float: right;
        text-align: left;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .call-popup {
        display: block;
        padding: 10px 20px;
        width: 70%;
        float: right;
        text-align: center;
        background-color: var(--font-color);
        color: var(--body-color);
        border-radius: 4px;

        margin-top: 20px;
    }

    .box-contraindications-holder,
    .box-contraindications {
        font-size: 1.17em;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .bottom-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .bottom-menu .bottom-menu__sub {
        margin-top: 12px;
    }

    .bottom-menu>li {
        margin-bottom: 20px;
    }

    .pharmacies .side_search form .col {
        width: 100%;
    }

    .pharmacies .arrow-select {
        width: 70%;
        float: right;
    }

    .pharmacies .side_search form label {
        display: inline-block;
        width: 22%;
        text-align: right;
    }

    .menu-visually {
        padding: 12px 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        /*display:block;*/
    }

    .menu-visually__hide-btn {
        right: 15px;
    }

    .menu-visually__title,
    .menu-visually__size,
    .menu-visually__color {
        margin-bottom: 10px;
        padding: 0;
        width: 70%;
        margin-right: 0;
        margin-left: auto;
    }

    .menu-visually__size span,
    .menu-visually__color span {
        display: inline-block;
        width: 35%;
    }
}

/******start popup******/
/* Базовые стили слоя затемнения и модального окна  */
.overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    visibility: hidden;

    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    position: fixed;
    cursor: default;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

/*** Формируем стили модального окна ***/
.popup {
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    display: block;
    visibility: hidden;
    margin: 0 auto;
    width: 320px;
    position: fixed;
    padding: 50px 40px;
    background-color: var(--body-color);
    /* внешняя тень блока */
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
    /* полная прозрачность окна, появление при клике */
    opacity: 0;
    /* эффект перехода (появление) */
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

/* активируем появление окна и затемнение фона */
.overlay:target+.popup {
    top: 20%;
    /* положение окна от верха страницы при появлении */
    visibility: visible;
    opacity: 1;
    /* убираем прозрачность */
}

/* формируем кнопку закрытия */
.close {
    position: absolute;
    top: 20px;
    right: 10px;
    padding: 0;
    width: 20px;
    height: 20px;
}

.popup .close svg {
    fill: var(--font-color);
}

/* опционально при добавлении вложений */
.popup p,
.popup div {
    margin-bottom: 10px;
}


/* button */

.button {

    color: white;
    width: 270px;
    text-decoration: none;
    padding: 10px 5px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-family: Helvetica, Arial, sans-serif;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    cursor: pointer;

}

.button-blue {
    background-color: #0600FF;
}

.button:hover {
    background-color: #5555ff;
    -webkit-box-shadow: 0 0 10px 10px #b7b7ff inset;
    box-shadow: 0 0 10px 10px #b7b7ff inset;
}

.button:active {
    background-color: #0000ff;
    -webkit-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
}

.btn-submit {
    border: none !important;
    background-color: var(--font-color) !important;
    color: var(--body-color) !important;
    display: block;
    width: 100%;
    padding: 10px 10px;
    border-radius: 4px;
    font-weight: bold;
}

.form-required {
    display: none;
}

.popup .inputtext {
    display: block;
    width: 100%;
    padding: 5px;
    border-radius: 4px;
    border: 2px solid var(--font-color);
    font-weight: bold;
}

input::-moz-placeholder {
    color: var(--font-color);
}

input::-webkit-input-placeholder {
    color: var(--font-color);
}

.popup form>div {
    margin-top: 1.5em;
}

/*****end popup*******/