* {
  margin: 0;
  padding: 0;
  cursor: default;
}
body {
  overflow-x: hidden;
  font-size: 13px;
  line-height: 22px;
  padding-bottom: 15px;
  font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
  background-color: #eee;
}
hr {
  border: 1px solid #c8c8c8;
  margin-top: 23px;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #0a78c2;
  font-weight: 700;
}
.blue-text {
  color: #0a78c2;
}
body a:hover {
  text-decoration: underline;
  cursor: pointer;
}
#centering {
  position: relative;
  width: 94%;
  margin: 0 auto;
  max-width: 960px;
  padding-bottom: 15px;
}
#header {
  position: relative;
  width: 100%;
  height: 131px;
  margin-bottom: 18px;
  background: transparent url(../images/header.jpg) repeat-x scroll 0% 0%;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
#header__post {
  position: absolute;
  right: 260px;
  top: 30px;
  height: 70px;
  width: 120px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  background: transparent url(../images/11.png) no-repeat scroll center bottom;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1),
    1px 1px 1px rgba(0, 0, 0, 0.5);
}
#header__popular {
  position: absolute;
  right: 140px;
  top: 30px;
  height: 70px;
  width: 120px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  background: transparent url(../images/22.png) no-repeat scroll center bottom;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1),
    1px 1px 1px rgba(0, 0, 0, 0.5);
}
#header__rating {
  position: absolute;
  right: 20px;
  top: 30px;
  height: 70px;
  width: 120px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  background: transparent url(../images/33.png) no-repeat scroll center bottom;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1),
    1px 1px 1px rgba(0, 0, 0, 0.5);
}
#logo {
  color: #fff;
  font-family: pacifico, cursive;
  text-transform: uppercase;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1),
    1px 1px 1px rgba(0, 0, 0, 0.5);
  padding: 45px 0 0 30px;
  font-size: 28px;
  line-height: 38px;
}
#main {
  float: left;
  padding: 20px 2% 15px;
  background-color: #fff;
  box-shadow: 0 0 3px #c2c6ca;
}
#author-info {
  padding: 0 0 20px;
  color: #9e9e9e;
}
p {
  padding: 5px 0;
  text-align: justify;
  font-size: 14px;
  line-height: 22px;
  font-family: Roboto, Tahoma, Verdana, Arial, sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
h1 {
  font: bold 26px/30px Arial, sans-serif;
  text-align: left;
  margin: 10px 0;
  width: 100%;
}
h2 {
  font: bold 26px/29px Arial, sans-serif;
  text-align: left;
  margin: 15px 0 10px;
  width: 98%;
}
.center-img {
  margin: 0 auto 10px;
  display: block;
  max-width: 100%;
}
.left-img {
  margin: 12px 20px 0 0;
  float: left;
}
.right-img {
  margin: 12px 0 0 20px;
  float: right;
}
.button {
  text-transform: uppercase;
  font: bold 25px/37px arial, sans-serif;
  display: block;
  margin: 25px auto;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 478px;
  text-decoration: none;
  background: transparent
    linear-gradient(
      rgb(87, 159, 208),
      rgb(10, 143, 218) 42%,
      rgb(10, 120, 194) 58%,
      rgb(10, 74, 143)
    )
    repeat scroll 0% 0%;
  padding: 7px;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1),
    1px 1px 1px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  box-shadow: 3px 3px 5px #ccc;
  border: 1px solid #dae2e8;
  transition: transform 0.3s ease-in 0s;
}
.button:hover {
  background: transparent
    linear-gradient(
      rgb(54, 190, 245),
      rgb(10, 156, 252) 42%,
      rgb(10, 128, 230) 58%,
      rgb(10, 90, 210)
    )
    repeat scroll 0% 0%;
  box-shadow: 1px 1px 2px #ddd;
  text-decoration: none;
  transform: scale(1.08);
}
#sidebar {
  float: right;
  padding: 10px 2% 15px;
  width: 24%;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
