@font-face {
  font-family: RosamundaTwo;
  src: url(/css/fonts/RosamundaTwo.ttf);
}
@font-face {
  font-family: Menuetscript;
  src: url(/css/fonts/MenuetscriptRegular.ttf);
}
@font-face {
  font-family: Opensans;
  src: url(/css/fonts/OpenSans-Light.ttf);
}
@font-face {
  font-family: Goudy;
  src: url(/css/fonts/GOUDY_OL.ttf);
}
@font-face {
  font-family: Ptsans;
  src: url(/css/fonts/PTC55F.ttf);
}
@font-face {
  font-family: Cassandra;
  src: url(/css/fonts/Cassandra.ttf);
}
/* reset
-----------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
th,
hr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ol,
ul {
  list-style: none;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
input::-ms-clear {
  display: none;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
  margin: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* default
-----------------------------------*/
body {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
  text-align: center;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
:focus {
  outline: none;
}
.clr {
  clear: both;
  display: block;
}
h1,
.b-h1 {
  margin: 0;
  padding: 0 10px;
  color: #185494;
  font-family: Georgia;
  font-size: 24px;
  font-weight: normal;
}
h1.nopadding,
.b-h1.nopadding {
  padding: 0;
}
h1 > span,
.b-h1 > span {
  font-size: 19px;
  color: #6c6c6c;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul > li,
ol > li {
  vertical-align: top;
}
#pup-wrap {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 242, 240, 0.7);
  z-index: 1000;
}
.popup {
  position: absolute;
  left: 50%;
  z-index: 1001;
  text-align: center;
}
.popup.fix {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
}
#popup0 {
  display: none;
  position: absolute;
  top: 100px;
  margin-left: -190px;
  width: 379px;
  height: 111px;
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#popup0 > .popupx {
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  background: url(/i/popup_x.png) no-repeat center center;
  cursor: pointer;
}
#popup0 > .t {
  height: 111px;
  line-height: 111px;
  text-align: center;
  font-family: Georgia;
  font-style: Italic;
  font-size: 20px;
}
#popup1 {
  display: none;
  position: absolute;
  top: 100px;
  margin-left: -190px;
  width: 379px;
  height: 111px;
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#popup1 > .popupx {
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  background: url(/i/popup_x.png) no-repeat center center;
  cursor: pointer;
}
#popup1 > .t {
  height: 111px;
  line-height: 111px;
  text-align: center;
  font-family: Georgia;
  font-style: Italic;
  font-size: 20px;
}
#popup2 {
  display: none;
  position: absolute;
  top: 50px;
  margin: 0 0 0 -267px;
  width: 534px;
  height: 486px;
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#popup2 > .popupx {
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  background: url(/i/popup_x.png) no-repeat center center;
  cursor: pointer;
}
#popup2 > .t {
  height: 111px;
  line-height: 111px;
  text-align: center;
  font-family: Georgia;
  font-style: Italic;
  font-size: 20px;
}
#popup2 > .form > form {
  position: relative;
  height: 330px;
  color: #444444;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 18px;
}
#popup2 > .form > form > div {
  position: relative;
  margin: 0 0 13px 0;
  height: 46px;
}
#popup2 > .form > form > div > label {
  display: inline-block;
  position: absolute;
  left: 24px;
  line-height: 46px;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 17px;
}
#popup2 > .form > form > div > .textarea-wrap {
  height: 128px;
}
#popup2 > .form > form > div > .input-wrap,
#popup2 > .form > form > div .textarea-wrap {
  display: inline-block;
  position: absolute;
  right: 18px;
  border: 1px solid #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
