@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=cyrillic,cyrillic-ext');
.up {
  text-transform: uppercase;
}
.none {
  text-decoration: none;
}
.bold {
  font-weight: bold;
}
.un {
  text-decoration: underline;
}
.in {
  display: inline-block;
}
.vam {
  vertical-align: middle;
}
.rel {
  position: relative;
}
.bl {
  display: block;
}
.abs {
  position: absolute;
}
.l {
  font-weight: 300;
}
.tr {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.try {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.trx {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  background: #fff;
  overflow-x: hidden;
}
body,
th,
td {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #333333;
}
body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
img,
table {
  border: none;
}
table {
  border-collapse: collapse;
}
table td {
  padding: 0;
}
a {
  color: #333333;
  cursor: pointer;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}
a:hover {
  text-decoration: none;
}
input,
textarea,
button,
select {
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}
button,
input[type='submit'] {
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  cursor: pointer;
  border: 0;
}
.an {
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}
.box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section,
header,
footer,
nav,
main {
  display: block;
}
.clear {
  clear: both;
}
.wrap {
  width: 1090px;
  margin: 0 auto;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header {
  padding: 10px 0;
  color: #fff;
  background: #013451;
}
.header .logo a {
  color: #fff;
  text-decoration: none;
}
.header .logo div {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
}


.logo img {width: 360px;}
.bottom-contacts .logo img {width:60px;}
.logo {margin-top: 0;}

.header .logo div img {
  height:50px;
  margin-top:0px;
  float:left;
}
.header .logo div span {
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 20px;
}
.header .top-menu {
  padding-top: 30px;
}
.header .top-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header .top-menu ul li {
  display: inline-block;
  margin-right: 10px;
}
.header .top-menu ul li:last-child {
  margin-right: 0;
}
.header .top-menu ul li a {
  font-size: 15px;
  border-bottom: 1px dashed #677482;
  color: #f7f7f7;
  text-decoration: none;
  font-weight: 600;
  padding-bottom: 3px;
}

.header .top-menu ul li a:hover {border-bottom:1px solid #fff;}

.header .contacts {
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  margin-top:20px;
}
.header .contacts a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 4px;
}
.header .contacts a img {
  vertical-align: middle;
  margin: -2px 12px 0 0;
}
.top-block {
  padding: 130px 0 135px;
}
.top-block .content {
  position: relative;
  padding-right: 38%;
}
.top-block .content .image {
  position: absolute;
  right: 0;
  top: -75px;
  max-width: 28%;
}
.top-block .content .name {
  font-weight: bold;
  color: #013451;
  font-size: 30px;
  margin-bottom: 20px;
}
.top-block .content .name span {
  display: block;
  font-size: 50px;
  font-weight: 900;
}
.top-block .content p {
  font-size: 16px;
  margin-bottom: 30px;
}
.top-block .content p span {
  #text-decoration: underline;
  color:#ed6b2d;
  font-weight:600;
}
.top-block .content form {
  margin-bottom: 50px;
  position: relative;
  width: 504px;
  box-shadow:25px 5px 20px #ddd;
}
.top-block .content form input[type='text'] {
  width: 100%;
  height: 52px;
  border: 1px solid #ddd;
  border-radius: 32px;
  padding: 0 40px;
  font-size: 14px;
}

.redtxt {color:#ed6b2d;}


.top-block .content form button {
  width: 240px;
  height: 52px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  background: #ed6b2d;
background: linear-gradient(0deg,rgba(235, 129, 0, 1) 1%, rgba(237, 186, 0, 1) 100%);
  border-radius: 32px;
  position: absolute;
  right: 0;
  top: 0;
  margin-right:-20px;
}
.top-block .content form button:hover {
  background: #ff5500;
}
.top-block .content .list .item {
  width: 49%;
}
.top-block .content .list .item div {
  display: table-cell;
  vertical-align: top;
  font-size: 16px;
}
.top-block .content .list .item div img {
  margin-right: 10px;
}
.catalog {
  background: #f6f6f6 url('img/catalog.jpg') no-repeat left top;
  padding: 100px 0 60px;
}

.catalog2 {
  background: #f7f7f7 url('https://xn--e1aoddhq.xn--80aabiblje7apiddib2a3b7n.xn--p1ai/img/catalog0.jpg') no-repeat left top!important;
}

.catalog2 .item .n {
background: #31859c!important;
}
.catalog2 .item .n span {
color:#66b8cf!important;
}



.catalog .name {
  text-align: center;
  margin-bottom: 10px;
  font-size: 30px;
  color: #013451;
  font-weight: 900;
}
.catalog .name div {
  display: inline-block;
  padding-left: 60px;
  background: url('img/name.png') no-repeat 0 5px;
}
.catalog .top-text {
  text-align: center;
  font-size: 18px;
  margin-bottom: 60px;
  font-weight: 500;
  padding-left:40px;
}
.catalog .item {
  width: 32%;
  margin-bottom: 30px;
  background: #fff;
  border-radius:10px;
}
.catalog .item .n {
border-radius:6px 6px 0px 0px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  padding: 25px 65px 25px 20px;
  position: relative;
  background: #00527a;
}
.catalog .item .n span {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px;
  font-weight: 900;
  color: #1174a5;
}
.catalog .item .content {
  padding: 25px 20px;
  font-size: 14px;
}
.catalog .item .content .bold {
  font-size: 14px;
  margin-bottom: 10px;
}
.catalog .item .content ol {
  padding: 0;
  margin: 0 15px;
}
.catalog .item .content ol li {
  font-size: 13px;
  margin-bottom: 2px;
  white-space: nowrap;
}
.catalog .item .content .flex {
  margin-top: 15px;
  #font-style: italic;
}
.catalog .item .content .flex div {
  padding-top: 6px;
}
.catalog .item .content .flex button {
  font-weight:600;
  font-size:12px;
  color: #fff;
  background: #ed6b2d;
  background: linear-gradient(0deg,rgba(235, 129, 0, 1) 1%, rgba(237, 186, 0, 1) 100%);
  border-radius: 18px;
  padding: 8px 15px;
}
.catalog .item .content .flex button:hover {
  background: #ff5500;
}
.site-form {
  padding: 50px 0;
  background: url('img/site-form.jpg') center;
  background-size: cover;
  color: #fff;
}
.site-form .name {
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 600;
  padding-left: 60px;
  background: url('img/name2.png') no-repeat 0 3px;
}
.site-form .name span {
  display: block;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}
.site-form form {
  padding: 0 60px;
}
.site-form form input[type='text'] {
  width: 32.5%;
  height: 52px;
  border: 0;
  border-radius: 32px;
  padding: 0 40px;
  font-size: 15px;
  margin-bottom: 20px;
}
.site-form form button {
  width: 32.5%;
  height: 52px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  background: #ed6b2d;
  background: linear-gradient(0deg,rgba(235, 129, 0, 1) 1%, rgba(237, 186, 0, 1) 100%);
  border-radius: 32px;
  font-size: 17px;
  margin-bottom: 20px;
}
.site-form form button:hover {
  background: #ff5500;
}
.site-form form .checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.site-form form .checkbox + label {
  position: relative;
  padding: 3px 0 0 25px;
  cursor: pointer;
  display: block;
  font-size: 12px;
  color: #999999;
}
.site-form form .checkbox + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 20px;
  background: url('img/checkbox.png');
  -webkit-transition: .2s;
  transition: .2s;
}
.site-form form .checkbox:checked + label:before {
  background: url('img/checkbox-active.png');
}
.advantages {
  padding: 80px 0 10px;
}
.advantages .wrap {
  position: relative;
  margin-bottom: 50px;
}
.advantages .wrap:after {
  content: "";
  position: absolute;
  width: 110%;
  height: 2px;
  background: #e1e1e0;
  bottom: 0;
  left: -5%;
}
.advantages .name {
  text-align: center;
  margin-bottom: 50px;
  font-size: 34px;
  color: #013451;
  font-weight: 900;
}
.advantages .name div {
  display: inline-block;
  padding-left: 60px;
  background: url('img/name.png') no-repeat 0 5px;
}
.advantages .item {
  width: 46%;
  margin-bottom: 80px;
}
.advantages .item div {
  display: table-cell;
  vertical-align: top;
  font-size: 16px;
}
.advantages .item div img {
  margin-right: 20px;
}
.advantages .item div span {
  display: block;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
}
.silver-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f6f6));
  background: linear-gradient(to bottom, #ffffff, #f6f6f6);
}
.counter {
  padding: 40px 0 30px;
  position: relative;
}
.counter:after {
  content: "";
  position: absolute;
  width: 823px;
  height: 554px;
  background: url('img/counter.png');
  right: 40px;
  bottom: 0;
}
.counter .content {
  width: 55%;
}
.counter .content .name {
  font-size: 34px;
  font-weight: 900;
  color: #013451;
  margin-bottom: 25px;
}
.counter .content p {
  font-size: 16px;
  color: #003333;
  margin-bottom: 20px;
}
.counter .content .flex {
  padding-top: 50px;
}
.counter .content .item {
  width: 29%;
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
  color: #555555;
}
.counter .content .item span {
  display: block;
  font-weight: 900;
  font-size: 50px;
  color: #ed6b2d;
  margin-bottom: -8px;
}
.price-list {
  text-align: center;
  padding: 80px 0 10px;
}

.price-list2 {
  text-align: center;
  padding: 0px 0 10px!important;
}
.price-list2 .item button {background:#31859c!important;}



.price-list .wrap {
  position: relative;
  margin-bottom: 80px;
}
.price-list .wrap:after {
  content: "";
  position: absolute;
  width: 110%;
  height: 2px;
  background: none;
  bottom: 0;
  left: -5%;
}


.price-list2 .wrap:after {
  content: "";
  position: absolute;
  width: 110%;
  height: 2px;
  background: #e1e1e0;
  bottom: 0;
  left: -5%;
}


.price-list .name {
  margin-bottom: 20px;
  font-size: 30px;
  color: #013451;
  font-weight: 900;
}
.price-list .name div {
  display: inline-block;
  padding-left: 60px;
  background: url('img/name.png') no-repeat 0 5px;
}
.price-list .top-text {
  font-size: 18px;
  margin-bottom: 60px;
  font-weight: 500;
}
.price-list .item {
    width: 19%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 20px;
    background: #f7f7f7;
    padding: 0px 0px 50px 0px;
    -webkit-box-shadow: rgba(1, 1, 1, 0.15) 0 0 20px;
    box-shadow: rgba(1, 1, 1, 0.15) 0 0 20px;
}
.price-list .item img {
  max-width: 100%;
  cursor:pointer;
}
.price-list .item .n {
  display: block;
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
  margin-top: 20px;
}
.price-list .item .price {
  font-weight: bold;
  color: #ed6b2d;
  font-size: 20px;
  margin-bottom: 12px;
  margin-top:2px;
}
.price-list .item button {
  font-weight: 500;
  font-size: 16px;
  background: #013451;
  padding: 10px 50px;
  border-radius: 24px;
  color: #fff;
}
.price-list .button {
  padding: 20px 0 60px;
  text-align: center;
}
.price-list .button div {
  display: inline-block;
  border: 5px solid #ed6b2d;
  border-radius: 48px;
  background: #fff;
  padding: 2px;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}
.price-list .button div:hover {
  border: 5px solid #ff5500;
}
.price-list .button div:hover button {
  background: #ff5500;
}
.price-list .button div button {
  background: #ed6b2d;
  border-radius: 48px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 14px 40px 12px 20px;
}
.price-list .button div button img {
  vertical-align: middle;
  margin: -4px 15px 0 0;
}
.clients .wrap {
  position: relative;
  margin-bottom: 80px;
}
.clients .wrap:after {
  content: "";
  position: absolute;
  width: 110%;
  height: 2px;
  background: #e1e1e0;
  bottom: 0;
  left: -5%;
}
.clients .name {
  width: 47%;
  margin-bottom: 60px;
  font-size: 32px;
  color: #013451;
  font-weight: 900;
  margin-left: -2%;
}
.clients .name div {
  display: inline-block;
  padding-left: 60px;
  background: url('img/name.png') no-repeat 0 5px;
}
.clients .name div span {
  color: #ed6b2d;
}
.clients .top-text {
  padding-bottom: 40px;
  width: 54%;
  padding-top: 12px;
}
.clients .top-text p {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 500;
}
.clients .top-text p span {
  font-weight: bold;
}
.clients .list {
  padding-left: 40px;
}
.clients .list p {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 40px;
}
.clients .list .flex {
  border: 1px solid #f8f8f8;
  border-right: 0;
  border-bottom: 0;
  margin-bottom: 50px;
}
.clients .list .flex .item {
  width: 25%;
  height: 90px;
  line-height: 90px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #f8f8f8;
  border-bottom: 1px solid #f8f8f8;
}
.clients .list .flex .item img {
  vertical-align: middle;
}
.clients .bottom-text {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 80px;
}
.steps {
  background: url('img/steps.jpg') no-repeat bottom center;
  padding: 0 0 50px;
}
.steps .content {
  padding-left: 380px;
}
.steps .name {
  margin-bottom: 80px;
  font-size: 32px;
  color: #013451;
  font-weight: 900;
  text-align: right;
}
.steps .name span {
  color: #ed6b2d;
}
.steps .item {
  padding-left: 90px;
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 500;
  margin-left: 100px;
  position: relative;
}
.steps .item .number {
  font-weight: 900;
  font-size: 50px;
  color: #00527a;
  position: absolute;
  left: 0;
  top: -8px;
}
.steps .item span {
  font-weight: bold;
}
.steps .item a {
  font-weight: bold;
  text-decoration: none;
}
.steps .button {
  padding-left: 190px;
  padding-top: 40px;
}
.steps .button div {
  display: inline-block;
  border: 5px solid #ed6b2d;
  border-radius: 48px;
  background: #fff;
  padding: 2px;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}
.steps .button div:hover {
  border: 5px solid #ff5500;
}
.steps .button div:hover button {
  background: #ff5500;
}
.steps .button div button {
  background: #ed6b2d;
  border-radius: 48px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 14px 40px 12px 20px;
}
.steps .button div button img {
  vertical-align: middle;
  margin: -4px 15px 0 0;
}
.masters {
  padding: 80px 0;
  background: url('img/masters.jpg') center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.masters .name {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
}
.masters .name div {
  display: inline-block;
  padding-left: 60px;
  background: url('img/name2.png') no-repeat 0 5px;
}
.masters .top-text {
  font-size: 18px;
  margin-bottom: 70px;
  font-weight: 500;
}
.masters .list {
  padding: 0 30px;
}
.masters .list:hover .slick-prev,
.masters .list:hover .slick-next {
  display: block !important;
}
.masters .list .item {
  outline: none;
}
.masters .list .item img {
  max-width: 100%;
  display: inline-block;
}
.masters .list .item span {
  display: block;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 0 8px;
}
.masters .slick-prev,
.masters .slick-next {
  width: 24px;
  height: 44px;
  padding: 0;
  font-size: 0;
  position: absolute;
  z-index: 2;
  top: 100px;
  display: none!important;
}
.masters .slick-prev {
  left: 0;
  background: url('img/prev.png');
}
.masters .slick-next {
  right: 0;
  background: url('img/next.png');
}
.faq {
  background: #f7f7f7;
  padding: 80px 0 80px;
}
.faq .name {
  text-align: center;
  margin-bottom: 60px;
  font-size: 34px;
  color: #013451;
  font-weight: 900;
}
.faq .name div {
  display: inline-block;
  padding-left: 60px;
  background: url('img/name.png') no-repeat 0 5px;
}
.faq .item {
  margin-bottom: 10px;
}
.faq .item .answer {
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  color: #013451;
  background: #fff;
  padding: 30px 30px;
  position: relative;
}
.faq .item .answer.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq .item .answer:after {
  content: "";
  position: absolute;
  width: 43px;
  height: 43px;
  background: url('img/faq.png');
  right: 40px;
  top: 25px;
}
.faq .item .text {
  padding: 20px 30px 30px 30px;
  font-size: 16px;
  display: none;
}
.bottom-contacts {
  position: relative;
}
.bottom-contacts .map {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.bottom-contacts .block {
  margin: 50px 0;
  float: right;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: rgba(1, 1, 1, 0.5) 0 4px 12px;
          box-shadow: rgba(1, 1, 1, 0.5) 0 4px 12px;
  border-radius: 6px;
  padding: 50px 30px;
  width: 360px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.bottom-contacts .block .logo {
  margin-bottom: 30px;
  text-align:center;
}
.bottom-contacts .block .logo a {
  font-size: 14px;
  text-decoration: none;
  color: #013451;
}
.bottom-contacts .block .logo a span {
  display: block;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 24px;
  padding: 5px 0;
}
.bottom-contacts .block .item {
  margin-bottom: 10px;
  text-align: center;
}
.bottom-contacts .block .item div {
  display: block;
  vertical-align: middle;
  font-weight: 500;
  font-size:16px;
}
.bottom-contacts .block .item div.phone {
  font-size: 20px;
  font-weight: bold;
}
.bottom-contacts .block .item div img {
  margin-right: 20px;
  display:none;
}
.bottom-contacts .block .item div a {
  text-decoration: none;
  font-size:26px;
}
.bottom-contacts .block .button {
  margin-top: 40px;
}
.bottom-contacts .block .button div {
  border: 5px solid #ed6b2d;
  border-radius: 48px;
  background: #fff;
  padding: 2px;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}
.bottom-contacts .block .button div:hover {
  border: 5px solid #ff5500;
}
.bottom-contacts .block .button div:hover button {
  background: #ff5500;
}
.bottom-contacts .block .button div button {
  width: 100%;
  background: #ed6b2d;
  border-radius: 48px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 14px 40px 12px 20px;
  text-align: center;
}
.bottom-contacts .block .button div button img {
  vertical-align: middle;
  margin: -4px 15px 0 0;
}
.popup {
  position: fixed;
  width: 120%;
  height: 100%;
  left: -10%;
  top: 0;
  overflow-y: scroll;
  z-index: 11;
  display: none;
}
.popup .bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(66, 81, 97, 0.9);
}
.popup .window {
  position: relative;
  #top: 10%;
  width: 700px;
  height:auto;
  margin:3% auto;
  #margin-bottom: 10%;
  #left: 50%;
  #-webkit-transform: translateX(-50%);
  #transform: translateX(-50%);
  background: #f7f7f7;
  border-radius: 12px;
}

.popup .big_windows {width:980px;}





.popup .window .b1 {
  padding: 10px;
}
.popup .window .b1 .b2 {
  border-radius: 12px;
  border: 2px dotted #013451;
  padding: 20px;
}
.popup .window .close {
  position: absolute;
  right: 35px;
  top: 30px;
  font-size: 24px;
}
.product {
  margin-bottom: 20px;
  font-size:13px;
}
.product .col {
  display: table-cell;
  vertical-align: middle;
}
.product .col img {
  margin-right: 30px;
}
.product .col .name {
  font-size: 26px;
  font-weight: 900;
  #margin-bottom: 10px;
}
.product .col .price {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ed6b2d;
}
.product .col p {
  margin-bottom: 20px;
  font-weight: 500;
}
.product .col p:last-child {
  margin-bottom: 0;
}
.product .col p span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 10px;
}
.phone-block {
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  background: #013451;
  font-size: 20px;
  padding: 15px;
}
.phone-block.no_m {
  margin-bottom: 0;
}
.phone-block span {
  font-weight: bold;
}
.phone-block img {
  vertical-align: middle;
  margin: -2px 15px 0 0;
}

.phone-block a {
  color:#fff;
}

.phone-block2 img {
  vertical-align: middle;
  margin: -4px 15px 0 0;
}

.phone-block2 {
  margin-top: 20px;
  text-align: center;
  color: #013451;
  font-size: 18px;
}

.phone-block2 a{
  text-decoration:none;
  font-weight: bold;
}


.popup-advantages {
  padding-bottom: 20px;
}
.popup-advantages .item {
  margin-bottom: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 31%;
  text-align: center;
  #border: 1px solid #999999;
  border-radius: 24px;
  padding: 10px 5px;
}
.popup-advantages .item div {
  font-size: 13px;
  padding-top: 5px;
}
.popup-form {
  text-align: center;
}
.popup-form .name {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 18px;
}
.popup-form .name span {
  color: #ed6b2d;
}
.popup-form .name div {
  font-size: 24px;
  font-weight: 900;
}
.popup-form input[type='text'] {
  width: 45%;
  float:initial;
  height: 45px;
  border: 1px solid #eeeeee;
  padding: 0 20px;
  font-size: 15px;
  margin: 2px 10px;
}
.popup-form button {
  width: 260px;
  height: 52px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  background: #ed6b2d;
  border-radius: 32px;
  font-size: 17px;
}
.popup-form button:hover {
  background: #ff5500;
}
.popup-form .agree {
  padding: 20px 0;
}
.popup-form .agree div {
  display: inline-block;
}
.popup-form .checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.popup-form .checkbox + label {
  position: relative;
  padding: 3px 0 0 25px;
  cursor: pointer;
  display: block;
  font-size: 12px;
  color: #999999;
}
.popup-form .checkbox + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 20px;
  background: url('img/checkbox.png');
  -webkit-transition: .2s;
  transition: .2s;
}
.popup-form .checkbox:checked + label:before {
  background: url('img/checkbox-active.png');
}
.popup-price .name {
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
}
.popup-price .name span {
  color: #ed6b2d;
}
.popup-price .name div {
  font-size: 30px;
  font-weight: 900;
}
.popup-price table {
  #width: 100%;
  #margin-bottom: 20px;
}
.popup-price table tr td {
  padding: 5px 5px 5px 0;
  font-size: 16px;
  border-bottom: 1px solid #e6e6e6;
}
.popup-price table tr td:last-child {
  padding-right: 0;
}
.copy {
  background: #013451;
  padding: 20px 0;
  text-align: center;
  color: #fff;
}
.mCSB_inside > .mCSB_container {
  margin-right: 0!important;
}
.mCSB_scrollTools {
  width: 6px!important;
}
/*Мои стили*/

.price_tab1 {width:48%; float:left;}
.price_tab2 {width:48%; float:right;}
.box_uhod p {font-size:18px; font-weight:600; margin-bottom:60px; padding-left:60px; margin-top:-45px;}
.copy a {color:#fff; text-decoration:none;}
.copy a:hover {text-decoration:underline;}


/* 8 рекомендаций список */

ol.wsnumber2{
        display: block;
        counter-reset: wslist2;
        color:#444;
}

/* стили для ul */
ol.wsnumber2 li ul{
        margin: 1em 0 0em 1em;
        color:#fff;
        transition: all 0.3s ease 0s;
        border-left: 1px solid #ed6b2d;
}

ol.wsnumber2 ul li{
        margin: 0 0 1em 2em;
        list-style: square outside;
        transition: all 0.3s ease 0s;
}
/*#end стили для ul */

ol.wsnumber2 > li {
        list-style: none;
        margin: 0 0 1em 3em;
        position:relative;
    line-height:50px;
    font-size:16px;
    font-weight:500;
}

ol.wsnumber2 > li::before{
    background: #ed6b2d;
    border-radius: 0% 50% 50%;
    color: #fff;
    content: counter(wslist2) "";
    counter-increment: wslist2;
    display: inline-block;
    height: 40px;
    left: -65px;
    line-height: 40px;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 40px;
  font-weight:900;
  font-size:30px;
}

/*вложенный список ol */

ol.wsnumber2 ol{
        display: block;
        counter-reset: wslistc;
        color:#777;
        border-left: 1px solid #ed6b2d;
        padding-left:15px;
        transition: all 0.3s ease 0s;
}

ol.wsnumber2 ol li{
        margin: 1em 0 0em 3em;
        list-style: none;
        position:relative;
        transition: all 0.3s ease 0s;
}

ol.wsnumber2 li li{
        font-size: 12px;
}

ol.wsnumber2 ol li::before{
    background: #ed6b2d;
    border-radius: 0% 50% 50%;
    color: #333;
    content: counter(wslistc, lower-latin) ".";
    counter-increment: wslistc;
    display: inline-block;
    height: 22px;
    left: -40px;
    line-height: 22px;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 22px;
}

ol.wsnumber2 ol:hover, ol.wsnumber2 ul:hover{
        border-left: 1px solid #ff5500;
}

ol.wsnumber2 li li:hover{
  background: #eee;
  color:#333;
}
ol.wsnumber2 li:hover:before {
  background: #ff5500;
  color:#fff;
}

/* 8 СЂРµРєРѕРјРµРЅРґР°С†РёР№ СЃРїРёСЃРѕРє */

ol.wsnumber2{
        display: block;
        counter-reset: wslist2;
        color:#444;
}

/* СЃС‚РёР»Рё РґР»СЏ ul */
ol.wsnumber2 li ul{
        margin: 1em 0 0em 1em;
        color:#fff;
        transition: all 0.3s ease 0s;
        border-left: 1px solid #ed6b2d;
}

ol.wsnumber2 ul li{
        margin: 0 0 1em 2em;
        list-style: square outside;
        transition: all 0.3s ease 0s;
}
/*#end СЃС‚РёР»Рё РґР»СЏ ul */

ol.wsnumber2 > li {
        list-style: none;
        margin: 0 0 2em 3em;
        position:relative;
    line-height:50px;
    font-size:16px;
    font-weight:500;
}


ol.wsnumber2 p {line-height:180%;}

ol.wsnumber2 > li::before{
    background: #ed6b2d;
    border-radius: 0% 50% 50%;
    color: #fff;
    content: counter(wslist2) "";
    counter-increment: wslist2;
    display: inline-block;
    height: 40px;
    left: -65px;
    line-height: 40px;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 40px;
  font-weight:900;
  font-size:30px;
}

/*РІР»РѕР¶РµРЅРЅС‹Р№ СЃРїРёСЃРѕРє ol */

ol.wsnumber2 ol{
        display: block;
        counter-reset: wslistc;
        color:#777;
        border-left: 1px solid #ed6b2d;
        padding-left:15px;
        transition: all 0.3s ease 0s;
}

ol.wsnumber2 ol li{
        margin: 1em 0 0em 3em;
        list-style: none;
        position:relative;
        transition: all 0.3s ease 0s;
}

ol.wsnumber2 li li{
        font-size: 12px;
}

ol.wsnumber2 ol li::before{
    background: #ed6b2d;
    border-radius: 0% 50% 50%;
    color: #333;
    content: counter(wslistc, lower-latin) ".";
    counter-increment: wslistc;
    display: inline-block;
    height: 22px;
    left: -40px;
    line-height: 22px;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 22px;
}

ol.wsnumber2 ol:hover, ol.wsnumber2 ul:hover{
        border-left: 1px solid #ff5500;
}

ol.wsnumber2 li li:hover{
  background: #eee;
  color:#333;
}
ol.wsnumber2 li:hover:before {
  background: #ff5500;
  color:#fff;
}


.block_prich {background-image: url('img/bg_8.jpg'); background-size:cover; background-color:#f9f9f8;}
.popup-advantages {display:none;}
.scrollup {
width:50px;
height:50px;
opacity:0.5;
position:fixed;
bottom:60px;
right:25px;
display:none;
text-indent:-9999px;
background: url('img/icon_top.png') no-repeat;
}
.scrollup:hover {opacity:1;}















@media (max-width: 1800px) {
  .counter:after {
    right: -100px;
  }
}
@media (max-width: 1570px) {
  .counter:after {
    right: -200px;
  }
}
@media (max-width: 1370px) {
  .counter:after {
    right: -300px;
  }
}
@media (max-width: 1170px) {
  .counter:after {
    right: -400px;
  }
}
@media (max-width: 1120px) {
  .wrap {
    width: 970px;
  }
  .top-block .content {
    padding-right: 43%;
  }
  .top-block .content .name span {
    font-size: 35px;
  }
  .catalog .item .n {
    font-size: 16px;
    padding: 20px 60px 20px 20px;
  }
  .catalog .item {
    width: 49%;
  }
  .steps .content {
    padding-left: 240px;
  }
}
@media (max-width: 991px) {
  .wrap {
    width: 747px;
  }
  
  
  .header {
    position: relative;
    padding: 20px 0 10px;
  }
  .header .top-menu {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    text-align: center;
  display:none;
  }
  .top-block {
    padding: 50px 0;
  }
  .top-block .content .image {
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    max-width: 100%;
    display: block;
    margin-bottom: 30px;
  }
  .top-block .content {
    padding: 0;
  }
  .image {display:none!important;}
  .site-form form input[type='text'] {
    padding: 0 15px;
  }
  .price-list .item {
    width: 48%;
  }
  .clients .name {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .clients .top-text {
    width: 100%;
  }
  .clients .list {
    padding: 0;
  }
  .steps .content {
    padding-left: 120px;
  }
  .popup .window {
    width: 700px;
  }
  .popup .window .b1 .b2 {
    padding: 20px;
  }
  .counter:after {
    display: none;
  }
  .counter .content {
    width: auto;
  }
}
@media (max-width: 767px) {
  .wrap {
    width: auto;
    padding: 0 15px;
  }
  .logo img {width:90%;}
  .header .contacts {
    text-align:center;
  display:inline-block;
  width:100%;
  }
  
  .header .contacts a {font-size:26px; text-align:center;}
  .header .contacts a img {display:none;}
  
  .header .logo div span {font-size: 16px;}
  .header .logo div img {}
  .bottom-contacts .block .logo a span {font-size:18px;}
  .header .contacts a {font-size:26px; text-align:center;} 
  
  .header .top-menu ul li {
    margin-right: 5px;
  }
  .header .top-menu ul li a {
    font-size: 11px;
  }
  .top-block .content form {
    width: auto;
  }
  .top-block .content form button {
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
    margin-top: 10px;
    -webkit-transform: none;
            transform: none;
  }
  .top-block .content .list .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .top-block .content .name {
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
  }
  .top-block .content .name span {
    font-size: 32px;
  }
  .catalog {
    padding: 30px 0;
  }
  .catalog .name {
    font-size: 20px;
  }
  .catalog .item {
    width: 100%;
  }
  .site-form .name {
    font-size: 16px;
    text-align: center;
  }
  .site-form .name span {
    font-size: 20px;
  }
  .site-form form input[type='text'] {
    width: 100%;
  }
  .site-form form button {
    width: 100%;
  }
  .site-form form {
    padding: 0 0 0 60px;
  }
  .advantages {
    padding-top: 40px;
  }
  .advantages .name {
    font-size: 20px;
  }
  .advantages .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .advantages .item div span {
    font-size: 16px;
  }
  .advantages .wrap {
    margin-bottom: 20px;
  }
  .counter {
    padding-top: 0;
  }
  .counter .content .name {
    font-size: 20px;
  }
  .counter .content .item {
    width: 100%;
  }
  .counter .content p {
    font-size: 14px;
  }
  .price-list .name {
    font-size: 20px;
  }
  .price-list .item {
    width: 49%;
    margin-bottom: 20px;
    padding: 15px;
  }
  .price-list .item .n {
    font-size: 16px;
    margin-top: 10px;
  }
  .price-list .item .price {
    font-size: 14px;
  }
  .price-list .item button {
    width: 100%;
    padding: 6px 0;
    font-size: 14px;
  }
  .price-list .item img {
    max-width: 60%;
  }
  .price-list .button div button {
    font-size: 15px;
    padding: 14px 10px 12px 10px;
  }
  .price-list .wrap {
    margin-bottom: 30px;
  }
  .clients .name {
    font-size: 20px;
    text-align: center;
  }
  .clients .list .flex .item {
    width: 50%;
    height: 60px;
    line-height: 60px;
  }
  .clients .list .flex .item img {
    max-width: 60%;
  }
  .clients .wrap {
    margin-bottom: 40px;
  }
  .steps {
    padding-bottom: 50px;
  }
  .steps .content {
    padding-left: 0;
  }
  .steps .name {
    text-align: center;
    margin-bottom: 40px;
    font-size: 20px;
  }
  .steps .item {
    margin-left: 0;
  }
  .steps .button div {
    display: block;
  }
  .steps .button button {
    width: 100%;
  }
  .steps .button {
    padding-left: 0;
  padding-top:10px;
  }
  .steps .button div button {
    font-size: 15px;
    padding: 14px 10px 12px 10px;
  }
  .masters {
    padding: 40px 0;
  }
  .masters .name {
    font-size: 20px;
  }
  .faq {
    padding: 40px 0;
  }
  .faq .name {
    font-size: 20px;
  }
  .faq .item .answer:after {
    right: 10px;
    top: 17px;
  width:26px; height:26px; 
  background-size:contain;
  }
  .faq .item .answer {
    font-size: 14px;
    padding: 10px 70px 10px 20px;
  }
  .faq .item .text {
    padding-left: 20px;
    font-size: 15px;
  }
  .bottom-contacts .block {
    margin: 0;
    float: none;
    width: auto;
    padding: 20px;
    margin: 0 -10px;
  }
  .bottom-contacts .block .button div button {
    padding: 14px 10px 12px 15px;
  }
  .bottom-contacts .map {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: 300px;
  }
  .popup .window {
    width: 300px;
  }
  .popup .window .b1 {
    padding: 10px;
  }
  .product .col {
    display: block;
  }
  .product .col img {
    display: block;
    margin: 0 auto 20px auto;
    max-width: 100%;
  }
  .phone-block {
    font-size: 18px;
  }
  .phone-block span {
    display: block;
  }
  .popup-advantages .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .popup-form input[type='text'] {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .popup-form button {
    width: 100%;
  }
  .popup-price table tr td {
    font-size: 14px;
  }
  .advantages .wrap:after {
    width: 100%;
    left: 0;
  }
  .price-list .wrap:after {
    width: 100%;
    left: 0;
  }
  .clients .wrap:after {
    width: 100%;
    left: 0;
  }
  .top-block .content .image {
    display: none;
  }
  .header .logo div img {
    #display: none;
  }
  .header .logo {
    width: 100%;
    text-align: center;
  margin-bottom:8px;
  }
  .header .logo div {
    font-size: 0;
  }
  .site-form form input[type='text'] {
    text-align: center;
  }
  .top-block .content form input[type='text'] {
    text-align: center;
  }
  .top-block .content p {
    font-size: 14px;
    margin-bottom: 30px;
  text-align:center;
  }
  .catalog .top-text {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .catalog .item .n {
    font-size: 14px;
  }
  .site-form .name {
    margin-bottom: 30px;
  }
  .price-list .top-text {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .price-list {
    padding-top: 40px;
  }
  .clients .top-text {
    padding-bottom: 0;
  }
  .clients .top-text p {
    font-size: 12px;
  }
  .clients .list p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .steps .item {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .masters .top-text {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .catalog .name div {
    background: url('img/name.png') no-repeat top center;
    padding: 40px 0 0 0;
  }
  .catalog .name div br {
    display: none;
  }
  .site-form .name {
    background: url('img/name2.png') no-repeat top center;
    padding: 40px 0 0 0;
  }
  .site-form form {
    padding-left: 0;
  }
  .advantages .name div {
    background: url('img/name.png') no-repeat top center;
    padding: 40px 0 0 0;
  }
  .price-list .name div {
    background: url('img/name.png') no-repeat top center;
    padding: 40px 0 0 0;
  }
  .clients .name div {
    background: url('img/name.png') no-repeat top center;
    padding: 40px 0 0 0;
  }
  .masters .name div {
    background: url('img/name2.png') no-repeat top center;
    padding: 40px 0 0 0;
  }
  .faq .name {
    margin-bottom: 15px;
  }
  .faq .name div {
    background: url('img/name.png') no-repeat top center;
    padding: 40px 0 0 0;
  }
  .top-block {
    padding: 40px 0 20px;
  }
  .counter .content .flex {
    padding-top: 20px;
  }
  .price-list .button {
    padding: 20px 0 40px;
  }
  .clients .bottom-text {
    margin-top: -20px;
    padding-bottom: 40px;
  }
  .catalog .item .content .flex {
    text-align: center;
  }
  .catalog .item .content .flex div {
    width: 100%;
    margin-bottom: 10px;
  }
  .catalog .item .content .flex button {
    display: block;
    margin: 0 auto;
  }
  .steps .item {
    padding-left: 70px;
  }
  .steps .item .number {
    font-size: 40px;
  }
  .bottom-contacts .block .button div button {
    text-align: center;
  }
  .bottom-contacts .block .item div {
    text-align: left;
  }
  .bottom-contacts .block .item div:first-child {
    width: 40px;
  }
  .bottom-contacts .block .item {
    width: 100%;
    display: table;
  }
  .popup .window .b1 {
    padding: 0;
  }
  .popup .window .b1 .b2 {
    border: 0;
  padding: 20px 10px;
  width:90%;
  position:relative;
  }
  .popup-form .name {
    font-size: 14px;
  }
  .popup-form .name div {
    font-size: 20px;
  }
  .popup-price table tr td {
    font-size: 10px;
  }
  .product .col img {
    max-width: 60%;
  }
  .product .col .name {
    font-size: 20px;
  }
  .product .col .price {
    font-size: 16px;
  }
  .product .col p span {
    font-size: 14px;
  }
  .product .col p {
    font-size: 12px;
  }
  .phone-block img {
    margin-right: 5px;
  }
  .phone-block span {
    margin-top: 5px;
  }
  .steps {
    background: none;
  }
  .popup .window .close {
    right: 8px;
    top: 6px;
    font-size: 20px;
  }
  
  .close {z-index:999;}
  
  .price_tab1, .price_tab2 {float:none; width:100%;}
  .top-block .content form {box-shadow:none;}
  .catalog .item .content ol li {font-size:12px;}
  .catalog .item .content {font-size:12px;}
  .catalog .item .content {padding:25px 10px;}
  .popup-price .name div {font-size:22px;}
  .popup-price .name {font-size:16px;}
  .box_uhod p {margin:0; text-align:center; font-size:16px; padding:10px 0px;}
  .wsnumber2 ol {padding: 10px;}
  ol.wsnumber2 > li {font-size:14px; line-height:150%; margin:0 0 1em 1em;}
  ol.wsnumber2 > li::before {width:22px; height:22px; line-height:22px; font-size:18px; left:-45px;}
  .catalog .top-text {padding:10px 0px;}
  .bottom-contacts .block {box-shadow:none;}
  .scrollup {bottom:10px; right:5px;}
  .header .logo img {margin-top:-10px;}
  .phone-block a{color:#fff;}
  .phone-block2 a {display:block; color:#013451;}
  .popup .big_windows {width:80%;}
  .header .contacts {margin-top:0;}
  .bottom-contacts .block .item div a {display:block; text-align:center; font-size:20px;}
  .bottom-contacts .block .item div {text-align:center;}

  
}

.commentform {width: calc(100% - 40px)!important;}

.header .logo div img {
    margin-right: 15px;
    width: 40px;
    height: 40px;
    float: left;
}

