@font-face {
	font-family: 'Solomon Sans Black';
	src: url('Solomon_Sans.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PT Sans';
	src: url('PT_Sans.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html {
	margin: 0%;
	padding: 0%;
}
body {
	margin: 0%;
	padding: 0%;
	font-size: 15px;
	font-family: PT Sans;
	color: #080808;
	background: #fcfcfc;
}
#main {
	overflow-x: hidden;
	min-width: 1300px;
}
a {
	color: #01857a;
}
a:hover {
	color: #e64100;
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-family: Exo;
	font-weight: bold;
}
h1,
p.h2,
h2,
p.h2,
h3 {
    font-family: Solomon Sans Black;
}
h1 {
	font-size: 55px;
    line-height: 44pt;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 25px;
}
p.h4,
h4 {
	font-size: 19px;
}
p.h1 {
	font-size: 43px;
}
p.h2 {
	font-size: 32px;
}
p.h3 {
	font-size: 25px;
}
.clear {
	clear: both;
}
.center {
	width: 1250px;
	margin: 0 auto;
}
img {
	max-width: 100%;
	height: auto;
}
/*header*/
p#banner_top {
	text-align: center;
	margin: 0%;
	background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(197,46,71,1) 0%, rgba(63,102,169,1) 100%);
}
p#banner_top img.mobile {
	display: none;
}
header {
    background: #0a1f4d url('images/bg_top.jpg') top center / cover no-repeat;
    padding: 3px 0 30px;
    color: #fff;
}
header .top {
    border-bottom: 1px solid rgba(221, 221, 221, 0.3);
    padding-bottom: 13px;
}
div.top a {
	color: #fff;
}
div.top a:hover {
	color: #feffe1;
}
div.top div.top {
    font-family: Trebuchet MS;
    border-bottom: 1px solid #273962;
    padding-bottom: 10px;
}
div.top div#logo {
    float: left;
    width: 15%;
}
div.top div#logo p {
    margin: 5px 0 5px 0;
}
div.top #desc {
	color: #def5ff;
	font-family: Trebuchet MS;
	font-size: 17px;
    float: left;
    width: 20%;
    padding-top: 13px;
}
div.top div#pount {
    float: left;
    width: 26%;
    margin-left: 40px;
    padding-top: 21px;
}
div.top div#pount p {
    font-weight: bold;
    margin: 0 0 -5px 0;
}
div.top div#pount ul {
	margin-left: 0%;
	padding-left: 0%;
    font-size: 14px;
}
div.top div#pount ul li {
    float: left;
    margin: 0 21px 6px 20px;
	cursor: pointer;
}
div.top div#pount ul li:hover {
	color: #feffce;
}
div.top div#telephone_top {
    float: left;
    width: 25%;
    text-align: right;
    padding-top: 10px;
}
p.telephone_number {
    font-family: Solomon Sans Black;
    font-size: 24px;
    margin-right: 10px;
    letter-spacing: -0.5px;
}
p.telephone_number a {
	text-decoration: none;
}
div.top div#button_top {
    float: right;
    width: 19%;
    text-align: right;
    padding-top: 25px;
}
header div#title {
    padding: 20px 0 0;
}
p.button span {
    background: #4abbeb url(images/massage.png) left 20px center no-repeat;
    border-bottom: 3px solid #b4e6fb;
    padding: 12px 34px 12px 60px;
    color: #fff;
    font-weight: bold;
    font-family: Trebuchet MS;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 2s;
}
p.button span:hover {
    background-color: #53a6ca;
    border-bottom: 3px solid #78c4e4;
    transition: 2s;
}
p.button a.ask-link {
    background: #4abbeb url(images/massage.png) left 20px center no-repeat;
    border-bottom: 3px solid #b4e6fb;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Trebuchet MS;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 34px 12px 60px;
    text-decoration: none;
    text-transform: uppercase;
    transition: 2s;
}
p.button a.ask-link:hover {
    background-color: #53a6ca;
    border-bottom: 3px solid #78c4e4;
    color: #fff;
    transition: 2s;
}

/*bottom_contact*/
div#bottom_contact {
    background: #031539 url(images/bg_contact_bottom.jpg) center center no-repeat;
    margin: 0;
    padding: 50px 0;
    color: #fff;
	transition: 2s;
    box-shadow: 0 0 24px rgba(0, 0, 0, .05);
}
div#bottom_contact:hover {
	transition: 2s;
    box-shadow: 0 0 24px rgba(0, 0, 0, .1);
}

