*{
    box-sizing: border-box;
    margin: 0;
}
*::after,
*::before{
    box-sizing: inherit;
}
.mass-calc-back{
    display: flex;
    justify-content: center;
    gap: 20px;
    box-sizing: border-box;
}
.calc-mass-select{
    width: 100%;
    background-color: #fff;
    border: none;
    border-radius: 20px;
    color: #6B6B6B;
    box-shadow: 5px 5px 15px rgb(0 0 0 / 10%);
    padding: 10px;
}
.calc-mass{
    padding: 10px;
    border-radius: 15px;
    background-color: #04A64B;
    width: 100%;
    
}
.calc-mass p{
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color:#fff;

}
.calc-mass input{
    outline: none;
    margin-bottom: 10px;
    padding: 10px; 
    width: 100%;
    background: #fff;
    border: 1px solid #cdcd;
    box-sizing: border-box;
    border-radius: 15px;
}
.calc-style-rodu{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.calc-text {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    max-width: 1140px;
    margin-bottom: 1.5em;
    font-size: 16px;
    line-height: 20px;
    text-indent: 20px;
}
.calc-text ul, ol {
    margin: 10px 0 1.5em 3em;
    line-height: 25px;
}
.container-ber{
    display: flex;
    gap: 20px ;
}
.right_form_calc-container{
    background-color: rgb(231, 49, 55, 0.85);
    padding: 10px;
    border-radius: 15px;
}
.right_form_calc-container div {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 40px;

}
.right_form_calc-container div input {
    width: auto;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background: 0 0;
    border: none;
    display: inline;
}
.right_form_calc-container div .week {
    width: 90px;
}
.calc_button_pc{
    margin-top: 15px;
    outline: none;
    padding: 10px;
    border: 0;
    background-color: #04A64B;
    width: 100%;
    border-radius: 15px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.calc_button_pc:hover{
    padding: 8px;
    background-color: #fff;
    border: 2px solid #04A64B;
    color: #000;

}
.calc-ber-container{
    justify-content: center;
}
.calc-container .right_form_calc-container {
    width: 345px;
}
.calc-style .container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.calc-rodu-container{
    display: flex;
    width: 100%;
    gap: 20px;
    justify-content: center;
}

.calc-style .other-calc-container {
    width: 260px;
}
.calc-style .clear_calc {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #fff;
    box-sizing: border-box;
    border-radius: 8px;
    background: 0 0;
    padding: 15px;
    width: 100%;
    display: block;
    text-decoration: none;
    margin-top: 15px;
}
.calc-style .the-datepicker__main {
    display: block !important;
}
.calc-style .the-datepicker__close {
    display: none !important;
}
#my_color {
    margin: 0 auto;
}
.calc-style .the-datepicker__container, .calc-style .the-datepicker__main {
    position: relative !important;
    z-index: 99;
    top: auto !important;
    margin-bottom: 10px;
}
.calc-style .the-datepicker__container .the-datepicker__main {
    width: auto;
    background: #04A64B;
    border-radius: 15px !important;
    border: none !important;
    padding-top: 14px;
    margin: 0 auto;
}
.calc-style .the-datepicker__main table.the-datepicker__calendar tbody {
    display: table-row-group;
    background: #fff;
    border-radius: 15px;
}
.calc-style table tr:nth-child(2n+1) {
    background: #fff;
}
.calc-style table thead tr {
    background: #f5f5f7 !important;
}
.calc-style table tbody tr a {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #000000!important;
    opacity: .8;
}
.calc-style .the-datepicker__main th.the-datepicker__week-day {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #999;
    opacity: .8;
    text-transform: none;
}
.calc-style .the-datepicker__main td.the-datepicker__day--selected a.the-datepicker__button .the-datepicker__day-content, .calc-style .the-datepicker__main td.the-datepicker__day--selected.the-datepicker__day--highlighted a.the-datepicker__button .the-datepicker__day-content {
    background: rgb(231, 49, 55, 0.85);
    border-radius: 6px;
    color: #fff;
}
.calc-style .the-datepicker__main td.the-datepicker__cell a.the-datepicker__button .the-datepicker__day-content {
    display: block;
    padding: 7px 0;
}
.calc-style .the-datepicker__main .the-datepicker__go {
    display: none;
}
.calc-style .the-datepicker__main .the-datepicker__state {
    display: flex;
    width: 100%
}
.calc-style .the-datepicker__main .the-datepicker__month {
    padding-right: 40px;
}
.calc-style .the-datepicker__main .the-datepicker__body {
    margin-top: 14px;
}
.calc-style .the-datepicker__main td.the-datepicker__cell {
    padding: 10px 2px;
}
.calc_button_mb {
    display: none;
}

.calc_title {
    height: 50px;
    text-align: center;
}
.calc-style .the-datepicker__top, .calc-style .the-datepicker__deselect {
    display: none !important;
}
.calc-style .the-datepicker__containe {
    margin-top: -19px;
}
.calc-container.calc-container-2 .calc-form-left {
    width: 100%;
    margin-right: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.left-clalendar {
    max-width: 350px;
    text-align: center;
}
.left-clalendar p,
.cycles, .luteals, .piker p{
    font-size: 17px!important;
    font-family: "Roboto", sans-serif !important;
}
.right-selected {
    padding-top: 70px;
    width: auto;
    display: flex;
    flex-direction: column;
}
.calc-container.calc-container-2 .right-selected p {
    margin-bottom: 15px;
}
.my-btn-submit {
    background-color: #E73137 !important;
    color: #fff !important
}
.calc-container .the-datepicker__cell.the-datepicker__day.green .the-datepicker__button .the-datepicker__day-content {
    background: #04A64B;
    color: #fff;
}
.calc-container .the-datepicker__cell.the-datepicker__day.red .the-datepicker__button .the-datepicker__day-content {
    background: rgb(231, 49, 55, 0.85);
    color: #fff;
}
.calc-container .the-datepicker__cell.the-datepicker__day.salat .the-datepicker__button .the-datepicker__day-content {
    /* background: rgba(7, 226, 187, .5); */
}
the-datepicker__cell.the-datepicker__day.the-datepicker__day--outside .the-datepicker__day-content {
    opacity: .4;
}
.calc-container.calc-container-2 .right_form_calc-2-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    width: 100%;
    justify-content: center;
    padding-top: 15px;
    gap: 20px;
    margin: 0 auto;
}
.calc-container.calc-container-2 .right_form_calc-2-container .the-datepicker__main .the-datepicker__year {
    display: none;
}
.calc-container.calc-container-2 .right_form_calc-2-container .the-datepicker__main .the-datepicker__month {
    width: 100%;
    text-align: center;
    padding-right: 0 !important;
}
.pikers {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 17px;
    padding-bottom: 40px;
}
.pikers p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 35px;
    color: #000;
    display: block;
    position: relative;
    padding-left: 55px;
}
.piker.menstruation {
    width: 190px;
}
.piker.conception {
    width: 315px;
}
.piker.menstruation p:before {
    content: '';
    background: rgb(231, 49, 55, 0.85);
    border-radius: 6px;
    width: 35px;
    height: 35px;
    display: inline-block;
    position: absolute;
    left: 0;
}
.piker.conception p:before {
    content: '';
    background: #04A64B;
    border-radius: 6px;
    width: 35px;
    height: 35px;
    display: inline-block;
    position: absolute;
    left: 0;
}
.piker.ovulation p:before {
    content: '';
    background: #04A64B;
    border-radius: 6px;
    width: 35px;
    height: 35px;
    display: inline-block;
    position: absolute;
    left: 0;
}
.right_form_calc-container .kg1 {
    width: 35px;
}
.right_form_calc-container .kg2 {
    width: 26px;
}
.right_form_calc-container .kg3 {
    width: 39px;
}
.calc-style .calc-container-3 .calc-form-left p {
    margin-bottom: 7px;
}
.calc-style .calc-container-3 form input[type=text], .calc-style .calc-container-3 form select {
    margin-bottom: 15px;
}
.calc-style .calc-container-3 .right_form_calc p {
    margin-top: 0;
    line-height: 1;
    margin-bottom: 15px;
}
.calc-container.calc-container-3 .right_form_calc .right_form_calc-container {
    padding: 25px;
}
.search-results .entry-summary {
    font-size: 14px;
    line-height: 1.5;
    padding-left: 23px;
    padding-right: 23px;
    margin-top: 0;
}
.search-results .entry-title, .search-results .entry-title a {
    height: 30px;
}

