@charset "UTF-8";

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,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.icon {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: inherit;
}
.clear {
  clear: both;
}
.overflow {
  overflow: hidden;
}
.hidden {
  display: none;
}
img {
  max-width: 100%;
  height: auto;
}
.transition {
  -webkit-transition: color 0.5s ease, background 0.5s ease, -webkit-box-shadow 0.5s ease, opacity 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
}
.button {
  -webkit-transition: color 0.5s ease, background 0.5s ease, -webkit-box-shadow 0.5s ease, opacity 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
  display: inline-block;
  background: #fecf13;
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  padding: 15px 30px;
  margin-top: 25px;
  text-decoration: none;
  border-radius: 5px;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 3px 6px rgba(255, 255, 255, 0.15), inset 0 -3px 0 0 #e3ae09;
  box-shadow: inset 0 0 3px 6px rgba(255, 255, 255, 0.15), inset 0 -3px 0 0 #e3ae09;
  border: none;
  font-family: inherit;
}
.button:focus,
.button:hover {
  border: none;
  background: #ffd739;
  outline: none;
}
@media screen and (max-width: 640px) {
  .button {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 25px;
    margin-top: 15px;
  }
}
html,
body {
  height: 100%;
}
/* .sup-wrapper {
  min-height: 100%;
}
.sup-container {
  padding-bottom: 560px;
}
.main-footer {
  min-height: 560px;
  margin-top: -560px;
} */
body {
  font: 16px/1.5 'Open Sans', sans-serif;
  color: #000;
}
.container {
  box-sizing: border-box;
  position: relative;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  min-width: 320px;
}
@media screen and (max-width: 1170px) {
  .container {
    width: 900px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 920px) {
  .container {
    width: 640px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 640px) {
  .container {
    max-width: 640px;
    width: auto;
    padding: 0 15px;
  }
}
.main-header .top {
  padding: 9px 0;
  position: relative;
  z-index: 50;
}
.main-header .top .toggle-nav {
  display: none;
}
.main-header .top .col {
  display: inline-block;
  vertical-align: middle;
  width: 35%;
}
.main-header .top .col + .col {
  width: 65%;
  text-align: right;
}
.main-header .top .logo {
  text-decoration: none;
  display: block;
}
.main-header .top .logo img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.main-header .top .logo p {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #603879;
}
.main-header .top .logo p strong {
  display: block;
  font-size: 30px;
  color: #000;
}
.main-header .top nav {
  margin-right: -15px;
  margin-top: 14px;
}
.main-header .top nav ul.main-nav > li {
  position: relative;
  display: inline-block;
}
.main-header .top nav ul.main-nav > li > a {
  -webkit-transition: color 0.5s ease, background 0.5s ease, -webkit-box-shadow 0.5s ease, opacity 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
  display: block;
  padding: 10px 10px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  color: #2c2c2c;
  text-transform: uppercase;
  text-decoration: none;
}
.main-header .top nav ul.main-nav > li > a:hover {
  color: #603879;
}
.main-header .top nav ul.main-nav > li.active a {
  background: #603879;
  color: #fff;
}
.main-header .top nav ul.main-nav > li ul {
  -webkit-transition: color 0.5s ease, background 0.5s ease, -webkit-box-shadow 0.5s ease, opacity 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
  display: none;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 15px;
  width: 230px;
  padding: 20px 15px 20px 20px;
  background: #603879;
  background: rgba(87, 45, 114, 0.95);
  border-radius: 5px;
  z-index: 5;
  text-align: left;
}
.main-header .top nav ul.main-nav > li ul li a {
  display: block;
  padding: 5px 0;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.main-header .top nav ul.main-nav > li ul li a:hover {
  text-decoration: underline;
}
.main-header .top nav ul.main-nav > li ul:before {
  content: '';
  position: absolute;
  top: -7px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 7px 4px;
  border-color: transparent transparent #603879 transparent;
  border-color: transparent transparent rgba(87, 45, 114, 0.95) transparent;
}
.main-header .top nav ul.main-nav > li:hover ul {
  display: block;
  opacity: 1;
}
.main-header .top.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 40;
  background: #fff;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.main-header .top.fixed .col {
  width: 20%;
}
.main-header .top.fixed .col + .col {
  width: 80%;
}
.main-header .top.fixed .logo p {
  display: none;
}
.main-header .top.fixed .logo img {
  width: 60px;
}
.main-header .bottom {
  padding: 37px 0 45px 0;
  background: #cbe1f7 url(https://soromotina.ru/tmpl/main/images/panels_bg.jpg) bottom -10px center no-repeat;
  color: #603879;
  position: relative;
  overflow: hidden;
}
.main-header .bottom .col {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  position: relative;
  z-index: 3;
}
.main-header .bottom .col + .col {
  text-align: right;
}
.main-header .bottom .photo {
  display: block;
  float: left;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: -5px 30px -17px 40px;
}
.main-header .bottom .photo img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.main-header .bottom .slogan {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
}
.main-header .bottom .phone p {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: -0.35px;
}
.main-header .bottom .phone h5 {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: -0.7px;
}
.main-header .bottom .phone h5 a {
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 1171px) {
  .main-header .top .main-nav-wrapper {
    display: block !important;
    opacity: 1 !important;
  }
}
@media screen and (max-width: 1170px) {
  .main-header {
    padding-top: 100px;
  }
  .main-header .top {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
  }
  .main-header .top .container {
    padding: 0;
  }
  .main-header .top .col {
    width: 75%;
  }
  .main-header .top .col + .col {
    width: 25%;
  }
  .main-header .top .logo {
    display: inline-block;
    padding: 9px 15px;
  }
  .main-header .top nav {
    margin: 0;
  }
  .main-header .top .toggle-nav {
    -webkit-transition: color 0.5s ease, background 0.5s ease, -webkit-box-shadow 0.5s ease, opacity 0.5s ease;
    transition: color 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
    display: block;
    cursor: pointer;
    z-index: 10;
    padding-right: 15px;
  }
  .main-header .top .toggle-nav .toggle-nav-label {
    font: 16px/24px 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #603879;
    display: inline-block;
    vertical-align: middle;
    padding-top: 4px;
  }
  .main-header .top .toggle-nav .toggle-nav-icn {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 100px;
    position: relative;
  }
  .main-header .top .toggle-nav .icn-bar {
    -webkit-transition: color 0.5s ease, background 0.5s ease, -webkit-box-shadow 0.5s ease, opacity 0.5s ease;
    transition: color 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
    height: 3px;
    background: #603879;
    margin-top: -9px;
    border-radius: 1px;
  }
  .main-header .top .toggle-nav .icn-bar + .icn-bar {
    margin-top: -1px;
  }
  .main-header .top .toggle-nav .icn-bar + .icn-bar + .icn-bar {
    margin-top: 7px;
  }
  .main-header .top .toggle-nav.open .icn-bar {
    -webkit-transform: rotate(45deg) translateX(7px) translateY(4px);
    transform: rotate(45deg) translateX(7px) translateY(4px);
  }
  .main-header .top .toggle-nav.open .icn-bar + .icn-bar {
    opacity: 0;
    -moz-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -o-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
  }
  .main-header .top .toggle-nav.open .icn-bar + .icn-bar + .icn-bar {
    opacity: 1;
    -webkit-transform: rotate(-45deg) translateX(7px) translateY(-4px);
    transform: rotate(-45deg) translateX(7px) translateY(-4px);
  }
  .main-header .top .main-nav-wrapper {
    display: none;
    position: fixed;
    top: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    background: #fff;
  }
  .main-header .top .main-nav-wrapper .main-nav-container {
    display: table;
    width: 100%;
    height: 100%;
  }
  .main-header .top .main-nav-wrapper .main-nav-container ul.main-nav {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .main-header .top .main-nav-wrapper .main-nav-container ul.main-nav > li {
    display: block;
  }
  .main-header .top .main-nav-wrapper .main-nav-container ul.main-nav > li ul {
    display: block;
    opacity: 1;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 260px;
    margin: 0 auto;
  }
  .main-header .top .main-nav-wrapper .main-nav-container ul.main-nav > li ul:before {
    left: 50%;
    margin-left: -2px;
  }
  .main-header .top.fixed {
    -webkit-animation: none;
    animation: none;
  }
  .main-header .top.fixed .logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .main-header .top.fixed .logo p {
    display: none;
  }
  .main-header .top.fixed .logo img {
    height: 40px;
  }
  .main-header .top.fixed .toggle-nav .toggle-nav-icn {
    height: 50px;
  }
  .main-header .top.fixed .main-nav-wrapper {
    top: 50px;
  }
}
@media screen and (max-width: 920px) {
  .main-header .bottom {
    padding: 15px 0;
  }
  .main-header .bottom .photo {
    display: none;
  }
  .main-header .bottom .slogan {
    font-size: 18px;
  }
  .main-header .bottom .phone p {
    font-size: 10px;
  }
  .main-header .bottom .phone h5 {
    font-size: 25px;
  }
}
@media screen and (max-width: 640px) {
  .main-header {
    padding-top: 70px;
  }
  .main-header .top .col {
    width: 68%;
  }
  .main-header .top .col + .col {
    width: 32%;
  }
  .main-header .top .logo {
    display: block;
  }
  .main-header .top .logo img {
    width: 60px;
    margin-right: 5px;
  }
  .main-header .top .logo p {
    font-size: 12px;
    line-height: 18px;
  }
  .main-header .top .logo p strong {
    font-size: 16px;
  }
  .main-header .top .toggle-nav {
    padding-right: 10px;
  }
  .main-header .top .toggle-nav .toggle-nav-icn {
    width: 25px;
    height: 70px;
  }
  .main-header .top .main-nav-wrapper {
    top: 60px;
  }
  .main-header .top.fixed .col {
    width: 70%;
  }
  .main-header .top.fixed .col + .col {
    width: 30%;
  }
  .main-header .top.fixed .logo p {
    display: inline-block;
  }
  .main-header .top.fixed .logo img {
    height: auto;
    width: 60px;
  }
  .main-header .top.fixed .main-nav-wrapper {
    top: 50px;
  }
  .main-header .bottom .col {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .main-header .bottom .col + .col {
    text-align: center;
    margin-top: 10px;
  }
}
.main-footer .top {
  padding: 96px 0 94px 0;
  background: #cbe1f7 url(https://soromotina.ru/tmpl/main/images/panels_bg.jpg) bottom center no-repeat;
  background-size: auto 100%;
}
.main-footer .top .feedback {
  margin: 0 auto;
  max-width: 1030px;
}
.main-footer .bottom {
  font-size: 14px;
  color: #333333;
}
.main-footer .bottom .col {
  display: inline-block;
  vertical-align: top;
  width: 60%;
}
.main-footer .bottom .col + .col {
  width: 40%;
  text-align: right;
}
.main-footer .bottom .bot-top {
  padding: 25px 0 5px 0;
}
.main-footer .bottom .bot-bot {
  padding: 5px 0 5px 0;
}
.main-footer .bottom .bot-bot .col {
  vertical-align: bottom;
}
.main-footer .bottom .slogan {
  font-size: 30px;
  line-height: 32px;
  color: #603879;
  font-weight: bold;
  padding-right: 20px;
  text-transform: uppercase;
}
.main-footer .bottom .phone {
  font-size: 30px;
  line-height: 32px;
  color: #603879;
  font-weight: 600;
  margin-bottom: 5px;
  letter-spacing: -0.8px;
}
.main-footer .bottom .phone a {
  -webkit-transition: color 0.5s ease, background 0.5s ease, -webkit-box-shadow 0.5s ease, opacity 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
  color: inherit;
  text-decoration: none;
}
.main-footer .bottom .phone a:hover {
  color: #333;
}
.main-footer .bottom .dev {
  font-size: 12px;
}
.main-footer .bottom .dev p {
  margin-bottom: 2px;
}
.main-footer .bottom .dev a {
  color: inherit;
  text-decoration: underline;
}
.main-footer .bottom .dev a:hover {
  color: #603879;
}
.main-footer .bottom p {
  margin-bottom: 5px;
}
@media screen and (max-width: 920px) {
  .main-footer {
    text-align: center;
  }
  .main-footer .col {
    display: block;
    width: 100% !important;
    margin: 10px 0 !important;
    text-align: center !important;
  }
}
form {
  text-align: center;
  padding: 10px 10px;
  background: #dbecfa;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
}
form > div {
  display: inline-block;
  width: 31%;
  padding: 0 1%;
  vertical-align: top;
  margin-bottom: 15px;
}
form .inp {
  -webkit-transition: color 0.5s ease, background 0.5s ease, -webkit-box-shadow 0.5s ease, opacity 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
  position: relative;
  background: #fff;
  padding: 12px 12px;
  border: 1px solid #dddddd;
  border-radius: 1px;
  -webkit-box-shadow: inset 1px 2px 7px 1px rgba(221, 221, 221, 0.85);
  box-shadow: inset 1px 2px 7px 1px rgba(221, 221, 221, 0.85);
}
form .inp.error {
  border-color: red;
}
form .inp.name,
form .inp.email {
  padding-left: 40px;
}
form .inp.name:before,
form .inp.email:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 20px;
  width: 40px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  text-align: center;
  color: #603879;
}
form .inp.name:before {
  content: '\f007';
}
form .inp.email:before {
  content: '\f0e0';
}
form input,
form textarea {
  display: block;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 15px;
  height: 20px;
  width: 100% !important;
  line-height: 20px;
  padding: 0;
  margin: 0 !important;
  border: none;
  font-family: inherit;
}
form input:focus,
form textarea:focus,
form input:hover,
form textarea:hover {
  border: none;
  color: #603879;
  outline: none;
}
form input:focus::-webkit-input-placeholder,
form textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
form input:focus::-moz-placeholder,
form textarea:focus::-moz-placeholder {
  opacity: 0;
}
form input:focus:-ms-input-placeholder,
form textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
form .checkbox-lbl {
  display: block;
  text-align: left;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.4);
  padding: 5px;
  margin: 0 1.5% 10px;
}
form input[type="checkbox"] {
  display: inline-block;
  width: auto !important;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 5px 0 !important;
  vertical-align: middle;
}
form .capture {
  text-align: left;
}
form .capture .capture_img {
  display: inline-block;
  vertical-align: middle;
}
form .capture .capture_img img {
  display: block;
}
form .capture .inp {
  display: inline-block;
  vertical-align: middle;
  width: 216px;
  margin-left: 28px;
}
form textarea {
  max-height: 110px !important;
  padding: 0 5px;
  box-sizing: border-box;
}
form button {
  -webkit-transition: color 0.5s ease, background 0.5s ease, -webkit-box-shadow 0.5s ease, opacity 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
  display: inline-block;
  background: #fecf13;
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  padding: 15px 30px;
  margin-top: 25px;
  text-decoration: none;
  border-radius: 5px;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 3px 6px rgba(255, 255, 255, 0.15), inset 0 -3px 0 0 #e3ae09;
  box-shadow: inset 0 0 3px 6px rgba(255, 255, 255, 0.15), inset 0 -3px 0 0 #e3ae09;
  border: none;
  font-family: inherit;
}
form button:focus,
form button:hover {
  border: none;
  background: #ffd739;
  outline: none;
}
@media screen and (max-width: 640px) {
  form button {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 25px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 1170px) {
  form {
    padding: 15px 15px;
  }
  form .inp {
    padding: 8px 15px;
  }
}
@media screen and (max-width: 640px) {
  form > div {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    margin-bottom: 10px;
  }
  form .capture .inp {
    width: 162px;
    margin-left: 15px;
  }
}
.page {
  padding: 23px 0;
}
.page .page-head .page-head-label {
  text-align: center;
  color: #000;
  font-size: 36px;
  line-height: 1.5;
  padding: 15px 0 34px 0;
  font-weight: bold;
}
.page nav {
  display: table;
  width: 100%;
  max-width: 880px;
  margin: 5px auto 58px auto;
  border-spacing: 6px 0;
}
.page nav a {
  display: table-cell;
  max-width: 210px;
  min-width: 125px;
  vertical-align: middle;
  padding: 6px 15px;
  margin: 0 3px;
  background: #603879;
  border-radius: 5px;
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  position: relative;
}
.page nav a.active {
  background: #0dab1c;
}
.page nav a.active:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9.5px 0 9.5px;
  border-color: #0dab1c transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -9.5px;
}
@media screen and (max-width: 640px) {
  .page .page-head .page-head-label {
    font-size: 26px;
    padding: 15px 0 20px 0;
  }
  .page nav {
    display: block;
    text-align: center;
  }
  .page nav a {
    display: none;
  }
  .page nav a.active {
    display: inline-block;
  }
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content .h1,
.content .h2,
.content .h3,
.content .h4,
.content .h5,
.content .h6 {
  font: bold 16px/1.5 'Open Sans', sans-serif;
  color: #603879;
  margin-bottom: .8em;
}
.content h1,
.content .h1 {
  font-size: 32px;
}
.content h2,
.content .h2 {
  font-size: 28px;
}
.content h3,
.content .h3 {
  font-size: 20px;
}
.content h4,
.content .h4 {
  font-size: 18px;
}
.content h5,
.content .h5 {
  font-size: 16px;
}
.content p {
  margin-bottom: 1.5em;
}
.content img {
  max-width: 100%;
}
.content strong,
.content .strong {
  font-weight: bold;
  color: #000;
}
.content a {
  -webkit-transition: color 0.5s ease, background 0.5s ease, -webkit-box-shadow 0.5s ease, opacity 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
  color: inherit;
  text-decoration: underline;
}
.content a:hover {
  color: inherit;
  text-decoration: none;
}
.content ul,
.content ol {
  margin-bottom: 1.5em;
}
.content ul {
  padding-left: 20px;
  -moz-column-count: 2;
  -moz-column-gap: 70px;
  -webkit-column-count: 2;
  -webkit-column-gap: 60px;
  column-count: 2;
  column-gap: 60px;
}
.content ul li {
  padding-left: 17px;
  position: relative;
}
.content ul li:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #603879;
  position: absolute;
  left: 0;
  top: 7px;
}
.content ol {
  -moz-column-count: 2;
  -moz-column-gap: 70px;
  -webkit-column-count: 2;
  -webkit-column-gap: 60px;
  column-count: 2;
  column-gap: 60px;
  padding-left: 20px;
  list-style: inside decimal;
}
.content table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0 25px 0;
}
.content table tr:hover > td {
  background: rgba(87, 45, 114, 0.1);
}
.content table th,
.content table td {
  padding: 11px 3%;
  border: 1px solid #e2e2e2;
  -webkit-transition: color 0.5s ease, background 0.5s ease, -webkit-box-shadow 0.5s ease, opacity 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
}
.content table th {
  background: #603879;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
.content table.table_site {
  width: auto;
}
.content table.table_site td {
  border: none;
  border-bottom: 1px #e2e2e2;
}
@media screen and (max-width: 920px) {
  .content ul,
  .content ol {
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    column-count: 1;
    column-gap: 0;
  }
}
@media screen and (max-width: 640px) {
  .content h1,
  .content .h1 {
    font-size: 26px;
  }
  .content h2,
  .content .h2 {
    font-size: 22px;
  }
  .content h3,
  .content .h3 {
    font-size: 18px;
  }
  .content h4,
  .content .h4 {
    font-size: 16px;
  }
  .content h5,
  .content .h5 {
    font-size: 14px;
  }
  .content h6,
  .content .h6 {
    font-size: 12px;
  }
}
section.articles {
  padding-top: 5px;
  text-align: center;
}
section.articles article {
  -webkit-transition: color 0.5s ease, background 0.5s ease, -webkit-box-shadow 0.5s ease, opacity 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 23%;
  margin-right: 2.66%;
  margin-bottom: 29px;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
}
section.articles article:hover {
  background: #f5f5f5;
  background: rgba(242, 242, 242, 0.95);
  -webkit-box-shadow: 0 0 0 15px rgba(242, 242, 242, 0.95);
  box-shadow: 0 0 0 15px rgba(242, 242, 242, 0.95);
}
section.articles article:nth-child(4n) {
  margin-right: 0;
}
section.articles article a {
  text-decoration: none;
}
section.articles article .img {
  border-radius: 5px;
  margin-bottom: 15px;
}
section.articles article .img img {
  display: block;
  width: 100%;
  border-radius: 5px;
}
section.articles article .img .noImg {
  width: 100%;
  padding-top: 63.33%;
  background: #e2e2e2;
  border-radius: 5px;
}
section.articles article .date {
  color: #888888;
  margin-bottom: 3px;
}
section.articles article p {
  margin-bottom: 5px;
}
section.articles article.show {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
section.articles article.show + article {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}
section.articles article.show + article + article {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}
section.articles article.show + article + article + article {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
section.articles article.show + article + article + article + article {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}
section.articles article.show + article + article + article + article + article {
  -webkit-animation-delay: 5s;
  animation-delay: .5s;
}
section.articles .load-prev,
section.articles .load-more {
  -webkit-transition: color 0.5s ease, background 0.5s ease, -webkit-box-shadow 0.5s ease, opacity 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  padding: 0 15px;
  color: #603879;
  text-decoration: none;
  border: 2px solid #603879;
  border-radius: 5px;
  overflow: hidden;
  margin: -2px 0 25px 0;
}
section.articles .load-prev:hover,
section.articles .load-more:hover {
  color: #fff;
  background: #603879;
}
section.articles .load-prev:hover.loading:after,
section.articles .load-more:hover.loading:after {
  color: #fff;
}
section.articles .load-prev:before,
section.articles .load-more:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '';
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
section.articles .load-prev.loading,
section.articles .load-more.loading {
  position: relative;
  color: transparent;
}
section.articles .load-prev.loading:after,
section.articles .load-more.loading:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f110";
  color: #603879;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -10px;
  font-size: 30px;
  line-height: 20px;
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
section.articles .load-prev:before {
  content: '\f106';
}
section.articles .load-more:before {
  content: '\f107';
}
@media screen and (max-width: 920px) {
  section.articles article {
    width: 48%;
    margin-left: 1% !important;
    margin-right: 1% !important;
  }
}
@media screen and (max-width: 640px) {
  section.articles article {
    width: 100%;
    margin: 0 auto 20px;
    max-width: 400px;
  }
}
article.article .preview {
  width: 370px;
  float: left;
  margin-right: 25px;
  margin-bottom: 15px;
}
article.article .date {
  color: #b8b8b8;
  margin-bottom: 0;
  font-size: 13px;
}
article.article h2 {
  max-width: 36em;
}
@media screen and (max-width: 920px) {
  article.article .preview {
    float: none;
    width: 100%;
    max-width: 370px;
    margin: 0 auto 20px;
  }
}
a.btn-back {
  -webkit-transition: color 0.5s ease, background 0.5s ease, -webkit-box-shadow 0.5s ease, opacity 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  padding: 0 15px;
  color: #603879;
  text-decoration: none;
  border: 2px solid #603879;
  border-radius: 5px;
  overflow: hidden;
  margin: 20px 0 20px 0;
}
a.btn-back:hover {
  color: #fff;
  background: #603879;
}
a.btn-back:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f104';
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 3px;
  margin-right: 5px;
  vertical-align: middle;
}
a.more {
  -webkit-transition: color 0.5s ease, background 0.5s ease, -webkit-box-shadow 0.5s ease, opacity 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  padding: 0 25px;
  color: #603879;
  text-decoration: none;
  border: 2px solid #603879;
  border-radius: 5px;
  overflow: hidden;
  margin: 15px 0 15px 0;
}
a.more:hover {
  color: #fff;
  background: #603879;
}
a.more:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f105';
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 3px;
  margin-left: 13px;
  vertical-align: middle;
}
.files {
  margin-top: 25px;
}
.nav_pages,
.content ul.nav_pages {
  padding: 15px 0;
  text-align: center;
}
.nav_pages li,
.content ul.nav_pages li {
  display: inline-block;
  padding: 5px;
}
.nav_pages li:before,
.content ul.nav_pages li:before {
  display: none;
}
.nav_pages li a.current,
.content ul.nav_pages li a.current {
  text-decoration: none;
  cursor: default;
  color: inherit;
}
.nav_pages li a.current:after,
.content ul.nav_pages li a.current:after {
  display: none !important;
}
.gallery {
  margin-bottom: 25px;
}
.gallery a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  margin-right: 10px;
  width: 180px;
}
.gallery a img {
  width: auto;
  max-width: 100%;
}
.gallery a p {
  text-align: center;
  padding: 0 10px;
}
@media screen and (max-width: 640px) {
  .gallery {
    text-align: center;
  }
}
.videos {
  margin-bottom: 25px;
}
.videos .item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 460px;
  max-width: 100%;
}
.videos .item:after {
  display: none !important;
  text-decoration: none;
}
.videos .item .img {
  position: relative;
}
.videos .item .img img,
.videos .item .img iframe {
  display: block;
  max-width: 100%;
}
.videos .item .img:before {
  -webkit-transition: color 0.5s ease, background 0.5s ease, -webkit-box-shadow 0.5s ease, opacity 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.videos .item .img:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.5s ease, background 0.5s ease, -webkit-box-shadow 0.5s ease, opacity 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
  content: "\f144";
  position: absolute;
  font-size: 50px;
  line-height: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
  cursor: pointer;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-right: -30px;
  color: #fff;
  z-index: 10;
}
.videos .item .img:hover:before {
  background: rgba(0, 0, 0, 0.5);
}
.videos .item .img:hover:after {
  color: #603879;
}
.videos .item .img.playing:before,
.videos .item .img.playing:after {
  display: none;
}
.share {
  margin-top: 25px;
  margin-bottom: 15px;
}
.share .b-share__handle {
  display: inline-block !important;
  float: none !important;
  vertical-align: middle;
  padding: 0 !important;
  margin-right: 10px;
}
.share .b-share__link {
  -webkit-transition: color 0.5s ease, background 0.5s ease, -webkit-box-shadow 0.5s ease, opacity 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
  width: 32px;
  height: 32px;
  padding: 0 !important;
  position: relative;
  background: #603879;
  border-radius: 5px;
  opacity: .3;
}
.share .b-share__link:hover {
  opacity: 1;
}
.share .b-share__link span {
  display: none;
}
.share .b-share__link:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  background: url(https://soromotina.ru/tmpl/main/images/soc_icons.png) no-repeat;
}
.share .b-share__link.b-share-btn__vkontakte:before {
  background-position: top 0px center;
}
.share .b-share__link.b-share-btn__odnoklassniki:before {
  background-position: top -90px center;
}
.share .b-share__link.b-share-btn__facebook:before {
  background-position: top -30px center;
}
.share .b-share__link.b-share-btn__twitter:before {
  background-position: top -60px center;
}


