@font-face {
  font-family: 'GothicRusCondenced';
  src: url('fonts/GothicRusCondenced.eot');
  src: url('fonts/GothicRusCondenced.eot') format('embedded-opentype'), url('fonts/GothicRusCondenced.woff2') format('woff2'), url('fonts/GothicRusCondenced.woff') format('woff'), url('fonts/GothicRusCondenced.ttf') format('truetype'), url('fonts/GothicRusCondenced.svg#GothicRusCondenced') format('svg');
}

@font-face {
  font-family: 'ubuntu-light';
  src: url('fonts/UbuntuLight.eot');
  src: url('fonts/UbuntuLight.eot') format('embedded-opentype'), url('fonts/UbuntuLight.woff2') format('woff2'), url('fonts/UbuntuLight.woff') format('woff'), url('fonts/UbuntuLight.ttf') format('truetype'), url('fonts/UbuntuLight.svg#UbuntuLight') format('svg');
}

@font-face {
  font-family: 'ubuntu-bold';
  src: url('fonts/ubuntu.bold.eot');
  src: url('fonts/ubuntu.bold.eot') format('embedded-opentype'), url('fonts/ubuntu.bold.woff') format('woff'), url('fonts/ubuntu.bold.ttf') format('truetype'), url('fonts/ubuntu.bold.svg#ubuntu.bold') format('svg');
}
/*@font-face {
    font-family: 'UbuntuLight';
    src: url('fonts/UbuntuLight.eot');
    src: url('fonts/UbuntuLight.eot') format('embedded-opentype'),
         url('fonts/UbuntuLight.woff2') format('woff2'),
         url('fonts/UbuntuLight.woff') format('woff'),
         url('fonts/UbuntuLight.ttf') format('truetype'),
         url('fonts/UbuntuLight.svg#UbuntuLight') format('svg');
}
@font-face {
    font-family: 'UbuntuMedium';
    src: url('fonts/UbuntuMedium.eot');
    src: url('fonts/UbuntuMedium.eot') format('embedded-opentype'),
         url('fonts/UbuntuMedium.woff2') format('woff2'),
         url('fonts/UbuntuMedium.woff') format('woff'),
         url('fonts/UbuntuMedium.ttf') format('truetype'),
         url('fonts/UbuntuMedium.svg#UbuntuMedium') format('svg');
}*/
*::selection {
  background: #f63;
  color: white;
}

*::-moz-selection {
  background: #f63;
  color: white;
}

* {
  transition: all .21s ease;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: 'ubuntu-light';
  background: #ffc;
}

.wrapper {
  width: 100%;
  min-width: 1170px;
  margin: 0 auto;
  overflow-x: hidden;
}

.wrap {
  width: 1170px;
  margin: 0 auto;
}

.clear {
  clear: both;
}
/* header */
.top_line {
  height: 70px;
  background: #534741;
  margin-bottom: -150px;
  position: fixed;
  width: 100%;
  z-index: 100;
}

#logo {
  margin: 0 150px 0 0;
}
/*#logo > a{
	width: 45px;
	height: 70px;
	background: url(img/logo.png) no-repeat left center;
	display: block;
}*/
#first_logo,
#second_logo {
  width: 45px;
  height: 70px;
  display: block;
  text-indent: -9999px;
}

#first_logo {
  background: url(img/logo.png) no-repeat left center;
}

#second_logo {
  width: 170px;
  /*height: 160px;*/
  height: 70px;
  background: url(img/logo2.png) no-repeat left center;
  margin: -70px -125px 0 0;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

#logo,
#logo > a {
  outline: 0;
}

#logo,
.main_menu {
  display: inline-block;
  vertical-align: top;
}

.top_line > div > div {
  float: right;
  color: white;
  padding: 7px 10px 7px 0;
  font-size: 95%;
}

.top_line > div > div > p {
  padding-left: 35px;
  margin: 0 0 5px;
  background: url(img/h-icon1.png) no-repeat;
}

.top_line > div > div > div {
  padding-left: 30px;
  background: url(img/h-icon2.png) no-repeat 0;
}

.top_line > div > div > div > p {
  margin: 0;
}

.top_line > div > a {
  float: right;
  width: 155px;
  background: #f03;
  height: 70px;
  color: white;
  line-height: 70px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'ubuntu-bold';
  text-decoration: none;
}

.top_line > div > a:hover,
.top_line > div > a:active,
.reserve_button:hover,
.reserve_button:active {
  -webkit-filter: brightness(95%);
  filter: brightness(95%);
}

.main_menu {
  padding-top: 20px;
}

.main_menu .nav > li {
  display: inline-block;
  margin: 0 15px;
}

.main_menu .nav > li > a {
  color: white;
  text-transform: uppercase;
  padding: 5px 0;
}

.main_menu .nav > li:hover > a,
.main_menu .nav > li.current > a,
.main_menu .nav > li > a:active {
  border-bottom: 5px solid #f96;
}

.slider_text {
  height: 150px;
  position: relative;
  bottom: -230px;
  z-index: 10;
  pointer-events: none;
}

.slider_text > div {
  height: 150px;
  border-left: 15px solid #f93;
  color: white;
  font-family: 'GothicRusCondenced';
  padding-left: 50px;
  margin-left: 20px;
  text-shadow: 1px 0 1px black;
}

.slider_text > div > p:first-child {
  font-size: 270%;
  margin: 0;
}

.slider_text > div > p:last-child {
  font-size: 550%;
}

#wr_slider {
  width: 100%;
  height: 690px;
  /*background: url(img/sl1.jpg) no-repeat top center;*/
  background-size: cover;
  position: relative;
  margin-top: -80px;
}

.sl_img {
  /*width: 100%;
	height: auto;*/
}

#slider,
.slide {
  height: 690px;
  width: 100%;
}

.slide img {
  width: auto;
  min-height: 690px;
}
/* Форма бронирования */
#wr_blur_block {
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 1;
  padding-top: 25px;
  /* background: url(img/bron-bg.png) no-repeat;
    background-size: cover;*/
}

#wr_blur_block select {
  background: url(img/orange-t.png) no-repeat 142px !important;
}

#wr_blur_block .col-xs-3 {
  text-align: center;
}

#zaezd::-webkit-input-placeholder {
  color: white;
  text-transform: uppercase;
  font-family: 'ubuntu-light';
  background: url(img/orange-t.png) no-repeat right center;
}