/*nav*/
nav {
    text-align: center;
    padding: 10px 0;
}
nav a {
	color: #e5f7fe;
    font-family: Trebuchet MS;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    padding: 6px 19px;
    font-weight: bold;
    border-radius: 3px;
    margin: 0 5px;
}
nav a:hover {
	background: #0180b6;
    color: #fcfdc2;
}

/*title*/
#title div.content {
	width: 67%;
}
#title h1 {
	color: #e5f7fe;
    margin: 0 0 35px 0;
}
#title p.h2 {
	font-size: 21px;
    font-family: Solomon Sans Black;
    letter-spacing: 1px;
    margin: -20px 0 0;
    line-height: 22pt;
}
div#title ul {
    margin-left: 0%;
    padding-left: 0%;
    list-style-type: none;
    max-width: 500px;
    padding: 20px 0;
}
div#title ul li {
    padding: 0 0 20px 0;
}
div#title ul li div.image {
    float: left;
    width: 15%;
}
div#title ul li div.text {
    float: right;
    width: 83%;	
}
div#title ul li div.text p.name {
	font-size: 23px;
	color: #e5f7fe;
    font-family: Solomon Sans Black;
	margin: 0 0 5px 0;
}
div#title ul li div.text p.about {
	font-size: 16px;
	font-family: Trebuchet MS;
	margin: 0%;
}
div#title ul li div.text ul {
    padding: 0%;
}
div#title ul li div.text ul li {
    float: left;
    list-style-type: disc;
    margin: 0 20px 7px 20px;
    padding: 0%;
}

/* main middle */
main#middle {
    padding: 1px 0;
}
div#category div.center {
    background: #fff;
}
div#category div.center {
    background: #fefefe;
    box-shadow: 0 -20px 24px rgba(0, 0, 0, .1);
    border-radius: 6px;
    padding: 35px 30px;
    box-sizing: border-box;
    position: relative;
    margin-top: -40px;
	transition: 1s;
}
div#category div.center:hover {
    box-shadow: 0 -20px 24px rgba(0, 0, 0, .2);
	transition: 1s;
}
div#category p.h2,
div#category p.h4 {
	text-align: center;
	margin: 0 0 5px 0;
    font-family: Solomon Sans Black;
}
div#category .list .one {
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
    position: relative;
}
.one p.price {
    font-weight: bold;
    margin: 0%;
}
.one p.text {
    font-family: Solomon Sans Black;
	font-size: 19px;
	margin-top: 8px;
}
del {
    position: relative;
    margin-left: 7px;
    color: #e81515;
    font-size: 17px;
}
#category .list .one span {
    border-radius: 100%;
    position: absolute;
    right: 25px;
    top: 20px;
}
#category .list .one span.new {
    content: url(images/new.jpg);
}
#category .list .one span.hit {
    content: url(images/hit.jpg);
}

/*price*/
#price_triggers {
    background:url(images/blue_bg.jpg) bottom center no-repeat;
}
div#price {
    padding: 30px 0;
    background: url(images/bg_price_bg.jpg) top center no-repeat;
    position: relative;
    z-index: 2;
}
#price h2,
#price p.h4 {
	text-align: center;
	margin: 0 0 5px 0;
    font-family: Solomon Sans Black;
}

/* triggers */
#triggers {
    padding: 5px 0 50px;
	text-align: center;
    position: relative;
    z-index: 1;
}
#triggers h2 {
	max-width: 70%;
    margin: 0 auto;
}
#triggers .list {
    padding: 20px 0 0;
}
#triggers .list div.one {
	float: left;
	width: 25%;
	padding: 0 20px;
}
#triggers .list div.one {
    float: left;
    width: 25%;
    padding: 0 30px;
    box-sizing: border-box;
	position: relative;
}
#triggers .list div.one:before {
	content: '+';
    color: #e8e8e8;
    position: absolute;
    font-size: 38px;
    font-family: Solomon Sans Black;
    left: 0;
    top: 80px;
}
#triggers .list div.one.one1:before {
    content: '';
    height: 0px;
}
#triggers .list div.one p.img img {
	transition: 1s;
}
#triggers .list div.one:hover p.img img {
	transition: 1s;
	margin: -3px 0 3px;
}

