html, body
{
   font-family: 'Tahoms', sans-serif;
   color:#61686e;
   margin:0;
   padding:0;
   height: 100%;
   overflow: auto;
   width: 100%;
   font-size: 24px;
   overflow-x: hidden;
}

h1{font-size:24px;}

a{
color: #0e3e75;
}

a:hover{
text-decoration: underline;
}


#page{
z-index: 2;
position: relative;
height:100%;
width:100%;
}

#back{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: auto;
}

.content{
width:100%;
height: 100%;
margin:0 auto;
text-align:center;
/*background: url(../) no-repeat;*/
display: block;
position: absolute;
top: 0px;
left: 0px;
}

.content img{
    width: 75px;
    border-radius: 5px;
}

.text
{
position: absolute;
top: 8%;
left: 0px;
right: 0;
text-align: left;
margin-top: 10px;
width: 100%;
background: linear-gradient(to right,#949494c7 0,#c9ccd0e0 35%,#c9ccd0e0 65%,#949494d9 100%);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
display: flex;
justify-content: center;
padding-bottom: 15px;
}

span.tel{
color: #444a51;
font-size: 145%;

}

table.price{
border-collapse:collapse;
border: 1px solid;
font-size: 14px;
}

table.price td{
border-collapse:collapse;
border: 1px solid;
padding: 5px;
}
#page{
	    background: url(/img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: auto;
}
.text-content{
	    width: 660px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
    justify-content: space-between;
}
.text-content p:first-child{font-size: 114%;
    font-weight: bold;
    color: #ce3434;width: 100%;text-align: left;}
.logos{display: flex;
    flex-direction: column;
    padding: 0 15px;}
.price-list{
    display: block;
    margin: 10px auto 0px;
    background: #e02f26;
    width: 190px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
}
.chek{
    text-align: center;
}
.chek span{
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 35px;
    font-size: 19px;
    color: #35393d;
}