#zaezd::-moz-placeholder {
  color: white;
  text-transform: uppercase;
  font-family: 'ubuntu-light';
  background: url(img/orange-t.png) no-repeat right center;
}/* Firefox 19+ */
#zaezd:-moz-placeholder {
  color: white;
  text-transform: uppercase;
  font-family: 'ubuntu-light';
  background: url(img/orange-t.png) no-repeat right center;
}/* Firefox 18- */
#zaezd:-ms-input-placeholder {
  color: white;
  text-transform: uppercase;
  font-family: 'ubuntu-light';
  background: url(img/orange-t.png) no-repeat right center;
}

#viezd::-webkit-input-placeholder {
  color: white;
  text-transform: uppercase;
  font-family: 'ubuntu-light';
  background: url(img/orange-t.png) no-repeat right center;
}

#viezd::-moz-placeholder {
  color: white;
  text-transform: uppercase;
  font-family: 'ubuntu-light';
  background: url(img/orange-t.png) no-repeat right center;
}/* Firefox 19+ */
#viezd:-moz-placeholder {
  color: white;
  text-transform: uppercase;
  font-family: 'ubuntu-light';
  background: url(img/orange-t.png) no-repeat right center;
}/* Firefox 18- */
#viezd:-ms-input-placeholder {
  color: white;
  text-transform: uppercase;
  font-family: 'ubuntu-light';
  background: url(img/orange-t.png) no-repeat right center;
}

#wr_blur_block > .wrap {
  position: relative;
  z-index: 1;
  color: white;
}

.blur_background {
  width: 110%;
  height: 120px;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  position: absolute;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  /*background: rgba(0,0,0,.9);*/
  opacity: .5;
  /*background: url(img/bron-bg.png) no-repeat;
    background-size: cover;*/
}

.wr_aparts {
  width: 600px;
  margin: 0 auto;
}

.booking-details {
  padding: 50px 0;
}

.booking-details .col-xs-5 {
  text-align: right;
}

.terms input {
  width: auto !important;
}

.terms a {
  color: black;
  text-decoration: none;
}

.submit_but > input {
  text-transform: uppercase;
  font-family: 'ubuntu-light';
  transition: all .1s ease;
}

.child-form-wrap {
  margin-bottom: 5px;
}

.plus-child {
  cursor: pointer;
}

.submit_but input:hover,
.submit_but input:active {
  background: #f03 !important;
  border: 1px solid rgba(255, 255, 255, 0) !important;
  font-family: 'ubuntu-bold';
  color: white;
}

.booking-details > .row > div:last-child input,
.booking-details > .row > div:last-child input[type="text"],
.booking-details > .row > div:last-child input[type="number"],
.easy_entrylink .controls input,
.easy_entrylink .controls textarea,
.age-form {
  /* background: #E0E0E0; */
  border: 1px solid #666;
  border-radius: 3px;
  padding: 10px 15px;
  width: 100%;
  background: transparent;
}

.booking-details > .row {
  margin-bottom: 20px;
}

#wr_blur_block input {
  width: 155px;
}

.wr_bron_s {
  width: 155px;
  overflow: hidden;
}

.wr_bron_s select,
.wr_bron_s option {
  width: 175px;
}

#wr_blur_block input,
#wr_blur_block select,
#wr_blur_block option {
  background: transparent;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  outline: none;
  padding: 10px 0;
  text-transform: uppercase;
  cursor: pointer;
}

#wr_blur_block option {
  color: black !important;
}

.bron_title {
  text-transform: uppercase;
  font-family: 'ubuntu-light';
}

.bron_input {
}

.reserve_button {
  background: #f03 !important;
  border: 0 !important;
  text-transform: uppercase;
  padding: 5px 10px !important;
  border-radius: 20px;
  margin-top: 10px;
}
/* section */
.leather_block {
  height: 440px;
  background: url(img/leather-bg.jpg) no-repeat bottom center;
}

.leather_block > p {
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f63;
  color: white;
  text-transform: uppercase;
  margin: 0;
}

.leather_block .col-xs-3 {
  min-height: 400px;
  /*background: url(img/leather-one-bg.jpg) no-repeat;*/
  background-size: cover !important;
}

.leather_block > div > .col-xs-3:nth-child(1) {
  background: url(img/m-luxe.jpg) no-repeat;
}

.leather_block > div > .col-xs-3:nth-child(2) {
  background: url(img/m-p-luxe.jpg) no-repeat;
}

.leather_block > div > .col-xs-3:nth-child(3) {
  background: url(img/stand.jpg) no-repeat;
}

.leather_block > div > .col-xs-3:nth-child(4) {
  background: url(img/econ.jpg) no-repeat;
}

.leather_block .col-xs-3 > div {
  width: 160px;
  height: 160px;
  border: 3px solid white;
  transform: rotate(45deg);
  margin: 0 auto;
  margin-top: 100px;
  line-height: 160px;
  text-align: center;
}

.leather_block .col-xs-3 > div > div {
  transform: rotate(-45deg);
  color: white;
  font-family: 'GothicRusCondenced';
  font-size: 170%;
  text-transform: lowercase;
}

.leather_block .col-xs-3:first-child > div > div {
  font-size: 255%;
}

.leather_block .col-xs-3 > a,
.index_more_div > a {
  text-transform: uppercase;
  color: white;
  background: #f63;
  display: block;
  width: 150px;
  text-align: center;
  padding: 10px;
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 80px;
  font-family: 'ubuntu-bold';
}

.leather_block .col-xs-3 > a:hover,
.leather_block .col-xs-3 > a:active {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  text-decoration: none;
}

.index_more_div > a:hover {
  text-decoration: none;
  background: #f03;
}

.index_more_div > a:active {
  text-decoration: none;
  background: #c03;
}

.index_more_div {
  width: 200px;
  border-top: 2px solid #f63;
  margin: 60px 0 -40px;
}

.index_more_div > a {
  margin: 50px 0 0;
}

.index_advantages ul li {
  list-style-image: url(img/or-b.png);
  margin-bottom: 5px;
}

.index_block_title {
  color: #f63;
  font-size: 135%;
  font-family: 'ubuntu-bold';
  margin-bottom: 30px;
  text-transform: uppercase;
}

.index_anim_block > .col-xs-6,
.index_anim_block > .wrap > .col-xs-6 {
  padding: 40px;
}

.index_about_us,
.index_advantages,
.index_parking,
.index_contacts {
  height: 500px;
}

