.container {
  width: 100%;
  max-width: 1450px;
  padding: 0 20px;
  margin: 0 auto;
}

@media only screen and (max-width: 1466px) {
  .container {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
@media only screen and (max-width: 575px) {
  .container {
    max-width: 100%;
  }
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black.eot");
  src: url("../fonts/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Black.woff") format("woff"), url("../fonts/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Italic.eot");
  src: url("../fonts/Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Italic.woff") format("woff"), url("../fonts/Roboto-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.eot");
  src: url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Thin.eot");
  src: url("../fonts/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Thin.woff") format("woff"), url("../fonts/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTCommons";
  src: url("../fonts/TTCommons-Light.eot");
  src: url("../fonts/TTCommons-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/TTCommons-Light.woff") format("woff"), url("../fonts/TTCommons-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTCommons";
  src: url("../fonts/TTCommons-DemiBold.eot");
  src: url("../fonts/TTCommons-DemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/TTCommons-DemiBold.woff") format("woff"), url("../fonts/TTCommons-DemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html {
  height: 100%;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 2;
  color: #303030;
  font-family: "Roboto";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  background-color: #fff;
  margin: 0;
}

img {
  max-width: 100%;
}

b, strong {
  font-weight: 700;
}

input:required, textarea:required {
  box-shadow: none;
  outline: none;
}
input:invalid, textarea:invalid {
  box-shadow: none;
}
input:focus, textarea:focus {
  outline: none;
}

a {
  color: #303030;
}
a:focus, a:hover {
  outline: none;
}

button:active, button:focus {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

input, select, button {
  outline: none;
}

input,
textarea {
  -webkit-appearance: none;
}

input:disabled {
  opacity: 1;
}
button:disabled {
  filter: grayscale(1) brightness(1.8);
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]:hover,
input[type=number]:focus {
  -moz-appearance: number-input;
}

input[type=text]::-ms-clear,
input[type=tel]::-ms-clear,
input[type=email]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal,
input[type=tel]::-ms-reveal,
input[type=email]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.slick-slide {
  outline: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

.absolute-center, .add-review__form .form .file-upload__btn .svg, .hero__video .svg, .hero__video-circle-3, .hero__video-circle-2, .popup__close .svg, .up .svg, .slick-arrow .svg, .social__link .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fill {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.object-fit, .add-review__foto img, .new__photo img, .page-service__image img, .service-hero__foto img, .service__image img, .format-text gallery a img {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  object-fit: cover;
}
.object-fit.contain, .add-review__foto img.contain, .new__photo img.contain, .page-service__image img.contain, .service-hero__foto img.contain, .service__image img.contain, .format-text gallery a img.contain {
  object-fit: contain;
}

.wrap {
  overflow: hidden;
}

.hidden {
  display: none;
}

svg {
  -webkit-user-select: none;
          user-select: none;
}

.main {
  padding-top: 120px;
  /*min-height: 650px;*/
  min-height: auto;
}

.section {
  position: relative;
  margin: 100px 0;
}
.section--bg {
  background-color: #2e2e2e;
  color: #fff;
  padding: 100px 0;
}
.section--bg .btn--bdr {
  border-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  background-color: #2e2e2e;
  z-index: 2;
}
.section-title {
 /* margin: 0;*/
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1.175;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
.is-page .section-title{

}
.section-h2 {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.3;
}
.section-info {
  text-align: center;
  color: #858585;
  font-weight: 300;
  padding: 0 100px;
  line-height: 1.7;
  margin-top: 25px;
}

.page-section {
  padding-bottom: 115px;
  padding-top: 45px;
}
.page-section .section-title {
  text-align: left;
}
.page-info {
  line-height: 1.7;
  margin-top: 20px;
}

.btn {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
  text-align: center;
  border: none;
  line-height: 1.5;
  font-size: 12px;
  padding: 15px 50px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.15em;
  border-radius: 0;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: none;
  background-color: #DA251C;
}
.btn:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.18);
  opacity: 0;
  transition: opacity 0.3s;
}
.btn:not(:disabled):hover:before {
  opacity: 1;
}
.btn:disabled {
  cursor: default;
  background-color: #cfcfcf;
}
.btn--bdr {
  background-color: transparent;
  color: #DA251C;
  border: 1px solid rgba(48, 48, 48, 0.06);
  transition: color 0.3s;
}
.btn--bdr:before, .btn--bdr:after {
  position: absolute;
  display: inline-block;
  content: "";
  left: -1px;
  right: auto;
  top: auto;
  bottom: auto;
  background-color: transparent;
  opacity: 1;
  width: 15px;
  height: 15px;
  border: 2px solid #DA251C;
  border-right: none;
}
.btn--bdr:before {
  top: -1px;
  border-bottom: none;
}
.btn--bdr:after {
  bottom: -1px;
  border-top: none;
}
.btn--bdr:not(:disabled):hover {
  color: #fff;
}
.btn--bdr:not(:disabled):hover .btn--bdr__fill {
  right: -1px;
}
.btn--bdr__crs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
}
.btn--bdr__crs:before, .btn--bdr__crs:after {
  position: absolute;
  display: inline-block;
  content: "";
  left: auto;
  right: -1px;
  top: auto;
  bottom: auto;
  background-color: transparent;
  opacity: 1;
  width: 15px;
  height: 15px;
  border: 2px solid #DA251C;
  border-left: none;
}
.btn--bdr__crs:before {
  top: -1px;
  border-bottom: none;
}
.btn--bdr__crs:after {
  bottom: -1px;
  border-top: none;
}
.btn--bdr__fill {
  position: absolute;
  content: "";
  display: block;
  top: -1px;
  left: -1px;
  right: calc(100% + 1px);
  transition: right 0.3s;
  bottom: -1px;
  background-color: #DA251C;
  z-index: -1;
}
.btn--bdr:disabled {
  cursor: default;
  background-color: transparent;
}

.social {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.social__link {
  flex-shrink: 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 20px;
  position: relative;
}
.social__link .svg path {
  fill: #fff;
  transition: fill 0.3s;
}
.social__link:last-child {
  margin-right: 0;
}
.social__link:hover .svg path {
  fill: #DA251C;
}

.mCS-my-theme.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 0;
}
.mCS-my-theme.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 5px;
}
.mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #DA251C;
  border-radius: 0;
  height: 5px;
  margin: 0;
}
.mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  margin: 0;
}
.mCS-my-theme.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: rgba(238, 55, 17, 0.2);
  height: 5px;
}

.pagination {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.pagination span,
.pagination a {
  height: 30px;
  text-decoration: none;
  padding: 0 10px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #DA251C;
  font-size: 14px;
  font-weight: 700;
  color: #DA251C;
  margin-right: 10px;
  transition: background-color 0.3s, color 0.3s;
}
.pagination span:last-child,
.pagination a:last-child {
  margin-right: 0;
}
.pagination span.current,
.pagination a.current {
  background-color: #DA251C;
  color: #fff;
}
.pagination a:hover {
  background-color: #DA251C;
  color: #fff;
}

.breadcrumbs {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.2;
  font-size: 14px;
  position: relative;
  z-index: 2;
}
.breadcrumbs-block {
  margin-top: 50px;
}
.breadcrumbs span {
  font-weight: 300;
  margin-right: 17px;
}
.breadcrumbs a {
  font-weight: 500;
  color: #DA251C;
  margin-right: 17px;
  text-decoration: none;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition: -webkit-text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s, -webkit-text-decoration-color 0.3s;
}
.breadcrumbs a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #DA251C;
          text-decoration-color: #DA251C;
}

*::-webkit-input-placeholder {
  font-size: 16px;
  color: #8b8b8b;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-family: "TTCommons";
  font-weight: 300;
}

*:-moz-placeholder {
  font-size: 16px;
  color: #8b8b8b;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  font-family: "TTCommons";
  font-weight: 300;
}

*::-moz-placeholder {
  font-size: 16px;
  color: #8b8b8b;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  font-family: "TTCommons";
  font-weight: 300;
}

*:-ms-input-placeholder {
  font-size: 16px;
  color: #8b8b8b;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
  font-family: "TTCommons";
  font-weight: 300;
}

.form span.wpcf7-list-item {
  margin: 0;
}
.form p {
  margin: 0;
}
.form .input-wrapper {
  width: 100%;
}
.form input[type=text],
.form input[type=tel],
.form input[type=url],
.form input[type=email],
.form input[type=number],
.form textarea {
  font-size: 16px;
  font-family: "TTCommons";
  font-weight: 300;
  height: 50px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  width: 100%;
  border-radius: 0;
  padding: 0 30px;
  color: #303030;
  transition: border-color 0.3s;
  box-shadow: none;
}
.form input[type=text]:focus,
.form input[type=tel]:focus,
.form input[type=url]:focus,
.form input[type=email]:focus,
.form input[type=number]:focus,
.form textarea:focus {
  border-color: #DA251C;
}
.form input[type=text]:focus::-webkit-input-placeholder,
.form input[type=tel]:focus::-webkit-input-placeholder,
.form input[type=url]:focus::-webkit-input-placeholder,
.form input[type=email]:focus::-webkit-input-placeholder,
.form input[type=number]:focus::-webkit-input-placeholder,
.form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.form input[type=text]:focus:-moz-placeholder,
.form input[type=tel]:focus:-moz-placeholder,
.form input[type=url]:focus:-moz-placeholder,
.form input[type=email]:focus:-moz-placeholder,
.form input[type=number]:focus:-moz-placeholder,
.form textarea:focus:-moz-placeholder {
  color: transparent;
}
.form input[type=text]:focus::-moz-placeholder,
.form input[type=tel]:focus::-moz-placeholder,
.form input[type=url]:focus::-moz-placeholder,
.form input[type=email]:focus::-moz-placeholder,
.form input[type=number]:focus::-moz-placeholder,
.form textarea:focus::-moz-placeholder {
  color: transparent;
}
.form input[type=text]:focus:-ms-input-placeholder,
.form input[type=tel]:focus:-ms-input-placeholder,
.form input[type=url]:focus:-ms-input-placeholder,
.form input[type=email]:focus:-ms-input-placeholder,
.form input[type=number]:focus:-ms-input-placeholder,
.form textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.form input[type=text].wpcf7-not-valid,
.form input[type=tel].wpcf7-not-valid,
.form input[type=url].wpcf7-not-valid,
.form input[type=email].wpcf7-not-valid,
.form input[type=number].wpcf7-not-valid,
.form textarea.wpcf7-not-valid {
  border-color: #DA251C;
  color: #EC3939;
  background-color: rgba(238, 55, 17, 0.21);
}
.form input:-webkit-autofill,
.form input:-webkit-autofill:hover,
.form input:-webkit-autofill:focus,
.form input:-webkit-autofill:active {
  -webkit-box-shadow: inset 0 0 0 50px #fff;
  -webkit-text-fill-color: #303030;
  border-color: #d7d7d7;
}
.form input:-webkit-autofill:focus {
  border-color: #DA251C;
}
.form textarea {
  width: 100% !important;
  height: 130px;
  resize: none;
  overflow: hidden;
  padding-top: 12px;
  line-height: 1.5;
  margin-bottom: -15px;
}
.form .wpcf7-not-valid-tip {
  color: #EC3939;
}
.form .custom-checkbox {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  text-align: left;
  line-height: 1;
}
.form .custom-checkbox input[type=checkbox] {
  display: none;
}
.form .custom-checkbox input[type=checkbox] + span {
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #DBDBDB;
  flex-shrink: 0;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
  top: 0px;
  transition: border-color 0.3s, background-color 0.3s;
}
.form .custom-checkbox input[type=checkbox] + span:before {
  content: "";
  display: inline-block;
  position: absolute;
  opacity: 0;
  background-image: url("../img/check.svg");
  background-repeat: no-repeat;
  background-size: 8px 6px;
  background-position: center;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  transition: opacity 0.3s;
}
.form .custom-checkbox input[type=checkbox]:checked + span {
  border-color: #DA251C;
}
.form .custom-checkbox input[type=checkbox]:checked + span:before {
  opacity: 1;
}
.form .check-wrapper {
  margin-top: 10px;
}
.form .check-wrapper.field--invalid input[type=checkbox] + span {
  border-color: #DA251C;
  background-color: rgba(238, 55, 17, 0.21);
}
.form .input-check__text {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
}
.form .input-check__text a {
  color: #DA251C;
  text-decoration: none;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition: -webkit-text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s, -webkit-text-decoration-color 0.3s;
}
.form .input-check__text a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #DA251C;
          text-decoration-color: #DA251C;
}

.cta__title {
  text-transform: uppercase;
}

.section--bg *::-webkit-input-placeholder {
  color: #ededed;
}
.section--bg *:-moz-placeholder {
  color: #ededed;
}
.section--bg *::-moz-placeholder {
  color: #ededed;
}
.section--bg *:-ms-input-placeholder {
  color: #ededed;
}
.section--bg .form input[type=text],
.section--bg .form input[type=tel],
.section--bg .form input[type=url],
.section--bg .form input[type=email],
.section--bg .form input[type=number],
.section--bg .form textarea {
  background-color: #2e2e2e;
  border: 1px solid #5b5b5b;
  color: #ededed;
}
.section--bg .form input:-webkit-autofill,
.section--bg .form input:-webkit-autofill:hover,
.section--bg .form input:-webkit-autofill:focus,
.section--bg .form input:-webkit-autofill:active {
  -webkit-box-shadow: inset 0 0 0 50px #2e2e2e;
  -webkit-text-fill-color: #ededed;
  border-color: #5b5b5b;
}
.section--bg .form input:-webkit-autofill:focus {
  border-color: #DA251C;
}
.section--bg .form .custom-checkbox {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  text-align: left;
  line-height: 1;
}
.section--bg .form .custom-checkbox input[type=checkbox] {
  display: none;
}
.section--bg .form .custom-checkbox input[type=checkbox] + span {
  background-color: #3f3f3f;
  border: 1px solid #676767;
}
.section--bg .form .custom-checkbox input[type=checkbox] + span:before {
  background-image: url("../img/check-w.svg");
}
.section--bg .form .custom-checkbox input[type=checkbox]:checked + span {
  border-color: #fff;
}
.section--bg .form .input-check__text {
  color: #858585;
}
.section--bg .form .input-check__text a {
  color: #fff;
}
.section--bg .form .input-check__text a:hover {
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}

.slick-arrow {
  background-color: transparent;
  width: 14px;
  height: 25px;
  box-shadow: none;
  border: none;
  position: relative;
  cursor: pointer;
  z-index: 3;
}
.slick-arrow:not(.slick-disabled):hover .svg path {
  fill: #DA251C;
}
.slick-arrow .svg path {
  transition: fill 0.3s;
}
.slick-arrow.slick-disabled {
  cursor: default;
  opacity: 1;
  visibility: hidden;
}

.slick-dots li {
  display: inline-block;
  margin-right: 0;
  margin-left: 0;
  font-size: 0px;
}
.slick-dots li + li {
  margin-left: 15px;
}
.slick-dots li button {
  width: 14px;
  height: 14px;
  background-color: #cacaca;
  text-indent: -9999px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.3s;
  border: none;
}
.slick-dots li.slick-active button {
  background-color: #DA251C;
}

.up {
  width: 50px;
  height: 50px;
  display: inline-block;
  cursor: pointer;
  transition: margin-bottom 0.4s, background-color 0.3s;
  position: fixed;
  z-index: 19;
  right: 30px;
  bottom: 30px;
  margin-bottom: -100px;
  padding: 0;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #DA251C;
  box-shadow: none;
}
.up .svg {
  width: 16px;
  height: 23px;
}
.up .svg path {
  fill: #DA251C;
  transition: fill 0.3s;
}
.up.is-visible {
  margin-bottom: 0;
}
.up:hover {
  background-color: #DA251C;
}
.up:hover .svg path {
  fill: #fff;
}

@media only screen and (min-width: 1200px) {
  @keyframes animCrossTop {
    100% {
      transform: translateY(100px);
    }
  }
  @keyframes animCrossBot {
    100% {
      transform: translateY(-100px);
    }
  }
  .cross__icon {
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: calc(-50% - 2.5px);
    visibility: hidden;
  }
  .cross__icon:before, .cross__icon:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    top: calc(50% - 1px);
    background-color: #DA251C;
  }
  .cross__icon:after {
    transform: rotate(90deg);
  }
  .cross__item {
    position: absolute;
    bottom: 0;
    top: 0;
    width: 1px;
    left: 50%;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.05);
  }
  .cross__item:nth-child(2) {
    margin-left: -420px;
  }
  .cross__item:nth-child(3) {
    margin-left: 420px;
  }
  .cross__item:nth-child(2) .cross__icon {
    top: 50px;
  }
  .cross__item:nth-child(3) .cross__icon {
    bottom: 10px;
  }
}
@media only screen and (max-width: 1466px) {
  .main {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .main {
    padding-top: 80px;
  }

  .section {
    margin: 80px 0;
  }
  .section--bg {
    padding: 80px 0;
  }
  .section-info {
    padding-left: 0;
    padding-right: 0;
  }
  .section-h2 {
    font-size: 24px;
  }

  .page-section {
    padding-bottom: 80px;
  }

  .up {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  body.noscroll {
    overflow: hidden;
  }
}
@media only screen and (min-width: 992px) {
  .up.is-visible.open-popup {
    right: 47px;
  }
}
@media only screen and (max-width: 575px) {
  body {
    font-size: 14px;
  }

  .section-title {
    font-size: 30px;
  }
  .section-h2 {
    font-size: 26px;
  }

  .page-section {
    padding-top: 30px;
  }

  .pagination {
    margin-top: 40px;
  }

  .breadcrumbs-block {
    margin-top: 40px;
  }

  .form input[type=text],
.form input[type=tel],
.form input[type=url],
.form input[type=email],
.form input[type=number],
.form textarea {
    padding-left: 20px;
    padding-right: 20px;
  }
  .form .custom-checkbox input[type=checkbox] + span {
    margin-right: 13px;
  }

  .slick-dots li + li {
    margin-left: 10px;
  }
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
.content {
 /* padding-top: 45px;
  padding-bottom: 115px;*/
}
.content-block,
.content .seo__text{
  margin-top: 40px;
}
.content .section-title {
  text-align: left;
}

.format-text a[href$=".jpeg"],
.format-text a[href$=".jpg"],
.format-text a[href$=".png"],
.format-text a[href$=".webp"] {
  position: relative;
  display: inline-block;
  line-height: 0;
  overflow: hidden;
}
.format-text gallery {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 40px -15px;
  clear: both;
}
.format-text gallery a {
  width: calc(25% - 30px);
  height: 0;
  padding-bottom: 14%;
  margin: 15px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.format-text .alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
  position: relative;
  top: 5px;
}
.format-text .alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
  position: relative;
  top: 5px;
}
.format-text .aligncenter {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
  top: 5px;
}
.format-text a.aligncenter {
  display: block !important;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 450px !important;
  margin-bottom: 20px;
}
.format-text p {
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.format-text p:first-child {
  margin-top: 0;
}
.format-text p:last-child {
  margin-bottom: 0;
}
.format-text h1,
.format-text h2,
.format-text h3,
.format-text h4,
.format-text h5,
.format-text h6 {
  margin: 40px 0 20px;
  clear: both;
}
.format-text h1:first-child,
.format-text h2:first-child,
.format-text h3:first-child,
.format-text h4:first-child,
.format-text h5:first-child,
.format-text h6:first-child{
  margin-top: 0;
}
.format-text h1 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.175;
  text-transform: uppercase;
}
.format-text h2 {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.15;
}
.format-text h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.16;
}
.format-text h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
}
.format-text h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1875;
}
.format-text h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1875;
}
.format-text a:not(.btn):not(.btn-bdr) {
  color: #DA251C;
  text-decoration: none;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition: -webkit-text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s, -webkit-text-decoration-color 0.3s;
}
.format-text a:not(.btn):not(.btn-bdr):hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #DA251C;
          text-decoration-color: #DA251C;
}
.format-text b, .format-text strong {
  font-weight: 700;
}
.format-text ul,
.format-text ol {
  margin: 40px 0;
  text-align: left;
  padding: 0;
}
.format-text ul li,
.format-text ol li {
  position: relative;
  line-height: 1.5;
  /*margin-bottom: 10px;*/
  margin-bottom: 0px;
  font-weight: 300;
  padding-left: 30px;
  break-inside: avoid-column;
}
.format-text ul li:before, .format-text ul li:after,
.format-text ol li:before,
.format-text ol li:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 10px;
  height: 2px;
  left: 0;
  top: 10px;
  background-color: #DA251C;
}
.format-text ul li:after,
.format-text ol li:after {
  transform: rotate(90deg);
}
.format-text ul li ul,
.format-text ul li ol,
.format-text ol li ul,
.format-text ol li ol {
  margin: 20px 0;
}
.format-text ol {
  counter-reset: item;
}
.format-text ol > li:before {
  content: counter(item) ".";
  counter-increment: item;
  background-color: transparent;
  width: auto;
  height: auto;
  font-weight: 700;
  color: #DA251C;
  top: 0;
}
.format-text ol > li:after {
  display: none;
}
.format-text ol > li ol {
  counter-reset: subitem;
}
.format-text ol > li ol li {
  padding-left: 40px;
}
.format-text ol > li ol li:before {
  content: counter(item) "." counter(subitem) ".";
  counter-increment: subitem;
}
.format-text blockquote {
  width: 690px;
  margin: 40px auto 0;
  font-style: italic;
  background-color: rgba(238, 55, 17, 0.2);
  border: 1px solid #DA251C;
  padding: 45px 70px;
  text-align: center;
}
.format-text .table {
  min-width: 690px;
  max-width: 100%;
  margin: 40px 0 0;
  display: inline-block;
  position: relative;
}
.format-text .table.is-scroll {
  padding-top: 40px;
}
.format-text .table.is-scroll:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0;
  right: 10px;
  width: 25px;
  height: 25px;
  background: url("../img/right-left.svg") 0 0 no-repeat;
  background-size: contain;
  z-index: 2;
}
.format-text table {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  border: 1px solid #DA251C;
}
.format-text table th {
  text-align: left;
  padding: 17px 35px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  background-color: #DA251C;
}
.format-text table tr:nth-child(2n) {
  background-color: #f9f9f9;
}
.format-text table td {
  text-align: left;
  padding: 20px 35px;
  font-size: 14px;
  line-height: 1.5;
}
@keyframes moveArrows {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}