/*table*/
table {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    border-collapse: collapse;
    font-family: Tahoma;
    font-size: 15px;
    background-color: #fff;
    margin: 35px auto 20px;
    border-radius: 8px;
    box-shadow: 0 0 24px rgba(0, 0, 0, .1);
    transition: 1s;
}
table:hover {
    box-shadow: 0 0 24px rgba(0, 0, 0, .2);
	transition: 1s;
}
table thead {
	background: #4abbeb;
	font-size: 21px;
	font-weight: bold;
	border-radius: 8px 8px 0 0;
    font-family: Solomon Sans Black;
	color: #fff;
}
table thead tr td {
    padding: 25px 45px;
    font-size: 18px;
}
table tr td {
    padding: 16px 45px;
    vertical-align: inherit;
    min-width: 200px;
    max-width: 340px;
    line-height: 15pt;
    font-family: Tahoma;
    font-size: 16px;
    height: auto !important;
}
table tbody tr:nth-child(even) {
	background-color: #fafafa;
}
table tbody tr:hover,
table tbody tr:nth-child(even):hover {
	background-color: #fcfcef;
}
table tbody tr td:last-child {
    font-family: Solomon Sans Black;
	font-size: 19px;
}
table tr td p {
    margin: 0 0 15px 0;
}
table tr td h4,
table tr td h2,
table tr td h3 {
    margin: 0 0 10px 0;
    font-size: 19px;
    line-height: 21pt;
    font-family: Solomon Sans Black;
}
table tr td ol,
table tr td ul {
	padding-left: 0%;
	margin-left: 0%;
}
table tr td ul li {
	margin-bottom: 4px;
	list-style-type: none;
}
table tr td s {
	color: #d72521;
	margin-left: 5px;
}

/* contact_bottom */
div#contact_bottom {
    padding: 30px 0 10px;
}
#contact_bottom h2,
#contact_bottom p.h4 {
    text-align: center;
    margin: 0 0 5px 0;
    font-family: Solomon Sans Black;
}
#contact_bottom .list {
	padding: 30px 0 10px;
}
#contact_bottom .list .one {
	float: left;
    width: 24%;
    box-shadow: 0 0 24px rgba(0, 0, 0, .05);
    background: #fff;
    margin: 0 5px;
    padding: 21px 20px 21px 60px;
    box-sizing: border-box;
    position: relative;
	transition: 1s;
    min-height: 180px;
}
#contact_bottom .list .one p.coordinates {
    margin: 10px 0 0;
    font-size: 13px;
}
#contact_bottom .list .one:hover {
    box-shadow: 0 0 24px rgba(0, 0, 0, .1);
	transition: 1s;
}
#contact_bottom .list .one p {
    z-index: 2;
}
#contact_bottom .list .one p.adress {
    font-size: 19px;
    font-family: Solomon Sans Black;
	margin: 0%;
}
#contact_bottom .list .one p.about {
	margin: 5px 0;
}
#contact_bottom .list .one p.time {
	margin: 0%;
}
#contact_bottom .list .one span {
	float: left;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 5px solid #ff3434;
    position: absolute;
    left: 17px;
    top: 28px;
    border-radius: 100%;
}
#contact_bottom .list .one i {
    color: #f7f7f7;
    font-size: 80px;
    font-family: Solomon Sans Black;
    position: absolute;
    bottom: -21px;
    left: 13px;
    font-style: normal;
    z-index: 1;
}
#map {
    height: 450px;
    margin: 25px 0;
    background: #faf7ed;
    box-shadow: 0 0 24px rgba(0, 0, 0, .05);
	transition: 1s;
}
#map:hover {
    box-shadow: 0 0 24px rgba(0, 0, 0, .1);
	transition: 1s;
}

/*about*/
div#about {
    padding: 5px 0;
	background: url('images/bg_yellow.jpg') top 95px center repeat-x;
    margin-top: -50px;
}
div#about .post_one {
	position: relative;
    padding-top: 115px;
}
div#about .post_one img {
	float: right;
    box-shadow: 0 0 24px rgba(0, 0, 0, .07);
	transition: 1s;
}
div#about .post_one img:hover {
    box-shadow: 0 0 24px rgba(0, 0, 0, .12);
	transition: 1s;
}
div#about .post_one img:nth-child(1) {
	margin: -40px 0 20px 70px;
}
div#about .post_one img:nth-child(2) {
    position: absolute;
    right: 450px;
    top: 220px;
}
.post_one {
    line-height: 18pt;
    font-size: 15px;
}
div#about .post_one h2 {
	font-size: 27px;
    line-height: 27pt;
}