.index_about_us,
.index_advantages,
.index_contacts {
  background: #ffc;
}

.wr_index_img_b {
  min-height: 500px;
  position: relative;
}

.ind_l_img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}

.ind_r_img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.index_parking {
  min-height: 500px;
  background: white;
}

.index_parking > div > div {
  min-height: 500px;
}

.park_col1,
.park_col2 {
  border-top: 2px solid #f63;
  color: #f63;
  padding: 30px 0 30px 0;
  text-transform: uppercase;
  font-size: 120%;
  font-family: 'ubuntu-bold';
}

.park_col2 {
  float: right;
  text-align: right;
  margin-top: 50px;
}

.index_stock {
  height: 300px;
  background: #f66;
  padding-top: 30px;
}

.index_stock > div > p {
  text-align: center;
  margin: 0 0 40px;
  color: white;
  font-size: 140%;
  font-family: 'ubuntu-bold';
  text-transform: uppercase;
}

.index_stock > div > div {
  text-align: center;
  padding: 0 100px;
  color: white;
  height: 120px;
  text-transform: uppercase;
  line-height: 180%;
  font-size: 110%;
}

.index_stock > div > div strong {
  font-family: 'ubuntu-bold';
}

.index_stock > div > a {
  width: 150px;
  background: #ffc;
  text-transform: uppercase;
  color: #ff726e;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  padding: 10px 0;
  border-radius: 20px;
  font-family: 'ubuntu-bold';
  text-decoration: none;
}

.index_stock > div > a:hover {
  background: white;
}

.index_stock > div > a:active {
  background: white;
  box-shadow: inset 0px 0 11px 1px rgba(255, 255, 153, 1);
}

.index_contacts > div {
  min-height: 500px;
}

.wr_map {
  width: 960px;
  height: 500px;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.wr_index_cont > div {
  height: 150px;
  color: #666666;
  font-family: 'GothicRusCondenced';
}

.wr_index_cont > div > p:first-child {
  font-size: 200%;
  margin: 0;
}

.wr_index_cont > div > p:last-child {
  font-size: 450%;
}

.wr_index_cont > p {
  font-size: 115%;
  color: #666666;
}

.wr_index_cont > p:nth-child(3) {
  margin: 20px 0 0 0;
}

.wr_index_cont > p:nth-child(4) {
  margin: 0 0 20px;
}

.wr_index_cont > a:nth-child(5) {
  color: #666666;
  display: block;
  font-size: 115%;
}

.wr_index_cont > a:nth-child(6) {
  color: #666666;
  text-transform: uppercase;
  border: 2px dashed #998675;
  border-radius: 20px;
  padding: 5px 25px;
  font-size: 120%;
  display: inline-block;
  margin: 20px 0 0 -20px;
  text-decoration: none;
}

.wr_index_cont > a:nth-child(6):hover,
.wr_index_cont > a:nth-child(6):active {
  color: #f63;
  border: 2px dashed #f63;
}

.wr_index_cont > a:nth-child(6):active {
  background: white;
}
/* footer */
footer {
  height: 390px;
  background: #fc6;
  padding-top: 40px;
}

footer > div > div > p {
  line-height: 200%;
}

footer > div > div p:first-child {
  font-family: 'ubuntu-bold';
  margin-bottom: 20px;
  line-height: 100%;
}

footer > div > div:nth-child(1) {
  padding-left: 35px;
}

footer > div > div:nth-child(1) > p:nth-child(2) {
  margin-bottom: 20px;
}

footer > div > div:nth-child(1) > p:nth-child(3) {
  margin-bottom: 0;
}

footer > div > div:nth-child(1) > p:nth-child(4) {
  margin-bottom: 20px;
}

footer .nav > li > a {
  padding: 0 0 7px;
  font-family: 'ubuntu-light';
}

footer > div > div:nth-child(1),
footer > div > div:nth-child(2),
footer > div > div:nth-child(1) a,
footer > div > div:nth-child(2) a {
  color: #633;
}

footer > div > .col-xs-6 {
  padding: 0;
}

footer > div > .col-xs-6 {
  color: #d96529;
}

footer > div > .col-xs-6 .formControlLabel,
footer > div > .col-xs-6 h2 {
  display: none;
}

footer > div > .col-xs-6 .formResponsive .formHorizontal .formControls {
  margin-left: 0;
}

footer > div > .col-xs-6 .formResponsive .formHorizontal .rsform-block {
  margin-bottom: 0;
}

footer > div > .col-xs-6 .col-xs-7 {
  margin-right: 45px;
}

footer > div > .col-xs-6 .col-xs-7,
footer > div > .col-xs-6 .col-xs-4 {
  padding: 0;
}

footer > div > .col-xs-6 #Email {
  width: 100%;
  outline: 0;
  padding: 10px;
  border: 0;
}

footer > .wrap:nth-child(3) {
  padding-top: 30px;
}

footer > .wrap:nth-child(3) > .col-xs-8 {
  text-align: center;
  font-family: 'GothicRusCondenced';
  color: #633;
}

#virtech {
  width: 80px;
  height: 40px;
  background-image: url(img/virtech.png);
  text-indent: -9999px;
  display: block;
  /* position: absolute; */
  right: 20px;
  top: 20px;
  background-size: cover;
  float: right;
}

#e-send {
  width: 100%;
  background: transparent;
  box-shadow: 0 0 0;
  font-size: 120%;
  text-transform: uppercase;
  border-radius: 20px;
  border: 2px dashed #ffc;
  padding: 7px;
  outline: 0;
}

#e-send:hover {
  border: 2px dashed white;
}
/*#e-send:hover, #e-send:active{
	border: 2px dashed #d96529;
}*/
#e-send:active {
  border: 2px solid white;
}
/* Страница номеров */
.wr_ap_list {
  background: #ffc;
}

.categ_title {
  width: 400px;
  text-align: center;
  position: absolute;
  font-size: 450%;
  font-family: 'GothicRusCondenced';
  text-shadow: 1px 0 1px black;
  text-align: center;
  color: white;
  top: -300px;
  left: 50%;
  margin-left: -200px;
  z-index: 10;
}