.langs ul.menu.active li:after {
    transform: rotate(180deg);
}
.post-content ul.cats_list li ul {
    position: relative;
}


.calc_b-1, .calc_b-2, .calc_b-3, .calc_b-4, .calc_b-5, .calc_b-6 {
    padding-top: 275px;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 20px;
    border-radius: 15px;
    overflow: hidden;
}
.calc_b-1 {
    background: url(/wp-content/themes/ivmed/img/calc_b-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.calc_b-2 {
    background: url(/wp-content/themes/ivmed/img/calc_b-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.calc_b-3 {
    background: url(/wp-content/themes/ivmed/img/calc_b-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.calc_b-4 {
    background: url(/wp-content/themes/ivmed/img/calc_b-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.calc_b-5 {
    background: url(/wp-content/themes/ivmed/img/calc_b-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.calc_b-6 {
    background: url(/wp-content/themes/ivmed/img/calc_b-6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.calc_b-1 a, .calc_b-2 a, .calc_b-3 a, .calc_b-4 a, .calc_b-5 a, .calc_b-6 a {
    color: #38f;
    border-radius: 8px;
    display: block;
    width: 100%;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #38f;
    padding-top: 16px;
    padding-bottom: 15px;
}
.calc_b-1 .wp-block-button, .calc_b-2 .wp-block-button, .calc_b-3 .wp-block-button, .calc_b-4 .wp-block-button, .calc_b-5 .wp-block-button, .calc_b-6 .wp-block-button {
    display: block;
    width: 100%;
    margin-bottom: 0 !important;
}
.one_center .wp-block-column {
    width: 10px;
    flex-basis: auto;
}
.one_center .wp-block-column.one3 {
    width: calc(100% - 20px);
    max-width: 550px;
}
#masthead .bottom-header .main-navigation .menu-nav-container a:hover {
    color: #ffb119;
}
#masthead .bottom-header .main-navigation ul li:hover ul li {
    background: 0 0;
}
@media(max-width:1199px) {
    .site-footer {
    padding-left: 15px;
    padding-right: 15px;
}
.doctor_item {
    width: 50%;
    margin-right: auto;
    max-width: 345px;
    margin-left: auto;
    margin-bottom: 30px;
}
.row-doctors {
    padding-left: 15px;
    padding-right: 15px;
    justify-content: center;
}
.doctor_item:last-child {
    margin-left: auto;
    margin-right: auto;
}
.blogpost_container article {
    width: calc(50% - 27px);
}
.blogpost_container article:nth-child(2n) {
    margin-right: 0;
}
.blogpost_container article:nth-child(3n+3) {
    margin-right: 52px;
}
.site-main.default-page {
    padding-left: 15px;
    padding-right: 15px;
}
}@media(max-width:1150px) {
    .post-container {
    display: flex;
    padding-bottom: 90px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%}
.blue-block-form__container {
    padding-left: 15px;
    padding-right: 15px;
}
.review-carousel .swiper-button-prev {
    left: -5px;
}
.review-carousel .swiper-button-next {
    right: -5px;
}
.calc-text {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%}
}@media(max-width:1050px) {
    .calc-container.calc-container-2 form {
    padding-right: 0;
}
.calc-style .calc-container {
    width: 100%}
.calc-style .other-calc-container {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
}
.calc-container form {
        width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}
}@media(max-width:990px) {
    .work-telephones .icon {
    display: none;
}
.search-container.active .search-activator {
    right: 43px;
}
.work_telephones__text {
    display: none;
}
.work-telephones {
    width: 200px;
    left: 50%;
    top: 10px;
    position: fixed;
    z-index: 9999999;
    display: none;
}
.faq-form, .reviews-filter {
    position: relative;
    top: auto;
}
.post-meta {
    margin-bottom: 30px;
}
#langs-id.active {
    display: block;
    top: 70px;
    z-index: 99999;
    width: 100%}
#langs-id.active {
    right: 15px;
    width: 60px;
}
.work-time .icon {
    display: none;
}
.work_time__value {
    display: block;
}
.menu-toggle.active span {
    background: url('/wp-content/themes/ivmed/img/burger_mobile_close.svg') !important;
    background-repeat: no-repeat !important;
}
#masthead .bottom-header .main-navigation.toggled .nav_menu, #masthead .bottom-header .main-navigation.toggled .mobile-buttons {
    position: fixed;
    background: #fff;
    width: 100%;
    left: 0;
    top: 55px;
    z-index: 9999;
    height: 100%;
    overflow-y: scroll;
}
#masthead .bottom-header .main-navigation.toggled .mob_lang {
    display: flex;
    height: auto;
    margin: 0 15px;
    padding: 10px 0;
    justify-content: space-between;
}
#masthead .bottom-header .main-navigation.toggled .mob_lang .work-time {
    display: block;
    width: 70%}
#masthead .bottom-header .main-navigation.toggled .mobile-buttons {
    margin-top: calc(50vh + 100px);
    height: auto;
    display: block;
    text-align: center;
    padding-top: 10px;
}
#masthead .bottom-header .main-navigation .nav-menu a, #masthead .bottom-header .main-navigation .mobile-buttons a {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #38f;
    padding: 13px;
}
#masthead .bottom-header .main-navigation.toggled .nav-menu.close {
    height: 0;
}
#masthead .bottom-header .main-navigation.toggled .nav-menu {
    box-sizing: border-box;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    height: 100%}
#masthead .bottom-header .main-navigation.toggled .nav-menu .sub-menu {
    box-sizing: border-box;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
}
#masthead .bottom-header .main-navigation.toggled .nav-menu li {
    background: #fff;
    border: 1px solid #38f;
    box-sizing: border-box;
    border-radius: 8px;
    margin-bottom: 5px;
}
#masthead .bottom-header .main-navigation .nav-menu li.menu-item.menu-item-has-children:after {
    content: '';
    background: url(/wp-content/themes/ivmed/img/menu_children.svg);
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #38f;
    border-radius: 6px;
    right: 10px;
    top: 10px;
    transform: rotate(-90deg);
}
#masthead .bottom-header .main-navigation.toggled .nav-menu ul {
    -webkit-transform: translateX(9300px);
    transform: translateX(9300px);
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 110px;
    box-shadow: none;
    height: 100%;
    height: calc(100% - 280px);
    padding-top: 40px;
    overflow-y: scroll;
    margin-left: 0;
}
#masthead .bottom-header .main-navigation .nav-menu li.fix>ul {
    left: 0;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
#masthead .bottom-header .main-navigation .nav-menu li ul a {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 45px;
    color: #38f;
    padding: 1px 22px;
    width: 100%}
