| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501 |
- /*MAIN PAGE*/
- /*HEADER*/
- header{
- position: fixed;
- height: 45px;
- width: 100%;
- background: #3b434d;
- z-index: 99999999;
- }
- header .menu{
- position: relative;
- height: 100%;
- width: 100%;
- }
- header .menu ul li a{
- height: 100%;
- color: #fff;
- font-family: Cuprum, sans-serif;
- font-size: 16px;
- }
- header .menu ul li a:hover{
- text-decoration: none;
- color: #5597d1;
- }
- header .menu ul{
- padding: 0;
- margin-bottom:0;
- height: 100%;
- width: 100%;
- list-style: none;
- top: 0;
- left: 0;
- display: flex;
- align-items: center;
- justify-content: center;
- overflow: hidden;
- }
- header .menu ul li{
- padding-top: 13px;
- margin:0 10px;
- height: 100%;
- float: left;
- }
- header .menu .circles{
- right: 0;
- position: absolute;
- padding-top: 5px ;
- }
- header .circles .circle{
- margin: 5px 2px;
- float: left;
- width: 30px;
- height: 30px;
- background:url(../images/circle-1.png);
- }
- header .circles .circle:nth-child(2){
- background:url(../images/circle-2.png);
- }
- header .circles .circle:nth-child(3){
- background:url(../images/circle-3.png);
- }
- header .burger{
- display: none;
- width: 30px;
- height: 30px;
- background: url(../images/menu-burger.png) center no-repeat;
- cursor: pointer;
- }
- header .menu-mobile{
- list-style: none;
- text-align: center;
- color: #000;
- background: #3b434d;
- }
- header .menu-mobile ul{
- list-style: none;
- }
- header .menu-mobile ul li{
- margin-top: 10px;
- }
- header .menu-mobile ul li a{
- color: #fff;
- font-family: Cuprum, sans-serif;
- font-size: 18px;
- }
- header .menu-mobile ul li a:hover{
- text-decoration: none;
- cursor: pointer;
- color: #5597d1;
- }
- /*HEADER END*/
- .main-container{
- padding-top: 60px;
- }
- /*LEFT SIDE*/
- .left-side{
- font-family: Cuprum, sans-serif;
- font-weight: 400;
- width: 20%;
- }
- @media (min-width: 992px){
- .left-side{
- padding-right: 20px;
- }
- }
- @media (min-width: 768px){
- .left-side{
- padding: 0 2px;
- }
- }
- .left-side .info{
- padding: 0 10px;
- margin-bottom: 20px;
- }
- .left-side .logo{
- text-align: center;
- margin-bottom: 15px
- }
- .left-side .logo-subtitle{
- line-height: 16px;
- font-size: 14px;
- text-align: center;
- color:#a1a1a1;
- }
- .left-side .howtoget_button{
- font-size: 16px;
- display: block;
- cursor: pointer;
- padding: 10px 0;
- text-align: center;
- text-decoration: underline;
- color:#929292;
- background: #ebebeb;
- margin: 10px 0;
- }
- /*
- .left-side .contacts{
- padding-left: 10px;
- }*/
- .left-side .contact{
- color:#929292;
- font-size: 14px;
- }
- .left-side .value{
- font-size: 16px;
- margin-bottom: 5px;
- }
- .left-side .all-phones{
- display: inline-block;
- text-decoration: underline;
- }
- .left-side .all-phones img{
- margin-left: 5px;
- }
- .left-side .specializations .spec-header{
- padding: 6px 10px;
- font-size: 22px;
- font-weight: 700;
- background: #929292;
- color: #fff;
- }
- .left-side .specializations .spec-header a{
- display: inline-block;
- float: right;
- }
- .left-side .spec{
- margin-top: 10px;
- height: 54px;
- background: #ebebeb;
- border-radius: 32px 0 0 32px;
- position: relative;
- }
- .left-side .spec .spec-avatar{
- width: 50px;
- height: 50px;
- border-radius: 50%;
- display: block;
- position: absolute;
- margin-left: -10px;
- z-index: 10;
- left: 12px;
- top: 2px;
- }
- .left-side .spec .text{
- margin-left: 55px;
- padding-top: 5px;
- }
- .left-side .spec .text .subtitle{
- font-size: 14px;
- color: #929292;
- }
- .left-side .spec .text .title{
- font-size: 16px;
- }
- .left-side .more{
- text-align: right;
- margin-top: 10px;
- }
- .left-side .more a{
- font-size: 14px;
- color:#929292;
- }
- .left-side .add-info{
- width: 100%;
- display: inline-block;
- margin-top: 40px;
- }
- .left-side .add-info .info{
- padding-top: 20px;
- height: 90px;
- font-size: 20px;
- line-height: 20px;
- font-weight: 700;
- background: #ebd0ce;
- text-align: center;
- color: #fff;
- }
- /*LEFT-SIDE END*/
- /*MAIN TITLE*/
- .main-title{
- position: relative;
- }
- .main-title .title{
- font-family: Cuprum;
- font-weight: 700;
- color: #004d7b;
- }
- .main-title .subtitle{
- font-family: Cuprum;
- font-weight: 700;
- font-size: 16px;
- color: #929292;
- margin-bottom: 20px;
- }
- .soc{
- position: absolute;
- right: 60px;
- top: 30px;
- }
- .soc .social{
- float: left;
- width: 25px;
- height: 25px;
- margin-right: 4px;
- border-radius: 50%;
- background: blue;
- display: block;
- }
- .soc .social:nth-child(1){
- background: url(../images/soc-fb.png)
- }
- .soc .social:nth-child(2){
- background: url(../images/soc-vk.png)
- }
- .soc .social:nth-child(3){
- background: url(../images/soc-ok.png)
- }
- .soc .social:nth-child(4){
- background: url(../images/soc-twitter.png)
- }
- .soc .social:nth-child(1):hover{
- background: url(../images/soc-fb-hover.png)
- }
- .soc .social:nth-child(2):hover{
- background: url(../images/soc-vk-hover.png)
- }
- .soc .social:nth-child(3):hover{
- background: url(../images/soc-ok-hover.png)
- }
- .soc .social:nth-child(4):hover{
- background: url(../images/soc-twitter-hover.png)
- }
- /*MAIN TITLE END*/
- /*MAIN CONTENT*/
- .main-container .col-lg-10{
- width: 80%;
- }
- /*.main-container .content{
- padding-right: 0;
- }*/
- .content-left{
- padding-right: 0;
- }
- .content-left .slider{
- position: relative;
- }
- .content-left .arrow{
- width: 10px;
- height: 16px;
- position: absolute;
- z-index: 10;
- top: 50%;
- cursor: pointer;
- }
- .content-left .arrow-left{
- background: url(../images/slide-arrow-left.png);
- left: 10px;
- }
- .content-left .arrow-right{
- background: url(../images/slider-arrow-right.png);
- right: 10px;
- }
- .content-left .swiper-slide img{
- display: block;
- }
- .content-left .about{
- display: inline-block;
- margin-top: 40px;
- }
- .content-left .about .block-header{
- padding: 6px 10px;
- font-size: 22px;
- font-weight: 700;
- font-family: Cuprum, sans-serif;
- background: #929292;
- color: #fff;
- margin-bottom: 10px;
- }
- .content-left .about .block-header img{
- float: right;
- margin-top: 3px;
- }
- .content-left .doctor{
- font-family: Cuprum, sans-serif;
- font-weight: 400;
- }
- .content-left .doctor .doctor-avatar{
- margin-bottom: 8px;
- text-align: center;
- }
- .content-left .doctor .doctor-name{
- text-align: center;
- font-size: 22px;
- color: #004d7b;
- line-height: 22px;
- margin-bottom: 4px;
- }
- .content-left .doctor .doctor-desc{
- text-align: center;
- color: #929292;
- }
- .content-left .doctor .doctor-link{
- padding: 9px 0;
- font-size: 14px;
- margin-top: 15px;
- text-align: center;
- background: #ebebeb;
- }
- .content-left .doctor .doctor-link a{
- color: #929292;
- text-decoration: underline;
- }
- .content-left .about .about-text .title{
- font-family: Cuprum, sans-serif;
- font-weight: 700;
- font-size: 16px;
- }
- .content-left .about .about-text .text{
- font-family: Open Sans, sans-serif;
- font-size: 16px;
- color: #3b434d;
- }
- .content-left .about .more-text{
- font-family: Open Sans, sans-serif;
- margin-top: 10px;
- }
- .content-left .about .more{
- margin-top: 10px;
- text-align: right;
- }
- .content-left .about .more a{
- font-size: 14px;
- color:#929292;
- }
- .content-left .clinics{
- margin-top: 40px;
- }
- .content-left .clinics .clinic{
- position: relative;
- display: inline-block;
- margin-bottom: 10px;
- border: 1px solid #ebebeb;
- }
- .content-left .clinics .block-header{
- padding: 6px 10px;
- font-size: 22px;
- font-weight: 700;
- font-family: Cuprum, sans-serif;
- background: #929292;
- color: #fff;
- margin-bottom: 10px;
- }
- .content-left .clinics .block-header img{
- float: right;
- margin-top: 3px;
- }
- .content-left .clinics .clinic-image{
- margin-right: 15px;
- display: block;
- float: left;
- height: 100%;
- }
- .content-left .clinics .text{
- /*padding-left: 115px;*/
- }
- .content-left .clinics .text .title{
- font-size: 18px;
- line-height: 18px;
- font-family: Cuprum, sans-serif;
- }
- .content-left .clinics .text .subtitle{
- font-family: Open Sans, sans-serif;
- color: #a1a1a1;
- padding-left: 10px;
- }
- .content-left .clinics .clinic .recomended{
- position: absolute;
- left: -7px;
- bottom: 5px;
- height: 36px;
- width: 196px;
- padding-top: 6px;
- font-family: Cuprum, sans-serif;
- font-size: 16px;
- color: #fff;
- padding-left: 6px;
- background:url(../images/green-recomended.png) no-repeat;
- }
- .content-left .clinics .more{
- text-align: right;
- margin-top: 10px;
- }
- .content-left .clinics .more a{
- font-size: 14px;
- color:#929292;
- }
- .content-right{
- padding-left: 0;
- }
- .content .importants{
- font-family: Open Sans, sans-serif;
- }
- .content .importants .important{
- height: 90px;
- margin-left: 10px;
- margin-bottom: 10px;
- padding:0;
- display: block;
- background: #d7d7d7;
- }
- .content .importants .important:hover{
- text-decoration: none;
- background: #004d7b;
- }
- .content .importants .important:focus{
- text-decoration: none;
- }
- .content .importants .important:nth-child(1) .description{
- padding-top: 20px;
- }
- .content .importants .important:nth-child(2) .description{
- padding-top: 15px;
- padding-left: 0;
- }
- .content .importants .important:nth-child(4) .description{
- padding-top: 10px;
- }
- .content .importants .important:nth-child(6) .description{
- padding-top: 20px;
- }
- .content .importants .important .important-image{
- padding-top: 20px;
- margin-left: 5px;
- height: 100%;
- width: 25%;
- display: block;
- float: left;
- }
- .content .importants .important .description{
- color: #fff;
- font-weight: 700;
- height: 100%;
- font-size: 15px;
- padding-left: 65px;
- }
- .content-right .today{
- margin-top: 25px;
- padding-left: 15px;
- display: inline-block;
- }
- .content-right .today .today-item .head{
- background: #929292;
- padding: 12px 5px;
- font-size: 13px;
- font-family: Cuprum;
- text-align: right;
- height: 40px;
- color: #fff;
- border-radius: 10px 0 0 0;
- }
- .content-right .today .today-item .head-blue{
- background: #5597d1;
- }
- .content-right .today .today-item .head .date{
- float: left;
- display: block;
- }
- .content-right .today .today-item .head .name{
- float: right;
- display: block;
- }
- .content-right .today .today-item{
- padding-right: 0;
- }
- .content-right .today .block-header{
- padding: 6px 10px;
- font-size: 22px;
- font-weight: 700;
- font-family: Cuprum, sans-serif;
- background: #929292;
- color: #fff;
- margin-bottom: 10px;
- }
- .content-right .today .block-header img{
- float: right;
- margin-top: 3px;
- }
- .content-right .today .image{
- position: relative;
- margin-top: 10px;
- }
- .content-right .today .image img{
- display: block;
- width: 200px;
- margin: 0 auto;
- }
- .content-right .today .logo{
- position: absolute;
- top: 0;
- font-family: Cuprum, sans-serif;
- right: 15px;
- width: 60px;
- height: 60px;
- }
- .content-right .today .logo img{
- width: 60px;
- height: 60px;
- }
- .content-right .today .free{
- position: absolute;
- padding-top: 5px;
- padding-left: 7px;
- top: 60px;
- left: -5px;
- font-family: Cuprum, sans-serif;
- color: #fff;
- width: 200px;
- height: 40px;
- background: url(../images/free-bg.png) no-repeat;
- }
- .content-right .today .desc{
- margin-top:10px;
- margin-bottom: 10px;
- font-family: Cuprum, sans-serif;
- padding-left: 5px;
- font-size: 14px;
- }
- .content-right .today .org{
- font-family: Cuprum, sans-serif;
- font-weight: 600;
- text-align: center;
- border-top:1px solid #ebebeb;
- padding-top: 5px;
- color: #004d7b;
- }
- .content-right .today .adress{
- margin-top: 5px;
- font-family: Cuprum, sans-serif;
- font-size: 14px;
- padding: 15px 0;
- background: #ebebeb;
- color: #929292;
- text-align: center;
- }
- .content-right .news .block-header{
- padding: 6px 10px;
- font-size: 22px;
- font-weight: 700;
- font-family: Cuprum, sans-serif;
- background: #929292;
- color: #fff;
- margin-bottom: 10px;
- }
- .content-right .news .block-header img{
- float: right;
- margin-top: 3px;
- }
- .content-right .news-item{
- height: 320px;
- padding: 0 10px;
- padding-right: 0;
- margin-bottom: 20px;
- }
- .content-right .news-item .inner{
- height: inherit;
- background: #ebebeb;
- }
- .content-right .news{
- display: inline-block;
- margin-top: 25px;
- padding-left: 15px;
- }
- .content-right .news .image{
- font-family: Cuprum, sans-serif;
- margin-bottom: 10px;
- color:#fff;
- height: 140px;
- width: 205px;
- margin: 0 auto;
- position: relative;
- }
- .content-right .news .image img{
- display: block;
- width: 200px;
- margin: 0 auto;
- }
- .content-right .news .image .title{
- font-size: 16px;
- position: absolute;
- bottom: 10px;
- left: 20%;
- }
- .content-right .news .desc{
- font-family: Open Sans, sans-serif;
- padding-left: 10px;
- font-size: 14px;
- line-height: 17px;
- }
- .content-right .news .data{
- padding: 10px 0;
- margin:10px;
- margin-top:20px;
- color: #929292;
- text-align: right;
- border-top: 1px solid #d4d4d4;
- }
- /*footer*/
- footer{
- position: absolute;
- margin-top: 40px;
- width: 100%;
- padding-top: 40px;
- padding-bottom: 20px;
- display: inline-block;
- background: #3b434d;
- }
- footer .list{
- position: relative;
- list-style: none;
- float: left;
- width: 20%;
- font-family: Cuprum, sans-serif;
- font-size: 16px;
- }
- footer .list a{
- color: #f2f2f3
- }
- footer .list li:nth-child(1){
- }
- footer .list li:nth-child(1) a{
- color: #75787b;
- font-weight: 700;
- font-size: 18px;
- }
- footer .admin-button{
- background: #ebebeb;
- margin-top: 25px;
- padding: 10px 5px;
- text-align: center;
- display: block !important;
- }
- footer .admin-button a{
- font-size: 14px;
- color: #929292;
- text-decoration: underline;
- }
- footer .admin-button a:hover{
- text-decoration: underline;
- }
- footer .copyright{
- float: right;
- height: auto;
- margin-top: 40px;
- }
- footer .copyright .text{
- color: #919293;
- font-family: Open Sans, sans-serif;
- float: left;
- width: 60%;
- text-align: right;
- }
- footer .copyright a{
- font-family: Open Sans, sans-serif;
- padding-left: 8px;
- text-decoration: underline;
- color: #9e9e9e;
- }
- footer .copyright a:hover{
- color: #9e9e9e;
- text-decoration: underline;
- }
- footer .copyright .logo{
- text-align: center;
- float: left;
- margin-left: 20px;
- }
- /**/
- @media (min-width: 1200px){
- .important{
- width: 47%;
- }
- }
- @media (min-width: 992px){
- .content-right .today .today-item{
- width: 50%;
- margin-top: 20px;
- }
- .content-right .news-item{
- width: 50%;
- }
- }
- @media (min-width: 768px){
- .content-right .today .today-item{
- float: left;
- width: 50%;
- }
- .content-right .news-item{
- float: left;
- width: 50%;
- }
- }
- @media (max-width: 992px){
- .left-side{
- width: 27% !important;
- }
- .content-a-lot{
- padding-right: 0;
- }
- .main-container .col-lg-10{
- width: 73% !important;
- }
- header .circles{
- position: static !important;
- }
- header .menu ul li a{
- font-size: 14.5px ;
- }
- }
- @media (max-width: 1200px){
- .main-title .soc{
- display: none;
- }
- footer .admin-button{
- width: 100%;
- }
- footer .list{
- width: 100%;
- padding-right: 40px;
- }
- footer .list li{
- display: none;
- }
- footer .list li:nth-child(1){
- display: block;
- }
- }
- @media (max-width: 1200px){
- .left-side{
- width: 20%;
- }
- .content-left{
- width: 100%;
- }
- .content-left .clinic{
- width: 100%;
- }
- .content-right{
- width: 100%;
- }
- .content-right .importants .important .description{
- padding-top: 30px !important;
- }
- .content-right .importants .important .important-image{
- width: 10%;
- }
- }
- @media (max-width: 768px){
- .left-side .specializations .spec{
- display: none;
- }
- .left-side .specializations .more{
- display: none;
- }
- .left-side .add-info{
- display: none;
- }
- .main-container .main-title{
- display: none;
- }
- .content .clinics{
- display: none;
- }
- .content-right{
- padding-right: 0;
- }
- .content-right .importants{
- display: none;
- }
- .left-side{
- width: 100% !important;
- margin-bottom: 40px;
- }
- .main-container .col-lg-10 {
- width: 100% !important;
- }
- .main-container .main-title{
- width: 100% !important;
- }
- .main-container .content-right{
- width: 100% !important;
- }
- .main-container .content-right .today{
- width: 100% !important;
- }
- .importants{
- width: 100% !important;
- }
- .main-container .content-left{
- width: 100% !important;
- }
- .main-container .content-left .clinic{
- width: 100% !important;
- }
- .main-container .mobile{
- display: block;
- }
- .left-side .title{
- font-size: 32px;
- }
- .left-side .main-title{
- padding: 0;
- }
- .left-side{
- padding-right: 15px;
- }
- .left-side .logo-subtitle{
- width: 50%;
- margin: 0 auto;
- }
- .left-side .specializations .spec-header a{
- transform: rotate(90deg);
- }
- .content-left .doctor{
- margin-bottom: 30px;
- }
- .content-left .about .about-text{
- margin-bottom: 30px;
- }
- .main-container .content-a-lot{
- padding-right: 0;
- }
- .content-right .today .today-item{
- width: 50%;
- float: left;
- }
- .content-right .news .news-item{
- width: 50%;
- float: left;
- }
- header .menu li{
- display: none;
- }
- header .menu ul .circles{
- display: block;
- position: absolute !important;
- }
- header .menu ul .burger{
- left: 0;
- }
- header .menu-mobile{
- position: absolute;
- width: 100%;
- }
- header .menu-mobile ul{
- padding: 0;
- }
- }
- @media(max-width: 485px){
- .content-right .news .news-item{
- width: 100%
- }
- .content-right .today .today-item{
- margin: 0 auto;
- width: 100%;
- margin-bottom: 10px;
- }
- }
- .mobile{
- display: none;
- }
- /*MAIN CONTENT END*/
- /*END MAIN PAGE*/
- /*CONTACTS PAGE*/
- .contacts-container .side-bar .logo{
- margin-bottom: 50px;
- }
- .contacts-container .main-title{
- padding-left: 40px;
- }
- .contacts-container .main-title .title{
- font-size: 34px;
- }
- .contacts-container .side-bar ul{
- list-style: none;
- padding-left: 0;
- }
- .contacts-container .side-bar li{
- padding: 7px 0;
- text-align: right;
- border-bottom: 1px solid #ebebeb;
- }
- .contacts-container .side-bar li:first-child{
- border-top: 1px solid #ebebeb;
- }
- .contacts-container .side-bar li a{
- color: #004d7b;
- font-family: Cuprum, sans-serif;
- font-weight: 600;
- font-size: 17px;
- }
- .contacts-container .side-bar li a:hover{
- text-decoration: none;
- }
- .contacts-container .map{
- margin-bottom: 50px;
- }
- .contacts-container #map{
- height: 345px;
- margin: auto;
- }
- .contacts-container .right-side-bar .info{
- margin-bottom: 10px;
- }
- .contacts-container .right-side-bar .soc{
- position: static;
- display: inline-block;
- text-align: center;
- padding: 0 10px;
- margin-top: 0;
- margin-bottom: 20px;
- }
- .contacts-container .center-content .work-time{
- margin-bottom: 40px;
- }
- .contacts-container .center-content .work-time .min-title{
- margin-bottom: 20px;
- font-family: Cuprum, sans-serif;
- font-size: 20px;
- font-weight: 700;
- }
- .contacts-container .center-content .work-time .text{
- font-size: 16px;
- }
- .contacts-container .center-content .to-doctors{
- margin-bottom: 60px;
- display: inline-block;
- }
- .contacts-container .center-content .to-doctors .min-title{
- margin-bottom: 20px;
- font-family: Cuprum, sans-serif;
- font-size: 18px;
- font-weight: 700;
- }
- .contacts-container .center-content .callback .min-title-text{
- font-size: 16px;
- font-family: Cuprum;
- font-weight: 700;
- }
- .contacts-container .center-content .to-doctors .personal-doctor{
- width: 33.33333333332%;
- display: inline-block;
- color: #000;
- padding: 0;
- padding-right: 10px;
- text-decoration: none;
- margin-bottom: 40px;
- }
- .contacts-container .center-content .to-doctors .personal-doctor .doctor-type{
- font-size: 14px;
- font-family: Cuprum, sans-serif;
- color: #929292;
- }
- .contacts-container .center-content .to-doctors .personal-doctor .doctor-header{
- display: inline-block;
- width: 100%;
- background: #ebebeb;
- border-radius: 30px 0 0 30px;
- }
- .contacts-container .center-content .to-doctors .personal-doctor .doctor-image{
- float: left;
- }
- .contacts-container .center-content .to-doctors .personal-doctor .doctor-name{
- padding-top: 10px;
- padding-left: 65px;
- font-family: Cuprum, sans-serif;
- color: #004d7b;
- font-size: 18px;
- line-height: 18px;
- }
- .contacts-container .center-content .to-doctors .personal-doctor .doctor-category .image{
- width: 13%;
- float: left;
- padding-top: 70px;
- }
- .contacts-container .center-content .to-doctors .personal-doctor .doctor-category .text{
- padding-top: 10px;
- width: 87%;
- float: left;
- }
- .contacts-container .center-content .to-doctors .personal-doctor .doctor-category .text .category{
- color: #929292;
- margin-bottom: 10px;
- }
- .contacts-container .center-content .to-doctors .personal-doctor .doctor-category .text .otdels{
- color: #004d7b;
- font-family: Open Sans, sans-serif;
- }
- .contacts-container .center-content .to-doctors .personal-doctor .contacts{
- display: inline-block;
- margin-top: 10px;
- width: 100%;
- background: #ebebeb;
- padding-top: 10px;
- padding-left: 5px;
- padding-right: 5px;
- }
- .contacts-container .center-content .to-doctors .personal-doctor .contact{
- color:#929292;
- font-size: 14px;
- font-family: Cuprum, sans-serif;
- }
- .contacts-container .center-content .to-doctors .personal-doctor .value{
- font-size: 16px;
- margin-bottom: 5px;
- font-family: Cuprum, sans-serif;
- }
- .contacts-container .center-content .to-doctors .personal-doctor .value a {
- font-size: 15px;
- }
- .contacts-container .center-content .to-doctors .personal-doctor .priem{
- margin-top: 10px;
- font-weight: 700;
- font-size: 16px;
- font-family: Cuprum, sans-serif;
- }
- .contacts-container .center-content .callback{
- display: inline-block;
- }
- .contacts-container .center-content .callback .min-title{
- margin-bottom: 20px;
- font-family: Cuprum, sans-serif;
- font-size: 20px;
- font-weight: 700;
- }
- .contacts-container .center-content .callback .min-title-text{
- font-size: 19px;
- margin-bottom: 30px;
- }
- .contacts-container .center-content .callback form p{
- font-size: 12px;
- color: #929292;
- }
- .contacts-container .center-content .callback form input{
- margin-bottom: 10px;
- padding-left: 5px;
- font-family: Open Sans, sans-serif;
- font-size: 14px;
- font-weight: 400;
- width: 100%;
- height: 30px;
- color: #929292;
- background: #ebebeb;
- border: none;
- }
- .contacts-container .center-content .callback form input[type = "checkbox"]{
- width: 20px;
- height: inherit;
- }
- .contacts-container .center-content .callback form span{
- font-size: 12px;
- color: #929292;
- }
- .contacts-container .center-content .callback form textarea{
- width: 100%;
- height: 110px;
- padding-left: 5px;
- font-family: Open Sans, sans-serif;
- font-size: 14px;
- color: #929292;
- background: #ebebeb;
- border: none;
- resize: none;
- }
- .contacts-container .center-content .callback form .form-button{
- margin-top: 10px;
- cursor: pointer;
- padding: 7px 0;
- color: #fff;
- text-align: center;
- font-family: Cuprum , sans-serif;
- font-weight: 700;
- background: #004d7b;
- border: 0;
- }
- .contacts-container .center-content .to-doctors .doctor-button{
- display: inline-block;
- width: 100%;
- margin-top: 10px;
- text-align: center;
- text-decoration: underline;
- font-family: Cuprum, sans-serif;
- padding: 7px 0;
- color: #929292;
- background: #ebebeb;
- }
- .contacts-container .center-content .to-doctors .doctor-button:hover{
- color: #fff;
- background: #004d7b;
- }
- /*
- .contacts-container .center-content .*/
- @media (max-width: 1200px){
- .contacts-container .left-side {
- width: 20% !important;
- }
- .contacts-container .importants .important:nth-child(2) .description{
- padding-left:58px;
- }
- }
- @media (min-width: 1200px){
- .contacts-container .main-title {
- width: 60%;
- padding-left: 40px;
- }
- .contacts-container .focus-content {
- width: 60%;
- padding-left: 40px;
- }
- .contacts-container .important{
- width: 100%;
- }
- }
- @media (max-width: 1200px){
- .contacts-container .center-content .callback{
- margin-bottom: 40px;
- }
- .contacts-container .left-side {
- width: 100% !important;
- margin-bottom: 40px;
- }
- .contacts-container .left-side .main-title{
- float: none;
- width: 100% !important;
- }
- .contacts-container .center-content{
- width: 100%;
- }
- .contacts-container .center-content .to-doctors .personal-doctor{
- width: 100%;
- }
- .contacts-container .center-content .callback form .form-button{
- width: 100%;
- }
- .contacts-container .main-title{
- padding-left: 15px;
- }
- .contacts-container .center-content .to-doctors .personal-doctor .doctor-category .image{
- width: 10%;
- padding-top: 20px;
- }
- .contacts-container .left-side .importants .important-image{
- width: 10%;
- }
- .contacts-container .left-side .importants .description{
- padding-top: 20px !important;
- }
- .contacts-container .right-side-bar .info .logo{
- display: none;
- }
- .contacts-container .main-title{
- display: block;
- }
- .contacts-container .center-content .title{
- display: none;
- }
- .contacts-container .center-content .subtitle{
- display: none;
- }
- }
- /*CONTACTS PAGE END*/
|