@charset "UTF-8";
.clearfix:after, header:after, main:after, footer:after, .wrapper:after, .forms .wrap:after, main .top-block:after, main .news-title:after, main .news:after, main .services-list:after, main .services-list .list:after, main .partners:after, main .about:after, main .contacts:after, main .standart-page:after, .inner-page .news > div:after {
  clear: both;
  display: table;
  content: " ";
}

.forms .wrap > div, header .logo, main .top-block .left, main .top-block .right, main .news h2, main .news .left, main .news .right, main .services-list .left, main .services-list .right, main .services-list .right .img, main .about .img, main .about .text-block, main .contacts .left, main .contacts .right, main .standart-page .left, main .standart-page .right {
  position: relative;
  float: left;
}

.btn, .forms input[type="submit"], main .news .more, main .contacts .vacansia a, footer address .fancybox {
  border-radius: 31px;
  padding: 17px 68px 17px 39px;
  position: relative;
  background: #e42127;
  color: #fff;
}

.btn:after, .forms input[type="submit"]:after, main .news .more:after, main .contacts .vacansia a:after, footer address .fancybox:after {
  content: "";
  background: url("../img/ico-arrow-right.png") center no-repeat;
  height: 11px;
  width: 14px;
  position: absolute;
  top: calc(50% - 5px);
  right: 30px;
}

svg path, svg line, svg polyline {
  stroke-width: 1px;
}

svg path {
  fill: transparent;
}

svg polyline {
  stroke-width: 4px;
}

.city-selector {
  border-radius: 2px;
  border: 1px solid #e2e5e8;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 28px;
  padding-top: 20px;
  padding-bottom: 16px;
  background: url(../img/icon-select-custom-arrow.png) right 16px center no-repeat;
  position: relative;
  max-width: 205px;
}

.city-selector__list {
  list-style: none;
  border: 1px solid transparent;
  padding: 0 15px;
  position: absolute;
  box-sizing: border-box;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  transition: height .5s ease, border-color .5s ease, padding .5s ease, background .5s ease;
  overflow-y: scroll;
}

.city-selector__list--active {
  height: 200px;
  padding: 5px 15px;
  background: #fff;
  border-color: #e2e5e8;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
  height: 49px;
  box-sizing: border-box;
  border: 1px solid #e2e5e8;
  padding-left: 19px;
  font-weight: 100;
  font-size: 1.125rem;
}

input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a8a8a7;
}

input[type="color"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
  color: #a8a8a7;
}