.blogpost_container.reviews-container .container {
    display: flex;
    flex-wrap: wrap;
}
.reviews-items {
    width: 100%;
    order: 30;
    padding-right: 0;
}
.reviews-filter {
    margin-left: auto;
    margin-right: auto;
}
.doctor_cart__image {
    width: 300px;
}
.doctor_cart__info {
    width: calc(100% - 300px);
    padding-left: 35px;
}
.doctor_cart__info {
    width: calc(100% - 300px);
    padding-left: 35px;
}
.doctor_cart__info .more__buttons .feedback__more, .doctor_cart__info .more__buttons .appointment__more {
    margin-bottom: 10px;
    margin-right: 0;
}
.post-container {
    flex-wrap: wrap;
}
.single-post article {
    width: 100%;
    padding-right: 0;
}
.widget-area {
    width: 460px;
    margin-left: auto;
    margin-right: auto;
}
.post-container .entry-title, .post-container .entry-title a {
    height: auto;
}
.site-footer .footer-section.footer-section-1 {
    width: 100%;
    text-align: center;
}
.site-footer .footer-section.footer-section-1 .widget_text {
    display: none;
}
.site-footer .footer-section.footer-section-2, .site-footer .footer-section.footer-section-3, .site-footer .footer-section.footer-section-4 {
    width: 33.3%}
.site-footer .footer-section.footer-section-5 {
    width: 100%}
.site-footer .footer-section.footer-section-5 p {
    margin-right: 20px;
}
.site-footer .footer-section.footer-section-5 .textwidget {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}
.tel {
    font-size: 14px;
    line-height: 16px;
}
.blogpost_container article {
    width: calc(50% - 10px);
    margin-right: 20px;
}
.blogpost_container article:nth-child(3n+3) {
    margin-right: 20px;
}
#masthead .bottom-header .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
}
.work-address, .langs, .work-time {
    display: none;
}
.top-header {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.videos-item {
    width: calc(50% - 20px);
}
.videos-item:nth-child(2n) {
    margin-right: 0;
}
.videos-item:nth-child(3n) {
    margin-right: 30px;
}
.wp-block-columns.kom-container {
    flex-wrap: wrap;
    width: 100%;
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
}
.wp-block-columns.kom-container .wp-block-column {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-basis: auto;
    margin-bottom: 33px;
}
.left-clalendar {
    width: 100%}
.right-selected {
    width: 100%;
    padding-left: 0;
    padding-top: 39px;
}
.calc-container.calc-container-2 form {
    padding-right: 0;
    max-width: 600px;
}
#masthead .bottom-header .main-navigation.toggled .nav-menu li .sub-menu li {
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    border-radius: 8px;
    margin-bottom: 8px;
}
#masthead .bottom-header .menu__sublevel-back {
    display: block !important;
}
#masthead .bottom-header .main-navigation.toggled ul li ul .mob-item-1, #masthead .bottom-header .main-navigation.toggled ul li ul .mob-item-2, #masthead .bottom-header .main-navigation.toggled ul li ul .mob-item-3, #masthead .bottom-header .main-navigation.toggled ul li ul .mob-item-4, #masthead .bottom-header .main-navigation.toggled ul li ul .mob-item-5, #masthead .bottom-header .main-navigation.toggled ul li ul .mob-item-6, #masthead .bottom-header .main-navigation.toggled ul li ul .mob-item-7, #masthead .bottom-header .main-navigation.toggled ul li ul .mob-item-8, #masthead .bottom-header .main-navigation.toggled ul li ul .mob-item-0 {
    width: calc(50% - 8px);
    height: 120px;
    box-shadow: 0px 4px 10px rgba(51, 136, 255, .3);
    border-radius: 8px;
    float: left;
}
#masthead .bottom-header .main-navigation.toggled ul li ul .mob-item-1, #masthead .bottom-header .main-navigation.toggled ul li ul .mob-item-3, #masthead .bottom-header .main-navigation.toggled ul li ul .mob-item-5, #masthead .bottom-header .main-navigation.toggled ul li ul .mob-item-7, #masthead .bottom-header .main-navigation.toggled ul li ul .mob-item-0 {
    margin-right: 15px;
}
#masthead .bottom-header .main-navigation.toggled ul li ul .mob-item-0 a, #masthead .bottom-header .main-navigation.toggled ul li ul .mob-item-1 a, #masthead .bottom-header .main-navigation.toggled ul li ul .mob-item-2 a, #masthead .bottom-header .main-navigation.toggled ul li ul .mob-item-3 a, #masthead .bottom-header .main-navigation.toggled ul li ul .mob-item-4 a, #masthead .bottom-header .main-navigation.toggled ul li ul .mob-item-5 a, #masthead .bottom-header .main-navigation.toggled ul li ul .mob-item-6 a, #masthead .bottom-header .main-navigation.toggled ul li ul .mob-item-7 a, #masthead .bottom-header .main-navigation.toggled ul li ul .mob-item-8 a {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #38f;
    padding: 80px 0 0;
}
#masthead .bottom-header .main-navigation.toggled ul li ul .mob-item-1 a {
    background: url(/wp-content/themes/ivmed/img/g1.svg);
    background-repeat: no-repeat;
    background-position: center 19px;
    background-size: 50px;
}
#masthead .bottom-header .main-navigation.toggled ul li ul .mob-item-2 a {
    background: url(/wp-content/themes/ivmed/img/BRT.svg);
    background-repeat: no-repeat;
    background-position: center 19px;
    background-size: 50px;
}
#masthead .bottom-header .main-navigation.toggled ul li ul .mob-item-3 a {
    background: url(/wp-content/themes/ivmed/img/g6.svg);
    background-repeat: no-repeat;
    background-position: center 19px;
    background-size: 36px;
}
#masthead .bottom-header main-navigation.toggled ul li ul .mob-item-4 a, #masthead .bottom-header .main-navigation.toggled ul li ul .mob-item-0 a {
    background: url(/wp-content/themes/ivmed/img/uzi/uzd_icon.svg);
    background-repeat: no-repeat;
    background-position: center 19px;
    background-size: 41px;
    padding-left: 10px;
    padding-right: 10px;
}
#masthead .bottom-header .main-navigation.toggled ul li ul .mob-item-5 a {
    background: url(/wp-content/themes/ivmed/img/vedenieber.svg);
    background-repeat: no-repeat;
    background-position: center 19px;
    background-size: 35px;
    padding-left: 10px;
    padding-right: 10px;
}
#masthead .bottom-header .main-navigation.toggled ul li ul .mob-item-6 a {
    background: url(/wp-content/themes/ivmed/img/infertility.svg);
    background-repeat: no-repeat;
    background-position: center 19px;
    background-size: 36px;
}
#masthead .bottom-header .main-navigation.toggled ul li ul .mob-item-7 a {
    background: url(/wp-content/themes/ivmed/img/cryopreservation.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center 19px;
}
#masthead .bottom-header .main-navigation.toggled ul li ul .mob-item-8 a {
    background: url(/wp-content/themes/ivmed/img/g4.svg);
    background-repeat: no-repeat;
    background-position: center 19px;
    background-size: 41px;
    padding-left: 10px;
    padding-right: 10px;
}
.footer-section.footer-section-1 .widget_media_image {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 20px;
}
}@media (max-width:480px) {
    ::-webkit-scrollbar {
    display: block;
    width: 5px;
}
::-webkit-scrollbar:vertical {
    width: 10px;
    height: 111px;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 1px solid #fff;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
}
table tr td:nth-child(2) {
    width: 100% !important;
    text-align: center;
    color: #ffb321;
}
}@media (max-width:781px) {
    .wp-block-columns.kom-container .wp-block-column {
    flex-basis: 100% !important;
}
}.tel-list {
    display: none;
}
@media(max-width:900px) {
    .warning {
    height: 70px !important;
}
.tel-list.open {
    position: absolute;
    z-index: 99999;
    top: 57px;
    display: block;
    width: 200px;
    padding: 16px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 25.6px 57.6px 0 rgb(0 0 0/22%), 0 4.8px 14.4px 0 rgb(0 0 0/18%);
    margin: 0 0 0 -75px;
}
span.work_telephones__1, span.work_telephones__2, span.work_telephones__3 {
    padding-left: 26px;
    color: #666;
    text-decoration: none;
}
#masthead .bottom-header .main-navigation .nav-menu a {
    width: 100%}