#popup2 > .form > form > div > .input-wrap > input,
#popup2 > .form > form > div .textarea-wrap > input,
#popup2 > .form > form > div > .input-wrap input:focus,
#popup2 > .form > form > div .textarea-wrap input:focus {
  padding: 3px 0 3px 16px;
  width: 375px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #888888;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #444444;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
}
#popup2 > .form > form > div > .input-wrap > input.err,
#popup2 > .form > form > div .textarea-wrap > input.err,
#popup2 > .form > form > div > .input-wrap input:focus.err,
#popup2 > .form > form > div .textarea-wrap input:focus.err {
  border: 1px solid red;
}
#popup2 > .form > form > div > .input-wrap > textarea,
#popup2 > .form > form > div .textarea-wrap > textarea {
  display: inline-block;
  margin: 0;
  padding: 3px 0 3px 16px;
  width: 375px;
  height: 120px;
  border: 1px solid #888888;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #444444;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  resize: none;
}
#popup2 > .form > form > div > .input-wrap > textarea.err,
#popup2 > .form > form > div .textarea-wrap > textarea.err {
  border: 1px solid red;
}
#popup2 > .form > form > .btn {
  display: inline-block;
  position: absolute;
  right: 18px;
  bottom: 6px;
  width: 191px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  color: #fff;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 18px;
  background: #ff948a;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  box-shadow: 0px 0px #bd6e66, 0px 1px #bd6e66,
                              0px 1px #bd6e66, 0px 2px #bd6e66,
                              0px 2px #bd6e66, 0px 3px #bd6e66,
                              0px 3px #bd6e66, 0px 4px #bd6e66,
                              0px 4px #bd6e66, 0px 5px #bd6e66;
  cursor: pointer;
}
#popup2 > .form > form > .btn:active {
  bottom: 3px;
  box-shadow: 0px 0px #bd6e66, 0px 1px #bd6e66,
                              0px 1px #bd6e66, 0px 2px #bd6e66;
}
.popup3 {
  display: none;
  position: absolute;
  top: 50px;
  margin: 0 0 0 -267px;
  width: 534px;
  min-height: 500px;
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.popup3 > .popupx {
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  background: url(/i/popup_x.png) no-repeat center center;
  cursor: pointer;
}
.popup3 > .t {
  margin: 28px 0 24px 0;
  text-align: center;
  font-family: Georgia;
  font-style: Italic;
  font-size: 20px;
}
.popup3 > .form > form {
  position: relative;
  color: #444444;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 18px;
}
.popup3 > .form > form > .info {
  display: block;
  padding: 0 10px 0 35px;
  text-align: left;
  border-bottom: 1px solid #c4c4c4;
  color: #000;
  font-family: Georgia;
  font-size: 16px;
}
.popup3 > .form > form > .info > ol {
  margin: 0 0 25px 0;
}
.popup3 > .form > form > .info > ol > span {
  color: #3f79ba;
}
.popup3 > .form > form > .info > ol > span > span {
  color: #000;
}
.popup3 > .form > form > .info > ol > li {
  margin: 0 0 0 20px;
}
.popup3 > .form > form > .t {
  margin: 25px 0;
  color: #000;
  font-family: Georgia;
  font-style: italic;
  font-size: 18px;
}
.popup3 > .form > form > div {
  position: relative;
  margin: 0 0 13px 0;
  height: 46px;
}
.popup3 > .form > form > div > label {
  display: inline-block;
  position: absolute;
  left: 24px;
  line-height: 46px;
}
.popup3 > .form > form > div > .input-wrap {
  display: inline-block;
  position: absolute;
  right: 18px;
  border: 1px solid #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.popup3 > .form > form > div > .input-wrap:hover {
  border: 1px solid #508ac1;
}
.popup3 > .form > form > div > .input-wrap > input,
.popup3 > .form > form > div > .input-wrap input:focus {
  padding: 3px 0 3px 16px;
  width: 395px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #888888;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #444444;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
}
.popup3 > .form > form > div > .input-wrap > input.err,
.popup3 > .form > form > div > .input-wrap input:focus.err {
  border: 1px solid red;
}
.popup3 > .form > form > div.complex > span {
  display: inline-block;
  position: absolute;
  left: 450px;
  height: 46px;
  line-height: 46px;
}
.popup3 > .form > form > div.complex > label {
  display: inline-block;
  position: absolute;
  left: 24px;
  line-height: 46px;
}
.popup3 > .form > form > div.complex > label:nth-child(3) {
  left: 310px;
}
.popup3 > .form > form > div.complex > .input-wrap {
  display: inline-block;
  position: absolute;
  border: 1px solid #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.popup3 > .form > form > div.complex > .input-wrap:hover {
  border: 1px solid #508ac1;
}
.popup3 > .form > form > div.complex > .input-wrap > input,
.popup3 > .form > form > div.complex > .input-wrap input:focus {
  padding: 3px 0 3px 16px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #888888;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #444444;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
}
.popup3 > .form > form > div.complex > .input-wrap > input.err,
.popup3 > .form > form > div.complex > .input-wrap input:focus.err {
  border: 1px solid red;
}
.popup3 > .form > form > div.complex > .input-wrap:nth-child(2) {
  left: 105px;
  width: 179px;
}
.popup3 > .form > form > div.complex > .input-wrap:nth-child(4) {
  left: 390px;
  width: 49px;
}
.popup3 > .form > form > div.complex > .input-wrap:nth-child(6) {
  width: 49px;
}
.popup3 > .form > form > .btn {
  display: inline-block;
  position: relative;
  left: 152px;
  bottom: 0px;
  margin: 35px 0 19px 0;
  width: 191px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  color: #fff;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 18px;
  background: #ff948a;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  box-shadow: 0px 0px #bd6e66, 0px 1px #bd6e66,
                              0px 1px #bd6e66, 0px 2px #bd6e66,
                              0px 2px #bd6e66, 0px 3px #bd6e66,
                              0px 3px #bd6e66, 0px 4px #bd6e66,
                              0px 4px #bd6e66, 0px 5px #bd6e66;
  cursor: pointer;
}
.popup3 > .form > form > .btn:active {
  top: 3px;
  box-shadow: 0px 0px #bd6e66, 0px 1px #bd6e66,
                              0px 1px #bd6e66, 0px 2px #bd6e66;
}
#popup4 {
  display: none;
  position: absolute;
  top: 100px;
  margin: 0 0 0 -267px;
  width: 534px;
  height: 216px;
  font-size: 16px;
  color: #444444;
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  text-align: left;
}
#popup4 > .popupx {
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  background: url(/i/popup_x.png) no-repeat center center;
  cursor: pointer;
}
#popup4 > .t {
  margin: 25px 0 15px 0;
  text-align: center;
  color: #000;
  font-family: Georgia;
  font-style: Italic;
  font-weight: bold;
  font-size: 18px;
}
#popup4 > .text {
  margin: 0 20px 0 25px;
}
#popup5 {
  display: none;
  position: absolute;
  top: 100px;
  margin: 0 0 0 -267px;
  width: 534px;
  height: 216px;
  font-size: 16px;
  color: #444444;
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  text-align: left;
}
#popup5 > .popupx {
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  background: url(/i/popup_x.png) no-repeat center center;
  cursor: pointer;
}
#popup5 > .t {
  margin: 25px 0 15px 0;
  text-align: center;
  color: #000;
  font-family: Georgia;
  font-style: Italic;
  font-weight: bold;
  font-size: 18px;
}
#popup5 > .text {
  margin: 0 20px 0 25px;
}
#popup6 {
  display: none;
  position: absolute;
  top: 100px;
  margin: 0 0 0 -206px;
  width: 413px;
  height: 126px;
  font-size: 16px;
  color: #444444;
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  text-align: center;
}
#popup6 > .popupx {
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  background: url(/i/popup_x.png) no-repeat center center;
  cursor: pointer;
}
#popup6 > .t {
  margin: 25px 0 15px 0;
  text-align: center;
  color: #000;
  font-family: Georgia;
  font-style: Italic;
  font-size: 18px;
}
#popup6 > .text {
  margin: 0 20px 0 25px;
}
#wrap {
  position: relative;
  margin: 0 auto;
  padding: 0 0 250px 0;
  width: 960px;
}
#h {
  position: relative;
  z-index: 3;
}
#h > #alogo {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: 150px;
}
#h > .logo {
  text-align: center;
}
#h > .phones {
  position: absolute;
  right: 0;
  margin: 16px 10px 0 0;
  height: 20px;
  line-height: 20px;
  color: #505050;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 22px;
}
#h > .phones > ul {
  margin: 0;
  padding: 0;
}
#h > .phones > ul > li {
  display: inline-block;
  float: left;
  margin: 0 0 0 26px;
}
#h > .phones > ul > li > a {
  line-height: 20px;
  color: #505050;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 22px;
  text-decoration: none;
}
#h > .menu {
  position: absolute;
  top: 90px;
  height: 57px;
  width: 100%;
  font-family: Menuetscript;
  font-size: 22px;
  background: url(/i/menu_top.png) no-repeat center;
}
#h > .menu > a {
  display: none;
}
#h > .menu > ul {
  margin: 0;
  padding: 0;
}
#h > .menu > ul > li {
  display: inline-block;
  float: left;
}
#h > .menu > ul > li.on > a {
  color: #2e69aa;
}
#h > .menu > ul > li > a {
  color: #000000;
  text-decoration: none;
}
#h > .menu > ul > li > a:hover {
  color: #2e69aa;
}
#h > .menu > ul > li:nth-child(1) {
  margin: 14px 0 0 16px;
}
#h > .menu > ul > li:nth-child(2) {
  margin: 12px 0 0 41px;
}
#h > .menu > ul > li:nth-child(3) {
  margin: 12px 0 0 30px;
}
#h > .menu > ul > li:nth-child(4) {
  margin: 10px 0 0 275px;
}
#h > .menu > ul > li:nth-child(5) {
  margin: 11px 0 0 50px;
}
#h > .menu > ul > li:nth-child(6) {
  margin: 10px 0 0 40px;
}
#h > .sitename {
  font-family: Goudy;
  font-size: 20px;
  font-weight: bold;
  margin-top: -27px;
  height: 37px;
  letter-spacing: 2px;
  background: url(/i/line_top.png) no-repeat bottom;
  color: #3597D1;
}
#h > .pagename {
  display: inline-block;
  margin-top: 8px;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 2px;
  color: #000;
  font-family: Georgia;
  text-decoration: none;
}
#h > .line {
  position: absolute;
  bottom: -45px;
  height: 99px;
  width: 100%;
  background: url(/i/line_h.png) no-repeat center;
}
#cont {
  margin: 45px 0;
  min-height: 250px;
  width: 100%;
  text-align: left;
}
#cont > .bread-crumbs {
  margin: 10px 0;
}
#cont > .bread-crumbs > ul {
  margin: 0;
  padding: 0;
}
#cont > .bread-crumbs > ul > li {
  display: inline-block;
  font-family: Georgia;
  font-size: 16px;
}
#cont > .bread-crumbs > ul > li.on > a {
  color: #4280c4;
  cursor: pointer;
}
#cont > .bread-crumbs > ul > li > a {
  color: #858585;
  text-decoration: none;
}
#cont > .seotext {
  margin: 30px 5px;
  color: #686868;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#index_page > #slider {
  position: relative;
  margin: -100px 0 50px 0;
  min-height: 430px;
  width: 100%;
  overflow: hidden;
}
#index_page > #slider > #slider-border {
  position: absolute;
  height: 430px;
  width: 100%;
  background: url(/i/slider_border.png) no-repeat center;
  background-size: 100%;
  z-index: 2;
}
#index_page > #slider > #slider-border:hover > #controll,
#index_page > #slider > #slider-border:hover #controlr {
  display: inline-block;
}
#index_page > #slider > #slider-border > #controll {
  display: none;
  position: absolute;
  top: 0;
  left: 0px;
  width: 470px;
  height: 100%;
  background: url(/i/slider_arr.png) no-repeat center left;
  cursor: pointer;
}
#index_page > #slider > #slider-border > #controlr {
  display: none;
  position: absolute;
  top: 0;
  right: 0px;
  width: 470px;
  height: 100%;
  background: url(/i/slider_arr.png) no-repeat center left;
  -moz-transform: scaleX(-1);
  /* Firefox */

  -o-transform: scaleX(-1);
  /* Opera */

  -webkit-transform: scaleX(-1);
  /* Chrome y Safari */

  transform: scaleX(-1);
  /* w3org */

  filter: FlipH;
  /* Internet Explorer */

  cursor: pointer;
}
#index_page > #slider > ul#sl-wrap {
  position: relative;
  margin: 0;
  padding: 0;
}
#index_page > #slider > ul#sl-wrap > li {
  display: none;
  float: left;
  position: relative;
  height: 430px;
  width: 100%;
}
#index_page > #slider > ul#sl-wrap > li > img {
  width: 100%;
}
#index_page > #slider > ul#sl-wrap > li > span {
  display: inline-block;
  position: absolute;
  bottom: 90px;
  right: 3px;
  padding: 7px 10px;
  width: 480px;
  min-height: 52px;
  line-height: 24px;
  font-family: Ptsans;
  font-size: 17px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
}
.miniblock {
  margin: 10px 0;
  padding-top: 10px;
  min-height: 170px;
  text-align: left;
  background: url(/i/miniblock_line.png) no-repeat bottom center;
}
.miniblock:last-child {
  background: none;
}
.miniblock > div {
  display: inline-block;
  float: left;
  margin: 0 10px;
  padding: 0px 0 20px 0;
  width: 455px;
  min-height: 170px;
}
.miniblock > div.l > .t {
  margin: 0 0 10px 0;
  color: #185494;
  font-family: Georgia;
  font-size: 18px;
}
.miniblock > div.l > .b1 {
  display: inline-block;
  width: 280px;
}
.miniblock > div.l > .b1 > .text {
  color: #333333;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.miniblock > div.l > .b1 > .text > .block:nth-child(2) {
  display: none;
}
.miniblock > div.l > .b1 > .text > .more {
  display: block;
  color: #1f5a94;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.miniblock > div.l > .b2 {
  display: inline-block;
  float: right;
  width: 170px;
}
.miniblock > div.l > .b2 > .foto {
  display: inline-block;
  width: 144px;
  height: 144px;
  background: #e8e8e8;
  border: 3px solid #ff948a;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  overflow: hidden;
}
.miniblock > div.r > .t {
  margin: 0 0 10px 0;
  color: #185494;
  font-family: Georgia;
  font-size: 18px;
  margin-left: 170px;
}
.miniblock > div.r > .b1 {
  display: inline-block;
  float: left;
  width: 170px;
}
.miniblock > div.r > .b1 > .foto {
  display: inline-block;
  width: 144px;
  height: 144px;
  background: #e8e8e8;
  border: 3px solid #ff948a;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  overflow: hidden;
}
.miniblock > div.r > .b2 {
  display: inline-block;
  width: 280px;
}
.miniblock > div.r > .b2 > .text {
  color: #333333;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.miniblock > div.r > .b2 > .text > .block:nth-child(2) {
  display: none;
}
.miniblock > div.r > .b2 > .text > .more {
  display: block;
  color: #1f5a94;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 14px;
}
#answer_page .miniblock {
  margin: 10px 0;
  padding-top: 10px;
  min-height: 170px;
  text-align: left;
  background: url(/i/miniblock_line.png) no-repeat bottom center;
}
#answer_page .miniblock:last-child {
  background: none;
}
#answer_page .miniblock > div {
  display: inline-block;
  float: left;
  margin: 0 10px;
  padding: 0px 0 20px 0;
  width: 455px;
  min-height: 170px;
}
#answer_page .miniblock > div.l > .t {
  margin: 0 0 10px 0;
  color: #185494;
  font-family: Georgia;
  font-size: 18px;
}
#about_page .miniblock > div.l > .flex-colum > .b1,
#answer_page .miniblock > div.l > .flex-colum > .b1 {
  display: inline-block;
  width: 280px;
}
#about_page .miniblock > div.l > .flex-colum > .b1  > .text,
#answer_page .miniblock > div.l > .flex-colum > .b1 > .text {
  color: #333333;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 14px;
}
#about_page .miniblock > div.l > .flex-colum > .b1  > .text > .block:nth-child(2),
#answer_page .miniblock > div.l > .flex-colum > .b1 > .text > .block:nth-child(2) {
  display: none;
}
#about_page .miniblock > div.l > .flex-colum > .b1  > .text > .more,
#answer_page .miniblock > div.l > .flex-colum > .b1 > .text > .more {
  display: block;
  color: #1f5a94;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 14px;
}
#about_page .miniblock > div.l > .flex-colum > .b2,
#answer_page .miniblock > div.l > .flex-colum > .b2 {
  display: inline-block;
  float: right;
  width: 170px;
}
#about_page .miniblock > div.l > .flex-colum > .b2 > .foto,
#answer_page .miniblock > div.l > .flex-colum > .b2 > .foto {
  display: inline-block;
  width: 144px;
  height: 144px;
  background: #e8e8e8;
  border: 3px solid #ff948a;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  overflow: hidden;
}
#answer_page .miniblock > div.r > .t {
  margin: 0 0 10px 0;
  color: #185494;
  font-family: Georgia;
  font-size: 18px;
  margin-left: 170px;
}
#answer_page .miniblock > div.r > .b1 {
  display: inline-block;
  float: left;
  width: 170px;
}
#answer_page .miniblock > div.r > .b1 > .foto {
  display: inline-block;
  width: 144px;
  height: 144px;
  background: #e8e8e8;
  border: 3px solid #ff948a;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  overflow: hidden;
}
#answer_page .miniblock > div.r > .b2 {
  display: inline-block;
  width: 280px;
}
#answer_page .miniblock > div.r > .b2 > .text {
  color: #333333;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 14px;
}
#answer_page .miniblock > div.r > .b2 > .text > .block:nth-child(2) {
  display: none;
}
#answer_page .miniblock > div.r > .b2 > .text > .more {
  display: block;
  color: #1f5a94;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 14px;
}
#portfolio_main > .galery {
  padding: 0 0 43px 0;
  background: url(/i/portfolio_line.png) no-repeat bottom center;
}
#portfolio_main > .galery > .block {
  display: inline-block;
  position: relative;
  float: left;
  width: 100%;
  height: 206px;
  border: 3px solid #ff948a;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  cursor: pointer;
  overflow: hidden;
}
#portfolio_main > .galery > .block:hover > span {
  background: rgba(255, 148, 138, 0.7);
}
#portfolio_main > .galery > .block > img {
  width: 294px;
  height: 206px;
}
#portfolio_main > .galery > .block > span {
  display: block;
  position: absolute;
  top: 155px;
  width: 100%;
  height: 51px;
  line-height: 51px;
  text-align: center;
  font-family: Georgia;
  font-size: 20px;
  color: #000;
  background: rgba(255, 255, 255, 0.7);
  text-shadow: 0px 1px 3px #fff;
  z-index: 2;
}
#portfolio_main > .video {
  padding: 54px 0 40px 0;
  text-align: center;
}
#portfolio_main > .galery,
#portfolio_list > .galery {
  padding: 0 0 43px 0;
}
#portfolio_main > .galery > .col-md-3 > .block,
#portfolio_list > .galery > .col-md-3 > .block {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  height: 206px;
  border: 3px solid #ff948a;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  cursor: pointer;
  overflow: hidden;
}
#portfolio_main > .galery > .col-md-3 > .block > img,
#portfolio_list > .galery > .col-md-3 > .block > img {
  width: 100%;
  height: 100%;
}
#portfolio_main > .galery > .col-md-3 > .block:hover > span,
#portfolio_list > .galery > .col-md-3 > .block:hover > span {
  background: rgba(255, 148, 138, 0.7);
}
#portfolio_main > .galery > .col-md-3 > .block > span,
#portfolio_list > .galery > .col-md-3 > .block > span {
  display: block;
  position: absolute;
  top: 155px;
  width: 100%;
  height: 51px;
  line-height: 51px;
  text-align: center;
  font-family: Georgia;
  font-size: 20px;
  color: #000;
  background: rgba(255, 255, 255, 0.7);
  text-shadow: 0px 1px 3px #fff;
  z-index: 2;
}
#portfolio_item > #slider {
  position: relative;
  margin: 60px 0 0 0;
  width: 954px;
  border: 3px solid #ececec;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
}
#portfolio_item > #slider:hover > #controll,
#portfolio_item > #slider:hover #controlr {
  display: inline-block;
}
#portfolio_item > #slider > #controll,
#portfolio_item > #slider #controlr {
  display: none;
  position: absolute;
  top: 0;
  width: 470px;
  height: 100%;
  background: url(/i/slider_arr.png) no-repeat center left;
  cursor: pointer;
  z-index: 3;
}
#portfolio_item > #slider > #controll {
  left: 0px;
}
#portfolio_item > #slider > #controlr {
  right: 0px;
  -moz-transform: scaleX(-1);
  /* Firefox */

  -o-transform: scaleX(-1);
  /* Opera */

  -webkit-transform: scaleX(-1);
  /* Chrome y Safari */

  transform: scaleX(-1);
  /* w3org */

  filter: FlipH;
  /* Internet Explorer */

}
#portfolio_item > #slider > ul#sl-wrap {
  position: relative;
  margin: 0;
  padding: 0;
}
#portfolio_item > #slider > ul#sl-wrap > li {
  display: none;
  float: left;
  position: relative;
  width: 100%;
}
#portfolio_item > #slider > ul#sl-wrap > li > img {
  width: 100%;
}
#portfolio_item > #slider > ul#sl-wrap > li.on {
  display: inline-block;
}
#answer_page {
  position: relative;
  padding: 40px 0 0 0;
}
#answer_page > .ask {
  display: inline-block;
  position: absolute;
  top: -39px;
  right: 3px;
}
#answer_page > .ask:active {
  top: -36px;
}
#answer_page > .ask > .btn {
  display: inline-block;
  width: 233px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  color: #fff;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 18px;
  background: #ff948a;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  box-shadow: 0px 0px #bd6e66, 0px 1px #bd6e66,
                      0px 1px #bd6e66, 0px 2px #bd6e66,
                      0px 2px #bd6e66, 0px 3px #bd6e66,
                      0px 3px #bd6e66, 0px 4px #bd6e66,
                      0px 4px #bd6e66, 0px 5px #bd6e66;
  cursor: pointer;
}
#answer_page > .ask > .btn:active {
  box-shadow: 0px 0px #bd6e66, 0px 1px #bd6e66,
                      0px 1px #bd6e66, 0px 2px #bd6e66;
}
#contacts_page {
  padding: 0 10px;
}
#contacts_page > .l {
  display: inline-block;
  position: relative;
  margin: 40px 0 0 0;
  padding: 0 5px 0 0;
  width: 545px;
  border-right: 1px solid #b8b8b8;
}
#contacts_page > .l > h1 {
  position: absolute;
  top: -40px;
}
#contacts_page > .l > .map {
  display: inline-block;
  width: 310px;
  height: 273px;
}
#contacts_page > .l > .map > iframe {
  width: 310px;
  height: 273px;
}
#contacts_page > .l > .info {
  display: inline-block;
  float: right;
  width: 225px;
  height: 273px;
  color: #444444;
  font-family: Georgia;
  font-size: 14px;
  font-style: italic;
}
#contacts_page > .l > .info > p {
  margin: 0 0 14px 0;
}
#contacts_page > .l > .form > .t {
  margin: 25px 0;
  color: #185494;
  font-family: Georgia;
  font-style: italic;
  font-size: 22px;
}
#contacts_page > .l > .form > form {
  position: relative;
  color: #444444;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 18px;
  width: 100%;
}
#contacts_page > .l > .form > form > div {
  position: relative;
  margin: 0 0 13px 0;
  height: 46px;
}
#contacts_page > .l > .form > form > div > label {
  display: inline-block;
  position: absolute;
  left: 5px;
  line-height: 46px;
}
#contacts_page > .l > .form > form > div > .input-wrap {
  display: inline-block;
  position: absolute;
  right: 0;
  border: 1px solid #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