.category_descr {
  height: 445px;
  background: url(img/c-inf.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  color: white;
  font-family: 'ubuntu-light';
}

.category_descr > p {
  font-size: 200%;
  padding: 50px 0 60px;
}

.category_descr > p > span {
  font-family: 'ubuntu-bold';
}

.category_descr > div > p {
  /*font-size: 90%;*/
  font-family: 'ubuntu-light';
}

.category_descr > div {
  width: 100%;
  margin: 0 auto;
  line-height: 250%;
}

.wr_ap_list,
.wr_serv_list {
  max-width: 1920px;
  margin: 0 auto;
}

.one_room,
.one_service {
  min-height: 500px;
}

a.ap_title {
  display: block;
  margin-bottom: 20px !important;
}

a.ap_title:hover,
a.ap_title:active {
  color: #de5b2f;
  text-decoration: none;
}

.img_block {
  position: relative;
}

.img_block > a {
  display: block;
  position: absolute;
  top: 0;
}

.wr_ap_list .wrap .one_room:nth-child(odd) .text_block {
  float: right;
}

.wr_ap_list .wrap .one_room:nth-child(odd) .img_block > a {
  right: 0;
  width: 960px;
}

.wr_ap_list .wrap .one_room:nth-child(odd) .img_block > a > .img_hover {
  width: 960px;
}

.wr_ap_list .wrap .one_room:nth-child(odd) .img_block > a > img {
  float: right;
}

.wr_ap_list .wrap .one_room:nth-child(even) .text_block {
  float: left;
}

.wr_ap_list .wrap .one_room:nth-child(even) .img_block > a {
  left: 0;
}

.img_hover {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  /*transition: all .21s ease;*/
}

.wr_ap_list .wrap .one_room:nth-child(odd) .img_hover {
  background: url(img/hover-pl.png) no-repeat 635px rgba(0, 0, 0, 0.5);
}

.wr_ap_list .wrap .one_room:nth-child(even) .img_hover {
  background: url(img/hover-pl.png) no-repeat 235px rgba(0, 0, 0, 0.5);
}

.img_hover:hover {
  opacity: 1;
}

.ap_text {
  height: 170px;
}

.img_field {
  width: 70px;
  height: 70px;
  margin: 0 5px;
  display: inline-block;
}

.wr_fields div:first-child {
  margin-left: 0;
}

.wr_fields div:last-child {
  margin-right: 0;
}

.img_field_1 {
  background: url(img/fields-img.png) no-repeat 0px;
}

.img_field_2 {
  background: url(img/fields-img.png) no-repeat -85px;
}

.img_field_3 {
  background: url(img/fields-img.png) no-repeat -167px;
}

.img_field_4 {
  background: url(img/fields-img.png) no-repeat -252px;
}

.img_field_5 {
  background: url(img/fields-img.png) no-repeat -338px;
}

.img_field_6 {
  background: url(img/fields-img.png) no-repeat -420px;
}

.wr_fields div
#wr_ap_list > div > .one_room:nth-child(3) .img_field_6,
#wr_ap_list > div > .one_room:nth-child(4) .img_field_4,
#wr_ap_list > div > .one_room:nth-child(4) .img_field_5,
#wr_ap_list > div > .one_room:nth-child(4) .img_field_6 {
  display: none;
}

.wr_price {
  border-top: 3px solid #f63;
  padding: 40px 0 0px;
  margin-top: 35px;
}

.wr_price .col-xs-6:nth-child(1) {
  font-size: 200%;
  font-family: 'ubuntu-bold';
  color: #f63;
}

.wr_price .col-xs-6:nth-child(1) > span {
  font-size: 70%;
  font-family: 'ubuntu-light';
}

.wr_price .col-xs-6:nth-child(2) {
  text-align: center;
  padding-top: 10px;
}

.wr_price .col-xs-6:nth-child(2) > a,
.apart-a {
  background: #f63;
  color: white;
  text-transform: uppercase;
  padding: 15px;
  border-radius: 30px;
  font-family: 'ubuntu-bold';
  text-decoration: none;
}

.wr_price .col-xs-6:nth-child(2) > a:hover,
.wr_price .col-xs-6:nth-child(2) > a:active {
  text-decoration: none;
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}
/* Внутренняя номера */
.header_item {
  height: 380px;
  /*background: url(img/header-i-bg.jpg) no-repeat;*/
  margin-top: 70px;
  position: relative;
  overflow: hidden;
}

.header_top_img {
  width: 100%;
  height: auto;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
}

.header_item > div > div {
  height: 150px;
  border-left: 15px solid #f93;
  color: white;
  font-family: 'GothicRusCondenced';
  padding-left: 50px;
  margin-left: 20px;
  text-shadow: 1px 0 1px black;
  line-height: 150px;
}

.header_item > div > div > p {
  font-size: 500%;
  margin: 0;
}

.wr_anim_block {
  width: 34px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -17px;
  background-image: url(img/anim-img.png);
  background-repeat: no-repeat;
  animation: bg-a 2s infinite linear;
  -webkit-animation: bg-a 2s infinite linear;
  -moz-nimation: bg-a 2s infinite linear;
  -ms-nimation: bg-a 2s infinite linear;
  -o-nimation: bg-a 2s infinite linear;
}

@keyframes bg-a {
  0% {
    background-position: 0 0px;
    opacity: 1;
  }

  25% {
    background-position: 0 10px;
    opacity: 1;
  }

  50% {
    background-position: 0 10px;
    opacity: .2;
  }

  100% {
    background-position: 0 0px;
    opacity: .2;
  }
}

@-webkit-keyframes bg-a {
  0% {
    background-position: 0 0px;
    opacity: 1;
  }

  25% {
    background-position: 0 10px;
    opacity: 1;
  }

  50% {
    background-position: 0 10px;
    opacity: .2;
  }

  100% {
    background-position: 0 0px;
    opacity: .2;
  }
}

@-o-keyframes bg-a {
  0% {
    background-position: 0 0px;
    opacity: 1;
  }

  25% {
    background-position: 0 10px;
    opacity: 1;
  }

  50% {
    background-position: 0 10px;
    opacity: .2;
  }

  100% {
    background-position: 0 0px;
    opacity: .2;
  }
}

@-moz-keyframes bg-a {
  0% {
    background-position: 0 0px;
    opacity: 1;
  }

  25% {
    background-position: 0 10px;
    opacity: 1;
  }

  50% {
    background-position: 0 10px;
    opacity: .2;
  }

  100% {
    background-position: 0 0px;
    opacity: .2;
  }
}

@-ms-keyframes bg-a {
  0% {
    background-position: 0 0px;
    opacity: 1;
  }

  25% {
    background-position: 0 10px;
    opacity: 1;
  }

  50% {
    background-position: 0 10px;
    opacity: .2;
  }

  100% {
    background-position: 0 0px;
    opacity: .2;
  }
}

