

/* Start:/local/templates/cronadent/css/main.css?1778958252479234*/
@charset "UTF-8";
/* Переменные */
.lineScaleToRight::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-animation: lineScaleToRight 3s ease;
          animation: lineScaleToRight 3s ease;
}

@-webkit-keyframes lineScaleToRight {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes lineScaleToRight {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.fadeScale {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: fadeScale 1s forwards;
          animation: fadeScale 1s forwards;
}

@-webkit-keyframes fadeScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.circleDash {
  stroke-dasharray: 816;
  stroke-dashoffset: 0;
  -webkit-animation: circleDash 10s linear;
          animation: circleDash 10s linear;
}

@-webkit-keyframes circleDash {
  from {
    stroke-dashoffset: 816;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes circleDash {
  from {
    stroke-dashoffset: 816;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.fadeScaleLg h6 {
  -webkit-animation: fade 2.5s ease forwards;
          animation: fade 2.5s ease forwards;
}

.fadeScaleLg p,
.fadeScaleLg .text {
  -webkit-animation: fade 2.5s ease forwards;
          animation: fade 2.5s ease forwards;
}

.fadeScaleLg::before,
.fadeScaleLg img,
.fadeScaleLg .c-select__list-item-icon {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: fadeScale ease 2.5s forwards;
          animation: fadeScale ease 2.5s forwards;
}

@-webkit-keyframes fadeScaleLg {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeScaleLg {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.fade {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: fade 1s forwards;
          animation: fade 1s forwards;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

/* Внешние стили и их кастомизация */
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir="rtl"]
.select2-selection--single
.select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
}

.select2-container
.select2-search--inline
.select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;

}

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default
.select2-selection--single
.select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default
.select2-selection--single
.select2-selection__placeholder {
  color: #999;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"]
.select2-selection--single
.select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"]
.select2-selection--single
.select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled
.select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled
.select2-selection--single
.select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 1px;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove:hover,
.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus
.select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled
.select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled
.select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above
.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
.select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below
.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
.select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__group {
  padding-left: 0;
}

.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default
.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic
.select2-selection--single
.select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic
.select2-selection--single
.select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic
.select2-selection--single
.select2-selection__placeholder {
  color: #999;
}

.select2-container--classic
.select2-selection--single
.select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic
.select2-selection--single
.select2-selection__arrow
b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"]
.select2-selection--single
.select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"]
.select2-selection--single
.select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open
.select2-selection--single
.select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above
.select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below
.select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic
.select2-selection--multiple
.select2-selection__clear {
  display: none;
}

.select2-container--classic
.select2-selection--multiple
.select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic
.select2-selection--multiple
.select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic
.select2-selection--multiple
.select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic
.select2-selection--multiple
.select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open
.select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above
.select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below
.select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic
.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);

}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  object-fit:cover;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}

.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/local/templates/cronadent/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
          transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
          transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/*
    Name: YouTubePopUp
    Description: jQuery plugin to display YouTube or Vimeo video in PopUp, responsive and retina, easy to use.
    Version: 1.0.1
    Plugin URL: http://wp-time.com/youtube-popup-jquery-plugin/
    Written By: Qassim Hassan
    Twitter: @QQQHZ
    Websites: wp-time.com | qass.im | wp-plugins.in
    Dual licensed under the MIT and GPL licenses:
        http://www.opensource.org/licenses/mit-license.php
        http://www.gnu.org/licenses/gpl.html
    Copyright (c) 2016 - Qassim Hassan
*/
.YouTubePopUp-Wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 9999999999999;
}

.YouTubePopUp-animation {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: YouTubePopUp;
  animation-name: YouTubePopUp;
}

@-webkit-keyframes YouTubePopUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes YouTubePopUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body.logged-in .YouTubePopUp-Wrap {
  /* For WordPress */
  top: 32px;
  z-index: 99998;
}

.YouTubePopUp-Content {
  max-width: 680px;
  display: block;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.YouTubePopUp-Content iframe {
  max-width: 100% !important;
  width: 100% !important;
  display: block !important;
  height: 480px !important;
  border: none !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.YouTubePopUp-Hide {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: YouTubePopUpHide;
  animation-name: YouTubePopUpHide;
}

@-webkit-keyframes YouTubePopUpHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes YouTubePopUpHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.YouTubePopUp-Close {
  position: absolute;
  top: 0;
  cursor: pointer;
  bottom: 528px;
  right: 0px;
  margin: auto 0;
  width: 24px;
  height: 24px;
  background: url(/local/templates/cronadent/css/../images/close.png) no-repeat;
  background-size: 24px 24px;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
}

.YouTubePopUp-Close:hover {
  opacity: 0.5;
}

@media all and (max-width: 768px) and (min-width: 10px) {
  .YouTubePopUp-Content {
    max-width: 90%;
  }
}

@media all and (max-width: 600px) and (min-width: 10px) {
  .YouTubePopUp-Content iframe {
    height: 320px !important;
  }
  .YouTubePopUp-Close {
    bottom: 362px;
  }
}

@media all and (max-width: 480px) and (min-width: 10px) {
  .YouTubePopUp-Content iframe {
    height: 220px !important;
  }
  .YouTubePopUp-Close {
    bottom: 262px;
  }
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.dropzone, .dropzone * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444));
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: -webkit-gradient(linear, left top, left bottom, from(#be2626), to(#a92222));
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

select.invalid + .select2-container--default .select2-selection--single {
  border: 1px solid rgba(211, 35, 24, 0.7);
}

.select2-container .select2-selection--single {
  height: auto;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  padding: 21px 52px 21px 20px;
  border: 1px solid #e0e8ee;
  border-radius: 0;
  margin-right:1rem;
}

@media (max-width: 1579px) {
  .select2-container--default .select2-selection--multiple,
  .select2-container--default .select2-selection--single {
    background: transparent;
  }
}

@media (max-width: 1279px) {
  .select2-container--default .select2-selection--multiple,
  .select2-container--default .select2-selection--single {
    padding: 17px 52px 17px 20px;
  }
}

@media (max-width: 767px) {
  .select2-container--default .select2-selection--multiple,
  .select2-container--default .select2-selection--single {
    padding: 18px 52px 18px 15px;
	margin-right:0;
  }
}

.select2-container--default .select2-selection--multiple:focus,
.select2-container--default .select2-selection--single:focus {
  outline: none;
}

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
  padding: 0;
  color: #000000;
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
}

@media (max-width: 1279px) {
  .select2-container--default
.select2-selection--single
.select2-selection__rendered {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .select2-container--default
.select2-selection--single
.select2-selection__rendered {
    font-size: 12px;
  }
}

.select2-container--default
.select2-selection--single
.select2-selection__placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.select2-container--classic
.select2-selection--single
.select2-selection__arrow
b,
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b,
.select2-container--classic.select2-container--open
.select2-selection--single
.select2-selection__arrow
b,
.select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
  left: 0;
  top: 0;
  margin: 0;
  border: none;
  background: url(/local/templates/cronadent/css/../images/sprite/icon-arrow-down.svg) no-repeat center;
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

@media (max-width: 767px) {
  .select2-container--classic
.select2-selection--single
.select2-selection__arrow
b,
  .select2-container--default
.select2-selection--single
.select2-selection__arrow
b,
  .select2-container--classic.select2-container--open
.select2-selection--single
.select2-selection__arrow
b,
  .select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
    background-size: cover;
  }
}

.select2-container--classic
.select2-selection--single
.select2-selection__arrow
b,
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow {
  height: 12px;
  position: absolute;
  width: 18px;
  top: 26px;
  right: 20px;
}

@media (max-width: 1279px) {
  .select2-container--default
.select2-selection--single
.select2-selection__arrow {
    top: 20px;
  }
}

@media (max-width: 767px) {
  .select2-container--default
.select2-selection--single
.select2-selection__arrow {
    top: 22px;
    height: 7px;
    width: 10px;
  }
}

.select2-dropdown {
  z-index: 104;
  padding: 2px 0 13px;
  border: 1px solid #e0e8ee;
  border-radius: 0;
}

@media (max-width: 767px) {
  .select2-dropdown {
    padding-top: 10px;
  }
}

.select2-container--default
.select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
  background: none;
  color: #000000;
}

.select2-container--default
.select2-results__option--highlighted.select2-results__option--selectable:hover,
.select2-container--default .select2-results__option--selected:hover {
  color: rgba(0, 0, 0, 0.7);
}

.select2-container--default
.select2-results__option--highlighted.select2-results__option--selected,
.select2-container--default .select2-results__option--selected {
  color: #f4812c;
  pointer-events: none;
}

.select2-results__option {
  padding: 13px 52px 13px 20px;
  color: #000000;
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

@media (max-width: 1279px) {
  .select2-results__option {
    padding: 10px 14px 10px 20px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .select2-results__option {
    padding: 5px 13px;
    font-size: 14px;
  }
}

.fancybox-slide--image {
  padding: 60px 75px;
}

@media (max-width: 767px) {
  .fancybox-slide--image {
    padding: 80px 20px 60px;
  }
}

.fancybox-toolbar {
  top: 50px;
  right: 35px;
}

@media (max-width: 1579px) {
  .fancybox-toolbar {
    top: 25px;
    right: 25px;
  }
}

.fancybox-show-infobar .fancybox-infobar {
  display: none;
}

.fancybox-navigation .fancybox-button--arrow_left {
  width: 44px;
  height: 44px;
  left: 11.3%;
}

@media (max-width: 1579px) {
  .fancybox-navigation .fancybox-button--arrow_left {
    left: 5%;
  }
}

@media (max-width: 1279px) {
  .fancybox-navigation .fancybox-button--arrow_left {
    left: 6.5%;
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 767px) {
  .fancybox-navigation .fancybox-button--arrow_left {
    left: 2%;
    width: 20px;
    height: 20px;
  }
}

.fancybox-navigation .fancybox-button--arrow_left:hover {
  -webkit-transform: scale(1.4, 1.4);
          transform: scale(1.4, 1.4);
}

@media (max-width: 1279px) {
  .fancybox-navigation .fancybox-button--arrow_left:hover {
    -webkit-transform: scale(1.4, 1.4) translateY(-50%);
            transform: scale(1.4, 1.4) translateY(-50%);
  }
}

@media (max-width: 1279px) {
  .fancybox-navigation .fancybox-button {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.fancybox-navigation .fancybox-button--arrow_right {
  width: 65px;
  height: 65px;
  right: 10.3%;
  cursor: pointer;
}

@media (max-width: 1579px) {
  .fancybox-navigation .fancybox-button--arrow_right {
    right: 4.2%;
  }
}

@media (max-width: 1279px) {
  .fancybox-navigation .fancybox-button--arrow_right {
    right: 5.7%;
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 767px) {
  .fancybox-navigation .fancybox-button--arrow_right {
    right: 1%;
    width: 30px;
    height: 30px;
  }
}

.fancybox-navigation .fancybox-button--arrow_right:hover {
  -webkit-transform: scale(1.13, 1.13);
          transform: scale(1.13, 1.13);
}

@media (max-width: 1279px) {
  .fancybox-navigation .fancybox-button--arrow_right:hover {
    -webkit-transform: scale(1.13, 1.13) translateY(-50%);
            transform: scale(1.13, 1.13) translateY(-50%);
  }
}

.fancybox-navigation .fancybox-button--arrow_right,
.fancybox-navigation .fancybox-button--arrow_left {
  padding: 0;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.fancybox-navigation .fancybox-button div {
  padding: 0;
}

.fancybox-button[disabled] {
  pointer-events: none;
}

.fancybox-button {
  background: none;
  width: 41px;
  height: 41px;
  padding: 0;
}

.fancybox-is-open .fancybox-bg {
  background: rgba(0, 0, 0, 0.6);
  background-repeat: no-repeat;
}

.fancybox-caption {
  padding-top: 50px;
  padding-right: 31.25%;
  padding-bottom: 5px;
  padding-left: 14.3%;
  font-family: "MinionPro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  text-align: left;
}

@media (max-width: 1579px) {
  .fancybox-caption {
    padding-left: 8.2%;
    bottom: 0px;
  }
}

@media (max-width: 767px) {
  .fancybox-caption {
    bottom: 0px;
    padding: 25px 2% 5px 8.2%;
    font-size: 20px;
    line-height: 24px;
  }
}

.fancybox-image,
.fancybox-spaceball {
  -o-object-fit: contain;
     object-fit: contain;
}

.YouTubePopUp-Wrap {
  width: 100%;
  height: 100%;
  padding: 60px 280px;
  background: rgba(0, 0, 0, 0.6);
}

@media (max-width: 1279px) {
  .YouTubePopUp-Wrap {
    padding: 80px 50px;
  }
}

@media (max-width: 767px) {
  .YouTubePopUp-Wrap {
    padding: 80px 20px;
  }
}

.YouTubePopUp-Content {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.YouTubePopUp-Content iframe {
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
}

.YouTubePopUp-Close {
  top: -33px;
  right: -140px;
  bottom: auto;
  width: 41px;
  height: 41px;
  background: url(/local/templates/cronadent/css/../images/sprite/icon-close.svg) no-repeat center;
  background-size: cover;
}

@media (max-width: 1279px) {
  .YouTubePopUp-Close {
    top: -45px;
    right: -30px;
  }
}

@media (max-width: 767px) {
  .YouTubePopUp-Close {
    top: -45px;
    right: -20px;
  }
}

/* Шрифты */
@font-face {
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/local/templates/cronadent/css/../fonts/Arial/bold/Arial-BoldMT.woff2") format("woff2"), url("/local/templates/cronadent/css/../fonts/Arial/bold/Arial-BoldMT.woff") format("woff"), url("/local/templates/cronadent/css/../fonts/Arial/bold/Arial-BoldMT.ttf") format("truetype");
}

@font-face {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/local/templates/cronadent/css/../fonts/Arial/regular/ArialMT.woff2") format("woff2"), url("/local/templates/cronadent/css/../fonts/Arial/regular/ArialMT.woff") format("woff"), url("/local/templates/cronadent/css/../fonts/Arial/regular/ArialMT.ttf") format("truetype");
}

@font-face {
  font-family: "Arial";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/local/templates/cronadent/css/../fonts/Arial/regular/Arial-ItalicMT.woff2") format("woff2"), url("/local/templates/cronadent/css/../fonts/Arial/regular/Arial-ItalicMT.woff") format("woff"), url("/local/templates/cronadent/css/../fonts/Arial/regular/Arial-ItalicMT.ttf") format("truetype");
}

@font-face {
  font-family: "MinionPro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/local/templates/cronadent/css/../fonts/MinionPro/bold/MinionPro-Bold.woff2") format("woff2"), url("/local/templates/cronadent/css/../fonts/MinionPro/bold/MinionPro-Bold.woff") format("woff"), url("/local/templates/cronadent/css/../fonts/MinionPro/bold/MinionPro-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "MinionPro";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("/local/templates/cronadent/css/../fonts/MinionPro/bold/MinionPro-BoldIt.woff2") format("woff2"), url("/local/templates/cronadent/css/../fonts/MinionPro/bold/MinionPro-BoldIt.woff") format("woff"), url("/local/templates/cronadent/css/../fonts/MinionPro/bold/MinionPro-BoldIt.ttf") format("truetype");
}

@font-face {
  font-family: "MinionPro";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/local/templates/cronadent/css/../fonts/MinionPro/medium/MinionPro-Medium.woff2") format("woff2"), url("/local/templates/cronadent/css/../fonts/MinionPro/medium/MinionPro-Medium.woff") format("woff"), url("/local/templates/cronadent/css/../fonts/MinionPro/medium/MinionPro-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "MinionPro";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/local/templates/cronadent/css/../fonts/MinionPro/medium/MinionPro-MediumIt.woff2") format("woff2"), url("/local/templates/cronadent/css/../fonts/MinionPro/medium/MinionPro-MediumIt.woff") format("woff"), url("/local/templates/cronadent/css/../fonts/MinionPro/medium/MinionPro-MediumIt.ttf") format("truetype");
}

@font-face {
  font-family: "MinionPro";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/local/templates/cronadent/css/../fonts/MinionPro/semibold/MinionPro-Semibold.woff2") format("woff2"), url("/local/templates/cronadent/css/../fonts/MinionPro/semibold/MinionPro-Semibold.woff") format("woff"), url("/local/templates/cronadent/css/../fonts/MinionPro/semibold/MinionPro-Semibold.ttf") format("truetype");
}

@font-face {
  font-family: "MinionPro";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("/local/templates/cronadent/css/../fonts/MinionPro/semibold/MinionPro-SemiboldIt.woff2") format("woff2"), url("/local/templates/cronadent/css/../fonts/MinionPro/semibold/MinionPro-SemiboldIt.woff") format("woff"), url("/local/templates/cronadent/css/../fonts/MinionPro/semibold/MinionPro-SemiboldIt.ttf") format("truetype");
}

@font-face {
  font-family: "MinionPro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/local/templates/cronadent/css/../fonts/MinionPro/regular/MinionPro-Regular.woff2") format("woff2"), url("/local/templates/cronadent/css/../fonts/MinionPro/regular/MinionPro-Regular.woff") format("woff"), url("/local/templates/cronadent/css/../fonts/MinionPro/regular/MinionPro-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "MinionPro";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/local/templates/cronadent/css/../fonts/MinionPro/regular/MinionPro-It.woff2") format("woff2"), url("/local/templates/cronadent/css/../fonts/MinionPro/regular/MinionPro-It.woff") format("woff"), url("/local/templates/cronadent/css/../fonts/MinionPro/regular/MinionPro-It.ttf") format("truetype");
}

@font-face {
  font-family: "MyriadPro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/local/templates/cronadent/css/../fonts/MyriadPro/bold/MyriadPro-Bold.woff2") format("woff2"), url("/local/templates/cronadent/css/../fonts/MyriadPro/bold/MyriadPro-Bold.woff") format("woff"), url("/local/templates/cronadent/css/../fonts/MyriadPro/bold/MyriadPro-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "MyriadPro";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("/local/templates/cronadent/css/../fonts/MyriadPro/bold/MyriadPro-BoldIt.woff2") format("woff2"), url("/local/templates/cronadent/css/../fonts/MyriadPro/bold/MyriadPro-BoldIt.woff") format("woff"), url("/local/templates/cronadent/css/../fonts/MyriadPro/bold/MyriadPro-BoldIt.ttf") format("truetype");
}

@font-face {
  font-family: "MyriadPro";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/local/templates/cronadent/css/../fonts/MyriadPro/semibold/MyriadPro-Semibold.woff2") format("woff2"), url("/local/templates/cronadent/css/../fonts/MyriadPro/semibold/MyriadPro-Semibold.woff") format("woff"), url("/local/templates/cronadent/css/../fonts/MyriadPro/semibold/MyriadPro-Semibold.ttf") format("truetype");
}

@font-face {
  font-family: "MyriadPro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/local/templates/cronadent/css/../fonts/MyriadPro/regular/MyriadPro-Regular.woff2") format("woff2"), url("/local/templates/cronadent/css/../fonts/MyriadPro/regular/MyriadPro-Regular.woff") format("woff"), url("/local/templates/cronadent/css/../fonts/MyriadPro/regular/MyriadPro-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "MyriadPro";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/local/templates/cronadent/css/../fonts/MyriadPro/regular/MyriadPro-It.woff2") format("woff2"), url("/local/templates/cronadent/css/../fonts/MyriadPro/regular/MyriadPro-It.woff") format("woff"), url("/local/templates/cronadent/css/../fonts/MyriadPro/regular/MyriadPro-It.ttf") format("truetype");
}

@font-face {
  font-family: "MyriadPro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/local/templates/cronadent/css/../fonts/MyriadPro/light/MyriadPro-Light.woff2") format("woff2"), url("/local/templates/cronadent/css/../fonts/MyriadPro/light/MyriadPro-Light.woff") format("woff"), url("/local/templates/cronadent/css/../fonts/MyriadPro/light/MyriadPro-Light.ttf") format("truetype");
}

@font-face {
  font-family: "HelveticaNeue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/local/templates/cronadent/css/../fonts/HelveticaNeue/HelveticaNeueDeskInterface-Regular.woff2") format("woff2"), url("/local/templates/cronadent/css/../fonts/HelveticaNeue/HelveticaNeueDeskInterface-Regular.woff") format("woff"), url("/local/templates/cronadent/css/../fonts/HelveticaNeue/HelveticaNeueDeskInterface-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "rouble";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/local/templates/cronadent/css/../fonts/webfont-rouble/rouble-webfont.eot?") format("eot"), url("/local/templates/cronadent/css/../fonts/webfont-rouble/rouble-webfont.woff") format("woff"), url("/local/templates/cronadent/css/../fonts/webfont-rouble/rouble-webfont.ttf") format("truetype");
}

/* Базовая стилизация */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "MinionPro", "rouble", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
  min-width: 320px;
}

body.is-unscrolled {
  overflow: hidden;
}

body.is-unscrolled .select2-dropdown {
  z-index: 105;
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.content {
  padding-top: 100px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 1279px) {
  .content {
    padding-top: 72px;
  }
}

@media (max-width: 767px) {
  .content {
    padding-top: 100px;
  }
}

.container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 133px;
}

@media (max-width: 1579px) {
  .container {
    padding: 0 110px;
  }
}

@media (max-width: 1279px) {
  .container {
    padding: 0 48px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.container--lg {
  padding: 0 72px;
}

@media (max-width: 1579px) {
  .container--lg {
    padding: 0 54px;
  }
}

@media (max-width: 1279px) {
  .container--lg {
    padding: 0 48px;
  }
}

@media (max-width: 767px) {
  .container--lg {
    padding: 0 20px;
  }
}

.container--md {
  padding: 0 60px 0 200px;
}

@media (max-width: 1579px) {
  .container--md {
    padding: 0 218px 0 185px;
  }
}

@media (max-width: 1279px) {
  .container--md {
    padding: 0 30px 0 145px;
  }
}

@media (max-width: 767px) {
  .container--md {
    padding: 0 20px;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
textarea,
button,
select,
a,
div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
}

/* Элементы */
/* Блоки */
.btn {
  display: inline-block;
  background: none;
  border: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#f28f51), color-stop(99.87%, #f2822e));
  background-image: linear-gradient(90deg, #f28f51 0%, #f2822e 99.87%);
  -webkit-box-shadow: 0 18px 40px #ffb872;
          box-shadow: 0 18px 40px #ffb872;
  -webkit-transition: background-image 0.4s, -webkit-box-shadow 0.4s;
  transition: background-image 0.4s, -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s, background-image 0.4s;
  transition: box-shadow 0.4s, background-image 0.4s, -webkit-box-shadow 0.4s;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

.btn:focus {
  outline: none;
}

.btn:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#012f5e), color-stop(99.87%, #043f7b));
  background-image: linear-gradient(90deg, #012f5e 0%, #043f7b 99.87%);
  -webkit-box-shadow: 0px 18px 40px #03386e;
          box-shadow: 0px 18px 40px #03386e;
}

.btn--simple {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn--simple:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn--thin {
  padding: 18px 32px;
}

@media (max-width: 1279px) {
  .btn--thin {
    padding: 13px 55px;
  }
}

@media (max-width: 767px) {
  .btn--thin {
    padding: 10px 46px 11px;
  }
  .btn--thin .btn__text {
    font-size: 14px;
    line-height: 17px;
  }
}

.btn--sign {
  padding: 40px 51px 41px;
}

@media (max-width: 1279px) {
  .btn--sign {
    padding: 26px 51px 27px;
  }
  .btn--sign .btn__text {
    font-size: 16px;
    line-height: 19px;
  }
}

@media (max-width: 767px) {
  .btn--sign {
    padding: 19px 17px 20px;
    height: 100%;
  }
  .btn--sign .btn__text {
    font-size: 13px;
    line-height: 12px;
  }
}

.btn--form {
  padding: 21px 25px 20px;
}

@media (max-width: 1579px) {
  .btn--form {
    padding: 21px 25px 20px;
  }
}

@media (max-width: 1279px) {
  .btn--form {
    padding: 17px 25px 16px;
  }
}

.btn--form.is-disabled {
  pointer-events: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn--grey {
  background: #cacaca;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.btn--grey:hover {
  background: #c0c0c0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn--grey .btn__text {
  color: #ffffff;
}

.btn__text {
  display: inline-block;
  color: #ffffff;
  font-family: "MyriadPro", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}

@media (max-width: 1279px) {
  .btn__text {
    font-size: 16px;
    line-height: 17px;
  }
}

h1,
.h1 {
  color: #000000;
  font-weight: 600;
  font-size: 90px;
  line-height: 108px;
}

@media (max-width: 1279px) {
  h1,
  .h1 {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 26px;
    line-height: 31px;
  }
}

h1--blue,
.h1--blue {
  color: #002e5d;
}

h2,
.h2 {
  color: #000000;
  font-weight: 600;
  font-size: 60px;
  line-height: 72px;
}

@media (max-width: 1279px) {
  h2,
  .h2 {
    font-size: 36px;
    line-height: 43px;
  }
}

@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 26px;
    line-height: 31px;
  }
}

h2--blue,
.h2--blue {
  color: #002e5d;
}

h2--white,
.h2--white {
  color: #ffffff;
}

h3,
.h3 {
  color: #000000;
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
}

@media (max-width: 1279px) {
  h3,
  .h3 {
    font-size: 36px;
    line-height: 43px;
  }
}

@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 20px;
    line-height: 24px;
  }
}

h3--white,
.h3--white {
  color: #ffffff;
}

h3--blue,
.h3--blue {
  color: #002e5d;
}

h4,
.h4 {
  color: #000000;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
}

@media (max-width: 1279px) {
  h4,
  .h4 {
    font-size: 24px;
    line-height: 26px;
  }
}

h4--white,
.h4--white {
  color: #ffffff;
}

h4--blue,
.h4--blue {
  color: #002e5d;
}

h5,
.h5 {
  color: #000000;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
}

@media (max-width: 1279px) {
  h5,
  .h5 {
    font-size: 20px;
    line-height: 23px;
  }
}

@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: 16px;
    line-height: 20px;
  }
}

h5--blue,
.h5--blue {
  color: #002e5d;
}

h5--white,
.h5--white {
  color: #ffffff;
}

h6,
.h6 {
  color: #000000;
  font-family: "MinionPro";
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 1279px) {
  h6,
  .h6 {
    font-size: 14px;
    line-height: 17px;
  }
}

h6--blue,
.h6--blue {
  color: #002e5d;
}

h6--white,
.h6--white {
  color: #ffffff;
}

.h7 {
  color: #000000;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
}

@media (max-width: 1279px) {
  .h7 {
    font-size: 14px;
    line-height: 16px;
  }
}

@media (max-width: 767px) {
  .h7 {
    font-size: 12px;
    line-height: 14px;
  }
}

.h8 {
  color: #000000;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
}

.h9 {
  color: #000000;
  font-family: "MyriadPro", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}

.h10 {
  color: #000000;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
}

.checkbox {
  position: relative;
  display: block;
  padding-left: 24px;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 767px) {
  .checkbox {
    line-height: 0;
  }
}

.checkbox .invalid {
  position: absolute;
  top: -24px;
  left: 0;
  background-color: #ffffff;
  color: rgba(211, 35, 24, 0.7);
  font-family: "Arial", sans-serif;
  font-size: 12px;
  line-height: 14px;
}

@media (max-width: 1279px) {
  .checkbox .invalid {
    top: -18px;
    font-size: 10px;
    line-height: 11px;
  }
}

@media (max-width: 767px) {
  .checkbox .invalid {
    top: -15px;
  }
}

.checkbox__input {
  position: absolute;
  z-index: 1;
  opacity: 0;
  height: 0;
  width: 0;
  cursor: pointer;
}

.checkbox__input:checked + .checkbox__check {
  background: url("/local/templates/cronadent/css/../images/sprite/icon-check-mark.svg") no-repeat center;
}

.checkbox__check {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 14px;
  height: 14px;
  border: 1px solid #e49d68;
}

@media (max-width: 1279px) {
  .checkbox__check {
    top: 2px;
  }
}

.checkbox__text {
  color: #000000;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
}

@media (max-width: 1279px) {
  .checkbox__text {
    font-size: 10px;
    line-height: 11px;
  }
}

@media (max-width: 767px) {
  .checkbox__text {
    font-size: 8px;
    line-height: 9px;
  }
}

.form-control {
  display: block;
  padding: 16px 20px;
  border: 1px solid #e0e8ee;
  color: #000000;
  caret-color: #bfbfbf;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  mix-blend-mode: normal;
}

@media (max-width: 1579px) {
  .form-control {
    font-size: 14px;
    padding: 16px 20px;
  }
}

@media (max-width: 1279px) {
  .form-control {
    padding: 16px 20px;
  }
}

@media (max-width: 767px) {
  .form-control {
    padding: 11px 15px;
  }
}

.form-control:focus {
  outline: none;
  border-color: #03386e;
}

.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  mix-blend-mode: normal;
}

.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  mix-blend-mode: normal;
}

.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  mix-blend-mode: normal;
}

.form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  mix-blend-mode: normal;
}

.form-control::placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  mix-blend-mode: normal;
}

@media (max-width: 1279px) {
  .form-control::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 26px;
  }
  .form-control::-moz-placeholder {
    font-size: 14px;
    line-height: 26px;
  }
  .form-control:-ms-input-placeholder {
    font-size: 14px;
    line-height: 26px;
  }
  .form-control::-ms-input-placeholder {
    font-size: 14px;
    line-height: 26px;
  }
  .form-control::placeholder {
    font-size: 14px;
    line-height: 26px;
  }
}

.form-control.is-full {
  border-color: #039e00;
}

.form-control.invalid {
  border: 1px solid rgba(224, 101, 93, 0.7);
}

.form-textarea {
  min-height: 142px;
  padding: 17px 21px;
  border: 1px solid #e0e8ee;
  resize: none;
  color: #000000;
  caret-color: #bfbfbf;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  mix-blend-mode: normal;
}

.form-textarea:focus {
  outline: none;
  border-color: #03386e;
}

.form-textarea.is-full {
  border-color: #039e00;
}

.form-textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  mix-blend-mode: normal;
}

.form-textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  mix-blend-mode: normal;
}

.form-textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  mix-blend-mode: normal;
}

.form-textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  mix-blend-mode: normal;
}

.form-textarea::placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  mix-blend-mode: normal;
}

.form-textarea.invalid {
  border: 1px solid rgba(224, 101, 93, 0.7);
}

.form-label {
  position: relative;
  display: block;
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.3);
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  mix-blend-mode: normal;
}

@media (max-width: 1579px) {
  .form-label {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 11px;
  }
}

@media (max-width: 767px) {
  .form-label {
    font-size: 13px;
    line-height: 10px;
  }
}

.form-label .invalid {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  color: rgba(211, 35, 24, 0.7);
}

.text {
  color: #000000;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 1279px) {
  .text {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .text {
    /*font-size: 12px;*/
   /* line-height: 16px;*/
  }
}

.text--white {
  color: #ffffff;
}

.text--blue {
  color: #002e5d;
}

.text--lg {
  font-family: "MinionPro";
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
}

@media (max-width: 767px) {
  .text--lg {
    font-size: 20px;
    line-height: 24px;
  }
}

.text--sm {
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 1279px) {
  .text--sm {
    font-size: 12px;
    line-height: 18px;
  }
}

.text--sm-2 {
  display: inline-block;
  max-width: 195px;
  font-size: 13px;
  line-height: 18px;
}

@media (max-width: 1279px) {
  .text--sm-2 {
    max-width: 180px;
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 767px) {
  .text--sm-2 {
    max-width: 180px;
    font-size: 10px;
    line-height: 11px;
  }
}

.text-price {
  display: inline-block;
  color: #f4812c;
  font-weight: 600;
  font-size: 60px;
  line-height: 72px;
}

@media (max-width: 767px) {
  .text-price {
    font-size: 35px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .text-price--lg {
    font-size: 25px;
    line-height: 27px;
  }
}

.text-currency {
  font-family: "HelveticaNeue", sans-serif;
  font-weight: normal;
  font-size: 45px;
  line-height: 53px;
}

@media (max-width: 767px) {
  .text-currency {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .text-currency--lg {
    font-size: 25px;
    line-height: 27px;
  }
}

.text-sale {
  color: #f4812c;
  font-family: "MinionPro";
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
}
.action-limit {
    font-size: large;
    font-weight: bold;
}

@media (max-width: 767px) {
  .text-sale {
    font-size: 20px;
    line-height: 24px;
  }
}

.link {
  color: #f4812c;
  font-family: "MyriadPro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

@media (max-width: 1279px) {
  .link {
    font-size: 14px;
    line-height: 17px;
  }
}

@media (max-width: 767px) {
  .link {
    font-size: 12px;
    line-height: 14px;
  }
}

.link--light {
  color: #e49d68;
}

.link--light:hover {
  color: rgba(228, 157, 104, 0.7);
}

.link:hover {
  color: rgba(244, 129, 44, 0.7);
}

.icon-service {
  -webkit-transition: stroke 0.4s;
  transition: stroke 0.4s;
}

.icon-service path,
.icon-service rect {
  -webkit-transition: stroke 0.4s;
  transition: stroke 0.4s;
}

.icon-service-path {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  -webkit-animation: drawSvgTooth 3s cubic-bezier(0.8, 0, 0.1, 1) forwards;
          animation: drawSvgTooth 3s cubic-bezier(0.8, 0, 0.1, 1) forwards;
}

.icon-service--ort {
  width: 83px;
  height: 80px;
}

@media (max-width: 1279px) {
  .icon-service--ort {
    width: 56px;
    height: 60px;
  }
}

@media (max-width: 767px) {
  .icon-service--ort {
    width: 42px!important;
    height: 37px!important;
  }
}

.icon-service--ort-lg {
  width: 104px;
  height: 92px;
}

@media (max-width: 1279px) {
  .icon-service--ort-lg {
    width: 59px;
    height: 52px;
  }
}

@media (max-width: 767px) {
  .icon-service--ort-lg {
    width: 37px;
    height: 36px;
  }
}

.icon-service--terapy {
  width: 85.77px;
  height: 102.49px;
}

@media (max-width: 1279px) {
  .icon-service--terapy {
    width: 58px;
    height: 70px;
  }
}

@media (max-width: 767px) {
  .icon-service--terapy {
    width: 39px!important;
    height: 46px!important;
  }
}

.icon-service--terapy-lg {
  width: 107px;
  height: 120px;
}

@media (max-width: 1279px) {
  .icon-service--terapy-lg {
    width: 53px;
    height: 63px;
  }
}

@media (max-width: 767px) {
  .icon-service--terapy-lg {
    width: 44px!important;
    height: 45px!important;
    margin-top: -9px;
  }
}

.icon-service--surgery {
  width: 72px;
  height: 78.16px;
}

@media (max-width: 1279px) {
  .icon-service--surgery {
    width: 49px;
    height: 53px;
  }
}

@media (max-width: 767px) {
  .icon-service--surgery {
    width: 33px;
    height: 36px;
  }
}

.icon-service--surgery-lg {
  width: 90px;
  height: 92px;
}

@media (max-width: 1279px) {
  .icon-service--surgery-lg {
    width: 46px;
    height: 50px;
  }
}

@media (max-width: 767px) {
  .icon-service--surgery-lg {
    width: 37px;
    height: 36px;
  }
}

.icon-service--implant {
  width: 71.02px;
  height: 80px;
}

@media (max-width: 1279px) {
  .icon-service--implant {
    width: 48px;
    height: 54px;
  }
}

@media (max-width: 767px) {
  .icon-service--implant {
    width: 33px;
    height: 36px;
  }
}

.icon-service--implant-lg {
  width: 87px;
  height: 98px;
}

@media (max-width: 1279px) {
  .icon-service--implant-lg {
    width: 42px;
    height: 50px;
  }
}

@media (max-width: 767px) {
  .icon-service--implant-lg {
    width: 29px;
    height: 26px;
  }
}

.icon-service--prost {

}

@media (max-width: 1279px) {
  .icon-service--prost {
    width: 44px;
    height: 55px;
  }
}

@media (max-width: 767px) {
  .icon-service--prost {
    width: 33px;
    height: 36px;
  }
}

.icon-service--prost-lg {
  width: 81px;
  height: 98px;
}
.js-sub-menu .icon-service--prost-lg.js-service-icon, .services .icon-service--prost-lg.js-service-icon
{height:84px;}
@media (max-width: 1279px) {
  .icon-service--prost-lg {
    width: 44px;
    height: 55px!important;
  }
}
.services .icon-service--terapy.js-service-icon {}
@media (max-width: 767px) {
  .icon-service--prost-lg {
    width: 36px;
    height: 37px!important;
  }
}
.icon-service--child, .icon-service--otb {
	width: 108px;
    height: 98px;
}
@media (max-width: 1279px) {
	.icon-service--child, .icon-service--otb {
	width: 70px;
    height: 60px;
}
}
@media (max-width: 767px) {
.icon-service--child, .icon-service--otb {
	height: 40px;
    width: 50px;
}
}
@-webkit-keyframes drawSvg {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 100%;
  }
}

@keyframes drawSvg {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 100%;
  }
}

@-webkit-keyframes drawSvgTooth {
  from {
    stroke-dashoffset: -2000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes drawSvgTooth {
  from {
    stroke-dashoffset: -2000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .nav__menu {
    margin-left: -10px;
  }
}

@media (max-width: 1279px) {
  .nav__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

  }
  .nav__menu:last-child {
    margin-top: 28px;
  }
}

@media (max-width: 767px) {
  .nav__menu:last-child {
    margin-top: 49px;
  }
}

.nav__menu--main {
  margin-left: 0;
}

.nav__menu--main .nav__item {
  padding: 0;
}

@media screen and (min-width: 1280px) {
  .nav__menu--main .nav__item {
    margin-right: 20px;
  }
}

.nav__menu--main .nav__link {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

.nav__item {
  padding: 2px 10px;
  cursor: pointer;
}

@media (max-width: 1279px) {
  .nav__item {
    margin: 0 0 28px;
	padding: 2px 0px;
  }
  .nav__item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 1279px) {
  .nav__item {
    margin: 0 0 22px;
  }
  .nav__item:last-child {
    margin-bottom: 0;
  }
}

.nav__item--with-drop {
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
white-space:nowrap;
}

@media only screen and (min-width: 1280px) {
  .nav__item--with-drop:hover {
    background-color: #f7f7f7;
  }
  .nav__item--with-drop:hover .nav__link {
    color: #f4812c;
  }
}

.nav__item--with-drop.is-hovered .nav__drop {
  visibility: visible;
  opacity: 1;
}

.nav__item:last-child {
  margin-right: 0;
}

.nav__link {
  color: #000000;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.nav__link:hover {
  color: #646464;
}

.nav__link.is-active {
  color: #f4812c;
}

.nav__drop {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  min-width: 185px;
  padding: 22px 30px;
  background-color: #f7f7f7;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media (max-width: 1279px) {
  .nav__drop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 105;
    padding: 0;
    background-color: #ffffff;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  }
}

.nav__drop-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1279px) {
  .nav__drop-inner {
    width: 60.9%;
    padding: 102px 0 132px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  .nav__drop-inner {
    width: 100%;
    height: 100%;
  }
}

.nav__drop-link {
  display: inline-block;
  margin-bottom: 15px;
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

@media (max-width: 1279px) {
  .nav__drop-link {
    margin-bottom: 25px;
  }
}

.nav__drop-link:hover {
  color: #646464;
}

@media screen and (min-width: 1280px) {
  .nav__drop-link:first-child {
    display: none;
  }
}

.nav__drop-link:last-child {
  margin-bottom: 0;
}

.form--review .form__row-col:nth-child(1) {
  display: block;
}

.form--review .form__group--lg {
  width: 100%;
}

.form--review .form__group--lg .form-control {
  max-width: 100%;
}

.form--sign .form__title {
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 1579px) {
  .form--sign .form__title {
    margin-bottom: 55px;
  }
}

@media (max-width: 1279px) {
  .form--sign .form__title {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .form--sign .form__title {
    margin-bottom: 14px;
    font-size: 25px;
    line-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 1579px) {
  .form--sign .form__row-col:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 238px;
            flex: 0 0 238px;
  }
}

@media (max-width: 767px) {
  .form--sign .form__row-col:nth-child(1) {
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 1rem;
  }
}

@media (max-width: 1279px) {
  .form--sign .form__row-col:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 285px;
            flex: 0 0 285px;
  }
}

@media (max-width: 767px) {
  .form--sign .form__row-col:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.form--sign .form__group {
  margin-bottom: 24px;
}

@media (max-width: 1279px) {
  .form--sign .form__text {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .form--sign .form__text {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }
}

@media (max-width: 1279px) {
  .form--sign .form__label {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 1279px) {
  .form--sign .form__input {
    max-width: 215px;
    padding: 11px 20px;
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .form--sign .form__input {
    max-width: 100%;
    padding: 11px 10px;
  }
}

.form--sign .form__input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 26px;
}

.form--sign .form__input::-moz-placeholder {
  font-size: 16px;
  line-height: 26px;
}

.form--sign .form__input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 26px;
}

.form--sign .form__input::-ms-input-placeholder {
  font-size: 16px;
  line-height: 26px;
}

.form--sign .form__input::placeholder {
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 1279px) {
  .form--sign .form__agreement {
    margin: 0 13px;
  }
}

@media (max-width: 1279px) {
  .form--sign .form__agreement .checkbox__text {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 767px) {
  .form--sign .form__bottom {
    margin-top: 24px;
  }
}

@media (max-width: 1279px) {
  .form--sign .form__btn {
    margin-bottom: 40px;
    padding: 25px 30px;
    font-size: 16px;
    line-height: 19px;
  }
}

@media (max-width: 767px) {
  .form--sign .form__btn {
    max-width: 122px;
  }
}

@media (max-width: 1279px) {
  .form--sign .select2-container--default
.select2-selection--single
.select2-selection__rendered {
    font-size: 16px;
  }
}

@media (max-width: 1279px) {
  .form--sign .select2-container--default .select2-selection--multiple,
  .form--sign .select2-container--default .select2-selection--single {
    padding: 16px 52px 16px 20px;
  }
}

@media (max-width: 767px) {
  .form--sign .select2-container--default .select2-selection--multiple,
  .form--sign .select2-container--default .select2-selection--single {
    padding: 16px 58px 16px 10px;
  }
}

@media (max-width: 767px) {
  .form--sign .select2-container--default
.select2-selection--single
.select2-selection__arrow {
    top: 20px;
    width: 14px;
    height: 10px;
  }
}

@media (max-width: 1279px) {
  .form--sign .select2-results__option {
    font-size: 16px;
  }
}

.form--review .form__row-col {
  width: 100%;
}

.form--review .form__row-col:nth-child(n) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form--review .form__textarea {
  max-width: 100%;
}

.form--review .form__agreement {
  max-width: 262px;
}

.form__title {
  margin-bottom: 80px;
}

@media (max-width: 1579px) {
  .form__title {
    margin-bottom: 45px;
  }
}

@media (max-width: 1279px) {
  .form__title {
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .form__title {
    margin-bottom: 20px;
    text-align: center;
  }
}

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.form__row-col:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 238px;
          flex: 0 0 238px;
}

@media (max-width: 1579px) {
  .form__row-col:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 178px;
            flex: 0 0 178px;
  }
}

@media (max-width: 1279px) {
  .form__row-col:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 125px;
            flex: 0 0 125px;
  }
}

@media (max-width: 767px) {
  .form__row-col:nth-child(1) {
    display: none;
  }
  .form__row-col:nth-child(1).night_txt {
	   display: block;
  }
}

.form__row-col:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 282px;
          flex: 0 0 282px;
}

@media (max-width: 1279px) {
  .form__row-col:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
  }
}

.form__text {
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
}
.form__text p{
	margin-bottom:1rem;
}
.form__text p:nth-last-child {
	margin-bottom:0;
}

@media (max-width: 1279px) {
  .form__text {
    font-size: 11px;
    line-height: 17px;
  }
}

.form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .form__group {
    margin-bottom: 18px;
  }
}

.form__group-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .form__group-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.form__group-wrap .form__group {
  width: calc((100% - 40px) / 2);
}

@media (max-width: 767px) {
  .form__group-wrap .form__group {
    width: 100%;
  }
}

.form__group-wrap .form__input {
  max-width: 100%;
}

.form__input {
  max-width: 215px;
}

@media (max-width: 1279px) {
  .form__input {
    max-width: 200px;
  }
}

@media (max-width: 767px) {
  .form__input {
    max-width: 100%;
  }
}

.form__input--phone {
  letter-spacing: 1px;
}

.form__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 767px) {
  .form__bottom {
    margin-top: 32px;
  }
}

.form__btn {
  margin-bottom: 36px;
}

@media (max-width: 1279px) {
  .form__btn {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .form__btn {
    width: 100%;
  }
}

.form__note {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.3);
  font-family: "Arial";
  font-weight: normal;
  font-size: 9px;
  line-height: 10px;
}

.form__dropzone {
  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;
  margin: 5px 0 18px;
  padding: 16px 20px;
  border: 1px solid #e0e8ee;
  color: rgba(0, 0, 0, 0.3);
  caret-color: #bfbfbf;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  mix-blend-mode: normal;
}

.form__dropzone:focus-within, .form__dropzone:active {
  outline: 1px solid #03386e;
}

.form__dropzone.is-full {
  border-color: #039e00;
}

.form__dropzone.invalid {
  border: 1px solid rgba(224, 101, 93, 0.7);
}

.form__dropzone-icon {
  width: 20px;
  height: 20px;
  margin-left: 15px;
  stroke: rgba(0, 0, 0, 0.3);
}

.form__dropzone .dz-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__dropzone .d-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__dropzone .d-preview__name {
  color: #000000;
  font-size: 16px;
  line-height: 19px;
}

.form__dropzone .d-preview__remove {
  background: none;
  border: none;
  cursor: pointer;
}

.form__dropzone .d-preview__remove:focus {
  outline: none;
}

.form__dropzone .d-preview__remove svg {
  margin-left: 10px;
  width: 20px;
  height: 20px;
}

.form-subscription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1279px) {
  .form-subscription {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.form-subscription__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 342px;
          flex: 0 0 342px;
}

@media (max-width: 1579px) {
  .form-subscription__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 278px;
            flex: 0 0 278px;
  }
}

@media (max-width: 1279px) {
  .form-subscription__title {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: 278px;
  }
}

@media (max-width: 767px) {
  .form-subscription__title {
    max-width: 195px;
  }
}

@media (max-width: 1579px) {
  .form-subscription__inner {
    padding-top: 20px;
  }
}

@media (max-width: 1279px) {
  .form-subscription__inner {
    padding-top: 15px;
  }
}

@media (max-width: 767px) {
  .form-subscription__inner {
    padding-top: 12px;
  }
}

.form-subscription__input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 425px;
}

@media (max-width: 1579px) {
  .form-subscription__input-group {
    min-width: 400px;
  }
}

@media (max-width: 1279px) {
  .form-subscription__input-group {
    min-width: 328px;
  }
}

@media (max-width: 767px) {
  .form-subscription__input-group {
    max-width: initial;
    min-width: initial;
  }
}

.form-subscription__input {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 300px;
          flex: 0 1 300px;
}

@media (max-width: 767px) {
  .form-subscription__input {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: initial;
    padding: 6px 15px;
  }
}

.form-subscription__btn {
  padding: 20px 24px;
}

@media (max-width: 1279px) {
  .form-subscription__btn {
    padding: 17px 20px 16px;
  }
}

@media (max-width: 767px) {
  .form-subscription__btn {
    padding: 12px 18px;
  }
  .form-subscription__btn .btn__text {
    font-size: 12px;
    line-height: 14px;
  }
}

.form-subscription__agreement {
  display: block;
  margin-top: 20px;
  max-width: 262px;
}

@media (max-width: 1279px) {
  .form-subscription__agreement {
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .form-subscription__agreement {
    margin-top: 15px;
    max-width: 220px;
  }
}

.form-subscription__agreement .invalid {
  top: -16px;
}

@media (max-width: 767px) {
  .form-subscription__agreement .invalid {
    top: -13px;
  }
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 205px;
  cursor: pointer;
}

.socials__item {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.socials__item:hover {
  opacity: 0.85;
}

.socials__item--facebook {
  width: 9px;
  height: 19px;
}

@media (max-width: 767px) {
  .socials__item--facebook {
    width: 10px;
    height: 21px;
  }
}

.socials__item--vk {
  width: 23px;
  height: 13px;
}

@media (max-width: 767px) {
  .socials__item--vk {
    width: 25px;
    height: 14px;
  }
}

.socials__item--youtube {
  width: 20px;
  height: 23px;
}

@media (max-width: 767px) {
  .socials__item--youtube {
    width: 22px;
    height: 25px;
  }
}

.socials__item--odnoklasnik {
  width: 11px;
  height: 20px;
}

@media (max-width: 767px) {
  .socials__item--odnoklasnik {
    width: 12px;
    height: 21px;
  }
}

.socials__item--instagram {
  width: 17px;
  height: 17px;
}

@media (max-width: 767px) {
  .socials__item--instagram {
    width: 18px;
    height: 18px;
  }
}

.socials__item--rutube {
  width: 20px;
  height: 20px;
}

@media (max-width: 767px) {
  .socials__item--rutube {
    width: 20px;
    height: 20px;
  }
}
.socials__item--zen {
  width: 48px;
  height: 20px;
}

@media (max-width: 767px) {
  .socials__item--zen {
    width: 48px;
    height: 20px;
  }
}

/*
.stock-slider {
  position: relative;
  margin-top: -1px;
}

@media (max-width: 767px) {
  .stock-slider {
    min-height: 355px;
  }
}

.stock-slider::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 1279px) {
  .stock-slider::after {
    display: none;
  }
}

.stock-slider__dots {
  counter-reset: dots;
  position: absolute;
  bottom: 50px;
  left: 133px;
  z-index: 9;
}

@media (max-width: 1579px) {
  .stock-slider__dots {
    left: 107px;
  }
}

@media (max-width: 1279px) {
  .stock-slider__dots {
    bottom: 35px;
    left: 50px;
  }
}

@media (max-width: 1279px) {
  .stock-slider__dots {
    bottom: 20px;
    left: 35px;
  }
}

.stock-slider__dots .owl-dot {
  width: 33px;
  margin: 0 15px;
  background: none;
  border: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
  color: #ff8a32;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 1;
  text-align: center;
}

@media (max-width: 1279px) {
  .stock-slider__dots .owl-dot {
    width: 30px;
    margin: 0 10px;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .stock-slider__dots .owl-dot {
    width: 33px;
    margin: 0 15px;
    font-size: 20px;
  }
}

.stock-slider__dots .owl-dot:first-child {
  margin-left: 0;
}

.stock-slider__dots .owl-dot::before {
  counter-increment: dots;
  content: "0" counter(dots);
  opacity: 0;
}

.stock-slider__dots .owl-dot:focus {
  outline: none;
}

.stock-slider__dots .owl-dot.active {
  width: 69px;
  border-bottom-color: #ff8a32;
}

@media (max-width: 1279px) {
  .stock-slider__dots .owl-dot.active {
    width: 60px;
  }
}

@media (max-width: 1279px) {
  .stock-slider__dots .owl-dot.active {
    width: 70px;
  }
}

.stock-slider__dots .owl-dot.active::before {
  opacity: 1;
}

.stock-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1279px) {
  .stock-slider__item {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .stock-slider__item {
    position: relative;
    min-height: 355px;
  }
}

.stock-slider__item::before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(154.59deg, #ffffff -4.15%, rgba(255, 255, 255, 0.692708) 32.82%, rgba(255, 255, 255, 0) 101.78%);
}

.stock-slider__block--text {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 56px 0 106px 133px;
}

@media (max-width: 1579px) {
  .stock-slider__block--text {
    padding: 56px 0 105px 106px;
  }
}

@media (max-width: 1279px) {
  .stock-slider__block--text {
    padding: 82px 0px 175px 48px;
  }
}

@media (max-width: 767px) {
  .stock-slider__block--text {
    width: 100%;
    padding: 24px 36px 24px 30px;
  }
}

.stock-slider__block--img {
  position: relative;
  padding-bottom: 38.5%;
  width: 50%;
}

@media (max-width: 1579px) {
  .stock-slider__block--img {
    padding-bottom: 48.1%;
    z-index: -1;
  }
}

@media (max-width: 767px) {
  .stock-slider__block--img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 355px;
    padding-top: 22px;
    padding-bottom: 0;
    z-index: -1;
  }
}

.stock-slider__block-inner {
  -webkit-animation: fade 5s cubic-bezier(0.8, 0, 0.1, 1);
          animation: fade 5s cubic-bezier(0.8, 0, 0.1, 1);
  margin-right: -280px;
}

@media (max-width: 767px) {
  .stock-slider__block-inner {
    margin-right: 0;
  }
}

.stock-slider__block-title {
  max-width: 875px;
  height: 220px;
  overflow: hidden;
}

@media (max-width: 1579px) {
  .stock-slider__block-title {
    max-width: 780px;
  }
}

@media only screen and (max-width: 1579px) and (min-width: 1280px) {
  .stock-slider__block-title {
    height: auto;
	margin-bottom:2rem;
    font-size: 60px;
    line-height: 60px;
  }
}

@media (max-width: 1279px) {
  .stock-slider__block-title {
    max-width: 400px;
    height: 84px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .stock-slider__block-title {
    max-width: 260px;
    height: 60px;
    line-height: 30px;
  }
}
*/
.stock-slider__block-title .text-currency {
  font-size: inherit;
}

.stock-slider__percent {
  display: inline-block;
  color: #f4812c;
}
/*
.stock-slider__block-inner-row {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1279px) {
  .stock-slider__block-inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .stock-slider__block-inner-row {
    margin-top: 25px;
  }
}

.stock-slider__block-date {
  display: inline-block;
  max-height: 24px;
  max-width: 590px;
  overflow: hidden;
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 1279px) {
  .stock-slider__block-date {
    max-width: 500px;
    max-height: 48px;
    font-size: 16px;
    line-height: 19px;
  }
}

@media (max-width: 767px) {
  .stock-slider__block-date {
    font-size: 14px;
    line-height: 17px;
  }
}

.stock-slider__block-date .text-currency {
  font-size: 20px;
  line-height: 24px;
}

.stock-slider__btn {
  margin-left: 30px;
  padding: 18px 36px;
}

@media (max-width: 1279px) {
  .stock-slider__btn {
    margin-top: 36px;
    margin-left: 0;
    padding: 13px 55px;
  }
  .stock-slider__btn .btn__text {
    font-size: 14px;
    line-height: 17px;
  }
}

@media (max-width: 767px) {
  .stock-slider__btn {
    margin-top: 152px;
    padding: 11px 36px;
  }
}

.stock-slider__block-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.stock-slider__block-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: #fff;
  -webkit-animation: scale-right 3s cubic-bezier(0.8, 0, 0.1, 1);
          animation: scale-right 3s cubic-bezier(0.8, 0, 0.1, 1);
}

.stock-slider__tooth {
  position: absolute;
  bottom: -90px;
  left: 43.8%;
  width: 361px;
  height: 304px;
}

@media (max-width: 1579px) {
  .stock-slider__tooth {
    width: 281px;
    height: 237px;
    bottom: -65px;
    left: 28.6%;
  }
}

@media (max-width: 1279px) {
  .stock-slider__tooth {
    display: none;
  }
}

.stock-slider__tooth .tooth {
  width: 100%;
  height: 100%;
  fill: #ffffff;
}

.stock-slider__tooth .tooth #f-1 {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  -webkit-animation: drawSvgTooth 3s cubic-bezier(0.8, 0, 0.1, 1) forwards;
          animation: drawSvgTooth 3s cubic-bezier(0.8, 0, 0.1, 1) forwards;
}

@media (max-width: 1279px) {
  .stock-slider .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .stock-slider .owl-stage .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
*/
@-webkit-keyframes scale-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}

@keyframes scale-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes drawSvgTooth {
  from {
    stroke-dashoffset: -2000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.service-slider {
  position: relative;
  padding: 40px 262px 0 60px;
  max-width: 1500px;
  margin: 0 auto;
}

@media (max-width: 1279px) {
  .service-slider {
    padding: 50px 178px 0 65px;
  }
}

@media (max-width: 767px) {
  .service-slider {
    padding: 45px 58px 0 20px;
  }
}

.service-slider.prev {
  padding-right: 132px;
  padding-left: 263px;
}

@media (max-width: 1579px) {
  .service-slider.prev {
    padding-left: 206px;
  }
}

@media (max-width: 1279px) {
  .service-slider.prev {
    padding-left: 120px;
    padding-right: 80px;
  }
}

@media (max-width: 767px) {
  .service-slider.prev {
    padding-left: 58px;
    padding-right: 20px;
  }
}

.service-slider.next {
  padding-right: 263px;
  padding-left: 80px;
}

@media (max-width: 1579px) {
  .service-slider.next {
    padding-right: 206px;
  }
}

@media (max-width: 1279px) {
  .service-slider.next {
    padding-right: 80px;
  }
}

@media (max-width: 767px) {
  .service-slider.next {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.service-slider.next .owl-item::before {
  left: 0;
  right: auto;
}


@media (max-width: 1579px) {
  .service-slider--main {
    padding: 20px 254px 0 107px;
  }
}

@media (max-width: 1279px) {
  .service-slider--main {
    padding: 20px 178px 0 65px;
  }
}

@media (max-width: 767px) {
  .service-slider--main {
    padding: 20px 58px 0 20px;
  }
}

.service-slider--main::before {
  display: none;
}

.service-slider--main .service-slider__arrow {
  top: 130px;
}

@media (max-width: 1279px) {
  .service-slider--main .service-slider__arrow {
    top: 57px;
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 767px) {
  .service-slider--main .service-slider__arrow {
    top: 34px;
    width: 26px;
    height: 26px;
  }
}

.service-slider--main .service-slider__arrow--next {
  right: 133px;
}

@media (max-width: 1279px) {
  .service-slider--main .service-slider__arrow--next {
    right: 80px;
  }
}

@media (max-width: 767px) {
  .service-slider--main .service-slider__arrow--next {
    right: 20px;
  }
}

.service-slider--main .service-slider__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service-slider--main .service-slider__item {
  position: relative;
}

@media (max-width: 1279px) {
  .service-slider--main .service-slider__item:nth-last-of-type(-n + 2) {
    display: none;
  }
}

.service-slider--main .service-slider__item:first-child:after {
  display: none;
}

.service-slider--main .service-slider__item:nth-last-of-type(-n + 1) {
  display: none;
}

.service-slider--main .service-slider__item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -65px;
  width: 1px;
  height: 100px;
  mix-blend-mode: normal;
  opacity: 0.1;
  border: 1px solid #002e5d;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media only screen and (min-width: 1700px) {
  .service-slider--main .service-slider__item:after {
    left: -100px;
  }
}

@media (max-width: 1579px) {
  .service-slider--main .service-slider__item:after {
    left: -31px;
  }
}

@media (max-width: 1279px) {
  .service-slider--main .service-slider__item:after {
    display: none;
  }
}

.service-slider__arrow {
  position: absolute;
  top: 130px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#f28f51), color-stop(99.87%, #f2822e));
  background-image: linear-gradient(90deg, #f28f51 0%, #f2822e 99.87%);
  -webkit-box-shadow: 0px 18px 40px #ffb872;
          box-shadow: 0px 18px 40px #ffb872;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s, background-image 0.4s, -webkit-box-shadow 0.4s;
  transition: opacity 0.4s, background-image 0.4s, -webkit-box-shadow 0.4s;
  transition: opacity 0.4s, box-shadow 0.4s, background-image 0.4s;
  transition: opacity 0.4s, box-shadow 0.4s, background-image 0.4s, -webkit-box-shadow 0.4s;
  cursor: pointer;
}

@media (max-width: 1579px) {
  .service-slider__arrow {
    top: 85px;
  }
}

@media (max-width: 1279px) {
  .service-slider__arrow {
    top: 75px;
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 767px) {
  .service-slider__arrow {
    top: 65px;
    width: 26px;
    height: 26px;
  }
}

.service-slider__arrow:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#012f5e), color-stop(99.87%, #043f7b));
  background-image: linear-gradient(90deg, #012f5e 0%, #043f7b 99.87%);
  -webkit-box-shadow: 0px 18px 40px #03386e;
          box-shadow: 0px 18px 40px #03386e;
}

.service-slider__arrow.disabled {
  opacity: 0.5;
}

.service-slider__arrow img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10px;
  height: 18px;
}

@media (max-width: 1279px) {
  .service-slider__arrow img {
    width: 7px;
    height: 12px;
  }
}

@media (max-width: 767px) {
  .service-slider__arrow img {
    width: 5px;
    height: 8px;
  }
}

.service-slider__arrow--prev {
  left: -70px;
}

@media (max-width: 1579px) {
  .service-slider__arrow--prev {
    left: -20px;
  }
}

@media (max-width: 1279px) {
  .service-slider__arrow--prev {
    left: 80px;
  }
}

@media (max-width: 767px) {
  .service-slider__arrow--prev {
    left: 20px;
  }
}

.service-slider__arrow--prev img {
  margin-left: -3px;
}

@media (max-width: 1279px) {
  .service-slider__arrow--prev img {
    margin-left: -2px;
  }
}

@media (max-width: 767px) {
  .service-slider__arrow--prev img {
    margin-left: -1px;
  }
}

.service-slider__arrow--next {
  right: -70px;
}

@media (max-width: 1579px) {
  .service-slider__arrow--next {
    right: -20px;
  }
}

@media (max-width: 1279px) {
  .service-slider__arrow--next {
    right: 80px;
  }
}

@media (max-width: 767px) {
  .service-slider__arrow--next {
    right: 20px;
  }
}

.service-slider__arrow--next img {
  margin-left: 3px;
}

@media (max-width: 1279px) {
  .service-slider__arrow--next img {
    margin-left: 2px;
  }
}

@media (max-width: 767px) {
  .service-slider__arrow--next img {
    margin-left: 1px;
  }
}

.service-slider__item {
  min-width: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 1279px) {
  .service-slider__item {
    min-width: 78px;
  }
}

@media (max-width: 767px) {
  .service-slider__item {
  /*  min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    margin: 5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;*/
  }
}

.service-slider__item.is-active .service-slider__item-title {
  color: #f38a44;
}

.service-slider__item.is-active svg {
  stroke: #f38a44;
}

.service-slider__item.is-active svg path,
.service-slider__item.is-active svg rect {
  stroke: #f38a44;
}

.service-slider__item:hover .service-slider__item-title {
  color: #f38a44;
}

.service-slider__item:hover svg {
  stroke: #f38a44;
}

.service-slider__item:hover svg path,
.service-slider__item:hover svg rect {
  stroke: #f38a44;
}

.service-slider__item-icon {
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  justify-self: center;
}

@media (max-width: 1279px) {
  .service-slider__item-icon {
    min-height: 70px;
  }
}

@media (max-width: 767px) {
  .service-slider__item-icon {
    min-height: 35px;
  }
}

.service-slider__item-icon svg {
  fill: #ffffff;
  stroke: #000000;
  -webkit-transition: stroke 0.4s;
  transition: stroke 0.4s;
}

.service-slider__item-icon svg path,
.service-slider__item-icon svg rect {
  stroke: #000000;
  -webkit-transition: stroke 0.4s;
  transition: stroke 0.4s;
}

.service-slider__item-title {
  margin-top: 24px;
  min-width: 128px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  -webkit-animation: fade 5s cubic-bezier(0.46, 0.07, 0.22, 0.79);
          animation: fade 5s cubic-bezier(0.46, 0.07, 0.22, 0.79);
	font-size:18px;
	text-align:center;
}

@media (max-width: 1279px) {
  .service-slider__item-title {
    min-width: 78px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 19px;
  }
}

@media (max-width: 767px) {
  .service-slider__item-title {
    min-width: initial;
    margin-top: 14px;
    font-size: 12px;
    line-height: 12px;
	width:100%;
  }
}

.service-slider .owl-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
}

.service-slider .owl-item.active {
  opacity: 1;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.technologys, .achivements {
  position: relative;
}
.technologys, .achivements {padding: 5rem 0;}


@media (max-width: 1579px) {
  .technologys {
    padding: 130px 0;
  }
  .achivements {padding:5rem 0;}
}

@media (max-width: 1279px) {
  .technologys {
    padding: 45px 0 55px;
  }
  .achivements {padding:5rem 0;}
}

@media (max-width: 767px) {
  .technologys {
    padding: 40px 0 125px;
  }
  .achivements {padding:5rem 0 0 0;}
}

.technologys--main, .achivements__main {
  padding: 0;
  margin-bottom: 30px;
}

@media (max-width: 1279px) {
  .technologys--main, .achivements__main {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .technologys--main, .achivements__main {
    margin-bottom: 50px;
  }
}

.technologys--main .technologys__top {
  margin-bottom: 40px;
}

@media (max-width: 1579px) {
  .technologys--main .technologys__top {
    margin-bottom: 60px;
  }
}

@media (max-width: 1279px) {
  .technologys--main .technologys__top {
    margin-top: 16px;
    margin-bottom: 36px;
  }
}

@media (max-width: 767px) {
  .technologys--main .technologys__top {
    margin: 30px 0;
  }
}

.technologys--main .technologys__title {
  color: #000000;
}

.technologys--main .technologys__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -36px;
}

@media (max-width: 1279px) {
  .technologys--main .technologys__inner {
    margin: 0 -20px;
  }
}

@media (max-width: 767px) {
  .technologys--main .technologys__inner {
    margin: 0;
  }
}

.technologys--main .technologys__item {
  width: calc(33.33% - 72px);
  margin: 0 36px 110px;
}

@media (max-width: 1579px) {
  .technologys--main .technologys__item {
    margin-bottom: 88px;
  }
}

@media (max-width: 1279px) {
  .technologys--main .technologys__item {
    width: calc(50% - 40px);
    margin: 0 20px 64px;
  }
}

@media (max-width: 767px) {
  .technologys--main .technologys__item {
    width: 100%;
    margin: 0 0 30px;
  }
}

.technologys__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 9;
}

@media (max-width: 1579px) {
  .technologys__top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  .technologys__top {
    position: static;
  }
}

.technologys__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 860px;
          flex: 0 1 860px;
  color: #002e5d;
}

@media (max-width: 1279px) {
  .technologys__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 500px;
            flex: 0 1 500px;
    font-size: 40px;
    line-height: 35px;
  }
}

@media (max-width: 767px) {
  .technologys__title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 20px;
    line-height: 22px;
  }
}

.technologys__btn {
  padding: 18px 30px;
}

@media (max-width: 1279px) {
  .technologys__btn {
    margin-top: 8px;
    padding: 13px 32px;
  }
}

@media (max-width: 767px) {
  .technologys__btn {
    position: absolute;
    bottom: 45px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    margin-top: 8px;
    padding: 10px 38px 11px;
  }
}

.technologys__inner, .achivements__inner {
  margin-top: 60px;
}

@media (max-width: 1579px) {
  .technologys__inner, .achivements__inner {
    margin-top: 122px;
  }
}

@media (max-width: 1279px) {
  .technologys__inner, .achivements__inner {
    margin-top: 22px;
  }
}

.tech-slider, .ach-slider {
  position: relative;
}

.tech-slider--detail .tech-slider__controls, .ach-slider--detail .ach-slider__controls {
  top: 34%;
}

.tech-slider--detail .tech-slider__arrow--prev, .ach-slider--detail .ach-slider__arrow--prev {
  margin-left: -74px;
  width: 44px;
  height: 44px;
}

@media (max-width: 1279px) {
  .tech-slider--detail .tech-slider__arrow--prev, .ach-slider--detail .ach-slider__arrow--prev {
    margin-left: -47px;
  }
}

.tech-slider--detail .tech-slider__arrow--next, .ach-slider--detail .ach-slider__arrow--next {
  margin-right: -96px;
  width: 65px;
  height: 65px;
}

@media (max-width: 1279px) {
  .tech-slider--detail .tech-slider__arrow--next, .ach-slider--detail .ach-slider__arrow--next {
    margin-right: -80px;
  }
}

@media (max-width: 767px) {
  .tech-slider--detail .tech__title, .ach-slider--detail .tech__title {
    max-width: 210px;
  }
}

@media (max-width: 767px) {
  .tech-slider--detail .owl-stage, .ach-slider--detail .owl-stage {
    left: -45px;
  }
}

.tech-slider__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.tech-slider__dots.disabled {
  display: none;
}

.tech-slider__dots .owl-dot {
  width: 7px;
  height: 7px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #c4c4c4;
  border: 0;
}

.tech-slider__dots .owl-dot:focus {
  outline: none;
}

.tech-slider__dots .owl-dot.active {
  background-color: #f4812c;
}

.tech-slider__controls, .ach-slider__controls {
  position: absolute;
  top: 44%;
  z-index: 3;
  width: 100%;
  height: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translate(0, -44%);
          transform: translate(0, -44%);
}

.tech-slider__controls.disabled, .ach-slider__controls.disabled {
  display: none;
}

.tech-slider__arrow, .ach-slider__arrow {
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.tech-slider__arrow:hover, .ach-slider__arrow:hover {
  -webkit-transform: scale(1.13, 1.13);
          transform: scale(1.13, 1.13);
}

.tech-slider__arrow.disabled, .ach-slider__arrow.disabled {
  pointer-events: none;
  opacity: 0.3;
}

.tech-slider__arrow--prev, .ach-slider__arrow--prev {
  margin-left: -80px;
}

@media (max-width: 1279px) {
  .tech-slider__arrow--prev, .ach-slider__arrow--prev {
    width: 35px;
    height: 35px;
    margin-left: -20px;
  }
}

.tech-slider__arrow--prev:hover, .ach-slider__arrow--prev:hover {
  -webkit-transform: scale(1.415, 1.415);
          transform: scale(1.415, 1.415);
}

.tech-slider__arrow--next, .ach-slider__arrow--next {
  margin-right: -90px;
}

@media (max-width: 1279px) {
  .tech-slider__arrow--next, .ach-slider__arrow--next {
    width: 52px;
    height: 52px;
    margin-right: -27px;
  }
}

.tech-slider__arrow img, .ach-slider__arrow img {
  display: block;
  width: 100%;
  height: 100%;
}

.tech-slider__tooth {
  position: absolute;
  top: -120px;
  left: 39.3%;
  width: 279px;
  height: 235px;
}

@media (max-width: 1579px) {
  .tech-slider__tooth {
    left: 46.3%;
  }
}

@media (max-width: 1279px) {
  .tech-slider__tooth {
    display: none;
  }
}

@media (max-width: 767px) {
  .tech-slider__tooth {
    top: -90px;
    left: 41.3%;
    display: inline-block;
    width: 171px;
    height: 145px;
    z-index: -1;
  }
}

.tech-slider__tooth .tooth {
  fill: #ffffff;
  width: 100%;
  height: 100%;
}

.tech {
  position: relative;
}

@media (max-width: 767px) {
  .tech--main .tech__img {
    padding-bottom: 105.5%;
  }
}

.tech:hover .tech__img-file {
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}

.tech:hover .tech__desc {
  color: #f38434;
}

.tech:hover .tech__title {
  color: #f38434;
}

.tech__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}

.tech__img {
  position: relative;
  width: 100%;
  padding-bottom: 141.8%;
  overflow: hidden;
}

.tech__img-file {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.tech__title {
  max-width: 248px;
  margin-top: 35px;
  margin-bottom: 5px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media (max-width: 1279px) {
  .tech__title {
    margin-top: 28px;
	line-height:normal;
	font-size:24px;
  }
}

@media (max-width: 767px) {
  .tech__title {
    margin: 20px 0 10px;
  }
}

.tech__desc {
  max-width: 248px;
  margin-top: 30px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media (max-width: 1279px) {
  .tech__desc {
    max-width: 190px;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .tech__desc {
    max-width: 136px;
    margin-top: 10px;
  }
}

.tech .text {
  margin: 10px 0 30px;
  line-height: 24px;
}

@media (max-width: 1279px) {
  .tech .text {
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  .tech .text {
    margin-bottom: 15px;
  }
}

.tech__services {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
  z-index: 2;
}

@media (max-width: 767px) {
  .tech__services {
    max-width: 215px;
  }
}

.tech__service {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 3px 9px;
  border: 1px solid #84a7c1;
  border-radius: 12px;
  color: #84a7c1;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
  -webkit-transition: color 0.4s, border-color 0.4s;
  transition: color 0.4s, border-color 0.4s;
}

@media (max-width: 1279px) {
  .tech__service {
    font-size: 11px;
    line-height: 18px;
  }
}

@media (max-width: 767px) {
  .tech__service:nth-child(1) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .tech__service:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .tech__service:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .tech__service:nth-child(4) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .tech__service:nth-child(5) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.tech__service:hover {
  border-color: #002e5d;
  color: #002e5d;
}

.info {
  padding: 95px 0;
}

@media (max-width: 1579px) {
  .info {
    padding: 85px 0 70px;
  }
}

@media (max-width: 1279px) {
  .info {
    padding: 55px 0;
  }
}

@media (max-width: 767px) {
  .info {
    padding: 32px 44px 22px 56px;
  }
  .info .container {
    padding: 0;
  }
}

.info--grey {
  background-color: #f7f7f7;
}

.info--blue {
  background-color: #002e5d;
  color: #ffffff;
}

.info--vertically {
  width: 400px;
  height: auto;
  margin-top: 25px;
  padding: 78px 66px 78px 68px;
  background-color: #002e5d;
}

@media (max-width: 1279px) {
  .info--vertically {
    width: 210px;
    height: auto;
    margin-bottom: 0px;
    padding: 44px 32px 52px;
  }
}

@media (max-width: 767px) {
  .info--vertically {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    height: auto;
    margin-bottom: 35px;
    padding: 40px 55px 40px 62px;
  }
}

.info--vertically .info__row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info--vertically .info__col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 35px;
}

@media (max-width: 1279px) {
  .info--vertically .info__col {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .info--vertically .info__col {
    margin-bottom: 22px;
  }
}

.info--vertically .info__col:last-child {
  margin-bottom: 0;
}

.info--vertically .info-item__icon {
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
}

@media (max-width: 1279px) {
  .info--vertically .info-item__icon {
    width: 30px;
    height: 30px;
    margin-bottom: 12px;
  }
}

@media (max-width: 1279px) {
  .info--vertically .info-item__title {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 19px;
  }
}

.info--vertically .info-item__desc {
  font-size: 13px;
  line-height: 18px;
}

@media (max-width: 1279px) {
  .info--vertically .info-item__desc {
    font-size: 9px;
    line-height: 12px;
  }
}

@media (max-width: 767px) {
  .info--vertically .info-item__desc {
    font-size: 10px;
  }
}

.info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .info__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.info__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 29.9%;
          flex: 0 1 29.9%;
}

@media (max-width: 1279px) {
  .info__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 27.9%;
            flex: 0 1 27.9%;
  }
}

@media (max-width: 767px) {
  .info__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-bottom: 30px;
  }
}

.info-item--vertically .info-item__icon {
  margin-bottom: 20px;
}

@media (max-width: 1279px) {
  .info-item--vertically .info-item__icon {
    margin-bottom: 12px;
  }
}

.info-item--vertically .info-item__title {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .info-item--vertically .info-item__title {
    margin-bottom: 5px;
  }
}

.info-item--vertically .info-item__desc {
  height: auto;
}

@media (max-width: 1279px) {
  .info-item--vertically .info-item__desc {
    height: auto;
  }
}

@media (max-width: 1579px) {
  .info-item--blue .info-item__icon {
    margin-bottom: auto;
  }
}

@media (max-width: 1279px) {
  .info-item--blue .info-item__icon {
    width: 48px;
    height: 46px;
    margin-bottom: 18px;
  }
}

@media (max-width: 767px) {
  .info-item--blue .info-item__icon {
    width: 30px;
    height: 30px;
    margin-bottom: 14px;
  }
}

@media (max-width: 1279px) {
  .info-item--blue .info-item__title {
    max-width: 175px;
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .info-item--blue .info-item__title {
    font-size: 16px;
    line-height: 15px;
  }
}

.info-item--blue .info-item__desc {
  height: 72px;
}

@media (max-width: 1279px) {
  .info-item--blue .info-item__desc {
    height: 48px;
  }
}

@media (max-width: 767px) {
  .info-item--blue .info-item__desc {
    height: 48px;
    font-size: 10px;
    line-height: 12px;
  }
}

.info-item__icon {
  width: 117px;
  height: 117px;
  margin: 0 auto 3rem;
}

@media (max-width: 1279px) {
  .info-item__icon {
    width: 68px;
    height: 64px;
    margin: 0 auto 2rem;
  }
}

@media (max-width: 767px) {
  .info-item__icon {
    width: 41px;
    height: 41px;
    margin: 0 auto 2rem;
  }
}

.info-item__icon svg {
  width: 100%;
  height: 100%;
  fill: transparent;
}

.info-item__title {
  margin-bottom: 10px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 1;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  display: -webkit-box;
  display: box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  text-align:center;
}

@media (max-width: 1579px) {
  .info-item__title {
    -ms-line-clamp: 2;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}

@media (max-width: 1279px) {
  .info-item__title {
  }
}

@media (max-width: 767px) {
  .info-item__title {
    max-width: 100%;
    margin-bottom: 6px;
  }
}

.info-item__desc {
  text-align:center;
  overflow: hidden;
  display: -webkit-box;
  display: box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}

@media (max-width: 1279px) {
  .info-item__desc {
    height: 104px;
    font-size: 12px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .info-item__desc {
    height: 80px;
  }
}

.specialists {
  position: relative;
  padding-bottom: 132px;
}

@media (max-width: 1579px) {
  .specialists {
    padding-bottom: 55px;
  }
}

@media (max-width: 1279px) {
  .specialists {
    padding-bottom: 36px;
  }
}

@media (max-width: 767px) {
  .specialists {
    padding-bottom: 16px;
  }
}

.specialists--main {
  padding: 138px 0 110px;
}

@media (max-width: 1579px) {
  .specialists--main {
    padding: 118px 0 120px;
  }
}

@media (max-width: 1279px) {
  .specialists--main {
    padding: 50px 0 52px;
  }
}

@media (max-width: 767px) {
  .specialists--main {
    padding: 40px 0 52px;
  }
}

.specialists--main::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  min-height: 462px;
  background-color: #002e5d;
}

@media (max-width: 1579px) {
  .specialists--main::after {
    min-height: 425px;
  }
}

@media (max-width: 1279px) {
  .specialists--main::after {
    min-height: 255px;
  }
}

@media (max-width: 767px) {
  .specialists--main::after {
    min-height: 654px;
  }
}

.specialists--main .specialists__top {
  position: absolute;
  margin-top: -60px;
}

@media (max-width: 1279px) {
  .specialists--main .specialists__top {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .specialists--main .specialists__top {
    position: static;
    top: 0;
    left: 0;
  }
}

.specialists--main .specialists__row {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

@media (max-width: 767px) {
  .specialists--main .specialists__row {
    position: relative;
    z-index: 1;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.specialists--main .specialists__row-col {
  width: initial;
  margin: 0;
}

.specialists--main .specialists__row-col:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 39.7%;
          flex: 0 1 39.7%;
  padding-top: 100px;
}

@media (max-width: 1579px) {
  .specialists--main .specialists__row-col:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 38.03%;
            flex: 0 1 38.03%;
    padding-top: 154px;
  }
}

@media (max-width: 1279px) {
  .specialists--main .specialists__row-col:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 41%;
            flex: 0 1 41%;
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .specialists--main .specialists__row-col:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding-top: 0;
  }
}

@media (max-width: 1579px) {
  .specialists--main .specialists__row-col:nth-child(1) .specialist__content {
    margin-right: -60px;
  }
}

@media (max-width: 767px) {
  .specialists--main .specialists__row-col:nth-child(1) .specialist__content {
    margin-right: 0;
  }
}

.specialists--main .specialists__row-col:nth-child(1) .specialist__img {
  position: relative;
  padding-bottom: 121.9%;
}

@media (max-width: 1279px) {
  .specialists--main .specialists__row-col:nth-child(1) .specialist__img[data-leading]::after {
    padding: 12px 28px;
  }
}

.specialists--main .specialists__row-col:nth-child(1) .specialist__img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.specialists--main .specialists__row-col:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 53.1%;
          flex: 0 1 53.1%;
}

@media (max-width: 1579px) {
  .specialists--main .specialists__row-col:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50.8%;
            flex: 0 1 50.8%;
  }
}

@media (max-width: 1279px) {
  .specialists--main .specialists__row-col:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50.5%;
            flex: 0 1 50.5%;
  }
}

@media (max-width: 767px) {
  .specialists--main .specialists__row-col:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 36px;
  }
}

.specialists--main .specialists__row-col:nth-child(2) .specialist__img {
  position: relative;
  padding-bottom: 117.4%;
}

@media (max-width: 1279px) {
  .specialists--main .specialists__row-col:nth-child(2) .specialist__img[data-leading]::after {
    padding: 12px 28px;
  }
}

.specialists--main .specialists__row-col:nth-child(2) .specialist__img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.specialists--slider {
  padding: 165px 0 46px;
  margin-bottom: 0;
}

@media (max-width: 1579px) {
  .specialists--slider {
    padding-top: 140px;
    margin-bottom: 0;
  }
}

@media (max-width: 1279px) {
  .specialists--slider {
    padding-top: 112px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .specialists--slider {
    padding-top: 44px;
    margin-bottom: 0;
  }
}

.specialists--slider::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  background-color: #002e5d;
  min-height: 65%;
}

@media (max-width: 1279px) {
  .specialists--slider::after {
    min-height: 364px;
  }
}

@media (max-width: 767px) {
  .specialists--slider::after {
    min-height: 80%;
  }
}

.specialists--slider .specialists__top {
  position: static;
}

@media (max-width: 767px) {
  .specialists--slider .specialists__top {
    margin-top: 0;
  }
}

.specialists--slider .specialists__tooth--blue {
  bottom: 274px;
  left: 43px;
}

@media only screen and (min-width: 1700px) {
  .specialists--slider .specialists__tooth--blue {
    left: 10.4%;
  }
}

@media (max-width: 1279px) {
  .specialists--slider .specialists__tooth--blue {
    width: 216px;
    height: 182px;
    bottom: 150px;
    left: 26px;
  }
}

@media (max-width: 767px) {
  .specialists--slider .specialists__tooth--blue {
    display: none;
  }
}

.specialists--slider .container {
  padding: 0 84px 0 133px;
}

@media (max-width: 1579px) {
  .specialists--slider .container {
    padding: 0 0px 0 110px;
  }
}

@media (max-width: 1279px) {
  .specialists--slider .container {
    padding: 0 0px 0 48px;
  }
}

@media (max-width: 767px) {
  .specialists--slider .container {
    padding: 0 0px 0 20px;
  }
}

@media (max-width: 1579px) {
  .specialists--slider .specialist__content {
    margin-right: 0;
  }
}

@media (max-width: 1279px) {
  .specialists--slider .specialist__content {
    margin-right: -15px;
  }
}

@media (max-width: 767px) {
  .specialists--slider .specialist__content {
    margin-right: 0px;
  }
}

.specialists__top {
  position: static;
}

@media (max-width: 767px) {
  .specialists__top {
    margin-top: 26px;
  }
}

@media (max-width: 767px) {
  .specialists__title {
    font-size: 20px;
    line-height: 24px;
  }
}

.specialists__select {
  margin-top: 25px;
  margin-bottom: 56px;
}

@media (max-width: 1279px) {
  .specialists__select {
    margin-top: 18px;
    margin-bottom: 30px;
  }
}

.specialists__desc {
  max-width: 218px;
  margin-top: 40px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 7;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  display: -webkit-box;
  display: box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}

@media (max-width: 1279px) {
  .specialists__desc {
    max-width: 390px;
    margin-top: 15px;
    -ms-line-clamp: 3;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}

@media (max-width: 767px) {
  .specialists__desc {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
    -ms-line-clamp: 4;
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
}

.specialists__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1579px) {
  .specialists__inner {
    padding-top: 88px;
  }
}

@media (max-width: 1279px) {
  .specialists__inner {
    padding-top: 142px;
  }
}

@media (max-width: 767px) {
  .specialists__inner {
    padding-top: 28px;
    padding: 28px 32px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.specialists__btn-wrapper {
  padding-top: 352px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 332px;
          flex: 0 0 332px;
}

@media (max-width: 1579px) {
  .specialists__btn-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
    padding-top: 245px;
  }
}

@media (max-width: 1279px) {
  .specialists__btn-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 190px;
            flex: 0 0 190px;
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .specialists__btn-wrapper {
    position: absolute;
    bottom: -23px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
}

.specialists__btn {
  padding: 19px 33px;
}

@media (max-width: 1579px) {
  .specialists__btn {
    padding: 18px 33px;
  }
}

@media (max-width: 1279px) {
  .specialists__btn {
    padding: 13px 25px;
  }
}

@media (max-width: 767px) {
  .specialists__btn {
    padding: 10px 32px 11px;
  }
}

.specialists__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -67px;
}

@media (max-width: 1579px) {
  .specialists__row {
    margin: 0 -17px;
  }
}

@media (max-width: 1279px) {
  .specialists__row {
    margin: 0 -9px;
  }
}

@media (max-width: 767px) {
  .specialists__row {
    margin: 0 -3px;
  }
}

.specialists__row-col {
  width: calc(25% - 134px);
  margin: 0 67px 50px;
}

@media (max-width: 1579px) {
  .specialists__row-col {
    width: calc(25% - 34px);
    margin: 0 17px 75px;
  }
}

@media (max-width: 1279px) {
  .specialists__row-col {
    width: calc(33.33% - 18px);
    margin: 0 9px 44px;
  }
}

@media (max-width: 767px) {
  .specialists__row-col {
    width: calc(50% - 6px);
    margin: 0 3px 26px;
  }
}

.specialists__tooth {
  position: absolute;
  opacity: 0;
}

.specialists__tooth--grey {
  top: 286px;
  left: 39%;
  width: 279px;
  height: 235px;
  z-index: -1;
}

@media (max-width: 1579px) {
  .specialists__tooth--grey {
    top: 158px;
    left: 45.5%;
  }
}

@media (max-width: 1279px) {
  .specialists__tooth--grey {
    top: 94px;
    left: 42.5%;
    width: 187px;
    height: 157px;
  }
}

@media (max-width: 767px) {
  .specialists__tooth--grey {
    top: 120px;
    left: 42%;
    width: 168px;
    height: 143px;
  }
}

.specialists__tooth--blue {
  bottom: 256px;
  left: 24.4%;
  width: 216px;
  height: 182px;
  z-index: 0;
}

.specialists__tooth--blue.fadeScale {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@media (max-width: 1579px) {
  .specialists__tooth--blue {
    bottom: 214px;
    left: 26.7%;
  }
}

@media (max-width: 1279px) {
  .specialists__tooth--blue {
    bottom: 76px;
    left: 14.7%;
    width: 163px;
    height: 138px;
  }
}

@media (max-width: 767px) {
  .specialists__tooth--blue {
    bottom: 380px;
    left: 42%;
    width: 150px;
    height: 126px;
  }
}

.specialists__tooth .tooth {
  width: 100%;
  height: 100%;
  fill: transparent;
}

.specialists__slider {
  margin-top: 43px;
}

@media (max-width: 1279px) {
  .specialists__slider {
    margin-top: 22px;
  }
}

.specialist {
  position: relative;
  cursor: pointer;
}

.specialist:hover .specialist__img-file {
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}

.specialist:hover .specialist__title {
  color: #f38434;
}

.specialist--main:hover .specialist__img-file {
  -webkit-transform: none;
          transform: none;
}

.specialist--main:hover .specialist__img-file--on-hover {
  opacity: 1;
  visibility: visible;
}

.specialist--main .specialist__content {
  padding-top: 25px;
  margin: 0;
}

@media (max-width: 1279px) {
  .specialist--main .specialist__content {
    padding-top: 18px;
  }
}

@media (max-width: 767px) {
  .specialist--main .specialist__content {
    padding-top: 12px;
  }
}

.specialist--main .specialist__img {
  position: relative;
  padding-bottom: 121%;
}

.specialist--main .specialist__img-file {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: none;
          transform: none;
}

@media (max-width: 1279px) {
  .specialist--main .specialist__title {
    margin-bottom: 5px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .specialist--main .specialist__title {
    font-size: 16px;
    line-height: 18px;
  }
}

@media (max-width: 767px) {
  .specialist--main .specialist__subtitle {
    margin-top: 0;
    font-size: 10px;
    line-height: 11px;
  }
}

.specialist__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.specialist__img {
  position: relative;
  overflow: hidden;
}

.specialist__img[data-leading]::after {
  content: attr(data-leading);
  display: inline-block;
  padding: 16px 26px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  color: #ffffff;
  font-family: "MyriadPro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  max-width:80%;
  background-color:attr(data-leading-color);
 background: -webkit-gradient(linear, left top, right top, from(#f28f51), color-stop(99.87%, #f2822e));
  background: linear-gradient(90deg, #f28f51 0%, #f2822e 99.87%);

}
.data-leading-color-blue::after {
	background:#03386e!important;
}
.data-leading-color-orange::after {
	background:#f2822e;
}

@media (max-width: 1279px) {
  .specialist__img[data-leading]::after {
    right: 0;
    padding: 12px 40px;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .specialist__img[data-leading]::after {
    padding: 7px 20px;
    font-size: 10px;
    line-height: 12px;
  }
}

.specialist__img[data-leading=""]::after {
  display: none;
}

.specialist__img-file {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.specialist__img-file--on-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.specialist__content {
  padding-top: 70px;
}

@media (max-width: 1579px) {
  .specialist__content {
    margin-right: -12px;
  }
}

@media (max-width: 1279px) {
  .specialist__content {
    margin-right: 0;
    padding-top: 24px;
  }
}

@media (max-width: 1279px) {
  .specialist__content {
    padding-top: 18px;
  }
}

.specialist__title {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media (max-width: 1279px) {
  .specialist__title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 1279px) {
  .specialist__subtitle {
    max-width: 175px;
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 767px) {
  .specialist__subtitle {
    margin-top: 5px;
  }
}

.specialist__desc {
  position: relative;
}

.specialist__desc .quotation {
  font-size: 24px;
  line-height: 1;
}

@media (max-width: 1279px) {
  .specialist__desc .quotation {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .specialist__desc .quotation {
    font-size: 20px;
  }
}

.specialist__desc .quotation--opening {
  position: absolute;
  top: 0;
  left: -13px;
}

@media (max-width: 1279px) {
  .specialist__desc .quotation--opening {
    top: -2px;
    left: -7px;
  }
}

@media (max-width: 767px) {
  .specialist__desc .quotation--opening {
    top: -2px;
    left: -10px;
  }
}

.specialist__desc .quotation--closing {
  position: relative;
  top: 15px;
  left: 5px;
}

@media (max-width: 1279px) {
  .specialist__desc .quotation--closing {
    top: 11px;
    left: 3px;
  }
}

@media (max-width: 767px) {
  .specialist__desc .quotation--closing {
    position: absolute;
    top: auto;
    left: auto;
    display: inline-block;
    line-height: 38px;
    width: 10px;
    text-align: right;
  }
}

.specialist__btn {
  position: relative;
  z-index: 5;
  min-width: 190px;
  text-align: center;
}

.tour {
  padding-top: 92px;
}

@media (max-width: 1579px) {
  .tour {
    padding-top: 110px;
  }
}

@media (max-width: 1279px) {
  .tour {
    padding-top: 45px;
  }
}

@media (max-width: 767px) {
  .tour {
    padding-top: 82px;
  }
}

.tour__top, .tour__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap:2rem;
}

.tour__icon {
  width: 60px;
  height: 60px;
  fill: transparent;
}

@media (max-width: 767px) {
  .tour__icon {
    width: 40px;
    height: 40px;
  }
}

.tour__title {
  max-width: 680px;
  margin-top: 16px;
  margin-bottom: 120px;
}

@media (max-width: 1279px) {
  .tour__title {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .tour__title {
    margin-bottom: 22px;
    font-size: 20px;
    line-height: 22px;
  }
}

.tour__inner {
  position: relative;
}

.tour__btn {
  min-width: 310px;
  margin-bottom: 50px;
  padding: 22px 28px;
  margin-right:1rem;
}

@media (max-width: 1279px) {
  .tour__btn {
    min-width: 266px;
    padding: 17px 25px;
  }
}

@media (max-width: 767px) {
  .tour__btn {
    min-width: 280px;
    margin-bottom: 0;
    padding: 14px 28px;
  }
}

.tour__btn .btn__text::after {
  content: attr(data-clinic-1);
}

.tour__btn.is-changed .btn__text::after {
  content: attr(data-clinic-2);
}

.tour__media {
  position: relative;
  width: 91.2%;
  padding-bottom: 51.3%;
}

@media (max-width: 1579px) {
  .tour__media {
    width: calc(100% - -140px);
    padding-bottom: 64.6%;
  }
}

@media (max-width: 1279px) {
  .tour__media {
    width: 100%;
    padding-bottom: 56.5%;
  }
}
@media (max-width: 768px) {
  .tour__media {
    width: 100%;
	min-height:400px;
    padding-bottom: 56.5%;
  }
}

.tour__media-file {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tour__tooth {
  position: absolute;
  top: -57px;
  left: 37.3%;
  z-index: -1;
  width: 279px;
  height: 235px;
}

@media (max-width: 1579px) {
  .tour__tooth {
    left: 34%;
  }
}

@media (max-width: 1279px) {
  .tour__tooth {
    display: none;
  }
}

.tour__tooth .tooth {
  fill: transparent;
  width: 100%;
  height: 100%;
}

.articles {
  position: relative;
}

.articles--main {
  padding: 0 0 170px;
}

@media (max-width: 1579px) {
  .articles--main {
    padding: 0 0 160px;
  }
}

@media (max-width: 1279px) {
  .articles--main {
    padding: 75px 0;
  }
}

@media (max-width: 767px) {
  .articles--main {
    padding: 65px 0 25px;
  }
}

.articles--main .articles__top {
  margin-bottom: 70px;
}

@media (max-width: 1579px) {
  .articles--main .articles__top {
    margin-bottom: 60px;
  }
}

@media (max-width: 1279px) {
  .articles--main .articles__top {
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .articles--main .articles__top {
    margin-bottom: 15px;
  }
}

@media (max-width: 1579px) {
  .articles--main .articles__row {
    margin: 0 -20px;
  }
}

@media (max-width: 1279px) {
  .articles--main .articles__row {
    margin: 0 -36px;
  }
}

@media (max-width: 767px) {
  .articles--main .articles__row {
    margin: 0;
  }
}

.articles--main .articles__row-col {
  margin-bottom: 0;
}

@media (max-width: 1579px) {
  .articles--main .articles__row-col {
    width: calc(33.333% - 40px);
    margin: 0 20px 0;
  }
}

@media (max-width: 1279px) {
  .articles--main .articles__row-col {
    width: calc(50% - 72px);
    margin: 0 36px 0;
  }
  .articles--main .articles__row-col:nth-child(n + 3) {
    display: none;
  }
}

@media (max-width: 767px) {
  .articles--main .articles__row-col {
    width: 100%;
    margin: 0 0 55px;
  }
}

.articles--main .articles__tooth {
  width: 279px;
  height: 235px;
  top: 335px;
  right: 39%;
}

@media (max-width: 1579px) {
  .articles--main .articles__tooth {
    top: 215px;
    right: 26%;
  }
}

@media (max-width: 1279px) {
  .articles--main .articles__tooth {
    display: none;
  }
}

.articles__top {
  padding-top: 12px;
  margin-bottom: 50px;
}

@media (max-width: 1579px) {
  .articles__top {
    padding-top: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 1279px) {
  .articles__top {
    padding-top: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .articles__top {
    padding-top: 27px;
    margin-bottom: 14px;
  }
}

.articles__title {
  max-width: 625px;
}

@media (max-width: 1279px) {
  .articles__title {
    max-width: 522px;
  }
}

.articles__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -36px;
}

@media (max-width: 1579px) {
  .articles__row {
    margin: 0 -27px;
  }
}

@media (max-width: 1279px) {
  .articles__row {
    margin: 0 -26px;
  }
}

@media (max-width: 767px) {
  .articles__row {
    margin: 0;
  }
}

.articles__row-col {
  width: calc(33.333% - 72px);
  margin: 0 36px 108px;
}

@media (max-width: 1579px) {
  .articles__row-col {
    width: calc(33.333% - 54px);
    margin: 0 27px 60px;
  }
}

@media (max-width: 1279px) {
  .articles__row-col {
    width: calc(50% - 52px);
    margin: 0 26px 65px;
  }
}

@media (max-width: 767px) {
  .articles__row-col {
    width: 100%;
    margin: 0 0 48px;
  }
  .articles__row-col:nth-child(n + 4) {
    display: none;
  }
}

.articles__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 112px;
}

@media (max-width: 1279px) {
  .articles__pagination {
    margin-bottom: 44px;
  }
}

.articles__tooth {
  position: absolute;
  top: 12px;
  right: 20.7%;
  z-index: -1;
  width: 361px;
  height: 304px;
}

@media (max-width: 1579px) {
  .articles__tooth {
    right: 15.7%;
  }
}

@media (max-width: 1279px) {
  .articles__tooth {
    display: none;
  }
}

.articles__tooth svg {
  width: 100%;
  height: 100%;
  fill: none;
}

.article {
  position: relative;
}

.article:hover .article__img-file {
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}

.article:hover .article__title {
  color: #f38434;
}

.article--main .article__content {
  position: relative;
  margin-top: 62px;
}

@media (max-width: 1279px) {
  .article--main .article__content {
    margin-top: 36px;
  }
}

@media (max-width: 767px) {
  .article--main .article__content {
    margin-top: 30px;
  }
}

.article--main .article__content::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -28px;
  width: 146px;
  height: 1px;
  background-color: rgba(0, 46, 93, 0.1);
}

@media (max-width: 1279px) {
  .article--main .article__content::before {
    top: -15px;
  }
}

@media (max-width: 767px) {
  .article--main .article__content::before {
    top: -12px;
  }
}

.article--main .article__title {
  margin-bottom: 5px;
  font-size: 35px;
  line-height: 42px;
}

@media (max-width: 1279px) {
  .article--main .article__title {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .article--main .article__title {
    font-size: 22px;
    line-height: 18px;
	margin-bottom:1rem;
  }
}

.article--main .article__title::before {
  display: none;
}

@media (max-width: 1279px) {
  .article--main .article__btn {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .article--main .article__btn {
    width: auto;
    padding: 11px 33px;
  }
}

.article__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}

.article__img {
  position: relative;
  padding-bottom: 69.3%;
  overflow: hidden;
}

.article__img-file {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.article__content {
  margin-top: 40px;
}

@media (max-width: 1279px) {
  .article__content {
    margin-top: 24px;
  }
}

@media (max-width: 1279px) {
  .article__content {
    margin-top: 20px;
  }
}

.article__title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #000000;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media (max-width: 1579px) {
  .article__title {
    margin-bottom: 18px;
    padding-bottom: 18px;
  }
}

@media (max-width: 1279px) {
  .article__title {
    margin-bottom: 10px;
    padding-bottom: 0px;
    font-size: 20px;
    line-height: 24px;
  }
}

.article__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: 146px;
  height: 1px;
  background-color: rgba(0, 46, 93, 0.1);
}

@media (max-width: 1279px) {
  .article__title::before {
    display: none;
  }
}

.article__desc {
  margin-bottom: 25px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 5;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  display: -webkit-box;
  display: box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}

@media (max-width: 1579px) {
  .article__desc {
    -ms-line-clamp: 6;
    -webkit-line-clamp: 6;
    line-clamp: 6;
  }
}

@media (max-width: 1279px) {
  .article__desc {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .article__desc {
    margin-bottom: 15px;
  }
}

.article__btn {
  position: relative;
  padding-top: 21px;
  padding-bottom: 21px;
  z-index: 5;
}

@media (max-width: 1579px) {
  .article__btn {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

@media (max-width: 1279px) {
  .article__btn {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

@media (max-width: 767px) {
  .article__btn {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 1279px) {
  .breadcrumb {
    padding: 18px 0;
  }
}

@media (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb__item {
  margin: 0 13px;
}

.breadcrumb__item:nth-child(1) {
  margin-left: 0;
}

.breadcrumb__item:nth-last-child(2) .breadcrumb__link::after {
  color: #dadada;
}

.breadcrumb__item:last-child .breadcrumb__link {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.5);
}

.breadcrumb__item:last-child .breadcrumb__link::after {
  display: none;
}

.breadcrumb__link {
  position: relative;
  color: #000000;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

@media (max-width: 1279px) {
  .breadcrumb__link {
    font-size: 14px;
    line-height: 17px;
  }
}

.breadcrumb__link::after {
  content: "/";
  position: absolute;
  top: -50%;
  right: -18px;
  color: #000000;
  font-size: 36px;
  line-height: 43px;
}

@media (max-width: 1279px) {
  .breadcrumb__link::after {
    top: -25%;
    font-size: 24px;
    line-height: 29px;
  }
}

.breadcrumb__link:hover {
  color: #f4812c;
}

.promo {
  position: relative;
  padding-bottom: 66px;
}

@media (max-width: 1579px) {
  .promo {
    padding-bottom: 60px;
  }
}

@media (max-width: 1279px) {
  .promo {
    padding-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .promo--with-slider .promo__content-title {
    padding-bottom: 300px;
  }
}

@media (max-width: 1279px) {
  .promo--with-slider .promo__content-desc {
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .promo--with-slider .promo__content-desc {
    margin-top: 35px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) and (min-width: 360px) {
  .promo--with-slider .promo__content-desc {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 1279px) and (min-width: 1024px) {
  .promo--with-slider .promo__content .a-slider__item {
    min-height: 620px;
    position: relative;
  }
}

@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .promo--with-slider .promo__content .a-slider__item {
    min-height: 520px;
    position: relative;
  }
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
  .promo--with-slider .promo__content .a-slider__item {
    min-height: 290px;
    position: relative;
  }
}

@media only screen and (max-width: 767px) and (min-width: 360px) {
  .promo--with-slider .promo__content .a-slider__item {
    min-height: initial;
    position: relative;
  }
}

.promo--with-slider .promo__content .a-slider__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.promo--with-slider .promo__sub .owl-stage {
  left: -40px;
}

.promo--with-slider .owl-stage-outer {
  padding-left: 40px;
}

@media (max-width: 1279px) {
  .promo--with-slider .owl-stage-outer {
    padding-left: 0;
  }
}

.promo h1 {
  position: relative;
  margin: 0 0 50px;
}

@media (max-width: 1279px) {
  .promo h1 {
    margin: 0 0 25px;
  }
}

@media (max-width: 767px) {
  .promo h1 {
    margin: 0 0 20px;
  }
}

.promo h1 span {
  display: inline-block;
  padding-left: 10px;
  color: #f4812c;
}

.promo h2,
.promo .h2 {
  margin: 45px 0;
}

@media (max-width: 1279px) {
  .promo h2,
  .promo .h2 {
    font-size: 36px;
    line-height: 43px;
  }
}

@media (max-width: 767px) {
  .promo h2,
  .promo .h2 {
    margin: 0 0 25px;
    font-size: 26px;
    line-height: 31px;
  }
}

.promo h4 {
  margin-bottom: 25px;
}

@media (max-width: 1279px) {
  .promo h4 {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  .promo h4 {
    font-size: 26px;
    line-height: 31px;
  }
}

.promo h5 {
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
}

@media (max-width: 1279px) {
  .promo h5 {
    max-width: 365px;
    margin: 25px 0;
    font-size: 25px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .promo h5 {
    margin: 15px 0;
    font-size: 20px;
    line-height: 24px;
  }
}

.promo p {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
}

@media (max-width: 1279px) {
  .promo p {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .promo p {
    margin: 25px 0;
    line-height: 22px;
  }
}

.promo ol {
  counter-reset: num;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 30px 0;
}

.promo ol li {
  margin: 5px 0;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
}

@media (max-width: 1279px) {
  .promo ol li {
    margin: 12px 0;
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 1279px) {
  .promo ol li {
    line-height: 22px;
  }
}

.promo ol li:first-child {
  margin-top: 0;
}

.promo ol li:last-child {
  margin-bottom: 0;
}

.promo ol li::before {
  counter-increment: num;
  content: counter(num) ".";
  padding-right: 3px;
}

.promo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 30px 0;
}

.promo ul li {
  position: relative;
  margin: 5px 0;
  padding-left: 25px;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
}

.promo ul li:first-child {
  margin-top: 0;
}

.promo ul li:last-child {
  margin-bottom: 0;
}

.promo ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #000000;
  padding-right: 3px;
}

.promo ul li p {
  margin: 10px 0;
}

.promo strong {
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 1279px) {
  .promo strong {
    max-width: 225px;
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .promo strong {
    max-width: 280pxpx;
    margin-bottom: 40px;
  }
}

.promo a {
  color: #3eaefe;
  font-family: Minion Pro;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  -webkit-transition: color 0.4s, -webkit-text-decoration 0.4s;
  transition: color 0.4s, -webkit-text-decoration 0.4s;
  transition: color 0.4s, text-decoration 0.4s;
  transition: color 0.4s, text-decoration 0.4s, -webkit-text-decoration 0.4s;
}

@media (max-width: 1279px) {
  .promo a {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .promo a {
    font-size: 14px;
  }
}

.promo a[download] {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 5px;
}

.promo a[download]::after {
  content: "";
  position: relative;
  top: 5px;
  left: 5px;
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-left: 5px;
  background: url("/local/templates/cronadent/css/../images/sprite/icon-download.svg") no-repeat center;
  background-size: cover;
}

@media (max-width: 767px) {
  .promo a[download]::after {
    top: 2px;
    width: 20px;
    height: 20px;
  }
}

.promo a:hover {
  color: #3ca8f7;
  text-decoration: underline;
}

.promo time {
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 767px) {
  .promo time {
    font-size: 12px;
  }
}

.promo table {
  width: 100%;
  border: 1px solid #b7b7b7;
  border-collapse: collapse;
}

.promo table tr,
.promo table td,
.promo table th {
  border: 1px solid #b7b7b7;
}

@media (max-width: 767px) {
  .promo table {
    width: 672px;
  }
}

.promo table thead th {
  padding: 44px 23px;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
}

@media (max-width: 1279px) {
  .promo table thead th {
    padding: 30px 17px;
  }
}

.promo table thead th:nth-child(1) {
  width: 19.8%;
}

@media (max-width: 1279px) {
  .promo table thead th:nth-child(1) {
    width: 22.5%;
  }
}

.promo table thead th:nth-child(2) {
  width: 40%;
}

.promo table tbody tr td {
  padding: 18px 30px;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  vertical-align: middle;
}

@media (max-width: 1279px) {
  .promo table tbody tr td {
    padding: 15px 10px;
  }
}

.promo table tbody tr td:nth-child(1) {
  font-family: "MinionPro";
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.promo .container {
  padding: 0 180px 0 158px;
}

@media (max-width: 1579px) {
  .promo .container {
    padding: 0 178px 0 54px;
  }
}

@media (max-width: 1279px) {
  .promo .container {
    padding: 0 178px 0px 48px;
  }
}

@media (max-width: 767px) {
  .promo .container {
    padding: 90px 20px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.promo .promo__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 84px;
}

@media (max-width: 1579px) {
  .promo .promo__content {
    padding-right: 75px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 1279px) {
  .promo .promo__content {
    position: relative;
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .promo .promo__content {
    padding-right: 0;
  }
}

.promo .promo__content-col:nth-child(1) {
  width: 54.5%;
  padding-top: 62px;
}

@media (max-width: 1579px) {
  .promo .promo__content-col:nth-child(1) {
    width: 57.6%;
    padding-top: 30px;
  }
}

@media (max-width: 1279px) {
  .promo .promo__content-col:nth-child(1) {
    padding-top: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .promo .promo__content-col:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.promo .promo__content-col:nth-child(2) {
  width: 34%;
}

@media (max-width: 1579px) {
  .promo .promo__content-col:nth-child(2) {
    width: 37.2%;
  }
}

@media (max-width: 1279px) {
  .promo .promo__content-col:nth-child(2) {
    position: absolute;
    top: 60px;
    right: 40px;
    left: 0px;
    width: calc(100% - 40px);
    min-height: 520px;
    max-height: 520px;
  }
}

@media (max-width: 767px) {
  .promo .promo__content-col:nth-child(2) {
    top: 100px;
    right: 0;
    width: 100%;
    min-height: 290px;
    max-height: 290px;
  }
}

.promo .promo__content-title {
  position: relative;
  margin: 0;
}

@media (max-width: 1279px) {
  .promo .promo__content-title {
    margin-top: 0px;
    padding-bottom: 115%;
  }
}

@media only screen and (max-width: 900px) {
  .promo .promo__content-title {
    padding-bottom: 120%;
  }
}

@media (max-width: 767px) {
  .promo .promo__content-title {
    margin-top: 30px;
    padding-bottom: 106%;
  }
}

@media only screen and (max-width: 359px) {
  .promo .promo__content-title {
    padding-bottom: 112%;
  }
}

.promo .promo__content-desc {
  margin: 30px 0 36px 0;
}

@media (max-width: 1579px) {
  .promo .promo__content-desc {
    margin: 44px 0 45px;
  }
}

@media (max-width: 1279px) {
  .promo .promo__content-desc {
    margin: 25px 0px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .promo .promo__content-desc {
    margin: 18px 0px 40px;
   /* line-height: 20px;*/
  }
}

.promo .promo__content-btn {
  display: none;
}

.promo .promo__content-btn.is-opened .btn__text::after {
  content: attr(data-hide);
}

.promo .promo__content-btn .btn__text::after {
  content: attr(data-show);
}

@media (max-width: 767px) {
  .promo .promo__content-btn {
    margin: 0 auto;
  }
}

.promo .promo__content-img {
  width: 100%;
}

.promo .promo__content-img-file {
  display: block;
  min-height: 416px;
}

@media (max-width: 1279px) {
  .promo .promo__content-img-file {
    width: 100%;
    height: 100%;
    min-height: 520px;
    max-height: 520px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 767px) {
  .promo .promo__content-img-file {
    min-height: 290px;
    max-height: 290px;
  }
}

.promo .promo__sub {
  position: absolute;
  top: -90px;
  right: 0;
  max-width: 180px;
	max-height:600px;
  overflow: hidden;
  margin: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 28px;
  padding-left: 20px;
  z-index: 100;
  background-color: #ffffff;
  min-height:400px;
}

@media (max-width: 1579px) {
  .promo .promo__sub {

  }
}

@media (max-width: 1279px) {
  .promo .promo__sub {
    top: -60px;
    max-height: 450px;
    padding: 40px 40px 40px 47px;
  }
}

@media (max-width: 767px) {
  .promo .promo__sub {
    top: 15px;
    right: 0;
    left: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: initial;
    min-height: initial;
    overflow: auto;
    padding: 27px 0 24px;
  }
}

.promo .promo__sub::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 7px solid #f2f6f9;
}

@media (max-width: 767px) {
  .promo .promo__sub::before {
    top: auto;
    right: 0;
    height: 7px;
    background-color: #f2f6f9;
  }
}

.promo .promo__sub::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 8px;
  right: 0;
  z-index: 0;
  height: 80px;
  width: 100%;
  background-color: #fff;
}

@media (max-width: 1579px) {
  .promo .promo__sub::after {
    display: none;
  }
}

.promo .promo__sub-item {
  margin: 0 0 38px;
  padding: 0;
  line-height: 1;
}

@media (max-width: 1279px) {
  .promo .promo__sub-item {
    margin-bottom: 37px;
  }
}

@media (max-width: 767px) {
  .promo .promo__sub-item {
    margin-bottom: 0;
  }
}

.promo .promo__sub-item::before {
  display: none;
}

.promo .promo__sub-item:last-child {
  /*margin-bottom: 0;*/
}

.promo .promo__sub-item:hover .promo__sub-link {
  color: #e49d68;
}

.promo .promo__sub-item.is-active .promo__sub-link {
  color: #e49d68;
}

.promo .promo__sub-link {
  color: #000000;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

@media (max-width: 1279px) {
  .promo .promo__sub-link {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 767px) {
  .promo .promo__sub-link {
    display: block;
    font-size: 10px;
    line-height: 11px;
    text-align: center;
  }
}

.promo .promo__sub-link:hover {
  text-decoration: none;
}

.promo .promo__sub .tns-controls [data-controls] {
  width: 30px;
  height: 15px;
  background: none;
  border: none;
}

.promo .promo__sub .tns-controls [data-controls]:disabled {
  opacity: 0.5;
}

.promo .promo__sub .tns-controls [data-controls] svg {
  width: 100%;
  height: 100%;
  fill: transparent;
}

.promo .promo__sub .tns-controls [data-controls]:focus {
  outline: none;
}

.promo .promo__sub .tns-controls [data-controls="prev"] {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.promo .promo__sub .tns-controls [data-controls="next"] {
  position: absolute;
  bottom: 6.5%;
  left: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.promo .promo__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 50px 0 0;
  margin-top: 50px;
}

@media (max-width: 1579px) {
  .promo .promo__anchor {
    margin-top: 85px;
  }
}

@media (max-width: 1279px) {
  .promo .promo__anchor {
    margin-top: 42px;
    margin-right: -178px;
  }
}

@media (max-width: 767px) {
  .promo .promo__anchor {
    margin-top: 36px;
    margin-right: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.promo .promo__anchor-item {
  position: relative;
  margin: 0;
  padding: 42px 44px;
}

@media (max-width: 1279px) {
  .promo .promo__anchor-item {
    padding: 24px 22px;
  }
}

@media (max-width: 767px) {
  .promo .promo__anchor-item {
    margin: 0;
    padding: 16px 25px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 46, 93, 0.1);
	align-items: center;
    justify-content: center;
    display: flex;
	width: 50%!important;
  }
  .promo .promo__anchor-item:nth-child(2n-1) {
    width: 42%;
    border-right: 1px solid rgba(0, 46, 93, 0.1);
  }
  .promo .promo__anchor-item:nth-child(2n) {
    width: 58%;
  }
  .promo .promo__anchor-item:nth-last-child(-n + 2) {
   border-bottom: 0;
  }
}

.promo .promo__anchor-item:first-child {
  padding-left: 0;
}

@media (max-width: 767px) {
  .promo .promo__anchor-item:first-child {
    padding-left: 25px;
  }
}

.promo .promo__anchor-item:first-child::before {
  display: none;
}

.promo .promo__anchor-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  border-left: 1px solid rgba(0, 46, 93, 0.1);
  width: auto;
  height: auto;
  padding: 0;
  border-radius: initial;
  background-color: initial;
}

@media (max-width: 767px) {
  .promo .promo__anchor-item::before {
    display: none;
  }
}

.promo .promo__anchor-link {
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

@media (max-width: 767px) {
  .promo .promo__anchor-link {
    font-size: 14px;
    line-height: 17px;
  }
}

.promo .promo__anchor-link:hover {
  color: #f38434;
}

.promo__tooth {
  position: absolute;
  top: -8px;
  left: 20.4%;
  width: 279px;
  height: 235px;
  z-index: -1;
}

@media (max-width: 1279px) {
  .promo__tooth {
    display: none;
  }
}

.promo__tooth .tooth {
  width: 100%;
  height: 100%;
  fill: transparent;
}

.promo__back {
  position: absolute;
  top: 0;
  left: -80px;
}

@media (max-width: 1579px) {
  .promo__back {
    display: none;
  }
}

.promo .owl-prev,
.promo .owl-next {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 23px;
  height: 23px;
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#f28f51), color-stop(99.87%, #f2822e));
  background-image: linear-gradient(90deg, #f28f51 0%, #f2822e 99.87%);
  -webkit-box-shadow: 0px 18px 40px #ffb872;
          box-shadow: 0px 18px 40px #ffb872;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s, background-image 0.4s, -webkit-box-shadow 0.4s;
  transition: opacity 0.4s, background-image 0.4s, -webkit-box-shadow 0.4s;
  transition: opacity 0.4s, box-shadow 0.4s, background-image 0.4s;
  transition: opacity 0.4s, box-shadow 0.4s, background-image 0.4s, -webkit-box-shadow 0.4s;
  cursor: pointer;
}

.promo .owl-prev::after,
.promo .owl-next::after {
  content: "";
  position: absolute;
  top: -15px;
  right: -15px;
  bottom: -15px;
  left: -15px;
}

.promo .owl-prev:hover,
.promo .owl-next:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#012f5e), color-stop(99.87%, #043f7b));
  background-image: linear-gradient(90deg, #012f5e 0%, #043f7b 99.87%);
  -webkit-box-shadow: 0px 18px 40px #03386e;
          box-shadow: 0px 18px 40px #03386e;
}

.promo .owl-prev.disabled,
.promo .owl-next.disabled {
  opacity: 0;
  visibility: hidden;
}

.promo .owl-prev img,
.promo .owl-next img {
  display: block;
  margin: 0 auto;
  width: 4px;
  height: 7px;
}

.promo .owl-prev {
  left: 25px;
}

.promo .owl-next {
  right: 25px;
}

.sales {
  position: relative;
  margin-bottom: 80px;
}

@media (max-width: 1279px) {
  .sales {
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .sales {
    margin-bottom: 28px;
  }
}

.sales__top {
  margin-bottom: 64px;
}

@media (max-width: 1279px) {
  .sales__top {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .sales__top {
    margin-top: 25px;
    margin-bottom: 15px;
  }
}

.sales__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 60px;
  margin: 0 -72px;
}

@media (max-width: 1579px) {
  .sales__row {
    padding: 0;
    margin: 0 -50px;
  }
}

@media (max-width: 1279px) {
  .sales__row {
    padding: 0;
    margin: 0 -16px;
  }
}

@media (max-width: 767px) {
  .sales__row {
    margin: 0;
  }
}

.sales__sale {
  width: calc(49% - 134px);
  margin: 0 70px 85px;
}

@media (max-width: 1579px) {
  .sales__sale {
    width: calc(50% - 100px);
    margin: 0 50px 52px;
  }
}

@media (max-width: 1279px) {
  .sales__sale {
    width: calc(50% - 32px);
    margin: 0 16px 22px;
  }
}

@media (max-width: 767px) {
  .sales__sale {
    width: 100%;
    margin: 0 0 12px;
  }
}

.sales__tooth {
  position: absolute;
  top: -30px;
  left: 12.8%;
  z-index: -2;
  width: 367px;
  height: 336px;
}

@media only screen and (min-width: 1750px) {
  .sales__tooth {
    left: 18.8%;
  }
}

@media (max-width: 1579px) {
  .sales__tooth {
    left: 10.8%;
  }
}

@media (max-width: 1279px) {
  .sales__tooth {
    display: none;
  }
}

.sales__tooth .tooth {
  width: 100%;
  height: 100%;
  fill: transparent;
}

.sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f7f7f7;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.sale__link {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}

@media (max-width: 767px) {
  .sale--blue, .sale--light {
    height: 420px;
  }
}

.sale--blue .sale__info, .sale--light .sale__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 855px;
          flex: 0 1 855px;
}

@media (max-width: 1579px) {
  .sale--blue .sale__info, .sale--light .sale__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 775px;
            flex: 0 1 775px;
  }
}

@media (max-width: 1279px) {
  .sale--blue .sale__info, .sale--light .sale__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 485px;
            flex: 0 1 485px;
    padding: 5rem 0;
  }
}

@media (max-width: 767px) {
  .sale--blue .sale__info, .sale--light .sale__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 250px;
            flex: 0 1 250px;
  }
}

.sale--blue .sale__info-title, .sale--light .sale__info-title {
  
  overflow: hidden;
}
.sale__info-title p {display:inline;}
.sale--blue h2, .sale--blue .h6 {color:white;}

@media (max-width: 1279px) {
  .sale--blue .sale__info-title, .sale--light .sale__info-title {
    height: 56px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .sale--blue .sale__info-title, .sale--light .sale__info-title {
    max-height: 145px;
    height: auto;
    line-height: 36px;
  }
}

.sale--blue .sale__info-date, .sale--light .sale__info-date {
  max-height: 24px;
  overflow: hidden;
}

@media (max-width: 1279px) {
  .sale--blue .sale__info-date, .sale--light .sale__info-date {
    max-height: 44px;
  }
}

@media (max-width: 767px) {
  .sale--blue .sale__info-date, .sale--light .sale__info-date {
    max-height: 55px;
  }
}

@media (max-width: 767px) {
  .sale--blue .sale__btn, .sale--light .sale__btn {
   /* margin-top: 100px;*/
  }
}

.sale--blue .sale__img-file, .sale--light .sale__img-file {
  -o-object-fit: cover;
     object-fit: cover;
}

.sale--blue {
  position: relative;
  background: #002e5d;
  min-height: 450px;
}

@media (max-width: 1279px) {
  .sale--blue {
    max-height: 240px;
	min-height: auto;
  }
}

@media (max-width: 767px) {
  .sale--blue {
    max-height: initial;
  }
}

.sale--blue .container {
  padding-left: 133px;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items:center;
}

@media (max-width: 1279px) {
  .sale--blue .container {
    padding-left: 72px;
  }
}

@media (max-width: 767px) {
  .sale--blue .container {
    padding-left: 20px;
  }
}

.sale--blue .sale__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

@media (max-width: 1279px) {
  .sale--blue .sale__img {
    position: absolute;
  }
}

@media (max-width: 767px) {
  .sale--blue .sale__img {
    padding-top: 60px;
  }
}

.sale--blue .sale__img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -1px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, color-stop(8.23%, #002e5d), color-stop(101.3%, rgba(0, 46, 93, 0)));
  background: linear-gradient(90deg, #002e5d 8.23%, rgba(0, 46, 93, 0) 101.3%);
  z-index: 1;
}

@media (max-width: 767px) {
  .sale--blue .sale__img::after {
    background: linear-gradient(155.44deg, #002e5d 43.51%, rgba(0, 46, 93, 0.33) 92.79%);
  }
}

.sale--blue .sale__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sale--light {
  position: relative;
  background-color: #f7f7f7;
  color: #000000;
}

.sale--light .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 120px 0 133px;
  align-items:center;
}

@media (max-width: 1579px) {
  .sale--light .container {
    padding: 0 22px 0 134px;
  }
}

@media (max-width: 1279px) {
  .sale--light .container {
    padding: 0 0px 0 85px;
  }
}

@media (max-width: 767px) {
  .sale--light .container {
    padding: 0 0px 0 44px;
  }
}

@media (max-width: 767px) {
  .sale--light::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(149.87deg, #f7f7f7 13.57%, rgba(247, 247, 247, 0) 81.09%);
    z-index: 2;
  }
}

.sale--light .h6,
.sale--light .h4,
.sale--light .text {
  color: inherit;
}

@media (max-width: 767px) {
  .sale--light .sale__info-inner {
    margin-top: 35px;
  }
}

.sale--light .sale__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

@media (max-width: 1279px) {
  .sale--light .sale__img {
    left: 44.5%;
  }
  .sale--light .sale__img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 767px) {
  .sale--light .sale__img {
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.sale--sm {
  position: relative;
  min-height: 288px;
  padding: 0 0 0 25px;
  background: none;
  cursor: pointer;
}

@media (max-width: 767px) {
  .sale--sm {
    padding-left: 20px;
  }
}

.sale--sm:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 1279px) {
  .sale--sm {
    min-height: 170px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  .sale--sm {
    min-height: 135px;
  }
}

.sale--sm .sale__info {
  position: static;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 350px;
          flex: 0 1 350px;
  max-height: 228px;
  overflow: hidden;
  padding: 24px 0;
  z-index: 0;
}

@media (max-width: 1279px) {
  .sale--sm .sale__info {
    max-height: 130px;
  }
}

@media (max-width: 767px) {
  .sale--sm .sale__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 195px;
            flex: 0 1 195px;
  }
}

@media (max-width: 1279px) {
  .sale--sm .sale__info-title {
    font-size: 24px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .sale--sm .sale__info-title {
    font-size: 20px;
    line-height: 22px;
  }
}

@media (max-width: 1279px) {
  .sale--sm .sale__info-date {
    font-size: 14px;
    line-height: 17px;
  }
}

.sale--sm .sale__info-inner {
  margin-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1279px) {
  .sale--sm .sale__info-inner {
    margin-top: 12px;
  }
}

.sale--sm .sale__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.sale--sm .sale__img:after {
  display: none;
}

.sale--sm .sale__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sale--sm .sale__btn {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

@media (max-width: 1279px) {
  .sale--sm .sale__btn {
    display: none;
  }
}

.sale__info {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 438px;
          flex: 0 1 438px;
  padding: 70px 0 80px;
}

@media (max-width: 1279px) {
  .sale__info {
    position: relative;
    z-index: 3;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 488px;
            flex: 0 1 488px;
    padding: 44px 0;
  }
}

@media (max-width: 767px) {
  .sale__info {
    padding: 35px 0 38px;
  }
}

@media (max-width: 1279px) {
  .sale__info-title {
    font-size: 24px;
    line-height: 41px;
  }
}

@media (max-width: 767px) {
  .sale__info-title {
    font-size: 30px;
    line-height: 34px;
  }
}

.sale__percent {
  display: inline-block;
  color: #f4812c;
}

@media (max-width: 767px) {
  .sale__percent {
    display: inline;
  }
}

.sale__percent--lg {
  color: inherit;
  font-weight: 500;
  font-size: 53px;
  line-height: 1;
}

@media (max-width: 1279px) {
  .sale__percent--lg {
    font-size: 24px;
    line-height: 26px;
  }
}

.sale__info-inner {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1279px) {
  .sale__info-inner {
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.sale__info-date {
  margin-right: 10px;
}

@media (max-width: 1279px) {
  .sale__info-date {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .sale__info-date {
    font-size: 16px;
    line-height: 19px;
  }
}

.sale__btn {
  padding-right: 54px;
  padding-left: 54px;
}

@media (max-width: 1279px) {
  .sale__btn {
    margin-top: 32px;
    padding-right: 62px;
    padding-left: 62px;
  }
}

@media (max-width: 767px) {
  .sale__btn {
    padding-right: 42px;
    padding-left: 42px;
  }
}

.sale__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1279px) {
  .sale__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 27.1%;
    z-index: 1;
  }
}

@media (max-width: 767px) {
  .sale__img {
    top: 53px;
    left: 0;
  }
}

.service-info {
  padding: 114px 0;
}

@media (max-width: 1579px) {
  .service-info {
    padding: 78px 0 55px;
  }
}

@media (max-width: 1279px) {
  .service-info {
    padding: 56px 0 40px;
  }
}

.service-info .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 0;
}

@media (max-width: 1579px) {
  .service-info .container {
    padding-left: 54px;
  }
}

@media (max-width: 1279px) {
  .service-info .container {
    padding-left: 48px;
  }
}

@media (max-width: 767px) {
  .service-info .container {
    padding: 0 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.service-info h1 {
  position: relative;
  margin: 0 0 50px;
}

@media (max-width: 1279px) {
  .service-info h1 {
    margin: 0 0 25px;
  }
}

@media (max-width: 767px) {
  .service-info h1 {
    margin: 0 0 20px;
  }
}

.service-info h1 span {
  display: inline-block;
  padding-left: 10px;
  color: #f4812c;
}

.service-info h2,
.service-info .h2 {
  margin: 45px 0;
}

@media (max-width: 1279px) {
  .service-info h2,
  .service-info .h2 {
    margin-bottom: 25px;
    font-size: 60px;
    line-height: 72px;
  }
}

@media (max-width: 767px) {
  .service-info h2,
  .service-info .h2 {
    margin: 0 0 25px;
    font-size: 26px;
    line-height: 31px;
  }
}

.service-info h4 {
  margin-bottom: 25px;
}

@media (max-width: 1279px) {
  .service-info h4 {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  .service-info h4 {
    font-size: 26px;
    line-height: 31px;
  }
}

.service-info h5 {
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
}

@media (max-width: 1279px) {
  .service-info h5 {
    max-width: 365px;
    margin: 25px 0;
    font-size: 25px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .service-info h5 {
    margin: 15px 0;
    font-size: 20px;
    line-height: 24px;
  }
}

.service-info p {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
}

@media (max-width: 1279px) {
  .service-info p {
   /* font-size: 14px;*/
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .service-info p {
    margin: 15px 0;
    line-height: 22px;
  }
}

.service-info ol {
  counter-reset: num;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 30px 0;
}

.service-info ol li {
  margin: 5px 0;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
}

@media (max-width: 1279px) {
  .service-info ol li {
    margin: 12px 0;
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 1279px) {
  .service-info ol li {
    line-height: 22px;
  }
}

.service-info ol li:first-child {
  margin-top: 0;
}

.service-info ol li:last-child {
  margin-bottom: 0;
}

.service-info ol li::before {
  counter-increment: num;
  content: counter(num) ".";
  padding-right: 3px;
}

.service-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 30px 0;
}

.service-info ul li {
  position: relative;
  margin: 5px 0;
  padding-left: 25px;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
}

.service-info ul li:first-child {
  margin-top: 0;
}

.service-info ul li:last-child {
  margin-bottom: 0;
}

.service-info ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #000000;
  padding-right: 3px;
}

.service-info ul li p {
  margin: 10px 0;
}

.service-info strong {
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 1279px) {
  .service-info strong {
    max-width: 225px;
    
  }
}

@media (max-width: 767px) {
  .service-info strong {
    max-width: 280px;
    margin-bottom: 15px;
  }
}

.service-info a {
  color: #3eaefe;
  font-family: Minion Pro;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  -webkit-transition: color 0.4s, -webkit-text-decoration 0.4s;
  transition: color 0.4s, -webkit-text-decoration 0.4s;
  transition: color 0.4s, text-decoration 0.4s;
  transition: color 0.4s, text-decoration 0.4s, -webkit-text-decoration 0.4s;
}

@media (max-width: 1279px) {
  .service-info a {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .service-info a {
    font-size: 14px;
  }
}

.service-info a[download] {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 5px;
}

.service-info a[download]::after {
  content: "";
  position: relative;
  top: 5px;
  left: 5px;
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-left: 5px;
  background: url("/local/templates/cronadent/css/../images/sprite/icon-download.svg") no-repeat center;
  background-size: cover;
}

@media (max-width: 767px) {
  .service-info a[download]::after {
    top: 2px;
    width: 20px;
    height: 20px;
  }
}

.service-info a:hover {
  color: #3ca8f7;
  text-decoration: underline;
}

.service-info time {
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 767px) {
  .service-info time {
    font-size: 12px;
  }
}

.service-info table {
  width: 100%;
  border: 1px solid #b7b7b7;
  border-collapse: collapse;
}

.service-info table tr,
.service-info table td,
.service-info table th {
  border: 1px solid #b7b7b7;
}

@media (max-width: 767px) {
  .service-info table {
    width: 672px;
  }
}

.service-info table thead th {
  padding: 44px 23px;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
}

@media (max-width: 1279px) {
  .service-info table thead th {
    padding: 30px 17px;
  }
}

.service-info table thead th:nth-child(1) {
  width: 19.8%;
}

@media (max-width: 1279px) {
  .service-info table thead th:nth-child(1) {
    width: 22.5%;
  }
}

.service-info table thead th:nth-child(2) {
  width: 40%;
}

.service-info table tbody tr td {
  padding: 18px 30px;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  vertical-align: middle;
}

@media (max-width: 1279px) {
  .service-info table tbody tr td {
    padding: 15px 10px;
  }
}

.service-info table tbody tr td:nth-child(1) {
  font-family: "MinionPro";
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.service-info--video {
  padding: 0 0 218px;
}

@media (max-width: 1579px) {
  .service-info--video {
    padding: 0 0 116px;
  }
}

@media (max-width: 1279px) {
  .service-info--video {
    padding: 0 0 90px;
  }
}

.service-info--video .container {
  padding-right: 133px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1579px) {
  .service-info--video .container {
    padding: 0 110px;
  }
}

@media (max-width: 1279px) {
  .service-info--video .container {
    padding: 0 48px;
  }
}

@media (max-width: 767px) {
  .service-info--video .container {
    padding: 0 20px;
  }
}

.service-info--video .text {
  max-width: 740px;
  margin: 28px 0 46px;
  line-height: 24px;
}

@media (max-width: 1279px) {
  .service-info--video .text {
    margin: 12px 0 22px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .service-info--video .text {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .service-info--video h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

.service-info__inner {
  width: 51%;
  margin-top: 35px;
}

@media (max-width: 1579px) {
  .service-info__inner {
    width: 54.4%;
    margin-top: 36px;
	min-height:650px;
  }
}

@media (max-width: 1279px) {
  .service-info__inner {
    width: 61.6%;
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .service-info__inner {
    width: 100%;
    margin-top: 0px;
  }
}

.service-info__inner h4 {
  font-size: 40px;
  line-height: 48px;
}

@media (max-width: 1279px) {
  .service-info__inner h4 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (max-width: 767px) {
  .service-info__inner h4 {
    font-size: 20px;
    line-height: 24px;
  }
}

.service-info__inner p {
  font-family: "Arial", sans-serif;
  line-height: 28px;
}

@media (max-width: 767px) {
  .service-info__inner p {
   /* font-size: 14px;
    line-height: 24px;*/
  }
}

.service-info__imgs {
  position: absolute !important;
  top: 0;
  right: 0;
  width: 27.5%;
}

@media (max-width: 1579px) {
  .service-info__imgs {
    width: 38.2%;
  }
}

@media (max-width: 1279px) {
  .service-info__imgs {
    width: 31.25%;
  }
}

@media (max-width: 767px) {
  .service-info__imgs {
    width: 100%;
    position: static !important;
    margin: 30px 0;
  }
}

.service-info__imgs .a-slider__inner {
  max-height: 645px;
  min-height: 645px;
}

@media (max-width: 1579px) {
  .service-info__imgs .a-slider__inner {
    max-height: 684px;
    min-height: 684px;
  }
}

@media (max-width: 1279px) {
  .service-info__imgs .a-slider__inner {
    max-height: 328px;
    min-height: 328px;
  }
}

@media (max-width: 1579px) {
  .service-info__imgs .a-slider__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 684px;
    min-height: 684px;
  }
}

@media (max-width: 1579px) and (max-width: 1279px) {
  .service-info__imgs .a-slider__item {
    max-height: 328px;
    min-height: 328px;
  }
}

.service-info__video {
  width: 100%;
  height: 100%;
}

.service-info__video-wrap {
  position: relative;
  width: 100%;
  height: 750px;
}

@media (max-width: 1579px) {
  .service-info__video-wrap {
    height: 600px;
  }
}

@media (max-width: 1279px) {
  .service-info__video-wrap {
    height: 380px;
  }
}

@media (max-width: 767px) {
  .service-info__video-wrap {
    height: 160px;
  }
}

.service-info__video-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.service-info__video-player {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  width: 160px;
  height: 160px;
  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;
  border-radius: 100%;
  background: linear-gradient(122.37deg, rgba(255, 255, 255, 0.6) 14.53%, rgba(255, 255, 255, 0.6) 14.54%, rgba(255, 255, 255, 0.558) 86.19%);
  mix-blend-mode: normal;
  border: 1px solid #ff7319;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (max-width: 1279px) {
  .service-info__video-player {
    width: 96px;
    height: 96px;
  }
}

@media (max-width: 767px) {
  .service-info__video-player {
    width: 56px;
    height: 56px;
  }
}

.service-info__video-player:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.service-info__video-player svg {
  width: 60px;
  height: 74px;
  margin-left: 20px;
  fill: transparent;
}

@media (max-width: 1279px) {
  .service-info__video-player svg {
    width: 36px;
    height: 44px;
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .service-info__video-player svg {
    width: 21px;
    height: 25px;
    margin-left: 8px;
  }
}

.consultation {
  padding: 66px 0px;
  background-image: -webkit-gradient(linear, left top, right top, from(#002e5d), to(#003f7e));
  background-image: linear-gradient(90deg, #002e5d 0%, #003f7e 100%);
}

@media (max-width: 1579px) {
  .consultation {
    padding: 66px 0px;
  }
}

@media (max-width: 1279px) {
  .consultation {
    padding: 3rem 2rem;
  }
}

@media (max-width: 767px) {
  .consultation {
    padding: 3rem 1rem;
  }
}

.consultation .container {
  padding: 0px 210px 0px 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
	align-items:center;
}

@media (max-width: 1579px) {
  .consultation .container {
    padding: 0px 72px;
  }
}

@media (max-width: 1279px) {
  .consultation .container {
    padding: 0px 44px 0px 65px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  .consultation .container {
    padding: 0px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 1279px) {
  .consultation__text {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .consultation__text {
    text-align: center;
  }
}

@media (max-width: 1279px) {
  .consultation__btn {
    padding: 13px 29px;
  }
}

@media (max-width: 767px) {
  .consultation__btn {
    min-width: 280px;
    margin-top: 16px;
    padding: 11px 14px;
  }
}
.m-slider__title {
    padding: 4rem 0;
}


.m-slider {
  position: relative;
  padding-top: 115px;
  padding-top:2rem;
  /*padding-right: 200px;*/
  /*margin:0 110px;*/
}
.ws-slider {position: relative;}

@media (max-width: 1279px) {
  .m-slider {
    padding-right: 140px;
  }
}

@media (max-width: 767px) {
  .m-slider {
    padding: 0 20px 35px;
  }
	/*.m-slider .owl-stage {left:-45px;}*/
	.m-slider__title {
    padding: 2rem 0;
	}
}

.m-slider .container {
  padding-left: 0;
}

@media (max-width: 767px) {
  .m-slider .container {
    padding-right: 0;
  }
}

.m-slider__top, .ws-slider__top {
  margin-bottom: 40px;
  margin-left: 0;
}

@media (max-width: 1579px) {
  .m-slider__top, .ws-slider__top {
    margin-left: 0;
  }
}

@media (max-width: 1279px) {
  .m-slider__top, .ws-slider__top {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .m-slider__top, .ws-slider__top {
    margin-bottom: 22px;
    margin-left: 0;
  }
}

@media (max-width: 1279px) {
  .m-slider__title, .ws-slider__title  {
    font-size: 36px;
    line-height: 43px;
  }
}

@media (max-width: 767px) {
  .m-slider__title, .ws-slider__title {
    font-size: 20px;
   /* line-height: 22px;*/
  }
}

.m-slider__controls, .ws-slider__controls, .t-slider__controls {
  position: absolute;
  
  bottom: -3rem;
  z-index: 5;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1579px) {
  .m-slider__controls,.ws-slider__controls, .t-slider__controls, .ach-slider__controls {
    bottom: -2rem;
  }
}

@media (max-width: 1279px) {
  .m-slider__controls,.ws-slider__controls, .t-slider__controls {
    bottom: -2rem;
    left: 2rem;
  }
}

.m-slider__controls.disabled,.ws-slider__controls.disabled, .t-slider__controls.disabled {
  display: none;
}

.m-slider__dots,.ws-slider__dots {
  position: absolute;
  bottom: -1rem;
  width: calc(100% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m-slider__dots.disabled,.ws-slider__dots.disabled {
  display: none;
}

.m-slider__dots .owl-dot,.ws-slider__dots .owl-dot {
  width: 7px;
  height: 7px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #c4c4c4;
  border: 0;
}

.m-slider__dots .owl-dot:focus,.ws-slider__dots .owl-dot:focus {
  outline: none;
}

.m-slider__dots .owl-dot.active, .ws-slider__dots .owl-dot.active {
  background-color: #f4812c;
}

.m-slider__arrow, .t-slider__arrow, .ws-slider__arrow {
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.m-slider__arrow:hover, .t-slider__arrow.hover, .ws-slider__arrow:hover {
  -webkit-transform: scale(1.13, 1.13);
          transform: scale(1.13, 1.13);
}

.m-slider__arrow.disabled, .t-slider__arrow.disabled, .ws-slider__arrow.disabled {
  pointer-events: none;
  opacity: 0.3;
}

.m-slider__arrow--prev, .t-slider__arrow--prev, .ws-slider__arrow--prev, .ach-slider__arrow--prev {
  margin-right: 22px;
}

@media (max-width: 1279px) {
  .m-slider__arrow--prev, .t-slider__arrow--prev, .ws-slider__arrow--prev, .ach-slider__arrow--prev {
    width: 35px;
    height: 35px;
    margin-right: 18px;
  }
}

.m-slider__arrow--prev:hover, .t-slider__arrow--prev:hover, .ws-slider__arrow--prev:hover, .ach-slider__arrow--prev:hover {
  -webkit-transform: scale(1.415, 1.415);
          transform: scale(1.415, 1.415);
}

@media (max-width: 1579px) {
  .m-slider__arrow--next, .t-slider__arrow--next, .ws-slider__arrow--next, .ach-slider__arrow--next {
    width: 65px;
    height: 65px;
  }
}

@media (max-width: 1279px) {
  .m-slider__arrow--next, .t-slider__arrow--next, .ws-slider__arrow--next, .ach-slider__arrow--next {
    width: 52px;
    height: 52px;
  }
}

.m-slider__arrow img, .t-slider__arrow img, .ws-slider__arrow img, .ach-slider__arrow img {
  display: block;
  width: 100%;
  height: 100%;
}

.m-slider__item-img {
  position: relative;
 height:auto;
 margin-bottom:1rem;
overflow:overlay;
}

.m-slider__item-img img {
	height:300px;
}

@media (max-width: 1279px) {
  .m-slider__item-img img {
    min-height: 335px;
  }
}

@media (max-width: 767px) {
  .m-slider__item-img img {
    min-height: initial;
	height:200px;
  }
  
}

.m-slider__item-desc {
  margin-left: 0;
  line-height: 28px;
  overflow:hidden;
}
@media (max-width: 767px) {
	.m-slider__item-desc {
	max-width: 100%;
  }
}

@media (max-width: 1279px) {
  .m-slider__item-desc {
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .m-slider__item-desc {
    margin-top: 15px;
    margin-left: 0;
    line-height: 22px;
  }
}

/*-----------------*/
.m-slider__item {display:flex; flex-direction:column;}
@media (max-width: 767px) {
	.m-slider__item{flex-direction:column;}
	.m-slider {margin:0;}
	.m-slider__item-img {width:100%;}
}

.d-none {display:none!important;}
.d-block{display:block!important;}

.prices {
  position: relative;
}

.prices--main .prices__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.prices--main .prices__item {
  width: 45.5%;
  margin-bottom: 150px;
}
.prices__item:last-child {
	 margin-bottom: 50px;
}
@media (max-width: 1579px) {
  .prices--main .prices__item {
    width: 46%;
    margin-bottom: 95px;
  }
}

@media (max-width: 1279px) {
  .prices--main .prices__item {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .prices--main .prices__item {
    width: 100%;
  }
}

.prices__top {
  margin-bottom: 38px;
}

@media (max-width: 1279px) {
  .prices__top {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .prices__top {
    margin-top: 28px;
    margin-bottom: 20px;
    margin-left: 20px;
  }
}

.prices__tooth {
  position: absolute;
  top: 180px;
  left: 33.7%;
  width: 356px;
  height: 265px;
  z-index: -1;
}

@media (max-width: 1279px) {
  .prices__tooth {
    top: 0;
    left: 60%;
    width: 222px;
    height: 165px;
  }
}

@media (max-width: 767px) {
  .prices__tooth {
    display: none;
  }
}

.prices__tooth .tooth {
  fill: transparent;
  width: 100%;
  height: 100%;
}

.prices__info {
  margin-top: 42px;
}

@media (max-width: 1279px) {
  .prices__info {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .prices__info {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .prices .container {
    padding: 0;
  }
}

.price--vertically {
  max-width: 900px;
  marg-right:3rem;

}

@media (max-width: 1279px) {
  .price--vertically {
    margin-right:1rem;
  }
}

@media (max-width: 767px) {
  .price--vertically {
    max-width: 100%;
    min-width: 100%;
  }
}

.price--vertically .price__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
	gap:1rem;
  margin-bottom: 70px;
}

@media (max-width: 1279px) {
  .price--vertically .price__top {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .price--vertically .price__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.price--vertically .price__icon {
  margin-bottom: 40px;
}

@media (max-width: 1579px) {
  .price--vertically .price__icon {
    margin-bottom: 25px;
  }
}

@media (max-width: 1279px) {
  .price--vertically .price__icon {
    margin-bottom: 18px;
  }
}

@media (max-width: 767px) {
  .price--vertically .price__icon {
    margin-right: 12px;
    margin-bottom: 0px;
    margin-left: 20px;
  }
}

.price--vertically .price__icon--ort {
  width: 104px;
  height: 92px;
}

@media (max-width: 1579px) {
  .price--vertically .price__icon--ort {
    width: 82px;
    height: 94px;
  }
}

@media (max-width: 1279px) {
  .price--vertically .price__icon--ort {
    width: 56px;
    height: 50px;
  }
}

@media (max-width: 767px) {
  .price--vertically .price__icon--ort {
    width: 35px;
    height: 40px;
  }
}

.price--vertically .price__icon--implant {
  width: 82px;
  height: 95px;
}

@media (max-width: 1279px) {
  .price--vertically .price__icon--implant {
    width: 56px;
    height: 50px;
  }
}

@media (max-width: 767px) {
  .price--vertically .price__icon--implant {
    width: 35px;
    height: 40px;
  }
}

.price--horizontally .price__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 55px;
  min-height: 126px;
}

@media (max-width: 1279px) {
  .price--horizontally .price__top {
    margin-bottom: 24px;
    min-height: 60px;
  }
}

@media (max-width: 767px) {
  .price--horizontally .price__top {
    margin-bottom: 18px;
    min-height: initial;
    padding-left: 20px;
  }
}

@media (max-width: 1279px) {
  .price--horizontally .price__title {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (max-width: 767px) {
  .price--horizontally .price__title {
    font-size: 20px;
    line-height: 24px;
  }
}

.price--horizontally .price__icon {
  margin-right: 36px;
}

@media (max-width: 1279px) {
  .price--horizontally .price__icon {
    margin-right: 18px;
  }
}

.price__icon {
  fill: transparent;
}

.price__icon--ort {
  width: 104px;
  height: 92px;
}

@media (max-width: 1279px) {
  .price__icon--ort {
    width: 56px;
    height: 50px;
  }
}

@media (max-width: 767px) {
  .price__icon--ort {
    width: 39px;
    height: 35px;
  }
}

.price__icon--surgery {
  width: 75px;
  height: 92px;
}

@media (max-width: 1279px) {
  .price__icon--surgery {
    width: 41px;
    height: 50px;
  }
}

@media (max-width: 767px) {
  .price__icon--surgery {
    width: 29px;
    height: 36px;
  }
}

.price__icon--implant {
  width: 87px;
  height: 98px;
}

@media (max-width: 1279px) {
  .price__icon--implant {
    width: 43px;
    height: 49px;
  }
}

@media (max-width: 767px) {
  .price__icon--implant {
    width: 35px;
    height: 39px;
  }
}

.price__icon--terapy {
  width: 107px;
  height: 121px;
}

@media (max-width: 1279px) {
  .price__icon--terapy {
    width: 50px;
    height: 57px;
  }
}

@media (max-width: 767px) {
  .price__icon--terapy {
    width: 36px;
    height: 41px;
  }
}

@media (max-width: 767px) {
  .price__title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 1279px) {
  .p-table--main .p-table__row-top {
    position: relative;
    padding: 15px 38px 15px 18px;
  }
}

@media (max-width: 767px) {
  .p-table--main .p-table__row-top {
    position: relative;
    padding: 15px 40px 15px 20px;
  }
}


@media (max-width: 1279px) {
  .p-table--main .p-table__row-top-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 1279px) {
  .p-table--main .p-table__price {
    padding: 0;
  }
}

@media (max-width: 1279px) {
  .p-table--main .p-table__price--line-through {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: min-content;
    font-size: 16px;
    line-height: 19px;
  }
}

@media (max-width: 1279px) {
  .p-table--main .p-table__arrow {
    width: 20px;
    height: 14px;
    position: absolute;
    right: 10px;
    top: 45%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .p-table--main .p-table__arrow {
    right: 10px;
    width: 16px;
    height: 11px;
  }
}

@media (max-width: 1279px) {
  .p-table--main .p-table__arrow svg {
    width: 100%;
    height: 100%;
  }
}

.p-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-table__row.is-opened .p-table__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-table__row.is-opened .p-table__row-inner {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-table__row:nth-child(2n-1) .p-table__row-top {
  background-color: #f7f7f7;
}

.p-table__row:nth-child(2n-1) .p-table__row-inner {
  background-color: #f7f7f7;
}

.p-table__row-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 23px 20px 23px 42px;
}

@media (max-width: 1279px) {
  .p-table__row-top {
    padding: 13px 13px 13px 33px;
  }
}

@media (max-width: 767px) {
  .p-table__row-top {
    position: relative;
    padding: 13px 40px 13px 20px;
  }
}



@media (max-width: 767px) {
  .p-table__row-top-col:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-table__service {
  color: #000000;
  font-family: "Arial", sans-serif;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

@media (max-width: 1279px) {
  .p-table__service {
    font-size: 14px;
    line-height: 24px;
  }
}

.p-table__service:hover {
  color: #f4812c;
}

.p-table__price {
  position: relative;
  display: inline-block;
  padding: 0 22px 0 16px;
  color: #000000;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
}

@media (max-width: 1279px) {
  .p-table__price {
    padding-right: 8px;
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .p-table__price {
    padding: 0;
    font-size: 18px;
    line-height: 22px;
  }
}

.p-table__price--line-through {
  padding: 0;
}

.p-table__price--line-through::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 101%;
  height: 1px;
  background-color: #000000;
}

@media (max-width: 1279px) {
  .p-table__price--line-through .p-table__price-icon .text-currency {
    font-size: 16px;
    line-height: 19px;
  }
}

.p-table__price--discount {
  color: #f38d4b;
}

.p-table__price-icon {
  padding: 0 5px;
  font-weight: 400;
}

.p-table__price-icon .text-currency {
  font-size: 25px;
  line-height: 30px;
}

@media (max-width: 1279px) {
  .p-table__price-icon .text-currency {
    font-size: 20px;
    line-height: 24px;
  }
}

.p-table__arrow {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 14px;
  fill: transparent;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  cursor: pointer;
}

@media (max-width: 1279px) {
  .p-table__arrow {
    width: 15px;
    height: 7px;
  }
}

@media (max-width: 767px) {
  .p-table__arrow {
    width: 15px;
    height: 7px;
    position: absolute;
    right: 10px;
    top: 40%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    display: inline-block;
  }
}

.p-table__arrow::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  display: inline-block;
}

.p-table__arrow svg {
  width: 20px;
  height: 14px;
}

@media (max-width: 1279px) {
  .p-table__arrow svg {
    width: 15px;
    height: 10px;
  }
}

.p-table__row-inner {
  padding: 0px 20px 40px 42px;
  opacity: 0;
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media (max-width: 1279px) {
  .p-table__row-inner {
    padding: 0 13px 20px 33px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 1279px) {
  .p-table__row-inner {
    padding: 0 12px 20px 20px;
  }
}

.p-table__desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 406px;
          flex: 0 1 406px;
  min-height: 102px;
}

@media (max-width: 1279px) {
  .p-table__desc {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
  }
}

.p-table__btn {
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding: 18px 24px;
}

@media (max-width: 1579px) {
  .p-table__btn {
    padding: 16px 22px;
  }
}

@media (max-width: 1279px) {
  .p-table__btn {
    margin-top: 10px;
    padding: 17px 22px 17px;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .p-table__btn {
    padding: 15px 22px;
  }
}

.s-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1579px) {
  .s-slider {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 1279px) {
  .s-slider {
    position: relative;
  }
}

.s-slider__controls {
  position: relative;
  top: 136px;
  z-index: 5;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-left: 14px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 132px;
          flex: 0 0 132px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.s-slider__controls.disabled {
  display: none;
}

@media (max-width: 1579px) {
  .s-slider__controls {
    margin-left: 115px;
  }
}

@media (max-width: 1279px) {
  .s-slider__controls {
    position: absolute;
    top: 14.6%;
    right: 35px;
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .s-slider__controls {
    position: relative;
    top: 120px;
    right: 0;
    margin-left: -75px;
  }
}

.s-slider__arrow {
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.s-slider__arrow:hover {
  -webkit-transform: scale(1.13, 1.13);
          transform: scale(1.13, 1.13);
}

.s-slider__arrow.disabled {
  opacity: 0.3;
}

.s-slider__arrow--prev {
  margin-right: 22px;
}

@media (max-width: 1279px) {
  .s-slider__arrow--prev {
    width: 31px;
    height: 31px;
    margin-right: 15px;
  }
}

.s-slider__arrow--prev:hover {
  -webkit-transform: scale(1.415, 1.415);
          transform: scale(1.415, 1.415);
}

@media (max-width: 1279px) {
  .s-slider__arrow--next {
    width: 45px;
    height: 45px;
  }
}

.s-slider__inner {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 91%;
          flex: 0 1 91%;
  width: 91%;
}

@media (max-width: 1579px) {
  .s-slider__inner {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 68.2%;
            flex: 0 1 68.2%;
    width: 68.2%;
  }
}

@media (max-width: 1279px) {
  .s-slider__inner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 590px;
            flex: 0 0 590px;
    width: 590px;
  }
}

@media (max-width: 767px) {
  .s-slider__inner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 275px;
            flex: 0 0 275px;
    width: 90%;
  }
}

.s-slider__item .specialist__content {
  padding-top: 25px;
}

.s-slider__item .specialist__title {
  margin-bottom: 7px;
}

@media (max-width: 1579px) {
  .s-slider__item .specialist__title {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (max-width: 1279px) {
  .s-slider__item .specialist__title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 1279px) {
  .s-slider__item .specialist__subtitle {
    font-size: 13px;
    line-height: 18px;
  }
}

@media (max-width: 767px) {
  .s-slider__item .specialist__subtitle {
    font-size: 12px;
  }
}

.s-slider__item .specialist__desc {
  margin-right: 14.9%;
  margin-top: 32px;
  line-height: 24px;
}

@media (max-width: 1579px) {
  .s-slider__item .specialist__desc {
    margin-right: 20%;
  }
}

@media (max-width: 1279px) {
  .s-slider__item .specialist__desc {
    margin-right: 15%;
    margin-top: 12px;
    font-size: 12px;
    line-height: 18px;
  }
}

.s-slider__item .specialist__img {
  position: relative;
  margin-right: 20.1%;
  padding-bottom: 94.5%;
}

@media (max-width: 1279px) {
  .s-slider__item .specialist__img {
    padding-bottom: 88%;
  }
}

@media (max-width: 767px) {
  .s-slider__item .specialist__img {
    margin-right: 34%;
    padding-bottom: 80%;
  }
}

.s-slider__item .specialist__img-file {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-slider__item .specialist__bottom {
  margin-top: 35px;
  margin-bottom: -75px;
}

.s-slider__item .specialist__btn {
  min-width: 190px;
  padding-right: 32px;
  padding-left: 32px;
}

@media (max-width: 767px) {
  .s-slider__item .specialist__btn {
    min-width: 135px;
  }
}

.s-slider .owl-stage-outer {
  overflow: visible;
}

.s-slider .owl-item {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.s-slider .owl-item.active {
  opacity: 1;
}

.reviews {
  position: relative;
}

.reviews--main {
  margin-bottom: 140px;
}

.reviews--main .reviews__top {
  margin-bottom: 45px;
}

@media (max-width: 1279px) {
  .reviews--main .reviews__top {
    margin-bottom: 38px;
  }
}

@media (max-width: 767px) {
  .reviews--main .reviews__top {
    margin-top: 27px;
    margin-bottom: 27px;
  }
}

.reviews--main .reviews__btns {
  margin-bottom: 85px;
}

@media (max-width: 1279px) {
  .reviews--main .reviews__btns {
    margin-bottom: 55px;
  }
}

@media (max-width: 767px) {
  .reviews--main .reviews__btns {
    margin-bottom: 50px;
  }
}

.reviews--main .reviews__btns .btn {
  margin: 0 25px;
}

@media (max-width: 1279px) {
  .reviews--main .reviews__btns .btn {
    margin: 0 8px;
    padding: 13px 20px;
  }
}

@media (max-width: 767px) {
  .reviews--main .reviews__btns .btn {
    width: 100%;
    margin: 0 0 25px;
    padding: 10px 20px 11px;
  }
}

.reviews--main .reviews__btns .btn:first-child {
  margin-left: 0;
}

@media (max-width: 1279px) {
  .reviews--main .reviews__btns .btn:nth-child(2) {
    min-width: 255px;
  }
}

@media (max-width: 767px) {
  .reviews--main .reviews__btns .btn:nth-child(2) {
    min-width: 100%;
  }
}

.reviews--main .reviews__btns .btn:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .reviews--main .reviews__btns .btn:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 1279px) {
  .reviews--main .reviews__btns .btn:first-child, .reviews--main .reviews__btns .btn:last-child {
    width: 190px;
  }
}

@media (max-width: 767px) {
  .reviews--main .reviews__btns .btn:first-child, .reviews--main .reviews__btns .btn:last-child {
    width: 100%;
  }
}

.reviews--main .reviews__groups {
  position: relative;
}

@media (max-width: 1579px) {
  .reviews--main .reviews__tooth {
    top: 240px;
    right: 22%;
  }
}

.reviews__top {
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .reviews__top {
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .reviews__title {
    font-size: 20px;
    line-height: 24px;
  }
}

.reviews__tabs {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 42px;
}

@media (max-width: 1279px) {
  .reviews__tabs {
    margin-bottom: 32px;
  }
}

@media (max-width: 767px) {
  .reviews__tabs {
    margin-bottom: 20px;
  }
}

.reviews__tabs-item {
  border: 1px solid #e0e8ee;
  border-radius: 60px;
  min-width: 158px;
  text-align: center;
}

@media (max-width: 1279px) {
  .reviews__tabs-item {
    min-width: 130px;
    mix-blend-mode: 20px;
  }
}

@media (max-width: 767px) {
  .reviews__tabs-item {
    min-width: 140px;
  }
}

.reviews__tabs-item:nth-child(1) {
  border-radius: 60px 0 0 60px;
}

.reviews__tabs-item:nth-child(2) {
  border-radius: 0 60px 60px 0;
}

.reviews__tabs-item.is-selected {
  border: 0;
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, from(#012f5e), color-stop(99.87%, #043f7b));
  background-image: linear-gradient(90deg, #012f5e 0%, #043f7b 99.87%);
}

.reviews__tabs-item.is-selected a {
  color: inherit;
}

.reviews__tabs-link {
  display: inline-block;
  padding: 16px 32px;
  color: #000000;
  font-family: Myriad Pro;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.4s, background-image 0.4s;
  transition: color 0.4s, background-image 0.4s;
}

@media (max-width: 1279px) {
  .reviews__tabs-link {
    font-size: 14px;
    line-height: 17px;
    padding: 12px 28px;
  }
}

@media (max-width: 767px) {
  .reviews__tabs-link {
    padding: 11px 28px;
  }
}

.reviews__group {
  display: none;
}

.reviews #texts {
  display: block;
}

.reviews__item {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .reviews__item {
    margin-bottom: 30px;
  }
}

.reviews__item:last-child {
  margin-bottom: 0;
}

.reviews__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 45px;
}

@media (max-width: 1279px) {
  .reviews__more {
    margin-top: 25px;
  }
  .reviews__more .link {
    font-size: 16px;
    line-height: 19px;
  }
}

@media (max-width: 767px) {
  .reviews__more {
    margin-top: 22px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.reviews__tooth {
  position: absolute;
  top: 470px;
  right: 14%;
  width: 390px;
  height: 348px;
  z-index: -1;
}

@media (max-width: 1579px) {
  .reviews__tooth {
    top: 220px;
    right: 0;
  }
}

@media (max-width: 1279px) {
  .reviews__tooth {
    display: none;
  }
}

.reviews__tooth .tooth {
  width: 100%;
  height: 100%;
  fill: transparent;
}

.reviews__feedback {
  margin: 60px 0 140px;
}

@media (max-width: 1279px) {
  .reviews__feedback {
    margin: 40px 0 60px;
  }
}

@media (max-width: 767px) {
  .reviews__feedback {
    margin: 32px 0 60px;
  }
}

.review {
  /*max-width: 1070px;*/
  padding: 45px 80px 50px 64px;
  border: 1px dashed #e0e8ee;
  border-radius:10px;
}

@media (max-width: 1279px) {
  .review {
    padding: 20px 24px 24px 38px;
  }
}

@media (max-width: 767px) {
  .review {
    padding: 18px 20px 34px;
  }
}

.review--video .review__row-col:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 51.3%;
          flex: 0 1 51.3%;
}

@media (max-width: 767px) {
  .review--video .review__row-col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (max-width: 1279px) {
  .review--video .review__row-col:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 42.01%;
            flex: 0 1 42.01%;
  }
}

@media (max-width: 767px) {
  .review--video .review__row-col:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (max-width: 767px) {
  .review--video .review__row .review__desc {
    margin-top: 72.2%;
  }
}

@media screen and (max-width: 767px) and (max-width: 360px) {
  .review--video .review__row .review__desc {
    margin-top: 74.2%;
  }
}

@media (max-width: 767px) {
  .review--text .review__desc {
    margin-top: 0px;
  }
}

.review__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .review__row {
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/*.review__row-col:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 59.4%;
          flex: 0 1 59.4%;
}

@media (max-width: 1279px) {
  .review__row-col:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 61.4%;
            flex: 0 1 61.4%;
  }
}

@media (max-width: 767px) {
  .review__row-col:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
*/
.review__row-col:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
}

@media (max-width: 1279px) {
  .review__row-col:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30.4%;
            flex: 0 1 30.4%;
  }
}

@media (max-width: 767px) {
  .review__row-col:nth-child(2) {
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.review__date {
	font-size:18px;
}
.review__title {
  margin-bottom: 6px;
  font-size:28px;
}

@media (max-width: 1279px) {
  .review__title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .review__title {
    font-size: 14px;
    line-height: 17px;
  }
}

@media (max-width: 1279px) {
  .review__date {
    font-size: 12px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .review__date {
    font-size: 10px;
  }
}

.review__desc {

}

@media (max-width: 1279px) {
  .review__desc {

  }
}

@media (max-width: 767px) {
  .review__desc {

    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) and (max-width: 360px) {
  .review__desc {
    margin-top: 114%;
  }
}

.review__more {
  margin-top: 28px;
  display: none;
}

.review__more.is-opened .btn__text::after {
  content: attr(data-hide);
}

.review__more .btn__text::after {
  content: attr(data-show);
}

@media (max-width: 767px) {
  .review__more {
    margin-top: 20px;
  }
}

.review__photo {
  position: relative;
  display: block;
  padding-bottom: 100%;
}

.review__photo-file {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.review__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}

.review__icon--lupa {
  width: 82px;
  height: 82px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

@media (max-width: 1279px) {
  .review__icon--lupa {
    width: 62px;
    height: 62px;
  }
}

.review__icon--lupa:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.13, 1.13);
          transform: translate(-50%, -50%) scale(1.13, 1.13);
}

.review__icon--lupa svg {
  width: 100%;
  height: 100%;
}

.review__icon--player {
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.3);
  mix-blend-mode: normal;
  opacity: 0.9;
  border: 1px solid #ffffff;
  border-radius: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

@media (max-width: 1279px) {
  .review__icon--player {
    width: 55px;
    height: 55px;
  }
}

@media (max-width: 767px) {
  .review__icon--player {
    width: 50px;
    height: 50px;
  }
}

.review__icon--player:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.13, 1.13);
          transform: translate(-50%, -50%) scale(1.13, 1.13);
}

.review__icon--player svg {
  width: 20px;
  height: 24px;
  margin-left: 6px;
  fill: transparent;
}

.review__video {
  position: relative;
  display: block;
  padding-bottom: 62.2%;
}

.review__video-file {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.advantages {
  position: relative;
  padding: 85px 0px 46px 0px;
}

@media (max-width: 1579px) {
  .advantages {
    padding: 90px 0px 104px 0px;
  }
}

@media (max-width: 1279px) {
  .advantages {
    padding: 58px 0px 65px;
  }
}

@media (max-width: 767px) {
  .advantages {
    padding: 38px 0px 0px 0px;
  }
}

@media (max-width: 1279px) {
  .advantages--sale .advantages__list {
    margin-right: 3%;
  }
}

.advantages--service .advantages__list-item::before {
  opacity: 1;
}

.advantages .container {
  padding: 0px 210px 0px 136px;
}

@media (max-width: 1579px) {
  .advantages .container {
    padding: 0px 138px 0px 112px;
  }
}

@media (max-width: 1279px) {
  .advantages .container {
    padding: 0px 48px;
  }
}

@media (max-width: 767px) {
  .advantages .container {
    padding: 0px 32px 0px 36px;
  }
}

.advantages::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 62.7%;
  background-color: #f7f7f7;
  z-index: -1;
}

@media (max-width: 1579px) {
  .advantages::before {
    width: 66.5%;
  }
}

@media (max-width: 767px) {
  .advantages::before {
    width: 100%;
    bottom: 200px;
  }
}

@media (max-width: 1579px) {
  .advantages--sale .container {
    padding: 86px 0 54px 66px;
  }
}

@media (max-width: 1279px) {
  .advantages--sale .container {
    padding: 0 0 72px;
  }
}

@media (max-width: 767px) {
  .advantages--sale .container {
    padding: 0 0 35px;
  }
}

@media (max-width: 1579px) {
  .advantages--sale::before {
    width: 88.6%;
  }
}

@media (max-width: 1279px) {
  .advantages--sale::before {
    top: 445px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .advantages--sale::before {
    top: -212px;
    bottom: 0;
  }
}

@media (max-width: 1279px) {
  .advantages--sale .advantages__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 1279px) {
  .advantages--sale .advantages__row-col:nth-child(1), .advantages--sale .advantages__row-col:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (max-width: 1279px) {
  .advantages--sale .advantages__row-col:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 40px;
    padding: 0 106px 0 66px;
  }
}

@media (max-width: 767px) {
  .advantages--sale .advantages__row-col:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0px;
    padding: 0 28px 0 30px;
  }
}

@media (max-width: 1279px) {
  .advantages--sale .advantages__row-col:nth-child(2) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding: 0 117px;
  }
}

@media (max-width: 767px) {
  .advantages--sale .advantages__row-col:nth-child(2) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding: 0px;
  }
}

@media (max-width: 767px) {
  .advantages--sale .advantages__title {
    text-align: left;
  }
}

@media (max-width: 1279px) {
  .advantages--sale .advantages__list-item {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .advantages--sale .advantages__list-item {
    font-size: 14px;
    line-height: 17px;
  }
}

@media (max-width: 1279px) {
  .advantages--sale .advantages__btn {
    margin: 65px 0 0 108px;
  }
}

@media (max-width: 767px) {
  .advantages--sale .advantages__btn {
    margin: 40px auto 0px;
    padding: 14px 24px;
  }
}

@media (max-width: 1279px) {
  .advantages--sale .advantages__btn .btn__text {
    font-size: 16px;
    line-height: 19px;
  }
}

@media (max-width: 767px) {
  .advantages--sale .advantages__btn .btn__text {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 1579px) {
  .advantages__title {
    margin-right: -20px;
  }
}

@media (max-width: 767px) {
  .advantages__title {
    margin-right: 0;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
  }
}

.advantages__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .advantages__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.advantages__row-col:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56.7%;
          flex: 0 0 56.7%;
  width: 56.7%;
}

@media (max-width: 1579px) {
  .advantages__row-col:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 63%;
            flex: 0 0 63%;
    width: 63%;
  }
}

@media (max-width: 1279px) {
  .advantages__row-col:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65.5%;
            flex: 0 0 65.5%;
    width: 65.5%;
  }
}

@media (max-width: 767px) {
  .advantages__row-col:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}

.advantages__row-col:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43.3%;
          flex: 0 0 43.3%;
  width: 43.3%;
  padding-top: 102px;
}

@media (max-width: 1579px) {
  .advantages__row-col:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37%;
            flex: 0 0 37%;
    width: 37%;
    padding-top: 145px;
  }
}

@media (max-width: 1279px) {
  .advantages__row-col:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34.5%;
            flex: 0 0 34.5%;
    width: 34.5%;
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .advantages__row-col:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 78.5%;
            flex: 0 0 78.5%;
    width: 78.5%;
    padding-top: 35px;
  }
}

.advantages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 19%;
}

@media (max-width: 1279px) {
  .advantages__list {
    margin-right: 11%;
  }
}

@media (max-width: 767px) {
  .advantages__list {
    margin-right: 0;
  }
}

.advantages__list-item {
  position: relative;
  margin-top: 45px;
  padding-left: 50px;
  color: #000000;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
}

@media (max-width: 1279px) {
  .advantages__list-item {
    margin-top: 40px;
    font-size: 18px;
    line-height: 22px;
  }
  .advantages__list-item:first-child {
    margin-top: 55px;
  }
}

@media (max-width: 767px) {
  .advantages__list-item {
    margin-top: 25px;
    padding-left: 18px;
    font-size: 14px;
    line-height: 18px;
  }
  .advantages__list-item:first-child {
    margin-top: 30px;
  }
}

.advantages__list-item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background-color: #000000;
  opacity: 0;
}

@media (max-width: 767px) {
  .advantages__list-item::before {
    top: 6px;
    width: 6px;
    height: 6px;
  }
}

.advantages__list-item img,
.advantages__list-item p {
  opacity: 0;
}

.advantages__list-item:nth-child(2) img,
.advantages__list-item:nth-child(2) p {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.advantages__list-item:nth-child(3) img,
.advantages__list-item:nth-child(3) p {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.advantages__list-item:nth-child(4) img,
.advantages__list-item:nth-child(4) p {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.advantages__list-item:nth-child(5) img,
.advantages__list-item:nth-child(5) p {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.advantages__list-item:nth-child(6) img,
.advantages__list-item:nth-child(6) p {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.advantages__btn {
  margin: 80px 0 0 108px;
  padding: 18px 82px;
}

.a-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.a-slider--promo .a-slider__item {
  position: relative;
  padding-bottom: 104%;
}

@media (max-width: 767px) {
  .a-slider--promo .a-slider__item {
    padding-bottom: 98%;
  }
}

.a-slider--promo .a-slider__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.a-slider--c-select .a-slider__item {
  position: relative;
  padding-bottom: 212%;
}

@media (max-width: 1579px) {
  .a-slider--c-select .a-slider__item {
    padding-bottom: 208%;
  }
}

.a-slider--c-select .a-slider__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.a-slider--advantages .a-slider__item {
  position: relative;
  padding-bottom: 117%;
}

@media (max-width: 767px) {
  .a-slider--advantages .a-slider__item {
    padding-bottom: 120%;
  }
}

.a-slider--advantages .a-slider__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.a-slider__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 14px;
}

.a-slider__dots.disabled {
  display: none;
}

.a-slider__dots .owl-dot {
  width: 7px;
  height: 7px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #c4c4c4;
  border: 0;
}

.a-slider__dots .owl-dot:focus {
  outline: none;
}

.a-slider__dots .owl-dot.active {
  background-color: #f4812c;
}

.a-slider__dots.disabled {
  display: none;
}

.a-slider__controls {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  z-index: 5;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 32px auto;
}

@media (max-width: 1279px) {
  .a-slider__controls {
    margin: 20px auto;
  }
}

.a-slider__controls.disabled {
  display: none;
}

.a-slider__arrow {
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.a-slider__arrow:hover {
  -webkit-transform: scale(1.13, 1.13);
          transform: scale(1.13, 1.13);
}

.a-slider__arrow.disabled {
  pointer-events: none;
  opacity: 0.3;
}

.a-slider__arrow--prev {
  margin-right: 22px;
}

@media (max-width: 1279px) {
  .a-slider__arrow--prev {
    width: 39px;
    height: 39px;
    margin-right: 20px;
  }
}

.a-slider__arrow--prev:hover {
  -webkit-transform: scale(1.415, 1.415);
          transform: scale(1.415, 1.415);
}

@media (max-width: 1279px) {
  .a-slider__arrow--next {
    width: 58px;
    height: 58px;
  }
}

.a-slider .owl-item {
  opacity: 0;
}

.a-slider .owl-item.active {
  opacity: 1;
}

.variaties {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.variaties__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}

@media (max-width: 1279px) {
  .variaties__top {
    margin-bottom: 22px;
  }
}

@media (max-width: 767px) {
  .variaties__top {
    margin-bottom: 10px;
  }
}

.variaties__title {
  margin-bottom: 32px;
}

@media (max-width: 1279px) {
  .variaties__title {
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 58px;
  }
}

@media (max-width: 767px) {
  .variaties__title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
  }
}

.variaties__desc {
  font-size: 18px;
  line-height: 22px;
}

@media (max-width: 767px) {
  .variaties__desc {
    max-width: 240px;
    font-size: 16px;
    line-height: 18px;
  }
}

.variaties__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
	gap:1rem;
}

@media (max-width: 767px) {
  .variaties__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.variaties__row-col {
  width: 41.4%;
}

@media (max-width: 1579px) {
  .variaties__row-col {
    width: 44.6%;
  }
}

@media (max-width: 1279px) {
  .variaties__row-col {
    width: 45.08%;
  }
}

@media (max-width: 767px) {
  .variaties__row-col {
    width: 100%;
    margin-bottom: 45px;
  }
  .variaties__row-col:last-child {
    margin-bottom: 0;
  }
}

.variaty__img {
  position: relative;
  padding-bottom: 60%;
}

@media (max-width: 767px) {
  .variaty__img {
    padding-bottom: 69.4%;
  }
}

.variaty__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.variaty__content {
  margin-top: 40px;
}

@media (max-width: 1279px) {
  .variaty__content {
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .variaty__title {
    font-weight: 700;
  }
}

.variaty__desc {
  margin: 35px 0 30px;
}

@media (max-width: 1579px) {
  .variaty__desc {
    margin: 24px 0 18px;
  }
}

@media (max-width: 1279px) {
  .variaty__desc {
    margin: 5px 0 20px;
  }
}

@media (max-width: 767px) {
  .variaty__desc {
    margin: 5px 0 12px;
    font-size: 14px;
    line-height: 22px;
  }
}

.i-steps__top {
  margin-bottom: 52px;
}

@media (max-width: 1279px) {
  .i-steps__top {
    margin-bottom: 32px;
  }
}

@media (max-width: 767px) {
  .i-steps__top {
    margin-bottom: 20px;
  }
}

@media (max-width: 1279px) {
  .i-steps__title {
    font-size: 48px;
    line-height: 58px;
  }
}

@media (max-width: 767px) {
  .i-steps__title {
    font-size: 20px;
    line-height: 24px;
  }
}

.i-steps__row {
  margin-top: 78px;
}

.i-steps__row:nth-of-type(2) {
  margin-top: 0;
}

@media (max-width: 767px) {
  .i-steps__row:nth-of-type(2) {
    margin: 0 -20px;
  }
}

@media (max-width: 1279px) {
  .i-steps__row {
    margin-top: 40px;
  }
}

@media (max-width: 1279px) {
  .i-steps__row {
    margin-top: 30px;
  }
}

.i-steps__note {
  position: relative;
  margin-top: 28px;
  margin-right: 28.5%;
  padding-left: 25px;
}

@media (max-width: 1279px) {
  .i-steps__note {
    margin-top: 20px;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .i-steps__note {
    padding-left: 16px;
  }
}

.i-steps__note::before {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  color: rgba(0, 0, 0, 0.7);
  font-family: Arial;
  font-weight: normal;
  font-size: 24px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .i-steps__note::before {
    font-size: 20px;
  }
}

.i-steps__note p {
  margin-bottom: 22px;
  color: rgba(0, 0, 0, 0.7);
  font-family: "MyriadPro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}

@media (max-width: 1279px) {
  .i-steps__note p {
    font-size: 13px;
    line-height: 16px;
  }
}

@media (max-width: 767px) {
  .i-steps__note p {
    font-size: 10px;
    line-height: 12px;
  }
}

.i-steps__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.i-steps__more a {
  padding: 18px 55px;
}

@media (max-width: 767px) {
  .i-steps__more a {
    padding: 21px 20px 22px;
    font-size: 12px;
    line-height: 14px;
  }
}

.i-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .i-table {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.i-table--with-padding {
  padding: 27px 78px;
}

@media (max-width: 1579px) {
  .i-table--with-padding {
    padding: 25px 20px;
  }
}

@media (max-width: 1279px) {
  .i-table--with-padding {
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .i-table--with-padding {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .i-table--with-padding .i-table__col {
    padding: 34px 25px 30px 36px;
    border-bottom: 1px solid rgba(0, 46, 93, 0.1);
  }
}

.i-table--with-padding .i-table__col:first-child {
  border-color: rgba(0, 46, 93, 0.1);
}

.i-table--with-padding .i-table__col:first-child .i-table__col-body {
  padding: 35px 18px 48px;
}

@media (max-width: 1579px) {
  .i-table--with-padding .i-table__col:first-child .i-table__col-body {
    padding: 25px 25px 35px 85px;
  }
}

@media (max-width: 1279px) {
  .i-table--with-padding .i-table__col:first-child .i-table__col-body {
    padding: 25px 25px 35px 25px;
  }
}

@media (max-width: 767px) {
  .i-table--with-padding .i-table__col:first-child .i-table__col-body {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .i-table--with-padding .i-table__col:last-child {
    border-bottom: 0;
  }
}

.i-table--with-padding .i-table__col:last-child .i-table__col-head {
  padding-left: 100px;
}

@media (max-width: 1579px) {
  .i-table--with-padding .i-table__col:last-child .i-table__col-head {
    padding-left: 115px;
  }
}

@media (max-width: 1279px) {
  .i-table--with-padding .i-table__col:last-child .i-table__col-head {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .i-table--with-padding .i-table__col:last-child .i-table__col-head {
    border-bottom: 0;
  }
}

.i-table--with-padding .i-table__col:last-child .i-table__col-body {
  padding: 35px 100px 10px;
}

@media (max-width: 1579px) {
  .i-table--with-padding .i-table__col:last-child .i-table__col-body {
    padding: 35px 100px 10px 115px;
  }
}

@media (max-width: 1279px) {
  .i-table--with-padding .i-table__col:last-child .i-table__col-body {
    padding: 25px 25px 35px 35px;
  }
}

@media (max-width: 767px) {
  .i-table--with-padding .i-table__col:last-child .i-table__col-body {
    padding: 0;
  }
}

.i-table--with-padding .i-table__col-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 76px;
  border-color: rgba(0, 46, 93, 0.1);
}

@media (max-width: 1279px) {
  .i-table--with-padding .i-table__col-head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .i-table--with-padding .i-table__col-head {
    min-height: initial;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.i-table--with-padding .i-table__list-item {
  position: relative;
  padding-left: 60px;
}

@media (max-width: 1279px) {
  .i-table--with-padding .i-table__list-item {
    padding-left: 54px;
  }
}

@media (max-width: 767px) {
  .i-table--with-padding .i-table__list-item {
    padding-left: 35px;
  }
}

.i-table--with-padding .i-table__list-item::before {
  content: counter(c);
  line-height: 21px;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  mix-blend-mode: normal;
  border: 1px solid rgba(255, 138, 50, 0.9);
  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;
  margin-right: 28px;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1279px) {
  .i-table--with-padding .i-table__list-item::before {
    top: -4px;
    width: 22px;
    height: 22px;
    margin-right: 22px;
    line-height: 16px;
  }
}

@media (max-width: 767px) {
  .i-table--with-padding .i-table__list-item::before {
    margin-right: 12px;
    font-size: 12px;
    line-height: 14px;
  }
}

.i-table--with-border {
  border: 1px solid #e0e8ee;
}

@media (max-width: 767px) {
  .i-table--with-border {
    border: 0;
  }
}

.i-table--with-border .i-table__col {
  border: 1px solid #e0e8ee;
}

.i-table--with-border .i-table__col:first-child {
  border-color: #e0e8ee;
}

@media (max-width: 767px) {
  .i-table--with-border .i-table__col:first-child {
    margin-bottom: 20px;
	border: 1px solid #e0e8ee;
  }
}

.i-table--with-border .i-table__col:first-child .i-table__col-body {
  padding: 35px 100px 35px;
}

@media (max-width: 1579px) {
  .i-table--with-border .i-table__col:first-child .i-table__col-body {
    padding: 35px 40px 35px 80px;
  }
}

@media (max-width: 1279px) {
  .i-table--with-border .i-table__col:first-child .i-table__col-body {
    padding: 25px 35px;
  }
}

@media (max-width: 767px) {
  .i-table--with-border .i-table__col:first-child .i-table__col-body {
    padding: 20px 16px;
  }
}

.i-table--with-border .i-table__col:last-child .i-table__col-body {
  padding: 35px 30px 35px 100px;
}

@media (max-width: 1579px) {
  .i-table--with-border .i-table__col:last-child .i-table__col-body {
    padding: 35px 35px 35px 80px;
  }
}

@media (max-width: 1279px) {
  .i-table--with-border .i-table__col:last-child .i-table__col-body {
    padding: 25px 35px;
  }
}

@media (max-width: 767px) {
  .i-table--with-border .i-table__col:last-child .i-table__col-body {
    padding: 20px 16px;
  }
}

.i-table--with-border .i-table__col-head {
  padding-left: 0;
  border-color: #e0e8ee;
  text-align: center;
}

@media (max-width: 767px) {
  .i-table--with-border .i-table__col-head {
    padding: 15px 0 22px;
    border-bottom: 1px solid #e0e8ee;
  }
}

.i-table--with-border .i-table__list-item {
  position: relative;
  padding-left: 34px;
}

@media (max-width: 1279px) {
  .i-table--with-border .i-table__list-item {
    padding-left: 30px;
  }
}

.i-table--with-border .i-table__list-item::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  line-height: 21px;
  width: 20px;
  height: 18px;
  background: url("/local/templates/cronadent/css/../images/sprite/icon-check-mark-lg.svg") center center no-repeat;
  background-size: cover;
}

@media (max-width: 1279px) {
  .i-table--with-border .i-table__list-item::before {
    top: 3px;
    width: 12px;
    height: 10px;
  }
}

@media (max-width: 767px) {
  .i-table--with-border .i-table__list-item::before {
    top: 1px;
  }
}

.i-table--grey {
  background-color: #f7f7f7;
}

.i-table--grey-sale {
  margin-bottom: 55px;
}

@media (max-width: 1279px) {
  .i-table--grey-sale {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .i-table--grey-sale {
    margin-bottom: 18px;
  }
}

@media (max-width: 1279px) {
  .i-table--grey-sale .i-table__col {
    width: 100%;
  }
}

.i-table--grey-sale .i-table__col:first-child {
  border-color: rgba(0, 46, 93, 0.1);
}

@media (max-width: 1279px) {
  .i-table--grey-sale .i-table__col:first-child {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 46, 93, 0.1);
  }
}

.i-table--grey-sale .i-table__col-head {
  padding: 32px 80px !important;
  border-color: rgba(0, 46, 93, 0.1);
}

@media (max-width: 1579px) {
  .i-table--grey-sale .i-table__col-head {
    padding: 32px 60px !important;
  }
}

@media (max-width: 1279px) {
  .i-table--grey-sale .i-table__col-head {
    padding: 38px 30px !important;
  }
}

@media (max-width: 1279px) {
  .i-table--grey-sale .i-table__col-head {
    padding: 38px 20px !important;
    border-bottom: 1px solid rgba(0, 46, 93, 0.1);
  }
}

.i-table--grey-sale .i-table__col-body {
  padding: 25px 80px 35px 155px;
}

@media (max-width: 1579px) {
  .i-table--grey-sale .i-table__col-body {
    padding: 25px 80px 35px 124px;
  }
}

@media (max-width: 1279px) {
  .i-table--grey-sale .i-table__col-body {
    padding: 38px 65px 38px 100px;
  }
}

@media (max-width: 767px) {
  .i-table--grey-sale .i-table__col-body {
    padding: 25px 18px 25px 30px;
  }
}

.i-table--grey-sale .h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1279px) {
  .i-table--grey-sale .h5 {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .i-table--grey-sale .h5 {
    font-size: 20px;
    line-height: 24px;
  }
}

.i-table--grey-sale .h5 span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  width: 48px;
  margin-right: 30px;
  border-radius: 100%;
  line-height: 1;
}

@media (max-width: 1579px) {
  .i-table--grey-sale .h5 span {
    height: 48px;
    width: 38px;
  }
}

@media (max-width: 1279px) {
  .i-table--grey-sale .h5 span {
    width: 48px;
    height: 48px;
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .i-table--grey-sale .h5 span {
    width: 48px;
    height: 48px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
            flex: 0 0 48px;
    margin-right: 25px;
  }
}

.i-table--grey-sale .h5 span .i-table__circle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.i-table--grey-sale p {
  font-family: "Arial", sans-serif;
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 767px) {
  .i-table--grey-sale p {
    font-size: 14px;
    line-height: 16px;
  }
}

.i-table__col {
  width: 100%;
}

@media (max-width: 767px) {
  .i-table__col {
    width: 100%;
  }
}


.i-table__col:last-child {
  border-left: 1px solid rgba(0, 46, 93, 0.1);
}
.i-table__col:first-child {
  border-left: none;
}
.p-table__row-top-col:last-child {
	white-space: nowrap;
    padding-left: 1rem;
}

.i-table__col:first-child .i-table__col-head {
  padding-left: 18px;
}

@media (max-width: 1579px) {
  .i-table__col:first-child .i-table__col-head {
    padding-left: 64px;
  }
}

@media (max-width: 1279px) {
  .i-table__col:first-child .i-table__col-head {
    padding-left: 0;
  }
}

.i-table__col-head {
  padding: 24px 0 36px;
  border-bottom: 1px solid;
}

@media (max-width: 1279px) {
  .i-table__col-head {
    padding: 15px 0;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .i-table__col-head {
    border-bottom: 0;
    padding: 0 0 20px;
    text-align: left;
  }
}

.i-table__list {
  counter-reset: c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.i-table__list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  color: #000000;
  font-family: Arial;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
}

@media (max-width: 1279px) {
  .i-table__list-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 16px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .i-table__list-item {
    margin-bottom: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 1279px) {
  .i-table__list-item:last-child {
    margin-bottom: 0;
  }
}

.i-table__list-item::before {
  content: "";
  counter-increment: c;
  position: relative;
  top: 0;
  left: 0;
}

.c-select__top {
  margin-bottom: 66px;
}

@media (max-width: 1279px) {
  .c-select__top {
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .c-select__top {
    margin-bottom: 20px;
  }
}

.c-select__title {
  margin-bottom: 25px;
}

@media (max-width: 1279px) {
  .c-select__title {
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 58px;
  }
}

@media (max-width: 767px) {
  .c-select__title {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .c-select__subtitle {
    max-width: 180px;
    font-size: 14px;
    line-height: 18px;
  }
}

.c-select__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-select__list {
  width: 62%;
}

@media (max-width: 1579px) {
  .c-select__list {
    width: 66.08%;
  }
}

@media (max-width: 1279px) {
  .c-select__list {
    width: 82%;
  }
}

@media (max-width: 767px) {
  .c-select__list {
    width: 100%;
  }
}

.c-select__list-item {
  position: relative;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .c-select__list-item {
    margin-bottom: 30px;
  }
}

.c-select__list-item:last-child {
  margin-bottom: 0;
}

.c-select__list-item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-select__list-item-icon {
  position: relative;
  top: -22px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  opacity: 0;
}

@media (max-width: 1279px) {
  .c-select__list-item-icon {
    margin-top: 18px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
  }
  .c-select__list-item-icon img {
    height: 85px;
  }
}

@media (max-width: 767px) {
  .c-select__list-item-icon {
    margin-top: 18px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
  }
  .c-select__list-item-icon img {
    height: 45px;
  }
}

.c-select__list-item-title {
  margin-bottom: 17px;
  opacity: 0;
}

.c-select__list-item-title.is-opened:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 1279px) {
  .c-select__list-item-title {
    margin-bottom: 2rem;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .c-select__list-item-title {
    position: relative;
    max-width: 165px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
  }
  .c-select__list-item-title:before {
    content: "";
    position: absolute;
    top: -5px;
    right: -60px;
    bottom: -30px;
    left: -60px;
    display: inline-block;
  }
  .c-select__list-item-title:after {
    content: "";
    position: absolute;
    top: 4px;
    right: -46px;
    width: 14px;
    height: 11px;
    display: inline-block;
    background: url("/local/templates/cronadent/css/../images/sprite/icon-arrow-down-black.svg") no-repeat center;
    background-size: contain;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}

.c-select__list-item-desc {
  line-height: 28px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 6;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  display: -webkit-box;
  display: box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  opacity: 0;
}

@media (max-width: 1579px) {
  .c-select__list-item-desc {
    -ms-line-clamp: 7;
    -webkit-line-clamp: 7;
    line-clamp: 7;
  }
}

@media (max-width: 1279px) {
  .c-select__list-item-desc {
    line-height: 24px;
    -ms-line-clamp: 8;
    -webkit-line-clamp: 8;
    line-clamp: 8;
  }
}

@media (max-width: 767px) {
  .c-select__list-item-desc {
    display: none;
    margin-top: 42px;
    margin-left: -60px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 24px;
    -ms-line-clamp: 9;
    -webkit-line-clamp: 9;
    line-clamp: 9;
  }
}

.c-select__imgs {
  width: 27.2%;
}

@media (max-width: 1579px) {
  .c-select__imgs {
    width: 30.16%;
  }
}

@media (max-width: 1279px) {
  .c-select__imgs {
    display: none;
  }
}

.c-select__bottom {
  margin-top: 38px;
  padding-left: 160px;
}

@media (max-width: 1279px) {
  .c-select__bottom {
    padding-left: 110px;
  }
}

@media (max-width: 767px) {
  .c-select__bottom {
    margin-top: 22px;
    padding-right: 20px;
    padding-left: 0px;
  }
}

.c-select__btn {
  min-width: 346px;
}

@media (max-width: 767px) {
  .c-select__btn {
    min-width: 100%;
    padding: 10px 15px 11px;
  }
}

.c-select .container {
  padding-right: 0;
}

@media (max-width: 1579px) {
  .c-select .container {
    padding-left: 52px;
  }
}

@media (max-width: 1279px) {
  .c-select .container {
    padding-left: 48px;
  }
}

@media (max-width: 767px) {
  .c-select .container {
    padding-left: 20px;
  }
}

.go-back {
  display: inline-block;
  width: 58px;
  height: 58px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.go-back:hover {
  -webkit-transform: scale(1.13);
          transform: scale(1.13);
}

.go-back svg {
  width: 100%;
  height: 100%;
  fill: transparent;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .pagination {
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

.pagination__row {
  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;
}

@media (max-width: 767px) {
  .pagination__row {
    width: 100%;
  }
}

.pagination__row:last-child {
  margin-left: 134px;
}

@media (max-width: 1279px) {
  .pagination__row:last-child {
    margin-left: 172px;
  }
}

@media (max-width: 767px) {
  .pagination__row:last-child {
    margin-top: 24px;
    margin-left: 0;
  }
}

.pagination__link {
  display: inline-block;
  padding: 8px 16px;
  color: #000000;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

@media (max-width: 1279px) {
  .pagination__link {
    padding: 6px 13px 5px;
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .pagination__link {
    padding: 5px 12px 5px;
  }
}

.pagination__link:hover {
  color: #f38f4f;
}

.pagination__link--active {
  pointer-events: none;
  border-radius: 100%;
  background: #ffffff;
  mix-blend-mode: normal;
  border: 1px solid rgba(255, 138, 50, 0.9);
  color: #f49d65;
}

.pagination__first, .pagination__end {
  display: inline-block;
  color: #e49d68;
  font-family: "MyriadPro";
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
}

.pagination__first:hover, .pagination__end:hover {
  color: rgba(228, 157, 104, 0.7);
}

@media (max-width: 767px) {
  .pagination__end {
    margin-left: 10px;
  }
}

.pagination__arrow {
  display: inline-block;
  margin: 0 21px;
  width: 44px;
  height: 44px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

@media (max-width: 1279px) {
  .pagination__arrow {
    width: 39px;
    height: 39px;
  }
}

@media (max-width: 767px) {
  .pagination__arrow {
    position: absolute;
    width: 34px;
    height: 34px;
  }
}

.pagination__arrow:hover {
  -webkit-transform: scale(1.13);
          transform: scale(1.13);
}

.pagination__arrow.is-disabled {
  mix-blend-mode: normal;
  opacity: 0.3;
  pointer-events: none;
}

.pagination__arrow--prev {
  margin-right: 0;
}

@media (max-width: 767px) {
  .pagination__arrow--prev {
    top: 0;
    left: 0;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .pagination__arrow--next {
    top: 0;
    right: 0;
    margin: 0;
  }
}

.pagination__arrow svg {
  width: 100%;
  height: 100%;
  fill: none;
}

.services {
  margin-bottom: 210px;
}

@media (max-width: 1579px) {
  .services {
    margin-bottom: 125px;
  }
}

@media (max-width: 1279px) {
  .services {
    margin-bottom: 78px;
  }
}

@media (max-width: 767px) {
  .services {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .services__top {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .services__slider {
    margin: 0 -20px;
  }
}

.services .service-slider {
  padding: 60px 0 110px 0;
}

@media (max-width: 1579px) {
  .services .service-slider {
    padding: 25px 0px 90px;
  }
}

@media (max-width: 1279px) {
  .services .service-slider {
    padding: 60px 0 65px;
  }
}

@media (max-width: 767px) {
  .services .service-slider {
    padding: 30px 0px 30px 0px;
  }
}

@media (max-width: 1279px) {
  .services .service-slider.next .service-slider__inner {
    padding-right: 116px;
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .services .service-slider.next .service-slider__inner {
    padding-right: 54px;
    padding-left: 0px;
  }
}

@media (max-width: 1279px) {
  .services .service-slider.prev .service-slider__inner {
    padding-right: 15px;
    padding-left: 116px;
  }
}

@media (max-width: 767px) {
  .services .service-slider.prev .service-slider__inner {
    padding-right: 0px;
    padding-left: 54px;
  }
}

.services .service-slider::after, .services .service-slider::before {
  display: none;
}

@media (max-width: 1279px) {
  .services .service-slider__arrow {
    top: 85px;
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 767px) {
  .services .service-slider__arrow {
    top: 46px;
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 1279px) {
  .services .service-slider__arrow--prev {
    left: 0;
  }
}

@media (max-width: 767px) {
  .services .service-slider__arrow--prev {
    top: -30px;
    left: auto;
    right: 70px;
  }
}

@media (max-width: 1279px) {
  .services .service-slider__arrow--next {
    right: 0;
  }
}

@media (max-width: 767px) {
  .services .service-slider__arrow--next {
    top: -30px;
    right: 20px;
  }
}

@media (max-width: 1279px) {
  .services .service-slider__arrow img {
    width: 12px;
    height: 15px;
  }
}

.services .service-slider__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1579px) {
  .services .service-slider__inner {
    padding: 0 35px;
  }
}

@media (max-width: 1279px) {
  .services .service-slider__inner {
    padding: 0 80px;
  }
}

@media (max-width: 767px) {
  .services .service-slider__inner {
    padding: 0 20px;
  }
}

.services .service-slider__item {
  min-width: initial;
}

.services .service-slider__item-title {
  min-width: initial;
  font-size: 20px;
  line-height: 24px;
  width:100%;
  text-align:center;
}

@media (max-width: 1279px) {
  .services .service-slider__item-title {
    min-width: 80px;
    font-size: 16px;
    line-height: 19px;
  }
}

@media (max-width: 767px) {
  .services .service-slider__item-title {
    min-width: 100%;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .services .service-slider__item-icon {
    min-height: 46px;
  }
}

.services .promo {
  position: static;
  padding: 0 57px;
}

@media (max-width: 1579px) {
  .services .promo {
    padding: 0 15px;
  }
}

@media (max-width: 1279px) {
  .services .promo {
    position: relative;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .services .promo {
    margin: 0 -20px;
    padding: 0;
  }
}

.services .promo__sub {
  position: static;
    width: 100%;
    max-width: 100%;
    min-height: initial;
    max-height: initial;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    padding: 0;
    border-top: 10px solid #f2f6f9;
    border-bottom: 10px solid #f2f6f9;
    gap: 1rem;
}

@media (max-width: 1279px) {
  .services .promo__sub {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .services .promo__sub {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 86px;
    border-top: 7px solid #f2f6f9;
    border-bottom: 7px solid #f2f6f9;
  }
}

.services .promo__sub::before, .services .promo__sub::after {
  display: none;
}

.services .promo__sub-item {
	margin-bottom: 0;
    padding: 30px 0;
    width: calc( ( 100% - 5 * 1rem ) / 5 );
}

@media (max-width: 1279px) {
  .services .promo__sub-item {
    width: 17%;
    margin: 0 25px;
    padding: 25px 0;
  }
}

@media (max-width: 767px) {
  .services .promo__sub-item {
    width: 100%;
    margin: 0;
    padding: 14px 0;
  }
}

.services .promo__sub-link {
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 1279px) {
  .services .promo__sub-link {
    font-size: 12px;
    line-height: 20px;
  }
}

.services .promo .owl-next,
.services .promo .owl-prev {
  top: 50%;
  background: none;
  width: auto;
  height: auto;
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.services .promo .owl-next img,
.services .promo .owl-prev img {
  width: auto;
  height: auto;
}

.services .promo .owl-prev {
  left: 0;
}

.services .promo .owl-next {
  right: 0;
}

.services .promo .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1579px) {
  .services .container {
    padding: 0 54px;
  }
}

@media (max-width: 1279px) {
  .services .container {
    padding: 0 48px;
  }
}

@media (max-width: 767px) {
  .services .container {
    padding: 0 20px;
  }
}

.promo-spec {
  min-height: 800px;
}

@media (max-width: 1579px) {
  .promo-spec {
    min-height: 760px;
  }
}

@media (max-width: 1279px) {
  .promo-spec {
    min-height: 575px;
  }
}

@media (max-width: 767px) {
  .promo-spec {
    min-height: initial;
  }
}

.promo-spec .container {
  position: relative;
  padding-left: 200px;
  padding-top: 125px;
  padding-right: 0;
}

@media (max-width: 1579px) {
  .promo-spec .container {
    padding-left: 110px;
    padding-top: 90px;
  }
}

@media (max-width: 1279px) {
  .promo-spec .container {
    padding-left: 48px;
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .promo-spec .container {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 35px;
  }
}

.promo-spec__top {
  max-width: 600px;
  margin-bottom: 24px;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .promo-spec__top {
    display: inline-block;
    max-width: 398px;
  }
}

@media (max-width: 767px) {
  .promo-spec__top {
    margin-bottom: 16px;
  }
}

.promo-spec__skill-phrase {
  color: #f38330;
}

@media (max-width: 1279px) {
  .promo-spec__name {
    margin: 8px 0 6px;
    font-size: 48px;
    line-height: 58px;
  }
}

@media (max-width: 767px) {
  .promo-spec__name {
    margin: 11px 0;
    font-size: 26px;
    line-height: 30px;
  }
}

@media (max-width: 1279px) {
  .promo-spec__speciality {
    width: 50.3%;
  }
}

@media (max-width: 767px) {
  .promo-spec__speciality {
    width: auto;
    max-width: 230px;
  }
}

.promo-spec__back {
  position: absolute;
  top: 160px;
  left: 67px;
}

@media (max-width: 1579px) {
  .promo-spec__back {
    left: 16px;
  }
}

@media (max-width: 1279px) {
  .promo-spec__back {
    display: none;
  }
}

.promo-spec__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  padding-bottom: 50%;
}

@media only screen and (min-width: 1700px) {
  .promo-spec__img {
    right: 20px;
  }
}

@media (max-width: 1579px) {
  .promo-spec__img {
    width: 45.4%;
    padding-bottom: 59.4%;
  }
}

@media (max-width: 1279px) {
  .promo-spec__img {
    width: 40.8%;
    padding-bottom: 56%;
    max-height: 412px;
  }
}

@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .promo-spec__img {
    position: relative;
    float: right;
    margin-top: -70px;
  }
}

@media (max-width: 767px) {
  .promo-spec__img {
    position: relative;
    width: 100%;
    padding-bottom: 131%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.promo-spec__img-file {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.promo-spec__player {
  position: absolute;
  z-index: 10;
}

@media (max-width: 1279px) {
  .promo-spec__player {
    bottom: 25px;
    left: 35px;
    width: 59px;
    height: 59px;
  }
}

@media (max-width: 767px) {
  .promo-spec__player {
    left: 25px;
    width: 59px;
    height: 59px;
  }
}

.promo-spec__player-icon {
  width: 101px;
  height: 101px;
  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;
  border-radius: 100%;
  background: linear-gradient(122.37deg, rgba(255, 255, 255, 0.6) 14.53%, rgba(255, 255, 255, 0.6) 14.54%, rgba(255, 255, 255, 0.558) 86.19%);
  mix-blend-mode: normal;
  border: 1px solid #ff7319;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (max-width: 1279px) {
  .promo-spec__player-icon {
    width: 59px;
    height: 59px;
  }
}

@media (max-width: 767px) {
  .promo-spec__player-icon {
    width: 59px;
    height: 59px;
  }
}

.promo-spec__player-icon:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.promo-spec__player-icon:hover::after {
  -webkit-transform: none;
          transform: none;
}

.promo-spec__player-text {
  position: absolute;
  bottom: -35px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #ffffff;
  font-family: "MyriadPro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}

@media (max-width: 1279px) {
  .promo-spec__player-text {
    display: none;
  }
}

.promo-spec__player svg {
  width: 38px;
  height: 46px;
  margin-left: 10px;
  fill: transparent;
}

@media (max-width: 1279px) {
  .promo-spec__player svg {
    width: 22px;
    height: 27px;
    margin-left: 7px;
  }
}

.promo-spec__skills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 600px;
}

@media (max-width: 1279px) {
  .promo-spec__skills {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .promo-spec__skills {
    display: block;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .promo-spec__skills {
    max-width: 100%;
    margin-top: 28px;
  }
}

.promo-spec__skills-top {
  position: relative;
  padding-bottom: 11px;
}

@media (max-width: 767px) {
  .promo-spec__skills-top {
    padding-bottom: 6px;
  }
  .promo-spec__skills-top span {
    font-size: 12px;
    line-height: 18px;
  }
}

.promo-spec__skill {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 23px;
}

.promo-spec__skill::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(0, 46, 93, 0.1);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-animation: lineScaleToRight 3s ease;
          animation: lineScaleToRight 3s ease;
}

@media (max-width: 1279px) {
  .promo-spec__skill::before {
    max-width: 49.1%;
  }
}

@media (max-width: 767px) {
  .promo-spec__skill::before {
    max-width: 100%;
  }
}

@media (max-width: 1279px) {
  .promo-spec__skill {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .promo-spec__skill {
    width: 100%;
    display: block;
  }
}

@media (max-width: 767px) {
  .promo-spec__skill {
    padding-top: 16px;
  }
}

.promo-spec__skill-col-item:nth-child(2) {
  margin-top: 60px;
}

.promo-spec__skill-col:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 245px;
          flex: 0 1 245px;
}

@media (max-width: 1279px) {
  .promo-spec__skill-col:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .promo-spec__skill-col:nth-child(1) .promo-spec__skill-col-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-direction:row;
  }
}

.promo-spec__skill-col:nth-child(2) {
/*  -webkit-box-flex: 0;
      -ms-flex: 0 1 234px;
          flex: 0 1 234px;*/
		  max-width:50%;
}

@media (max-width: 1279px) {
  .promo-spec__skill-col:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	flex-direction:column;
  }
}

@media only screen and (max-width: 1279px) and (min-width: 768px) and (max-width: 900px) {
  .promo-spec__skill-col:nth-child(2) {
    width: 100%;
  }
}

@media (max-width: 1279px) {
  .promo-spec__skill-col:nth-child(2) .promo-spec__skill-col-item:first-child {
    width: 49.3%;
  }
  .promo-spec__skill-col:nth-child(2) .promo-spec__skill-col-item:last-child {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .promo-spec__skill-col:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	max-width:100%;
  }
  .promo-spec__skill-col:nth-child(2) .promo-spec__skill-col-item:first-child {
    width: 100%;
  }
  .promo-spec__skill-col:nth-child(2) .promo-spec__skill-col-item:last-child {
    width: auto;
    margin-top: 20px;
  }
}

.promo-spec__univer {
  margin-bottom: 22px;
}

@media (max-width: 1279px) {
  .promo-spec__univer {
    -webkit-box-flex: 0;

    margin-right: 45px;
  }
}

@media (max-width: 767px) {
  .promo-spec__univer {
    -webkit-box-flex: 0;
	width:50%;
    margin-right: 35px;
    font-size: 20px;
    line-height: 24px;
  }
}

.promo-spec__expr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1279px) {
  .promo-spec__expr {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 135px;
            flex: 0 1 135px;
  }
  .promo-spec__expr span {
    display: inline-block;
    margin-top: 4px;
    font-size: 11px;
    line-height: 18px;
  }
}

@media (max-width: 767px) {
  .promo-spec__expr {
    font-size: 20px;
    line-height: 24px;
  }
}

.promo-spec__desc {
  font-family: "Arial", sans-serif;
  margin-bottom: 23px;
}

@media (max-width: 1279px) {
  .promo-spec__desc {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .promo-spec__desc {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
  }
}

.promo-spec__more {
  display: none;
}

.promo-spec__more::after {
  content: attr(data-show);
}

.promo-spec__more.is-opened::after {
  content: attr(data-hide);
}

@media (max-width: 767px) {
  .promo-spec__more {
    display: block;
    text-align: center;
  }
}

.promo-spec__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 242px;
  margin-top: -82px;
}

@media (max-width: 1279px) {
  .promo-spec__bottom {
    max-width: 232px;
    margin-top: -140px;
    margin-right: 82px;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .promo-spec__bottom {
    max-width: 190px;
    margin: 16px auto 0;
  }
}

.promo-spec__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .promo-spec__address {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}

.promo-spec__address-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
}

.promo-spec__address-icon {
  width: 27px;
  height: 26px;
}

@media (max-width: 767px) {
  .promo-spec__address-icon {
    width: 20px;
    height: 19px;
  }
}

.promo-spec__address-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.promo-spec__address-right span {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

@media (max-width: 1279px) {
  .promo-spec__address-right span {
    font-size: 14px;
    line-height: 17px;
  }
}

.promo-spec__address-right span:first-child {
  margin-bottom: 10px;
}

@media (max-width: 1279px) {
  .promo-spec__address-right span:first-child {
    margin-bottom: 6px;
  }
}

@media (max-width: 1279px) {
  .promo-spec__btn {
    padding: 13px 34px;
  }
}

@media (max-width: 767px) {
  .promo-spec__btn {
    width: 100%;
    padding: 10px 17px 11px;
  }
}

.promo-spec__tooth {
  position: absolute;
  top: 286px;
  left: 34.125%;
  z-index: -1;
  width: 361px;
  height: 304px;
}

@media (max-width: 1279px) {
  .promo-spec__tooth {
    display: none;
  }
}

.promo-spec__tooth .tooth {
  width: 100%;
  height: 100%;
  fill: transparent;
}

.works__title {
  margin-bottom: 60px;
}

@media (max-width: 1279px) {
  .works__title {
    margin-bottom: 14px;
    font-size: 36px;
    line-height: 43px;
  }
}

@media (max-width: 767px) {
  .works__title {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 24px;
  }
}

.works__slider {
  position: relative;
  min-height: 514px;
}

@media (max-width: 1579px) {
  .works__slider {
    min-height: 480px;
    margin-bottom: 50px;
  }
}

@media (max-width: 1279px) {
  .works__slider {
    min-height: initial;
    margin-bottom: 0;
  }
}

.work {
  position: relative;
}

.work a {
  position: relative;
  display: block;
  padding-bottom: 44.8%;
}

.work__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.work__btn {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 190px;
}

@media (max-width: 1279px) {
  .work__btn {
    position: relative;
    min-width: 100%;
    padding: 15px 55px;
  }
}

@media (max-width: 767px) {
  .work__btn {
    padding: 12px 35px;
  }
}

.w-slider__controls {
  position: absolute;
  top: -40px;
  bottom: 0;
  left: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1279px) {
  .w-slider__controls {
    top: 50%;
    bottom: auto;
    left: 0;
    right: 0;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    height: 1px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.w-slider__arrow {
height:30px;
  cursor: pointer;
}

.w-slider__arrow[aria-disabled="true"] {
  opacity: 0.35;
}

.w-slider__arrow:focus {
  outline: none;
}

.w-slider__arrow svg {
  width: 100%;
  height: 100%;
  fill: transparent;
}



@media (max-width: 1279px) {
  .w-slider__arrow--prev {
    margin-top: 0;
    margin-left: -35px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

.w-slider__arrow--next {
  margin-bottom: 0;
}

@media (max-width: 1279px) {
  .w-slider__arrow--next {
    margin-right: -35px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

@media (max-width: 767px) {
  .w-slider__inner {
    margin-left: 0;
  }
}

.w-slider #tns1-iw {
  margin-left: 0;
}

.w-slider .tns-item {
  opacity: 0;
  margin-bottom: 50px !important;
}

@media (max-width: 1279px) {
  .w-slider .tns-item {
    margin-bottom: 0 !important;
  }
}

.w-slider .tns-item.tns-slide-active {
  opacity: 1;
}

.sertificates {
  position: relative;
}

@media (max-width: 1279px) {
  .sertificates {
    padding-top: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .sertificates {
    padding-top: 42px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sertificates__controls {
  position: relative;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sertificates__controls.disabled {
  display: none;
}

@media (max-width: 1279px) {
  .sertificates__controls {
    position: absolute;
    bottom: -65px;
    left: 105px;
  }
}

.sertificates .a-slider__arrow {
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.sertificates .a-slider__arrow:hover {
  -webkit-transform: scale(1.13, 1.13);
          transform: scale(1.13, 1.13);
}

.sertificates .a-slider__arrow.disabled {
  pointer-events: none;
  opacity: 0.3;
}

.sertificates .a-slider__arrow--prev {
  width: 44px;
  height: 44px;
}

@media (max-width: 1279px) {
  .sertificates .a-slider__arrow--prev {
    width: 35px;
    height: 35px;
  }
}

.sertificates .a-slider__arrow--prev:hover {
  -webkit-transform: scale(1.415, 1.415);
          transform: scale(1.415, 1.415);
}

.sertificates .a-slider__arrow--next {
  width: 65px;
  height: 65px;
}

@media (max-width: 1279px) {
  .sertificates .a-slider__arrow--next {
    width: 52px;
    height: 52px;
  }
}

.sertificates .a-slider__arrow img {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 1279px) {
  .sertificates__inner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    width: 300px;
  }
}

@media (max-width: 767px) {
  .sertificates__inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
  }
}

.sertificates__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.sertificates__item-img {
  position: relative;
  display: block;
  padding-bottom: 77%;
}
.sertificates__item-img img {object-fit:contain!important;}
.sertificates__item-img-file {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sertificates__desc {
  max-width: 386px;
  max-height: 140px;
  overflow: hidden;
  margin-top: 0;
  margin-left: 50px;
  line-height: 28px;
}

@media (max-width: 1279px) {
  .sertificates__desc {
    max-width: 290px;
    max-height: 110px;
    margin-top: 0;
    margin-left: 30px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .sertificates__desc {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    max-height: 130px;
    margin-left: 0;
    margin-bottom: 18px;
  }
}

.sertificates__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}

.sertificates__dots.disabled {
  display: none;
}

.sertificates__dots .owl-dot {
  width: 7px;
  height: 7px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #c4c4c4;
  border: 0;
}

.sertificates__dots .owl-dot:focus {
  outline: none;
}

.sertificates__dots .owl-dot.active {
  background-color: #f4812c;
}

@media (max-width: 767px) {
  .sertificates__dots .owl-dot {
    display: none;
  }
  .sertificates__dots .owl-dot:nth-child(-n + 17) {
    display: inline-block;
  }
}

.sertificates__dots.disabled {
  display: none;
}

@media (max-width: 767px) {
  .feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 1279px) {
  .feedback__title {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (max-width: 767px) {
  .feedback__title {
    max-width: 200px;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
  }
}

.feedback__desc {
  max-width: 370px;
  margin: 20px 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 1279px) {
  .feedback__desc {
    margin: 14px 0 22px;
    font-size: 16px;
    line-height: 19px;
  }
}

@media (max-width: 767px) {
  .feedback__desc {
    max-width: 248px;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
  }
}

.feedback__btn {
  min-width: 200px;
}

@media (max-width: 1279px) {
  .feedback__btn {
    min-width: 212px;
    padding: 17px 55px;
  }
}

@media (max-width: 767px) {
  .feedback__btn {
    min-width: 232px;
    padding: 14px 55px;
  }
}

.text-page {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin-bottom: 50px;
}

@media (max-width: 1279px) {
  .text-page {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .text-page {
    margin-top: 26px;
  }
}

.text-page__back {
  position: absolute;
  top: 0;
  left: -130px;
}

@media (max-width: 1279px) {
  .text-page__back {
    left: -98px;
  }
}

.text-page__inner {
  position: relative;
  width: 57.12%;
  padding-right: 0;
}

@media (max-width: 1579px) {
  .text-page__inner {
    width: 88.12%;
  }
}

@media (max-width: 767px) {
  .text-page__inner {
    width: 100%;
  }
}

.text-page__inner--lg {
  width: 100%;
}

@media (max-width: 1579px) {
  .text-page__inner--lg {
    width: 100%;
  }
}

.text-page__inner--sm {
  width: 100%;
}

@media (max-width: 767px) {
  .text-page__inner--sm {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.text-page__inner--sm .text-page__block {
  width: 100%;
}

.text-page__inner--sm .text-page__block h5,
.text-page__inner--sm .text-page__block p {
  max-width: 718px;
}

.text-page__img--right {
  float: right;
  width: 35.3%;
}

@media (max-width: 1579px) {
  .text-page__img--right {
    width: 32%;
  }
}

@media (max-width: 1279px) {
  .text-page__img--right {
    position: static;
    width: 100%;
    float: right;
  }
}

.text-page__img--lg {
  position: relative;
  padding-bottom: 57.3%;
}

@media (max-width: 1579px) {
  .text-page__img--lg {
    padding-bottom: 52%;
  }
}

@media (max-width: 1279px) {
  .text-page__img--lg {
    padding-bottom: 49.5%;
  }
}

@media (max-width: 767px) {
  .text-page__img--lg {
    padding-bottom: 0.5%;
  }
}

.text-page__img--lg img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-page__img--sm img {
  max-height: 402px;
}

@media (max-width: 1579px) {
  .text-page__img--sm img {
    max-height: 335px;
  }
}

@media (max-width: 767px) {
  .text-page__img--sm img {
    max-height: 168px;
  }
}

.text-page__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-page__block {
  margin: 90px 0;
}

@media (max-width: 1279px) {
  .text-page__block {
    margin: 75px 0;
  }
}

@media (max-width: 767px) {
  .text-page__block {
    margin: 45px 0;
  }
}

.text-page__block.is-opened .text-page__more::after {
  content: attr(data-hide);
}

.text-page__block--with-img {
  position: relative;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1279px) {
  .text-page__block--with-img {
    margin: 30px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.text-page__block--with-img .text-page__block-desc {
  width: 42.7%;
}

@media (max-width: 1579px) {
  .text-page__block--with-img .text-page__block-desc {
    width: 51.7%;
  }
}

@media (max-width: 1279px) {
  .text-page__block--with-img .text-page__block-desc {
    width: 100%;
  }
}

.text-page__block--with-img .text-page__block-desc p {
  margin-top: 0;
}

.text-page__block--with-img figure {
  width: 44.5%;
}

@media (max-width: 1279px) {
  .text-page__block--with-img figure {
    position: static;
    width: 100%;
    margin: 50px 0;
  }
  .text-page__block--with-img figure.text-page__img--sm {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .text-page__block--with-img figure {
    margin: 35px 0 0;
  }
  .text-page__block--with-img figure.text-page__img--sm {
    width: 100%;
  }
}

@media (max-width: 1279px) {
  .text-page__block--with-img figure figcaption {
    max-width: 534px;
    margin-top: 50px !important;
    padding-top: 0;
    border-top: 0 !important;
  }
}

@media (max-width: 1279px) {
  .text-page__block--with-img figure figcaption {
    max-width: 534px;
    margin-top: 35px !important;
    padding-top: 0 !important;
    border-top: 0 !important;
  }
}

.text-page__block h6 {
  margin: 20px 0;
}

.text-page__block ul li h6 {
  margin: 0;
}

.text-page__table {
  margin-top: 55px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .text-page__table {
    overflow-x: scroll;
    width: 100%;
    padding-bottom: 10px;
    /* Track */
    /* Handle */
  }
  .text-page__table::-webkit-scrollbar {
    height: 6px;
  }
  .text-page__table::-webkit-scrollbar-track {
    background: transparent;
    -webkit-box-shadow: inset 0 0 2px #e0e8ee;
            box-shadow: inset 0 0 2px #e0e8ee;
  }
  .text-page__table::-webkit-scrollbar-thumb:horizontal {
    background: #e0e8ee;
    border-radius: 10px;
  }
}

.text-page__tooth {
  position: absolute;
  top: 310px;
  left: 33.8%;
  width: 367px;
  height: 336px;
  z-index: -1;
}

@media (max-width: 1579px) {
  .text-page__tooth {
    left: 40.8%;
  }
}

@media (max-width: 1279px) {
  .text-page__tooth {
    top: 405px;
    left: 17.8%;
  }
}

@media (max-width: 767px) {
  .text-page__tooth {
    display: none;
  }
}

.text-page__tooth .tooth {
  width: 100%;
  height: 100%;
  fill: transparent;
}

@media (max-width: 1279px) {
  .text-page__sale-period {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .text-page__sale-period {
    float: none;
    margin-top: 0;
    margin-right: 0;
  }
}

.text-page .clear-fix {
  clear: both;
}

.text-page h1 {
  position: relative;
  margin: 0 0 50px;
}

@media (max-width: 1279px) {
  .text-page h1 {
    margin: 0 0 25px;
  }
}

@media (max-width: 767px) {
  .text-page h1 {
    margin: 0 0 20px;
  }
}

.text-page h1 span {
  display: inline-block;
  padding-left: 10px;
  color: #f4812c;
}

.text-page h2,
.text-page .h2 {
  margin: 45px 0;
}

@media (max-width: 1279px) {
  .text-page h2,
  .text-page .h2 {
    margin-bottom: 25px;
    font-size: 60px;
    line-height: 72px;
  }
}

@media (max-width: 767px) {
  .text-page h2,
  .text-page .h2 {
    margin: 0 0 25px;
    font-size: 26px;
    line-height: 31px;
  }
}

.text-page h4 {
  margin-bottom: 25px;
}

@media (max-width: 1279px) {
  .text-page h4 {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  .text-page h4 {
    font-size: 26px;
    line-height: 31px;
  }
}

.text-page h5 {
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
}

@media (max-width: 1279px) {
  .text-page h5 {
    max-width: 365px;
    margin: 25px 0;
    font-size: 25px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .text-page h5 {
    margin: 15px 0;
    font-size: 20px;
    line-height: 24px;
  }
}

.text-page p {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
}

@media (max-width: 1279px) {
  .text-page p {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .text-page p {
    margin: 25px 0;
    line-height: 22px;
  }
}

.text-page ol {
  counter-reset: num;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 30px 0;
}

.text-page ol li {
  margin: 5px 0;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
}

@media (max-width: 1279px) {
  .text-page ol li {
    margin: 12px 0;
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 1279px) {
  .text-page ol li {
    line-height: 22px;
  }
}

.text-page ol li:first-child {
  margin-top: 0;
}

.text-page ol li:last-child {
  margin-bottom: 0;
}

.text-page ol li::before {
  counter-increment: num;
  content: counter(num) ".";
  padding-right: 3px;
}

.text-page ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 30px 0;
}

.text-page ul li {
  position: relative;
  margin: 5px 0;
  padding-left: 25px;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
}

.text-page ul li:first-child {
  margin-top: 0;
}

.text-page ul li:last-child {
  margin-bottom: 0;
}

.text-page ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #000000;
  padding-right: 3px;
}

@media (max-width: 767px) {
  .text-page ul li::before {
    width: 6px;
    height: 6px;
    padding-right: 0;
  }
}

.text-page ul li p {
  margin: 10px 0;
}

.text-page ul li h6 {
  margin: 0;
}

.text-page figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-page figure figcaption {
  max-width: 800px;
  margin-top: 25px;
  padding-top: 15px;
  border-top: 1px solid #f2f6f9;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
}

.text-page strong {
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 1279px) {
  .text-page strong {
    max-width: 225px;
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .text-page strong {
    max-width: 280pxpx;
    margin-bottom: 40px;
  }
}

.text-page a {
  color: #3eaefe;
  font-family: Minion Pro;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  -webkit-transition: color 0.4s, -webkit-text-decoration 0.4s;
  transition: color 0.4s, -webkit-text-decoration 0.4s;
  transition: color 0.4s, text-decoration 0.4s;
  transition: color 0.4s, text-decoration 0.4s, -webkit-text-decoration 0.4s;
}

@media (max-width: 1279px) {
  .text-page a {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .text-page a {
    font-size: 14px;
  }
}

.text-page a[download] {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 5px;
}

.text-page a[download]::after {
  content: "";
  position: relative;
  top: 5px;
  left: 5px;
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-left: 5px;
  background: url("/local/templates/cronadent/css/../images/sprite/icon-download.svg") no-repeat center;
  background-size: cover;
}

@media (max-width: 767px) {
  .text-page a[download]::after {
    top: 2px;
    width: 20px;
    height: 20px;
  }
}

.text-page a:hover {
  color: #3ca8f7;
  text-decoration: underline;
}

.text-page a.btn {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 190px;
  margin: 30px 0;
  transition: box-shadow 0.4s, background-image 0.4s, -webkit-box-shadow 0.4s;
}

@media (max-width: 1279px) {
  .text-page a.btn {
    margin: 18px 0;
  }
}

@media (max-width: 767px) {
  .text-page a.btn {
    margin: 15px 0;
    min-width: 190px;
  }
}

.text-page a.text-page__more {
  display: block;
  margin-top: 15px;
  color: #f38f4f;
  font-size: 14px;
  line-height: 17px;
}

@media screen and (min-width: 768px) {
  .text-page a.text-page__more {
    display: none;
  }
}

.text-page a.text-page__more::after {
  content: attr(data-show);
}

.text-page a.text-page__more:hover {
  text-decoration: none;
}

.text-page time {
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 767px) {
  .text-page time {
    font-size: 12px;
  }
}

.text-page table {
  width: 100%;
  border: 1px solid #b7b7b7;
  border-collapse: collapse;
}

.text-page table tr,
.text-page table td,
.text-page table th {
  border: 1px solid #b7b7b7;
}

@media (max-width: 767px) {
  .text-page table {
    width: 672px;
  }
}

.text-page table thead th {
  padding: 44px 23px;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
}

@media (max-width: 1279px) {
  .text-page table thead th {
    padding: 30px 17px;
  }
}

.text-page table thead th:nth-child(1) {
  width: 19.8%;
}

@media (max-width: 1279px) {
  .text-page table thead th:nth-child(1) {
    width: 22.5%;
  }
}

.text-page table thead th:nth-child(2) {
  width: 40%;
}

.text-page table tbody tr td {
  padding: 18px 30px;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  vertical-align: middle;
}

@media (max-width: 1279px) {
  .text-page table tbody tr td {
    padding: 15px 10px;
  }
}

.text-page table tbody tr td:nth-child(1) {
  font-family: "MinionPro";
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.text-page .text-currency {
  font-weight: normal;
  font-size: 50px;
  line-height: 59px;
}

@media (max-width: 1279px) {
  .text-page .text-currency {
    font-size: 40px;
    line-height: 47px;
  }
}

@media (max-width: 767px) {
  .text-page .text-currency {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
  }
}

@media (max-width: 1579px) {
  .text-page--lg .container {
    padding: 0 54px;
  }
}

@media (max-width: 1279px) {
  .text-page--lg .container {
    padding: 0 40px;
  }
}

@media (max-width: 767px) {
  .text-page--lg .container {
    padding: 0 20px;
  }
}

.text-page--lg h1 {
  font-size: 90px;
  line-height: 108px;
}

@media (max-width: 1279px) {
  .text-page--lg h1 {
    margin: 40px 0 25px;
  }
}

@media (max-width: 767px) {
  .text-page--lg h1 {
    margin-top: 15px;
    font-size: 26px;
    line-height: 31px;
  }
}

.text-page--sale-detail {
  margin-bottom: 70px;
}

@media (max-width: 1279px) {
  .text-page--sale-detail {
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .text-page--sale-detail {
    margin-bottom: 50px;
  }
}

.text-page--sale-detail .text-page__inner--sm {
  position: relative;
}

@media (max-width: 1279px) {
  .text-page--sale-detail .text-page__inner--sm {
    position: static;
    padding-right: 0;
  }
}

.text-page--sale-detail .text-page__inner--sm p,
.text-page--sale-detail .text-page__inner--sm h5,
.text-page--sale-detail .text-page__inner--sm ol,
.text-page--sale-detail .text-page__inner--sm ul {
  max-width: 754px;
}

.text-page--sale-detail .text-page__img--right {
  position: relative;
  padding-bottom: 38.2%;
}

@media (max-width: 1579px) {
  .text-page--sale-detail .text-page__img--right {
    width: 40.5%;
    margin-left: 38px;
    padding-bottom: 45.8%;
  }
}

@media (max-width: 1279px) {
  .text-page--sale-detail .text-page__img--right {
    width: 46.5%;
    padding-bottom: 52.5%;
  }
}

@media (max-width: 767px) {
  .text-page--sale-detail .text-page__img--right {
    right: 0;
    float: none;
    width: 100%;
    margin: 30px 0;
    padding-bottom: 113%;
  }
}

.text-page--sale-detail .text-page__img--right img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (max-width: 1579px) {
  .text-page--sale-detail .text-page__back {
    left: -72px;
  }
}

@media (max-width: 1279px) {
  .text-page--sale-detail .text-page__back {
    display: none;
  }
}

@media (max-width: 1579px) {
  .text-page--sale-detail .container--md {
    padding: 0 72px 0 105px;
  }
}

@media (max-width: 1279px) {
  .text-page--sale-detail .container--md {
    padding: 0 0 0 48px;
  }
}

@media (max-width: 767px) {
  .text-page--sale-detail .container--md {
    padding: 0 20px;
  }
}

.text-page--sale-detail h1 {
  margin-bottom: 48px;
  font-size: 60px;
  line-height: 72px;
}

@media (max-width: 1279px) {
  .text-page--sale-detail h1 {
    margin-bottom: 30px;
    padding-right: 0;
    font-size: 40px;
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  .text-page--sale-detail h1 {
    padding-right: 0;
    font-size: 26px;
    line-height: 31px;
  }
}

@media (max-width: 1279px) {
  .text-page--sale-detail h2,
  .text-page--sale-detail .h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  .text-page--sale-detail h2,
  .text-page--sale-detail .h2 {
    font-size: 26px;
    line-height: 31px;
  }
}

@media (max-width: 1279px) {
  .text-page--sale-detail h5 {
    margin: 25px 0;
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .text-page--sale-detail h5 {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 1279px) {
  .text-page--sale-detail p {
    max-width: 618px;
    margin: 15px 0;
  }
}

@media (max-width: 1279px) {
  .text-page--sale-detail strong {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 19px;
  }
}

.text-page--article-detail .text-page__back {
  left: -95px;
}

@media (max-width: 1279px) {
  .text-page--article-detail .text-page__back {
    display: none;
  }
}

.text-page--article-detail .text-page__block {
  margin: 35px 0;
}

@media (max-width: 1279px) {
  .text-page--article-detail .text-page__block {
    margin: 25px 0;
  }
}

@media (max-width: 767px) {
  .text-page--article-detail .text-page__block {
    margin: 25px 0;
    padding-right: 0;
  }
  .text-page--article-detail .text-page__block-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    transition: height 0.4s;
  }
}

@media (max-width: 767px) {
  .text-page--article-detail .text-page__block h1 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media (max-width: 1279px) {
  .text-page--article-detail .text-page__block p {
    margin: 20px 0;
  }
}

.text-page--article-detail .text-page__img--right {
  position: relative;
  padding-bottom: 52%;
}

@media (max-width: 1579px) {
  .text-page--article-detail .text-page__img--right {
    padding-bottom: 46.7%;
  }
}

@media (max-width: 1279px) {
  .text-page--article-detail .text-page__img--right {
    width: 44.6%;
    margin: 0 0 20px 44px;
    padding-bottom: 64.2%;
  }
}

@media (max-width: 767px) {
  .text-page--article-detail .text-page__img--right {
    width: 100%;
    float: none;
    margin: 0 0 30px 0;
    padding-bottom: 131.5%;
  }
}

.text-page--article-detail .text-page__img--right img {
  /*position: absolute;*/
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.text-page--article-detail h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  .text-page--article-detail h1 {
    padding-right: 0;
  }
}

@media (max-width: 1279px) {
  .text-page--article-detail h5 {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 1279px) {
  .text-page--article-detail h5 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 1579px) {
  .text-page--article-detail .container {
    padding: 0 0 0 110px;
  }
}

@media (max-width: 1279px) {
  .text-page--article-detail .container {
    padding: 0 0 0 48px;
  }
}

@media (max-width: 767px) {
  .text-page--article-detail .container {
    padding: 0 20px;
  }
}

@media (max-width: 1279px) {
  .text-page--variety {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .text-page--variety {
    margin-top: 40px;
  }
}

@media (max-width: 1279px) {
  .text-page--variety .text-page__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 1279px) {
  .text-page--variety .text-page__img {
    margin: 68px 0;
  }
}

@media (max-width: 1279px) {
  .text-page--variety .text-page__img--right {
    width: 69.6%;
    margin: 68px 0;
    float: none;
  }
}

@media (max-width: 767px) {
  .text-page--variety .text-page__img--right {
    width: 100%;
    margin: 32px 0;
    float: none;
  }
}

@media (max-width: 1579px) {
  .text-page--variety .container--md {
    padding: 0 54px;
  }
}

@media (max-width: 1279px) {
  .text-page--variety .container--md {
    padding: 0 46px;
  }
}

@media (max-width: 767px) {
  .text-page--variety .container--md {
    padding: 0 20px;
  }
}

.text-page--variety h1,
.text-page--variety h2,
.text-page--variety h3,
.text-page--variety h4,
.text-page--variety h5,
.text-page--variety ol,
.text-page--variety ul,
.text-page--variety p {
  max-width: 767px;
}

@media (max-width: 1279px) {
  .text-page--variety h1 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    font-size: 90px;
    line-height: 108px;
  }
}

@media (max-width: 767px) {
  .text-page--variety h1 {
    font-size: 26px;
    line-height: 31px;
  }
}

@media (max-width: 767px) {
  .text-page--variety h4 {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (max-width: 1279px) {
  .text-page--variety h5 {
    max-width: 100%;
  }
}

@media (max-width: 1279px) {
  .text-page--variety h6 {
    font-size: 20px;
    line-height: 24px;
  }
}

.text-page--variety p {
  font-size: 16px;
  line-height: 28px;
}

@media (max-width: 1279px) {
  .text-page--variety p {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .text-page--variety p {
    font-size: 14px;
    line-height: 22px;
  }
}

.not-found {
  height: calc(100vh - 100px);
}

@media (max-width: 1279px) {
  .not-found {
    height: calc(100vh - 72px);
  }
}

@media (max-width: 767px) {
  .not-found {
    height: calc(100vh - 55px);
  }
}

.not-found__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.not-found__title {
  width: 43.75%;
  padding-bottom: 15px;
  border-bottom: 1px solid #f2f6f9;
  color: #000000;
  font-weight: 600;
  font-size: 144px;
  line-height: 173px;
  text-align: center;
}

@media (max-width: 1579px) {
  .not-found__title {
    padding-bottom: 0;
    line-height: 162px;
  }
}

@media (max-width: 1279px) {
  .not-found__title {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .not-found__title {
    font-size: 72px;
    line-height: 86px;
  }
}

.not-found__desc {
  margin: 35px 0;
  max-width: 32.875%;
  text-align: center;
}

@media (max-width: 1579px) {
  .not-found__desc {
    max-width: 34.875%;
    margin-top: 65px;
    margin-bottom: 42px;
  }
}

@media (max-width: 1279px) {
  .not-found__desc {
    max-width: 62.875%;
    margin-top: 40px;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .not-found__desc {
    max-width: 60.875%;
    margin-top: 6px;
    margin-bottom: 36px;
  }
}

.not-found__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

@media (max-width: 1279px) {
  .not-found__link {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .not-found__link {
    font-size: 12px;
    line-height: 14px;
  }
}

.not-found__link:hover {
  color: #f4812c;
}

.not-found__link:hover .not-found__arrow {
  -webkit-transform: translate3d(7px, 0, 0);
          transform: translate3d(7px, 0, 0);
  stroke: #f4812c !important;
}

.not-found__arrow {
  position: relative;
  top: -1px;
  left: 7px;
  width: 20px;
  height: 12px;
  fill: transparent;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: stroke 0.4s, -webkit-transform 0.4s;
  transition: stroke 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, stroke 0.4s;
  transition: transform 0.4s, stroke 0.4s, -webkit-transform 0.4s;
  stroke: #000000;
}

@media (max-width: 1279px) {
  .not-found__arrow {
    width: 17px;
    height: 7px;
  }
}

@media (max-width: 1279px) {
  .not-found__arrow {
    top: 0px;
  }
}

@media (max-width: 767px) {
  .not-found__arrow {
    left: 3px;
  }
}

.promo-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: linear-gradient(106.55deg, #f7f7f7 16.53%, rgba(247, 247, 247, 0) 64.57%);
}

.promo-banner__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;

}

@media (max-width: 1279px) {
  .promo-banner__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.promo-banner__col {
  position: relative;
  z-index: 2;
}
.promo-banner__col-txt{
	max-width:70%;
}
@media (max-width: 768px) {
	.promo-banner__col-txt{
		max-width:60%;
	}
}
@media (max-width: 1279px) {
  .promo-banner__col {
    min-height: 712px;
  }
}

@media (max-width: 767px) {
  .promo-banner__col {
    min-height: 350px;
  }
}

.promo-banner__col:first-child {
  width: 60.3%;
  padding: 82px 66px 44px;
  align-self:center;
  padding-left: calc((100% - 1600px)/2 + 2rem);
}

@media (max-width: 1579px) {
  .promo-banner__col:first-child {
    padding: 82px 55px 44px;
  }
}

@media (max-width: 1279px) {
  .promo-banner__col:first-child {
    width: 100%;
    overflow-x: hidden;
  }
}

@media (max-width: 767px) {
  .promo-banner__col:first-child {
    padding: 32px 45px 45px 20px;
  }
}

.promo-banner__col:first-child .promo-banner__img {
  left: auto;
  right: -275px;
  width: auto;
  /*max-width: 775px;*/
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1579px) {
  .promo-banner__col:first-child .promo-banner__img {
    right: -280px;
    max-width: 700px;
  }
}

@media (max-width: 1279px) {
  .promo-banner__col:first-child .promo-banner__img {
    right: -330px;
  }
}

@media (max-width: 767px) {
  .promo-banner__col:first-child .promo-banner__img {
    top: 100px;
    right: -120px;
    width: 260px;
    height: auto;
  }
}

.promo-banner__col:last-child {
  width: 39.7%;
  padding: 92px 60px 50px 50px;
  background: #012d5c;
  display:flex;
  align-items:center;
}

@media (max-width: 1279px) {
  .promo-banner__col:last-child {
    width: 100%;
    padding: 92px 130px 50px 60px;
  }
}

@media (max-width: 767px) {
  .promo-banner__col:last-child {
    padding: 44px 42px 45px 30px;
  }
}

.promo-banner__col:last-child .promo-banner__img {
  -o-object-fit: cover;
     object-fit: cover;
}

.promo-banner__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.promo-banner__btn {
  display: block;
  margin-top: 10px;
  max-width: 190px;
}

@media (max-width: 1279px) {
  .promo-banner__btn {
    max-width: 152px;
    padding: 20px 15px;
    font-size: 16px;
    line-height: 19px;
  }
}

@media (max-width: 767px) {
  .promo-banner__btn {
    max-width: 126px;
    padding: 11px 15px 12px;
    font-size: 16px;
    line-height: 19px;
  }
  .promo-banner__btn .btn__text {
    font-size: 12px;
    line-height: 14px;
  }
}

.promo-banner .h2 {
  margin-bottom: 15px;
  line-height:60px;
}

@media (max-width: 1279px) {
  .promo-banner .h2 {
    font-size: 60px;
    line-height: 72px;
  }
}

@media (max-width: 767px) {
  .promo-banner .h2 {
    margin-top: 5px;
    margin-right: 2px;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
  }
}

.promo-banner .h5 {
  margin-bottom: 32px;
}

@media (max-width: 1279px) {
  .promo-banner .h5 {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .promo-banner .h5 {
    font-size: 20px;
    line-height: 24px;
  }
}

.promo-banner ul {
  margin-bottom: 55px;
}

@media (max-width: 767px) {
  .promo-banner ul {
    margin-bottom: 28px;
  }
}

.promo-banner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  color: #2e2e2e;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 1579px) {
  .promo-banner ul li {
    max-width: 280px;
  }
}

@media (max-width: 767px) {
  .promo-banner ul li {
    max-width: 178px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 17px;
  }
}

.promo-banner ul li::before {
  content: "";
  display: inline-block;
  margin-right: 18px;
  width: 33px;
  height: 33px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33px;
          flex: 0 0 33px;
  background: url("/local/templates/cronadent/css/../images/sprite/icon-circle-check.svg") no-repeat center;
  background-size: contain;
}

@media (max-width: 1579px) {
  .promo-banner ul li::before {
    width: 26px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26px;
            flex: 0 0 26px;
  }
}

@media (max-width: 767px) {
  .promo-banner ul li::before {
    position: relative;
    top: -10px;
  }
}

.promo-banner .text-price {
  padding-left: 0;
}

.w-stages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 150px;
}

@media (max-width: 1579px) {
  .w-stages {
    padding-bottom: 3rem;
  }
}

@media (max-width: 1279px) {
  .w-stages {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .w-stages {
    padding-bottom: 98px;
  }
}

.w-stages__top {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .w-stages__top {
    margin-bottom: 28px;
  }
}

@media (max-width: 1279px) {
  .w-stages__title {
    font-size: 60px;
    line-height: 72px;
  }
}

@media (max-width: 767px) {
  .w-stages__title {
    font-size: 25px;
    line-height: 30px;
  }
}

.w-stages__slider {
  position: relative;
  max-width: 1004px;
}

@media (max-width: 1279px) {
  .w-stages__slider {
    max-width: 600px;
  }
}

@media (max-width: 767px) {
  .w-stages__slider {
    max-width: 90%;
  }
}

.w-stages__slider-inner {
  position: relative;
}

.w-stages__slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .w-stages__slider-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.w-stages__slider-item-col:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 390px;
          flex: 0 0 390px;
}

@media (max-width: 1279px) {
  .w-stages__slider-item-col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
  }
}

@media (max-width: 767px) {
  .w-stages__slider-item-col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.w-stages__slider-item-col:last-child {
  padding: 0 72px;
}

@media (max-width: 1279px) {
  .w-stages__slider-item-col:last-child {
    padding: 0 45px 0 30px;
  }
}

@media (max-width: 767px) {
  .w-stages__slider-item-col:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 24px;
    padding: 0;
  }
}

.w-stages__slider-item-title {
  margin-bottom: 20px;
}

@media (max-width: 1279px) {
  .w-stages__slider-item-title {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .w-stages__slider-item-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
  }
}

.w-stages__slider-item-desc {
  line-height: 28px;
}

@media (max-width: 1279px) {
  .w-stages__slider-item-desc {
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .w-stages__slider-item-desc {
    position: static;
    font-size: 14px;
    line-height: 16px;
  }
}

.w-stages__slider-controls {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  z-index: 5;
  width: 100%;
  height: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1279px) {
  .w-stages__slider-controls {
    top: 35%;
    left: 10px;
    -webkit-transform: translate3d(0, -35%, 0);
            transform: translate3d(0, -35%, 0);
    width: 106%;
  }
}

@media (max-width: 767px) {
  .w-stages__slider-controls {
  }
}

.w-stages__slider-arrow {
  cursor: pointer;
}

.w-stages__slider-arrow.disabled {
  opacity: 0.35;
}

.w-stages__slider-arrow--prev {
  margin-left: -60px;
}

@media (max-width: 767px) {
  .w-stages__slider-arrow--prev {
    margin-left: -35px;
  }
}

.w-stages__slider .owl-item {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

@media (max-width: 1279px) {
  .w-stages__slider .owl-item {
    position: static;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .w-stages__slider .owl-item {
    position: static;
    padding-bottom: 0px;
  }
}

.w-stages__slider .owl-item.active {
  opacity: 1;
}

.w-stages__slider .owl-dots {
  counter-reset: stage;
  position: absolute;
  bottom: -125px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1279px) {
  .w-stages__slider .owl-dots {
    bottom: -80px;
  }
}

.w-stages__slider .owl-dots .owl-dot {
  position: relative;
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 35px;
  border-radius: 100%;
  border: 1px solid transparent;
  color: #b7b7b7;
  font-size: 24px;
  line-height: 29px;
  -webkit-transition: color 0.4s, border-color 0.4s;
  transition: color 0.4s, border-color 0.4s;
}

@media (max-width: 1279px) {
  .w-stages__slider .owl-dots .owl-dot {
    width: 52px;
    height: 52px;
    margin: 0 15px;
    font-weight: 400;
  }
}

.w-stages__slider .owl-dots .owl-dot.active {
  border-color: rgba(255, 138, 50, 0.9);
  color: #ff8a32;
}

.w-stages__slider .owl-dots .owl-dot:focus {
  outline: none;
}

.w-stages__slider .owl-dots .owl-dot:last-child:after {
  display: none;
}

.w-stages__slider .owl-dots .owl-dot::before {
  counter-increment: stage;
  content: "0" counter(stage);
  line-height: 1;
}

.w-stages__slider .owl-dots .owl-dot::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -32px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  display: inline-block;
  width: 28px;
  height: 1px;
  background-color: #b7b7b7;
}

@media (max-width: 1279px) {
  .w-stages__slider .owl-dots .owl-dot::after {
    width: 22px;
    right: -28px;
  }
}

.pros-cons__title {
  max-width: 986px;
  margin-bottom: 56px;
}

@media (max-width: 1279px) {
  .pros-cons__title {
    margin-bottom: 30px;
    font-size: 60px;
    line-height: 72px;
  }
}

@media (max-width: 767px) {
  .pros-cons__title {
    margin-bottom: 12px;
    font-size: 25px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .pros-cons__table {
    overflow-x: auto;
    padding-bottom: 6px;
    /* Track */
    /* Handle */
  }
  .pros-cons__table::-webkit-scrollbar {
    height: 6px;
  }
  .pros-cons__table::-webkit-scrollbar-track {
    background: transparent;
    -webkit-box-shadow: inset 0 0 2px #e0e8ee;
            box-shadow: inset 0 0 2px #e0e8ee;
  }
  .pros-cons__table::-webkit-scrollbar-thumb:horizontal {
    background: #e0e8ee;
    border-radius: 10px;
  }
}

@media (max-width: 767px) {
  .pros-cons__table-wrap {
    width: 620px;
  }
}

.pros-cons .table {
  border-bottom: 1px solid #e0e8ee;
}

@media (max-width: 767px) {
  .pros-cons .table {
    width: 600px;
  }
}

.pros-cons .table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e0e8ee;
  border-bottom: 0;
}

.pros-cons .table .thead .th {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 30px 0;
  color: #002e5d;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .pros-cons .table .thead .th {
    padding: 23px 0;
    font-size: 16px;
    line-height: 19px;
  }
}

.pros-cons .table .thead .th:first-child {
  border-right: 1px solid #e0e8ee;
}

.pros-cons .table .tbody .tr:nth-child(2n) .td {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 34px 98px 54px;
}

@media (max-width: 1279px) {
  .pros-cons .table .tbody .tr:nth-child(2n) .td {
    padding: 34px 35px 30px;
  }
}

@media (max-width: 1279px) {
  .pros-cons .table .tbody .tr:nth-child(2n) .td {
    padding: 30px;
  }
}

.pros-cons .table .tbody .tr:nth-child(2n) .td:first-child {
  border-right: 1px solid #e0e8ee;
}

.pros-cons .table .tbody .tr:nth-child(2n) .td:last-child li::before {
  top: 45%;
  -webkit-transform: translate3d(0, -45%, 0);
          transform: translate3d(0, -45%, 0);
}

.pros-cons .table .tbody .tr:nth-child(2n-1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pros-cons .table .tbody .tr:nth-child(2n-1) .td {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px 15px 15px;
  font-family: "Arial", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .pros-cons .table .tbody .tr:nth-child(2n-1) .td {
    padding: 15px;
    font-family: "MinionPro", sans-serif;
    font-size: 16px;
    line-height: 19px;
  }
}

@media (max-width: 1279px) {
  .pros-cons .table .tbody .tr:nth-child(2n-1) .td div {
    max-width: 242px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .pros-cons .table .tbody .tr:nth-child(2n-1) .td div {
    max-width: 195px;
  }
}

.pros-cons .table .tbody .tr:nth-child(2n-1) .td span {
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: #4a4a4a;
  font-weight: normal;
 /* font-size: 13px;
  line-height: 18px;*/
}

/*@media (max-width: 1279px) {
  .pros-cons .table .tbody .tr:nth-child(2n-1) .td span {
    position: absolute;
    right: 0px;
    max-width: 208px;
  }
}

@media (max-width: 767px) {
  .pros-cons .table .tbody .tr:nth-child(2n-1) .td span {
    position: absolute;
    right: 0px;
    max-width: 190px;
  }
}*/

.pros-cons .table ul li {
  position: relative;
  margin-bottom: 34px;
  padding-left: 34px;
  color: #000000;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
}

@media (max-width: 767px) {
  .pros-cons .table ul li {
    font-size: 12px;
    line-height: 14px;
  }
}

.pros-cons .table ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

@media (max-width: 1279px) {
  .pros-cons .table ul li::before {
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.pros-cons .table ul li:last-child {
  margin-bottom: 0;
}

.pros-cons .table .pros li:before {
  width: 17px;
  height: 17px;
  background: url("/local/templates/cronadent/css/../images/sprite/icon-plus.svg") no-repeat center;
  background-size: contain;
}

@media (max-width: 767px) {
  .pros-cons .table .pros li:before {
    width: 13px;
    height: 13px;
  }
}

.pros-cons .table .cons li:before {
  width: 17px;
  height: 3px;
  background: url("/local/templates/cronadent/css/../images/sprite/icon-minus.svg") no-repeat center;
  background-size: contain;
}

@media (max-width: 1279px) {
  .pros-cons .container {
    padding: 0 35px;
  }
}

@media (max-width: 767px) {
  .pros-cons .container {
    padding: 0 0 0 25px;
  }
}

.s-banner {
  position: relative;
  min-height: 500px;
}

@media (max-width: 767px) {
  .s-banner {
    min-height: initial;
  }
}

.s-banner__content {
  position: relative;
  z-index: 1;
}

.s-banner__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}

@media (max-width: 1279px) {
  .s-banner__img {
    background-size: cover;
  }
}

.s-banner__date {
  margin-left: 35px;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
}

@media (max-width: 767px) {
  .s-banner__date {
    font-size: 20px;
    line-height: 24px;
  }
}

.s-banner__countdown {
  position: absolute;
  bottom: 0;
  left: 28.5%;
  min-height: 220px;
  min-width: 500px;
  background: url("/local/templates/cronadent/css/../images/static/countdown-bg.png") no-repeat right bottom;
  background-size: contain;
}

@media (max-width: 767px) {
  .s-banner__countdown {
    min-width: 320px;
    min-height: 160px;
    left: -20px;
  }
}

.s-banner .h2 {
  margin: 15px 0 35px;
}

@media (max-width: 1579px) {
  .s-banner .h2 {
    font-size: 50px;
    line-height: 62px;
  }
}

@media (max-width: 1279px) {
  .s-banner .h2 {
    max-width: 545px;
    font-size: 60px;
    line-height: 72px;
  }
}

@media (max-width: 767px) {
  .s-banner .h2 {
    max-width: 175px;
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 35px;
    line-height: 30px
  }
}

.s-banner .h2 .text-price,
.s-banner .h2 .text-currency {
  color: #f4812c;
}

.s-banner .h5 {
  margin: 30px 0;
}

@media (max-width: 1279px) {
  .s-banner .h5 {
    max-width: 335px;
    font-size: 25px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .s-banner .h5 {
    max-width: 166px;
    font-size: 14px;
    line-height: 17px;
  }
}

.s-banner .h5 .text-price,
.s-banner .h5 .text-currency {
  color: #f4812c;
}

.s-banner span.text-sale {
  color: #f4812c;
}

.s-banner--blue {
  padding: 40px 155px;
  background-color: #002e5d;
}

@media (max-width: 1579px) {
  .s-banner--blue {
    padding: 40px 82px;
  }
}

@media (max-width: 1279px) {
  .s-banner--blue {
    padding: 65px 64px 85px;
  }
}

@media (max-width: 767px) {
  .s-banner--blue {
    padding: 58px 20px 150px;
  }
}

.s-banner--blue .s-banner__content-inner {
	max-width:70%
  margin-bottom: 50px;
  overflow: hidden;
}

@media (max-width: 1279px) {
  .s-banner--blue .s-banner__content-inner {
    max-height: 510px;
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .s-banner--blue .s-banner__content-inner {
    max-height: 310px;
    margin-bottom: 18px;
  }
}

.s-banner--blue .s-banner__img {
  background-position: top right;
}
@media (max-width:769px)
{
	.s-banner--blue .s-banner__img {
		background-position: top left;
	}
}

.s-banner--blue .s-banner__img:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 26.5%;
  height: 100%;
  background-image: linear-gradient(89.29deg, #002e5d 23.69%, rgba(0, 46, 93, 0) 86.3%);
  background-size: contain;
  background-position: top right;
  z-index: 0;
}

@media screen and (min-width: 1700px) {
  .s-banner--blue .s-banner__img:after {
    left: 40.5%;
  }
}

@media (max-width: 1579px) {
  .s-banner--blue .s-banner__img:after {
    left: 7.8%;
  }
}

@media (max-width: 1279px) {
  .s-banner--blue .s-banner__img:after {
    left: 0;
  }
}

.s-banner--blue .s-banner__btn {
  padding: 18px 56px;
}

@media (max-width: 767px) {
  .s-banner--blue .s-banner__btn {
    padding: 12px 34px;
  }
  .s-banner--blue .s-banner__btn .btn__text {
    font-size: 12px;
    line-height: 14px;
  }
}

.s-banner--blue h2,
.s-banner--blue h1,
.s-banner--blue div,
.s-banner--blue span,
.s-banner--blue p,
.s-banner--blue a {
  color: #ffffff;
}

.s-banner--blue .h2 {
  margin-bottom: 30px;
}

.s-banner--light {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 120px;
  background-image: linear-gradient(262.61deg, #f7f7f7 53.78%, rgba(247, 247, 247, 0) 66.36%);
}

@media (max-width: 1579px) {
  .s-banner--light {
    padding: 32px 25px;
  }
}

@media (max-width: 1279px) {
  .s-banner--light {
    padding: 60px 60px 75px 0;
  }
}

@media (max-width: 767px) {
  .s-banner--light {
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.s-banner--light .s-banner__content {
  margin-left: 55%;
}

@media (max-width: 767px) {
  .s-banner--light .s-banner__content {
    width: 100%;
    margin-left: 0;
    padding: 50px 20px 60px;
  }
}

.s-banner--light .s-banner__content-inner {
  max-height: auto;
  margin-bottom: 40px;
  overflow: hidden;
}

@media (max-width: 1279px) {
  .s-banner--light .s-banner__content-inner {
    max-height: 500px;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .s-banner--light .s-banner__content-inner {
    max-height: 220px;
  }
}

.s-banner--light .s-banner__img {
  background-position: top left;
}

@media (max-width: 1579px) {
  .s-banner--light .s-banner__img {
    background-position: top left -170px;
  }
}

@media (max-width: 1279px) {
  .s-banner--light .s-banner__img {
    background-position: top left -475px;
  }
}

@media (max-width: 767px) {
  .s-banner--light .s-banner__img {
    position: static;
    min-height: 315px;
    width: 100%;
    background-position: center;
  }
}

.s-banner--light .s-banner__img:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background-image: linear-gradient(262.61deg, #f7f7f7 53.78%, rgba(247, 247, 247, 0) 66.36%);
  background-size: contain;
  background-position: top right;
}

@media screen and (min-width: 1700px) {
  .s-banner--light .s-banner__img:after {
    left: -12%;
  }
}

@media (max-width: 1279px) {
  .s-banner--light .s-banner__img:after {
    background-image: linear-gradient(262.61deg, #f7f7f7 61.78%, rgba(247, 247, 247, 0) 73.36%);
  }
}

@media (max-width: 767px) {
  .s-banner--light .s-banner__img:after {
    display: none;
  }
}

.s-banner--light .s-banner__btn {
  margin-bottom: 25px;
  padding: 18px 80px;
}

.s-banner--light .s-banner__btn span {
  color: #ffffff;
  font-size: 16px;
  line-height: 19px;
}

@media (max-width: 767px) {
  .s-banner--light .s-banner__btn span {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 1279px) {
  .s-banner--light .s-banner__btn {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .s-banner--light .s-banner__btn {
    margin-bottom: 20px;
    padding: 14px 34px;
  }
}

.s-banner--light .h2 {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .s-banner--light .h2 {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .s-banner--light .h2 .text-price {
    padding-left: 0;
  }
}

.s-banner--light p.h5 {
  max-width: 625px;
  margin-top: 15px;
  margin-bottom: 40px;
}

@media (max-width: 1279px) {
  .s-banner--light p.h5 {
    margin-top: 40px;
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .s-banner--light p.h5 {
    max-width: 228px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 19px;
  }
}

.s-banner--light p.text {
  max-width: 500px;
}

@media (max-width: 767px) {
  .s-banner--light p.text {
    max-width: initial;
    line-height: 23px;
  }
}

.s-banner--light p.text a {
  padding: 0 5px;
  text-decoration: none;
}

.s-banner--light h2,
.s-banner--light h1,
.s-banner--light div,
.s-banner--light span,
.s-banner--light p,
.s-banner--light a {
  color: #000000;
}

.countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.countdown__desc {
  margin-top: 60px;
  color: #002e5d !important;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 1279px) {
  .countdown__desc {
    margin-left: -100px;
  }
}

@media (max-width: 767px) {
  .countdown__desc {
    margin-left: -72px;
    font-size: 14px;
    line-height: 17px;
  }
}

.countdown__self {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.countdown__self span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
  color: #002e5d;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
}

@media (max-width: 767px) {
  .countdown__self span {
    margin: 0 4px;
    font-size: 25px;
    line-height: 30px;
  }
}

.countdown__self span .countdown__txt {
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
}

@media (max-width: 767px) {
  .countdown__self span .countdown__txt {
    font-size: 11px;
  }
}

.article-slider {
  position: relative;
  margin: 120px 0 180px;
  padding-bottom: 40px;
}

@media (max-width: 1579px) {
  .article-slider {
    margin: 112px 0 85px;
  }
}

@media (max-width: 1279px) {
  .article-slider {
    margin: 58px 0;
    padding-bottom: 88px;
  }
}

@media (max-width: 767px) {
  .article-slider {
    margin: 38px 0 40px;
    padding-bottom: 38px;
  }
}

.article-slider::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 240px;
  background-color: #002e5d;
}

@media (max-width: 1279px) {
  .article-slider::after {
    height: 220px;
  }
}

@media (max-width: 767px) {
  .article-slider::after {
    height: 280px;
  }
}

.article-slider__dots {
  position: absolute;
  bottom: 205px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1279px) {
  .article-slider__dots {
    bottom: 50px;
  }
}

@media (max-width: 767px) {
  .article-slider__dots {
    bottom: 205px;
  }
}

@media only screen and (min-width: 1280px) {
  .article-slider__dots.disabled {
    display: none;
  }
}

.article-slider__dots .owl-dot {
  width: 7px;
  height: 7px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #c4c4c4;
  border: 0;
}

.article-slider__dots .owl-dot:focus {
  outline: none;
}

.article-slider__dots .owl-dot.active {
  background-color: #f4812c;
}

.article-slider__controls {
  position: absolute;
  top: 0;
  right: 18.75%;
  z-index: 5;
  width: 132px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1579px) {
  .article-slider__controls {
    right: 7.75%;
  }
}

@media (max-width: 1279px) {
  .article-slider__controls {
    display: none;
  }
}

.article-slider__arrow {
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.article-slider__arrow:hover {
  -webkit-transform: scale(1.13, 1.13);
          transform: scale(1.13, 1.13);
}

.article-slider__arrow.disabled {
  pointer-events: none;
  opacity: 0.3;
}

.article-slider__arrow--prev {
  margin-right: 22px;
}

.article-slider__arrow--prev:hover {
  -webkit-transform: scale(1.415, 1.415);
          transform: scale(1.415, 1.415);
}

.article-slider__inner {
  max-width: 1045px;
}

@media (max-width: 1579px) {
  .article-slider__inner {
    max-width: 890px;
  }
}

@media (max-width: 1279px) {
  .article-slider__inner {
    max-width: 100%;
  }
}

.article-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1279px) {
  .article-slider__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .article-slider__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.article-slider__item-col:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 432px;
          flex: 0 0 432px;
}

@media (max-width: 1279px) {
  .article-slider__item-col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 270px;
            flex: 0 0 270px;
  }
}

@media (max-width: 767px) {
  .article-slider__item-col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 50px;
  }
}

.article-slider__item-col:last-child {
  padding: 0 120px 0 90px;
}

@media (max-width: 1579px) {
  .article-slider__item-col:last-child {
    padding: 0 26px 0 58px;
  }
}

@media (max-width: 1279px) {
  .article-slider__item-col:last-child {
    padding: 0 0 0 58px;
  }
}

@media (max-width: 767px) {
  .article-slider__item-col:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0;
  }
}

.article-slider__item-img {
  position: relative;
  padding-bottom: 64%;
}

.article-slider__item-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-slider__item-title {
  margin-bottom: 66px;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
}

@media (max-width: 1279px) {
  .article-slider__item-title {
    max-width: 250px;
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 24px;
	min-height:55px;
  }
}

@media (max-width: 767px) {
  .article-slider__item-title {
    position: absolute;
    top: -70px;
  }
}

.article-slider__item-desc {
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 4;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  display: -webkit-box;
  display: box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  margin-bottom: 25px;
}

@media (max-width: 1279px) {
  .article-slider__item-desc {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .article-slider__item-desc {
    position: relative;
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .article-slider__more {
    display: block;
    margin-top: 28px;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
  }
}

@media (max-width: 1579px) {
  .article-slider .container {
    padding: 0 94px 0 82px;
  }
}

@media (max-width: 1279px) {
  .article-slider .container {
    padding: 0 48px;
  }
}

@media (max-width: 767px) {
  .article-slider .container {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .article-slider .owl-stage-outer {
    padding-top: 85px;
  }
}

.contacts {
  position: relative;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .contacts {
    margin-bottom: 80px;
  }
}

.contacts__top {
  margin-bottom: 58px;
}

@media (max-width: 1279px) {
  .contacts__top {
    margin-bottom: 28px;
  }
}

@media (max-width: 767px) {
  .contacts__top {
    margin-top: 27px;
    margin-bottom: 20px;
  }
}

.contacts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .contacts__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.contacts__row-col {
  width: 40.1%;
  margin-bottom: 55px;
}

@media (max-width: 1579px) {
  .contacts__row-col {
    width: 43%;
  }
}

@media (max-width: 1279px) {
  .contacts__row-col {
    width: 44.6%;
  }
}

@media (max-width: 767px) {
  .contacts__row-col {
    width: 100%;
    margin-bottom: 55px;
  }
  .contacts__row-col:last-child {
    margin-bottom: 0;
  }
}

.contacts__tooth {
  position: absolute;
  top: 80px;
  left: 35%;
  z-index: -1;
  width: 279px;
  height: 235px;
}

@media (max-width: 1579px) {
  .contacts__tooth {
    left: 43%;
  }
}

@media (max-width: 1279px) {
  .contacts__tooth {
    top: -25px;
    right: 10px;
    left: auto;
    z-index: -1;
  }
}

@media (max-width: 767px) {
  .contacts__tooth {
    display: none;
  }
}

.contacts__tooth .tooth {
  width: 100%;
  height: 100%;
  fill: transparent;
}

@media (max-width: 1579px) {
  .contacts .container {
    padding: 0 54px;
  }
}

@media (max-width: 1279px) {
  .contacts .container {
    padding: 0 48px;
  }
}

@media (max-width: 767px) {
  .contacts .container {
    padding: 0 20px;
  }
}

.c-item__title {
  margin-bottom: 15px;
}

@media (max-width: 1279px) {
  .c-item__title {
    height: 72px;
    overflow: hidden;
    font-size: 30px;
    line-height: 36px;
  }
}

@media (max-width: 767px) {
  .c-item__title {
    height: auto;
    overflow: auto;
    font-size: 20px;
    line-height: 24px;
  }
}

.c-item__slider {
  position: relative;
  margin-bottom: 35px;
}

@media (max-width: 1279px) {
  .c-item__slider {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .c-item__slider {
    margin-bottom: 12px;
  }
}

.c-item__slider-controls {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  z-index: 5;
  height: 1px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-item__slider-arrow {
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.c-item__slider-arrow:hover {
  -webkit-transform: scale(1.13, 1.13);
          transform: scale(1.13, 1.13);
}

.c-item__slider-arrow--prev {
  margin-left: -22px;
}

@media (max-width: 1279px) {
  .c-item__slider-arrow--prev {
    width: 32px;
    height: 32px;
    margin-left: -18px;
  }
}

@media (max-width: 767px) {
  .c-item__slider-arrow--prev {
    width: 30px;
    height: 30px;
    margin-left: -16px;
  }
}

.c-item__slider-arrow--prev:hover {
  -webkit-transform: scale(1.415, 1.415);
          transform: scale(1.415, 1.415);
}

.c-item__slider-arrow--next {
  margin-right: -32px;
}

@media (max-width: 1279px) {
  .c-item__slider-arrow--next {
    width: 46px;
    height: 46px;
    margin-right: -22px;
  }
}

@media (max-width: 767px) {
  .c-item__slider-arrow--next {
    width: 43px;
    height: 43px;
    margin-right: -20px;
  }
}

.c-item__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

@media (max-width: 1279px) {
  .c-item__address {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .c-item__address {
    margin-bottom: 15px;
  }
}

.c-item__address-icon {
  width: 27px;
  height: 24px;
  margin-right: 17px;
}

@media (max-width: 1279px) {
  .c-item__address-icon {
    width: 21px;
    height: 19px;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .c-item__address-icon {
    width: 16px;
    height: 14px;
    margin-right: 8px;
  }
}

.c-item__address-desc {
  margin-bottom: 3px;
  color: #002e5d;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 1279px) {
  .c-item__address-desc {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .c-item__address-desc {
    font-size: 14px;
    line-height: 17px;
  }
}

.c-item__how-to-get {
  position: relative;
  padding-bottom: 35px;
}

@media (max-width: 1279px) {
  .c-item__how-to-get {
    padding-bottom: 20px;
  }
}

.c-item__how-to-get::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 297px;
  margin-bottom: 20px;
  border: 1px solid #f2f6f9;
}

.c-item__howtoget-title {
  margin-bottom: 22px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 1279px) {
  .c-item__howtoget-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 19px;
  }
}

.c-item__howtoget-content div {
  margin-bottom: 20px;
}

@media (max-width: 1279px) {
  .c-item__howtoget-content div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .c-item__howtoget-content div:nth-last-of-type(-n + 2) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-item__howtoget-content p {
  display: inline;
}

@media (max-width: 1279px) {
  .c-item__howtoget-content p span {
    display: block;
  }
}

.c-item__howtoget-content strong {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 1279px) {
  .c-item__howtoget-content strong {
    font-size: 16px;
    line-height: 19px;
  }
}

.c-item__howtoget-content span {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  padding-left: 12px;
  font-family: "Arial";
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 1279px) {
  .c-item__howtoget-content span {
    margin-left: 10px;
    padding-left: 8px;
    font-size: 12px;
    line-height: 26px;
  }
}

.c-item__howtoget-content span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #000000;
}

@media (max-width: 1279px) {
  .c-item__howtoget-content span:before {
    width: 3px;
    height: 3px;
  }
}

.c-item__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

@media (max-width: 1279px) {
  .c-item__email {
    font-size: 16px;
    line-height: 19px;
  }
}

@media (max-width: 767px) {
  .c-item__email {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 17px;
  }
}

.c-item__email:hover {
  color: #f4812c;
}

.c-item__email svg,
.c-item__email img {
  margin-right: 20px;
}

@media (max-width: 1279px) {
  .c-item__email svg,
  .c-item__email img {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 767px) {
  .c-item__email svg,
  .c-item__email img {
    width: 25px;
    height: 25px;
    margin-right: 15px;
  }
}

.c-item__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-item__phone-icon {
  width: 33px;
  height: 35px;
  margin-right: 20px;
  fill: transparent;
}

@media (max-width: 1279px) {
  .c-item__phone-icon {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 767px) {
  .c-item__phone-icon {
    width: 25px;
    height: 26px;
    margin-right: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-item__phone div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-item__phone a {
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

@media (max-width: 1279px) {
  .c-item__phone a {
    font-size: 16px;
    line-height: 19px;
  }
}

@media (max-width: 767px) {
  .c-item__phone a {
    font-size: 14px;
    line-height: 17px;
  }
}

.c-item__phone a:hover {
  color: #f4812c;
}

.c-item__phone span {
  display: inline-block;
  margin-top: 7px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 1279px) {
  .c-item__phone span {
    margin-top: 10px;
    margin-left: -42px;
    font-size: 16px;
    line-height: 19px;
  }
}

@media (max-width: 767px) {
  .c-item__phone span {
    margin-top: 5px;
    margin-left: 0px;
    font-size: 12px;
    line-height: 14px;
  }
}

.c-item__btn {
  margin-top: 42px;
}

@media (max-width: 1279px) {
  .c-item__btn {
    margin-top: 25px;
  }
}

.c-item__btn .btn {
  padding: 18px 82px;
}

@media (max-width: 1279px) {
  .c-item__btn .btn {
    padding: 13px 82px;
  }
}

@media (max-width: 767px) {
  .c-item__btn .btn {
    padding: 10px 28px 11px;
  }
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  z-index: 105;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.popup--footer {
  top: auto;
  right: 62px;
  bottom: 80px;
  left: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  padding: 0;
  overflow: auto;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.17);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.17);
  background-color: #ffffff;
}

@media (max-width: 1579px) {
  .popup--footer {
    right: 40px;
  }
}

@media (max-width: 1279px) {
  .popup--footer {
    right: 35px;
    bottom: 110px;
  }
}

@media (max-width: 767px) {
  .popup--footer {
    right: auto;
    bottom: 20px;
    margin: 0 15px;
  }
}

.popup--footer .popup__container {
  max-width: 540px;
  padding: 70px;
}

@media (max-width: 767px) {
  .popup--footer .popup__container {
    max-width: initial;
    padding: 60px 15px 35px;
  }
}

@media (max-width: 767px) {
  .popup--footer .popup__closer {
    top: 10px;
  }
}

.popup.is-visible {
  opacity: 1;
  visibility: visible;
}

.popup__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup__container {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 770px;
  background-color: #fff;
  position: relative;
  padding: 105px 85px 95px 95px;
  margin: 50px auto;
  border-radius: 5px;
}

@media (max-width: 1279px) {
  .popup__container {
    padding: 105px 55px 95px 66px;
    max-width: 706px;
  }
}

@media (max-width: 767px) {
  .popup__container {
    max-width: 400px;
    padding: 80px 15px 55px;
    margin: 52px auto;
  }
}
@media (max-width: 500px) {
  .popup__container {
    max-width: 85%;
  }
}

.popup__container--without-bg {
  background: none;
  max-width: 1200px;
}

.popup__container--without-bg .popup__closer {
  background-image: url(/local/templates/cronadent/css/../images/sprite/icon-close.svg);
}

@media (max-width: 1579px) {
  .popup__container--without-bg {
    max-width: 1130px;
    height: auto;
    padding: 105px 0px 95px 0px;
  }
  .popup__container--without-bg .popup__closer {
    right: -20px;
  }
}

@media (max-width: 1279px) {
  .popup__container--without-bg {
    max-width: 640px;
    height: auto;
    padding: 105px 0px 95px 0px;
  }
  .popup__container--without-bg .popup__closer {
    right: -20px;
  }
}

@media (max-width: 767px) {
  .popup__container--without-bg {
    max-width: 286px;
    height: auto;
    padding: 105px 0px 95px 0px;
  }
  .popup__container--without-bg .popup__closer {
    right: -20px;
  }
}

.popup__container--sm {
  max-width: 672px;
  padding: 115px 137px 98px;
}

@media (max-width: 767px) {
  .popup__container--sm {
    padding: 80px 15px 55px;
  }
}

.popup__closer {
  position: absolute;
  right: 30px;
  top: 38px;
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/local/templates/cronadent/css/../images/sprite/icon-close-black.svg);
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (max-width: 767px) {
  .popup__closer {
    top: 34px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.popup__closer:after {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  bottom: -10px;
  right: -10px;
}

.popup__closer:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (max-width: 767px) {
  .popup__closer:hover {
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}

.thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.thanks__title {
  margin-bottom: 14px;
}

@media (max-width: 1279px) {
  .thanks__title {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  .thanks__title {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (max-width: 1279px) {
  .thanks__desc {
    font-size: 16px;
    line-height: 23px;
  }
}

@media (max-width: 767px) {
  .thanks__desc {
    font-size: 14px;
    line-height: 22px;
  }
}

.gallery {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -36px;
}

@media (max-width: 1579px) {
  .gallery {
    margin: 0 -30px;
  }
}

@media (max-width: 1279px) {
  .gallery {
    margin: 0 -24px;
  }
}

@media (max-width: 767px) {
  .gallery {
    margin: 0 -6px;
  }
}

.gallery__item {
  position: relative;
  width: calc(33.33% - 72px);
  padding-bottom: 20.6%;
  margin: 0 36px 60px;
}

@media (max-width: 1579px) {
  .gallery__item {
    width: calc(33.33% - 60px);
    padding-bottom: 18.3%;
    margin: 0 30px 50px;
  }
}

@media (max-width: 1279px) {
  .gallery__item {
    width: calc(50% - 48px);
    padding-bottom: 26.5%;
    margin: 0 24px 42px;
  }
}

@media (max-width: 767px) {
  .gallery__item {
    width: calc(50% - 12px);
    padding-bottom: 55.6%;
    margin: 0 6px 20px;
  }
}

.gallery__item-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.gallery__item-img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.site-map {
  margin-bottom: 120px;
}

@media (max-width: 1279px) {
  .site-map {
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .site-map {
    margin-bottom: 50px;
  }
}

.site-map__top {
  margin: 10px 0 0;
}

@media (max-width: 1279px) {
  .site-map__top {
    margin: 40px 0 14px;
  }
}

@media (max-width: 767px) {
  .site-map__top {
    margin: 28px 0 0;
  }
}

@media (max-width: 767px) {
  .site-map__title {
    color: #000000;
  }
}

.site-map__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -45px;
  padding: 60px 0;
}

@media (max-width: 767px) {
  .site-map__row {
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .site-map__row:nth-child(2) {
    margin: 0;
    padding: 60px 0 38px;
  }
}

.site-map__row:last-child .site-map__item-title {
  font-weight: normal;
}

.site-map__row::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 90px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .site-map__row::after {
    left: 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    width: 100%;
  }
}

.site-map__row:last-child:after {
  display: none;
}

.site-map__item {
  width: calc(33.33% - 90px);
  margin: 0 45px 0;
}

@media (max-width: 767px) {
  .site-map__item {
    width: 100%;
    margin: 0;
    margin-bottom: 60px;
  }
}

.site-map__item:last-child {
  margin-bottom: 0;
}

.site-map__item--lg {
  width: 100%;
}

.site-map__item-title {
  color: #000000;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
}

.site-map__item-title a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.site-map__item-title a:hover {
  color: #f4812c;
}

.site-map__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -45px;
}

@media (max-width: 1279px) {
  .site-map__item-row {
    margin: 0 -32px;
  }
}

@media (max-width: 767px) {
  .site-map__item-row {
    margin: 0;
  }
}

.site-map__item-col {
  width: calc(33.33% - 90px);
  margin: 60px 45px 0;
}

@media (max-width: 1279px) {
  .site-map__item-col {
    width: calc(50% - 64px);
    margin: 70px 32px 0;
  }
}

@media (max-width: 767px) {
  .site-map__item-col {
    width: 100%;
    margin: 50px 0 0;
  }
}

.site-map ul {
  padding-left: 15px;
}

@media (max-width: 767px) {
  .site-map ul {
    padding-left: 0;
  }
}

.site-map ul li {
  margin: 15px 0;
}

@media (max-width: 767px) {
  .site-map ul li {
    margin: 10px 0;
  }
}

.site-map ul li:first-child {
  margin-top: 25px;
}

.site-map ul li a {
  color: #000000;
  font-family: "Arial";
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.site-map ul li a:hover {
  color: #f4812c;
}

.site-map .h6 {
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 1579px) {
  .site-map .container {
    padding: 0 54px;
  }
}

@media (max-width: 1279px) {
  .site-map .container {
    padding: 0 48px;
  }
}

@media (max-width: 767px) {
  .site-map .container {
    padding: 0 20px;
  }
}

.service-menu {
  position: relative;
  padding: 75px 155px 0;
}

@media (max-width: 1279px) {
  .service-menu {
    width: 52.8%;
    min-height: 470px;
    margin: 0;
    padding: 102px 35px 132px 35px;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
    z-index: 2;
  }
}

@media (max-width: 767px) {
  .service-menu {
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 0;
   /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 60px;
    padding-bottom: 80px;
    overflow-y: auto;
    text-align: center;
  }
  .service-menu::-webkit-scrollbar {
    width: 6px;
  }
  .service-menu::-webkit-scrollbar-track {
    border-radius: 6px;
  }
  .service-menu::-webkit-scrollbar-thumb {
    background: #f4812c;
    border-radius: 6px;
  }
  .service-menu::-webkit-scrollbar-thumb:hover {
    background: #f4812c;
  }
}

.service-menu__item {
  cursor: pointer;
  display: inline-block;
  width: 100%;
}

@media (max-width: 1279px) {
  .service-menu__item {
    margin: 0px 0 29px;
    width: 32.5%;
  }
  .service-menu__item:nth-child(2) .service-menu__item-link {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .service-menu__item {
    display: block;
    margin: 0 auto 29px;
  }
  .service-menu__item:nth-child(2) .service-menu__item-link {
    text-align: center;
  }
  .service-menu__item:last-child {
    margin-bottom: 0;
  }
}

.service-menu__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service-menu__item:hover .service-menu__item-icon .icon-service path,
.service-menu__item:hover .service-menu__item-icon .icon-service rect {
  stroke: #f38a44;
}

.service-menu__item:hover .service-menu__item-link {
  color: #f38638;
}

.service-menu__item.is-active .service-menu__item-icon .icon-service path,
.service-menu__item.is-active .service-menu__item-icon .icon-service rect {
  stroke: #f38a44;
}

.service-menu__item.is-active .service-menu__item-link {
  color: #f38638;
}

.service-menu__item-icon {
  min-height: 102px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 18px;
}

@media (max-width: 1279px) {
  .service-menu__item-icon {
    min-height: 70px;
    margin-bottom: 14px;
  }
}

@media (max-width: 767px) {
  .service-menu__item-icon {
   /* display: none;*/
  }
}

.service-menu__item-link {
  display: inline-block;
  min-width: 100px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  color: #000000;
  text-align: center;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

@media (max-width: 1279px) {
  .service-menu__item-link {
    min-width: 75px;
    font-size: 14px;
    line-height: 17px;
  }
}

@media (max-width: 767px) {
  .service-menu__item-link {
    font-size: 16px;
    line-height: 19px;
  }
}

.service-menu .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  right: 0;
}

.service-menu .owl-item:nth-child(2) .service-menu__item-link {
  text-align: left;
}

.service-menu__arrow {
  position: absolute;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#f28f51), color-stop(99.87%, #f2822e));
  background-image: linear-gradient(90deg, #f28f51 0%, #f2822e 99.87%);
  -webkit-box-shadow: 0px 18px 40px #ffb872;
          box-shadow: 0px 18px 40px #ffb872;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s, background-image 0.4s, -webkit-box-shadow 0.4s;
  transition: opacity 0.4s, background-image 0.4s, -webkit-box-shadow 0.4s;
  transition: opacity 0.4s, box-shadow 0.4s, background-image 0.4s;
  transition: opacity 0.4s, box-shadow 0.4s, background-image 0.4s, -webkit-box-shadow 0.4s;
  cursor: pointer;
}

@media (max-width: 1279px) {
  .service-menu__arrow {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 767px) {
  .service-menu__arrow {
    width: 26px;
    height: 26px;
  }
}

.service-menu__arrow:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#012f5e), color-stop(99.87%, #043f7b));
  background-image: linear-gradient(90deg, #012f5e 0%, #043f7b 99.87%);
  -webkit-box-shadow: 0px 18px 40px #03386e;
          box-shadow: 0px 18px 40px #03386e;
}

.service-menu__arrow.disabled {
  opacity: 0.5;
}

.service-menu__arrow img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10px;
  height: 18px;
}

.service-menu__arrow--prev {
  left: 65px;
}

.service-menu__arrow--prev img {
  margin-left: -3px;
}

.service-menu__arrow--next {
  right: 65px;
}

.service-menu__arrow--next img {
  margin-left: 3px;
}

.service-submenus {
  position: relative;
}

@media (max-width: 1279px) {
  .service-submenus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 47.1%;
  }
}

@media (max-width: 767px) {
  .service-submenus {
    width: auto;
  }
}

.service-submenu {
  width: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  padding: 50px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

@media (max-width: 1279px) {
  .service-submenu {
    z-index: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 0;
    padding: 50px 50px 72px 40px;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
  }
}

@media (max-width: 767px) {
  .service-submenu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 111;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  }
}

.service-submenu.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .service-submenu.is-active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.service-submenu__item {
  max-width: 1152px;
  -webkit-columns: 3 250px;
     -moz-columns: 3 250px;
          columns: 3 250px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

@media (max-width: 1279px) {
  .service-submenu__item {
    width: 100%;
    -webkit-columns: unset;
       -moz-columns: unset;
            columns: unset;
    -webkit-column-count: 0;
       -moz-column-count: 0;
            column-count: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .service-submenu__item {
    max-width: initial;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 60px 0 50px;
    padding: 0 40px;
    overflow-y: auto;
  }
  .service-submenu__item::-webkit-scrollbar {
    width: 6px;
  }
  .service-submenu__item::-webkit-scrollbar-track {
    border-radius: 6px;
  }
  .service-submenu__item::-webkit-scrollbar-thumb {
    background: #f4812c;
    border-radius: 6px;
  }
  .service-submenu__item::-webkit-scrollbar-thumb:hover {
    background: #f4812c;
  }
}

.service-submenu__link {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  color: #000000;
  font-family: "Arial";
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

@media (max-width: 1279px) {
  .service-submenu__link {
    width: auto;
    margin-bottom: 24px;
    line-height: 18px;
  }
}

@media (max-width: 767px) {
  .service-submenu__link {
    margin-bottom: 30px;
    text-align: center;
  }
  .service-submenu__link:last-child {
    margin-bottom: 0;
  }
}

.service-submenu__link:hover {
  color: #e49d68;
}

.service-submenu__link.is-active {
  color: #e49d68;
}

.select {
  display: inline-block;
  min-width: 282px;
}

@media (max-width: 1279px) {
  .select {
    min-width: 270px;
  }
}

@media (max-width: 767px) {
  .select {
    min-width: 280px;
  }
}

.select-title {
  margin-bottom: 16px;
  color: #000000;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
}

@media (max-width: 767px) {
  .select-title {
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 11px;
  }
}

.select-drop {
  width: 282px;
}

.select-drop select {
  width: 100%;
}

.about {
  margin-bottom: 90px;
}

@media (max-width: 1279px) {
  .about {
    margin-bottom: 70px;
  }
}

.about__title {
  margin-top: 25px;
}

@media (max-width: 1279px) {
  .about__title {
    font-size: 90px;
    line-height: 108px;
  }
}

@media (max-width: 767px) {
  .about__title {
    margin-top: 40px;
    font-size: 26px;
    line-height: 31px;
  }
}

.about__text-block {
  max-width: 1100px;
  margin:0 auto;
  margin-top: 65px;
  margin-bottom: 80px;
  font-size: 1.1rem;
    line-height: 1.5;
}
.about__text-block h3{line-height: 1;margin: 1.5rem 0;}
.about__text-block strong {line-height: 1;font-size: 1.3rem;margin: 1.2rem 0;}
.about__text-block p {margin-bottom:1rem;}
.about__text-block ul {list-style:disc;margin-bottom:1rem;}
.about__text-block ul li {margin-left:2rem;}

@media (max-width: 1579px) {
  .about__text-block {
    margin-top: 50px;
  }
}

@media (max-width: 1279px) {
  .about__text-block {
    margin-top: 80px;
    margin-bottom: 65px;
  }
}

@media (max-width: 767px) {
  .about__text-block {
    margin: 65px 0 42px;
  }
}

.about__text-block .h6 {
  margin-bottom: 4px;
}

@media (max-width: 1279px) {
  .about__text-block .h6 {
    font-size: 20px;
    line-height: 24px;
  }
}

.about__text-block .text {
  line-height: 28px;
}

@media (max-width: 1279px) {
  .about__text-block .text {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .about__text-block .text {
    font-size: 14px;
    line-height: 22px;
  }
}

.about__select {
  margin-bottom: 60px;
}

@media (max-width: 1579px) {
  .about__select {
    margin-bottom: 45px;
  }
  .about__select .select2-container--default .select2-selection--single {
    padding: 16px 52px 16px 20px;
  }
  .about__select .select2-container--default
.select2-selection--single
.select2-selection__rendered {
    font-size: 16px;
    line-height: 26px;
  }
  .about__select .select2-container--default
.select2-selection--single
.select2-selection__arrow {
    top: 24px;
  }
}

@media (max-width: 1279px) {
  .about__select {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .about__select {
    margin-bottom: 55px;
  }
}

.about__select .select-title {
  font-size: 13px;
  line-height: 15px;
}

@media (max-width: 1579px) {
  .about .container {
    padding: 0 54px;
  }
}

@media (max-width: 1279px) {
  .about .container {
    padding: 0 48px;
  }
}

@media (max-width: 767px) {
  .about .container {
    padding: 0 20px;
  }
}

.gallery-overwiew {
  position: relative;
}

.gallery-overwiew__controls {
  position: absolute;
  top: 38%;
  -webkit-transform: translateY(-38%);
          transform: translateY(-38%);
  z-index: 3;
  width: 100%;
  height: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .gallery-overwiew__controls {
    top: 32%;
    -webkit-transform: translateY(-32%);
            transform: translateY(-32%);
  }
}

.gallery-overwiew__arrow {
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.gallery-overwiew__arrow:hover {
  -webkit-transform: scale(1.13, 1.13);
          transform: scale(1.13, 1.13);
}

.gallery-overwiew__arrow.disabled {
  opacity: 0.3;
}

.gallery-overwiew__arrow--prev {
  margin-left: -22px;
  width: 44px;
  height: 44px;
}

@media (max-width: 1279px) {
  .gallery-overwiew__arrow--prev {
    width: 31px;
    height: 31px;
    margin-left: -15px;
  }
}

@media (max-width: 767px) {
  .gallery-overwiew__arrow--prev {
    width: 20px;
    height: 20px;
    margin-left: -10px;
  }
}

.gallery-overwiew__arrow--prev:hover {
  -webkit-transform: scale(1.415, 1.415);
          transform: scale(1.415, 1.415);
}

.gallery-overwiew__arrow--next {
  width: 65px;
  height: 65px;
  margin-right: -33px;
}

@media (max-width: 1279px) {
  .gallery-overwiew__arrow--next {
    width: 45px;
    height: 45px;
    margin-right: -23px;
  }
}

@media (max-width: 767px) {
  .gallery-overwiew__arrow--next {
    width: 30px;
    height: 30px;
    margin-right: -15px;
  }
}

.gallery-overwiew__item {
  position: relative;
}

.gallery-overwiew__item-img {
  position: relative;
  height: 765px;
  max-height: 765px;
}

@media (max-width: 767px) {
  .gallery-overwiew__item-img {
    height: 60vh;
    max-height: 60vh;
  }
}

.gallery-overwiew__item-desc {
  max-width: 870px;
  margin-top: 50px;
  margin-left: 25px;
  color: #ffffff;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
}

@media (max-width: 1279px) {
  .gallery-overwiew__item-desc {
    max-width: 420px;
    margin-top: 25px;
    font-size: 20px;
    line-height: 23px;
  }
}

@media (max-width: 767px) {
  .gallery-overwiew__item-desc {
    max-width: 270px;
    margin-top: 15px;
    margin-left: 10px;
  }
}

.gallery-overwiew .owl-carousel .owl-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 105;
  height: 100px;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.header.nav-up {
  -webkit-transform: translate3d(0, -40px, 0);
          transform: translate3d(0, -40px, 0);
}
.header.nav-up.header--opened {
	-webkit-transform: inherit;
          transform: inherit;
}

@media (max-width: 1279px) {
  .header {
    height: 72px;
  }
  .header--opened::after {
    display: none;
  }
  .header--opened .header__burger {
    z-index: 20;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .header--opened .header__burger {
    margin-top: -90px;
  }
}

@media (max-width: 1279px) {
  .header--opened .header__burger-item:nth-child(1), .header--opened .header__burger-item:nth-child(3) {
    top: 40%;
  }
  .header--opened .header__burger-item:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header--opened .header__burger-item:nth-child(2) {
    opacity: 0;
  }
  .header--opened .header__burger-item:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header--opened .header__inner-row {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header.is-hovered .header__burger {
    z-index: 0;
  }
  .header.is-hovered .nav__drop {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 767px) {
  .header {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}

.header__block-mobile {
  display: none;
}

@media (max-width: 767px) {
  .header__block-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.header__block-mobile .header__phone {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__block-mobile .header__phone-icon--desktop {
  width: 30px;
  height: 30px;
  display: none;
  margin-right: 8px;
}

.header__block-mobile .header__phone-text {
  margin-left: 0;
}

.header__block-mobile .header__phone-text a {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 19px;
  line-height: 1;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

@media (max-width: 1279px) {
  .header__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  .header__inner {
    height: auto;
  }
}

.header__logo {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 210px;
          flex: 0 0 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  z-index: 1;
  cursor: pointer;
}

@media (max-width: 1579px) {
  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 175px;
            flex: 0 0 175px;
    padding-left: 30px;
  }
}

@media (max-width: 1279px) {
  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 116px;
            flex: 0 0 116px;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
	gap: 1rem;
  }
  .header__logo img {max-width: 80px;}
}

.header__logo-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.header__inner-row {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #ffffff;
  z-index: 10;
}

@media (max-width: 1279px) {
  .header__inner-row {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    visibility: hidden;
    opacity: 0;
    overflow-y: scroll;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: opacity 0.4s, visibility 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s, visibility 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s, transform 0.4s ease, visibility 0.4s ease;
    transition: opacity 0.4s, transform 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  }
}

@media (max-width: 767px) {
  .header__inner-row {
    background-color: #ffffff;
  }
}

.header__inner-row-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

@media (max-width: 1279px) {
  .header__inner-row-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .header__inner-row-wrap {
    display: block;
  }
}

.header__inner-row-col {
  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;
 /* padding: 0 75px;*/
}

@media (max-width: 1579px) {
  .header__inner-row-col {
    padding: 0 25px;
  }
}

@media (max-width: 1279px) {
  .header__inner-row-col {
    border-bottom: 1px solid rgba(0, 46, 93, 0.1);
    background: #ffffff;
  }
}

.header__inner-row-col:nth-child(1) {
  width: 38%;
}

@media (max-width: 1579px) {
  .header__inner-row-col:nth-child(1) {
    width: 41%;
  }
}

@media (max-width: 1279px) {
  .header__inner-row-col:nth-child(1) {
    width: 60.9%;
    padding: 50px 0 42px;
  }
}

@media (max-width: 767px) {
  .header__inner-row-col:nth-child(1) {
    width: 100%;
    padding: 48px 0 50px;
  }
}

.header__inner-row-col:nth-child(2) {
  width: 31%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 1579px) {
  .header__inner-row-col:nth-child(2) {
    width: 29%;
  }
}

@media (max-width: 1279px) {
  .header__inner-row-col:nth-child(2) {
    width: 60.9%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 42px 0 50px;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
}

@media (max-width: 767px) {
  .header__inner-row-col:nth-child(2) {
    width: 100%;
    padding: 32px 0 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.header__inner-row-col:nth-child(3) {
  width: 31%;
  padding-left: 68px;
}

@media (max-width: 1579px) {
  .header__inner-row-col:nth-child(3) {
    width: 30%;
    padding-left: 33px;
  }
}

@media (max-width: 1279px) {
  .header__inner-row-col:nth-child(3) {
    width: 60.9%;
    padding: 35px 0 42px;
  }
}

@media (max-width: 767px) {
  .header__inner-row-col:nth-child(3) {
    width: 100%;
    padding: 30px 0 35px;
  }
}

@media only screen and (min-width: 1280px) {
  .header__nav {
    margin-top: 10px;
  }
}

.header__address {
  position: relative;
  top: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__address-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
}

.header__address-icon {
  width: 27px;
  height: 26px;
}

@media (max-width: 1279px) {
  .header__address-icon {
    position: absolute;
    top: 50%;
    left: -28px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.header__address-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__address-right a {
  display: inline-block;
  color: #000000;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media (min-width:1280px) and (max-width:1400px) {
	.header__address-right a {
		font-size: 13px;
		line-height: 16px;
	}
}
.header__address-right a {
  margin-bottom: 6px;
}

.header__address-right a:hover {
  color: #f4812c;
}

.header__phone {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1279px) {
  .header__phone {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.header__phone-icon {
  width: 33px;
  height: 35px;
  fill: #ffffff;
}

.header__phone-icon--mobile {
  display: none;
}

@media (max-width: 1279px) {
  .header__phone-icon--desktop {
    display: none;
  }
  .header__phone-icon--mobile {
    position: absolute;
    left: -18px;
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(/local/templates/cronadent/css/../images/sprite/icon-phone.svg) no-repeat center;
  }
}

.header__phone-text {
  margin-left: 25px;
}

@media (max-width: 1279px) {
  .header__phone-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 18px;
  }
}

.header__phone-text a {
  display: inline-block;
  color: #000000;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

@media (max-width: 1279px) {
  .header__phone-text a {
    margin-bottom: 6px;
    color: #002e5d;
  }
}

.header__phone-text a:hover {
  color: #f4812c;
}

.header__phone-text span {
  display: none;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
}

@media (max-width: 1279px) {
  .header__phone-text span {
    display: inline-block;
  }
}

.header__buttons {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
}

@media (max-width: 767px) {
  .header__buttons {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    height: 100%;
    margin-top: -1px;
  }
}

.header__btn {
  position: relative;
  z-index:10;
}
@media(max-width:768px) {
	.header__btn {z-index:1;}
}

.header__submenu {
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  left: 0;
  width: 100%;
  min-height: 270px;
  max-height: calc(100vh - 100px);
  padding-bottom: 0;
  background-color: #ffffff;
  z-index: -1;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

@media screen and (min-width: 1280px) {
  .header__submenu {
    overflow-y: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header__submenu::-webkit-scrollbar {
    width: 6px;
  }
  .header__submenu::-webkit-scrollbar-track {
    border-radius: 6px;
  }
  .header__submenu::-webkit-scrollbar-thumb {
    background: #f4812c;
    border-radius: 6px;
  }
  .header__submenu::-webkit-scrollbar-thumb:hover {
    background: #f4812c;
  }
}

@media (max-width: 1279px) {
  .header__submenu {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 110;
    height: 100%;
    min-height: initial;
    max-height: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 24px;
    -webkit-transform: translate3d(-115%, 0, 0);
            transform: translate3d(-115%, 0, 0);
  }
}

@media (max-width: 767px) {
  .header__submenu {
    padding-bottom: 0;
  }
}

.header__submenu.is-active {
  top: calc(100% - -1px);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media (max-width: 1279px) {
  .header__submenu.is-active {
    top: 0;
  }
}

.header__submenu-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 68px 0 30px;
  color: #b7b7b7;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

@media (max-width: 1279px) {
  .header__submenu-collapse {
    position: absolute;
    top: 26px;
    bottom: auto;
    left: 34px;
    z-index: 3;
    padding-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 767px) {
  .header__submenu-collapse {
    top: 22px;
    left: 22px;
  }
}

.header__submenu-collapse:hover {
  color: #ff8a32;
}

.header__submenu-collapse:hover svg {
  stroke: #ff8a32;
}

.header__submenu-collapse.service-submenu__back {
  display: none;
}

@media (max-width: 767px) {
  .header__submenu-collapse.service-submenu__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__submenu-collapse.nav__drop-back {
  display: none;
}

@media (max-width: 1279px) {
  .header__submenu-collapse.nav__drop-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__submenu-collapse::after {
  content: attr(data-text-desk);
}

@media (max-width: 1279px) {
  .header__submenu-collapse::after {
    content: attr(data-text-mob);
  }
}

.header__submenu-collapse svg {
  width: 30px;
  height: 15px;
  margin-bottom: 5px;
  fill: transparent;
  stroke: #d8d8d8;
  -webkit-transition: stroke 0.4s;
  transition: stroke 0.4s;
}

@media (max-width: 1279px) {
  .header__submenu-collapse svg {
    width: 25px;
    height: 10px;
    margin-bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

.header__burger {
  position: relative;
  width: 25px;
  height: 21px;
  margin-left: 48px;
  display: none;
  cursor: pointer;
}

@media (max-width: 1279px) {
  .header__burger {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .header__burger {
    display: inline-block;
    width: 21px;
    height: 13px;
    margin-left: 20px;
  }
}

.header__burger::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}

.header__burger-item {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #002e5d;
  opacity: 1;
}

@media (max-width: 767px) {
  .header__burger-item {
    height: 1px;
  }
}

.header__burger-item:nth-child(1), .header__burger-item:nth-child(3) {
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.header__burger-item:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header__burger-item:nth-child(1) {
  top: 0;
}

.header__burger-item:nth-child(3) {
  top: calc(100% - 3px);
}

@media (max-width: 767px) {
  .header__burger-item:nth-child(3) {
    top: calc(100% - 1px);
  }
}

.footer__main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(0, 46, 93, 0.1);
  mix-blend-mode: normal;
}

@media (max-width: 767px) {
  .footer__main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 0;
  }
}

.footer__main-tooth {
  position: absolute;
  bottom: 128px;
  left: 44.6%;
  z-index: -1;
  width: 311px;
  height: 263px;
}

@media (max-width: 1579px) {
  .footer__main-tooth {
    width: 210px;
    height: 176px;
    bottom: 145px;
    left: 34.3%;
  }
}

@media (max-width: 1279px) {
  .footer__main-tooth {
    bottom: 112px;
    left: 40.3%;
  }
}

@media (max-width: 767px) {
  .footer__main-tooth {
    display: none;
  }
}

.footer__main-tooth svg {
  width: 100%;
  height: 100%;
  fill: transparent;
}

.footer__main-col:nth-child(1) {
  width: 51.5%;
  padding: 68px 156px 0 68px;
}

@media (max-width: 1579px) {
  .footer__main-col:nth-child(1) {
    width: 46.6%;
    padding: 60px 36px 0px 40px;
  }
}

@media (max-width: 1279px) {
  .footer__main-col:nth-child(1) {
    width: 62.3%;
    padding: 40px 33px 0px 50px;
  }
}

@media (max-width: 767px) {
  .footer__main-col:nth-child(1) {
    width: 100%;
    padding: 35px 20px 35px;
    background-color: transparent;
  }
}

.footer__main-col:nth-child(2) {
  width: 48.4%;
}

@media (max-width: 1579px) {
  .footer__main-col:nth-child(2) {
    width: 53.3%;
  }
}

@media (max-width: 1279px) {
  .footer__main-col:nth-child(2) {
    width: 37.6%;
  }
}

@media (max-width: 767px) {
  .footer__main-col:nth-child(2) {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    min-height: 240px;
  }
}

@media (max-width: 767px) {
  .footer__form {
    padding: 0px 30px;
    background-color: #ffffff;
  }
}

.footer__map {
  width: 100%;
  height: 650px;
}

@media (max-width: 1579px) {
  .footer__map {
    height: 596px;
  }
}

@media (max-width: 1279px) {
  .footer__map {
    height: 484px;
  }
}

@media (max-width: 767px) {
  .footer__map {
    height: 100%;
  }
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 100px 70px;
}

@media (max-width: 1579px) {
  .footer__inner {
    padding: 70px 40px;
  }
}

@media (max-width: 1279px) {
  .footer__inner {
    padding: 38px 35px 22px 50px;
  }
}

@media (max-width: 767px) {
  .footer__inner {
    padding: 35px 25px;
  }
}

.footer__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .footer__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.footer__inner-row:last-child {
  margin-top: 60px;
}

@media (max-width: 1579px) {
  .footer__inner-row:last-child {
    margin-top: 50px;
  }
}

@media (max-width: 1279px) {
  .footer__inner-row:last-child {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .footer__inner-row:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
  .footer__inner-row:last-child .footer__inner-row-col:nth-child(2) {
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.footer__inner-row-col:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 926px;
          flex: 0 1 926px;
}

@media (max-width: 1579px) {
  .footer__inner-row-col:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 745px;
            flex: 0 1 745px;
  }
}

@media (max-width: 1279px) {
  .footer__inner-row-col:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 330px;
            flex: 0 1 330px;
  }
}

@media (max-width: 767px) {
  .footer__inner-row-col:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.footer__inner-row-col:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1579px) {
  .footer__inner-row-col:nth-child(2) {
    padding-top: 10px;
  }
}

@media (max-width: 1279px) {
  .footer__inner-row-col:nth-child(2) {
    padding-top: 0px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (max-width: 767px) {
  .footer__inner-row-col:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 38px;
  }
}

.footer__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__phone-link {
  color: #002e5d;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.footer__phone-link:hover {
  color: #f4812c;
}

.footer__phone-desc {
  padding: 5px 0 0 26px;
  color: #000000;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 1279px) {
  .footer__phone-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 2px 0 0;
    font-size: 12px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .footer__phone-desc {
    font-size: 10px;
    line-height: 11px;
    padding-top: 8px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.footer__socials {
  margin-top: 30px;
  padding-left: 26px;
}

@media (max-width: 1279px) {
  .footer__socials {
    margin-top: 20px;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .footer__socials {
    margin-top: 35px;
    padding-right: 15px;
    padding-left: 0;
    width: 100%;
  }
}

.footer__copyright, .footer__developed {
  color: #000000;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  margin-top:1rem;
}

@media (max-width: 1279px) {
  .footer__copyright, .footer__developed {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 767px) {
  .footer__copyright, .footer__developed {
    font-size: 8px;
    line-height: 9px;
  }
}

.footer__developed {
  text-decoration: none;
}

.footer__developed:hover span {
  color: #f4812c;
}

.footer__developed span {
  padding-left: 5px;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

/* Страницы */
.index {
  padding: 50px 80px;
}

.index ul {
  margin: 50px 0 0;
}

.index ul li {
  padding: 0;
}

.index ul li:before {
  display: none;
}

.index ul a {
  display: inline-block;
  color: #f4812c;
  font-size: 32px;
  line-height: 42px;
  text-decoration: none;
}

.index ul a:hover {
  color: rgba(244, 129, 44, 0.9);
}

.service-detail--level-first .service-detail__m-slider {
  padding-top: 2rem;
}

.service-detail--level-first .service-detail__sale {
  margin-top: 120px;
}

@media (max-width: 1579px) {
  .service-detail--level-first .service-detail__sale {
    margin-top: 110px;
  }
}

@media (max-width: 1279px) {
  .service-detail--level-first .service-detail__sale {
    margin-top: 50px;
  }
}

.service-detail--level-second .service-detail__specialists .specialists--slider {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .service-detail--level-second .service-detail__m-slider {
    margin: 35px 0 0;
    padding: 0 20px 35px;
  }
}

@media (max-width: 1279px) {
  .service-detail--level-second .promo__anchor-item {
    padding: 24px 14px;
  }
}

@media (max-width: 767px) {
  .service-detail--level-second .promo__anchor-item {
    border-bottom: 1px solid rgba(0, 46, 93, 0.1);
  }
}

@media (max-width: 767px) {
  .service-detail--level-second .promo__anchor-item:nth-last-child(-n + 1) {
    border-bottom: 0;
  }
}

.service-detail__breadcrumb {
  padding-top: 34px;
  padding-bottom: 50px;
}

@media (max-width: 1579px) {
  .service-detail__breadcrumb {
    padding-top: 22px;
    padding-bottom: 70px;
  }
}

@media (max-width: 1279px) {
  .service-detail__breadcrumb {
    padding-top: 15px;
    padding-bottom: 20px;
  }
}

@media (max-width: 1579px) {
  .service-detail__techs {
    padding: 140px 0 110px;
  }
}

@media (max-width: 1279px) {
  .service-detail__techs {
    padding: 40px 0 78px;
  }
  .service-detail__techs .container {
    padding: 0 102px 0 50px;
  }
}

@media (max-width: 767px) {
  .service-detail__techs {
    margin: 35px 0 35px;
    padding: 0;
  }
  .service-detail__techs .container {
    margin: 35px 0;
    padding: 0 0 0 20px;
  }
}

.service-detail__techs .technologys__inner {
  margin-top: 40px;
}

@media (max-width: 1579px) {
  .service-detail__techs .tech-slider__controls {
    top: 30%;
  }
}

.service-detail__prices .container {
  position: relative;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
	align-items:baseline;
}

@media (max-width: 767px) {
  .service-detail__prices .container {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.service-detail__specialists {
  overflow-x: hidden;
}

.service-detail__reviews {
  padding: 106px 0 150px;
}

@media (max-width: 1279px) {
  .service-detail__reviews {
    padding: 82px 0 60px;
  }
}

.service-detail__advantages {
  margin: 122px 0 80px;
}

@media (max-width: 1579px) {
  .service-detail__advantages {
    margin: 100px 0 110px;
  }
}

@media (max-width: 1279px) {
  .service-detail__advantages {
    margin: 58px 0 54px;
  }
}

@media (max-width: 767px) {
  .service-detail__advantages {
    margin: 42px 0 60px;
  }
}

.service-detail__variaties {
  padding: 84px 0px 116px 0px;
}

@media (max-width: 1579px) {
  .service-detail__variaties {
    padding: 95px 0px 140px;
  }
}

@media (max-width: 1279px) {
  .service-detail__variaties {
    padding: 54px 0px 145px;
  }
}

@media (max-width: 767px) {
  .service-detail__variaties {
    padding: 45px 0px 55px;
  }
}

.service-detail__variaties .container {
  padding: 0px 133px 0px 133px;
}

@media (max-width: 1579px) {
  .service-detail__variaties .container {
    padding: 0 110px;
  }
}

@media (max-width: 1279px) {
  .service-detail__variaties .container {
    padding: 0 48px;
  }
}

@media (max-width: 767px) {
  .service-detail__variaties .container {
    padding: 0 20px;
  }
}

.service-detail__i-steps {
  padding: 0 0 80px;
}

@media (max-width: 1579px) {
  .service-detail__i-steps {
    padding-bottom: 135px;
  }
  .service-detail__i-steps .container {
    padding: 0 54px;
  }
}

@media (max-width: 1279px) {
  .service-detail__i-steps {
    margin: 0;
    padding-bottom: 50px;
  }
  .service-detail__i-steps .container {
    padding: 0 48px;
  }
}

@media (max-width: 767px) {
  .service-detail__i-steps {
    padding-bottom: 25px;
  }
  .service-detail__i-steps .container {
    padding: 0 20px;
  }
}

.service-detail__c-select {
  padding-bottom: 172px;
}

@media (max-width: 1579px) {
  .service-detail__c-select {
    padding-bottom: 160px;
  }
}

@media (max-width: 1279px) {
  .service-detail__c-select {
    padding-bottom: 118px;
  }
}

@media (max-width: 767px) {
  .service-detail__c-select {
    padding-bottom: 48px;
  }
}

.service-detail__sale:hover {
  -webkit-transform: none;
          transform: none;
}

.spec-detail {
  margin-top: -75px;
}

@media (max-width: 1279px) {
  .spec-detail {
    margin-top: -60px;
  }
}

@media (max-width: 767px) {
  .spec-detail {
    margin-top: 0px;
  }
}

.spec-detail__block {
  position: relative;
  margin: 122px 0 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1579px) {
  .spec-detail__block {
    margin: 118px 0 160px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 1279px) {
  .spec-detail__block {
    margin: 72px 0 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 1279px) {
  .spec-detail__block {
    width: 100%;
    margin: 58px 0 65px;
    padding-bottom: 75px;
  }
}

.spec-detail__block-col:nth-child(1) {
  width: 34.6%;
}

@media (max-width: 1579px) {
  .spec-detail__block-col:nth-child(1) {
    width: 40%;
  }
}

@media (max-width: 1279px) {
  .spec-detail__block-col:nth-child(1) {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .spec-detail__block-col:nth-child(1) {
    width: calc(100% - -20px);
  }
}

.spec-detail__block-col:nth-child(2) {
  width: 44.7%;
}

@media (max-width: 1579px) {
  .spec-detail__block-col:nth-child(2) {
    width: 48.1%;
  }
}

@media (max-width: 1279px) {
  .spec-detail__block-col:nth-child(2) {
    width: 100%;
  }
}

@media screen and (min-width: 1550px) {
  .spec-detail__btn {
    display: none;
  }
}

@media (max-width: 1579px) {
  .spec-detail__btn {
    position: relative;
    display: block;
    margin-top: -20px;
  }
}

@media (max-width: 1279px) {
  .spec-detail__btn {
    position: absolute;
    bottom: 110px;
    left: 49.1%;
    margin-top: 0;
  }
}

@media only screen and (max-width: 1279px) and (min-width: 1024px) {
  .spec-detail__btn {
    left: 36%;
  }
}

@media (max-width: 767px) {
  .spec-detail__btn {
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    min-width: 184px;
    padding: 10px 28px 11px;
  }
}

.spec-detail__block-tooth {
  position: absolute;
  bottom: 98px;
  left: 29.7%;
  z-index: -1;
  width: 311px;
  height: 263px;
}

@media (max-width: 1579px) {
  .spec-detail__block-tooth {
    bottom: 175px;
  }
}

@media (max-width: 1279px) {
  .spec-detail__block-tooth {
    width: 244px;
    height: 207px;
    top: -10px;
    bottom: auto;
  }
}

@media (max-width: 767px) {
  .spec-detail__block-tooth {
    display: none;
  }
}

.spec-detail__block-tooth .tooth {
  width: 100%;
  height: 100%;
  fill: transparent;
}

.sale-new__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1279px) {
  .sale-new__top {
    margin-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .sale-new__top {
    margin-top: 25px;
    margin-bottom: 0px;
    margin-right: 20px;
  }
}

@media (max-width: 1279px) {
  .sale-new__top .h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  .sale-new__top .h2 {
    font-size: 26px;
    line-height: 31px;
  }
}

@media (max-width: 1279px) {
  .sale-new__top .h2 .text-price,
  .sale-new__top .h2 .text-currency {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  .sale-new__top .h2 .text-price,
  .sale-new__top .h2 .text-currency {
    font-size: 26px;
    line-height: 31px;
  }
}

.sale-new__back {
  margin-right: 40px;
}

@media (max-width: 1279px) {
  .sale-new__back {
    display: none;
  }
}

.sale-new__promo-banner {
  min-height: 612px;
}

@media (max-width: 767px) {
  .sale-new__promo-banner {
    min-height: 485px;
  }
}

.sale-new__advantages {
  margin: 112px 0;
}

@media (max-width: 1279px) {
  .sale-new__advantages {
    margin: 50px 0;
  }
}

@media (max-width: 767px) {
  .sale-new__advantages {
    margin: 28px 0 42px;
  }
}

.sale-new__advantages .advantages__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 108px;
}

@media (max-width: 767px) {
  .sale-new__advantages .advantages__list-item {
    padding-left: 55px;
  }
}

.sale-new__advantages .advantages__list-item:before {
  display: none;
}

.sale-new__advantages .advantages__list-item img {
  position: absolute;
  left: 0;
}

@media (max-width: 767px) {
  .sale-new__advantages .advantages__list-item img {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    max-width: 32px;
  }
}

.sale-new__i-steps {
  margin: 140px 0 120px;
}

@media (max-width: 1279px) {
  .sale-new__i-steps {
    margin: 75px 0 100px;
  }
}

@media (max-width: 767px) {
  .sale-new__i-steps {
    margin: 50px 0;
  }
}

.sale-new__i-steps .i-steps__title {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .sale-new__i-steps .i-steps__title {
    margin-bottom: 14px;
    font-size: 25px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .sale-new__i-steps .i-steps__top {
    margin-bottom: 36px;
    padding: 0 10px;
  }
}

@media (max-width: 1279px) {
  .sale-new__i-steps .h6 {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .sale-new__i-steps .h6 {
    font-size: 16px;
    line-height: 19px;
  }
}

@media (max-width: 1279px) {
  .sale-new__i-steps .container {
    padding: 0 26px;
  }
}

@media (max-width: 767px) {
  .sale-new__i-steps .container {
    padding: 0 12px;
  }
}
.mb-2 {margin-bottom:2rem;}
.w-slider__item-desc ul {
	list-style:disc;
}
.w-slider__item-desc ul li {
	margin-left:1rem;
}
.w-slider__item-desc strong {
	display:inline-block;
}
.w-slider__item-desc p {margin-bottom:1rem;}
.sale--light .sale__info-title,.sale--light .sale__info-date {color:#002e5d;}

.stock-slider .owl-carousel.owl-drag .owl-item {max-height:55vh;min-height:400px}

.nav__menu .nav__item:first-child .nav__link--service {color:#002e5d;}
.nav__menu .nav__item:first-child .nav__link--service:hover {background: #f28c48;
    border-radius: 30px;
    color: white;}
.up-btn {
	width: 60px;
    height: 60px;
    position: fixed;
    bottom: 2.8rem;
    left: 2rem;
    z-index: 5;
    cursor: pointer;
	filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
	transition: opacity .5s linear;
	opacity:0;
}
@media (max-width:768px) {
	.up-btn {
	width: 45px;
    height: 45px;
	bottom: 1.8rem;
    left: 2rem;
	}
}
.b-hide {
	opacity:0;
}
.b-show {	
	opacity:100%;
	}
.docs a {
	font-family: unset;
    font-weight: unset;
    font-size: inherit;
	color:#283036}
.service-detail .w-stages {padding-top: 50px;}
.ws-slider__item {display:flex; flex-direction:row;}
.ws-slider-btn {padding: 10px 20px;color: #fff;position: absolute;bottom: 1rem;right: 1rem;}
.ws-slider__item-img {overflow: overlay;}
.ws-item{flex-basis:300px;flex-grow:1;}
.ws-slider__item-desc {padding:0 2rem;overflow:hidden;}
.ws-item a.link {padding:0 2rem;}
.ws-slider__item-desc p {margin-bottom:1rem;}
.ws-slider__item-desc p a {color:#f28f51}
.ws-slider__item-desc p:nth-child:last {margin-bottom:0rem;}
.ws-slider__item-desc ul {list-style: disc;margin-left: 2rem;margin-bottom: 1rem;}
.stock-slider__block-date {
	margin-right:1rem;
	display: block;
    max-width: 50%;
	}
@media(max-width:767px) {
	.ws-item{flex-basis:auto;flex-grow:1;}
	.ws-slider__item {flex-direction:column;}
	.ws-slider__item-desc {padding:0;}
	.ws-item a.link {padding:0;}
	.ws-slider__item-desc {margin-top:1rem;}
}
.w-stages__slider-item-img img {height:300px;}
@media(max-width:768px) {
	.w-stages__slider-item-img img {height:200px;}
}

.stock-slider__item {display:flex;flex-direction:row;align-items:center;}
.stock-slider__block--text {width:50%;z-index:100;}
.stock-slider__block--img {height:400px;width:50%;background-size:auto 100%;background-repeat:no-repeat;
background-position: left bottom;}
.stock-slider__item h1,
.stock-slider__item h2 {
  font-size:55px;
  line-height:1;
}
.stock-slider__block-inner-row {
	margin-top:2rem;
	margin-top: 1rem;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: left;
	gap: 2rem;
	}
.gold {color:#ff8a32!important;}
@media(max-width: 1279px) {
	.stock-slider_block_container .container { padding: 0 0 0 48px;}
	.stock-slider__item h1,
	.stock-slider__item h2 {
		font-size: 45px;
	}
	.btn--thin {padding: 10px 35px;}
}
@media(max-width:767px) {
	.stock-slider__item h1,
    .stock-slider__item h2 {
        font-size:40px;
        line-height:1;
    }
	.stock-slider__block--text {width:40%;}
	.stock-slider__block--img {width:60%;}
	.stock-slider_block_container .container {padding:0 0 0 20px;}
	.btn--thin {padding: 10px 46px 11px;margin-left: 0;margin-top: 1rem;}
	.stock-slider__block-inner-row {
		flex-direction: column;
		gap:0;
		align-items: baseline;
	}
	.stock-slider__block-date {max-width:100%;}
}
@media(max-width:567px) {
	.stock-slider_block_container .container {padding:0 0 0 20px;}
	.stock-slider .owl-carousel.owl-drag .owl-item {height:330px;min-height:330px;}
	.stock-slider__block-date {line-height:1;font-size: .9rem;}
	.btn--thin {padding: 10px 26px 10px;margin-top:1rem;}
	.stock-slider__item {align-items:center;}
	.stock-slider__block--text {width:30%;}
	.stock-slider__block--img {background-size:500px;height:330px;width:70%;}
	.stock-slider__item h1,
    .stock-slider__item h2 {
        font-size:20px;
        line-height:1;
    }
}
@media(max-width:430px) {
	.stock-slider__block--img {background-size:380px;}
}
.stock-slider {position:relative;}

.stock-slider__dots {
  counter-reset: dots;
  position: absolute;
  bottom: 1.5rem;
  left: calc(50% - 667px);
  z-index: 9;
}

@media (max-width: 1579px) {
  .stock-slider__dots {
    left: 107px;
  }
}

@media (max-width: 1279px) {
  .stock-slider__dots {
    bottom: 1rem;
    left: 50px;
  }
}

@media (max-width: 768px) {
  .stock-slider__dots {
    bottom: 20px;
    left: 20px;
  }
}
@media (max-width: 567px) {
  .stock-slider__dots {
    bottom: 1rem;
    left: 20px;
  }
}

.stock-slider__dots .owl-dot {
  width: 33px;
  margin: 0 15px;
  background: none;
  border: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
  color: #ff8a32;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  cursor:pointer;
}

@media (max-width: 1279px) {
  .stock-slider__dots .owl-dot {
    width: 30px;
    margin: 0 10px;
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .stock-slider__dots .owl-dot {
    width: 25px;
    margin: 0 10px;
    font-size: 18px;
	padding-bottom:10px;
  }
}

.stock-slider__dots .owl-dot:first-child {
  margin-left: 0;
}

.stock-slider__dots .owl-dot::before {
  counter-increment: dots;
  content: "0" counter(dots);
  opacity: 0.8;
  color:#999;
  font-size:0.8rem;
}

.stock-slider__dots .owl-dot.active::before {
  counter-increment: dots;
  content: "0" counter(dots);
  opacity: 1;
  color:#ff8a32;
  font-size:1.5rem;
  font-weight:bold;
}

.stock-slider__dots .owl-dot:focus {
  outline: none;
}

.stock-slider__dots .owl-dot.active {
  width: 59px;
  border-bottom-color: #ff8a32;
}

@media (max-width: 1279px) {
  .stock-slider__dots .owl-dot.active {
    width: 50px;
  }
}
@media (max-width: 768px) {
.stock-slider__dots .owl-dot.active {width:40px;font-weight:normal;}
.stock-slider__dots .owl-dot.active::before {font-size:1.2rem;}
}
.stock-slider__dots .owl-dot.active::before {
  opacity: 1;
}
.f-lic {font-size:.8rem;line-height:1rem;}
.f-lic small {display:block;margin: 1rem 0;}

select.work_service {padding: 1rem;margin-top: 1rem;font-size: 1rem;width: 250px;border: 1px solid #ccc;}
.o_works {display: grid;grid-template-columns: repeat(2,minmax(200px, 1fr));gap: 2rem;margin-bottom:3rem;margin-top:1rem;}
.o_works .work_img {position:relative;overflow:visible;}
.o_works .work_img img {display: block;width: 100%;object-fit: cover;}
.o_works .work_img .ws-slider-btn {position:absolute;bottom:1rem;right:1rem;}
.o_works .work_item {height:100%;box-shadow:0 0 10px 0 rgb(0 0 0 / 10%);display: flex;flex-direction: column;}
.o_works .work_desc {padding:1.5rem 1rem 0.5rem 1rem;height: 100%;}
.o_works .work_desc .spec_name {margin-top:1rem;}
.o_works .work_type {display: flex;gap: 0.5rem;flex-wrap:wrap;}
.o_works .work_type a span{display: inline-block;
    border-radius: 30px;
    border: 1px solid;
	margin:0;
}
@media (max-width:700px) {
	.o_works {gap:1rem;}
	.o_works .work_img .ws-slider-btn {position: inherit;bottom: 0;right: 0;width: 100%;}
}
@media (max-width:500px) {
	.o_works {grid-template-columns:1fr;}
}
.l-cont{display:flex;justify-content: space-between;padding:0 1rem 1rem 1rem;gap:1rem;}
.like {display:flex;flex-direction:row;gap:.4rem;
	background: #f0f0f0;
    border-radius: 50px;
    width: max-content;
    padding: 0 1rem;
	align-self: end;
	color:#002e5d;
	}
.like.liked {background:#002e5d;color:white;}
.like .img {width: 25px;display:block;background:url('/local/templates/cronadent/css/../images/approve.svg')}
.like.liked .img {width: 25px;display:block;background:url('/local/templates/cronadent/css/../images/approve_white.svg')}
.like span {display:block;font-size:.9rem;}
.like:hover {background: #d0d0d0;cursor:pointer;}
.like.liked:hover {background:#002e5d;color:white;cursor:pointer;}
.sp_flex {display:grid;grid-template-columns:50px 1fr;gap: 0.5rem;
    margin: 0.5rem 0;
    align-items: center;}
@media (max-width:700px) {
	.sp_flex { align-items: start;}
}
.prl {width:100%;height:100%;position:fixed;background:rgb(255 255 255 / 50%);display:flex;align-items:center;justify-content:center;z-index:100}
.ach_gallery {display:grid;grid-template-columns:repeat(4,1fr);gap:1rem; margin-bottom:5rem;}
@media (max-width:567px) {
.ach_gallery{grid-template-columns:repeat(2,1fr);margin-bottom:3rem;}
}
.h5.variaty__title {
	font-size: 20px;
    line-height: 15px;
    margin-bottom: 1.5rem;
}
.b_24 {padding-top:4rem;}
.b_24 h1 {color:#002e5d;font-size:60px;line-height:1;}
.bl {  display: grid;
  grid-template-columns: 1fr 30%;
  gap: 3rem;
  grid-auto-flow: row;
  grid-template-areas:
    "img promo" 
}
.bl .promo {padding-bottom:0!important;}
.promo { grid-area: promo; display:grid;grid-template-rows:repeat(2,auto);gap:1rem;}
.promo_ico img {width:30px;}
.promo_ico div:first-child {
    display: grid;
    justify-content: center;
}
.promo-b1,.promo-b2 {display:grid;gap:1rem;}
@media(max-width:1300px) {
	.bl {  

		grid-template-columns: 1fr;
		grid-template-areas:
			"img" 
			"promo" 
	}
	.promo { grid-template-rows:auto;
		grid-template-columns:auto auto;
	}
	.promo-b1,.promo-b2 {display:flex;flex-direction:column;}
}
@media(max-width:650px) {
	.promo {
        grid-template-rows: auto;
        grid-template-columns: auto;
    }
}

.head_24 {margin-bottom:4rem;}
.img { grid-area: img;}
.promo_ico {display:grid;grid-template-columns:40px auto;gap:1rem;}


.n-banner {width:100%;background:#c1c8d0;}
.nb {display:grid;grid-template-columns:1fr auto;height:400px;width:100%;}
.nb img {height:400px;}
.nb-txt {display: flex;flex-direction: column;justify-content: center;gap: 1rem;}
.nb-txt .h1 {font-size:59px;line-height:1;}
.nb-txt .btn {display:block;max-width:fit-content;}
.nb img {position:unset;}
@media(max-width:960px) {
	.nb-txt .h1 {font-size:50px;}
}
@media(max-width:900px) {
	.nb, .nb img {height:300px;}
	.nb {height:400px;}
}
@media (max-width:768px) {
	.nb {  display: grid;
	  grid-template-columns: 1fr 1fr 1fr;
	  grid-template-rows: 1fr;
	  gap: 0px 0px;
	  grid-auto-flow: row;
}
.nb-txt { grid-area: 1 / 1 / 2 / 3; z-index:10;}
.nb-img { position:relative; grid-area: 1 / 2 / 2 / 4; }
.nb-a {position:absolute; top:0;bottom:0; left:0;width:400px;}
.nb-img img {width:100%;}
.nb-txt .h1 {font-size:36px;}
.nb-txt .h1 span {
	white-space:nowrap;
	display:block;
}
}
@media (max-width:700px) {
	.nb-img img {right:auto;}
	
}
@media (max-width:450px) {
	.nb {  display: grid;
	  grid-template-columns: 100px 1fr 1fr;
	}
	.nb-img img {right:auto;}
	.nb-txt .h1 {font-size:26px;}
	.nb-txt .h4 {font-size:18px;}
}
@media (max-width:1000px) {
	.nb-a img {display:none;}
	.nb-a {width:600px;background: url(http://krona/local/templates/cronadent/images/24-block/nb.png);height: 400px;}
}
.aadr-block {display:grid; gap:1rem;grid-template-columns:repeat(2,min-content);}
.aadr {display:grid; gap: 5px;grid-template-columns: 20px min-content;white-space:nowrap;}
.aadr img {height: 20px;width:20px;}
@media (max-width: 768px) {
	.aadr-block {display:grid; gap:.5rem;grid-template-rows:repeat(2,min-content);grid-template-columns:auto;}
}
.i-steps__bottom {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
}
@media (max-width: 768px) {
	.i-steps__bottom {
		flex-direction: column;
		gap:1rem;
	}
}
.sale-new-work {margin-bottom:5rem;}
.sp-video iframe {width:100%; margin-bottom:3rem;}
@media(max-width:900px) {
	.sp-video iframe {max-height:300px;}
}
@media(max-width:500px) {
	.sp-video iframe {max-height:200px;}
}
/*-----------------search-----------------*/
div.search-popup {
    border: 1px solid #e5e5e5;
    background: #FFFFFF;
    padding:0;
    margin:0;
}
div.search-popup-row, div.search-popup-row-active {
    position: relative;
    padding: 10px 18px;
    margin: 0px;
    cursor: hand;
    cursor: pointer;
}
.search-title {margin-bottom:2rem;}
.search-page {margin-bottom:4rem;}
.search-page .notetext {color:red;font-size:16px;}
.search-item {
	margin-bottom:1.5rem;
	padding-bottom:1.5rem;
	border-bottom:1px solid #e5e5e5;
}
.search-item-link {font-size:x-large;color: #002e5d;display:block; margin-bottom:.5rem;}

.search-form {width:100%;}
.search-form .form-subscription__input {
	flex:auto;
}
.search-form .form-subscription__input-group {min-width: auto;}
@media (max-width: 1579px){
	.search-form .form-subscription__input-group {
		min-width: auto;
	}
}

.search-icon {width:80px;background:url('/local/templates/cronadent/images/svg/search.svg') no-repeat center center;transition: background .3s;cursor:pointer;background-size: 25px;}
.search-icon img {width:25px;}
.search-icon:hover {background-color:#f7f7f7;}
.border {border-left: 1px solid rgba(0, 0, 0, 0.1); transition: border-left .3s;}

.header__inner-row-col:nth-child(3){position:relative;overflow:hidden;}
.search-panel	{
	width: 100%;
    background: #f7f7f7;
    height: 100%;
    position: absolute;
    left: 100%;
	transition: left .3s;
	display:flex;align-items:center;
	padding: 1.5rem 0 1.5rem 1.5rem;
}
.show {left:0;transition: left .3s;}
.grey-cross {background:url('/local/templates/cronadent/images/svg/cross.svg') no-repeat center center,#f7f7f7;background-size: 20px;border-left: 1px solid transparent;}
.search-input-button {
	background:url('/local/templates/cronadent/images/svg/search.svg') no-repeat center center,white;
	background-size: 25px;
	width:62px;
	border: 1px solid #e0e8ee;
	border-left:none;
	cursor:pointer;
	transition: background .3s;
}
.search-input-button:hover {color:white;background:url('/local/templates/cronadent/images/svg/search-white.svg') no-repeat center center, #012f5e;
	background-size: 25px;
	transition: background .3s;
	}
@media(max-width:768px) {
	.header__block-mobile {padding:0;position: relative;}
	.header__block-mobile .header__phone {padding:12px;}
	.search-icon {width: 40px;background-size: 15px;position: absolute;left: calc(100% - 40px);height: 100%;z-index: 1;}

	.search-panel {padding: .5rem 0 .5rem 1rem;}
	.search-input-button {background-size: 15px;width: 40px;}
	.search-form {width: calc(100% - 40px);}
	.grey-cross {background-size: 12px;}
	.search-form .form-subscription__input {padding: 8px 8px;line-height: 1;}
	.search-input-button:hover {background-size: 15px;}
}
span.r-sign {
    color: white;
    display: block;
    line-height: 0.3;
}
.red {color:red;}
@media(min-width:768px) {
.contacts__c-item h4 {font-size:39px;}
}
.relative {position:relative;}
.new-banner {display:grid;grid-template-columns:1fr auto 180px;background:#f7f7f7;margin-bottom:3rem;overflow:hidden;}
.n-banner-img-txt {  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: min-content auto;
  grid-auto-columns: 1fr 1fr;
  gap: 1rem 2rem;
  grid-auto-flow: row;
  grid-template-areas:
    "n-banner-img-txt-header n-banner-img-txt-header"
    "n-banner-img-txt-img n-banner-img-txt-txt";
padding: 2rem;
align-items: center;
}
.n-banner-img-txt-header { grid-area: n-banner-img-txt-header; justify-content: center; color:#002e5d;display: flex; }
.n-banner-img-txt-header h4 {color:#002e5d;margin:0;}
.n-banner-img-txt-img { grid-area: n-banner-img-txt-img; }
.n-banner-img-txt-txt { grid-area: n-banner-img-txt-txt; color:#002e5d;}
.n-banner-img-txt-txt .btn {margin-top:2rem;}
.n-banner-img-txt-txt ul {padding:0;margin: 0;list-style:none;}
.n-banner-img-txt-txt ul li::before {
  content: '';
    display: block;
    height: 30px;
    width: 30px;
    background-image: url(/local/templates/cronadent/css/../images/sprite/ico-banner.png);
    background-color: transparent;
    background-size: contain;
    border-radius: 0;
    background-repeat: no-repeat;
    top: 2px;
    left: 0;
}
.n-banner-img-txt-txt ul li {line-height:1.2;margin-bottom: .9rem;font-size: large;padding-left:3rem;}
.n-banner-img-txt-txt ul li b {display:block;color:#f4812c;font-size:initial;font-size:1.2em;}
.n-banner-img-txt-txt a {margin-left:3rem;}
.n-banner-spec {background:#002e5d;padding: 2rem 5rem;}
.n-banner-spec-item {display: flex;
    max-width: 200px;
    flex-direction: column;color:white;line-height: 1.1;}
.n-banner-spec-item h5 {color:#f4812c;line-height: 1.1;margin: 2rem 0 1rem 0;}
.n-banner-spec-item a.btn {margin-top:2rem;}
.n-banner-spec-item a {color:unset;}
.n-banner-spec-item-img {position:relative;width: max-content;}
.n-banner-spec-item-img-post-exp {position:absolute;bottom:0;left:0;display:grid;grid-template-columns:1fr auto;font-weight: normal;
    font-size: smaller;line-height: 1;}
.n-banner-spec-item-img-post{color: white;background: #f28c49;padding: 0.5rem 1rem;}
.n-banner-spec-item-img-exp {background:white;padding: 0.5rem 1rem;color: #002e5d;}

.dost-num-txt-block {margin-top:1rem;display:grid;grid-template-columns:1fr 1fr;gap:1rem;}
.dost-num {font-size: x-large;}
@media (max-width:1300px) {
		.n-banner-spec {padding: 2rem;}
}
@media (max-width:1200px) {
	.n-banner-img-txt {align-items: start;}

}
@media (max-width:1000px) {
	.n-banner-img-txt-img img {display:none;}
	.n-banner-img-txt {grid-template-columns: 1fr;grid-auto-columns: auto;}
}
@media (max-width:768px) {
	.new-banner {grid-template-columns:1fr;gap:0;margin-bottom:0;}
	.n-banner-img-txt {  display: grid;
	  grid-template-columns: 1fr;
	  grid-template-rows: auto;
	  gap: 2rem;
	  grid-auto-flow: row;
	  grid-template-areas:
		"n-banner-img-txt-header"
		"n-banner-img-txt-img" 
		"n-banner-img-txt-txt";
	padding: 2rem;
	align-items: center;
	}
	.n-banner-spec {background:#002e5d;padding: 2rem;}
	.n-banner-img-txt-txt ul li {font-size:unset;}
	.n-banner-img-txt-txt a {margin:0;}
	.n-banner-img-txt-txt {display: flex;flex-direction:column;align-items: center;}
	.n-banner-img-txt-img img {display:block;}
}


.header--opened .search-icon,.header--opened .search-panel {display:none;}

.promo__content-col video {max-width:100%;}


.promo .promo__content {
	display: grid;
	  grid-template-columns: 1fr 30%;
	  grid-template-rows: auto auto auto;
	  gap:1rem;
	  grid-auto-flow: row;
	  grid-template-areas:
		"promo__content-title promo__content-img"
		"promo__content-desc promo__content-img"
		"promo__content-btn promo__content-img";
	padding: 0;
	}

.promo__content-title { grid-area: promo__content-title; }
.promo__content-desc { grid-area: promo__content-desc; margin:0;}
.promo__content-btn { grid-area: promo__content-btn!important; width: fit-content;height: fit-content;}
.promo__content-img { grid-area: promo__content-img; }
.promo .promo__content-col:nth-child(1) {
	width:auto;
	padding:0;
}
.promo .promo__content-desc {margin:0;}

@media (max-width: 1279px) {
	.promo .promo__content-title {
		margin-top: 0px;
		padding-bottom: 0; 
	}
}
@media (max-width: 1000px) {
	.promo .promo__content {grid-template-columns: 1fr 40%;}
}
@media (max-width: 768px) {
	.promo .promo__content {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto auto auto;
		grid-template-areas:
		"promo__content-title" 
		"promo__content-img"
		"promo__content-desc"
		"promo__content-btn";
	}
}

.n-banner-img-txt-nospec {  display: grid;
  grid-template-columns: 1fr 30%;
  grid-template-rows: auto auto auto;
  grid-auto-columns: 1fr 1fr;
  gap: 1em 0em;
  grid-auto-flow: row;
  grid-template-areas:
    "n-banner-img-txt-header-nospec n-banner-img-txt-img-nospec"
    "n-banner-img-txt-txt-nospec n-banner-img-txt-img-nospec"
    "btn n-banner-img-txt-img-nospec";
}
.n-banner-img-txt-header-nospec { grid-area: n-banner-img-txt-header-nospec; justify-content: start;color: #002e5d;display: flex;padding: 2rem 0;padding-left: calc((100vw - 1600px)/2 + 150px);}
.n-banner-img-txt-txt-nospec { grid-area: n-banner-img-txt-txt-nospec; padding-left: calc((100vw - 1600px)/2 + 150px);padding-bottom: 2rem;}
.btn { grid-area: btn; }
.n-banner-img-txt-img-nospec { grid-area: n-banner-img-txt-img-nospec; background:#002e5d;position: relative;}

.n-banner-img-txt-img-nospec img {
	position: absolute;
    left: 0;
    top: 40%;
    transform: translate(-50%, -50%);
	min-width:550px;
}
.n-banner-img-txt-img-nospec .btn {position: absolute;bottom: 3rem;left: 2rem;}

@media(max-width:1400px) {
	.n-banner-img-txt-header-nospec, .n-banner-img-txt-txt-nospec {padding-left:3rem;}
}
@media(max-width:1300px) {
	.n-banner-img-txt-img-nospec img {min-width:450px;}
	.n-banner-img-txt-txt-nospec {padding-right: 160px;}
	.n-banner-img-txt-header-nospec {padding-right: 100px;}
}
@media(max-width:1000px) {
.n-banner-img-txt-img-nospec img {min-width: 350px;}
.n-banner-img-txt-img-nospec img {top: 30%;}
}
@media(max-width:900px) {
	.n-banner-img-txt-img-nospec img {top: 20%;}
}
@media(max-width:768px) {
	.n-banner-img-txt-nospec {
    display: grid;
    grid-template-columns: 1fr;
	grid-template-rows:auto auto auto;
    gap: 0;
    grid-template-areas:
		"n-banner-img-txt-header-nospec"
		"n-banner-img-txt-img-nospec"
        "n-banner-img-txt-txt-nospec"
        "btn";
	padding-top: 78px;
}
.n-banner-img-txt-img-nospec img{
	position: unset;
    top: 0;
    transform: unset;
	min-width:unset;
	max-width:80%;
}
.n-banner-img-txt-img-nospec {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding-bottom: 2rem;
}

.n-banner-img-txt-header-nospec {background:#002e5d;padding:2rem;text-align: center;}
.n-banner-img-txt-header-nospec.h3--blue {text-align: center;display: block;}
.n-banner-img-txt-txt-nospec {
    padding-right: unset;
    display: block;
	padding: 2rem;
}
.n-banner-img-txt-header h4 {color: #f4812c;}
.n-banner-img-txt-img-nospec .btn {
    margin-top: 0;position: unset;
}
.n-banner-img-txt-txt ul {
	max-width: 80%;
}
.n-banner-img-txt-txt-nospec {
	display: flex;
    flex-direction: column;
    padding: 2rem;
    align-items: center;
}
}
.display-none-clinic, .display-none-spec {display:none;}

.calc_btn {
	position:fixed;
	padding:1rem;
	background:red;
	font-size:1.2rem;
	color:#fff;
	z-index:997;
	top: 40%;
    right: 0;
	cursor:pointer;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
	transform-origin: 100% 100%;
  transform: rotate(-90deg);
}

.c-form {  display: grid;
  grid-template-columns: 1fr 300px;
  grid-template-rows: min-content 1fr min-content;
  grid-auto-columns: 1fr 1fr;
  gap: 1rem;
  grid-auto-flow: row;
  grid-template-areas:
    "c-form-name c-form-img"
    "c-form-form c-form-img"
    "c-form-btn c-form-img";
background:url('/local/templates/cronadent/css/../images/calc_form/calc_bg.jpg')right bottom no-repeat,white;
background-size:60%;
position:fixed;
left:50%;
top:50%;
transform:translate(-50%,-50%);
z-index:1000;
min-width:1000px;
min-height:620px;
padding:3rem;

}

.c-form-name { grid-area: c-form-name; }

.c-form-form { grid-area: c-form-form; }

.c-form-img { grid-area: c-form-img; }

.c-form-btn { grid-area: c-form-btn; display:flex;flex-direction:row;gap:2rem;align-items:center;}

.s-num {font-size: 2rem;    color: #002e5d;}
.s-num-cur{font-weight: bold;}	
.s2,.s3,.s4,.s5,.s6,.s7,.s8, .btn-submit {display:none;}

.s8 {color:#002e5d;}

.c-form-btn button {padding: 1rem 2rem;border:none;cursor:pointer;}
.c-form-btn button:disabled {background:revert;}

.c-form-form legend {
	font-size:1.3rem; font-weight:bold;margin-bottom: 2rem;color: #002e5d;
}
.c-form-form fieldset {
	display:grid;
	grid-template-columns:1fr;
	gap:1rem;
	margin:2rem 0;
}

 .s7 input
	{display: block;
    padding: 16px 20px;
    border: 1px solid #e0e8ee;
    color: #000000;
    caret-color: #bfbfbf;
    font-family: "Arial", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    mix-blend-mode: normal;}
.s7 label {color:#aaa;}


.form_radio {
}
.form_radio input[type=radio], .form_checkbox input[type=checkbox] {
	display: none;
}
.form_radio label, .form_checkbox label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 0;
	line-height: 18px;
	user-select: none;
	font-size: 1.2rem;
}
.form_radio label:before, .form_checkbox label:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 0;
    transform: translateY(20%);
	background: transparent;
	border-radius:50%;
	outline: max(2px, 0.15em) solid #f2822e;
  outline-offset: max(2px, 0.15em);
}

/* Checked */
.form_radio input[type=radio]:checked + label:before,  .form_checkbox input[type=checkbox]:checked + label:before{
	/*background: url(https://snipp.ru/img/radio-2.png) 0 0 no-repeat;*/
	background: #f2822e;
	border-radius:50%;
	width:12px;
	height:12px;
	outline: max(2px, 0.15em) solid #f2822e;
	outline-offset: max(2px, 0.15em);
}
.form_radio input[type=radio]:checked + label, .form_checkbox input[type=checkbox]:checked + label {
	font-weight:bold;
}
/* Hover */
.form_radio label:hover:before , .form_checkbox label:hover:before {
	filter: brightness(120%);
}
.form_checkbox label:before, .form_checkbox input[type=checkbox]:checked + label:before {
	border-radius:1px;
}

.s7 .form_checkbox input[type=checkbox]:checked + label {
	font-weight:normal;
}
.s7 .form_checkbox label {
	font-size:1rem;
	color:unset;
}

.popup_overlay_c-form
	{position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background:#000;
	opacity:.3;
	z-index:998;}
	
@media(max-width:1000px) {
	.calc_btn {font-size:1rem;}
	.c-form {  
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: min-content 1fr min-content;
	gap: 1rem;
	grid-template-areas:
    "c-form-name"
    "c-form-form"
    "c-form-btn";
	background:white;position:fixed;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	z-index:1000;
	border: 1px solid #ccc;
	min-width:80%;
	min-height:auto;
	padding: 5rem 2rem 2rem 2rem;
	}
	.c-form-img { display:none; }
	.c-form-form legend {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 2rem;
    color: #002e5d;
    line-height: 1.1;
	}
	.c-form-btn {flex-direction: column;}
	.form_radio label, .form_checkbox label {
    line-height: 14px;
    font-size: 1.1rem;
	}
	.c-form h6, .c-form .h6 {
    font-size: 18px;
    line-height: 17px;
	padding: 3rem 0;
	}
	.c-form .stock-slider__percent {
    display: inline;
    color: #f4812c;
}
	.s-num {
		font-size: 1.3rem;
		color: #002e5d;
	}
}

  .tab {
    display: flex;
    flex-wrap: wrap;
  }

  .tab > input[type="radio"] {
    display: none;
  }

  .tab-content {
    display: none;
    width: 100%;
    margin-top: 1rem;
  }

  #tab-btn-100:checked~#content-100,
	#tab-btn-1:checked~#content-1,
	#tab-btn-2:checked~#content-2,
	#tab-btn-3:checked~#content-3, 
	#tab-btn-4:checked~#content-4, 
	#tab-btn-5:checked~#content-5,
	#tab-btn-6:checked~#content-6,
	#tab-btn-7:checked~#content-7,
	#tab-btn-8:checked~#content-8 {
    display: block;
  }
@media (min-width:1000px) {
#content-100.tab-content .ach_gallery {
	display:grid;
	grid-template-columns:repeat(6, 1fr);
}
}

  .tab > label {
    display: block;
    padding: 0.5rem 2rem;
    cursor: pointer;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    text-decoration: none;
    color: #002e5d;
    border: 0;
    border-radius: 0.375rem;
    background: 0 0;
	font-size: x-large;
	margin-top: 1rem;
  }

  .tab > input[type="radio"]:checked + label {
    cursor: default;
    color: #fff;
    background-color: #f28639;
  }
  
@media (max-width:768px) {
	.tab > label {font-size: unset;}
}
.price-block-remote {
	background: aliceblue;
    padding: 3rem;
    font-size: larger;
    border-radius: 3px;
	display: flex;
    flex-direction: row;
    gap: 2rem;
	align-items: center;
}
.price-block-remote .btn {color:white;margin:0;}
@media (max-width:768px) {
	.price-block-remote {
    padding: 3rem 1rem;
    font-size: unset;
    border-radius: 0;
	flex-direction: column;
	gap:1rem;
}
.price-block-remote .btn {
	align-self:baseline;
}
}
.review-text-c {
	display:grid;
	grid-template-columns:150px 1fr;
	gap:2rem;
}
.review-text-c1{
	border-right:1px solid #e0e8ee;
}


.review-text-c2 .spec_name {margin-top: 1rem;display: flex;
    align-items: center;gap: 1rem;}
.review-text-c2 .sp_flex {grid-template-columns: 30px 1fr;border:1px solid #e0e8ee; border-radius:100px;padding:8px;align-items:center;}

@media (max-width:768px) {
	.review-text-c {
		display:grid;
		grid-template-columns:1fr;
		gap:1rem;
	}
	.review-text-c1{
		border:none;
	}
	.review-text-c1 .review__title{
		font-size:22px;
	}
	.review-text-c1 .review__date {
		font-size:16px;
	}
	.review-text-c2 .spec_name {
		align-items:start;
		gap: 0;
		flex-direction: column;
		
	}
	.review-text-c2 .sp_flex {
		margin: 0.2rem 0;
	}
}
.reviews__group-block {
	display:grid;
	grid-template-columns: repeat(3,33.3%);
	gap:1rem;
}
.reviews__group#photo-video {display:none;}

.review.review--video.reviews__item {
	padding:1rem;
}
.review--video .review__row {
	flex-direction:column;
}
.review__row-col:nth-child(2) {
	gap: 1rem;
    display: flex;
    flex-direction: column;
}
.review__video-file {
	border-radius: 10px;
}
.review.review--video.reviews__item {border:none;}
@media (max-width:1000px) {
	.reviews__group-block {
		grid-template-columns: repeat(2,49%);
	}
}
@media (max-width:767px) {
	.review.review--video.reviews__item {
		padding: 0;
		margin: 0;
	}
	.review--video .review__row-col:last-child {
		display: contents;
	}
}
@media (max-width:500px) {
	.reviews__group-block {
		grid-template-columns: 1fr;
	}
}

.raiting-list {
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	gap:1rem;
	margin-bottom: 3rem;
}
.raiting-block {
	display: flex;
    flex-direction: column;
    align-items: center;
	gap:1rem;
	cursor:pointer;
}
.raiting-img {
	width:100px;
	height: 100px;
	display:flex;
	align-items:center;
}
.raiting-img img {width:100%;}
.raiting-txt {
    font-size: 40px;
    font-weight: bold;
}
@media(max-width:768px){
	.raiting-list {
	display: flex;
	justify-content:space-around;
	flex-wrap: wrap;
	gap:2rem 1rem;
	}
	.raiting-txt {
    font-size: 25px;
	}
	.raiting-img {
    width: 70px;
    height: 65px;
	}
	.raiting-block {gap:0;}
}
.out-rating {
	margin-top:3rem;
	display:grid;
	grid-template-columns: repeat(2,50%);
	gap:1rem;
}
@media(max-width:768px){
	.out-rating {
	margin-top:3rem;
	grid-template-columns: 1fr;
	}
	.out-rating>div, .out-rating>iframe {max-width: calc(100vw - 60px);}
}
.spec-rating-block {
	display: flex;
    justify-content: space-between;
	align-items:center;
	margin-bottom: .5rem;
}
.spec-rating-img {
	max-width: 160px;
}
.spec-rating-txt {
	font-size:20px;color:#ff6200;font-weight:bold;
}
.spec-rating-txt span {color:grey;}

.spec-rewards {
	display: flex;
    flex-direction: row;
    gap: 2rem;
    overflow-x: auto;
	margin-bottom: 3rem;
	
}
.rewards-item {
    min-width: 100px;
	max-width: 150px;
    padding: 1rem 0;
}

.spec-rewards::-webkit-scrollbar {
  width: 5px; /* Ширина всего элемента навигации */
  scrollbar-width: thin;
}

.spec-rewards::-webkit-scrollbar-track {
  background: #999; /* Цвет дорожки */
  border-radius: 20px;
}

.spec-rewards::-webkit-scrollbar-thumb {
  background-color: #ff6200; /* Цвет бегунка */
  border-radius: 20px; /* Округление бегунка */
 /* border: 3px solid #050c26;  Оформление границ бегунка */
 
}
.cons-price {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 1.3rem;
	align-items:center;
}
.cons-price .text-currency {font-size:20px;}

.n-el {display:block;width:100%;height:80px;background:url(/local/templates/cronadent/css/../images/el_p1.png) repeat-x;background-size:contain; position:absolute;z-index: 50;bottom: -55px;}
.h-p {display:block;width:70px;height:50px; background:url(/local/templates/cronadent/css/../images/h_p.png) repeat-x;background-size:contain; position:absolute;z-index: 50;left: 19px;top: -6px;}
@media (max-width:1280px) {
	.n-el {height: 50px; bottom: -36px;z-index: 10;}
	.h-p {width: 51px;height: 50px;left: -8px;top: -12px;z-index: 5;}
}
@media (max-width:768px) {
	.n-el {height: 50px;bottom: -36px;z-index: 5;}
	.h-p {width: 37px;height: 50px;left: 13px;top: -12px;z-index: 5;}
}

div.footer__inner .container {
  padding: 0 70px;
}

div.footer__inner-row-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
}

div.footer__inner-row-wrap .footer__inner-row-item {
  width: 31%;
}

div.footer__inner-row-wrap .footer__inner-row-item .form-subscription {
  flex-wrap: wrap;
}

div.footer__inner-row-wrap .footer__inner-row-item .form-subscription .form-subscription__title {
  flex: 0 0 100%;
  font-size: 40px;
  line-height: 50px;
}

div.footer__inner-row-wrap .footer__inner-row-item .form-subscription__inner {
  width: 100%;
}

div.footer__inner-row-wrap .footer__inner-row-item .form-subscription__input-group {
  min-width: inherit;
  width: 100%;
}

div.footer__inner-row-wrap .footer__inner-row-item li a {
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #002e5d;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

div.footer__inner-row-wrap .footer__inner-row-item li a:hover {
  color: #f4812c;
}

div.footer__inner-row-wrap .footer__inner-row-item a.footer__phone-link {
  font-size: 46px;
  line-height: 56px;
}

div.footer__inner-row-wrap .footer__inner-row-item .footer__phone-desc {
  padding-left: 0;
}

div.footer__inner-row-wrap .footer__inner-row-item .footer__socials {
  padding-left: 0;
}


div.footer__inner .gallery {
  width: 100%;
  justify-content: space-between;
  margin: 0;
}

div.footer__inner .gallery__item {
  width: 8%;
  margin: 0;
  padding-bottom: 12%;
}

@media (max-width: 1579px) {
  div.footer__inner-row-wrap .footer__inner-row-item .form-subscription__input-group {
    max-width: 320px;
    flex-wrap: wrap;
  }

  div.footer__inner-row-wrap .footer__inner-row-item .form-subscription__input-group .form-subscription__input {
    flex: 0 1 100%;
  }

  div.footer__inner-row-wrap .footer__inner-row-item .form-subscription__input-group .form-subscription__btn {
    margin-top: 20px;
  }

  div.footer__inner-row-wrap .footer__inner-row-item a.footer__phone-link {
      font-size: 40px;
      line-height: 50px;
  }
}

@media (max-width: 1279px) {
  div.footer__inner {
    padding: 38px 0 22px 0;
  }

  div.footer__inner .container {
    padding: 0 48px;
  }

  div.footer__inner-row-wrap .footer__inner-row-item a.footer__phone-link {
    font-size: 36px;
    line-height: 46px;
    width: fit-content;
  }

  div.footer__inner-row-wrap .footer__inner-row-item .footer__phone {
    align-items: flex-end;
  }

  div.footer__inner-row-wrap .footer__inner-row-item .footer__socials {
    justify-self: flex-end;
  }

  div.footer__inner-row-wrap .footer__inner-row-item .form-subscription .form-subscription__title {
    font-size: 36px;
    line-height: 46px;
  }

  div.footer__inner-row-wrap .footer__inner-row-item li a {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 1023px) {
  div.footer__inner-row-wrap {
    flex-wrap: wrap;
  }

  div.footer__inner-row-wrap .footer__inner-row-item {
    width: 45%;
  }

  div.footer__inner-row-wrap .footer__inner-row-item.form-wrap {
    width: 100%;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    margin-top: 30px;
  }

  div.footer__inner-row-wrap .footer__inner-row-item .form-subscription {
    flex-wrap: wrap;
    flex-direction: row;
  }

  div.footer__inner-row-wrap .footer__inner-row-item .form-subscription__inner {
    width: auto;
    padding-top: 0;
  }

  div.footer__inner-row-wrap .footer__inner-row-item .form-subscription .form-subscription__title {
    margin-right: 30px;
  }

  div.footer__inner-row-wrap.licenses-wrap {
    justify-content: space-around;
    column-gap: 10%;
    margin-bottom: 15px;
  }

  div.footer__inner-row-wrap.licenses-wrap .footer__inner-row-item {
    margin-bottom: 15px;
  }
}


@media (max-width: 767px) {
  div.footer__inner .container {
    padding: 0 20px;
  }

  div.footer__inner-row-wrap .footer__inner-row-item {
    width: 100%;
  }

  div.footer__inner-row-wrap .footer__inner-row-item.form-wrap {
    -webkit-order: inherit;
    -moz-order: inherit;
    order: inherit;
    margin-bottom: 30px;
  }

  div.footer__inner-row-wrap .footer__inner-row-item .footer-links-list {
    column-count: 2;
  }

  div.footer__inner-row-wrap .footer__inner-row-item .form-subscription .form-subscription__title {
    max-width: 100%;
    margin-right: 0;
    font-size: 24px;
    line-height: 36px;
  }

  div.footer__inner-row-wrap .footer__inner-row-item .form-subscription__inner {
    width: 100%;
    margin-top: 12px;
  }

  div.footer__inner-row-wrap .footer__inner-row-item .form-subscription__input-group {
    flex-wrap: nowrap;
    max-width: initial;
  }

  div.footer__inner-row-wrap .footer__inner-row-item .form-subscription__input-group .form-subscription__btn {
    margin-top: 0;
  }

  div.footer__inner-row-wrap .footer__inner-row-item .form-subscription__inner .form-subscription__agreement {
    max-width: 100%;
    padding-top: 3px;
  }

  div.footer__inner-row-wrap .footer__inner-row-item .form-subscription__inner .form-subscription__agreement .checkbox__text {
    font-size: 10px;
    line-height: 11px;
  }

  div.footer__inner-row-wrap .footer__inner-row-item .footer__phone {
    align-items: flex-start;
  }

  div.footer__inner-row-wrap .footer__inner-row-item .footer__phone-desc {
    font-size: 14px;
    line-height: 16px;
  }

  div.footer__inner-row-wrap .footer__inner-row-item .footer__socials {
    padding-right: 0;
  }

  div.footer__inner .gallery__item {
    width: 21%;
    padding-bottom: 35%;
  }

  div.footer__inner .footer__copyright{
    font-size: 12px;
    line-height: 12px;
  }

}

@media (max-width: 480px) {
  div.footer__inner-row-wrap .footer__inner-row-item .footer-links-list {
    column-count: inherit;
  }

  div.footer__inner-row-wrap .footer__inner-row-item a.footer__phone-link {
    font-size: 34px;
    line-height: 44px;
  }

  div.footer__inner .copy a {
    display: block;
  }

  div.footer__inner .footer__copyright{
    font-size: 12px;
    line-height: 12px;
  }
}
.copy {display: flex;
    gap: 1rem;
}
.warn {display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;}
.vibor {
	position: absolute;
    width: auto;
    background: azure;
    font-size: 12px;
    line-height: 1;
    padding: .2rem;
    border-radius: 3px;
    left: 10px;
    top: 3px;
    color: #00d4d4;
    text-transform: uppercase;
    font-weight: bold;
	container-type: inline-size;
    width: 50px;
	box-shadow: 3px 4px 3px 0px #0000001f;
}
.vibor span {display:block;}
.v1 {font-size: 28cqw;}
.v2 {font-size: 15cqw;}
.vd {font-size: 49cqw;line-height: 0.7;}
/* End */


/* Start:/local/templates/cronadent/components/bitrix/search.suggest.input/.default/style.css?1685909860501*/
input.search-suggest {}
div.search-popup{border: 1px solid #333333;background: #FFFFFF;padding: 2px;margin: 0px;}
div.search-popup-row, div.search-popup-row-active{position: relative; padding: 2px 4px;margin: 0px;cursor: hand;cursor: pointer;}
div.search-popup-row{background:#FFFFFF;}
div.search-popup-row-active{background:#EEEEEE;}
div.search-popup-el-name, div.search-popup-el-cnt{position: relative; margin:0px;padding:0px;text-align:left;}
div.search-popup-el-cnt{text-align:right; float:right;}
/* End */


/* Start:/local/templates/cronadent/template_styles.css?1730895819229*/
.display-none {
	display: none !important;
}
.hidden {
	visibility: hidden !important;
	opacity: 0;
}


/* fix services list home*/
.service-slider--main .service-slider__item:nth-last-of-type(-n+1) {
	display: flex !important;
}
/* End */
/* /local/templates/cronadent/css/main.css?1778958252479234 */
/* /local/templates/cronadent/components/bitrix/search.suggest.input/.default/style.css?1685909860501 */
/* /local/templates/cronadent/template_styles.css?1730895819229 */