.pikers {
    flex-wrap: wrap;
}
.piker.menstruation, .piker.conception, .piker.ovulation {
    width: 100%;
    height: 100%}
.videos-item {
    width: 100%;
    margin-right: 0;
}
.videos-item:nth-child(2n) {
    margin-right: 0;
}
.videos-item:nth-child(3n) {
    margin-right: 0;
}
.site-footer .footer-section.footer-section-1, .site-footer .footer-section.footer-section-2, .site-footer .footer-section.footer-section-3, .site-footer .footer-section.footer-section-4 {
    width: 100%}
.doctor_item {
    width: 100%}
table tr td {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0 10px 15px;
    width: 70%}
table tr td:nth-child(2) {
    font-weight: 700;
    padding: 10px 35px 10px 10px;
    width: 30%}
.tabs-container table tr td:nth-child(2) {
    font-weight: 700;
    padding: 12px 10px 14px;
    width: 20%}
.top-banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 20px;
}
.top-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 22px;
}
.faq-ansvers {
    width: 100%;
    order: 30;
    padding-right: 0;
}
.faq-container .container {
    display: flex;
    flex-wrap: wrap;
}
.faq-form {
    width: 400px;
    height: 646px;
    order: 20;
    border: 1px solid #e5e5e5;
    padding: 35px 40px;
    margin-left: auto;
    margin-right: auto;
}
.photos-item {
    width: 50%;
    padding: 10px;
}
.title-3 {
    margin-top: 0;
}
.doctor_cart {
    flex-wrap: wrap;
}
.doctor_cart__image {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.doctor_cart__info {
    width: 100%;
    padding-left: 0;
}
.unput-container.file-upload {
    display: block;
}
.unput-container.file-upload label {
    display: block;
    margin-bottom: 10px;
}
.unput-container.file-upload input {
    width: 100%}
.calc-container .right_form_calc, .calc-container . calc-form-left {
    margin-left: auto;
    margin-right: auto;
    width: 100%}
.calc-container.calc-container-2 .calc-form-left {
    padding: 15px 10px 80px;
}
.calc-container.calc-container-3 .right_form_calc {
    padding-top: 30px;
}
.reviews-filter {
    width: 100%;
    order: 20;
    border: none;
    height: auto;
    padding: 45px 10px;
}
.btn-2 {
    margin-right: 5px;
}
.site-footer .footer-section.footer-section-1 {
    order: 10;
}
.site-footer .footer-section.footer-section-2 {
    order: 20;
}
.site-footer .footer-section.footer-section-3 {
    order: 30;
}
.site-footer .footer-section.footer-section-4 {
    order: 40;
}
.site-footer .footer-section.footer-section-5 {
    order: 11;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.mobile-buttons.footer-buttons {
    text-align: center;
}
.site-footer .footer-section .widget-title {
    color: #38f;
    text-align: center;
    cursor: pointer;
    background: url(/wp-content/themes/ivmed/img/arr-bottom.svg);
    background-repeat: no-repeat;
    width: auto;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    background-position: right center;
}
.site-footer .footer-section .active .widget-title {
    background: url(/wp-content/themes/ivmed/img/arr-top.svg);
    background-repeat: no-repeat;
    background-position: right center;
}
.site-footer ul li a {
    width: 100%;
    text-align: center;
    display: block;
}
.footer-section div {
    text-align: center;
}
.footer-section .widget_nav_menu div {
    height: 0;
    overflow: hidden;
    opacity: 0;
}
.footer-section .widget_nav_menu.active div {
    height: auto;
    overflow: hidden;
    opacity: 1;
}
.footer-section .widget_nav_menu {
    margin-bottom: 0;
}
.footer-section .widget_nav_menu.active {
    margin-bottom: 20px;
}
.site-footer .footer-section .textwidget .widget-title {
    color: #38f;
    text-align: center;
    cursor: pointer;
    background: 0 0;
    padding-right: 0;
    background-position: right center;
    width: 100%}
.calc_b-1, .calc_b-3, .calc_b-5, .calc_b-6 {
    margin-bottom: 1.75em;
}
.calc_b-2.wp-block-columns, .calc_b-4.wp-block-columns {
    margin-bottom: 0;
}
.review-text-container {
    padding-left: 15px;
    padding-right: 15px;
}
}@media(max-width:700px) {
    .tabs-container .tab {
    margin-bottom: 20px;
}
}@media(max-width:560px) {
    .blogpost_container article {
    width: 100%;
    margin-right: 0;
}
.blogpost_container article:nth-child(3n+3) {
    margin-right: 0;
}
.photos-item {
    width: 100%;
    padding: 10px;
}
}@media(max-width:500px) {
    .calc_button_mb {
    display: block;
}
.faq-form {
    width: 100%}
.calc-container .calc-form-left {
    max-width: 345px;
    width: 100%;
    padding-bottom: 20px;
    margin: 0 auto;
}
.calc-container .right_form_calc-container {
    max-width: 345px;
    width: 100%}
.calc-style .other-calc-container {
    text-align: center;
    width: 100%}
.site-footer .footer-section.footer-section-5 .textwidget {
    flex-wrap: wrap;
}
}@media(max-width:480px) {
    .more__buttons, .doctor__content {
    padding-left: 15px;
    padding-right: 15px;
}
.more__buttons .feedback__more, .more__buttons .appointment__more {
    margin-right: 10px;
    max-width: calc(50% - 10px);
}
.more__buttons .feedback__more {
    margin-right: 0;
}
}.doctor__biography li {
    font-size: 14px;
    line-height: 24px;
}
a.police {
    display: flex;
    padding-top: 30px;
}
.blue-form {
    background-color: transparent;
    background-image: linear-gradient(120deg, #0068b4 0%, #38f 100%);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    border-radius: 15px;
    position: relative;
    text-align: center;
    z-index: 99;
}
.blue-form-container {
    padding: 55px 0 66px;
    width: 100%;
    background: url(/wp-content/themes/ivmed/img/hotitezapisnapriem.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}
.blue-form p {
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 12px;
    margin-bottom: 28px;
}
.blue-form p {
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 12px;
    margin-bottom: 28px;
}
.blue-form button {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 19px;
    fill: #000;
    color: #000;
    background-color: #40ff65;
    border-radius: 8px;
    padding: 15.5px 58px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: inline-block;
    box-shadow: none;
    text-decoration: none;
    border: none;
    cursor: pointer;
}
.blue-form button:focus {
    background-color: #27e04b;
}
.blue-form button:hover {
    background-color: #27e04b;
}
.form_consultation {
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 16px;
    fill: #000;
    color: #000;
    background-color: #40ff65;
    border-radius: 8px;
    padding: 12px 30px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block;
    box-shadow: none;
    text-decoration: none;
    border: none;
    cursor: pointer;
    position: relative;
    margin: 0 auto 10px auto;
}
.form_consultation:focus {
    background-color: #27e04b;
}
.form_consultation:hover {
    background-color: #27e04b;
}
.form-window {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 999999999;
    overflow: hidden;
}
.form-window-close {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.contact-form {
    position: absolute;
    right: calc(50% - 240px);
    margin: 0;
    background: #fff;
    overflow-y: auto;
    top: calc(50% - 375px);
    min-width: 0;
    max-width: 540px;
    opacity: 1;
    display: block;
    height: auto;
    padding: 60px;
    border-radius: 10px;
}
.contact-form fieldset {
    min-height: 100%;
    padding: 0 15px 20px;
    border: none;
    margin: 0;
}
.contact-form fieldset * {
    display: block;
    width: 100%;
    margin: 0 0 15px !important;
}
.contact-form legend {
    color: #000;
    text-align: center;
    text-shadow: 0px 0px 0px rgb(2 2 2/23%);
    font-family: inherit;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
}
.contact-form input {
    padding: 15px 10px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    background: #f3f3f3;
    font-family: inherit;
    font-size: 16px;
    font-weight: 300;
    outline: none;
    transition: border-color .2s, background-color .2s;
}
.contact-form input:focus {
    border-color: #00aeef;
    background-color: transparent;
}
.contact-form #submit-btn {
    -webkit-appearance: button;
    font-weight: 500;
    box-shadow: 0 1.6px 3.6px 0 rgb(0 0 0/13%), 0 .3px .9px 0 rgb(0 0 0/11%);
    cursor: pointer;
    background: #40ff65;
    color: #000;
    padding-left: 60px;
    padding-right: 60px;
    transition: all .3s;
    width: auto;
    border: none;
    height: 50px;
    border-radius: 8px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
    margin-top: 22px !important;
    line-height: 10px;
}
.contact-form #submit-btn:hover, .contact-form #submit-btn:focus {
    background: #27e04b;
}
.contact-form #close-btn {
    -webkit-appearance: button;
    position: absolute;
    top: 9px;
    right: 15px;
    width: 35px;
    height: 35px;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 50%;
    font-size: 26px;
    line-height: 1.1;
    background: 0 0;
    color: #000;
    outline: none;
    opacity: .5;
    cursor: pointer;
}
.contact-form #close-btn:hover, .contact-form #close-btn:focus {
    opacity: .8;
}
.contact-form .form-success {
    display: none;
}
.contact-form .form-success.open {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #a0be47;
    font-size: 20px;
    color: #333;
}
.contact-form .form-success p {
    margin: 1em 0;
}
.page_bg {
    margin-bottom: 20px;
}
@media screen and (min-width:768px) {
    .cryopreservation_bg {
    background: url("/wp-content/themes/ivmed/img/directions/cryopreservation_bg.svg") 50% 0%/cover no-repeat;
    margin-bottom: 20px;
}
.contact-form {
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .3);
}
.contact-form fieldset {
    padding: 0 30px 20px;
}
.contact-form #close-btn {
    top: 13px;
    right: 30px;
    transition: opacity .2s;
}
}@media screen and (max-width:600px) {
    .contact-form {
    right: 0;
    top: 0;
    height: 100%;
    border-radius: 0;
}
}.contact-form label {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #666;
    margin-bottom: 18px;
    display: block;
}
.contact-form p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #000;
    margin-top: 50px;
    margin-bottom: 22px;
}
.warning {
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    text-decoration: none;
    background: #ffb119;
    font-size: 16px;
    line-height: 1.5;
}
.warning.active {
    display: none;
}
.warning svg {
    min-width: 28px;
    margin-right: 15px;
}
.clinik {
    padding: 0 15px;
    cursor: pointer;
}
.list_clinik li {
    color: #0068b4;
    padding-right: 10px;
}
.list_clinik span {
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: calc(10px/2);
    color: #000;
}
.lizenziy {
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 1170px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
#lizenziy {
    background-color: #f5f5f7;
    padding: 55px 15px 100px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}