.header_item > div {
  padding-top: 70px;
}

.item_wr_form {
  width: 0;
  /*height: 0;	*/
  margin-bottom: -370px;
  background: url(img/c-inf.jpg) no-repeat center center;
  background-size: cover;
  opacity: 0;
  transition: all .5s ease;
  overflow: hidden;
}

.wr_item_img {
  display: inline-block;
  height: 250px;
  overflow: hidden;
  vertical-align: top;
  margin-bottom: 80px;
  position: relative;
}

.wr_item_img > a {
  position: relative;
  display: block;
}

.wr_item_img1 {
}

.wr_item_img2,
.wr_item_img7,
.wr_item_img12 {
  margin: 0 65px;
}

.wr_item_img3 {
}

.wr_item_img4,
.wr_item_img9 {
  margin-right: 60px;
}

.wr_item_img5 {
}

.big_wr_img {
  text-align: center;
}

.item_img_hover {
  width: 100%;
  height: 100%;
  background: url(img/hover-pl.png) no-repeat center center rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 100;
  opacity: 0;
}

.item_img_hover:hover,
.item_img_hover:active {
  opacity: 1;
}

.photog_title,
.item_title {
  font-size: 150%;
  font-family: 'ubuntu-bold';
  text-transform: uppercase;
  text-align: center;
}

.photog_title {
  margin: 80px 0 120px;
}

.item_title {
  color: #f63;
  margin: 90px 0 100px;
}

.wr_item_a_block {
  width: 70%;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: -80px;
}

.wr_item_a_block > a {
  text-align: center;
  display: block;
  color: black;
  text-decoration: none;
}

.wr_item_a_block > a:hover,
.wr_item_a_block > a:active {
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
  text-decoration: none;
}

.wr_item_a_block > a > div {
  width: 95px;
  height: 95px;
  border: 3px solid #f63;
  margin: 0 auto;
}

.wr_item_a_block > a:nth-child(1) > div {
  background: url(img/ic1.png) no-repeat center center;
}

.wr_item_a_block > a:nth-child(2) > div {
  background: url(img/ic2.png) no-repeat center center;
}

.wr_item_a_block > a:nth-child(3) > div {
  background: url(img/ic3.png) no-repeat center center;
}

.wr_item_a_block > a > p:nth-child(2) {
  text-transform: uppercase;
  font-size: 120%;
  font-family: 'ubuntu-bold';
  margin: 30px 0 5px;
}

.wr_item_a_block > a > p:nth-child(3) {
  font-size: 120%;
  font-family: 'ubuntu-light';
}

.item_wr_form .formResponsive .formHorizontal .formControlLabel {
  display: none;
}

.item_wr_form input,
.item_wr_form textarea {
  width: 100%;
  border: 3px solid white !important;
  color: white !important;
  padding: 10px !important;
  font-family: 'ubuntu-bold';
  background: transparent !important;
  border-radius: 0 !important;
  font-size: 110% !important;
}

.item_wr_form textarea {
  height: 145px;
}

.item_wr_form .formResponsive .formHorizontal .formControls {
  margin-left: 30px;
  margin-right: 30px;
}

.item_wr_form .formResponsive .formHorizontal .rsform-block {
  margin-bottom: -10px;
}

#Send {
  margin: 0 auto;
  display: block;
  background: #ffc;
  color: black;
  text-transform: uppercase;
  border-radius: 20px;
  border: 0;
  padding: 7px 15px;
  font-family: 'ubuntu-bold';
  margin-top: 25px;
}

#userForm {
  padding-top: 30px;
}

.f_social {
  text-align: right;
}

.f_social .ya-share2__container_size_m .ya-share2__icon {
  height: 40px;
  width: 40px;
}

.f_social .ya-share2__badge {
  background: none !important;
}

.f_social .ya-share2__container_size_m .ya-share2__item_service_gplus .ya-share2__icon {
  background: url(img/f-social.png) no-repeat 0;
}

.f_social .ya-share2__container_size_m .ya-share2__item_service_twitter .ya-share2__icon {
  background: url(img/f-social.png) no-repeat -45px;
}

.f_social .ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon {
  background: url(img/f-social.png) no-repeat -90px;
}

.f_social .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
  background: url(img/f-social.png) no-repeat -180px;
}

.f_social .ya-share2__container_size_m .ya-share2__item_service_odnoklassniki .ya-share2__icon {
  background: url(img/f-social.png) no-repeat -225px;
}
/* Страница контактов */
.contacts_item {
  background: url(img/cont-big-gb.jpg) no-repeat;
  background-size: cover;
}

.contacts_item .wrap {
  background: url(img/cont-little-gb.jpg) no-repeat 0px -60px;
  background-size: cover;
  min-height: 380px;
}

.contacts_text .item_title {
  margin: 90px 0 50px;
}

.wr_cont_info {
  width: 70%;
  margin: 0 auto;
}

.wr_cont_info > a > div,
.wr_cont_info > a > p {
  display: inline-block;
  vertical-align: middle;
  color: black;
  text-decoration: none;
}

.wr_cont_info > a > div {
  width: 95px;
  height: 95px;
  border: 3px solid #f63;
  margin: 0 auto;
  margin-right: 30px;
}

.wr_cont_info > a:nth-child(1) > div {
  background: url(img/ic1.png) no-repeat center center;
}

.wr_cont_info > a:nth-child(2) > div {
  background: url(img/ic2.png) no-repeat center center;
}

.wr_cont_info > a > p {
  text-transform: uppercase;
  font-size: 120%;
  font-family: 'ubuntu-bold';
}

.wr_cont_info > a > p > span {
  font-family: 'ubuntu-light';
  padding-left: 15px;
}

.wr_cont_info > a:hover {
  webkit-filter: brightness(70%);
  filter: brightness(70%);
  text-decoration: none;
}

.head_orange_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(208, 133, 43, 0.6);
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* Раздел Акции */
.wr_stock {
  padding-top: 100px;
}

.stock_item,
.stock_item .wrap {
  background-size: cover;
}

.stock_item {
  background: url(img/stock-big-bg.jpg) no-repeat;
}

.stock_item .wrap {
  background: url(img/stock-little-bg.jpg) no-repeat 0 -70px;
  min-height: 380px;
}

.one_stock {
  margin-bottom: 115px;
}

