a {
   color: #0000FF;
   text-decoration: underline;
}
a:visited {
   color: #800080;
}
a:active {
   color: #FF0000;
}
a:hover {
   color: #0000FF;
   text-decoration: underline;
}
input:focus,
textarea:focus,
select:focus {
   outline: none;
}
.visibility-hidden {
   visibility: hidden;
}
a.Вызов_мастера {
   -moz-transition: all 5ms linear;
   -webkit-transition: all 5ms linear;
   color: #FFFFFF;
   display: inline-block;
   position: relative;
   text-decoration: none;
   transition: all 5ms linear;
}
a.Вызов_мастера::after,
a.Вызов_мастера::before {
   -moz-transition: all 5ms linear;
   -webkit-transition: all 5ms linear;
   background: #3A3232;
   background: transparent;
   content: "";
   display: block;
   height: 1px;
   opacity: 0;
   position: absolute;
   transition: all 5ms linear;
   width: 100%;
}
a.Вызов_мастера::before {
   -moz-transform: translateY(-10px);
   -webkit-transform: translateY(-10px);
   top: -1px;
   transform: translateY(-10px);
}
a.Вызов_мастера::after {
   -moz-transform: translateY(10px);
   -webkit-transform: translateY(10px);
   bottom: -1px;
   transform: translateY(10px);
}
a.Вызов_мастера:hover::after,
a.Вызов_мастера:hover::before {
   -moz-transform: translateY(0px);
   -webkit-transform: translateY(0px);
   background: #3A3232;
   opacity: 1;
   transform: translateY(0px);
}
a.Вызов_мастера:visited {
   color: #FFFFFF;
   text-decoration: none;
}
a.Вызов_мастера:active {
   color: #FFFFFF;
   text-decoration: none;
}
a.Вызов_мастера:hover {
   color: #3A3232;
   text-decoration: none;
}
h1,
.h1 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 32px;
   font-weight: bold;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h2,
.h2 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 27px;
   font-weight: bold;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h3,
.h3 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 24px;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h4,
.h4 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 21px;
   font-style: italic;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h5,
.h5 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 19px;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h6,
.h6 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 16px;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
.CustomStyle {
   background-color: transparent;
   color: #000080;
   font-family: "Courier New";
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
}