#lizenziy h2 {
    color: #38f;
    font-family: "Roboto", Sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    margin-top: 20px;
    text-align: center;
}
#lizenziy h2:after {
    content: '';
    width: 35px;
    height: 3px;
    background: #ffb119;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
    margin-bottom: 10px;
}
.container .blue-form {
    top: -50px;
}
.home_page .container .blue-form {
    top: 0;
}
.row.row-doctors {
    align-items: center;
    justify-content: center;
}
#more_directions {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 15px;
    margin-bottom: 15px;
}
#more_directions a {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    fill: #fff;
    color: #fff;
    background-color: #38f;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    padding: 14px 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#more_directions a:after {
    content: "";
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border: solid #f8ffff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    float: right;
}
.more-telephones {
    position: relative;
    display: inline-block;
    bottom: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #38f;
}
.more-telephones.open {
    transform: rotate(180deg);
    bottom: 0;
}
.sub-telephones {
    display: none;
}
.sub-telephones.open {
    position: absolute;
    display: block;
    width: 165px;
    padding: 11px 15px 14px;
    background: #fff;
    margin: 0 0 0 -15px;
    border-radius: 7px;
    z-index: 9999999999999999;
    box-shadow: 0 27.6px 57.6px 0 rgb(0 0 0/22%), 0 4.8px 14.4px 0 rgb(0 0 0/18%);
}
.sub-telephones.open:before {
    content: '';
    position: absolute;
    height: 15px;
    top: -35px;
    transform: rotate(180deg);
    position: absolute;
    left: 71px;
    bottom: -20px;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
}
.other-calc .other-calc-container {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}
.other-calc {
    width: 100%;
    font-size: 25px;
    text-align: center;
}
.other-calc span {
    display: block;
    margin: 0 0 15px;
    margin-bottom: 15px;
}
.blogpost_container .calc_related_posts article {
    width: 100%}
.calc_related_posts {
    width: 100%;
    margin: 0 0 15px;
}
.calc_related_posts .widget-area {
    width: 100%;
    padding: 10px;
    margin: 15px 0 0;
}
@media screen and (min-width:1024px) {
    .widget-area {
    padding: 45px 60px;
}

.calc-container.calc-container-2 form, .calc-container.calc-container-3 form {
    max-width: 100%;
    padding-right: 50px;
}
.other-calc .other-calc-container {
    grid-template-columns: 1fr 1fr;
}
.calc-style .calc-container-2, .calc-style .calc-container-3 {
    width: 100%}
.blogpost_container .calc_related_posts article {
    width: 100%}
.calc_related_posts {
    width: 35%}
.calc_related_posts .widget-area {
    width: 100%;
    padding: 30px;
}
}.destinations a {
    display: grid;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 0px 4px 10px 0px rgb(0 104 180/30%);
    margin: 0 18px;
    position: relative;
    padding: 40px 30px 57px;
    text-align: center;
}
.destinations a:hover {
    box-shadow: 0px 2px 10px #297ff4;
    transition: box-shadow .15s ease-in-out;
}
.destinations img {
    margin-bottom: 30px;
    justify-self: center;
    height: 70px;
    width: 70px;
}
.destinations span {
    font-size: 20px;
    justify-self: center;
    color: #0068b4;
    line-height: 25px;
}
#close-popup {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 32px;
    font-family: Georgia;
    line-height: 32px;
    cursor: pointer;
    z-index: 999999;
}
#close-popup i {
    width: 30px;
    height: 30px;
    background: url(https://codernote.ru/files/cross.png) no-repeat center center;
    background-size: 16px 16px;
    display: block;
}
@keyframes rota {
    25% {
    transform: rotate(360deg);
}
}@media (max-width:768px) {
    #lizenziy p {
    padding: 0 50px;
}
.destinations {
    grid-template-columns: 1fr 1fr;
    gap: 30px 0px;
}
}@media (max-width:930px) and (min-width:470px) {
    .calc_related_posts .widget-area {
    width: 460px;
    margin-left: auto;
    margin-right: auto;
}
.advantages {
    grid-template-columns: 1fr 1fr!important;
}
}@media (max-width:1024px) and (min-width:930px) {
    .main-navigation li {
    padding-right: 3px;
    padding-left: 12px;
}
#lizenziy p {
    padding: 0 150px;
}
.work-time {
    width: 32%}
