.jq-checkbox, .jq-radio { position: relative; display: inline-block; overflow: hidden; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .jq-checkbox input, .jq-radio input { position: absolute; z-index: -1; margin: 0; padding: 0; opacity: 0; } .jq-file { position: relative; display: inline-block; overflow: hidden; } .jq-file input { position: absolute; top: 0; right: 0; height: auto; margin: 0; padding: 0; opacity: 0; font-size: 100px; line-height: 1em; } .jq-file__name { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .jq-selectbox, .jq-select-multiple { position: relative; display: inline-block; } .jq-selectbox select, .jq-select-multiple select { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: 0; padding: 0; opacity: 0; } .jq-selectbox li, .jq-select-multiple li { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; white-space: nowrap; } .jq-selectbox { z-index: 10; } .jq-selectbox__select { position: relative; } .jq-selectbox__select-text { overflow: hidden; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; white-space: nowrap; text-overflow: ellipsis; } .jq-selectbox__dropdown { position: absolute; } .jq-selectbox__search input { -webkit-appearance: textfield; } .jq-selectbox__search input::-webkit-search-cancel-button, .jq-selectbox__search input::-webkit-search-decoration { -webkit-appearance: none; } .jq-selectbox__dropdown ul { position: relative; overflow: auto; overflow-x: hidden; list-style: none; -webkit-overflow-scrolling: touch; } .jq-select-multiple ul { position: relative; overflow-x: hidden; -webkit-overflow-scrolling: touch; } .jq-number { display: inline-block; } .jq-number__field input { -moz-appearance: textfield; text-align: left; } .jq-number__field input::-webkit-inner-spin-button, .jq-number__field input::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; }
/* css/jquery.formstyler.css finish */

.jq-checkbox, .jq-radio { vertical-align: -4px; width: 16px; height: 16px; margin: 0 4px 0 0; border: 2px solid #6bc335; cursor: pointer; } .jq-checkbox.focused, .jq-radio.focused { border: 1px solid #08C; } .jq-checkbox.disabled, .jq-radio.disabled { opacity: .55; } .jq-checkbox { border-radius: 3px; } .jq-checkbox.checked .jq-checkbox__div { width: 8px; height: 4px; margin: 3px 0 0 3px; border-bottom: 2px solid #666; border-left: 2px solid #666; -webkit-transform: rotate(-50deg); transform: rotate(-50deg); } .jq-radio { border-radius: 50%; } .jq-radio.checked .jq-radio__div { width: 10px; height: 10px; margin: 3px 0 0 3px; border-radius: 50%; background: #777; box-shadow: inset 1px 1px 1px rgba(0,0,0,.7); } .jq-file { width: 270px; border-radius: 4px; box-shadow: 0 1px 2px rgba(0,0,0,.1); } .jq-file input { cursor: pointer; } .jq-file__name { box-sizing: border-box; width: 100%; height: 34px; padding: 0 80px 0 10px; border: 1px solid #CCC; border-bottom-color: #B3B3B3; border-radius: 4px; background: #FFF; box-shadow: inset 1px 1px #F1F1F1; font: 14px/32px "Ubuntu", arial, sans-serif; color: #333; } .jq-file__browse { position: absolute; top: 1px; right: 1px; padding: 0 10px; border-left: 1px solid #CCC; border-radius: 0 4px 4px 0; background: linear-gradient(#FFF, #E6E6E6); box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1); font: 14px/32px "Ubuntu", arial, sans-serif; color: #333; text-shadow: 1px 1px #FFF; } .jq-file:hover .jq-file__browse { background: linear-gradient(#F6F6F6, #E6E6E6); } .jq-file:active .jq-file__browse { background: #F5F5F5; box-shadow: inset 1px 1px 3px #DDD; } .jq-file.focused .jq-file__name { border: 1px solid #5794BF; } .jq-file.disabled, .jq-file.disabled .jq-file__name, .jq-file.disabled .jq-file__browse { border-color: #CCC; background: #F5F5F5; box-shadow: none; color: #888; } .jq-number { position: relative; vertical-align: middle; padding: 0 36px 0 0; } .jq-number__field { width: 100px; border: 1px solid #CCC; border-bottom-color: #B3B3B3; border-radius: 4px; box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1); } .jq-number__field:hover { border-color: #B3B3B3; } .jq-number__field input { box-sizing: border-box; width: 100%; padding: 8px 9px; border: none; outline: none; background: none; font: 14px "Ubuntu", arial, sans-serif; color: #333; } .jq-number__spin { position: absolute; top: 0; right: 0; width: 32px; height: 14px; border: 1px solid #CCC; border-bottom-color: #B3B3B3; border-radius: 4px; background: linear-gradient(#FFF, #E6E6E6); box-shadow: 0 1px 2px rgba(0,0,0,.1); box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; text-shadow: 1px 1px #FFF; cursor: pointer; } .jq-number__spin.minus { top: auto; bottom: 0; } .jq-number__spin:hover { background: linear-gradient(#F6F6F6, #E6E6E6); } .jq-number__spin:active { background: #F5F5F5; box-shadow: inset 1px 1px 3px #DDD; } .jq-number__spin:after { content: ''; position: absolute; top: 4px; left: 11px; width: 0; height: 0; border-right: 5px solid transparent; border-bottom: 5px solid #999; border-left: 5px solid transparent; } .jq-number__spin.minus:after { top: 5px; border-top: 5px solid #999; border-right: 5px solid transparent; border-bottom: none; border-left: 5px solid transparent; } .jq-number__spin.minus:hover:after { border-top-color: #000; } .jq-number__spin.plus:hover:after { border-bottom-color: #000; } .jq-number.focused .jq-number__field { border: 1px solid #5794BF; } .jq-number.disabled .jq-number__field, .jq-number.disabled .jq-number__spin { border-color: #CCC; background: #F5F5F5; box-shadow: none; color: #888; } .jq-number.disabled .jq-number__spin:after { border-bottom-color: #AAA; } .jq-number.disabled .jq-number__spin.minus:after { border-top-color: #AAA; } .jq-selectbox { vertical-align: middle; cursor: pointer; } .jq-selectbox__select { height: 46px; padding: 0 50px 0 16px; border: 2px solid #6bc335; font: 14px/42px "Ubuntu", arial, sans-serif; color: #333; background: #fff; } .jq-selectbox__select:hover { background: #fff; } .jq-selectbox__select:active { background: #fff; } .jq-selectbox.focused .jq-selectbox__select { } .jq-selectbox.disabled .jq-selectbox__select { border-color: #CCC; background: #F5F5F5; box-shadow: none; color: #888; } .jq-selectbox__select-text { display: block; width: 100%; } .jq-selectbox .placeholder { color: #888; } .jq-selectbox__trigger { position: absolute; top: 0; right: 0; width: 34px; height: 100%; } .jq-selectbox__trigger-arrow { position: absolute; top: 14px; right: 12px; width: 12px; height: 12px; border-left: 2px solid #6bc335; border-bottom: 2px solid #6bc335; transform: rotate(-45deg); } .jq-selectbox:hover .jq-selectbox__trigger-arrow { border-top-color: #000; } .jq-selectbox.disabled .jq-selectbox__trigger-arrow { border-top-color: #AAA; } .jq-selectbox__dropdown { box-sizing: border-box; width: 100%; margin: -2px 0 0; padding: 10px 10px 10px 0; border: 2px solid #6bc335; background: #fff; font: 14px/18px "Ubuntu", arial, sans-serif; } .jq-selectbox__search { margin: 5px; } .jq-selectbox__search input { box-sizing: border-box; width: 100%; margin: 0; padding: 5px 27px 6px 8px; border: 1px solid #CCC; border-radius: 3px; outline: none; background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%; box-shadow: inset 1px 1px #F1F1F1; color: #333; } .jq-selectbox__not-found { margin: 5px; padding: 5px 8px 6px; background: #F0F0F0; font-size: 13px; } .jq-selectbox ul { margin: 0; padding: 0 5px 0 0; } .jq-selectbox__dropdown ul::-webkit-scrollbar { width: 10px; } .jq-selectbox__dropdown ul::-webkit-scrollbar-thumb { background-color: #6bc335; } .jq-selectbox li { min-height: 18px; padding: 5px 16px 6px; color: #231F20; white-space: normal; } .jq-selectbox li.selected { background-color: #fff; color: #6bc335; } .jq-selectbox li:hover { background-color: #fff; color: #6bc335; } .jq-selectbox li.disabled { color: #AAA; } .jq-selectbox li.disabled:hover { background: none; } .jq-selectbox li.optgroup { font-weight: bold; } .jq-selectbox li.optgroup:hover { background: none; color: #231F20; cursor: default; } .jq-selectbox li.option { padding-left: 25px; } .jq-select-multiple { box-sizing: border-box; padding: 1px; border: 1px solid #CCC; border-bottom-color: #B3B3B3; border-radius: 4px; background: #FFF; box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1); font: 14px/18px "Ubuntu", arial, sans-serif; color: #333; cursor: default; } .jq-select-multiple.focused { border: 1px solid #5794BF; } .jq-select-multiple.disabled { border-color: #CCC; background: #F5F5F5; box-shadow: none; color: #888; } .jq-select-multiple ul { margin: 0; padding: 0; } .jq-select-multiple li { padding: 3px 9px 4px; list-style: none; } .jq-select-multiple li:first-child { border-radius: 3px 3px 0 0; } .jq-select-multiple li:last-child { border-radius: 0 0 3px 3px; } .jq-select-multiple li.selected { background: #08C; color: #FFF; } .jq-select-multiple li.disabled { color: #AAA; } .jq-select-multiple li.optgroup { font-weight: bold; } .jq-select-multiple li.option { padding-left: 25px; } .jq-select-multiple.disabled li.selected, .jq-select-multiple li.selected.disabled { background: #CCC; color: #FFF; } input[type='email'].styler, input[type='password'].styler, input[type='search'].styler, input[type='tel'].styler, input[type='text'].styler, input[type='url'].styler, textarea.styler { padding: 8px 9px; border: 1px solid #CCC; border-bottom-color: #B3B3B3; border-radius: 4px; box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1); font: 14px "Ubuntu", arial, sans-serif; color: #333; } input[type='search'].styler { -webkit-appearance: none; -moz-appearance: none; appearance: none; } textarea.styler { overflow: auto; } input[type='email'].styler:hover, input[type='password'].styler:hover, input[type='search'].styler:hover, input[type='tel'].styler:hover, input[type='text'].styler:hover, input[type='url'].styler:hover, textarea.styler:hover { border-color: #B3B3B3; } input[type='email'].styler:hover:focus, input[type='password'].styler:hover:focus, input[type='search'].styler:hover:focus, input[type='tel'].styler:hover:focus, input[type='text'].styler:hover:focus, input[type='url'].styler:hover:focus, textarea.styler:hover:focus { border-color: #CCC; border-top-color: #B3B3B3; outline: none; box-shadow: inset 0 1px 2px rgba(0,0,0,.1); } button.styler, input[type='button'].styler, input[type='submit'].styler, input[type='reset'].styler { overflow: visible; padding: 8px 11px; border: 1px solid #CCC; border-bottom-color: #B3B3B3; border-radius: 4px; outline: none; background: linear-gradient(#FFF, #E6E6E6); box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1); font: 14px "Ubuntu", arial, sans-serif; color: #333; text-shadow: 1px 1px #FFF; cursor: pointer; } button.styler.styler::-moz-focus-inner, input[type='button'].styler.styler::-moz-focus-inner, input[type='submit'].styler.styler::-moz-focus-inner, input[type='reset'].styler.styler::-moz-focus-inner { padding: 0; border: 0; } button.styler:not([disabled]):hover, input[type='button'].styler:not([disabled]):hover, input[type='submit'].styler:not([disabled]):hover, input[type='reset'].styler:not([disabled]):hover, input[type='reset'].styler:hover { background: linear-gradient(#F6F6F6, #E6E6E6); } button.styler:active, input[type='button'].styler:active, input[type='submit'].styler:active, input[type='reset'].styler:active { background: #F5F5F5; box-shadow: inset 1px 1px 3px #DDD; } button.styler[disabled], input[type='button'].styler[disabled], input[type='submit'].styler[disabled] { border-color: #CCC; background: #F5F5F5; box-shadow: none; color: #888; }
/* css/jquery.formstyler.theme.css finish */

@charset "UTF-8";.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:50%;margin-left:-79px}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-toolbar{top:0;right:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after{color:#fff}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;margin:0;padding:0;border:0;width:44px;height:44px;line-height:44px;text-align:center;background:transparent;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:none}.fancybox-button[disabled]{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button[disabled]:after,.fancybox-button[disabled]:before{opacity:.3}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-arrow{position:absolute;top:50%;margin:-50px 0 0;height:100px;width:54px;padding:0;border:0;outline:none;background:none;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .25s}.fancybox-arrow:after{content:"";position:absolute;top:28px;width:44px;height:44px;background-color:rgba(30,30,30,.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:50%;background-size:24px 24px}.fancybox-arrow--right{right:0}.fancybox-arrow--left{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fancybox-arrow--left:after,.fancybox-arrow--right:after{left:0}.fancybox-show-nav .fancybox-arrow{opacity:.6}.fancybox-show-nav .fancybox-arrow[disabled]{opacity:.3}.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-width:800px){.fancybox-infobar{left:0;margin-left:0}.fancybox-button--left,.fancybox-button--right{display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancybox-button--pause:before,.fancybox-button--play:before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancybox-button--play:before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancybox-button--pause:before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancybox-button--thumbs,.fancybox-thumbs{display:none}@media (min-width:800px){.fancybox-button--thumbs{display:inline-block}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{width:3px;height:3px;top:calc(50% - 2px);left:calc(50% - 2px);box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;word-break:normal;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:220px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid transparent;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}}
/* css/jquery.fancybox.min.css finish */

@font-face{font-display: swap; font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.3.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}
/* css/font-awesome.min.css finish */

 .owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: transparent; position: relative; z-index: 1; } .owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; -moz-backface-visibility: hidden; } .owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } .owl-carousel .owl-stage-outer { position: relative; overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); } .owl-carousel .owl-wrapper, .owl-carousel .owl-item { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); } .owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; } .owl-carousel .owl-item img { display: block; width: 100%; } .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled { display: none; } .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot { cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .owl-carousel.owl-loaded { display: block; } .owl-carousel.owl-loading { opacity: 0; display: block; } .owl-carousel.owl-hidden { opacity: 0; } .owl-carousel.owl-refresh .owl-item { visibility: hidden; } .owl-carousel.owl-drag .owl-item { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .owl-carousel.owl-grab { cursor: move; cursor: grab; } .owl-carousel.owl-rtl { direction: rtl; } .owl-carousel.owl-rtl .owl-item { float: right; } .no-js .owl-carousel { display: block; } .owl-carousel .animated { animation-duration: 1000ms; animation-fill-mode: both; } .owl-carousel .owl-animated-in { z-index: 0; } .owl-carousel .owl-animated-out { z-index: 1; } .owl-carousel .fadeOut { animation-name: fadeOut; } @keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } .owl-height { transition: height 500ms ease-in-out; } .owl-carousel .owl-item .owl-lazy { opacity: 0; transition: opacity 400ms ease; } .owl-carousel .owl-item img.owl-lazy { transform-style: preserve-3d; } .owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000; } .owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url("../images/owl.video.play.png") no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; transition: transform 100ms ease; } .owl-carousel .owl-video-play-icon:hover { -ms-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); } .owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon { display: none; } .owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; transition: opacity 400ms ease; } .owl-carousel .owl-video-frame { position: relative; z-index: 1; height: 100%; width: 100%; } 
