:root {
  --lazy-loader-animation-duration: 0ms !important;
}
img.lazyload:not([src]) {
  visibility: hidden;
}
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,
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,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
a,
input,
button,
select,
textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Open Sans', sans-serif;
  padding: 0;
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header {
  background: url('/img/back_head.jpg') no-repeat center top;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  background-size: cover;
}
@media (max-width: 720px) {
  .header {
    background-image: url(/img/back_head-s.jpg);
  }
}
.header.index {
  height: 100vh;
}
.header_top {
  padding: 20px 0;
  min-height: 128px;
}
.header_top .left {
  float: left;
}
.header_top .city {
  float: left;
  margin: 22px 0 0 16px;
}
.header_top .city p {
  opacity: 0.8;
  font-size: 14px;
  color: #ffffff;
  padding-left: 7px;
}
.header_top .city a {
  font-size: 15px;
  color: #ffffff;
  margin: 5px 0 0;
  display: block;
  width: 107px;
  line-height: 26px;
  text-align: center;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  cursor: pointer;
}
.header_top .city a:hover {
  background: #fc7329;
}
.header_top .city a::after {
  display: inline-block;
  vertical-align: middle;
  background: url('/img/dropdown.svg') no-repeat;
  width: 7px;
  height: 4px;
  content: '';
  margin: 0 0 0 4px;
  opacity: 0.6;
}
.header_top .menu {
  margin: 19px 0 0 63px;
  float: left;
}
.header_top .menu li {
  float: left;
  margin: 0 31px 0 0;
  padding: 10px 0 11px;
}
.header_top .menu li:last-child {
  margin: 0;
}
.header_top .menu li a {
  font-size: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  position: relative;
  transition: 0.3s;
}
.header_top .menu li a:hover {
  border-color: #fff;
}
.header_top .menu li.dropdown > a {
  transition: 0s;
}
.header_top .menu li.dropdown > a::after {
  content: '';
  width: 7px;
  height: 4px;
  background: url('/img/dropdown.svg') no-repeat;
  position: absolute;
  right: -14px;
  top: 50%;
  margin-top: -2px;
  transition: 0.3s;
}
.header_top .menu li.dropdown:hover > a::after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  background: url('/img/dropdown2.svg') no-repeat;
}
.header_top .menu li.dropdown {
  margin: 0 15px 0 0;
  position: relative;
  padding: 10px 27px 11px 15px;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}
.header_top .menu li.dropdown ul {
  position: absolute;
  display: none;
  border-radius: 0 0 5px 5px;
  background: #fff;
  width: 225px;
  padding: 15px;
  top: 100%;
  left: 0;
  z-index: 999;
  opacity: 0;
  cursor: default;
  box-shadow: 0 5px 20px 0 rgba(15, 22, 72, 0.1);
}
.header_top .menu li.dropdown ul li:first-child {
  padding: 0;
}
.header_top .menu li.dropdown ul li {
  display: block;
  padding: 8px 0 0;
  float: none;
  width: 100%;
}
.header_top .menu li.dropdown:hover {
  background: #fff;
}
.header_top .menu li.dropdown:hover ul {
  display: block;
  opacity: 1;
}
.header_top .menu li.dropdown:hover a {
  color: #1a1919;
  border-color: rgba(26, 25, 25, 0.15);
}
.header_top .menu li.dropdown ul li a {
  font-size: 15px;
  line-height: 1.4;
  color: #1a1919;
  border-bottom: 1px solid rgba(26, 25, 25, 0.15);
  transition: 0.3s;
}
.header_top .menu li.dropdown ul li a:hover {
  border: none;
}
.bottom_map .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
.wrap {
  width: 1110px;
  margin: 0 auto;
}
.header .logo {
  background: url('/img/logo.png') no-repeat;
  width: 154px;
  height: 74px;
  float: left;
  background-size: cover;
  margin: 0 0 0 -28px;
}
.header_top .right {
  float: right;
}
.header_top .right .ph {
  float: right;
  margin: 17px 0 0;
}
.header_top .right .ph2 {
  float: right;
  margin: 10px 0 0;
}
a {
  text-decoration: none;
}
.header_top .right .ph a {
  font-size: 24px;
  display: block;
  color: #ffffff;
}
.header_top .right .ph a:nth-of-type(2) {
  margin: 8px 0 0;
}
.header_top .right .ph p {
  opacity: 0.85;
  padding: 6px 0 0;
  font-size: 12px;
  color: #ffffff;
}
.soc_set {
  float: left;
  margin: 30px 45px 0 0;
}
.soc_set a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px;
  transition: 0.3s;
}
.soc_set a:hover {
  color: #fc7329;
}
.header_content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.index .header_content {
  position: absolute;
  top: 50%;
  left: 0;
  margin: -105px 0 0 0;
}
.index .header_content h1 {
  padding: 0;
}
.header_content h1 {
  font-size: 29px;
  width: 542px;
  padding: 99px 0 0;
  line-height: 1.48;
  color: #ffffff;
}
.index_city {
  padding-bottom: 80px;
}
.index_city .header_content .wrap > p {
  font-size: 29px;
  width: 542px;
  padding: 39px 0 0;
  line-height: 1.48;
  color: #ffffff;
}
.header_content a {
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  width: 125px;
  line-height: 51px;
  float: left;
  margin: 34px 0 0;
  cursor: pointer;
  border-radius: 5px;
  background-color: #fc7329;
  box-shadow: 0 3px 4px 0 rgba(51, 23, 9, 0.1), 0 5px 7px 0 rgba(51, 23, 9, 0.1);
  transition: 0.3s;
}
.header_content a:hover {
  background: rgba(255, 255, 255, 0.15);
}
.header_content a.other {
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  width: 177px;
  line-height: 51px;
  float: left;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.15);
  margin: 34px 0 0 10px;
  transition: 0.3s;
}
.header_content a.other:hover {
  background-color: #fc7329;
}
.header_content .items {
  margin: 50px 0 0;
}
.header_content .items .item {
  float: left;
  margin: 0 27px 0 0;
}
.header_content .items .item img {
  display: inline-block;
  vertical-align: middle;
}
.header_content .items .item p {
  opacity: 0.8;
  line-height: 1.33;
  color: #ffffff;
  padding-left: 12px;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}