.work-telephones {
    width: 32%}
.work-address {
    width: 30%}
.work_time__text, .work_telephones__text, .work_address__text {
    display: inline-block;
    padding-left: 9px;
}
.top-header {
    padding-right: 25px;
}
}@media (max-width:480px) {
    #lizenziy p {
    padding: 0;
}
.list_clinik {
    margin: 0;
}
.destinations {
    gap: 15px 15px;
}
.destinations img {
    margin-bottom: 10px;
}
.destinations a {
    margin: 0;
    padding: 20px 0 50px;
}
.destinations span {
    font-size: 14px;
    line-height: 16px;
}
ul.cats_list {
    width: 100%}
#more_directions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}
#more_topics, #more_topics_pregnancy {
    display: grid;
    grid-template-columns: 1fr!important;
    gap: 15px!important;
}
.advantages {
    grid-template-columns: 1fr!important;
}
}.form-trigger-btn {
    cursor: pointer;
}
ul.cats_list.avto.active {
    width: fit-content;
}
ul.cats_list.active {
    width: fit-content;
}
@media (min-width:1024px) {
    .videos-container, .photos-container {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px 50px;
}
.uzi_bg {
    background: url("/wp-content/themes/ivmed/img/uzi/uzd_bg.svg") 50% 0%/cover no-repeat;
    margin-bottom: 20px;
}
}.uzi_bg img {
    margin-bottom: 20px;
    height: 300px;
    width: 500px;
    display: block;
    margin: 0 auto;
}
.cryopreservation_bg img, .page_bg img {
    height: 300px;
    width: 500px;
    display: block;
    margin: 0 auto;
}
.calc-grid {
    grid-template-columns: 1fr 1fr;
    display: grid;
    margin: 0 0 30px;
}
.calc-grid figure {
    margin: 0 .5em .5em;
}
.calc_last {
    text-align: center;
}
.page_all .list_clinik .two_list_clinik {
    margin: 0 0 .5em;
    list-style: circle;
}
.page_all h1 {
    color: #38f;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    margin-top: 20px;
    text-align: center;
}
.page_all h1:after {
    content: '';
    width: 35px;
    height: 3px;
    background: #ffb119;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.page_all h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.page_all h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}
.page_all h3 a {
    font-family: Roboto;
    font-style: normal;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #38f;
    text-decoration: none;
}
.page_all h3 a:hover, a:active {
    text-decoration: underline;
}
.page_all .blue-form {
    margin-top: -100px;
}
.page_all ol, .page_all ul {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 1.5em 3em;
}
.advantages {
    display: grid;
    margin: 55px 0 30px;
    gap: 60px 15px;
    grid-template-columns: 1fr 1fr 1fr;
}
.advantages section {
    box-shadow: 0px 6px 20px 0px rgb(51 136 255/15%);
    margin: 0 16px;
    padding: 140px 35px 40px;
    background-repeat: no-repeat;
    background-position: top;
    border-radius: 20px;
}
#one {
    background-image: url(/wp-content/themes/ivmed/img/advantages/1_best.svg);
}
#two {
    background-image: url(/wp-content/themes/ivmed/img/advantages/2_tehnology.svg);
}
#three {
    background-image: url(/wp-content/themes/ivmed/img/advantages/3_team.svg);
}
#four {
    background-image: url(/wp-content/themes/ivmed/img/advantages/4_client.svg);
}
#five {
    background-image: url(/wp-content/themes/ivmed/img/advantages/5_search.svg);
}
#six {
    background-image: url(/wp-content/themes/ivmed/img/advantages/6_old.svg);
}
#seven {
    background-image: url(/wp-content/themes/ivmed/img/advantages/7_time.svg);
}
#eight {
    background-image: url(/wp-content/themes/ivmed/img/advantages/8_lock.svg);
}
.advantages h3 {
    text-align: center;
}
#doctor_colums {
    background-color: #f5f5f7;
    padding: 25px 15px 150px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}
#doctor_colums a {
    text-decoration: none;
}
#doctor_colums h2 {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
}
#doctor_colums h2:before {
    content: '';
    height: 14px;
    width: 3px;
    background: #ffc107;
    display: inline-block;
    margin-right: 10px;
}
#doctor_colums h3 {
    color: #38f;
    font-family: "Roboto", Sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    margin-top: 20px;
    text-align: center;
}
#doctor_colums h3:after {
    content: '';
    width: 35px;
    height: 3px;
    background: #ffb119;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
#more_topics, #more_topics_pregnancy {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 15px;
    margin-bottom: 15px;
}
#more_topics_pregnancy {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
#more_topics a, #more_topics_pregnancy a {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    fill: #38f;
    color: #38f;
    border-style: solid;
    border: solid #38f;
    border-width: 1px;
    border-radius: 6px;
    padding: 14px 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#more_topics_pregnancy a {
    padding: 5px 15px 5px 5px;
    gap: 5px;
}
#more_topics a:after, #more_topics_pregnancy a:after {
    content: "";
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border: solid #38f;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    float: right;
}
#more_topics a:hover {
    background-color: #38f;
    fill: #fff;
    color: #fff;
}
#more_topics a:hover:after {
    content: "";
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    float: right;
}
#more_topics_pregnancy a:hover {
    box-shadow: 0px 4px 10px 0px rgb(0 104 180/30%);
    transition: box-shadow .15s ease-in-out;
}
.pregnancy_header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.directions_img {
    background: url("/wp-content/themes/ivmed/img/directions/background.svg") 50% 0%/cover no-repeat;
    margin-bottom: 20px;
}
.directions_img img {
    margin-bottom: 20px;
    height: 300px;
    width: 500px;
    display: block;
    margin: 0 auto;
}
#other_topics h3 {
    color: #38f;
    font-family: "Roboto", Sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    margin-top: 0;
    text-align: center;
}
#other_topics p {
    color: #38f;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    margin: 0 auto;
    text-align: center;
}
#other_topics h3:after {
    content: '';
    width: 35px;
    height: 3px;
    background: #ffb119;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
    margin-bottom: 10px;
}
.review_button {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.add {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 19px;
    fill: #fff;
    color: #fff;
    background-color: #0068b4;
    border-radius: 8px;
    padding: 15.5px 58px;
    text-decoration: none;
    margin: 15px 0;
}
.all {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 19px;
    fill: #38f;
    color: #38f;
    text-decoration: none;
    margin: 0 auto;
    padding: 15px 58px 25px;
}
.all:before {
    content: "";
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border: solid #38f;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    float: right;
    margin-top: 5px;
    position: relative;
    left: 10px;
}
.add:hover {
    color: #fff;
    background-color: #1272fa;
}
.home_page h1 {
    color: #38f;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    margin-top: 20px;
    text-align: center;
    background-color: #f5f5f7;
    margin: 0 auto;
    padding: 20px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}
.home_page h2 {
    color: #38f;
    font-size: 38px;
    font-weight: 700;
    line-height: 42px;
    margin-top: 20px;
    text-align: center;
}
.home_page h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}
.home_page h2:after {
    content: '';
    width: 35px;
    height: 3px;
    background: #ffb119;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.author-posts {
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}
#author-posts {
    background-color: #f5f5f7;
    padding: 55px 15px 100px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}