#contacts_page > .l > .form > form > div > .input-wrap:hover {
  border: 1px solid #508ac1;
}
#contacts_page > .l > .form > form > div > .input-wrap > input,
#contacts_page > .l > .form > form > div > .input-wrap input:focus {
  padding: 3px 0 3px 16px;
  width: 395px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #888888;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #444444;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
}
#contacts_page > .l > .form > form > div > .input-wrap > input.err,
#contacts_page > .l > .form > form > div > .input-wrap input:focus.err {
  border: 1px solid red;
}
#contacts_page > .l > .form > form > div.complex > span {
  display: inline-block;
  position: absolute;
  left: 463px;
  height: 46px;
  line-height: 46px;
}
#contacts_page > .l > .form > form > div.complex > label {
  display: inline-block;
  position: absolute;
  left: 5px;
  line-height: 46px;
}
#contacts_page > .l > .form > form > div.complex > label:nth-child(3) {
  left: 340px;
}
#contacts_page > .l > .form > form > div.complex > .input-wrap {
  display: inline-block;
  position: absolute;
  border: 1px solid #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
#contacts_page > .l > .form > form > div.complex > .input-wrap:hover {
  border: 1px solid #508ac1;
}
#contacts_page > .l > .form > form > div.complex > .input-wrap > input,
#contacts_page > .l > .form > form > div.complex > .input-wrap input:focus {
  padding: 3px 0 3px 16px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #888888;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #444444;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
}
#contacts_page > .l > .form > form > div.complex > .input-wrap > input.err,
#contacts_page > .l > .form > form > div.complex > .input-wrap input:focus.err {
  border: 1px solid red;
}
#contacts_page > .l > .form > form > div.complex > .input-wrap:nth-child(2) {
  left: 137px;
  width: 179px;
}
#contacts_page > .l > .form > form > div.complex > .input-wrap:nth-child(4) {
  left: 410px;
  width: 49px;
}
#contacts_page > .l > .form > form > div.complex > .input-wrap:nth-child(6) {
  width: 49px;
}
#contacts_page > .l > .form > form > .btn {
  display: inline-block;
  position: relative;
  left: 328px;
  bottom: 0px;
  width: 191px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  color: #fff;
  font-family: Opensans;
  font-size: 18px;
  background: #ff948a;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  box-shadow: 0px 0px #bd6e66, 0px 1px #bd6e66,
                                  0px 1px #bd6e66, 0px 2px #bd6e66,
                                  0px 2px #bd6e66, 0px 3px #bd6e66,
                                  0px 3px #bd6e66, 0px 4px #bd6e66,
                                  0px 4px #bd6e66, 0px 5px #bd6e66;
  cursor: pointer;
}
#contacts_page > .l > .form > form > .btn:active {
  top: 3px;
  box-shadow: 0px 0px #bd6e66, 0px 1px #bd6e66,
                                  0px 1px #bd6e66, 0px 2px #bd6e66;
}
#contacts_page > .r {
  display: inline-block;
  position: relative;
  float: right;
  width: 380px;
  color: #444444;
  font-family: Georgia;
}
#contacts_page > .r > .b-h1 {
  margin: 0 0 14px 0;
}
#contacts_page > .r > .all {
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 0;
  color: #35639c;
  font-family: Opensans;
  font-size: 14px;
}
#contacts_page > .r > .block {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  min-height: 132px;
  background: url(/i/commentblock_line.png) no-repeat center bottom;
}
#contacts_page > .r > .block > .l {
  width: 94px;
  display: inline-block;
  float: left;
  text-align: center;
}
#contacts_page > .r > .block > .l > .foto {
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background: #e8e8e8;
  border: 3px solid #ff948a;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background-size: cover;
  background-position: center center;
}
#contacts_page > .r > .block > .r {
  display: inline-block;
  float: right;
  width: 286px;
  font-family: Opensans;
}
#contacts_page > .r > .block > .r > .t {
  color: #185494;
  font-size: 16px;
}
#contacts_page > .r > .block > .r > .date {
  color: #828282;
  font-size: 12px;
}
#contacts_page > .r > .block > .r > .text {
  color: #444444;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 14px;
}
#contacts_page > .r > .block > .r > .text > span:nth-child(2) {
  display: none;
}
#contacts_page > .r > .block > .r > .text > .more {
  display: block;
  color: #1f5a94;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 14px;
}
#contacts_page > .r .write {
  display: inline-block;
  margin: 10px 0 0 30px;
  color: #35639c;
  font-size: 18px;
  font-family: Opensans;
}
#reviews_page {
  position: relative;
  margin: 20px 0 0 0;
}
#reviews_page > .addreview {
  position: absolute;
  right: 20px;
  top: -40px;
  color: #35639c;
  font-size: 18px;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