.main-page .main-header .bottom {
  background-size: auto 102%;
  position: relative;
  background-image: none;
  z-index: 0;
  padding: 0;
  min-height: 450px;
}
.main-page .main-header .bottom.noslider {
  background-image: url(https://soromotina.ru/tmpl/main/images/bg.jpg);
}
.main-page .main-header .bottom .btn-order {
  -webkit-transition: color 0.5s ease, background 0.5s ease, -webkit-box-shadow 0.5s ease, opacity 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
  display: inline-block;
  background: #fecf13;
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  padding: 15px 30px;
  margin-top: 25px;
  text-decoration: none;
  border-radius: 5px;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 3px 6px rgba(255, 255, 255, 0.15), inset 0 -3px 0 0 #e3ae09;
  box-shadow: inset 0 0 3px 6px rgba(255, 255, 255, 0.15), inset 0 -3px 0 0 #e3ae09;
  border: none;
  font-family: inherit;
  margin-top: 5px;
}
.main-page .main-header .bottom .btn-order:focus,
.main-page .main-header .bottom .btn-order:hover {
  border: none;
  background: #ffd739;
  outline: none;
}
@media screen and (max-width: 640px) {
  .main-page .main-header .bottom .btn-order {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 25px;
    margin-top: 15px;
  }
}
.main-page .main-header .bottom .main-slider {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.main-page .main-header .bottom .main-slider .bx-wrapper,
.main-page .main-header .bottom .main-slider .bx-viewport,
.main-page .main-header .bottom .main-slider .sliderBlock {
  width: 100%;
  height: 100%;
}
.main-page .main-header .bottom .main-slider .container {
  padding: 0;
}
.main-page .main-header .bottom .main-slider .slide {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 50;
  position: relative;
  text-decoration: none;
}
.main-page .main-header .bottom .main-slider .slide .container {
  height: 100%;
}
.main-page .main-header .bottom .main-slider .slide .slogan {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 30px;
}
.main-page .main-header .bottom .main-slider .slide .slider-text {
  vertical-align: bottom;
  position: absolute;
  width: 500px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 32px;
  color: #603879;
  text-transform: uppercase;
  font-weight: bold;
}
.main-page .main-header .bottom .main-slider .bx-prev,
.main-page .main-header .bottom .main-slider .bx-next {
  -webkit-transition: color 0.5s ease, background 0.5s ease, -webkit-box-shadow 0.5s ease, opacity 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
  width: 55px !important;
  height: 55px !important;
  border-radius: 50% !important;
  background: #fff !important;
  background: rgba(255, 255, 255, 0.4) !important;
  color: #603879 !important;
  text-decoration: none !important;
  top: 50% !important;
  margin: -28px 0 0 0 !important;
  opacity: .5;
  z-index: 10 !important;
}
.main-page .main-header .bottom .main-slider .bx-prev:hover,
.main-page .main-header .bottom .main-slider .bx-next:hover {
  opacity: 1;
}
.main-page .main-header .bottom .main-slider .bx-prev:after,
.main-page .main-header .bottom .main-slider .bx-next:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  text-indent: 0px;
  font-size: 48px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -15px;
}
.main-page .main-header .bottom .main-slider .bx-prev {
  left: 20px !important;
}
.main-page .main-header .bottom .main-slider .bx-prev:after {
  content: "\f104";
}
.main-page .main-header .bottom .main-slider .bx-next {
  right: 20px !important;
}
.main-page .main-header .bottom .main-slider .bx-next:after {
  content: "\f105";
}
.main-page .main-header .bottom .main-header-content .container {
  padding: 0;
}
.main-page .main-header .bottom .main-header-content .main-header-content-container {
  position: relative;
  width: 370px;
  margin-left: auto;
  text-align: right;
  z-index: 15;
  padding: 30px 0 25px;
}
.main-page .main-header .bottom .main-header-content .phone {
  margin-bottom: 25px;
  letter-spacing: 0;
}
.main-page .main-header .bottom .main-header-content .form form > div {
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
}
.main-page .main-header .bottom .main-header-content .form form textarea {
  height: 50px !important;
}
.main-page .main-header .bottom .main-header-content .form form button {
  margin-top: 9px;
  font-size: 20px;
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
}
.main-page .main-header .bottom .main-header-content .form form .checkbox-lbl {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 1170px) {
  .main-page .main-header .bottom .main-header-content .form form > div {
    margin-bottom: 10px;
  }
  .main-page .main-header .bottom .main-header-content .form form button {
    margin-top: 5px;
    font-size: 18px;
    padding: 10px 20px;
  }
  .main-page .main-header .bottom .main-header-content .main-header-content-container {
    width: 340px;
    padding: 15px 0 10px;
  }
  .main-page .main-header .bottom .main-header-content .main-header-content-container .phone {
    margin-bottom: 15px;
  }
  .main-page .main-header .bottom .main-slider .slide .slider-text {
    width: 380px;
    font-size: 28px;
  }
}
@media screen and (max-width: 920px) {
  .main-page .main-header .bottom .main-slider .slide .slogan {
    font-size: 20px;
  }
  .main-page .main-header .bottom .main-slider .slide .slider-text {
    width: 270px;
    font-size: 21px;
  }
  .main-page .main-header .bottom .main-header-content .form {
    display: none;
  }
  .main-page .main-header .bottom .main-header-content .btn {
    margin-top: 200px;
  }
  .main-page .main-header .bottom .main-header-content .phone {
    display: inline-block;
    padding: 15px 15px;
    background: #dbecfa;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
  }
  .main-page .main-header .bottom .main-header-content .phone p {
    font-size: 10px;
  }
  .main-page .main-header .bottom .main-header-content .phone h5 {
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  .main-page .main-header .bottom .main-slider {
    position: static;
    height: 400px;
  }
  .main-page .main-header .bottom .main-slider .slide .container {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    padding: 15px 0;
    text-align: center;
  }
  .main-page .main-header .bottom .main-slider .slide .slogan,
  .main-page .main-header .bottom .main-slider .slide .slider-text {
    position: static;
    text-align: center;
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 15px;
    transform: none;
  }
  .main-page .main-header .bottom .main-slider .slide .slider-text {
    margin-top: 15px;
    font-size: 16px;
  }
  .main-page .main-header .bottom .main-header-content .container {
    height: auto;
  }
  .main-page .main-header .bottom .main-header-content .container .main-header-content-container {
    width: auto;
    margin: 0;
    padding: 15px;
    text-align: center;
  }
  .main-page .main-header .bottom .main-header-content .container .btn {
    margin-top: 15px;
    font-size: 18px;
  }
}
.main-page .main-footer {
  min-height: 170px;
}
.main-page .sup-container {
}
.main-page .page .page-head .page-head-label {
  padding: 22px 0 55px 0;
}
.main-page .content a.video-link {
  display: block;
  float: left;
  max-width: 49%;
  margin-right: 2.5%;
  margin-top: 7px;
  position: relative;
}
.main-page .content a.video-link img {
  max-width: 100%;
  height: auto !important;
  display: block;
  border-radius: 5px;
}
.main-page .content a.video-link img,
.main-page .content a.video-link iframe {
  display: block;
  max-width: 100%;
}
.main-page .content a.video-link:before {
  -webkit-transition: color 0.5s ease, background 0.5s ease, -webkit-box-shadow 0.5s ease, opacity 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background: rgba(96, 56, 121, 0.3);
  cursor: pointer;
  border-radius: 5px;
}
.main-page .content a.video-link:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.5s ease, background 0.5s ease, -webkit-box-shadow 0.5s ease, opacity 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
  content: "\f04b";
  position: absolute;
  font-size: 50px;
  line-height: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
  cursor: pointer;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-right: -30px;
  color: #fff;
  z-index: 10;
}
.main-page .content a.video-link:hover:before {
  background: rgba(96, 56, 121, 0.1);
}
.main-page .content a.video-link:hover:after {
  color: #603879;
}
.main-page .content a.video-link.playing:before,
.main-page .content a.video-link.playing:after {
  display: none;
}
@media screen and (max-width: 1170px) {
  .main-page .content .main-page-img {
    width: 300px;
  }
}
@media screen and (max-width: 920px) {
  .main-page .content .main-page-img {
    width: 250px;
  }
}
@media screen and (max-width: 640px) {
  .main-page .content .main-page-img {
    float: none !important;
    margin: 0 auto 15px !important;
  }
}
.services {
  background: #4d4686;
  height: 668px;
  overflow: hidden;
  position: relative;
}
.services .container {
  height: 100%;
  position: relative;
}
.services h3 {
  padding: 49px 0;
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  z-index: 10;
}
.services .bg,
.services .bg2,
.services .line,
.services .sphere_1,
.services .sphere_2,
.services nav {
  position: absolute;
  height: 804px;
  top: 50%;
  margin-top: -402px;
  left: 50%;
}
.services .bg {
  background: url(https://soromotina.ru/tmpl/main/images/services_bg.jpg) top 0px center no-repeat;
  width: 1920px;
  margin-left: -960px;
  z-index: 1;
}
.services .bg2 {
  background: url(https://soromotina.ru/tmpl/main/images/services_bg_2.png) top 50px center no-repeat;
  z-index: 2;
  width: 779px;
  margin-left: -390px;
}
.services .line {
  background: url(https://soromotina.ru/tmpl/main/images/services_line.png) top 325px center no-repeat;
  z-index: 3;
  width: 692px;
  margin-left: -346px;
}
.services .sphere_1 {
  background: url(https://soromotina.ru/tmpl/main/images/services_sphere_big.png) top 285px left 10px no-repeat;
  z-index: 4;
  width: 500px;
  margin-left: -250px;
}
.services .sphere_2 {
  background: url(https://soromotina.ru/tmpl/main/images/services_sphere_small.png) top 295px left 260px no-repeat;
  z-index: 4;
  width: 500px;
  margin-left: -250px;
}
.services nav {
  width: 900px;
  margin-left: -450px;
}
.services nav a {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: absolute;
  width: 200px;
  z-index: 10;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
}
.services nav a:before {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 1;
  content: '';
  width: 122px;
  height: 122px;
  background: url(https://soromotina.ru/tmpl/main/images/services_item.png) top center no-repeat;
  background-size: 100% 200%;
  margin: 0 auto;
  opacity: 1;
  display: block;
  margin-bottom: 13px;
}
.services nav a:after {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 2;
  content: '';
  width: 122px;
  height: 122px;
  background: url(https://soromotina.ru/tmpl/main/images/services_item.png) bottom center no-repeat;
  background-size: 100% 200%;
  position: absolute;
  left: 50%;
  margin-left: -61px;
  top: 0;
  opacity: 0;
  display: block;
}
.services nav a span:after {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  content: '';
  position: absolute;
  z-index: 3;
  width: 70px;
  height: 70px;
  top: 27px;
  left: 50%;
  margin-left: -35px;
  background: url(https://soromotina.ru/tmpl/main/images/services_icons.png) top 0px center no-repeat;
  display: block;
}
.services nav a.pid_11 {
  left: 3px;
  top: 359px;
}
.services nav a.pid_11 span:after {
  background-position: top 0px center;
}
.services nav a.pid_12 {
  left: 218px;
  top: 429px;
}
.services nav a.pid_12 span:after {
  background-position: top -70px center;
}
.services nav a.pid_13 {
  left: 485px;
  top: 427px;
}
.services nav a.pid_13 span:after {
  background-position: top -140px center;
}
.services nav a.pid_14 {
  left: 677px;
  top: 379px;
}
.services nav a.pid_14 span:after {
  background-position: top -210px center;
}
.services nav a.pid_20 {
  left: 530px;
  top: 250px;
}
.services nav a.pid_20 span:after {
  background-position: top -280px center;
}
.services nav a.pid_23 {
  left: 300px;
  top: 250px;
}
.services nav a.pid_23 span:after {
  background-position: top -350px center;
}
.services nav a:hover {
  margin-top: -21px;
}
.services nav a:hover:before,
.services nav a:hover:after {
  width: 164px;
  height: 164px;
}
.services nav a:hover:before {
  opacity: 0;
}
.services nav a:hover:after {
  opacity: 1;
  margin-left: -82px;
}
.services nav a:hover span:after {
  top: 48px;
}
@media screen and (max-width: 920px) {
  .services {
    height: auto;
    padding-bottom: 25px;
  }
  .services .line,
  .services .sphere_1,
  .services .sphere_2 {
    display: none;
  }
  .services h3 {
    padding: 25px 0;
  }
  .services nav {
    position: static;
    margin: 0 !important;
    width: auto;
    height: auto;
    text-align: center;
  }
  .services nav a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: 0 !important;
    margin: 0 20px 20px !important;
  }
  .services nav a:hover {
    margin-top: 0;
  }
  .services nav a:hover:before,
  .services nav a:hover:after {
    width: 122px;
    height: 122px;
  }
  .services nav a:hover:before {
    opacity: 0;
  }
  .services nav a:hover:after {
    opacity: 1;
    margin-left: -61px;
  }
  .services nav a:hover span:after {
    top: 27px;
  }
}
@media screen and (max-width: 640px) {
  .services {
    padding: 0;
            height: 1200px;
  }
  .services .bg {
    height: 100%;
    top: 0;
    margin: 0 !important;
    background-size: cover;
    left: 0;
  }
}
.last-news {
  padding: 48px 0 25px 0;
  text-align: center;
}
.last-news h3 {
  margin-bottom: 55px;
  text-align: center;
  color: #000;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  z-index: 10;
}
.last-news h3 a {
  text-decoration: none;
  color: inherit;
}
.last-news .articles-slider-wrap {
  margin-bottom: 16px;
}
.last-news .bx-prev,
.last-news .bx-next {
  -webkit-transition: color 0.5s ease, background 0.5s ease, -webkit-box-shadow 0.5s ease, opacity 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
  width: 55px !important;
  height: 55px !important;
  border-radius: 50% !important;
  background: #fff !important;
  background: rgba(255, 255, 255, 0.4) !important;
  color: #603879 !important;
  text-decoration: none !important;
  top: 24.55% !important;
  margin: 0 !important;
  opacity: .5;
  z-index: 10 !important;
}
.last-news .bx-prev:hover,
.last-news .bx-next:hover {
  opacity: 1;
}
.last-news .bx-prev:after,
.last-news .bx-next:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  text-indent: 0px;
  font-size: 48px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -15px;
}
.last-news .bx-prev {
  left: 20px !important;
}
.last-news .bx-prev:after {
  content: "\f104";
}
.last-news .bx-next {
  right: 20px !important;
}
.last-news .bx-next:after {
  content: "\f105";
}
.last-news article {
  text-align: left;
  width: 370px;
  font-size: 15px;
  line-height: 20px;
  float: left;
}
.last-news article a {
  -webkit-transition: color 0.5s ease, background 0.5s ease, -webkit-box-shadow 0.5s ease, opacity 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
  text-decoration: none;
  color: #010101;
}
.last-news article a:hover {
  color: #603879;
}
.last-news article .img {
  border-radius: 5px;
  margin-bottom: 15px;
}
.last-news article .img img {
  display: block;
  width: 100%;
  border-radius: 5px;
}
.last-news article .img .noImg {
  width: 100%;
  padding-top: 63.33%;
  background: #e2e2e2;
  border-radius: 5px;
}
.last-news article .date {
  color: #888888;
  margin-bottom: 3px;
}
.last-news article p {
  margin-bottom: 5px;
}
@media screen and (max-width: 920px) {
  .last-news {
    padding: 25px 0 15px;
  }
  .last-news .bx-prev,
  .last-news .bx-next {
    opacity: .8;
    background: #fff !important;
  }
  .last-news .bx-prev {
    left: 0px !important;
  }
  .last-news .bx-next {
    right: 0px !important;
  }
}
.rates {
  padding: 40px 0 49px;
  background: #f1ede5 url(https://soromotina.ru/tmpl/main/images/prices_bg.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
}
.rates h3 {
  margin-bottom: 40px;
  text-align: center;
  color: #000;
  font-size: 36px;
  font-weight: bold;
}
.rates .content table {
  border-spacing: 1px;
}
.rates .content table td,
.rates .content table th {
  background: #fff;
  background: rgba(255, 255, 255, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.rates .content table th {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  padding: 17px;
}
.rates .content table td {
  color: #333333;
  text-align: left;
  padding: 5px 22px 8px;
}
.rates .content table td + td {
  text-align: center;
  color: #603879;
  font-weight: bold;
  font-size: 30px;
  line-height: 56px;
  width: 36%;
}
.rates .content table strong {
  color: #603879;
}
.rates .content table tr:hover td {
  background: rgba(255, 255, 255, 0.75);
}
.rates .button {
  margin-top: 20px;
}
@media screen and (max-width: 920px) {
  .rates {
    padding: 25px 0;
  }
  .rates h3 {
    margin-bottom: 25px;
  }
  .rates .content table th {
    font-size: 20px;
    padding: 10px;
  }
  .rates .content table td {
    padding: 3px 15px 5px;
  }
  .rates .content table td + td {
    font-size: 25px;
    line-height: 40px;
  }
}
@media screen and (max-width: 640px) {
  .rates {
    overflow: hidden;
    padding: 15px 0;
  }
  .rates h3 {
    margin-bottom: 15px;
  }
  .rates .content table th {
    font-size: 16px;
    padding: 5px;
  }
  .rates .content table td {
    padding: 3px 15px 5px;
  }
  .rates .content table td + td {
    font-size: 20px;
    line-height: 30px;
  }
}
.responses {
  padding: 53px 0 84px 0;
  text-align: center;
}
.responses h3 {
  margin-bottom: 42px;
  text-align: center;
  color: #000;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  z-index: 10;
}
.responses h3 a {
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 920px) {
  .responses {
    padding: 25px 0 25px;
  }
}
@media screen and (max-width: 640px) {
  .responses {
    padding: 15px 0;
  }
}
.responses-slider-wrap {
  margin-bottom: 16px;
  padding: 0 60px;
}
.responses-slider-wrap .bx-prev,
.responses-slider-wrap .bx-next {
  -webkit-transition: color 0.5s ease, background 0.5s ease, -webkit-box-shadow 0.5s ease, opacity 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
  width: 60px !important;
  height: 60px !important;
  border-radius: 50% !important;
  background: #fff !important;
  background: rgba(255, 255, 255, 0.4) !important;
  color: #603879 !important;
  text-decoration: none !important;
  top: 44px !important;
  margin: 0 !important;
  opacity: .5;
  z-index: 10 !important;
}
.responses-slider-wrap .bx-prev:hover,
.responses-slider-wrap .bx-next:hover {
  opacity: 1;
}
.responses-slider-wrap .bx-prev:after,
.responses-slider-wrap .bx-next:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  text-indent: 0px;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  width: 60px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  left: 50%;
  margin-left: -30px;
}
.responses-slider-wrap .bx-prev {
  left: -60px !important;
}
.responses-slider-wrap .bx-prev:after {
  content: "\f104";
  text-align: left;
}
.responses-slider-wrap .bx-next {
  right: -60px !important;
}
.responses-slider-wrap .bx-next:after {
  content: "\f105";
  text-align: right;
}
.responses-slider-wrap article {
  text-align: left;
  font-size: 15px;
  line-height: 20px;
  width: 100%;
  float: left;
}
.responses-slider-wrap article a {
  -webkit-transition: color 0.5s ease, background 0.5s ease, -webkit-box-shadow 0.5s ease, opacity 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
  text-decoration: none;
  color: #010101;
}
.responses-slider-wrap article a:hover {
  color: #603879;
}
.responses-slider-wrap article .img {
  border-radius: 50%;
  width: 130px;
  height: 130px;
  border: 6px solid #603879;
  float: left;
  margin-right: 25px;
  overflow: hidden;
}
.responses-slider-wrap article .img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.responses-slider-wrap article .img .noImg {
  width: 100%;
  padding-top: 100%;
  background: #e2e2e2;
  border-radius: 50%;
}
.responses-slider-wrap article .text {
  overflow: hidden;
  padding-right: 10px;
  font-size: 14px;
  line-height: 1.65;
}
.responses-slider-wrap article .text:before {
  content: '';
  display: block;
  width: 82px;
  height: 63px;
  background: url(https://soromotina.ru/tmpl/main/images/quotes.png);
  float: left;
  margin-right: 16px;
  margin-bottom: 10px;
}
.responses-slider-wrap article .text:after {
  content: '';
  clear: both;
}
.responses-slider-wrap article .text p {
  margin-bottom: .9em;
}
.responses-slider-wrap article .info {
  text-align: right;
  margin-top: 30px;
  color: #603879;
  font-size: 14px;
}
@media screen and (max-width: 920px) {
  .responses-slider-wrap article .img {
    float: none;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 640px) {
  .responses-slider-wrap {
    padding: 0 40px;
  }
  .responses-slider-wrap .bx-prev {
    left: -40px !important;
  }
  .responses-slider-wrap .bx-next {
    right: -40px !important;
  }
  .responses-slider-wrap article .text {
    text-align: center;
    padding-right: 0;
  }
  .responses-slider-wrap article .text:before {
    display: none;
  }
}
.contacts {
  margin-top: 100px;
  height: 640px;
  overflow: hidden;
  position: relative;
}
.contacts .map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.contacts .map .ymaps-image {
  background: url(https://soromotina.ru/tmpl/main/images/map-pin.png) !important;
  background-size: 100% 100% !important;
  width: 38px !important;
  height: 62px !important;
  left: -18px !important;
  top: -62px !important;
}
.contacts .container {
  z-index: 3;
}
.contacts .feedback {
  width: 371px;
  vertical-align: bottom;
  position: absolute;
  top: 50px;
  left: 14px;
}
.contacts .feedback form {
  background: #f1f1f1;
  background: rgba(241, 241, 241, 0.85);
}
.contacts .feedback form > div {
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
}
.contacts .feedback form textarea {
  height: 50px !important;
}
.contacts .feedback form button {
  margin-top: 9px;
  font-size: 20px;
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
}
.contacts .feedback form .checkbox-lbl {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .contacts {
    height: auto;
    padding-bottom: 400px;
  }
  .contacts .map {
    height: 400px;
    top: auto;
    width: auto;
    left: 20px;
    right: 20px;
    bottom: 0;
  }
  .contacts .feedback {
    position: relative;
    width: auto;
    top: 0;
    left: 0;
    max-width: 320px;
    margin: 20px auto;
  }
  .contacts .feedback form button {
    font-size: 18px;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 640px) {
  .about-img {
    float: none !important;
    margin: 0 auto 20px !important;
    display: block;
  }
}










/* new */

.main-slider {
  width: 100%;
  height: 450px;
}
.main-slider .owl-carousel .slide {
  position: relative;
}
.main-slider .owl-carousel a.slide {
  height: 450px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  z-index: 1;
}
.main-slider .owl-carousel a.slide .container {
  max-width: 1200px;
  width: 100%;
  padding-top: 50px;
}
.main-slider .owl-carousel a.slide .container .slogan {
  color: #603879;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
}
.main-slider .owl-carousel a.slide .container .slider-text {
  vertical-align: bottom;
  position: absolute;
  text-align: center;
  font-size: 32px;
  color: #603879;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 50px;
  max-width: 500px;

}
.main-slider .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  position: relative;
  margin-top: -250px;
  position: static;
}
.main-slider .owl-carousel .owl-nav .owl-prev, .main-slider .owl-carousel .owl-nav .owl-next {
  width: 55px;
  height: 55px;
  background: rgba(255, 255, 255, 0.7019607843);
  border-radius: 50px;
  color: #603879;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}
.main-slider .owl-carousel .owl-nav .owl-prev span, .main-slider .owl-carousel .owl-nav .owl-next span {
  font-size: 50px;
  margin-top: -10px;
}
.main-slider .main-header-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-slider .main-header-content .container {
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: -230px;
  padding: 30px 0 25px;
}
.main-slider .main-header-content .container .main-header-content-container {
  width: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 2;
}
.main-slider .main-header-content .container .main-header-content-container .phone {
  margin-bottom: 25px;
  letter-spacing: 0;
  color: #603879;
}
.main-slider .main-header-content .container .main-header-content-container .phone p {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: -0.35px;
}
.main-slider .main-header-content .container .main-header-content-container .phone a {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.7px;
  text-decoration: none;
  color: #603879;
}
.main-slider .main-header-content .container .main-header-content-container .btn {
  width: 100%;
  background: #fecf13;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  padding: 15px 30px;
  margin-top: 25px;
  text-decoration: none;
  border-radius: 5px;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 3px 6px rgba(255, 255, 255, 0.15), inset 0 -3px 0 0 #e3ae09;
          box-shadow: inset 0 0 3px 6px rgba(255, 255, 255, 0.15), inset 0 -3px 0 0 #e3ae09;
  border: none;
  margin-top: 5px;
}

@media screen and (max-width: 640px) {
  .main-slider {
    height: 670px;
  }
  .main-slider .owl-carousel .slide {
    position: relative;
  }
  .main-slider .owl-carousel a.slide {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .main-slider .owl-carousel a.slide .container {
    background: rgba(255, 255, 255, 0.7019607843);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
  .main-slider .owl-carousel a.slide .container .slogan {
    width: 100%;
  }
  .main-slider .owl-carousel a.slide .container .slogan .title {
    font-size: 20px;
    text-align: center;
  }
  .main-slider .owl-carousel a.slide .container .slider-text {
    position: relative;
    font-size: 16px;
    margin: 0 0 5px;
  }
  .main-slider .main-header-content {
    margin-top: 200px;
  }
  .main-slider .main-header-content .container {
    width: 100%;
    margin-top: 0px;
    padding: 15px 0 15px;
    background: #cbe1f7;
  }
  .main-slider .main-header-content .container .main-header-content-container {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-slider .main-header-content .container .main-header-content-container .phone {
    background: rgba(255, 255, 255, 0.7019607843);
    border-radius: 5px;
    padding: 20px;
  }
  .main-slider .main-header-content .container .main-header-content-container .phone p {
    font-size: 12px;
    text-align: center;
  }
  .main-slider .main-header-content .container .main-header-content-container .phone a {
    font-weight: 700;
    font-size: 32px;
    letter-spacing: -0.7px;
    text-decoration: none;
    color: #603879;
  }
  .main-slider .main-header-content .container .main-header-content-container .btn {
    width: auto;
    padding: 10px 15px;
  }
}
.main-news-slider {
  max-width: 1200px;
  margin: auto;
  padding: 48px 20px 25px 20px;
  min-height: 600px;
}
.main-news-slider .main-news-title h3 a {
  text-decoration: none;
  color: inherit;
}
.main-news-slider .main-news-title h3 {
  margin-bottom: 55px;
  text-align: center;
  color: #000;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  z-index: 10;
}
.main-news-slider .owl-carousel .owl-nav {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  position: relative;
  margin-top: -250px;
  position: static;
}
.main-news-slider .owl-carousel .owl-nav .owl-prev, .main-news-slider .owl-carousel .owl-nav .owl-next {
  width: 55px;
  height: 55px;
  background: rgba(255, 255, 255, 0.7019607843);
  border-radius: 50px;
  color: #603879;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}
.main-news-slider .owl-carousel .owl-nav .owl-prev span, .main-news-slider .owl-carousel .owl-nav .owl-next span {
  font-size: 50px;
  margin-top: -10px;
}
.main-news-slider .owl-carousel a.news-data {
  text-decoration: none;
}
.main-news-slider .owl-carousel a.news-data .news-data-img {
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 15px;
}
.main-news-slider .owl-carousel a.news-data .news-data-text .news-data-date {
  color: #888888;
  margin: 5px 0;
}
.main-news-slider .owl-carousel a.news-data .news-data-text .news-data-content p {
  color: #000;
  margin: 5px 0;
}
.main-news-slider .main-news-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
              margin-top: 250px;
}
.main-news-slider .main-news-button a.news-more {
  -webkit-transition: color 0.5s ease, background 0.5s ease, opacity 0.5s ease, -webkit-box-shadow 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease, opacity 0.5s ease, -webkit-box-shadow 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease, -webkit-box-shadow 0.5s ease;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  padding: 0 25px;
  color: #603879;
  text-decoration: none;
  border: 2px solid #603879;
  border-radius: 5px;
  overflow: hidden;
  margin: 15px 0 15px 0;
}
.main-news-slider .main-news-button a.news-more:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 3px;
  margin-left: 13px;
  vertical-align: middle;
}
.main-news-slider .main-news-button a.news-more:hover {
  color: #fff;
  background: #603879;
}





.main-rew-slider {
  max-width: 1100px;
  margin: auto;
  padding: 50px 0;
}
.main-rew-slider .main-rew-title h3 a {
  text-decoration: none;
  color: inherit;
}
.main-rew-slider .main-rew-title h3 {
  margin-bottom: 55px;
  text-align: center;
  color: #000;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  z-index: 10;
}
.main-rew-slider .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  top: 100px;
  position: absolute;
  width: 100%;
  margin: auto;
}
.main-rew-slider .owl-carousel .owl-nav .owl-prev, .main-rew-slider .owl-carousel .owl-nav .owl-next {
  width: 55px;
  height: 55px;
  background: rgba(255, 255, 255, 0.7019607843);
  border-radius: 50px;
  color: #603879;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}
.main-rew-slider .owl-carousel .owl-nav .owl-prev span, .main-rew-slider .owl-carousel .owl-nav .owl-next span {
  font-size: 50px;
  margin-top: -10px;
}
.main-rew-slider .owl-carousel .main-rew-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-rew-slider .owl-carousel .main-rew-data .main-rew-data-img {
  width: 15%;
}
.main-rew-slider .owl-carousel .main-rew-data .main-rew-data-img img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 6px solid #603879;
}
.main-rew-slider .owl-carousel .main-rew-data .main-rew-data-text {
  width: 85%;
}
.main-rew-slider .owl-carousel .main-rew-data .main-rew-data-text p {
  width: 100%;
      max-height: 300px; /* Максимальная высота */
    overflow-y: auto; /* Прокрутка при превышении */
    word-wrap: break-word; /* Перенос длинных слов */
}
.main-rew-slider .owl-carousel .main-rew-data .main-rew-data-text span{
    height: 20px;
    margin-top: -19px;
    position: relative;
    background: linear-gradient(to bottom, #ffffff00, white);
    display: block;

}


.main-rew-slider .owl-carousel .main-rew-data .main-rew-data-text p img {
  float: left;
  margin-left: 20px;
  margin-bottom: 10px;
  width: 82px;
  height: 63px;
  margin-right: 20px;
}
.main-rew-slider .owl-carousel .main-rew-data .main-rew-data-name {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.main-rew-slider .owl-carousel .main-rew-data .main-rew-data-name p {
  text-align: right;
  margin-top: 30px;
  color: #603879;
  font-size: 14px;
}

.review-text.expanded::after {
  display: none;
}

.review-text.collapsed {
  max-height: 150px; /* Ограничиваем высоту */
  overflow: hidden;
  position: relative;
}

.review-text.collapsed::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(white));
  background: linear-gradient(to bottom, transparent, white);
  pointer-events: none;
}

.review-text.expanded {
  max-height: none;
}

@media screen and (max-width: 640px) {
  .main-rew-slider {
    padding: 20px;
  }
  .main-rew-slider .owl-carousel .owl-nav {
    padding: 0;
    top: 225px;
  }
  .main-rew-slider .owl-carousel .main-rew-data .main-rew-data-img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-rew-slider .owl-carousel .main-rew-data .main-rew-data-text {
    width: 100%;
  }
  .main-rew-slider .owl-carousel .main-rew-data .main-rew-data-text p {
    width: 100%;
  }
  .main-rew-slider .owl-carousel .main-rew-data .main-rew-data-text p img {
    margin-bottom: 0px;
    width: 40px;
    height: 35px;
  }
  .review-text.expanded::after {
    display: none;
  }
  .review-text.collapsed {
    max-height: 390px; /* Ограничиваем высоту */
  }
}


.header-botton-block {
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #603879;
}
.header-botton-block .header-botton-block-item {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 37px 0 45px 0;
}
.header-botton-block .header-botton-block-item .header-botton-block-it {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-botton-block .header-botton-block-item .header-botton-block-it img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin-right: 30px;
}
.header-botton-block .header-botton-block-item .header-botton-block-it p {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  margin: auto;
}
.header-botton-block .header-botton-block-item .header-botton-block-tt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-botton-block .header-botton-block-item .header-botton-block-tt p {
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: -0.35px;
  color: #603879;
  text-align: right;
}
.header-botton-block .header-botton-block-item .header-botton-block-tt a {
  text-decoration: none;
  color: #603879;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.7px;
}
@media screen and (max-width: 640px) {
  .header-botton-block {
    height: auto;
  }
  .header-botton-block .header-botton-block-item {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 0;
    justify-content: center;
  }
  .header-botton-block .header-botton-block-item .header-botton-block-it {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-botton-block .header-botton-block-item .header-botton-block-it img {
    display: none;
  }
  .header-botton-block .header-botton-block-item .header-botton-block-it p {
    text-align: center;
    font-size: 18px;
  }
  .header-botton-block .header-botton-block-item .header-botton-block-tt {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-botton-block .header-botton-block-item .header-botton-block-tt p {
    font-size: 10px;
    text-align: center;
  }
  .header-botton-block .header-botton-block-item .header-botton-block-tt a {
    font-size: 25px;
    text-align: center;
  }
}
/* Попап (изначально скрыт) */
.image-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Контент попапа */
.popup-content {
  position: relative;
  max-width: 400px;
  max-height: 600px;
  margin: 10% auto;
}

.popup-content img {
  margin: auto;
  width: auto;
  max-width: 400px;
  max-height: 600px;
  display: block;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* Кнопка закрытия */
.close-popup {
  position: absolute;
  top: 0px;
  right: 0px;
  color: white;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.close-popup:hover {
  color: #ccc;
}

/* Подпись под изображением */
.popup-caption {
  text-align: center;
  color: white;
  margin-top: 15px;
  font-size: 16px;
}

.page-head-label {
  text-align: center;
  color: #000;
  font-size: 36px;
  line-height: 1.5;
  padding: 15px 0 34px 0;
  font-weight: bold;
}

.sertificates-block {
  max-width: 1200px;
  margin: auto;
}
.sertificates-block .sertificates-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.sertificates-block .sertificates-item .sertificates-data {
  max-width: 180px;
}
.sertificates-block .sertificates-item .sertificates-data .popup-image {
  max-width: 180px;
}
.sertificates-block .sertificates-item .sertificates-data p {
  text-align: center;
  padding: 0 10px;
}

@media screen and (max-width: 640px) {
  .sertificates-block {
    padding: 20px;
  }
  .sertificates-block .sertificates-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sertificates-block .sertificates-item .sertificates-data {
    max-width: 40%;
  }
  .sertificates-block .sertificates-item .sertificates-data .popup-image {
    max-width: 100%;
  }
  .sertificates-block .sertificates-item .sertificates-data p {
    font-size: 14px;
    padding: 0;
  }
}


.news-block-single {
  max-width: 1200px;
  margin: auto;
}
.news-block-single .news-block-single-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.news-block-single .news-block-single-item a.news-block-single-item-data {
  width: calc(25% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  cursor: pointer;
      padding: 10px;
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 10px;
}
.news-block-single .news-block-single-item a.news-block-single-item-data img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 15px;
}
.news-block-single .news-block-single-item a.news-block-single-item-data span {
  width: 100%;
  color: #888888;
  margin-bottom: 3px;
  line-height: 1;
  font-size: 14px;
}
.news-block-single .news-block-single-item a.news-block-single-item-data b {
  font-size: 18px;
  color: #603879;
  margin-bottom: 0.8em;
  font-weight: 700;
  line-height: 1;
      width: 100%;
}
.news-block-single .news-block-single-item a.news-block-single-item-data p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1;
}
.news-block-single .news-block-single-item a.news-block-single-item-data:hover {
  background: #f5f5f5;
}

@media screen and (max-width: 640px) {
  .news-block-single {
    max-width: 100%;
    padding: 20px;
  }
  .news-block-single .news-block-single-item {
    width: 100%;
  }
  .news-block-single .news-block-single-item a.news-block-single-item-data {
    width: 100%;
  }
}



.uslugi-single{
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  box-sizing: border-box;
}




.page-head-archive {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  font-size: 36px;
  line-height: 1.5;
  padding: 15px 0 34px 0;
  font-weight: bold;
}


.news-block-archive {
  max-width: 1200px;
  margin: auto;
}
.news-block-archive .news-block-archive-item {
  overflow: hidden;
}


.news-block-archive .news-block-archive-item .gallery{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.news-block-archive .news-block-archive-item img {
  max-width: 300px;
  float: left; /* или right — текст будет обтекать изображение */
  margin-right: 20px; /* отступ между картинкой и текстом */
  margin-bottom: 10px;
  width: 100%;
}
.news-block-archive .news-block-archive-item span {
  display: block;
  color: #b8b8b8;
  margin-bottom: 0;
  font-size: 13px;
}
.news-block-archive .news-block-archive-item h1 {
  font: bold 16px/1.5 "Open Sans", sans-serif;
  color: #603879;
  margin-bottom: 0.8em;
  font-size: 32px;
}
.news-block-archive a.btn-back {
  -webkit-transition: color 0.5s ease, background 0.5s ease, -webkit-box-shadow 0.5s ease, opacity 0.5s ease;
  -webkit-transition: color 0.5s ease, background 0.5s ease, opacity 0.5s ease, -webkit-box-shadow 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease, opacity 0.5s ease, -webkit-box-shadow 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease, -webkit-box-shadow 0.5s ease;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  padding: 0 15px;
  color: #603879;
  text-decoration: none;
  border: 2px solid #603879;
  border-radius: 5px;
  overflow: hidden;
  margin: 20px 0 20px 0;
}
.news-block-archive a.btn-back:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 3px;
  margin-right: 5px;
  vertical-align: middle;
}
.news-block-archive a.btn-back:hover {
  color: #fff;
  background: #603879;
}

@media screen and (max-width: 640px) {
  .news-block-archive {
    padding: 20px;
  }
  .news-block-archive .news-block-archive-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-block-archive .news-block-archive-item img {
    width: 100%;
    float: left;
    margin-right: 0px;
  }
  .news-block-archive .news-block-archive-item h1 {
    font-size: 26px;
  }
  .news-block-archive a.btn-back {
    -webkit-transition: color 0.5s ease, background 0.5s ease, -webkit-box-shadow 0.5s ease, opacity 0.5s ease;
    -webkit-transition: color 0.5s ease, background 0.5s ease, opacity 0.5s ease, -webkit-box-shadow 0.5s ease;
    transition: color 0.5s ease, background 0.5s ease, opacity 0.5s ease, -webkit-box-shadow 0.5s ease;
    transition: color 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
    transition: color 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease, -webkit-box-shadow 0.5s ease;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    padding: 0 15px;
    color: #603879;
    text-decoration: none;
    border: 2px solid #603879;
    border-radius: 5px;
    overflow: hidden;
    margin: 20px 0 20px 0;
  }
  .news-block-archive a.btn-back:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f104";
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 3px;
    margin-right: 5px;
    vertical-align: middle;
  }
  .news-block-archive a.btn-back:hover {
    color: #fff;
    background: #603879;
  }
}

form{
  display: flex;
    flex-wrap: wrap;

}
.wpcf7-response-output{
  width: 100%;
}
.form-f{
  width: 100%;
  max-width: 400px;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 1px 2px 7px 1px rgb(91 86 86 / 85%);
}
.form-f p{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-f p span{
    width: 100%;
    margin-bottom: 10px;
} 

.form-f p span input{
    border: 1px solid #b1b1b1;   
    margin: 5px;
    padding: 5px;
    border-radius: 0;
    box-sizing: border-box;    
    height: 40px;

}

.icon-button{
  height: 40px;
  border-radius: 0;
  margin: 5px;
  cursor: pointer;
  background: #fecf13;
}

.icon-button:hover{
  background: #0dab1c;
}


.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #fff;
}

.wpcf7-list-item{
  margin: 0;
  font-size: 14px;
  text-align: start;
}
form input[type="checkbox"]{
  height: auto !important;
}
