*{
padding: 0;
margin: 0;
border: 0;
}
*,*:before,*:after{
box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}
footer,header{display: block;}
html,body{
height: 100%;
width: 100%;
font-size: 100%;
line-height: 1.5;
}
button{cursor: pointer;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}
h1,h2,h3{font-size:inherit;font-weight: 700;}
body{
font-family: Verdana, sans-serif;
color: #010101;
font-size: 16px;
font-weight: 400;
}
.wrapper {
min-width: 320px;
min-height: 100%;
}
.header {
max-width: 100%;
font-size: 28px;
font-weight: 500;
color: #FFFFFF;
background-color: #2c2c2c;
}
.container {
max-width: 750px;
margin: 0px auto;
padding: 0px 5px;
}
.header__row {
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
}
.logo__column {
display: flex;
align-items: center;
justify-content: center;
flex: 0 0 auto;
}
.header__logo{
margin: 7px;
}
.logo__image{
height: 40px;
}
.header__name {
text-align: center;
}
.tel__column {
display: flex;
flex: 0 1 auto;
justify-content: center;
align-items: center;
}
.tel_image {
display: block;
height: 25px;
}
.header__number {
font-size: 22px;
font-weight: 400;
}
.header__menu {
display: flex;
width: 320px;
align-items: center;
justify-content: center;
padding-bottom: 7px;
}
.menu__list {
width: 100%;
display: flex;
justify-content: space-between;
align-items: stretch;
}
.menu__link , .menu_no_link{
position: relative;
font-style: italic;
font-size: 22px;
height: 100%;
color: #FFFFFF;
margin: auto;
user-select: none;
}
.menu__link::before {
content: '';
bottom: -4px;
left: -1px;
position: absolute;
width: 104%;
height: 2px;
background-color: #9CB3F7;
transition: 0.2s;
transform: scaleX(0);
}
.menu__link:hover:before {
transform: scaleX(1);
}
.menu__link:hover {
color: #9CB3F7;
}
.title__h1 {
margin: 10px 0px;
padding: 0px 5px;
text-align: center;
font-size: 24px;
font-weight: 700;
}
.text {
padding: 0px 10px;
text-align: justify;
text-indent: 40px;
}
.text ul {
padding: 0px 0px 10px 0px;
text-indent: 0px;
}
.text ul span,.text span{
font-weight: 700;
}
.page__vibor {
padding: 0px 10px;
margin: 20px 0px 20px  0px;
text-align: center;
font-size: 12px;
}
.page__row {
display: flex;
flex-wrap: wrap;
max-width: 950px;
margin: 0px auto;
}
.uslugi__column {
display: flex;
flex: 0 1 100%;
flex-direction: row;
height: 75px;
justify-content:space-between;
position: relative;
margin: 7px 0px 6px 0px;
}
.uslugi__column:nth-child(odd) {
background-color: rgb(239, 238, 237);
}
.uslugi__column:nth-child(even) {
background-color: rgb(209, 238, 237);
}
.uslugi__column:hover {
background-color: #E1E1E1;
}
.column__title {
display: flex;
min-height: 27%;
min-width: 230px;
text-align: center;
font-size: 18px;
font-style: italic;
font-weight: 400;
color: #252829;
padding: 0px 0px 0px 2px;
align-items: center;
}
.column__icon {
display: flex;
align-items: center;
justify-content:center;
min-width: 95px;
margin: 0px;
}
.icon_image {
width: 80%;
height: 80%;
}
.column__link{
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.title__h2 {
width: 100%;
font-size: 20px;
font-weight: 700;
text-align: center;
margin: 20px auto;
}
.plusi_row {
display: flex;
width: 100%;
flex-wrap: wrap;
margin: 40px 0px 40px 0px;
justify-content: center;
}
.plusi_column {
display: flex;
flex-direction: column;
flex: 0 1 35%;
align-items: center;
}
.plusi_image_box {
width: 100px;
height: 100px;
border: 3px solid #808080;
background-color: #1a1a1a;
display: flex;
align-items: center;
justify-content: center;
padding: 20px 20px;
border-radius: 50%;
}
.plusi_image {
width: 100%;
height: 100%;
}
.plusi_text {
margin: 20px 0px 20px 0px;
font-style: italic;
font-weight: 400;
font-size: 16px;
width: 150px;
text-align: center;
}
.kiosk {
display: flex;
flex-wrap: wrap;
}
.kiosk__name {
display: flex;
flex: 0 1 100%;
justify-content: center;
font-weight: 700;
}
.kiosk__adres {
display: flex;
flex: 0 1 100%;
min-width: 200px;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 10px 0px;
}
.kiosk__rezim {
display: flex;
flex: 0 1 100%;
flex-direction: column;
align-items: center;
padding: 10px 0px;
}
.kiosk__rezim p:first-child , .kiosk__adres p:first-child{
font-weight: 700;
}
.css-modal-details {
display: flex;
flex: 0 1 100%;
align-items: center;
justify-content:center;
padding: 10px 0px;
}
.css-modal-details summary {
display: inline-flex;
position: relative;
padding: 12px 30px;
color: #FFF;
font-weight: bold;
background: #2D2D2D;
cursor: pointer;
overflow: hidden;
border-radius: 7px;
z-index: 1;
}
.css-modal-details summary:hover,
.css-modal-details summary:active,
.css-modal-details summary:focus {
color: #FFF;
}
.css-modal-details summary:before {
content: '';
position: absolute;
top: 0;
right: -50px;
bottom: 0;
left: 0;
border-right: 50px solid transparent;
border-top: 54px solid #4d4d4d;
transition: transform 0.3s;
transform: translateX(-100%);
z-index: -1;
}
.css-modal-details summary:hover:before,
.css-modal-details summary:active:before,
.css-modal-details summary:focus:before {
transform: translateX(0);
}
.css-modal-details details[open] summary {
cursor: default;
opacity: 0;
position: fixed;
left: 0;
top: 0;
z-index: 3;
width: 100%;
height: 100%;
}
.css-modal-details details .cmc {
display:flex;
align-items:center;
justify-content:center;
}
.css-modal-details details[open] .cmc {
pointer-events: none;
z-index: 4;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
animation: bg 0.5s ease;
background: rgba(51, 122, 183, 0.7);
}
.css-modal-details details .cmt {
font-size: 16px;
width:334px;
transition: 0.5s;
border: 2px solid #BFE2FF;
border-radius: 12px;
background: #FFF;
box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
text-align: center;
overflow: auto;
}
.kiosk_image {
width: 330px;
height: auto;
}
.css-modal-details details[open] .cmt {
animation: scale 0.5s ease;
z-index: 4;
pointer-events: auto;
}
.krestik{
font-size: 40px;
position: absolute;
z-index: 10;
top: 20px;
right: 20px;
}
@keyframes scale {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes move {
0% {
right: -80px;
}
100% {
right: 20px;
}
}
@keyframes bg {
0% {
background: rgba(51, 122, 183, 0);
}
100% {
background: rgba(51, 122, 183, 0.7);
}
}
.karta {
width: 80%;
position: relative;
margin: 0px auto;
margin-bottom: 20px;
}
.karta__image {
width: 100%;
height: 100%;
}
.call-button {
display: inline-block;
width: 70px;
height: 70px;
background-color: blue;
color: white;
font-size: 36px;
text-align: center;
line-height: 65px;
border-radius: 50%;
text-decoration: none;
position: fixed;
bottom: 30px;
right: 30px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.call-button:hover {
transform: scale(1.1);
box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}
@keyframes pulse {
0% {
transform: scale(1);
}
50% {
transform: scale(1.4);
}
100% {
transform: scale(1);
}
}
.call-button {
animation: pulse 1.8s infinite;
}
.footer {
background-color: #2c2c2c;
}
.footer__row {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
}
.footer__text {
text-align: center;
color: #AAACAE;
font-size: 13px;
padding: 17px;
}
.slayder_column {
position: relative;
max-width: 330px;
margin: 30px auto 70px;
box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.50);
}
.slayder_column input[name="slayder_button"] {
display: none;
}
.slayder_button {
position: absolute;
left: 0;
bottom: -80px;
text-align: center;
padding: 20px 0px;
width: 100%;
}
.slayder_button label {
display: inline-block;
width: 30px;
height: 30px;
cursor: pointer;
margin:0px 10px;
border-radius: 50%;
border: 6px solid #999;
}
#slaid1:checked~.slayder_button label[for="slaid1"] {
border: 6px solid #333;
}
#slaid2:checked~.slayder_button label[for="slaid2"] {
border: 6px solid #333;
}
#slaid3:checked~.slayder_button label[for="slaid3"] {
border: 6px solid #333;
}
.slayder_row {
overflow: hidden;
}
.slayder_box {
display: flex;
width: 100%;
transition: all 0.5s;
}
.slayder_box img {
width: 100%;
height: 100%;
flex-shrink:0;
}
#slaid1:checked~.slayder_row .slayder_box {
transform: translateX(0);
}
#slaid2:checked~.slayder_row .slayder_box {
transform: translateX(-100%);
}
#slaid3:checked~.slayder_row .slayder_box {
transform: translateX(-200%);
}
@media (min-width: 481px){
body{
font-size: 18px;
}
.container {
padding: 0px;
}
.title__h1 {
font-size: 28px;
}
.page__vibor {
font-size: 16px;
}
.uslugi__column {
flex: 0 1 50%;
flex-direction: column;
height: auto;
margin: 0px;
}
.uslugi__column:nth-child(odd),
.uslugi__column:nth-child(even) {
background-color: transparent;
}
.column__title {
font-size: 22px;
padding: 0px;
align-items: stretch;
justify-content: center;
}
.column__icon {
margin: 0px 0px 45px 0px;
}
.title__h2 {
font-size: 24px;
margin: 30px auto;
}
.plusi_text {
font-size: 18px;
width: 180px;
}
.kiosk__adres {
flex: 0 1 50%;
padding: 20px 0px;
}
.kiosk__rezim {
flex: 0 1 50%;
padding: 20px 0px;
}
.karta {
width: 70%;
}
}
@media (min-width: 768px){
body {
font-size: 20px;
}
.container {
max-width: 1200px;
}
.tel__column {
flex: 0 0 35%;
}
.header__menu {
padding-bottom: 0px;
}
.title__h1 {
margin: 20px auto;
padding: 0px 10px;
font-size: 40px;
}
.text ul {
padding: 0px 10px 10px 53px;
text-indent: 40px;
}
.page__vibor {
font-size: 18px;
}
.uslugi__column {
flex: 0 1 33.333%;
}
.title__h2 {
font-size: 30px;
}
.plusi_column {
flex: 0 1 18%;
}
.plusi_text {
font-size: 20px;
width: 200px;
}
.kiosk__adres {
flex: 0 1 35%;
padding: 20px 0px;
}
.kiosk__rezim {
flex: 0 1 35%;
padding: 40px 0px;
}
.css-modal-details{
flex: 0 1 30%;
padding: 0px;
}
.karta {
width: 50%;
}
}