@media only screen and (min-width: 992px) {
  .format-text a[href$=".jpeg"]:before,
.format-text a[href$=".jpg"]:before,
.format-text a[href$=".png"]:before,
.format-text a[href$=".webp"]:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url("../img/zoom.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 2;
  }
  .format-text a[href$=".jpeg"]:after,
.format-text a[href$=".jpg"]:after,
.format-text a[href$=".png"]:after,
.format-text a[href$=".webp"]:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(218, 37, 28, 0.65);
    opacity: 0;
    transition: opacity 0.3s;
  }
  .format-text a[href$=".jpeg"]:hover:before,
.format-text a[href$=".jpg"]:hover:before,
.format-text a[href$=".png"]:hover:before,
.format-text a[href$=".webp"]:hover:before {
    opacity: 1;
  }
  .format-text a[href$=".jpeg"]:hover:after,
.format-text a[href$=".jpg"]:hover:after,
.format-text a[href$=".png"]:hover:after,
.format-text a[href$=".webp"]:hover:after {
    opacity: 1;
  }
}

@media only screen and (max-width: 1199px) {
 /* .content {
    padding-bottom: 80px;
  }*/

  .format-text gallery {
    margin-left: -10px;
    margin-right: -10px;
  }
  .format-text gallery a {
    margin: 10px;
    width: calc(25% - 20px);
  }
  .format-text blockquote {
    width: 100%;
  }
  .format-text .table {
    min-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .format-text blockquote {
    padding: 45px;
  }
  .format-text .table.is-scroll table {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    display: block;
  }
  .format-text .table.is-scroll:before {
    background: url("../img/swipe.svg") 0 0 no-repeat;
    animation: moveArrows 1s infinite linear;
  }
}
@media only screen and (max-width: 767px) {
  .format-text gallery a {
    width: calc(50% - 20px);
    padding-bottom: 28%;
  }
}
@media only screen and (max-width: 575px) {
 /* .content {
    padding-top: 30px;
  }*/
  .content-block,
  .content .seo__text{
    margin-top: 30px;
  }

  .format-text .alignright,
.format-text .alignleft {
    max-width: 100%;
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
    top: auto;
  }
  .format-text .alignright img,
.format-text .alignleft img {
    width: 100%;
  }
  .format-text h1 {
    font-size: 30px;
    letter-spacing: 0;
  }
  .format-text h2 {
    font-size: 26px;
  }
  .format-text h3 {
    font-size: 22px;
  }
  .format-text h4 {
    font-size: 18px;
  }
  .format-text h5 {
    font-size: 14px;
  }
  .format-text h6 {
    font-size: 12px;
  }
  .format-text ul > li:before, .format-text ul > li:after {
    top: 8px;
  }
  .format-text blockquote {
    padding: 30px;
  }
  .format-text table td {
    padding: 15px 20px;
    font-size: 12px;
  }
  .format-text table th {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 374px) {
  .format-text gallery {
    margin-left: -5px;
    margin-right: -5px;
  }
  .format-text gallery a {
    width: calc(50% - 10px);
    margin: 5px;
  }
}
@media only screen and (min-width: 1200px) {
  .header:not(.is-fixed):not(.is-not-transparent) {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 1s, transform 1s;
  }
  .header:not(.is-fixed):not(.is-not-transparent).anim-header {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
}
.logo {
  display: inline-block;
  line-height: 0;
  width: 80px;
}
.logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  box-shadow: none;
}
.header.is-fixed .navbar {
  background-color: #fff;
  box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(218, 37, 28, 0.12), 0px 3px 0px #DA251C;
}
.header.is-fixed .navbar__btn {
  border-color: #DA251C;
  color: #DA251C;
}
.header.is-fixed .navbar__btn:hover {
  background-color: #DA251C;
  color: #fff;
}
.header.is-fixed .navbar__time {
  color: rgba(48, 48, 48, 0.7);
}
.header.is-fixed .navbar__time .svg path {
  fill: #DA251C;
}
.header.is-fixed .navbar .hamburger-inner,
.header.is-fixed .navbar .hamburger-inner::after,
.header.is-fixed .navbar .hamburger-inner::before {
  background-color: #DA251C;
}
.header.is-fixed .navbar__phone > a {
  color: #303030;
}
.header.is-fixed .navbar__phone.is-dropdown:after {
  border-color: #303030 transparent transparent transparent;
}
.header:not(.is-fixed).is-not-transparent .navbar {
  background-color: #303030;
  box-shadow: 0px 3px 0px #DA251C;
}
.header:not(.is-fixed).is-not-transparent .navbar__btn {
  border-color: #DA251C;
  color: #DA251C;
}
.header:not(.is-fixed).is-not-transparent .navbar__btn:hover {
  background-color: #DA251C;
  color: #fff;
}
.header:not(.is-fixed).is-not-transparent .navbar__time {
  color: rgba(255, 255, 255, 0.7);
}
.header:not(.is-fixed).is-not-transparent .navbar__time .svg path {
  fill: #DA251C;
}

.navbar {
  background-color: transparent;
  box-shadow: none;
}
.navbar-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 120px;
  width: 100%;
  position: relative;
}
.navbar__right {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.navbar__callback {
  text-align: right;
}
.navbar__phone {
  position: relative;
  line-height: 1;
  cursor: pointer;
}
.navbar__phone > a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.15em;
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.3s;
}
.navbar__phone.is-dropdown {
  padding-right: 13px;
}
.navbar__phone.is-dropdown:after {
  position: absolute;
  content: "";
  display: inline-block;
  right: 0;
  top: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 3.5px 0 3.5px;
  border-color: #fff transparent transparent transparent;
  transition: border-color 0.3s;
}
.navbar__phone.is-dropdown:hover .navbar__phones {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.navbar__phone.is-dropdown + .navbar__time {
  padding-right: 13px;
}
.navbar__phones {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  right: -13px;
  margin-top: 5px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, margin-top 0.3s;
  z-index: 2;
  box-shadow: 0px 6px 12px rgba(218, 37, 28, 0.1);
  padding: 40px 25px 15px;
}
.navbar__phones > a {
  font-weight: 700;
  color: #303030;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
  transition: color 0.3s;
  z-index: 2;
}
.navbar__phones > a + a {
  margin-bottom: 10px;
}
.navbar__phones > a:hover {
  color: #DA251C;
}
.navbar__phones:before {
  position: absolute;
  content: "";
  top: 27px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border: 1px solid #DA251C;
}
.navbar__mobile-phone {
  display: none;
}
.navbar__logo {
  flex-shrink: 0;
  width: 80px;
}
.navbar__time {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  transition: color 0.3s;
  margin-top: 3px;
}
.navbar__time .svg {
  width: 8px;
  height: 8px;
  margin-right: 6px;
  position: relative;
  top: 3px;
}
.navbar__time .svg path {
  fill: rgba(255, 255, 255, 0.5);
}
.navbar__btn {
  font-size: 10px;
  padding: 7px 18px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  transition: background-color 0.3s, color 0.3s;
  margin-left: 40px;
}
.navbar__btn:before {
  display: none;
}
.navbar__btn:hover {
  color: #303030;
  background-color: #fff;
}

.hamburger {
  cursor: pointer;
  padding: 0;
  z-index: 9;
  width: 30px;
  height: 20px;
  background-color: transparent;
  -webkit-user-select: none;
          user-select: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: none;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger .hamburger-box {
  width: 100%;
  height: 100%;
}
.hamburger .hamburger-inner,
.hamburger .hamburger-inner::after,
.hamburger .hamburger-inner::before {
  height: 2px;
  width: 100%;
  border-radius: 0;
  background-color: #fff;
}
.hamburger .hamburger-inner::after {
  top: 8px;
  width: 22px;
}
.hamburger .hamburger-inner::before {
  top: 17px;
  width: 14px;
}
.hamburger.is-active .hamburger-inner {
  top: 0;
}
.hamburger.is-active .hamburger-inner:after {
  top: 20px;
}
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .header.is-fixed .menu__link {
    color: #303030;
  }
  .header:not(.is-fixed).is-transparent .submenu:before {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .navbar__hamburger {
    display: none;
  }

  .menu__list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .menu__item {
    position: relative;
  }
  .menu__item + .menu__item {
    margin-left: 20px;
  }
  .menu__item:hover > .submenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
  .menu__item:hover .menu__link, .menu__item.active .menu__link {
    color: #DA251C;
  }
  .menu__item:hover .menu__link:before, .menu__item.active .menu__link:before {
    opacity: 1;
  }
  .menu__link {
    font-size: 16px;
    line-height: 1;
    padding: 10px 5px;
    color: #fff;
    transition: color 0.3s;
    text-decoration: none;
    position: relative;
  }
  .menu__link:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background-color: #DA251C;
    opacity: 0;
    transition: opacity 0.3s;
  }

  .submenu {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 240px;
    transition: opacity 0.3s, visibility 0.3s, top 0.3s;
    padding: 30px 25px 15px;
  }
  .submenu:before {
    position: absolute;
    top: 15px;
    left: 0px;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: block;
    content: "";
    box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.15);
  }
  .submenu__link {
    font-size: 12px;
    display: block;
    line-height: 1.2;
    text-decoration: none;
    transition: color 0.3s;
    padding: 8px 0;
  }
  .submenu__item {
    position: relative;
  }
  .submenu__item .submenu {
    left: 100%;
    top: -25px;
    padding: 30px 25px 15px 55px;
    width: 270px;
  }
  .submenu__item .submenu:before {
    left: 30px;
  }
  .submenu__item.active > .submenu__link, .submenu__item:hover > .submenu__link {
    color: #DA251C;
  }
  .submenu__item:hover > .submenu {
    opacity: 1;
    visibility: visible;
    top: -30px;
  }
  .submenu > .submenu__item:nth-child(1) {
    position: relative;
  }
  .submenu > .submenu__item:nth-child(1):before, .submenu > .submenu__item:nth-child(1):after {
    position: absolute;
    width: 14px;
    height: 14px;
    border: 2px solid #DA251C;
    display: inline-block;
    content: "";
    top: -10px;
    border-bottom: none;
  }
  .submenu > .submenu__item:nth-child(1):before {
    left: -20px;
    border-right: none;
  }
  .submenu > .submenu__item:nth-child(1):after {
    right: -20px;
    border-left: none;
  }
  .submenu > .submenu__item:last-child {
    position: relative;
  }
  .submenu > .submenu__item:last-child:before, .submenu > .submenu__item:last-child:after {
    position: absolute;
    width: 14px;
    height: 14px;
    border: 2px solid #DA251C;
    display: inline-block;
    content: "";
    bottom: -10px;
    border-top: none;
  }
  .submenu > .submenu__item:last-child:before {
    left: -20px;
    border-right: none;
  }
  .submenu > .submenu__item:last-child:after {
    right: -20px;
    border-left: none;
  }
}
@media only screen and (min-width: 1467px) {
  .menu__item + .menu__item {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .header.open-popup {
    right: 17px;
  }
}
@media only screen and (max-width: 1466px) {
  .navbar-block {
    height: 100px;
  }
  .navbar__logo {
    width: 75px;
  }
}
@media only screen and (max-width: 1199px) {
  .navbar-block {
    height: 80px;
  }
  .navbar__logo {
    width: 65px;
  }
  .navbar__hamburger {
    margin-left: 40px;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 767px) {
  .navbar__hamburger {
    margin-left: 30px;
  }
  .navbar__btn {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .header.is-fixed .navbar__mobile-phone .svg path {
    fill: #DA251C;
  }

  .navbar__hamburger {
    margin-left: 20px;
  }
  .navbar__btn {
    margin-left: 20px;
  }
  .navbar__callback {
    display: none;
  }
  .navbar__mobile-phone {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    -webkit-user-select: none;
            user-select: none;
    transition: background-color 0.2s;
    margin-left: auto;
    width: 26px;
    height: 26px;
    margin-left: 20px;
  }
  .navbar__mobile-phone .svg {
    width: 26px;
    height: 26px;
  }
  .navbar__mobile-phone .svg path {
    transition: fill 0.3s;
  }
}
@media only screen and (max-width: 399px) {
  .navbar__btn {
    width: 90px;
    line-height: 1.2;
    font-size: 8px;
  }
}
.mobile-menu__bot {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .mobile-menu__bot {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 30px 20px;
    color: #fff;
  }
  .mobile-menu__btn {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    margin-top: 30px;
  }
  .mobile-menu__contacts {
    width: 100%;
  }
  .mobile-menu__contact .contact__title {
    font-weight: 300;
    font-size: 12px;
  }
  .mobile-menu__contact .contact__info {
    color: #fff;
    font-size: 14px;
  }
  .mobile-menu__contact .contact__info a {
    color: #fff;
  }
  .mobile-menu__contact + .mobile-menu__contact {
    margin-top: 25px;
  }
  .mobile-menu__contact .social__link {
    margin-right: 10px;
  }

  .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    z-index: 20;
    cursor: pointer;
  }
  .overlay.is-visible {
    opacity: 1;
    visibility: visible;
  }

  .menu-block {
    position: fixed;
    opacity: 1;
    visibility: visible;
    top: 0;
    left: 0;
    right: auto;
    width: 250px;
    height: 100%;
    max-height: 100vh;
    z-index: 20;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
    margin-left: -100%;
    transition: margin-left 0.5s;
    margin-top: 0;
    padding: 0;
    background-color: #2e2e2e;
    border: none;
    box-shadow: none;
  }
  .menu-block.noscroll-y {
    overflow-y: hidden;
  }
  .menu-block.is-visible {
    margin-left: 0;
  }
  .menu-block__container {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .menu {
    width: 100%;
    background-color: #2e2e2e;
  }
  .menu__list {
    flex-direction: column;
    align-items: flex-start;
  }
  .menu__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .menu__item.active .menu__link {
    color: #DA251C;
    background-color: #fff;
  }
  .menu__item.active .menu__link:after {
    border-color: transparent transparent transparent #DA251C;
  }
  .menu__item--sub > .menu__link {
    position: relative;
  }
  .menu__item--sub > .menu__link:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 4px;
    border-color: transparent transparent transparent #fff;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .menu__link {
    width: 100%;
    font-size: 16px;
    display: block;
    line-height: 1;
    padding: 15px 20px;
    text-decoration: none;
    color: #fff;
  }
  .menu__title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background-color: rgba(255, 255, 255, 0.1);
  }
  .menu__title a {
    color: #fff;
    font-size: 16px;
    padding: 15px 20px;
    line-height: 1;
    display: block;
    width: 100%;
    text-decoration: none;
  }
  .menu__back {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 17px 20px 13px;
    line-height: 1;
    background-color: #DA251C;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
  }
  .menu__back img {
    margin-right: 10px;
    flex-shrink: 0;
    width: 12px;
    height: auto;
  }

  .submenu {
    transition: left 0.3s ease-in, opacity 0.3s ease-in;
    position: fixed;
    top: 0;
    left: 100%;
    height: 100%;
    max-height: 100vh;
    width: 250px;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #2e2e2e;
    z-index: 2;
    opacity: 0;
  }
  .submenu.noscroll-y {
    overflow-y: hidden;
  }
  .submenu.slide-prev {
    left: 0;
    opacity: 1;
  }
  .submenu.slide-next {
    left: -100%;
  }
  .submenu__item {
    transition: color 0.2s;
    width: 100%;
    display: block;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .submenu__item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  .submenu__item.active > .submenu__link {
    color: #DA251C;
    background-color: #fff;
  }
  .submenu__item.active > .submenu__link:after {
    border-color: transparent transparent transparent #DA251C;
  }
  .submenu__item--sub > .submenu__link {
    position: relative;
  }
  .submenu__item--sub > .submenu__link:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.5px 0 2.5px 3px;
    border-color: transparent transparent transparent #fff;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .submenu__link {
    width: 100%;
    line-height: 1;
    display: block;
    padding: 15px 20px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
  }
}
.footer {
  background-color: #2e2e2e;
  color: #fff;
}
.footer-top {
  position: relative;
}
.footer-top-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 75px;
  position: relative;
  z-index: 2;
}
.footer-head {
  flex-shrink: 0;
  width: 135px;
  margin-right: 30px;
}
.footer__logo {
  width: 100%;
}
.footer-contacts {
  flex-shrink: 0;
  width: 255px;
  text-align: right;
  margin-left: 30px;
}
.footer-menu {
  column-count: 2;
  column-gap: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  margin-bottom: -30px;
}
.footer-menu li {
  margin-bottom: 30px;
  width: 210px;
  line-height: 1;
}
.footer-menu li:last-child {
  margin-bottom: 0;
}
.footer-menu li.active a {
  color: #DA251C;
}
.footer-menu a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  transition: color 0.3s;
  text-decoration: none;
}
.footer-menu a:hover {
  color: #DA251C;
}
.footer__callback {
  line-height: 1;
}
.footer__phones {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  justify-content: flex-start;
}
.footer__phones a {
  font-weight: 700;
  color: #FFF;
  font-size: 24px;
  line-height: 1.5;
  transition: color 0.3s;
  white-space: nowrap;
  text-decoration: none;
}
.footer__phones a:hover {
  color: #DA251C;
}
.footer__time {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  letter-spacing: 0.1em;
  margin-top: 5px;
}
.footer__time .svg {
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.footer__time .svg path {
  fill: rgba(255, 255, 255, 0.5);
}
.footer__contact {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 30px;
  font-weight: 700;
}
.footer__contact + .footer__contact {
  margin-top: 5px;
}
.footer__contact a {
  color: #DA251C;
  font-weight: 400;
  text-decoration: none;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition: -webkit-text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s, -webkit-text-decoration-color 0.3s;
}
.footer__contact a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #DA251C;
          text-decoration-color: #DA251C;
}
.footer-bot {
  background-color: #2a2a2a;
}
.footer-bot-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
}