.header_content form {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
  margin: 54px 0 0;
}
.header_content form input {
  width: 255px;
  line-height: 51px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  padding-left: 48px;
  font-size: 20px;
  border: none;
  float: left;
}
.header_content form::before {
  content: '+7 ';
  font-size: 20px;
  color: #1a1919;
  position: absolute;
  left: 20px;
  top: 15px;
}
::placeholder {
  color: rgba(26, 25, 25, 0.3);
}
::-webkit-input-placeholder {
  color: rgba(26, 25, 25, 0.3);
}
::-moz-placeholder {
  color: rgba(26, 25, 25, 0.3);
}
:-ms-input-placeholder {
  color: rgba(26, 25, 25, 0.3);
}
::placeholder:first-letter {
  color: #000;
}
.header_content form input:first-letter {
  color: #000;
}
.header_content form button {
  width: 166px;
  line-height: 51px;
  margin: 0 0 0 30px;
  float: left;
  border-radius: 5px;
  background-color: #fc7329;
  box-shadow: 0 3px 4px 0 rgba(51, 23, 9, 0.1), 0 5px 7px 0 rgba(51, 23, 9, 0.1);
  border: none;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s;
  color: #ffffff;
}
.header_content form button:hover {
  background: rgba(255, 255, 255, 0.15);
}
.foot_cop {
  font-size: 14px;
  position: absolute;
  text-align: center;
  color: #ffffff;
  left: 50%;
  margin: 0 0 0 -88px;
  bottom: 21px;
}
.foot_cop span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.content1 {
  padding: 80px 0 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.content1 .left {
  width: 255px;
  float: left;
  border-radius: 5px;
  background-color: #ffffff;
  border: solid 1px #e2dede;
  padding: 15px 35px 20px 30px;
}
.content1 .left h3 {
  font-size: 23px;
  color: #1a1919;
  padding-bottom: 15px;
}
.content1 .left p {
  font-size: 23px;
  color: #1a1919;
  padding-bottom: 15px;
}
.content1 .left li {
  padding: 8px 0 0;
}
.content1 .left li a {
  font-size: 15px;
  line-height: 1.4;
  color: #3d78df;
  transition: 0.3s;
  border-bottom: 1px solid rgba(61, 120, 223, 0.15);
}
.content1 .left li a:hover {
  color: #fc7329;
}
.content1 .left > a {
  width: 153px;
  line-height: 41px;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
  margin: 21px 0 0;
  border-radius: 5px;
  background-color: #fc7329;
  border: 2px solid #fc7329;
  box-shadow: 0 3px 4px 0 rgba(51, 23, 9, 0.1), 0 5px 7px 0 rgba(51, 23, 9, 0.1);
}
.content1 .left > a:hover {
  background: #fff;
  color: #fc7329;
}
.content1 .right {
  width: 825px;
  float: right;
}
.content1 .right h1,
.wrap h1 {
  font-size: 30px;
  padding-bottom: 15px;
  color: #1a1919;
}
.content1 .right h1 {
  font-size: 30px;
  padding-bottom: 15px;
  color: #1a1919;
}
.content_form {
  padding-bottom: 80px;
}
.content_form h1 {
  font-size: 30px;
  color: #1a1919;
  padding: 30px 0 15px 0;
}
.content_form input {
  width: 252px;
  line-height: 46px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  border: solid 1px #cccccc;
  margin: 30px 30px 0 0;
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #1a1919;
}
.content_form textarea {
  width: 100%;
  height: 140px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  border: solid 1px #cccccc;
  font-size: 16px;
  color: #1a1919;
  padding: 14px 0 0 20px;
  resize: none;
  margin: 30px 0 0;
}
.content_form #file {
  display: none;
}
.content_form label {
  font-size: 14px;
  color: rgba(26, 25, 25, 0.5);
  padding-left: 23px;
  margin: 30px 0 0;
  display: block;
  cursor: pointer;
  position: relative;
}
.content_form label span {
  border-bottom: 1px solid rgba(26, 25, 25, 0.12);
}
.loc #yamap {
  width: 100% !important;
  height: 600px !important;
}
.adr {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 85px 0 80px;
}
.adr ul li p {
  font-size: 22px;
  color: #1a1919;
}
.adr ul li p > span {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  color: #fc7329;
}
.adr ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.form_loc {
  width: 100%;
  padding: 80px 0;
  background: url('/img/back.jpg') no-repeat center;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.form_loc form {
  display: inline-block;
  position: relative;
}
.form_loc input {
  width: 255px;
  line-height: 51px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  padding-left: 48px;
  font-size: 20px;
  border: none;
  float: left;
}
.form_loc form::before {
  content: '+7 ';
  font-size: 20px;
  color: #1a1919;
  position: absolute;
  left: 20px;
  top: 15px;
}
.form_loc button {
  width: 166px;
  line-height: 47px;
  margin: 0 0 0 30px;
  float: left;
  border-radius: 5px;
  background-color: #fc7329;
  box-shadow: 0 3px 4px 0 rgba(51, 23, 9, 0.1), 0 5px 7px 0 rgba(51, 23, 9, 0.1);
  transition: 0.3s;
  font-size: 18px;
  cursor: pointer;
  color: #ffffff;
  border: 2px solid #fc7329;
}
.form_loc button:hover {
  background: #fff;
  color: #fc7329;
}
.adr ul li {
  width: 350px;
  margin-bottom: 16px;
}
.adr ul li.zag:first-of-type {
  margin-top: 0;
}
.adr ul li.zag {
  border-bottom: 2px solid rgba(26, 25, 25, 0.1);
  padding-bottom: 15px;
  margin: 25px 0 20px;
}
.adr ul li > span {
  font-size: 17px;
  border-bottom: 1px solid rgba(26, 25, 25, 0.12);
  display: inline;
  padding-left: 20px;
  background: url('/img/adress3.svg') no-repeat 0 3px;
  line-height: 1.35;
  color: #1a1919;
}
.loc {
  margin: 30px 0 0;
  position: relative;
}
.loc .block_map {
  width: 350px;
  float: right;
  display: none;
}
.loc .block_map p.title {
  font-size: 19px;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  padding: 40px 0 20px;
}
.loc .block_map p.adress {
  font-size: 17px;
  line-height: 1.4;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  display: inline;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  padding-left: 20px;
  background: url('/img/adress.svg') no-repeat 0 2px;
}
.loc .block_map a {
  font-size: 22px;
  line-height: 1.36;
  text-align: left;
  display: block;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.loc .block_map img {
  display: block;
  margin: 42px 0 0;
  width: 255px;
}
.loc .right_map {
  height: 600px;
  position: absolute;
  left: 0;
  top: 0;
  width: 435px;
  background: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.7));
  z-index: 99;
}
.content_form label::before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(/img/group-6.svg) no-repeat;
  position: absolute;
  left: 0;
  top: -3px;
}
.content_form button {
  margin: 40px 0 0;
  font-size: 15px;
  text-align: center;
  color: #ffffff;
  width: 202px;
  display: block;
  border: 2px solid #fc7329;
  line-height: 41px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 5px;
  background-color: #fc7329;
  box-shadow: 0 3px 4px 0 rgba(51, 23, 9, 0.1), 0 5px 7px 0 rgba(51, 23, 9, 0.1);
}
.content_form button:hover {
  background: #fff;
  color: #fc7329;
}
.content_form button[disabled],
.content_form button[disabled]:hover {
  background-color: #ccc;
  border-color: #ccc;
  color: #333;
}
.content_form #loader {
  text-decoration: none;
  color: #333;
}
.map #yamap2 {
  width: 100%;
  height: 100%;
}
.content_form .right {
  float: right;
  width: 260px;
  margin: 30px 0 0;
}
.content_form .right a {
  font-size: 19px;
  line-height: 1.58;
  color: #1a1919;
  padding: 0 0 0 20px;
  display: block;
  background: url('/img/phone.jpg') no-repeat 0 50%;
}
.content_form .right p {
  font-size: 17px;
  margin: 20px 0 0;
  padding: 0 0 0 20px;
  color: #1a1919;
  background: url('/img/location-copy-7.svg') no-repeat 0 2px;
  line-height: 1.4;
}
.content_form .right p span {
  border-bottom: 1px solid rgba(26, 25, 25, 0.12);
}
.content_form form {
  width: 825px;
  display: inline-block;
  vertical-align: top;
}
.content_form input.email {
  margin-right: 0;
}
.content1 .right .smi > p {
  font-size: 21px;
  padding: 35px 0 0;
  color: #1a1919;
}
.content1 .right p {
  padding: 15px 0 0;
  font-size: 15px;
  line-height: 1.6;
  color: #1a1919;
}
.content1 .right ul {
  padding: 20px 0 0;
}
.content1 .right ul li {
  font-size: 16px;
  line-height: 1.56;
  color: #1a1919;
}
.content1 .right ul li::before {
  width: 4px;
  height: 4px;
  background: #1a1919;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  content: '';
  margin-right: 25px;
}
.content1 .right .smi .item {
  width: 255px;
  min-height: 110px;
  border-radius: 5px;
  background-color: #ffffff;
  border: solid 1px #e2dede;
  float: left;
  margin: 20px 30px 0 0;
  padding: 15px 24px 15px 16px;
}
.content1 .right .smi .item:last-child {
  margin-right: 0;
}
.content1 .right .smi .item a.post {
  font-size: 14px;
  line-height: 1.36;
  color: #17212c;
  border-bottom: 1px solid rgba(23, 33, 44, 0.15);
}
.content1 .right .smi .item span {
  font-size: 13px;
  padding: 10px 0 0;
  display: block;
  color: #1a1919;
}
.content1 .right .smi .item a.link {
  font-size: 12px;
  padding: 2px 0 0;
  display: block;
  color: #3d78df;
}
.content1 .right .smi .item .icon {
  display: flex;
  justify-content: space-between;
  height: 60px;
  margin-bottom: 15px;
}
.content1 .right .smi .item .icon img {
  max-width: 200px;
  align-self: center;
}
.content2 {
  background: #fc7329;
  margin: 150px 0 0 0;
  padding: 25px 0 20px;
}
.content2 .wrap {
  position: relative;
}
.content2 form {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 0 0 28px;
}
.content2 .man {
  position: absolute;
  left: 0;
  top: -255px;
}
.content2 .man img {
  display: block;
}
.content2 p {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  color: #ffffff;
}
.content2 form input {
  width: 255px;
  line-height: 51px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  padding-left: 48px;
  font-size: 20px;
  border: none;
  display: inline-block;
  vertical-align: middle;
}
.content2 form button {
  width: 160px;
  line-height: 47px;
  margin: 0 0 0 30px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 3px 4px 0 rgba(51, 23, 9, 0.1), 0 5px 7px 0 rgba(51, 23, 9, 0.1);
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s;
  color: #fc7329;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  border: 2px solid #fff;
}
.content2 form button:hover {
  background: #fc7329;
  color: #fff;
}
.content2 form::before {
  content: '+7 ';
  font-size: 20px;
  color: #1a1919;
  position: absolute;
  left: 20px;
  top: 15px;
}
.content3 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 80px 0 0;
}
.content3 .left {
  width: 330px;
  display: inline-block;
  vertical-align: top;
}
.content3 .left li {
  margin: 20px 0 0;
  display: inline-block;
  width: 100%;
}
.content3 .left li .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: #fc7329;
}
.content3 .left li:nth-child(2) .icon {
  background: #d88c38;
}
.content3 .left li:nth-child(3) .icon {
  background: #bea044;
}
.content3 .left li:nth-child(4) .icon {
  background: #a5b14e;
}
.content3 .left li:nth-child(5) .icon {
  background: #8cc359;
}
.content3 .left li:nth-child(6) .icon {
  background: #73d564;
}
.content3 .left li .txt {
  width: 254px;
  padding: 0 0 0 15px;
  display: table-cell;
  vertical-align: middle;
}
.content3 .left .icon img {
  display: block;
  margin: 0 auto;
}
.content3 .left li .txt p {
  font-size: 16px;
  color: #1a1919;
  display: inline-block;
  border-bottom: 1px solid rgba(252, 115, 41, 0.5);
}
.content3 .left li:nth-child(2) .txt p {
  border-bottom: 1px solid rgba(216, 140, 56, 0.5);
}
.content3 .left li:nth-child(3) .txt p {
  border-bottom: 1px solid rgba(190, 160, 68, 0.5);
}
.content3 .left li:nth-child(4) .txt p {
  border-bottom: 1px solid rgba(165, 177, 78, 0.5);
}
.content3 .left li:nth-child(5) .txt p {
  border-bottom: 1px solid rgba(140, 195, 89, 0.5);
}
.content3 .left li:nth-child(6) .txt p {
  border-bottom: 1px solid rgba(115, 213, 100, 0.5);
}
.content3 .left .txt span {
  opacity: 0.85;
  font-size: 13px;
  line-height: 1.38;
  display: block;
  margin: 7px 0 0;
  color: #1a1919;
}
.content3 .left .txt span a {
  color: #3d78df;
  border-bottom: 1px dashed rgba(61, 120, 223, 0.25);
}
.content3 .left .txt span a:hover {
  border: none;
}
.content3 .right {
  width: 730px;
  float: right;
}
.content3 .right h2 {
  font-size: 30px;
  color: #1a1919;
}
.content3 .right > p {
  font-size: 30px;
  color: #1a1919;
}
.content3 .left h2 {
  font-size: 30px;
  color: #1a1919;
  margin-bottom: 20px;
}
.content3 .left > p {
  font-size: 30px;
  color: #1a1919;
  margin-bottom: 20px;
}
.content3 .right .item {
  width: 170px;
  display: inline-block;
  vertical-align: top;
  margin: 40px 35px 0;
  text-align: center;
}
.content3 .right .item p {
  font-size: 18px;
  padding: 15px 0 0;
  color: #1a1919;
}
.content3 .right .item span {
  display: block;
  opacity: 0.85;
  padding: 6px 0 0;
  font-size: 13px;
  color: #1a1919;
}
.content3 .right .item img {
  border-radius: 50%;
  width: 160px;
  display: block;
  margin: 0 auto;
}
.content3_1 {
  width: 100%;
  display: inline-block;
  padding: 87px 0 29px;
  background: linear-gradient(to bottom, #fff, #f3f3f6);
  vertical-align: top;
  overflow: hidden;
}
.content3_1 .slider_part .item {
  width: 198px;
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.03);
}
.content3_1 .slider_part .item img {
  display: block;
  margin: 0 auto;
  align-self: center;
  width: auto !important;
}
.content3_1 .slider_part .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0;
  margin: -20px 0 0;
  width: 100%;
}
.content3_1 .slider_part .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff url('/img/prev_next.svg') no-repeat 46% 49% !important;
  text-indent: -9999px;
  transition: 0.3s;
  position: absolute;
  top: 0;
}
.content3_1 .slider_part .owl-nav .owl-next {
  right: -55px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.content3_1 .slider_part .owl-nav button:hover {
  background-color: #fc7329 !important;
}
.content3_1 .slider_part .owl-nav .owl-prev {
  left: -55px;
}
.content4 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 80px 0;
}
.content4 .left {
  width: 825px;
  float: left;
}
.content4 .right {
  width: 255px;
  float: right;
}
.content4 .right .block > p {
  font-size: 21px;
  color: #1a1919;
  padding-bottom: 5px;
}
.content4 .right .block {
  padding: 15px 20px 20px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 5px 20px 0 rgba(15, 22, 72, 0.1);
  width: 100%;
  margin: 0 0 20px;
}
.menu_mobile {
  display: none;
}
.content4 .right .block img {
  width: 100%;
}
.content4 .right .block img {
  width: 100%;
}
.content4 .right .rev span {
  font-size: 13px;
  opacity: 0.8;
  color: #1a1919;
  padding: 10px 0 0;
  display: block;
}
.content4 .right .faq .item {
  width: 100%;
  border-radius: 10px;
  border: solid 1px rgba(26, 25, 25, 0.2);
  margin: 10px 0 0;
  padding: 10px 15px;
}
.content4 .right .faq .item.open {
  border: solid 1px rgba(26, 25, 25, 0.5);
}
.content4 .right .faq .item p.question {
  padding-right: 30px;
  font-size: 13px;
  line-height: 1.38;
  color: #1a1919;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.content4 .right .photo img {
  margin: 15px 0 0;
}
.content4 .right .photo .items p {
  font-size: 12px;
  opacity: 0.7;
  padding: 8px 0 0;
  color: #1a1919;
}
.content4 .right .video iframe {
  margin: 10px 0 0;
}
.content4 .right .faq .item p.question::after {
  content: '';
  width: 12px;
  height: 2px;
  background: #1a1919;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
}
.content4 .right .faq .item p.question::before {
  content: '';
  height: 12px;
  width: 2px;
  background: #1a1919;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -6px;
}
.content4 .right .faq .item p.question.open::before {
  display: none;
}
.content4 .right .faq .item p.answer {
  font-size: 12px;
  padding: 10px 0 0;
  line-height: 1.33;
  color: #1a1919;
  opacity: 0.6;
  display: none;
}
.content4 .right .rev p {
  width: 100%;
  border-radius: 0 20px 20px 20px;
  background: #85da75;
  margin: 5px 0 0;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.29;
  color: #ffffff;
}
.content4 .left h2 {
  font-size: 30px;
  color: #1a1919;
  margin-bottom: 5px;
}
.content4 .left .items > p {
  font-size: 30px;
  color: #1a1919;
  margin-bottom: 5px;
}
.content4 .left .items > p {
  margin: 35px 0 0 0 !important;
}
.content1 .priem {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 30px 0 0;
}
.content1 .priem .item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px 0 0;
}
.content1 .priem .item p {
  font-size: 15px;
  line-height: 1.33;
  color: rgba(26, 25, 25, 0.8);
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 16px;
}
.content1 .right ul.spis {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.content1 .right ul.spis li::before {
  width: 40px;
  height: 40px;
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  background: #73d564 url(/img/gl.svg) no-repeat center;
  border: 2px solid #fff;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.content1 .right ul.spis li {
  width: 380px;
  font-size: 14px;
  color: #1a1919;
  float: left;
  margin: 15px 0 0;
}
.content1 .right ul.spis li span {
  display: inline-block;
  vertical-align: middle;
  width: 195px;
}
.content1 form {
  margin: 40px 0 15px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.content1 form input {
  width: 255px;
  line-height: 51px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  padding-left: 48px;
  font-size: 20px;
  border: none;
  display: inline-block;
  vertical-align: middle;
}
.content1 form button {
  width: 166px;
  line-height: 47px;
  margin: 0 0 0 30px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  background-color: #fc7329;
  box-shadow: 0 3px 4px 0 rgba(51, 23, 9, 0.1), 0 5px 7px 0 rgba(51, 23, 9, 0.1);
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s;
  color: #ffffff;
  border: 2px solid #fc7329;
}
.content1 form::before {
  content: '+7 ';
  font-size: 20px;
  color: #1a1919;
  position: absolute;
  left: 20px;
  top: 15px;
}
.content1 .priem .item img {
  display: inline-block;
  vertical-align: middle;
}
.content1 .priem .item:last-child {
  margin-right: 0;
}
.content4 .left hr {
  background: rgba(26, 25, 25, 0.1);
  margin: 30px 0 0;
  height: 1px;
  border: none;
}
.content4 .left h3 {
  font-size: 20px;
  line-height: 1.25;
  color: #1a1919;
  padding: 25px 0 0;
}
.content4 .left p {
  font-size: 16px;
  line-height: 1.56;
  color: #1a1919;
  padding: 25px 0 0;
}
.content4 .left ul {
  padding: 20px 0 0;
}
.content4 .left ul li {
  font-size: 16px;
  line-height: 1.3;
  color: #1a1919;
}
.content4 .left ul li::before {
  width: 4px;
  height: 4px;
  background: #1a1919;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  content: '';
  margin-right: 25px;
}
.content4 .left .img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 25px 0 10px;
}
.content4 .left .img img {
  display: block;
  float: left;
}
.content4 .left .img img:last-child {
  float: right;
}
.content4 .left .item {
  float: left;
  width: 70%;
}
.content4 .left .items {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.content4 .left .items .item:nth-of-type(2) {
  float: left;
  width: 30%;
}
.content4 .left .items .item:nth-of-type(1) ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.content4 .left .item li::before {
  display: none;
}
.content4 .left .item li {
  margin: 0 0 10px;
  display: inline-block;
  height: 53px;
}
.content4 .left .item > p {
  font-size: 20px;
  padding: 28px 0 10px;
  color: #1a1919;
}
.content4 .left .item li p {
  opacity: 0.5;
  font-size: 13px;
  padding: 0;
  color: #1a1919;
  line-height: 1;
}
.content4 .left .item li a {
  font-size: 14px;
  color: #1a1919;
  border-bottom: 1px solid rgba(26, 25, 25, 0.1);
  display: inline;
  transition: 0.3s;
}
.content4 .left .item li a:hover {
  border-color: rgba(26, 25, 25, 0);
}
.content4 .left .item li .txt {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 15px;
}
.content4 .left .item li .icon {
  display: table-cell;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}
.content4 .left .item li .icon span {
  display: block;
  width: 40px;
  height: 40px;
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  background: #73d564 url('/img/gl.svg') no-repeat center;
  border: 2px solid #fff;
}
.content4 .left .item li .icon img {
  display: none;
}
.content4 .left .item.geo li .icon {
  background: #fc7329 url('/img/adress.svg') no-repeat center;
}
.content5 .map {
  width: 100%;
  height: 490px;
  background: #ccc;
}
.content5 .bottom_map {
  width: 100%;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
  position: relative;
  margin: -210px 0 0;
  padding-bottom: 38px;
  z-index: 99;
  display: inline-block;
  vertical-align: top;
}
.content5 .bottom_map p {
  font-size: 19px;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  padding: 79px 0 0;
}
.content5 .bottom_map .left {
  float: left;
}
.content5 .bottom_map .left a {
  border-radius: 5px;
  background-color: #fc7329;
  box-shadow: 0 3px 4px 0 rgba(51, 23, 9, 0.1), 0 5px 7px 0 rgba(51, 23, 9, 0.1);
  width: 193px;
  line-height: 47px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  margin: 20px 0 0;
  display: block;
  border: 2px solid #fc7329;
  transition: 0.3s;
}
.content5 .bottom_map .left a:hover {
  background: #fff;
  color: #fc7329;
}
.content5 .bottom_map .center {
  float: left;
}
.content5 .bottom_map .center a {
  display: block;
  font-size: 22px;
  line-height: 1.36;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.content5 .bottom_map .right {
  float: left;
  width: 255px;
}
.content5 .bottom_map .right p {
  margin-bottom: 20px;
}
.content5 .bottom_map .center.last p {
  font-size: 16px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  line-height: 1.4;
  font-weight: 300;
}
.content5 .bottom_map .center p {
  margin-bottom: 16px;
}
.content5 .bottom_map .right span {
  font-size: 17px;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  line-height: 1.4;
  font-weight: 300;
}
.content5 .bottom_map .right span::before {
  content: '';
  background: url('/img/adress2.svg') no-repeat;
  width: 13px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 0 0;
}
.footer {
  padding: 22px 0;
  display: inline-block;
  width: 100%;
}
.footer .left {
  float: left;
}
.footer p.cop {
  font-size: 13px;
  color: #1a1919;
  float: left;
  padding: 30px 0 0;
}
.footer p.text {
  font-size: 13px;
  color: #5e5e5e;
  float: left;
  padding: 10px 0 0;
}
.footer p.cop span {
  color: #5e5e5e;
}
.footer a.conf {
  float: left;
  margin: 30px 0 0 26px;
  font-size: 13px;
  color: #1a1919;
  border-bottom: 1px solid rgba(26, 25, 25, 0.12);
}
.footer a.map_site {
  float: left;
  margin: 30px 0 0 20px;
  font-size: 13px;
  color: #1a1919;
  border-bottom: 1px solid rgba(26, 25, 25, 0.12);
}
.footer .right {
  float: right;
}
.footer .right .ph {
  float: right;
}
.footer .right .ph a {
  font-size: 24px;
  display: block;
  color: #1a1919;
}
.footer .right .ph a:nth-of-type(2) {
  margin: 8px 0 0;
}
.footer .right .ph p {
  opacity: 0.7;
  padding: 10px 0 0;
  line-height: 1.38;
  font-size: 11px;
  color: #1a1919;
  width: 203px;
}
.footer .soc_set {
  float: left;
  margin: 30px 55px 0 0;
}
.footer .soc_set a {
  color: #000;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px;
  transition: 0.3s;
}
.footer .soc_set a:hover {
  color: #fc7329;
}
.footer a:hover {
  border-color: #1a1919;
}
#city {
  width: 100%;
  margin: 0;
  padding: 40px 0 40px;
  min-height: 100vh;
  background: #fff;
}
#city p {
  font-size: 30px;
  color: #1a1919;
  font-family: 'Open Sans', sans-serif;
}
#city ul {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
  margin: 55px 0 0;
}
#city ul li {
  display: block;
}
#city ul li a {
  font-size: 14px;
  color: #1a1919;
  border-bottom: 1px solid rgba(26, 25, 25, 0.12);
  padding: 12px 0 0;
  display: inline-block;
  transition: 0.3s;
  font-family: 'Open Sans', sans-serif;
}
#city ul li a:hover {
  border-color: #1a1919;
}
#zakaz {
  width: 350px;
  padding: 30px 30px 40px;
  background-color: #ffffff;
  box-shadow: 0 40px 70px 0 rgba(0, 0, 0, 0.3);
}
#zakaz p {
  font-size: 30px;
  color: #1a1919;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