#author-posts h2 {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
}
#review h2 {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
}
.cost table {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgb(51 136 255/30%);
}

.read_more {
    margin-left: 50px;
    position: relative;
    color: #38f;
    cursor: pointer;
    bottom: 15px;
}
.read_more:before {
    content: url("/wp-content/themes/ivmed/img/arrow_read_more.svg");
    transition: transform .4s;
    position: absolute;
    left: -50px;
}
.spoiler {
    display: none;
    padding-bottom: 1px;
}
.read_more.open:before {
    transform: rotateX(180deg);
}
.pregnancy_program_m {
    display: inline-block;
    padding: 15px 30px;
    cursor: pointer;
    background: #fff;
    box-shadow: 0px 4px 10px rgb(51 136 255/30%);
    border-radius: 8px;
    margin-bottom: 34px;
}
#pregnancy a {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-decoration: none;
}
.pregnancy_program {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 25px 35px;
    cursor: pointer;
    background: #fff;
    box-shadow: 0px 4px 10px rgb(51 136 255/30%);
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #38f;
    margin-bottom: 34px;
}
.pregnancy_program:after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    -webkit-transition: all .35s;
    transition: all .35s;
    transform: rotate(90deg);
}
.pregnancy_program.open:after {
    transform: rotate(-90deg);
}
.services {
    box-shadow: 0px 4px 10px rgb(51 136 255/30%);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 34px;
}
.pregnancy_content {
    display: none;
}
.pregnancy_content span {
    display: block;
    color: #38f;
    font-size: 27px;
    font-weight: 700;
    line-height: 42px;
    margin: 20px;
    text-align: center;
}
.pregnancy_content p {
    margin-bottom: 1.5em;
    font-size: 16px;
    line-height: 20px;
    margin-top: 0;
}
.pregnancy_content h4 {
    margin-top: 0;
}
.tabel_content th {
    text-align: inherit;
    padding: 20px 0 20px 52px;
}
.tabel_content tr th:nth-child(2) {
    padding: 20px 50px 20px 10px;
}
.tabel_content tr td:nth-child(2) {
    text-align: center;
}
.photo_clinik img {
    border-radius: 15px;
    cursor: pointer;
}
.photo_clinik .swiper-button-next {
    width: 35px;
    height: 35px;
    background: #38f;
    border-radius: 50%;
    text-align: center;
    z-index: 102;
    right: 0;
    background: url(/wp-content/themes/ivmed/img/arr_right_blue.svg);
}
.photo_clinik .swiper-button-prev {
    width: 35px;
    height: 35px;
    background: #38f;
    border-radius: 50%;
    text-align: center;
    z-index: 102;
    background: url(/wp-content/themes/ivmed/img/arr_left_blue.svg);
    left: 0;
}
.photo_clinik .swiper-button-prev:after, .photo_clinik .swiper-button-next:after {
    content: ""}
.photo_clinik .swiper-button-prev:hover, .photo_clinik .swiper-button-prev:focus {
    width: 35px;
    height: 35px;
    text-align: center;
}
.photo_clinik .swiper-button-next:hover, .photo_clinik .swiper-button-next:focus {
    width: 35px;
    height: 35px;
    text-align: center;
}
.clinik-image {
    text-align: center;
}
.post-content {
    font-size: 16px;
}
@media (max-width:1024px) and (min-width:930px) {
    .photo_clinik img {
    width: 305px;
}
}@media (max-width:480px) {
    .photo_clinik img {
    width: 305px;
}
.calc-grid {
    grid-template-columns: 1fr;
    display: grid;
    margin: 0 0 30px;
    animation-direction;
}
}@media (min-width: 1024px) {
    .pregnancy_header {
    flex-direction: row;
    grid-gap: 50px;
}
.swiper-slide .review-item {
    margin-left: 50px;
    margin-right: 50px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}
}.right_form_calc {
    margin: 0 auto;
}
.pregnancy_items h3 {
    position: relative;
    padding: 7px 35px 7px 25px;
    border-radius: 36px;
    background: #ffb119;
    width: fit-content;
    margin: 10px auto;
    z-index: 2;
}
.pregnancy_item {
    display: inline-block;
    border: 1px solid #ffb119;
    text-align: center;
    position: relative;
    padding: 5px 25px 0;
    z-index: 1;
    border-radius: 36px;
    top: 0;
    overflow: hidden;
    width: -webkit-fill-available;
}
.pregnancy_item ul {
    text-align: left;
}
.pregnancy_item p {
    text-align: left;
}
.blog_item {
    border: 3px solid #ffb119;
    padding: 5px 25px 0;
    margin-bottom: 15px;
}
.footer_logo {
    width: 200px;
}
@media(max-width:768px) {
    .pregnancy_items h3 {
    margin: 0 auto;
    
}
    .left-clalendar{
        max-width: 330px;       
    }
    .calc-form-left {
        flex-direction: column;
    }
    .calc-form-left {
        align-items: center;
    }
    .right-selected{
        max-width: 350px;
    }
    .right-selected-ber{
        align-items: center;
    }
    .mass-calc-back{
        flex-direction: column;
        padding: 0 15px;
    }
    .calc-rodu-container{
        flex-direction: column;
        align-items: center;
    }
}

.pregnancy_item {
    top: -17px;
}.the-datepicker__container .the-datepicker__main {
    border-top-left-radius: 0;
}
.the-datepicker__container.the-datepicker__container--over .the-datepicker__main {
    border-top-left-radius: .3em;
    border-bottom-left-radius: 0;
}
.the-datepicker__container.the-datepicker__container--left .the-datepicker__main {
    border-top-left-radius: .3em;
    border-top-right-radius: 0;
}
.the-datepicker__container.the-datepicker__container--over.the-datepicker__container--left .the-datepicker__main {
    border-bottom-left-radius: .3em;
    border-top-right-radius: .3em;
    border-bottom-right-radius: 0;
}
.the-datepicker__main {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: .3em;
    padding: .4em;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1em;
    box-sizing: border-box;
    overflow: hidden;
}
.the-datepicker__main .the-datepicker__body {
    margin-top: 1em;
}
.the-datepicker__main th.the-datepicker__week-day {
    width: 2.1em;
    min-width: 2.1em;
    max-width: 2.1em;
    padding: .5em 0;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    color: #666;
    font-size: .85em;
}
.the-datepicker__main a.the-datepicker__button {
    display: block;
    width: 2.1em;
    min-width: 2.1em;
    max-width: 2.1em;
    padding: .6em 0;
    text-decoration: none;
    text-align: center;
    color: #007eff;
    border-radius: .3em;
}
.the-datepicker__main a.the-datepicker__button:hover {
    background-color: #d1e8ff;
    text-decoration: none;
}
.the-datepicker__main .the-datepicker__title {
    display: inline-block;
    width: 70%}
.the-datepicker__main .the-datepicker__title-content {
    display: inline-block;
    padding: .5em;
}
.the-datepicker__main .the-datepicker__control {
    display: inline-block;
    width: 30%;
    text-align: right;
}
.the-datepicker__main .the-datepicker__reset, .the-datepicker__main .the-datepicker__close {
    display: inline-block;
    font-weight: 700;
}
.the-datepicker__main .the-datepicker__go {
    display: inline-block;
    width: 15%}