input[type="color"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input:not([type]):-moz-placeholder, textarea:-moz-placeholder {
  color: #a8a8a7;
}

input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a8a8a7;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea, select,
textarea, button, input[type='submit'] {
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 2px;
  border: 1px solid #e2e5e8;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 28px;
  background: url("../img/icon-select-custom-arrow.png") right 16px center no-repeat;
}

html {
  font-size: 100%;
}

body {
  font-size: 1rem;
  position: relative;
  line-height: 1.3;
  font-weight: 300;
  color: #000;
  font-family: "Roboto", sans-serif;
  background: url("../img/body-left-bg.png") left bottom no-repeat, url("../img/body-right-bg.png") right 12% bottom no-repeat, #fff;
  padding: 75px 0 300px;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

header, footer {
  padding-right: 60px;
  padding-left: 60px;
}

a {
  text-decoration: none;
  color: #000;
}

a, span,
h1, h3,
h4, h5, h6 {
  font-weight: 300;
}

h2 {
  font-weight: 400;
}

.phone, .mail {
  white-space: nowrap;
}

.phone a, .mail a {
  white-space: nowrap;
}

input[type="color"].error, input[type="date"].error, input[type="datetime"].error, input[type="datetime-local"].error, input[type="email"].error, input[type="month"].error, input[type="number"].error, input[type="password"].error, input[type="search"].error, input[type="tel"].error, input[type="text"].error, input[type="time"].error, input[type="url"].error, input[type="week"].error, input:not([type]).error, textarea.error {
  border-color: #e42127;
}

.forms {
  display: none;
  background: #fff;
  max-width: 671px;
  box-sizing: border-box;
  padding: 32px 48px 59px;
}

.forms .title {
  font-size: 1.875rem;
  text-align: center;
  border-bottom: 1px solid #e2e5e8;
  padding-bottom: 20px;
}

.forms .wrap {
  margin-top: 32px;
}

.forms .wrap > div {
  width: 48.17391%;
  padding-top: 20px;
  margin-bottom: 15px;
}

.forms .wrap > div:not([class='textarea']):nth-child(even) {
  margin-left: 3.65217%;
}

.forms .wrap .textarea {
  width: 100%;
}

.forms .wrap .textarea textarea {
  min-height: 140px;
}

.forms .wrap .textarea i {
  color: #e42127;
  font-style: normal;
}

.forms .wrap .textarea div {
  font-style: 0.875rem;
  text-align: center;
  margin-top: 10px;
}

.forms .wrap label {
  position: absolute;
  top: 0;
  left: 0;
}

.forms .wrap .form-control-feedback {
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .5s ease;
  margin-top: 0;
  transform-origin: left;
  opacity: 0;
  border-radius: 10px;
  color: #000;
  padding: 8px 14px;
  background: #fff;
  border: 1px solid #d4d4d4;
  box-shadow: 0px 0px 21px 0px rgba(50, 50, 50, 0.1);
}

.forms .wrap .form-control-feedback:after {
  content: url("../img/ico-triangle.png");
  position: absolute;
  top: 85%;
  right: 14px;
}

.forms .wrap input[type="color"], .forms .wrap input[type="date"], .forms .wrap input[type="datetime"], .forms .wrap input[type="datetime-local"], .forms .wrap input[type="email"], .forms .wrap input[type="month"], .forms .wrap input[type="number"], .forms .wrap input[type="password"], .forms .wrap input[type="search"], .forms .wrap input[type="tel"], .forms .wrap input[type="text"], .forms .wrap input[type="time"], .forms .wrap input[type="url"], .forms .wrap input[type="week"], .forms .wrap input:not([type]), .forms .wrap textarea {
  width: 100%;
}

.forms .wrap input[type="color"].error, .forms .wrap input[type="date"].error, .forms .wrap input[type="datetime"].error, .forms .wrap input[type="datetime-local"].error, .forms .wrap input[type="email"].error, .forms .wrap input[type="month"].error, .forms .wrap input[type="number"].error, .forms .wrap input[type="password"].error, .forms .wrap input[type="search"].error, .forms .wrap input[type="tel"].error, .forms .wrap input[type="text"].error, .forms .wrap input[type="time"].error, .forms .wrap input[type="url"].error, .forms .wrap input[type="week"].error, .forms .wrap input:not([type]).error, .forms .wrap textarea.error {
  background: url("../img/ico-warning.png") top 13px right 12px no-repeat;
}

.forms .wrap input[type="color"].error:hover ~ .form-control-feedback, .forms .wrap input[type="date"].error:hover ~ .form-control-feedback, .forms .wrap input[type="datetime"].error:hover ~ .form-control-feedback, .forms .wrap input[type="datetime-local"].error:hover ~ .form-control-feedback, .forms .wrap input[type="email"].error:hover ~ .form-control-feedback, .forms .wrap input[type="month"].error:hover ~ .form-control-feedback, .forms .wrap input[type="number"].error:hover ~ .form-control-feedback, .forms .wrap input[type="password"].error:hover ~ .form-control-feedback, .forms .wrap input[type="search"].error:hover ~ .form-control-feedback, .forms .wrap input[type="tel"].error:hover ~ .form-control-feedback, .forms .wrap input[type="text"].error:hover ~ .form-control-feedback, .forms .wrap input[type="time"].error:hover ~ .form-control-feedback, .forms .wrap input[type="url"].error:hover ~ .form-control-feedback, .forms .wrap input[type="week"].error:hover ~ .form-control-feedback, .forms .wrap input:not([type]).error:hover ~ .form-control-feedback, .forms .wrap textarea.error:hover ~ .form-control-feedback {
  opacity: 1;
}

.forms input[type="submit"] {
  background: #e42127;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 17px 39px;
  margin-left: calc(50% - 78px);
}

.forms .file {
  position: relative;
  height: 85px;
  margin-bottom: 45px;
}

.forms .file .description {
  position: absolute;
  bottom: -25px;
  left: 0;
}

.forms .file input[type="file"] {
  display: none;
}

.forms .file label {
  pointer-events: none;
  text-align: left;
  width: 100%;
  height: 100%;
}

.forms .file label:after, .forms .file label:before {
  position: absolute;
  bottom: 0;
  height: 52px;
  box-sizing: border-box;
  line-height: 52px;
}

.forms .file label:before {
  width: 79%;
  left: 0;
  border: 1px solid #e2e5e8;
  content: attr(data-name) "";
  padding: 0 15px;
}

.forms .file label:after {
  pointer-events: all;
  cursor: pointer;
  width: 19%;
  right: 0;
  content: "Обзор";
  padding-left: 48px;
  background: url("../img/ico-screpka.png") left 14px center no-repeat, #f4f4f4;
}

.fancybox-close {
  background: url("../img/ico-close-form.png") center no-repeat, #e42127;
}

main .standart-page img[align="left"], .inner-page .news > div img[align="left"], .text-page img[align="left"] {
  float: left;
  margin: 0 20px 10px 0;
}

main .standart-page img[align="right"], .inner-page .news > div img[align="right"], .text-page img[align="right"] {
  float: right;
  margin: 0 0 10px 20px;
}

main .standart-page h2, .inner-page .news > div h2, .text-page h2, main .standart-page h3, .inner-page .news > div h3, .text-page h3, main .standart-page h4, .inner-page .news > div h4, .text-page h4, main .standart-page ul, .inner-page .news > div ul, .text-page ul, main .standart-page ol, .inner-page .news > div ol, .text-page ol, main .standart-page p, .inner-page .news > div p, .text-page p, main .standart-page table, .inner-page .news > div table, .text-page table {
  margin-bottom: 25px;
}

main .standart-page h5, .inner-page .news > div h5, .text-page h5 {
  font-weight: bold;
}

main .standart-page h2, .inner-page .news > div h2, .text-page h2 {
  font-size: 1.375rem;
  float: none;
  font-weight: 300;
  line-height: 1.875rem;
}

main .standart-page a, .inner-page .news > div a, .text-page a {
  color: #e42127;
  border-bottom: 1px solid #e42127;
}

main .standart-page h3, .inner-page .news > div h3, .text-page h3 {
  font-size: 1.25rem;
}

main .standart-page h4, .inner-page .news > div h4, .text-page h4 {
  font-size: 1.125rem;
}

main .standart-page li, .inner-page .news > div li, .text-page li {
  list-style: none;
  position: relative;
}

main .standart-page li:before, .inner-page .news > div li:before, .text-page li:before {
  margin-right: 5px;
}

main .standart-page li:not(:first-child), .inner-page .news > div li:not(:first-child), .text-page li:not(:first-child) {
  margin-top: 7px;
}

main .standart-page li, .inner-page .news > div li, .text-page li, main .standart-page p, .inner-page .news > div p, .text-page p {
  line-height: 1.5rem;
}

main .standart-page ul ul, .inner-page .news > div ul ul, .text-page ul ul, main .standart-page ul ol, .inner-page .news > div ul ol, .text-page ul ol, main .standart-page ol ul, .inner-page .news > div ol ul, .text-page ol ul, main .standart-page ol ol, .inner-page .news > div ol ol, .text-page ol ol {
  padding-left: 50px;
  margin: 3px 0;
}

main .standart-page ul li:before, .inner-page .news > div ul li:before, .text-page ul li:before {
  content: "-";
}

main .standart-page ol, .inner-page .news > div ol, .text-page ol {
  counter-reset: i;
}

main .standart-page ol li, .inner-page .news > div ol li, .text-page ol li {
  counter-increment: i;
}

main .standart-page ol li:before, .inner-page .news > div ol li:before, .text-page ol li:before {
  content: counter(i) ".";
}

main .standart-page table, .inner-page .news > div table, .text-page table {
  width: 100%;
}

main .standart-page table td, .inner-page .news > div table td, .text-page table td, main .standart-page table th, .inner-page .news > div table th, .text-page table th {
  border: 1px solid #e2e5e8;
  padding: 20px 10px;
  vertical-align: middle;
}

img {
  max-width: 100%;
}

header nav ul, footer nav .menu {
  display: table-row;
}

header nav ul li, footer nav .menu li {
  display: table-cell;
  list-style: none;
  vertical-align: middle;
}

header nav ul li.dropdown, footer nav .menu li.dropdown {
  position: relative;
}

header nav ul li .second_submenu, footer nav .menu li .second_submenu {
  position: absolute;
  top: 130%;
  left: 30px;
  width: 100%;
  background: #fff;
  border: 1px solid #e2e5e8;
  padding: 10px 20px;
  box-sizing: border-box;
  display: none;
}

header nav ul li span, footer nav .menu li span {
  cursor: pointer;
}

header nav ul li li, footer nav .menu li li {
  display: block;
  margin-bottom: 10px;
}

header nav ul li li a, footer nav .menu li li a {
  margin-left: 0 !important;
}

header nav ul li li a:after, footer nav .menu li li a:after {
  bottom: -2px;
}

header nav ul li:not(:first-child) a, footer nav .menu li:not(:first-child) a, header nav ul li:not(:first-child) span, footer nav .menu li:not(:first-child) span {
  margin-left: 30px;
}

header nav ul li.active > a:after, footer nav .menu li.active > a:after, header nav ul li a:hover:after, footer nav .menu li a:hover:after, header nav ul li.active > li.active a:after, footer nav .menu li.active > li.active a:after, header nav ul li.active span:after, footer nav .menu li.active span:after, header nav ul li span:hover:after, footer nav .menu li span:hover:after {
  transform: scaleX(1);
  opacity: 1;
}

header nav ul li a, footer nav .menu li a, header nav ul li span, footer nav .menu li span {
  position: relative;
  font-size: 1.125rem;
}

header nav ul li a:after, footer nav .menu li a:after, header nav ul li span:after, footer nav .menu li span:after {
  content: "";
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  position: absolute;
  bottom: -11px;
  left: 1px;
  height: 2px;
  width: 97.5%;
  background: #e42127;
  transform: scaleX(0);
  opacity: 0;
}

.tablebodytext {
  display: none !important;
}

header {
  position: relative;
  z-index: 1;
}

header .logo {
  margin-left: 7.57151%;
  width: 16.54515%;
  display: block;
}

header .logo img {
  max-width: 100%;
}

header .logo .another-logo {
  display: none;
}

header nav {
  float: right;
  padding-top: 13px;
  width: 45%;
}

main .top-block .left, main .top-block .right {
  width: 50%;
  min-height: 1px;
  box-sizing: border-box;
}

main .top-block .left {
  position: static;
}

main .top-block .left .facking-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 48%;
  max-width: 49%;
  min-height: 850px;
  height: 104vh;
}

main .top-block .left .fil0 {
  fill: #e42127;
}

main .top-block .right {
  display: flex;
  height: 75vh;
  align-items: center;
  flex-wrap: wrap;
  min-height: 310px;
  padding-left: 90px;
}

main .top-block .right .text {
  padding-right: 24%;
}

main .top-block .right .text p {
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 11px;
}

main .top-block .right h2 {
  font-size: 2.625rem;
  font-weight: 300;
  margin-bottom: 20px;
}

main .top-block .right .footer {
  width: 100%;
}

main .top-block .right .footer address {
  display: inline-block;
  vertical-align: bottom;
}

main .top-block .right .footer address a {
  color: #000;
}

main .top-block .right .footer .phone a {
  font-size: 1.25rem;
}

main .top-block .right .footer .mail {
  margin-left: 14.94253%;
}

main .news {
  margin: 250px 0 50px;
}

main .news__title {
  width: 100%;
}

main .news h2 {
  font-size: 3.125rem;
  margin-bottom: 85px;
  font-weight: 300;
}

main .news h2:first-child {
  width: 31.58333%;
}

main .news .left, main .news .right {
  box-sizing: border-box;
}

main .news .left {
  width: 100%;
  width: 27.58333%;
}

main .news .left a:not([class="more"]) {
  color: #e42127;
  border-bottom: 1px solid #e42127;
  transition: border-color 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  margin: 0 0 10px;
}

main .news .left a:not([class="more"]):hover {
  border-color: transparent;
}

main .news .left div {
  padding: 0 0 25px;
}

main .news .left div:not(:first-child) {
  padding-top: 25px;
}

main .news .left div:not(:first-child) {
  border-top: 1px solid #e2e5e8;
}

main .news a {
  display: inline-block;
}

main .news .more {
  background: none;
  color: #e42127;
  border: 1px solid #e42127;
  margin-top: 10px;
}

main .news .more:after {
  background: url("../img/ico-arrow-right-new.png") no-repeat;
}

main .news .right {
  width: 67.08333%;
  margin-left: 5%;
}

main .news .right img {
  max-width: 100%;
}

main .services {
  margin: 0 0 25px;
  text-align: center;
}

main .services h2, main .services h3 {
  display: block;
  text-align: center;
}

main .services h2 {
  font-size: 3.125rem;
  margin-bottom: 100px;
  font-weight: 300;
}

main .services .service {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  width: 25%;
  box-sizing: border-box;
  padding: 0 2.83333%;
}

main .services .service:nth-child(n + 5) {
  margin-top: 15px;
}

main .services .service .img {
  height: 176px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

main .services .service .text {
  text-align: center;
}

main .services .service h3 {
  font-size: 1.875rem;
  margin: 45px 0 55px;
}

main .services .service h3 a {
  position: relative;
  color: #000;
  display: inline-block;
}

main .services .service h3 a:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #e2e5e8;
  transform: scaleX(0.5);
  left: 0;
  bottom: -15px;
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), background 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

main .services .service h3 a:hover:after {
  transform: scaleX(1);
  background: #e42127;
}

main .services-list {
  margin: 50px 0 0;
  display: flex;
  align-items: center;
}

main .services-list .left, main .services-list .right {
  width: 50%;
  min-height: 1px;
  box-sizing: border-box;
}

main .services-list .list {
  display: table;
  width: 100%;
  margin: 0 0 27px;
}

main .services-list .list > div {
  display: table-cell;
}

main .services-list .list > div:first-child {
  width: 25%;
}

main .services-list .list:hover .title span:after {
  transform: scaleX(1);
  opacity: 1;
}

main .services-list .list:hover .img:before {
  transform: translateX(0);
  transition-delay: .25s;
}

main .services-list .list:hover .img:after {
  transform: translateX(-100%);
  transition-delay: 0;
}

main .services-list .list.active .img:before {
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-delay: .25s;
}

main .services-list .list.active .img:after {
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-delay: 0;
}

main .services-list .list.active .title span:after {
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

main .services-list .list .title {
  vertical-align: middle;
  text-align: left;
}

main .services-list .list .title > span span {
  position: relative;
}

main .services-list .list .title > span span:after {
  content: "";
  position: absolute;
  top: 110%;
  left: 0;
  height: 2px;
  width: 100%;
  opacity: 0;
  transform: scaleX(0);
  background: #e42127;
  transition: opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

main .services-list .right {
  padding-left: 7.66667%;
}

main .services-list .right .img {
  position: relative;
  border-color: #e42127;
}

main .services-list .right .img:before, main .services-list .right .img:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 44px;
  display: block;
  top: 50%;
  top: calc(50% - 1px);
  right: -44px;
  z-index: -1;
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

main .services-list .right .img:before {
  background: #e42127;
  transform: translateX(-100%);
}

main .services-list .right .img:after {
  background: #e2e5e8;
  transform: translateX(0);
}

main .services-list .img {
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  height: 66px;
  width: 66px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  transition: border-color 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

main .services-list .left {
  min-width: 440px;
  height: 100%;
}

main .services-list .left h2 {
  position: absolute;
  font-size: 3.125rem;
  top: calc(50% - 40px);
  left: 0;
  width: 100%;
  font-weight: 300;
  z-index: 1;
  text-align: center;
}

main .services-list .left canvas {
  margin: 0 auto;
  display: block;
}

main .services-list .left .wrap, main .services-list .left canvas {
  height: 440px;
  width: 440px;
}

main .services-list .left .wrap {
  position: absolute;
  top: calc(50% - 222px);
  left: calc(50% - 220px);
}

main .services-list .left .img {
  position: absolute;
  transition: opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

main .services-list .left .img:nth-child(odd) {
  border-color: #e2e5e8;
}

main .services-list .left .img:nth-child(even) {
  border-color: #e42127;
}

main .services-list .left .img.unactive {
  opacity: 0;
}

main .partners {
  margin: 40px 0 20px;
}

main .partners .slick-dots {
  text-align: center;
}

main .partners .slick-dots li {
  list-style: none;
  display: inline-block;
}

main .partners .slick-dots li:not(:last-child) {
  margin-right: 10px;
}

main .partners .slick-dots li.slick-active button {
  background: #e42127;
}

main .partners .slick-dots button {
  border: 1px solid #e42127;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  text-indent: -9999px;
  padding: 0;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  transition: background .5s ease;
}

main .partners .slick-arrow {
  position: absolute;
}

main .partners .slide {
  box-sizing: border-box;
  padding: 0 15px;
}

main .partners .slide .partner-img {
  height: 75px;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

main .partners .slide .partner-img a {
  display: flex;
  max-height: 100%;
  justify-content: center;
  align-items: center;
}

main .partners .slide .partner-img a img {
  max-width: 100%;
  max-height: 75px;
  display: inline-block;
}

main .partners .slide p {
  margin-bottom: 15px;
}

main .about .img {
  width: 29.58333%;
}

main .about .img img {
  width: 100%;
}

main .about .img .name {
  margin-top: 25px;
}

main .about .img i {
  color: #a0a0a0;
}

main .about .text-block {
  box-sizing: border-box;
  padding-left: 4.33333%;
  width: 70.41667%;
}

main .about h2 {
  font-size: 1.375rem;
  line-height: 1.875rem;
}

main .about h2, main .about h3, main .about h4, main .about h5, main .about p, main .about ul, main .about ol, main .about li {
  margin-bottom: 24px;
  line-height: 1.5rem;
}

main .contacts .vacansia a {
  display: inline-block;
  margin-top: 10px;
  background: none;
  border: 1px solid #e42127;
  color: #e42127;
}

main .contacts .vacansia a:after {
  background: url("../img/ico-arrow-right-new.png") center no-repeat;
}

main .contacts select {
  padding-top: 20px;
  padding-bottom: 16px;
  width: 17.5%;
}

main .contacts .left, main .contacts .right {
  box-sizing: border-box;
  width: 50%;
  margin-top: 46px;
}

main .contacts .right img {
  max-width: 100%;
}

main .contacts .left > div {
  margin-top: 30px;
}

main .contacts address {
  width: 88%;
  box-sizing: border-box;
  padding-left: 30px;
  background-position: left top 3px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #e2e5e8;
  margin-top: 17px;
  padding-bottom: 41px;
}

main .contacts address:not(:first-child) {
  margin-top: 41px;
}

main .contacts address .title {
  font-weight: 400;
  font-size: 1.25rem;
}

main .contacts address.address {
  background-image: url("../img/ico-location.png");
}

main .contacts address.phone {
  background-image: url("../img/ico-phone.png");
}

main .contacts address.mail {
  background-image: url("../img/ico-mail.png");
  background-position: left top 5px;
}

main .contacts address.web {
  background-image: url("../img/ico-web.png");
  background-position: left top 5px;
}

main .paginator {
  text-align: center;
}

main .paginator a {
  display: inline-block;
}

main .paginator a.active {
  color: #e42127;
}

main .paginator a:not([class]) {
  transition: color 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

main .paginator a:not([class]):hover {
  color: #e42127;
}

main .paginator a:not(:last-child) {
  margin-right: 20px;
}

main .paginator a.to-left, main .paginator a.to-right {
  height: 10px;
  width: 6px;
  position: relative;
}

main .paginator a.to-left:before, main .paginator a.to-left:after, main .paginator a.to-right:before, main .paginator a.to-right:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

main .paginator a.to-left:before, main .paginator a.to-right:before {
  background: url("../img/icon-paginator-arrow.png") center no-repeat;
}

main .paginator a.to-left:after, main .paginator a.to-right:after {
  background: url("../img/icon-paginator-arrow-hover.png") center no-repeat;
  opacity: 0;
}

main .paginator a.to-left:hover:before, main .paginator a.to-right:hover:before {
  opacity: 0;
}

main .paginator a.to-left:hover:after, main .paginator a.to-right:hover:after {
  opacity: 1;
}

main .paginator a.to-left {
  transform: rotate(180deg);
  margin-top: -1px;
}

main .standart-page {
  margin-top: -30px;
}

main .standart-page .left {
  width: 67.08333%;
}

main .standart-page .right {
  width: 29.58333%;
  margin-left: 3.33333%;
}

main .standart-page .right .right-photo .title {
  margin-top: 15px;
  text-align: right;
}

main .standart-page .right img {
  max-width: 100%;
}

main .standart-page table {
  width: 100%;
}

main .standart-page table td, main .standart-page table th {
  border: 1px solid #e2e5e8;
  padding-left: 25px;
  padding-right: 25px;
  vertical-align: middle;
}

main .standart-page table th {
  padding-top: 35px;
  padding-bottom: 35px;
}

main .standart-page table td {
  padding-top: 15px;
  padding-bottom: 15px;
}

footer {
  padding: 20px 61px 10px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  box-sizing: border-box;
  display: none;
  transition: background 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), padding 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  padding-bottom: 75px;
  padding-bottom: 9px;
}

footer.unfixed {
  position: relative;
  display: block;
}

footer.fixed {
  background: #fff;
}

footer.transparent, footer.unfixed {
  background: transparent;
}

footer .menu {
  text-align: center;
}

footer .menu a:hover {
  color: gray;
}

footer .menu a:after {
  display: none;
}

footer .dev, footer .copy {
  position: absolute;
  bottom: 10px;
  min-height: 40px;
  display: flex;
  flex-wrap: wrap;
}

footer .copy {
  left: 61px;
  flex-direction: column;
  align-items: flex-start;
}

footer .dev {
  right: calc(50% - 86px);
  right: 60px;
  bottom: 12px;
  width: 180px;
  align-items: center;
}

footer .dev span {
  font-size: 0.875rem;
}

footer .dev img {
  margin-left: 10px;
  width: 65px;
}

footer address {
  margin-bottom: 25px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer address div, footer address .foot_phone {
  display: inline-block;
  vertical-align: top;
}

footer address div {
  text-align: left;
  line-height: 1;
}

footer address div a {
  display: block;
  padding: 10px 29px 12px 30px !important;
}

footer address div a:after {
  display: none;
}

footer address div, footer address .fancybox {
  font-size: 1.25rem;
}

footer address .foot_phone {
  font-size: 2.5rem;
  color: #000;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

footer address .foot_phone div {
  margin-top: 5px;
  font-size: 1rem;
}

footer address .foot_phone a {
  padding: initial !important;
  display: initial;
  white-space: nowrap;
}

footer address .fancybox {
  padding: 10px 68px 10px 39px;
}

footer nav {
  float: right;
  width: 100% !important;
}

footer nav .menu {
  display: block !important;
  text-align: center;
}

footer nav li {
  display: inline-block !important;
}

footer nav li:not(:first-child) {
  margin-left: 30px;
}

footer nav a {
  margin-left: 0 !important;
}

body.head-style .services-list {
  margin-top: 7.5rem;
}

body.head-style .services {
  margin-top: 5rem;
}

body.head-style .news {
  margin-top: 275px;
  flex-wrap: wrap;
  display: flex;
}

body.head-style .news-title {
  width: 100%;
}

body.head-style .news:after {
  display: none;
}

body.head-style .news .right {
  display: flex;
  flex-wrap: wrap;
}

body.head-style .news .right a:not([class]) {
  width: 100%;
}

body.head-style .news .right .more {
  align-self: flex-end;
}

.inner-page {
  padding-top: 0;
}

.inner-page .services-list {
  margin-top: 0;
}

.inner-page .news {
  margin: 0 0 30px;
}

.inner-page .news .more {
  padding: 10px 29px;
  font-size: 0.875rem;
  margin-top: 30px;
}

.inner-page .news .more:after {
  display: none;
}

.inner-page .news > div {
  padding: 0 0 25px;
}

.inner-page .news > div:not(:first-child) {
  padding-top: 25px;
}

.inner-page .news > div:not(:last-child) {
  border-bottom: 1px solid #e2e5e8;
}

.inner-page .news .left {
  max-width: 10%;
}

.inner-page .news .left img {
  max-width: 100%;
}

.inner-page .news .right {
  max-width: 85%;
  width: initial;
  margin-left: 5%;
}

.inner-page header {
  padding: 70px 61px;
}

.inner-page header .logo {
  margin-left: 0;
}

.inner-page header nav {
  float: left;
  padding-top: 19px;
  margin-left: 6.98925%;
}

.inner-page header address {
  float: right;
  padding-top: 14px;
}

.inner-page header address a {
  display: inline-block;
  padding-left: 52px;
  color: #000;
  background-position: top left;
  background-repeat: no-repeat;
}

.inner-page header address a:not(:first-child) {
  margin-left: 65px;
}

.inner-page header .phone {
  background-image: url("../img/ico-header-phone.png");
  font-size: 1.375rem;
}

.inner-page header .mail {
  background-image: url("../img/ico-header-mail.png");
  font-size: 1.125rem;
}

.inner-page .title-block {
  border-top: 1px solid #e2e5e8;
  border-bottom: 1px solid #e2e5e8;
  background: url("../img/inner-page-title-bg.jpg") no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 42px 0;
  margin-bottom: 85px;
}

.inner-page .bread-crumbs {
  font-size: 0.875rem;
  margin-bottom: 5px;
}

.inner-page .bread-crumbs a {
  color: #000;
}

.inner-page .bread-crumbs a:after {
  content: "/";
  margin: 0 7px;
  pointer-events: none;
}

.inner-page .bread-crumbs span {
  color: #e42127;
}

.inner-page h1 {
  font-size: 2.25rem;
}

.message--submit {
  margin: 30px 0;
  font-size: 1.125rem;
  text-align: center;
}

.stock-block__title {
  font-size: 1.875rem !important;
}

.stock-block a {
  text-decoration: none;
  color: #000 !important;
  border-bottom: none !important;
}

.inner-page footer {
  padding-top: 100px;
}

span.req {
  color: #e42127;
}

.vacansia {
  text-align: center;
}

.vacansia h2 {
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 15px;
}

#example1 > div, #example2 > div {
  width: auto !important;
  height: auto !important;
}

/*==========  Desktop First  ==========*/
@media only screen and (max-width: 1701px) {
  header nav {
    width: 44%;
  }
  .inner-page header {
    padding: 40px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .inner-page header address {
    padding-top: 0;
  }
  .inner-page header address a {
    display: block;
    margin: 0 !important;
  }
  .inner-page header address a + a {
    margin-top: 8px !important;
  }
  .inner-page header .logo img {
    display: block;
  }
  .inner-page nav {
    margin-left: 0 !important;
    width: auto;
    padding-top: 0 !important;
  }
}

@media only screen and (max-width: 1601px) {
  html {
    font-size: 99%;
  }
  header nav ul li:not(:first-child) a, header nav ul li:not(:first-child).dropdown span {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 1500px) {
  header nav {
    width: 50%;
  }
  main .top-block .right {
    padding-left: 0;
  }
  body.head-style .news {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 1370px) {
  header {
    padding-left: 30px;
    padding-right: 30px;
  }
  header nav ul {
    font-size: 93%;
  }
  main .top-block .right .text {
    padding-right: 45px;
  }
}

@media only screen and (max-width: 1200px) {
  header nav {
    width: auto;
  }
  header .logo {
    margin-left: 0;
  }
  header .logo img {
    display: none;
  }
  header .logo img.another-logo {
    display: block;
  }
  body.head-style .news {
    margin-top: 10vh;
  }
}

@media only screen and (max-width: 1200px) {
  html {
    font-size: 98%;
  }
  body {
    padding-top: 20px;
  }
  main .top-block .right {
    margin-top: 50px;
    width: 100%;
    padding-left: 30px;
    height: auto;
  }
  main .top-block .right .footer {
    margin-top: 50px;
  }
  main .top-block .left {
    display: none;
  }
  main .news {
    margin-top: 50px;
  }
  main .services .service {
    padding: 0 1.3%;
  }
  footer {
    padding-bottom: 75px !important;
  }
  footer .dev, footer .copy {
    bottom: 20px !important;
  }
}

@media only screen and (max-width: 1090px) {
  .wrapper {
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1200px) {
  .contacts__list {
    padding: 1.4rem;
    margin-bottom: 30px;
  }
  .contacts__list .contacts__item {
    font-size: 1.125rem;
    width: calc((100% - 25px * 6) / 6);
    margin-left: 25px;
  }
  .contacts__list .contacts__item:first-child {
    margin-left: 0;
  }
  .contacts__list .contacts__item--city {
    white-space: nowrap;
    margin-bottom: 15px;
  }
  .contacts__list .contacts__item a {
    color: #c5c5c5;
  }
}

.inner-page h2 a:hover:after, .inner-page h3 a:hover:after, .inner-page h4 a:hover:after {
  width: 100%;
}

.inner-page h2 a:after, .inner-page h3 a:after, .inner-page h4 a:after {
  transform: none;
  width: 30%;
  transition: width 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), background 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

h2 a, h3 a, h4 a {
  border-bottom: none !important;
  position: relative;
  color: #000 !important;
}

h2 a:hover, h3 a:hover, h4 a:hover {
  color: #000;
}

h2 a:hover:after, h3 a:hover:after, h4 a:hover:after {
  transform: scale3d(1, 1, 1);
  background: #e42127;
}

h2 a:after, h3 a:after, h4 a:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  transform: scale3d(0.5, 1, 1);
  background: #e2e5e8;
  left: 0;
  bottom: -13px;
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), background 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.standart-page.stock .stock-block:not(:first-child) {
  margin-top: 35px;
  padding-top: 33px;
  border-top: 1px solid #e2e5e8;
}

.standart-page.stock .stock-block__title {
  margin-bottom: 33px;
}

.standart-page.stock .stock-block a {
  display: block;
}

.standart-page.stock .stock-block img {
  display: block;
  max-width: 100%;
}

.forms-checkbox {
  margin: 20px 0 !important;
  padding-top: 0 !important;
  width: 100% !important;
}

.forms__checkbox-label {
  position: static !important;
}

.forms__checkbox-label a {
  color: #e42127;
  text-decoration: underline;
}

.forms__checkbox-label a:hover {
  text-decoration: none;
}

.contacts__list {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e2e5e8;
  padding: 30px 43px 30px;
  margin-bottom: 60px;
}

.contacts__list .contacts__item {
  font-size: 1.125rem;
  width: calc((100% - 55px * 6) / 6);
  margin-left: 55px;
  display: flex;
  flex-direction: column;
}

.contacts__list .contacts__item:first-child {
  margin-left: 0;
}

.contacts__list .contacts__item--city {
  white-space: nowrap;
  margin-bottom: 15px;
}

.contacts__list .contacts__item a {
  color: #c5c5c5;
}

/*==========  Desktop First  ==========*/
@media only screen and (max-width: 1701px) {
  header nav {
    width: 44%;
  }
  .inner-page header {
    padding: 40px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .inner-page header address {
    padding-top: 0;
  }
  .inner-page header address a {
    display: block;
    margin: 0 !important;
  }
  .inner-page header address a + a {
    margin-top: 8px !important;
  }
  .inner-page header .logo img {
    display: block;
  }
  .inner-page nav {
    margin-left: 0 !important;
    width: auto;
    padding-top: 0 !important;
  }
}

@media only screen and (max-width: 1601px) {
  html {
    font-size: 99%;
  }
  header nav ul li:not(:first-child) a, header nav ul li:not(:first-child).dropdown span {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 1500px) {
  header nav {
    width: 50%;
  }
  main .top-block .right {
    padding-left: 0;
  }
  body.head-style .news {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 1370px) {
  header {
    padding-left: 30px;
    padding-right: 30px;
  }
  header nav ul {
    font-size: 93%;
  }
  main .top-block .right .text {
    padding-right: 45px;
  }
}

@media only screen and (max-width: 1200px) {
  header nav {
    width: auto;
  }
  header .logo {
    margin-left: 0;
  }
  header .logo img {
    display: none;
  }
  header .logo img.another-logo {
    display: block;
  }
  body.head-style .news {
    margin-top: 10vh;
  }
}

@media only screen and (max-width: 1200px) {
  html {
    font-size: 98%;
  }
  body {
    padding-top: 20px;
  }
  main .top-block .right {
    margin-top: 50px;
    width: 100%;
    padding-left: 30px;
    height: auto;
  }
  main .top-block .right .footer {
    margin-top: 50px;
  }
  main .top-block .left {
    display: none;
  }
  main .news {
    margin-top: 50px;
  }
  main .services .service {
    padding: 0 1.3%;
  }
  footer {
    padding-bottom: 75px !important;
  }
  footer .dev, footer .copy {
    bottom: 20px !important;
  }
}

@media only screen and (max-width: 1090px) {
  .wrapper {
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1200px) {
  .contacts__list {
    padding: 1.4rem;
    margin-bottom: 30px;
  }
  .contacts__list .contacts__item {
    font-size: 1.125rem;
    width: calc((100% - 25px * 6) / 6);
    margin-left: 25px;
  }
  .contacts__list .contacts__item:first-child {
    margin-left: 0;
  }
  .contacts__list .contacts__item--city {
    white-space: nowrap;
    margin-bottom: 15px;
  }
  .contacts__list .contacts__item a {
    color: #c5c5c5;
  }
}

/*# sourceMappingURL=main.css.map */
main .news .right div > a img{
  margin-top: 10px;
}
main .news .right div > a{
  font-weight: 300;
  font-size: 1.4rem;
}

#svg-circle {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#svg-circle  circle {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset .5s linear;
  stroke: #e2e5e8;
  stroke-width: 2px;
}
#svg-circle  #bar {
  stroke: #e42127;
}

.ring {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 442px;
  height: 442px;
  margin: auto;
}

.stock-block__date {
  font-size: 16px;
  color: darkgray;
  padding: 10px 0 15px;
}