.copy {
  font-size: 10px;
  color: #797979;
  line-height: 1.5;
}

.developer {
  flex-shrink: 0;
  margin-left: 300px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 10px;
}
.developer__title {
  font-size: 10px;
  color: #797979;
  line-height: 1.5;
  order: -1;
  text-decoration: none;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition: color 0.3s, -webkit-text-decoration-color 0.3s;
  transition: color 0.3s, text-decoration-color 0.3s;
  transition: color 0.3s, text-decoration-color 0.3s, -webkit-text-decoration-color 0.3s;
  position: relative;
  top: -5px;
}
.developer__logo {
  width: 120px;
  flex-shrink: 0;
  margin-left: 30px;
}
.developer__logo .svg {
  width: 100%;
}
.developer:hover .developer__title {
  color: #fff;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
  text-decoration: underline;
}

@media only screen and (min-width: 1200px) {
  @keyframes animCrossTop {
    100% {
      transform: translateY(50px);
    }
  }
  @keyframes animCrossCenter {
    100% {
      transform: translateY(-80px);
    }
  }
  @keyframes animCrossBot {
    100% {
      transform: translateY(-50px);
    }
  }
  .footer-cross__icon {
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: calc(-50% - 2.5px);
    visibility: hidden;
  }
  .footer-cross__icon:before, .footer-cross__icon:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    top: calc(50% - 1px);
    background-color: #DA251C;
  }
  .footer-cross__icon:after {
    transform: rotate(90deg);
  }
  .footer-cross__item {
    position: absolute;
    bottom: 0;
    top: 0;
    width: 1px;
    left: 50%;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.05);
  }
  .footer-cross__item:nth-child(2) {
    margin-left: -420px;
  }
  .footer-cross__item:nth-child(3) {
    margin-left: 420px;
  }
  .footer-cross__item:nth-child(1) .footer-cross__icon {
    bottom: 10px;
  }
  .footer-cross__item:nth-child(2) .footer-cross__icon {
    top: 10px;
  }
  .footer-cross__item:nth-child(3) .footer-cross__icon {
    bottom: 50px;
  }
}
@media only screen and (max-width: 1466px) {
  .developer {
    margin-left: 200px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-menu li {
    width: auto;
    min-width: 150px;
  }

  .developer {
    margin-left: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-top-block {
    flex-wrap: wrap;
  }
  .footer-contacts {
    width: calc(100% - 165px);
    margin-left: 0;
  }
  .footer-head {
    margin-right: 0;
  }
  .footer-menu {
    order: 1;
    width: 100%;
    margin-top: 40px;
  }
  .footer-bot-block {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }

  .developer {
    flex-direction: column;
    margin-left: 0;
    width: auto;
    top: auto;
    margin-top: 20px;
  }
  .developer__title {
    order: 1;
  }
  .developer__logo {
    margin-left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .footer-head {
    width: 100px;
  }
  .footer-contacts {
    width: calc(100% - 130px);
  }
  .footer-menu li {
    margin-bottom: 20px;
  }
  .footer-menu li a {
    font-size: 16px;
  }
  .footer__phones a {
    font-size: 22px;
  }
  .footer__contact {
    font-size: 14px;
    margin-top: 15px;
  }
  .footer__time {
    font-size: 10px;
  }
  .footer__time .svg {
    top: 0;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 374px) {
  .footer-contacts {
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-top: 30px;
  }
  .footer__phones {
    align-items: center;
  }
  .footer__time {
    justify-content: center;
  }
  .footer-head {
    margin-left: auto;
    margin-right: auto;
  }
}
.fancybox-is-open .fancybox-bg {
  background-color: #000;
  opacity: 0.5;
}

.fancybox-slide > * {
  margin: 15px 0;
}

.popup {
  background-color: #fff;
  width: 605px;
  display: inline-block;
  border-radius: 0;
  padding: 75px 80px;
  text-align: center;
}
.popup__title {
  font-weight: 700;
  font-size: 46px;
  line-height: 1;
}
.popup__title span {
  color: #DA251C;
}
.popup__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.25;
  margin-top: 12px;
}
.popup .form {
  margin-top: 35px;
}
.popup .form .input-wrapper + .input-wrapper {
  margin-top: 10px;
}
.popup .form .check-wrapper {
  margin-top: 10px;
}
.popup .form .check-wrapper input[type=checkbox] + span {
  margin-right: 13px;
}
.popup .form .submit-wrapper {
  width: 100%;
  margin-top: 25px;
  position: relative;
  z-index: 2;
}
.popup .form .submit-wrapper .btn {
  width: 100%;
}
.popup .form .submit-wrapper .btn--bdr {
  font-size: 14px;
  padding-top: 22px;
  padding-bottom: 22px;
}
.popup .form .submit-wrapper .btn--bdr:before, .popup .form .submit-wrapper .btn--bdr:after {
  width: 20px;
  height: 20px;
}
.popup .form .submit-wrapper .btn--bdr__crs:before, .popup .form .submit-wrapper .btn--bdr__crs:after {
  width: 20px;
  height: 20px;
}
.popup__close {
  position: absolute;
  display: inline-block;
  box-shadow: none;
  border: none;
  cursor: pointer;
  padding: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border-radius: 0;
  z-index: 3;
  top: 30px;
  right: 30px;
}
.popup__close .svg {
  width: 20px;
  height: 20px;
}
.popup__close .svg path {
  fill: #DA251C;
  transition: fill 0.3s;
}
.popup__close:hover .svg path {
  fill: #303030;
}
.popup .fancybox-close-small {
  display: none;
}
.popup--is-resume {
  width: 1047px;
}
.popup--is-resume .form {
  width: 100%;
}
.popup--is-resume .form-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.popup--is-resume .form-block > .input-wrapper {
  width: 335px;
  flex-shrink: 0;
}
.popup--is-resume .form-block > .input-wrapper textarea {
  height: 110px;
}
.popup--is-resume .form-grid {
  width: 534px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.popup--is-resume .form-grid .input-wrapper {
  margin-bottom: 10px;
  width: calc(50% - 9px);
}
.popup--is-resume .form-grid .input-wrapper + .input-wrapper {
  margin: 0;
}
.popup--is-resume .form-foot {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.popup--is-resume .form-foot .check-wrapper {
  margin-top: 0;
}
.popup--is-resume .form-foot .submit-wrapper {
  width: 305px;
  margin-left: 30px;
  margin-top: 0;
}
.popup--is-resume .form-foot .submit-wrapper .btn {
  padding-top: 15px;
  padding-bottom: 15px;
}
.popup--is-resume .form .file-upload {
  position: relative;
  text-align: left;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  overflow: hidden;
  width: calc(50% - 9px);
}
span.wpcf7-form-control-wrap.your_file{
  position: unset;
}
.popup--is-resume .form .file-upload input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}
.wpcf7-form-control-wrap {
  position: relative;
  display: block;
  width: 100%;
}
.popup--is-resume .form .file-upload__btn {
  cursor: pointer;
  width: 100%;
  height: 50px;
  background-color: #DA251C;
  font-size: 14px;
  color: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 10px;
  line-height: 1.5;
  position: relative;
}
.popup--is-resume .form .file-upload__btn span {
  font-size: 10px;
}
.popup--is-resume .form .file-upload__delete {
  display: none;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 300;
  font-size: 12px;
  color: #DA251C;
}
.popup--is-resume .form .file-upload__delete .svg {
  width: 12px;
  height: 12px;
  margin-right: 10px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.popup--is-resume .form .file-upload__delete .svg path {
  fill: #DA251C;
}
.popup--is-resume .form .file-upload__name {
  font-size: 12px;
  width: 100%;
  text-align: center;
  line-height: 1;
  word-break: break-all;
}

@media only screen and (max-width: 1199px) {
  .popup__title {
    font-size: 40px;
  }
  .popup__text {
    font-size: 16px;
  }
  .popup--is-resume {
    width: 100%;
    max-width: 95%;
  }
  .popup--is-resume .form-block > .input-wrapper {
    width: 300px;
  }
  .popup--is-resume .form-grid {
    width: calc(100% - 310px);
  }
  .popup--is-resume .form-grid .input-wrapper {
    width: calc(50% - 5px);
  }
  .popup--is-resume .form .file-upload {
    width: calc(50% - 5px);
  }
}
@media only screen and (max-width: 991px) {
  .popup--is-resume {
    width: 100%;
    max-width: 95%;
  }
  .popup--is-resume .form-block {
    flex-direction: column;
  }
  .popup--is-resume .form-block > .input-wrapper {
    width: 100%;
  }
  .popup--is-resume .form-grid {
    width: 100%;
  }
  .popup--is-resume .form-foot {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .popup {
    width: 100%;
    max-width: 95%;
  }
  .popup--is-resume {
    padding: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .popup {
    padding: 50px 40px 40px;
  }
  .popup__title {
    font-size: 36px;
  }
  .popup__text {
    font-size: 14px;
  }
  .popup__close {
    top: 20px;
    right: 20px;
  }
  .popup .form {
    margin-top: 20px;
  }
  .popup .form .submit-wrapper .btn--bdr {
    padding-left: 30px;
    padding-right: 30px;
  }
  .popup--is-resume .form-foot {
    flex-direction: column;
  }
  .popup--is-resume .form-foot .submit-wrapper {
    margin-top: 20px;
    width: 100%;
    margin-left: 0;
  }
  .popup--is-resume .form-grid .input-wrapper {
    width: 100%;
    margin: 0;
  }
  .popup--is-resume .form-grid .input-wrapper + .input-wrapper {
    margin-top: 10px;
  }
  .popup--is-resume .form-block > .input-wrapper textarea {
    height: 200px;
  }
  .popup--is-resume .form .file-upload {
    margin-top: 10px;
    width: 100%;
  }
}
@media only screen and (max-width: 359px) {
  .popup {
    padding: 50px 30px 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero__video, .hero__info, .hero-cross {
    opacity: 0;
    visibility: hidden;
  }
  .hero.anim-hero .hero-cross {
    opacity: 1;
    visibility: visible;
  }
  .hero.anim-hero .hero__info {
    opacity: 1;
    visibility: visible;
  }
  .hero.anim-hero .hero__video {
    opacity: 1;
    visibility: visible;
  }

  @keyframes animCircle1 {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes animCircle2 {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes animCircle3 {
    25% {
      opacity: 1;
    }
    50% {
      opacity: 0;
      width: 250px;
      height: 250px;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes slideInTop {
    0% {
      transform: translateY(40px);
      opacity: 0;
    }
    100% {
      transform: translateY(0px);
      opacity: 1;
    }
  }
  @keyframes animHeroCrossTop {
    100% {
      transform: translateY(15vh);
    }
  }
  @keyframes animHeroCrossBot {
    100% {
      transform: translateY(-10vh);
    }
  }
  .hero-cross__icon {
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: calc(-50% - 2.5px);
  }
  .hero-cross__icon:before, .hero-cross__icon:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    top: calc(50% - 1px);
    background-color: #DA251C;
  }
  .hero-cross__icon:after {
    transform: rotate(90deg);
  }
  .hero-cross__item {
    position: absolute;
    bottom: 0;
    top: 0;
    width: 1px;
    left: 50%;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.05);
  }
  .hero-cross__item:nth-child(2), .hero-cross__item:nth-child(5) {
    margin-left: -420px;
  }
  .hero-cross__item:nth-child(3), .hero-cross__item:nth-child(6) {
    margin-left: 420px;
  }
  .hero-cross__item:nth-child(1) .hero-cross__icon {
    top: 25%;
  }
  .hero-cross__item:nth-child(2) .hero-cross__icon {
    top: 10%;
  }
  .hero-cross__item:nth-child(3) .hero-cross__icon {
    top: 15%;
  }
  .hero-cross__item:nth-child(4) .hero-cross__icon {
    bottom: 5%;
  }
  .hero-cross__item:nth-child(5) .hero-cross__icon {
    bottom: 20%;
  }
  .hero-cross__item:nth-child(6) .hero-cross__icon {
    bottom: 10%;
  }
}
.main.is-home {
  padding-top: 0;
}

.hero {
  min-height: 600px;
  height: 100vh;
  position: relative;
  color: #fff;
  background-color: #2e2e2e;
}
.hero__crs {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 2;
}
.hero__crs:after, .hero__crs:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 75px;
  height: 75px;
  border: 2px solid #DA251C;
  bottom: 40px;
  border-top: none;
}
.hero__crs:before {
  left: 40px;
  border-right: none;
}
.hero__crs:after {
  right: 40px;
  border-left: none;
}
.hero-slider, .hero-slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero-slider .slick-list,
.hero-slider .slick-track {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero-slider .slick-dots {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 50%;
  margin-right: -845px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero-slider .slick-dots li {
  display: inline-block;
  margin-right: 0;
  margin-left: 0;
  line-height: 1;
  font-size: 0px;
}
.hero-slider .slick-dots li + li {
  margin-left: 0;
  margin-top: 15px;
}
.hero-slider .slick-dots li button {
  width: 14px;
  height: 14px;
  background-color: #555;
  text-indent: -9999px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.24);
}
.hero-slider .slick-dots li.slick-active button {
  background-color: #DA251C;
}
.hero-slide__container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 2;
}
.hero-slide + .hero-slide {
  opacity: 0;
}
.hero__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  filter: blur(1px);
}
.hero__bg:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-color: rgba(48, 48, 48, 0.8);
}
.hero__info {
  max-width: 50%;
}
.hero__text {
  line-height: 1.7;
  margin-top: 20px;
}
.hero__suptitle {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.16;
}
.hero__title,
.hero__suptitle span{
  font-size: 90px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1;
}
.hero-tizer {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 300px;
  margin-top: 8px;
  padding: 18px 10px 14px 18px;
  position: relative;
}
.hero-tizer__numb {
  line-height: 0.765;
  text-transform: uppercase;
  font-size: 75px;
  font-weight: 700;
  position: relative;
  margin-right: 5px;
}
.hero-tizer__numb span {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  left: calc(100% + 5px);
  display: inline-block;
  top: 0;
  white-space: nowrap;
}
.hero-tizer__text {
  font-size: 14px;
  line-height: 1.2;
}
.hero-tizer__crs {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  display: block;
}
.hero-tizer__crs-left {
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 0;
}
.hero-tizer__crs-left:before, .hero-tizer__crs-left:after {
  position: absolute;
  width: 11px;
  height: 11px;
  border: 2px solid #DA251C;
  border-right: none;
  display: inline-block;
  content: "";
  left: 0;
}
.hero-tizer__crs-left:before {
  top: 0;
  border-bottom: none;
}
.hero-tizer__crs-left:after {
  bottom: 0;
  border-top: none;
}
.hero-tizer__crs-right {
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  right: 0;
}
.hero-tizer__crs-right:before, .hero-tizer__crs-right:after {
  position: absolute;
  width: 11px;
  height: 11px;
  border: 2px solid #DA251C;
  border-left: none;
  display: inline-block;
  content: "";
  right: 0;
}
.hero-tizer__crs-right:before {
  top: 0;
  border-bottom: none;
}
.hero-tizer__crs-right:after {
  bottom: 0;
  border-top: none;
}
.hero__btn-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 45px;
}
.hero__btn-block .btn {
  margin-right: 28px;
}
.hero__btn-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
.hero__video {
  width: 290px;
  height: 290px;
  flex-shrink: 0;
  border-radius: 50%;
  position: relative;
  margin-right: 140px;
}
.hero__video-circle-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
}
.hero__video-circle-2 {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  display: inline-block;
}
.hero__video-circle-3 {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: inline-block;
  opacity: 0;
}
.hero__video .svg {
  width: 40px;
  height: auto;
  z-index: 2;
  margin-left: 5px;
}
.hero__social {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -845px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero__social .social__link {
  margin-right: 0;
  margin-bottom: 23px;
}
.hero__social .social__link:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1799px) {
  .hero-slider .slick-dots {
    margin-right: 0;
    right: 40px;
  }
  .hero__social {
    margin-left: 0;
    left: 40px;
  }
  .hero__crs:after, .hero__crs:before {
    width: 50px;
    height: 50px;
    bottom: 30px;
  }
  .hero__crs:before {
    left: 30px;
  }
  .hero__crs:after {
    right: 30px;
  }
}
@media only screen and (max-width: 1599px) {
  .hero-slide__container {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1466px) {
  .hero-slide__container {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 40px;
  }
  .hero__video {
    margin-right: 100px;
  }
  .hero__social {
    top: 40px;
  }
}
@media only screen and (max-width: 1339px) {
  .hero-slide__container {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-slide__container {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
  }
  .hero__social {
    display: none;
  }
  .hero__text {
    font-size: 14px;
  }
  .hero__suptitle {
    font-size: 10px;
  }
  .hero__title,
  .hero__suptitle span{
    font-size: 74px;
  }
  .hero-tizer {
    width: 270px;
  }
  .hero-tizer__numb {
    font-size: 60px;
  }
  .hero-tizer__numb span {
    font-size: 14px;
  }
  .hero-tizer__text {
    font-size: 12px;
  }
  .hero__btn-text {
    font-size: 12px;
  }
  .hero__btn {
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 20px;
  }
  .hero__video {
    width: 200px;
    height: 200px;
  }
  .hero__video-circle-2 {
    width: 90px;
    height: 90px;
  }
  .hero__video-circle-3 {
    width: 120px;
    height: 120px;
    opacity: 1;
  }
  .hero__video .svg {
    width: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .hero {
    height: auto;
    min-height: auto;
  }
  .hero-slider {
    position: relative;
  }
  .hero-slider .slick-list,
.hero-slider .slick-track {
    position: relative;
  }
  .hero-slide {
    position: relative;
  }
  .hero-slide__container {
    padding: 130px 15px 80px;
    margin-top: 0;
  }
  .hero__video {
    margin-right: 60px;
  }
  .hero__info {
    width: calc(100% - 320px);
    max-width: 100%;
  }
  .hero__btn-block {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
  }
  .hero__btn {
    margin-bottom: 10px;
  }
  .hero__crs:after, .hero__crs:before {
    width: 30px;
    height: 30px;
    bottom: 15px;
  }
  .hero__crs:before {
    left: 15px;
  }
  .hero__crs:after {
    right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slide__container {
    flex-direction: column;
  }
  .hero__video {
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
  }
  .hero__info {
    width: 100%;
    padding-right: 30px;
  }
  .hero__btn-block {
    flex-direction: row;
    align-items: center;
  }
  .hero__btn {
    margin-bottom: 0;
  }
  .hero-slider .slick-dots {
    right: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .hero__title,
  .hero__suptitle span{
    font-size: 60px;
  }
  .hero-slide__container {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 110px;
    padding-bottom: 60px;
  }
  .hero__btn-block {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
  }
  .hero__btn {
    margin-bottom: 10px;
  }
}
.services {
  margin: 95px 0;
}
.services-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px -15px -22px;
}
.services__btn {
  left: 50%;
  transform: translateX(-50%);
  margin-top: 45px;
}

.service {
  display: inline-block;
  margin: 0 15px 22px;
  position: relative;
  width: calc(33.33% - 30px);
  min-height: 156px;
  text-decoration: none;
}
.service:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(218, 37, 28, 0.65);
  opacity: 0;
  transition: opacity 0.3s;
}
.service:hover:after {
  opacity: 1;
}
.service:hover .service__crs {
  opacity: 0;
}
.service__title {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.15;
  position: absolute;
  top: 6px;
  left: 6px;
  height: calc(100% - 12px);
  width: calc(100% - 12px);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.service__image {
  position: absolute;
  top: 6px;
  left: 6px;
  height: calc(100% - 12px);
  width: calc(100% - 12px);
  z-index: -1;
}
.service__image:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
}
.service__crs {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  opacity: 1;
  transition: opacity 0.3s;
}
.service__crs-left {
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 0;
}
.service__crs-left:before, .service__crs-left:after {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid #DA251C;
  border-right: none;
  display: inline-block;
  content: "";
  left: 0;
}
.service__crs-left:before {
  top: 0;
  border-bottom: none;
}
.service__crs-left:after {
  bottom: 0;
  border-top: none;
}
.service__crs-right {
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  right: 0;
}
.service__crs-right:before, .service__crs-right:after {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid #DA251C;
  border-left: none;
  display: inline-block;
  content: "";
  right: 0;
}
.service__crs-right:before {
  top: 0;
  border-bottom: none;
}
.service__crs-right:after {
  bottom: 0;
  border-top: none;
}

@media only screen and (max-width: 1466px) {
  .service {
    min-height: 127px;
  }
  .service__title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1199px) {
  .services {
    margin: 80px 0;
  }

  .service {
    min-height: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .service {
    width: calc(50% - 30px);
    min-height: 115px;
  }
}
@media only screen and (max-width: 575px) {
  .services-block {
    margin-left: -10px;
    margin-right: -10px;
  }

  .service {
    width: calc(50% - 20px);
    margin: 0 10px 25px;
  }
  .service__title {
    font-size: 16px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 374px) {
  .service {
    width: calc(100% - 20px);
    margin: 0 10px 20px;
    min-height: 120px;
  }
}
.advantages {
  margin: 110px 0;
}
.advantages-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}

.advantage {
  width: 25%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  padding: 27px 20px 15px 27px;
  margin-bottom: -1px;
  min-height: 174px;
  text-decoration: none;
  box-shadow: none;
  transition: box-shadow 0.3s;
  margin-right: -1px;
}
.advantage:hover {
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.13);
  z-index: 2;
}
.advantage__icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  margin-right: 34px;
  position: relative;
  top: -2px;
}
.advantage__icon path {
  fill: #DA251C;
}
.advantage__title {
  font-weight: 700;
  font-size: 16px;
  color: #DA251C;
  line-height: 1.2;
  min-height: 40px;
  display: block;
}
.advantage__text {
  line-height: 1.85;
  font-size: 12px;
  margin-top: 5px;
  display: block;
}

@media only screen and (max-width: 1199px) {
  .advantages {
    margin: 80px 0;
  }

  .advantage {
    padding: 20px;
    min-height: auto;
    width: 33.33%;
  }
  .advantage__icon {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .advantage {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .advantage {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .advantage__title {
    font-size: 14px;
    min-height: auto;
    margin-top: 15px;
  }
  .advantage__icon {
    margin-right: 0;
    top: auto;
  }
  .advantage__text {
    font-size: 11px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 374px) {
  .advantage {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    width: 100%;
  }
  .advantage__title {
    margin-top: 0;
  }
  .advantage__icon {
    margin-right: 20px;
    top: -2px;
  }
}
.cta {
  padding: 60px 0 65px;
}
.cta:last-child{
  margin-bottom: 0;
}
.cta-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.cta__info {
  max-width: 810px;
}
.cta__btn {
  padding: 22px 80px;
  font-size: 14px;
  margin-left: 50px;
}
.cta__subtitle {
  line-height: 1.2;
  max-width: 620px;
  margin-top: 20px;
}
.cta__text {
  max-width: 620px;
  /*font-size: 14px;*/
  font-size: 16px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.2;
  margin-top: 35px;
}
.cta__text ul {
  margin: 0;
}
.cta__text ul li {
  padding-left: 20px;
  /*margin-bottom: 13px;*/
  margin-bottom: 0;
}
.cta__text ul li span {
  color: #DA251C;
}
.cta__text ul li:before {
  width: 5px;
  height: 5px;
  background-color: #DA251C;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
.cta__text ul li:after {
  display: none;
}
.cta__social {
  margin-top: 20px;
}

@media only screen and (max-width: 1466px) {
  .cta__btn {
    padding-left: 50px;
    padding-right: 50px;
    margin-left: 30px;
  }
  .cta__info {
    max-width: 750px;
  }
}
@media only screen and (max-width: 1199px) {
  .cta {
    padding: 80px 0;
  }

  .cta-block {
    flex-direction: column;
    align-items: flex-start;
  }
  .cta__info {
    max-width: 100%;
  }
  .cta__btn {
    padding-left: 80px;
    padding-right: 80px;
    margin-left: 0;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .cta__btn {
    padding-left: 50px;
    padding-right: 50px;
  }
  .cta__text {
    font-size: 12px;
  }
  .cta__text ul li:before {
    top: 6px;
  }
}
@media only screen and (max-width: 399px) {
  .cta__btn {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
.clients {
  margin: 115px 0 110px;
}
.clients-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 40px;
  flex-wrap: wrap;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}
.clients-block .slick-dots {
  margin-top: 30px;
}
.clients__back, .clients__next {
  position: absolute;
  top: calc(50% - 22px);
  transform: translateY(-50%);
}
.clients__back {
  left: 15px;
}
.clients__next {
  right: 15px;
}

.client {
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 15px;
  width: 215px;
}
.client img {
  width: auto;
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 1466px) {
  .clients-block {
    padding-left: 50px;
    padding-right: 50px;
  }

  .client {
    width: 185px;
  }
}
@media only screen and (max-width: 1199px) {
  .clients {
    margin: 80px 0;
  }

  .client {
    width: 180px;
  }
}
@media only screen and (max-width: 991px) {
  .client {
    width: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .client {
    width: 185px;
  }
}
@media only screen and (max-width: 575px) {
  .clients-block {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0;
  }

  .client {
    width: 100%;
  }
}
.steps-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -40px;
  margin-top: 95px;
}

.step {
  width: calc(25% - 40px);
  margin: 0 15px 30px;
  text-align: center;
}
.step__title {
  line-height: 1.7;
  font-weight: 300;
  margin-top: 35px;
}
.step__icon {
  width: 108px;
  height: 112px;
  flex-shrink: 0;
  margin-right: 30px;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.step__icon .svg {
  width: 90px;
  height: 90px;
}
.step__icon .svg path {
  fill: #303030;
}
.step__crs-left {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
}
.step__crs-left:before, .step__crs-left:after {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #DA251C;
  border-right: none;
  display: inline-block;
  content: "";
  left: 0;
}
.step__crs-left:before {
  top: 0;
  border-bottom: none;
}
.step__crs-left:after {
  bottom: 0;
  border-top: none;
}
.step__crs-right {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
}
.step__crs-right:before, .step__crs-right:after {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #DA251C;
  border-left: none;
  display: inline-block;
  content: "";
  right: 0;
}
.step__crs-right:before {
  top: 0;
  border-bottom: none;
}
.step__crs-right:after {
  bottom: 0;
  border-top: none;
}

@media only screen and (max-width: 1466px) {
  .steps-block {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .step__title {
    font-size: 14px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .step {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 575px) {
  .step__icon {
    width: 75px;
    height: 80px;
  }
  .step__icon .svg {
    width: 65px;
    height: 65px;
  }
  .step__title {
    line-height: 1.5;
  }
}
.projects {
  margin: 110px 0 105px;
}
.projects .container {
  position: relative;
}
.projects__btn {
  margin-top: 55px;
  min-width: 298px;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 30px;
  padding-right: 30px;
}
.projects__crs {
  position: absolute;
  bottom: 0;
  left: -50px;
  right: -50px;
  display: block;
  z-index: 2;
}
.projects__crs:after, .projects__crs:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 75px;
  height: 75px;
  border: 2px solid #DA251C;
  bottom: 0px;
  border-top: none;
}
.projects__crs:before {
  left: 0;
  border-right: none;
}
.projects__crs:after {
  right: 0;
  border-left: none;
}
.projects-slider {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 60px;
  padding-bottom: 75px;
}
.projects-slider.is-slider {
  margin-left: 0;
  margin-right: 0;
}
.projects-slider.is-slider .project {
  opacity: 0.35;
  transition: opacity 0.3s;
}
.projects-slider.is-slider .project.slick-active {
  opacity: 1;
}
.projects-slider.is-slider .slick-list:after {
  position: absolute;
  display: block;
  content: "";
  left: calc(50% + 485px);
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.projects-slider.is-slider .project {
  width: 374px;
  margin: 0 12px;
}
.projects-slider.is-slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 15px;
}

.project {
  width: calc(33.33% - 30px);
  min-height: 570px;
  margin: 0 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  padding: 20px;
}
.project:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: background-color 0.3s;
}
.project > span {
  position: relative;
  z-index: 2;
}
.project__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  text-transform: uppercase;
}
.project__date {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 30px;
}
.project__info {
  margin: auto 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.project__more {
  margin-left: auto;
  letter-spacing: 0;
  padding: 8px 30px;
}

@media only screen and (max-width: 1466px) {
  .projects-slider.is-slider .project {
    width: 300px;
    min-height: 455px;
  }
  .projects-slider.is-slider .slick-list:after {
    left: calc(50% + 390px);
  }

  .project {
    min-height: 555px;
  }
}
@media only screen and (max-width: 1299px) {
  .projects__crs {
    display: none;
  }
  .projects-slider {
    padding-bottom: 0;
  }
  .projects-slider.is-slider {
    padding-bottom: 60px;
    display: block;
    margin-left: -12px;
    margin-right: -12px;
  }
  .projects-slider.is-slider .slick-list {
    overflow: visible;
  }
  .projects-slider.is-slider .slick-list:after {
    display: none;
  }
  .projects-slider.is-slider .project {
    width: auto;
    min-height: 555px;
  }
}
@media only screen and (max-width: 1199px) {
  .projects {
    margin: 80px 0;
  }
  .projects-slider.is-slider .project {
    min-height: 435px;
  }

  .project {
    min-height: 435px;
  }
  .project__title {
    font-size: 20px;
    line-height: 1;
  }
  .project__date {
    font-size: 13px;
  }
}
@media only screen and (max-width: 991px) {
  .projects-slider.is-slider .project {
    min-height: 315px;
  }

  .project {
    min-height: 315px;
  }
  .project__more {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .project:hover:after {
    background-color: rgba(218, 37, 28, 0.65);
  }
}
@media only screen and (max-width: 767px) {
  .projects-slider.is-slider .project {
    min-height: 355px;
  }

  .project {
    min-height: 355px;
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 575px) {
  .projects-block {
    margin-top: 40px;
  }
  .projects__btn {
    margin-top: 40px;
    min-width: 240px;
  }
  .projects-slider.is-slider .project {
    min-height: 350px;
  }
  .projects-slider.is-slider .project.slick-center {
    opacity: 1;
  }

  .project {
    min-height: 350px;
  }
  .project__title {
    font-size: 18px;
  }
  .project__date {
    font-size: 12px;
  }
}
.about {
  padding: 120px 0 110px;
  background-repeat: no-repeat;
  background-size: 100% contain;
  background-position: top right;
}
.about:last-child{
  margin-bottom: 0;
}
.about .section-title {
  text-align: left;
}
.about-block {
  max-width: 930px;
  position: relative;
  z-index: 2;
}
.about__text {
  line-height: 2.5;
  margin-top: 28px;
}
.about__btn {
  margin-top: 45px;
  padding-left: 60px;
  padding-right: 60px;
}
.about__links {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 35px;
  margin-bottom: -10px;
}
.about__links a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
  transition: color 0.3s;
  margin-right: 44px;
  margin-bottom: 10px;
}
.about__links a:hover {
  color: #DA251C;
}
.about__links a .svg {
  flex-shrink: 0;
  width: 12px;
  height: 17px;
  margin-right: 17px;
  position: relative;
  top: -3px;
}
.about__links a .svg stroke {
  fill: #DA251C;
}

@media only screen and (max-width: 1466px) {
  .about {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .about {
    padding: 80px 0;
  }

  .about {
    padding: 80px 0;
    background-image: none !important;
  }
}
@media only screen and (max-width: 575px) {
  .about__links {
    flex-direction: column;
  }
  .about__links a .svg {
    margin-right: 12px;
  }
  .about__text {
    line-height: 2;
  }
}
.seo {
  margin: 100px 0 35px;
}
.content .seo{
  margin: 0;
  padding-top: 45px;
  padding-bottom: 115px;
}
.seo__text {
  /*font-size: 14px;*/
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 1466px) {
  .content .seo {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .seo {
    margin: 80px 0 30px;
  }
  .content .seo{
    margin: 0;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .content .seo{
    margin: 0;
    padding-top: 30px;
  }
}
.service-hero {
  padding: 50px 0 135px;
  position: relative;
}
.service-hero-block {
  max-width: 930px;
  margin-top: 80px;
  position: relative;
  z-index: 2;
}
.service-hero .section-title {
  text-align: left;
}
.service-hero__text {
  line-height: 2.5;
  margin-top: 25px;
}
.service-hero__price {
  color: #DA251C;
  font-weight: 900;
  font-size: 30px;
  line-height: 1;
  margin-top: 25px;
}
.service-hero__btns {
  margin-top: 55px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.service-hero__btns .btn {
  min-width: 213px;
  padding-left: 30px;
  padding-right: 30px;
}
.service-hero__btns .btn + .btn {
  margin-left: 27px;
}
.service-hero__foto {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 37%;
}
.service-hero__foto img {
  object-fit: contain;
}

@media only screen and (max-width: 1466px) {
  .service-hero {
    padding-bottom: 100px;
  }
  .service-hero-block {
    max-width: 780px;
    margin-top: 50px;
  }
  .service-hero__text {
    line-height: 2;
  }
  .service-hero__btns {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-hero {
    padding-bottom: 80px;
  }
  .service-hero:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(46, 46, 46, 0.75);
  }
  .service-hero-block {
    max-width: 100%;
  }
  .service-hero__foto {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .service-hero {
    padding-top: 40px;
    padding-bottom: 300px;
  }
  .service-hero:after {
    display: none;
  }
  .service-hero-block {
    margin-top: 30px;
  }
  .service-hero__price {
    font-size: 24px;
  }
  .service-hero__btns {
    flex-direction: column;
    align-items: flex-start;
  }
  .service-hero__btns .btn + .btn {
    margin-left: 0;
    margin-top: 10px;
  }
  .service-hero__foto {
    height: 300px;
    bottom: 0;
    top: auto;
  }
}
.page-services {
  margin: 75px 0;
}
.page-services-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px -15px -15px;
}

.page-service {
  display: inline-block;
  margin: 0 15px 15px;
  position: relative;
  width: calc(25% - 30px);
  min-height: 153px;
  text-decoration: none;
}
.page-service:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(218, 37, 28, 0.65);
  opacity: 0;
  transition: opacity 0.3s;
}
.page-service:hover:after {
  opacity: 1;
}
.page-service:hover .page-service__crs {
  opacity: 0;
}
.page-service__title {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.15;
  position: absolute;
  top: 6px;
  left: 6px;
  height: calc(100% - 12px);
  width: calc(100% - 12px);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.page-service__image {
  position: absolute;
  top: 6px;
  left: 6px;
  height: calc(100% - 12px);
  width: calc(100% - 12px);
  z-index: -1;
}
.page-service__image:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
}
.page-service__crs {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  opacity: 1;
  transition: opacity 0.3s;
}
.page-service__crs-left {
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 0;
}
.page-service__crs-left:before, .page-service__crs-left:after {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid #DA251C;
  border-right: none;
  display: inline-block;
  content: "";
  left: 0;
}
.page-service__crs-left:before {
  top: 0;
  border-bottom: none;
}
.page-service__crs-left:after {
  bottom: 0;
  border-top: none;
}
.page-service__crs-right {
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  right: 0;
}
.page-service__crs-right:before, .page-service__crs-right:after {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid #DA251C;
  border-left: none;
  display: inline-block;
  content: "";
  right: 0;
}
.page-service__crs-right:before {
  top: 0;
  border-bottom: none;
}
.page-service__crs-right:after {
  bottom: 0;
  border-top: none;
}

@media only screen and (max-width: 1466px) {
  .page-services {
    margin: 100px 0;
  }

  .page-service {
    min-height: 125px;
  }
  .page-service__title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1199px) {
  .page-services {
    margin: 80px 0;
  }

  .page-service {
    width: calc(33.33% - 30px);
  }
}
@media only screen and (max-width: 991px) {
  .page-service {
    min-height: 95px;
  }
}
@media only screen and (max-width: 767px) {
  .page-service {
    width: calc(50% - 30px);
    min-height: 105px;
  }
}
@media only screen and (max-width: 575px) {
  .page-services-block {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 40px;
    margin-bottom: -25px;
  }

  .page-service {
    width: calc(50% - 20px);
    margin: 0 10px 25px;
  }
  .page-service__title {
    font-size: 16px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 374px) {
  .page-service {
    width: calc(100% - 20px);
    margin: 0 10px 20px;
    min-height: 120px;
  }
}
.consist {
  margin: 115px 0 105px;
}
.consist__text {
  line-height: 1.7;
  margin-top: 60px;
}
.consist__text p {
  font-weight: 300;
  margin-top: 60px;
}
.consist__text ol {
  columns: 3;
  margin: 0;
  margin-bottom: -30px;
}
.consist__text ol li {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
  .consist {
    margin: 80px 0;
  }
  .consist__text {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .consist__text ol {
    columns: 2;
  }
}
@media only screen and (max-width: 767px) {
  .consist__text ol {
    columns: 1;
    margin-bottom: -20px;
  }
  .consist__text ol li {
    margin-bottom: 20px;
  }
  .consist__text p {
    margin-top: 40px;
  }
}
.service-cta {
  padding: 50px 0 60px;
}
.service-cta:last-child{
  margin-bottom: 0;
}
.service-cta-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.service-cta__info, .service-cta__form {
  width: calc(50% - 15px);
}
.service-cta__text {
  line-height: 1.7;
  margin-top: 25px;
}
.service-cta__social {
  margin-top: 20px;
}
.service-cta__phone {
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  text-decoration: none;
  line-height: 1.2;
  margin-top: 50px;
  display: inline-block;
  text-transform: uppercase;
  transition: color 0.3s;
}
.service-cta__phone:hover {
  color: #DA251C;
}
.service-cta__btn {
  display: block;
  margin-top: 20px;
  padding-left: 37px;
  padding-right: 37px;
}
.service-cta__form .form {
  margin-top: 25px;
}
.service-cta__form .form-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-cta__form .form-row .input-wrapper {
  width: calc(50% - 15px);
  margin-bottom: 13px;
}
.service-cta__form .form-row + .input-wrapper textarea {
  height: 88px;
}
.service-cta__form .form .check-wrapper {
  margin-top: 18px;
}
.service-cta__form .form .submit-wrapper {
  margin-top: 30px;
}
.service-cta__form .form .submit-wrapper .btn {
  padding-left: 63px;
  padding-right: 63px;
}

@media only screen and (max-width: 1199px) {
  .service-cta {
    padding: 80px 0;
  }
  .service-cta__text br {
    display: none;
  }
  .service-cta__form .form-row .input-wrapper {
    width: calc(50% - 5px);
  }
}
@media only screen and (max-width: 991px) {
  .service-cta-block {
    flex-direction: column;
  }
  .service-cta__form, .service-cta__info {
    width: 100%;
  }
  .service-cta__form {
    margin-top: 60px;
  }
  .service-cta__phone {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .service-cta__phone {
    font-size: 30px;
  }
  .service-cta__text {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .service-cta__form .form-row {
    flex-direction: column;
  }
  .service-cta__form .form-row .input-wrapper {
    width: 100%;
  }
  .service-cta__form .form-row + .input-wrapper textarea {
    height: 150px;
  }
}
.news-grid {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 45px -15px -50px;
}
.news__btn {
  margin-top: 54px;
  min-width: 298px;
  padding-left: 30px;
  padding-right: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.news-block {
  margin-bottom: 0;
  margin-top: 50px;
}
.news-block .new {
  margin-bottom: 0;
}
.news-block.is-slider {
  margin-left: 0;
  margin-right: 0;
}
.news-block.is-slider .new {
  width: 374px;
  margin: 0 12px;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.news-block.is-slider .new.slick-active {
  opacity: 1;
}
.news-block.is-slider .slick-dots {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.news-block.is-slider .slick-list:after {
  position: absolute;
  display: block;
  content: "";
  left: calc(50% + 485px);
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.new {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(33.33% - 30px);
  position: relative;
  margin: 0 15px 50px;
  padding-top: calc(240px + 28px);
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
}
.new:hover .new__photo:after {
  opacity: 1;
}
.new__title {
  font-size: 18px;
  color: #DA251C;
  text-transform: uppercase;
  display: block;
  line-height: 1.5;
  transition: color 0.2s;
  margin-bottom: 3px;
}
.new__photo {
  width: 100%;
  height: 240px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
}
.new__photo:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  background-color: rgba(218, 37, 28, 0.65);
  opacity: 0;
  transition: opacity 0.3s;
}
.new__date {
  font-size: 12px;
  white-space: nowrap;
  line-height: 1.8;
  color: #a7a7a7;
  margin-bottom: 7px;
}
.new__text {
  font-size: 14px;
  line-height: 1.8;
}

@media only screen and (max-width: 1466px) {
  .news-block.is-slider .slick-list:after {
    left: calc(50% + 450px);
  }
  .news-block.is-slider .new {
    width: 320px;
  }

  .new {
    padding-top: calc(195px + 28px);
  }
  .new__photo {
    height: 195px;
  }
}
@media only screen and (max-width: 1299px) {
  .news-block.is-slider {
    display: block;
    margin-left: -12px;
    margin-right: -12px;
  }
  .news-block.is-slider .slick-list {
    overflow: visible;
  }
  .news-block.is-slider .slick-list:after {
    display: none;
  }
  .news-block.is-slider .new {
    width: auto;
  }

  .new {
    padding-top: calc(195px + 28px);
  }
  .new__photo {
    height: 195px;
  }
}
@media only screen and (max-width: 1199px) {
  .new {
    padding-top: calc(152px + 25px);
  }
  .new__photo {
    height: 152px;
  }
}
@media only screen and (max-width: 991px) {
  .new {
    width: calc(50% - 30px);
    padding-top: calc(172px + 25px);
  }
  .new__photo {
    height: 172px;
  }
}
@media only screen and (max-width: 767px) {
  .new {
    padding-top: calc(124px + 25px);
  }
  .new__photo {
    height: 124px;
  }
}
@media only screen and (max-width: 575px) {
  .news-grid {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -40px;
  }
  .news__btn {
    margin-top: 40px;
    min-width: 240px;
  }
  .news-block {
    margin-bottom: 0;
  }
  .news-block.is-slider .new.slick-center {
    opacity: 1;
  }

  .new {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
    padding-top: calc(135px + 25px);
  }
  .new__photo {
    height: 135px;
  }
  .new__title {
    font-size: 16px;
  }
  .new__date {
    font-size: 10px;
  }
  .new__text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 479px) {
  .new {
    padding-top: calc(110px + 20px);
  }
  .new__photo {
    height: 110px;
  }
}
@media only screen and (max-width: 374px) {
  .new {
    width: calc(100% - 20px);
    padding-top: calc(150px + 20px);
  }
  .new__photo {
    height: 150px;
  }
}
.works-grid {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 45px -15px -30px;
}

.work {
  width: calc(25% - 30px);
  margin: 0 15px 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 30px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  color: #fff;
  text-decoration: none;
  min-height: 370px;
}
.work:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: background-color 0.3s;
}
.work:hover:after {
  background-color: rgba(218, 37, 28, 0.65);
}
.work > span {
  position: relative;
  z-index: 2;
}
.work__title {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 10px;
  transition: color 0.3s;
}
.work__subtitle {
  color: #DA251C;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
.work__btn {
  letter-spacing: 0;
  padding: 9px 37px;
  margin-top: 20px;
}
.work:nth-child(1), .work:nth-child(6) {
  width: calc(50% - 30px);
  padding-right: 280px;
}

@media only screen and (max-width: 1466px) {
  .work {
    min-height: 300px;
  }
  .work__title {
    font-size: 22px;
  }
  .work:nth-child(1), .work:nth-child(6) {
    padding-right: 200px;
  }
}
@media only screen and (max-width: 1199px) {
  .work {
    padding: 20px;
  }
  .work__title {
    font-size: 20px;
  }
  .work__subtitle {
    font-size: 14px;
  }
  .work:nth-child(1), .work:nth-child(6) {
    padding-right: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .work {
    width: calc(33.33% - 30px);
  }
  .work:nth-child(1), .work:nth-child(6) {
    width: calc(66.66% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .work {
    width: calc(50% - 30px);
    padding: 25px;
  }
  .work:nth-child(1), .work:nth-child(6) {
    width: calc(100% - 30px);
    padding-right: 160px;
  }
}
@media only screen and (max-width: 575px) {
  .works-grid {
    margin: 35px -10px -20px;
  }

  .work {
    width: calc(50% - 20px);
    padding: 15px;
    margin: 0 10px 20px;
    min-height: 250px;
  }
  .work:nth-child(1), .work:nth-child(6) {
    width: calc(100% - 20px);
    padding-right: 15px;
  }
  .work__title {
    font-size: 16px;
  }
  .work__subtitle {
    font-size: 12px;
  }
  .work__btn {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 150px;
  }
}
@media only screen and (max-width: 374px) {
  .work {
    width: calc(100% - 20px);
    padding: 20px;
  }
  .work:nth-child(1), .work:nth-child(6) {
    width: calc(100% - 20px);
    padding-right: 20px;
  }
  .work__title {
    margin-bottom: 5px;
  }
  .work__subtitle {
    margin-bottom: 5px;
  }
}
.reviews {
  margin: 110px 0;
}
.reviews.is-slider .reviews-block {
  position: relative;
}
.reviews.is-slider .reviews-block:after {
  position: absolute;
  display: block;
  content: "";
  left: calc(50% + 735px);
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(270deg, #FFFFFF 45%, rgba(255, 255, 255, 0) 100%);
}
.reviews.is-slider .reviews-block:before {
  position: absolute;
  display: block;
  content: "";
  right: calc(50% + 735px);
  left: 0;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 45%, #FFFFFF 100%);
  top: 0;
  bottom: 0;
  z-index: 2;
}
.reviews.is-slider .reviews-slider .slick-list {
  overflow: visible;
}
.reviews.is-slider .reviews-slider .slick-dots {
  margin-top: 35px;
  left: 0;
  right: 0;
  text-align: center;
}
.reviews.is-slider .review {
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  margin: 0 16px;
  width: 1410px;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.reviews.is-slider .review.slick-active {
  opacity: 1;
}
.reviews.is-slider .review + .review {
  margin-top: 0;
}
.reviews-col {
  margin-top: 45px;
}
.reviews-slider {
  margin-top: 50px;
}
.reviews__btns {
  margin-top: 70px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviews__btns .btn {
  min-width: 298px;
  padding-left: 30px;
  padding-right: 30px;
}
.reviews__btns .btn + .btn {
  margin-left: 27px;
}

.review {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.review + .review {
  margin-top: 30px;
}
.review__head {
  width: 140px;
  flex-shrink: 0;
  margin-right: 30px;
}
.review__logo {
  width: 140px;
  height: 144px;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.review__organization {
  display: block;
  line-height: 1.5;
  font-size: 14px;
  margin-top: 22px;
}
.review__site {
  color: #DA251C;
  line-height: 1.5;
  font-size: 12px;
  display: block;
  margin-top: 5px;
  text-decoration: none;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition: -webkit-text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s, -webkit-text-decoration-color 0.3s;
}
.review__site:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #DA251C;
          text-decoration-color: #DA251C;
}
.review__body {
  border: 1px solid #D9D9D9;
  width: 100%;
  padding: 35px 40px 43px;
}
.review__name {
  font-weight: 700;
  font-size: 16px;
  display: block;
  line-height: 1.5;
}
.review__date {
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.5;
  color: #656565;
  margin-top: 8px;
}
.review__text {
  /*font-size: 14px;*/
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 30px;
}
.review__crs {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  opacity: 1;
  transition: opacity 0.3s;
}
.review__crs-left {
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 0;
}
.review__crs-left:before, .review__crs-left:after {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid #DA251C;
  border-right: none;
  display: inline-block;
  content: "";
  left: 0;
}
.review__crs-left:before {
  top: 0;
  border-bottom: none;
}
.review__crs-left:after {
  bottom: 0;
  border-top: none;
}
.review__crs-right {
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  right: 0;
}
.review__crs-right:before, .review__crs-right:after {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid #DA251C;
  border-left: none;
  display: inline-block;
  content: "";
  right: 0;
}
.review__crs-right:before {
  top: 0;
  border-bottom: none;
}
.review__crs-right:after {
  bottom: 0;
  border-top: none;
}

@media only screen and (max-width: 1466px) {
  .reviews.is-slider .reviews-block:after, .reviews.is-slider .reviews-block:before {
    display: none;
  }
  .reviews.is-slider .review {
    width: 1160px;
  }
}
@media only screen and (max-width: 1199px) {
  .reviews {
    margin: 80px 0;
  }
  .reviews.is-slider .review {
    width: 920px;
  }
  .reviews__btns {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .reviews.is-slider .review {
    width: 680px;
  }

  .review__body {
    padding: 30px;
  }
  .review__text {
    line-height: 2;
    margin-top: 20px;
  }
  .review__head {
    width: 100px;
  }
  .review__logo {
    width: 100px;
    height: 100px;
  }
  .review__organization {
    font-size: 12px;
  }
  .review__site {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .reviews.is-slider .review {
    width: 500px;
  }
  .reviews__btns .btn {
    min-width: 240px;
  }
}
@media only screen and (max-width: 575px) {
  .reviews-slider {
    margin-top: 40px;
  }
  .reviews-slider .slick-dots {
    margin-top: 20px;
  }
  .reviews.is-slider .reviews-slider {
    margin-left: -20px;
    margin-right: -20px;
  }
  .reviews.is-slider .reviews-slider .slick-dots {
    margin-top: 20px;
  }
  .reviews.is-slider .reviews-slider .review {
    width: 100%;
    margin: 0 10px;
  }
  .reviews.is-slider .reviews-slider .review.slick-center {
    opacity: 1;
  }
  .reviews__btns {
    flex-direction: column;
  }
  .reviews__btns .btn + .btn {
    margin-left: 0;
    margin-top: 10px;
  }

  .review {
    flex-direction: column;
  }
  .review + .review {
    margin-top: 45px;
  }
  .review__head {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .review__organization {
    margin-top: 15px;
  }
  .review__text {
    font-size: 12px;
  }
}
.add-review {
  padding-top: 120px;
}
.add-review-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.add-review__form {
  width: 100%;
}
.add-review__form .form {
  width: 100%;
}
.add-review__form .form-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.add-review__form .form-row .input-wrapper {
  width: calc(50% - 13px);
  margin-bottom: 13px;
}
.add-review__form .form .submit-wrapper {
  margin-top: 30px;
}
.add-review__form .form .submit-wrapper .btn {
  padding-left: 63px;
  padding-right: 63px;
}
.add-review__form .form .check-wrapper {
  margin-top: 17px;
}
.add-review__form .form .file-upload {
  position: relative;
  text-align: left;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 22px;
}
.add-review__form .form .file-upload input[type=file]{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}
span.wpcf7-form-control-wrap.your_file {
  height: 0;
  width: 0;
}
.add-review__form .form .file-upload__label {
  cursor: pointer;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: calc(100% - 170px);
  overflow: hidden;
  position: relative;
}
.add-review__form .form .file-upload__btn {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-color: #DA251C;
  position: relative;
  flex-shrink: 0;
  margin-right: 13px;
}
.add-review__form .form .file-upload__btn .svg {
  width: 17px;
  height: 17px;
}
.add-review__form .form .file-upload__information {
  font-weight: 300;
  font-size: 14px;
  color: #DA251C;
  line-height: 1.3;
  -webkit-user-select: none;
          user-select: none;
}
.add-review__form .form .file-upload__information span {
  color: #B9B9B9;
}
.add-review__form .form .file-upload__delete {
  display: none;
  margin-left: 10px;
  cursor: pointer;
  position: relative;
  top: 1px;
  white-space: nowrap;
  font-weight: 300;
  font-size: 14px;
  color: #DA251C;
  margin-left: auto;
}
.add-review__form .form .file-upload__delete .svg {
  width: 12px;
  height: 12px;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.add-review__form .form .file-upload__delete .svg path {
  fill: #DA251C;
}
.add-review__form .form .file-upload__name {
  font-size: 14px;
  width: 100%;
  margin-top: 10px;
  line-height: 1;
  word-break: break-all;
}
.add-review__foto {
  height: 193px;
  width: 450px;
  flex-shrink: 0;
  margin-left: 30px;
  position: relative;
}
@media only screen and (max-width: 1466px) {
  .add-review {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .add-review {
    padding-top: 80px;
  }
  .add-review__foto {
    width: 350px;
    height: 190px;
    margin-left: 20px;
  }
  .add-review__form .form-row .input-wrapper {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .add-review-block {
    flex-direction: column;
  }
  .add-review__foto {
    width: 100%;
    max-width: 450px;
    height: auto;
    margin-left: 0;
    margin-top: 30px;
    line-height: 0;
  }
  .add-review__foto img {
    position: relative;
  }
}
@media only screen and (max-width: 575px) {
  .add-review__foto {
    max-width: 100%;
  }
  .add-review__form .form .check-wrapper {
    margin-top: 10px;
  }
  .add-review__form .form .submit-wrapper {
    margin-top: 20px;
  }
  .add-review__form .form .file-upload__label {
    max-width: 100%;
  }
  .add-review__form .form .file-upload__information {
    font-size: 12px;
  }
  .add-review__form .form .file-upload__delete {
    width: 100%;
    order: 1;
    font-size: 12px;
  }
  .add-review__form .form .file-upload__delete .svg {
    top: 2px;
    margin-right: 5px;
  }
  .add-review__form .form .file-upload__name {
    font-size: 12px;
  }
}
@media only screen and (max-width: 479px) {
  .add-review__form .form-row {
    flex-direction: column;
  }
  .add-review__form .form-row .input-wrapper {
    width: 100%;
  }
}
.vacancies-advantages {
  margin-top: 55px;
}
.vacancies-advantages-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -30px;
  margin-top: 30px;
}
.vacancies-advantage {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(25% - 30px);
  margin: 0 15px 30px;
}
.vacancies-advantage__title {
  line-height: 1.3;
}
.vacancies-advantage__icon {
  width: 90px;
  height: 80px;
  flex-shrink: 0;
  margin-right: 30px;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vacancies-advantage__icon .svg {
  width: 40px;
  height: 40px;
}
.vacancies-advantage__icon .svg path {
  fill: #DA251C;
}
.vacancies-advantage__crs-left {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
}
.vacancies-advantage__crs-left:before, .vacancies-advantage__crs-left:after {
  position: absolute;
  width: 7px;
  height: 7px;
  border: 1px solid #DA251C;
  border-right: none;
  display: inline-block;
  content: "";
  left: 0;
}
.vacancies-advantage__crs-left:before {
  top: 0;
  border-bottom: none;
}
.vacancies-advantage__crs-left:after {
  bottom: 0;
  border-top: none;
}
.vacancies-advantage__crs-right {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
}
.vacancies-advantage__crs-right:before, .vacancies-advantage__crs-right:after {
  position: absolute;
  width: 7px;
  height: 7px;
  border: 1px solid #DA251C;
  border-left: none;
  display: inline-block;
  content: "";
  right: 0;
}
.vacancies-advantage__crs-right:before {
  top: 0;
  border-bottom: none;
}
.vacancies-advantage__crs-right:after {
  bottom: 0;
  border-top: none;
}

@media only screen and (max-width: 1199px) {
  .vacancies-advantage__icon {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .vacancies-advantage {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 575px) {
  .vacancies-advantage {
    width: calc(100% - 30px);
  }
}
.vacancies {
  margin-top: 75px;
}

.vacancy + .vacancy {
  margin-top: 25px;
}
.vacancy__foto {
  flex-shrink: 0;
  margin-right: 30px;
  width: 450px;
  margin-bottom: 5px;
  line-height: 0;
  position: relative;
  overflow: hidden;
  float: left;
  display: inline-block;
  top: -5px;
}
.vacancy__title {
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
}
.vacancy__text {
  margin-top: 18px;
}
.vacancy__salary {
  line-height: 1.5;
  margin-top: 20px;
}
.vacancy__salary span {
  color: #DA251C;
  font-weight: 700;
}
.vacancy__btn {
  margin-top: 18px;
  letter-spacing: 0;
  padding: 8px 36px;
  font-size: 12px;
}

@media only screen and (max-width: 1466px) {
  .vacancy__foto {
    top: auto;
  }
  .vacancy + .vacancy {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .vacancy__foto {
    width: 50%;
  }
  .vacancy__btn {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .vacancy__foto {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .vacancy__title {
    font-size: 18px;
  }
  .vacancy__salary {
    margin-top: 10px;
  }
  .vacancy__text {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .vacancy__foto:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url("../img/zoom.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 2;
  }
  .vacancy__foto:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(218, 37, 28, 0.65);
    opacity: 0;
    transition: opacity 0.3s;
  }
  .vacancy__foto:hover:before, .vacancy__foto:hover:after {
    opacity: 1;
  }
}
.send-resume {
  background-color: #2e2e2e;
  margin: 90px 0 0;
  padding: 90px 0 95px;
}
.send-resume-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.send-resume__info {
  max-width: 930px;
  flex-shrink: 0;
}
.send-resume__text {
  margin-top: 5px;
}
.send-resume__btn {
  min-width: 390px;
  padding-top: 22px;
  padding-bottom: 22px;
}

@media only screen and (max-width: 1466px) {
  .send-resume__btn {
    min-width: auto;
  }
}
@media only screen and (max-width: 1199px) {
  .send-resume {
    margin: 80px 0 0;
    padding: 80px 0;
  }
}
@media only screen and (max-width: 991px) {
  .send-resume-block {
    flex-direction: column;
    align-items: flex-start;
  }
  .send-resume__btn {
    margin-top: 30px;
  }
}
.card-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.card-photos {
  flex-shrink: 0;
  width: 690px;
  height: 350px;
  line-height: 1;
  margin-right: 30px;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  position: relative;
}
.card-photos .slick-list,
.card-photos .slick-track {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-photos__slide {
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 25px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-photos__slide img {
  max-width: 100%;
  max-height: 100%;
}
.card-photos .slick-dots {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  text-align: center;
}
.card__info {
  padding-top: 20px;
}
.card__head {
  border-bottom: 1px solid #e3e3e3;
  width: 100%;
  line-height: 1.3;
  padding-bottom: 10px;
}
.card__city {
  font-size: 18px;
  margin-top: 10px;
  display: inline-block;
  margin-right: 15px;
}
.card__date {
  white-space: nowrap;
  font-size: 16px;
  color: #bbb;
}
.card__text {
  margin-top: 25px;
}
.card-services {
  margin-top: 50px;
}
.card-services__title {
  margin: 0;
  color: #DA251C;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
}
.card-services-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-top: 20px;
}
.card-service {
  color: #303030;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  position: relative;
  padding: 11px 50px;
  line-height: 1.2;
  margin-right: 16px;
  margin-bottom: 11px;
}
.card-service:before, .card-service:after {
  width: 10px;
  height: 10px;
  border-width: 1px;
}
.card-service:hover .card-service__plus:before, .card-service:hover .card-service__plus:after {
  background-color: #fff;
}
.card-service__plus {
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.card-service__plus:before, .card-service__plus:after {
  display: inline-block;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #DA251C;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -1px;
  position: absolute;
  transition: background-color 0.3s;
}
.card-service__plus:after {
  transform: translateY(-50%) rotate(90deg);
}
.card-service .btn--bdr__crs:before, .card-service .btn--bdr__crs:after {
  width: 10px;
  height: 10px;
  border-width: 1px;
}
.card-about, .card-tizers, .card-review {
  margin-top: 50px;
}
.card-about .review, .card-tizers .review, .card-review .review {
  margin-top: 30px;
}
.card-tizers-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -30px;
}
.card-tizer {
  width: calc(33.33% - 30px);
  margin: 0 15px 30px;
  text-align: center;
  padding: 20px 90px;
  position: relative;
}
.card-tizer__numb {
  font-size: 70px;
  font-weight: 900;
  line-height: 1;
  color: #DA251C;
}
.card-tizer__title {
  font-size: 18px;
  line-height: 1.3;
  margin-top: 10px;
}
.card-tizer__crs {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  opacity: 1;
  transition: opacity 0.3s;
}
.card-tizer__crs-left {
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 0;
}
.card-tizer__crs-left:before, .card-tizer__crs-left:after {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #DA251C;
  border-right: none;
  display: inline-block;
  content: "";
  left: 0;
}
.card-tizer__crs-left:before {
  top: 0;
  border-bottom: none;
}
.card-tizer__crs-left:after {
  bottom: 0;
  border-top: none;
}
.card-tizer__crs-right {
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  right: 0;
}
.card-tizer__crs-right:before, .card-tizer__crs-right:after {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #DA251C;
  border-left: none;
  display: inline-block;
  content: "";
  right: 0;
}
.card-tizer__crs-right:before {
  top: 0;
  border-bottom: none;
}
.card-tizer__crs-right:after {
  bottom: 0;
  border-top: none;
}

@media only screen and (max-width: 1366px) {
  .card-photos {
    width: calc(50% - 30px);
  }
  .card__info {
    padding-top: 0;
  }
  .card-services {
    margin-top: 35px;
  }
  .card-tizer {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .card-photos {
    height: 325px;
  }
  .card__info {
    padding-top: 0;
  }
  .card__city {
    font-size: 16px;
  }
  .card__date {
    font-size: 14px;
  }
  .card-tizer {
    padding-left: 30px;
    padding-right: 30px;
  }
  .card-tizer__title {
    font-size: 16px;
  }
  .card-tizer__numb {
    font-size: 60px;
  }
  .card-service {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .card-photos {
    height: 310px;
  }
  .card-tizer__title {
    font-size: 14px;
  }
  .card-tizer__numb {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .card__head {
    order: -1;
    border-bottom: none;
    padding-bottom: 0;
  }
  .card-block {
    flex-direction: column;
  }
  .card-photos {
    margin-right: 0;
    margin-top: 30px;
    height: 250px;
    width: 100%;
  }
  .card-photos.is-slider {
    margin-bottom: 20px;
  }
  .card-tizer {
    padding: 15px;
  }
  .card-tizer__title {
    font-size: 12px;
    margin-top: 5px;
  }
  .card-tizer__numb {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .card-photos {
    height: 0;
    padding-bottom: 50%;
  }
  .card-photos__slide {
    padding: 15px;
  }
  .card__city {
    font-size: 14px;
  }
  .card__date {
    font-size: 12px;
  }
  .card-tizer {
    width: calc(50% - 30px);
  }
  .card-service {
    width: 100%;
    margin-right: 0;
  }
  .card-services-block {
    margin-right: 0;
  }
}
.payment__form {
  margin-top: 53px;
}
.payment__form .form {
  width: 100%;
  max-width: 570px;
  margin-top: 45px;
}
.payment__form .form .btn {
  margin-top: 25px;
  padding-left: 67px;
  padding-right: 67px;
}
.payment__form .form input {
  margin-bottom: 15px;
}
.payment__form .form__note {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
  font-family: "TTCommons";
}
.payment__form .form__note sup {
  font-size: 16px;
  margin-right: 5px;
  position: relative;
  top: -1px;
  left: 3px;
}
.payment__form .form .input-check__text {
  font-size: 12px;
}
.payment__form .form .custom-checkbox {
  margin-top: 30px;
}
.payment__form .form .custom-checkbox input[type=checkbox] + span {
  margin-right: 15px;
  top: -2px;
}

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
  width: 100%;
  margin-bottom: 23px;
}

.jq-selectbox__select {
  height: 60px;
  padding: 0 65px 0 30px;
  font-family: "TTCommons";
  font-weight: 600;
  font-size: 16px;
  border: 1px solid #DA251C;
  border-radius: 0;
  background-color: #fff;
  background-image: none;
  box-shadow: none;
  color: #DA251C;
  text-shadow: none;
}
.jq-selectbox__select:hover {
  background-image: none;
}
.jq-selectbox__select:active {
  background-image: none;
  box-shadow: none;
}

.jq-selectbox.focused .jq-selectbox__select {
  border-color: #DA251C;
}
.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-selectbox__select-text {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 60px;
}

.jq-selectbox .placeholder {
  color: #8b8b8b;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 100%;
  border-left: none;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: calc(50% - 5px);
  right: 24px;
  width: 17px;
  height: 9px;
  border: none;
  background-image: url("../img/trigger-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.15s;
}

.jq-selectbox__dropdown {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #e4e4e4;
  border-top: none;
  border-radius: 0;
  background: #fafafa;
  box-shadow: none;
  font-family: "TTCommons";
  font-weight: 600;
  font-size: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.jq-selectbox.opened .jq-selectbox__trigger-arrow {
  transform: rotate(180deg);
}
.jq-selectbox li {
  min-height: 60px;
  padding: 21px 30px;
  color: #DA251C;
  transition: background-color 0.15s;
  border-bottom: 1px solid #e4e4e4;
}
.jq-selectbox li:last-child {
  border-bottom: none;
}
.jq-selectbox li.selected {
  background-color: #DA251C;
  color: #FFF;
}
.jq-selectbox li:hover {
  background-color: #DA251C;
  color: #FFF;
}

@media only screen and (max-width: 575px) {
  .payment__form {
    margin-top: 45px;
  }
  .payment__form .form {
    margin-top: 30px;
  }

  .jq-selectbox__select {
    padding: 0 55px 0 20px;
  }

  .jq-selectbox__trigger-arrow {
    right: 20px;
  }

  .jq-selectbox li {
    padding: 21px 20px;
  }
}
.not-found__title {
  margin: 0;
  font-weight: 900;
  font-size: 42px;
  color: #DA251C;
  line-height: 1.15;
  text-transform: uppercase;
}
.not-found__title span {
  display: block;
  font-size: 60px;
  color: #303030;
}
.not-found-block {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right -30px;
  padding: 245px 120px 250px;
}
.not-found__info {
  max-width: 570px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.not-found__text {
  line-height: 1.3;
  font-size: 30px;
  margin-top: 50px;
}
.not-found__back {
  color: #DA251C;
  font-size: 18px;
  margin-top: 50px;
  line-height: 1.3;
  text-decoration: none;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition: -webkit-text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s, -webkit-text-decoration-color 0.3s;
}
.not-found__back:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #DA251C;
          text-decoration-color: #DA251C;
}

@media only screen and (max-width: 1466px) {
  .not-found-block {
    padding: 120px 0;
  }
  .not-found__text {
    margin-top: 30px;
  }
  .not-found__back {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .not-found-block {
    padding: 100px 0;
  }
  .not-found__info {
    max-width: 350px;
  }
  .not-found__text {
    font-size: 20px;
    margin-top: 20px;
  }
  .not-found__back {
    font-size: 14px;
    margin-top: 20px;
  }
  .not-found__title {
    font-size: 36px;
  }
  .not-found__title span {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .not-found-block {
    padding: 50px 0;
  }
  .not-found__info {
    max-width: 250px;
  }
  .not-found__text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .not-found .container {
    padding-left: 0;
    padding-right: 0;
  }
  .not-found-block {
    padding: 50px 20px;
    background-size: cover;
    background-position: top right -100px;
    position: relative;
  }
  .not-found-block:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0) 100%);
  }
  .not-found__info {
    max-width: 200px;
    position: relative;
    z-index: 2;
  }
  .not-found__title {
    font-size: 30px;
  }
  .not-found__title span {
    font-size: 42px;
  }
  .not-found__text {
    font-size: 16px;
  }
  .not-found__back {
    font-size: 12px;
  }
}
@media only screen and (max-width: 374px) {
  .not-found-block:after {
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%);
  }
}
.contact {
  padding-right: 50px;
  width: 25%;
  position: relative;
  z-index: 2;
}
.contact:last-child {
  padding-right: 0;
}
.contact__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #DA251C;
}
.contact__info {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 18px;
}
.contact__info a {
  color: #DA251C;
  text-decoration: none;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition: color 0.3s, -webkit-text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s, color 0.3s;
  transition: text-decoration-color 0.3s, color 0.3s, -webkit-text-decoration-color 0.3s;
}
.contact__info a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #DA251C;
          text-decoration-color: #DA251C;
  color: #DA251C;
}
.contact__info span {
  font-size: 24px;
  display: inline-block;
  margin-top: -7px;
}
.contact__mails {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.contact__mails a + a {
  margin-bottom: 5px;
}
.contact__phones {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  margin-top: -7px;
}
.contact__phones a {
  color: #303030;
  font-size: 24px;
  white-space: nowrap;
  text-decoration: none;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition: color 0.3s, -webkit-text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s, color 0.3s;
  transition: text-decoration-color 0.3s, color 0.3s, -webkit-text-decoration-color 0.3s;
}
.contact__phones a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #DA251C;
          text-decoration-color: #DA251C;
  color: #DA251C;
}
.contact__phones a + a {
  margin-bottom: 5px;
}

.contacts {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  margin-top: 25px;
  padding: 40px 55px 30px;
  position: relative;
}
.contacts-block {
  margin-top: 40px;
}
.contacts__crs {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  display: block;
}
.contacts__crs-left {
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 0;
}
.contacts__crs-left:before, .contacts__crs-left:after {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #DA251C;
  border-right: none;
  display: inline-block;
  content: "";
  left: 0;
}
.contacts__crs-left:before {
  top: 0;
  border-bottom: none;
}
.contacts__crs-left:after {
  bottom: 0;
  border-top: none;
}
.contacts__crs-right {
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  right: 0;
}
.contacts__crs-right:before, .contacts__crs-right:after {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #DA251C;
  border-left: none;
  display: inline-block;
  content: "";
  right: 0;
}
.contacts__crs-right:before {
  top: 0;
  border-bottom: none;
}
.contacts__crs-right:after {
  bottom: 0;
  border-top: none;
}

.branches {
  margin-top: 50px;
  margin-bottom: -50px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: -30px;
}

.branch {
  margin: 0 30px 50px 0;
  width: calc(33.33% - 30px);
}
.branch__city {
  color: #DA251C;
  font-size: 30px;
  line-height: 1;
}
.branch__address {
  font-size: 16px;
  line-height: 1.3;
  margin-top: 23px;
}
.branch__tels {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-start;
  line-height: 1;
  margin-top: 10px;
}
.branch__tels a {
  color: #303030;
  font-size: 24px;
  white-space: nowrap;
  text-decoration: none;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition: color 0.3s, -webkit-text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s, color 0.3s;
  transition: text-decoration-color 0.3s, color 0.3s, -webkit-text-decoration-color 0.3s;
}
.branch__tels a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #DA251C;
          text-decoration-color: #DA251C;
  color: #DA251C;
}
.branch__tels a + a {
  margin-bottom: 12px;
}

.map {
  width: 100%;
  height: 440px;
  margin-top: 70px;
}

.map-popup {
  text-align: left;
  width: 125px;
  font-size: 10px;
  color: #303030;
  line-height: 1.5;
}
.map-popup span {
  font-size: 14px;
  line-height: 1;
  display: block;
  font-weight: 300;
  margin-bottom: 5px;
}

ymaps[class*=balloon] {
  background-color: transparent;
  box-shadow: none;
}

ymaps[class*=balloon__close] {
  background-color: transparent;
  box-shadow: none;
  border: 0;
}

ymaps[class*=balloon__close-button] {
  background-image: url("../img/close.svg");
  background-size: contain;
  opacity: 1;
  top: 8px;
  right: 8px;
  position: absolute;
  width: 10px;
  height: 10px;
}

ymaps[class*=balloon__layout] {
  background-color: #fff !important;
  border: none;
  width: 175px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
  border-radius: 0;
}

ymaps[class*=balloon__layout]:after {
  display: none;
}

ymaps[class*=balloon__content] {
  padding: 12px 25px 10px !important;
  margin-right: 0 !important;
}

ymaps[class*=balloon__tail] {
  background: none;
  bottom: auto;
  position: absolute;
  bottom: auto;
  top: 15px;
  left: auto;
  right: 100%;
  margin-right: -5px;
  width: 10px;
  height: 10px;
  background-color: #fff;
}
ymaps[class*=balloon__tail]:after {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .contacts {
    padding: 40px 40px 30px;
  }

  .contact__info span {
    font-size: 22px;
    margin-top: -5px;
  }
  .contact__phones {
    margin-top: -5px;
  }
  .contact__phones a {
    font-size: 22px;
  }

  .branch__city {
    font-size: 26px;
  }
  .branch__tels a {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .contacts {
    padding-bottom: 0;
  }

  .contact {
    width: calc(50% - 10px);
    margin-bottom: 40px;
  }

  .branch {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .contacts {
    padding: 40px 30px 0;
  }
}
@media only screen and (max-width: 575px) {
  .contacts {
    padding: 40px 40px 30px;
  }

  .contact {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .contact:last-child {
    margin-bottom: 0;
  }
  .contact__title {
    font-size: 16px;
  }
  .contact__info {
    font-size: 14px;
    margin-top: 10px;
  }
  .contact__info span {
    font-size: 20px;
    margin-top: 0;
  }
  .contact__phones {
    margin-top: 0;
  }
  .contact__phones a {
    font-size: 20px;
  }
  .contact__phones a + a {
    margin-bottom: 0px;
  }

  .branches {
    margin-bottom: -40px;
  }

  .branch {
    margin-bottom: 40px;
  }
  .branch__city {
    font-size: 20px;
  }
  .branch__address {
    font-size: 12px;
    margin-top: 15px;
  }
  .branch__tels a {
    font-size: 18px;
  }
  .branch__tels a + a {
    margin-bottom: 5px;
  }

  .map {
    margin-top: 50px;
  }

  ymaps[class*=balloon__tail] {
    top: 100%;
    right: 50%;
  }
}
@media only screen and (max-width: 374px) {
  .branch {
    width: calc(100% - 30px);
  }
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output,
div.wpcf7 .ajax-loader {
  display: none !important;
}

/* A Gallery item  columns  */
.content  .gallery {
  -ms-flex-wrap:    wrap;
  flex-wrap:        wrap;
  -webkit-box-pack: start;
  -ms-flex-pack:    start;
  justify-content:  flex-start;
  display:          flex;
  margin:           30px -15px 20px;
  clear:            both;
}

.content  .gallery:last-child {
  margin-bottom: 0;
}

.gallery-columns-2 {
  max-width:    75%;
  margin-left:  auto;
  margin-right: auto;
}

.gallery-item {
  margin: 0 15px 30px;
}

.gallery-icon a {
  display: block;
  height:  100%;
}

.gallery .gallery-icon {
  padding-bottom: 0;
  height:         192px;
  display:        block;
  border-bottom:  0;
  margin:         0;
}

.gallery-columns-2 .gallery-icon {
  height: 220px;
}

.gallery .gallery-icon img {
  position:   relative;
  top:        unset;
  left:       unset;
  object-fit: cover;
}

.gallery-icon.portrait img {
  /* width:  auto;
   height: 100%;*/
  -o-object-position: 50% 28%;
  object-position:    50% 28%;
  width:              100%;
  height:             auto;
  max-height:         100%;
  object-fit: contain;

}

.gallery-icon.landscape img {
  width:              100%;
  height:             100%;
  -o-object-position: 50% 50%;
  object-position:    50% 50%;
}

.gallery-columns-2 .gallery-item {
  width: calc(100% / 2 - 30px);
}

.gallery-columns-3 .gallery-item {
  width: calc(100% / 3 - 30px);

}

.gallery-columns-4 .gallery-item {
  width: calc(100% / 4 - 30px);
}

.gallery-columns-5 .gallery-item {
  width: calc(100% / 5 - 30px);
}

.gallery-columns-6 .gallery-item {
  width: calc(100% / 6 - 30px);
}

@media (max-width: 991px) {
  .gallery-item {
    margin: 0 1.5% 3%;
  }


  .gallery-columns-4 .gallery-item {
    width: calc(100% / 2 - 3%);
  }

  .gallery-columns-5 .gallery-item {
    width: calc(100% / 3 - 3%);
  }

  .gallery-columns-6 .gallery-item {
    width: calc(100% / 3 - 3%);
  }
}

@media (max-width: 580px) {
  .gallery .gallery-icon {
    height: 130px;
  }

  .gallery-columns-2 .gallery-icon {
    height: 130px;
  }

  .gallery-columns-2 {
    max-width: 100%;
  }

  .gallery-columns-2 .gallery-item {
    width: calc(100% / 2 - 3%);
  }

  .gallery-columns-3 .gallery-item {
    width: calc(100% / 2 - 3%);

  }

  .gallery-columns-4 .gallery-item {
    width: calc(100% / 2 - 3%);
  }

  .gallery-columns-5 .gallery-item {
    width: calc(100% / 2 - 3%);
  }

  .gallery-columns-6 .gallery-item {
    width: calc(100% / 2 - 3%);
  }
}

.gallery-caption {
  font-size:   14px;
  line-height: 1.3;
  margin-top:  7px;
  color:       #9b9b9b;
}

.grecaptcha-badge {
  visibility: collapse !important
}



.widget-rate__wrapper {
  position:    absolute;
  right: 57px;
  bottom: 58px;
  z-index:     4;
  display:     flex;
  flex-wrap:   wrap;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .widget-rate__wrapper {
    bottom: 33px;
    right: 35px;
  }
}
@media only screen and (max-width: 565px) {
  .widget-rate__wrapper {


  }
}

.hidden {
  display: none !important;
}
.widget-rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 137px;
  height: 47px;
  border: 1px solid #fff;
  background-color: #0000;
  padding: 10px 15px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-animation: showed .5s forwards;
  animation: showed .5s forwards;
}

.widget-rate:not(:first-child) {
  margin-left: 10px;
}

@media only screen and (max-width: 565px) {
  .widget-rate:not(:first-child) {
    margin-left: 0;
    margin-top:  10px;
  }
}

@-webkit-keyframes showed {
  from {
    opacity:           0;
    -webkit-transform: translateX(10px);
    transform:         translateX(10px);
  }

  to {
    opacity: 1;
  }
}

@keyframes showed {
  from {
    opacity:           0;
    -webkit-transform: translateX(10px);
    transform:         translateX(10px);
  }

  to {
    opacity: 1;
  }
}

.widget-rate.is-hidden {
  display: none;
}

.widget-rate__icon {
  width:             25px;
  height:            25px;
  border-radius:     100%;
  overflow:          hidden;
  display:           -webkit-box;
  display:           -ms-flexbox;
  display:           flex;
  -webkit-box-align: center;
  -ms-flex-align:    center;
  align-items:       center;
  -webkit-box-pack:  center;
  -ms-flex-pack:     center;
  justify-content:   center;
}

.widget-rate__icon-img {
  width:      auto;
  height:     100%;
  object-fit: contain;
  filter: grayscale(1) invert(0) brightness(1);
}

.widget-rate__feed {
  color: rgb(255, 255, 255);
}
.widget-rate__text {
  color:       #fff;
  font-size:   10px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
.widget-rate__info {
  padding-left: 12px;
}
.widget-rate__name {
}



.widget-rate__range {
  margin-top: 2px;
  overflow:   hidden;
  height:     13px;
  position:   relative;
  width:      64px;
}

.widget-rate__range-percent {
  display:     block;
  text-indent: -10000px;
  width:       100%;
  height:      100%;
  position:    absolute;
  overflow:    hidden;
}

.widget-rate__range:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 13 12'%3E%3Cpath stroke='%23fff' stroke-width='.5' d='m6.5.809 1.222 3.76.056.172H11.912L8.714 7.065l-.147.107.056.172 1.222 3.76-3.198-2.323-.147-.107-.147.107-3.198 2.323 1.222-3.76.056-.172-.147-.107-3.198-2.324H5.222l.056-.172L6.5.809Z'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size:   13px;
  bottom:            0;
  content:           "";
  display:           block;
  height:            13px;
  left:              0;
  position:          absolute;
  right:             0;
  text-indent:       10000px;
  top:               0;
}

.widget-rate__range-percent:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 13 12'%3E%3Cpath fill='%23DA251C' stroke='%23DA251C' stroke-width='.5' d='m6.5.809 1.222 3.76.056.172H11.912L8.714 7.065l-.147.107.056.172 1.222 3.76-3.198-2.323-.147-.107-.147.107-3.198 2.323 1.222-3.76.056-.172-.147-.107-3.198-2.324H5.222l.056-.172L6.5.809Z'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size:   13px;
  bottom:            0;
  content:           "";
  display:           block;
  height:            13px;
  left:              0;
  position:          absolute;
  right:             0;
  top:               0;
  width:             100%;
}