.stock_title {
  text-transform: uppercase;
  border-bottom: 2px solid #f63;
  padding-bottom: 25px;
  margin-bottom: 25px;
  font-family: 'ubuntu-bold';
  display: block;
  color: #666666;
}

.stock_title:hover,
.stock_title:active {
  color: #444;
  text-decoration: none;
}

.one_stock > div {
  font-family: 'ubuntu-light';
  text-transform: uppercase;
}

.stock_percent {
  color: #f63;
  font-size: 230%;
  font-family: 'ubuntu-bold';
}

.stock_more {
  text-transform: uppercase;
  color: white;
  background: #f63;
  display: block;
  width: 150px;
  text-align: center;
  padding: 10px;
  border-radius: 20px;
  font-family: 'ubuntu-bold';
}

.stock_more:hover,
.stock_more:active {
  -webkit-filter: brightness(105%);
  filter: brightness(105%);
  text-decoration: none;
  color: white;
}

.stock_item_title {
  color: #666666;
  margin: 85px 0 !important;
}

.stock_item_img {
  text-align: center;
  margin-bottom: 50px;
}

.stock_item_text {
  color: #666666;
  text-transform: uppercase;
}

.stock_item_percent {
  height: 50px;
  text-align: center;
  font-size: 245%;
  /*animation: stock-p 2s infinite linear;
		-webkit-animation: stock-p 2s infinite linear;
		    -moz-nimation: stock-p 2s infinite linear;
		     -ms-nimation: stock-p 2s infinite linear;
		      -o-nimation: stock-p 2s infinite linear;*/
}

@keyframes stock-p {
  0% {
    font-size: 230%;
  }

  50% {
    font-size: 245%;
  }

  100% {
    font-size: 230%;
  }
}

@-webkit-keyframes stock-p {
  0% {
    font-size: 230%;
  }

  50% {
    font-size: 245%;
  }

  100% {
    font-size: 230%;
  }
}

@-o-keyframes stock-p {
  0% {
    font-size: 230%;
  }

  50% {
    font-size: 245%;
  }

  100% {
    font-size: 230%;
  }
}

@-moz-keyframes stock-p {
  0% {
    font-size: 230%;
  }

  50% {
    font-size: 245%;
  }

  100% {
    font-size: 230%;
  }
}

@-ms-keyframes stock-p {
  0% {
    font-size: 230%;
  }

  50% {
    font-size: 245%;
  }

  100% {
    font-size: 230%;
  }
}
/* Хлебные крошки */
.breadcrumb {
  background: transparent;
  margin: 10px 0 -20px;
}

.breadcrumb > li > a {
  color: black;
}
/* Отзывы */
.big_wr_rew > .item_title {
  margin: 90px 0;
}

.one_rew {
  margin-bottom: 60px;
  position: relative;
}

.one_rew > div {
  border: 1px solid #f66;
  background: white;
  padding: 20px 40px 35px 40px;
}

.wr_rew > div:nth-child(1) > div,
.wr_rew > div:nth-child(2) > div,
.wr_rew > div:nth-child(5) > div,
.wr_rew > div:nth-child(6) > div,
.wr_rew > div:nth-child(9) > div,
.wr_rew > div:nth-child(10) > div,
.wr_rew > div:nth-child(13) > div,
.wr_rew > div:nth-child(14) > div,
.wr_rew > div:nth-child(17) > div,
.wr_rew > div:nth-child(18) > div,
.wr_rew > div:nth-child(21) > div,
.wr_rew > div:nth-child(22) > div,
.wr_rew > div:nth-child(25) > div,
.wr_rew > div:nth-child(26) > div {
  background: url(img/p-star.png) no-repeat 98% 95% #ffffe1;
}

.wr_rew > div:nth-child(3) > div,
.wr_rew > div:nth-child(4) > div,
.wr_rew > div:nth-child(7) > div,
.wr_rew > div:nth-child(8) > div,
.wr_rew > div:nth-child(11) > div,
.wr_rew > div:nth-child(12) > div,
.wr_rew > div:nth-child(15) > div,
.wr_rew > div:nth-child(16) > div,
.wr_rew > div:nth-child(19) > div,
.wr_rew > div:nth-child(20) > div,
.wr_rew > div:nth-child(23) > div,
.wr_rew > div:nth-child(24) > div,
.wr_rew > div:nth-child(27) > div,
.wr_rew > div:nth-child(28) > div {
  background: url(img/g-finger.png) no-repeat 98% 95% white;
}

.wr_rew > div:nth-child(odd) {
  padding-left: 0;
  padding-right: 35px;
}

.wr_rew > div:nth-child(even) {
  padding-left: 35px;
  padding-right: 0px;
}

.r_name,
.r_city {
  text-transform: uppercase;
  border-bottom: 1px solid #f63;
  font-size: 120%;
  padding-left: 7px;
}

.r_text {
  padding: 0 7px;
  margin-top: 10px;
}

.pen {
  width: 30px;
  height: 30px;
  pointer-events: none;
  position: absolute;
  top: 12px;
  right: 5px;
  background: url(img/pen.png) no-repeat center center;
}

.rew_item {
  background: url(img/big-rew-bg.jpg) no-repeat;
}

.rew_item .wrap {
  background: url(img/little-rew-bg.jpg) no-repeat 0 -70px;
  min-height: 380px;
}

.wr_rew_bottom_text {
  min-height: 190px;
  background: url(img/f-text-line.png) no-repeat center center;
  text-transform: uppercase;
  line-height: 230%;
  font-size: 110%;
  margin-top: 20px;
  margin-bottom: 65px;
}

.wr_rew_bottom_text > div:nth-child(1) {
  text-align: right;
  padding: 40px 35px 0 0;
}

.wr_rew_bottom_text > div:nth-child(2) {
  text-align: left;
  padding: 40px 0 0 35px;
}

.sp_orange_b,
.sp_black_b {
  font-family: 'ubuntu-bold';
}

.sp_orange_b,
.sp_orange {
  color: #f63;
}

.header-phones-links a,
.header-phones-links a:hover {
  color: white;
  text-decoration: none;
  pointer-events: auto !important;
}

.news_item,
.news_item .wrap {
  background-size: cover;
}

.news_item {
  background: url(img/news-big-bg.jpg) no-repeat;
}

.news_item .wrap {
  background: url(img/news-little-bg.jpg) no-repeat 0 -70px;
  min-height: 380px;
}