#reviews_page > .block {
  margin: 0 0 20px 0;
  min-height: 132px;
  background: url(/i/reviews_line.png) no-repeat center bottom;
}
#reviews_page > .block > .l {
  width: 94px;
  display: inline-block;
  float: left;
  text-align: center;
}
#reviews_page > .block > .l > .foto {
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background: #e8e8e8;
  border: 3px solid #ff948a;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background-size: cover;
  background-position: center center;
}
#reviews_page > .block > .r {
  display: inline-block;
  float: left;
  padding: 0 0 10px 0;
  width: 866px;
  font-family: Opensans;
}
#reviews_page > .block > .r > .t {
  color: #185494;
  font-size: 16px;
}
#reviews_page > .block > .r > .date {
  color: #828282;
  font-size: 12px;
}
#reviews_page > .block > .r > .text {
  color: #444444;
  font-size: 14px;
}
#reviews_page > .block > .r > .text > .more {
  display: block;
  color: #2b62b6;
}
#reviews_page > .col-md-12 {
  padding: 0 15px;
  width: 100%;
}
#reviews_page > .form > .t {
  margin: 25px 0;
  color: #185494;
  font-family: Georgia;
  font-style: italic;
  font-size: 22px;
}
#reviews_page > .form > form {
  position: relative;
  min-height: 270px;
  color: #444444;
  font-family: Opensans;
  font-size: 18px;
}
#reviews_page > .form > form > div {
  position: relative;
  margin: 0 0 13px 0;
  height: 46px;
}
#reviews_page > .form > form > div > label {
  display: inline-block;
  position: absolute;
  left: 5px;
  width: 140px;
  line-height: 46px;
}
#reviews_page > .form > form > div > .textarea-wrap {
  height: 128px;
}
#reviews_page > .form > form > div > .input-wrap,
#reviews_page > .form > form > div .textarea-wrap {
  display: inline-block;
  position: absolute;
  left: 150px;
  border: 1px solid #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
#reviews_page > .form > form > div > .input-wrap > input,
#reviews_page > .form > form > div .textarea-wrap > input,
#reviews_page > .form > form > div > .input-wrap input:focus,
#reviews_page > .form > form > div .textarea-wrap input:focus {
  margin: 0;
  padding: 3px 0 3px 16px;
  width: 395px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #888888;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #444444;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
}
#reviews_page > .form > form > div > .input-wrap > input.err,
#reviews_page > .form > form > div .textarea-wrap > input.err,
#reviews_page > .form > form > div > .input-wrap input:focus.err,
#reviews_page > .form > form > div .textarea-wrap input:focus.err {
  border: 1px solid red;
}
#reviews_page > .form > form > div > .input-wrap > textarea,
#reviews_page > .form > form > div .textarea-wrap > textarea {
  display: inline-block;
  margin: 0;
  padding: 3px 0 3px 16px;
  width: 599px;
  height: 120px;
  border: 1px solid #888888;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #444444;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  resize: none;
}
#reviews_page > .form > form > div > .input-wrap > textarea.err,
#reviews_page > .form > form > div .textarea-wrap > textarea.err {
  border: 1px solid red;
}
#reviews_page > .form > form > div > .file-wrap {
  position: absolute;
  left: 575px;
  line-height: 43px;
}
#reviews_page > .form > form > div > .file-wrap > .foto {
  display: none;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background: #e8e8e8;
  border: 3px solid #ff948a;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background-size: cover;
  background-position: center center;
}
#reviews_page > .form > form > div > .file-wrap > div {
  display: inline-block;
  vertical-align: top;
}
#reviews_page > .form > form > div > .file-wrap > div.dellimg {
  display: none;
}
#reviews_page > .form > form > div > .file-wrap > div > label {
  color: #417aaf;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-decoration: underline;
  cursor: pointer;
}
#reviews_page > .form > form > div > .file-wrap > div > input {
  display: none;
}
#reviews_page > .form > form > .btn {
  display: inline-block;
  position: absolute;
  left: 595px;
  bottom: 6px;
  width: 173px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  color: #000;
  font-family: Opensans;
  font-size: 18px;
  background: #b4b4b4;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  text-shadow: 0px 1px 3px #fff;
  box-shadow: 0px 0px #858585, 0px 1px #858585,
                          0px 1px #858585, 0px 2px #858585,
                          0px 2px #858585, 0px 3px #858585,
                          0px 3px #858585, 0px 4px #858585,
                          0px 4px #858585, 0px 5px #858585;
  cursor: pointer;
}
#reviews_page > .form > form > .btn:active {
  bottom: 3px;
  box-shadow: 0px 0px #858585, 0px 1px #858585,
                          0px 1px #858585, 0px 2px #858585;
}
#price_page > .t {
  margin: 0 0 15px 90px;
  font-family: RosamundaTwo;
  color: #0081C8;
  text-align: left;
  font-size: 58px;
}
#price_page > .price-block {
  position: relative;
  margin: 0 0 35px 0;
  padding: 0 0 50px 0;
  text-align: center;
  background: url(/i/reviews_line.png) no-repeat center bottom;
}
#price_page > .price-block > .h {
  position: relative;
  text-align: center;
  background: url(/i/price_h_background.png) no-repeat center center;
}
#price_page > .price-block > .h > .wrap {
  display: inline-block;
  width: 377px;
  height: 259px;
  background: url(/i/price_border.png) no-repeat center;
  background-size: 100%;
}
#price_page > .price-block > .h > .wrap > .t {
  display: inline-block;
  margin: 40px auto 0 auto;
  padding: 0 0 10px 0;
  width: 315px;
  min-height: 40px;
  color: #000;
  font-family: Cassandra;
  font-size: 26px;
  background: url(/i/price_h_line.png) no-repeat center bottom;
}
#price_page > .price-block > .h > .wrap > .count {
  padding: 10px 25px;
  color: #000;
  font-family: Cassandra;
  font-size: 21px;
}
#price_page > .price-block > .h > .wrap > .hearts > ul > li {
  display: inline-block;
  width: 32px;
  height: 29px;
  background: url(/i/price_hearts.png) no-repeat top;
}
#price_page > .price-block > .h > .wrap > .hearts > ul > li.off {
  background-position: bottom;
}
#price_page > .price-block > .h > .wrap > .hearts > ul > li.hf {
  background-position: center;
}
#price_page > .price-block > .h > .sale {
  display: inline-block;
  position: absolute;
  top: 130px;
  padding: 25px 0 0 0;
  width: 110px;
  height: 110px;
  background: url(/i/sale.png) no-repeat center;
}
#price_page > .price-block > .h > .sale > div {
  font-family: Georgia;
}
#price_page > .price-block > .h > .sale > div:nth-child(1) {
  color: #ff0000;
  font-size: 24px;
  font-weight: bold;
}
#price_page > .price-block > .h > .sale > div:nth-child(2) {
  color: #656565;
  font-size: 14px;
  font-weight: bold;
  text-decoration: line-through;
}
#price_page > .price-block > .h > .sale > div:nth-child(3) {
  color: #ff0000;
  font-size: 18px;
  font-weight: bold;
}
#price_page > .price-block > .b {
  display: inline-block;
  position: relative;
  margin: 25px 0 0 0px;
  padding: 70px 0 20px 0;
  width: 830px;
  min-height: 400px;
  text-align: center;
  z-index: 1;
}
#price_page > .price-block > .b > .bgt,
#price_page > .price-block > .b #bgl,
#price_page > .price-block > .b #bgr,
#price_page > .price-block > .b #bgbl,
#price_page > .price-block > .b #bgbr {
  display: inline-block;
  position: absolute;
  z-index: -1;
}
#price_page > .price-block > .b > .bgsub {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 830px;
  height: 100%;
  background: url('/i/pb0.png') repeat-y;
  z-index: -1;
}
#price_page > .price-block > .b > .bgt {
  top: 0;
  left: 0;
  width: 830px;
  height: 162px;
  background: #ffffff url('/i/bgt.png') no-repeat;
}
#price_page > .price-block > .b > #bgbl,
#price_page > .price-block > .b #bgbr {
  width: 416px;
  height: 162px;
  background: url('/i/pb1.jpg') no-repeat;
}
#price_page > .price-block > .b > #bgl,
#price_page > .price-block > .b #bgr {
  top: 50%;
  margin-top: -84px;
  height: 168px;
  width: 57px;
  background: url('/i/pb2.jpg') no-repeat;
}
#price_page > .price-block > .b > #bgl {
  display: inline-block;
  left: -52px;
}
#price_page > .price-block > .b > #bgr {
  display: inline-block;
  right: -52px;
  -moz-transform: scaleX(-1);
  /* Firefox */

  -o-transform: scaleX(-1);
  /* Opera */

  -webkit-transform: scaleX(-1);
  /* Chrome y Safari */

  transform: scaleX(-1);
  /* w3org */

  filter: FlipH;
  /* Internet Explorer */

}
#price_page > .price-block > .b > #bgbl {
  bottom: 0;
  left: -1px;
  -moz-transform: scaleY(-1);
  /* Firefox */

  -o-transform: scaleY(-1);
  /* Opera */

  -webkit-transform: scaleY(-1);
  /* Chrome y Safari */

  transform: scaleY(-1);
  /* w3org */

  filter: FlipV;
  /* Internet Explorer */

}
#price_page > .price-block > .b > #bgbr {
  bottom: 0;
  right: -1px;
  -moz-transform: scaleX(-1) scaleY(-1);
  /* Firefox */

  -o-transform: scaleX(-1) scaleY(-1);
  /* Opera */

  -webkit-transform: scaleX(-1) scaleY(-1);
  /* Chrome y Safari */

  transform: scaleX(-1) scaleY(-1);
  /* w3org */

  filter: FlipH FlipV;
  /* Internet Explorer */

}
#price_page > .price-block > .b > .t {
  display: block;
  margin: 0 0 10px 0;
  height: 30px;
  color: #000000;
  font-family: Cassandra;
  font-size: 26px;
  z-index: 1;
}
#price_page > .price-block > .b > ul {
  display: inline-block;
  margin: 0 0 70px 0px;
  width: 820px;
  z-index: 1;
}
#price_page > .price-block > .b > ul > li {
  display: inline-block;
  margin: 10px;
  width: 160px;
  vertical-align: top;
  cursor: pointer;
}
#price_page > .price-block > .b > ul > li.displayNone {
  display: none;
}
#price_page > .price-block > .b > ul > li.on > div {
  color: #4280c4;
  font-weight: bold;
}
#price_page > .price-block > .b > ul > li > div {
  color: #000000;
  font-family: Georgia;
  font-size: 14px;
  font-style: italic;
}
#price_page > .price-block > .b > ul > li > div > img {
  width: 120px;
}
#price_page > .price-block > .f {
  position: relative;
  margin: 30px 0;
  padding: 20px 0;
  width: 956px;
  border: 1px dashed #4280c4;
  vertical-align: middle;
}
#price_page > .price-block > .f > .t {
  display: inline-block;
  position: absolute;
  top: -22px;
  left: 10px;
  padding: 0 5px;
  color: #185494;
  font-family: Cassandra;
  font-size: 26px;
  background: #fff;
}
#price_page > .price-block > .f > .price {
  display: inline-block;
  position: absolute;
  top: -20px;
  right: 37px;
  width: 191px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-family: Georgia;
  font-size: 16px;
  background: #4280c4;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
