﻿.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(../images/name_b.png) no-repeat scroll 30px 50%;
}
.form input.phone-black {
  font-size: 20px;
  background: #fff url(../images/phone_b.png) 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: 16px;
}
.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(../images/name_b.png) no-repeat 30px 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 0;
  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;
  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;
}
.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: 0;
  font-size: 33px;
  line-height: 36px;
  margin-top: 15px;
  margin-bottom: 20px;
  font-weight: 600;
}
.main_content p {
  font-size: 18px;
  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;
  }
  h2.h2 {
    font-size: 20px !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: 10px;
}
.item .photo {
  display: block;
  width: 50px;
  margin-right: 15px;
}
.item .photo img {
  width: 50px;
}
.name {
  font-size: 18px;
  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;
}
.top-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-line > div:first-child {
  display: flex;
}
@media screen and (max-width: 768px) {
  .top-line {
    display: block;
  }
  .top-line > div:first-child {
    justify-content: center;
  }
  .view1 {
    text-align: center;
  }
  .header_menu_block {
    display: none;
  }
}
.red-txt,
.red-txt * {
  color: red;
}
h2.h2 {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.1;
}
.bg1 {
  background: #ffcf004d;
  border: 1px #000 solid;
  padding: 10px;
  margin: 10px 20px;
}
.main_content ul li {
  list-style-type: initial;
  margin-left: 20px;
}
.main_content ul li:not(:last-child) {
  margin-bottom: 15px;
}
.h3 {
  font-size: 1.2em !important;
  line-height: 1.3 !important;
}
figure {
  max-width: 600px;
  margin: 0 auto 15px;
  display: block;
  text-align: center;
}
figcaption {
  font-style: italic;
  text-align: center;
  color: #404040;
}
.main_content > ul {
  padding-left: 20px;
}
.gray-block {
  padding: 10px;
  background: #8080804f;
  border: 1px #000 solid;
  margin: 10px 20px;
}
.comment img {
  width: 100%;
  max-width: 350px;
  margin-top: 5px;
  display: block;
}
@media screen and (max-width: 540px) {
  .gray-block,
  .bg1,
  blockquote {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.comment p {
  padding-left: 0;
}
.reply {
  margin-left: 50px !important;
}
.bot-btn {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-size: 24px;
  padding: 10px;
  background: red;
  cursor: pointer;
}
.bot-btn:hover {
  color: #fff;
  text-decoration: none;
}
a {
  cursor: pointer;
}