.index_news {
  height: 361px;
  background-image: url(img/news-headline-big.jpg);
  background-position: center top;
  padding-top: 90px;
}

.index_news > div > p {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  color: white;
  font-family: 'ubuntu-bold';
  padding-bottom: 65px;
}

.index_news > div > div > p {
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  font-family: 'ubuntu-light';
  line-height: 35px;
}

.index_news > div > div > p strong {
  font-family: 'ubuntu-bold';
}

.news-go-down-arrow {
  animation: 2s linear 0s normal none infinite running bg-a;
  background-image: url("img/anim-img.png");
  background-repeat: no-repeat;
  bottom: 0;
  height: 50px;
  left: 50%;
  margin-left: -17px;
  position: absolute;
  width: 34px;
}

.one-news-item {
  padding-top: 70px;
  padding-bottom: 50px;
  background-image: url(img/news-separator.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.single-news-item-create-date {
  font-size: 18px;
  font-family: 'ubuntu-light';
  color: #666666;
  letter-spacing: 3px;
  padding-bottom: 25px;
}

.single-news-item-title,
.single-news-item-title:hover {
  font-family: 'ubuntu-bold';
  font-size: 24px;
  color: #ff9966;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.single-news-item-image {
  float: right;
  margin-left: 60px;
}

.single-news-item-more,
.single-news-item-more:hover {
  font-size: 14px;
  font-family: 'ubuntu-light';
  color: #ff9966;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.news-category {
  padding-bottom: 70px;
}

.single-news-item-introtext {
  font-size: 14px;
  font-family: 'ubuntu-light';
  color: #666666;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-top: 35px;
}

.news-pagination {
  margin: 0 auto;
}

.news-pagination .pagination-prev {
  display: none;
}

.news-pagination .pagination-next {
  display: none;
}

.news-pagination li.pagination-start span.pagenav {
  display: none;
}

.news-pagination li.pagination-end span.pagenav {
  display: none;
}

.news-pagination {
  text-align: center;
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
}

.news-pagination ul {
  margin: 0;
  padding: 0;
}

.news-pagination ul li {
  list-style-type: none;
  display: inline-block;
  width: 58px;
  height: 58px;
}

.news-pagination .pagination-start a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(img/pagination-prev.png);
  text-indent: -9999px;
}

.news-pagination .pagination-end a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(img/pagination-next.png);
  text-indent: -9999px;
}

.news-pagination li a.pagenav,
.news-pagination li a.pagenav:hover,
.news-pagination li span.pagenav {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 58px;
  font-family: 'ubuntu-bold';
  text-decoration: none;
  font-size: 24px;
  color: #ff9966;
}

.news-pagination li a.pagenav:hover {
  text-decoration: underline;
}

.news-pagination li span.pagenav {
  text-decoration: underline;
}

.single-news-title {
  text-align: center;
  color: #666666;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'ubuntu-bold';
  letter-spacing: 3px;
  padding-top: 45px;
  padding-bottom: 80px;
}

.single-news-big-image {
  width: 100%;
  height: 250px;
  background-size: 100% auto;
  /*background-position: center top;*/
  background-position: 0;
  margin-bottom: 60px;
}

.single-news-text {
  color: #666666;
  font-size: 14px;
  font-family: 'ubuntu-light';
  text-transform: uppercase;
  margin-bottom: 60px;
  line-height: 30px;
  letter-spacing: 3px;
}

.left-right-links a {
  color: #666666;
  font-size: 14px;
  font-family: 'ubuntu-light';
  text-transform: uppercase;
  display: block;
  color: #f63;
  padding-top: 5px;
  font-size: 120%;
  height: 60px;
  margin-bottom: 50px;
}

.prev_news {
  padding-left: 70px;
  background: url(img/p_news.png) no-repeat left top;
}

.next_news {
  padding-right: 70px;
  background: url(img/n_news.png) no-repeat right top;
}
/* Раздел Услуги */
#wr_serv_list .img_block a,
#wr_serv_list .ap_title {
  pointer-events: none !important;
}

#wr_serv_list {
  position: relative;
}

.serv_list_orange {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #f96;
}

#wr_serv_list .wrap {
  position: relative;
  z-index: 2;
}

#wr_serv_list .text_block {
  text-transform: uppercase;
  position: relative;
}

#wr_serv_list .wrap .one_service:nth-child(even) .text_block {
  float: right;
  background: #ffc;
  height: 500px;
}

#wr_serv_list .wrap .one_service:nth-child(even) .img_block > a {
  right: 0;
  width: 960px;
  height: 500px;
  overflow: hidden;
}

#wr_serv_list .wrap .one_service:nth-child(even) .img_block > a > .img_hover {
  width: 960px;
}

#wr_serv_list .wrap .one_service:nth-child(even) .img_block > a > img {
  float: right;
  width: 100%;
  /*min-height: 500px;*/
}

#wr_serv_list .wrap .one_service:nth-child(odd) .text_block {
  float: left;
  color: #333;
  background: #f96;
  height: 500px;
}

#wr_serv_list .wrap .one_service#service-5 .text_block,
#wr_serv_list .wrap .one_service#service-7 .text_block {
  background: #ff9999;
}

#wr_serv_list .wrap .one_service:nth-child(odd) .text_block .ap_title {
  color: white;
}

#wr_serv_list .wrap .one_service:nth-child(odd) .img_block > a {
  left: 0;
}

#wr_serv_list .wrap .one_service:nth-child(even) .img_hover {
  background: url(img/hover-pl.png) no-repeat 635px rgba(0, 0, 0, 0.5);
}

#wr_serv_list .wrap .one_service:nth-child(odd) .img_hover {
  background: url(img/hover-pl.png) no-repeat 235px rgba(0, 0, 0, 0.5);
}

#wr_serv_list .wrap .one_service .ap_title {
  margin-bottom: 45px !important;
}

.free_block,
.buy_block {
  position: absolute;
  top: 30px;
  right: 45px;
  pointer-events: none;
}

#wr_serv_list .ap_text {
  height: 300px;
}

#wr_serv_list .ap_text p {
  margin: 0;
}

#wr_serv_list .ap_text p a {
  color: #333;
}

#wr_serv_list .wrap .one_service:nth-child(even) .ap_text {
  border-bottom: 2px solid #f63;
}

#wr_serv_list .wrap .one_service:nth-child(odd) .ap_text {
  border-bottom: 2px solid white;
}

.free_block {
  width: 90px;
  height: 60px;
  background: url(img/free.png) no-repeat center center;
}