/*questions*/
div#questions {
    padding: 1px 0 30px;
}
div#questions ul {
    margin-left: 0%;
    padding-left: 0%;
    list-style-type: none;
}
#questions p.question span {
    font-family: Solomon Sans Black;
    font-size: 20px;
	border-bottom: 1px dashed #b9b9b9;
	cursor: pointer;
}
#questions p.question span:hover {
	color: #f53535;
	border: none;
}
#questions p.question:before {
    content: '+';
    margin-right: 10px;
    position: relative;
    top: -1px;
    font-family: Solomon Sans Black;
    font-size: 20px;
}
#questions div.post_one {
	display: none;
    padding-bottom: 3px;
    padding-left: 22px;
    box-sizing: border-box;
}
#questions div.post_one.active {
	display: block;
}

/*mask*/
p.visibility {
    display: none;
}
div#mask {
    background: #000;
    opacity: 0.7;
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	display: none;
}
div#mask.active {
	display: block;
}
div#callme_form {
    position: fixed;
    top: 5%;
    width: 30%;
    max-width: 430px;
    padding: 50px 60px 30px;
    box-sizing: border-box;
    z-index: 11;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
	display: none;
}
div#callme_form.active {
	display: block;
}
div#callme_form p.h2 {
    text-align: left;
    font-size: 23px;
}
div#callme_form p.politic {
    padding: 30px 0;
    font-size: 13px;
	opacity: 0.6;
}
div#callme_form p.politic a {
	color: #323232;
}
div#callme_form input,
div#callme_form textarea {
    box-shadow: none;
    border: 2px solid #ddd;
    transition: 2s;
    padding: 14px 20px;
    width: 100%;
    box-sizing: border-box;
	font-size: 16px;
	font-family: Tahoma;
}
div#callme_form input:hover,
div#callme_form textarea:hover {
    border: 2px solid #888888;
	transition: 2s;
}
div.form_fixed p.top {
    text-align: right;
    margin-top: 9px;
}
div.form_fixed p.top span {
    background: url(images/close_black.png) center center no-repeat;
    padding: 10px;
    cursor: pointer;
    transition: 1s;
    position: relative;
    right: -20px;
    top: -20px;
}
p.submit span {
	background: #4abbeb;
    border-bottom: 3px solid #b4e6fb;
    padding: 15px 28px;
    color: #fff;
    font-weight: bold;
    font-family: Trebuchet MS;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 2s;
}
p.submit span:hover {
    background-color: #36abdd;
    border-bottom: 3px solid #98d8f3;
    transition: 2s;
}
div#callme_form p.submit {
    padding: 20px 0 0;
}
div#callme_form p.submit b {
    font-size: 13px;
    margin-left: 20px;
    opacity: 0.3;
    display: none;
}
div#callme_form p.submit b.active {
	display: -webkit-inline-box;
}
div#callme_form input.error {
    border: 2px solid red;
}
div#callme_form input.good {
    border: 2px solid green;
}
div#callme_form div.tel {
	display: none;
}
textarea:focus,
select:focus,
input:focus {
	outline: none;
}
html form input.good {
    border-bottom: 3px solid #5eb304;
}
html form input.error {
    border-bottom: 3px solid #eb3942;
}

/* popup__toggle */
#popup__toggle {
    bottom: 12%;
    right: 5px;
    position: fixed;
    z-index: 9;
}
.img-circle{background-color:#29AEE3;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #29AEE3;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#29AEE3;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url(images/telephone_call_white.png);background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
}

/*footer*/
footer {
    padding: 15px 0 40px;
    text-align: center;
    font-size: 15px;
}
footer a {
	color: #232323;
}
footer p {
	margin: 0 0 4px 0;
}
p.autor {
	opacity: 0.4;
	padding: 20px 0 0 0;
	font-size: 13px;
}
footer p.metrika {
    padding: 7px 0 0;
    opacity: 0.5;
	transition: 1s;
}
footer p.metrika:hover {
	opacity: 1;
	transition: 1s;
}