#sidebar img {
  float: left;
  margin: 3px;
}
.cap {
  font-size: 18px;
}
#comment-title {
  display: block;
  margin-top: 50px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #232323;
  background-color: #e4e4e4;
  height: 30px;
  line-height: 30px;
}
.comment {
  font-size: 12px;
  line-height: 20px;
  padding: 10px 0 15px 80px;
  position: relative;
}
.comment::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #e4e4e4 none repeat scroll 0% 0%;
}
.ava {
  position: absolute;
  left: 10px;
  width: 55px;
  height: 55px;
  /* margin-top: 5px; */
}
.comment__name {
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
  color: #232323;
}
.comment__info {
  font-size: 11px;
  text-align: right;
  line-height: 17px;
  color: #999;
  padding: 0;
}
#footer {
  clear: both;
  font-size: 12px;
  color: #777;
  padding: 20px 29% 20px 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .m-hide,
  #header__popular,
  #header__rating,
  #sidebar {
    display: none;
  }
  #header__post {
    display: none;
  }
  #main {
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 800px) {
  .right-img,
  .left-img {
    max-width: 42%;
  }
  .center-img {
    display: block;
    float: none;
    margin: 10px auto 15px;
    max-width: 100%;
  }
  #header {
    height: 110px;
  }
  #logo {
    padding: 25px 10px 0;
    text-align: center;
  }
  .button {
    width: 72%;
    padding: 7px 5px;
  }
  body p {
    text-align: left;
  }
  #footer {
    padding-right: 0;
  }
  .button {
    margin-top: 35px;
  }
}
@media screen and (max-width: 480px) {
  .right-img,
  .left-img {
    max-width: 100%;
    width: 100%;
    float: none;
    margin: 0;
  }
  .comment {
    padding: 10px 0 15px;
  }
  .comment .com-text {
    display: block;
    margin-top: 20px;
  } 
 .comment__name {
    margin-top: 22px;
    padding-left: 75px;
  }
  .button {
    font-size: 17px;
  }
  .prodimg {
    width: 180px;
    display: block;
    margin: 0 auto !important;
  }
}
@font-face {
  font-family: pacifico;
  font-style: normal;
  font-weight: 400;
  src: local("Pacifico Regular"), local("Pacifico-Regular"),
    url(../fonts/m0shgsxo4xcszzho6rhwxbtbgvql8ndjpwnre27mub0.woff2) format("woff2");
  unicode-range: U+102-103, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: pacifico;
  font-style: normal;
  font-weight: 400;
  src: local("Pacifico Regular"), local("Pacifico-Regular"),
    url(../fonts/6rfrbog3yn4tnwvtc898ertbgvql8ndjpwnre27mub0.woff2) format("woff2");
  unicode-range: U+100-24F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F,
    U+A720-A7FF;
}
/* @font-face {
  font-family: pacifico;
  font-style: normal;
  font-weight: 400;
  src: local("Pacifico Regular"), local("Pacifico-Regular"),
    url(q_z9mv4hysltmomjnk_rcfeszw2xoq-xsnqo47m55da.woff2) format("woff2");
  unicode-range: U+0-FF, U+131, U+152-153, U+2C6, U+2DA, U+2DC, U+2000-206F,
    U+2074, U+20AC, U+2212, U+2215;
} */


/* 
///////////////////////////// */