.buy_block {
  width: 75px;
  height: 75px;
  background: url(img/buy.png) no-repeat center center;
}

.serv_item {
  background: url(img/serv-big-bg.jpg) no-repeat center center;
  background-size: cover;
}

.serv_item .wrap {
  background: url(img/serv-little-bg.jpg) no-repeat;
  min-height: 380px;
}

.category_descr_serv {
  text-transform: uppercase;
}

.category_descr_serv > p {
  font-family: 'ubuntu-bold';
  margin: 0;
}


/** services-bottom **/
.services-bottom {
  background: #ff9966 url(img/line-gradient.png) no-repeat center center;
  display: table;
  width: 100%;
  padding: 80px 0;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 30px;
}

.services-bottom .white {
  color: #fff;
}

.services-bottom > .wrap > div:first-child {
  text-align: right;
  padding-left: 0;
  padding-right: 30px;
}

.services-bottom > .wrap > div:last-child {
  text-align: left;
  padding-right: 0;
  padding-left: 30px;
}
/**/
.index_form form {
  width: 500px;
}

.index_form .formControlLabel {
  display: none;
}

.index_form .formResponsive .formHorizontal .formControls {
  margin-left: 0;
}

.index_form textarea {
  width: 460px;
}
/*{
	clear: both;
    width: 100%;
}*/
.index_form .col-xs-4 {
  width: 70%;
}

.index_form .col-xs-2 {
  width: 0%;
  padding: 0;
}

#phone-mail {
  display: none;
}

.ya-share2__icon {
	background: initial;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.f_social .ya-share2__container_size_m .ya-share2__item_service_twitter .ya-share2__icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 1000 1000'%3E%3Cpath fill='%231da1f2' d='M500 0c276.1 0 500 223.9 500 500s-223.9 500-500 500S0 776.1 0 500 223.9 0 500 0z'/%3E%3Cpath fill='%23fff' d='M384 754c235.8 0 364.9-195.4 364.9-364.9 0-5.5 0-11.1-.4-16.6 25.1-18.2 46.8-40.6 64-66.4-23.4 10.4-48.2 17.2-73.6 20.2 26.8-16 46.8-41.2 56.4-70.9-25.2 14.9-52.7 25.5-81.4 31.1-48.6-51.6-129.8-54.1-181.4-5.6-33.3 31.3-47.4 78-37.1 122.5-103.1-5.2-199.2-53.9-264.3-134-34 58.6-16.7 133.5 39.7 171.2-20.4-.6-40.4-6.1-58.2-16v1.6c0 61 43 113.6 102.9 125.7-18.9 5.1-38.7 5.9-57.9 2.2 16.8 52.2 64.9 88 119.8 89.1-45.4 35.7-101.5 55.1-159.2 55-10.2 0-20.4-.6-30.5-1.9C246.1 734 314.4 754 384 753.9'/%3E%3Cpath fill='none' d='M500 0c276.1 0 500 223.9 500 500s-223.9 500-500 500S0 776.1 0 500 223.9 0 500 0z'/%3E%3C/svg%3E") !important;
}

.f_social .ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 1000 1000'%3E%3Cpath fill='%235181b8' d='M500 1000C223.9 1000 0 776.1 0 500S223.9 0 500 0s500 223.9 500 500-223.9 500-500 500z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M819 344.5c4.6-15.5 0-26.8-22.1-26.8H724c-18.5 0-27.1 9.8-31.7 20.6 0 0-37.1 90.4-89.6 149.1-17 17-24.7 22.4-34 22.4-4.6 0-11.3-5.4-11.3-20.9V344.5c0-18.5-5.4-26.8-20.8-26.8H422c-11.6 0-18.6 8.6-18.6 16.8 0 17.6 26.3 21.6 29 71.1V513c0 23.5-4.3 27.8-13.5 27.8-24.7 0-84.8-90.8-120.5-194.7-7-20.2-14-28.3-32.6-28.3h-72.9c-20.8 0-25 9.8-25 20.6 0 19.3 24.7 115.1 115.1 241.8 60.3 86.5 145.1 133.4 222.4 133.4 46.3 0 52.1-10.4 52.1-28.4v-65.4c0-20.8 4.4-25 19.1-25 10.8 0 29.4 5.4 72.6 47.1 49.4 49.4 57.6 71.6 85.4 71.6h72.9c20.8 0 31.2-10.4 25.2-31-6.6-20.5-30.2-50.2-61.5-85.5-17-20.1-42.5-41.7-50.2-52.5-10.8-13.9-7.7-20.1 0-32.4-.1 0 88.7-125.1 98-167.6z' clip-rule='evenodd'/%3E%3C/svg%3E") !important;
}

.f_social .ya-share2__container_size_m .ya-share2__item_service_odnoklassniki .ya-share2__icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Layer_1' version='1.1' viewBox='0 0 1000 1000'%3E%3Cpath id='path9' fill='%23fe851c' fill-opacity='1' d='M500 1000C223.9 1000 0 776.1 0 500S223.9 0 500 0s500 223.9 500 500-223.9 500-500 500z'/%3E%3Cpath id='path4147' fill='%23fff' stroke='none' d='M615.057 577.92c-27.4 17.4-65.1 24.3-90 26.9l20.9 20.6 76.3 76.3c27.9 28.6-17.5 73.3-45.7 45.7-19.1-19.4-47.1-47.4-76.3-76.6l-76.3 76.5c-28.2 27.5-73.6-17.6-45.4-45.7 19.4-19.4 47.1-47.4 76.3-76.3l20.6-20.6c-24.6-2.6-62.9-9.1-90.6-26.9-32.6-21-46.9-33.3-34.3-59 7.4-14.6 27.7-26.9 54.6-5.7 0 0 36.3 28.9 94.9 28.9 58.6 0 94.9-28.9 94.9-28.9 26.9-21.1 47.1-8.9 54.6 5.7 12.4 25.7-1.9 38-34.5 59.1zm-244.8-204.3c0-71.7 58.3-129.7 129.7-129.7 71.4 0 129.7 58 129.7 129.7 0 71.4-58.3 129.4-129.7 129.4-71.4 0-129.7-58-129.7-129.4zm66 0c0 35.1 28.6 63.7 63.7 63.7s63.7-28.6 63.7-63.7c0-35.4-28.6-64-63.7-64s-63.7 28.6-63.7 64z'/%3E%3C/svg%3E") !important;
}