/* admin_link_center */
.admin_link a {
	background-color: #d20000;
	color: #fff;
	padding: 3px 10px;
	text-decoration: none;
	font-size: 12px;
	opacity: 0.6;
}
.admin_link a:hover {
	background-color: #2d2d2d;
	color: #fffee1;
	opacity: 1;
}
.admin_link_center {
	text-align: center;
}
p.admin_link_fixed {
	position: fixed;
    top: 250px;
    right: 20px;
    z-index: 999;
}

/*scrollup*/
.scrollup {
    width: 60px;
    height: 75px;
    opacity: 0.3;
    position: fixed;
    border-radius: 2px;
    bottom: 25%;
    left: 3%;
    text-indent: -9999px;
    background: url(images/go_top.png) no-repeat;
    outline: 0;
    display: none;
    transition: 1s;
    cursor: pointer;
}
.scrollup:hover {
    opacity: 0.8;
    transition: 1s;
}

/* single page */
main#middle h1 {
    font-size: 40px;
    line-height: 34pt;
}
main#middle.single_page {
    border-bottom: 1px solid #ececec;
    padding-bottom: 50px;
    margin-bottom: 20px;
}

/* answer */
#answer .answer_block {
    padding-bottom: 40px;
}
#answer .answer_block p.h2 {
    margin-bottom: 0%;
}
 