/* .form-box img {
  max-width: 100%;
  height: auto !important;
}
.form-box .frame-img {
  margin-right: 20px;
}
.form {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1020px) {
  .form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
} */
/* .form-box p {
  color: #000;
  margin: 15px 0;
  line-height: 22px;
}
.form input,
.form select {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.form input {
  overflow: visible;
}
.form select {
  text-transform: none;
}
.form * {
  padding: 0;
  margin: 0;
}
.form p {
  padding: 5px 0;
  line-height: 118%;
}
.form .pink {
  color: #ef1650;
}
.form .dblue {
  color: #0c283a;
}
.form .dgray {
  color: #171b26;
}
.form .white {
  color: #fff;
}
.form .center {
  text-align: center;
}
.form .px15 {
  font-size: 18px;
  text-align: center;
}
.form .px18 {
  font-size: 18px;
  text-align: center;
}
.form .px20 {
  font-size: 20px;
}
.form .px25 {
  font-size: 25px;
  text-align: center;
}
.form .price_land_s2 {
  padding-bottom: 20px;
}
.form input,
.form select {
  display: block;
  width: 90%;
  height: 50px;
  line-height: 50px;
  margin: 10px auto !important;
  border: 1px solid #000;
  border-radius: 6px;
  outline: medium none;
  text-indent: 80px;
  color: #252525;
  font-size: 30px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-appearance: none;
} */
/* .form input.name-black {
  font-size: 20px;
  background: #fff url("") no-repeat scroll 30px 50%;
}
.form input.phone-black {
  font-size: 20px;
  background: #fff url("") no-repeat scroll 28px 50%;
}
.form .event_order {
  background: #71b100 none repeat scroll 0 0;
  outline: medium none;
  border-width: medium medium 5px;
  font-size: 20px;
  border-style: none none solid;
  border-color: currentcolor currentcolor #548300;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -o-border-image: none;
  border-image: none;
  width: 90%;
  height: 70px;
  line-height: 70px;
  margin-top: 15px !important;
  border-radius: 8px;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.form .event_order {
  opacity: 0.88;
  position: relative;
  -webkit-appearance: none;
  display: block;
  text-indent: 0;
}
.form .event_order:active {
  top: 1px;
}
.form .form-container {
  float: right;
  position: relative;
  background-color: #f4f4f4;
  border-radius: 8px;
  border: 1px solid #d4d4d4;
  margin-top: 20px;
}
.form .action-valid {
  background-color: #80b91d;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 21px;
  text-align: center;
  font-size: 20px;
  margin-left: 15px;
  margin-right: 15px;
}
.form .lp-text {
  padding: 18px 10px 0;
}
.form .left-pack {
  background: #ef1650 none repeat scroll 0 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  border-radius: 5px;
  color: #fff;
  margin: 0 8px;
}
.form input::placeholder {
  font-size: 15px;
}
.form-box h2 {
  line-height: normal;
}
@media screen and (max-width: 1020px) {
  .form-box .frame-img {
    margin-right: 0;
  }
}
select {
  font-size: 30px;
  line-height: 50px;
  display: block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 90%;
  height: 50px;
  margin: 10px auto !important;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-indent: 80px;
  color: #252525;
  border: 1px solid #000;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  outline: medium;
  -webkit-appearance: none;
}
input.name-black {
  font-size: 20px;
  background: #fff url("") no-repeat 30px 50%;
}
input.phone-black {
  font-size: 20px;
  background: #fff url("") no-repeat 28px 50%;
}
.event_order {
  font-size: 26px;
  font-weight: 700 !important;
  line-height: 70px;
  position: relative;
  display: block;
  width: 90%;
  height: 70px;
  margin-top: 15px !important;
  cursor: pointer;
  text-align: center;
  text-indent: 0 !important;
  text-transform: uppercase !important;
  opacity: 0.88;
  color: #fff !important;
  border-width: medium medium 5px;
  border-style: none none solid;
  border-color: currentcolor currentcolor #548300;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-image: none;
  -o-border-image: none;
  border-image: none;
  outline: medium;
  background: #71b100 0 0;
  -webkit-appearance: none;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
}
.px25 {
  font-size: 25px !important;
}
.pink {
  color: #ef1650 !important;
}
.px18 {
  font-size: 18px !important;
}
.px15 {
  font-size: 18px !important;
}
.left-pack {
  font-weight: 700;
  line-height: 40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 8px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #ef1650 0 0;
}
.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .frame-img {
    margin-right: 0 !important;
  }
  input.name-black,
  input.phone-black {
    font-size: 18px !important;
  }
  select,
  textarea {
    font-size: 24px;
  }
}
b,
body,
div,
em,
form,
h2,
h3,
html,
img,
li,
p,
section,
span,
strong,
table,
tbody,
td,
tr,
ul {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: 0 0;
}
a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: #1974bb;
  background: 0 0;
}
a:hover {
  text-decoration: underline;
}
section {
  display: block;
}
ul {
  list-style: outside none none;
}
html {
  font-size: 10px;
}
body {
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  background: #c5e2ff url("../malish.jfif") no-repeat center 0;
} */
/* .comment {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
  color: #0e61a2;
} */
/* h2 {
  font-size: 28px;
  margin: 0 0 25px;
  text-align: left;
}
@media screen and (max-width: 800px) {
  body {
    background: #260701 0 0;
  }
}
@media screen and (max-width: 410px) {
  .menu {
    margin-top: 12px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 920px) {
  input,
  select,
  textarea {
    width: 100%;
  }
}
@font-face {
  font-family: "PT Sans";
  font-weight: 400;
  font-style: normal;
  src: local("PT Sans"), local("PTSans-Regular");
  unicode-range: U+460-52F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
@font-face {
  font-family: "PT Sans";
  font-weight: 400;
  font-style: normal;
  src: local("PT Sans"), local("PTSans-Regular");
  unicode-range: U+100-24F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "PT Sans";
  font-weight: 700;
  font-style: normal;
  src: local("PT Sans Bold"), local("PTSans-Bold");
  unicode-range: U+460-52F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
@font-face {
  font-family: "PT Sans";
  font-weight: 700;
  font-style: normal;
  src: local("PT Sans Bold"), local("PTSans-Bold");
  unicode-range: U+100-24F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "PT Sans";
  font-weight: 400;
  font-style: italic;
  src: local("PT Sans Italic"), local("PTSans-Italic");
  unicode-range: U+460-52F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
@font-face {
  font-family: "PT Sans";
  font-weight: 400;
  font-style: italic;
  src: local("PT Sans Italic"), local("PTSans-Italic");
  unicode-range: U+100-24F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F,
    U+A720-A7FF;
}
body,
html {
  margin: 0;
}
.order_block {
  text-align: center !important;
}
.super-rotation {
  -webkit-animation-name: super-rotation;
  animation-name: super-rotation;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 345px) {
  .order_block img {
    width: 100%;
  }
}
@-webkit-keyframes super-rotation {
  70% {
    -webkit-transform: rotate(1783deg);
    transform: rotate(1783deg);
  }
  100% {
    -webkit-transform: rotate(1774deg);
    transform: rotate(1774deg);
  }
}
@keyframes super-rotation {
  70% {
    -webkit-transform: rotate(1783deg);
    transform: rotate(1783deg);
  }
  100% {
    -webkit-transform: rotate(1774deg);
    transform: rotate(1774deg);
  }
}
b,
body,
div,
em,
form,
h2,
h3,
html,
img,
li,
p,
span,
strong,
table,
tbody,
td,
tr,
ul {
  margin: 0;
  padding: 0;
  border: 0 none;
  outline: 0 none;
  vertical-align: baseline;
  background: rgba(124, 66, 66, 0) none repeat scroll 0 0;
  font-size: 100%;
  list-style-type: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent none repeat scroll 0 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
  background: #92bff8 none repeat scroll 0 0;
  border: 2px solid #fff;
  width: 50%;
  padding: 14px 17px;
  font-size: 14px;
  line-height: 20px;
  box-sizing: border-box;
}
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
}
body {
  line-height: 1;
}
input,
select,
textarea {
  font-family: "PT Sans", Arial, sans-serif;
}
img {
  border: medium none;
}
input::-moz-placeholder {
  color: #000;
}
body {
  background: #eff8fb none repeat scroll 0 0;
  font-family: Arial, sans-serif;
}
.logo {
  text-decoration: none;
  display: inline-block;
  padding: 0 0 0 8px;
}
.menu a:nth-child(7) {
  border-right: 0 none;
}
.logo img {
  display: inline-block;
  padding: 0 0 0 15px;
}
.header {
  background: #fff none repeat scroll 0 0;
}
.logo::after {
  content: "";
  border-right: 1px solid #dcdcdc;
  display: inline-block;
  width: 1px;
  height: 43px;
  margin: 18px 0 0 30px;
  vertical-align: top;
}
.wrapper {
  width: 980px;
  margin: 0 auto;
}
.header > .wrapper {
  padding: 39px 0 56px;
  position: relative;
}
.header_text {
  font-style: italic;
  color: #b0b0b0;
  display: inline-block;
  vertical-align: top;
  padding: 33px 0 0 23px;
}
.menu {
  display: inline-block;
  vertical-align: top;
  background: #0099b4 none repeat scroll 0 0;
  width: 100%;
  text-align: center;
  border-bottom: 3px solid #007b92;
}
.menu a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 19px 22px;
  border-right: 2px solid #00a2bd;
  margin: 0 0 -1px -6px;
}
.header_menu_block {
  margin: 28px 0 0;
  position: absolute;
  width: 100%;
}
.menu > .active {
  background: #007b92 none repeat scroll 0 0;
  color: #fff !important;
  width: 121px;
  text-align: center;
}
.serch {
  display: inline-block;
  vertical-align: top;
  margin: 22px 0 0 33px;
}
.serch > a > input {
  border: 1px solid #b0b0b0;
  border-radius: 5px;
  padding: 10px 23px;
  width: 210px;
  outline: medium none;
}
.table_title {
  background: #0099b4 none repeat scroll 0 0;
  padding: 18px 29px;
  color: #fff;
  font-weight: 700;
  text-align: left;
}
.p_bold {
  font-size: 18px !important;
  margin: 13px 0 0 !important;
  font-weight: 700;
}
.tabl_block {
  text-align: center;
  margin: 0 20px;
}
.serch > a > input:-moz-placeholder {
  color: #b6b6b6;
}
.main_content {
  line-height: 120%;
  display: inline-block;
  padding: 10px;
  box-sizing: border-box;
  background: #fff none repeat scroll 0 0;
  vertical-align: top;
  width: 713px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 1px solid #e7e7e7;
}
.container {
  width: 980px;
  margin: 0 auto;
  height: 100%;
}
.sidebar {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  vertical-align: top;
  width: 264px;
  margin: 0 0 0 -3px;
  height: 100%;
}
.sidebar_tite {
  text-align: center;
  font-size: 24px;
  color: #4d4d4d;
  padding: 22px 0 0;
}
.sidebar_block {
  margin: 23px 22px 26px;
}
.sb_img {
  display: inline-block;
}
.sb_text {
  display: inline-block;
  vertical-align: top;
  width: 133px;
  padding: 0 0 0 12px;
}
.sb_text a {
  color: #0096b2;
  font-size: 14px;
  padding: 0 0 9px;
  display: block;
}
.sb_text p {
  color: #3c3c3c;
  font-size: 12px;
  line-height: 20px;
}
.content_nav {
  font-size: 13px;
  padding: 19px 23px 0;
}
.content_nav > a {
  color: #0096b2;
}
.content_title {
  color: #2e2e2e;
  padding: 18px 0 2px;
  font-size: 33px;
  line-height: 36px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.main_content p {
  font-size: 15px;
  color: #1d1d1d;
  line-height: 24px;
  margin: 10px 0;
  padding: 0 20px;
}
.content_img {
  margin: 10px 20px;
}
.content_img {
  text-align: center;
}
.main_content p > a {
  color: #0096b2;
} */
/* .comment_title {
  background: #0096b2 none repeat scroll 0 0;
  color: #fff;
  font-size: 22px;
  padding: 14px 17px;
} */
/* .container {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  margin: 41px auto 0;
}
.content_img a > img {
  max-width: 100%;
}
table {
  text-align: left;
  margin: 21px 0 0;
}
.serch > a > input {
  background: #fff url("../images/search.png") no-repeat scroll 91% 50%;
}
@media screen and (max-width: 999px) {
  .sidebar {
    display: none;
  }
  .serch {
    display: none;
  }
  .container {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    width: 100%;
    margin: 10px auto 0;
  }
  .main_content {
    display: block;
    margin: 0 auto;
  }
  .header > .wrapper {
    width: 100%;
    text-align: center;
    padding: 39px 0 0;
  }
  .serch > a > input {
    display: none;
  }
  .menu {
    text-align: center;
    display: block;
  }
  .logo::after {
    display: none;
  }
  .header_menu_block {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .main_content {
    margin: 0 auto;
    width: 439px;
    border-radius: 5px;
  }
  .menu > .active {
    margin: 0 0 0 -4px;
  }
  .header > .wrapper {
    padding: 20px 0 0;
  }
  .header_text {
    padding: 22px 0;
    width: 300px;
  }
  .header_menu_block {
    margin: 10px auto 0;
    position: relative;
  }
  .menu a {
    margin: 10px 0;
  }
}
@media screen and (max-width: 480px) {
  .logo img {
    width: 100%;
    padding-left: 0 !important;
  }
  .content_title {
    font-size: 23px !important;
  }
  .main_content p {
    text-align: left;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .main_content {
    margin: 0 auto;
    width: 100vw;
  }
  .content_img {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-form {
    width: 94% !important;
  }
  .btn {
    width: 100%;
  }
  .header > .wrapper {
    padding: 10px 0 0;
  }
  .header_menu_block {
    display: none;
  }
  .tabl_block {
    margin: 0;
  }
  td {
    padding: 10px;
    width: 50%;
    border: 2px solid #fff;
  }
}
.item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 40px;
}
.item .photo {
  display: block;
  width: 90px;
  height: 90px;
  margin-right: 20px;
}
.item .photo img {
  width: 90px;
}
.name {
  font-size: 18px;
  margin-left: 30px;
  color: #0096b2;
}
.name em {
  font-size: 14px;
  color: gray;
}
.paging {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.paging li {
  margin: 7px;
}
.coolform {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0;
}
.coolform input {
  display: inline-block;
  margin-bottom: 20px;
  padding: 7px;
}
.coolform textarea {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 7px;
} */
/* .btn {
  color: #fff;
  background: #0096b2;
} */
/* .order_block {
  text-align: center !important;
}
.super-rotation {
  -webkit-animation-name: super-rotation;
  animation-name: super-rotation;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
@-webkit-keyframes super-rotation {
  70% {
    -webkit-transform: rotate(1783deg);
    transform: rotate(1783deg);
  }
  100% {
    -webkit-transform: rotate(1790deg);
    transform: rotate(1790deg);
  }
}
@keyframes super-rotation {
  70% {
    -webkit-transform: rotate(1790deg);
    transform: rotate(1790deg);
  }
  100% {
    -webkit-transform: rotate(1760deg);
    transform: rotate(1760deg);
  }
}
.frame-img img {
  margin-top: 7px;
  max-width: 300px;
}
.form-box h2 {
  text-align: center;
}
.main_content p {
  font-weight: 400;
} */