#zakaz span {
  font-size: 70px;
  font-weight: 300;
  color: #1a1919;
}
#zakaz input {
  width: 290px;
  line-height: 46px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  border: solid 1px #cccccc;
  display: block;
  margin: 25px auto 0;
  font-size: 16px;
  padding: 0 0 0 20px;
  color: #1a1919;
}
#zakaz form button {
  width: 169px;
  line-height: 45px;
  border-radius: 5px;
  background-color: #fc7329;
  box-shadow: 0 3px 4px 0 rgba(51, 23, 9, 0.1), 0 5px 7px 0 rgba(51, 23, 9, 0.1);
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  margin: 30px auto 0;
  display: block;
  cursor: pointer;
}
#zakaz .fancybox-close-small {
  top: 12px;
  right: 12px;
}
.success-modal {
  width: 350px;
  padding: 30px 30px 40px;
  background-color: #ffffff;
  box-shadow: 0 40px 70px 0 rgba(0, 0, 0, 0.3);
}
.success-modal__title {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  color: #1a1919;
  text-align: center;
  margin-bottom: 15px;
}
.success-modal__desc {
  font-size: 20px;
  font-weight: 300;
  color: #1a1919;
  text-align: center;
}
.success-modal__close {
  width: 170px;
  line-height: 45px;
  border-radius: 5px;
  background-color: #fc7329;
  box-shadow: 0 3px 4px 0 rgba(51, 23, 9, 0.1), 0 5px 7px 0 rgba(51, 23, 9, 0.1);
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  margin: 30px auto 0;
  display: block;
  cursor: pointer;
}
.success-modal__close:hover {
  background-color: #fc8029;
}
.content404 {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 65px 0;
  text-align: center;
}
.content404 p {
  font-size: 59px;
  color: #000;
  font-weight: 700;
}
.content404 span {
  font-size: 29px;
  color: #000;
  font-weight: 700;
  display: block;
  margin: 15px 0 0;
}
.content404 img {
  display: block;
  margin: 25px auto 0;
  max-width: 100%;
}
.content404 a.back {
  display: inline-block;
  margin: 50px 0 0;
  font-size: 25px;
  color: #5880c7;
  border-bottom: 1px solid #5880c7;
  transition: 0.3s;
}
.content404 a.back:hover {
  border-color: #000;
}
.success-modal .fancybox-close-small {
  top: 12px;
  right: 12px;
}
#price {
  width: 350px;
  padding: 30px 30px 40px;
  background-color: #ffffff;
  box-shadow: 0 40px 70px 0 rgba(0, 0, 0, 0.3);
}
#price p {
  font-size: 30px;
  color: #1a1919;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
