/* reset styles
-----------------------------------------------------------------------------*/
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,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
blockquote,
q {
  quotes: none;
}
input:focus,
textarea:focus,
a:focus,
button:focus,
select:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del,
s,
strike {
  text-decoration: line-through;
}
html {
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
  margin: 0;
}
body {
  width: 100%;
  height: 100%;
}
/* Common classes
-----------------------------------------------------------------------------*/
.clear {
  clear: both;
}
.clearfix:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.webkitFlickerFix {
  -webkit-backface-visibility: hidden;
}
.pa {
  position: absolute;
}
.pr {
  position: relative;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* transitions
-----------------------------------------------------------------------------*/
a,
a *,
a:before,
a:after {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
body,
input,
button,
select,
textarea {
  font-family: MinionPro-Regular, serif;
  font-size: 14px;
  color: #000000;
}
body {
  line-height: 1;
}
a {
  color: #1e90ff;
  outline: none;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
strong {
  font-weight: 400;
}
img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h4,
h5,
h6 {
  font-weight: 400;
}
ul.unstyled,
ol.unstyled {
  list-style: none;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
pre,
code {
  font-family: monospace;
}
/* button
-----------------------------------------------------------------------------*/
.button {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
  z-index: 2;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  line-height: 67px;
  height: 67px;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
  background: #ff0000;
  background: -moz-linear-gradient(top, #ff0000 0%, #c70000 100%);
  background: -webkit-linear-gradient(top, #ff0000 0%, #c70000 100%);
  background: linear-gradient(to bottom, #ff0000 0%, #c70000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#c70000', GradientType=0);
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-family: MinionPro-Bold, serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.34);
  -webkit-box-shadow: 1px 4px 5px 0 rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 1px 4px 5px 0 rgba(0, 0, 0, 0.27);
  box-shadow: 1px 4px 5px 0 rgba(0, 0, 0, 0.27);
  font-size: 30px;
}
.button:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
  z-index: -1;
  background: #c70000;
  opacity: 0;
}
.button:hover:before {
  opacity: 1;
}
.button input {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
}
/* inputs
-----------------------------------------------------------------------------*/
input {
  vertical-align: middle;
}
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
textarea,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=range],
input[type=color] {
  display: block;
  margin: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 42px;
  line-height: 63px;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 20px;
  font-size: 24px;
}
input[type=text].error,
input[type=password].error,
input[type=email].error,
input[type=search].error,
input[type=tel].error,
input[type=url].error,
textarea.error,
input[type=date].error,
input[type=datetime].error,
input[type=datetime-local].error,
input[type=month].error,
input[type=time].error,
input[type=week].error,
input[type=number].error,
input[type=range].error,
input[type=color].error {
  border-color: #f00;
}
label.error {
  display: none !important;
}
.property {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-indent: 0;
}
.property:focus {
  text-indent: 500px;
}
.placeholder-properties::-webkit-input-placeholder {
  /* WebKit browsers */
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-indent: 0;
}
.placeholder-properties::-webkit-input-placeholder:focus {
  text-indent: 500px;
}
.placeholder-properties::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-indent: 0;
}
.placeholder-properties::-moz-placeholder:focus {
  text-indent: 500px;
}
.placeholder-properties:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-indent: 0;
}
.placeholder-properties:-moz-placeholder:focus {
  text-indent: 500px;
}
.placeholder-properties:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-indent: 0;
}
.placeholder-properties:-ms-input-placeholder:focus {
  text-indent: 500px;
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #9e9e9e;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #9e9e9e;
}
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #9e9e9e;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #9e9e9e;
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-indent: 0;
}
input[type=text]::-webkit-input-placeholder:focus,
input[type=password]::-webkit-input-placeholder:focus,
input[type=email]::-webkit-input-placeholder:focus,
input[type=search]::-webkit-input-placeholder:focus,
input[type=tel]::-webkit-input-placeholder:focus,
input[type=url]::-webkit-input-placeholder:focus,
textarea::-webkit-input-placeholder:focus {
  text-indent: 500px;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-indent: 0;
}
input[type=text]::-moz-placeholder:focus,
input[type=password]::-moz-placeholder:focus,
input[type=email]::-moz-placeholder:focus,
input[type=search]::-moz-placeholder:focus,
input[type=tel]::-moz-placeholder:focus,
input[type=url]::-moz-placeholder:focus,
textarea::-moz-placeholder:focus {
  text-indent: 500px;
}
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-indent: 0;
}
input[type=text]:-moz-placeholder:focus,
input[type=password]:-moz-placeholder:focus,
input[type=email]:-moz-placeholder:focus,
input[type=search]:-moz-placeholder:focus,
input[type=tel]:-moz-placeholder:focus,
input[type=url]:-moz-placeholder:focus,
textarea:-moz-placeholder:focus {
  text-indent: 500px;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-indent: 0;
}
input[type=text]:-ms-input-placeholder:focus,
input[type=password]:-ms-input-placeholder:focus,
input[type=email]:-ms-input-placeholder:focus,
input[type=search]:-ms-input-placeholder:focus,
input[type=tel]:-ms-input-placeholder:focus,
input[type=url]:-ms-input-placeholder:focus,
textarea:-ms-input-placeholder:focus {
  text-indent: 500px;
}
input[type=button],
input[type=reset],
input[type=submit],
button {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  /*Remove button padding in FF*/
  border: 0;
  padding: 0;
}
/* wrapper
-----------------------------------------------------------------------------*/
.page__wrapper {
  max-width: none;
  margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.container:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.wrapper {
  position: relative;
}
.workarea {
  height: 100%;
  min-height: 100%;
}
/* footer
-----------------------------------------------------------------------------*/
.footer {
  max-width: 1200px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
/*
@import url(structure-grid.less);
@import url(structure-grid-px.less);
@import url(structure-sidebars.less);
@import url(structure-grid-bootstrap.less);
@import url(responsive__utilities.less);
*/
/*transition*/
/*border radius*/
/*transform*/
/* sizing
-----------------------------------------------------------------------------*/
/* user select
-----------------------------------------------------------------------------*/
/* gradients
-----------------------------------------------------------------------------*/
@font-face {
  font-family: MinionPro-Regular;
  src: url('../fonts/MinionPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/MinionPro-Regular.woff') format('woff'), url('../fonts/MinionPro-Regular.ttf') format('truetype'), url('../fonts/MinionPro-Regular.svg#MinionPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: MinionPro-Bold;
  src: url('../fonts/MinionPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/MinionPro-Bold.woff') format('woff'), url('../fonts/MinionPro-Bold.ttf') format('truetype'), url('../fonts/MinionPro-Bold.svg#MinionPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.regular {
  font-family: MinionPro-Regular, serif;
}
.bold {
  font-family: MinionPro-Bold, serif;
}
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.sprites(@spritesheet-sprites);
*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-error {
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
.fancybox-image .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-weight: bold;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
}
body {
  background: url("../images/anything/bg-pattern.jpg") center repeat;
}
.main__top {
  background: url("../images/anything/bg-main2.jpg") top center repeat;
}
.main__top .container {
  padding-top: 187px;
  padding-bottom: 81px;
}
.main__wrap {
  width: 673px;
  margin-left: 208px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 107px 160px 107px;
  background: url("../images/anything/main-top-left.jpg") left top no-repeat, url("../images/anything/main-top-right.jpg") right top no-repeat, url("../images/anything/main-bottom-left.jpg") left bottom no-repeat, url("../images/anything/main-bottom-right.jpg") right bottom no-repeat, url("../images/anything/main-left.jpg") left center repeat-y, url("../images/anything/main-right.jpg") right center repeat-y, url("../images/anything/main-top.jpg") top center repeat-x, url("../images/anything/main-top.jpg") bottom center repeat-x, url("../images/anything/main-yellow.jpg") center / cover no-repeat;
}
.main__title {
  font-size: 69px;
  line-height: 70px;
  text-transform: uppercase;
  color: #5e0909;
  font-family: MinionPro-Bold, serif;
  margin-bottom: 51px;
}
.main__callback {
  margin-bottom: 30px;
}
.main__callback .button {
  width: 100%;
}
.main__tel {
  margin-bottom: 56px;
}
.main__tel-link {
  font-size: 36px;
  text-decoration: none;
  color: #5e0909;
  padding-left: 65px;
  position: relative;
}
.main__tel-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url('../images/icons/icon-phone.svg') no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 50px;
  height: 50px;
}
.main__email-link {
  color: #5e0909;
  margin-left: 32px;
  font-size: 24px;
  position: relative;

}
.main__email-link:before {
  content: '';
  position: absolute;
  left: -32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url('../images/icons/icon-mail.svg') no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 18px;
  height: 13px;
}



.main__inst-link {
  color: #5e0909;
  margin-left: 32px;
  font-size: 24px;
  position: relative;
}
.main__inst-link:before {
  content: '';
  position: absolute;
  left: -32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url('../images/icons/icon-inst.svg') no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 18px;
  height: 17px;
}



.main__vk-link {
  color: #5e0909;
  margin-left: 32px;
  font-size: 24px;
  position: relative;
}
.main__vk-link:before {
  content: '';
  position: absolute;
  left: -32px;
  top: 54%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url('../images/icons/icon-vk.svg') no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 21px;
  height: 13px;
}













.main__nav {
  text-align: center;
  background: url("../images/anything/nav-pattern.jpg") left top repeat-x;
}
.main__nav nav {
  padding: 54px 0 59px;
  font-size: 0;
}
.main__nav a {
  display: inline-block;
  font-family: MinionPro-Bold, serif;
  font-size: 30px;
  text-decoration: none;
  color: #5e0909;
  margin: 0 30px;
}
.main__nav a:hover,
.main__nav a.active {
  color: #9f1010;
}
.content__section {
  padding-top: 70px;
}
.content__wrap {
  background: #f0fbfe;
  padding: 68px 100px 166px;
  font-size: 24px;
  line-height: 30px;
}
.content__wrap h1 {
  font-size: 48px;
  font-family: MinionPro-Bold, serif;
  margin-bottom: 30px;
  margin-top: 10px;
}
.content__wrap h2 {
  font-size: 40px;
  font-family: MinionPro-Bold, serif;
  margin-bottom: 66px;
  margin-top: 68px;
}
h1,h2{color:#630505;}
.content__wrap h2:first-child {
  margin-top: 0;
}
.content__wrap h3 {
  margin-bottom: 36px;
  font-family: MinionPro-Bold, serif;
}
.content__wrap strong {
  font-family: MinionPro-Bold, serif;
}
.content__wrap p {
  margin-bottom: 31px;
}
.content__wrap p:last-child {
  margin-bottom: 0;
}
.content__wrap ul {
  list-style: none;
}
.content__wrap li {
  margin-bottom: 35px;
}
.content__wrap li:last-child {
  margin-bottom: 0;
}
.content__wrap a {
  color: #000;
  text-decoration: none;
}
.content__wrap a:hover {
  color: #9f1010;
}
.content__wrap bdo {
  margin-top: 22px;
  display: block;
  text-align: right;
  font-size: 24px;
  font-family: MinionPro-Bold, serif;
}
.content__wrap figure {
  margin: 35px -7px 0;
}
.content__wrap figure:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.content__wrap figure a img  {
  float: left;
  margin: 3px;
}
.footer__nav {
  border: 3px solid #f0fbfe;
  background: url("../images/anything/bg-nav.jpg") top center / cover no-repeat;
  text-align: center;
  font-size: 0;
  padding: 40px 0;
}
.footer__nav a {
  display: inline-block;
  font-family: MinionPro-Bold, serif;
  text-decoration: none;
  color: #5e0909;
  font-size: 30px;
  margin: 0 30px;
}
.footer__nav a:hover,
.footer__nav a.active {
  color: #9f1010;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  padding: 17px 0 31px;
  align-items: center;
}
.footer__logo {
  color: #fff;
  font-size: 22px;
  font-family: MinionPro-Bold, serif;
  text-transform: uppercase;
  text-align: center;
}
.footer__develop {
  font-size: 0;
  color: #fff;
}
.footer__develop img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.footer__develop span {
  text-decoration: underline;
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  font-family: Arial, sans-serif;
}
.popup {
  max-width: 665px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  padding: 40px 70px;
  text-align: center;
  display: none;
}
.popup .button {
  padding: 0 80px;
  margin-top: 45px;
}
.popup__title {
  font-size: 30px;
  margin-bottom: 85px;
}
.popup__title:last-child {
  margin-bottom: 0;
}
.header {
  background: url("../images/anything/bg-header.jpg") top center repeat-x;
}
.header .container {
  padding-top: 117px;
  padding-bottom: 56px;
}
.header__logo {
  float: left;
  color: #fff;
  font-family: MinionPro-Bold, serif;
  font-size: 64px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  margin-left: 25px;
}
.header__callback {
  float: right;
  margin-right: 10px;
  margin-top: 22px;
}
.header__callback .button {
  padding: 0 65px;
}
.header__contacts {
  float: right;
  margin-right: 93px;
  margin-top: 14px;
}
.header__contacts a {
  color: #fff;
  position: relative;
  display: inline-block;
}
.header__contacts a:before {
  content: '';
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.header__tel {
  font-size: 36px;
  padding-left: 70px;
  margin-bottom: 26px;
  text-decoration: none;
}
.header__tel:before {
  left: 0;
  background: url('../images/icons/icon-phone-white.svg') no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 50px;
  height: 50px;
}
.header__email {
  font-size: 24px;
  position: relative;
  margin-left: 32px;
}
.header__email:before {
  left: -32px;
  background: url('../images/icons/icon-mail-white.svg') no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 18px;
  height: 13px;
}

.header__inst {
  font-size: 24px;
  position: relative;
  margin-left: 32px;
}
.header__inst:before {
  left: -32px;
  background: url('../images/icons/icon-inst-white.svg') no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 18px;
  height: 17px;
}

.header__vk {
  font-size: 24px;
  position: relative;
  margin-left: 32px;
}
.header__vk:before {
  left: -32px;
  background: url('../images/icons/icon-vk-white.svg') no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 21px;
  height: 13px;
}


.fancybox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background-image: url(../images/spritesheet.png);
  background-position: 0px -55px;
  width: 21px;
  height: 21px;
}
.popup.popup_callback div.err p,message{
	font-size:20px;
	color:red;
}
div.ok{
	color:green;
	font-size:18px;
}
div.ok p.title{
	font-size:26px;
	margin-bottom:10px;
}

.menu,
.header-btn,
.menu-btn {
  display: none;
}



@media all and (max-width: 1300px) {
  .content__section {
    padding: 15px 15px 0;
  }
  .footer {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}

@media all and (max-width: 1200px) {
  .main__top {
    background: url('../images/anything/bg-main2-fix.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .main__wrap {
    margin-left: auto;
    margin-right: auto;
  }
  .content__wrap figure {
    margin: 35px 0 0;
    width: 100%;
    font-size: 0;
  }
  .content__wrap figure .gallery-col,
  .content__wrap figure {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .content__wrap figure a {
    width: 33%;
  }
  .content__wrap figure a img {
    margin: 6px;
  }
  .content__wrap figure .gallery-col {
    width: 66%;
  }
  .content__wrap figure .gallery-col a {
    width: 49%;
  }
  .content__wrap figure .gallery-col > *,
  .content__wrap figure > * {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .content__wrap figure a img {
    width: 100% !important;
    height: auto !important;
  }
  .header__contacts {
    margin-right: 50px;
  }
  .header__logo {
    font-size: 54px;
  }
}

@media all and (max-width: 1100px) {
  .header__callback .button {
    padding: 0 35px;
    height: 55px;
    line-height: 55px;
    font-size: 25px;
  }
  .header__tel {
    font-size: 30px;
    padding-left: 55px;
  }
  .header__tel:before {
    width: 40px;
    height: 40px;
  }
  .header__vk,
  .header__inst,
  .header__email {
    font-size: 21px;
  }
  .header__logo {
    font-size: 48px;
  }
}

@media all and (max-width: 980px) {
  .footer__nav a,
  .main__nav a {
    margin: 0 20px;
    font-size: 26px;
  }
  .main__nav nav {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .header__logo {
    position: relative;
    top: 5px;
    font-size: 40px;
  }
}

@media all and (max-width: 850px) {
  .header__contacts {
    margin-right: 30px;
  }
  .header__callback .button {
    padding: 0 25px;
  }
  .header__logo {
    font-size: 36px;
  }
}

@media all and (max-width: 750px) {
  .content__wrap {
    font-size: 19px;
  }
  .main__nav {
    display: none;
  }
  .content__wrap {
    padding: 30px;
  }
  .content__wrap h2 {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 1.2;
  }
  .footer__nav a {
    margin: 0 10px;
    font-size: 20px;
  }
  .footer__nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .main__top {
    background: url('../images/anything/main-mobile-bg.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .main__top .container {
    padding: 18px 15px 22px;
  }
  .main__wrap {
    padding: 60px 20px 26px;
    max-width: 400px;
    width: 100%;
    box-sizing: border-box;
  }
  .main__wrap {
    background: url("../images/anything/main-top-left-mobile.jpg") left top no-repeat,
                url("../images/anything/main-top-right-mobile.jpg") right top no-repeat,
                url("../images/anything/main-bottom-left-mobile.jpg") left bottom no-repeat,
                url("../images/anything/main-bottom-right-mobile.jpg") right bottom no-repeat,
                url("../images/anything/main-left-mobile.jpg") left center repeat-y,
                url("../images/anything/main-right-mobile.jpg") right center repeat-y,
                url("../images/anything/main-top-mobile.jpg") top center repeat-x,
                url("../images/anything/main-top-mobile.jpg") bottom center repeat-x,
                url("../images/anything/main-yellow.jpg") center / cover no-repeat;
  }

  .main__title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 29px;
  }
  .main__tel {
    margin-bottom: 30px;
  }
  .main__tel-link {
    font-size: 22px;
    line-height: 99.5%;
    padding-left: 38px;
  }
  .main__tel-link:before {
    width: 27px;
    height: 27px;
  }
  .main__callback .button {
    width: 205px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
  }
  .main__vk-link,
  .main__inst-link,
  .main__email-link {
    text-decoration: none;
    font-size: 18px;
    line-height: 150%;
  }
  .main__email-link {
    margin-left: 28px;
  }
  .main__email-link:before {
    top: 53%;
    width: 16px;
    height: 12px;
    left: -28px;
  }
  .main__callback {
    margin-bottom: 18px;
  }
  .main__inst-link {
    margin-top: -10px;
    top: -6px;
    display: inline-block;
    margin-left: 25px;
  }
  .main__inst-link:before {
    width: 15px;
    height: 15px;
    left: -24px;
    top: 53%;
  }
  .main__vk-link {
    top: -20px;
    margin-left: 30px;
  }
  .main__vk-link:before {
    left: -30px;
  }
  .menu-btn {
    display: block;
    max-width: 400px;
    margin: 22px auto 0;
    background: #F6C125;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-family: MinionPro-Bold, serif;
    font-size: 22px;
    color: #5E0909;
    text-align: center;
    position: relative;
  }
  .menu-btn:after {
    content: '';
    right: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url('../images/icons/icon-menu.svg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 24px;
    height: 17px;
  }
  .menu {
    display: block;
    position: fixed;
    overflow: auto;
    top: 0;
    transition: all, 0.3s;
    right: -100%;
    width: 100%;
    height: 100%;
    padding: 83px 47px 50px;
    box-sizing: border-box;
    background: url("../images/anything/main-yellow.jpg") center / cover no-repeat;
    z-index: 100;
  }
  .menu.open {
    right: 0;
  }
  .menu__list {
    padding-left: 0;
    list-style: none;
  }
  .menu__list a {
    font-family: MinionPro-Bold, serif;
    text-decoration: none;
    font-size: 24px;
    line-height: 150%;
    color: #5E0909;
  }
  .menu__tel-link {
    font-family: MinionPro-Bold, serif;
    text-decoration: none;
    display: block;
    padding-left: 35px;
    font-size: 22px;
    line-height: 99.5%;
    color: #5E0909;
    position: relative;
    display: block;
    margin-top: 24px;
    margin-bottom: 22px;
  }
  .menu__email-link,
  .menu__inst-link,
  .menu__vk-link {
    padding-left: 28px;
    position: relative;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #5E0909;
    display: block;
  }
  .menu__tel-link:after,
  .menu__email-link:after,
  .menu__inst-link:after,
  .menu__vk-link:after {
    content: '';
    position: absolute;
    left: 0;
  }
  .menu__tel-link:after {
    background: url('../images/icons/icon-phone.svg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 26px;
    height: 26px;
    top: -2px;
  }
  .menu__email-link:after {
    background: url('../images/icons/icon-mail.svg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 16px;
    height: 12px;
    top: 8px;
  }
  .menu__inst-link:after {
    background: url('../images/icons/icon-inst.svg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 15px;
    height: 15px;
    top: 6px;
  }
  .menu__vk-link:after {
    background: url('../images/icons/icon-vk.svg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 20px;
    height: 12px;
    top: 9px;
  }
  .menu__close {
    right: -100%;
    position: fixed;
    width: 25px;
    height: 25px;
    cursor: pointer;
    top: 27px;
    background: url('../images/icons/icon-close.svg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    transition: all, 0.3s;
  }
  .menu.open .menu__close {
    right: 33px;
  }
  .header {
    background: none;
  }
  a.header__email,
  a.header__vk,
  a.header__inst {
    display: none;
  }
  .header__tel {
    font-size: 0;
    margin-left: 0;
    width: 38px;
    height: 38px;
    background: url('../images/icons/icon-phone-white-mobile.svg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    padding-left: 0;
    margin: 0;
  }
  .header__contacts a:before {
    display: none;
  }
  .header__callback {
    margin-top: 0;
  }
  .header__contacts {
    margin-top: -11px;
    margin-right: 6px;
  }
  .header__callback .button:hover,
  .header__callback .button {
    padding: 0;
    font-size: 0;
    width: 38px;
    height: 38px;
    background: url('../images/icons/icon-callback.svg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .header__callback .button:hover:before {
    background: none;
  }
  .header__logo {
    top: -6px;
    margin-left: 62px;
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    position: relative;
  }
  .header__logo:after {
    content: '';
    position: absolute;
    left: -48px;
    top: 4px;
    background: url('../images/logo_BIG.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 40px;
    height: 40px;
  }
  .header .container {
    padding-top: 16px;
    padding-bottom: 0;
    margin-bottom: -7px;
  }
  .header__contacts br {
    display: none;
  }
  .header__callback {
    margin-right: 65px;
  }
  .header-btn {
    position: absolute;
    right: 15px;
    top: 14px;
    display: block;
    background: #F6C125;
    width: 40px;
    height: 40px;
  }
  .header-btn:after {
    content: '';
    position: absolute;
    right: 0; left: 0; top: 0; bottom: 0;
    margin: auto;
    background: url('../images/icons/icon-menu.svg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 24px;
    height: 17px;
  }
}

@media all and (max-width: 550px) {
  .content__section {
    padding-bottom: 15px;
  }
  .content__wrap {
    padding: 20px 15px 25px;
    font-size: 15px;
    line-height: 120%;
  }
  .content__wrap li,
  .content__wrap p {
    margin-bottom: 9px;
  }
  .content__wrap h3 {
    margin-top: 17px;
    margin-bottom: 9px;
  }
  .content__wrap h2 {
    margin-top: 17px;
    margin-bottom: 9px;
    font-size: 22px;
  }
  .content__wrap figure {
    margin-top: 27px;
  }
  .content__wrap figure .gallery-col,
  .content__wrap figure .gallery-col a,
  .content__wrap figure a {
    width: 100%;
  }
  .content__wrap figure a {
    margin-bottom: 9px;
  }
  .content__wrap figure a:last-child {
    margin-bottom: 0;
  }
  .content__wrap figure a img {
    margin: 0;
  }
  .content__wrap bdo {
    margin-top: 8px;
    text-align: center;
    font-size: 18px;
    line-height: 99.5%;
  }
  .content__wrap a {
    color: #5E0909;
  }
  .footer__logo {
    display: none;
  }
  .footer__nav {
    padding-top: 0;
    padding-bottom: 30px;
    background: none;
    text-align: center;
    display: block;
    border: none;
  }
  .footer__nav a:hover, .footer__nav a.active,
  .footer__nav a {
    margin: 0 auto;
    display: block;
    color: #ffffff;
    font-size: 18px;
    line-height: 150%;
  }
  .footer__statistic {
    margin-bottom: 22px;
  }
  .footer__bottom {
    display: block;
    text-align: center;
  }
  .popup {
    padding-left: 20px;
    padding-right: 20px;
  }
  .popup .button {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
    font-size: 24px;
  }
  .popup__title {
    margin-bottom: 30px;
  }
}









