.the-datepicker__main .the-datepicker__go a.the-datepicker__button {
    display: inline-block;
    font-weight: 700;
}
.the-datepicker__main .the-datepicker__go-next {
    text-align: right;
}
.the-datepicker__main .the-datepicker__state {
    display: inline-block;
    width: 70%}
.the-datepicker__main .the-datepicker__month {
    display: inline-block;
    width: 62%;
    text-align: center;
}
.the-datepicker__main .the-datepicker__year {
    display: inline-block;
    width: 38%;
    text-align: center;
}
.the-datepicker__main .the-datepicker__month-year {
    text-align: center;
}
.the-datepicker__main select.the-datepicker__select, 
.calc-container.calc-container-2 .right-selected input {
    background-color: #fff;
    border: none;
    border-radius: 20px;
    color: #6B6B6B;
    box-shadow: 5px 5px 15px rgb(0 0 0 / 10%);
    width: a;
    padding: 10px;

}
.the-datepicker__month span{
    color: #fff !important
}
.the-datepicker__main select.the-datepicker__select{
    width: 100%;
}
.submit{
    margin-top: 10px;
}
.my-btn-submit{
    cursor: pointer;
}
.the-datepicker__main table.the-datepicker__calendar {
    display: table;
    border-collapse: collapse;
}
.the-datepicker__main table.the-datepicker__calendar thead {
    display: table-header-group;
}
.the-datepicker__main table.the-datepicker__calendar tbody {
    display: table-row-group;
}
.the-datepicker__main table.the-datepicker__calendar tr {
    display: table-row;
}
.the-datepicker__main table.the-datepicker__calendar tr td, .the-datepicker__main table.the-datepicker__calendar tr th {
    display: table-cell;
}
.the-datepicker__main td.the-datepicker__cell {
    padding: 0;
}
.the-datepicker__main td.the-datepicker__cell a.the-datepicker__button {
    padding: .1em;
}
.the-datepicker__main td.the-datepicker__cell a.the-datepicker__button .the-datepicker__day-content {
    display: block;
    padding: .6em 0;
}
.the-datepicker__main td.the-datepicker__day a.the-datepicker__button .the-datepicker__day-content {
    text-align: center;
    border-radius: .3em;
}
.the-datepicker__main td.the-datepicker__day a.the-datepicker__button:hover {
    background-color: transparent;
}
.the-datepicker__main td.the-datepicker__day a.the-datepicker__button:hover .the-datepicker__day-content {
    background-color: #d1e8ff;
}
.the-datepicker__main td.the-datepicker__day--highlighted a.the-datepicker__button .the-datepicker__day-content {
    background-color: #d1e8ff;
}
.the-datepicker__main td.the-datepicker__day--outside a.the-datepicker__button {
    color: #8ac4ff;
}
.the-datepicker__main td.the-datepicker__day--unavailable a.the-datepicker__button {
    color: #aaa;
}
.the-datepicker__main td.the-datepicker__day--unavailable a.the-datepicker__button:hover .the-datepicker__day-content {
    background-color: transparent;
}
.the-datepicker__main td.the-datepicker__day--selected a.the-datepicker__button, .the-datepicker__main td.the-datepicker__day--selected.the-datepicker__day--highlighted a.the-datepicker__button {
    color: #fff;
}
.the-datepicker__main td.the-datepicker__day--selected a.the-datepicker__button .the-datepicker__day-content, .the-datepicker__main td.the-datepicker__day--selected.the-datepicker__day--highlighted a.the-datepicker__button .the-datepicker__day-content {
    background-color: #007eff;
}
.the-datepicker__main td.the-datepicker__day--selected a.the-datepicker__button:hover .the-datepicker__day-content, .the-datepicker__main td.the-datepicker__day--selected.the-datepicker__day--highlighted a.the-datepicker__button:hover .the-datepicker__day-content {
    background-color: #007eff;
}
.the-datepicker__main .the-datepicker__day--weekend, .the-datepicker__main .the-datepicker__week-day--weekend, .the-datepicker__main td.the-datepicker__day--today {
    font-weight: 700;
}
.the-datepicker__main .the-datepicker__animated {
    animation-duration: .1s;
    animation-fill-mode: both;
}
.the-datepicker__deselect-button {
    text-decoration: none;
    color: #007eff;
    font-weight: 700;
}
.the-datepicker__deselect-button:hover {
    text-decoration: none;
}
.the-datepicker__fade-out-left {
    animation-name: the-datepicker-fade-out-left;
}
.the-datepicker__fade-out-right {
    animation-name: the-datepicker-fade-out-right;
}
.the-datepicker__fade-in-left {
    animation-name: the-datepicker-fade-in-left;
}
.the-datepicker__fade-in-right {
    animation-name: the-datepicker-fade-in-right;
}
@-moz-keyframes the-datepicker-fade-out-left {
    from {
    transform: translate3d(0, 0, 0);
}
to {
    transform: translate3d(-100%, 0, 0);
}
}@-webkit-keyframes the-datepicker-fade-out-left {
    from {
    transform: translate3d(0, 0, 0);
}
to {
    transform: translate3d(-100%, 0, 0);
}
}@-o-keyframes the-datepicker-fade-out-left {
    from {
    transform: translate3d(0, 0, 0);
}
to {
    transform: translate3d(-100%, 0, 0);
}
}@keyframes the-datepicker-fade-out-left {
    from {
    transform: translate3d(0, 0, 0);
}
to {
    transform: translate3d(-100%, 0, 0);
}
}@-moz-keyframes the-datepicker-fade-out-right {
    from {
    transform: translate3d(0, 0, 0);
}
to {
    transform: translate3d(100%, 0, 0);
}
}@-webkit-keyframes the-datepicker-fade-out-right {
    from {
    transform: translate3d(0, 0, 0);
}
to {
    transform: translate3d(100%, 0, 0);
}
}@-o-keyframes the-datepicker-fade-out-right {
    from {
    transform: translate3d(0, 0, 0);
}
to {
    transform: translate3d(100%, 0, 0);
}
}@keyframes the-datepicker-fade-out-right {
    from {
    transform: translate3d(0, 0, 0);
}
to {
    transform: translate3d(100%, 0, 0);
}
}@-moz-keyframes the-datepicker-fade-in-left {
    from {
    transform: translate3d(-100%, 0, 0);
}
to {
    transform: translate3d(0, 0, 0);
}
}@-webkit-keyframes the-datepicker-fade-in-left {
    from {
    transform: translate3d(-100%, 0, 0);
}
to {
    transform: translate3d(0, 0, 0);
}
}@-o-keyframes the-datepicker-fade-in-left {
    from {
    transform: translate3d(-100%, 0, 0);
}
to {
    transform: translate3d(0, 0, 0);
}
}@keyframes the-datepicker-fade-in-left {
    from {
    transform: translate3d(-100%, 0, 0);
}
to {
    transform: translate3d(0, 0, 0);
}
}@-moz-keyframes the-datepicker-fade-in-right {
    from {
    transform: translate3d(100%, 0, 0);
}
to {
    transform: translate3d(0, 0, 0);
}
}@-webkit-keyframes the-datepicker-fade-in-right {
    from {
    transform: translate3d(100%, 0, 0);
}
to {
    transform: translate3d(0, 0, 0);
}
}@-o-keyframes the-datepicker-fade-in-right {
    from {
    transform: translate3d(100%, 0, 0);
}
to {
    transform: translate3d(0, 0, 0);
}
}@keyframes the-datepicker-fade-in-right {
    from {
    transform: translate3d(100%, 0, 0);
}
to {
    transform: translate3d(0, 0, 0);
}
}