#price_page > .price-block > .f > ul > li {
  display: inline-block;
  position: relative;
  float: left;
  margin: 0 5px;
  width: 145px;
  height: 230px;
  vertical-align: top;
}
#price_page > .price-block > .f > ul > li.added > .s {
  background-position: bottom;
}
#price_page > .price-block > .f > ul > li > .s {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 21px;
  height: 21px;
  background: url(/i/price_s.png) no-repeat top;
  cursor: pointer;
}
#price_page > .price-block > .f > ul > li > .i > img {
  width: 120px;
  height: 120px;
}
#price_page > .price-block > .f > ul > li > .t {
  color: #000;
  font-family: Georgia;
  font-size: 14px;
  font-style: italic;
}
#price_page > .price-block > .f > ul > li > .p {
  color: #000;
  font-family: Georgia;
  font-size: 14px;
}
#price_page > .price-block > .f > ul > li > .p > span {
  color: #3366a6;
  font-family: Georgia;
  font-size: 14px;
  font-style: italic;
}
#price_page > .price-block > .btn {
  display: inline-block;
  position: relative;
  width: 191px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  color: #fff;
  font-family: Opensans;
  font-size: 18px;
  background: #ff948a;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  box-shadow: 0px 0px #bd6e66, 0px 1px #bd6e66,
                      0px 1px #bd6e66, 0px 2px #bd6e66,
                      0px 2px #bd6e66, 0px 3px #bd6e66,
                      0px 3px #bd6e66, 0px 4px #bd6e66,
                      0px 4px #bd6e66, 0px 5px #bd6e66;
  cursor: pointer;
}
#price_page > .price-block > .btn:active {
  top: 3px;
  box-shadow: 0px 0px #bd6e66, 0px 1px #bd6e66,
                      0px 1px #bd6e66, 0px 2px #bd6e66;
}
#flaeyr {
  width: 100%;
  height: 244px;
}
#f {
  position: absolute;
  bottom: 39px;
  height: 205px;
  width: 100%;
  text-align: left;
  border: 3px solid #ff948a;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}
#f > .b1 {
  margin: 21px 0 0 41px;
}
#f > .b1 > ul {
  margin: 0;
  padding: 0;
}
#f > .b1 > ul > li {
  margin: 2px 0;
  list-style: none;
}
#f > .b1 > ul > li > a {
  display: inline-block;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #444444;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}
#f > .b1 > ul > li > a:hover {
  border-bottom: 1px solid #c5c5c5;
}
#f > .b1 > ul > li > a:hover > span {
  border-bottom: 1px solid #afafaf;
}
#f > .b1 > ul > li > a > span {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #fff;
}
#f > .b2 {
  position: absolute;
  right: 27px;
  top: 14px;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #444444;
}
#f > .b2 > div:nth-child(1) {
  margin: 0 0 13px 0;
}
#f > .b2 > div:nth-child(2) > form > div {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
#f > .b2 > div:nth-child(2) > form > div:hover {
  border: 1px solid #508ac1;
}
#f > .b2 > div:nth-child(2) > form > div > input,
#f > .b2 > div:nth-child(2) > form > div input:focus {
  padding: 3px 0 3px 16px;
  width: 365px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #888888;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #444444;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
}
#f > .b2 > div:nth-child(2) > form > div > input.err,
#f > .b2 > div:nth-child(2) > form > div input:focus.err {
  border: 1px solid red;
}
#f > .b2 > div:nth-child(2) > form > span.btn {
  display: inline-block;
  position: relative;
  top: -2px;
  width: 173px;
  height: 43px;
  line-height: 43px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: #508ac1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0px 0px #3b668f, 0px 1px #3b668f,
                      0px 1px #3b668f, 0px 2px #3b668f,
                      0px 2px #3b668f, 0px 3px #3b668f,
                      0px 3px #3b668f, 0px 4px #3b668f,
                      0px 4px #3b668f, 0px 5px #3b668f;
  cursor: pointer;
}
#f > .b2 > div:nth-child(2) > form > span.btn:active {
  top: 1px;
  box-shadow: 0px 0px #3b668f, 0px 1px #3b668f,
                         0px 1px #3b668f, 0px 2px #3b668f;
}
#f > .b3 {
  position: absolute;
  right: 306px;
  bottom: 33px;
  height: 43px;
}
#f > .b3 > span {
  display: inline-block;
  position: relative;
  top: 10px;
  margin: 0 9px 0 0;
  height: 43px;
  line-height: 43px;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #444444;
}
#f > .b3 > ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#f > .b3 > ul > li {
  display: inline-block;
  margin-left: 5px;
  width: 33px;
  height: 43px;
  list-style: none;
  background: url(/i/star_ico.png) no-repeat center left;
  cursor: pointer;
}
#f > .b3 > ul > li.l {
  background-position: center left;
}
#f > .b3 > ul > li.c {
  background-position: center center;
}
#f > .b3 > ul > li:hover {
  background-position: center right;
}
#f > .b4 {
  position: absolute;
  right: 36px;
  bottom: 33px;
  height: 43px;
}
#f > .b4 > span {
  display: inline-block;
  position: relative;
  top: 10px;
  margin: 0 9px 0 0;
  height: 43px;
  line-height: 43px;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #444444;
}
#f > .b4 > ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#f > .b4 > ul > li {
  display: inline-block;
  margin-left: 5px;
  list-style: none;
}
#f > .b4 > ul > li > a {
  height: 43px;
}
#f > .b4 > ul > li > a > img {
  height: 43px;
  width: 43px;
}
/* myGalery
---------------------------------------------- */
#my-galery-wrap {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  z-index: 1000;
}
#my-galery {
  position: fixed;
  top: 50%;
  left: 52%;
  margin-left: -50%;
  padding: 1px;
  width: 96%;
  height: 96%;
  z-index: 1001;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#my-galery > img {
  max-height: 100%;
  max-width: 100%;
  border: 5px solid #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#my-galery-prev,