/* css/owl.carousel.css finish */

 .owl-theme .owl-nav { margin-top: 10px; text-align: center; -webkit-tap-highlight-color: transparent; } .owl-theme .owl-nav [class*='owl-'] { color: #FFF; font-size: 14px; margin: 5px; padding: 4px 7px; background: #D6D6D6; display: inline-block; cursor: pointer; border-radius: 3px; } .owl-theme .owl-nav [class*='owl-']:hover { background: #869791; color: #FFF; text-decoration: none; } .owl-theme .owl-nav .disabled { opacity: 0.5; cursor: default; } .owl-theme .owl-nav.disabled + .owl-dots { margin-top: 10px; } .owl-theme .owl-dots { text-align: center; -webkit-tap-highlight-color: transparent; } .owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1; *display: inline; } .owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 5px 7px; background: #D6D6D6; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; border-radius: 30px; } .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #869791; } 
/* css/owl.theme.default.css finish */

@charset "UTF-8"; @import url(https://fonts.googleapis.com/css?family=Ubuntu&subset=cyrillic-ext); .button__zwjmx { top: -51px; } .btn, .btn-blog { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none } .btn-blog, .btn-blog:hover, .registration-form input[type=date], .video .nav-tabs a:hover { color: #fff } .btn-blog, .to-top { background: #6bc335; text-align: center } .btn-blog, sub, sup { position: relative } .btn-blog, .modal-open, .sr-only, svg:not(:root) { overflow: hidden } pre, textarea { overflow: auto } .collapse, .invisible { visibility: hidden } .cbutton, .progress-button button, html { -webkit-tap-highlight-color: transparent } .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .doctor__card:after, .facts__item:after, .form-bottom, .form-horizontal .form-group:after, .header__buttons_in-menu:after, .modal-footer:after, .news:after, .planning:after, .pregnancy-programm:after, .reviews:after, .row:after, .services-list:after, .video__row:after { clear: both } .btn, .text-nowrap { white-space: nowrap } html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100% } .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev, .pop-win span:hover .pop-frame, .referenceModal input[type=checkbox]:checked + label:before, .tab-content > .active, .wrap-ter-services-item-info-price p span, article, aside, details, figcaption, figure, footer, header, hgroup, input[type=file], main, menu, nav, section, summary { display: block } .btn-blog, .to-top { display: inline-block } .btn-blog { padding: 15px 20px; text-decoration: none !important; font-size: 18px; cursor: pointer; border: 2px solid transparent; user-select: none } .col-xs-12, .video-personal video, input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block { width: 100% } .fa-chevron-up { font-size: 20px; color: #fff } .to-top { position: fixed; bottom: 150px; right: 40px; font-size: 3rem; border-radius: 50px; width: 50px; height: 50px } .text-left, caption, th { text-align: left } .to-top:hover { background: #79e139 } @media only screen and (max-width: 500px) { .to-top { right: 20px } } audio, canvas, progress, video { display: inline-block; vertical-align: baseline } audio:not([controls]) { display: none; height: 0 } .header__buttons, .header__contacts-wrap, .page__main .desktop, [hidden], template { display: none } a { background-color: transparent; color: #116196 } a:active, a:hover { outline: 0 } .referenceModal b, .referenceModal-item_inner label b, .referenceModal-thanks_inner p:last-child b, b, dt, optgroup, strong { font-weight: 700 } .faq__question-content, dfn { font-style: italic } h1 { margin: .67em 0 } mark { background: #ff0; color: #000 } sub, sup { font-size: 75%; line-height: 0; vertical-align: baseline } .btn, .list-medica-m li:before, img { vertical-align: middle } sup { top: -.5em } sub { bottom: -.25em } img { border: 0 } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0 } code, kbd, pre, samp { font-size: 1em } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0 } button { overflow: visible } button, select { text-transform: none } button, html input[type=button], input[type=reset], input[type=submit] { -webkit-appearance: button; cursor: pointer } button[disabled], html input[disabled] { cursor: default } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0 } input { line-height: normal } input[type=checkbox], input[type=radio] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { height: auto } input[type=search] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; box-sizing: content-box } .input__field, button.close, input[type=search] { -webkit-appearance: none } input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration { -webkit-appearance: none } textarea { resize: none } #popban .popup-content, td, th { padding: 0 } @media print { blockquote, img, pre, tr { page-break-inside: avoid } *, :after, :before { background: 0 0 !important; color: #000 !important; -webkit-box-shadow: none !important; box-shadow: none !important; text-shadow: none !important } a, a:visited { text-decoration: underline } a[href]:after { content: " (" attr(href) ")" } abbr[title]:after { content: " (" attr(title) ")" } a[href^="#"]:after, a[href^="javascript:"]:after { content: "" } blockquote, pre { border: 1px solid #999 } thead { display: table-header-group } img { max-width: 100% !important } h2, h3, p { orphans: 3; widows: 3 } h2, h3 { page-break-after: avoid } select { background: #fff !important } .navbar { display: none } .btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important } .label { border: 1px solid #000 } .table { border-collapse: collapse !important } .table td, .table th { background-color: #fff !important } .table-bordered td, .table-bordered th { border: 1px solid #ddd !important } } .btn, .btn-danger.active, .btn-danger:active, .btn-default.active, .btn-default:active, .btn-info.active, .btn-info:active, .btn-primary.active, .btn-primary:active, .btn-success.active, .btn-success:active, .btn-warning.active, .btn-warning:active, .form-control, .open > .btn-danger.dropdown-toggle, .open > .btn-default.dropdown-toggle, .open > .btn-info.dropdown-toggle, .open > .btn-primary.dropdown-toggle, .open > .btn-success.dropdown-toggle, .open > .btn-warning.dropdown-toggle { background-image: none } .img-responsive, .img-thumbnail, .svg-icon svg, .table, img, label { max-width: 100% } .img-thumbnail, body { line-height: 1.42857; background-color: #fff } *, :after, :before { -webkit-box-sizing: border-box; box-sizing: border-box } html { font-size: 10px } body { margin: 0; font-family: Ubuntu, arial, sans-serif; font-size: 18px; color: #2c3141 } button, input, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit } a:focus, a:hover { color: #6bc335; text-decoration: none } a:focus, input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus { outline: dotted thin; outline: -webkit-focus-ring-color auto 5px; outline-offset: -2px } figure { margin: 0 } .img-responsive { display: block; height: auto } .img-thumbnail, .list-inline > li, label { display: inline-block } .img-rounded { border-radius: 6px } .img-thumbnail { padding: 4px; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: .2s ease-in-out; -o-transition: .2s ease-in-out; transition: .2s ease-in-out; height: auto } .img-circle { border-radius: 50% } hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eee } .sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; clip: rect(0, 0, 0, 0); border: 0 } .carousel, .checkbox, .doctors-list__btn, .has-feedback, .main-banner, .radio { position: relative } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto } .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit } legend, pre { color: #333 } .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small { font-weight: 400; line-height: 1; color: #777 } kbd kbd, label { font-weight: 700 } .h1, .h2, .h3, h1, h2, h3 { margin-top: 20px; margin-bottom: 10px } .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small { font-size: 65% } .h4, .h5, .h6, h4, h5, h6 { margin-top: 10px; margin-bottom: 10px } .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small { font-size: 75% } .h1, h1 { font-size: 36px } .h2, h2 { font-size: 30px } .h3, h3 { font-size: 24px } .h4, h4 { font-size: 18px } .h5, .referenceModal-privacy p, h5 { font-size: 14px } .h6, h6 { font-size: 12px } .block-accent-light p, p { margin: 0 0 10px } dl, ol, ul { margin-top: 0 } .lead { margin-bottom: 20px; font-size: 20px; font-weight: 300; line-height: 1.4 } .small, small { font-size: 66% } .mark, mark { background-color: #fcf8e3; padding: .2em } pre code, table { background-color: transparent } .list-inline, .list-unstyled { padding-left: 0; list-style: none } .order-block__price, .text-right { text-align: right } .actions-list, .text-center { text-align: center } .text-justify { text-align: justify } .text-lowercase { text-transform: lowercase } .order-block__btn .btn, .text-uppercase { text-transform: uppercase } .text-capitalize { text-transform: capitalize } .box-personal-name, .breadcrumbs, .btn--modal-next, .btn-covid, .doctor__position, .doctors-catalog__list .btn, .doctors-list__btn .btn, .doctors-list__name, .feedback__btn, .footer__contacts-wrap .btn, .footer__menu, .header__contacts-wrap_in-menu .header__btn-form, .initialism, .main-banner__head, .main-banner__programm-title, .main-order__btn .btn, .menu__link, .modal-order__cost-row, .modal-order__inner-step2 .btn--modal-sent span, .modal-order__title-row, .order-table__title, .page__btn-more .btn, .planning__period-title, .pregnancy-programm__period-media, .pregnancy-programm__period-title { text-transform: uppercase } .text-muted { color: #777 } .text-primary { color: #337ab7 } a.text-primary:hover { color: #286090 } .has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .form-control-feedback, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label, .text-success { color: #3c763d } a.text-success:hover { color: #2b542c } .text-info { color: #31708f } a.text-info:hover { color: #245269 } .has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .form-control-feedback, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label, .text-warning { color: #8a6d3b } a.text-warning:hover { color: #66512c } .has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .form-control-feedback, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label, .text-danger { color: #a94442 } a.text-danger:hover { color: #843534 } .bg-primary { color: #fff; background-color: #337ab7 } a.bg-primary:hover { background-color: #286090 } .bg-success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success { background-color: #dff0d8 } a.bg-success:hover { background-color: #c1e2b3 } .bg-info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info { background-color: #d9edf7 } a.bg-info:hover { background-color: #afd9ee } .bg-warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning { background-color: #fcf8e3 } a.bg-warning:hover { background-color: #f7ecb5 } .bg-danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger { background-color: #f2dede } .btn-default, .form-control, .table .table { background-color: #fff } a.bg-danger:hover { background-color: #e4b9b9 } .page-header { padding-bottom: 9px; margin: 40px 0 20px; border-bottom: 1px solid #eee } .table, address, dl, legend { margin-bottom: 20px } ol, ul { margin-bottom: 10px } blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child, ol ol, ol ul, ul ol, ul ul { margin-bottom: 0 } .list-inline { margin-left: -5px } .list-inline > li { padding-left: 5px; padding-right: 5px } legend, pre { display: block } dd, dt { line-height: 1.42857 } .col-xs-offset-0, .modal-footer .btn-block + .btn-block, dd { margin-left: 0 } .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .row:after, .row:before { content: " "; display: table } abbr[data-original-title], abbr[title] { cursor: help; border-bottom: 1px dotted #777 } .initialism { font-size: 90% } blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 17.5px; border-left: 5px solid #eee } code, kbd { padding: 2px 4px; font-size: 90% } blockquote .small, blockquote footer, blockquote small { display: block; font-size: 80%; line-height: 1.42857; color: #777 } blockquote .small:before, blockquote footer:before, blockquote small:before { content: '\2014 \00A0' } .blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eee; border-left: 0; text-align: right } .blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before { content: '' } .blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after { content: '\00A0 \2014' } address { font-style: normal; line-height: 1.42857 } code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace } code { color: #c7254e; background-color: #f9f2f4; border-radius: 0 } kbd { color: #fff; background-color: #333; border-radius: 3px; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25) } kbd kbd { padding: 0; font-size: 100%; -webkit-box-shadow: none; box-shadow: none } pre { padding: 9.5px; margin: 0 0 10px; font-size: 17px; line-height: 1.42857; word-break: break-all; word-wrap: break-word; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 0 } .modal-order__select .jq-selectbox__dropdown ul li, caption { padding-top: 8px; padding-bottom: 8px } pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; border-radius: 0 } .pre-scrollable { max-height: 340px; overflow-y: scroll } .container, .container-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px } @media (min-width: 768px) { .lead { font-size: 27px } .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap } .dl-horizontal dd { margin-left: 180px } .container { width: 750px } .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 { float: left } .col-sm-1 { width: 8.33333% } .col-sm-2 { width: 16.66667% } .col-sm-3 { width: 25% } .col-sm-4 { width: 33.33333% } .col-sm-5 { width: 41.66667% } .col-sm-6 { width: 50% } .col-sm-7 { width: 58.33333% } .col-sm-8 { width: 66.66667% } .col-sm-9 { width: 75% } .col-sm-10 { width: 83.33333% } .col-sm-11 { width: 91.66667% } .col-sm-12 { width: 100% } .col-sm-pull-0 { right: auto } .col-sm-pull-1 { right: 8.33333% } .col-sm-pull-2 { right: 16.66667% } .col-sm-pull-3 { right: 25% } .col-sm-pull-4 { right: 33.33333% } .col-sm-pull-5 { right: 41.66667% } .col-sm-pull-6 { right: 50% } .col-sm-pull-7 { right: 58.33333% } .col-sm-pull-8 { right: 66.66667% } .col-sm-pull-9 { right: 75% } .col-sm-pull-10 { right: 83.33333% } .col-sm-pull-11 { right: 91.66667% } .col-sm-pull-12 { right: 100% } .col-sm-push-0 { left: auto } .col-sm-push-1 { left: 8.33333% } .col-sm-push-2 { left: 16.66667% } .col-sm-push-3 { left: 25% } .col-sm-push-4 { left: 33.33333% } .col-sm-push-5 { left: 41.66667% } .col-sm-push-6 { left: 50% } .col-sm-push-7 { left: 58.33333% } .col-sm-push-8 { left: 66.66667% } .col-sm-push-9 { left: 75% } .col-sm-push-10 { left: 83.33333% } .col-sm-push-11 { left: 91.66667% } .col-sm-push-12 { left: 100% } .col-sm-offset-0 { margin-left: 0 } .col-sm-offset-1 { margin-left: 8.33333% } .col-sm-offset-2 { margin-left: 16.66667% } .col-sm-offset-3 { margin-left: 25% } .col-sm-offset-4 { margin-left: 33.33333% } .col-sm-offset-5 { margin-left: 41.66667% } .col-sm-offset-6 { margin-left: 50% } .col-sm-offset-7 { margin-left: 58.33333% } .col-sm-offset-8 { margin-left: 66.66667% } .col-sm-offset-9 { margin-left: 75% } .col-sm-offset-10 { margin-left: 83.33333% } .col-sm-offset-11 { margin-left: 91.66667% } .col-sm-offset-12 { margin-left: 100% } } .form-horizontal .form-group, .row { margin-left: -15px; margin-right: -15px } .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .main-order__text { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px } .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { float: left } .col-xs-1 { width: 8.33333% } .col-xs-2 { width: 16.66667% } .col-xs-3 { width: 25% } .col-xs-4 { width: 33.33333% } .col-xs-5 { width: 41.66667% } .col-xs-6 { width: 50% } .col-xs-7 { width: 58.33333% } .col-xs-8 { width: 66.66667% } .col-xs-9 { width: 75% } .col-xs-10 { width: 83.33333% } .col-xs-11 { width: 91.66667% } .col-xs-pull-0 { right: auto } .col-xs-pull-1 { right: 8.33333% } .col-xs-pull-2 { right: 16.66667% } .col-xs-pull-3 { right: 25% } .col-xs-pull-4 { right: 33.33333% } .col-xs-pull-5 { right: 41.66667% } .col-xs-pull-6 { right: 50% } .col-xs-pull-7 { right: 58.33333% } .col-xs-pull-8 { right: 66.66667% } .col-xs-pull-9 { right: 75% } .col-xs-pull-10 { right: 83.33333% } .col-xs-pull-11 { right: 91.66667% } .col-xs-pull-12 { right: 100% } .col-xs-push-0 { left: auto } .col-xs-push-1 { left: 8.33333% } .col-xs-push-2 { left: 16.66667% } .col-xs-push-3 { left: 25% } .col-xs-push-4 { left: 33.33333% } .col-xs-push-5 { left: 41.66667% } .col-xs-push-6 { left: 50% } .col-xs-push-7 { left: 58.33333% } .col-xs-push-8 { left: 66.66667% } .col-xs-push-9 { left: 75% } .col-xs-push-10 { left: 83.33333% } .col-xs-push-11 { left: 91.66667% } .carousel-inner > .active.right, .carousel-inner > .next, .col-xs-push-12 { left: 100% } .col-xs-offset-1 { margin-left: 8.33333% } .col-xs-offset-2 { margin-left: 16.66667% } .col-xs-offset-3 { margin-left: 25% } .col-xs-offset-4 { margin-left: 33.33333% } .col-xs-offset-5 { margin-left: 41.66667% } .col-xs-offset-6 { margin-left: 50% } .col-xs-offset-7 { margin-left: 58.33333% } .col-xs-offset-8 { margin-left: 66.66667% } .col-xs-offset-9 { margin-left: 75% } .col-xs-offset-10 { margin-left: 83.33333% } .col-xs-offset-11 { margin-left: 91.66667% } .col-xs-offset-12 { margin-left: 100% } @media (min-width: 1500px) { .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 { float: left } .col-xl-1 { width: 8.33333% } .col-xl-2 { width: 16.66667% } .col-xl-3 { width: 25% } .col-xl-4 { width: 33.33333% } .col-xl-5 { width: 41.66667% } .col-xl-6 { width: 50% } .col-xl-7 { width: 58.33333% } .col-xl-8 { width: 66.66667% } .col-xl-9 { width: 75% } .col-xl-10 { width: 83.33333% } .col-xl-11 { width: 91.66667% } .col-xl-12 { width: 100% } .col-xl-pull-0 { right: auto } .col-xl-pull-1 { right: 8.33333% } .col-xl-pull-2 { right: 16.66667% } .col-xl-pull-3 { right: 25% } .col-xl-pull-4 { right: 33.33333% } .col-xl-pull-5 { right: 41.66667% } .col-xl-pull-6 { right: 50% } .col-xl-pull-7 { right: 58.33333% } .col-xl-pull-8 { right: 66.66667% } .col-xl-pull-9 { right: 75% } .col-xl-pull-10 { right: 83.33333% } .col-xl-pull-11 { right: 91.66667% } .col-xl-pull-12 { right: 100% } .col-xl-push-0 { left: auto } .col-xl-push-1 { left: 8.33333% } .col-xl-push-2 { left: 16.66667% } .col-xl-push-3 { left: 25% } .col-xl-push-4 { left: 33.33333% } .col-xl-push-5 { left: 41.66667% } .col-xl-push-6 { left: 50% } .col-xl-push-7 { left: 58.33333% } .col-xl-push-8 { left: 66.66667% } .col-xl-push-9 { left: 75% } .col-xl-push-10 { left: 83.33333% } .col-xl-push-11 { left: 91.66667% } .col-xl-push-12 { left: 100% } .col-xl-offset-0 { margin-left: 0 } .col-xl-offset-1 { margin-left: 8.33333% } .col-xl-offset-2 { margin-left: 16.66667% } .col-xl-offset-3 { margin-left: 25% } .col-xl-offset-4 { margin-left: 33.33333% } .col-xl-offset-5 { margin-left: 41.66667% } .col-xl-offset-6 { margin-left: 50% } .col-xl-offset-7 { margin-left: 58.33333% } .col-xl-offset-8 { margin-left: 66.66667% } .col-xl-offset-9 { margin-left: 75% } .col-xl-offset-10 { margin-left: 83.33333% } .col-xl-offset-11 { margin-left: 91.66667% } .col-xl-offset-12 { margin-left: 100% } } table { border-collapse: collapse; border-spacing: 0 } caption { color: #777 } .table { width: 100% } .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th { padding: 8px; line-height: 1.42857; vertical-align: top; border-top: 1px solid #ddd } .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #ddd } .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th { border-top: 0 } .table > tbody + tbody { border-top: 2px solid #ddd } .table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th { padding: 5px } .table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th { border: 1px solid #ddd } .table-bordered > thead > tr > td, .table-bordered > thead > tr > th { border-bottom-width: 2px } fieldset, legend { padding: 0; border: 0 } .table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9 } .table-hover > tbody > tr:hover, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active { background-color: #f5f5f5 } table col[class*=col-] { position: static; float: none; display: table-column } table td[class*=col-], table th[class*=col-] { position: static; float: none; display: table-cell } .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover { background-color: #e8e8e8 } .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover { background-color: #d0e9c6 } .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover { background-color: #c4e3f3 } .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover { background-color: #faf2cc } .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover { background-color: #ebcccc } .table-responsive { overflow-x: auto; min-height: .01% } @media screen and (max-width: 767px) { .flamp-reviews__more { text-align: center !important } .main-banner, .partners { display: none } .table-responsive { width: 100%; margin-bottom: 15px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd } .table-responsive > .table { margin-bottom: 0 } .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th { white-space: nowrap } .table-responsive > .table-bordered { border: 0 } .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child { border-left: 0 } .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child { border-right: 0 } .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0 } } fieldset { margin: 0; min-width: 0 } legend { width: 100%; font-size: 27px; line-height: inherit; border-bottom: 1px solid #e5e5e5 } .form-control, output { font-size: 18px; line-height: 1.42857; color: #2c3141 } label { margin-bottom: .5rem } input[type=search] { -webkit-box-sizing: border-box; box-sizing: border-box } input[type=checkbox], input[type=radio] { margin: 4px 0 0; line-height: normal } .btn-block, input[type=range] { display: block; width: 100% } .form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control, .form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control, select[multiple], select[multiple].input-lg, select[multiple].input-sm, select[size], textarea.input-lg, textarea.input-sm { height: auto } output { display: block; padding-top: 7px } .form-control { display: block; width: 100%; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out } .form-control:focus { border-color: #6bc335; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(107, 195, 53, .6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(107, 195, 53, .6) } .form-control::-moz-placeholder { color: #999; opacity: 1 } .form-control:-ms-input-placeholder { color: #999 } .form-control::-webkit-input-placeholder { color: #999 } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { cursor: not-allowed; background-color: #eee; opacity: 1 } @media screen and (-webkit-min-device-pixel-ratio: 0) { input[type=date], input[type=datetime-local], input[type=month], input[type=time] { line-height: 34px } .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm { line-height: 30px } .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg { line-height: 46px } } .checkbox, .radio { display: block; margin-top: 10px; margin-bottom: 10px } .checkbox label, .radio label { min-height: 20px; padding-left: 20px; margin-bottom: 0; font-weight: 400; cursor: pointer } .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] { position: absolute; margin-left: -20px } .checkbox + .checkbox, .radio + .radio { margin-top: -5px } .checkbox-inline, .radio-inline { display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: 400; cursor: pointer } .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline { margin-top: 0; margin-left: 10px } .checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio label, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] { cursor: not-allowed } .form-control-static { padding-top: 7px; padding-bottom: 7px; margin-bottom: 0 } .form-control-static.input-lg, .form-control-static.input-sm { padding-left: 0; padding-right: 0 } .form-group-sm .form-control, .form-group-sm .form-control-static, .input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5 } .form-group-sm .form-control, .input-sm { border-radius: 3px } .form-group-sm select.form-control, select.input-sm { height: 30px; line-height: 30px } .form-group-lg .form-control, .form-group-lg .form-control-static, .input-lg { line-height: 1.33333; height: 46px; padding: 10px 16px; font-size: 18px } .form-group-lg .form-control, .input-lg { border-radius: 6px } .btn, .btn-link { border-radius: 0 } .form-group-lg select.form-control, select.input-lg { height: 46px; line-height: 46px } .has-feedback .form-control { padding-right: 42.5px } .form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; pointer-events: none } .input-lg + .form-control-feedback { width: 46px; height: 46px; line-height: 46px } .input-sm + .form-control-feedback { width: 30px; height: 30px; line-height: 30px } .has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) } .has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168 } .has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8 } .has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) } .has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b } .has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3 } .has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) } .has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483 } .has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede } .has-feedback label ~ .form-control-feedback { top: 25px } .has-feedback label.sr-only ~ .form-control-feedback { top: 0 } .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #5f6a8d } .form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline { margin-top: 0; margin-bottom: 0; padding-top: 7px } .form-horizontal .checkbox, .form-horizontal .radio { min-height: 27px } .form-horizontal .has-feedback .form-control-feedback { right: 15px } .btn { display: inline-block; margin-bottom: 0; font-weight: 400; text-align: center; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; line-height: 1.42857; user-select: none } .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus { outline: dotted thin; outline: -webkit-focus-ring-color auto 5px; outline-offset: -2px } .btn.active, .btn:active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) } .btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; pointer-events: none; opacity: .65; -webkit-box-shadow: none; box-shadow: none } .btn-default { color: #333; border-color: #ccc } .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .btn-default.dropdown-toggle { color: #333; background-color: #e6e6e6; border-color: #adadad } .btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover { background-color: #fff; border-color: #ccc } .btn-default .badge { color: #fff; background-color: #333 } .btn-primary { color: #fff; border-color: #6bc335 } .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .btn-primary.dropdown-toggle { color: #fff; background-color: #559b2a; border-color: #519328 } .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover { background-color: #6bc335; border-color: #6bc335 } .btn-primary .badge { color: #6bc335; background-color: #fff } .btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c } .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .btn-success.dropdown-toggle { color: #fff; background-color: #449d44; border-color: #398439 } .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover { background-color: #5cb85c; border-color: #4cae4c } .btn-success .badge { color: #5cb85c; background-color: #fff } .btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da } .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .btn-info.dropdown-toggle { color: #fff; background-color: #31b0d5; border-color: #269abc } .btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover { background-color: #5bc0de; border-color: #46b8da } .btn-info .badge { color: #5bc0de; background-color: #fff } .btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236 } .btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .btn-warning.dropdown-toggle { color: #fff; background-color: #ec971f; border-color: #d58512 } .btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover { background-color: #f0ad4e; border-color: #eea236 } .btn-warning .badge { color: #f0ad4e; background-color: #fff } .btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a } .btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .btn-danger.dropdown-toggle { color: #fff; background-color: #c9302c; border-color: #ac2925 } .btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover { background-color: #d9534f; border-color: #d43f3a } .btn-danger .badge { color: #d9534f; background-color: #fff } .btn-link { color: #116196; font-weight: 400 } .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none } .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover { border-color: transparent } .btn-link:focus, .btn-link:hover { color: #6bc335; text-decoration: none; background-color: transparent } .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover { color: #777; text-decoration: none } .btn-lg { padding: 10px 16px; font-size: 18px; line-height: 1.33333; border-radius: 6px } .btn-sm, .btn-xs { font-size: 12px; line-height: 1.5; border-radius: 3px } .btn-sm { padding: 5px 10px } .btn-xs { padding: 1px 5px } .btn-block + .btn-block { margin-top: 5px } .fade { opacity: 0; -webkit-transition: opacity .15s linear; -o-transition: opacity .15s linear; transition: opacity .15s linear } .fade.in { opacity: 1 } .collapse { display: none } .collapse.in { display: block; visibility: visible } tr.collapse.in { display: table-row } tbody.collapse.in { display: table-row-group } .collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition-property: height, visibility; -o-transition-property: height, visibility; transition-property: height, visibility; -webkit-transition-duration: .35s; -o-transition-duration: .35s; transition-duration: .35s; -webkit-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease } .close { float: right; font-size: 27px; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: .2 } .carousel-caption .btn, .text-hide { text-shadow: none } .close:focus, .close:hover { color: #000; text-decoration: none; cursor: pointer; opacity: .5 } button.close { padding: 0; cursor: pointer; background: 0 0; border: 0 } .modal { display: none; overflow: hidden; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; -webkit-overflow-scrolling: touch; outline: 0 } .modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform .3s ease-out; -o-transition: transform .3s ease-out; transition: transform .3s ease-out; transition: transform .3s ease-out, -webkit-transform .3s ease-out } .modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0) } .modal-open .modal { overflow-x: hidden; overflow-y: auto } .modal-dialog { position: relative; width: auto; margin: 10px } .modal-content { position: relative; background-color: #fff; border: 1px solid rgba(0, 0, 0, .2); border-radius: 6px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); box-shadow: 0 3px 9px rgba(0, 0, 0, .5); background-clip: padding-box; outline: 0 } .modal-backdrop { position: absolute; top: 0; right: 0; left: 0; background-color: #000 } .error.progress-button .btn::before, .error.progress-button span, .loading.progress-button .btn::before, .loading.progress-button span, .modal-backdrop.fade, .success.progress-button .btn::before, .success.progress-button span { opacity: 0 } .modal-backdrop.in { opacity: .5 } .modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; min-height: 16.42857px } .modal-header .close { margin-top: -2px } .modal-title { margin: 0; line-height: 1.42857 } .modal-body { position: relative; padding: 15px } .modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5 } .modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0 } .modal-footer .btn-group .btn + .btn { margin-left: -1px } .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll } .center-block { display: block; margin-left: auto; margin-right: auto } .pull-right { float: right !important } .pull-left { float: left !important } .hide, .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-print, .visible-print-block, .visible-print-inline, .visible-print-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block { display: none !important } .show { display: block !important } .text-hide { font: 0/0 a; color: transparent; background-color: transparent; border: 0 } .carousel-caption, .carousel-control { color: #fff; text-shadow: 0 1px 2px rgba(0, 0, 0, .6); text-align: center } .hidden { display: none !important; visibility: hidden !important } .affix, .referenceModal, .referenceModal-thanks { position: fixed } @-ms-viewport { width: device-width } @media (min-width: 768px) and (max-width: 991px) { .visible-sm, .visible-sm-block { display: block !important } table.visible-sm { display: table } tr.visible-sm { display: table-row !important } td.visible-sm, th.visible-sm { display: table-cell !important } .visible-sm-inline { display: inline !important } .visible-sm-inline-block { display: inline-block !important } .hidden-sm { display: none !important } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md, .visible-md-block { display: block !important } table.visible-md { display: table } tr.visible-md { display: table-row !important } td.visible-md, th.visible-md { display: table-cell !important } .visible-md-inline { display: inline !important } .visible-md-inline-block { display: inline-block !important } .hidden-md { display: none !important } } @media print { .visible-print, .visible-print-block { display: block !important } table.visible-print { display: table } tr.visible-print { display: table-row !important } td.visible-print, th.visible-print { display: table-cell !important } .visible-print-inline { display: inline !important } .visible-print-inline-block { display: inline-block !important } .hidden-print { display: none !important } } .carousel-inner { position: relative; overflow: hidden; width: 100% } .carousel-inner > .item { display: none; position: relative; -webkit-transition: left .6s ease-in-out; -o-transition: left .6s ease-in-out; transition: left .6s ease-in-out } .carousel-inner > .item > a > img, .carousel-inner > .item > img { display: block; max-width: 100%; height: auto; line-height: 1 } @media all and (transform-3d),(-webkit-transform-3d) { .carousel-inner > .item { -webkit-transition: -webkit-transform .6s ease-in-out; -o-transition: transform .6s ease-in-out; transition: transform .6s ease-in-out; transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000; perspective: 1000 } .carousel-inner > .item.active.right, .carousel-inner > .item.next { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); left: 0 } .carousel-inner > .item.active.left, .carousel-inner > .item.prev { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); left: 0 } .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); left: 0 } } .carousel-inner > .active, .carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0 } .carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100% } .carousel-inner > .active.left, .carousel-inner > .prev { left: -100% } .carousel-control { position: absolute; top: 0; left: 0; bottom: 0; width: 15%; opacity: .5; font-size: 20px } .carousel-control.left { background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%); background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001))); background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%); background-repeat: repeat-x } .carousel-control.right { left: auto; right: 0; background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%); background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5))); background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%); background-repeat: repeat-x } .carousel-control:focus, .carousel-control:hover { outline: 0; color: #fff; text-decoration: none; opacity: .9 } .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev { position: absolute; top: 50%; z-index: 5; display: inline-block } .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { left: 50%; margin-left: -10px } .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { right: 50%; margin-right: -10px } .carousel-control .icon-next, .carousel-control .icon-prev { width: 20px; height: 20px; margin-top: -10px; line-height: 1; font-family: serif } .carousel-control .icon-prev:before { content: '\2039' } .carousel-control .icon-next:before { content: '\203a' } .carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; margin-left: -30%; padding-left: 0; list-style: none; text-align: center } .carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; border: 1px solid #fff; border-radius: 10px; cursor: pointer; background-color: transparent } .carousel-indicators .active { margin: 0; width: 12px; height: 12px; background-color: #fff } .carousel-caption { position: absolute; left: 15%; right: 15%; bottom: 20px; z-index: 10; padding-top: 20px; padding-bottom: 20px } @media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev { width: 30px; height: 30px; margin-top: -15px; font-size: 30px } .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { margin-left: -15px } .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { margin-right: -15px } .carousel-caption { left: 20%; right: 20%; padding-bottom: 30px } .carousel-indicators { bottom: 20px } } @font-face { font-family: PTSans; src: url("../fonts/PTSans-Regular.woff") format("woff"); font-weight: 400 } * { -webkit-box-sizing: border-box; box-sizing: border-box; outline: 0 !important } body, html { position: relative; min-height: 100% } .page__main p a, a { text-decoration: underline } .page__main .h1, .page__main .h2, .page__main .h3, .page__main h1, .page__main h2, .page__main h3 { text-transform: uppercase; text-align: center } .page__main .h2, .page__main h2 { font-size: 24px; margin: 36px 0 } .page__main .h4, .page__main h4 { font-size: 24px; margin: 24px 0 } .svg-icon { display: inline-block; width: 30px; height: 30px; fill: currentColor } .svg-icon svg { max-height: 100%; vertical-align: top } .page { padding-top: 52px } .page__main { overflow: hidden; position: relative } .doctor__activity, .page__main p { margin-bottom: 24px } .page__title { margin: 50px 0; font-size: 30px; line-height: 1 } .page__title a, .page__title a:hover { color: inherit; text-decoration: none } .breadcrumbs a:hover, .footer__menu a:hover { text-decoration: underline } .page__btn-more { text-align: center; margin-top: 35px } .page__btn-more .btn { max-width: 290px; margin-left: auto; margin-right: auto; font-weight: 700 } .page__btn-more .btn > span { min-height: 70px } .doctors-catalog, .page__slice { margin: 30px 0 } .page__slice_pregnancy { padding: 60px 0; background: url(../images/page__slice_pregnancy.jpg) 50% 0/cover no-repeat #f7f5f6; margin: 0 } .btn, .btn.btn-primary { text-decoration: none; font-size: 18px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; line-height: normal; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative; border: 0; overflow: hidden; padding: 0 } .btn::before, .btn > span { padding: 6px 12px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; line-height: normal; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: opacity .3s cubic-bezier(0.75, 0, 0.125, 1) .1s, -webkit-transform .3s cubic-bezier(0.75, 0, 0.125, 1); transition: transform .3s, opacity .3s .1s, -webkit-transform .3s; -o-transition: transform .3s, opacity .3s .1s; -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1) } .btn::before { content: attr(data-text); position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0) } .btn > span { min-height: 60px } .btn-block { display: -webkit-box; display: box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center } .custom-select-2:after, .custom-select-2 > .value { border: 1px solid #6bc335; height: 56px; align-items: center } .btn-block::before, .btn-block > span { display: -webkit-box; display: box; display: -ms-flexbox; display: flex; width: 100% } .btn-primary { background: 0 0 } .btn-primary::before { background: #fff; color: #6bc335; -webkit-box-shadow: inset 0 0 0 2px #6bc335; box-shadow: inset 0 0 0 2px #6bc335 } .btn-primary > span { background: #6bc335 } .btn-primary.btn-usi > span { background: #fff; color: #6bc335; border: 2px solid #6bc335 } .btn-primary.btn-usi:hover { color: #6bc335 } .custom-select-2 { position: relative; font-size: 16px; font-weight: 500; cursor: pointer } .custom-select-2 > .value { border-radius: 0 30px 30px 0; padding-right: 65px; width: 100%; display: flex } .custom-select-2 > .value .name { width: 100%; flex: 1; overflow: hidden; padding: 5px; line-height: 1.4; max-height: 54px } .custom-select-2 .options .option .price, .custom-select-2 > .value .price { font-weight: 700; width: 80px; text-align: right } .custom-select-2:after { width: 56px; background: #6bc335; border-radius: 50%; content: url(../images/modal-popup/jq-selectbox__trigger-arrow.png); top: 0; right: 0; position: absolute; display: flex; justify-content: center } .custom-select-2 .options { position: absolute; width: calc(100% - 20px); z-index: 100; border: 1px solid #6bc335; background: #fff; left: 0; top: 56px; display: none } .custom-select-2 .options .option { padding: 5px; display: flex; align-items: center } .custom-select-2 .options .option .name { width: 100%; flex: 1 } .custom-select-2 .options .option:hover { background: #eee; cursor: pointer } .btn-usi { max-width: 200px; min-width: 200px; display: block; margin-top: 20px; height: 70px; line-height: 66px; text-align: Center; cursor: pointer; background: #fff; color: #6bc335; border: 2px solid #6bc335 } .progress-button { position: relative; text-align: center } .progress-button button { display: block; margin: 0 auto; padding: 0; background: 0 0; -webkit-transition: background-color .3s, color .3s, width .3s, height .3s, border-width .3s, border-color .3s, border-radius .3s; -o-transition: background-color .3s, color .3s, width .3s, height .3s, border-width .3s, border-color .3s, border-radius .3s; transition: background-color .3s, color .3s, width .3s, height .3s, border-width .3s, border-color .3s, border-radius .3s } .progress-button svg { position: absolute; top: 0; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); pointer-events: none } .progress-button svg path { opacity: 0; fill: none } .progress-button svg.progress-circle path { stroke: #6bc335; stroke-width: 5 } .progress-button svg.checkmark path, .progress-button svg.cross path { stroke: #fff; stroke-linecap: round; stroke-width: 4; -webkit-transition: opacity .1s; -o-transition: opacity .1s; transition: opacity .1s } .loading.progress-button button { width: 70px; border: 5px solid #6bc335; background-color: transparent; color: #fff; margin: 0 auto; border-radius: 40px; height: 70px } .footer a:hover, .header__doctors a:hover, .header__services a:hover, .pagination a:hover { color: #6bc335 } .loading.progress-button .btn::before, .loading.progress-button span { -webkit-transition: opacity .15s; -o-transition: opacity .15s; transition: opacity .15s } .error.progress-button button, .success.progress-button button { -webkit-transition: background-color .3s, width .3s, border-width .3s; -o-transition: background-color .3s, width .3s, border-width .3s; transition: background-color .3s, width .3s, border-width .3s } .success.progress-button button { border-color: #6bc335; background-color: #6bc335 } .error.progress-button button { border-color: #fb797e; background-color: #fb797e } .error.progress-button svg.cross path, .loading.progress-button svg.progress-circle path, .success.progress-button svg.checkmark path { opacity: 1; -webkit-transition: stroke-dashoffset .3s; -o-transition: stroke-dashoffset .3s; transition: stroke-dashoffset .3s } .header { position: fixed; top: 0; left: 0; width: 100%; z-index: 20; border-bottom: 1px solid #e5ebf7 } .header__container-wrap { height: 52px; background: #fff } .header__container { display: -webkit-box; display: box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border: 5px solid transparent; border-bottom: 0 } .menu-open .header__container { border-color: #6bc335 } .header__container::after, .header__container::before { content: none } .header__menu-btn { display: -webkit-box; display: box; display: -ms-flexbox; display: flex; height: 100%; width: 60px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center } .header__menu-btn .navbar-toggle { display: block; padding: 8px 10px; height: 47px; width: 40px; position: relative } .header__menu-btn .icon-bar { pointer-events: none; display: block; height: 4px; width: 40px; margin: 6px 0; background: #6bc335; position: absolute; opacity: 1; left: 0; -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); -webkit-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out } .menu-open .header__menu-btn .icon-bar { background: #000 } .header__menu-btn .icon-bar:first-child { top: 5px; -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center } .menu-open .header__menu-btn .icon-bar:first-child { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 30px; left: 5px } .header__menu-btn .icon-bar:nth-child(2) { top: 14px; -webkit-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center } .menu-open .header__menu-btn .icon-bar:nth-child(2) { width: 0; opacity: 0 } .header__menu-btn .icon-bar:nth-child(3) { top: 23px; -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center } .menu-open .header__menu-btn .icon-bar:nth-child(3) { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); top: 2px; left: 5px } .header__menu { background: #fff; -webkit-box-shadow: 0 10px 10px -4px rgba(107, 195, 53, .75); box-shadow: 0 10px 10px -4px rgba(107, 195, 53, .75); border: 5px solid transparent; border-top: 0; padding-top: 15px; padding-bottom: 15px } .header__menu.in { border-color: #6bc335; overflow-y: auto; overflow-x: hidden; max-height: calc(100vh - 52px) } .header__logo-wrap { width: 135px; margin: 0 10px 5px 15px } .header__contacts-wrap_in-menu { border-top: 2px solid #e5ebf7; padding: 10px } .header__contacts-wrap_in-menu p { margin: 0 } .header__contacts-wrap_in-menu .header__schedule { margin: 10px 0 } .header__contacts-wrap_in-menu .header__btn-form { color: #6bc335 } .header__buttons_in-menu { margin-bottom: 15px; margin-left: -10px; margin-right: -10px } .header__buttons_in-menu:after, .header__buttons_in-menu:before, .news:after, .news:before, .reviews:after, .reviews:before { content: " "; display: table } .header__buttons_in-menu .header__btn-form { float: left; width: 50%; text-align: center; height: 50px; color: #fff; background: #6bc335; text-decoration: none; display: -webkit-box; display: box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; line-height: normal; padding: 0 10px } .header__buttons_in-menu .header__btn-form:first-child { background: #2c3141 } .header__services { background: #fff; opacity: 0; position: absolute; left: 0; top: auto; width: 100%; -webkit-box-shadow: 0 10px 10px -4px rgba(107, 195, 53, .75); box-shadow: 0 10px 10px -4px rgba(107, 195, 53, .75); pointer-events: none; overflow: hidden } .header__services > .container { opacity: 0; -webkit-transition: opacity .4s; -o-transition: opacity .4s; transition: opacity .4s } .header__services ul { list-style: none; margin: 0; padding: 30px 0 } .header__services li { padding: 0; margin: 0 0 15px } .header__services a { text-decoration: none; color: #2c3141 } .header__doctors { background: #fff; overflow: hidden; height: 0; -webkit-transition: height .5s; -o-transition: height .5s; transition: height .5s } .header__doctors ul { list-style: none; margin: 0; padding: 0; overflow: hidden; -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); -webkit-transition: -webkit-transform .5s; transition: transform .5s; -o-transition: transform .5s; transition: transform .5s, -webkit-transform .5s } .header__doctors li { padding: 0; margin: 0; float: left } .header__doctors a { display: block; padding: 12px 30px; text-decoration: none; border-bottom: 3px solid transparent; color: #2c3141 } .footer__menu li, .footer__poweredby span, .pagination ul { display: inline-block } .header__doctors .active a { border-bottom-color: #6bc335 } .footer, .footer__menu a, .referenceModal-privacy b { font-size: 15px } .cbutton, .footer__catalog a, .menu__link, .pagination__item, .service-item__link, .tabsl li a { text-decoration: none } .footer { border-top: 1px solid #e5ebf7 } .dropdown .dropdown-menu li:hover, .footer a, .owl-carousel .pepol-cart, .pagination a, .registration-form .input--filled input[type=date], .registration-form input[type=date]:focus { color: #2c3141 } .footer__main { padding: 25px 0 } .footer__catalog, .footer__col, .footer__logo, .footer__menu { padding-left: 15px; padding-right: 15px; min-height: 1px; position: relative; float: left } .footer__logo { width: 100%; margin-bottom: 20px; max-width: 180px } .footer__menu { width: 100%; margin-bottom: 15px } .footer__menu ul { list-style: none; margin: 0; padding: 0; text-align: justify } .footer__menu li { margin: 0 6px 6px 0 } .footer__catalog { width: 100%; display: none; margin-bottom: 30px } .footer__catalog ul { list-style: none; margin: 0 30px 0 0; padding: 0 } .footer__catalog li { padding: 0; margin: 0 0 5px } .footer__col { width: 100% } @media (min-width: 768px) { .form-inline .form-control-static, .form-inline .form-group { display: inline-block } .form-inline .control-label, .form-inline .form-group { margin-bottom: 0; vertical-align: middle } .list_show { display: box !important; display: -ms-flexbox !important; display: flex !important } .list_show_block { display: block !important } .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle } .form-inline .input-group { display: inline-table; vertical-align: middle } .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn { width: auto } .form-inline .input-group > .form-control { width: 100% } .form-inline .checkbox, .form-inline .radio { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle } .form-inline .checkbox label, .form-inline .radio label { padding-left: 0 } .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] { position: relative; margin-left: 0 } .form-inline .has-feedback .form-control-feedback { top: 0 } .list-show { display: none } .form-horizontal .control-label { text-align: right; margin-bottom: 0; padding-top: 7px } .form-horizontal .form-group-lg .control-label { padding-top: 14.33333px } .form-horizontal .form-group-sm .control-label { padding-top: 6px } .modal-dialog { width: 600px; margin: 30px auto } .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5); box-shadow: 0 5px 15px rgba(0, 0, 0, .5) } .modal-sm { width: 300px } .page__title { font-size: 36px } .btn-primary > span, .btn > span { min-height: 44px } .footer__logo { float: left; width: 25% } .footer__menu { float: left; width: 75% } .footer__col { float: left; width: 50% } } .footer__social, .form-group_chisato { margin-bottom: 15px } .footer__contacts-wrap .btn { margin-bottom: 8px; white-space: normal } .footer__contacts-wrap .btn > span { min-height: 50px; color: #fff } .faq__answer_empty, .faq__question_empty, .footer__contacts-wrap .btn[data-target*='#orderModal'] { display: none } .footer__contacts { text-align: left; margin: 10px 0 } .footer__contacts p { margin: 5px 0 } .footer__schedule { border: 2px solid #e5ebf7; padding: 7px 30px } .footer__schedule table { margin: 0 auto; min-width: 160px } .footer__schedule td { padding: 2px 5px } .footer__bottom { background: #e5ebf7 } .footer__bottom-info { display: -webkit-box; display: box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between } .develop { opacity: .5; color: #2c3141 !important; line-height: 1.2; display: flex; flex-direction: column; align-items: flex-end } .develop img { filter: invert(1) } .develop-text { color: #2c3141; font-size: 13px; font-weight: 400 } .footer__poweredby { margin: 0 0 0 20px; max-width: 250px; padding: 10px 0; display: -webkit-box; display: box; display: -ms-flexbox; display: flex } .footer__poweredby .ipos-logo { min-width: 75px; height: 26px; margin-right: 15px; background: url(../../images/iPOS.png) 0 -26px no-repeat; display: inline-block; font-size: 0 } .footer__copyright { padding: 10px 0; font-size: 14px; width: 81% } @media (min-width: 768px) and (max-width: 1024px) { .footer__copyright { width: 50% } .footer__poweredby { width: 40% } } @media (min-width: 768px) { .footer__logo { max-width: 100% } .footer__menu, .footer__social { margin-bottom: 0 } .footer__menu li { margin-right: 40px } .footer__catalog { display: block } .footer__contacts { padding: 0 20px } .footer__contacts-wrap .btn[data-target*='#orderModal'] { display: -webkit-box; display: box; display: -ms-flexbox; display: flex } .footer__bottom-info { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row } } .date-list__item, .news__info, .news__item { -webkit-box-orient: vertical; -webkit-box-direction: normal } .breadcrumbs { border-bottom: 1px solid #e5ebf7; text-align: center; padding: 26px 0; color: #5b74ac } .breadcrumbs a { color: #5b74ac; margin: 0 2px } .breadcrumbs a:hover { color: #6bc335 } .breadcrumbs span { color: #2c3141; margin: 0 2px } .services-list { margin-left: -15px; margin-right: -15px; margin-bottom: 50px; display: box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap } .services-list:after { content: " "; display: table } .service-item { position: relative; float: left; width: 50%; flex-basis: 50%; min-height: 1px; padding-left: 15px; padding-right: 15px; margin-bottom: 20px; text-align: center } @media (min-width: 768px) { .service-item { float: left; flex-basis: 33.33333%; width: 33.33333% } } .service-item__in { margin: 0 -12px; position: relative } .service-item__media { width: 130px; height: 130px; margin: 0 auto 25px; display: -webkit-box; display: box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 50%; position: relative; pointer-events: none } .service-item__media::after, .service-item__media::before { content: ''; display: block; width: 130px; height: 130px; position: absolute; top: 50%; left: 50%; margin: -65px 0 0 -65px; pointer-events: none; -webkit-transition: opacity .4s; -o-transition: opacity .4s; transition: opacity .4s } .news__item::after, .video .nav-tabs a { -webkit-transition-duration: .3s; -o-transition-duration: .3s } .service-item__media::before { background: url("../images/service-item__media_hover.png") 50% 50%/cover no-repeat; opacity: 0 } .service-item__media::after { background: url("../images/service-item__media.png") 50% 50%/cover no-repeat; opacity: 1 } .service-item__icon { position: relative; z-index: 2; width: 70% } .service-item__title { overflow: hidden; font-size: 16px; min-height: 2em; line-height: 1 } .service-item__link { position: absolute; top: 0; left: 0; right: 0; bottom: 0; font-size: 0; display: block } @media (min-width: 768px) { .service-item__in { margin: 0 20px } .service-item__media { width: 165px; height: 165px } .service-item__media::after, .service-item__media::before { width: 286px; height: 286px; margin: -143px 0 0 -143px; background-size: auto auto } .service-item__title { font-size: 18px } .pagination-wrap_with-buttons .pagination { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 100% } } .service-item__in:hover .service-item__media::after { opacity: 0 } .service-item__in:hover .service-item__media::before { opacity: 1 } .services__more { text-align: center; margin: -50px auto 50px } .services__more .btn { width: 260px } .services__more .btn > span { height: 60px; width: 100% } .form-group, .partners { margin-bottom: 30px } .partners__logos { display: -webkit-box; display: box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap } .partners__logos img { margin: 10px } #electronic, .about ul { margin-top: 25px } .about { background: url(../images/about_bg.jpg) 50% 0/cover no-repeat #46738e; color: #fff; padding: 30px 0 80px } .about ul { padding-left: 0; list-style: none; margin-bottom: 25px } .about li { position: relative; padding-left: 30px; margin: 5px 0 } .about li::before { content: '-'; position: absolute; top: 0; left: 0 } .pagination-wrap_with-buttons { display: -webkit-box; display: box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap } .pagination-wrap_with-buttons .btn { margin-bottom: 7px } .pagination-wrap_with-buttons .btn > span { padding-left: 40px; padding-right: 40px; height: 54px; width: 100% } .pagination { text-align: center; width: 100% } .pagination ul { list-style: none; margin: 30px 0; padding: 0 } .pagination li { float: left; margin: 0 0 1px; padding: 0 } .pagination__item { display: block; min-width: 52px; height: 52px; text-align: center; line-height: 52px; background: #fff; -webkit-box-shadow: 0 0 0 1px #6bc335; box-shadow: 0 0 0 1px #6bc335; -webkit-transition: background .4s, color .4s; -o-transition: background .4s, color .4s; transition: background .4s, color .4s } .pagination__item .svg-icon { margin: 0 24px; width: 20px; height: 12px } .pagination a.active { background: #6bc335; color: #fff } .news { margin-left: -15px; margin-right: -15px; display: box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-preferred-size: 100%; flex-basis: 100% } .news__item-wrap, .reviews__item-wrap { position: relative; float: left; width: 100%; min-height: 1px; padding-left: 15px; padding-right: 15px; padding-bottom: 30px } @media (min-width: 768px) { .news__item-wrap { float: left; width: 50% } } .news__item { background: #e5ebf7; height: 100%; display: -webkit-box; display: box; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; overflow: hidden; position: relative } .news__item::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 0; background: #6bc335; height: 4px; -webkit-transition-property: right; -o-transition-property: right; transition-property: right; transition-duration: .3s; -webkit-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out } .news__item:hover::after { right: 0 } .news__link { position: absolute; top: 0; left: 0; width: 100%; height: 100% } .news__media { height: 250px; background: #6bc335; overflow: hidden; display: -webkit-box; display: box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; line-height: 0 } .news__media img { max-width: none } .news__info { padding: 20px; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; display: -webkit-box; display: box; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column } .news__title { font-size: 24px; margin-bottom: 20px; line-height: normal } .news__text { line-height: normal; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1 } .news__text p { margin: 0 0 20px; line-height: normal } .news__more { text-align: left; position: relative } .news-carousel { padding-top: 70px; position: relative; margin-top: -20px } .news-carousel .owl-stage { display: -webkit-box; display: box; display: -ms-flexbox; display: flex } .news-carousel.owl-theme .owl-nav { position: absolute; top: 0; margin: 0; right: 0 } .news-carousel.owl-theme .owl-nav [class*=owl-] { margin: 0 0 0 3px; height: 51px; width: 67px; padding: 0; border-radius: 0; border: 1px solid #6bc335; color: #6bc335; background: #fff; display: -webkit-box; display: box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; float: left } .news-carousel.owl-theme .owl-nav [class*=owl-]:hover { color: #fff; background: #6bc335 } .faq__item { padding: 25px 0; border-bottom: 2px solid #6bc335 } .ezo-fluid, .faq__item:last-of-type { margin-bottom: 50px } .faq__answer, .faq__question { margin: 15px 0 } .faq__label { font-weight: 700; float: left; margin-right: 10px } .faq__select { width: 360px } .faq__select .jq-selectbox { width: 100% } .faq__more { margin-top: 75px } .faq__more .btn { max-width: 454px } .faq__filter { display: -webkit-box; display: box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-preferred-size: 100%; flex-basis: 100% } .input, .input__field { position: relative; display: block; width: 100% } .faq__filter-label { margin-right: 25px; padding: 8px 0 } @media (max-width: 480px) { .btn, .btn-primary, .faq__select { width: 100% } .btn-primary::before, .btn-primary > span, .btn::before, .btn > span { display: -webkit-box; display: box; display: -ms-flexbox; display: flex; width: 100% } } .feedback { margin: 50px 0 } .feedback__form, .reviews__author span:last-child { margin-left: auto } .feedback__title { font-size: 24px; margin-bottom: 30px } .feedback__form { max-width: 460px; margin-right: auto } .feedback__btn { font-weight: 700 } .feedback__btn > span { height: 66px } .form-control { padding: 20px 18px; height: 60px } textarea.form-control, textarea.input__field { height: 150px } .input { z-index: 1; vertical-align: top; padding-top: 1.5em } .input__field { border-radius: 0; padding: 20px 18px; background: 0 0; border: 1px solid; color: #2c3141; -webkit-transition: border-color .25s; -o-transition: border-color .25s; transition: border-color .25s; line-height: normal } .input--filled .input__field, .input__field:focus { border-color: #6bc335 } .input__label { display: inline-block; color: #2c3141; font-size: 18px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; width: 100%; position: absolute; top: 0; text-align: left; overflow: hidden; padding: 0; pointer-events: none; -webkit-transform: translate3d(0, 2.5em, 0); transform: translate3d(0, 2.5em, 0) } .input__label-content { position: relative; display: block; width: 100%; padding: 0 1em; font-weight: 400; color: #2c3141 } .input__label-content::after { content: attr(data-content); position: absolute; top: -200%; left: 0; color: #6bc335; font-weight: 800 } .input--filled .input__label { -webkit-animation: .25s forwards anim-chisato-1; animation: .25s forwards anim-chisato-1 } .input--filled .input__label-content { -webkit-animation: .25s ease-in forwards anim-chisato-2; animation: .25s ease-in forwards anim-chisato-2 } @-webkit-keyframes anim-chisato-1 { 0%, 70% { -webkit-transform: translate3d(0, 3em, 0); transform: translate3d(0, 3em, 0) } 100%, 71% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) } } @-webkit-keyframes anim-chisato-2 { 0% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) } 70%, 71% { -webkit-transform: translate3d(0, 125%, 0); transform: translate3d(0, 125%, 0); opacity: 0; -webkit-animation-timing-function: ease-out } 100% { color: transparent; -webkit-transform: translate3d(0, 200%, 0); transform: translate3d(0, 200%, 0) } } @keyframes anim-chisato-1 { 0%, 70% { -webkit-transform: translate3d(0, 3em, 0); transform: translate3d(0, 3em, 0) } 100%, 71% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) } } @keyframes anim-chisato-2 { 0% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) } 70%, 71% { -webkit-transform: translate3d(0, 125%, 0); transform: translate3d(0, 125%, 0); opacity: 0; -webkit-animation-timing-function: ease-out } 100% { color: transparent; -webkit-transform: translate3d(0, 200%, 0); transform: translate3d(0, 200%, 0) } } .reviews { margin-left: -15px; margin-right: -15px; display: box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-preferred-size: 100%; flex-basis: 100% } @media (min-width: 768px) { .faq__filter { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end } .faq__item { padding-right: 60px; padding-left: 60px } .reviews__item-wrap { float: left; width: 50% } } .reviews__item { background: #fff; border: 1px solid #ccc; padding: 10px; position: relative; line-height: normal; overflow: hidden; height: 260px; cursor: pointer } .reviews__item::before { content: ''; display: block; width: 30px; height: 30px; position: absolute; top: 20px; right: 30px } .reviews__item::after { content: ''; display: block; position: absolute; bottom: 0; left: 0; right: 0; height: 50px; background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white)); background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%); background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%); background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%) } .reviews__item.reviews__item_selected { height: auto } .pregnancy-programm:after, .pregnancy-programm:before, .reviews__item.reviews__item_selected::after { content: none } .reviews__item_good { border-color: #6bc335 } .reviews__item_good::before { background: url(../../images/reviews__item_good.png) no-repeat } .reviews__item_bad { border-color: #f26522 } .reviews__item_bad::before { background: url(../../images/reviews__item_bad.png) no-repeat } .reviews__item_normal { border-color: #d5ca22 } .reviews__item_normal::before { background: url(../../images/reviews__item_normal.png) no-repeat } .reviews__content { padding: 12px 15px 0 } .reviews__author { font-weight: 700; padding-right: 45px; display: flex; margin-bottom: 20px } .date-list__text p, .menu { margin: 0 } .reviews__answer { background: #e5ebf7; padding: 12px 15px } .menu { padding: 0; list-style: none } .menu__helper { pointer-events: none; display: block } .menu__link { color: #000; font-weight: 400; padding: 10px 0; -webkit-transition: color .3s; -o-transition: color .3s; transition: color .3s; position: relative; display: block } .menu__link.active, .menu__link:hover { color: #6bc335 } @media (min-width: 480px) { .menu:after, .menu:before { content: " "; display: table } .menu:after { clear: both } .menu__item { width: 50%; float: left } } @media (min-width: 768px) { .menu__item { width: 25% } } .date-list__date, .date-list__item { display: -webkit-box; min-height: 50px } @-webkit-keyframes anim-trinculo { 50% { opacity: 0; color: #fff; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0) } 51% { opacity: 0; color: #fff; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0) } 75% { opacity: 1; -webkit-transform: translate3d(5px, 0, 0); transform: translate3d(5px, 0, 0) } 100% { opacity: 1; color: #fff; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) } } @keyframes anim-trinculo { 50% { opacity: 0; color: #fff; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0) } 51% { opacity: 0; color: #fff; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0) } 75% { opacity: 1; -webkit-transform: translate3d(5px, 0, 0); transform: translate3d(5px, 0, 0) } 100% { opacity: 1; color: #fff; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) } } .date-list { margin-bottom: 56px } .date-list__item { display: box; display: -ms-flexbox; display: flex; margin-bottom: 20px; -ms-flex-direction: column; flex-direction: column } .date-list__date { width: 170px; min-width: 170px; margin-right: 30px; display: box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #fff; background: #6bc335; margin-bottom: 10px } .date-list__text { display: -webkit-box; display: box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; line-height: normal } .gallery__col, .main-banner__text-wrap { -webkit-box-orient: vertical; -webkit-box-direction: normal } .doctor__card, .flamp-reviews { margin: 60px 0 } .doctor__card:after, .doctor__card:before { content: " "; display: table } .doctor__media { width: 100%; margin-bottom: 30px; text-align: center } .doctor__media img { -webkit-box-shadow: 7px 7px 16px rgba(23, 24, 27, .59); box-shadow: 7px 7px 16px rgba(23, 24, 27, .59) } .doctor__media .doctor__about { margin-top: 30px } .doctor__name { margin-top: 0; text-align: left } .doctor__position { font-size: 24px; margin-bottom: 24px } .doctor__announce { margin-top: 10px } .cont_mobile, .doctor__info .doctor__announce, .modal--is-open .page_search, .rate__input, div.doctors-list.doctors-list_mobile { display: none } .doctor__about, .doctor__announce { font-style: italic; line-height: normal; clear: both } .doctor__activity p { margin-bottom: 0 } .doctor__price-list { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1 } .doctor__price-list table, .form-tax .wrap-input button, .price-table, .wrap-input label { width: 100% } .doctor__price-list td { padding: 2px 0 } .doctor__price-btn { width: 290px; margin-top: 20px } .doctor__price-btn .btn > span { height: 70px; width: 100% } .doctors-list__btn .btn > span, .order-block__btn .btn > span { height: 50px } @media (min-width: 400px) { .doctor__media { width: 130px; float: left; margin-right: 30px } .doctor__media img { -webkit-box-shadow: 7px 7px 16px rgba(23, 24, 27, .59); box-shadow: 7px 7px 16px rgba(23, 24, 27, .59) } } .order-block { border: 2px solid #6bc335; padding: 18px; margin-bottom: 10px } .order-block__row { display: -webkit-box; display: box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .order-block__title { font-weight: 700; text-align: center } .order-block__price strong { font-size: 24px } .doctors-list { display: -webkit-box; display: box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; max-width: 110% } .doctors-list_nomargin { margin-left: -8px; margin-right: -8px } .doctors-list__item { min-width: 284px; max-width: 284px; flex-basis: 284px; display: inline-block; vertical-align: top; padding: 8px; background: #e8effa; position: relative; margin: 0 2px 30px } .doctors-list__item:hover { color: #6bc335 } .doctors-list__item_actions { background: #fff; max-width: 510px; width: 100%; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2 } .doctors-list__item_actions h2 { margin-top: 0; color: #000 } .doctors-list__media { height: 335px; border: 2px solid #6bc335; border-radius: 2px; margin-bottom: 20px; overflow: hidden; text-align: center } .doctors-list__info { padding: 0 10px } .doctors-list__name { font-weight: 700; margin-bottom: 20px; line-height: normal; min-height: 42px } .doctors-list__position { line-height: normal; margin-bottom: 10px; min-height: 70px } .doctors-list__link { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; font-size: 0 } @media (max-width: 500px) { .doctors-list_nomargin { margin: 0 } .doctors-list__item { max-width: 380px } } .main-news { background: url(../images/main-news.jpg) 50% 0/cover no-repeat #c9d9e4; padding: 25px 0 80px } .doctors-catalog__text { text-align: center; margin: 30px auto 50px; max-width: 480px } .doctors-catalog__list .btn { margin-bottom: 30px } .doctors-catalog__list .btn::before, .doctors-catalog__list .btn > span { display: -webkit-box; display: box; display: -ms-flexbox; display: flex; padding-left: 40px; padding-right: 40px; white-space: normal; line-height: 1 } .doctors-catalog__list .btn > span { height: 70px; background: #fff; color: #000; -webkit-box-shadow: inset 0 0 0 2px #6bc335; box-shadow: inset 0 0 0 2px #6bc335 } .doctors-catalog__list .btn::before, .video .nav-tabs li.active a { background: #6bc335; color: #fff } .flamp-reviews__more { text-align: right; margin-top: 30px } .flamp-reviews__more .btn { width: 260px } .flamp-reviews__more .btn > span { height: 60px; width: 100% } .main-order { background: url(../images/main-order2.png) 50% 50%/auto 260% no-repeat #fff; padding: 30px 0 60px } .main-order__btn { margin-top: 20px; max-width: 360px; margin-left: auto; margin-right: auto } .main-order__btn .btn { font-weight: 700 } .main-order__btn .btn > span { height: 70px } .main-banner .owl-nav { margin: 0; position: static } .main-banner .owl-theme .owl-nav [class*=owl-] { position: absolute; top: 0; margin: 0; height: 100%; border-radius: 0; width: 80px; padding: 0; background: 0 0 } .main-banner .owl-theme .owl-nav .owl-prev { left: 0; background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001))); background: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%); background: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%); background: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%) } .main-banner .owl-theme .owl-nav .owl-next { right: 0; background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001))); background: -webkit-linear-gradient(right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%); background: -o-linear-gradient(right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%); background: linear-gradient(to left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%) } .main-banner__image { position: absolute; top: 0; left: 50%; width: 2560px; margin-left: -1280px; height: 100%; text-align: center; overflow: hidden } .main-banner__image img { height: 100%; max-width: none; width: auto !important; margin: 0 auto } .main-banner .owl-item { text-align: center; position: relative; height: 90%; height: calc(90vh - 52px); overflow: hidden } .main-banner__text-wrap { position: absolute; top: 0; left: 0; width: 100%; height: 100%; color: #fff; display: -webkit-box; display: box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-direction: column; flex-direction: column } .main-banner__head { text-align: center; font-weight: 700; margin-bottom: 25px; text-shadow: 2px 2px 3px #777 } .main-banner__head_level-1 { font-size: 30px; line-height: normal; margin-bottom: 10px; opacity: 0; -webkit-transform: translateX(40px); -ms-transform: translateX(40px); transform: translateX(40px) } .owl-item.active .main-banner__head_level-1 { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); -webkit-transition: opacity .4s .2s, -webkit-transform .5s .2s; transition: opacity .4s .2s, transform .5s .2s, -webkit-transform .5s .2s; -o-transition: opacity .4s .2s, transform .5s .2s } .main-banner__head_level-2 { font-size: 18px; opacity: 0; -webkit-transform: translateX(40px); -ms-transform: translateX(40px); transform: translateX(40px) } .owl-item.active .main-banner__head_level-2 { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); -webkit-transition: opacity .4s .3s, -webkit-transform .5s .3s; transition: opacity .4s .3s, transform .5s .3s, -webkit-transform .5s .3s; -o-transition: opacity .4s .3s, transform .5s .3s } .main-banner__programm { float: left; width: 100%; position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; margin-bottom: 24px; opacity: 0; -webkit-transform: translateX(40px); -ms-transform: translateX(40px); transform: translateX(40px) } .owl-item.active .main-banner__programm { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); -webkit-transition: opacity .4s .4s, -webkit-transform .5s .4s; transition: opacity .4s .4s, transform .5s .4s, -webkit-transform .5s .4s; -o-transition: opacity .4s .4s, transform .5s .4s } .main-banner__programm-title { font-weight: 700 } .main-banner__programm-price .price_old { text-decoration: line-through } .main-banner__programm-price strong { font-size: 30px } .cbutton::after, .cbutton::before { margin: -35px 0 0; width: 35px; content: ''; pointer-events: none; opacity: 0 } .cbutton { position: absolute; top: 100%; left: 50%; display: inline-block; margin: -90px 0 0 -35px; padding: 0; border: none; background: rgba(0, 0, 0, .5); color: #fff; font-size: 1.4em; overflow: visible; -webkit-transition: color .7s; -o-transition: color .7s; transition: color .7s; cursor: pointer; width: 70px; height: 70px; border-radius: 50% } .cbutton::after, .cbutton::before, .cbutton__icon { position: absolute; top: 50% } .facts__item, .video__row { margin-right: 0; margin-left: 0 } .cbutton::before { left: 50%; height: 70px; border-radius: 0 35px 35px 0; background: rgba(255, 255, 255, .15); -webkit-transform-origin: 0 50%; -ms-transform-origin: 0 50%; transform-origin: 0 50% } .cbutton::after { right: 50%; left: auto; height: 70px; border-radius: 35px 0 0 35px; background: rgba(255, 255, 255, .1); -webkit-transform-origin: 100% 50%; -ms-transform-origin: 100% 50%; transform-origin: 100% 50% } .facts__item:after, .facts__item:before, .planning:after, .planning:before, .video__row:after, .video__row:before { content: " "; display: table } .facts__text, .gallery { border: 1px solid #6bc335 } .cbutton__text { position: absolute; opacity: 0; pointer-events: none } .cbutton__icon { display: block; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%) } .cbutton--effect-lazar-inverted { -webkit-transform: scale3d(-1, 1, 1); transform: scale3d(-1, 1, 1) } .cbutton--effect-lazar.cbutton--click::before { -webkit-animation: .8s ease-out forwards anim-effect-lazar-1; animation: .8s ease-out forwards anim-effect-lazar-1 } .cbutton--effect-lazar.cbutton--click::after { -webkit-animation: .8s ease-out forwards anim-effect-lazar-2; animation: .8s ease-out forwards anim-effect-lazar-2 } @-webkit-keyframes anim-effect-lazar-1 { 0%, 25% { opacity: 1; -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 0deg); transform: perspective(1000px) rotate3d(0, 1, 0, 0deg) } 100% { opacity: 0; -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 180deg); transform: perspective(1000px) rotate3d(0, 1, 0, 180deg) } } @keyframes anim-effect-lazar-1 { 0%, 25% { opacity: 1 } 100% { opacity: 0; -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 180deg); transform: perspective(1000px) rotate3d(0, 1, 0, 180deg) } } @-webkit-keyframes anim-effect-lazar-2 { 0% { opacity: 1 } 100% { opacity: 0 } } @keyframes anim-effect-lazar-2 { 0% { opacity: 1 } 100% { opacity: 0 } } .gallery { display: box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap } .gallery__col { display: -webkit-box; display: box; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; width: 100% } .gallery__row { display: -webkit-box; display: box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap } .gallery__row .gallery__title { padding: 10px 15px } .gallery__item { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-box-shadow: inset 0 0 0 1px #6bc335; box-shadow: inset 0 0 0 1px #6bc335; overflow: hidden; background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; min-height: 160px; position: relative } .gallery__item img { max-width: none; width: 100%; opacity: 0 } .gallery__link { display: -webkit-box; display: box; display: -ms-flexbox; display: flex; height: 100%; width: 100% } .planning__order .btn > span, .pregnancy-programm__order .btn > span { height: 60px } .gallery__title { position: absolute; left: 1px; right: 1px; top: 100%; margin-top: -60px; padding: 15px 30px; height: 60px; background: #fff; color: #303543; -webkit-transition: -webkit-transform .35s; transition: transform .35s; -o-transition: transform .35s; transition: transform .35s, -webkit-transform .35s; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); display: -webkit-box; display: box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; opacity: 0; pointer-events: none } .facts__media, .video__col { min-height: 1px; padding-left: 0; padding-right: 0; position: relative } .gallery__title h2 { display: inline-block; font-size: 18px; font-weight: 700; float: left; margin: 0; padding: 0; text-align: left } .actions-list a, .video .nav-tabs a { display: block; text-decoration: none; line-height: 1 } .gallery__title p { margin: 0 } .gallery__title a { float: right; color: #3c4a50; font-size: 1.4em } .planning__price strong, .pregnancy-programm__price strong, .referenceModal-title span { font-size: 24px } .form-tax .wrap-submit-button button[disabled]:hover, .gallery__title img { opacity: 1 } .gallery__title a, .gallery__title h2 { -webkit-transition: -webkit-transform .35s; -o-transition: transform .35s; transition: transform .35s, -webkit-transform .35s; -webkit-transform: translate3d(0, 200%, 0); transform: translate3d(0, 200%, 0) } @media (min-width: 768px) { .date-list__item { margin-bottom: 10px; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row } .date-list__date { margin-bottom: 0 } .doctors-catalog { margin: 90px 0 } .doctors-catalog__list .btn > span { background: #6bc335; color: #fff } .doctors-catalog__list .btn::before { background: #fff; color: #000 } .main-banner__head_level-1 { font-size: 60px } .main-banner__head_level-2 { font-size: 36px } .main-banner .owl-theme .owl-nav [class*=owl-] { width: 150px } .main-banner .cbutton { top: 50%; margin-top: -35px } .gallery { margin-bottom: 80px } .gallery__col_01, .gallery__col_02 { width: 50% } .gallery__col_03 { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row } .gallery__row { -ms-flex-wrap: nowrap; flex-wrap: nowrap } } .gallery__item:hover .gallery__title { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 } .gallery__item:hover .gallery__title a, .gallery__item:hover .gallery__title h2 { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) } .gallery__item:hover .gallery__title h2 { -webkit-transition-delay: 50ms; -o-transition-delay: 50ms; transition-delay: 50ms } .gallery__item:hover .gallery__title a { -webkit-transition-delay: 0.2s; -o-transition-delay: 0.2s; transition-delay: 0.2s } .video__col { float: left; width: 100% } .video .tab-content { position: relative; min-height: 350px } .video .tab-pane { position: absolute; width: 100% } .video .nav-tabs { list-style: none; margin: 0; padding: 2px 0 0 } .video .nav-tabs li { margin: -2px 0 0 } .video .nav-tabs a { color: #2c3141; border: 2px solid #6bc335; padding: 10px 20px; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); position: relative; -webkit-transition-property: color; -o-transition-property: color; transition-property: color; transition-duration: .3s } .rate__input:checked + label, .rate__label:hover { color: #6bc335 } .video .nav-tabs a::before { content: ''; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #6bc335; -webkit-transform: scaleX(0); -ms-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 0 50%; -ms-transform-origin: 0 50%; transform-origin: 0 50%; -webkit-transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: .3s; -o-transition-duration: .3s; transition-duration: .3s; -webkit-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out } .video .nav-tabs a:hover::before { -webkit-transform: scaleX(1); -ms-transform: scaleX(1); transform: scaleX(1) } .actions-list ul { list-style: none; margin: 0; padding: 0 } .actions-list li { margin: 0 0 4px; padding: 0 } .actions-list a { font-weight: 700; padding: 10px 5px; color: #fff; background: #6bc335 } .facts__item { display: -webkit-box; display: box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column } .facts__item_odd .facts__media { float: right } .facts__media { float: left; width: 100% } @media (min-width: 768px) { .facts__media, .video__col { float: left; width: 50% } } .facts__text { position: relative; float: left; width: 100%; padding: 20px; background: #fff; display: -webkit-box; display: box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: 200px } @media (min-width: 768px) { .facts__text { float: left; width: 50% } .facts__item, .facts__item_odd { -webkit-box-orient: horizontal } .facts__item { -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row } .facts__item_odd { -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse } } .facts__text p, .mg0 { margin: 0 } .pregnancy-programm { margin-left: -15px; margin-right: -15px; display: flex; flex-wrap: wrap } .pregnancy-programm__item-wrap { position: relative; display: flex; width: 100%; min-height: 1px; padding-left: 15px; padding-right: 15px } .pregnancy-programm__item { background: #eff4fb; padding: 20px 40px } .pregnancy-programm__period-title { text-align: center; font-weight: 700; margin-bottom: 15px } .about-docs__item, .doctors-new-grid .image, .period-check-block, .pregnancy-programm__media-wrap, .uro-blick p { margin-bottom: 20px } .pregnancy-programm__consultation { background: #e1f4d8; padding: 12px 22px; display: flex; align-items: center; color: #2c3141; font-weight: 400; font-size: 16px; line-height: 18px } .pregnancy-programm__consultation svg { flex-shrink: 0; margin-right: 5px } .pregnancy-programm__media { border: 1px solid #6bc335; position: relative; background: #fff; text-align: center } .pregnancy-programm__period-media { background: #6bc335; color: #fff; display: -webkit-box; display: box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100px; height: 100px; position: absolute; top: 50%; margin-left: -30px; font-weight: 700; border-radius: 50%; text-align: center; font-size: 14px } .pregnancy-programm__text { line-height: normal; margin-bottom: 20px } .pregnancy-programm__services { margin-bottom: 25px; line-height: 1.2 } .pregnancy-programm__services ul { list-style: none; margin: 0; padding: 0 } .pregnancy-programm__services li { margin: 0 0 25px } .pregnancy-programm__services a { color: #116196; font-weight: 700 } .pregnancy-programm__price { margin-bottom: 16px; text-align: center } @media (min-width: 768px) { .pregnancy-programm__item { display: -webkit-box; display: box; display: -ms-flexbox; display: flex } .pregnancy-programm__media-wrap { padding-right: 40px; width: 42% } .pregnancy-programm__info { width: 58% } .pregnancy-programm__text { font-size: 14px } } .planning { margin-left: -15px; margin-right: -15px; margin-bottom: 40px } .planning__item-wrap { float: left; width: 100%; position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; margin-bottom: 30px } .planning__item { background: rgba(245, 249, 253, .8); padding: 15px 50px 35px } .planning__period-title { font-weight: 700; text-align: center; margin-bottom: 20px } .planning__image { opacity: 0; display: none } .planning__price-wrap { display: -webkit-box; display: box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap } .planning__order, .planning__price, .rate__item { -ms-flex-preferred-size: 100%; flex-basis: 100% } .planning__services { min-height: 174px } .planning__services ul { list-style: none; margin: 24px 0 40px; padding: 0 } .planning__services li { margin: 0; padding: 0; border-bottom: 2px solid #6bc335 } .planning__services-title { font-weight: 700; cursor: pointer; padding: 15px 50px 15px 0; position: relative } .callbuck-form__select .jq-selectbox__select-text, .doc__select, .inline-auth-form .error-form { padding-top: 20px } .planning__services-title .fa { color: #6bc335; position: absolute; top: 20px; right: 18px; -webkit-transition: -webkit-transform .4s; transition: transform .4s; -o-transition: transform .4s; transition: transform .4s, -webkit-transform .4s } .planning__services-title[aria-expanded=true] .fa { -webkit-transform: scale3d(-1, 1, 1); transform: scale3d(-1, 1, 1) } @media (min-width: 420px) { .planning__price-wrap { -ms-flex-wrap: nowrap; flex-wrap: nowrap } } .rate, .rate__label { display: -webkit-box } .rate { display: box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap } .rate__image { margin-right: 10px } .rate__label { display: box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; cursor: pointer } .pregnancy-avgantages__item { display: -webkit-box; display: box; display: -ms-flexbox; display: flex; margin: 0 0 20px; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .pregnancy-avgantages__images { margin-right: 15px; max-width: 150px; -ms-flex-preferred-size: 1%; flex-basis: 1% } .pregnancy-avgantages__images img { min-width: 90px } .list-pay, .price-table__long-row.level1 { padding-left: 40px } .price-table__long-row.level2 { padding-left: 60px } .table-title td { border-top: 1px solid #6bc335 } .level2.table-title td { text-align: center; border: none } .callbuck-form__select .jq-selectbox { width: 100%; z-index: 30 } .callbuck-form__select .jq-selectbox__select { border: 1px solid #040404; height: 70px; font: unset; color: #8c8c8c; vertical-align: baseline } .callbuck-form__select .jq-selectbox__dropdown { border: 1px solid #040404; font: unset } .callbuck-form__select .jq-selectbox__dropdown li { padding-top: 15px } .callbuck-form__select .jq-selectbox__trigger-arrow { border-left: 2px solid #040404; border-bottom: 2px solid #040404; top: 25px } .callbuck-form__select { width: 100%; position: relative; padding-top: 20px } .callbuck-form__select ul { max-height: 275px } .pagination li { background-image: unset !important; padding-left: 0 !important } .diag li { border-bottom: none } .list-show { padding-bottom: 20px } @media screen and (max-width: 853px) { .price-table td:after, .price-table td:before { text-transform: uppercase; font-weight: 700; padding: 0 8px } .price-table thead, .table_none { display: none } .table_none { display: none !important } .price-table td:after { content: attr(data-label_a); float: right; display: block } .price-table td:before { content: attr(data-label_b); float: left; display: block } .price-table tr { margin-bottom: 10px; display: block; border: 1px solid #6bc335 } .price-table td { display: block; text-align: right !important; font-size: 17px; padding: 10px !important; width: 100% } .table-title td { border-top: 0 !important } } .benefit_item .benefit_text, .ezo-width .ezo-subtitle, .modal-order__container, .modal-order__doctor h3, .modal-order__select h3 { text-align: left } .docs-list > .docs_row { width: 100%; -ms-flex-wrap: wrap; flex-wrap: wrap; display: -moz-flex; display: -ms-flex; display: -o-flex; display: box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: flex-start; margin: 0 } .docs-list > .docs_row .doctor-img-cart { width: 24%; padding-right: 1% } .docs-list.flexing { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap } @media only screen and (max-width: 565px) { .docs-list > .docs_row { -ms-flex-wrap: wrap; flex-wrap: wrap } .doc__select { display: block !important } } @media only screen and (max-width: 1200px) { .docs-list .docs_row .doctor-img-cart { width: 31.5% } div.doctors-list.doctors-list_mobile { display: block } div.doctors-list.doctors-list_desktop { display: none } } @media only screen and (max-width: 700px) { .docs-list .docs_row .doctor-img-cart { width: 48% } } .doc__select { display: none } .pb20 .price-table__long-row { padding-bottom: 30px } .search-form__fild { border: 0 !important; border-bottom: 2px solid #fff !important; position: static !important } .search-window { background: 0 0 !important; width: 80%; display: none; margin-top: 30% } .search-window .input-fild__content, .search-window .input__field { color: #fff !important } .search-window img { padding-top: 50px; float: right } .button_search { background-image: url(../site_img/search_b.png); background-position-x: center; background-position-y: center; background-repeat: no-repeat; background-size: contain; border: 0 solid #7a7b7e; width: 68px; height: 68px; border-radius: 40px; border-width: 0 !important; margin-top: 20px } .header__buttons .button_search { width: 48px; height: 48px; margin-top: 0 } .button_search img { padding: 7px } .search-border { border-bottom: 1px solid #2c3141 !important } .page_search { position: fixed; z-index: 100; display: none; bottom: 27px; left: 30px } .description-research { left: 0; position: relative; width: 100% } @media (max-width: 850px) { .page_search { top: -12px; left: calc(100% - 190px); bottom: unset } .button_search { width: 35px; height: 35px } .cont_mobile { display: block; font-size: 14px; margin-right: 40px } } @media (max-width: 350px) { .cont_mobile { font-size: 12px } } @media (max-width: 320px) { .cont_mobile { font-size: 10px } } .form-control { border: 1px solid #2c3141 !important; border-radius: 0 !important } .top { margin-top: 30px; padding: 0 } .form-group, .pdleft { padding-left: 0 !important } .tabs, .tabs-active { background-color: #e5ebf7; padding: 31px 160px !important; font-weight: 700 } .tabs-active { color: #6bc335 !important } .tabsl > .active { border-top: 3px solid #6bc335 !important; background-color: none !important } .tabs { color: #2c3141 !important } .form-check { position: relative; display: block; padding-left: 1.25rem } .form-check-inline { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-right: .75rem } .form-check-label { margin-bottom: 0; padding-left: 10px } .form-check-inline .form-check-input { position: static; margin-top: 0; margin-right: .3125rem; margin-left: 0 } .pdleft { margin-top: 15px; padding-left: 0 } .pd { padding: 40px 15px 40px 0 } .icon:before { background: url(../images/plus.png); margin-right: 8px } .pdtop { padding-top: 45px; padding-left: 0 } .form-bottom { padding-top: 60px } .imgmove img { padding-right: 10px } @media (hover: hover) { .btn.focus, .btn:focus, .btn:hover { color: #333; text-decoration: none } .btn:hover::before { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) } .btn:hover > span { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0) } } @media (hover: none) { span.btn::before { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); background: #6bc335; color: #fff } span.btn > span { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0) } } .block-revealer__element { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; pointer-events: none; opacity: 0 } .modal-order-wrap { position: fixed; top: 0; left: 0; width: calc(100% + 19px); height: 100%; display: flex; align-items: flex-start; justify-content: center; pointer-events: none; z-index: 100; overflow: auto } .arrow-dist-1, .arrow-dist-2, .date-wrap, .form-img-doctor, .image-covid-right, .modal-order, .modal-order__content, .order-table, .referenceModal-item { position: relative } .modal-order_open .modal-order-wrap { pointer-events: auto } .modal-order { max-width: 890px; width: 90%; font-size: 1.1em; pointer-events: none; z-index: 100; margin: 50px 0 } .modal-order--open { pointer-events: visible } .modal-order__inner { padding: 0; color: #2c3141; background: #fff } .modal-order__inner-step1 { background: url(../images/modal-popup/modal-bg-1.png) 100% 100% no-repeat #fff } .modal-order__inner-step2 { background: url(../images/modal-popup/modal-bg-5.png) 0 100% no-repeat #fff } .modal-order__content::after, .modal-order__content::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none } .modal-order__select { margin-bottom: 15px; font-size: 14px } .modal-order__select .jq-selectbox { z-index: 30; position: relative; width: 100% } .modal-order__select .jq-selectbox.opened { z-index: 31 } .cabinet-noactive p:nth-child(2), .modal-order__forms .modal-order__select, .order-table__table, .ter-services-item { margin-bottom: 30px } .modal-order__select h3 { margin: 0 0 15px } .modal-order__select .jq-selectbox__select { border: 1px solid #6bc335; border-radius: 0 30px 30px 0; height: 56px; padding-right: 70px; width: 100% } .modal-order__select .jq-selectbox__trigger { border: 1px solid #6bc335; width: 56px; height: 56px; background: #6bc335; border-radius: 50%; top: -1px } .modal-order__select .opened .jq-selectbox__trigger { background: #fff; transform: rotate(180deg) } .modal-order__select .jq-selectbox__trigger-arrow { transform: none; top: 0; left: 0; width: 54px; height: 54px; border: none; background: url(../images/modal-popup/jq-selectbox__trigger-arrow.png) 50% 50% no-repeat; transition: .3s } .modal-order__inner-doctor .modal-window__input, .modal-order__select .jq-selectbox__select-text, input.date { height: 56px; line-height: 56px } .modal-order__select .opened .jq-selectbox__trigger-arrow { background: url(../images/modal-popup/jq-selectbox__trigger-arrow2.png) 50% 50% no-repeat } .modal-order__select .jq-selectbox__dropdown { margin-top: 5px; font-size: 20px } .modal-order__select h3 + p { margin: -15px 0 5px } .info-uro-center-banner ul, .modal-order__select_time .jq-selectbox__dropdown ul { column-count: 2 } .modal-order__select_time .jq-selectbox__dropdown ul li { display: inline-block } .modal-order__title-row { padding: 10px 0; color: #fff; background: #6bc335; font-weight: 700; margin: 0 0 15px; font-size: 18px } .modal-order__title-row .modal-order__container { display: flex; align-items: center; justify-content: center } .modal-order__title-row .modal-order__container div:first-of-type { width: 300px; text-align: center } .modal-order__title-row .modal-order__title-or { flex-grow: 0; border-left: 2px solid #fff; border-right: 2px solid #fff; padding: 0 20px; margin: 0 60px 0 0 } .modal-order__doctor { font-size: 12px; line-height: 1.5 } .modal-order__doctor .row { margin-left: -6px; margin-right: -6px } input.date { font-size: 20px; font-weight: 700; border: 1px solid #6bc335; border-radius: 0 30px 30px 0; padding-left: 15px; padding-right: 70px; width: 100% } .modal-order__inner-step2 .modal-order__title h3, .modal-order__title h3 { font-size: 38px; font-weight: 700 } .btn--modal-next { margin-bottom: -30px; font-weight: 700; z-index: 20 } .btn--modal-next span { min-height: 56px } .modal-order__title { position: relative; top: -10px; margin: 0 auto 45px; text-align: center; max-width: 450px; background: #6bc335; color: #fff; border-radius: 0 0 20px 20px; padding: 30px 15px 15px } .modal-order__title p { font-size: 16px; margin: 0 30px } .modal-order__cost { font-size: 14px; margin: 30px 0; max-width: 310px } .modal-order__cost-row { display: flex; justify-content: space-between; font-size: 20px } .modal-order__price { color: #6bc335; white-space: nowrap } .modal-order__inner-step2 { max-width: 650px; margin: 0 auto 50px; padding-bottom: 90px } .modal-order__inner.modal-order__inner-doctor .modal-order__container { padding-bottom: 60px } .modal-order__inner-step2 h3 { font-weight: 700; font-size: 20px } .modal-order__inner-step2 .form { width: 316px; margin: 0 auto -25px } .modal-order__inner-step2 .form textarea { height: 135px; line-height: 30px } .modal-order__inner-step2 .modal-order__buttons { position: relative; height: 30px } .modal-order__inner-step2 .btn--modal-sent span { min-height: 56px } .modal-order__inner-step2 .btn--modal-prev { position: absolute; right: 100%; margin: 0 10px; top: 0; border: 1px solid #6bc335; height: 56px; width: 56px; font-size: 0; transform: rotate(90deg); background: url(../images/modal-popup/jq-selectbox__trigger-arrow2.png) 50% 50% no-repeat #fff } .modal-order__time { position: absolute; top: 60px; left: 70px; color: #e6e6e6; font-size: 14px; text-align: center } .modal-order__time-value { font-size: 48px; line-height: .8 } .modal-order__inner-doctor .modal-order__subtitle { text-align: center; color: #000; font-size: 16px; line-height: 1.2; max-width: 350px; margin: -45px auto 15px; font-weight: 700 } .modal-order__inner-doctor textarea.modal-window__input { height: 138px } .modal-order__inner-doctor .modal-order__forms { position: relative; z-index: 10; margin-bottom: -15px } .modal-order__inner-doctor .modal-order__forms h3 { text-align: left; font-weight: 700; font-size: 20px } .modal-order__inner-doctor .modal-order__buttons .btn > span { height: 56px } .overlay-order { position: fixed; width: 100%; height: 100vh; top: 0; left: 0; background: rgba(0, 0, 0, .5); opacity: 0; pointer-events: none; transition: opacity .4s; z-index: 20 } .modal-order--open + .overlay-order { pointer-events: visible; opacity: 1 } .modal-order__select .jq-selectbox__trigger, .popup { pointer-events: none } .btn--modal-close { position: absolute; top: 27px; right: 27px; border: none; width: 22px; height: 22px; background: url(../images/modal-popup/close.png) no-repeat } .btn--modal-close:hover { background-position: 0 -22px } .order-table__cell:hover, .order-table__row:hover .order-table__cell_first { color: #fff; background: #82d147 } .order-table__title { text-align: center; font-size: 21px; line-height: 1; font-weight: 700; margin-bottom: 20px } .order-table__title span.primary { color: #82d147 } .order-table__subtitle { text-align: center; font-size: 14px; margin-bottom: 70px; display: none } .order-table__row { position: relative; display: flex; padding-left: 1px; margin-bottom: 1px } .order-table__cell { flex-grow: 1; width: 12.5%; height: 124px; display: flex; align-items: center; justify-content: center; flex-direction: column; font-size: 20px; box-shadow: 0 0 0 1px #82d147; margin-left: 1px; transition: .3s; cursor: pointer } .order-table__cell_disabled { color: #bfbfbf; pointer-events: none; cursor: not-allowed } .referenceModal, .referenceModal-thanks { font-family: Ubuntu, sans-serif; top: 50%; left: 50% } .order-table__cell_first { min-width: 130px } .order-table__cell.empty { opacity: 0 } @media (min-width: 992px) { .container { width: 970px } .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 { float: left } .col-md-1 { width: 8.33333% } .col-md-2 { width: 16.66667% } .col-md-3 { width: 25% } .col-md-4, .pregnancy-programm__item-wrap { width: 33.33333% } .col-md-5 { width: 41.66667% } .col-md-6 { width: 50% } .col-md-7 { width: 58.33333% } .col-md-8 { width: 66.66667% } .col-md-9 { width: 75% } .col-md-10 { width: 83.33333% } .col-md-11 { width: 91.66667% } .col-md-12 { width: 100% } .col-md-pull-0 { right: auto } .col-md-pull-1 { right: 8.33333% } .col-md-pull-2 { right: 16.66667% } .col-md-pull-3 { right: 25% } .col-md-pull-4 { right: 33.33333% } .col-md-pull-5 { right: 41.66667% } .col-md-pull-6 { right: 50% } .col-md-pull-7 { right: 58.33333% } .col-md-pull-8 { right: 66.66667% } .col-md-pull-9 { right: 75% } .col-md-pull-10 { right: 83.33333% } .col-md-pull-11 { right: 91.66667% } .col-md-pull-12 { right: 100% } .col-md-push-0 { left: auto } .col-md-push-1 { left: 8.33333% } .col-md-push-2 { left: 16.66667% } .col-md-push-3 { left: 25% } .col-md-push-4 { left: 33.33333% } .col-md-push-5 { left: 41.66667% } .col-md-push-6 { left: 50% } .col-md-push-7 { left: 58.33333% } .col-md-push-8 { left: 66.66667% } .col-md-push-9 { left: 75% } .col-md-push-10 { left: 83.33333% } .col-md-push-11 { left: 91.66667% } .col-md-push-12 { left: 100% } .col-md-offset-0 { margin-left: 0 } .col-md-offset-1 { margin-left: 8.33333% } .col-md-offset-2 { margin-left: 16.66667% } .col-md-offset-3 { margin-left: 25% } .col-md-offset-4 { margin-left: 33.33333% } .col-md-offset-5 { margin-left: 41.66667% } .col-md-offset-6 { margin-left: 50% } .col-md-offset-7 { margin-left: 58.33333% } .col-md-offset-8 { margin-left: 66.66667% } .col-md-offset-9 { margin-left: 75% } .col-md-offset-10 { margin-left: 83.33333% } .col-md-offset-11 { margin-left: 91.66667% } .col-md-offset-12 { margin-left: 100% } .modal-lg { width: 900px } .page__main .mobile { display: none } .page__main .desktop { display: block } .planning-image-wide { float: right; max-width: none } .page { padding-top: 150px } .page__slice { margin: 70px 0 } .page__slice_pregnancy { margin: 0 } .footer__catalog, .planning__item-wrap { float: left; width: 50%; margin-bottom: 0 } .footer__col { float: left; width: 25% } .footer__contacts { padding: 0 } .service-item__in { margin: 0 20px } .service-item__title { font-size: 24px; min-height: 2em } .pagination-wrap_with-buttons .pagination { width: auto; -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0 } .main-banner__programm, .news__item-wrap, .reviews__item-wrap { float: left; width: 33.33333% } .doctor__media { width: 294px; margin-right: 64px } .doctor__info { overflow: hidden } .doctor__price-btn { width: 200px } .main-order__text { float: left; width: 66.66667% } .main-order { padding: 130px 0 70px; background-size: auto auto; background-position: 50% 0 } .main-order__btn { margin-left: 0; margin-right: 0 } .main-banner .owl-item { height: calc(90vh - 150px) } .main-banner__text { padding: 10px 150px } .main-banner__head { margin-bottom: 80px; text-align: left } .gallery { -ms-flex-wrap: nowrap; flex-wrap: nowrap } .gallery__col { width: auto } .gallery__col_03 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column } .facts__media { float: left; width: 41.66667% } .facts__text { float: left; width: 66.66667%; padding: 20px 60px; margin-left: -8.33333%; margin-right: 0 } .facts__item { -webkit-box-align: center; -ms-flex-align: center; align-items: center } .facts__item_odd .facts__text { margin-right: -8.33333%; margin-left: 0 } .pregnancy-programm__item { flex-direction: column } .pregnancy-programm__media-wrap { padding-right: 0 } .pregnancy-programm__info, .pregnancy-programm__media-wrap { width: 100% } .pregnancy-programm__info { display: flex; flex-direction: column; flex-grow: 1 } .pregnancy-programm__price { margin-top: auto } .pregnancy-programm__text { font-size: 18px } .planning { background: url(../../images/planning-couple.jpg) 50% 0/100% auto no-repeat } .planning__item-wrap:first-child { padding-left: 0 } .planning__item-wrap:last-child { padding-right: 0 } .planning__item { background: 0 0; padding-left: 45px; padding-right: 45px } .planning__image { display: block; margin-bottom: 20px } .planning__image img { width: 100% } .planning__period-title { margin-bottom: 15px } .order-table__cell.fz12 { font-size: 11px } .order-table__cell.fz14 { font-size: 14px } .order-table__cell.fz16 { font-size: 16px } } .check_date { background: orange !important; color: #fff !important } .modal-order_open { overflow: hidden } .d-flex-covid, .d-flex-nutr { display: flex; flex-wrap: wrap; flex-direction: column; padding: 24px 0 60px } .d-flex-nutr > div { display: flex; align-items: flex-start; padding: 10px } .d-flex-covid-desc, .d-flex-nutr-desc, .d-flex-ur-desc { max-width: 250px; margin-left: 20px } .image-covid-right:before { content: ''; display: block; position: absolute; top: -215px; right: 0; width: 454px; height: 489px; background: url(/dir_images/userfiles/images/img-covid-right.png) no-repeat } .btn-covid { display: block; padding: 17px 10px; background: #6bc335; border: 1px solid #6bc335; color: #fff; text-align: center; font-size: 20px } .btn-covid:hover { background: 0 0; color: #6bc335 } .d-flex-covid > div { display: flex; align-items: center; padding: 10px; height: 90px } .d-flex-ur { display: flex; justify-content: space-evenly; flex-wrap: wrap; padding: 24px 0 60px } .d-flex-ur > div { display: flex; align-items: center; padding: 10px } .d-flex-ur-1 { display: flex; align-items: flex-start; padding-bottom: 40px } .d-flex-ur-1 > div { margin-left: 13px } .block-row-m, .block-row-small-m { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; flex-wrap: wrap; gap: 30px; padding: 20px 0 } .block-m-left-1, .block-m-right-1 { -ms-flex-preferred-size: calc(50% - 15px); flex-basis: calc(50% - 15px) } .block-m-right-2 { -ms-flex-preferred-size: calc(67% - 15px); flex-basis: calc(67% - 15px) } .block-m-left-2 { -ms-flex-preferred-size: calc(33% - 15px); flex-basis: calc(33% - 15px) } .d-fle-ur-benefits { display: flex; align-items: center; justify-content: space-around; flex-wrap: wrap; padding-bottom: 50px } .box-images-medica, .box-images-medica-2 { padding: 30px 65px; position: relative; overflow: hidden; margin-bottom: 50px } .d-fle-ur-benefits > div { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 10px } .d-fle-ur-benefits-desc { margin-top: 10px; font-weight: 600; max-width: 300px } .list-medica-m li { font-weight: 500; overflow: hidden; background-image: none !important; padding-left: 17px !important; margin-bottom: 15px } .list-medica-m li:before { content: ""; width: 6px; height: 6px; display: inline-block; background: url(/images/dot-new.png); margin-left: -16px; margin-right: 10px } .box-images-medica { background: url(/dir_images/userfiles/images/nevrolog-images-4.jpg) 50% 50%/cover no-repeat } .box-images-medica-2 { background: url(/dir_images/userfiles/images/nevrolog-images-5.jpg) 50% 50%/cover no-repeat } .box-images-medica-title { font-size: 20px; font-weight: 700; padding-bottom: 20px } .box-personal { display: flex; flex-wrap: wrap; padding: 40px 0 0; gap: 70px } .box-personal-left { flex-basis: calc(54% - 35px) } .box-personal-right { flex-basis: calc(46% - 35px) } .box-personal-info { display: flex; background: #f9fdf7; padding: 40px; gap: 15px } .box-personal-1 { flex-basis: calc(47% - 7.5px) } .box-personal-title { font-weight: 600; font-size: 20px; line-height: 23px } .box-personal-top { margin-top: 66px } .box-personal-name { font-weight: 600; font-size: 18px; line-height: 23px; margin-bottom: 10px } .box-personal-disp { font-weight: 500; font-size: 18px; line-height: 23px } .box-personal-2 { flex-basis: calc(53% - 7.5px) } .under-text { font-weight: 300; font-size: 14px; color: #2c3141 } .referenceModal-btn, .referenceModal-title { color: #fff; text-transform: uppercase; text-align: center } .pd-services { padding: 60px 0 10px } .pd-services-bottom { padding-bottom: 50px } .box-procedures { padding: 30px 50px } .box-procedures-bg { background: #f9fdf7; padding: 30px 50px } .box-procedures-title { font-size: 20px; line-height: 23px; font-weight: 700 } .box-procedures-flex, .wrap-period { display: flex; flex-wrap: wrap } .about-docs__link, .block-b-center, .box-procedures-img, .list-pay-1 li { display: flex; align-items: center } .box-procedures-mg, .list-pay-1 span { margin-left: 15px } .box-prt { display: flex; flex-wrap: wrap; align-items: center; gap: 45px; padding-bottom: 40px } .box-prt-row { flex-basis: calc(24% - 22.5px); background: #f9f9f9; text-align: center; height: 350px } .box-prt-row p, .wrap-popup-btn { margin-top: 20px } .form-img-doctor::before { content: ''; display: block; position: absolute; top: 0; left: 49%; width: 100vw; height: 100%; margin-left: -50vw; background: url(/images/main-order2.png) 50% 0/70% no-repeat } @media (max-width: 1199px) { .header__container { width: 100%; padding-left: 0; padding-right: 0 } .header__menu .container { width: auto } .block-row-m { flex-direction: column } .block-m-left-1, .block-m-right-1 { -ms-flex-preferred-size: calc(100% - 0px); flex-basis: calc(100% - 0px) } .image-covid-right:before { content: none } .box-personal-1, .box-personal-2 { flex-basis: calc(100%); text-align: center } .box-personal-info { flex-direction: column-reverse } .box-personal-top { margin-top: 25px } } .referenceModal { max-width: 476px; width: 100%; background: #fff; transform: translate(-50%, -50%); display: none; z-index: 110 } .referenceModal-date .referenceModal-date_item:last-child b { display: inline-block; padding: 10px 0; font-size: 15px; line-height: 15px } .referenceModal-btn { width: 241px; position: absolute; left: 50%; transform: translateX(-50%); bottom: -21px; height: 42px; background: #82d147; font-size: 15px; font-weight: 500; border: none; cursor: pointer; transition: .5s } .referenceModal-btn:hover { background: #62b127 } .appointment, .benefits_pc, .contact-social-icon, .drop-zone .popup-file-input, .drop-zone label .wrap-file-drop-in, .header-social, .header__whatsApp-mobile, .mob-menu-new, .modal-order__time, .page.page_2 #block-contacts:not(.custom-block-contacts), .page.page_25 #block-contacts:not(.custom-block-contacts), .page.page_26 #block-contacts:not(.custom-block-contacts), .page.page_3 #block-contacts:not(.custom-block-contacts), .page.page_9 #block-contacts:not(.custom-block-contacts), .page.page_9 .diag-first-screen:not(.custom-page-block), .referenceModal input[type=checkbox], .tab-content > .tab-pane, .tab_content .tab { display: none } .referenceModal .referenceModal-cuctomCheck { display: block; padding-left: 32px; position: relative } .referenceModal .referenceModal-cuctomCheck:after { content: ""; position: absolute; left: 0; top: 0; width: 19px; height: 18px; border: 1px solid #5eb32c } .referenceModal .referenceModal-cuctomCheck:before { content: ""; position: absolute; left: 3px; top: 4px; width: 13px; height: 10px; background: url("../img/referenceModal-check.png") center no-repeat; display: none } .referenceModal-privacy { padding-bottom: 26px; padding-top: 10px } .referenceModal-privacy p a { text-decoration: underline; color: #2c3141 } .referenceModal-privacy .referenceModal-cuctomCheck:after { border: none; box-shadow: -4px 2px 5px 1px rgba(0, 0, 0, .21); background: #fff } .referenceModal-privacy .referenceModal-cuctomCheck:before { background: url("../img/referenceModal-check-bl.png") center no-repeat; z-index: 10 } .referenceModal-item .referenceModal-close { position: absolute; border: none; right: 7px; top: -20px; width: 13px; height: 13px; cursor: pointer; background: url("../img/referenceModal-close.png") center no-repeat } .referenceModal-item_inner { padding: 10px; background: url("../img/ref-bg.jpg") bottom center no-repeat } .referenceModal-item_inner input[type=text] { width: 100%; height: 42px; border: 1px solid #5eb32c; background: #fff; padding-left: 10px; padding-right: 10px } .referenceModal-item_inner label { color: #2c3141; margin-top: 7px; margin-bottom: 7px; display: inline-block } .referenceModal-item_inner label span { font-weight: 400; color: #bebebe } .referenceModal-title { max-width: 416px; width: 100%; margin: -5px auto 0; font-size: 28px; font-weight: 700; background: #80d04a; padding: 19px 0 15px; border-radius: 0 0 15px 15px } .referenceModal-thanks { color: #2c3141; max-width: 560px; padding: 0 10px; width: 100%; transform: translate(-50%, -50%); background: #fff; display: none; z-index: 105 } .referenceModal-thanks_close { width: 100%; position: relative } .referenceModal-thanks_close button { position: absolute; right: 10px; top: 10px; border: none; width: 13px; height: 13px; cursor: pointer; background: url("../img/thanks-close.png") center no-repeat } .table-med td, .table-med th { padding: 10px; border: 1px solid #e6e5e5 } .referenceModal-thanks_inner { min-height: 229px; display: -webkit-flex; display: -ms-flex; display: flex; flex-direction: column; justify-content: center; align-items: center } .referenceModal-thanks_inner p:first-child { font-size: 26px; font-weight: 700; text-align: center; margin-bottom: 17px } .referenceModal-thanks_inner p:last-child { font-size: 14px; max-width: 323px; width: 100%; margin: 0 auto } .overlay-modal { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: rgba(0, 0, 0, .7); z-index: 100; display: none } .benefit_list { margin: 30px -15px 37px; display: box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; line-height: 15px } .benefits_inn { border-bottom: 3px solid #ccc } .block-b-text, .block-b-text:hover, .q-border { border: 1px solid #6bc335 } .benefit_item { position: relative; float: left; min-height: 1px; flex-basis: 100%; width: 100%; padding: 15px; text-align: center; color: #336; font-size: 18px } .benefit_item .benefit_number { float: left; line-height: 30px; font-size: 30px; font-family: 'Russo One', sans-serif; padding-right: 15px } .benefit_item:nth-child(2n) .benefit_number { color: #6c3 } .table-med { width: 100%; display: block; margin-bottom: 75px } .table-med th { width: 100%; background: #6bc335; color: #fff } .table-med td { width: 100%; background: #ececec } @media (min-width: 768px) { .rate { -ms-flex-wrap: nowrap; flex-wrap: nowrap } .rate__item { -ms-flex-preferred-size: auto; flex-basis: auto } .referenceModal-date { display: -webkit-flex; display: -ms-flex; display: flex } .referenceModal-date .referenceModal-date_item:first-child { width: 448px; margin-right: 14px } .referenceModal-date .referenceModal-date_item:last-child b { padding: 20px 0 0 } .referenceModal-item .referenceModal-close { top: 12px } .referenceModal-item_inner { padding: 10px 64px } .referenceModal-title { padding: 19px 30px 15px } .referenceModal-thanks_inner p:first-child { font-size: 30px } .benefit_item { float: left; flex-basis: 50%; width: 50%; padding: 15px } } @media (min-width: 1200px) { .container { width: 1170px } .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 { float: left } .col-lg-1 { width: 8.33333% } .col-lg-2 { width: 16.66667% } .col-lg-3 { width: 25% } .col-lg-4 { width: 33.33333% } .col-lg-5 { width: 41.66667% } .col-lg-6 { width: 50% } .col-lg-7 { width: 58.33333% } .col-lg-8 { width: 66.66667% } .col-lg-9 { width: 75% } .col-lg-10 { width: 83.33333% } .col-lg-11 { width: 91.66667% } .col-lg-12 { width: 100% } .col-lg-pull-0 { right: auto } .col-lg-pull-1 { right: 8.33333% } .col-lg-pull-2 { right: 16.66667% } .col-lg-pull-3 { right: 25% } .col-lg-pull-4 { right: 33.33333% } .col-lg-pull-5 { right: 41.66667% } .col-lg-pull-6 { right: 50% } .col-lg-pull-7 { right: 58.33333% } .col-lg-pull-8 { right: 66.66667% } .col-lg-pull-9 { right: 75% } .col-lg-pull-10 { right: 83.33333% } .col-lg-pull-11 { right: 91.66667% } .col-lg-pull-12 { right: 100% } .col-lg-push-0 { left: auto } .col-lg-push-1 { left: 8.33333% } .col-lg-push-2 { left: 16.66667% } .col-lg-push-3 { left: 25% } .col-lg-push-4 { left: 33.33333% } .col-lg-push-5 { left: 41.66667% } .col-lg-push-6 { left: 50% } .col-lg-push-7 { left: 58.33333% } .col-lg-push-8 { left: 66.66667% } .col-lg-push-9 { left: 75% } .col-lg-push-10 { left: 83.33333% } .col-lg-push-11 { left: 91.66667% } .col-lg-push-12 { left: 100% } .col-lg-offset-0 { margin-left: 0 } .col-lg-offset-1 { margin-left: 8.33333% } .col-lg-offset-2 { margin-left: 16.66667% } .col-lg-offset-3 { margin-left: 25% } .col-lg-offset-4 { margin-left: 33.33333% } .col-lg-offset-5 { margin-left: 41.66667% } .col-lg-offset-6 { margin-left: 50% } .col-lg-offset-7 { margin-left: 58.33333% } .col-lg-offset-8 { margin-left: 66.66667% } .col-lg-offset-9 { margin-left: 75% } .col-lg-offset-10 { margin-left: 83.33333% } .col-lg-offset-11 { margin-left: 91.66667% } .col-lg-offset-12 { margin-left: 100% } .visible-lg, .visible-lg-block { display: block !important } table.visible-lg { display: table } tr.visible-lg { display: table-row !important } td.visible-lg, th.visible-lg { display: table-cell !important } .visible-lg-inline { display: inline !important } .visible-lg-inline-block { display: inline-block !important } .hidden-lg { display: none !important } .header { border-bottom: 0 } .header__container-wrap { height: 60px; overflow: hidden; position: relative } .header__container { border: none; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; height: 60px } .benefits_mobile, .header__menu-btn { display: none } .header__logo-wrap { width: 200px; margin: 0 20px 0 0 } .header__contacts-wrap { display: -webkit-box; display: box; display: -ms-flexbox; display: flex } .header__contacts-wrap_in-menu { display: none !important } .header__contacts, .header__schedule { font-weight: 400; line-height: 1.2; font-size: 14px; margin-right: 15px } .header__contacts p, .header__schedule p { margin: 0; white-space: nowrap } .header__buttons { display: -webkit-box; display: box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-left: 30px } .header__buttons_in-menu { display: none !important } .header__btn-form { font-weight: 700; text-decoration: underline; color: #6bc335; letter-spacing: .5px } .header__menu { background: #6bc335; color: #fff; display: block !important; visibility: visible !important; -webkit-box-shadow: 0 6px 10px rgba(44, 49, 65, .25); box-shadow: 0 6px 10px rgba(44, 49, 65, .25); border: none; padding-top: 0; padding-bottom: 0 } .header__services_opened { pointer-events: auto; opacity: 1 } .header__services_showed > .container { opacity: 1 } .header__doctors.showed { height: 52px } .header__doctors.showed ul { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0) } .footer__social { margin-left: -40px } .footer__contacts-wrap { margin-left: -30px } .footer__contacts { padding: 0 20px } .service-item { float: left; flex-basis: 25%; width: 25% } .menu { display: -webkit-box; display: box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 90px; -webkit-transition: height .5s; -o-transition: height .5s; transition: height .5s } .menu::after, .menu::before { content: none } .header_fixed .menu { height: 44px } .menu__item { float: none; width: auto } .menu__link { color: #fff; text-transform: uppercase; text-decoration: none; font-weight: 700; padding: 10px 0; -webkit-transition: color .3s; -o-transition: color .3s; transition: color .3s; position: relative; display: inline-block } .menu__link::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 4px; opacity: 0; background: #116196; -webkit-transform: scale3d(0, 1, 1); transform: scale3d(0, 1, 1); -webkit-transform-origin: 100% 50%; -ms-transform-origin: 100% 50%; transform-origin: 100% 50%; -webkit-transition: opacity .2s, -webkit-transform 0s .2s; transition: transform 0s .2s, opacity .2s, -webkit-transform 0s .2s; -o-transition: transform 0s .2s, opacity .2s } .menu__link.active, .menu__link:hover { color: #fff } .menu__link:hover::before { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); -webkit-transition: opacity .1s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform .2s cubic-bezier(0.2, 1, 0.3, 1); transition: transform .2s 0.35s, opacity .1s 0.35s, -webkit-transform .2s 0.35s; -o-transition: transform .2s cubic-bezier(0.2, 1, 0.3, 1), opacity .1s cubic-bezier(0.2, 1, 0.3, 1); -webkit-transition-delay: 0.35s; -o-transition-delay: 0.35s; transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1) } .menu__link:hover .menu__helper { -webkit-animation: .6s forwards anim-trinculo; animation: .6s forwards anim-trinculo } .menu__link.active::before { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); background: #fff } .doctor__price-wrap { display: -webkit-box; display: box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between } .doctor__price-btn { margin-left: 60px; margin-top: 0 } .doctors-list_less4, .doctors-list_with-actions { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between } .doctors-list__item_actions { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0 } .main-banner__text { padding: 10px 0 } .pregnancy-programm__period-media { width: 140px; height: 140px; font-size: 18px } .planning__period-title { margin-bottom: 26px } .benefits_pc { display: block } .benefit_item { float: left; width: 25%; flex-basis: 25%; padding: 0 15px } } @media (max-width: 991px) { .order-table__row { flex-wrap: wrap; flex-direction: column } .order-table__cell { width: 100%; height: auto; padding: 15px } .modal-order__container { padding-left: 15px; padding-right: 15px } .banner-shkola, .modal-order__title-row, .order-table__cell.empty { display: none } .modal-order__title { margin-bottom: 15px } .modal-order__time { position: relative; top: 0; left: 0; margin: 0 0 15px } .modal-order__inner-step2 .form { width: 100% } .modal-order__inner-step2 .modal-order__title h3, .modal-order__title h3 { font-size: 28px } .block-row-m { flex-direction: column } .block-row-small-m { flex-direction: column-reverse } .block-m-left-2, .block-m-right-2 { -ms-flex-preferred-size: calc(100% - 0px); flex-basis: calc(100% - 0px) } .d-flex-covid > div { height: auto } .price-table td { word-break: break-word } } @media screen and (max-width: 990px) { .doctor__media .doctor__announce { display: none } .doctor__info .doctor__announce { display: block } } .mk-list { margin-top: 2.6em } .mk-list li { color: #6bc335; list-style: disc; margin: 7px 0 } .mk-list li span { color: #000 } .mk-top { margin-top: 35px } .block-b-1 { display: flex; align-items: center; margin: 1px 0 } .block-b-img-1 { background: #fff; margin-right: 20px } .block-b-text { background: #6bc335; text-transform: uppercase; padding: 18px; color: #fff; width: 77%; position: relative } .block-text-right { line-height: 1.7 } .q-border { display: flex; margin: 10px 0 } .q-block { padding: 15px } .q-title { margin-bottom: 1.6em } .drop-zone label p.desctop-drop-text .warning-drop, .pd-right-0 { padding-right: 0 } .pd-left-0 { padding-left: 0 } .mg20 { margin: 20px 0 } .block-b-text:hover:before { content: ""; display: block; background: url(/dir_images/userfiles/images/left-icon.png) no-repeat; width: 15px; height: 48px; position: absolute; left: -15px; top: 18px } .block-b-text:hover { background: #fff; color: #000 } .arrow-dist-1:before, .arrow-dist-2:before { content: ""; background: url(/dir_images/userfiles/images/arrow-dist.png) no-repeat; width: 76px; height: 34px; top: 45px; position: absolute } @media screen and (max-width: 600px) { .header-social { display: block; display: flex; align-items: center; padding: 14px 0 10px } .header-social img { width: 23% } .header-social a { margin-right: 5px } } .list-pay li { list-style: decimal; margin-bottom: 10px } .rec_text ul, .rec_text ul li { list-style: disc } .dist-parent { border: 1px solid #9598a0; padding: 20px; margin: 10px 0; text-align: center; height: 240px } .dist-desc { font-weight: 700; margin-top: 15px } .dist-parent-left { padding-left: 75px } .dist-parent-right { padding-right: 75px } .dist-desc-2 { font-size: 18px; font-weight: 700; text-transform: uppercase; margin-top: 10px } .mob-menu-new-text, .mob-menu-new-text-first { display: block; font-size: 9px; line-height: normal } .arrow-dist-1:before { right: -7px } .arrow-dist-2:before { right: -80px } .mob-menu-new-text-first { color: #6c3; font-weight: 500 } .mob-menu-new-text { color: #2c3141; font-weight: 400 } .wrap__Me6ac { bottom: 50px !important } @media screen and (max-width: 767px) { .block-b-center, .main-banner { display: block } .main-banner { --mob_banner: 20vh } .main-banner .owl-stage-outer { max-height: var(--mob_banner) } .main-banner .main-banner__image { max-height: var(--mob_banner); height: 20% } .main-banner .owl-nav { display: none } .block-b-center { display: inline-block } .block-text-right { margin-top: 15px } .q-border { display: block; border: 0 } .pd-left-0, .pd-right-0 { padding: 0 } .social-icon-title, .social-icon-title-1 { margin-bottom: 11px } .contact-social-icon { display: block; padding: 5px 50px } .contact-social-icon a { margin-right: 5px } .social-icon-title { font-weight: 700 } .dist-parent-center, .dist-parent-right { margin-bottom: 30px } .dist-parent-left { padding-left: 0 } .dist-parent-right { padding-right: 0 } .arrow-dist-1:before, .arrow-dist-2:before { background: 0 0 } } @media screen and (max-width: 500px) { .mob-menu-new { display: flex; position: fixed; justify-content: space-between; text-align: center; bottom: 0; width: 100%; background: #fff; padding: 5px 15px; z-index: 9 } .grecaptcha-badge { display: none } } @media (max-width: 1199px) { .header__whatsApp-mobile { display: block; margin: 2px auto 0 30px } } @media (max-width: 480px) { .modal-order-wrap { width: 100% } .btn--modal-close { background-color: #fff; top: -42px; right: 0; border: 5px solid #fff; height: 32px; width: 32px } .header__whatsApp-mobile { margin-left: 10px } } @media (max-width: 440px) { .header__whatsApp-mobile { margin-left: 0 } } @media (max-width: 430px) { .page_search { display: none } .header__menu-btn { order: 5; width: 40px } .cont_mobile { order: 3; margin: 0 auto } .header__whatsApp-mobile { order: 2; margin: 2px auto 0 } } @media (max-width: 400px) { .page_search { left: calc(100% - 153px) } .header__logo-wrap { margin: 0 5px 5px } .header__whatsApp-mobile svg { width: 30px; height: 30px } } .h3-wrapper { position: relative; padding: 0 200px } .h3-wrapper a { position: absolute; top: 0; left: 0; text-decoration: underline } .modal-order__content { background: #fff } .modal-order__title p { color: #000; line-height: 1.2; font-weight: 400; margin-top: 5px } .modal-order__content::after, .modal-order__content::before { background: 0 0 } .modal-order__title { padding-bottom: 20px } .modal-order__select h3 { font-weight: 500; font-size: 16px; line-height: 18px; color: #30333c } .modal-order__select .jq-selectbox__select-text { font-size: 19px; font-weight: 500 } .modal-order__container { padding: 0 60px } .modal-order__container.d-flex { display: flex; padding: 0; margin-top: 20px } .modal-order__container.d-flex > div { width: 50% } .modal-order__container.d-flex > div.modal-order__doctor { background: #f9f9f9; padding: 40px 30px 30px 60px } .modal-order__container.d-flex > div.modal-order__forms { padding: 0 60px 30px 30px } .modal-order__doctor .col-xs-6 { padding-left: 10px; padding-right: 10px } .modal-order__doctor .title1 { font-weight: 500; font-size: 16px; line-height: 18px; text-transform: uppercase; color: #6cc336; margin-bottom: 25px } .modal-order__doctor h3 { margin-bottom: 10px; text-transform: none; font-weight: 500; font-size: 20px; line-height: 23px; color: #30333c } .rec_text { font-size: 12px; line-height: 1.4; color: #000 } .modal-order__container input.date { font-size: 19px; font-weight: 500 } .modal-order__container .modal-order__select > p { font-weight: 300; font-size: 12px; line-height: 120%; color: #000 } .modal-order__container .modal-order__select h3 + p { margin: -10px 0 10px } .modal-order__container .btn--modal-next { max-width: 192px; font-size: 18px } .ezo-ico, .modal-order__doctor .doctor-content, .wrap-check-input-block, .wrap-ezo-block-top-custom { display: flex } .modal-order__doctor img { border: 0; width: 100% } .modal-order__doctor .doctor-image { width: 143px; margin-right: 20px } .modal-order__doctor .doctor-text { flex: 1; width: 192px } .rec_text ul { margin-left: 13px; margin-bottom: 10px } .rec_text p { margin-bottom: 5px } .modal-price-order strong { font-weight: 500; font-size: 16px; line-height: 18px; display: block; margin-top: 5px; color: #30333c } .page404-container .btn-green, .page404-container .btn-white { display: inline-block; border: 1px solid #6cc336; text-transform: uppercase; color: #6cc336; height: 55px; min-width: 180px; padding: 0 40px; text-decoration: none; line-height: 53px } .page404-container .btn-green, .page404-container .btn-white:hover:before { background: #6cc336; color: #fff } .page404-container .btn-green { margin-left: 20px } .page404-container .btn-green:hover:before { background: #fff; color: #6cc336 } .page404-container { display: flex; padding: 100px 0 } .page404-container .image { flex: 1; width: 100%; margin-right: 20px } .page404-container .text { width: 506px; font-size: 18px; line-height: 21px; color: #7b7b7b; padding-top: 30px; margin-left: auto } .page404-container .text p b { color: #000; font-weight: 700; font-size: 24px; line-height: 28px } .doctors-new-grid .name, .page404-container .text p { margin-bottom: 10px } .page404-container .text p.btns-p { margin-top: 50px } .page404-container .text h1 { text-align: left; font-weight: 700; text-transform: none; font-size: 48px; line-height: 55px; color: #6cc336; margin-bottom: 30px } .doctors-new-grid { display: grid; grid-gap: 40px 30px; grid-template-columns:1fr 1fr 1fr 1fr; margin: 40px 0 } .doctors-new-grid .image img { max-width: 100%; display: block } .doctors-new-grid .name a { font-weight: 500; font-size: 18px; line-height: 23px; letter-spacing: .01em; text-transform: uppercase; color: #2c3141 } .doctors-new-grid .specials { font-size: 18px; line-height: 23px; letter-spacing: .01em; color: #2c3141 } .pregnancy-programm__period-title { min-height: 71px; display: flex; align-items: center } .block-accent-light p:last-child, .cabinet-noactive p:last-child, .pregnancy-programm, .pregnancy-programm__item-wrap { margin-bottom: 0 } .pregnancy-programm-itogo { padding: 50px 42px; display: flex; align-items: center; background: #eff4fb; margin-bottom: 60px; color: #2c3141; font-size: 18px; line-height: 21px } .pregnancy-programm-itogo .pregnancy-programm__order { width: 345px; margin-left: 40px } .pregnancy-programm-itogo .name { font-weight: 500; margin-right: auto } .pregnancy-programm-itogo .price strong { font-weight: 500; font-size: 26px; line-height: 30px } .owl-carousel .pepol-cart .name { color: #2c3141; margin: 15px 0 } .ezo-ico svg, .form-tax .one-selection .jq-checkbox { margin-right: 8px } .page_53 .doctor__price-btn .btn--modal-doctor.btn-block, .page_63 .doctor__price-btn .btn--modal-doctor.btn-block, .page_8 .doctor__price-btn .btn--modal-doctor.btn-block, .page_81 .doctor__price-btn .btn--modal-doctor.btn-block, a.jx-knightlab { display: none !important } .works-result { display: grid; grid-gap: 30px; grid-template-columns:1fr 1fr 1fr } .cabinet-noactive { border: 1px solid #6cc336; padding: 50px; max-width: 694px; color: #2c3141; margin: 25px auto } .cabinet-noactive p { font-size: 18px; line-height: 28px; margin-bottom: 10px } .cabinet-noactive p:first-child { font-size: 20px; line-height: 23px; margin-bottom: 20px } .cabinet-noactive ul { font-size: 18px; line-height: 28px; margin-bottom: 30px } .cabinet-noactive ul li { padding-left: 18px; position: relative; margin-bottom: 5px } .cabinet-noactive ul li:before { background: #6cc336; position: absolute; width: 8px; content: ''; left: 0; top: 10px; border-radius: 50%; height: 8px } .cabinet-noactive button.js--show-modal { max-width: 313px } .top.vacancy .jq-selectbox__trigger { top: 5px } .top.vacancy .jq-selectbox__select { border: 1px solid #2c3141 } .top.vacancy .form-group .jq-selectbox__select { padding-top: 7px } .modal-order__container.d-flex > div.modal-order__doctor2 { text-align: center; background: #f9f9f9; padding: 55px 0 } .modal-order__container.d-flex > div.modal-order__doctor2 img { max-width: 322px; width: 100% } @media (max-width: 992px) { .doctors-new-grid { grid-template-columns:1fr 1fr 1fr } } @media (max-width: 767px) { .visible-xs, .visible-xs-block { display: block !important } table.visible-xs { display: table } tr.visible-xs { display: table-row !important } td.visible-xs, th.visible-xs { display: table-cell !important } .visible-xs-inline { display: inline !important } .visible-xs-inline-block { display: inline-block !important } .hidden-xs { display: none !important } .h3-wrapper a { display: inline-block; padding: 0 0 10px; position: static } .h3-wrapper { padding: 0 } .cabinet-noactive { padding: 20px } .cabinet-noactive p:first-child { font-size: 16px } .cabinet-noactive p { font-size: 14px; line-height: 1.5 } .cabinet-noactive ul { font-size: 14px } .doctors-new-grid, .works-result { grid-template-columns:1fr 1fr } .pregnancy-programm-itogo { padding: 15px 12px; flex-wrap: wrap } .pregnancy-programm-itogo .pregnancy-programm__order { width: 100%; max-width: 345px; margin-left: 0; margin-top: 20px } .page404-container { display: block; padding: 30px 0 } .page404-container .btn-green, .page404-container .btn-white { width: 100%; padding: 0 10px } .page404-container .btn-green { margin-left: 0; margin-top: 20px } .page404-container .btn > span { min-height: 54px } .page404-container .text { width: 100%; padding-top: 0 } .modal-order__container { padding: 0 10px } .appointment, .modal-order__container.d-flex { display: block } .modal-order__container.d-flex > div { width: 100% } .modal-order__container.d-flex > div.modal-order__doctor, .modal-order__container.d-flex > div.modal-order__forms { padding: 10px } .modal-order__doctor .doctor-image { width: 90px } .appointment .appointment__box { display: flex; align-items: center; justify-content: center; width: 100%; color: #fff; background: #6c3; padding: 10px 15px; text-transform: uppercase } .appointment .appointment__box img { margin: 0 5px 0 0 } .appointment .appointment__box p { margin: 0 } } @media (max-width: 425px) { .doctors-new-grid, .works-result { grid-template-columns:1fr } } .btn-white { color: #2c3141; background-color: #fff; border: 1px solid #6bc335 } .btn-white.active, .btn-white.focus, .btn-white:active, .btn-white:focus, .btn-white:hover, .open > .btn-primary.dropdown-toggle { color: #fff; background-color: #6bc335; border-color: #6bc335 } .btn-white.active, .btn-white:active, .open > .btn-white.dropdown-toggle { background-image: none } .btn-white.disabled, .btn-white.disabled.active, .btn-white.disabled.focus, .btn-white.disabled:active, .btn-white.disabled:focus, .btn-white.disabled:hover, .btn-white[disabled], .btn-white[disabled].active, .btn-white[disabled].focus, .btn-white[disabled]:active, .btn-white[disabled]:focus, .btn-white[disabled]:hover, fieldset[disabled] .btn-white, fieldset[disabled] .btn-white.active, fieldset[disabled] .btn-white.focus, fieldset[disabled] .btn-white:active, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white:hover { background-color: #6bc335; border-color: #6bc335 } .btn-white .badge { color: #fff; background-color: #6bc335 } .block-accent-light { position: relative; background: #e1f4d8; padding: 30px; color: #2c3141; font-weight: 300; font-size: 18px; margin-bottom: 40px } .block-accent-light strong { font-size: 20px; line-height: 28px } .page_3 .fancybox-slide > * { padding: 0; line-height: 0 } .service-contacts { background: #f9f9f9; padding: 30px 15px } .service-contacts .page__subtitle { margin: 0 0 30px } .service-contacts__container { max-width: 715px; margin: 0 auto } .service-contacts__item { display: flex; margin-bottom: 20px; align-items: flex-start } .service-contacts__icon { flex-shrink: 0; margin-right: 10px } .about-docs { margin: 30px 0; background: #f9f9f9; position: relative; padding: 30px 15px } .about-docs h2, .dropdown .dropdown-menu li + li { margin-top: 0 } .about-docs__item:last-child, .d-flex-ur-1 p { margin-bottom: 0 } .about-docs__link::before { content: ''; display: block; width: 32px; height: 32px; margin-right: 10px; flex-shrink: 0; background-size: contain; background-position: 50% 50%; background-repeat: no-repeat; align-self: flex-start } .pdf .about-docs__link::before { background-image: url(../images/icon-pdf.svg) } .doc .about-docs__link::before { background-image: url(../images/icon-doc.svg) } @media (min-width: 768px) { .service-contacts { padding: 50px } .service-contacts .page__subtitle { margin-bottom: 35px } .service-contacts__container { display: flex; justify-content: space-between; gap: 30px } .service-contacts__group a { white-space: nowrap } .about-docs { margin: 80px 0; padding: 50px } .about-docs__link::before { width: 46px; height: 48px; margin-right: 15px } } @media (max-width: 374px) { .about-docs__link { font-size: 15px } } .wrap-ezo-block-top { display: flex; justify-content: space-between; margin-bottom: 0 } .wrap-ezo-block-top p { margin-top: 0; font-weight: 300 } .popup p a, .wrap-popup-green-title h3 { font-family: Ubuntu, sans-serif; font-weight: 700 } .ezo-block-left, .ezo-block-right { width: calc(50% - 10px) } .ezo-subtitle { color: #2c3141; text-align: center; font-family: Ubuntu, sans-serif; font-size: 24px; font-style: normal; font-weight: 400; line-height: 23px; letter-spacing: .24px; text-transform: uppercase; margin-top: 47px } .page__slice.ezo-slice { margin: 35px 0 } .wrap-ezo-width { background-size: cover; background-repeat: no-repeat; padding: 1px 0 26px; background-position: center } .ezo-width { margin-left: 40.7%; max-width: 736px; margin-top: 57px; margin-bottom: 57px } .wrap-ezo-block-top ul li { position: relative; padding-left: 35px; margin-bottom: 20px } .ezo-fluid ul li span, .wrap-ezo-block-top ul li span { display: block; color: #2c3141; font-family: Ubuntu, sans-serif; font-size: 18px; font-style: normal; font-weight: 600; line-height: 23px; margin-bottom: 10px; letter-spacing: .18px } .wrap-ezo-block-top ul li:before { position: absolute; content: ""; left: 0; top: 4px; width: 25px; height: 16px; background: url('../images/icons/arrow_list.svg') } .ezo-ico svg { min-width: 13px } .ezo-fluid ul li { position: relative; padding-left: 20px; margin-bottom: 15px } .ezo-fluid ul li:before { position: absolute; content: ""; left: 0; top: 9px; width: 6px; height: 6px; background: #6cc336; border-radius: 50% } .wrap-check input + span, .wrap-check input:checked + span { background-position: center; background-size: contain; background-repeat: no-repeat } .wrap-ezo-block-top-custom + .wrap-ezo-block-top-custom { margin-top: 20px; margin-bottom: 40px } .wrap-ezo-block-top-custom .ezo-block-content + img, .wrap-ezo-block-top-custom img + .ezo-block-content { margin-left: 40px } .wrap-ezo-block-top-custom.type-1 { align-items: flex-end } .wrap-ezo-block-top-custom.type-1 img { height: auto; object-fit: contain } @media (max-width: 1200px) { .wrap-ezo-width { background-position: center right } .ezo-width { margin-left: 9.7% } .wrap-ezo-block-top-custom { flex-wrap: wrap } .wrap-ezo-block-top-custom img { order: 1 } .wrap-ezo-block-top-custom .ezo-block-content { order: 2 } .wrap-ezo-block-top-custom .ezo-block-content + img, .wrap-ezo-block-top-custom img + .ezo-block-content { margin: 20px auto } } .popup, .popup-body { width: 100%; margin: 0 auto; opacity: 0 } .popup { position: fixed; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: center; justify-content: center; top: 0; left: 0; height: 100%; z-index: 999999; overflow-x: hidden; background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .5) 100%); transition: opacity 250ms .7s } .popup-body { position: relative; display: block; max-width: 643px; align-items: flex-start; justify-content: center; padding: 50px 0; transform: scale(.6); transition: opacity 250ms 250ms, transform .3s 250ms } .popup-content { position: relative; padding: 0 50px 50px; background: #fff; border-radius: 0 } .popup.active { pointer-events: auto; opacity: 1; transition: .3s ease-in-out } .popup-close { position: absolute; right: 5px; top: 5px; width: 43px; height: 43px; cursor: pointer; transition: .3s } .pop-win, .pop-win span, .wrap-check, .wrap-input, .wrap-popup-green-title { position: relative } .popup-close:hover { opacity: 1; transition: .3s } .popup.active .popup-body { opacity: 1; transform: scale(1); transition: opacity 250ms .5s, transform 350ms .5s } .wrap-popup-green-title { border-radius: 0 0 20px 20px; background: #6cc336; display: flex; margin: 0 auto 40px; top: -5px; align-items: center; justify-content: center; padding: 40px 10px; max-width: 445px; text-align: center } .wrap-popup-green-title h3 { color: #fff; text-align: center; font-size: 30px; font-style: normal; line-height: normal; text-transform: uppercase } .popup p { color: #2c3141; font-family: Ubuntu, sans-serif; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal } .bootstrap-datetimepicker-widget table td span { height: auto !important } .popup p a { color: #6cc336; text-decoration: none } .period-check-block p, .wrap-check label p, .wrap-dropzone h6, .wrap-input p { font-weight: 400; color: #2c3141; font-family: Ubuntu, sans-serif; font-style: normal } .popup-btn, .random-btn { width: 100%; display: flex; align-items: center; justify-content: center; border: 2px solid #6cc336; background: #fff; padding: 17px; color: #6cc336; font-family: Ubuntu, sans-serif; font-size: 18px; font-style: normal; font-weight: 500; line-height: normal; margin-bottom: 10px; cursor: pointer; text-transform: uppercase; transition: .3s } .popup-btn:hover, .random-btn:hover { background: #6cc336; color: #fff; transition: .3s } .wrap-input { margin-bottom: 20px } .wrap-input p { font-size: 16px; line-height: normal; text-transform: uppercase; margin-bottom: 15px } .wrap-input input { font-family: Ubuntu, sans-serif; line-height: 28px } .wrap-input input.date { border-radius: 0; width: 60% } .wrap-input input:placeholder { font-family: Ubuntu, sans-serif; line-height: 28px } .form-line { width: 100%; height: 1px; margin: 15px 0; background: rgba(0, 0, 0, .1) } .wrap-check { margin-right: 30px } .period-check-block p, .wrap-dropzone h6 { font-size: 16px; line-height: normal; text-transform: uppercase } .wrap-check input + span { position: absolute; left: 0; top: 2px; width: 22px; height: 22px; background-image: url('./../imgs/check_box.png') } .wrap-check input:checked + span { background-image: url('./../imgs/check_arr.png') } .wrap-check label { padding-left: 0; cursor: pointer; display: flex; align-items: baseline } .wrap-check label p { font-size: 18px; line-height: 23px; margin: 0 } .pop-frame h6, .pop-frame p, .pop-frame p a, .pop-frame ul li { font-size: 18px; line-height: 24px } .pop-win { display: flex } .pop-frame { position: absolute; display: none; border: 1px solid #989898; background: #f9f9f9; padding: 14px 17px; width: 480px; right: -480px; z-index: 2 } .pop-frame-1 { top: -42px } .pop-frame-2 { top: -30px } .pop-frame h6 { color: #2c3141; font-family: Ubuntu, sans-serif; font-style: normal; font-weight: 600 } .pop-frame p, .pop-frame ul li { color: #2c3141; font-family: Ubuntu, sans-serif; font-style: normal; font-weight: 300 } .pop-frame p a { color: #6cc336; font-family: Ubuntu, sans-serif; font-style: normal; font-weight: 500; display: inline-block } .wrap-submit-button p, .wrap-submit-button p a { color: #2c3141; font-family: Ubuntu, sans-serif; font-style: normal } .pop-win span { margin-left: 10px } .wrap-submit-button { margin-top: 30px; margin-left: auto; margin-right: auto; width: 100%; max-width: 310px } .wrap-submit-button p { font-size: 19px; font-weight: 400; line-height: normal } .thx-block h6, .wrap-submit-button button { font-weight: 500; line-height: normal; text-transform: uppercase } .wrap-submit-button p a { font-size: 19px; font-weight: 400; line-height: normal; text-decoration-line: underline } .wrap-submit-button button { opacity: 1; width: 100%; display: flex; background: #6bc335; height: 55px; align-items: center; justify-content: center; color: #fff; font-family: Ubuntu, sans-serif; font-size: 18px; font-style: normal; border: none } .thx-block h6, .thx-block p { color: #2c3141; font-style: normal; margin-bottom: 40px; font-family: Ubuntu, sans-serif } .thx-block a:hover, .wrap-submit-button button:hover { opacity: .8 } #zak_1 .popup-content, #zak_2 .popup-content { background-image: url('./../imgs/popup-bg.png'); background-repeat: no-repeat; background-position: bottom left } .drop-zone { cursor: pointer; border-radius: 0; border: 1px dashed #414654; background: #fff; margin-bottom: 60px } .drop-zone label { width: 100%; padding: 20px 30px } .drop-zone label p { display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; width: 100%; margin-bottom: 0; color: #2f853a; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; opacity: .5 } .drop-zone label p .warning-drop { position: relative; margin-top: 20px; padding-right: 20px; color: #595959 } .drop-zone label p.desctop-drop-text { text-align: center; color: #6cc336; font-family: Ubuntu, sans-serif; font-size: 20px; font-style: normal; font-weight: 400; line-height: 28px } .drop-zone label p.desctop-drop-text span { display: block; color: #757575 } .thx-block { padding-top: 50px; display: flex; flex-direction: column; align-items: center } .thx-block h6 { font-size: 36px } .thx-block p { text-align: center; font-size: 20px; font-weight: 400; line-height: 30px } .thx-block a, .uro-title { font-style: normal; line-height: normal } .thx-block a { opacity: 1; width: 313px; display: flex; background: #6bc335; height: 55px; align-items: center; justify-content: center; color: #fff; font-family: Ubuntu, sans-serif; font-size: 18px; font-weight: 500; border: none; text-transform: uppercase; text-decoration: none } .dropdown, .mini-text { text-align: left } .top-uro-banner, .uro-blick span, .uro-center-banner, .wrap-uro-result { background-repeat: no-repeat } .appointment__services-list { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 80px } .appointment__service-item { border: 1px solid #6cc336; width: calc(33.3337% - 7px); height: 50px; display: flex; align-items: center; justify-content: flex-start } .appointment__service-item a { display: flex; align-items: center; justify-content: flex-start; width: 100%; height: 100%; color: #2c3141; font-size: 18px; font-style: normal; font-weight: 400; line-height: 22px; letter-spacing: .18px; padding: 0 16px } @media (max-width: 992px) { .appointment__services-list { justify-content: space-between } .appointment__service-item { height: auto; width: 100% } .appointment__service-item a { padding: 14px 16px; font-size: 18px; line-height: 17px; letter-spacing: .16px } } .form-tax .wrap-input input.popup-date { max-width: 300px; background: url(../site_img/calendar.svg) right 10px center no-repeat } .form-tax .wrap-submit-button button[disabled] { background: #989898 } .form-tax .pop-win span { margin: 0; color: #6cc336 } .form-tax .wrap-check-result .wrap-check label { align-items: center } .form-tax .wrap-submit-button { max-width: 100% } .wrap-submit-button p.politic { margin-top: 10px; font-size: 16px } .wrap-submit-button p.politic a { font-size: 16px } #electronic p { font-size: 20px; margin-bottom: 15px } .popup #electronic p a.download-a { display: inline-flex; border: 1px solid #6cc336; color: #6cc336; font-weight: 400; padding: 12px 24px; gap: 10px } #electronic p span.number { display: inline-block; width: 23px; height: 23px; background: #e1f4d8; margin-right: 10px; text-align: center; border-radius: 50%; font-size: 19px; line-height: 23px; font-weight: 500 } #electronic p.title { font-size: 16px; text-transform: uppercase } #electronic .drop-zone label p { position: relative; opacity: 1; color: #989898; text-align: center; margin-top: 0; margin-bottom: 0; font-size: 19px } #electronic .drop-zone label p .green { color: #6cc336; font-size: 20px; display: flex } #electronic .drop-zone label p .warning-drop { position: absolute; bottom: -43px; left: -31px; font-size: 16px } #paper-block p { font-size: 20px; margin-bottom: 15px } .popup #paper-block p a.download-a { display: inline-flex; border: 1px solid #6cc336; color: #6cc336; font-weight: 400; padding: 12px 24px; gap: 10px } #paper-block p span.number { display: inline-block; width: 23px; height: 23px; background: #e1f4d8; margin-right: 10px; text-align: center; border-radius: 50%; font-size: 19px; line-height: 23px; font-weight: 500 } #paper-block p.title { font-size: 16px; text-transform: uppercase } #paper-block .drop-zone label p { position: relative; opacity: 1; color: #989898; text-align: center; margin-top: 0; margin-bottom: 0; font-size: 19px } #paper-block .drop-zone label p .green { color: #6cc336; font-size: 20px; display: flex } #paper-block .drop-zone label p .warning-drop { position: absolute; bottom: -43px; left: -31px; font-size: 16px } .inline-auth-form { margin: -10px auto 70px; max-width: 484px; position: relative; z-index: 1 } .inline-auth-form .requare-text { padding-top: 10px } @media (max-width: 768px) { .d-fle-ur-benefits, .d-flex-ur { flex-direction: column } .d-fle-ur-benefits > div, .d-flex-ur > div { margin-bottom: 25px } .d-flex-covid, .d-flex-nutr { padding: 0 } .box-personal { flex-direction: column-reverse; gap: 35px } .order-block__price { text-align: center; padding: 15px 0 } .box-procedures, .box-procedures-bg { padding: 5px } .box-procedures-img, .ezo-fluid { margin-bottom: 20px } .box-prt { justify-content: center } .box-prt-row { flex-basis: calc(78% - 22.5px) } .referenceModal { font-size: 15px } .referenceModal-item_inner input[type=text] { height: 28px } .referenceModal .referenceModal-cuctomCheck { margin-right: 20px; display: inline-block } .referenceModal-item_inner label { margin: 0 } .referenceModal-title span { font-size: 16px } .referenceModal-title { font-size: 18px; padding: 5px 0 2px } .referenceModal-btn { bottom: -6px } .wrap-ezo-block-top { flex-wrap: wrap } .ezo-block-left, .ezo-block-right { width: 100%; margin: 20px 0 } .ezo-width { margin: 20px 10px; max-width: none } .wrap-ezo-block-top-custom { display: flex } .wrap-ezo-block-top-custom .ezo-block-content + img, .wrap-ezo-block-top-custom img + .ezo-block-content { margin-left: 0; margin-top: 20px } .wrap-popup-green-title { padding: 10px } .popup-content { position: relative; padding: 0 20px 20px; background: #fff; border-radius: 0 } .popup-close { position: absolute; right: 0; top: 5px; width: 43px; height: 43px; cursor: pointer; z-index: 5; transition: .3s } .wrap-popup-green-title h3 { font-size: 18px } .popup-btn { padding: 15px; font-size: 16px; text-align: center } .wrap-input input { height: 60px; font-size: 16px; padding: 0 15px } .wrap-input input.date { border-radius: 0; width: 100% } .period-check-block p, .wrap-input p { font-size: 14px } .pop-frame-1 { top: -141px } .pop-frame { position: absolute; display: none; border: 1px solid #989898; background: #f9f9f9; padding: 10px; width: 320px; right: -50px; z-index: 2 } .pop-frame-2 { top: -97px } .inline-auth-form { margin-top: -40px; font-size: 16px } .inline-auth-form .callback-widnow__fild .input-fild__label { top: -7px } .inline-auth-form .modal-window__input { padding-left: 15px; height: 56px; line-height: 56px; font-size: 18px } } .top-uro-banner { display: flex; background-image: url('./../img/top-banner-bg.png'); background-position: left center } .top-uro-banner img { display: none; width: auto; height: 100% } .top-uro-banner p { margin-left: auto; max-width: 490px; padding-top: 35px; padding-bottom: 60px; margin-bottom: 0; margin-right: 65px } .uro-title { margin: 50px 0 20px; color: #2c3141; font-family: Ubuntu; font-size: 24px; font-weight: 400 } .info-uro-center-banner p, .mini-text { color: #2c3141; font-size: 18px; font-weight: 300; line-height: 23px; letter-spacing: .18px; font-family: Ubuntu; font-style: normal } .uro-list { margin-bottom: 60px } .info-uro-center-banner ul li, .uro-list li { background-image: url(../images/arrow-list.png); background-position: 0 3px; background-repeat: no-repeat; margin-bottom: 15px; padding-left: 37px } .uro-center-banner { background-image: url('./../img/uro-img-2.png'); background-position: left center; height: 684px; padding-top: 50px; margin-bottom: 45px } .info-uro-center-banner { margin-left: 40%; width: 760px } .info-uro-center-banner p { text-align: center; padding: 15px 0 } .wrap-uro-news, .wrap-uro-number { display: flex; gap: 30px } .uro-number-item { width: calc(50% - 15px); display: flex; margin-bottom: 50px } .uro-number-item span { opacity: .3; color: #6cc336; font-family: Ubuntu; font-size: 64px; font-style: normal; font-weight: 700; line-height: normal; height: fit-content; position: relative; top: -15px } .uro-blick p.micro-text, .wrap-uro-result h4 { font-weight: 400; font-family: Ubuntu; font-style: normal } .uro-news-item { width: calc(33.33337% - 20px) } .uro-news-item img { width: 100%; height: 200px; object-fit: cover; margin-bottom: 15px } .wrap-uro-result { background-image: url(../img/uro-img-6.png); background-position: right center; background-size: cover; padding: 40px 65px } .wrap-uro-result h4 { color: #2c3141; font-size: 24px; line-height: normal } .wrap-uro-result ol { max-width: 730px } .wrap-uro-result ol li { position: relative; margin-bottom: 15px; padding-left: 15px } .wrap-uro-result ol li:after { position: absolute; content: ''; left: 0; top: 8px; width: 6px; height: 6px; border-radius: 50%; background: #6cc336 } .uro-blick { position: relative; border-radius: 10px; border: 1px solid #dcdee4; background: #fff; padding: 30px; margin-bottom: 15px } .uro-blick p.micro-text { margin-bottom: 0; color: #676a74; font-size: 14px; line-height: 150% } .uro-blick span { position: absolute; width: 52px; right: 24px; top: 24px; display: flex; align-items: center; justify-content: center; height: 52px; color: #fff; font-family: Ubuntu; font-size: 18px; font-style: normal; font-weight: 700; line-height: normal; background-image: url(../img/uro-n.png); background-position: center; background-size: contain } .dropdown, .wrap-input input { font-style: normal; font-weight: 400; height: 50px; font-size: 16px } .wrap-search-doctor { display: none; width: 100%; margin-top: 36px } .wrap-form-search-doctor { display: flex; gap: 24px } .wrap-input { width: auto; flex: 1 } .wrap-input input { color: #2c3141; line-height: normal; border-radius: 7px; border: 1px solid #ebeaef; width: 100%; background: 0 0; padding: 0 16px } .wrap-input input:placeholder { color: #989898; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal } .dropdown { transition: .5s; color: #fff; line-height: 24px; padding-left: 20px; padding-right: 20px; position: relative; width: 261px; min-width: 261px; border-radius: 7px; border: 1px solid #ebeaef; background: 0 0; margin-right: 13px } .doctor-tag, .dropdown .dropdown-menu li, .dropdown span.arr, .period-check-block p.hidden-text, .wrap-form-search-doctor button[type=submit] { font-weight: 400; line-height: normal; font-style: normal } .dropdown .select { cursor: pointer; display: flex; align-items: center; position: relative; padding: 0; height: 47px; border: none } .dropdown .select > i { position: absolute; content: ''; height: 4px; top: 22px; right: 6px; width: 7px; background: 0 0; transition: .3s } .dropdown .select i svg { position: absolute; content: ''; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: .3s } .dropdown:active { background-color: #f3f3f3 } .dropdown.active .select > i { transform: rotate(-180deg); transition: .3s } .dropdown .dropdown-menu { position: absolute; width: 100%; left: 0; margin-top: 2px; padding: 0; z-index: 999; height: 271px; overflow: auto; border-radius: 7px; border: 1px solid #ebeaef; list-style: none } .dropdown .dropdown-menu::-webkit-scrollbar { width: 12px } .dropdown .dropdown-menu::-webkit-scrollbar-track { width: 2px; background: rgba(0, 0, 0, .1) } .dropdown .dropdown-menu::-webkit-scrollbar-thumb { width: 100%; border-radius: 2px; background: #6cc336 } .dropdown span.arr { color: #989898; font-size: 16px } .dropdown .dropdown-menu li { text-align: left; position: relative; width: 100%; box-sizing: border-box; color: #989898; font-size: 16px; cursor: pointer; background: #fff; padding: 10px 16px; border-bottom: 1px solid #ebeaef; transition: .5s } .wrap-form-search-doctor button[type=submit] { border-radius: 7px; background: linear-gradient(0deg, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 100%), #6cc336; width: 242px; height: 50px; border: none; display: flex; justify-content: center; align-items: center; color: #fff; font-size: 16px; cursor: pointer } .wrap-form-search-doctor button[type=submit] svg { margin-left: 16px } .wrap-doctor-tag { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 17px } .doctor-tag { cursor: pointer; display: flex; justify-content: center; align-items: center; height: 29px; padding: 6px 10px; border-radius: 4px; background: rgba(108, 195, 54, .1); color: #2c3141; font-size: 14px; transition: .3s } .doctor-tag.active, .doctor-tag:hover { border-radius: 4px; background: #6cc336; color: #f9f9f9; transition: .3s } @media (max-width: 1300px) { .top-uro-banner, .wrap-uro-number { flex-direction: column; display: flex } .uro-center-banner { background: linear-gradient(0deg, rgba(218, 243, 206, .18) 0, rgba(218, 243, 206, .18) 100%), linear-gradient(93deg, #fff 57.35%, rgba(255, 255, 255, .72) 69.26%, rgba(255, 255, 255, 0) 83.68%), url(<path-to-image>) 511px -14px/74.219% 138.889% no-repeat #d3d3d3 } .top-uro-banner { background: linear-gradient(270deg, #f9fdf7 .35%, #f9fdf7 48.43%, rgba(236, 243, 238, .96) 87.07%, rgba(236, 240, 241, 0) 99.61%); background-position: left center; background-repeat: no-repeat } .top-uro-banner img { display: block; width: 100%; height: auto; margin-bottom: 20px } .top-uro-banner p { margin-left: 10px; max-width: 100%; padding-top: 0; padding-bottom: 20px; margin-bottom: 0; margin-right: 10px } .info-uro-center-banner { margin-left: 0; width: 100%; margin-right: 0; padding: 0 10px } .wrap-uro-number { gap: 20px } .uro-number-item { width: 100%; display: flex; margin-bottom: 0 } .wrap-uro-news { display: flex; gap: 30px; flex-direction: column } .uro-news-item { width: 100% } .uro-news-item img { width: 100%; height: auto; object-fit: cover; margin-bottom: 15px } .wrap-uro-result { background: linear-gradient(90deg, #edf8f9 48.37%, rgba(237, 248, 249, 0) 100%); background-repeat: no-repeat; background-position: right center; background-size: cover; padding: 20px 10px } .uro-blick { position: relative; border-radius: 10px; border: 1px solid #dcdee4; background: #fff; padding: 30px 60px 30px 30px; margin-bottom: 15px } .wrap-form-search-doctor { flex-wrap: wrap } .wrap-form-search-doctor .wrap-input { width: 100%; flex: auto } .wrap-form-search-doctor .dropdown, .wrap-form-search-doctor button[type=submit] { width: calc(50% - 12px); margin: 0 } } @media (max-width: 580px) { .wrap-form-search-doctor .dropdown, .wrap-form-search-doctor button[type=submit] { width: 100%; margin: 0 } } .period-check-block p.hidden-text { display: none; color: #2c3141; font-size: 16px; text-transform: inherit; margin-top: 15px } .ter-services-item h6 { color: #2c3141; font-size: 24px; font-style: normal; font-weight: 500; line-height: 23px; letter-spacing: .24px; margin-bottom: 20px } .wrap-ter-services-item-info-price { display: flex; gap: 70px } .wrap-ter-services-item-info-price p { color: #2c3141; font-size: 18px; font-style: normal; font-weight: 300; line-height: 23px; letter-spacing: .18px } .wrap-ter-services-item-info-price a { display: flex; height: 50px; width: fit-content; padding: 0 30px; justify-content: center; align-items: center; background: #6bc335; color: #fff; font-size: 20px; font-style: normal; font-weight: 500; line-height: normal; text-transform: uppercase; text-decoration: none } .page__slice .ter-services-item li { position: relative; padding-left: 24px; background-image: none } .page__slice .ter-services-item li:before { position: absolute; content: ''; left: 0; top: 7px; width: 10px; height: 10px; background: #b0cb1f } .ter-bottom-item { margin-top: 70px } .ter-bottom-item h5 { color: #2c3141; font-size: 20px; font-style: normal; font-weight: 400; line-height: 23px; letter-spacing: .2px; margin-bottom: 20px } .ter-bottom-item p { font-size: 18px !important; color: #2c3141; margin-bottom: 20px } @media (max-width: 768px) { .wrap-ter-services-item-info-price { display: flex; gap: 20px; flex-direction: column; align-items: center; justify-content: center } } #popban img { display: block; margin: 0 } .cookie-win { display: none; position: fixed; bottom: 20px; left: 12px; border-radius: 8px; background: #F6F6F6; z-index: 1000; padding: 20px 30px; width: 563px; } .cookie-win-content { width: 100%; display: flex; gap: 15px; justify-content: space-between; } .coockie-btn { width: 70px; min-width: 70px; max-width: 70px; border-radius: 26.4px; border: 1px solid #2D2D2D; background: #fff; height: 30px; cursor: pointer; display: flex; align-items: center; justify-content: center; color: #2D2D2D; font-size: 14px; font-style: normal; font-weight: 400; line-height: 14.85px; transition: all 0.3s; } .coockie-btn:hover { background: #000; color: #fff; transition: all 0.3s; } .cookie-win-content p { color: #000; font-size: 11px; font-style: normal; font-weight: 400; line-height: 120%; margin: 0; padding: 0; } .cookie-win-content p a { color: #000; font-size: 11px; font-style: normal; font-weight: 400; text-decoration-line: underline; line-height: 120%; margin: 0; padding: 0; } @media (min-width: 1921px) { .cookie-win { width: 700px; padding: 30px; } .cookie-win-content p, .cookie-win-content p a { font-size: 16px; } .coockie-btn { width: 120px; min-width: 120px; max-width: 120px; border-radius: 30px; height: 50px; } } @media (max-width: 1480px) { } @media (max-width: 1024px) { } .b24-widget-button-position-bottom-right { bottom: 110px !important; } @media (max-width: 768px) { .cookie-win { width: 100%; padding: 15px 10px; bottom: 0; left: 0; } .cookie-win-content p, .cookie-win-content p span { font-size: 12px; } .coockie-btn { width: 160px; min-width: 160px; max-width: 160px; height: 47px; padding: 20px 10px; } .cookie-win-content { width: 100%; display: flex; gap: 15px; justify-content: space-between; flex-direction: column; align-items: center; } .b24-widget-button-position-bottom-right { bottom: 135px !important; right: 22px !important; } } .med-services-page { position: relative; } .med-services-page > p { color: #2C3141; font-size: 18px; font-style: normal; font-weight: 400; line-height: 23.4px; } .green-bord { border: 1px solid #B5E19A; padding: 30px 30px 6px; margin-bottom: 55px; } .green-bord p { font-size: 20px; } .green-bord p span { display: block; font-size: 20px; color: #989898; } .wrap-med-side { display: flex; gap: 44px; margin: 60px 0; } .med-side-text { width: calc(50% - 22px); } .wrap-med-side img { width: calc(50% - 22px); height: fit-content; } .med-side-text ul { } .med-side-text ul li { list-style-type: disc; color: #2C3141; font-size: 18px; font-style: normal; font-weight: 400; line-height: 23px; letter-spacing: 0.18px; margin-bottom: 20px; } .med-side-text h4 { margin-top: 0; color: #2C3141; font-size: 24px; font-style: normal; font-weight: 500; line-height: 120%; } .med-side-text h3 { text-align: left; margin-top: 0; color: #2C3141; font-size: 30px; font-style: normal; font-weight: 500; line-height: 120%; } .med-block-title { text-align: center; margin-bottom: 40px; color: #2C3141; font-size: 24px; font-style: normal; font-weight: 400; line-height: normal; text-transform: uppercase; } .wrap-med-las-items { width: 100%; display: flex; flex-wrap: wrap; gap: 35px; } .med-las-item { width: calc(33.3333% - 24px); display: flex; flex-direction: column; padding-left: 38px; border-left: 1px solid #B5E19A; } .med-las-item img { width: 80px; height: 80px; border-radius: 50%; margin-bottom: 16px; } .med-las-item:nth-child(3n + 1) { border: none; padding-left: 0; } .med-las-item p { color: #2C3141; font-size: 18px; font-style: normal; font-weight: 500; line-height: 23px; } .med-las-item p span { display: block; margin-top: 16px; color: #989898; font-size: 16px; font-style: normal; font-weight: 400; line-height: 120%; } .med-big-title-block { margin-top: 55px; color: #2C3141; font-size: 30px; font-style: normal; font-weight: 500; line-height: 23.4px; margin-bottom: 20px; } .med-title-block { margin-top: 60px; color: #2C3141; font-size: 24px; font-style: normal; font-weight: 500; line-height: 23.4px; margin-bottom: 30px; } .wrap-green-items { display: flex; gap: 30px; flex-wrap: wrap; } .green-item { width: calc(33.333% - 20px); padding: 30px; border: 1px solid #6CC336; } .green-item p { margin: 0; color: #333; font-size: 16px; font-style: normal; font-weight: 500; line-height: 120%; } .wrap-green-bg-items { display: flex; gap: 30px; flex-wrap: wrap; margin-bottom: 30px; } .green-bg-item { width: calc(33.333% - 20px); background: #6CC336; padding: 30px; } .green-bg-item p { margin: 0; color: #FFF; font-size: 16px; font-style: normal; font-weight: 500; line-height: 140%; } .ico-item { display: flex; align-items: center; gap: 30px; margin-bottom: 30px; } .ico-item p { margin: 0; } .ico-item p span { display: block; margin-bottom: 0; color: #989898; font-size: 16px; font-style: normal; font-weight: 400; line-height: 120%; margin-top: 16px; } .bg-review { position: relative; } .bg-review::before { content: ''; display: block; position: absolute; top: 0; left: 50%; width: 100vw; height: 100%; margin-left: -50vw; background: url(/imgs/bg-review.jpg) no-repeat; z-index: -1; } .flex-rw { display: flex; align-items: center; margin-bottom: 10px; } .rw-phone { color: #495576; font-size: 18px; font-style: normal; font-weight: 700; line-height: 20px; } .flex-rw img { margin-right: 10px; } .address-rw { color: #495576; font-size: 14px; font-style: normal; font-weight: 400; line-height: 20px; } .address-rw-2 { color: rgba(73, 85, 118, 0.60); font-size: 13px; font-style: normal; font-weight: 300; line-height: 20px; } .address-rw-2 span { font-weight: 500; } email-rw-text { color: rgba(73, 85, 118, 0.60); font-size: 13px; font-style: normal; font-weight: 300; line-height: 20px; } .flex-row-rw { display: flex; align-items: flex-start; justify-content: space-between; } .pochta-analiz { color: rgba(73, 85, 118, 0.60); font-size: 13px; font-style: normal; font-weight: 300; line-height: 20px; } .fix-img-p { position: relative; top: -10px; } .big-word-rw { color: #102D69; text-align: center; font-size: 60px; font-style: normal; font-weight: 700; line-height: 100%; margin: 193px 0 60px; } .rating-container { display: flex; flex-direction: column; align-items: center; gap: 12px; } .rating { display: flex; flex-direction: row-reverse; gap: 4px; width: fit-content; } .rating input { display: none; } .rating label { cursor: pointer; width: 24px; height: 24px; background: url('/imgs/null-star.svg') center / contain no-repeat; } .rating input:checked + label, .rating input:checked + label ~ label { background-image: url('/imgs/yellow-star.svg'); } .rating:not(:has(input:checked)) label:hover, .rating:not(:has(input:checked)) label:hover ~ label { background-image: url('/imgs/yellow-star.svg'); } .rating-text { font-family: Arial, sans-serif; font-size: 16px; color: #555; min-height: 1.2em; } .btn-rw { display: flex; width: 246px; height: 56px; padding: 22px 30px; justify-content: center; align-items: center; gap: 12px; margin-top: 17px; border-radius: 10px; background: #6BC335; color: #FFF; font-size: 18px; font-style: normal; font-weight: 500; line-height: 20px; margin-bottom: 295px; cursor: pointer; } .text-rw-center { display: flex; justify-content: center; } .services-rw-bottom { padding-bottom: 352px; display: flex; justify-content: center; gap: 10px; } .services-rw-bottom-mobile { padding-bottom: 352px; display: flex; justify-content: center; gap: 10px; } .services-rw-bottom-mobile { display: none; } .fio-rw-bt { color: #2C3141; font-size: 18px; font-style: normal; font-weight: 400; line-height: normal; text-transform: uppercase; margin-bottom: 12px; } .fio-rw-input { border: 1px dashed; margin-bottom: 24px; } @media (max-width: 991px) { .flex-row-rw > div:first-child { display: none; } .flex-row-rw > div:last-child { display: none; } .big-word-rw { color: #102D69; text-align: center; font-size: 30px; margin: 99px 0 30px; } .btn-rw { margin-bottom: 188px; } .services-rw-bottom { display: none; } .services-rw-bottom-mobile { display: block; } .services-rw-bottom-mobile { flex-direction: column; } } @media (max-width: 768px) { .med-las-item { width: 100%; border: none; padding: 0; } .green-item { width: 100%; padding: 20px; border: 1px solid #6CC336; } .wrap-med-side { gap: 20px; margin: 30px 0; flex-direction: column; } .med-side-text { width: 100%; order: 2; } .wrap-med-side img { width: 100%; height: fit-content; order: 1; } .green-bg-item { width: 100%; background: #6CC336; padding: 20px; } } .price-data .price-data__aside { border-left: 0; } .price-data .price-data__aside:first-child { border-left: 2px solid #6bc335; } .price-data__tab-content--open { width: 100%; } .header__container-wrap { height: 132px; } .header__container-wrap .header__container { height: 100%; } .header__logo-new { width: 264px; text-align: center; } .header__logo-new .header__logo-wrap { margin: 0; width: 100%; } .header__logo-new > p, .header__mail-new .desc-mail { font-size: 13px; color: #495576; opacity: .6; } .header__contacts-new > div, .header__mail-new > div { display: flex; align-items: center; } .header__contacts-new > div img, .header__mail-new > div img { margin-right: 10px; height: 16px; width: 16px; } .header__contacts-new > div p, .header__mail-new > div p { font-size: 18px; color: #495576; } .header__contacts-new > div .address, .header__mail-new > div .address { font-size: 14px; } .header__contacts-new span { margin: 8px 0; display: block; text-align: left; text-decoration: none; } .header__mail-new .desc-mail { padding-top: 6px; } .header__mail-new div:last-child { padding-top: 10px; } .header__buttons-new .person2 { background: url('/imgs/ico-header-user.svg') no-repeat center left; font-size: 14px; text-decoration: none; color: #495576; font-weight: 400; padding-left: 26px; } .header__buttons-new > .header__btn-form { padding: 15px; background: #6BC335; display: flex; color: #fff; text-decoration: none; font-weight: 700; border-radius: 4px; margin-top: 10px; } .header__buttons-new > .header__btn-form img { margin-right: 12px; } .page { padding-top: 220px; } @media (max-width: 1200px) { .page { padding-top: 90px; } .header__container-wrap { height: 90px; } .header__contacts, .header__contacts-new, .header__mail-new, .header__buttons-new { display: none; } } .services_image-with-text { display: flex; gap: 70px; padding: 0 95px; } .services_image-with-text>div {flex: 1;} .fancybox-slide>video { padding: 0; border-radius: 10px; background: #000; } @media (max-width: 998px) { .services_image-with-text {padding: 0;} .fancybox-slide>video {width: 100%;} } @media (max-width: 500px) { .services_image-with-text { flex-direction: column; align-items: center; } }
/* css/style.css finish */

*{ box-sizing: border-box; } html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; vertical-align: baseline; text-decoration: none; list-style-type: none; } :focus { outline: 0; } body { line-height: 1; color: black; background: white; } ol, ul { list-style: none; } li{ list-style: none; } table { border-collapse: separate; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; } img{ max-width: 100%; } a { color: inherit; } input[type="submit"] { cursor: pointer; } .clearfix:after{ content: ""; display: block; height: 0; clear: both; visibility: hidden; } .vertical:before{ content: ""; display: inline-block; min-height: inherit; height: 100%; vertical-align: middle; }
/* css/clear.css finish */

@font-face{font-family:introrustg;font-style:normal;font-weight:400;src:url(../fonts/IntroRustG/introrustg.eot?#iefix) format("embedded-opentype"),url(../fonts/IntroRustG/introrustg.woff2) format("woff2"),url(../fonts/IntroRustG/introrustg.woff) format("woff")}@font-face{font-family:helveticaneuecyr-bold;font-style:normal;font-weight:400;src:url(../fonts/HelveticaNeueCyr/helveticaneuecyr-bold.eot?#iefix) format("embedded-opentype"),url(../fonts/HelveticaNeueCyr/helveticaneuecyr-bold.woff2) format("woff2"),url(../fonts/HelveticaNeueCyr/helveticaneuecyr-bold.woff) format("woff"),url(../fonts/HelveticaNeueCyr/helveticaneuecyr-bold.ttf) format("truetype")}@font-face{font-family:helveticaneuecyr-roman;font-style:normal;font-weight:400;src:url(../fonts/HelveticaNeueCyr/helveticaneuecyr-roman.eot?#iefix) format("embedded-opentype"),url(../fonts/HelveticaNeueCyr/helveticaneuecyr-roman.woff2) format("woff2"),url(../fonts/HelveticaNeueCyr/helveticaneuecyr-roman.woff) format("woff")}
/* css/fonts.min.css finish */

@charset "UTF-8";.about-advantages__list,.about-partners__list,.advantages-imgs{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex}.price-table-aside__trigger:before,.research-tab-trigger:before,.sale__title:before{content:'';right:0;left:0;bottom:0}.blue-link,.callbuck-form__policy a{text-decoration:underline}.blue-link:hover,.callbuck-form__policy a:hover,.tabs-nav li a{text-decoration:none}.about-advantages__list,.advantages-imgs{display:box;display:-ms-flexbox;-webkit-flex-wrap:wrap}.about-baner{margin-top:50px;margin-bottom:26px}.about-banner__title{margin-top:50px;font-size:18px}.about__descr,.sale__text{font-size:18px}.about-advantages__title,.about-insurance__title,.admins__title{font-size:24px;text-transform:uppercase}.about-descr__text{line-height:18px}.about-descr__text span,.contact-item__title{font-weight:700}.about-advantages{margin-top:60px}.about-advantages__title{text-align:center;margin-bottom:63px}.about-advantages__img{width:345px;margin:0 auto}.about-advantages__list{display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-top:55px;margin-bottom:95px}.about-advantages__item{width:265px;text-align:right;margin:15px 0}.about-advantages__item .advantages-title{font-weight:700;text-transform:uppercase}.advantages-imgs{display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;min-height:160px}.advantages-btn{text-align:center;padding:20px 0;margin-top:30px}.about-insurance__title{width:571px;margin:0 auto 50px}.about-insurance-list{margin:30px 0}.about-insurance-list ul{padding-left:36px;list-style:url(../images/arrow-list.png)}.about-insurance-list__item{list-style:inherit;margin-bottom:5px}.about-insurance-list__title{font-weight:700;margin-bottom:28px}.about-partners__list{display:box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0 -15px}.about-partners__title{margin-bottom:26px}.about-partners__img{padding:0 15px}.about-partners__img img{display:block}.contacts-list,.contacts-list__item,.description-research,.research-btn-price,.research__description-element,.system-sale__list{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox}.contacts-list-wrapper{width:903px;margin:0 auto 34px}.contacts-list{display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:18px;margin-top:58px}.contacts-list__item{display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:60%}.contact-item__ico{padding-top:10px}.contact-item__data{margin-left:20px;line-height:30px}.contact-whatsapp,.price-data__tab-content{display:none}@media screen and (max-width:768px){.contact-whatsapp{display:flex}}.contact-item__text--right{text-align:right}.contacts__director{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:box;display:-ms-flexbox;display:flex;justify-content:space-between;margin-top:0}.admins{margin-top:64px}.director-data{margin-top:0;padding:0 20px}.director-img{margin-right:0;width:290px}.director-img img{display:block;width:100%;height:auto}.director-data__item{margin-top:20px}.director-data__item span{display:block;text-transform:uppercase}.director-data__item span.director-data__title{text-transform:none;margin-top:10px}.admin .pepol-cart__name,.admins__title{font-weight:700;text-align:center}.admins__list{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;margin:48px -3.5px 0;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.admin{padding:3.5px;width:24%;display:inline-block}.admin .pepol-cart__img{-webkit-box-shadow:0 -34px 36px -12px #fff inset;box-shadow:0 -34px 36px -12px #fff inset}.admin .pepol-cart__img:before{padding-bottom:129%}.price__text{margin-top:50px;margin-bottom:35px}.price-data{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:64px}.price-data__aside{width:26.3%;border:2px solid #6bc335}.price-table-aside__trigger{padding:13px 20px;border-bottom:1px solid #6bc335;position:relative;z-index:2;cursor:pointer;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.price-table-aside__trigger:last-child{border-bottom:0}.price-table-aside__trigger:before{position:absolute;top:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transition:.5s;-o-transition:.5s;transition:.5s;background:#6bc335;z-index:-1;-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.green-top-block p,.price-table-aside__trigger:hover{color:#fff}.price-table-aside__trigger:hover:before,.research-tab-trigger:hover:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.price-table-aside__item--acitve{background:#6bc335;color:#fff}.price-data__tables{width:73.7%}.price-data__tab-content thead{background:#6bc335;color:#fff}.price-data__tab-content thead .price-table__long-row{vertical-align:middle}.price-data__tab-content thead .price-table__small-row{padding:8px 0;vertical-align:middle}.price-data__tab-content thead .price-table__small-row:last-child{padding-right:5px}.price-data__tab-content tbody tr:first-child td{padding-top:45px}.price-data__tab-content tbody .table-row-title{font-weight:700;padding-top:25px!important;padding-left:20px!important}.last-row td{border-bottom:1px solid #6bc335;padding-bottom:20px}.price-table__long-row{padding:4px 0 4px 20px;vertical-align:top}.price-table__small-row{text-align:center;padding:4px;vertical-align:middle}.system-sale__title{text-align:center;text-transform:uppercase}.system-sale__list{margin-top:33px;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:41px}.system-sale__sale{padding:44px 44px 36px;background:url(../images/prc.png) 89% 82% no-repeat #f7f9fd;width:311px;border:1px solid #abe786;font-size:15px;-webkit-box-shadow:0 0 24px 5px rgba(171,231,134,.4);box-shadow:0 0 24px 5px rgba(171,231,134,.4);margin:0 40px 15px;line-height:1.2}.sale__title{font-size:24px;text-align:center;text-transform:uppercase;font-weight:700;padding:0 33px;margin-bottom:18px;position:relative;min-height:70px}.sale__title:before{width:36px;height:4px;background:#2c3141;position:absolute;margin:0 auto}.sale__bold-text{font-weight:700;font-size:18px}.system-sale__stage{margin-top:32px}.system-sale__stage:first-child{margin-top:0}.permanent-discounts-list li{position:relative;padding-left:26px}.permanent-discounts-list li:before{content:'—';position:absolute;left:0;top:0}.system-sale__note{margin-top:23px}.price-data--lab-diag{margin-top:40px;margin-bottom:80px}.price-data--lab-diag .make-an-appointment-btn{margin:85px auto 0;text-transform:uppercase;text-align:center;padding:21px 0;width:456px}.research,.research-descriptions__content{margin-bottom:50px}.research--lab,.research-descriptions__content:last-child,.research-descriptions__list li:last-child,.research:last-child{margin-bottom:0}.research-descriptions__titile,.research__title{margin-bottom:40px}.description-research,.valuation-bottom{display:flex}.research__img{width:59%;background-repeat:no-repeat}.research__tabs{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;width:91.68%}.research-price__numbers{font-weight:700;font-size:24px}.research-price__numbers span{font-weight:400;font-size:18px}.research__aside{width:323px;text-align:center;text-transform:uppercase;font-weight:700;color:#fff;padding:10px 0;background:#6bc335}.research-tab-trigger{padding:10px;border-bottom:1px solid #fff;cursor:pointer;position:relative;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0)}.research-tab-trigger:before{position:absolute;top:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transition:-webkit-transform .5s;-o-transition:transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s;background:#fff;z-index:-1;-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.research-tab-trigger:hover{color:#000}.research-tab-trigger:first-child{border-top:1px solid #fff}.research-tab-trigger--acitve{background:#fff;color:#000}.research-tab-trigger--acitve:after,.research-tab-trigger--acitve:before{right:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.research-tab-trigger--acitve:before{border-color:rgba(194,225,245,0);border-right-color:#fff;border-width:16px;margin-top:-16px}.research-tab-trigger--acitve:after{border-color:rgba(136,183,213,0);border-right-color:#fff;border-width:14px;margin-top:-14px}.research-tab-content{padding:22px 0 22px 28px;border-top:1px solid #6bc335;border-bottom:1px solid #6bc335;display:none;width:75%}.custom-select--open .custom-select__content,.diag-first-screen-img img,.price-data__tab-content--open,.research-tab-content--show{display:block}.callback-widnow__fild--focused .callbuck-form__fild,.callbuck-form__fild:focus,.custom-select--open .custom-select__name{border:1px solid #62a913}.research-tab-content__data-wrap{width:458px}.research-tab-content__data-wrap span{font-weight:700}.research__description-element{display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:28px}.research-list-text{width:80%;margin-left:15px}.research-btn-price{margin-top:45px;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.research-btn-price .btn{margin-left:auto;padding:20px 0;width:262px}.research-descriptions{margin-top:62px}.research-descriptions__list{margin-top:39px}.diag li,.page__slice li,.research-descriptions__list li{background-image:url(../images/arrow-list.png);background-position:0 3px;background-repeat:no-repeat;margin-bottom:15px;padding-left:37px}.diag-first-screen{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-top:42px;margin-bottom:109px}.diag-first-screen .title-page{margin-top:0;text-align:left;margin-bottom:15px}.diag-first-screen-img{-webkit-box-shadow:-2.7px 6.4px 14.9px 1.1px rgba(23,24,27,.59);box-shadow:-2.7px 6.4px 14.9px 1.1px rgba(23,24,27,.59);margin-right:30px}.diag-first-screen-content{width:35.2%}.diag-first-screen-btns{margin-top:54px}.diag-first-screen__btn{display:block;margin-top:15px;width:359px}.docs-col,.docs-col--big .docs-col{width:218px}.docs-box,.docs-list{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:box;display:-ms-flexbox}.diag-first-screen__btn:first-child{margin-top:0}.research-tab-content__list li{list-style:decimal inside}.docs-list{display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:55px;margin-bottom:109px}.doctor-img-cart{display:block;padding:7px 0;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.doctor-img-cart:hover .doc-base{display:block;opacity:1;z-index:15}.doc-base,.error span,.loading span,.success span{opacity:0}.doctor-img-cart .pepol-cart{display:block;-webkit-box-shadow:-1.2px 2.8px 8.4px .6px rgba(22,24,27,.53);box-shadow:-1.2px 2.8px 8.4px .6px rgba(22,24,27,.53)}.doctor-img-cart .pepol-cart__name{padding-left:26px;background:rgba(255,255,255,.42);-webkit-box-shadow:0 0 32px 18px rgba(252,252,252,.4);box-shadow:0 0 32px 18px rgba(252,252,252,.4)}.doctor-img-cart .pepol-cart__name .doc-name,h1,h2,h3{text-transform:uppercase}.docs-col .pepol-cart__img:before{padding-bottom:115%}.docs-col--big{width:679px}.docs-col--big .docs-row .pepol-cart__name{text-align:center;padding-left:0}.docs-col--big .docs-row .pepol-cart__img:before{padding-bottom:114.7%}.docs-box{display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.docs-box--top{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.docs-box--bottom{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.docs-row{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.docs-row .doctor-img-cart{width:49.2%}.docs-col__middle-top{margin-bottom:73px}.docs-col__middle-bottom{margin-top:73px}.enroll{width:100%;text-align:center}.enroll .enroll__btn{width:456px;display:block;margin:0 auto;text-transform:uppercase}.doc-base,.modal-wrapper{width:100%;height:100%;top:0;left:0}.doc-base{position:absolute;right:0;bottom:0;z-index:0;background:rgba(255,255,255,.46);-webkit-transition:.6s;-o-transition:.6s;transition:.6s}.modal-trigger{cursor:pointer;overflow:hidden}.modal-wrapper{background:rgba(44,49,65,.7);position:fixed;z-index:100;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:none}.modal-window{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:cubic-bezier(.7,0,.3,1);animation-timing-function:cubic-bezier(.7,0,.3,1);-webkit-animation-name:anim-open;animation-name:anim-open;background:#fff;overflow:hidden;overflow-y:auto;display:none;position:relative}.callbuck-form__fild,.modal-window__input{display:block;width:100%}.modal-window__title{line-height:1;font-size:36px;font-weight:700;margin-bottom:41px;text-align:center;text-transform:uppercase}.callbuck-form__fild{background:0 0;position:absolute;top:0;right:0;height:100%;font-size:20px;z-index:25;padding-left:36px}.callback-widnow__fild--focused .callbuck-form__fild+.input-fild__label,.callbuck-form__fild:focus+.input-fild__label{-webkit-animation:.25s forwards anim-chisato-1;animation:.25s forwards anim-chisato-1}.callbuck-form__fild:focus+.input-fild__label .input-fild__content{-webkit-animation:.25s ease-in forwards anim-chisato-2;animation:.25s ease-in forwards anim-chisato-2}.callback-widnow__fild--focused .callbuck-form__fild+.input-fild__label .input-fild__content{-webkit-animation:.25s ease-in forwards anim-chisato-2;animation:.25s ease-in forwards anim-chisato-2}.callback-widnow__filds{margin-bottom:20px}.callback-window{padding:54px 177px}.callback-window--success{padding:54px 86px}.modal-window--dierector-message{padding:54px 149px}.error .btn:before,.loading .btn:before,.modal-window--callback,.success .btn:before,.ya-taxi-widget__info-icon{display:none}.callback-window__submit{width:100%;margin-top:20px}.callback-window__submit .btn{padding:24px 0;height:70px}.callback-window__submit .btn:before{padding:24px 0;text-transform:uppercase;font-weight:700}.callback-window__submit span{text-transform:uppercase;font-weight:700}.modal-window__input{padding-left:20px;height:70px;line-height:70px;position:relative;z-index:20;float:right;border:1px solid #2c3141}.callback-widnow__fild{width:100%;overflow:hidden;position:relative;padding-top:20px}.callback-widnow__fild .input-fild__label{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;float:right;position:absolute;top:0;text-align:left;padding-left:20px;pointer-events:none;z-index:25;-webkit-transform:translate3d(0,180%,0);transform:translate3d(0,180%,0);overflow:hidden}.btn,.submit-svg,.title-page,h1,h2,h3{text-align:center}.callback-widnow__fild .input-fild__label .input-fild__content{-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;color:#8c8c8c;position:relative}.callback-widnow__fild .input-fild__label .input-fild__content:before{content:attr(data-label);position:absolute;top:-200%;left:0;color:#62a913}.callback-widnow__fild--textarea{width:100%;height:90px;margin-top:10px}.callback-widnow__fild--textarea textarea{height:100%;line-height:1;padding-top:15px}.custom-select{overflow:visible}.custom-select--open .custom-select__name:before{background:url(../images/ar-op.png) no-repeat}.custom-select__name{border:1px solid #2c3141;padding:23px 0 23px 20px;cursor:pointer}.custom-select__name:before{content:'';width:15px;height:7px;position:absolute;top:50px;right:20px;background:url(../images/ar-down.png) no-repeat}.custom-select__content{display:none;max-height:245px;overflow:hidden;overflow-y:auto;border:1px solid #62a913;border-top:0;position:absolute;top:100%;right:0;left:0;z-index:45;background:#fff;padding:19px}.loading button,.loading button:hover{border-width:5px;border-color:#ddd}.custom-select__list-title{font-weight:700;margin-bottom:22px}.custom-select__list-item{margin-bottom:17px;cursor:pointer}.color-green,.custom-select__list-item span:hover{color:#6bc335}.custom-select__list-item:last-child{margin-bottom:0}.close-modal-trigger{width:25px;height:25px;position:absolute;cursor:pointer;z-index:25;top:20px;right:20px;background:url(../images/x.png) 0 0/cover no-repeat;-webkit-background-size:cover}.btn,.btn--green,.pepol-cart,.submit-svg{position:relative}.close-modal-trigger:hover{background:url(../images/xh.png) 0 0/cover no-repeat;-webkit-background-size:cover}.submit-svg button{-webkit-tap-highlight-color:transparent;-webkit-transition:background-color .3s,color .3s,width .3s,border-width .3s,border-color .3s;-o-transition:background-color .3s,color .3s,width .3s,border-width .3s,border-color .3s;transition:background-color .3s,color .3s,width .3s,border-width .3s,border-color .3s}.submit-svg svg{position:absolute;top:0;left:50%;width:70px;height:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);pointer-events:none}.btn,.btn--green{overflow:hidden}.submit-svg svg path{opacity:0;fill:none}.submit-svg .progress-circle path{stroke:#1ECD97;stroke-width:5}.submit-svg .checkmark path,.submit-svg .cross path{stroke:#fff;stroke-linecap:round;stroke-width:4;-webkit-transition:opacity .1s;-o-transition:opacity .1s;transition:opacity .1s}.loading button{width:70px;background-color:transparent;color:#fff;-webkit-border-radius:40px;border-radius:40px}.loading button span{-webkit-transition:opacity .15s;-o-transition:opacity .15s;transition:opacity .15s}.error svg path,.loading svg path,.success svg path{opacity:1;-webkit-transition:stroke-dashoffset .3s;-o-transition:stroke-dashoffset .3s;transition:stroke-dashoffset .3s}@-webkit-keyframes anim-open{0%{opacity:0;-webkit-transform:scale(0,0);transform:scale(0,0)}100%{opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1)}}@keyframes anim-open{0%{opacity:0;-webkit-transform:scale(0,0);transform:scale(0,0)}100%{opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1)}}@-webkit-keyframes anim-chisato-1{0%,70%{-webkit-transform:translate3d(0,180%,0);transform:translate3d(0,180%,0)}100%,71%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes anim-chisato-1{0%,70%{-webkit-transform:translate3d(0,180%,0);transform:translate3d(0,180%,0)}100%,71%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes anim-chisato-2{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}70%,71%{-webkit-transform:translate3d(0,125%,0);transform:translate3d(0,125%,0);opacity:0;-webkit-animation-timing-function:ease-out}100%{color:transparent;-webkit-transform:translate3d(0,200%,0);transform:translate3d(0,200%,0)}}@keyframes anim-chisato-2{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}70%,71%{-webkit-transform:translate3d(0,125%,0);transform:translate3d(0,125%,0);opacity:0;-webkit-animation-timing-function:ease-out}100%{color:transparent;-webkit-transform:translate3d(0,200%,0);transform:translate3d(0,200%,0)}}body{font-family:Ubuntu,sans-serif;font-weight:400;color:#2c3141;line-height:1.3em;font-size:18px}h1{font-size:36px}h2{font-size:24px}.main{width:1140px;margin:0 auto}.title-page{margin-top:64px;line-height:1}.sub-title{margin-top:50px}.btn{cursor:pointer;display:block}.btn--green{width:100%;background:#6bc335!important;color:#fff;padding:18px 0;border:2px solid transparent}.btn--green:before{content:attr(data-text);position:absolute;padding:18px 0;top:0;left:0;vertical-align:middle;width:100%;height:100%;background:#fff;color:#6bc335;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);-webkit-transition:-webkit-transform .3s cubic-bezier(.75,0,.125,1);-o-transition:transform .3s cubic-bezier(.75,0,.125,1);transition:transform .3s;transition:transform .3s,-webkit-transform .3s;transition-timing-function:cubic-bezier(.75,0,.125,1)}.btn--green span{display:block;padding:0;min-height:auto!important;-webkit-transition:-webkit-transform .3s cubic-bezier(.75,0,.125,1);-o-transition:transform .3s cubic-bezier(.75,0,.125,1);transition:transform .3s;transition:transform .3s,-webkit-transform .3s;transition-timing-function:cubic-bezier(.75,0,.125,1)}.btn--green:hover{border:2px solid #6bc335}.btn--green:hover:before{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.btn--green:hover span{-webkit-transform:translate3d(0,200%,0);transform:translate3d(0,200%,0)}.blue-link{color:#116196}.blue-link:hover{color:#6bc335}.crumbs{text-transform:uppercase;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:28px 0;border-bottom:1px solid #e5ebf7}.crumbs .crumbs__link{margin-right:14px;color:#5b74ac}.crumbs .crumbs__link .crumbs__text{margin-right:14px}.crumbs .crumbs__link .crumbs__text:hover{color:#6bc335;text-decoration:underline}.pepol-cart:hover{color:inherit}.pepol-cart__img{-webkit-background-size:cover;background-size:cover;background-repeat:no-repeat}.pepol-cart__img:before{display:block;content:'';padding-bottom:100%}.pepol-cart__name{position:absolute;width:100%;bottom:0;padding-bottom:17px;z-index:9;text-shadow:0 0 6.4px rgba(229,235,247,.71)}@media only screen and (max-width:1140px){.main{width:100%;padding:0 15px}.system-sale__list{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.docs-list>.docs-col{margin:0 10px}.docs-col--big .docs-col{width:187px}}@media only screen and (max-width:1040px){.about-advantages__img,.research__img{display:none}.docs-col--big,.research__tabs{width:100%}.diag-first-screen{margin-left:0;padding:0 15px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.diag-first-screen-content{width:100%;margin-top:20px}.contacts__director,.docs-list{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.director-data{margin:20px 0;width:100%;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.contacts-list{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.contacts-list__item{width:30%}.contact-item__data{margin-left:0}.contact-item__ico{width:50px}.contact-item__text--right{text-align:left}.docs-list>.docs-col{width:100%;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin:0}.docs-list>.docs-col .doctor-img-cart{width:31.84%}.docs-list>.docs-col:first-child{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.doctor-img-cart{margin:0 5px}.docs-col--big .docs-col{width:32.9%}.docs-col__middle-bottom,.docs-col__middle-top{margin:0}.diag-first-screen-img{margin:0 auto}}@media only screen and (max-width:920px){.product-list__item{width:50%}.slider__text{font-size:20px}.slider__text span{font-size:25px}.slider__btn{height:50px;line-height:50px;margin-top:15px}.callback-widnow__fild{width:100%;margin:5px 0}.callback-widnow__fild:first-child{margin-right:0}.contacts-list-wrapper{width:100%}.callback-window{padding:54px 30px}}@media only screen and (max-width:853px){.about-advantages__list{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.about-advantages__item{margin:15px}.price-data__aside{width:100%;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:15px}.price-table-aside__trigger{width:100%}.price-data__tables{width:100%;overflow:hidden;overflow-x:auto;margin-bottom:15px}}@media only screen and (max-width:747px){.research-tab-content{padding-right:22px}.about-insurance__title,.research-tab-content__data-wrap{width:100%}.director-img,.director__sert{width:48%}.admin,.docs-list .docs-col .doctor-img-cart{width:50%}.docs-box{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.docs-col__middle-bottom,.docs-col__middle-top{margin:0}.docs-list .docs-col{width:100%;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex}.price-data__tab-content thead .price-table__small-row{padding:8px 10px}}@media only screen and (max-width:580px){.about-advantages__item{width:100%;text-align:left;position:relative;padding-bottom:70px}.about-advantages__item:last-child{padding-bottom:0}.about-advantages__item:last-child .advantages-arrow{display:none}.advantages-arrow{width:65px;position:absolute;left:0;right:0;margin:0 auto;bottom:0;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.about-advantages__list{margin-bottom:15px}.advantages-imgs{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.callback-window{padding:54px 15px}}@media only screen and (max-width:565px){.admin,.contacts-list__item,.diag-first-screen__btn,.director-img,.director-img img,.director__sert,.director__sert img,.docs-list .docs-col .doctor-img-cart,.docs-list .docs-row .doctor-img-cart,.docs-list .docs_row .doctor-img-cart,.enroll__btn,.research-tab-content,.research__aside,.system-sale__sale{width:100%}.docs-list .docs-col,.docs-list .docs-row,.research-btn-price,.research__tabs{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.diag-first-screen-img{display:none}.research-btn-price .btn{width:100%;margin-top:15px}.director-data{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.docs-list{margin-bottom:30px}.system-sale__sale{margin:0 0 15px}}@media only screen and (max-width:366px){.research-list-text{width:100%;margin-left:0}.modal-window__title,h1{font-size:28px}}@media only screen and (max-height:700px){.modal--is-open,.modal-wrapper{overflow:hidden}.modal-wrapper{overflow-y:scroll;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}}.tabs-map{width:100%;position:relative}.tabs-nav li{float:left}.tabs-nav li:first-child a{border-right:1px solid #fff;border-top-left-radius:6px}.tabs-nav li:last-child a{border-top-right-radius:6px}.tabs-nav li a{color:#fff;display:inline-block;font-weight:600;padding:10px 15px;text-align:left;background:#6bc335}.tabs-nav li a:hover{color:#f1f2f1}.tab-active a{background:#455175!important;border-bottom-color:transparent;color:#2db34a;cursor:default}.page__main h2.vaca-title,.vaca-item-info h5,.vaca-item-info p{color:#2c3141;font-style:normal}.tabs-stage{clear:both;position:relative;top:-1px;padding:10px 0 0}.ya-taxi-widget{position:absolute!important;left:500px;top:-19px}@media only screen and (max-width:770px){.ya-taxi-widget{position:relative!important;left:56px;top:-17px}}.page__main h2.vaca-title{font-size:30px;font-weight:400;line-height:normal;margin-bottom:30px;text-align:left}.wrap-vaca{display:flex;flex-wrap:wrap;gap:30px 42px}.vaca-item{display:flex;align-items:flex-start;gap:20px;width:calc(50% - 21px)}.vaca-item-img{display:flex;align-items:center;justify-content:center;width:64px;min-width:64px;border-radius:50%;height:64px;background:#75c743}.vaca-item-info{display:flex;flex-direction:column;gap:15px}.vaca-item-info h5{font-size:20px;font-weight:400;line-height:23px;letter-spacing:.2px;margin:0;padding:0}.vaca-item-info p{font-size:16px;font-weight:300;line-height:23px;letter-spacing:.16px;margin:0;padding:0}@media only screen and (max-width:1300px){.vaca-item,.wrap-vaca{gap:20px;display:flex}.vaca-item{align-items:flex-start;width:100%}.wrap-vaca{flex-wrap:wrap}.vaca-item-img{display:flex;align-items:center;justify-content:center;width:44px;min-width:44px;border-radius:50%;height:44px;background:#75c743}.page__main h2.vaca-title{color:#2c3141;font-size:24px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:20px;text-align:left}}.btn.btn-primary.my-style{border-radius:4px;border:1px solid #6bc335;background:#6bc335;width:252px;font-size:15px;font-style:normal;font-weight:500}.green-top-block{background:#6bc335;padding:35px 25px 10px;margin-bottom:60px}.green-top-block h5{color:#fff;font-size:20px;font-style:normal;font-weight:500;line-height:23px;margin-bottom:16px}.valuation-top{display:flex;margin-bottom:40px}.valuation-top .valuation-item{width:25%;padding:0 20px;border-right:1px solid #b5e19a}.valuation-item p{margin:16px 0;font-size:16px}.valuation-bottom .valuation-item{width:33.3337%;padding:0 20px}.valuation-bottom .valuation-item+.valuation-item{border-left:1px solid #b5e19a}@media (max-width:1300px){.valuation-bottom,.valuation-top{margin-bottom:20px;gap:20px;flex-direction:column}.valuation-bottom .valuation-item+.valuation-item{border-left:none}.valuation-bottom .valuation-item,.valuation-top .valuation-item{width:100%;border:none}} .price-table__small-row { width: 11% !important; } @media (max-width: 768px) { .price-table__small-row { width: 100% !important; } }
/* css/main.min.css finish */

 .bootstrap-datetimepicker-widget { list-style: none; } .bootstrap-datetimepicker-widget.dropdown-menu { display: block; margin: 2px 0; padding: 4px; width: 19em; max-width: 100%; position: absolute; background: #fff; z-index: 999; border-radius: 10px; box-shadow: 0 3px 8px rgba(0,0,0,.4); } @media (max-width: 374px) { .bootstrap-datetimepicker-widget.dropdown-menu { margin-left: -15px; } } @media (min-width: 768px) { .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs { width: 38em; } .bootstrap-datetimepicker-widget.dropdown-menu { padding: 15px; } } @media (min-width: 992px) { .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs { width: 38em; } } @media (min-width: 1200px) { .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs { width: 38em; } } .bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after { content: ''; display: inline-block; position: absolute; } .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before { border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #ccc; border-bottom-color: rgba(0, 0, 0, 0.2); top: -7px; left: 50%; margin-left: -3px; } .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after { border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid white; top: -6px; left: 50%; margin-left: -4px; } .bootstrap-datetimepicker-widget.dropdown-menu.top:before { border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 7px solid #ccc; border-top-color: rgba(0, 0, 0, 0.2); bottom: -7px; left: 50%; margin-left: -3px; } .bootstrap-datetimepicker-widget.dropdown-menu.top:after { border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid white; bottom: -6px; left: 50%; margin-left: -4px; } .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before { left: auto; right: 6px; } .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after { left: auto; right: 7px; } .bootstrap-datetimepicker-widget .list-unstyled { margin: 0; } .bootstrap-datetimepicker-widget a[data-action] { padding: 6px 0; } .bootstrap-datetimepicker-widget a[data-action]:active { box-shadow: none; } .bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second { width: 54px; font-weight: bold; font-size: 1.2em; margin: 0; } .bootstrap-datetimepicker-widget button[data-action] { padding: 6px; } .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Increment Hours"; } .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Increment Minutes"; } .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Decrement Hours"; } .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Decrement Minutes"; } .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Show Hours"; } .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Show Minutes"; } .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Toggle AM/PM"; } .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Clear the picker"; } .bootstrap-datetimepicker-widget .btn[data-action="today"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Set the date to today"; } .bootstrap-datetimepicker-widget .picker-switch { text-align: center; } .bootstrap-datetimepicker-widget .picker-switch::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Toggle Date and Time Screens"; } .bootstrap-datetimepicker-widget .picker-switch td { padding: 0; margin: 0; height: auto; width: auto; line-height: inherit; } .bootstrap-datetimepicker-widget .picker-switch td span { line-height: 2.5; height: 2.5em; width: 100%; } .bootstrap-datetimepicker-widget table { width: 100%; margin: 0; } .bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th { text-align: center; border-radius: 4px; } .bootstrap-datetimepicker-widget table th { height: 20px; line-height: 20px; width: 20px; } .bootstrap-datetimepicker-widget table th.picker-switch { width: 145px; } .bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover { background: none; color: #777777; cursor: not-allowed; } .bootstrap-datetimepicker-widget table th.prev::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Previous Month"; } .bootstrap-datetimepicker-widget table th.next::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Next Month"; } .bootstrap-datetimepicker-widget table thead tr:first-child th { cursor: pointer; } .bootstrap-datetimepicker-widget table thead tr:first-child th:first-child, .bootstrap-datetimepicker-widget table thead tr:first-child th:last-child { background-image: url('./../../../ico/d_arr.svg'); background-position: center; background-size: contain; background-repeat: no-repeat; } .bootstrap-datetimepicker-widget table thead tr:first-child th:first-child { transform: rotate(180deg); } .bootstrap-datetimepicker-widget table thead tr:first-child th:hover { } .bootstrap-datetimepicker-widget table td { height: 54px; line-height: 54px; width: 54px; } .bootstrap-datetimepicker-widget table td.cw { font-size: .8em; height: 20px; line-height: 20px; color: #777777; } .bootstrap-datetimepicker-widget table td.day { height: 20px; line-height: 20px; width: 20px; } .bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover { background: #eeeeee; cursor: pointer; } .bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new { color: #777777; } .bootstrap-datetimepicker-widget table td.today { position: relative; } .bootstrap-datetimepicker-widget table td.today:before { content: ''; display: inline-block; border: solid transparent; border-width: 0 0 7px 7px; border-bottom-color: #6bc335; border-top-color: rgba(0, 0, 0, 0.2); position: absolute; bottom: 4px; right: 4px; } .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover { background-color: #6bc335; color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .bootstrap-datetimepicker-widget table td.active.today:before { border-bottom-color: #fff; } .bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover { background: none; color: #777777; cursor: not-allowed; } .bootstrap-datetimepicker-widget table td span { display: inline-block; width: 54px; height: 54px; line-height: 54px; margin: 2px 1.5px; cursor: pointer; border-radius: 4px; } .bootstrap-datetimepicker-widget table td span:hover { background: #eeeeee; } .bootstrap-datetimepicker-widget table td span.active { background-color: #6bc335; color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .bootstrap-datetimepicker-widget table td span.old { color: #777777; } .bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover { background: none; color: #777777; cursor: not-allowed; } .bootstrap-datetimepicker-widget.usetwentyfour td.hour { height: 27px; line-height: 27px; } .bootstrap-datetimepicker-widget.wider { width: 21em; } .bootstrap-datetimepicker-widget .datepicker-decades .decade { line-height: 1.8em !important; } .input-group.date .input-group-addon { cursor: pointer; } .sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } 
/* css/bootstrap-datetimepicker.css finish */

.cabinet-block{ display:flex; width:calc(100% + 30px); margin:0 -15px; border:1px solid #d6ebca; border-top:0; font-size:16px; } .cabinet-block .col-left{ width:358px; border-right:1px solid #d6ebca; padding:10px 25px 0px 25px; } .cabinet-block .col-right{ flex:1; width:100%; padding:10px 12px 0px 12px; } .cabinet-block .o05{ opacity:0.5; } .cabinet-block .fs12{ font-size:12px; } .cabinet-block .fs14{ font-size:14px; } .cabinet-block .fs13{ font-size:13px; } .cabinet-block .fs24{ font-size:24px; } .cabinet-block a.settings{ display:inline-block; background:url(../site_img/settings.png) no-repeat center left; padding-left:17px; } .cabinet-block a.exit{ display:inline-block; background:url(../site_img/exit.png) no-repeat center left; padding-left:24px; margin-left:30px; } .cabinet-block a.settings:hover,.cabinet-block a.exit:hover{ color:#2c3141; opacity:0.7; } .cabinet-block .pb25{ padding-bottom:25px; } .cabinet-block .pb10{ padding-bottom:10px; } .cabinet-block .image-block{ width:148px; height:148px; position:relative; margin:0 auto 10px auto; border-radius:50%; overflow:hidden; } .cabinet-block .image-block img{ border-radius:50%; } .cabinet-block .image-block:hover label{ display:block; } .cabinet-block .image-block input{ display:none; } .cabinet-block .image-block label{ display:none; position:absolute; width:100%; left:0; bottom:0; text-align:center; padding:8px 5px; background:rgba(108,195,54,0.5); color:#fff; line-height:1.1; cursor:pointer; } .cabinet-block .medium{ font-weight:500; } .cabinet-block .left-menu a{ display:block; position:relative; padding:30px 10px 30px 30px; font-size:18px; border-top:1px solid #d6ebca; } .cabinet-block .left-menu a:hover{ color:#2c3141; background:#d6ebca; } .cabinet-block .like-label{ display:block; width:145px; } .cabinet-block .left-menu a.active:before{ position:absolute; display:block; width:3px; height:100%; content:''; left:-25px; top:0; background:#6cc336; } .cabinet-block .left-menu a span{ font-weight:100; font-size:13px; height:22px; min-width:22px; color:#fff; background:#6cc336; text-align:center; line-height:22px; border-radius:50%; display:block; right:5px; position:absolute; top:50%; margin-top:-11px; } .cabinet-main{ display:flex; flex-wrap:wrap; margin:10px -12px 0 -12px; } .cabinet-block a.btn-green{ display:inline-block; width:auto; font-size:13px; color:#fff; padding:3px 10px; background: #6cc336; } .cabinet-block a.btn-green:hover{ color: #2c3141; background: #d6ebca; } .cabinet-main-block{ width:50%; height:290px; display:flex; flex-direction:column; } .cabinet-main-block:nth-child(2n+1){ border-right:1px solid #d6ebca; } .cabinet-main-title{ color:#fff; background:#6cc336; padding:17px 20px; } .cabinet-main-body{ height:100%; } .cabinet-main-body a:hover{ background:#d6ebca; color:#2c3141; } .cabinet-main-body a{ position:relative; display:block; padding:17px 20px; width:100%; height:100%; font-size:15px; line-height:1.1; } .cabinet-main-body a img{ position:absolute; right:35px; bottom:50px; } .cabinet-card-title{ color:#fff; background:#6cc336; padding:8px 20px; border-radius:5px 5px 0 0; } .cabinet-card-title img{ vertical-align:middle; margin-right:10px; } .cabinet-card-body{ padding:0 20px 10px 20px; border:1px solid #d6ebca; border-top:0; border-radius:0 0 5px 5px ; } .cabinet-card-body .cabinet-card-line{ padding:10px 0; position:relative; max-width:525px; border-bottom:1px solid #d6ebca; } .cabinet-card-body .cabinet-card-line:last-child{ border-bottom:0; } .cabinet-card-body .cabinet-card-line b{ display:inline-block; margin-right:15px; } .cabinet-order{ border-top:1px solid #d6ebca; margin:0 -12px; padding:5px 20px 5px 53px; } .cabinet-order .jq-selectbox { width: 100%; } .cabinet-order .jq-selectbox__select { border: 1px solid #6bc335; border-radius: 0 30px 30px 0; height: 44px; padding-right: 70px; width: 100%; } .cabinet-order .jq-selectbox__trigger { border: 1px solid #6bc335; width: 44px; height: 44px; background: #6bc335; border-radius: 50%; top: -1px; } .cabinet-order .opened .jq-selectbox__trigger { background: #fff; transform: rotate(180deg); } .cabinet-order .jq-selectbox__trigger-arrow { transform: none; top: 0; left: 0; width: 44px; height: 44px; border: none; background: url(../images/modal-popup/jq-selectbox__trigger-arrow.png) no-repeat 50% 50%; transition: .3s; } .cabinet-order .opened .jq-selectbox__trigger-arrow { background: url(../images/modal-popup/jq-selectbox__trigger-arrow2.png) no-repeat 50% 50%; } .cabinet-order .jq-selectbox__select-text { height: 44px; line-height: 44px; font-size: 14px; font-weight: 700; } .cabinet-order .jq-selectbox__dropdown { margin-top: 5px; font-size: 14px; } .cabinet-order-line{ display:flex; margin-bottom:5px; } .cabinet-order-line .title{ display:flex; height:44px; width:196px; align-items: center; } .cabinet-order-line .title.block{ display:block; line-height:1; } .cabinet-order-line .field{ min-width:290px; } .cabinet-order input.date { height: 44px; line-height: 44px; font-size: 14px; } .cabinet-order .time-pr a{ font-size:14px; display:inline-block; margin-right:8px; height:38px; line-height:36px; padding:0 5px; border:1px solid transparent; color:#2c3141; } .cabinet-order .time-pr a:hover{ color:#2c3141; background:#f3f9ef; } .cabinet-order .time-pr a.active{ border-color:#6cc336; background:#d6ebca; } .cabinet-order textarea{ width:100%; height:120px; padding:5px; border:1px solid #6cc336; margin:5px 0 20px 0; } .cabinet-order .rec_price{ display:inline-block; margin-left:20px; color:#6cc336; } .cabinet-order .btn-primary{ max-width:250px; } .cabinet-history{ margin:5px -12px 0 -12px; font-size:15px; min-height:calc(100% - 100px); } .history-tabs-header{ display:flex; } .history-tabs-header a{ display:block; width:50%; height:36px; line-height:36px; text-align:center; color:#2c3141; background:#fff; } .history-tabs-header a.active{ background:#e2f3d7; } .history-table,.results-table{ width:100%; } .history-table th,.results-table th{ font-weight:bold; text-align:left; color:#fff; background:#6cc336; padding:10px 30px; } .results-table td{ padding:10px 30px; line-height:1; font-size:13px; } .history-table td{ padding:10px 30px; line-height:1; vertical-align:middle; } .history-table tr td:first-child{ vertical-align:top; } .history-table tr td:nth-child(4),.history-table tr td:nth-child(5){ width:30px; padding:10px 5px; } .history-table tr td,.results-table tr td{ background:#fff; } .history-table tr.green-tr td,.results-table tr.green-tr td{ background:#e2f3d7; } .history-table .color-gray{ color:#aaaaaa; } .history-table a{ opacity:0.5; } .history-table a:hover{ opacity:1; } .history-tabs-body >div{ padding-top:20px; } .results-table a{ color:#6cc336; } .results-table th.text-center{ text-align:center; } .person2{ padding-left:30px; background:url(../site_img/person2.png) no-repeat center left; } .error-form{ font-style:italic; color:red; text-align:center; } .settings-form input{ width: 200px; height: 30px; line-height: 28px; border: 1px solid #ccc; padding: 0 5px; } .settings-form .btn{ max-width:200px; } .owl-carousel .pepol-cart { -webkit-box-shadow: none; box-shadow:none; } .lh1{ line-height:1; } .d-flex{ display:flex; align-items:center; justify-content:space-between; } .fs14{ font-size:14px; } .js-send-text{ font-size: 80%; font-style: italic; color: #6bc335; } .pb40{ padding-bottom:40px; } .owl-carousel-container{ margin:0 -12px; width: 810px; } .owl-carousel-pager{ font-size:16px; text-align:center; padding:25px 40px; font-weight:500; } .owl-carousel-pager span{ font-size: 24px; } .owl-carousel-container .owl-theme .owl-nav{ position: absolute; top: -67px; width: 100%; } .owl-carousel-container .owl-theme .owl-nav [class*='owl-'],.owl-carousel-container .owl-theme .owl-nav [class*='owl-']:hover{ background:transparent; } .owl-carousel-container .owl-theme .owl-nav .owl-prev{ position: absolute; left: 15px; width: 50px; } .owl-carousel-container .owl-theme .owl-nav .owl-next{ position: absolute; right: 15px; width: 50px; } .cabinet-card-line input{ border:0; width:180px; padding:0 10px; font-size:14px; margin-right:10px; background:#ebebeb; height:30px; line-height:30px; vertical-align: bottom; } .questions-block{ padding:15px 25px; } .questions-block p.fs16{ padding-bottom:12px; } .questions-block .jq-selectbox__select{ border: 1px solid #6bc335; } .questions-block input[type=text]{ height: 46px; border: 1px solid #6bc335; margin-left:10px; width:100px; font-size:14px; padding:0 10px; } .history-filter{ display:flex; align-items:center; margin:25px 0; } .history-filter .title{ font-size:16px; margin-right:10px; } .history-filter input.date { height: 40px; line-height: 40px; font-size: 19px; } .history-filter .date-wrap{ width:230px; } .history-filter .jq-selectbox__trigger { border: 1px solid #6bc335; width: 40px; height: 40px; background: #6bc335; border-radius: 50%; top: -1px; } .history-filter .minus-line{ width:20px; height:1px; background:#333; MARGIN:0 5PX; } .history-filter .jq-selectbox__trigger-arrow { transform: none; top: 0; left: 0; width: 40px; height: 40px; border: none; background: url(../images/modal-popup/jq-selectbox__trigger-arrow.png) no-repeat 50% 50%; transition: .3s; } .d-none{ display:none!important; } .cabinet-nalog .referenceModal-item_inner { padding: 0px 42px; background:#fff; } .cabinet-nalog .referenceModal-item_inner input[type=text]{ margin-bottom:20px; } .cabinet-nalog .referenceModal-item_inner label span { font-weight: 300; color: #747474; } .cabinet-nalog .referenceModal-date .referenceModal-date_item:first-child { width: 311px; margin-right: 42px; } .cabinet-nalog .referenceModal-date .referenceModal-date_item:last-child { padding-top:5px; } .cabinet-nalog input[type="checkbox"] { margin: 0; VERTICAL-ALIGN: middle; width: 18px; height: 18px; BORDER-RADIUS: 0; border: 1px solid #333; margin-right: 10px; } .cabinet-nalog .referenceModal-btn{ position: static; left: 0; margin: 20px 0; width: 100%; transform: none; height: 65px; font-size: 19px; } .actions-title{ margin-bottom:20px; text-transform:uppercase; padding-left:20px; } .actions-title a{ display:inline-block; margin-right:30px; text-decoration:none; color:#6bc335; border-bottom:1px dashed #6bc335; } .actions-title a:last-child{ margin-right:0px; } .actions-title a.active{ border-color:transparent; color:#2c3141; } .actions-grid{ display:grid; grid-template-columns: repeat(2, 1fr); grid-gap: 15px; padding:0 10px; } .actions-grid .action-one{ height:100%; border:1px solid #6bc335; } .actions-grid .action-one .image img{ width:100%; display: block; } .actions-grid .action-one .desc{ padding:15px; } .actions-grid .action-one .desc .title{ font-size:18px; margin-bottom:10px; } .actions-grid .action-one .desc .price{ font-size:20px; font-weight:500; margin-bottom:20px; } .actions-grid .action-one .desc .price del{ display:inline-block; margin-right:20px; font-size:18px; font-weight:400; color:#9c9c9c; text-decoration: line-through; } .actions-grid .action-one .desc .durations{ color:#7a7a7a; font-size:14px; margin-bottom:12px; } .cabinet-block .actions-grid a.btn-green{ width:100%; max-width:234px; height:40px; line-height:40px; font-size:14px; padding:0; } .modal { background: rgba(0,0,0,0.5); } .modal-dialog-centered { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width:520px; min-height: calc(100% - (1.75rem * 2)); } #successModal .modal-dialog-centered{ width:1330px; } .modal-content{ width:100%; border-radius: 0; padding:60px 60px 40px 60px; } .modal-content button.close{ position: absolute; right: 20px; top: 20px; opacity: 1; } #exampleModal .modal-content >.title,#successModal .modal-content >.title{ padding-bottom:26px; text-align:center; font-size:36px; text-transform:uppercase; font-weight:500; } #exampleModal .action-popup { display:flex; margin-bottom:15px; } #exampleModal .action-popup .image{ width:175px; margin-right:20px; } #exampleModal .action-popup .image img{ width:100%; } #exampleModal .action-popup .desc{ width:100%; flex:1; } #exampleModal .action-popup .desc .title{ font-size:18px; margin-bottom:12px; } #exampleModal .action-popup .desc .price{ font-size:20px; font-weight:500; } #exampleModal .action-popup .desc .price del{ display:inline-block; margin-right:20px; font-size:18px; font-weight:400; color:#9c9c9c; text-decoration: line-through; } #exampleModal form p.fs12{ color:#4b4b4b; font-size:12px; } #exampleModal form input{ width:100%; height:44px; padding:0 15px; border:1px solid #78be4e; margin-bottom:23px; } #exampleModal form .btn-green{ height:65px; line-height:65px; border:0; width:100%; background:#78be4e; color:#fff; text-transform:uppercase; font-size:19px; font-weight:500; } #exampleModal form .btn-green:hover { color: #2c3141; background: #d6ebca; } .quest-form .m-modal__inner { padding: 10px 30px; max-height: initial; } .quest-form .m-modal__inner .m-modal__select-list { gap: 15px; margin-bottom: 30px; } .quest-form .m-modal__inner .m-modal__select-list.mb10{ margin-bottom: 10px; } .quest-form .m-modal__inner .m-modal__select-list-item .m-modal__element { font-size: 14px; padding: 0; width: 240px; height: 40px; line-height: 38px; } .quest-form .m-modal__inner .m-modal__select { display: flex; margin-bottom: 0px; gap: 0; width: 100%; } .quest-form .m-modal__inner .m-modal__select .m-modal__select__list { gap: 0px; width: 352px; } .quest-form .m-modal__inner .m-modal__select-content { gap: 0; flex: 1; width: 100%; margin-left:20px; display:flex; margin-bottom:10px; } .quest-form .m-modal__inner .m-modal__select-content .img{ width:105px; margin-right:6px; } .quest-form .m-modal__inner .m-modal__select-content .text{ flex: 1; width: 100%; font-size:12px; color:#535353; line-height:1.5; } .quest-form .m-modal__inner .m-modal__select-content .img img{ width:100%; border:1px solid #6bc335; } .quest-form .m-modal__inner .m-modal__fields .m-modal-field { margin-bottom: 13px; } .quest-form .m-modal__inner .m-modal__fields .m-modal-field .m-modal-inp-text, .quest-form .m-modal__inner .m-modal__fields .m-modal-field .m-modal-area-text{ border-color:#6bc335; } .quest-form .m-modal__inner .m-modal__select.m-closed { display: none; } .quest-form .m-modal__inner .m-modal__fields .m-modal-file-add { margin-bottom: 15px; } .questions-button{ display:flex; margin-bottom:40px; align-items:center; } .quest-form .m-modal__inner .m-modal__submit { font-size: 19px; line-height: 66px; height:68px; width: 300px; padding: 0; margin:0; } .quest-form .m-modal__inner .m-modal__text { font-size: 16px; line-height: 1.4; text-align: left; color: #000000; flex:1; width:100%; max-width: 100%; margin-left:20px; } .quest-form .m-modal__inner .m-modal__text a { color: #000000; text-decoration:underline; } .quest-form2{ padding: 0px 30px; } .quest-form2 a.querstions-new{ font-size: 19px; line-height: 66px; height: 68px; padding: 0 35px; margin: 0 0 40px 0; text-transform: uppercase; color: #FFFFFF; background: #6BC335; border: 1px solid #6BC335; cursor: pointer; display:inline-block; } .quest-form2 a.querstions-prev{ font-size: 19px; line-height: 66px; height: 68px; padding: 0 30px; margin: 0 0 40px 0; text-transform: uppercase; color: #6BC335; background: #e2f3d7; border: 1px solid #e2f3d7; cursor: pointer; display:inline-block; } .quest-form2 a.querstions-prev span{ display:inline-block; padding-right:25px; background:url(../site_img/arrow-down.png) no-repeat center right; } .quest-form2 a.querstions-prev.active span{ background:url(../site_img/arrow-up.png) no-repeat center right; } .quest-form2 .question-one{ padding-bottom:20px; border-bottom: 1px solid #6BC335; margin-bottom:20px; font-size:18px; } .quest-form2 .question-one p.title{ margin-bottom:10px; font-weight:bold; } .question-body{ margin-bottom:30px; } a.save-string{ color:#8cd061; } .custom-checkbox input[type="checkbox"] { display: none; } .custom-checkbox label{ display:block; padding-left:32px; position:relative; } .custom-checkbox label:after { content: ""; position: absolute; left: 0; top: 0; width: 19px; height: 18px; border: 1px solid #5eb32c; } .custom-checkbox input[type="checkbox"]:checked + label:before { content: ""; position: absolute; left: 3px; top: 4px; width: 13px; height: 10px; background: url(../img/referenceModal-check.png) no-repeat center; display: block; } .patients_block{ padding-bottom:20px; } .patient-one{ margin-bottom:10px; border:1px solid #6cc336; border-top:0; border-radius:5px; } .patient-one .patient-title{ display:flex; background:#6cc336; border-radius:5px 5px 0 0; color:#fff; padding:5px 15px 5px 30px; } .patient-one .patient-title .person-tilte-left span{ background: url(../site_img/person3.png) no-repeat center left; padding-left:25px; } .patient-one .patient-title .person-tilte-right{ margin-left:auto; } .patient-one .patient-title .person-tilte-right a{ color:rgba(255,255,255,0.5); display:inline-block; font-size:13px; background: url(../site_img/delete2.png) no-repeat center left; padding-left:15px; } .patient-one a.edit-field{ display:inline-block; margin-left:5px; } .patient-one .patient-title .person-tilte-right a:hover{ color:#fff; } .patient-one .patient-line{ display:flex; padding:12px 0; margin: 0 24px; border-bottom:1px solid #6cc336; max-width:430px; align-items:center; } .patient-one .patient-line:last-child{ border-bottom:0; } .patient-one .patient-line .field-name{ font-weight:bold; margin-right:18px; } .patient-one .patient-line .field span{ font-size:14px; display:inline-block; margin-right:5px; } a.patinents-add{ display:inline-block; margin-left:20px; } a.patinents-add span:first-child{ box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.08); color:#6cc336; display:inline-block; width:24px; height:24px; margin-right:8px; border-radius:50%; text-align:center; line-height:24px; } a.patinents-add span:last-child{ border-bottom:1px dashed #6cc336; color:#6cc336; } .person-tilte-left .field-edit input{ width: 300px; font-size: 16px; border: 0; background: transparent; color: #fff; margin-right: 10px; } .person-tilte-left .field-edit input::placeholder{ color:rgba(255,255,255,0.5); } .person-tilte-left .field-edit a{ color:#fff; font-size:14px; } .patient-one .patient-line:last-child .field-edit input{ width:180px; } .patient-line .field-edit input{ width:240px; border:0; background:#ebebeb; height:30px; line-height:30px; margin-right: 10px; } .patient-line .field-edit a{ font-size:14px; color:#6cc336; } @media (max-width: 1400px) { #successModal .modal-dialog-centered{ width:550px; } } @media (max-width: 1200px) { .owl-carousel-container{ width: 700px; } .cabinet-block{ margin:0; width:100%; } .cabinet-block .col-left { width: 258px; padding: 10px 11px 0px 10px; } .cabinet-block .fs24 { font-size: 18px; } .cabinet-block .left-menu a { padding: 15px 10px 15px 0px; font-size: 15px; } .cabinet-history { min-height: calc(100% - 124px); } .cabinet-block .left-menu a.active:before { left: -10px; } .history-table th, .results-table th { padding: 10px 10px; } .results-table td { padding: 5px 10px; } .history-table td { padding: 10px 10px; } .cabinet-order { padding: 5px 10px 5px 10px; } } @media (max-width: 992px) { .questions-block{ padding:15px 0px; } .owl-carousel-container{ width: 460px; } .cabinet-main-body a, .cabinet-main-title { padding: 10px; } .cabinet-card-body .cabinet-card-line { font-size: 14px; } .cabinet-history { min-height: calc(100% - 146px); } .history-filter{ flex-wrap: wrap; } .history-filter .date-wrap { margin: 5px 0; } } @media (max-width: 767px) { .patient-line .field-edit input { width: 100%; font-size: 14px; } .quest-form .m-modal__inner { padding: 5px 0; } .quest-form .m-modal__inner .m-modal__select .m-modal__select__list { gap: 0px; width: 100%; } .questions-button { display: block; } .quest-form .m-modal__inner .m-modal__submit{ width:100%; } .quest-form .m-modal__inner .m-modal__select-content .img { width: 65px; } .quest-form .m-modal__inner .m-modal__text { font-size: 14px; margin-left: 0; } .owl-carousel-container { width: calc(100% + 24px); } .cabinet-block { flex-direction: column; } .cabinet-block .col-left { width: 100%; order: 2; border: 0; } .col-right .row:first-child,.col-right .row .text-right { text-align:center; } .results-table-wrap{ overflow:auto; } .history-table th, .results-table th { padding: 5px; font-size: 13px; } .results-table td { padding: 5px; } .history-table td { padding: 5px; } .cabinet-history { min-height: auto; } .history-tabs-header a { height: auto; line-height: 1.2; } .cabinet-order-line { flex-direction: column; } .cabinet-order-line .field { min-width: 100%; } .cabinet-order-line .title { height: auto; width: 100%; } .cabinet-card-body { padding: 5px; } .cabinet-main-block { width: 100%; height: 270px; } .cabinet-main-block:nth-child(2n+1) { border-right: 0; } .d-flex { flex-wrap: wrap; justify-content:center; } .d-flex .lh1{ width:100%; } .wa-margin{ margin: 5px; } .actions-grid { grid-template-columns: repeat(1, 1fr); padding: 0; } .modal-dialog-centered{ width:280px; } .modal-content{ padding:50px 15px 15px 15px; } #exampleModal .modal-content >.title{ font-size:30px; } #exampleModal .action-popup { display: block; } .quest-form2 { padding: 0; } .quest-form2 a.querstions-new,.quest-form2 a.querstions-prev{ padding:0; width:100%; text-align: center; } .quest-form2 a.querstions-prev{ font-size: 14px; text-align: center; text-transform: none; } }
/* css/cabinet.css finish */

.m-modal__wrapper { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(44, 49, 65, 0.75); display: flex; align-items: center; justify-content: center; z-index: 100; padding-left: 20px; padding-right: 20px; transition: opacity .3s ease-out; } @media (max-width: 768px) { .m-modal__wrapper { padding-left: 15px; padding-right: 15px; } } .m-modal__wrapper.closed { opacity: 0; pointer-events: none; user-select: none; } .m-modal__wrapper.closed .m-modal__inner { transform: translateY(10px); } .m-modal__inner { max-width: 1140px; width: 100%; padding: 50px 195px; background-color: white; position: relative; display: flex; flex-direction: column; align-items: center; max-height: calc(100vh - 80px); overflow-y: auto; transition: transform .3s ease-out; } @media (max-width: 1179px) { .m-modal__inner { max-width: 688px; padding: 50px 90px; } } @media (max-width: 768px) { .m-modal__inner { max-width: 290px; padding: 20px; } } .m-modal__container { position: relative; } .m-modal__head .close { width: 23px; height: 23px; background-image: url("/ico/close.svg"); background-size: 100% 100%; cursor: pointer; position: absolute; z-index: 100; top: 20px; right: 22px; } .m-modal__inner .m-modal-title { font-weight: 500; font-size: 36px; line-height: 41px; text-transform: uppercase; color: #2C3141; display: block; margin-bottom: 56px; } @media (max-width: 1179px) { .m-modal__inner .m-modal-title { margin-bottom: 70px; } } @media (max-width: 768px) { .m-modal__inner .m-modal-title { font-weight: 500; font-size: 22px; line-height: 25px; text-transform: uppercase; margin-bottom: 50px; } } .m-modal__inner .m-modal__select-list { display: flex; gap: 30px; margin-bottom: 50px; } @media (max-width: 1179px) { .m-modal__inner .m-modal__select-list { margin-bottom: 30px; } } @media (max-width: 768px) { .m-modal__inner .m-modal__select-list { flex-direction: column; width: 100%; gap: 10px; } } .m-modal__inner .m-modal__select-list-item input { opacity: 0; position: absolute; pointer-events: none; user-select: none; } .m-modal__inner .m-modal__select-list-item .m-modal__element { font-weight: normal; font-size: 20px; line-height: 23px; color: #2C3141; padding: 16px 0; width: 360px; text-align: center; border: 1px solid #6bc335; display: block; cursor: pointer; transition: background-color .3s ease-out, color .3s ease-out; } @media (max-width: 1179px) { .m-modal__inner .m-modal__select-list-item .m-modal__element { width: 236px; font-size: 18px; line-height: 21px; } } @media (max-width: 768px) { .m-modal__inner .m-modal__select-list-item .m-modal__element { width: 100%; } } .m-modal__inner .m-modal__select-list-item input:checked + .m-modal__element { background-color: #6bc335; color: white; } .m-modal__inner .m-modal__fields { width: 100%; display: flex; flex-direction: column; } @media (max-width: 768px) { .m-modal__inner .m-modal__fields { width: 250px; } } .m-modal__inner .m-modal__fields .m-modal-field { width: 100%; margin-bottom: 30px; } @media (max-width: 768px) { .m-modal__inner .m-modal__fields .m-modal-field { margin-bottom: 15px; } } @media (max-width: 768px) { .m-modal__inner .m-modal__fields .m-modal-field-label { max-width: 250px; width: 100%; } } .m-modal__inner .m-modal__fields .m-modal-field .m-modal-inp-text { width: 100%; height: 56px; border: 1px solid #2C3141; padding-left: 15px; font-weight: normal; font-size: 18px; line-height: 21px; outline: none; transition: border-color .3s ease-out; font-family: 'Ubuntu', sans-serif; } @media (max-width: 768px) { .m-modal__inner .m-modal__fields .m-modal-field .m-modal-inp-text { font-size: 16px; line-height: 18px; } } .m-modal__inner .m-modal__fields .m-modal-field .m-modal-inp-text:hover, .m-modal__inner .m-modal__fields .m-modal-field .m-modal-inp-text:focus { border-color: #6bc335; } .m-modal__inner .m-modal__fields .m-modal-field .m-modal-inp-text::placeholder { color: #8C8C8C; } .m-modal__inner .m-modal__fields .m-modal-field .m-modal-field-radio input { opacity: 0; position: absolute; user-select: none; pointer-events: none; } .m-modal__inner .m-modal__fields .m-modal-field .m-modal-field-radio .m-modal-radio-name { font-weight: normal; font-size: 18px; line-height: 21px; color: #2C3141; display: flex; align-items: center; gap: 7px; cursor: pointer; } @media (max-width: 768px) { .m-modal__inner .m-modal__fields .m-modal-field .m-modal-field-radio .m-modal-radio-name { font-size: 16px; line-height: 18px; } } .m-modal__inner .m-modal__fields .m-modal-field .m-modal-field-radio .m-modal-radio-name .m-modal-radio-elem { width: 18px; height: 18px; border-radius: 50%; border: 2px solid #8C8C8C; background-color: white; display: flex; align-items: center; justify-content: center; transition: border-color .3s ease-out; } .m-modal__inner .m-modal__fields .m-modal-field .m-modal-field-radio .m-modal-radio-name .m-modal-radio-elem .m-modal-marker { width: 8px; height: 8px; border-radius: 50%; background-color: transparent; transition: background-color .3s ease-out; } .m-modal__inner .m-modal__fields .m-modal-field .m-modal-field-radio input:checked + .m-modal-radio-name .m-modal-radio-elem { border-color: #6bc335; } .m-modal__inner .m-modal__fields .m-modal-field .m-modal-field-radio input:checked + .m-modal-radio-name .m-modal-radio-elem .m-modal-marker { background-color: #6bc335; } .m-modal__inner .m-modal__fields .m-modal-field.m-modal-flex { display: flex; align-items: center; gap: 30px; } .m-modal__inner .m-modal__fields .m-modal-field.m-modal-flex .m-modal-inp-text { width: 360px; } @media (max-width: 1179px) { .m-modal__inner .m-modal__fields .m-modal-field.m-modal-flex .m-modal-inp-text { width: 330px; } } @media (max-width: 768px) { .m-modal__inner .m-modal__fields .m-modal-field.m-modal-flex .m-modal-inp-text { width: 100%; } } @media (max-width: 1179px) { .m-modal__inner .m-modal__fields .m-modal-field.m-modal-flex { flex-direction: column; align-items: flex-start; gap: 10px; width: 100%; } } @media (max-width: 768px) { .m-modal__inner .m-modal__fields .m-modal-field.m-modal-flex { gap: 7px; } } .m-modal__inner .m-modal__fields .m-modal-field .m-modal-area-text { outline: none; width: 750px; height: 140px; border: 1px solid #2C3141; transition: border-color .3s ease-out; font-family: 'Ubuntu', sans-serif; font-weight: normal; font-size: 18px; line-height: 21px; padding: 18px 15px; resize: none; } @media (max-width: 1179px) { .m-modal__inner .m-modal__fields .m-modal-field .m-modal-area-text { width: 508px; } } @media (max-width: 768px) { .m-modal__inner .m-modal__fields .m-modal-field .m-modal-area-text { width: 100%; } } .m-modal__inner .m-modal__fields .m-modal-field .m-modal-area-text:hover, .m-modal__inner .m-modal__fields .m-modal-field .m-modal-area-text:focus { border-color: #6bc335; } .m-modal__inner .m-modal__fields .m-modal-field .m-modal-area-text::placeholder { color: #8C8C8C; } .m-modal__inner .m-modal__fields .m-modal-field.m-modal-last { margin-bottom: 14px; } .m-modal__inner .m-modal__fields .m-modal-file-add { margin-bottom: 70px; } .m-modal__inner .m-modal__fields .m-modal-file-add input { opacity: 0; position: absolute; pointer-events: none; user-select: none; } .m-modal__inner .m-modal__fields .m-modal-file-add .m-modal-name { cursor: pointer; display: flex; align-items: center; } .m-modal__inner .m-modal__fields .m-modal-file-add .m-modal-name::before { content: ""; display: block; width: 26px; height: 25px; margin-right: 4px; background-image: url("/ico/pin.svg"); background-size: 100% 100%; } .m-modal__inner .m-modal__fields .m-modal-file-add .m-modal-name span { font-weight: normal; font-size: 18px; line-height: 21px; color: #6BC335; border-bottom: 2px dashed #6BC335; } .m-modal__inner .m-modal__submit { font-weight: 500; font-size: 20px; line-height: 23px; text-transform: uppercase; color: #FFFFFF; width: 360px; background: #6BC335; border: 1px solid #6BC335; cursor: pointer; padding: 16px 0; margin-bottom: 20px; } @media (max-width: 768px) { .m-modal__inner .m-modal__submit { width: 250px; font-size: 18px; line-height: 21px; } } .m-modal__inner .m-modal__text { margin-top: 0; margin-bottom: 0; font-weight: normal; font-size: 18px; line-height: 24px; text-align: center; color: #2c3141; max-width: 440px; } .q-style { color: #2c3141 !important;text-decoration: underline;} .q-style:hover, .q-style:focus { color: #6bc335 !important; text-decoration: none !important;} .m-modal__inner .m-modal__text a { color: #8C8C8C; } @media (max-width: 768px) { .m-modal__inner .m-modal__text { font-size: 14px; line-height: 16px; } } .m-modal__inner .m-modal__select { display: flex; margin-bottom: 60px; gap: 30px; } .m-modal__inner .m-modal__select.m-closed { display: none; } @media (max-width: 1179px) { .m-modal__inner .m-modal__select { flex-direction: column; } } @media (max-width: 768px) { .m-modal__inner .m-modal__select { gap: 10px; margin-bottom: 30px; } } .m-modal__inner .m-modal__select .m-modal__select__list { display: flex; flex-direction: column; gap: 50px; } @media (max-width: 1179px) { .m-modal__inner .m-modal__select .m-modal__select__list { gap: 30px; } } @media (max-width: 768px) { .m-modal__inner .m-modal__select .m-modal__select__list { gap: 10px; } } .m-modal__inner .m-modal__select .m-modal__select__list-item { position: relative; width: 360px; } @media (max-width: 1179px) { .m-modal__inner .m-modal__select .m-modal__select__list-item { width: 100%; } } @media (max-width: 768px) { .m-modal__inner .m-modal__select .m-modal__select__list-item { width: 250px; } } .m-modal__inner .m-modal__select .m-modal__select__list-item input { width: 360px; height: 56px; color: #2C3141; border-top-right-radius: 28px; border-bottom-right-radius: 28px; border: 1px solid #6bc335; padding-left: 15px; padding-right: 60px; outline: none; font-weight: normal; font-size: 20px; line-height: 23px; cursor: pointer; } @media (max-width: 1179px) { .m-modal__inner .m-modal__select .m-modal__select__list-item input { width: 100%; } } @media (max-width: 768px) { .m-modal__inner .m-modal__select .m-modal__select__list-item input { width: 250px; font-size: 16px; line-height: 18px; } } .m-modal__inner .m-modal__select .m-modal__select__list-item input::placeholder { color: #8C8C8C; } .m-modal__inner .m-modal__select .m-modal__select__list-item .ico { width: 56px; height: 56px; border-radius: 50%; position: absolute; top: 0; right: 0; background-color: #6bc335; background-image: url("/ico/arrow-down.svg"); background-size: 14px 8px; background-position: 50% 50%; background-repeat: no-repeat; user-select: none; pointer-events: none; } .m-modal__inner .m-modal__select .m-modal__select__list-item .m-modal__popup-list { position: absolute; top: calc(100% + 10px); left: 0; right: 0; width: 100%; background-color: white; box-shadow: 0 0 18px rgba(0, 0, 0, 0.15); z-index: 10; display: flex; flex-direction: column; transition: opacity .3s ease-out, transform .3s ease-out; } .m-modal__inner .m-modal__select .m-modal__select__list-item .m-modal__popup-list-item { padding: 15px; font-size: 18px; cursor: pointer; transition: color .3s ease-out, color .3s ease-out; } @media (max-width: 768px) { .m-modal__inner .m-modal__select .m-modal__select__list-item .m-modal__popup-list-item { font-size: 16px; line-height: 18px; padding: 10px 15px; } } .m-modal__inner .m-modal__select .m-modal__select__list-item .m-modal__popup-list-item:hover:not(.active) { color: #6bc335; } .m-modal__inner .m-modal__select .m-modal__select__list-item .m-modal__popup-list-item.active { background-color: #6bc335; color: white; } .m-modal__inner .m-modal__select .m-modal__select__list-item .m-modal__popup-list.m-closed { opacity: 0; transform: translateY(10px); pointer-events: none; user-select: none; } .m-modal__inner .m-modal__select-content { gap: 15px; } @media (max-width: 768px) { .m-modal__inner .m-modal__select-content { gap: 5px; } } .m-modal__inner .m-modal__select-content .m-modal-img { width: 150px; min-width: 150px; height: 190px; border: 1px solid #6BC335; overflow: hidden; } .m-modal__inner .m-modal__select-content .m-modal-img img { object-fit: contain; min-width: 100%; min-height: 100%; } @media (max-width: 768px) { .m-modal__inner .m-modal__select-content .m-modal-img { width: 110px; min-width: 110px; height: 140px; } } .m-modal__inner .m-modal__select-content .m-modal__select-text { font-weight: 300; font-size: 12px; line-height: 14px; color: #2C3141; } @media (max-width: 768px) { .m-modal__inner .m-modal__select-content .m-modal__select-text { font-size: 11px; line-height: 13px; } } .m-modal__inner .m-modal__select-content .m-modal__select-text ul { margin-top: 0; margin-bottom: 10px; list-style: none; padding: 0; } .m-modal__inner .m-modal__select-content .m-modal__select-text ul li { display: flex; padding-left: 15px; gap: 6px; } .m-modal__inner .m-modal__select-content .m-modal__select-text ul li::before { content: ""; display: block; width: 6px; min-width: 6px; height: 6px; min-height: 6px; border-radius: 50%; background-color: #2C3141; margin-top: 4px; } @media (max-width: 768px) { .m-modal__inner .m-modal__select-content .m-modal__select-text ul li::before { width: 4px; min-width: 4px; height: 4px; min-height: 4px; margin-top: 4px; padding-left: 5px; } } @media (max-width: 768px) { .m-modal__inner .m-modal__select-content .m-modal__select-text ul li { gap: 4px; } } .m-modal__inner .m-modal__select-content .m-modal__select-text ul li:not(:last-of-type) { margin-bottom: 8px; } @media (max-width: 768px) { .m-modal__inner .m-modal__select-content .m-modal__select-text ul li:not(:last-of-type) { margin-bottom: 6px; } } @media (max-width: 768px) { .m-modal__inner .m-modal__select-content .m-modal__select-text ul { margin-bottom: 8px; } } .m-modal__inner .m-modal__select-content .m-modal__select-text p { padding: 0; margin-top: 0; margin-bottom: 10px; } @media (max-width: 768px) { .m-modal__inner .m-modal__select-content .m-modal__select-text p { margin-bottom: 8px; } } .m-question-answers__title { font-weight: normal; text-transform: uppercase; color: #2C3141; text-align: center; } .m-question-answers__block { display: flex; flex-wrap: wrap; gap: 30px; } @media (max-width: 767px) { .m-question-answers__block { flex-direction: column; } } .m-question-answers__block .m-qa-column { flex-basis: calc(50% - 30px); display: flex; flex-direction: column; gap: 30px; } .m-question-answers__block-item .mqa-field { cursor: pointer; padding: 13px 10px 13px 20px; background: #6BC335; color: white; display: flex; align-items: center; gap: 5px; justify-content: space-between; } .m-question-answers__block-item .mqa-field span { font-style: normal; font-weight: 500; font-size: 18px; line-height: 21px; color: #FFFFFF; } .m-question-answers__block-item .mqa-field svg { width: 30px; min-width: 30px; height: 30px; } .m-question-answers__block-item .mqa-content { border: 1px solid #6BC335; border-top: none; padding: 20px 20px 20px 15px; overflow: hidden; transition: max-height .3s ease-out, padding .3s ease-out; } .m-question-answers__block-item .mqa-content p { font-weight: 300; font-size: 18px; line-height: 23px; letter-spacing: 0.01em; color: #2C3141; margin-bottom: 23px; } .m-question-answers__block-item .mqa-content p b { font-weight: 600; } .m-question-answers__block-item .mqa-content p:first-of-type { margin-top: 0; } .m-question-answers__block-item .mqa-content .mqa-hide-cont { display: flex; align-items: center; width: fit-content; margin: 0 auto; cursor: pointer; } .m-question-answers__block-item .mqa-content .mqa-hide-cont span { font-weight: normal; font-size: 18px; line-height: 23px; letter-spacing: 0.01em; color: #6BC335; border-bottom: 2px dashed #6BC335; } .m-question-answers__block-item .mqa-content .mqa-hide-cont svg { width: 30px; min-width: 30px; height: 30px; } .m-question-answers__block-item.opened .mqa-content { padding: 20px 20px 20px 15px; } 
/* css/faq-modal.css finish */

 div.juxtapose { width: 100%; font-family: Helvetica, Arial, sans-serif; } div.jx-slider { width: 100%; height: 100%; position: relative; overflow: hidden; cursor: pointer; color: #f3f3f3; } div.jx-handle { position: absolute; height: 100%; width: 40px; cursor: col-resize; z-index: 15; margin-left: -20px; } .vertical div.jx-handle { height: 40px; width: 100%; cursor: row-resize; margin-top: -20px; margin-left: 0; } div.jx-control { height: 100%; margin-right: auto; margin-left: auto; width: 3px; background-color: currentColor; } .vertical div.jx-control { height: 3px; width: 100%; background-color: currentColor; position: relative; top: 50%; transform: translateY(-50%); } div.jx-controller { position: absolute; margin: auto; top: 0; bottom: 0; height: 60px; width: 9px; margin-left: -3px; background-color: currentColor; } .vertical div.jx-controller { height: 9px; width: 100px; margin-left: auto; margin-right: auto; top: -3px; position: relative; } div.jx-arrow { position: absolute; margin: auto; top: 0; bottom: 0; width: 0; height: 0; transition: all .2s ease; } .vertical div.jx-arrow { position: absolute; margin: 0 auto; left: 0; right: 0; width: 0; height: 0; transition: all .2s ease; } div.jx-arrow.jx-left { left: 2px; border-style: solid; border-width: 8px 8px 8px 0; border-color: transparent currentColor transparent transparent; } div.jx-arrow.jx-right { right: 2px; border-style: solid; border-width: 8px 0 8px 8px; border-color: transparent transparent transparent currentColor; } .vertical div.jx-arrow.jx-left { left: 0px; top: 2px; border-style: solid; border-width: 0px 8px 8px 8px; border-color: transparent transparent currentColor transparent; } .vertical div.jx-arrow.jx-right { right: 0px; top: auto; bottom: 2px; border-style: solid; border-width: 8px 8px 0 8px; border-color: currentColor transparent transparent transparent; } div.jx-handle:hover div.jx-arrow.jx-left, div.jx-handle:active div.jx-arrow.jx-left { left: -1px; } div.jx-handle:hover div.jx-arrow.jx-right, div.jx-handle:active div.jx-arrow.jx-right { right: -1px; } .vertical div.jx-handle:hover div.jx-arrow.jx-left, .vertical div.jx-handle:active div.jx-arrow.jx-left { left: 0px; top: 0px; } .vertical div.jx-handle:hover div.jx-arrow.jx-right, .vertical div.jx-handle:active div.jx-arrow.jx-right { right: 0px; bottom: 0px; } div.jx-image { position: absolute; height: 100%; display: inline-block; top: 0; overflow: hidden; -webkit-backface-visibility: hidden; } .vertical div.jx-image { width: 100%; left: 0; top: auto; } div.jx-image img { height: 100%; width: auto; z-index: 5; position: absolute; margin-bottom: 0; max-height: none; max-width: none; max-height: initial; max-width: initial; } .vertical div.jx-image img { height: auto; width: 100%; } div.jx-image.jx-left { left: 0; background-position: left; } div.jx-image.jx-left img { left: 0; } div.jx-image.jx-right { right: 0; background-position: right; } div.jx-image.jx-right img { right: 0; bottom: 0; } .veritcal div.jx-image.jx-left { top: 0; background-position: top; } .veritcal div.jx-image.jx-left img { top: 0; } .vertical div.jx-image.jx-right { bottom: 0; background-position: bottom; } .veritcal div.jx-image.jx-right img { bottom: 0; } div.jx-image div.jx-label { font-size: 1em; padding: .25em .75em; position: relative; display: inline-block; top: 0; background-color: #000; background-color: rgba(0,0,0,.7); color: white; z-index: 10; white-space: nowrap; line-height: 18px; vertical-align: middle; } div.jx-image.jx-left div.jx-label { float: left; left: 0; } div.jx-image.jx-right div.jx-label { float: right; right: 0; } .vertical div.jx-image div.jx-label { display: table; position: absolute; } .vertical div.jx-image.jx-right div.jx-label { left: 0; bottom: 0; top: auto; } div.jx-credit { line-height: 1.1; font-size: 0.75em; } div.jx-credit em { font-weight: bold; font-style: normal; } div.jx-image.transition { transition: width .5s ease; } div.jx-handle.transition { transition: left .5s ease; } .vertical div.jx-image.transition { transition: height .5s ease; } .vertical div.jx-handle.transition { transition: top .5s ease; } a.jx-knightlab { background-color: #000; background-color: rgba(0,0,0,.25); bottom: 0; display: table; height: 14px; line-height: 14px; padding: 1px 4px 1px 5px; position: absolute; right: 0; text-decoration: none; z-index: 10; } a.jx-knightlab div.knightlab-logo { display: inline-block; vertical-align: middle; height: 8px; width: 8px; background-color: #c34528; transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); top: -1.25px; position: relative; cursor: pointer; } a.jx-knightlab:hover { background-color: #000; background-color: rgba(0,0,0,.35); } a.jx-knightlab:hover div.knightlab-logo { background-color: #ce4d28; } a.jx-knightlab span.juxtapose-name { display: table-cell; margin: 0; padding: 0; font-family: Helvetica, Arial, sans-serif; font-weight: 300; color: white; font-size: 10px; padding-left: 0.375em; vertical-align: middle; line-height: normal; text-shadow: none; } div.jx-controller:focus, div.jx-image.jx-left div.jx-label:focus, div.jx-image.jx-right div.jx-label:focus, a.jx-knightlab:focus { background: #eae34a; color: #000; } a.jx-knightlab:focus span.juxtapose-name{ color: #000; border: none; }
/* css/juxtapose.css finish */