#price > span {
  font-size: 70px;
  font-weight: 300;
  color: #1a1919;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  display: block;
  padding: 15px 0 0;
}
#price > span input {
  font-size: 70px;
  font-weight: 300;
  color: #1a1919;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  display: block;
  padding: 15px 0 0;
}
#price form input {
  width: 290px;
  line-height: 46px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  border: solid 1px #cccccc;
  display: block;
  margin: 25px auto 0;
  font-size: 16px;
  padding: 0 0 0 20px;
  color: #1a1919;
}
#price form button {
  width: 169px;
  line-height: 45px;
  border-radius: 5px;
  background-color: #fc7329;
  box-shadow: 0 3px 4px 0 rgba(51, 23, 9, 0.1), 0 5px 7px 0 rgba(51, 23, 9, 0.1);
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  margin: 30px auto 0;
  display: block;
}
#price .fancybox-close-small {
  top: 12px;
  right: 12px;
}
.kalk {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin: 40px 0 0;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.kalk input[type='radio'] {
  display: none;
}
.kalk .left {
  float: left;
  width: 160px;
}
.kalk .left img {
  display: block;
}
.content4 .kalk .stage {
  text-align: left;
}
.content4 .kalk .right {
  width: 604px;
  margin: 5px 30px 0 0;
  text-align: center;
}
.content4 .kalk .right p {
  font-size: 15px;
  color: rgba(26, 25, 25, 0.7);
  width: 174px;
  float: left;
  line-height: 1;
  padding: 0;
}
.content4 .kalk .right p img {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 11px 0 0;
}
.content4 .kalk .right .stage {
  padding: 15px 0;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.content4 .kalk .right .stage label {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 7px 4px 7px;
  font-size: 14px;
  color: #1a1919;
  border-radius: 4px;
  transition: 0.3s;
  cursor: pointer;
  margin: 0 1px 9px;
}
.content4 .kalk .right .stage label span {
  border-bottom: 1px dashed rgba(26, 25, 25, 0.2);
}
.content4 .kalk .right .stage .label {
  float: left;
  width: 430px;
}
.content4 .kalk .right .stage .label:hover {
  border-color: #1a1919;
}
.content4 .kalk .right .stage input:checked + label {
  background: #3d78df;
}
.content4 .kalk .right .stage input:checked + label span {
  border: none;
  color: #fff;
}
.content4 .kalk .right .stage2 input[type='text'] {
  display: inline-block;
  vertical-align: middle;
  width: 124px;
  line-height: 30px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  border: solid 1px #cccccc;
  margin: 0 0 9px;
}
.content4 .kalk .right .stage2 .label {
  margin: -7px 0 0 0;
}
.content4 .kalk .right .stage {
  padding-bottom: 6px;
}
.content4 .kalk .price {
  display: inline-block;
  vertical-align: middle;
  margin: 16px 11px 0;
  width: 123px;
  line-height: 38px;
  border-radius: 5px;
  background-color: #fc7329;
  box-shadow: 0 3px 4px 0 rgba(51, 23, 9, 0.1), 0 5px 7px 0 rgba(51, 23, 9, 0.1);
  font-size: 15px;
  color: #ffffff;
}
.content4 .kalk .zakaz {
  display: inline-block;
  vertical-align: middle;
  margin: 16px 11px 0;
  font-size: 15px;
  color: #3d78df;
  border-bottom: 1px dashed rgba(61, 120, 223, 0.2);
  text-align: center;
}
.content4 .left .ceni {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 10px;
}
.content4 .left .ceni .items {
  margin: 10px 0 0;
}
.content4 .left .ceni .item {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-top: 30px;
}
.content4 .left .ceni .item:nth-child(2n) {
  width: 50%;
}
.content4 .left .ceni .item > p {
  font-size: 14px;
  color: #1a1919;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
.content4 .left .ceni .item a {
  width: 77px;
  line-height: 25px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  background-color: #fc7329;
  box-shadow: 0 3px 4px 0 rgba(51, 23, 9, 0.1), 0 5px 7px 0 rgba(51, 23, 9, 0.1);
  text-align: center;
  font-size: 13px;
  color: #ffffff;
  border: 2px solid #fc7329;
  transition: 0.3s;
}
.content4 .left .ceni .item a:hover {
  background: #fff;
  color: #fc7329;
}
.other .mastera {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.other .mastera .item {
  margin: 29px 0 0;
  float: left;
  width: auto;
}
.other .mastera .item:nth-of-type(2n) {
  float: right;
}
.other.price .content2 {
  margin: 0;
}
.other .mastera .item img {
  display: block;
}
.other.about .content2 {
  margin: 80px 0 0;
}
.content4 .left .ceni .item span {
  font-size: 13px;
  line-height: 1.46;
  color: rgba(26, 25, 25, 0.5);
  display: block;
  padding: 10px 30px 0 0;
}
.other.price .content2 .man {
  left: auto;
  right: 39px;
}
.other .content4 .left h2 {
  margin: 25px 0 0;
}
.other .content4 .left .items > p {
  margin: 0;
}
.other .content4 .left .ceni {
  margin: 0 0 40px;
}
.other .header {
  background: #fff;
  color: #1a1919;
}
.other .header_top .right .ph a {
  color: #1a1919;
}
.other .header_top .right .ph p {
  color: #1a1919;
  opacity: 0.85;
}
.other .soc_set a {
  color: #000;
}
.other .header .logo {
  background: url('/img/logo2.png') no-repeat;
}
.other .header_top .city p {
  color: #1a1919;
  opacity: 0.8;
}
.other .header_top .city a {
  color: #1a1919;
  background: #f7f4f3;
}
.other .header_top .city a:hover {
  color: #fff;
  background: #fc7329;
}
.other .header_top .city a::after {
  background: url(/img/dropdown2.svg) no-repeat;
}
.other .header_top .city a:hover::after {
  background: url(/img/dropdown.svg) no-repeat;
}
.other .header_top .menu li a {
  color: #1a1919 !important;
  border-bottom: 2px solid rgba(26, 25, 25, 0.15);
}
.other .header_top .menu li.dropdown > a::after {
  background: url(/img/dropdown2.svg) no-repeat;
}
.other .content4 .left .ceni .item {
  width: 100% !important;
  padding-left: 55px;
  float: none;
  position: relative;
}
.other .content4 .left .ceni .item::before {
  content: '';
  width: 40px;
  height: 40px;
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  background: #73d564 url(/img/gl.svg) no-repeat center;
  border: 2px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.other .content4 {
  padding: 30px 0 80px;
}
.bread li::before {
  display: none !important;
}
.bread li {
  display: inline-block;
  vertical-align: middle;
}
.bread a span {
  font-size: 14px;
  border-bottom: 1px solid rgba(26, 25, 25, 0.12);
  color: #1a1919;
  vertical-align: middle;
}
.bread span.current {
  font-size: 14px;
  color: rgba(26, 25, 25, 0.5);
  vertical-align: middle;
}
.bread a::after {
  content: '';
  display: inline-block;
  font-size: 12px;
  margin: 0 11px;
  background: url('/img/str.jpg') no-repeat;
  width: 11px;
  height: 20px;
  vertical-align: middle;
}
.breadcrumbs {
  margin: 10px 0 0;
}
.about .bread {
  margin-bottom: 30px;
}
.page .bread {
  margin-bottom: 30px;
}
.location .content1 {
  padding-top: 10px;
}
.about .content1 {
  padding-top: 10px;
}
.page .content1 {
  padding-top: 10px;
}
.page .content1 .image {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 30px 0 0;
}
.page .content1 .image img {
  width: 100%;
  display: block;
}
.page .content1 .image .right {
  float: right;
  width: 252px;
}
.page .content1 .image > .item {
  width: 545px;
  float: left;
}
.page .content1 .image .right .item {
  width: 47.99%;
  display: inline-block;
}
.page .content1 .image .right .item:last-child {
  margin: 24px 0 0;
}
.other .mastera .item {
  position: relative;
  overflow: hidden;
}
.other .mastera .item img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
}
.other .mastera .item:nth-of-type(1) {
  width: 445px;
  height: 295px;
}
.other .mastera .item:nth-of-type(2) {
  width: 350px;
  height: 295px;
}
.other .mastera .item:nth-of-type(3) {
  width: 350px;
  height: 430px;
}
.other .mastera .item:nth-of-type(4) {
  width: 445px;
  height: 430px;
}
.other .mastera .item:nth-of-type(1) img,
.other .mastera .item:nth-of-type(2) img {
  margin-left: -221px;
}
.other .mastera .item:nth-of-type(3) img,
.other .mastera .item:nth-of-type(4) img {
  margin-left: -322px;
}
.sitemap-after.content2 {
  margin-top: 0;
}
ul.sitemap {
  margin: 30px 0;
  padding: 0;
  list-style: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
ul.sitemap ul {
  -webkit-column-count: auto;
  -moz-column-count: auto;
  -o-column-count: auto;
  column-count: auto;
  margin: 25px 0 25px 20px;
  list-style: circle;
  padding-left: 20px;
}
ul.sitemap li {
  width: auto;
}
ul.sitemap li a {
  font-size: 16px;
  color: #1a1919;
  border-bottom: 1px solid rgba(26, 25, 25, 0.12);
}
ul.sitemap > li > a {
  font-size: 18px;
}
ul.sitemap li a:hover {
  border-bottom-color: #1a1919;
}
.social-widget {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: -20px;
  margin-right: -20px;
}
.social-widget__col {
  width: 50%;
  padding: 0 20px;
}
.widget-tab {
  position: relative;
  padding-left: 50px;
}
.widget-tab__nav {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
}
.widget-tab__item {
  display: block;
  background-color: #fafafa;
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
  cursor: pointer;
  border-radius: 10px 0 0 10px;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
.widget-tab__item_active {
  background-color: #fff;
  position: relative;
  z-index: 10;
}
.widget-tab__item i {
  display: block;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
}
.widget-tab__item i.fa-vk {
  color: #5181b8;
}
.widget-tab__item i.fa-odnoklassniki {
  color: #ee8208;
}
.widget-tab__content {
  display: none;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  padding: 15px;
}
.widget-tab__content {
  background-color: #fff;
  border-radius: 0 10px 10px 10px;
  position: relative;
  z-index: 20;
}
.widget-tab__content_active {
  display: block;
}
.widget-instagram {
  position: relative;
}
.widget-instagram__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -170px;
  margin-top: -40px;
  font-size: 18px;
  line-height: 24px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  text-align: center;
  width: 340px;
  height: 80px;
  padding: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget-instagram__link {
  color: #4e78c4;
  text-decoration: none;
  border-bottom: 1px solid #e7e9f8;
}
.widget-instagram__link:hover {
  border-bottom-color: #4e78c4;
}
.widget-instagram__img img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media (max-width: 1024px) {
  .social-widget {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    max-width: 800px;
    margin: 30px auto;
  }
  .social-widget__col {
    width: auto;
    padding: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 425px) {
  .widget-instagram__inner {
    width: auto;
    left: 15px;
    right: 15px;
    margin-left: 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 1240px) and (min-width: 1024px) {
  .content_form form {
    width: 685px;
  }
  .content1 .right .smi .item .icon img {
    max-width: 160px;
  }
  .content_form input {
    width: 205px;
  }
  .page .content1 .image > .item {
    width: 450px;
  }
  .page .content1 .image .right .item {
    width: 100%;
  }
  .page .content1 .image .right .item:last-child {
    margin: 17px 0 0;
  }
  .content1 .right ul.spis li {
    width: 330px;
  }
  .content1 .priem .item {
    margin: 0 15px 0 0;
  }
  .content1 .priem .item p {
    font-size: 14px;
  }

  .wrap {
    width: 960px;
  }
  .header_top .menu {
    margin: 19px 0 0 5px;
  }
  .header_top .menu li {
    margin: 0 15px 0 0;
  }
  .header_top .menu li.dropdown {
    margin: 0 5px 0 0;
  }
  .soc_set {
    margin: 30px 25px 0 0;
  }
  .content1 .right {
    width: 680px;
  }
  .content1 .right .smi .item {
    width: 203px;
  }
  .content2 p {
    font-size: 20px;
  }
  .content2 {
    margin: 120px 0 0 0;
  }
  .content3 .right {
    width: 630px;
  }
  .content3 .right .item {
    margin: 40px 18px 0;
  }
  .content4 .left {
    width: 680px;
  }
  .content4 .left .img img {
    width: 47%;
  }
  .kalk .left {
    width: 160px;
  }
  .content4 .kalk .right {
    width: 470px;
  }
  .content4 .kalk .right .stage label {
    margin: 0 1px 4px;
  }
  .content4 .kalk .right .stage {
    padding: 8px 0 3px;
  }
  .content4 .kalk .right p {
    margin: 0 0 7px 8px;
  }
  .content4 .kalk .price {
    margin: 10px 11px 0;
  }
  .content4 .kalk .zakaz {
    margin: 10px 11px 0;
  }
  .content4 .left .item li a {
    font-size: 13px;
  }
  .other.about .mastera .item {
    width: 48% !important;
    float: left;
    margin: 12px 0 0;
    height: auto !important;
  }
  .other.about .mastera .item img {
    position: static !important;
    margin: 0 !important;
    display: block;
    width: 100%;
    height: auto;
  }
  .other.about .mastera .item:nth-of-type(2n) {
    width: 48% !important;
    float: right;
  }
  .page .content1 .image .right {
    width: 210px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .loc #yamap {
    height: 535px !important;
  }
  .content1 .right ul.spis li {
    width: 50%;
  }
  .page .content1 .image .right {
    float: right;
    width: 220px;
  }
  .page .content1 .image .right .item:last-child {
    margin: 9px 0 0;
  }
  .content2 .man {
    display: none;
  }
  .content1 .right .smi .item .icon img {
    max-width: 170px;
  }
  .content1 .right .smi .item a.post {
    height: 56px;
  }
  .content4 .left .item {
    width: 100%;
  }
  .content4 .left .item li {
    width: 220px;
  }
  .page .content1 .image > .item {
    width: 458px;
  }
  .loc .right_map {
    height: 535px;
  }
  .loc .block_map img {
    width: 210px;
    margin: 35px 0 0;
  }
  .adr ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .adr ul li {
    width: 330px;
  }
  .content_form form {
    width: 100%;
    float: none;
    display: block;
  }
  .content_form .right {
    width: 100%;
    float: none;
    margin: 60px 0 0;
  }
  .content_form .right .adress {
    display: inline-block;
    margin: 0 0 0 60px;
    width: 300px;
  }
  .content_form .right .pho {
    display: inline-block;
  }
  .content_form input {
    width: 207px;
  }
  .page .content1 .left {
    display: none;
  }
  .page .content1 .right {
    width: 100%;
    float: none;
  }
  .content1 .priem .item p {
    font-size: 14px;
    padding: 0 0 0 10px;
  }
  .content1 .priem .item {
    margin: 0 25px 0 0;
  }
  .about .content1 .left {
    display: none;
  }
  .about .content1 .right {
    width: 100%;
    float: none;
  }
  .about .content2 .man {
    display: none;
  }
  .other .mastera .item:nth-of-type(1) {
    width: 391px;
    height: 259px;
  }
  .other .mastera .item:nth-of-type(2) {
    width: 270px;
    height: 259px;
  }
  .other .mastera .item:nth-of-type(3) {
    width: 270px;
    height: 373px;
  }
  .other .mastera .item:nth-of-type(4) {
    width: 390px;
    height: 373px;
  }
  .other .mastera .item:nth-of-type(1) img,
  .other .mastera .item:nth-of-type(2) img {
    margin-left: -194px;
  }
  .other .mastera .item:nth-of-type(3) img,
  .other .mastera .item:nth-of-type(4) img {
    margin-left: -280px;
  }
  .other.about .mastera .item {
    width: 48% !important;
    float: left;
    margin: 12px 0 0;
    height: auto !important;
  }
  .other.about .mastera .item img {
    position: static !important;
    margin: 0 !important;
    display: block;
    width: 100%;
    height: auto;
  }
  .other.about .mastera .item:nth-of-type(2n) {
    width: 48% !important;
    float: right;
  }
  .other.price .content2 .man {
    left: 0;
  }
  .other .menu_mobile span {
    background: #1a1919;
  }
  .other .menu_mobile span::before {
    background: #1a1919;
  }
  .other .menu_mobile span::after {
    background: #1a1919;
  }
  .header.index .logo {
    margin: 0 0 0 -28px;
  }
  .header.index .soc_set {
    display: block;
  }
  .wrap {
    width: 690px;
  }
  .content1 .right {
    width: 450px;
  }
  .content1 .left {
    width: 210px;
    padding: 18px 5px 20px 15px;
  }
  .content1 .left li a {
    font-size: 14px;
  }
  .content1 .left > a {
    font-size: 14px;
    width: 146px;
    line-height: 43px;
  }
  .content1 .right h1 {
    font-size: 24px;
    line-height: 1.3;
  }
  .content1 .right .smi .item {
    width: 210px;
    padding: 10px;
  }
  .content2 {
    margin: 40px 0 0;
  }
  .content2 p {
    font-size: 17px;
    width: 263px;
  }
  .content2 form button {
    margin-left: 3px;
  }
  .content2 form {
    margin: 0;
  }
  .content3 .left {
    width: 210px;
  }
  .content3 .left li .icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
  }
  .content3 .left .icon img {
    display: none;
  }
  .content3 .left li:nth-child(1) .icon {
    background: #fc7329 url('/img/icon1.svg') no-repeat center;
  }
  .content3 .left li:nth-child(2) .icon {
    background: #d88c38 url('/img/icon2.svg') no-repeat center;
  }
  .content3 .left li:nth-child(3) .icon {
    background: #bea044 url('/img/icon3.svg') no-repeat center;
  }
  .content3 .left li:nth-child(4) .icon {
    background: #a5b14e url('/img/icon4.svg') no-repeat center;
  }
  .content3 .left li:nth-child(5) .icon {
    background: #8cc359 url('/img/icon5.svg') no-repeat center;
  }
  .content3 .left li:nth-child(6) .icon {
    background: #73d564 url('/img/icon6.svg') no-repeat center;
  }
  .content3 .left li .txt {
    padding-left: 10px;
    display: inline-block;
    vertical-align: top;
    width: 160px;
  }
  .content3 .left li .txt p {
    font-size: 15px;
    display: initial;
  }
  .content3 .right {
    width: 450px;
  }
  .content3 .right .item img {
    width: 130px;
    height: 130px;
  }
  .content3 .right .item p {
    font-size: 17px;
  }
  .content3 .right .item {
    margin: 40px 26px 0;
  }
  h2 {
    font-size: 30px !important;
  }
  .content3 .left h2,
  .content3 .right h2 {
    font-size: 20px !important;
  }
  .owl-nav {
    display: none;
  }
  h3 {
    font-size: 20px !important;
  }
  .content4 .left .img img {
    width: 48%;
  }
  .content4 .left {
    width: 100%;
  }
  .content4 .kalk .right p {
    width: 90px;
    font-size: 13px;
  }
  .content4 .kalk .right p {
    display: inline-block;
  }
  .content4 .kalk .right p img {
    margin: -3px 0 0 0;
  }
  .kalk .left {
    width: 160px;
  }
  .content4 .kalk .right p span {
    width: 68px;
    display: block;
    float: right;
  }
  .content4 .kalk .right {
    width: 485px;
    margin-right: 15px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .content4 .kalk .right .stage .label {
    width: 395px;
  }
  .content4 .kalk .right .stage label {
    font-size: 12px;
  }
  .content4 .kalk .right .stage2 input[type='text'] {
    width: 136px;
  }
  .content4 .kalk .price {
    font-size: 13px;
  }
  .content4 .kalk .zakaz {
    font-size: 13px;
  }
  .content4 .left .ceni .item {
    width: 100% !important;
  }
  .content4 .right {
    width: 100%;
    margin: 20px 0 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .content4 .right > div {
    width: 330px !important;
  }
  .content4 .right .block {
    display: inline-block;
  }
  .content4 .right .video iframe {
    width: 100%;
    height: 180px;
  }
  .content5 .bottom_map .left a {
    width: 180px;
  }
  .content5 .bottom_map p {
    font-size: 16px;
  }

  .content5 .bottom_map .right span {
    font-size: 16px;
  }

  .content5 .bottom_map .right {
    width: 210px;
  }
  .header_top .menu {
    display: none;
  }
  .footer p.cop {
    padding: 12px 0 0;
    display: block;
  }
  .footer .left {
    width: 300px;
  }
  .footer .left a.conf {
    margin-left: 0;
    margin-top: 16px;
  }
  .footer .left a.map_site {
    margin-left: 20px;
    margin-top: 16px;
  }
  .footer .soc_set {
    margin: 20px 55px 0 0;
  }
  .header .logo {
    margin: 0 0 0 34px;
  }
  .menu_mobile {
    display: block;
    float: left;
    width: 27px;
    height: 14px;
    margin: 29px 0 0;
    cursor: pointer;
  }
  .menu_mobile.open span {
    background: transparent;
  }
  .menu_mobile.open span::before {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    left: 0;
  }
  .menu_mobile.open span::after {
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 0;
    left: 0;
  }
  .menu_mobile span {
    width: 100%;
    height: 2px;
    background: #fff;
    position: relative;
    margin: 6px 0 0;
    display: block;
  }
  .menu_mobile span::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: -6px;
    left: 0;
    transition: 0.3s;
  }
  .menu_mobile span::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 6px;
    left: 0;
    transition: 0.3s;
  }
  .header .soc_set {
    display: none;
  }
  #city ul {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .about .content1 .left {
    display: none;
  }
  body .content4 .text img {
    display: block;
    width: 100%;
  }
  body .content table {
    margin-left: 0 !important;
  }
  .content table th {
    font-size: 9px;
    line-height: 13px;
    padding: 7px 4px !important;
    width: 30%;
  }
  .content table td {
    font-size: 10px;
  }
  .content404 {
    padding: 30px 0;
  }
  .content404 p {
    font-size: 40px;
  }
  .content404 span {
    font-size: 22px;
    line-height: 28px;
  }
  .content404 a {
    font-size: 18px;
  }
  .other .menu_mobile span {
    background: #1a1919;
  }
  .other .menu_mobile span::before {
    background: #1a1919;
  }
  .other .header_top .city {
    display: none;
  }
  .header_top {
    min-height: 60px;
  }
  .about .bread {
    margin-bottom: 15px;
    margin-top: 0;
    padding: 0 !important;
  }
  .other.about .mastera {
    padding: 0;
  }
  .other .menu_mobile span::after {
    background: #1a1919;
  }
  .other.price .content2 {
    margin: 220px 0 0;
  }
  .other.price .content2 .man {
    left: 50%;
  }
  .header_top .menu li.dropdown ul {
    box-shadow: none;
  }
  .bread a span {
    font-size: 12px;
  }
  .bread span.current {
    font-size: 12px;
  }
  .wrap {
    width: 100%;
    padding: 0 15px;
  }
  #city p {
    font-size: 20px;
  }
  .fancybox-close-small {
    top: 15px !important;
    right: 15px !important;
  }
  #city ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin: 30px 0 0;
  }
  .header .logo {
    margin: 0 0 0 14px;
    width: 92px;
    background-size: cover !important;
    height: 44px;
  }
  .menu_mobile {
    display: block;
    float: left;
    width: 27px;
    height: 14px;
    margin: 20px 0 0;
    cursor: pointer;
    position: relative;
    z-index: 999999;
  }
  .menu_mobile.open span {
    background: transparent;
  }
  .menu_mobile.open span::before {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    left: 0;
    background: #1a1919;
  }
  .menu_mobile.open span::after {
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 0;
    left: 0;
    background: #1a1919;
  }
  .menu_mobile span {
    width: 100%;
    height: 2px;
    background: #fff;
    position: relative;
    margin: 6px 0 0;
    display: block;
  }
  .menu_mobile span::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: -6px;
    left: 0;
    transition: 0.3s;
  }
  .menu_mobile span::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 6px;
    left: 0;
    transition: 0.3s;
  }
  .menu {
    display: none;
  }
  .header_top .right .ph a {
    font-size: 16px;
  }
  .header_top .right .ph p {
    font-size: 11px;
  }
  .header_top {
    padding: 15px 0;
  }
  .header_top .left {
    width: 140px;
  }
  .header_top .city p {
    font-size: 12px;
  }
  .header_top .soc_set {
    display: none;
  }
  .header_top .city {
    margin: 20px 0 0;
  }
  .index_city .header_content .wrap > p {
    font-size: 15px;
    padding: 30px 0 0;
    width: 100%;
  }
  .header_content .items .item p {
    font-size: 12px;
    padding: 10px 0 0;
    display: block;
  }
  .header_content .items .item img {
    display: block;
    height: 20px;
    width: auto;
  }
  .header_content form input {
    width: 170px;
    font-size: 13px;
    line-height: 37px;
    padding-left: 30px;
  }
  .header_content form::before {
    font-size: 13px;
    left: 13px;
    top: 12px;
  }
  .header_content form button {
    line-height: 37px;
    font-size: 14px;
    width: 112px;
    margin: 0 0 0 5px;
  }
  .header_content form {
    margin: 30px 0 0;
  }
  .header_content .items .item {
    margin: 0 13px 0 0;
  }
  .content1 .right,
  .content1 .left,
  .content3 .left,
  .content3 .right,
  .content4 .left,
  .content4 .right {
    width: 100%;
    float: none;
  }
  .content4 .left .img img {
    width: 47%;
  }
  .kalk .left {
    display: none;
  }
  .content4 .kalk .right {
    width: 100%;
  }
  .content4 .left .ceni .items {
    padding: 0;
  }
  .content4 .left .ceni .item > p::before {
    display: none !important;
  }
  .content4 .left .ceni .item a {
    margin: 10px 0;
  }
  .content4 .left .item {
    width: 100% !important;
    float: none;
  }
  .content5 .bottom_map {
    margin: 0;
  }
  .content5 .bottom_map .left {
    width: 100%;
    margin: 30px 0 0;
    text-align: center;
  }
  .center.last {
    order: -1;
  }
  .content5 .bottom_map .center {
    width: 100%;
    margin: 30px 0 0;
    text-align: center;
  }
  .content5 .bottom_map p {
    padding: 0;
  }
  .content5 .bottom_map .right {
    width: 100%;
    margin: 50px 0 0;
    text-align: center;
    padding: 0 0 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .content5 .bottom_map .left a {
    width: 169px;
    line-height: 51px;
    font-size: 15px;
    margin: 15px auto 0;
    display: block;
  }
  .content5 .bottom_map p {
    font-size: 16px;
    font-weight: 300;
    color: #1a1919;
  }
  .content5 .bottom_map .center a {
    color: #1a1919;
    line-height: 1.33;
  }
  .content5 .bottom_map .right span {
    color: #1a1919;
    font-size: 16px;
    border-color: rgba(26, 25, 25, 0.12);
  }
  .content5 .bottom_map .right span::before {
    background: url('/img/adress3.svg') no-repeat;
  }
  .content5 .bottom_map {
    background: #fff;
    padding: 0;
  }
  .footer {
    padding: 30px 0;
    text-align: center;
  }
  .footer a.conf {
    display: inline-block;
    margin: 15px 30px 0;
    float: none;
  }
  .footer .left {
    float: none;
    text-align: center;
    flex-flow: column-reverse;
  }
  .footer a.map_site {
    display: inline-block;
    float: none;
    margin: 15px 30px 0;
  }
  .footer p.cop {
    float: none;
    text-align: center;
    padding: 0;
  }
  .footer p.text {
    float: none;
    padding: 5px 0 0;
    text-align: center;
  }
  .footer .right {
    text-align: center;
    width: 100%;
    float: none;
  }
  .footer .soc_set {
    float: none;
    margin: 20px auto;
  }
  .footer .right .ph {
    width: 100%;
    display: none;
  }
  .index_city {
    padding-bottom: 75px;
  }
  .content1 {
    padding: 15px 0 0;
  }
  .content1 .left {
    padding: 15px;
    width: 100%;
  }
  .content1 .left h3 {
    font-size: 20px;
  }
  .content1 .left li a {
    font-size: 13px;
    line-height: 1.62;
  }
  .content1 .left > a {
    font-size: 14px;
    width: 146px;
    line-height: 39px;
  }
  .content1 .right h1 {
    font-size: 20px;
    line-height: 1.3;
    padding: 33px 0 0;
  }
  .content1 .right p {
    font-size: 14px;
    padding: 20px 0 0;
  }
  .content1 .right .smi .item {
    width: 100%;
    padding: 10px;
    min-height: 50px;
  }
  .content1 .right h1 {
    font-size: 20px;
  }
  .content2 .man {
    left: 50%;
    margin-left: -107px;
    top: -260px;
  }
  .content2 {
    margin: 260px 0 0 0;
    padding: 30px 0;
    text-align: center;
  }
  .content2 p {
    font-size: 17px;
    line-height: 1.3;
    display: block;
  }
  .content2 form {
    margin: 20px 0 0;
    width: 170px;
  }
  .content2 form input {
    width: 170px;
    font-size: 13px;
    line-height: 37px;
    padding-left: 30px;
  }
  .content2 form button {
    width: 147px;
    line-height: 33px;
    margin: 5px auto 0;
  }
  .form_loc form input {
    width: 170px;
    font-size: 13px;
    line-height: 37px;
    padding-left: 30px;
  }
  .form_loc form button {
    width: 112px;
    line-height: 33px;
    font-size: 14px;
    margin: 0 0 0 2px;
  }
  .form_loc form input {
    width: 170px;
    font-size: 13px;
    line-height: 37px;
    padding-left: 30px;
  }
  .page .bread {
    margin-bottom: 0;
  }
  .content1 form button {
    width: 30%;
    line-height: 33px;
    margin: 0 0 0 2px;
    font-size: 13px;
  }
  .content1 .priem .item {
    vertical-align: bottom;
    width: 103px;
    margin: 15px 0 0;
  }
  .content1 .priem .item img {
    width: auto;
    height: 19px;
    display: block;
  }
  .content1 .priem .item p {
    font-size: 12px;
    padding: 12px 0 0;
  }
  .content2 form::before {
    font-size: 13px;
    left: 13px;
    top: 12px;
  }
  .form_loc form::before {
    font-size: 13px;
    left: 13px;
    top: 12px;
  }
  .content1 form::before {
    font-size: 13px;
    left: 13px;
    top: 11px;
  }
  .content3 {
    padding: 30px 0 0;
  }
  .content3 .left h2 {
    font-size: 20px;
  }
  .content3 .left li .txt p {
    font-size: 15px;
  }
  .content3 .left .txt span {
    font-size: 13px;
  }
  .content3 .left li .icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
  }
  .content3 .left .icon img {
    display: none;
  }
  .content3 .left li:nth-child(1) .icon {
    background: #fc7329 url('/img/icon1.svg') no-repeat center;
  }
  .content3 .left li:nth-child(2) .icon {
    background: #d88c38 url('/img/icon2.svg') no-repeat center;
  }
  .content3 .left li:nth-child(3) .icon {
    background: #bea044 url('/img/icon3.svg') no-repeat center;
  }
  .content3 .left li:nth-child(4) .icon {
    background: #a5b14e url('/img/icon4.svg') no-repeat center;
  }
  .content3 .left li:nth-child(5) .icon {
    background: #8cc359 url('/img/icon5.svg') no-repeat center;
  }
  .content3 .left li:nth-child(6) .icon {
    background: #73d564 url('/img/icon6.svg') no-repeat center;
  }
  .content3 .left li .txt {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    width: 83%;
  }
  .content3 .right h2 {
    font-size: 20px;
    padding: 30px 0 0;
  }
  .content3 .right {
    margin: 40px 0 0;
    text-align: center;
  }
  .content3 .right .item {
    width: 143px;
    margin: 30px 0 0;
  }
  .content3 .right .item img {
    width: 80px;
    height: 80px;
  }
  .content3 .right .item p {
    font-size: 14px;
  }
  .content3 .right .item span {
    font-size: 12px;
  }
  .content3_1 .slider_part .item img {
    width: 90% !important;
  }
  .content3_1 {
    padding: 60px 0 30px;
  }
  .content4 {
    padding: 30px 0;
  }
  .content4 .left h2 {
    font-size: 20px;
  }
  .content4 .left .items > p {
    font-size: 20px;
  }
  .content4 .left h3 {
    font-size: 20px;
    padding: 25px 0 0;
  }
  .content4 .left p {
    font-size: 14px;
    padding: 23px 0 0;
  }
  .content4 .left ul li {
    font-size: 14px;
    margin: 0 0 16px;
  }
  .content4 .left ul {
    padding: 10px 0 0;
  }
  .content4 .wrap {
    padding: 0;
  }
  .content4 .text,
  .content4 .ceni,
  .content4 .wrap > .items {
    padding: 0 15px;
    width: 100%;
  }
  .content4 .wrap > .right {
    padding: 0 15px;
    width: 100%;
  }
  .content5 .map {
    height: 190px;
  }
  .content5 .map > ymaps {
    height: 190px !important;
  }
  .content4 .right .block {
    width: 290px;
    margin: 30px auto 0;
    padding: 15px;
  }
  .content4 .left .items {
    padding: 0 15px;
  }
  .content4 .right .video iframe {
    width: 100% !important;
    height: 150px !important;
  }
  .content4 .left .item li .icon {
    display: none;
  }
  .content4 .left .item li .txt {
    display: block;
    padding: 0;
  }
  .content4 .left .item li p {
    font-size: 13px;
    padding: 0;
  }
  .content4 .left .item li a {
    font-size: 12px;
    display: inline;
  }
  .content4 .left .item:nth-of-type(1) > p::before {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    border: 2px solid #fff;
    background: #fc7329 url('/img/adress.svg') no-repeat center;
    margin: -4px 14px 0 0;
    content: '';
  }
  .content4 .left .item:nth-of-type(2) > p::before {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    border: 2px solid #fff;
    background: #73d564 url('/img/gl.svg') no-repeat center;
    margin: -4px 14px 0 0;
    content: '';
  }
  .content4 .kalk .right p {
    font-size: 13px;
    padding: 0 15px 20px 15px;
  }
  .content4 .kalk .right .stage .label {
    padding: 0 6px;
    width: 100%;
  }
  .content4 .kalk .right .stage2 input[type='text'] {
    margin: 0 15px 0 8px;
  }
  .kalk_form {
    padding-bottom: 15px;
  }
  #zakaz {
    width: 290px;
  }
  #zakaz input {
    width: 100%;
  }
  #price form input {
    width: 100%;
  }
  #price {
    width: 290px;
  }
  .header_top .menu {
    margin: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #fff;
    z-index: 999998;
    top: 0;
    left: 0;
    padding: 72px 0 0 15px;
  }
  .header_top .menu li a {
    font-size: 15px;
    line-height: 1.4;
    color: #1a1919;
  }
  .header_top .menu li {
    float: none;
    display: block;
  }
  .header_top .menu li.dropdown ul {
    display: block;
    position: static;
    width: 100%;
    padding: 7px 0 5px 10px;
    opacity: 1;
  }
  .header_top .menu li.dropdown {
    padding: 0;
  }
  .header_top .menu li.dropdown > a::after {
    background: url(/img/dropdown2.svg) no-repeat;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .header.index .header_top .soc_set {
    display: block;
    float: none;
    margin: 13px 0 0;
    text-align: right;
  }
  .header.index .header_top .soc_set a:last-child {
    margin-right: 0;
  }
  .header_top .right .ph {
    float: none;
  }
  .header_content h1 {
    font-size: 15px;
    width: 100%;
  }
  .header_content a {
    font-size: 14px;
    width: 90px;
    line-height: 46px;
  }
  .header_content a.other {
    font-size: 14px;
    width: 131px;
    line-height: 46px;
  }
  .index .header_content {
    margin: -60px 0 0 0;
  }
  .header.index .logo {
    margin: 0;
  }
  .other .mastera {
    padding: 0 15px;
  }
  .other .mastera .item {
    width: 48% !important;
    float: left;
    margin: 12px 0 0;
    height: auto !important;
  }
  .other .mastera .item img {
    position: static !important;
    margin: 0 !important;
    display: block;
    width: 100%;
    height: auto;
  }
  .other .mastera .item:nth-of-type(2n) {
    width: 48% !important;
    float: right;
  }
  .other.about .content2 {
    margin: 260px 0 0;
  }
  .content1 .right ul li {
    font-size: 14px;
  }
  .page .content1 .left {
    display: none;
  }
  .content_form h1 {
    font-size: 20px;
  }
  .content_form form {
    width: 100%;
  }
  .content_form .right {
    width: 100%;
    float: none;
  }
  .content_form input {
    width: 100%;
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 40px;
  }
  .content_form textarea {
    width: 100%;
    margin: 10px 0 0;
    font-size: 14px;
    height: 160px;
    padding-top: 12px;
  }
  .loc #yamap {
    height: 189px !important;
  }
  .loc .right_map {
    height: auto;
    width: 290px;
    margin: 10px auto 0;
    position: static;
    float: none;
  }
  .loc .block_map img {
    width: 139px;
    margin: 10px 0 0;
    float: left;
  }
  .loc .block_map .right_mob {
    width: 142px;
    margin: 0;
    float: right;
  }
  .adr {
    padding: 50px 0 30px;
  }
  .adr ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .adr ul li p {
    font-size: 17px;
  }
  .adr ul li > span {
    font-size: 15px;
  }
  .adr ul li {
    width: 100%;
  }
  .loc .block_map .right_mob p.title {
    font-size: 14px;
    color: #1a1919;
    padding: 10px 0 6px;
  }
  .loc .block_map {
    width: 290px;
  }
  .loc .block_map .right_mob p.adress {
    font-size: 12px;
    color: #1a1919;
    border-color: rgba(26, 25, 25, 0.12);
    background: url('/img/adress3.svg') no-repeat 0 1px;
    padding-left: 15px;
  }
  .loc .block_map .right_mob a {
    font-size: 15px;
    line-height: 1.33;
    color: #1a1919;
  }
  .content1 .priem .item p br {
    display: none;
  }
  .page .content1 .image > .item {
    width: 48%;
    float: none;
    display: inline-block;
  }
  .page .content1 .image .right {
    width: 100%;
    display: inline;
    float: none;
  }
  .page .content1 .image .right .item:last-child {
    margin: 0;
  }
  .content1 .right ul.spis li {
    width: 100%;
  }
  .content3_1 .slider_part .item {
    width: auto;
  }
  .flex {
    display: flex;
    flex-flow: column-reverse;
  }
  .content1 form input {
    width: 67%;
    font-size: 16px;
    padding: 0 0 0 34px;
    line-height: 37px;
  }
}
.content {
  padding: 30px 0;
}
.content h2 {
  padding: 30px 0 15px !important;
  font-size: 24px !important;
}
.content .list ul li::before {
  display: none;
}
.content .list {
  background: #f1f1f1;
  border-radius: 3px;
  padding: 25px 25px;
  border: 1px solid #ccc;
}
.content .list p {
  font-size: 19px;
  color: #757575;
  padding-left: 20px !important;
  padding-bottom: 0 !important;
}
.content .list ul li a {
  color: #3d78df;
  line-height: 34px;
  text-decoration: underline;
  font-size: 19px;
}
.content p {
  padding-left: 27px !important;
  padding-top: 0 !important;
  padding-bottom: 20px !important;
}
.content h4 {
  padding: 60px 0 15px;
  font-size: 18px;
  text-align: center;
}
.content h3 {
  padding: 10px 0 10px;
  font-size: 18px;
  padding-left: 27px !important;
  font-weight: bold;
}
.content table {
  margin: 15px 0;
  margin-left: 27px !important;
}
.content table th,
.content table td {
  background: #f1f1f1;
  border: 1px solid #ccc;
  padding: 7px 10px;
  color: #444;
}
p.pr-date {
  padding: 0 0 15px 0 !important;
  color: #848484 !important;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot');
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0')
      format('embedded-opentype'),
    url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2')
      format('woff2'),
    url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff')
      format('woff'),
    url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf')
      format('truetype'),
    url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular')
      format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-instagram:before {
  content: '\f16d';
}
.fa-vk:before {
  content: '\f189';
}
.fa-odnoklassniki:before {
  content: '\f263';
}
.fa-odnoklassniki-square:before {
  content: '\f264';
}
.fancybox-container.sticky {
  max-height: 250px;
  max-width: 640px;
  top: initial;
  bottom: 0;
  font-size: 11px;
  line-height: 1.3;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .fancybox-container.sticky {
    bottom: 20px;
    font-size: 13px;
  }
  .fancybox-container.sticky .s {
    display: none;
  }
}
@media (min-width: 1024px) {
  .fancybox-container.sticky {
    margin-right: 20px;
  }
}
.fancybox-container.sticky .fancybox-button {
  top: 2px !important;
  right: 8px !important;
  border-radius: 50%;
  background: #fff;
  color: #aaa;
  opacity: 1;
  width: 28px;
  height: 28px;
  padding: 2px !important;
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .fancybox-container.sticky .fancybox-button {
    right: 0 !important;
  }
}
@media (min-width: 1024px) {
  .fancybox-container.sticky .fancybox-button {
    left: 0 !important;
    box-shadow: 0 -2px -2px rgba(0, 0, 0, 0.1);
  }
}
.fancybox-container.sticky .fancybox-slide {
  padding: 15px 0 0;
}
.fancybox-container.sticky .fancybox-slide::before {
  display: none;
}
@media (min-width: 768px) {
  .fancybox-container.sticky .fancybox-slide {
    padding-right: 12px;
  }
}
@media (min-width: 1024px) {
  .fancybox-container.sticky .fancybox-slide {
    padding-left: 12px;
    padding-right: 0;
  }
}
.fancybox-container.sticky .fancybox-content {
  background-color: #fb7329;
  border-radius: 10px 10px 0 0;
  color: #fff;
  display: block;
  height: 100%;
  overflow: hidden;
  position: static;
  padding: 15px 0 0;
}
@media (min-width: 768px) {
  .fancybox-container.sticky .fancybox-content {
    padding: 30px 28px 0 36px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .fancybox-container.sticky .gutter-x-s {
    max-width: calc(320px - 32px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .fancybox-container.sticky .flex-row-m {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .fancybox-container.sticky .flex-row-m > * {
    flex-grow: 1;
  }
}
.fancybox-container.sticky .heading-1 {
  font-size: 19px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .fancybox-container.sticky .heading-1 {
    font-size: 28px;
  }
}
.fancybox-container.sticky .heading-2 {
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .fancybox-container.sticky .heading-2 {
    font-size: 18px;
    font-weight: inherit;
  }
}
.fancybox-container.sticky .flex-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media (max-width: 767px) {
  .fancybox-container.sticky .flex-2 > * {
    flex-basis: 50%;
  }
}
@media (min-width: 768px) {
  .fancybox-container.sticky .flex-2 > * {
    flex-grow: 1;
  }
}
.fancybox-container.sticky img {
  margin-right: 10px;
}
.fancybox-container.sticky .phone {
  background: #f9884c;
  padding-top: 10px;
  padding-bottom: 10px;
  color: inherit;
  display: flex;
}
@media (min-width: 768px) {
  .fancybox-container.sticky .phone {
    border-radius: 7.5px;
    padding: 5px 10px;
    margin-right: 1em;
  }
  .fancybox-container.sticky .phone img {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 767px) {
  .fancybox-container.sticky .phone {
    font-size: 15px;
    animation: ringing-bg 2s infinite linear;
    will-change: background;
  }
  .fancybox-container.sticky .phone img {
    margin-right: 15px;
    animation: ringing 2s infinite linear;
    will-change: transform;
  }
  .fancybox-container.sticky .phone + .flex-row {
    margin-top: 10px;
  }
}
.fancybox-container.sticky .x-large {
  font-size: 30px;
}
@media (max-width: 767px) {
  .fancybox-container.sticky .x-large {
    margin-top: -5px;
  }
}
@media (min-width: 768px) {
  .fancybox-container.sticky .x-large {
    font-size: 24px;
  }
}
.fancybox-container.sticky main {
  margin-top: 10px;
  margin-bottom: 15px;
}
@keyframes ringing {
  0% {
    opacity: 0.99;
  }
  0% {
    transform: skew(0deg, -6deg);
  }
  2% {
    transform: skew(15deg, -6deg);
  }
  4% {
    transform: skew(23deg, -7deg);
  }
  6% {
    transform: skew(3deg, -14deg);
  }
  8% {
    transform: skew(-7deg, -13deg);
  }
  10% {
    transform: skew(-13deg, -6deg);
  }
  12% {
    transform: skew(24deg, -13deg);
  }
  14% {
    transform: skew(25deg, -4deg);
  }
  16% {
    transform: skew(-6deg, -11deg);
  }
  18% {
    transform: skew(-8deg, -5deg);
  }
  20% {
    transform: skew(-2deg, -2deg);
  }
  25% {
    transform: skew(0deg, 0deg);
  }
  100% {
    transform: skew(0deg, 0deg);
    opacity: 1;
  }
}
@keyframes ringing-bg {
  0% {
    background-color: #f9894d;
  }
  50% {
    background-color: rgba(249, 137, 77, 0.5);
  }
  100% {
    background-color: #f9894d;
  }
}
@keyframes call-button {
  0% {
    box-shadow: 0 3px 4px 0 rgba(51, 23, 9, 0.1), 0 5px 7px 0 rgba(51, 23, 9, 0.1),
      0 8px 10px rgba(251, 114, 40, 0.3), 0 0 0 0 rgba(251, 114, 40, 0.2),
      0 0 0 0 rgba(251, 114, 40, 0.2);
  }
  20% {
    box-shadow: 0 3px 4px 0 rgba(51, 23, 9, 0.1), 0 5px 7px 0 rgba(51, 23, 9, 0.1),
      0 8px 10px rgba(251, 114, 40, 0.3), 0 0 0 15px rgba(251, 114, 40, 0.2),
      0 0 0 0 rgba(251, 114, 40, 0.2);
  }
  30% {
    box-shadow: 0 3px 4px 0 rgba(51, 23, 9, 0.1), 0 5px 7px 0 rgba(51, 23, 9, 0.1),
      0 8px 10px rgba(251, 114, 40, 0.3), 0 0 0 30px rgba(251, 114, 40, 0),
      0 0 0 26.7px rgba(251, 114, 40, 0.067);
  }
  40% {
    box-shadow: 0 3px 4px 0 rgba(51, 23, 9, 0.1), 0 5px 7px 0 rgba(51, 23, 9, 0.1),
      0 8px 10px rgba(251, 114, 40, 0.3), 0 0 0 30px rgba(251, 114, 40, 0),
      0 0 0 40px rgba(251, 114, 40, 0);
  }
  50% {
    box-shadow: 0 3px 4px 0 rgba(51, 23, 9, 0.1), 0 5px 7px 0 rgba(51, 23, 9, 0.1);
  }
  100% {
    box-shadow: 0 3px 4px 0 rgba(51, 23, 9, 0.1), 0 5px 7px 0 rgba(51, 23, 9, 0.1);
  }
}
@keyframes shake {
  0% {
    transform: rotateZ(0deg);
  }
  20% {
    transform: rotateZ(0deg);
  }
  21% {
    transform: rotateZ(-30deg);
  }
  22% {
    transform: rotateZ(15deg);
  }
  23% {
    transform: rotateZ(-10deg);
  }
  24% {
    transform: rotateZ(7.5deg);
  }
  25% {
    transform: rotateZ(-6deg);
  }
  26% {
    transform: rotateZ(5deg);
  }
  27% {
    transform: rotateZ(-4.28571deg);
  }
  28% {
    transform: rotateZ(3.75deg);
  }
  29% {
    transform: rotateZ(-3.33333deg);
  }
  30% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
.call-button {
  display: none;
  animation: call-button 4s infinite linear;
  background: #fb7329;
  color: #fff;
  position: fixed;
  backface-visibility: hidden;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  z-index: 99990;
  box-shadow: 0 3px 4px 0 rgba(51, 23, 9, 0.1), 0 5px 7px 0 rgba(51, 23, 9, 0.1);
  will-change: box-shadow;
}
#vk_groups {
  width: 100% !important;
}
.widget-tab__content {
  display: block !important;
  width: 49%;
}
.widget-tab__content iframe {
  width: 100% !important;
}
.widget-tab__nav {
  display: none;
}
.widget-tab {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 0;
}
.social-widget__col {
  width: 100%;
}
@media (max-width: 767px) {
  .widget-tab {
    flex-wrap: wrap;
    padding-left: 50px;
    display: block;
  }
  .widget-tab__nav {
    display: block;
  }
  .widget-tab__content {
    display: none !important;
    width: 100%;
  }
  .widget-tab__content_active {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .call-button:not([hidden]) {
    display: flex;
  }
}
.call-button img {
  width: 50%;
  height: 50%;
  animation: shake 4s infinite linear;
  will-change: transform;
}
/*# sourceMappingURL=style.css.map */