#my-galery-next {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  opacity: 0.4;
  z-index: 1002;
  cursor: pointer;
}
#my-galery-prev:hover,
#my-galery-next:hover {
  background: url(/i/slider_arr.png) no-repeat center left;
}
#my-galery-prev {
  left: 0;
}
#my-galery-next {
  right: 0;
  -moz-transform: scaleX(-1);
  /* Firefox */

  -o-transform: scaleX(-1);
  /* Opera */

  -webkit-transform: scaleX(-1);
  /* Chrome y Safari */

  transform: scaleX(-1);
  /* w3org */

  filter: FlipH;
  /* Internet Explorer */

}
#my-galery-close {
  display: inline-block;
  position: fixed;
  top: 5%;
  right: 5%;
  width: 100px;
  height: 25px;
  line-height: 25px;
  color: red;
  text-align: center;
  background-color: #fff;
  opacity: 0.8;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
  z-index: 1004;
}
/* Micro ClearFix Mixin */
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.col-md-3 {
  width: 33.33333333%;
  float: left;
  padding: 0 8px;
}
@media (max-width: 1024px) {
  h1 {
    margin-bottom: 25px;
    text-align: center;
  }
  #wrap {
    width: 100%;
  }
  #h > .line {
    display: none;
  }
  #h > .phones {
    width: 100%;
    display: block;
    margin: 16px auto;
    left: 0;
    right: 0;
    text-align: center;
    position: static;
    height: auto;
  }
  #h > .phones > ul {
    border-top: 0!important;
    border-left: 0!important;
    border-right: 0!important;
    border-style: solid;
    border-width: 1px;
    border-image-source: radial-gradient(circle at 50% 0, #979797, #ffffff);
    border-image-slice: 1;
    padding-bottom: 15px;
  }
  #h > .phones > ul > li {
    float: none!important;
  }
  #h > .menu {
    margin-top: 16px;
    position: static;
    top: 0;
    background: url(/i/new-menu.png) no-repeat center center;
    background-size: cover;
    margin: 0 20px;
    width: auto;
  }
  #h > .menu > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    align-self: center;
    height: 57px;
  }
  #h > .menu > ul > li {
    float: none;
  }
  #h > .menu > ul > li:nth-child(1) {
    margin: 0;
  }
  #h > .menu > ul > li:nth-child(2) {
    margin: 0;
  }
  #h > .menu > ul > li:nth-child(3) {
    margin: 0;
  }
  #h > .menu > ul > li:nth-child(4) {
    margin: 0;
  }
  #h > .menu > ul > li:nth-child(5) {
    margin: 0;
  }
  #h > .menu > ul > li:nth-child(6) {
    margin: 0;
  }
  #cont {
    margin-top: 18px;
  }
  .galery-wrapper {
    padding: 0 15px;
  }
  #index_page {
    background: url(/i/miniblock_line.png) no-repeat bottom center;
  }
  #index_page > #slider {
    margin: 0;
    margin-bottom: 25px;
    min-height: 100%;
  }
  #index_page > #slider > #slider-border {
    background: none;
    height: 100%;
  }
  #index_page > #slider > ul#sl-wrap > li {
    height: 100%;
  }
  #index_page > #slider > ul#sl-wrap > li > img {
    border-top: 3px solid #f8988e;
    border-bottom: 3px solid #f8988e;
    width: 100%!important;
  }
  #index_page .miniblock {
    background: none;
    padding: 0 20px;
  }
  #index_page .miniblock > div {
    width: 100%;
    margin: 0 0 20px;
    min-height: 100%;
  }
  #index_page .miniblock > div.l > .t {
    color: #185494;
    font-size: 20px;
    margin-bottom: 15px;
    margin-left: 0;
  }
  #index_page .miniblock > div.l > .b1 {
    float: right;
    width: 85%;
    margin-left: 10px;
  }
  #index_page .miniblock > div.l > .b1 > .text {
    color: #464747;
    font-size: 14px;
    line-height: 1.36;
  }
  #index_page .miniblock > div.l > .b1 > .text > .block:nth-child(2) {
    display: block;
  }
  #index_page .miniblock > div.l > .b1 > .text > .more {
    display: none;
  }
  #index_page .miniblock > div.l > .b2 {
    float: left;
    width: 13%;
  }
  #index_page .miniblock > div.l > .b2 > .foto {
    width: 95px;
    height: 95px;
  }
  #index_page .miniblock > div.r > .t {
    margin-left: 0;
    color: #185494;
    font-size: 20px;
    margin-bottom: 15px;
  }
  #index_page .miniblock > div.r > .b2 {
    width: 85%;
    margin-left: 10px;
  }
  #index_page .miniblock > div.r > .b2 > .text {
    color: #464747;
    font-size: 14px;
    line-height: 1.36;
  }
  #index_page .miniblock > div.r > .b2 > .text > .block:nth-child(2) {
    display: block;
  }
  #index_page .miniblock > div.r > .b2 > .text > .more {
    display: none;
  }
  #index_page .miniblock > div.r > .b1 {
    width: 13%;
  }
  #index_page .miniblock > div.r > .b1 > .foto {
    width: 95px;
    height: 95px;
  }
  #about_page,
  #answer_page {
    padding-top: 0;
  }
  #about_page > .ask,
  #answer_page > .ask {
    position: static;
    display: block;
    margin: 0 auto;
    width: 233px;
    margin-bottom: 35px;
  }
  #about_page .miniblock,
  #answer_page .miniblock {
    background: none;
    padding: 0 20px;
  }
  #about_page .miniblock > div,
  #answer_page .miniblock > div {
    width: 100%;
    margin: 0 0 20px;
    min-height: 100%;
  }
  #about_page .miniblock > div.l > .t,
  #answer_page .miniblock > div.l > .t {
    color: #185494;
    font-size: 20px;
    margin-bottom: 15px;
  }
  #about_page .miniblock > div.l > .flex-colum > .b1,
  #answer_page .miniblock > div.l > .flex-colum > .b1 {
    float: right;
    width: 85%;
    margin-left: 10px;
  }
  #about_page .miniblock > div.l > .flex-colum > .b1 > .t,
  #answer_page .miniblock > div.l > .flex-colum > .b1 > .t {
    color: #185494;
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
  #about_page .miniblock > div.l > .flex-colum > .b1 > .text,
  #answer_page .miniblock > div.l > .flex-colum > .b1 > .text {
    color: #464747;
    font-size: 14px;
    line-height: 1.36;
  }
  #about_page .miniblock > div.l > .flex-colum > .b1 > .text > .more,
  #answer_page .miniblock > div.l > .flex-colum > .b1 > .text > .more {
    float: right;
    text-decoration: none;
    color: #404040;
    font-weight: bold;
    font-size: 13px;
  }
  #about_page .miniblock > div.l > .flex-colum > .b2,
  #answer_page .miniblock > div.l > .flex-colum > .b2 {
    float: left;
    width: 13%;
  }
  #about_page .miniblock > div.l > .flex-colum > .b2 > .foto,
  #answer_page .miniblock > div.l > .flex-colum > .b2 > .foto {
    width: 95px;
    height: 95px;
  }
  #about_page .miniblock > div.r > .t,
  #answer_page .miniblock > div.r > .t {
    margin-left: 0;
    color: #185494;
    font-size: 20px;
    margin-bottom: 15px;
  }
  #about_page .miniblock > div.r > .b2,
  #answer_page .miniblock > div.r > .b2 {
    width: 85%;
    margin-left: 10px;
  }
  #about_page .miniblock > div.r > .b2 > .t,
  #answer_page .miniblock > div.r > .b2 > .t {
    color: #185494;
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
  #about_page .miniblock > div.r > .b2 > .text,
  #answer_page .miniblock > div.r > .b2 > .text {
    color: #464747;
    font-size: 14px;
    line-height: 1.36;
  }
  #about_page .miniblock > div.r > .b2 > .text > .more,
  #answer_page .miniblock > div.r > .b2 > .text > .more {
    float: right;
    text-decoration: none;
    color: #404040;
    font-weight: bold;
    font-size: 13px;
  }
  #about_page .miniblock > div.r > .b1,
  #answer_page .miniblock > div.r > .b1 {
    width: 13%;
  }
  #about_page .miniblock > div.r > .b1 > .foto,
  #answer_page .miniblock > div.r > .b1 > .foto {
    width: 95px;
    height: 95px;
  }
  #price_page > .t {
    width: 65%;
    margin: 0 auto;
    font-family: Georgia;
    font-size: 21px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    color: #308fc9;
    margin-bottom: 87px;
  }
  #price_page > .price-block > .h {
    background: none;
    margin-bottom: 35px;
  }
  #price_page > .price-block > .h > .wrap {
    background: url(/i/border.png) no-repeat center center;
    height: 300px;
    background-size: cover;
  }
  #price_page > .price-block > .h > .wrap > .t {
    margin-top: 80px;
  }
  #price_page > .price-block > .h > .sale {
    top: -60px;
    right: 34%;
  }
  #price_page > .price-block > .f {
    margin: 40px auto;
    width: 100%;
  }
  #contacts_page {
    padding: 0 20px;
  }
  #contacts_page > .l {
    width: 60%;
  }
  #contacts_page > .l > .map {
    display: none;
  }
  #contacts_page > .l > .info {
    width: 100%;
  }
  #contacts_page > .l > .form > form > .btn {
    left: 0;
  }
  #contacts_page > .r {
    width: 40%;
  }
  #contacts_page > .r > .block > .l {
    width: 65px;
  }
  .seotext {
    display: none;
  }
  #f {
    border: 0;
    padding: 0 24px;
  }
  #f > .b1 {
    display: none;
  }
  #f > .b2 {
    position: static;
    left: 0;
    right: 0;
  }
  #f > .b2 > div:nth-child(2) > form > div {
    width: 60%;
  }
  #f > .b2 > div:nth-child(2) > form > div > input,
  #f > .b2 > div:nth-child(2) > form > div input:focus {
    width: 100%;
    height: 49px;
  }
  #f > .b2 > div:nth-child(2) > form > span.btn {
    width: 39%;
    height: 44px;
  }
  #f .b3 {
    left: 24px;
    right: 0;
    width: 50%;
  }
}
@media (max-width: 940px) {
  #h > .menu > ul {
    padding: 0 37px 0 25px;
  }
  #index_page > #slider > ul#sl-wrap > li > img {
    width: auto;
  }
  .video > iframe {
    width: 100%;
  }
  #price_page > .price-block {
    margin-bottom: 80px;
  }
  #price_page > .price-block > .b {
    width: auto;
    margin: 0 22px 50px;
  }
  #price_page > .price-block > .b:before {
    content: '';
    background: url('/i/border-top.png') no-repeat center center;
    background-size: 100%;
    width: 100%;
    height: 122px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #price_page > .price-block > .b:after {
    content: '';
    background: url('/i/border-bottom.png') no-repeat center center;
    background-size: 100%;
    width: 100%;
    height: 122px;
    position: absolute;
    bottom: -50px;
    left: 0;
  }
  #price_page > .price-block > .b > ul {
    width: 100%;
  }
  #price_page > .price-block > .b > #bgl,
  #price_page > .price-block > .b #bgr {
    display: none;
  }
  #price_page > .price-block > .b > .bgsub,
  #price_page > .price-block > .b .bgt {
    display: none;
  }
  #price_page > .price-block > .b > #bgbl,
  #price_page > .price-block > .b #bgbr {
    display: none;
  }
  #price_page > .price-block > .f {
    margin: 40px auto;
    width: 100%;
    border-top: 1px dashed #4280c4;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
  #price_page > .price-block > .f > ul {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  #price_page > .price-block > .f > ul > li {
    height: auto;
  }
  #price_page > .price-block > .f > .t {
    font-family: Georgia;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    color: #185494;
    background-color: #fff;
    top: -12px;
    left: 0;
    right: 0;
    width: 50%;
    margin: 0 auto;
  }
  #price_page > .price-block > .f > .price {
    top: initial;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #379ad5;
    height: 44px;
    line-height: 44px;
    font-size: 17px;
    font-weight: bold;
  }
  #reviews_page {
    position: relative;
    margin: 20px 0 0 0;
  }
  #reviews_page > .addreview {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    text-align: center;
    margin: 0 auto;
    top: -20px;
    color: #35639c;
    font-size: 18px;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  }
  #reviews_page > .block {
    margin: 0 0 20px 0;
    min-height: 132px;
    background: url(/i/reviews_line.png) no-repeat center bottom;
  }
  #reviews_page > .block > .l {
    text-align: left;
  }
  #reviews_page > .block > .l > .foto {
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    background: #e8e8e8;
    border: 3px solid #ff948a;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    background-size: cover;
    background-position: center center;
  }
  #reviews_page > .block > .r {
    display: inline-block;
    float: left;
    padding: 0 0 10px 0;
    width: 100%;
    font-family: Opensans;
  }
  #reviews_page > .block > .r > .t {
    color: #185494;
    font-size: 16px;
  }
  #reviews_page > .block > .r > .date {
    color: #828282;
    font-size: 12px;
  }
  #reviews_page > .block > .r > .text {
    color: #444444;
    font-size: 14px;
  }
  #reviews_page > .block > .r > .text > .more {
    display: block;
    color: #2b62b6;
  }
  #reviews_page > .form > .t {
    margin: 25px 0;
    color: #185494;
    font-family: Georgia;
    font-style: italic;
    font-size: 22px;
  }
  #reviews_page > .form > form {
    position: relative;
    min-height: 270px;
    color: #444444;
    font-family: Opensans;
    font-size: 18px;
  }
  #reviews_page > .form > form > div {
    position: relative;
    margin: 0 0 13px 0;
    height: auto;
  }
  #reviews_page > .form > form > div > label {
    display: inline-block;
    position: static;
    left: 5px;
    width: 100%;
    line-height: 46px;
  }
  #reviews_page > .form > form > div > .textarea-wrap {
    height: 128px;
  }
  #reviews_page > .form > form > div > .input-wrap,
  #reviews_page > .form > form > div .textarea-wrap {
    display: inline-block;
    position: static;
    display: block;
    border: 1px solid #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
  }
  #reviews_page > .form > form > div > .input-wrap > input,
  #reviews_page > .form > form > div .textarea-wrap > input,
  #reviews_page > .form > form > div > .input-wrap input:focus,
  #reviews_page > .form > form > div .textarea-wrap input:focus {
    margin: 0;
    padding: 3px 0 3px 16px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #888888;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #444444;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
  }
  #reviews_page > .form > form > div > .input-wrap > input.err,
  #reviews_page > .form > form > div .textarea-wrap > input.err,
  #reviews_page > .form > form > div > .input-wrap input:focus.err,
  #reviews_page > .form > form > div .textarea-wrap input:focus.err {
    border: 1px solid red;
  }
  #reviews_page > .form > form > div > .input-wrap > textarea,
  #reviews_page > .form > form > div .textarea-wrap > textarea {
    display: inline-block;
    margin: 0;
    padding: 3px 0 3px 16px;
    width: 100%;
    height: 120px;
    border: 1px solid #888888;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #444444;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    resize: none;
  }
  #reviews_page > .form > form > div > .input-wrap > textarea.err,
  #reviews_page > .form > form > div .textarea-wrap > textarea.err {
    border: 1px solid red;
  }
  #reviews_page > .form > form > div > .file-wrap {
    position: static;
    line-height: 43px;
  }
  #reviews_page > .form > form > div > .file-wrap > .foto {
    display: none;
    width: 50px;
    height: 50px;
    overflow: hidden;
    background: #e8e8e8;
    border: 3px solid #ff948a;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    background-size: cover;
    background-position: center center;
  }
  #reviews_page > .form > form > div > .file-wrap > div {
    display: inline-block;
    vertical-align: top;
  }
  #reviews_page > .form > form > div > .file-wrap > div.dellimg {
    display: none;
  }
  #reviews_page > .form > form > div > .file-wrap > div > label {
    color: #417aaf;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-decoration: underline;
    cursor: pointer;
  }
  #reviews_page > .form > form > div > .file-wrap > div > input {
    display: none;
  }
  #reviews_page > .form > form > .btn {
    display: inline-block;
    position: static;
    width: 100%;
    height: 43px;
    line-height: 43px;
    text-align: center;
    color: #000;
    font-family: Opensans;
    font-size: 18px;
    background: #b4b4b4;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    text-shadow: 0px 1px 3px #fff;
    box-shadow: 0px 0px #858585, 0px 1px #858585,
                                0px 1px #858585, 0px 2px #858585,
                                0px 2px #858585, 0px 3px #858585,
                                0px 3px #858585, 0px 4px #858585,
                                0px 4px #858585, 0px 5px #858585;
    cursor: pointer;
  }
  #reviews_page > .form > form > .btn:active {
    bottom: 3px;
    box-shadow: 0px 0px #858585, 0px 1px #858585,
                                0px 1px #858585, 0px 2px #858585;
  }
  #review-form {
    margin: 0 15px;
  }
}
@media (max-width: 768px) {
  #h > .menu {
    margin-top: 10px;
  }
  #popup2{
      width: 100%;
      height: 535px;
      padding: 0 15px;
  }
  .popup.fix{
      left: 0!important;
      right: 0!important;
      transform: translate(0, -50%)!important;
      margin: 0 auto!important;
  }
  #popup2 > .form > form > div > label{
      position: static;
      display: block;
  }
  #popup2 > .form > form > div > .input-wrap, #popup2 > .form > form > div .textarea-wrap{
      position: static;
      display: block;
      width: 100%;
  }
  #popup2 > .form > form > div > .input-wrap > textarea,
  #popup2 > .form > form > div .textarea-wrap > textarea,
  #popup2 > .form > form > div > .input-wrap > input,
  #popup2 > .form > form > div .textarea-wrap > input,
  #popup2 > .form > form > div > .input-wrap input:focus,
  #popup2 > .form > form > div .textarea-wrap input:focus{
      width: 100%;
  }
  #popup2 > .form > form > div{
      height: auto;
      margin-bottom: 0;
  }
  #popup2 > .form > form > .btn{
      position: static;
      /*width: 100%;*/
      /*display: block;*/
  }
  #h > .menu > ul {
    padding: 0 10px;
  }
  #contacts_page > .l {
    width: 100%;
    border: 0;
  }
  #contacts_page > .l > h1 {
    text-align: center;
    position: static;
  }
  #contacts_page > .l > .map {
    display: none;
  }
  #contacts_page > .l > .info {
    width: 100%;
    float: none;
  }
  #contacts_page > .l > .info > p {
    width: 50%;
    text-align: center;
    margin: 0 auto 14px;
  }
  #contacts_page > .l > .info > p > strong,
  #contacts_page > .l > .info > p b {
    color: #185494;
  }
  #contacts_page > .l .form {
    margin-bottom: 32px;
  }
  #contacts_page > .l .form > .t {
    text-align: center;
    font-size: 18px;
  }
  #contacts_page > .l .form > form {
    width: 100%;
  }
  #contacts_page > .l .form > form > .btn {
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
  }
  #contacts_page > .l .form > form > div {
    height: auto;
  }
  #contacts_page > .l .form > form > div.complex > label {
    width: 50%;
    float: none;
    position: static;
  }
  #contacts_page > .l .form > form > div.complex > .input-wrap:nth-child(2) {
    width: 50%;
  }
  #contacts_page > .l .form > form > div.complex > .input-wrap:nth-child(4) {
    left: 137px;
  }
  #contacts_page > .l .form > form > div.complex > .input-wrap:nth-child(6) {
    left: 220px;
  }
  #contacts_page > .l .form > form > div.complex > span {
    left: 200px;
  }
  #contacts_page > .l .form > form > div > .input-wrap {
    position: static;
    width: 100%;
  }
  #contacts_page > .l .form > form > div > label {
    width: 100%;
    float: none;
    position: static;
  }
  #contacts_page > .l .form > form > div input {
    width: 100%!important;
  }
  #contacts_page > .r {
    width: 100%;
  }
  #contacts_page > .r > .b-h1 {
    text-align: center;
  }
  #contacts_page > .r > .all {
    position: static;
    text-align: center;
    color: #444444;
    text-decoration: none;
    display: block;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    margin-bottom: 32px;
  }
  #contacts_page > .r > .block {
    background: none;
  }
  #contacts_page > .r > .block > .l {
    width: 20%;
  }
  #contacts_page > .r > .block > .r {
    width: 80%;
  }
  #contacts_page > .r > .write {
    font-size: 19px;
    color: #185494;
    text-decoration: none;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  }
  #contacts_page > .r .text > .more {
    font-size: 13px;
    font-weight: bold;
    color: #404040!important;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-align: right;
  }
}
@media (max-width: 767px) {
  #price_page > .price-block > .b > .t {
    font-family: Georgia;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    color: #000000;
  }
  #price_page > .price-block > .b > ul {
    width: auto;
    margin: 0 20px;
  }
  #price_page > .price-block > .b > ul > li {
    width: 100%;
    float: none;
    padding: 0 15px;
    text-align: left;
    font-family: Georgia;
    font-size: 16px;
    color: #000000;
  }
  #price_page > .price-block > .b > ul > li > div:nth-child(1) {
    display: none;
  }
  #price_page > .price-block > .f > ul {
    width: auto;
    margin: 15px 20px;
  }
  #price_page > .price-block > .f > ul > li {
    width: 100%;
    float: none;
    padding: 0 15px;
    text-align: left;
    font-family: Georgia;
    font-size: 16px;
    color: #000000;
    height: auto;
    margin-bottom: 20px;
  }
  #price_page > .price-block > .f > ul > li > div:nth-child(2) {
    display: none;
  }
  #price_page > .price-block > .f > ul > li > .s {
    right: initial;
    left: 0;
    top: 7px;
  }
  #price_page > .price-block > .f > ul > li > .t,
  #price_page > .price-block > .f > ul > li .p {
    padding: 0 25px;
    font-family: Georgia;
    font-size: 16px;
    color: #000000;
  }
  #price_page > .price-block > .f > ul > li > .t > span,
  #price_page > .price-block > .f > ul > li .p > span {
    font-family: Georgia;
    font-size: 16px;
    color: #000000;
  }
  .col-sm-2 {
    width: 50%;
  }
  .video {
    display: none;
  }
  #h > .phones > ul > li {
    font-size: 18px;
    margin: 0;
  }
  #h > .menu {
    background: none;
    height: auto;
  }
  #h > .menu > a {
    display: block;
    font-family: Menuetscript;
    font-size: 34px;
    line-height: 1.53;
    text-align: center;
    color: #157bb1;
    width: 200px;
    margin: 0 auto;
    text-decoration: none;
    position: relative;
    background: url(/i/first-menu.png) no-repeat center center;
  }
  #h > .menu > a:before {
    content: '';
    background: url(/i/menu-burg.png) no-repeat center center;
    background-size: cover;
    width: 31px;
    height: 27px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
  }
  #h > .menu > ul {
    display: none;
    flex-direction: column;
    height: auto;
    padding: 0 10px;
  }
  #h > .menu > ul > li {
    font-size: 28px;
    border-top: 0!important;
    border-left: 0!important;
    border-right: 0!important;
    border-style: solid;
    border-width: 1px;
    border-image-source: radial-gradient(circle at 50% 0, #979797, #ffffff);
    border-image-slice: 1;
    width: 100%;
    padding: 8px 0;
  }
  #h > .menu > ul > li:nth-child(1) {
    background: url(/i/first-menu.png) no-repeat center center;
  }
  #h > .menu > ul > li:nth-child(2) {
    background: url(/i/first-menu.png) no-repeat center center;
  }
  #h > .menu > ul > li:nth-child(3) {
    background: url(/i/second3-menu.png) no-repeat center center;
  }
  #h > .menu > ul > li:nth-child(4) {
    background: url(/i/second4-menu.png) no-repeat center center;
  }
  #h > .menu > ul > li:nth-child(5) {
    background: url(/i/second4-menu.png) no-repeat center center;
  }
  #h > .menu > ul > li:nth-child(6) {
    background: url(/i/first-menu.png) no-repeat center center;
  }
  #h > .open-menu > a {
    display: none;
  }
  #h > .open-menu > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    align-self: center;
  }
  #h > .open-menu > ul > li {
    float: none;
  }
  #h > .open-menu > ul > li:nth-child(1) {
    margin: 0;
  }
  #h > .open-menu > ul > li:nth-child(2) {
    margin: 0;
  }
  #h > .open-menu > ul > li:nth-child(3) {
    margin: 0;
  }
  #h > .open-menu > ul > li:nth-child(4) {
    margin: 0;
  }
  #h > .open-menu > ul > li:nth-child(5) {
    margin: 0;
  }
  #h > .open-menu > ul > li:nth-child(6) {
    margin: 0;
  }
  #index_page .miniblock {
    margin: 0;
  }
  #index_page .miniblock > div {
    margin: 0;
  }
  #index_page .miniblock > div.l > .t {
    text-align: center;
  }
  #index_page .miniblock > div.l > .b1 {
    display: none;
    width: 100%;
    float: none;
  }
  #index_page .miniblock > div.l > .b2 {
    float: none;
    width: 143px;
    height: 143px;
    margin: 0 auto;
    display: block;
  }
  #index_page .miniblock > div.l > .b2 > .foto {
    width: 100%;
    height: 100%;
  }
  #index_page .miniblock > div.r > .t {
    text-align: center;
  }
  #index_page .miniblock > div.r > .b2 {
    display: none;
    width: 100%;
    float: none;
  }
  #index_page .miniblock > div.r > .b1 {
    float: none;
    width: 143px;
    height: 143px;
    margin: 0 auto;
    display: block;
  }
  #index_page .miniblock > div.r > .b1 > .foto {
    width: 100%;
    height: 100%;
  }
  #about_page .miniblock > div.l,
  #answer_page .miniblock > div.l {
    display: flex;
    flex-direction: column;
  }
  #about_page .miniblock > div.l > .t,
  #answer_page .miniblock > div.l > .t {
    color: #185494;
    font-size: 20px;
    margin-bottom: 15px;
  }
  #index_page.miniblock > div.l > .flex-colum,
  #about_page .miniblock > div.l > .flex-colum,
  #answer_page .miniblock > div.l > .flex-colum {
    display: flex;
    flex-direction: column-reverse;
  }
  #index_page.miniblock > div.l > .flex-colum > .b1,
  #about_page .miniblock > div.l > .flex-colum > .b1,
  #answer_page .miniblock > div.l > .flex-colum > .b1 {
    float: right;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 22px;
  }
  #index_page .miniblock > div.l > .flex-colum > .b1 > .text,
  #about_page .miniblock > div.l > .flex-colum > .b1 > .text,
  #answer_page .miniblock > div.l > .flex-colum > .b1 > .text {
    color: #464747;
    font-size: 14px;
    line-height: 1.36;
  }
  #index_page .miniblock > div.l > .flex-colum > .b1 > .text > .more,
  #about_page .miniblock > div.l > .flex-colum > .b1 > .text > .more,
  #answer_page .miniblock > div.l > .flex-colum > .b1 > .text > .more {
    float: right;
    text-decoration: none;
    color: #404040;
    font-weight: bold;
    font-size: 13px;
  }
  #index_page .miniblock > div.l > .flex-colum > .b2,
  #about_page .miniblock > div.l > .flex-colum > .b2,
  #answer_page .miniblock > div.l > .flex-colum > .b2 {
    float: none;
    width: 143px;
    height: 143px;
    margin: 0 auto;
    display: block;
    margin-bottom: 16px;
  }
  #index_page .miniblock > div.l > .flex-colum > .b2 > .foto,
  #about_page .miniblock > div.l > .flex-colum > .b2 > .foto,
  #answer_page .miniblock > div.l > .flex-colum > .b2 > .foto {
    width: 100%;
    height: 100%;
  }
  #about_page .miniblock > div.r > .t,
  #answer_page .miniblock > div.r > .t {
    margin-left: 0;
    color: #185494;
    font-size: 20px;
    margin-bottom: 15px;
  }
  #about_page .miniblock > div.r > .b2,
  #answer_page .miniblock > div.r > .b2 {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 22px;
  }
  #about_page .miniblock > div.r > .b2 > .text,
  #answer_page .miniblock > div.r > .b2 > .text {
    color: #464747;
    font-size: 14px;
    line-height: 1.36;
  }
  #about_page .miniblock > div.r > .b2 > .text > .more,
  #answer_page .miniblock > div.r > .b2 > .text > .more {
    float: right;
    text-decoration: none;
    color: #404040;
    font-weight: bold;
    font-size: 13px;
  }
  #about_page .miniblock > div.r > .b1,
  #answer_page .miniblock > div.r > .b1 {
    float: none;
    width: 143px;
    height: 143px;
    margin: 0 auto;
    display: block;
    margin-bottom: 16px;
  }
  #about_page .miniblock > div.r > .b1 > .foto,
  #answer_page .miniblock > div.r > .b1 > .foto {
    width: 100%;
    height: 100%;
  }
  #contacts_page > .l {
    width: 100%;
    border: 0;
  }
  #contacts_page > .l > h1 {
    text-align: center;
    position: static;
  }
  #contacts_page > .l > .map {
    display: none;
  }
  #contacts_page > .l > .info {
    width: 100%;
    float: none;
  }
  #contacts_page > .l > .info > p {
    width: 50%;
    text-align: center;
    margin: 0 auto 14px;
  }
  #contacts_page > .l > .info > p > strong,
  #contacts_page > .l > .info > p b {
    color: #185494;
    display: block;
  }
  #contacts_page > .l .form {
    margin-bottom: 32px;
  }
  #contacts_page > .l .form > .t {
    text-align: center;
    font-size: 18px;
  }
  #contacts_page > .l .form > form {
    width: 100%;
  }
  #contacts_page > .l .form > form > .btn {
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
  }
  #contacts_page > .l .form > form > div {
    height: auto;
  }
  #contacts_page > .l .form > form > div.complex > label {
    width: 50%;
    float: none;
    position: static;
  }
  #contacts_page > .l .form > form > div.complex > .input-wrap:nth-child(2) {
    width: 50%;
  }
  #contacts_page > .l .form > form > div.complex > .input-wrap:nth-child(4) {
    left: 137px;
  }
  #contacts_page > .l .form > form > div.complex > .input-wrap:nth-child(6) {
    left: 220px;
  }
  #contacts_page > .l .form > form > div.complex > span {
    left: 200px;
  }
  #contacts_page > .l .form > form > div > .input-wrap {
    position: static;
    width: 100%;
  }
  #contacts_page > .l .form > form > div > label {
    width: 100%;
    float: none;
    position: static;
  }
  #contacts_page > .l .form > form > div input {
    width: 100%!important;
  }
  #contacts_page > .r {
    width: 100%;
  }
  #contacts_page > .r > .b-h1 {
    text-align: center;
  }
  #contacts_page > .r > .all {
    position: static;
    text-align: center;
    color: #444444;
    text-decoration: none;
    display: block;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    margin-bottom: 32px;
    text-decoration: underline;
    text-transform: uppercase;
  }
  #contacts_page > .r > .block {
    background: none;
  }
  #contacts_page > .r > .block > .l {
    width: 20%;
  }
  #contacts_page > .r > .block > .r {
    width: 80%;
  }
  #contacts_page > .r > .write {
    font-size: 19px;
    color: #185494;
    text-decoration: none;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  }
  #contacts_page > .r .text > .more {
    font-size: 13px;
    font-weight: bold;
    color: #404040!important;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-align: right;
  }
  #f > .b2 {
    border-top: 0!important;
    border-left: 0!important;
    border-right: 0!important;
    padding-bottom: 15px;
    border-style: solid;
    border-width: 1px;
    border-image-source: radial-gradient(circle at 50% 0, #979797, #ffffff);
    border-image-slice: 1;
  }
  #f > .b2 > div:nth-child(2) > form > div {
    width: 100%;
    margin-bottom: 15px;
  }
  #f > .b2 > div:nth-child(2) > form > div > input,
  #f > .b2 > div:nth-child(2) > form > div input:focus {
    width: 100%;
    height: 49px;
  }
  #f > .b2 > div:nth-child(2) > form > span.btn {
    width: 100%;
    height: 44px;
  }
  #f .b3 {
    left: 24px;
    right: 0;
    width: 100%;
    position: static;
    border-style: solid;
    border-width: 1px;
    border-image-source: radial-gradient(circle at 50% 0, #979797, #ffffff);
    border-image-slice: 1;
    border-top: 0!important;
    border-left: 0!important;
    border-right: 0!important;
    height: auto;
    padding: 10px 0;
  }
  #f .b3 > span {
    height: auto;
    line-height: 18px;
  }
  #f .b4 {
    width: 100%;
    position: static;
  }
}
@media (max-width: 480px) {
  #popup0 {
    width: 100%;
  }
  .popup3 {
    width: 100%!important;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .popup3 > .form > form > .btn {
    left: 0;
  }
  .popup3 > .form > form > div.complex {
    height: auto;
  }
  .popup3 > .form > form > div.complex > label {
    width: 50%;
    float: none;
    position: static;
    left: 0;
    text-align: left;
    display: none;
  }
  .popup3 > .form > form > div.complex > label:nth-child(3) {
    left: 0;
  }
  .popup3 > .form > form > div.complex > .input-wrap {
    position: static;
  }
  .popup3 > .form > form > div.complex > .input-wrap > input {
    width: 100%;
  }
  .popup3 > .form > form > div.complex > .input-wrap:nth-child(2) {
    width: 50%;
    left: 0;
    right: 0;
  }
  .popup3 > .form > form > div.complex > .input-wrap:nth-child(4) {
    left: 137px;
  }
  .popup3 > .form > form > div.complex > .input-wrap:nth-child(6) {
    left: 220px;
  }
  .popup3 > .form > form > div.complex > span {
    display: none;
  }
  .popup3 > .form > form > div > .input-wrap > input {
    width: 100%;
  }
  .popup3 > .form > form > div > .input-wrap > input:focus {
    width: 100%;
  }
  .col-xs-12 {
    width: 100%;
  }
  #h > .menu {
    background-size: 60%;
  }
  #contacts_page > .l > .info > p {
    width: 100%;
  }
  #price_page > .price-block > .h > .wrap {
    width: 100%;
  }
  #price_page > .price-block > .h > .sale {
    right: 10%;
  }
  #price_page > .price-block > .f {
    padding-top: 60px;
  }
}
.fixed{
  position: fixed!important;
  top: 0;
  width: 960px;
  background-color: #fff;
  padding-bottom: 20px;
  box-shadow: 0px 15px 10px -15px #ccc;
  height: 100px;
}
.fixed .sitename,
.fixed .pagename{
  display: none!important;
}
.fixed .logo{
  height: 100px;
}
.fixed #alogo img{
  height: auto;
  width: 135px;
  display: block;
  margin: 0 auto;
}
#h.fixed .line{
  display: none!important;
}
#h.fixed >.menu{
  top: 40px;
}