@media(max-width:650px) {
    .topmes {
        justify-content: center;
    }
	#main {
		min-width: 100%;
		width: 100%;
	}
	p.admin_link_fixed {
		display: none;
	}
	#popup__toggle {
		bottom: 4%;
		right: 2px;
		position: fixed;
		z-index: 8;
	}
	.circlephone {
		max-width: 70px;
		max-height: 70px;
	}
	.circle-fill {
		max-width: 45px;
		max-height: 45px;
		bottom: -12px;
		right: 23px;
	}
	.img-circle {
		width: 25px;
		height: 25px;
		right: 33px;
		top: -27px;
	}
	.img-circleblock {
		width: 20px;
		height: 20px;
		right: 3px;
		top: 2px;
		position: absolute;
		background-size: 65%;
	}
	h1 {
		font-size: 27px;
		line-height: 25pt;
	}
	h2,
	p.h1,
	p.h2 {
		font-size: 25px;
		line-height: 23pt;
	}
	p.h3,
	h3 {
		font-size: 23px;
		line-height: 19pt;
	}
	.center {
		width: 92%;
		max-width: 92%;
		min-width: 92%;
	}
	
	header {
		padding: 12px 0;
	}
	div.top {
		text-align: center;
		padding: 0 0 25px 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	div.top div#logo,
	div.top #desc,
	div.top div#pount,
	div.top div#telephone_top,
	div.top div#button_top {
		margin: 0%;
		padding: 5px 0;
		width: 100%;
		float: none;
	}
	div.top div#pount {
		display: flow-root;
	}
	div.top div#telephone_top {
		text-align: center;
		clear: both;
		display: block;
	}
	div.top div#button_top {
		float: none;
		width: 100%;
		text-align: center;
	}
	p.telephone_number {
		margin: 10px 0 0;
	}
	div.top div#logo p {
		margin: 0%;
	}
	div.top #desc p {
		margin-top: 0%;
	}
	div.top div#pount ul li {
		float: left;
		margin: 0 25px 8px;
	}
	nav {
		text-align: center;
		padding: 20% 0 0;
		background: #fff;
		color: #323232;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 11;
		display: none;
	}
	nav.active {
		display: block;
	}
	nav a {
		color: #323232;
		display: block;
		padding: 20px 0;
		font-size: 16px;
		font-weight: bold;
		margin: 0%;
	}
	nav a:hover {
		background: transparent;
	}
	#title div.content {
		width: 100%;
	}
	#title p.h2 {
		font-size: 19px;
		line-height: 18pt;
	}
	div#title ul {
		max-width: none;
		padding: 20px 0;
		background: #0a1f4d;
	}
	div#title ul li div.text p.name {
		font-size: 19px;
	}
	div#title ul li div.text ul li {
		float: left;
		list-style-type: disc;
		margin: 0 10px 5px 10px;
		padding: 0%;
		font-size: 14px;
	}
	div#category div.center {
		padding: 20px;
	}
	div#category .list .one {
		float: none;
		width: 100%;
		box-sizing: border-box;
		padding: 0 0 10px 0;
	}
	div#category .list .one p.img {
		margin: 0%;
	}
	table {
		margin: 20px 0;
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	table thead tr td {
		padding: 8px 20px;
		font-size: 17px;
		box-sizing: border-box;
		min-width: auto;
		max-width: 100%;
		width: 100% !important;
	}
	table tr td {
		padding: 8px 20px;
		min-width: auto;
		max-width: 100%;
		width: 100% !important;
		display: block;
		box-sizing: border-box;
	}
	table tr td h4,
	table tr td h2,
	table tr td h3 {
		font-size: 19px;
		line-height: 18pt;
	}
	#triggers {
		padding: 25px 0 20px;
		text-align: center;
		background: #ecf9fe;
	}
	#triggers h2 {
		max-width: 100%;
		margin: 0 auto;
	}
	div#price {
		padding: 30px 0 5px;
	}
	#triggers .list div.one {
		float: none;
		width: 100%;
		padding: 0;
		box-sizing: border-box;
	}
	#triggers p.img img {
		max-width: 40%;
	}
	#contact_bottom p.h4 a {
		display: block;
		line-height: 30pt;
	}
	#contact_bottom .list {
		padding: 10px 0 2px;
	}
	#contact_bottom .list .one {
		float: none;
		width: 100%;
		box-shadow: 0 0 24px rgba(0, 0, 0, .05);
		background: #fff;
		margin: 0 0 8px 0;
		padding: 17px 10px 15px 60px;
		box-sizing: border-box;
		position: relative;
		transition: 1s;
		min-height: auto;
	}
	#map {
		height: 450px;
		margin: 15px 0;
	}
	div#about {
		background: #fbfbef;
		margin-top: 0%;
	}
	div#about .post_one {
		position: relative;
		padding: 20px 0;
	}
	div#about .post_one h2 {
		font-size: 23px;
		line-height: 23pt;
	}
	.post_one {
		line-height: 17pt;
		font-size: 15px;
	}
	div#about .post_one img:nth-child(1) {
		margin: 10px 0;
		float: none;
	}
	div#about .post_one img:nth-child(2) {
		display: none;
	}
	div#questions {
		padding: 10px 0 20px;
	}
	div#questions p.h2 {
		text-align: center;
	}
	#questions div.post_one {
		padding-left: 0%;
	}
	div#bottom_contact {
		background: #031539;
		background-size: cover;
		margin: 0%;
		padding: 20px 0 30px;
		color: #fff;
		transition: 2s;
		box-shadow: 0 0 24px rgba(0, 0, 0, .05);
	}
	div#bottom_contact div.top {
		text-align: center;
		padding: 0%;
		border-bottom: none;
	}
	p.autor {
		display: none;
	}
	main#middle.single_page {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	div#callme_form {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		max-width: 430px;
		padding: 50px 50px 0;
		box-sizing: border-box;
		z-index: 11;
		left: 0;
		margin: 0 auto;
		background: #fff;
		display: none;
	}
	div#callme_form p.politic {
		display: none;
	}
	div#callme_form div.tel p.title {
		margin-bottom: -5px;
	}
	div#callme_form div.tel a {
		color: #323232;
	}
	div#callme_form div.tel {
		padding-bottom: 10px;
		display: block;
	}
	#triggers .list div.one:before {
		content: '';
		height: 0px;
	}
	p#banner_top img.pc {
		display: none;
	}
	p#banner_top img.mobile {
		display: block;
	}
	
}

@media(max-width:350px) {
	div#callme_form {
		width: 100%;
		max-width: 100%;
		padding: 20px 30px 0;
	}
	div.form_fixed p.top span {
		right: -5px;
		top: -5px;
	}
	div.top div#pount ul li {
		float: left;
		margin: 0 7px 6px 20px;
	}
	h1 {
		font-size: 25px;
		line-height: 23pt;
	}
	#title p.h2 {
		font-size: 18px;
		line-height: 17pt;
	}
	div#category .list .one p.img img {
		max-width: 50%;
	}
	
}
    .topworktime {
    display: block;
    font-size: 13px;
    font-family: 'PT Sans';
}
.blockwithmess {
    display: flex;
    align-items: center;
}
.blockwithmess a {
    width: 30px;
    height: 30px;
    margin: 0 5px 0 5px;
}
.blockwithmess a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.topmes {
    display: flex;
}
